@scmlatam/web-ui 0.1.99 → 0.1.100
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/src/App.d.ts +5 -1
- package/dist/src/api/fake.d.ts +2 -1
- package/dist/src/auth.d.ts +4 -9
- package/dist/src/components/core/Core.d.ts +1 -1
- package/dist/src/components/core/context/Context.d.ts +2 -0
- package/dist/src/components/core/signin/SignUp.d.ts +12 -0
- package/dist/src/router/Router.d.ts +3 -2
- package/dist/web-ui.js +1180 -533
- package/dist/web-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/web-ui.js
CHANGED
|
@@ -1,42 +1,43 @@
|
|
|
1
|
-
import { Alert as e, AlertTitle as t, Autocomplete as n, Avatar as r, Box as i, Button as a, Card as o, CardContent as s, CardHeader as c, Checkbox as l, Chip as u, CircularProgress as d, CssBaseline as f, Dialog as p, DialogActions as m, DialogContent as h, DialogTitle as g, Divider as _, Fade as v, FormControl as y, FormControlLabel as b, FormGroup as x, FormLabel as S, Grid as C, Icon as w, IconButton as T, InputAdornment as E, InputLabel as D, List as O, ListItem as ee, ListItemAvatar as k, ListItemButton as A, ListItemIcon as j, ListItemText as M, ListSubheader as
|
|
2
|
-
import
|
|
1
|
+
import { Alert as e, AlertTitle as t, Autocomplete as n, Avatar as r, Box as i, Button as a, Card as o, CardContent as s, CardHeader as c, Checkbox as l, Chip as u, CircularProgress as d, CssBaseline as f, Dialog as p, DialogActions as m, DialogContent as h, DialogTitle as g, Divider as _, Fade as v, FormControl as y, FormControlLabel as b, FormGroup as x, FormLabel as S, Grid as C, Icon as w, IconButton as T, InputAdornment as E, InputLabel as D, List as O, ListItem as ee, ListItemAvatar as k, ListItemButton as A, ListItemIcon as j, ListItemText as M, ListSubheader as te, Menu as ne, MenuItem as N, Paper as re, Radio as ie, RadioGroup as ae, Select as oe, TextField as P, ThemeProvider as se, Tooltip as F, Typography as I, createTheme as ce } from "@mui/material";
|
|
2
|
+
import le from "dayjs";
|
|
3
3
|
import "dayjs/locale/es";
|
|
4
4
|
import "dayjs/locale/en";
|
|
5
5
|
import "dayjs/locale/pt";
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import {
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
6
|
+
import * as ue from "react";
|
|
7
|
+
import de, { cloneElement as fe, createContext as pe, useContext as L, useEffect as R, useMemo as me, useRef as z, useState as B } from "react";
|
|
8
|
+
import { Grid as V } from "@mui/system";
|
|
9
|
+
import { Fragment as H, jsx as U, jsxs as W } from "react/jsx-runtime";
|
|
10
|
+
import { BrowserRouter as he, Link as ge, Navigate as _e, Route as G, Routes as ve, useLocation as K, useNavigate as q } from "react-router";
|
|
11
|
+
import ye from "@mui/icons-material/ExpandMore";
|
|
12
|
+
import be from "@mui/icons-material/ExpandLess";
|
|
13
|
+
import xe from "@mui/icons-material/Visibility";
|
|
14
|
+
import Se from "@mui/icons-material/VisibilityOff";
|
|
15
|
+
import { MdOutlineKeyboardArrowDown as Ce, MdOutlineKeyboardArrowUp as we } from "react-icons/md";
|
|
16
|
+
import { SnackbarProvider as Te, closeSnackbar as Ee, useSnackbar as De } from "notistack";
|
|
17
|
+
import { DatePicker as Oe, LocalizationProvider as ke, TimeField as Ae } from "@mui/x-date-pickers";
|
|
18
|
+
import { AdapterDayjs as je } from "@mui/x-date-pickers/AdapterDayjs";
|
|
19
|
+
import { DataGridPro as Me, useGridApiRef as Ne } from "@mui/x-data-grid-pro";
|
|
20
|
+
import Pe from "@mui/icons-material/KeyboardArrowDown";
|
|
21
|
+
import { SingleInputDateRangeField as Fe } from "@mui/x-date-pickers-pro/SingleInputDateRangeField";
|
|
22
|
+
import { LocalizationProvider as Ie } from "@mui/x-date-pickers/LocalizationProvider";
|
|
23
|
+
import { DateRangePicker as Le } from "@mui/x-date-pickers-pro/DateRangePicker";
|
|
24
|
+
import { ThemeProvider as Re, createTheme as ze, useTheme as Be } from "@mui/material/styles";
|
|
25
|
+
import Ve from "@mui/icons-material/FilterAltRounded";
|
|
26
|
+
import He from "@mui/icons-material/Cancel";
|
|
27
|
+
import Ue from "@mui/icons-material/CheckCircle";
|
|
28
|
+
import We from "@mui/icons-material/Error";
|
|
29
|
+
import Ge from "@mui/icons-material/Info";
|
|
30
|
+
import Ke from "react-draggable";
|
|
31
|
+
import qe from "@mui/icons-material/Warning";
|
|
32
|
+
import { DateTimeField as Je } from "@mui/x-date-pickers/DateTimeField";
|
|
33
|
+
import Ye from "@mui/icons-material/ArrowDropDown";
|
|
34
|
+
import { SimpleTreeView as Xe } from "@mui/x-tree-view/SimpleTreeView";
|
|
35
|
+
import { TreeItem as Ze } from "@mui/x-tree-view/TreeItem";
|
|
36
|
+
import Qe from "@mui/icons-material/Schedule";
|
|
37
|
+
import { StaticDateRangePicker as $e } from "@mui/x-date-pickers-pro/StaticDateRangePicker";
|
|
38
|
+
import et from "react-spreadsheet";
|
|
38
39
|
//#region src/themes/GoodRabbitColors.tsx
|
|
39
|
-
var
|
|
40
|
+
var J = {
|
|
40
41
|
"gr-purple": {
|
|
41
42
|
main: "#9D11F2",
|
|
42
43
|
50: "#F5E7FE",
|
|
@@ -223,137 +224,137 @@ var Q = {
|
|
|
223
224
|
},
|
|
224
225
|
"gr-base-dark": { main: "#190007" },
|
|
225
226
|
"gr-base-light": { main: "#EBEAE0" }
|
|
226
|
-
},
|
|
227
|
+
}, tt = { styleOverrides: { root: ({ ownerState: e }) => {
|
|
227
228
|
let t = !e.color || e.color === "primary", { multiline: n, rows: r } = e, i = 44;
|
|
228
229
|
return n && (i = 44 + ((typeof r == "number" ? r : 1) - 1) * 30), e.className?.includes("MuiDataGrid-columnHeaderFilterInput") && e.color === "error" ? {
|
|
229
230
|
"& .MuiInputLabel-root": {
|
|
230
|
-
color:
|
|
231
|
-
"&.Mui-focused": { color:
|
|
231
|
+
color: J["gr-grey"].light,
|
|
232
|
+
"&.Mui-focused": { color: J["gr-grey"][200] }
|
|
232
233
|
},
|
|
233
234
|
"& .MuiOutlinedInput-root": {
|
|
234
235
|
borderRadius: "16px",
|
|
235
236
|
height: `${i}px`,
|
|
236
|
-
color:
|
|
237
|
-
"& .MuiOutlinedInput-notchedOutline": { borderColor:
|
|
238
|
-
"&:hover .MuiOutlinedInput-notchedOutline": { borderColor:
|
|
239
|
-
"&.Mui-focused .MuiOutlinedInput-notchedOutline": { borderColor:
|
|
240
|
-
"& input": { color:
|
|
237
|
+
color: J["gr-grey"].light,
|
|
238
|
+
"& .MuiOutlinedInput-notchedOutline": { borderColor: J["gr-grey"].light },
|
|
239
|
+
"&:hover .MuiOutlinedInput-notchedOutline": { borderColor: J["gr-grey"][100] },
|
|
240
|
+
"&.Mui-focused .MuiOutlinedInput-notchedOutline": { borderColor: J["gr-grey"][200] },
|
|
241
|
+
"& input": { color: J["gr-grey"].light },
|
|
241
242
|
"& input::placeholder": {
|
|
242
|
-
color:
|
|
243
|
+
color: J["gr-grey"][400],
|
|
243
244
|
opacity: 1
|
|
244
245
|
}
|
|
245
246
|
}
|
|
246
247
|
} : t ? {
|
|
247
248
|
"& .MuiInputLabel-root": {
|
|
248
|
-
color:
|
|
249
|
-
"&.Mui-focused": { color:
|
|
249
|
+
color: J["gr-grey"].main,
|
|
250
|
+
"&.Mui-focused": { color: J["gr-grey"][700] }
|
|
250
251
|
},
|
|
251
252
|
"& .MuiOutlinedInput-root": {
|
|
252
253
|
borderRadius: "16px",
|
|
253
254
|
height: `${i}px`,
|
|
254
|
-
color:
|
|
255
|
-
"& .MuiOutlinedInput-notchedOutline": { borderColor:
|
|
256
|
-
"&:hover .MuiOutlinedInput-notchedOutline": { borderColor:
|
|
257
|
-
"&.Mui-focused .MuiOutlinedInput-notchedOutline": { borderColor:
|
|
258
|
-
"& input": { color:
|
|
255
|
+
color: J["gr-grey"].main,
|
|
256
|
+
"& .MuiOutlinedInput-notchedOutline": { borderColor: J["gr-grey"].main },
|
|
257
|
+
"&:hover .MuiOutlinedInput-notchedOutline": { borderColor: J["gr-grey"][600] },
|
|
258
|
+
"&.Mui-focused .MuiOutlinedInput-notchedOutline": { borderColor: J["gr-grey"][700] },
|
|
259
|
+
"& input": { color: J["gr-grey"].main },
|
|
259
260
|
"& input::placeholder": {
|
|
260
|
-
color:
|
|
261
|
+
color: J["gr-grey"][400],
|
|
261
262
|
opacity: 1
|
|
262
263
|
}
|
|
263
264
|
}
|
|
264
265
|
} : {
|
|
265
266
|
"& .MuiInputLabel-root": {
|
|
266
|
-
color:
|
|
267
|
-
"&.Mui-focused": { color:
|
|
267
|
+
color: J["gr-grey"].main,
|
|
268
|
+
"&.Mui-focused": { color: J["gr-grey"][700] }
|
|
268
269
|
},
|
|
269
270
|
"& .MuiOutlinedInput-root": {
|
|
270
271
|
borderRadius: "16px",
|
|
271
272
|
height: `${i}px`,
|
|
272
|
-
color:
|
|
273
|
-
"& input": { color:
|
|
273
|
+
color: J["gr-grey"].main,
|
|
274
|
+
"& input": { color: J["gr-grey"].main },
|
|
274
275
|
"& input::placeholder": {
|
|
275
|
-
color:
|
|
276
|
+
color: J["gr-grey"][400],
|
|
276
277
|
opacity: 1
|
|
277
278
|
}
|
|
278
279
|
}
|
|
279
280
|
};
|
|
280
|
-
} } },
|
|
281
|
+
} } }, nt = { styleOverrides: { root: ({ ownerState: e }) => {
|
|
281
282
|
let t = !e.color || e.color === "primary", { multiline: n, rows: r } = e, i = 44;
|
|
282
283
|
return n && (i = 44 + ((typeof r == "number" ? r : 1) - 1) * 40), t ? {
|
|
283
284
|
borderRadius: "16px",
|
|
284
285
|
height: `${i}px`,
|
|
285
|
-
color:
|
|
286
|
-
"& .MuiOutlinedInput-notchedOutline": { borderColor:
|
|
287
|
-
"&:hover .MuiOutlinedInput-notchedOutline": { borderColor:
|
|
288
|
-
"&.Mui-focused .MuiOutlinedInput-notchedOutline": { borderColor:
|
|
289
|
-
"& input": { color:
|
|
286
|
+
color: J["gr-grey"].main,
|
|
287
|
+
"& .MuiOutlinedInput-notchedOutline": { borderColor: J["gr-grey"].main },
|
|
288
|
+
"&:hover .MuiOutlinedInput-notchedOutline": { borderColor: J["gr-grey"][600] },
|
|
289
|
+
"&.Mui-focused .MuiOutlinedInput-notchedOutline": { borderColor: J["gr-grey"][700] },
|
|
290
|
+
"& input": { color: J["gr-grey"].main },
|
|
290
291
|
"& input::placeholder": {
|
|
291
|
-
color:
|
|
292
|
+
color: J["gr-grey"][400],
|
|
292
293
|
opacity: 1
|
|
293
294
|
}
|
|
294
295
|
} : {
|
|
295
296
|
borderRadius: "16px",
|
|
296
297
|
height: `${i}px`,
|
|
297
|
-
color:
|
|
298
|
-
"& input": { color:
|
|
298
|
+
color: J["gr-grey"].main,
|
|
299
|
+
"& input": { color: J["gr-grey"].main },
|
|
299
300
|
"& input::placeholder": {
|
|
300
|
-
color:
|
|
301
|
+
color: J["gr-grey"][400],
|
|
301
302
|
opacity: 1
|
|
302
303
|
}
|
|
303
304
|
};
|
|
304
|
-
} } },
|
|
305
|
-
color:
|
|
306
|
-
"&.Mui-focused": { color:
|
|
307
|
-
}) } },
|
|
305
|
+
} } }, rt = { styleOverrides: { root: () => ({
|
|
306
|
+
color: J["gr-grey"].main,
|
|
307
|
+
"&.Mui-focused": { color: J["gr-grey"][700] }
|
|
308
|
+
}) } }, it = {
|
|
308
309
|
fontFamily: ["Articulat CF"].join(","),
|
|
309
310
|
h1: {
|
|
310
311
|
fontFamily: "Articulat CF",
|
|
311
312
|
fontWeight: "bold",
|
|
312
313
|
fontSize: "36px",
|
|
313
|
-
color:
|
|
314
|
+
color: J["gr-base-dark"].main
|
|
314
315
|
},
|
|
315
316
|
h2: {
|
|
316
317
|
fontFamily: "Articulat CF",
|
|
317
318
|
fontWeight: "bold",
|
|
318
319
|
fontSize: "32px",
|
|
319
|
-
color:
|
|
320
|
+
color: J["gr-grey"].main
|
|
320
321
|
},
|
|
321
322
|
h3: {
|
|
322
323
|
fontFamily: "Articulat CF",
|
|
323
324
|
fontWeight: "bold",
|
|
324
325
|
fontSize: "24px",
|
|
325
|
-
color:
|
|
326
|
+
color: J["gr-grey"].main
|
|
326
327
|
},
|
|
327
328
|
h4: {
|
|
328
329
|
fontFamily: "Articulat CF",
|
|
329
330
|
fontWeight: "bold",
|
|
330
331
|
fontSize: "22px",
|
|
331
|
-
color:
|
|
332
|
+
color: J["gr-grey"].main
|
|
332
333
|
},
|
|
333
334
|
body1: {
|
|
334
335
|
fontFamily: "Articulat CF",
|
|
335
336
|
fontWeight: "medium",
|
|
336
337
|
fontSize: "18px",
|
|
337
|
-
color:
|
|
338
|
+
color: J["gr-base-dark"].main
|
|
338
339
|
},
|
|
339
340
|
body2: {
|
|
340
341
|
fontFamily: "Articulat CF",
|
|
341
342
|
fontWeight: "medium",
|
|
342
343
|
fontSize: "16px",
|
|
343
|
-
color:
|
|
344
|
+
color: J["gr-base-dark"].main
|
|
344
345
|
},
|
|
345
346
|
button: {
|
|
346
347
|
fontFamily: "Articulat CF",
|
|
347
348
|
fontWeight: "demi bold",
|
|
348
349
|
fontSize: "18px",
|
|
349
|
-
color:
|
|
350
|
+
color: J["gr-base-dark"].main
|
|
350
351
|
}
|
|
351
|
-
},
|
|
352
|
+
}, at = {
|
|
352
353
|
palette: {
|
|
353
354
|
mode: "dark",
|
|
354
355
|
background: {
|
|
355
356
|
default: "#EBEAE0",
|
|
356
|
-
paper:
|
|
357
|
+
paper: J["gr-base-dark"].main
|
|
357
358
|
},
|
|
358
359
|
primary: { main: "#474541" },
|
|
359
360
|
secondary: { main: "#C85DF0" },
|
|
@@ -361,15 +362,15 @@ var Q = {
|
|
|
361
362
|
warning: { main: "#F0C300" },
|
|
362
363
|
error: { main: "#FE0037" },
|
|
363
364
|
info: { main: "#2F43FF" },
|
|
364
|
-
...
|
|
365
|
+
...J
|
|
365
366
|
},
|
|
366
|
-
typography:
|
|
367
|
+
typography: it,
|
|
367
368
|
components: {
|
|
368
|
-
MuiTextField:
|
|
369
|
-
MuiOutlinedInput:
|
|
370
|
-
MuiInputLabel:
|
|
369
|
+
MuiTextField: tt,
|
|
370
|
+
MuiOutlinedInput: nt,
|
|
371
|
+
MuiInputLabel: rt
|
|
371
372
|
}
|
|
372
|
-
},
|
|
373
|
+
}, ot = ce(at), st = ce({
|
|
373
374
|
palette: {
|
|
374
375
|
mode: "light",
|
|
375
376
|
background: {
|
|
@@ -443,20 +444,20 @@ var Q = {
|
|
|
443
444
|
fontWeight: 400
|
|
444
445
|
}
|
|
445
446
|
}
|
|
446
|
-
}), $ = se({}), tt = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%203000%20551.6'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23190007;}.cls-1,.cls-2,.cls-3{stroke-width:0px;}.cls-2{fill:%23f0c300;}.cls-3{fill:%23ebeae0;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-3'%20d='m871.49,259.5v9.04c-9.81,0-17.5.94-23.05,2.83-5.55,1.88-9.6,5.43-12.16,10.65-2.56,5.23-4.16,12.65-4.8,22.26-.64,9.61-.96,21.94-.96,36.97v119.73c-6.82,11.28-14.9,21.11-24.26,29.46-8.09,7.53-18.21,14.42-30.34,20.68-12.13,6.26-26.51,9.4-43.1,9.4-17.88,0-34.7-5.85-50.45-17.55-15.75-11.7-29.38-28.41-40.87-50.14s-20.54-47.75-27.14-78.04c-6.6-30.29-9.9-64.25-9.9-101.86,0-44.29,4.03-81.79,12.11-112.5,8.07-30.71,18.27-55.57,30.6-74.59,12.32-19.01,26.14-32.8,41.45-41.37,15.3-8.56,29.96-12.85,44-12.85,8.93,0,16.58,1.05,22.95,3.12,6.37,2.07,12,4.25,16.89,6.53,4.89,2.28,9.14,4.46,12.75,6.54,3.62,2.07,6.91,3.11,9.89,3.11,3.82,0,6.58-2.2,8.29-6.63.87-1.6,1.52-3.62,1.95-6.03h14.33v149.21h-12.06c-2.98-26.31-7.43-49.7-13.37-70.16-2.54-8.76-5.41-17.32-8.59-25.68-3.18-8.35-7-15.86-11.45-22.55-4.46-6.68-9.54-12-15.27-15.98-5.73-3.97-11.99-5.95-18.77-5.95-12.73,0-23.55,5.44-32.46,16.31-8.91,10.87-16.12,26.14-21.63,45.79-5.52,19.65-9.55,43.39-12.09,71.19-2.54,27.81-3.81,58.64-3.81,92.52,0,41.82,1.59,77.15,4.79,106.01,3.19,28.86,7.77,52.28,13.73,70.26,5.96,17.98,13.41,30.94,22.36,38.88,8.94,7.95,19.16,11.92,30.66,11.92,10.64,0,17.46-3.14,20.44-9.41s4.47-15.89,4.47-28.86v-128.6c0-13.38-.54-24.36-1.6-32.93-1.07-8.57-3.64-15.17-7.69-19.76-4.06-4.6-10.14-7.73-18.25-9.41-8.11-1.68-19.21-2.51-33.29-2.51v-9.04h165.7Z'/%3e%3cpath%20class='cls-3'%20d='m1103.45,333.04c0,31.29-3.32,58.31-9.95,81.04s-15.51,41.52-26.64,56.33c-11.13,14.81-23.86,25.76-38.2,32.85-14.34,7.08-29.2,10.63-44.6,10.63s-30.17-3.55-44.29-10.63c-14.12-7.09-26.74-18.05-37.87-32.85-11.13-14.81-20.01-33.59-26.64-56.33s-9.95-49.75-9.95-81.04,3.32-58.31,9.95-81.04,15.5-41.41,26.64-56.01c11.12-14.6,23.75-25.45,37.87-32.54,14.12-7.09,28.88-10.64,44.29-10.64s30.26,3.55,44.6,10.64c14.34,7.09,27.06,17.94,38.2,32.54,11.12,14.6,20.01,33.27,26.64,56.01s9.95,49.75,9.95,81.04Zm-59.68,0c0-22.94-1.07-44.41-3.21-64.44-2.15-20.02-5.68-37.54-10.6-52.55-4.92-15.01-11.12-26.89-18.61-35.65-7.49-8.76-16.58-13.14-27.28-13.14s-19.8,4.38-27.29,13.14c-7.49,8.76-13.58,20.64-18.29,35.65-4.71,15.01-8.13,32.53-10.27,52.55-2.15,20.03-3.21,41.5-3.21,64.44s1.06,44.53,3.21,64.75c2.14,20.23,5.56,37.85,10.27,52.86,4.71,15.01,10.8,26.8,18.29,35.35,7.49,8.55,16.59,12.82,27.29,12.82s19.79-4.27,27.28-12.82c7.49-8.55,13.7-20.34,18.61-35.35,4.92-15.01,8.45-32.63,10.6-52.86,2.14-20.22,3.21-41.8,3.21-64.75Z'/%3e%3cpath%20class='cls-3'%20d='m1360.25,333.04c0,31.29-3.32,58.31-9.95,81.04-6.63,22.74-15.51,41.52-26.64,56.33-11.13,14.81-23.86,25.76-38.2,32.85-14.34,7.08-29.2,10.63-44.6,10.63s-30.17-3.55-44.29-10.63c-14.12-7.09-26.74-18.05-37.87-32.85-11.13-14.81-20.01-33.59-26.64-56.33s-9.95-49.75-9.95-81.04,3.32-58.31,9.95-81.04,15.5-41.41,26.64-56.01c11.12-14.6,23.75-25.45,37.87-32.54,14.12-7.09,28.88-10.64,44.29-10.64s30.26,3.55,44.6,10.64c14.34,7.09,27.06,17.94,38.2,32.54,11.12,14.6,20.01,33.27,26.64,56.01,6.63,22.74,9.95,49.75,9.95,81.04Zm-59.68,0c0-22.94-1.07-44.41-3.21-64.44-2.15-20.02-5.68-37.54-10.6-52.55-4.92-15.01-11.12-26.89-18.61-35.65-7.49-8.76-16.58-13.14-27.28-13.14s-19.8,4.38-27.29,13.14c-7.49,8.76-13.58,20.64-18.29,35.65-4.71,15.01-8.13,32.53-10.27,52.55-2.15,20.03-3.21,41.5-3.21,64.44s1.06,44.53,3.21,64.75c2.14,20.23,5.56,37.85,10.27,52.86,4.71,15.01,10.8,26.8,18.29,35.35s16.59,12.82,27.29,12.82,19.79-4.27,27.28-12.82c7.49-8.55,13.7-20.34,18.61-35.35,4.92-15.01,8.45-32.63,10.6-52.86,2.14-20.22,3.21-41.8,3.21-64.75Z'/%3e%3cpath%20class='cls-3'%20d='m1617.66,426.25c0,16.28.42,29.21,1.28,38.8.85,9.6,2.67,16.9,5.43,21.9,2.77,5.01,6.83,8.24,12.17,9.7,5.33,1.46,12.48,2.19,21.45,2.19v9.04h-100.01v-44.67c-8.56,16.28-19.79,28.79-33.69,37.55-13.9,8.75-29.2,13.14-45.88,13.14-12.84,0-25.14-4.17-36.9-12.52-11.76-8.35-22.35-20.23-31.76-35.67-9.42-15.43-16.91-34.42-22.47-56.95-5.56-22.53-8.34-47.77-8.34-75.72s2.78-53.61,8.34-75.72c5.56-22.12,13.05-40.99,22.47-56.64,9.41-15.65,20-27.53,31.76-35.67,11.76-8.14,24.07-12.21,36.9-12.21,16.68,0,31.98,4.28,45.88,12.83,13.9,8.55,25.13,21.17,33.69,37.86v-58.12c0-12.5-.75-22.81-2.24-30.93-1.5-8.12-3.84-14.58-7.05-19.38-3.2-4.79-7.47-8.02-12.8-9.68-5.34-1.67-11.63-2.51-18.89-2.51v-9.04c20.48-.41,38.74-3.43,54.78-9.04,16.03-5.61,28.33-14.46,36.89-26.52h8.99v387.98Zm-59.68-141.35c0-33.76-5.36-59.39-16.06-76.9-10.71-17.5-23.98-26.26-39.82-26.26-7.71,0-15.21,2.3-22.48,6.88-7.28,4.59-13.81,12.61-19.59,24.08-5.78,11.46-10.5,26.88-14.14,46.27-3.64,19.38-5.45,44.07-5.45,74.08s1.82,54.71,5.45,74.09c3.64,19.38,8.35,34.91,14.14,46.58,5.78,11.67,12.31,19.8,19.59,24.38,7.27,4.59,14.77,6.88,22.48,6.88,15.84,0,29.12-8.85,39.82-26.57,10.7-17.71,16.06-43.24,16.06-76.59v-96.91Z'/%3e%3cpath%20class='cls-3'%20d='m1899.3,426.35c5.12,15,9.71,27.18,13.76,36.56,4.05,9.37,8.53,16.56,13.44,21.55,4.91,5,10.35,8.44,16.33,10.31,5.97,1.87,13.44,3.23,22.41,4.06v9.04h-56.98c-19.64,0-34.04-2.39-43.22-7.2-9.17-4.79-16.12-14.7-20.81-29.72l-47.56-145.78c-3.43-11.27-9-19.39-16.72-24.41-7.71-5-15.43-7.51-23.13-7.51h-3.62v133.09c0,15,.32,27.29.96,36.87.64,9.59,2.24,16.98,4.8,22.18,2.56,5.21,6.61,8.75,12.16,10.63s13.44,2.81,23.69,2.81v9.04h-146.49v-9.04c9.81,0,17.49-.93,23.04-2.82,5.55-1.87,9.61-5.42,12.17-10.63,2.56-5.21,4.16-12.61,4.8-22.2s.96-21.89.96-36.9V111.09c0-13.34-.32-24.17-.96-32.52-.64-8.34-2.35-14.8-5.12-19.38-2.78-4.59-6.94-7.71-12.49-9.38-5.55-1.67-13.02-2.51-22.4-2.51v-9.04h124.66c25.12,0,46.52,3.24,64.19,9.71,17.67,6.48,32.26,15.35,43.76,26.63,11.5,11.28,19.91,24.65,25.23,40.1,5.32,15.46,7.99,32.37,7.99,50.75,0,30.08-7.03,55.97-21.08,77.69-14.05,21.72-37.06,36.55-68.99,44.48,10.39,2.51,19.01,7.39,25.87,14.68,6.85,7.29,13.05,19.06,18.6,35.3l30.73,88.74Zm-126.27-148.76c12.78,0,23.97-1.87,33.56-5.63,9.59-3.76,17.47-10.02,23.65-18.8,6.18-8.77,10.76-20.36,13.74-34.77,2.98-14.41,4.47-32.05,4.47-52.94s-1.92-38.42-5.76-52.63c-3.84-14.19-8.84-25.68-15.02-34.46-6.18-8.77-13.32-15.03-21.42-18.79-8.1-3.76-16.62-5.64-25.56-5.64s-16.3,3.24-20.78,9.71c-4.47,6.48-6.71,15.35-6.71,26.63v187.31h19.82Z'/%3e%3cpath%20class='cls-3'%20d='m2149.7,426.25c0,16.28.42,29.21,1.28,38.8.85,9.6,2.67,16.9,5.44,21.9,2.77,5.01,6.93,8.24,12.48,9.7,5.55,1.46,12.8,2.19,21.77,2.19v9.04h-100.65l.03-49.67c-7.27,17.94-17.11,31.71-29.51,41.3-12.4,9.59-26.3,14.39-41.69,14.39-10.69,0-20.96-1.36-30.79-4.06-9.83-2.71-18.28-7.3-25.34-13.76-7.06-6.46-12.72-14.9-16.99-25.32-4.28-10.42-6.41-23.34-6.41-38.77,0-18.33,3.74-33.97,11.22-46.89,7.48-12.92,16.79-24.07,27.9-33.45,11.11-9.38,23.19-17.41,36.24-24.08,13.04-6.67,25.12-12.91,36.24-18.75s20.41-11.67,27.89-17.51c7.48-5.83,11.23-12.5,11.23-20.01v-6.25c0-28.34-5.56-50.02-16.67-65.02-11.11-15-25.65-22.51-43.6-22.51-13.25,0-24.58,3.92-33.98,11.76-9.4,7.84-16.24,20.42-20.52,37.74,3.41-1.24,7.05-1.87,10.89-1.87,9.4,0,17.41,3.23,24.03,9.69,6.61,6.46,9.93,14.49,9.93,24.08s-3.33,16.99-9.96,23.45c-6.64,6.46-14.67,9.69-24.09,9.69s-18.09-3.22-24.73-9.67c-6.64-6.45-9.96-14.26-9.96-23.43,0-15.4,2.46-29.56,7.38-42.46,4.92-12.9,11.88-24.04,20.86-33.4s19.68-16.76,32.09-22.17c12.41-5.41,26.1-8.12,41.08-8.12,13.7,0,26.53,2.51,38.52,7.51,11.98,5.01,22.25,12.83,30.81,23.46,8.55,10.64,15.3,24.2,20.21,40.67,4.92,16.48,7.38,36.4,7.38,59.76v142.04Zm-59.68-125.75c-6.84,7.09-15.49,13.66-25.97,19.71-10.47,6.05-20.52,13.23-30.12,21.57-9.62,8.35-17.84,18.66-24.68,30.96-6.84,12.3-10.26,28.25-10.26,47.84,0,24.19,2.99,40.86,8.98,50.04,5.98,9.17,14.32,13.75,25,13.75,13.24,0,25.22-6.25,35.9-18.76,10.68-12.51,17.74-30.85,21.16-55.04v-110.06Z'/%3e%3cpath%20class='cls-3'%20d='m2353.01,152.8c12.79,0,25.17,4.07,37.12,12.21,11.94,8.14,22.51,20.03,31.69,35.67,9.17,15.65,16.63,34.52,22.4,56.64,5.76,22.12,8.65,47.35,8.65,75.72s-2.88,53.19-8.64,75.72c-5.76,22.53-13.22,41.52-22.38,56.95-9.17,15.44-19.72,27.33-31.66,35.67-11.94,8.35-24.3,12.52-37.09,12.52-16.63,0-31.77-4.35-45.41-13.04-13.65-8.68-24.74-21.17-33.26-37.46v44.47h-100.01v-9.04c8.96,0,16.11-.73,21.44-2.19s9.39-4.69,12.17-9.7c2.77-5,4.59-12.3,5.44-21.89.85-9.59,1.28-22.51,1.28-38.78V145.43c0-12.51-.75-22.83-2.24-30.96-1.5-8.13-3.84-14.59-7.05-19.39-3.2-4.79-7.36-8.03-12.48-9.69-5.12-1.67-11.31-2.51-18.57-2.51v-9.04c20.48-.41,38.64-3.43,54.46-9.04,15.82-5.61,28.01-14.46,36.57-26.52h8.99l-.15,165.22c8.53-16.68,19.62-29.3,33.28-37.86s28.8-12.83,45.46-12.83Zm38.36,180.24c0-30.01-1.82-54.7-5.43-74.08-3.62-19.38-8.31-34.8-14.05-46.27-5.76-11.46-12.36-19.49-19.82-24.08-7.46-4.58-15.01-6.88-22.68-6.88-15.34,0-28.34,8.76-38.99,26.26-10.65,17.51-15.98,43.14-15.98,76.9v96.91c0,33.34,5.32,58.88,15.98,76.59,10.64,17.72,23.64,26.57,38.99,26.57,7.67,0,15.22-2.29,22.68-6.88,7.46-4.58,14.06-12.71,19.82-24.38,5.75-11.67,10.44-27.19,14.05-46.58,3.62-19.38,5.43-44.08,5.43-74.09Z'/%3e%3cpath%20class='cls-3'%20d='m2618.79,152.8c12.79,0,25.17,4.07,37.12,12.21,11.94,8.14,22.51,20.03,31.69,35.67,9.17,15.65,16.63,34.52,22.4,56.64,5.76,22.12,8.65,47.35,8.65,75.72s-2.88,53.19-8.64,75.72c-5.76,22.53-13.22,41.52-22.38,56.95-9.17,15.44-19.72,27.33-31.66,35.67-11.94,8.35-24.3,12.52-37.09,12.52-16.63,0-31.77-4.35-45.41-13.04-13.65-8.68-24.74-21.17-33.26-37.46v44.47h-100.01v-9.04c8.96,0,16.11-.73,21.44-2.19s9.39-4.69,12.17-9.7c2.77-5,4.59-12.3,5.44-21.89.85-9.59,1.28-22.51,1.28-38.78V145.43c0-12.51-.75-22.83-2.24-30.96-1.5-8.13-3.84-14.59-7.05-19.39-3.2-4.79-7.36-8.03-12.48-9.69-5.12-1.67-11.31-2.51-18.57-2.51v-9.04c20.48-.41,38.64-3.43,54.46-9.04,15.82-5.61,28.01-14.46,36.57-26.52h8.99l-.15,165.22c8.53-16.68,19.62-29.3,33.28-37.86s28.8-12.83,45.46-12.83Zm38.36,180.24c0-30.01-1.82-54.7-5.43-74.08-3.62-19.38-8.31-34.8-14.05-46.27-5.76-11.46-12.36-19.49-19.82-24.08-7.46-4.58-15.01-6.88-22.68-6.88-15.34,0-28.34,8.76-38.99,26.26-10.65,17.51-15.98,43.14-15.98,76.9v96.91c0,33.34,5.32,58.88,15.98,76.59,10.64,17.72,23.64,26.57,38.99,26.57,7.67,0,15.22-2.29,22.68-6.88,7.46-4.58,14.06-12.71,19.82-24.38,5.75-11.67,10.44-27.19,14.05-46.58,3.62-19.38,5.43-44.08,5.43-74.09Z'/%3e%3cpath%20class='cls-3'%20d='m2806.58,426.17c0,16.29.42,29.23,1.28,38.84.85,9.61,2.67,16.91,5.43,21.92,2.77,5.01,6.93,8.25,12.48,9.71,5.55,1.47,12.81,2.19,21.78,2.19v9.04h-140.99v-9.04c8.96,0,16.11-.73,21.44-2.19s9.39-4.69,12.17-9.7c2.77-5.01,4.59-12.31,5.44-21.91.85-9.59,1.28-22.52,1.28-38.8v-160.84c0-12.52-.75-22.84-2.24-30.98-1.5-8.14-3.84-14.5-7.05-19.08-3.2-4.59-7.36-7.71-12.48-9.39-5.12-1.67-11.31-2.51-18.57-2.51v-9.04c20.48-.83,38.74-4.07,54.78-9.7,16.03-5.63,28.33-14.3,36.89-26h8.35v267.47Zm-34.95-306.52c-11.92,0-22.14-4.06-30.65-12.19-8.52-8.12-12.77-18.02-12.77-29.7s4.26-22.19,12.77-30.32c8.52-8.12,18.73-12.19,30.65-12.19s22.02,4.07,30.33,12.19c8.3,8.13,12.45,18.24,12.45,30.32s-4.15,21.58-12.45,29.7c-8.31,8.13-18.41,12.19-30.33,12.19Z'/%3e%3cpath%20class='cls-3'%20d='m2927.66,158.83h72.34v15.67h-72.34v265.37c0,30.46,8.53,45.69,25.61,45.69,5.97,0,11.19-1.25,15.67-3.76,4.48-2.51,8.43-5.43,11.85-8.77,3.84-3.76,7.25-7.93,10.25-12.53l8.96,6.89c-4.27,8.78-9.81,16.51-16.64,23.21-5.56,5.88-12.59,11.24-21.13,16.06-8.53,4.81-18.78,7.23-30.73,7.23-8.99,0-17.32-1.36-25.03-4.07-7.71-2.71-14.44-7.4-20.21-14.09-5.77-6.68-10.27-15.65-13.47-26.92-3.21-11.27-4.81-25.25-4.81-41.96v-252.35h-40.33v-15.67c27.74-2.51,47.28-10.02,58.62-22.55,11.34-12.53,18.29-30.48,20.86-53.87h20.53v76.42Z'/%3e%3crect%20class='cls-2'%20x='0'%20y='0'%20width='514.22'%20height='551.6'%20rx='237.65'%20ry='237.65'/%3e%3cpath%20class='cls-1'%20d='m403.42,360.77c-4.51-3.91-34.29-24.06-34.29-24.06,0,0-9.02,12.63-10.23,11.43-.9-.9,6.62-9.93,8.42-17.44.6-2.5,2.41-9.02,3.01-13.23.6-4.21-1.2-15.34.3-15.34s4.51,7.82,4.51,7.82c0,0-.6-9.93-1.5-17.74-.9-7.82-4.51-16.24-7.52-19.25-3.01-3.01-15.34-1.49-15.34-3.91,0-1.5,12.93-1.2,25.26-.9,12.33.3,19.25-4.21,19.55-5.11.3-.9-.6-1.5,0-2.41.6-.9,1.8-1.5,2.71-3.01.9-1.5,1.8-4.51,3.61-3.91,1.8.6-1.2,4.51.6,5.41,1.8.9,3.61-2.41,5.41-5.71,1.8-3.31.9-9.62.9-9.62,0,0,0-.3-.3.3-.3.6-1.5,1.2-2.71,2.41-1.2,1.2-1.8,3.61-3.31,3.31s-.3-2.71-1.5-3.61c-1.2-.9-8.72-4.51-7.82-6.02.9-1.5,7.22,1.5,9.62,2.11,2.41.6,5.41-.3,5.41-.3,0,0,2.11-5.41,1.8-9.62-.3-4.21-6.32-11.13-10.23-16.84-3.91-5.71-4.21-14.14-14.74-27.07-10.53-12.93-30.68-14.14-33.68-16.54-3.01-2.41-5.41-11.43-7.52-24.06-2.11-12.63,1.5-12.63-3.01-33.08-4.51-20.45-25.26-45.41-31.88-43.91-6.62,1.5-6.62,36.09-6.02,46.92.6,10.83,21.96,47.52,24.06,50.83,2.11,3.31,6.62,4.81,4.81,7.52-1.8,2.71-15.64-18.35-22.26-31.28-6.62-12.93-18.65-30.68-28.27-39.7-9.62-9.02-47.22-30.98-53.53-25.56s2.71,36.99,6.62,46.62c3.91,9.62,11.28,23.31,20.9,32.63,9.62,9.32,37.9,23.46,40.9,25.26,3.01,1.8,5.41,4.81,5.41,4.81,0,0-1.2,5.71-1.2,9.32s1.2,12.63,1.5,17.44c.3,4.81-.3,7.22-.9,11.43-.6,4.21-3.01,6.92-3.31,9.62-.3,2.71.9,1.8.9,1.8,0,0-2.71,6.32-7.22,8.72-4.51,2.41-13.83-1.5-22.26-3.91-8.42-2.41-19.25-2.41-19.25-2.41l6.47,4.36s0,1.2-1.5.3-35.19,0-40.9.3c-5.71.3-12.8,1.81-12.8,1.81,0,0,4.68,1.49,4.68,2.7s-23.46,5.41-48.12,30.08c-24.66,24.66-28.27,64.66-28.87,64.66s-2.11-13.53-2.71-14.44c-.6-.9-3.01-2.41-9.93-2.11-6.92.3-9.62,3.61-9.62,3.91s1.2,1.5,1.2,2.11-6.02,3.61-6.02,4.21,2.41,1.8,2.41,2.41-.9,1.2-2.71,2.71c-1.8,1.5-3.91,4.51-3.61,5.11.3.6,2.11.9,2.41,2.11.3,1.2-.9,4.21-1.2,7.52-.3,3.31,1.8,5.41,2.11,5.41s1.2-3.31,1.8-3.31,1.2,5.11,1.5,6.32c.3,1.2.3,1.8.3,4.21s1.5,4.21,1.8,4.21-.3-3.61.6-1.5c.9,2.11,10.23,9.32,15.34,9.62,5.11.3,6.92-2.11,8.12-2.11s2.71,3.01,3.31,2.41c.6-.6,0-12.63,1.2-12.63s1.2,2.41,1.5,3.31c.3.9,4.81,8.72,7.82,12.93,3.01,4.21,9.92,9.93,12.03,15.34,2.11,5.41-11.73,22.26-13.23,26.77-1.5,4.51.3,13.23,18.95,33.68,18.65,20.45,44.51,18.05,46.62,16.54s0-6.32-6.62-16.54c-6.62-10.23-19.25-22.26-19.25-22.86s3.31-1.2,6.32-1.8c3.01-.6,21.35-6.32,21.65-5.71s-8.72,4.21-11.13,4.81-3.61,5.41-1.5,8.72c2.11,3.31,13.53,9.32,34.29,14.14,20.75,4.81,46.62.9,47.22-3.61.6-4.51-6.02-9.02-12.93-12.93-6.92-3.91-30.68-9.32-30.68-11.13s7.52-3.31,19.25-12.63c11.73-9.32,14.14-19.25,14.74-21.96.6-2.71.3-4.51,0-4.51s-.6.9-1.5,3.01c-.9,2.11-6.02,9.62-7.22,8.72-1.2-.9.9-5.41,2.11-7.52,1.2-2.11,5.41-15.64,5.71-17.14.3-1.5.6-5.71,2.41-5.71s.9,3.91,3.01,4.81c2.11.9,25.87-7.52,25.87-7.52,0,0-2.41-9.32-4.51-15.94-2.11-6.62-2.41-14.14-1.2-14.44.92-.23,1.2,3.31,3.61,11.73,2.4,8.39,6.62,17.14,16.24,25.56,9.62,8.42,27.37,16.54,36.99,31.58,9.62,15.04,23.76,19.55,27.37,17.14,3.61-2.41-8.12-25.26-9.62-29.47-1.5-4.21-13.53-24.66-15.94-30.38-2.41-5.71-2.11-6.32-3.91-12.33-1.8-6.02.9-11.73,2.71-11.73s1.5,10.53,2.41,15.94c.9,5.41,2.71,7.82,5.41,9.62,2.71,1.8,16.54,2.11,19.25,2.71,2.71.6,21.05,7.22,24.06,8.12,3.01.9,10.23,2.41,12.63-2.11,2.41-4.51-8.12-13.83-12.63-17.74Zm-57.19-134.7c-1.68-1.68-2.52-5.7-3.42-9.96-.48-2.29-1.17-5.59-1.83-6.81-.72.39-1.39.64-2.05.64-2.48,0-4.05-2.28-4.59-3.62l2.56-1.03c.2.49,1.01,1.9,2.03,1.9.46-.01,1.81-.98,2.8-1.68,2.39-1.71,5.36-3.83,8.78-3.83,5.65,0,10.41,4.83,12.77,8.96,1.64,2.87,5.39,11.18,4.52,13.8-.27.82-1.07,1.51-4.05,2.21-2.04.48-6.32,1.15-10.23,1.15-3.12,0-6-.43-7.29-1.72Z'/%3e%3cpath%20class='cls-1'%20d='m356.83,224.89c4.31-.34,7.44-1.13,8.37-1.58-.03-1.64-2.13-7.48-4.32-11.31-2.15-3.77-6.2-7.57-10.38-7.57-2.53,0-5.11,1.84-7.18,3.31-.02.02-.04.03-.06.04.88,1.5,1.46,4.05,2.24,7.76.7,3.33,1.57,7.48,2.67,8.58.47.46,2.87,1.22,8.65.77Z'/%3e%3c/svg%3e", nt = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20514.22%20551.6'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23190007;}.cls-1,.cls-2{stroke-width:0px;}.cls-2{fill:%23f0c300;}%3c/style%3e%3c/defs%3e%3crect%20class='cls-2'%20x='0'%20y='0'%20width='514.22'%20height='551.6'%20rx='237.65'%20ry='237.65'/%3e%3cpath%20class='cls-1'%20d='m403.42,360.77c-4.51-3.91-34.29-24.06-34.29-24.06,0,0-9.02,12.63-10.23,11.43-.9-.9,6.62-9.93,8.42-17.44.6-2.5,2.41-9.02,3.01-13.23.6-4.21-1.2-15.34.3-15.34s4.51,7.82,4.51,7.82c0,0-.6-9.93-1.5-17.74-.9-7.82-4.51-16.24-7.52-19.25-3.01-3.01-15.34-1.49-15.34-3.91,0-1.5,12.93-1.2,25.26-.9,12.33.3,19.25-4.21,19.55-5.11.3-.9-.6-1.5,0-2.41.6-.9,1.8-1.5,2.71-3.01.9-1.5,1.8-4.51,3.61-3.91,1.8.6-1.2,4.51.6,5.41,1.8.9,3.61-2.41,5.41-5.71,1.8-3.31.9-9.62.9-9.62,0,0,0-.3-.3.3-.3.6-1.5,1.2-2.71,2.41-1.2,1.2-1.8,3.61-3.31,3.31s-.3-2.71-1.5-3.61c-1.2-.9-8.72-4.51-7.82-6.02.9-1.5,7.22,1.5,9.62,2.11,2.41.6,5.41-.3,5.41-.3,0,0,2.11-5.41,1.8-9.62-.3-4.21-6.32-11.13-10.23-16.84-3.91-5.71-4.21-14.14-14.74-27.07-10.53-12.93-30.68-14.14-33.68-16.54-3.01-2.41-5.41-11.43-7.52-24.06-2.11-12.63,1.5-12.63-3.01-33.08-4.51-20.45-25.26-45.41-31.88-43.91-6.62,1.5-6.62,36.09-6.02,46.92.6,10.83,21.96,47.52,24.06,50.83,2.11,3.31,6.62,4.81,4.81,7.52-1.8,2.71-15.64-18.35-22.26-31.28-6.62-12.93-18.65-30.68-28.27-39.7-9.62-9.02-47.22-30.98-53.53-25.56-6.32,5.41,2.71,36.99,6.62,46.62,3.91,9.62,11.28,23.31,20.9,32.63,9.62,9.32,37.9,23.46,40.9,25.26,3.01,1.8,5.41,4.81,5.41,4.81,0,0-1.2,5.71-1.2,9.32s1.2,12.63,1.5,17.44c.3,4.81-.3,7.22-.9,11.43-.6,4.21-3.01,6.92-3.31,9.62-.3,2.71.9,1.8.9,1.8,0,0-2.71,6.32-7.22,8.72-4.51,2.41-13.83-1.5-22.26-3.91-8.42-2.41-19.25-2.41-19.25-2.41l6.47,4.36s0,1.2-1.5.3-35.19,0-40.9.3c-5.71.3-12.8,1.81-12.8,1.81,0,0,4.68,1.49,4.68,2.7s-23.46,5.41-48.12,30.08c-24.66,24.66-28.27,64.66-28.87,64.66s-2.11-13.53-2.71-14.44c-.6-.9-3.01-2.41-9.93-2.11-6.92.3-9.62,3.61-9.62,3.91s1.2,1.5,1.2,2.11-6.02,3.61-6.02,4.21,2.41,1.8,2.41,2.41-.9,1.2-2.71,2.71c-1.8,1.5-3.91,4.51-3.61,5.11.3.6,2.11.9,2.41,2.11.3,1.2-.9,4.21-1.2,7.52-.3,3.31,1.8,5.41,2.11,5.41s1.2-3.31,1.8-3.31,1.2,5.11,1.5,6.32c.3,1.2.3,1.8.3,4.21s1.5,4.21,1.8,4.21-.3-3.61.6-1.5c.9,2.11,10.23,9.32,15.34,9.62,5.11.3,6.92-2.11,8.12-2.11s2.71,3.01,3.31,2.41c.6-.6,0-12.63,1.2-12.63s1.2,2.41,1.5,3.31c.3.9,4.81,8.72,7.82,12.93,3.01,4.21,9.92,9.93,12.03,15.34,2.11,5.41-11.73,22.26-13.23,26.77-1.5,4.51.3,13.23,18.95,33.68,18.65,20.45,44.51,18.05,46.62,16.54s0-6.32-6.62-16.54c-6.62-10.23-19.25-22.26-19.25-22.86s3.31-1.2,6.32-1.8c3.01-.6,21.35-6.32,21.65-5.71s-8.72,4.21-11.13,4.81-3.61,5.41-1.5,8.72c2.11,3.31,13.53,9.32,34.29,14.14,20.75,4.81,46.62.9,47.22-3.61.6-4.51-6.02-9.02-12.93-12.93-6.92-3.91-30.68-9.32-30.68-11.13s7.52-3.31,19.25-12.63c11.73-9.32,14.14-19.25,14.74-21.96.6-2.71.3-4.51,0-4.51s-.6.9-1.5,3.01-6.02,9.62-7.22,8.72c-1.2-.9.9-5.41,2.11-7.52,1.2-2.11,5.41-15.64,5.71-17.14.3-1.5.6-5.71,2.41-5.71s.9,3.91,3.01,4.81c2.11.9,25.87-7.52,25.87-7.52,0,0-2.41-9.32-4.51-15.94-2.11-6.62-2.41-14.14-1.2-14.44.92-.23,1.2,3.31,3.61,11.73,2.4,8.39,6.62,17.14,16.24,25.56,9.62,8.42,27.37,16.54,36.99,31.58,9.62,15.04,23.76,19.55,27.37,17.14,3.61-2.41-8.12-25.26-9.62-29.47-1.5-4.21-13.53-24.66-15.94-30.38-2.41-5.71-2.11-6.32-3.91-12.33-1.8-6.02.9-11.73,2.71-11.73s1.5,10.53,2.41,15.94c.9,5.41,2.71,7.82,5.41,9.62,2.71,1.8,16.54,2.11,19.25,2.71,2.71.6,21.05,7.22,24.06,8.12,3.01.9,10.23,2.41,12.63-2.11,2.41-4.51-8.12-13.83-12.63-17.74Zm-57.19-134.7c-1.68-1.68-2.52-5.7-3.42-9.96-.48-2.29-1.17-5.59-1.83-6.81-.72.39-1.39.64-2.05.64-2.48,0-4.05-2.28-4.59-3.62l2.56-1.03c.2.49,1.01,1.9,2.03,1.9.46-.01,1.81-.98,2.8-1.68,2.39-1.71,5.36-3.83,8.78-3.83,5.65,0,10.41,4.83,12.77,8.96,1.64,2.87,5.39,11.18,4.52,13.8-.27.82-1.07,1.51-4.05,2.21-2.04.48-6.32,1.15-10.23,1.15-3.12,0-6-.43-7.29-1.72Z'/%3e%3cpath%20class='cls-1'%20d='m356.83,224.89c4.31-.34,7.44-1.13,8.37-1.58-.03-1.64-2.13-7.48-4.32-11.31-2.15-3.77-6.2-7.57-10.38-7.57-2.53,0-5.11,1.84-7.18,3.31-.02.02-.04.03-.06.04.88,1.5,1.46,4.05,2.24,7.76.7,3.33,1.57,7.48,2.67,8.58.47.46,2.87,1.22,8.65.77Z'/%3e%3c/svg%3e", rt = ({ tooltips: e, state: t, setState: n }) => {
|
|
447
|
+
}), Y = pe({}), ct = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%203000%20551.6'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23190007;}.cls-1,.cls-2,.cls-3{stroke-width:0px;}.cls-2{fill:%23f0c300;}.cls-3{fill:%23ebeae0;}%3c/style%3e%3c/defs%3e%3cpath%20class='cls-3'%20d='m871.49,259.5v9.04c-9.81,0-17.5.94-23.05,2.83-5.55,1.88-9.6,5.43-12.16,10.65-2.56,5.23-4.16,12.65-4.8,22.26-.64,9.61-.96,21.94-.96,36.97v119.73c-6.82,11.28-14.9,21.11-24.26,29.46-8.09,7.53-18.21,14.42-30.34,20.68-12.13,6.26-26.51,9.4-43.1,9.4-17.88,0-34.7-5.85-50.45-17.55-15.75-11.7-29.38-28.41-40.87-50.14s-20.54-47.75-27.14-78.04c-6.6-30.29-9.9-64.25-9.9-101.86,0-44.29,4.03-81.79,12.11-112.5,8.07-30.71,18.27-55.57,30.6-74.59,12.32-19.01,26.14-32.8,41.45-41.37,15.3-8.56,29.96-12.85,44-12.85,8.93,0,16.58,1.05,22.95,3.12,6.37,2.07,12,4.25,16.89,6.53,4.89,2.28,9.14,4.46,12.75,6.54,3.62,2.07,6.91,3.11,9.89,3.11,3.82,0,6.58-2.2,8.29-6.63.87-1.6,1.52-3.62,1.95-6.03h14.33v149.21h-12.06c-2.98-26.31-7.43-49.7-13.37-70.16-2.54-8.76-5.41-17.32-8.59-25.68-3.18-8.35-7-15.86-11.45-22.55-4.46-6.68-9.54-12-15.27-15.98-5.73-3.97-11.99-5.95-18.77-5.95-12.73,0-23.55,5.44-32.46,16.31-8.91,10.87-16.12,26.14-21.63,45.79-5.52,19.65-9.55,43.39-12.09,71.19-2.54,27.81-3.81,58.64-3.81,92.52,0,41.82,1.59,77.15,4.79,106.01,3.19,28.86,7.77,52.28,13.73,70.26,5.96,17.98,13.41,30.94,22.36,38.88,8.94,7.95,19.16,11.92,30.66,11.92,10.64,0,17.46-3.14,20.44-9.41s4.47-15.89,4.47-28.86v-128.6c0-13.38-.54-24.36-1.6-32.93-1.07-8.57-3.64-15.17-7.69-19.76-4.06-4.6-10.14-7.73-18.25-9.41-8.11-1.68-19.21-2.51-33.29-2.51v-9.04h165.7Z'/%3e%3cpath%20class='cls-3'%20d='m1103.45,333.04c0,31.29-3.32,58.31-9.95,81.04s-15.51,41.52-26.64,56.33c-11.13,14.81-23.86,25.76-38.2,32.85-14.34,7.08-29.2,10.63-44.6,10.63s-30.17-3.55-44.29-10.63c-14.12-7.09-26.74-18.05-37.87-32.85-11.13-14.81-20.01-33.59-26.64-56.33s-9.95-49.75-9.95-81.04,3.32-58.31,9.95-81.04,15.5-41.41,26.64-56.01c11.12-14.6,23.75-25.45,37.87-32.54,14.12-7.09,28.88-10.64,44.29-10.64s30.26,3.55,44.6,10.64c14.34,7.09,27.06,17.94,38.2,32.54,11.12,14.6,20.01,33.27,26.64,56.01s9.95,49.75,9.95,81.04Zm-59.68,0c0-22.94-1.07-44.41-3.21-64.44-2.15-20.02-5.68-37.54-10.6-52.55-4.92-15.01-11.12-26.89-18.61-35.65-7.49-8.76-16.58-13.14-27.28-13.14s-19.8,4.38-27.29,13.14c-7.49,8.76-13.58,20.64-18.29,35.65-4.71,15.01-8.13,32.53-10.27,52.55-2.15,20.03-3.21,41.5-3.21,64.44s1.06,44.53,3.21,64.75c2.14,20.23,5.56,37.85,10.27,52.86,4.71,15.01,10.8,26.8,18.29,35.35,7.49,8.55,16.59,12.82,27.29,12.82s19.79-4.27,27.28-12.82c7.49-8.55,13.7-20.34,18.61-35.35,4.92-15.01,8.45-32.63,10.6-52.86,2.14-20.22,3.21-41.8,3.21-64.75Z'/%3e%3cpath%20class='cls-3'%20d='m1360.25,333.04c0,31.29-3.32,58.31-9.95,81.04-6.63,22.74-15.51,41.52-26.64,56.33-11.13,14.81-23.86,25.76-38.2,32.85-14.34,7.08-29.2,10.63-44.6,10.63s-30.17-3.55-44.29-10.63c-14.12-7.09-26.74-18.05-37.87-32.85-11.13-14.81-20.01-33.59-26.64-56.33s-9.95-49.75-9.95-81.04,3.32-58.31,9.95-81.04,15.5-41.41,26.64-56.01c11.12-14.6,23.75-25.45,37.87-32.54,14.12-7.09,28.88-10.64,44.29-10.64s30.26,3.55,44.6,10.64c14.34,7.09,27.06,17.94,38.2,32.54,11.12,14.6,20.01,33.27,26.64,56.01,6.63,22.74,9.95,49.75,9.95,81.04Zm-59.68,0c0-22.94-1.07-44.41-3.21-64.44-2.15-20.02-5.68-37.54-10.6-52.55-4.92-15.01-11.12-26.89-18.61-35.65-7.49-8.76-16.58-13.14-27.28-13.14s-19.8,4.38-27.29,13.14c-7.49,8.76-13.58,20.64-18.29,35.65-4.71,15.01-8.13,32.53-10.27,52.55-2.15,20.03-3.21,41.5-3.21,64.44s1.06,44.53,3.21,64.75c2.14,20.23,5.56,37.85,10.27,52.86,4.71,15.01,10.8,26.8,18.29,35.35s16.59,12.82,27.29,12.82,19.79-4.27,27.28-12.82c7.49-8.55,13.7-20.34,18.61-35.35,4.92-15.01,8.45-32.63,10.6-52.86,2.14-20.22,3.21-41.8,3.21-64.75Z'/%3e%3cpath%20class='cls-3'%20d='m1617.66,426.25c0,16.28.42,29.21,1.28,38.8.85,9.6,2.67,16.9,5.43,21.9,2.77,5.01,6.83,8.24,12.17,9.7,5.33,1.46,12.48,2.19,21.45,2.19v9.04h-100.01v-44.67c-8.56,16.28-19.79,28.79-33.69,37.55-13.9,8.75-29.2,13.14-45.88,13.14-12.84,0-25.14-4.17-36.9-12.52-11.76-8.35-22.35-20.23-31.76-35.67-9.42-15.43-16.91-34.42-22.47-56.95-5.56-22.53-8.34-47.77-8.34-75.72s2.78-53.61,8.34-75.72c5.56-22.12,13.05-40.99,22.47-56.64,9.41-15.65,20-27.53,31.76-35.67,11.76-8.14,24.07-12.21,36.9-12.21,16.68,0,31.98,4.28,45.88,12.83,13.9,8.55,25.13,21.17,33.69,37.86v-58.12c0-12.5-.75-22.81-2.24-30.93-1.5-8.12-3.84-14.58-7.05-19.38-3.2-4.79-7.47-8.02-12.8-9.68-5.34-1.67-11.63-2.51-18.89-2.51v-9.04c20.48-.41,38.74-3.43,54.78-9.04,16.03-5.61,28.33-14.46,36.89-26.52h8.99v387.98Zm-59.68-141.35c0-33.76-5.36-59.39-16.06-76.9-10.71-17.5-23.98-26.26-39.82-26.26-7.71,0-15.21,2.3-22.48,6.88-7.28,4.59-13.81,12.61-19.59,24.08-5.78,11.46-10.5,26.88-14.14,46.27-3.64,19.38-5.45,44.07-5.45,74.08s1.82,54.71,5.45,74.09c3.64,19.38,8.35,34.91,14.14,46.58,5.78,11.67,12.31,19.8,19.59,24.38,7.27,4.59,14.77,6.88,22.48,6.88,15.84,0,29.12-8.85,39.82-26.57,10.7-17.71,16.06-43.24,16.06-76.59v-96.91Z'/%3e%3cpath%20class='cls-3'%20d='m1899.3,426.35c5.12,15,9.71,27.18,13.76,36.56,4.05,9.37,8.53,16.56,13.44,21.55,4.91,5,10.35,8.44,16.33,10.31,5.97,1.87,13.44,3.23,22.41,4.06v9.04h-56.98c-19.64,0-34.04-2.39-43.22-7.2-9.17-4.79-16.12-14.7-20.81-29.72l-47.56-145.78c-3.43-11.27-9-19.39-16.72-24.41-7.71-5-15.43-7.51-23.13-7.51h-3.62v133.09c0,15,.32,27.29.96,36.87.64,9.59,2.24,16.98,4.8,22.18,2.56,5.21,6.61,8.75,12.16,10.63s13.44,2.81,23.69,2.81v9.04h-146.49v-9.04c9.81,0,17.49-.93,23.04-2.82,5.55-1.87,9.61-5.42,12.17-10.63,2.56-5.21,4.16-12.61,4.8-22.2s.96-21.89.96-36.9V111.09c0-13.34-.32-24.17-.96-32.52-.64-8.34-2.35-14.8-5.12-19.38-2.78-4.59-6.94-7.71-12.49-9.38-5.55-1.67-13.02-2.51-22.4-2.51v-9.04h124.66c25.12,0,46.52,3.24,64.19,9.71,17.67,6.48,32.26,15.35,43.76,26.63,11.5,11.28,19.91,24.65,25.23,40.1,5.32,15.46,7.99,32.37,7.99,50.75,0,30.08-7.03,55.97-21.08,77.69-14.05,21.72-37.06,36.55-68.99,44.48,10.39,2.51,19.01,7.39,25.87,14.68,6.85,7.29,13.05,19.06,18.6,35.3l30.73,88.74Zm-126.27-148.76c12.78,0,23.97-1.87,33.56-5.63,9.59-3.76,17.47-10.02,23.65-18.8,6.18-8.77,10.76-20.36,13.74-34.77,2.98-14.41,4.47-32.05,4.47-52.94s-1.92-38.42-5.76-52.63c-3.84-14.19-8.84-25.68-15.02-34.46-6.18-8.77-13.32-15.03-21.42-18.79-8.1-3.76-16.62-5.64-25.56-5.64s-16.3,3.24-20.78,9.71c-4.47,6.48-6.71,15.35-6.71,26.63v187.31h19.82Z'/%3e%3cpath%20class='cls-3'%20d='m2149.7,426.25c0,16.28.42,29.21,1.28,38.8.85,9.6,2.67,16.9,5.44,21.9,2.77,5.01,6.93,8.24,12.48,9.7,5.55,1.46,12.8,2.19,21.77,2.19v9.04h-100.65l.03-49.67c-7.27,17.94-17.11,31.71-29.51,41.3-12.4,9.59-26.3,14.39-41.69,14.39-10.69,0-20.96-1.36-30.79-4.06-9.83-2.71-18.28-7.3-25.34-13.76-7.06-6.46-12.72-14.9-16.99-25.32-4.28-10.42-6.41-23.34-6.41-38.77,0-18.33,3.74-33.97,11.22-46.89,7.48-12.92,16.79-24.07,27.9-33.45,11.11-9.38,23.19-17.41,36.24-24.08,13.04-6.67,25.12-12.91,36.24-18.75s20.41-11.67,27.89-17.51c7.48-5.83,11.23-12.5,11.23-20.01v-6.25c0-28.34-5.56-50.02-16.67-65.02-11.11-15-25.65-22.51-43.6-22.51-13.25,0-24.58,3.92-33.98,11.76-9.4,7.84-16.24,20.42-20.52,37.74,3.41-1.24,7.05-1.87,10.89-1.87,9.4,0,17.41,3.23,24.03,9.69,6.61,6.46,9.93,14.49,9.93,24.08s-3.33,16.99-9.96,23.45c-6.64,6.46-14.67,9.69-24.09,9.69s-18.09-3.22-24.73-9.67c-6.64-6.45-9.96-14.26-9.96-23.43,0-15.4,2.46-29.56,7.38-42.46,4.92-12.9,11.88-24.04,20.86-33.4s19.68-16.76,32.09-22.17c12.41-5.41,26.1-8.12,41.08-8.12,13.7,0,26.53,2.51,38.52,7.51,11.98,5.01,22.25,12.83,30.81,23.46,8.55,10.64,15.3,24.2,20.21,40.67,4.92,16.48,7.38,36.4,7.38,59.76v142.04Zm-59.68-125.75c-6.84,7.09-15.49,13.66-25.97,19.71-10.47,6.05-20.52,13.23-30.12,21.57-9.62,8.35-17.84,18.66-24.68,30.96-6.84,12.3-10.26,28.25-10.26,47.84,0,24.19,2.99,40.86,8.98,50.04,5.98,9.17,14.32,13.75,25,13.75,13.24,0,25.22-6.25,35.9-18.76,10.68-12.51,17.74-30.85,21.16-55.04v-110.06Z'/%3e%3cpath%20class='cls-3'%20d='m2353.01,152.8c12.79,0,25.17,4.07,37.12,12.21,11.94,8.14,22.51,20.03,31.69,35.67,9.17,15.65,16.63,34.52,22.4,56.64,5.76,22.12,8.65,47.35,8.65,75.72s-2.88,53.19-8.64,75.72c-5.76,22.53-13.22,41.52-22.38,56.95-9.17,15.44-19.72,27.33-31.66,35.67-11.94,8.35-24.3,12.52-37.09,12.52-16.63,0-31.77-4.35-45.41-13.04-13.65-8.68-24.74-21.17-33.26-37.46v44.47h-100.01v-9.04c8.96,0,16.11-.73,21.44-2.19s9.39-4.69,12.17-9.7c2.77-5,4.59-12.3,5.44-21.89.85-9.59,1.28-22.51,1.28-38.78V145.43c0-12.51-.75-22.83-2.24-30.96-1.5-8.13-3.84-14.59-7.05-19.39-3.2-4.79-7.36-8.03-12.48-9.69-5.12-1.67-11.31-2.51-18.57-2.51v-9.04c20.48-.41,38.64-3.43,54.46-9.04,15.82-5.61,28.01-14.46,36.57-26.52h8.99l-.15,165.22c8.53-16.68,19.62-29.3,33.28-37.86s28.8-12.83,45.46-12.83Zm38.36,180.24c0-30.01-1.82-54.7-5.43-74.08-3.62-19.38-8.31-34.8-14.05-46.27-5.76-11.46-12.36-19.49-19.82-24.08-7.46-4.58-15.01-6.88-22.68-6.88-15.34,0-28.34,8.76-38.99,26.26-10.65,17.51-15.98,43.14-15.98,76.9v96.91c0,33.34,5.32,58.88,15.98,76.59,10.64,17.72,23.64,26.57,38.99,26.57,7.67,0,15.22-2.29,22.68-6.88,7.46-4.58,14.06-12.71,19.82-24.38,5.75-11.67,10.44-27.19,14.05-46.58,3.62-19.38,5.43-44.08,5.43-74.09Z'/%3e%3cpath%20class='cls-3'%20d='m2618.79,152.8c12.79,0,25.17,4.07,37.12,12.21,11.94,8.14,22.51,20.03,31.69,35.67,9.17,15.65,16.63,34.52,22.4,56.64,5.76,22.12,8.65,47.35,8.65,75.72s-2.88,53.19-8.64,75.72c-5.76,22.53-13.22,41.52-22.38,56.95-9.17,15.44-19.72,27.33-31.66,35.67-11.94,8.35-24.3,12.52-37.09,12.52-16.63,0-31.77-4.35-45.41-13.04-13.65-8.68-24.74-21.17-33.26-37.46v44.47h-100.01v-9.04c8.96,0,16.11-.73,21.44-2.19s9.39-4.69,12.17-9.7c2.77-5,4.59-12.3,5.44-21.89.85-9.59,1.28-22.51,1.28-38.78V145.43c0-12.51-.75-22.83-2.24-30.96-1.5-8.13-3.84-14.59-7.05-19.39-3.2-4.79-7.36-8.03-12.48-9.69-5.12-1.67-11.31-2.51-18.57-2.51v-9.04c20.48-.41,38.64-3.43,54.46-9.04,15.82-5.61,28.01-14.46,36.57-26.52h8.99l-.15,165.22c8.53-16.68,19.62-29.3,33.28-37.86s28.8-12.83,45.46-12.83Zm38.36,180.24c0-30.01-1.82-54.7-5.43-74.08-3.62-19.38-8.31-34.8-14.05-46.27-5.76-11.46-12.36-19.49-19.82-24.08-7.46-4.58-15.01-6.88-22.68-6.88-15.34,0-28.34,8.76-38.99,26.26-10.65,17.51-15.98,43.14-15.98,76.9v96.91c0,33.34,5.32,58.88,15.98,76.59,10.64,17.72,23.64,26.57,38.99,26.57,7.67,0,15.22-2.29,22.68-6.88,7.46-4.58,14.06-12.71,19.82-24.38,5.75-11.67,10.44-27.19,14.05-46.58,3.62-19.38,5.43-44.08,5.43-74.09Z'/%3e%3cpath%20class='cls-3'%20d='m2806.58,426.17c0,16.29.42,29.23,1.28,38.84.85,9.61,2.67,16.91,5.43,21.92,2.77,5.01,6.93,8.25,12.48,9.71,5.55,1.47,12.81,2.19,21.78,2.19v9.04h-140.99v-9.04c8.96,0,16.11-.73,21.44-2.19s9.39-4.69,12.17-9.7c2.77-5.01,4.59-12.31,5.44-21.91.85-9.59,1.28-22.52,1.28-38.8v-160.84c0-12.52-.75-22.84-2.24-30.98-1.5-8.14-3.84-14.5-7.05-19.08-3.2-4.59-7.36-7.71-12.48-9.39-5.12-1.67-11.31-2.51-18.57-2.51v-9.04c20.48-.83,38.74-4.07,54.78-9.7,16.03-5.63,28.33-14.3,36.89-26h8.35v267.47Zm-34.95-306.52c-11.92,0-22.14-4.06-30.65-12.19-8.52-8.12-12.77-18.02-12.77-29.7s4.26-22.19,12.77-30.32c8.52-8.12,18.73-12.19,30.65-12.19s22.02,4.07,30.33,12.19c8.3,8.13,12.45,18.24,12.45,30.32s-4.15,21.58-12.45,29.7c-8.31,8.13-18.41,12.19-30.33,12.19Z'/%3e%3cpath%20class='cls-3'%20d='m2927.66,158.83h72.34v15.67h-72.34v265.37c0,30.46,8.53,45.69,25.61,45.69,5.97,0,11.19-1.25,15.67-3.76,4.48-2.51,8.43-5.43,11.85-8.77,3.84-3.76,7.25-7.93,10.25-12.53l8.96,6.89c-4.27,8.78-9.81,16.51-16.64,23.21-5.56,5.88-12.59,11.24-21.13,16.06-8.53,4.81-18.78,7.23-30.73,7.23-8.99,0-17.32-1.36-25.03-4.07-7.71-2.71-14.44-7.4-20.21-14.09-5.77-6.68-10.27-15.65-13.47-26.92-3.21-11.27-4.81-25.25-4.81-41.96v-252.35h-40.33v-15.67c27.74-2.51,47.28-10.02,58.62-22.55,11.34-12.53,18.29-30.48,20.86-53.87h20.53v76.42Z'/%3e%3crect%20class='cls-2'%20x='0'%20y='0'%20width='514.22'%20height='551.6'%20rx='237.65'%20ry='237.65'/%3e%3cpath%20class='cls-1'%20d='m403.42,360.77c-4.51-3.91-34.29-24.06-34.29-24.06,0,0-9.02,12.63-10.23,11.43-.9-.9,6.62-9.93,8.42-17.44.6-2.5,2.41-9.02,3.01-13.23.6-4.21-1.2-15.34.3-15.34s4.51,7.82,4.51,7.82c0,0-.6-9.93-1.5-17.74-.9-7.82-4.51-16.24-7.52-19.25-3.01-3.01-15.34-1.49-15.34-3.91,0-1.5,12.93-1.2,25.26-.9,12.33.3,19.25-4.21,19.55-5.11.3-.9-.6-1.5,0-2.41.6-.9,1.8-1.5,2.71-3.01.9-1.5,1.8-4.51,3.61-3.91,1.8.6-1.2,4.51.6,5.41,1.8.9,3.61-2.41,5.41-5.71,1.8-3.31.9-9.62.9-9.62,0,0,0-.3-.3.3-.3.6-1.5,1.2-2.71,2.41-1.2,1.2-1.8,3.61-3.31,3.31s-.3-2.71-1.5-3.61c-1.2-.9-8.72-4.51-7.82-6.02.9-1.5,7.22,1.5,9.62,2.11,2.41.6,5.41-.3,5.41-.3,0,0,2.11-5.41,1.8-9.62-.3-4.21-6.32-11.13-10.23-16.84-3.91-5.71-4.21-14.14-14.74-27.07-10.53-12.93-30.68-14.14-33.68-16.54-3.01-2.41-5.41-11.43-7.52-24.06-2.11-12.63,1.5-12.63-3.01-33.08-4.51-20.45-25.26-45.41-31.88-43.91-6.62,1.5-6.62,36.09-6.02,46.92.6,10.83,21.96,47.52,24.06,50.83,2.11,3.31,6.62,4.81,4.81,7.52-1.8,2.71-15.64-18.35-22.26-31.28-6.62-12.93-18.65-30.68-28.27-39.7-9.62-9.02-47.22-30.98-53.53-25.56s2.71,36.99,6.62,46.62c3.91,9.62,11.28,23.31,20.9,32.63,9.62,9.32,37.9,23.46,40.9,25.26,3.01,1.8,5.41,4.81,5.41,4.81,0,0-1.2,5.71-1.2,9.32s1.2,12.63,1.5,17.44c.3,4.81-.3,7.22-.9,11.43-.6,4.21-3.01,6.92-3.31,9.62-.3,2.71.9,1.8.9,1.8,0,0-2.71,6.32-7.22,8.72-4.51,2.41-13.83-1.5-22.26-3.91-8.42-2.41-19.25-2.41-19.25-2.41l6.47,4.36s0,1.2-1.5.3-35.19,0-40.9.3c-5.71.3-12.8,1.81-12.8,1.81,0,0,4.68,1.49,4.68,2.7s-23.46,5.41-48.12,30.08c-24.66,24.66-28.27,64.66-28.87,64.66s-2.11-13.53-2.71-14.44c-.6-.9-3.01-2.41-9.93-2.11-6.92.3-9.62,3.61-9.62,3.91s1.2,1.5,1.2,2.11-6.02,3.61-6.02,4.21,2.41,1.8,2.41,2.41-.9,1.2-2.71,2.71c-1.8,1.5-3.91,4.51-3.61,5.11.3.6,2.11.9,2.41,2.11.3,1.2-.9,4.21-1.2,7.52-.3,3.31,1.8,5.41,2.11,5.41s1.2-3.31,1.8-3.31,1.2,5.11,1.5,6.32c.3,1.2.3,1.8.3,4.21s1.5,4.21,1.8,4.21-.3-3.61.6-1.5c.9,2.11,10.23,9.32,15.34,9.62,5.11.3,6.92-2.11,8.12-2.11s2.71,3.01,3.31,2.41c.6-.6,0-12.63,1.2-12.63s1.2,2.41,1.5,3.31c.3.9,4.81,8.72,7.82,12.93,3.01,4.21,9.92,9.93,12.03,15.34,2.11,5.41-11.73,22.26-13.23,26.77-1.5,4.51.3,13.23,18.95,33.68,18.65,20.45,44.51,18.05,46.62,16.54s0-6.32-6.62-16.54c-6.62-10.23-19.25-22.26-19.25-22.86s3.31-1.2,6.32-1.8c3.01-.6,21.35-6.32,21.65-5.71s-8.72,4.21-11.13,4.81-3.61,5.41-1.5,8.72c2.11,3.31,13.53,9.32,34.29,14.14,20.75,4.81,46.62.9,47.22-3.61.6-4.51-6.02-9.02-12.93-12.93-6.92-3.91-30.68-9.32-30.68-11.13s7.52-3.31,19.25-12.63c11.73-9.32,14.14-19.25,14.74-21.96.6-2.71.3-4.51,0-4.51s-.6.9-1.5,3.01c-.9,2.11-6.02,9.62-7.22,8.72-1.2-.9.9-5.41,2.11-7.52,1.2-2.11,5.41-15.64,5.71-17.14.3-1.5.6-5.71,2.41-5.71s.9,3.91,3.01,4.81c2.11.9,25.87-7.52,25.87-7.52,0,0-2.41-9.32-4.51-15.94-2.11-6.62-2.41-14.14-1.2-14.44.92-.23,1.2,3.31,3.61,11.73,2.4,8.39,6.62,17.14,16.24,25.56,9.62,8.42,27.37,16.54,36.99,31.58,9.62,15.04,23.76,19.55,27.37,17.14,3.61-2.41-8.12-25.26-9.62-29.47-1.5-4.21-13.53-24.66-15.94-30.38-2.41-5.71-2.11-6.32-3.91-12.33-1.8-6.02.9-11.73,2.71-11.73s1.5,10.53,2.41,15.94c.9,5.41,2.71,7.82,5.41,9.62,2.71,1.8,16.54,2.11,19.25,2.71,2.71.6,21.05,7.22,24.06,8.12,3.01.9,10.23,2.41,12.63-2.11,2.41-4.51-8.12-13.83-12.63-17.74Zm-57.19-134.7c-1.68-1.68-2.52-5.7-3.42-9.96-.48-2.29-1.17-5.59-1.83-6.81-.72.39-1.39.64-2.05.64-2.48,0-4.05-2.28-4.59-3.62l2.56-1.03c.2.49,1.01,1.9,2.03,1.9.46-.01,1.81-.98,2.8-1.68,2.39-1.71,5.36-3.83,8.78-3.83,5.65,0,10.41,4.83,12.77,8.96,1.64,2.87,5.39,11.18,4.52,13.8-.27.82-1.07,1.51-4.05,2.21-2.04.48-6.32,1.15-10.23,1.15-3.12,0-6-.43-7.29-1.72Z'/%3e%3cpath%20class='cls-1'%20d='m356.83,224.89c4.31-.34,7.44-1.13,8.37-1.58-.03-1.64-2.13-7.48-4.32-11.31-2.15-3.77-6.2-7.57-10.38-7.57-2.53,0-5.11,1.84-7.18,3.31-.02.02-.04.03-.06.04.88,1.5,1.46,4.05,2.24,7.76.7,3.33,1.57,7.48,2.67,8.58.47.46,2.87,1.22,8.65.77Z'/%3e%3c/svg%3e", lt = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='Capa_1'%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20514.22%20551.6'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23190007;}.cls-1,.cls-2{stroke-width:0px;}.cls-2{fill:%23f0c300;}%3c/style%3e%3c/defs%3e%3crect%20class='cls-2'%20x='0'%20y='0'%20width='514.22'%20height='551.6'%20rx='237.65'%20ry='237.65'/%3e%3cpath%20class='cls-1'%20d='m403.42,360.77c-4.51-3.91-34.29-24.06-34.29-24.06,0,0-9.02,12.63-10.23,11.43-.9-.9,6.62-9.93,8.42-17.44.6-2.5,2.41-9.02,3.01-13.23.6-4.21-1.2-15.34.3-15.34s4.51,7.82,4.51,7.82c0,0-.6-9.93-1.5-17.74-.9-7.82-4.51-16.24-7.52-19.25-3.01-3.01-15.34-1.49-15.34-3.91,0-1.5,12.93-1.2,25.26-.9,12.33.3,19.25-4.21,19.55-5.11.3-.9-.6-1.5,0-2.41.6-.9,1.8-1.5,2.71-3.01.9-1.5,1.8-4.51,3.61-3.91,1.8.6-1.2,4.51.6,5.41,1.8.9,3.61-2.41,5.41-5.71,1.8-3.31.9-9.62.9-9.62,0,0,0-.3-.3.3-.3.6-1.5,1.2-2.71,2.41-1.2,1.2-1.8,3.61-3.31,3.31s-.3-2.71-1.5-3.61c-1.2-.9-8.72-4.51-7.82-6.02.9-1.5,7.22,1.5,9.62,2.11,2.41.6,5.41-.3,5.41-.3,0,0,2.11-5.41,1.8-9.62-.3-4.21-6.32-11.13-10.23-16.84-3.91-5.71-4.21-14.14-14.74-27.07-10.53-12.93-30.68-14.14-33.68-16.54-3.01-2.41-5.41-11.43-7.52-24.06-2.11-12.63,1.5-12.63-3.01-33.08-4.51-20.45-25.26-45.41-31.88-43.91-6.62,1.5-6.62,36.09-6.02,46.92.6,10.83,21.96,47.52,24.06,50.83,2.11,3.31,6.62,4.81,4.81,7.52-1.8,2.71-15.64-18.35-22.26-31.28-6.62-12.93-18.65-30.68-28.27-39.7-9.62-9.02-47.22-30.98-53.53-25.56-6.32,5.41,2.71,36.99,6.62,46.62,3.91,9.62,11.28,23.31,20.9,32.63,9.62,9.32,37.9,23.46,40.9,25.26,3.01,1.8,5.41,4.81,5.41,4.81,0,0-1.2,5.71-1.2,9.32s1.2,12.63,1.5,17.44c.3,4.81-.3,7.22-.9,11.43-.6,4.21-3.01,6.92-3.31,9.62-.3,2.71.9,1.8.9,1.8,0,0-2.71,6.32-7.22,8.72-4.51,2.41-13.83-1.5-22.26-3.91-8.42-2.41-19.25-2.41-19.25-2.41l6.47,4.36s0,1.2-1.5.3-35.19,0-40.9.3c-5.71.3-12.8,1.81-12.8,1.81,0,0,4.68,1.49,4.68,2.7s-23.46,5.41-48.12,30.08c-24.66,24.66-28.27,64.66-28.87,64.66s-2.11-13.53-2.71-14.44c-.6-.9-3.01-2.41-9.93-2.11-6.92.3-9.62,3.61-9.62,3.91s1.2,1.5,1.2,2.11-6.02,3.61-6.02,4.21,2.41,1.8,2.41,2.41-.9,1.2-2.71,2.71c-1.8,1.5-3.91,4.51-3.61,5.11.3.6,2.11.9,2.41,2.11.3,1.2-.9,4.21-1.2,7.52-.3,3.31,1.8,5.41,2.11,5.41s1.2-3.31,1.8-3.31,1.2,5.11,1.5,6.32c.3,1.2.3,1.8.3,4.21s1.5,4.21,1.8,4.21-.3-3.61.6-1.5c.9,2.11,10.23,9.32,15.34,9.62,5.11.3,6.92-2.11,8.12-2.11s2.71,3.01,3.31,2.41c.6-.6,0-12.63,1.2-12.63s1.2,2.41,1.5,3.31c.3.9,4.81,8.72,7.82,12.93,3.01,4.21,9.92,9.93,12.03,15.34,2.11,5.41-11.73,22.26-13.23,26.77-1.5,4.51.3,13.23,18.95,33.68,18.65,20.45,44.51,18.05,46.62,16.54s0-6.32-6.62-16.54c-6.62-10.23-19.25-22.26-19.25-22.86s3.31-1.2,6.32-1.8c3.01-.6,21.35-6.32,21.65-5.71s-8.72,4.21-11.13,4.81-3.61,5.41-1.5,8.72c2.11,3.31,13.53,9.32,34.29,14.14,20.75,4.81,46.62.9,47.22-3.61.6-4.51-6.02-9.02-12.93-12.93-6.92-3.91-30.68-9.32-30.68-11.13s7.52-3.31,19.25-12.63c11.73-9.32,14.14-19.25,14.74-21.96.6-2.71.3-4.51,0-4.51s-.6.9-1.5,3.01-6.02,9.62-7.22,8.72c-1.2-.9.9-5.41,2.11-7.52,1.2-2.11,5.41-15.64,5.71-17.14.3-1.5.6-5.71,2.41-5.71s.9,3.91,3.01,4.81c2.11.9,25.87-7.52,25.87-7.52,0,0-2.41-9.32-4.51-15.94-2.11-6.62-2.41-14.14-1.2-14.44.92-.23,1.2,3.31,3.61,11.73,2.4,8.39,6.62,17.14,16.24,25.56,9.62,8.42,27.37,16.54,36.99,31.58,9.62,15.04,23.76,19.55,27.37,17.14,3.61-2.41-8.12-25.26-9.62-29.47-1.5-4.21-13.53-24.66-15.94-30.38-2.41-5.71-2.11-6.32-3.91-12.33-1.8-6.02.9-11.73,2.71-11.73s1.5,10.53,2.41,15.94c.9,5.41,2.71,7.82,5.41,9.62,2.71,1.8,16.54,2.11,19.25,2.71,2.71.6,21.05,7.22,24.06,8.12,3.01.9,10.23,2.41,12.63-2.11,2.41-4.51-8.12-13.83-12.63-17.74Zm-57.19-134.7c-1.68-1.68-2.52-5.7-3.42-9.96-.48-2.29-1.17-5.59-1.83-6.81-.72.39-1.39.64-2.05.64-2.48,0-4.05-2.28-4.59-3.62l2.56-1.03c.2.49,1.01,1.9,2.03,1.9.46-.01,1.81-.98,2.8-1.68,2.39-1.71,5.36-3.83,8.78-3.83,5.65,0,10.41,4.83,12.77,8.96,1.64,2.87,5.39,11.18,4.52,13.8-.27.82-1.07,1.51-4.05,2.21-2.04.48-6.32,1.15-10.23,1.15-3.12,0-6-.43-7.29-1.72Z'/%3e%3cpath%20class='cls-1'%20d='m356.83,224.89c4.31-.34,7.44-1.13,8.37-1.58-.03-1.64-2.13-7.48-4.32-11.31-2.15-3.77-6.2-7.57-10.38-7.57-2.53,0-5.11,1.84-7.18,3.31-.02.02-.04.03-.06.04.88,1.5,1.46,4.05,2.24,7.76.7,3.33,1.57,7.48,2.67,8.58.47.46,2.87,1.22,8.65.77Z'/%3e%3c/svg%3e", ut = ({ tooltips: e, state: t, setState: n }) => {
|
|
447
448
|
switch (t) {
|
|
448
|
-
case "close": return /* @__PURE__ */
|
|
449
|
+
case "close": return /* @__PURE__ */ W(V, {
|
|
449
450
|
container: !0,
|
|
450
451
|
spacing: 2,
|
|
451
|
-
children: [/* @__PURE__ */
|
|
452
|
+
children: [/* @__PURE__ */ U(V, {
|
|
452
453
|
sx: {
|
|
453
454
|
display: "flex",
|
|
454
455
|
justifyContent: "center",
|
|
455
456
|
alignItems: "center"
|
|
456
457
|
},
|
|
457
458
|
size: 6,
|
|
458
|
-
children: /* @__PURE__ */
|
|
459
|
-
src:
|
|
459
|
+
children: /* @__PURE__ */ U("img", {
|
|
460
|
+
src: lt,
|
|
460
461
|
alt: "Good Rabbit Logo",
|
|
461
462
|
style: {
|
|
462
463
|
height: "30px",
|
|
@@ -464,22 +465,22 @@ var Q = {
|
|
|
464
465
|
objectFit: "contain"
|
|
465
466
|
}
|
|
466
467
|
})
|
|
467
|
-
}), /* @__PURE__ */
|
|
468
|
+
}), /* @__PURE__ */ U(V, {
|
|
468
469
|
sx: {
|
|
469
470
|
display: "flex",
|
|
470
471
|
justifyContent: "center"
|
|
471
472
|
},
|
|
472
473
|
size: 6,
|
|
473
|
-
children: /* @__PURE__ */
|
|
474
|
+
children: /* @__PURE__ */ U(T, {
|
|
474
475
|
sx: {
|
|
475
476
|
"&:focus": { outline: "none" },
|
|
476
477
|
"&:focus-visible": { outline: "none" }
|
|
477
478
|
},
|
|
478
479
|
onClick: () => n("open"),
|
|
479
|
-
children: /* @__PURE__ */
|
|
480
|
+
children: /* @__PURE__ */ U(F, {
|
|
480
481
|
title: e.expandMenu,
|
|
481
482
|
placement: "right",
|
|
482
|
-
children: /* @__PURE__ */
|
|
483
|
+
children: /* @__PURE__ */ U(w, {
|
|
483
484
|
baseClassName: "material-symbols-rounded",
|
|
484
485
|
sx: {
|
|
485
486
|
color: "#FFFFFF",
|
|
@@ -492,18 +493,18 @@ var Q = {
|
|
|
492
493
|
})
|
|
493
494
|
})]
|
|
494
495
|
});
|
|
495
|
-
case "open": return /* @__PURE__ */
|
|
496
|
+
case "open": return /* @__PURE__ */ W(V, {
|
|
496
497
|
container: !0,
|
|
497
498
|
spacing: 2,
|
|
498
|
-
children: [/* @__PURE__ */
|
|
499
|
+
children: [/* @__PURE__ */ U(V, {
|
|
499
500
|
size: 10,
|
|
500
501
|
sx: {
|
|
501
502
|
display: "flex",
|
|
502
503
|
justifyContent: "center",
|
|
503
504
|
alignItems: "center"
|
|
504
505
|
},
|
|
505
|
-
children: /* @__PURE__ */
|
|
506
|
-
src:
|
|
506
|
+
children: /* @__PURE__ */ U("img", {
|
|
507
|
+
src: ct,
|
|
507
508
|
alt: "Good Rabbit Logo",
|
|
508
509
|
style: {
|
|
509
510
|
height: "40px",
|
|
@@ -511,22 +512,22 @@ var Q = {
|
|
|
511
512
|
objectFit: "contain"
|
|
512
513
|
}
|
|
513
514
|
})
|
|
514
|
-
}), /* @__PURE__ */
|
|
515
|
+
}), /* @__PURE__ */ U(V, {
|
|
515
516
|
size: 2,
|
|
516
517
|
sx: {
|
|
517
518
|
display: "flex",
|
|
518
519
|
justifyContent: "center"
|
|
519
520
|
},
|
|
520
|
-
children: /* @__PURE__ */
|
|
521
|
+
children: /* @__PURE__ */ U(T, {
|
|
521
522
|
sx: {
|
|
522
523
|
"&:focus": { outline: "none" },
|
|
523
524
|
"&:focus-visible": { outline: "none" }
|
|
524
525
|
},
|
|
525
526
|
onClick: () => n("close"),
|
|
526
|
-
children: /* @__PURE__ */
|
|
527
|
+
children: /* @__PURE__ */ U(F, {
|
|
527
528
|
title: e.collapseMenu,
|
|
528
529
|
placement: "right",
|
|
529
|
-
children: /* @__PURE__ */
|
|
530
|
+
children: /* @__PURE__ */ U(w, {
|
|
530
531
|
baseClassName: "material-symbols-rounded",
|
|
531
532
|
sx: {
|
|
532
533
|
color: "#FFFFFF",
|
|
@@ -539,19 +540,19 @@ var Q = {
|
|
|
539
540
|
})
|
|
540
541
|
})]
|
|
541
542
|
});
|
|
542
|
-
case "expanded": return /* @__PURE__ */
|
|
543
|
+
case "expanded": return /* @__PURE__ */ W(V, {
|
|
543
544
|
container: !0,
|
|
544
545
|
spacing: 2,
|
|
545
546
|
children: [
|
|
546
|
-
/* @__PURE__ */
|
|
547
|
+
/* @__PURE__ */ U(V, {
|
|
547
548
|
size: 5,
|
|
548
549
|
sx: {
|
|
549
550
|
display: "flex",
|
|
550
551
|
justifyContent: "center",
|
|
551
552
|
alignItems: "center"
|
|
552
553
|
},
|
|
553
|
-
children: /* @__PURE__ */
|
|
554
|
-
src:
|
|
554
|
+
children: /* @__PURE__ */ U("img", {
|
|
555
|
+
src: ct,
|
|
555
556
|
alt: "Good Rabbit Logo",
|
|
556
557
|
style: {
|
|
557
558
|
height: "40px",
|
|
@@ -560,22 +561,22 @@ var Q = {
|
|
|
560
561
|
}
|
|
561
562
|
})
|
|
562
563
|
}),
|
|
563
|
-
/* @__PURE__ */
|
|
564
|
+
/* @__PURE__ */ U(V, {
|
|
564
565
|
size: 1,
|
|
565
566
|
sx: {
|
|
566
567
|
display: "flex",
|
|
567
568
|
justifyContent: "center"
|
|
568
569
|
},
|
|
569
|
-
children: /* @__PURE__ */
|
|
570
|
+
children: /* @__PURE__ */ U(T, {
|
|
570
571
|
sx: {
|
|
571
572
|
"&:focus": { outline: "none" },
|
|
572
573
|
"&:focus-visible": { outline: "none" }
|
|
573
574
|
},
|
|
574
575
|
onClick: () => n("close"),
|
|
575
|
-
children: /* @__PURE__ */
|
|
576
|
+
children: /* @__PURE__ */ U(F, {
|
|
576
577
|
title: e.collapseMenu,
|
|
577
578
|
placement: "right",
|
|
578
|
-
children: /* @__PURE__ */
|
|
579
|
+
children: /* @__PURE__ */ U(w, {
|
|
579
580
|
baseClassName: "material-symbols-rounded",
|
|
580
581
|
sx: {
|
|
581
582
|
color: "#FFFFFF",
|
|
@@ -587,24 +588,24 @@ var Q = {
|
|
|
587
588
|
})
|
|
588
589
|
})
|
|
589
590
|
}),
|
|
590
|
-
/* @__PURE__ */
|
|
591
|
-
/* @__PURE__ */
|
|
591
|
+
/* @__PURE__ */ U(V, { size: 5 }),
|
|
592
|
+
/* @__PURE__ */ U(V, {
|
|
592
593
|
size: 1,
|
|
593
594
|
sx: {
|
|
594
595
|
display: "flex",
|
|
595
596
|
justifyContent: "center"
|
|
596
597
|
},
|
|
597
|
-
children: /* @__PURE__ */
|
|
598
|
+
children: /* @__PURE__ */ U(T, {
|
|
598
599
|
sx: {
|
|
599
600
|
pl: 1.75,
|
|
600
601
|
"&:focus": { outline: "none" },
|
|
601
602
|
"&:focus-visible": { outline: "none" }
|
|
602
603
|
},
|
|
603
604
|
onClick: () => n("open"),
|
|
604
|
-
children: /* @__PURE__ */
|
|
605
|
+
children: /* @__PURE__ */ U(F, {
|
|
605
606
|
title: e.collapseModule,
|
|
606
607
|
placement: "right",
|
|
607
|
-
children: /* @__PURE__ */
|
|
608
|
+
children: /* @__PURE__ */ U(w, {
|
|
608
609
|
baseClassName: "material-symbols-rounded",
|
|
609
610
|
sx: {
|
|
610
611
|
color: "#FFFFFF",
|
|
@@ -619,11 +620,11 @@ var Q = {
|
|
|
619
620
|
]
|
|
620
621
|
});
|
|
621
622
|
}
|
|
622
|
-
},
|
|
623
|
-
let i =
|
|
624
|
-
return /* @__PURE__ */
|
|
623
|
+
}, dt = ({ tooltips: e, name: t, items: n, setState: r }) => {
|
|
624
|
+
let i = q(), a = K(), o = new URLSearchParams(a.search), { setOpenUnsaved: s, setRedirect: c } = L(Y);
|
|
625
|
+
return /* @__PURE__ */ U(C, {
|
|
625
626
|
size: 12,
|
|
626
|
-
children: /* @__PURE__ */
|
|
627
|
+
children: /* @__PURE__ */ U(O, {
|
|
627
628
|
dense: !0,
|
|
628
629
|
sx: {
|
|
629
630
|
width: "100%",
|
|
@@ -631,23 +632,23 @@ var Q = {
|
|
|
631
632
|
"& .hover": { bgcolor: "#513D42 !important" }
|
|
632
633
|
},
|
|
633
634
|
component: "nav",
|
|
634
|
-
subheader: t && /* @__PURE__ */
|
|
635
|
+
subheader: t && /* @__PURE__ */ U(te, {
|
|
635
636
|
sx: { bgcolor: "transparent" },
|
|
636
637
|
component: "div",
|
|
637
638
|
id: "nested-list-subheader",
|
|
638
639
|
children: t.toUpperCase()
|
|
639
640
|
}),
|
|
640
|
-
children: n.map((t, n) => /* @__PURE__ */
|
|
641
|
-
secondaryAction: t.subgroups.length > 0 ? /* @__PURE__ */
|
|
641
|
+
children: n.map((t, n) => /* @__PURE__ */ U(ee, {
|
|
642
|
+
secondaryAction: t.subgroups.length > 0 ? /* @__PURE__ */ U(F, {
|
|
642
643
|
title: e.expandModule,
|
|
643
644
|
placement: "right",
|
|
644
|
-
children: /* @__PURE__ */
|
|
645
|
+
children: /* @__PURE__ */ U(ge, {
|
|
645
646
|
to: t.path,
|
|
646
647
|
style: { textDecoration: "none" },
|
|
647
648
|
onClick: () => {
|
|
648
649
|
r("expanded"), localStorage.setItem("sidebar_state", "expanded");
|
|
649
650
|
},
|
|
650
|
-
children: /* @__PURE__ */
|
|
651
|
+
children: /* @__PURE__ */ U(w, {
|
|
651
652
|
baseClassName: "material-symbols-rounded",
|
|
652
653
|
sx: {
|
|
653
654
|
color: "#FFFFFF",
|
|
@@ -657,17 +658,17 @@ var Q = {
|
|
|
657
658
|
children: "keyboard_arrow_right"
|
|
658
659
|
})
|
|
659
660
|
})
|
|
660
|
-
}) : /* @__PURE__ */
|
|
661
|
+
}) : /* @__PURE__ */ U(F, {
|
|
661
662
|
title: e.openNewTab,
|
|
662
663
|
placement: "right",
|
|
663
|
-
children: /* @__PURE__ */
|
|
664
|
+
children: /* @__PURE__ */ U(ge, {
|
|
664
665
|
to: `${t.path}&view=${t.view}`,
|
|
665
666
|
target: "_blank",
|
|
666
667
|
style: { textDecoration: "none" },
|
|
667
668
|
onClick: () => {
|
|
668
669
|
r("open"), localStorage.setItem("sidebar_state", "open");
|
|
669
670
|
},
|
|
670
|
-
children: /* @__PURE__ */
|
|
671
|
+
children: /* @__PURE__ */ U(w, {
|
|
671
672
|
baseClassName: "material-symbols-rounded",
|
|
672
673
|
sx: {
|
|
673
674
|
color: "#FFFFFF",
|
|
@@ -677,7 +678,7 @@ var Q = {
|
|
|
677
678
|
})
|
|
678
679
|
})
|
|
679
680
|
}),
|
|
680
|
-
children: /* @__PURE__ */
|
|
681
|
+
children: /* @__PURE__ */ W(A, {
|
|
681
682
|
sx: {
|
|
682
683
|
borderRadius: "20px",
|
|
683
684
|
minHeight: "56px",
|
|
@@ -692,7 +693,7 @@ var Q = {
|
|
|
692
693
|
t.subgroups.length > 0 ? (r("expanded"), i(t.path), localStorage.setItem("sidebar_state", "expanded"), localStorage.setItem("history_path", JSON.stringify([...JSON.parse(localStorage.getItem("history_path") || "[]"), t.path]))) : (r("open"), i(`${t.path}&view=${t.view}`), localStorage.setItem("sidebar_state", "open"), localStorage.setItem("history_path", JSON.stringify([...JSON.parse(localStorage.getItem("history_path") || "[]"), `${t.path}&view=${t.view}`])));
|
|
693
694
|
},
|
|
694
695
|
selected: `${a.pathname}?module=${o.get("module")}` === t.path,
|
|
695
|
-
children: [/* @__PURE__ */
|
|
696
|
+
children: [/* @__PURE__ */ U(j, { children: t.icon }), /* @__PURE__ */ U(M, {
|
|
696
697
|
primary: t.title,
|
|
697
698
|
slotProps: { primary: { sx: { color: "#FFFFFF" } } }
|
|
698
699
|
})]
|
|
@@ -700,11 +701,11 @@ var Q = {
|
|
|
700
701
|
}, n))
|
|
701
702
|
})
|
|
702
703
|
});
|
|
703
|
-
},
|
|
704
|
-
let { setOpenUnsaved: n, setRedirect: r } =
|
|
705
|
-
return /* @__PURE__ */
|
|
704
|
+
}, ft = ({ items: e, setState: t }) => {
|
|
705
|
+
let { setOpenUnsaved: n, setRedirect: r } = L(Y), i = q(), a = K(), o = new URLSearchParams(a.search);
|
|
706
|
+
return /* @__PURE__ */ U(C, {
|
|
706
707
|
size: 12,
|
|
707
|
-
children: /* @__PURE__ */
|
|
708
|
+
children: /* @__PURE__ */ U(O, {
|
|
708
709
|
dense: !0,
|
|
709
710
|
sx: {
|
|
710
711
|
width: "100%",
|
|
@@ -712,10 +713,10 @@ var Q = {
|
|
|
712
713
|
"& .hover": { bgcolor: "#513D42 !important" }
|
|
713
714
|
},
|
|
714
715
|
component: "nav",
|
|
715
|
-
children: e.map((e, s) => /* @__PURE__ */
|
|
716
|
+
children: e.map((e, s) => /* @__PURE__ */ U(F, {
|
|
716
717
|
title: e.title,
|
|
717
718
|
placement: "right",
|
|
718
|
-
children: /* @__PURE__ */
|
|
719
|
+
children: /* @__PURE__ */ U(A, {
|
|
719
720
|
sx: {
|
|
720
721
|
borderRadius: "20px",
|
|
721
722
|
minHeight: "56px"
|
|
@@ -728,16 +729,16 @@ var Q = {
|
|
|
728
729
|
e.subgroups.length > 0 ? (t("expanded"), i(e.path), localStorage.setItem("sidebar_state", "expanded")) : (i(`${e.path}&view=${e.view}`), localStorage.setItem("sidebar_state", "close"), localStorage.setItem("history_path", JSON.stringify([...JSON.parse(localStorage.getItem("history_path") || "[]"), `${e.path}&view=${e.view}`])));
|
|
729
730
|
},
|
|
730
731
|
selected: `${a.pathname}?module=${o.get("module")}` === e.path,
|
|
731
|
-
children: /* @__PURE__ */
|
|
732
|
+
children: /* @__PURE__ */ U(j, { children: e.icon })
|
|
732
733
|
})
|
|
733
734
|
}, s))
|
|
734
735
|
})
|
|
735
736
|
});
|
|
736
|
-
},
|
|
737
|
-
let n =
|
|
738
|
-
return /* @__PURE__ */
|
|
737
|
+
}, pt = ({ tooltips: e, items: t }) => {
|
|
738
|
+
let n = K(), r = q(), i = new URLSearchParams(n.search), { setOpenUnsaved: a, setRedirect: o } = L(Y);
|
|
739
|
+
return /* @__PURE__ */ U(C, {
|
|
739
740
|
size: 12,
|
|
740
|
-
children: /* @__PURE__ */
|
|
741
|
+
children: /* @__PURE__ */ U(O, {
|
|
741
742
|
dense: !0,
|
|
742
743
|
sx: {
|
|
743
744
|
width: "100%",
|
|
@@ -745,15 +746,15 @@ var Q = {
|
|
|
745
746
|
"& .hover": { bgcolor: "#513D42 !important" }
|
|
746
747
|
},
|
|
747
748
|
component: "nav",
|
|
748
|
-
children: t.map((t, s) => /* @__PURE__ */
|
|
749
|
-
secondaryAction: /* @__PURE__ */
|
|
749
|
+
children: t.map((t, s) => /* @__PURE__ */ U(ee, {
|
|
750
|
+
secondaryAction: /* @__PURE__ */ U(F, {
|
|
750
751
|
title: e.openNewTab,
|
|
751
752
|
placement: "right",
|
|
752
|
-
children: /* @__PURE__ */
|
|
753
|
+
children: /* @__PURE__ */ U(ge, {
|
|
753
754
|
to: `${n.pathname}?module=${i.get("module")}${t.path}`,
|
|
754
755
|
style: { textDecoration: "none" },
|
|
755
756
|
target: "_blank",
|
|
756
|
-
children: /* @__PURE__ */
|
|
757
|
+
children: /* @__PURE__ */ U(w, {
|
|
757
758
|
baseClassName: "material-symbols-rounded",
|
|
758
759
|
sx: {
|
|
759
760
|
color: "#FFFFFF",
|
|
@@ -763,7 +764,7 @@ var Q = {
|
|
|
763
764
|
})
|
|
764
765
|
})
|
|
765
766
|
}),
|
|
766
|
-
children: /* @__PURE__ */
|
|
767
|
+
children: /* @__PURE__ */ U(A, {
|
|
767
768
|
sx: { borderRadius: "20px" },
|
|
768
769
|
onClick: (e) => {
|
|
769
770
|
if (e.preventDefault(), e.stopPropagation(), localStorage.getItem("save_redirect") === "true") {
|
|
@@ -773,7 +774,7 @@ var Q = {
|
|
|
773
774
|
r(`${n.pathname}?module=${i.get("module")}${t.path}`), localStorage.setItem("history_path", JSON.stringify([...JSON.parse(localStorage.getItem("history_path") || "[]"), `${n.pathname}?module=${i.get("module")}${t.path}`]));
|
|
774
775
|
},
|
|
775
776
|
selected: `&view=${i.get("view")}` === t.path,
|
|
776
|
-
children: /* @__PURE__ */
|
|
777
|
+
children: /* @__PURE__ */ U(M, {
|
|
777
778
|
slotProps: { primary: { sx: {
|
|
778
779
|
color: "#FFFFFF",
|
|
779
780
|
textOverflow: "ellipsis",
|
|
@@ -786,7 +787,7 @@ var Q = {
|
|
|
786
787
|
}, s))
|
|
787
788
|
})
|
|
788
789
|
});
|
|
789
|
-
},
|
|
790
|
+
}, mt = ({ state: e, setState: t, groups: n, tooltips: r }) => {
|
|
790
791
|
let i = n.map((e) => e.items.map((e) => ({
|
|
791
792
|
title: e.title,
|
|
792
793
|
color: e.color,
|
|
@@ -794,27 +795,27 @@ var Q = {
|
|
|
794
795
|
path: e.path,
|
|
795
796
|
view: e.view,
|
|
796
797
|
subgroups: e.subgroups
|
|
797
|
-
}))).flat(), a =
|
|
798
|
-
switch (
|
|
798
|
+
}))).flat(), a = K(), o = new URLSearchParams(a.search);
|
|
799
|
+
switch (R(() => {
|
|
799
800
|
let e = localStorage.getItem("sidebar_state");
|
|
800
801
|
t(e === "expanded" ? "expanded" : e === "close" ? "close" : "open");
|
|
801
802
|
}, [a]), e) {
|
|
802
|
-
case "close": return /* @__PURE__ */
|
|
803
|
+
case "close": return /* @__PURE__ */ U(C, {
|
|
803
804
|
sx: { height: "calc(100vh - 160px)" },
|
|
804
805
|
container: !0,
|
|
805
806
|
spacing: 2,
|
|
806
|
-
children: /* @__PURE__ */
|
|
807
|
+
children: /* @__PURE__ */ U(ft, {
|
|
807
808
|
items: i,
|
|
808
809
|
setState: t
|
|
809
810
|
})
|
|
810
811
|
});
|
|
811
|
-
case "open": return /* @__PURE__ */
|
|
812
|
+
case "open": return /* @__PURE__ */ U(C, {
|
|
812
813
|
sx: { height: "calc(100vh - 160px)" },
|
|
813
814
|
container: !0,
|
|
814
815
|
spacing: 2,
|
|
815
|
-
children: /* @__PURE__ */
|
|
816
|
+
children: /* @__PURE__ */ U(C, {
|
|
816
817
|
size: 12,
|
|
817
|
-
children: n.map((e, n) => /* @__PURE__ */
|
|
818
|
+
children: n.map((e, n) => /* @__PURE__ */ U(dt, {
|
|
818
819
|
name: e.name,
|
|
819
820
|
items: e.items,
|
|
820
821
|
setState: t,
|
|
@@ -822,41 +823,41 @@ var Q = {
|
|
|
822
823
|
}, n))
|
|
823
824
|
})
|
|
824
825
|
});
|
|
825
|
-
case "expanded": return /* @__PURE__ */
|
|
826
|
+
case "expanded": return /* @__PURE__ */ W(C, {
|
|
826
827
|
sx: { height: "calc(100vh - 160px)" },
|
|
827
828
|
container: !0,
|
|
828
829
|
spacing: 2,
|
|
829
|
-
children: [/* @__PURE__ */
|
|
830
|
+
children: [/* @__PURE__ */ U(C, {
|
|
830
831
|
size: 6,
|
|
831
|
-
children: n.map((e, n) => /* @__PURE__ */
|
|
832
|
+
children: n.map((e, n) => /* @__PURE__ */ U(dt, {
|
|
832
833
|
name: e.name,
|
|
833
834
|
items: e.items,
|
|
834
835
|
setState: t,
|
|
835
836
|
tooltips: r
|
|
836
837
|
}, n))
|
|
837
|
-
}), /* @__PURE__ */
|
|
838
|
+
}), /* @__PURE__ */ U(C, {
|
|
838
839
|
size: 6,
|
|
839
|
-
children: /* @__PURE__ */
|
|
840
|
+
children: /* @__PURE__ */ U(pt, {
|
|
840
841
|
items: i.find((e) => e.path === `${a.pathname}?module=${o.get("module")}`)?.subgroups || [],
|
|
841
842
|
tooltips: r
|
|
842
843
|
})
|
|
843
844
|
})]
|
|
844
845
|
});
|
|
845
846
|
}
|
|
846
|
-
},
|
|
847
|
-
let n =
|
|
847
|
+
}, ht = ({ state: e, signOut: t }) => {
|
|
848
|
+
let n = q();
|
|
848
849
|
switch (e) {
|
|
849
|
-
case "close": return /* @__PURE__ */
|
|
850
|
+
case "close": return /* @__PURE__ */ U(C, {
|
|
850
851
|
container: !0,
|
|
851
852
|
spacing: 2,
|
|
852
|
-
children: /* @__PURE__ */
|
|
853
|
+
children: /* @__PURE__ */ U(C, {
|
|
853
854
|
sx: {
|
|
854
855
|
display: "flex",
|
|
855
856
|
justifyContent: "center",
|
|
856
857
|
alignItems: "center"
|
|
857
858
|
},
|
|
858
859
|
size: 12,
|
|
859
|
-
children: /* @__PURE__ */
|
|
860
|
+
children: /* @__PURE__ */ U(T, {
|
|
860
861
|
sx: {
|
|
861
862
|
height: "56px",
|
|
862
863
|
borderRadius: "20px",
|
|
@@ -869,17 +870,17 @@ var Q = {
|
|
|
869
870
|
})
|
|
870
871
|
})
|
|
871
872
|
});
|
|
872
|
-
case "open": return /* @__PURE__ */
|
|
873
|
+
case "open": return /* @__PURE__ */ U(C, {
|
|
873
874
|
container: !0,
|
|
874
875
|
spacing: 2,
|
|
875
|
-
children: /* @__PURE__ */
|
|
876
|
+
children: /* @__PURE__ */ U(C, {
|
|
876
877
|
sx: {
|
|
877
878
|
display: "flex",
|
|
878
879
|
justifyContent: "center",
|
|
879
880
|
alignItems: "center"
|
|
880
881
|
},
|
|
881
882
|
size: 12,
|
|
882
|
-
children: /* @__PURE__ */
|
|
883
|
+
children: /* @__PURE__ */ U(a, {
|
|
883
884
|
sx: {
|
|
884
885
|
width: "100%",
|
|
885
886
|
height: "56px",
|
|
@@ -893,7 +894,7 @@ var Q = {
|
|
|
893
894
|
size: "small",
|
|
894
895
|
startIcon: t.icon,
|
|
895
896
|
onClick: () => t.onClick(n),
|
|
896
|
-
children: /* @__PURE__ */
|
|
897
|
+
children: /* @__PURE__ */ U("span", {
|
|
897
898
|
style: {
|
|
898
899
|
textTransform: "math-auto",
|
|
899
900
|
width: "100%"
|
|
@@ -903,17 +904,17 @@ var Q = {
|
|
|
903
904
|
})
|
|
904
905
|
})
|
|
905
906
|
});
|
|
906
|
-
case "expanded": return /* @__PURE__ */
|
|
907
|
+
case "expanded": return /* @__PURE__ */ W(C, {
|
|
907
908
|
container: !0,
|
|
908
909
|
spacing: 2,
|
|
909
|
-
children: [/* @__PURE__ */
|
|
910
|
+
children: [/* @__PURE__ */ U(C, {
|
|
910
911
|
sx: {
|
|
911
912
|
display: "flex",
|
|
912
913
|
justifyContent: "center",
|
|
913
914
|
alignItems: "center"
|
|
914
915
|
},
|
|
915
916
|
size: 6,
|
|
916
|
-
children: /* @__PURE__ */
|
|
917
|
+
children: /* @__PURE__ */ U(a, {
|
|
917
918
|
sx: {
|
|
918
919
|
width: "100%",
|
|
919
920
|
height: "56px",
|
|
@@ -928,7 +929,7 @@ var Q = {
|
|
|
928
929
|
size: "small",
|
|
929
930
|
startIcon: t.icon,
|
|
930
931
|
onClick: () => t.onClick(n),
|
|
931
|
-
children: /* @__PURE__ */
|
|
932
|
+
children: /* @__PURE__ */ U("span", {
|
|
932
933
|
style: {
|
|
933
934
|
textTransform: "math-auto",
|
|
934
935
|
width: "100%"
|
|
@@ -936,10 +937,10 @@ var Q = {
|
|
|
936
937
|
children: t.text
|
|
937
938
|
})
|
|
938
939
|
})
|
|
939
|
-
}), /* @__PURE__ */
|
|
940
|
+
}), /* @__PURE__ */ U(C, { size: 6 })]
|
|
940
941
|
});
|
|
941
942
|
}
|
|
942
|
-
},
|
|
943
|
+
}, gt = ({ items: e, signOut: t, tooltips: n, state: r, setState: a, getWidth: o }) => /* @__PURE__ */ W(i, {
|
|
943
944
|
sx: {
|
|
944
945
|
padding: "20px",
|
|
945
946
|
height: "calc(100vh - 40px)",
|
|
@@ -950,24 +951,24 @@ var Q = {
|
|
|
950
951
|
overflow: "hidden"
|
|
951
952
|
},
|
|
952
953
|
children: [
|
|
953
|
-
/* @__PURE__ */
|
|
954
|
+
/* @__PURE__ */ U(ut, {
|
|
954
955
|
tooltips: n,
|
|
955
956
|
state: r,
|
|
956
957
|
setState: a
|
|
957
958
|
}),
|
|
958
|
-
/* @__PURE__ */
|
|
959
|
+
/* @__PURE__ */ U(mt, {
|
|
959
960
|
tooltips: n,
|
|
960
961
|
state: r,
|
|
961
962
|
setState: a,
|
|
962
963
|
groups: e
|
|
963
964
|
}),
|
|
964
|
-
/* @__PURE__ */
|
|
965
|
+
/* @__PURE__ */ U(ht, {
|
|
965
966
|
state: r,
|
|
966
967
|
signOut: t
|
|
967
968
|
})
|
|
968
969
|
]
|
|
969
|
-
}),
|
|
970
|
-
let [e, t] =
|
|
970
|
+
}), _t = () => {
|
|
971
|
+
let [e, t] = B("open");
|
|
971
972
|
return {
|
|
972
973
|
state: e,
|
|
973
974
|
setState: t,
|
|
@@ -980,11 +981,296 @@ var Q = {
|
|
|
980
981
|
}
|
|
981
982
|
}
|
|
982
983
|
};
|
|
983
|
-
}, dt = "data:image/svg+xml,%3csvg%20width='578'%20height='119'%20viewBox='0%200%20578%20119'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M64.4296%2055.0518V57.2357C62.0626%2057.2357%2060.2072%2057.4628%2058.868%2057.9194C57.5289%2058.3736%2056.5517%2059.2312%2055.9341%2060.4923C55.3164%2061.7557%2054.9303%2063.5483%2054.7759%2065.8699C54.6215%2068.1915%2054.5443%2071.1702%2054.5443%2074.8012V103.726C52.8987%20106.451%2050.9492%20108.826%2048.6908%20110.843C46.7388%20112.662%2044.297%20114.327%2041.3702%20115.839C38.4435%20117.351%2034.9739%20118.11%2030.971%20118.11C26.6569%20118.11%2022.5985%20116.696%2018.7983%20113.87C14.9981%20111.043%2011.7094%20107.007%208.93709%20101.757C6.16476%2096.5074%203.98115%2090.2214%202.38869%2082.9039C0.796223%2075.5863%200%2067.3822%200%2058.2963C0%2047.5966%200.972364%2038.5372%202.92192%2031.1182C4.86907%2023.6992%207.33015%2017.6935%2010.3052%2013.0986C13.2778%208.50612%2016.6123%205.1747%2020.3063%203.10434C23.9979%201.03639%2027.5351%200%2030.9227%200C33.0774%200%2034.9232%200.253662%2036.4602%200.753738C37.9971%201.25381%2039.3556%201.78046%2040.5354%202.33127C41.7153%202.88208%2042.7407%203.40873%2043.6118%203.91122C44.4852%204.4113%2045.279%204.66254%2045.998%204.66254C46.9197%204.66254%2047.5857%204.13106%2047.9983%203.06085C48.2082%202.67432%2048.365%202.18632%2048.4688%201.60411H51.9263V37.6506H49.0165C48.2975%2031.2946%2047.2238%2025.644%2045.7905%2020.7012C45.1777%2018.5849%2044.4852%2016.517%2043.7179%2014.4974C42.9507%2012.4802%2042.029%2010.6659%2040.9553%209.04968C39.8791%207.43591%2038.6534%206.15069%2037.2709%205.18919C35.8883%204.23011%2034.3779%203.75178%2032.742%203.75178C29.6705%203.75178%2027.0598%205.06598%2024.91%207.69199C22.7602%2010.318%2021.0205%2014.007%2019.691%2018.754C18.3592%2023.5011%2017.3868%2029.2363%2016.7739%2035.9523C16.1611%2042.6707%2015.8546%2050.1187%2015.8546%2058.3035C15.8546%2068.4065%2016.2383%2076.9416%2017.0104%2083.9137C17.7801%2090.8858%2018.8852%2096.5436%2020.3232%20100.887C21.7612%20105.231%2023.5588%20108.362%2025.7183%20110.28C27.8753%20112.201%2030.3412%20113.16%2033.116%20113.16C35.6832%20113.16%2037.3288%20112.401%2038.0478%20110.886C38.7668%20109.372%2039.1263%20107.048%2039.1263%20103.914V72.8468C39.1263%2069.6144%2038.996%2066.9618%2038.7403%2064.8915C38.4821%2062.8211%2037.862%2061.2267%2036.8848%2060.1178C35.9052%2059.0065%2034.4382%2058.2504%2032.4814%2057.8445C30.5246%2057.4387%2027.8464%2057.2381%2024.4491%2057.2381V55.0542H64.4296V55.0518Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M120.402%2072.8195C120.402%2080.3786%20119.601%2086.9061%20118.002%2092.3973C116.402%2097.8885%20114.259%20102.428%20111.574%20106.006C108.888%20109.583%20105.817%20112.229%20102.357%20113.942C98.8968%20115.652%2095.3114%20116.51%2091.5956%20116.51C87.8799%20116.51%2084.3161%20115.652%2080.9092%20113.942C77.5023%20112.229%2074.4574%20109.581%2071.7719%20106.006C69.0864%20102.428%2066.9438%2097.8909%2065.3441%2092.3973C63.7444%2086.9037%2062.9434%2080.3786%2062.9434%2072.8195C62.9434%2065.2604%2063.7444%2058.7328%2065.3441%2053.2416C66.9438%2047.7505%2069.084%2043.2377%2071.7719%2039.7106C74.4549%2036.1835%2077.5023%2033.5623%2080.9092%2031.8495C84.3161%2030.1367%2087.8775%2029.2791%2091.5956%2029.2791C95.3138%2029.2791%2098.8968%2030.1367%20102.357%2031.8495C105.817%2033.5623%20108.886%2036.1835%20111.574%2039.7106C114.257%2043.2377%20116.402%2047.748%20118.002%2053.2416C119.601%2058.7352%20120.402%2065.2604%20120.402%2072.8195ZM106.003%2072.8195C106.003%2067.2776%20105.744%2062.0908%20105.228%2057.2519C104.709%2052.4154%20103.858%2048.1829%20102.67%2044.5567C101.483%2040.9306%2099.9874%2038.0606%2098.1802%2035.9443C96.373%2033.828%2094.1798%2032.7699%2091.598%2032.7699C89.0163%2032.7699%2086.8207%2033.828%2085.0135%2035.9443C83.2062%2038.0606%2081.7368%2040.9306%2080.6004%2044.5567C79.464%2048.1829%2078.6388%2052.4154%2078.1224%2057.2519C77.6037%2062.0908%2077.3479%2067.2776%2077.3479%2072.8195C77.3479%2078.3614%2077.6037%2083.5771%2078.1224%2088.4619C78.6388%2093.3491%2079.464%2097.6058%2080.6004%20101.232C81.7368%20104.858%2083.2062%20107.706%2085.0135%20109.772C86.8207%20111.837%2089.0163%20112.869%2091.598%20112.869C94.1798%20112.869%2096.373%20111.837%2098.1802%20109.772C99.9874%20107.706%20101.486%20104.858%20102.67%20101.232C103.858%2097.6058%20104.709%2093.3491%20105.228%2088.4619C105.744%2083.5771%20106.003%2078.3638%20106.003%2072.8195Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M182.355%2072.8195C182.355%2080.3786%20181.554%2086.9061%20179.955%2092.3973C178.355%2097.8909%20176.212%20102.428%20173.527%20106.006C170.841%20109.583%20167.77%20112.229%20164.31%20113.942C160.85%20115.652%20157.264%20116.51%20153.549%20116.51C149.833%20116.51%20146.269%20115.652%20142.862%20113.942C139.455%20112.229%20136.41%20109.581%20133.725%20106.006C131.04%20102.428%20128.897%2097.8909%20127.297%2092.3973C125.698%2086.9037%20124.896%2080.3786%20124.896%2072.8195C124.896%2065.2604%20125.698%2058.7328%20127.297%2053.2416C128.897%2047.7505%20131.037%2043.2377%20133.725%2039.7106C136.408%2036.1835%20139.455%2033.5623%20142.862%2031.8495C146.269%2030.1367%20149.831%2029.2791%20153.549%2029.2791C157.267%2029.2791%20160.85%2030.1367%20164.31%2031.8495C167.77%2033.5623%20170.839%2036.1835%20173.527%2039.7106C176.21%2043.2377%20178.355%2047.748%20179.955%2053.2416C181.554%2058.7352%20182.355%2065.2604%20182.355%2072.8195ZM167.956%2072.8195C167.956%2067.2776%20167.698%2062.0908%20167.181%2057.2519C166.662%2052.4154%20165.811%2048.1829%20164.624%2044.5567C163.436%2040.9306%20161.941%2038.0606%20160.133%2035.9443C158.326%2033.828%20156.133%2032.7699%20153.551%2032.7699C150.969%2032.7699%20148.774%2033.828%20146.967%2035.9443C145.159%2038.0606%20143.69%2040.9306%20142.554%2044.5567C141.417%2048.1829%20140.592%2052.4154%20140.076%2057.2519C139.557%2062.0908%20139.301%2067.2776%20139.301%2072.8195C139.301%2078.3614%20139.557%2083.5771%20140.076%2088.4619C140.592%2093.3491%20141.417%2097.6058%20142.554%20101.232C143.69%20104.858%20145.159%20107.706%20146.967%20109.772C148.774%20111.837%20150.969%20112.869%20153.551%20112.869C156.133%20112.869%20158.326%20111.837%20160.133%20109.772C161.941%20107.706%20163.439%20104.858%20164.624%20101.232C165.811%2097.6058%20166.662%2093.3491%20167.181%2088.4619C167.698%2083.5771%20167.956%2078.3638%20167.956%2072.8195Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M244.47%2095.3261C244.47%2099.2591%20244.571%20102.383%20244.779%20104.7C244.984%20107.019%20245.423%20108.782%20246.089%20109.99C246.757%20111.201%20247.737%20111.981%20249.025%20112.334C250.311%20112.686%20252.037%20112.863%20254.201%20112.863V115.047H230.07V104.255C228.005%20108.188%20225.295%20111.21%20221.941%20113.326C218.588%20115.44%20214.896%20116.501%20210.871%20116.501C207.773%20116.501%20204.806%20115.493%20201.968%20113.476C199.131%20111.459%20196.575%20108.589%20194.305%20104.859C192.032%20101.131%20190.225%2096.5437%20188.883%2091.1008C187.542%2085.658%20186.871%2079.5604%20186.871%2072.8082C186.871%2066.056%20187.542%2059.857%20188.883%2054.5156C190.225%2049.1718%20192.032%2044.6131%20194.305%2040.8323C196.575%2037.0516%20199.131%2034.1816%20201.968%2032.2151C204.806%2030.2486%20207.776%2029.2654%20210.871%2029.2654C214.896%2029.2654%20218.588%2030.2993%20221.941%2032.3649C225.295%2034.4304%20228.005%2037.4792%20230.07%2041.5112V27.4704C230.07%2024.4506%20229.889%2021.9599%20229.53%2019.9983C229.168%2018.0366%20228.603%2016.476%20227.829%2015.3164C227.057%2014.1592%20226.026%2013.3789%20224.74%2012.9779C223.452%2012.5744%20221.934%2012.3715%20220.183%2012.3715V10.1876C225.124%2010.0886%20229.53%209.35897%20233.4%208.00369C237.268%206.64841%20240.236%204.51041%20242.301%201.59692H244.47V95.3261ZM230.07%2061.1784C230.07%2053.0226%20228.777%2046.8308%20226.195%2042.6007C223.611%2038.373%20220.409%2036.2568%20216.587%2036.2568C214.727%2036.2568%20212.918%2036.8124%20211.163%2037.9189C209.407%2039.0277%20207.831%2040.9652%20206.437%2043.7362C205.042%2046.5047%20203.903%2050.2299%20203.025%2054.9142C202.147%2059.5961%20201.71%2065.5607%20201.71%2072.8106C201.71%2080.0605%20202.149%2086.0276%20203.025%2090.7095C203.903%2095.3914%20205.04%2099.1431%20206.437%20101.962C207.831%20104.782%20209.407%20106.746%20211.163%20107.852C212.918%20108.961%20214.727%20109.514%20216.587%20109.514C220.409%20109.514%20223.614%20107.376%20226.195%20103.095C228.777%2098.817%20230.07%2092.6494%20230.07%2084.5926V61.1808V61.1784Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M312.422%2095.3527C313.658%2098.9764%20314.765%20101.919%20315.742%20104.185C316.72%20106.449%20317.8%20108.186%20318.985%20109.391C320.17%20110.599%20321.482%20111.43%20322.925%20111.882C324.366%20112.334%20326.168%20112.662%20328.332%20112.863V115.046H314.584C309.845%20115.046%20306.371%20114.469%20304.156%20113.307C301.943%20112.15%20300.266%20109.756%20299.135%20106.127L287.659%2070.9094C286.832%2068.1867%20285.488%2066.2251%20283.625%2065.0123C281.765%2063.8044%20279.902%2063.1981%20278.044%2063.1981H277.171V95.3503C277.171%2098.974%20277.248%20101.943%20277.403%20104.257C277.557%20106.574%20277.943%20108.359%20278.561%20109.616C279.178%20110.874%20280.156%20111.73%20281.495%20112.184C282.834%20112.638%20284.738%20112.863%20287.211%20112.863V115.046H251.865V112.863C254.232%20112.863%20256.085%20112.638%20257.424%20112.181C258.764%20111.73%20259.743%20110.872%20260.361%20109.613C260.978%20108.355%20261.365%20106.567%20261.519%20104.25C261.673%20101.933%20261.751%2098.9619%20261.751%2095.3358V19.1914C261.751%2015.9687%20261.673%2013.3523%20261.519%2011.3351C261.365%209.32032%20260.952%207.75969%20260.284%206.65325C259.613%205.54438%20258.609%204.79065%20257.27%204.3872C255.931%203.98376%20254.128%203.78083%20251.865%203.78083V1.59692H281.943C288.004%201.59692%20293.168%202.37965%20297.431%203.94269C301.695%205.50815%20305.215%207.65098%20307.99%2010.376C310.765%2013.1011%20312.794%2016.331%20314.077%2020.0635C315.361%2023.7984%20316.005%2027.8835%20316.005%2032.3238C316.005%2039.5906%20314.309%2045.8452%20310.919%2051.0924C307.529%2056.3395%20301.977%2059.9222%20294.273%2061.8379C296.78%2062.4443%20298.86%2063.6232%20300.515%2065.3844C302.168%2067.1455%20303.664%2069.9889%20305.003%2073.9122L312.417%2095.3503L312.422%2095.3527ZM281.956%2059.4149C285.039%2059.4149%20287.739%2058.9631%20290.053%2058.0548C292.367%2057.1464%20294.268%2055.6341%20295.759%2053.513C297.25%2051.3943%20298.356%2048.5944%20299.075%2045.1132C299.794%2041.632%20300.153%2037.3705%20300.153%2032.3238C300.153%2027.2771%20299.69%2023.0422%20298.763%2019.6093C297.837%2016.1813%20296.63%2013.4055%20295.139%2011.2844C293.648%209.1657%20291.925%207.6534%20289.971%206.74505C288.017%205.8367%20285.961%205.38252%20283.804%205.38252C281.647%205.38252%20279.871%206.16525%20278.79%207.72829C277.711%209.29374%20277.171%2011.4366%20277.171%2014.1616V59.4124H281.953L281.956%2059.4149Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M372.837%2095.3374C372.837%2099.2703%20372.938%20102.394%20373.146%20104.711C373.351%20107.03%20373.79%20108.794%20374.459%20110.001C375.127%20111.212%20376.131%20111.992%20377.47%20112.345C378.809%20112.698%20380.558%20112.874%20382.722%20112.874V115.058H358.437L358.445%20103.058C356.691%20107.392%20354.316%20110.719%20351.324%20113.036C348.333%20115.352%20344.979%20116.512%20341.265%20116.512C338.686%20116.512%20336.208%20116.184%20333.836%20115.531C331.464%20114.877%20329.426%20113.768%20327.722%20112.207C326.019%20110.646%20324.653%20108.608%20323.623%20106.09C322.59%20103.573%20322.076%20100.452%20322.076%2096.7241C322.076%2092.2959%20322.979%2088.5175%20324.783%2085.3963C326.588%2082.275%20328.834%2079.5814%20331.515%2077.3153C334.196%2075.0493%20337.11%2073.1094%20340.259%2071.498C343.406%2069.8867%20346.32%2068.3792%20349.003%2066.9683C351.686%2065.5575%20353.928%2064.1491%20355.733%2062.7382C357.537%2061.3298%20358.442%2059.7185%20358.442%2057.9042V56.3943C358.442%2049.5478%20357.101%2044.3103%20354.42%2040.6866C351.739%2037.0628%20348.231%2035.2486%20343.9%2035.2486C340.703%2035.2486%20337.969%2036.1956%20335.701%2038.0896C333.433%2039.9836%20331.783%2043.0227%20330.75%2047.2069C331.573%2046.9073%20332.451%2046.7551%20333.378%2046.7551C335.646%2046.7551%20337.579%2047.5354%20339.176%2049.0961C340.771%2050.6567%20341.572%2052.5966%20341.572%2054.9134C341.572%2057.2302%20340.768%2059.0179%20339.169%2060.5785C337.567%2062.1391%20335.629%2062.9194%20333.356%2062.9194C331.083%2062.9194%20328.991%2062.1415%20327.389%2060.5833C325.787%2059.0251%20324.986%2057.1384%20324.986%2054.923C324.986%2051.2027%20325.58%2047.7819%20326.767%2044.6654C327.954%2041.549%20329.633%2038.8578%20331.8%2036.5966C333.967%2034.3354%20336.548%2032.5477%20339.543%2031.2407C342.537%2029.9337%20345.84%2029.2791%20349.454%2029.2791C352.76%2029.2791%20355.856%2029.8854%20358.749%2031.0933C361.639%2032.3037%20364.117%2034.1928%20366.183%2036.7609C368.246%2039.3313%20369.874%2042.6072%20371.059%2046.586C372.246%2050.5673%20372.84%2055.3796%20372.84%2061.023V95.3374H372.837ZM358.437%2064.9584C356.787%2066.6712%20354.7%2068.2584%20352.171%2069.72C349.645%2071.1815%20347.22%2072.9161%20344.904%2074.9309C342.583%2076.9481%20340.599%2079.4388%20338.949%2082.4103C337.299%2085.3818%20336.473%2089.235%20336.473%2093.9676C336.473%2099.8115%20337.195%20103.839%20338.64%20106.056C340.083%20108.272%20342.095%20109.378%20344.672%20109.378C347.867%20109.378%20350.757%20107.868%20353.334%20104.846C355.911%20101.824%20357.615%2097.3933%20358.44%2091.5494V64.9608L358.437%2064.9584Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M421.892%2029.2791C424.978%2029.2791%20427.965%2030.2623%20430.848%2032.2288C433.729%2034.1953%20436.28%2037.0677%20438.495%2040.846C440.707%2044.6268%20442.507%2049.1855%20443.899%2054.5293C445.289%2059.8731%20445.986%2065.9682%20445.986%2072.8219C445.986%2079.6756%20445.291%2085.6717%20443.902%2091.1145C442.512%2096.5574%20440.712%20101.145%20438.502%20104.873C436.289%20108.603%20433.744%20111.475%20430.863%20113.49C427.982%20115.507%20425%20116.515%20421.914%20116.515C417.901%20116.515%20414.248%20115.464%20410.957%20113.364C407.663%20111.267%20404.988%20108.25%20402.932%20104.315V115.058H378.801V112.874C380.963%20112.874%20382.688%20112.698%20383.974%20112.345C385.26%20111.992%20386.24%20111.212%20386.911%20110.001C387.579%20108.794%20388.018%20107.03%20388.223%20104.713C388.428%20102.396%20388.532%2099.2752%20388.532%2095.3446V27.4986C388.532%2024.4764%20388.351%2021.9833%20387.992%2020.0192C387.63%2018.0551%20387.065%2016.4945%20386.291%2015.3349C385.519%2014.1777%20384.515%2013.395%20383.279%2012.994C382.044%2012.5905%20380.551%2012.3876%20378.799%2012.3876V10.2037C383.74%2010.1047%20388.122%209.37508%20391.939%208.01981C395.756%206.66453%20398.697%204.52652%20400.763%201.61304H402.932L402.896%2041.5273C404.954%2037.4977%20407.63%2034.4489%20410.926%2032.381C414.222%2030.313%20417.875%2029.2815%20421.894%2029.2815L421.892%2029.2791ZM431.147%2072.8219C431.147%2065.572%20430.708%2059.6073%20429.837%2054.9255C428.964%2050.2436%20427.832%2046.5184%20426.447%2043.7474C425.057%2040.9789%20423.465%2039.039%20421.665%2037.9301C419.865%2036.8237%20418.043%2036.268%20416.193%2036.268C412.491%2036.268%20409.355%2038.3843%20406.785%2042.612C404.215%2046.8421%20402.929%2053.0339%20402.929%2061.1897V84.6015C402.929%2092.6558%20404.213%2098.8258%20406.785%20103.104C409.352%20107.385%20412.489%20109.523%20416.193%20109.523C418.043%20109.523%20419.865%20108.97%20421.665%20107.861C423.465%20106.755%20425.057%20104.791%20426.447%20101.971C427.835%2099.152%20428.966%2095.4026%20429.837%2090.7183C430.711%2086.0365%20431.147%2080.0694%20431.147%2072.8195V72.8219Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M486.017%2029.2791C489.103%2029.2791%20492.09%2030.2623%20494.973%2032.2288C497.854%2034.1953%20500.405%2037.0677%20502.62%2040.846C504.832%2044.6268%20506.632%2049.1855%20508.024%2054.5293C509.414%2059.8731%20510.111%2065.9682%20510.111%2072.8219C510.111%2079.6756%20509.416%2085.6717%20508.027%2091.1145C506.637%2096.5574%20504.837%20101.145%20502.627%20104.873C500.414%20108.603%20497.869%20111.475%20494.988%20113.49C492.107%20115.507%20489.125%20116.515%20486.039%20116.515C482.026%20116.515%20478.373%20115.464%20475.082%20113.364C471.788%20111.267%20469.113%20108.25%20467.057%20104.315V115.058H442.926V112.874C445.088%20112.874%20446.813%20112.698%20448.099%20112.345C449.385%20111.992%20450.365%20111.212%20451.036%20110.001C451.704%20108.794%20452.143%20107.03%20452.348%20104.713C452.553%20102.396%20452.657%2099.2752%20452.657%2095.3446V27.4986C452.657%2024.4764%20452.476%2021.9833%20452.117%2020.0192C451.755%2018.0551%20451.19%2016.4945%20450.416%2015.3349C449.644%2014.1777%20448.64%2013.395%20447.404%2012.994C446.169%2012.5905%20444.676%2012.3876%20442.924%2012.3876V10.2037C447.865%2010.1047%20452.247%209.37508%20456.064%208.01981C459.881%206.66453%20462.822%204.52652%20464.888%201.61304H467.057L467.021%2041.5273C469.079%2037.4977%20471.755%2034.4489%20475.051%2032.381C478.347%2030.313%20482%2029.2815%20486.019%2029.2815L486.017%2029.2791ZM495.272%2072.8219C495.272%2065.572%20494.833%2059.6073%20493.962%2054.9255C493.089%2050.2436%20491.957%2046.5184%20490.572%2043.7474C489.182%2040.9789%20487.59%2039.039%20485.79%2037.9301C483.99%2036.8237%20482.168%2036.268%20480.318%2036.268C476.616%2036.268%20473.48%2038.3843%20470.91%2042.612C468.341%2046.8421%20467.054%2053.0339%20467.054%2061.1897V84.6015C467.054%2092.6558%20468.338%2098.8258%20470.91%20103.104C473.477%20107.385%20476.614%20109.523%20480.318%20109.523C482.168%20109.523%20483.99%20108.97%20485.79%20107.861C487.59%20106.755%20489.182%20104.791%20490.572%20101.971C491.96%2099.152%20493.091%2095.4026%20493.962%2090.7183C494.836%2086.0365%20495.272%2080.0694%20495.272%2072.8195V72.8219Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M531.337%2095.3164C531.337%2099.2518%20531.438%20102.378%20531.645%20104.699C531.851%20107.021%20532.29%20108.785%20532.956%20109.995C533.624%20111.205%20534.628%20111.988%20535.967%20112.341C537.306%20112.696%20539.058%20112.87%20541.222%20112.87V115.054H507.204V112.87C509.365%20112.87%20511.091%20112.693%20512.377%20112.341C513.663%20111.988%20514.642%20111.208%20515.313%20109.997C515.981%20108.787%20516.421%20107.023%20516.626%20104.704C516.831%20102.388%20516.934%2099.2639%20516.934%2095.3309V56.4748C516.934%2053.4501%20516.754%2050.957%20516.394%2048.9905C516.032%2047.024%20515.468%2045.4876%20514.693%2044.3811C513.921%2043.2723%20512.917%2042.5185%20511.682%2042.1127C510.446%2041.7092%20508.953%2041.5063%20507.201%2041.5063V39.3224C512.143%2039.1219%20516.548%2038.3392%20520.419%2036.979C524.286%2035.6189%20527.254%2033.5244%20529.319%2030.6979H531.334V95.314L531.337%2095.3164ZM522.904%2021.2665C520.028%2021.2665%20517.562%2020.2857%20515.509%2018.3216C513.453%2016.36%20512.427%2013.9683%20512.427%2011.1466C512.427%208.32494%20513.455%205.78591%20515.509%203.82184C517.564%201.86019%20520.028%200.876953%20522.904%200.876953C525.78%200.876953%20528.217%201.86019%20530.222%203.82184C532.225%205.78591%20533.226%208.22831%20533.226%2011.1466C533.226%2014.0649%20532.225%2016.36%20530.222%2018.3216C528.217%2020.2857%20525.78%2021.2665%20522.904%2021.2665Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M560.545%2030.7318H577.999V34.5173H560.545V98.6261C560.545%20105.985%20562.603%20109.664%20566.724%20109.664C568.164%20109.664%20569.424%20109.362%20570.505%20108.756C571.586%20108.149%20572.539%20107.444%20573.364%20106.637C574.291%20105.729%20575.113%20104.721%20575.837%20103.61L577.999%20105.274C576.969%20107.396%20575.632%20109.263%20573.984%20110.882C572.643%20112.302%20570.946%20113.597%20568.886%20114.761C566.828%20115.923%20564.355%20116.508%20561.471%20116.508C559.302%20116.508%20557.292%20116.179%20555.432%20115.525C553.572%20114.87%20551.948%20113.737%20550.556%20112.121C549.163%20110.507%20548.078%20108.34%20547.306%20105.617C546.531%20102.895%20546.145%2099.5175%20546.145%2095.4807V34.5173H536.414V30.7318C543.107%2030.1254%20547.822%2028.3111%20550.558%2025.2841C553.294%2022.257%20554.971%2017.9206%20555.591%2012.27H560.545V30.7318Z'%20fill='%23EBEAE0'/%3e%3c/svg%3e", ft = "data:image/svg+xml,%3csvg%20width='586'%20height='175'%20viewBox='0%200%20586%20175'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M712.209%20677.514C701.694%20668.379%20632.305%20621.302%20632.305%20621.302C632.305%20621.302%20611.279%20650.812%20608.474%20648.004C606.37%20645.895%20623.894%20624.817%20628.101%20607.25C629.5%20601.412%20633.707%20586.173%20635.11%20576.335C636.512%20566.497%20632.305%20540.498%20635.811%20540.498C639.318%20540.498%20646.326%20558.768%20646.326%20558.768C646.326%20558.768%20644.924%20535.581%20642.82%20517.311C640.716%20499.041%20632.305%20479.369%20625.296%20472.339C618.288%20465.314%20589.548%20468.868%20589.548%20463.205C589.548%20459.69%20619.686%20460.393%20648.426%20461.096C677.166%20461.799%20693.287%20451.258%20693.988%20449.149C694.69%20447.04%20692.586%20445.634%20693.988%20443.529C695.391%20441.42%20698.192%20440.014%20700.296%20436.503C702.399%20432.988%20704.499%20425.962%20708.707%20427.368C712.914%20428.774%20705.902%20437.909%20710.109%20440.014C714.313%20442.123%20718.521%20434.394%20722.724%20426.665C726.928%20418.936%20724.828%20404.181%20724.828%20404.181C724.828%20404.181%20724.828%20403.478%20724.127%20404.884C723.425%20406.29%20720.62%20407.696%20717.819%20410.504C715.014%20413.316%20713.616%20418.936%20710.109%20418.233C706.603%20417.53%20709.408%20411.91%20706.603%20409.801C703.798%20407.692%20686.278%20399.26%20688.378%20395.749C690.482%20392.234%20705.2%20399.264%20710.807%20400.666C716.413%20402.072%20723.425%20399.963%20723.425%20399.963C723.425%20399.963%20728.33%20387.317%20727.629%20377.479C726.928%20367.641%20712.91%20351.48%20703.798%20338.131C694.686%20324.783%20693.984%20305.107%20669.452%20274.894C644.92%20244.681%20597.959%20241.869%20590.946%20236.249C583.938%20230.629%20578.331%20209.547%20573.423%20180.038C568.518%20150.528%20576.929%20150.528%20566.414%20102.744C555.903%2054.9566%20507.54%20-3.36%20492.12%200.150988C476.7%203.66198%20476.7%2084.4704%20478.102%20109.766C479.505%20135.062%20529.271%20220.787%20534.176%20228.516C539.081%20236.245%20549.596%20239.76%20545.388%20246.083C541.184%20252.406%20508.938%20203.22%20493.518%20173.008C478.098%20142.795%20450.06%20101.338%20427.631%2080.2564C405.203%2059.1746%20317.585%207.8839%20302.866%2020.5298C288.148%2033.1757%20309.174%20106.958%20318.286%20129.442C327.398%20151.926%20344.569%20183.898%20367.002%20205.679C389.43%20227.46%20455.317%20260.485%20462.326%20264.703C469.335%20268.92%20474.945%20275.946%20474.945%20275.946C474.945%20275.946%20472.14%20289.295%20472.14%20297.727C472.14%20306.159%20474.945%20327.237%20475.646%20338.481C476.347%20349.725%20474.945%20355.345%20473.542%20365.183C472.14%20375.021%20466.534%20381.344%20465.832%20387.667C465.131%20393.99%20467.936%20391.881%20467.936%20391.881C467.936%20391.881%20461.629%20406.635%20451.114%20412.255C440.599%20417.875%20418.872%20408.744%20399.244%20403.121C379.617%20397.501%20354.383%20397.501%20354.383%20397.501L369.454%20407.688C369.454%20407.688%20369.454%20410.5%20365.948%20408.391C362.442%20406.282%20283.94%20408.391%20270.624%20409.094C257.308%20409.797%20240.802%20413.332%20240.802%20413.332C240.802%20413.332%20251.698%20416.823%20251.698%20419.631C251.698%20422.439%20197.023%20432.281%20139.547%20489.898C82.0715%20547.516%2073.6603%20640.97%2072.2578%20640.97C70.8553%20640.97%2067.3529%20609.352%2065.9504%20607.243C64.5479%20605.134%2058.9417%20601.623%2042.8206%20602.326C26.6995%20603.029%2020.3921%20610.758%2020.3921%20611.461C20.3921%20612.163%2023.1971%20614.975%2023.1971%20616.377C23.1971%20617.779%209.17982%20624.809%209.17982%20626.215C9.17982%20627.621%2014.786%20630.433%2014.786%20631.835C14.786%20633.237%2012.6822%20634.647%208.47856%20638.158C4.27495%20641.673%20-0.63389%20648.699%200.0673728%20650.105C0.768635%20651.511%204.97225%20652.214%205.67351%20655.022C6.37477%20657.834%203.56972%20664.86%202.86846%20672.589C2.1672%20680.318%207.07207%20685.235%207.77333%20685.235C8.4746%20685.235%2010.5784%20677.506%2011.9769%20677.506C13.3755%20677.506%2014.782%20689.453%2015.4833%20692.261C16.1845%20695.073%2016.1845%20696.475%2016.1845%20702.099C16.1845%20707.723%2019.6908%20711.937%2020.3921%20711.937C21.0934%20711.937%2019.6908%20703.505%2021.7946%20708.422C23.8984%20713.339%2045.6257%20730.203%2057.5432%20730.906C69.4606%20731.609%2073.6643%20725.989%2076.4693%20725.989C79.2744%20725.989%2082.7767%20733.015%2084.1792%20731.609C85.5818%20730.203%2084.1792%20702.099%2086.9843%20702.099C89.7893%20702.099%2089.7893%20707.719%2090.4866%20709.828C91.1879%20711.937%20101.703%20730.203%20108.712%20740.041C115.72%20749.879%20131.841%20763.227%20136.75%20775.877C141.655%20788.523%20109.413%20827.875%20105.91%20838.416C102.408%20848.957%20106.612%20869.332%20150.07%20917.115C193.529%20964.895%20253.809%20959.275%20258.714%20955.76C263.619%20952.245%20258.714%20941.005%20243.294%20917.115C227.875%20893.225%20198.433%20865.118%20198.433%20863.712C198.433%20862.306%20206.143%20860.9%20213.152%20859.498C220.161%20858.092%20262.918%20844.743%20263.619%20846.149C264.32%20847.555%20243.291%20855.987%20237.684%20857.393C232.078%20858.799%20229.273%20870.039%20234.178%20877.772C239.083%20885.5%20265.719%20899.552%20314.082%20910.796C362.446%20922.036%20422.726%20912.905%20424.129%20902.364C425.532%20891.823%20410.112%20881.286%20393.991%20872.152C377.869%20863.017%20322.497%20850.371%20322.497%20846.153C322.497%20841.935%20340.021%20838.424%20367.358%20816.643C394.696%20794.862%20400.302%20771.671%20401.704%20765.348C403.107%20759.025%20402.406%20754.807%20401.704%20754.807C401.003%20754.807%20400.302%20756.916%20398.198%20761.833C396.094%20766.75%20384.181%20784.317%20381.376%20782.208C378.571%20780.099%20383.48%20769.562%20386.281%20764.641C389.086%20759.724%20398.899%20728.102%20399.597%20724.591C400.298%20721.076%20400.999%20711.242%20405.203%20711.242C409.406%20711.242%20407.307%20720.377%20412.212%20722.486C417.12%20724.595%20472.492%20704.919%20472.492%20704.919C472.492%20704.919%20466.886%20683.138%20461.977%20667.676C457.073%20652.218%20456.371%20634.651%20459.172%20633.948C461.324%20633.408%20461.977%20641.677%20467.583%20661.353C473.17%20680.946%20483.003%20701.404%20505.432%20721.08C527.86%20740.756%20569.215%20759.724%20591.647%20794.858C614.076%20829.992%20647.019%20840.533%20655.431%20834.909C663.842%20829.289%20636.505%20775.885%20633.002%20766.047C629.496%20756.209%20601.461%20708.43%20595.855%20695.081C590.249%20681.732%20590.946%20680.326%20586.743%20666.274C582.539%20652.222%20588.846%20638.869%20593.05%20638.869C597.254%20638.869%20596.556%20663.462%20598.656%20676.112C600.76%20688.758%20604.964%20694.382%20611.271%20698.596C617.578%20702.81%20649.821%20703.513%20656.132%20704.919C662.439%20706.325%20705.197%20721.783%20712.205%20723.892C719.214%20726.001%20736.036%20729.512%20741.642%20718.975C747.249%20708.434%20722.716%20686.653%20712.205%20677.518L712.209%20677.514ZM578.922%20362.82C575.007%20358.896%20573.038%20349.502%20570.958%20339.557C569.837%20334.211%20568.221%20326.494%20566.695%20323.651C565.023%20324.572%20563.462%20325.136%20561.925%20325.136C556.153%20325.136%20552.492%20319.818%20551.236%20316.676L557.195%20314.269C557.666%20315.417%20559.548%20318.698%20561.925%20318.698C562.987%20318.67%20566.141%20316.414%20568.442%20314.766C574.005%20310.782%20580.93%20305.822%20588.898%20305.822C602.056%20305.822%20613.157%20317.101%20618.66%20326.76C622.479%20333.461%20631.223%20352.89%20629.195%20358.991C628.561%20360.901%20626.711%20362.51%20619.761%20364.154C615.019%20365.278%20605.023%20366.835%20595.918%20366.835C588.636%20366.835%20581.929%20365.838%20578.918%20362.824L578.922%20362.82Z'%20fill='%23F0C300'/%3e%3c/svg%3e", pt = ({ product: e, languages: t, form: n }) => {
|
|
984
|
-
|
|
985
|
-
|
|
984
|
+
}, vt = "data:image/svg+xml,%3csvg%20width='578'%20height='119'%20viewBox='0%200%20578%20119'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M64.4296%2055.0518V57.2357C62.0626%2057.2357%2060.2072%2057.4628%2058.868%2057.9194C57.5289%2058.3736%2056.5517%2059.2312%2055.9341%2060.4923C55.3164%2061.7557%2054.9303%2063.5483%2054.7759%2065.8699C54.6215%2068.1915%2054.5443%2071.1702%2054.5443%2074.8012V103.726C52.8987%20106.451%2050.9492%20108.826%2048.6908%20110.843C46.7388%20112.662%2044.297%20114.327%2041.3702%20115.839C38.4435%20117.351%2034.9739%20118.11%2030.971%20118.11C26.6569%20118.11%2022.5985%20116.696%2018.7983%20113.87C14.9981%20111.043%2011.7094%20107.007%208.93709%20101.757C6.16476%2096.5074%203.98115%2090.2214%202.38869%2082.9039C0.796223%2075.5863%200%2067.3822%200%2058.2963C0%2047.5966%200.972364%2038.5372%202.92192%2031.1182C4.86907%2023.6992%207.33015%2017.6935%2010.3052%2013.0986C13.2778%208.50612%2016.6123%205.1747%2020.3063%203.10434C23.9979%201.03639%2027.5351%200%2030.9227%200C33.0774%200%2034.9232%200.253662%2036.4602%200.753738C37.9971%201.25381%2039.3556%201.78046%2040.5354%202.33127C41.7153%202.88208%2042.7407%203.40873%2043.6118%203.91122C44.4852%204.4113%2045.279%204.66254%2045.998%204.66254C46.9197%204.66254%2047.5857%204.13106%2047.9983%203.06085C48.2082%202.67432%2048.365%202.18632%2048.4688%201.60411H51.9263V37.6506H49.0165C48.2975%2031.2946%2047.2238%2025.644%2045.7905%2020.7012C45.1777%2018.5849%2044.4852%2016.517%2043.7179%2014.4974C42.9507%2012.4802%2042.029%2010.6659%2040.9553%209.04968C39.8791%207.43591%2038.6534%206.15069%2037.2709%205.18919C35.8883%204.23011%2034.3779%203.75178%2032.742%203.75178C29.6705%203.75178%2027.0598%205.06598%2024.91%207.69199C22.7602%2010.318%2021.0205%2014.007%2019.691%2018.754C18.3592%2023.5011%2017.3868%2029.2363%2016.7739%2035.9523C16.1611%2042.6707%2015.8546%2050.1187%2015.8546%2058.3035C15.8546%2068.4065%2016.2383%2076.9416%2017.0104%2083.9137C17.7801%2090.8858%2018.8852%2096.5436%2020.3232%20100.887C21.7612%20105.231%2023.5588%20108.362%2025.7183%20110.28C27.8753%20112.201%2030.3412%20113.16%2033.116%20113.16C35.6832%20113.16%2037.3288%20112.401%2038.0478%20110.886C38.7668%20109.372%2039.1263%20107.048%2039.1263%20103.914V72.8468C39.1263%2069.6144%2038.996%2066.9618%2038.7403%2064.8915C38.4821%2062.8211%2037.862%2061.2267%2036.8848%2060.1178C35.9052%2059.0065%2034.4382%2058.2504%2032.4814%2057.8445C30.5246%2057.4387%2027.8464%2057.2381%2024.4491%2057.2381V55.0542H64.4296V55.0518Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M120.402%2072.8195C120.402%2080.3786%20119.601%2086.9061%20118.002%2092.3973C116.402%2097.8885%20114.259%20102.428%20111.574%20106.006C108.888%20109.583%20105.817%20112.229%20102.357%20113.942C98.8968%20115.652%2095.3114%20116.51%2091.5956%20116.51C87.8799%20116.51%2084.3161%20115.652%2080.9092%20113.942C77.5023%20112.229%2074.4574%20109.581%2071.7719%20106.006C69.0864%20102.428%2066.9438%2097.8909%2065.3441%2092.3973C63.7444%2086.9037%2062.9434%2080.3786%2062.9434%2072.8195C62.9434%2065.2604%2063.7444%2058.7328%2065.3441%2053.2416C66.9438%2047.7505%2069.084%2043.2377%2071.7719%2039.7106C74.4549%2036.1835%2077.5023%2033.5623%2080.9092%2031.8495C84.3161%2030.1367%2087.8775%2029.2791%2091.5956%2029.2791C95.3138%2029.2791%2098.8968%2030.1367%20102.357%2031.8495C105.817%2033.5623%20108.886%2036.1835%20111.574%2039.7106C114.257%2043.2377%20116.402%2047.748%20118.002%2053.2416C119.601%2058.7352%20120.402%2065.2604%20120.402%2072.8195ZM106.003%2072.8195C106.003%2067.2776%20105.744%2062.0908%20105.228%2057.2519C104.709%2052.4154%20103.858%2048.1829%20102.67%2044.5567C101.483%2040.9306%2099.9874%2038.0606%2098.1802%2035.9443C96.373%2033.828%2094.1798%2032.7699%2091.598%2032.7699C89.0163%2032.7699%2086.8207%2033.828%2085.0135%2035.9443C83.2062%2038.0606%2081.7368%2040.9306%2080.6004%2044.5567C79.464%2048.1829%2078.6388%2052.4154%2078.1224%2057.2519C77.6037%2062.0908%2077.3479%2067.2776%2077.3479%2072.8195C77.3479%2078.3614%2077.6037%2083.5771%2078.1224%2088.4619C78.6388%2093.3491%2079.464%2097.6058%2080.6004%20101.232C81.7368%20104.858%2083.2062%20107.706%2085.0135%20109.772C86.8207%20111.837%2089.0163%20112.869%2091.598%20112.869C94.1798%20112.869%2096.373%20111.837%2098.1802%20109.772C99.9874%20107.706%20101.486%20104.858%20102.67%20101.232C103.858%2097.6058%20104.709%2093.3491%20105.228%2088.4619C105.744%2083.5771%20106.003%2078.3638%20106.003%2072.8195Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M182.355%2072.8195C182.355%2080.3786%20181.554%2086.9061%20179.955%2092.3973C178.355%2097.8909%20176.212%20102.428%20173.527%20106.006C170.841%20109.583%20167.77%20112.229%20164.31%20113.942C160.85%20115.652%20157.264%20116.51%20153.549%20116.51C149.833%20116.51%20146.269%20115.652%20142.862%20113.942C139.455%20112.229%20136.41%20109.581%20133.725%20106.006C131.04%20102.428%20128.897%2097.8909%20127.297%2092.3973C125.698%2086.9037%20124.896%2080.3786%20124.896%2072.8195C124.896%2065.2604%20125.698%2058.7328%20127.297%2053.2416C128.897%2047.7505%20131.037%2043.2377%20133.725%2039.7106C136.408%2036.1835%20139.455%2033.5623%20142.862%2031.8495C146.269%2030.1367%20149.831%2029.2791%20153.549%2029.2791C157.267%2029.2791%20160.85%2030.1367%20164.31%2031.8495C167.77%2033.5623%20170.839%2036.1835%20173.527%2039.7106C176.21%2043.2377%20178.355%2047.748%20179.955%2053.2416C181.554%2058.7352%20182.355%2065.2604%20182.355%2072.8195ZM167.956%2072.8195C167.956%2067.2776%20167.698%2062.0908%20167.181%2057.2519C166.662%2052.4154%20165.811%2048.1829%20164.624%2044.5567C163.436%2040.9306%20161.941%2038.0606%20160.133%2035.9443C158.326%2033.828%20156.133%2032.7699%20153.551%2032.7699C150.969%2032.7699%20148.774%2033.828%20146.967%2035.9443C145.159%2038.0606%20143.69%2040.9306%20142.554%2044.5567C141.417%2048.1829%20140.592%2052.4154%20140.076%2057.2519C139.557%2062.0908%20139.301%2067.2776%20139.301%2072.8195C139.301%2078.3614%20139.557%2083.5771%20140.076%2088.4619C140.592%2093.3491%20141.417%2097.6058%20142.554%20101.232C143.69%20104.858%20145.159%20107.706%20146.967%20109.772C148.774%20111.837%20150.969%20112.869%20153.551%20112.869C156.133%20112.869%20158.326%20111.837%20160.133%20109.772C161.941%20107.706%20163.439%20104.858%20164.624%20101.232C165.811%2097.6058%20166.662%2093.3491%20167.181%2088.4619C167.698%2083.5771%20167.956%2078.3638%20167.956%2072.8195Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M244.47%2095.3261C244.47%2099.2591%20244.571%20102.383%20244.779%20104.7C244.984%20107.019%20245.423%20108.782%20246.089%20109.99C246.757%20111.201%20247.737%20111.981%20249.025%20112.334C250.311%20112.686%20252.037%20112.863%20254.201%20112.863V115.047H230.07V104.255C228.005%20108.188%20225.295%20111.21%20221.941%20113.326C218.588%20115.44%20214.896%20116.501%20210.871%20116.501C207.773%20116.501%20204.806%20115.493%20201.968%20113.476C199.131%20111.459%20196.575%20108.589%20194.305%20104.859C192.032%20101.131%20190.225%2096.5437%20188.883%2091.1008C187.542%2085.658%20186.871%2079.5604%20186.871%2072.8082C186.871%2066.056%20187.542%2059.857%20188.883%2054.5156C190.225%2049.1718%20192.032%2044.6131%20194.305%2040.8323C196.575%2037.0516%20199.131%2034.1816%20201.968%2032.2151C204.806%2030.2486%20207.776%2029.2654%20210.871%2029.2654C214.896%2029.2654%20218.588%2030.2993%20221.941%2032.3649C225.295%2034.4304%20228.005%2037.4792%20230.07%2041.5112V27.4704C230.07%2024.4506%20229.889%2021.9599%20229.53%2019.9983C229.168%2018.0366%20228.603%2016.476%20227.829%2015.3164C227.057%2014.1592%20226.026%2013.3789%20224.74%2012.9779C223.452%2012.5744%20221.934%2012.3715%20220.183%2012.3715V10.1876C225.124%2010.0886%20229.53%209.35897%20233.4%208.00369C237.268%206.64841%20240.236%204.51041%20242.301%201.59692H244.47V95.3261ZM230.07%2061.1784C230.07%2053.0226%20228.777%2046.8308%20226.195%2042.6007C223.611%2038.373%20220.409%2036.2568%20216.587%2036.2568C214.727%2036.2568%20212.918%2036.8124%20211.163%2037.9189C209.407%2039.0277%20207.831%2040.9652%20206.437%2043.7362C205.042%2046.5047%20203.903%2050.2299%20203.025%2054.9142C202.147%2059.5961%20201.71%2065.5607%20201.71%2072.8106C201.71%2080.0605%20202.149%2086.0276%20203.025%2090.7095C203.903%2095.3914%20205.04%2099.1431%20206.437%20101.962C207.831%20104.782%20209.407%20106.746%20211.163%20107.852C212.918%20108.961%20214.727%20109.514%20216.587%20109.514C220.409%20109.514%20223.614%20107.376%20226.195%20103.095C228.777%2098.817%20230.07%2092.6494%20230.07%2084.5926V61.1808V61.1784Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M312.422%2095.3527C313.658%2098.9764%20314.765%20101.919%20315.742%20104.185C316.72%20106.449%20317.8%20108.186%20318.985%20109.391C320.17%20110.599%20321.482%20111.43%20322.925%20111.882C324.366%20112.334%20326.168%20112.662%20328.332%20112.863V115.046H314.584C309.845%20115.046%20306.371%20114.469%20304.156%20113.307C301.943%20112.15%20300.266%20109.756%20299.135%20106.127L287.659%2070.9094C286.832%2068.1867%20285.488%2066.2251%20283.625%2065.0123C281.765%2063.8044%20279.902%2063.1981%20278.044%2063.1981H277.171V95.3503C277.171%2098.974%20277.248%20101.943%20277.403%20104.257C277.557%20106.574%20277.943%20108.359%20278.561%20109.616C279.178%20110.874%20280.156%20111.73%20281.495%20112.184C282.834%20112.638%20284.738%20112.863%20287.211%20112.863V115.046H251.865V112.863C254.232%20112.863%20256.085%20112.638%20257.424%20112.181C258.764%20111.73%20259.743%20110.872%20260.361%20109.613C260.978%20108.355%20261.365%20106.567%20261.519%20104.25C261.673%20101.933%20261.751%2098.9619%20261.751%2095.3358V19.1914C261.751%2015.9687%20261.673%2013.3523%20261.519%2011.3351C261.365%209.32032%20260.952%207.75969%20260.284%206.65325C259.613%205.54438%20258.609%204.79065%20257.27%204.3872C255.931%203.98376%20254.128%203.78083%20251.865%203.78083V1.59692H281.943C288.004%201.59692%20293.168%202.37965%20297.431%203.94269C301.695%205.50815%20305.215%207.65098%20307.99%2010.376C310.765%2013.1011%20312.794%2016.331%20314.077%2020.0635C315.361%2023.7984%20316.005%2027.8835%20316.005%2032.3238C316.005%2039.5906%20314.309%2045.8452%20310.919%2051.0924C307.529%2056.3395%20301.977%2059.9222%20294.273%2061.8379C296.78%2062.4443%20298.86%2063.6232%20300.515%2065.3844C302.168%2067.1455%20303.664%2069.9889%20305.003%2073.9122L312.417%2095.3503L312.422%2095.3527ZM281.956%2059.4149C285.039%2059.4149%20287.739%2058.9631%20290.053%2058.0548C292.367%2057.1464%20294.268%2055.6341%20295.759%2053.513C297.25%2051.3943%20298.356%2048.5944%20299.075%2045.1132C299.794%2041.632%20300.153%2037.3705%20300.153%2032.3238C300.153%2027.2771%20299.69%2023.0422%20298.763%2019.6093C297.837%2016.1813%20296.63%2013.4055%20295.139%2011.2844C293.648%209.1657%20291.925%207.6534%20289.971%206.74505C288.017%205.8367%20285.961%205.38252%20283.804%205.38252C281.647%205.38252%20279.871%206.16525%20278.79%207.72829C277.711%209.29374%20277.171%2011.4366%20277.171%2014.1616V59.4124H281.953L281.956%2059.4149Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M372.837%2095.3374C372.837%2099.2703%20372.938%20102.394%20373.146%20104.711C373.351%20107.03%20373.79%20108.794%20374.459%20110.001C375.127%20111.212%20376.131%20111.992%20377.47%20112.345C378.809%20112.698%20380.558%20112.874%20382.722%20112.874V115.058H358.437L358.445%20103.058C356.691%20107.392%20354.316%20110.719%20351.324%20113.036C348.333%20115.352%20344.979%20116.512%20341.265%20116.512C338.686%20116.512%20336.208%20116.184%20333.836%20115.531C331.464%20114.877%20329.426%20113.768%20327.722%20112.207C326.019%20110.646%20324.653%20108.608%20323.623%20106.09C322.59%20103.573%20322.076%20100.452%20322.076%2096.7241C322.076%2092.2959%20322.979%2088.5175%20324.783%2085.3963C326.588%2082.275%20328.834%2079.5814%20331.515%2077.3153C334.196%2075.0493%20337.11%2073.1094%20340.259%2071.498C343.406%2069.8867%20346.32%2068.3792%20349.003%2066.9683C351.686%2065.5575%20353.928%2064.1491%20355.733%2062.7382C357.537%2061.3298%20358.442%2059.7185%20358.442%2057.9042V56.3943C358.442%2049.5478%20357.101%2044.3103%20354.42%2040.6866C351.739%2037.0628%20348.231%2035.2486%20343.9%2035.2486C340.703%2035.2486%20337.969%2036.1956%20335.701%2038.0896C333.433%2039.9836%20331.783%2043.0227%20330.75%2047.2069C331.573%2046.9073%20332.451%2046.7551%20333.378%2046.7551C335.646%2046.7551%20337.579%2047.5354%20339.176%2049.0961C340.771%2050.6567%20341.572%2052.5966%20341.572%2054.9134C341.572%2057.2302%20340.768%2059.0179%20339.169%2060.5785C337.567%2062.1391%20335.629%2062.9194%20333.356%2062.9194C331.083%2062.9194%20328.991%2062.1415%20327.389%2060.5833C325.787%2059.0251%20324.986%2057.1384%20324.986%2054.923C324.986%2051.2027%20325.58%2047.7819%20326.767%2044.6654C327.954%2041.549%20329.633%2038.8578%20331.8%2036.5966C333.967%2034.3354%20336.548%2032.5477%20339.543%2031.2407C342.537%2029.9337%20345.84%2029.2791%20349.454%2029.2791C352.76%2029.2791%20355.856%2029.8854%20358.749%2031.0933C361.639%2032.3037%20364.117%2034.1928%20366.183%2036.7609C368.246%2039.3313%20369.874%2042.6072%20371.059%2046.586C372.246%2050.5673%20372.84%2055.3796%20372.84%2061.023V95.3374H372.837ZM358.437%2064.9584C356.787%2066.6712%20354.7%2068.2584%20352.171%2069.72C349.645%2071.1815%20347.22%2072.9161%20344.904%2074.9309C342.583%2076.9481%20340.599%2079.4388%20338.949%2082.4103C337.299%2085.3818%20336.473%2089.235%20336.473%2093.9676C336.473%2099.8115%20337.195%20103.839%20338.64%20106.056C340.083%20108.272%20342.095%20109.378%20344.672%20109.378C347.867%20109.378%20350.757%20107.868%20353.334%20104.846C355.911%20101.824%20357.615%2097.3933%20358.44%2091.5494V64.9608L358.437%2064.9584Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M421.892%2029.2791C424.978%2029.2791%20427.965%2030.2623%20430.848%2032.2288C433.729%2034.1953%20436.28%2037.0677%20438.495%2040.846C440.707%2044.6268%20442.507%2049.1855%20443.899%2054.5293C445.289%2059.8731%20445.986%2065.9682%20445.986%2072.8219C445.986%2079.6756%20445.291%2085.6717%20443.902%2091.1145C442.512%2096.5574%20440.712%20101.145%20438.502%20104.873C436.289%20108.603%20433.744%20111.475%20430.863%20113.49C427.982%20115.507%20425%20116.515%20421.914%20116.515C417.901%20116.515%20414.248%20115.464%20410.957%20113.364C407.663%20111.267%20404.988%20108.25%20402.932%20104.315V115.058H378.801V112.874C380.963%20112.874%20382.688%20112.698%20383.974%20112.345C385.26%20111.992%20386.24%20111.212%20386.911%20110.001C387.579%20108.794%20388.018%20107.03%20388.223%20104.713C388.428%20102.396%20388.532%2099.2752%20388.532%2095.3446V27.4986C388.532%2024.4764%20388.351%2021.9833%20387.992%2020.0192C387.63%2018.0551%20387.065%2016.4945%20386.291%2015.3349C385.519%2014.1777%20384.515%2013.395%20383.279%2012.994C382.044%2012.5905%20380.551%2012.3876%20378.799%2012.3876V10.2037C383.74%2010.1047%20388.122%209.37508%20391.939%208.01981C395.756%206.66453%20398.697%204.52652%20400.763%201.61304H402.932L402.896%2041.5273C404.954%2037.4977%20407.63%2034.4489%20410.926%2032.381C414.222%2030.313%20417.875%2029.2815%20421.894%2029.2815L421.892%2029.2791ZM431.147%2072.8219C431.147%2065.572%20430.708%2059.6073%20429.837%2054.9255C428.964%2050.2436%20427.832%2046.5184%20426.447%2043.7474C425.057%2040.9789%20423.465%2039.039%20421.665%2037.9301C419.865%2036.8237%20418.043%2036.268%20416.193%2036.268C412.491%2036.268%20409.355%2038.3843%20406.785%2042.612C404.215%2046.8421%20402.929%2053.0339%20402.929%2061.1897V84.6015C402.929%2092.6558%20404.213%2098.8258%20406.785%20103.104C409.352%20107.385%20412.489%20109.523%20416.193%20109.523C418.043%20109.523%20419.865%20108.97%20421.665%20107.861C423.465%20106.755%20425.057%20104.791%20426.447%20101.971C427.835%2099.152%20428.966%2095.4026%20429.837%2090.7183C430.711%2086.0365%20431.147%2080.0694%20431.147%2072.8195V72.8219Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M486.017%2029.2791C489.103%2029.2791%20492.09%2030.2623%20494.973%2032.2288C497.854%2034.1953%20500.405%2037.0677%20502.62%2040.846C504.832%2044.6268%20506.632%2049.1855%20508.024%2054.5293C509.414%2059.8731%20510.111%2065.9682%20510.111%2072.8219C510.111%2079.6756%20509.416%2085.6717%20508.027%2091.1145C506.637%2096.5574%20504.837%20101.145%20502.627%20104.873C500.414%20108.603%20497.869%20111.475%20494.988%20113.49C492.107%20115.507%20489.125%20116.515%20486.039%20116.515C482.026%20116.515%20478.373%20115.464%20475.082%20113.364C471.788%20111.267%20469.113%20108.25%20467.057%20104.315V115.058H442.926V112.874C445.088%20112.874%20446.813%20112.698%20448.099%20112.345C449.385%20111.992%20450.365%20111.212%20451.036%20110.001C451.704%20108.794%20452.143%20107.03%20452.348%20104.713C452.553%20102.396%20452.657%2099.2752%20452.657%2095.3446V27.4986C452.657%2024.4764%20452.476%2021.9833%20452.117%2020.0192C451.755%2018.0551%20451.19%2016.4945%20450.416%2015.3349C449.644%2014.1777%20448.64%2013.395%20447.404%2012.994C446.169%2012.5905%20444.676%2012.3876%20442.924%2012.3876V10.2037C447.865%2010.1047%20452.247%209.37508%20456.064%208.01981C459.881%206.66453%20462.822%204.52652%20464.888%201.61304H467.057L467.021%2041.5273C469.079%2037.4977%20471.755%2034.4489%20475.051%2032.381C478.347%2030.313%20482%2029.2815%20486.019%2029.2815L486.017%2029.2791ZM495.272%2072.8219C495.272%2065.572%20494.833%2059.6073%20493.962%2054.9255C493.089%2050.2436%20491.957%2046.5184%20490.572%2043.7474C489.182%2040.9789%20487.59%2039.039%20485.79%2037.9301C483.99%2036.8237%20482.168%2036.268%20480.318%2036.268C476.616%2036.268%20473.48%2038.3843%20470.91%2042.612C468.341%2046.8421%20467.054%2053.0339%20467.054%2061.1897V84.6015C467.054%2092.6558%20468.338%2098.8258%20470.91%20103.104C473.477%20107.385%20476.614%20109.523%20480.318%20109.523C482.168%20109.523%20483.99%20108.97%20485.79%20107.861C487.59%20106.755%20489.182%20104.791%20490.572%20101.971C491.96%2099.152%20493.091%2095.4026%20493.962%2090.7183C494.836%2086.0365%20495.272%2080.0694%20495.272%2072.8195V72.8219Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M531.337%2095.3164C531.337%2099.2518%20531.438%20102.378%20531.645%20104.699C531.851%20107.021%20532.29%20108.785%20532.956%20109.995C533.624%20111.205%20534.628%20111.988%20535.967%20112.341C537.306%20112.696%20539.058%20112.87%20541.222%20112.87V115.054H507.204V112.87C509.365%20112.87%20511.091%20112.693%20512.377%20112.341C513.663%20111.988%20514.642%20111.208%20515.313%20109.997C515.981%20108.787%20516.421%20107.023%20516.626%20104.704C516.831%20102.388%20516.934%2099.2639%20516.934%2095.3309V56.4748C516.934%2053.4501%20516.754%2050.957%20516.394%2048.9905C516.032%2047.024%20515.468%2045.4876%20514.693%2044.3811C513.921%2043.2723%20512.917%2042.5185%20511.682%2042.1127C510.446%2041.7092%20508.953%2041.5063%20507.201%2041.5063V39.3224C512.143%2039.1219%20516.548%2038.3392%20520.419%2036.979C524.286%2035.6189%20527.254%2033.5244%20529.319%2030.6979H531.334V95.314L531.337%2095.3164ZM522.904%2021.2665C520.028%2021.2665%20517.562%2020.2857%20515.509%2018.3216C513.453%2016.36%20512.427%2013.9683%20512.427%2011.1466C512.427%208.32494%20513.455%205.78591%20515.509%203.82184C517.564%201.86019%20520.028%200.876953%20522.904%200.876953C525.78%200.876953%20528.217%201.86019%20530.222%203.82184C532.225%205.78591%20533.226%208.22831%20533.226%2011.1466C533.226%2014.0649%20532.225%2016.36%20530.222%2018.3216C528.217%2020.2857%20525.78%2021.2665%20522.904%2021.2665Z'%20fill='%23EBEAE0'/%3e%3cpath%20d='M560.545%2030.7318H577.999V34.5173H560.545V98.6261C560.545%20105.985%20562.603%20109.664%20566.724%20109.664C568.164%20109.664%20569.424%20109.362%20570.505%20108.756C571.586%20108.149%20572.539%20107.444%20573.364%20106.637C574.291%20105.729%20575.113%20104.721%20575.837%20103.61L577.999%20105.274C576.969%20107.396%20575.632%20109.263%20573.984%20110.882C572.643%20112.302%20570.946%20113.597%20568.886%20114.761C566.828%20115.923%20564.355%20116.508%20561.471%20116.508C559.302%20116.508%20557.292%20116.179%20555.432%20115.525C553.572%20114.87%20551.948%20113.737%20550.556%20112.121C549.163%20110.507%20548.078%20108.34%20547.306%20105.617C546.531%20102.895%20546.145%2099.5175%20546.145%2095.4807V34.5173H536.414V30.7318C543.107%2030.1254%20547.822%2028.3111%20550.558%2025.2841C553.294%2022.257%20554.971%2017.9206%20555.591%2012.27H560.545V30.7318Z'%20fill='%23EBEAE0'/%3e%3c/svg%3e", yt = "data:image/svg+xml,%3csvg%20width='586'%20height='175'%20viewBox='0%200%20586%20175'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M712.209%20677.514C701.694%20668.379%20632.305%20621.302%20632.305%20621.302C632.305%20621.302%20611.279%20650.812%20608.474%20648.004C606.37%20645.895%20623.894%20624.817%20628.101%20607.25C629.5%20601.412%20633.707%20586.173%20635.11%20576.335C636.512%20566.497%20632.305%20540.498%20635.811%20540.498C639.318%20540.498%20646.326%20558.768%20646.326%20558.768C646.326%20558.768%20644.924%20535.581%20642.82%20517.311C640.716%20499.041%20632.305%20479.369%20625.296%20472.339C618.288%20465.314%20589.548%20468.868%20589.548%20463.205C589.548%20459.69%20619.686%20460.393%20648.426%20461.096C677.166%20461.799%20693.287%20451.258%20693.988%20449.149C694.69%20447.04%20692.586%20445.634%20693.988%20443.529C695.391%20441.42%20698.192%20440.014%20700.296%20436.503C702.399%20432.988%20704.499%20425.962%20708.707%20427.368C712.914%20428.774%20705.902%20437.909%20710.109%20440.014C714.313%20442.123%20718.521%20434.394%20722.724%20426.665C726.928%20418.936%20724.828%20404.181%20724.828%20404.181C724.828%20404.181%20724.828%20403.478%20724.127%20404.884C723.425%20406.29%20720.62%20407.696%20717.819%20410.504C715.014%20413.316%20713.616%20418.936%20710.109%20418.233C706.603%20417.53%20709.408%20411.91%20706.603%20409.801C703.798%20407.692%20686.278%20399.26%20688.378%20395.749C690.482%20392.234%20705.2%20399.264%20710.807%20400.666C716.413%20402.072%20723.425%20399.963%20723.425%20399.963C723.425%20399.963%20728.33%20387.317%20727.629%20377.479C726.928%20367.641%20712.91%20351.48%20703.798%20338.131C694.686%20324.783%20693.984%20305.107%20669.452%20274.894C644.92%20244.681%20597.959%20241.869%20590.946%20236.249C583.938%20230.629%20578.331%20209.547%20573.423%20180.038C568.518%20150.528%20576.929%20150.528%20566.414%20102.744C555.903%2054.9566%20507.54%20-3.36%20492.12%200.150988C476.7%203.66198%20476.7%2084.4704%20478.102%20109.766C479.505%20135.062%20529.271%20220.787%20534.176%20228.516C539.081%20236.245%20549.596%20239.76%20545.388%20246.083C541.184%20252.406%20508.938%20203.22%20493.518%20173.008C478.098%20142.795%20450.06%20101.338%20427.631%2080.2564C405.203%2059.1746%20317.585%207.8839%20302.866%2020.5298C288.148%2033.1757%20309.174%20106.958%20318.286%20129.442C327.398%20151.926%20344.569%20183.898%20367.002%20205.679C389.43%20227.46%20455.317%20260.485%20462.326%20264.703C469.335%20268.92%20474.945%20275.946%20474.945%20275.946C474.945%20275.946%20472.14%20289.295%20472.14%20297.727C472.14%20306.159%20474.945%20327.237%20475.646%20338.481C476.347%20349.725%20474.945%20355.345%20473.542%20365.183C472.14%20375.021%20466.534%20381.344%20465.832%20387.667C465.131%20393.99%20467.936%20391.881%20467.936%20391.881C467.936%20391.881%20461.629%20406.635%20451.114%20412.255C440.599%20417.875%20418.872%20408.744%20399.244%20403.121C379.617%20397.501%20354.383%20397.501%20354.383%20397.501L369.454%20407.688C369.454%20407.688%20369.454%20410.5%20365.948%20408.391C362.442%20406.282%20283.94%20408.391%20270.624%20409.094C257.308%20409.797%20240.802%20413.332%20240.802%20413.332C240.802%20413.332%20251.698%20416.823%20251.698%20419.631C251.698%20422.439%20197.023%20432.281%20139.547%20489.898C82.0715%20547.516%2073.6603%20640.97%2072.2578%20640.97C70.8553%20640.97%2067.3529%20609.352%2065.9504%20607.243C64.5479%20605.134%2058.9417%20601.623%2042.8206%20602.326C26.6995%20603.029%2020.3921%20610.758%2020.3921%20611.461C20.3921%20612.163%2023.1971%20614.975%2023.1971%20616.377C23.1971%20617.779%209.17982%20624.809%209.17982%20626.215C9.17982%20627.621%2014.786%20630.433%2014.786%20631.835C14.786%20633.237%2012.6822%20634.647%208.47856%20638.158C4.27495%20641.673%20-0.63389%20648.699%200.0673728%20650.105C0.768635%20651.511%204.97225%20652.214%205.67351%20655.022C6.37477%20657.834%203.56972%20664.86%202.86846%20672.589C2.1672%20680.318%207.07207%20685.235%207.77333%20685.235C8.4746%20685.235%2010.5784%20677.506%2011.9769%20677.506C13.3755%20677.506%2014.782%20689.453%2015.4833%20692.261C16.1845%20695.073%2016.1845%20696.475%2016.1845%20702.099C16.1845%20707.723%2019.6908%20711.937%2020.3921%20711.937C21.0934%20711.937%2019.6908%20703.505%2021.7946%20708.422C23.8984%20713.339%2045.6257%20730.203%2057.5432%20730.906C69.4606%20731.609%2073.6643%20725.989%2076.4693%20725.989C79.2744%20725.989%2082.7767%20733.015%2084.1792%20731.609C85.5818%20730.203%2084.1792%20702.099%2086.9843%20702.099C89.7893%20702.099%2089.7893%20707.719%2090.4866%20709.828C91.1879%20711.937%20101.703%20730.203%20108.712%20740.041C115.72%20749.879%20131.841%20763.227%20136.75%20775.877C141.655%20788.523%20109.413%20827.875%20105.91%20838.416C102.408%20848.957%20106.612%20869.332%20150.07%20917.115C193.529%20964.895%20253.809%20959.275%20258.714%20955.76C263.619%20952.245%20258.714%20941.005%20243.294%20917.115C227.875%20893.225%20198.433%20865.118%20198.433%20863.712C198.433%20862.306%20206.143%20860.9%20213.152%20859.498C220.161%20858.092%20262.918%20844.743%20263.619%20846.149C264.32%20847.555%20243.291%20855.987%20237.684%20857.393C232.078%20858.799%20229.273%20870.039%20234.178%20877.772C239.083%20885.5%20265.719%20899.552%20314.082%20910.796C362.446%20922.036%20422.726%20912.905%20424.129%20902.364C425.532%20891.823%20410.112%20881.286%20393.991%20872.152C377.869%20863.017%20322.497%20850.371%20322.497%20846.153C322.497%20841.935%20340.021%20838.424%20367.358%20816.643C394.696%20794.862%20400.302%20771.671%20401.704%20765.348C403.107%20759.025%20402.406%20754.807%20401.704%20754.807C401.003%20754.807%20400.302%20756.916%20398.198%20761.833C396.094%20766.75%20384.181%20784.317%20381.376%20782.208C378.571%20780.099%20383.48%20769.562%20386.281%20764.641C389.086%20759.724%20398.899%20728.102%20399.597%20724.591C400.298%20721.076%20400.999%20711.242%20405.203%20711.242C409.406%20711.242%20407.307%20720.377%20412.212%20722.486C417.12%20724.595%20472.492%20704.919%20472.492%20704.919C472.492%20704.919%20466.886%20683.138%20461.977%20667.676C457.073%20652.218%20456.371%20634.651%20459.172%20633.948C461.324%20633.408%20461.977%20641.677%20467.583%20661.353C473.17%20680.946%20483.003%20701.404%20505.432%20721.08C527.86%20740.756%20569.215%20759.724%20591.647%20794.858C614.076%20829.992%20647.019%20840.533%20655.431%20834.909C663.842%20829.289%20636.505%20775.885%20633.002%20766.047C629.496%20756.209%20601.461%20708.43%20595.855%20695.081C590.249%20681.732%20590.946%20680.326%20586.743%20666.274C582.539%20652.222%20588.846%20638.869%20593.05%20638.869C597.254%20638.869%20596.556%20663.462%20598.656%20676.112C600.76%20688.758%20604.964%20694.382%20611.271%20698.596C617.578%20702.81%20649.821%20703.513%20656.132%20704.919C662.439%20706.325%20705.197%20721.783%20712.205%20723.892C719.214%20726.001%20736.036%20729.512%20741.642%20718.975C747.249%20708.434%20722.716%20686.653%20712.205%20677.518L712.209%20677.514ZM578.922%20362.82C575.007%20358.896%20573.038%20349.502%20570.958%20339.557C569.837%20334.211%20568.221%20326.494%20566.695%20323.651C565.023%20324.572%20563.462%20325.136%20561.925%20325.136C556.153%20325.136%20552.492%20319.818%20551.236%20316.676L557.195%20314.269C557.666%20315.417%20559.548%20318.698%20561.925%20318.698C562.987%20318.67%20566.141%20316.414%20568.442%20314.766C574.005%20310.782%20580.93%20305.822%20588.898%20305.822C602.056%20305.822%20613.157%20317.101%20618.66%20326.76C622.479%20333.461%20631.223%20352.89%20629.195%20358.991C628.561%20360.901%20626.711%20362.51%20619.761%20364.154C615.019%20365.278%20605.023%20366.835%20595.918%20366.835C588.636%20366.835%20581.929%20365.838%20578.918%20362.824L578.922%20362.82Z'%20fill='%23F0C300'/%3e%3c/svg%3e";
|
|
985
|
+
//#endregion
|
|
986
|
+
//#region node_modules/@azure/msal-common/dist-browser/error/AuthError.mjs
|
|
987
|
+
function bt(e) {
|
|
988
|
+
return `See https://aka.ms/msal.js.errors#${e} for details`;
|
|
989
|
+
}
|
|
990
|
+
var xt = class e extends Error {
|
|
991
|
+
constructor(t, n, r) {
|
|
992
|
+
let i = n || (t ? bt(t) : ""), a = i ? `${t}: ${i}` : t;
|
|
993
|
+
super(a), Object.setPrototypeOf(this, e.prototype), this.errorCode = t || "", this.errorMessage = i || "", this.subError = r || "", this.name = "AuthError";
|
|
994
|
+
}
|
|
995
|
+
setCorrelationId(e) {
|
|
996
|
+
this.correlationId = e;
|
|
997
|
+
}
|
|
998
|
+
}, X;
|
|
999
|
+
(function(e) {
|
|
1000
|
+
e[e.Error = 0] = "Error", e[e.Warning = 1] = "Warning", e[e.Info = 2] = "Info", e[e.Verbose = 3] = "Verbose", e[e.Trace = 4] = "Trace";
|
|
1001
|
+
})(X ||= {});
|
|
1002
|
+
var St = 50, Ct = 500, Z = /* @__PURE__ */ new Map();
|
|
1003
|
+
function wt(e, t) {
|
|
1004
|
+
Z.delete(e), Z.set(e, t);
|
|
1005
|
+
}
|
|
1006
|
+
function Tt(e, t) {
|
|
1007
|
+
let n = Date.now(), r = Z.get(e);
|
|
1008
|
+
if (r) wt(e, r);
|
|
1009
|
+
else if (r = {
|
|
1010
|
+
logs: [],
|
|
1011
|
+
firstEventTime: n
|
|
1012
|
+
}, Z.set(e, r), Z.size > St) {
|
|
1013
|
+
let e = Z.keys().next().value;
|
|
1014
|
+
e && Z.delete(e);
|
|
1015
|
+
}
|
|
1016
|
+
r.logs.push({
|
|
1017
|
+
...t,
|
|
1018
|
+
milliseconds: n - r.firstEventTime
|
|
1019
|
+
}), r.logs.length > Ct && r.logs.shift();
|
|
1020
|
+
}
|
|
1021
|
+
function Et(e) {
|
|
1022
|
+
if (e.length !== 6) return !1;
|
|
1023
|
+
for (let t = 0; t < e.length; t++) {
|
|
1024
|
+
let n = e[t];
|
|
1025
|
+
if (!(n >= "a" && n <= "z" || n >= "A" && n <= "Z" || n >= "0" && n <= "9")) return !1;
|
|
1026
|
+
}
|
|
1027
|
+
return !0;
|
|
1028
|
+
}
|
|
1029
|
+
var Dt = class e {
|
|
1030
|
+
constructor(t, n, r) {
|
|
1031
|
+
this.level = X.Info;
|
|
1032
|
+
let i = () => {}, a = t || e.createDefaultLoggerOptions();
|
|
1033
|
+
this.localCallback = a.loggerCallback || i, this.piiLoggingEnabled = a.piiLoggingEnabled || !1, this.level = typeof a.logLevel == "number" ? a.logLevel : X.Info, this.packageName = n || "", this.packageVersion = r || "";
|
|
1034
|
+
}
|
|
1035
|
+
static createDefaultLoggerOptions() {
|
|
1036
|
+
return {
|
|
1037
|
+
loggerCallback: () => {},
|
|
1038
|
+
piiLoggingEnabled: !1,
|
|
1039
|
+
logLevel: X.Info
|
|
1040
|
+
};
|
|
1041
|
+
}
|
|
1042
|
+
clone(t, n) {
|
|
1043
|
+
return new e({
|
|
1044
|
+
loggerCallback: this.localCallback,
|
|
1045
|
+
piiLoggingEnabled: this.piiLoggingEnabled,
|
|
1046
|
+
logLevel: this.level
|
|
1047
|
+
}, t, n);
|
|
1048
|
+
}
|
|
1049
|
+
logMessage(e, t) {
|
|
1050
|
+
let n = t.correlationId;
|
|
1051
|
+
if (Et(e) && Tt(n, {
|
|
1052
|
+
hash: e,
|
|
1053
|
+
level: t.logLevel,
|
|
1054
|
+
containsPii: t.containsPii || !1,
|
|
1055
|
+
milliseconds: 0
|
|
1056
|
+
}), t.logLevel > this.level || !this.piiLoggingEnabled && t.containsPii) return;
|
|
1057
|
+
let r = `${`[${(/* @__PURE__ */ new Date()).toUTCString()}] : [${n}]`} : ${this.packageName}@${this.packageVersion} : ${X[t.logLevel]} - ${e}`;
|
|
1058
|
+
this.executeCallback(t.logLevel, r, t.containsPii || !1);
|
|
1059
|
+
}
|
|
1060
|
+
executeCallback(e, t, n) {
|
|
1061
|
+
this.localCallback && this.localCallback(e, t, n);
|
|
1062
|
+
}
|
|
1063
|
+
error(e, t) {
|
|
1064
|
+
this.logMessage(e, {
|
|
1065
|
+
logLevel: X.Error,
|
|
1066
|
+
containsPii: !1,
|
|
1067
|
+
correlationId: t
|
|
1068
|
+
});
|
|
1069
|
+
}
|
|
1070
|
+
errorPii(e, t) {
|
|
1071
|
+
this.logMessage(e, {
|
|
1072
|
+
logLevel: X.Error,
|
|
1073
|
+
containsPii: !0,
|
|
1074
|
+
correlationId: t
|
|
1075
|
+
});
|
|
1076
|
+
}
|
|
1077
|
+
warning(e, t) {
|
|
1078
|
+
this.logMessage(e, {
|
|
1079
|
+
logLevel: X.Warning,
|
|
1080
|
+
containsPii: !1,
|
|
1081
|
+
correlationId: t
|
|
1082
|
+
});
|
|
1083
|
+
}
|
|
1084
|
+
warningPii(e, t) {
|
|
1085
|
+
this.logMessage(e, {
|
|
1086
|
+
logLevel: X.Warning,
|
|
1087
|
+
containsPii: !0,
|
|
1088
|
+
correlationId: t
|
|
1089
|
+
});
|
|
1090
|
+
}
|
|
1091
|
+
info(e, t) {
|
|
1092
|
+
this.logMessage(e, {
|
|
1093
|
+
logLevel: X.Info,
|
|
1094
|
+
containsPii: !1,
|
|
1095
|
+
correlationId: t
|
|
1096
|
+
});
|
|
1097
|
+
}
|
|
1098
|
+
infoPii(e, t) {
|
|
1099
|
+
this.logMessage(e, {
|
|
1100
|
+
logLevel: X.Info,
|
|
1101
|
+
containsPii: !0,
|
|
1102
|
+
correlationId: t
|
|
1103
|
+
});
|
|
1104
|
+
}
|
|
1105
|
+
verbose(e, t) {
|
|
1106
|
+
this.logMessage(e, {
|
|
1107
|
+
logLevel: X.Verbose,
|
|
1108
|
+
containsPii: !1,
|
|
1109
|
+
correlationId: t
|
|
1110
|
+
});
|
|
1111
|
+
}
|
|
1112
|
+
verbosePii(e, t) {
|
|
1113
|
+
this.logMessage(e, {
|
|
1114
|
+
logLevel: X.Verbose,
|
|
1115
|
+
containsPii: !0,
|
|
1116
|
+
correlationId: t
|
|
1117
|
+
});
|
|
1118
|
+
}
|
|
1119
|
+
trace(e, t) {
|
|
1120
|
+
this.logMessage(e, {
|
|
1121
|
+
logLevel: X.Trace,
|
|
1122
|
+
containsPii: !1,
|
|
1123
|
+
correlationId: t
|
|
1124
|
+
});
|
|
1125
|
+
}
|
|
1126
|
+
tracePii(e, t) {
|
|
1127
|
+
this.logMessage(e, {
|
|
1128
|
+
logLevel: X.Trace,
|
|
1129
|
+
containsPii: !0,
|
|
1130
|
+
correlationId: t
|
|
1131
|
+
});
|
|
1132
|
+
}
|
|
1133
|
+
isPiiLoggingEnabled() {
|
|
1134
|
+
return this.piiLoggingEnabled || !1;
|
|
1135
|
+
}
|
|
1136
|
+
};
|
|
1137
|
+
//#endregion
|
|
1138
|
+
//#region node_modules/@azure/msal-browser/dist/error/BrowserAuthError.mjs
|
|
1139
|
+
function Ot(e) {
|
|
1140
|
+
return `See https://aka.ms/msal.js.errors#${e} for details`;
|
|
1141
|
+
}
|
|
1142
|
+
//#endregion
|
|
1143
|
+
//#region node_modules/@azure/msal-browser/dist/utils/BrowserConstants.mjs
|
|
1144
|
+
var kt = {
|
|
1145
|
+
LocalStorage: "localStorage",
|
|
1146
|
+
SessionStorage: "sessionStorage",
|
|
1147
|
+
MemoryStorage: "memoryStorage"
|
|
1148
|
+
}, At;
|
|
1149
|
+
(function(e) {
|
|
1150
|
+
e.Redirect = "redirect", e.Popup = "popup", e.Silent = "silent", e.None = "none";
|
|
1151
|
+
})(At ||= {});
|
|
1152
|
+
var jt = {
|
|
1153
|
+
Startup: "startup",
|
|
1154
|
+
Logout: "logout",
|
|
1155
|
+
AcquireToken: "acquireToken",
|
|
1156
|
+
HandleRedirect: "handleRedirect",
|
|
1157
|
+
None: "none"
|
|
1158
|
+
}, Mt = {
|
|
1159
|
+
Default: 0,
|
|
1160
|
+
AccessToken: 1,
|
|
1161
|
+
AccessTokenAndRefreshToken: 2,
|
|
1162
|
+
RefreshToken: 3,
|
|
1163
|
+
RefreshTokenAndNetwork: 4,
|
|
1164
|
+
Skip: 5
|
|
1165
|
+
};
|
|
1166
|
+
Mt.Default, Mt.Skip, Mt.RefreshTokenAndNetwork;
|
|
1167
|
+
//#endregion
|
|
1168
|
+
//#region node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthError.mjs
|
|
1169
|
+
var Nt = class e extends xt {
|
|
1170
|
+
constructor(t, n) {
|
|
1171
|
+
super(t, n), this.name = "BrowserConfigurationAuthError", Object.setPrototypeOf(this, e.prototype);
|
|
1172
|
+
}
|
|
1173
|
+
};
|
|
1174
|
+
function Q(e) {
|
|
1175
|
+
return new Nt(e, Ot(e));
|
|
1176
|
+
}
|
|
1177
|
+
//#endregion
|
|
1178
|
+
//#region node_modules/@azure/msal-browser/dist/error/BrowserConfigurationAuthErrorCodes.mjs
|
|
1179
|
+
var $ = "stubbed_public_client_application_called", Pt = {
|
|
1180
|
+
instance: {
|
|
1181
|
+
initialize: () => Promise.reject(Q($)),
|
|
1182
|
+
acquireTokenPopup: () => Promise.reject(Q($)),
|
|
1183
|
+
acquireTokenRedirect: () => Promise.reject(Q($)),
|
|
1184
|
+
acquireTokenSilent: () => Promise.reject(Q($)),
|
|
1185
|
+
acquireTokenByCode: () => Promise.reject(Q($)),
|
|
1186
|
+
getAllAccounts: () => [],
|
|
1187
|
+
getAccount: () => null,
|
|
1188
|
+
handleRedirectPromise: () => Promise.reject(Q($)),
|
|
1189
|
+
loginPopup: () => Promise.reject(Q($)),
|
|
1190
|
+
loginRedirect: () => Promise.reject(Q($)),
|
|
1191
|
+
logoutRedirect: () => Promise.reject(Q($)),
|
|
1192
|
+
logoutPopup: () => Promise.reject(Q($)),
|
|
1193
|
+
ssoSilent: () => Promise.reject(Q($)),
|
|
1194
|
+
addEventCallback: () => null,
|
|
1195
|
+
removeEventCallback: () => {},
|
|
1196
|
+
addPerformanceCallback: () => "",
|
|
1197
|
+
removePerformanceCallback: () => !1,
|
|
1198
|
+
getLogger: () => {
|
|
1199
|
+
throw Q($);
|
|
1200
|
+
},
|
|
1201
|
+
setLogger: () => {},
|
|
1202
|
+
setActiveAccount: () => {},
|
|
1203
|
+
getActiveAccount: () => null,
|
|
1204
|
+
initializeWrapperLibrary: () => {},
|
|
1205
|
+
setNavigationClient: () => {},
|
|
1206
|
+
getConfiguration: () => {
|
|
1207
|
+
throw Q($);
|
|
1208
|
+
},
|
|
1209
|
+
hydrateCache: () => Promise.reject(Q($)),
|
|
1210
|
+
clearCache: () => Promise.reject(Q($))
|
|
1211
|
+
},
|
|
1212
|
+
inProgress: jt.None,
|
|
1213
|
+
accounts: [],
|
|
1214
|
+
logger: new Dt({})
|
|
1215
|
+
}, Ft = ue.createContext(Pt);
|
|
1216
|
+
Ft.Consumer;
|
|
1217
|
+
//#endregion
|
|
1218
|
+
//#region node_modules/@azure/msal-react/dist/utils/utilities.js
|
|
1219
|
+
function It(e, t) {
|
|
1220
|
+
return typeof e == "function" ? e(t) : e;
|
|
1221
|
+
}
|
|
1222
|
+
function Lt(e, t) {
|
|
1223
|
+
return e.length > 0 && (t.homeAccountId || t.localAccountId || t.username) && e.filter((e) => !(t.username && t.username.toLowerCase() !== e.username.toLowerCase() || t.homeAccountId && t.homeAccountId.toLowerCase() !== e.homeAccountId.toLowerCase() || t.localAccountId && t.localAccountId.toLowerCase() !== e.localAccountId.toLowerCase()))[0] || null;
|
|
1224
|
+
}
|
|
1225
|
+
//#endregion
|
|
1226
|
+
//#region node_modules/@azure/msal-react/dist/hooks/useMsal.js
|
|
1227
|
+
var Rt = () => L(Ft);
|
|
1228
|
+
//#endregion
|
|
1229
|
+
//#region node_modules/@azure/msal-react/dist/hooks/useIsAuthenticated.js
|
|
1230
|
+
function zt(e, t) {
|
|
1231
|
+
return t && (t.username || t.homeAccountId || t.localAccountId) ? !!Lt(e, t) : e.length > 0;
|
|
1232
|
+
}
|
|
1233
|
+
function Bt(e) {
|
|
1234
|
+
let { accounts: t, inProgress: n } = Rt();
|
|
1235
|
+
return me(() => n === jt.Startup ? !1 : zt(t, e), [
|
|
1236
|
+
t,
|
|
1237
|
+
n,
|
|
1238
|
+
e
|
|
1239
|
+
]);
|
|
1240
|
+
}
|
|
1241
|
+
//#endregion
|
|
1242
|
+
//#region node_modules/@azure/msal-react/dist/components/AuthenticatedTemplate.js
|
|
1243
|
+
function Vt({ username: e, homeAccountId: t, localAccountId: n, children: r }) {
|
|
1244
|
+
let i = Rt();
|
|
1245
|
+
return Bt(me(() => ({
|
|
1246
|
+
username: e,
|
|
1247
|
+
homeAccountId: t,
|
|
1248
|
+
localAccountId: n
|
|
1249
|
+
}), [
|
|
1250
|
+
e,
|
|
1251
|
+
t,
|
|
1252
|
+
n
|
|
1253
|
+
])) && i.inProgress !== jt.Startup ? de.createElement(de.Fragment, null, It(r, i)) : null;
|
|
1254
|
+
}
|
|
1255
|
+
//#endregion
|
|
1256
|
+
//#region src/auth.ts
|
|
1257
|
+
var Ht = { scopes: ["User.Read"] };
|
|
1258
|
+
window.location.origin, `${window.location.origin}`, kt.SessionStorage;
|
|
1259
|
+
//#endregion
|
|
1260
|
+
//#region src/components/core/signin/SignIn.tsx
|
|
1261
|
+
var Ut = ({ product: e, languages: t, form: n }) => {
|
|
1262
|
+
let o = q(), { instance: s } = Rt(), { user: c, setUser: l, pass: u, setPass: d, loadingAuth: f, isAuthenticated: p } = L(Y), [m, h] = B(!1), [g, _] = B(null), [v, y] = B(t.find((e) => e.active)?.code || "en"), [b, x] = B(!1), S = () => x((e) => !e), w = () => {
|
|
1263
|
+
console.log("Iniciando autenticación con Microsoft..."), console.log("Configuración MSAL:", s.getAllAccounts(), Ht, s), s.loginRedirect({
|
|
1264
|
+
...Ht,
|
|
1265
|
+
prompt: "create",
|
|
1266
|
+
redirectStartPage: "http://localhost:5173/home?module=home&view=resume"
|
|
1267
|
+
}).then((e) => {
|
|
1268
|
+
console.log("Login successful:", e), localStorage.setItem("type-signin", "ms");
|
|
1269
|
+
}).catch((e) => console.error(e));
|
|
1270
|
+
};
|
|
1271
|
+
return p ? (console.log("Usuario ya autenticado"), null) : /* @__PURE__ */ U(H, { children: /* @__PURE__ */ W(C, {
|
|
986
1272
|
container: !0,
|
|
987
|
-
children: [/* @__PURE__ */
|
|
1273
|
+
children: [/* @__PURE__ */ U(C, {
|
|
988
1274
|
size: {
|
|
989
1275
|
xs: 0,
|
|
990
1276
|
sm: 5.5,
|
|
@@ -992,7 +1278,7 @@ var Q = {
|
|
|
992
1278
|
xl: 6
|
|
993
1279
|
},
|
|
994
1280
|
sx: { bgcolor: (e) => e.palette.background.paper },
|
|
995
|
-
children: /* @__PURE__ */
|
|
1281
|
+
children: /* @__PURE__ */ W(i, {
|
|
996
1282
|
sx: {
|
|
997
1283
|
height: "100vh",
|
|
998
1284
|
width: "50vw",
|
|
@@ -1004,8 +1290,8 @@ var Q = {
|
|
|
1004
1290
|
flexDirection: "column"
|
|
1005
1291
|
},
|
|
1006
1292
|
children: [
|
|
1007
|
-
/* @__PURE__ */
|
|
1008
|
-
src:
|
|
1293
|
+
/* @__PURE__ */ U("img", {
|
|
1294
|
+
src: vt,
|
|
1009
1295
|
alt: "Good Rabbit Logo",
|
|
1010
1296
|
style: {
|
|
1011
1297
|
height: "auto",
|
|
@@ -1013,7 +1299,7 @@ var Q = {
|
|
|
1013
1299
|
objectFit: "contain"
|
|
1014
1300
|
}
|
|
1015
1301
|
}),
|
|
1016
|
-
/* @__PURE__ */
|
|
1302
|
+
/* @__PURE__ */ U(I, {
|
|
1017
1303
|
variant: "h4",
|
|
1018
1304
|
sx: {
|
|
1019
1305
|
color: (e) => e.palette["gr-base-light"].main,
|
|
@@ -1025,8 +1311,8 @@ var Q = {
|
|
|
1025
1311
|
},
|
|
1026
1312
|
children: e.name
|
|
1027
1313
|
}),
|
|
1028
|
-
/* @__PURE__ */
|
|
1029
|
-
src:
|
|
1314
|
+
/* @__PURE__ */ U("img", {
|
|
1315
|
+
src: yt,
|
|
1030
1316
|
alt: "Good Rabbit Logo",
|
|
1031
1317
|
style: {
|
|
1032
1318
|
position: "absolute",
|
|
@@ -1038,7 +1324,7 @@ var Q = {
|
|
|
1038
1324
|
})
|
|
1039
1325
|
]
|
|
1040
1326
|
})
|
|
1041
|
-
}), /* @__PURE__ */
|
|
1327
|
+
}), /* @__PURE__ */ U(C, {
|
|
1042
1328
|
size: {
|
|
1043
1329
|
xs: 12,
|
|
1044
1330
|
sm: 6.5,
|
|
@@ -1057,7 +1343,7 @@ var Q = {
|
|
|
1057
1343
|
justifyContent: "center",
|
|
1058
1344
|
alignContent: "center"
|
|
1059
1345
|
},
|
|
1060
|
-
children: /* @__PURE__ */
|
|
1346
|
+
children: /* @__PURE__ */ W(i, {
|
|
1061
1347
|
sx: {
|
|
1062
1348
|
bgcolor: (e) => `${e.palette["gr-base-light"].main}BF`,
|
|
1063
1349
|
height: "auto",
|
|
@@ -1074,7 +1360,7 @@ var Q = {
|
|
|
1074
1360
|
py: "40px"
|
|
1075
1361
|
},
|
|
1076
1362
|
children: [
|
|
1077
|
-
/* @__PURE__ */
|
|
1363
|
+
/* @__PURE__ */ U(i, { children: /* @__PURE__ */ U(I, {
|
|
1078
1364
|
variant: "h4",
|
|
1079
1365
|
sx: {
|
|
1080
1366
|
color: (e) => e.palette["gr-grey"].main,
|
|
@@ -1087,9 +1373,9 @@ var Q = {
|
|
|
1087
1373
|
},
|
|
1088
1374
|
children: n.title
|
|
1089
1375
|
}) }),
|
|
1090
|
-
/* @__PURE__ */
|
|
1376
|
+
/* @__PURE__ */ W(i, {
|
|
1091
1377
|
sx: { width: "100%" },
|
|
1092
|
-
children: [/* @__PURE__ */
|
|
1378
|
+
children: [/* @__PURE__ */ U(P, {
|
|
1093
1379
|
fullWidth: !0,
|
|
1094
1380
|
variant: "outlined",
|
|
1095
1381
|
autoComplete: "off",
|
|
@@ -1098,32 +1384,33 @@ var Q = {
|
|
|
1098
1384
|
placeholder: n.placeholder.username,
|
|
1099
1385
|
focused: !0,
|
|
1100
1386
|
sx: { marginBottom: "44px" },
|
|
1101
|
-
value:
|
|
1102
|
-
onChange: (e) =>
|
|
1103
|
-
}), /* @__PURE__ */
|
|
1387
|
+
value: c,
|
|
1388
|
+
onChange: (e) => l(e.target.value)
|
|
1389
|
+
}), /* @__PURE__ */ U(P, {
|
|
1104
1390
|
fullWidth: !0,
|
|
1105
1391
|
variant: "outlined",
|
|
1106
1392
|
autoComplete: "off",
|
|
1107
1393
|
label: n.labels.password,
|
|
1108
|
-
type:
|
|
1394
|
+
type: b ? "text" : "password",
|
|
1109
1395
|
placeholder: n.placeholder.password,
|
|
1110
1396
|
focused: !0,
|
|
1111
1397
|
size: "medium",
|
|
1112
|
-
value:
|
|
1113
|
-
onChange: (e) =>
|
|
1114
|
-
slotProps: { input: { endAdornment: /* @__PURE__ */
|
|
1398
|
+
value: u,
|
|
1399
|
+
onChange: (e) => d(e.target.value),
|
|
1400
|
+
slotProps: { input: { endAdornment: /* @__PURE__ */ U(E, {
|
|
1115
1401
|
position: "end",
|
|
1116
|
-
children: /* @__PURE__ */
|
|
1117
|
-
"aria-label":
|
|
1118
|
-
onClick:
|
|
1402
|
+
children: /* @__PURE__ */ U(T, {
|
|
1403
|
+
"aria-label": b ? "Ocultar contraseña" : "Mostrar contraseña",
|
|
1404
|
+
onClick: S,
|
|
1119
1405
|
edge: "end",
|
|
1120
1406
|
sx: { color: (e) => e.palette["gr-grey"].main },
|
|
1121
|
-
children:
|
|
1407
|
+
children: U(b ? Se : xe, {})
|
|
1122
1408
|
})
|
|
1123
|
-
}) } }
|
|
1409
|
+
}) } },
|
|
1410
|
+
sx: { marginBottom: "0px" }
|
|
1124
1411
|
})]
|
|
1125
1412
|
}),
|
|
1126
|
-
/* @__PURE__ */
|
|
1413
|
+
/* @__PURE__ */ W(i, {
|
|
1127
1414
|
sx: {
|
|
1128
1415
|
width: "100%",
|
|
1129
1416
|
display: "flex",
|
|
@@ -1133,7 +1420,7 @@ var Q = {
|
|
|
1133
1420
|
pt: "44px"
|
|
1134
1421
|
},
|
|
1135
1422
|
children: [
|
|
1136
|
-
/* @__PURE__ */
|
|
1423
|
+
/* @__PURE__ */ U(a, {
|
|
1137
1424
|
variant: "contained",
|
|
1138
1425
|
disableElevation: !0,
|
|
1139
1426
|
sx: {
|
|
@@ -1155,14 +1442,16 @@ var Q = {
|
|
|
1155
1442
|
"& .MuiCircularProgress-root": { color: (e) => e.palette["gr-grey"].main }
|
|
1156
1443
|
},
|
|
1157
1444
|
color: "gr-base-dark",
|
|
1158
|
-
loading:
|
|
1159
|
-
onClick: () =>
|
|
1160
|
-
|
|
1445
|
+
loading: f,
|
|
1446
|
+
onClick: () => {
|
|
1447
|
+
n.buttons.signIn.onClick(o), localStorage.setItem("type-signin", "gr");
|
|
1448
|
+
},
|
|
1449
|
+
children: /* @__PURE__ */ U("span", {
|
|
1161
1450
|
style: { textTransform: "none" },
|
|
1162
|
-
children:
|
|
1451
|
+
children: f ? "" : n.buttons.signIn.text
|
|
1163
1452
|
})
|
|
1164
1453
|
}),
|
|
1165
|
-
/* @__PURE__ */
|
|
1454
|
+
/* @__PURE__ */ U(I, {
|
|
1166
1455
|
variant: "body2",
|
|
1167
1456
|
sx: {
|
|
1168
1457
|
color: (e) => e.palette["gr-grey"].main,
|
|
@@ -1173,13 +1462,13 @@ var Q = {
|
|
|
1173
1462
|
},
|
|
1174
1463
|
children: n.divider
|
|
1175
1464
|
}),
|
|
1176
|
-
/* @__PURE__ */
|
|
1465
|
+
/* @__PURE__ */ W(i, {
|
|
1177
1466
|
sx: {
|
|
1178
1467
|
display: "flex",
|
|
1179
1468
|
flexDirection: "row",
|
|
1180
1469
|
gap: 3.5
|
|
1181
1470
|
},
|
|
1182
|
-
children: [/* @__PURE__ */
|
|
1471
|
+
children: [/* @__PURE__ */ U(a, {
|
|
1183
1472
|
variant: "outlined",
|
|
1184
1473
|
disableElevation: !0,
|
|
1185
1474
|
sx: {
|
|
@@ -1197,9 +1486,11 @@ var Q = {
|
|
|
1197
1486
|
},
|
|
1198
1487
|
color: "gr-base-dark",
|
|
1199
1488
|
disabled: n.buttons.google.disabled,
|
|
1200
|
-
onClick: () =>
|
|
1489
|
+
onClick: () => {
|
|
1490
|
+
n.buttons.google.onClick(o), localStorage.setItem("type-signin", "gc");
|
|
1491
|
+
},
|
|
1201
1492
|
children: n.buttons.google.icon
|
|
1202
|
-
}), /* @__PURE__ */
|
|
1493
|
+
}), /* @__PURE__ */ U(a, {
|
|
1203
1494
|
variant: "outlined",
|
|
1204
1495
|
disableElevation: !0,
|
|
1205
1496
|
sx: {
|
|
@@ -1217,11 +1508,15 @@ var Q = {
|
|
|
1217
1508
|
},
|
|
1218
1509
|
color: "gr-base-dark",
|
|
1219
1510
|
disabled: n.buttons.microsoft.disabled,
|
|
1220
|
-
onClick: () =>
|
|
1511
|
+
onClick: () => {
|
|
1512
|
+
n.buttons.microsoft.onClick(o).then(() => {
|
|
1513
|
+
w();
|
|
1514
|
+
}).catch(() => o("/signup"));
|
|
1515
|
+
},
|
|
1221
1516
|
children: n.buttons.microsoft.icon
|
|
1222
1517
|
})]
|
|
1223
1518
|
}),
|
|
1224
|
-
/* @__PURE__ */
|
|
1519
|
+
/* @__PURE__ */ W(i, {
|
|
1225
1520
|
sx: {
|
|
1226
1521
|
display: "flex",
|
|
1227
1522
|
flexDirection: "row",
|
|
@@ -1229,7 +1524,7 @@ var Q = {
|
|
|
1229
1524
|
mt: "50px"
|
|
1230
1525
|
},
|
|
1231
1526
|
children: [
|
|
1232
|
-
/* @__PURE__ */
|
|
1527
|
+
/* @__PURE__ */ W(I, {
|
|
1233
1528
|
variant: "body1",
|
|
1234
1529
|
sx: {
|
|
1235
1530
|
paddingTop: "17px",
|
|
@@ -1244,47 +1539,47 @@ var Q = {
|
|
|
1244
1539
|
e.version
|
|
1245
1540
|
]
|
|
1246
1541
|
}),
|
|
1247
|
-
/* @__PURE__ */
|
|
1542
|
+
/* @__PURE__ */ W(A, {
|
|
1248
1543
|
sx: {
|
|
1249
1544
|
borderRadius: "20px",
|
|
1250
1545
|
cursor: "default",
|
|
1251
1546
|
width: "200px"
|
|
1252
1547
|
},
|
|
1253
1548
|
onClick: (e) => {
|
|
1254
|
-
|
|
1549
|
+
_(e.currentTarget);
|
|
1255
1550
|
},
|
|
1256
1551
|
disableRipple: !0,
|
|
1257
1552
|
children: [
|
|
1258
|
-
/* @__PURE__ */
|
|
1553
|
+
/* @__PURE__ */ U(k, { children: /* @__PURE__ */ U(r, {
|
|
1259
1554
|
sx: {
|
|
1260
1555
|
width: 30,
|
|
1261
1556
|
height: 20
|
|
1262
1557
|
},
|
|
1263
1558
|
variant: "rounded",
|
|
1264
|
-
src: t.find((e) => e.code ===
|
|
1559
|
+
src: t.find((e) => e.code === v)?.flagUrl,
|
|
1265
1560
|
alt: "Selected Language"
|
|
1266
1561
|
}) }),
|
|
1267
|
-
/* @__PURE__ */
|
|
1562
|
+
/* @__PURE__ */ U(M, { primary: /* @__PURE__ */ U(I, {
|
|
1268
1563
|
variant: "body1",
|
|
1269
1564
|
sx: {
|
|
1270
1565
|
color: (e) => e.palette["gr-grey"].main,
|
|
1271
1566
|
fontWeight: "400"
|
|
1272
1567
|
},
|
|
1273
|
-
children: t.find((e) => e.code ===
|
|
1568
|
+
children: t.find((e) => e.code === v)?.name
|
|
1274
1569
|
}) }),
|
|
1275
|
-
/* @__PURE__ */
|
|
1570
|
+
/* @__PURE__ */ U(T, {
|
|
1276
1571
|
onClick: () => {
|
|
1277
|
-
|
|
1572
|
+
h(!m);
|
|
1278
1573
|
},
|
|
1279
1574
|
sx: { color: (e) => e.palette["gr-grey"].main },
|
|
1280
|
-
children:
|
|
1575
|
+
children: U(m ? be : ye, {})
|
|
1281
1576
|
})
|
|
1282
1577
|
]
|
|
1283
1578
|
}),
|
|
1284
|
-
/* @__PURE__ */
|
|
1285
|
-
anchorEl:
|
|
1286
|
-
open:
|
|
1287
|
-
onClose: () =>
|
|
1579
|
+
/* @__PURE__ */ U(ne, {
|
|
1580
|
+
anchorEl: g,
|
|
1581
|
+
open: m,
|
|
1582
|
+
onClose: () => h(!1),
|
|
1288
1583
|
anchorOrigin: {
|
|
1289
1584
|
vertical: "top",
|
|
1290
1585
|
horizontal: "center"
|
|
@@ -1297,15 +1592,15 @@ var Q = {
|
|
|
1297
1592
|
bgcolor: "white",
|
|
1298
1593
|
borderRadius: "20px"
|
|
1299
1594
|
} },
|
|
1300
|
-
children: /* @__PURE__ */
|
|
1301
|
-
onClick: () =>
|
|
1302
|
-
children: /* @__PURE__ */
|
|
1595
|
+
children: /* @__PURE__ */ U(N, {
|
|
1596
|
+
onClick: () => _(null),
|
|
1597
|
+
children: /* @__PURE__ */ U(O, {
|
|
1303
1598
|
sx: { padding: 0 },
|
|
1304
|
-
children: t.map((e) => /* @__PURE__ */
|
|
1599
|
+
children: t.map((e) => /* @__PURE__ */ W(A, {
|
|
1305
1600
|
onClick: () => {
|
|
1306
|
-
e.onClick(),
|
|
1601
|
+
e.onClick(), h(!1), y(e.code);
|
|
1307
1602
|
},
|
|
1308
|
-
children: [/* @__PURE__ */
|
|
1603
|
+
children: [/* @__PURE__ */ U(k, { children: /* @__PURE__ */ U(r, {
|
|
1309
1604
|
sx: {
|
|
1310
1605
|
width: 30,
|
|
1311
1606
|
height: 20
|
|
@@ -1313,7 +1608,7 @@ var Q = {
|
|
|
1313
1608
|
variant: "rounded",
|
|
1314
1609
|
src: e.flagUrl,
|
|
1315
1610
|
alt: e.name
|
|
1316
|
-
}) }), /* @__PURE__ */
|
|
1611
|
+
}) }), /* @__PURE__ */ U(M, { primary: /* @__PURE__ */ U(I, {
|
|
1317
1612
|
variant: "body1",
|
|
1318
1613
|
sx: {
|
|
1319
1614
|
color: (e) => e.palette["gr-grey"].main,
|
|
@@ -1333,32 +1628,380 @@ var Q = {
|
|
|
1333
1628
|
})
|
|
1334
1629
|
})]
|
|
1335
1630
|
}) });
|
|
1336
|
-
},
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
})
|
|
1347
|
-
|
|
1348
|
-
return
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1631
|
+
}, Wt = ({ product: e, languages: t, form: n }) => {
|
|
1632
|
+
let o = q(), { instance: s, accounts: c } = Rt(), { showAlert: l } = ln(), { user: u, setUser: d, pass: f, setPass: p, loadingAuth: m, isAuthenticated: h, email: g, setEmail: _ } = L(Y), [v, y] = B(!1), [b, x] = B(null), [S, w] = B(t.find((e) => e.active)?.code || "en"), [D, ee] = B(!1), j = () => ee((e) => !e);
|
|
1633
|
+
if (h) return console.log("Usuario ya autenticado"), null;
|
|
1634
|
+
let te = () => {
|
|
1635
|
+
console.log("Iniciando autenticación con Microsoft..."), console.log("Configuración MSAL:", s.getAllAccounts(), Ht, s), s.loginRedirect({
|
|
1636
|
+
...Ht,
|
|
1637
|
+
prompt: "create",
|
|
1638
|
+
redirectStartPage: "http://localhost:5173/home?module=home&view=resume"
|
|
1639
|
+
}).then((e) => {
|
|
1640
|
+
console.log("Login successful:", e), localStorage.setItem("type-signin", "ms");
|
|
1641
|
+
}).catch((e) => console.error(e));
|
|
1642
|
+
};
|
|
1643
|
+
return R(() => {
|
|
1644
|
+
console.log("Cuentas MSAL disponibles:", c, s.getAllAccounts()), _(c[0]?.username || "");
|
|
1645
|
+
}, [c]), /* @__PURE__ */ U(H, { children: /* @__PURE__ */ W(C, {
|
|
1646
|
+
container: !0,
|
|
1647
|
+
children: [/* @__PURE__ */ U(C, {
|
|
1648
|
+
size: {
|
|
1649
|
+
xs: 0,
|
|
1650
|
+
sm: 5.5,
|
|
1651
|
+
lg: 6,
|
|
1652
|
+
xl: 6
|
|
1653
|
+
},
|
|
1654
|
+
sx: { bgcolor: (e) => e.palette.background.paper },
|
|
1655
|
+
children: /* @__PURE__ */ W(i, {
|
|
1656
|
+
sx: {
|
|
1657
|
+
height: "100vh",
|
|
1658
|
+
width: "50vw",
|
|
1659
|
+
display: "flex",
|
|
1660
|
+
justifyContent: "center",
|
|
1661
|
+
alignItems: "flex-start",
|
|
1662
|
+
padding: "15%",
|
|
1663
|
+
gap: "16px",
|
|
1664
|
+
flexDirection: "column"
|
|
1665
|
+
},
|
|
1666
|
+
children: [
|
|
1667
|
+
/* @__PURE__ */ U("img", {
|
|
1668
|
+
src: vt,
|
|
1669
|
+
alt: "Good Rabbit Logo",
|
|
1670
|
+
style: {
|
|
1671
|
+
height: "auto",
|
|
1672
|
+
width: "100%",
|
|
1673
|
+
objectFit: "contain"
|
|
1674
|
+
}
|
|
1675
|
+
}),
|
|
1676
|
+
/* @__PURE__ */ U(I, {
|
|
1677
|
+
variant: "h4",
|
|
1678
|
+
sx: {
|
|
1679
|
+
color: (e) => e.palette["gr-base-light"].main,
|
|
1680
|
+
fontSize: "44px",
|
|
1681
|
+
fontStyle: "normal",
|
|
1682
|
+
fontWeight: "300",
|
|
1683
|
+
lineHeight: "100%",
|
|
1684
|
+
letterSpacing: "-3%"
|
|
1685
|
+
},
|
|
1686
|
+
children: e.name
|
|
1687
|
+
}),
|
|
1688
|
+
/* @__PURE__ */ U("img", {
|
|
1689
|
+
src: yt,
|
|
1690
|
+
alt: "Good Rabbit Logo",
|
|
1691
|
+
style: {
|
|
1692
|
+
position: "absolute",
|
|
1693
|
+
bottom: 0,
|
|
1694
|
+
right: "50vw",
|
|
1695
|
+
height: "15vh",
|
|
1696
|
+
objectFit: "contain"
|
|
1697
|
+
}
|
|
1698
|
+
})
|
|
1699
|
+
]
|
|
1700
|
+
})
|
|
1701
|
+
}), /* @__PURE__ */ U(C, {
|
|
1702
|
+
size: {
|
|
1703
|
+
xs: 12,
|
|
1704
|
+
sm: 6.5,
|
|
1705
|
+
lg: 6,
|
|
1706
|
+
xl: 6
|
|
1707
|
+
},
|
|
1708
|
+
sx: {
|
|
1709
|
+
backgroundImage: `url(${e.backgroundImage})`,
|
|
1710
|
+
backgroundSize: "cover",
|
|
1711
|
+
backgroundRepeat: "no-repeat",
|
|
1712
|
+
backgroundPosition: "center",
|
|
1713
|
+
height: "100vh",
|
|
1714
|
+
py: "15vh",
|
|
1715
|
+
px: "12vw",
|
|
1716
|
+
display: "flex",
|
|
1717
|
+
justifyContent: "center",
|
|
1718
|
+
alignContent: "center"
|
|
1719
|
+
},
|
|
1720
|
+
children: /* @__PURE__ */ W(i, {
|
|
1721
|
+
sx: {
|
|
1722
|
+
bgcolor: (e) => `${e.palette["gr-base-light"].main}BF`,
|
|
1723
|
+
height: "auto",
|
|
1724
|
+
width: {
|
|
1725
|
+
xs: "100%",
|
|
1726
|
+
sm: "50vw"
|
|
1727
|
+
},
|
|
1728
|
+
display: "flex",
|
|
1729
|
+
justifyContent: "center",
|
|
1730
|
+
alignItems: "flex-start",
|
|
1731
|
+
flexDirection: "column",
|
|
1732
|
+
borderRadius: "20px",
|
|
1733
|
+
px: "20px",
|
|
1734
|
+
py: "40px"
|
|
1735
|
+
},
|
|
1736
|
+
children: [
|
|
1737
|
+
/* @__PURE__ */ U(i, { children: /* @__PURE__ */ U(I, {
|
|
1738
|
+
variant: "h4",
|
|
1739
|
+
sx: {
|
|
1740
|
+
color: (e) => e.palette["gr-grey"].main,
|
|
1741
|
+
textAlign: "start",
|
|
1742
|
+
fontSize: "22px",
|
|
1743
|
+
fontStyle: "normal",
|
|
1744
|
+
fontWeight: "700",
|
|
1745
|
+
lineHeight: "normal",
|
|
1746
|
+
mb: "44px"
|
|
1747
|
+
},
|
|
1748
|
+
children: n.title
|
|
1749
|
+
}) }),
|
|
1750
|
+
/* @__PURE__ */ W(i, {
|
|
1751
|
+
sx: { width: "100%" },
|
|
1752
|
+
children: [
|
|
1753
|
+
/* @__PURE__ */ U(P, {
|
|
1754
|
+
fullWidth: !0,
|
|
1755
|
+
variant: "outlined",
|
|
1756
|
+
autoComplete: "off",
|
|
1757
|
+
label: n.labels.username,
|
|
1758
|
+
type: "text",
|
|
1759
|
+
placeholder: n.placeholder.username,
|
|
1760
|
+
focused: !0,
|
|
1761
|
+
sx: { marginBottom: "44px" },
|
|
1762
|
+
value: u,
|
|
1763
|
+
onChange: (e) => d(e.target.value)
|
|
1764
|
+
}),
|
|
1765
|
+
/* @__PURE__ */ U(P, {
|
|
1766
|
+
fullWidth: !0,
|
|
1767
|
+
variant: "outlined",
|
|
1768
|
+
autoComplete: "off",
|
|
1769
|
+
label: n.labels.password,
|
|
1770
|
+
type: D ? "text" : "password",
|
|
1771
|
+
placeholder: n.placeholder.password,
|
|
1772
|
+
focused: !0,
|
|
1773
|
+
size: "medium",
|
|
1774
|
+
value: f,
|
|
1775
|
+
onChange: (e) => p(e.target.value),
|
|
1776
|
+
slotProps: { input: { endAdornment: /* @__PURE__ */ U(E, {
|
|
1777
|
+
position: "end",
|
|
1778
|
+
children: /* @__PURE__ */ U(T, {
|
|
1779
|
+
"aria-label": D ? "Ocultar contraseña" : "Mostrar contraseña",
|
|
1780
|
+
onClick: j,
|
|
1781
|
+
edge: "end",
|
|
1782
|
+
sx: { color: (e) => e.palette["gr-grey"].main },
|
|
1783
|
+
children: U(D ? Se : xe, {})
|
|
1784
|
+
})
|
|
1785
|
+
}) } },
|
|
1786
|
+
sx: { marginBottom: "44px" }
|
|
1787
|
+
}),
|
|
1788
|
+
/* @__PURE__ */ U(P, {
|
|
1789
|
+
fullWidth: !0,
|
|
1790
|
+
variant: "outlined",
|
|
1791
|
+
autoComplete: "off",
|
|
1792
|
+
label: n.labels.email,
|
|
1793
|
+
type: "text",
|
|
1794
|
+
placeholder: n.placeholder.email,
|
|
1795
|
+
focused: !0,
|
|
1796
|
+
value: g,
|
|
1797
|
+
onChange: (e) => _(e.target.value)
|
|
1798
|
+
})
|
|
1799
|
+
]
|
|
1800
|
+
}),
|
|
1801
|
+
/* @__PURE__ */ W(i, {
|
|
1802
|
+
sx: {
|
|
1803
|
+
width: "100%",
|
|
1804
|
+
display: "flex",
|
|
1805
|
+
justifyContent: "center",
|
|
1806
|
+
alignItems: "center",
|
|
1807
|
+
flexDirection: "column",
|
|
1808
|
+
pt: "44px"
|
|
1809
|
+
},
|
|
1810
|
+
children: [/* @__PURE__ */ U(a, {
|
|
1811
|
+
variant: "contained",
|
|
1812
|
+
disableElevation: !0,
|
|
1813
|
+
sx: {
|
|
1814
|
+
height: "52px",
|
|
1815
|
+
width: "10vw",
|
|
1816
|
+
minWidth: "140px",
|
|
1817
|
+
borderRadius: "20px",
|
|
1818
|
+
padding: "10px 16px",
|
|
1819
|
+
fontWeight: "600",
|
|
1820
|
+
color: "#ffffff",
|
|
1821
|
+
"&:focus": { outline: "none" },
|
|
1822
|
+
"&:focus-visible": { outline: "none" },
|
|
1823
|
+
"&.Mui-disabled, &[data-loading='true']": {
|
|
1824
|
+
backgroundColor: "#CECDCA",
|
|
1825
|
+
color: "#9D9A95",
|
|
1826
|
+
boxShadow: "none"
|
|
1827
|
+
},
|
|
1828
|
+
"& .MuiLoadingButton-loadingIndicator": { color: (e) => e.palette["gr-grey"].main },
|
|
1829
|
+
"& .MuiCircularProgress-root": { color: (e) => e.palette["gr-grey"].main }
|
|
1830
|
+
},
|
|
1831
|
+
color: "gr-base-dark",
|
|
1832
|
+
loading: m,
|
|
1833
|
+
onClick: () => {
|
|
1834
|
+
n.buttons.signUp.onClick(o)?.then(() => {
|
|
1835
|
+
te(), localStorage.setItem("type-signin", "ms");
|
|
1836
|
+
}).catch(() => {
|
|
1837
|
+
l("error", "Este es un mensaje de alerta!"), console.error("Error during sign-up process");
|
|
1838
|
+
});
|
|
1839
|
+
},
|
|
1840
|
+
children: /* @__PURE__ */ U("span", {
|
|
1841
|
+
style: { textTransform: "none" },
|
|
1842
|
+
children: m ? "" : n.buttons.signUp.text
|
|
1843
|
+
})
|
|
1844
|
+
}), /* @__PURE__ */ W(i, {
|
|
1845
|
+
sx: {
|
|
1846
|
+
display: "flex",
|
|
1847
|
+
flexDirection: "row",
|
|
1848
|
+
gap: 8,
|
|
1849
|
+
mt: "50px"
|
|
1850
|
+
},
|
|
1851
|
+
children: [
|
|
1852
|
+
/* @__PURE__ */ W(I, {
|
|
1853
|
+
variant: "body1",
|
|
1854
|
+
sx: {
|
|
1855
|
+
paddingTop: "17px",
|
|
1856
|
+
color: (e) => e.palette["gr-grey"].main,
|
|
1857
|
+
textAlign: "center",
|
|
1858
|
+
fontWeight: "400",
|
|
1859
|
+
width: "150px"
|
|
1860
|
+
},
|
|
1861
|
+
children: [
|
|
1862
|
+
n.version,
|
|
1863
|
+
": ",
|
|
1864
|
+
e.version
|
|
1865
|
+
]
|
|
1866
|
+
}),
|
|
1867
|
+
/* @__PURE__ */ W(A, {
|
|
1868
|
+
sx: {
|
|
1869
|
+
borderRadius: "20px",
|
|
1870
|
+
cursor: "default",
|
|
1871
|
+
width: "200px"
|
|
1872
|
+
},
|
|
1873
|
+
onClick: (e) => {
|
|
1874
|
+
x(e.currentTarget);
|
|
1875
|
+
},
|
|
1876
|
+
disableRipple: !0,
|
|
1877
|
+
children: [
|
|
1878
|
+
/* @__PURE__ */ U(k, { children: /* @__PURE__ */ U(r, {
|
|
1879
|
+
sx: {
|
|
1880
|
+
width: 30,
|
|
1881
|
+
height: 20
|
|
1882
|
+
},
|
|
1883
|
+
variant: "rounded",
|
|
1884
|
+
src: t.find((e) => e.code === S)?.flagUrl,
|
|
1885
|
+
alt: "Selected Language"
|
|
1886
|
+
}) }),
|
|
1887
|
+
/* @__PURE__ */ U(M, { primary: /* @__PURE__ */ U(I, {
|
|
1888
|
+
variant: "body1",
|
|
1889
|
+
sx: {
|
|
1890
|
+
color: (e) => e.palette["gr-grey"].main,
|
|
1891
|
+
fontWeight: "400"
|
|
1892
|
+
},
|
|
1893
|
+
children: t.find((e) => e.code === S)?.name
|
|
1894
|
+
}) }),
|
|
1895
|
+
/* @__PURE__ */ U(T, {
|
|
1896
|
+
onClick: () => {
|
|
1897
|
+
y(!v);
|
|
1898
|
+
},
|
|
1899
|
+
sx: { color: (e) => e.palette["gr-grey"].main },
|
|
1900
|
+
children: U(v ? be : ye, {})
|
|
1901
|
+
})
|
|
1902
|
+
]
|
|
1903
|
+
}),
|
|
1904
|
+
/* @__PURE__ */ U(ne, {
|
|
1905
|
+
anchorEl: b,
|
|
1906
|
+
open: v,
|
|
1907
|
+
onClose: () => y(!1),
|
|
1908
|
+
anchorOrigin: {
|
|
1909
|
+
vertical: "top",
|
|
1910
|
+
horizontal: "center"
|
|
1911
|
+
},
|
|
1912
|
+
transformOrigin: {
|
|
1913
|
+
vertical: "top",
|
|
1914
|
+
horizontal: "center"
|
|
1915
|
+
},
|
|
1916
|
+
sx: { "& .MuiPaper-root": {
|
|
1917
|
+
bgcolor: "white",
|
|
1918
|
+
borderRadius: "20px"
|
|
1919
|
+
} },
|
|
1920
|
+
children: /* @__PURE__ */ U(N, {
|
|
1921
|
+
onClick: () => x(null),
|
|
1922
|
+
children: /* @__PURE__ */ U(O, {
|
|
1923
|
+
sx: { padding: 0 },
|
|
1924
|
+
children: t.map((e) => /* @__PURE__ */ W(A, {
|
|
1925
|
+
onClick: () => {
|
|
1926
|
+
e.onClick(), y(!1), w(e.code);
|
|
1927
|
+
},
|
|
1928
|
+
children: [/* @__PURE__ */ U(k, { children: /* @__PURE__ */ U(r, {
|
|
1929
|
+
sx: {
|
|
1930
|
+
width: 30,
|
|
1931
|
+
height: 20
|
|
1932
|
+
},
|
|
1933
|
+
variant: "rounded",
|
|
1934
|
+
src: e.flagUrl,
|
|
1935
|
+
alt: e.name
|
|
1936
|
+
}) }), /* @__PURE__ */ U(M, { primary: /* @__PURE__ */ U(I, {
|
|
1937
|
+
variant: "body1",
|
|
1938
|
+
sx: {
|
|
1939
|
+
color: (e) => e.palette["gr-grey"].main,
|
|
1940
|
+
fontWeight: "400"
|
|
1941
|
+
},
|
|
1942
|
+
children: e.name
|
|
1943
|
+
}) })]
|
|
1944
|
+
}, e.code))
|
|
1945
|
+
})
|
|
1946
|
+
})
|
|
1947
|
+
})
|
|
1948
|
+
]
|
|
1949
|
+
})]
|
|
1950
|
+
})
|
|
1951
|
+
]
|
|
1952
|
+
})
|
|
1953
|
+
})]
|
|
1954
|
+
}) });
|
|
1955
|
+
}, Gt = ({ product: e, languages: t, form: n, signup: r }) => /* @__PURE__ */ U(H, { children: /* @__PURE__ */ W(ve, { children: [
|
|
1956
|
+
/* @__PURE__ */ U(G, {
|
|
1957
|
+
path: "/signin",
|
|
1958
|
+
element: /* @__PURE__ */ U(Ut, {
|
|
1959
|
+
product: e,
|
|
1960
|
+
languages: t,
|
|
1961
|
+
form: n
|
|
1354
1962
|
})
|
|
1355
|
-
}
|
|
1963
|
+
}),
|
|
1964
|
+
/* @__PURE__ */ U(G, {
|
|
1965
|
+
path: "/signup",
|
|
1966
|
+
element: /* @__PURE__ */ U(Wt, {
|
|
1967
|
+
product: e,
|
|
1968
|
+
languages: t,
|
|
1969
|
+
form: r
|
|
1970
|
+
})
|
|
1971
|
+
}),
|
|
1972
|
+
/* @__PURE__ */ U(G, {
|
|
1356
1973
|
path: "*",
|
|
1357
|
-
element: /* @__PURE__ */
|
|
1358
|
-
})
|
|
1359
|
-
},
|
|
1360
|
-
let
|
|
1361
|
-
|
|
1974
|
+
element: /* @__PURE__ */ U(_e, { to: "/signin" })
|
|
1975
|
+
})
|
|
1976
|
+
] }) }), Kt = ({ routes: e }) => {
|
|
1977
|
+
let t = K(), n = q();
|
|
1978
|
+
switch (sessionStorage.getItem("type-signin")) {
|
|
1979
|
+
case "ms": return /* @__PURE__ */ U(Vt, { children: /* @__PURE__ */ W(ve, { children: [e.map((e, r) => /* @__PURE__ */ U(G, {
|
|
1980
|
+
index: e.path === "/",
|
|
1981
|
+
path: e.path,
|
|
1982
|
+
element: fe(e.element, {
|
|
1983
|
+
location: t,
|
|
1984
|
+
navigate: n
|
|
1985
|
+
})
|
|
1986
|
+
}, r)), /* @__PURE__ */ U(G, {
|
|
1987
|
+
path: "*",
|
|
1988
|
+
element: /* @__PURE__ */ U(_e, { to: "/" })
|
|
1989
|
+
})] }) });
|
|
1990
|
+
default: return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ W(ve, { children: [e.map((e, r) => /* @__PURE__ */ U(G, {
|
|
1991
|
+
index: e.path === "/",
|
|
1992
|
+
path: e.path,
|
|
1993
|
+
element: fe(e.element, {
|
|
1994
|
+
location: t,
|
|
1995
|
+
navigate: n
|
|
1996
|
+
})
|
|
1997
|
+
}, r)), /* @__PURE__ */ U(G, {
|
|
1998
|
+
path: "*",
|
|
1999
|
+
element: /* @__PURE__ */ U(_e, { to: "/" })
|
|
2000
|
+
})] }) });
|
|
2001
|
+
}
|
|
2002
|
+
}, qt = ({ username: e, options: t }) => {
|
|
2003
|
+
let [n, i] = B(!1);
|
|
2004
|
+
return /* @__PURE__ */ W(o, {
|
|
1362
2005
|
sx: {
|
|
1363
2006
|
width: "260px",
|
|
1364
2007
|
height: n ? "auto" : "56px",
|
|
@@ -1371,9 +2014,9 @@ var Q = {
|
|
|
1371
2014
|
boxShadow: "none",
|
|
1372
2015
|
borderRadius: "20px"
|
|
1373
2016
|
},
|
|
1374
|
-
children: [/* @__PURE__ */
|
|
2017
|
+
children: [/* @__PURE__ */ U(c, {
|
|
1375
2018
|
sx: { padding: "8px 20px" },
|
|
1376
|
-
avatar: /* @__PURE__ */
|
|
2019
|
+
avatar: /* @__PURE__ */ U(r, {
|
|
1377
2020
|
sx: {
|
|
1378
2021
|
width: 40,
|
|
1379
2022
|
height: 40,
|
|
@@ -1393,24 +2036,24 @@ var Q = {
|
|
|
1393
2036
|
width: "100%",
|
|
1394
2037
|
maxWidth: "150px"
|
|
1395
2038
|
} },
|
|
1396
|
-
action: t.length > 0 && /* @__PURE__ */
|
|
2039
|
+
action: t.length > 0 && /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(T, {
|
|
1397
2040
|
sx: { color: "black" },
|
|
1398
|
-
children: n ? /* @__PURE__ */
|
|
2041
|
+
children: n ? /* @__PURE__ */ U(we, {
|
|
1399
2042
|
color: "black",
|
|
1400
2043
|
size: 30,
|
|
1401
2044
|
onClick: () => i(!1)
|
|
1402
|
-
}) : /* @__PURE__ */
|
|
2045
|
+
}) : /* @__PURE__ */ U(Ce, {
|
|
1403
2046
|
color: "black",
|
|
1404
2047
|
size: 30,
|
|
1405
2048
|
onClick: () => i(!0)
|
|
1406
2049
|
})
|
|
1407
2050
|
}) })
|
|
1408
|
-
}), n && /* @__PURE__ */
|
|
2051
|
+
}), n && /* @__PURE__ */ U(s, {
|
|
1409
2052
|
sx: { paddingY: "0px" },
|
|
1410
|
-
children: /* @__PURE__ */
|
|
2053
|
+
children: /* @__PURE__ */ U(O, { children: t.map((e, t) => /* @__PURE__ */ W(A, {
|
|
1411
2054
|
sx: { borderRadius: "20px" },
|
|
1412
2055
|
onClick: e.onClick,
|
|
1413
|
-
children: [/* @__PURE__ */
|
|
2056
|
+
children: [/* @__PURE__ */ U(j, { children: e.icon }), /* @__PURE__ */ U(M, {
|
|
1414
2057
|
primary: e.label,
|
|
1415
2058
|
slotProps: { primary: { sx: {
|
|
1416
2059
|
fontSize: "18px",
|
|
@@ -1426,122 +2069,124 @@ var Q = {
|
|
|
1426
2069
|
}, t)) })
|
|
1427
2070
|
})]
|
|
1428
2071
|
});
|
|
1429
|
-
},
|
|
2072
|
+
}, Jt = ({ getWidth: e, state: t, routes: n, account: r }) => /* @__PURE__ */ W(i, {
|
|
1430
2073
|
sx: {
|
|
1431
2074
|
width: `calc(100vw - ${e(t)} - 60px)`,
|
|
1432
2075
|
height: "calc(100vh - 40px)"
|
|
1433
2076
|
},
|
|
1434
|
-
children: [/* @__PURE__ */
|
|
2077
|
+
children: [/* @__PURE__ */ U(i, {
|
|
1435
2078
|
sx: { height: "10%" },
|
|
1436
|
-
children: /* @__PURE__ */
|
|
2079
|
+
children: /* @__PURE__ */ U(qt, {
|
|
1437
2080
|
username: r.username,
|
|
1438
2081
|
avatarUrl: r.avatarUrl,
|
|
1439
2082
|
options: r.options
|
|
1440
2083
|
})
|
|
1441
|
-
}), /* @__PURE__ */
|
|
2084
|
+
}), /* @__PURE__ */ U(i, {
|
|
1442
2085
|
sx: { height: "90%" },
|
|
1443
|
-
children: /* @__PURE__ */
|
|
2086
|
+
children: /* @__PURE__ */ U(Kt, { routes: n })
|
|
1444
2087
|
})]
|
|
1445
|
-
}),
|
|
1446
|
-
let { state: r, setState: a, getWidth: o } =
|
|
1447
|
-
return /* @__PURE__ */
|
|
2088
|
+
}), Yt = ({ sidebar: e, routes: t, account: n }) => {
|
|
2089
|
+
let { state: r, setState: a, getWidth: o } = _t();
|
|
2090
|
+
return /* @__PURE__ */ W(i, {
|
|
1448
2091
|
sx: {
|
|
1449
2092
|
p: "20px",
|
|
1450
2093
|
display: "grid",
|
|
1451
2094
|
gridTemplateColumns: "auto 1fr",
|
|
1452
2095
|
gap: "20px"
|
|
1453
2096
|
},
|
|
1454
|
-
children: [/* @__PURE__ */
|
|
2097
|
+
children: [/* @__PURE__ */ U(gt, {
|
|
1455
2098
|
items: e.items,
|
|
1456
2099
|
signOut: e.signOut,
|
|
1457
2100
|
tooltips: e.tooltips,
|
|
1458
2101
|
state: r,
|
|
1459
2102
|
setState: a,
|
|
1460
2103
|
getWidth: o
|
|
1461
|
-
}), /* @__PURE__ */
|
|
2104
|
+
}), /* @__PURE__ */ U(Jt, {
|
|
1462
2105
|
state: r,
|
|
1463
2106
|
getWidth: o,
|
|
1464
2107
|
routes: t,
|
|
1465
2108
|
account: n
|
|
1466
2109
|
})]
|
|
1467
2110
|
});
|
|
1468
|
-
},
|
|
1469
|
-
let { isAuthenticated:
|
|
1470
|
-
text:
|
|
2111
|
+
}, Xt = ({ sidebar: e, routes: t, product: n, account: r, languages: i, loginForm: a, signup: o, unsavedChangesAlert: s }) => {
|
|
2112
|
+
let { isAuthenticated: c, openUnsaved: l, setOpenUnsaved: u } = L(Y), d = [{
|
|
2113
|
+
text: s.message,
|
|
1471
2114
|
ncolumn: 12,
|
|
1472
2115
|
element: "TypographyField"
|
|
1473
2116
|
}];
|
|
1474
|
-
return /* @__PURE__ */
|
|
2117
|
+
return /* @__PURE__ */ W(H, { children: [c ? /* @__PURE__ */ U(Yt, {
|
|
1475
2118
|
routes: t,
|
|
1476
2119
|
sidebar: e,
|
|
1477
2120
|
account: r
|
|
1478
|
-
}) : /* @__PURE__ */
|
|
2121
|
+
}) : /* @__PURE__ */ U(Gt, {
|
|
1479
2122
|
product: n,
|
|
1480
2123
|
languages: i,
|
|
1481
|
-
form: a
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
2124
|
+
form: a,
|
|
2125
|
+
signup: o
|
|
2126
|
+
}), /* @__PURE__ */ U(xn, {
|
|
2127
|
+
title: s.title,
|
|
2128
|
+
open: l,
|
|
2129
|
+
setOpen: u,
|
|
2130
|
+
fields: d,
|
|
1487
2131
|
loading: !1,
|
|
1488
|
-
onClickSave:
|
|
2132
|
+
onClickSave: s.actionButton.onClick,
|
|
1489
2133
|
action: {
|
|
1490
|
-
actionButton:
|
|
1491
|
-
cancelButton:
|
|
2134
|
+
actionButton: s.actionButton,
|
|
2135
|
+
cancelButton: s.cancelButton
|
|
1492
2136
|
}
|
|
1493
2137
|
})] });
|
|
1494
|
-
},
|
|
1495
|
-
let
|
|
1496
|
-
return
|
|
1497
|
-
switch (
|
|
2138
|
+
}, Zt = ({ sidebar: e, routes: t, product: n, account: r, languages: a, loginForm: o, signup: s, unsavedChangesAlert: c }) => {
|
|
2139
|
+
let l = a.find((e) => e.active) || a[0];
|
|
2140
|
+
return R(() => {
|
|
2141
|
+
switch (l.code) {
|
|
1498
2142
|
case "es":
|
|
1499
|
-
|
|
2143
|
+
le.locale("es");
|
|
1500
2144
|
break;
|
|
1501
2145
|
case "en":
|
|
1502
|
-
|
|
2146
|
+
le.locale("en");
|
|
1503
2147
|
break;
|
|
1504
2148
|
case "pt":
|
|
1505
|
-
|
|
2149
|
+
le.locale("pt");
|
|
1506
2150
|
break;
|
|
1507
|
-
default:
|
|
2151
|
+
default: le.locale("en");
|
|
1508
2152
|
}
|
|
1509
|
-
}, [
|
|
2153
|
+
}, [l]), /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(i, {
|
|
1510
2154
|
sx: {
|
|
1511
2155
|
overflow: "hidden",
|
|
1512
2156
|
height: "100vh"
|
|
1513
2157
|
},
|
|
1514
|
-
children: /* @__PURE__ */
|
|
2158
|
+
children: /* @__PURE__ */ U(he, { children: /* @__PURE__ */ U(se, {
|
|
1515
2159
|
theme: {
|
|
1516
|
-
rabbitLight:
|
|
1517
|
-
rabbitDark:
|
|
2160
|
+
rabbitLight: st,
|
|
2161
|
+
rabbitDark: ce(at, l.theme.dg, l.theme.core, l.theme.pickers)
|
|
1518
2162
|
}.rabbitDark,
|
|
1519
|
-
children: /* @__PURE__ */
|
|
1520
|
-
dateAdapter:
|
|
1521
|
-
adapterLocale:
|
|
1522
|
-
children: /* @__PURE__ */
|
|
2163
|
+
children: /* @__PURE__ */ U(ke, {
|
|
2164
|
+
dateAdapter: je,
|
|
2165
|
+
adapterLocale: l.code,
|
|
2166
|
+
children: /* @__PURE__ */ W(Te, {
|
|
1523
2167
|
maxSnack: 15,
|
|
1524
2168
|
autoHideDuration: 1e4,
|
|
1525
2169
|
anchorOrigin: {
|
|
1526
2170
|
vertical: "top",
|
|
1527
2171
|
horizontal: "center"
|
|
1528
2172
|
},
|
|
1529
|
-
children: [/* @__PURE__ */
|
|
2173
|
+
children: [/* @__PURE__ */ U(f, {}), /* @__PURE__ */ U(Xt, {
|
|
1530
2174
|
sidebar: e,
|
|
1531
2175
|
routes: t,
|
|
1532
2176
|
product: n,
|
|
1533
2177
|
account: r,
|
|
1534
2178
|
languages: a,
|
|
1535
2179
|
loginForm: o,
|
|
1536
|
-
|
|
2180
|
+
signup: s,
|
|
2181
|
+
unsavedChangesAlert: c
|
|
1537
2182
|
})]
|
|
1538
2183
|
})
|
|
1539
2184
|
})
|
|
1540
2185
|
}) })
|
|
1541
2186
|
}) });
|
|
1542
|
-
},
|
|
1543
|
-
let [t, n] =
|
|
1544
|
-
return /* @__PURE__ */
|
|
2187
|
+
}, Qt = ({ children: e }) => {
|
|
2188
|
+
let [t, n] = B(localStorage.getItem("authenticated") === "true"), [r, i] = B(""), [a, o] = B(""), [s, c] = B(""), [l, u] = B(""), [d, f] = B("DD/MM/YYYY"), [p, m] = B([]), [h, g] = B([]), [_, v] = B(!1), [y, b] = B(""), [x, S] = B(!1);
|
|
2189
|
+
return /* @__PURE__ */ U(Y.Provider, {
|
|
1545
2190
|
value: {
|
|
1546
2191
|
isAuthenticated: t,
|
|
1547
2192
|
setIsAuthenticated: n,
|
|
@@ -1551,26 +2196,28 @@ var Q = {
|
|
|
1551
2196
|
setPass: o,
|
|
1552
2197
|
avatar: s,
|
|
1553
2198
|
setAvatar: c,
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
2199
|
+
email: l,
|
|
2200
|
+
setEmail: u,
|
|
2201
|
+
loadingAuth: x,
|
|
2202
|
+
setLoadingAuth: S,
|
|
2203
|
+
format: d,
|
|
2204
|
+
setFormat: f,
|
|
2205
|
+
singleShortcut: p,
|
|
2206
|
+
setSingleShortcut: m,
|
|
2207
|
+
rangeShortcut: h,
|
|
2208
|
+
setRangeShortcut: g,
|
|
1562
2209
|
encrypter: (e, t, n) => {
|
|
1563
2210
|
e === "session" ? sessionStorage.setItem(t, n) : e === "local" && localStorage.setItem(t, n);
|
|
1564
2211
|
},
|
|
1565
2212
|
decrypter: (e, t) => e === "session" ? sessionStorage.getItem(t) || "" : e === "local" && localStorage.getItem(t) || "",
|
|
1566
|
-
openUnsaved:
|
|
1567
|
-
setOpenUnsaved:
|
|
1568
|
-
redirect:
|
|
1569
|
-
setRedirect:
|
|
2213
|
+
openUnsaved: _,
|
|
2214
|
+
setOpenUnsaved: v,
|
|
2215
|
+
redirect: y,
|
|
2216
|
+
setRedirect: b
|
|
1570
2217
|
},
|
|
1571
2218
|
children: e
|
|
1572
2219
|
});
|
|
1573
|
-
},
|
|
2220
|
+
}, $t = ({ contextMenu: e, setContextMenu: t, options: n, checked: r, optionGroup: a }) => /* @__PURE__ */ W(H, { children: [/* @__PURE__ */ U(ne, {
|
|
1574
2221
|
open: e !== null,
|
|
1575
2222
|
onClose: () => t(null),
|
|
1576
2223
|
anchorReference: "anchorPosition",
|
|
@@ -1587,19 +2234,19 @@ var Q = {
|
|
|
1587
2234
|
elevation: 1
|
|
1588
2235
|
} },
|
|
1589
2236
|
sx: { cursor: "pointer" },
|
|
1590
|
-
children: n.filter((e) => !e.hide).map((e, t) => /* @__PURE__ */
|
|
2237
|
+
children: n.filter((e) => !e.hide).map((e, t) => /* @__PURE__ */ W(i, { children: [t !== 0 && n[t - 1].group !== e.group ? /* @__PURE__ */ U(_, {}) : null, /* @__PURE__ */ W(N, {
|
|
1591
2238
|
onClick: e.click,
|
|
1592
2239
|
disabled: e.disabled,
|
|
1593
2240
|
children: [
|
|
1594
|
-
/* @__PURE__ */
|
|
2241
|
+
/* @__PURE__ */ U(j, {
|
|
1595
2242
|
sx: { color: (e) => a === "toolbar" ? e.palette["gr-base-light"].main : e.palette["gr-base-dark"].main },
|
|
1596
2243
|
children: e.icon
|
|
1597
2244
|
}),
|
|
1598
|
-
/* @__PURE__ */
|
|
2245
|
+
/* @__PURE__ */ U(M, { children: /* @__PURE__ */ U(I, {
|
|
1599
2246
|
sx: { color: (e) => a === "toolbar" ? e.palette["gr-base-light"].main : e.palette["gr-base-dark"].main },
|
|
1600
2247
|
children: e.name
|
|
1601
2248
|
}) }),
|
|
1602
|
-
e.selected ? /* @__PURE__ */
|
|
2249
|
+
e.selected ? /* @__PURE__ */ W(I, {
|
|
1603
2250
|
sx: {
|
|
1604
2251
|
pl: 3,
|
|
1605
2252
|
color: (e) => a === "toolbar" ? e.palette["gr-base-light"].main : e.palette["gr-base-dark"].main
|
|
@@ -1611,7 +2258,7 @@ var Q = {
|
|
|
1611
2258
|
r.length
|
|
1612
2259
|
]
|
|
1613
2260
|
}) : null,
|
|
1614
|
-
e.onlyOne ? /* @__PURE__ */
|
|
2261
|
+
e.onlyOne ? /* @__PURE__ */ U(I, {
|
|
1615
2262
|
sx: {
|
|
1616
2263
|
pl: 3,
|
|
1617
2264
|
color: (e) => a === "toolbar" ? e.palette["gr-base-light"].main : e.palette["gr-base-dark"].main
|
|
@@ -1621,11 +2268,11 @@ var Q = {
|
|
|
1621
2268
|
}) : null
|
|
1622
2269
|
]
|
|
1623
2270
|
}, t)] }, t))
|
|
1624
|
-
}), n.filter((e) => !e.hide).map((e, t) => /* @__PURE__ */
|
|
1625
|
-
let l =
|
|
2271
|
+
}), n.filter((e) => !e.hide).map((e, t) => /* @__PURE__ */ U(i, { children: e.dialog }, t))] }), en = ({ label: e, values: t, placeholder: n, value: r, setValue: i, disabled: a, fullWidth: o, white: s, search: c }) => {
|
|
2272
|
+
let l = z(null), u = z(null), [d, f] = B({
|
|
1626
2273
|
width: 0,
|
|
1627
2274
|
height: 0
|
|
1628
|
-
}), [p, m] =
|
|
2275
|
+
}), [p, m] = B(!1), h = (e) => /* @__PURE__ */ U(Pe, {
|
|
1629
2276
|
...e,
|
|
1630
2277
|
sx: {
|
|
1631
2278
|
color: s ? "black !important" : "white !important",
|
|
@@ -1635,7 +2282,7 @@ var Q = {
|
|
|
1635
2282
|
console.log("icon click"), m(!p);
|
|
1636
2283
|
}
|
|
1637
2284
|
});
|
|
1638
|
-
|
|
2285
|
+
R(() => {
|
|
1639
2286
|
if (!l.current) return;
|
|
1640
2287
|
let e = new ResizeObserver((e) => {
|
|
1641
2288
|
let { width: t, height: n } = e[0].contentRect;
|
|
@@ -1657,10 +2304,10 @@ var Q = {
|
|
|
1657
2304
|
"--Paper-overlay": "none",
|
|
1658
2305
|
border: "1px solid rgba(255, 255, 255, 0.2)"
|
|
1659
2306
|
};
|
|
1660
|
-
return /* @__PURE__ */
|
|
2307
|
+
return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ W(y, {
|
|
1661
2308
|
fullWidth: o,
|
|
1662
2309
|
focused: !0,
|
|
1663
|
-
children: [/* @__PURE__ */
|
|
2310
|
+
children: [/* @__PURE__ */ U(D, {
|
|
1664
2311
|
id: `filter-table-label-${e}`,
|
|
1665
2312
|
sx: {
|
|
1666
2313
|
color: s ? "black" : "white",
|
|
@@ -1669,7 +2316,7 @@ var Q = {
|
|
|
1669
2316
|
"&[data-shrink=\"false\"]": { transform: "translateY(12px) translateX(12px)" }
|
|
1670
2317
|
},
|
|
1671
2318
|
children: e
|
|
1672
|
-
}), /* @__PURE__ */
|
|
2319
|
+
}), /* @__PURE__ */ W(oe, {
|
|
1673
2320
|
ref: l,
|
|
1674
2321
|
labelId: `filter-table-label-${e}`,
|
|
1675
2322
|
id: `filter-${e}`,
|
|
@@ -1708,7 +2355,7 @@ var Q = {
|
|
|
1708
2355
|
} },
|
|
1709
2356
|
displayEmpty: !0,
|
|
1710
2357
|
disabled: a,
|
|
1711
|
-
children: [/* @__PURE__ */
|
|
2358
|
+
children: [/* @__PURE__ */ U(te, {
|
|
1712
2359
|
disableSticky: !0,
|
|
1713
2360
|
sx: {
|
|
1714
2361
|
backgroundColor: "transparent",
|
|
@@ -1721,7 +2368,7 @@ var Q = {
|
|
|
1721
2368
|
onClick: (e) => {
|
|
1722
2369
|
e.stopPropagation();
|
|
1723
2370
|
},
|
|
1724
|
-
children: /* @__PURE__ */
|
|
2371
|
+
children: /* @__PURE__ */ U(P, {
|
|
1725
2372
|
ref: u,
|
|
1726
2373
|
variant: "standard",
|
|
1727
2374
|
fullWidth: !0,
|
|
@@ -1743,25 +2390,25 @@ var Q = {
|
|
|
1743
2390
|
focused: !1,
|
|
1744
2391
|
color: "gr-yellow"
|
|
1745
2392
|
})
|
|
1746
|
-
}), t.map((e) => /* @__PURE__ */
|
|
2393
|
+
}), t.map((e) => /* @__PURE__ */ U(N, {
|
|
1747
2394
|
value: e.value,
|
|
1748
2395
|
sx: { display: `${e.label} ${e.sublabel ?? ""}`.toLowerCase().includes(c?.value?.toLowerCase() ?? "") ? "block" : "none" },
|
|
1749
2396
|
onClick: () => {
|
|
1750
2397
|
m(!1);
|
|
1751
2398
|
},
|
|
1752
|
-
children: /* @__PURE__ */
|
|
2399
|
+
children: /* @__PURE__ */ W(I, {
|
|
1753
2400
|
variant: "caption",
|
|
1754
2401
|
color: "textSecondary",
|
|
1755
|
-
children: [e.label, e.sublabel && /* @__PURE__ */
|
|
2402
|
+
children: [e.label, e.sublabel && /* @__PURE__ */ W(H, { children: [/* @__PURE__ */ U("br", {}), e.sublabel] })]
|
|
1756
2403
|
})
|
|
1757
2404
|
}, e.value))]
|
|
1758
2405
|
})]
|
|
1759
2406
|
}) });
|
|
1760
|
-
},
|
|
1761
|
-
let d =
|
|
2407
|
+
}, tn = ({ label: e, value: t, setValue: n, values: r, placeholder: a, disabled: o, fullWidth: s, white: c, search: u }) => {
|
|
2408
|
+
let d = z(null), f = z(null), [p, m] = B({
|
|
1762
2409
|
width: 0,
|
|
1763
2410
|
height: 0
|
|
1764
|
-
}), [h, g] =
|
|
2411
|
+
}), [h, g] = B(!1), [_, v] = B(""), b = u?.value ?? _, x = r.filter((e) => `${e.label} ${e.sublabel ?? ""}`.toLowerCase().includes(b.toLowerCase())).map((e) => e.value), S = x.filter((e) => t.includes(e)).length, C = x.length > 0 && S === x.length, w = S > 0 && !C, T = (e) => /* @__PURE__ */ U(Pe, {
|
|
1765
2412
|
...e,
|
|
1766
2413
|
sx: {
|
|
1767
2414
|
color: c ? "black !important" : "white !important",
|
|
@@ -1771,7 +2418,7 @@ var Q = {
|
|
|
1771
2418
|
g(!h);
|
|
1772
2419
|
}
|
|
1773
2420
|
});
|
|
1774
|
-
|
|
2421
|
+
R(() => {
|
|
1775
2422
|
if (!d.current) return;
|
|
1776
2423
|
let e = new ResizeObserver((e) => {
|
|
1777
2424
|
let { width: t, height: n } = e[0].contentRect;
|
|
@@ -1793,10 +2440,10 @@ var Q = {
|
|
|
1793
2440
|
"--Paper-overlay": "none",
|
|
1794
2441
|
border: "1px solid rgba(255, 255, 255, 0.2)"
|
|
1795
2442
|
};
|
|
1796
|
-
return /* @__PURE__ */
|
|
2443
|
+
return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ W(y, {
|
|
1797
2444
|
fullWidth: s,
|
|
1798
2445
|
focused: !0,
|
|
1799
|
-
children: [/* @__PURE__ */
|
|
2446
|
+
children: [/* @__PURE__ */ U(D, {
|
|
1800
2447
|
id: `filter-table-label-${e}`,
|
|
1801
2448
|
sx: {
|
|
1802
2449
|
color: c ? "black" : "white",
|
|
@@ -1805,7 +2452,7 @@ var Q = {
|
|
|
1805
2452
|
"&[data-shrink=\"false\"]": { transform: "translateY(12px) translateX(12px)" }
|
|
1806
2453
|
},
|
|
1807
2454
|
children: e
|
|
1808
|
-
}), /* @__PURE__ */
|
|
2455
|
+
}), /* @__PURE__ */ W(oe, {
|
|
1809
2456
|
ref: d,
|
|
1810
2457
|
labelId: `filter-table-label-${e}`,
|
|
1811
2458
|
id: `filter-${e}`,
|
|
@@ -1853,7 +2500,7 @@ var Q = {
|
|
|
1853
2500
|
disabled: o,
|
|
1854
2501
|
multiple: !0,
|
|
1855
2502
|
children: [
|
|
1856
|
-
/* @__PURE__ */
|
|
2503
|
+
/* @__PURE__ */ U(te, {
|
|
1857
2504
|
disableSticky: !0,
|
|
1858
2505
|
sx: {
|
|
1859
2506
|
backgroundColor: "transparent",
|
|
@@ -1866,7 +2513,7 @@ var Q = {
|
|
|
1866
2513
|
onClick: (e) => {
|
|
1867
2514
|
e.stopPropagation();
|
|
1868
2515
|
},
|
|
1869
|
-
children: /* @__PURE__ */
|
|
2516
|
+
children: /* @__PURE__ */ U(P, {
|
|
1870
2517
|
ref: f,
|
|
1871
2518
|
variant: "standard",
|
|
1872
2519
|
fullWidth: !0,
|
|
@@ -1894,41 +2541,41 @@ var Q = {
|
|
|
1894
2541
|
color: "gr-yellow"
|
|
1895
2542
|
})
|
|
1896
2543
|
}),
|
|
1897
|
-
/* @__PURE__ */
|
|
2544
|
+
/* @__PURE__ */ W(N, {
|
|
1898
2545
|
value: "select-all",
|
|
1899
2546
|
disabled: x.length === 0,
|
|
1900
|
-
children: [/* @__PURE__ */
|
|
2547
|
+
children: [/* @__PURE__ */ U(l, {
|
|
1901
2548
|
checked: C,
|
|
1902
2549
|
indeterminate: w
|
|
1903
|
-
}), /* @__PURE__ */
|
|
2550
|
+
}), /* @__PURE__ */ U(M, {
|
|
1904
2551
|
slotProps: { primary: { sx: { color: "#FFFFFF" } } },
|
|
1905
2552
|
primary: "Seleccionar todo"
|
|
1906
2553
|
})]
|
|
1907
2554
|
}),
|
|
1908
|
-
r.map((e) => /* @__PURE__ */
|
|
2555
|
+
r.map((e) => /* @__PURE__ */ U(N, {
|
|
1909
2556
|
value: e.value,
|
|
1910
2557
|
sx: { display: x.includes(e.value) ? "block" : "none" },
|
|
1911
|
-
children: /* @__PURE__ */
|
|
2558
|
+
children: /* @__PURE__ */ W(i, {
|
|
1912
2559
|
sx: {
|
|
1913
2560
|
display: "flex",
|
|
1914
2561
|
alignItems: "center",
|
|
1915
2562
|
gap: 1
|
|
1916
2563
|
},
|
|
1917
|
-
children: [/* @__PURE__ */
|
|
2564
|
+
children: [/* @__PURE__ */ U(l, { checked: t.includes(e.value) }), /* @__PURE__ */ W(I, {
|
|
1918
2565
|
variant: "caption",
|
|
1919
2566
|
color: "textSecondary",
|
|
1920
|
-
children: [e.label, e.sublabel && /* @__PURE__ */
|
|
2567
|
+
children: [e.label, e.sublabel && /* @__PURE__ */ W(H, { children: [/* @__PURE__ */ U("br", {}), e.sublabel] })]
|
|
1921
2568
|
})]
|
|
1922
2569
|
})
|
|
1923
2570
|
}, e.value))
|
|
1924
2571
|
]
|
|
1925
2572
|
})]
|
|
1926
2573
|
}) });
|
|
1927
|
-
},
|
|
1928
|
-
let { format: a } =
|
|
1929
|
-
return /* @__PURE__ */
|
|
1930
|
-
dateAdapter:
|
|
1931
|
-
children: /* @__PURE__ */
|
|
2574
|
+
}, nn = ({ label: e, value: t, setValue: n, disabled: r, fullWidth: i }) => {
|
|
2575
|
+
let { format: a } = L(Y);
|
|
2576
|
+
return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(Ie, {
|
|
2577
|
+
dateAdapter: je,
|
|
2578
|
+
children: /* @__PURE__ */ U(Fe, {
|
|
1932
2579
|
label: e,
|
|
1933
2580
|
value: t,
|
|
1934
2581
|
onChange: (e) => {
|
|
@@ -1944,17 +2591,17 @@ var Q = {
|
|
|
1944
2591
|
fullWidth: i
|
|
1945
2592
|
})
|
|
1946
2593
|
}) });
|
|
1947
|
-
},
|
|
1948
|
-
let { format: u, rangeShortcut: d } =
|
|
1949
|
-
return /* @__PURE__ */
|
|
1950
|
-
theme:
|
|
2594
|
+
}, rn = ({ label: e, initialValue: t, value: n, setValue: r, calendars: i, disabled: a, white: o, fullWidth: s, maxDate: c, minDate: l }) => {
|
|
2595
|
+
let { format: u, rangeShortcut: d } = L(Y), f = Be();
|
|
2596
|
+
return /* @__PURE__ */ U(Re, {
|
|
2597
|
+
theme: ze({
|
|
1951
2598
|
...f,
|
|
1952
2599
|
palette: {
|
|
1953
2600
|
...f.palette,
|
|
1954
2601
|
primary: { main: "#9D9A95" }
|
|
1955
2602
|
}
|
|
1956
2603
|
}),
|
|
1957
|
-
children: /* @__PURE__ */
|
|
2604
|
+
children: /* @__PURE__ */ U(Le, {
|
|
1958
2605
|
label: e,
|
|
1959
2606
|
defaultValue: t,
|
|
1960
2607
|
value: n,
|
|
@@ -2010,9 +2657,9 @@ var Q = {
|
|
|
2010
2657
|
minDate: l
|
|
2011
2658
|
})
|
|
2012
2659
|
});
|
|
2013
|
-
},
|
|
2014
|
-
let { format: s, singleShortcut: c } =
|
|
2015
|
-
return /* @__PURE__ */
|
|
2660
|
+
}, an = ({ label: e, initialValue: t, value: n, setValue: r, disabled: i, white: a, fullWidth: o }) => {
|
|
2661
|
+
let { format: s, singleShortcut: c } = L(Y);
|
|
2662
|
+
return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(Oe, {
|
|
2016
2663
|
label: e,
|
|
2017
2664
|
defaultValue: t,
|
|
2018
2665
|
value: n,
|
|
@@ -2055,7 +2702,7 @@ var Q = {
|
|
|
2055
2702
|
} }
|
|
2056
2703
|
}
|
|
2057
2704
|
}) });
|
|
2058
|
-
},
|
|
2705
|
+
}, on = (e) => {
|
|
2059
2706
|
let { name: t = {
|
|
2060
2707
|
title: "",
|
|
2061
2708
|
ncolumn: 0
|
|
@@ -2064,9 +2711,9 @@ var Q = {
|
|
|
2064
2711
|
buttons: []
|
|
2065
2712
|
} } = e, o = (e, t) => {
|
|
2066
2713
|
switch (e.element) {
|
|
2067
|
-
case "SelectField": return /* @__PURE__ */
|
|
2714
|
+
case "SelectField": return /* @__PURE__ */ U(C, {
|
|
2068
2715
|
size: e.ncolumn,
|
|
2069
|
-
children: /* @__PURE__ */
|
|
2716
|
+
children: /* @__PURE__ */ U(en, {
|
|
2070
2717
|
label: e.label,
|
|
2071
2718
|
placeholder: e.placeholder,
|
|
2072
2719
|
value: e.value,
|
|
@@ -2079,9 +2726,9 @@ var Q = {
|
|
|
2079
2726
|
white: !1
|
|
2080
2727
|
})
|
|
2081
2728
|
}, t);
|
|
2082
|
-
case "MultiSelectField": return /* @__PURE__ */
|
|
2729
|
+
case "MultiSelectField": return /* @__PURE__ */ U(C, {
|
|
2083
2730
|
size: e.ncolumn,
|
|
2084
|
-
children: /* @__PURE__ */
|
|
2731
|
+
children: /* @__PURE__ */ U(tn, {
|
|
2085
2732
|
label: e.label,
|
|
2086
2733
|
placeholder: e.placeholder,
|
|
2087
2734
|
value: e.value,
|
|
@@ -2093,9 +2740,9 @@ var Q = {
|
|
|
2093
2740
|
white: !1
|
|
2094
2741
|
})
|
|
2095
2742
|
}, t);
|
|
2096
|
-
case "DateRangeField": return /* @__PURE__ */
|
|
2743
|
+
case "DateRangeField": return /* @__PURE__ */ U(C, {
|
|
2097
2744
|
size: e.ncolumn,
|
|
2098
|
-
children: /* @__PURE__ */
|
|
2745
|
+
children: /* @__PURE__ */ U(nn, {
|
|
2099
2746
|
label: e.label,
|
|
2100
2747
|
value: e.value,
|
|
2101
2748
|
setValue: e.setValue,
|
|
@@ -2103,9 +2750,9 @@ var Q = {
|
|
|
2103
2750
|
fullWidth: !0
|
|
2104
2751
|
})
|
|
2105
2752
|
}, t);
|
|
2106
|
-
case "DatePickerField": return /* @__PURE__ */
|
|
2753
|
+
case "DatePickerField": return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(C, {
|
|
2107
2754
|
size: e.ncolumn,
|
|
2108
|
-
children: /* @__PURE__ */
|
|
2755
|
+
children: /* @__PURE__ */ U(an, {
|
|
2109
2756
|
label: e.label,
|
|
2110
2757
|
initialValue: e.initialValue,
|
|
2111
2758
|
value: e.value,
|
|
@@ -2115,9 +2762,9 @@ var Q = {
|
|
|
2115
2762
|
white: !1
|
|
2116
2763
|
})
|
|
2117
2764
|
}, t) });
|
|
2118
|
-
case "DateRangePickerField": return /* @__PURE__ */
|
|
2765
|
+
case "DateRangePickerField": return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(C, {
|
|
2119
2766
|
size: e.ncolumn,
|
|
2120
|
-
children: /* @__PURE__ */
|
|
2767
|
+
children: /* @__PURE__ */ U(rn, {
|
|
2121
2768
|
label: e.label,
|
|
2122
2769
|
initialValue: e.initialValue,
|
|
2123
2770
|
value: e.value,
|
|
@@ -2130,10 +2777,10 @@ var Q = {
|
|
|
2130
2777
|
minDate: e.minDate
|
|
2131
2778
|
})
|
|
2132
2779
|
}, t) });
|
|
2133
|
-
default: return /* @__PURE__ */
|
|
2780
|
+
default: return /* @__PURE__ */ U(H, {});
|
|
2134
2781
|
}
|
|
2135
2782
|
};
|
|
2136
|
-
return /* @__PURE__ */
|
|
2783
|
+
return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(i, {
|
|
2137
2784
|
sx: {
|
|
2138
2785
|
bgcolor: (e) => e.palette.background.paper,
|
|
2139
2786
|
height: "70px",
|
|
@@ -2146,12 +2793,12 @@ var Q = {
|
|
|
2146
2793
|
padding: "20px",
|
|
2147
2794
|
gap: "20px"
|
|
2148
2795
|
},
|
|
2149
|
-
children: /* @__PURE__ */
|
|
2796
|
+
children: /* @__PURE__ */ W(C, {
|
|
2150
2797
|
container: !0,
|
|
2151
2798
|
spacing: 2,
|
|
2152
2799
|
sx: { flexGrow: 1 },
|
|
2153
2800
|
children: [
|
|
2154
|
-
t.title && /* @__PURE__ */
|
|
2801
|
+
t.title && /* @__PURE__ */ U(C, {
|
|
2155
2802
|
size: t.ncolumn,
|
|
2156
2803
|
sx: {
|
|
2157
2804
|
display: "flex",
|
|
@@ -2160,23 +2807,23 @@ var Q = {
|
|
|
2160
2807
|
children: t.title
|
|
2161
2808
|
}),
|
|
2162
2809
|
n.map((e, t) => o(e, t)),
|
|
2163
|
-
r && r.buttons.length > 0 && /* @__PURE__ */
|
|
2810
|
+
r && r.buttons.length > 0 && /* @__PURE__ */ U(C, {
|
|
2164
2811
|
size: r.ncolumn,
|
|
2165
|
-
children: /* @__PURE__ */
|
|
2812
|
+
children: /* @__PURE__ */ U(i, {
|
|
2166
2813
|
sx: {
|
|
2167
2814
|
display: "flex",
|
|
2168
2815
|
justifyContent: "flex-end",
|
|
2169
2816
|
alignItems: "center",
|
|
2170
2817
|
gap: "10px"
|
|
2171
2818
|
},
|
|
2172
|
-
children: r.buttons.map((e, t) => /* @__PURE__ */
|
|
2819
|
+
children: r.buttons.map((e, t) => /* @__PURE__ */ U(a, {
|
|
2173
2820
|
variant: e.variant,
|
|
2174
2821
|
color: "gr-yellow",
|
|
2175
2822
|
sx: { ...e.sx },
|
|
2176
2823
|
onClick: e.onClick,
|
|
2177
2824
|
disabled: e.disabled,
|
|
2178
2825
|
disableElevation: !0,
|
|
2179
|
-
children: e.icon ? e.icon : /* @__PURE__ */
|
|
2826
|
+
children: e.icon ? e.icon : /* @__PURE__ */ U("span", {
|
|
2180
2827
|
style: {
|
|
2181
2828
|
marginTop: "2px",
|
|
2182
2829
|
textTransform: "none",
|
|
@@ -2190,13 +2837,13 @@ var Q = {
|
|
|
2190
2837
|
]
|
|
2191
2838
|
})
|
|
2192
2839
|
}) });
|
|
2193
|
-
},
|
|
2840
|
+
}, sn = (e) => /* @__PURE__ */ W(H, { children: [/* @__PURE__ */ U(Me, {
|
|
2194
2841
|
...e,
|
|
2195
2842
|
apiRef: e.apiRef,
|
|
2196
2843
|
showToolbar: e.toolbar !== void 0,
|
|
2197
2844
|
headerFilters: e.headerFilters,
|
|
2198
2845
|
slots: {
|
|
2199
|
-
toolbar:
|
|
2846
|
+
toolbar: on,
|
|
2200
2847
|
headerFilterMenu: null
|
|
2201
2848
|
},
|
|
2202
2849
|
slotProps: {
|
|
@@ -2204,10 +2851,10 @@ var Q = {
|
|
|
2204
2851
|
toolbar: { ...e.toolbar },
|
|
2205
2852
|
baseTextField: {
|
|
2206
2853
|
color: e.toolbar === void 0 ? "error" : "primary",
|
|
2207
|
-
slotProps: { input: { endAdornment: /* @__PURE__ */
|
|
2854
|
+
slotProps: { input: { endAdornment: /* @__PURE__ */ U(E, {
|
|
2208
2855
|
sx: { color: (t) => e.toolbar === void 0 ? t.palette["gr-grey"].light : t.palette["gr-grey"].main },
|
|
2209
2856
|
position: "end",
|
|
2210
|
-
children: /* @__PURE__ */
|
|
2857
|
+
children: /* @__PURE__ */ U(Ve, {})
|
|
2211
2858
|
}) } }
|
|
2212
2859
|
},
|
|
2213
2860
|
loadingOverlay: {
|
|
@@ -2312,20 +2959,20 @@ var Q = {
|
|
|
2312
2959
|
onCellEditStop: e.onCellEditStop,
|
|
2313
2960
|
disableVirtualization: !0,
|
|
2314
2961
|
initialState: e.initialState
|
|
2315
|
-
}), /* @__PURE__ */
|
|
2962
|
+
}), /* @__PURE__ */ U($t, {
|
|
2316
2963
|
contextMenu: e.contextMenu,
|
|
2317
2964
|
setContextMenu: e.setContextMenu,
|
|
2318
2965
|
options: e.options,
|
|
2319
2966
|
checked: e.rowSelectionModel,
|
|
2320
2967
|
optionGroup: e.optionGroup
|
|
2321
|
-
})] }),
|
|
2322
|
-
let e =
|
|
2968
|
+
})] }), cn = () => {
|
|
2969
|
+
let e = Ne(), [t, n] = B(!1), [r, i] = B([]), [a, o] = B({
|
|
2323
2970
|
pageSize: 25,
|
|
2324
2971
|
page: 0
|
|
2325
|
-
}), [s, c] =
|
|
2972
|
+
}), [s, c] = B({
|
|
2326
2973
|
type: "include",
|
|
2327
2974
|
ids: /* @__PURE__ */ new Set()
|
|
2328
|
-
}), [l, u] =
|
|
2975
|
+
}), [l, u] = B(null), [d, f] = B("table");
|
|
2329
2976
|
return {
|
|
2330
2977
|
apiRef: e,
|
|
2331
2978
|
rows: r,
|
|
@@ -2341,14 +2988,14 @@ var Q = {
|
|
|
2341
2988
|
optionGroup: d,
|
|
2342
2989
|
setOptionGroup: f
|
|
2343
2990
|
};
|
|
2344
|
-
},
|
|
2345
|
-
let { enqueueSnackbar: t } =
|
|
2346
|
-
|
|
2991
|
+
}, ln = () => {
|
|
2992
|
+
let { enqueueSnackbar: t } = De(), n = (e) => {
|
|
2993
|
+
Ee(e);
|
|
2347
2994
|
};
|
|
2348
2995
|
return {
|
|
2349
2996
|
showAlert: (r, i) => t(i, {
|
|
2350
2997
|
variant: r,
|
|
2351
|
-
content: (t, i) => /* @__PURE__ */
|
|
2998
|
+
content: (t, i) => /* @__PURE__ */ U(e, {
|
|
2352
2999
|
sx: {
|
|
2353
3000
|
borderRadius: "24px",
|
|
2354
3001
|
bgcolor: "#fff",
|
|
@@ -2357,11 +3004,11 @@ var Q = {
|
|
|
2357
3004
|
},
|
|
2358
3005
|
severity: r,
|
|
2359
3006
|
iconMapping: {
|
|
2360
|
-
error: /* @__PURE__ */
|
|
2361
|
-
info: /* @__PURE__ */
|
|
2362
|
-
success: /* @__PURE__ */
|
|
2363
|
-
warning: /* @__PURE__ */
|
|
2364
|
-
default: /* @__PURE__ */
|
|
3007
|
+
error: /* @__PURE__ */ U(He, {}),
|
|
3008
|
+
info: /* @__PURE__ */ U(Ge, {}),
|
|
3009
|
+
success: /* @__PURE__ */ U(Ue, {}),
|
|
3010
|
+
warning: /* @__PURE__ */ U(We, {}),
|
|
3011
|
+
default: /* @__PURE__ */ U(d, {
|
|
2365
3012
|
color: "gr-blue",
|
|
2366
3013
|
size: 20
|
|
2367
3014
|
})
|
|
@@ -2372,9 +3019,9 @@ var Q = {
|
|
|
2372
3019
|
}),
|
|
2373
3020
|
closeAlert: n
|
|
2374
3021
|
};
|
|
2375
|
-
},
|
|
2376
|
-
let { format: s } =
|
|
2377
|
-
return /* @__PURE__ */
|
|
3022
|
+
}, un = ({ label: e, initialValue: t, value: n, setValue: r, disabled: i, fullWidth: a, white: o }) => {
|
|
3023
|
+
let { format: s } = L(Y);
|
|
3024
|
+
return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(Je, {
|
|
2378
3025
|
label: e,
|
|
2379
3026
|
defaultValue: t,
|
|
2380
3027
|
value: n,
|
|
@@ -2400,9 +3047,9 @@ var Q = {
|
|
|
2400
3047
|
disabled: i,
|
|
2401
3048
|
fullWidth: a
|
|
2402
3049
|
}) });
|
|
2403
|
-
},
|
|
2404
|
-
let [s, c] =
|
|
2405
|
-
return /* @__PURE__ */
|
|
3050
|
+
}, dn = ({ label: e, placeholder: t, values: r, value: i, setValue: a, white: o }) => {
|
|
3051
|
+
let [s, c] = B(!1);
|
|
3052
|
+
return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(n, {
|
|
2406
3053
|
multiple: !0,
|
|
2407
3054
|
options: r,
|
|
2408
3055
|
getOptionLabel: (e) => e.label,
|
|
@@ -2412,7 +3059,7 @@ var Q = {
|
|
|
2412
3059
|
},
|
|
2413
3060
|
onOpen: () => c(!0),
|
|
2414
3061
|
onClose: () => c(!1),
|
|
2415
|
-
renderInput: (n) => /* @__PURE__ */
|
|
3062
|
+
renderInput: (n) => /* @__PURE__ */ U(P, {
|
|
2416
3063
|
...n,
|
|
2417
3064
|
label: e,
|
|
2418
3065
|
placeholder: t,
|
|
@@ -2443,10 +3090,10 @@ var Q = {
|
|
|
2443
3090
|
}),
|
|
2444
3091
|
renderValue: (e, t) => e.map((e, n) => {
|
|
2445
3092
|
let { key: r, ...i } = t({ index: n });
|
|
2446
|
-
return /* @__PURE__ */
|
|
3093
|
+
return /* @__PURE__ */ U(F, {
|
|
2447
3094
|
title: e.highlight?.tooltip,
|
|
2448
3095
|
sx: { borderRadius: "24px" },
|
|
2449
|
-
children: /* @__PURE__ */
|
|
3096
|
+
children: /* @__PURE__ */ U(u, {
|
|
2450
3097
|
variant: "filled",
|
|
2451
3098
|
label: e.label,
|
|
2452
3099
|
size: "small",
|
|
@@ -2464,7 +3111,7 @@ var Q = {
|
|
|
2464
3111
|
}, r)
|
|
2465
3112
|
});
|
|
2466
3113
|
}),
|
|
2467
|
-
popupIcon: /* @__PURE__ */
|
|
3114
|
+
popupIcon: /* @__PURE__ */ U(Ye, { sx: { color: o ? "black" : "white" } }),
|
|
2468
3115
|
slotProps: {
|
|
2469
3116
|
paper: { sx: {
|
|
2470
3117
|
maxHeight: "500px",
|
|
@@ -2481,16 +3128,16 @@ var Q = {
|
|
|
2481
3128
|
color: o ? "black" : "white"
|
|
2482
3129
|
},
|
|
2483
3130
|
size: "small",
|
|
2484
|
-
deleteIcon: /* @__PURE__ */
|
|
3131
|
+
deleteIcon: /* @__PURE__ */ U(He, { sx: { color: o ? "black !important" : "white !important" } })
|
|
2485
3132
|
}
|
|
2486
3133
|
},
|
|
2487
3134
|
limitTags: 2,
|
|
2488
3135
|
size: "small"
|
|
2489
3136
|
}) });
|
|
2490
|
-
},
|
|
3137
|
+
}, fn = ({ label: e, value: t, setValue: n, values: r, placeholder: i, disabled: a, fullWidth: o, white: s }) => /* @__PURE__ */ U(H, { children: /* @__PURE__ */ W(y, {
|
|
2491
3138
|
fullWidth: o,
|
|
2492
3139
|
focused: !0,
|
|
2493
|
-
children: [/* @__PURE__ */
|
|
3140
|
+
children: [/* @__PURE__ */ U(D, {
|
|
2494
3141
|
id: `filter-table-label-${e}`,
|
|
2495
3142
|
sx: {
|
|
2496
3143
|
color: s ? "black" : "white",
|
|
@@ -2499,7 +3146,7 @@ var Q = {
|
|
|
2499
3146
|
"&[data-shrink=\"false\"]": { transform: "translateY(12px) translateX(12px)" }
|
|
2500
3147
|
},
|
|
2501
3148
|
children: e
|
|
2502
|
-
}), /* @__PURE__ */
|
|
3149
|
+
}), /* @__PURE__ */ W(oe, {
|
|
2503
3150
|
labelId: `filter-table-label-${e}`,
|
|
2504
3151
|
id: `filter-${e}`,
|
|
2505
3152
|
value: t,
|
|
@@ -2507,7 +3154,7 @@ var Q = {
|
|
|
2507
3154
|
onChange: (e) => n(e.target.value),
|
|
2508
3155
|
color: "gr-yellow",
|
|
2509
3156
|
sx: { color: s ? "black" : "white" },
|
|
2510
|
-
IconComponent: (e) => /* @__PURE__ */
|
|
3157
|
+
IconComponent: (e) => /* @__PURE__ */ U(Pe, {
|
|
2511
3158
|
...e,
|
|
2512
3159
|
sx: {
|
|
2513
3160
|
color: s ? "black !important" : "white !important",
|
|
@@ -2535,42 +3182,42 @@ var Q = {
|
|
|
2535
3182
|
} },
|
|
2536
3183
|
displayEmpty: !0,
|
|
2537
3184
|
disabled: a,
|
|
2538
|
-
children: [/* @__PURE__ */
|
|
3185
|
+
children: [/* @__PURE__ */ U(N, {
|
|
2539
3186
|
sx: { mt: 2 },
|
|
2540
3187
|
disabled: !0,
|
|
2541
3188
|
value: "",
|
|
2542
|
-
children: /* @__PURE__ */
|
|
2543
|
-
}), r.map((e) => /* @__PURE__ */
|
|
3189
|
+
children: /* @__PURE__ */ U("em", { children: i })
|
|
3190
|
+
}), r.map((e) => /* @__PURE__ */ U(N, {
|
|
2544
3191
|
value: e.value,
|
|
2545
3192
|
children: e.label
|
|
2546
3193
|
}, e.value))]
|
|
2547
3194
|
})]
|
|
2548
|
-
}) }),
|
|
3195
|
+
}) }), pn = ({ item: e, path: t }) => e.children.length === 0 ? /* @__PURE__ */ U(Ze, {
|
|
2549
3196
|
itemId: `${t}/${e.id}`,
|
|
2550
3197
|
label: e.name,
|
|
2551
3198
|
disabled: e.disabled,
|
|
2552
3199
|
onClick: () => {
|
|
2553
3200
|
e.onClick && e.onClick(`${t}/${e.id}`);
|
|
2554
3201
|
}
|
|
2555
|
-
}) : /* @__PURE__ */
|
|
3202
|
+
}) : /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(Ze, {
|
|
2556
3203
|
itemId: `${t}/${e.id}`,
|
|
2557
3204
|
label: e.name,
|
|
2558
3205
|
disabled: e.disabled,
|
|
2559
|
-
children: e.children.map((n) => /* @__PURE__ */
|
|
3206
|
+
children: e.children.map((n) => /* @__PURE__ */ U(pn, {
|
|
2560
3207
|
item: n,
|
|
2561
3208
|
path: `${t}/${e.id}`
|
|
2562
3209
|
}, n.id))
|
|
2563
|
-
}) }),
|
|
3210
|
+
}) }), mn = ({ items: e }) => /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(Xe, {
|
|
2564
3211
|
sx: {
|
|
2565
3212
|
borderRadius: "16px",
|
|
2566
3213
|
border: (e) => `1px solid ${e.palette["gr-base-dark"].main}`,
|
|
2567
3214
|
p: 1.5
|
|
2568
3215
|
},
|
|
2569
|
-
children: e.map((e) => /* @__PURE__ */
|
|
3216
|
+
children: e.map((e) => /* @__PURE__ */ U(pn, {
|
|
2570
3217
|
item: e,
|
|
2571
3218
|
path: "origin"
|
|
2572
3219
|
}, e.id))
|
|
2573
|
-
}) }),
|
|
3220
|
+
}) }), hn = ({ label: e, initialValue: t, value: n, setValue: r, disabled: i, fullWidth: a, white: o }) => /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(Ae, {
|
|
2574
3221
|
label: e,
|
|
2575
3222
|
disabled: i,
|
|
2576
3223
|
format: "HH:mm",
|
|
@@ -2593,12 +3240,12 @@ var Q = {
|
|
|
2593
3240
|
borderRadius: "16px",
|
|
2594
3241
|
color: o ? "black !important" : "white !important"
|
|
2595
3242
|
},
|
|
2596
|
-
endAdornment: /* @__PURE__ */
|
|
3243
|
+
endAdornment: /* @__PURE__ */ U(Qe, { style: { color: o ? "black" : "white" } })
|
|
2597
3244
|
} }
|
|
2598
3245
|
} }
|
|
2599
|
-
}) }),
|
|
2600
|
-
let { format: s, singleShortcut: c } =
|
|
2601
|
-
return /* @__PURE__ */
|
|
3246
|
+
}) }), gn = ({ label: e, initialValue: t, value: n, setValue: r, disabled: i, white: a, fullWidth: o }) => {
|
|
3247
|
+
let { format: s, singleShortcut: c } = L(Y);
|
|
3248
|
+
return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(Oe, {
|
|
2602
3249
|
label: e,
|
|
2603
3250
|
defaultValue: t,
|
|
2604
3251
|
value: n,
|
|
@@ -2641,9 +3288,9 @@ var Q = {
|
|
|
2641
3288
|
} }
|
|
2642
3289
|
}
|
|
2643
3290
|
}) });
|
|
2644
|
-
},
|
|
2645
|
-
let { format: c, rangeShortcut: l } =
|
|
2646
|
-
return /* @__PURE__ */
|
|
3291
|
+
}, _n = ({ label: e, initialValue: t, value: n, setValue: r, calendars: i, disabled: a, white: o, fullWidth: s }) => {
|
|
3292
|
+
let { format: c, rangeShortcut: l } = L(Y);
|
|
3293
|
+
return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(Le, {
|
|
2647
3294
|
label: e,
|
|
2648
3295
|
defaultValue: t,
|
|
2649
3296
|
value: n,
|
|
@@ -2688,9 +3335,9 @@ var Q = {
|
|
|
2688
3335
|
} }
|
|
2689
3336
|
}
|
|
2690
3337
|
}) });
|
|
2691
|
-
},
|
|
2692
|
-
let { rangeShortcut: o } =
|
|
2693
|
-
return /* @__PURE__ */
|
|
3338
|
+
}, vn = ({ initialValue: e, value: t, setValue: n, calendars: r, disabled: i, white: a }) => {
|
|
3339
|
+
let { rangeShortcut: o } = L(Y);
|
|
3340
|
+
return /* @__PURE__ */ U($e, {
|
|
2694
3341
|
defaultValue: e,
|
|
2695
3342
|
value: t,
|
|
2696
3343
|
onChange: (e) => {
|
|
@@ -2731,13 +3378,13 @@ var Q = {
|
|
|
2731
3378
|
} }
|
|
2732
3379
|
}
|
|
2733
3380
|
});
|
|
2734
|
-
},
|
|
3381
|
+
}, yn = ({ data: e, setData: t, columnLabels: n, buttons: r }) => /* @__PURE__ */ U(H, { children: /* @__PURE__ */ W(C, {
|
|
2735
3382
|
sx: { overflow: "hidden" },
|
|
2736
3383
|
container: !0,
|
|
2737
3384
|
spacing: 2,
|
|
2738
|
-
children: [/* @__PURE__ */
|
|
3385
|
+
children: [/* @__PURE__ */ W(C, {
|
|
2739
3386
|
size: 1,
|
|
2740
|
-
children: [/* @__PURE__ */
|
|
3387
|
+
children: [/* @__PURE__ */ U(a, {
|
|
2741
3388
|
variant: "contained",
|
|
2742
3389
|
size: "small",
|
|
2743
3390
|
color: "gr-base-dark",
|
|
@@ -2752,7 +3399,7 @@ var Q = {
|
|
|
2752
3399
|
mb: 2
|
|
2753
3400
|
},
|
|
2754
3401
|
onClick: () => t(e.slice(0, -1)),
|
|
2755
|
-
children: /* @__PURE__ */
|
|
3402
|
+
children: /* @__PURE__ */ U(w, {
|
|
2756
3403
|
baseClassName: "material-symbols-rounded",
|
|
2757
3404
|
sx: {
|
|
2758
3405
|
color: "#FFFFFF",
|
|
@@ -2760,7 +3407,7 @@ var Q = {
|
|
|
2760
3407
|
},
|
|
2761
3408
|
children: "remove"
|
|
2762
3409
|
})
|
|
2763
|
-
}), /* @__PURE__ */
|
|
3410
|
+
}), /* @__PURE__ */ U(a, {
|
|
2764
3411
|
variant: "contained",
|
|
2765
3412
|
size: "small",
|
|
2766
3413
|
color: "gr-base-dark",
|
|
@@ -2773,7 +3420,7 @@ var Q = {
|
|
|
2773
3420
|
p: 1
|
|
2774
3421
|
},
|
|
2775
3422
|
onClick: () => t([...e, n.map(() => ({ value: "" }))]),
|
|
2776
|
-
children: /* @__PURE__ */
|
|
3423
|
+
children: /* @__PURE__ */ U(w, {
|
|
2777
3424
|
baseClassName: "material-symbols-rounded",
|
|
2778
3425
|
sx: {
|
|
2779
3426
|
color: "#FFFFFF",
|
|
@@ -2782,12 +3429,12 @@ var Q = {
|
|
|
2782
3429
|
children: "add"
|
|
2783
3430
|
})
|
|
2784
3431
|
})]
|
|
2785
|
-
}), /* @__PURE__ */
|
|
3432
|
+
}), /* @__PURE__ */ U(C, {
|
|
2786
3433
|
size: 11,
|
|
2787
|
-
children: /* @__PURE__ */
|
|
3434
|
+
children: /* @__PURE__ */ W(C, {
|
|
2788
3435
|
container: !0,
|
|
2789
3436
|
children: [
|
|
2790
|
-
/* @__PURE__ */
|
|
3437
|
+
/* @__PURE__ */ U(C, {
|
|
2791
3438
|
size: 8,
|
|
2792
3439
|
sx: {
|
|
2793
3440
|
bgcolor: (e) => e.palette["gr-base-dark"].main,
|
|
@@ -2798,7 +3445,7 @@ var Q = {
|
|
|
2798
3445
|
justifyContent: "center",
|
|
2799
3446
|
gap: 1
|
|
2800
3447
|
},
|
|
2801
|
-
children: r.map((e, t) => /* @__PURE__ */
|
|
3448
|
+
children: r.map((e, t) => /* @__PURE__ */ W(a, {
|
|
2802
3449
|
sx: {
|
|
2803
3450
|
borderRadius: "20px",
|
|
2804
3451
|
textTransform: "none"
|
|
@@ -2807,7 +3454,7 @@ var Q = {
|
|
|
2807
3454
|
size: "small",
|
|
2808
3455
|
color: "gr-base-light",
|
|
2809
3456
|
onClick: e.onClick,
|
|
2810
|
-
children: [e.label, /* @__PURE__ */
|
|
3457
|
+
children: [e.label, /* @__PURE__ */ U(w, {
|
|
2811
3458
|
baseClassName: "material-symbols-rounded",
|
|
2812
3459
|
sx: {
|
|
2813
3460
|
ml: 1,
|
|
@@ -2819,7 +3466,7 @@ var Q = {
|
|
|
2819
3466
|
})]
|
|
2820
3467
|
}, t))
|
|
2821
3468
|
}),
|
|
2822
|
-
/* @__PURE__ */
|
|
3469
|
+
/* @__PURE__ */ U(C, {
|
|
2823
3470
|
size: 4,
|
|
2824
3471
|
sx: {
|
|
2825
3472
|
bgcolor: (e) => e.palette["gr-base-dark"].main,
|
|
@@ -2831,7 +3478,7 @@ var Q = {
|
|
|
2831
3478
|
gap: 1
|
|
2832
3479
|
}
|
|
2833
3480
|
}),
|
|
2834
|
-
/* @__PURE__ */
|
|
3481
|
+
/* @__PURE__ */ U(C, {
|
|
2835
3482
|
size: 12,
|
|
2836
3483
|
sx: {
|
|
2837
3484
|
overflowX: "auto",
|
|
@@ -2839,7 +3486,7 @@ var Q = {
|
|
|
2839
3486
|
borderBottomLeftRadius: "20px",
|
|
2840
3487
|
borderBottomRightRadius: "20px"
|
|
2841
3488
|
},
|
|
2842
|
-
children: /* @__PURE__ */
|
|
3489
|
+
children: /* @__PURE__ */ U(et, {
|
|
2843
3490
|
data: e,
|
|
2844
3491
|
columnLabels: n,
|
|
2845
3492
|
onChange: (e) => t(e),
|
|
@@ -2849,13 +3496,13 @@ var Q = {
|
|
|
2849
3496
|
]
|
|
2850
3497
|
})
|
|
2851
3498
|
})]
|
|
2852
|
-
}) }),
|
|
2853
|
-
let t =
|
|
2854
|
-
return /* @__PURE__ */
|
|
3499
|
+
}) }), bn = (e) => {
|
|
3500
|
+
let t = z(null);
|
|
3501
|
+
return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(Ke, {
|
|
2855
3502
|
nodeRef: t,
|
|
2856
3503
|
handle: "#draggable-dialog-title",
|
|
2857
3504
|
cancel: "[class*=\"MuiDialogContent-root\"]",
|
|
2858
|
-
children: /* @__PURE__ */
|
|
3505
|
+
children: /* @__PURE__ */ U(re, {
|
|
2859
3506
|
...e,
|
|
2860
3507
|
ref: t,
|
|
2861
3508
|
sx: {
|
|
@@ -2871,13 +3518,13 @@ var Q = {
|
|
|
2871
3518
|
}
|
|
2872
3519
|
})
|
|
2873
3520
|
}) });
|
|
2874
|
-
},
|
|
2875
|
-
let [v, E] =
|
|
3521
|
+
}, xn = ({ title: n, alert: r, action: o, fields: s, open: c, setOpen: u, loading: f, onClickSave: _ }) => {
|
|
3522
|
+
let [v, E] = B(!1), D = (e, t) => {
|
|
2876
3523
|
switch (e.element) {
|
|
2877
|
-
case "TextField": return /* @__PURE__ */
|
|
3524
|
+
case "TextField": return /* @__PURE__ */ U(C, {
|
|
2878
3525
|
size: e.ncolumn,
|
|
2879
3526
|
sx: { mb: "20px" },
|
|
2880
|
-
children: /* @__PURE__ */
|
|
3527
|
+
children: /* @__PURE__ */ U(P, {
|
|
2881
3528
|
fullWidth: !0,
|
|
2882
3529
|
variant: "outlined",
|
|
2883
3530
|
label: e.label,
|
|
@@ -2894,10 +3541,10 @@ var Q = {
|
|
|
2894
3541
|
size: "small"
|
|
2895
3542
|
})
|
|
2896
3543
|
}, t);
|
|
2897
|
-
case "SelectField": return /* @__PURE__ */
|
|
3544
|
+
case "SelectField": return /* @__PURE__ */ U(C, {
|
|
2898
3545
|
size: e.ncolumn,
|
|
2899
3546
|
sx: { mb: "20px" },
|
|
2900
|
-
children: /* @__PURE__ */
|
|
3547
|
+
children: /* @__PURE__ */ U(fn, {
|
|
2901
3548
|
label: e.label,
|
|
2902
3549
|
placeholder: e.placeholder,
|
|
2903
3550
|
value: e.value,
|
|
@@ -2908,10 +3555,10 @@ var Q = {
|
|
|
2908
3555
|
white: !0
|
|
2909
3556
|
})
|
|
2910
3557
|
}, t);
|
|
2911
|
-
case "DateField": return /* @__PURE__ */
|
|
3558
|
+
case "DateField": return /* @__PURE__ */ U(C, {
|
|
2912
3559
|
size: e.ncolumn,
|
|
2913
3560
|
sx: { mb: "20px" },
|
|
2914
|
-
children: /* @__PURE__ */
|
|
3561
|
+
children: /* @__PURE__ */ U(un, {
|
|
2915
3562
|
label: e.label,
|
|
2916
3563
|
initialValue: e.initialValue,
|
|
2917
3564
|
value: e.value,
|
|
@@ -2921,11 +3568,11 @@ var Q = {
|
|
|
2921
3568
|
white: !0
|
|
2922
3569
|
})
|
|
2923
3570
|
}, t);
|
|
2924
|
-
case "CheckboxField": return /* @__PURE__ */
|
|
3571
|
+
case "CheckboxField": return /* @__PURE__ */ U(C, {
|
|
2925
3572
|
size: e.ncolumn,
|
|
2926
3573
|
sx: { mb: "20px" },
|
|
2927
|
-
children: /* @__PURE__ */
|
|
2928
|
-
control: /* @__PURE__ */
|
|
3574
|
+
children: /* @__PURE__ */ U(x, { children: /* @__PURE__ */ U(b, {
|
|
3575
|
+
control: /* @__PURE__ */ U(l, {
|
|
2929
3576
|
sx: {
|
|
2930
3577
|
ml: 1.5,
|
|
2931
3578
|
color: (e) => e.palette["gr-base-dark"].main,
|
|
@@ -2938,11 +3585,11 @@ var Q = {
|
|
|
2938
3585
|
label: e.label
|
|
2939
3586
|
}) })
|
|
2940
3587
|
}, t);
|
|
2941
|
-
case "CheckboxGroup": return /* @__PURE__ */
|
|
3588
|
+
case "CheckboxGroup": return /* @__PURE__ */ U(C, {
|
|
2942
3589
|
size: e.ncolumn,
|
|
2943
3590
|
sx: { mb: "20px" },
|
|
2944
|
-
children: /* @__PURE__ */
|
|
2945
|
-
control: /* @__PURE__ */
|
|
3591
|
+
children: /* @__PURE__ */ U(x, { children: e.checkboxs.map((e, t) => /* @__PURE__ */ U(b, {
|
|
3592
|
+
control: /* @__PURE__ */ U(l, {
|
|
2946
3593
|
sx: {
|
|
2947
3594
|
ml: 1.5,
|
|
2948
3595
|
color: (e) => e.palette["gr-base-dark"].main,
|
|
@@ -2954,18 +3601,18 @@ var Q = {
|
|
|
2954
3601
|
label: e.label
|
|
2955
3602
|
}, t)) })
|
|
2956
3603
|
}, t);
|
|
2957
|
-
case "RadioGroupField": return /* @__PURE__ */
|
|
3604
|
+
case "RadioGroupField": return /* @__PURE__ */ U(C, {
|
|
2958
3605
|
size: e.ncolumn,
|
|
2959
3606
|
sx: { mb: "20px" },
|
|
2960
|
-
children: /* @__PURE__ */
|
|
3607
|
+
children: /* @__PURE__ */ W(y, {
|
|
2961
3608
|
sx: { mt: e.label.text ? "none" : "-7px" },
|
|
2962
|
-
children: [/* @__PURE__ */
|
|
3609
|
+
children: [/* @__PURE__ */ U(S, { children: e.label.text }), /* @__PURE__ */ U(ae, {
|
|
2963
3610
|
value: e.value,
|
|
2964
3611
|
onChange: (t) => e.setValue(t.target.value),
|
|
2965
3612
|
row: e.row,
|
|
2966
|
-
children: e.radios.map((e, t) => /* @__PURE__ */
|
|
3613
|
+
children: e.radios.map((e, t) => /* @__PURE__ */ U(b, {
|
|
2967
3614
|
value: e.value,
|
|
2968
|
-
control: /* @__PURE__ */
|
|
3615
|
+
control: /* @__PURE__ */ U(ie, { sx: {
|
|
2969
3616
|
color: (e) => e.palette["gr-base-dark"].main,
|
|
2970
3617
|
"&.Mui-checked": { color: (e) => e.palette["gr-base-dark"].main }
|
|
2971
3618
|
} }),
|
|
@@ -2976,10 +3623,10 @@ var Q = {
|
|
|
2976
3623
|
})]
|
|
2977
3624
|
})
|
|
2978
3625
|
}, t);
|
|
2979
|
-
case "AutoCompleteField": return /* @__PURE__ */
|
|
3626
|
+
case "AutoCompleteField": return /* @__PURE__ */ U(C, {
|
|
2980
3627
|
size: e.ncolumn,
|
|
2981
3628
|
sx: { mb: "20px" },
|
|
2982
|
-
children: /* @__PURE__ */
|
|
3629
|
+
children: /* @__PURE__ */ U(dn, {
|
|
2983
3630
|
label: e.label,
|
|
2984
3631
|
placeholder: "Seleccionar",
|
|
2985
3632
|
values: e.values,
|
|
@@ -2988,40 +3635,40 @@ var Q = {
|
|
|
2988
3635
|
white: !0
|
|
2989
3636
|
})
|
|
2990
3637
|
}, t);
|
|
2991
|
-
case "ListField": return /* @__PURE__ */
|
|
3638
|
+
case "ListField": return /* @__PURE__ */ U(C, {
|
|
2992
3639
|
size: e.ncolumn,
|
|
2993
3640
|
sx: { mb: "20px" },
|
|
2994
|
-
children: /* @__PURE__ */
|
|
3641
|
+
children: /* @__PURE__ */ U(O, {
|
|
2995
3642
|
dense: !0,
|
|
2996
3643
|
sx: {
|
|
2997
3644
|
borderRadius: "16px",
|
|
2998
3645
|
border: (t) => e.border ? `1px solid ${t.palette["gr-grey"].dark}` : "none"
|
|
2999
3646
|
},
|
|
3000
|
-
children: e.items.map((t, n) => /* @__PURE__ */
|
|
3647
|
+
children: e.items.map((t, n) => /* @__PURE__ */ W(ee, {
|
|
3001
3648
|
secondaryAction: e.action,
|
|
3002
|
-
children: [t.icon && /* @__PURE__ */
|
|
3649
|
+
children: [t.icon && /* @__PURE__ */ U(j, { children: /* @__PURE__ */ U(w, {
|
|
3003
3650
|
baseClassName: "material-symbols-rounded",
|
|
3004
3651
|
sx: { color: t.icon?.color },
|
|
3005
3652
|
children: t.icon?.name
|
|
3006
|
-
}) }), /* @__PURE__ */
|
|
3653
|
+
}) }), /* @__PURE__ */ U(M, {
|
|
3007
3654
|
primary: t.primaryText,
|
|
3008
3655
|
secondary: t.secondaryText
|
|
3009
3656
|
})]
|
|
3010
3657
|
}, n))
|
|
3011
3658
|
})
|
|
3012
3659
|
}, t);
|
|
3013
|
-
case "TreeviewField": return /* @__PURE__ */
|
|
3660
|
+
case "TreeviewField": return /* @__PURE__ */ W(C, {
|
|
3014
3661
|
size: e.ncolumn,
|
|
3015
3662
|
sx: { mb: "20px" },
|
|
3016
|
-
children: [/* @__PURE__ */
|
|
3663
|
+
children: [/* @__PURE__ */ U(I, {
|
|
3017
3664
|
variant: "body1",
|
|
3018
3665
|
children: e.label
|
|
3019
|
-
}), /* @__PURE__ */
|
|
3666
|
+
}), /* @__PURE__ */ U(mn, { items: e.items })]
|
|
3020
3667
|
}, t);
|
|
3021
|
-
case "TimeField": return /* @__PURE__ */
|
|
3668
|
+
case "TimeField": return /* @__PURE__ */ U(C, {
|
|
3022
3669
|
size: e.ncolumn,
|
|
3023
3670
|
sx: { mb: "20px" },
|
|
3024
|
-
children: /* @__PURE__ */
|
|
3671
|
+
children: /* @__PURE__ */ U(hn, {
|
|
3025
3672
|
label: e.label,
|
|
3026
3673
|
initialValue: e.initialValue,
|
|
3027
3674
|
value: e.value,
|
|
@@ -3031,18 +3678,18 @@ var Q = {
|
|
|
3031
3678
|
white: !0
|
|
3032
3679
|
})
|
|
3033
3680
|
}, t);
|
|
3034
|
-
case "TypographyField": return /* @__PURE__ */
|
|
3681
|
+
case "TypographyField": return /* @__PURE__ */ U(C, {
|
|
3035
3682
|
size: e.ncolumn,
|
|
3036
3683
|
sx: { mb: "20px" },
|
|
3037
|
-
children: /* @__PURE__ */
|
|
3684
|
+
children: /* @__PURE__ */ U(I, {
|
|
3038
3685
|
variant: "body1",
|
|
3039
3686
|
children: e.text
|
|
3040
3687
|
})
|
|
3041
3688
|
}, t);
|
|
3042
|
-
case "DatePickerField": return /* @__PURE__ */
|
|
3689
|
+
case "DatePickerField": return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(C, {
|
|
3043
3690
|
size: e.ncolumn,
|
|
3044
3691
|
sx: { mb: "20px" },
|
|
3045
|
-
children: /* @__PURE__ */
|
|
3692
|
+
children: /* @__PURE__ */ U(gn, {
|
|
3046
3693
|
label: e.label,
|
|
3047
3694
|
initialValue: e.initialValue,
|
|
3048
3695
|
value: e.value,
|
|
@@ -3052,10 +3699,10 @@ var Q = {
|
|
|
3052
3699
|
white: !0
|
|
3053
3700
|
})
|
|
3054
3701
|
}, t) });
|
|
3055
|
-
case "DateRangePickerField": return /* @__PURE__ */
|
|
3702
|
+
case "DateRangePickerField": return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(C, {
|
|
3056
3703
|
size: e.ncolumn,
|
|
3057
3704
|
sx: { mb: "20px" },
|
|
3058
|
-
children: /* @__PURE__ */
|
|
3705
|
+
children: /* @__PURE__ */ U(_n, {
|
|
3059
3706
|
label: e.label,
|
|
3060
3707
|
initialValue: e.initialValue,
|
|
3061
3708
|
value: e.value,
|
|
@@ -3066,10 +3713,10 @@ var Q = {
|
|
|
3066
3713
|
white: !0
|
|
3067
3714
|
})
|
|
3068
3715
|
}, t) });
|
|
3069
|
-
case "DateRangeCalendarField": return /* @__PURE__ */
|
|
3716
|
+
case "DateRangeCalendarField": return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(C, {
|
|
3070
3717
|
size: e.ncolumn,
|
|
3071
3718
|
sx: { mb: "20px" },
|
|
3072
|
-
children: /* @__PURE__ */
|
|
3719
|
+
children: /* @__PURE__ */ U(vn, {
|
|
3073
3720
|
initialValue: e.initialValue,
|
|
3074
3721
|
value: e.value,
|
|
3075
3722
|
setValue: e.setValue,
|
|
@@ -3078,26 +3725,26 @@ var Q = {
|
|
|
3078
3725
|
white: e.white
|
|
3079
3726
|
})
|
|
3080
3727
|
}, t) });
|
|
3081
|
-
case "SheetField": return /* @__PURE__ */
|
|
3728
|
+
case "SheetField": return /* @__PURE__ */ U(H, { children: /* @__PURE__ */ U(C, {
|
|
3082
3729
|
size: e.ncolumn,
|
|
3083
3730
|
sx: { mb: "20px" },
|
|
3084
|
-
children: /* @__PURE__ */
|
|
3731
|
+
children: /* @__PURE__ */ U(yn, {
|
|
3085
3732
|
data: e.data,
|
|
3086
3733
|
setData: e.setData,
|
|
3087
3734
|
columnLabels: e.columnLabels,
|
|
3088
3735
|
buttons: e.buttons
|
|
3089
3736
|
})
|
|
3090
3737
|
}, t) });
|
|
3091
|
-
case "DividerField": return /* @__PURE__ */
|
|
3738
|
+
case "DividerField": return /* @__PURE__ */ U(C, {
|
|
3092
3739
|
size: 12,
|
|
3093
3740
|
sx: { mb: "20px" },
|
|
3094
|
-
children: /* @__PURE__ */
|
|
3741
|
+
children: /* @__PURE__ */ U(i, { sx: {
|
|
3095
3742
|
width: "100%",
|
|
3096
3743
|
height: "1px",
|
|
3097
3744
|
bgcolor: (e) => e.palette["gr-grey"].dark
|
|
3098
3745
|
} })
|
|
3099
3746
|
}, t);
|
|
3100
|
-
default: return /* @__PURE__ */
|
|
3747
|
+
default: return /* @__PURE__ */ U(H, {});
|
|
3101
3748
|
}
|
|
3102
3749
|
}, k = () => {
|
|
3103
3750
|
s.forEach((e) => {
|
|
@@ -3153,15 +3800,15 @@ var Q = {
|
|
|
3153
3800
|
if (e.element === "RadioGroup") return e.value !== e.initialValue;
|
|
3154
3801
|
}) ? E(!0) : u(!1);
|
|
3155
3802
|
};
|
|
3156
|
-
return
|
|
3803
|
+
return R(() => {
|
|
3157
3804
|
c || k();
|
|
3158
|
-
}, [c]), /* @__PURE__ */
|
|
3805
|
+
}, [c]), /* @__PURE__ */ U(H, { children: /* @__PURE__ */ W(p, {
|
|
3159
3806
|
open: c,
|
|
3160
3807
|
onClose: () => A(s),
|
|
3161
|
-
PaperComponent:
|
|
3808
|
+
PaperComponent: bn,
|
|
3162
3809
|
"aria-labelledby": "draggable-dialog-title",
|
|
3163
3810
|
children: [
|
|
3164
|
-
/* @__PURE__ */
|
|
3811
|
+
/* @__PURE__ */ W(g, {
|
|
3165
3812
|
style: {
|
|
3166
3813
|
cursor: "move",
|
|
3167
3814
|
textAlign: "left",
|
|
@@ -3170,14 +3817,14 @@ var Q = {
|
|
|
3170
3817
|
width: "100%"
|
|
3171
3818
|
},
|
|
3172
3819
|
id: "draggable-dialog-title",
|
|
3173
|
-
children: [n, /* @__PURE__ */
|
|
3820
|
+
children: [n, /* @__PURE__ */ U(T, {
|
|
3174
3821
|
sx: {
|
|
3175
3822
|
position: "absolute",
|
|
3176
3823
|
right: 10,
|
|
3177
3824
|
top: 10
|
|
3178
3825
|
},
|
|
3179
3826
|
onClick: () => A(s),
|
|
3180
|
-
children: /* @__PURE__ */
|
|
3827
|
+
children: /* @__PURE__ */ U(w, {
|
|
3181
3828
|
baseClassName: "material-symbols-rounded",
|
|
3182
3829
|
sx: {
|
|
3183
3830
|
color: (e) => e.palette["gr-base-dark"].main,
|
|
@@ -3187,7 +3834,7 @@ var Q = {
|
|
|
3187
3834
|
})
|
|
3188
3835
|
})]
|
|
3189
3836
|
}),
|
|
3190
|
-
v && r && /* @__PURE__ */
|
|
3837
|
+
v && r && /* @__PURE__ */ U(h, {
|
|
3191
3838
|
sx: {
|
|
3192
3839
|
padding: 0,
|
|
3193
3840
|
margin: 0,
|
|
@@ -3195,44 +3842,44 @@ var Q = {
|
|
|
3195
3842
|
overflow: "hidden",
|
|
3196
3843
|
minHeight: "85px"
|
|
3197
3844
|
},
|
|
3198
|
-
children: /* @__PURE__ */
|
|
3199
|
-
icon: /* @__PURE__ */
|
|
3845
|
+
children: /* @__PURE__ */ W(e, {
|
|
3846
|
+
icon: /* @__PURE__ */ U(qe, {}),
|
|
3200
3847
|
sx: {
|
|
3201
3848
|
borderRadius: "24px",
|
|
3202
3849
|
bgcolor: "#FFEFE5",
|
|
3203
3850
|
border: (e) => `1px solid ${e.palette["gr-orange"].main}`,
|
|
3204
3851
|
"& .MuiAlert-icon": { color: (e) => e.palette["gr-orange"].main }
|
|
3205
3852
|
},
|
|
3206
|
-
action: /* @__PURE__ */
|
|
3853
|
+
action: /* @__PURE__ */ W(i, {
|
|
3207
3854
|
sx: { mt: 3.75 },
|
|
3208
|
-
children: [/* @__PURE__ */
|
|
3855
|
+
children: [/* @__PURE__ */ U(a, {
|
|
3209
3856
|
color: "gr-grey",
|
|
3210
3857
|
size: "small",
|
|
3211
3858
|
onClick: () => E(!1),
|
|
3212
|
-
children: /* @__PURE__ */
|
|
3213
|
-
}), /* @__PURE__ */
|
|
3859
|
+
children: /* @__PURE__ */ U("b", { children: r.actionButton.buttonText })
|
|
3860
|
+
}), /* @__PURE__ */ U(a, {
|
|
3214
3861
|
color: "gr-grey",
|
|
3215
3862
|
size: "small",
|
|
3216
3863
|
onClick: () => {
|
|
3217
3864
|
k(), u(!1);
|
|
3218
3865
|
},
|
|
3219
|
-
children: /* @__PURE__ */
|
|
3866
|
+
children: /* @__PURE__ */ U("b", { children: r.cancelButton.buttonText })
|
|
3220
3867
|
})]
|
|
3221
3868
|
}),
|
|
3222
|
-
children: [/* @__PURE__ */
|
|
3869
|
+
children: [/* @__PURE__ */ U(t, { children: r.title }), /* @__PURE__ */ U(I, {
|
|
3223
3870
|
variant: "body2",
|
|
3224
3871
|
children: r.message
|
|
3225
3872
|
})]
|
|
3226
3873
|
})
|
|
3227
3874
|
}),
|
|
3228
|
-
/* @__PURE__ */
|
|
3875
|
+
/* @__PURE__ */ W(h, {
|
|
3229
3876
|
sx: {
|
|
3230
3877
|
padding: 0,
|
|
3231
3878
|
margin: 0,
|
|
3232
3879
|
position: "relative",
|
|
3233
3880
|
overflow: f ? "hidden" : "auto"
|
|
3234
3881
|
},
|
|
3235
|
-
children: [/* @__PURE__ */
|
|
3882
|
+
children: [/* @__PURE__ */ U(C, {
|
|
3236
3883
|
container: !0,
|
|
3237
3884
|
spacing: 2,
|
|
3238
3885
|
sx: {
|
|
@@ -3240,7 +3887,7 @@ var Q = {
|
|
|
3240
3887
|
visibility: f ? "hidden" : "visible"
|
|
3241
3888
|
},
|
|
3242
3889
|
children: s.map((e, t) => D(e, t))
|
|
3243
|
-
}), f && /* @__PURE__ */
|
|
3890
|
+
}), f && /* @__PURE__ */ U(i, {
|
|
3244
3891
|
sx: {
|
|
3245
3892
|
position: "absolute",
|
|
3246
3893
|
top: 0,
|
|
@@ -3251,10 +3898,10 @@ var Q = {
|
|
|
3251
3898
|
justifyContent: "center",
|
|
3252
3899
|
alignItems: "center"
|
|
3253
3900
|
},
|
|
3254
|
-
children: /* @__PURE__ */
|
|
3901
|
+
children: /* @__PURE__ */ U(d, { size: 60 })
|
|
3255
3902
|
})]
|
|
3256
3903
|
}),
|
|
3257
|
-
/* @__PURE__ */
|
|
3904
|
+
/* @__PURE__ */ W(m, {
|
|
3258
3905
|
sx: {
|
|
3259
3906
|
display: "flex",
|
|
3260
3907
|
flexDirection: "row",
|
|
@@ -3262,7 +3909,7 @@ var Q = {
|
|
|
3262
3909
|
alignItems: "center",
|
|
3263
3910
|
width: "100%"
|
|
3264
3911
|
},
|
|
3265
|
-
children: [o?.cancelButton && /* @__PURE__ */
|
|
3912
|
+
children: [o?.cancelButton && /* @__PURE__ */ U(a, {
|
|
3266
3913
|
variant: "outlined",
|
|
3267
3914
|
autoFocus: !0,
|
|
3268
3915
|
onClick: () => A(s),
|
|
@@ -3274,7 +3921,7 @@ var Q = {
|
|
|
3274
3921
|
},
|
|
3275
3922
|
color: "gr-base-dark",
|
|
3276
3923
|
children: o.cancelButton?.buttonText
|
|
3277
|
-
}), o?.actionButton && /* @__PURE__ */
|
|
3924
|
+
}), o?.actionButton && /* @__PURE__ */ U(a, {
|
|
3278
3925
|
variant: "contained",
|
|
3279
3926
|
onClick: () => {
|
|
3280
3927
|
_();
|
|
@@ -3297,4 +3944,4 @@ var Q = {
|
|
|
3297
3944
|
}) });
|
|
3298
3945
|
};
|
|
3299
3946
|
//#endregion
|
|
3300
|
-
export {
|
|
3947
|
+
export { Zt as Core, Y as CoreContext, Qt as CoreProvider, xn as Form, ot as GoodRabbitDarkTheme, st as GoodRabbitLightTheme, sn as Table, ln as useSystemAlert, cn as useTable };
|