@pepperdash/mobile-control-react-app-core 1.21.0-feature-add-deviceInterfaceSupport-to-joinroom-response.5 → 1.21.0-ibasic-volume.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/dist/mobile-control-react-app-core.es.js +1058 -1121
  2. package/dist/mobile-control-react-app-core.umd.js +10 -10
  3. package/dist/shared/hooks/index.d.ts +0 -1
  4. package/dist/shared/hooks/index.d.ts.map +1 -1
  5. package/dist/shared/hooks/interfaces/index.d.ts +35 -37
  6. package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
  7. package/dist/shared/hooks/interfaces/useIBasicVolume.d.ts +14 -0
  8. package/dist/shared/hooks/interfaces/useIBasicVolume.d.ts.map +1 -0
  9. package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts +2 -5
  10. package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts.map +1 -1
  11. package/dist/shared/hooks/interfaces/useIDspPresets.d.ts +1 -1
  12. package/dist/shared/hooks/interfaces/useIDspPresets.d.ts.map +1 -1
  13. package/dist/shared/hooks/interfaces/useIRunDirectRouteAction.d.ts +1 -1
  14. package/dist/shared/hooks/interfaces/useIRunDirectRouteAction.d.ts.map +1 -1
  15. package/dist/shared/hooks/useDeviceIBasicVolume.d.ts +7 -0
  16. package/dist/shared/hooks/useDeviceIBasicVolume.d.ts.map +1 -0
  17. package/dist/shared/hooks/useRoomIBasicVolume.d.ts +9 -0
  18. package/dist/shared/hooks/useRoomIBasicVolume.d.ts.map +1 -0
  19. package/dist/store/index.d.ts +0 -5
  20. package/dist/store/index.d.ts.map +1 -1
  21. package/dist/store/runtimeConfig/runtime.hooks.d.ts +0 -3
  22. package/dist/store/runtimeConfig/runtime.hooks.d.ts.map +1 -1
  23. package/dist/store/runtimeConfig/runtime.selectors.d.ts +0 -35
  24. package/dist/store/runtimeConfig/runtime.selectors.d.ts.map +1 -1
  25. package/dist/store/runtimeConfig/runtimeConfig.slice.d.ts +16 -56
  26. package/dist/store/runtimeConfig/runtimeConfig.slice.d.ts.map +1 -1
  27. package/dist/store/ui/ui.hooks.d.ts +0 -1
  28. package/dist/store/ui/ui.hooks.d.ts.map +1 -1
  29. package/dist/store/ui/ui.selectors.d.ts +0 -27
  30. package/dist/store/ui/ui.selectors.d.ts.map +1 -1
  31. package/dist/store/ui/ui.slice.d.ts +0 -56
  32. package/dist/store/ui/ui.slice.d.ts.map +1 -1
  33. package/dist/types/classes/room-data.d.ts +1 -7
  34. package/dist/types/classes/room-data.d.ts.map +1 -1
  35. package/dist/types/interfaces/IKeyName.d.ts +1 -0
  36. package/dist/types/interfaces/IKeyName.d.ts.map +1 -1
  37. package/dist/types/state/DestinationListItem.d.ts +0 -113
  38. package/dist/types/state/DestinationListItem.d.ts.map +1 -1
  39. package/dist/types/state/LevelControlListItem.d.ts +1 -1
  40. package/dist/types/state/LevelControlListItem.d.ts.map +1 -1
  41. package/dist/types/state/PresetListItem.d.ts +1 -1
  42. package/dist/types/state/PresetListItem.d.ts.map +1 -1
  43. package/dist/types/state/index.d.ts +3 -12
  44. package/dist/types/state/index.d.ts.map +1 -1
  45. package/dist/types/state/sourceListItem.d.ts +0 -137
  46. package/dist/types/state/sourceListItem.d.ts.map +1 -1
  47. package/dist/types/state/state/CamerasState.d.ts +13 -0
  48. package/dist/types/state/state/CamerasState.d.ts.map +1 -0
  49. package/dist/types/state/state/DeviceState.d.ts +5 -0
  50. package/dist/types/state/state/DeviceState.d.ts.map +1 -1
  51. package/dist/types/state/state/DisplayState.d.ts +5 -98
  52. package/dist/types/state/state/DisplayState.d.ts.map +1 -1
  53. package/dist/types/state/state/IHasCurrentSourceInfoChangeState.d.ts +2 -14
  54. package/dist/types/state/state/IHasCurrentSourceInfoChangeState.d.ts.map +1 -1
  55. package/dist/types/state/state/IHasSelectableItemsState.d.ts +1 -2
  56. package/dist/types/state/state/IHasSelectableItemsState.d.ts.map +1 -1
  57. package/dist/types/state/state/MatrixRoutingState.d.ts +1 -1
  58. package/dist/types/state/state/MatrixRoutingState.d.ts.map +1 -1
  59. package/dist/types/state/state/RoomState.d.ts +2 -2
  60. package/dist/types/state/state/RoomState.d.ts.map +1 -1
  61. package/dist/types/state/state/RoutingState.d.ts +1 -1
  62. package/dist/types/state/state/RoutingState.d.ts.map +1 -1
  63. package/dist/types/state/state/index.d.ts +2 -4
  64. package/dist/types/state/state/index.d.ts.map +1 -1
  65. package/dist/types/state/volume/volumes.d.ts +1 -0
  66. package/dist/types/state/volume/volumes.d.ts.map +1 -1
  67. package/dist/utils/WebsocketContext.d.ts +2 -1
  68. package/dist/utils/WebsocketContext.d.ts.map +1 -1
  69. package/dist/utils/WebsocketProvider.d.ts +1 -1
  70. package/dist/utils/WebsocketProvider.d.ts.map +1 -1
  71. package/dist/utils/index.d.ts +2 -3
  72. package/dist/utils/index.d.ts.map +1 -1
  73. package/dist/utils/useWebsocketContext.d.ts.map +1 -1
  74. package/package.json +3 -6
  75. package/dist/shared/hooks/interfaces/useIHasCameras.d.ts +0 -7
  76. package/dist/shared/hooks/interfaces/useIHasCameras.d.ts.map +0 -1
  77. package/dist/shared/hooks/useStateIsSynced.d.ts +0 -7
  78. package/dist/shared/hooks/useStateIsSynced.d.ts.map +0 -1
  79. package/dist/types/state/environment/index.d.ts +0 -9
  80. package/dist/types/state/environment/index.d.ts.map +0 -1
  81. package/dist/types/state/state/ICurrentSourcesState.d.ts +0 -19
  82. package/dist/types/state/state/ICurrentSourcesState.d.ts.map +0 -1
  83. package/dist/types/state/state/IHasCamerasState.d.ts +0 -10
  84. package/dist/types/state/state/IHasCamerasState.d.ts.map +0 -1
  85. package/dist/types/state/volume/index.d.ts +0 -10
  86. package/dist/types/state/volume/index.d.ts.map +0 -1
  87. /package/dist/{style.css → mobile-control-react-app-core.css} +0 -0
@@ -1,224 +1,232 @@
1
- var n2 = Object.defineProperty;
2
- var o2 = (e, t, n) => t in e ? n2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
3
- var q = (e, t, n) => o2(e, typeof t != "symbol" ? t + "" : t, n);
1
+ var o2 = Object.defineProperty;
2
+ var n2 = (e, t, o) => t in e ? o2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
3
+ var G = (e, t, o) => n2(e, typeof t != "symbol" ? t + "" : t, o);
4
4
  import c2, { AxiosError as r2 } from "axios";
5
5
  import { useDispatch as l2, useSelector as i2, Provider as a2 } from "react-redux";
6
6
  import { createSelector as w, createSlice as g1, combineReducers as u2, configureStore as d2 } from "@reduxjs/toolkit";
7
- import w3, { createContext as v2, useState as K, useRef as h1, useCallback as a1, useEffect as c1, useContext as h2, useLayoutEffect as x3 } from "react";
7
+ import w3, { createContext as h2, useState as H, useRef as v1, useCallback as a1, useEffect as n1, useContext as v2, useLayoutEffect as x3 } from "react";
8
8
  import * as M3 from "lodash";
9
9
  import { useNavigate as g2, useRouteError as f2, isRouteErrorResponse as p2 } from "react-router-dom";
