@pepperdash/mobile-control-react-app-core 1.3.0 → 1.5.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 +1620 -1348
- package/dist/mobile-control-react-app-core.umd.js +10 -10
- package/dist/shared/Buttons/NamedIconButton/NamedIconButton.d.ts.map +1 -1
- package/dist/shared/helpers/volumeHelpers.d.ts +1 -0
- package/dist/shared/helpers/volumeHelpers.d.ts.map +1 -0
- package/dist/shared/hooks/index.d.ts +4 -1
- package/dist/shared/hooks/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/index.d.ts +25 -4
- package/dist/shared/hooks/interfaces/index.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/interfaceNames.d.ts +1 -1
- package/dist/shared/hooks/interfaces/interfaceNames.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useAvrControl.d.ts +18 -0
- package/dist/shared/hooks/interfaces/useAvrControl.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useEndpoint.d.ts +6 -0
- package/dist/shared/hooks/interfaces/useEndpoint.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts +14 -0
- package/dist/shared/hooks/interfaces/useIBasicVolumeWithFeedback.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIChannelMessenger.d.ts +11 -0
- package/dist/shared/hooks/interfaces/useIChannelMessenger.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIColor.d.ts +9 -0
- package/dist/shared/hooks/interfaces/useIColor.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useICommunicationMonitor.d.ts +6 -0
- package/dist/shared/hooks/interfaces/useICommunicationMonitor.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIDPad.d.ts +12 -0
- package/dist/shared/hooks/interfaces/useIDPad.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIDeviceInfoMessenger.d.ts +3 -0
- package/dist/shared/hooks/interfaces/useIDeviceInfoMessenger.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIDvr.d.ts +8 -0
- package/dist/shared/hooks/interfaces/useIDvr.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIHasSelectableItems.d.ts +10 -0
- package/dist/shared/hooks/interfaces/useIHasSelectableItems.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIHasSurroundChannels.d.ts +8 -0
- package/dist/shared/hooks/interfaces/useIHasSurroundChannels.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useILevelControls.d.ts +10 -0
- package/dist/shared/hooks/interfaces/useILevelControls.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useILightingScenes.d.ts +7 -0
- package/dist/shared/hooks/interfaces/useILightingScenes.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIMatrixRouting.d.ts +19 -0
- package/dist/shared/hooks/interfaces/useIMatrixRouting.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useINumeric.d.ts +22 -0
- package/dist/shared/hooks/interfaces/useINumeric.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIRoomEventSchedule.d.ts +7 -0
- package/dist/shared/hooks/interfaces/useIRoomEventSchedule.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIRunDirectRouteAction.d.ts +2 -0
- package/dist/shared/hooks/interfaces/useIRunDirectRouteAction.d.ts.map +1 -1
- package/dist/shared/hooks/interfaces/useIRunRouteAction.d.ts +11 -0
- package/dist/shared/hooks/interfaces/useIRunRouteAction.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useISetTopBoxcontrols.d.ts +8 -0
- package/dist/shared/hooks/interfaces/useISetTopBoxcontrols.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useIShadesOpenCloseStop.d.ts +9 -0
- package/dist/shared/hooks/interfaces/useIShadesOpenCloseStop.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useISurroundSoundModes.d.ts +1 -0
- package/dist/shared/hooks/interfaces/useISurroundSoundModes.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useISwitchedOutput.d.ts +8 -0
- package/dist/shared/hooks/interfaces/useISwitchedOutput.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useITransport.d.ts +14 -0
- package/dist/shared/hooks/interfaces/useITransport.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useMobileControlTouchpanelController.d.ts +15 -0
- package/dist/shared/hooks/interfaces/useMobileControlTouchpanelController.d.ts.map +1 -0
- package/dist/shared/hooks/interfaces/useTwoWayDisplayBase.d.ts +11 -4
- package/dist/shared/hooks/interfaces/useTwoWayDisplayBase.d.ts.map +1 -1
- package/dist/shared/hooks/useDeviceIBasicVolumeWithFeedback.d.ts +7 -0
- package/dist/shared/hooks/useDeviceIBasicVolumeWithFeedback.d.ts.map +1 -0
- package/dist/shared/hooks/useGetDeviceStateFromRoomConfiguration.d.ts.map +1 -1
- package/dist/shared/hooks/useHeldButtonAction.d.ts +26 -0
- package/dist/shared/hooks/useHeldButtonAction.d.ts.map +1 -0
- package/dist/shared/hooks/usePressHoldRelease.d.ts +14 -0
- package/dist/shared/hooks/usePressHoldRelease.d.ts.map +1 -1
- package/dist/shared/hooks/useRoomIBasicVolumeWithFeedback.d.ts +9 -0
- package/dist/shared/hooks/useRoomIBasicVolumeWithFeedback.d.ts.map +1 -0
- package/dist/store/devices/devices.slice.d.ts +3 -12
- package/dist/store/devices/devices.slice.d.ts.map +1 -1
- package/dist/store/devices/devicesSelectors.d.ts +11 -2
- package/dist/store/devices/devicesSelectors.d.ts.map +1 -1
- package/dist/store/rooms/rooms.slice.d.ts +79 -124
- package/dist/store/rooms/rooms.slice.d.ts.map +1 -1
- package/dist/store/rooms/roomsSelectors.d.ts +20 -8
- package/dist/store/rooms/roomsSelectors.d.ts.map +1 -1
- package/dist/types/SimpleContent.d.ts +7 -0
- package/dist/types/SimpleContent.d.ts.map +1 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/interfaces/{iKeyName.d.ts → IKeyName.d.ts} +1 -1
- package/dist/types/interfaces/IKeyName.d.ts.map +1 -0
- package/dist/types/interfaces/IOnline.d.ts +4 -0
- package/dist/types/interfaces/IOnline.d.ts.map +1 -0
- package/dist/types/interfaces/ISelectableItem.d.ts +7 -0
- package/dist/types/interfaces/ISelectableItem.d.ts.map +1 -0
- package/dist/types/interfaces/index.d.ts +3 -1
- package/dist/types/interfaces/index.d.ts.map +1 -1
- package/dist/types/state/DestinationListItem.d.ts +13 -0
- package/dist/types/state/DestinationListItem.d.ts.map +1 -0
- package/dist/types/state/daysOfWeek.d.ts.map +1 -1
- package/dist/types/state/index.d.ts +0 -1
- package/dist/types/state/index.d.ts.map +1 -1
- package/dist/types/state/sourceListItem.d.ts +4 -2
- package/dist/types/state/sourceListItem.d.ts.map +1 -1
- package/dist/types/state/state/{CommMonitorState.d.ts → CommunicationMonitorState.d.ts} +2 -2
- package/dist/types/state/state/CommunicationMonitorState.d.ts.map +1 -0
- package/dist/types/state/state/DeviceInfoState.d.ts +11 -0
- package/dist/types/state/state/DeviceInfoState.d.ts.map +1 -0
- package/dist/types/state/state/DeviceState.d.ts +9 -4
- package/dist/types/state/state/DeviceState.d.ts.map +1 -1
- package/dist/types/state/state/DisplayState.d.ts +2 -1
- package/dist/types/state/state/DisplayState.d.ts.map +1 -1
- package/dist/types/state/state/EnvironmentState.d.ts +0 -2
- package/dist/types/state/state/EnvironmentState.d.ts.map +1 -1
- package/dist/types/state/state/IBasicVolumeWithFeedbackState.d.ts +5 -0
- package/dist/types/state/state/IBasicVolumeWithFeedbackState.d.ts.map +1 -0
- package/dist/types/state/state/IHasCurrentSourceInfoChangeState.d.ts +7 -0
- package/dist/types/state/state/IHasCurrentSourceInfoChangeState.d.ts.map +1 -0
- package/dist/types/state/state/IHasInputsState.d.ts +5 -0
- package/dist/types/state/state/IHasInputsState.d.ts.map +1 -0
- package/dist/types/state/state/IHasSelectableItemsState.d.ts +6 -0
- package/dist/types/state/state/IHasSelectableItemsState.d.ts.map +1 -0
- package/dist/types/state/state/IHasSurroundChannelsState.d.ts +5 -0
- package/dist/types/state/state/IHasSurroundChannelsState.d.ts.map +1 -0
- package/dist/types/state/state/IHasSurroundSoundModesState.d.ts +5 -0
- package/dist/types/state/state/IHasSurroundSoundModesState.d.ts.map +1 -0
- package/dist/types/state/state/LevelControlsState.d.ts +6 -0
- package/dist/types/state/state/LevelControlsState.d.ts.map +1 -0
- package/dist/types/state/state/MatrixRoutingState.d.ts +23 -0
- package/dist/types/state/state/MatrixRoutingState.d.ts.map +1 -0
- package/dist/types/state/state/MobileControlTouchpanelState.d.ts +12 -0
- package/dist/types/state/state/MobileControlTouchpanelState.d.ts.map +1 -0
- package/dist/types/state/state/PowerState.d.ts +4 -0
- package/dist/types/state/state/PowerState.d.ts.map +1 -0
- package/dist/types/state/state/RoomState.d.ts +16 -5
- package/dist/types/state/state/RoomState.d.ts.map +1 -1
- package/dist/types/state/state/SurroundSoundModeState.d.ts +6 -0
- package/dist/types/state/state/SurroundSoundModeState.d.ts.map +1 -0
- package/dist/types/state/state/SwitchedOutputState.d.ts +4 -0
- package/dist/types/state/state/SwitchedOutputState.d.ts.map +1 -0
- package/dist/types/state/state/endpointState/endpointState.d.ts +19 -0
- package/dist/types/state/state/endpointState/endpointState.d.ts.map +1 -0
- package/dist/types/state/state/endpointState/hdmiInputState.d.ts +12 -0
- package/dist/types/state/state/endpointState/hdmiInputState.d.ts.map +1 -0
- package/dist/types/state/state/endpointState/hdmiOutputState.d.ts +6 -0
- package/dist/types/state/state/endpointState/hdmiOutputState.d.ts.map +1 -0
- package/dist/types/state/state/endpointState/index.d.ts +4 -0
- package/dist/types/state/state/endpointState/index.d.ts.map +1 -0
- package/dist/types/state/state/index.d.ts +12 -1
- package/dist/types/state/state/index.d.ts.map +1 -1
- package/dist/types/state/volume/volume.d.ts +3 -0
- package/dist/types/state/volume/volume.d.ts.map +1 -1
- package/dist/types/state/volume/volumes.d.ts +1 -0
- package/dist/types/state/volume/volumes.d.ts.map +1 -1
- package/dist/utils/WebsocketContext.d.ts.map +1 -1
- package/dist/utils/useWebsocketContext.d.ts +4 -2
- package/dist/utils/useWebsocketContext.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/types/interfaces/iKeyName.d.ts.map +0 -1
- package/dist/types/state/state/CommMonitorState.d.ts.map +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
import
|
|
5
|
-
import { createSlice as
|
|
6
|
-
import { useSelector as
|
|
7
|
-
import * as
|
|
8
|
-
import
|
|
9
|
-
const
|
|
1
|
+
var O1 = Object.defineProperty;
|
|
2
|
+
var P1 = (t, e, r) => e in t ? O1(t, e, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[e] = r;
|
|
3
|
+
var B = (t, e, r) => (P1(t, typeof e != "symbol" ? e + "" : e, r), r);
|
|
4
|
+
import V1 from "axios";
|
|
5
|
+
import { createSlice as X, combineReducers as F1, configureStore as q3, createSelector as k1 } from "@reduxjs/toolkit";
|
|
6
|
+
import { useSelector as U1, useDispatch as W1, Provider as H1 } from "react-redux";
|
|
7
|
+
import * as Y3 from "lodash";
|
|
8
|
+
import K3, { createContext as G1, useContext as q1, useState as o3, useRef as s3, useCallback as U3, useEffect as J } from "react";
|
|
9
|
+
const Y1 = {
|
|
10
10
|
config: {
|
|
11
11
|
enableDev: !1,
|
|
12
12
|
apiPath: "",
|
|
@@ -16,45 +16,41 @@ const F1 = {
|
|
|
16
16
|
loginMode: "",
|
|
17
17
|
modes: {}
|
|
18
18
|
}
|
|
19
|
-
},
|
|
19
|
+
}, z3 = X({
|
|
20
20
|
name: "appConfig",
|
|
21
|
-
initialState:
|
|
21
|
+
initialState: Y1,
|
|
22
22
|
reducers: {
|
|
23
|
-
setAppConfig(
|
|
24
|
-
|
|
23
|
+
setAppConfig(t, e) {
|
|
24
|
+
t.config = e.payload;
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
}),
|
|
27
|
+
}), K1 = z3.actions, z1 = z3.reducer, J1 = {}, J3 = X({
|
|
28
28
|
name: "devices",
|
|
29
|
-
initialState:
|
|
29
|
+
initialState: J1,
|
|
30
30
|
reducers: {
|
|
31
|
-
setDeviceState(
|
|
32
|
-
const
|
|
33
|
-
if (!
|
|
31
|
+
setDeviceState(t, e) {
|
|
32
|
+
const r = e.payload.type, s = r.slice(r.lastIndexOf("/") + 1);
|
|
33
|
+
if (!s)
|
|
34
34
|
return;
|
|
35
|
-
const
|
|
36
|
-
return
|
|
37
|
-
...c,
|
|
38
|
-
[l]: S
|
|
39
|
-
};
|
|
35
|
+
const l = e.payload.content, a = t[s] ?? {}, d = Y3.merge(a, l);
|
|
36
|
+
return t[s] = d, t;
|
|
40
37
|
}
|
|
41
38
|
}
|
|
42
|
-
}),
|
|
39
|
+
}), X1 = J3.actions, Q1 = J3.reducer, N1 = {}, X3 = X({
|
|
43
40
|
name: "rooms",
|
|
44
|
-
initialState:
|
|
41
|
+
initialState: N1,
|
|
45
42
|
reducers: {
|
|
46
|
-
setRoomState(
|
|
47
|
-
const
|
|
48
|
-
if (!
|
|
43
|
+
setRoomState(t, e) {
|
|
44
|
+
const r = e.payload.type, s = r.slice(r.lastIndexOf("/") + 1);
|
|
45
|
+
if (console.log(r, s), !s)
|
|
49
46
|
return;
|
|
50
|
-
const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
};
|
|
47
|
+
const l = e.payload.content;
|
|
48
|
+
console.log(l);
|
|
49
|
+
const a = t[s] ?? {}, d = Y3.merge(a, l);
|
|
50
|
+
return t[s] = d, console.log(t), t;
|
|
55
51
|
}
|
|
56
52
|
}
|
|
57
|
-
}),
|
|
53
|
+
}), e2 = X3.actions, t2 = X3.reducer, n2 = {
|
|
58
54
|
apiVersion: "",
|
|
59
55
|
serverIsRunningOnProcessorHardware: !1,
|
|
60
56
|
websocket: {
|
|
@@ -73,165 +69,201 @@ const F1 = {
|
|
|
73
69
|
userCode: "",
|
|
74
70
|
qrUrl: ""
|
|
75
71
|
}
|
|
76
|
-
},
|
|
72
|
+
}, Q3 = X({
|
|
77
73
|
name: "runtimeConfig",
|
|
78
|
-
initialState:
|
|
74
|
+
initialState: n2,
|
|
79
75
|
reducers: {
|
|
80
|
-
setRuntimeConfig(
|
|
81
|
-
|
|
76
|
+
setRuntimeConfig(t, e) {
|
|
77
|
+
t.apiVersion = e.payload.apiVersion, t.serverIsRunningOnProcessorHardware = e.payload.serverIsRunningOnProcessorHardware;
|
|
82
78
|
},
|
|
83
|
-
setToken(
|
|
84
|
-
|
|
79
|
+
setToken(t, e) {
|
|
80
|
+
t.token = e.payload;
|
|
85
81
|
},
|
|
86
|
-
setWebsocketIsConnected(
|
|
87
|
-
|
|
82
|
+
setWebsocketIsConnected(t, e) {
|
|
83
|
+
t.websocket.isConnected = e.payload;
|
|
88
84
|
},
|
|
89
|
-
setPluginVersion(
|
|
90
|
-
|
|
85
|
+
setPluginVersion(t, e) {
|
|
86
|
+
t.pluginVersion = e.payload;
|
|
91
87
|
},
|
|
92
|
-
setRoomData(
|
|
93
|
-
|
|
88
|
+
setRoomData(t, e) {
|
|
89
|
+
t.roomData = e.payload;
|
|
94
90
|
},
|
|
95
|
-
setCurrentRoomKey(
|
|
96
|
-
|
|
91
|
+
setCurrentRoomKey(t, e) {
|
|
92
|
+
t.roomData.roomKey = e.payload;
|
|
97
93
|
},
|
|
98
|
-
setUserCode(
|
|
99
|
-
|
|
94
|
+
setUserCode(t, e) {
|
|
95
|
+
t.roomData.userCode = e.payload.userCode, t.roomData.qrUrl = e.payload.qrUrl;
|
|
100
96
|
}
|
|
101
97
|
}
|
|
102
|
-
}),
|
|
98
|
+
}), H = Q3.actions, r2 = Q3.reducer, o2 = {
|
|
103
99
|
modalVisibility: {
|
|
104
100
|
showShutdownModal: !1,
|
|
105
101
|
showIncomingCallModal: !1
|
|
106
102
|
},
|
|
107
103
|
popoverVisibility: {}
|
|
108
|
-
},
|
|
104
|
+
}, N3 = X({
|
|
109
105
|
name: "ui",
|
|
110
|
-
initialState:
|
|
106
|
+
initialState: o2,
|
|
111
107
|
reducers: {
|
|
112
|
-
clearAllModals(
|
|
113
|
-
Object.entries(
|
|
114
|
-
|
|
108
|
+
clearAllModals(t) {
|
|
109
|
+
Object.entries(t.modalVisibility).forEach(([e]) => {
|
|
110
|
+
t.modalVisibility[e] = !1;
|
|
115
111
|
});
|
|
116
112
|
},
|
|
117
|
-
setModalState(
|
|
118
|
-
|
|
113
|
+
setModalState(t, e) {
|
|
114
|
+
t.modalVisibility[e.payload.modalType] = e.payload.value;
|
|
119
115
|
},
|
|
120
|
-
setShowShutdownModal(
|
|
121
|
-
|
|
116
|
+
setShowShutdownModal(t, e) {
|
|
117
|
+
t.modalVisibility.showShutdownModal = e.payload;
|
|
122
118
|
},
|
|
123
|
-
setIncomingCallModal(
|
|
124
|
-
|
|
119
|
+
setIncomingCallModal(t, e) {
|
|
120
|
+
t.modalVisibility.showIncomingCallModal = e.payload;
|
|
125
121
|
},
|
|
126
|
-
setPopoverState(
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}),
|
|
122
|
+
setPopoverState(t, e) {
|
|
123
|
+
t.popoverVisibility[e.payload.popoverGroup] || (t.popoverVisibility[e.payload.popoverGroup] = {}), Object.entries(t.popoverVisibility[e.payload.popoverGroup]).forEach(([r]) => {
|
|
124
|
+
t.popoverVisibility[e.payload.popoverGroup][r] = !1;
|
|
125
|
+
}), t.popoverVisibility[e.payload.popoverGroup][e.payload.popoverId] = e.payload.value;
|
|
130
126
|
}
|
|
131
127
|
}
|
|
132
|
-
}),
|
|
133
|
-
appConfig:
|
|
134
|
-
runtimeConfig:
|
|
135
|
-
rooms:
|
|
136
|
-
devices:
|
|
137
|
-
ui:
|
|
138
|
-
})
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
128
|
+
}), Z8 = N3.actions, s2 = N3.reducer, e1 = F1({
|
|
129
|
+
appConfig: z1,
|
|
130
|
+
runtimeConfig: r2,
|
|
131
|
+
rooms: t2,
|
|
132
|
+
devices: Q1,
|
|
133
|
+
ui: s2
|
|
134
|
+
}), c2 = q3({
|
|
135
|
+
reducer: e1
|
|
136
|
+
}), M = U1, l2 = () => M((t) => t.appConfig.config), j8 = () => M((t) => t.appConfig.config.apiPath), i2 = () => M((t) => t.devices);
|
|
137
|
+
function T(t) {
|
|
138
|
+
return M((e) => e.devices[t] ? e.devices[t] : void 0);
|
|
139
|
+
}
|
|
140
|
+
const C8 = (t) => M(
|
|
141
|
+
(e) => {
|
|
142
|
+
var r;
|
|
143
|
+
return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.configuration : void 0;
|
|
146
144
|
}
|
|
147
|
-
),
|
|
148
|
-
(
|
|
149
|
-
),
|
|
150
|
-
(
|
|
151
|
-
var
|
|
152
|
-
return
|
|
145
|
+
), a2 = (t) => M(
|
|
146
|
+
(e) => e.rooms[t] ? e.rooms[t] : void 0
|
|
147
|
+
), S8 = (t) => M(
|
|
148
|
+
(e) => {
|
|
149
|
+
var r;
|
|
150
|
+
return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.name : void 0;
|
|
153
151
|
}
|
|
154
|
-
),
|
|
152
|
+
), u2 = (t, e) => M(
|
|
155
153
|
(r) => {
|
|
156
|
-
var
|
|
157
|
-
return r.rooms[
|
|
154
|
+
var s;
|
|
155
|
+
return r.rooms[t] ? (s = r.rooms[t]) == null ? void 0 : s.volumes[e] : void 0;
|
|
158
156
|
}
|
|
159
|
-
),
|
|
160
|
-
(
|
|
161
|
-
var
|
|
162
|
-
return
|
|
157
|
+
), b8 = (t) => M(
|
|
158
|
+
(e) => {
|
|
159
|
+
var r, s;
|
|
160
|
+
return e.rooms[t] ? (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.sourceList : void 0;
|
|
163
161
|
}
|
|
164
|
-
),
|
|
165
|
-
(
|
|
166
|
-
var
|
|
167
|
-
return
|
|
162
|
+
), I8 = (t) => M(
|
|
163
|
+
(e) => {
|
|
164
|
+
var r, s;
|
|
165
|
+
return e.rooms[t] ? (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.destinations : void 0;
|
|
168
166
|
}
|
|
169
|
-
),
|
|
170
|
-
(
|
|
171
|
-
var
|
|
172
|
-
return
|
|
167
|
+
), y8 = (t) => M(
|
|
168
|
+
(e) => {
|
|
169
|
+
var r, s;
|
|
170
|
+
return e.rooms[t] ? (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.destinationList : void 0;
|
|
173
171
|
}
|
|
174
|
-
),
|
|
175
|
-
(
|
|
176
|
-
var
|
|
177
|
-
return
|
|
172
|
+
), R8 = (t) => M(
|
|
173
|
+
(e) => {
|
|
174
|
+
var r, s;
|
|
175
|
+
return e.rooms[t] ? (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.environmentalDevices : void 0;
|
|
178
176
|
}
|
|
179
|
-
),
|
|
180
|
-
(
|
|
181
|
-
var
|
|
182
|
-
return r.rooms[
|
|
177
|
+
), E8 = (t) => M(
|
|
178
|
+
(e) => {
|
|
179
|
+
var r, s, l, a, d, f, u, C;
|
|
180
|
+
return (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) != null && s.destinationList.programAudio ? (d = (a = (l = e.rooms[t]) == null ? void 0 : l.configuration) == null ? void 0 : a.destinationList.programAudio) == null ? void 0 : d.sinkKey : ((C = (u = (f = e.rooms[t]) == null ? void 0 : f.configuration) == null ? void 0 : u.destinationList.defaultDisplay) == null ? void 0 : C.sinkKey) || "";
|
|
183
181
|
}
|
|
184
|
-
),
|
|
185
|
-
(
|
|
186
|
-
var
|
|
187
|
-
return
|
|
182
|
+
), _8 = (t) => M(
|
|
183
|
+
(e) => {
|
|
184
|
+
var r, s, l;
|
|
185
|
+
return e.rooms[t] ? (l = (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.destinationList.codecContent) == null ? void 0 : l.sinkKey : void 0;
|
|
188
186
|
}
|
|
189
|
-
),
|
|
190
|
-
(
|
|
191
|
-
var
|
|
192
|
-
return
|
|
187
|
+
), L8 = (t) => M(
|
|
188
|
+
(e) => {
|
|
189
|
+
var r;
|
|
190
|
+
return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.isInCall : void 0;
|
|
193
191
|
}
|
|
194
|
-
),
|
|
195
|
-
(
|
|
196
|
-
var
|
|
197
|
-
return
|
|
198
|
-
}
|
|
199
|
-
),
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
192
|
+
), B8 = (t) => M(
|
|
193
|
+
(e) => {
|
|
194
|
+
var r;
|
|
195
|
+
return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.isWarmingUp : void 0;
|
|
196
|
+
}
|
|
197
|
+
), T8 = (t) => M(
|
|
198
|
+
(e) => {
|
|
199
|
+
var r;
|
|
200
|
+
return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.isCoolingDown : void 0;
|
|
201
|
+
}
|
|
202
|
+
), A8 = (t) => M(
|
|
203
|
+
(e) => {
|
|
204
|
+
var r;
|
|
205
|
+
return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.isOn : void 0;
|
|
206
|
+
}
|
|
207
|
+
), D8 = (t) => M(
|
|
208
|
+
(e) => {
|
|
209
|
+
var r;
|
|
210
|
+
return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.advancedSharingActive : void 0;
|
|
211
|
+
}
|
|
212
|
+
), $8 = (t) => M(
|
|
213
|
+
(e) => {
|
|
214
|
+
var r;
|
|
215
|
+
return e.rooms[t] ? (r = e.rooms[t]) == null ? void 0 : r.share : void 0;
|
|
216
|
+
}
|
|
217
|
+
), O8 = (t) => k1(
|
|
218
|
+
[
|
|
219
|
+
(e, r) => r,
|
|
220
|
+
i2,
|
|
221
|
+
(e) => {
|
|
222
|
+
var r, s;
|
|
223
|
+
return (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.destinations;
|
|
224
|
+
}
|
|
225
|
+
],
|
|
226
|
+
(e, r, s) => {
|
|
227
|
+
if (console.log("roomKey", e), console.log("devices", r), console.log("destinations", s), !s)
|
|
228
|
+
return;
|
|
229
|
+
const l = Object.entries(s).filter(([d]) => d !== "programAudio" && d !== "codecContent").map(([, d]) => d);
|
|
230
|
+
return Object.values(r).filter((d) => Object.values(l).includes(d.key));
|
|
231
|
+
}
|
|
232
|
+
)(c2.getState(), t), P8 = (t) => M(
|
|
233
|
+
(e) => {
|
|
234
|
+
var r, s;
|
|
235
|
+
return e.rooms[t] ? (s = (r = e.rooms[t]) == null ? void 0 : r.configuration) == null ? void 0 : s.zoomRoomControllerKey : void 0;
|
|
236
|
+
}
|
|
237
|
+
), v2 = () => M((t) => t.runtimeConfig.websocket.isConnected), d2 = () => M((t) => t.runtimeConfig.roomData.roomKey), h2 = () => M((t) => t.runtimeConfig.roomData.clientId), V8 = () => M((t) => t.ui.modalVisibility.showShutdownModal), F8 = () => M((t) => t.ui.modalVisibility.showIncomingCallModal), k8 = (t) => M((e) => e.ui.modalVisibility[t]), U8 = (t) => M((e) => {
|
|
238
|
+
const r = e.ui.popoverVisibility[t];
|
|
239
|
+
if (r)
|
|
240
|
+
return Object.keys(r).find((s) => r[s]);
|
|
241
|
+
}), W8 = (t, e) => M((r) => {
|
|
242
|
+
var s;
|
|
243
|
+
return (s = r.ui.popoverVisibility[t]) == null ? void 0 : s[e];
|
|
244
|
+
}), F = q3({
|
|
245
|
+
reducer: e1
|
|
246
|
+
}), g2 = W1, f3 = V1.create();
|
|
247
|
+
function f2() {
|
|
248
|
+
const t = g2();
|
|
217
249
|
return async () => {
|
|
218
250
|
try {
|
|
219
|
-
const
|
|
220
|
-
|
|
221
|
-
const
|
|
222
|
-
if (
|
|
223
|
-
const
|
|
224
|
-
|
|
225
|
-
const
|
|
226
|
-
|
|
251
|
+
const e = location.pathname.split("/").filter((l) => l.length > 0);
|
|
252
|
+
e.length >= 5 ? e.length = 5 : e.length = 2;
|
|
253
|
+
const r = `/${e.join("/")}`, s = await f3.get("/_local-config/_config.local.json", { baseURL: r });
|
|
254
|
+
if (s.status == 200 && s.data) {
|
|
255
|
+
const l = s.data.apiPath;
|
|
256
|
+
t(K1.setAppConfig(s.data));
|
|
257
|
+
const a = await f3.get(`${l}/version`);
|
|
258
|
+
a.status == 200 && a.data && t(H.setRuntimeConfig(a.data));
|
|
227
259
|
}
|
|
228
|
-
} catch (
|
|
229
|
-
console.error("Error getting config",
|
|
260
|
+
} catch (e) {
|
|
261
|
+
console.error("Error getting config", e);
|
|
230
262
|
}
|
|
231
263
|
return !0;
|
|
232
264
|
};
|
|
233
265
|
}
|
|
234
|
-
var
|
|
266
|
+
var w3 = { exports: {} }, Y = {};
|
|
235
267
|
/**
|
|
236
268
|
* @license React
|
|
237
269
|
* react-jsx-runtime.development.js
|
|
@@ -241,91 +273,91 @@ var d3 = { exports: {} }, H = {};
|
|
|
241
273
|
* This source code is licensed under the MIT license found in the
|
|
242
274
|
* LICENSE file in the root directory of this source tree.
|
|
243
275
|
*/
|
|
244
|
-
var
|
|
245
|
-
function
|
|
246
|
-
return
|
|
247
|
-
var
|
|
248
|
-
function O(
|
|
249
|
-
if (
|
|
276
|
+
var W3;
|
|
277
|
+
function w2() {
|
|
278
|
+
return W3 || (W3 = 1, process.env.NODE_ENV !== "production" && function() {
|
|
279
|
+
var t = K3, e = Symbol.for("react.element"), r = Symbol.for("react.portal"), s = Symbol.for("react.fragment"), l = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), d = Symbol.for("react.provider"), f = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), C = Symbol.for("react.suspense"), j = Symbol.for("react.suspense_list"), y = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), $ = Symbol.for("react.offscreen"), A = Symbol.iterator, S = "@@iterator";
|
|
280
|
+
function O(o) {
|
|
281
|
+
if (o === null || typeof o != "object")
|
|
250
282
|
return null;
|
|
251
|
-
var
|
|
252
|
-
return typeof
|
|
283
|
+
var c = A && o[A] || o[S];
|
|
284
|
+
return typeof c == "function" ? c : null;
|
|
253
285
|
}
|
|
254
|
-
var
|
|
255
|
-
function
|
|
286
|
+
var E = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
287
|
+
function m(o) {
|
|
256
288
|
{
|
|
257
|
-
for (var
|
|
258
|
-
|
|
259
|
-
|
|
289
|
+
for (var c = arguments.length, i = new Array(c > 1 ? c - 1 : 0), v = 1; v < c; v++)
|
|
290
|
+
i[v - 1] = arguments[v];
|
|
291
|
+
o1("error", o, i);
|
|
260
292
|
}
|
|
261
293
|
}
|
|
262
|
-
function
|
|
294
|
+
function o1(o, c, i) {
|
|
263
295
|
{
|
|
264
|
-
var
|
|
265
|
-
|
|
266
|
-
var
|
|
267
|
-
return String(
|
|
296
|
+
var v = E.ReactDebugCurrentFrame, p = v.getStackAddendum();
|
|
297
|
+
p !== "" && (c += "%s", i = i.concat([p]));
|
|
298
|
+
var Z = i.map(function(w) {
|
|
299
|
+
return String(w);
|
|
268
300
|
});
|
|
269
|
-
|
|
301
|
+
Z.unshift("Warning: " + c), Function.prototype.apply.call(console[o], console, Z);
|
|
270
302
|
}
|
|
271
303
|
}
|
|
272
|
-
var
|
|
273
|
-
|
|
274
|
-
function
|
|
275
|
-
return !!(typeof
|
|
304
|
+
var s1 = !1, c1 = !1, l1 = !1, i1 = !1, a1 = !1, x3;
|
|
305
|
+
x3 = Symbol.for("react.module.reference");
|
|
306
|
+
function u1(o) {
|
|
307
|
+
return !!(typeof o == "string" || typeof o == "function" || o === s || o === a || a1 || o === l || o === C || o === j || i1 || o === $ || s1 || c1 || l1 || typeof o == "object" && o !== null && (o.$$typeof === R || o.$$typeof === y || o.$$typeof === d || o.$$typeof === f || o.$$typeof === u || // This needs to include all possible module reference object
|
|
276
308
|
// types supported by any Flight configuration anywhere since
|
|
277
309
|
// we don't know which Flight build this will end up being used
|
|
278
310
|
// with.
|
|
279
|
-
|
|
311
|
+
o.$$typeof === x3 || o.getModuleId !== void 0));
|
|
280
312
|
}
|
|
281
|
-
function
|
|
282
|
-
var
|
|
283
|
-
if (
|
|
284
|
-
return
|
|
285
|
-
var
|
|
286
|
-
return
|
|
313
|
+
function v1(o, c, i) {
|
|
314
|
+
var v = o.displayName;
|
|
315
|
+
if (v)
|
|
316
|
+
return v;
|
|
317
|
+
var p = c.displayName || c.name || "";
|
|
318
|
+
return p !== "" ? i + "(" + p + ")" : i;
|
|
287
319
|
}
|
|
288
|
-
function
|
|
289
|
-
return
|
|
320
|
+
function M3(o) {
|
|
321
|
+
return o.displayName || "Context";
|
|
290
322
|
}
|
|
291
|
-
function
|
|
292
|
-
if (
|
|
323
|
+
function P(o) {
|
|
324
|
+
if (o == null)
|
|
293
325
|
return null;
|
|
294
|
-
if (typeof
|
|
295
|
-
return
|
|
296
|
-
if (typeof
|
|
297
|
-
return
|
|
298
|
-
switch (
|
|
299
|
-
case
|
|
326
|
+
if (typeof o.tag == "number" && m("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof o == "function")
|
|
327
|
+
return o.displayName || o.name || null;
|
|
328
|
+
if (typeof o == "string")
|
|
329
|
+
return o;
|
|
330
|
+
switch (o) {
|
|
331
|
+
case s:
|
|
300
332
|
return "Fragment";
|
|
301
|
-
case
|
|
333
|
+
case r:
|
|
302
334
|
return "Portal";
|
|
303
|
-
case
|
|
335
|
+
case a:
|
|
304
336
|
return "Profiler";
|
|
305
|
-
case
|
|
337
|
+
case l:
|
|
306
338
|
return "StrictMode";
|
|
307
|
-
case
|
|
339
|
+
case C:
|
|
308
340
|
return "Suspense";
|
|
309
341
|
case j:
|
|
310
342
|
return "SuspenseList";
|
|
311
343
|
}
|
|
312
|
-
if (typeof
|
|
313
|
-
switch (
|
|
314
|
-
case
|
|
315
|
-
var
|
|
316
|
-
return
|
|
317
|
-
case
|
|
318
|
-
var
|
|
319
|
-
return
|
|
320
|
-
case
|
|
321
|
-
return
|
|
344
|
+
if (typeof o == "object")
|
|
345
|
+
switch (o.$$typeof) {
|
|
346
|
+
case f:
|
|
347
|
+
var c = o;
|
|
348
|
+
return M3(c) + ".Consumer";
|
|
349
|
+
case d:
|
|
350
|
+
var i = o;
|
|
351
|
+
return M3(i._context) + ".Provider";
|
|
352
|
+
case u:
|
|
353
|
+
return v1(o, o.render, "ForwardRef");
|
|
322
354
|
case y:
|
|
323
|
-
var
|
|
324
|
-
return
|
|
325
|
-
case
|
|
326
|
-
var
|
|
355
|
+
var v = o.displayName || null;
|
|
356
|
+
return v !== null ? v : P(o.type) || "Memo";
|
|
357
|
+
case R: {
|
|
358
|
+
var p = o, Z = p._payload, w = p._init;
|
|
327
359
|
try {
|
|
328
|
-
return
|
|
360
|
+
return P(w(Z));
|
|
329
361
|
} catch {
|
|
330
362
|
return null;
|
|
331
363
|
}
|
|
@@ -333,502 +365,502 @@ function l2() {
|
|
|
333
365
|
}
|
|
334
366
|
return null;
|
|
335
367
|
}
|
|
336
|
-
var
|
|
337
|
-
function
|
|
368
|
+
var k = Object.assign, G = 0, m3, Z3, j3, C3, S3, b3, I3;
|
|
369
|
+
function y3() {
|
|
338
370
|
}
|
|
339
|
-
|
|
340
|
-
function
|
|
371
|
+
y3.__reactDisabledLog = !0;
|
|
372
|
+
function d1() {
|
|
341
373
|
{
|
|
342
|
-
if (
|
|
343
|
-
|
|
344
|
-
var
|
|
374
|
+
if (G === 0) {
|
|
375
|
+
m3 = console.log, Z3 = console.info, j3 = console.warn, C3 = console.error, S3 = console.group, b3 = console.groupCollapsed, I3 = console.groupEnd;
|
|
376
|
+
var o = {
|
|
345
377
|
configurable: !0,
|
|
346
378
|
enumerable: !0,
|
|
347
|
-
value:
|
|
379
|
+
value: y3,
|
|
348
380
|
writable: !0
|
|
349
381
|
};
|
|
350
382
|
Object.defineProperties(console, {
|
|
351
|
-
info:
|
|
352
|
-
log:
|
|
353
|
-
warn:
|
|
354
|
-
error:
|
|
355
|
-
group:
|
|
356
|
-
groupCollapsed:
|
|
357
|
-
groupEnd:
|
|
383
|
+
info: o,
|
|
384
|
+
log: o,
|
|
385
|
+
warn: o,
|
|
386
|
+
error: o,
|
|
387
|
+
group: o,
|
|
388
|
+
groupCollapsed: o,
|
|
389
|
+
groupEnd: o
|
|
358
390
|
});
|
|
359
391
|
}
|
|
360
|
-
|
|
392
|
+
G++;
|
|
361
393
|
}
|
|
362
394
|
}
|
|
363
|
-
function
|
|
395
|
+
function h1() {
|
|
364
396
|
{
|
|
365
|
-
if (
|
|
366
|
-
var
|
|
397
|
+
if (G--, G === 0) {
|
|
398
|
+
var o = {
|
|
367
399
|
configurable: !0,
|
|
368
400
|
enumerable: !0,
|
|
369
401
|
writable: !0
|
|
370
402
|
};
|
|
371
403
|
Object.defineProperties(console, {
|
|
372
|
-
log:
|
|
373
|
-
value:
|
|
404
|
+
log: k({}, o, {
|
|
405
|
+
value: m3
|
|
374
406
|
}),
|
|
375
|
-
info:
|
|
376
|
-
value:
|
|
407
|
+
info: k({}, o, {
|
|
408
|
+
value: Z3
|
|
377
409
|
}),
|
|
378
|
-
warn:
|
|
379
|
-
value:
|
|
410
|
+
warn: k({}, o, {
|
|
411
|
+
value: j3
|
|
380
412
|
}),
|
|
381
|
-
error:
|
|
382
|
-
value:
|
|
413
|
+
error: k({}, o, {
|
|
414
|
+
value: C3
|
|
383
415
|
}),
|
|
384
|
-
group:
|
|
385
|
-
value:
|
|
416
|
+
group: k({}, o, {
|
|
417
|
+
value: S3
|
|
386
418
|
}),
|
|
387
|
-
groupCollapsed:
|
|
388
|
-
value:
|
|
419
|
+
groupCollapsed: k({}, o, {
|
|
420
|
+
value: b3
|
|
389
421
|
}),
|
|
390
|
-
groupEnd:
|
|
391
|
-
value:
|
|
422
|
+
groupEnd: k({}, o, {
|
|
423
|
+
value: I3
|
|
392
424
|
})
|
|
393
425
|
});
|
|
394
426
|
}
|
|
395
|
-
|
|
427
|
+
G < 0 && m("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
|
|
396
428
|
}
|
|
397
429
|
}
|
|
398
|
-
var c3 =
|
|
399
|
-
function
|
|
430
|
+
var c3 = E.ReactCurrentDispatcher, l3;
|
|
431
|
+
function Q(o, c, i) {
|
|
400
432
|
{
|
|
401
|
-
if (
|
|
433
|
+
if (l3 === void 0)
|
|
402
434
|
try {
|
|
403
435
|
throw Error();
|
|
404
|
-
} catch (
|
|
405
|
-
var
|
|
406
|
-
|
|
436
|
+
} catch (p) {
|
|
437
|
+
var v = p.stack.trim().match(/\n( *(at )?)/);
|
|
438
|
+
l3 = v && v[1] || "";
|
|
407
439
|
}
|
|
408
440
|
return `
|
|
409
|
-
` +
|
|
441
|
+
` + l3 + o;
|
|
410
442
|
}
|
|
411
443
|
}
|
|
412
|
-
var
|
|
444
|
+
var i3 = !1, N;
|
|
413
445
|
{
|
|
414
|
-
var
|
|
415
|
-
|
|
446
|
+
var g1 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
447
|
+
N = new g1();
|
|
416
448
|
}
|
|
417
|
-
function
|
|
418
|
-
if (!
|
|
449
|
+
function R3(o, c) {
|
|
450
|
+
if (!o || i3)
|
|
419
451
|
return "";
|
|
420
452
|
{
|
|
421
|
-
var
|
|
422
|
-
if (
|
|
423
|
-
return
|
|
453
|
+
var i = N.get(o);
|
|
454
|
+
if (i !== void 0)
|
|
455
|
+
return i;
|
|
424
456
|
}
|
|
425
|
-
var
|
|
426
|
-
|
|
427
|
-
var
|
|
457
|
+
var v;
|
|
458
|
+
i3 = !0;
|
|
459
|
+
var p = Error.prepareStackTrace;
|
|
428
460
|
Error.prepareStackTrace = void 0;
|
|
429
|
-
var
|
|
430
|
-
|
|
461
|
+
var Z;
|
|
462
|
+
Z = c3.current, c3.current = null, d1();
|
|
431
463
|
try {
|
|
432
|
-
if (
|
|
433
|
-
var
|
|
464
|
+
if (c) {
|
|
465
|
+
var w = function() {
|
|
434
466
|
throw Error();
|
|
435
467
|
};
|
|
436
|
-
if (Object.defineProperty(
|
|
468
|
+
if (Object.defineProperty(w.prototype, "props", {
|
|
437
469
|
set: function() {
|
|
438
470
|
throw Error();
|
|
439
471
|
}
|
|
440
472
|
}), typeof Reflect == "object" && Reflect.construct) {
|
|
441
473
|
try {
|
|
442
|
-
Reflect.construct(
|
|
443
|
-
} catch (
|
|
444
|
-
|
|
474
|
+
Reflect.construct(w, []);
|
|
475
|
+
} catch (V) {
|
|
476
|
+
v = V;
|
|
445
477
|
}
|
|
446
|
-
Reflect.construct(
|
|
478
|
+
Reflect.construct(o, [], w);
|
|
447
479
|
} else {
|
|
448
480
|
try {
|
|
449
|
-
|
|
450
|
-
} catch (
|
|
451
|
-
|
|
481
|
+
w.call();
|
|
482
|
+
} catch (V) {
|
|
483
|
+
v = V;
|
|
452
484
|
}
|
|
453
|
-
|
|
485
|
+
o.call(w.prototype);
|
|
454
486
|
}
|
|
455
487
|
} else {
|
|
456
488
|
try {
|
|
457
489
|
throw Error();
|
|
458
|
-
} catch (
|
|
459
|
-
|
|
490
|
+
} catch (V) {
|
|
491
|
+
v = V;
|
|
460
492
|
}
|
|
461
|
-
|
|
462
|
-
}
|
|
463
|
-
} catch (
|
|
464
|
-
if (
|
|
465
|
-
for (var
|
|
466
|
-
`),
|
|
467
|
-
`),
|
|
468
|
-
|
|
469
|
-
for (;
|
|
470
|
-
if (
|
|
471
|
-
if (
|
|
493
|
+
o();
|
|
494
|
+
}
|
|
495
|
+
} catch (V) {
|
|
496
|
+
if (V && v && typeof V.stack == "string") {
|
|
497
|
+
for (var g = V.stack.split(`
|
|
498
|
+
`), L = v.stack.split(`
|
|
499
|
+
`), b = g.length - 1, I = L.length - 1; b >= 1 && I >= 0 && g[b] !== L[I]; )
|
|
500
|
+
I--;
|
|
501
|
+
for (; b >= 1 && I >= 0; b--, I--)
|
|
502
|
+
if (g[b] !== L[I]) {
|
|
503
|
+
if (b !== 1 || I !== 1)
|
|
472
504
|
do
|
|
473
|
-
if (
|
|
474
|
-
var
|
|
475
|
-
` +
|
|
476
|
-
return
|
|
505
|
+
if (b--, I--, I < 0 || g[b] !== L[I]) {
|
|
506
|
+
var D = `
|
|
507
|
+
` + g[b].replace(" at new ", " at ");
|
|
508
|
+
return o.displayName && D.includes("<anonymous>") && (D = D.replace("<anonymous>", o.displayName)), typeof o == "function" && N.set(o, D), D;
|
|
477
509
|
}
|
|
478
|
-
while (
|
|
510
|
+
while (b >= 1 && I >= 0);
|
|
479
511
|
break;
|
|
480
512
|
}
|
|
481
513
|
}
|
|
482
514
|
} finally {
|
|
483
|
-
|
|
515
|
+
i3 = !1, c3.current = Z, h1(), Error.prepareStackTrace = p;
|
|
484
516
|
}
|
|
485
|
-
var
|
|
486
|
-
return typeof
|
|
517
|
+
var W = o ? o.displayName || o.name : "", k3 = W ? Q(W) : "";
|
|
518
|
+
return typeof o == "function" && N.set(o, k3), k3;
|
|
487
519
|
}
|
|
488
|
-
function
|
|
489
|
-
return
|
|
520
|
+
function f1(o, c, i) {
|
|
521
|
+
return R3(o, !1);
|
|
490
522
|
}
|
|
491
|
-
function
|
|
492
|
-
var
|
|
493
|
-
return !!(
|
|
523
|
+
function w1(o) {
|
|
524
|
+
var c = o.prototype;
|
|
525
|
+
return !!(c && c.isReactComponent);
|
|
494
526
|
}
|
|
495
|
-
function
|
|
496
|
-
if (
|
|
527
|
+
function e3(o, c, i) {
|
|
528
|
+
if (o == null)
|
|
497
529
|
return "";
|
|
498
|
-
if (typeof
|
|
499
|
-
return
|
|
500
|
-
if (typeof
|
|
501
|
-
return
|
|
502
|
-
switch (
|
|
503
|
-
case
|
|
504
|
-
return
|
|
530
|
+
if (typeof o == "function")
|
|
531
|
+
return R3(o, w1(o));
|
|
532
|
+
if (typeof o == "string")
|
|
533
|
+
return Q(o);
|
|
534
|
+
switch (o) {
|
|
535
|
+
case C:
|
|
536
|
+
return Q("Suspense");
|
|
505
537
|
case j:
|
|
506
|
-
return
|
|
538
|
+
return Q("SuspenseList");
|
|
507
539
|
}
|
|
508
|
-
if (typeof
|
|
509
|
-
switch (
|
|
510
|
-
case
|
|
511
|
-
return
|
|
540
|
+
if (typeof o == "object")
|
|
541
|
+
switch (o.$$typeof) {
|
|
542
|
+
case u:
|
|
543
|
+
return f1(o.render);
|
|
512
544
|
case y:
|
|
513
|
-
return
|
|
514
|
-
case
|
|
515
|
-
var
|
|
545
|
+
return e3(o.type, c, i);
|
|
546
|
+
case R: {
|
|
547
|
+
var v = o, p = v._payload, Z = v._init;
|
|
516
548
|
try {
|
|
517
|
-
return
|
|
549
|
+
return e3(Z(p), c, i);
|
|
518
550
|
} catch {
|
|
519
551
|
}
|
|
520
552
|
}
|
|
521
553
|
}
|
|
522
554
|
return "";
|
|
523
555
|
}
|
|
524
|
-
var
|
|
525
|
-
function
|
|
526
|
-
if (
|
|
527
|
-
var
|
|
528
|
-
|
|
556
|
+
var t3 = Object.prototype.hasOwnProperty, E3 = {}, _3 = E.ReactDebugCurrentFrame;
|
|
557
|
+
function n3(o) {
|
|
558
|
+
if (o) {
|
|
559
|
+
var c = o._owner, i = e3(o.type, o._source, c ? c.type : null);
|
|
560
|
+
_3.setExtraStackFrame(i);
|
|
529
561
|
} else
|
|
530
|
-
|
|
562
|
+
_3.setExtraStackFrame(null);
|
|
531
563
|
}
|
|
532
|
-
function
|
|
564
|
+
function p1(o, c, i, v, p) {
|
|
533
565
|
{
|
|
534
|
-
var
|
|
535
|
-
for (var
|
|
536
|
-
if (
|
|
537
|
-
var
|
|
566
|
+
var Z = Function.call.bind(t3);
|
|
567
|
+
for (var w in o)
|
|
568
|
+
if (Z(o, w)) {
|
|
569
|
+
var g = void 0;
|
|
538
570
|
try {
|
|
539
|
-
if (typeof
|
|
540
|
-
var
|
|
541
|
-
throw
|
|
571
|
+
if (typeof o[w] != "function") {
|
|
572
|
+
var L = Error((v || "React class") + ": " + i + " type `" + w + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof o[w] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
|
|
573
|
+
throw L.name = "Invariant Violation", L;
|
|
542
574
|
}
|
|
543
|
-
|
|
544
|
-
} catch (
|
|
545
|
-
|
|
575
|
+
g = o[w](c, w, v, i, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
|
|
576
|
+
} catch (b) {
|
|
577
|
+
g = b;
|
|
546
578
|
}
|
|
547
|
-
|
|
579
|
+
g && !(g instanceof Error) && (n3(p), m("%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", i, w, typeof g), n3(null)), g instanceof Error && !(g.message in E3) && (E3[g.message] = !0, n3(p), m("Failed %s type: %s", i, g.message), n3(null));
|
|
548
580
|
}
|
|
549
581
|
}
|
|
550
582
|
}
|
|
551
|
-
var
|
|
552
|
-
function
|
|
553
|
-
return
|
|
583
|
+
var x1 = Array.isArray;
|
|
584
|
+
function a3(o) {
|
|
585
|
+
return x1(o);
|
|
554
586
|
}
|
|
555
|
-
function
|
|
587
|
+
function M1(o) {
|
|
556
588
|
{
|
|
557
|
-
var
|
|
558
|
-
return
|
|
589
|
+
var c = typeof Symbol == "function" && Symbol.toStringTag, i = c && o[Symbol.toStringTag] || o.constructor.name || "Object";
|
|
590
|
+
return i;
|
|
559
591
|
}
|
|
560
592
|
}
|
|
561
|
-
function
|
|
593
|
+
function m1(o) {
|
|
562
594
|
try {
|
|
563
|
-
return
|
|
595
|
+
return L3(o), !1;
|
|
564
596
|
} catch {
|
|
565
597
|
return !0;
|
|
566
598
|
}
|
|
567
599
|
}
|
|
568
|
-
function
|
|
569
|
-
return "" +
|
|
600
|
+
function L3(o) {
|
|
601
|
+
return "" + o;
|
|
570
602
|
}
|
|
571
|
-
function
|
|
572
|
-
if (
|
|
573
|
-
return
|
|
603
|
+
function B3(o) {
|
|
604
|
+
if (m1(o))
|
|
605
|
+
return m("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", M1(o)), L3(o);
|
|
574
606
|
}
|
|
575
|
-
var
|
|
607
|
+
var q = E.ReactCurrentOwner, Z1 = {
|
|
576
608
|
key: !0,
|
|
577
609
|
ref: !0,
|
|
578
610
|
__self: !0,
|
|
579
611
|
__source: !0
|
|
580
|
-
},
|
|
581
|
-
|
|
582
|
-
function
|
|
583
|
-
if (
|
|
584
|
-
var
|
|
585
|
-
if (
|
|
612
|
+
}, T3, A3, u3;
|
|
613
|
+
u3 = {};
|
|
614
|
+
function j1(o) {
|
|
615
|
+
if (t3.call(o, "ref")) {
|
|
616
|
+
var c = Object.getOwnPropertyDescriptor(o, "ref").get;
|
|
617
|
+
if (c && c.isReactWarning)
|
|
586
618
|
return !1;
|
|
587
619
|
}
|
|
588
|
-
return
|
|
620
|
+
return o.ref !== void 0;
|
|
589
621
|
}
|
|
590
|
-
function
|
|
591
|
-
if (
|
|
592
|
-
var
|
|
593
|
-
if (
|
|
622
|
+
function C1(o) {
|
|
623
|
+
if (t3.call(o, "key")) {
|
|
624
|
+
var c = Object.getOwnPropertyDescriptor(o, "key").get;
|
|
625
|
+
if (c && c.isReactWarning)
|
|
594
626
|
return !1;
|
|
595
627
|
}
|
|
596
|
-
return
|
|
628
|
+
return o.key !== void 0;
|
|
597
629
|
}
|
|
598
|
-
function
|
|
599
|
-
if (typeof
|
|
600
|
-
var
|
|
601
|
-
|
|
630
|
+
function S1(o, c) {
|
|
631
|
+
if (typeof o.ref == "string" && q.current && c && q.current.stateNode !== c) {
|
|
632
|
+
var i = P(q.current.type);
|
|
633
|
+
u3[i] || (m('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', P(q.current.type), o.ref), u3[i] = !0);
|
|
602
634
|
}
|
|
603
635
|
}
|
|
604
|
-
function
|
|
636
|
+
function b1(o, c) {
|
|
605
637
|
{
|
|
606
|
-
var
|
|
607
|
-
|
|
638
|
+
var i = function() {
|
|
639
|
+
T3 || (T3 = !0, m("%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)", c));
|
|
608
640
|
};
|
|
609
|
-
|
|
610
|
-
get:
|
|
641
|
+
i.isReactWarning = !0, Object.defineProperty(o, "key", {
|
|
642
|
+
get: i,
|
|
611
643
|
configurable: !0
|
|
612
644
|
});
|
|
613
645
|
}
|
|
614
646
|
}
|
|
615
|
-
function
|
|
647
|
+
function I1(o, c) {
|
|
616
648
|
{
|
|
617
|
-
var
|
|
618
|
-
|
|
649
|
+
var i = function() {
|
|
650
|
+
A3 || (A3 = !0, m("%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)", c));
|
|
619
651
|
};
|
|
620
|
-
|
|
621
|
-
get:
|
|
652
|
+
i.isReactWarning = !0, Object.defineProperty(o, "ref", {
|
|
653
|
+
get: i,
|
|
622
654
|
configurable: !0
|
|
623
655
|
});
|
|
624
656
|
}
|
|
625
657
|
}
|
|
626
|
-
var
|
|
627
|
-
var
|
|
658
|
+
var y1 = function(o, c, i, v, p, Z, w) {
|
|
659
|
+
var g = {
|
|
628
660
|
// This tag allows us to uniquely identify this as a React Element
|
|
629
|
-
$$typeof:
|
|
661
|
+
$$typeof: e,
|
|
630
662
|
// Built-in properties that belong on the element
|
|
631
|
-
type:
|
|
632
|
-
key:
|
|
633
|
-
ref:
|
|
634
|
-
props:
|
|
663
|
+
type: o,
|
|
664
|
+
key: c,
|
|
665
|
+
ref: i,
|
|
666
|
+
props: w,
|
|
635
667
|
// Record the component responsible for creating this element.
|
|
636
|
-
_owner:
|
|
668
|
+
_owner: Z
|
|
637
669
|
};
|
|
638
|
-
return
|
|
670
|
+
return g._store = {}, Object.defineProperty(g._store, "validated", {
|
|
639
671
|
configurable: !1,
|
|
640
672
|
enumerable: !1,
|
|
641
673
|
writable: !0,
|
|
642
674
|
value: !1
|
|
643
|
-
}), Object.defineProperty(
|
|
675
|
+
}), Object.defineProperty(g, "_self", {
|
|
644
676
|
configurable: !1,
|
|
645
677
|
enumerable: !1,
|
|
646
678
|
writable: !1,
|
|
647
|
-
value:
|
|
648
|
-
}), Object.defineProperty(
|
|
679
|
+
value: v
|
|
680
|
+
}), Object.defineProperty(g, "_source", {
|
|
649
681
|
configurable: !1,
|
|
650
682
|
enumerable: !1,
|
|
651
683
|
writable: !1,
|
|
652
|
-
value:
|
|
653
|
-
}), Object.freeze && (Object.freeze(
|
|
684
|
+
value: p
|
|
685
|
+
}), Object.freeze && (Object.freeze(g.props), Object.freeze(g)), g;
|
|
654
686
|
};
|
|
655
|
-
function
|
|
687
|
+
function R1(o, c, i, v, p) {
|
|
656
688
|
{
|
|
657
|
-
var
|
|
658
|
-
|
|
659
|
-
for (
|
|
660
|
-
|
|
661
|
-
if (
|
|
662
|
-
var
|
|
663
|
-
for (
|
|
664
|
-
|
|
665
|
-
}
|
|
666
|
-
if (
|
|
667
|
-
var
|
|
668
|
-
|
|
669
|
-
}
|
|
670
|
-
return
|
|
689
|
+
var Z, w = {}, g = null, L = null;
|
|
690
|
+
i !== void 0 && (B3(i), g = "" + i), C1(c) && (B3(c.key), g = "" + c.key), j1(c) && (L = c.ref, S1(c, p));
|
|
691
|
+
for (Z in c)
|
|
692
|
+
t3.call(c, Z) && !Z1.hasOwnProperty(Z) && (w[Z] = c[Z]);
|
|
693
|
+
if (o && o.defaultProps) {
|
|
694
|
+
var b = o.defaultProps;
|
|
695
|
+
for (Z in b)
|
|
696
|
+
w[Z] === void 0 && (w[Z] = b[Z]);
|
|
697
|
+
}
|
|
698
|
+
if (g || L) {
|
|
699
|
+
var I = typeof o == "function" ? o.displayName || o.name || "Unknown" : o;
|
|
700
|
+
g && b1(w, I), L && I1(w, I);
|
|
701
|
+
}
|
|
702
|
+
return y1(o, g, L, p, v, q.current, w);
|
|
671
703
|
}
|
|
672
704
|
}
|
|
673
|
-
var
|
|
674
|
-
function
|
|
675
|
-
if (
|
|
676
|
-
var
|
|
677
|
-
|
|
705
|
+
var v3 = E.ReactCurrentOwner, D3 = E.ReactDebugCurrentFrame;
|
|
706
|
+
function U(o) {
|
|
707
|
+
if (o) {
|
|
708
|
+
var c = o._owner, i = e3(o.type, o._source, c ? c.type : null);
|
|
709
|
+
D3.setExtraStackFrame(i);
|
|
678
710
|
} else
|
|
679
|
-
|
|
711
|
+
D3.setExtraStackFrame(null);
|
|
680
712
|
}
|
|
681
|
-
var
|
|
682
|
-
|
|
683
|
-
function
|
|
684
|
-
return typeof
|
|
713
|
+
var d3;
|
|
714
|
+
d3 = !1;
|
|
715
|
+
function h3(o) {
|
|
716
|
+
return typeof o == "object" && o !== null && o.$$typeof === e;
|
|
685
717
|
}
|
|
686
|
-
function
|
|
718
|
+
function $3() {
|
|
687
719
|
{
|
|
688
|
-
if (
|
|
689
|
-
var
|
|
690
|
-
if (
|
|
720
|
+
if (v3.current) {
|
|
721
|
+
var o = P(v3.current.type);
|
|
722
|
+
if (o)
|
|
691
723
|
return `
|
|
692
724
|
|
|
693
|
-
Check the render method of \`` +
|
|
725
|
+
Check the render method of \`` + o + "`.";
|
|
694
726
|
}
|
|
695
727
|
return "";
|
|
696
728
|
}
|
|
697
729
|
}
|
|
698
|
-
function
|
|
730
|
+
function E1(o) {
|
|
699
731
|
{
|
|
700
|
-
if (
|
|
701
|
-
var
|
|
732
|
+
if (o !== void 0) {
|
|
733
|
+
var c = o.fileName.replace(/^.*[\\\/]/, ""), i = o.lineNumber;
|
|
702
734
|
return `
|
|
703
735
|
|
|
704
|
-
Check your code at ` +
|
|
736
|
+
Check your code at ` + c + ":" + i + ".";
|
|
705
737
|
}
|
|
706
738
|
return "";
|
|
707
739
|
}
|
|
708
740
|
}
|
|
709
|
-
var
|
|
710
|
-
function
|
|
741
|
+
var O3 = {};
|
|
742
|
+
function _1(o) {
|
|
711
743
|
{
|
|
712
|
-
var
|
|
713
|
-
if (!
|
|
714
|
-
var
|
|
715
|
-
|
|
744
|
+
var c = $3();
|
|
745
|
+
if (!c) {
|
|
746
|
+
var i = typeof o == "string" ? o : o.displayName || o.name;
|
|
747
|
+
i && (c = `
|
|
716
748
|
|
|
717
|
-
Check the top-level render call using <` +
|
|
749
|
+
Check the top-level render call using <` + i + ">.");
|
|
718
750
|
}
|
|
719
|
-
return
|
|
751
|
+
return c;
|
|
720
752
|
}
|
|
721
753
|
}
|
|
722
|
-
function
|
|
754
|
+
function P3(o, c) {
|
|
723
755
|
{
|
|
724
|
-
if (!
|
|
756
|
+
if (!o._store || o._store.validated || o.key != null)
|
|
725
757
|
return;
|
|
726
|
-
|
|
727
|
-
var
|
|
728
|
-
if (
|
|
758
|
+
o._store.validated = !0;
|
|
759
|
+
var i = _1(c);
|
|
760
|
+
if (O3[i])
|
|
729
761
|
return;
|
|
730
|
-
|
|
731
|
-
var
|
|
732
|
-
|
|
762
|
+
O3[i] = !0;
|
|
763
|
+
var v = "";
|
|
764
|
+
o && o._owner && o._owner !== v3.current && (v = " It was passed a child from " + P(o._owner.type) + "."), U(o), m('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', i, v), U(null);
|
|
733
765
|
}
|
|
734
766
|
}
|
|
735
|
-
function
|
|
767
|
+
function V3(o, c) {
|
|
736
768
|
{
|
|
737
|
-
if (typeof
|
|
769
|
+
if (typeof o != "object")
|
|
738
770
|
return;
|
|
739
|
-
if (
|
|
740
|
-
for (var
|
|
741
|
-
var
|
|
742
|
-
|
|
771
|
+
if (a3(o))
|
|
772
|
+
for (var i = 0; i < o.length; i++) {
|
|
773
|
+
var v = o[i];
|
|
774
|
+
h3(v) && P3(v, c);
|
|
743
775
|
}
|
|
744
|
-
else if (
|
|
745
|
-
|
|
746
|
-
else if (
|
|
747
|
-
var
|
|
748
|
-
if (typeof
|
|
749
|
-
for (var
|
|
750
|
-
|
|
776
|
+
else if (h3(o))
|
|
777
|
+
o._store && (o._store.validated = !0);
|
|
778
|
+
else if (o) {
|
|
779
|
+
var p = O(o);
|
|
780
|
+
if (typeof p == "function" && p !== o.entries)
|
|
781
|
+
for (var Z = p.call(o), w; !(w = Z.next()).done; )
|
|
782
|
+
h3(w.value) && P3(w.value, c);
|
|
751
783
|
}
|
|
752
784
|
}
|
|
753
785
|
}
|
|
754
|
-
function
|
|
786
|
+
function L1(o) {
|
|
755
787
|
{
|
|
756
|
-
var
|
|
757
|
-
if (
|
|
788
|
+
var c = o.type;
|
|
789
|
+
if (c == null || typeof c == "string")
|
|
758
790
|
return;
|
|
759
|
-
var
|
|
760
|
-
if (typeof
|
|
761
|
-
|
|
762
|
-
else if (typeof
|
|
791
|
+
var i;
|
|
792
|
+
if (typeof c == "function")
|
|
793
|
+
i = c.propTypes;
|
|
794
|
+
else if (typeof c == "object" && (c.$$typeof === u || // Note: Memo only checks outer props here.
|
|
763
795
|
// Inner props are checked in the reconciler.
|
|
764
|
-
|
|
765
|
-
|
|
796
|
+
c.$$typeof === y))
|
|
797
|
+
i = c.propTypes;
|
|
766
798
|
else
|
|
767
799
|
return;
|
|
768
|
-
if (
|
|
769
|
-
var
|
|
770
|
-
|
|
771
|
-
} else if (
|
|
772
|
-
|
|
773
|
-
var
|
|
774
|
-
|
|
775
|
-
}
|
|
776
|
-
typeof
|
|
800
|
+
if (i) {
|
|
801
|
+
var v = P(c);
|
|
802
|
+
p1(i, o.props, "prop", v, o);
|
|
803
|
+
} else if (c.PropTypes !== void 0 && !d3) {
|
|
804
|
+
d3 = !0;
|
|
805
|
+
var p = P(c);
|
|
806
|
+
m("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", p || "Unknown");
|
|
807
|
+
}
|
|
808
|
+
typeof c.getDefaultProps == "function" && !c.getDefaultProps.isReactClassApproved && m("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
|
|
777
809
|
}
|
|
778
810
|
}
|
|
779
|
-
function
|
|
811
|
+
function B1(o) {
|
|
780
812
|
{
|
|
781
|
-
for (var
|
|
782
|
-
var
|
|
783
|
-
if (
|
|
784
|
-
|
|
813
|
+
for (var c = Object.keys(o.props), i = 0; i < c.length; i++) {
|
|
814
|
+
var v = c[i];
|
|
815
|
+
if (v !== "children" && v !== "key") {
|
|
816
|
+
U(o), m("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", v), U(null);
|
|
785
817
|
break;
|
|
786
818
|
}
|
|
787
819
|
}
|
|
788
|
-
|
|
820
|
+
o.ref !== null && (U(o), m("Invalid attribute `ref` supplied to `React.Fragment`."), U(null));
|
|
789
821
|
}
|
|
790
822
|
}
|
|
791
|
-
function
|
|
823
|
+
function F3(o, c, i, v, p, Z) {
|
|
792
824
|
{
|
|
793
|
-
var
|
|
794
|
-
if (!
|
|
795
|
-
var
|
|
796
|
-
(
|
|
797
|
-
var
|
|
798
|
-
|
|
799
|
-
var
|
|
800
|
-
|
|
801
|
-
}
|
|
802
|
-
var
|
|
803
|
-
if (
|
|
804
|
-
return
|
|
805
|
-
if (
|
|
806
|
-
var
|
|
807
|
-
if (
|
|
808
|
-
if (
|
|
809
|
-
if (
|
|
810
|
-
for (var
|
|
811
|
-
|
|
812
|
-
Object.freeze && Object.freeze(
|
|
825
|
+
var w = u1(o);
|
|
826
|
+
if (!w) {
|
|
827
|
+
var g = "";
|
|
828
|
+
(o === void 0 || typeof o == "object" && o !== null && Object.keys(o).length === 0) && (g += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
829
|
+
var L = E1(p);
|
|
830
|
+
L ? g += L : g += $3();
|
|
831
|
+
var b;
|
|
832
|
+
o === null ? b = "null" : a3(o) ? b = "array" : o !== void 0 && o.$$typeof === e ? (b = "<" + (P(o.type) || "Unknown") + " />", g = " Did you accidentally export a JSX literal instead of a component?") : b = typeof o, m("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", b, g);
|
|
833
|
+
}
|
|
834
|
+
var I = R1(o, c, i, p, Z);
|
|
835
|
+
if (I == null)
|
|
836
|
+
return I;
|
|
837
|
+
if (w) {
|
|
838
|
+
var D = c.children;
|
|
839
|
+
if (D !== void 0)
|
|
840
|
+
if (v)
|
|
841
|
+
if (a3(D)) {
|
|
842
|
+
for (var W = 0; W < D.length; W++)
|
|
843
|
+
V3(D[W], o);
|
|
844
|
+
Object.freeze && Object.freeze(D);
|
|
813
845
|
} else
|
|
814
|
-
|
|
846
|
+
m("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
815
847
|
else
|
|
816
|
-
|
|
848
|
+
V3(D, o);
|
|
817
849
|
}
|
|
818
|
-
return
|
|
850
|
+
return o === s ? B1(I) : L1(I), I;
|
|
819
851
|
}
|
|
820
852
|
}
|
|
821
|
-
function
|
|
822
|
-
return
|
|
853
|
+
function T1(o, c, i) {
|
|
854
|
+
return F3(o, c, i, !0);
|
|
823
855
|
}
|
|
824
|
-
function
|
|
825
|
-
return
|
|
856
|
+
function A1(o, c, i) {
|
|
857
|
+
return F3(o, c, i, !1);
|
|
826
858
|
}
|
|
827
|
-
var
|
|
828
|
-
|
|
829
|
-
}()),
|
|
859
|
+
var D1 = A1, $1 = T1;
|
|
860
|
+
Y.Fragment = s, Y.jsx = D1, Y.jsxs = $1;
|
|
861
|
+
}()), Y;
|
|
830
862
|
}
|
|
831
|
-
var
|
|
863
|
+
var K = {};
|
|
832
864
|
/**
|
|
833
865
|
* @license React
|
|
834
866
|
* react-jsx-runtime.production.min.js
|
|
@@ -838,275 +870,502 @@ var q = {};
|
|
|
838
870
|
* This source code is licensed under the MIT license found in the
|
|
839
871
|
* LICENSE file in the root directory of this source tree.
|
|
840
872
|
*/
|
|
841
|
-
var
|
|
842
|
-
function
|
|
843
|
-
if (
|
|
844
|
-
return
|
|
845
|
-
|
|
846
|
-
var
|
|
847
|
-
function
|
|
848
|
-
var j, y = {},
|
|
849
|
-
|
|
850
|
-
for (j in
|
|
851
|
-
|
|
852
|
-
if (
|
|
853
|
-
for (j in
|
|
854
|
-
y[j] === void 0 && (y[j] =
|
|
855
|
-
return { $$typeof:
|
|
856
|
-
}
|
|
857
|
-
return
|
|
873
|
+
var H3;
|
|
874
|
+
function p2() {
|
|
875
|
+
if (H3)
|
|
876
|
+
return K;
|
|
877
|
+
H3 = 1;
|
|
878
|
+
var t = K3, e = Symbol.for("react.element"), r = Symbol.for("react.fragment"), s = Object.prototype.hasOwnProperty, l = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, a = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
879
|
+
function d(f, u, C) {
|
|
880
|
+
var j, y = {}, R = null, $ = null;
|
|
881
|
+
C !== void 0 && (R = "" + C), u.key !== void 0 && (R = "" + u.key), u.ref !== void 0 && ($ = u.ref);
|
|
882
|
+
for (j in u)
|
|
883
|
+
s.call(u, j) && !a.hasOwnProperty(j) && (y[j] = u[j]);
|
|
884
|
+
if (f && f.defaultProps)
|
|
885
|
+
for (j in u = f.defaultProps, u)
|
|
886
|
+
y[j] === void 0 && (y[j] = u[j]);
|
|
887
|
+
return { $$typeof: e, type: f, key: R, ref: $, props: y, _owner: l.current };
|
|
888
|
+
}
|
|
889
|
+
return K.Fragment = r, K.jsx = d, K.jsxs = d, K;
|
|
858
890
|
}
|
|
859
|
-
process.env.NODE_ENV === "production" ?
|
|
860
|
-
var
|
|
861
|
-
const
|
|
862
|
-
/* @__PURE__ */
|
|
863
|
-
/* @__PURE__ */
|
|
891
|
+
process.env.NODE_ENV === "production" ? w3.exports = p2() : w3.exports = w2();
|
|
892
|
+
var n = w3.exports;
|
|
893
|
+
const x2 = () => /* @__PURE__ */ n.jsx(n.Fragment, { children: /* @__PURE__ */ n.jsxs("div", { className: "disconnected-message", children: [
|
|
894
|
+
/* @__PURE__ */ n.jsx("h1", { children: "Disconnected" }),
|
|
895
|
+
/* @__PURE__ */ n.jsx("p", { children: "Reconnecting..." })
|
|
864
896
|
] }) });
|
|
865
|
-
class
|
|
897
|
+
class M2 {
|
|
866
898
|
constructor() {
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
899
|
+
B(this, "uuid", "current-uuid");
|
|
900
|
+
B(this, "roomKey", "current-room-key");
|
|
901
|
+
B(this, "code", "current-code");
|
|
902
|
+
B(this, "expiry", "current-uuid-expires");
|
|
871
903
|
}
|
|
872
904
|
}
|
|
873
|
-
const
|
|
874
|
-
function
|
|
875
|
-
return sessionStorage.getItem(
|
|
905
|
+
const G3 = new M2();
|
|
906
|
+
function m2(t) {
|
|
907
|
+
return sessionStorage.getItem(t) || "";
|
|
876
908
|
}
|
|
877
|
-
function
|
|
878
|
-
sessionStorage.setItem(
|
|
909
|
+
function Z2(t, e) {
|
|
910
|
+
sessionStorage.setItem(t, e);
|
|
879
911
|
}
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
});
|
|
883
|
-
function u3() {
|
|
884
|
-
return k1(X3);
|
|
912
|
+
function _() {
|
|
913
|
+
return q1(t1);
|
|
885
914
|
}
|
|
886
|
-
const
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
915
|
+
const t1 = G1({
|
|
916
|
+
sendMessage: () => null,
|
|
917
|
+
sendSimpleMessage: () => null
|
|
918
|
+
}), j2 = ({ children: t }) => {
|
|
919
|
+
const [e, r] = o3(), s = v2(), l = d2(), a = h2(), d = f2(), f = l2(), u = s3(null), [C, j] = o3(), y = U3(
|
|
920
|
+
async (A) => {
|
|
921
|
+
await f3.get(`${A}/ui/joinroom?token=${e}`).then((S) => {
|
|
922
|
+
S.status === 200 && S.data && F.dispatch(H.setRoomData(S.data));
|
|
923
|
+
}).catch((S) => {
|
|
924
|
+
console.log(S);
|
|
893
925
|
});
|
|
894
926
|
},
|
|
895
|
-
[
|
|
896
|
-
),
|
|
897
|
-
(
|
|
898
|
-
|
|
927
|
+
[e]
|
|
928
|
+
), R = U3(
|
|
929
|
+
(A, S) => {
|
|
930
|
+
u.current && s && u.current.send(JSON.stringify({ type: A, clientId: a, content: S }));
|
|
899
931
|
},
|
|
900
|
-
[
|
|
901
|
-
)
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
console.log(
|
|
913
|
-
},
|
|
914
|
-
|
|
932
|
+
[s, a]
|
|
933
|
+
), $ = (A, S) => {
|
|
934
|
+
R(A, { value: S });
|
|
935
|
+
};
|
|
936
|
+
return J(() => {
|
|
937
|
+
let S = new URLSearchParams(window.location.search).get("token");
|
|
938
|
+
S ? (console.log("saving token: ", S), Z2(G3.uuid, S)) : (S = m2(G3.uuid), console.log("loading token: ", S)), r(S), d();
|
|
939
|
+
}, []), J(() => {
|
|
940
|
+
if (!(!f.apiPath || C || !e)) {
|
|
941
|
+
if (y(f.apiPath), !u.current) {
|
|
942
|
+
const S = `${f.apiPath.replace("http", "ws")}/ui/join/${e}`, O = new WebSocket(S);
|
|
943
|
+
u.current = O, O.onopen = () => {
|
|
944
|
+
console.log("connected"), F.dispatch(H.setWebsocketIsConnected(!0));
|
|
945
|
+
}, O.onerror = (E) => {
|
|
946
|
+
console.log(E);
|
|
947
|
+
}, O.onclose = () => {
|
|
948
|
+
if (console.log("disconnected"), u.current)
|
|
915
949
|
console.log("WebSocket closed by server.");
|
|
916
950
|
else {
|
|
917
951
|
console.log("WebSocket closed by client.");
|
|
918
952
|
return;
|
|
919
953
|
}
|
|
920
|
-
|
|
921
|
-
},
|
|
954
|
+
C || (F.dispatch(H.setWebsocketIsConnected(!1)), j(!0), setTimeout(() => j(void 0), 5e3));
|
|
955
|
+
}, O.onmessage = (E) => {
|
|
922
956
|
try {
|
|
923
|
-
const
|
|
924
|
-
if (console.log(
|
|
925
|
-
switch (
|
|
957
|
+
const m = JSON.parse(E.data);
|
|
958
|
+
if (console.log(m), m.type.startsWith("/system/"))
|
|
959
|
+
switch (m.type) {
|
|
926
960
|
case "/system/roomKey":
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
961
|
+
F.dispatch(
|
|
962
|
+
H.setCurrentRoomKey(
|
|
963
|
+
m.content
|
|
930
964
|
)
|
|
931
965
|
);
|
|
932
966
|
break;
|
|
933
967
|
case "/system/userCodeChanged":
|
|
934
|
-
|
|
935
|
-
|
|
968
|
+
F.dispatch(
|
|
969
|
+
H.setUserCode(m.content)
|
|
936
970
|
);
|
|
937
971
|
break;
|
|
938
972
|
}
|
|
939
973
|
else
|
|
940
|
-
|
|
941
|
-
} catch (
|
|
942
|
-
console.log(
|
|
974
|
+
m.type.startsWith("/room/") ? F.dispatch(e2.setRoomState(m)) : m.type.startsWith("/device/") && F.dispatch(X1.setDeviceState(m));
|
|
975
|
+
} catch (m) {
|
|
976
|
+
console.log(m);
|
|
943
977
|
}
|
|
944
978
|
};
|
|
945
979
|
}
|
|
946
980
|
return () => {
|
|
947
|
-
|
|
981
|
+
u.current && u.current.close(), u.current = null;
|
|
948
982
|
};
|
|
949
983
|
}
|
|
950
|
-
}, [
|
|
951
|
-
|
|
952
|
-
}, [
|
|
953
|
-
},
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
984
|
+
}, [f.apiPath, y, e, C]), J(() => {
|
|
985
|
+
l && R(`/room/${l}/status`, null);
|
|
986
|
+
}, [l, R]), /* @__PURE__ */ n.jsx(t1.Provider, { value: { sendMessage: R, sendSimpleMessage: $ }, children: s ? t : /* @__PURE__ */ n.jsx(x2, {}) });
|
|
987
|
+
}, H8 = ({ children: t }) => /* @__PURE__ */ n.jsx(H1, { store: F, children: /* @__PURE__ */ n.jsx(j2, { children: t }) });
|
|
988
|
+
function C2({
|
|
989
|
+
onPress: t,
|
|
990
|
+
onRelease: e,
|
|
991
|
+
onHold: r,
|
|
992
|
+
holdTimeMs: s = 500
|
|
993
|
+
}) {
|
|
994
|
+
const l = s3(null), a = s3(!1);
|
|
995
|
+
function d() {
|
|
996
|
+
a.current = !0, t == null || t(), l.current = setTimeout(() => {
|
|
997
|
+
r == null || r(), l.current = null;
|
|
998
|
+
}, s);
|
|
999
|
+
}
|
|
1000
|
+
function f() {
|
|
1001
|
+
a.current = !1, e == null || e(), l.current && (clearTimeout(l.current), l.current = null);
|
|
1002
|
+
}
|
|
1003
|
+
function u() {
|
|
1004
|
+
a.current && f();
|
|
1005
|
+
}
|
|
1006
|
+
return {
|
|
1007
|
+
onPointerDown: d,
|
|
1008
|
+
onPointerUp: f,
|
|
1009
|
+
onPointerLeave: u
|
|
1010
|
+
};
|
|
1011
|
+
}
|
|
1012
|
+
function h(t, e) {
|
|
1013
|
+
const { sendMessage: s } = _(), l = s3(null);
|
|
1014
|
+
function a() {
|
|
1015
|
+
s(`${t}/${e}`, { value: "pressed" }), l.current || (l.current = setInterval(() => {
|
|
1016
|
+
s(`${t}/${e}`, { value: "held" });
|
|
1017
|
+
}, 250));
|
|
1018
|
+
}
|
|
1019
|
+
function d() {
|
|
1020
|
+
l.current && (clearInterval(l.current), l.current = null), s(`${t}/${e}`, { value: "released" });
|
|
1021
|
+
}
|
|
1022
|
+
return C2({ onPress: a, onRelease: d });
|
|
1023
|
+
}
|
|
1024
|
+
function n1(t, e) {
|
|
1025
|
+
const { sendMessage: r, sendSimpleMessage: s } = _(), l = h(`${t}`, "volumeUp"), a = h(`${t}`, "volumeDown");
|
|
1026
|
+
return e ? {
|
|
1027
|
+
volumeState: e,
|
|
1028
|
+
volumeUp: l,
|
|
1029
|
+
volumeDown: a,
|
|
1030
|
+
setLevel: (j) => s(`${t}/level`, j),
|
|
1031
|
+
muteToggle: () => r(`${t}/muteToggle`, null),
|
|
1032
|
+
muteOn: () => r(`${t}/muteOn`, null),
|
|
1033
|
+
muteOff: () => r(`${t}/muteOff`, null)
|
|
1034
|
+
} : void 0;
|
|
1035
|
+
}
|
|
1036
|
+
function G8(t, e) {
|
|
1037
|
+
const { sendMessage: r, sendSimpleMessage: s } = _(), l = h(`${t}`, "volumeUp"), a = h(`${t}`, "volumeDown");
|
|
1038
|
+
return e ? {
|
|
1039
|
+
volumeState: e,
|
|
1040
|
+
volumeUp: l,
|
|
1041
|
+
volumeDown: a,
|
|
1042
|
+
setLevel: (j) => s(`${t}/level`, j),
|
|
1043
|
+
muteToggle: () => r(`${t}/muteToggle`, null),
|
|
1044
|
+
muteOn: () => r(`${t}/muteOn`, null),
|
|
1045
|
+
muteOff: () => r(`${t}/muteOff`, null)
|
|
1046
|
+
} : void 0;
|
|
1047
|
+
}
|
|
1048
|
+
function S2(t) {
|
|
1049
|
+
const e = T(t), r = `/device/${t}`;
|
|
1050
|
+
return n1(r, e == null ? void 0 : e.volume);
|
|
1051
|
+
}
|
|
1052
|
+
function r1(t) {
|
|
1053
|
+
const { sendMessage: e } = _();
|
|
973
1054
|
return { powerOn: () => {
|
|
974
|
-
|
|
1055
|
+
e(`/device/${t}/powerOn`, null);
|
|
975
1056
|
}, powerOff: () => {
|
|
976
|
-
|
|
1057
|
+
e(`/device/${t}/powerOff`, null);
|
|
977
1058
|
}, powerToggle: () => {
|
|
978
|
-
|
|
1059
|
+
e(`/device/${t}/powerToggle`, null);
|
|
979
1060
|
} };
|
|
980
1061
|
}
|
|
981
|
-
function
|
|
982
|
-
const { sendMessage:
|
|
983
|
-
return {
|
|
984
|
-
|
|
1062
|
+
function p3(t) {
|
|
1063
|
+
const { sendMessage: e } = _(), r = T(t);
|
|
1064
|
+
return console.log("deviceState", r), r ? { itemsState: r, selectItem: (l) => {
|
|
1065
|
+
e(`/device/${t}/${l}`, null);
|
|
1066
|
+
} } : void 0;
|
|
1067
|
+
}
|
|
1068
|
+
function b2(t) {
|
|
1069
|
+
const { sendMessage: e } = _(), r = T(t), s = () => {
|
|
1070
|
+
e(`/device/${t}/setDefaultChannelLevels`, null);
|
|
1071
|
+
}, l = () => {
|
|
1072
|
+
if ((r == null ? void 0 : r.levelControls) === void 0)
|
|
1073
|
+
return;
|
|
1074
|
+
Object.keys(r == null ? void 0 : r.levelControls).forEach((f) => {
|
|
1075
|
+
e(`/device/${t}/${f}/fullStatus`, null);
|
|
1076
|
+
});
|
|
1077
|
+
};
|
|
1078
|
+
return r ? { levelControls: r.levelControls, setDefaultChannelLevels: s, getFullStatus: l } : void 0;
|
|
1079
|
+
}
|
|
1080
|
+
function q8(t) {
|
|
1081
|
+
const e = T(t), r = r1(t), s = p3(t), l = p3(t), a = S2(t), d = b2(t);
|
|
1082
|
+
if (e)
|
|
1083
|
+
return {
|
|
1084
|
+
avrState: e,
|
|
1085
|
+
powerControl: r,
|
|
1086
|
+
inputControl: s,
|
|
1087
|
+
surroundSoundModes: l,
|
|
1088
|
+
surroundChannels: d,
|
|
1089
|
+
mainVolumeControl: a
|
|
1090
|
+
};
|
|
1091
|
+
}
|
|
1092
|
+
function Y8(t) {
|
|
1093
|
+
const e = T(t);
|
|
1094
|
+
if (e)
|
|
1095
|
+
return { endpointState: e };
|
|
1096
|
+
}
|
|
1097
|
+
function K8(t) {
|
|
1098
|
+
const e = `/device/${t}`, r = h(e, "chanUp"), s = h(e, "chanDown"), l = h(e, "lastChan"), a = h(e, "guide"), d = h(e, "info"), f = h(e, "exit");
|
|
1099
|
+
return { channelUp: r, channelDown: s, lastChannel: l, guide: a, info: d, exit: f };
|
|
1100
|
+
}
|
|
1101
|
+
function z8(t) {
|
|
1102
|
+
const e = `/device/${t}`, r = h(e, "red"), s = h(e, "green"), l = h(e, "yellow"), a = h(e, "blue");
|
|
1103
|
+
return { red: r, green: s, yellow: l, blue: a };
|
|
1104
|
+
}
|
|
1105
|
+
function J8(t) {
|
|
1106
|
+
const e = T(t);
|
|
1107
|
+
if (e)
|
|
1108
|
+
return {
|
|
1109
|
+
communicationMonitorState: e
|
|
1110
|
+
};
|
|
1111
|
+
}
|
|
1112
|
+
function X8(t) {
|
|
1113
|
+
const e = `/device/${t}`, r = h(e, "up"), s = h(e, "down"), l = h(e, "left"), a = h(e, "right"), d = h(e, "select"), f = h(e, "menu"), u = h(e, "exit");
|
|
1114
|
+
return { up: r, down: s, left: l, right: a, select: d, menu: f, exit: u };
|
|
1115
|
+
}
|
|
1116
|
+
function Q8(t) {
|
|
1117
|
+
const e = T(t);
|
|
1118
|
+
if (e)
|
|
1119
|
+
return e.deviceInfo || void 0;
|
|
1120
|
+
}
|
|
1121
|
+
function N8(t) {
|
|
1122
|
+
const e = `/device/${t}`, r = h(e, "dvrList"), s = h(e, "record");
|
|
1123
|
+
return { dvrList: r, record: s };
|
|
1124
|
+
}
|
|
1125
|
+
function e6(t) {
|
|
1126
|
+
const { sendMessage: e, sendSimpleMessage: r } = _(), s = T(t);
|
|
1127
|
+
return s ? {
|
|
1128
|
+
levelState: s,
|
|
1129
|
+
setLevel: (u, C) => r(`${u}/level`, C),
|
|
1130
|
+
muteToggle: (u) => e(`${u}/muteToggle`, null),
|
|
1131
|
+
muteOn: (u) => e(`${u}/muteOn`, null),
|
|
1132
|
+
muteOff: (u) => e(`${u}/muteOff`, null)
|
|
1133
|
+
} : void 0;
|
|
1134
|
+
}
|
|
1135
|
+
function t6(t) {
|
|
1136
|
+
const { sendMessage: e } = _(), r = T(t);
|
|
1137
|
+
return r ? { lightingState: r, selectScene: (l) => {
|
|
1138
|
+
e(`/device/${t}/selectScene`, l);
|
|
1139
|
+
} } : void 0;
|
|
1140
|
+
}
|
|
1141
|
+
function n6(t) {
|
|
1142
|
+
const { sendMessage: e } = _(), r = T(t);
|
|
1143
|
+
return r ? { matrixRoutingState: r, setRoute: (l) => {
|
|
1144
|
+
e(`/device/${t}/route`, l);
|
|
1145
|
+
} } : void 0;
|
|
1146
|
+
}
|
|
1147
|
+
function r6(t) {
|
|
1148
|
+
const e = `/device/${t}`, r = h(e, "num0"), s = h(e, "num1"), l = h(e, "num2"), a = h(e, "num3"), d = h(e, "num4"), f = h(e, "num5"), u = h(e, "num6"), C = h(e, "num7"), j = h(e, "num8"), y = h(e, "num9"), R = h(e, "numDash"), $ = h(e, "numEnter");
|
|
1149
|
+
return { digit0: r, digit1: s, digit2: l, digit3: a, digit4: d, digit5: f, digit6: u, digit7: C, digit8: j, digit9: y, keypadAccessoryButton1: R, keypadAccessoryButton2: $ };
|
|
1150
|
+
}
|
|
1151
|
+
function o6(t) {
|
|
1152
|
+
const { sendMessage: e } = _(), r = a2(t);
|
|
1153
|
+
return r ? { roomEventScheduleState: r, save: (l) => {
|
|
1154
|
+
e(`/room/${t}/saveScheduledEvents`, l);
|
|
1155
|
+
} } : void 0;
|
|
1156
|
+
}
|
|
1157
|
+
function s6(t) {
|
|
1158
|
+
const { sendMessage: e } = _();
|
|
1159
|
+
return { runDirectRoute: (s) => {
|
|
1160
|
+
e(`/room/${t}/directRoute`, s);
|
|
1161
|
+
} };
|
|
1162
|
+
}
|
|
1163
|
+
function c6(t) {
|
|
1164
|
+
const { sendMessage: e } = _();
|
|
1165
|
+
return { routingState: T(t), runRoute: (l) => {
|
|
1166
|
+
e(`/room/${t}/source`, l);
|
|
985
1167
|
} };
|
|
986
1168
|
}
|
|
987
|
-
function
|
|
988
|
-
const r =
|
|
989
|
-
return {
|
|
1169
|
+
function l6(t) {
|
|
1170
|
+
const e = `/device/${t}`, r = h(e, "chanUp"), s = h(e, "chanDown");
|
|
1171
|
+
return { dvrList: r, replay: s };
|
|
1172
|
+
}
|
|
1173
|
+
function i6(t) {
|
|
1174
|
+
const { sendMessage: e } = _(), r = T(t);
|
|
1175
|
+
return r ? { shadeState: r, shadeUp: () => {
|
|
1176
|
+
e(`/device/${t}/shadeUp`, null);
|
|
1177
|
+
}, shadeDown: () => {
|
|
1178
|
+
e(`/device/${t}/shadeDown`, null);
|
|
1179
|
+
}, stopOrPreset: () => {
|
|
1180
|
+
e(`/device/${t}/stopOrPreset`, null);
|
|
1181
|
+
} } : void 0;
|
|
1182
|
+
}
|
|
1183
|
+
function a6(t) {
|
|
1184
|
+
const { sendMessage: e } = _(), r = T(t);
|
|
1185
|
+
return r ? { switchedOutputState: r, on: () => {
|
|
1186
|
+
e(`/device/${t}/on`, null);
|
|
1187
|
+
}, off: () => {
|
|
1188
|
+
e(`/device/${t}/off`, null);
|
|
1189
|
+
} } : void 0;
|
|
1190
|
+
}
|
|
1191
|
+
function u6(t) {
|
|
1192
|
+
const e = `/device/${t}`, r = h(e, "play"), s = h(e, "pause"), l = h(e, "stop"), a = h(e, "prevTrack"), d = h(e, "nextTrack"), f = h(e, "rewind"), u = h(e, "ffwd"), C = h(e, "record");
|
|
1193
|
+
return { play: r, pause: s, stop: l, prevTrack: a, nextTrack: d, rewind: f, fastForward: u, record: C };
|
|
1194
|
+
}
|
|
1195
|
+
function v6(t) {
|
|
1196
|
+
const e = T(t), { sendMessage: r } = _();
|
|
1197
|
+
return e ? {
|
|
1198
|
+
touchpanelState: e,
|
|
1199
|
+
appControl: { hideApp: () => {
|
|
1200
|
+
r(`/device/${t}/hideApp`, null);
|
|
1201
|
+
}, openApp: () => {
|
|
1202
|
+
r(`/device/${t}/openApp`, null);
|
|
1203
|
+
}, closeApp: () => {
|
|
1204
|
+
r(`/device/${t}/closeApp`, null);
|
|
1205
|
+
} },
|
|
1206
|
+
zoomControl: { endCall: () => {
|
|
1207
|
+
r(`/device/${t}/endCall`, null);
|
|
1208
|
+
} }
|
|
1209
|
+
} : void 0;
|
|
1210
|
+
}
|
|
1211
|
+
function d6(t) {
|
|
1212
|
+
const e = T(t), r = r1(t), s = p3(t);
|
|
1213
|
+
if (!e)
|
|
1214
|
+
return;
|
|
1215
|
+
const l = (e.powerState || e.isWarming) && !e.isCooling, a = (!e.powerState || e.isCooling) && !e.isWarming;
|
|
1216
|
+
return {
|
|
1217
|
+
displayState: e,
|
|
1218
|
+
powerControl: r,
|
|
1219
|
+
inputControl: s,
|
|
1220
|
+
powerFb: { powerOnFb: l, powerOffFb: a }
|
|
1221
|
+
};
|
|
1222
|
+
}
|
|
1223
|
+
const h6 = ({ config: t }) => {
|
|
1224
|
+
const { sendMessage: e } = _();
|
|
1225
|
+
J(() => {
|
|
1226
|
+
var s;
|
|
1227
|
+
if (!t)
|
|
1228
|
+
return;
|
|
1229
|
+
const r = [];
|
|
1230
|
+
Object.values(t.destinations).forEach((l) => {
|
|
1231
|
+
r.push(l);
|
|
1232
|
+
}), (s = t.touchpanelKeys) == null || s.forEach((l) => {
|
|
1233
|
+
r.push(l);
|
|
1234
|
+
}), t.environmentalDevices.forEach((l) => {
|
|
1235
|
+
r.push(l.deviceKey);
|
|
1236
|
+
}), t.audioCodecKey && r.push(t.audioCodecKey), t.videoCodecKey && r.push(t.videoCodecKey), t.matrixRoutingKey && r.push(t.matrixRoutingKey), t.endpointKeys && t.endpointKeys.forEach((l) => {
|
|
1237
|
+
r.push(l);
|
|
1238
|
+
});
|
|
1239
|
+
for (const l of Object.values(t.sourceList))
|
|
1240
|
+
l.sourceKey && l.sourceKey !== "$off" && r.push(l.sourceKey);
|
|
1241
|
+
r.forEach((l) => {
|
|
1242
|
+
e(`/device/${l}/fullStatus`, { deviceKey: l });
|
|
1243
|
+
});
|
|
1244
|
+
}, [t, e]);
|
|
1245
|
+
};
|
|
1246
|
+
function g6(t, e) {
|
|
1247
|
+
const r = u2(t, e), s = `/room/${t}/volumes/${e}`;
|
|
1248
|
+
return n1(s, r);
|
|
990
1249
|
}
|
|
991
|
-
const
|
|
992
|
-
iconbtn:
|
|
993
|
-
iconbtnvert:
|
|
994
|
-
iconsm:
|
|
995
|
-
},
|
|
996
|
-
multiIcon:
|
|
997
|
-
otherContent:
|
|
998
|
-
vert:
|
|
999
|
-
className:
|
|
1000
|
-
iconClassName:
|
|
1001
|
-
otherContentClassName:
|
|
1002
|
-
disabled:
|
|
1003
|
-
feedback:
|
|
1004
|
-
feedbackClassName:
|
|
1005
|
-
onPointerDown:
|
|
1250
|
+
const f6 = () => /* @__PURE__ */ n.jsx("div", { className: "m-2 p-2 bg-danger rounded d-flex align-items-center", children: /* @__PURE__ */ n.jsx("span", { className: "fs-5 text-white", children: "We are sorry. Something went wrong." }) }), I2 = "_iconbtn_16qss_1", y2 = "_iconbtnvert_16qss_7", R2 = "_iconsm_16qss_18", g3 = {
|
|
1251
|
+
iconbtn: I2,
|
|
1252
|
+
iconbtnvert: y2,
|
|
1253
|
+
iconsm: R2
|
|
1254
|
+
}, E2 = ({
|
|
1255
|
+
multiIcon: t,
|
|
1256
|
+
otherContent: e = null,
|
|
1257
|
+
vert: r = !1,
|
|
1258
|
+
className: s,
|
|
1259
|
+
iconClassName: l = "",
|
|
1260
|
+
otherContentClassName: a = "",
|
|
1261
|
+
disabled: d,
|
|
1262
|
+
feedback: f,
|
|
1263
|
+
feedbackClassName: u,
|
|
1264
|
+
onPointerDown: C,
|
|
1006
1265
|
onPointerUp: j,
|
|
1007
1266
|
onPointerLeave: y,
|
|
1008
|
-
...
|
|
1267
|
+
...R
|
|
1009
1268
|
}) => {
|
|
1010
|
-
const [
|
|
1011
|
-
return /* @__PURE__ */
|
|
1269
|
+
const [$, A] = o3(!1), S = !d && f ? u : "", O = !d && ($ || f);
|
|
1270
|
+
return /* @__PURE__ */ n.jsxs(
|
|
1012
1271
|
"button",
|
|
1013
1272
|
{
|
|
1014
1273
|
type: "button",
|
|
1015
|
-
className: `${
|
|
1016
|
-
...
|
|
1017
|
-
disabled:
|
|
1018
|
-
onPointerDown: (
|
|
1019
|
-
|
|
1274
|
+
className: `${g3.iconbtn} ${r ? g3.iconbtnvert : ""} ${s} ${S}`,
|
|
1275
|
+
...R,
|
|
1276
|
+
disabled: d,
|
|
1277
|
+
onPointerDown: (E) => {
|
|
1278
|
+
A(!0), C == null || C(E);
|
|
1020
1279
|
},
|
|
1021
|
-
onPointerUp: (
|
|
1022
|
-
|
|
1280
|
+
onPointerUp: (E) => {
|
|
1281
|
+
A(!1), j == null || j(E);
|
|
1023
1282
|
},
|
|
1024
|
-
onPointerLeave: (
|
|
1025
|
-
|
|
1283
|
+
onPointerLeave: (E) => {
|
|
1284
|
+
A(!1), y == null || y(E);
|
|
1026
1285
|
},
|
|
1027
1286
|
children: [
|
|
1028
|
-
/* @__PURE__ */
|
|
1029
|
-
|
|
1287
|
+
t && /* @__PURE__ */ n.jsx(
|
|
1288
|
+
t,
|
|
1030
1289
|
{
|
|
1031
|
-
className: `${
|
|
1290
|
+
className: `${l || g3.iconsm}`,
|
|
1032
1291
|
active: O,
|
|
1033
|
-
disabled:
|
|
1292
|
+
disabled: d
|
|
1034
1293
|
}
|
|
1035
1294
|
),
|
|
1036
|
-
/* @__PURE__ */
|
|
1295
|
+
/* @__PURE__ */ n.jsx("div", { className: a, children: e })
|
|
1037
1296
|
]
|
|
1038
1297
|
}
|
|
1039
1298
|
);
|
|
1040
|
-
},
|
|
1041
|
-
ActiveImage:
|
|
1042
|
-
DisabledImage:
|
|
1043
|
-
EnabledImage:
|
|
1044
|
-
active:
|
|
1045
|
-
disabled:
|
|
1046
|
-
}) =>
|
|
1047
|
-
active:
|
|
1048
|
-
className:
|
|
1049
|
-
disabled:
|
|
1050
|
-
}) => /* @__PURE__ */
|
|
1051
|
-
|
|
1299
|
+
}, x = ({
|
|
1300
|
+
ActiveImage: t,
|
|
1301
|
+
DisabledImage: e,
|
|
1302
|
+
EnabledImage: r,
|
|
1303
|
+
active: s,
|
|
1304
|
+
disabled: l
|
|
1305
|
+
}) => l ? e : s ? t : r, _2 = ({
|
|
1306
|
+
active: t,
|
|
1307
|
+
className: e = "",
|
|
1308
|
+
disabled: r
|
|
1309
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1310
|
+
x,
|
|
1052
1311
|
{
|
|
1053
1312
|
ActiveImage: (
|
|
1054
1313
|
/* icon-mic-active.svg */
|
|
1055
|
-
/* @__PURE__ */
|
|
1314
|
+
/* @__PURE__ */ n.jsx(
|
|
1056
1315
|
"svg",
|
|
1057
1316
|
{
|
|
1058
|
-
className:
|
|
1317
|
+
className: e,
|
|
1059
1318
|
fill: "currentcolor",
|
|
1060
1319
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1061
1320
|
viewBox: "0 0 164.61 164.61",
|
|
1062
|
-
children: /* @__PURE__ */
|
|
1321
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1063
1322
|
}
|
|
1064
1323
|
)
|
|
1065
1324
|
),
|
|
1066
1325
|
DisabledImage: (
|
|
1067
1326
|
/* icon-mic-disabled.svg */
|
|
1068
|
-
/* @__PURE__ */
|
|
1327
|
+
/* @__PURE__ */ n.jsx(
|
|
1069
1328
|
"svg",
|
|
1070
1329
|
{
|
|
1071
|
-
className:
|
|
1330
|
+
className: e,
|
|
1072
1331
|
fill: "currentcolor",
|
|
1073
1332
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1074
1333
|
viewBox: "0 0 164.61 164.61",
|
|
1075
|
-
children: /* @__PURE__ */
|
|
1334
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1076
1335
|
}
|
|
1077
1336
|
)
|
|
1078
1337
|
),
|
|
1079
1338
|
EnabledImage: (
|
|
1080
1339
|
/* icon-mic-enabled.svg */
|
|
1081
|
-
/* @__PURE__ */
|
|
1340
|
+
/* @__PURE__ */ n.jsx(
|
|
1082
1341
|
"svg",
|
|
1083
1342
|
{
|
|
1084
|
-
className:
|
|
1343
|
+
className: e,
|
|
1085
1344
|
fill: "currentcolor",
|
|
1086
1345
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1087
1346
|
viewBox: "0 0 164.61 164.61",
|
|
1088
|
-
children: /* @__PURE__ */
|
|
1347
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1089
1348
|
}
|
|
1090
1349
|
)
|
|
1091
1350
|
),
|
|
1092
|
-
active:
|
|
1093
|
-
disabled:
|
|
1351
|
+
active: t,
|
|
1352
|
+
disabled: r
|
|
1094
1353
|
}
|
|
1095
|
-
),
|
|
1096
|
-
active:
|
|
1097
|
-
className:
|
|
1098
|
-
disabled:
|
|
1099
|
-
}) => /* @__PURE__ */
|
|
1100
|
-
|
|
1354
|
+
), L2 = ({
|
|
1355
|
+
active: t,
|
|
1356
|
+
className: e = "",
|
|
1357
|
+
disabled: r
|
|
1358
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1359
|
+
x,
|
|
1101
1360
|
{
|
|
1102
|
-
ActiveImage: /* @__PURE__ */
|
|
1361
|
+
ActiveImage: /* @__PURE__ */ n.jsx(
|
|
1103
1362
|
"svg",
|
|
1104
1363
|
{
|
|
1105
|
-
className:
|
|
1364
|
+
className: e,
|
|
1106
1365
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1107
1366
|
viewBox: "0 0 164.61 164.61",
|
|
1108
1367
|
fill: "currentcolor",
|
|
1109
|
-
children: /* @__PURE__ */
|
|
1368
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx(
|
|
1110
1369
|
"path",
|
|
1111
1370
|
{
|
|
1112
1371
|
id: "icon-alert-active",
|
|
@@ -1115,24 +1374,24 @@ const P8 = () => /* @__PURE__ */ e.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1115
1374
|
) })
|
|
1116
1375
|
}
|
|
1117
1376
|
),
|
|
1118
|
-
DisabledImage: /* @__PURE__ */
|
|
1377
|
+
DisabledImage: /* @__PURE__ */ n.jsx(
|
|
1119
1378
|
"svg",
|
|
1120
1379
|
{
|
|
1121
|
-
className:
|
|
1380
|
+
className: e,
|
|
1122
1381
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1123
1382
|
viewBox: "0 0 164.61 164.61",
|
|
1124
1383
|
fill: "currentColor",
|
|
1125
|
-
children: /* @__PURE__ */
|
|
1384
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1126
1385
|
}
|
|
1127
1386
|
),
|
|
1128
|
-
EnabledImage: /* @__PURE__ */
|
|
1387
|
+
EnabledImage: /* @__PURE__ */ n.jsx(
|
|
1129
1388
|
"svg",
|
|
1130
1389
|
{
|
|
1131
|
-
className:
|
|
1390
|
+
className: e,
|
|
1132
1391
|
fill: "currentcolor",
|
|
1133
1392
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1134
1393
|
viewBox: "0 0 164.61 164.61",
|
|
1135
|
-
children: /* @__PURE__ */
|
|
1394
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx(
|
|
1136
1395
|
"path",
|
|
1137
1396
|
{
|
|
1138
1397
|
id: "icon-alert-enabled",
|
|
@@ -1141,411 +1400,411 @@ const P8 = () => /* @__PURE__ */ e.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1141
1400
|
) })
|
|
1142
1401
|
}
|
|
1143
1402
|
),
|
|
1144
|
-
active:
|
|
1145
|
-
disabled:
|
|
1403
|
+
active: t,
|
|
1404
|
+
disabled: r
|
|
1146
1405
|
}
|
|
1147
|
-
),
|
|
1148
|
-
active:
|
|
1149
|
-
className:
|
|
1150
|
-
disabled:
|
|
1151
|
-
}) => /* @__PURE__ */
|
|
1152
|
-
|
|
1406
|
+
), B2 = ({
|
|
1407
|
+
active: t,
|
|
1408
|
+
className: e = "",
|
|
1409
|
+
disabled: r
|
|
1410
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1411
|
+
x,
|
|
1153
1412
|
{
|
|
1154
1413
|
ActiveImage: (
|
|
1155
1414
|
/* icon-ban-active.svg */
|
|
1156
|
-
/* @__PURE__ */
|
|
1415
|
+
/* @__PURE__ */ n.jsx(
|
|
1157
1416
|
"svg",
|
|
1158
1417
|
{
|
|
1159
|
-
className:
|
|
1418
|
+
className: e,
|
|
1160
1419
|
fill: "currentcolor",
|
|
1161
1420
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1162
1421
|
viewBox: "0 0 164.61 164.61",
|
|
1163
|
-
children: /* @__PURE__ */
|
|
1422
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1164
1423
|
}
|
|
1165
1424
|
)
|
|
1166
1425
|
),
|
|
1167
1426
|
DisabledImage: (
|
|
1168
1427
|
/* icon-ban-disabled.svg */
|
|
1169
|
-
/* @__PURE__ */
|
|
1428
|
+
/* @__PURE__ */ n.jsx(
|
|
1170
1429
|
"svg",
|
|
1171
1430
|
{
|
|
1172
|
-
className:
|
|
1431
|
+
className: e,
|
|
1173
1432
|
fill: "currentcolor",
|
|
1174
1433
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1175
1434
|
viewBox: "0 0 164.61 164.61",
|
|
1176
|
-
children: /* @__PURE__ */
|
|
1435
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1177
1436
|
}
|
|
1178
1437
|
)
|
|
1179
1438
|
),
|
|
1180
1439
|
EnabledImage: (
|
|
1181
1440
|
/* icon-ban-enabled.svg */
|
|
1182
|
-
/* @__PURE__ */
|
|
1441
|
+
/* @__PURE__ */ n.jsx(
|
|
1183
1442
|
"svg",
|
|
1184
1443
|
{
|
|
1185
|
-
className:
|
|
1444
|
+
className: e,
|
|
1186
1445
|
fill: "currentcolor",
|
|
1187
1446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1188
1447
|
viewBox: "0 0 164.61 164.61",
|
|
1189
|
-
children: /* @__PURE__ */
|
|
1448
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1190
1449
|
}
|
|
1191
1450
|
)
|
|
1192
1451
|
),
|
|
1193
|
-
active:
|
|
1194
|
-
disabled:
|
|
1452
|
+
active: t,
|
|
1453
|
+
disabled: r
|
|
1195
1454
|
}
|
|
1196
|
-
),
|
|
1197
|
-
active:
|
|
1198
|
-
className:
|
|
1199
|
-
disabled:
|
|
1200
|
-
}) => /* @__PURE__ */
|
|
1201
|
-
|
|
1455
|
+
), T2 = ({
|
|
1456
|
+
active: t,
|
|
1457
|
+
className: e = "",
|
|
1458
|
+
disabled: r
|
|
1459
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1460
|
+
x,
|
|
1202
1461
|
{
|
|
1203
|
-
ActiveImage: /* @__PURE__ */
|
|
1462
|
+
ActiveImage: /* @__PURE__ */ n.jsx(
|
|
1204
1463
|
"svg",
|
|
1205
1464
|
{
|
|
1206
|
-
className:
|
|
1465
|
+
className: e,
|
|
1207
1466
|
fill: "currentcolor",
|
|
1208
1467
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1209
1468
|
viewBox: "0 0 164.61 164.61",
|
|
1210
|
-
children: /* @__PURE__ */
|
|
1469
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1211
1470
|
}
|
|
1212
1471
|
),
|
|
1213
|
-
DisabledImage: /* @__PURE__ */
|
|
1472
|
+
DisabledImage: /* @__PURE__ */ n.jsx(
|
|
1214
1473
|
"svg",
|
|
1215
1474
|
{
|
|
1216
|
-
className:
|
|
1475
|
+
className: e,
|
|
1217
1476
|
fill: "currentcolor",
|
|
1218
1477
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1219
1478
|
viewBox: "0 0 164.61 164.61",
|
|
1220
|
-
children: /* @__PURE__ */
|
|
1479
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1221
1480
|
}
|
|
1222
1481
|
),
|
|
1223
|
-
EnabledImage: /* @__PURE__ */
|
|
1482
|
+
EnabledImage: /* @__PURE__ */ n.jsx(
|
|
1224
1483
|
"svg",
|
|
1225
1484
|
{
|
|
1226
|
-
className:
|
|
1485
|
+
className: e,
|
|
1227
1486
|
fill: "currentcolor",
|
|
1228
1487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1229
1488
|
viewBox: "0 0 164.61 164.61",
|
|
1230
|
-
children: /* @__PURE__ */
|
|
1489
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1231
1490
|
}
|
|
1232
1491
|
),
|
|
1233
|
-
active:
|
|
1234
|
-
disabled:
|
|
1492
|
+
active: t,
|
|
1493
|
+
disabled: r
|
|
1235
1494
|
}
|
|
1236
|
-
),
|
|
1237
|
-
active:
|
|
1238
|
-
className:
|
|
1239
|
-
disabled:
|
|
1240
|
-
}) => /* @__PURE__ */
|
|
1241
|
-
|
|
1495
|
+
), A2 = ({
|
|
1496
|
+
active: t,
|
|
1497
|
+
className: e = "",
|
|
1498
|
+
disabled: r
|
|
1499
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1500
|
+
x,
|
|
1242
1501
|
{
|
|
1243
1502
|
ActiveImage: (
|
|
1244
1503
|
/* icon-check-active.svg */
|
|
1245
|
-
/* @__PURE__ */
|
|
1504
|
+
/* @__PURE__ */ n.jsx(
|
|
1246
1505
|
"svg",
|
|
1247
1506
|
{
|
|
1248
|
-
className:
|
|
1507
|
+
className: e,
|
|
1249
1508
|
fill: "currentcolor",
|
|
1250
1509
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1251
1510
|
viewBox: "0 0 164.61 164.61",
|
|
1252
|
-
children: /* @__PURE__ */
|
|
1511
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1253
1512
|
}
|
|
1254
1513
|
)
|
|
1255
1514
|
),
|
|
1256
1515
|
DisabledImage: (
|
|
1257
1516
|
/* icon-check-disabled.svg */
|
|
1258
|
-
/* @__PURE__ */
|
|
1517
|
+
/* @__PURE__ */ n.jsx(
|
|
1259
1518
|
"svg",
|
|
1260
1519
|
{
|
|
1261
|
-
className:
|
|
1520
|
+
className: e,
|
|
1262
1521
|
fill: "currentcolor",
|
|
1263
1522
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1264
1523
|
viewBox: "0 0 164.61 164.61",
|
|
1265
|
-
children: /* @__PURE__ */
|
|
1524
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1266
1525
|
}
|
|
1267
1526
|
)
|
|
1268
1527
|
),
|
|
1269
1528
|
EnabledImage: (
|
|
1270
1529
|
/* icon-check-enabled.svg */
|
|
1271
|
-
/* @__PURE__ */
|
|
1530
|
+
/* @__PURE__ */ n.jsx(
|
|
1272
1531
|
"svg",
|
|
1273
1532
|
{
|
|
1274
|
-
className:
|
|
1533
|
+
className: e,
|
|
1275
1534
|
fill: "currentcolor",
|
|
1276
1535
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1277
1536
|
viewBox: "0 0 164.61 164.61",
|
|
1278
|
-
children: /* @__PURE__ */
|
|
1537
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1279
1538
|
}
|
|
1280
1539
|
)
|
|
1281
1540
|
),
|
|
1282
|
-
active:
|
|
1283
|
-
disabled:
|
|
1541
|
+
active: t,
|
|
1542
|
+
disabled: r
|
|
1284
1543
|
}
|
|
1285
|
-
),
|
|
1286
|
-
active:
|
|
1287
|
-
className:
|
|
1288
|
-
disabled:
|
|
1289
|
-
}) => /* @__PURE__ */
|
|
1290
|
-
|
|
1544
|
+
), D2 = ({
|
|
1545
|
+
active: t,
|
|
1546
|
+
className: e = "",
|
|
1547
|
+
disabled: r
|
|
1548
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1549
|
+
x,
|
|
1291
1550
|
{
|
|
1292
1551
|
ActiveImage: (
|
|
1293
1552
|
/* icon-down-active.svg */
|
|
1294
|
-
/* @__PURE__ */
|
|
1553
|
+
/* @__PURE__ */ n.jsx(
|
|
1295
1554
|
"svg",
|
|
1296
1555
|
{
|
|
1297
|
-
className:
|
|
1556
|
+
className: e,
|
|
1298
1557
|
fill: "currentcolor",
|
|
1299
1558
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1300
1559
|
viewBox: "0 0 164.61 164.61",
|
|
1301
|
-
children: /* @__PURE__ */
|
|
1560
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1302
1561
|
}
|
|
1303
1562
|
)
|
|
1304
1563
|
),
|
|
1305
1564
|
DisabledImage: (
|
|
1306
1565
|
/* icon-down-disabled.svg */
|
|
1307
|
-
/* @__PURE__ */
|
|
1566
|
+
/* @__PURE__ */ n.jsx(
|
|
1308
1567
|
"svg",
|
|
1309
1568
|
{
|
|
1310
|
-
className:
|
|
1569
|
+
className: e,
|
|
1311
1570
|
fill: "currentcolor",
|
|
1312
1571
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1313
1572
|
viewBox: "0 0 164.61 164.61",
|
|
1314
|
-
children: /* @__PURE__ */
|
|
1573
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1315
1574
|
}
|
|
1316
1575
|
)
|
|
1317
1576
|
),
|
|
1318
1577
|
EnabledImage: (
|
|
1319
1578
|
/* icon-down-enabled.svg */
|
|
1320
|
-
/* @__PURE__ */
|
|
1579
|
+
/* @__PURE__ */ n.jsx(
|
|
1321
1580
|
"svg",
|
|
1322
1581
|
{
|
|
1323
|
-
className:
|
|
1582
|
+
className: e,
|
|
1324
1583
|
fill: "currentcolor",
|
|
1325
1584
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1326
1585
|
viewBox: "0 0 164.61 164.61",
|
|
1327
|
-
children: /* @__PURE__ */
|
|
1586
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1328
1587
|
}
|
|
1329
1588
|
)
|
|
1330
1589
|
),
|
|
1331
|
-
active:
|
|
1332
|
-
disabled:
|
|
1590
|
+
active: t,
|
|
1591
|
+
disabled: r
|
|
1333
1592
|
}
|
|
1334
|
-
),
|
|
1335
|
-
active:
|
|
1336
|
-
className:
|
|
1337
|
-
disabled:
|
|
1338
|
-
}) => /* @__PURE__ */
|
|
1339
|
-
|
|
1593
|
+
), $2 = ({
|
|
1594
|
+
active: t,
|
|
1595
|
+
className: e = "",
|
|
1596
|
+
disabled: r
|
|
1597
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1598
|
+
x,
|
|
1340
1599
|
{
|
|
1341
1600
|
ActiveImage: (
|
|
1342
1601
|
/* icon-elipses-active.svg */
|
|
1343
|
-
/* @__PURE__ */
|
|
1602
|
+
/* @__PURE__ */ n.jsx(
|
|
1344
1603
|
"svg",
|
|
1345
1604
|
{
|
|
1346
|
-
className:
|
|
1605
|
+
className: e,
|
|
1347
1606
|
fill: "currentcolor",
|
|
1348
1607
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1349
1608
|
viewBox: "0 0 164.61 164.61",
|
|
1350
|
-
children: /* @__PURE__ */
|
|
1609
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1351
1610
|
}
|
|
1352
1611
|
)
|
|
1353
1612
|
),
|
|
1354
1613
|
DisabledImage: (
|
|
1355
1614
|
/* icon-elipses-disabled.svg */
|
|
1356
|
-
/* @__PURE__ */
|
|
1615
|
+
/* @__PURE__ */ n.jsx(
|
|
1357
1616
|
"svg",
|
|
1358
1617
|
{
|
|
1359
|
-
className:
|
|
1618
|
+
className: e,
|
|
1360
1619
|
fill: "currentcolor",
|
|
1361
1620
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1362
1621
|
viewBox: "0 0 164.61 164.61",
|
|
1363
|
-
children: /* @__PURE__ */
|
|
1622
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1364
1623
|
}
|
|
1365
1624
|
)
|
|
1366
1625
|
),
|
|
1367
1626
|
EnabledImage: (
|
|
1368
1627
|
/* icon-elipses-enabled.svg */
|
|
1369
|
-
/* @__PURE__ */
|
|
1628
|
+
/* @__PURE__ */ n.jsx(
|
|
1370
1629
|
"svg",
|
|
1371
1630
|
{
|
|
1372
|
-
className:
|
|
1631
|
+
className: e,
|
|
1373
1632
|
fill: "currentcolor",
|
|
1374
1633
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1375
1634
|
viewBox: "0 0 164.61 164.61",
|
|
1376
|
-
children: /* @__PURE__ */
|
|
1635
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1377
1636
|
}
|
|
1378
1637
|
)
|
|
1379
1638
|
),
|
|
1380
|
-
active:
|
|
1381
|
-
disabled:
|
|
1639
|
+
active: t,
|
|
1640
|
+
disabled: r
|
|
1382
1641
|
}
|
|
1383
|
-
),
|
|
1384
|
-
active:
|
|
1385
|
-
className:
|
|
1386
|
-
disabled:
|
|
1387
|
-
}) => /* @__PURE__ */
|
|
1388
|
-
|
|
1642
|
+
), O2 = ({
|
|
1643
|
+
active: t,
|
|
1644
|
+
className: e = "",
|
|
1645
|
+
disabled: r
|
|
1646
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1647
|
+
x,
|
|
1389
1648
|
{
|
|
1390
1649
|
ActiveImage: (
|
|
1391
1650
|
/* icon-flag-active.svg */
|
|
1392
|
-
/* @__PURE__ */
|
|
1651
|
+
/* @__PURE__ */ n.jsx(
|
|
1393
1652
|
"svg",
|
|
1394
1653
|
{
|
|
1395
|
-
className:
|
|
1654
|
+
className: e,
|
|
1396
1655
|
fill: "currentcolor",
|
|
1397
1656
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1398
1657
|
viewBox: "0 0 164.61 164.61",
|
|
1399
|
-
children: /* @__PURE__ */
|
|
1658
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1400
1659
|
}
|
|
1401
1660
|
)
|
|
1402
1661
|
),
|
|
1403
1662
|
DisabledImage: (
|
|
1404
1663
|
/* icon-flag-disabled.svg */
|
|
1405
|
-
/* @__PURE__ */
|
|
1664
|
+
/* @__PURE__ */ n.jsx(
|
|
1406
1665
|
"svg",
|
|
1407
1666
|
{
|
|
1408
|
-
className:
|
|
1667
|
+
className: e,
|
|
1409
1668
|
fill: "currentcolor",
|
|
1410
1669
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1411
1670
|
viewBox: "0 0 164.61 164.61",
|
|
1412
|
-
children: /* @__PURE__ */
|
|
1671
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1413
1672
|
}
|
|
1414
1673
|
)
|
|
1415
1674
|
),
|
|
1416
1675
|
EnabledImage: (
|
|
1417
1676
|
/* icon-flag-enabled.svg */
|
|
1418
|
-
/* @__PURE__ */
|
|
1677
|
+
/* @__PURE__ */ n.jsx(
|
|
1419
1678
|
"svg",
|
|
1420
1679
|
{
|
|
1421
|
-
className:
|
|
1680
|
+
className: e,
|
|
1422
1681
|
fill: "currentcolor",
|
|
1423
1682
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1424
1683
|
viewBox: "0 0 164.61 164.61",
|
|
1425
|
-
children: /* @__PURE__ */
|
|
1684
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1426
1685
|
}
|
|
1427
1686
|
)
|
|
1428
1687
|
),
|
|
1429
|
-
active:
|
|
1430
|
-
disabled:
|
|
1688
|
+
active: t,
|
|
1689
|
+
disabled: r
|
|
1431
1690
|
}
|
|
1432
|
-
),
|
|
1433
|
-
active:
|
|
1434
|
-
className:
|
|
1435
|
-
disabled:
|
|
1436
|
-
}) => /* @__PURE__ */
|
|
1437
|
-
|
|
1691
|
+
), P2 = ({
|
|
1692
|
+
active: t,
|
|
1693
|
+
className: e = "",
|
|
1694
|
+
disabled: r
|
|
1695
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1696
|
+
x,
|
|
1438
1697
|
{
|
|
1439
1698
|
ActiveImage: (
|
|
1440
1699
|
/* /Users/hvolmer/Downloads/SVG/icon-gear-active.svg */
|
|
1441
|
-
/* @__PURE__ */
|
|
1700
|
+
/* @__PURE__ */ n.jsx(
|
|
1442
1701
|
"svg",
|
|
1443
1702
|
{
|
|
1444
|
-
className:
|
|
1703
|
+
className: e,
|
|
1445
1704
|
fill: "currentcolor",
|
|
1446
1705
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1447
1706
|
viewBox: "0 0 164.61 164.61",
|
|
1448
|
-
children: /* @__PURE__ */
|
|
1707
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1449
1708
|
}
|
|
1450
1709
|
)
|
|
1451
1710
|
),
|
|
1452
1711
|
DisabledImage: (
|
|
1453
1712
|
/* /Users/hvolmer/Downloads/SVG/icon-gear-disabled.svg */
|
|
1454
|
-
/* @__PURE__ */
|
|
1713
|
+
/* @__PURE__ */ n.jsx(
|
|
1455
1714
|
"svg",
|
|
1456
1715
|
{
|
|
1457
|
-
className:
|
|
1716
|
+
className: e,
|
|
1458
1717
|
fill: "currentcolor",
|
|
1459
1718
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1460
1719
|
viewBox: "0 0 164.61 164.61",
|
|
1461
|
-
children: /* @__PURE__ */
|
|
1720
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1462
1721
|
}
|
|
1463
1722
|
)
|
|
1464
1723
|
),
|
|
1465
1724
|
EnabledImage: (
|
|
1466
1725
|
/* /Users/hvolmer/Downloads/SVG/icon-gear-enabled.svg */
|
|
1467
|
-
/* @__PURE__ */
|
|
1726
|
+
/* @__PURE__ */ n.jsx(
|
|
1468
1727
|
"svg",
|
|
1469
1728
|
{
|
|
1470
|
-
className:
|
|
1729
|
+
className: e,
|
|
1471
1730
|
fill: "currentcolor",
|
|
1472
1731
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1473
1732
|
viewBox: "0 0 164.61 164.61",
|
|
1474
|
-
children: /* @__PURE__ */
|
|
1733
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1475
1734
|
}
|
|
1476
1735
|
)
|
|
1477
1736
|
),
|
|
1478
|
-
active:
|
|
1479
|
-
disabled:
|
|
1737
|
+
active: t,
|
|
1738
|
+
disabled: r
|
|
1480
1739
|
}
|
|
1481
|
-
),
|
|
1482
|
-
active:
|
|
1483
|
-
className:
|
|
1484
|
-
disabled:
|
|
1485
|
-
}) => /* @__PURE__ */
|
|
1486
|
-
|
|
1740
|
+
), V2 = ({
|
|
1741
|
+
active: t,
|
|
1742
|
+
className: e = "",
|
|
1743
|
+
disabled: r
|
|
1744
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1745
|
+
x,
|
|
1487
1746
|
{
|
|
1488
1747
|
ActiveImage: (
|
|
1489
1748
|
/* icon-glass-active.svg */
|
|
1490
|
-
/* @__PURE__ */
|
|
1749
|
+
/* @__PURE__ */ n.jsx(
|
|
1491
1750
|
"svg",
|
|
1492
1751
|
{
|
|
1493
|
-
className:
|
|
1752
|
+
className: e,
|
|
1494
1753
|
fill: "currentcolor",
|
|
1495
1754
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1496
1755
|
viewBox: "0 0 164.61 164.61",
|
|
1497
|
-
children: /* @__PURE__ */
|
|
1756
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1498
1757
|
}
|
|
1499
1758
|
)
|
|
1500
1759
|
),
|
|
1501
1760
|
DisabledImage: (
|
|
1502
1761
|
/* icon-glass-disabled.svg */
|
|
1503
|
-
/* @__PURE__ */
|
|
1762
|
+
/* @__PURE__ */ n.jsx(
|
|
1504
1763
|
"svg",
|
|
1505
1764
|
{
|
|
1506
|
-
className:
|
|
1765
|
+
className: e,
|
|
1507
1766
|
fill: "currentcolor",
|
|
1508
1767
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1509
1768
|
viewBox: "0 0 164.61 164.61",
|
|
1510
|
-
children: /* @__PURE__ */
|
|
1769
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1511
1770
|
}
|
|
1512
1771
|
)
|
|
1513
1772
|
),
|
|
1514
1773
|
EnabledImage: (
|
|
1515
1774
|
/* icon-glass-enabled.svg */
|
|
1516
|
-
/* @__PURE__ */
|
|
1775
|
+
/* @__PURE__ */ n.jsx(
|
|
1517
1776
|
"svg",
|
|
1518
1777
|
{
|
|
1519
|
-
className:
|
|
1778
|
+
className: e,
|
|
1520
1779
|
fill: "currentcolor",
|
|
1521
1780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1522
1781
|
viewBox: "0 0 164.61 164.61",
|
|
1523
|
-
children: /* @__PURE__ */
|
|
1782
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1524
1783
|
}
|
|
1525
1784
|
)
|
|
1526
1785
|
),
|
|
1527
|
-
active:
|
|
1528
|
-
disabled:
|
|
1786
|
+
active: t,
|
|
1787
|
+
disabled: r
|
|
1529
1788
|
}
|
|
1530
|
-
),
|
|
1531
|
-
active:
|
|
1789
|
+
), F2 = ({
|
|
1790
|
+
active: t,
|
|
1532
1791
|
// Just to shut up the linter on this template. Prefer deleting this lint rule
|
|
1533
1792
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
1534
|
-
className:
|
|
1535
|
-
disabled:
|
|
1536
|
-
}) => /* @__PURE__ */
|
|
1537
|
-
|
|
1793
|
+
className: e = "",
|
|
1794
|
+
disabled: r
|
|
1795
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1796
|
+
x,
|
|
1538
1797
|
{
|
|
1539
1798
|
ActiveImage: (
|
|
1540
1799
|
/* icon-hdmi-active.svg */
|
|
1541
|
-
/* @__PURE__ */
|
|
1800
|
+
/* @__PURE__ */ n.jsx(
|
|
1542
1801
|
"svg",
|
|
1543
1802
|
{
|
|
1544
|
-
className:
|
|
1803
|
+
className: e,
|
|
1545
1804
|
fill: "currentcolor",
|
|
1546
1805
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1547
1806
|
viewBox: "0 0 164.61 164.61",
|
|
1548
|
-
children: /* @__PURE__ */
|
|
1807
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx(
|
|
1549
1808
|
"path",
|
|
1550
1809
|
{
|
|
1551
1810
|
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",
|
|
@@ -1557,14 +1816,14 @@ const P8 = () => /* @__PURE__ */ e.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1557
1816
|
),
|
|
1558
1817
|
DisabledImage: (
|
|
1559
1818
|
/* icon-hdmi-disabled.svg */
|
|
1560
|
-
/* @__PURE__ */
|
|
1819
|
+
/* @__PURE__ */ n.jsx(
|
|
1561
1820
|
"svg",
|
|
1562
1821
|
{
|
|
1563
|
-
className:
|
|
1822
|
+
className: e,
|
|
1564
1823
|
fill: "currentcolor",
|
|
1565
1824
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1566
1825
|
viewBox: "0 0 164.61 164.61",
|
|
1567
|
-
children: /* @__PURE__ */
|
|
1826
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx(
|
|
1568
1827
|
"path",
|
|
1569
1828
|
{
|
|
1570
1829
|
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",
|
|
@@ -1576,14 +1835,14 @@ const P8 = () => /* @__PURE__ */ e.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1576
1835
|
),
|
|
1577
1836
|
EnabledImage: (
|
|
1578
1837
|
/* icon-hdmi-enabled.svg */
|
|
1579
|
-
/* @__PURE__ */
|
|
1838
|
+
/* @__PURE__ */ n.jsx(
|
|
1580
1839
|
"svg",
|
|
1581
1840
|
{
|
|
1582
|
-
className:
|
|
1841
|
+
className: e,
|
|
1583
1842
|
fill: "currentcolor",
|
|
1584
1843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1585
1844
|
viewBox: "0 0 164.61 164.61",
|
|
1586
|
-
children: /* @__PURE__ */
|
|
1845
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx(
|
|
1587
1846
|
"path",
|
|
1588
1847
|
{
|
|
1589
1848
|
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",
|
|
@@ -1593,1112 +1852,1125 @@ const P8 = () => /* @__PURE__ */ e.jsx("div", { className: "m-2 p-2 bg-danger ro
|
|
|
1593
1852
|
}
|
|
1594
1853
|
)
|
|
1595
1854
|
),
|
|
1596
|
-
active:
|
|
1597
|
-
disabled:
|
|
1855
|
+
active: t,
|
|
1856
|
+
disabled: r
|
|
1598
1857
|
}
|
|
1599
|
-
),
|
|
1600
|
-
active:
|
|
1601
|
-
className:
|
|
1602
|
-
disabled:
|
|
1603
|
-
}) => /* @__PURE__ */
|
|
1604
|
-
|
|
1858
|
+
), k2 = ({
|
|
1859
|
+
active: t,
|
|
1860
|
+
className: e = "",
|
|
1861
|
+
disabled: r
|
|
1862
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1863
|
+
x,
|
|
1605
1864
|
{
|
|
1606
1865
|
ActiveImage: (
|
|
1607
1866
|
/* icon-laptop-active.svg */
|
|
1608
|
-
/* @__PURE__ */
|
|
1867
|
+
/* @__PURE__ */ n.jsx(
|
|
1609
1868
|
"svg",
|
|
1610
1869
|
{
|
|
1611
|
-
className:
|
|
1870
|
+
className: e,
|
|
1612
1871
|
fill: "currentcolor",
|
|
1613
1872
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1614
1873
|
viewBox: "0 0 164.61 164.61",
|
|
1615
|
-
children: /* @__PURE__ */
|
|
1874
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1616
1875
|
}
|
|
1617
1876
|
)
|
|
1618
1877
|
),
|
|
1619
1878
|
DisabledImage: (
|
|
1620
1879
|
/* icon-laptop-disabled.svg */
|
|
1621
|
-
/* @__PURE__ */
|
|
1880
|
+
/* @__PURE__ */ n.jsx(
|
|
1622
1881
|
"svg",
|
|
1623
1882
|
{
|
|
1624
|
-
className:
|
|
1883
|
+
className: e,
|
|
1625
1884
|
fill: "currentcolor",
|
|
1626
1885
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1627
1886
|
viewBox: "0 0 164.61 164.61",
|
|
1628
|
-
children: /* @__PURE__ */
|
|
1887
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1629
1888
|
}
|
|
1630
1889
|
)
|
|
1631
1890
|
),
|
|
1632
1891
|
EnabledImage: (
|
|
1633
1892
|
/* icon-laptop-enabled.svg */
|
|
1634
|
-
/* @__PURE__ */
|
|
1893
|
+
/* @__PURE__ */ n.jsx(
|
|
1635
1894
|
"svg",
|
|
1636
1895
|
{
|
|
1637
|
-
className:
|
|
1896
|
+
className: e,
|
|
1638
1897
|
fill: "currentcolor",
|
|
1639
1898
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1640
1899
|
viewBox: "0 0 164.61 164.61",
|
|
1641
|
-
children: /* @__PURE__ */
|
|
1900
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1642
1901
|
}
|
|
1643
1902
|
)
|
|
1644
1903
|
),
|
|
1645
|
-
active:
|
|
1646
|
-
disabled:
|
|
1904
|
+
active: t,
|
|
1905
|
+
disabled: r
|
|
1647
1906
|
}
|
|
1648
|
-
),
|
|
1649
|
-
active:
|
|
1650
|
-
className:
|
|
1651
|
-
disabled:
|
|
1652
|
-
}) => /* @__PURE__ */
|
|
1653
|
-
|
|
1907
|
+
), U2 = ({
|
|
1908
|
+
active: t,
|
|
1909
|
+
className: e = "",
|
|
1910
|
+
disabled: r
|
|
1911
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1912
|
+
x,
|
|
1654
1913
|
{
|
|
1655
1914
|
ActiveImage: (
|
|
1656
1915
|
/* icon-left-active.svg */
|
|
1657
|
-
/* @__PURE__ */
|
|
1916
|
+
/* @__PURE__ */ n.jsx(
|
|
1658
1917
|
"svg",
|
|
1659
1918
|
{
|
|
1660
|
-
className:
|
|
1919
|
+
className: e,
|
|
1661
1920
|
fill: "currentcolor",
|
|
1662
1921
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1663
1922
|
viewBox: "0 0 164.61 164.61",
|
|
1664
|
-
children: /* @__PURE__ */
|
|
1923
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1665
1924
|
}
|
|
1666
1925
|
)
|
|
1667
1926
|
),
|
|
1668
1927
|
DisabledImage: (
|
|
1669
1928
|
/* icon-left-disabled.svg */
|
|
1670
|
-
/* @__PURE__ */
|
|
1929
|
+
/* @__PURE__ */ n.jsx(
|
|
1671
1930
|
"svg",
|
|
1672
1931
|
{
|
|
1673
|
-
className:
|
|
1932
|
+
className: e,
|
|
1674
1933
|
fill: "currentcolor",
|
|
1675
1934
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1676
1935
|
viewBox: "0 0 164.61 164.61",
|
|
1677
|
-
children: /* @__PURE__ */
|
|
1936
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1678
1937
|
}
|
|
1679
1938
|
)
|
|
1680
1939
|
),
|
|
1681
1940
|
EnabledImage: (
|
|
1682
1941
|
/* icon-left-enabled.svg */
|
|
1683
|
-
/* @__PURE__ */
|
|
1942
|
+
/* @__PURE__ */ n.jsx(
|
|
1684
1943
|
"svg",
|
|
1685
1944
|
{
|
|
1686
|
-
className:
|
|
1945
|
+
className: e,
|
|
1687
1946
|
fill: "currentcolor",
|
|
1688
1947
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1689
1948
|
viewBox: "0 0 164.61 164.61",
|
|
1690
|
-
children: /* @__PURE__ */
|
|
1949
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1691
1950
|
}
|
|
1692
1951
|
)
|
|
1693
1952
|
),
|
|
1694
|
-
active:
|
|
1695
|
-
disabled:
|
|
1953
|
+
active: t,
|
|
1954
|
+
disabled: r
|
|
1696
1955
|
}
|
|
1697
|
-
),
|
|
1698
|
-
active:
|
|
1699
|
-
className:
|
|
1700
|
-
disabled:
|
|
1701
|
-
}) => /* @__PURE__ */
|
|
1702
|
-
|
|
1956
|
+
), W2 = ({
|
|
1957
|
+
active: t,
|
|
1958
|
+
className: e = "",
|
|
1959
|
+
disabled: r
|
|
1960
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
1961
|
+
x,
|
|
1703
1962
|
{
|
|
1704
1963
|
ActiveImage: (
|
|
1705
1964
|
/* icon-light-active.svg */
|
|
1706
|
-
/* @__PURE__ */
|
|
1965
|
+
/* @__PURE__ */ n.jsx(
|
|
1707
1966
|
"svg",
|
|
1708
1967
|
{
|
|
1709
|
-
className:
|
|
1968
|
+
className: e,
|
|
1710
1969
|
fill: "currentcolor",
|
|
1711
1970
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1712
1971
|
viewBox: "0 0 164.61 164.61",
|
|
1713
|
-
children: /* @__PURE__ */
|
|
1972
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1714
1973
|
}
|
|
1715
1974
|
)
|
|
1716
1975
|
),
|
|
1717
1976
|
DisabledImage: (
|
|
1718
1977
|
/* icon-light-disabled.svg */
|
|
1719
|
-
/* @__PURE__ */
|
|
1978
|
+
/* @__PURE__ */ n.jsx(
|
|
1720
1979
|
"svg",
|
|
1721
1980
|
{
|
|
1722
|
-
className:
|
|
1981
|
+
className: e,
|
|
1723
1982
|
fill: "currentcolor",
|
|
1724
1983
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1725
1984
|
viewBox: "0 0 164.61 164.61",
|
|
1726
|
-
children: /* @__PURE__ */
|
|
1985
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1727
1986
|
}
|
|
1728
1987
|
)
|
|
1729
1988
|
),
|
|
1730
1989
|
EnabledImage: (
|
|
1731
1990
|
/* icon-light-enabled.svg */
|
|
1732
|
-
/* @__PURE__ */
|
|
1991
|
+
/* @__PURE__ */ n.jsx(
|
|
1733
1992
|
"svg",
|
|
1734
1993
|
{
|
|
1735
|
-
className:
|
|
1994
|
+
className: e,
|
|
1736
1995
|
fill: "currentcolor",
|
|
1737
1996
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1738
1997
|
viewBox: "0 0 164.61 164.61",
|
|
1739
|
-
children: /* @__PURE__ */
|
|
1998
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1740
1999
|
}
|
|
1741
2000
|
)
|
|
1742
2001
|
),
|
|
1743
|
-
active:
|
|
1744
|
-
disabled:
|
|
2002
|
+
active: t,
|
|
2003
|
+
disabled: r
|
|
1745
2004
|
}
|
|
1746
|
-
),
|
|
1747
|
-
active:
|
|
1748
|
-
className:
|
|
1749
|
-
disabled:
|
|
1750
|
-
}) => /* @__PURE__ */
|
|
1751
|
-
|
|
2005
|
+
), H2 = ({
|
|
2006
|
+
active: t,
|
|
2007
|
+
className: e = "",
|
|
2008
|
+
disabled: r
|
|
2009
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2010
|
+
x,
|
|
1752
2011
|
{
|
|
1753
2012
|
ActiveImage: (
|
|
1754
2013
|
/* icon-moon-active.svg */
|
|
1755
|
-
/* @__PURE__ */
|
|
2014
|
+
/* @__PURE__ */ n.jsx(
|
|
1756
2015
|
"svg",
|
|
1757
2016
|
{
|
|
1758
|
-
className:
|
|
2017
|
+
className: e,
|
|
1759
2018
|
fill: "currentcolor",
|
|
1760
2019
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1761
2020
|
viewBox: "0 0 164.61 164.61",
|
|
1762
|
-
children: /* @__PURE__ */
|
|
2021
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1763
2022
|
}
|
|
1764
2023
|
)
|
|
1765
2024
|
),
|
|
1766
2025
|
DisabledImage: (
|
|
1767
2026
|
/* icon-moon-disabled.svg */
|
|
1768
|
-
/* @__PURE__ */
|
|
2027
|
+
/* @__PURE__ */ n.jsx(
|
|
1769
2028
|
"svg",
|
|
1770
2029
|
{
|
|
1771
|
-
className:
|
|
2030
|
+
className: e,
|
|
1772
2031
|
fill: "currentcolor",
|
|
1773
2032
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1774
2033
|
viewBox: "0 0 164.61 164.61",
|
|
1775
|
-
children: /* @__PURE__ */
|
|
2034
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1776
2035
|
}
|
|
1777
2036
|
)
|
|
1778
2037
|
),
|
|
1779
2038
|
EnabledImage: (
|
|
1780
2039
|
/* icon-moon-enabled.svg */
|
|
1781
|
-
/* @__PURE__ */
|
|
2040
|
+
/* @__PURE__ */ n.jsx(
|
|
1782
2041
|
"svg",
|
|
1783
2042
|
{
|
|
1784
|
-
className:
|
|
2043
|
+
className: e,
|
|
1785
2044
|
fill: "currentcolor",
|
|
1786
2045
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1787
2046
|
viewBox: "0 0 164.61 164.61",
|
|
1788
|
-
children: /* @__PURE__ */
|
|
2047
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1789
2048
|
}
|
|
1790
2049
|
)
|
|
1791
2050
|
),
|
|
1792
|
-
active:
|
|
1793
|
-
disabled:
|
|
2051
|
+
active: t,
|
|
2052
|
+
disabled: r
|
|
1794
2053
|
}
|
|
1795
|
-
),
|
|
1796
|
-
active:
|
|
1797
|
-
className:
|
|
1798
|
-
disabled:
|
|
1799
|
-
}) => /* @__PURE__ */
|
|
1800
|
-
|
|
2054
|
+
), G2 = ({
|
|
2055
|
+
active: t,
|
|
2056
|
+
className: e = "",
|
|
2057
|
+
disabled: r
|
|
2058
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2059
|
+
x,
|
|
1801
2060
|
{
|
|
1802
2061
|
ActiveImage: (
|
|
1803
2062
|
/* icon-playstation-active.svg */
|
|
1804
|
-
/* @__PURE__ */
|
|
2063
|
+
/* @__PURE__ */ n.jsx("svg", { className: e, fill: "currentcolor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 164.61 164.61", children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx("path", { d: "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" }) }) })
|
|
1805
2064
|
),
|
|
1806
2065
|
DisabledImage: (
|
|
1807
2066
|
/* icon-playstation-disabled.svg */
|
|
1808
|
-
/* @__PURE__ */
|
|
2067
|
+
/* @__PURE__ */ n.jsx("svg", { className: e, fill: "currentcolor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 164.61 164.61", children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx("path", { d: "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" }) }) })
|
|
1809
2068
|
),
|
|
1810
2069
|
EnabledImage: (
|
|
1811
2070
|
/* icon-playstation-enabled.svg */
|
|
1812
|
-
/* @__PURE__ */
|
|
2071
|
+
/* @__PURE__ */ n.jsx("svg", { className: e, fill: "currentcolor", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 164.61 164.61", children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.jsx("path", { d: "M131.62,102.87c-1.96,2.47-6.77,4.24-6.77,4.24l-35.75,12.84v-9.47l26.31-9.37c2.99-1.07,3.44-2.58,1.02-3.38-2.42-.8-6.81-.57-9.8.51l-17.53,6.17v-9.83l1.01-.34s5.07-1.79,12.19-2.58c7.12-.78,15.85.11,22.69,2.7,7.72,2.44,8.59,6.03,6.63,8.51ZM92.51,86.75v-24.22c0-2.84-.52-5.46-3.19-6.2-2.04-.65-3.31,1.24-3.31,4.09v60.65l-16.36-5.19V43.55c6.95,1.29,17.09,4.34,22.53,6.18,13.85,4.76,18.55,10.67,18.55,24.01s-8.02,17.93-18.22,13ZM39.63,109.49c-7.92-2.23-9.24-6.88-5.63-9.56,3.34-2.47,9.01-4.33,9.01-4.33l23.45-8.34v9.51l-16.88,6.04c-2.98,1.07-3.44,2.58-1.02,3.38,2.42.79,6.81.57,9.8-.5l8.1-2.94v8.51c-.51.09-1.09.18-1.61.27-8.1,1.32-16.72.77-25.22-2.03h0ZM82.3,164.61C36.92,164.61,0,127.69,0,82.3S36.92,0,82.3,0s82.3,36.92,82.3,82.3-36.92,82.3-82.3,82.3ZM82.3,5C39.68,5,5,39.68,5,82.3s34.68,77.3,77.3,77.3,77.3-34.68,77.3-77.3S124.93,5,82.3,5Z" }) }) })
|
|
1813
2072
|
),
|
|
1814
|
-
active:
|
|
1815
|
-
disabled:
|
|
2073
|
+
active: t,
|
|
2074
|
+
disabled: r
|
|
1816
2075
|
}
|
|
1817
|
-
),
|
|
1818
|
-
active:
|
|
1819
|
-
className:
|
|
1820
|
-
disabled:
|
|
1821
|
-
}) => /* @__PURE__ */
|
|
1822
|
-
|
|
2076
|
+
), q2 = ({
|
|
2077
|
+
active: t,
|
|
2078
|
+
className: e = "",
|
|
2079
|
+
disabled: r
|
|
2080
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2081
|
+
x,
|
|
1823
2082
|
{
|
|
1824
2083
|
ActiveImage: (
|
|
1825
2084
|
/* icon-podium-active.svg */
|
|
1826
|
-
/* @__PURE__ */
|
|
2085
|
+
/* @__PURE__ */ n.jsx(
|
|
1827
2086
|
"svg",
|
|
1828
2087
|
{
|
|
1829
|
-
className:
|
|
2088
|
+
className: e,
|
|
1830
2089
|
fill: "currentcolor",
|
|
1831
2090
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1832
2091
|
viewBox: "0 0 164.61 164.61",
|
|
1833
|
-
children: /* @__PURE__ */
|
|
2092
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1834
2093
|
}
|
|
1835
2094
|
)
|
|
1836
2095
|
),
|
|
1837
2096
|
DisabledImage: (
|
|
1838
2097
|
/* icon-podium-disabled.svg */
|
|
1839
|
-
/* @__PURE__ */
|
|
2098
|
+
/* @__PURE__ */ n.jsx(
|
|
1840
2099
|
"svg",
|
|
1841
2100
|
{
|
|
1842
|
-
className:
|
|
2101
|
+
className: e,
|
|
1843
2102
|
fill: "currentcolor",
|
|
1844
2103
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1845
2104
|
viewBox: "0 0 164.61 164.61",
|
|
1846
|
-
children: /* @__PURE__ */
|
|
2105
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1847
2106
|
}
|
|
1848
2107
|
)
|
|
1849
2108
|
),
|
|
1850
2109
|
EnabledImage: (
|
|
1851
2110
|
/* icon-podium-enabled.svg */
|
|
1852
|
-
/* @__PURE__ */
|
|
2111
|
+
/* @__PURE__ */ n.jsx(
|
|
1853
2112
|
"svg",
|
|
1854
2113
|
{
|
|
1855
|
-
className:
|
|
2114
|
+
className: e,
|
|
1856
2115
|
fill: "currentcolor",
|
|
1857
2116
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1858
2117
|
viewBox: "0 0 164.61 164.61",
|
|
1859
|
-
children: /* @__PURE__ */
|
|
2118
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1860
2119
|
}
|
|
1861
2120
|
)
|
|
1862
2121
|
),
|
|
1863
|
-
active:
|
|
1864
|
-
disabled:
|
|
2122
|
+
active: t,
|
|
2123
|
+
disabled: r
|
|
1865
2124
|
}
|
|
1866
|
-
),
|
|
1867
|
-
active:
|
|
1868
|
-
className:
|
|
1869
|
-
disabled:
|
|
1870
|
-
}) => /* @__PURE__ */
|
|
1871
|
-
|
|
2125
|
+
), Y2 = ({
|
|
2126
|
+
active: t,
|
|
2127
|
+
className: e = "",
|
|
2128
|
+
disabled: r
|
|
2129
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2130
|
+
x,
|
|
1872
2131
|
{
|
|
1873
2132
|
ActiveImage: (
|
|
1874
2133
|
/* icon-power-active.svg */
|
|
1875
|
-
/* @__PURE__ */
|
|
2134
|
+
/* @__PURE__ */ n.jsx(
|
|
1876
2135
|
"svg",
|
|
1877
2136
|
{
|
|
1878
|
-
className:
|
|
2137
|
+
className: e,
|
|
1879
2138
|
fill: "currentcolor",
|
|
1880
2139
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1881
2140
|
viewBox: "0 0 164.61 164.61",
|
|
1882
|
-
children: /* @__PURE__ */
|
|
2141
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1883
2142
|
}
|
|
1884
2143
|
)
|
|
1885
2144
|
),
|
|
1886
2145
|
DisabledImage: (
|
|
1887
2146
|
/* icon-power-disabled.svg */
|
|
1888
|
-
/* @__PURE__ */
|
|
2147
|
+
/* @__PURE__ */ n.jsx(
|
|
1889
2148
|
"svg",
|
|
1890
2149
|
{
|
|
1891
|
-
className:
|
|
2150
|
+
className: e,
|
|
1892
2151
|
fill: "currentcolor",
|
|
1893
2152
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1894
2153
|
viewBox: "0 0 164.61 164.61",
|
|
1895
|
-
children: /* @__PURE__ */
|
|
2154
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1896
2155
|
}
|
|
1897
2156
|
)
|
|
1898
2157
|
),
|
|
1899
2158
|
EnabledImage: (
|
|
1900
2159
|
/* icon-power-enabled.svg */
|
|
1901
|
-
/* @__PURE__ */
|
|
2160
|
+
/* @__PURE__ */ n.jsx(
|
|
1902
2161
|
"svg",
|
|
1903
2162
|
{
|
|
1904
|
-
className:
|
|
2163
|
+
className: e,
|
|
1905
2164
|
fill: "currentcolor",
|
|
1906
2165
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1907
2166
|
viewBox: "0 0 164.61 164.61",
|
|
1908
|
-
children: /* @__PURE__ */
|
|
2167
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1909
2168
|
}
|
|
1910
2169
|
)
|
|
1911
2170
|
),
|
|
1912
|
-
active:
|
|
1913
|
-
disabled:
|
|
2171
|
+
active: t,
|
|
2172
|
+
disabled: r
|
|
1914
2173
|
}
|
|
1915
|
-
),
|
|
1916
|
-
active:
|
|
1917
|
-
className:
|
|
1918
|
-
disabled:
|
|
1919
|
-
}) => /* @__PURE__ */
|
|
1920
|
-
|
|
2174
|
+
), K2 = ({
|
|
2175
|
+
active: t,
|
|
2176
|
+
className: e = "",
|
|
2177
|
+
disabled: r
|
|
2178
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2179
|
+
x,
|
|
1921
2180
|
{
|
|
1922
2181
|
ActiveImage: (
|
|
1923
2182
|
/* icon-privacy-active.svg */
|
|
1924
|
-
/* @__PURE__ */
|
|
2183
|
+
/* @__PURE__ */ n.jsx(
|
|
1925
2184
|
"svg",
|
|
1926
2185
|
{
|
|
1927
|
-
className:
|
|
2186
|
+
className: e,
|
|
1928
2187
|
fill: "currentcolor",
|
|
1929
2188
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1930
2189
|
viewBox: "0 0 164.61 164.61",
|
|
1931
|
-
children: /* @__PURE__ */
|
|
2190
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1932
2191
|
}
|
|
1933
2192
|
)
|
|
1934
2193
|
),
|
|
1935
2194
|
DisabledImage: (
|
|
1936
2195
|
/* icon-privacy-disabled.svg */
|
|
1937
|
-
/* @__PURE__ */
|
|
2196
|
+
/* @__PURE__ */ n.jsx(
|
|
1938
2197
|
"svg",
|
|
1939
2198
|
{
|
|
1940
|
-
className:
|
|
2199
|
+
className: e,
|
|
1941
2200
|
fill: "currentcolor",
|
|
1942
2201
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1943
2202
|
viewBox: "0 0 164.61 164.61",
|
|
1944
|
-
children: /* @__PURE__ */
|
|
2203
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1945
2204
|
}
|
|
1946
2205
|
)
|
|
1947
2206
|
),
|
|
1948
2207
|
EnabledImage: (
|
|
1949
2208
|
/* icon-privacy-enabled.svg */
|
|
1950
|
-
/* @__PURE__ */
|
|
2209
|
+
/* @__PURE__ */ n.jsx(
|
|
1951
2210
|
"svg",
|
|
1952
2211
|
{
|
|
1953
|
-
className:
|
|
2212
|
+
className: e,
|
|
1954
2213
|
fill: "currentcolor",
|
|
1955
2214
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1956
2215
|
viewBox: "0 0 164.61 164.61",
|
|
1957
|
-
children: /* @__PURE__ */
|
|
2216
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1958
2217
|
}
|
|
1959
2218
|
)
|
|
1960
2219
|
),
|
|
1961
|
-
active:
|
|
1962
|
-
disabled:
|
|
2220
|
+
active: t,
|
|
2221
|
+
disabled: r
|
|
1963
2222
|
}
|
|
1964
|
-
),
|
|
1965
|
-
active:
|
|
1966
|
-
className:
|
|
1967
|
-
disabled:
|
|
1968
|
-
}) => /* @__PURE__ */
|
|
1969
|
-
|
|
2223
|
+
), z2 = ({
|
|
2224
|
+
active: t,
|
|
2225
|
+
className: e = "",
|
|
2226
|
+
disabled: r
|
|
2227
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2228
|
+
x,
|
|
1970
2229
|
{
|
|
1971
2230
|
ActiveImage: (
|
|
1972
2231
|
/* icon-question-active.svg */
|
|
1973
|
-
/* @__PURE__ */
|
|
2232
|
+
/* @__PURE__ */ n.jsx(
|
|
1974
2233
|
"svg",
|
|
1975
2234
|
{
|
|
1976
|
-
className:
|
|
2235
|
+
className: e,
|
|
1977
2236
|
fill: "currentcolor",
|
|
1978
2237
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1979
2238
|
viewBox: "0 0 164.61 164.61",
|
|
1980
|
-
children: /* @__PURE__ */
|
|
2239
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1981
2240
|
}
|
|
1982
2241
|
)
|
|
1983
2242
|
),
|
|
1984
2243
|
DisabledImage: (
|
|
1985
2244
|
/* icon-question-disabled.svg */
|
|
1986
|
-
/* @__PURE__ */
|
|
2245
|
+
/* @__PURE__ */ n.jsx(
|
|
1987
2246
|
"svg",
|
|
1988
2247
|
{
|
|
1989
|
-
className:
|
|
2248
|
+
className: e,
|
|
1990
2249
|
fill: "currentcolor",
|
|
1991
2250
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1992
2251
|
viewBox: "0 0 164.61 164.61",
|
|
1993
|
-
children: /* @__PURE__ */
|
|
2252
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
1994
2253
|
}
|
|
1995
2254
|
)
|
|
1996
2255
|
),
|
|
1997
2256
|
EnabledImage: (
|
|
1998
2257
|
/* icon-question-enabled.svg */
|
|
1999
|
-
/* @__PURE__ */
|
|
2258
|
+
/* @__PURE__ */ n.jsx(
|
|
2000
2259
|
"svg",
|
|
2001
2260
|
{
|
|
2002
|
-
className:
|
|
2261
|
+
className: e,
|
|
2003
2262
|
fill: "currentcolor",
|
|
2004
2263
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2005
2264
|
viewBox: "0 0 164.61 164.61",
|
|
2006
|
-
children: /* @__PURE__ */
|
|
2265
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2007
2266
|
}
|
|
2008
2267
|
)
|
|
2009
2268
|
),
|
|
2010
|
-
active:
|
|
2011
|
-
disabled:
|
|
2269
|
+
active: t,
|
|
2270
|
+
disabled: r
|
|
2012
2271
|
}
|
|
2013
|
-
),
|
|
2014
|
-
active:
|
|
2015
|
-
className:
|
|
2016
|
-
disabled:
|
|
2017
|
-
}) => /* @__PURE__ */
|
|
2018
|
-
|
|
2272
|
+
), J2 = ({
|
|
2273
|
+
active: t,
|
|
2274
|
+
className: e = "",
|
|
2275
|
+
disabled: r
|
|
2276
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2277
|
+
x,
|
|
2019
2278
|
{
|
|
2020
2279
|
ActiveImage: (
|
|
2021
2280
|
/* icon-right-active.svg */
|
|
2022
|
-
/* @__PURE__ */
|
|
2281
|
+
/* @__PURE__ */ n.jsx(
|
|
2023
2282
|
"svg",
|
|
2024
2283
|
{
|
|
2025
|
-
className:
|
|
2284
|
+
className: e,
|
|
2026
2285
|
fill: "currentcolor",
|
|
2027
2286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2028
2287
|
viewBox: "0 0 164.61 164.61",
|
|
2029
|
-
children: /* @__PURE__ */
|
|
2288
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2030
2289
|
}
|
|
2031
2290
|
)
|
|
2032
2291
|
),
|
|
2033
2292
|
DisabledImage: (
|
|
2034
2293
|
/* icon-right-disabled.svg */
|
|
2035
|
-
/* @__PURE__ */
|
|
2294
|
+
/* @__PURE__ */ n.jsx(
|
|
2036
2295
|
"svg",
|
|
2037
2296
|
{
|
|
2038
|
-
className:
|
|
2297
|
+
className: e,
|
|
2039
2298
|
fill: "currentcolor",
|
|
2040
2299
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2041
2300
|
viewBox: "0 0 164.61 164.61",
|
|
2042
|
-
children: /* @__PURE__ */
|
|
2301
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2043
2302
|
}
|
|
2044
2303
|
)
|
|
2045
2304
|
),
|
|
2046
2305
|
EnabledImage: (
|
|
2047
2306
|
/* icon-right-enabled.svg */
|
|
2048
|
-
/* @__PURE__ */
|
|
2307
|
+
/* @__PURE__ */ n.jsx(
|
|
2049
2308
|
"svg",
|
|
2050
2309
|
{
|
|
2051
|
-
className:
|
|
2310
|
+
className: e,
|
|
2052
2311
|
fill: "currentcolor",
|
|
2053
2312
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2054
2313
|
viewBox: "0 0 164.61 164.61",
|
|
2055
|
-
children: /* @__PURE__ */
|
|
2314
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2056
2315
|
}
|
|
2057
2316
|
)
|
|
2058
2317
|
),
|
|
2059
|
-
active:
|
|
2060
|
-
disabled:
|
|
2318
|
+
active: t,
|
|
2319
|
+
disabled: r
|
|
2061
2320
|
}
|
|
2062
|
-
),
|
|
2063
|
-
active:
|
|
2064
|
-
className:
|
|
2065
|
-
disabled:
|
|
2066
|
-
}) => /* @__PURE__ */
|
|
2067
|
-
|
|
2321
|
+
), X2 = ({
|
|
2322
|
+
active: t,
|
|
2323
|
+
className: e = "",
|
|
2324
|
+
disabled: r
|
|
2325
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2326
|
+
x,
|
|
2068
2327
|
{
|
|
2069
2328
|
ActiveImage: (
|
|
2070
2329
|
/* icon-shade-active.svg */
|
|
2071
|
-
/* @__PURE__ */
|
|
2330
|
+
/* @__PURE__ */ n.jsx(
|
|
2072
2331
|
"svg",
|
|
2073
2332
|
{
|
|
2074
|
-
className:
|
|
2333
|
+
className: e,
|
|
2075
2334
|
fill: "currentcolor",
|
|
2076
2335
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2077
2336
|
viewBox: "0 0 164.61 164.61",
|
|
2078
|
-
children: /* @__PURE__ */
|
|
2337
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2079
2338
|
}
|
|
2080
2339
|
)
|
|
2081
2340
|
),
|
|
2082
2341
|
DisabledImage: (
|
|
2083
2342
|
/* icon-shade-disabled.svg */
|
|
2084
|
-
/* @__PURE__ */
|
|
2343
|
+
/* @__PURE__ */ n.jsx(
|
|
2085
2344
|
"svg",
|
|
2086
2345
|
{
|
|
2087
|
-
className:
|
|
2346
|
+
className: e,
|
|
2088
2347
|
fill: "currentcolor",
|
|
2089
2348
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2090
2349
|
viewBox: "0 0 164.61 164.61",
|
|
2091
|
-
children: /* @__PURE__ */
|
|
2350
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2092
2351
|
}
|
|
2093
2352
|
)
|
|
2094
2353
|
),
|
|
2095
2354
|
EnabledImage: (
|
|
2096
2355
|
/* icon-shade-enabled.svg */
|
|
2097
|
-
/* @__PURE__ */
|
|
2356
|
+
/* @__PURE__ */ n.jsx(
|
|
2098
2357
|
"svg",
|
|
2099
2358
|
{
|
|
2100
|
-
className:
|
|
2359
|
+
className: e,
|
|
2101
2360
|
fill: "currentcolor",
|
|
2102
2361
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2103
2362
|
viewBox: "0 0 164.61 164.61",
|
|
2104
|
-
children: /* @__PURE__ */
|
|
2363
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2105
2364
|
}
|
|
2106
2365
|
)
|
|
2107
2366
|
),
|
|
2108
|
-
active:
|
|
2109
|
-
disabled:
|
|
2367
|
+
active: t,
|
|
2368
|
+
disabled: r
|
|
2110
2369
|
}
|
|
2111
|
-
),
|
|
2112
|
-
active:
|
|
2113
|
-
className:
|
|
2114
|
-
disabled:
|
|
2115
|
-
}) => /* @__PURE__ */
|
|
2116
|
-
|
|
2370
|
+
), Q2 = ({
|
|
2371
|
+
active: t,
|
|
2372
|
+
className: e = "",
|
|
2373
|
+
disabled: r
|
|
2374
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2375
|
+
x,
|
|
2117
2376
|
{
|
|
2118
2377
|
ActiveImage: (
|
|
2119
2378
|
/* icon-sun-active.svg */
|
|
2120
|
-
/* @__PURE__ */
|
|
2379
|
+
/* @__PURE__ */ n.jsx(
|
|
2121
2380
|
"svg",
|
|
2122
2381
|
{
|
|
2123
|
-
className:
|
|
2382
|
+
className: e,
|
|
2124
2383
|
fill: "currentcolor",
|
|
2125
2384
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2126
2385
|
viewBox: "0 0 164.61 164.61",
|
|
2127
|
-
children: /* @__PURE__ */
|
|
2386
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2128
2387
|
}
|
|
2129
2388
|
)
|
|
2130
2389
|
),
|
|
2131
2390
|
DisabledImage: (
|
|
2132
2391
|
/* icon-sun-disabled.svg */
|
|
2133
|
-
/* @__PURE__ */
|
|
2392
|
+
/* @__PURE__ */ n.jsx(
|
|
2134
2393
|
"svg",
|
|
2135
2394
|
{
|
|
2136
|
-
className:
|
|
2395
|
+
className: e,
|
|
2137
2396
|
fill: "currentcolor",
|
|
2138
2397
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2139
2398
|
viewBox: "0 0 164.61 164.61",
|
|
2140
|
-
children: /* @__PURE__ */
|
|
2399
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2141
2400
|
}
|
|
2142
2401
|
)
|
|
2143
2402
|
),
|
|
2144
2403
|
EnabledImage: (
|
|
2145
2404
|
/* icon-sun-enabled.svg */
|
|
2146
|
-
/* @__PURE__ */
|
|
2405
|
+
/* @__PURE__ */ n.jsx(
|
|
2147
2406
|
"svg",
|
|
2148
2407
|
{
|
|
2149
|
-
className:
|
|
2408
|
+
className: e,
|
|
2150
2409
|
fill: "currentcolor",
|
|
2151
2410
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2152
2411
|
viewBox: "0 0 164.61 164.61",
|
|
2153
|
-
children: /* @__PURE__ */
|
|
2412
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2154
2413
|
}
|
|
2155
2414
|
)
|
|
2156
2415
|
),
|
|
2157
|
-
active:
|
|
2158
|
-
disabled:
|
|
2416
|
+
active: t,
|
|
2417
|
+
disabled: r
|
|
2159
2418
|
}
|
|
2160
|
-
),
|
|
2161
|
-
active:
|
|
2162
|
-
className:
|
|
2163
|
-
disabled:
|
|
2164
|
-
}) => /* @__PURE__ */
|
|
2165
|
-
|
|
2419
|
+
), N2 = ({
|
|
2420
|
+
active: t,
|
|
2421
|
+
className: e = "",
|
|
2422
|
+
disabled: r
|
|
2423
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2424
|
+
x,
|
|
2166
2425
|
{
|
|
2167
2426
|
ActiveImage: (
|
|
2168
2427
|
/* icon-up-active.svg */
|
|
2169
|
-
/* @__PURE__ */
|
|
2428
|
+
/* @__PURE__ */ n.jsx(
|
|
2170
2429
|
"svg",
|
|
2171
2430
|
{
|
|
2172
|
-
className:
|
|
2431
|
+
className: e,
|
|
2173
2432
|
fill: "currentcolor",
|
|
2174
2433
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2175
2434
|
viewBox: "0 0 164.61 164.61",
|
|
2176
|
-
children: /* @__PURE__ */
|
|
2435
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2177
2436
|
}
|
|
2178
2437
|
)
|
|
2179
2438
|
),
|
|
2180
2439
|
DisabledImage: (
|
|
2181
2440
|
/* icon-up-disabled.svg */
|
|
2182
|
-
/* @__PURE__ */
|
|
2441
|
+
/* @__PURE__ */ n.jsx(
|
|
2183
2442
|
"svg",
|
|
2184
2443
|
{
|
|
2185
|
-
className:
|
|
2444
|
+
className: e,
|
|
2186
2445
|
fill: "currentcolor",
|
|
2187
2446
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2188
2447
|
viewBox: "0 0 164.61 164.61",
|
|
2189
|
-
children: /* @__PURE__ */
|
|
2448
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2190
2449
|
}
|
|
2191
2450
|
)
|
|
2192
2451
|
),
|
|
2193
2452
|
EnabledImage: (
|
|
2194
2453
|
/* icon-up-enabled.svg */
|
|
2195
|
-
/* @__PURE__ */
|
|
2454
|
+
/* @__PURE__ */ n.jsx(
|
|
2196
2455
|
"svg",
|
|
2197
2456
|
{
|
|
2198
|
-
className:
|
|
2457
|
+
className: e,
|
|
2199
2458
|
fill: "currentcolor",
|
|
2200
2459
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2201
2460
|
viewBox: "0 0 164.61 164.61",
|
|
2202
|
-
children: /* @__PURE__ */
|
|
2461
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2203
2462
|
}
|
|
2204
2463
|
)
|
|
2205
2464
|
),
|
|
2206
|
-
active:
|
|
2207
|
-
disabled:
|
|
2465
|
+
active: t,
|
|
2466
|
+
disabled: r
|
|
2208
2467
|
}
|
|
2209
|
-
),
|
|
2210
|
-
active:
|
|
2211
|
-
className:
|
|
2212
|
-
disabled:
|
|
2213
|
-
}) => /* @__PURE__ */
|
|
2214
|
-
|
|
2468
|
+
), e8 = ({
|
|
2469
|
+
active: t,
|
|
2470
|
+
className: e = "",
|
|
2471
|
+
disabled: r
|
|
2472
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2473
|
+
x,
|
|
2215
2474
|
{
|
|
2216
2475
|
ActiveImage: (
|
|
2217
2476
|
/* icon-volDown-active.svg */
|
|
2218
|
-
/* @__PURE__ */
|
|
2477
|
+
/* @__PURE__ */ n.jsx(
|
|
2219
2478
|
"svg",
|
|
2220
2479
|
{
|
|
2221
|
-
className:
|
|
2480
|
+
className: e,
|
|
2222
2481
|
fill: "currentcolor",
|
|
2223
2482
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2224
2483
|
viewBox: "0 0 164.61 164.61",
|
|
2225
|
-
children: /* @__PURE__ */
|
|
2484
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2226
2485
|
}
|
|
2227
2486
|
)
|
|
2228
2487
|
),
|
|
2229
2488
|
DisabledImage: (
|
|
2230
2489
|
/* icon-volDown-disabled.svg */
|
|
2231
|
-
/* @__PURE__ */
|
|
2490
|
+
/* @__PURE__ */ n.jsx(
|
|
2232
2491
|
"svg",
|
|
2233
2492
|
{
|
|
2234
|
-
className:
|
|
2493
|
+
className: e,
|
|
2235
2494
|
fill: "currentcolor",
|
|
2236
2495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2237
2496
|
viewBox: "0 0 164.61 164.61",
|
|
2238
|
-
children: /* @__PURE__ */
|
|
2497
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2239
2498
|
}
|
|
2240
2499
|
)
|
|
2241
2500
|
),
|
|
2242
2501
|
EnabledImage: (
|
|
2243
2502
|
/* icon-volDown-enabled.svg */
|
|
2244
|
-
/* @__PURE__ */
|
|
2503
|
+
/* @__PURE__ */ n.jsx(
|
|
2245
2504
|
"svg",
|
|
2246
2505
|
{
|
|
2247
|
-
className:
|
|
2506
|
+
className: e,
|
|
2248
2507
|
fill: "currentcolor",
|
|
2249
2508
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2250
2509
|
viewBox: "0 0 164.61 164.61",
|
|
2251
|
-
children: /* @__PURE__ */
|
|
2510
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2252
2511
|
}
|
|
2253
2512
|
)
|
|
2254
2513
|
),
|
|
2255
|
-
active:
|
|
2256
|
-
disabled:
|
|
2514
|
+
active: t,
|
|
2515
|
+
disabled: r
|
|
2257
2516
|
}
|
|
2258
|
-
),
|
|
2259
|
-
active:
|
|
2260
|
-
className:
|
|
2261
|
-
disabled:
|
|
2262
|
-
}) => /* @__PURE__ */
|
|
2263
|
-
|
|
2517
|
+
), t8 = ({
|
|
2518
|
+
active: t,
|
|
2519
|
+
className: e = "",
|
|
2520
|
+
disabled: r
|
|
2521
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2522
|
+
x,
|
|
2264
2523
|
{
|
|
2265
2524
|
ActiveImage: (
|
|
2266
2525
|
/* icon-volMute-active.svg */
|
|
2267
|
-
/* @__PURE__ */
|
|
2526
|
+
/* @__PURE__ */ n.jsx(
|
|
2268
2527
|
"svg",
|
|
2269
2528
|
{
|
|
2270
|
-
className:
|
|
2529
|
+
className: e,
|
|
2271
2530
|
fill: "currentcolor",
|
|
2272
2531
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2273
2532
|
viewBox: "0 0 164.61 164.61",
|
|
2274
|
-
children: /* @__PURE__ */
|
|
2533
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2275
2534
|
}
|
|
2276
2535
|
)
|
|
2277
2536
|
),
|
|
2278
2537
|
DisabledImage: (
|
|
2279
2538
|
/* icon-volMute-disabled.svg */
|
|
2280
|
-
/* @__PURE__ */
|
|
2539
|
+
/* @__PURE__ */ n.jsx(
|
|
2281
2540
|
"svg",
|
|
2282
2541
|
{
|
|
2283
|
-
className:
|
|
2542
|
+
className: e,
|
|
2284
2543
|
fill: "currentcolor",
|
|
2285
2544
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2286
2545
|
viewBox: "0 0 164.61 164.61",
|
|
2287
|
-
children: /* @__PURE__ */
|
|
2546
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2288
2547
|
}
|
|
2289
2548
|
)
|
|
2290
2549
|
),
|
|
2291
2550
|
EnabledImage: (
|
|
2292
2551
|
/* icon-volMute-enabled.svg */
|
|
2293
|
-
/* @__PURE__ */
|
|
2552
|
+
/* @__PURE__ */ n.jsx(
|
|
2294
2553
|
"svg",
|
|
2295
2554
|
{
|
|
2296
|
-
className:
|
|
2555
|
+
className: e,
|
|
2297
2556
|
fill: "currentcolor",
|
|
2298
2557
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2299
2558
|
viewBox: "0 0 164.61 164.61",
|
|
2300
|
-
children: /* @__PURE__ */
|
|
2559
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2301
2560
|
}
|
|
2302
2561
|
)
|
|
2303
2562
|
),
|
|
2304
|
-
active:
|
|
2305
|
-
disabled:
|
|
2563
|
+
active: t,
|
|
2564
|
+
disabled: r
|
|
2306
2565
|
}
|
|
2307
|
-
),
|
|
2308
|
-
active:
|
|
2309
|
-
className:
|
|
2310
|
-
disabled:
|
|
2311
|
-
}) => /* @__PURE__ */
|
|
2312
|
-
|
|
2566
|
+
), n8 = ({
|
|
2567
|
+
active: t,
|
|
2568
|
+
className: e = "",
|
|
2569
|
+
disabled: r
|
|
2570
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2571
|
+
x,
|
|
2313
2572
|
{
|
|
2314
2573
|
ActiveImage: (
|
|
2315
2574
|
/* icon-volUp-active.svg */
|
|
2316
|
-
/* @__PURE__ */
|
|
2575
|
+
/* @__PURE__ */ n.jsx(
|
|
2317
2576
|
"svg",
|
|
2318
2577
|
{
|
|
2319
|
-
className:
|
|
2578
|
+
className: e,
|
|
2320
2579
|
fill: "currentcolor",
|
|
2321
2580
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2322
2581
|
viewBox: "0 0 164.61 164.61",
|
|
2323
|
-
children: /* @__PURE__ */
|
|
2582
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2324
2583
|
}
|
|
2325
2584
|
)
|
|
2326
2585
|
),
|
|
2327
2586
|
DisabledImage: (
|
|
2328
2587
|
/* icon-volUp-disabled.svg */
|
|
2329
|
-
/* @__PURE__ */
|
|
2588
|
+
/* @__PURE__ */ n.jsx(
|
|
2330
2589
|
"svg",
|
|
2331
2590
|
{
|
|
2332
|
-
className:
|
|
2591
|
+
className: e,
|
|
2333
2592
|
fill: "currentcolor",
|
|
2334
2593
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2335
2594
|
viewBox: "0 0 164.61 164.61",
|
|
2336
|
-
children: /* @__PURE__ */
|
|
2595
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2337
2596
|
}
|
|
2338
2597
|
)
|
|
2339
2598
|
),
|
|
2340
2599
|
EnabledImage: (
|
|
2341
2600
|
/* icon-volUp-enabled.svg */
|
|
2342
|
-
/* @__PURE__ */
|
|
2601
|
+
/* @__PURE__ */ n.jsx(
|
|
2343
2602
|
"svg",
|
|
2344
2603
|
{
|
|
2345
|
-
className:
|
|
2604
|
+
className: e,
|
|
2346
2605
|
fill: "currentcolor",
|
|
2347
2606
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2348
2607
|
viewBox: "0 0 164.61 164.61",
|
|
2349
|
-
children: /* @__PURE__ */
|
|
2608
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2350
2609
|
}
|
|
2351
2610
|
)
|
|
2352
2611
|
),
|
|
2353
|
-
active:
|
|
2354
|
-
disabled:
|
|
2612
|
+
active: t,
|
|
2613
|
+
disabled: r
|
|
2355
2614
|
}
|
|
2356
|
-
),
|
|
2357
|
-
active:
|
|
2358
|
-
className:
|
|
2359
|
-
disabled:
|
|
2360
|
-
}) => /* @__PURE__ */
|
|
2361
|
-
|
|
2615
|
+
), r8 = ({
|
|
2616
|
+
active: t,
|
|
2617
|
+
className: e = "",
|
|
2618
|
+
disabled: r
|
|
2619
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2620
|
+
x,
|
|
2362
2621
|
{
|
|
2363
2622
|
ActiveImage: (
|
|
2364
2623
|
/* icon-wireless-active.svg */
|
|
2365
|
-
/* @__PURE__ */
|
|
2624
|
+
/* @__PURE__ */ n.jsx(
|
|
2366
2625
|
"svg",
|
|
2367
2626
|
{
|
|
2368
|
-
className:
|
|
2627
|
+
className: e,
|
|
2369
2628
|
fill: "currentcolor",
|
|
2370
2629
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2371
2630
|
viewBox: "0 0 164.61 164.61",
|
|
2372
|
-
children: /* @__PURE__ */
|
|
2631
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2373
2632
|
}
|
|
2374
2633
|
)
|
|
2375
2634
|
),
|
|
2376
2635
|
DisabledImage: (
|
|
2377
2636
|
/* icon-wireless-disabled.svg */
|
|
2378
|
-
/* @__PURE__ */
|
|
2637
|
+
/* @__PURE__ */ n.jsx(
|
|
2379
2638
|
"svg",
|
|
2380
2639
|
{
|
|
2381
|
-
className:
|
|
2640
|
+
className: e,
|
|
2382
2641
|
fill: "currentcolor",
|
|
2383
2642
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2384
2643
|
viewBox: "0 0 164.61 164.61",
|
|
2385
|
-
children: /* @__PURE__ */
|
|
2644
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2386
2645
|
}
|
|
2387
2646
|
)
|
|
2388
2647
|
),
|
|
2389
2648
|
EnabledImage: (
|
|
2390
2649
|
/* icon-wireless-enabled.svg */
|
|
2391
|
-
/* @__PURE__ */
|
|
2650
|
+
/* @__PURE__ */ n.jsx(
|
|
2392
2651
|
"svg",
|
|
2393
2652
|
{
|
|
2394
|
-
className:
|
|
2653
|
+
className: e,
|
|
2395
2654
|
fill: "currentcolor",
|
|
2396
2655
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2397
2656
|
viewBox: "0 0 164.61 164.61",
|
|
2398
|
-
children: /* @__PURE__ */
|
|
2657
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2399
2658
|
}
|
|
2400
2659
|
)
|
|
2401
2660
|
),
|
|
2402
|
-
active:
|
|
2403
|
-
disabled:
|
|
2661
|
+
active: t,
|
|
2662
|
+
disabled: r
|
|
2404
2663
|
}
|
|
2405
|
-
),
|
|
2406
|
-
active:
|
|
2407
|
-
className:
|
|
2408
|
-
disabled:
|
|
2409
|
-
}) => /* @__PURE__ */
|
|
2410
|
-
|
|
2664
|
+
), o8 = ({
|
|
2665
|
+
active: t,
|
|
2666
|
+
className: e = "",
|
|
2667
|
+
disabled: r
|
|
2668
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2669
|
+
x,
|
|
2411
2670
|
{
|
|
2412
2671
|
ActiveImage: (
|
|
2413
2672
|
/* icon-x-active.svg */
|
|
2414
|
-
/* @__PURE__ */
|
|
2673
|
+
/* @__PURE__ */ n.jsx(
|
|
2415
2674
|
"svg",
|
|
2416
2675
|
{
|
|
2417
|
-
className:
|
|
2676
|
+
className: e,
|
|
2418
2677
|
fill: "currentcolor",
|
|
2419
2678
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2420
2679
|
viewBox: "0 0 164.61 164.61",
|
|
2421
|
-
children: /* @__PURE__ */
|
|
2680
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2422
2681
|
}
|
|
2423
2682
|
)
|
|
2424
2683
|
),
|
|
2425
2684
|
DisabledImage: (
|
|
2426
2685
|
/* icon-x-disabled.svg */
|
|
2427
|
-
/* @__PURE__ */
|
|
2686
|
+
/* @__PURE__ */ n.jsx(
|
|
2428
2687
|
"svg",
|
|
2429
2688
|
{
|
|
2430
|
-
className:
|
|
2689
|
+
className: e,
|
|
2431
2690
|
fill: "currentcolor",
|
|
2432
2691
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2433
2692
|
viewBox: "0 0 164.61 164.61",
|
|
2434
|
-
children: /* @__PURE__ */
|
|
2693
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2435
2694
|
}
|
|
2436
2695
|
)
|
|
2437
2696
|
),
|
|
2438
2697
|
EnabledImage: (
|
|
2439
2698
|
/* icon-x-enabled.svg */
|
|
2440
|
-
/* @__PURE__ */
|
|
2699
|
+
/* @__PURE__ */ n.jsx(
|
|
2441
2700
|
"svg",
|
|
2442
2701
|
{
|
|
2443
|
-
className:
|
|
2702
|
+
className: e,
|
|
2444
2703
|
fill: "currentcolor",
|
|
2445
2704
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2446
2705
|
viewBox: "0 0 164.61 164.61",
|
|
2447
|
-
children: /* @__PURE__ */
|
|
2706
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2448
2707
|
}
|
|
2449
2708
|
)
|
|
2450
2709
|
),
|
|
2451
|
-
active:
|
|
2452
|
-
disabled:
|
|
2710
|
+
active: t,
|
|
2711
|
+
disabled: r
|
|
2453
2712
|
}
|
|
2454
|
-
),
|
|
2455
|
-
active:
|
|
2456
|
-
className:
|
|
2457
|
-
disabled:
|
|
2458
|
-
}) => /* @__PURE__ */
|
|
2459
|
-
|
|
2713
|
+
), s8 = ({
|
|
2714
|
+
active: t,
|
|
2715
|
+
className: e = "",
|
|
2716
|
+
disabled: r
|
|
2717
|
+
}) => /* @__PURE__ */ n.jsx(
|
|
2718
|
+
x,
|
|
2460
2719
|
{
|
|
2461
2720
|
ActiveImage: (
|
|
2462
2721
|
/* icon-xbox-active.svg */
|
|
2463
|
-
/* @__PURE__ */
|
|
2722
|
+
/* @__PURE__ */ n.jsx(
|
|
2464
2723
|
"svg",
|
|
2465
2724
|
{
|
|
2466
|
-
className:
|
|
2725
|
+
className: e,
|
|
2467
2726
|
fill: "currentcolor",
|
|
2468
2727
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2469
2728
|
viewBox: "0 0 164.61 164.61",
|
|
2470
|
-
children: /* @__PURE__ */
|
|
2729
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2471
2730
|
}
|
|
2472
2731
|
)
|
|
2473
2732
|
),
|
|
2474
2733
|
DisabledImage: (
|
|
2475
2734
|
/* icon-xbox-disabled.svg */
|
|
2476
|
-
/* @__PURE__ */
|
|
2735
|
+
/* @__PURE__ */ n.jsx(
|
|
2477
2736
|
"svg",
|
|
2478
2737
|
{
|
|
2479
|
-
className:
|
|
2738
|
+
className: e,
|
|
2480
2739
|
fill: "currentcolor",
|
|
2481
2740
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2482
2741
|
viewBox: "0 0 164.61 164.61",
|
|
2483
|
-
children: /* @__PURE__ */
|
|
2742
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2484
2743
|
}
|
|
2485
2744
|
)
|
|
2486
2745
|
),
|
|
2487
2746
|
EnabledImage: (
|
|
2488
2747
|
/* icon-xbox-enabled.svg */
|
|
2489
|
-
/* @__PURE__ */
|
|
2490
|
-
"svg",
|
|
2491
|
-
{
|
|
2492
|
-
className:
|
|
2493
|
-
fill: "currentcolor",
|
|
2494
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2495
|
-
viewBox: "0 0 164.61 164.61",
|
|
2496
|
-
children: /* @__PURE__ */
|
|
2497
|
-
}
|
|
2498
|
-
)
|
|
2499
|
-
),
|
|
2500
|
-
active:
|
|
2501
|
-
disabled:
|
|
2502
|
-
}
|
|
2503
|
-
),
|
|
2504
|
-
Alert:
|
|
2505
|
-
Camera:
|
|
2506
|
-
DownArrow:
|
|
2507
|
-
Ban:
|
|
2508
|
-
Check:
|
|
2509
|
-
Elipses:
|
|
2510
|
-
Flag:
|
|
2511
|
-
Gear:
|
|
2512
|
-
Glass:
|
|
2513
|
-
Hdmi:
|
|
2514
|
-
Laptop:
|
|
2515
|
-
LeftArrow:
|
|
2516
|
-
Light:
|
|
2517
|
-
Mic:
|
|
2518
|
-
Moon:
|
|
2519
|
-
Playstation:
|
|
2520
|
-
Podium:
|
|
2521
|
-
Power:
|
|
2522
|
-
Privacy:
|
|
2523
|
-
Question:
|
|
2524
|
-
RightArrow:
|
|
2525
|
-
Shade:
|
|
2526
|
-
Sun:
|
|
2527
|
-
UpArrow:
|
|
2528
|
-
VolDown:
|
|
2529
|
-
VolMute:
|
|
2530
|
-
VolUp:
|
|
2531
|
-
Wireless:
|
|
2532
|
-
X:
|
|
2533
|
-
Xbox:
|
|
2748
|
+
/* @__PURE__ */ n.jsx(
|
|
2749
|
+
"svg",
|
|
2750
|
+
{
|
|
2751
|
+
className: e,
|
|
2752
|
+
fill: "currentcolor",
|
|
2753
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2754
|
+
viewBox: "0 0 164.61 164.61",
|
|
2755
|
+
children: /* @__PURE__ */ n.jsx("g", { children: /* @__PURE__ */ n.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" }) })
|
|
2756
|
+
}
|
|
2757
|
+
)
|
|
2758
|
+
),
|
|
2759
|
+
active: t,
|
|
2760
|
+
disabled: r
|
|
2761
|
+
}
|
|
2762
|
+
), c8 = {
|
|
2763
|
+
Alert: L2,
|
|
2764
|
+
Camera: T2,
|
|
2765
|
+
DownArrow: D2,
|
|
2766
|
+
Ban: B2,
|
|
2767
|
+
Check: A2,
|
|
2768
|
+
Elipses: $2,
|
|
2769
|
+
Flag: O2,
|
|
2770
|
+
Gear: P2,
|
|
2771
|
+
Glass: V2,
|
|
2772
|
+
Hdmi: F2,
|
|
2773
|
+
Laptop: k2,
|
|
2774
|
+
LeftArrow: U2,
|
|
2775
|
+
Light: W2,
|
|
2776
|
+
Mic: _2,
|
|
2777
|
+
Moon: H2,
|
|
2778
|
+
Playstation: G2,
|
|
2779
|
+
Podium: q2,
|
|
2780
|
+
Power: Y2,
|
|
2781
|
+
Privacy: K2,
|
|
2782
|
+
Question: z2,
|
|
2783
|
+
RightArrow: J2,
|
|
2784
|
+
Shade: X2,
|
|
2785
|
+
Sun: Q2,
|
|
2786
|
+
UpArrow: N2,
|
|
2787
|
+
VolDown: e8,
|
|
2788
|
+
VolMute: t8,
|
|
2789
|
+
VolUp: n8,
|
|
2790
|
+
Wireless: r8,
|
|
2791
|
+
X: o8,
|
|
2792
|
+
Xbox: s8
|
|
2534
2793
|
};
|
|
2535
|
-
function
|
|
2536
|
-
name:
|
|
2537
|
-
...
|
|
2794
|
+
function w6({
|
|
2795
|
+
name: t,
|
|
2796
|
+
...e
|
|
2538
2797
|
}) {
|
|
2539
|
-
|
|
2798
|
+
const r = c8[t] ?? null;
|
|
2799
|
+
return r || console.error(`Icon ${t} not found in dictionary`), /* @__PURE__ */ n.jsx(E2, { multiIcon: r, ...e });
|
|
2540
2800
|
}
|
|
2541
|
-
const
|
|
2542
|
-
grid:
|
|
2543
|
-
header:
|
|
2544
|
-
content:
|
|
2545
|
-
footer:
|
|
2546
|
-
volume:
|
|
2547
|
-
},
|
|
2548
|
-
/* @__PURE__ */
|
|
2549
|
-
/* @__PURE__ */
|
|
2550
|
-
|
|
2551
|
-
/* @__PURE__ */
|
|
2552
|
-
] }),
|
|
2553
|
-
grid:
|
|
2554
|
-
header:
|
|
2555
|
-
content:
|
|
2801
|
+
const l8 = "_grid_1cmpp_1", i8 = "_header_1cmpp_11", a8 = "_content_1cmpp_17", u8 = "_footer_1cmpp_23", v8 = "_volume_1cmpp_29", z = {
|
|
2802
|
+
grid: l8,
|
|
2803
|
+
header: i8,
|
|
2804
|
+
content: a8,
|
|
2805
|
+
footer: u8,
|
|
2806
|
+
volume: v8
|
|
2807
|
+
}, p6 = ({ header: t, footer: e, content: r, volume: s, showVolume: l }) => /* @__PURE__ */ n.jsxs("div", { className: z.grid, children: [
|
|
2808
|
+
/* @__PURE__ */ n.jsx("div", { className: z.header, children: t }),
|
|
2809
|
+
/* @__PURE__ */ n.jsx("div", { className: z.content, children: r }),
|
|
2810
|
+
l && /* @__PURE__ */ n.jsx("div", { className: z.volume, children: s }),
|
|
2811
|
+
/* @__PURE__ */ n.jsx("div", { className: z.footer, children: e })
|
|
2812
|
+
] }), d8 = "_grid_11w5q_1", h8 = "_header_11w5q_11", g8 = "_content_11w5q_17", r3 = {
|
|
2813
|
+
grid: d8,
|
|
2814
|
+
header: h8,
|
|
2815
|
+
content: g8,
|
|
2556
2816
|
"left-nav": "_left-nav_11w5q_23"
|
|
2557
|
-
},
|
|
2558
|
-
/* @__PURE__ */
|
|
2559
|
-
/* @__PURE__ */
|
|
2560
|
-
/* @__PURE__ */
|
|
2817
|
+
}, x6 = ({ className: t, header: e, content: r, leftNav: s }) => /* @__PURE__ */ n.jsxs("div", { className: `${t} ${r3.grid}`, children: [
|
|
2818
|
+
/* @__PURE__ */ n.jsx("div", { className: r3.header, children: e }),
|
|
2819
|
+
/* @__PURE__ */ n.jsx("div", { className: r3.leftNav, children: s }),
|
|
2820
|
+
/* @__PURE__ */ n.jsx("div", { className: r3.content, children: r })
|
|
2561
2821
|
] });
|
|
2562
|
-
function
|
|
2822
|
+
function M6() {
|
|
2563
2823
|
return console.log(location.pathname), location.pathname;
|
|
2564
2824
|
}
|
|
2565
|
-
var
|
|
2566
|
-
class
|
|
2567
|
-
constructor(
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
this.path =
|
|
2571
|
-
}
|
|
2572
|
-
}
|
|
2573
|
-
class F8 {
|
|
2574
|
-
constructor() {
|
|
2575
|
-
d(this, "name", "");
|
|
2576
|
-
d(this, "iconUrl", "");
|
|
2577
|
-
d(this, "channel", "");
|
|
2825
|
+
var f8 = /* @__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))(f8 || {});
|
|
2826
|
+
class m6 {
|
|
2827
|
+
constructor(e, r) {
|
|
2828
|
+
B(this, "path");
|
|
2829
|
+
B(this, "handler");
|
|
2830
|
+
this.path = e, this.handler = r;
|
|
2578
2831
|
}
|
|
2579
2832
|
}
|
|
2580
|
-
|
|
2833
|
+
const Z6 = "$off";
|
|
2834
|
+
class j6 {
|
|
2581
2835
|
constructor() {
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
d(this, "displayKeys", []);
|
|
2586
|
-
d(this, "environmentalDevices", []);
|
|
2587
|
-
d(this, "hasAudioConferencing");
|
|
2588
|
-
d(this, "hasEnvironmentalControls");
|
|
2589
|
-
d(this, "hasVideoConferencing");
|
|
2590
|
-
d(this, "helpMessage");
|
|
2591
|
-
d(this, "sourceList", {});
|
|
2592
|
-
d(this, "supportsAdvancedSharing");
|
|
2593
|
-
d(this, "uiBehavior");
|
|
2594
|
-
d(this, "userCanChangeShareMode");
|
|
2595
|
-
d(this, "videoCodecIsZoomRoom");
|
|
2596
|
-
d(this, "videoCodecKey");
|
|
2836
|
+
B(this, "name", "");
|
|
2837
|
+
B(this, "iconUrl", "");
|
|
2838
|
+
B(this, "channel", "");
|
|
2597
2839
|
}
|
|
2598
2840
|
}
|
|
2599
|
-
class
|
|
2841
|
+
class C6 {
|
|
2600
2842
|
constructor() {
|
|
2601
|
-
|
|
2602
|
-
|
|
2843
|
+
B(this, "deviceKey");
|
|
2844
|
+
B(this, "deviceType");
|
|
2603
2845
|
}
|
|
2604
2846
|
}
|
|
2605
|
-
class
|
|
2847
|
+
class S6 {
|
|
2606
2848
|
constructor() {
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2849
|
+
B(this, "currentShareText");
|
|
2850
|
+
B(this, "enabled");
|
|
2851
|
+
B(this, "isSharing");
|
|
2610
2852
|
}
|
|
2611
2853
|
}
|
|
2612
|
-
const
|
|
2613
|
-
const [
|
|
2614
|
-
return
|
|
2854
|
+
const b6 = ({ className: t }) => {
|
|
2855
|
+
const [e, r] = o3();
|
|
2856
|
+
return J(() => {
|
|
2615
2857
|
setInterval(() => {
|
|
2616
|
-
const
|
|
2617
|
-
|
|
2858
|
+
const s = (/* @__PURE__ */ new Date()).toLocaleTimeString("en-US", { hour12: !0, hour: "numeric", minute: "numeric" });
|
|
2859
|
+
r(s);
|
|
2618
2860
|
}, 1e3);
|
|
2619
|
-
}, []), /* @__PURE__ */
|
|
2620
|
-
|
|
2861
|
+
}, []), /* @__PURE__ */ n.jsxs("div", { className: t, children: [
|
|
2862
|
+
e,
|
|
2621
2863
|
" new change"
|
|
2622
2864
|
] });
|
|
2623
2865
|
};
|
|
2624
2866
|
export {
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2867
|
+
b6 as Clock,
|
|
2868
|
+
f8 as DaysOfWeek,
|
|
2869
|
+
C6 as EnvironmentalDeviceConfiguration,
|
|
2870
|
+
f6 as ErrorBox,
|
|
2871
|
+
E2 as IconButton,
|
|
2872
|
+
L2 as IconMultiAlert,
|
|
2873
|
+
B2 as IconMultiBan,
|
|
2874
|
+
T2 as IconMultiCamera,
|
|
2875
|
+
A2 as IconMultiCheck,
|
|
2876
|
+
D2 as IconMultiDownArrow,
|
|
2877
|
+
$2 as IconMultiElipses,
|
|
2878
|
+
O2 as IconMultiFlag,
|
|
2879
|
+
P2 as IconMultiGear,
|
|
2880
|
+
V2 as IconMultiGlass,
|
|
2881
|
+
F2 as IconMultiHdmi,
|
|
2882
|
+
k2 as IconMultiLaptop,
|
|
2883
|
+
U2 as IconMultiLeftArrow,
|
|
2884
|
+
W2 as IconMultiLight,
|
|
2885
|
+
H2 as IconMultiMoon,
|
|
2886
|
+
G2 as IconMultiPlaystation,
|
|
2887
|
+
q2 as IconMultiPodium,
|
|
2888
|
+
Y2 as IconMultiPower,
|
|
2889
|
+
K2 as IconMultiPrivacy,
|
|
2890
|
+
z2 as IconMultiQuestion,
|
|
2891
|
+
J2 as IconMultiRightArrow,
|
|
2892
|
+
X2 as IconMultiShade,
|
|
2893
|
+
Q2 as IconMultiSun,
|
|
2894
|
+
N2 as IconMultiUpArrow,
|
|
2895
|
+
e8 as IconMultiVolDown,
|
|
2896
|
+
t8 as IconMultiVolMute,
|
|
2897
|
+
n8 as IconMultiVolUp,
|
|
2898
|
+
r8 as IconMultiWireless,
|
|
2899
|
+
o8 as IconMultiX,
|
|
2900
|
+
s8 as IconMultiXbox,
|
|
2901
|
+
p6 as MainLayout,
|
|
2902
|
+
m6 as MessageHandler,
|
|
2903
|
+
H8 as MobileControlProvider,
|
|
2904
|
+
x as MultiStateIconContainer,
|
|
2905
|
+
w6 as NamedIconButton,
|
|
2906
|
+
j6 as PresetChannel,
|
|
2907
|
+
S6 as ShareState,
|
|
2908
|
+
x6 as TechLayout,
|
|
2909
|
+
M6 as getBaseLocation,
|
|
2910
|
+
f3 as httpClient,
|
|
2911
|
+
Z6 as roomOffSourceKey,
|
|
2912
|
+
F as store,
|
|
2913
|
+
Z8 as uiActions,
|
|
2914
|
+
s2 as uiReducer,
|
|
2915
|
+
j8 as useApiPath,
|
|
2916
|
+
l2 as useAppConfig,
|
|
2917
|
+
g2 as useAppDispatch,
|
|
2918
|
+
q8 as useAvrControl,
|
|
2919
|
+
h2 as useClientId,
|
|
2920
|
+
S2 as useDeviceIBasicVolumeWithFeedback,
|
|
2921
|
+
Y8 as useEndpoint,
|
|
2922
|
+
h6 as useGetAllDeviceStateFromRoomConfiguration,
|
|
2923
|
+
i2 as useGetAllDevices,
|
|
2924
|
+
U8 as useGetCurrentPopoverIdForGroup,
|
|
2925
|
+
T as useGetDevice,
|
|
2926
|
+
G8 as useGetIBasicVolumeWithFeedback,
|
|
2927
|
+
O8 as useGetRoomDisplayStates,
|
|
2928
|
+
P8 as useGetZoomRoomControllerKey,
|
|
2929
|
+
n1 as useIBasicVolumeWithFeedback,
|
|
2930
|
+
K8 as useIChannelMessenger,
|
|
2931
|
+
z8 as useIColor,
|
|
2932
|
+
J8 as useICommunicationMonitor,
|
|
2933
|
+
X8 as useIDPad,
|
|
2934
|
+
Q8 as useIDeviceInfoMessenger,
|
|
2935
|
+
N8 as useIDvr,
|
|
2936
|
+
r1 as useIHasPowerControl,
|
|
2937
|
+
p3 as useIHasSelectableItems,
|
|
2938
|
+
e6 as useILevelControls,
|
|
2939
|
+
t6 as useILightingScenes,
|
|
2940
|
+
n6 as useIMatrixRouting,
|
|
2941
|
+
r6 as useINumeric,
|
|
2942
|
+
o6 as useIRoomEventSchedule,
|
|
2943
|
+
s6 as useIRunDirectRouteAction,
|
|
2944
|
+
c6 as useIRunRouteAction,
|
|
2945
|
+
l6 as useISetTopBoxControls,
|
|
2946
|
+
i6 as useIShadesOpenCloseStop,
|
|
2947
|
+
a6 as useISwitchedOutput,
|
|
2948
|
+
u6 as useITransport,
|
|
2949
|
+
f2 as useInitialize,
|
|
2950
|
+
v6 as useMobileControlTouchpanelController,
|
|
2951
|
+
C2 as usePressHoldRelease,
|
|
2952
|
+
D8 as useRoomAdvancedSharingActive,
|
|
2953
|
+
_8 as useRoomCodecContentDestinationKey,
|
|
2954
|
+
C8 as useRoomConfiguration,
|
|
2955
|
+
y8 as useRoomDestinationList,
|
|
2956
|
+
I8 as useRoomDestinations,
|
|
2957
|
+
R8 as useRoomEnvironmentalDevices,
|
|
2958
|
+
g6 as useRoomIBasicVolumeWithFeedback,
|
|
2959
|
+
L8 as useRoomInCall,
|
|
2960
|
+
T8 as useRoomIsCoolingDown,
|
|
2961
|
+
A8 as useRoomIsOn,
|
|
2962
|
+
B8 as useRoomIsWarmingUp,
|
|
2963
|
+
d2 as useRoomKey,
|
|
2964
|
+
S8 as useRoomName,
|
|
2965
|
+
E8 as useRoomProgramAudioDestinationKey,
|
|
2966
|
+
$8 as useRoomShareState,
|
|
2967
|
+
b8 as useRoomSourceList,
|
|
2968
|
+
a2 as useRoomState,
|
|
2969
|
+
u2 as useRoomVolume,
|
|
2970
|
+
F8 as useShowIncomingCallModal,
|
|
2971
|
+
k8 as useShowModal,
|
|
2972
|
+
W8 as useShowPopoverById,
|
|
2973
|
+
V8 as useShowShutdownModal,
|
|
2974
|
+
d6 as useTwoWayDisplayBase,
|
|
2975
|
+
v2 as useWsIsConnected
|
|
2704
2976
|
};
|