@pepperdash/mobile-control-react-app-core 1.17.0 → 1.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mobile-control-react-app-core.es.js +823 -810
- package/dist/mobile-control-react-app-core.umd.js +10 -10
- package/dist/shared/hooks/interfaces/index.d.ts +3 -1
- package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIHumiditySensor.d.ts +11 -0
- package/dist/shared/hooks/interfaces/useIHumiditySensor.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useITemperatureSensor.d.ts +13 -0
- package/dist/shared/hooks/interfaces/useITemperatureSensor.d.ts.map +1 -0
- package/dist/shared/hooks/useGetDeviceStateFromRoomConfiguration.d.ts.map +1 -1
- package/dist/store/appConfig/appConfig.slice.d.ts +11 -0
- package/dist/store/appConfig/appConfig.slice.d.ts.map +1 -1
- package/dist/store/appConfig/appConfigSelectors.d.ts +2 -0
- package/dist/store/appConfig/appConfigSelectors.d.ts.map +1 -1
- package/dist/types/state/state/IHumiditySensorState.d.ts +5 -0
- package/dist/types/state/state/IHumiditySensorState.d.ts.map +1 -0
- package/dist/types/state/state/ITemperatureSensorState.d.ts +6 -0
- package/dist/types/state/state/ITemperatureSensorState.d.ts.map +1 -0
- package/dist/types/state/state/index.d.ts +4 -2
- package/dist/types/state/state/index.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
var q3 = Object.defineProperty;
|
|
2
|
-
var Y3 = (t, e,
|
|
3
|
-
var H = (t, e,
|
|
2
|
+
var Y3 = (t, e, o) => e in t ? q3(t, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : t[e] = o;
|
|
3
|
+
var H = (t, e, o) => (Y3(t, typeof e != "symbol" ? e + "" : e, o), o);
|
|
4
4
|
import z3, { AxiosError as J3 } from "axios";
|
|
5
5
|
import { useDispatch as X3, useSelector as Q3, Provider as N3 } from "react-redux";
|
|
6
|
-
import { createSlice as d1, combineReducers as e2, configureStore as t2, createSelector as
|
|
6
|
+
import { createSlice as d1, combineReducers as e2, configureStore as t2, createSelector as s2 } from "@reduxjs/toolkit";
|
|
7
7
|
import * as a3 from "lodash";
|
|
8
|
-
import u3, { createContext as
|
|
8
|
+
import u3, { createContext as o2, useState as W, useRef as u1, useCallback as c1, useEffect as t1, useContext as n2, useLayoutEffect as d3 } from "react";
|
|
9
9
|
import { useNavigate as r2, useRouteError as c2, isRouteErrorResponse as l2 } from "react-router-dom";
|
|
10
|
-
const i2 = X3.withTypes(),
|
|
11
|
-
function
|
|
12
|
-
return
|
|
10
|
+
const i2 = X3.withTypes(), p = Q3.withTypes(), a2 = () => p((t) => t.appConfig.config), K8 = () => p((t) => t.appConfig.config.apiPath), G8 = () => p((t) => t.appConfig.config.logoPath), q8 = () => p((t) => t.appConfig.config.partnerMetadata), u2 = () => p((t) => t.devices);
|
|
11
|
+
function _(t) {
|
|
12
|
+
return p((e) => e.devices[t] ? e.devices[t] : void 0);
|
|
13
13
|
}
|
|
14
14
|
const d2 = {
|
|
15
15
|
config: {
|
|
@@ -34,7 +34,7 @@ const d2 = {
|
|
|
34
34
|
initialState: n3,
|
|
35
35
|
reducers: {
|
|
36
36
|
setDeviceState(t, e) {
|
|
37
|
-
const
|
|
37
|
+
const o = e.payload.type, r = o.slice(o.lastIndexOf("/") + 1);
|
|
38
38
|
if (!r)
|
|
39
39
|
return;
|
|
40
40
|
const c = e.payload.content, u = t[r] ?? {}, i = a3.merge(u, c);
|
|
@@ -49,8 +49,8 @@ const d2 = {
|
|
|
49
49
|
initialState: r3,
|
|
50
50
|
reducers: {
|
|
51
51
|
setRoomState(t, e) {
|
|
52
|
-
const
|
|
53
|
-
if (console.log(
|
|
52
|
+
const o = e.payload.type, r = o.slice(o.lastIndexOf("/") + 1);
|
|
53
|
+
if (console.log(o, r), !r)
|
|
54
54
|
return;
|
|
55
55
|
const c = e.payload.content;
|
|
56
56
|
console.log(c);
|
|
@@ -61,7 +61,7 @@ const d2 = {
|
|
|
61
61
|
return r3;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
|
-
}), e1 = g3.actions, f2 = g3.reducer,
|
|
64
|
+
}), e1 = g3.actions, f2 = g3.reducer, p2 = {
|
|
65
65
|
apiVersion: "",
|
|
66
66
|
serverIsRunningOnProcessorHardware: !1,
|
|
67
67
|
websocket: {
|
|
@@ -91,7 +91,7 @@ const d2 = {
|
|
|
91
91
|
}
|
|
92
92
|
}, f3 = d1({
|
|
93
93
|
name: "runtimeConfig",
|
|
94
|
-
initialState:
|
|
94
|
+
initialState: p2,
|
|
95
95
|
reducers: {
|
|
96
96
|
setRuntimeConfig(t, e) {
|
|
97
97
|
t.apiVersion = e.payload.apiVersion, t.serverIsRunningOnProcessorHardware = e.payload.serverIsRunningOnProcessorHardware;
|
|
@@ -118,7 +118,7 @@ const d2 = {
|
|
|
118
118
|
t.touchpanelKey = e.payload;
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
|
-
}),
|
|
121
|
+
}), F = f3.actions, w2 = f3.reducer, x2 = {
|
|
122
122
|
showReconnect: !1,
|
|
123
123
|
error: "",
|
|
124
124
|
modalVisibility: {
|
|
@@ -126,7 +126,7 @@ const d2 = {
|
|
|
126
126
|
showIncomingCallModal: !1
|
|
127
127
|
},
|
|
128
128
|
popoverVisibility: {}
|
|
129
|
-
},
|
|
129
|
+
}, p3 = d1({
|
|
130
130
|
name: "ui",
|
|
131
131
|
initialState: x2,
|
|
132
132
|
reducers: {
|
|
@@ -145,8 +145,8 @@ const d2 = {
|
|
|
145
145
|
t.modalVisibility.showIncomingCallModal = e.payload;
|
|
146
146
|
},
|
|
147
147
|
setPopoverState(t, e) {
|
|
148
|
-
t.popoverVisibility[e.payload.popoverGroup] || (t.popoverVisibility[e.payload.popoverGroup] = {}), Object.entries(t.popoverVisibility[e.payload.popoverGroup]).forEach(([
|
|
149
|
-
t.popoverVisibility[e.payload.popoverGroup][
|
|
148
|
+
t.popoverVisibility[e.payload.popoverGroup] || (t.popoverVisibility[e.payload.popoverGroup] = {}), Object.entries(t.popoverVisibility[e.payload.popoverGroup]).forEach(([o]) => {
|
|
149
|
+
t.popoverVisibility[e.payload.popoverGroup][o] = !1;
|
|
150
150
|
}), t.popoverVisibility[e.payload.popoverGroup][e.payload.popoverId] = e.payload.value;
|
|
151
151
|
},
|
|
152
152
|
setErrorMessage(t, e) {
|
|
@@ -159,141 +159,141 @@ const d2 = {
|
|
|
159
159
|
t.theme = e.payload;
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
|
-
}), q =
|
|
162
|
+
}), q = p3.actions, M2 = p3.reducer, m2 = e2({
|
|
163
163
|
appConfig: v2,
|
|
164
|
-
runtimeConfig:
|
|
164
|
+
runtimeConfig: w2,
|
|
165
165
|
rooms: f2,
|
|
166
166
|
devices: g2,
|
|
167
167
|
ui: M2
|
|
168
168
|
}), m = t2({
|
|
169
169
|
reducer: m2
|
|
170
|
-
}),
|
|
170
|
+
}), Y8 = (t) => p(
|
|
171
171
|
(e) => {
|
|
172
|
-
var
|
|
173
|
-
return e.rooms[t] ? (
|
|
172
|
+
var o;
|
|
173
|
+
return e.rooms[t] ? (o = e.rooms[t]) == null ? void 0 : o.configuration : void 0;
|
|
174
174
|
}
|
|
175
|
-
), D1 = (t) =>
|
|
175
|
+
), D1 = (t) => p(
|
|
176
176
|
(e) => e.rooms[t] ? e.rooms[t] : void 0
|
|
177
|
-
),
|
|
177
|
+
), z8 = (t) => p(
|
|
178
178
|
(e) => {
|
|
179
|
-
var
|
|
180
|
-
return e.rooms[t] ? (
|
|
179
|
+
var o;
|
|
180
|
+
return e.rooms[t] ? (o = e.rooms[t]) == null ? void 0 : o.name : void 0;
|
|
181
181
|
}
|
|
182
|
-
), Z2 = (t, e) =>
|
|
183
|
-
(
|
|
182
|
+
), Z2 = (t, e) => p(
|
|
183
|
+
(o) => {
|
|
184
184
|
var r;
|
|
185
|
-
return
|
|
185
|
+
return o.rooms[t] ? (r = o.rooms[t]) == null ? void 0 : r.volumes[e] : void 0;
|
|
186
186
|
}
|
|
187
|
-
), j2 = (t) =>
|
|
187
|
+
), j2 = (t) => p(
|
|
188
188
|
(e) => e.rooms[t] ? e.rooms[t] : void 0
|
|
189
|
-
),
|
|
189
|
+
), J8 = (t) => p(
|
|
190
190
|
(e) => {
|
|
191
|
-
var
|
|
192
|
-
return e.rooms[t] ? (r = (
|
|
191
|
+
var o, r;
|
|
192
|
+
return e.rooms[t] ? (r = (o = e.rooms[t]) == null ? void 0 : o.configuration) == null ? void 0 : r.sourceList : void 0;
|
|
193
193
|
}
|
|
194
|
-
),
|
|
194
|
+
), X8 = (t) => p(
|
|
195
195
|
(e) => {
|
|
196
|
-
var
|
|
197
|
-
return e.rooms[t] ? (r = (
|
|
196
|
+
var o, r;
|
|
197
|
+
return e.rooms[t] ? (r = (o = e.rooms[t]) == null ? void 0 : o.configuration) == null ? void 0 : r.audioControlPointList : void 0;
|
|
198
198
|
}
|
|
199
|
-
),
|
|
199
|
+
), Q8 = (t) => p(
|
|
200
200
|
(e) => {
|
|
201
|
-
var
|
|
202
|
-
return e.rooms[t] ? (r = (
|
|
201
|
+
var o, r;
|
|
202
|
+
return e.rooms[t] ? (r = (o = e.rooms[t]) == null ? void 0 : o.configuration) == null ? void 0 : r.destinations : void 0;
|
|
203
203
|
}
|
|
204
|
-
),
|
|
204
|
+
), N8 = (t) => p(
|
|
205
205
|
(e) => {
|
|
206
|
-
var
|
|
207
|
-
return e.rooms[t] ? (r = (
|
|
206
|
+
var o, r;
|
|
207
|
+
return e.rooms[t] ? (r = (o = e.rooms[t]) == null ? void 0 : o.configuration) == null ? void 0 : r.destinationList : void 0;
|
|
208
208
|
}
|
|
209
|
-
),
|
|
209
|
+
), e6 = (t) => p(
|
|
210
210
|
(e) => {
|
|
211
|
-
var
|
|
212
|
-
return e.rooms[t] ? (r = (
|
|
211
|
+
var o, r;
|
|
212
|
+
return e.rooms[t] ? (r = (o = e.rooms[t]) == null ? void 0 : o.configuration) == null ? void 0 : r.environmentalDevices : void 0;
|
|
213
213
|
}
|
|
214
|
-
),
|
|
214
|
+
), t6 = (t) => p(
|
|
215
215
|
(e) => {
|
|
216
|
-
var
|
|
217
|
-
return (r = (
|
|
216
|
+
var o, r, c, u, i, h, f, w;
|
|
217
|
+
return (r = (o = e.rooms[t]) == null ? void 0 : o.configuration) != null && r.destinationList.programAudio ? (i = (u = (c = e.rooms[t]) == null ? void 0 : c.configuration) == null ? void 0 : u.destinationList.programAudio) == null ? void 0 : i.sinkKey : ((w = (f = (h = e.rooms[t]) == null ? void 0 : h.configuration) == null ? void 0 : f.destinationList.defaultDisplay) == null ? void 0 : w.sinkKey) || "";
|
|
218
218
|
}
|
|
219
|
-
),
|
|
219
|
+
), s6 = (t) => p(
|
|
220
220
|
(e) => {
|
|
221
|
-
var
|
|
222
|
-
return e.rooms[t] ? (c = (r = (
|
|
221
|
+
var o, r, c;
|
|
222
|
+
return e.rooms[t] ? (c = (r = (o = e.rooms[t]) == null ? void 0 : o.configuration) == null ? void 0 : r.destinationList.codecContent) == null ? void 0 : c.sinkKey : void 0;
|
|
223
223
|
}
|
|
224
|
-
),
|
|
224
|
+
), o6 = (t) => p(
|
|
225
225
|
(e) => {
|
|
226
|
-
var
|
|
227
|
-
return e.rooms[t] ? (
|
|
226
|
+
var o;
|
|
227
|
+
return e.rooms[t] ? (o = e.rooms[t]) == null ? void 0 : o.isInCall : void 0;
|
|
228
228
|
}
|
|
229
|
-
),
|
|
229
|
+
), n6 = (t) => p(
|
|
230
230
|
(e) => {
|
|
231
|
-
var
|
|
232
|
-
return e.rooms[t] ? (
|
|
231
|
+
var o;
|
|
232
|
+
return e.rooms[t] ? (o = e.rooms[t]) == null ? void 0 : o.isWarmingUp : void 0;
|
|
233
233
|
}
|
|
234
|
-
),
|
|
234
|
+
), r6 = (t) => p(
|
|
235
235
|
(e) => {
|
|
236
|
-
var
|
|
237
|
-
return e.rooms[t] ? (
|
|
236
|
+
var o;
|
|
237
|
+
return e.rooms[t] ? (o = e.rooms[t]) == null ? void 0 : o.isCoolingDown : void 0;
|
|
238
238
|
}
|
|
239
|
-
),
|
|
239
|
+
), c6 = (t) => p(
|
|
240
240
|
(e) => {
|
|
241
|
-
var
|
|
242
|
-
return e.rooms[t] ? (
|
|
241
|
+
var o;
|
|
242
|
+
return e.rooms[t] ? (o = e.rooms[t]) == null ? void 0 : o.isOn : void 0;
|
|
243
243
|
}
|
|
244
|
-
),
|
|
244
|
+
), l6 = (t) => p(
|
|
245
245
|
(e) => {
|
|
246
|
-
var
|
|
247
|
-
return e.rooms[t] ? (
|
|
246
|
+
var o;
|
|
247
|
+
return e.rooms[t] ? (o = e.rooms[t]) == null ? void 0 : o.advancedSharingActive : void 0;
|
|
248
248
|
}
|
|
249
|
-
),
|
|
249
|
+
), i6 = (t) => p(
|
|
250
250
|
(e) => {
|
|
251
|
-
var
|
|
252
|
-
return e.rooms[t] ? (
|
|
251
|
+
var o;
|
|
252
|
+
return e.rooms[t] ? (o = e.rooms[t]) == null ? void 0 : o.share : void 0;
|
|
253
253
|
}
|
|
254
|
-
),
|
|
254
|
+
), a6 = (t) => s2(
|
|
255
255
|
[
|
|
256
|
-
(e,
|
|
256
|
+
(e, o) => o,
|
|
257
257
|
u2,
|
|
258
258
|
(e) => {
|
|
259
|
-
var
|
|
260
|
-
return (r = (
|
|
259
|
+
var o, r;
|
|
260
|
+
return (r = (o = e.rooms[t]) == null ? void 0 : o.configuration) == null ? void 0 : r.destinations;
|
|
261
261
|
}
|
|
262
262
|
],
|
|
263
|
-
(e,
|
|
264
|
-
if (console.log("roomKey", e), console.log("devices",
|
|
263
|
+
(e, o, r) => {
|
|
264
|
+
if (console.log("roomKey", e), console.log("devices", o), console.log("destinations", r), !r)
|
|
265
265
|
return;
|
|
266
266
|
const c = Object.entries(r).filter(([i]) => i !== "programAudio" && i !== "codecContent").map(([, i]) => i);
|
|
267
|
-
return Object.values(
|
|
267
|
+
return Object.values(o).filter((i) => Object.values(c).includes(i.key));
|
|
268
268
|
}
|
|
269
|
-
)(m.getState(), t),
|
|
269
|
+
)(m.getState(), t), u6 = (t) => p(
|
|
270
270
|
(e) => {
|
|
271
|
-
var
|
|
272
|
-
return e.rooms[t] ? (r = (
|
|
271
|
+
var o, r;
|
|
272
|
+
return e.rooms[t] ? (r = (o = e.rooms[t]) == null ? void 0 : o.configuration) == null ? void 0 : r.zoomRoomControllerKey : void 0;
|
|
273
273
|
}
|
|
274
|
-
), C2 = () =>
|
|
274
|
+
), C2 = () => p((t) => t.runtimeConfig.websocket.isConnected), S2 = () => p((t) => t.runtimeConfig.currentRoomKey), b2 = () => p((t) => t.runtimeConfig.roomData.clientId), I2 = () => p((t) => t.runtimeConfig.roomData.systemUuid), y2 = () => p((t) => t.runtimeConfig.roomData.userCode), R2 = () => p((t) => t.runtimeConfig.serverIsRunningOnProcessorHardware), d6 = () => p((t) => {
|
|
275
275
|
var e;
|
|
276
276
|
return (e = t.runtimeConfig.roomData.config) == null ? void 0 : e.runtimeInfo;
|
|
277
|
-
}),
|
|
278
|
-
const
|
|
279
|
-
if (
|
|
280
|
-
return Object.keys(
|
|
281
|
-
}),
|
|
277
|
+
}), h6 = () => p((t) => t.runtimeConfig.touchpanelKey), v6 = () => p((t) => t.runtimeConfig.touchpanelKey !== ""), g6 = () => p((t) => t.ui.modalVisibility.showShutdownModal), f6 = () => p((t) => t.ui.modalVisibility.showIncomingCallModal), p6 = (t) => p((e) => e.ui.modalVisibility[t]), w6 = (t) => p((e) => {
|
|
278
|
+
const o = e.ui.popoverVisibility[t];
|
|
279
|
+
if (o)
|
|
280
|
+
return Object.keys(o).find((r) => o[r]);
|
|
281
|
+
}), x6 = (t, e) => p((o) => {
|
|
282
282
|
var r;
|
|
283
|
-
return (r =
|
|
284
|
-
}), E2 = () =>
|
|
285
|
-
function
|
|
283
|
+
return (r = o.ui.popoverVisibility[t]) == null ? void 0 : r[e];
|
|
284
|
+
}), E2 = () => p((t) => t.ui.error), _2 = () => p((t) => t.ui.showReconnect), M6 = () => p((t) => t.ui.theme), L1 = z3.create();
|
|
285
|
+
function T2() {
|
|
286
286
|
const t = i2();
|
|
287
287
|
return async () => {
|
|
288
288
|
try {
|
|
289
289
|
const e = location.pathname.split("/").filter((c) => c.length > 0);
|
|
290
290
|
e.length >= 5 ? e.length = 5 : e.length = 2;
|
|
291
|
-
const
|
|
291
|
+
const o = `/${e.join("/")}`, r = await L1.get("/_local-config/_config.local.json", { baseURL: o });
|
|
292
292
|
if (r.status == 200 && r.data) {
|
|
293
293
|
const c = r.data.apiPath;
|
|
294
294
|
t(h2.setAppConfig(r.data));
|
|
295
|
-
const u = await
|
|
296
|
-
u.status == 200 && u.data && t(
|
|
295
|
+
const u = await L1.get(`${c}/version`);
|
|
296
|
+
u.status == 200 && u.data && t(F.setRuntimeConfig(u.data));
|
|
297
297
|
}
|
|
298
298
|
} catch (e) {
|
|
299
299
|
console.error("Error getting config", e);
|
|
@@ -301,7 +301,7 @@ function L2() {
|
|
|
301
301
|
return !0;
|
|
302
302
|
};
|
|
303
303
|
}
|
|
304
|
-
var
|
|
304
|
+
var P1 = { exports: {} }, l1 = {};
|
|
305
305
|
/**
|
|
306
306
|
* @license React
|
|
307
307
|
* react-jsx-runtime.development.js
|
|
@@ -312,17 +312,17 @@ var $1 = { exports: {} }, l1 = {};
|
|
|
312
312
|
* LICENSE file in the root directory of this source tree.
|
|
313
313
|
*/
|
|
314
314
|
var c3;
|
|
315
|
-
function
|
|
315
|
+
function L2() {
|
|
316
316
|
return c3 || (c3 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
317
|
-
var t = u3, e = Symbol.for("react.element"),
|
|
318
|
-
function
|
|
317
|
+
var t = u3, e = Symbol.for("react.element"), o = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), c = Symbol.for("react.strict_mode"), u = Symbol.for("react.profiler"), i = Symbol.for("react.provider"), h = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), w = Symbol.for("react.suspense"), d = Symbol.for("react.suspense_list"), I = Symbol.for("react.memo"), $ = Symbol.for("react.lazy"), U = Symbol.for("react.offscreen"), O = Symbol.iterator, z = "@@iterator";
|
|
318
|
+
function s1(n) {
|
|
319
319
|
if (n === null || typeof n != "object")
|
|
320
320
|
return null;
|
|
321
321
|
var l = O && n[O] || n[z];
|
|
322
322
|
return typeof l == "function" ? l : null;
|
|
323
323
|
}
|
|
324
|
-
var
|
|
325
|
-
function
|
|
324
|
+
var P = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
325
|
+
function L(n) {
|
|
326
326
|
{
|
|
327
327
|
for (var l = arguments.length, a = new Array(l > 1 ? l - 1 : 0), v = 1; v < l; v++)
|
|
328
328
|
a[v - 1] = arguments[v];
|
|
@@ -331,18 +331,18 @@ function P2() {
|
|
|
331
331
|
}
|
|
332
332
|
function x1(n, l, a) {
|
|
333
333
|
{
|
|
334
|
-
var v =
|
|
334
|
+
var v = P.ReactDebugCurrentFrame, C = v.getStackAddendum();
|
|
335
335
|
C !== "" && (l += "%s", a = a.concat([C]));
|
|
336
|
-
var
|
|
336
|
+
var b = a.map(function(M) {
|
|
337
337
|
return String(M);
|
|
338
338
|
});
|
|
339
|
-
|
|
339
|
+
b.unshift("Warning: " + l), Function.prototype.apply.call(console[n], console, b);
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
var M1 = !1, y = !1, j = !1, h1 = !1, m1 = !1, K;
|
|
343
343
|
K = Symbol.for("react.module.reference");
|
|
344
344
|
function A(n) {
|
|
345
|
-
return !!(typeof n == "string" || typeof n == "function" || n === r || n === u || m1 || n === c || n ===
|
|
345
|
+
return !!(typeof n == "string" || typeof n == "function" || n === r || n === u || m1 || n === c || n === w || n === d || h1 || n === U || M1 || y || j || typeof n == "object" && n !== null && (n.$$typeof === $ || n.$$typeof === I || n.$$typeof === i || n.$$typeof === h || n.$$typeof === f || // This needs to include all possible module reference object
|
|
346
346
|
// types supported by any Flight configuration anywhere since
|
|
347
347
|
// we don't know which Flight build this will end up being used
|
|
348
348
|
// with.
|
|
@@ -361,20 +361,20 @@ function P2() {
|
|
|
361
361
|
function V(n) {
|
|
362
362
|
if (n == null)
|
|
363
363
|
return null;
|
|
364
|
-
if (typeof n.tag == "number" &&
|
|
364
|
+
if (typeof n.tag == "number" && L("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof n == "function")
|
|
365
365
|
return n.displayName || n.name || null;
|
|
366
366
|
if (typeof n == "string")
|
|
367
367
|
return n;
|
|
368
368
|
switch (n) {
|
|
369
369
|
case r:
|
|
370
370
|
return "Fragment";
|
|
371
|
-
case
|
|
371
|
+
case o:
|
|
372
372
|
return "Portal";
|
|
373
373
|
case u:
|
|
374
374
|
return "Profiler";
|
|
375
375
|
case c:
|
|
376
376
|
return "StrictMode";
|
|
377
|
-
case
|
|
377
|
+
case w:
|
|
378
378
|
return "Suspense";
|
|
379
379
|
case d:
|
|
380
380
|
return "SuspenseList";
|
|
@@ -392,10 +392,10 @@ function P2() {
|
|
|
392
392
|
case I:
|
|
393
393
|
var v = n.displayName || null;
|
|
394
394
|
return v !== null ? v : V(n.type) || "Memo";
|
|
395
|
-
case
|
|
396
|
-
var C = n,
|
|
395
|
+
case $: {
|
|
396
|
+
var C = n, b = C._payload, M = C._init;
|
|
397
397
|
try {
|
|
398
|
-
return V(M(
|
|
398
|
+
return V(M(b));
|
|
399
399
|
} catch {
|
|
400
400
|
return null;
|
|
401
401
|
}
|
|
@@ -403,18 +403,18 @@ function P2() {
|
|
|
403
403
|
}
|
|
404
404
|
return null;
|
|
405
405
|
}
|
|
406
|
-
var G = Object.assign,
|
|
407
|
-
function
|
|
406
|
+
var G = Object.assign, o1 = 0, A1, B1, O1, V1, k1, U1, F1;
|
|
407
|
+
function W1() {
|
|
408
408
|
}
|
|
409
|
-
|
|
409
|
+
W1.__reactDisabledLog = !0;
|
|
410
410
|
function m3() {
|
|
411
411
|
{
|
|
412
|
-
if (
|
|
413
|
-
A1 = console.log, B1 = console.info, O1 = console.warn, V1 = console.error, k1 = console.group,
|
|
412
|
+
if (o1 === 0) {
|
|
413
|
+
A1 = console.log, B1 = console.info, O1 = console.warn, V1 = console.error, k1 = console.group, U1 = console.groupCollapsed, F1 = console.groupEnd;
|
|
414
414
|
var n = {
|
|
415
415
|
configurable: !0,
|
|
416
416
|
enumerable: !0,
|
|
417
|
-
value:
|
|
417
|
+
value: W1,
|
|
418
418
|
writable: !0
|
|
419
419
|
};
|
|
420
420
|
Object.defineProperties(console, {
|
|
@@ -427,12 +427,12 @@ function P2() {
|
|
|
427
427
|
groupEnd: n
|
|
428
428
|
});
|
|
429
429
|
}
|
|
430
|
-
|
|
430
|
+
o1++;
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
433
|
function Z3() {
|
|
434
434
|
{
|
|
435
|
-
if (
|
|
435
|
+
if (o1--, o1 === 0) {
|
|
436
436
|
var n = {
|
|
437
437
|
configurable: !0,
|
|
438
438
|
enumerable: !0,
|
|
@@ -455,17 +455,17 @@ function P2() {
|
|
|
455
455
|
value: k1
|
|
456
456
|
}),
|
|
457
457
|
groupCollapsed: G({}, n, {
|
|
458
|
-
value:
|
|
458
|
+
value: U1
|
|
459
459
|
}),
|
|
460
460
|
groupEnd: G({}, n, {
|
|
461
|
-
value:
|
|
461
|
+
value: F1
|
|
462
462
|
})
|
|
463
463
|
});
|
|
464
464
|
}
|
|
465
|
-
|
|
465
|
+
o1 < 0 && L("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
466
466
|
}
|
|
467
467
|
}
|
|
468
|
-
var Z1 =
|
|
468
|
+
var Z1 = P.ReactCurrentDispatcher, j1;
|
|
469
469
|
function v1(n, l, a) {
|
|
470
470
|
{
|
|
471
471
|
if (j1 === void 0)
|
|
@@ -496,8 +496,8 @@ function P2() {
|
|
|
496
496
|
C1 = !0;
|
|
497
497
|
var C = Error.prepareStackTrace;
|
|
498
498
|
Error.prepareStackTrace = void 0;
|
|
499
|
-
var
|
|
500
|
-
|
|
499
|
+
var b;
|
|
500
|
+
b = Z1.current, Z1.current = null, m3();
|
|
501
501
|
try {
|
|
502
502
|
if (l) {
|
|
503
503
|
var M = function() {
|
|
@@ -534,23 +534,23 @@ function P2() {
|
|
|
534
534
|
if (B && v && typeof B.stack == "string") {
|
|
535
535
|
for (var x = B.stack.split(`
|
|
536
536
|
`), D = v.stack.split(`
|
|
537
|
-
`), E = x.length - 1,
|
|
538
|
-
|
|
539
|
-
for (; E >= 1 &&
|
|
540
|
-
if (x[E] !== D[
|
|
541
|
-
if (E !== 1 ||
|
|
537
|
+
`), E = x.length - 1, T = D.length - 1; E >= 1 && T >= 0 && x[E] !== D[T]; )
|
|
538
|
+
T--;
|
|
539
|
+
for (; E >= 1 && T >= 0; E--, T--)
|
|
540
|
+
if (x[E] !== D[T]) {
|
|
541
|
+
if (E !== 1 || T !== 1)
|
|
542
542
|
do
|
|
543
|
-
if (E--,
|
|
543
|
+
if (E--, T--, T < 0 || x[E] !== D[T]) {
|
|
544
544
|
var k = `
|
|
545
545
|
` + x[E].replace(" at new ", " at ");
|
|
546
546
|
return n.displayName && k.includes("<anonymous>") && (k = k.replace("<anonymous>", n.displayName)), typeof n == "function" && g1.set(n, k), k;
|
|
547
547
|
}
|
|
548
|
-
while (E >= 1 &&
|
|
548
|
+
while (E >= 1 && T >= 0);
|
|
549
549
|
break;
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
552
|
} finally {
|
|
553
|
-
C1 = !1, Z1.current =
|
|
553
|
+
C1 = !1, Z1.current = b, Z3(), Error.prepareStackTrace = C;
|
|
554
554
|
}
|
|
555
555
|
var Q = n ? n.displayName || n.name : "", Y = Q ? v1(Q) : "";
|
|
556
556
|
return typeof n == "function" && g1.set(n, Y), Y;
|
|
@@ -570,7 +570,7 @@ function P2() {
|
|
|
570
570
|
if (typeof n == "string")
|
|
571
571
|
return v1(n);
|
|
572
572
|
switch (n) {
|
|
573
|
-
case
|
|
573
|
+
case w:
|
|
574
574
|
return v1("Suspense");
|
|
575
575
|
case d:
|
|
576
576
|
return v1("SuspenseList");
|
|
@@ -581,18 +581,18 @@ function P2() {
|
|
|
581
581
|
return C3(n.render);
|
|
582
582
|
case I:
|
|
583
583
|
return f1(n.type, l, a);
|
|
584
|
-
case
|
|
585
|
-
var v = n, C = v._payload,
|
|
584
|
+
case $: {
|
|
585
|
+
var v = n, C = v._payload, b = v._init;
|
|
586
586
|
try {
|
|
587
|
-
return f1(
|
|
587
|
+
return f1(b(C), l, a);
|
|
588
588
|
} catch {
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
591
|
}
|
|
592
592
|
return "";
|
|
593
593
|
}
|
|
594
|
-
var n1 = Object.prototype.hasOwnProperty, K1 = {}, G1 =
|
|
595
|
-
function
|
|
594
|
+
var n1 = Object.prototype.hasOwnProperty, K1 = {}, G1 = P.ReactDebugCurrentFrame;
|
|
595
|
+
function p1(n) {
|
|
596
596
|
if (n) {
|
|
597
597
|
var l = n._owner, a = f1(n.type, n._source, l ? l.type : null);
|
|
598
598
|
G1.setExtraStackFrame(a);
|
|
@@ -601,9 +601,9 @@ function P2() {
|
|
|
601
601
|
}
|
|
602
602
|
function b3(n, l, a, v, C) {
|
|
603
603
|
{
|
|
604
|
-
var
|
|
604
|
+
var b = Function.call.bind(n1);
|
|
605
605
|
for (var M in n)
|
|
606
|
-
if (
|
|
606
|
+
if (b(n, M)) {
|
|
607
607
|
var x = void 0;
|
|
608
608
|
try {
|
|
609
609
|
if (typeof n[M] != "function") {
|
|
@@ -614,7 +614,7 @@ function P2() {
|
|
|
614
614
|
} catch (E) {
|
|
615
615
|
x = E;
|
|
616
616
|
}
|
|
617
|
-
x && !(x instanceof Error) && (
|
|
617
|
+
x && !(x instanceof Error) && (p1(C), L("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", v || "React class", a, M, typeof x), p1(null)), x instanceof Error && !(x.message in K1) && (K1[x.message] = !0, p1(C), L("Failed %s type: %s", a, x.message), p1(null));
|
|
618
618
|
}
|
|
619
619
|
}
|
|
620
620
|
}
|
|
@@ -640,9 +640,9 @@ function P2() {
|
|
|
640
640
|
}
|
|
641
641
|
function Y1(n) {
|
|
642
642
|
if (R3(n))
|
|
643
|
-
return
|
|
643
|
+
return L("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", y3(n)), q1(n);
|
|
644
644
|
}
|
|
645
|
-
var r1 =
|
|
645
|
+
var r1 = P.ReactCurrentOwner, E3 = {
|
|
646
646
|
key: !0,
|
|
647
647
|
ref: !0,
|
|
648
648
|
__self: !0,
|
|
@@ -657,7 +657,7 @@ function P2() {
|
|
|
657
657
|
}
|
|
658
658
|
return n.ref !== void 0;
|
|
659
659
|
}
|
|
660
|
-
function
|
|
660
|
+
function T3(n) {
|
|
661
661
|
if (n1.call(n, "key")) {
|
|
662
662
|
var l = Object.getOwnPropertyDescriptor(n, "key").get;
|
|
663
663
|
if (l && l.isReactWarning)
|
|
@@ -665,16 +665,16 @@ function P2() {
|
|
|
665
665
|
}
|
|
666
666
|
return n.key !== void 0;
|
|
667
667
|
}
|
|
668
|
-
function
|
|
668
|
+
function L3(n, l) {
|
|
669
669
|
if (typeof n.ref == "string" && r1.current && l && r1.current.stateNode !== l) {
|
|
670
670
|
var a = V(r1.current.type);
|
|
671
|
-
b1[a] || (
|
|
671
|
+
b1[a] || (L('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', V(r1.current.type), n.ref), b1[a] = !0);
|
|
672
672
|
}
|
|
673
673
|
}
|
|
674
|
-
function
|
|
674
|
+
function P3(n, l) {
|
|
675
675
|
{
|
|
676
676
|
var a = function() {
|
|
677
|
-
z1 || (z1 = !0,
|
|
677
|
+
z1 || (z1 = !0, L("%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));
|
|
678
678
|
};
|
|
679
679
|
a.isReactWarning = !0, Object.defineProperty(n, "key", {
|
|
680
680
|
get: a,
|
|
@@ -682,10 +682,10 @@ function P2() {
|
|
|
682
682
|
});
|
|
683
683
|
}
|
|
684
684
|
}
|
|
685
|
-
function
|
|
685
|
+
function $3(n, l) {
|
|
686
686
|
{
|
|
687
687
|
var a = function() {
|
|
688
|
-
J1 || (J1 = !0,
|
|
688
|
+
J1 || (J1 = !0, L("%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));
|
|
689
689
|
};
|
|
690
690
|
a.isReactWarning = !0, Object.defineProperty(n, "ref", {
|
|
691
691
|
get: a,
|
|
@@ -693,7 +693,7 @@ function P2() {
|
|
|
693
693
|
});
|
|
694
694
|
}
|
|
695
695
|
}
|
|
696
|
-
var D3 = function(n, l, a, v, C,
|
|
696
|
+
var D3 = function(n, l, a, v, C, b, M) {
|
|
697
697
|
var x = {
|
|
698
698
|
// This tag allows us to uniquely identify this as a React Element
|
|
699
699
|
$$typeof: e,
|
|
@@ -703,7 +703,7 @@ function P2() {
|
|
|
703
703
|
ref: a,
|
|
704
704
|
props: M,
|
|
705
705
|
// Record the component responsible for creating this element.
|
|
706
|
-
_owner:
|
|
706
|
+
_owner: b
|
|
707
707
|
};
|
|
708
708
|
return x._store = {}, Object.defineProperty(x._store, "validated", {
|
|
709
709
|
configurable: !1,
|
|
@@ -724,23 +724,23 @@ function P2() {
|
|
|
724
724
|
};
|
|
725
725
|
function A3(n, l, a, v, C) {
|
|
726
726
|
{
|
|
727
|
-
var
|
|
728
|
-
a !== void 0 && (Y1(a), x = "" + a),
|
|
729
|
-
for (
|
|
730
|
-
n1.call(l,
|
|
727
|
+
var b, M = {}, x = null, D = null;
|
|
728
|
+
a !== void 0 && (Y1(a), x = "" + a), T3(l) && (Y1(l.key), x = "" + l.key), _3(l) && (D = l.ref, L3(l, C));
|
|
729
|
+
for (b in l)
|
|
730
|
+
n1.call(l, b) && !E3.hasOwnProperty(b) && (M[b] = l[b]);
|
|
731
731
|
if (n && n.defaultProps) {
|
|
732
732
|
var E = n.defaultProps;
|
|
733
|
-
for (
|
|
734
|
-
M[
|
|
733
|
+
for (b in E)
|
|
734
|
+
M[b] === void 0 && (M[b] = E[b]);
|
|
735
735
|
}
|
|
736
736
|
if (x || D) {
|
|
737
|
-
var
|
|
738
|
-
x &&
|
|
737
|
+
var T = typeof n == "function" ? n.displayName || n.name || "Unknown" : n;
|
|
738
|
+
x && P3(M, T), D && $3(M, T);
|
|
739
739
|
}
|
|
740
740
|
return D3(n, x, D, C, v, r1.current, M);
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
|
-
var I1 =
|
|
743
|
+
var I1 = P.ReactCurrentOwner, X1 = P.ReactDebugCurrentFrame;
|
|
744
744
|
function X(n) {
|
|
745
745
|
if (n) {
|
|
746
746
|
var l = n._owner, a = f1(n.type, n._source, l ? l.type : null);
|
|
@@ -799,7 +799,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
799
799
|
return;
|
|
800
800
|
N1[a] = !0;
|
|
801
801
|
var v = "";
|
|
802
|
-
n && n._owner && n._owner !== I1.current && (v = " It was passed a child from " + V(n._owner.type) + "."), X(n),
|
|
802
|
+
n && n._owner && n._owner !== I1.current && (v = " It was passed a child from " + V(n._owner.type) + "."), X(n), L('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', a, v), X(null);
|
|
803
803
|
}
|
|
804
804
|
}
|
|
805
805
|
function t3(n, l) {
|
|
@@ -814,9 +814,9 @@ Check the top-level render call using <` + a + ">.");
|
|
|
814
814
|
else if (R1(n))
|
|
815
815
|
n._store && (n._store.validated = !0);
|
|
816
816
|
else if (n) {
|
|
817
|
-
var C =
|
|
817
|
+
var C = s1(n);
|
|
818
818
|
if (typeof C == "function" && C !== n.entries)
|
|
819
|
-
for (var
|
|
819
|
+
for (var b = C.call(n), M; !(M = b.next()).done; )
|
|
820
820
|
R1(M.value) && e3(M.value, l);
|
|
821
821
|
}
|
|
822
822
|
}
|
|
@@ -841,9 +841,9 @@ Check the top-level render call using <` + a + ">.");
|
|
|
841
841
|
} else if (l.PropTypes !== void 0 && !y1) {
|
|
842
842
|
y1 = !0;
|
|
843
843
|
var C = V(l);
|
|
844
|
-
|
|
844
|
+
L("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", C || "Unknown");
|
|
845
845
|
}
|
|
846
|
-
typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved &&
|
|
846
|
+
typeof l.getDefaultProps == "function" && !l.getDefaultProps.isReactClassApproved && L("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
847
847
|
}
|
|
848
848
|
}
|
|
849
849
|
function k3(n) {
|
|
@@ -851,15 +851,15 @@ Check the top-level render call using <` + a + ">.");
|
|
|
851
851
|
for (var l = Object.keys(n.props), a = 0; a < l.length; a++) {
|
|
852
852
|
var v = l[a];
|
|
853
853
|
if (v !== "children" && v !== "key") {
|
|
854
|
-
X(n),
|
|
854
|
+
X(n), L("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), X(null);
|
|
855
855
|
break;
|
|
856
856
|
}
|
|
857
857
|
}
|
|
858
|
-
n.ref !== null && (X(n),
|
|
858
|
+
n.ref !== null && (X(n), L("Invalid attribute `ref` supplied to `React.Fragment`."), X(null));
|
|
859
859
|
}
|
|
860
860
|
}
|
|
861
|
-
var
|
|
862
|
-
function
|
|
861
|
+
var s3 = {};
|
|
862
|
+
function o3(n, l, a, v, C, b) {
|
|
863
863
|
{
|
|
864
864
|
var M = A(n);
|
|
865
865
|
if (!M) {
|
|
@@ -868,11 +868,11 @@ Check the top-level render call using <` + a + ">.");
|
|
|
868
868
|
var D = B3(C);
|
|
869
869
|
D ? x += D : x += Q1();
|
|
870
870
|
var E;
|
|
871
|
-
n === null ? E = "null" : S1(n) ? E = "array" : n !== void 0 && n.$$typeof === e ? (E = "<" + (V(n.type) || "Unknown") + " />", x = " Did you accidentally export a JSX literal instead of a component?") : E = typeof n,
|
|
871
|
+
n === null ? E = "null" : S1(n) ? E = "array" : n !== void 0 && n.$$typeof === e ? (E = "<" + (V(n.type) || "Unknown") + " />", x = " Did you accidentally export a JSX literal instead of a component?") : E = typeof n, L("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", E, x);
|
|
872
872
|
}
|
|
873
|
-
var
|
|
874
|
-
if (
|
|
875
|
-
return
|
|
873
|
+
var T = A3(n, l, a, C, b);
|
|
874
|
+
if (T == null)
|
|
875
|
+
return T;
|
|
876
876
|
if (M) {
|
|
877
877
|
var k = l.children;
|
|
878
878
|
if (k !== void 0)
|
|
@@ -882,7 +882,7 @@ Check the top-level render call using <` + a + ">.");
|
|
|
882
882
|
t3(k[Q], n);
|
|
883
883
|
Object.freeze && Object.freeze(k);
|
|
884
884
|
} else
|
|
885
|
-
|
|
885
|
+
L("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
886
886
|
else
|
|
887
887
|
t3(k, n);
|
|
888
888
|
}
|
|
@@ -890,27 +890,27 @@ Check the top-level render call using <` + a + ">.");
|
|
|
890
890
|
var Y = V(n), B = Object.keys(l).filter(function(G3) {
|
|
891
891
|
return G3 !== "key";
|
|
892
892
|
}), E1 = B.length > 0 ? "{key: someKey, " + B.join(": ..., ") + ": ...}" : "{key: someKey}";
|
|
893
|
-
if (!
|
|
893
|
+
if (!s3[Y + E1]) {
|
|
894
894
|
var K3 = B.length > 0 ? "{" + B.join(": ..., ") + ": ...}" : "{}";
|
|
895
|
-
|
|
895
|
+
L(`A props object containing a "key" prop is being spread into JSX:
|
|
896
896
|
let props = %s;
|
|
897
897
|
<%s {...props} />
|
|
898
898
|
React keys must be passed directly to JSX without using spread:
|
|
899
899
|
let props = %s;
|
|
900
|
-
<%s key={someKey} {...props} />`, E1, Y, K3, Y),
|
|
900
|
+
<%s key={someKey} {...props} />`, E1, Y, K3, Y), s3[Y + E1] = !0;
|
|
901
901
|
}
|
|
902
902
|
}
|
|
903
|
-
return n === r ? k3(
|
|
903
|
+
return n === r ? k3(T) : V3(T), T;
|
|
904
904
|
}
|
|
905
905
|
}
|
|
906
|
-
function W3(n, l, a) {
|
|
907
|
-
return s3(n, l, a, !0);
|
|
908
|
-
}
|
|
909
906
|
function U3(n, l, a) {
|
|
910
|
-
return
|
|
907
|
+
return o3(n, l, a, !0);
|
|
908
|
+
}
|
|
909
|
+
function F3(n, l, a) {
|
|
910
|
+
return o3(n, l, a, !1);
|
|
911
911
|
}
|
|
912
|
-
var
|
|
913
|
-
l1.Fragment = r, l1.jsx =
|
|
912
|
+
var W3 = F3, H3 = U3;
|
|
913
|
+
l1.Fragment = r, l1.jsx = W3, l1.jsxs = H3;
|
|
914
914
|
}()), l1;
|
|
915
915
|
}
|
|
916
916
|
var i1 = {};
|
|
@@ -924,33 +924,33 @@ var i1 = {};
|
|
|
924
924
|
* LICENSE file in the root directory of this source tree.
|
|
925
925
|
*/
|
|
926
926
|
var l3;
|
|
927
|
-
function
|
|
927
|
+
function P2() {
|
|
928
928
|
if (l3)
|
|
929
929
|
return i1;
|
|
930
930
|
l3 = 1;
|
|
931
|
-
var t = u3, e = Symbol.for("react.element"),
|
|
932
|
-
function i(h, f,
|
|
933
|
-
var d, I = {},
|
|
934
|
-
|
|
931
|
+
var t = u3, e = Symbol.for("react.element"), o = Symbol.for("react.fragment"), r = Object.prototype.hasOwnProperty, c = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, u = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
932
|
+
function i(h, f, w) {
|
|
933
|
+
var d, I = {}, $ = null, U = null;
|
|
934
|
+
w !== void 0 && ($ = "" + w), f.key !== void 0 && ($ = "" + f.key), f.ref !== void 0 && (U = f.ref);
|
|
935
935
|
for (d in f)
|
|
936
936
|
r.call(f, d) && !u.hasOwnProperty(d) && (I[d] = f[d]);
|
|
937
937
|
if (h && h.defaultProps)
|
|
938
938
|
for (d in f = h.defaultProps, f)
|
|
939
939
|
I[d] === void 0 && (I[d] = f[d]);
|
|
940
|
-
return { $$typeof: e, type: h, key:
|
|
940
|
+
return { $$typeof: e, type: h, key: $, ref: U, props: I, _owner: c.current };
|
|
941
941
|
}
|
|
942
|
-
return i1.Fragment =
|
|
942
|
+
return i1.Fragment = o, i1.jsx = i, i1.jsxs = i, i1;
|
|
943
943
|
}
|
|
944
|
-
process.env.NODE_ENV === "production" ?
|
|
945
|
-
var
|
|
946
|
-
const
|
|
947
|
-
mwfit:
|
|
944
|
+
process.env.NODE_ENV === "production" ? P1.exports = P2() : P1.exports = L2();
|
|
945
|
+
var s = P1.exports;
|
|
946
|
+
const $2 = "_mwfit_ppa3l_1", D2 = {
|
|
947
|
+
mwfit: $2
|
|
948
948
|
}, A2 = () => {
|
|
949
|
-
const { reconnect: t } =
|
|
950
|
-
return /* @__PURE__ */
|
|
951
|
-
/* @__PURE__ */
|
|
952
|
-
e && /* @__PURE__ */
|
|
953
|
-
|
|
949
|
+
const { reconnect: t } = S(), e = E2(), o = _2();
|
|
950
|
+
return /* @__PURE__ */ s.jsx(s.Fragment, { children: /* @__PURE__ */ s.jsxs("div", { className: `disconnected-message ${D2.mwfit} mx-auto text-center`, children: [
|
|
951
|
+
/* @__PURE__ */ s.jsx("h1", { children: "Disconnected" }),
|
|
952
|
+
e && /* @__PURE__ */ s.jsx("h5", { children: e }),
|
|
953
|
+
o && /* @__PURE__ */ s.jsx("button", { className: "btn btn-secondary btn-lg", onClick: t, children: "Reconnect" })
|
|
954
954
|
] }) });
|
|
955
955
|
};
|
|
956
956
|
class B2 {
|
|
@@ -961,7 +961,7 @@ class B2 {
|
|
|
961
961
|
H(this, "expiry", "current-uuid-expires");
|
|
962
962
|
}
|
|
963
963
|
}
|
|
964
|
-
const i3 = new B2(),
|
|
964
|
+
const i3 = new B2(), w3 = o2({
|
|
965
965
|
sendMessage: () => null,
|
|
966
966
|
sendSimpleMessage: () => null,
|
|
967
967
|
addEventHandler: () => null,
|
|
@@ -975,26 +975,26 @@ function V2(t, e) {
|
|
|
975
975
|
sessionStorage.setItem(t, e);
|
|
976
976
|
}
|
|
977
977
|
const k2 = ({ children: t }) => {
|
|
978
|
-
const [e,
|
|
978
|
+
const [e, o] = W(), r = C2(), c = S2(), u = b2(), i = T2(), h = a2(), f = I2(), w = y2(), d = R2(), I = u1(null), [$, U] = W(), O = u1({}), z = c1(
|
|
979
979
|
async (y) => {
|
|
980
980
|
try {
|
|
981
|
-
const j = await
|
|
982
|
-
return j.status === 200 && j.data ? (m.dispatch(
|
|
981
|
+
const j = await L1.get(`${y}/ui/joinroom?token=${e}`);
|
|
982
|
+
return j.status === 200 && j.data ? (m.dispatch(F.setRoomData(j.data)), !0) : !1;
|
|
983
983
|
} catch (j) {
|
|
984
984
|
return console.log(j), d ? !0 : j instanceof J3 && j.response && j.response.status === 498 ? (console.error("Invalid token. Unable to join room"), m.dispatch(q.setErrorMessage(`Token ${e} is invalid. Unable to join room`)), !1) : (console.error("Error getting room data", j), j instanceof Error ? m.dispatch(q.setErrorMessage(j.message)) : m.dispatch(q.setErrorMessage("Error getting room data")), !1);
|
|
985
985
|
}
|
|
986
986
|
},
|
|
987
987
|
[e, d]
|
|
988
|
-
),
|
|
988
|
+
), s1 = c1(() => {
|
|
989
989
|
const y = `${h.gatewayAppPath}?uuid=${f}&roomKey=${c}`;
|
|
990
|
-
window.location.href =
|
|
991
|
-
}, [h.gatewayAppPath, c, f,
|
|
990
|
+
window.location.href = w ? `${y}&Code=${w}` : y;
|
|
991
|
+
}, [h.gatewayAppPath, c, f, w]), P = c1(
|
|
992
992
|
(y, j) => {
|
|
993
993
|
I.current && r && I.current.send(JSON.stringify({ type: y, clientId: u, content: j }));
|
|
994
994
|
},
|
|
995
995
|
[r, u]
|
|
996
|
-
),
|
|
997
|
-
|
|
996
|
+
), L = (y, j) => {
|
|
997
|
+
P(y, { value: j });
|
|
998
998
|
}, x1 = c1(
|
|
999
999
|
(y, j, h1) => {
|
|
1000
1000
|
O.current[y] || (O.current[y] = {}), O.current[y][j] = h1, console.log("event handler added", y, j);
|
|
@@ -1005,27 +1005,27 @@ const k2 = ({ children: t }) => {
|
|
|
1005
1005
|
}, []);
|
|
1006
1006
|
return t1(() => {
|
|
1007
1007
|
let j = new URLSearchParams(window.location.search).get("token");
|
|
1008
|
-
j ? (console.log("saving token: ", j), V2(i3.uuid, j)) : (j = O2(i3.uuid), console.log("loading token: ", j)),
|
|
1008
|
+
j ? (console.log("saving token: ", j), V2(i3.uuid, j)) : (j = O2(i3.uuid), console.log("loading token: ", j)), o(j), i();
|
|
1009
1009
|
}, []), t1(() => {
|
|
1010
1010
|
async function y() {
|
|
1011
|
-
if (console.log("effect is running"), !(!h.apiPath ||
|
|
1011
|
+
if (console.log("effect is running"), !(!h.apiPath || $ || !e || !await z(h.apiPath)) && !I.current) {
|
|
1012
1012
|
console.log("connecting to websocket");
|
|
1013
1013
|
const m1 = `${h.apiPath.replace("http", "ws")}/ui/join/${e}`, K = new WebSocket(m1);
|
|
1014
1014
|
I.current = K, K.onopen = (A) => {
|
|
1015
|
-
console.log("connected", A.type, A.target), m.dispatch(
|
|
1015
|
+
console.log("connected", A.type, A.target), m.dispatch(F.setWebsocketIsConnected(!0));
|
|
1016
1016
|
}, K.onerror = (A) => {
|
|
1017
1017
|
console.log(A);
|
|
1018
1018
|
}, K.onclose = (A) => {
|
|
1019
1019
|
if (console.log("disconnected: ", A.reason, A.code), A.code === 4e3) {
|
|
1020
|
-
console.log("user code changed"), m.dispatch(
|
|
1020
|
+
console.log("user code changed"), m.dispatch(F.setUserCode({ userCode: "", qrUrl: "" })), m.dispatch(q.setErrorMessage("User code changed. Click reconnect to enter the new code")), m.dispatch(q.setShowReconnect(!0)), m.dispatch(F.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
|
|
1021
1021
|
return;
|
|
1022
1022
|
}
|
|
1023
1023
|
if (A.code === 4001 && !d) {
|
|
1024
|
-
console.log("processor disconnected"), m.dispatch(q.setErrorMessage("Processor has disconnected. Click Reconnect")), m.dispatch(q.setShowReconnect(!0)), m.dispatch(
|
|
1024
|
+
console.log("processor disconnected"), m.dispatch(q.setErrorMessage("Processor has disconnected. Click Reconnect")), m.dispatch(q.setShowReconnect(!0)), m.dispatch(F.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
|
|
1025
1025
|
return;
|
|
1026
1026
|
}
|
|
1027
1027
|
if (A.code === 4002) {
|
|
1028
|
-
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(
|
|
1028
|
+
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(F.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms());
|
|
1029
1029
|
return;
|
|
1030
1030
|
}
|
|
1031
1031
|
if (I.current)
|
|
@@ -1034,7 +1034,7 @@ const k2 = ({ children: t }) => {
|
|
|
1034
1034
|
console.log("WebSocket closed by client.");
|
|
1035
1035
|
return;
|
|
1036
1036
|
}
|
|
1037
|
-
|
|
1037
|
+
$ || (m.dispatch(F.setWebsocketIsConnected(!1)), m.dispatch(N.clearDevices()), m.dispatch(e1.clearRooms()), U(!0), setTimeout(() => U(void 0), 5e3));
|
|
1038
1038
|
}, K.onmessage = (A) => {
|
|
1039
1039
|
try {
|
|
1040
1040
|
const R = JSON.parse(A.data);
|
|
@@ -1046,14 +1046,14 @@ const k2 = ({ children: t }) => {
|
|
|
1046
1046
|
switch (R.type) {
|
|
1047
1047
|
case "/system/touchpanelKey":
|
|
1048
1048
|
m.dispatch(
|
|
1049
|
-
|
|
1049
|
+
F.setTouchpanelKey(
|
|
1050
1050
|
R.content
|
|
1051
1051
|
)
|
|
1052
1052
|
);
|
|
1053
1053
|
break;
|
|
1054
1054
|
case "/system/roomKey": {
|
|
1055
1055
|
m.dispatch(e1.clearRooms()), m.dispatch(N.clearDevices()), m.dispatch(
|
|
1056
|
-
|
|
1056
|
+
F.setCurrentRoomKey(
|
|
1057
1057
|
R.content
|
|
1058
1058
|
)
|
|
1059
1059
|
);
|
|
@@ -1061,7 +1061,7 @@ const k2 = ({ children: t }) => {
|
|
|
1061
1061
|
}
|
|
1062
1062
|
case "/system/userCodeChanged":
|
|
1063
1063
|
m.dispatch(
|
|
1064
|
-
|
|
1064
|
+
F.setUserCode(
|
|
1065
1065
|
R.content
|
|
1066
1066
|
)
|
|
1067
1067
|
);
|
|
@@ -1094,35 +1094,35 @@ const k2 = ({ children: t }) => {
|
|
|
1094
1094
|
return y(), () => {
|
|
1095
1095
|
I.current && I.current.close(), I.current = null;
|
|
1096
1096
|
};
|
|
1097
|
-
}, [h.apiPath, z, e,
|
|
1098
|
-
!c || !r || (console.log("clientId: ", u), u && (console.log("requesting status from room: ", c),
|
|
1099
|
-
}, [c, u, r,
|
|
1100
|
-
|
|
1097
|
+
}, [h.apiPath, z, e, $, d]), t1(() => {
|
|
1098
|
+
!c || !r || (console.log("clientId: ", u), u && (console.log("requesting status from room: ", c), P(`/room/${c}/status`, null)));
|
|
1099
|
+
}, [c, u, r, P]), /* @__PURE__ */ s.jsx(
|
|
1100
|
+
w3.Provider,
|
|
1101
1101
|
{
|
|
1102
1102
|
value: {
|
|
1103
|
-
sendMessage:
|
|
1104
|
-
sendSimpleMessage:
|
|
1103
|
+
sendMessage: P,
|
|
1104
|
+
sendSimpleMessage: L,
|
|
1105
1105
|
addEventHandler: x1,
|
|
1106
1106
|
removeEventHandler: M1,
|
|
1107
|
-
reconnect:
|
|
1107
|
+
reconnect: s1
|
|
1108
1108
|
},
|
|
1109
|
-
children: r ? t : /* @__PURE__ */
|
|
1109
|
+
children: r ? t : /* @__PURE__ */ s.jsx(A2, {})
|
|
1110
1110
|
}
|
|
1111
1111
|
);
|
|
1112
|
-
},
|
|
1113
|
-
function
|
|
1114
|
-
return n2(
|
|
1112
|
+
}, m6 = ({ children: t }) => /* @__PURE__ */ s.jsx(N3, { store: m, children: /* @__PURE__ */ s.jsx(k2, { children: t }) });
|
|
1113
|
+
function S() {
|
|
1114
|
+
return n2(w3);
|
|
1115
1115
|
}
|
|
1116
|
-
function
|
|
1116
|
+
function U2({
|
|
1117
1117
|
onPress: t,
|
|
1118
1118
|
onRelease: e,
|
|
1119
|
-
onHold:
|
|
1119
|
+
onHold: o,
|
|
1120
1120
|
holdTimeMs: r = 500
|
|
1121
1121
|
}) {
|
|
1122
1122
|
const c = u1(null), u = u1(!1);
|
|
1123
1123
|
function i() {
|
|
1124
1124
|
u.current = !0, t == null || t(), c.current = setTimeout(() => {
|
|
1125
|
-
|
|
1125
|
+
o == null || o(), c.current = null;
|
|
1126
1126
|
}, r);
|
|
1127
1127
|
}
|
|
1128
1128
|
function h() {
|
|
@@ -1138,7 +1138,7 @@ function W2({
|
|
|
1138
1138
|
};
|
|
1139
1139
|
}
|
|
1140
1140
|
function g(t, e) {
|
|
1141
|
-
const { sendMessage: r } =
|
|
1141
|
+
const { sendMessage: r } = S(), c = u1(null);
|
|
1142
1142
|
function u() {
|
|
1143
1143
|
r(`${t}/${e}`, { value: "pressed" }), c.current || (c.current = setInterval(() => {
|
|
1144
1144
|
r(`${t}/${e}`, { value: "held" });
|
|
@@ -1147,38 +1147,38 @@ function g(t, e) {
|
|
|
1147
1147
|
function i() {
|
|
1148
1148
|
c.current && (clearInterval(c.current), c.current = null), r(`${t}/${e}`, { value: "released" });
|
|
1149
1149
|
}
|
|
1150
|
-
return
|
|
1150
|
+
return U2({ onPress: u, onRelease: i });
|
|
1151
1151
|
}
|
|
1152
1152
|
function x3(t, e) {
|
|
1153
|
-
const { sendMessage:
|
|
1153
|
+
const { sendMessage: o, sendSimpleMessage: r } = S(), c = g(`${t}`, "volumeUp"), u = g(`${t}`, "volumeDown");
|
|
1154
1154
|
return e ? {
|
|
1155
1155
|
volumeState: e,
|
|
1156
1156
|
volumeUp: c,
|
|
1157
1157
|
volumeDown: u,
|
|
1158
1158
|
setLevel: (d) => r(`${t}/level`, d),
|
|
1159
|
-
muteToggle: () =>
|
|
1160
|
-
muteOn: () =>
|
|
1161
|
-
muteOff: () =>
|
|
1159
|
+
muteToggle: () => o(`${t}/muteToggle`, null),
|
|
1160
|
+
muteOn: () => o(`${t}/muteOn`, null),
|
|
1161
|
+
muteOff: () => o(`${t}/muteOff`, null)
|
|
1162
1162
|
} : void 0;
|
|
1163
1163
|
}
|
|
1164
|
-
function
|
|
1165
|
-
const { sendMessage:
|
|
1164
|
+
function Z6(t, e) {
|
|
1165
|
+
const { sendMessage: o, sendSimpleMessage: r } = S(), c = g(`${t}`, "volumeUp"), u = g(`${t}`, "volumeDown");
|
|
1166
1166
|
return e ? {
|
|
1167
1167
|
volumeState: e,
|
|
1168
1168
|
volumeUp: c,
|
|
1169
1169
|
volumeDown: u,
|
|
1170
1170
|
setLevel: (d) => r(`${t}/level`, d),
|
|
1171
|
-
muteToggle: () =>
|
|
1172
|
-
muteOn: () =>
|
|
1173
|
-
muteOff: () =>
|
|
1171
|
+
muteToggle: () => o(`${t}/muteToggle`, null),
|
|
1172
|
+
muteOn: () => o(`${t}/muteOn`, null),
|
|
1173
|
+
muteOff: () => o(`${t}/muteOff`, null)
|
|
1174
1174
|
} : void 0;
|
|
1175
1175
|
}
|
|
1176
|
-
function
|
|
1177
|
-
const e =
|
|
1178
|
-
return x3(
|
|
1176
|
+
function F2(t) {
|
|
1177
|
+
const e = _(t), o = `/device/${t}`;
|
|
1178
|
+
return x3(o, e == null ? void 0 : e.volume);
|
|
1179
1179
|
}
|
|
1180
1180
|
function M3(t) {
|
|
1181
|
-
const { sendMessage: e } =
|
|
1181
|
+
const { sendMessage: e } = S();
|
|
1182
1182
|
return { powerOn: () => {
|
|
1183
1183
|
e(`/device/${t}/powerOn`, null);
|
|
1184
1184
|
}, powerOff: () => {
|
|
@@ -1187,98 +1187,98 @@ function M3(t) {
|
|
|
1187
1187
|
e(`/device/${t}/powerToggle`, null);
|
|
1188
1188
|
} };
|
|
1189
1189
|
}
|
|
1190
|
-
function
|
|
1191
|
-
const { sendMessage: e } =
|
|
1192
|
-
return console.log("deviceState",
|
|
1190
|
+
function $1(t) {
|
|
1191
|
+
const { sendMessage: e } = S(), o = _(t);
|
|
1192
|
+
return console.log("deviceState", o), o ? { itemsState: o, selectItem: (c) => {
|
|
1193
1193
|
e(`/device/${t}/${c}`, null);
|
|
1194
1194
|
} } : void 0;
|
|
1195
1195
|
}
|
|
1196
|
-
function
|
|
1197
|
-
const { sendMessage: e } =
|
|
1196
|
+
function W2(t) {
|
|
1197
|
+
const { sendMessage: e } = S(), o = _(t), r = () => {
|
|
1198
1198
|
e(`/device/${t}/setDefaultChannelLevels`, null);
|
|
1199
1199
|
}, c = () => {
|
|
1200
|
-
if ((
|
|
1200
|
+
if ((o == null ? void 0 : o.levelControls) === void 0)
|
|
1201
1201
|
return;
|
|
1202
|
-
Object.keys(
|
|
1202
|
+
Object.keys(o == null ? void 0 : o.levelControls).forEach((h) => {
|
|
1203
1203
|
e(`/device/${t}/${h}/fullStatus`, null);
|
|
1204
1204
|
});
|
|
1205
1205
|
};
|
|
1206
|
-
return
|
|
1206
|
+
return o ? { levelControls: o.levelControls, setDefaultChannelLevels: r, getFullStatus: c } : void 0;
|
|
1207
1207
|
}
|
|
1208
|
-
function
|
|
1209
|
-
const e =
|
|
1208
|
+
function j6(t) {
|
|
1209
|
+
const e = _(t), o = M3(t), r = $1(t), c = $1(t), u = F2(t), i = W2(t);
|
|
1210
1210
|
if (e)
|
|
1211
1211
|
return {
|
|
1212
1212
|
avrState: e,
|
|
1213
|
-
powerControl:
|
|
1213
|
+
powerControl: o,
|
|
1214
1214
|
inputControl: r,
|
|
1215
1215
|
surroundSoundModes: c,
|
|
1216
1216
|
surroundChannels: i,
|
|
1217
1217
|
mainVolumeControl: u
|
|
1218
1218
|
};
|
|
1219
1219
|
}
|
|
1220
|
-
const
|
|
1221
|
-
const [e,
|
|
1220
|
+
const C6 = ({ className: t }) => {
|
|
1221
|
+
const [e, o] = W();
|
|
1222
1222
|
return t1(() => {
|
|
1223
1223
|
setInterval(() => {
|
|
1224
1224
|
const r = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
1225
|
-
|
|
1225
|
+
o(r);
|
|
1226
1226
|
}, 1e3);
|
|
1227
|
-
}, []), /* @__PURE__ */
|
|
1227
|
+
}, []), /* @__PURE__ */ s.jsxs("div", { className: t, children: [
|
|
1228
1228
|
e,
|
|
1229
1229
|
" new change"
|
|
1230
1230
|
] });
|
|
1231
1231
|
};
|
|
1232
|
-
function
|
|
1233
|
-
const { sendMessage: e } =
|
|
1234
|
-
return
|
|
1232
|
+
function S6(t) {
|
|
1233
|
+
const { sendMessage: e } = S(), o = _(t), r = `/device/${t}`;
|
|
1234
|
+
return o ? { state: o, recallPreset: (i, h) => {
|
|
1235
1235
|
e(`${r}/recall`, { deviceKey: i, preset: h });
|
|
1236
1236
|
}, savePresets: (i) => {
|
|
1237
1237
|
e(`${r}/save`, i);
|
|
1238
1238
|
} } : void 0;
|
|
1239
1239
|
}
|
|
1240
|
-
function
|
|
1241
|
-
const e =
|
|
1240
|
+
function b6(t) {
|
|
1241
|
+
const e = _(t);
|
|
1242
1242
|
if (e)
|
|
1243
1243
|
return { endpointState: e };
|
|
1244
1244
|
}
|
|
1245
|
-
function
|
|
1246
|
-
const e = `/device/${t}`,
|
|
1247
|
-
return { channelUp:
|
|
1245
|
+
function I6(t) {
|
|
1246
|
+
const e = `/device/${t}`, o = g(e, "chanUp"), r = g(e, "chanDown"), c = g(e, "lastChan"), u = g(e, "guide"), i = g(e, "info"), h = g(e, "exit");
|
|
1247
|
+
return { channelUp: o, channelDown: r, lastChannel: c, guide: u, info: i, exit: h };
|
|
1248
1248
|
}
|
|
1249
|
-
function
|
|
1250
|
-
const e = `/device/${t}`,
|
|
1251
|
-
return { red:
|
|
1249
|
+
function y6(t) {
|
|
1250
|
+
const e = `/device/${t}`, o = g(e, "red"), r = g(e, "green"), c = g(e, "yellow"), u = g(e, "blue");
|
|
1251
|
+
return { red: o, green: r, yellow: c, blue: u };
|
|
1252
1252
|
}
|
|
1253
|
-
function
|
|
1254
|
-
const e =
|
|
1253
|
+
function R6(t) {
|
|
1254
|
+
const e = _(t);
|
|
1255
1255
|
if (e)
|
|
1256
1256
|
return {
|
|
1257
1257
|
communicationMonitorState: e
|
|
1258
1258
|
};
|
|
1259
1259
|
}
|
|
1260
|
-
function
|
|
1261
|
-
const e =
|
|
1262
|
-
return { up: s, down: r, left: c, right: u, select: i, menu: h, exit: f };
|
|
1263
|
-
}
|
|
1264
|
-
function R6(t) {
|
|
1265
|
-
const e = L(t);
|
|
1260
|
+
function E6(t) {
|
|
1261
|
+
const e = _(t);
|
|
1266
1262
|
if (e)
|
|
1267
1263
|
return e.deviceInfo || void 0;
|
|
1268
1264
|
}
|
|
1269
|
-
function
|
|
1270
|
-
const {
|
|
1265
|
+
function _6(t) {
|
|
1266
|
+
const e = `/device/${t}`, o = g(e, "up"), r = g(e, "down"), c = g(e, "left"), u = g(e, "right"), i = g(e, "select"), h = g(e, "menu"), f = g(e, "exit");
|
|
1267
|
+
return { up: o, down: r, left: c, right: u, select: i, menu: h, exit: f };
|
|
1268
|
+
}
|
|
1269
|
+
function T6(t) {
|
|
1270
|
+
const { sendMessage: e } = S();
|
|
1271
1271
|
return { recallPreset: (r) => {
|
|
1272
1272
|
e(`/device/${t}/recallPreset`, r);
|
|
1273
1273
|
} };
|
|
1274
1274
|
}
|
|
1275
|
-
function _6(t) {
|
|
1276
|
-
const e = `/device/${t}`, s = g(e, "dvrList"), r = g(e, "record");
|
|
1277
|
-
return { dvrList: s, record: r };
|
|
1278
|
-
}
|
|
1279
1275
|
function L6(t) {
|
|
1280
|
-
const
|
|
1281
|
-
return
|
|
1276
|
+
const e = `/device/${t}`, o = g(e, "dvrList"), r = g(e, "record");
|
|
1277
|
+
return { dvrList: o, record: r };
|
|
1278
|
+
}
|
|
1279
|
+
function P6(t) {
|
|
1280
|
+
const { sendMessage: e } = S(), o = _(t);
|
|
1281
|
+
return o ? { roomCombinerState: o, setAutoMode: () => {
|
|
1282
1282
|
e(`/device/${t}/setAutoMode`, null);
|
|
1283
1283
|
}, setManualMode: () => {
|
|
1284
1284
|
e(`/device/${t}/setManualMode`, null);
|
|
@@ -1290,77 +1290,82 @@ function L6(t) {
|
|
|
1290
1290
|
e(`/device/${t}/setRoomCombinationScenario`, f);
|
|
1291
1291
|
} } : void 0;
|
|
1292
1292
|
}
|
|
1293
|
-
function
|
|
1294
|
-
const
|
|
1293
|
+
function $6(t) {
|
|
1294
|
+
const e = _(t);
|
|
1295
|
+
if (e)
|
|
1296
|
+
return { state: e };
|
|
1297
|
+
}
|
|
1298
|
+
function D6(t) {
|
|
1299
|
+
const { sendMessage: e, sendSimpleMessage: o } = S(), r = _(t), c = j2(t), u = r || c;
|
|
1295
1300
|
return u ? {
|
|
1296
1301
|
levelState: u,
|
|
1297
|
-
setLevel: (d, I) =>
|
|
1302
|
+
setLevel: (d, I) => o(`${d}/level`, I),
|
|
1298
1303
|
muteToggle: (d) => e(`${d}/muteToggle`, null),
|
|
1299
1304
|
muteOn: (d) => e(`${d}/muteOn`, null),
|
|
1300
1305
|
muteOff: (d) => e(`${d}/muteOff`, null)
|
|
1301
1306
|
} : void 0;
|
|
1302
1307
|
}
|
|
1303
|
-
function
|
|
1304
|
-
const { sendMessage: e } =
|
|
1305
|
-
return
|
|
1308
|
+
function A6(t) {
|
|
1309
|
+
const { sendMessage: e } = S(), o = _(t);
|
|
1310
|
+
return o ? { lightingState: o, selectScene: (c) => {
|
|
1306
1311
|
e(`/device/${t}/selectScene`, c);
|
|
1307
1312
|
} } : void 0;
|
|
1308
1313
|
}
|
|
1309
|
-
function
|
|
1310
|
-
const { sendMessage: e } =
|
|
1311
|
-
return
|
|
1314
|
+
function B6(t) {
|
|
1315
|
+
const { sendMessage: e } = S(), o = _(t);
|
|
1316
|
+
return o ? { matrixRoutingState: o, setRoute: (c) => {
|
|
1312
1317
|
e(`/device/${t}/route`, c);
|
|
1313
1318
|
} } : void 0;
|
|
1314
1319
|
}
|
|
1315
|
-
function
|
|
1316
|
-
const { sendMessage: e } =
|
|
1320
|
+
function O6(t) {
|
|
1321
|
+
const { sendMessage: e } = S();
|
|
1317
1322
|
return { closeApp: () => {
|
|
1318
1323
|
e(`/device/${t}/closeWebViewController`, null);
|
|
1319
1324
|
} };
|
|
1320
1325
|
}
|
|
1321
|
-
function
|
|
1322
|
-
const e = `/device/${t}`,
|
|
1323
|
-
return { digit0:
|
|
1326
|
+
function V6(t) {
|
|
1327
|
+
const e = `/device/${t}`, o = g(e, "num0"), r = g(e, "num1"), c = g(e, "num2"), u = g(e, "num3"), i = g(e, "num4"), h = g(e, "num5"), f = g(e, "num6"), w = g(e, "num7"), d = g(e, "num8"), I = g(e, "num9"), $ = g(e, "numDash"), U = g(e, "numEnter");
|
|
1328
|
+
return { digit0: o, digit1: r, digit2: c, digit3: u, digit4: i, digit5: h, digit6: f, digit7: w, digit8: d, digit9: I, keypadAccessoryButton1: $, keypadAccessoryButton2: U };
|
|
1324
1329
|
}
|
|
1325
|
-
function
|
|
1326
|
-
const { sendMessage: e } =
|
|
1327
|
-
return
|
|
1330
|
+
function k6(t) {
|
|
1331
|
+
const { sendMessage: e } = S(), o = _(t);
|
|
1332
|
+
return o ? { projectorScreenLiftControlState: o, raise: () => {
|
|
1328
1333
|
e(`/device/${t}/raise`, null);
|
|
1329
1334
|
}, lower: () => {
|
|
1330
1335
|
e(`/device/${t}/lower`, null);
|
|
1331
1336
|
} } : void 0;
|
|
1332
1337
|
}
|
|
1333
|
-
function
|
|
1334
|
-
const { sendMessage: e } =
|
|
1335
|
-
return
|
|
1338
|
+
function U6(t) {
|
|
1339
|
+
const { sendMessage: e } = S(), o = D1(t);
|
|
1340
|
+
return o ? { roomEventScheduleState: o, save: (c) => {
|
|
1336
1341
|
e(`/room/${t}/saveScheduledEvents`, c);
|
|
1337
1342
|
} } : void 0;
|
|
1338
1343
|
}
|
|
1339
|
-
function
|
|
1340
|
-
const { sendMessage: e } =
|
|
1344
|
+
function F6(t) {
|
|
1345
|
+
const { sendMessage: e } = S();
|
|
1341
1346
|
return { runDefaultPresentRoute: () => {
|
|
1342
1347
|
e(`/room/${t}/defaultsource`, {});
|
|
1343
1348
|
} };
|
|
1344
1349
|
}
|
|
1345
|
-
function
|
|
1346
|
-
const { sendMessage: e } =
|
|
1350
|
+
function W6(t) {
|
|
1351
|
+
const { sendMessage: e } = S();
|
|
1347
1352
|
return { runDirectRoute: (r) => {
|
|
1348
1353
|
e(`/room/${t}/directRoute`, r);
|
|
1349
1354
|
} };
|
|
1350
1355
|
}
|
|
1351
|
-
function
|
|
1352
|
-
const { sendMessage: e } =
|
|
1353
|
-
return { routingState:
|
|
1356
|
+
function H6(t) {
|
|
1357
|
+
const { sendMessage: e } = S();
|
|
1358
|
+
return { routingState: _(t), runRoute: (c) => {
|
|
1354
1359
|
e(`/room/${t}/source`, c);
|
|
1355
1360
|
} };
|
|
1356
1361
|
}
|
|
1357
|
-
function
|
|
1358
|
-
const e = `/device/${t}`,
|
|
1359
|
-
return { dvrList:
|
|
1362
|
+
function K6(t) {
|
|
1363
|
+
const e = `/device/${t}`, o = g(e, "chanUp"), r = g(e, "chanDown");
|
|
1364
|
+
return { dvrList: o, replay: r };
|
|
1360
1365
|
}
|
|
1361
|
-
function
|
|
1362
|
-
const { sendMessage: e } =
|
|
1363
|
-
return
|
|
1366
|
+
function G6(t) {
|
|
1367
|
+
const { sendMessage: e } = S(), o = _(t);
|
|
1368
|
+
return o ? { shadeState: o, shadeUp: () => {
|
|
1364
1369
|
e(`/device/${t}/shadeUp`, null);
|
|
1365
1370
|
}, shadeDown: () => {
|
|
1366
1371
|
e(`/device/${t}/shadeDown`, null);
|
|
@@ -1368,9 +1373,9 @@ function F6(t) {
|
|
|
1368
1373
|
e(`/device/${t}/stopOrPreset`, null);
|
|
1369
1374
|
} } : void 0;
|
|
1370
1375
|
}
|
|
1371
|
-
function
|
|
1372
|
-
const { sendMessage: e } =
|
|
1373
|
-
return
|
|
1376
|
+
function q6(t) {
|
|
1377
|
+
const { sendMessage: e } = S(), o = D1(t);
|
|
1378
|
+
return o ? { shutdownPromptTimerState: o, setShutdownPromptSeconds: (h) => {
|
|
1374
1379
|
e(`/room/${t}/setShutdownPromptSeconds`, h);
|
|
1375
1380
|
}, shutdownStart: () => {
|
|
1376
1381
|
e(`/room/${t}/shutdownStart`, null);
|
|
@@ -1380,124 +1385,128 @@ function H6(t) {
|
|
|
1380
1385
|
e(`/room/${t}/shutdownCancel`, null);
|
|
1381
1386
|
} } : void 0;
|
|
1382
1387
|
}
|
|
1383
|
-
function
|
|
1384
|
-
const { sendMessage: e } =
|
|
1385
|
-
return
|
|
1388
|
+
function Y6(t) {
|
|
1389
|
+
const { sendMessage: e } = S(), o = _(t);
|
|
1390
|
+
return o ? { switchedOutputState: o, on: () => {
|
|
1386
1391
|
e(`/device/${t}/on`, null);
|
|
1387
1392
|
}, off: () => {
|
|
1388
1393
|
e(`/device/${t}/off`, null);
|
|
1389
1394
|
} } : void 0;
|
|
1390
1395
|
}
|
|
1391
|
-
function
|
|
1392
|
-
const { sendMessage: e } =
|
|
1393
|
-
return
|
|
1396
|
+
function z6(t) {
|
|
1397
|
+
const { sendMessage: e } = S(), o = D1(t);
|
|
1398
|
+
return o ? { techPasswordState: o, validatePassword: (u) => {
|
|
1394
1399
|
e(`/room/${t}/validateTechPassword`, { password: u });
|
|
1395
1400
|
}, setPassword: (u, i) => {
|
|
1396
1401
|
e(`/room/${t}/setTechPassword`, { oldPassword: u, newPassword: i });
|
|
1397
1402
|
} } : void 0;
|
|
1398
1403
|
}
|
|
1399
|
-
function
|
|
1400
|
-
const { sendMessage: e } =
|
|
1404
|
+
function J6(t) {
|
|
1405
|
+
const { sendMessage: e } = S(), o = _(t);
|
|
1406
|
+
return o ? { state: o, setTemperatureUnitsToCelcius: () => e(`${t}/setTemperatureUnitsToCelcius`, null), setTemperatureUnitsToFahrenheit: () => e(`${t}/setTemperatureUnitsToFahrenheit`, null) } : void 0;
|
|
1407
|
+
}
|
|
1408
|
+
function X6(t) {
|
|
1409
|
+
const { sendMessage: e } = S(), o = _(t), r = (c) => {
|
|
1401
1410
|
e(`/device/${t}/saveTheme`, { value: c });
|
|
1402
1411
|
};
|
|
1403
1412
|
return {
|
|
1404
|
-
currentTheme:
|
|
1413
|
+
currentTheme: o == null ? void 0 : o.theme,
|
|
1405
1414
|
saveTheme: r
|
|
1406
1415
|
};
|
|
1407
1416
|
}
|
|
1408
|
-
function
|
|
1409
|
-
const e = `/device/${t}`,
|
|
1410
|
-
return { play:
|
|
1417
|
+
function Q6(t) {
|
|
1418
|
+
const e = `/device/${t}`, o = g(e, "play"), r = g(e, "pause"), c = g(e, "stop"), u = g(e, "prevTrack"), i = g(e, "nextTrack"), h = g(e, "rewind"), f = g(e, "ffwd"), w = g(e, "record");
|
|
1419
|
+
return { play: o, pause: r, stop: c, prevTrack: u, nextTrack: i, rewind: h, fastForward: f, record: w };
|
|
1411
1420
|
}
|
|
1412
|
-
function
|
|
1413
|
-
const e =
|
|
1421
|
+
function N6(t) {
|
|
1422
|
+
const e = _(t), { sendMessage: o } = S();
|
|
1414
1423
|
return e ? {
|
|
1415
1424
|
touchpanelState: e,
|
|
1416
1425
|
appControl: { hideApp: () => {
|
|
1417
|
-
|
|
1426
|
+
o(`/device/${t}/hideApp`, null);
|
|
1418
1427
|
}, openApp: () => {
|
|
1419
|
-
|
|
1428
|
+
o(`/device/${t}/openApp`, null);
|
|
1420
1429
|
}, closeApp: () => {
|
|
1421
|
-
|
|
1430
|
+
o(`/device/${t}/closeApp`, null);
|
|
1422
1431
|
} },
|
|
1423
1432
|
zoomControl: { endCall: () => {
|
|
1424
|
-
|
|
1433
|
+
o(`/device/${t}/endCall`, null);
|
|
1425
1434
|
} }
|
|
1426
1435
|
} : void 0;
|
|
1427
1436
|
}
|
|
1428
|
-
function
|
|
1429
|
-
const e =
|
|
1437
|
+
function ee(t) {
|
|
1438
|
+
const e = _(t), o = M3(t), r = $1(t);
|
|
1430
1439
|
if (!e)
|
|
1431
1440
|
return;
|
|
1432
1441
|
const c = (e.powerState || e.isWarming) && !e.isCooling, u = (!e.powerState || e.isCooling) && !e.isWarming;
|
|
1433
1442
|
return {
|
|
1434
1443
|
displayState: e,
|
|
1435
|
-
powerControl:
|
|
1444
|
+
powerControl: o,
|
|
1436
1445
|
inputControl: r,
|
|
1437
1446
|
powerFb: { powerOnFb: c, powerOffFb: u }
|
|
1438
1447
|
};
|
|
1439
1448
|
}
|
|
1440
|
-
const
|
|
1441
|
-
const { sendMessage: e } =
|
|
1449
|
+
const te = ({ config: t }) => {
|
|
1450
|
+
const { sendMessage: e } = S();
|
|
1442
1451
|
t1(() => {
|
|
1443
1452
|
var r, c, u;
|
|
1444
1453
|
if (!t)
|
|
1445
1454
|
return;
|
|
1446
|
-
const
|
|
1455
|
+
const o = [];
|
|
1447
1456
|
Object.values(t.destinations).forEach((i) => {
|
|
1448
|
-
|
|
1457
|
+
o.push(i);
|
|
1449
1458
|
}), Object.values(t.destinationList).forEach((i) => {
|
|
1450
|
-
|
|
1459
|
+
o.push(i.sinkKey);
|
|
1451
1460
|
}), t.audioControlPointList && Object.values((r = t.audioControlPointList) == null ? void 0 : r.levelControls).forEach((i) => {
|
|
1452
|
-
|
|
1461
|
+
i.itemKey ? o.push(i.parentDeviceKey + "--" + i.itemKey) : o.push(i.parentDeviceKey);
|
|
1453
1462
|
}), (c = t.touchpanelKeys) == null || c.forEach((i) => {
|
|
1454
|
-
|
|
1463
|
+
o.push(i);
|
|
1455
1464
|
}), t.environmentalDevices.forEach((i) => {
|
|
1456
|
-
|
|
1465
|
+
o.push(i.deviceKey);
|
|
1457
1466
|
}), (u = t.accessoryDeviceKeys) == null || u.forEach((i) => {
|
|
1458
|
-
|
|
1459
|
-
}), t.audioCodecKey &&
|
|
1460
|
-
|
|
1467
|
+
o.push(i);
|
|
1468
|
+
}), t.audioCodecKey && o.push(t.audioCodecKey), t.videoCodecKey && o.push(t.videoCodecKey), t.matrixRoutingKey && o.push(t.matrixRoutingKey), t.roomCombinerKey && o.push(t.roomCombinerKey), t.endpointKeys && t.endpointKeys.forEach((i) => {
|
|
1469
|
+
o.push(i);
|
|
1461
1470
|
});
|
|
1462
1471
|
for (const i of Object.values(t.sourceList))
|
|
1463
|
-
i.sourceKey && i.sourceKey !== "$off" &&
|
|
1464
|
-
console.log("deviceKeys",
|
|
1472
|
+
i.sourceKey && i.sourceKey !== "$off" && o.push(i.sourceKey);
|
|
1473
|
+
console.log("deviceKeys", o), o.forEach((i) => {
|
|
1465
1474
|
e(`/device/${i}/fullStatus`, { deviceKey: i });
|
|
1466
1475
|
});
|
|
1467
1476
|
}, [t, e]);
|
|
1468
1477
|
};
|
|
1469
|
-
function
|
|
1470
|
-
const [
|
|
1478
|
+
function se(t, e) {
|
|
1479
|
+
const [o, r] = W(!1), [c, u] = W(!1);
|
|
1471
1480
|
return d3(() => {
|
|
1472
1481
|
const { current: i } = t, h = () => {
|
|
1473
|
-
const f = i && i.scrollHeight > i.clientHeight,
|
|
1474
|
-
u(f ?? !1), r(
|
|
1482
|
+
const f = i && i.scrollHeight > i.clientHeight, w = i && i.scrollWidth > i.clientWidth;
|
|
1483
|
+
u(f ?? !1), r(w ?? !1), e && e(f ?? !1, w ?? !1);
|
|
1475
1484
|
};
|
|
1476
1485
|
i && h();
|
|
1477
|
-
}, [t, e]), { overflowHorizontal:
|
|
1486
|
+
}, [t, e]), { overflowHorizontal: o, overflowVertical: c };
|
|
1478
1487
|
}
|
|
1479
|
-
function
|
|
1480
|
-
const
|
|
1481
|
-
return x3(r,
|
|
1488
|
+
function oe(t, e) {
|
|
1489
|
+
const o = Z2(t, e), r = `/room/${t}/volumes/${e}`;
|
|
1490
|
+
return x3(r, o);
|
|
1482
1491
|
}
|
|
1483
|
-
function
|
|
1492
|
+
function ne(t) {
|
|
1484
1493
|
var h, f;
|
|
1485
|
-
const [e,
|
|
1494
|
+
const [e, o] = W(((h = t == null ? void 0 : t.current) == null ? void 0 : h.scrollLeft) ?? 0), [r, c] = W(((f = t == null ? void 0 : t.current) == null ? void 0 : f.scrollTop) ?? 0), u = (w) => {
|
|
1486
1495
|
const { current: d } = t;
|
|
1487
|
-
d && (console.log(d.scrollLeft), d.scrollLeft +=
|
|
1488
|
-
}, i = (
|
|
1496
|
+
d && (console.log(d.scrollLeft), d.scrollLeft += w, console.log(d.scrollLeft));
|
|
1497
|
+
}, i = (w) => {
|
|
1489
1498
|
const { current: d } = t;
|
|
1490
|
-
d && (console.log(d.scrollTop), d.scrollTop +=
|
|
1499
|
+
d && (console.log(d.scrollTop), d.scrollTop += w, console.log(d.scrollTop));
|
|
1491
1500
|
};
|
|
1492
1501
|
return d3(() => {
|
|
1493
|
-
const { current:
|
|
1494
|
-
|
|
1502
|
+
const { current: w } = t, d = () => {
|
|
1503
|
+
o((w == null ? void 0 : w.scrollLeft) ?? 0), c((w == null ? void 0 : w.scrollTop) ?? 0);
|
|
1495
1504
|
};
|
|
1496
|
-
|
|
1505
|
+
w && d();
|
|
1497
1506
|
}, [t]), { horizontalScrollPosition: e, verticalScrollPosition: r, scrollHorizontal: u, scrollVertical: i };
|
|
1498
1507
|
}
|
|
1499
|
-
function
|
|
1500
|
-
const { sendMessage: t } =
|
|
1508
|
+
function re() {
|
|
1509
|
+
const { sendMessage: t } = S();
|
|
1501
1510
|
return {
|
|
1502
1511
|
reboot: () => {
|
|
1503
1512
|
t("/system/reboot", null);
|
|
@@ -1507,8 +1516,8 @@ function te() {
|
|
|
1507
1516
|
}
|
|
1508
1517
|
};
|
|
1509
1518
|
}
|
|
1510
|
-
function
|
|
1511
|
-
const [t, e] =
|
|
1519
|
+
function ce() {
|
|
1520
|
+
const [t, e] = W(), [o, r] = W();
|
|
1512
1521
|
function c() {
|
|
1513
1522
|
e((/* @__PURE__ */ new Date()).toLocaleDateString("en-US", { dateStyle: "long" }));
|
|
1514
1523
|
const u = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
@@ -1520,16 +1529,16 @@ function oe() {
|
|
|
1520
1529
|
c();
|
|
1521
1530
|
}, 1e3);
|
|
1522
1531
|
return () => clearInterval(u);
|
|
1523
|
-
}, []), { date: t, time:
|
|
1532
|
+
}, []), { date: t, time: o };
|
|
1524
1533
|
}
|
|
1525
|
-
const
|
|
1526
|
-
const [t, e] =
|
|
1534
|
+
const le = () => {
|
|
1535
|
+
const [t, e] = W(!1), o = r2(), r = c2();
|
|
1527
1536
|
let c;
|
|
1528
|
-
return l2(r) ? c = r.statusText : r instanceof Error ? c = r.message : typeof r == "string" ? c = r : (console.error(r), c = "Unknown error"), /* @__PURE__ */
|
|
1529
|
-
/* @__PURE__ */
|
|
1530
|
-
/* @__PURE__ */
|
|
1531
|
-
/* @__PURE__ */
|
|
1532
|
-
t && /* @__PURE__ */
|
|
1537
|
+
return l2(r) ? c = r.statusText : r instanceof Error ? c = r.message : typeof r == "string" ? c = r : (console.error(r), c = "Unknown error"), /* @__PURE__ */ s.jsxs("div", { className: "d-flex flex-column align-items-center gap-5", children: [
|
|
1538
|
+
/* @__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." }) }),
|
|
1539
|
+
/* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () => o(-1), children: "Go Back" }),
|
|
1540
|
+
/* @__PURE__ */ s.jsx("button", { className: "btn btn-primary p-2", onClick: () => e(!t), children: t ? "Hide error message" : "Show error message" }),
|
|
1541
|
+
t && /* @__PURE__ */ s.jsx("p", { children: c })
|
|
1533
1542
|
] });
|
|
1534
1543
|
}, H2 = "_iconbtn_16qss_1", K2 = "_iconbtnvert_16qss_7", G2 = "_iconsm_16qss_18", _1 = {
|
|
1535
1544
|
iconbtn: H2,
|
|
@@ -1538,69 +1547,69 @@ const se = () => {
|
|
|
1538
1547
|
}, q2 = ({
|
|
1539
1548
|
multiIcon: t,
|
|
1540
1549
|
otherContent: e = null,
|
|
1541
|
-
vert:
|
|
1550
|
+
vert: o = !1,
|
|
1542
1551
|
className: r,
|
|
1543
1552
|
iconClassName: c = "",
|
|
1544
1553
|
otherContentClassName: u = "",
|
|
1545
1554
|
disabled: i,
|
|
1546
1555
|
feedback: h,
|
|
1547
1556
|
feedbackClassName: f,
|
|
1548
|
-
onPointerDown:
|
|
1557
|
+
onPointerDown: w,
|
|
1549
1558
|
onPointerUp: d,
|
|
1550
1559
|
onPointerLeave: I,
|
|
1551
|
-
|
|
1560
|
+
...$
|
|
1552
1561
|
}) => {
|
|
1553
|
-
const [
|
|
1554
|
-
return /* @__PURE__ */
|
|
1562
|
+
const [U, O] = W(!1), z = !i && h ? f : "", s1 = !i && (U || h);
|
|
1563
|
+
return /* @__PURE__ */ s.jsxs(
|
|
1555
1564
|
"button",
|
|
1556
1565
|
{
|
|
1557
1566
|
type: "button",
|
|
1558
|
-
className: `${_1.iconbtn} ${
|
|
1559
|
-
|
|
1567
|
+
className: `${_1.iconbtn} ${o ? _1.iconbtnvert : ""} ${r} ${z}`,
|
|
1568
|
+
...$,
|
|
1560
1569
|
disabled: i,
|
|
1561
|
-
onPointerDown: (
|
|
1562
|
-
O(!0),
|
|
1570
|
+
onPointerDown: (P) => {
|
|
1571
|
+
O(!0), w == null || w(P);
|
|
1563
1572
|
},
|
|
1564
|
-
onPointerUp: (
|
|
1565
|
-
O(!1), d == null || d(
|
|
1573
|
+
onPointerUp: (P) => {
|
|
1574
|
+
O(!1), d == null || d(P);
|
|
1566
1575
|
},
|
|
1567
|
-
onPointerLeave: (
|
|
1568
|
-
O(!1), I == null || I(
|
|
1576
|
+
onPointerLeave: (P) => {
|
|
1577
|
+
O(!1), I == null || I(P);
|
|
1569
1578
|
},
|
|
1570
1579
|
children: [
|
|
1571
|
-
t && /* @__PURE__ */
|
|
1580
|
+
t && /* @__PURE__ */ s.jsx(
|
|
1572
1581
|
t,
|
|
1573
1582
|
{
|
|
1574
1583
|
className: `${c || _1.iconsm}`,
|
|
1575
|
-
active:
|
|
1584
|
+
active: s1,
|
|
1576
1585
|
disabled: i
|
|
1577
1586
|
}
|
|
1578
1587
|
),
|
|
1579
|
-
/* @__PURE__ */
|
|
1588
|
+
/* @__PURE__ */ s.jsx("div", { className: u, children: e })
|
|
1580
1589
|
]
|
|
1581
1590
|
}
|
|
1582
1591
|
);
|
|
1583
1592
|
}, Z = ({
|
|
1584
1593
|
ActiveImage: t,
|
|
1585
1594
|
DisabledImage: e,
|
|
1586
|
-
EnabledImage:
|
|
1595
|
+
EnabledImage: o,
|
|
1587
1596
|
active: r,
|
|
1588
1597
|
disabled: c
|
|
1589
|
-
}) => c ? e : r ? t :
|
|
1598
|
+
}) => c ? e : r ? t : o, Y2 = ({
|
|
1590
1599
|
active: t,
|
|
1591
1600
|
className: e = "",
|
|
1592
|
-
disabled:
|
|
1593
|
-
}) => /* @__PURE__ */
|
|
1601
|
+
disabled: o
|
|
1602
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
1594
1603
|
Z,
|
|
1595
1604
|
{
|
|
1596
|
-
ActiveImage: /* @__PURE__ */
|
|
1605
|
+
ActiveImage: /* @__PURE__ */ s.jsx(
|
|
1597
1606
|
"svg",
|
|
1598
1607
|
{
|
|
1599
1608
|
className: e,
|
|
1600
1609
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1601
1610
|
viewBox: "0 0 164.61 164.61",
|
|
1602
1611
|
fill: "currentcolor",
|
|
1603
|
-
children: /* @__PURE__ */
|
|
1612
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
1604
1613
|
"path",
|
|
1605
1614
|
{
|
|
1606
1615
|
id: "icon-alert-active",
|
|
@@ -1609,24 +1618,24 @@ const se = () => {
|
|
|
1609
1618
|
) })
|
|
1610
1619
|
}
|
|
1611
1620
|
),
|
|
1612
|
-
DisabledImage: /* @__PURE__ */
|
|
1621
|
+
DisabledImage: /* @__PURE__ */ s.jsx(
|
|
1613
1622
|
"svg",
|
|
1614
1623
|
{
|
|
1615
1624
|
className: e,
|
|
1616
1625
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1617
1626
|
viewBox: "0 0 164.61 164.61",
|
|
1618
1627
|
fill: "currentColor",
|
|
1619
|
-
children: /* @__PURE__ */
|
|
1628
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M77.4,60.19h8.54l-8.54,8.54v-8.54ZM51.61,94.51l30.21-52.01,8.01,13.79,6.47-6.47-14.48-25.02-48.65,84.04h4.11l14.33-14.33ZM103.42,79.68l11.8,20.32h-32.12l-8.85,8.85h56.23l-20.62-35.61-6.44,6.44ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM5,82.3c0,19.83,7.51,37.93,19.82,51.63L133.93,24.83c-13.7-12.32-31.8-19.83-51.63-19.83C39.68,5,5,39.68,5,82.3ZM159.61,82.3c0-19.83-7.51-37.93-19.83-51.63L30.68,139.78c13.7,12.32,31.8,19.83,51.63,19.83,42.63,0,77.3-34.68,77.3-77.3Z" }) })
|
|
1620
1629
|
}
|
|
1621
1630
|
),
|
|
1622
|
-
EnabledImage: /* @__PURE__ */
|
|
1631
|
+
EnabledImage: /* @__PURE__ */ s.jsx(
|
|
1623
1632
|
"svg",
|
|
1624
1633
|
{
|
|
1625
1634
|
className: e,
|
|
1626
1635
|
fill: "currentcolor",
|
|
1627
1636
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1628
1637
|
viewBox: "0 0 164.61 164.61",
|
|
1629
|
-
children: /* @__PURE__ */
|
|
1638
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
1630
1639
|
"path",
|
|
1631
1640
|
{
|
|
1632
1641
|
id: "icon-alert-enabled",
|
|
@@ -1636,165 +1645,165 @@ const se = () => {
|
|
|
1636
1645
|
}
|
|
1637
1646
|
),
|
|
1638
1647
|
active: t,
|
|
1639
|
-
disabled:
|
|
1648
|
+
disabled: o
|
|
1640
1649
|
}
|
|
1641
1650
|
), z2 = ({
|
|
1642
1651
|
active: t,
|
|
1643
1652
|
className: e = "",
|
|
1644
|
-
disabled:
|
|
1645
|
-
}) => /* @__PURE__ */
|
|
1653
|
+
disabled: o
|
|
1654
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
1646
1655
|
Z,
|
|
1647
1656
|
{
|
|
1648
1657
|
ActiveImage: (
|
|
1649
1658
|
/* icon-ban-active.svg */
|
|
1650
|
-
/* @__PURE__ */
|
|
1659
|
+
/* @__PURE__ */ s.jsx(
|
|
1651
1660
|
"svg",
|
|
1652
1661
|
{
|
|
1653
1662
|
className: e,
|
|
1654
1663
|
fill: "currentcolor",
|
|
1655
1664
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1656
1665
|
viewBox: "0 0 164.61 164.61",
|
|
1657
|
-
children: /* @__PURE__ */
|
|
1666
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M138.74,82.3c0,31.12-25.32,56.44-56.44,56.44-13.76,0-26.39-4.96-36.19-13.17L125.56,46.11c8.22,9.8,13.17,22.43,13.17,36.19ZM82.3,25.87c-31.12,0-56.44,25.32-56.44,56.44,0,13.76,4.96,26.39,13.17,36.19L118.49,39.04c-9.8-8.22-22.43-13.17-36.19-13.17ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM148.74,82.3c0-36.63-29.8-66.44-66.44-66.44S15.87,45.67,15.87,82.3s29.8,66.44,66.44,66.44,66.44-29.8,66.44-66.44Z" }) })
|
|
1658
1667
|
}
|
|
1659
1668
|
)
|
|
1660
1669
|
),
|
|
1661
1670
|
DisabledImage: (
|
|
1662
1671
|
/* icon-ban-disabled.svg */
|
|
1663
|
-
/* @__PURE__ */
|
|
1672
|
+
/* @__PURE__ */ s.jsx(
|
|
1664
1673
|
"svg",
|
|
1665
1674
|
{
|
|
1666
1675
|
className: e,
|
|
1667
1676
|
fill: "currentcolor",
|
|
1668
1677
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1669
1678
|
viewBox: "0 0 164.61 164.61",
|
|
1670
|
-
children: /* @__PURE__ */
|
|
1679
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.85,0,0,36.85,0,82.3s36.85,82.3,82.3,82.3,82.3-36.85,82.3-82.3S127.76,0,82.3,0ZM82.3,10c18.14,0,34.72,6.73,47.43,17.8L27.8,129.74c-11.07-12.71-17.8-29.29-17.8-47.43C10,42.44,42.44,10,82.3,10ZM82.3,154.61c-18.14,0-34.72-6.73-47.43-17.8l101.93-101.93c11.07,12.71,17.8,29.29,17.8,47.43,0,39.87-32.44,72.3-72.3,72.3Z" }) })
|
|
1671
1680
|
}
|
|
1672
1681
|
)
|
|
1673
1682
|
),
|
|
1674
1683
|
EnabledImage: (
|
|
1675
1684
|
/* icon-ban-enabled.svg */
|
|
1676
|
-
/* @__PURE__ */
|
|
1685
|
+
/* @__PURE__ */ s.jsx(
|
|
1677
1686
|
"svg",
|
|
1678
1687
|
{
|
|
1679
1688
|
className: e,
|
|
1680
1689
|
fill: "currentcolor",
|
|
1681
1690
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1682
1691
|
viewBox: "0 0 164.61 164.61",
|
|
1683
|
-
children: /* @__PURE__ */
|
|
1692
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.85,0,0,36.85,0,82.3s36.85,82.3,82.3,82.3,82.3-36.85,82.3-82.3S127.76,0,82.3,0ZM82.3,10c18.14,0,34.72,6.73,47.43,17.8L27.8,129.74c-11.07-12.71-17.8-29.29-17.8-47.43C10,42.44,42.44,10,82.3,10ZM82.3,154.61c-18.14,0-34.72-6.73-47.43-17.8l101.93-101.93c11.07,12.71,17.8,29.29,17.8,47.43,0,39.87-32.44,72.3-72.3,72.3Z" }) })
|
|
1684
1693
|
}
|
|
1685
1694
|
)
|
|
1686
1695
|
),
|
|
1687
1696
|
active: t,
|
|
1688
|
-
disabled:
|
|
1697
|
+
disabled: o
|
|
1689
1698
|
}
|
|
1690
1699
|
), J2 = ({
|
|
1691
1700
|
active: t,
|
|
1692
1701
|
className: e = "",
|
|
1693
|
-
disabled:
|
|
1694
|
-
}) => /* @__PURE__ */
|
|
1702
|
+
disabled: o
|
|
1703
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
1695
1704
|
Z,
|
|
1696
1705
|
{
|
|
1697
|
-
ActiveImage: /* @__PURE__ */
|
|
1706
|
+
ActiveImage: /* @__PURE__ */ s.jsx(
|
|
1698
1707
|
"svg",
|
|
1699
1708
|
{
|
|
1700
1709
|
className: e,
|
|
1701
1710
|
fill: "currentcolor",
|
|
1702
1711
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1703
1712
|
viewBox: "0 0 164.61 164.61",
|
|
1704
|
-
children: /* @__PURE__ */
|
|
1713
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM99.38,108.04h-59.68c-4.58,0-8.3-3.71-8.3-8.3v-43.17h59.43c4.72,0,8.54,3.83,8.54,8.54v42.92ZM133.2,106.05c0,2.29-2.58,3.63-4.46,2.31l-22.73-16.02c-.75-.53-1.2-1.39-1.2-2.31v-15.45c0-.92.45-1.78,1.2-2.31l22.73-16.02c1.87-1.32,4.46.02,4.46,2.31v47.49Z" }) })
|
|
1705
1714
|
}
|
|
1706
1715
|
),
|
|
1707
|
-
DisabledImage: /* @__PURE__ */
|
|
1716
|
+
DisabledImage: /* @__PURE__ */ s.jsx(
|
|
1708
1717
|
"svg",
|
|
1709
1718
|
{
|
|
1710
1719
|
className: e,
|
|
1711
1720
|
fill: "currentcolor",
|
|
1712
1721
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1713
1722
|
viewBox: "0 0 164.61 164.61",
|
|
1714
|
-
children: /* @__PURE__ */
|
|
1723
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM31.41,99.74v-43.17h58.14l-51.33,51.33c-3.87-.7-6.82-4.08-6.82-8.16ZM133.2,58.56v47.49c0,2.29-2.58,3.63-4.46,2.31l-22.73-16.02c-.75-.53-1.2-1.39-1.2-2.31v-11.75l17.5-17.5,6.43-4.53c1.87-1.32,4.46.02,4.46,2.31ZM75.05,108.04l24.33-24.33v24.33h-24.33Z" }) })
|
|
1715
1724
|
}
|
|
1716
1725
|
),
|
|
1717
|
-
EnabledImage: /* @__PURE__ */
|
|
1726
|
+
EnabledImage: /* @__PURE__ */ s.jsx(
|
|
1718
1727
|
"svg",
|
|
1719
1728
|
{
|
|
1720
1729
|
className: e,
|
|
1721
1730
|
fill: "currentcolor",
|
|
1722
1731
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1723
1732
|
viewBox: "0 0 164.61 164.61",
|
|
1724
|
-
children: /* @__PURE__ */
|
|
1733
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM99.38,108.04h-59.68c-4.58,0-8.3-3.71-8.3-8.3v-43.17h59.43c4.72,0,8.55,3.83,8.55,8.55v42.92ZM133.2,106.05v-47.49c0-2.29-2.58-3.63-4.46-2.31l-22.73,16.02c-.75.53-1.2,1.39-1.2,2.31v15.45c0,.92.45,1.78,1.2,2.31l22.73,16.02c1.87,1.32,4.46-.02,4.46-2.31Z" }) })
|
|
1725
1734
|
}
|
|
1726
1735
|
),
|
|
1727
1736
|
active: t,
|
|
1728
|
-
disabled:
|
|
1737
|
+
disabled: o
|
|
1729
1738
|
}
|
|
1730
1739
|
), X2 = ({
|
|
1731
1740
|
active: t,
|
|
1732
1741
|
className: e = "",
|
|
1733
|
-
disabled:
|
|
1734
|
-
}) => /* @__PURE__ */
|
|
1742
|
+
disabled: o
|
|
1743
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
1735
1744
|
Z,
|
|
1736
1745
|
{
|
|
1737
1746
|
ActiveImage: (
|
|
1738
1747
|
/* icon-check-active.svg */
|
|
1739
|
-
/* @__PURE__ */
|
|
1748
|
+
/* @__PURE__ */ s.jsx(
|
|
1740
1749
|
"svg",
|
|
1741
1750
|
{
|
|
1742
1751
|
className: e,
|
|
1743
1752
|
fill: "currentcolor",
|
|
1744
1753
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1745
1754
|
viewBox: "0 0 164.61 164.61",
|
|
1746
|
-
children: /* @__PURE__ */
|
|
1755
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM67.33,128.97l-34.83-44.24,8.71-11.06,26.13,33.18,56.07-71.21,8.71,11.06-64.78,82.27Z" }) })
|
|
1747
1756
|
}
|
|
1748
1757
|
)
|
|
1749
1758
|
),
|
|
1750
1759
|
DisabledImage: (
|
|
1751
1760
|
/* icon-check-disabled.svg */
|
|
1752
|
-
/* @__PURE__ */
|
|
1761
|
+
/* @__PURE__ */ s.jsx(
|
|
1753
1762
|
"svg",
|
|
1754
1763
|
{
|
|
1755
1764
|
className: e,
|
|
1756
1765
|
fill: "currentcolor",
|
|
1757
1766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1758
1767
|
viewBox: "0 0 164.61 164.61",
|
|
1759
|
-
children: /* @__PURE__ */
|
|
1768
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM45.23,100.9l-12.73-16.17,8.71-11.06,13.77,17.48-9.74,9.74ZM116.25,66.84l-48.92,62.13-5.82-7.39,54.74-54.74Z" }) })
|
|
1760
1769
|
}
|
|
1761
1770
|
)
|
|
1762
1771
|
),
|
|
1763
1772
|
EnabledImage: (
|
|
1764
1773
|
/* icon-check-enabled.svg */
|
|
1765
|
-
/* @__PURE__ */
|
|
1774
|
+
/* @__PURE__ */ s.jsx(
|
|
1766
1775
|
"svg",
|
|
1767
1776
|
{
|
|
1768
1777
|
className: e,
|
|
1769
1778
|
fill: "currentcolor",
|
|
1770
1779
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1771
1780
|
viewBox: "0 0 164.61 164.61",
|
|
1772
|
-
children: /* @__PURE__ */
|
|
1781
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,159.61c-42.63,0-77.3-34.68-77.3-77.3S39.68,5,82.3,5s77.3,34.68,77.3,77.3-34.68,77.3-77.3,77.3ZM132.11,46.7l-8.71-11.06-56.07,71.21-26.13-33.18-8.71,11.06,34.83,44.24,64.78-82.27Z" }) })
|
|
1773
1782
|
}
|
|
1774
1783
|
)
|
|
1775
1784
|
),
|
|
1776
1785
|
active: t,
|
|
1777
|
-
disabled:
|
|
1786
|
+
disabled: o
|
|
1778
1787
|
}
|
|
1779
1788
|
), Q2 = ({
|
|
1780
1789
|
active: t,
|
|
1781
1790
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
1782
1791
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
1783
1792
|
className: e = "",
|
|
1784
|
-
disabled:
|
|
1785
|
-
}) => /* @__PURE__ */
|
|
1793
|
+
disabled: o
|
|
1794
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
1786
1795
|
Z,
|
|
1787
1796
|
{
|
|
1788
1797
|
ActiveImage: (
|
|
1789
1798
|
/* icon-controller-active.svg */
|
|
1790
|
-
/* @__PURE__ */
|
|
1799
|
+
/* @__PURE__ */ s.jsx(
|
|
1791
1800
|
"svg",
|
|
1792
1801
|
{
|
|
1793
1802
|
className: e,
|
|
1794
1803
|
fill: "currentcolor",
|
|
1795
1804
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1796
1805
|
viewBox: "0 0 164.61 164.61",
|
|
1797
|
-
children: /* @__PURE__ */
|
|
1806
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
1798
1807
|
"path",
|
|
1799
1808
|
{
|
|
1800
1809
|
d: "M111.57,63.01c-.5-1.94-1.51-3.52-3.02-4.74-1.51-1.22-3.27-1.83-5.28-1.83h-42.04c-2.01,0-3.79.61-5.34,1.83-1.54,1.22-2.53,2.8-2.96,4.74l-9.06,36.11c-.14.43-.22,1.08-.22,1.94,0,2.01.74,3.7,2.21,5.07,1.47,1.37,3.25,2.05,5.34,2.05,1.37,0,2.6-.36,3.72-1.08,1.11-.72,1.96-1.69,2.53-2.91l3.02-6.14c1.08-2.23,2.66-3.97,4.74-5.23,2.08-1.26,4.35-1.89,6.79-1.89h20.48c2.44,0,4.71.65,6.79,1.94,2.08,1.29,3.7,3.02,4.85,5.17l3.02,6.14c.58,1.22,1.42,2.19,2.53,2.91,1.11.72,2.35,1.08,3.72,1.08,2.01,0,3.74-.66,5.17-1.99,1.44-1.33,2.19-3,2.26-5.01,0,.07-.07-.61-.22-2.05l-9.06-36.11ZM94.27,61.98c.83-.83,1.85-1.24,3.07-1.24s2.25.41,3.07,1.24c.83.83,1.24,1.85,1.24,3.07s-.41,2.25-1.24,3.07c-.83.83-1.85,1.24-3.07,1.24s-2.25-.41-3.07-1.24c-.83-.83-1.24-1.85-1.24-3.07s.41-2.25,1.24-3.07ZM77.02,76c-.61.61-1.38.92-2.32.92h-4.31v4.31c0,.93-.31,1.71-.92,2.32-.61.61-1.38.92-2.32.92s-1.71-.31-2.32-.92c-.61-.61-.92-1.38-.92-2.32v-4.31h-4.31c-.93,0-1.71-.31-2.32-.92-.61-.61-.92-1.38-.92-2.32s.31-1.71.92-2.32c.61-.61,1.38-.92,2.32-.92h4.31v-4.31c0-.93.31-1.71.92-2.32.61-.61,1.38-.92,2.32-.92s1.71.31,2.32.92c.61.61.92,1.38.92,2.32v4.31h4.31c.93,0,1.71.31,2.32.92s.92,1.38.92,2.32-.31,1.71-.92,2.32ZM91.79,76.75c-.83.83-1.85,1.24-3.07,1.24s-2.25-.41-3.07-1.24c-.83-.83-1.24-1.85-1.24-3.07s.41-2.25,1.24-3.07c.83-.83,1.85-1.24,3.07-1.24s2.25.41,3.07,1.24c.83.83,1.24,1.85,1.24,3.07s-.41,2.25-1.24,3.07ZM100.41,85.38c-.83.83-1.85,1.24-3.07,1.24s-2.25-.41-3.07-1.24c-.83-.83-1.24-1.85-1.24-3.07s.41-2.25,1.24-3.07c.83-.83,1.85-1.24,3.07-1.24s2.25.41,3.07,1.24c.83.83,1.24,1.85,1.24,3.07s-.41,2.25-1.24,3.07ZM109.04,76.75c-.83.83-1.85,1.24-3.07,1.24s-2.25-.41-3.07-1.24c-.83-.83-1.24-1.85-1.24-3.07s.41-2.25,1.24-3.07c.83-.83,1.85-1.24,3.07-1.24s2.25.41,3.07,1.24,1.24,1.85,1.24,3.07-.41,2.25-1.24,3.07ZM82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM124.89,112.22c-3.13,3.05-6.88,4.58-11.27,4.58-3.02,0-5.82-.79-8.41-2.37-2.59-1.58-4.53-3.74-5.82-6.47l-3.02-6.25c-.36-.72-.9-1.26-1.62-1.62-.72-.36-1.47-.54-2.26-.54h-20.48c-.79,0-1.55.18-2.26.54-.72.36-1.26.9-1.62,1.62l-3.02,6.25c-1.29,2.73-3.23,4.89-5.82,6.47-2.59,1.58-5.39,2.37-8.41,2.37-4.31,0-8-1.55-11.05-4.64-3.05-3.09-4.65-6.83-4.8-11.21,0-.65.04-1.29.11-1.94.07-.65.18-1.29.32-1.94l9.06-36.22c1.01-3.88,3.05-7.03,6.15-9.43,3.09-2.41,6.61-3.61,10.56-3.61h42.04c3.95,0,7.47,1.2,10.56,3.61,3.09,2.41,5.14,5.55,6.14,9.43l9.06,36.22c.14.65.27,1.31.38,1.99s.16,1.35.16,1.99c0,4.38-1.56,8.1-4.69,11.16Z",
|
|
@@ -1806,14 +1815,14 @@ const se = () => {
|
|
|
1806
1815
|
),
|
|
1807
1816
|
DisabledImage: (
|
|
1808
1817
|
/* icon-controller-disabled.svg */
|
|
1809
|
-
/* @__PURE__ */
|
|
1818
|
+
/* @__PURE__ */ s.jsx(
|
|
1810
1819
|
"svg",
|
|
1811
1820
|
{
|
|
1812
1821
|
className: e,
|
|
1813
1822
|
fill: "currentcolor",
|
|
1814
1823
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1815
1824
|
viewBox: "0 0 164.61 164.61",
|
|
1816
|
-
children: /* @__PURE__ */
|
|
1825
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
1817
1826
|
"path",
|
|
1818
1827
|
{
|
|
1819
1828
|
d: "M96.54,86.55l5.04-5.04c.04.26.07.52.07.8,0,1.22-.41,2.25-1.24,3.07-.83.83-1.85,1.24-3.07,1.24-.28,0-.54-.03-.8-.07ZM105.97,77.99c1.22,0,2.25-.41,3.07-1.24.83-.83,1.24-1.85,1.24-3.07,0-.28-.03-.54-.07-.8l-5.04,5.04c.26.04.52.07.8.07ZM129.04,97.07l-8.6-34.41-7.15,7.15,7.35,29.31c.14,1.44.22,2.12.22,2.05-.07,2.01-.83,3.68-2.26,5.01-1.44,1.33-3.16,1.99-5.17,1.99-1.37,0-2.6-.36-3.72-1.08-1.11-.72-1.96-1.69-2.53-2.91l-3.02-6.14c-1.15-2.16-2.77-3.88-4.85-5.17-2.08-1.29-4.35-1.94-6.79-1.94h-.33l-8.62,8.62h8.95c.79,0,1.55.18,2.26.54.72.36,1.26.9,1.62,1.62l3.02,6.25c1.29,2.73,3.23,4.89,5.82,6.47,2.59,1.58,5.39,2.37,8.41,2.37,4.38,0,8.14-1.53,11.27-4.58,3.13-3.05,4.69-6.77,4.69-11.16,0-.65-.05-1.31-.16-1.99s-.23-1.35-.38-1.99ZM43.77,102.35c-.07-.42-.12-.84-.12-1.29,0-.86.07-1.51.22-1.94l9.06-36.11c.43-1.94,1.42-3.52,2.96-4.74,1.54-1.22,3.32-1.83,5.34-1.83h28.46l8.62-8.62h-37.09c-3.95,0-7.47,1.2-10.56,3.61-3.09,2.41-5.14,5.55-6.14,9.43l-9.06,36.22c-.14.65-.25,1.29-.32,1.94-.07.65-.11,1.29-.11,1.94.1,2.92.85,5.55,2.24,7.9l6.5-6.5ZM74.7,70.45h-4.31v-4.31c0-.93-.31-1.71-.92-2.32-.61-.61-1.38-.92-2.32-.92s-1.71.31-2.32.92c-.61.61-.92,1.38-.92,2.32v4.31h-4.31c-.93,0-1.71.31-2.32.92s-.92,1.38-.92,2.32.31,1.71.92,2.32c.61.61,1.38.92,2.32.92h4.31v4.31c0,.31.05.59.11.86l11.53-11.53c-.27-.07-.56-.11-.86-.11ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM5,82.3c0,19.83,7.51,37.93,19.82,51.63L133.93,24.83c-13.7-12.32-31.8-19.83-51.63-19.83C39.68,5,5,39.68,5,82.3ZM159.61,82.3c0-19.83-7.51-37.93-19.83-51.63L30.68,139.78c13.7,12.32,31.8,19.83,51.63,19.83,42.63,0,77.3-34.68,77.3-77.3Z",
|
|
@@ -1825,14 +1834,14 @@ const se = () => {
|
|
|
1825
1834
|
),
|
|
1826
1835
|
EnabledImage: (
|
|
1827
1836
|
/* icon-controller-enabled.svg */
|
|
1828
|
-
/* @__PURE__ */
|
|
1837
|
+
/* @__PURE__ */ s.jsx(
|
|
1829
1838
|
"svg",
|
|
1830
1839
|
{
|
|
1831
1840
|
className: e,
|
|
1832
1841
|
fill: "currentcolor",
|
|
1833
1842
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1834
1843
|
viewBox: "0 0 164.61 164.61",
|
|
1835
|
-
children: /* @__PURE__ */
|
|
1844
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
1836
1845
|
"path",
|
|
1837
1846
|
{
|
|
1838
1847
|
d: "M50.88,116.8c-4.31,0-8-1.55-11.05-4.64-3.05-3.09-4.65-6.83-4.8-11.21,0-.65.04-1.29.11-1.94s.18-1.29.32-1.94l9.06-36.22c1.01-3.88,3.05-7.03,6.14-9.43s6.61-3.61,10.56-3.61h42.04c3.95,0,7.47,1.2,10.56,3.61s5.14,5.55,6.14,9.43l9.06,36.22c.14.65.27,1.31.38,1.99s.16,1.35.16,1.99c0,4.38-1.56,8.1-4.69,11.16s-6.88,4.58-11.27,4.58c-3.02,0-5.82-.79-8.41-2.37s-4.53-3.74-5.82-6.47l-3.02-6.25c-.36-.72-.9-1.26-1.62-1.62s-1.47-.54-2.26-.54h-20.48c-.79,0-1.55.18-2.26.54s-1.26.9-1.62,1.62l-3.02,6.25c-1.29,2.73-3.23,4.89-5.82,6.47s-5.39,2.37-8.41,2.37ZM51.2,108.18c1.37,0,2.61-.36,3.72-1.08,1.11-.72,1.96-1.69,2.53-2.91l3.02-6.14c1.08-2.23,2.66-3.97,4.74-5.23s4.35-1.89,6.79-1.89h20.48c2.44,0,4.71.65,6.79,1.94s3.7,3.02,4.85,5.17l3.02,6.14c.57,1.22,1.42,2.19,2.53,2.91,1.11.72,2.35,1.08,3.72,1.08,2.01,0,3.74-.66,5.17-1.99,1.44-1.33,2.19-3,2.26-5.01,0,.07-.07-.61-.22-2.05l-9.06-36.11c-.5-1.94-1.51-3.52-3.02-4.74s-3.27-1.83-5.28-1.83h-42.04c-2.01,0-3.79.61-5.34,1.83s-2.53,2.8-2.96,4.74l-9.06,36.11c-.14.43-.22,1.08-.22,1.94,0,2.01.74,3.7,2.21,5.07,1.47,1.37,3.25,2.05,5.34,2.05ZM88.72,77.99c1.22,0,2.25-.41,3.07-1.24s1.24-1.85,1.24-3.07-.41-2.25-1.24-3.07-1.85-1.24-3.07-1.24-2.25.41-3.07,1.24c-.83.83-1.24,1.85-1.24,3.07s.41,2.25,1.24,3.07c.83.83,1.85,1.24,3.07,1.24ZM97.34,69.37c1.22,0,2.25-.41,3.07-1.24s1.24-1.85,1.24-3.07-.41-2.25-1.24-3.07-1.85-1.24-3.07-1.24-2.25.41-3.07,1.24-1.24,1.85-1.24,3.07.41,2.25,1.24,3.07,1.85,1.24,3.07,1.24ZM97.34,86.62c1.22,0,2.25-.41,3.07-1.24s1.24-1.85,1.24-3.07-.41-2.25-1.24-3.07c-.83-.83-1.85-1.24-3.07-1.24s-2.25.41-3.07,1.24c-.83.83-1.24,1.85-1.24,3.07s.41,2.25,1.24,3.07,1.85,1.24,3.07,1.24ZM105.97,77.99c1.22,0,2.25-.41,3.07-1.24s1.24-1.85,1.24-3.07-.41-2.25-1.24-3.07-1.85-1.24-3.07-1.24-2.25.41-3.07,1.24-1.24,1.85-1.24,3.07.41,2.25,1.24,3.07,1.85,1.24,3.07,1.24ZM67.16,84.46c.93,0,1.71-.31,2.32-.92s.92-1.38.92-2.32v-4.31h4.31c.93,0,1.71-.31,2.32-.92s.92-1.38.92-2.32-.31-1.71-.92-2.32-1.38-.92-2.32-.92h-4.31v-4.31c0-.93-.31-1.71-.92-2.32s-1.38-.92-2.32-.92-1.71.31-2.32.92-.92,1.38-.92,2.32v4.31h-4.31c-.93,0-1.71.31-2.32.92s-.92,1.38-.92,2.32.31,1.71.92,2.32,1.38.92,2.32.92h4.31v4.31c0,.93.31,1.71.92,2.32s1.38.92,2.32.92ZM82.3,164.61C36.92,164.61,0,127.69,0,82.3S36.92,0,82.3,0s82.3,36.92,82.3,82.3-36.92,82.3-82.3,82.3ZM82.3,5C39.68,5,5,39.68,5,82.3s34.68,77.3,77.3,77.3,77.3-34.68,77.3-77.3S124.93,5,82.3,5Z",
|
|
@@ -1843,272 +1852,272 @@ const se = () => {
|
|
|
1843
1852
|
)
|
|
1844
1853
|
),
|
|
1845
1854
|
active: t,
|
|
1846
|
-
disabled:
|
|
1855
|
+
disabled: o
|
|
1847
1856
|
}
|
|
1848
1857
|
), N2 = ({
|
|
1849
1858
|
active: t,
|
|
1850
1859
|
className: e = "",
|
|
1851
|
-
disabled:
|
|
1852
|
-
}) => /* @__PURE__ */
|
|
1860
|
+
disabled: o
|
|
1861
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
1853
1862
|
Z,
|
|
1854
1863
|
{
|
|
1855
1864
|
ActiveImage: (
|
|
1856
1865
|
/* icon-down-active.svg */
|
|
1857
|
-
/* @__PURE__ */
|
|
1866
|
+
/* @__PURE__ */ s.jsx(
|
|
1858
1867
|
"svg",
|
|
1859
1868
|
{
|
|
1860
1869
|
className: e,
|
|
1861
1870
|
fill: "currentcolor",
|
|
1862
1871
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1863
1872
|
viewBox: "0 0 164.61 164.61",
|
|
1864
|
-
children: /* @__PURE__ */
|
|
1873
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM93.21,107.67l-10.91,12.23-10.91-12.23-35.78-40.12,12.15-10.84,34.53,38.72,34.53-38.72,12.15,10.84-35.78,40.12Z" }) })
|
|
1865
1874
|
}
|
|
1866
1875
|
)
|
|
1867
1876
|
),
|
|
1868
1877
|
DisabledImage: (
|
|
1869
1878
|
/* icon-down-disabled.svg */
|
|
1870
|
-
/* @__PURE__ */
|
|
1879
|
+
/* @__PURE__ */ s.jsx(
|
|
1871
1880
|
"svg",
|
|
1872
1881
|
{
|
|
1873
1882
|
className: e,
|
|
1874
1883
|
fill: "currentcolor",
|
|
1875
1884
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1876
1885
|
viewBox: "0 0 164.61 164.61",
|
|
1877
|
-
children: /* @__PURE__ */
|
|
1886
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,164.61c45.38,0,82.3-36.92,82.3-82.3S127.69,0,82.3,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.82,31.8,19.82,51.63,0,42.63-34.68,77.3-77.3,77.3ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM52.88,93.25l-15.26-17.11,12.15-10.84,14.64,16.41-11.53,11.53ZM118.84,65.3l12.15,10.84-35.78,40.12-10.91,12.23-10.91-12.23-3.09-3.47,11.53-11.53,2.47,2.77,34.53-38.72Z" }) })
|
|
1878
1887
|
}
|
|
1879
1888
|
)
|
|
1880
1889
|
),
|
|
1881
1890
|
EnabledImage: (
|
|
1882
1891
|
/* icon-down-enabled.svg */
|
|
1883
|
-
/* @__PURE__ */
|
|
1892
|
+
/* @__PURE__ */ s.jsx(
|
|
1884
1893
|
"svg",
|
|
1885
1894
|
{
|
|
1886
1895
|
className: e,
|
|
1887
1896
|
fill: "currentcolor",
|
|
1888
1897
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1889
1898
|
viewBox: "0 0 164.61 164.61",
|
|
1890
|
-
children: /* @__PURE__ */
|
|
1899
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM47.77,56.71l-12.15,10.84,35.78,40.12,10.91,12.23,10.91-12.23,35.78-40.12-12.15-10.84-34.53,38.72-34.53-38.72Z" }) })
|
|
1891
1900
|
}
|
|
1892
1901
|
)
|
|
1893
1902
|
),
|
|
1894
1903
|
active: t,
|
|
1895
|
-
disabled:
|
|
1904
|
+
disabled: o
|
|
1896
1905
|
}
|
|
1897
1906
|
), e8 = ({
|
|
1898
1907
|
active: t,
|
|
1899
1908
|
className: e = "",
|
|
1900
|
-
disabled:
|
|
1901
|
-
}) => /* @__PURE__ */
|
|
1909
|
+
disabled: o
|
|
1910
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
1902
1911
|
Z,
|
|
1903
1912
|
{
|
|
1904
1913
|
ActiveImage: (
|
|
1905
1914
|
/* icon-elipses-active.svg */
|
|
1906
|
-
/* @__PURE__ */
|
|
1915
|
+
/* @__PURE__ */ s.jsx(
|
|
1907
1916
|
"svg",
|
|
1908
1917
|
{
|
|
1909
1918
|
className: e,
|
|
1910
1919
|
fill: "currentcolor",
|
|
1911
1920
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1912
1921
|
viewBox: "0 0 164.61 164.61",
|
|
1913
|
-
children: /* @__PURE__ */
|
|
1922
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM52.93,91.35c-2.51,2.51-5.52,3.76-9.05,3.76s-6.54-1.25-9.05-3.76-3.76-5.52-3.76-9.05,1.25-6.54,3.76-9.05c2.51-2.51,5.52-3.76,9.05-3.76s6.54,1.25,9.05,3.76,3.76,5.52,3.76,9.05-1.25,6.54-3.76,9.05ZM91.35,91.35c-2.51,2.51-5.52,3.76-9.05,3.76s-6.54-1.25-9.05-3.76c-2.51-2.51-3.76-5.52-3.76-9.05s1.25-6.54,3.76-9.05,5.52-3.76,9.05-3.76,6.54,1.25,9.05,3.76c2.51,2.51,3.76,5.52,3.76,9.05s-1.25,6.54-3.76,9.05ZM129.77,91.35c-2.51,2.51-5.52,3.76-9.05,3.76s-6.54-1.25-9.05-3.76c-2.51-2.51-3.76-5.52-3.76-9.05s1.25-6.54,3.76-9.05,5.52-3.76,9.05-3.76,6.54,1.25,9.05,3.76c2.51,2.51,3.76,5.52,3.76,9.05s-1.25,6.54-3.76,9.05Z" }) })
|
|
1914
1923
|
}
|
|
1915
1924
|
)
|
|
1916
1925
|
),
|
|
1917
1926
|
DisabledImage: (
|
|
1918
1927
|
/* icon-elipses-disabled.svg */
|
|
1919
|
-
/* @__PURE__ */
|
|
1928
|
+
/* @__PURE__ */ s.jsx(
|
|
1920
1929
|
"svg",
|
|
1921
1930
|
{
|
|
1922
1931
|
className: e,
|
|
1923
1932
|
fill: "currentcolor",
|
|
1924
1933
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1925
1934
|
viewBox: "0 0 164.61 164.61",
|
|
1926
|
-
children: /* @__PURE__ */
|
|
1935
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM34.84,91.35c-2.51-2.51-3.76-5.52-3.76-9.05s1.25-6.54,3.76-9.05,5.52-3.76,9.05-3.76,6.54,1.25,9.05,3.76c2.51,2.51,3.76,5.52,3.76,9.05s-1.25,6.54-3.76,9.05c-2.51,2.51-5.52,3.76-9.05,3.76s-6.54-1.25-9.05-3.76ZM129.77,73.26c2.51,2.51,3.76,5.52,3.76,9.05s-1.25,6.54-3.76,9.05c-2.51,2.51-5.52,3.76-9.05,3.76s-6.54-1.25-9.05-3.76-3.76-5.52-3.76-9.05,1.25-6.54,3.76-9.05c2.51-2.51,5.52-3.76,9.05-3.76s6.54,1.25,9.05,3.76Z" }) })
|
|
1927
1936
|
}
|
|
1928
1937
|
)
|
|
1929
1938
|
),
|
|
1930
1939
|
EnabledImage: (
|
|
1931
1940
|
/* icon-elipses-enabled.svg */
|
|
1932
|
-
/* @__PURE__ */
|
|
1941
|
+
/* @__PURE__ */ s.jsx(
|
|
1933
1942
|
"svg",
|
|
1934
1943
|
{
|
|
1935
1944
|
className: e,
|
|
1936
1945
|
fill: "currentcolor",
|
|
1937
1946
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1938
1947
|
viewBox: "0 0 164.61 164.61",
|
|
1939
|
-
children: /* @__PURE__ */
|
|
1948
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM43.88,95.11c-3.52,0-6.54-1.25-9.05-3.76s-3.76-5.52-3.76-9.05,1.25-6.54,3.76-9.05,5.52-3.76,9.05-3.76,6.54,1.25,9.05,3.76,3.76,5.52,3.76,9.05-1.25,6.54-3.76,9.05-5.52,3.76-9.05,3.76ZM82.3,95.11c-3.52,0-6.54-1.25-9.05-3.76s-3.76-5.52-3.76-9.05,1.25-6.54,3.76-9.05,5.52-3.76,9.05-3.76,6.54,1.25,9.05,3.76,3.76,5.52,3.76,9.05-1.25,6.54-3.76,9.05-5.52,3.76-9.05,3.76ZM120.73,95.11c-3.52,0-6.54-1.25-9.05-3.76s-3.76-5.52-3.76-9.05,1.25-6.54,3.76-9.05c2.51-2.51,5.52-3.76,9.05-3.76s6.54,1.25,9.05,3.76,3.76,5.52,3.76,9.05-1.25,6.54-3.76,9.05-5.52,3.76-9.05,3.76Z" }) })
|
|
1940
1949
|
}
|
|
1941
1950
|
)
|
|
1942
1951
|
),
|
|
1943
1952
|
active: t,
|
|
1944
|
-
disabled:
|
|
1953
|
+
disabled: o
|
|
1945
1954
|
}
|
|
1946
1955
|
), t8 = ({
|
|
1947
1956
|
active: t,
|
|
1948
1957
|
className: e = "",
|
|
1949
|
-
disabled:
|
|
1950
|
-
}) => /* @__PURE__ */
|
|
1958
|
+
disabled: o
|
|
1959
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
1951
1960
|
Z,
|
|
1952
1961
|
{
|
|
1953
1962
|
ActiveImage: (
|
|
1954
1963
|
/* icon-flag-active.svg */
|
|
1955
|
-
/* @__PURE__ */
|
|
1964
|
+
/* @__PURE__ */ s.jsx(
|
|
1956
1965
|
"svg",
|
|
1957
1966
|
{
|
|
1958
1967
|
className: e,
|
|
1959
1968
|
fill: "currentcolor",
|
|
1960
1969
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1961
1970
|
viewBox: "0 0 164.61 164.61",
|
|
1962
|
-
children: /* @__PURE__ */
|
|
1971
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM124.95,102.2h-39.8l-2.27-11.37h-31.84v39.8h-11.37V33.98h51.17l2.27,11.37h31.84v56.86Z" }) })
|
|
1963
1972
|
}
|
|
1964
1973
|
)
|
|
1965
1974
|
),
|
|
1966
1975
|
DisabledImage: (
|
|
1967
1976
|
/* icon-flag-disabled.svg */
|
|
1968
|
-
/* @__PURE__ */
|
|
1977
|
+
/* @__PURE__ */ s.jsx(
|
|
1969
1978
|
"svg",
|
|
1970
1979
|
{
|
|
1971
1980
|
className: e,
|
|
1972
1981
|
fill: "currentcolor",
|
|
1973
1982
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1974
1983
|
viewBox: "0 0 164.61 164.61",
|
|
1975
|
-
children: /* @__PURE__ */
|
|
1984
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M124.95,58.15v44.06h-39.8l-.71-3.55,40.51-40.51ZM51.03,95.09v-4.26h4.26l45.48-45.48h-7.67l-2.27-11.37h-51.17v72.48l11.37-11.37ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM5,82.3c0,19.83,7.51,37.93,19.82,51.63L133.93,24.83c-13.7-12.32-31.8-19.83-51.63-19.83C39.68,5,5,39.68,5,82.3ZM159.61,82.3c0-19.83-7.51-37.93-19.83-51.63L30.68,139.78c13.7,12.32,31.8,19.83,51.63,19.83,42.63,0,77.3-34.68,77.3-77.3Z" }) })
|
|
1976
1985
|
}
|
|
1977
1986
|
)
|
|
1978
1987
|
),
|
|
1979
1988
|
EnabledImage: (
|
|
1980
1989
|
/* icon-flag-enabled.svg */
|
|
1981
|
-
/* @__PURE__ */
|
|
1990
|
+
/* @__PURE__ */ s.jsx(
|
|
1982
1991
|
"svg",
|
|
1983
1992
|
{
|
|
1984
1993
|
className: e,
|
|
1985
1994
|
fill: "currentcolor",
|
|
1986
1995
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1987
1996
|
viewBox: "0 0 164.61 164.61",
|
|
1988
|
-
children: /* @__PURE__ */
|
|
1997
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M39.66,130.63V33.98h51.17l2.27,11.37h31.84v56.86h-39.8l-2.27-11.37h-31.84v39.8h-11.37ZM82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,159.61c-42.63,0-77.3-34.68-77.3-77.3S39.68,5,82.3,5s77.3,34.68,77.3,77.3-34.68,77.3-77.3,77.3Z" }) })
|
|
1989
1998
|
}
|
|
1990
1999
|
)
|
|
1991
2000
|
),
|
|
1992
2001
|
active: t,
|
|
1993
|
-
disabled:
|
|
2002
|
+
disabled: o
|
|
1994
2003
|
}
|
|
1995
|
-
),
|
|
2004
|
+
), s8 = ({
|
|
1996
2005
|
active: t,
|
|
1997
2006
|
className: e = "",
|
|
1998
|
-
disabled:
|
|
1999
|
-
}) => /* @__PURE__ */
|
|
2007
|
+
disabled: o
|
|
2008
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2000
2009
|
Z,
|
|
2001
2010
|
{
|
|
2002
2011
|
ActiveImage: (
|
|
2003
2012
|
/* /Users/hvolmer/Downloads/SVG/icon-gear-active.svg */
|
|
2004
|
-
/* @__PURE__ */
|
|
2013
|
+
/* @__PURE__ */ s.jsx(
|
|
2005
2014
|
"svg",
|
|
2006
2015
|
{
|
|
2007
2016
|
className: e,
|
|
2008
2017
|
fill: "currentcolor",
|
|
2009
2018
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2010
2019
|
viewBox: "0 0 164.61 164.61",
|
|
2011
|
-
children: /* @__PURE__ */
|
|
2020
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M96.59,68.3c3.87,3.87,5.8,8.53,5.8,14s-1.93,10.13-5.8,14-8.53,5.8-14,5.8-10.25-1.93-14.07-5.8c-3.82-3.87-5.73-8.53-5.73-14s1.91-10.13,5.73-14c3.82-3.87,8.51-5.8,14.07-5.8s10.13,1.93,14,5.8ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM124.58,78.49l14.56-11.03-15.55-26.87-16.83,7.07c-1.04-.75-2.1-1.46-3.18-2.12-1.08-.66-2.24-1.23-3.46-1.7l-2.26-18.1h-31.11l-2.26,18.1c-1.13.47-2.26,1.04-3.39,1.7-1.13.66-2.22,1.37-3.25,2.12l-16.83-7.07-15.55,26.87,14.56,11.03c-.09.66-.14,1.3-.14,1.91v3.82c0,.61.05,1.25.14,1.91l-14.56,11.03,15.55,26.87,16.83-7.07c1.04.75,2.1,1.46,3.18,2.12s2.24,1.23,3.46,1.7l2.26,18.1h31.11l2.26-18.1c1.13-.47,2.26-1.04,3.39-1.7,1.13-.66,2.22-1.37,3.25-2.12l16.69,7.07,15.55-26.87-14.56-11.03c.19-.66.28-1.3.28-1.91v-3.82c0-.61-.05-1.25-.14-1.91Z" }) })
|
|
2012
2021
|
}
|
|
2013
2022
|
)
|
|
2014
2023
|
),
|
|
2015
2024
|
DisabledImage: (
|
|
2016
2025
|
/* /Users/hvolmer/Downloads/SVG/icon-gear-disabled.svg */
|
|
2017
|
-
/* @__PURE__ */
|
|
2026
|
+
/* @__PURE__ */ s.jsx(
|
|
2018
2027
|
"svg",
|
|
2019
2028
|
{
|
|
2020
2029
|
className: e,
|
|
2021
2030
|
fill: "currentcolor",
|
|
2022
2031
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2023
2032
|
viewBox: "0 0 164.61 164.61",
|
|
2024
|
-
children: /* @__PURE__ */
|
|
2033
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM25.46,97.15l14.56-11.03c-.09-.66-.14-1.3-.14-1.91v-3.82c0-.61.05-1.25.14-1.91l-14.56-11.03,15.55-26.87,16.83,7.07c1.04-.75,2.12-1.46,3.25-2.12,1.13-.66,2.26-1.23,3.39-1.7l2.26-18.1h31.11l2.26,18.1c.52.2,1.01.42,1.51.66l-18.05,18.05c-.33-.01-.65-.04-.99-.04-5.56,0-10.25,1.93-14.07,5.8-3.82,3.87-5.73,8.53-5.73,14,0,.34.03.66.04.99l-28.75,28.75-8.62-14.89ZM139.15,67.46l-14.56,11.03c.09.66.14,1.3.14,1.91v3.82c0,.61-.09,1.25-.28,1.91l14.56,11.03-15.55,26.87-16.69-7.07c-1.04.75-2.12,1.46-3.25,2.12-1.13.66-2.26,1.23-3.39,1.7l-2.26,18.1h-31.11l-2.26-18.1c-.52-.2-1.01-.42-1.51-.66l18.08-18.08c.5.03,1.01.07,1.53.07,5.47,0,10.13-1.93,14-5.8s5.8-8.53,5.8-14c0-.52-.03-1.02-.07-1.53l28.21-28.21,8.62,14.89Z" }) })
|
|
2025
2034
|
}
|
|
2026
2035
|
)
|
|
2027
2036
|
),
|
|
2028
2037
|
EnabledImage: (
|
|
2029
2038
|
/* /Users/hvolmer/Downloads/SVG/icon-gear-enabled.svg */
|
|
2030
|
-
/* @__PURE__ */
|
|
2039
|
+
/* @__PURE__ */ s.jsx(
|
|
2031
2040
|
"svg",
|
|
2032
2041
|
{
|
|
2033
2042
|
className: e,
|
|
2034
2043
|
fill: "currentcolor",
|
|
2035
2044
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2036
2045
|
viewBox: "0 0 164.61 164.61",
|
|
2037
|
-
children: /* @__PURE__ */
|
|
2046
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M66.75,138.87l-2.26-18.1c-1.23-.47-2.38-1.04-3.46-1.7s-2.14-1.37-3.18-2.12l-16.83,7.07-15.55-26.87,14.56-11.03c-.09-.66-.14-1.3-.14-1.91v-3.82c0-.61.05-1.25.14-1.91l-14.56-11.03,15.55-26.87,16.83,7.07c1.04-.75,2.12-1.46,3.25-2.12,1.13-.66,2.26-1.23,3.39-1.7l2.26-18.1h31.11l2.26,18.1c1.23.47,2.38,1.04,3.46,1.7,1.08.66,2.14,1.37,3.18,2.12l16.83-7.07,15.55,26.87-14.56,11.03c.09.66.14,1.3.14,1.91v3.82c0,.61-.09,1.25-.28,1.91l14.56,11.03-15.55,26.87-16.69-7.07c-1.04.75-2.12,1.46-3.25,2.12s-2.26,1.23-3.39,1.7l-2.26,18.1h-31.11ZM82.59,102.1c5.47,0,10.13-1.93,14-5.8s5.8-8.53,5.8-14-1.93-10.13-5.8-14c-3.87-3.87-8.53-5.8-14-5.8s-10.25,1.93-14.07,5.8c-3.82,3.87-5.73,8.53-5.73,14s1.91,10.13,5.73,14,8.51,5.8,14.07,5.8ZM82.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" }) })
|
|
2038
2047
|
}
|
|
2039
2048
|
)
|
|
2040
2049
|
),
|
|
2041
2050
|
active: t,
|
|
2042
|
-
disabled:
|
|
2051
|
+
disabled: o
|
|
2043
2052
|
}
|
|
2044
|
-
),
|
|
2053
|
+
), o8 = ({
|
|
2045
2054
|
active: t,
|
|
2046
2055
|
className: e = "",
|
|
2047
|
-
disabled:
|
|
2048
|
-
}) => /* @__PURE__ */
|
|
2056
|
+
disabled: o
|
|
2057
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2049
2058
|
Z,
|
|
2050
2059
|
{
|
|
2051
2060
|
ActiveImage: (
|
|
2052
2061
|
/* icon-glass-active.svg */
|
|
2053
|
-
/* @__PURE__ */
|
|
2062
|
+
/* @__PURE__ */ s.jsx(
|
|
2054
2063
|
"svg",
|
|
2055
2064
|
{
|
|
2056
2065
|
className: e,
|
|
2057
2066
|
fill: "currentcolor",
|
|
2058
2067
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2059
2068
|
viewBox: "0 0 164.61 164.61",
|
|
2060
|
-
children: /* @__PURE__ */
|
|
2069
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M79.55,85.06l5.51-5.51h32.39v5.51h-32.39v41.83h-5.51v-41.83ZM47.16,117.45l32.39-32.39h-32.39v32.39ZM79.55,37.72h-32.39v41.83h32.39v-41.83ZM85.06,79.55l32.39-32.39v-9.43h-32.39v41.83ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM122.99,32.18H41.61v100.25h81.38V32.18Z" }) })
|
|
2061
2070
|
}
|
|
2062
2071
|
)
|
|
2063
2072
|
),
|
|
2064
2073
|
DisabledImage: (
|
|
2065
2074
|
/* icon-glass-disabled.svg */
|
|
2066
|
-
/* @__PURE__ */
|
|
2075
|
+
/* @__PURE__ */ s.jsx(
|
|
2067
2076
|
"svg",
|
|
2068
2077
|
{
|
|
2069
2078
|
className: e,
|
|
2070
2079
|
fill: "currentcolor",
|
|
2071
2080
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2072
2081
|
viewBox: "0 0 164.61 164.61",
|
|
2073
|
-
children: /* @__PURE__ */
|
|
2082
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM41.61,104.51V32.18h72.33l-5.54,5.54h-23.34v23.34l-5.51,5.51v-28.85h-32.39v41.83h19.42l-5.51,5.51h-13.91v13.91l-5.54,5.54ZM122.99,60.1v72.33H50.66l28.89-28.89v23.34h5.51v-28.85l12.97-12.97h19.42v-5.51h-13.91l19.45-19.45Z" }) })
|
|
2074
2083
|
}
|
|
2075
2084
|
)
|
|
2076
2085
|
),
|
|
2077
2086
|
EnabledImage: (
|
|
2078
2087
|
/* icon-glass-enabled.svg */
|
|
2079
|
-
/* @__PURE__ */
|
|
2088
|
+
/* @__PURE__ */ s.jsx(
|
|
2080
2089
|
"svg",
|
|
2081
2090
|
{
|
|
2082
2091
|
className: e,
|
|
2083
2092
|
fill: "currentcolor",
|
|
2084
2093
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2085
2094
|
viewBox: "0 0 164.61 164.61",
|
|
2086
|
-
children: /* @__PURE__ */
|
|
2095
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M117.45,32.18H41.61v100.25h81.38V32.18h-5.54ZM117.45,47.16l-32.39,32.39h32.39v5.51h-32.39v41.83h-5.51v-41.83l-32.39,32.39v-32.39h32.39l5.51-5.51v-41.83h32.39v9.43ZM79.55,37.72v41.83h-32.39v-41.83h32.39ZM82.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" }) })
|
|
2087
2096
|
}
|
|
2088
2097
|
)
|
|
2089
2098
|
),
|
|
2090
2099
|
active: t,
|
|
2091
|
-
disabled:
|
|
2100
|
+
disabled: o
|
|
2092
2101
|
}
|
|
2093
2102
|
), n8 = ({
|
|
2094
2103
|
active: t,
|
|
2095
2104
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2096
2105
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
2097
2106
|
className: e = "",
|
|
2098
|
-
disabled:
|
|
2099
|
-
}) => /* @__PURE__ */
|
|
2107
|
+
disabled: o
|
|
2108
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2100
2109
|
Z,
|
|
2101
2110
|
{
|
|
2102
2111
|
ActiveImage: (
|
|
2103
2112
|
/* icon-hdmi-active.svg */
|
|
2104
|
-
/* @__PURE__ */
|
|
2113
|
+
/* @__PURE__ */ s.jsx(
|
|
2105
2114
|
"svg",
|
|
2106
2115
|
{
|
|
2107
2116
|
className: e,
|
|
2108
2117
|
fill: "currentcolor",
|
|
2109
2118
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2110
2119
|
viewBox: "0 0 164.61 164.61",
|
|
2111
|
-
children: /* @__PURE__ */
|
|
2120
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
2112
2121
|
"path",
|
|
2113
2122
|
{
|
|
2114
2123
|
d: "M71.55,55.43h-10.75v-16.12h43v16.12h-10.75v-10.75h-5.37v10.75h-10.75v-10.75h-5.37v10.75ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM119.93,55.43h-5.37v-16.12c0-2.96-1.05-5.49-3.16-7.59-2.11-2.11-4.64-3.16-7.59-3.16h-43c-2.96,0-5.49,1.05-7.59,3.16s-3.16,4.64-3.16,7.59v16.12h-5.38v32.25l16.12,32.25v16.12h43v-16.12l16.12-32.25v-32.25ZM55.43,84.99l16.12,32.25v8.06h21.5v-8.06l16.12-32.25v-18.81h-53.75v18.81Z",
|
|
@@ -2120,14 +2129,14 @@ const se = () => {
|
|
|
2120
2129
|
),
|
|
2121
2130
|
DisabledImage: (
|
|
2122
2131
|
/* icon-hdmi-disabled.svg */
|
|
2123
|
-
/* @__PURE__ */
|
|
2132
|
+
/* @__PURE__ */ s.jsx(
|
|
2124
2133
|
"svg",
|
|
2125
2134
|
{
|
|
2126
2135
|
className: e,
|
|
2127
2136
|
fill: "currentcolor",
|
|
2128
2137
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2129
2138
|
viewBox: "0 0 164.61 164.61",
|
|
2130
|
-
children: /* @__PURE__ */
|
|
2139
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
2131
2140
|
"path",
|
|
2132
2141
|
{
|
|
2133
2142
|
d: "M49.27,96.86l-4.59-9.18v-32.25h5.37v-16.12c0-2.96,1.05-5.49,3.16-7.59,2.11-2.11,4.64-3.16,7.59-3.16h43c2.96,0,5.49,1.05,7.59,3.16.52.52.98,1.07,1.37,1.64l-8.96,8.96v-3.02h-43v16.12h10.75v-10.75h5.37v10.75h10.75v-10.75h5.37v8.39l-13.11,13.11h-24.52v18.81l1.9,3.8-8.06,8.06ZM109.18,73.91v11.08l-16.12,32.25v8.06h-21.5v-8.06l-1.9-3.8-8.85,8.85v13.77h43v-16.12l16.12-32.25v-24.52l-10.75,10.75ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM5,82.3c0,19.83,7.51,37.93,19.82,51.63L133.93,24.83c-13.7-12.32-31.8-19.83-51.63-19.83C39.68,5,5,39.68,5,82.3ZM159.61,82.3c0-19.83-7.51-37.93-19.83-51.63L30.68,139.78c13.7,12.32,31.8,19.83,51.63,19.83,42.63,0,77.3-34.68,77.3-77.3Z",
|
|
@@ -2139,14 +2148,14 @@ const se = () => {
|
|
|
2139
2148
|
),
|
|
2140
2149
|
EnabledImage: (
|
|
2141
2150
|
/* icon-hdmi-enabled.svg */
|
|
2142
|
-
/* @__PURE__ */
|
|
2151
|
+
/* @__PURE__ */ s.jsx(
|
|
2143
2152
|
"svg",
|
|
2144
2153
|
{
|
|
2145
2154
|
className: e,
|
|
2146
2155
|
fill: "currentcolor",
|
|
2147
2156
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2148
2157
|
viewBox: "0 0 164.61 164.61",
|
|
2149
|
-
children: /* @__PURE__ */
|
|
2158
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
2150
2159
|
"path",
|
|
2151
2160
|
{
|
|
2152
2161
|
d: "M60.8,136.05v-16.12l-16.12-32.25v-32.25h5.37v-16.12c0-2.96,1.05-5.49,3.16-7.59,2.11-2.11,4.64-3.16,7.59-3.16h43c2.96,0,5.49,1.05,7.59,3.16s3.16,4.64,3.16,7.59v16.12h5.37v32.25l-16.12,32.25v16.12h-43ZM60.8,55.43h10.75v-10.75h5.37v10.75h10.75v-10.75h5.37v10.75h10.75v-16.12h-43v16.12ZM71.55,125.3h21.5v-8.06l16.12-32.25v-18.81h-53.75v18.81l16.12,32.25v8.06ZM82.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",
|
|
@@ -2157,490 +2166,490 @@ const se = () => {
|
|
|
2157
2166
|
)
|
|
2158
2167
|
),
|
|
2159
2168
|
active: t,
|
|
2160
|
-
disabled:
|
|
2169
|
+
disabled: o
|
|
2161
2170
|
}
|
|
2162
2171
|
), r8 = ({
|
|
2163
2172
|
active: t,
|
|
2164
2173
|
className: e = "",
|
|
2165
|
-
disabled:
|
|
2166
|
-
}) => /* @__PURE__ */
|
|
2174
|
+
disabled: o
|
|
2175
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2167
2176
|
Z,
|
|
2168
2177
|
{
|
|
2169
2178
|
ActiveImage: (
|
|
2170
2179
|
/* icon-laptop-active.svg */
|
|
2171
|
-
/* @__PURE__ */
|
|
2180
|
+
/* @__PURE__ */ s.jsx(
|
|
2172
2181
|
"svg",
|
|
2173
2182
|
{
|
|
2174
2183
|
className: e,
|
|
2175
2184
|
fill: "currentcolor",
|
|
2176
2185
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2177
2186
|
viewBox: "0 0 164.61 164.61",
|
|
2178
|
-
children: /* @__PURE__ */
|
|
2187
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M114.35,100.33H50.26v-44.07h64.1v44.07ZM82.3,104.34c-1.14,0-2.09.38-2.85,1.15s-1.15,1.72-1.15,2.85.38,2.09,1.15,2.85,1.72,1.15,2.85,1.15,2.09-.38,2.85-1.15,1.15-1.72,1.15-2.85-.38-2.09-1.15-2.85-1.72-1.15-2.85-1.15ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM130.38,108.34h-16.02c2.2,0,4.09-.78,5.66-2.35s2.35-3.46,2.35-5.66v-44.07c0-2.2-.78-4.09-2.35-5.66-1.57-1.57-3.46-2.35-5.66-2.35H50.26c-2.2,0-4.09.78-5.66,2.35-1.57,1.57-2.35,3.46-2.35,5.66v44.07c0,2.2.78,4.09,2.35,5.66s3.46,2.35,5.66,2.35h-16.02c0,2.2.78,4.09,2.35,5.66,1.57,1.57,3.46,2.35,5.66,2.35h80.12c2.2,0,4.09-.78,5.66-2.35,1.57-1.57,2.35-3.46,2.35-5.66Z" }) })
|
|
2179
2188
|
}
|
|
2180
2189
|
)
|
|
2181
2190
|
),
|
|
2182
2191
|
DisabledImage: (
|
|
2183
2192
|
/* icon-laptop-disabled.svg */
|
|
2184
|
-
/* @__PURE__ */
|
|
2193
|
+
/* @__PURE__ */ s.jsx(
|
|
2185
2194
|
"svg",
|
|
2186
2195
|
{
|
|
2187
2196
|
className: e,
|
|
2188
2197
|
fill: "currentcolor",
|
|
2189
2198
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2190
2199
|
viewBox: "0 0 164.61 164.61",
|
|
2191
|
-
children: /* @__PURE__ */
|
|
2200
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM42.8,103.32c-.37-.92-.56-1.92-.56-2.99v-44.07c0-2.2.78-4.09,2.35-5.66,1.57-1.57,3.46-2.35,5.66-2.35h47.62l-8.01,8.01h-39.6v39.6l-7.45,7.45ZM120.01,105.99c1.57-1.57,2.35-3.46,2.35-5.66v-39.6l-8.01,8.01v31.59h-31.59l-16.02,16.02h55.63c2.2,0,4.09-.78,5.66-2.35,1.57-1.57,2.35-3.46,2.35-5.66h-16.02c2.2,0,4.09-.78,5.66-2.35ZM85.16,111.2c-.77.77-1.72,1.15-2.85,1.15s-2.09-.38-2.85-1.15-1.15-1.72-1.15-2.85.38-2.09,1.15-2.85,1.72-1.15,2.85-1.15,2.09.38,2.85,1.15,1.15,1.72,1.15,2.85-.38,2.09-1.15,2.85Z" }) })
|
|
2192
2201
|
}
|
|
2193
2202
|
)
|
|
2194
2203
|
),
|
|
2195
2204
|
EnabledImage: (
|
|
2196
2205
|
/* icon-laptop-enabled.svg */
|
|
2197
|
-
/* @__PURE__ */
|
|
2206
|
+
/* @__PURE__ */ s.jsx(
|
|
2198
2207
|
"svg",
|
|
2199
2208
|
{
|
|
2200
2209
|
className: e,
|
|
2201
2210
|
fill: "currentcolor",
|
|
2202
2211
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2203
2212
|
viewBox: "0 0 164.61 164.61",
|
|
2204
|
-
children: /* @__PURE__ */
|
|
2213
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M114.35,108.34c2.2,0,4.09-.78,5.66-2.35,1.57-1.57,2.35-3.46,2.35-5.66v-44.07c0-2.2-.78-4.09-2.35-5.66-1.57-1.57-3.46-2.35-5.66-2.35H50.26c-2.2,0-4.09.78-5.66,2.35-1.57,1.57-2.35,3.46-2.35,5.66v44.07c0,2.2.78,4.09,2.35,5.66,1.57,1.57,3.46,2.35,5.66,2.35h-16.02c0,2.2.78,4.09,2.35,5.66,1.57,1.57,3.46,2.35,5.66,2.35h80.12c2.2,0,4.09-.78,5.66-2.35,1.57-1.57,2.35-3.46,2.35-5.66h-16.02ZM50.26,56.26h64.1v44.07H50.26v-44.07ZM85.16,111.2c-.77.77-1.72,1.15-2.85,1.15s-2.09-.38-2.85-1.15-1.15-1.72-1.15-2.85.38-2.09,1.15-2.85,1.72-1.15,2.85-1.15,2.09.38,2.85,1.15,1.15,1.72,1.15,2.85-.38,2.09-1.15,2.85ZM82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,159.61c-42.63,0-77.3-34.68-77.3-77.3S39.68,5,82.3,5s77.3,34.68,77.3,77.3-34.68,77.3-77.3,77.3Z" }) })
|
|
2205
2214
|
}
|
|
2206
2215
|
)
|
|
2207
2216
|
),
|
|
2208
2217
|
active: t,
|
|
2209
|
-
disabled:
|
|
2218
|
+
disabled: o
|
|
2210
2219
|
}
|
|
2211
2220
|
), c8 = ({
|
|
2212
2221
|
active: t,
|
|
2213
2222
|
className: e = "",
|
|
2214
|
-
disabled:
|
|
2215
|
-
}) => /* @__PURE__ */
|
|
2223
|
+
disabled: o
|
|
2224
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2216
2225
|
Z,
|
|
2217
2226
|
{
|
|
2218
2227
|
ActiveImage: (
|
|
2219
2228
|
/* icon-left-active.svg */
|
|
2220
|
-
/* @__PURE__ */
|
|
2229
|
+
/* @__PURE__ */ s.jsx(
|
|
2221
2230
|
"svg",
|
|
2222
2231
|
{
|
|
2223
2232
|
className: e,
|
|
2224
2233
|
fill: "currentcolor",
|
|
2225
2234
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2226
2235
|
viewBox: "0 0 164.61 164.61",
|
|
2227
|
-
children: /* @__PURE__ */
|
|
2236
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM110.89,116.84l-10.84,12.15-40.12-35.78-12.23-10.91,12.23-10.91,40.12-35.78,10.84,12.15-38.72,34.53,38.72,34.53Z" }) })
|
|
2228
2237
|
}
|
|
2229
2238
|
)
|
|
2230
2239
|
),
|
|
2231
2240
|
DisabledImage: (
|
|
2232
2241
|
/* icon-left-disabled.svg */
|
|
2233
|
-
/* @__PURE__ */
|
|
2242
|
+
/* @__PURE__ */ s.jsx(
|
|
2234
2243
|
"svg",
|
|
2235
2244
|
{
|
|
2236
2245
|
className: e,
|
|
2237
2246
|
fill: "currentcolor",
|
|
2238
2247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2239
2248
|
viewBox: "0 0 164.61 164.61",
|
|
2240
|
-
children: /* @__PURE__ */
|
|
2249
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M0,82.3c0,45.38,36.92,82.3,82.3,82.3,45.38,0,82.3-36.92,82.3-82.3C164.61,36.92,127.69,0,82.3,0,36.92,0,0,36.92,0,82.3ZM5,82.3c0-19.83,7.51-37.93,19.83-51.63l109.1,109.1c-13.7,12.32-31.8,19.82-51.63,19.82-42.63,0-77.3-34.68-77.3-77.3ZM159.61,82.3c0,19.83-7.51,37.93-19.83,51.63L30.68,24.82c13.7-12.32,31.8-19.82,51.63-19.82,42.63,0,77.3,34.68,77.3,77.3ZM71.36,52.88l17.11-15.26,10.84,12.15-16.41,14.64-11.53-11.53ZM99.31,118.84l-10.84,12.15-40.12-35.78-12.23-10.91,12.23-10.91,3.47-3.09,11.53,11.53-2.77,2.47,38.72,34.53Z" }) })
|
|
2241
2250
|
}
|
|
2242
2251
|
)
|
|
2243
2252
|
),
|
|
2244
2253
|
EnabledImage: (
|
|
2245
2254
|
/* icon-left-enabled.svg */
|
|
2246
|
-
/* @__PURE__ */
|
|
2255
|
+
/* @__PURE__ */ s.jsx(
|
|
2247
2256
|
"svg",
|
|
2248
2257
|
{
|
|
2249
2258
|
className: e,
|
|
2250
2259
|
fill: "currentcolor",
|
|
2251
2260
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2252
2261
|
viewBox: "0 0 164.61 164.61",
|
|
2253
|
-
children: /* @__PURE__ */
|
|
2262
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM110.89,47.77l-10.84-12.15-40.12,35.78-12.23,10.91,12.23,10.91,40.12,35.78,10.84-12.15-38.72-34.53,38.72-34.53Z" }) })
|
|
2254
2263
|
}
|
|
2255
2264
|
)
|
|
2256
2265
|
),
|
|
2257
2266
|
active: t,
|
|
2258
|
-
disabled:
|
|
2267
|
+
disabled: o
|
|
2259
2268
|
}
|
|
2260
2269
|
), l8 = ({
|
|
2261
2270
|
active: t,
|
|
2262
2271
|
className: e = "",
|
|
2263
|
-
disabled:
|
|
2264
|
-
}) => /* @__PURE__ */
|
|
2272
|
+
disabled: o
|
|
2273
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2265
2274
|
Z,
|
|
2266
2275
|
{
|
|
2267
2276
|
ActiveImage: (
|
|
2268
2277
|
/* icon-light-active.svg */
|
|
2269
|
-
/* @__PURE__ */
|
|
2278
|
+
/* @__PURE__ */ s.jsx(
|
|
2270
2279
|
"svg",
|
|
2271
2280
|
{
|
|
2272
2281
|
className: e,
|
|
2273
2282
|
fill: "currentcolor",
|
|
2274
2283
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2275
2284
|
viewBox: "0 0 164.61 164.61",
|
|
2276
|
-
children: /* @__PURE__ */
|
|
2285
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM89.7,131.59c-2.05,2.05-4.52,3.08-7.4,3.08s-5.35-1.03-7.4-3.08-3.08-4.52-3.08-7.4h20.95c0,2.88-1.03,5.35-3.08,7.4ZM103.25,118.96h-41.89v-10.47h41.89v10.47ZM116.28,88.85c-3.53,6.02-8.31,10.82-14.33,14.4h-39.27c-6.02-3.58-10.8-8.38-14.33-14.4-3.53-6.02-5.3-12.57-5.3-19.64,0-10.91,3.82-20.18,11.45-27.82,7.64-7.64,16.91-11.45,27.82-11.45s20.18,3.82,27.82,11.45c7.64,7.64,11.45,16.91,11.45,27.82,0,7.07-1.77,13.61-5.3,19.64Z" }) })
|
|
2277
2286
|
}
|
|
2278
2287
|
)
|
|
2279
2288
|
),
|
|
2280
2289
|
DisabledImage: (
|
|
2281
2290
|
/* icon-light-disabled.svg */
|
|
2282
|
-
/* @__PURE__ */
|
|
2291
|
+
/* @__PURE__ */ s.jsx(
|
|
2283
2292
|
"svg",
|
|
2284
2293
|
{
|
|
2285
2294
|
className: e,
|
|
2286
2295
|
fill: "currentcolor",
|
|
2287
2296
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2288
2297
|
viewBox: "0 0 164.61 164.61",
|
|
2289
|
-
children: /* @__PURE__ */
|
|
2298
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM71.83,124.2h20.95c0,2.88-1.03,5.35-3.08,7.4s-4.52,3.08-7.4,3.08-5.35-1.03-7.4-3.08-3.08-4.52-3.08-7.4ZM48.33,88.85c-3.53-6.02-5.3-12.57-5.3-19.64,0-10.91,3.82-20.18,11.45-27.82s16.91-11.45,27.82-11.45c9.6,0,17.94,2.96,25,8.88l-55.29,55.29c-1.34-1.64-2.58-3.38-3.68-5.26ZM74.6,108.49h28.65v10.47h-39.12l10.47-10.47ZM120.99,62.1c.39,2.29.59,4.65.59,7.11,0,7.07-1.77,13.61-5.3,19.64-3.53,6.02-8.31,10.82-14.33,14.4h-22.1l41.15-41.15Z" }) })
|
|
2290
2299
|
}
|
|
2291
2300
|
)
|
|
2292
2301
|
),
|
|
2293
2302
|
EnabledImage: (
|
|
2294
2303
|
/* icon-light-enabled.svg */
|
|
2295
|
-
/* @__PURE__ */
|
|
2304
|
+
/* @__PURE__ */ s.jsx(
|
|
2296
2305
|
"svg",
|
|
2297
2306
|
{
|
|
2298
2307
|
className: e,
|
|
2299
2308
|
fill: "currentcolor",
|
|
2300
2309
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2301
2310
|
viewBox: "0 0 164.61 164.61",
|
|
2302
|
-
children: /* @__PURE__ */
|
|
2311
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM82.3,134.67c-2.88,0-5.35-1.03-7.4-3.08s-3.08-4.52-3.08-7.4h20.95c0,2.88-1.03,5.35-3.08,7.4s-4.52,3.08-7.4,3.08ZM61.36,118.96v-10.47h41.89v10.47h-41.89ZM62.67,103.25c-6.02-3.58-10.8-8.38-14.33-14.4-3.53-6.02-5.3-12.57-5.3-19.64,0-10.91,3.82-20.18,11.45-27.82,7.64-7.64,16.91-11.45,27.82-11.45s20.18,3.82,27.82,11.45c7.64,7.64,11.45,16.91,11.45,27.82,0,7.07-1.77,13.61-5.3,19.64-3.53,6.02-8.31,10.82-14.33,14.4h-39.27Z" }) })
|
|
2303
2312
|
}
|
|
2304
2313
|
)
|
|
2305
2314
|
),
|
|
2306
2315
|
active: t,
|
|
2307
|
-
disabled:
|
|
2316
|
+
disabled: o
|
|
2308
2317
|
}
|
|
2309
2318
|
), i8 = ({
|
|
2310
2319
|
active: t,
|
|
2311
2320
|
className: e = "",
|
|
2312
|
-
disabled:
|
|
2313
|
-
}) => /* @__PURE__ */
|
|
2321
|
+
disabled: o
|
|
2322
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2314
2323
|
Z,
|
|
2315
2324
|
{
|
|
2316
2325
|
ActiveImage: (
|
|
2317
2326
|
/* icon-moon-active.svg */
|
|
2318
|
-
/* @__PURE__ */
|
|
2327
|
+
/* @__PURE__ */ s.jsx(
|
|
2319
2328
|
"svg",
|
|
2320
2329
|
{
|
|
2321
2330
|
className: e,
|
|
2322
2331
|
fill: "currentcolor",
|
|
2323
2332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2324
2333
|
viewBox: "0 0 164.61 164.61",
|
|
2325
|
-
children: /* @__PURE__ */
|
|
2334
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM85.06,135.36c-29.3,0-53.06-23.75-53.06-53.06s23.75-53.06,53.06-53.06c13.44,0,25.71,5.01,35.06,13.25-4.36-1.53-9.05-2.38-13.94-2.38-23.23,0-42.05,18.83-42.05,42.05s18.83,42.05,42.05,42.05c5.07,0,9.92-.9,14.42-2.54-9.41,8.49-21.87,13.67-35.54,13.67Z" }) })
|
|
2326
2335
|
}
|
|
2327
2336
|
)
|
|
2328
2337
|
),
|
|
2329
2338
|
DisabledImage: (
|
|
2330
2339
|
/* icon-moon-disabled.svg */
|
|
2331
|
-
/* @__PURE__ */
|
|
2340
|
+
/* @__PURE__ */ s.jsx(
|
|
2332
2341
|
"svg",
|
|
2333
2342
|
{
|
|
2334
2343
|
className: e,
|
|
2335
2344
|
fill: "currentcolor",
|
|
2336
2345
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2337
2346
|
viewBox: "0 0 164.61 164.61",
|
|
2338
|
-
children: /* @__PURE__ */
|
|
2347
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM42.48,103.64c-2.87-6.53-4.48-13.74-4.48-21.34,0-29.3,23.75-53.06,53.06-53.06,7.59,0,14.81,1.6,21.34,4.48l-6.94,6.94c-17.84,2.87-31.92,16.95-34.79,34.79l-28.19,28.19ZM112.18,124.23c5.07,0,9.92-.9,14.42-2.54-9.41,8.49-21.87,13.67-35.54,13.67-12.17,0-23.38-4.11-32.33-11l18.62-18.62c7.56,11.16,20.34,18.49,34.84,18.49Z" }) })
|
|
2339
2348
|
}
|
|
2340
2349
|
)
|
|
2341
2350
|
),
|
|
2342
2351
|
EnabledImage: (
|
|
2343
2352
|
/* icon-moon-enabled.svg */
|
|
2344
|
-
/* @__PURE__ */
|
|
2353
|
+
/* @__PURE__ */ s.jsx(
|
|
2345
2354
|
"svg",
|
|
2346
2355
|
{
|
|
2347
2356
|
className: e,
|
|
2348
2357
|
fill: "currentcolor",
|
|
2349
2358
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2350
2359
|
viewBox: "0 0 164.61 164.61",
|
|
2351
|
-
children: /* @__PURE__ */
|
|
2360
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM106.74,123.91c-23.23,0-42.05-18.83-42.05-42.05s18.83-42.05,42.05-42.05c4.89,0,9.58.84,13.94,2.38-9.35-8.24-21.62-13.25-35.06-13.25-29.3,0-53.06,23.75-53.06,53.06s23.75,53.06,53.06,53.06c13.67,0,26.14-5.17,35.54-13.67-4.5,1.64-9.35,2.54-14.42,2.54Z" }) })
|
|
2352
2361
|
}
|
|
2353
2362
|
)
|
|
2354
2363
|
),
|
|
2355
2364
|
active: t,
|
|
2356
|
-
disabled:
|
|
2365
|
+
disabled: o
|
|
2357
2366
|
}
|
|
2358
2367
|
), a8 = ({
|
|
2359
2368
|
active: t,
|
|
2360
2369
|
className: e = "",
|
|
2361
|
-
disabled:
|
|
2362
|
-
}) => /* @__PURE__ */
|
|
2370
|
+
disabled: o
|
|
2371
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2363
2372
|
Z,
|
|
2364
2373
|
{
|
|
2365
2374
|
ActiveImage: (
|
|
2366
2375
|
/* icon-playstation-active.svg */
|
|
2367
|
-
/* @__PURE__ */
|
|
2376
|
+
/* @__PURE__ */ s.jsx("svg", { className: e, 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: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM66.47,96.77l-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.03-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.51ZM86,60.41v60.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,13v-24.22c0-2.84-.52-5.46-3.19-6.2-2.04-.65-3.31,1.24-3.31,4.09ZM131.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.51Z" }) }) })
|
|
2368
2377
|
),
|
|
2369
2378
|
DisabledImage: (
|
|
2370
2379
|
/* icon-playstation-disabled.svg */
|
|
2371
|
-
/* @__PURE__ */
|
|
2380
|
+
/* @__PURE__ */ s.jsx("svg", { className: e, 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: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM95.24,87.85l15.45-15.45c.01.45.03.88.03,1.34,0,11.81-6.62,16.96-15.48,14.11ZM131.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.51ZM86.01,60.12l-16.37,16.37v-32.93c6.95,1.29,17.09,4.34,22.53,6.18,1.09.37,2.1.76,3.07,1.15l-5.59,5.59c-.12-.04-.22-.1-.35-.14-1.97-.63-3.22,1.12-3.3,3.79ZM34,99.94c3.34-2.47,9.01-4.33,9.01-4.33l11.65-4.14-17.26,17.26c-5.9-2.41-6.64-6.39-3.4-8.79ZM69.64,113.45l16.36-16.36v23.97l-16.36-5.19v-2.42Z" }) }) })
|
|
2372
2381
|
),
|
|
2373
2382
|
EnabledImage: (
|
|
2374
2383
|
/* icon-playstation-enabled.svg */
|
|
2375
|
-
/* @__PURE__ */
|
|
2384
|
+
/* @__PURE__ */ s.jsx("svg", { className: e, 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" }) }) })
|
|
2376
2385
|
),
|
|
2377
2386
|
active: t,
|
|
2378
|
-
disabled:
|
|
2387
|
+
disabled: o
|
|
2379
2388
|
}
|
|
2380
2389
|
), u8 = ({
|
|
2381
2390
|
active: t,
|
|
2382
2391
|
className: e = "",
|
|
2383
|
-
disabled:
|
|
2384
|
-
}) => /* @__PURE__ */
|
|
2392
|
+
disabled: o
|
|
2393
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2385
2394
|
Z,
|
|
2386
2395
|
{
|
|
2387
2396
|
ActiveImage: (
|
|
2388
2397
|
/* icon-podium-active.svg */
|
|
2389
|
-
/* @__PURE__ */
|
|
2398
|
+
/* @__PURE__ */ s.jsx(
|
|
2390
2399
|
"svg",
|
|
2391
2400
|
{
|
|
2392
2401
|
className: e,
|
|
2393
2402
|
fill: "currentcolor",
|
|
2394
2403
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2395
2404
|
viewBox: "0 0 164.61 164.61",
|
|
2396
|
-
children: /* @__PURE__ */
|
|
2405
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M46.28,72.89h72.05c-.45,2.69-.83,5.38-1.14,8.07-.31,2.69-.69,5.38-1.14,8.07h-8.13c.06-2.69-.86-5.09-2.76-7.19-2.15-2.37-4.79-3.56-7.93-3.56h-29.84c-3.14,0-5.78,1.19-7.93,3.56-1.9,2.1-2.82,4.5-2.76,7.19h-8.13c-.45-2.69-.83-5.38-1.14-8.07-.31-2.69-.69-5.38-1.14-8.07ZM70.34,121.29h23.93l3.09-32.26h-30.11l3.09,32.26ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM130.69,62.14H60.93c0-2.24.65-4.3,1.95-6.18,1.3-1.88,3.02-3.18,5.18-3.9.99.72,1.97,1.23,2.96,1.55.99.31,2.06.47,3.23.47,2.96,0,5.49-1.05,7.59-3.16,2.11-2.11,3.16-4.64,3.16-7.59s-1.05-5.49-3.16-7.59-4.64-3.16-7.59-3.16c-2.78,0-5.2.92-7.26,2.76-2.06,1.84-3.23,4.14-3.49,6.92-4.12,1.7-7.39,4.35-9.81,7.93-2.42,3.58-3.63,7.57-3.63,11.96h-16.13l5.38,37.64h18.4l3.1,32.26h43.01l3.1-32.26h18.4l5.38-37.64Z" }) })
|
|
2397
2406
|
}
|
|
2398
2407
|
)
|
|
2399
2408
|
),
|
|
2400
2409
|
DisabledImage: (
|
|
2401
2410
|
/* icon-podium-disabled.svg */
|
|
2402
|
-
/* @__PURE__ */
|
|
2411
|
+
/* @__PURE__ */ s.jsx(
|
|
2403
2412
|
"svg",
|
|
2404
2413
|
{
|
|
2405
2414
|
className: e,
|
|
2406
2415
|
fill: "currentcolor",
|
|
2407
2416
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2408
2417
|
viewBox: "0 0 164.61 164.61",
|
|
2409
|
-
children: /* @__PURE__ */
|
|
2418
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM39.29,99.78l-5.38-37.64h16.13c0-4.39,1.21-8.38,3.63-11.96s5.69-6.23,9.81-7.93c.27-2.78,1.43-5.09,3.49-6.92,2.06-1.84,4.48-2.76,7.26-2.76,2.96,0,5.49,1.05,7.59,3.16,2.11,2.11,3.16,4.64,3.16,7.59s-1.05,5.49-3.16,7.59c-2.11,2.11-4.64,3.16-7.59,3.16-1.16,0-2.24-.16-3.23-.47-.99-.31-1.97-.83-2.96-1.55-2.15.72-3.88,2.02-5.18,3.9-1.3,1.88-1.95,3.94-1.95,6.18h23.05l-10.75,10.75h-26.95c.45,2.69.83,5.38,1.14,8.07s.69,5.38,1.14,8.07h8.13c-.06-2.69.86-5.09,2.76-7.19,2.15-2.37,4.79-3.56,7.93-3.56h.47l-21.51,21.51h-7.06ZM120.95,62.14h9.74l-5.38,37.64h-18.4l-3.1,32.26h-43.01l-.85-8.89,9.65-9.65.75,7.79h23.93l3.09-32.26h-3.29l9-9c.74.5,1.44,1.09,2.09,1.81,1.9,2.1,2.82,4.5,2.76,7.19h8.13c.45-2.69.83-5.38,1.14-8.07s.69-5.38,1.14-8.07h-8.13l10.75-10.75Z" }) })
|
|
2410
2419
|
}
|
|
2411
2420
|
)
|
|
2412
2421
|
),
|
|
2413
2422
|
EnabledImage: (
|
|
2414
2423
|
/* icon-podium-enabled.svg */
|
|
2415
|
-
/* @__PURE__ */
|
|
2424
|
+
/* @__PURE__ */ s.jsx(
|
|
2416
2425
|
"svg",
|
|
2417
2426
|
{
|
|
2418
2427
|
className: e,
|
|
2419
2428
|
fill: "currentcolor",
|
|
2420
2429
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2421
2430
|
viewBox: "0 0 164.61 164.61",
|
|
2422
|
-
children: /* @__PURE__ */
|
|
2431
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM130.69,62.14H60.93c0-2.24.65-4.3,1.95-6.18,1.3-1.88,3.02-3.18,5.18-3.9.99.72,1.97,1.23,2.96,1.55.99.31,2.06.47,3.23.47,2.96,0,5.49-1.05,7.59-3.16s3.16-4.64,3.16-7.59-1.05-5.49-3.16-7.59c-2.11-2.11-4.64-3.16-7.59-3.16-2.78,0-5.2.92-7.26,2.76-2.06,1.84-3.23,4.14-3.49,6.92-4.12,1.7-7.39,4.35-9.81,7.93-2.42,3.58-3.63,7.57-3.63,11.96h-16.13l5.38,37.64h18.4l3.1,32.26h43.01l3.1-32.26h18.4l5.38-37.64ZM94.27,121.29h-23.93l-3.09-32.26h30.11l-3.09,32.26ZM117.19,80.96c-.31,2.69-.69,5.38-1.14,8.07h-8.13c.06-2.69-.86-5.09-2.76-7.19-2.15-2.37-4.79-3.56-7.93-3.56h-29.84c-3.14,0-5.78,1.19-7.93,3.56-1.9,2.1-2.82,4.5-2.76,7.19h-8.13c-.45-2.69-.83-5.38-1.14-8.07s-.69-5.38-1.14-8.07h72.05c-.45,2.69-.83,5.38-1.14,8.07Z" }) })
|
|
2423
2432
|
}
|
|
2424
2433
|
)
|
|
2425
2434
|
),
|
|
2426
2435
|
active: t,
|
|
2427
|
-
disabled:
|
|
2436
|
+
disabled: o
|
|
2428
2437
|
}
|
|
2429
2438
|
), d8 = ({
|
|
2430
2439
|
active: t,
|
|
2431
2440
|
className: e = "",
|
|
2432
|
-
disabled:
|
|
2433
|
-
}) => /* @__PURE__ */
|
|
2441
|
+
disabled: o
|
|
2442
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2434
2443
|
Z,
|
|
2435
2444
|
{
|
|
2436
2445
|
ActiveImage: (
|
|
2437
2446
|
/* icon-power-active.svg */
|
|
2438
|
-
/* @__PURE__ */
|
|
2447
|
+
/* @__PURE__ */ s.jsx(
|
|
2439
2448
|
"svg",
|
|
2440
2449
|
{
|
|
2441
2450
|
className: e,
|
|
2442
2451
|
fill: "currentcolor",
|
|
2443
2452
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2444
2453
|
viewBox: "0 0 164.61 164.61",
|
|
2445
|
-
children: /* @__PURE__ */
|
|
2454
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM76.51,30.2h11.58v57.9h-11.58V30.2ZM130.29,102.5c-2.75,6.32-6.47,11.84-11.15,16.57-4.68,4.73-10.18,8.47-16.5,11.22-6.32,2.75-13.1,4.13-20.34,4.13s-13.87-1.38-20.19-4.13c-6.32-2.75-11.84-6.49-16.57-11.22-4.73-4.73-8.47-10.25-11.22-16.57-2.75-6.32-4.13-13.05-4.13-20.19,0-7.72,1.59-15,4.78-21.86,3.18-6.85,7.67-12.79,13.46-17.8l8.11,8.11c-4.63,3.86-8.25,8.54-10.86,14.04-2.61,5.5-3.91,11.34-3.91,17.51,0,11.19,3.96,20.75,11.87,28.66s17.47,11.87,28.66,11.87,20.87-3.96,28.73-11.87c7.86-7.91,11.8-17.47,11.8-28.66,0-6.18-1.28-12.01-3.84-17.51-2.56-5.5-6.2-10.18-10.93-14.04l8.11-8.11c5.79,5.02,10.28,10.95,13.46,17.8,3.18,6.85,4.78,14.14,4.78,21.86,0,7.14-1.38,13.87-4.13,20.19Z" }) })
|
|
2446
2455
|
}
|
|
2447
2456
|
)
|
|
2448
2457
|
),
|
|
2449
2458
|
DisabledImage: (
|
|
2450
2459
|
/* icon-power-disabled.svg */
|
|
2451
|
-
/* @__PURE__ */
|
|
2460
|
+
/* @__PURE__ */ s.jsx(
|
|
2452
2461
|
"svg",
|
|
2453
2462
|
{
|
|
2454
2463
|
className: e,
|
|
2455
2464
|
fill: "currentcolor",
|
|
2456
2465
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2457
2466
|
viewBox: "0 0 164.61 164.61",
|
|
2458
|
-
children: /* @__PURE__ */
|
|
2467
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c18.35,0,35.21,6.44,48.48,17.15L22.15,130.79c-10.72-13.27-17.15-30.14-17.15-48.48C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-21.3,0-40.62-8.66-54.62-22.65L136.96,27.69c13.99,14,22.65,33.31,22.65,54.62,0,42.63-34.68,77.3-77.3,77.3ZM88.09,100.79h-11.58v-5.21l11.58-11.58v16.79ZM88.09,57.4l-11.58,11.58V30.2h11.58v27.21ZM129.63,60.45c3.18,6.85,4.78,14.14,4.78,21.86,0,7.14-1.38,13.87-4.13,20.19-2.75,6.32-6.47,11.84-11.15,16.57-4.68,4.73-10.18,8.47-16.5,11.22-6.32,2.75-13.1,4.13-20.34,4.13s-13.87-1.38-20.19-4.13c-4.64-2.02-8.85-4.58-12.64-7.67l8.14-8.14c7.08,5.56,15.31,8.35,24.69,8.35,11.29,0,20.87-3.96,28.73-11.87,7.86-7.91,11.8-17.47,11.8-28.66,0-6.18-1.28-12.01-3.84-17.51-1.22-2.62-2.69-5.05-4.4-7.3l8.11-8.11c2.75,3.38,5.07,7.06,6.93,11.06ZM34.32,102.5c-2.75-6.32-4.13-13.05-4.13-20.19,0-7.72,1.59-15,4.78-21.86,3.18-6.85,7.67-12.79,13.46-17.8l8.11,8.11c-4.63,3.86-8.25,8.54-10.86,14.04s-3.91,11.34-3.91,17.51,1.29,12.23,3.87,17.55l-8.4,8.4c-1.07-1.84-2.05-3.75-2.92-5.76Z" }) })
|
|
2459
2468
|
}
|
|
2460
2469
|
)
|
|
2461
2470
|
),
|
|
2462
2471
|
EnabledImage: (
|
|
2463
2472
|
/* icon-power-enabled.svg */
|
|
2464
|
-
/* @__PURE__ */
|
|
2473
|
+
/* @__PURE__ */ s.jsx(
|
|
2465
2474
|
"svg",
|
|
2466
2475
|
{
|
|
2467
2476
|
className: e,
|
|
2468
2477
|
fill: "currentcolor",
|
|
2469
2478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2470
2479
|
viewBox: "0 0 164.61 164.61",
|
|
2471
|
-
children: /* @__PURE__ */
|
|
2480
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M76.51,88.09V30.2h11.58v57.9h-11.58ZM82.3,134.41c-7.14,0-13.87-1.38-20.19-4.13s-11.84-6.49-16.57-11.22c-4.73-4.73-8.47-10.25-11.22-16.57s-4.13-13.05-4.13-20.19c0-7.72,1.59-15,4.78-21.86s7.67-12.79,13.46-17.8l8.11,8.11c-4.63,3.86-8.25,8.54-10.86,14.04s-3.91,11.34-3.91,17.51c0,11.19,3.96,20.75,11.87,28.66,7.91,7.91,17.47,11.87,28.66,11.87s20.87-3.96,28.73-11.87c7.86-7.91,11.8-17.47,11.8-28.66,0-6.18-1.28-12.01-3.84-17.51-2.56-5.5-6.2-10.18-10.93-14.04l8.11-8.11c5.79,5.02,10.28,10.95,13.46,17.8s4.78,14.14,4.78,21.86c0,7.14-1.38,13.87-4.13,20.19s-6.47,11.84-11.15,16.57c-4.68,4.73-10.18,8.47-16.5,11.22s-13.1,4.13-20.34,4.13ZM82.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" }) })
|
|
2472
2481
|
}
|
|
2473
2482
|
)
|
|
2474
2483
|
),
|
|
2475
2484
|
active: t,
|
|
2476
|
-
disabled:
|
|
2485
|
+
disabled: o
|
|
2477
2486
|
}
|
|
2478
2487
|
), h8 = ({
|
|
2479
2488
|
active: t,
|
|
2480
2489
|
className: e = "",
|
|
2481
|
-
disabled:
|
|
2482
|
-
}) => /* @__PURE__ */
|
|
2490
|
+
disabled: o
|
|
2491
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2483
2492
|
Z,
|
|
2484
2493
|
{
|
|
2485
2494
|
ActiveImage: (
|
|
2486
2495
|
/* icon-privacy-active.svg */
|
|
2487
|
-
/* @__PURE__ */
|
|
2496
|
+
/* @__PURE__ */ s.jsx(
|
|
2488
2497
|
"svg",
|
|
2489
2498
|
{
|
|
2490
2499
|
className: e,
|
|
2491
2500
|
fill: "currentcolor",
|
|
2492
2501
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2493
2502
|
viewBox: "0 0 164.61 164.61",
|
|
2494
|
-
children: /* @__PURE__ */
|
|
2503
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M143.32,27.14L27.14,143.32c14.61,13.22,33.96,21.28,55.17,21.28,45.38,0,82.3-36.92,82.3-82.3,0-21.21-8.06-40.56-21.28-55.17ZM99.14,83.96c-.75,2.91-2.24,5.51-4.5,7.78-2.26,2.26-4.86,3.75-7.78,4.5l12.28-12.28ZM113.05,106.09c-6.58,7.64-14.89,12.14-24.95,13.49v17.84h-11.6v-17.84c-3.65-.49-7.07-1.4-10.27-2.72l9.2-9.2c2.18.5,4.47.76,6.86.76,8.03,0,14.87-2.83,20.52-8.49s8.49-12.5,8.49-20.52h11.6c0,10.15-3.29,19.05-9.86,26.69ZM137.47,21.28C122.86,8.06,103.51,0,82.3,0,36.92,0,0,36.92,0,82.3c0,21.21,8.06,40.56,21.28,55.17L137.47,21.28ZM64.9,44.59c0-4.83,1.69-8.94,5.08-12.33,3.38-3.38,7.49-5.08,12.33-5.08s8.94,1.69,12.33,5.08c3.38,3.38,5.08,7.49,5.08,12.33v1.82l-34.73,34.73c-.05-.57-.08-1.15-.08-1.74v-34.81ZM53.29,79.4c0,4.06.72,7.81,2.17,11.26l-8.67,8.67c-3.39-6-5.1-12.64-5.1-19.93h11.6Z" }) })
|
|
2495
2504
|
}
|
|
2496
2505
|
)
|
|
2497
2506
|
),
|
|
2498
2507
|
DisabledImage: (
|
|
2499
2508
|
/* icon-privacy-disabled.svg */
|
|
2500
|
-
/* @__PURE__ */
|
|
2509
|
+
/* @__PURE__ */ s.jsx(
|
|
2501
2510
|
"svg",
|
|
2502
2511
|
{
|
|
2503
2512
|
className: e,
|
|
2504
2513
|
fill: "currentcolor",
|
|
2505
2514
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2506
2515
|
viewBox: "0 0 164.61 164.61",
|
|
2507
|
-
children: /* @__PURE__ */
|
|
2516
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM94.63,91.73c-2.26,2.26-4.86,3.75-7.78,4.5l12.28-12.28c-.75,2.91-2.24,5.51-4.5,7.78ZM64.98,81.15c-.05-.57-.08-1.15-.08-1.74v-34.81c0-4.83,1.69-8.94,5.08-12.33s7.49-5.08,12.33-5.08,8.94,1.69,12.33,5.08,5.08,7.49,5.08,12.33v1.82l-34.73,34.73ZM111.31,79.4h11.6c0,10.15-3.29,19.05-9.86,26.69-6.58,7.64-14.89,12.14-24.95,13.49v17.84h-11.6v-17.84c-3.65-.49-7.07-1.4-10.27-2.72l9.2-9.2c2.18.5,4.47.76,6.86.76,8.03,0,14.87-2.83,20.52-8.49s8.49-12.5,8.49-20.52ZM46.79,99.33c-3.39-6-5.1-12.64-5.1-19.93h11.6c0,4.06.72,7.81,2.17,11.26l-8.67,8.67Z" }) })
|
|
2508
2517
|
}
|
|
2509
2518
|
)
|
|
2510
2519
|
),
|
|
2511
2520
|
EnabledImage: (
|
|
2512
2521
|
/* icon-privacy-enabled.svg */
|
|
2513
|
-
/* @__PURE__ */
|
|
2522
|
+
/* @__PURE__ */ s.jsx(
|
|
2514
2523
|
"svg",
|
|
2515
2524
|
{
|
|
2516
2525
|
className: e,
|
|
2517
2526
|
fill: "currentcolor",
|
|
2518
2527
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2519
2528
|
viewBox: "0 0 164.61 164.61",
|
|
2520
|
-
children: /* @__PURE__ */
|
|
2529
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM94.63,91.73c-2.26,2.26-4.86,3.75-7.78,4.5l12.28-12.28c-.75,2.91-2.24,5.51-4.5,7.78ZM64.98,81.15c-.05-.57-.08-1.15-.08-1.74v-34.81c0-4.83,1.69-8.94,5.08-12.33s7.49-5.08,12.33-5.08,8.94,1.69,12.33,5.08,5.08,7.49,5.08,12.33v1.82l-34.73,34.73ZM111.31,79.4h11.6c0,10.15-3.29,19.05-9.86,26.69-6.58,7.64-14.89,12.14-24.95,13.49v17.84h-11.6v-17.84c-3.65-.49-7.07-1.4-10.27-2.72l9.2-9.2c2.18.5,4.47.76,6.86.76,8.03,0,14.87-2.83,20.52-8.49s8.49-12.5,8.49-20.52ZM46.79,99.33c-3.39-6-5.1-12.64-5.1-19.93h11.6c0,4.06.72,7.81,2.17,11.26l-8.67,8.67Z" }) })
|
|
2521
2530
|
}
|
|
2522
2531
|
)
|
|
2523
2532
|
),
|
|
2524
2533
|
active: t,
|
|
2525
|
-
disabled:
|
|
2534
|
+
disabled: o
|
|
2526
2535
|
}
|
|
2527
2536
|
), v8 = ({
|
|
2528
2537
|
active: t,
|
|
2529
2538
|
className: e = "",
|
|
2530
|
-
disabled:
|
|
2531
|
-
}) => /* @__PURE__ */
|
|
2539
|
+
disabled: o
|
|
2540
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2532
2541
|
Z,
|
|
2533
2542
|
{
|
|
2534
2543
|
ActiveImage: (
|
|
2535
2544
|
/* icon-question-active.svg */
|
|
2536
|
-
/* @__PURE__ */
|
|
2545
|
+
/* @__PURE__ */ s.jsx(
|
|
2537
2546
|
"svg",
|
|
2538
2547
|
{
|
|
2539
2548
|
className: e,
|
|
2540
2549
|
fill: "currentcolor",
|
|
2541
2550
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2542
2551
|
viewBox: "0 0 164.61 164.61",
|
|
2543
|
-
children: /* @__PURE__ */
|
|
2552
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM94.03,138.27h-22.4v-21.73h22.4v21.73ZM115.53,74.97c-1.91,2.71-5.56,6.16-10.98,10.38l-5.34,4.13c-2.91,2.25-4.84,4.88-5.79,7.89-.6,1.91-.93,4.86-.98,8.87h-20.3c.3-8.47,1.1-14.32,2.41-17.55,1.3-3.23,4.66-6.95,10.07-11.16l5.49-4.28c1.8-1.35,3.26-2.83,4.36-4.44,2-2.76,3.01-5.79,3.01-9.1,0-3.81-1.12-7.28-3.35-10.41-2.23-3.13-6.3-4.7-12.22-4.7s-9.94,1.93-12.37,5.79c-2.43,3.86-3.65,7.87-3.65,12.03h-21.73c.6-14.28,5.59-24.41,14.96-30.37,5.91-3.81,13.18-5.71,21.8-5.71,11.33,0,20.74,2.71,28.23,8.12,7.49,5.41,11.24,13.43,11.24,24.06,0,6.52-1.63,12-4.89,16.46Z" }) })
|
|
2544
2553
|
}
|
|
2545
2554
|
)
|
|
2546
2555
|
),
|
|
2547
2556
|
DisabledImage: (
|
|
2548
2557
|
/* icon-question-disabled.svg */
|
|
2549
|
-
/* @__PURE__ */
|
|
2558
|
+
/* @__PURE__ */ s.jsx(
|
|
2550
2559
|
"svg",
|
|
2551
2560
|
{
|
|
2552
2561
|
className: e,
|
|
2553
2562
|
fill: "currentcolor",
|
|
2554
2563
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2555
2564
|
viewBox: "0 0 164.61 164.61",
|
|
2556
|
-
children: /* @__PURE__ */
|
|
2565
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM65.92,62.42h-21.73c.6-14.28,5.59-24.41,14.96-30.37,5.91-3.81,13.18-5.71,21.8-5.71,11.33,0,20.74,2.71,28.23,8.12.48.35.95.71,1.41,1.08l-15.41,15.41c-.32-.56-.65-1.11-1.04-1.64-2.23-3.13-6.3-4.7-12.22-4.7s-9.94,1.93-12.37,5.79c-2.43,3.86-3.65,7.87-3.65,12.03ZM71.63,116.55h22.4v21.73h-22.4v-21.73ZM120.14,62.95c-.59,4.6-2.12,8.62-4.61,12.02-1.91,2.71-5.56,6.16-10.98,10.38l-5.34,4.13c-2.91,2.25-4.84,4.88-5.79,7.89-.6,1.91-.93,4.86-.98,8.87h-15.61l43.3-43.3Z" }) })
|
|
2557
2566
|
}
|
|
2558
2567
|
)
|
|
2559
2568
|
),
|
|
2560
2569
|
EnabledImage: (
|
|
2561
2570
|
/* icon-question-enabled.svg */
|
|
2562
|
-
/* @__PURE__ */
|
|
2571
|
+
/* @__PURE__ */ s.jsx(
|
|
2563
2572
|
"svg",
|
|
2564
2573
|
{
|
|
2565
2574
|
className: e,
|
|
2566
2575
|
fill: "currentcolor",
|
|
2567
2576
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2568
2577
|
viewBox: "0 0 164.61 164.61",
|
|
2569
|
-
children: /* @__PURE__ */
|
|
2578
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM93.43,97.38c-.6,1.91-.93,4.86-.98,8.87h-20.3c.3-8.47,1.1-14.32,2.41-17.55,1.3-3.23,4.66-6.95,10.07-11.16l5.49-4.28c1.8-1.35,3.26-2.83,4.36-4.44,2-2.76,3.01-5.79,3.01-9.1,0-3.81-1.12-7.28-3.35-10.41-2.23-3.13-6.3-4.7-12.22-4.7s-9.94,1.93-12.37,5.79c-2.43,3.86-3.65,7.87-3.65,12.03h-21.73c.6-14.28,5.59-24.41,14.96-30.37,5.91-3.81,13.18-5.71,21.8-5.71,11.33,0,20.74,2.71,28.23,8.12,7.49,5.41,11.24,13.43,11.24,24.06,0,6.52-1.63,12-4.89,16.46-1.91,2.71-5.56,6.16-10.98,10.38l-5.34,4.13c-2.91,2.25-4.84,4.88-5.79,7.89ZM94.03,138.27h-22.4v-21.73h22.4v21.73Z" }) })
|
|
2570
2579
|
}
|
|
2571
2580
|
)
|
|
2572
2581
|
),
|
|
2573
2582
|
active: t,
|
|
2574
|
-
disabled:
|
|
2583
|
+
disabled: o
|
|
2575
2584
|
}
|
|
2576
2585
|
), g8 = ({
|
|
2577
2586
|
active: t,
|
|
2578
2587
|
className: e = "",
|
|
2579
|
-
disabled:
|
|
2580
|
-
}) => /* @__PURE__ */
|
|
2588
|
+
disabled: o
|
|
2589
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2581
2590
|
Z,
|
|
2582
2591
|
{
|
|
2583
2592
|
ActiveImage: (
|
|
2584
2593
|
/* icon-right-active.svg */
|
|
2585
|
-
/* @__PURE__ */
|
|
2594
|
+
/* @__PURE__ */ s.jsx(
|
|
2586
2595
|
"svg",
|
|
2587
2596
|
{
|
|
2588
2597
|
className: e,
|
|
2589
2598
|
fill: "currentcolor",
|
|
2590
2599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2591
2600
|
viewBox: "0 0 164.61 164.61",
|
|
2592
|
-
children: /* @__PURE__ */
|
|
2601
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM107.67,93.21l-40.12,35.78-10.84-12.15,38.72-34.53-38.72-34.53,10.84-12.15,40.12,35.78,12.23,10.91-12.23,10.91Z" }) })
|
|
2593
2602
|
}
|
|
2594
2603
|
)
|
|
2595
2604
|
),
|
|
2596
2605
|
DisabledImage: (
|
|
2597
2606
|
/* icon-right-disabled.svg */
|
|
2598
|
-
/* @__PURE__ */
|
|
2607
|
+
/* @__PURE__ */ s.jsx(
|
|
2599
2608
|
"svg",
|
|
2600
2609
|
{
|
|
2601
2610
|
className: e,
|
|
2602
2611
|
fill: "currentcolor",
|
|
2603
2612
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2604
2613
|
viewBox: "0 0 164.61 164.61",
|
|
2605
|
-
children: /* @__PURE__ */
|
|
2614
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M164.61,82.3C164.61,36.92,127.69,0,82.3,0S0,36.92,0,82.3c0,45.38,36.92,82.3,82.3,82.3,45.38,0,82.3-36.92,82.3-82.3ZM159.61,82.3c0,19.83-7.51,37.93-19.83,51.63L30.68,24.82c13.7-12.32,31.8-19.82,51.63-19.82,42.63,0,77.3,34.68,77.3,77.3ZM5,82.3c0-19.83,7.51-37.93,19.83-51.63l109.1,109.1c-13.7,12.32-31.8,19.82-51.63,19.82-42.63,0-77.3-34.68-77.3-77.3ZM93.25,111.73l-17.11,15.26-10.84-12.15,16.41-14.64,11.53,11.53ZM65.3,45.77l10.84-12.15,40.12,35.78,12.23,10.91-12.23,10.91-3.47,3.09-11.53-11.53,2.77-2.47-38.72-34.53Z" }) })
|
|
2606
2615
|
}
|
|
2607
2616
|
)
|
|
2608
2617
|
),
|
|
2609
2618
|
EnabledImage: (
|
|
2610
2619
|
/* icon-right-enabled.svg */
|
|
2611
|
-
/* @__PURE__ */
|
|
2620
|
+
/* @__PURE__ */ s.jsx(
|
|
2612
2621
|
"svg",
|
|
2613
2622
|
{
|
|
2614
2623
|
className: e,
|
|
2615
2624
|
fill: "currentcolor",
|
|
2616
2625
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2617
2626
|
viewBox: "0 0 164.61 164.61",
|
|
2618
|
-
children: /* @__PURE__ */
|
|
2627
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM95.44,82.3l-38.72,34.53,10.84,12.15,40.12-35.78,12.23-10.91-12.23-10.91-40.12-35.78-10.84,12.15,38.72,34.53Z" }) })
|
|
2619
2628
|
}
|
|
2620
2629
|
)
|
|
2621
2630
|
),
|
|
2622
2631
|
active: t,
|
|
2623
|
-
disabled:
|
|
2632
|
+
disabled: o
|
|
2624
2633
|
}
|
|
2625
2634
|
), f8 = ({
|
|
2626
2635
|
active: t,
|
|
2627
2636
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
2628
2637
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
2629
2638
|
className: e = "",
|
|
2630
|
-
disabled:
|
|
2631
|
-
}) => /* @__PURE__ */
|
|
2639
|
+
disabled: o
|
|
2640
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2632
2641
|
Z,
|
|
2633
2642
|
{
|
|
2634
2643
|
ActiveImage: (
|
|
2635
2644
|
/* icon-roomPC-active.svg */
|
|
2636
|
-
/* @__PURE__ */
|
|
2645
|
+
/* @__PURE__ */ s.jsx(
|
|
2637
2646
|
"svg",
|
|
2638
2647
|
{
|
|
2639
2648
|
className: e,
|
|
2640
2649
|
fill: "currentcolor",
|
|
2641
2650
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2642
2651
|
viewBox: "0 0 164.61 164.61",
|
|
2643
|
-
children: /* @__PURE__ */
|
|
2652
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
2644
2653
|
"path",
|
|
2645
2654
|
{
|
|
2646
2655
|
d: "M78.42,76.11v.67c0,1.66-1.34,3-3,3h-28.5c-1.66,0-3-1.34-3-3v-.67c0-1.66,1.34-3,3-3h28.5c1.66,0,3,1.34,3,3ZM75.42,63.11h-28.5c-1.66,0-3,1.34-3,3v.67c0,1.66,1.34,3,3,3h28.5c1.66,0,3-1.34,3-3v-.67c0-1.66-1.34-3-3-3ZM74.67,110.78c-2.07,0-3.75,1.68-3.75,3.75s1.68,3.75,3.75,3.75,3.75-1.68,3.75-3.75-1.68-3.75-3.75-3.75ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM82.63,60.68c0-2.15-1.74-3.89-3.89-3.89h-34.83c-2.15,0-3.89,1.74-3.89,3.89v59.64c0,2.15,1.74,3.89,3.89,3.89h34.83c2.15,0,3.89-1.74,3.89-3.89v-59.64ZM124.59,44.82c0-2.44-1.98-4.43-4.43-4.43H54.78c-2.44,0-4.43,1.98-4.43,4.43v6.96h6.06v-1.66c0-1.47,1.19-2.66,2.66-2.66h56.8c1.47,0,2.66,1.19,2.66,2.66v32.53c0,1.47-1.19,2.66-2.66,2.66h-28.24v20.48h21.98c0-4.6-5.41-11.57-13.23-13.41h23.77c2.44,0,4.43-1.98,4.43-4.43v-43.13Z",
|
|
@@ -2652,14 +2661,14 @@ const se = () => {
|
|
|
2652
2661
|
),
|
|
2653
2662
|
DisabledImage: (
|
|
2654
2663
|
/* icon-roomPC-disabled.svg */
|
|
2655
|
-
/* @__PURE__ */
|
|
2664
|
+
/* @__PURE__ */ s.jsx(
|
|
2656
2665
|
"svg",
|
|
2657
2666
|
{
|
|
2658
2667
|
className: e,
|
|
2659
2668
|
fill: "currentcolor",
|
|
2660
2669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2661
2670
|
viewBox: "0 0 164.61 164.61",
|
|
2662
|
-
children: /* @__PURE__ */
|
|
2671
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
2663
2672
|
"path",
|
|
2664
2673
|
{
|
|
2665
2674
|
d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.83,133.93c-12.32-13.7-19.83-31.8-19.83-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.82,31.8,19.82,51.63,0,42.63-34.68,77.3-77.3,77.3ZM56.41,51.79h-6.06v-6.96c0-2.44,1.98-4.43,4.43-4.43h50.95l-7.07,7.07h-39.58c-1.47,0-2.66,1.19-2.66,2.66v1.66ZM40.02,106.1v-45.42c0-2.15,1.74-3.89,3.89-3.89h34.83c2.15,0,3.89,1.74,3.89,3.89v2.81l-4.45,4.45c.15-.36.23-.75.23-1.16v-.67c0-1.66-1.34-3-3-3h-28.5c-1.66,0-3,1.34-3,3v.67c0,1.66,1.34,3,3,3h28.5c.41,0,.8-.08,1.16-.23l-3.57,3.57h-26.09c-1.66,0-3,1.34-3,3v.67c0,1.66,1.34,3,3,3h19.43l-26.32,26.32ZM124.59,58.5v29.46c0,2.44-1.98,4.43-4.43,4.43h-23.77c7.81,1.84,13.23,8.81,13.23,13.41h-21.98v-10.34l10.15-10.15h18.09c1.47,0,2.66-1.19,2.66-2.66v-18.09l6.06-6.06ZM58.88,124.21h19.86c2.15,0,3.89-1.74,3.89-3.89v-19.86l-23.75,23.75ZM74.67,118.28c-2.07,0-3.75-1.68-3.75-3.75s1.68-3.75,3.75-3.75,3.75,1.68,3.75,3.75-1.68,3.75-3.75,3.75Z",
|
|
@@ -2671,14 +2680,14 @@ const se = () => {
|
|
|
2671
2680
|
),
|
|
2672
2681
|
EnabledImage: (
|
|
2673
2682
|
/* icon-roomPC-enabled.svg */
|
|
2674
|
-
/* @__PURE__ */
|
|
2683
|
+
/* @__PURE__ */ s.jsx(
|
|
2675
2684
|
"svg",
|
|
2676
2685
|
{
|
|
2677
2686
|
className: e,
|
|
2678
2687
|
fill: "currentcolor",
|
|
2679
2688
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2680
2689
|
viewBox: "0 0 164.61 164.61",
|
|
2681
|
-
children: /* @__PURE__ */
|
|
2690
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx(
|
|
2682
2691
|
"path",
|
|
2683
2692
|
{
|
|
2684
2693
|
d: "M78.74,56.79h-34.83c-2.15,0-3.89,1.74-3.89,3.89v59.64c0,2.15,1.74,3.89,3.89,3.89h34.83c2.15,0,3.89-1.74,3.89-3.89v-59.64c0-2.15-1.74-3.89-3.89-3.89ZM74.67,118.28c-2.07,0-3.75-1.68-3.75-3.75s1.68-3.75,3.75-3.75,3.75,1.68,3.75,3.75-1.68,3.75-3.75,3.75ZM78.42,76.78c0,1.66-1.34,3-3,3h-28.5c-1.66,0-3-1.34-3-3v-.67c0-1.66,1.34-3,3-3h28.5c1.66,0,3,1.34,3,3v.67ZM78.42,66.78c0,1.66-1.34,3-3,3h-28.5c-1.66,0-3-1.34-3-3v-.67c0-1.66,1.34-3,3-3h28.5c1.66,0,3,1.34,3,3v.67ZM124.59,44.82v43.13c0,2.44-1.98,4.43-4.43,4.43h-23.77c7.81,1.84,13.23,8.81,13.23,13.41h-21.98v-20.48h28.24c1.47,0,2.66-1.19,2.66-2.66v-32.53c0-1.47-1.19-2.66-2.66-2.66h-56.8c-1.47,0-2.66,1.19-2.66,2.66v1.66h-6.06v-6.96c0-2.44,1.98-4.43,4.43-4.43h65.38c2.44,0,4.43,1.98,4.43,4.43ZM82.3,164.61C36.92,164.61,0,127.69,0,82.3S36.92,0,82.3,0s82.3,36.92,82.3,82.3-36.92,82.3-82.3,82.3ZM82.3,5C39.68,5,5,39.68,5,82.3s34.68,77.3,77.3,77.3,77.3-34.68,77.3-77.3S124.93,5,82.3,5Z",
|
|
@@ -2689,497 +2698,497 @@ const se = () => {
|
|
|
2689
2698
|
)
|
|
2690
2699
|
),
|
|
2691
2700
|
active: t,
|
|
2692
|
-
disabled:
|
|
2701
|
+
disabled: o
|
|
2693
2702
|
}
|
|
2694
|
-
),
|
|
2703
|
+
), p8 = ({
|
|
2695
2704
|
active: t,
|
|
2696
2705
|
className: e = "",
|
|
2697
|
-
disabled:
|
|
2698
|
-
}) => /* @__PURE__ */
|
|
2706
|
+
disabled: o
|
|
2707
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2699
2708
|
Z,
|
|
2700
2709
|
{
|
|
2701
2710
|
ActiveImage: (
|
|
2702
2711
|
/* icon-shade-active.svg */
|
|
2703
|
-
/* @__PURE__ */
|
|
2712
|
+
/* @__PURE__ */ s.jsx(
|
|
2704
2713
|
"svg",
|
|
2705
2714
|
{
|
|
2706
2715
|
className: e,
|
|
2707
2716
|
fill: "currentcolor",
|
|
2708
2717
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2709
2718
|
viewBox: "0 0 164.61 164.61",
|
|
2710
|
-
children: /* @__PURE__ */
|
|
2719
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,95.41c3.37,0,6.11,2.74,6.11,6.11s-2.74,6.11-6.11,6.11-6.11-2.74-6.11-6.11,2.74-6.11,6.11-6.11ZM115.99,39.18h-2.45v37.29h-28.88v14.25c4.97,1.09,8.7,5.51,8.7,10.8,0,6.1-4.96,11.06-11.06,11.06s-11.06-4.96-11.06-11.06c0-5.29,3.73-9.71,8.7-10.8v-14.25h-28.99v-37.29h-2.33v86.25h67.38V39.18ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM122.99,32.18H41.61v100.25h81.38V32.18Z" }) })
|
|
2711
2720
|
}
|
|
2712
2721
|
)
|
|
2713
2722
|
),
|
|
2714
2723
|
DisabledImage: (
|
|
2715
2724
|
/* icon-shade-disabled.svg */
|
|
2716
|
-
/* @__PURE__ */
|
|
2725
|
+
/* @__PURE__ */ s.jsx(
|
|
2717
2726
|
"svg",
|
|
2718
2727
|
{
|
|
2719
2728
|
className: e,
|
|
2720
2729
|
fill: "currentcolor",
|
|
2721
2730
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2722
2731
|
viewBox: "0 0 164.61 164.61",
|
|
2723
|
-
children: /* @__PURE__ */
|
|
2732
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM86.24,96.85l3.5-3.5c2.22,2.02,3.63,4.93,3.63,8.17,0,6.1-4.96,11.06-11.06,11.06-3.24,0-6.14-1.41-8.17-3.63l3.5-3.5c1.12,1.33,2.8,2.17,4.67,2.17,3.37,0,6.11-2.74,6.11-6.11,0-1.87-.85-3.55-2.17-4.67ZM41.61,104.51V32.18h72.33l-44.29,44.29h-18.7v-37.29h-2.33v58.33l-7,7ZM113.55,76.47h-6.93l6.93-6.93v6.93ZM122.99,60.1v72.33H50.66l7-7h58.33v-58.33l7-7Z" }) })
|
|
2724
2733
|
}
|
|
2725
2734
|
)
|
|
2726
2735
|
),
|
|
2727
2736
|
EnabledImage: (
|
|
2728
2737
|
/* icon-shade-enabled.svg */
|
|
2729
|
-
/* @__PURE__ */
|
|
2738
|
+
/* @__PURE__ */ s.jsx(
|
|
2730
2739
|
"svg",
|
|
2731
2740
|
{
|
|
2732
2741
|
className: e,
|
|
2733
2742
|
fill: "currentcolor",
|
|
2734
2743
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2735
2744
|
viewBox: "0 0 164.61 164.61",
|
|
2736
|
-
children: /* @__PURE__ */
|
|
2745
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM41.61,32.18v100.25h81.38V32.18H41.61ZM82.3,95.41c3.37,0,6.11,2.74,6.11,6.11s-2.74,6.11-6.11,6.11-6.11-2.74-6.11-6.11,2.74-6.11,6.11-6.11ZM115.99,125.43H48.61V39.18h2.33v37.29h28.99v14.25c-4.97,1.09-8.7,5.51-8.7,10.8,0,6.1,4.96,11.06,11.06,11.06s11.06-4.96,11.06-11.06c0-5.29-3.73-9.71-8.7-10.8v-14.25h28.88v-37.29h2.45v86.25Z" }) })
|
|
2737
2746
|
}
|
|
2738
2747
|
)
|
|
2739
2748
|
),
|
|
2740
2749
|
active: t,
|
|
2741
|
-
disabled:
|
|
2750
|
+
disabled: o
|
|
2742
2751
|
}
|
|
2743
|
-
),
|
|
2752
|
+
), w8 = ({
|
|
2744
2753
|
active: t,
|
|
2745
2754
|
className: e = "",
|
|
2746
|
-
disabled:
|
|
2747
|
-
}) => /* @__PURE__ */
|
|
2755
|
+
disabled: o
|
|
2756
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2748
2757
|
Z,
|
|
2749
2758
|
{
|
|
2750
2759
|
ActiveImage: (
|
|
2751
2760
|
/* icon-sun-active.svg */
|
|
2752
|
-
/* @__PURE__ */
|
|
2761
|
+
/* @__PURE__ */ s.jsx(
|
|
2753
2762
|
"svg",
|
|
2754
2763
|
{
|
|
2755
2764
|
className: e,
|
|
2756
2765
|
fill: "currentcolor",
|
|
2757
2766
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2758
2767
|
viewBox: "0 0 164.61 164.61",
|
|
2759
|
-
children: /* @__PURE__ */
|
|
2768
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM109.71,57.11l17.69-14.1c2.16-1.72,5.31-1.37,7.03.79,1.72,2.16,1.37,5.31-.79,7.03l-17.69,14.1c-.92.73-2.02,1.09-3.11,1.09-1.47,0-2.92-.64-3.91-1.88-1.72-2.16-1.37-5.31.79-7.03ZM77.37,23.69c0-2.76,2.24-5,5-5h0c2.76,0,5,2.24,5,5l-.02,22.63c0,2.76-2.24,5-5,5h0c-2.76,0-5-2.24-5-5l.02-22.63ZM30.22,43.75c1.72-2.16,4.87-2.51,7.03-.79l17.68,14.12c2.16,1.72,2.51,4.87.79,7.03-.99,1.24-2.44,1.88-3.91,1.88-1.09,0-2.2-.36-3.12-1.09l-17.68-14.12c-2.16-1.72-2.51-4.87-.79-7.03ZM45.36,98.89l-22.06,5.02c-.37.08-.75.13-1.11.13-2.28,0-4.34-1.57-4.87-3.89-.61-2.69,1.07-5.37,3.77-5.98l22.06-5.02c2.69-.62,5.37,1.07,5.98,3.77.61,2.69-1.07,5.37-3.77,5.98ZM69.86,122.68l-9.83,20.38c-.86,1.79-2.65,2.83-4.51,2.83-.73,0-1.47-.16-2.17-.5-2.49-1.2-3.53-4.19-2.33-6.68l9.83-20.38c1.2-2.49,4.19-3.53,6.68-2.33,2.49,1.2,3.53,4.19,2.33,6.68ZM56.81,82.3c0-14.08,11.41-25.49,25.49-25.49s25.49,11.41,25.49,25.49-11.41,25.49-25.49,25.49-25.49-11.41-25.49-25.49ZM111.21,145.42c-.7.34-1.44.5-2.16.5-1.86,0-3.65-1.04-4.51-2.83l-9.81-20.39c-1.2-2.49-.15-5.48,2.34-6.67,2.49-1.2,5.48-.15,6.67,2.34l9.81,20.39c1.2,2.49.15,5.48-2.34,6.67ZM142.43,104.09c-.37,0-.74-.04-1.12-.13l-22.06-5.04c-2.69-.62-4.38-3.3-3.76-5.99.61-2.69,3.3-4.38,5.99-3.76l22.06,5.04c2.69.62,4.38,3.3,3.76,5.99-.53,2.32-2.59,3.89-4.87,3.89Z" }) })
|
|
2760
2769
|
}
|
|
2761
2770
|
)
|
|
2762
2771
|
),
|
|
2763
2772
|
DisabledImage: (
|
|
2764
2773
|
/* icon-sun-disabled.svg */
|
|
2765
|
-
/* @__PURE__ */
|
|
2774
|
+
/* @__PURE__ */ s.jsx(
|
|
2766
2775
|
"svg",
|
|
2767
2776
|
{
|
|
2768
2777
|
className: e,
|
|
2769
2778
|
fill: "currentcolor",
|
|
2770
2779
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2771
2780
|
viewBox: "0 0 164.61 164.61",
|
|
2772
|
-
children: /* @__PURE__ */
|
|
2781
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM17.31,100.14c-.61-2.69,1.07-5.37,3.77-5.98l22.06-5.02c2.69-.62,5.37,1.07,5.98,3.77.61,2.69-1.07,5.37-3.77,5.98l-22.06,5.02c-.37.08-.75.13-1.11.13-2.28,0-4.34-1.57-4.87-3.89ZM77.35,46.31l.02-22.63c0-2.76,2.24-5,5-5h0c2.76,0,5,2.24,5,5l-.02,22.63c0,2.76-2.24,5-5,5h0c-2.76,0-5-2.24-5-5ZM57.08,89.04c-.18-1.21-.27-2.44-.27-3.69,0-14.08,11.41-25.49,25.49-25.49,1.25,0,2.49.09,3.69.27l-28.92,28.92ZM30.22,43.75c1.72-2.16,4.87-2.51,7.03-.79l17.68,14.12c2.16,1.72,2.51,4.87.79,7.03-.99,1.24-2.44,1.88-3.91,1.88-1.09,0-2.2-.36-3.12-1.09l-17.68-14.12c-2.16-1.72-2.51-4.87-.79-7.03ZM147.29,100.2c-.53,2.32-2.59,3.89-4.87,3.89-.37,0-.74-.04-1.12-.13l-22.06-5.04c-2.69-.62-4.38-3.3-3.76-5.99.61-2.69,3.3-4.38,5.99-3.76l22.06,5.04c2.69.62,4.38,3.3,3.76,5.99ZM113.55,138.75c1.2,2.49.15,5.48-2.34,6.67-.7.34-1.44.5-2.16.5-1.86,0-3.65-1.04-4.51-2.83l-9.81-20.39c-1.2-2.49-.15-5.48,2.34-6.67,2.49-1.2,5.48-.15,6.67,2.34l9.81,20.39ZM82.3,110.85c-2.03,0-4-.24-5.9-.69l30.7-30.7c.45,1.89.69,3.87.69,5.9,0,14.08-11.41,25.49-25.49,25.49ZM69.21,117.35c1.19,1.46,1.52,3.53.65,5.34l-9.83,20.38c-.86,1.79-2.65,2.83-4.51,2.83-.73,0-1.47-.16-2.17-.5-2.49-1.2-3.53-4.19-2.33-6.68l2.97-6.15,15.22-15.22Z" }) })
|
|
2773
2782
|
}
|
|
2774
2783
|
)
|
|
2775
2784
|
),
|
|
2776
2785
|
EnabledImage: (
|
|
2777
2786
|
/* icon-sun-enabled.svg */
|
|
2778
|
-
/* @__PURE__ */
|
|
2787
|
+
/* @__PURE__ */ s.jsx(
|
|
2779
2788
|
"svg",
|
|
2780
2789
|
{
|
|
2781
2790
|
className: e,
|
|
2782
2791
|
fill: "currentcolor",
|
|
2783
2792
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2784
2793
|
viewBox: "0 0 164.61 164.61",
|
|
2785
|
-
children: /* @__PURE__ */
|
|
2794
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM82.3,59.86c14.08,0,25.49,11.41,25.49,25.49s-11.41,25.49-25.49,25.49-25.49-11.41-25.49-25.49,11.41-25.49,25.49-25.49ZM111.21,145.42c2.49-1.2,3.54-4.19,2.34-6.67l-9.81-20.39c-1.2-2.49-4.18-3.54-6.67-2.34-2.49,1.2-3.54,4.19-2.34,6.67l9.81,20.39c.86,1.79,2.65,2.83,4.51,2.83.73,0,1.46-.16,2.16-.5ZM60.03,143.06l9.83-20.38c1.2-2.49.16-5.48-2.33-6.68-2.49-1.2-5.48-.15-6.68,2.33l-9.83,20.38c-1.2,2.49-.16,5.48,2.33,6.68.7.34,1.44.5,2.17.5,1.86,0,3.65-1.04,4.51-2.83ZM147.29,100.2c.62-2.69-1.07-5.37-3.76-5.99l-22.06-5.04c-2.69-.62-5.37,1.07-5.99,3.76-.62,2.69,1.07,5.37,3.76,5.99l22.06,5.04c.38.09.75.13,1.12.13,2.28,0,4.34-1.57,4.87-3.89ZM23.3,103.91l22.06-5.02c2.69-.61,4.38-3.29,3.77-5.98-.61-2.69-3.29-4.38-5.98-3.77l-22.06,5.02c-2.69.61-4.38,3.29-3.77,5.98.53,2.32,2.59,3.89,4.87,3.89.37,0,.74-.04,1.11-.13ZM115.95,64.93l17.69-14.1c2.16-1.72,2.51-4.87.79-7.03-1.72-2.16-4.87-2.51-7.03-.79l-17.69,14.1c-2.16,1.72-2.51,4.87-.79,7.03.99,1.24,2.44,1.88,3.91,1.88,1.09,0,2.19-.36,3.11-1.09ZM55.72,64.11c1.72-2.16,1.37-5.3-.79-7.03l-17.68-14.12c-2.16-1.72-5.3-1.37-7.03.79-1.72,2.16-1.37,5.3.79,7.03l17.68,14.12c.92.74,2.02,1.09,3.12,1.09,1.47,0,2.92-.64,3.91-1.88ZM87.35,46.32l.02-22.63c0-2.76-2.23-5-5-5h0c-2.76,0-5,2.24-5,5l-.02,22.63c0,2.76,2.23,5,5,5h0c2.76,0,5-2.24,5-5Z" }) })
|
|
2786
2795
|
}
|
|
2787
2796
|
)
|
|
2788
2797
|
),
|
|
2789
2798
|
active: t,
|
|
2790
|
-
disabled:
|
|
2799
|
+
disabled: o
|
|
2791
2800
|
}
|
|
2792
2801
|
), x8 = ({
|
|
2793
2802
|
active: t,
|
|
2794
2803
|
className: e = "",
|
|
2795
|
-
disabled:
|
|
2796
|
-
}) => /* @__PURE__ */
|
|
2804
|
+
disabled: o
|
|
2805
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2797
2806
|
Z,
|
|
2798
2807
|
{
|
|
2799
2808
|
ActiveImage: (
|
|
2800
2809
|
/* icon-up-active.svg */
|
|
2801
|
-
/* @__PURE__ */
|
|
2810
|
+
/* @__PURE__ */ s.jsx(
|
|
2802
2811
|
"svg",
|
|
2803
2812
|
{
|
|
2804
2813
|
className: e,
|
|
2805
2814
|
fill: "currentcolor",
|
|
2806
2815
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2807
2816
|
viewBox: "0 0 164.61 164.61",
|
|
2808
|
-
children: /* @__PURE__ */
|
|
2817
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM116.84,113.89l-34.53-38.72-34.53,38.72-12.15-10.84,35.78-40.12,10.91-12.23,10.91,12.23,35.78,40.12-12.15,10.84Z" }) })
|
|
2809
2818
|
}
|
|
2810
2819
|
)
|
|
2811
2820
|
),
|
|
2812
2821
|
DisabledImage: (
|
|
2813
2822
|
/* icon-up-disabled.svg */
|
|
2814
|
-
/* @__PURE__ */
|
|
2823
|
+
/* @__PURE__ */ s.jsx(
|
|
2815
2824
|
"svg",
|
|
2816
2825
|
{
|
|
2817
2826
|
className: e,
|
|
2818
2827
|
fill: "currentcolor",
|
|
2819
2828
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2820
2829
|
viewBox: "0 0 164.61 164.61",
|
|
2821
|
-
children: /* @__PURE__ */
|
|
2830
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.82,31.8,19.82,51.63,0,42.63-34.68,77.3-77.3,77.3ZM111.73,71.36l15.26,17.11-12.15,10.84-14.64-16.41,11.53-11.53ZM45.77,99.31l-12.15-10.84,35.78-40.12,10.91-12.23,10.91,12.23,3.09,3.47-11.53,11.53-2.47-2.77-34.53,38.72Z" }) })
|
|
2822
2831
|
}
|
|
2823
2832
|
)
|
|
2824
2833
|
),
|
|
2825
2834
|
EnabledImage: (
|
|
2826
2835
|
/* icon-up-enabled.svg */
|
|
2827
|
-
/* @__PURE__ */
|
|
2836
|
+
/* @__PURE__ */ s.jsx(
|
|
2828
2837
|
"svg",
|
|
2829
2838
|
{
|
|
2830
2839
|
className: e,
|
|
2831
2840
|
fill: "currentcolor",
|
|
2832
2841
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2833
2842
|
viewBox: "0 0 164.61 164.61",
|
|
2834
|
-
children: /* @__PURE__ */
|
|
2843
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM116.84,113.89l12.15-10.84-35.78-40.12-10.91-12.23-10.91,12.23-35.78,40.12,12.15,10.84,34.53-38.72,34.53,38.72Z" }) })
|
|
2835
2844
|
}
|
|
2836
2845
|
)
|
|
2837
2846
|
),
|
|
2838
2847
|
active: t,
|
|
2839
|
-
disabled:
|
|
2848
|
+
disabled: o
|
|
2840
2849
|
}
|
|
2841
2850
|
), M8 = ({
|
|
2842
2851
|
active: t,
|
|
2843
2852
|
className: e = "",
|
|
2844
|
-
disabled:
|
|
2845
|
-
}) => /* @__PURE__ */
|
|
2853
|
+
disabled: o
|
|
2854
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2846
2855
|
Z,
|
|
2847
2856
|
{
|
|
2848
2857
|
ActiveImage: (
|
|
2849
2858
|
/* icon-volDown-active.svg */
|
|
2850
|
-
/* @__PURE__ */
|
|
2859
|
+
/* @__PURE__ */ s.jsx(
|
|
2851
2860
|
"svg",
|
|
2852
2861
|
{
|
|
2853
2862
|
className: e,
|
|
2854
2863
|
fill: "currentcolor",
|
|
2855
2864
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2856
2865
|
viewBox: "0 0 164.61 164.61",
|
|
2857
|
-
children: /* @__PURE__ */
|
|
2866
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM95.01,127.49l-28.24-28.24h-22.6v-33.89h22.6l28.24-28.24v90.38ZM116.55,95.86c-2.59,4.05-6,7.06-10.24,9.04v-45.47c4.24,1.98,7.65,5.04,10.24,9.18,2.59,4.14,3.88,8.71,3.88,13.7s-1.29,9.51-3.88,13.56Z" }) })
|
|
2858
2867
|
}
|
|
2859
2868
|
)
|
|
2860
2869
|
),
|
|
2861
2870
|
DisabledImage: (
|
|
2862
2871
|
/* icon-volDown-disabled.svg */
|
|
2863
|
-
/* @__PURE__ */
|
|
2872
|
+
/* @__PURE__ */ s.jsx(
|
|
2864
2873
|
"svg",
|
|
2865
2874
|
{
|
|
2866
2875
|
className: e,
|
|
2867
2876
|
fill: "currentcolor",
|
|
2868
2877
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2869
2878
|
viewBox: "0 0 164.61 164.61",
|
|
2870
|
-
children: /* @__PURE__ */
|
|
2879
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM95.01,88.08v39.42l-19.71-19.71,19.71-19.71ZM46.87,99.25h-2.7v-33.89h22.6l28.24-28.24v14l-48.14,48.14ZM116.55,68.61c2.59,4.14,3.88,8.71,3.88,13.7s-1.29,9.51-3.88,13.56-6,7.06-10.24,9.04v-28.12l9.41-9.41c.28.4.56.81.83,1.23Z" }) })
|
|
2871
2880
|
}
|
|
2872
2881
|
)
|
|
2873
2882
|
),
|
|
2874
2883
|
EnabledImage: (
|
|
2875
2884
|
/* icon-volDown-enabled.svg */
|
|
2876
|
-
/* @__PURE__ */
|
|
2885
|
+
/* @__PURE__ */ s.jsx(
|
|
2877
2886
|
"svg",
|
|
2878
2887
|
{
|
|
2879
2888
|
className: e,
|
|
2880
2889
|
fill: "currentcolor",
|
|
2881
2890
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2882
2891
|
viewBox: "0 0 164.61 164.61",
|
|
2883
|
-
children: /* @__PURE__ */
|
|
2892
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M44.17,99.25v-33.89h22.6l28.24-28.24v90.38l-28.24-28.24h-22.6ZM106.31,104.9v-45.47c4.24,1.98,7.65,5.04,10.24,9.18s3.88,8.71,3.88,13.7-1.29,9.51-3.88,13.56-6,7.06-10.24,9.04ZM82.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" }) })
|
|
2884
2893
|
}
|
|
2885
2894
|
)
|
|
2886
2895
|
),
|
|
2887
2896
|
active: t,
|
|
2888
|
-
disabled:
|
|
2897
|
+
disabled: o
|
|
2889
2898
|
}
|
|
2890
2899
|
), m8 = ({
|
|
2891
2900
|
active: t,
|
|
2892
2901
|
className: e = "",
|
|
2893
|
-
disabled:
|
|
2894
|
-
}) => /* @__PURE__ */
|
|
2902
|
+
disabled: o
|
|
2903
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2895
2904
|
Z,
|
|
2896
2905
|
{
|
|
2897
2906
|
ActiveImage: (
|
|
2898
2907
|
/* icon-volMute-active.svg */
|
|
2899
|
-
/* @__PURE__ */
|
|
2908
|
+
/* @__PURE__ */ s.jsx(
|
|
2900
2909
|
"svg",
|
|
2901
2910
|
{
|
|
2902
2911
|
className: e,
|
|
2903
2912
|
fill: "currentcolor",
|
|
2904
2913
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2905
2914
|
viewBox: "0 0 164.61 164.61",
|
|
2906
|
-
children: /* @__PURE__ */
|
|
2915
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M28.09,130.67s0,0,0,0L132.11,26.65s0,0,0,0l5.37-5.37C122.87,8.07,103.51,0,82.3,0,36.92,0,0,36.92,0,82.3c0,21.21,8.07,40.56,21.29,55.17l6.8-6.8ZM93.6,32.88c5.17,1.17,9.91,2.98,14.22,5.42l-8.35,8.35c-1.86-.86-3.82-1.59-5.88-2.19v-11.58ZM31.46,65.5h22.6l28.24-28.24v26.57l-35.57,35.57h-15.27v-33.89ZM137.94,32.52l-104.05,104.05h0l-6.76,6.76c14.61,13.22,33.96,21.28,55.17,21.28,45.38,0,82.3-36.92,82.3-82.3,0-21.21-8.06-40.56-21.28-55.17l-5.39,5.39ZM93.6,89.49l13.36-13.36c.5,2.03.76,4.14.76,6.32,0,4.8-1.25,9.25-3.74,13.35-2.49,4.1-5.95,7.18-10.38,9.25v-15.55ZM82.3,127.64l-13.42-13.42,13.42-13.42v26.85ZM122.13,114.01c-7.34,9.18-16.85,15.09-28.53,17.72v-11.58c8.47-2.45,15.3-7.16,20.48-14.12,5.18-6.97,7.77-14.88,7.77-23.73,0-6.21-1.28-11.95-3.83-17.23l8.34-8.34c4.52,7.67,6.79,16.19,6.79,25.57,0,11.96-3.67,22.52-11.02,31.7Z" }) })
|
|
2907
2916
|
}
|
|
2908
2917
|
)
|
|
2909
2918
|
),
|
|
2910
2919
|
DisabledImage: (
|
|
2911
2920
|
/* icon-volMute-disabled.svg */
|
|
2912
|
-
/* @__PURE__ */
|
|
2921
|
+
/* @__PURE__ */ s.jsx(
|
|
2913
2922
|
"svg",
|
|
2914
2923
|
{
|
|
2915
2924
|
className: e,
|
|
2916
2925
|
fill: "currentcolor",
|
|
2917
2926
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2918
2927
|
viewBox: "0 0 164.61 164.61",
|
|
2919
|
-
children: /* @__PURE__ */
|
|
2928
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM93.6,89.49l13.36-13.36c.5,2.03.76,4.14.76,6.32,0,4.8-1.25,9.25-3.74,13.35-2.49,4.1-5.95,7.18-10.38,9.25v-15.55ZM99.48,46.65c-1.86-.86-3.82-1.59-5.88-2.19v-11.58c5.17,1.17,9.91,2.98,14.22,5.42l-8.35,8.35ZM82.3,100.79v26.85l-13.42-13.42,13.42-13.42ZM126.36,56.74c4.52,7.67,6.79,16.19,6.79,25.57,0,11.96-3.67,22.52-11.02,31.7s-16.85,15.09-28.53,17.72v-11.58c8.47-2.45,15.3-7.16,20.48-14.12,5.18-6.97,7.77-14.88,7.77-23.73,0-6.21-1.28-11.95-3.83-17.23l8.34-8.34ZM46.73,99.39h-15.27v-33.89h22.6l28.24-28.24v26.57l-35.57,35.57Z" }) })
|
|
2920
2929
|
}
|
|
2921
2930
|
)
|
|
2922
2931
|
),
|
|
2923
2932
|
EnabledImage: (
|
|
2924
2933
|
/* icon-volMute-enabled.svg */
|
|
2925
|
-
/* @__PURE__ */
|
|
2934
|
+
/* @__PURE__ */ s.jsx(
|
|
2926
2935
|
"svg",
|
|
2927
2936
|
{
|
|
2928
2937
|
className: e,
|
|
2929
2938
|
fill: "currentcolor",
|
|
2930
2939
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2931
2940
|
viewBox: "0 0 164.61 164.61",
|
|
2932
|
-
children: /* @__PURE__ */
|
|
2941
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM93.6,89.49l13.36-13.36c.5,2.03.76,4.14.76,6.32,0,4.8-1.25,9.25-3.74,13.35-2.49,4.1-5.95,7.18-10.38,9.25v-15.55ZM99.48,46.65c-1.86-.86-3.82-1.59-5.88-2.19v-11.58c5.17,1.17,9.91,2.98,14.22,5.42l-8.35,8.35ZM82.3,100.79v26.85l-13.42-13.42,13.42-13.42ZM126.36,56.74c4.52,7.67,6.79,16.19,6.79,25.57,0,11.96-3.67,22.52-11.02,31.7s-16.85,15.09-28.53,17.72v-11.58c8.47-2.45,15.3-7.16,20.48-14.12,5.18-6.97,7.77-14.88,7.77-23.73,0-6.21-1.28-11.95-3.83-17.23l8.34-8.34ZM46.73,99.39h-15.27v-33.89h22.6l28.24-28.24v26.57l-35.57,35.57Z" }) })
|
|
2933
2942
|
}
|
|
2934
2943
|
)
|
|
2935
2944
|
),
|
|
2936
2945
|
active: t,
|
|
2937
|
-
disabled:
|
|
2946
|
+
disabled: o
|
|
2938
2947
|
}
|
|
2939
2948
|
), Z8 = ({
|
|
2940
2949
|
active: t,
|
|
2941
2950
|
className: e = "",
|
|
2942
|
-
disabled:
|
|
2943
|
-
}) => /* @__PURE__ */
|
|
2951
|
+
disabled: o
|
|
2952
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2944
2953
|
Z,
|
|
2945
2954
|
{
|
|
2946
2955
|
ActiveImage: (
|
|
2947
2956
|
/* icon-volUp-active.svg */
|
|
2948
|
-
/* @__PURE__ */
|
|
2957
|
+
/* @__PURE__ */ s.jsx(
|
|
2949
2958
|
"svg",
|
|
2950
2959
|
{
|
|
2951
2960
|
className: e,
|
|
2952
2961
|
fill: "currentcolor",
|
|
2953
2962
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2954
2963
|
viewBox: "0 0 164.61 164.61",
|
|
2955
|
-
children: /* @__PURE__ */
|
|
2964
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,127.64l-28.24-28.24h-22.6v-33.89h22.6l28.24-28.24v90.38ZM93.6,59.57c4.42,2.07,7.88,5.18,10.38,9.32,2.49,4.14,3.74,8.66,3.74,13.56s-1.25,9.25-3.74,13.35c-2.49,4.1-5.95,7.18-10.38,9.25v-45.47ZM122.13,114.01c-7.34,9.18-16.85,15.09-28.53,17.72v-11.58c8.47-2.45,15.3-7.16,20.48-14.12,5.18-6.97,7.77-14.88,7.77-23.73s-2.59-16.76-7.77-23.73c-5.18-6.97-12-11.67-20.48-14.12v-11.58c11.67,2.64,21.18,8.54,28.53,17.72,7.34,9.18,11.02,19.75,11.02,31.7s-3.67,22.52-11.02,31.7Z" }) })
|
|
2956
2965
|
}
|
|
2957
2966
|
)
|
|
2958
2967
|
),
|
|
2959
2968
|
DisabledImage: (
|
|
2960
2969
|
/* icon-volUp-disabled.svg */
|
|
2961
|
-
/* @__PURE__ */
|
|
2970
|
+
/* @__PURE__ */ s.jsx(
|
|
2962
2971
|
"svg",
|
|
2963
2972
|
{
|
|
2964
2973
|
className: e,
|
|
2965
2974
|
fill: "currentcolor",
|
|
2966
2975
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2967
2976
|
viewBox: "0 0 164.61 164.61",
|
|
2968
|
-
children: /* @__PURE__ */
|
|
2977
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM93.6,89.49l13.36-13.36c.5,2.03.76,4.14.76,6.32,0,4.8-1.25,9.25-3.74,13.35-2.49,4.1-5.95,7.18-10.38,9.25v-15.55ZM99.48,46.65c-1.86-.86-3.82-1.59-5.88-2.19v-11.58c5.17,1.17,9.91,2.98,14.22,5.42l-8.35,8.35ZM82.3,100.79v26.85l-13.42-13.42,13.42-13.42ZM126.36,56.74c4.52,7.67,6.79,16.19,6.79,25.57,0,11.96-3.67,22.52-11.02,31.7s-16.85,15.09-28.53,17.72v-11.58c8.47-2.45,15.3-7.16,20.48-14.12,5.18-6.97,7.77-14.88,7.77-23.73,0-6.21-1.28-11.95-3.83-17.23l8.34-8.34ZM46.73,99.39h-15.27v-33.89h22.6l28.24-28.24v26.57l-35.57,35.57Z" }) })
|
|
2969
2978
|
}
|
|
2970
2979
|
)
|
|
2971
2980
|
),
|
|
2972
2981
|
EnabledImage: (
|
|
2973
2982
|
/* icon-volUp-enabled.svg */
|
|
2974
|
-
/* @__PURE__ */
|
|
2983
|
+
/* @__PURE__ */ s.jsx(
|
|
2975
2984
|
"svg",
|
|
2976
2985
|
{
|
|
2977
2986
|
className: e,
|
|
2978
2987
|
fill: "currentcolor",
|
|
2979
2988
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2980
2989
|
viewBox: "0 0 164.61 164.61",
|
|
2981
|
-
children: /* @__PURE__ */
|
|
2990
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M93.6,131.73v-11.58c8.47-2.45,15.3-7.16,20.48-14.12s7.77-14.88,7.77-23.73-2.59-16.76-7.77-23.73-12-11.67-20.48-14.12v-11.58c11.67,2.64,21.18,8.54,28.53,17.72s11.02,19.75,11.02,31.7-3.67,22.52-11.02,31.7-16.85,15.09-28.53,17.72ZM31.46,99.39v-33.89h22.6l28.24-28.24v90.38l-28.24-28.24h-22.6ZM93.6,105.04v-45.47c4.42,2.07,7.88,5.18,10.38,9.32s3.74,8.66,3.74,13.56-1.25,9.25-3.74,13.35-5.95,7.18-10.38,9.25ZM82.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" }) })
|
|
2982
2991
|
}
|
|
2983
2992
|
)
|
|
2984
2993
|
),
|
|
2985
2994
|
active: t,
|
|
2986
|
-
disabled:
|
|
2995
|
+
disabled: o
|
|
2987
2996
|
}
|
|
2988
2997
|
), j8 = ({
|
|
2989
2998
|
active: t,
|
|
2990
2999
|
className: e = "",
|
|
2991
|
-
disabled:
|
|
2992
|
-
}) => /* @__PURE__ */
|
|
3000
|
+
disabled: o
|
|
3001
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
2993
3002
|
Z,
|
|
2994
3003
|
{
|
|
2995
3004
|
ActiveImage: (
|
|
2996
3005
|
/* icon-wireless-active.svg */
|
|
2997
|
-
/* @__PURE__ */
|
|
3006
|
+
/* @__PURE__ */ s.jsx(
|
|
2998
3007
|
"svg",
|
|
2999
3008
|
{
|
|
3000
3009
|
className: e,
|
|
3001
3010
|
fill: "currentcolor",
|
|
3002
3011
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3003
3012
|
viewBox: "0 0 164.61 164.61",
|
|
3004
|
-
children: /* @__PURE__ */
|
|
3013
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM43.68,119.36c-3.46,0-6.26-2.8-6.26-6.26s2.8-6.26,6.26-6.26,6.26,2.8,6.26,6.26-2.8,6.26-6.26,6.26ZM65.54,114.71c-.15,2.05-1.88,3.61-3.93,3.61h0c-.1,0-.19,0-.29,0-2.17-.15-3.81-2.02-3.65-4.16.03-.35.04-.7.04-1.04,0-3.77-1.49-7.31-4.18-9.99-2.69-2.67-6.28-4.15-10.1-4.18-2.18-.01-3.93-1.76-3.92-3.91.01-2.14,1.78-3.86,3.95-3.86h.02c5.92.03,11.48,2.33,15.65,6.47,4.18,4.14,6.48,9.63,6.48,15.47,0,.52-.02,1.06-.06,1.59ZM83.32,114.48c-.08,2.15-1.86,3.84-4.02,3.84h0s0,0,0,0c-.05,0-.1,0-.15,0-2.22-.08-3.95-1.93-3.87-4.13.02-.46.03-.84.03-1.2,0-8.42-3.31-16.34-9.31-22.3-6-5.96-13.98-9.26-22.48-9.29-2.22,0-4.02-1.8-4.01-4,0-2.2,1.81-3.97,4.02-3.97h.01c5.38.02,10.59,1.08,15.5,3.14,4.74,2,9,4.85,12.65,8.48,3.65,3.63,6.52,7.86,8.53,12.56,2.08,4.87,3.13,10.04,3.13,15.37,0,.46-.01.93-.03,1.49ZM127.19,99.17c0,8.83-7.25,16.02-16.16,16.02h-17.04c-1.85,0-3.34-1.48-3.34-3.31s1.5-3.31,3.34-3.31h17.04c2.52,0,4.89-.98,6.69-2.76,1.8-1.78,2.78-4.13,2.78-6.63v-37.91c0-2.49-.99-4.85-2.78-6.63-1.8-1.78-4.17-2.76-6.69-2.76h-52.24c-2.52,0-4.89.98-6.69,2.76-1.8,1.78-2.78,4.13-2.78,6.63v2.14c0,1.83-1.5,3.31-3.34,3.31s-3.34-1.48-3.34-3.31v-2.14c0-8.83,7.25-16.02,16.16-16.02h52.24c8.91,0,16.16,7.18,16.16,16.02v37.91Z" }) })
|
|
3005
3014
|
}
|
|
3006
3015
|
)
|
|
3007
3016
|
),
|
|
3008
3017
|
DisabledImage: (
|
|
3009
3018
|
/* icon-wireless-disabled.svg */
|
|
3010
|
-
/* @__PURE__ */
|
|
3019
|
+
/* @__PURE__ */ s.jsx(
|
|
3011
3020
|
"svg",
|
|
3012
3021
|
{
|
|
3013
3022
|
className: e,
|
|
3014
3023
|
fill: "currentcolor",
|
|
3015
3024
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3016
3025
|
viewBox: "0 0 164.61 164.61",
|
|
3017
|
-
children: /* @__PURE__ */
|
|
3026
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM39.5,77.4c0-2.2,1.81-3.97,4.02-3.97h.01c5.38.02,10.59,1.08,15.5,3.14,2.4,1.01,4.68,2.25,6.82,3.69l-5.78,5.78c-4.94-3.01-10.62-4.63-16.56-4.65-2.22,0-4.02-1.8-4.01-4ZM42.64,63.4v-2.14c0-8.83,7.25-16.02,16.16-16.02h42.09l-6.63,6.63h-35.46c-2.52,0-4.89.98-6.69,2.76-1.8,1.78-2.78,4.13-2.78,6.63v2.14c0,1.83-1.5,3.31-3.34,3.31s-3.34-1.48-3.34-3.31ZM126.49,56.6c.45,1.48.7,3.04.7,4.66v37.91c0,8.83-7.25,16.02-16.16,16.02h-17.04c-1.85,0-3.34-1.48-3.34-3.31s1.5-3.31,3.34-3.31h17.04c2.52,0,4.89-.98,6.69-2.76,1.8-1.78,2.78-4.13,2.78-6.63v-36.59l5.98-5.98ZM81.62,101.47c1.14,3.72,1.72,7.57,1.72,11.52,0,.46-.01.93-.03,1.49-.08,2.15-1.86,3.84-4.02,3.84h0s0,0,0,0c-.05,0-.1,0-.15,0-2.22-.08-3.95-1.93-3.87-4.13.02-.46.03-.84.03-1.2,0-1.63-.13-3.24-.37-4.83l6.69-6.69ZM39.5,95.04c.01-2.14,1.78-3.86,3.95-3.86h.02c3.29.02,6.47.76,9.36,2.11l-6.08,6.08c-1.08-.26-2.19-.41-3.33-.42-2.18-.01-3.93-1.76-3.92-3.91Z" }) })
|
|
3018
3027
|
}
|
|
3019
3028
|
)
|
|
3020
3029
|
),
|
|
3021
3030
|
EnabledImage: (
|
|
3022
3031
|
/* icon-wireless-enabled.svg */
|
|
3023
|
-
/* @__PURE__ */
|
|
3032
|
+
/* @__PURE__ */ s.jsx(
|
|
3024
3033
|
"svg",
|
|
3025
3034
|
{
|
|
3026
3035
|
className: e,
|
|
3027
3036
|
fill: "currentcolor",
|
|
3028
3037
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3029
3038
|
viewBox: "0 0 164.61 164.61",
|
|
3030
|
-
children: /* @__PURE__ */
|
|
3039
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM94,115.19h17.04c8.91,0,16.16-7.18,16.16-16.02v-37.91c0-8.83-7.25-16.02-16.16-16.02h-52.24c-8.91,0-16.16,7.18-16.16,16.02v2.14c0,1.83,1.5,3.31,3.34,3.31s3.34-1.48,3.34-3.31v-2.14c0-2.49.99-4.85,2.78-6.63,1.8-1.78,4.17-2.76,6.69-2.76h52.24c2.52,0,4.89.98,6.69,2.76,1.8,1.78,2.78,4.13,2.78,6.63v37.91c0,2.49-.99,4.85-2.78,6.63-1.8,1.78-4.17,2.76-6.69,2.76h-17.04c-1.85,0-3.34,1.48-3.34,3.31s1.5,3.31,3.34,3.31ZM79.3,118.32h0c-.05,0-.1,0-.15,0-2.22-.08-3.95-1.93-3.87-4.13.02-.46.03-.84.03-1.2,0-8.42-3.31-16.34-9.31-22.3-6-5.96-13.98-9.26-22.48-9.29-2.22,0-4.02-1.8-4.01-4,0-2.2,1.81-3.97,4.02-3.97h.01c5.38.02,10.59,1.07,15.5,3.14,4.74,2,9,4.85,12.65,8.48,3.65,3.63,6.52,7.86,8.53,12.56,2.08,4.87,3.13,10.04,3.13,15.37,0,.46-.01.93-.03,1.49-.08,2.15-1.86,3.84-4.02,3.84h0ZM61.32,118.31c.1,0,.19.01.29.01h0c2.05,0,3.78-1.56,3.93-3.61.04-.53.06-1.07.06-1.59,0-5.84-2.3-11.33-6.48-15.47-4.17-4.14-9.73-6.43-15.65-6.47h-.02c-2.17,0-3.93,1.73-3.95,3.86-.01,2.15,1.74,3.9,3.92,3.91,3.82.02,7.41,1.51,10.1,4.18,2.7,2.67,4.18,6.22,4.18,9.99,0,.34-.01.69-.04,1.04-.16,2.14,1.48,4,3.65,4.16ZM49.94,113.1c0,3.46-2.8,6.26-6.26,6.26s-6.26-2.8-6.26-6.26,2.8-6.26,6.26-6.26,6.26,2.8,6.26,6.26Z" }) })
|
|
3031
3040
|
}
|
|
3032
3041
|
)
|
|
3033
3042
|
),
|
|
3034
3043
|
active: t,
|
|
3035
|
-
disabled:
|
|
3044
|
+
disabled: o
|
|
3036
3045
|
}
|
|
3037
3046
|
), C8 = ({
|
|
3038
3047
|
active: t,
|
|
3039
3048
|
className: e = "",
|
|
3040
|
-
disabled:
|
|
3041
|
-
}) => /* @__PURE__ */
|
|
3049
|
+
disabled: o
|
|
3050
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
3042
3051
|
Z,
|
|
3043
3052
|
{
|
|
3044
3053
|
ActiveImage: (
|
|
3045
3054
|
/* icon-x-active.svg */
|
|
3046
|
-
/* @__PURE__ */
|
|
3055
|
+
/* @__PURE__ */ s.jsx(
|
|
3047
3056
|
"svg",
|
|
3048
3057
|
{
|
|
3049
3058
|
className: e,
|
|
3050
3059
|
fill: "currentcolor",
|
|
3051
3060
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3052
3061
|
viewBox: "0 0 164.61 164.61",
|
|
3053
|
-
children: /* @__PURE__ */
|
|
3062
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,10c39.87,0,72.3,32.44,72.3,72.3s-32.44,72.3-72.3,72.3S10,122.17,10,82.3,42.44,10,82.3,10M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0h0ZM82.3,20.58c-34.04,0-61.73,27.69-61.73,61.73s27.69,61.73,61.73,61.73,61.73-27.69,61.73-61.73-27.69-61.73-61.73-61.73ZM110.69,126.02l-28.39-28.39-28.39,28.39-15.33-15.33,28.39-28.39-28.39-28.39,15.33-15.33,28.39,28.39,28.39-28.39,15.33,15.33-28.39,28.39,28.39,28.39-15.33,15.33Z" }) })
|
|
3054
3063
|
}
|
|
3055
3064
|
)
|
|
3056
3065
|
),
|
|
3057
3066
|
DisabledImage: (
|
|
3058
3067
|
/* icon-x-disabled.svg */
|
|
3059
|
-
/* @__PURE__ */
|
|
3068
|
+
/* @__PURE__ */ s.jsx(
|
|
3060
3069
|
"svg",
|
|
3061
3070
|
{
|
|
3062
3071
|
className: e,
|
|
3063
3072
|
fill: "currentcolor",
|
|
3064
3073
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3065
3074
|
viewBox: "0 0 164.61 164.61",
|
|
3066
|
-
children: /* @__PURE__ */
|
|
3075
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M38.59,110.69l28.39-28.39-28.39-28.39,15.33-15.33,28.39,28.39,28.39-28.39,1.65,1.65L40.24,112.34l-1.65-1.65ZM124.53,52.42L52.42,124.53l1.49,1.49,28.39-28.39,28.39,28.39,15.33-15.33-28.39-28.39,28.39-28.39-1.49-1.49ZM164.61,82.3c0,45.38-36.92,82.3-82.3,82.3S0,127.69,0,82.3,36.92,0,82.3,0s82.3,36.92,82.3,82.3ZM5,82.3c0,19.83,7.51,37.93,19.82,51.63L133.93,24.83c-13.7-12.32-31.8-19.83-51.63-19.83C39.68,5,5,39.68,5,82.3ZM159.61,82.3c0-19.83-7.51-37.93-19.83-51.63L30.68,139.78c13.7,12.32,31.8,19.83,51.63,19.83,42.63,0,77.3-34.68,77.3-77.3Z" }) })
|
|
3067
3076
|
}
|
|
3068
3077
|
)
|
|
3069
3078
|
),
|
|
3070
3079
|
EnabledImage: (
|
|
3071
3080
|
/* icon-x-enabled.svg */
|
|
3072
|
-
/* @__PURE__ */
|
|
3081
|
+
/* @__PURE__ */ s.jsx(
|
|
3073
3082
|
"svg",
|
|
3074
3083
|
{
|
|
3075
3084
|
className: e,
|
|
3076
3085
|
fill: "currentcolor",
|
|
3077
3086
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3078
3087
|
viewBox: "0 0 164.61 164.61",
|
|
3079
|
-
children: /* @__PURE__ */
|
|
3088
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.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,5ZM126.02,53.92l-15.33-15.33-28.39,28.39-28.39-28.39-15.33,15.33,28.39,28.39-28.39,28.39,15.33,15.33,28.39-28.39,28.39,28.39,15.33-15.33-28.39-28.39,28.39-28.39Z" }) })
|
|
3080
3089
|
}
|
|
3081
3090
|
)
|
|
3082
3091
|
),
|
|
3083
3092
|
active: t,
|
|
3084
|
-
disabled:
|
|
3093
|
+
disabled: o
|
|
3085
3094
|
}
|
|
3086
3095
|
), S8 = ({
|
|
3087
3096
|
active: t,
|
|
3088
3097
|
className: e = "",
|
|
3089
|
-
disabled:
|
|
3090
|
-
}) => /* @__PURE__ */
|
|
3098
|
+
disabled: o
|
|
3099
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
3091
3100
|
Z,
|
|
3092
3101
|
{
|
|
3093
3102
|
ActiveImage: (
|
|
3094
3103
|
/* icon-xbox-active.svg */
|
|
3095
|
-
/* @__PURE__ */
|
|
3104
|
+
/* @__PURE__ */ s.jsx(
|
|
3096
3105
|
"svg",
|
|
3097
3106
|
{
|
|
3098
3107
|
className: e,
|
|
3099
3108
|
fill: "currentcolor",
|
|
3100
3109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3101
3110
|
viewBox: "0 0 164.61 164.61",
|
|
3102
|
-
children: /* @__PURE__ */
|
|
3111
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM59.56,33.71c4.21-1.99,7.72-3.16,12.49-4.16,5.36-1.13,15.44-1.14,20.72-.03,5.7,1.2,12.41,3.7,16.2,6.03l1.12.69-2.58-.13c-5.13-.26-12.6,1.81-20.62,5.71-2.42,1.18-4.52,2.12-4.68,2.09s-2.13-.99-4.38-2.14c-4.49-2.28-11.42-4.73-15.24-5.39-1.34-.23-3.63-.36-5.08-.29-3.16.16-3.02,0,2.05-2.4ZM39.67,113.91c.61,1.61.05,1.01-2-2.14-5-7.67-7.53-15.22-8.74-26.14-.4-3.61-.26-5.67.91-13.07,1.46-9.22,6.72-19.9,13.03-26.46,2.69-2.8,2.93-2.87,6.21-1.76,3.98,1.34,8.23,4.28,14.82,10.24l3.85,3.48-2.1,2.58c-9.75,11.98-20.04,28.95-23.92,39.45-2.11,5.71-2.96,11.44-2.05,13.83ZM118.66,121.41c-1.7,3.26-12.25,9.63-20,12.08-6.39,2.02-14.78,2.87-21.69,2.21-8.25-.79-16.61-3.76-23.79-8.44-6.02-3.93-7.37-5.54-7.37-8.76,0-6.47,7.11-17.8,19.28-30.71,6.91-7.33,16.54-15.93,17.58-15.7,2.02.45,18.2,16.23,24.26,23.66,9.58,11.75,13.98,21.37,11.74,25.66ZM135.23,91.97c-.78,3.99-2.42,9.17-4.02,12.69-1.2,2.63-4.18,7.74-5.49,9.41q-.67.86-.29-.99c.49-2.41-.13-6.84-1.59-11.3-3.17-9.67-13.77-27.66-23.5-39.9l-3.06-3.85,3.31-3.04c4.33-3.97,7.33-6.35,10.57-8.37,2.56-1.59,6.21-3.01,7.79-3.01.97,0,4.38,3.54,7.13,7.4,4.26,5.98,7.4,13.23,8.99,20.78,1.03,4.88,1.11,15.32.17,20.19Z" }) })
|
|
3103
3112
|
}
|
|
3104
3113
|
)
|
|
3105
3114
|
),
|
|
3106
3115
|
DisabledImage: (
|
|
3107
3116
|
/* icon-xbox-disabled.svg */
|
|
3108
|
-
/* @__PURE__ */
|
|
3117
|
+
/* @__PURE__ */ s.jsx(
|
|
3109
3118
|
"svg",
|
|
3110
3119
|
{
|
|
3111
3120
|
className: e,
|
|
3112
3121
|
fill: "currentcolor",
|
|
3113
3122
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3114
3123
|
viewBox: "0 0 164.61 164.61",
|
|
3115
|
-
children: /* @__PURE__ */
|
|
3124
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c16.21,0,31.26,5.02,43.7,13.58L18.58,126c-8.56-12.44-13.58-27.49-13.58-43.69C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-23.43,0-44.44-10.49-58.63-27L132.61,23.68c16.51,14.19,27,35.2,27,58.63,0,42.63-34.68,77.3-77.3,77.3ZM59.56,33.71c4.21-1.99,7.72-3.16,12.49-4.16,5.36-1.13,15.44-1.14,20.72-.03,2.43.51,5.04,1.26,7.52,2.13l-7.66,7.66c-1.86.73-3.78,1.56-5.74,2.52-2.42,1.18-4.52,2.12-4.68,2.09s-2.13-.99-4.38-2.14c-4.49-2.28-11.42-4.73-15.24-5.39-1.34-.23-3.63-.36-5.08-.29-3.16.16-3.02,0,2.05-2.4ZM28.92,85.63c-.4-3.61-.26-5.67.91-13.07,1.46-9.22,6.72-19.9,13.03-26.46,2.69-2.8,2.93-2.87,6.21-1.76,3.98,1.34,8.23,4.28,14.82,10.24l3.85,3.48-2.1,2.58c-4.61,5.66-9.33,12.45-13.45,19.13l-20.27,20.27c-1.43-4.24-2.38-8.89-2.99-14.4ZM135.06,71.79c1.03,4.88,1.11,15.32.17,20.19-.78,3.99-2.42,9.17-4.02,12.69-1.2,2.63-4.18,7.74-5.49,9.41q-.67.86-.29-.99c.49-2.41-.13-6.84-1.59-11.3-2.86-8.71-11.74-24.17-20.59-36.09l19.19-19.19c1.17,1.28,2.47,2.87,3.64,4.52,4.26,5.98,7.4,13.23,8.99,20.78ZM106.91,95.75c9.58,11.75,13.98,21.37,11.74,25.66-1.7,3.26-12.25,9.63-20,12.08-6.39,2.02-14.78,2.87-21.69,2.21-8.25-.79-16.61-3.76-23.79-8.44-3.42-2.23-5.33-3.71-6.34-5.17l43.56-43.56c5.67,5.35,12.91,12.78,16.53,17.22Z" }) })
|
|
3116
3125
|
}
|
|
3117
3126
|
)
|
|
3118
3127
|
),
|
|
3119
3128
|
EnabledImage: (
|
|
3120
3129
|
/* icon-xbox-enabled.svg */
|
|
3121
|
-
/* @__PURE__ */
|
|
3130
|
+
/* @__PURE__ */ s.jsx(
|
|
3122
3131
|
"svg",
|
|
3123
3132
|
{
|
|
3124
3133
|
className: e,
|
|
3125
3134
|
fill: "currentcolor",
|
|
3126
3135
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3127
3136
|
viewBox: "0 0 164.61 164.61",
|
|
3128
|
-
children: /* @__PURE__ */
|
|
3137
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M76.96,135.7c-8.25-.79-16.61-3.76-23.79-8.44-6.02-3.93-7.37-5.54-7.37-8.76,0-6.47,7.11-17.8,19.28-30.71,6.91-7.33,16.54-15.93,17.58-15.7,2.02.45,18.2,16.23,24.26,23.66,9.58,11.75,13.98,21.37,11.74,25.66-1.7,3.26-12.25,9.63-20,12.08-6.39,2.02-14.78,2.87-21.69,2.21h0ZM37.67,111.77c-5-7.67-7.53-15.22-8.74-26.14-.4-3.61-.26-5.67.91-13.07,1.46-9.22,6.72-19.9,13.03-26.46,2.69-2.8,2.93-2.87,6.21-1.76,3.98,1.34,8.23,4.28,14.82,10.24l3.85,3.48-2.1,2.58c-9.75,11.98-20.04,28.95-23.92,39.45-2.11,5.71-2.96,11.44-2.05,13.83.61,1.61.05,1.01-2-2.14ZM125.42,113.08c.49-2.41-.13-6.84-1.59-11.3-3.17-9.67-13.77-27.66-23.5-39.9l-3.06-3.85,3.31-3.04c4.33-3.97,7.33-6.35,10.57-8.37,2.56-1.59,6.21-3.01,7.79-3.01.97,0,4.38,3.54,7.13,7.4,4.26,5.98,7.4,13.23,8.99,20.78,1.03,4.88,1.11,15.32.17,20.19-.78,3.99-2.42,9.17-4.02,12.69-1.2,2.63-4.18,7.74-5.49,9.41q-.67.86-.29-.99h0ZM77.84,41.78c-4.49-2.28-11.42-4.73-15.24-5.39-1.34-.23-3.63-.36-5.08-.29-3.16.16-3.02,0,2.05-2.4,4.21-1.99,7.72-3.16,12.49-4.16,5.36-1.13,15.44-1.14,20.72-.03,5.7,1.2,12.41,3.7,16.2,6.03l1.12.69-2.58-.13c-5.13-.26-12.6,1.81-20.62,5.71-2.42,1.18-4.52,2.12-4.68,2.09-.15-.03-2.13-.99-4.38-2.14ZM82.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" }) })
|
|
3129
3138
|
}
|
|
3130
3139
|
)
|
|
3131
3140
|
),
|
|
3132
3141
|
active: t,
|
|
3133
|
-
disabled:
|
|
3142
|
+
disabled: o
|
|
3134
3143
|
}
|
|
3135
3144
|
), b8 = ({
|
|
3136
3145
|
active: t,
|
|
3137
3146
|
className: e = "",
|
|
3138
|
-
disabled:
|
|
3139
|
-
}) => /* @__PURE__ */
|
|
3147
|
+
disabled: o
|
|
3148
|
+
}) => /* @__PURE__ */ s.jsx(
|
|
3140
3149
|
Z,
|
|
3141
3150
|
{
|
|
3142
3151
|
ActiveImage: (
|
|
3143
3152
|
/* icon-mic-active.svg */
|
|
3144
|
-
/* @__PURE__ */
|
|
3153
|
+
/* @__PURE__ */ s.jsx(
|
|
3145
3154
|
"svg",
|
|
3146
3155
|
{
|
|
3147
3156
|
className: e,
|
|
3148
3157
|
fill: "currentcolor",
|
|
3149
3158
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3150
3159
|
viewBox: "0 0 164.61 164.61",
|
|
3151
|
-
children: /* @__PURE__ */
|
|
3160
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM64.9,44.59c0-4.83,1.69-8.94,5.08-12.33,3.38-3.38,7.49-5.08,12.33-5.08s8.94,1.69,12.33,5.08c3.38,3.38,5.08,7.49,5.08,12.33v34.81c0,4.83-1.69,8.94-5.08,12.33s-7.49,5.08-12.33,5.08-8.94-1.69-12.33-5.08-5.08-7.49-5.08-12.33v-34.81ZM113.05,106.09c-6.58,7.64-14.89,12.14-24.95,13.49v17.84h-11.6v-17.84c-10.06-1.35-18.37-5.85-24.95-13.49-6.58-7.64-9.86-16.54-9.86-26.69h11.6c0,8.03,2.83,14.87,8.49,20.52s12.5,8.49,20.52,8.49,14.87-2.83,20.52-8.49,8.49-12.5,8.49-20.52h11.6c0,10.15-3.29,19.05-9.86,26.69Z" }) })
|
|
3152
3161
|
}
|
|
3153
3162
|
)
|
|
3154
3163
|
),
|
|
3155
3164
|
DisabledImage: (
|
|
3156
3165
|
/* icon-mic-disabled.svg */
|
|
3157
|
-
/* @__PURE__ */
|
|
3166
|
+
/* @__PURE__ */ s.jsx(
|
|
3158
3167
|
"svg",
|
|
3159
3168
|
{
|
|
3160
3169
|
className: e,
|
|
3161
3170
|
fill: "currentcolor",
|
|
3162
3171
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3163
3172
|
viewBox: "0 0 164.61 164.61",
|
|
3164
|
-
children: /* @__PURE__ */
|
|
3173
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,0C36.92,0,0,36.92,0,82.3s36.92,82.3,82.3,82.3,82.3-36.92,82.3-82.3S127.69,0,82.3,0ZM82.3,5c19.83,0,37.93,7.51,51.63,19.83L24.82,133.93c-12.32-13.7-19.82-31.8-19.82-51.63C5,39.68,39.68,5,82.3,5ZM82.3,159.61c-19.83,0-37.93-7.51-51.63-19.83L139.78,30.68c12.32,13.7,19.83,31.8,19.83,51.63,0,42.63-34.68,77.3-77.3,77.3ZM94.63,91.73c-2.26,2.26-4.86,3.75-7.78,4.5l12.28-12.28c-.75,2.91-2.24,5.51-4.5,7.78ZM64.98,81.15c-.05-.57-.08-1.15-.08-1.74v-34.81c0-4.83,1.69-8.94,5.08-12.33s7.49-5.08,12.33-5.08,8.94,1.69,12.33,5.08,5.08,7.49,5.08,12.33v1.82l-34.73,34.73ZM111.31,79.4h11.6c0,10.15-3.29,19.05-9.86,26.69-6.58,7.64-14.89,12.14-24.95,13.49v17.84h-11.6v-17.84c-3.65-.49-7.07-1.4-10.27-2.72l9.2-9.2c2.18.5,4.47.76,6.86.76,8.03,0,14.87-2.83,20.52-8.49s8.49-12.5,8.49-20.52ZM46.79,99.33c-3.39-6-5.1-12.64-5.1-19.93h11.6c0,4.06.72,7.81,2.17,11.26l-8.67,8.67Z" }) })
|
|
3165
3174
|
}
|
|
3166
3175
|
)
|
|
3167
3176
|
),
|
|
3168
3177
|
EnabledImage: (
|
|
3169
3178
|
/* icon-mic-enabled.svg */
|
|
3170
|
-
/* @__PURE__ */
|
|
3179
|
+
/* @__PURE__ */ s.jsx(
|
|
3171
3180
|
"svg",
|
|
3172
3181
|
{
|
|
3173
3182
|
className: e,
|
|
3174
3183
|
fill: "currentcolor",
|
|
3175
3184
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3176
3185
|
viewBox: "0 0 164.61 164.61",
|
|
3177
|
-
children: /* @__PURE__ */
|
|
3186
|
+
children: /* @__PURE__ */ s.jsx("g", { children: /* @__PURE__ */ s.jsx("path", { d: "M82.3,96.81c-4.83,0-8.94-1.69-12.33-5.08-3.38-3.38-5.08-7.49-5.08-12.33v-34.81c0-4.83,1.69-8.94,5.08-12.33s7.49-5.08,12.33-5.08,8.94,1.69,12.33,5.08,5.08,7.49,5.08,12.33v34.81c0,4.83-1.69,8.94-5.08,12.33-3.38,3.38-7.49,5.08-12.33,5.08ZM76.5,137.42v-17.84c-10.06-1.35-18.37-5.85-24.95-13.49-6.58-7.64-9.86-16.54-9.86-26.69h11.6c0,8.03,2.83,14.87,8.49,20.52s12.5,8.49,20.52,8.49,14.87-2.83,20.52-8.49,8.49-12.5,8.49-20.52h11.6c0,10.15-3.29,19.05-9.86,26.69-6.58,7.64-14.89,12.14-24.95,13.49v17.84h-11.6ZM82.3,164.61C36.92,164.61,0,127.69,0,82.3S36.92,0,82.3,0s82.3,36.92,82.3,82.3-36.92,82.3-82.3,82.3ZM82.3,5C39.68,5,5,39.68,5,82.3s34.68,77.3,77.3,77.3,77.3-34.68,77.3-77.3S124.93,5,82.3,5Z" }) })
|
|
3178
3187
|
}
|
|
3179
3188
|
)
|
|
3180
3189
|
),
|
|
3181
3190
|
active: t,
|
|
3182
|
-
disabled:
|
|
3191
|
+
disabled: o
|
|
3183
3192
|
}
|
|
3184
3193
|
), I8 = {
|
|
3185
3194
|
Alert: Y2,
|
|
@@ -3190,8 +3199,8 @@ const se = () => {
|
|
|
3190
3199
|
Controller: Q2,
|
|
3191
3200
|
Elipses: e8,
|
|
3192
3201
|
Flag: t8,
|
|
3193
|
-
Gear:
|
|
3194
|
-
Glass:
|
|
3202
|
+
Gear: s8,
|
|
3203
|
+
Glass: o8,
|
|
3195
3204
|
Hdmi: n8,
|
|
3196
3205
|
Laptop: r8,
|
|
3197
3206
|
LeftArrow: c8,
|
|
@@ -3205,8 +3214,8 @@ const se = () => {
|
|
|
3205
3214
|
Question: v8,
|
|
3206
3215
|
RightArrow: g8,
|
|
3207
3216
|
RoomPC: f8,
|
|
3208
|
-
Shade:
|
|
3209
|
-
Sun:
|
|
3217
|
+
Shade: p8,
|
|
3218
|
+
Sun: w8,
|
|
3210
3219
|
UpArrow: x8,
|
|
3211
3220
|
VolDown: M8,
|
|
3212
3221
|
VolMute: m8,
|
|
@@ -3215,55 +3224,55 @@ const se = () => {
|
|
|
3215
3224
|
X: C8,
|
|
3216
3225
|
Xbox: S8
|
|
3217
3226
|
};
|
|
3218
|
-
function
|
|
3227
|
+
function ie({
|
|
3219
3228
|
name: t,
|
|
3220
3229
|
iconsDictionary: e = I8,
|
|
3221
|
-
...
|
|
3230
|
+
...o
|
|
3222
3231
|
}) {
|
|
3223
3232
|
const r = e[t] ?? null;
|
|
3224
|
-
return r || console.error(`Icon ${t} not found in dictionary`), /* @__PURE__ */
|
|
3233
|
+
return r || console.error(`Icon ${t} not found in dictionary`), /* @__PURE__ */ s.jsx(q2, { multiIcon: r, ...o });
|
|
3225
3234
|
}
|
|
3226
|
-
const y8 = "_grid_1cmpp_1", R8 = "_header_1cmpp_11", E8 = "_content_1cmpp_17", _8 = "_footer_1cmpp_23",
|
|
3235
|
+
const y8 = "_grid_1cmpp_1", R8 = "_header_1cmpp_11", E8 = "_content_1cmpp_17", _8 = "_footer_1cmpp_23", T8 = "_volume_1cmpp_29", a1 = {
|
|
3227
3236
|
grid: y8,
|
|
3228
3237
|
header: R8,
|
|
3229
3238
|
content: E8,
|
|
3230
3239
|
footer: _8,
|
|
3231
|
-
volume:
|
|
3232
|
-
},
|
|
3233
|
-
/* @__PURE__ */
|
|
3234
|
-
/* @__PURE__ */
|
|
3235
|
-
c && /* @__PURE__ */
|
|
3236
|
-
/* @__PURE__ */
|
|
3237
|
-
] }),
|
|
3238
|
-
grid:
|
|
3239
|
-
header:
|
|
3240
|
-
content:
|
|
3240
|
+
volume: T8
|
|
3241
|
+
}, ae = ({ header: t, footer: e, content: o, volume: r, showVolume: c }) => /* @__PURE__ */ s.jsxs("div", { className: a1.grid, children: [
|
|
3242
|
+
/* @__PURE__ */ s.jsx("div", { className: a1.header, children: t }),
|
|
3243
|
+
/* @__PURE__ */ s.jsx("div", { className: a1.content, children: o }),
|
|
3244
|
+
c && /* @__PURE__ */ s.jsx("div", { className: a1.volume, children: r }),
|
|
3245
|
+
/* @__PURE__ */ s.jsx("div", { className: a1.footer, children: e })
|
|
3246
|
+
] }), L8 = "_grid_11w5q_1", P8 = "_header_11w5q_11", $8 = "_content_11w5q_17", w1 = {
|
|
3247
|
+
grid: L8,
|
|
3248
|
+
header: P8,
|
|
3249
|
+
content: $8,
|
|
3241
3250
|
"left-nav": "_left-nav_11w5q_23"
|
|
3242
|
-
},
|
|
3243
|
-
/* @__PURE__ */
|
|
3244
|
-
r && /* @__PURE__ */
|
|
3245
|
-
/* @__PURE__ */
|
|
3246
|
-
] }), D8 = "_grid_1uwfo_1", A8 = "_header_1uwfo_11", B8 = "_content_1uwfo_17",
|
|
3251
|
+
}, ue = ({ className: t, header: e, content: o, leftNav: r }) => /* @__PURE__ */ s.jsxs("div", { className: `${t} ${w1.grid}`, children: [
|
|
3252
|
+
/* @__PURE__ */ s.jsx("div", { className: w1.header, children: e }),
|
|
3253
|
+
r && /* @__PURE__ */ s.jsx("div", { className: w1.leftNav, children: r }),
|
|
3254
|
+
/* @__PURE__ */ s.jsx("div", { className: w1.content, children: o })
|
|
3255
|
+
] }), D8 = "_grid_1uwfo_1", A8 = "_header_1uwfo_11", B8 = "_content_1uwfo_17", T1 = {
|
|
3247
3256
|
grid: D8,
|
|
3248
3257
|
header: A8,
|
|
3249
3258
|
content: B8
|
|
3250
|
-
},
|
|
3251
|
-
/* @__PURE__ */
|
|
3252
|
-
/* @__PURE__ */
|
|
3259
|
+
}, de = ({ className: t, header: e, content: o }) => /* @__PURE__ */ s.jsxs("div", { className: `${t} ${T1.grid}`, children: [
|
|
3260
|
+
/* @__PURE__ */ s.jsx("div", { className: T1.header, children: e }),
|
|
3261
|
+
/* @__PURE__ */ s.jsx("div", { className: T1.content, children: o })
|
|
3253
3262
|
] });
|
|
3254
|
-
function
|
|
3263
|
+
function he() {
|
|
3255
3264
|
return console.log(location.pathname), location.pathname;
|
|
3256
3265
|
}
|
|
3257
3266
|
var O8 = /* @__PURE__ */ ((t) => (t[t.NotSet = 0] = "NotSet", t[t.Sunday = 1] = "Sunday", t[t.Monday = 2] = "Monday", t[t.Tuesday = 4] = "Tuesday", t[t.Wednesday = 8] = "Wednesday", t[t.Thursday = 16] = "Thursday", t[t.Friday = 32] = "Friday", t[t.Saturday = 64] = "Saturday", t))(O8 || {});
|
|
3258
|
-
class
|
|
3259
|
-
constructor(e,
|
|
3267
|
+
class ve {
|
|
3268
|
+
constructor(e, o) {
|
|
3260
3269
|
H(this, "path");
|
|
3261
3270
|
H(this, "handler");
|
|
3262
|
-
this.path = e, this.handler =
|
|
3271
|
+
this.path = e, this.handler = o;
|
|
3263
3272
|
}
|
|
3264
3273
|
}
|
|
3265
|
-
const
|
|
3266
|
-
class
|
|
3274
|
+
const ge = "$off";
|
|
3275
|
+
class fe {
|
|
3267
3276
|
constructor() {
|
|
3268
3277
|
H(this, "currentShareText");
|
|
3269
3278
|
H(this, "enabled");
|
|
@@ -3271,9 +3280,9 @@ class de {
|
|
|
3271
3280
|
}
|
|
3272
3281
|
}
|
|
3273
3282
|
export {
|
|
3274
|
-
|
|
3283
|
+
C6 as Clock,
|
|
3275
3284
|
O8 as DaysOfWeek,
|
|
3276
|
-
|
|
3285
|
+
le as ErrorBox,
|
|
3277
3286
|
q2 as IconButton,
|
|
3278
3287
|
Y2 as IconMultiAlert,
|
|
3279
3288
|
z2 as IconMultiBan,
|
|
@@ -3283,8 +3292,8 @@ export {
|
|
|
3283
3292
|
N2 as IconMultiDownArrow,
|
|
3284
3293
|
e8 as IconMultiElipses,
|
|
3285
3294
|
t8 as IconMultiFlag,
|
|
3286
|
-
|
|
3287
|
-
|
|
3295
|
+
s8 as IconMultiGear,
|
|
3296
|
+
o8 as IconMultiGlass,
|
|
3288
3297
|
n8 as IconMultiHdmi,
|
|
3289
3298
|
r8 as IconMultiLaptop,
|
|
3290
3299
|
c8 as IconMultiLeftArrow,
|
|
@@ -3297,8 +3306,8 @@ export {
|
|
|
3297
3306
|
v8 as IconMultiQuestion,
|
|
3298
3307
|
g8 as IconMultiRightArrow,
|
|
3299
3308
|
f8 as IconMultiRoomPC,
|
|
3300
|
-
|
|
3301
|
-
|
|
3309
|
+
p8 as IconMultiShade,
|
|
3310
|
+
w8 as IconMultiSun,
|
|
3302
3311
|
x8 as IconMultiUpArrow,
|
|
3303
3312
|
M8 as IconMultiVolDown,
|
|
3304
3313
|
m8 as IconMultiVolMute,
|
|
@@ -3306,106 +3315,110 @@ export {
|
|
|
3306
3315
|
j8 as IconMultiWireless,
|
|
3307
3316
|
C8 as IconMultiX,
|
|
3308
3317
|
S8 as IconMultiXbox,
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3318
|
+
ae as MainLayout,
|
|
3319
|
+
ve as MessageHandler,
|
|
3320
|
+
m6 as MobileControlProvider,
|
|
3312
3321
|
Z as MultiStateIconContainer,
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3322
|
+
ie as NamedIconButton,
|
|
3323
|
+
fe as ShareState,
|
|
3324
|
+
ue as TechLayout,
|
|
3325
|
+
de as TechPinLayout,
|
|
3326
|
+
he as getBaseLocation,
|
|
3327
|
+
L1 as httpClient,
|
|
3328
|
+
ge as roomOffSourceKey,
|
|
3320
3329
|
m as store,
|
|
3321
3330
|
q as uiActions,
|
|
3322
3331
|
M2 as uiReducer,
|
|
3323
3332
|
K8 as useApiPath,
|
|
3324
3333
|
a2 as useAppConfig,
|
|
3325
3334
|
i2 as useAppDispatch,
|
|
3326
|
-
|
|
3327
|
-
|
|
3335
|
+
p as useAppSelector,
|
|
3336
|
+
j6 as useAvrControl,
|
|
3328
3337
|
g as useButtonHeldHeartbeat,
|
|
3329
3338
|
b2 as useClientId,
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
|
|
3339
|
+
F2 as useDeviceIBasicVolumeWithFeedback,
|
|
3340
|
+
S6 as useDevicePresetsModel,
|
|
3341
|
+
b6 as useEndpoint,
|
|
3333
3342
|
E2 as useError,
|
|
3334
|
-
|
|
3343
|
+
te as useGetAllDeviceStateFromRoomConfiguration,
|
|
3335
3344
|
u2 as useGetAllDevices,
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3345
|
+
w6 as useGetCurrentPopoverIdForGroup,
|
|
3346
|
+
_ as useGetDevice,
|
|
3347
|
+
Z6 as useGetIBasicVolumeWithFeedback,
|
|
3348
|
+
a6 as useGetRoomDisplayStates,
|
|
3349
|
+
u6 as useGetZoomRoomControllerKey,
|
|
3341
3350
|
x3 as useIBasicVolumeWithFeedback,
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3351
|
+
I6 as useIChannel,
|
|
3352
|
+
y6 as useIColor,
|
|
3353
|
+
R6 as useICommunicationMonitor,
|
|
3354
|
+
_6 as useIDPad,
|
|
3355
|
+
E6 as useIDeviceInfoMessenger,
|
|
3356
|
+
T6 as useIDspPresets,
|
|
3357
|
+
L6 as useIDvr,
|
|
3358
|
+
P6 as useIEssentialsRoomCombiner,
|
|
3350
3359
|
M3 as useIHasPowerControl,
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
|
|
3360
|
-
|
|
3361
|
-
W6 as
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
|
|
3360
|
+
$1 as useIHasSelectableItems,
|
|
3361
|
+
$6 as useIHumiditySensor,
|
|
3362
|
+
D6 as useILevelControls,
|
|
3363
|
+
A6 as useILightingScenes,
|
|
3364
|
+
B6 as useIMatrixRouting,
|
|
3365
|
+
O6 as useIMcCiscoCodecUserInterfaceAppControl,
|
|
3366
|
+
V6 as useINumeric,
|
|
3367
|
+
k6 as useIProjectorScreenLiftControl,
|
|
3368
|
+
U6 as useIRoomEventSchedule,
|
|
3369
|
+
F6 as useIRunDefaultPresentRoute,
|
|
3370
|
+
W6 as useIRunDirectRouteAction,
|
|
3371
|
+
H6 as useIRunRouteAction,
|
|
3372
|
+
K6 as useISetTopBoxControls,
|
|
3373
|
+
G6 as useIShadesOpenCloseStop,
|
|
3374
|
+
q6 as useIShutdownPromptTimer,
|
|
3375
|
+
Y6 as useISwitchedOutput,
|
|
3376
|
+
z6 as useITechPassword,
|
|
3377
|
+
J6 as useITemperatureSensor,
|
|
3378
|
+
X6 as useITheme,
|
|
3379
|
+
Q6 as useITransport,
|
|
3380
|
+
T2 as useInitialize,
|
|
3381
|
+
v6 as useIsTouchpanel,
|
|
3382
|
+
G8 as useLogoPath,
|
|
3383
|
+
N6 as useMobileControlTouchpanelController,
|
|
3384
|
+
se as useOverflow,
|
|
3385
|
+
q8 as usePartnerMetadata,
|
|
3386
|
+
U2 as usePressHoldRelease,
|
|
3387
|
+
l6 as useRoomAdvancedSharingActive,
|
|
3388
|
+
X8 as useRoomAudioControlPointList,
|
|
3389
|
+
s6 as useRoomCodecContentDestinationKey,
|
|
3390
|
+
Y8 as useRoomConfiguration,
|
|
3391
|
+
N8 as useRoomDestinationList,
|
|
3392
|
+
Q8 as useRoomDestinations,
|
|
3393
|
+
e6 as useRoomEnvironmentalDevices,
|
|
3394
|
+
oe as useRoomIBasicVolumeWithFeedback,
|
|
3395
|
+
o6 as useRoomInCall,
|
|
3396
|
+
r6 as useRoomIsCoolingDown,
|
|
3397
|
+
c6 as useRoomIsOn,
|
|
3398
|
+
n6 as useRoomIsWarmingUp,
|
|
3386
3399
|
S2 as useRoomKey,
|
|
3387
3400
|
j2 as useRoomLevelControls,
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3401
|
+
z8 as useRoomName,
|
|
3402
|
+
t6 as useRoomProgramAudioDestinationKey,
|
|
3403
|
+
i6 as useRoomShareState,
|
|
3404
|
+
J8 as useRoomSourceList,
|
|
3392
3405
|
D1 as useRoomState,
|
|
3393
3406
|
Z2 as useRoomVolume,
|
|
3394
|
-
|
|
3395
|
-
|
|
3407
|
+
d6 as useRuntimeInfo,
|
|
3408
|
+
ne as useScroll,
|
|
3396
3409
|
R2 as useServerIsRunningOnProcessorHardware,
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3410
|
+
f6 as useShowIncomingCallModal,
|
|
3411
|
+
p6 as useShowModal,
|
|
3412
|
+
x6 as useShowPopoverById,
|
|
3400
3413
|
_2 as useShowReconnect,
|
|
3401
|
-
|
|
3402
|
-
|
|
3414
|
+
g6 as useShowShutdownModal,
|
|
3415
|
+
re as useSystemControl,
|
|
3403
3416
|
I2 as useSystemUuid,
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3417
|
+
M6 as useTheme,
|
|
3418
|
+
ce as useTimeAndDate,
|
|
3419
|
+
h6 as useTouchpanelKey,
|
|
3420
|
+
ee as useTwoWayDisplayBase,
|
|
3408
3421
|
y2 as useUserCode,
|
|
3409
|
-
|
|
3422
|
+
S as useWebsocketContext,
|
|
3410
3423
|
C2 as useWsIsConnected
|
|
3411
3424
|
};
|