@pepperdash/mobile-control-react-app-core 1.20.17-roomCombinationChanged-handling.2 → 1.20.17
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 +465 -505
- package/dist/mobile-control-react-app-core.umd.js +10 -10
- package/dist/shared/Icons/MultiStateIcons/index.d.ts +2 -0
- package/dist/shared/Icons/MultiStateIcons/index.d.ts.map +1 -1
- package/dist/shared/Icons/index.d.ts +1 -0
- package/dist/shared/Icons/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/index.d.ts +35 -36
- package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useAvrControl.d.ts +3 -3
- package/dist/shared/hooks/interfaces/useAvrControl.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useDevicePresetsModel.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useDevicePresetsModel.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useEndpoint.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useEndpoint.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useICommunicationMonitor.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useICommunicationMonitor.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIDeviceInfoMessenger.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIDeviceInfoMessenger.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/useIEssentialsRoomCombiner.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIEssentialsRoomCombiner.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHasSelectableItems.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIHasSelectableItems.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHasSurroundChannels.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIHasSurroundChannels.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHumiditySensor.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIHumiditySensor.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useILevelControls.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useILevelControls.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useILightingScenes.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useILightingScenes.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIMatrixRouting.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIMatrixRouting.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIProjectorScreenLiftControl.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIProjectorScreenLiftControl.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRoomEventSchedule.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIRoomEventSchedule.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRunRouteAction.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIRunRouteAction.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIShadesOpenCloseStop.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIShadesOpenCloseStop.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIShutdownPromptTimer.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useIShutdownPromptTimer.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useISwitchedOutput.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useISwitchedOutput.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useITechPassword.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useITechPassword.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useITemperatureSensor.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useITemperatureSensor.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useMobileControlTouchpanelController.d.ts +1 -1
- package/dist/shared/hooks/interfaces/useMobileControlTouchpanelController.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useTwoWayDisplayBase.d.ts +2 -2
- package/dist/shared/hooks/interfaces/useTwoWayDisplayBase.d.ts.map +1 -1
- package/dist/shared/hooks/useGetAllDeviceStateFromRoomConfiguration.d.ts +1 -1
- package/dist/shared/hooks/useGetAllDeviceStateFromRoomConfiguration.d.ts.map +1 -1
- package/dist/shared/hooks/useRoomIBasicVolumeWithFeedback.d.ts +1 -1
- package/dist/shared/hooks/useRoomIBasicVolumeWithFeedback.d.ts.map +1 -1
- package/dist/shared/index.d.ts.map +1 -1
- package/dist/store/appConfig/appConfig.selectors.d.ts +13 -13
- package/dist/store/appConfig/appConfig.selectors.d.ts.map +1 -1
- package/dist/store/devices/devices.hooks.d.ts +1 -1
- package/dist/store/devices/devices.hooks.d.ts.map +1 -1
- package/dist/store/devices/devices.selectors.d.ts +17 -17
- package/dist/store/devices/devices.selectors.d.ts.map +1 -1
- package/dist/store/rooms/rooms.hooks.d.ts +10 -10
- package/dist/store/rooms/rooms.hooks.d.ts.map +1 -1
- package/dist/store/rooms/rooms.selectors.d.ts +182 -182
- package/dist/store/rooms/rooms.selectors.d.ts.map +1 -1
- package/dist/store/runtimeConfig/runtime.selectors.d.ts +28 -28
- package/dist/store/runtimeConfig/runtime.selectors.d.ts.map +1 -1
- package/dist/store/ui/ui.selectors.d.ts +37 -37
- package/dist/store/ui/ui.selectors.d.ts.map +1 -1
- package/dist/types/classes/app-config.d.ts +1 -1
- package/dist/types/classes/app-config.d.ts.map +1 -1
- package/dist/types/state/CameraListItem.d.ts +1 -1
- package/dist/types/state/CameraListItem.d.ts.map +1 -1
- package/dist/types/state/DestinationListItem.d.ts +1 -1
- package/dist/types/state/DestinationListItem.d.ts.map +1 -1
- package/dist/types/state/sourceListItem.d.ts +1 -1
- package/dist/types/state/sourceListItem.d.ts.map +1 -1
- package/dist/types/state/state/CommunicationMonitorState.d.ts +1 -1
- package/dist/types/state/state/CommunicationMonitorState.d.ts.map +1 -1
- package/dist/types/state/state/DeviceInfoState.d.ts +1 -1
- package/dist/types/state/state/DeviceInfoState.d.ts.map +1 -1
- package/dist/types/state/state/DeviceState.d.ts +1 -1
- package/dist/types/state/state/DeviceState.d.ts.map +1 -1
- package/dist/types/state/state/IBasicVolumeWithFeedbackState.d.ts +1 -1
- package/dist/types/state/state/IBasicVolumeWithFeedbackState.d.ts.map +1 -1
- package/dist/types/state/state/IHasInputsState.d.ts +1 -1
- package/dist/types/state/state/IHasInputsState.d.ts.map +1 -1
- package/dist/types/state/state/IHasSurroundSoundModesState.d.ts +1 -1
- package/dist/types/state/state/IHasSurroundSoundModesState.d.ts.map +1 -1
- package/dist/types/state/state/IHumiditySensorState.d.ts +1 -1
- package/dist/types/state/state/IHumiditySensorState.d.ts.map +1 -1
- package/dist/types/state/state/ITemperatureSensorState.d.ts +1 -1
- package/dist/types/state/state/ITemperatureSensorState.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/PowerState.d.ts +1 -1
- package/dist/types/state/state/PowerState.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/SwitchedOutputState.d.ts +1 -1
- package/dist/types/state/state/SwitchedOutputState.d.ts.map +1 -1
- package/dist/utils/WebsocketProvider.d.ts +1 -1
- package/dist/utils/WebsocketProvider.d.ts.map +1 -1
- package/package.json +10 -2
|
@@ -1,137 +1,137 @@
|
|
|
1
1
|
var s2 = Object.defineProperty;
|
|
2
2
|
var o2 = (e, t, o) => t in e ? s2(e, t, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[t] = o;
|
|
3
|
-
var
|
|
3
|
+
var G = (e, t, o) => o2(e, typeof t != "symbol" ? t + "" : t, o);
|
|
4
4
|
import n2, { AxiosError as c2 } from "axios";
|
|
5
5
|
import { useDispatch as r2, useSelector as l2, Provider as i2 } from "react-redux";
|
|
6
|
-
import { createSelector as
|
|
7
|
-
import
|
|
6
|
+
import { createSelector as p, createSlice as g1, combineReducers as a2, configureStore as u2 } from "@reduxjs/toolkit";
|
|
7
|
+
import p3, { createContext as d2, useState as H, useRef as v1, useCallback as a1, useEffect as n1, useContext as h2, useLayoutEffect as x3 } from "react";
|
|
8
8
|
import * as M3 from "lodash";
|
|
9
9
|
import { useNavigate as v2, useRouteError as g2, isRouteErrorResponse as f2 } from "react-router-dom";
|
|
10
|
-
const
|
|
10
|
+
const w2 = r2.withTypes(), w = l2.withTypes(), j1 = (e) => e.appConfig, p2 = p(
|
|
11
11
|
j1,
|
|
12
12
|
(e) => e.config
|
|
13
|
-
), x2 =
|
|
13
|
+
), x2 = p(
|
|
14
14
|
j1,
|
|
15
15
|
(e) => e.config.apiPath
|
|
16
|
-
), M2 =
|
|
16
|
+
), M2 = p(
|
|
17
17
|
j1,
|
|
18
18
|
(e) => e.config.logoPath
|
|
19
|
-
), m2 =
|
|
19
|
+
), m2 = p(
|
|
20
20
|
j1,
|
|
21
21
|
(e) => e.config.partnerMetadata
|
|
22
|
-
), Z2 = () =>
|
|
22
|
+
), Z2 = () => w(p2), O6 = () => w(x2), V6 = () => w(M2), k6 = () => w(m2), m3 = (e) => e.devices, Z3 = p(
|
|
23
23
|
m3,
|
|
24
24
|
(e) => e
|
|
25
|
-
), j2 = (e) =>
|
|
25
|
+
), j2 = (e) => p(
|
|
26
26
|
m3,
|
|
27
27
|
(t) => t[e] ? t[e] : void 0
|
|
28
|
-
), U6 = () =>
|
|
29
|
-
function
|
|
30
|
-
return
|
|
28
|
+
), U6 = () => w(Z3);
|
|
29
|
+
function _(e) {
|
|
30
|
+
return w(j2(e));
|
|
31
31
|
}
|
|
32
|
-
const L = (e) => e.rooms, C2 = (e) =>
|
|
32
|
+
const L = (e) => e.rooms, C2 = (e) => p(
|
|
33
33
|
L,
|
|
34
34
|
(t) => t[e] ? t[e].configuration : void 0
|
|
35
|
-
), S2 =
|
|
35
|
+
), S2 = p(
|
|
36
36
|
L,
|
|
37
37
|
(e) => e
|
|
38
|
-
), b2 = (e) =>
|
|
38
|
+
), b2 = (e) => p(
|
|
39
39
|
L,
|
|
40
40
|
(t) => t[e] ? t[e] : void 0
|
|
41
|
-
), I2 = (e) =>
|
|
41
|
+
), I2 = (e) => p(
|
|
42
42
|
L,
|
|
43
43
|
(t) => t[e] ? t[e].name : void 0
|
|
44
|
-
), R2 = (e, t) =>
|
|
44
|
+
), R2 = (e, t) => p(
|
|
45
45
|
L,
|
|
46
46
|
(o) => o[e] ? o[e].volumes[t] : void 0
|
|
47
|
-
), y2 = (e) =>
|
|
47
|
+
), y2 = (e) => p(
|
|
48
48
|
L,
|
|
49
49
|
(t) => t[e] ? t[e] : void 0
|
|
50
|
-
), E2 = (e) =>
|
|
50
|
+
), E2 = (e) => p(
|
|
51
51
|
L,
|
|
52
52
|
(t) => {
|
|
53
53
|
var o, c;
|
|
54
54
|
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.sourceList : void 0;
|
|
55
55
|
}
|
|
56
|
-
),
|
|
56
|
+
), T2 = (e) => p(
|
|
57
57
|
L,
|
|
58
58
|
(t) => {
|
|
59
59
|
var o, c;
|
|
60
60
|
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.audioControlPointList : void 0;
|
|
61
61
|
}
|
|
62
|
-
),
|
|
62
|
+
), _2 = (e) => p(
|
|
63
63
|
L,
|
|
64
64
|
(t) => {
|
|
65
65
|
var o, c;
|
|
66
66
|
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinations : void 0;
|
|
67
67
|
}
|
|
68
|
-
),
|
|
68
|
+
), P2 = (e) => p(
|
|
69
69
|
L,
|
|
70
70
|
(t) => {
|
|
71
71
|
var o, c;
|
|
72
72
|
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.destinationList : void 0;
|
|
73
73
|
}
|
|
74
|
-
), L2 = (e) =>
|
|
74
|
+
), L2 = (e) => p(
|
|
75
75
|
L,
|
|
76
76
|
(t) => {
|
|
77
77
|
var o, c;
|
|
78
78
|
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.environmentalDevices : void 0;
|
|
79
79
|
}
|
|
80
|
-
), D2 = (e) =>
|
|
80
|
+
), D2 = (e) => p(
|
|
81
81
|
L,
|
|
82
82
|
(t) => {
|
|
83
|
-
var o, c, r, i, d, a,
|
|
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 = (
|
|
83
|
+
var o, c, r, i, d, a, f, 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 = (f = (a = t[e]) == null ? void 0 : a.configuration) == null ? void 0 : f.destinationList.defaultDisplay) == null ? void 0 : x.sinkKey) || "";
|
|
85
85
|
}
|
|
86
|
-
), $2 = (e) =>
|
|
86
|
+
), $2 = (e) => p(
|
|
87
87
|
L,
|
|
88
88
|
(t) => {
|
|
89
89
|
var o, c, r;
|
|
90
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;
|
|
91
91
|
}
|
|
92
|
-
), A2 = (e) =>
|
|
92
|
+
), A2 = (e) => p(
|
|
93
93
|
L,
|
|
94
94
|
(t) => {
|
|
95
95
|
var o;
|
|
96
96
|
return t[e] ? (o = t[e]) == null ? void 0 : o.isInCall : void 0;
|
|
97
97
|
}
|
|
98
|
-
), B2 = (e) =>
|
|
98
|
+
), B2 = (e) => p(
|
|
99
99
|
L,
|
|
100
100
|
(t) => {
|
|
101
101
|
var o;
|
|
102
102
|
return t[e] ? (o = t[e]) == null ? void 0 : o.isWarmingUp : void 0;
|
|
103
103
|
}
|
|
104
|
-
), O2 = (e) =>
|
|
104
|
+
), O2 = (e) => p(
|
|
105
105
|
L,
|
|
106
106
|
(t) => {
|
|
107
107
|
var o;
|
|
108
108
|
return t[e] ? (o = t[e]) == null ? void 0 : o.isCoolingDown : void 0;
|
|
109
109
|
}
|
|
110
|
-
), V2 = (e) =>
|
|
110
|
+
), V2 = (e) => p(
|
|
111
111
|
L,
|
|
112
112
|
(t) => {
|
|
113
113
|
var o;
|
|
114
114
|
return t[e] ? (o = t[e]) == null ? void 0 : o.isOn : void 0;
|
|
115
115
|
}
|
|
116
|
-
), k2 = (e) =>
|
|
116
|
+
), k2 = (e) => p(
|
|
117
117
|
L,
|
|
118
118
|
(t) => {
|
|
119
119
|
var o;
|
|
120
120
|
return t[e] ? (o = t[e]) == null ? void 0 : o.advancedSharingActive : void 0;
|
|
121
121
|
}
|
|
122
|
-
), U2 = (e) =>
|
|
122
|
+
), U2 = (e) => p(
|
|
123
123
|
L,
|
|
124
124
|
(t) => {
|
|
125
125
|
var o;
|
|
126
126
|
return t[e] ? (o = t[e]) == null ? void 0 : o.share : void 0;
|
|
127
127
|
}
|
|
128
|
-
), W2 = (e) =>
|
|
128
|
+
), W2 = (e) => p(
|
|
129
129
|
L,
|
|
130
130
|
(t) => {
|
|
131
131
|
var o, c;
|
|
132
132
|
return t[e] ? (c = (o = t[e]) == null ? void 0 : o.configuration) == null ? void 0 : c.zoomRoomControllerKey : void 0;
|
|
133
133
|
}
|
|
134
|
-
), F2 =
|
|
134
|
+
), F2 = p(
|
|
135
135
|
[
|
|
136
136
|
(e, t) => t,
|
|
137
137
|
() => Z3,
|
|
@@ -147,76 +147,76 @@ const L = (e) => e.rooms, C2 = (e) => w(
|
|
|
147
147
|
}
|
|
148
148
|
);
|
|
149
149
|
function W6(e) {
|
|
150
|
-
return
|
|
150
|
+
return w(
|
|
151
151
|
C2(e)
|
|
152
152
|
);
|
|
153
153
|
}
|
|
154
154
|
function F6() {
|
|
155
|
-
return
|
|
155
|
+
return w(S2);
|
|
156
156
|
}
|
|
157
157
|
function C1(e) {
|
|
158
|
-
return
|
|
158
|
+
return w(b2(e));
|
|
159
159
|
}
|
|
160
|
-
const H6 = C1, K6 = (e) =>
|
|
160
|
+
const H6 = C1, K6 = (e) => w(
|
|
161
161
|
I2(e)
|
|
162
|
-
), H2 = (e, t) =>
|
|
162
|
+
), H2 = (e, t) => w(
|
|
163
163
|
R2(e, t)
|
|
164
|
-
), K2 = (e) =>
|
|
165
|
-
|
|
164
|
+
), K2 = (e) => w(y2(e)) || void 0, G6 = (e) => w(E2(e)), q6 = (e) => w(T2(e)), Y6 = (e) => w(_2(e)), z6 = (e) => w(P2(e)), J6 = (e) => w(L2(e)), X6 = (e) => w(D2(e)), Q6 = (e) => w($2(e)), N6 = (e) => w(A2(e)), ee = (e) => w(B2(e)), te = (e) => w(O2(e)), se = (e) => w(V2(e)), oe = (e) => w(k2(e)), ne = (e) => w(U2(e)), ce = (e) => w((t) => F2(t, e)), re = (e) => w(W2(e)), J = (e) => e.runtimeConfig, G2 = p(
|
|
165
|
+
J,
|
|
166
166
|
(e) => e.websocket.isConnected
|
|
167
|
-
), q2 =
|
|
168
|
-
|
|
167
|
+
), q2 = p(
|
|
168
|
+
J,
|
|
169
169
|
(e) => e.currentRoomKey
|
|
170
|
-
), Y2 =
|
|
171
|
-
|
|
170
|
+
), Y2 = p(
|
|
171
|
+
J,
|
|
172
172
|
(e) => e.roomData.clientId
|
|
173
|
-
), z2 =
|
|
174
|
-
|
|
173
|
+
), z2 = p(
|
|
174
|
+
J,
|
|
175
175
|
(e) => e.roomData.systemUuid
|
|
176
|
-
), J2 =
|
|
177
|
-
|
|
176
|
+
), J2 = p(
|
|
177
|
+
J,
|
|
178
178
|
(e) => e.roomData.userCode
|
|
179
|
-
), X2 =
|
|
180
|
-
|
|
179
|
+
), X2 = p(
|
|
180
|
+
J,
|
|
181
181
|
(e) => e.serverIsRunningOnProcessorHardware
|
|
182
|
-
), Q2 =
|
|
183
|
-
|
|
182
|
+
), Q2 = p(
|
|
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 =
|
|
189
|
-
|
|
188
|
+
), N2 = p(
|
|
189
|
+
J,
|
|
190
190
|
(e) => e.touchpanelKey
|
|
191
|
-
), e8 =
|
|
192
|
-
|
|
191
|
+
), e8 = p(
|
|
192
|
+
J,
|
|
193
193
|
(e) => e.touchpanelKey !== ""
|
|
194
|
-
), j3 = () =>
|
|
194
|
+
), j3 = () => w(G2), t8 = () => w(q2), s8 = () => w(Y2), o8 = () => w(z2), n8 = () => w(J2), c8 = () => w(X2), le = () => w(Q2), ie = () => w(N2), ae = () => w(e8), c1 = (e) => e.ui, U1 = (e) => p(
|
|
195
195
|
c1,
|
|
196
196
|
(t) => t.modalVisibility[e]
|
|
197
|
-
), r8 = (e) =>
|
|
197
|
+
), r8 = (e) => p(
|
|
198
198
|
c1,
|
|
199
199
|
(t) => {
|
|
200
200
|
const o = t.popoverVisibility[e];
|
|
201
201
|
if (o)
|
|
202
202
|
return Object.keys(o).find((c) => o[c]);
|
|
203
203
|
}
|
|
204
|
-
), l8 = (e, t) =>
|
|
204
|
+
), l8 = (e, t) => p(
|
|
205
205
|
c1,
|
|
206
206
|
(o) => {
|
|
207
207
|
var c;
|
|
208
208
|
return ((c = o.popoverVisibility[e]) == null ? void 0 : c[t]) ?? !1;
|
|
209
209
|
}
|
|
210
|
-
), i8 =
|
|
210
|
+
), i8 = p(
|
|
211
211
|
c1,
|
|
212
212
|
(e) => e.error
|
|
213
|
-
), a8 =
|
|
213
|
+
), a8 = p(
|
|
214
214
|
c1,
|
|
215
215
|
(e) => e.showReconnect
|
|
216
|
-
), u8 =
|
|
216
|
+
), u8 = p(
|
|
217
217
|
c1,
|
|
218
218
|
(e) => e.theme
|
|
219
|
-
), ue = () =>
|
|
219
|
+
), ue = () => w(U1("showShutdownModal")), de = () => w(U1("showIncomingCallModal")), he = (e) => w(U1(e)), ve = (e) => w(r8(e)), ge = (e, t) => w(l8(e, t)), d8 = () => w(i8), h8 = () => w(a8), fe = () => w(u8), v8 = {
|
|
220
220
|
showReconnect: !1,
|
|
221
221
|
error: "",
|
|
222
222
|
modalVisibility: {
|
|
@@ -257,7 +257,7 @@ const H6 = C1, K6 = (e) => p(
|
|
|
257
257
|
e.theme = t.payload;
|
|
258
258
|
}
|
|
259
259
|
}
|
|
260
|
-
}),
|
|
260
|
+
}), q = C3.actions, g8 = C3.reducer, f8 = {
|
|
261
261
|
config: {
|
|
262
262
|
enableDev: !1,
|
|
263
263
|
apiPath: "",
|
|
@@ -275,7 +275,7 @@ const H6 = C1, K6 = (e) => p(
|
|
|
275
275
|
e.config = t.payload;
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
|
-
}),
|
|
278
|
+
}), w8 = S3.actions, p8 = S3.reducer, d3 = {}, B1 = g1({
|
|
279
279
|
name: "devices",
|
|
280
280
|
initialState: d3,
|
|
281
281
|
reducers: {
|
|
@@ -289,7 +289,7 @@ const H6 = C1, K6 = (e) => p(
|
|
|
289
289
|
return d3;
|
|
290
290
|
}
|
|
291
291
|
}
|
|
292
|
-
}),
|
|
292
|
+
}), N = {
|
|
293
293
|
setDeviceState: B1.actions.setDeviceState,
|
|
294
294
|
clearDevices: B1.actions.clearDevices
|
|
295
295
|
}, x8 = B1.reducer, h3 = {}, O1 = g1({
|
|
@@ -306,7 +306,7 @@ const H6 = C1, K6 = (e) => p(
|
|
|
306
306
|
return h3;
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
|
-
}),
|
|
309
|
+
}), e1 = {
|
|
310
310
|
setRoomState: O1.actions.setRoomState,
|
|
311
311
|
clearRooms: O1.actions.clearRooms
|
|
312
312
|
}, M8 = O1.reducer, m8 = {
|
|
@@ -368,8 +368,8 @@ const H6 = C1, K6 = (e) => p(
|
|
|
368
368
|
e.touchpanelKey = t.payload;
|
|
369
369
|
}
|
|
370
370
|
}
|
|
371
|
-
}),
|
|
372
|
-
appConfig:
|
|
371
|
+
}), W = b3.actions, Z8 = b3.reducer, j8 = a2({
|
|
372
|
+
appConfig: p8,
|
|
373
373
|
runtimeConfig: Z8,
|
|
374
374
|
rooms: M8,
|
|
375
375
|
devices: x8,
|
|
@@ -378,7 +378,7 @@ const H6 = C1, K6 = (e) => p(
|
|
|
378
378
|
reducer: j8
|
|
379
379
|
}), V1 = n2.create();
|
|
380
380
|
function C8() {
|
|
381
|
-
const e =
|
|
381
|
+
const e = w2();
|
|
382
382
|
return async () => {
|
|
383
383
|
try {
|
|
384
384
|
const t = location.pathname.split("/").filter((r) => r.length > 0);
|
|
@@ -386,9 +386,9 @@ function C8() {
|
|
|
386
386
|
const o = `/${t.join("/")}`, c = await V1.get("/_local-config/_config.local.json", { baseURL: o });
|
|
387
387
|
if (c.status == 200 && c.data) {
|
|
388
388
|
const r = c.data.apiPath;
|
|
389
|
-
e(
|
|
389
|
+
e(w8.setAppConfig(c.data));
|
|
390
390
|
const i = await V1.get(`${r}/version`);
|
|
391
|
-
i.status == 200 && i.data && e(
|
|
391
|
+
i.status == 200 && i.data && e(W.setRuntimeConfig(i.data));
|
|
392
392
|
}
|
|
393
393
|
} catch (t) {
|
|
394
394
|
console.error("Error getting config", t);
|
|
@@ -410,13 +410,13 @@ var v3;
|
|
|
410
410
|
function S8() {
|
|
411
411
|
if (v3) return u1;
|
|
412
412
|
v3 = 1;
|
|
413
|
-
var e =
|
|
414
|
-
function d(a,
|
|
415
|
-
var h,
|
|
416
|
-
x !== void 0 && (D = "" + x),
|
|
417
|
-
for (h in
|
|
418
|
-
if (a && a.defaultProps) for (h in
|
|
419
|
-
return { $$typeof: t, type: a, key: D, ref:
|
|
413
|
+
var e = p3, 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, f, x) {
|
|
415
|
+
var h, R = {}, D = null, F = null;
|
|
416
|
+
x !== void 0 && (D = "" + x), f.key !== void 0 && (D = "" + f.key), f.ref !== void 0 && (F = f.ref);
|
|
417
|
+
for (h in f) c.call(f, h) && !i.hasOwnProperty(h) && (R[h] = f[h]);
|
|
418
|
+
if (a && a.defaultProps) for (h in f = a.defaultProps, f) R[h] === void 0 && (R[h] = f[h]);
|
|
419
|
+
return { $$typeof: t, type: a, key: D, ref: F, props: R, _owner: r.current };
|
|
420
420
|
}
|
|
421
421
|
return u1.Fragment = o, u1.jsx = d, u1.jsxs = d, u1;
|
|
422
422
|
}
|
|
@@ -433,51 +433,51 @@ var d1 = {};
|
|
|
433
433
|
var g3;
|
|
434
434
|
function b8() {
|
|
435
435
|
return g3 || (g3 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
436
|
-
var e =
|
|
436
|
+
var e = p3, 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"), f = Symbol.for("react.forward_ref"), x = Symbol.for("react.suspense"), h = 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
437
|
function r1(n) {
|
|
438
438
|
if (n === null || typeof n != "object")
|
|
439
439
|
return null;
|
|
440
|
-
var l =
|
|
440
|
+
var l = k && n[k] || n[X];
|
|
441
441
|
return typeof l == "function" ? l : null;
|
|
442
442
|
}
|
|
443
443
|
var $ = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
444
444
|
function A(n) {
|
|
445
445
|
{
|
|
446
|
-
for (var l = arguments.length, u = new Array(l > 1 ? l - 1 : 0),
|
|
447
|
-
u[
|
|
446
|
+
for (var l = arguments.length, u = new Array(l > 1 ? l - 1 : 0), v = 1; v < l; v++)
|
|
447
|
+
u[v - 1] = arguments[v];
|
|
448
448
|
S1("error", n, u);
|
|
449
449
|
}
|
|
450
450
|
}
|
|
451
451
|
function S1(n, l, u) {
|
|
452
452
|
{
|
|
453
|
-
var
|
|
453
|
+
var v = $.ReactDebugCurrentFrame, S = v.getStackAddendum();
|
|
454
454
|
S !== "" && (l += "%s", u = u.concat([S]));
|
|
455
|
-
var
|
|
455
|
+
var I = u.map(function(Z) {
|
|
456
456
|
return String(Z);
|
|
457
457
|
});
|
|
458
|
-
|
|
458
|
+
I.unshift("Warning: " + l), Function.prototype.apply.call(console[n], console, I);
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
var b1 = !1,
|
|
462
|
-
|
|
461
|
+
var b1 = !1, y = !1, C = !1, f1 = !1, I1 = !1, Y;
|
|
462
|
+
Y = Symbol.for("react.module.reference");
|
|
463
463
|
function B(n) {
|
|
464
|
-
return !!(typeof n == "string" || typeof n == "function" || n === c || n === i || I1 || n === r || n === x || n === h || f1 || n ===
|
|
464
|
+
return !!(typeof n == "string" || typeof n == "function" || n === c || n === i || I1 || n === r || n === x || n === h || f1 || n === F || b1 || y || C || typeof n == "object" && n !== null && (n.$$typeof === D || n.$$typeof === R || n.$$typeof === d || n.$$typeof === a || n.$$typeof === f || // This needs to include all possible module reference object
|
|
465
465
|
// types supported by any Flight configuration anywhere since
|
|
466
466
|
// we don't know which Flight build this will end up being used
|
|
467
467
|
// with.
|
|
468
|
-
n.$$typeof ===
|
|
468
|
+
n.$$typeof === Y || n.getModuleId !== void 0));
|
|
469
469
|
}
|
|
470
|
-
function
|
|
471
|
-
var
|
|
472
|
-
if (
|
|
473
|
-
return
|
|
470
|
+
function E(n, l, u) {
|
|
471
|
+
var v = n.displayName;
|
|
472
|
+
if (v)
|
|
473
|
+
return v;
|
|
474
474
|
var S = l.displayName || l.name || "";
|
|
475
475
|
return S !== "" ? u + "(" + S + ")" : u;
|
|
476
476
|
}
|
|
477
|
-
function
|
|
477
|
+
function t1(n) {
|
|
478
478
|
return n.displayName || "Context";
|
|
479
479
|
}
|
|
480
|
-
function
|
|
480
|
+
function K(n) {
|
|
481
481
|
if (n == null)
|
|
482
482
|
return null;
|
|
483
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")
|
|
@@ -502,19 +502,19 @@ function b8() {
|
|
|
502
502
|
switch (n.$$typeof) {
|
|
503
503
|
case a:
|
|
504
504
|
var l = n;
|
|
505
|
-
return
|
|
505
|
+
return t1(l) + ".Consumer";
|
|
506
506
|
case d:
|
|
507
507
|
var u = n;
|
|
508
|
-
return
|
|
509
|
-
case
|
|
510
|
-
return
|
|
511
|
-
case
|
|
512
|
-
var
|
|
513
|
-
return
|
|
508
|
+
return t1(u._context) + ".Provider";
|
|
509
|
+
case f:
|
|
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
514
|
case D: {
|
|
515
|
-
var S = n,
|
|
515
|
+
var S = n, I = S._payload, Z = S._init;
|
|
516
516
|
try {
|
|
517
|
-
return
|
|
517
|
+
return K(Z(I));
|
|
518
518
|
} catch {
|
|
519
519
|
return null;
|
|
520
520
|
}
|
|
@@ -522,7 +522,7 @@ function b8() {
|
|
|
522
522
|
}
|
|
523
523
|
return null;
|
|
524
524
|
}
|
|
525
|
-
var
|
|
525
|
+
var z = Object.assign, l1 = 0, W1, F1, H1, K1, G1, q1, Y1;
|
|
526
526
|
function z1() {
|
|
527
527
|
}
|
|
528
528
|
z1.__reactDisabledLog = !0;
|
|
@@ -549,7 +549,7 @@ function b8() {
|
|
|
549
549
|
l1++;
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
|
-
function
|
|
552
|
+
function T3() {
|
|
553
553
|
{
|
|
554
554
|
if (l1--, l1 === 0) {
|
|
555
555
|
var n = {
|
|
@@ -558,25 +558,25 @@ function b8() {
|
|
|
558
558
|
writable: !0
|
|
559
559
|
};
|
|
560
560
|
Object.defineProperties(console, {
|
|
561
|
-
log:
|
|
561
|
+
log: z({}, n, {
|
|
562
562
|
value: W1
|
|
563
563
|
}),
|
|
564
|
-
info:
|
|
564
|
+
info: z({}, n, {
|
|
565
565
|
value: F1
|
|
566
566
|
}),
|
|
567
|
-
warn:
|
|
567
|
+
warn: z({}, n, {
|
|
568
568
|
value: H1
|
|
569
569
|
}),
|
|
570
|
-
error:
|
|
570
|
+
error: z({}, n, {
|
|
571
571
|
value: K1
|
|
572
572
|
}),
|
|
573
|
-
group:
|
|
573
|
+
group: z({}, n, {
|
|
574
574
|
value: G1
|
|
575
575
|
}),
|
|
576
|
-
groupCollapsed:
|
|
576
|
+
groupCollapsed: z({}, n, {
|
|
577
577
|
value: q1
|
|
578
578
|
}),
|
|
579
|
-
groupEnd:
|
|
579
|
+
groupEnd: z({}, n, {
|
|
580
580
|
value: Y1
|
|
581
581
|
})
|
|
582
582
|
});
|
|
@@ -585,38 +585,38 @@ function b8() {
|
|
|
585
585
|
}
|
|
586
586
|
}
|
|
587
587
|
var R1 = $.ReactCurrentDispatcher, y1;
|
|
588
|
-
function
|
|
588
|
+
function w1(n, l, u) {
|
|
589
589
|
{
|
|
590
590
|
if (y1 === void 0)
|
|
591
591
|
try {
|
|
592
592
|
throw Error();
|
|
593
593
|
} catch (S) {
|
|
594
|
-
var
|
|
595
|
-
y1 =
|
|
594
|
+
var v = S.stack.trim().match(/\n( *(at )?)/);
|
|
595
|
+
y1 = v && v[1] || "";
|
|
596
596
|
}
|
|
597
597
|
return `
|
|
598
598
|
` + y1 + n;
|
|
599
599
|
}
|
|
600
600
|
}
|
|
601
|
-
var E1 = !1,
|
|
601
|
+
var E1 = !1, p1;
|
|
602
602
|
{
|
|
603
|
-
var
|
|
604
|
-
|
|
603
|
+
var _3 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
604
|
+
p1 = new _3();
|
|
605
605
|
}
|
|
606
606
|
function J1(n, l) {
|
|
607
607
|
if (!n || E1)
|
|
608
608
|
return "";
|
|
609
609
|
{
|
|
610
|
-
var u =
|
|
610
|
+
var u = p1.get(n);
|
|
611
611
|
if (u !== void 0)
|
|
612
612
|
return u;
|
|
613
613
|
}
|
|
614
|
-
var
|
|
614
|
+
var v;
|
|
615
615
|
E1 = !0;
|
|
616
616
|
var S = Error.prepareStackTrace;
|
|
617
617
|
Error.prepareStackTrace = void 0;
|
|
618
|
-
var
|
|
619
|
-
|
|
618
|
+
var I;
|
|
619
|
+
I = R1.current, R1.current = null, E3();
|
|
620
620
|
try {
|
|
621
621
|
if (l) {
|
|
622
622
|
var Z = function() {
|
|
@@ -629,52 +629,52 @@ function b8() {
|
|
|
629
629
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
630
630
|
try {
|
|
631
631
|
Reflect.construct(Z, []);
|
|
632
|
-
} catch (
|
|
633
|
-
|
|
632
|
+
} catch (V) {
|
|
633
|
+
v = V;
|
|
634
634
|
}
|
|
635
635
|
Reflect.construct(n, [], Z);
|
|
636
636
|
} else {
|
|
637
637
|
try {
|
|
638
638
|
Z.call();
|
|
639
|
-
} catch (
|
|
640
|
-
|
|
639
|
+
} catch (V) {
|
|
640
|
+
v = V;
|
|
641
641
|
}
|
|
642
642
|
n.call(Z.prototype);
|
|
643
643
|
}
|
|
644
644
|
} else {
|
|
645
645
|
try {
|
|
646
646
|
throw Error();
|
|
647
|
-
} catch (
|
|
648
|
-
|
|
647
|
+
} catch (V) {
|
|
648
|
+
v = V;
|
|
649
649
|
}
|
|
650
650
|
n();
|
|
651
651
|
}
|
|
652
|
-
} catch (
|
|
653
|
-
if (
|
|
654
|
-
for (var M =
|
|
655
|
-
`), O =
|
|
656
|
-
`), T = M.length - 1,
|
|
657
|
-
|
|
658
|
-
for (; T >= 1 &&
|
|
659
|
-
if (M[T] !== O[
|
|
660
|
-
if (T !== 1 ||
|
|
652
|
+
} catch (V) {
|
|
653
|
+
if (V && v && typeof V.stack == "string") {
|
|
654
|
+
for (var M = V.stack.split(`
|
|
655
|
+
`), O = v.stack.split(`
|
|
656
|
+
`), T = M.length - 1, P = O.length - 1; T >= 1 && P >= 0 && M[T] !== O[P]; )
|
|
657
|
+
P--;
|
|
658
|
+
for (; T >= 1 && P >= 0; T--, P--)
|
|
659
|
+
if (M[T] !== O[P]) {
|
|
660
|
+
if (T !== 1 || P !== 1)
|
|
661
661
|
do
|
|
662
|
-
if (T--,
|
|
663
|
-
var
|
|
662
|
+
if (T--, P--, P < 0 || M[T] !== O[P]) {
|
|
663
|
+
var U = `
|
|
664
664
|
` + M[T].replace(" at new ", " at ");
|
|
665
|
-
return n.displayName &&
|
|
665
|
+
return n.displayName && U.includes("<anonymous>") && (U = U.replace("<anonymous>", n.displayName)), typeof n == "function" && p1.set(n, U), U;
|
|
666
666
|
}
|
|
667
|
-
while (T >= 1 &&
|
|
667
|
+
while (T >= 1 && P >= 0);
|
|
668
668
|
break;
|
|
669
669
|
}
|
|
670
670
|
}
|
|
671
671
|
} finally {
|
|
672
|
-
E1 = !1, R1.current =
|
|
672
|
+
E1 = !1, R1.current = I, T3(), Error.prepareStackTrace = S;
|
|
673
673
|
}
|
|
674
|
-
var o1 = n ? n.displayName || n.name : "",
|
|
675
|
-
return typeof n == "function" &&
|
|
674
|
+
var o1 = n ? n.displayName || n.name : "", Q = o1 ? w1(o1) : "";
|
|
675
|
+
return typeof n == "function" && p1.set(n, Q), Q;
|
|
676
676
|
}
|
|
677
|
-
function
|
|
677
|
+
function P3(n, l, u) {
|
|
678
678
|
return J1(n, !1);
|
|
679
679
|
}
|
|
680
680
|
function L3(n) {
|
|
@@ -687,23 +687,23 @@ function b8() {
|
|
|
687
687
|
if (typeof n == "function")
|
|
688
688
|
return J1(n, L3(n));
|
|
689
689
|
if (typeof n == "string")
|
|
690
|
-
return
|
|
690
|
+
return w1(n);
|
|
691
691
|
switch (n) {
|
|
692
692
|
case x:
|
|
693
|
-
return
|
|
693
|
+
return w1("Suspense");
|
|
694
694
|
case h:
|
|
695
|
-
return
|
|
695
|
+
return w1("SuspenseList");
|
|
696
696
|
}
|
|
697
697
|
if (typeof n == "object")
|
|
698
698
|
switch (n.$$typeof) {
|
|
699
|
-
case
|
|
700
|
-
return
|
|
701
|
-
case
|
|
699
|
+
case f:
|
|
700
|
+
return P3(n.render);
|
|
701
|
+
case R:
|
|
702
702
|
return x1(n.type, l, u);
|
|
703
703
|
case D: {
|
|
704
|
-
var
|
|
704
|
+
var v = n, S = v._payload, I = v._init;
|
|
705
705
|
try {
|
|
706
|
-
return x1(
|
|
706
|
+
return x1(I(S), l, u);
|
|
707
707
|
} catch {
|
|
708
708
|
}
|
|
709
709
|
}
|
|
@@ -718,27 +718,27 @@ function b8() {
|
|
|
718
718
|
} else
|
|
719
719
|
Q1.setExtraStackFrame(null);
|
|
720
720
|
}
|
|
721
|
-
function D3(n, l, u,
|
|
721
|
+
function D3(n, l, u, v, S) {
|
|
722
722
|
{
|
|
723
|
-
var
|
|
723
|
+
var I = Function.call.bind(i1);
|
|
724
724
|
for (var Z in n)
|
|
725
|
-
if (
|
|
725
|
+
if (I(n, Z)) {
|
|
726
726
|
var M = void 0;
|
|
727
727
|
try {
|
|
728
728
|
if (typeof n[Z] != "function") {
|
|
729
|
-
var O = Error((
|
|
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`.");
|
|
730
730
|
throw O.name = "Invariant Violation", O;
|
|
731
731
|
}
|
|
732
|
-
M = n[Z](l, Z,
|
|
732
|
+
M = n[Z](l, Z, v, u, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
733
733
|
} catch (T) {
|
|
734
734
|
M = T;
|
|
735
735
|
}
|
|
736
|
-
M && !(M instanceof Error) && (M1(S), 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(S), 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(S), A("Failed %s type: %s", u, M.message), M1(null));
|
|
737
737
|
}
|
|
738
738
|
}
|
|
739
739
|
}
|
|
740
740
|
var $3 = Array.isArray;
|
|
741
|
-
function
|
|
741
|
+
function T1(n) {
|
|
742
742
|
return $3(n);
|
|
743
743
|
}
|
|
744
744
|
function A3(n) {
|
|
@@ -808,7 +808,7 @@ function b8() {
|
|
|
808
808
|
});
|
|
809
809
|
}
|
|
810
810
|
}
|
|
811
|
-
var H3 = function(n, l, u,
|
|
811
|
+
var H3 = function(n, l, u, v, S, I, Z) {
|
|
812
812
|
var M = {
|
|
813
813
|
// This tag allows us to uniquely identify this as a React Element
|
|
814
814
|
$$typeof: t,
|
|
@@ -818,7 +818,7 @@ function b8() {
|
|
|
818
818
|
ref: u,
|
|
819
819
|
props: Z,
|
|
820
820
|
// Record the component responsible for creating this element.
|
|
821
|
-
_owner:
|
|
821
|
+
_owner: I
|
|
822
822
|
};
|
|
823
823
|
return M._store = {}, Object.defineProperty(M._store, "validated", {
|
|
824
824
|
configurable: !1,
|
|
@@ -829,7 +829,7 @@ function b8() {
|
|
|
829
829
|
configurable: !1,
|
|
830
830
|
enumerable: !1,
|
|
831
831
|
writable: !1,
|
|
832
|
-
value:
|
|
832
|
+
value: v
|
|
833
833
|
}), Object.defineProperty(M, "_source", {
|
|
834
834
|
configurable: !1,
|
|
835
835
|
enumerable: !1,
|
|
@@ -837,25 +837,25 @@ function b8() {
|
|
|
837
837
|
value: S
|
|
838
838
|
}), Object.freeze && (Object.freeze(M.props), Object.freeze(M)), M;
|
|
839
839
|
};
|
|
840
|
-
function K3(n, l, u,
|
|
840
|
+
function K3(n, l, u, v, S) {
|
|
841
841
|
{
|
|
842
|
-
var
|
|
842
|
+
var I, Z = {}, M = null, O = null;
|
|
843
843
|
u !== void 0 && (e3(u), M = "" + u), k3(l) && (e3(l.key), M = "" + l.key), V3(l) && (O = l.ref, U3(l, S));
|
|
844
|
-
for (
|
|
845
|
-
i1.call(l,
|
|
844
|
+
for (I in l)
|
|
845
|
+
i1.call(l, I) && !O3.hasOwnProperty(I) && (Z[I] = l[I]);
|
|
846
846
|
if (n && n.defaultProps) {
|
|
847
847
|
var T = n.defaultProps;
|
|
848
|
-
for (
|
|
849
|
-
Z[
|
|
848
|
+
for (I in T)
|
|
849
|
+
Z[I] === void 0 && (Z[I] = T[I]);
|
|
850
850
|
}
|
|
851
851
|
if (M || O) {
|
|
852
|
-
var
|
|
853
|
-
M && W3(Z,
|
|
852
|
+
var P = typeof n == "function" ? n.displayName || n.name || "Unknown" : n;
|
|
853
|
+
M && W3(Z, P), O && F3(Z, P);
|
|
854
854
|
}
|
|
855
|
-
return H3(n, M, O, S,
|
|
855
|
+
return H3(n, M, O, S, v, t3.current, Z);
|
|
856
856
|
}
|
|
857
857
|
}
|
|
858
|
-
var
|
|
858
|
+
var _1 = $.ReactCurrentOwner, n3 = $.ReactDebugCurrentFrame;
|
|
859
859
|
function s1(n) {
|
|
860
860
|
if (n) {
|
|
861
861
|
var l = n._owner, u = x1(n.type, n._source, l ? l.type : null);
|
|
@@ -863,15 +863,15 @@ function b8() {
|
|
|
863
863
|
} else
|
|
864
864
|
n3.setExtraStackFrame(null);
|
|
865
865
|
}
|
|
866
|
-
var
|
|
867
|
-
|
|
866
|
+
var P1;
|
|
867
|
+
P1 = !1;
|
|
868
868
|
function L1(n) {
|
|
869
869
|
return typeof n == "object" && n !== null && n.$$typeof === t;
|
|
870
870
|
}
|
|
871
871
|
function c3() {
|
|
872
872
|
{
|
|
873
|
-
if (
|
|
874
|
-
var n =
|
|
873
|
+
if (_1.current) {
|
|
874
|
+
var n = K(_1.current.type);
|
|
875
875
|
if (n)
|
|
876
876
|
return `
|
|
877
877
|
|
|
@@ -905,25 +905,25 @@ Check the top-level render call using <` + u + ">.");
|
|
|
905
905
|
if (r3[u])
|
|
906
906
|
return;
|
|
907
907
|
r3[u] = !0;
|
|
908
|
-
var
|
|
909
|
-
n && n._owner && n._owner !==
|
|
908
|
+
var v = "";
|
|
909
|
+
n && n._owner && n._owner !== _1.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);
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
function i3(n, l) {
|
|
913
913
|
{
|
|
914
914
|
if (typeof n != "object")
|
|
915
915
|
return;
|
|
916
|
-
if (
|
|
916
|
+
if (T1(n))
|
|
917
917
|
for (var u = 0; u < n.length; u++) {
|
|
918
|
-
var
|
|
919
|
-
L1(
|
|
918
|
+
var v = n[u];
|
|
919
|
+
L1(v) && l3(v, l);
|
|
920
920
|
}
|
|
921
921
|
else if (L1(n))
|
|
922
922
|
n._store && (n._store.validated = !0);
|
|
923
923
|
else if (n) {
|
|
924
924
|
var S = r1(n);
|
|
925
925
|
if (typeof S == "function" && S !== n.entries)
|
|
926
|
-
for (var
|
|
926
|
+
for (var I = S.call(n), Z; !(Z = I.next()).done; )
|
|
927
927
|
L1(Z.value) && l3(Z.value, l);
|
|
928
928
|
}
|
|
929
929
|
}
|
|
@@ -936,18 +936,18 @@ Check the top-level render call using <` + u + ">.");
|
|
|
936
936
|
var u;
|
|
937
937
|
if (typeof l == "function")
|
|
938
938
|
u = l.propTypes;
|
|
939
|
-
else if (typeof l == "object" && (l.$$typeof ===
|
|
939
|
+
else if (typeof l == "object" && (l.$$typeof === f || // Note: Memo only checks outer props here.
|
|
940
940
|
// Inner props are checked in the reconciler.
|
|
941
|
-
l.$$typeof ===
|
|
941
|
+
l.$$typeof === R))
|
|
942
942
|
u = l.propTypes;
|
|
943
943
|
else
|
|
944
944
|
return;
|
|
945
945
|
if (u) {
|
|
946
|
-
var
|
|
947
|
-
D3(u, n.props, "prop",
|
|
948
|
-
} else if (l.PropTypes !== void 0 && !
|
|
949
|
-
|
|
950
|
-
var S =
|
|
946
|
+
var v = K(l);
|
|
947
|
+
D3(u, n.props, "prop", v, n);
|
|
948
|
+
} else if (l.PropTypes !== void 0 && !P1) {
|
|
949
|
+
P1 = !0;
|
|
950
|
+
var S = K(l);
|
|
951
951
|
A("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", S || "Unknown");
|
|
952
952
|
}
|
|
953
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.");
|
|
@@ -956,9 +956,9 @@ Check the top-level render call using <` + u + ">.");
|
|
|
956
956
|
function z3(n) {
|
|
957
957
|
{
|
|
958
958
|
for (var l = Object.keys(n.props), u = 0; u < l.length; u++) {
|
|
959
|
-
var
|
|
960
|
-
if (
|
|
961
|
-
s1(n), A("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",
|
|
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);
|
|
962
962
|
break;
|
|
963
963
|
}
|
|
964
964
|
}
|
|
@@ -966,7 +966,7 @@ Check the top-level render call using <` + u + ">.");
|
|
|
966
966
|
}
|
|
967
967
|
}
|
|
968
968
|
var a3 = {};
|
|
969
|
-
function u3(n, l, u,
|
|
969
|
+
function u3(n, l, u, v, S, I) {
|
|
970
970
|
{
|
|
971
971
|
var Z = B(n);
|
|
972
972
|
if (!Z) {
|
|
@@ -975,39 +975,39 @@ Check the top-level render call using <` + u + ">.");
|
|
|
975
975
|
var O = G3();
|
|
976
976
|
O ? M += O : M += c3();
|
|
977
977
|
var T;
|
|
978
|
-
n === null ? T = "null" :
|
|
978
|
+
n === null ? T = "null" : T1(n) ? T = "array" : n !== void 0 && n.$$typeof === t ? (T = "<" + (K(n.type) || "Unknown") + " />", M = " Did you accidentally export a JSX literal instead of a component?") : T = 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", T, M);
|
|
979
979
|
}
|
|
980
|
-
var
|
|
981
|
-
if (
|
|
982
|
-
return
|
|
980
|
+
var P = K3(n, l, u, S, I);
|
|
981
|
+
if (P == null)
|
|
982
|
+
return P;
|
|
983
983
|
if (Z) {
|
|
984
|
-
var
|
|
985
|
-
if (
|
|
986
|
-
if (
|
|
987
|
-
if (
|
|
988
|
-
for (var o1 = 0; o1 <
|
|
989
|
-
i3(
|
|
990
|
-
Object.freeze && Object.freeze(
|
|
984
|
+
var U = l.children;
|
|
985
|
+
if (U !== void 0)
|
|
986
|
+
if (v)
|
|
987
|
+
if (T1(U)) {
|
|
988
|
+
for (var o1 = 0; o1 < U.length; o1++)
|
|
989
|
+
i3(U[o1], n);
|
|
990
|
+
Object.freeze && Object.freeze(U);
|
|
991
991
|
} else
|
|
992
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.");
|
|
993
993
|
else
|
|
994
|
-
i3(
|
|
994
|
+
i3(U, n);
|
|
995
995
|
}
|
|
996
996
|
if (i1.call(l, "key")) {
|
|
997
|
-
var
|
|
997
|
+
var Q = K(n), V = Object.keys(l).filter(function(t2) {
|
|
998
998
|
return t2 !== "key";
|
|
999
|
-
}), D1 =
|
|
1000
|
-
if (!a3[
|
|
1001
|
-
var e2 =
|
|
999
|
+
}), D1 = V.length > 0 ? "{key: someKey, " + V.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
1000
|
+
if (!a3[Q + D1]) {
|
|
1001
|
+
var e2 = V.length > 0 ? "{" + V.join(": ..., ") + ": ...}" : "{}";
|
|
1002
1002
|
A(`A props object containing a "key" prop is being spread into JSX:
|
|
1003
1003
|
let props = %s;
|
|
1004
1004
|
<%s {...props} />
|
|
1005
1005
|
React keys must be passed directly to JSX without using spread:
|
|
1006
1006
|
let props = %s;
|
|
1007
|
-
<%s key={someKey} {...props} />`, D1,
|
|
1007
|
+
<%s key={someKey} {...props} />`, D1, Q, e2, Q), a3[Q + D1] = !0;
|
|
1008
1008
|
}
|
|
1009
1009
|
}
|
|
1010
|
-
return n === c ? z3(
|
|
1010
|
+
return n === c ? z3(P) : Y3(P), P;
|
|
1011
1011
|
}
|
|
1012
1012
|
}
|
|
1013
1013
|
function J3(n, l, u) {
|
|
@@ -1041,197 +1041,154 @@ const R8 = "_mwfit_ppa3l_1", y8 = {
|
|
|
1041
1041
|
}
|
|
1042
1042
|
) });
|
|
1043
1043
|
};
|
|
1044
|
-
class
|
|
1044
|
+
class T8 {
|
|
1045
1045
|
constructor() {
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
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");
|
|
1050
1050
|
}
|
|
1051
1051
|
}
|
|
1052
|
-
const
|
|
1052
|
+
const w3 = new T8(), I3 = d2({
|
|
1053
1053
|
sendMessage: () => null,
|
|
1054
1054
|
sendSimpleMessage: () => null,
|
|
1055
1055
|
addEventHandler: () => null,
|
|
1056
1056
|
removeEventHandler: () => null,
|
|
1057
1057
|
reconnect: () => null
|
|
1058
1058
|
});
|
|
1059
|
-
function
|
|
1059
|
+
function _8(e) {
|
|
1060
1060
|
return sessionStorage.getItem(e) || "";
|
|
1061
1061
|
}
|
|
1062
|
-
function
|
|
1062
|
+
function P8(e, t) {
|
|
1063
1063
|
sessionStorage.setItem(e, t);
|
|
1064
1064
|
}
|
|
1065
1065
|
const L8 = ({ children: e }) => {
|
|
1066
|
-
const [t, o] =
|
|
1067
|
-
async (
|
|
1066
|
+
const [t, o] = H(), c = j3(), r = t8(), i = s8(), d = C8(), a = Z2(), f = o8(), x = n8(), h = c8(), R = v1(null), [D, F] = H(), k = v1({}), X = a1(
|
|
1067
|
+
async (y) => {
|
|
1068
1068
|
try {
|
|
1069
|
-
const C = await V1.get(
|
|
1070
|
-
|
|
1071
|
-
);
|
|
1072
|
-
return C.status === 200 && C.data ? (m.dispatch(F.setRoomData(C.data)), !0) : !1;
|
|
1069
|
+
const C = await V1.get(`${y}/ui/joinroom?token=${t}`);
|
|
1070
|
+
return C.status === 200 && C.data ? (m.dispatch(W.setRoomData(C.data)), !0) : !1;
|
|
1073
1071
|
} catch (C) {
|
|
1074
|
-
return console.log(C), h ? !0 : C instanceof c2 && C.response && C.response.status === 498 ? (console.error("Invalid token. Unable to join room"), m.dispatch(
|
|
1075
|
-
z.setErrorMessage(
|
|
1076
|
-
`Token ${t} is invalid. Unable to join room`
|
|
1077
|
-
)
|
|
1078
|
-
), !1) : (console.error("Error getting room data", C), C instanceof Error ? m.dispatch(z.setErrorMessage(C.message)) : m.dispatch(z.setErrorMessage("Error getting room data")), !1);
|
|
1072
|
+
return console.log(C), h ? !0 : C instanceof c2 && C.response && C.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", C), C instanceof Error ? m.dispatch(q.setErrorMessage(C.message)) : m.dispatch(q.setErrorMessage("Error getting room data")), !1);
|
|
1079
1073
|
}
|
|
1080
1074
|
},
|
|
1081
1075
|
[t, h]
|
|
1082
1076
|
), r1 = a1(() => {
|
|
1083
|
-
const
|
|
1084
|
-
window.location.href = x ? `${
|
|
1085
|
-
}, [a.gatewayAppPath, r,
|
|
1086
|
-
(
|
|
1087
|
-
|
|
1077
|
+
const y = `${a.gatewayAppPath}?uuid=${f}&roomKey=${r}`;
|
|
1078
|
+
window.location.href = x ? `${y}&Code=${x}` : y;
|
|
1079
|
+
}, [a.gatewayAppPath, r, f, x]), $ = a1(
|
|
1080
|
+
(y, C) => {
|
|
1081
|
+
R.current && c && R.current.send(JSON.stringify({ type: y, clientId: i, content: C }));
|
|
1088
1082
|
},
|
|
1089
1083
|
[c, i]
|
|
1090
|
-
), A = (
|
|
1091
|
-
$(
|
|
1084
|
+
), A = (y, C) => {
|
|
1085
|
+
$(y, { value: C });
|
|
1092
1086
|
}, S1 = a1(
|
|
1093
|
-
(
|
|
1094
|
-
|
|
1087
|
+
(y, C, f1) => {
|
|
1088
|
+
k.current[y] || (k.current[y] = {}), k.current[y][C] = f1, console.log("event handler added", y, C);
|
|
1095
1089
|
},
|
|
1096
1090
|
[]
|
|
1097
|
-
), b1 = a1((
|
|
1098
|
-
|
|
1091
|
+
), b1 = a1((y, C) => {
|
|
1092
|
+
k.current[y] && (delete k.current[y][C], console.log("event handler removed", y, C));
|
|
1099
1093
|
}, []);
|
|
1100
1094
|
return n1(() => {
|
|
1101
1095
|
let C = new URLSearchParams(window.location.search).get("token");
|
|
1102
|
-
C ? (console.log("saving token: ", C),
|
|
1103
|
-
}, []), console.log(
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
t,
|
|
1108
|
-
D,
|
|
1109
|
-
h
|
|
1110
|
-
), n1(() => {
|
|
1111
|
-
async function E() {
|
|
1112
|
-
if (console.log("Attempting to join websocket..."), !a.apiPath || D || !t || !await Q(a.apiPath)) return;
|
|
1113
|
-
if (I.current) {
|
|
1096
|
+
C ? (console.log("saving token: ", C), P8(w3.uuid, C)) : (C = _8(w3.uuid), console.log("loading token: ", C)), o(C), d();
|
|
1097
|
+
}, []), console.log("connection dependencies", a.apiPath, X, t, D, h), 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) {
|
|
1114
1101
|
console.log("websocket exists");
|
|
1115
1102
|
return;
|
|
1116
1103
|
}
|
|
1117
1104
|
console.log("connecting to websocket");
|
|
1118
|
-
const I1 = `${a.apiPath.replace("http", "ws")}/ui/join/${t}`,
|
|
1119
|
-
|
|
1120
|
-
console.log("connected", B.type, B.target), m.dispatch(
|
|
1121
|
-
},
|
|
1105
|
+
const I1 = `${a.apiPath.replace("http", "ws")}/ui/join/${t}`, Y = new WebSocket(I1);
|
|
1106
|
+
R.current = Y, Y.onopen = (B) => {
|
|
1107
|
+
console.log("connected", B.type, B.target), m.dispatch(W.setWebsocketIsConnected(!0));
|
|
1108
|
+
}, Y.onerror = (B) => {
|
|
1122
1109
|
console.error("Websocket error", B);
|
|
1123
|
-
},
|
|
1110
|
+
}, Y.onclose = (B) => {
|
|
1124
1111
|
if (console.log("disconnected: ", B.reason, B.code), B.code === 4100) {
|
|
1125
|
-
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());
|
|
1126
1113
|
return;
|
|
1127
1114
|
}
|
|
1128
|
-
if (
|
|
1129
|
-
console.log("user code changed"), m.dispatch(
|
|
1130
|
-
F.setUserCode({ userCode: "", qrUrl: "" })
|
|
1131
|
-
), m.dispatch(
|
|
1132
|
-
z.setErrorMessage(
|
|
1133
|
-
"User code changed. Click reconnect to enter the new code"
|
|
1134
|
-
)
|
|
1135
|
-
), m.dispatch(z.setShowReconnect(!0)), m.dispatch(F.setWebsocketIsConnected(!1)), m.dispatch(e1.clearDevices()), m.dispatch(t1.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());
|
|
1136
1117
|
return;
|
|
1137
1118
|
}
|
|
1138
1119
|
if (B.code === 4001 && !h) {
|
|
1139
|
-
console.log("processor disconnected"), m.dispatch(
|
|
1140
|
-
z.setErrorMessage(
|
|
1141
|
-
"Processor has disconnected. Click Reconnect"
|
|
1142
|
-
)
|
|
1143
|
-
), m.dispatch(z.setShowReconnect(!0)), m.dispatch(F.setWebsocketIsConnected(!1)), m.dispatch(e1.clearDevices()), m.dispatch(t1.clearRooms());
|
|
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());
|
|
1144
1121
|
return;
|
|
1145
1122
|
}
|
|
1146
1123
|
if (B.code === 4002) {
|
|
1147
|
-
console.log("room combination changed"), m.dispatch(
|
|
1148
|
-
z.setErrorMessage(
|
|
1149
|
-
"Room combination changed. Click Reconnect to re-join the room"
|
|
1150
|
-
)
|
|
1151
|
-
), m.dispatch(z.setShowReconnect(!0)), m.dispatch(F.setWebsocketIsConnected(!1)), m.dispatch(e1.clearDevices()), m.dispatch(t1.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());
|
|
1152
1125
|
return;
|
|
1153
1126
|
}
|
|
1154
|
-
if (
|
|
1127
|
+
if (R.current)
|
|
1155
1128
|
console.log("WebSocket closed by server.");
|
|
1156
1129
|
else {
|
|
1157
1130
|
console.log("WebSocket closed by client.");
|
|
1158
1131
|
return;
|
|
1159
1132
|
}
|
|
1160
|
-
console.log("websocket waitingToReconnect", D), !D && (console.log("websocket clearing state on disconnect"), m.dispatch(
|
|
1161
|
-
},
|
|
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) => {
|
|
1162
1135
|
try {
|
|
1163
|
-
const
|
|
1164
|
-
if (console.log(
|
|
1165
|
-
|
|
1136
|
+
const E = JSON.parse(B.data);
|
|
1137
|
+
if (console.log(E), E.type === "close") {
|
|
1138
|
+
Y.close(4001, E.content);
|
|
1166
1139
|
return;
|
|
1167
1140
|
}
|
|
1168
|
-
if (
|
|
1169
|
-
switch (
|
|
1141
|
+
if (E.type.startsWith("/system/"))
|
|
1142
|
+
switch (E.type) {
|
|
1170
1143
|
case "/system/touchpanelKey":
|
|
1171
1144
|
m.dispatch(
|
|
1172
|
-
|
|
1173
|
-
|
|
1145
|
+
W.setTouchpanelKey(
|
|
1146
|
+
E.content
|
|
1174
1147
|
)
|
|
1175
1148
|
);
|
|
1176
1149
|
break;
|
|
1177
1150
|
case "/system/roomKey": {
|
|
1178
|
-
m.dispatch(
|
|
1179
|
-
|
|
1180
|
-
|
|
1151
|
+
m.dispatch(e1.clearRooms()), m.dispatch(N.clearDevices()), m.dispatch(
|
|
1152
|
+
W.setCurrentRoomKey(
|
|
1153
|
+
E.content
|
|
1181
1154
|
)
|
|
1182
1155
|
);
|
|
1183
1156
|
break;
|
|
1184
1157
|
}
|
|
1185
1158
|
case "/system/userCodeChanged":
|
|
1186
1159
|
m.dispatch(
|
|
1187
|
-
|
|
1160
|
+
W.setUserCode(
|
|
1161
|
+
E.content
|
|
1162
|
+
)
|
|
1188
1163
|
);
|
|
1189
1164
|
break;
|
|
1190
|
-
case "/system/roomCombinationChanged":
|
|
1191
|
-
|
|
1192
|
-
const q = V.current[y.type];
|
|
1193
|
-
q || (console.log(
|
|
1194
|
-
"no handlers found for room combination changed. Reloading application.",
|
|
1195
|
-
y.type
|
|
1196
|
-
), window.location.reload()), q && Object.values(q).forEach((U) => {
|
|
1197
|
-
try {
|
|
1198
|
-
U(y);
|
|
1199
|
-
} catch (K) {
|
|
1200
|
-
console.error(K);
|
|
1201
|
-
}
|
|
1202
|
-
});
|
|
1165
|
+
case "/system/roomCombinationChanged":
|
|
1166
|
+
window.location.reload();
|
|
1203
1167
|
break;
|
|
1204
|
-
}
|
|
1205
1168
|
default:
|
|
1206
|
-
console.log("unhandled system message",
|
|
1169
|
+
console.log("unhandled system message", E);
|
|
1207
1170
|
break;
|
|
1208
1171
|
}
|
|
1209
|
-
else if (
|
|
1210
|
-
console.log("event message received",
|
|
1211
|
-
const
|
|
1212
|
-
|
|
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) => {
|
|
1213
1176
|
try {
|
|
1214
|
-
|
|
1215
|
-
} catch (
|
|
1216
|
-
console.error(
|
|
1177
|
+
K(E);
|
|
1178
|
+
} catch (z) {
|
|
1179
|
+
console.error(z);
|
|
1217
1180
|
}
|
|
1218
1181
|
});
|
|
1219
|
-
} else
|
|
1220
|
-
} catch (
|
|
1221
|
-
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);
|
|
1222
1185
|
}
|
|
1223
1186
|
};
|
|
1224
1187
|
}
|
|
1225
|
-
return
|
|
1226
|
-
|
|
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);
|
|
1227
1190
|
};
|
|
1228
|
-
}, [
|
|
1229
|
-
a.apiPath,
|
|
1230
|
-
Q,
|
|
1231
|
-
t,
|
|
1232
|
-
D,
|
|
1233
|
-
h
|
|
1234
|
-
]), n1(() => {
|
|
1191
|
+
}, [a.apiPath, X, t, D, h]), n1(() => {
|
|
1235
1192
|
!r || !c || (console.log("clientId: ", i), i && (console.log("requesting status from room: ", r), $(`/room/${r}/status`, null)));
|
|
1236
1193
|
}, [r, i, c, $]), /* @__PURE__ */ s.jsx(
|
|
1237
1194
|
I3.Provider,
|
|
@@ -1246,7 +1203,7 @@ const L8 = ({ children: e }) => {
|
|
|
1246
1203
|
children: c ? e : /* @__PURE__ */ s.jsx(E8, {})
|
|
1247
1204
|
}
|
|
1248
1205
|
);
|
|
1249
|
-
},
|
|
1206
|
+
}, we = ({ children: e }) => /* @__PURE__ */ s.jsx(i2, { store: m, children: /* @__PURE__ */ s.jsx(L8, { children: e }) });
|
|
1250
1207
|
function b() {
|
|
1251
1208
|
return h2(I3);
|
|
1252
1209
|
}
|
|
@@ -1265,16 +1222,16 @@ function D8({
|
|
|
1265
1222
|
function a() {
|
|
1266
1223
|
i.current = !1, t == null || t(), r.current && (clearTimeout(r.current), r.current = null);
|
|
1267
1224
|
}
|
|
1268
|
-
function
|
|
1225
|
+
function f() {
|
|
1269
1226
|
i.current && a();
|
|
1270
1227
|
}
|
|
1271
1228
|
return {
|
|
1272
1229
|
onPointerDown: d,
|
|
1273
1230
|
onPointerUp: a,
|
|
1274
|
-
onPointerLeave:
|
|
1231
|
+
onPointerLeave: f
|
|
1275
1232
|
};
|
|
1276
1233
|
}
|
|
1277
|
-
function
|
|
1234
|
+
function g(e, t) {
|
|
1278
1235
|
const { sendMessage: c } = b(), r = v1(null);
|
|
1279
1236
|
function i() {
|
|
1280
1237
|
c(`${e}/${t}`, { value: "pressed" }), r.current || (r.current = setInterval(() => {
|
|
@@ -1287,7 +1244,7 @@ function v(e, t) {
|
|
|
1287
1244
|
return D8({ onPress: i, onRelease: d });
|
|
1288
1245
|
}
|
|
1289
1246
|
function R3(e, t) {
|
|
1290
|
-
const { sendMessage: o, sendSimpleMessage: c } = b(), r =
|
|
1247
|
+
const { sendMessage: o, sendSimpleMessage: c } = b(), r = g(`${e}`, "volumeUp"), i = g(`${e}`, "volumeDown");
|
|
1291
1248
|
return t ? {
|
|
1292
1249
|
volumeState: t,
|
|
1293
1250
|
volumeUp: r,
|
|
@@ -1298,8 +1255,8 @@ function R3(e, t) {
|
|
|
1298
1255
|
muteOff: () => o(`${e}/muteOff`, null)
|
|
1299
1256
|
} : void 0;
|
|
1300
1257
|
}
|
|
1301
|
-
function
|
|
1302
|
-
const { sendMessage: o, sendSimpleMessage: c } = b(), r =
|
|
1258
|
+
function pe(e, t) {
|
|
1259
|
+
const { sendMessage: o, sendSimpleMessage: c } = b(), r = g(`${e}`, "volumeUp"), i = g(`${e}`, "volumeDown");
|
|
1303
1260
|
return t ? {
|
|
1304
1261
|
volumeState: t,
|
|
1305
1262
|
volumeUp: r,
|
|
@@ -1311,7 +1268,7 @@ function we(e, t) {
|
|
|
1311
1268
|
} : void 0;
|
|
1312
1269
|
}
|
|
1313
1270
|
function $8(e) {
|
|
1314
|
-
const t =
|
|
1271
|
+
const t = _(e), o = `/device/${e}`;
|
|
1315
1272
|
return R3(o, t == null ? void 0 : t.volume);
|
|
1316
1273
|
}
|
|
1317
1274
|
function y3(e) {
|
|
@@ -1325,13 +1282,13 @@ function y3(e) {
|
|
|
1325
1282
|
} };
|
|
1326
1283
|
}
|
|
1327
1284
|
function k1(e) {
|
|
1328
|
-
const { sendMessage: t } = b(), o =
|
|
1285
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1329
1286
|
return console.log("deviceState", o), o ? { itemsState: o, selectItem: (r) => {
|
|
1330
1287
|
t(`/device/${e}/${r}`, null);
|
|
1331
1288
|
} } : void 0;
|
|
1332
1289
|
}
|
|
1333
1290
|
function A8(e) {
|
|
1334
|
-
const { sendMessage: t } = b(), o =
|
|
1291
|
+
const { sendMessage: t } = b(), o = _(e), c = () => {
|
|
1335
1292
|
t(`/device/${e}/setDefaultChannelLevels`, null);
|
|
1336
1293
|
}, r = () => {
|
|
1337
1294
|
if ((o == null ? void 0 : o.levelControls) === void 0) return;
|
|
@@ -1342,7 +1299,7 @@ function A8(e) {
|
|
|
1342
1299
|
return o ? { levelControls: o.levelControls, setDefaultChannelLevels: c, getFullStatus: r } : void 0;
|
|
1343
1300
|
}
|
|
1344
1301
|
function xe(e) {
|
|
1345
|
-
const t =
|
|
1302
|
+
const t = _(e), o = y3(e), c = k1(e), r = k1(e), i = $8(e), d = A8(e);
|
|
1346
1303
|
if (t)
|
|
1347
1304
|
return {
|
|
1348
1305
|
avrState: t,
|
|
@@ -1353,22 +1310,8 @@ function xe(e) {
|
|
|
1353
1310
|
mainVolumeControl: i
|
|
1354
1311
|
};
|
|
1355
1312
|
}
|
|
1356
|
-
|
|
1357
|
-
const
|
|
1358
|
-
if (c)
|
|
1359
|
-
return {
|
|
1360
|
-
state: c,
|
|
1361
|
-
zoomIn: g,
|
|
1362
|
-
zoomOut: x,
|
|
1363
|
-
up: r,
|
|
1364
|
-
down: i,
|
|
1365
|
-
left: d,
|
|
1366
|
-
right: a,
|
|
1367
|
-
recallPreset: h
|
|
1368
|
-
};
|
|
1369
|
-
}
|
|
1370
|
-
const me = ({ className: e }) => {
|
|
1371
|
-
const [t, o] = G();
|
|
1313
|
+
const Me = ({ className: e }) => {
|
|
1314
|
+
const [t, o] = H();
|
|
1372
1315
|
return n1(() => {
|
|
1373
1316
|
setInterval(() => {
|
|
1374
1317
|
const c = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
@@ -1379,102 +1322,102 @@ const me = ({ className: e }) => {
|
|
|
1379
1322
|
" new change"
|
|
1380
1323
|
] });
|
|
1381
1324
|
};
|
|
1382
|
-
function
|
|
1383
|
-
const { sendMessage: t } = b(), o =
|
|
1325
|
+
function me(e) {
|
|
1326
|
+
const { sendMessage: t } = b(), o = _(e), c = `/device/${e}`;
|
|
1384
1327
|
return o ? { state: o, recallPreset: (d, a) => {
|
|
1385
1328
|
t(`${c}/presets/recall`, { deviceKey: d, preset: a });
|
|
1386
1329
|
}, savePresets: (d) => {
|
|
1387
1330
|
t(`${c}/presets/save`, d);
|
|
1388
1331
|
} } : void 0;
|
|
1389
1332
|
}
|
|
1390
|
-
function
|
|
1391
|
-
const t =
|
|
1333
|
+
function Ze(e) {
|
|
1334
|
+
const t = _(e);
|
|
1392
1335
|
if (t)
|
|
1393
1336
|
return { endpointState: t };
|
|
1394
1337
|
}
|
|
1395
|
-
function
|
|
1396
|
-
const t = `/device/${e}`, o =
|
|
1338
|
+
function je(e) {
|
|
1339
|
+
const t = `/device/${e}`, o = g(t, "chanUp"), c = g(t, "chanDown"), r = g(t, "lastChan"), i = g(t, "guide"), d = g(t, "info"), a = g(t, "exit");
|
|
1397
1340
|
return { channelUp: o, channelDown: c, lastChannel: r, guide: i, info: d, exit: a };
|
|
1398
1341
|
}
|
|
1399
|
-
function
|
|
1400
|
-
const t = `/device/${e}`, o =
|
|
1342
|
+
function Ce(e) {
|
|
1343
|
+
const t = `/device/${e}`, o = g(t, "red"), c = g(t, "green"), r = g(t, "yellow"), i = g(t, "blue");
|
|
1401
1344
|
return { red: o, green: c, yellow: r, blue: i };
|
|
1402
1345
|
}
|
|
1403
|
-
function
|
|
1404
|
-
const t =
|
|
1346
|
+
function Se(e) {
|
|
1347
|
+
const t = _(e);
|
|
1405
1348
|
if (t)
|
|
1406
1349
|
return {
|
|
1407
1350
|
communicationMonitorState: t
|
|
1408
1351
|
};
|
|
1409
1352
|
}
|
|
1410
|
-
function
|
|
1411
|
-
const t =
|
|
1353
|
+
function be(e) {
|
|
1354
|
+
const t = _(e);
|
|
1412
1355
|
if (t)
|
|
1413
1356
|
return t.deviceInfo || void 0;
|
|
1414
1357
|
}
|
|
1415
|
-
function
|
|
1416
|
-
const t = `/device/${e}`, o =
|
|
1417
|
-
return { up: o, down: c, left: r, right: i, select: d, menu: a, exit:
|
|
1358
|
+
function Ie(e) {
|
|
1359
|
+
const t = `/device/${e}`, o = g(t, "up"), c = g(t, "down"), r = g(t, "left"), i = g(t, "right"), d = g(t, "select"), a = g(t, "menu"), f = g(t, "exit");
|
|
1360
|
+
return { up: o, down: c, left: r, right: i, select: d, menu: a, exit: f };
|
|
1418
1361
|
}
|
|
1419
|
-
function
|
|
1362
|
+
function Re(e) {
|
|
1420
1363
|
const { sendMessage: t } = b();
|
|
1421
1364
|
return { recallPreset: (c) => {
|
|
1422
1365
|
t(`/device/${e}/recallPreset`, c);
|
|
1423
1366
|
} };
|
|
1424
1367
|
}
|
|
1425
|
-
function
|
|
1426
|
-
const t = `/device/${e}`, o =
|
|
1368
|
+
function ye(e) {
|
|
1369
|
+
const t = `/device/${e}`, o = g(t, "dvrList"), c = g(t, "record");
|
|
1427
1370
|
return { dvrList: o, record: c };
|
|
1428
1371
|
}
|
|
1429
|
-
function
|
|
1430
|
-
const { sendMessage: t } = b(), o =
|
|
1372
|
+
function Ee(e) {
|
|
1373
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1431
1374
|
return o ? { roomCombinerState: o, setAutoMode: () => {
|
|
1432
1375
|
t(`/device/${e}/setAutoMode`, null);
|
|
1433
1376
|
}, setManualMode: () => {
|
|
1434
1377
|
t(`/device/${e}/setManualMode`, null);
|
|
1435
1378
|
}, toggleMode: () => {
|
|
1436
1379
|
t(`/device/${e}/toggleMode`, null);
|
|
1437
|
-
}, togglePartitionState: (
|
|
1438
|
-
t(`/device/${e}/togglePartitionState`,
|
|
1439
|
-
}, setRoomCombinationScenario: (
|
|
1440
|
-
t(`/device/${e}/setRoomCombinationScenario`,
|
|
1380
|
+
}, togglePartitionState: (f) => {
|
|
1381
|
+
t(`/device/${e}/togglePartitionState`, f);
|
|
1382
|
+
}, setRoomCombinationScenario: (f) => {
|
|
1383
|
+
t(`/device/${e}/setRoomCombinationScenario`, f);
|
|
1441
1384
|
} } : void 0;
|
|
1442
1385
|
}
|
|
1443
1386
|
function Te(e) {
|
|
1444
|
-
const t =
|
|
1387
|
+
const t = _(e);
|
|
1445
1388
|
if (t)
|
|
1446
1389
|
return { state: t };
|
|
1447
1390
|
}
|
|
1448
1391
|
function _e(e) {
|
|
1449
|
-
const { sendMessage: t, sendSimpleMessage: o } = b(), c =
|
|
1392
|
+
const { sendMessage: t, sendSimpleMessage: o } = b(), c = _(e), r = K2(e), i = c || r;
|
|
1450
1393
|
return i ? {
|
|
1451
1394
|
levelState: i,
|
|
1452
|
-
setLevel: (h,
|
|
1395
|
+
setLevel: (h, R) => o(`${h}/level`, R),
|
|
1453
1396
|
muteToggle: (h) => t(`${h}/muteToggle`, null),
|
|
1454
1397
|
muteOn: (h) => t(`${h}/muteOn`, null),
|
|
1455
1398
|
muteOff: (h) => t(`${h}/muteOff`, null)
|
|
1456
1399
|
} : void 0;
|
|
1457
1400
|
}
|
|
1458
|
-
function
|
|
1459
|
-
const { sendMessage: t } = b(), o =
|
|
1401
|
+
function Pe(e) {
|
|
1402
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1460
1403
|
return o ? { lightingState: o, selectScene: (r) => {
|
|
1461
1404
|
t(`/device/${e}/selectScene`, r);
|
|
1462
1405
|
} } : void 0;
|
|
1463
1406
|
}
|
|
1464
|
-
function
|
|
1465
|
-
const { sendMessage: t } = b(), o =
|
|
1407
|
+
function Le(e) {
|
|
1408
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1466
1409
|
return o ? { matrixRoutingState: o, setRoute: (r) => {
|
|
1467
1410
|
t(`/device/${e}/route`, r);
|
|
1468
1411
|
} } : void 0;
|
|
1469
1412
|
}
|
|
1470
|
-
function
|
|
1413
|
+
function De(e) {
|
|
1471
1414
|
const { sendMessage: t } = b();
|
|
1472
1415
|
return { closeApp: () => {
|
|
1473
1416
|
t(`/device/${e}/closeWebViewController`, null);
|
|
1474
1417
|
} };
|
|
1475
1418
|
}
|
|
1476
|
-
function
|
|
1477
|
-
const t = `/device/${e}`, o =
|
|
1419
|
+
function $e(e) {
|
|
1420
|
+
const t = `/device/${e}`, o = g(t, "num0"), c = g(t, "num1"), r = g(t, "num2"), i = g(t, "num3"), d = g(t, "num4"), a = g(t, "num5"), f = g(t, "num6"), x = g(t, "num7"), h = g(t, "num8"), R = g(t, "num9"), D = g(t, "numDash"), F = g(t, "numEnter");
|
|
1478
1421
|
return {
|
|
1479
1422
|
digit0: o,
|
|
1480
1423
|
digit1: c,
|
|
@@ -1482,52 +1425,52 @@ function Ae(e) {
|
|
|
1482
1425
|
digit3: i,
|
|
1483
1426
|
digit4: d,
|
|
1484
1427
|
digit5: a,
|
|
1485
|
-
digit6:
|
|
1428
|
+
digit6: f,
|
|
1486
1429
|
digit7: x,
|
|
1487
1430
|
digit8: h,
|
|
1488
|
-
digit9:
|
|
1431
|
+
digit9: R,
|
|
1489
1432
|
keypadAccessoryButton1: D,
|
|
1490
|
-
keypadAccessoryButton2:
|
|
1433
|
+
keypadAccessoryButton2: F
|
|
1491
1434
|
};
|
|
1492
1435
|
}
|
|
1493
|
-
function
|
|
1494
|
-
const { sendMessage: t } = b(), o =
|
|
1436
|
+
function Ae(e) {
|
|
1437
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1495
1438
|
return o ? { projectorScreenLiftControlState: o, raise: () => {
|
|
1496
1439
|
t(`/device/${e}/raise`, null);
|
|
1497
1440
|
}, lower: () => {
|
|
1498
1441
|
t(`/device/${e}/lower`, null);
|
|
1499
1442
|
} } : void 0;
|
|
1500
1443
|
}
|
|
1501
|
-
function
|
|
1444
|
+
function Be(e) {
|
|
1502
1445
|
const { sendMessage: t } = b(), o = C1(e);
|
|
1503
1446
|
return o ? { roomEventScheduleState: o, save: (r) => {
|
|
1504
1447
|
t(`/room/${e}/saveScheduledEvents`, r);
|
|
1505
1448
|
} } : void 0;
|
|
1506
1449
|
}
|
|
1507
|
-
function
|
|
1450
|
+
function Oe(e) {
|
|
1508
1451
|
const { sendMessage: t } = b();
|
|
1509
1452
|
return { runDefaultPresentRoute: () => {
|
|
1510
1453
|
t(`/room/${e}/defaultsource`, {});
|
|
1511
1454
|
} };
|
|
1512
1455
|
}
|
|
1513
|
-
function
|
|
1456
|
+
function Ve(e) {
|
|
1514
1457
|
const { sendMessage: t } = b();
|
|
1515
1458
|
return { runDirectRoute: (c) => {
|
|
1516
1459
|
t(`/room/${e}/directRoute`, c);
|
|
1517
1460
|
} };
|
|
1518
1461
|
}
|
|
1519
|
-
function
|
|
1462
|
+
function ke(e) {
|
|
1520
1463
|
const { sendMessage: t } = b();
|
|
1521
|
-
return { routingState:
|
|
1464
|
+
return { routingState: _(e), runRoute: (r) => {
|
|
1522
1465
|
t(`/room/${e}/source`, r);
|
|
1523
1466
|
} };
|
|
1524
1467
|
}
|
|
1525
|
-
function
|
|
1526
|
-
const t = `/device/${e}`, o =
|
|
1468
|
+
function Ue(e) {
|
|
1469
|
+
const t = `/device/${e}`, o = g(t, "chanUp"), c = g(t, "chanDown");
|
|
1527
1470
|
return { dvrList: o, replay: c };
|
|
1528
1471
|
}
|
|
1529
|
-
function
|
|
1530
|
-
const { sendMessage: t } = b(), o =
|
|
1472
|
+
function We(e) {
|
|
1473
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1531
1474
|
return o ? { shadeState: o, shadeUp: () => {
|
|
1532
1475
|
t(`/device/${e}/shadeUp`, null);
|
|
1533
1476
|
}, shadeDown: () => {
|
|
@@ -1536,7 +1479,7 @@ function Fe(e) {
|
|
|
1536
1479
|
t(`/device/${e}/stopOrPreset`, null);
|
|
1537
1480
|
} } : void 0;
|
|
1538
1481
|
}
|
|
1539
|
-
function
|
|
1482
|
+
function Fe(e) {
|
|
1540
1483
|
const { sendMessage: t } = b(), o = C1(e);
|
|
1541
1484
|
return o ? { shutdownPromptTimerState: o, setShutdownPromptSeconds: (a) => {
|
|
1542
1485
|
t(`/room/${e}/setShutdownPromptSeconds`, a);
|
|
@@ -1548,15 +1491,15 @@ function He(e) {
|
|
|
1548
1491
|
t(`/room/${e}/shutdownCancel`, null);
|
|
1549
1492
|
} } : void 0;
|
|
1550
1493
|
}
|
|
1551
|
-
function
|
|
1552
|
-
const { sendMessage: t } = b(), o =
|
|
1494
|
+
function He(e) {
|
|
1495
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1553
1496
|
return o ? { switchedOutputState: o, on: () => {
|
|
1554
1497
|
t(`/device/${e}/on`, null);
|
|
1555
1498
|
}, off: () => {
|
|
1556
1499
|
t(`/device/${e}/off`, null);
|
|
1557
1500
|
} } : void 0;
|
|
1558
1501
|
}
|
|
1559
|
-
function
|
|
1502
|
+
function Ke(e) {
|
|
1560
1503
|
const { sendMessage: t } = b(), o = C1(e);
|
|
1561
1504
|
return o ? { techPasswordState: o, validatePassword: (i) => {
|
|
1562
1505
|
t(`/room/${e}/validateTechPassword`, { password: i });
|
|
@@ -1564,12 +1507,12 @@ function Ge(e) {
|
|
|
1564
1507
|
t(`/room/${e}/setTechPassword`, { oldPassword: i, newPassword: d });
|
|
1565
1508
|
} } : void 0;
|
|
1566
1509
|
}
|
|
1567
|
-
function
|
|
1568
|
-
const { sendMessage: t } = b(), o =
|
|
1510
|
+
function Ge(e) {
|
|
1511
|
+
const { sendMessage: t } = b(), o = _(e);
|
|
1569
1512
|
return o ? { state: o, setTemperatureUnitsToCelcius: () => t(`${e}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => t(`${e}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
|
|
1570
1513
|
}
|
|
1571
|
-
function
|
|
1572
|
-
const { sendMessage: t } = b(), o =
|
|
1514
|
+
function qe(e) {
|
|
1515
|
+
const { sendMessage: t } = b(), o = _(e), c = (r) => {
|
|
1573
1516
|
t(`/device/${e}/saveTheme`, { value: r });
|
|
1574
1517
|
};
|
|
1575
1518
|
return {
|
|
@@ -1577,8 +1520,8 @@ function Ye(e) {
|
|
|
1577
1520
|
saveTheme: c
|
|
1578
1521
|
};
|
|
1579
1522
|
}
|
|
1580
|
-
function
|
|
1581
|
-
const t = `/device/${e}`, o =
|
|
1523
|
+
function Ye(e) {
|
|
1524
|
+
const t = `/device/${e}`, o = g(t, "play"), c = g(t, "pause"), r = g(t, "stop"), i = g(t, "prevTrack"), d = g(t, "nextTrack"), a = g(t, "rewind"), f = g(t, "ffwd"), x = g(t, "record");
|
|
1582
1525
|
return {
|
|
1583
1526
|
play: o,
|
|
1584
1527
|
pause: c,
|
|
@@ -1586,12 +1529,12 @@ function ze(e) {
|
|
|
1586
1529
|
prevTrack: i,
|
|
1587
1530
|
nextTrack: d,
|
|
1588
1531
|
rewind: a,
|
|
1589
|
-
fastForward:
|
|
1532
|
+
fastForward: f,
|
|
1590
1533
|
record: x
|
|
1591
1534
|
};
|
|
1592
1535
|
}
|
|
1593
|
-
function
|
|
1594
|
-
const t =
|
|
1536
|
+
function ze(e) {
|
|
1537
|
+
const t = _(e), { sendMessage: o } = b();
|
|
1595
1538
|
return t ? {
|
|
1596
1539
|
touchpanelState: t,
|
|
1597
1540
|
appControl: { hideApp: () => {
|
|
@@ -1606,8 +1549,8 @@ function Je(e) {
|
|
|
1606
1549
|
} }
|
|
1607
1550
|
} : void 0;
|
|
1608
1551
|
}
|
|
1609
|
-
function
|
|
1610
|
-
const t =
|
|
1552
|
+
function Je(e) {
|
|
1553
|
+
const t = _(e), o = y3(e), c = k1(e);
|
|
1611
1554
|
if (!t) return;
|
|
1612
1555
|
const r = (t.powerState || t.isWarming) && !t.isCooling, i = (!t.powerState || t.isCooling) && !t.isWarming;
|
|
1613
1556
|
return {
|
|
@@ -1617,7 +1560,7 @@ function Xe(e) {
|
|
|
1617
1560
|
powerFb: { powerOnFb: r, powerOffFb: i }
|
|
1618
1561
|
};
|
|
1619
1562
|
}
|
|
1620
|
-
const
|
|
1563
|
+
const Xe = ({
|
|
1621
1564
|
config: e
|
|
1622
1565
|
}) => {
|
|
1623
1566
|
const { sendMessage: t } = b();
|
|
@@ -1650,23 +1593,23 @@ const Qe = ({
|
|
|
1650
1593
|
});
|
|
1651
1594
|
}, [e, t]);
|
|
1652
1595
|
};
|
|
1653
|
-
function
|
|
1654
|
-
const [o, c] =
|
|
1596
|
+
function Qe(e, t) {
|
|
1597
|
+
const [o, c] = H(!1), [r, i] = H(!1);
|
|
1655
1598
|
return x3(() => {
|
|
1656
1599
|
const { current: d } = e, a = () => {
|
|
1657
|
-
const
|
|
1658
|
-
i(
|
|
1600
|
+
const f = d && d.scrollHeight > d.clientHeight, x = d && d.scrollWidth > d.clientWidth;
|
|
1601
|
+
i(f ?? !1), c(x ?? !1), t && t(f ?? !1, x ?? !1);
|
|
1659
1602
|
};
|
|
1660
1603
|
d && a();
|
|
1661
1604
|
}, [e, t]), { overflowHorizontal: o, overflowVertical: r };
|
|
1662
1605
|
}
|
|
1663
|
-
function
|
|
1606
|
+
function Ne(e, t) {
|
|
1664
1607
|
const o = H2(e, t), c = `/room/${e}/volumes/${t}`;
|
|
1665
1608
|
return R3(c, o);
|
|
1666
1609
|
}
|
|
1667
|
-
function
|
|
1668
|
-
var a,
|
|
1669
|
-
const [t, o] =
|
|
1610
|
+
function e5(e) {
|
|
1611
|
+
var a, f;
|
|
1612
|
+
const [t, o] = H(((a = e == null ? void 0 : e.current) == null ? void 0 : a.scrollLeft) ?? 0), [c, r] = H(((f = e == null ? void 0 : e.current) == null ? void 0 : f.scrollTop) ?? 0), i = (x) => {
|
|
1670
1613
|
const { current: h } = e;
|
|
1671
1614
|
h && (console.log(h.scrollLeft), h.scrollLeft += x, console.log(h.scrollLeft));
|
|
1672
1615
|
}, d = (x) => {
|
|
@@ -1680,7 +1623,7 @@ function t5(e) {
|
|
|
1680
1623
|
x && h();
|
|
1681
1624
|
}, [e]), { horizontalScrollPosition: t, verticalScrollPosition: c, scrollHorizontal: i, scrollVertical: d };
|
|
1682
1625
|
}
|
|
1683
|
-
function
|
|
1626
|
+
function t5() {
|
|
1684
1627
|
const { sendMessage: e } = b();
|
|
1685
1628
|
return {
|
|
1686
1629
|
reboot: () => {
|
|
@@ -1691,8 +1634,8 @@ function s5() {
|
|
|
1691
1634
|
}
|
|
1692
1635
|
};
|
|
1693
1636
|
}
|
|
1694
|
-
function
|
|
1695
|
-
const [e, t] =
|
|
1637
|
+
function s5() {
|
|
1638
|
+
const [e, t] = H(), [o, c] = H();
|
|
1696
1639
|
function r() {
|
|
1697
1640
|
t((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
|
|
1698
1641
|
const i = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
@@ -1706,8 +1649,8 @@ function o5() {
|
|
|
1706
1649
|
return () => clearInterval(i);
|
|
1707
1650
|
}, []), { date: e, time: o };
|
|
1708
1651
|
}
|
|
1709
|
-
const
|
|
1710
|
-
const [e, t] =
|
|
1652
|
+
const o5 = () => {
|
|
1653
|
+
const [e, t] = H(!1), o = v2(), c = g2();
|
|
1711
1654
|
let r;
|
|
1712
1655
|
return f2(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: [
|
|
1713
1656
|
/* @__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,28 +1671,28 @@ const n5 = () => {
|
|
|
1728
1671
|
otherContentClassName: i = "",
|
|
1729
1672
|
disabled: d,
|
|
1730
1673
|
feedback: a,
|
|
1731
|
-
feedbackClassName:
|
|
1674
|
+
feedbackClassName: f,
|
|
1732
1675
|
onPointerDown: x,
|
|
1733
1676
|
onPointerUp: h,
|
|
1734
|
-
onPointerLeave:
|
|
1677
|
+
onPointerLeave: R,
|
|
1735
1678
|
...D
|
|
1736
1679
|
}) => {
|
|
1737
|
-
const [
|
|
1680
|
+
const [F, k] = H(!1), X = !d && a ? f : "", r1 = !d && (F || a);
|
|
1738
1681
|
return /* @__PURE__ */ s.jsxs(
|
|
1739
1682
|
"button",
|
|
1740
1683
|
{
|
|
1741
1684
|
type: "button",
|
|
1742
|
-
className: `${$1.iconbtn} ${o ? $1.iconbtnvert : ""} ${c} ${
|
|
1685
|
+
className: `${$1.iconbtn} ${o ? $1.iconbtnvert : ""} ${c} ${X}`,
|
|
1743
1686
|
...D,
|
|
1744
1687
|
disabled: d,
|
|
1745
1688
|
onPointerDown: ($) => {
|
|
1746
|
-
|
|
1689
|
+
k(!0), x == null || x($);
|
|
1747
1690
|
},
|
|
1748
1691
|
onPointerUp: ($) => {
|
|
1749
|
-
|
|
1692
|
+
k(!1), h == null || h($);
|
|
1750
1693
|
},
|
|
1751
1694
|
onPointerLeave: ($) => {
|
|
1752
|
-
|
|
1695
|
+
k(!1), R == null || R($);
|
|
1753
1696
|
},
|
|
1754
1697
|
children: [
|
|
1755
1698
|
e && /* @__PURE__ */ s.jsx(
|
|
@@ -2970,6 +2913,21 @@ const n5 = () => {
|
|
|
2970
2913
|
active: e,
|
|
2971
2914
|
disabled: o
|
|
2972
2915
|
}
|
|
2916
|
+
), n5 = ({
|
|
2917
|
+
active: e,
|
|
2918
|
+
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2919
|
+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
2920
|
+
className: t = "",
|
|
2921
|
+
disabled: o
|
|
2922
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2923
|
+
j,
|
|
2924
|
+
{
|
|
2925
|
+
ActiveImage: void 0,
|
|
2926
|
+
DisabledImage: void 0,
|
|
2927
|
+
EnabledImage: void 0,
|
|
2928
|
+
active: e,
|
|
2929
|
+
disabled: o
|
|
2930
|
+
}
|
|
2973
2931
|
), d6 = ({
|
|
2974
2932
|
active: e,
|
|
2975
2933
|
className: t = "",
|
|
@@ -3215,7 +3173,7 @@ const n5 = () => {
|
|
|
3215
3173
|
active: e,
|
|
3216
3174
|
disabled: o
|
|
3217
3175
|
}
|
|
3218
|
-
),
|
|
3176
|
+
), w6 = ({
|
|
3219
3177
|
active: e,
|
|
3220
3178
|
className: t = "",
|
|
3221
3179
|
disabled: o
|
|
@@ -3264,7 +3222,7 @@ const n5 = () => {
|
|
|
3264
3222
|
active: e,
|
|
3265
3223
|
disabled: o
|
|
3266
3224
|
}
|
|
3267
|
-
),
|
|
3225
|
+
), p6 = ({
|
|
3268
3226
|
active: e,
|
|
3269
3227
|
className: t = "",
|
|
3270
3228
|
disabled: o
|
|
@@ -3393,8 +3351,8 @@ const n5 = () => {
|
|
|
3393
3351
|
VolMute: v6,
|
|
3394
3352
|
VolUp: g6,
|
|
3395
3353
|
Wireless: f6,
|
|
3396
|
-
X:
|
|
3397
|
-
Xbox:
|
|
3354
|
+
X: w6,
|
|
3355
|
+
Xbox: p6
|
|
3398
3356
|
};
|
|
3399
3357
|
function c5({
|
|
3400
3358
|
name: e,
|
|
@@ -3423,10 +3381,10 @@ const m6 = "_grid_1cmpp_1", Z6 = "_header_1cmpp_11", j6 = "_content_1cmpp_17", C
|
|
|
3423
3381
|
/* @__PURE__ */ s.jsx("div", { className: Z1.header, children: t }),
|
|
3424
3382
|
c && /* @__PURE__ */ s.jsx("div", { className: Z1.leftNav, children: c }),
|
|
3425
3383
|
/* @__PURE__ */ s.jsx("div", { className: Z1.content, children: o })
|
|
3426
|
-
] }), y6 = "_grid_1uwfo_1", E6 = "_header_1uwfo_11",
|
|
3384
|
+
] }), y6 = "_grid_1uwfo_1", E6 = "_header_1uwfo_11", T6 = "_content_1uwfo_17", A1 = {
|
|
3427
3385
|
grid: y6,
|
|
3428
3386
|
header: E6,
|
|
3429
|
-
content:
|
|
3387
|
+
content: T6
|
|
3430
3388
|
}, i5 = ({ className: e, header: t, content: o }) => /* @__PURE__ */ s.jsxs("div", { className: `${e} ${A1.grid}`, children: [
|
|
3431
3389
|
/* @__PURE__ */ s.jsx("div", { className: A1.header, children: t }),
|
|
3432
3390
|
/* @__PURE__ */ s.jsx("div", { className: A1.content, children: o })
|
|
@@ -3434,26 +3392,26 @@ const m6 = "_grid_1cmpp_1", Z6 = "_header_1cmpp_11", j6 = "_content_1cmpp_17", C
|
|
|
3434
3392
|
function a5() {
|
|
3435
3393
|
return console.log(location.pathname), location.pathname;
|
|
3436
3394
|
}
|
|
3437
|
-
var
|
|
3395
|
+
var _6 = /* @__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))(_6 || {});
|
|
3438
3396
|
class u5 {
|
|
3439
3397
|
constructor(t, o) {
|
|
3440
|
-
|
|
3441
|
-
|
|
3398
|
+
G(this, "path");
|
|
3399
|
+
G(this, "handler");
|
|
3442
3400
|
this.path = t, this.handler = o;
|
|
3443
3401
|
}
|
|
3444
3402
|
}
|
|
3445
3403
|
const d5 = "$off";
|
|
3446
3404
|
class h5 {
|
|
3447
3405
|
constructor() {
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3406
|
+
G(this, "currentShareText");
|
|
3407
|
+
G(this, "enabled");
|
|
3408
|
+
G(this, "isSharing");
|
|
3451
3409
|
}
|
|
3452
3410
|
}
|
|
3453
3411
|
export {
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3412
|
+
Me as Clock,
|
|
3413
|
+
_6 as DaysOfWeek,
|
|
3414
|
+
o5 as ErrorBox,
|
|
3457
3415
|
k8 as IconButton,
|
|
3458
3416
|
U8 as IconMultiAlert,
|
|
3459
3417
|
W8 as IconMultiBan,
|
|
@@ -3469,6 +3427,7 @@ export {
|
|
|
3469
3427
|
Q8 as IconMultiLaptop,
|
|
3470
3428
|
N8 as IconMultiLeftArrow,
|
|
3471
3429
|
e6 as IconMultiLight,
|
|
3430
|
+
x6 as IconMultiMic,
|
|
3472
3431
|
t6 as IconMultiMoon,
|
|
3473
3432
|
s6 as IconMultiPlaystation,
|
|
3474
3433
|
o6 as IconMultiPodium,
|
|
@@ -3479,16 +3438,17 @@ export {
|
|
|
3479
3438
|
i6 as IconMultiRoomPC,
|
|
3480
3439
|
a6 as IconMultiShade,
|
|
3481
3440
|
u6 as IconMultiSun,
|
|
3441
|
+
n5 as IconMultiTemplate,
|
|
3482
3442
|
d6 as IconMultiUpArrow,
|
|
3483
3443
|
h6 as IconMultiVolDown,
|
|
3484
3444
|
v6 as IconMultiVolMute,
|
|
3485
3445
|
g6 as IconMultiVolUp,
|
|
3486
3446
|
f6 as IconMultiWireless,
|
|
3487
|
-
|
|
3488
|
-
|
|
3447
|
+
w6 as IconMultiX,
|
|
3448
|
+
p6 as IconMultiXbox,
|
|
3489
3449
|
r5 as MainLayout,
|
|
3490
3450
|
u5 as MessageHandler,
|
|
3491
|
-
|
|
3451
|
+
we as MobileControlProvider,
|
|
3492
3452
|
j as MultiStateIconContainer,
|
|
3493
3453
|
c5 as NamedIconButton,
|
|
3494
3454
|
h5 as ShareState,
|
|
@@ -3496,10 +3456,11 @@ export {
|
|
|
3496
3456
|
i5 as TechPinLayout,
|
|
3497
3457
|
a5 as getBaseLocation,
|
|
3498
3458
|
V1 as httpClient,
|
|
3459
|
+
M6 as iconsDictionary,
|
|
3499
3460
|
d5 as roomOffSourceKey,
|
|
3500
3461
|
Z3 as selectAllDevices,
|
|
3501
3462
|
x2 as selectApiPath,
|
|
3502
|
-
|
|
3463
|
+
p2 as selectAppConfig,
|
|
3503
3464
|
Y2 as selectClientId,
|
|
3504
3465
|
r8 as selectCurrentPopoverIdForGroup,
|
|
3505
3466
|
j2 as selectDeviceByKey,
|
|
@@ -3509,12 +3470,12 @@ export {
|
|
|
3509
3470
|
U1 as selectModalVisibility,
|
|
3510
3471
|
m2 as selectPartnerMetadata,
|
|
3511
3472
|
k2 as selectRoomAdvancedSharingActive,
|
|
3512
|
-
|
|
3473
|
+
T2 as selectRoomAudioControlPointList,
|
|
3513
3474
|
b2 as selectRoomByKey,
|
|
3514
3475
|
$2 as selectRoomCodecContentDestinationKey,
|
|
3515
3476
|
C2 as selectRoomConfiguration,
|
|
3516
|
-
|
|
3517
|
-
|
|
3477
|
+
P2 as selectRoomDestinationList,
|
|
3478
|
+
_2 as selectRoomDestinations,
|
|
3518
3479
|
F2 as selectRoomDisplayStates,
|
|
3519
3480
|
L2 as selectRoomEnvironmentalDevices,
|
|
3520
3481
|
A2 as selectRoomInCall,
|
|
@@ -3540,64 +3501,63 @@ export {
|
|
|
3540
3501
|
G2 as selectWsIsConnected,
|
|
3541
3502
|
W2 as selectZoomRoomControllerKey,
|
|
3542
3503
|
m as store,
|
|
3543
|
-
|
|
3504
|
+
q as uiActions,
|
|
3544
3505
|
g8 as uiReducer,
|
|
3545
3506
|
O6 as useApiPath,
|
|
3546
3507
|
Z2 as useAppConfig,
|
|
3547
|
-
|
|
3548
|
-
|
|
3508
|
+
w2 as useAppDispatch,
|
|
3509
|
+
w as useAppSelector,
|
|
3549
3510
|
xe as useAvrControl,
|
|
3550
|
-
|
|
3551
|
-
Me as useCameraBase,
|
|
3511
|
+
g as useButtonHeldHeartbeat,
|
|
3552
3512
|
s8 as useClientId,
|
|
3553
3513
|
$8 as useDeviceIBasicVolumeWithFeedback,
|
|
3554
|
-
|
|
3555
|
-
|
|
3514
|
+
me as useDevicePresetsModel,
|
|
3515
|
+
Ze as useEndpoint,
|
|
3556
3516
|
d8 as useError,
|
|
3557
|
-
|
|
3517
|
+
Xe as useGetAllDeviceStateFromRoomConfiguration,
|
|
3558
3518
|
U6 as useGetAllDevices,
|
|
3559
3519
|
F6 as useGetAllRooms,
|
|
3560
3520
|
ve as useGetCurrentPopoverIdForGroup,
|
|
3561
|
-
|
|
3562
|
-
|
|
3521
|
+
_ as useGetDevice,
|
|
3522
|
+
pe as useGetIBasicVolumeWithFeedback,
|
|
3563
3523
|
H6 as useGetRoom,
|
|
3564
3524
|
ce as useGetRoomDisplayStates,
|
|
3565
3525
|
re as useGetZoomRoomControllerKey,
|
|
3566
3526
|
R3 as useIBasicVolumeWithFeedback,
|
|
3567
|
-
|
|
3568
|
-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3574
|
-
|
|
3527
|
+
je as useIChannel,
|
|
3528
|
+
Ce as useIColor,
|
|
3529
|
+
Se as useICommunicationMonitor,
|
|
3530
|
+
Ie as useIDPad,
|
|
3531
|
+
be as useIDeviceInfoMessenger,
|
|
3532
|
+
Re as useIDspPresets,
|
|
3533
|
+
ye as useIDvr,
|
|
3534
|
+
Ee as useIEssentialsRoomCombiner,
|
|
3575
3535
|
y3 as useIHasPowerControl,
|
|
3576
3536
|
k1 as useIHasSelectableItems,
|
|
3577
3537
|
Te as useIHumiditySensor,
|
|
3578
3538
|
_e as useILevelControls,
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3539
|
+
Pe as useILightingScenes,
|
|
3540
|
+
Le as useIMatrixRouting,
|
|
3541
|
+
De as useIMcCiscoCodecUserInterfaceAppControl,
|
|
3542
|
+
$e as useINumeric,
|
|
3543
|
+
Ae as useIProjectorScreenLiftControl,
|
|
3544
|
+
Be as useIRoomEventSchedule,
|
|
3545
|
+
Oe as useIRunDefaultPresentRoute,
|
|
3546
|
+
Ve as useIRunDirectRouteAction,
|
|
3547
|
+
ke as useIRunRouteAction,
|
|
3548
|
+
Ue as useISetTopBoxControls,
|
|
3549
|
+
We as useIShadesOpenCloseStop,
|
|
3550
|
+
Fe as useIShutdownPromptTimer,
|
|
3551
|
+
He as useISwitchedOutput,
|
|
3552
|
+
Ke as useITechPassword,
|
|
3553
|
+
Ge as useITemperatureSensor,
|
|
3554
|
+
qe as useITheme,
|
|
3555
|
+
Ye as useITransport,
|
|
3596
3556
|
C8 as useInitialize,
|
|
3597
3557
|
ae as useIsTouchpanel,
|
|
3598
3558
|
V6 as useLogoPath,
|
|
3599
|
-
|
|
3600
|
-
|
|
3559
|
+
ze as useMobileControlTouchpanelController,
|
|
3560
|
+
Qe as useOverflow,
|
|
3601
3561
|
k6 as usePartnerMetadata,
|
|
3602
3562
|
D8 as usePressHoldRelease,
|
|
3603
3563
|
oe as useRoomAdvancedSharingActive,
|
|
@@ -3607,7 +3567,7 @@ export {
|
|
|
3607
3567
|
z6 as useRoomDestinationList,
|
|
3608
3568
|
Y6 as useRoomDestinations,
|
|
3609
3569
|
J6 as useRoomEnvironmentalDevices,
|
|
3610
|
-
|
|
3570
|
+
Ne as useRoomIBasicVolumeWithFeedback,
|
|
3611
3571
|
N6 as useRoomInCall,
|
|
3612
3572
|
te as useRoomIsCoolingDown,
|
|
3613
3573
|
se as useRoomIsOn,
|
|
@@ -3621,19 +3581,19 @@ export {
|
|
|
3621
3581
|
C1 as useRoomState,
|
|
3622
3582
|
H2 as useRoomVolume,
|
|
3623
3583
|
le as useRuntimeInfo,
|
|
3624
|
-
|
|
3584
|
+
e5 as useScroll,
|
|
3625
3585
|
c8 as useServerIsRunningOnProcessorHardware,
|
|
3626
3586
|
de as useShowIncomingCallModal,
|
|
3627
3587
|
he as useShowModal,
|
|
3628
3588
|
ge as useShowPopoverById,
|
|
3629
3589
|
h8 as useShowReconnect,
|
|
3630
3590
|
ue as useShowShutdownModal,
|
|
3631
|
-
|
|
3591
|
+
t5 as useSystemControl,
|
|
3632
3592
|
o8 as useSystemUuid,
|
|
3633
3593
|
fe as useTheme,
|
|
3634
|
-
|
|
3594
|
+
s5 as useTimeAndDate,
|
|
3635
3595
|
ie as useTouchpanelKey,
|
|
3636
|
-
|
|
3596
|
+
Je as useTwoWayDisplayBase,
|
|
3637
3597
|
n8 as useUserCode,
|
|
3638
3598
|
b as useWebsocketContext,
|
|
3639
3599
|
j3 as useWsIsConnected
|