@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.
- package/dist/mobile-control-react-app-core.es.js +1058 -1121
- package/dist/mobile-control-react-app-core.umd.js +10 -10
- package/dist/shared/hooks/index.d.ts +0 -1
- package/dist/shared/hooks/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/index.d.ts +35 -37
- package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIBasicVolume.d.ts +14 -0
- package/dist/shared/hooks/interfaces/useIBasicVolume.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts +2 -5
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIDspPresets.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIDspPresets.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRunDirectRouteAction.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIRunDirectRouteAction.d.ts.map +1 -1
- package/dist/shared/hooks/useDeviceIBasicVolume.d.ts +7 -0
- package/dist/shared/hooks/useDeviceIBasicVolume.d.ts.map +1 -0
- package/dist/shared/hooks/useRoomIBasicVolume.d.ts +9 -0
- package/dist/shared/hooks/useRoomIBasicVolume.d.ts.map +1 -0
- package/dist/store/index.d.ts +0 -5
- package/dist/store/index.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtime.hooks.d.ts +0 -3
- package/dist/store/runtimeConfig/runtime.hooks.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtime.selectors.d.ts +0 -35
- package/dist/store/runtimeConfig/runtime.selectors.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtimeConfig.slice.d.ts +16 -56
- package/dist/store/runtimeConfig/runtimeConfig.slice.d.ts.map +1 -1
- package/dist/store/ui/ui.hooks.d.ts +0 -1
- package/dist/store/ui/ui.hooks.d.ts.map +1 -1
- package/dist/store/ui/ui.selectors.d.ts +0 -27
- package/dist/store/ui/ui.selectors.d.ts.map +1 -1
- package/dist/store/ui/ui.slice.d.ts +0 -56
- package/dist/store/ui/ui.slice.d.ts.map +1 -1
- package/dist/types/classes/room-data.d.ts +1 -7
- package/dist/types/classes/room-data.d.ts.map +1 -1
- package/dist/types/interfaces/IKeyName.d.ts +1 -0
- package/dist/types/interfaces/IKeyName.d.ts.map +1 -1
- package/dist/types/state/DestinationListItem.d.ts +0 -113
- package/dist/types/state/DestinationListItem.d.ts.map +1 -1
- package/dist/types/state/LevelControlListItem.d.ts +1 -1
- package/dist/types/state/LevelControlListItem.d.ts.map +1 -1
- package/dist/types/state/PresetListItem.d.ts +1 -1
- package/dist/types/state/PresetListItem.d.ts.map +1 -1
- package/dist/types/state/index.d.ts +3 -12
- package/dist/types/state/index.d.ts.map +1 -1
- package/dist/types/state/sourceListItem.d.ts +0 -137
- package/dist/types/state/sourceListItem.d.ts.map +1 -1
- package/dist/types/state/state/CamerasState.d.ts +13 -0
- package/dist/types/state/state/CamerasState.d.ts.map +1 -0
- package/dist/types/state/state/DeviceState.d.ts +5 -0
- package/dist/types/state/state/DeviceState.d.ts.map +1 -1
- package/dist/types/state/state/DisplayState.d.ts +5 -98
- package/dist/types/state/state/DisplayState.d.ts.map +1 -1
- package/dist/types/state/state/IHasCurrentSourceInfoChangeState.d.ts +2 -14
- package/dist/types/state/state/IHasCurrentSourceInfoChangeState.d.ts.map +1 -1
- package/dist/types/state/state/IHasSelectableItemsState.d.ts +1 -2
- package/dist/types/state/state/IHasSelectableItemsState.d.ts.map +1 -1
- package/dist/types/state/state/MatrixRoutingState.d.ts +1 -1
- package/dist/types/state/state/MatrixRoutingState.d.ts.map +1 -1
- package/dist/types/state/state/RoomState.d.ts +2 -2
- package/dist/types/state/state/RoomState.d.ts.map +1 -1
- package/dist/types/state/state/RoutingState.d.ts +1 -1
- package/dist/types/state/state/RoutingState.d.ts.map +1 -1
- package/dist/types/state/state/index.d.ts +2 -4
- package/dist/types/state/state/index.d.ts.map +1 -1
- package/dist/types/state/volume/volumes.d.ts +1 -0
- package/dist/types/state/volume/volumes.d.ts.map +1 -1
- package/dist/utils/WebsocketContext.d.ts +2 -1
- package/dist/utils/WebsocketContext.d.ts.map +1 -1
- package/dist/utils/WebsocketProvider.d.ts +1 -1
- package/dist/utils/WebsocketProvider.d.ts.map +1 -1
- package/dist/utils/index.d.ts +2 -3
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/useWebsocketContext.d.ts.map +1 -1
- package/package.json +3 -6
- package/dist/shared/hooks/interfaces/useIHasCameras.d.ts +0 -7
- package/dist/shared/hooks/interfaces/useIHasCameras.d.ts.map +0 -1
- package/dist/shared/hooks/useStateIsSynced.d.ts +0 -7
- package/dist/shared/hooks/useStateIsSynced.d.ts.map +0 -1
- package/dist/types/state/environment/index.d.ts +0 -9
- package/dist/types/state/environment/index.d.ts.map +0 -1
- package/dist/types/state/state/ICurrentSourcesState.d.ts +0 -19
- package/dist/types/state/state/ICurrentSourcesState.d.ts.map +0 -1
- package/dist/types/state/state/IHasCamerasState.d.ts +0 -10
- package/dist/types/state/state/IHasCamerasState.d.ts.map +0 -1
- package/dist/types/state/volume/index.d.ts +0 -10
- package/dist/types/state/volume/index.d.ts.map +0 -1
- /package/dist/{style.css → mobile-control-react-app-core.css} +0 -0
|
@@ -1,224 +1,232 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
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
|
|
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
|
|
10
|
+
const w2 = l2.withTypes(), f = i2.withTypes(), j1 = (e) => e.appConfig, x2 = w(
|
|
11
11
|
j1,
|
|
12
12
|
(e) => e.config
|
|
13
|
-
),
|
|
13
|
+
), M2 = w(
|
|
14
14
|
j1,
|
|
15
15
|
(e) => e.config.apiPath
|
|
16
|
-
),
|
|
16
|
+
), m2 = w(
|
|
17
17
|
j1,
|
|
18
18
|
(e) => e.config.logoPath
|
|
19
|
-
),
|
|
19
|
+
), Z2 = w(
|
|
20
20
|
j1,
|
|
21
21
|
(e) => e.config.partnerMetadata
|
|
22
|
-
),
|
|
23
|
-
|
|
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
|
-
),
|
|
26
|
-
|
|
25
|
+
), S2 = (e) => w(
|
|
26
|
+
m3,
|
|
27
27
|
(t) => t[e] ? t[e] : void 0
|
|
28
|
-
),
|
|
29
|
-
function
|
|
30
|
-
return
|
|
28
|
+
), W6 = () => f(Z3);
|
|
29
|
+
function P(e) {
|
|
30
|
+
return f(S2(e));
|
|
31
31
|
}
|
|
32
|
-
const
|
|
33
|
-
|
|
32
|
+
const L = (e) => e.rooms, C2 = (e) => w(
|
|
33
|
+
L,
|
|
34
34
|
(t) => t[e] ? t[e].configuration : void 0
|
|
35
|
-
),
|
|
36
|
-
|
|
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
|
-
|
|
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
|
-
|
|
46
|
-
(
|
|
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
|
-
|
|
48
|
+
L,
|
|
49
|
+
(t) => t[e] ? t[e] : void 0
|
|
50
|
+
), _2 = (e) => w(
|
|
51
|
+
L,
|
|
52
52
|
(t) => {
|
|
53
|
-
var
|
|
54
|
-
return t[e] ? (c = (
|
|
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
|
-
|
|
57
|
+
L,
|
|
58
58
|
(t) => {
|
|
59
|
-
var
|
|
60
|
-
return t[e] ? (c = (
|
|
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
|
-
|
|
63
|
+
L,
|
|
64
64
|
(t) => {
|
|
65
|
-
var
|
|
66
|
-
return t[e] ? (c = (
|
|
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
|
-
),
|
|
69
|
-
|
|
68
|
+
), L2 = (e) => w(
|
|
69
|
+
L,
|
|
70
70
|
(t) => {
|
|
71
|
-
var
|
|
72
|
-
return t[e] ? (c = (
|
|
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
|
-
|
|
75
|
+
L,
|
|
76
76
|
(t) => {
|
|
77
|
-
var
|
|
78
|
-
return t[e] ? (c = (
|
|
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
|
-
|
|
81
|
+
L,
|
|
88
82
|
(t) => {
|
|
89
|
-
var
|
|
90
|
-
return t[e] ? (
|
|
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
|
-
|
|
87
|
+
L,
|
|
94
88
|
(t) => {
|
|
95
|
-
var
|
|
96
|
-
return t[e] ? (
|
|
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
|
-
|
|
93
|
+
L,
|
|
100
94
|
(t) => {
|
|
101
|
-
var
|
|
102
|
-
return t[e] ? (
|
|
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
|
-
|
|
99
|
+
L,
|
|
106
100
|
(t) => {
|
|
107
|
-
var
|
|
108
|
-
return t[e] ? (
|
|
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
|
-
|
|
105
|
+
L,
|
|
112
106
|
(t) => {
|
|
113
|
-
var
|
|
114
|
-
return t[e] ? (
|
|
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
|
-
|
|
111
|
+
L,
|
|
118
112
|
(t) => {
|
|
119
|
-
var
|
|
120
|
-
return t[e] ? (
|
|
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
|
-
|
|
117
|
+
L,
|
|
124
118
|
(t) => {
|
|
125
|
-
var
|
|
126
|
-
return t[e] ? (
|
|
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
|
-
|
|
123
|
+
L,
|
|
130
124
|
(t) => {
|
|
131
|
-
var
|
|
132
|
-
return t[e] ? (
|
|
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
|
-
() =>
|
|
137
|
+
() => Z3,
|
|
138
138
|
(e, t) => {
|
|
139
|
-
var
|
|
140
|
-
return (c = (
|
|
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,
|
|
144
|
-
if (console.log("roomKey", e), console.log("devices", t), console.log("destinations",
|
|
145
|
-
const c = Object.entries(
|
|
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
|
|
150
|
-
return
|
|
151
|
-
|
|
149
|
+
function F6(e) {
|
|
150
|
+
return f(
|
|
151
|
+
C2(e)
|
|
152
152
|
);
|
|
153
153
|
}
|
|
154
|
-
function
|
|
155
|
-
return
|
|
154
|
+
function H6() {
|
|
155
|
+
return f(b2);
|
|
156
156
|
}
|
|
157
157
|
function S1(e) {
|
|
158
|
-
return
|
|
158
|
+
return f(I2(e));
|
|
159
159
|
}
|
|
160
|
-
const
|
|
161
|
-
|
|
162
|
-
),
|
|
160
|
+
const K6 = S1, G6 = (e) => f(
|
|
161
|
+
R2(e)
|
|
162
|
+
), K2 = (e, t) => f(
|
|
163
163
|
y2(e, t)
|
|
164
|
-
),
|
|
165
|
-
|
|
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
|
-
|
|
172
|
-
(e) => e.
|
|
168
|
+
J,
|
|
169
|
+
(e) => e.currentRoomKey
|
|
173
170
|
), z2 = w(
|
|
174
|
-
|
|
175
|
-
(e) => e.roomData.
|
|
171
|
+
J,
|
|
172
|
+
(e) => e.roomData.clientId
|
|
176
173
|
), J2 = w(
|
|
177
|
-
|
|
178
|
-
(e) => e.roomData.
|
|
174
|
+
J,
|
|
175
|
+
(e) => e.roomData.systemUuid
|
|
179
176
|
), X2 = w(
|
|
180
|
-
|
|
181
|
-
(e) => e.
|
|
177
|
+
J,
|
|
178
|
+
(e) => e.roomData.userCode
|
|
182
179
|
), Q2 = w(
|
|
183
|
-
|
|
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
|
-
|
|
193
|
-
(e) => e.touchpanelKey
|
|
189
|
+
J,
|
|
190
|
+
(e) => e.touchpanelKey
|
|
194
191
|
), t8 = w(
|
|
195
|
-
|
|
196
|
-
(e) => e.
|
|
197
|
-
),
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
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 =
|
|
208
|
+
return ((c = o.popoverVisibility[e]) == null ? void 0 : c[t]) ?? !1;
|
|
206
209
|
}
|
|
207
|
-
), a8 = w(
|
|
208
|
-
|
|
210
|
+
), a8 = w(
|
|
211
|
+
c1,
|
|
212
|
+
(e) => e.error
|
|
213
|
+
), u8 = w(
|
|
214
|
+
c1,
|
|
209
215
|
(e) => e.showReconnect
|
|
210
|
-
), d8 = w(
|
|
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
|
-
|
|
219
|
-
}, C3 = g1({
|
|
226
|
+
popoverVisibility: {}
|
|
227
|
+
}, S3 = g1({
|
|
220
228
|
name: "ui",
|
|
221
|
-
initialState:
|
|
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
|
-
}),
|
|
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
|
-
},
|
|
270
|
+
}, C3 = g1({
|
|
276
271
|
name: "appConfig",
|
|
277
|
-
initialState:
|
|
272
|
+
initialState: p8,
|
|
278
273
|
reducers: {
|
|
279
274
|
setAppConfig(e, t) {
|
|
280
275
|
e.config = t.payload;
|
|
281
276
|
}
|
|
282
277
|
}
|
|
283
|
-
}),
|
|
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
|
|
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
|
-
},
|
|
295
|
+
}, M8 = B1.reducer, h3 = {}, O1 = g1({
|
|
301
296
|
name: "rooms",
|
|
302
|
-
initialState:
|
|
297
|
+
initialState: h3,
|
|
303
298
|
reducers: {
|
|
304
299
|
setRoomState(e, t) {
|
|
305
|
-
const
|
|
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
|
|
306
|
+
return h3;
|
|
312
307
|
}
|
|
313
308
|
}
|
|
314
309
|
}), e1 = {
|
|
315
310
|
setRoomState: O1.actions.setRoomState,
|
|
316
311
|
clearRooms: O1.actions.clearRooms
|
|
317
|
-
},
|
|
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
|
-
},
|
|
342
|
+
}, b3 = g1({
|
|
349
343
|
name: "runtimeConfig",
|
|
350
|
-
initialState:
|
|
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 =
|
|
378
|
-
appConfig:
|
|
379
|
-
runtimeConfig:
|
|
380
|
-
rooms:
|
|
381
|
-
devices:
|
|
382
|
-
ui:
|
|
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:
|
|
378
|
+
reducer: S8
|
|
385
379
|
}), V1 = c2.create();
|
|
386
|
-
function
|
|
387
|
-
const e =
|
|
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
|
|
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(
|
|
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
|
|
416
|
-
function
|
|
417
|
-
if (
|
|
418
|
-
|
|
419
|
-
var e = w3, t = Symbol.for("react.element"),
|
|
420
|
-
function d(a,
|
|
421
|
-
var
|
|
422
|
-
x !== void 0 && (
|
|
423
|
-
for (
|
|
424
|
-
if (a && a.defaultProps) for (
|
|
425
|
-
return { $$typeof: t, type: a, key:
|
|
426
|
-
}
|
|
427
|
-
return u1.Fragment =
|
|
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
|
|
434
|
+
function I8() {
|
|
441
435
|
return g3 || (g3 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
442
|
-
var e = w3, t = Symbol.for("react.element"),
|
|
443
|
-
function r1(
|
|
444
|
-
if (
|
|
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 &&
|
|
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(
|
|
444
|
+
function A(n) {
|
|
451
445
|
{
|
|
452
|
-
for (var l = arguments.length, u = new Array(l > 1 ? l - 1 : 0),
|
|
453
|
-
u[
|
|
454
|
-
C1("error",
|
|
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(
|
|
451
|
+
function C1(n, l, u) {
|
|
458
452
|
{
|
|
459
|
-
var
|
|
453
|
+
var v = $.ReactDebugCurrentFrame, C = v.getStackAddendum();
|
|
460
454
|
C !== "" && (l += "%s", u = u.concat([C]));
|
|
461
|
-
var
|
|
455
|
+
var I = u.map(function(Z) {
|
|
462
456
|
return String(Z);
|
|
463
457
|
});
|
|
464
|
-
|
|
458
|
+
I.unshift("Warning: " + l), Function.prototype.apply.call(console[n], console, I);
|
|
465
459
|
}
|
|
466
460
|
}
|
|
467
|
-
var b1 = !1,
|
|
468
|
-
|
|
469
|
-
function B(
|
|
470
|
-
return !!(typeof
|
|
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
|
-
|
|
468
|
+
n.$$typeof === Y || n.getModuleId !== void 0));
|
|
475
469
|
}
|
|
476
|
-
function
|
|
477
|
-
var
|
|
478
|
-
if (
|
|
479
|
-
return
|
|
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
|
|
484
|
-
return
|
|
477
|
+
function t1(n) {
|
|
478
|
+
return n.displayName || "Context";
|
|
485
479
|
}
|
|
486
|
-
function
|
|
487
|
-
if (
|
|
480
|
+
function K(n) {
|
|
481
|
+
if (n == null)
|
|
488
482
|
return null;
|
|
489
|
-
if (typeof
|
|
490
|
-
return
|
|
491
|
-
if (typeof
|
|
492
|
-
return
|
|
493
|
-
switch (
|
|
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
|
|
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
|
|
498
|
+
case g:
|
|
505
499
|
return "SuspenseList";
|
|
506
500
|
}
|
|
507
|
-
if (typeof
|
|
508
|
-
switch (
|
|
501
|
+
if (typeof n == "object")
|
|
502
|
+
switch (n.$$typeof) {
|
|
509
503
|
case a:
|
|
510
|
-
var l =
|
|
511
|
-
return
|
|
504
|
+
var l = n;
|
|
505
|
+
return t1(l) + ".Consumer";
|
|
512
506
|
case d:
|
|
513
|
-
var u =
|
|
514
|
-
return
|
|
515
|
-
case
|
|
516
|
-
return
|
|
517
|
-
case
|
|
518
|
-
var
|
|
519
|
-
return
|
|
520
|
-
case
|
|
521
|
-
var C =
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
547
|
-
log:
|
|
548
|
-
warn:
|
|
549
|
-
error:
|
|
550
|
-
group:
|
|
551
|
-
groupCollapsed:
|
|
552
|
-
groupEnd:
|
|
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
|
|
552
|
+
function P3() {
|
|
559
553
|
{
|
|
560
554
|
if (l1--, l1 === 0) {
|
|
561
|
-
var
|
|
555
|
+
var n = {
|
|
562
556
|
configurable: !0,
|
|
563
557
|
enumerable: !0,
|
|
564
558
|
writable: !0
|
|
565
559
|
};
|
|
566
560
|
Object.defineProperties(console, {
|
|
567
|
-
log:
|
|
561
|
+
log: z({}, n, {
|
|
568
562
|
value: W1
|
|
569
563
|
}),
|
|
570
|
-
info:
|
|
564
|
+
info: z({}, n, {
|
|
571
565
|
value: F1
|
|
572
566
|
}),
|
|
573
|
-
warn:
|
|
567
|
+
warn: z({}, n, {
|
|
574
568
|
value: H1
|
|
575
569
|
}),
|
|
576
|
-
error:
|
|
570
|
+
error: z({}, n, {
|
|
577
571
|
value: K1
|
|
578
572
|
}),
|
|
579
|
-
group:
|
|
573
|
+
group: z({}, n, {
|
|
580
574
|
value: G1
|
|
581
575
|
}),
|
|
582
|
-
groupCollapsed:
|
|
576
|
+
groupCollapsed: z({}, n, {
|
|
583
577
|
value: q1
|
|
584
578
|
}),
|
|
585
|
-
groupEnd:
|
|
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
|
|
594
|
-
function p1(
|
|
587
|
+
var R1 = $.ReactCurrentDispatcher, y1;
|
|
588
|
+
function p1(n, l, u) {
|
|
595
589
|
{
|
|
596
|
-
if (
|
|
590
|
+
if (y1 === void 0)
|
|
597
591
|
try {
|
|
598
592
|
throw Error();
|
|
599
593
|
} catch (C) {
|
|
600
|
-
var
|
|
601
|
-
|
|
594
|
+
var v = C.stack.trim().match(/\n( *(at )?)/);
|
|
595
|
+
y1 = v && v[1] || "";
|
|
602
596
|
}
|
|
603
597
|
return `
|
|
604
|
-
` +
|
|
598
|
+
` + y1 + n;
|
|
605
599
|
}
|
|
606
600
|
}
|
|
607
601
|
var E1 = !1, w1;
|
|
608
602
|
{
|
|
609
|
-
var
|
|
610
|
-
w1 = new
|
|
603
|
+
var T3 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
604
|
+
w1 = new T3();
|
|
611
605
|
}
|
|
612
|
-
function J1(
|
|
613
|
-
if (!
|
|
606
|
+
function J1(n, l) {
|
|
607
|
+
if (!n || E1)
|
|
614
608
|
return "";
|
|
615
609
|
{
|
|
616
|
-
var u = w1.get(
|
|
610
|
+
var u = w1.get(n);
|
|
617
611
|
if (u !== void 0)
|
|
618
612
|
return u;
|
|
619
613
|
}
|
|
620
|
-
var
|
|
614
|
+
var v;
|
|
621
615
|
E1 = !0;
|
|
622
616
|
var C = Error.prepareStackTrace;
|
|
623
617
|
Error.prepareStackTrace = void 0;
|
|
624
|
-
var
|
|
625
|
-
|
|
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
|
-
|
|
633
|
+
v = V;
|
|
640
634
|
}
|
|
641
|
-
Reflect.construct(
|
|
635
|
+
Reflect.construct(n, [], Z);
|
|
642
636
|
} else {
|
|
643
637
|
try {
|
|
644
638
|
Z.call();
|
|
645
639
|
} catch (V) {
|
|
646
|
-
|
|
640
|
+
v = V;
|
|
647
641
|
}
|
|
648
|
-
|
|
642
|
+
n.call(Z.prototype);
|
|
649
643
|
}
|
|
650
644
|
} else {
|
|
651
645
|
try {
|
|
652
646
|
throw Error();
|
|
653
647
|
} catch (V) {
|
|
654
|
-
|
|
648
|
+
v = V;
|
|
655
649
|
}
|
|
656
|
-
|
|
650
|
+
n();
|
|
657
651
|
}
|
|
658
652
|
} catch (V) {
|
|
659
|
-
if (V &&
|
|
653
|
+
if (V && v && typeof V.stack == "string") {
|
|
660
654
|
for (var M = V.stack.split(`
|
|
661
|
-
`), O =
|
|
662
|
-
`),
|
|
663
|
-
|
|
664
|
-
for (;
|
|
665
|
-
if (M[
|
|
666
|
-
if (
|
|
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 (
|
|
662
|
+
if (_--, T--, T < 0 || M[_] !== O[T]) {
|
|
669
663
|
var U = `
|
|
670
|
-
` + M[
|
|
671
|
-
return
|
|
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 (
|
|
667
|
+
while (_ >= 1 && T >= 0);
|
|
674
668
|
break;
|
|
675
669
|
}
|
|
676
670
|
}
|
|
677
671
|
} finally {
|
|
678
|
-
E1 = !1,
|
|
672
|
+
E1 = !1, R1.current = I, P3(), Error.prepareStackTrace = C;
|
|
679
673
|
}
|
|
680
|
-
var o1 =
|
|
681
|
-
return typeof
|
|
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
|
|
684
|
-
return J1(
|
|
677
|
+
function L3(n, l, u) {
|
|
678
|
+
return J1(n, !1);
|
|
685
679
|
}
|
|
686
|
-
function
|
|
687
|
-
var l =
|
|
680
|
+
function D3(n) {
|
|
681
|
+
var l = n.prototype;
|
|
688
682
|
return !!(l && l.isReactComponent);
|
|
689
683
|
}
|
|
690
|
-
function x1(
|
|
691
|
-
if (
|
|
684
|
+
function x1(n, l, u) {
|
|
685
|
+
if (n == null)
|
|
692
686
|
return "";
|
|
693
|
-
if (typeof
|
|
694
|
-
return J1(
|
|
695
|
-
if (typeof
|
|
696
|
-
return p1(
|
|
697
|
-
switch (
|
|
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
|
|
694
|
+
case g:
|
|
701
695
|
return p1("SuspenseList");
|
|
702
696
|
}
|
|
703
|
-
if (typeof
|
|
704
|
-
switch (
|
|
705
|
-
case
|
|
706
|
-
return
|
|
707
|
-
case
|
|
708
|
-
return x1(
|
|
709
|
-
case
|
|
710
|
-
var
|
|
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(
|
|
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(
|
|
721
|
-
if (
|
|
722
|
-
var l =
|
|
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(
|
|
721
|
+
function $3(n, l, u, v, C) {
|
|
728
722
|
{
|
|
729
|
-
var
|
|
730
|
-
for (var Z in
|
|
731
|
-
if (
|
|
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
|
|
735
|
-
var O = Error((
|
|
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 =
|
|
739
|
-
} catch (
|
|
740
|
-
M =
|
|
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).",
|
|
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
|
|
748
|
-
return A3(
|
|
741
|
+
function _1(n) {
|
|
742
|
+
return A3(n);
|
|
749
743
|
}
|
|
750
|
-
function B3(
|
|
744
|
+
function B3(n) {
|
|
751
745
|
{
|
|
752
|
-
var l = typeof Symbol == "function" && Symbol.toStringTag, u = l &&
|
|
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(
|
|
750
|
+
function O3(n) {
|
|
757
751
|
try {
|
|
758
|
-
return N1(
|
|
752
|
+
return N1(n), !1;
|
|
759
753
|
} catch {
|
|
760
754
|
return !0;
|
|
761
755
|
}
|
|
762
756
|
}
|
|
763
|
-
function N1(
|
|
764
|
-
return "" +
|
|
757
|
+
function N1(n) {
|
|
758
|
+
return "" + n;
|
|
765
759
|
}
|
|
766
|
-
function e3(
|
|
767
|
-
if (O3(
|
|
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(
|
|
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,
|
|
776
|
-
function k3(
|
|
777
|
-
if (i1.call(
|
|
778
|
-
var l = Object.getOwnPropertyDescriptor(
|
|
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
|
|
776
|
+
return n.ref !== void 0;
|
|
783
777
|
}
|
|
784
|
-
function U3(
|
|
785
|
-
if (i1.call(
|
|
786
|
-
var l = Object.getOwnPropertyDescriptor(
|
|
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
|
|
784
|
+
return n.key !== void 0;
|
|
791
785
|
}
|
|
792
|
-
function W3(
|
|
793
|
-
typeof
|
|
786
|
+
function W3(n, l) {
|
|
787
|
+
typeof n.ref == "string" && t3.current;
|
|
794
788
|
}
|
|
795
|
-
function F3(
|
|
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(
|
|
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(
|
|
800
|
+
function H3(n, l) {
|
|
807
801
|
{
|
|
808
802
|
var u = function() {
|
|
809
|
-
|
|
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(
|
|
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(
|
|
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:
|
|
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:
|
|
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:
|
|
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(
|
|
840
|
+
function G3(n, l, u, v, C) {
|
|
847
841
|
{
|
|
848
|
-
var
|
|
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 (
|
|
851
|
-
i1.call(l,
|
|
852
|
-
if (
|
|
853
|
-
var
|
|
854
|
-
for (
|
|
855
|
-
Z[
|
|
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
|
|
859
|
-
M && F3(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(
|
|
855
|
+
return K3(n, M, O, C, v, t3.current, Z);
|
|
862
856
|
}
|
|
863
857
|
}
|
|
864
|
-
var
|
|
865
|
-
function
|
|
866
|
-
if (
|
|
867
|
-
var l =
|
|
868
|
-
|
|
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
|
-
|
|
864
|
+
n3.setExtraStackFrame(null);
|
|
871
865
|
}
|
|
872
|
-
var
|
|
873
|
-
|
|
874
|
-
function
|
|
875
|
-
return typeof
|
|
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 (
|
|
880
|
-
var
|
|
881
|
-
if (
|
|
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 \`` +
|
|
878
|
+
Check the render method of \`` + n + "`.";
|
|
885
879
|
}
|
|
886
880
|
return "";
|
|
887
881
|
}
|
|
888
882
|
}
|
|
889
|
-
function q3(
|
|
883
|
+
function q3(n) {
|
|
890
884
|
return "";
|
|
891
885
|
}
|
|
892
886
|
var r3 = {};
|
|
893
|
-
function Y3(
|
|
887
|
+
function Y3(n) {
|
|
894
888
|
{
|
|
895
889
|
var l = c3();
|
|
896
890
|
if (!l) {
|
|
897
|
-
var u = typeof
|
|
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(
|
|
899
|
+
function l3(n, l) {
|
|
906
900
|
{
|
|
907
|
-
if (!
|
|
901
|
+
if (!n._store || n._store.validated || n.key != null)
|
|
908
902
|
return;
|
|
909
|
-
|
|
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
|
|
915
|
-
|
|
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(
|
|
912
|
+
function i3(n, l) {
|
|
919
913
|
{
|
|
920
|
-
if (typeof
|
|
914
|
+
if (typeof n != "object")
|
|
921
915
|
return;
|
|
922
|
-
if (
|
|
923
|
-
for (var u = 0; u <
|
|
924
|
-
var
|
|
925
|
-
|
|
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 (
|
|
928
|
-
|
|
929
|
-
else if (
|
|
930
|
-
var C = r1(
|
|
931
|
-
if (typeof C == "function" && C !==
|
|
932
|
-
for (var
|
|
933
|
-
|
|
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(
|
|
931
|
+
function z3(n) {
|
|
938
932
|
{
|
|
939
|
-
var l =
|
|
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 ===
|
|
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 ===
|
|
941
|
+
l.$$typeof === R))
|
|
948
942
|
u = l.propTypes;
|
|
949
943
|
else
|
|
950
944
|
return;
|
|
951
945
|
if (u) {
|
|
952
|
-
var
|
|
953
|
-
$3(u,
|
|
954
|
-
} else if (l.PropTypes !== void 0 && !
|
|
955
|
-
|
|
956
|
-
var C =
|
|
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(
|
|
956
|
+
function J3(n) {
|
|
963
957
|
{
|
|
964
|
-
for (var l = Object.keys(
|
|
965
|
-
var
|
|
966
|
-
if (
|
|
967
|
-
|
|
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
|
-
|
|
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(
|
|
969
|
+
function u3(n, l, u, v, C, I) {
|
|
976
970
|
{
|
|
977
|
-
var Z = B(
|
|
971
|
+
var Z = B(n);
|
|
978
972
|
if (!Z) {
|
|
979
973
|
var M = "";
|
|
980
|
-
(
|
|
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
|
|
984
|
-
|
|
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
|
|
987
|
-
if (
|
|
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 (
|
|
993
|
-
if (
|
|
986
|
+
if (v)
|
|
987
|
+
if (_1(U)) {
|
|
994
988
|
for (var o1 = 0; o1 < U.length; o1++)
|
|
995
|
-
i3(U[o1],
|
|
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,
|
|
994
|
+
i3(U, n);
|
|
1001
995
|
}
|
|
1002
996
|
if (i1.call(l, "key")) {
|
|
1003
|
-
var Q =
|
|
997
|
+
var Q = K(n), V = Object.keys(l).filter(function(s2) {
|
|
1004
998
|
return s2 !== "key";
|
|
1005
|
-
}),
|
|
1006
|
-
if (!a3[Q +
|
|
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} />`,
|
|
1007
|
+
<%s key={someKey} {...props} />`, D1, Q, t2, Q), a3[Q + D1] = !0;
|
|
1014
1008
|
}
|
|
1015
1009
|
}
|
|
1016
|
-
return
|
|
1010
|
+
return n === c ? J3(T) : z3(T), T;
|
|
1017
1011
|
}
|
|
1018
1012
|
}
|
|
1019
|
-
function X3(
|
|
1020
|
-
return u3(
|
|
1013
|
+
function X3(n, l, u) {
|
|
1014
|
+
return u3(n, l, u, !0);
|
|
1021
1015
|
}
|
|
1022
|
-
function Q3(
|
|
1023
|
-
return u3(
|
|
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
|
|
1031
|
-
return f3 || (f3 = 1, process.env.NODE_ENV === "production" ? 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 =
|
|
1034
|
-
const
|
|
1035
|
-
mwfit:
|
|
1027
|
+
var s = R8();
|
|
1028
|
+
const y8 = "_mwfit_ppa3l_1", E8 = {
|
|
1029
|
+
mwfit: y8
|
|
1036
1030
|
}, _8 = () => {
|
|
1037
|
-
const { reconnect: e } = b(), t =
|
|
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 ${
|
|
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
|
-
|
|
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
|
|
1044
|
+
class P8 {
|
|
1051
1045
|
constructor() {
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
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
|
|
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
|
|
1059
|
+
function T8(e) {
|
|
1066
1060
|
return sessionStorage.getItem(e) || "";
|
|
1067
1061
|
}
|
|
1068
|
-
function
|
|
1062
|
+
function L8(e, t) {
|
|
1069
1063
|
sessionStorage.setItem(e, t);
|
|
1070
1064
|
}
|
|
1071
|
-
const
|
|
1072
|
-
const [t,
|
|
1073
|
-
async (
|
|
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),
|
|
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,
|
|
1075
|
+
[t, g]
|
|
1088
1076
|
), r1 = a1(() => {
|
|
1089
|
-
const
|
|
1090
|
-
window.location.href = x ? `${
|
|
1091
|
-
}, [a.gatewayAppPath, r,
|
|
1092
|
-
(
|
|
1093
|
-
|
|
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 = (
|
|
1097
|
-
$(
|
|
1084
|
+
), A = (y, S) => {
|
|
1085
|
+
$(y, { value: S });
|
|
1098
1086
|
}, C1 = a1(
|
|
1099
|
-
(
|
|
1100
|
-
k.current[
|
|
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((
|
|
1104
|
-
k.current[
|
|
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
|
|
1094
|
+
return n1(() => {
|
|
1107
1095
|
let S = new URLSearchParams(window.location.search).get("token");
|
|
1108
|
-
S ? (console.log("saving token: ", S),
|
|
1109
|
-
}, []), console.log(
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
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}`,
|
|
1125
|
-
|
|
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
|
-
},
|
|
1108
|
+
}, Y.onerror = (B) => {
|
|
1128
1109
|
console.error("Websocket error", B);
|
|
1129
|
-
},
|
|
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(
|
|
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 (
|
|
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 && !
|
|
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 (
|
|
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",
|
|
1167
|
-
},
|
|
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
|
|
1170
|
-
if (console.log(
|
|
1171
|
-
|
|
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 (
|
|
1175
|
-
switch (
|
|
1141
|
+
if (E.type.startsWith("/system/"))
|
|
1142
|
+
switch (E.type) {
|
|
1176
1143
|
case "/system/touchpanelKey":
|
|
1177
1144
|
m.dispatch(
|
|
1178
1145
|
W.setTouchpanelKey(
|
|
1179
|
-
|
|
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
|
-
|
|
1153
|
+
E.content
|
|
1187
1154
|
)
|
|
1188
1155
|
);
|
|
1189
1156
|
break;
|
|
1190
1157
|
}
|
|
1191
1158
|
case "/system/userCodeChanged":
|
|
1192
1159
|
m.dispatch(
|
|
1193
|
-
W.setUserCode(
|
|
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",
|
|
1169
|
+
console.log("unhandled system message", E);
|
|
1201
1170
|
break;
|
|
1202
1171
|
}
|
|
1203
|
-
else if (
|
|
1204
|
-
console.log("event message received",
|
|
1205
|
-
const
|
|
1206
|
-
|
|
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
|
-
|
|
1209
|
-
} catch (
|
|
1210
|
-
console.error(
|
|
1177
|
+
K(E);
|
|
1178
|
+
} catch (z) {
|
|
1179
|
+
console.error(z);
|
|
1211
1180
|
}
|
|
1212
1181
|
});
|
|
1213
|
-
} else
|
|
1214
|
-
} catch (
|
|
1215
|
-
console.error("websocket message handling error",
|
|
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
|
|
1220
|
-
|
|
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
|
-
|
|
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
|
-
},
|
|
1206
|
+
}, we = ({ children: e }) => /* @__PURE__ */ s.jsx(a2, { store: m, children: /* @__PURE__ */ s.jsx(D8, { children: e }) });
|
|
1244
1207
|
function b() {
|
|
1245
|
-
return
|
|
1208
|
+
return v2(I3);
|
|
1246
1209
|
}
|
|
1247
|
-
function
|
|
1210
|
+
function $8({
|
|
1248
1211
|
onPress: e,
|
|
1249
1212
|
onRelease: t,
|
|
1250
|
-
onHold:
|
|
1213
|
+
onHold: o,
|
|
1251
1214
|
holdTimeMs: c = 500
|
|
1252
1215
|
}) {
|
|
1253
|
-
const r =
|
|
1216
|
+
const r = v1(null), i = v1(!1);
|
|
1254
1217
|
function d() {
|
|
1255
1218
|
i.current = !0, e == null || e(), r.current = setTimeout(() => {
|
|
1256
|
-
|
|
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
|
|
1225
|
+
function h() {
|
|
1263
1226
|
i.current && a();
|
|
1264
1227
|
}
|
|
1265
1228
|
return {
|
|
1266
1229
|
onPointerDown: d,
|
|
1267
1230
|
onPointerUp: a,
|
|
1268
|
-
onPointerLeave:
|
|
1231
|
+
onPointerLeave: h
|
|
1269
1232
|
};
|
|
1270
1233
|
}
|
|
1271
|
-
function
|
|
1272
|
-
const { sendMessage: c } = b(), r =
|
|
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
|
|
1244
|
+
return $8({ onPress: i, onRelease: d });
|
|
1282
1245
|
}
|
|
1283
|
-
function R3(e
|
|
1284
|
-
const { sendMessage:
|
|
1285
|
-
return
|
|
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
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
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
|
|
1296
|
-
const { sendMessage:
|
|
1297
|
-
|
|
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
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
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
|
|
1308
|
-
const t =
|
|
1309
|
-
return
|
|
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(),
|
|
1323
|
-
return console.log("deviceState",
|
|
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
|
|
1328
|
-
const { sendMessage: t } = b(),
|
|
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 ((
|
|
1332
|
-
Object.keys(
|
|
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
|
|
1319
|
+
return o ? { levelControls: o.levelControls, setDefaultChannelLevels: c, getFullStatus: r } : void 0;
|
|
1337
1320
|
}
|
|
1338
|
-
function
|
|
1339
|
-
const t =
|
|
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:
|
|
1326
|
+
powerControl: o,
|
|
1344
1327
|
inputControl: c,
|
|
1345
1328
|
surroundSoundModes: r,
|
|
1346
1329
|
surroundChannels: d,
|
|
1347
1330
|
mainVolumeControl: i
|
|
1348
1331
|
};
|
|
1349
1332
|
}
|
|
1350
|
-
|
|
1351
|
-
const
|
|
1352
|
-
|
|
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
|
-
|
|
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
|
|
1377
|
-
const { sendMessage: t } = b(),
|
|
1378
|
-
return
|
|
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
|
|
1385
|
-
const t =
|
|
1353
|
+
function je(e) {
|
|
1354
|
+
const t = P(e);
|
|
1386
1355
|
if (t)
|
|
1387
1356
|
return { endpointState: t };
|
|
1388
1357
|
}
|
|
1389
|
-
function
|
|
1390
|
-
const t = `/device/${e}`,
|
|
1391
|
-
return { channelUp:
|
|
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
|
|
1394
|
-
const t = `/device/${e}`,
|
|
1395
|
-
return { red:
|
|
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
|
|
1398
|
-
const t =
|
|
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
|
|
1405
|
-
const t =
|
|
1373
|
+
function Ie(e) {
|
|
1374
|
+
const t = P(e);
|
|
1406
1375
|
if (t)
|
|
1407
1376
|
return t.deviceInfo || void 0;
|
|
1408
1377
|
}
|
|
1409
|
-
function
|
|
1410
|
-
const t = `/device/${e}`,
|
|
1411
|
-
return { up:
|
|
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
|
|
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
|
|
1423
|
-
const t = `/device/${e}`,
|
|
1424
|
-
return { dvrList:
|
|
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
|
|
1427
|
-
const { sendMessage: t } = b(),
|
|
1428
|
-
return
|
|
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: (
|
|
1435
|
-
t(`/device/${e}/togglePartitionState`,
|
|
1436
|
-
}, setRoomCombinationScenario: (
|
|
1437
|
-
t(`/device/${e}/setRoomCombinationScenario`,
|
|
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
|
|
1441
|
-
const
|
|
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
|
|
1455
|
-
const { sendMessage: t, sendSimpleMessage:
|
|
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: (
|
|
1459
|
-
muteToggle: (
|
|
1460
|
-
muteOn: (
|
|
1461
|
-
muteOff: (
|
|
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
|
|
1465
|
-
const { sendMessage: t } = b(),
|
|
1466
|
-
return
|
|
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
|
|
1471
|
-
const { sendMessage: t } = b(),
|
|
1472
|
-
return
|
|
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
|
|
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
|
|
1483
|
-
const t = `/device/${e}`,
|
|
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:
|
|
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:
|
|
1448
|
+
digit6: h,
|
|
1492
1449
|
digit7: x,
|
|
1493
|
-
digit8:
|
|
1494
|
-
digit9:
|
|
1495
|
-
keypadAccessoryButton1:
|
|
1496
|
-
keypadAccessoryButton2:
|
|
1450
|
+
digit8: g,
|
|
1451
|
+
digit9: R,
|
|
1452
|
+
keypadAccessoryButton1: D,
|
|
1453
|
+
keypadAccessoryButton2: F
|
|
1497
1454
|
};
|
|
1498
1455
|
}
|
|
1499
|
-
function
|
|
1500
|
-
const { sendMessage: t } = b(),
|
|
1501
|
-
return
|
|
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
|
|
1508
|
-
const { sendMessage: t } = b(),
|
|
1509
|
-
return
|
|
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
|
|
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
|
|
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
|
|
1482
|
+
function Ue(e) {
|
|
1526
1483
|
const { sendMessage: t } = b();
|
|
1527
|
-
return { routingState:
|
|
1484
|
+
return { routingState: P(e), runRoute: (r) => {
|
|
1528
1485
|
t(`/room/${e}/source`, r);
|
|
1529
1486
|
} };
|
|
1530
1487
|
}
|
|
1531
|
-
function
|
|
1532
|
-
const t = `/device/${e}`,
|
|
1533
|
-
return { dvrList:
|
|
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
|
|
1536
|
-
const { sendMessage: t } = b(),
|
|
1537
|
-
return
|
|
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
|
|
1546
|
-
const { sendMessage: t } = b(),
|
|
1547
|
-
return
|
|
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
|
|
1558
|
-
const { sendMessage: t } = b(),
|
|
1559
|
-
return
|
|
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
|
|
1566
|
-
const { sendMessage: t } = b(),
|
|
1567
|
-
return
|
|
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
|
|
1574
|
-
const { sendMessage: t } = b(),
|
|
1575
|
-
return
|
|
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
|
|
1578
|
-
const { sendMessage: t } = b(),
|
|
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:
|
|
1539
|
+
currentTheme: o == null ? void 0 : o.theme,
|
|
1583
1540
|
saveTheme: c
|
|
1584
1541
|
};
|
|
1585
1542
|
}
|
|
1586
|
-
function
|
|
1587
|
-
const t = `/device/${e}`,
|
|
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:
|
|
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:
|
|
1552
|
+
fastForward: h,
|
|
1596
1553
|
record: x
|
|
1597
1554
|
};
|
|
1598
1555
|
}
|
|
1599
|
-
function
|
|
1600
|
-
const t =
|
|
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
|
-
|
|
1561
|
+
o(`/device/${e}/hideApp`, null);
|
|
1605
1562
|
}, openApp: () => {
|
|
1606
|
-
|
|
1563
|
+
o(`/device/${e}/openApp`, null);
|
|
1607
1564
|
}, closeApp: () => {
|
|
1608
|
-
|
|
1565
|
+
o(`/device/${e}/closeApp`, null);
|
|
1609
1566
|
} },
|
|
1610
1567
|
zoomControl: { endCall: () => {
|
|
1611
|
-
|
|
1568
|
+
o(`/device/${e}/endCall`, null);
|
|
1612
1569
|
} }
|
|
1613
1570
|
} : void 0;
|
|
1614
1571
|
}
|
|
1615
|
-
function
|
|
1616
|
-
const t =
|
|
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:
|
|
1578
|
+
powerControl: o,
|
|
1622
1579
|
inputControl: c,
|
|
1623
1580
|
powerFb: { powerOnFb: r, powerOffFb: i }
|
|
1624
1581
|
};
|
|
1625
1582
|
}
|
|
1626
|
-
const
|
|
1583
|
+
const Qe = ({
|
|
1627
1584
|
config: e
|
|
1628
1585
|
}) => {
|
|
1629
1586
|
const { sendMessage: t } = b();
|
|
1630
|
-
|
|
1587
|
+
n1(() => {
|
|
1631
1588
|
var c, r, i, d;
|
|
1632
1589
|
if (!e)
|
|
1633
1590
|
return;
|
|
1634
|
-
const
|
|
1591
|
+
const o = /* @__PURE__ */ new Set();
|
|
1635
1592
|
if (e.destinations && Object.values(e.destinations).forEach((a) => {
|
|
1636
|
-
|
|
1593
|
+
o.add(a);
|
|
1637
1594
|
}), e.destinationList && Object.values(e.destinationList).forEach((a) => {
|
|
1638
|
-
|
|
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 ?
|
|
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
|
-
|
|
1601
|
+
o.add(a);
|
|
1645
1602
|
}), (i = e.environmentalDevices) == null || i.forEach((a) => {
|
|
1646
|
-
a.deviceKey &&
|
|
1603
|
+
a.deviceKey && o.add(a.deviceKey);
|
|
1647
1604
|
}), (d = e.accessoryDeviceKeys) == null || d.forEach((a) => {
|
|
1648
|
-
|
|
1649
|
-
}), e.audioCodecKey &&
|
|
1650
|
-
|
|
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" &&
|
|
1654
|
-
console.log("requesting state for deviceKeys:",
|
|
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
|
|
1660
|
-
const [
|
|
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
|
|
1664
|
-
i(
|
|
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:
|
|
1624
|
+
}, [e, t]), { overflowHorizontal: o, overflowVertical: r };
|
|
1668
1625
|
}
|
|
1669
|
-
function
|
|
1670
|
-
const
|
|
1671
|
-
return
|
|
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
|
|
1674
|
-
var a,
|
|
1675
|
-
const [t,
|
|
1676
|
-
const { current:
|
|
1677
|
-
|
|
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:
|
|
1680
|
-
|
|
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,
|
|
1684
|
-
|
|
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 &&
|
|
1643
|
+
x && g();
|
|
1687
1644
|
}, [e]), { horizontalScrollPosition: t, verticalScrollPosition: c, scrollHorizontal: i, scrollVertical: d };
|
|
1688
1645
|
}
|
|
1689
|
-
function
|
|
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
|
|
1709
|
-
const [e, t] =
|
|
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
|
|
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:
|
|
1670
|
+
}, []), { date: e, time: o };
|
|
1722
1671
|
}
|
|
1723
|
-
const
|
|
1724
|
-
const [e, t] =
|
|
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: () =>
|
|
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
|
-
},
|
|
1733
|
-
iconbtn:
|
|
1734
|
-
iconbtnvert:
|
|
1735
|
-
iconsm:
|
|
1736
|
-
},
|
|
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:
|
|
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:
|
|
1694
|
+
feedbackClassName: h,
|
|
1746
1695
|
onPointerDown: x,
|
|
1747
|
-
onPointerUp:
|
|
1748
|
-
onPointerLeave:
|
|
1749
|
-
...
|
|
1696
|
+
onPointerUp: g,
|
|
1697
|
+
onPointerLeave: R,
|
|
1698
|
+
...D
|
|
1750
1699
|
}) => {
|
|
1751
|
-
const [
|
|
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} ${
|
|
1757
|
-
...
|
|
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),
|
|
1712
|
+
k(!1), g == null || g($);
|
|
1764
1713
|
},
|
|
1765
1714
|
onPointerLeave: ($) => {
|
|
1766
|
-
k(!1),
|
|
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:
|
|
1733
|
+
EnabledImage: o,
|
|
1785
1734
|
active: c,
|
|
1786
1735
|
disabled: r
|
|
1787
|
-
}) => r ? t : c ? e :
|
|
1736
|
+
}) => r ? t : c ? e : o, W8 = ({
|
|
1788
1737
|
active: e,
|
|
1789
1738
|
className: t = "",
|
|
1790
|
-
disabled:
|
|
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:
|
|
1786
|
+
disabled: o
|
|
1838
1787
|
}
|
|
1839
|
-
),
|
|
1788
|
+
), F8 = ({
|
|
1840
1789
|
active: e,
|
|
1841
1790
|
className: t = "",
|
|
1842
|
-
disabled:
|
|
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:
|
|
1835
|
+
disabled: o
|
|
1887
1836
|
}
|
|
1888
|
-
),
|
|
1837
|
+
), H8 = ({
|
|
1889
1838
|
active: e,
|
|
1890
1839
|
className: t = "",
|
|
1891
|
-
disabled:
|
|
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:
|
|
1875
|
+
disabled: o
|
|
1927
1876
|
}
|
|
1928
|
-
),
|
|
1877
|
+
), K8 = ({
|
|
1929
1878
|
active: e,
|
|
1930
1879
|
className: t = "",
|
|
1931
|
-
disabled:
|
|
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:
|
|
1924
|
+
disabled: o
|
|
1976
1925
|
}
|
|
1977
|
-
),
|
|
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:
|
|
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:
|
|
1992
|
+
disabled: o
|
|
2044
1993
|
}
|
|
2045
|
-
),
|
|
1994
|
+
), q8 = ({
|
|
2046
1995
|
active: e,
|
|
2047
1996
|
className: t = "",
|
|
2048
|
-
disabled:
|
|
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:
|
|
2041
|
+
disabled: o
|
|
2093
2042
|
}
|
|
2094
|
-
),
|
|
2043
|
+
), Y8 = ({
|
|
2095
2044
|
active: e,
|
|
2096
2045
|
className: t = "",
|
|
2097
|
-
disabled:
|
|
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:
|
|
2090
|
+
disabled: o
|
|
2142
2091
|
}
|
|
2143
|
-
),
|
|
2092
|
+
), z8 = ({
|
|
2144
2093
|
active: e,
|
|
2145
2094
|
className: t = "",
|
|
2146
|
-
disabled:
|
|
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:
|
|
2139
|
+
disabled: o
|
|
2191
2140
|
}
|
|
2192
|
-
),
|
|
2141
|
+
), J8 = ({
|
|
2193
2142
|
active: e,
|
|
2194
2143
|
className: t = "",
|
|
2195
|
-
disabled:
|
|
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:
|
|
2188
|
+
disabled: o
|
|
2240
2189
|
}
|
|
2241
|
-
),
|
|
2190
|
+
), X8 = ({
|
|
2242
2191
|
active: e,
|
|
2243
2192
|
className: t = "",
|
|
2244
|
-
disabled:
|
|
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:
|
|
2237
|
+
disabled: o
|
|
2289
2238
|
}
|
|
2290
|
-
),
|
|
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:
|
|
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:
|
|
2305
|
+
disabled: o
|
|
2357
2306
|
}
|
|
2358
|
-
),
|
|
2307
|
+
), N8 = ({
|
|
2359
2308
|
active: e,
|
|
2360
2309
|
className: t = "",
|
|
2361
|
-
disabled:
|
|
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:
|
|
2354
|
+
disabled: o
|
|
2406
2355
|
}
|
|
2407
|
-
),
|
|
2356
|
+
), e6 = ({
|
|
2408
2357
|
active: e,
|
|
2409
2358
|
className: t = "",
|
|
2410
|
-
disabled:
|
|
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:
|
|
2403
|
+
disabled: o
|
|
2455
2404
|
}
|
|
2456
|
-
),
|
|
2405
|
+
), t6 = ({
|
|
2457
2406
|
active: e,
|
|
2458
2407
|
className: t = "",
|
|
2459
|
-
disabled:
|
|
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:
|
|
2452
|
+
disabled: o
|
|
2504
2453
|
}
|
|
2505
|
-
),
|
|
2454
|
+
), s6 = ({
|
|
2506
2455
|
active: e,
|
|
2507
2456
|
className: t = "",
|
|
2508
|
-
disabled:
|
|
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:
|
|
2501
|
+
disabled: o
|
|
2553
2502
|
}
|
|
2554
|
-
),
|
|
2503
|
+
), o6 = ({
|
|
2555
2504
|
active: e,
|
|
2556
2505
|
className: t = "",
|
|
2557
|
-
disabled:
|
|
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:
|
|
2523
|
+
disabled: o
|
|
2575
2524
|
}
|
|
2576
|
-
),
|
|
2525
|
+
), n6 = ({
|
|
2577
2526
|
active: e,
|
|
2578
2527
|
className: t = "",
|
|
2579
|
-
disabled:
|
|
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:
|
|
2572
|
+
disabled: o
|
|
2624
2573
|
}
|
|
2625
|
-
),
|
|
2574
|
+
), c6 = ({
|
|
2626
2575
|
active: e,
|
|
2627
2576
|
className: t = "",
|
|
2628
|
-
disabled:
|
|
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:
|
|
2621
|
+
disabled: o
|
|
2673
2622
|
}
|
|
2674
|
-
),
|
|
2623
|
+
), r6 = ({
|
|
2675
2624
|
active: e,
|
|
2676
2625
|
className: t = "",
|
|
2677
|
-
disabled:
|
|
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:
|
|
2670
|
+
disabled: o
|
|
2722
2671
|
}
|
|
2723
|
-
),
|
|
2672
|
+
), l6 = ({
|
|
2724
2673
|
active: e,
|
|
2725
2674
|
className: t = "",
|
|
2726
|
-
disabled:
|
|
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:
|
|
2719
|
+
disabled: o
|
|
2771
2720
|
}
|
|
2772
|
-
),
|
|
2721
|
+
), i6 = ({
|
|
2773
2722
|
active: e,
|
|
2774
2723
|
className: t = "",
|
|
2775
|
-
disabled:
|
|
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:
|
|
2768
|
+
disabled: o
|
|
2820
2769
|
}
|
|
2821
|
-
),
|
|
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:
|
|
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:
|
|
2836
|
+
disabled: o
|
|
2888
2837
|
}
|
|
2889
|
-
),
|
|
2838
|
+
), u6 = ({
|
|
2890
2839
|
active: e,
|
|
2891
2840
|
className: t = "",
|
|
2892
|
-
disabled:
|
|
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:
|
|
2885
|
+
disabled: o
|
|
2937
2886
|
}
|
|
2938
|
-
),
|
|
2887
|
+
), d6 = ({
|
|
2939
2888
|
active: e,
|
|
2940
2889
|
className: t = "",
|
|
2941
|
-
disabled:
|
|
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:
|
|
2934
|
+
disabled: o
|
|
2986
2935
|
}
|
|
2987
|
-
),
|
|
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:
|
|
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:
|
|
2949
|
+
disabled: o
|
|
3001
2950
|
}
|
|
3002
|
-
),
|
|
2951
|
+
), h6 = ({
|
|
3003
2952
|
active: e,
|
|
3004
2953
|
className: t = "",
|
|
3005
|
-
disabled:
|
|
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:
|
|
2998
|
+
disabled: o
|
|
3050
2999
|
}
|
|
3051
|
-
),
|
|
3000
|
+
), v6 = ({
|
|
3052
3001
|
active: e,
|
|
3053
3002
|
className: t = "",
|
|
3054
|
-
disabled:
|
|
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:
|
|
3047
|
+
disabled: o
|
|
3099
3048
|
}
|
|
3100
|
-
),
|
|
3049
|
+
), g6 = ({
|
|
3101
3050
|
active: e,
|
|
3102
3051
|
className: t = "",
|
|
3103
|
-
disabled:
|
|
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:
|
|
3096
|
+
disabled: o
|
|
3148
3097
|
}
|
|
3149
|
-
),
|
|
3098
|
+
), f6 = ({
|
|
3150
3099
|
active: e,
|
|
3151
3100
|
className: t = "",
|
|
3152
|
-
disabled:
|
|
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:
|
|
3145
|
+
disabled: o
|
|
3197
3146
|
}
|
|
3198
|
-
),
|
|
3147
|
+
), p6 = ({
|
|
3199
3148
|
active: e,
|
|
3200
3149
|
className: t = "",
|
|
3201
|
-
disabled:
|
|
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:
|
|
3194
|
+
disabled: o
|
|
3246
3195
|
}
|
|
3247
|
-
),
|
|
3196
|
+
), w6 = ({
|
|
3248
3197
|
active: e,
|
|
3249
3198
|
className: t = "",
|
|
3250
|
-
disabled:
|
|
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:
|
|
3243
|
+
disabled: o
|
|
3295
3244
|
}
|
|
3296
|
-
),
|
|
3245
|
+
), x6 = ({
|
|
3297
3246
|
active: e,
|
|
3298
3247
|
className: t = "",
|
|
3299
|
-
disabled:
|
|
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:
|
|
3292
|
+
disabled: o
|
|
3344
3293
|
}
|
|
3345
|
-
),
|
|
3294
|
+
), M6 = ({
|
|
3346
3295
|
active: e,
|
|
3347
3296
|
className: t = "",
|
|
3348
|
-
disabled:
|
|
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:
|
|
3393
|
-
}
|
|
3394
|
-
),
|
|
3395
|
-
Alert:
|
|
3396
|
-
Camera:
|
|
3397
|
-
DownArrow:
|
|
3398
|
-
Ban:
|
|
3399
|
-
Check:
|
|
3400
|
-
Controller:
|
|
3401
|
-
Elipses:
|
|
3402
|
-
Flag:
|
|
3403
|
-
Gear:
|
|
3404
|
-
Glass:
|
|
3405
|
-
Hdmi:
|
|
3406
|
-
Laptop:
|
|
3407
|
-
LeftArrow:
|
|
3408
|
-
Light:
|
|
3409
|
-
Mic:
|
|
3410
|
-
Moon:
|
|
3411
|
-
Playstation:
|
|
3412
|
-
Podium:
|
|
3413
|
-
Power:
|
|
3414
|
-
Privacy:
|
|
3415
|
-
Question:
|
|
3416
|
-
RightArrow:
|
|
3417
|
-
RoomPC:
|
|
3418
|
-
Shade:
|
|
3419
|
-
Sun:
|
|
3420
|
-
UpArrow:
|
|
3421
|
-
VolDown:
|
|
3422
|
-
VolMute:
|
|
3423
|
-
VolUp:
|
|
3424
|
-
Wireless:
|
|
3425
|
-
X:
|
|
3426
|
-
Xbox:
|
|
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
|
|
3377
|
+
function r5({
|
|
3429
3378
|
name: e,
|
|
3430
|
-
iconsDictionary: t =
|
|
3431
|
-
...
|
|
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(
|
|
3435
|
-
}
|
|
3436
|
-
const
|
|
3437
|
-
grid:
|
|
3438
|
-
header:
|
|
3439
|
-
content:
|
|
3440
|
-
footer:
|
|
3441
|
-
volume:
|
|
3442
|
-
},
|
|
3443
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3444
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3445
|
-
r && /* @__PURE__ */ s.jsx("div", { className:
|
|
3446
|
-
/* @__PURE__ */ s.jsx("div", { className:
|
|
3447
|
-
] }),
|
|
3448
|
-
grid:
|
|
3449
|
-
header:
|
|
3450
|
-
content:
|
|
3451
|
-
},
|
|
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:
|
|
3455
|
-
] }),
|
|
3456
|
-
grid:
|
|
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:
|
|
3459
|
-
},
|
|
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:
|
|
3410
|
+
/* @__PURE__ */ s.jsx("div", { className: A1.content, children: o })
|
|
3462
3411
|
] });
|
|
3463
|
-
|
|
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
|
|
3474
|
-
class
|
|
3475
|
-
constructor(t,
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
this.path = t, this.handler =
|
|
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
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
|
|
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
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
|
|
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
|
-
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
|
|
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
|
-
|
|
3543
|
-
t8 as selectDeviceInterfaceSupport,
|
|
3486
|
+
S2 as selectDeviceByKey,
|
|
3544
3487
|
a8 as selectError,
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
M2 as selectLogoPath,
|
|
3488
|
+
t8 as selectIsTouchpanel,
|
|
3489
|
+
m2 as selectLogoPath,
|
|
3548
3490
|
U1 as selectModalVisibility,
|
|
3549
|
-
|
|
3550
|
-
|
|
3491
|
+
Z2 as selectPartnerMetadata,
|
|
3492
|
+
U2 as selectRoomAdvancedSharingActive,
|
|
3551
3493
|
P2 as selectRoomAudioControlPointList,
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3494
|
+
I2 as selectRoomByKey,
|
|
3495
|
+
A2 as selectRoomCodecContentDestinationKey,
|
|
3496
|
+
C2 as selectRoomConfiguration,
|
|
3497
|
+
L2 as selectRoomDestinationList,
|
|
3556
3498
|
T2 as selectRoomDestinations,
|
|
3557
|
-
|
|
3499
|
+
H2 as selectRoomDisplayStates,
|
|
3558
3500
|
D2 as selectRoomEnvironmentalDevices,
|
|
3559
|
-
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
|
|
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
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3512
|
+
b2 as selectRooms,
|
|
3513
|
+
N2 as selectRuntimeInfo,
|
|
3514
|
+
Q2 as selectServerIsRunningOnProcessorHardware,
|
|
3573
3515
|
i8 as selectShowPopoverById,
|
|
3574
3516
|
u8 as selectShowReconnect,
|
|
3575
|
-
|
|
3517
|
+
J2 as selectSystemUuid,
|
|
3576
3518
|
d8 as selectTheme,
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3519
|
+
e8 as selectTouchpanelKey,
|
|
3520
|
+
X2 as selectUserCode,
|
|
3521
|
+
q2 as selectWsIsConnected,
|
|
3522
|
+
F2 as selectZoomRoomControllerKey,
|
|
3581
3523
|
m as store,
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
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
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
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
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
|
|
3641
|
-
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
X6 as
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
se as
|
|
3654
|
-
oe as
|
|
3655
|
-
|
|
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
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
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
|
-
|
|
3665
|
-
|
|
3666
|
-
|
|
3602
|
+
K2 as useRoomVolume,
|
|
3603
|
+
ie as useRuntimeInfo,
|
|
3604
|
+
t5 as useScroll,
|
|
3667
3605
|
r8 as useServerIsRunningOnProcessorHardware,
|
|
3668
|
-
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
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
|
-
|
|
3619
|
+
j3 as useWsIsConnected
|
|
3683
3620
|
};
|