@pepperdash/mobile-control-react-app-core 1.9.1 → 1.9.2-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
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);
2
+ var H3 = (t, e, s) => e in t ? W3(t, e, { enumerable: !0, configurable: !0, writable: !0, value: s }) : t[e] = s;
3
+ var L = (t, e, s) => (H3(t, typeof e != "symbol" ? e + "" : e, s), s);
4
4
  import K3 from "axios";
5
- import { createSlice as o1, combineReducers as G3, configureStore as n3, createSelector as q3 } from "@reduxjs/toolkit";
5
+ import { createSlice as i1, combineReducers as G3, configureStore as c3, createSelector as q3 } from "@reduxjs/toolkit";
6
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";
7
+ import * as o3 from "lodash";
8
+ import r3, { createContext as X3, useState as N, useRef as l1, useCallback as s1, useEffect as Q, useContext as Q3 } from "react";
9
9
  import { useNavigate as N3 } from "react-router-dom";
10
10
  const e2 = {
11
11
  config: {
@@ -17,7 +17,7 @@ const e2 = {
17
17
  loginMode: "",
18
18
  modes: {}
19
19
  }
20
- }, o3 = o1({
20
+ }, l3 = i1({
21
21
  name: "appConfig",
22
22
  initialState: e2,
23
23
  reducers: {
@@ -25,33 +25,33 @@ const e2 = {
25
25
  t.config = e.payload;
26
26
  }
27
27
  }
28
- }), t2 = o3.actions, n2 = o3.reducer, c2 = {}, r3 = o1({
28
+ }), t2 = l3.actions, n2 = l3.reducer, s2 = {}, i3 = i1({
29
29
  name: "devices",
30
- initialState: c2,
30
+ initialState: s2,
31
31
  reducers: {
32
32
  setDeviceState(t, e) {
33
- const c = e.payload.type, o = c.slice(c.lastIndexOf("/") + 1);
33
+ const s = e.payload.type, o = s.slice(s.lastIndexOf("/") + 1);
34
34
  if (!o)
35
35
  return;
36
- const l = e.payload.content, i = t[o] ?? {}, d = c3.merge(i, l);
37
- return t[o] = d, t;
36
+ const l = e.payload.content, i = t[o] ?? {}, u = o3.merge(i, l);
37
+ return t[o] = u, t;
38
38
  }
39
39
  }
40
- }), s2 = r3.actions, o2 = r3.reducer, r2 = {}, l3 = o1({
40
+ }), c2 = i3.actions, o2 = i3.reducer, r2 = {}, a3 = i1({
41
41
  name: "rooms",
42
42
  initialState: r2,
43
43
  reducers: {
44
44
  setRoomState(t, e) {
45
- const c = e.payload.type, o = c.slice(c.lastIndexOf("/") + 1);
46
- if (console.log(c, o), !o)
45
+ const s = e.payload.type, o = s.slice(s.lastIndexOf("/") + 1);
46
+ if (console.log(s, o), !o)
47
47
  return;
48
48
  const l = e.payload.content;
49
49
  console.log(l);
50
- const i = t[o] ?? {}, d = c3.merge(i, l);
51
- return t[o] = d, console.log(t), t;
50
+ const i = t[o] ?? {}, u = o3.merge(i, l);
51
+ return t[o] = u, console.log(t), t;
52
52
  }
53
53
  }
54
- }), l2 = l3.actions, i2 = l3.reducer, a2 = {
54
+ }), l2 = a3.actions, i2 = a3.reducer, a2 = {
55
55
  apiVersion: "",
56
56
  serverIsRunningOnProcessorHardware: !1,
57
57
  websocket: {
@@ -60,6 +60,7 @@ const e2 = {
60
60
  pluginVersion: "",
61
61
  disconnectionMessage: "",
62
62
  token: "",
63
+ roomKey: "",
63
64
  roomData: {
64
65
  clientId: "",
65
66
  roomKey: "",
@@ -70,7 +71,7 @@ const e2 = {
70
71
  userCode: "",
71
72
  qrUrl: ""
72
73
  }
73
- }, i3 = o1({
74
+ }, u3 = i1({
74
75
  name: "runtimeConfig",
75
76
  initialState: a2,
76
77
  reducers: {
@@ -90,19 +91,19 @@ const e2 = {
90
91
  t.roomData = e.payload;
91
92
  },
92
93
  setCurrentRoomKey(t, e) {
93
- t.roomData.roomKey = e.payload;
94
+ t.roomKey = e.payload;
94
95
  },
95
96
  setUserCode(t, e) {
96
97
  t.roomData.userCode = e.payload.userCode, t.roomData.qrUrl = e.payload.qrUrl;
97
98
  }
98
99
  }
99
- }), K = i3.actions, u2 = i3.reducer, d2 = {
100
+ }), X = u3.actions, u2 = u3.reducer, d2 = {
100
101
  modalVisibility: {
101
102
  showShutdownModal: !1,
102
103
  showIncomingCallModal: !1
103
104
  },
104
105
  popoverVisibility: {}
105
- }, a3 = o1({
106
+ }, d3 = i1({
106
107
  name: "ui",
107
108
  initialState: d2,
108
109
  reducers: {
@@ -121,142 +122,142 @@ const e2 = {
121
122
  t.modalVisibility.showIncomingCallModal = e.payload;
122
123
  },
123
124
  setPopoverState(t, e) {
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
+ t.popoverVisibility[e.payload.popoverGroup] || (t.popoverVisibility[e.payload.popoverGroup] = {}), Object.entries(t.popoverVisibility[e.payload.popoverGroup]).forEach(([s]) => {
126
+ t.popoverVisibility[e.payload.popoverGroup][s] = !1;
126
127
  }), t.popoverVisibility[e.payload.popoverGroup][e.payload.popoverId] = e.payload.value;
127
128
  }
128
129
  }
129
- }), A8 = a3.actions, v2 = a3.reducer, u3 = G3({
130
+ }), D8 = d3.actions, v2 = d3.reducer, v3 = G3({
130
131
  appConfig: n2,
131
132
  runtimeConfig: u2,
132
133
  rooms: i2,
133
134
  devices: o2,
134
135
  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) {
139
- return Z((e) => e.devices[t] ? e.devices[t] : void 0);
136
+ }), h2 = c3({
137
+ reducer: v3
138
+ }), p = Y3, g2 = () => p((t) => t.appConfig.config), P8 = () => p((t) => t.appConfig.config.apiPath), f2 = () => p((t) => t.devices);
139
+ function $(t) {
140
+ return p((e) => e.devices[t] ? e.devices[t] : void 0);
140
141
  }
141
- const T8 = (t) => Z(
142
+ const O8 = (t) => p(
142
143
  (e) => {
143
- var c;
144
- return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.configuration : void 0;
144
+ var s;
145
+ return e.rooms[t] ? (s = e.rooms[t]) == null ? void 0 : s.configuration : void 0;
145
146
  }
146
- ), R1 = (t) => Z(
147
+ ), L1 = (t) => p(
147
148
  (e) => e.rooms[t] ? e.rooms[t] : void 0
148
- ), D8 = (t) => Z(
149
+ ), V8 = (t) => p(
149
150
  (e) => {
150
- var c;
151
- return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.name : void 0;
151
+ var s;
152
+ return e.rooms[t] ? (s = e.rooms[t]) == null ? void 0 : s.name : void 0;
152
153
  }
153
- ), w2 = (t, e) => Z(
154
- (c) => {
154
+ ), w2 = (t, e) => p(
155
+ (s) => {
155
156
  var o;
156
- return c.rooms[t] ? (o = c.rooms[t]) == null ? void 0 : o.volumes[e] : void 0;
157
+ return s.rooms[t] ? (o = s.rooms[t]) == null ? void 0 : o.volumes[e] : void 0;
157
158
  }
158
- ), P8 = (t) => Z(
159
+ ), F8 = (t) => p(
159
160
  (e) => {
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
+ var s, o;
162
+ return e.rooms[t] ? (o = (s = e.rooms[t]) == null ? void 0 : s.configuration) == null ? void 0 : o.sourceList : void 0;
162
163
  }
163
- ), O8 = (t) => Z(
164
+ ), k8 = (t) => p(
164
165
  (e) => {
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
+ var s, o;
167
+ return e.rooms[t] ? (o = (s = e.rooms[t]) == null ? void 0 : s.configuration) == null ? void 0 : o.destinations : void 0;
167
168
  }
168
- ), V8 = (t) => Z(
169
+ ), U8 = (t) => p(
169
170
  (e) => {
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
+ var s, o;
172
+ return e.rooms[t] ? (o = (s = e.rooms[t]) == null ? void 0 : s.configuration) == null ? void 0 : o.destinationList : void 0;
172
173
  }
173
- ), F8 = (t) => Z(
174
+ ), W8 = (t) => p(
174
175
  (e) => {
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
+ var s, o;
177
+ return e.rooms[t] ? (o = (s = e.rooms[t]) == null ? void 0 : s.configuration) == null ? void 0 : o.environmentalDevices : void 0;
177
178
  }
178
- ), k8 = (t) => Z(
179
+ ), H8 = (t) => p(
179
180
  (e) => {
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
+ var s, o, l, i, u, g, h, S;
182
+ return (o = (s = e.rooms[t]) == null ? void 0 : s.configuration) != null && o.destinationList.programAudio ? (u = (i = (l = e.rooms[t]) == null ? void 0 : l.configuration) == null ? void 0 : i.destinationList.programAudio) == null ? void 0 : u.sinkKey : ((S = (h = (g = e.rooms[t]) == null ? void 0 : g.configuration) == null ? void 0 : h.destinationList.defaultDisplay) == null ? void 0 : S.sinkKey) || "";
182
183
  }
183
- ), U8 = (t) => Z(
184
+ ), K8 = (t) => p(
184
185
  (e) => {
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
+ var s, o, l;
187
+ return e.rooms[t] ? (l = (o = (s = e.rooms[t]) == null ? void 0 : s.configuration) == null ? void 0 : o.destinationList.codecContent) == null ? void 0 : l.sinkKey : void 0;
187
188
  }
188
- ), W8 = (t) => Z(
189
+ ), G8 = (t) => p(
189
190
  (e) => {
190
- var c;
191
- return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.isInCall : void 0;
191
+ var s;
192
+ return e.rooms[t] ? (s = e.rooms[t]) == null ? void 0 : s.isInCall : void 0;
192
193
  }
193
- ), H8 = (t) => Z(
194
+ ), q8 = (t) => p(
194
195
  (e) => {
195
- var c;
196
- return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.isWarmingUp : void 0;
196
+ var s;
197
+ return e.rooms[t] ? (s = e.rooms[t]) == null ? void 0 : s.isWarmingUp : void 0;
197
198
  }
198
- ), K8 = (t) => Z(
199
+ ), Y8 = (t) => p(
199
200
  (e) => {
200
- var c;
201
- return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.isCoolingDown : void 0;
201
+ var s;
202
+ return e.rooms[t] ? (s = e.rooms[t]) == null ? void 0 : s.isCoolingDown : void 0;
202
203
  }
203
- ), G8 = (t) => Z(
204
+ ), J8 = (t) => p(
204
205
  (e) => {
205
- var c;
206
- return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.isOn : void 0;
206
+ var s;
207
+ return e.rooms[t] ? (s = e.rooms[t]) == null ? void 0 : s.isOn : void 0;
207
208
  }
208
- ), q8 = (t) => Z(
209
+ ), z8 = (t) => p(
209
210
  (e) => {
210
- var c;
211
- return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.advancedSharingActive : void 0;
211
+ var s;
212
+ return e.rooms[t] ? (s = e.rooms[t]) == null ? void 0 : s.advancedSharingActive : void 0;
212
213
  }
213
- ), Y8 = (t) => Z(
214
+ ), X8 = (t) => p(
214
215
  (e) => {
215
- var c;
216
- return e.rooms[t] ? (c = e.rooms[t]) == null ? void 0 : c.share : void 0;
216
+ var s;
217
+ return e.rooms[t] ? (s = e.rooms[t]) == null ? void 0 : s.share : void 0;
217
218
  }
218
- ), J8 = (t) => q3(
219
+ ), Q8 = (t) => q3(
219
220
  [
220
- (e, c) => c,
221
+ (e, s) => s,
221
222
  f2,
222
223
  (e) => {
223
- var c, o;
224
- return (o = (c = e.rooms[t]) == null ? void 0 : c.configuration) == null ? void 0 : o.destinations;
224
+ var s, o;
225
+ return (o = (s = e.rooms[t]) == null ? void 0 : s.configuration) == null ? void 0 : o.destinations;
225
226
  }
226
227
  ],
227
- (e, c, o) => {
228
- if (console.log("roomKey", e), console.log("devices", c), console.log("destinations", o), !o)
228
+ (e, s, o) => {
229
+ if (console.log("roomKey", e), console.log("devices", s), console.log("destinations", o), !o)
229
230
  return;
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
+ const l = Object.entries(o).filter(([u]) => u !== "programAudio" && u !== "codecContent").map(([, u]) => u);
232
+ return Object.values(s).filter((u) => Object.values(l).includes(u.key));
232
233
  }
233
- )(h2.getState(), t), z8 = (t) => Z(
234
+ )(h2.getState(), t), N8 = (t) => p(
234
235
  (e) => {
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) => {
236
+ var s, o;
237
+ return e.rooms[t] ? (o = (s = e.rooms[t]) == null ? void 0 : s.configuration) == null ? void 0 : o.zoomRoomControllerKey : void 0;
238
+ }
239
+ ), p2 = () => p((t) => t.runtimeConfig.websocket.isConnected), x2 = () => p((t) => t.runtimeConfig.roomKey), M2 = () => p((t) => t.runtimeConfig.roomData.clientId), m2 = () => p((t) => t.runtimeConfig.serverIsRunningOnProcessorHardware), Z2 = () => p((t) => t.runtimeConfig.roomData.systemUuid), j2 = () => p((t) => t.runtimeConfig.roomData.userCode), e6 = () => p((t) => t.ui.modalVisibility.showShutdownModal), t6 = () => p((t) => t.ui.modalVisibility.showIncomingCallModal), n6 = (t) => p((e) => e.ui.modalVisibility[t]), s6 = (t) => p((e) => {
240
+ const s = e.ui.popoverVisibility[t];
241
+ if (s)
242
+ return Object.keys(s).find((o) => s[o]);
243
+ }), c6 = (t, e) => p((s) => {
243
244
  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();
245
+ return (o = s.ui.popoverVisibility[t]) == null ? void 0 : o[e];
246
+ }), H = c3({
247
+ reducer: v3
248
+ }), C2 = J3, R1 = K3.create();
249
+ function S2() {
250
+ const t = C2();
250
251
  return async () => {
251
252
  try {
252
253
  const e = location.pathname.split("/").filter((l) => l.length > 0);
253
254
  e.length >= 5 ? e.length = 5 : e.length = 2;
254
- const c = `/${e.join("/")}`, o = await b1.get("/_local-config/_config.local.json", { baseURL: c });
255
+ const s = `/${e.join("/")}`, o = await R1.get("/_local-config/_config.local.json", { baseURL: s });
255
256
  if (o.status == 200 && o.data) {
256
257
  const l = o.data.apiPath;
257
258
  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
+ const i = await R1.get(`${l}/version`);
260
+ i.status == 200 && i.data && t(X.setRuntimeConfig(i.data));
260
261
  }
261
262
  } catch (e) {
262
263
  console.error("Error getting config", e);
@@ -264,7 +265,7 @@ function Z2() {
264
265
  return !0;
265
266
  };
266
267
  }
267
- var I1 = { exports: {} }, t1 = {};
268
+ var E1 = { exports: {} }, c1 = {};
268
269
  /**
269
270
  * @license React
270
271
  * react-jsx-runtime.development.js
@@ -274,64 +275,64 @@ var I1 = { exports: {} }, t1 = {};
274
275
  * This source code is licensed under the MIT license found in the
275
276
  * LICENSE file in the root directory of this source tree.
276
277
  */
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")
278
+ var t3;
279
+ function b2() {
280
+ return t3 || (t3 = 1, process.env.NODE_ENV !== "production" && function() {
281
+ var t = r3, e = Symbol.for("react.element"), s = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), u = Symbol.for("react.provider"), g = Symbol.for("react.context"), h = Symbol.for("react.forward_ref"), S = Symbol.for("react.suspense"), j = Symbol.for("react.suspense_list"), C = Symbol.for("react.memo"), A = Symbol.for("react.lazy"), V = Symbol.for("react.offscreen"), P = Symbol.iterator, q = "@@iterator";
282
+ function U(c) {
283
+ if (c === null || typeof c != "object")
283
284
  return null;
284
- var r = V && s[V] || s[Y];
285
+ var r = P && c[P] || c[q];
285
286
  return typeof r == "function" ? r : null;
286
287
  }
287
- var m = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
288
- function g(s) {
288
+ var T = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
289
+ function R(c) {
289
290
  {
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);
291
+ for (var r = arguments.length, a = new Array(r > 1 ? r - 1 : 0), d = 1; d < r; d++)
292
+ a[d - 1] = arguments[d];
293
+ g1("error", c, a);
293
294
  }
294
295
  }
295
- function O(s, r, a) {
296
+ function g1(c, r, a) {
296
297
  {
297
- var v = m.ReactDebugCurrentFrame, M = v.getStackAddendum();
298
+ var d = T.ReactDebugCurrentFrame, M = d.getStackAddendum();
298
299
  M !== "" && (r += "%s", a = a.concat([M]));
299
- var j = a.map(function(p) {
300
- return String(p);
300
+ var Z = a.map(function(w) {
301
+ return String(w);
301
302
  });
302
- j.unshift("Warning: " + r), Function.prototype.apply.call(console[s], console, j);
303
+ Z.unshift("Warning: " + r), Function.prototype.apply.call(console[c], console, Z);
303
304
  }
304
305
  }
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
306
+ var E = !1, m = !1, k = !1, W = !1, _ = !1, Y;
307
+ Y = Symbol.for("react.module.reference");
308
+ function f1(c) {
309
+ return !!(typeof c == "string" || typeof c == "function" || c === o || c === i || _ || c === l || c === S || c === j || W || c === V || E || m || k || typeof c == "object" && c !== null && (c.$$typeof === A || c.$$typeof === C || c.$$typeof === u || c.$$typeof === g || c.$$typeof === h || // This needs to include all possible module reference object
309
310
  // types supported by any Flight configuration anywhere since
310
311
  // we don't know which Flight build this will end up being used
311
312
  // with.
312
- s.$$typeof === E1 || s.getModuleId !== void 0));
313
+ c.$$typeof === Y || c.getModuleId !== void 0));
313
314
  }
314
- function f3(s, r, a) {
315
- var v = s.displayName;
316
- if (v)
317
- return v;
315
+ function w1(c, r, a) {
316
+ var d = c.displayName;
317
+ if (d)
318
+ return d;
318
319
  var M = r.displayName || r.name || "";
319
320
  return M !== "" ? a + "(" + M + ")" : a;
320
321
  }
321
- function _1(s) {
322
- return s.displayName || "Context";
322
+ function $1(c) {
323
+ return c.displayName || "Context";
323
324
  }
324
- function P(s) {
325
- if (s == null)
325
+ function F(c) {
326
+ if (c == null)
326
327
  return null;
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) {
328
+ if (typeof c.tag == "number" && R("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof c == "function")
329
+ return c.displayName || c.name || null;
330
+ if (typeof c == "string")
331
+ return c;
332
+ switch (c) {
332
333
  case o:
333
334
  return "Fragment";
334
- case c:
335
+ case s:
335
336
  return "Portal";
336
337
  case i:
337
338
  return "Profiler";
@@ -339,26 +340,26 @@ function j2() {
339
340
  return "StrictMode";
340
341
  case S:
341
342
  return "Suspense";
342
- case C:
343
+ case j:
343
344
  return "SuspenseList";
344
345
  }
345
- if (typeof s == "object")
346
- switch (s.$$typeof) {
347
- case f:
348
- var r = s;
349
- return _1(r) + ".Consumer";
350
- case d:
351
- var a = s;
352
- return _1(a._context) + ".Provider";
346
+ if (typeof c == "object")
347
+ switch (c.$$typeof) {
348
+ case g:
349
+ var r = c;
350
+ return $1(r) + ".Consumer";
353
351
  case u:
354
- return f3(s, s.render, "ForwardRef");
355
- case b:
356
- var v = s.displayName || null;
357
- return v !== null ? v : P(s.type) || "Memo";
352
+ var a = c;
353
+ return $1(a._context) + ".Provider";
354
+ case h:
355
+ return w1(c, c.render, "ForwardRef");
356
+ case C:
357
+ var d = c.displayName || null;
358
+ return d !== null ? d : F(c.type) || "Memo";
358
359
  case A: {
359
- var M = s, j = M._payload, p = M._init;
360
+ var M = c, Z = M._payload, w = M._init;
360
361
  try {
361
- return P(p(j));
362
+ return F(w(Z));
362
363
  } catch {
363
364
  return null;
364
365
  }
@@ -366,372 +367,372 @@ function j2() {
366
367
  }
367
368
  return null;
368
369
  }
369
- var k = Object.assign, Q = 0, L1, $1, A1, B1, T1, D1, P1;
370
- function O1() {
370
+ var K = Object.assign, e1 = 0, A1, B1, T1, D1, P1, O1, V1;
371
+ function F1() {
371
372
  }
372
- O1.__reactDisabledLog = !0;
373
+ F1.__reactDisabledLog = !0;
373
374
  function w3() {
374
375
  {
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 = {
376
+ if (e1 === 0) {
377
+ A1 = console.log, B1 = console.info, T1 = console.warn, D1 = console.error, P1 = console.group, O1 = console.groupCollapsed, V1 = console.groupEnd;
378
+ var c = {
378
379
  configurable: !0,
379
380
  enumerable: !0,
380
- value: O1,
381
+ value: F1,
381
382
  writable: !0
382
383
  };
383
384
  Object.defineProperties(console, {
384
- info: s,
385
- log: s,
386
- warn: s,
387
- error: s,
388
- group: s,
389
- groupCollapsed: s,
390
- groupEnd: s
385
+ info: c,
386
+ log: c,
387
+ warn: c,
388
+ error: c,
389
+ group: c,
390
+ groupCollapsed: c,
391
+ groupEnd: c
391
392
  });
392
393
  }
393
- Q++;
394
+ e1++;
394
395
  }
395
396
  }
396
397
  function p3() {
397
398
  {
398
- if (Q--, Q === 0) {
399
- var s = {
399
+ if (e1--, e1 === 0) {
400
+ var c = {
400
401
  configurable: !0,
401
402
  enumerable: !0,
402
403
  writable: !0
403
404
  };
404
405
  Object.defineProperties(console, {
405
- log: k({}, s, {
406
- value: L1
407
- }),
408
- info: k({}, s, {
409
- value: $1
410
- }),
411
- warn: k({}, s, {
406
+ log: K({}, c, {
412
407
  value: A1
413
408
  }),
414
- error: k({}, s, {
409
+ info: K({}, c, {
415
410
  value: B1
416
411
  }),
417
- group: k({}, s, {
412
+ warn: K({}, c, {
418
413
  value: T1
419
414
  }),
420
- groupCollapsed: k({}, s, {
415
+ error: K({}, c, {
421
416
  value: D1
422
417
  }),
423
- groupEnd: k({}, s, {
418
+ group: K({}, c, {
424
419
  value: P1
420
+ }),
421
+ groupCollapsed: K({}, c, {
422
+ value: O1
423
+ }),
424
+ groupEnd: K({}, c, {
425
+ value: V1
425
426
  })
426
427
  });
427
428
  }
428
- Q < 0 && g("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
429
+ e1 < 0 && R("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
429
430
  }
430
431
  }
431
- var g1 = m.ReactCurrentDispatcher, f1;
432
- function r1(s, r, a) {
432
+ var p1 = T.ReactCurrentDispatcher, x1;
433
+ function a1(c, r, a) {
433
434
  {
434
- if (f1 === void 0)
435
+ if (x1 === void 0)
435
436
  try {
436
437
  throw Error();
437
438
  } catch (M) {
438
- var v = M.stack.trim().match(/\n( *(at )?)/);
439
- f1 = v && v[1] || "";
439
+ var d = M.stack.trim().match(/\n( *(at )?)/);
440
+ x1 = d && d[1] || "";
440
441
  }
441
442
  return `
442
- ` + f1 + s;
443
+ ` + x1 + c;
443
444
  }
444
445
  }
445
- var w1 = !1, l1;
446
+ var M1 = !1, u1;
446
447
  {
447
448
  var x3 = typeof WeakMap == "function" ? WeakMap : Map;
448
- l1 = new x3();
449
+ u1 = new x3();
449
450
  }
450
- function V1(s, r) {
451
- if (!s || w1)
451
+ function k1(c, r) {
452
+ if (!c || M1)
452
453
  return "";
453
454
  {
454
- var a = l1.get(s);
455
+ var a = u1.get(c);
455
456
  if (a !== void 0)
456
457
  return a;
457
458
  }
458
- var v;
459
- w1 = !0;
459
+ var d;
460
+ M1 = !0;
460
461
  var M = Error.prepareStackTrace;
461
462
  Error.prepareStackTrace = void 0;
462
- var j;
463
- j = g1.current, g1.current = null, w3();
463
+ var Z;
464
+ Z = p1.current, p1.current = null, w3();
464
465
  try {
465
466
  if (r) {
466
- var p = function() {
467
+ var w = function() {
467
468
  throw Error();
468
469
  };
469
- if (Object.defineProperty(p.prototype, "props", {
470
+ if (Object.defineProperty(w.prototype, "props", {
470
471
  set: function() {
471
472
  throw Error();
472
473
  }
473
474
  }), typeof Reflect == "object" && Reflect.construct) {
474
475
  try {
475
- Reflect.construct(p, []);
476
- } catch (B) {
477
- v = B;
476
+ Reflect.construct(w, []);
477
+ } catch (D) {
478
+ d = D;
478
479
  }
479
- Reflect.construct(s, [], p);
480
+ Reflect.construct(c, [], w);
480
481
  } else {
481
482
  try {
482
- p.call();
483
- } catch (B) {
484
- v = B;
483
+ w.call();
484
+ } catch (D) {
485
+ d = D;
485
486
  }
486
- s.call(p.prototype);
487
+ c.call(w.prototype);
487
488
  }
488
489
  } else {
489
490
  try {
490
491
  throw Error();
491
- } catch (B) {
492
- v = B;
492
+ } catch (D) {
493
+ d = D;
493
494
  }
494
- s();
495
- }
496
- } catch (B) {
497
- if (B && v && typeof B.stack == "string") {
498
- for (var w = B.stack.split(`
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)
495
+ c();
496
+ }
497
+ } catch (D) {
498
+ if (D && d && typeof D.stack == "string") {
499
+ for (var f = D.stack.split(`
500
+ `), B = d.stack.split(`
501
+ `), b = f.length - 1, y = B.length - 1; b >= 1 && y >= 0 && f[b] !== B[y]; )
502
+ y--;
503
+ for (; b >= 1 && y >= 0; b--, y--)
504
+ if (f[b] !== B[y]) {
505
+ if (b !== 1 || y !== 1)
505
506
  do
506
- if (I--, R--, R < 0 || w[I] !== $[R]) {
507
- var D = `
508
- ` + w[I].replace(" at new ", " at ");
509
- return s.displayName && D.includes("<anonymous>") && (D = D.replace("<anonymous>", s.displayName)), typeof s == "function" && l1.set(s, D), D;
507
+ if (b--, y--, y < 0 || f[b] !== B[y]) {
508
+ var O = `
509
+ ` + f[b].replace(" at new ", " at ");
510
+ return c.displayName && O.includes("<anonymous>") && (O = O.replace("<anonymous>", c.displayName)), typeof c == "function" && u1.set(c, O), O;
510
511
  }
511
- while (I >= 1 && R >= 0);
512
+ while (b >= 1 && y >= 0);
512
513
  break;
513
514
  }
514
515
  }
515
516
  } finally {
516
- w1 = !1, g1.current = j, p3(), Error.prepareStackTrace = M;
517
+ M1 = !1, p1.current = Z, p3(), Error.prepareStackTrace = M;
517
518
  }
518
- var H = s ? s.displayName || s.name : "", U = H ? r1(H) : "";
519
- return typeof s == "function" && l1.set(s, U), U;
519
+ var z = c ? c.displayName || c.name : "", G = z ? a1(z) : "";
520
+ return typeof c == "function" && u1.set(c, G), G;
520
521
  }
521
- function M3(s, r, a) {
522
- return V1(s, !1);
522
+ function M3(c, r, a) {
523
+ return k1(c, !1);
523
524
  }
524
- function m3(s) {
525
- var r = s.prototype;
525
+ function m3(c) {
526
+ var r = c.prototype;
526
527
  return !!(r && r.isReactComponent);
527
528
  }
528
- function i1(s, r, a) {
529
- if (s == null)
529
+ function d1(c, r, a) {
530
+ if (c == null)
530
531
  return "";
531
- if (typeof s == "function")
532
- return V1(s, m3(s));
533
- if (typeof s == "string")
534
- return r1(s);
535
- switch (s) {
532
+ if (typeof c == "function")
533
+ return k1(c, m3(c));
534
+ if (typeof c == "string")
535
+ return a1(c);
536
+ switch (c) {
536
537
  case S:
537
- return r1("Suspense");
538
- case C:
539
- return r1("SuspenseList");
538
+ return a1("Suspense");
539
+ case j:
540
+ return a1("SuspenseList");
540
541
  }
541
- if (typeof s == "object")
542
- switch (s.$$typeof) {
543
- case u:
544
- return M3(s.render);
545
- case b:
546
- return i1(s.type, r, a);
542
+ if (typeof c == "object")
543
+ switch (c.$$typeof) {
544
+ case h:
545
+ return M3(c.render);
546
+ case C:
547
+ return d1(c.type, r, a);
547
548
  case A: {
548
- var v = s, M = v._payload, j = v._init;
549
+ var d = c, M = d._payload, Z = d._init;
549
550
  try {
550
- return i1(j(M), r, a);
551
+ return d1(Z(M), r, a);
551
552
  } catch {
552
553
  }
553
554
  }
554
555
  }
555
556
  return "";
556
557
  }
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);
558
+ var t1 = Object.prototype.hasOwnProperty, U1 = {}, W1 = T.ReactDebugCurrentFrame;
559
+ function v1(c) {
560
+ if (c) {
561
+ var r = c._owner, a = d1(c.type, c._source, r ? r.type : null);
562
+ W1.setExtraStackFrame(a);
562
563
  } else
563
- k1.setExtraStackFrame(null);
564
+ W1.setExtraStackFrame(null);
564
565
  }
565
- function Z3(s, r, a, v, M) {
566
+ function Z3(c, r, a, d, M) {
566
567
  {
567
- var j = Function.call.bind(N);
568
- for (var p in s)
569
- if (j(s, p)) {
570
- var w = void 0;
568
+ var Z = Function.call.bind(t1);
569
+ for (var w in c)
570
+ if (Z(c, w)) {
571
+ var f = void 0;
571
572
  try {
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", $;
573
+ if (typeof c[w] != "function") {
574
+ var B = Error((d || "React class") + ": " + a + " type `" + w + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof c[w] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
575
+ throw B.name = "Invariant Violation", B;
575
576
  }
576
- w = s[p](r, p, v, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
577
- } catch (I) {
578
- w = I;
577
+ f = c[w](r, w, d, a, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
578
+ } catch (b) {
579
+ f = b;
579
580
  }
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));
581
+ f && !(f instanceof Error) && (v1(M), R("%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).", d || "React class", a, w, typeof f), v1(null)), f instanceof Error && !(f.message in U1) && (U1[f.message] = !0, v1(M), R("Failed %s type: %s", a, f.message), v1(null));
581
582
  }
582
583
  }
583
584
  }
584
585
  var j3 = Array.isArray;
585
- function p1(s) {
586
- return j3(s);
586
+ function m1(c) {
587
+ return j3(c);
587
588
  }
588
- function C3(s) {
589
+ function C3(c) {
589
590
  {
590
- var r = typeof Symbol == "function" && Symbol.toStringTag, a = r && s[Symbol.toStringTag] || s.constructor.name || "Object";
591
+ var r = typeof Symbol == "function" && Symbol.toStringTag, a = r && c[Symbol.toStringTag] || c.constructor.name || "Object";
591
592
  return a;
592
593
  }
593
594
  }
594
- function S3(s) {
595
+ function S3(c) {
595
596
  try {
596
- return U1(s), !1;
597
+ return H1(c), !1;
597
598
  } catch {
598
599
  return !0;
599
600
  }
600
601
  }
601
- function U1(s) {
602
- return "" + s;
602
+ function H1(c) {
603
+ return "" + c;
603
604
  }
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);
605
+ function K1(c) {
606
+ if (S3(c))
607
+ return R("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", C3(c)), H1(c);
607
608
  }
608
- var e1 = m.ReactCurrentOwner, b3 = {
609
+ var n1 = T.ReactCurrentOwner, b3 = {
609
610
  key: !0,
610
611
  ref: !0,
611
612
  __self: !0,
612
613
  __source: !0
613
- }, H1, K1, x1;
614
- x1 = {};
615
- function I3(s) {
616
- if (N.call(s, "ref")) {
617
- var r = Object.getOwnPropertyDescriptor(s, "ref").get;
614
+ }, G1, q1, Z1;
615
+ Z1 = {};
616
+ function I3(c) {
617
+ if (t1.call(c, "ref")) {
618
+ var r = Object.getOwnPropertyDescriptor(c, "ref").get;
618
619
  if (r && r.isReactWarning)
619
620
  return !1;
620
621
  }
621
- return s.ref !== void 0;
622
+ return c.ref !== void 0;
622
623
  }
623
- function y3(s) {
624
- if (N.call(s, "key")) {
625
- var r = Object.getOwnPropertyDescriptor(s, "key").get;
624
+ function y3(c) {
625
+ if (t1.call(c, "key")) {
626
+ var r = Object.getOwnPropertyDescriptor(c, "key").get;
626
627
  if (r && r.isReactWarning)
627
628
  return !1;
628
629
  }
629
- return s.key !== void 0;
630
+ return c.key !== void 0;
630
631
  }
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);
632
+ function R3(c, r) {
633
+ if (typeof c.ref == "string" && n1.current && r && n1.current.stateNode !== r) {
634
+ var a = F(n1.current.type);
635
+ Z1[a] || (R('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', F(n1.current.type), c.ref), Z1[a] = !0);
635
636
  }
636
637
  }
637
- function E3(s, r) {
638
+ function E3(c, r) {
638
639
  {
639
640
  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));
641
+ G1 || (G1 = !0, R("%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));
641
642
  };
642
- a.isReactWarning = !0, Object.defineProperty(s, "key", {
643
+ a.isReactWarning = !0, Object.defineProperty(c, "key", {
643
644
  get: a,
644
645
  configurable: !0
645
646
  });
646
647
  }
647
648
  }
648
- function _3(s, r) {
649
+ function _3(c, r) {
649
650
  {
650
651
  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));
652
+ q1 || (q1 = !0, R("%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));
652
653
  };
653
- a.isReactWarning = !0, Object.defineProperty(s, "ref", {
654
+ a.isReactWarning = !0, Object.defineProperty(c, "ref", {
654
655
  get: a,
655
656
  configurable: !0
656
657
  });
657
658
  }
658
659
  }
659
- var L3 = function(s, r, a, v, M, j, p) {
660
- var w = {
660
+ var L3 = function(c, r, a, d, M, Z, w) {
661
+ var f = {
661
662
  // This tag allows us to uniquely identify this as a React Element
662
663
  $$typeof: e,
663
664
  // Built-in properties that belong on the element
664
- type: s,
665
+ type: c,
665
666
  key: r,
666
667
  ref: a,
667
- props: p,
668
+ props: w,
668
669
  // Record the component responsible for creating this element.
669
- _owner: j
670
+ _owner: Z
670
671
  };
671
- return w._store = {}, Object.defineProperty(w._store, "validated", {
672
+ return f._store = {}, Object.defineProperty(f._store, "validated", {
672
673
  configurable: !1,
673
674
  enumerable: !1,
674
675
  writable: !0,
675
676
  value: !1
676
- }), Object.defineProperty(w, "_self", {
677
+ }), Object.defineProperty(f, "_self", {
677
678
  configurable: !1,
678
679
  enumerable: !1,
679
680
  writable: !1,
680
- value: v
681
- }), Object.defineProperty(w, "_source", {
681
+ value: d
682
+ }), Object.defineProperty(f, "_source", {
682
683
  configurable: !1,
683
684
  enumerable: !1,
684
685
  writable: !1,
685
686
  value: M
686
- }), Object.freeze && (Object.freeze(w.props), Object.freeze(w)), w;
687
+ }), Object.freeze && (Object.freeze(f.props), Object.freeze(f)), f;
687
688
  };
688
- function $3(s, r, a, v, M) {
689
+ function $3(c, r, a, d, M) {
689
690
  {
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;
696
- for (j in I)
697
- p[j] === void 0 && (p[j] = I[j]);
698
- }
699
- if (w || $) {
700
- var R = typeof s == "function" ? s.displayName || s.name || "Unknown" : s;
701
- w && E3(p, R), $ && _3(p, R);
702
- }
703
- return L3(s, w, $, M, v, e1.current, p);
691
+ var Z, w = {}, f = null, B = null;
692
+ a !== void 0 && (K1(a), f = "" + a), y3(r) && (K1(r.key), f = "" + r.key), I3(r) && (B = r.ref, R3(r, M));
693
+ for (Z in r)
694
+ t1.call(r, Z) && !b3.hasOwnProperty(Z) && (w[Z] = r[Z]);
695
+ if (c && c.defaultProps) {
696
+ var b = c.defaultProps;
697
+ for (Z in b)
698
+ w[Z] === void 0 && (w[Z] = b[Z]);
699
+ }
700
+ if (f || B) {
701
+ var y = typeof c == "function" ? c.displayName || c.name || "Unknown" : c;
702
+ f && E3(w, y), B && _3(w, y);
703
+ }
704
+ return L3(c, f, B, M, d, n1.current, w);
704
705
  }
705
706
  }
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);
707
+ var j1 = T.ReactCurrentOwner, Y1 = T.ReactDebugCurrentFrame;
708
+ function J(c) {
709
+ if (c) {
710
+ var r = c._owner, a = d1(c.type, c._source, r ? r.type : null);
711
+ Y1.setExtraStackFrame(a);
711
712
  } else
712
- G1.setExtraStackFrame(null);
713
+ Y1.setExtraStackFrame(null);
713
714
  }
714
- var m1;
715
- m1 = !1;
716
- function Z1(s) {
717
- return typeof s == "object" && s !== null && s.$$typeof === e;
715
+ var C1;
716
+ C1 = !1;
717
+ function S1(c) {
718
+ return typeof c == "object" && c !== null && c.$$typeof === e;
718
719
  }
719
- function q1() {
720
+ function J1() {
720
721
  {
721
- if (M1.current) {
722
- var s = P(M1.current.type);
723
- if (s)
722
+ if (j1.current) {
723
+ var c = F(j1.current.type);
724
+ if (c)
724
725
  return `
725
726
 
726
- Check the render method of \`` + s + "`.";
727
+ Check the render method of \`` + c + "`.";
727
728
  }
728
729
  return "";
729
730
  }
730
731
  }
731
- function A3(s) {
732
+ function A3(c) {
732
733
  {
733
- if (s !== void 0) {
734
- var r = s.fileName.replace(/^.*[\\\/]/, ""), a = s.lineNumber;
734
+ if (c !== void 0) {
735
+ var r = c.fileName.replace(/^.*[\\\/]/, ""), a = c.lineNumber;
735
736
  return `
736
737
 
737
738
  Check your code at ` + r + ":" + a + ".";
@@ -739,12 +740,12 @@ Check your code at ` + r + ":" + a + ".";
739
740
  return "";
740
741
  }
741
742
  }
742
- var Y1 = {};
743
- function B3(s) {
743
+ var z1 = {};
744
+ function B3(c) {
744
745
  {
745
- var r = q1();
746
+ var r = J1();
746
747
  if (!r) {
747
- var a = typeof s == "string" ? s : s.displayName || s.name;
748
+ var a = typeof c == "string" ? c : c.displayName || c.name;
748
749
  a && (r = `
749
750
 
750
751
  Check the top-level render call using <` + a + ">.");
@@ -752,131 +753,131 @@ Check the top-level render call using <` + a + ">.");
752
753
  return r;
753
754
  }
754
755
  }
755
- function J1(s, r) {
756
+ function X1(c, r) {
756
757
  {
757
- if (!s._store || s._store.validated || s.key != null)
758
+ if (!c._store || c._store.validated || c.key != null)
758
759
  return;
759
- s._store.validated = !0;
760
+ c._store.validated = !0;
760
761
  var a = B3(r);
761
- if (Y1[a])
762
+ if (z1[a])
762
763
  return;
763
- Y1[a] = !0;
764
- var v = "";
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);
764
+ z1[a] = !0;
765
+ var d = "";
766
+ c && c._owner && c._owner !== j1.current && (d = " It was passed a child from " + F(c._owner.type) + "."), J(c), R('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, d), J(null);
766
767
  }
767
768
  }
768
- function z1(s, r) {
769
+ function Q1(c, r) {
769
770
  {
770
- if (typeof s != "object")
771
+ if (typeof c != "object")
771
772
  return;
772
- if (p1(s))
773
- for (var a = 0; a < s.length; a++) {
774
- var v = s[a];
775
- Z1(v) && J1(v, r);
773
+ if (m1(c))
774
+ for (var a = 0; a < c.length; a++) {
775
+ var d = c[a];
776
+ S1(d) && X1(d, r);
776
777
  }
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);
778
+ else if (S1(c))
779
+ c._store && (c._store.validated = !0);
780
+ else if (c) {
781
+ var M = U(c);
782
+ if (typeof M == "function" && M !== c.entries)
783
+ for (var Z = M.call(c), w; !(w = Z.next()).done; )
784
+ S1(w.value) && X1(w.value, r);
784
785
  }
785
786
  }
786
787
  }
787
- function T3(s) {
788
+ function T3(c) {
788
789
  {
789
- var r = s.type;
790
+ var r = c.type;
790
791
  if (r == null || typeof r == "string")
791
792
  return;
792
793
  var a;
793
794
  if (typeof r == "function")
794
795
  a = r.propTypes;
795
- else if (typeof r == "object" && (r.$$typeof === u || // Note: Memo only checks outer props here.
796
+ else if (typeof r == "object" && (r.$$typeof === h || // Note: Memo only checks outer props here.
796
797
  // Inner props are checked in the reconciler.
797
- r.$$typeof === b))
798
+ r.$$typeof === C))
798
799
  a = r.propTypes;
799
800
  else
800
801
  return;
801
802
  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.");
803
+ var d = F(r);
804
+ Z3(a, c.props, "prop", d, c);
805
+ } else if (r.PropTypes !== void 0 && !C1) {
806
+ C1 = !0;
807
+ var M = F(r);
808
+ R("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", M || "Unknown");
809
+ }
810
+ typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && R("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
810
811
  }
811
812
  }
812
- function D3(s) {
813
+ function D3(c) {
813
814
  {
814
- for (var r = Object.keys(s.props), a = 0; a < r.length; a++) {
815
- var v = r[a];
816
- if (v !== "children" && v !== "key") {
817
- W(s), g("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), W(null);
815
+ for (var r = Object.keys(c.props), a = 0; a < r.length; a++) {
816
+ var d = r[a];
817
+ if (d !== "children" && d !== "key") {
818
+ J(c), R("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", d), J(null);
818
819
  break;
819
820
  }
820
821
  }
821
- s.ref !== null && (W(s), g("Invalid attribute `ref` supplied to `React.Fragment`."), W(null));
822
+ c.ref !== null && (J(c), R("Invalid attribute `ref` supplied to `React.Fragment`."), J(null));
822
823
  }
823
824
  }
824
- var X1 = {};
825
- function Q1(s, r, a, v, M, j) {
825
+ var N1 = {};
826
+ function e3(c, r, a, d, M, Z) {
826
827
  {
827
- var p = g3(s);
828
- if (!p) {
829
- var w = "";
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();
833
- var I;
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);
835
- }
836
- var R = $3(s, r, a, M, j);
837
- if (R == null)
838
- return R;
839
- if (p) {
840
- var D = r.children;
841
- if (D !== void 0)
842
- if (v)
843
- if (p1(D)) {
844
- for (var H = 0; H < D.length; H++)
845
- z1(D[H], s);
846
- Object.freeze && Object.freeze(D);
828
+ var w = f1(c);
829
+ if (!w) {
830
+ var f = "";
831
+ (c === void 0 || typeof c == "object" && c !== null && Object.keys(c).length === 0) && (f += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
832
+ var B = A3(M);
833
+ B ? f += B : f += J1();
834
+ var b;
835
+ c === null ? b = "null" : m1(c) ? b = "array" : c !== void 0 && c.$$typeof === e ? (b = "<" + (F(c.type) || "Unknown") + " />", f = " Did you accidentally export a JSX literal instead of a component?") : b = typeof c, R("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", b, f);
836
+ }
837
+ var y = $3(c, r, a, M, Z);
838
+ if (y == null)
839
+ return y;
840
+ if (w) {
841
+ var O = r.children;
842
+ if (O !== void 0)
843
+ if (d)
844
+ if (m1(O)) {
845
+ for (var z = 0; z < O.length; z++)
846
+ Q1(O[z], c);
847
+ Object.freeze && Object.freeze(O);
847
848
  } else
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.");
849
+ R("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
849
850
  else
850
- z1(D, s);
851
+ Q1(O, c);
851
852
  }
852
- if (N.call(r, "key")) {
853
- var U = P(s), B = Object.keys(r).filter(function(U3) {
853
+ if (t1.call(r, "key")) {
854
+ var G = F(c), D = Object.keys(r).filter(function(U3) {
854
855
  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(": ..., ") + ": ...}" : "{}";
858
- g(`A props object containing a "key" prop is being spread into JSX:
856
+ }), b1 = D.length > 0 ? "{key: someKey, " + D.join(": ..., ") + ": ...}" : "{key: someKey}";
857
+ if (!N1[G + b1]) {
858
+ var k3 = D.length > 0 ? "{" + D.join(": ..., ") + ": ...}" : "{}";
859
+ R(`A props object containing a "key" prop is being spread into JSX:
859
860
  let props = %s;
860
861
  <%s {...props} />
861
862
  React keys must be passed directly to JSX without using spread:
862
863
  let props = %s;
863
- <%s key={someKey} {...props} />`, j1, U, k3, U), X1[U + j1] = !0;
864
+ <%s key={someKey} {...props} />`, b1, G, k3, G), N1[G + b1] = !0;
864
865
  }
865
866
  }
866
- return s === o ? D3(R) : T3(R), R;
867
+ return c === o ? D3(y) : T3(y), y;
867
868
  }
868
869
  }
869
- function P3(s, r, a) {
870
- return Q1(s, r, a, !0);
870
+ function P3(c, r, a) {
871
+ return e3(c, r, a, !0);
871
872
  }
872
- function O3(s, r, a) {
873
- return Q1(s, r, a, !1);
873
+ function O3(c, r, a) {
874
+ return e3(c, r, a, !1);
874
875
  }
875
876
  var V3 = O3, F3 = P3;
876
- t1.Fragment = o, t1.jsx = V3, t1.jsxs = F3;
877
- }()), t1;
877
+ c1.Fragment = o, c1.jsx = V3, c1.jsxs = F3;
878
+ }()), c1;
878
879
  }
879
- var n1 = {};
880
+ var o1 = {};
880
881
  /**
881
882
  * @license React
882
883
  * react-jsx-runtime.production.min.js
@@ -886,209 +887,212 @@ var n1 = {};
886
887
  * This source code is licensed under the MIT license found in the
887
888
  * LICENSE file in the root directory of this source tree.
888
889
  */
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]);
900
- if (f && f.defaultProps)
901
- for (C in u = f.defaultProps, u)
902
- b[C] === void 0 && (b[C] = u[C]);
903
- return { $$typeof: e, type: f, key: A, ref: T, props: b, _owner: l.current };
904
- }
905
- return n1.Fragment = c, n1.jsx = d, n1.jsxs = d, n1;
890
+ var n3;
891
+ function I2() {
892
+ if (n3)
893
+ return o1;
894
+ n3 = 1;
895
+ var t = r3, e = Symbol.for("react.element"), s = 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 };
896
+ function u(g, h, S) {
897
+ var j, C = {}, A = null, V = null;
898
+ S !== void 0 && (A = "" + S), h.key !== void 0 && (A = "" + h.key), h.ref !== void 0 && (V = h.ref);
899
+ for (j in h)
900
+ o.call(h, j) && !i.hasOwnProperty(j) && (C[j] = h[j]);
901
+ if (g && g.defaultProps)
902
+ for (j in h = g.defaultProps, h)
903
+ C[j] === void 0 && (C[j] = h[j]);
904
+ return { $$typeof: e, type: g, key: A, ref: V, props: C, _owner: l.current };
905
+ }
906
+ return o1.Fragment = s, o1.jsx = u, o1.jsxs = u, o1;
906
907
  }
907
- process.env.NODE_ENV === "production" ? I1.exports = C2() : I1.exports = j2();
908
- var n = I1.exports;
909
- const S2 = () => /* @__PURE__ */ n.jsx(n.Fragment, { children: /* @__PURE__ */ n.jsxs("div", { className: "disconnected-message", children: [
908
+ process.env.NODE_ENV === "production" ? E1.exports = I2() : E1.exports = b2();
909
+ var n = E1.exports;
910
+ const y2 = () => /* @__PURE__ */ n.jsx(n.Fragment, { children: /* @__PURE__ */ n.jsxs("div", { className: "disconnected-message", children: [
910
911
  /* @__PURE__ */ n.jsx("h1", { children: "Disconnected" }),
911
912
  /* @__PURE__ */ n.jsx("p", { children: "Reconnecting..." })
912
913
  ] }) });
913
- class b2 {
914
+ class R2 {
914
915
  constructor() {
915
- _(this, "uuid", "current-uuid");
916
- _(this, "roomKey", "current-room-key");
917
- _(this, "code", "current-code");
918
- _(this, "expiry", "current-uuid-expires");
916
+ L(this, "uuid", "current-uuid");
917
+ L(this, "roomKey", "current-room-key");
918
+ L(this, "code", "current-code");
919
+ L(this, "expiry", "current-uuid-expires");
919
920
  }
920
921
  }
921
- const t3 = new b2(), d3 = X3({
922
+ const s3 = new R2(), h3 = X3({
922
923
  sendMessage: () => null,
923
924
  sendSimpleMessage: () => null,
924
925
  addEventHandler: () => null,
925
926
  removeEventHandler: () => null
926
927
  });
927
- function I2(t) {
928
+ function E2(t) {
928
929
  return sessionStorage.getItem(t) || "";
929
930
  }
930
- function y2(t, e) {
931
+ function _2(t, e) {
931
932
  sessionStorage.setItem(t, e);
932
933
  }
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(
935
- async (m) => {
936
- await b1.get(`${m}/ui/joinroom?token=${e}`).then((g) => {
937
- g.status === 200 && g.data && F.dispatch(K.setRoomData(g.data));
938
- }).catch((g) => {
939
- console.log(g), g.repsonse && g.response.status === 498 && console.error("Invalid token. Unable to join room");
934
+ const L2 = ({ children: t }) => {
935
+ const [e, s] = N(), o = p2(), l = x2(), i = M2(), u = S2(), g = g2(), h = m2(), S = Z2(), j = j2(), C = l1(null), [A, V] = N(), P = l1({}), q = s1(
936
+ async (E) => {
937
+ await R1.get(`${E}/ui/joinroom?token=${e}`).then((m) => {
938
+ m.status === 200 && m.data && H.dispatch(X.setRoomData(m.data));
939
+ }).catch((m) => {
940
+ console.log(m), m.repsonse && m.response.status === 498 && console.error("Invalid token. Unable to join room");
940
941
  });
941
942
  },
942
943
  [e]
943
- ), T = u1(
944
- (m, g) => {
945
- u.current && o && u.current.send(JSON.stringify({ type: m, clientId: i, content: g }));
944
+ ), U = s1(
945
+ (E, m) => {
946
+ C.current && o && C.current.send(JSON.stringify({ type: E, clientId: i, content: m }));
946
947
  },
947
948
  [o, i]
948
- ), V = (m, g) => {
949
- T(m, { value: g });
950
- }, Y = u1(
951
- (m, g, O) => {
952
- b.current[m] || (b.current[m] = {}), b.current[m][g] = O, console.log("event handler added", m, g);
949
+ ), T = s1(
950
+ (E, m) => {
951
+ U(E, { value: m });
952
+ },
953
+ [U]
954
+ ), R = s1(
955
+ (E, m, k) => {
956
+ P.current[E] || (P.current[E] = {}), P.current[E][m] = k, console.log("event handler added", E, m);
953
957
  },
954
958
  []
955
- ), J = u1(
956
- (m, g) => {
957
- b.current[m] && (delete b.current[m][g], console.log("event handler removed", m, g));
959
+ ), g1 = s1(
960
+ (E, m) => {
961
+ P.current[E] && (delete P.current[E][m], console.log("event handler removed", E, m));
958
962
  },
959
963
  []
960
964
  );
961
- return G(() => {
962
- let g = new URLSearchParams(window.location.search).get("token");
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) {
967
- const g = `${f.apiPath.replace("http", "ws")}/ui/join/${e}`, O = new WebSocket(g);
968
- u.current = O, O.onopen = () => {
969
- console.log("connected"), F.dispatch(K.setWebsocketIsConnected(!0));
970
- }, O.onerror = (z) => {
971
- console.log(z);
972
- }, O.onclose = () => {
973
- if (console.log("disconnected"), u.current)
965
+ return Q(() => {
966
+ let m = new URLSearchParams(window.location.search).get("token");
967
+ m ? (console.log("saving token: ", m), _2(s3.uuid, m)) : (m = E2(s3.uuid), console.log("loading token: ", m)), s(m), u();
968
+ }, []), Q(() => {
969
+ if (!(!g.apiPath || A || !e)) {
970
+ if (q(g.apiPath), !C.current) {
971
+ const m = `${g.apiPath.replace("http", "ws")}/ui/join/${e}`, k = new WebSocket(m);
972
+ C.current = k, k.onopen = () => {
973
+ console.log("connected"), H.dispatch(X.setWebsocketIsConnected(!0));
974
+ }, k.onerror = (W) => {
975
+ console.log(W);
976
+ }, k.onclose = (W) => {
977
+ if (console.log(`disconnected ${W.code} ${W.reason}`), C.current)
974
978
  console.log("WebSocket closed by server.");
975
979
  else {
976
980
  console.log("WebSocket closed by client.");
977
981
  return;
978
982
  }
979
- S || (F.dispatch(K.setWebsocketIsConnected(!1)), C(!0), setTimeout(() => C(void 0), 5e3));
980
- }, O.onmessage = (z) => {
983
+ A || (H.dispatch(X.setWebsocketIsConnected(!1)), V(!0), setTimeout(() => V(void 0), 5e3));
984
+ }, k.onmessage = (W) => {
981
985
  try {
982
- const E = JSON.parse(z.data);
983
- if (console.log(E), E.type.startsWith("/system/"))
984
- switch (E.type) {
986
+ const _ = JSON.parse(W.data);
987
+ if (console.log(_), _.type.startsWith("/system/"))
988
+ switch (_.type) {
985
989
  case "/system/roomKey":
986
- F.dispatch(
987
- K.setCurrentRoomKey(
988
- E.content
990
+ H.dispatch(
991
+ X.setCurrentRoomKey(
992
+ _.content
989
993
  )
990
994
  );
991
995
  break;
992
996
  case "/system/userCodeChanged":
993
- F.dispatch(
994
- K.setUserCode(E.content)
997
+ H.dispatch(
998
+ X.setUserCode(_.content)
995
999
  );
996
1000
  break;
997
1001
  }
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) => {
1002
+ else if (_.type.startsWith("/event/")) {
1003
+ console.log("event message received", _);
1004
+ const Y = P.current[_.type];
1005
+ Y || console.log("no handlers found for event type", _.type), Y && Object.values(Y).forEach((f1) => {
1002
1006
  try {
1003
- v1(E);
1004
- } catch (h1) {
1005
- console.error(h1);
1007
+ f1(_);
1008
+ } catch (w1) {
1009
+ console.error(w1);
1006
1010
  }
1007
1011
  });
1008
1012
  } else
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);
1013
+ _.type.startsWith("/room/") ? H.dispatch(l2.setRoomState(_)) : _.type.startsWith("/device/") && H.dispatch(c2.setDeviceState(_));
1014
+ } catch (_) {
1015
+ console.log(_);
1012
1016
  }
1013
1017
  };
1014
1018
  }
1015
1019
  return () => {
1016
- u.current && u.current.close(), u.current = null;
1020
+ C.current && C.current.close(), C.current = null;
1017
1021
  };
1018
1022
  }
1019
- }, [f.apiPath, A, e, S]), G(() => {
1020
- l && T(`/room/${l}/status`, null);
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);
1023
+ }, [g.apiPath, g.gatewayAppPath, q, h, S, e, j, A]), Q(() => {
1024
+ l && U(`/room/${l}/status`, null);
1025
+ }, [l]), /* @__PURE__ */ n.jsx(h3.Provider, { value: { sendMessage: U, sendSimpleMessage: T, addEventHandler: R, removeEventHandler: g1 }, children: o ? t : /* @__PURE__ */ n.jsx(y2, {}) });
1026
+ }, o6 = ({ children: t }) => /* @__PURE__ */ n.jsx(z3, { store: H, children: /* @__PURE__ */ n.jsx(L2, { children: t }) });
1027
+ function I() {
1028
+ return Q3(h3);
1025
1029
  }
1026
- function E2({
1030
+ function $2({
1027
1031
  onPress: t,
1028
1032
  onRelease: e,
1029
- onHold: c,
1033
+ onHold: s,
1030
1034
  holdTimeMs: o = 500
1031
1035
  }) {
1032
- const l = s1(null), i = s1(!1);
1033
- function d() {
1036
+ const l = l1(null), i = l1(!1);
1037
+ function u() {
1034
1038
  i.current = !0, t == null || t(), l.current = setTimeout(() => {
1035
- c == null || c(), l.current = null;
1039
+ s == null || s(), l.current = null;
1036
1040
  }, o);
1037
1041
  }
1038
- function f() {
1042
+ function g() {
1039
1043
  i.current = !1, e == null || e(), l.current && (clearTimeout(l.current), l.current = null);
1040
1044
  }
1041
- function u() {
1042
- i.current && f();
1045
+ function h() {
1046
+ i.current && g();
1043
1047
  }
1044
1048
  return {
1045
- onPointerDown: d,
1046
- onPointerUp: f,
1047
- onPointerLeave: u
1049
+ onPointerDown: u,
1050
+ onPointerUp: g,
1051
+ onPointerLeave: h
1048
1052
  };
1049
1053
  }
1050
- function h(t, e) {
1051
- const { sendMessage: o } = y(), l = s1(null);
1054
+ function v(t, e) {
1055
+ const { sendMessage: o } = I(), l = l1(null);
1052
1056
  function i() {
1053
1057
  o(`${t}/${e}`, { value: "pressed" }), l.current || (l.current = setInterval(() => {
1054
1058
  o(`${t}/${e}`, { value: "held" });
1055
1059
  }, 250));
1056
1060
  }
1057
- function d() {
1061
+ function u() {
1058
1062
  l.current && (clearInterval(l.current), l.current = null), o(`${t}/${e}`, { value: "released" });
1059
1063
  }
1060
- return E2({ onPress: i, onRelease: d });
1064
+ return $2({ onPress: i, onRelease: u });
1061
1065
  }
1062
- function v3(t, e) {
1063
- const { sendMessage: c, sendSimpleMessage: o } = y(), l = h(`${t}`, "volumeUp"), i = h(`${t}`, "volumeDown");
1066
+ function g3(t, e) {
1067
+ const { sendMessage: s, sendSimpleMessage: o } = I(), l = v(`${t}`, "volumeUp"), i = v(`${t}`, "volumeDown");
1064
1068
  return e ? {
1065
1069
  volumeState: e,
1066
1070
  volumeUp: l,
1067
1071
  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)
1072
+ setLevel: (j) => o(`${t}/level`, j),
1073
+ muteToggle: () => s(`${t}/muteToggle`, null),
1074
+ muteOn: () => s(`${t}/muteOn`, null),
1075
+ muteOff: () => s(`${t}/muteOff`, null)
1072
1076
  } : void 0;
1073
1077
  }
1074
- function c6(t, e) {
1075
- const { sendMessage: c, sendSimpleMessage: o } = y(), l = h(`${t}`, "volumeUp"), i = h(`${t}`, "volumeDown");
1078
+ function r6(t, e) {
1079
+ const { sendMessage: s, sendSimpleMessage: o } = I(), l = v(`${t}`, "volumeUp"), i = v(`${t}`, "volumeDown");
1076
1080
  return e ? {
1077
1081
  volumeState: e,
1078
1082
  volumeUp: l,
1079
1083
  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)
1084
+ setLevel: (j) => o(`${t}/level`, j),
1085
+ muteToggle: () => s(`${t}/muteToggle`, null),
1086
+ muteOn: () => s(`${t}/muteOn`, null),
1087
+ muteOff: () => s(`${t}/muteOff`, null)
1084
1088
  } : void 0;
1085
1089
  }
1086
- function _2(t) {
1087
- const e = L(t), c = `/device/${t}`;
1088
- return v3(c, e == null ? void 0 : e.volume);
1090
+ function A2(t) {
1091
+ const e = $(t), s = `/device/${t}`;
1092
+ return g3(s, e == null ? void 0 : e.volume);
1089
1093
  }
1090
- function h3(t) {
1091
- const { sendMessage: e } = y();
1094
+ function f3(t) {
1095
+ const { sendMessage: e } = I();
1092
1096
  return { powerOn: () => {
1093
1097
  e(`/device/${t}/powerOn`, null);
1094
1098
  }, powerOff: () => {
@@ -1097,160 +1101,160 @@ function h3(t) {
1097
1101
  e(`/device/${t}/powerToggle`, null);
1098
1102
  } };
1099
1103
  }
1100
- function y1(t) {
1101
- const { sendMessage: e } = y(), c = L(t);
1102
- return console.log("deviceState", c), c ? { itemsState: c, selectItem: (l) => {
1104
+ function _1(t) {
1105
+ const { sendMessage: e } = I(), s = $(t);
1106
+ return console.log("deviceState", s), s ? { itemsState: s, selectItem: (l) => {
1103
1107
  e(`/device/${t}/${l}`, null);
1104
1108
  } } : void 0;
1105
1109
  }
1106
- function L2(t) {
1107
- const { sendMessage: e } = y(), c = L(t), o = () => {
1110
+ function B2(t) {
1111
+ const { sendMessage: e } = I(), s = $(t), o = () => {
1108
1112
  e(`/device/${t}/setDefaultChannelLevels`, null);
1109
1113
  }, l = () => {
1110
- if ((c == null ? void 0 : c.levelControls) === void 0)
1114
+ if ((s == null ? void 0 : s.levelControls) === void 0)
1111
1115
  return;
1112
- Object.keys(c == null ? void 0 : c.levelControls).forEach((f) => {
1113
- e(`/device/${t}/${f}/fullStatus`, null);
1116
+ Object.keys(s == null ? void 0 : s.levelControls).forEach((g) => {
1117
+ e(`/device/${t}/${g}/fullStatus`, null);
1114
1118
  });
1115
1119
  };
1116
- return c ? { levelControls: c.levelControls, setDefaultChannelLevels: o, getFullStatus: l } : void 0;
1120
+ return s ? { levelControls: s.levelControls, setDefaultChannelLevels: o, getFullStatus: l } : void 0;
1117
1121
  }
1118
- function s6(t) {
1119
- const e = L(t), c = h3(t), o = y1(t), l = y1(t), i = _2(t), d = L2(t);
1122
+ function l6(t) {
1123
+ const e = $(t), s = f3(t), o = _1(t), l = _1(t), i = A2(t), u = B2(t);
1120
1124
  if (e)
1121
1125
  return {
1122
1126
  avrState: e,
1123
- powerControl: c,
1127
+ powerControl: s,
1124
1128
  inputControl: o,
1125
1129
  surroundSoundModes: l,
1126
- surroundChannels: d,
1130
+ surroundChannels: u,
1127
1131
  mainVolumeControl: i
1128
1132
  };
1129
1133
  }
1130
- function o6(t) {
1131
- const e = L(t);
1134
+ function i6(t) {
1135
+ const e = $(t);
1132
1136
  if (e)
1133
1137
  return { endpointState: e };
1134
1138
  }
1135
- function r6(t) {
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 };
1139
+ function a6(t) {
1140
+ const e = `/device/${t}`, s = v(e, "chanUp"), o = v(e, "chanDown"), l = v(e, "lastChan"), i = v(e, "guide"), u = v(e, "info"), g = v(e, "exit");
1141
+ return { channelUp: s, channelDown: o, lastChannel: l, guide: i, info: u, exit: g };
1138
1142
  }
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 };
1143
+ function u6(t) {
1144
+ const e = `/device/${t}`, s = v(e, "red"), o = v(e, "green"), l = v(e, "yellow"), i = v(e, "blue");
1145
+ return { red: s, green: o, yellow: l, blue: i };
1142
1146
  }
1143
- function i6(t) {
1144
- const e = L(t);
1147
+ function d6(t) {
1148
+ const e = $(t);
1145
1149
  if (e)
1146
1150
  return {
1147
1151
  communicationMonitorState: e
1148
1152
  };
1149
1153
  }
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 };
1154
+ function v6(t) {
1155
+ const e = `/device/${t}`, s = v(e, "up"), o = v(e, "down"), l = v(e, "left"), i = v(e, "right"), u = v(e, "select"), g = v(e, "menu"), h = v(e, "exit");
1156
+ return { up: s, down: o, left: l, right: i, select: u, menu: g, exit: h };
1153
1157
  }
1154
- function u6(t) {
1155
- const e = L(t);
1158
+ function h6(t) {
1159
+ const e = $(t);
1156
1160
  if (e)
1157
1161
  return e.deviceInfo || void 0;
1158
1162
  }
1159
- function d6(t) {
1160
- const e = `/device/${t}`, c = h(e, "dvrList"), o = h(e, "record");
1161
- return { dvrList: c, record: o };
1163
+ function g6(t) {
1164
+ const e = `/device/${t}`, s = v(e, "dvrList"), o = v(e, "record");
1165
+ return { dvrList: s, record: o };
1162
1166
  }
1163
- const v6 = ({ className: t }) => {
1164
- const [e, c] = q();
1165
- return G(() => {
1167
+ const f6 = ({ className: t }) => {
1168
+ const [e, s] = N();
1169
+ return Q(() => {
1166
1170
  setInterval(() => {
1167
1171
  const o = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
1168
- c(o);
1172
+ s(o);
1169
1173
  }, 1e3);
1170
1174
  }, []), /* @__PURE__ */ n.jsxs("div", { className: t, children: [
1171
1175
  e,
1172
1176
  " new change"
1173
1177
  ] });
1174
1178
  };
1175
- function h6(t) {
1176
- const { sendMessage: e } = y(), c = L(t);
1177
- return c ? { roomCombinerState: c, setAutoMode: () => {
1179
+ function w6(t) {
1180
+ const { sendMessage: e } = I(), s = $(t);
1181
+ return s ? { roomCombinerState: s, setAutoMode: () => {
1178
1182
  e(`/device/${t}/setAutoMode`, null);
1179
1183
  }, setManualMode: () => {
1180
1184
  e(`/device/${t}/setManualMode`, null);
1181
1185
  }, toggleMode: () => {
1182
1186
  e(`/device/${t}/toggleMode`, null);
1183
- }, togglePartitionState: (u) => {
1184
- e(`/device/${t}/togglePartitionState`, u);
1185
- }, setRoomCombinationScenario: (u) => {
1186
- e(`/device/${t}/setRoomCombinationScenario`, u);
1187
+ }, togglePartitionState: (h) => {
1188
+ e(`/device/${t}/togglePartitionState`, h);
1189
+ }, setRoomCombinationScenario: (h) => {
1190
+ e(`/device/${t}/setRoomCombinationScenario`, h);
1187
1191
  } } : void 0;
1188
1192
  }
1189
- function g6(t) {
1190
- const { sendMessage: e, sendSimpleMessage: c } = y(), o = L(t);
1193
+ function p6(t) {
1194
+ const { sendMessage: e, sendSimpleMessage: s } = I(), o = $(t);
1191
1195
  return o ? {
1192
1196
  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)
1197
+ setLevel: (h, S) => s(`${h}/level`, S),
1198
+ muteToggle: (h) => e(`${h}/muteToggle`, null),
1199
+ muteOn: (h) => e(`${h}/muteOn`, null),
1200
+ muteOff: (h) => e(`${h}/muteOff`, null)
1197
1201
  } : void 0;
1198
1202
  }
1199
- function f6(t) {
1200
- const { sendMessage: e } = y(), c = L(t);
1201
- return c ? { lightingState: c, selectScene: (l) => {
1203
+ function x6(t) {
1204
+ const { sendMessage: e } = I(), s = $(t);
1205
+ return s ? { lightingState: s, selectScene: (l) => {
1202
1206
  e(`/device/${t}/selectScene`, l);
1203
1207
  } } : void 0;
1204
1208
  }
1205
- function w6(t) {
1206
- const { sendMessage: e } = y(), c = L(t);
1207
- return c ? { matrixRoutingState: c, setRoute: (l) => {
1209
+ function M6(t) {
1210
+ const { sendMessage: e } = I(), s = $(t);
1211
+ return s ? { matrixRoutingState: s, setRoute: (l) => {
1208
1212
  e(`/device/${t}/route`, l);
1209
1213
  } } : void 0;
1210
1214
  }
1211
- function p6(t) {
1212
- const { sendMessage: e } = y();
1215
+ function m6(t) {
1216
+ const { sendMessage: e } = I();
1213
1217
  return { closeApp: () => {
1214
1218
  e(`/device/${t}/closeWebViewController`, null);
1215
1219
  } };
1216
1220
  }
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 };
1221
+ function Z6(t) {
1222
+ const e = `/device/${t}`, s = v(e, "num0"), o = v(e, "num1"), l = v(e, "num2"), i = v(e, "num3"), u = v(e, "num4"), g = v(e, "num5"), h = v(e, "num6"), S = v(e, "num7"), j = v(e, "num8"), C = v(e, "num9"), A = v(e, "numDash"), V = v(e, "numEnter");
1223
+ return { digit0: s, digit1: o, digit2: l, digit3: i, digit4: u, digit5: g, digit6: h, digit7: S, digit8: j, digit9: C, keypadAccessoryButton1: A, keypadAccessoryButton2: V };
1220
1224
  }
1221
- function M6(t) {
1222
- const { sendMessage: e } = y(), c = L(t);
1223
- return c ? { projectorScreenLiftControlState: c, raise: () => {
1225
+ function j6(t) {
1226
+ const { sendMessage: e } = I(), s = $(t);
1227
+ return s ? { projectorScreenLiftControlState: s, raise: () => {
1224
1228
  e(`/device/${t}/raise`, null);
1225
1229
  }, lower: () => {
1226
1230
  e(`/device/${t}/lower`, null);
1227
1231
  } } : void 0;
1228
1232
  }
1229
- function m6(t) {
1230
- const { sendMessage: e } = y(), c = R1(t);
1231
- return c ? { roomEventScheduleState: c, save: (l) => {
1233
+ function C6(t) {
1234
+ const { sendMessage: e } = I(), s = L1(t);
1235
+ return s ? { roomEventScheduleState: s, save: (l) => {
1232
1236
  e(`/room/${t}/saveScheduledEvents`, l);
1233
1237
  } } : void 0;
1234
1238
  }
1235
- function Z6(t) {
1236
- const { sendMessage: e } = y();
1239
+ function S6(t) {
1240
+ const { sendMessage: e } = I();
1237
1241
  return { runDirectRoute: (o) => {
1238
1242
  e(`/room/${t}/directRoute`, o);
1239
1243
  } };
1240
1244
  }
1241
- function j6(t) {
1242
- const { sendMessage: e } = y();
1243
- return { routingState: L(t), runRoute: (l) => {
1245
+ function b6(t) {
1246
+ const { sendMessage: e } = I();
1247
+ return { routingState: $(t), runRoute: (l) => {
1244
1248
  e(`/room/${t}/source`, l);
1245
1249
  } };
1246
1250
  }
1247
- function C6(t) {
1248
- const e = `/device/${t}`, c = h(e, "chanUp"), o = h(e, "chanDown");
1249
- return { dvrList: c, replay: o };
1251
+ function I6(t) {
1252
+ const e = `/device/${t}`, s = v(e, "chanUp"), o = v(e, "chanDown");
1253
+ return { dvrList: s, replay: o };
1250
1254
  }
1251
- function S6(t) {
1252
- const { sendMessage: e } = y(), c = L(t);
1253
- return c ? { shadeState: c, shadeUp: () => {
1255
+ function y6(t) {
1256
+ const { sendMessage: e } = I(), s = $(t);
1257
+ return s ? { shadeState: s, shadeUp: () => {
1254
1258
  e(`/device/${t}/shadeUp`, null);
1255
1259
  }, shadeDown: () => {
1256
1260
  e(`/device/${t}/shadeDown`, null);
@@ -1258,10 +1262,10 @@ function S6(t) {
1258
1262
  e(`/device/${t}/stopOrPreset`, null);
1259
1263
  } } : void 0;
1260
1264
  }
1261
- function b6(t) {
1262
- const { sendMessage: e } = y(), c = R1(t);
1263
- return c ? { shutdownPromptTimerState: c, setShutdownPromptSeconds: (f) => {
1264
- e(`/room/${t}/setShutdownPromptSeconds`, f);
1265
+ function R6(t) {
1266
+ const { sendMessage: e } = I(), s = L1(t);
1267
+ return s ? { shutdownPromptTimerState: s, setShutdownPromptSeconds: (g) => {
1268
+ e(`/room/${t}/setShutdownPromptSeconds`, g);
1265
1269
  }, shutdownStart: () => {
1266
1270
  e(`/room/${t}/shutdownStart`, null);
1267
1271
  }, shutdownEnd: () => {
@@ -1270,149 +1274,149 @@ function b6(t) {
1270
1274
  e(`/room/${t}/shutdownCancel`, null);
1271
1275
  } } : void 0;
1272
1276
  }
1273
- function I6(t) {
1274
- const { sendMessage: e } = y(), c = L(t);
1275
- return c ? { switchedOutputState: c, on: () => {
1277
+ function E6(t) {
1278
+ const { sendMessage: e } = I(), s = $(t);
1279
+ return s ? { switchedOutputState: s, on: () => {
1276
1280
  e(`/device/${t}/on`, null);
1277
1281
  }, off: () => {
1278
1282
  e(`/device/${t}/off`, null);
1279
1283
  } } : void 0;
1280
1284
  }
1281
- function y6(t) {
1282
- const { sendMessage: e } = y(), c = R1(t);
1283
- return c ? { techPasswordState: c, validatePassword: (i) => {
1285
+ function _6(t) {
1286
+ const { sendMessage: e } = I(), s = L1(t);
1287
+ return s ? { techPasswordState: s, validatePassword: (i) => {
1284
1288
  e(`/room/${t}/validateTechPassword`, { password: i });
1285
- }, setPassword: (i, d) => {
1286
- e(`/room/${t}/setTechPassword`, { oldPassword: i, newPassword: d });
1289
+ }, setPassword: (i, u) => {
1290
+ e(`/room/${t}/setTechPassword`, { oldPassword: i, newPassword: u });
1287
1291
  } } : void 0;
1288
1292
  }
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 };
1293
+ function L6(t) {
1294
+ const e = `/device/${t}`, s = v(e, "play"), o = v(e, "pause"), l = v(e, "stop"), i = v(e, "prevTrack"), u = v(e, "nextTrack"), g = v(e, "rewind"), h = v(e, "ffwd"), S = v(e, "record");
1295
+ return { play: s, pause: o, stop: l, prevTrack: i, nextTrack: u, rewind: g, fastForward: h, record: S };
1292
1296
  }
1293
- function E6(t) {
1294
- const e = L(t), { sendMessage: c } = y();
1297
+ function $6(t) {
1298
+ const e = $(t), { sendMessage: s } = I();
1295
1299
  return e ? {
1296
1300
  touchpanelState: e,
1297
1301
  appControl: { hideApp: () => {
1298
- c(`/device/${t}/hideApp`, null);
1302
+ s(`/device/${t}/hideApp`, null);
1299
1303
  }, openApp: () => {
1300
- c(`/device/${t}/openApp`, null);
1304
+ s(`/device/${t}/openApp`, null);
1301
1305
  }, closeApp: () => {
1302
- c(`/device/${t}/closeApp`, null);
1306
+ s(`/device/${t}/closeApp`, null);
1303
1307
  } },
1304
1308
  zoomControl: { endCall: () => {
1305
- c(`/device/${t}/endCall`, null);
1309
+ s(`/device/${t}/endCall`, null);
1306
1310
  } }
1307
1311
  } : void 0;
1308
1312
  }
1309
- function _6(t) {
1310
- const e = L(t), c = h3(t), o = y1(t);
1313
+ function A6(t) {
1314
+ const e = $(t), s = f3(t), o = _1(t);
1311
1315
  if (!e)
1312
1316
  return;
1313
1317
  const l = (e.powerState || e.isWarming) && !e.isCooling, i = (!e.powerState || e.isCooling) && !e.isWarming;
1314
1318
  return {
1315
1319
  displayState: e,
1316
- powerControl: c,
1320
+ powerControl: s,
1317
1321
  inputControl: o,
1318
1322
  powerFb: { powerOnFb: l, powerOffFb: i }
1319
1323
  };
1320
1324
  }
1321
- const L6 = ({ config: t }) => {
1322
- const { sendMessage: e } = y();
1323
- G(() => {
1325
+ const B6 = ({ config: t }) => {
1326
+ const { sendMessage: e } = I();
1327
+ Q(() => {
1324
1328
  var o, l;
1325
1329
  if (!t)
1326
1330
  return;
1327
- const c = [];
1331
+ const s = [];
1328
1332
  Object.values(t.destinations).forEach((i) => {
1329
- c.push(i);
1333
+ s.push(i);
1330
1334
  }), Object.values(t.destinationList).forEach((i) => {
1331
- c.push(i.sinkKey);
1335
+ s.push(i.sinkKey);
1332
1336
  }), (o = t.touchpanelKeys) == null || o.forEach((i) => {
1333
- c.push(i);
1337
+ s.push(i);
1334
1338
  }), t.environmentalDevices.forEach((i) => {
1335
- c.push(i.deviceKey);
1339
+ s.push(i.deviceKey);
1336
1340
  }), (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);
1341
+ s.push(i);
1342
+ }), t.audioCodecKey && s.push(t.audioCodecKey), t.videoCodecKey && s.push(t.videoCodecKey), t.matrixRoutingKey && s.push(t.matrixRoutingKey), t.roomCombinerKey && s.push(t.roomCombinerKey), t.endpointKeys && t.endpointKeys.forEach((i) => {
1343
+ s.push(i);
1340
1344
  });
1341
1345
  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) => {
1346
+ i.sourceKey && i.sourceKey !== "$off" && s.push(i.sourceKey);
1347
+ console.log("deviceKeys", s), s.forEach((i) => {
1344
1348
  e(`/device/${i}/fullStatus`, { deviceKey: i });
1345
1349
  });
1346
1350
  }, [t, e]);
1347
1351
  };
1348
- function $6(t, e) {
1349
- const c = w2(t, e), o = `/room/${t}/volumes/${e}`;
1350
- return v3(o, c);
1352
+ function T6(t, e) {
1353
+ const s = w2(t, e), o = `/room/${t}/volumes/${e}`;
1354
+ return g3(o, s);
1351
1355
  }
1352
- function A6() {
1353
- const [t, e] = q(), [c, o] = q();
1356
+ function D6() {
1357
+ const [t, e] = N(), [s, o] = N();
1354
1358
  function l() {
1355
1359
  e((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
1356
1360
  const i = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
1357
1361
  o(i);
1358
1362
  }
1359
- return G(() => {
1363
+ return Q(() => {
1360
1364
  l();
1361
1365
  const i = setInterval(() => {
1362
1366
  l();
1363
1367
  }, 1e3);
1364
1368
  return () => clearInterval(i);
1365
- }, []), { date: t, time: c };
1369
+ }, []), { date: t, time: s };
1366
1370
  }
1367
- const B6 = () => {
1371
+ const P6 = () => {
1368
1372
  const t = N3();
1369
1373
  return /* @__PURE__ */ n.jsxs("div", { className: "d-flex flex-column align-items-center gap-5", children: [
1370
1374
  /* @__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
1375
  /* @__PURE__ */ n.jsx("button", { className: "btn btn-primary p-2", onClick: () => t(-1), children: "Go Back" })
1372
1376
  ] });
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 = ({
1377
+ }, T2 = "_iconbtn_16qss_1", D2 = "_iconbtnvert_16qss_7", P2 = "_iconsm_16qss_18", I1 = {
1378
+ iconbtn: T2,
1379
+ iconbtnvert: D2,
1380
+ iconsm: P2
1381
+ }, O2 = ({
1378
1382
  multiIcon: t,
1379
1383
  otherContent: e = null,
1380
- vert: c = !1,
1384
+ vert: s = !1,
1381
1385
  className: o,
1382
1386
  iconClassName: l = "",
1383
1387
  otherContentClassName: i = "",
1384
- disabled: d,
1385
- feedback: f,
1386
- feedbackClassName: u,
1388
+ disabled: u,
1389
+ feedback: g,
1390
+ feedbackClassName: h,
1387
1391
  onPointerDown: S,
1388
- onPointerUp: C,
1389
- onPointerLeave: b,
1392
+ onPointerUp: j,
1393
+ onPointerLeave: C,
1390
1394
  ...A
1391
1395
  }) => {
1392
- const [T, V] = q(!1), Y = !d && f ? u : "", J = !d && (T || f);
1396
+ const [V, P] = N(!1), q = !u && g ? h : "", U = !u && (V || g);
1393
1397
  return /* @__PURE__ */ n.jsxs(
1394
1398
  "button",
1395
1399
  {
1396
1400
  type: "button",
1397
- className: `${C1.iconbtn} ${c ? C1.iconbtnvert : ""} ${o} ${Y}`,
1401
+ className: `${I1.iconbtn} ${s ? I1.iconbtnvert : ""} ${o} ${q}`,
1398
1402
  ...A,
1399
- disabled: d,
1400
- onPointerDown: (m) => {
1401
- V(!0), S == null || S(m);
1403
+ disabled: u,
1404
+ onPointerDown: (T) => {
1405
+ P(!0), S == null || S(T);
1402
1406
  },
1403
- onPointerUp: (m) => {
1404
- V(!1), C == null || C(m);
1407
+ onPointerUp: (T) => {
1408
+ P(!1), j == null || j(T);
1405
1409
  },
1406
- onPointerLeave: (m) => {
1407
- V(!1), b == null || b(m);
1410
+ onPointerLeave: (T) => {
1411
+ P(!1), C == null || C(T);
1408
1412
  },
1409
1413
  children: [
1410
1414
  t && /* @__PURE__ */ n.jsx(
1411
1415
  t,
1412
1416
  {
1413
- className: `${l || C1.iconsm}`,
1414
- active: J,
1415
- disabled: d
1417
+ className: `${l || I1.iconsm}`,
1418
+ active: U,
1419
+ disabled: u
1416
1420
  }
1417
1421
  ),
1418
1422
  /* @__PURE__ */ n.jsx("div", { className: i, children: e })
@@ -1422,13 +1426,13 @@ const B6 = () => {
1422
1426
  }, x = ({
1423
1427
  ActiveImage: t,
1424
1428
  DisabledImage: e,
1425
- EnabledImage: c,
1429
+ EnabledImage: s,
1426
1430
  active: o,
1427
1431
  disabled: l
1428
- }) => l ? e : o ? t : c, D2 = ({
1432
+ }) => l ? e : o ? t : s, V2 = ({
1429
1433
  active: t,
1430
1434
  className: e = "",
1431
- disabled: c
1435
+ disabled: s
1432
1436
  }) => /* @__PURE__ */ n.jsx(
1433
1437
  x,
1434
1438
  {
@@ -1475,12 +1479,12 @@ const B6 = () => {
1475
1479
  }
1476
1480
  ),
1477
1481
  active: t,
1478
- disabled: c
1482
+ disabled: s
1479
1483
  }
1480
- ), P2 = ({
1484
+ ), F2 = ({
1481
1485
  active: t,
1482
1486
  className: e = "",
1483
- disabled: c
1487
+ disabled: s
1484
1488
  }) => /* @__PURE__ */ n.jsx(
1485
1489
  x,
1486
1490
  {
@@ -1524,12 +1528,12 @@ const B6 = () => {
1524
1528
  )
1525
1529
  ),
1526
1530
  active: t,
1527
- disabled: c
1531
+ disabled: s
1528
1532
  }
1529
- ), O2 = ({
1533
+ ), k2 = ({
1530
1534
  active: t,
1531
1535
  className: e = "",
1532
- disabled: c
1536
+ disabled: s
1533
1537
  }) => /* @__PURE__ */ n.jsx(
1534
1538
  x,
1535
1539
  {
@@ -1564,12 +1568,12 @@ const B6 = () => {
1564
1568
  }
1565
1569
  ),
1566
1570
  active: t,
1567
- disabled: c
1571
+ disabled: s
1568
1572
  }
1569
- ), V2 = ({
1573
+ ), U2 = ({
1570
1574
  active: t,
1571
1575
  className: e = "",
1572
- disabled: c
1576
+ disabled: s
1573
1577
  }) => /* @__PURE__ */ n.jsx(
1574
1578
  x,
1575
1579
  {
@@ -1613,14 +1617,14 @@ const B6 = () => {
1613
1617
  )
1614
1618
  ),
1615
1619
  active: t,
1616
- disabled: c
1620
+ disabled: s
1617
1621
  }
1618
- ), F2 = ({
1622
+ ), W2 = ({
1619
1623
  active: t,
1620
1624
  // Just to shut up the linter on this template. Prefer deleting this lint rule
1621
1625
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
1622
1626
  className: e = "",
1623
- disabled: c
1627
+ disabled: s
1624
1628
  }) => /* @__PURE__ */ n.jsx(
1625
1629
  x,
1626
1630
  {
@@ -1684,12 +1688,12 @@ const B6 = () => {
1684
1688
  )
1685
1689
  ),
1686
1690
  active: t,
1687
- disabled: c
1691
+ disabled: s
1688
1692
  }
1689
- ), k2 = ({
1693
+ ), H2 = ({
1690
1694
  active: t,
1691
1695
  className: e = "",
1692
- disabled: c
1696
+ disabled: s
1693
1697
  }) => /* @__PURE__ */ n.jsx(
1694
1698
  x,
1695
1699
  {
@@ -1733,12 +1737,12 @@ const B6 = () => {
1733
1737
  )
1734
1738
  ),
1735
1739
  active: t,
1736
- disabled: c
1740
+ disabled: s
1737
1741
  }
1738
- ), U2 = ({
1742
+ ), K2 = ({
1739
1743
  active: t,
1740
1744
  className: e = "",
1741
- disabled: c
1745
+ disabled: s
1742
1746
  }) => /* @__PURE__ */ n.jsx(
1743
1747
  x,
1744
1748
  {
@@ -1782,12 +1786,12 @@ const B6 = () => {
1782
1786
  )
1783
1787
  ),
1784
1788
  active: t,
1785
- disabled: c
1789
+ disabled: s
1786
1790
  }
1787
- ), W2 = ({
1791
+ ), G2 = ({
1788
1792
  active: t,
1789
1793
  className: e = "",
1790
- disabled: c
1794
+ disabled: s
1791
1795
  }) => /* @__PURE__ */ n.jsx(
1792
1796
  x,
1793
1797
  {
@@ -1831,12 +1835,12 @@ const B6 = () => {
1831
1835
  )
1832
1836
  ),
1833
1837
  active: t,
1834
- disabled: c
1838
+ disabled: s
1835
1839
  }
1836
- ), H2 = ({
1840
+ ), q2 = ({
1837
1841
  active: t,
1838
1842
  className: e = "",
1839
- disabled: c
1843
+ disabled: s
1840
1844
  }) => /* @__PURE__ */ n.jsx(
1841
1845
  x,
1842
1846
  {
@@ -1880,12 +1884,12 @@ const B6 = () => {
1880
1884
  )
1881
1885
  ),
1882
1886
  active: t,
1883
- disabled: c
1887
+ disabled: s
1884
1888
  }
1885
- ), K2 = ({
1889
+ ), Y2 = ({
1886
1890
  active: t,
1887
1891
  className: e = "",
1888
- disabled: c
1892
+ disabled: s
1889
1893
  }) => /* @__PURE__ */ n.jsx(
1890
1894
  x,
1891
1895
  {
@@ -1929,14 +1933,14 @@ const B6 = () => {
1929
1933
  )
1930
1934
  ),
1931
1935
  active: t,
1932
- disabled: c
1936
+ disabled: s
1933
1937
  }
1934
- ), G2 = ({
1938
+ ), J2 = ({
1935
1939
  active: t,
1936
1940
  // Just to shut up the linter on this template. Prefer deleting this lint rule
1937
1941
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
1938
1942
  className: e = "",
1939
- disabled: c
1943
+ disabled: s
1940
1944
  }) => /* @__PURE__ */ n.jsx(
1941
1945
  x,
1942
1946
  {
@@ -1998,12 +2002,12 @@ const B6 = () => {
1998
2002
  )
1999
2003
  ),
2000
2004
  active: t,
2001
- disabled: c
2005
+ disabled: s
2002
2006
  }
2003
- ), q2 = ({
2007
+ ), z2 = ({
2004
2008
  active: t,
2005
2009
  className: e = "",
2006
- disabled: c
2010
+ disabled: s
2007
2011
  }) => /* @__PURE__ */ n.jsx(
2008
2012
  x,
2009
2013
  {
@@ -2047,12 +2051,12 @@ const B6 = () => {
2047
2051
  )
2048
2052
  ),
2049
2053
  active: t,
2050
- disabled: c
2054
+ disabled: s
2051
2055
  }
2052
- ), Y2 = ({
2056
+ ), X2 = ({
2053
2057
  active: t,
2054
2058
  className: e = "",
2055
- disabled: c
2059
+ disabled: s
2056
2060
  }) => /* @__PURE__ */ n.jsx(
2057
2061
  x,
2058
2062
  {
@@ -2096,12 +2100,12 @@ const B6 = () => {
2096
2100
  )
2097
2101
  ),
2098
2102
  active: t,
2099
- disabled: c
2103
+ disabled: s
2100
2104
  }
2101
- ), J2 = ({
2105
+ ), Q2 = ({
2102
2106
  active: t,
2103
2107
  className: e = "",
2104
- disabled: c
2108
+ disabled: s
2105
2109
  }) => /* @__PURE__ */ n.jsx(
2106
2110
  x,
2107
2111
  {
@@ -2145,12 +2149,12 @@ const B6 = () => {
2145
2149
  )
2146
2150
  ),
2147
2151
  active: t,
2148
- disabled: c
2152
+ disabled: s
2149
2153
  }
2150
- ), z2 = ({
2154
+ ), N2 = ({
2151
2155
  active: t,
2152
2156
  className: e = "",
2153
- disabled: c
2157
+ disabled: s
2154
2158
  }) => /* @__PURE__ */ n.jsx(
2155
2159
  x,
2156
2160
  {
@@ -2194,12 +2198,12 @@ const B6 = () => {
2194
2198
  )
2195
2199
  ),
2196
2200
  active: t,
2197
- disabled: c
2201
+ disabled: s
2198
2202
  }
2199
- ), X2 = ({
2203
+ ), e8 = ({
2200
2204
  active: t,
2201
2205
  className: e = "",
2202
- disabled: c
2206
+ disabled: s
2203
2207
  }) => /* @__PURE__ */ n.jsx(
2204
2208
  x,
2205
2209
  {
@@ -2216,12 +2220,12 @@ const B6 = () => {
2216
2220
  /* @__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" }) }) })
2217
2221
  ),
2218
2222
  active: t,
2219
- disabled: c
2223
+ disabled: s
2220
2224
  }
2221
- ), Q2 = ({
2225
+ ), t8 = ({
2222
2226
  active: t,
2223
2227
  className: e = "",
2224
- disabled: c
2228
+ disabled: s
2225
2229
  }) => /* @__PURE__ */ n.jsx(
2226
2230
  x,
2227
2231
  {
@@ -2265,12 +2269,12 @@ const B6 = () => {
2265
2269
  )
2266
2270
  ),
2267
2271
  active: t,
2268
- disabled: c
2272
+ disabled: s
2269
2273
  }
2270
- ), N2 = ({
2274
+ ), n8 = ({
2271
2275
  active: t,
2272
2276
  className: e = "",
2273
- disabled: c
2277
+ disabled: s
2274
2278
  }) => /* @__PURE__ */ n.jsx(
2275
2279
  x,
2276
2280
  {
@@ -2314,12 +2318,12 @@ const B6 = () => {
2314
2318
  )
2315
2319
  ),
2316
2320
  active: t,
2317
- disabled: c
2321
+ disabled: s
2318
2322
  }
2319
- ), e8 = ({
2323
+ ), s8 = ({
2320
2324
  active: t,
2321
2325
  className: e = "",
2322
- disabled: c
2326
+ disabled: s
2323
2327
  }) => /* @__PURE__ */ n.jsx(
2324
2328
  x,
2325
2329
  {
@@ -2363,12 +2367,12 @@ const B6 = () => {
2363
2367
  )
2364
2368
  ),
2365
2369
  active: t,
2366
- disabled: c
2370
+ disabled: s
2367
2371
  }
2368
- ), t8 = ({
2372
+ ), c8 = ({
2369
2373
  active: t,
2370
2374
  className: e = "",
2371
- disabled: c
2375
+ disabled: s
2372
2376
  }) => /* @__PURE__ */ n.jsx(
2373
2377
  x,
2374
2378
  {
@@ -2412,12 +2416,12 @@ const B6 = () => {
2412
2416
  )
2413
2417
  ),
2414
2418
  active: t,
2415
- disabled: c
2419
+ disabled: s
2416
2420
  }
2417
- ), n8 = ({
2421
+ ), o8 = ({
2418
2422
  active: t,
2419
2423
  className: e = "",
2420
- disabled: c
2424
+ disabled: s
2421
2425
  }) => /* @__PURE__ */ n.jsx(
2422
2426
  x,
2423
2427
  {
@@ -2461,14 +2465,14 @@ const B6 = () => {
2461
2465
  )
2462
2466
  ),
2463
2467
  active: t,
2464
- disabled: c
2468
+ disabled: s
2465
2469
  }
2466
- ), c8 = ({
2470
+ ), r8 = ({
2467
2471
  active: t,
2468
2472
  // Just to shut up the linter on this template. Prefer deleting this lint rule
2469
2473
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
2470
2474
  className: e = "",
2471
- disabled: c
2475
+ disabled: s
2472
2476
  }) => /* @__PURE__ */ n.jsx(
2473
2477
  x,
2474
2478
  {
@@ -2504,7 +2508,6 @@ const B6 = () => {
2504
2508
  "path",
2505
2509
  {
2506
2510
  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",
2507
- fill: "#000",
2508
2511
  "stroke-width": "0"
2509
2512
  }
2510
2513
  ) })
@@ -2524,7 +2527,6 @@ const B6 = () => {
2524
2527
  "path",
2525
2528
  {
2526
2529
  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",
2527
- fill: "#000",
2528
2530
  "stroke-width": "0"
2529
2531
  }
2530
2532
  ) }) })
@@ -2532,12 +2534,12 @@ const B6 = () => {
2532
2534
  )
2533
2535
  ),
2534
2536
  active: t,
2535
- disabled: c
2537
+ disabled: s
2536
2538
  }
2537
- ), s8 = ({
2539
+ ), l8 = ({
2538
2540
  active: t,
2539
2541
  className: e = "",
2540
- disabled: c
2542
+ disabled: s
2541
2543
  }) => /* @__PURE__ */ n.jsx(
2542
2544
  x,
2543
2545
  {
@@ -2581,12 +2583,12 @@ const B6 = () => {
2581
2583
  )
2582
2584
  ),
2583
2585
  active: t,
2584
- disabled: c
2586
+ disabled: s
2585
2587
  }
2586
- ), o8 = ({
2588
+ ), i8 = ({
2587
2589
  active: t,
2588
2590
  className: e = "",
2589
- disabled: c
2591
+ disabled: s
2590
2592
  }) => /* @__PURE__ */ n.jsx(
2591
2593
  x,
2592
2594
  {
@@ -2630,12 +2632,12 @@ const B6 = () => {
2630
2632
  )
2631
2633
  ),
2632
2634
  active: t,
2633
- disabled: c
2635
+ disabled: s
2634
2636
  }
2635
- ), r8 = ({
2637
+ ), a8 = ({
2636
2638
  active: t,
2637
2639
  className: e = "",
2638
- disabled: c
2640
+ disabled: s
2639
2641
  }) => /* @__PURE__ */ n.jsx(
2640
2642
  x,
2641
2643
  {
@@ -2679,12 +2681,12 @@ const B6 = () => {
2679
2681
  )
2680
2682
  ),
2681
2683
  active: t,
2682
- disabled: c
2684
+ disabled: s
2683
2685
  }
2684
- ), l8 = ({
2686
+ ), u8 = ({
2685
2687
  active: t,
2686
2688
  className: e = "",
2687
- disabled: c
2689
+ disabled: s
2688
2690
  }) => /* @__PURE__ */ n.jsx(
2689
2691
  x,
2690
2692
  {
@@ -2728,12 +2730,12 @@ const B6 = () => {
2728
2730
  )
2729
2731
  ),
2730
2732
  active: t,
2731
- disabled: c
2733
+ disabled: s
2732
2734
  }
2733
- ), i8 = ({
2735
+ ), d8 = ({
2734
2736
  active: t,
2735
2737
  className: e = "",
2736
- disabled: c
2738
+ disabled: s
2737
2739
  }) => /* @__PURE__ */ n.jsx(
2738
2740
  x,
2739
2741
  {
@@ -2777,12 +2779,12 @@ const B6 = () => {
2777
2779
  )
2778
2780
  ),
2779
2781
  active: t,
2780
- disabled: c
2782
+ disabled: s
2781
2783
  }
2782
- ), a8 = ({
2784
+ ), v8 = ({
2783
2785
  active: t,
2784
2786
  className: e = "",
2785
- disabled: c
2787
+ disabled: s
2786
2788
  }) => /* @__PURE__ */ n.jsx(
2787
2789
  x,
2788
2790
  {
@@ -2826,12 +2828,12 @@ const B6 = () => {
2826
2828
  )
2827
2829
  ),
2828
2830
  active: t,
2829
- disabled: c
2831
+ disabled: s
2830
2832
  }
2831
- ), u8 = ({
2833
+ ), h8 = ({
2832
2834
  active: t,
2833
2835
  className: e = "",
2834
- disabled: c
2836
+ disabled: s
2835
2837
  }) => /* @__PURE__ */ n.jsx(
2836
2838
  x,
2837
2839
  {
@@ -2875,12 +2877,12 @@ const B6 = () => {
2875
2877
  )
2876
2878
  ),
2877
2879
  active: t,
2878
- disabled: c
2880
+ disabled: s
2879
2881
  }
2880
- ), d8 = ({
2882
+ ), g8 = ({
2881
2883
  active: t,
2882
2884
  className: e = "",
2883
- disabled: c
2885
+ disabled: s
2884
2886
  }) => /* @__PURE__ */ n.jsx(
2885
2887
  x,
2886
2888
  {
@@ -2924,12 +2926,12 @@ const B6 = () => {
2924
2926
  )
2925
2927
  ),
2926
2928
  active: t,
2927
- disabled: c
2929
+ disabled: s
2928
2930
  }
2929
- ), v8 = ({
2931
+ ), f8 = ({
2930
2932
  active: t,
2931
2933
  className: e = "",
2932
- disabled: c
2934
+ disabled: s
2933
2935
  }) => /* @__PURE__ */ n.jsx(
2934
2936
  x,
2935
2937
  {
@@ -2973,12 +2975,12 @@ const B6 = () => {
2973
2975
  )
2974
2976
  ),
2975
2977
  active: t,
2976
- disabled: c
2978
+ disabled: s
2977
2979
  }
2978
- ), h8 = ({
2980
+ ), w8 = ({
2979
2981
  active: t,
2980
2982
  className: e = "",
2981
- disabled: c
2983
+ disabled: s
2982
2984
  }) => /* @__PURE__ */ n.jsx(
2983
2985
  x,
2984
2986
  {
@@ -3022,235 +3024,238 @@ const B6 = () => {
3022
3024
  )
3023
3025
  ),
3024
3026
  active: t,
3025
- disabled: c
3026
- }
3027
- ), g8 = {
3028
- Alert: D2,
3029
- Camera: O2,
3030
- DownArrow: k2,
3031
- Ban: P2,
3032
- Check: V2,
3033
- Controller: F2,
3034
- Elipses: U2,
3035
- Flag: W2,
3036
- Gear: H2,
3037
- Glass: K2,
3038
- Hdmi: G2,
3039
- Laptop: q2,
3040
- LeftArrow: Y2,
3041
- Light: J2,
3042
- Mic: h8,
3043
- Moon: z2,
3044
- Playstation: X2,
3045
- Podium: Q2,
3046
- Power: N2,
3047
- Privacy: e8,
3048
- Question: t8,
3049
- RightArrow: n8,
3050
- RoomPC: c8,
3051
- Shade: s8,
3052
- Sun: o8,
3053
- UpArrow: r8,
3054
- VolDown: l8,
3055
- VolMute: i8,
3056
- VolUp: a8,
3057
- Wireless: u8,
3058
- X: d8,
3059
- Xbox: v8
3027
+ disabled: s
3028
+ }
3029
+ ), p8 = {
3030
+ Alert: V2,
3031
+ Camera: k2,
3032
+ DownArrow: H2,
3033
+ Ban: F2,
3034
+ Check: U2,
3035
+ Controller: W2,
3036
+ Elipses: K2,
3037
+ Flag: G2,
3038
+ Gear: q2,
3039
+ Glass: Y2,
3040
+ Hdmi: J2,
3041
+ Laptop: z2,
3042
+ LeftArrow: X2,
3043
+ Light: Q2,
3044
+ Mic: w8,
3045
+ Moon: N2,
3046
+ Playstation: e8,
3047
+ Podium: t8,
3048
+ Power: n8,
3049
+ Privacy: s8,
3050
+ Question: c8,
3051
+ RightArrow: o8,
3052
+ RoomPC: r8,
3053
+ Shade: l8,
3054
+ Sun: i8,
3055
+ UpArrow: a8,
3056
+ VolDown: u8,
3057
+ VolMute: d8,
3058
+ VolUp: v8,
3059
+ Wireless: h8,
3060
+ X: g8,
3061
+ Xbox: f8
3060
3062
  };
3061
- function T6({
3063
+ function O6({
3062
3064
  name: t,
3063
- iconsDictionary: e = g8,
3064
- ...c
3065
+ iconsDictionary: e = p8,
3066
+ ...s
3065
3067
  }) {
3066
3068
  const o = e[t] ?? null;
3067
- return o || console.error(`Icon ${t} not found in dictionary`), /* @__PURE__ */ n.jsx(T2, { multiIcon: o, ...c });
3069
+ return o || console.error(`Icon ${t} not found in dictionary`), /* @__PURE__ */ n.jsx(O2, { multiIcon: o, ...s });
3068
3070
  }
3069
- const f8 = "_grid_1cmpp_1", w8 = "_header_1cmpp_11", p8 = "_content_1cmpp_17", x8 = "_footer_1cmpp_23", M8 = "_volume_1cmpp_29", c1 = {
3070
- grid: f8,
3071
- header: w8,
3072
- content: p8,
3073
- footer: x8,
3074
- volume: M8
3075
- }, D6 = ({ header: t, footer: e, content: c, volume: o, showVolume: l }) => /* @__PURE__ */ n.jsxs("div", { className: c1.grid, children: [
3076
- /* @__PURE__ */ n.jsx("div", { className: c1.header, children: t }),
3077
- /* @__PURE__ */ n.jsx("div", { className: c1.content, children: c }),
3078
- l && /* @__PURE__ */ n.jsx("div", { className: c1.volume, children: o }),
3079
- /* @__PURE__ */ n.jsx("div", { className: c1.footer, children: e })
3080
- ] }), m8 = "_grid_11w5q_1", Z8 = "_header_11w5q_11", j8 = "_content_11w5q_17", d1 = {
3081
- grid: m8,
3082
- header: Z8,
3083
- content: j8,
3084
- "left-nav": "_left-nav_11w5q_23"
3085
- }, P6 = ({ className: t, header: e, content: c, leftNav: o }) => /* @__PURE__ */ n.jsxs("div", { className: `${t} ${d1.grid}`, children: [
3086
- /* @__PURE__ */ n.jsx("div", { className: d1.header, children: e }),
3087
- o && /* @__PURE__ */ n.jsx("div", { className: d1.leftNav, children: o }),
3088
- /* @__PURE__ */ n.jsx("div", { className: d1.content, children: c })
3089
- ] }), C8 = "_grid_1uwfo_1", S8 = "_header_1uwfo_11", b8 = "_content_1uwfo_17", S1 = {
3071
+ const x8 = "_grid_1cmpp_1", M8 = "_header_1cmpp_11", m8 = "_content_1cmpp_17", Z8 = "_footer_1cmpp_23", j8 = "_volume_1cmpp_29", r1 = {
3072
+ grid: x8,
3073
+ header: M8,
3074
+ content: m8,
3075
+ footer: Z8,
3076
+ volume: j8
3077
+ }, V6 = ({ header: t, footer: e, content: s, volume: o, showVolume: l }) => /* @__PURE__ */ n.jsxs("div", { className: r1.grid, children: [
3078
+ /* @__PURE__ */ n.jsx("div", { className: r1.header, children: t }),
3079
+ /* @__PURE__ */ n.jsx("div", { className: r1.content, children: s }),
3080
+ l && /* @__PURE__ */ n.jsx("div", { className: r1.volume, children: o }),
3081
+ /* @__PURE__ */ n.jsx("div", { className: r1.footer, children: e })
3082
+ ] }), C8 = "_grid_11w5q_1", S8 = "_header_11w5q_11", b8 = "_content_11w5q_17", h1 = {
3090
3083
  grid: C8,
3091
3084
  header: S8,
3092
- content: b8
3093
- }, O6 = ({ className: t, header: e, content: c }) => /* @__PURE__ */ n.jsxs("div", { className: `${t} ${S1.grid}`, children: [
3094
- /* @__PURE__ */ n.jsx("div", { className: S1.header, children: e }),
3095
- /* @__PURE__ */ n.jsx("div", { className: S1.content, children: c })
3085
+ content: b8,
3086
+ "left-nav": "_left-nav_11w5q_23"
3087
+ }, F6 = ({ className: t, header: e, content: s, leftNav: o }) => /* @__PURE__ */ n.jsxs("div", { className: `${t} ${h1.grid}`, children: [
3088
+ /* @__PURE__ */ n.jsx("div", { className: h1.header, children: e }),
3089
+ o && /* @__PURE__ */ n.jsx("div", { className: h1.leftNav, children: o }),
3090
+ /* @__PURE__ */ n.jsx("div", { className: h1.content, children: s })
3091
+ ] }), I8 = "_grid_1uwfo_1", y8 = "_header_1uwfo_11", R8 = "_content_1uwfo_17", y1 = {
3092
+ grid: I8,
3093
+ header: y8,
3094
+ content: R8
3095
+ }, k6 = ({ className: t, header: e, content: s }) => /* @__PURE__ */ n.jsxs("div", { className: `${t} ${y1.grid}`, children: [
3096
+ /* @__PURE__ */ n.jsx("div", { className: y1.header, children: e }),
3097
+ /* @__PURE__ */ n.jsx("div", { className: y1.content, children: s })
3096
3098
  ] });
3097
- function V6() {
3099
+ function U6() {
3098
3100
  return console.log(location.pathname), location.pathname;
3099
3101
  }
3100
- 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 || {});
3101
- class F6 {
3102
- constructor(e, c) {
3103
- _(this, "path");
3104
- _(this, "handler");
3105
- this.path = e, this.handler = c;
3102
+ var E8 = /* @__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))(E8 || {});
3103
+ class W6 {
3104
+ constructor(e, s) {
3105
+ L(this, "path");
3106
+ L(this, "handler");
3107
+ this.path = e, this.handler = s;
3106
3108
  }
3107
3109
  }
3108
- const k6 = "$off";
3109
- class U6 {
3110
+ const H6 = "$off";
3111
+ class K6 {
3110
3112
  constructor() {
3111
- _(this, "name", "");
3112
- _(this, "iconUrl", "");
3113
- _(this, "channel", "");
3113
+ L(this, "name", "");
3114
+ L(this, "iconUrl", "");
3115
+ L(this, "channel", "");
3114
3116
  }
3115
3117
  }
3116
- class W6 {
3118
+ class G6 {
3117
3119
  constructor() {
3118
- _(this, "deviceKey");
3119
- _(this, "deviceType");
3120
+ L(this, "deviceKey");
3121
+ L(this, "deviceType");
3120
3122
  }
3121
3123
  }
3122
- class H6 {
3124
+ class q6 {
3123
3125
  constructor() {
3124
- _(this, "deviceKey");
3125
- _(this, "deviceType");
3126
+ L(this, "deviceKey");
3127
+ L(this, "deviceType");
3126
3128
  }
3127
3129
  }
3128
- class K6 {
3130
+ class Y6 {
3129
3131
  constructor() {
3130
- _(this, "currentShareText");
3131
- _(this, "enabled");
3132
- _(this, "isSharing");
3132
+ L(this, "currentShareText");
3133
+ L(this, "enabled");
3134
+ L(this, "isSharing");
3133
3135
  }
3134
3136
  }
3135
3137
  export {
3136
- H6 as AccessoryDeviceConfiguration,
3137
- v6 as Clock,
3138
- I8 as DaysOfWeek,
3139
- W6 as EnvironmentalDeviceConfiguration,
3140
- B6 as ErrorBox,
3141
- T2 as IconButton,
3142
- D2 as IconMultiAlert,
3143
- P2 as IconMultiBan,
3144
- O2 as IconMultiCamera,
3145
- V2 as IconMultiCheck,
3146
- F2 as IconMultiController,
3147
- k2 as IconMultiDownArrow,
3148
- U2 as IconMultiElipses,
3149
- W2 as IconMultiFlag,
3150
- H2 as IconMultiGear,
3151
- K2 as IconMultiGlass,
3152
- G2 as IconMultiHdmi,
3153
- q2 as IconMultiLaptop,
3154
- Y2 as IconMultiLeftArrow,
3155
- J2 as IconMultiLight,
3156
- z2 as IconMultiMoon,
3157
- X2 as IconMultiPlaystation,
3158
- Q2 as IconMultiPodium,
3159
- N2 as IconMultiPower,
3160
- e8 as IconMultiPrivacy,
3161
- t8 as IconMultiQuestion,
3162
- n8 as IconMultiRightArrow,
3163
- c8 as IconMultiRoomPC,
3164
- s8 as IconMultiShade,
3165
- o8 as IconMultiSun,
3166
- r8 as IconMultiUpArrow,
3167
- l8 as IconMultiVolDown,
3168
- i8 as IconMultiVolMute,
3169
- a8 as IconMultiVolUp,
3170
- u8 as IconMultiWireless,
3171
- d8 as IconMultiX,
3172
- v8 as IconMultiXbox,
3173
- D6 as MainLayout,
3174
- F6 as MessageHandler,
3175
- n6 as MobileControlProvider,
3138
+ q6 as AccessoryDeviceConfiguration,
3139
+ f6 as Clock,
3140
+ E8 as DaysOfWeek,
3141
+ G6 as EnvironmentalDeviceConfiguration,
3142
+ P6 as ErrorBox,
3143
+ O2 as IconButton,
3144
+ V2 as IconMultiAlert,
3145
+ F2 as IconMultiBan,
3146
+ k2 as IconMultiCamera,
3147
+ U2 as IconMultiCheck,
3148
+ W2 as IconMultiController,
3149
+ H2 as IconMultiDownArrow,
3150
+ K2 as IconMultiElipses,
3151
+ G2 as IconMultiFlag,
3152
+ q2 as IconMultiGear,
3153
+ Y2 as IconMultiGlass,
3154
+ J2 as IconMultiHdmi,
3155
+ z2 as IconMultiLaptop,
3156
+ X2 as IconMultiLeftArrow,
3157
+ Q2 as IconMultiLight,
3158
+ N2 as IconMultiMoon,
3159
+ e8 as IconMultiPlaystation,
3160
+ t8 as IconMultiPodium,
3161
+ n8 as IconMultiPower,
3162
+ s8 as IconMultiPrivacy,
3163
+ c8 as IconMultiQuestion,
3164
+ o8 as IconMultiRightArrow,
3165
+ r8 as IconMultiRoomPC,
3166
+ l8 as IconMultiShade,
3167
+ i8 as IconMultiSun,
3168
+ a8 as IconMultiUpArrow,
3169
+ u8 as IconMultiVolDown,
3170
+ d8 as IconMultiVolMute,
3171
+ v8 as IconMultiVolUp,
3172
+ h8 as IconMultiWireless,
3173
+ g8 as IconMultiX,
3174
+ f8 as IconMultiXbox,
3175
+ V6 as MainLayout,
3176
+ W6 as MessageHandler,
3177
+ o6 as MobileControlProvider,
3176
3178
  x as MultiStateIconContainer,
3177
- T6 as NamedIconButton,
3178
- U6 as PresetChannel,
3179
- K6 as ShareState,
3180
- P6 as TechLayout,
3181
- O6 as TechPinLayout,
3182
- V6 as getBaseLocation,
3183
- b1 as httpClient,
3184
- k6 as roomOffSourceKey,
3185
- F as store,
3186
- A8 as uiActions,
3179
+ O6 as NamedIconButton,
3180
+ K6 as PresetChannel,
3181
+ Y6 as ShareState,
3182
+ F6 as TechLayout,
3183
+ k6 as TechPinLayout,
3184
+ U6 as getBaseLocation,
3185
+ R1 as httpClient,
3186
+ H6 as roomOffSourceKey,
3187
+ H as store,
3188
+ D8 as uiActions,
3187
3189
  v2 as uiReducer,
3188
- B8 as useApiPath,
3190
+ P8 as useApiPath,
3189
3191
  g2 as useAppConfig,
3190
- m2 as useAppDispatch,
3191
- s6 as useAvrControl,
3192
+ C2 as useAppDispatch,
3193
+ l6 as useAvrControl,
3192
3194
  M2 as useClientId,
3193
- _2 as useDeviceIBasicVolumeWithFeedback,
3194
- o6 as useEndpoint,
3195
- L6 as useGetAllDeviceStateFromRoomConfiguration,
3195
+ A2 as useDeviceIBasicVolumeWithFeedback,
3196
+ i6 as useEndpoint,
3197
+ B6 as useGetAllDeviceStateFromRoomConfiguration,
3196
3198
  f2 as useGetAllDevices,
3197
- e6 as useGetCurrentPopoverIdForGroup,
3198
- L as useGetDevice,
3199
- c6 as useGetIBasicVolumeWithFeedback,
3200
- J8 as useGetRoomDisplayStates,
3201
- z8 as useGetZoomRoomControllerKey,
3202
- v3 as useIBasicVolumeWithFeedback,
3203
- r6 as useIChannelMessenger,
3204
- l6 as useIColor,
3205
- i6 as useICommunicationMonitor,
3206
- a6 as useIDPad,
3207
- u6 as useIDeviceInfoMessenger,
3208
- d6 as useIDvr,
3209
- h6 as useIEssentialsRoomCombiner,
3210
- h3 as useIHasPowerControl,
3211
- y1 as useIHasSelectableItems,
3212
- g6 as useILevelControls,
3213
- f6 as useILightingScenes,
3214
- w6 as useIMatrixRouting,
3215
- p6 as useIMcCiscoCodecUserInterfaceAppControl,
3216
- x6 as useINumeric,
3217
- M6 as useIProjectorScreenLiftControl,
3218
- m6 as useIRoomEventSchedule,
3219
- Z6 as useIRunDirectRouteAction,
3220
- j6 as useIRunRouteAction,
3221
- C6 as useISetTopBoxControls,
3222
- S6 as useIShadesOpenCloseStop,
3223
- b6 as useIShutdownPromptTimer,
3224
- I6 as useISwitchedOutput,
3225
- y6 as useITechPassword,
3226
- R6 as useITransport,
3227
- Z2 as useInitialize,
3228
- E6 as useMobileControlTouchpanelController,
3229
- E2 as usePressHoldRelease,
3230
- q8 as useRoomAdvancedSharingActive,
3231
- U8 as useRoomCodecContentDestinationKey,
3232
- T8 as useRoomConfiguration,
3233
- V8 as useRoomDestinationList,
3234
- O8 as useRoomDestinations,
3235
- F8 as useRoomEnvironmentalDevices,
3236
- $6 as useRoomIBasicVolumeWithFeedback,
3237
- W8 as useRoomInCall,
3238
- K8 as useRoomIsCoolingDown,
3239
- G8 as useRoomIsOn,
3240
- H8 as useRoomIsWarmingUp,
3199
+ s6 as useGetCurrentPopoverIdForGroup,
3200
+ $ as useGetDevice,
3201
+ r6 as useGetIBasicVolumeWithFeedback,
3202
+ Q8 as useGetRoomDisplayStates,
3203
+ N8 as useGetZoomRoomControllerKey,
3204
+ g3 as useIBasicVolumeWithFeedback,
3205
+ a6 as useIChannelMessenger,
3206
+ u6 as useIColor,
3207
+ d6 as useICommunicationMonitor,
3208
+ v6 as useIDPad,
3209
+ h6 as useIDeviceInfoMessenger,
3210
+ g6 as useIDvr,
3211
+ w6 as useIEssentialsRoomCombiner,
3212
+ f3 as useIHasPowerControl,
3213
+ _1 as useIHasSelectableItems,
3214
+ p6 as useILevelControls,
3215
+ x6 as useILightingScenes,
3216
+ M6 as useIMatrixRouting,
3217
+ m6 as useIMcCiscoCodecUserInterfaceAppControl,
3218
+ Z6 as useINumeric,
3219
+ j6 as useIProjectorScreenLiftControl,
3220
+ C6 as useIRoomEventSchedule,
3221
+ S6 as useIRunDirectRouteAction,
3222
+ b6 as useIRunRouteAction,
3223
+ I6 as useISetTopBoxControls,
3224
+ y6 as useIShadesOpenCloseStop,
3225
+ R6 as useIShutdownPromptTimer,
3226
+ E6 as useISwitchedOutput,
3227
+ _6 as useITechPassword,
3228
+ L6 as useITransport,
3229
+ S2 as useInitialize,
3230
+ $6 as useMobileControlTouchpanelController,
3231
+ $2 as usePressHoldRelease,
3232
+ z8 as useRoomAdvancedSharingActive,
3233
+ K8 as useRoomCodecContentDestinationKey,
3234
+ O8 as useRoomConfiguration,
3235
+ U8 as useRoomDestinationList,
3236
+ k8 as useRoomDestinations,
3237
+ W8 as useRoomEnvironmentalDevices,
3238
+ T6 as useRoomIBasicVolumeWithFeedback,
3239
+ G8 as useRoomInCall,
3240
+ Y8 as useRoomIsCoolingDown,
3241
+ J8 as useRoomIsOn,
3242
+ q8 as useRoomIsWarmingUp,
3241
3243
  x2 as useRoomKey,
3242
- D8 as useRoomName,
3243
- k8 as useRoomProgramAudioDestinationKey,
3244
- Y8 as useRoomShareState,
3245
- P8 as useRoomSourceList,
3246
- R1 as useRoomState,
3244
+ V8 as useRoomName,
3245
+ H8 as useRoomProgramAudioDestinationKey,
3246
+ X8 as useRoomShareState,
3247
+ F8 as useRoomSourceList,
3248
+ L1 as useRoomState,
3247
3249
  w2 as useRoomVolume,
3248
- Q8 as useShowIncomingCallModal,
3249
- N8 as useShowModal,
3250
- t6 as useShowPopoverById,
3251
- X8 as useShowShutdownModal,
3252
- A6 as useTimeAndDate,
3253
- _6 as useTwoWayDisplayBase,
3254
- y as useWebsocketContext,
3250
+ m2 as useServerIsRunningOnProcessorHardware,
3251
+ t6 as useShowIncomingCallModal,
3252
+ n6 as useShowModal,
3253
+ c6 as useShowPopoverById,
3254
+ e6 as useShowShutdownModal,
3255
+ Z2 as useSystemUuid,
3256
+ D6 as useTimeAndDate,
3257
+ A6 as useTwoWayDisplayBase,
3258
+ j2 as useUserCode,
3259
+ I as useWebsocketContext,
3255
3260
  p2 as useWsIsConnected
3256
3261
  };