@applica-software-guru/react-admin 1.5.355 → 1.5.356
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/components/ra-lists/ListToolbar.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +1 -1
- package/dist/react-admin.cjs.js.gz +0 -0
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +248 -252
- package/dist/react-admin.es.js.gz +0 -0
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +1 -1
- package/dist/react-admin.umd.js.gz +0 -0
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ra-lists/ListToolbar.tsx +21 -25
package/dist/react-admin.es.js
CHANGED
|
@@ -5,12 +5,12 @@ var w8 = (e) => {
|
|
|
5
5
|
var uk = (e, t, n) => t in e ? ck(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
6
6
|
var Pl = (e, t, n) => uk(e, typeof t != "symbol" ? t + "" : t, n), q0 = (e, t, n) => t.has(e) || w8("Cannot " + n);
|
|
7
7
|
var xn = (e, t, n) => (q0(e, t, "read from private field"), n ? n.call(e) : t.get(e)), eo = (e, t, n) => t.has(e) ? w8("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), go = (e, t, n, r) => (q0(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n), Uo = (e, t, n) => (q0(e, t, "access private method"), n);
|
|
8
|
-
import Po, { jsx as h, jsxs as J, Fragment as
|
|
8
|
+
import Po, { jsx as h, jsxs as J, Fragment as et } from "react/jsx-runtime";
|
|
9
9
|
import dk from "@emotion/styled";
|
|
10
10
|
import { CacheProvider as fk, Global as pk, ThemeContext as b2, css as C2, keyframes as Hs, useTheme as x2 } from "@emotion/react";
|
|
11
11
|
import * as L from "react";
|
|
12
12
|
import Ae, { createContext as ln, useLayoutEffect as hk, useEffect as Se, useContext as Tt, useRef as zt, useInsertionEffect as gk, useCallback as pe, useMemo as _e, forwardRef as jr, createElement as Sv, useId as mk, useState as Pe, Children as Zt, isValidElement as Xn, cloneElement as zn, memo as _3, useReducer as w2, Suspense as Ev, Fragment as vk } from "react";
|
|
13
|
-
import { Card as D3, CardHeader as Wf, Typography as me, Divider as Br, CardContent as A2, Grid as Oe, Box as
|
|
13
|
+
import { Card as D3, CardHeader as Wf, Typography as me, Divider as Br, CardContent as A2, Grid as Oe, Box as Ce, Tooltip as E1, tooltipClasses as ws, Grow as yk, Collapse as S2, Fade as Tv, Slide as bk, Zoom as Iv, CircularProgress as ti, circularProgressClasses as Ck, LinearProgress as E2, Popover as T2, styled as ai, IconButton as a1, MenuItem as I2, useMediaQuery as Wn, Button as wt, Fab as O2, alpha as A8, TextField as Ov, useTheme as Ht, Container as F3, Dialog as si, DialogContent as L3, Stack as rt, InputLabel as P2, FormHelperText as Pv, ListItemText as tr, Chip as s1, Menu as Mv, Pagination as xk, Toolbar as Pa, TablePagination as S8, List as To, ListItem as l1, Table as Rv, DialogTitle as wk, DialogContentText as Ak, DialogActions as kv, Accordion as Sk, AccordionSummary as Ek, AccordionDetails as Tk, Drawer as M2, Tabs as Ik, Tab as Ok, darken as Pk, lighten as Mk, Alert as Rk, AlertTitle as kk, ListItemButton as Qn, ListItemIcon as ro, Badge as _v, ListItemAvatar as Dv, TableCell as ga, TableContainer as _k, Paper as Bi, TableHead as Dk, TableRow as Y0, TableBody as Fk, Stepper as Lk, Step as Bk, StepLabel as $k, ButtonBase as Nk, AppBar as B3, ToggleButton as Vk, Avatar as jf, Popper as $3, ClickAwayListener as Sa, useScrollTrigger as zk, buttonClasses as Wk, Link as jk, StyledEngineProvider as Uk, CssBaseline as Hk } from "@mui/material";
|
|
14
14
|
import { HomeOutlined as K0, HomeFilled as Z0, ApartmentOutlined as Uf, AntDesignOutlined as Gk, DeleteFilled as Fv, PlusCircleOutlined as Lv, FlagFilled as qk, FlagOutlined as Yk, ReloadOutlined as Kk, CaretUpOutlined as Zk, CaretDownOutlined as Xk, MenuUnfoldOutlined as Qk, MenuFoldOutlined as Jk, MessageOutlined as e_, BellOutlined as t_, CheckCircleOutlined as n_, LogoutOutlined as r_, MoreOutlined as o_, UpOutlined as i_, DownOutlined as Nu, RightOutlined as R2, BorderOutlined as a_, MoonOutlined as Bv, SunOutlined as $v, CheckSquareFilled as s_, MinusSquareFilled as l_ } from "@ant-design/icons";
|
|
15
15
|
import { useLocation as T1, Link as gn, useNavigate as N3, useSearchParams as c_, Outlet as u_, useParams as d_ } from "react-router-dom";
|
|
16
16
|
import { MoreHoriz as f_, MoreVert as p_, History as h_, VpnKey as g_, Close as Nv, FilterList as E8, Email as m_, Drafts as v_, Error as y_, CheckBox as b_, CheckBoxOutlineBlankOutlined as C_, AddCircleRounded as Vv, ExpandLess as x_, ExpandMore as w_, Key as A_, LogoutOutlined as zv, Brightness6 as Wv } from "@mui/icons-material";
|
|
@@ -4452,14 +4452,14 @@ function PN() {
|
|
|
4452
4452
|
case g:
|
|
4453
4453
|
return ge;
|
|
4454
4454
|
default:
|
|
4455
|
-
var
|
|
4456
|
-
switch (
|
|
4455
|
+
var Qe = ge && ge.$$typeof;
|
|
4456
|
+
switch (Qe) {
|
|
4457
4457
|
case l:
|
|
4458
4458
|
case f:
|
|
4459
4459
|
case v:
|
|
4460
4460
|
case m:
|
|
4461
4461
|
case a:
|
|
4462
|
-
return
|
|
4462
|
+
return Qe;
|
|
4463
4463
|
default:
|
|
4464
4464
|
return Le;
|
|
4465
4465
|
}
|
|
@@ -7480,8 +7480,8 @@ function cW() {
|
|
|
7480
7480
|
}
|
|
7481
7481
|
function I(ge) {
|
|
7482
7482
|
if (typeof ge == "object" && ge !== null) {
|
|
7483
|
-
var
|
|
7484
|
-
switch (
|
|
7483
|
+
var Qe = ge.$$typeof;
|
|
7484
|
+
switch (Qe) {
|
|
7485
7485
|
case e:
|
|
7486
7486
|
var Gt = ge.type;
|
|
7487
7487
|
switch (Gt) {
|
|
@@ -7502,11 +7502,11 @@ function cW() {
|
|
|
7502
7502
|
case i:
|
|
7503
7503
|
return It;
|
|
7504
7504
|
default:
|
|
7505
|
-
return
|
|
7505
|
+
return Qe;
|
|
7506
7506
|
}
|
|
7507
7507
|
}
|
|
7508
7508
|
case t:
|
|
7509
|
-
return
|
|
7509
|
+
return Qe;
|
|
7510
7510
|
}
|
|
7511
7511
|
}
|
|
7512
7512
|
}
|
|
@@ -10237,26 +10237,26 @@ const fU = dn("MuiButtonBase", ["root", "disabled", "focusVisible"]), pU = ["act
|
|
|
10237
10237
|
L.useEffect(() => {
|
|
10238
10238
|
K && p && !f && ue && V.current.pulsate();
|
|
10239
10239
|
}, [f, p, K, ue]);
|
|
10240
|
-
function ye(
|
|
10241
|
-
return Zo((Ve) => (St && St(Ve), !Ot && V.current && V.current[
|
|
10242
|
-
}
|
|
10243
|
-
const be = ye("start", P), Ie = ye("stop", x), he = ye("stop", A), Le = ye("stop", D), ge = ye("stop", (
|
|
10244
|
-
K &&
|
|
10245
|
-
}),
|
|
10246
|
-
Q(
|
|
10247
|
-
}, !1), yn = Zo((
|
|
10248
|
-
q.current || (q.current =
|
|
10240
|
+
function ye(xe, St, Ot = g) {
|
|
10241
|
+
return Zo((Ve) => (St && St(Ve), !Ot && V.current && V.current[xe](Ve), !0));
|
|
10242
|
+
}
|
|
10243
|
+
const be = ye("start", P), Ie = ye("stop", x), he = ye("stop", A), Le = ye("stop", D), ge = ye("stop", (xe) => {
|
|
10244
|
+
K && xe.preventDefault(), M && M(xe);
|
|
10245
|
+
}), Qe = ye("start", k), Gt = ye("stop", B), It = ye("stop", R), pt = ye("stop", (xe) => {
|
|
10246
|
+
Q(xe), G.current === !1 && le(!1), v && v(xe);
|
|
10247
|
+
}, !1), yn = Zo((xe) => {
|
|
10248
|
+
q.current || (q.current = xe.currentTarget), $(xe), G.current === !0 && (le(!0), w && w(xe)), E && E(xe);
|
|
10249
10249
|
}), At = () => {
|
|
10250
|
-
const
|
|
10251
|
-
return d && d !== "button" && !(
|
|
10252
|
-
}, tt = L.useRef(!1), Wt = Zo((
|
|
10253
|
-
p && !tt.current && K && V.current &&
|
|
10254
|
-
V.current.start(
|
|
10255
|
-
})),
|
|
10256
|
-
}), lt = Zo((
|
|
10257
|
-
p &&
|
|
10258
|
-
V.current.pulsate(
|
|
10259
|
-
})), I && I(
|
|
10250
|
+
const xe = q.current;
|
|
10251
|
+
return d && d !== "button" && !(xe.tagName === "A" && xe.href);
|
|
10252
|
+
}, tt = L.useRef(!1), Wt = Zo((xe) => {
|
|
10253
|
+
p && !tt.current && K && V.current && xe.key === " " && (tt.current = !0, V.current.stop(xe, () => {
|
|
10254
|
+
V.current.start(xe);
|
|
10255
|
+
})), xe.target === xe.currentTarget && At() && xe.key === " " && xe.preventDefault(), T && T(xe), xe.target === xe.currentTarget && At() && xe.key === "Enter" && !u && (xe.preventDefault(), b && b(xe));
|
|
10256
|
+
}), lt = Zo((xe) => {
|
|
10257
|
+
p && xe.key === " " && V.current && K && !xe.defaultPrevented && (tt.current = !1, V.current.stop(xe, () => {
|
|
10258
|
+
V.current.pulsate(xe);
|
|
10259
|
+
})), I && I(xe), b && xe.target === xe.currentTarget && At() && xe.key === " " && !xe.defaultPrevented && b(xe);
|
|
10260
10260
|
});
|
|
10261
10261
|
let dt = d;
|
|
10262
10262
|
dt === "button" && (N.href || N.to) && (dt = m);
|
|
@@ -10293,7 +10293,7 @@ const fU = dn("MuiButtonBase", ["root", "disabled", "focusVisible"]), pU = ["act
|
|
|
10293
10293
|
onDragLeave: he,
|
|
10294
10294
|
onTouchEnd: Gt,
|
|
10295
10295
|
onTouchMove: It,
|
|
10296
|
-
onTouchStart:
|
|
10296
|
+
onTouchStart: Qe,
|
|
10297
10297
|
ref: De,
|
|
10298
10298
|
tabIndex: u ? -1 : z,
|
|
10299
10299
|
type: H
|
|
@@ -10922,7 +10922,7 @@ function OU({
|
|
|
10922
10922
|
function PC({ color: e, size: t, variant: n, sx: r }) {
|
|
10923
10923
|
const o = Mt(), i = kn(o, e), { main: a } = i;
|
|
10924
10924
|
return /* @__PURE__ */ h(
|
|
10925
|
-
|
|
10925
|
+
Ce,
|
|
10926
10926
|
{
|
|
10927
10927
|
component: "span",
|
|
10928
10928
|
sx: {
|
|
@@ -12054,7 +12054,7 @@ function zH(e) {
|
|
|
12054
12054
|
var W, U = T === "y" ? Jn : er, H = T === "y" ? Vr : zr, N = T === "y" ? "height" : "width", q = P[T], V = q + x[U], re = q - x[H], G = m ? -D[N] / 2 : 0, $ = E === Vs ? M[N] : D[N], Q = E === Vs ? -D[N] : -M[N], te = t.elements.arrow, K = m && te ? Lp(te) : {
|
|
12055
12055
|
width: 0,
|
|
12056
12056
|
height: 0
|
|
12057
|
-
}, le = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : DC(), ue = le[U], ve = le[H], ae = Zl(0, M[N], K[N]), ye = w ? M[N] / 2 - G - ae - ue - R.mainAxis : $ - ae - ue - R.mainAxis, be = w ? -M[N] / 2 + G + ae + ve + R.mainAxis : Q + ae + ve + R.mainAxis, Ie = t.elements.arrow && Y1(t.elements.arrow), he = Ie ? T === "y" ? Ie.clientTop || 0 : Ie.clientLeft || 0 : 0, Le = (W = k == null ? void 0 : k[T]) != null ? W : 0, ge = q + ye - Le - he,
|
|
12057
|
+
}, le = t.modifiersData["arrow#persistent"] ? t.modifiersData["arrow#persistent"].padding : DC(), ue = le[U], ve = le[H], ae = Zl(0, M[N], K[N]), ye = w ? M[N] / 2 - G - ae - ue - R.mainAxis : $ - ae - ue - R.mainAxis, be = w ? -M[N] / 2 + G + ae + ve + R.mainAxis : Q + ae + ve + R.mainAxis, Ie = t.elements.arrow && Y1(t.elements.arrow), he = Ie ? T === "y" ? Ie.clientTop || 0 : Ie.clientLeft || 0 : 0, Le = (W = k == null ? void 0 : k[T]) != null ? W : 0, ge = q + ye - Le - he, Qe = q + be - Le, Gt = Zl(m ? r3(V, ge) : V, q, m ? xa(re, Qe) : re);
|
|
12058
12058
|
P[T] = Gt, z[T] = Gt - q;
|
|
12059
12059
|
}
|
|
12060
12060
|
if (l) {
|
|
@@ -13564,7 +13564,7 @@ const RG = fe(
|
|
|
13564
13564
|
}));
|
|
13565
13565
|
function Wp({ children: e, arrow: t, labelColor: n = "", ...r }) {
|
|
13566
13566
|
const o = Mt();
|
|
13567
|
-
return /* @__PURE__ */ h(
|
|
13567
|
+
return /* @__PURE__ */ h(Ce, { display: "flex", children: /* @__PURE__ */ h(RG, { arrow: t, ...r, theme: o, labelColor: n, children: e }) });
|
|
13568
13568
|
}
|
|
13569
13569
|
const Ia = jr(
|
|
13570
13570
|
({ children: e, position: t = "top-left", type: n = "grow", direction: r = "up", ...o }, i) => {
|
|
@@ -13604,7 +13604,7 @@ const Ia = jr(
|
|
|
13604
13604
|
};
|
|
13605
13605
|
break;
|
|
13606
13606
|
}
|
|
13607
|
-
return /* @__PURE__ */ J(
|
|
13607
|
+
return /* @__PURE__ */ J(Ce, { ref: i, children: [
|
|
13608
13608
|
n === "grow" && /* @__PURE__ */ h(
|
|
13609
13609
|
yk,
|
|
13610
13610
|
{
|
|
@@ -13614,7 +13614,7 @@ const Ia = jr(
|
|
|
13614
13614
|
enter: 150,
|
|
13615
13615
|
exit: 150
|
|
13616
13616
|
},
|
|
13617
|
-
children: /* @__PURE__ */ h(
|
|
13617
|
+
children: /* @__PURE__ */ h(Ce, { sx: a, children: e })
|
|
13618
13618
|
}
|
|
13619
13619
|
),
|
|
13620
13620
|
n === "collapse" && /* @__PURE__ */ h(S2, { ...o, sx: a, children: e }),
|
|
@@ -13627,7 +13627,7 @@ const Ia = jr(
|
|
|
13627
13627
|
enter: 300,
|
|
13628
13628
|
exit: 150
|
|
13629
13629
|
},
|
|
13630
|
-
children: /* @__PURE__ */ h(
|
|
13630
|
+
children: /* @__PURE__ */ h(Ce, { sx: a, children: e })
|
|
13631
13631
|
}
|
|
13632
13632
|
),
|
|
13633
13633
|
n === "slide" && /* @__PURE__ */ h(
|
|
@@ -13640,20 +13640,20 @@ const Ia = jr(
|
|
|
13640
13640
|
exit: 150
|
|
13641
13641
|
},
|
|
13642
13642
|
direction: r,
|
|
13643
|
-
children: /* @__PURE__ */ h(
|
|
13643
|
+
children: /* @__PURE__ */ h(Ce, { sx: a, children: e })
|
|
13644
13644
|
}
|
|
13645
13645
|
),
|
|
13646
|
-
n === "zoom" && /* @__PURE__ */ h(Iv, { ...o, children: /* @__PURE__ */ h(
|
|
13646
|
+
n === "zoom" && /* @__PURE__ */ h(Iv, { ...o, children: /* @__PURE__ */ h(Ce, { sx: a, children: e }) })
|
|
13647
13647
|
] });
|
|
13648
13648
|
}
|
|
13649
13649
|
), e6e = jr(function(t, n) {
|
|
13650
13650
|
return /* @__PURE__ */ h(Iv, { ref: n, timeout: 200, ...t });
|
|
13651
13651
|
});
|
|
13652
13652
|
function t6e({ value: e, ...t }) {
|
|
13653
|
-
return /* @__PURE__ */ J(
|
|
13653
|
+
return /* @__PURE__ */ J(Ce, { sx: { position: "relative", display: "inline-flex" }, children: [
|
|
13654
13654
|
/* @__PURE__ */ h(ti, { variant: "determinate", value: e, ...t }),
|
|
13655
13655
|
/* @__PURE__ */ h(
|
|
13656
|
-
|
|
13656
|
+
Ce,
|
|
13657
13657
|
{
|
|
13658
13658
|
sx: {
|
|
13659
13659
|
top: 0,
|
|
@@ -13680,7 +13680,7 @@ function n6e({
|
|
|
13680
13680
|
sx: a,
|
|
13681
13681
|
...l
|
|
13682
13682
|
}) {
|
|
13683
|
-
return /* @__PURE__ */ J(
|
|
13683
|
+
return /* @__PURE__ */ J(Ce, { sx: { position: "relative", display: "inline-flex" }, children: [
|
|
13684
13684
|
/* @__PURE__ */ h(
|
|
13685
13685
|
ti,
|
|
13686
13686
|
{
|
|
@@ -13693,7 +13693,7 @@ function n6e({
|
|
|
13693
13693
|
}
|
|
13694
13694
|
),
|
|
13695
13695
|
o ? /* @__PURE__ */ h(
|
|
13696
|
-
|
|
13696
|
+
Ce,
|
|
13697
13697
|
{
|
|
13698
13698
|
sx: {
|
|
13699
13699
|
top: 0,
|
|
@@ -13729,15 +13729,15 @@ function n6e({
|
|
|
13729
13729
|
] });
|
|
13730
13730
|
}
|
|
13731
13731
|
function r6e({ icon: e, value: t, ...n }) {
|
|
13732
|
-
return /* @__PURE__ */ J(
|
|
13733
|
-
/* @__PURE__ */ h(
|
|
13734
|
-
/* @__PURE__ */ h(
|
|
13732
|
+
return /* @__PURE__ */ J(Ce, { sx: { display: "flex", alignItems: "center" }, children: [
|
|
13733
|
+
/* @__PURE__ */ h(Ce, { sx: { width: "100%", mr: 1 }, children: /* @__PURE__ */ h(E2, { variant: "determinate", value: t, ...n }) }),
|
|
13734
|
+
/* @__PURE__ */ h(Ce, { sx: { minWidth: 35 }, children: e })
|
|
13735
13735
|
] });
|
|
13736
13736
|
}
|
|
13737
13737
|
function o6e({ value: e, ...t }) {
|
|
13738
|
-
return /* @__PURE__ */ J(
|
|
13739
|
-
/* @__PURE__ */ h(
|
|
13740
|
-
/* @__PURE__ */ h(
|
|
13738
|
+
return /* @__PURE__ */ J(Ce, { sx: { display: "flex", alignItems: "center" }, children: [
|
|
13739
|
+
/* @__PURE__ */ h(Ce, { sx: { width: "100%", mr: 1 }, children: /* @__PURE__ */ h(E2, { variant: "determinate", value: e, ...t }) }),
|
|
13740
|
+
/* @__PURE__ */ h(Ce, { sx: { minWidth: 35 }, children: /* @__PURE__ */ h(me, { variant: "body2", color: "text.secondary", children: `${Math.round(e)}%` }) })
|
|
13741
13741
|
] });
|
|
13742
13742
|
}
|
|
13743
13743
|
const kG = fe("span")(({ arrow: e = "top-right", theme: t }) => {
|
|
@@ -13999,7 +13999,7 @@ function Oa({ horizontal: e = !1, disabled: t = !1, children: n }) {
|
|
|
13999
13999
|
}
|
|
14000
14000
|
function jp() {
|
|
14001
14001
|
const e = x2(), n = e.palette.mode === "dark" ? e.palette.primary.dark : e.palette.primary.light;
|
|
14002
|
-
return /* @__PURE__ */ h(
|
|
14002
|
+
return /* @__PURE__ */ h(Ce, { sx: { position: "absolute", filter: "blur(20px)", bottom: 0, p: 4, pb: 8 }, children: /* @__PURE__ */ J(
|
|
14003
14003
|
"svg",
|
|
14004
14004
|
{
|
|
14005
14005
|
width: "100%",
|
|
@@ -19337,9 +19337,9 @@ const Kx = /* @__PURE__ */ L.forwardRef(function(t, n) {
|
|
|
19337
19337
|
title: Ie,
|
|
19338
19338
|
TransitionComponent: he = y3,
|
|
19339
19339
|
TransitionProps: Le
|
|
19340
|
-
} = P, ge = Ue(P, Noe),
|
|
19340
|
+
} = P, ge = Ue(P, Noe), Qe = /* @__PURE__ */ L.isValidElement(D) ? D : /* @__PURE__ */ h("span", {
|
|
19341
19341
|
children: D
|
|
19342
|
-
}), Gt = Mt(), It = Bj(), [pt, yn] = L.useState(), [At, tt] = L.useState(null), Wt = L.useRef(!1), lt = U || re, dt = Os(), Rt = Os(), De = Os(), Fe = Os(), [Re,
|
|
19342
|
+
}), Gt = Mt(), It = Bj(), [pt, yn] = L.useState(), [At, tt] = L.useState(null), Wt = L.useRef(!1), lt = U || re, dt = Os(), Rt = Os(), De = Os(), Fe = Os(), [Re, xe] = hC({
|
|
19343
19343
|
controlled: le,
|
|
19344
19344
|
default: !1,
|
|
19345
19345
|
name: "Tooltip",
|
|
@@ -19360,7 +19360,7 @@ const Kx = /* @__PURE__ */ L.forwardRef(function(t, n) {
|
|
|
19360
19360
|
});
|
|
19361
19361
|
L.useEffect(() => ke, [ke]);
|
|
19362
19362
|
const on = (Ke) => {
|
|
19363
|
-
Im.clear(), fu = !0,
|
|
19363
|
+
Im.clear(), fu = !0, xe(!0), K && !St && K(Ke);
|
|
19364
19364
|
}, Dn = Zo(
|
|
19365
19365
|
/**
|
|
19366
19366
|
* @param {React.SyntheticEvent | Event} event
|
|
@@ -19368,7 +19368,7 @@ const Kx = /* @__PURE__ */ L.forwardRef(function(t, n) {
|
|
|
19368
19368
|
(Ke) => {
|
|
19369
19369
|
Im.start(800 + $, () => {
|
|
19370
19370
|
fu = !1;
|
|
19371
|
-
}),
|
|
19371
|
+
}), xe(!1), te && St && te(Ke), dt.start(Gt.transitions.duration.shortest, () => {
|
|
19372
19372
|
Wt.current = !1;
|
|
19373
19373
|
});
|
|
19374
19374
|
}
|
|
@@ -19391,14 +19391,14 @@ const Kx = /* @__PURE__ */ L.forwardRef(function(t, n) {
|
|
|
19391
19391
|
pt || yn(Ke.currentTarget), Va(Ke), qi.current === !0 && (di(!0), ar(Ke));
|
|
19392
19392
|
}, Ua = (Ke) => {
|
|
19393
19393
|
Wt.current = !0;
|
|
19394
|
-
const Fn =
|
|
19394
|
+
const Fn = Qe.props;
|
|
19395
19395
|
Fn.onTouchStart && Fn.onTouchStart(Ke);
|
|
19396
19396
|
}, Ha = (Ke) => {
|
|
19397
19397
|
Ua(Ke), De.clear(), dt.clear(), ke(), Ve.current = document.body.style.WebkitUserSelect, document.body.style.WebkitUserSelect = "none", Fe.start(V, () => {
|
|
19398
19398
|
document.body.style.WebkitUserSelect = Ve.current, ar(Ke);
|
|
19399
19399
|
});
|
|
19400
19400
|
}, Ga = (Ke) => {
|
|
19401
|
-
|
|
19401
|
+
Qe.props.onTouchEnd && Qe.props.onTouchEnd(Ke), ke(), De.start(Q, () => {
|
|
19402
19402
|
Dn(Ke);
|
|
19403
19403
|
});
|
|
19404
19404
|
};
|
|
@@ -19412,18 +19412,18 @@ const Kx = /* @__PURE__ */ L.forwardRef(function(t, n) {
|
|
|
19412
19412
|
document.removeEventListener("keydown", Ke);
|
|
19413
19413
|
};
|
|
19414
19414
|
}, [Dn, St]);
|
|
19415
|
-
const ul = An(
|
|
19415
|
+
const ul = An(Qe.ref, za, yn, n);
|
|
19416
19416
|
!Ie && Ie !== 0 && (St = !1);
|
|
19417
19417
|
const fi = L.useRef(), dl = (Ke) => {
|
|
19418
|
-
const Fn =
|
|
19418
|
+
const Fn = Qe.props;
|
|
19419
19419
|
Fn.onMouseMove && Fn.onMouseMove(Ke), Ll = {
|
|
19420
19420
|
x: Ke.clientX,
|
|
19421
19421
|
y: Ke.clientY
|
|
19422
19422
|
}, fi.current && fi.current.update();
|
|
19423
19423
|
}, Ar = {}, fn = typeof Ie == "string";
|
|
19424
19424
|
k ? (Ar.title = !St && fn && !W ? Ie : null, Ar["aria-describedby"] = St ? Ot : null) : (Ar["aria-label"] = fn ? Ie : null, Ar["aria-labelledby"] = St && !fn ? Ot : null);
|
|
19425
|
-
const Dt = X({}, Ar, ge,
|
|
19426
|
-
className: Ge(ge.className,
|
|
19425
|
+
const Dt = X({}, Ar, ge, Qe.props, {
|
|
19426
|
+
className: Ge(ge.className, Qe.props.className),
|
|
19427
19427
|
onTouchStart: Ua,
|
|
19428
19428
|
ref: ul
|
|
19429
19429
|
}, re ? {
|
|
@@ -19434,7 +19434,7 @@ const Kx = /* @__PURE__ */ L.forwardRef(function(t, n) {
|
|
|
19434
19434
|
`));
|
|
19435
19435
|
}, [pt]));
|
|
19436
19436
|
const uo = {};
|
|
19437
|
-
H || (Dt.onTouchStart = Ha, Dt.onTouchEnd = Ga), W || (Dt.onMouseOver = pu(ar, Dt.onMouseOver), Dt.onMouseLeave = pu(Do, Dt.onMouseLeave), lt || (uo.onMouseOver = ar, uo.onMouseLeave = Do)), z || (Dt.onFocus = pu(ja, Dt.onFocus), Dt.onBlur = pu(Wa, Dt.onBlur), lt || (uo.onFocus = ja, uo.onBlur = Wa)), process.env.NODE_ENV !== "production" &&
|
|
19437
|
+
H || (Dt.onTouchStart = Ha, Dt.onTouchEnd = Ga), W || (Dt.onMouseOver = pu(ar, Dt.onMouseOver), Dt.onMouseLeave = pu(Do, Dt.onMouseLeave), lt || (uo.onMouseOver = ar, uo.onMouseLeave = Do)), z || (Dt.onFocus = pu(ja, Dt.onFocus), Dt.onBlur = pu(Wa, Dt.onBlur), lt || (uo.onFocus = ja, uo.onBlur = Wa)), process.env.NODE_ENV !== "production" && Qe.props.title && console.error(["MUI: You have provided a `title` prop to the child of <Tooltip />.", `Remove this title prop \`${Qe.props.title}\` or the Tooltip component.`].join(`
|
|
19438
19438
|
`));
|
|
19439
19439
|
const fl = L.useMemo(() => {
|
|
19440
19440
|
var Ke;
|
|
@@ -19464,7 +19464,7 @@ const Kx = /* @__PURE__ */ L.forwardRef(function(t, n) {
|
|
|
19464
19464
|
className: Ge(pl.arrow, (T = (I = ye.arrow) != null ? I : R.arrow) == null ? void 0 : T.className)
|
|
19465
19465
|
}), Yi);
|
|
19466
19466
|
return /* @__PURE__ */ J(L.Fragment, {
|
|
19467
|
-
children: [/* @__PURE__ */ L.cloneElement(
|
|
19467
|
+
children: [/* @__PURE__ */ L.cloneElement(Qe, Dt), /* @__PURE__ */ h(rc, X({
|
|
19468
19468
|
as: ve ?? x7,
|
|
19469
19469
|
placement: ue,
|
|
19470
19470
|
anchorEl: re ? {
|
|
@@ -20101,7 +20101,7 @@ E7.propTypes = _i(_i({}, uae), { src: C.string, title: C.string });
|
|
|
20101
20101
|
var F6 = "RaImageField", n1 = {
|
|
20102
20102
|
list: "".concat(F6, "-list"),
|
|
20103
20103
|
image: "".concat(F6, "-image")
|
|
20104
|
-
}, _m = fe(
|
|
20104
|
+
}, _m = fe(Ce, {
|
|
20105
20105
|
name: F6,
|
|
20106
20106
|
overridesResolver: function(e, t) {
|
|
20107
20107
|
return t.root;
|
|
@@ -20125,7 +20125,7 @@ function ow(e) {
|
|
|
20125
20125
|
pae();
|
|
20126
20126
|
}, []);
|
|
20127
20127
|
return n ? /* @__PURE__ */ h(n, { error: t, errorInfo: r, title: i }) : /* @__PURE__ */ h(F3, { children: /* @__PURE__ */ J(
|
|
20128
|
-
|
|
20128
|
+
Ce,
|
|
20129
20129
|
{
|
|
20130
20130
|
sx: {
|
|
20131
20131
|
display: "flex",
|
|
@@ -20174,7 +20174,7 @@ C3.exports;
|
|
|
20174
20174
|
["partial", I],
|
|
20175
20175
|
["partialRight", P],
|
|
20176
20176
|
["rearg", D]
|
|
20177
|
-
], le = "[object Arguments]", ue = "[object Array]", ve = "[object AsyncFunction]", ae = "[object Boolean]", ye = "[object Date]", be = "[object DOMException]", Ie = "[object Error]", he = "[object Function]", Le = "[object GeneratorFunction]", ge = "[object Map]",
|
|
20177
|
+
], le = "[object Arguments]", ue = "[object Array]", ve = "[object AsyncFunction]", ae = "[object Boolean]", ye = "[object Date]", be = "[object DOMException]", Ie = "[object Error]", he = "[object Function]", Le = "[object GeneratorFunction]", ge = "[object Map]", Qe = "[object Number]", Gt = "[object Null]", It = "[object Object]", pt = "[object Promise]", yn = "[object Proxy]", At = "[object RegExp]", tt = "[object Set]", Wt = "[object String]", lt = "[object Symbol]", dt = "[object Undefined]", Rt = "[object WeakMap]", De = "[object WeakSet]", Fe = "[object ArrayBuffer]", Re = "[object DataView]", xe = "[object Float32Array]", St = "[object Float64Array]", Ot = "[object Int8Array]", Ve = "[object Int16Array]", ke = "[object Int32Array]", on = "[object Uint8Array]", Dn = "[object Uint8ClampedArray]", ar = "[object Uint16Array]", Do = "[object Uint32Array]", qi = /\b__p \+= '';/g, cl = /\b(__p \+=) '' \+/g, Va = /(__e\(.*?\)|\b__t\)) \+\n'';/g, za = /&(?:amp|lt|gt|quot|#39);/g, di = /[&<>"']/g, Wa = RegExp(za.source), ja = RegExp(di.source), Ua = /<%-([\s\S]+?)%>/g, Ha = /<%([\s\S]+?)%>/g, Ga = /<%=([\s\S]+?)%>/g, ul = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, fi = /^\w*$/, dl = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Ar = /[\\^$.*+?()[\]{}|]/g, fn = RegExp(Ar.source), Dt = /^\s+/, uo = /\s/, fl = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, Yi = /\{\n\/\* \[wrapped with (.+)\] \*/, pl = /,? & /, rc = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g, oc = /[()=,{}\[\]\/\s]/, ic = /\\(\\)?/g, ac = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g, sc = /\w*$/, Dd = /^[-+]0x[0-9a-f]+$/i, Fd = /^0b[01]+$/i, Ld = /^\[object .+?Constructor\]$/, Ke = /^0o[0-7]+$/i, Fn = /^(?:0|[1-9]\d*)$/, eE = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g, lc = /($^)/, tE = /['\n\r\u2028\u2029\\]/g, cc = "\\ud800-\\udfff", nE = "\\u0300-\\u036f", rE = "\\ufe20-\\ufe2f", oE = "\\u20d0-\\u20ff", X7 = nE + rE + oE, Q7 = "\\u2700-\\u27bf", J7 = "a-z\\xdf-\\xf6\\xf8-\\xff", iE = "\\xac\\xb1\\xd7\\xf7", aE = "\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf", sE = "\\u2000-\\u206f", lE = " \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000", e4 = "A-Z\\xc0-\\xd6\\xd8-\\xde", t4 = "\\ufe0e\\ufe0f", n4 = iE + aE + sE + lE, Bd = "['’]", cE = "[" + cc + "]", r4 = "[" + n4 + "]", uc = "[" + X7 + "]", o4 = "\\d+", uE = "[" + Q7 + "]", i4 = "[" + J7 + "]", a4 = "[^" + cc + n4 + o4 + Q7 + J7 + e4 + "]", $d = "\\ud83c[\\udffb-\\udfff]", dE = "(?:" + uc + "|" + $d + ")", s4 = "[^" + cc + "]", Nd = "(?:\\ud83c[\\udde6-\\uddff]){2}", Vd = "[\\ud800-\\udbff][\\udc00-\\udfff]", qa = "[" + e4 + "]", l4 = "\\u200d", c4 = "(?:" + i4 + "|" + a4 + ")", fE = "(?:" + qa + "|" + a4 + ")", u4 = "(?:" + Bd + "(?:d|ll|m|re|s|t|ve))?", d4 = "(?:" + Bd + "(?:D|LL|M|RE|S|T|VE))?", f4 = dE + "?", p4 = "[" + t4 + "]?", pE = "(?:" + l4 + "(?:" + [s4, Nd, Vd].join("|") + ")" + p4 + f4 + ")*", hE = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])", gE = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])", h4 = p4 + f4 + pE, mE = "(?:" + [uE, Nd, Vd].join("|") + ")" + h4, vE = "(?:" + [s4 + uc + "?", uc, Nd, Vd, cE].join("|") + ")", yE = RegExp(Bd, "g"), bE = RegExp(uc, "g"), zd = RegExp($d + "(?=" + $d + ")|" + vE + h4, "g"), CE = RegExp([
|
|
20178
20178
|
qa + "?" + i4 + "+" + u4 + "(?=" + [r4, qa, "$"].join("|") + ")",
|
|
20179
20179
|
fE + "+" + d4 + "(?=" + [r4, qa + c4, "$"].join("|") + ")",
|
|
20180
20180
|
qa + "?" + c4 + "+" + u4,
|
|
@@ -20215,9 +20215,9 @@ C3.exports;
|
|
|
20215
20215
|
"parseInt",
|
|
20216
20216
|
"setTimeout"
|
|
20217
20217
|
], SE = -1, Ft = {};
|
|
20218
|
-
Ft[
|
|
20218
|
+
Ft[xe] = Ft[St] = Ft[Ot] = Ft[Ve] = Ft[ke] = Ft[on] = Ft[Dn] = Ft[ar] = Ft[Do] = !0, Ft[le] = Ft[ue] = Ft[Fe] = Ft[ae] = Ft[Re] = Ft[ye] = Ft[Ie] = Ft[he] = Ft[ge] = Ft[Qe] = Ft[It] = Ft[At] = Ft[tt] = Ft[Wt] = Ft[Rt] = !1;
|
|
20219
20219
|
var kt = {};
|
|
20220
|
-
kt[le] = kt[ue] = kt[Fe] = kt[Re] = kt[ae] = kt[ye] = kt[
|
|
20220
|
+
kt[le] = kt[ue] = kt[Fe] = kt[Re] = kt[ae] = kt[ye] = kt[xe] = kt[St] = kt[Ot] = kt[Ve] = kt[ke] = kt[ge] = kt[Qe] = kt[It] = kt[At] = kt[tt] = kt[Wt] = kt[lt] = kt[on] = kt[Dn] = kt[ar] = kt[Do] = !0, kt[Ie] = kt[he] = kt[Rt] = !1;
|
|
20221
20221
|
var EE = {
|
|
20222
20222
|
// Latin-1 Supplement block.
|
|
20223
20223
|
À: "A",
|
|
@@ -21412,7 +21412,7 @@ C3.exports;
|
|
|
21412
21412
|
while (c);
|
|
21413
21413
|
return y;
|
|
21414
21414
|
}
|
|
21415
|
-
function
|
|
21415
|
+
function Je(s, c) {
|
|
21416
21416
|
return R0(Fh(s, c, Gn), s + "");
|
|
21417
21417
|
}
|
|
21418
21418
|
function mI(s) {
|
|
@@ -21577,7 +21577,7 @@ C3.exports;
|
|
|
21577
21577
|
function bi(s, c) {
|
|
21578
21578
|
return Ye(s) ? s : O0(s, c) ? [s] : Vh(vt(s));
|
|
21579
21579
|
}
|
|
21580
|
-
var xI =
|
|
21580
|
+
var xI = Je;
|
|
21581
21581
|
function Ci(s, c, y) {
|
|
21582
21582
|
var S = s.length;
|
|
21583
21583
|
return y = y === n ? S : y, !c && y >= S ? s : Pr(s, c, y);
|
|
@@ -21678,7 +21678,7 @@ C3.exports;
|
|
|
21678
21678
|
};
|
|
21679
21679
|
}
|
|
21680
21680
|
function ns(s) {
|
|
21681
|
-
return
|
|
21681
|
+
return Je(function(c, y) {
|
|
21682
21682
|
var S = -1, O = y.length, F = O > 1 ? y[O - 1] : n, j = O > 2 ? y[2] : n;
|
|
21683
21683
|
for (F = s.length > 3 && typeof F == "function" ? (O--, F) : n, j && Bn(y[0], y[1], j) && (F = O < 3 ? n : F, O = 1), c = Pt(c); ++S < O; ) {
|
|
21684
21684
|
var Y = y[S];
|
|
@@ -21862,7 +21862,7 @@ C3.exports;
|
|
|
21862
21862
|
}
|
|
21863
21863
|
function x0(s) {
|
|
21864
21864
|
return No(function(c) {
|
|
21865
|
-
return c = $t(c, lr(Be())),
|
|
21865
|
+
return c = $t(c, lr(Be())), Je(function(y) {
|
|
21866
21866
|
var S = this;
|
|
21867
21867
|
return s(c, function(O) {
|
|
21868
21868
|
return sr(O, S, y);
|
|
@@ -22014,7 +22014,7 @@ C3.exports;
|
|
|
22014
22014
|
return !(s.byteLength != c.byteLength || !F(new bc(s), new bc(c)));
|
|
22015
22015
|
case ae:
|
|
22016
22016
|
case ye:
|
|
22017
|
-
case
|
|
22017
|
+
case Qe:
|
|
22018
22018
|
return Qr(+s, +c);
|
|
22019
22019
|
case Ie:
|
|
22020
22020
|
return s.name == c.name && s.message == c.message;
|
|
@@ -22200,7 +22200,7 @@ C3.exports;
|
|
|
22200
22200
|
return new S(+s);
|
|
22201
22201
|
case Re:
|
|
22202
22202
|
return wI(s, y);
|
|
22203
|
-
case
|
|
22203
|
+
case xe:
|
|
22204
22204
|
case St:
|
|
22205
22205
|
case Ot:
|
|
22206
22206
|
case Ve:
|
|
@@ -22212,7 +22212,7 @@ C3.exports;
|
|
|
22212
22212
|
return hh(s, y);
|
|
22213
22213
|
case ge:
|
|
22214
22214
|
return new S();
|
|
22215
|
-
case
|
|
22215
|
+
case Qe:
|
|
22216
22216
|
case Wt:
|
|
22217
22217
|
return new S(s);
|
|
22218
22218
|
case At:
|
|
@@ -22420,12 +22420,12 @@ C3.exports;
|
|
|
22420
22420
|
c[S - 1] = arguments[S];
|
|
22421
22421
|
return hi(Ye(y) ? jn(y) : [y], Cn(c, 1));
|
|
22422
22422
|
}
|
|
22423
|
-
var eO =
|
|
22423
|
+
var eO = Je(function(s, c) {
|
|
22424
22424
|
return Qt(s) ? xl(s, Cn(c, 1, Qt, !0)) : [];
|
|
22425
|
-
}), tO =
|
|
22425
|
+
}), tO = Je(function(s, c) {
|
|
22426
22426
|
var y = Mr(c);
|
|
22427
22427
|
return Qt(y) && (y = n), Qt(s) ? xl(s, Cn(c, 1, Qt, !0), Be(y, 2)) : [];
|
|
22428
|
-
}), nO =
|
|
22428
|
+
}), nO = Je(function(s, c) {
|
|
22429
22429
|
var y = Mr(c);
|
|
22430
22430
|
return Qt(y) && (y = n), Qt(s) ? xl(s, Cn(c, 1, Qt, !0), n, y) : [];
|
|
22431
22431
|
});
|
|
@@ -22494,13 +22494,13 @@ C3.exports;
|
|
|
22494
22494
|
var c = s == null ? 0 : s.length;
|
|
22495
22495
|
return c ? Pr(s, 0, -1) : [];
|
|
22496
22496
|
}
|
|
22497
|
-
var pO =
|
|
22497
|
+
var pO = Je(function(s) {
|
|
22498
22498
|
var c = $t(s, y0);
|
|
22499
22499
|
return c.length && c[0] === s[0] ? l0(c) : [];
|
|
22500
|
-
}), hO =
|
|
22500
|
+
}), hO = Je(function(s) {
|
|
22501
22501
|
var c = Mr(s), y = $t(s, y0);
|
|
22502
22502
|
return c === Mr(y) ? c = n : y.pop(), y.length && y[0] === s[0] ? l0(y, Be(c, 2)) : [];
|
|
22503
|
-
}), gO =
|
|
22503
|
+
}), gO = Je(function(s) {
|
|
22504
22504
|
var c = Mr(s), y = $t(s, y0);
|
|
22505
22505
|
return c = typeof c == "function" ? c : n, c && y.pop(), y.length && y[0] === s[0] ? l0(y, n, c) : [];
|
|
22506
22506
|
});
|
|
@@ -22521,7 +22521,7 @@ C3.exports;
|
|
|
22521
22521
|
function yO(s, c) {
|
|
22522
22522
|
return s && s.length ? nh(s, Ze(c)) : n;
|
|
22523
22523
|
}
|
|
22524
|
-
var bO =
|
|
22524
|
+
var bO = Je(Gh);
|
|
22525
22525
|
function Gh(s, c) {
|
|
22526
22526
|
return s && s.length && c && c.length ? f0(s, c) : s;
|
|
22527
22527
|
}
|
|
@@ -22608,12 +22608,12 @@ C3.exports;
|
|
|
22608
22608
|
function BO(s, c) {
|
|
22609
22609
|
return s && s.length ? _c(s, Be(c, 3)) : [];
|
|
22610
22610
|
}
|
|
22611
|
-
var $O =
|
|
22611
|
+
var $O = Je(function(s) {
|
|
22612
22612
|
return yi(Cn(s, 1, Qt, !0));
|
|
22613
|
-
}), NO =
|
|
22613
|
+
}), NO = Je(function(s) {
|
|
22614
22614
|
var c = Mr(s);
|
|
22615
22615
|
return Qt(c) && (c = n), yi(Cn(s, 1, Qt, !0), Be(c, 2));
|
|
22616
|
-
}), VO =
|
|
22616
|
+
}), VO = Je(function(s) {
|
|
22617
22617
|
var c = Mr(s);
|
|
22618
22618
|
return c = typeof c == "function" ? c : n, yi(Cn(s, 1, Qt, !0), n, c);
|
|
22619
22619
|
});
|
|
@@ -22645,24 +22645,24 @@ C3.exports;
|
|
|
22645
22645
|
return sr(c, n, S);
|
|
22646
22646
|
});
|
|
22647
22647
|
}
|
|
22648
|
-
var UO =
|
|
22648
|
+
var UO = Je(function(s, c) {
|
|
22649
22649
|
return Qt(s) ? xl(s, c) : [];
|
|
22650
|
-
}), HO =
|
|
22650
|
+
}), HO = Je(function(s) {
|
|
22651
22651
|
return v0(pi(s, Qt));
|
|
22652
|
-
}), GO =
|
|
22652
|
+
}), GO = Je(function(s) {
|
|
22653
22653
|
var c = Mr(s);
|
|
22654
22654
|
return Qt(c) && (c = n), v0(pi(s, Qt), Be(c, 2));
|
|
22655
|
-
}), qO =
|
|
22655
|
+
}), qO = Je(function(s) {
|
|
22656
22656
|
var c = Mr(s);
|
|
22657
22657
|
return c = typeof c == "function" ? c : n, v0(pi(s, Qt), n, c);
|
|
22658
|
-
}), YO =
|
|
22658
|
+
}), YO = Je(_0);
|
|
22659
22659
|
function KO(s, c) {
|
|
22660
22660
|
return dh(s || [], c || [], Cl);
|
|
22661
22661
|
}
|
|
22662
22662
|
function ZO(s, c) {
|
|
22663
22663
|
return dh(s || [], c || [], Sl);
|
|
22664
22664
|
}
|
|
22665
|
-
var XO =
|
|
22665
|
+
var XO = Je(function(s) {
|
|
22666
22666
|
var c = s.length, y = c > 1 ? s[c - 1] : n;
|
|
22667
22667
|
return y = typeof y == "function" ? (s.pop(), y) : n, qh(s, y);
|
|
22668
22668
|
});
|
|
@@ -22763,7 +22763,7 @@ C3.exports;
|
|
|
22763
22763
|
var O = s.length;
|
|
22764
22764
|
return y < 0 && (y = hn(O + y, 0)), Yc(s) ? y <= O && s.indexOf(c, y) > -1 : !!O && Ya(s, c, y) > -1;
|
|
22765
22765
|
}
|
|
22766
|
-
var vP =
|
|
22766
|
+
var vP = Je(function(s, c, y) {
|
|
22767
22767
|
var S = -1, O = typeof c == "function", F = Un(s) ? oe(s.length) : [];
|
|
22768
22768
|
return vi(s, function(j) {
|
|
22769
22769
|
F[++S] = O ? sr(c, j, y) : wl(j, c, y);
|
|
@@ -22820,7 +22820,7 @@ C3.exports;
|
|
|
22820
22820
|
var S = Ye(s) ? Gd : CI;
|
|
22821
22821
|
return y && Bn(s, c, y) && (c = n), S(s, Be(c, 3));
|
|
22822
22822
|
}
|
|
22823
|
-
var PP =
|
|
22823
|
+
var PP = Je(function(s, c) {
|
|
22824
22824
|
if (s == null)
|
|
22825
22825
|
return [];
|
|
22826
22826
|
var y = c.length;
|
|
@@ -22847,14 +22847,14 @@ C3.exports;
|
|
|
22847
22847
|
return --s > 0 && (y = c.apply(this, arguments)), s <= 1 && (c = n), y;
|
|
22848
22848
|
};
|
|
22849
22849
|
}
|
|
22850
|
-
var D0 =
|
|
22850
|
+
var D0 = Je(function(s, c, y) {
|
|
22851
22851
|
var S = x;
|
|
22852
22852
|
if (y.length) {
|
|
22853
22853
|
var O = gi(y, os(D0));
|
|
22854
22854
|
S |= I;
|
|
22855
22855
|
}
|
|
22856
22856
|
return $o(s, S, c, y, O);
|
|
22857
|
-
}), Jh =
|
|
22857
|
+
}), Jh = Je(function(s, c, y) {
|
|
22858
22858
|
var S = x | A;
|
|
22859
22859
|
if (y.length) {
|
|
22860
22860
|
var O = gi(y, os(Jh));
|
|
@@ -22919,9 +22919,9 @@ C3.exports;
|
|
|
22919
22919
|
}
|
|
22920
22920
|
return fr.cancel = dr, fr.flush = $n, fr;
|
|
22921
22921
|
}
|
|
22922
|
-
var RP =
|
|
22922
|
+
var RP = Je(function(s, c) {
|
|
22923
22923
|
return H4(s, 1, c);
|
|
22924
|
-
}), kP =
|
|
22924
|
+
}), kP = Je(function(s, c, y) {
|
|
22925
22925
|
return H4(s, Rr(c) || 0, y);
|
|
22926
22926
|
});
|
|
22927
22927
|
function _P(s) {
|
|
@@ -22964,15 +22964,15 @@ C3.exports;
|
|
|
22964
22964
|
var FP = xI(function(s, c) {
|
|
22965
22965
|
c = c.length == 1 && Ye(c[0]) ? $t(c[0], lr(Be())) : $t(Cn(c, 1), lr(Be()));
|
|
22966
22966
|
var y = c.length;
|
|
22967
|
-
return
|
|
22967
|
+
return Je(function(S) {
|
|
22968
22968
|
for (var O = -1, F = Tn(S.length, y); ++O < F; )
|
|
22969
22969
|
S[O] = c[O].call(this, S[O]);
|
|
22970
22970
|
return sr(s, this, S);
|
|
22971
22971
|
});
|
|
22972
|
-
}), F0 =
|
|
22972
|
+
}), F0 = Je(function(s, c) {
|
|
22973
22973
|
var y = gi(c, os(F0));
|
|
22974
22974
|
return $o(s, I, n, c, y);
|
|
22975
|
-
}), r8 =
|
|
22975
|
+
}), r8 = Je(function(s, c) {
|
|
22976
22976
|
var y = gi(c, os(r8));
|
|
22977
22977
|
return $o(s, P, n, c, y);
|
|
22978
22978
|
}), LP = No(function(s, c) {
|
|
@@ -22981,12 +22981,12 @@ C3.exports;
|
|
|
22981
22981
|
function BP(s, c) {
|
|
22982
22982
|
if (typeof s != "function")
|
|
22983
22983
|
throw new Tr(a);
|
|
22984
|
-
return c = c === n ? c : Ze(c),
|
|
22984
|
+
return c = c === n ? c : Ze(c), Je(s, c);
|
|
22985
22985
|
}
|
|
22986
22986
|
function $P(s, c) {
|
|
22987
22987
|
if (typeof s != "function")
|
|
22988
22988
|
throw new Tr(a);
|
|
22989
|
-
return c = c == null ? 0 : hn(Ze(c), 0),
|
|
22989
|
+
return c = c == null ? 0 : hn(Ze(c), 0), Je(function(y) {
|
|
22990
22990
|
var S = y[c], O = Ci(y, 0, c);
|
|
22991
22991
|
return S && hi(O, S), sr(s, this, O);
|
|
22992
22992
|
});
|
|
@@ -23124,7 +23124,7 @@ C3.exports;
|
|
|
23124
23124
|
return s == null;
|
|
23125
23125
|
}
|
|
23126
23126
|
function a8(s) {
|
|
23127
|
-
return typeof s == "number" || qt(s) && Ln(s) ==
|
|
23127
|
+
return typeof s == "number" || qt(s) && Ln(s) == Qe;
|
|
23128
23128
|
}
|
|
23129
23129
|
function Ol(s) {
|
|
23130
23130
|
if (!qt(s) || Ln(s) != It)
|
|
@@ -23227,7 +23227,7 @@ C3.exports;
|
|
|
23227
23227
|
var y = ts(s);
|
|
23228
23228
|
return c == null ? y : j4(y, c);
|
|
23229
23229
|
}
|
|
23230
|
-
var xM =
|
|
23230
|
+
var xM = Je(function(s, c) {
|
|
23231
23231
|
s = Pt(s);
|
|
23232
23232
|
var y = -1, S = c.length, O = S > 2 ? c[2] : n;
|
|
23233
23233
|
for (O && Bn(c[0], c[1], O) && (S = 1); ++y < S; )
|
|
@@ -23236,7 +23236,7 @@ C3.exports;
|
|
|
23236
23236
|
(ce === n || Qr(ce, Qa[se]) && !Et.call(s, se)) && (s[se] = F[se]);
|
|
23237
23237
|
}
|
|
23238
23238
|
return s;
|
|
23239
|
-
}), wM =
|
|
23239
|
+
}), wM = Je(function(s) {
|
|
23240
23240
|
return s.push(n, Oh), sr(f8, n, s);
|
|
23241
23241
|
});
|
|
23242
23242
|
function AM(s, c) {
|
|
@@ -23277,7 +23277,7 @@ C3.exports;
|
|
|
23277
23277
|
c != null && typeof c.toString != "function" && (c = vc.call(c)), s[c] = y;
|
|
23278
23278
|
}, z0(Gn)), _M = Ah(function(s, c, y) {
|
|
23279
23279
|
c != null && typeof c.toString != "function" && (c = vc.call(c)), Et.call(s, c) ? s[c].push(y) : s[c] = [y];
|
|
23280
|
-
}, Be), DM =
|
|
23280
|
+
}, Be), DM = Je(wl);
|
|
23281
23281
|
function vn(s) {
|
|
23282
23282
|
return Un(s) ? z4(s) : u0(s);
|
|
23283
23283
|
}
|
|
@@ -23565,7 +23565,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
23565
23565
|
function y8(s, c, y) {
|
|
23566
23566
|
return s = vt(s), c = y ? n : c, c === n ? GE(s) ? eT(s) : BE(s) : s.match(c) || [];
|
|
23567
23567
|
}
|
|
23568
|
-
var b8 =
|
|
23568
|
+
var b8 = Je(function(s, c) {
|
|
23569
23569
|
try {
|
|
23570
23570
|
return sr(s, n, c);
|
|
23571
23571
|
} catch (y) {
|
|
@@ -23582,7 +23582,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
23582
23582
|
if (typeof S[1] != "function")
|
|
23583
23583
|
throw new Tr(a);
|
|
23584
23584
|
return [y(S[0]), S[1]];
|
|
23585
|
-
}) : [],
|
|
23585
|
+
}) : [], Je(function(S) {
|
|
23586
23586
|
for (var O = -1; ++O < c; ) {
|
|
23587
23587
|
var F = s[O];
|
|
23588
23588
|
if (sr(F[0], this, S))
|
|
@@ -23614,11 +23614,11 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
23614
23614
|
function RR(s, c) {
|
|
23615
23615
|
return th(s, Or(c, g));
|
|
23616
23616
|
}
|
|
23617
|
-
var kR =
|
|
23617
|
+
var kR = Je(function(s, c) {
|
|
23618
23618
|
return function(y) {
|
|
23619
23619
|
return wl(y, s, c);
|
|
23620
23620
|
};
|
|
23621
|
-
}), _R =
|
|
23621
|
+
}), _R = Je(function(s, c) {
|
|
23622
23622
|
return function(y) {
|
|
23623
23623
|
return wl(s, y, c);
|
|
23624
23624
|
};
|
|
@@ -23645,7 +23645,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
23645
23645
|
function U0() {
|
|
23646
23646
|
}
|
|
23647
23647
|
function FR(s) {
|
|
23648
|
-
return s = Ze(s),
|
|
23648
|
+
return s = Ze(s), Je(function(c) {
|
|
23649
23649
|
return nh(c, s);
|
|
23650
23650
|
});
|
|
23651
23651
|
}
|
|
@@ -23767,7 +23767,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
23767
23767
|
return this.filter(s).head();
|
|
23768
23768
|
}, ot.prototype.findLast = function(s) {
|
|
23769
23769
|
return this.reverse().find(s);
|
|
23770
|
-
}, ot.prototype.invokeMap =
|
|
23770
|
+
}, ot.prototype.invokeMap = Je(function(s, c) {
|
|
23771
23771
|
return typeof s == "function" ? new ot(this) : this.map(function(y) {
|
|
23772
23772
|
return wl(y, s, c);
|
|
23773
23773
|
});
|
|
@@ -26331,7 +26331,7 @@ function Mse({
|
|
|
26331
26331
|
cardSubheader: r !== null ? g(r, { _: r }) : null
|
|
26332
26332
|
};
|
|
26333
26333
|
}, [p, r, n, g]);
|
|
26334
|
-
return /* @__PURE__ */ h(Oe, { item: !0, ...f, lg: a, md: l, sm: d, xs: u, children: /* @__PURE__ */ h(yr, { content: t, title: m, subheader: v, secondary: o, divider: !0, children: /* @__PURE__ */ J(
|
|
26334
|
+
return /* @__PURE__ */ h(Oe, { item: !0, ...f, lg: a, md: l, sm: d, xs: u, children: /* @__PURE__ */ h(yr, { content: t, title: m, subheader: v, secondary: o, divider: !0, children: /* @__PURE__ */ J(et, { children: [
|
|
26335
26335
|
e,
|
|
26336
26336
|
i === !0 ? /* @__PURE__ */ h($a, { children: /* @__PURE__ */ h(M1, {}) }) : i
|
|
26337
26337
|
] }) }) });
|
|
@@ -26399,7 +26399,7 @@ function kse(e) {
|
|
|
26399
26399
|
function z(W) {
|
|
26400
26400
|
D(), typeof u == "function" && u(W);
|
|
26401
26401
|
}
|
|
26402
|
-
return /* @__PURE__ */ J(
|
|
26402
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
26403
26403
|
/* @__PURE__ */ h(Fse, { onClick: R, label: a, ..._se(p), children: i }),
|
|
26404
26404
|
/* @__PURE__ */ h(
|
|
26405
26405
|
cD,
|
|
@@ -26432,7 +26432,7 @@ function kse(e) {
|
|
|
26432
26432
|
}
|
|
26433
26433
|
},
|
|
26434
26434
|
title: t ? typeof t == "string" ? P(t) : t : /* @__PURE__ */ h(
|
|
26435
|
-
|
|
26435
|
+
Ce,
|
|
26436
26436
|
{
|
|
26437
26437
|
sx: {
|
|
26438
26438
|
display: "flex",
|
|
@@ -26440,7 +26440,7 @@ function kse(e) {
|
|
|
26440
26440
|
justifyContent: "center"
|
|
26441
26441
|
},
|
|
26442
26442
|
children: /* @__PURE__ */ h(
|
|
26443
|
-
|
|
26443
|
+
Ce,
|
|
26444
26444
|
{
|
|
26445
26445
|
sx: {
|
|
26446
26446
|
color: "primary.main",
|
|
@@ -26730,7 +26730,7 @@ function l6e(e) {
|
|
|
26730
26730
|
},
|
|
26731
26731
|
[A, b, e.mutationOptions, u, f]
|
|
26732
26732
|
);
|
|
26733
|
-
return /* @__PURE__ */ J(
|
|
26733
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
26734
26734
|
/* @__PURE__ */ h(Zse, { ...d, onClick: x }),
|
|
26735
26735
|
/* @__PURE__ */ h(
|
|
26736
26736
|
si,
|
|
@@ -26793,7 +26793,7 @@ function ol(e) {
|
|
|
26793
26793
|
},
|
|
26794
26794
|
[D, v]
|
|
26795
26795
|
);
|
|
26796
|
-
return /* @__PURE__ */ J(
|
|
26796
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
26797
26797
|
/* @__PURE__ */ h(
|
|
26798
26798
|
rl,
|
|
26799
26799
|
{
|
|
@@ -26844,7 +26844,7 @@ function ol(e) {
|
|
|
26844
26844
|
}
|
|
26845
26845
|
},
|
|
26846
26846
|
title: n ? typeof n == "string" ? x(n) : n : /* @__PURE__ */ h(
|
|
26847
|
-
|
|
26847
|
+
Ce,
|
|
26848
26848
|
{
|
|
26849
26849
|
sx: {
|
|
26850
26850
|
display: "flex",
|
|
@@ -26852,7 +26852,7 @@ function ol(e) {
|
|
|
26852
26852
|
justifyContent: "center"
|
|
26853
26853
|
},
|
|
26854
26854
|
children: /* @__PURE__ */ h(
|
|
26855
|
-
|
|
26855
|
+
Ce,
|
|
26856
26856
|
{
|
|
26857
26857
|
sx: {
|
|
26858
26858
|
color: "primary.main",
|
|
@@ -26969,7 +26969,7 @@ function c6e(e) {
|
|
|
26969
26969
|
},
|
|
26970
26970
|
[v, u, e.mutationOptions, e.mutationMode]
|
|
26971
26971
|
), x = so();
|
|
26972
|
-
return /* @__PURE__ */ J(
|
|
26972
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
26973
26973
|
/* @__PURE__ */ h(Qse, { ...d, onClick: m }),
|
|
26974
26974
|
/* @__PURE__ */ h(
|
|
26975
26975
|
si,
|
|
@@ -28229,18 +28229,18 @@ function Bw() {
|
|
|
28229
28229
|
]);
|
|
28230
28230
|
},
|
|
28231
28231
|
_doProcessBlock: function(v, b) {
|
|
28232
|
-
for (var x = this._hash.words, A = x[0], E = x[1], w = x[2], T = x[3], I = x[4], P = x[5], M = x[6], D = x[7], B = A.high, R = A.low, k = E.high, z = E.low, W = w.high, U = w.low, H = T.high, N = T.low, q = I.high, V = I.low, re = P.high, G = P.low, $ = M.high, Q = M.low, te = D.high, K = D.low, le = B, ue = R, ve = k, ae = z, ye = W, be = U, Ie = H, he = N, Le = q, ge = V,
|
|
28232
|
+
for (var x = this._hash.words, A = x[0], E = x[1], w = x[2], T = x[3], I = x[4], P = x[5], M = x[6], D = x[7], B = A.high, R = A.low, k = E.high, z = E.low, W = w.high, U = w.low, H = T.high, N = T.low, q = I.high, V = I.low, re = P.high, G = P.low, $ = M.high, Q = M.low, te = D.high, K = D.low, le = B, ue = R, ve = k, ae = z, ye = W, be = U, Ie = H, he = N, Le = q, ge = V, Qe = re, Gt = G, It = $, pt = Q, yn = te, At = K, tt = 0; tt < 80; tt++) {
|
|
28233
28233
|
var Wt = p[tt];
|
|
28234
28234
|
if (tt < 16)
|
|
28235
28235
|
var lt = Wt.high = v[b + tt * 2] | 0, dt = Wt.low = v[b + tt * 2 + 1] | 0;
|
|
28236
28236
|
else {
|
|
28237
|
-
var Rt = p[tt - 15], De = Rt.high, Fe = Rt.low, Re = (De >>> 1 | Fe << 31) ^ (De >>> 8 | Fe << 24) ^ De >>> 7,
|
|
28237
|
+
var Rt = p[tt - 15], De = Rt.high, Fe = Rt.low, Re = (De >>> 1 | Fe << 31) ^ (De >>> 8 | Fe << 24) ^ De >>> 7, xe = (Fe >>> 1 | De << 31) ^ (Fe >>> 8 | De << 24) ^ (Fe >>> 7 | De << 25), St = p[tt - 2], Ot = St.high, Ve = St.low, ke = (Ot >>> 19 | Ve << 13) ^ (Ot << 3 | Ve >>> 29) ^ Ot >>> 6, on = (Ve >>> 19 | Ot << 13) ^ (Ve << 3 | Ot >>> 29) ^ (Ve >>> 6 | Ot << 26), Dn = p[tt - 7], ar = Dn.high, Do = Dn.low, qi = p[tt - 16], cl = qi.high, Va = qi.low, dt = xe + Do, lt = Re + ar + (dt >>> 0 < xe >>> 0 ? 1 : 0), dt = dt + on, lt = lt + ke + (dt >>> 0 < on >>> 0 ? 1 : 0), dt = dt + Va, lt = lt + cl + (dt >>> 0 < Va >>> 0 ? 1 : 0);
|
|
28238
28238
|
Wt.high = lt, Wt.low = dt;
|
|
28239
28239
|
}
|
|
28240
|
-
var za = Le &
|
|
28241
|
-
yn = It, At = pt, It =
|
|
28240
|
+
var za = Le & Qe ^ ~Le & It, di = ge & Gt ^ ~ge & pt, Wa = le & ve ^ le & ye ^ ve & ye, ja = ue & ae ^ ue & be ^ ae & be, Ua = (le >>> 28 | ue << 4) ^ (le << 30 | ue >>> 2) ^ (le << 25 | ue >>> 7), Ha = (ue >>> 28 | le << 4) ^ (ue << 30 | le >>> 2) ^ (ue << 25 | le >>> 7), Ga = (Le >>> 14 | ge << 18) ^ (Le >>> 18 | ge << 14) ^ (Le << 23 | ge >>> 9), ul = (ge >>> 14 | Le << 18) ^ (ge >>> 18 | Le << 14) ^ (ge << 23 | Le >>> 9), fi = g[tt], dl = fi.high, Ar = fi.low, fn = At + ul, Dt = yn + Ga + (fn >>> 0 < At >>> 0 ? 1 : 0), fn = fn + di, Dt = Dt + za + (fn >>> 0 < di >>> 0 ? 1 : 0), fn = fn + Ar, Dt = Dt + dl + (fn >>> 0 < Ar >>> 0 ? 1 : 0), fn = fn + dt, Dt = Dt + lt + (fn >>> 0 < dt >>> 0 ? 1 : 0), uo = Ha + ja, fl = Ua + Wa + (uo >>> 0 < Ha >>> 0 ? 1 : 0);
|
|
28241
|
+
yn = It, At = pt, It = Qe, pt = Gt, Qe = Le, Gt = ge, ge = he + fn | 0, Le = Ie + Dt + (ge >>> 0 < he >>> 0 ? 1 : 0) | 0, Ie = ye, he = be, ye = ve, be = ae, ve = le, ae = ue, ue = fn + uo | 0, le = Dt + fl + (ue >>> 0 < fn >>> 0 ? 1 : 0) | 0;
|
|
28242
28242
|
}
|
|
28243
|
-
R = A.low = R + ue, A.high = B + le + (R >>> 0 < ue >>> 0 ? 1 : 0), z = E.low = z + ae, E.high = k + ve + (z >>> 0 < ae >>> 0 ? 1 : 0), U = w.low = U + be, w.high = W + ye + (U >>> 0 < be >>> 0 ? 1 : 0), N = T.low = N + he, T.high = H + Ie + (N >>> 0 < he >>> 0 ? 1 : 0), V = I.low = V + ge, I.high = q + Le + (V >>> 0 < ge >>> 0 ? 1 : 0), G = P.low = G + Gt, P.high = re +
|
|
28243
|
+
R = A.low = R + ue, A.high = B + le + (R >>> 0 < ue >>> 0 ? 1 : 0), z = E.low = z + ae, E.high = k + ve + (z >>> 0 < ae >>> 0 ? 1 : 0), U = w.low = U + be, w.high = W + ye + (U >>> 0 < be >>> 0 ? 1 : 0), N = T.low = N + he, T.high = H + Ie + (N >>> 0 < he >>> 0 ? 1 : 0), V = I.low = V + ge, I.high = q + Le + (V >>> 0 < ge >>> 0 ? 1 : 0), G = P.low = G + Gt, P.high = re + Qe + (G >>> 0 < Gt >>> 0 ? 1 : 0), Q = M.low = Q + pt, M.high = $ + It + (Q >>> 0 < pt >>> 0 ? 1 : 0), K = D.low = K + At, D.high = te + yn + (K >>> 0 < At >>> 0 ? 1 : 0);
|
|
28244
28244
|
},
|
|
28245
28245
|
_doFinalize: function() {
|
|
28246
28246
|
var v = this._data, b = v.words, x = this._nDataBytes * 8, A = v.sigBytes * 8;
|
|
@@ -30932,7 +30932,7 @@ function Mle({ setLoading: e }) {
|
|
|
30932
30932
|
type: "error"
|
|
30933
30933
|
});
|
|
30934
30934
|
}
|
|
30935
|
-
return /* @__PURE__ */ h(
|
|
30935
|
+
return /* @__PURE__ */ h(Ce, { sx: { colorScheme: n ? "light" : "dark", width: "100%" }, ref: d, children: /* @__PURE__ */ h(Ple, { theme: "outline", width: a, onSuccess: u, onError: f }) });
|
|
30936
30936
|
}
|
|
30937
30937
|
function u6e({
|
|
30938
30938
|
label: e = "ra.auth.sign_in",
|
|
@@ -31217,7 +31217,7 @@ function Ble({
|
|
|
31217
31217
|
disabled: n,
|
|
31218
31218
|
record: v,
|
|
31219
31219
|
onClick: m,
|
|
31220
|
-
title: /* @__PURE__ */ J(
|
|
31220
|
+
title: /* @__PURE__ */ J(Ce, { sx: { cursor: "pointer" }, children: [
|
|
31221
31221
|
/* @__PURE__ */ h(me, { variant: "subtitle1", children: it.get(v, (a == null ? void 0 : a.title) || (a == null ? void 0 : a.source)) }),
|
|
31222
31222
|
/* @__PURE__ */ J(me, { variant: "caption", color: "secondary", children: [
|
|
31223
31223
|
it.get(v, "sizeDescription"),
|
|
@@ -31350,7 +31350,7 @@ function Hle(e) {
|
|
|
31350
31350
|
() => ao(it.get(t, e == null ? void 0 : e.source)).locale(n).fromNow(),
|
|
31351
31351
|
[t, e == null ? void 0 : e.source, n]
|
|
31352
31352
|
);
|
|
31353
|
-
return /* @__PURE__ */ J(
|
|
31353
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
31354
31354
|
/* @__PURE__ */ h(Qv, { record: t, source: e.source, showTime: !0 }),
|
|
31355
31355
|
/* @__PURE__ */ h("br", {}),
|
|
31356
31356
|
/* @__PURE__ */ h(me, { variant: "caption", color: "textSecondary", children: r })
|
|
@@ -31457,7 +31457,7 @@ function m6e({
|
|
|
31457
31457
|
...i
|
|
31458
31458
|
}) {
|
|
31459
31459
|
const a = Zt.only(r), { getCurrentDialog: l } = jw(), d = mn(i), u = Hr(i), f = l(), g = _e(() => o === !1 ? !1 : typeof o == "function" ? o(d) : typeof o == "string" ? it.get(d, o, o) : o, [d, o]), p = _o(i, { width: i != null && i.fullWidth ? "100%" : "auto" });
|
|
31460
|
-
return /* @__PURE__ */ h(t1e, { title: g, children: /* @__PURE__ */ J(
|
|
31460
|
+
return /* @__PURE__ */ h(t1e, { title: g, children: /* @__PURE__ */ J(et, { children: [
|
|
31461
31461
|
/* @__PURE__ */ h(P2, { sx: { pt: 1 }, children: /* @__PURE__ */ h(B2, { label: e, source: t, resource: f || u }) }),
|
|
31462
31462
|
/* @__PURE__ */ h(Jle, { ...i, children: Ae.isValidElement(a) ? Ae.cloneElement(a, {
|
|
31463
31463
|
...a.props,
|
|
@@ -31871,7 +31871,7 @@ function T6e({
|
|
|
31871
31871
|
...o,
|
|
31872
31872
|
validate: d,
|
|
31873
31873
|
helperText: f != null && f.message ? /* @__PURE__ */ h(z_, { error: f == null ? void 0 : f.message }) : o == null ? void 0 : o.helperText,
|
|
31874
|
-
children: /* @__PURE__ */ h(
|
|
31874
|
+
children: /* @__PURE__ */ h(et, { children: /* @__PURE__ */ J(Ce, { flex: 1, children: [
|
|
31875
31875
|
Z.map(a, (P, M) => /* @__PURE__ */ h(
|
|
31876
31876
|
oo,
|
|
31877
31877
|
{
|
|
@@ -32313,7 +32313,7 @@ function k6e(e) {
|
|
|
32313
32313
|
f(), r(null);
|
|
32314
32314
|
}, [f, r]);
|
|
32315
32315
|
return /* @__PURE__ */ h(Tv, { in: u !== void 0 && u.length > 0, children: /* @__PURE__ */ J(
|
|
32316
|
-
|
|
32316
|
+
Ce,
|
|
32317
32317
|
{
|
|
32318
32318
|
sx: {
|
|
32319
32319
|
position: "fixed",
|
|
@@ -33413,7 +33413,7 @@ function Rd({
|
|
|
33413
33413
|
_: p(f, 0)
|
|
33414
33414
|
}) : g("ra.empty.no_resource"), v = g("ra.page.empty", { name: m }), b = g("ra.page.invite");
|
|
33415
33415
|
return /* @__PURE__ */ J(k1e, { className: Ge(`${r1}-root`, t), sx: a, children: [
|
|
33416
|
-
/* @__PURE__ */ J(
|
|
33416
|
+
/* @__PURE__ */ J(Ce, { className: Aa.message, children: [
|
|
33417
33417
|
_1e({ icon: r, className: t }),
|
|
33418
33418
|
/* @__PURE__ */ h(me, { variant: "h4", paragraph: !0, children: o || g(`resources.${f}.empty`, {
|
|
33419
33419
|
_: v
|
|
@@ -33686,7 +33686,7 @@ function j1e() {
|
|
|
33686
33686
|
}, []), o = pe(() => {
|
|
33687
33687
|
t(!0);
|
|
33688
33688
|
}, []);
|
|
33689
|
-
return /* @__PURE__ */ J(
|
|
33689
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
33690
33690
|
/* @__PURE__ */ h(wt, { sx: { height: "36px" }, variant: "contained", onClick: o, children: n("ra.action.save_filter") }),
|
|
33691
33691
|
/* @__PURE__ */ h(W1e, { open: e, onClose: r })
|
|
33692
33692
|
] });
|
|
@@ -33807,7 +33807,7 @@ function q1e(e) {
|
|
|
33807
33807
|
const { query: t } = e, [n, r] = Pe(!1), o = pe(() => {
|
|
33808
33808
|
r((a) => !a);
|
|
33809
33809
|
}, []), i = We();
|
|
33810
|
-
return /* @__PURE__ */ J(
|
|
33810
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
33811
33811
|
/* @__PURE__ */ h(wt, { size: "small", color: "primary", onClick: o, children: i("ra.action.delete") }),
|
|
33812
33812
|
/* @__PURE__ */ h(G1e, { open: n, onClose: o, filterToRemove: t })
|
|
33813
33813
|
] });
|
|
@@ -33823,7 +33823,7 @@ function Y1e(e) {
|
|
|
33823
33823
|
[r, o, i, a, t]
|
|
33824
33824
|
);
|
|
33825
33825
|
return f && f.length > 0 ? /* @__PURE__ */ h(
|
|
33826
|
-
|
|
33826
|
+
Ce,
|
|
33827
33827
|
{
|
|
33828
33828
|
sx: {
|
|
33829
33829
|
mt: "-1px",
|
|
@@ -33875,11 +33875,11 @@ function Y1e(e) {
|
|
|
33875
33875
|
))
|
|
33876
33876
|
] })
|
|
33877
33877
|
}
|
|
33878
|
-
) : /* @__PURE__ */ h(
|
|
33878
|
+
) : /* @__PURE__ */ h(Ce, { height: 16 });
|
|
33879
33879
|
}
|
|
33880
33880
|
function K1e(e) {
|
|
33881
33881
|
const { sx: t } = e;
|
|
33882
|
-
return /* @__PURE__ */ h(
|
|
33882
|
+
return /* @__PURE__ */ h(Ce, { sx: { ...t, flex: "1 1 auto", backgroundColor: "background.paper", overflowY: "auto" }, children: e.children });
|
|
33883
33883
|
}
|
|
33884
33884
|
const Z1e = 444;
|
|
33885
33885
|
function X1e(e) {
|
|
@@ -33918,14 +33918,14 @@ function X1e(e) {
|
|
|
33918
33918
|
}
|
|
33919
33919
|
const Q1e = Ae.memo(X1e);
|
|
33920
33920
|
function J1e(e) {
|
|
33921
|
-
return /* @__PURE__ */ J(
|
|
33921
|
+
return /* @__PURE__ */ J(Ce, { children: [
|
|
33922
33922
|
/* @__PURE__ */ h(Br, {}),
|
|
33923
|
-
/* @__PURE__ */ h(
|
|
33923
|
+
/* @__PURE__ */ h(Ce, { bgcolor: "background.paper", px: 2, py: 2.5, children: e.children })
|
|
33924
33924
|
] });
|
|
33925
33925
|
}
|
|
33926
33926
|
function ece(e) {
|
|
33927
33927
|
const { sx: t } = e;
|
|
33928
|
-
return /* @__PURE__ */ J(
|
|
33928
|
+
return /* @__PURE__ */ J(Ce, { children: [
|
|
33929
33929
|
/* @__PURE__ */ h(
|
|
33930
33930
|
rt,
|
|
33931
33931
|
{
|
|
@@ -33945,13 +33945,13 @@ function ece(e) {
|
|
|
33945
33945
|
}
|
|
33946
33946
|
function tce(e) {
|
|
33947
33947
|
const { primary: t, secondary: n } = e;
|
|
33948
|
-
return /* @__PURE__ */ J(
|
|
33948
|
+
return /* @__PURE__ */ J(Ce, { display: "inline-flex", flexGrow: 1, flexShrink: 1, flexDirection: "column", children: [
|
|
33949
33949
|
t ? /* @__PURE__ */ h(me, { variant: "h5", children: t }) : null,
|
|
33950
33950
|
n ? /* @__PURE__ */ h(me, { variant: "h6", children: n }) : null
|
|
33951
33951
|
] });
|
|
33952
33952
|
}
|
|
33953
33953
|
function nce(e) {
|
|
33954
|
-
return /* @__PURE__ */ h(
|
|
33954
|
+
return /* @__PURE__ */ h(Ce, { display: "inline-flex", flexGrow: 0, flexShrink: 0, children: e.children });
|
|
33955
33955
|
}
|
|
33956
33956
|
const no = Q1e;
|
|
33957
33957
|
no.Content = K1e;
|
|
@@ -33961,9 +33961,9 @@ no.HeaderText = tce;
|
|
|
33961
33961
|
no.HeaderAction = nce;
|
|
33962
33962
|
function rce(e) {
|
|
33963
33963
|
const { form: t, filters: n } = e, r = li();
|
|
33964
|
-
return /* @__PURE__ */ h(U3.Provider, { value: Array.isArray(n) ? n : [n], children: /* @__PURE__ */ h(fF, { ...t, children: /* @__PURE__ */ h(
|
|
33964
|
+
return /* @__PURE__ */ h(U3.Provider, { value: Array.isArray(n) ? n : [n], children: /* @__PURE__ */ h(fF, { ...t, children: /* @__PURE__ */ h(Ce, { px: "20px", children: n ? (Array.isArray(n) ? n : [n]).map((o, i) => {
|
|
33965
33965
|
const a = { ...o.props, display: "label" };
|
|
33966
|
-
return Ae.isValidElement(o) ? /* @__PURE__ */ h(
|
|
33966
|
+
return Ae.isValidElement(o) ? /* @__PURE__ */ h(Ce, { mb: 1, children: Ae.cloneElement(o, { ...a, resource: r }) }, i) : null;
|
|
33967
33967
|
}) : null }) }) });
|
|
33968
33968
|
}
|
|
33969
33969
|
function oce(e) {
|
|
@@ -34089,7 +34089,7 @@ function dv(e) {
|
|
|
34089
34089
|
},
|
|
34090
34090
|
[v, p]
|
|
34091
34091
|
);
|
|
34092
|
-
return /* @__PURE__ */ h(
|
|
34092
|
+
return /* @__PURE__ */ h(Ce, { sx: { width: "100%" }, children: t.length > 0 ? /* @__PURE__ */ h(
|
|
34093
34093
|
Ik,
|
|
34094
34094
|
{
|
|
34095
34095
|
value: Number(g),
|
|
@@ -34126,49 +34126,45 @@ function dv(e) {
|
|
|
34126
34126
|
}
|
|
34127
34127
|
function Qw(e) {
|
|
34128
34128
|
const { filters: t, actions: n, className: r, hasFilterSidebar: o, tabs: i, ...a } = e, l = Mt(), d = Wn(l.breakpoints.down("sm")), u = n ? Ae.cloneElement(n, { ...a, ...n.props }) : null, { filterValues: f, data: g, isLoading: p } = Ur(), m = !p && g && g.length === 0, v = i && i.length > 0;
|
|
34129
|
-
return Array.isArray(t) ? /* @__PURE__ */ h(Kw.Provider, { value: { hasFilterSidebar: o }, children: /* @__PURE__ */ h(U3.Provider, { value: t, children: /* @__PURE__ */ h(fv, { className: r, children: /* @__PURE__ */ J(
|
|
34129
|
+
return Array.isArray(t) ? /* @__PURE__ */ h(Kw.Provider, { value: { hasFilterSidebar: o }, children: /* @__PURE__ */ h(U3.Provider, { value: t, children: /* @__PURE__ */ h(fv, { className: r, children: /* @__PURE__ */ J(Ce, { sx: { width: "100%", display: "flex", flexDirection: "column", gap: 2 }, children: [
|
|
34130
34130
|
i ? /* @__PURE__ */ h(dv, { tabs: i }) : null,
|
|
34131
|
-
/* @__PURE__ */ h(
|
|
34132
|
-
|
|
34131
|
+
/* @__PURE__ */ h(Ce, { children: d && o ? /* @__PURE__ */ J(
|
|
34132
|
+
Ce,
|
|
34133
|
+
{
|
|
34134
|
+
sx: {
|
|
34135
|
+
border: d && m ? "1px solid" : 0,
|
|
34136
|
+
borderColor: l.palette.mode === "dark" ? l.palette.divider : l.palette.grey.A800
|
|
34137
|
+
},
|
|
34138
|
+
children: [
|
|
34139
|
+
u,
|
|
34140
|
+
it.isEmpty(f) ? null : /* @__PURE__ */ J(Ce, { children: [
|
|
34141
|
+
/* @__PURE__ */ h(Br, {}),
|
|
34142
|
+
/* @__PURE__ */ h(uv, {})
|
|
34143
|
+
] })
|
|
34144
|
+
]
|
|
34145
|
+
}
|
|
34146
|
+
) : /* @__PURE__ */ J(
|
|
34147
|
+
Ce,
|
|
34133
34148
|
{
|
|
34134
34149
|
sx: {
|
|
34135
34150
|
display: "flex",
|
|
34136
|
-
flexDirection: "row",
|
|
34137
|
-
alignItems: "center",
|
|
34138
|
-
justifyContent: "flex-end",
|
|
34151
|
+
flexDirection: d ? "column" : "row",
|
|
34152
|
+
alignItems: d ? "flex-start" : "center",
|
|
34139
34153
|
gap: 2,
|
|
34140
|
-
|
|
34141
|
-
|
|
34142
|
-
pb: l.spacing(2.5),
|
|
34143
|
-
width: "100%"
|
|
34154
|
+
px: 2.5,
|
|
34155
|
+
py: 2.5
|
|
34144
34156
|
},
|
|
34145
|
-
children:
|
|
34146
|
-
xe,
|
|
34147
|
-
{
|
|
34148
|
-
sx: {
|
|
34149
|
-
border: m ? "1px solid" : 0,
|
|
34150
|
-
borderColor: l.palette.mode === "dark" ? l.palette.divider : l.palette.grey.A800,
|
|
34151
|
-
width: "100%"
|
|
34152
|
-
},
|
|
34153
|
-
children: [
|
|
34154
|
-
u,
|
|
34155
|
-
!it.isEmpty(f) && /* @__PURE__ */ J(Qe, { children: [
|
|
34156
|
-
/* @__PURE__ */ h(Br, { sx: { my: 1 } }),
|
|
34157
|
-
/* @__PURE__ */ h(uv, {})
|
|
34158
|
-
] })
|
|
34159
|
-
]
|
|
34160
|
-
}
|
|
34161
|
-
) : /* @__PURE__ */ J(Qe, { children: [
|
|
34157
|
+
children: [
|
|
34162
34158
|
o ? /* @__PURE__ */ h(uv, {}) : /* @__PURE__ */ h(WD, {}),
|
|
34163
|
-
/* @__PURE__ */ h(
|
|
34159
|
+
d ? null : /* @__PURE__ */ h(Ce, { sx: { flex: 1 } }),
|
|
34164
34160
|
u
|
|
34165
|
-
]
|
|
34161
|
+
]
|
|
34166
34162
|
}
|
|
34167
|
-
)
|
|
34168
|
-
] }) }) }) }) : /* @__PURE__ */ h(fv, { className: r, children: /* @__PURE__ */ J(
|
|
34163
|
+
) })
|
|
34164
|
+
] }) }) }) }) : /* @__PURE__ */ h(fv, { className: r, children: /* @__PURE__ */ J(Ce, { sx: { display: "flex", flex: 1, flexDirection: "column", gap: 2, width: "100%" }, children: [
|
|
34169
34165
|
i ? /* @__PURE__ */ h(dv, { tabs: i }) : null,
|
|
34170
34166
|
/* @__PURE__ */ J(
|
|
34171
|
-
|
|
34167
|
+
Ce,
|
|
34172
34168
|
{
|
|
34173
34169
|
sx: {
|
|
34174
34170
|
display: "flex",
|
|
@@ -34623,7 +34619,7 @@ function bce(e) {
|
|
|
34623
34619
|
}
|
|
34624
34620
|
), u = pe(() => d(), [d]);
|
|
34625
34621
|
return /* @__PURE__ */ J("div", { onClick: u, style: { cursor: "pointer" }, role: "button", tabIndex: 0, children: [
|
|
34626
|
-
/* @__PURE__ */ h(me, { variant: "subtitle1", children: /* @__PURE__ */ J(
|
|
34622
|
+
/* @__PURE__ */ h(me, { variant: "subtitle1", children: /* @__PURE__ */ J(Ce, { fontWeight: "bold", children: [
|
|
34627
34623
|
" ",
|
|
34628
34624
|
t == null ? void 0 : t.title
|
|
34629
34625
|
] }) }),
|
|
@@ -34880,7 +34876,7 @@ function N6e({
|
|
|
34880
34876
|
actions: o,
|
|
34881
34877
|
...i
|
|
34882
34878
|
}) {
|
|
34883
|
-
return /* @__PURE__ */ h(KD, { value: e, children: /* @__PURE__ */ h(o1e, { perPage: 5, pagination: /* @__PURE__ */ h($2, {}), ...i, reference: e, target: t, children: /* @__PURE__ */ J(
|
|
34879
|
+
return /* @__PURE__ */ h(KD, { value: e, children: /* @__PURE__ */ h(o1e, { perPage: 5, pagination: /* @__PURE__ */ h($2, {}), ...i, reference: e, target: t, children: /* @__PURE__ */ J(et, { children: [
|
|
34884
34880
|
/* @__PURE__ */ h(ZD, { filters: r, actions: o }),
|
|
34885
34881
|
n
|
|
34886
34882
|
] }) }) });
|
|
@@ -35101,7 +35097,7 @@ const Ice = fe(Wf)(({ theme: e }) => ({
|
|
|
35101
35097
|
}));
|
|
35102
35098
|
function q6e({ title: e, divider: t = !0, variant: n = "h5" }) {
|
|
35103
35099
|
const r = xr();
|
|
35104
|
-
return /* @__PURE__ */ J(
|
|
35100
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
35105
35101
|
/* @__PURE__ */ h(
|
|
35106
35102
|
Ice,
|
|
35107
35103
|
{
|
|
@@ -35353,7 +35349,7 @@ function W7(e) {
|
|
|
35353
35349
|
), x = i !== void 0, A = Z.omit(e, ["label", "icon", "selected", "badge"]);
|
|
35354
35350
|
return Se(() => {
|
|
35355
35351
|
r && !m && v(r);
|
|
35356
|
-
}, [r, m, v]), /* @__PURE__ */ J(
|
|
35352
|
+
}, [r, m, v]), /* @__PURE__ */ J(et, { children: [
|
|
35357
35353
|
/* @__PURE__ */ h(l1, { ...A, disablePadding: !0, children: /* @__PURE__ */ J(Qn, { selected: r ? !u : null, onClick: b, sx: { pl: p * f }, children: [
|
|
35358
35354
|
x ? /* @__PURE__ */ h(ro, { children: i }) : null,
|
|
35359
35355
|
/* @__PURE__ */ h(
|
|
@@ -35569,11 +35565,11 @@ var Lf = (e) => {
|
|
|
35569
35565
|
return /* @__PURE__ */ h("div", { className: i, style: a, ref: l, children: o });
|
|
35570
35566
|
}, zce = Vce, SA = /* @__PURE__ */ ((e) => (e.TOP = "top", e.BOTTOM = "bottom", e))(SA || {});
|
|
35571
35567
|
function EA(e) {
|
|
35572
|
-
const { sticky: t = !0, disposition: n = { xl: 3, lg: 3, md: 4, sm: 4, xs: 12 }, spacing: r = 2 } = e, o = Z.omit(e, ["sticky", "disposition", "spacing"]), i = t ? zce :
|
|
35568
|
+
const { sticky: t = !0, disposition: n = { xl: 3, lg: 3, md: 4, sm: 4, xs: 12 }, spacing: r = 2 } = e, o = Z.omit(e, ["sticky", "disposition", "spacing"]), i = t ? zce : Ce, a = _e(() => t ? { offsetTop: 74, offsetBottom: r * 2 } : {}, [t, r]);
|
|
35573
35569
|
return /* @__PURE__ */ h(Oe, { ...o, item: !0, ...n, children: /* @__PURE__ */ h(i, { ...a, children: /* @__PURE__ */ h(rt, { spacing: r, children: e.children }) }) });
|
|
35574
35570
|
}
|
|
35575
35571
|
function TA(e) {
|
|
35576
|
-
return /* @__PURE__ */ h(
|
|
35572
|
+
return /* @__PURE__ */ h(et, { children: e.children });
|
|
35577
35573
|
}
|
|
35578
35574
|
function IA(e) {
|
|
35579
35575
|
const { children: t } = e;
|
|
@@ -35615,7 +35611,7 @@ function OA(e) {
|
|
|
35615
35611
|
});
|
|
35616
35612
|
}, [u, f, r, o, d, i, a, m]), Se(() => () => {
|
|
35617
35613
|
f(d);
|
|
35618
|
-
}, [d, f]), /* @__PURE__ */ h(
|
|
35614
|
+
}, [d, f]), /* @__PURE__ */ h(Ce, { display: g ? "unset" : "none", children: e.children });
|
|
35619
35615
|
}
|
|
35620
35616
|
function PA(e) {
|
|
35621
35617
|
const t = j7(e), n = W6(e);
|
|
@@ -35723,7 +35719,7 @@ const Hce = U1(V2, { slot: "Root" })(({ theme: e }) => ({
|
|
|
35723
35719
|
}
|
|
35724
35720
|
}));
|
|
35725
35721
|
function Gce({ children: e }) {
|
|
35726
|
-
return /* @__PURE__ */ h(
|
|
35722
|
+
return /* @__PURE__ */ h(et, { children: e });
|
|
35727
35723
|
}
|
|
35728
35724
|
function RA(e) {
|
|
35729
35725
|
const {
|
|
@@ -35770,7 +35766,7 @@ function RA(e) {
|
|
|
35770
35766
|
);
|
|
35771
35767
|
}
|
|
35772
35768
|
function qce({ children: e, ...t }) {
|
|
35773
|
-
return /* @__PURE__ */ h(V2.Tab, { ...t, children: /* @__PURE__ */ h(
|
|
35769
|
+
return /* @__PURE__ */ h(V2.Tab, { ...t, children: /* @__PURE__ */ h(Ce, { sx: { width: "100%", p: 2.5 }, children: e }) });
|
|
35774
35770
|
}
|
|
35775
35771
|
RA.Tab = V2.Tab;
|
|
35776
35772
|
RA.TabStack = qce;
|
|
@@ -35801,7 +35797,7 @@ function I3(e) {
|
|
|
35801
35797
|
(u) => (i(!1), a(r, u), Promise.resolve()),
|
|
35802
35798
|
[r, a]
|
|
35803
35799
|
);
|
|
35804
|
-
return /* @__PURE__ */ J(
|
|
35800
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
35805
35801
|
/* @__PURE__ */ h(wt, { color: "primary", onClick: () => i(!0), sx: { justifyContent: "flex-start" }, children: l("ra.action.edit") }),
|
|
35806
35802
|
/* @__PURE__ */ h(si, { open: o, onClose: () => i(!1), maxWidth: "xs", fullWidth: !0, children: /* @__PURE__ */ h(
|
|
35807
35803
|
iF,
|
|
@@ -35826,7 +35822,7 @@ function DA(e) {
|
|
|
35826
35822
|
(g) => (l(!1), d(g), Promise.resolve()),
|
|
35827
35823
|
[l, d]
|
|
35828
35824
|
);
|
|
35829
|
-
return /* @__PURE__ */ J(
|
|
35825
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
35830
35826
|
Ae.cloneElement(/* @__PURE__ */ h(kA, {}), {
|
|
35831
35827
|
label: t,
|
|
35832
35828
|
source: o,
|
|
@@ -36053,12 +36049,12 @@ function tue({ cancelButton: e, ...t }) {
|
|
|
36053
36049
|
o();
|
|
36054
36050
|
}, [o]);
|
|
36055
36051
|
return /* @__PURE__ */ J($a, { ...t, children: [
|
|
36056
|
-
/* @__PURE__ */ h(
|
|
36052
|
+
/* @__PURE__ */ h(Ce, {
|
|
36057
36053
|
sx: { "& .MuiButtonBase-root": { ml: 0 } },
|
|
36058
36054
|
//@ts-ignore
|
|
36059
36055
|
children: e ? zn(e) : null
|
|
36060
36056
|
}),
|
|
36061
|
-
/* @__PURE__ */ h(
|
|
36057
|
+
/* @__PURE__ */ h(Ce, { sx: { flex: "1 1 auto" } }),
|
|
36062
36058
|
r() && /* @__PURE__ */ h(wt, { variant: "text", color: "primary", onClick: i, children: a("ra.action.back") }),
|
|
36063
36059
|
n() ? /* @__PURE__ */ h(wt, { variant: "contained", color: "primary", onClick: l(d), children: a("ra.action.next") }) : /* @__PURE__ */ h(M1, {})
|
|
36064
36060
|
] });
|
|
@@ -36084,7 +36080,7 @@ const nue = ai(Lk, {
|
|
|
36084
36080
|
".MuiStepConnector-horizontal": {
|
|
36085
36081
|
marginLeft: -10
|
|
36086
36082
|
}
|
|
36087
|
-
})), rue = ai(
|
|
36083
|
+
})), rue = ai(Ce)(({ theme: e, ownerState: t }) => ({
|
|
36088
36084
|
backgroundColor: t.error ? e.palette.error.main : t.completed || t.active ? e.palette.primary.main : e.palette.mode === "dark" ? e.palette.grey[200] : e.palette.grey[400],
|
|
36089
36085
|
zIndex: 1,
|
|
36090
36086
|
color: e.palette.common.white,
|
|
@@ -36162,9 +36158,9 @@ function aue({ title: e, subheader: t, secondary: n, toolbar: r, progress: o, is
|
|
|
36162
36158
|
border: !a,
|
|
36163
36159
|
divider: !0,
|
|
36164
36160
|
children: [
|
|
36165
|
-
/* @__PURE__ */ h(
|
|
36161
|
+
/* @__PURE__ */ h(Ce, { children: f[u] }),
|
|
36166
36162
|
/* @__PURE__ */ h(
|
|
36167
|
-
|
|
36163
|
+
Ce,
|
|
36168
36164
|
{
|
|
36169
36165
|
sx: {
|
|
36170
36166
|
"& .MuiToolbar-root": {
|
|
@@ -36238,7 +36234,7 @@ function lue({
|
|
|
36238
36234
|
) }) });
|
|
36239
36235
|
}
|
|
36240
36236
|
function cue({ children: e }) {
|
|
36241
|
-
return /* @__PURE__ */ h(
|
|
36237
|
+
return /* @__PURE__ */ h(et, { children: e });
|
|
36242
36238
|
}
|
|
36243
36239
|
lue.Step = cue;
|
|
36244
36240
|
function uue(e, t) {
|
|
@@ -36424,7 +36420,7 @@ function gue(e) {
|
|
|
36424
36420
|
}
|
|
36425
36421
|
),
|
|
36426
36422
|
children: /* @__PURE__ */ h(Ev, { fallback: /* @__PURE__ */ h($x, {}), children: /* @__PURE__ */ J(
|
|
36427
|
-
|
|
36423
|
+
Ce,
|
|
36428
36424
|
{
|
|
36429
36425
|
component: "main",
|
|
36430
36426
|
sx: { width: `calc(100% - ${t}px)`, flexGrow: 1, p: { xs: 0, sm: 2, lg: 1 }, pt: { lg: 2 } },
|
|
@@ -36454,7 +36450,7 @@ function gue(e) {
|
|
|
36454
36450
|
}
|
|
36455
36451
|
);
|
|
36456
36452
|
}
|
|
36457
|
-
const mue = fe(
|
|
36453
|
+
const mue = fe(Ce, { shouldForwardProp: (e) => e !== "open" })(
|
|
36458
36454
|
({ theme: e, open: t }) => ({
|
|
36459
36455
|
...e.mixins.toolbar,
|
|
36460
36456
|
display: "flex",
|
|
@@ -36531,16 +36527,16 @@ var Te = {}, j6 = { exports: {} };
|
|
|
36531
36527
|
(function(n, r) {
|
|
36532
36528
|
var o = "1.0.39", i = "", a = "?", l = "function", d = "undefined", u = "object", f = "string", g = "major", p = "model", m = "name", v = "type", b = "vendor", x = "version", A = "architecture", E = "console", w = "mobile", T = "tablet", I = "smarttv", P = "wearable", M = "embedded", D = 500, B = "Amazon", R = "Apple", k = "ASUS", z = "BlackBerry", W = "Browser", U = "Chrome", H = "Edge", N = "Firefox", q = "Google", V = "Huawei", re = "LG", G = "Microsoft", $ = "Motorola", Q = "Opera", te = "Samsung", K = "Sharp", le = "Sony", ue = "Xiaomi", ve = "Zebra", ae = "Facebook", ye = "Chromium OS", be = "Mac OS", Ie = " Browser", he = function(De, Fe) {
|
|
36533
36529
|
var Re = {};
|
|
36534
|
-
for (var
|
|
36535
|
-
Fe[
|
|
36530
|
+
for (var xe in De)
|
|
36531
|
+
Fe[xe] && Fe[xe].length % 2 === 0 ? Re[xe] = Fe[xe].concat(De[xe]) : Re[xe] = De[xe];
|
|
36536
36532
|
return Re;
|
|
36537
36533
|
}, Le = function(De) {
|
|
36538
36534
|
for (var Fe = {}, Re = 0; Re < De.length; Re++)
|
|
36539
36535
|
Fe[De[Re].toUpperCase()] = De[Re];
|
|
36540
36536
|
return Fe;
|
|
36541
36537
|
}, ge = function(De, Fe) {
|
|
36542
|
-
return typeof De === f ?
|
|
36543
|
-
},
|
|
36538
|
+
return typeof De === f ? Qe(Fe).indexOf(Qe(De)) !== -1 : !1;
|
|
36539
|
+
}, Qe = function(De) {
|
|
36544
36540
|
return De.toLowerCase();
|
|
36545
36541
|
}, Gt = function(De) {
|
|
36546
36542
|
return typeof De === f ? De.replace(/[^\d\.]/g, i).split(".")[0] : r;
|
|
@@ -36548,10 +36544,10 @@ var Te = {}, j6 = { exports: {} };
|
|
|
36548
36544
|
if (typeof De === f)
|
|
36549
36545
|
return De = De.replace(/^\s\s*/, i), typeof Fe === d ? De : De.substring(0, D);
|
|
36550
36546
|
}, pt = function(De, Fe) {
|
|
36551
|
-
for (var Re = 0,
|
|
36547
|
+
for (var Re = 0, xe, St, Ot, Ve, ke, on; Re < Fe.length && !ke; ) {
|
|
36552
36548
|
var Dn = Fe[Re], ar = Fe[Re + 1];
|
|
36553
|
-
for (
|
|
36554
|
-
if (ke = Dn[
|
|
36549
|
+
for (xe = St = 0; xe < Dn.length && !ke && Dn[xe]; )
|
|
36550
|
+
if (ke = Dn[xe++].exec(De), ke)
|
|
36555
36551
|
for (Ot = 0; Ot < ar.length; Ot++)
|
|
36556
36552
|
on = ke[++St], Ve = ar[Ot], typeof Ve === u && Ve.length > 0 ? Ve.length === 2 ? typeof Ve[1] == l ? this[Ve[0]] = Ve[1].call(this, on) : this[Ve[0]] = Ve[1] : Ve.length === 3 ? typeof Ve[1] === l && !(Ve[1].exec && Ve[1].test) ? this[Ve[0]] = on ? Ve[1].call(this, on, Ve[2]) : r : this[Ve[0]] = on ? on.replace(Ve[1], Ve[2]) : r : Ve.length === 4 && (this[Ve[0]] = on ? Ve[3].call(this, on.replace(Ve[1], Ve[2])) : r) : this[Ve] = on || r;
|
|
36557
36553
|
Re += 2;
|
|
@@ -36559,38 +36555,38 @@ var Te = {}, j6 = { exports: {} };
|
|
|
36559
36555
|
}, yn = function(De, Fe) {
|
|
36560
36556
|
for (var Re in Fe)
|
|
36561
36557
|
if (typeof Fe[Re] === u && Fe[Re].length > 0) {
|
|
36562
|
-
for (var
|
|
36563
|
-
if (ge(Fe[Re][
|
|
36558
|
+
for (var xe = 0; xe < Fe[Re].length; xe++)
|
|
36559
|
+
if (ge(Fe[Re][xe], De))
|
|
36564
36560
|
return Re === a ? r : Re;
|
|
36565
36561
|
} else if (ge(Fe[Re], De))
|
|
36566
36562
|
return Re === a ? r : Re;
|
|
36567
36563
|
return Fe.hasOwnProperty("*") ? Fe["*"] : De;
|
|
36568
|
-
}, At = { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }, tt = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, Wt = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [x, [m, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [x, [m, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [m, x], [/opios[\/ ]+([\w\.]+)/i], [x, [m, Q + " Mini"]], [/\bop(?:rg)?x\/([\w\.]+)/i], [x, [m, Q + " GX"]], [/\bopr\/([\w\.]+)/i], [x, [m, Q]], [/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i], [x, [m, "Baidu"]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i, /(avant|iemobile|slim)\s?(?:browser)?[\/ ]?([\w\.]*)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio)\/([-\w\.]+)/i, /(heytap|ovi)browser\/([\d\.]+)/i, /(weibo)__([\d\.]+)/i], [m, x], [/quark(?:pc)?\/([-\w\.]+)/i], [x, [m, "Quark"]], [/\bddg\/([\w\.]+)/i], [x, [m, "DuckDuckGo"]], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [x, [m, "UC" + W]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i, /micromessenger\/([\w\.]+)/i], [x, [m, "WeChat"]], [/konqueror\/([\w\.]+)/i], [x, [m, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [x, [m, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [x, [m, "Yandex"]], [/slbrowser\/([\w\.]+)/i], [x, [m, "Smart Lenovo " + W]], [/(avast|avg)\/([\w\.]+)/i], [[m, /(.+)/, "$1 Secure " + W], x], [/\bfocus\/([\w\.]+)/i], [x, [m, N + " Focus"]], [/\bopt\/([\w\.]+)/i], [x, [m, Q + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [x, [m, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [x, [m, "Dolphin"]], [/coast\/([\w\.]+)/i], [x, [m, Q + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [x, [m, "MIUI " + W]], [/fxios\/([-\w\.]+)/i], [x, [m, N]], [/\bqihu|(qi?ho?o?|360)browser/i], [[m, "360" + Ie]], [/\b(qq)\/([\w\.]+)/i], [[m, /(.+)/, "$1Browser"], x], [/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i], [[m, /(.+)/, "$1" + Ie], x], [/samsungbrowser\/([\w\.]+)/i], [x, [m, te + " Internet"]], [/(comodo_dragon)\/([\w\.]+)/i], [[m, /_/g, " "], x], [/metasr[\/ ]?([\d\.]+)/i], [x, [m, "Sogou Explorer"]], [/(sogou)mo\w+\/([\d\.]+)/i], [[m, "Sogou Mobile"], x], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|2345Explorer)[\/ ]?([\w\.]+)/i], [m, x], [/(lbbrowser|rekonq)/i, /\[(linkedin)app\]/i], [m], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[m, ae], x], [/(Klarna)\/([\w\.]+)/i, /(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(alipay)client\/([\w\.]+)/i, /(twitter)(?:and| f.+e\/([\w\.]+))/i, /(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i], [m, x], [/\bgsa\/([\w\.]+) .*safari\//i], [x, [m, "GSA"]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [x, [m, "TikTok"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [x, [m, U + " Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[m, U + " WebView"], x], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [x, [m, "Android " + W]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [m, x], [/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i], [x, [m, "Mobile Safari"]], [/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i], [x, m], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [m, [x, yn, At]], [/(webkit|khtml)\/([\w\.]+)/i], [m, x], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[m, "Netscape"], x], [/(wolvic)\/([\w\.]+)/i], [m, x], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [x, [m, N + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i], [m, [x, /_/g, "."]], [/(cobalt)\/([\w\.]+)/i], [m, [x, /master.|lts./, ""]]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [[A, "amd64"]], [/(ia32(?=;))/i], [[A, Je]], [/((?:i[346]|x)86)[;\)]/i], [[A, "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [[A, "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [[A, "armhf"]], [/windows (ce|mobile); ppc;/i], [[A, "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [[A, /ower/, i, Je]], [/(sun4\w)[;\)]/i], [[A, "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [[A, Je]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [p, [b, te], [v, T]], [/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]((?!sm-[lr])[-\w]+)/i, /sec-(sgh\w+)/i], [p, [b, te], [v, w]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [p, [b, R], [v, w]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [p, [b, R], [v, T]], [/(macintosh);/i], [p, [b, R]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [p, [b, K], [v, w]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [p, [b, V], [v, T]], [/(?:huawei|honor)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [p, [b, V], [v, w]], [/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i], [[p, /_/g, " "], [b, ue], [v, w]], [/oid[^\)]+; (2\d{4}(283|rpbf)[cgl])( bui|\))/i, /\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[p, /_/g, " "], [b, ue], [v, T]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [p, [b, "OPPO"], [v, w]], [/\b(opd2\d{3}a?) bui/i], [p, [b, "OPPO"], [v, T]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [p, [b, "Vivo"], [v, w]], [/\b(rmx[1-3]\d{3})(?: bui|;|\))/i], [p, [b, "Realme"], [v, w]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [p, [b, $], [v, w]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [p, [b, $], [v, T]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [p, [b, re], [v, T]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [p, [b, re], [v, w]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [p, [b, "Lenovo"], [v, T]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[p, /_/g, " "], [b, "Nokia"], [v, w]], [/(pixel c)\b/i], [p, [b, q], [v, T]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [p, [b, q], [v, w]], [/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [p, [b, le], [v, w]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[p, "Xperia Tablet"], [b, le], [v, T]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [p, [b, "OnePlus"], [v, w]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [p, [b, B], [v, T]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[p, /(.+)/g, "Fire Phone $1"], [b, B], [v, w]], [/(playbook);[-\w\),; ]+(rim)/i], [p, b, [v, T]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [p, [b, z], [v, w]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [p, [b, k], [v, T]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [p, [b, k], [v, w]], [/(nexus 9)/i], [p, [b, "HTC"], [v, T]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [b, [p, /_/g, " "], [v, w]], [/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])\w*(\)| bui)/i], [p, [b, "TCL"], [v, T]], [/(itel) ((\w+))/i], [[b, Je], p, [v, yn, { tablet: ["p10001l", "w7001"], "*": "mobile" }]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [p, [b, "Acer"], [v, T]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [p, [b, "Meizu"], [v, w]], [/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i], [p, [b, "Ulefone"], [v, w]], [/droid.+; (a(?:015|06[35]|142p?))/i], [p, [b, "Nothing"], [v, w]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno)[-_ ]?([-\w]*)/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [b, p, [v, w]], [/(kobo)\s(ereader|touch)/i, /(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [b, p, [v, T]], [/(surface duo)/i], [p, [b, G], [v, T]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [p, [b, "Fairphone"], [v, w]], [/(u304aa)/i], [p, [b, "AT&T"], [v, w]], [/\bsie-(\w*)/i], [p, [b, "Siemens"], [v, w]], [/\b(rct\w+) b/i], [p, [b, "RCA"], [v, T]], [/\b(venue[\d ]{2,7}) b/i], [p, [b, "Dell"], [v, T]], [/\b(q(?:mv|ta)\w+) b/i], [p, [b, "Verizon"], [v, T]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [p, [b, "Barnes & Noble"], [v, T]], [/\b(tm\d{3}\w+) b/i], [p, [b, "NuVision"], [v, T]], [/\b(k88) b/i], [p, [b, "ZTE"], [v, T]], [/\b(nx\d{3}j) b/i], [p, [b, "ZTE"], [v, w]], [/\b(gen\d{3}) b.+49h/i], [p, [b, "Swiss"], [v, w]], [/\b(zur\d{3}) b/i], [p, [b, "Swiss"], [v, T]], [/\b((zeki)?tb.*\b) b/i], [p, [b, "Zeki"], [v, T]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[b, "Dragon Touch"], p, [v, T]], [/\b(ns-?\w{0,9}) b/i], [p, [b, "Insignia"], [v, T]], [/\b((nxa|next)-?\w{0,9}) b/i], [p, [b, "NextBook"], [v, T]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[b, "Voice"], p, [v, w]], [/\b(lvtel\-)?(v1[12]) b/i], [[b, "LvTel"], p, [v, w]], [/\b(ph-1) /i], [p, [b, "Essential"], [v, w]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [p, [b, "Envizen"], [v, T]], [/\b(trio[-\w\. ]+) b/i], [p, [b, "MachSpeed"], [v, T]], [/\btu_(1491) b/i], [p, [b, "Rotor"], [v, T]], [/(shield[\w ]+) b/i], [p, [b, "Nvidia"], [v, T]], [/(sprint) (\w+)/i], [b, p, [v, w]], [/(kin\.[onetw]{3})/i], [[p, /\./g, " "], [b, G], [v, w]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [p, [b, ve], [v, T]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [p, [b, ve], [v, w]], [/smart-tv.+(samsung)/i], [b, [v, I]], [/hbbtv.+maple;(\d+)/i], [[p, /^/, "SmartTV"], [b, te], [v, I]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[b, re], [v, I]], [/(apple) ?tv/i], [b, [p, R + " TV"], [v, I]], [/crkey/i], [[p, U + "cast"], [b, q], [v, I]], [/droid.+aft(\w+)( bui|\))/i], [p, [b, B], [v, I]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [p, [b, K], [v, I]], [/(bravia[\w ]+)( bui|\))/i], [p, [b, le], [v, I]], [/(mitv-\w{5}) bui/i], [p, [b, ue], [v, I]], [/Hbbtv.*(technisat) (.*);/i], [b, p, [v, I]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[b, It], [p, It], [v, I]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[v, I]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [b, p, [v, E]], [/droid.+; (shield) bui/i], [p, [b, "Nvidia"], [v, E]], [/(playstation [345portablevi]+)/i], [p, [b, le], [v, E]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [p, [b, G], [v, E]], [/\b(sm-[lr]\d\d[05][fnuw]?s?)\b/i], [p, [b, te], [v, P]], [/((pebble))app/i], [b, p, [v, P]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [p, [b, R], [v, P]], [/droid.+; (glass) \d/i], [p, [b, q], [v, P]], [/droid.+; (wt63?0{2,3})\)/i], [p, [b, ve], [v, P]], [/(quest( \d| pro)?)/i], [p, [b, ae], [v, P]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [b, [v, M]], [/(aeobc)\b/i], [p, [b, B], [v, M]], [/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+? mobile safari/i], [p, [v, w]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [p, [v, T]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[v, T]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[v, w]], [/(android[-\w\. ]{0,9});.+buil/i], [p, [b, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [x, [m, H + "HTML"]], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [x, [m, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [m, x], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [x, m]], os: [[/microsoft (windows) (vista|xp)/i], [m, x], [/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i], [m, [x, yn, tt]], [/windows nt 6\.2; (arm)/i, /windows[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i, /(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[x, yn, tt], [m, "Windows"]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[x, /_/g, "."], [m, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[m, be], [x, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [x, m], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [m, x], [/\(bb(10);/i], [x, [m, z]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [x, [m, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [x, [m, N + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [x, [m, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [x, [m, "watchOS"]], [/crkey\/([\d\.]+)/i], [x, [m, U + "cast"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[m, ye], x], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [m, x], [/(sunos) ?([\w\.\d]*)/i], [[m, "Solaris"], x], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [m, x]] }, lt = function(De, Fe) {
|
|
36564
|
+
}, At = { "1.0": "/8", 1.2: "/1", 1.3: "/3", "2.0": "/412", "2.0.2": "/416", "2.0.3": "/417", "2.0.4": "/419", "?": "/" }, tt = { ME: "4.90", "NT 3.11": "NT3.51", "NT 4.0": "NT4.0", 2e3: "NT 5.0", XP: ["NT 5.1", "NT 5.2"], Vista: "NT 6.0", 7: "NT 6.1", 8: "NT 6.2", 8.1: "NT 6.3", 10: ["NT 6.4", "NT 10.0"], RT: "ARM" }, Wt = { browser: [[/\b(?:crmo|crios)\/([\w\.]+)/i], [x, [m, "Chrome"]], [/edg(?:e|ios|a)?\/([\w\.]+)/i], [x, [m, "Edge"]], [/(opera mini)\/([-\w\.]+)/i, /(opera [mobiletab]{3,6})\b.+version\/([-\w\.]+)/i, /(opera)(?:.+version\/|[\/ ]+)([\w\.]+)/i], [m, x], [/opios[\/ ]+([\w\.]+)/i], [x, [m, Q + " Mini"]], [/\bop(?:rg)?x\/([\w\.]+)/i], [x, [m, Q + " GX"]], [/\bopr\/([\w\.]+)/i], [x, [m, Q]], [/\bb[ai]*d(?:uhd|[ub]*[aekoprswx]{5,6})[\/ ]?([\w\.]+)/i], [x, [m, "Baidu"]], [/(kindle)\/([\w\.]+)/i, /(lunascape|maxthon|netfront|jasmine|blazer|sleipnir)[\/ ]?([\w\.]*)/i, /(avant|iemobile|slim)\s?(?:browser)?[\/ ]?([\w\.]*)/i, /(?:ms|\()(ie) ([\w\.]+)/i, /(flock|rockmelt|midori|epiphany|silk|skyfire|ovibrowser|bolt|iron|vivaldi|iridium|phantomjs|bowser|qupzilla|falkon|rekonq|puffin|brave|whale(?!.+naver)|qqbrowserlite|duckduckgo|klar|helio)\/([-\w\.]+)/i, /(heytap|ovi)browser\/([\d\.]+)/i, /(weibo)__([\d\.]+)/i], [m, x], [/quark(?:pc)?\/([-\w\.]+)/i], [x, [m, "Quark"]], [/\bddg\/([\w\.]+)/i], [x, [m, "DuckDuckGo"]], [/(?:\buc? ?browser|(?:juc.+)ucweb)[\/ ]?([\w\.]+)/i], [x, [m, "UC" + W]], [/microm.+\bqbcore\/([\w\.]+)/i, /\bqbcore\/([\w\.]+).+microm/i, /micromessenger\/([\w\.]+)/i], [x, [m, "WeChat"]], [/konqueror\/([\w\.]+)/i], [x, [m, "Konqueror"]], [/trident.+rv[: ]([\w\.]{1,9})\b.+like gecko/i], [x, [m, "IE"]], [/ya(?:search)?browser\/([\w\.]+)/i], [x, [m, "Yandex"]], [/slbrowser\/([\w\.]+)/i], [x, [m, "Smart Lenovo " + W]], [/(avast|avg)\/([\w\.]+)/i], [[m, /(.+)/, "$1 Secure " + W], x], [/\bfocus\/([\w\.]+)/i], [x, [m, N + " Focus"]], [/\bopt\/([\w\.]+)/i], [x, [m, Q + " Touch"]], [/coc_coc\w+\/([\w\.]+)/i], [x, [m, "Coc Coc"]], [/dolfin\/([\w\.]+)/i], [x, [m, "Dolphin"]], [/coast\/([\w\.]+)/i], [x, [m, Q + " Coast"]], [/miuibrowser\/([\w\.]+)/i], [x, [m, "MIUI " + W]], [/fxios\/([-\w\.]+)/i], [x, [m, N]], [/\bqihu|(qi?ho?o?|360)browser/i], [[m, "360" + Ie]], [/\b(qq)\/([\w\.]+)/i], [[m, /(.+)/, "$1Browser"], x], [/(oculus|sailfish|huawei|vivo|pico)browser\/([\w\.]+)/i], [[m, /(.+)/, "$1" + Ie], x], [/samsungbrowser\/([\w\.]+)/i], [x, [m, te + " Internet"]], [/(comodo_dragon)\/([\w\.]+)/i], [[m, /_/g, " "], x], [/metasr[\/ ]?([\d\.]+)/i], [x, [m, "Sogou Explorer"]], [/(sogou)mo\w+\/([\d\.]+)/i], [[m, "Sogou Mobile"], x], [/(electron)\/([\w\.]+) safari/i, /(tesla)(?: qtcarbrowser|\/(20\d\d\.[-\w\.]+))/i, /m?(qqbrowser|2345Explorer)[\/ ]?([\w\.]+)/i], [m, x], [/(lbbrowser|rekonq)/i, /\[(linkedin)app\]/i], [m], [/((?:fban\/fbios|fb_iab\/fb4a)(?!.+fbav)|;fbav\/([\w\.]+);)/i], [[m, ae], x], [/(Klarna)\/([\w\.]+)/i, /(kakao(?:talk|story))[\/ ]([\w\.]+)/i, /(naver)\(.*?(\d+\.[\w\.]+).*\)/i, /safari (line)\/([\w\.]+)/i, /\b(line)\/([\w\.]+)\/iab/i, /(alipay)client\/([\w\.]+)/i, /(twitter)(?:and| f.+e\/([\w\.]+))/i, /(chromium|instagram|snapchat)[\/ ]([-\w\.]+)/i], [m, x], [/\bgsa\/([\w\.]+) .*safari\//i], [x, [m, "GSA"]], [/musical_ly(?:.+app_?version\/|_)([\w\.]+)/i], [x, [m, "TikTok"]], [/headlesschrome(?:\/([\w\.]+)| )/i], [x, [m, U + " Headless"]], [/ wv\).+(chrome)\/([\w\.]+)/i], [[m, U + " WebView"], x], [/droid.+ version\/([\w\.]+)\b.+(?:mobile safari|safari)/i], [x, [m, "Android " + W]], [/(chrome|omniweb|arora|[tizenoka]{5} ?browser)\/v?([\w\.]+)/i], [m, x], [/version\/([\w\.\,]+) .*mobile\/\w+ (safari)/i], [x, [m, "Mobile Safari"]], [/version\/([\w(\.|\,)]+) .*(mobile ?safari|safari)/i], [x, m], [/webkit.+?(mobile ?safari|safari)(\/[\w\.]+)/i], [m, [x, yn, At]], [/(webkit|khtml)\/([\w\.]+)/i], [m, x], [/(navigator|netscape\d?)\/([-\w\.]+)/i], [[m, "Netscape"], x], [/(wolvic)\/([\w\.]+)/i], [m, x], [/mobile vr; rv:([\w\.]+)\).+firefox/i], [x, [m, N + " Reality"]], [/ekiohf.+(flow)\/([\w\.]+)/i, /(swiftfox)/i, /(icedragon|iceweasel|camino|chimera|fennec|maemo browser|minimo|conkeror)[\/ ]?([\w\.\+]+)/i, /(seamonkey|k-meleon|icecat|iceape|firebird|phoenix|palemoon|basilisk|waterfox)\/([-\w\.]+)$/i, /(firefox)\/([\w\.]+)/i, /(mozilla)\/([\w\.]+) .+rv\:.+gecko\/\d+/i, /(polaris|lynx|dillo|icab|doris|amaya|w3m|netsurf|obigo|mosaic|(?:go|ice|up)[\. ]?browser)[-\/ ]?v?([\w\.]+)/i, /(links) \(([\w\.]+)/i], [m, [x, /_/g, "."]], [/(cobalt)\/([\w\.]+)/i], [m, [x, /master.|lts./, ""]]], cpu: [[/(?:(amd|x(?:(?:86|64)[-_])?|wow|win)64)[;\)]/i], [[A, "amd64"]], [/(ia32(?=;))/i], [[A, Qe]], [/((?:i[346]|x)86)[;\)]/i], [[A, "ia32"]], [/\b(aarch64|arm(v?8e?l?|_?64))\b/i], [[A, "arm64"]], [/\b(arm(?:v[67])?ht?n?[fl]p?)\b/i], [[A, "armhf"]], [/windows (ce|mobile); ppc;/i], [[A, "arm"]], [/((?:ppc|powerpc)(?:64)?)(?: mac|;|\))/i], [[A, /ower/, i, Qe]], [/(sun4\w)[;\)]/i], [[A, "sparc"]], [/((?:avr32|ia64(?=;))|68k(?=\))|\barm(?=v(?:[1-7]|[5-7]1)l?|;|eabi)|(?=atmel )avr|(?:irix|mips|sparc)(?:64)?\b|pa-risc)/i], [[A, Qe]]], device: [[/\b(sch-i[89]0\d|shw-m380s|sm-[ptx]\w{2,4}|gt-[pn]\d{2,4}|sgh-t8[56]9|nexus 10)/i], [p, [b, te], [v, T]], [/\b((?:s[cgp]h|gt|sm)-(?![lr])\w+|sc[g-]?[\d]+a?|galaxy nexus)/i, /samsung[- ]((?!sm-[lr])[-\w]+)/i, /sec-(sgh\w+)/i], [p, [b, te], [v, w]], [/(?:\/|\()(ip(?:hone|od)[\w, ]*)(?:\/|;)/i], [p, [b, R], [v, w]], [/\((ipad);[-\w\),; ]+apple/i, /applecoremedia\/[\w\.]+ \((ipad)/i, /\b(ipad)\d\d?,\d\d?[;\]].+ios/i], [p, [b, R], [v, T]], [/(macintosh);/i], [p, [b, R]], [/\b(sh-?[altvz]?\d\d[a-ekm]?)/i], [p, [b, K], [v, w]], [/\b((?:ag[rs][23]?|bah2?|sht?|btv)-a?[lw]\d{2})\b(?!.+d\/s)/i], [p, [b, V], [v, T]], [/(?:huawei|honor)([-\w ]+)[;\)]/i, /\b(nexus 6p|\w{2,4}e?-[atu]?[ln][\dx][012359c][adn]?)\b(?!.+d\/s)/i], [p, [b, V], [v, w]], [/\b(poco[\w ]+|m2\d{3}j\d\d[a-z]{2})(?: bui|\))/i, /\b; (\w+) build\/hm\1/i, /\b(hm[-_ ]?note?[_ ]?(?:\d\w)?) bui/i, /\b(redmi[\-_ ]?(?:note|k)?[\w_ ]+)(?: bui|\))/i, /oid[^\)]+; (m?[12][0-389][01]\w{3,6}[c-y])( bui|; wv|\))/i, /\b(mi[-_ ]?(?:a\d|one|one[_ ]plus|note lte|max|cc)?[_ ]?(?:\d?\w?)[_ ]?(?:plus|se|lite|pro)?)(?: bui|\))/i], [[p, /_/g, " "], [b, ue], [v, w]], [/oid[^\)]+; (2\d{4}(283|rpbf)[cgl])( bui|\))/i, /\b(mi[-_ ]?(?:pad)(?:[\w_ ]+))(?: bui|\))/i], [[p, /_/g, " "], [b, ue], [v, T]], [/; (\w+) bui.+ oppo/i, /\b(cph[12]\d{3}|p(?:af|c[al]|d\w|e[ar])[mt]\d0|x9007|a101op)\b/i], [p, [b, "OPPO"], [v, w]], [/\b(opd2\d{3}a?) bui/i], [p, [b, "OPPO"], [v, T]], [/vivo (\w+)(?: bui|\))/i, /\b(v[12]\d{3}\w?[at])(?: bui|;)/i], [p, [b, "Vivo"], [v, w]], [/\b(rmx[1-3]\d{3})(?: bui|;|\))/i], [p, [b, "Realme"], [v, w]], [/\b(milestone|droid(?:[2-4x]| (?:bionic|x2|pro|razr))?:?( 4g)?)\b[\w ]+build\//i, /\bmot(?:orola)?[- ](\w*)/i, /((?:moto[\w\(\) ]+|xt\d{3,4}|nexus 6)(?= bui|\)))/i], [p, [b, $], [v, w]], [/\b(mz60\d|xoom[2 ]{0,2}) build\//i], [p, [b, $], [v, T]], [/((?=lg)?[vl]k\-?\d{3}) bui| 3\.[-\w; ]{10}lg?-([06cv9]{3,4})/i], [p, [b, re], [v, T]], [/(lm(?:-?f100[nv]?|-[\w\.]+)(?= bui|\))|nexus [45])/i, /\blg[-e;\/ ]+((?!browser|netcast|android tv)\w+)/i, /\blg-?([\d\w]+) bui/i], [p, [b, re], [v, w]], [/(ideatab[-\w ]+)/i, /lenovo ?(s[56]000[-\w]+|tab(?:[\w ]+)|yt[-\d\w]{6}|tb[-\d\w]{6})/i], [p, [b, "Lenovo"], [v, T]], [/(?:maemo|nokia).*(n900|lumia \d+)/i, /nokia[-_ ]?([-\w\.]*)/i], [[p, /_/g, " "], [b, "Nokia"], [v, w]], [/(pixel c)\b/i], [p, [b, q], [v, T]], [/droid.+; (pixel[\daxl ]{0,6})(?: bui|\))/i], [p, [b, q], [v, w]], [/droid.+ (a?\d[0-2]{2}so|[c-g]\d{4}|so[-gl]\w+|xq-a\w[4-7][12])(?= bui|\).+chrome\/(?![1-6]{0,1}\d\.))/i], [p, [b, le], [v, w]], [/sony tablet [ps]/i, /\b(?:sony)?sgp\w+(?: bui|\))/i], [[p, "Xperia Tablet"], [b, le], [v, T]], [/ (kb2005|in20[12]5|be20[12][59])\b/i, /(?:one)?(?:plus)? (a\d0\d\d)(?: b|\))/i], [p, [b, "OnePlus"], [v, w]], [/(alexa)webm/i, /(kf[a-z]{2}wi|aeo(?!bc)\w\w)( bui|\))/i, /(kf[a-z]+)( bui|\)).+silk\//i], [p, [b, B], [v, T]], [/((?:sd|kf)[0349hijorstuw]+)( bui|\)).+silk\//i], [[p, /(.+)/g, "Fire Phone $1"], [b, B], [v, w]], [/(playbook);[-\w\),; ]+(rim)/i], [p, b, [v, T]], [/\b((?:bb[a-f]|st[hv])100-\d)/i, /\(bb10; (\w+)/i], [p, [b, z], [v, w]], [/(?:\b|asus_)(transfo[prime ]{4,10} \w+|eeepc|slider \w+|nexus 7|padfone|p00[cj])/i], [p, [b, k], [v, T]], [/ (z[bes]6[027][012][km][ls]|zenfone \d\w?)\b/i], [p, [b, k], [v, w]], [/(nexus 9)/i], [p, [b, "HTC"], [v, T]], [/(htc)[-;_ ]{1,2}([\w ]+(?=\)| bui)|\w+)/i, /(zte)[- ]([\w ]+?)(?: bui|\/|\))/i, /(alcatel|geeksphone|nexian|panasonic(?!(?:;|\.))|sony(?!-bra))[-_ ]?([-\w]*)/i], [b, [p, /_/g, " "], [v, w]], [/droid [\w\.]+; ((?:8[14]9[16]|9(?:0(?:48|60|8[01])|1(?:3[27]|66)|2(?:6[69]|9[56])|466))[gqswx])\w*(\)| bui)/i], [p, [b, "TCL"], [v, T]], [/(itel) ((\w+))/i], [[b, Qe], p, [v, yn, { tablet: ["p10001l", "w7001"], "*": "mobile" }]], [/droid.+; ([ab][1-7]-?[0178a]\d\d?)/i], [p, [b, "Acer"], [v, T]], [/droid.+; (m[1-5] note) bui/i, /\bmz-([-\w]{2,})/i], [p, [b, "Meizu"], [v, w]], [/; ((?:power )?armor(?:[\w ]{0,8}))(?: bui|\))/i], [p, [b, "Ulefone"], [v, w]], [/droid.+; (a(?:015|06[35]|142p?))/i], [p, [b, "Nothing"], [v, w]], [/(blackberry|benq|palm(?=\-)|sonyericsson|acer|asus|dell|meizu|motorola|polytron|infinix|tecno)[-_ ]?([-\w]*)/i, /(hp) ([\w ]+\w)/i, /(asus)-?(\w+)/i, /(microsoft); (lumia[\w ]+)/i, /(lenovo)[-_ ]?([-\w]+)/i, /(jolla)/i, /(oppo) ?([\w ]+) bui/i], [b, p, [v, w]], [/(kobo)\s(ereader|touch)/i, /(archos) (gamepad2?)/i, /(hp).+(touchpad(?!.+tablet)|tablet)/i, /(kindle)\/([\w\.]+)/i, /(nook)[\w ]+build\/(\w+)/i, /(dell) (strea[kpr\d ]*[\dko])/i, /(le[- ]+pan)[- ]+(\w{1,9}) bui/i, /(trinity)[- ]*(t\d{3}) bui/i, /(gigaset)[- ]+(q\w{1,9}) bui/i, /(vodafone) ([\w ]+)(?:\)| bui)/i], [b, p, [v, T]], [/(surface duo)/i], [p, [b, G], [v, T]], [/droid [\d\.]+; (fp\du?)(?: b|\))/i], [p, [b, "Fairphone"], [v, w]], [/(u304aa)/i], [p, [b, "AT&T"], [v, w]], [/\bsie-(\w*)/i], [p, [b, "Siemens"], [v, w]], [/\b(rct\w+) b/i], [p, [b, "RCA"], [v, T]], [/\b(venue[\d ]{2,7}) b/i], [p, [b, "Dell"], [v, T]], [/\b(q(?:mv|ta)\w+) b/i], [p, [b, "Verizon"], [v, T]], [/\b(?:barnes[& ]+noble |bn[rt])([\w\+ ]*) b/i], [p, [b, "Barnes & Noble"], [v, T]], [/\b(tm\d{3}\w+) b/i], [p, [b, "NuVision"], [v, T]], [/\b(k88) b/i], [p, [b, "ZTE"], [v, T]], [/\b(nx\d{3}j) b/i], [p, [b, "ZTE"], [v, w]], [/\b(gen\d{3}) b.+49h/i], [p, [b, "Swiss"], [v, w]], [/\b(zur\d{3}) b/i], [p, [b, "Swiss"], [v, T]], [/\b((zeki)?tb.*\b) b/i], [p, [b, "Zeki"], [v, T]], [/\b([yr]\d{2}) b/i, /\b(dragon[- ]+touch |dt)(\w{5}) b/i], [[b, "Dragon Touch"], p, [v, T]], [/\b(ns-?\w{0,9}) b/i], [p, [b, "Insignia"], [v, T]], [/\b((nxa|next)-?\w{0,9}) b/i], [p, [b, "NextBook"], [v, T]], [/\b(xtreme\_)?(v(1[045]|2[015]|[3469]0|7[05])) b/i], [[b, "Voice"], p, [v, w]], [/\b(lvtel\-)?(v1[12]) b/i], [[b, "LvTel"], p, [v, w]], [/\b(ph-1) /i], [p, [b, "Essential"], [v, w]], [/\b(v(100md|700na|7011|917g).*\b) b/i], [p, [b, "Envizen"], [v, T]], [/\b(trio[-\w\. ]+) b/i], [p, [b, "MachSpeed"], [v, T]], [/\btu_(1491) b/i], [p, [b, "Rotor"], [v, T]], [/(shield[\w ]+) b/i], [p, [b, "Nvidia"], [v, T]], [/(sprint) (\w+)/i], [b, p, [v, w]], [/(kin\.[onetw]{3})/i], [[p, /\./g, " "], [b, G], [v, w]], [/droid.+; (cc6666?|et5[16]|mc[239][23]x?|vc8[03]x?)\)/i], [p, [b, ve], [v, T]], [/droid.+; (ec30|ps20|tc[2-8]\d[kx])\)/i], [p, [b, ve], [v, w]], [/smart-tv.+(samsung)/i], [b, [v, I]], [/hbbtv.+maple;(\d+)/i], [[p, /^/, "SmartTV"], [b, te], [v, I]], [/(nux; netcast.+smarttv|lg (netcast\.tv-201\d|android tv))/i], [[b, re], [v, I]], [/(apple) ?tv/i], [b, [p, R + " TV"], [v, I]], [/crkey/i], [[p, U + "cast"], [b, q], [v, I]], [/droid.+aft(\w+)( bui|\))/i], [p, [b, B], [v, I]], [/\(dtv[\);].+(aquos)/i, /(aquos-tv[\w ]+)\)/i], [p, [b, K], [v, I]], [/(bravia[\w ]+)( bui|\))/i], [p, [b, le], [v, I]], [/(mitv-\w{5}) bui/i], [p, [b, ue], [v, I]], [/Hbbtv.*(technisat) (.*);/i], [b, p, [v, I]], [/\b(roku)[\dx]*[\)\/]((?:dvp-)?[\d\.]*)/i, /hbbtv\/\d+\.\d+\.\d+ +\([\w\+ ]*; *([\w\d][^;]*);([^;]*)/i], [[b, It], [p, It], [v, I]], [/\b(android tv|smart[- ]?tv|opera tv|tv; rv:)\b/i], [[v, I]], [/(ouya)/i, /(nintendo) ([wids3utch]+)/i], [b, p, [v, E]], [/droid.+; (shield) bui/i], [p, [b, "Nvidia"], [v, E]], [/(playstation [345portablevi]+)/i], [p, [b, le], [v, E]], [/\b(xbox(?: one)?(?!; xbox))[\); ]/i], [p, [b, G], [v, E]], [/\b(sm-[lr]\d\d[05][fnuw]?s?)\b/i], [p, [b, te], [v, P]], [/((pebble))app/i], [b, p, [v, P]], [/(watch)(?: ?os[,\/]|\d,\d\/)[\d\.]+/i], [p, [b, R], [v, P]], [/droid.+; (glass) \d/i], [p, [b, q], [v, P]], [/droid.+; (wt63?0{2,3})\)/i], [p, [b, ve], [v, P]], [/(quest( \d| pro)?)/i], [p, [b, ae], [v, P]], [/(tesla)(?: qtcarbrowser|\/[-\w\.]+)/i], [b, [v, M]], [/(aeobc)\b/i], [p, [b, B], [v, M]], [/droid .+?; ([^;]+?)(?: bui|; wv\)|\) applew).+? mobile safari/i], [p, [v, w]], [/droid .+?; ([^;]+?)(?: bui|\) applew).+?(?! mobile) safari/i], [p, [v, T]], [/\b((tablet|tab)[;\/]|focus\/\d(?!.+mobile))/i], [[v, T]], [/(phone|mobile(?:[;\/]| [ \w\/\.]*safari)|pda(?=.+windows ce))/i], [[v, w]], [/(android[-\w\. ]{0,9});.+buil/i], [p, [b, "Generic"]]], engine: [[/windows.+ edge\/([\w\.]+)/i], [x, [m, H + "HTML"]], [/webkit\/537\.36.+chrome\/(?!27)([\w\.]+)/i], [x, [m, "Blink"]], [/(presto)\/([\w\.]+)/i, /(webkit|trident|netfront|netsurf|amaya|lynx|w3m|goanna)\/([\w\.]+)/i, /ekioh(flow)\/([\w\.]+)/i, /(khtml|tasman|links)[\/ ]\(?([\w\.]+)/i, /(icab)[\/ ]([23]\.[\d\.]+)/i, /\b(libweb)/i], [m, x], [/rv\:([\w\.]{1,9})\b.+(gecko)/i], [x, m]], os: [[/microsoft (windows) (vista|xp)/i], [m, x], [/(windows (?:phone(?: os)?|mobile))[\/ ]?([\d\.\w ]*)/i], [m, [x, yn, tt]], [/windows nt 6\.2; (arm)/i, /windows[\/ ]?([ntce\d\. ]+\w)(?!.+xbox)/i, /(?:win(?=3|9|n)|win 9x )([nt\d\.]+)/i], [[x, yn, tt], [m, "Windows"]], [/ip[honead]{2,4}\b(?:.*os ([\w]+) like mac|; opera)/i, /(?:ios;fbsv\/|iphone.+ios[\/ ])([\d\.]+)/i, /cfnetwork\/.+darwin/i], [[x, /_/g, "."], [m, "iOS"]], [/(mac os x) ?([\w\. ]*)/i, /(macintosh|mac_powerpc\b)(?!.+haiku)/i], [[m, be], [x, /_/g, "."]], [/droid ([\w\.]+)\b.+(android[- ]x86|harmonyos)/i], [x, m], [/(android|webos|qnx|bada|rim tablet os|maemo|meego|sailfish)[-\/ ]?([\w\.]*)/i, /(blackberry)\w*\/([\w\.]*)/i, /(tizen|kaios)[\/ ]([\w\.]+)/i, /\((series40);/i], [m, x], [/\(bb(10);/i], [x, [m, z]], [/(?:symbian ?os|symbos|s60(?=;)|series60)[-\/ ]?([\w\.]*)/i], [x, [m, "Symbian"]], [/mozilla\/[\d\.]+ \((?:mobile|tablet|tv|mobile; [\w ]+); rv:.+ gecko\/([\w\.]+)/i], [x, [m, N + " OS"]], [/web0s;.+rt(tv)/i, /\b(?:hp)?wos(?:browser)?\/([\w\.]+)/i], [x, [m, "webOS"]], [/watch(?: ?os[,\/]|\d,\d\/)([\d\.]+)/i], [x, [m, "watchOS"]], [/crkey\/([\d\.]+)/i], [x, [m, U + "cast"]], [/(cros) [\w]+(?:\)| ([\w\.]+)\b)/i], [[m, ye], x], [/panasonic;(viera)/i, /(netrange)mmh/i, /(nettv)\/(\d+\.[\w\.]+)/i, /(nintendo|playstation) ([wids345portablevuch]+)/i, /(xbox); +xbox ([^\);]+)/i, /\b(joli|palm)\b ?(?:os)?\/?([\w\.]*)/i, /(mint)[\/\(\) ]?(\w*)/i, /(mageia|vectorlinux)[; ]/i, /([kxln]?ubuntu|debian|suse|opensuse|gentoo|arch(?= linux)|slackware|fedora|mandriva|centos|pclinuxos|red ?hat|zenwalk|linpus|raspbian|plan 9|minix|risc os|contiki|deepin|manjaro|elementary os|sabayon|linspire)(?: gnu\/linux)?(?: enterprise)?(?:[- ]linux)?(?:-gnu)?[-\/ ]?(?!chrom|package)([-\w\.]*)/i, /(hurd|linux) ?([\w\.]*)/i, /(gnu) ?([\w\.]*)/i, /\b([-frentopcghs]{0,5}bsd|dragonfly)[\/ ]?(?!amd|[ix346]{1,2}86)([\w\.]*)/i, /(haiku) (\w+)/i], [m, x], [/(sunos) ?([\w\.\d]*)/i], [[m, "Solaris"], x], [/((?:open)?solaris)[-\/ ]?([\w\.]*)/i, /(aix) ((\d)(?=\.|\)| )[\w\.])*/i, /\b(beos|os\/2|amigaos|morphos|openvms|fuchsia|hp-ux|serenityos)/i, /(unix) ?([\w\.]*)/i], [m, x]] }, lt = function(De, Fe) {
|
|
36569
36565
|
if (typeof De === u && (Fe = De, De = r), !(this instanceof lt))
|
|
36570
36566
|
return new lt(De, Fe).getResult();
|
|
36571
|
-
var Re = typeof n !== d && n.navigator ? n.navigator : r,
|
|
36567
|
+
var Re = typeof n !== d && n.navigator ? n.navigator : r, xe = De || (Re && Re.userAgent ? Re.userAgent : i), St = Re && Re.userAgentData ? Re.userAgentData : r, Ot = Fe ? he(Wt, Fe) : Wt, Ve = Re && Re.userAgent == xe;
|
|
36572
36568
|
return this.getBrowser = function() {
|
|
36573
36569
|
var ke = {};
|
|
36574
|
-
return ke[m] = r, ke[x] = r, pt.call(ke,
|
|
36570
|
+
return ke[m] = r, ke[x] = r, pt.call(ke, xe, Ot.browser), ke[g] = Gt(ke[x]), Ve && Re && Re.brave && typeof Re.brave.isBrave == l && (ke[m] = "Brave"), ke;
|
|
36575
36571
|
}, this.getCPU = function() {
|
|
36576
36572
|
var ke = {};
|
|
36577
|
-
return ke[A] = r, pt.call(ke,
|
|
36573
|
+
return ke[A] = r, pt.call(ke, xe, Ot.cpu), ke;
|
|
36578
36574
|
}, this.getDevice = function() {
|
|
36579
36575
|
var ke = {};
|
|
36580
|
-
return ke[b] = r, ke[p] = r, ke[v] = r, pt.call(ke,
|
|
36576
|
+
return ke[b] = r, ke[p] = r, ke[v] = r, pt.call(ke, xe, Ot.device), Ve && !ke[v] && St && St.mobile && (ke[v] = w), Ve && ke[p] == "Macintosh" && Re && typeof Re.standalone !== d && Re.maxTouchPoints && Re.maxTouchPoints > 2 && (ke[p] = "iPad", ke[v] = T), ke;
|
|
36581
36577
|
}, this.getEngine = function() {
|
|
36582
36578
|
var ke = {};
|
|
36583
|
-
return ke[m] = r, ke[x] = r, pt.call(ke,
|
|
36579
|
+
return ke[m] = r, ke[x] = r, pt.call(ke, xe, Ot.engine), ke;
|
|
36584
36580
|
}, this.getOS = function() {
|
|
36585
36581
|
var ke = {};
|
|
36586
|
-
return ke[m] = r, ke[x] = r, pt.call(ke,
|
|
36582
|
+
return ke[m] = r, ke[x] = r, pt.call(ke, xe, Ot.os), Ve && !ke[m] && St && St.platform && St.platform != "Unknown" && (ke[m] = St.platform.replace(/chrome os/i, ye).replace(/macos/i, be)), ke;
|
|
36587
36583
|
}, this.getResult = function() {
|
|
36588
36584
|
return { ua: this.getUA(), browser: this.getBrowser(), engine: this.getEngine(), os: this.getOS(), device: this.getDevice(), cpu: this.getCPU() };
|
|
36589
36585
|
}, this.getUA = function() {
|
|
36590
|
-
return
|
|
36586
|
+
return xe;
|
|
36591
36587
|
}, this.setUA = function(ke) {
|
|
36592
|
-
return
|
|
36593
|
-
}, this.setUA(
|
|
36588
|
+
return xe = typeof ke === f && ke.length > D ? It(ke, D) : ke, this;
|
|
36589
|
+
}, this.setUA(xe), this;
|
|
36594
36590
|
};
|
|
36595
36591
|
lt.VERSION = o, lt.BROWSER = Le([m, x, g]), lt.CPU = Le([A]), lt.DEVICE = Le([p, b, v, E, w, I, T, P, M]), lt.ENGINE = lt.OS = Le([m, x]), e.exports && (t = e.exports = lt), t.UAParser = lt;
|
|
36596
36592
|
var dt = typeof n !== d && (n.jQuery || n.Zepto);
|
|
@@ -37859,9 +37855,9 @@ const vde = fe(N3e)({
|
|
|
37859
37855
|
}
|
|
37860
37856
|
}));
|
|
37861
37857
|
function bde({ children: e, sx: t, ...n }) {
|
|
37862
|
-
return /* @__PURE__ */ J(
|
|
37858
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
37863
37859
|
/* @__PURE__ */ h(vde, { children: /* @__PURE__ */ h(yde, { timeout: 500, clickOnTrack: !1, sx: t, ...n, children: e }) }),
|
|
37864
|
-
/* @__PURE__ */ h(V3e, { children: /* @__PURE__ */ h(
|
|
37860
|
+
/* @__PURE__ */ h(V3e, { children: /* @__PURE__ */ h(Ce, { sx: { overflowX: "auto", ...t }, ...n, children: e }) })
|
|
37865
37861
|
] });
|
|
37866
37862
|
}
|
|
37867
37863
|
function Cde(e) {
|
|
@@ -37882,7 +37878,7 @@ function Cde(e) {
|
|
|
37882
37878
|
}
|
|
37883
37879
|
}
|
|
37884
37880
|
} : { variant: "permanent" }, [r, d, i, a, t.palette.divider]);
|
|
37885
|
-
return /* @__PURE__ */ h(
|
|
37881
|
+
return /* @__PURE__ */ h(Ce, { component: "nav", sx: n, "aria-label": "mailbox folders", children: /* @__PURE__ */ J(l, { ...u, open: o, children: [
|
|
37886
37882
|
/* @__PURE__ */ h(yue, {}),
|
|
37887
37883
|
/* @__PURE__ */ h(
|
|
37888
37884
|
bde,
|
|
@@ -37982,7 +37978,7 @@ function Ade({ onClick: e = void 0 }) {
|
|
|
37982
37978
|
}
|
|
37983
37979
|
a(u), r();
|
|
37984
37980
|
}
|
|
37985
|
-
return /* @__PURE__ */ J(
|
|
37981
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
37986
37982
|
/* @__PURE__ */ h(wde, { value: "locale", onClick: o, sx: { minWidth: "auto" }, children: /* @__PURE__ */ J(rt, { direction: "row", spacing: 0.5, children: [
|
|
37987
37983
|
/* @__PURE__ */ h(me, { variant: "body1", children: i.toUpperCase() }),
|
|
37988
37984
|
t ? /* @__PURE__ */ h(Zk, {}) : /* @__PURE__ */ h(Xk, {})
|
|
@@ -38067,7 +38063,7 @@ function Ide(e) {
|
|
|
38067
38063
|
secondary: n.content
|
|
38068
38064
|
}
|
|
38069
38065
|
),
|
|
38070
|
-
/* @__PURE__ */ h(
|
|
38066
|
+
/* @__PURE__ */ h(Ce, { flexGrow: 1, flexShrink: 1, minWidth: t.spacing(2) }),
|
|
38071
38067
|
/* @__PURE__ */ h(
|
|
38072
38068
|
tr,
|
|
38073
38069
|
{
|
|
@@ -38124,7 +38120,7 @@ function Rde() {
|
|
|
38124
38120
|
), A = pe(() => {
|
|
38125
38121
|
x();
|
|
38126
38122
|
}, [x]);
|
|
38127
|
-
return /* @__PURE__ */ J(
|
|
38123
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
38128
38124
|
/* @__PURE__ */ h(nc, { value: "notifications", selected: g, onChange: v, children: /* @__PURE__ */ h(_v, { badgeContent: f, color: "primary", children: /* @__PURE__ */ h(t_, {}) }) }),
|
|
38129
38125
|
/* @__PURE__ */ h(
|
|
38130
38126
|
$3,
|
|
@@ -38158,7 +38154,7 @@ function Rde() {
|
|
|
38158
38154
|
elevation: 0,
|
|
38159
38155
|
border: !1,
|
|
38160
38156
|
content: !1,
|
|
38161
|
-
secondary: /* @__PURE__ */ h(
|
|
38157
|
+
secondary: /* @__PURE__ */ h(et, { children: f > 0 && /* @__PURE__ */ h(E1, { title: e("ra.notification.mark-as-read"), onClick: A, children: /* @__PURE__ */ h(G1, { color: "success", size: "small", children: /* @__PURE__ */ h(n_, { style: { fontSize: "1.15rem" } }) }) }) }),
|
|
38162
38158
|
children: [
|
|
38163
38159
|
a.length === 0 ? /* @__PURE__ */ h(
|
|
38164
38160
|
Rd,
|
|
@@ -38170,7 +38166,7 @@ function Rde() {
|
|
|
38170
38166
|
"& .ApplicaEmpty-toolbar": { display: "none" }
|
|
38171
38167
|
}
|
|
38172
38168
|
}
|
|
38173
|
-
) : /* @__PURE__ */ J(
|
|
38169
|
+
) : /* @__PURE__ */ J(et, { children: [
|
|
38174
38170
|
/* @__PURE__ */ h(
|
|
38175
38171
|
To,
|
|
38176
38172
|
{
|
|
@@ -38227,7 +38223,7 @@ function Rde() {
|
|
|
38227
38223
|
}
|
|
38228
38224
|
function kde() {
|
|
38229
38225
|
const [e, t] = Pe(!1), n = pe(() => t(!1), [t]), r = pe(() => t(!0), [t]), o = We();
|
|
38230
|
-
return /* @__PURE__ */ J(
|
|
38226
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
38231
38227
|
/* @__PURE__ */ J(Qn, { onClick: r, children: [
|
|
38232
38228
|
/* @__PURE__ */ h(ro, { children: /* @__PURE__ */ h(A_, {}) }),
|
|
38233
38229
|
/* @__PURE__ */ h(tr, { primary: o("ra.auth.change_password") })
|
|
@@ -38237,7 +38233,7 @@ function kde() {
|
|
|
38237
38233
|
}
|
|
38238
38234
|
function _de() {
|
|
38239
38235
|
const e = qv(), t = We();
|
|
38240
|
-
return /* @__PURE__ */ h(
|
|
38236
|
+
return /* @__PURE__ */ h(et, { children: /* @__PURE__ */ J(Qn, { onClick: e, children: [
|
|
38241
38237
|
/* @__PURE__ */ h(ro, { children: /* @__PURE__ */ h(zv, {}) }),
|
|
38242
38238
|
/* @__PURE__ */ h(tr, { primary: t("ra.auth.logout") })
|
|
38243
38239
|
] }) });
|
|
@@ -38253,7 +38249,7 @@ function Dde() {
|
|
|
38253
38249
|
return;
|
|
38254
38250
|
}
|
|
38255
38251
|
t.isImpersonating().then((i) => o(i));
|
|
38256
|
-
}, [t, o]), r ? /* @__PURE__ */ h(
|
|
38252
|
+
}, [t, o]), r ? /* @__PURE__ */ h(et, { children: /* @__PURE__ */ J(Qn, { onClick: n, children: [
|
|
38257
38253
|
/* @__PURE__ */ h(ro, { children: /* @__PURE__ */ h(zv, {}) }),
|
|
38258
38254
|
/* @__PURE__ */ h(tr, { primary: e("ra.auth.stop_impersonate") })
|
|
38259
38255
|
] }) }) : null;
|
|
@@ -38269,11 +38265,11 @@ function Fde(e) {
|
|
|
38269
38265
|
const v = _e(
|
|
38270
38266
|
() => {
|
|
38271
38267
|
var x;
|
|
38272
|
-
return Ae.isValidElement(t) ? t : t ? /* @__PURE__ */ h(
|
|
38268
|
+
return Ae.isValidElement(t) ? t : t ? /* @__PURE__ */ h(et, { children: t }) : (x = o == null ? void 0 : o.roles) == null ? void 0 : x.map((A) => A.name.replace("ROLE_", "")).join(",");
|
|
38273
38269
|
},
|
|
38274
38270
|
[t, o]
|
|
38275
38271
|
);
|
|
38276
|
-
return /* @__PURE__ */ J(
|
|
38272
|
+
return /* @__PURE__ */ J(et, { children: [
|
|
38277
38273
|
/* @__PURE__ */ h(nc, { sx: { p: 0.25, width: "auto" }, onClick: f, value: "profile", selected: d, children: /* @__PURE__ */ J(rt, { direction: "row", spacing: 2, alignItems: "center", sx: { p: 0.5 }, children: [
|
|
38278
38274
|
/* @__PURE__ */ h(g6, { alt: (b = o == null ? void 0 : o.name) == null ? void 0 : b.toUpperCase(), src: a, size: "xs" }),
|
|
38279
38275
|
/* @__PURE__ */ h(me, { variant: "subtitle1", children: o == null ? void 0 : o.name })
|
|
@@ -38315,7 +38311,7 @@ function Fde(e) {
|
|
|
38315
38311
|
}
|
|
38316
38312
|
function Lde(e) {
|
|
38317
38313
|
const t = Mt(), { downMd: n } = Yr(), { open: r, anchorEl: o, handleToggle: i, handleClose: a } = X1();
|
|
38318
|
-
return n ? /* @__PURE__ */ J(
|
|
38314
|
+
return n ? /* @__PURE__ */ J(et, { children: [
|
|
38319
38315
|
/* @__PURE__ */ h(
|
|
38320
38316
|
nc,
|
|
38321
38317
|
{
|
|
@@ -38354,10 +38350,10 @@ function Lde(e) {
|
|
|
38354
38350
|
)
|
|
38355
38351
|
}
|
|
38356
38352
|
)
|
|
38357
|
-
] }) : /* @__PURE__ */ h(
|
|
38353
|
+
] }) : /* @__PURE__ */ h(et, { children: e.children });
|
|
38358
38354
|
}
|
|
38359
38355
|
function Bde(e) {
|
|
38360
|
-
return /* @__PURE__ */ h(
|
|
38356
|
+
return /* @__PURE__ */ h(Ce, { ...e, flex: 1 });
|
|
38361
38357
|
}
|
|
38362
38358
|
function $de(e) {
|
|
38363
38359
|
const t = Ht(), n = zk({
|
|
@@ -38379,7 +38375,7 @@ function $de(e) {
|
|
|
38379
38375
|
zIndex: 1098,
|
|
38380
38376
|
color: t.palette.grey[500]
|
|
38381
38377
|
},
|
|
38382
|
-
children: /* @__PURE__ */ h(F3, { maxWidth: r ? "xl" : !1, children: /* @__PURE__ */ h(
|
|
38378
|
+
children: /* @__PURE__ */ h(F3, { maxWidth: r ? "xl" : !1, children: /* @__PURE__ */ h(Ce, { sx: { display: "flex", alignItems: "center" }, children: e.children }) })
|
|
38383
38379
|
}
|
|
38384
38380
|
);
|
|
38385
38381
|
}
|
|
@@ -38398,7 +38394,7 @@ function Bu({ item: e, level: t }) {
|
|
|
38398
38394
|
v.endsWith(e.url) && l([e.id]);
|
|
38399
38395
|
}, [v]);
|
|
38400
38396
|
const b = n.palette.mode === "dark" ? "grey.400" : "text.primary", x = n.palette.mode === "dark" && i ? "text.primary" : "primary.main";
|
|
38401
|
-
return /* @__PURE__ */ h(
|
|
38397
|
+
return /* @__PURE__ */ h(et, { children: r ? /* @__PURE__ */ J(
|
|
38402
38398
|
Qn,
|
|
38403
38399
|
{
|
|
38404
38400
|
...f,
|
|
@@ -38672,7 +38668,7 @@ function $u({
|
|
|
38672
38668
|
alignItems: "center",
|
|
38673
38669
|
width: "100%"
|
|
38674
38670
|
};
|
|
38675
|
-
return /* @__PURE__ */ h(
|
|
38671
|
+
return /* @__PURE__ */ h(et, { children: u ? /* @__PURE__ */ h(et, { children: /* @__PURE__ */ J(
|
|
38676
38672
|
Qn,
|
|
38677
38673
|
{
|
|
38678
38674
|
id: `boundary-${N}`,
|
|
@@ -38688,7 +38684,7 @@ function $u({
|
|
|
38688
38684
|
}
|
|
38689
38685
|
},
|
|
38690
38686
|
children: [
|
|
38691
|
-
/* @__PURE__ */ J(
|
|
38687
|
+
/* @__PURE__ */ J(Ce, { onClick: w, sx: q, children: [
|
|
38692
38688
|
W ? /* @__PURE__ */ h(
|
|
38693
38689
|
ro,
|
|
38694
38690
|
{
|
|
@@ -38750,7 +38746,7 @@ function $u({
|
|
|
38750
38746
|
boxShadow: l.shadows[8],
|
|
38751
38747
|
backgroundImage: "none"
|
|
38752
38748
|
},
|
|
38753
|
-
children: /* @__PURE__ */ h(Sa, { onClickAway: I, children: /* @__PURE__ */ h(
|
|
38749
|
+
children: /* @__PURE__ */ h(Sa, { onClickAway: I, children: /* @__PURE__ */ h(Ce, { children: B }) })
|
|
38754
38750
|
}
|
|
38755
38751
|
) })
|
|
38756
38752
|
)
|
|
@@ -38758,7 +38754,7 @@ function $u({
|
|
|
38758
38754
|
) : null
|
|
38759
38755
|
]
|
|
38760
38756
|
}
|
|
38761
|
-
) }) : /* @__PURE__ */ J(
|
|
38757
|
+
) }) : /* @__PURE__ */ J(et, { children: [
|
|
38762
38758
|
/* @__PURE__ */ J(
|
|
38763
38759
|
Qn,
|
|
38764
38760
|
{
|
|
@@ -38862,7 +38858,7 @@ function $u({
|
|
|
38862
38858
|
backgroundImage: "none",
|
|
38863
38859
|
border: `1px solid ${l.palette.divider}`
|
|
38864
38860
|
},
|
|
38865
|
-
children: /* @__PURE__ */ h(Sa, { onClickAway: I, children: /* @__PURE__ */ h(
|
|
38861
|
+
children: /* @__PURE__ */ h(Sa, { onClickAway: I, children: /* @__PURE__ */ h(Ce, { children: B }) })
|
|
38866
38862
|
}
|
|
38867
38863
|
) })
|
|
38868
38864
|
)
|
|
@@ -39013,7 +39009,7 @@ function zde({
|
|
|
39013
39009
|
return /* @__PURE__ */ h(me, { variant: "h6", color: "error", align: "center", children: "Menu Items Error" }, V.id);
|
|
39014
39010
|
}
|
|
39015
39011
|
}), H = I ? `group-pop-${e.id}` : void 0;
|
|
39016
|
-
return /* @__PURE__ */ h(
|
|
39012
|
+
return /* @__PURE__ */ h(et, { children: g ? /* @__PURE__ */ h(To, { children: /* @__PURE__ */ J(
|
|
39017
39013
|
Qn,
|
|
39018
39014
|
{
|
|
39019
39015
|
selected: b === w.id,
|
|
@@ -39071,7 +39067,7 @@ function zde({
|
|
|
39071
39067
|
backgroundImage: "none"
|
|
39072
39068
|
},
|
|
39073
39069
|
children: /* @__PURE__ */ h(Sa, { onClickAway: B, children: /* @__PURE__ */ h(
|
|
39074
|
-
|
|
39070
|
+
Ce,
|
|
39075
39071
|
{
|
|
39076
39072
|
sx: {
|
|
39077
39073
|
maxHeight: "calc(100vh - 170px)",
|
|
@@ -39104,7 +39100,7 @@ function zde({
|
|
|
39104
39100
|
) }) : /* @__PURE__ */ h(
|
|
39105
39101
|
To,
|
|
39106
39102
|
{
|
|
39107
|
-
subheader: e.title && v ? /* @__PURE__ */ J(
|
|
39103
|
+
subheader: e.title && v ? /* @__PURE__ */ J(Ce, { sx: { pl: 3, mb: 1.5 }, children: [
|
|
39108
39104
|
/* @__PURE__ */ h(
|
|
39109
39105
|
me,
|
|
39110
39106
|
{
|
|
@@ -39126,7 +39122,7 @@ function Wde(e) {
|
|
|
39126
39122
|
"& > ul:first-of-type": { mt: 0 },
|
|
39127
39123
|
display: t ? { xs: "block", lg: "flex" } : "block"
|
|
39128
39124
|
});
|
|
39129
|
-
return /* @__PURE__ */ h(
|
|
39125
|
+
return /* @__PURE__ */ h(Ce, { sx: r, children: e.children });
|
|
39130
39126
|
}
|
|
39131
39127
|
function jde(e) {
|
|
39132
39128
|
const { horizontal: t } = Yr(), { menu: n, isLoading: r } = dw(), [o, i] = Pe(""), [a, l] = Pe(0), { horizontalMaxItems: d } = ir(), u = t ? d : void 0;
|
|
@@ -39219,7 +39215,7 @@ function Hde() {
|
|
|
39219
39215
|
}
|
|
39220
39216
|
const Gde = jr((e, t) => {
|
|
39221
39217
|
const n = _o(e, { display: "flex", width: "100%" });
|
|
39222
|
-
return /* @__PURE__ */ h(
|
|
39218
|
+
return /* @__PURE__ */ h(Ce, { ref: t, ...e, sx: n, children: e.children });
|
|
39223
39219
|
});
|
|
39224
39220
|
function qS({ source: e = "paper" }) {
|
|
39225
39221
|
const { mode: t } = ir(), n = Ht();
|
|
@@ -39536,7 +39532,7 @@ function f0e({ children: e }) {
|
|
|
39536
39532
|
left: 0,
|
|
39537
39533
|
behavior: "smooth"
|
|
39538
39534
|
});
|
|
39539
|
-
}, [n]), /* @__PURE__ */ h(
|
|
39535
|
+
}, [n]), /* @__PURE__ */ h(et, { children: e });
|
|
39540
39536
|
}
|
|
39541
39537
|
const r2e = fe("div")({
|
|
39542
39538
|
width: "100%",
|
|
@@ -39612,7 +39608,7 @@ function h0e({ children: e }) {
|
|
|
39612
39608
|
border: !1,
|
|
39613
39609
|
boxShadow: !0,
|
|
39614
39610
|
shadow: t.customShadows.z1,
|
|
39615
|
-
children: /* @__PURE__ */ h(
|
|
39611
|
+
children: /* @__PURE__ */ h(Ce, { sx: { p: { xs: 2, sm: 3, md: 4, xl: 5 } }, children: e })
|
|
39616
39612
|
}
|
|
39617
39613
|
);
|
|
39618
39614
|
}
|
|
@@ -39625,7 +39621,7 @@ function _d({
|
|
|
39625
39621
|
background: i = jp,
|
|
39626
39622
|
footer: a = !0
|
|
39627
39623
|
}) {
|
|
39628
|
-
return /* @__PURE__ */ J(
|
|
39624
|
+
return /* @__PURE__ */ J(Ce, { children: [
|
|
39629
39625
|
/* @__PURE__ */ h(qS, { source: "default" }),
|
|
39630
39626
|
Ae.isValidElement(i) ? i : Ae.createElement(i),
|
|
39631
39627
|
/* @__PURE__ */ J(Oe, { container: !0, direction: "column", justifyContent: "flex-end", children: [
|
|
@@ -39772,7 +39768,7 @@ function m0e({
|
|
|
39772
39768
|
o ? /* @__PURE__ */ h(Oe, { item: !0, xs: 12, sx: { mt: 1 }, children: /* @__PURE__ */ h(rt, { direction: "row", justifyContent: "flex-end", alignItems: "flex-end", spacing: 2, children: /* @__PURE__ */ h(jk, { variant: "h6", component: gn, to: "/recover", color: "text.primary", children: p("ra.auth.forgot_password") }) }) }) : null,
|
|
39773
39769
|
/* @__PURE__ */ h(Oe, { item: !0, xs: 12, sx: { mt: 1 }, children: /* @__PURE__ */ h(wt, { variant: "contained", type: "submit", color: "primary", disabled: u, fullWidth: !0, children: u ? /* @__PURE__ */ h(ti, { size: 19, thickness: 3 }) : p("ra.auth.sign_in") }) })
|
|
39774
39770
|
] }),
|
|
39775
|
-
Z.isEmpty(a) ? null : /* @__PURE__ */ J(
|
|
39771
|
+
Z.isEmpty(a) ? null : /* @__PURE__ */ J(et, { children: [
|
|
39776
39772
|
/* @__PURE__ */ h(Oe, { item: !0, xs: 12, sx: { mt: 2 }, children: /* @__PURE__ */ h(Br, {}) }),
|
|
39777
39773
|
a.google ? /* @__PURE__ */ h(Oe, { item: !0, xs: 12, sx: { mt: 2, width: "100%" }, children: /* @__PURE__ */ h(Mle, { setLoading: f }) }) : null
|
|
39778
39774
|
] })
|
|
@@ -40350,7 +40346,7 @@ function M0e(e) {
|
|
|
40350
40346
|
defaultProps: {
|
|
40351
40347
|
className: "size-small",
|
|
40352
40348
|
icon: /* @__PURE__ */ h(
|
|
40353
|
-
|
|
40349
|
+
Ce,
|
|
40354
40350
|
{
|
|
40355
40351
|
className: "icon",
|
|
40356
40352
|
sx: {
|
|
@@ -40363,7 +40359,7 @@ function M0e(e) {
|
|
|
40363
40359
|
}
|
|
40364
40360
|
),
|
|
40365
40361
|
checkedIcon: /* @__PURE__ */ h(
|
|
40366
|
-
|
|
40362
|
+
Ce,
|
|
40367
40363
|
{
|
|
40368
40364
|
className: "icon",
|
|
40369
40365
|
sx: {
|
|
@@ -40378,7 +40374,7 @@ function M0e(e) {
|
|
|
40378
40374
|
}
|
|
40379
40375
|
),
|
|
40380
40376
|
indeterminateIcon: /* @__PURE__ */ h(
|
|
40381
|
-
|
|
40377
|
+
Ce,
|
|
40382
40378
|
{
|
|
40383
40379
|
className: "icon",
|
|
40384
40380
|
sx: {
|
|
@@ -41073,7 +41069,7 @@ function Z0e(e) {
|
|
|
41073
41069
|
defaultProps: {
|
|
41074
41070
|
className: "size-small",
|
|
41075
41071
|
icon: /* @__PURE__ */ h(
|
|
41076
|
-
|
|
41072
|
+
Ce,
|
|
41077
41073
|
{
|
|
41078
41074
|
className: "icon",
|
|
41079
41075
|
sx: {
|
|
@@ -41086,7 +41082,7 @@ function Z0e(e) {
|
|
|
41086
41082
|
}
|
|
41087
41083
|
),
|
|
41088
41084
|
checkedIcon: /* @__PURE__ */ h(
|
|
41089
|
-
|
|
41085
|
+
Ce,
|
|
41090
41086
|
{
|
|
41091
41087
|
className: "icon",
|
|
41092
41088
|
sx: {
|
|
@@ -41098,7 +41094,7 @@ function Z0e(e) {
|
|
|
41098
41094
|
position: "relative"
|
|
41099
41095
|
},
|
|
41100
41096
|
children: /* @__PURE__ */ h(
|
|
41101
|
-
|
|
41097
|
+
Ce,
|
|
41102
41098
|
{
|
|
41103
41099
|
className: "dot",
|
|
41104
41100
|
sx: {
|
|
@@ -43153,7 +43149,7 @@ function d2e({
|
|
|
43153
43149
|
customProvider: v
|
|
43154
43150
|
});
|
|
43155
43151
|
if (W === void 0)
|
|
43156
|
-
return /* @__PURE__ */ h(
|
|
43152
|
+
return /* @__PURE__ */ h(et, {});
|
|
43157
43153
|
if (W.error)
|
|
43158
43154
|
return /* @__PURE__ */ h(Hm, { initialConfig: t, children: /* @__PURE__ */ h(QS, { themeOverrides: e, children: /* @__PURE__ */ h(g0e, {}) }) });
|
|
43159
43155
|
const U = /* @__PURE__ */ h(kle, { children: /* @__PURE__ */ h(bae, { menu: d, children: /* @__PURE__ */ h(Hm, { initialConfig: t, children: /* @__PURE__ */ h(
|