10
- const m3 = l2.withTypes(), p = i2.withTypes(), j1 = (e) => e.appConfig, w2 = w(
10
+ const w2 = l2.withTypes(), f = i2.withTypes(), j1 = (e) => e.appConfig, x2 = w(
11
11
  j1,
12
12
  (e) => e.config
13
- ), x2 = w(
13
+ ), M2 = w(
14
14
  j1,
15
15
  (e) => e.config.apiPath
16
- ), M2 = w(
16
+ ), m2 = w(
17
17
  j1,
18
18
  (e) => e.config.logoPath
19
- ), m2 = w(
19
+ ), Z2 = w(
20
20
  j1,
21
21
  (e) => e.config.partnerMetadata
22
- ), Z2 = () => p(w2), U6 = () => p(x2), W6 = () => p(M2), F6 = () => p(m2), Z3 = (e) => e.devices, j3 = w(
23
- Z3,
22
+ ), j2 = () => f(x2), V6 = () => f(M2), k6 = () => f(m2), U6 = () => f(Z2), m3 = (e) => e.devices, Z3 = w(
23
+ m3,
24
24
  (e) => e
25
- ), j2 = (e) => w(
26
- Z3,
25
+ ), S2 = (e) => w(
26
+ m3,
27
27
  (t) => t[e] ? t[e] : void 0
28
- ), H6 = () => p(j3);
29
- function R(e) {
30
- return p(j2(e));
28
+ ), W6 = () => f(Z3);
29
+ function P(e) {
30
+ return f(S2(e));
31
31
  }
32
- const D = (e) => e.rooms, S2 = (e) => w(
33
- D,
32
+ const L = (e) => e.rooms, C2 = (e) => w(
33
+ L,
34
34
  (t) => t[e] ? t[e].configuration : void 0
35
- ), C2 = w(
36
- D,
35
+ ), b2 = w(
36
+ L,
37
37
  (e) => e
38
- ), b2 = (e) => w(
39
- D,
40
- (t) => t[e] ? t[e] : void 0
41
38
  ), I2 = (e) => w(
42
- D,
39
+ L,
40
+ (t) => t[e] ? t[e] : void 0
41
+ ), R2 = (e) => w(
42
+ L,
43
43
  (t) => t[e] ? t[e].name : void 0
44
44
  ), y2 = (e, t) => w(
45
- D,
46
- (n) => n[e] ? n[e].volumes[t] : void 0
47
- ), R2 = (e) => w(
48
- D,
49
- (t) => t[e] ? t[e] : void 0
45
+ L,
46
+ (o) => o[e] ? o[e].volumes[t] : void 0
50
47
  ), E2 = (e) => w(
51
- D,
48
+ L,
49
+ (t) => t[e] ? t[e] : void 0
50
+ ), _2 = (e) => w(
51
+ L,
52
52
  (t) => {
53
- var n, c;
54
- return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.sourceList : void 0;
53
+ var o, c;
54
+ return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.sourceList : void 0;
55
55
  }
56
56
  ), P2 = (e) => w(
57
- D,
57
+ L,
58
58
  (t) => {
59
- var n, c;
60
- return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.audioControlPointList : void 0;
59
+ var o, c;
60
+ return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.audioControlPointList : void 0;
61
61
  }
62
62
  ), T2 = (e) => w(
63
- D,
63
+ L,
64
64
  (t) => {
65
- var n, c;
66
- return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinations : void 0;
65
+ var o, c;
66
+ return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinations : void 0;
67
67
  }
68
- ), _2 = (e) => w(
69
- D,
68
+ ), L2 = (e) => w(
69
+ L,
70
70
  (t) => {
71
- var n, c;
72
- return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinationList : void 0;
71
+ var o, c;
72
+ return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinationList : void 0;
73
73
  }
74
74
  ), D2 = (e) => w(
75
- D,
75
+ L,
76
76
  (t) => {
77
- var n, c;
78
- return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.environmentalDevices : void 0;
79
- }
80
- ), L2 = (e) => w(
81
- D,
82
- (t) => {
83
- var n, c, r, i, d, a, g, x;
84
- return (c = (n = t[e]) == null ? void 0 : n.configuration) != null && c.destinationList.programAudio ? (d = (i = (r = t[e]) == null ? void 0 : r.configuration) == null ? void 0 : i.destinationList.programAudio) == null ? void 0 : d.sinkKey : ((x = (g = (a = t[e]) == null ? void 0 : a.configuration) == null ? void 0 : g.destinationList.defaultDisplay) == null ? void 0 : x.sinkKey) || "";
77
+ var o, c;
78
+ return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.environmentalDevices : void 0;
85
79
  }
86
80
  ), $2 = (e) => w(
87
- D,
81
+ L,
88
82
  (t) => {
89
- var n, c, r;
90
- return t[e] ? (r = (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinationList.codecContent) == null ? void 0 : r.sinkKey : void 0;
83
+ var o, c, r, i, d, a, h, x;
84
+ return (c = (o = t[e]) == null ? void 0 : o.configuration) != null && c.destinationList.programAudio ? (d = (i = (r = t[e]) == null ? void 0 : r.configuration) == null ? void 0 : i.destinationList.programAudio) == null ? void 0 : d.sinkKey : ((x = (h = (a = t[e]) == null ? void 0 : a.configuration) == null ? void 0 : h.destinationList.defaultDisplay) == null ? void 0 : x.sinkKey) || "";
91
85
  }
92
86
  ), A2 = (e) => w(
93
- D,
87
+ L,
94
88
  (t) => {
95
- var n;
96
- return t[e] ? (n = t[e]) == null ? void 0 : n.isInCall : void 0;
89
+ var o, c, r;
90
+ return t[e] ? (r = (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinationList.codecContent) == null ? void 0 : r.sinkKey : void 0;
97
91
  }
98
92
  ), B2 = (e) => w(
99
- D,
93
+ L,
100
94
  (t) => {
101
- var n;
102
- return t[e] ? (n = t[e]) == null ? void 0 : n.isWarmingUp : void 0;
95
+ var o;
96
+ return t[e] ? (o = t[e]) == null ? void 0 : o.isInCall : void 0;
103
97
  }
104
98
  ), O2 = (e) => w(
105
- D,
99
+ L,
106
100
  (t) => {
107
- var n;
108
- return t[e] ? (n = t[e]) == null ? void 0 : n.isCoolingDown : void 0;
101
+ var o;
102
+ return t[e] ? (o = t[e]) == null ? void 0 : o.isWarmingUp : void 0;
109
103
  }
110
104
  ), V2 = (e) => w(
111
- D,
105
+ L,
112
106
  (t) => {
113
- var n;
114
- return t[e] ? (n = t[e]) == null ? void 0 : n.isOn : void 0;
107
+ var o;
108
+ return t[e] ? (o = t[e]) == null ? void 0 : o.isCoolingDown : void 0;
115
109
  }
116
110
  ), k2 = (e) => w(
117
- D,
111
+ L,
118
112
  (t) => {
119
- var n;
120
- return t[e] ? (n = t[e]) == null ? void 0 : n.advancedSharingActive : void 0;
113
+ var o;
114
+ return t[e] ? (o = t[e]) == null ? void 0 : o.isOn : void 0;
121
115
  }
122
116
  ), U2 = (e) => w(
123
- D,
117
+ L,
124
118
  (t) => {
125
- var n;
126
- return t[e] ? (n = t[e]) == null ? void 0 : n.share : void 0;
119
+ var o;
120
+ return t[e] ? (o = t[e]) == null ? void 0 : o.advancedSharingActive : void 0;
127
121
  }
128
122
  ), W2 = (e) => w(
129
- D,
123
+ L,
130
124
  (t) => {
131
- var n, c;
132
- return t[e] ? (c = (n = t[e]) == null ? void 0 : n.configuration) == null ? void 0 : c.zoomRoomControllerKey : void 0;
125
+ var o;
126
+ return t[e] ? (o = t[e]) == null ? void 0 : o.share : void 0;
133
127
  }
134
- ), F2 = w(
128
+ ), F2 = (e) => w(
129
+ L,
130
+ (t) => {
131
+ var o, c;
132
+ return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.zoomRoomControllerKey : void 0;
133
+ }
134
+ ), H2 = w(
135
135
  [
136
136
  (e, t) => t,
137
- () => j3,
137
+ () => Z3,
138
138
  (e, t) => {
139
- var n, c;
140
- return (c = (n = e.rooms[t]) == null ? void 0 : n.configuration) == null ? void 0 : c.destinations;
139
+ var o, c;
140
+ return (c = (o = e.rooms[t]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinations;
141
141
  }
142
142
  ],
143
- (e, t, n) => {
144
- if (console.log("roomKey", e), console.log("devices", t), console.log("destinations", n), !n) return;
145
- const c = Object.entries(n).filter(([i]) => i !== "programAudio" && i !== "codecContent").map(([, i]) => i);
143
+ (e, t, o) => {
144
+ if (console.log("roomKey", e), console.log("devices", t), console.log("destinations", o), !o) return;
145
+ const c = Object.entries(o).filter(([i]) => i !== "programAudio" && i !== "codecContent").map(([, i]) => i);
146
146
  return Object.values(t).filter((i) => Object.values(c).includes(i.key));
147
147
  }
148
148
  );
149
- function K6(e) {
150
- return p(
151
- S2(e)
149
+ function F6(e) {
150
+ return f(
151
+ C2(e)
152
152
  );
153
153
  }
154
- function G6() {
155
- return p(C2);
154
+ function H6() {
155
+ return f(b2);
156
156
  }
157
157
  function S1(e) {
158
- return p(b2(e));
158
+ return f(I2(e));
159
159
  }
160
- const q6 = S1, Y6 = (e) => p(
161
- I2(e)
162
- ), H2 = (e, t) => p(
160
+ const K6 = S1, G6 = (e) => f(
161
+ R2(e)
162
+ ), K2 = (e, t) => f(
163
163
  y2(e, t)
164
- ), K2 = (e) => p(R2(e)) || void 0, z6 = (e) => p(E2(e)), J6 = (e) => p(P2(e)), X6 = (e) => p(T2(e)), Q6 = (e) => p(_2(e)), N6 = (e) => p(D2(e)), ee = (e) => p(L2(e)), te = (e) => p($2(e)), se = (e) => p(A2(e)), ne = (e) => p(B2(e)), oe = (e) => p(O2(e)), ce = (e) => p(V2(e)), re = (e) => p(k2(e)), le = (e) => p(U2(e)), ie = (e) => p((t) => F2(t, e)), ae = (e) => p(W2(e)), Y = (e) => e.runtimeConfig, G2 = w(
165
- Y,
164
+ ), G2 = (e) => f(E2(e)) || void 0, q6 = (e) => f(_2(e)), Y6 = (e) => f(P2(e)), z6 = (e) => f(T2(e)), J6 = (e) => f(L2(e)), X6 = (e) => f(D2(e)), Q6 = (e) => f($2(e)), N6 = (e) => f(A2(e)), ee = (e) => f(B2(e)), te = (e) => f(O2(e)), se = (e) => f(V2(e)), oe = (e) => f(k2(e)), ne = (e) => f(U2(e)), ce = (e) => f(W2(e)), re = (e) => f((t) => H2(t, e)), le = (e) => f(F2(e)), J = (e) => e.runtimeConfig, q2 = w(
165
+ J,
166
166
  (e) => e.websocket.isConnected
167
- ), q2 = w(
168
- Y,
169
- (e) => e.currentRoomKey
170
167
  ), Y2 = w(
171
- Y,
172
- (e) => e.roomData.clientId
168
+ J,
169
+ (e) => e.currentRoomKey
173
170
  ), z2 = w(
174
- Y,
175
- (e) => e.roomData.systemUuid
171
+ J,
172
+ (e) => e.roomData.clientId
176
173
  ), J2 = w(
177
- Y,
178
- (e) => e.roomData.userCode
174
+ J,
175
+ (e) => e.roomData.systemUuid
179
176
  ), X2 = w(
180
- Y,
181
- (e) => e.serverIsRunningOnProcessorHardware
177
+ J,
178
+ (e) => e.roomData.userCode
182
179
  ), Q2 = w(
183
- Y,
180
+ J,
181
+ (e) => e.serverIsRunningOnProcessorHardware
182
+ ), N2 = w(
183
+ J,
184
184
  (e) => {
185
185
  var t;
186
186
  return (t = e.roomData.config) == null ? void 0 : t.runtimeInfo;
187
187
  }
188
- ), N2 = w(
189
- Y,
190
- (e) => e.touchpanelKey
191
188
  ), e8 = w(
192
- Y,
193
- (e) => e.touchpanelKey !== ""
189
+ J,
190
+ (e) => e.touchpanelKey
194
191
  ), t8 = w(
195
- Y,
196
- (e) => e.roomData.deviceInterfaceSupport
197
- ), S3 = () => p(G2), s8 = () => p(q2), n8 = () => p(Y2), o8 = () => p(z2), c8 = () => p(J2), r8 = () => p(X2), ue = () => p(Q2), de = () => p(N2), ve = () => p(e8), he = () => p(t8), t1 = (e) => e.ui, U1 = (e) => w(t1, (t) => t.modalVisibility[e]), l8 = (e) => w(t1, (t) => {
198
- const n = t.popoverVisibility[e];
199
- if (n)
200
- return Object.keys(n).find((c) => n[c]);
201
- }), i8 = (e, t) => w(
202
- t1,
203
- (n) => {
192
+ J,
193
+ (e) => e.touchpanelKey !== ""
194
+ ), j3 = () => f(q2), s8 = () => f(Y2), o8 = () => f(z2), n8 = () => f(J2), c8 = () => f(X2), r8 = () => f(Q2), ie = () => f(N2), ae = () => f(e8), ue = () => f(t8), c1 = (e) => e.ui, U1 = (e) => w(
195
+ c1,
196
+ (t) => t.modalVisibility[e]
197
+ ), l8 = (e) => w(
198
+ c1,
199
+ (t) => {
200
+ const o = t.popoverVisibility[e];
201
+ if (o)
202
+ return Object.keys(o).find((c) => o[c]);
203
+ }
204
+ ), i8 = (e, t) => w(
205
+ c1,
206
+ (o) => {
204
207
  var c;
205
- return ((c = n.popoverVisibility[e]) == null ? void 0 : c[t]) ?? !1;
208
+ return ((c = o.popoverVisibility[e]) == null ? void 0 : c[t]) ?? !1;
206
209
  }
207
- ), a8 = w(t1, (e) => e.error), u8 = w(
208
- t1,
210
+ ), a8 = w(
211
+ c1,
212
+ (e) => e.error
213
+ ), u8 = w(
214
+ c1,
209
215
  (e) => e.showReconnect
210
- ), d8 = w(t1, (e) => e.theme), v8 = (e) => w(t1, (t) => t.syncState.includes(e)), ge = () => p(U1("showShutdownModal")), fe = () => p(U1("showIncomingCallModal")), pe = (e) => p(U1(e)), we = (e) => p(l8(e)), xe = (e, t) => p(i8(e, t)), h8 = () => p(a8), g8 = () => p(u8), Me = () => p(d8), f8 = (e) => p(v8(e)), p8 = {
216
+ ), d8 = w(
217
+ c1,
218
+ (e) => e.theme
219
+ ), de = () => f(U1("showShutdownModal")), he = () => f(U1("showIncomingCallModal")), ve = (e) => f(U1(e)), ge = (e) => f(l8(e)), fe = (e, t) => f(i8(e, t)), h8 = () => f(a8), v8 = () => f(u8), pe = () => f(d8), g8 = {
211
220
  showReconnect: !1,
212
221
  error: "",
213
222
  modalVisibility: {
214
223
  showShutdownModal: !1,
215
224
  showIncomingCallModal: !1
216
225
  },
217
- popoverVisibility: {},
218
- syncState: []
219
- }, C3 = g1({
226
+ popoverVisibility: {}
227
+ }, S3 = g1({
220
228
  name: "ui",
221
- initialState: p8,
229
+ initialState: g8,
222
230
  reducers: {
223
231
  clearAllModals(e) {
224
232
  Object.entries(e.modalVisibility).forEach(([t]) => {
@@ -235,10 +243,8 @@ const q6 = S1, Y6 = (e) => p(
235
243
  e.modalVisibility.showIncomingCallModal = t.payload;
236
244
  },
237
245
  setPopoverState(e, t) {
238
- e.popoverVisibility[t.payload.popoverGroup] || (e.popoverVisibility[t.payload.popoverGroup] = {}), Object.entries(
239
- e.popoverVisibility[t.payload.popoverGroup]
240
- ).forEach(([n]) => {
241
- e.popoverVisibility[t.payload.popoverGroup][n] = !1;
246
+ e.popoverVisibility[t.payload.popoverGroup] || (e.popoverVisibility[t.payload.popoverGroup] = {}), Object.entries(e.popoverVisibility[t.payload.popoverGroup]).forEach(([o]) => {
247
+ e.popoverVisibility[t.payload.popoverGroup][o] = !1;
242
248
  }), e.popoverVisibility[t.payload.popoverGroup][t.payload.popoverId] = t.payload.value;
243
249
  },
244
250
  setErrorMessage(e, t) {
@@ -249,20 +255,9 @@ const q6 = S1, Y6 = (e) => p(
249
255
  },
250
256
  setTheme(e, t) {
251
257
  e.theme = t.payload;
252
- },
253
- addSyncState(e, t) {
254
- e.syncState.includes(t.payload) || e.syncState.push(t.payload);
255
- },
256
- removeSyncState(e, t) {
257
- e.syncState = e.syncState.filter(
258
- (n) => n !== t.payload
259
- );
260
- },
261
- clearSyncState(e) {
262
- e.syncState = [];
263
258
  }
264
259
  }
265
- }), F = C3.actions, w8 = C3.reducer, x8 = {
260
+ }), q = S3.actions, f8 = S3.reducer, p8 = {
266
261
  config: {
267
262
  enableDev: !1,
268
263
  apiPath: "",
@@ -272,20 +267,20 @@ const q6 = S1, Y6 = (e) => p(
272
267
  loginMode: "",
273
268
  modes: {}
274
269
  }
275
- }, b3 = g1({
270
+ }, C3 = g1({
276
271
  name: "appConfig",
277
- initialState: x8,
272
+ initialState: p8,
278
273
  reducers: {
279
274
  setAppConfig(e, t) {
280
275
  e.config = t.payload;
281
276
  }
282
277
  }
283
- }), M8 = b3.actions, m8 = b3.reducer, d3 = {}, B1 = g1({
278
+ }), w8 = C3.actions, x8 = C3.reducer, d3 = {}, B1 = g1({
284
279
  name: "devices",
285
280
  initialState: d3,
286
281
  reducers: {
287
282
  setDeviceState(e, t) {
288
- const n = t.payload.type, c = n.slice(n.lastIndexOf("/") + 1);
283
+ const o = t.payload.type, c = o.slice(o.lastIndexOf("/") + 1);
289
284
  if (!c) return;
290
285
  const r = t.payload.content, i = e[c] ?? {}, d = M3.merge(i, r);
291
286
  e[c] = d;
@@ -297,24 +292,24 @@ const q6 = S1, Y6 = (e) => p(
297
292
  }), N = {
298
293
  setDeviceState: B1.actions.setDeviceState,
299
294
  clearDevices: B1.actions.clearDevices
300
- }, Z8 = B1.reducer, v3 = {}, O1 = g1({
295
+ }, M8 = B1.reducer, h3 = {}, O1 = g1({
301
296
  name: "rooms",
302
- initialState: v3,
297
+ initialState: h3,
303
298
  reducers: {
304
299
  setRoomState(e, t) {
305
- const n = t.payload.type, c = n.slice(n.lastIndexOf("/") + 1);
300
+ const o = t.payload.type, c = o.slice(o.lastIndexOf("/") + 1);
306
301
  if (!c) return;
307
302
  const r = t.payload.content, i = e[c] ?? {}, d = M3.merge(i, r);
308
303
  e[c] = d;
309
304
  },
310
305
  clearRooms() {
311
- return v3;
306
+ return h3;
312
307
  }
313
308
  }
314
309
  }), e1 = {
315
310
  setRoomState: O1.actions.setRoomState,
316
311
  clearRooms: O1.actions.clearRooms
317
- }, j8 = O1.reducer, S8 = {
312
+ }, m8 = O1.reducer, Z8 = {
318
313
  apiVersion: "",
319
314
  serverIsRunningOnProcessorHardware: !1,
320
315
  websocket: {
@@ -341,13 +336,12 @@ const q6 = S1, Y6 = (e) => p(
341
336
  rooms: [],
342
337
  devices: []
343
338
  },
344
- deviceInterfaceSupport: {},
345
339
  userCode: "",
346
340
  qrUrl: ""
347
341
  }
348
- }, I3 = g1({
342
+ }, b3 = g1({
349
343
  name: "runtimeConfig",
350
- initialState: S8,
344
+ initialState: Z8,
351
345
  reducers: {
352
346
  setRuntimeConfig(e, t) {
353
347
  e.apiVersion = t.payload.apiVersion, e.serverIsRunningOnProcessorHardware = t.payload.serverIsRunningOnProcessorHardware;
@@ -374,25 +368,25 @@ const q6 = S1, Y6 = (e) => p(
374
368
  e.touchpanelKey = t.payload;
375
369
  }
376
370
  }
377
- }), W = I3.actions, C8 = I3.reducer, b8 = u2({
378
- appConfig: m8,
379
- runtimeConfig: C8,
380
- rooms: j8,
381
- devices: Z8,
382
- ui: w8
371
+ }), W = b3.actions, j8 = b3.reducer, S8 = u2({
372
+ appConfig: x8,
373
+ runtimeConfig: j8,
374
+ rooms: m8,
375
+ devices: M8,
376
+ ui: f8
383
377
  }), m = d2({
384
- reducer: b8
378
+ reducer: S8
385
379
  }), V1 = c2.create();
386
- function I8() {
387
- const e = m3();
380
+ function C8() {
381
+ const e = w2();
388
382
  return async () => {
389
383
  try {
390
384
  const t = location.pathname.split("/").filter((r) => r.length > 0);
391
385
  t.length >= 5 ? t.length = 5 : t.length = 2;
392
- const n = `/${t.join("/")}`, c = await V1.get("/_local-config/_config.local.json", { baseURL: n });
386
+ const o = `/${t.join("/")}`, c = await V1.get("/_local-config/_config.local.json", { baseURL: o });
393
387
  if (c.status == 200 && c.data) {
394
388
  const r = c.data.apiPath;
395
- e(M8.setAppConfig(c.data));
389
+ e(w8.setAppConfig(c.data));
396
390
  const i = await V1.get(`${r}/version`);
397
391
  i.status == 200 && i.data && e(W.setRuntimeConfig(i.data));
398
392
  }
@@ -412,19 +406,19 @@ var m1 = { exports: {} }, u1 = {};
412
406
  * This source code is licensed under the MIT license found in the
413
407
  * LICENSE file in the root directory of this source tree.
414
408
  */
415
- var h3;
416
- function y8() {
417
- if (h3) return u1;
418
- h3 = 1;
419
- var e = w3, t = Symbol.for("react.element"), n = Symbol.for("react.fragment"), c = Object.prototype.hasOwnProperty, r = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
420
- function d(a, g, x) {
421
- var v, I = {}, L = null, H = null;
422
- x !== void 0 && (L = "" + x), g.key !== void 0 && (L = "" + g.key), g.ref !== void 0 && (H = g.ref);
423
- for (v in g) c.call(g, v) && !i.hasOwnProperty(v) && (I[v] = g[v]);
424
- if (a && a.defaultProps) for (v in g = a.defaultProps, g) I[v] === void 0 && (I[v] = g[v]);
425
- return { $$typeof: t, type: a, key: L, ref: H, props: I, _owner: r.current };
426
- }
427
- return u1.Fragment = n, u1.jsx = d, u1.jsxs = d, u1;
409
+ var v3;
410
+ function b8() {
411
+ if (v3) return u1;
412
+ v3 = 1;
413
+ var e = w3, t = Symbol.for("react.element"), o = Symbol.for("react.fragment"), c = Object.prototype.hasOwnProperty, r = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
414
+ function d(a, h, x) {
415
+ var g, R = {}, D = null, F = null;
416
+ x !== void 0 && (D = "" + x), h.key !== void 0 && (D = "" + h.key), h.ref !== void 0 && (F = h.ref);
417
+ for (g in h) c.call(h, g) && !i.hasOwnProperty(g) && (R[g] = h[g]);
418
+ if (a && a.defaultProps) for (g in h = a.defaultProps, h) R[g] === void 0 && (R[g] = h[g]);
419
+ return { $$typeof: t, type: a, key: D, ref: F, props: R, _owner: r.current };
420
+ }
421
+ return u1.Fragment = o, u1.jsx = d, u1.jsxs = d, u1;
428
422
  }
429
423
  var d1 = {};
430
424
  /**
@@ -437,63 +431,63 @@ var d1 = {};
437
431
  * LICENSE file in the root directory of this source tree.
438
432
  */
439
433
  var g3;
440
- function R8() {
434
+ function I8() {
441
435
  return g3 || (g3 = 1, process.env.NODE_ENV !== "production" && function() {
442
- var e = w3, t = Symbol.for("react.element"), n = Symbol.for("react.portal"), c = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), a = Symbol.for("react.context"), g = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), v = Symbol.for("react.suspense_list"), I = Symbol.for("react.memo"), L = Symbol.for("react.lazy"), H = Symbol.for("react.offscreen"), k = Symbol.iterator, X = "@@iterator";
443
- function r1(o) {
444
- if (o === null || typeof o != "object")
436
+ var e = w3, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), c = Symbol.for("react.fragment"), r = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), a = Symbol.for("react.context"), h = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), R = Symbol.for("react.memo"), D = Symbol.for("react.lazy"), F = Symbol.for("react.offscreen"), k = Symbol.iterator, X = "@@iterator";
437
+ function r1(n) {
438
+ if (n === null || typeof n != "object")
445
439
  return null;
446
- var l = k && o[k] || o[X];
440
+ var l = k && n[k] || n[X];
447
441
  return typeof l == "function" ? l : null;
448
442
  }
449
443
  var $ = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
450
- function A(o) {
444
+ function A(n) {
451
445
  {
452
- for (var l = arguments.length, u = new Array(l > 1 ? l - 1 : 0), f = 1; f < l; f++)
453
- u[f - 1] = arguments[f];
454
- C1("error", o, u);
446
+ for (var l = arguments.length, u = new Array(l > 1 ? l - 1 : 0), v = 1; v < l; v++)
447
+ u[v - 1] = arguments[v];
448
+ C1("error", n, u);
455
449
  }
456
450
  }
457
- function C1(o, l, u) {
451
+ function C1(n, l, u) {
458
452
  {
459
- var f = $.ReactDebugCurrentFrame, C = f.getStackAddendum();
453
+ var v = $.ReactDebugCurrentFrame, C = v.getStackAddendum();
460
454
  C !== "" && (l += "%s", u = u.concat([C]));
461
- var y = u.map(function(Z) {
455
+ var I = u.map(function(Z) {
462
456
  return String(Z);
463
457
  });
464
- y.unshift("Warning: " + l), Function.prototype.apply.call(console[o], console, y);
458
+ I.unshift("Warning: " + l), Function.prototype.apply.call(console[n], console, I);
465
459
  }
466
460
  }
467
- var b1 = !1, E = !1, S = !1, f1 = !1, I1 = !1, z;
468
- z = Symbol.for("react.module.reference");
469
- function B(o) {
470
- return !!(typeof o == "string" || typeof o == "function" || o === c || o === i || I1 || o === r || o === x || o === v || f1 || o === H || b1 || E || S || typeof o == "object" && o !== null && (o.$$typeof === L || o.$$typeof === I || o.$$typeof === d || o.$$typeof === a || o.$$typeof === g || // This needs to include all possible module reference object
461
+ var b1 = !1, y = !1, S = !1, f1 = !1, I1 = !1, Y;
462
+ Y = Symbol.for("react.module.reference");
463
+ function B(n) {
464
+ return !!(typeof n == "string" || typeof n == "function" || n === c || n === i || I1 || n === r || n === x || n === g || f1 || n === F || b1 || y || S || typeof n == "object" && n !== null && (n.$$typeof === D || n.$$typeof === R || n.$$typeof === d || n.$$typeof === a || n.$$typeof === h || // This needs to include all possible module reference object
471
465
  // types supported by any Flight configuration anywhere since
472
466
  // we don't know which Flight build this will end up being used
473
467
  // with.
474
- o.$$typeof === z || o.getModuleId !== void 0));
468
+ n.$$typeof === Y || n.getModuleId !== void 0));
475
469
  }
476
- function P(o, l, u) {
477
- var f = o.displayName;
478
- if (f)
479
- return f;
470
+ function E(n, l, u) {
471
+ var v = n.displayName;
472
+ if (v)
473
+ return v;
480
474
  var C = l.displayName || l.name || "";
481
475
  return C !== "" ? u + "(" + C + ")" : u;
482
476
  }
483
- function s1(o) {
484
- return o.displayName || "Context";
477
+ function t1(n) {
478
+ return n.displayName || "Context";
485
479
  }
486
- function G(o) {
487
- if (o == null)
480
+ function K(n) {
481
+ if (n == null)
488
482
  return null;
489
- if (typeof o.tag == "number" && A("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof o == "function")
490
- return o.displayName || o.name || null;
491
- if (typeof o == "string")
492
- return o;
493
- switch (o) {
483
+ if (typeof n.tag == "number" && A("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof n == "function")
484
+ return n.displayName || n.name || null;
485
+ if (typeof n == "string")
486
+ return n;
487
+ switch (n) {
494
488
  case c:
495
489
  return "Fragment";
496
- case n:
490
+ case o:
497
491
  return "Portal";
498
492
  case i:
499
493
  return "Profiler";
@@ -501,26 +495,26 @@ function R8() {
501
495
  return "StrictMode";
502
496
  case x:
503
497
  return "Suspense";
504
- case v:
498
+ case g:
505
499
  return "SuspenseList";
506
500
  }
507
- if (typeof o == "object")
508
- switch (o.$$typeof) {
501
+ if (typeof n == "object")
502
+ switch (n.$$typeof) {
509
503
  case a:
510
- var l = o;
511
- return s1(l) + ".Consumer";
504
+ var l = n;
505
+ return t1(l) + ".Consumer";
512
506
  case d:
513
- var u = o;
514
- return s1(u._context) + ".Provider";
515
- case g:
516
- return P(o, o.render, "ForwardRef");
517
- case I:
518
- var f = o.displayName || null;
519
- return f !== null ? f : G(o.type) || "Memo";
520
- case L: {
521
- var C = o, y = C._payload, Z = C._init;
507
+ var u = n;
508
+ return t1(u._context) + ".Provider";
509
+ case h:
510
+ return E(n, n.render, "ForwardRef");
511
+ case R:
512
+ var v = n.displayName || null;
513
+ return v !== null ? v : K(n.type) || "Memo";
514
+ case D: {
515
+ var C = n, I = C._payload, Z = C._init;
522
516
  try {
523
- return G(Z(y));
517
+ return K(Z(I));
524
518
  } catch {
525
519
  return null;
526
520
  }
@@ -528,61 +522,61 @@ function R8() {
528
522
  }
529
523
  return null;
530
524
  }
531
- var J = Object.assign, l1 = 0, W1, F1, H1, K1, G1, q1, Y1;
525
+ var z = Object.assign, l1 = 0, W1, F1, H1, K1, G1, q1, Y1;
532
526
  function z1() {
533
527
  }
534
528
  z1.__reactDisabledLog = !0;
535
- function P3() {
529
+ function _3() {
536
530
  {
537
531
  if (l1 === 0) {
538
532
  W1 = console.log, F1 = console.info, H1 = console.warn, K1 = console.error, G1 = console.group, q1 = console.groupCollapsed, Y1 = console.groupEnd;
539
- var o = {
533
+ var n = {
540
534
  configurable: !0,
541
535
  enumerable: !0,
542
536
  value: z1,
543
537
  writable: !0
544
538
  };
545
539
  Object.defineProperties(console, {
546
- info: o,
547
- log: o,
548
- warn: o,
549
- error: o,
550
- group: o,
551
- groupCollapsed: o,
552
- groupEnd: o
540
+ info: n,
541
+ log: n,
542
+ warn: n,
543
+ error: n,
544
+ group: n,
545
+ groupCollapsed: n,
546
+ groupEnd: n
553
547
  });
554
548
  }
555
549
  l1++;
556
550
  }
557
551
  }
558
- function T3() {
552
+ function P3() {
559
553
  {
560
554
  if (l1--, l1 === 0) {
561
- var o = {
555
+ var n = {
562
556
  configurable: !0,
563
557
  enumerable: !0,
564
558
  writable: !0
565
559
  };
566
560
  Object.defineProperties(console, {
567
- log: J({}, o, {
561
+ log: z({}, n, {
568
562
  value: W1
569
563
  }),
570
- info: J({}, o, {
564
+ info: z({}, n, {
571
565
  value: F1
572
566
  }),
573
- warn: J({}, o, {
567
+ warn: z({}, n, {
574
568
  value: H1
575
569
  }),
576
- error: J({}, o, {
570
+ error: z({}, n, {
577
571
  value: K1
578
572
  }),
579
- group: J({}, o, {
573
+ group: z({}, n, {
580
574
  value: G1
581
575
  }),
582
- groupCollapsed: J({}, o, {
576
+ groupCollapsed: z({}, n, {
583
577
  value: q1
584
578
  }),
585
- groupEnd: J({}, o, {
579
+ groupEnd: z({}, n, {
586
580
  value: Y1
587
581
  })
588
582
  });
@@ -590,39 +584,39 @@ function R8() {
590
584
  l1 < 0 && A("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
591
585
  }
592
586
  }
593
- var y1 = $.ReactCurrentDispatcher, R1;
594
- function p1(o, l, u) {
587
+ var R1 = $.ReactCurrentDispatcher, y1;
588
+ function p1(n, l, u) {
595
589
  {
596
- if (R1 === void 0)
590
+ if (y1 === void 0)
597
591
  try {
598
592
  throw Error();
599
593
  } catch (C) {
600
- var f = C.stack.trim().match(/\n( *(at )?)/);
601
- R1 = f && f[1] || "";
594
+ var v = C.stack.trim().match(/\n( *(at )?)/);
595
+ y1 = v && v[1] || "";
602
596
  }
603
597
  return `
604
- ` + R1 + o;
598
+ ` + y1 + n;
605
599
  }
606
600
  }
607
601
  var E1 = !1, w1;
608
602
  {
609
- var _3 = typeof WeakMap == "function" ? WeakMap : Map;
610
- w1 = new _3();
603
+ var T3 = typeof WeakMap == "function" ? WeakMap : Map;
604
+ w1 = new T3();
611
605
  }
612
- function J1(o, l) {
613
- if (!o || E1)
606
+ function J1(n, l) {
607
+ if (!n || E1)
614
608
  return "";
615
609
  {
616
- var u = w1.get(o);
610
+ var u = w1.get(n);
617
611
  if (u !== void 0)
618
612
  return u;
619
613
  }
620
- var f;
614
+ var v;
621
615
  E1 = !0;
622
616
  var C = Error.prepareStackTrace;
623
617
  Error.prepareStackTrace = void 0;
624
- var y;
625
- y = y1.current, y1.current = null, P3();
618
+ var I;
619
+ I = R1.current, R1.current = null, _3();
626
620
  try {
627
621
  if (l) {
628
622
  var Z = function() {
@@ -636,80 +630,80 @@ function R8() {
636
630
  try {
637
631
  Reflect.construct(Z, []);
638
632
  } catch (V) {
639
- f = V;
633
+ v = V;
640
634
  }
641
- Reflect.construct(o, [], Z);
635
+ Reflect.construct(n, [], Z);
642
636
  } else {
643
637
  try {
644
638
  Z.call();
645
639
  } catch (V) {
646
- f = V;
640
+ v = V;
647
641
  }
648
- o.call(Z.prototype);
642
+ n.call(Z.prototype);
649
643
  }
650
644
  } else {
651
645
  try {
652
646
  throw Error();
653
647
  } catch (V) {
654
- f = V;
648
+ v = V;
655
649
  }
656
- o();
650
+ n();
657
651
  }
658
652
  } catch (V) {
659
- if (V && f && typeof V.stack == "string") {
653
+ if (V && v && typeof V.stack == "string") {
660
654
  for (var M = V.stack.split(`
661
- `), O = f.stack.split(`
662
- `), T = M.length - 1, _ = O.length - 1; T >= 1 && _ >= 0 && M[T] !== O[_]; )
663
- _--;
664
- for (; T >= 1 && _ >= 0; T--, _--)
665
- if (M[T] !== O[_]) {
666
- if (T !== 1 || _ !== 1)
655
+ `), O = v.stack.split(`
656
+ `), _ = M.length - 1, T = O.length - 1; _ >= 1 && T >= 0 && M[_] !== O[T]; )
657
+ T--;
658
+ for (; _ >= 1 && T >= 0; _--, T--)
659
+ if (M[_] !== O[T]) {
660
+ if (_ !== 1 || T !== 1)
667
661
  do
668
- if (T--, _--, _ < 0 || M[T] !== O[_]) {
662
+ if (_--, T--, T < 0 || M[_] !== O[T]) {
669
663
  var U = `
670
- ` + M[T].replace(" at new ", " at ");
671
- return o.displayName && U.includes("<anonymous>") && (U = U.replace("<anonymous>", o.displayName)), typeof o == "function" && w1.set(o, U), U;
664
+ ` + M[_].replace(" at new ", " at ");
665
+ return n.displayName && U.includes("<anonymous>") && (U = U.replace("<anonymous>", n.displayName)), typeof n == "function" && w1.set(n, U), U;
672
666
  }
673
- while (T >= 1 && _ >= 0);
667
+ while (_ >= 1 && T >= 0);
674
668
  break;
675
669
  }
676
670
  }
677
671
  } finally {
678
- E1 = !1, y1.current = y, T3(), Error.prepareStackTrace = C;
672
+ E1 = !1, R1.current = I, P3(), Error.prepareStackTrace = C;
679
673
  }
680
- var o1 = o ? o.displayName || o.name : "", Q = o1 ? p1(o1) : "";
681
- return typeof o == "function" && w1.set(o, Q), Q;
674
+ var o1 = n ? n.displayName || n.name : "", Q = o1 ? p1(o1) : "";
675
+ return typeof n == "function" && w1.set(n, Q), Q;
682
676
  }
683
- function D3(o, l, u) {
684
- return J1(o, !1);
677
+ function L3(n, l, u) {
678
+ return J1(n, !1);
685
679
  }
686
- function L3(o) {
687
- var l = o.prototype;
680
+ function D3(n) {
681
+ var l = n.prototype;
688
682
  return !!(l && l.isReactComponent);
689
683
  }
690
- function x1(o, l, u) {
691
- if (o == null)
684
+ function x1(n, l, u) {
685
+ if (n == null)
692
686
  return "";
693
- if (typeof o == "function")
694
- return J1(o, L3(o));
695
- if (typeof o == "string")
696
- return p1(o);
697
- switch (o) {
687
+ if (typeof n == "function")
688
+ return J1(n, D3(n));
689
+ if (typeof n == "string")
690
+ return p1(n);
691
+ switch (n) {
698
692
  case x:
699
693
  return p1("Suspense");
700
- case v:
694
+ case g:
701
695
  return p1("SuspenseList");
702
696
  }
703
- if (typeof o == "object")
704
- switch (o.$$typeof) {
705
- case g:
706
- return D3(o.render);
707
- case I:
708
- return x1(o.type, l, u);
709
- case L: {
710
- var f = o, C = f._payload, y = f._init;
697
+ if (typeof n == "object")
698
+ switch (n.$$typeof) {
699
+ case h:
700
+ return L3(n.render);
701
+ case R:
702
+ return x1(n.type, l, u);
703
+ case D: {
704
+ var v = n, C = v._payload, I = v._init;
711
705
  try {
712
- return x1(y(C), l, u);
706
+ return x1(I(C), l, u);
713
707
  } catch {
714
708
  }
715
709
  }
@@ -717,114 +711,114 @@ function R8() {
717
711
  return "";
718
712
  }
719
713
  var i1 = Object.prototype.hasOwnProperty, X1 = {}, Q1 = $.ReactDebugCurrentFrame;
720
- function M1(o) {
721
- if (o) {
722
- var l = o._owner, u = x1(o.type, o._source, l ? l.type : null);
714
+ function M1(n) {
715
+ if (n) {
716
+ var l = n._owner, u = x1(n.type, n._source, l ? l.type : null);
723
717
  Q1.setExtraStackFrame(u);
724
718
  } else
725
719
  Q1.setExtraStackFrame(null);
726
720
  }
727
- function $3(o, l, u, f, C) {
721
+ function $3(n, l, u, v, C) {
728
722
  {
729
- var y = Function.call.bind(i1);
730
- for (var Z in o)
731
- if (y(o, Z)) {
723
+ var I = Function.call.bind(i1);
724
+ for (var Z in n)
725
+ if (I(n, Z)) {
732
726
  var M = void 0;
733
727
  try {
734
- if (typeof o[Z] != "function") {
735
- var O = Error((f || "React class") + ": " + u + " type `" + Z + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof o[Z] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
728
+ if (typeof n[Z] != "function") {
729
+ var O = Error((v || "React class") + ": " + u + " type `" + Z + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof n[Z] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
736
730
  throw O.name = "Invariant Violation", O;
737
731
  }
738
- M = o[Z](l, Z, f, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
739
- } catch (T) {
740
- M = T;
732
+ M = n[Z](l, Z, v, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
733
+ } catch (_) {
734
+ M = _;
741
735
  }
742
- M && !(M instanceof Error) && (M1(C), A("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", f || "React class", u, Z, typeof M), M1(null)), M instanceof Error && !(M.message in X1) && (X1[M.message] = !0, M1(C), A("Failed %s type: %s", u, M.message), M1(null));
736
+ M && !(M instanceof Error) && (M1(C), A("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", v || "React class", u, Z, typeof M), M1(null)), M instanceof Error && !(M.message in X1) && (X1[M.message] = !0, M1(C), A("Failed %s type: %s", u, M.message), M1(null));
743
737
  }
744
738
  }
745
739
  }
746
740
  var A3 = Array.isArray;
747
- function P1(o) {
748
- return A3(o);
741
+ function _1(n) {
742
+ return A3(n);
749
743
  }
750
- function B3(o) {
744
+ function B3(n) {
751
745
  {
752
- var l = typeof Symbol == "function" && Symbol.toStringTag, u = l && o[Symbol.toStringTag] || o.constructor.name || "Object";
746
+ var l = typeof Symbol == "function" && Symbol.toStringTag, u = l && n[Symbol.toStringTag] || n.constructor.name || "Object";
753
747
  return u;
754
748
  }
755
749
  }
756
- function O3(o) {
750
+ function O3(n) {
757
751
  try {
758
- return N1(o), !1;
752
+ return N1(n), !1;
759
753
  } catch {
760
754
  return !0;
761
755
  }
762
756
  }
763
- function N1(o) {
764
- return "" + o;
757
+ function N1(n) {
758
+ return "" + n;
765
759
  }
766
- function e3(o) {
767
- if (O3(o))
768
- return A("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", B3(o)), N1(o);
760
+ function e3(n) {
761
+ if (O3(n))
762
+ return A("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", B3(n)), N1(n);
769
763
  }
770
764
  var t3 = $.ReactCurrentOwner, V3 = {
771
765
  key: !0,
772
766
  ref: !0,
773
767
  __self: !0,
774
768
  __source: !0
775
- }, s3, n3;
776
- function k3(o) {
777
- if (i1.call(o, "ref")) {
778
- var l = Object.getOwnPropertyDescriptor(o, "ref").get;
769
+ }, s3, o3;
770
+ function k3(n) {
771
+ if (i1.call(n, "ref")) {
772
+ var l = Object.getOwnPropertyDescriptor(n, "ref").get;
779
773
  if (l && l.isReactWarning)
780
774
  return !1;
781
775
  }
782
- return o.ref !== void 0;
776
+ return n.ref !== void 0;
783
777
  }
784
- function U3(o) {
785
- if (i1.call(o, "key")) {
786
- var l = Object.getOwnPropertyDescriptor(o, "key").get;
778
+ function U3(n) {
779
+ if (i1.call(n, "key")) {
780
+ var l = Object.getOwnPropertyDescriptor(n, "key").get;
787
781
  if (l && l.isReactWarning)
788
782
  return !1;
789
783
  }
790
- return o.key !== void 0;
784
+ return n.key !== void 0;
791
785
  }
792
- function W3(o, l) {
793
- typeof o.ref == "string" && t3.current;
786
+ function W3(n, l) {
787
+ typeof n.ref == "string" && t3.current;
794
788
  }
795
- function F3(o, l) {
789
+ function F3(n, l) {
796
790
  {
797
791
  var u = function() {
798
792
  s3 || (s3 = !0, A("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", l));
799
793
  };
800
- u.isReactWarning = !0, Object.defineProperty(o, "key", {
794
+ u.isReactWarning = !0, Object.defineProperty(n, "key", {
801
795
  get: u,
802
796
  configurable: !0
803
797
  });
804
798
  }
805
799
  }
806
- function H3(o, l) {
800
+ function H3(n, l) {
807
801
  {
808
802
  var u = function() {
809
- n3 || (n3 = !0, A("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", l));
803
+ o3 || (o3 = !0, A("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", l));
810
804
  };
811
- u.isReactWarning = !0, Object.defineProperty(o, "ref", {
805
+ u.isReactWarning = !0, Object.defineProperty(n, "ref", {
812
806
  get: u,
813
807
  configurable: !0
814
808
  });
815
809
  }
816
810
  }
817
- var K3 = function(o, l, u, f, C, y, Z) {
811
+ var K3 = function(n, l, u, v, C, I, Z) {
818
812
  var M = {
819
813
  // This tag allows us to uniquely identify this as a React Element
820
814
  $$typeof: t,
821
815
  // Built-in properties that belong on the element
822
- type: o,
816
+ type: n,
823
817
  key: l,
824
818
  ref: u,
825
819
  props: Z,
826
820
  // Record the component responsible for creating this element.
827
- _owner: y
821
+ _owner: I
828
822
  };
829
823
  return M._store = {}, Object.defineProperty(M._store, "validated", {
830
824
  configurable: !1,
@@ -835,7 +829,7 @@ function R8() {
835
829
  configurable: !1,
836
830
  enumerable: !1,
837
831
  writable: !1,
838
- value: f
832
+ value: v
839
833
  }), Object.defineProperty(M, "_source", {
840
834
  configurable: !1,
841
835
  enumerable: !1,
@@ -843,58 +837,58 @@ function R8() {
843
837
  value: C
844
838
  }), Object.freeze && (Object.freeze(M.props), Object.freeze(M)), M;
845
839
  };
846
- function G3(o, l, u, f, C) {
840
+ function G3(n, l, u, v, C) {
847
841
  {
848
- var y, Z = {}, M = null, O = null;
842
+ var I, Z = {}, M = null, O = null;
849
843
  u !== void 0 && (e3(u), M = "" + u), U3(l) && (e3(l.key), M = "" + l.key), k3(l) && (O = l.ref, W3(l, C));
850
- for (y in l)
851
- i1.call(l, y) && !V3.hasOwnProperty(y) && (Z[y] = l[y]);
852
- if (o && o.defaultProps) {
853
- var T = o.defaultProps;
854
- for (y in T)
855
- Z[y] === void 0 && (Z[y] = T[y]);
844
+ for (I in l)
845
+ i1.call(l, I) && !V3.hasOwnProperty(I) && (Z[I] = l[I]);
846
+ if (n && n.defaultProps) {
847
+ var _ = n.defaultProps;
848
+ for (I in _)
849
+ Z[I] === void 0 && (Z[I] = _[I]);
856
850
  }
857
851
  if (M || O) {
858
- var _ = typeof o == "function" ? o.displayName || o.name || "Unknown" : o;
859
- M && F3(Z, _), O && H3(Z, _);
852
+ var T = typeof n == "function" ? n.displayName || n.name || "Unknown" : n;
853
+ M && F3(Z, T), O && H3(Z, T);
860
854
  }
861
- return K3(o, M, O, C, f, t3.current, Z);
855
+ return K3(n, M, O, C, v, t3.current, Z);
862
856
  }
863
857
  }
864
- var T1 = $.ReactCurrentOwner, o3 = $.ReactDebugCurrentFrame;
865
- function n1(o) {
866
- if (o) {
867
- var l = o._owner, u = x1(o.type, o._source, l ? l.type : null);
868
- o3.setExtraStackFrame(u);
858
+ var P1 = $.ReactCurrentOwner, n3 = $.ReactDebugCurrentFrame;
859
+ function s1(n) {
860
+ if (n) {
861
+ var l = n._owner, u = x1(n.type, n._source, l ? l.type : null);
862
+ n3.setExtraStackFrame(u);
869
863
  } else
870
- o3.setExtraStackFrame(null);
864
+ n3.setExtraStackFrame(null);
871
865
  }
872
- var _1;
873
- _1 = !1;
874
- function D1(o) {
875
- return typeof o == "object" && o !== null && o.$$typeof === t;
866
+ var T1;
867
+ T1 = !1;
868
+ function L1(n) {
869
+ return typeof n == "object" && n !== null && n.$$typeof === t;
876
870
  }
877
871
  function c3() {
878
872
  {
879
- if (T1.current) {
880
- var o = G(T1.current.type);
881
- if (o)
873
+ if (P1.current) {
874
+ var n = K(P1.current.type);
875
+ if (n)
882
876
  return `
883
877
 
884
- Check the render method of \`` + o + "`.";
878
+ Check the render method of \`` + n + "`.";
885
879
  }
886
880
  return "";
887
881
  }
888
882
  }
889
- function q3(o) {
883
+ function q3(n) {
890
884
  return "";
891
885
  }
892
886
  var r3 = {};
893
- function Y3(o) {
887
+ function Y3(n) {
894
888
  {
895
889
  var l = c3();
896
890
  if (!l) {
897
- var u = typeof o == "string" ? o : o.displayName || o.name;
891
+ var u = typeof n == "string" ? n : n.displayName || n.name;
898
892
  u && (l = `
899
893
 
900
894
  Check the top-level render call using <` + u + ">.");
@@ -902,333 +896,302 @@ Check the top-level render call using <` + u + ">.");
902
896
  return l;
903
897
  }
904
898
  }
905
- function l3(o, l) {
899
+ function l3(n, l) {
906
900
  {
907
- if (!o._store || o._store.validated || o.key != null)
901
+ if (!n._store || n._store.validated || n.key != null)
908
902
  return;
909
- o._store.validated = !0;
903
+ n._store.validated = !0;
910
904
  var u = Y3(l);
911
905
  if (r3[u])
912
906
  return;
913
907
  r3[u] = !0;
914
- var f = "";
915
- o && o._owner && o._owner !== T1.current && (f = " It was passed a child from " + G(o._owner.type) + "."), n1(o), A('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, f), n1(null);
908
+ var v = "";
909
+ n && n._owner && n._owner !== P1.current && (v = " It was passed a child from " + K(n._owner.type) + "."), s1(n), A('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', u, v), s1(null);
916
910
  }
917
911
  }
918
- function i3(o, l) {
912
+ function i3(n, l) {
919
913
  {
920
- if (typeof o != "object")
914
+ if (typeof n != "object")
921
915
  return;
922
- if (P1(o))
923
- for (var u = 0; u < o.length; u++) {
924
- var f = o[u];
925
- D1(f) && l3(f, l);
916
+ if (_1(n))
917
+ for (var u = 0; u < n.length; u++) {
918
+ var v = n[u];
919
+ L1(v) && l3(v, l);
926
920
  }
927
- else if (D1(o))
928
- o._store && (o._store.validated = !0);
929
- else if (o) {
930
- var C = r1(o);
931
- if (typeof C == "function" && C !== o.entries)
932
- for (var y = C.call(o), Z; !(Z = y.next()).done; )
933
- D1(Z.value) && l3(Z.value, l);
921
+ else if (L1(n))
922
+ n._store && (n._store.validated = !0);
923
+ else if (n) {
924
+ var C = r1(n);
925
+ if (typeof C == "function" && C !== n.entries)
926
+ for (var I = C.call(n), Z; !(Z = I.next()).done; )
927
+ L1(Z.value) && l3(Z.value, l);
934
928
  }
935
929
  }
936
930
  }
937
- function z3(o) {
931
+ function z3(n) {
938
932
  {
939
- var l = o.type;
933
+ var l = n.type;
940
934
  if (l == null || typeof l == "string")
941
935
  return;
942
936
  var u;
943
937
  if (typeof l == "function")
944
938
  u = l.propTypes;
945
- else if (typeof l == "object" && (l.$$typeof === g || // Note: Memo only checks outer props here.
939
+ else if (typeof l == "object" && (l.$$typeof === h || // Note: Memo only checks outer props here.
946
940
  // Inner props are checked in the reconciler.
947
- l.$$typeof === I))
941
+ l.$$typeof === R))
948
942
  u = l.propTypes;
949
943
  else
950
944
  return;
951
945
  if (u) {
952
- var f = G(l);
953
- $3(u, o.props, "prop", f, o);
954
- } else if (l.PropTypes !== void 0 && !_1) {
955
- _1 = !0;
956
- var C = G(l);
946
+ var v = K(l);
947
+ $3(u, n.props, "prop", v, n);
948
+ } else if (l.PropTypes !== void 0 && !T1) {
949
+ T1 = !0;
950
+ var C = K(l);
957
951
  A("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", C || "Unknown");
958
952
  }
959
953
  typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && A("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
960
954
  }
961
955
  }
962
- function J3(o) {
956
+ function J3(n) {
963
957
  {
964
- for (var l = Object.keys(o.props), u = 0; u < l.length; u++) {
965
- var f = l[u];
966
- if (f !== "children" && f !== "key") {
967
- n1(o), A("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", f), n1(null);
958
+ for (var l = Object.keys(n.props), u = 0; u < l.length; u++) {
959
+ var v = l[u];
960
+ if (v !== "children" && v !== "key") {
961
+ s1(n), A("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), s1(null);
968
962
  break;
969
963
  }
970
964
  }
971
- o.ref !== null && (n1(o), A("Invalid attribute `ref` supplied to `React.Fragment`."), n1(null));
965
+ n.ref !== null && (s1(n), A("Invalid attribute `ref` supplied to `React.Fragment`."), s1(null));
972
966
  }
973
967
  }
974
968
  var a3 = {};
975
- function u3(o, l, u, f, C, y) {
969
+ function u3(n, l, u, v, C, I) {
976
970
  {
977
- var Z = B(o);
971
+ var Z = B(n);
978
972
  if (!Z) {
979
973
  var M = "";
980
- (o === void 0 || typeof o == "object" && o !== null && Object.keys(o).length === 0) && (M += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
974
+ (n === void 0 || typeof n == "object" && n !== null && Object.keys(n).length === 0) && (M += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
981
975
  var O = q3();
982
976
  O ? M += O : M += c3();
983
- var T;
984
- o === null ? T = "null" : P1(o) ? T = "array" : o !== void 0 && o.$$typeof === t ? (T = "<" + (G(o.type) || "Unknown") + " />", M = " Did you accidentally export a JSX literal instead of a component?") : T = typeof o, A("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", T, M);
977
+ var _;
978
+ n === null ? _ = "null" : _1(n) ? _ = "array" : n !== void 0 && n.$$typeof === t ? (_ = "<" + (K(n.type) || "Unknown") + " />", M = " Did you accidentally export a JSX literal instead of a component?") : _ = typeof n, A("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", _, M);
985
979
  }
986
- var _ = G3(o, l, u, C, y);
987
- if (_ == null)
988
- return _;
980
+ var T = G3(n, l, u, C, I);
981
+ if (T == null)
982
+ return T;
989
983
  if (Z) {
990
984
  var U = l.children;
991
985
  if (U !== void 0)
992
- if (f)
993
- if (P1(U)) {
986
+ if (v)
987
+ if (_1(U)) {
994
988
  for (var o1 = 0; o1 < U.length; o1++)
995
- i3(U[o1], o);
989
+ i3(U[o1], n);
996
990
  Object.freeze && Object.freeze(U);
997
991
  } else
998
992
  A("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
999
993
  else
1000
- i3(U, o);
994
+ i3(U, n);
1001
995
  }
1002
996
  if (i1.call(l, "key")) {
1003
- var Q = G(o), V = Object.keys(l).filter(function(s2) {
997
+ var Q = K(n), V = Object.keys(l).filter(function(s2) {
1004
998
  return s2 !== "key";
1005
- }), L1 = V.length > 0 ? "{key: someKey, " + V.join(": ..., ") + ": ...}" : "{key: someKey}";
1006
- if (!a3[Q + L1]) {
999
+ }), D1 = V.length > 0 ? "{key: someKey, " + V.join(": ..., ") + ": ...}" : "{key: someKey}";
1000
+ if (!a3[Q + D1]) {
1007
1001
  var t2 = V.length > 0 ? "{" + V.join(": ..., ") + ": ...}" : "{}";
1008
1002
  A(`A props object containing a "key" prop is being spread into JSX:
1009
1003
  let props = %s;
1010
1004
  <%s {...props} />
1011
1005
  React keys must be passed directly to JSX without using spread:
1012
1006
  let props = %s;
1013
- <%s key={someKey} {...props} />`, L1, Q, t2, Q), a3[Q + L1] = !0;
1007
+ <%s key={someKey} {...props} />`, D1, Q, t2, Q), a3[Q + D1] = !0;
1014
1008
  }
1015
1009
  }
1016
- return o === c ? J3(_) : z3(_), _;
1010
+ return n === c ? J3(T) : z3(T), T;
1017
1011
  }
1018
1012
  }
1019
- function X3(o, l, u) {
1020
- return u3(o, l, u, !0);
1013
+ function X3(n, l, u) {
1014
+ return u3(n, l, u, !0);
1021
1015
  }
1022
- function Q3(o, l, u) {
1023
- return u3(o, l, u, !1);
1016
+ function Q3(n, l, u) {
1017
+ return u3(n, l, u, !1);
1024
1018
  }
1025
1019
  var N3 = Q3, e2 = X3;
1026
1020
  d1.Fragment = c, d1.jsx = N3, d1.jsxs = e2;
1027
1021
  }()), d1;
1028
1022
  }
1029
1023
  var f3;
1030
- function E8() {
1031
- return f3 || (f3 = 1, process.env.NODE_ENV === "production" ? m1.exports = y8() : m1.exports = R8()), m1.exports;
1024
+ function R8() {
1025
+ return f3 || (f3 = 1, process.env.NODE_ENV === "production" ? m1.exports = b8() : m1.exports = I8()), m1.exports;
1032
1026
  }
1033
- var s = E8();
1034
- const P8 = "_mwfit_ppa3l_1", T8 = {
1035
- mwfit: P8
1027
+ var s = R8();
1028
+ const y8 = "_mwfit_ppa3l_1", E8 = {
1029
+ mwfit: y8
1036
1030
  }, _8 = () => {
1037
- const { reconnect: e } = b(), t = S3(), n = h8(), c = g8();
1031
+ const { reconnect: e } = b(), t = j3(), o = h8(), c = v8();
1038
1032
  return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs(
1039
1033
  "div",
1040
1034
  {
1041
- className: `disconnected-message ${T8.mwfit} mx-auto text-center`,
1035
+ className: `disconnected-message ${E8.mwfit} mx-auto text-center`,
1042
1036
  children: [
1043
1037
  t === void 0 ? /* @__PURE__ */ s.jsx("h1", { children: "Connecting..." }) : /* @__PURE__ */ s.jsx("h1", { children: "Disconnected" }),
1044
- n && /* @__PURE__ */ s.jsx("h5", { children: n }),
1038
+ o && /* @__PURE__ */ s.jsx("h5", { children: o }),
1045
1039
  c && /* @__PURE__ */ s.jsx("button", { className: "btn btn-secondary btn-lg", onClick: e, children: "Reconnect" })
1046
1040
  ]
1047
1041
  }
1048
1042
  ) });
1049
1043
  };
1050
- class D8 {
1044
+ class P8 {
1051
1045
  constructor() {
1052
- q(this, "uuid", "current-uuid");
1053
- q(this, "roomKey", "current-room-key");
1054
- q(this, "code", "current-code");
1055
- q(this, "expiry", "current-uuid-expires");
1046
+ G(this, "uuid", "current-uuid");
1047
+ G(this, "roomKey", "current-room-key");
1048
+ G(this, "code", "current-code");
1049
+ G(this, "expiry", "current-uuid-expires");
1056
1050
  }
1057
1051
  }
1058
- const p3 = new D8(), y3 = v2({
1052
+ const p3 = new P8(), I3 = h2({
1059
1053
  sendMessage: () => null,
1060
1054
  sendSimpleMessage: () => null,
1061
1055
  addEventHandler: () => null,
1062
1056
  removeEventHandler: () => null,
1063
1057
  reconnect: () => null
1064
1058
  });
1065
- function L8(e) {
1059
+ function T8(e) {
1066
1060
  return sessionStorage.getItem(e) || "";
1067
1061
  }
1068
- function $8(e, t) {
1062
+ function L8(e, t) {
1069
1063
  sessionStorage.setItem(e, t);
1070
1064
  }
1071
- const A8 = ({ children: e }) => {
1072
- const [t, n] = K(), c = S3(), r = s8(), i = n8(), d = I8(), a = Z2(), g = o8(), x = c8(), v = r8(), I = h1(null), [L, H] = K(), k = h1({}), X = a1(
1073
- async (E) => {
1065
+ const D8 = ({ children: e }) => {
1066
+ const [t, o] = H(), c = j3(), r = s8(), i = o8(), d = C8(), a = j2(), h = n8(), x = c8(), g = r8(), R = v1(null), [D, F] = H(), k = v1({}), X = a1(
1067
+ async (y) => {
1074
1068
  try {
1075
- const S = await V1.get(
1076
- `${E}/ui/joinroom?token=${t}`
1077
- );
1069
+ const S = await V1.get(`${y}/ui/joinroom?token=${t}`);
1078
1070
  return S.status === 200 && S.data ? (m.dispatch(W.setRoomData(S.data)), !0) : !1;
1079
1071
  } catch (S) {
1080
- return console.log(S), v ? !0 : S instanceof r2 && S.response && S.response.status === 498 ? (console.error("Invalid token. Unable to join room"), m.dispatch(
1081
- F.setErrorMessage(
1082
- `Token ${t} is invalid. Unable to join room`
1083
- )
1084
- ), !1) : (console.error("Error getting room data", S), S instanceof Error ? m.dispatch(F.setErrorMessage(S.message)) : m.dispatch(F.setErrorMessage("Error getting room data")), !1);
1072
+ return console.log(S), g ? !0 : S instanceof r2 && S.response && S.response.status === 498 ? (console.error("Invalid token. Unable to join room"), m.dispatch(q.setErrorMessage(`Token ${t} is invalid. Unable to join room`)), !1) : (console.error("Error getting room data", S), S instanceof Error ? m.dispatch(q.setErrorMessage(S.message)) : m.dispatch(q.setErrorMessage("Error getting room data")), !1);
1085
1073
  }
1086
1074
  },
1087
- [t, v]
1075
+ [t, g]
1088
1076
  ), r1 = a1(() => {
1089
- const E = `${a.gatewayAppPath}?uuid=${g}&roomKey=${r}`;
1090
- window.location.href = x ? `${E}&Code=${x}` : E;
1091
- }, [a.gatewayAppPath, r, g, x]), $ = a1(
1092
- (E, S) => {
1093
- I.current && c && I.current.send(JSON.stringify({ type: E, clientId: i, content: S }));
1077
+ const y = `${a.gatewayAppPath}?uuid=${h}&roomKey=${r}`;
1078
+ window.location.href = x ? `${y}&Code=${x}` : y;
1079
+ }, [a.gatewayAppPath, r, h, x]), $ = a1(
1080
+ (y, S) => {
1081
+ R.current && c && R.current.send(JSON.stringify({ type: y, clientId: i, content: S }));
1094
1082
  },
1095
1083
  [c, i]
1096
- ), A = (E, S) => {
1097
- $(E, { value: S });
1084
+ ), A = (y, S) => {
1085
+ $(y, { value: S });
1098
1086
  }, C1 = a1(
1099
- (E, S, f1) => {
1100
- k.current[E] || (k.current[E] = {}), k.current[E][S] = f1, console.log("event handler added", E, S);
1087
+ (y, S, f1) => {
1088
+ k.current[y] || (k.current[y] = {}), k.current[y][S] = f1, console.log("event handler added", y, S);
1101
1089
  },
1102
1090
  []
1103
- ), b1 = a1((E, S) => {
1104
- k.current[E] && (delete k.current[E][S], console.log("event handler removed", E, S));
1091
+ ), b1 = a1((y, S) => {
1092
+ k.current[y] && (delete k.current[y][S], console.log("event handler removed", y, S));
1105
1093
  }, []);
1106
- return c1(() => {
1094
+ return n1(() => {
1107
1095
  let S = new URLSearchParams(window.location.search).get("token");
1108
- S ? (console.log("saving token: ", S), $8(p3.uuid, S)) : (S = L8(p3.uuid), console.log("loading token: ", S)), n(S), d();
1109
- }, []), console.log(
1110
- "connection dependencies",
1111
- a.apiPath,
1112
- X,
1113
- t,
1114
- L,
1115
- v
1116
- ), c1(() => {
1117
- async function E() {
1118
- if (console.log("Attempting to join websocket..."), !a.apiPath || L || !t || !await X(a.apiPath)) return;
1119
- if (I.current) {
1096
+ S ? (console.log("saving token: ", S), L8(p3.uuid, S)) : (S = T8(p3.uuid), console.log("loading token: ", S)), o(S), d();
1097
+ }, []), console.log("connection dependencies", a.apiPath, X, t, D, g), n1(() => {
1098
+ async function y() {
1099
+ if (console.log("Attempting to join websocket..."), !a.apiPath || D || !t || !await X(a.apiPath)) return;
1100
+ if (R.current) {
1120
1101
  console.log("websocket exists");
1121
1102
  return;
1122
1103
  }
1123
1104
  console.log("connecting to websocket");
1124
- const I1 = `${a.apiPath.replace("http", "ws")}/ui/join/${t}`, z = new WebSocket(I1);
1125
- I.current = z, z.onopen = (B) => {
1105
+ const I1 = `${a.apiPath.replace("http", "ws")}/ui/join/${t}`, Y = new WebSocket(I1);
1106
+ R.current = Y, Y.onopen = (B) => {
1126
1107
  console.log("connected", B.type, B.target), m.dispatch(W.setWebsocketIsConnected(!0));
1127
- }, z.onerror = (B) => {
1108
+ }, Y.onerror = (B) => {
1128
1109
  console.error("Websocket error", B);
1129
- }, z.onclose = (B) => {
1110
+ }, Y.onclose = (B) => {
1130
1111
  if (console.log("disconnected: ", B.reason, B.code), B.code === 4100) {
1131
- console.log("WebSocket closed by client (useEffect cleanup)."), m.dispatch(F.setShowReconnect(!0)), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
1112
+ console.log("WebSocket closed by client (useEffect cleanup)."), m.dispatch(q.setShowReconnect(!0)), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
1132
1113
  return;
1133
1114
  }
1134
- if (H(!0), B.code === 4e3) {
1135
- console.log("user code changed"), m.dispatch(
1136
- W.setUserCode({ userCode: "", qrUrl: "" })
1137
- ), m.dispatch(
1138
- F.setErrorMessage(
1139
- "User code changed. Click reconnect to enter the new code"
1140
- )
1141
- ), m.dispatch(F.setShowReconnect(!0)), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
1115
+ if (F(!0), B.code === 4e3) {
1116
+ console.log("user code changed"), m.dispatch(W.setUserCode({ userCode: "", qrUrl: "" })), m.dispatch(q.setErrorMessage("User code changed. Click reconnect to enter the new code")), m.dispatch(q.setShowReconnect(!0)), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
1142
1117
  return;
1143
1118
  }
1144
- if (B.code === 4001 && !v) {
1145
- console.log("processor disconnected"), m.dispatch(
1146
- F.setErrorMessage(
1147
- "Processor has disconnected. Click Reconnect"
1148
- )
1149
- ), m.dispatch(F.setShowReconnect(!0)), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
1119
+ if (B.code === 4001 && !g) {
1120
+ console.log("processor disconnected"), m.dispatch(q.setErrorMessage("Processor has disconnected. Click Reconnect")), m.dispatch(q.setShowReconnect(!0)), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
1150
1121
  return;
1151
1122
  }
1152
1123
  if (B.code === 4002) {
1153
- console.log("room combination changed"), m.dispatch(
1154
- F.setErrorMessage(
1155
- "Room combination changed. Click Reconnect to re-join the room"
1156
- )
1157
- ), m.dispatch(F.setShowReconnect(!0)), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
1124
+ console.log("room combination changed"), m.dispatch(q.setErrorMessage("Room combination changed. Click Reconnect to re-join the room")), m.dispatch(q.setShowReconnect(!0)), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
1158
1125
  return;
1159
1126
  }
1160
- if (I.current)
1127
+ if (R.current)
1161
1128
  console.log("WebSocket closed by server.");
1162
1129
  else {
1163
1130
  console.log("WebSocket closed by client.");
1164
1131
  return;
1165
1132
  }
1166
- console.log("websocket waitingToReconnect", L), !L && (console.log("websocket clearing state on disconnect"), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms()), setTimeout(() => H(void 0), 5e3));
1167
- }, z.onmessage = (B) => {
1133
+ console.log("websocket waitingToReconnect", D), !D && (console.log("websocket clearing state on disconnect"), m.dispatch(W.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms()), setTimeout(() => F(void 0), 5e3));
1134
+ }, Y.onmessage = (B) => {
1168
1135
  try {
1169
- const P = JSON.parse(B.data);
1170
- if (console.log(P), P.type === "close") {
1171
- z.close(4001, P.content);
1136
+ const E = JSON.parse(B.data);
1137
+ if (console.log(E), E.type === "close") {
1138
+ Y.close(4001, E.content);
1172
1139
  return;
1173
1140
  }
1174
- if (P.type.startsWith("/system/"))
1175
- switch (P.type) {
1141
+ if (E.type.startsWith("/system/"))
1142
+ switch (E.type) {
1176
1143
  case "/system/touchpanelKey":
1177
1144
  m.dispatch(
1178
1145
  W.setTouchpanelKey(
1179
- P.content
1146
+ E.content
1180
1147
  )
1181
1148
  );
1182
1149
  break;
1183
1150
  case "/system/roomKey": {
1184
1151
  m.dispatch(e1.clearRooms()), m.dispatch(N.clearDevices()), m.dispatch(
1185
1152
  W.setCurrentRoomKey(
1186
- P.content
1153
+ E.content
1187
1154
  )
1188
1155
  );
1189
1156
  break;
1190
1157
  }
1191
1158
  case "/system/userCodeChanged":
1192
1159
  m.dispatch(
1193
- W.setUserCode(P.content)
1160
+ W.setUserCode(
1161
+ E.content
1162
+ )
1194
1163
  );
1195
1164
  break;
1196
1165
  case "/system/roomCombinationChanged":
1197
1166
  window.location.reload();
1198
1167
  break;
1199
1168
  default:
1200
- console.log("unhandled system message", P);
1169
+ console.log("unhandled system message", E);
1201
1170
  break;
1202
1171
  }
1203
- else if (P.type.startsWith("/event/")) {
1204
- console.log("event message received", P);
1205
- const s1 = k.current[P.type];
1206
- s1 || console.log("no handlers found for event type", P.type), s1 && Object.values(s1).forEach((G) => {
1172
+ else if (E.type.startsWith("/event/")) {
1173
+ console.log("event message received", E);
1174
+ const t1 = k.current[E.type];
1175
+ t1 || console.log("no handlers found for event type", E.type), t1 && Object.values(t1).forEach((K) => {
1207
1176
  try {
1208
- G(P);
1209
- } catch (J) {
1210
- console.error(J);
1177
+ K(E);
1178
+ } catch (z) {
1179
+ console.error(z);
1211
1180
  }
1212
1181
  });
1213
- } else P.type.startsWith("/room/") ? m.dispatch(e1.setRoomState(P)) : P.type.startsWith("/device/") && m.dispatch(N.setDeviceState(P));
1214
- } catch (P) {
1215
- console.error("websocket message handling error", P);
1182
+ } else E.type.startsWith("/room/") ? m.dispatch(e1.setRoomState(E)) : E.type.startsWith("/device/") && m.dispatch(N.setDeviceState(E));
1183
+ } catch (E) {
1184
+ console.error("websocket message handling error", E);
1216
1185
  }
1217
1186
  };
1218
1187
  }
1219
- return E(), console.log("App mode: production"), console.log("Is dev mode: false"), () => {
1220
- I.current && (console.log("closing websocket dev mode"), I.current.close(4100, "app running in dev mode"), I.current = null);
1188
+ return y(), console.log("App mode: production"), console.log("Is dev mode: false"), () => {
1189
+ R.current && (console.log("closing websocket dev mode"), R.current.close(4100, "app running in dev mode"), R.current = null);
1221
1190
  };
1222
- }, [
1223
- a.apiPath,
1224
- X,
1225
- t,
1226
- L,
1227
- v
1228
- ]), c1(() => {
1191
+ }, [a.apiPath, X, t, D, g]), n1(() => {
1229
1192
  !r || !c || (console.log("clientId: ", i), i && (console.log("requesting status from room: ", r), $(`/room/${r}/status`, null)));
1230
1193
  }, [r, i, c, $]), /* @__PURE__ */ s.jsx(
1231
- y3.Provider,
1194
+ I3.Provider,
1232
1195
  {
1233
1196
  value: {
1234
1197
  sendMessage: $,
@@ -1240,36 +1203,36 @@ const A8 = ({ children: e }) => {
1240
1203
  children: c ? e : /* @__PURE__ */ s.jsx(_8, {})
1241
1204
  }
1242
1205
  );
1243
- }, me = ({ children: e }) => /* @__PURE__ */ s.jsx(a2, { store: m, children: /* @__PURE__ */ s.jsx(A8, { children: e }) });
1206
+ }, we = ({ children: e }) => /* @__PURE__ */ s.jsx(a2, { store: m, children: /* @__PURE__ */ s.jsx(D8, { children: e }) });
1244
1207
  function b() {
1245
- return h2(y3);
1208
+ return v2(I3);
1246
1209
  }
1247
- function B8({
1210
+ function $8({
1248
1211
  onPress: e,
1249
1212
  onRelease: t,
1250
- onHold: n,
1213
+ onHold: o,
1251
1214
  holdTimeMs: c = 500
1252
1215
  }) {
1253
- const r = h1(null), i = h1(!1);
1216
+ const r = v1(null), i = v1(!1);
1254
1217
  function d() {
1255
1218
  i.current = !0, e == null || e(), r.current = setTimeout(() => {
1256
- n == null || n(), r.current = null;
1219
+ o == null || o(), r.current = null;
1257
1220
  }, c);
1258
1221
  }
1259
1222
  function a() {
1260
1223
  i.current = !1, t == null || t(), r.current && (clearTimeout(r.current), r.current = null);
1261
1224
  }
1262
- function g() {
1225
+ function h() {
1263
1226
  i.current && a();
1264
1227
  }
1265
1228
  return {
1266
1229
  onPointerDown: d,
1267
1230
  onPointerUp: a,
1268
- onPointerLeave: g
1231
+ onPointerLeave: h
1269
1232
  };
1270
1233
  }
1271
- function h(e, t) {
1272
- const { sendMessage: c } = b(), r = h1(null);
1234
+ function p(e, t) {
1235
+ const { sendMessage: c } = b(), r = v1(null);
1273
1236
  function i() {
1274
1237
  c(`${e}/${t}`, { value: "pressed" }), r.current || (r.current = setInterval(() => {
1275
1238
  c(`${e}/${t}`, { value: "held" });
@@ -1278,35 +1241,55 @@ function h(e, t) {
1278
1241
  function d() {
1279
1242
  r.current && (clearInterval(r.current), r.current = null), c(`${e}/${t}`, { value: "released" });
1280
1243
  }
1281
- return B8({ onPress: i, onRelease: d });
1244
+ return $8({ onPress: i, onRelease: d });
1282
1245
  }
1283
- function R3(e, t) {
1284
- const { sendMessage: n, sendSimpleMessage: c } = b(), r = h(`${e}`, "volumeUp"), i = h(`${e}`, "volumeDown");
1285
- return t ? {
1246
+ function R3(e) {
1247
+ const { sendMessage: t } = b(), o = p(`${e}`, "volumeUp"), c = p(`${e}`, "volumeDown");
1248
+ return {
1249
+ volumeUp: o,
1250
+ volumeDown: c,
1251
+ muteToggle: () => t(`${e}/muteToggle`, null)
1252
+ };
1253
+ }
1254
+ function y3(e, t) {
1255
+ const { sendMessage: o, sendSimpleMessage: c } = b(), r = R3(e);
1256
+ if (!r) {
1257
+ console.log("baseVolume is undefined");
1258
+ return;
1259
+ }
1260
+ if (!t) {
1261
+ console.log("volumeState is undefined");
1262
+ return;
1263
+ }
1264
+ return {
1265
+ ...r,
1286
1266
  volumeState: t,
1287
- volumeUp: r,
1288
- volumeDown: i,
1289
- setLevel: (v) => c(`${e}/level`, v),
1290
- muteToggle: () => n(`${e}/muteToggle`, null),
1291
- muteOn: () => n(`${e}/muteOn`, null),
1292
- muteOff: () => n(`${e}/muteOff`, null)
1293
- } : void 0;
1267
+ setLevel: (h) => c(`${e}/level`, h),
1268
+ muteOn: () => o(`${e}/muteOn`, null),
1269
+ muteOff: () => o(`${e}/muteOff`, null)
1270
+ };
1294
1271
  }
1295
- function Ze(e, t) {
1296
- const { sendMessage: n, sendSimpleMessage: c } = b(), r = h(`${e}`, "volumeUp"), i = h(`${e}`, "volumeDown");
1297
- return t ? {
1272
+ function xe(e, t) {
1273
+ const { sendMessage: o, sendSimpleMessage: c } = b(), r = R3(e);
1274
+ if (!r) {
1275
+ console.log("baseVolume is undefined");
1276
+ return;
1277
+ }
1278
+ if (!t) {
1279
+ console.log("volumeState is undefined");
1280
+ return;
1281
+ }
1282
+ return {
1283
+ ...r,
1298
1284
  volumeState: t,
1299
- volumeUp: r,
1300
- volumeDown: i,
1301
- setLevel: (v) => c(`${e}/level`, v),
1302
- muteToggle: () => n(`${e}/muteToggle`, null),
1303
- muteOn: () => n(`${e}/muteOn`, null),
1304
- muteOff: () => n(`${e}/muteOff`, null)
1305
- } : void 0;
1285
+ setLevel: (h) => c(`${e}/level`, h),
1286
+ muteOn: () => o(`${e}/muteOn`, null),
1287
+ muteOff: () => o(`${e}/muteOff`, null)
1288
+ };
1306
1289
  }
1307
- function O8(e) {
1308
- const t = R(e), n = `/device/${e}`;
1309
- return R3(n, t == null ? void 0 : t.volume);
1290
+ function A8(e) {
1291
+ const t = P(e), o = `/device/${e}`;
1292
+ return y3(o, t == null ? void 0 : t.volume);
1310
1293
  }
1311
1294
  function E3(e) {
1312
1295
  const { sendMessage: t } = b();
@@ -1319,222 +1302,196 @@ function E3(e) {
1319
1302
  } };
1320
1303
  }
1321
1304
  function k1(e) {
1322
- const { sendMessage: t } = b(), n = R(e);
1323
- return console.log("deviceState", n), n ? { itemsState: n, selectItem: (r) => {
1305
+ const { sendMessage: t } = b(), o = P(e);
1306
+ return console.log("deviceState", o), o ? { itemsState: o, selectItem: (r) => {
1324
1307
  t(`/device/${e}/${r}`, null);
1325
1308
  } } : void 0;
1326
1309
  }
1327
- function V8(e) {
1328
- const { sendMessage: t } = b(), n = R(e), c = () => {
1310
+ function B8(e) {
1311
+ const { sendMessage: t } = b(), o = P(e), c = () => {
1329
1312
  t(`/device/${e}/setDefaultChannelLevels`, null);
1330
1313
  }, r = () => {
1331
- if ((n == null ? void 0 : n.levelControls) === void 0) return;
1332
- Object.keys(n == null ? void 0 : n.levelControls).forEach((a) => {
1314
+ if ((o == null ? void 0 : o.levelControls) === void 0) return;
1315
+ Object.keys(o == null ? void 0 : o.levelControls).forEach((a) => {
1333
1316
  t(`/device/${e}/${a}/fullStatus`, null);
1334
1317
  });
1335
1318
  };
1336
- return n ? { levelControls: n.levelControls, setDefaultChannelLevels: c, getFullStatus: r } : void 0;
1319
+ return o ? { levelControls: o.levelControls, setDefaultChannelLevels: c, getFullStatus: r } : void 0;
1337
1320
  }
1338
- function je(e) {
1339
- const t = R(e), n = E3(e), c = k1(e), r = k1(e), i = O8(e), d = V8(e);
1321
+ function Me(e) {
1322
+ const t = P(e), o = E3(e), c = k1(e), r = k1(e), i = A8(e), d = B8(e);
1340
1323
  if (t)
1341
1324
  return {
1342
1325
  avrState: t,
1343
- powerControl: n,
1326
+ powerControl: o,
1344
1327
  inputControl: c,
1345
1328
  surroundSoundModes: r,
1346
1329
  surroundChannels: d,
1347
1330
  mainVolumeControl: i
1348
1331
  };
1349
1332
  }
1350
- function Se(e) {
1351
- const { sendMessage: t } = b(), n = `/device/${e}`, c = R(e), r = h(n, "cameraUp"), i = h(n, "cameraDown"), d = h(n, "cameraLeft"), a = h(n, "cameraRight"), g = h(n, "cameraZoomIn"), x = h(n, "cameraZoomOut"), v = (I) => t("/camera/recallPreset", I);
1352
- if (c)
1353
- return {
1354
- state: c,
1355
- zoomIn: g,
1356
- zoomOut: x,
1357
- up: r,
1358
- down: i,
1359
- left: d,
1360
- right: a,
1361
- recallPreset: v
1362
- };
1363
- }
1364
- const Ce = ({ className: e }) => {
1365
- const [t, n] = K();
1366
- return c1(() => {
1333
+ const me = ({ className: e }) => {
1334
+ const [t, o] = H();
1335
+ return n1(() => {
1367
1336
  setInterval(() => {
1368
1337
  const c = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
1369
- n(c);
1338
+ o(c);
1370
1339
  }, 1e3);
1371
1340
  }, []), /* @__PURE__ */ s.jsxs("div", { className: e, children: [
1372
1341
  t,
1373
1342
  " new change"
1374
1343
  ] });
1375
1344
  };
1376
- function be(e) {
1377
- const { sendMessage: t } = b(), n = R(e), c = `/device/${e}`;
1378
- return n ? { state: n, recallPreset: (d, a) => {
1345
+ function Ze(e) {
1346
+ const { sendMessage: t } = b(), o = P(e), c = `/device/${e}`;
1347
+ return o ? { state: o, recallPreset: (d, a) => {
1379
1348
  t(`${c}/presets/recall`, { deviceKey: d, preset: a });
1380
1349
  }, savePresets: (d) => {
1381
1350
  t(`${c}/presets/save`, d);
1382
1351
  } } : void 0;
1383
1352
  }
1384
- function Ie(e) {
1385
- const t = R(e);
1353
+ function je(e) {
1354
+ const t = P(e);
1386
1355
  if (t)
1387
1356
  return { endpointState: t };
1388
1357
  }
1389
- function ye(e) {
1390
- const t = `/device/${e}`, n = h(t, "chanUp"), c = h(t, "chanDown"), r = h(t, "lastChan"), i = h(t, "guide"), d = h(t, "info"), a = h(t, "exit");
1391
- return { channelUp: n, channelDown: c, lastChannel: r, guide: i, info: d, exit: a };
1358
+ function Se(e) {
1359
+ const t = `/device/${e}`, o = p(t, "chanUp"), c = p(t, "chanDown"), r = p(t, "lastChan"), i = p(t, "guide"), d = p(t, "info"), a = p(t, "exit");
1360
+ return { channelUp: o, channelDown: c, lastChannel: r, guide: i, info: d, exit: a };
1392
1361
  }
1393
- function Re(e) {
1394
- const t = `/device/${e}`, n = h(t, "red"), c = h(t, "green"), r = h(t, "yellow"), i = h(t, "blue");
1395
- return { red: n, green: c, yellow: r, blue: i };
1362
+ function Ce(e) {
1363
+ const t = `/device/${e}`, o = p(t, "red"), c = p(t, "green"), r = p(t, "yellow"), i = p(t, "blue");
1364
+ return { red: o, green: c, yellow: r, blue: i };
1396
1365
  }
1397
- function Ee(e) {
1398
- const t = R(e);
1366
+ function be(e) {
1367
+ const t = P(e);
1399
1368
  if (t)
1400
1369
  return {
1401
1370
  communicationMonitorState: t
1402
1371
  };
1403
1372
  }
1404
- function Pe(e) {
1405
- const t = R(e);
1373
+ function Ie(e) {
1374
+ const t = P(e);
1406
1375
  if (t)
1407
1376
  return t.deviceInfo || void 0;
1408
1377
  }
1409
- function Te(e) {
1410
- const t = `/device/${e}`, n = h(t, "up"), c = h(t, "down"), r = h(t, "left"), i = h(t, "right"), d = h(t, "select"), a = h(t, "menu"), g = h(t, "exit");
1411
- return { up: n, down: c, left: r, right: i, select: d, menu: a, exit: g };
1378
+ function Re(e) {
1379
+ const t = `/device/${e}`, o = p(t, "up"), c = p(t, "down"), r = p(t, "left"), i = p(t, "right"), d = p(t, "select"), a = p(t, "menu"), h = p(t, "exit");
1380
+ return { up: o, down: c, left: r, right: i, select: d, menu: a, exit: h };
1412
1381
  }
1413
- function _e(e) {
1382
+ function ye(e) {
1414
1383
  const { sendMessage: t } = b();
1415
1384
  return { recallPreset: (c) => {
1416
- t(
1417
- `/device/${e}/recallPreset`,
1418
- c.key || c
1419
- );
1385
+ t(`/device/${e}/recallPreset`, c);
1420
1386
  } };
1421
1387
  }
1422
- function De(e) {
1423
- const t = `/device/${e}`, n = h(t, "dvrList"), c = h(t, "record");
1424
- return { dvrList: n, record: c };
1388
+ function Ee(e) {
1389
+ const t = `/device/${e}`, o = p(t, "dvrList"), c = p(t, "record");
1390
+ return { dvrList: o, record: c };
1425
1391
  }
1426
- function Le(e) {
1427
- const { sendMessage: t } = b(), n = R(e);
1428
- return n ? { roomCombinerState: n, setAutoMode: () => {
1392
+ function _e(e) {
1393
+ const { sendMessage: t } = b(), o = P(e);
1394
+ return o ? { roomCombinerState: o, setAutoMode: () => {
1429
1395
  t(`/device/${e}/setAutoMode`, null);
1430
1396
  }, setManualMode: () => {
1431
1397
  t(`/device/${e}/setManualMode`, null);
1432
1398
  }, toggleMode: () => {
1433
1399
  t(`/device/${e}/toggleMode`, null);
1434
- }, togglePartitionState: (g) => {
1435
- t(`/device/${e}/togglePartitionState`, g);
1436
- }, setRoomCombinationScenario: (g) => {
1437
- t(`/device/${e}/setRoomCombinationScenario`, g);
1400
+ }, togglePartitionState: (h) => {
1401
+ t(`/device/${e}/togglePartitionState`, h);
1402
+ }, setRoomCombinationScenario: (h) => {
1403
+ t(`/device/${e}/setRoomCombinationScenario`, h);
1438
1404
  } } : void 0;
1439
1405
  }
1440
- function $e(e) {
1441
- const { sendMessage: t } = b(), n = `/device/${e}`, c = R(e);
1442
- return c ? {
1443
- state: c,
1444
- selectCamera: (i) => {
1445
- t(`${n}/selectCamera`, i);
1446
- }
1447
- } : void 0;
1448
- }
1449
- function Ae(e) {
1450
- const t = R(e);
1406
+ function Pe(e) {
1407
+ const t = P(e);
1451
1408
  if (t)
1452
1409
  return { state: t };
1453
1410
  }
1454
- function Be(e) {
1455
- const { sendMessage: t, sendSimpleMessage: n } = b(), c = R(e), r = K2(e), i = c || r;
1411
+ function Te(e) {
1412
+ const { sendMessage: t, sendSimpleMessage: o } = b(), c = P(e), r = G2(e), i = c || r;
1456
1413
  return i ? {
1457
1414
  levelState: i,
1458
- setLevel: (v, I) => n(`${v}/level`, I),
1459
- muteToggle: (v) => t(`${v}/muteToggle`, null),
1460
- muteOn: (v) => t(`${v}/muteOn`, null),
1461
- muteOff: (v) => t(`${v}/muteOff`, null)
1415
+ setLevel: (g, R) => o(`${g}/level`, R),
1416
+ muteToggle: (g) => t(`${g}/muteToggle`, null),
1417
+ muteOn: (g) => t(`${g}/muteOn`, null),
1418
+ muteOff: (g) => t(`${g}/muteOff`, null)
1462
1419
  } : void 0;
1463
1420
  }
1464
- function Oe(e) {
1465
- const { sendMessage: t } = b(), n = R(e);
1466
- return n ? { lightingState: n, selectScene: (r) => {
1421
+ function Le(e) {
1422
+ const { sendMessage: t } = b(), o = P(e);
1423
+ return o ? { lightingState: o, selectScene: (r) => {
1467
1424
  t(`/device/${e}/selectScene`, r);
1468
1425
  } } : void 0;
1469
1426
  }
1470
- function Ve(e) {
1471
- const { sendMessage: t } = b(), n = R(e);
1472
- return n ? { matrixRoutingState: n, setRoute: (r) => {
1427
+ function De(e) {
1428
+ const { sendMessage: t } = b(), o = P(e);
1429
+ return o ? { matrixRoutingState: o, setRoute: (r) => {
1473
1430
  t(`/device/${e}/route`, r);
1474
1431
  } } : void 0;
1475
1432
  }
1476
- function ke(e) {
1433
+ function $e(e) {
1477
1434
  const { sendMessage: t } = b();
1478
1435
  return { closeApp: () => {
1479
1436
  t(`/device/${e}/closeWebViewController`, null);
1480
1437
  } };
1481
1438
  }
1482
- function Ue(e) {
1483
- const t = `/device/${e}`, n = h(t, "num0"), c = h(t, "num1"), r = h(t, "num2"), i = h(t, "num3"), d = h(t, "num4"), a = h(t, "num5"), g = h(t, "num6"), x = h(t, "num7"), v = h(t, "num8"), I = h(t, "num9"), L = h(t, "numDash"), H = h(t, "numEnter");
1439
+ function Ae(e) {
1440
+ const t = `/device/${e}`, o = p(t, "num0"), c = p(t, "num1"), r = p(t, "num2"), i = p(t, "num3"), d = p(t, "num4"), a = p(t, "num5"), h = p(t, "num6"), x = p(t, "num7"), g = p(t, "num8"), R = p(t, "num9"), D = p(t, "numDash"), F = p(t, "numEnter");
1484
1441
  return {
1485
- digit0: n,
1442
+ digit0: o,
1486
1443
  digit1: c,
1487
1444
  digit2: r,
1488
1445
  digit3: i,
1489
1446
  digit4: d,
1490
1447
  digit5: a,
1491
- digit6: g,
1448
+ digit6: h,
1492
1449
  digit7: x,
1493
- digit8: v,
1494
- digit9: I,
1495
- keypadAccessoryButton1: L,
1496
- keypadAccessoryButton2: H
1450
+ digit8: g,
1451
+ digit9: R,
1452
+ keypadAccessoryButton1: D,
1453
+ keypadAccessoryButton2: F
1497
1454
  };
1498
1455
  }
1499
- function We(e) {
1500
- const { sendMessage: t } = b(), n = R(e);
1501
- return n ? { projectorScreenLiftControlState: n, raise: () => {
1456
+ function Be(e) {
1457
+ const { sendMessage: t } = b(), o = P(e);
1458
+ return o ? { projectorScreenLiftControlState: o, raise: () => {
1502
1459
  t(`/device/${e}/raise`, null);
1503
1460
  }, lower: () => {
1504
1461
  t(`/device/${e}/lower`, null);
1505
1462
  } } : void 0;
1506
1463
  }
1507
- function Fe(e) {
1508
- const { sendMessage: t } = b(), n = S1(e);
1509
- return n ? { roomEventScheduleState: n, save: (r) => {
1464
+ function Oe(e) {
1465
+ const { sendMessage: t } = b(), o = S1(e);
1466
+ return o ? { roomEventScheduleState: o, save: (r) => {
1510
1467
  t(`/room/${e}/saveScheduledEvents`, r);
1511
1468
  } } : void 0;
1512
1469
  }
1513
- function He(e) {
1470
+ function Ve(e) {
1514
1471
  const { sendMessage: t } = b();
1515
1472
  return { runDefaultPresentRoute: () => {
1516
1473
  t(`/room/${e}/defaultsource`, {});
1517
1474
  } };
1518
1475
  }
1519
- function Ke(e) {
1476
+ function ke(e) {
1520
1477
  const { sendMessage: t } = b();
1521
1478
  return { runDirectRoute: (c) => {
1522
1479
  t(`/room/${e}/directRoute`, c);
1523
1480
  } };
1524
1481
  }
1525
- function Ge(e) {
1482
+ function Ue(e) {
1526
1483
  const { sendMessage: t } = b();
1527
- return { routingState: R(e), runRoute: (r) => {
1484
+ return { routingState: P(e), runRoute: (r) => {
1528
1485
  t(`/room/${e}/source`, r);
1529
1486
  } };
1530
1487
  }
1531
- function qe(e) {
1532
- const t = `/device/${e}`, n = h(t, "chanUp"), c = h(t, "chanDown");
1533
- return { dvrList: n, replay: c };
1488
+ function We(e) {
1489
+ const t = `/device/${e}`, o = p(t, "chanUp"), c = p(t, "chanDown");
1490
+ return { dvrList: o, replay: c };
1534
1491
  }
1535
- function Ye(e) {
1536
- const { sendMessage: t } = b(), n = R(e);
1537
- return n ? { shadeState: n, shadeUp: () => {
1492
+ function Fe(e) {
1493
+ const { sendMessage: t } = b(), o = P(e);
1494
+ return o ? { shadeState: o, shadeUp: () => {
1538
1495
  t(`/device/${e}/shadeUp`, null);
1539
1496
  }, shadeDown: () => {
1540
1497
  t(`/device/${e}/shadeDown`, null);
@@ -1542,9 +1499,9 @@ function Ye(e) {
1542
1499
  t(`/device/${e}/stopOrPreset`, null);
1543
1500
  } } : void 0;
1544
1501
  }
1545
- function ze(e) {
1546
- const { sendMessage: t } = b(), n = S1(e);
1547
- return n ? { shutdownPromptTimerState: n, setShutdownPromptSeconds: (a) => {
1502
+ function He(e) {
1503
+ const { sendMessage: t } = b(), o = S1(e);
1504
+ return o ? { shutdownPromptTimerState: o, setShutdownPromptSeconds: (a) => {
1548
1505
  t(`/room/${e}/setShutdownPromptSeconds`, a);
1549
1506
  }, shutdownStart: () => {
1550
1507
  t(`/room/${e}/shutdownStart`, null);
@@ -1554,147 +1511,139 @@ function ze(e) {
1554
1511
  t(`/room/${e}/shutdownCancel`, null);
1555
1512
  } } : void 0;
1556
1513
  }
1557
- function Je(e) {
1558
- const { sendMessage: t } = b(), n = R(e);
1559
- return n ? { switchedOutputState: n, on: () => {
1514
+ function Ke(e) {
1515
+ const { sendMessage: t } = b(), o = P(e);
1516
+ return o ? { switchedOutputState: o, on: () => {
1560
1517
  t(`/device/${e}/on`, null);
1561
1518
  }, off: () => {
1562
1519
  t(`/device/${e}/off`, null);
1563
1520
  } } : void 0;
1564
1521
  }
1565
- function Xe(e) {
1566
- const { sendMessage: t } = b(), n = S1(e);
1567
- return n ? { techPasswordState: n, validatePassword: (i) => {
1522
+ function Ge(e) {
1523
+ const { sendMessage: t } = b(), o = S1(e);
1524
+ return o ? { techPasswordState: o, validatePassword: (i) => {
1568
1525
  t(`/room/${e}/validateTechPassword`, { password: i });
1569
1526
  }, setPassword: (i, d) => {
1570
1527
  t(`/room/${e}/setTechPassword`, { oldPassword: i, newPassword: d });
1571
1528
  } } : void 0;
1572
1529
  }
1573
- function Qe(e) {
1574
- const { sendMessage: t } = b(), n = R(e);
1575
- return n ? { state: n, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
1530
+ function qe(e) {
1531
+ const { sendMessage: t } = b(), o = P(e);
1532
+ return o ? { state: o, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
1576
1533
  }
1577
- function Ne(e) {
1578
- const { sendMessage: t } = b(), n = R(e), c = (r) => {
1534
+ function Ye(e) {
1535
+ const { sendMessage: t } = b(), o = P(e), c = (r) => {
1579
1536
  t(`/device/${e}/saveTheme`, { value: r });
1580
1537
  };
1581
1538
  return {
1582
- currentTheme: n == null ? void 0 : n.theme,
1539
+ currentTheme: o == null ? void 0 : o.theme,
1583
1540
  saveTheme: c
1584
1541
  };
1585
1542
  }
1586
- function e5(e) {
1587
- const t = `/device/${e}`, n = h(t, "play"), c = h(t, "pause"), r = h(t, "stop"), i = h(t, "prevTrack"), d = h(t, "nextTrack"), a = h(t, "rewind"), g = h(t, "ffwd"), x = h(t, "record");
1543
+ function ze(e) {
1544
+ const t = `/device/${e}`, o = p(t, "play"), c = p(t, "pause"), r = p(t, "stop"), i = p(t, "prevTrack"), d = p(t, "nextTrack"), a = p(t, "rewind"), h = p(t, "ffwd"), x = p(t, "record");
1588
1545
  return {
1589
- play: n,
1546
+ play: o,
1590
1547
  pause: c,
1591
1548
  stop: r,
1592
1549
  prevTrack: i,
1593
1550
  nextTrack: d,
1594
1551
  rewind: a,
1595
- fastForward: g,
1552
+ fastForward: h,
1596
1553
  record: x
1597
1554
  };
1598
1555
  }
1599
- function t5(e) {
1600
- const t = R(e), { sendMessage: n } = b();
1556
+ function Je(e) {
1557
+ const t = P(e), { sendMessage: o } = b();
1601
1558
  return t ? {
1602
1559
  touchpanelState: t,
1603
1560
  appControl: { hideApp: () => {
1604
- n(`/device/${e}/hideApp`, null);
1561
+ o(`/device/${e}/hideApp`, null);
1605
1562
  }, openApp: () => {
1606
- n(`/device/${e}/openApp`, null);
1563
+ o(`/device/${e}/openApp`, null);
1607
1564
  }, closeApp: () => {
1608
- n(`/device/${e}/closeApp`, null);
1565
+ o(`/device/${e}/closeApp`, null);
1609
1566
  } },
1610
1567
  zoomControl: { endCall: () => {
1611
- n(`/device/${e}/endCall`, null);
1568
+ o(`/device/${e}/endCall`, null);
1612
1569
  } }
1613
1570
  } : void 0;
1614
1571
  }
1615
- function s5(e) {
1616
- const t = R(e), n = E3(e), c = k1(e);
1572
+ function Xe(e) {
1573
+ const t = P(e), o = E3(e), c = k1(e);
1617
1574
  if (!t) return;
1618
1575
  const r = (t.powerState || t.isWarming) && !t.isCooling, i = (!t.powerState || t.isCooling) && !t.isWarming;
1619
1576
  return {
1620
1577
  displayState: t,
1621
- powerControl: n,
1578
+ powerControl: o,
1622
1579
  inputControl: c,
1623
1580
  powerFb: { powerOnFb: r, powerOffFb: i }
1624
1581
  };
1625
1582
  }
1626
- const n5 = ({
1583
+ const Qe = ({
1627
1584
  config: e
1628
1585
  }) => {
1629
1586
  const { sendMessage: t } = b();
1630
- c1(() => {
1587
+ n1(() => {
1631
1588
  var c, r, i, d;
1632
1589
  if (!e)
1633
1590
  return;
1634
- const n = /* @__PURE__ */ new Set();
1591
+ const o = /* @__PURE__ */ new Set();
1635
1592
  if (e.destinations && Object.values(e.destinations).forEach((a) => {
1636
- n.add(a);
1593
+ o.add(a);
1637
1594
  }), e.destinationList && Object.values(e.destinationList).forEach((a) => {
1638
- n.add(a.sinkKey);
1595
+ o.add(a.sinkKey);
1639
1596
  }), e.audioControlPointList && Object.values((c = e.audioControlPointList) == null ? void 0 : c.levelControls).forEach(
1640
1597
  (a) => {
1641
- a.itemKey ? n.add(a.parentDeviceKey + "--" + a.itemKey) : n.add(a.parentDeviceKey);
1598
+ a.itemKey ? o.add(a.parentDeviceKey + "--" + a.itemKey) : o.add(a.parentDeviceKey);
1642
1599
  }
1643
1600
  ), (r = e.touchpanelKeys) == null || r.forEach((a) => {
1644
- n.add(a);
1601
+ o.add(a);
1645
1602
  }), (i = e.environmentalDevices) == null || i.forEach((a) => {
1646
- a.deviceKey && n.add(a.deviceKey);
1603
+ a.deviceKey && o.add(a.deviceKey);
1647
1604
  }), (d = e.accessoryDeviceKeys) == null || d.forEach((a) => {
1648
- n.add(a);
1649
- }), e.audioCodecKey && n.add(e.audioCodecKey), e.videoCodecKey && n.add(e.videoCodecKey), e.matrixRoutingKey && n.add(e.matrixRoutingKey), e.roomCombinerKey && n.add(e.roomCombinerKey), e.endpointKeys && e.endpointKeys.forEach((a) => {
1650
- n.add(a);
1605
+ o.add(a);
1606
+ }), e.audioCodecKey && o.add(e.audioCodecKey), e.videoCodecKey && o.add(e.videoCodecKey), e.matrixRoutingKey && o.add(e.matrixRoutingKey), e.roomCombinerKey && o.add(e.roomCombinerKey), e.endpointKeys && e.endpointKeys.forEach((a) => {
1607
+ o.add(a);
1651
1608
  }), e.sourceList)
1652
1609
  for (const a of Object.values(e.sourceList))
1653
- a.sourceKey && a.sourceKey !== "$off" && n.add(a.sourceKey);
1654
- console.log("requesting state for deviceKeys:", n), n.forEach((a) => {
1610
+ a.sourceKey && a.sourceKey !== "$off" && o.add(a.sourceKey);
1611
+ console.log("requesting state for deviceKeys:", o), o.forEach((a) => {
1655
1612
  t(`/device/${a}/fullStatus`, { deviceKey: a });
1656
1613
  });
1657
1614
  }, [e, t]);
1658
1615
  };
1659
- function o5(e, t) {
1660
- const [n, c] = K(!1), [r, i] = K(!1);
1616
+ function Ne(e, t) {
1617
+ const [o, c] = H(!1), [r, i] = H(!1);
1661
1618
  return x3(() => {
1662
1619
  const { current: d } = e, a = () => {
1663
- const g = d && d.scrollHeight > d.clientHeight, x = d && d.scrollWidth > d.clientWidth;
1664
- i(g ?? !1), c(x ?? !1), t && t(g ?? !1, x ?? !1);
1620
+ const h = d && d.scrollHeight > d.clientHeight, x = d && d.scrollWidth > d.clientWidth;
1621
+ i(h ?? !1), c(x ?? !1), t && t(h ?? !1, x ?? !1);
1665
1622
  };
1666
1623
  d && a();
1667
- }, [e, t]), { overflowHorizontal: n, overflowVertical: r };
1624
+ }, [e, t]), { overflowHorizontal: o, overflowVertical: r };
1668
1625
  }
1669
- function c5(e, t) {
1670
- const n = H2(e, t), c = `/room/${e}/volumes/${t}`;
1671
- return R3(c, n);
1626
+ function e5(e, t) {
1627
+ const o = K2(e, t), c = `/room/${e}/volumes/${t}`;
1628
+ return y3(c, o);
1672
1629
  }
1673
- function r5(e) {
1674
- var a, g;
1675
- const [t, n] = K(((a = e == null ? void 0 : e.current) == null ? void 0 : a.scrollLeft) ?? 0), [c, r] = K(((g = e == null ? void 0 : e.current) == null ? void 0 : g.scrollTop) ?? 0), i = (x) => {
1676
- const { current: v } = e;
1677
- v && (console.log(v.scrollLeft), v.scrollLeft += x, console.log(v.scrollLeft));
1630
+ function t5(e) {
1631
+ var a, h;
1632
+ const [t, o] = H(((a = e == null ? void 0 : e.current) == null ? void 0 : a.scrollLeft) ?? 0), [c, r] = H(((h = e == null ? void 0 : e.current) == null ? void 0 : h.scrollTop) ?? 0), i = (x) => {
1633
+ const { current: g } = e;
1634
+ g && (console.log(g.scrollLeft), g.scrollLeft += x, console.log(g.scrollLeft));
1678
1635
  }, d = (x) => {
1679
- const { current: v } = e;
1680
- v && (console.log(v.scrollTop), v.scrollTop += x, console.log(v.scrollTop));
1636
+ const { current: g } = e;
1637
+ g && (console.log(g.scrollTop), g.scrollTop += x, console.log(g.scrollTop));
1681
1638
  };
1682
1639
  return x3(() => {
1683
- const { current: x } = e, v = () => {
1684
- n((x == null ? void 0 : x.scrollLeft) ?? 0), r((x == null ? void 0 : x.scrollTop) ?? 0);
1640
+ const { current: x } = e, g = () => {
1641
+ o((x == null ? void 0 : x.scrollLeft) ?? 0), r((x == null ? void 0 : x.scrollTop) ?? 0);
1685
1642
  };
1686
- x && v();
1643
+ x && g();
1687
1644
  }, [e]), { horizontalScrollPosition: t, verticalScrollPosition: c, scrollHorizontal: i, scrollVertical: d };
1688
1645
  }
1689
- function l5(e) {
1690
- const t = m3();
1691
- return [() => {
1692
- t(F.addSyncState(e));
1693
- }, () => {
1694
- t(F.removeSyncState(e));
1695
- }, f8(e)];
1696
- }
1697
- function i5() {
1646
+ function s5() {
1698
1647
  const { sendMessage: e } = b();
1699
1648
  return {
1700
1649
  reboot: () => {
@@ -1705,65 +1654,65 @@ function i5() {
1705
1654
  }
1706
1655
  };
1707
1656
  }
1708
- function a5() {
1709
- const [e, t] = K(), [n, c] = K();
1657
+ function o5() {
1658
+ const [e, t] = H(), [o, c] = H();
1710
1659
  function r() {
1711
1660
  t((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
1712
1661
  const i = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
1713
1662
  c(i);
1714
1663
  }
1715
- return c1(() => {
1664
+ return n1(() => {
1716
1665
  r();
1717
1666
  const i = setInterval(() => {
1718
1667
  r();
1719
1668
  }, 1e3);
1720
1669
  return () => clearInterval(i);
1721
- }, []), { date: e, time: n };
1670
+ }, []), { date: e, time: o };
1722
1671
  }
1723
- const u5 = () => {
1724
- const [e, t] = K(!1), n = g2(), c = f2();
1672
+ const n5 = () => {
1673
+ const [e, t] = H(!1), o = g2(), c = f2();
1725
1674
  let r;
1726
1675
  return p2(c) ? r = c.statusText : c instanceof Error ? r = c.message : typeof c == "string" ? r = c : (console.error(c), r = "Unknown error"), /* @__PURE__ */ s.jsxs("div", { className: "d-flex flex-column align-items-center gap-5", children: [
1727
1676
  /* @__PURE__ */ s.jsx("div", { className: "m-2 p-2 bg-danger rounded d-flex align-items-center", children: /* @__PURE__ */ s.jsx("span", { className: "fs-5 text-white", children: "We are sorry. Something went wrong." }) }),
1728
- /* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () => n(-1), children: "Go Back" }),
1677
+ /* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () => o(-1), children: "Go Back" }),
1729
1678
  /* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () => t(!e), children: e ? "Hide error message" : "Show error message" }),
1730
1679
  e && /* @__PURE__ */ s.jsx("p", { children: r })
1731
1680
  ] });
1732
- }, k8 = "_iconbtn_16qss_1", U8 = "_iconbtnvert_16qss_7", W8 = "_iconsm_16qss_18", $1 = {
1733
- iconbtn: k8,
1734
- iconbtnvert: U8,
1735
- iconsm: W8
1736
- }, F8 = ({
1681
+ }, O8 = "_iconbtn_16qss_1", V8 = "_iconbtnvert_16qss_7", k8 = "_iconsm_16qss_18", $1 = {
1682
+ iconbtn: O8,
1683
+ iconbtnvert: V8,
1684
+ iconsm: k8
1685
+ }, U8 = ({
1737
1686
  multiIcon: e,
1738
1687
  otherContent: t = null,
1739
- vert: n = !1,
1688
+ vert: o = !1,
1740
1689
  className: c,
1741
1690
  iconClassName: r = "",
1742
1691
  otherContentClassName: i = "",
1743
1692
  disabled: d,
1744
1693
  feedback: a,
1745
- feedbackClassName: g,
1694
+ feedbackClassName: h,
1746
1695
  onPointerDown: x,
1747
- onPointerUp: v,
1748
- onPointerLeave: I,
1749
- ...L
1696
+ onPointerUp: g,
1697
+ onPointerLeave: R,
1698
+ ...D
1750
1699
  }) => {
1751
- const [H, k] = K(!1), X = !d && a ? g : "", r1 = !d && (H || a);
1700
+ const [F, k] = H(!1), X = !d && a ? h : "", r1 = !d && (F || a);
1752
1701
  return /* @__PURE__ */ s.jsxs(
1753
1702
  "button",
1754
1703
  {
1755
1704
  type: "button",
1756
- className: `${$1.iconbtn} ${n ? $1.iconbtnvert : ""} ${c} ${X}`,
1757
- ...L,
1705
+ className: `${$1.iconbtn} ${o ? $1.iconbtnvert : ""} ${c} ${X}`,
1706
+ ...D,
1758
1707
  disabled: d,
1759
1708
  onPointerDown: ($) => {
1760
1709
  k(!0), x == null || x($);
1761
1710
  },
1762
1711
  onPointerUp: ($) => {
1763
- k(!1), v == null || v($);
1712
+ k(!1), g == null || g($);
1764
1713
  },
1765
1714
  onPointerLeave: ($) => {
1766
- k(!1), I == null || I($);
1715
+ k(!1), R == null || R($);
1767
1716
  },
1768
1717
  children: [
1769
1718
  e && /* @__PURE__ */ s.jsx(
@@ -1781,13 +1730,13 @@ const u5 = () => {
1781
1730
  }, j = ({
1782
1731
  ActiveImage: e,
1783
1732
  DisabledImage: t,
1784
- EnabledImage: n,
1733
+ EnabledImage: o,
1785
1734
  active: c,
1786
1735
  disabled: r
1787
- }) => r ? t : c ? e : n, H8 = ({
1736
+ }) => r ? t : c ? e : o, W8 = ({
1788
1737
  active: e,
1789
1738
  className: t = "",
1790
- disabled: n
1739
+ disabled: o
1791
1740
  }) => /* @__PURE__ */ s.jsx(
1792
1741
  j,
1793
1742
  {
@@ -1834,12 +1783,12 @@ const u5 = () => {
1834
1783
  }
1835
1784
  ),
1836
1785
  active: e,
1837
- disabled: n
1786
+ disabled: o
1838
1787
  }
1839
- ), K8 = ({
1788
+ ), F8 = ({
1840
1789
  active: e,
1841
1790
  className: t = "",
1842
- disabled: n
1791
+ disabled: o
1843
1792
  }) => /* @__PURE__ */ s.jsx(
1844
1793
  j,
1845
1794
  {
@@ -1883,12 +1832,12 @@ const u5 = () => {
1883
1832
  )
1884
1833
  ),
1885
1834
  active: e,
1886
- disabled: n
1835
+ disabled: o
1887
1836
  }
1888
- ), G8 = ({
1837
+ ), H8 = ({
1889
1838
  active: e,
1890
1839
  className: t = "",
1891
- disabled: n
1840
+ disabled: o
1892
1841
  }) => /* @__PURE__ */ s.jsx(
1893
1842
  j,
1894
1843
  {
@@ -1923,12 +1872,12 @@ const u5 = () => {
1923
1872
  }
1924
1873
  ),
1925
1874
  active: e,
1926
- disabled: n
1875
+ disabled: o
1927
1876
  }
1928
- ), q8 = ({
1877
+ ), K8 = ({
1929
1878
  active: e,
1930
1879
  className: t = "",
1931
- disabled: n
1880
+ disabled: o
1932
1881
  }) => /* @__PURE__ */ s.jsx(
1933
1882
  j,
1934
1883
  {
@@ -1972,13 +1921,13 @@ const u5 = () => {
1972
1921
  )
1973
1922
  ),
1974
1923
  active: e,
1975
- disabled: n
1924
+ disabled: o
1976
1925
  }
1977
- ), Y8 = ({
1926
+ ), G8 = ({
1978
1927
  active: e,
1979
1928
  // Just to shut up the linter on this template. Prefer deleting this lint rule
1980
1929
  className: t = "",
1981
- disabled: n
1930
+ disabled: o
1982
1931
  }) => /* @__PURE__ */ s.jsx(
1983
1932
  j,
1984
1933
  {
@@ -2040,12 +1989,12 @@ const u5 = () => {
2040
1989
  )
2041
1990
  ),
2042
1991
  active: e,
2043
- disabled: n
1992
+ disabled: o
2044
1993
  }
2045
- ), z8 = ({
1994
+ ), q8 = ({
2046
1995
  active: e,
2047
1996
  className: t = "",
2048
- disabled: n
1997
+ disabled: o
2049
1998
  }) => /* @__PURE__ */ s.jsx(
2050
1999
  j,
2051
2000
  {
@@ -2089,12 +2038,12 @@ const u5 = () => {
2089
2038
  )
2090
2039
  ),
2091
2040
  active: e,
2092
- disabled: n
2041
+ disabled: o
2093
2042
  }
2094
- ), J8 = ({
2043
+ ), Y8 = ({
2095
2044
  active: e,
2096
2045
  className: t = "",
2097
- disabled: n
2046
+ disabled: o
2098
2047
  }) => /* @__PURE__ */ s.jsx(
2099
2048
  j,
2100
2049
  {
@@ -2138,12 +2087,12 @@ const u5 = () => {
2138
2087
  )
2139
2088
  ),
2140
2089
  active: e,
2141
- disabled: n
2090
+ disabled: o
2142
2091
  }
2143
- ), X8 = ({
2092
+ ), z8 = ({
2144
2093
  active: e,
2145
2094
  className: t = "",
2146
- disabled: n
2095
+ disabled: o
2147
2096
  }) => /* @__PURE__ */ s.jsx(
2148
2097
  j,
2149
2098
  {
@@ -2187,12 +2136,12 @@ const u5 = () => {
2187
2136
  )
2188
2137
  ),
2189
2138
  active: e,
2190
- disabled: n
2139
+ disabled: o
2191
2140
  }
2192
- ), Q8 = ({
2141
+ ), J8 = ({
2193
2142
  active: e,
2194
2143
  className: t = "",
2195
- disabled: n
2144
+ disabled: o
2196
2145
  }) => /* @__PURE__ */ s.jsx(
2197
2146
  j,
2198
2147
  {
@@ -2236,12 +2185,12 @@ const u5 = () => {
2236
2185
  )
2237
2186
  ),
2238
2187
  active: e,
2239
- disabled: n
2188
+ disabled: o
2240
2189
  }
2241
- ), N8 = ({
2190
+ ), X8 = ({
2242
2191
  active: e,
2243
2192
  className: t = "",
2244
- disabled: n
2193
+ disabled: o
2245
2194
  }) => /* @__PURE__ */ s.jsx(
2246
2195
  j,
2247
2196
  {
@@ -2285,13 +2234,13 @@ const u5 = () => {
2285
2234
  )
2286
2235
  ),
2287
2236
  active: e,
2288
- disabled: n
2237
+ disabled: o
2289
2238
  }
2290
- ), e6 = ({
2239
+ ), Q8 = ({
2291
2240
  active: e,
2292
2241
  // Just to shut up the linter on this template. Prefer deleting this lint rule
2293
2242
  className: t = "",
2294
- disabled: n
2243
+ disabled: o
2295
2244
  }) => /* @__PURE__ */ s.jsx(
2296
2245
  j,
2297
2246
  {
@@ -2353,12 +2302,12 @@ const u5 = () => {
2353
2302
  )
2354
2303
  ),
2355
2304
  active: e,
2356
- disabled: n
2305
+ disabled: o
2357
2306
  }
2358
- ), t6 = ({
2307
+ ), N8 = ({
2359
2308
  active: e,
2360
2309
  className: t = "",
2361
- disabled: n
2310
+ disabled: o
2362
2311
  }) => /* @__PURE__ */ s.jsx(
2363
2312
  j,
2364
2313
  {
@@ -2402,12 +2351,12 @@ const u5 = () => {
2402
2351
  )
2403
2352
  ),
2404
2353
  active: e,
2405
- disabled: n
2354
+ disabled: o
2406
2355
  }
2407
- ), s6 = ({
2356
+ ), e6 = ({
2408
2357
  active: e,
2409
2358
  className: t = "",
2410
- disabled: n
2359
+ disabled: o
2411
2360
  }) => /* @__PURE__ */ s.jsx(
2412
2361
  j,
2413
2362
  {
@@ -2451,12 +2400,12 @@ const u5 = () => {
2451
2400
  )
2452
2401
  ),
2453
2402
  active: e,
2454
- disabled: n
2403
+ disabled: o
2455
2404
  }
2456
- ), n6 = ({
2405
+ ), t6 = ({
2457
2406
  active: e,
2458
2407
  className: t = "",
2459
- disabled: n
2408
+ disabled: o
2460
2409
  }) => /* @__PURE__ */ s.jsx(
2461
2410
  j,
2462
2411
  {
@@ -2500,12 +2449,12 @@ const u5 = () => {
2500
2449
  )
2501
2450
  ),
2502
2451
  active: e,
2503
- disabled: n
2452
+ disabled: o
2504
2453
  }
2505
- ), o6 = ({
2454
+ ), s6 = ({
2506
2455
  active: e,
2507
2456
  className: t = "",
2508
- disabled: n
2457
+ disabled: o
2509
2458
  }) => /* @__PURE__ */ s.jsx(
2510
2459
  j,
2511
2460
  {
@@ -2549,12 +2498,12 @@ const u5 = () => {
2549
2498
  )
2550
2499
  ),
2551
2500
  active: e,
2552
- disabled: n
2501
+ disabled: o
2553
2502
  }
2554
- ), c6 = ({
2503
+ ), o6 = ({
2555
2504
  active: e,
2556
2505
  className: t = "",
2557
- disabled: n
2506
+ disabled: o
2558
2507
  }) => /* @__PURE__ */ s.jsx(
2559
2508
  j,
2560
2509
  {
@@ -2571,12 +2520,12 @@ const u5 = () => {
2571
2520
  /* @__PURE__ */ s.jsx("svg", { className: t, fill: "currentcolor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 164.61 164.61", children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M131.62,102.87c-1.96,2.47-6.77,4.24-6.77,4.24l-35.75,12.84v-9.47l26.31-9.37c2.99-1.07,3.44-2.58,1.02-3.38-2.42-.8-6.81-.57-9.8.51l-17.53,6.17v-9.83l1.01-.34s5.07-1.79,12.19-2.58c7.12-.78,15.85.11,22.69,2.7,7.72,2.44,8.59,6.03,6.63,8.51ZM92.51,86.75v-24.22c0-2.84-.52-5.46-3.19-6.2-2.04-.65-3.31,1.24-3.31,4.09v60.65l-16.36-5.19V43.55c6.95,1.29,17.09,4.34,22.53,6.18,13.85,4.76,18.55,10.67,18.55,24.01s-8.02,17.93-18.22,13ZM39.63,109.49c-7.92-2.23-9.24-6.88-5.63-9.56,3.34-2.47,9.01-4.33,9.01-4.33l23.45-8.34v9.51l-16.88,6.04c-2.98,1.07-3.44,2.58-1.02,3.38,2.42.79,6.81.57,9.8-.5l8.1-2.94v8.51c-.51.09-1.09.18-1.61.27-8.1,1.32-16.72.77-25.22-2.03h0ZM82.3,164.61C36.92,164.61,0,127.69,0,82.3S36.92,0,82.3,0s82.3,36.92,82.3,82.3-36.92,82.3-82.3,82.3ZM82.3,5C39.68,5,5,39.68,5,82.3s34.68,77.3,77.3,77.3,77.3-34.68,77.3-77.3S124.93,5,82.3,5Z" }) }) })
2572
2521
  ),
2573
2522
  active: e,
2574
- disabled: n
2523
+ disabled: o
2575
2524
  }
2576
- ), r6 = ({
2525
+ ), n6 = ({
2577
2526
  active: e,
2578
2527
  className: t = "",
2579
- disabled: n
2528
+ disabled: o
2580
2529
  }) => /* @__PURE__ */ s.jsx(
2581
2530
  j,
2582
2531
  {
@@ -2620,12 +2569,12 @@ const u5 = () => {
2620
2569
  )
2621
2570
  ),
2622
2571
  active: e,
2623
- disabled: n
2572
+ disabled: o
2624
2573
  }
2625
- ), l6 = ({
2574
+ ), c6 = ({
2626
2575
  active: e,
2627
2576
  className: t = "",
2628
- disabled: n
2577
+ disabled: o
2629
2578
  }) => /* @__PURE__ */ s.jsx(
2630
2579
  j,
2631
2580
  {
@@ -2669,12 +2618,12 @@ const u5 = () => {
2669
2618
  )
2670
2619
  ),
2671
2620
  active: e,
2672
- disabled: n
2621
+ disabled: o
2673
2622
  }
2674
- ), i6 = ({
2623
+ ), r6 = ({
2675
2624
  active: e,
2676
2625
  className: t = "",
2677
- disabled: n
2626
+ disabled: o
2678
2627
  }) => /* @__PURE__ */ s.jsx(
2679
2628
  j,
2680
2629
  {
@@ -2718,12 +2667,12 @@ const u5 = () => {
2718
2667
  )
2719
2668
  ),
2720
2669
  active: e,
2721
- disabled: n
2670
+ disabled: o
2722
2671
  }
2723
- ), a6 = ({
2672
+ ), l6 = ({
2724
2673
  active: e,
2725
2674
  className: t = "",
2726
- disabled: n
2675
+ disabled: o
2727
2676
  }) => /* @__PURE__ */ s.jsx(
2728
2677
  j,
2729
2678
  {
@@ -2767,12 +2716,12 @@ const u5 = () => {
2767
2716
  )
2768
2717
  ),
2769
2718
  active: e,
2770
- disabled: n
2719
+ disabled: o
2771
2720
  }
2772
- ), u6 = ({
2721
+ ), i6 = ({
2773
2722
  active: e,
2774
2723
  className: t = "",
2775
- disabled: n
2724
+ disabled: o
2776
2725
  }) => /* @__PURE__ */ s.jsx(
2777
2726
  j,
2778
2727
  {
@@ -2816,13 +2765,13 @@ const u5 = () => {
2816
2765
  )
2817
2766
  ),
2818
2767
  active: e,
2819
- disabled: n
2768
+ disabled: o
2820
2769
  }
2821
- ), d6 = ({
2770
+ ), a6 = ({
2822
2771
  active: e,
2823
2772
  // Just to shut up the linter on this template. Prefer deleting this lint rule
2824
2773
  className: t = "",
2825
- disabled: n
2774
+ disabled: o
2826
2775
  }) => /* @__PURE__ */ s.jsx(
2827
2776
  j,
2828
2777
  {
@@ -2884,12 +2833,12 @@ const u5 = () => {
2884
2833
  )
2885
2834
  ),
2886
2835
  active: e,
2887
- disabled: n
2836
+ disabled: o
2888
2837
  }
2889
- ), v6 = ({
2838
+ ), u6 = ({
2890
2839
  active: e,
2891
2840
  className: t = "",
2892
- disabled: n
2841
+ disabled: o
2893
2842
  }) => /* @__PURE__ */ s.jsx(
2894
2843
  j,
2895
2844
  {
@@ -2933,12 +2882,12 @@ const u5 = () => {
2933
2882
  )
2934
2883
  ),
2935
2884
  active: e,
2936
- disabled: n
2885
+ disabled: o
2937
2886
  }
2938
- ), h6 = ({
2887
+ ), d6 = ({
2939
2888
  active: e,
2940
2889
  className: t = "",
2941
- disabled: n
2890
+ disabled: o
2942
2891
  }) => /* @__PURE__ */ s.jsx(
2943
2892
  j,
2944
2893
  {
@@ -2982,14 +2931,14 @@ const u5 = () => {
2982
2931
  )
2983
2932
  ),
2984
2933
  active: e,
2985
- disabled: n
2934
+ disabled: o
2986
2935
  }
2987
- ), d5 = ({
2936
+ ), c5 = ({
2988
2937
  active: e,
2989
2938
  // Just to shut up the linter on this template. Prefer deleting this lint rule
2990
2939
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
2991
2940
  className: t = "",
2992
- disabled: n
2941
+ disabled: o
2993
2942
  }) => /* @__PURE__ */ s.jsx(
2994
2943
  j,
2995
2944
  {
@@ -2997,12 +2946,12 @@ const u5 = () => {
2997
2946
  DisabledImage: void 0,
2998
2947
  EnabledImage: void 0,
2999
2948
  active: e,
3000
- disabled: n
2949
+ disabled: o
3001
2950
  }
3002
- ), g6 = ({
2951
+ ), h6 = ({
3003
2952
  active: e,
3004
2953
  className: t = "",
3005
- disabled: n
2954
+ disabled: o
3006
2955
  }) => /* @__PURE__ */ s.jsx(
3007
2956
  j,
3008
2957
  {
@@ -3046,12 +2995,12 @@ const u5 = () => {
3046
2995
  )
3047
2996
  ),
3048
2997
  active: e,
3049
- disabled: n
2998
+ disabled: o
3050
2999
  }
3051
- ), f6 = ({
3000
+ ), v6 = ({
3052
3001
  active: e,
3053
3002
  className: t = "",
3054
- disabled: n
3003
+ disabled: o
3055
3004
  }) => /* @__PURE__ */ s.jsx(
3056
3005
  j,
3057
3006
  {
@@ -3095,12 +3044,12 @@ const u5 = () => {
3095
3044
  )
3096
3045
  ),
3097
3046
  active: e,
3098
- disabled: n
3047
+ disabled: o
3099
3048
  }
3100
- ), p6 = ({
3049
+ ), g6 = ({
3101
3050
  active: e,
3102
3051
  className: t = "",
3103
- disabled: n
3052
+ disabled: o
3104
3053
  }) => /* @__PURE__ */ s.jsx(
3105
3054
  j,
3106
3055
  {
@@ -3144,12 +3093,12 @@ const u5 = () => {
3144
3093
  )
3145
3094
  ),
3146
3095
  active: e,
3147
- disabled: n
3096
+ disabled: o
3148
3097
  }
3149
- ), w6 = ({
3098
+ ), f6 = ({
3150
3099
  active: e,
3151
3100
  className: t = "",
3152
- disabled: n
3101
+ disabled: o
3153
3102
  }) => /* @__PURE__ */ s.jsx(
3154
3103
  j,
3155
3104
  {
@@ -3193,12 +3142,12 @@ const u5 = () => {
3193
3142
  )
3194
3143
  ),
3195
3144
  active: e,
3196
- disabled: n
3145
+ disabled: o
3197
3146
  }
3198
- ), x6 = ({
3147
+ ), p6 = ({
3199
3148
  active: e,
3200
3149
  className: t = "",
3201
- disabled: n
3150
+ disabled: o
3202
3151
  }) => /* @__PURE__ */ s.jsx(
3203
3152
  j,
3204
3153
  {
@@ -3242,12 +3191,12 @@ const u5 = () => {
3242
3191
  )
3243
3192
  ),
3244
3193
  active: e,
3245
- disabled: n
3194
+ disabled: o
3246
3195
  }
3247
- ), M6 = ({
3196
+ ), w6 = ({
3248
3197
  active: e,
3249
3198
  className: t = "",
3250
- disabled: n
3199
+ disabled: o
3251
3200
  }) => /* @__PURE__ */ s.jsx(
3252
3201
  j,
3253
3202
  {
@@ -3291,12 +3240,12 @@ const u5 = () => {
3291
3240
  )
3292
3241
  ),
3293
3242
  active: e,
3294
- disabled: n
3243
+ disabled: o
3295
3244
  }
3296
- ), m6 = ({
3245
+ ), x6 = ({
3297
3246
  active: e,
3298
3247
  className: t = "",
3299
- disabled: n
3248
+ disabled: o
3300
3249
  }) => /* @__PURE__ */ s.jsx(
3301
3250
  j,
3302
3251
  {
@@ -3340,12 +3289,12 @@ const u5 = () => {
3340
3289
  )
3341
3290
  ),
3342
3291
  active: e,
3343
- disabled: n
3292
+ disabled: o
3344
3293
  }
3345
- ), Z6 = ({
3294
+ ), M6 = ({
3346
3295
  active: e,
3347
3296
  className: t = "",
3348
- disabled: n
3297
+ disabled: o
3349
3298
  }) => /* @__PURE__ */ s.jsx(
3350
3299
  j,
3351
3300
  {
@@ -3389,295 +3338,283 @@ const u5 = () => {
3389
3338
  )
3390
3339
  ),
3391
3340
  active: e,
3392
- disabled: n
3393
- }
3394
- ), j6 = {
3395
- Alert: H8,
3396
- Camera: G8,
3397
- DownArrow: z8,
3398
- Ban: K8,
3399
- Check: q8,
3400
- Controller: Y8,
3401
- Elipses: J8,
3402
- Flag: X8,
3403
- Gear: Q8,
3404
- Glass: N8,
3405
- Hdmi: e6,
3406
- Laptop: t6,
3407
- LeftArrow: s6,
3408
- Light: n6,
3409
- Mic: Z6,
3410
- Moon: o6,
3411
- Playstation: c6,
3412
- Podium: r6,
3413
- Power: l6,
3414
- Privacy: i6,
3415
- Question: a6,
3416
- RightArrow: u6,
3417
- RoomPC: d6,
3418
- Shade: v6,
3419
- Sun: h6,
3420
- UpArrow: g6,
3421
- VolDown: f6,
3422
- VolMute: p6,
3423
- VolUp: w6,
3424
- Wireless: x6,
3425
- X: M6,
3426
- Xbox: m6
3341
+ disabled: o
3342
+ }
3343
+ ), m6 = {
3344
+ Alert: W8,
3345
+ Camera: H8,
3346
+ DownArrow: q8,
3347
+ Ban: F8,
3348
+ Check: K8,
3349
+ Controller: G8,
3350
+ Elipses: Y8,
3351
+ Flag: z8,
3352
+ Gear: J8,
3353
+ Glass: X8,
3354
+ Hdmi: Q8,
3355
+ Laptop: N8,
3356
+ LeftArrow: e6,
3357
+ Light: t6,
3358
+ Mic: M6,
3359
+ Moon: s6,
3360
+ Playstation: o6,
3361
+ Podium: n6,
3362
+ Power: c6,
3363
+ Privacy: r6,
3364
+ Question: l6,
3365
+ RightArrow: i6,
3366
+ RoomPC: a6,
3367
+ Shade: u6,
3368
+ Sun: d6,
3369
+ UpArrow: h6,
3370
+ VolDown: v6,
3371
+ VolMute: g6,
3372
+ VolUp: f6,
3373
+ Wireless: p6,
3374
+ X: w6,
3375
+ Xbox: x6
3427
3376
  };
3428
- function v5({
3377
+ function r5({
3429
3378
  name: e,
3430
- iconsDictionary: t = j6,
3431
- ...n
3379
+ iconsDictionary: t = m6,
3380
+ ...o
3432
3381
  }) {
3433
3382
  const c = t[e] ?? null;
3434
- return c || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ s.jsx(F8, { multiIcon: c, ...n });
3435
- }
3436
- const S6 = "_grid_1cmpp_1", C6 = "_header_1cmpp_11", b6 = "_content_1cmpp_17", I6 = "_footer_1cmpp_23", y6 = "_volume_1cmpp_29", v1 = {
3437
- grid: S6,
3438
- header: C6,
3439
- content: b6,
3440
- footer: I6,
3441
- volume: y6
3442
- }, h5 = ({ header: e, footer: t, content: n, volume: c, showVolume: r }) => /* @__PURE__ */ s.jsxs("div", { className: v1.grid, children: [
3443
- /* @__PURE__ */ s.jsx("div", { className: v1.header, children: e }),
3444
- /* @__PURE__ */ s.jsx("div", { className: v1.content, children: n }),
3445
- r && /* @__PURE__ */ s.jsx("div", { className: v1.volume, children: c }),
3446
- /* @__PURE__ */ s.jsx("div", { className: v1.footer, children: t })
3447
- ] }), R6 = "_grid_11w5q_1", E6 = "_header_11w5q_11", P6 = "_content_11w5q_17", Z1 = {
3448
- grid: R6,
3449
- header: E6,
3450
- content: P6
3451
- }, g5 = ({ className: e, header: t, content: n, leftNav: c }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${Z1.grid}`, children: [
3383
+ return c || console.error(`Icon ${e} not found in dictionary`), /* @__PURE__ */ s.jsx(U8, { multiIcon: c, ...o });
3384
+ }
3385
+ const Z6 = "_grid_1cmpp_1", j6 = "_header_1cmpp_11", S6 = "_content_1cmpp_17", C6 = "_footer_1cmpp_23", b6 = "_volume_1cmpp_29", h1 = {
3386
+ grid: Z6,
3387
+ header: j6,
3388
+ content: S6,
3389
+ footer: C6,
3390
+ volume: b6
3391
+ }, l5 = ({ header: e, footer: t, content: o, volume: c, showVolume: r }) => /* @__PURE__ */ s.jsxs("div", { className: h1.grid, children: [
3392
+ /* @__PURE__ */ s.jsx("div", { className: h1.header, children: e }),
3393
+ /* @__PURE__ */ s.jsx("div", { className: h1.content, children: o }),
3394
+ r && /* @__PURE__ */ s.jsx("div", { className: h1.volume, children: c }),
3395
+ /* @__PURE__ */ s.jsx("div", { className: h1.footer, children: t })
3396
+ ] }), I6 = "_grid_11w5q_1", R6 = "_header_11w5q_11", y6 = "_content_11w5q_17", Z1 = {
3397
+ grid: I6,
3398
+ header: R6,
3399
+ content: y6
3400
+ }, i5 = ({ className: e, header: t, content: o, leftNav: c }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${Z1.grid}`, children: [
3452
3401
  /* @__PURE__ */ s.jsx("div", { className: Z1.header, children: t }),
3453
3402
  c && /* @__PURE__ */ s.jsx("div", { className: Z1.leftNav, children: c }),
3454
- /* @__PURE__ */ s.jsx("div", { className: Z1.content, children: n })
3455
- ] }), T6 = "_grid_1uwfo_1", _6 = "_header_1uwfo_11", D6 = "_content_1uwfo_17", A1 = {
3456
- grid: T6,
3403
+ /* @__PURE__ */ s.jsx("div", { className: Z1.content, children: o })
3404
+ ] }), E6 = "_grid_1uwfo_1", _6 = "_header_1uwfo_11", P6 = "_content_1uwfo_17", A1 = {
3405
+ grid: E6,
3457
3406
  header: _6,
3458
- content: D6
3459
- }, f5 = ({ className: e, header: t, content: n }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${A1.grid}`, children: [
3407
+ content: P6
3408
+ }, a5 = ({ className: e, header: t, content: o }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${A1.grid}`, children: [
3460
3409
  /* @__PURE__ */ s.jsx("div", { className: A1.header, children: t }),
3461
- /* @__PURE__ */ s.jsx("div", { className: A1.content, children: n })
3410
+ /* @__PURE__ */ s.jsx("div", { className: A1.content, children: o })
3462
3411
  ] });
3463
- class p5 {
3464
- constructor() {
3465
- q(this, "currentShareText");
3466
- q(this, "enabled");
3467
- q(this, "isSharing");
3468
- }
3469
- }
3470
- function w5() {
3412
+ function u5() {
3471
3413
  return console.log(location.pathname), location.pathname;
3472
3414
  }
3473
- var L6 = /* @__PURE__ */ ((e) => (e[e.NotSet = 0] = "NotSet", e[e.Sunday = 1] = "Sunday", e[e.Monday = 2] = "Monday", e[e.Tuesday = 4] = "Tuesday", e[e.Wednesday = 8] = "Wednesday", e[e.Thursday = 16] = "Thursday", e[e.Friday = 32] = "Friday", e[e.Saturday = 64] = "Saturday", e))(L6 || {});
3474
- class x5 {
3475
- constructor(t, n) {
3476
- q(this, "path");
3477
- q(this, "handler");
3478
- this.path = t, this.handler = n;
3415
+ var T6 = /* @__PURE__ */ ((e) => (e[e.NotSet = 0] = "NotSet", e[e.Sunday = 1] = "Sunday", e[e.Monday = 2] = "Monday", e[e.Tuesday = 4] = "Tuesday", e[e.Wednesday = 8] = "Wednesday", e[e.Thursday = 16] = "Thursday", e[e.Friday = 32] = "Friday", e[e.Saturday = 64] = "Saturday", e))(T6 || {});
3416
+ class d5 {
3417
+ constructor(t, o) {
3418
+ G(this, "path");
3419
+ G(this, "handler");
3420
+ this.path = t, this.handler = o;
3421
+ }
3422
+ }
3423
+ const h5 = "$off";
3424
+ class v5 {
3425
+ constructor() {
3426
+ G(this, "currentShareText");
3427
+ G(this, "enabled");
3428
+ G(this, "isSharing");
3479
3429
  }
3480
3430
  }
3481
- const M5 = "$off";
3482
3431
  export {
3483
- Ce as Clock,
3484
- L6 as DaysOfWeek,
3485
- u5 as ErrorBox,
3486
- F8 as IconButton,
3487
- H8 as IconMultiAlert,
3488
- K8 as IconMultiBan,
3489
- G8 as IconMultiCamera,
3490
- q8 as IconMultiCheck,
3491
- Y8 as IconMultiController,
3492
- z8 as IconMultiDownArrow,
3493
- J8 as IconMultiElipses,
3494
- X8 as IconMultiFlag,
3495
- Q8 as IconMultiGear,
3496
- N8 as IconMultiGlass,
3497
- e6 as IconMultiHdmi,
3498
- t6 as IconMultiLaptop,
3499
- s6 as IconMultiLeftArrow,
3500
- n6 as IconMultiLight,
3501
- Z6 as IconMultiMic,
3502
- o6 as IconMultiMoon,
3503
- c6 as IconMultiPlaystation,
3504
- r6 as IconMultiPodium,
3505
- l6 as IconMultiPower,
3506
- i6 as IconMultiPrivacy,
3507
- a6 as IconMultiQuestion,
3508
- u6 as IconMultiRightArrow,
3509
- d6 as IconMultiRoomPC,
3510
- v6 as IconMultiShade,
3511
- h6 as IconMultiSun,
3512
- d5 as IconMultiTemplate,
3513
- g6 as IconMultiUpArrow,
3514
- f6 as IconMultiVolDown,
3515
- p6 as IconMultiVolMute,
3516
- w6 as IconMultiVolUp,
3517
- x6 as IconMultiWireless,
3518
- M6 as IconMultiX,
3519
- m6 as IconMultiXbox,
3520
- h5 as MainLayout,
3521
- x5 as MessageHandler,
3522
- me as MobileControlProvider,
3432
+ me as Clock,
3433
+ T6 as DaysOfWeek,
3434
+ n5 as ErrorBox,
3435
+ U8 as IconButton,
3436
+ W8 as IconMultiAlert,
3437
+ F8 as IconMultiBan,
3438
+ H8 as IconMultiCamera,
3439
+ K8 as IconMultiCheck,
3440
+ G8 as IconMultiController,
3441
+ q8 as IconMultiDownArrow,
3442
+ Y8 as IconMultiElipses,
3443
+ z8 as IconMultiFlag,
3444
+ J8 as IconMultiGear,
3445
+ X8 as IconMultiGlass,
3446
+ Q8 as IconMultiHdmi,
3447
+ N8 as IconMultiLaptop,
3448
+ e6 as IconMultiLeftArrow,
3449
+ t6 as IconMultiLight,
3450
+ M6 as IconMultiMic,
3451
+ s6 as IconMultiMoon,
3452
+ o6 as IconMultiPlaystation,
3453
+ n6 as IconMultiPodium,
3454
+ c6 as IconMultiPower,
3455
+ r6 as IconMultiPrivacy,
3456
+ l6 as IconMultiQuestion,
3457
+ i6 as IconMultiRightArrow,
3458
+ a6 as IconMultiRoomPC,
3459
+ u6 as IconMultiShade,
3460
+ d6 as IconMultiSun,
3461
+ c5 as IconMultiTemplate,
3462
+ h6 as IconMultiUpArrow,
3463
+ v6 as IconMultiVolDown,
3464
+ g6 as IconMultiVolMute,
3465
+ f6 as IconMultiVolUp,
3466
+ p6 as IconMultiWireless,
3467
+ w6 as IconMultiX,
3468
+ x6 as IconMultiXbox,
3469
+ l5 as MainLayout,
3470
+ d5 as MessageHandler,
3471
+ we as MobileControlProvider,
3523
3472
  j as MultiStateIconContainer,
3524
- v5 as NamedIconButton,
3525
- p5 as ShareState,
3526
- g5 as TechLayout,
3527
- f5 as TechPinLayout,
3528
- y3 as WebsocketContext,
3529
- M8 as appConfigActions,
3530
- N as devicesActions,
3531
- w5 as getBaseLocation,
3473
+ r5 as NamedIconButton,
3474
+ v5 as ShareState,
3475
+ i5 as TechLayout,
3476
+ a5 as TechPinLayout,
3477
+ u5 as getBaseLocation,
3532
3478
  V1 as httpClient,
3533
- j6 as iconsDictionary,
3534
- M5 as roomOffSourceKey,
3535
- e1 as roomsActions,
3536
- W as runtimeConfigActions,
3537
- j3 as selectAllDevices,
3538
- x2 as selectApiPath,
3539
- w2 as selectAppConfig,
3540
- Y2 as selectClientId,
3479
+ m6 as iconsDictionary,
3480
+ h5 as roomOffSourceKey,
3481
+ Z3 as selectAllDevices,
3482
+ M2 as selectApiPath,
3483
+ x2 as selectAppConfig,
3484
+ z2 as selectClientId,
3541
3485
  l8 as selectCurrentPopoverIdForGroup,
3542
- j2 as selectDeviceByKey,
3543
- t8 as selectDeviceInterfaceSupport,
3486
+ S2 as selectDeviceByKey,
3544
3487
  a8 as selectError,
3545
- v8 as selectIsSyncStateValuePresent,
3546
- e8 as selectIsTouchpanel,
3547
- M2 as selectLogoPath,
3488
+ t8 as selectIsTouchpanel,
3489
+ m2 as selectLogoPath,
3548
3490
  U1 as selectModalVisibility,
3549
- m2 as selectPartnerMetadata,
3550
- k2 as selectRoomAdvancedSharingActive,
3491
+ Z2 as selectPartnerMetadata,
3492
+ U2 as selectRoomAdvancedSharingActive,
3551
3493
  P2 as selectRoomAudioControlPointList,
3552
- b2 as selectRoomByKey,
3553
- $2 as selectRoomCodecContentDestinationKey,
3554
- S2 as selectRoomConfiguration,
3555
- _2 as selectRoomDestinationList,
3494
+ I2 as selectRoomByKey,
3495
+ A2 as selectRoomCodecContentDestinationKey,
3496
+ C2 as selectRoomConfiguration,
3497
+ L2 as selectRoomDestinationList,
3556
3498
  T2 as selectRoomDestinations,
3557
- F2 as selectRoomDisplayStates,
3499
+ H2 as selectRoomDisplayStates,
3558
3500
  D2 as selectRoomEnvironmentalDevices,
3559
- A2 as selectRoomInCall,
3560
- O2 as selectRoomIsCoolingDown,
3561
- V2 as selectRoomIsOn,
3562
- B2 as selectRoomIsWarmingUp,
3563
- q2 as selectRoomKey,
3564
- R2 as selectRoomLevelControls,
3565
- I2 as selectRoomName,
3566
- L2 as selectRoomProgramAudioDestinationKey,
3567
- U2 as selectRoomShareState,
3568
- E2 as selectRoomSourceList,
3501
+ B2 as selectRoomInCall,
3502
+ V2 as selectRoomIsCoolingDown,
3503
+ k2 as selectRoomIsOn,
3504
+ O2 as selectRoomIsWarmingUp,
3505
+ Y2 as selectRoomKey,
3506
+ E2 as selectRoomLevelControls,
3507
+ R2 as selectRoomName,
3508
+ $2 as selectRoomProgramAudioDestinationKey,
3509
+ W2 as selectRoomShareState,
3510
+ _2 as selectRoomSourceList,
3569
3511
  y2 as selectRoomVolume,
3570
- C2 as selectRooms,
3571
- Q2 as selectRuntimeInfo,
3572
- X2 as selectServerIsRunningOnProcessorHardware,
3512
+ b2 as selectRooms,
3513
+ N2 as selectRuntimeInfo,
3514
+ Q2 as selectServerIsRunningOnProcessorHardware,
3573
3515
  i8 as selectShowPopoverById,
3574
3516
  u8 as selectShowReconnect,
3575
- z2 as selectSystemUuid,
3517
+ J2 as selectSystemUuid,
3576
3518
  d8 as selectTheme,
3577
- N2 as selectTouchpanelKey,
3578
- J2 as selectUserCode,
3579
- G2 as selectWsIsConnected,
3580
- W2 as selectZoomRoomControllerKey,
3519
+ e8 as selectTouchpanelKey,
3520
+ X2 as selectUserCode,
3521
+ q2 as selectWsIsConnected,
3522
+ F2 as selectZoomRoomControllerKey,
3581
3523
  m as store,
3582
- F as uiActions,
3583
- w8 as uiReducer,
3584
- U6 as useApiPath,
3585
- Z2 as useAppConfig,
3586
- m3 as useAppDispatch,
3587
- p as useAppSelector,
3588
- je as useAvrControl,
3589
- h as useButtonHeldHeartbeat,
3590
- Se as useCameraBase,
3591
- n8 as useClientId,
3592
- O8 as useDeviceIBasicVolumeWithFeedback,
3593
- he as useDeviceInterfaceSupport,
3594
- be as useDevicePresetsModel,
3595
- Ie as useEndpoint,
3524
+ q as uiActions,
3525
+ f8 as uiReducer,
3526
+ V6 as useApiPath,
3527
+ j2 as useAppConfig,
3528
+ w2 as useAppDispatch,
3529
+ f as useAppSelector,
3530
+ Me as useAvrControl,
3531
+ p as useButtonHeldHeartbeat,
3532
+ o8 as useClientId,
3533
+ A8 as useDeviceIBasicVolumeWithFeedback,
3534
+ Ze as useDevicePresetsModel,
3535
+ je as useEndpoint,
3596
3536
  h8 as useError,
3597
- n5 as useGetAllDeviceStateFromRoomConfiguration,
3598
- H6 as useGetAllDevices,
3599
- G6 as useGetAllRooms,
3600
- we as useGetCurrentPopoverIdForGroup,
3601
- R as useGetDevice,
3602
- Ze as useGetIBasicVolumeWithFeedback,
3603
- q6 as useGetRoom,
3604
- ie as useGetRoomDisplayStates,
3605
- ae as useGetZoomRoomControllerKey,
3606
- R3 as useIBasicVolumeWithFeedback,
3607
- ye as useIChannel,
3608
- Re as useIColor,
3609
- Ee as useICommunicationMonitor,
3610
- Te as useIDPad,
3611
- Pe as useIDeviceInfoMessenger,
3612
- _e as useIDspPresets,
3613
- De as useIDvr,
3614
- Le as useIEssentialsRoomCombiner,
3615
- $e as useIHasCameras,
3537
+ Qe as useGetAllDeviceStateFromRoomConfiguration,
3538
+ W6 as useGetAllDevices,
3539
+ H6 as useGetAllRooms,
3540
+ ge as useGetCurrentPopoverIdForGroup,
3541
+ P as useGetDevice,
3542
+ xe as useGetIBasicVolumeWithFeedback,
3543
+ K6 as useGetRoom,
3544
+ re as useGetRoomDisplayStates,
3545
+ le as useGetZoomRoomControllerKey,
3546
+ y3 as useIBasicVolumeWithFeedback,
3547
+ Se as useIChannel,
3548
+ Ce as useIColor,
3549
+ be as useICommunicationMonitor,
3550
+ Re as useIDPad,
3551
+ Ie as useIDeviceInfoMessenger,
3552
+ ye as useIDspPresets,
3553
+ Ee as useIDvr,
3554
+ _e as useIEssentialsRoomCombiner,
3616
3555
  E3 as useIHasPowerControl,
3617
3556
  k1 as useIHasSelectableItems,
3618
- Ae as useIHumiditySensor,
3619
- Be as useILevelControls,
3620
- Oe as useILightingScenes,
3621
- Ve as useIMatrixRouting,
3622
- ke as useIMcCiscoCodecUserInterfaceAppControl,
3623
- Ue as useINumeric,
3624
- We as useIProjectorScreenLiftControl,
3625
- Fe as useIRoomEventSchedule,
3626
- He as useIRunDefaultPresentRoute,
3627
- Ke as useIRunDirectRouteAction,
3628
- Ge as useIRunRouteAction,
3629
- qe as useISetTopBoxControls,
3630
- Ye as useIShadesOpenCloseStop,
3631
- ze as useIShutdownPromptTimer,
3632
- Je as useISwitchedOutput,
3633
- Xe as useITechPassword,
3634
- Qe as useITemperatureSensor,
3635
- Ne as useITheme,
3636
- e5 as useITransport,
3637
- I8 as useInitialize,
3638
- f8 as useIsSyncStateValuePresent,
3639
- ve as useIsTouchpanel,
3640
- W6 as useLogoPath,
3641
- t5 as useMobileControlTouchpanelController,
3642
- o5 as useOverflow,
3643
- F6 as usePartnerMetadata,
3644
- B8 as usePressHoldRelease,
3645
- re as useRoomAdvancedSharingActive,
3646
- J6 as useRoomAudioControlPointList,
3647
- te as useRoomCodecContentDestinationKey,
3648
- K6 as useRoomConfiguration,
3649
- Q6 as useRoomDestinationList,
3650
- X6 as useRoomDestinations,
3651
- N6 as useRoomEnvironmentalDevices,
3652
- c5 as useRoomIBasicVolumeWithFeedback,
3653
- se as useRoomInCall,
3654
- oe as useRoomIsCoolingDown,
3655
- ce as useRoomIsOn,
3656
- ne as useRoomIsWarmingUp,
3557
+ Pe as useIHumiditySensor,
3558
+ Te as useILevelControls,
3559
+ Le as useILightingScenes,
3560
+ De as useIMatrixRouting,
3561
+ $e as useIMcCiscoCodecUserInterfaceAppControl,
3562
+ Ae as useINumeric,
3563
+ Be as useIProjectorScreenLiftControl,
3564
+ Oe as useIRoomEventSchedule,
3565
+ Ve as useIRunDefaultPresentRoute,
3566
+ ke as useIRunDirectRouteAction,
3567
+ Ue as useIRunRouteAction,
3568
+ We as useISetTopBoxControls,
3569
+ Fe as useIShadesOpenCloseStop,
3570
+ He as useIShutdownPromptTimer,
3571
+ Ke as useISwitchedOutput,
3572
+ Ge as useITechPassword,
3573
+ qe as useITemperatureSensor,
3574
+ Ye as useITheme,
3575
+ ze as useITransport,
3576
+ C8 as useInitialize,
3577
+ ue as useIsTouchpanel,
3578
+ k6 as useLogoPath,
3579
+ Je as useMobileControlTouchpanelController,
3580
+ Ne as useOverflow,
3581
+ U6 as usePartnerMetadata,
3582
+ $8 as usePressHoldRelease,
3583
+ ne as useRoomAdvancedSharingActive,
3584
+ Y6 as useRoomAudioControlPointList,
3585
+ N6 as useRoomCodecContentDestinationKey,
3586
+ F6 as useRoomConfiguration,
3587
+ J6 as useRoomDestinationList,
3588
+ z6 as useRoomDestinations,
3589
+ X6 as useRoomEnvironmentalDevices,
3590
+ e5 as useRoomIBasicVolumeWithFeedback,
3591
+ ee as useRoomInCall,
3592
+ se as useRoomIsCoolingDown,
3593
+ oe as useRoomIsOn,
3594
+ te as useRoomIsWarmingUp,
3657
3595
  s8 as useRoomKey,
3658
- K2 as useRoomLevelControls,
3659
- Y6 as useRoomName,
3660
- ee as useRoomProgramAudioDestinationKey,
3661
- le as useRoomShareState,
3662
- z6 as useRoomSourceList,
3596
+ G2 as useRoomLevelControls,
3597
+ G6 as useRoomName,
3598
+ Q6 as useRoomProgramAudioDestinationKey,
3599
+ ce as useRoomShareState,
3600
+ q6 as useRoomSourceList,
3663
3601
  S1 as useRoomState,
3664
- H2 as useRoomVolume,
3665
- ue as useRuntimeInfo,
3666
- r5 as useScroll,
3602
+ K2 as useRoomVolume,
3603
+ ie as useRuntimeInfo,
3604
+ t5 as useScroll,
3667
3605
  r8 as useServerIsRunningOnProcessorHardware,
3668
- fe as useShowIncomingCallModal,
3669
- pe as useShowModal,
3670
- xe as useShowPopoverById,
3671
- g8 as useShowReconnect,
3672
- ge as useShowShutdownModal,
3673
- l5 as useStateIsSynced,
3674
- i5 as useSystemControl,
3675
- o8 as useSystemUuid,
3676
- Me as useTheme,
3677
- a5 as useTimeAndDate,
3678
- de as useTouchpanelKey,
3679
- s5 as useTwoWayDisplayBase,
3606
+ he as useShowIncomingCallModal,
3607
+ ve as useShowModal,
3608
+ fe as useShowPopoverById,
3609
+ v8 as useShowReconnect,
3610
+ de as useShowShutdownModal,
3611
+ s5 as useSystemControl,
3612
+ n8 as useSystemUuid,
3613
+ pe as useTheme,
3614
+ o5 as useTimeAndDate,
3615
+ ae as useTouchpanelKey,
3616
+ Xe as useTwoWayDisplayBase,
3680
3617
  c8 as useUserCode,
3681
3618
  b as useWebsocketContext,
3682
- S3 as useWsIsConnected
3619
+ j3 as useWsIsConnected
3683
3620
  };