@college-africa/chat-ui 1.2.4 → 1.2.5
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/ChatHeader.d.ts +8 -0
- package/dist/index.js +5 -5
- package/dist/index.mjs +962 -850
- package/dist/utils/groups.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { _ as e, a as t, c as n, d as r, f as i, g as a, h as o, i as s, l as c, m as l, n as u, o as d, p as f, s as p, t as m, u as h } from "./summaries-BKYNtoGV.js";
|
|
2
2
|
import * as g from "react";
|
|
3
3
|
import _, { Children as v, Component as y, createContext as b, createElement as x, forwardRef as S, useCallback as C, useContext as ee, useEffect as w, useLayoutEffect as te, useMemo as ne, useRef as T, useState as E } from "react";
|
|
4
|
-
import { Alert as D, AlertTitle as re, AppBar as O, Autocomplete as k, Avatar as A, Badge as ie, Box as j, Button as M, Chip as ae, CircularProgress as
|
|
4
|
+
import { Alert as D, AlertTitle as re, AppBar as O, Autocomplete as k, Avatar as A, Badge as ie, Box as j, Button as M, Chip as ae, CircularProgress as oe, Dialog as se, DialogActions as ce, DialogContent as le, DialogTitle as ue, Divider as de, Drawer as fe, FormControlLabel as pe, IconButton as N, InputAdornment as me, List as he, ListItem as ge, ListItemAvatar as _e, ListItemButton as ve, ListItemText as ye, Menu as be, MenuItem as P, Paper as xe, Select as Se, Skeleton as Ce, Snackbar as we, Switch as Te, TextField as Ee, Toolbar as De, Tooltip as Oe, Typography as F } from "@mui/material";
|
|
5
5
|
import { Fragment as ke, jsx as I, jsxs as L } from "react/jsx-runtime";
|
|
6
6
|
import Ae from "@emotion/styled";
|
|
7
7
|
import "@emotion/react";
|
|
@@ -11,7 +11,7 @@ var je = (e, t) => e instanceof Error ? e : Error(t), Me = () => /* @__PURE__ */
|
|
|
11
11
|
justifyContent: "center",
|
|
12
12
|
alignItems: "center",
|
|
13
13
|
height: "100vh",
|
|
14
|
-
children: /* @__PURE__ */ I(
|
|
14
|
+
children: /* @__PURE__ */ I(oe, {})
|
|
15
15
|
}), Ne = ({ error: e, retry: t }) => /* @__PURE__ */ I(j, {
|
|
16
16
|
display: "flex",
|
|
17
17
|
justifyContent: "center",
|
|
@@ -57,19 +57,19 @@ var je = (e, t) => e instanceof Error ? e : Error(t), Me = () => /* @__PURE__ */
|
|
|
57
57
|
};
|
|
58
58
|
})();
|
|
59
59
|
//#endregion
|
|
60
|
-
//#region
|
|
60
|
+
//#region node_modules/@mui/utils/esm/formatMuiErrorMessage/formatMuiErrorMessage.js
|
|
61
61
|
function Le(e, ...t) {
|
|
62
62
|
let n = new URL(`https://mui.com/production-error/?code=${e}`);
|
|
63
63
|
return t.forEach((e) => n.searchParams.append("args[]", e)), `Minified MUI error #${e}; visit ${n} for the full message.`;
|
|
64
64
|
}
|
|
65
65
|
//#endregion
|
|
66
|
-
//#region
|
|
66
|
+
//#region node_modules/@mui/utils/esm/capitalize/capitalize.js
|
|
67
67
|
function Re(e) {
|
|
68
68
|
if (typeof e != "string") throw Error(process.env.NODE_ENV === "production" ? Le(7) : "MUI: `capitalize(string)` expects a string argument.");
|
|
69
69
|
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
70
70
|
}
|
|
71
71
|
//#endregion
|
|
72
|
-
//#region
|
|
72
|
+
//#region node_modules/@mui/material/esm/utils/capitalize.js
|
|
73
73
|
var ze = Re, Be = /* @__PURE__ */ a(((e) => {
|
|
74
74
|
var t = typeof Symbol == "function" && Symbol.for, n = t ? Symbol.for("react.element") : 60103, r = t ? Symbol.for("react.portal") : 60106, i = t ? Symbol.for("react.fragment") : 60107, a = t ? Symbol.for("react.strict_mode") : 60108, o = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, c = t ? Symbol.for("react.context") : 60110, l = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, m = t ? Symbol.for("react.memo") : 60115, h = t ? Symbol.for("react.lazy") : 60116, g = t ? Symbol.for("react.block") : 60121, _ = t ? Symbol.for("react.fundamental") : 60117, v = t ? Symbol.for("react.responder") : 60118, y = t ? Symbol.for("react.scope") : 60119;
|
|
75
75
|
function b(e) {
|
|
@@ -170,37 +170,37 @@ var ze = Re, Be = /* @__PURE__ */ a(((e) => {
|
|
|
170
170
|
function ae(e) {
|
|
171
171
|
return x(e) === c;
|
|
172
172
|
}
|
|
173
|
-
function
|
|
173
|
+
function oe(e) {
|
|
174
174
|
return x(e) === s;
|
|
175
175
|
}
|
|
176
|
-
function
|
|
176
|
+
function se(e) {
|
|
177
177
|
return typeof e == "object" && !!e && e.$$typeof === n;
|
|
178
178
|
}
|
|
179
|
-
function
|
|
179
|
+
function ce(e) {
|
|
180
180
|
return x(e) === d;
|
|
181
181
|
}
|
|
182
|
-
function
|
|
182
|
+
function le(e) {
|
|
183
183
|
return x(e) === i;
|
|
184
184
|
}
|
|
185
|
-
function
|
|
185
|
+
function ue(e) {
|
|
186
186
|
return x(e) === h;
|
|
187
187
|
}
|
|
188
|
-
function
|
|
188
|
+
function de(e) {
|
|
189
189
|
return x(e) === m;
|
|
190
190
|
}
|
|
191
|
-
function
|
|
191
|
+
function fe(e) {
|
|
192
192
|
return x(e) === r;
|
|
193
193
|
}
|
|
194
|
-
function
|
|
194
|
+
function pe(e) {
|
|
195
195
|
return x(e) === o;
|
|
196
196
|
}
|
|
197
|
-
function
|
|
197
|
+
function N(e) {
|
|
198
198
|
return x(e) === a;
|
|
199
199
|
}
|
|
200
|
-
function
|
|
200
|
+
function me(e) {
|
|
201
201
|
return x(e) === f;
|
|
202
202
|
}
|
|
203
|
-
e.AsyncMode = S, e.ConcurrentMode = C, e.ContextConsumer = ee, e.ContextProvider = w, e.Element = te, e.ForwardRef = ne, e.Fragment = T, e.Lazy = E, e.Memo = D, e.Portal = re, e.Profiler = O, e.StrictMode = k, e.Suspense = A, e.isAsyncMode = j, e.isConcurrentMode = M, e.isContextConsumer = ae, e.isContextProvider =
|
|
203
|
+
e.AsyncMode = S, e.ConcurrentMode = C, e.ContextConsumer = ee, e.ContextProvider = w, e.Element = te, e.ForwardRef = ne, e.Fragment = T, e.Lazy = E, e.Memo = D, e.Portal = re, e.Profiler = O, e.StrictMode = k, e.Suspense = A, e.isAsyncMode = j, e.isConcurrentMode = M, e.isContextConsumer = ae, e.isContextProvider = oe, e.isElement = se, e.isForwardRef = ce, e.isFragment = le, e.isLazy = ue, e.isMemo = de, e.isPortal = fe, e.isProfiler = pe, e.isStrictMode = N, e.isSuspense = me, e.isValidElementType = b, e.typeOf = x;
|
|
204
204
|
})();
|
|
205
205
|
})), He = /* @__PURE__ */ a(((e, t) => {
|
|
206
206
|
process.env.NODE_ENV === "production" ? t.exports = Be() : t.exports = Ve();
|
|
@@ -598,7 +598,7 @@ function Ze() {
|
|
|
598
598
|
return r;
|
|
599
599
|
}
|
|
600
600
|
//#endregion
|
|
601
|
-
//#region
|
|
601
|
+
//#region node_modules/@mui/utils/esm/composeClasses/composeClasses.js
|
|
602
602
|
function Qe(e, t, n = void 0) {
|
|
603
603
|
let r = {};
|
|
604
604
|
for (let i in e) {
|
|
@@ -612,7 +612,7 @@ function Qe(e, t, n = void 0) {
|
|
|
612
612
|
return r;
|
|
613
613
|
}
|
|
614
614
|
//#endregion
|
|
615
|
-
//#region
|
|
615
|
+
//#region node_modules/react-is/cjs/react-is.production.js
|
|
616
616
|
var $e = /* @__PURE__ */ a(((e) => {
|
|
617
617
|
var t = Symbol.for("react.transitional.element"), n = Symbol.for("react.portal"), r = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), a = Symbol.for("react.profiler"), o = Symbol.for("react.consumer"), s = Symbol.for("react.context"), c = Symbol.for("react.forward_ref"), l = Symbol.for("react.suspense"), u = Symbol.for("react.suspense_list"), d = Symbol.for("react.memo"), f = Symbol.for("react.lazy"), p = Symbol.for("react.view_transition"), m = Symbol.for("react.client.reference");
|
|
618
618
|
function h(e) {
|
|
@@ -743,12 +743,12 @@ function R(e, t, n = { clone: !0 }) {
|
|
|
743
743
|
}), r;
|
|
744
744
|
}
|
|
745
745
|
//#endregion
|
|
746
|
-
//#region
|
|
746
|
+
//#region node_modules/@mui/system/esm/merge/merge.js
|
|
747
747
|
function it(e, t) {
|
|
748
748
|
return t ? R(e, t, { clone: !1 }) : e;
|
|
749
749
|
}
|
|
750
750
|
//#endregion
|
|
751
|
-
//#region
|
|
751
|
+
//#region node_modules/@mui/system/esm/responsivePropType/responsivePropType.js
|
|
752
752
|
var z = /* @__PURE__ */ e(Ye()), at = process.env.NODE_ENV === "production" ? {} : z.default.oneOfType([
|
|
753
753
|
z.default.number,
|
|
754
754
|
z.default.string,
|
|
@@ -756,7 +756,7 @@ var z = /* @__PURE__ */ e(Ye()), at = process.env.NODE_ENV === "production" ? {}
|
|
|
756
756
|
z.default.array
|
|
757
757
|
]);
|
|
758
758
|
//#endregion
|
|
759
|
-
//#region
|
|
759
|
+
//#region node_modules/@mui/system/esm/cssContainerQueries/cssContainerQueries.js
|
|
760
760
|
function ot(e, t) {
|
|
761
761
|
if (!e.containerQueries) return t;
|
|
762
762
|
let n = Object.keys(t).filter((e) => e.startsWith("@container")).sort((e, t) => {
|
|
@@ -795,7 +795,7 @@ function lt(e) {
|
|
|
795
795
|
};
|
|
796
796
|
}
|
|
797
797
|
//#endregion
|
|
798
|
-
//#region
|
|
798
|
+
//#region node_modules/@mui/system/esm/breakpoints/breakpoints.js
|
|
799
799
|
var ut = {
|
|
800
800
|
xs: 0,
|
|
801
801
|
sm: 600,
|
|
@@ -852,7 +852,7 @@ function ht(e, t) {
|
|
|
852
852
|
}, t);
|
|
853
853
|
}
|
|
854
854
|
//#endregion
|
|
855
|
-
//#region
|
|
855
|
+
//#region node_modules/@mui/system/esm/style/style.js
|
|
856
856
|
function gt(e, t, n = !0) {
|
|
857
857
|
if (!t || typeof t != "string") return null;
|
|
858
858
|
if (e && e.vars && n) {
|
|
@@ -877,13 +877,13 @@ function B(e) {
|
|
|
877
877
|
return a.propTypes = process.env.NODE_ENV === "production" ? {} : { [t]: at }, a.filterProps = [t], a;
|
|
878
878
|
}
|
|
879
879
|
//#endregion
|
|
880
|
-
//#region
|
|
880
|
+
//#region node_modules/@mui/system/esm/memoize/memoize.js
|
|
881
881
|
function vt(e) {
|
|
882
882
|
let t = {};
|
|
883
883
|
return (n) => (t[n] === void 0 && (t[n] = e(n)), t[n]);
|
|
884
884
|
}
|
|
885
885
|
//#endregion
|
|
886
|
-
//#region
|
|
886
|
+
//#region node_modules/@mui/system/esm/spacing/spacing.js
|
|
887
887
|
var yt = {
|
|
888
888
|
m: "margin",
|
|
889
889
|
p: "padding"
|
|
@@ -992,7 +992,7 @@ function Mt(e) {
|
|
|
992
992
|
}
|
|
993
993
|
Mt.propTypes = process.env.NODE_ENV === "production" ? {} : Tt.reduce((e, t) => (e[t] = at, e), {}), Mt.filterProps = Tt;
|
|
994
994
|
//#endregion
|
|
995
|
-
//#region
|
|
995
|
+
//#region node_modules/@mui/system/esm/compose/compose.js
|
|
996
996
|
function Nt(...e) {
|
|
997
997
|
let t = e.reduce((e, t) => (t.filterProps.forEach((n) => {
|
|
998
998
|
e[n] = t;
|
|
@@ -1000,7 +1000,7 @@ function Nt(...e) {
|
|
|
1000
1000
|
return n.propTypes = process.env.NODE_ENV === "production" ? {} : e.reduce((e, t) => Object.assign(e, t.propTypes), {}), n.filterProps = e.reduce((e, t) => e.concat(t.filterProps), []), n;
|
|
1001
1001
|
}
|
|
1002
1002
|
//#endregion
|
|
1003
|
-
//#region
|
|
1003
|
+
//#region node_modules/@mui/system/esm/borders/borders.js
|
|
1004
1004
|
function Pt(e) {
|
|
1005
1005
|
return typeof e == "number" ? `${e}px solid` : e;
|
|
1006
1006
|
}
|
|
@@ -1020,7 +1020,7 @@ var It = Ft("border", Pt), Lt = Ft("borderTop", Pt), Rt = Ft("borderRight", Pt),
|
|
|
1020
1020
|
};
|
|
1021
1021
|
Jt.propTypes = process.env.NODE_ENV === "production" ? {} : { borderRadius: at }, Jt.filterProps = ["borderRadius"], Nt(It, Lt, Rt, zt, Bt, Vt, Ht, Ut, Wt, Gt, Jt, Kt, qt);
|
|
1022
1022
|
//#endregion
|
|
1023
|
-
//#region
|
|
1023
|
+
//#region node_modules/@mui/system/esm/cssGrid/cssGrid.js
|
|
1024
1024
|
var Yt = (e) => {
|
|
1025
1025
|
if (e.gap !== void 0 && e.gap !== null) {
|
|
1026
1026
|
let t = Et(e.theme, "spacing", 8, "gap");
|
|
@@ -1046,7 +1046,7 @@ var Zt = (e) => {
|
|
|
1046
1046
|
};
|
|
1047
1047
|
Zt.propTypes = process.env.NODE_ENV === "production" ? {} : { rowGap: at }, Zt.filterProps = ["rowGap"], Nt(Yt, Xt, Zt, B({ prop: "gridColumn" }), B({ prop: "gridRow" }), B({ prop: "gridAutoFlow" }), B({ prop: "gridAutoColumns" }), B({ prop: "gridAutoRows" }), B({ prop: "gridTemplateColumns" }), B({ prop: "gridTemplateRows" }), B({ prop: "gridTemplateAreas" }), B({ prop: "gridArea" }));
|
|
1048
1048
|
//#endregion
|
|
1049
|
-
//#region
|
|
1049
|
+
//#region node_modules/@mui/system/esm/palette/palette.js
|
|
1050
1050
|
function Qt(e, t) {
|
|
1051
1051
|
return t === "grey" ? t : e;
|
|
1052
1052
|
}
|
|
@@ -1065,7 +1065,7 @@ Nt(B({
|
|
|
1065
1065
|
transform: Qt
|
|
1066
1066
|
}));
|
|
1067
1067
|
//#endregion
|
|
1068
|
-
//#region
|
|
1068
|
+
//#region node_modules/@mui/system/esm/sizing/sizing.js
|
|
1069
1069
|
function U(e) {
|
|
1070
1070
|
return e <= 1 && e !== 0 ? `${e * 100}%` : e;
|
|
1071
1071
|
}
|
|
@@ -1100,7 +1100,7 @@ B({
|
|
|
1100
1100
|
transform: U
|
|
1101
1101
|
}), Nt($t, en, tn, nn, rn, an, B({ prop: "boxSizing" }));
|
|
1102
1102
|
//#endregion
|
|
1103
|
-
//#region
|
|
1103
|
+
//#region node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.js
|
|
1104
1104
|
var on = {
|
|
1105
1105
|
border: {
|
|
1106
1106
|
themeKey: "borders",
|
|
@@ -1252,7 +1252,7 @@ var on = {
|
|
|
1252
1252
|
}
|
|
1253
1253
|
};
|
|
1254
1254
|
//#endregion
|
|
1255
|
-
//#region
|
|
1255
|
+
//#region node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.js
|
|
1256
1256
|
function sn(...e) {
|
|
1257
1257
|
let t = e.reduce((e, t) => e.concat(Object.keys(t)), []), n = new Set(t);
|
|
1258
1258
|
return e.every((e) => n.size === Object.keys(e).length);
|
|
@@ -1475,7 +1475,7 @@ function En(e, t, n) {
|
|
|
1475
1475
|
};
|
|
1476
1476
|
}
|
|
1477
1477
|
//#endregion
|
|
1478
|
-
//#region
|
|
1478
|
+
//#region node_modules/@mui/styled-engine/esm/index.js
|
|
1479
1479
|
function Dn(e, t) {
|
|
1480
1480
|
let n = Ae(e, t);
|
|
1481
1481
|
return process.env.NODE_ENV === "production" ? n : (...t) => {
|
|
@@ -1491,7 +1491,7 @@ function An(e) {
|
|
|
1491
1491
|
return kn[0] = e, En(kn);
|
|
1492
1492
|
}
|
|
1493
1493
|
//#endregion
|
|
1494
|
-
//#region
|
|
1494
|
+
//#region node_modules/@mui/system/esm/createBreakpoints/createBreakpoints.js
|
|
1495
1495
|
var jn = (e) => {
|
|
1496
1496
|
let t = Object.keys(e).map((t) => ({
|
|
1497
1497
|
key: t,
|
|
@@ -1540,10 +1540,10 @@ function Mn(e) {
|
|
|
1540
1540
|
};
|
|
1541
1541
|
}
|
|
1542
1542
|
//#endregion
|
|
1543
|
-
//#region
|
|
1543
|
+
//#region node_modules/@mui/system/esm/createTheme/shape.js
|
|
1544
1544
|
var Nn = { borderRadius: 4 };
|
|
1545
1545
|
//#endregion
|
|
1546
|
-
//#region
|
|
1546
|
+
//#region node_modules/@mui/system/esm/createTheme/createSpacing.js
|
|
1547
1547
|
function Pn(e = 8, t = Dt({ spacing: e })) {
|
|
1548
1548
|
if (e.mui) return e;
|
|
1549
1549
|
let n = (...e) => (process.env.NODE_ENV !== "production" && (e.length <= 4 || console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${e.length}`)), (e.length === 0 ? [1] : e).map((e) => {
|
|
@@ -1553,7 +1553,7 @@ function Pn(e = 8, t = Dt({ spacing: e })) {
|
|
|
1553
1553
|
return n.mui = !0, n;
|
|
1554
1554
|
}
|
|
1555
1555
|
//#endregion
|
|
1556
|
-
//#region
|
|
1556
|
+
//#region node_modules/@mui/system/esm/createTheme/applyStyles.js
|
|
1557
1557
|
function Fn(e, t) {
|
|
1558
1558
|
let n = this;
|
|
1559
1559
|
if (n.vars) {
|
|
@@ -1564,7 +1564,7 @@ function Fn(e, t) {
|
|
|
1564
1564
|
return n.palette.mode === e ? t : {};
|
|
1565
1565
|
}
|
|
1566
1566
|
//#endregion
|
|
1567
|
-
//#region
|
|
1567
|
+
//#region node_modules/@mui/system/esm/createTheme/createTheme.js
|
|
1568
1568
|
function In(e = {}, ...t) {
|
|
1569
1569
|
let { breakpoints: n = {}, palette: r = {}, spacing: i, shape: a = {}, ...o } = e, s = Mn(n), c = Pn(i), l = R({
|
|
1570
1570
|
breakpoints: s,
|
|
@@ -1591,7 +1591,7 @@ function In(e = {}, ...t) {
|
|
|
1591
1591
|
}, l;
|
|
1592
1592
|
}
|
|
1593
1593
|
//#endregion
|
|
1594
|
-
//#region
|
|
1594
|
+
//#region node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.js
|
|
1595
1595
|
var Ln = {
|
|
1596
1596
|
active: "active",
|
|
1597
1597
|
checked: "checked",
|
|
@@ -1611,7 +1611,7 @@ function Rn(e, t, n = "Mui") {
|
|
|
1611
1611
|
return r ? `${n}-${r}` : `${Ie.generate(e)}-${t}`;
|
|
1612
1612
|
}
|
|
1613
1613
|
//#endregion
|
|
1614
|
-
//#region
|
|
1614
|
+
//#region node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.js
|
|
1615
1615
|
function zn(e, t, n = "Mui") {
|
|
1616
1616
|
let r = {};
|
|
1617
1617
|
return t.forEach((t) => {
|
|
@@ -1619,7 +1619,7 @@ function zn(e, t, n = "Mui") {
|
|
|
1619
1619
|
}), r;
|
|
1620
1620
|
}
|
|
1621
1621
|
//#endregion
|
|
1622
|
-
//#region
|
|
1622
|
+
//#region node_modules/@mui/utils/esm/getDisplayName/getDisplayName.js
|
|
1623
1623
|
function Bn(e, t = "") {
|
|
1624
1624
|
return e.displayName || e.name || t;
|
|
1625
1625
|
}
|
|
@@ -1639,7 +1639,7 @@ function Hn(e) {
|
|
|
1639
1639
|
}
|
|
1640
1640
|
}
|
|
1641
1641
|
//#endregion
|
|
1642
|
-
//#region
|
|
1642
|
+
//#region node_modules/@mui/system/esm/preprocessStyles.js
|
|
1643
1643
|
function Un(e) {
|
|
1644
1644
|
let { variants: t, ...n } = e, r = {
|
|
1645
1645
|
variants: t,
|
|
@@ -1651,7 +1651,7 @@ function Un(e) {
|
|
|
1651
1651
|
}), r;
|
|
1652
1652
|
}
|
|
1653
1653
|
//#endregion
|
|
1654
|
-
//#region
|
|
1654
|
+
//#region node_modules/@mui/system/esm/createStyled/createStyled.js
|
|
1655
1655
|
var Wn = In();
|
|
1656
1656
|
function Gn(e) {
|
|
1657
1657
|
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
@@ -1770,7 +1770,7 @@ function nr(e) {
|
|
|
1770
1770
|
return e && e.charAt(0).toLowerCase() + e.slice(1);
|
|
1771
1771
|
}
|
|
1772
1772
|
//#endregion
|
|
1773
|
-
//#region
|
|
1773
|
+
//#region node_modules/@mui/utils/esm/resolveProps/resolveProps.js
|
|
1774
1774
|
function rr(e, t, n = !1) {
|
|
1775
1775
|
let r = { ...t };
|
|
1776
1776
|
for (let i in e) if (Object.prototype.hasOwnProperty.call(e, i)) {
|
|
@@ -1798,12 +1798,12 @@ function rr(e, t, n = !1) {
|
|
|
1798
1798
|
return r;
|
|
1799
1799
|
}
|
|
1800
1800
|
//#endregion
|
|
1801
|
-
//#region
|
|
1801
|
+
//#region node_modules/@mui/utils/esm/clamp/clamp.js
|
|
1802
1802
|
function ir(e, t = -(2 ** 53 - 1), n = 2 ** 53 - 1) {
|
|
1803
1803
|
return Math.max(t, Math.min(e, n));
|
|
1804
1804
|
}
|
|
1805
1805
|
//#endregion
|
|
1806
|
-
//#region
|
|
1806
|
+
//#region node_modules/@mui/system/esm/colorManipulator/colorManipulator.js
|
|
1807
1807
|
function ar(e, t = 0, n = 1) {
|
|
1808
1808
|
return process.env.NODE_ENV !== "production" && (e < t || e > n) && console.error(`MUI: The value provided ${e} is out of range [${t}, ${n}].`), ir(e, t, n);
|
|
1809
1809
|
}
|
|
@@ -1920,7 +1920,7 @@ function yr(e, t, n) {
|
|
|
1920
1920
|
}
|
|
1921
1921
|
}
|
|
1922
1922
|
//#endregion
|
|
1923
|
-
//#region
|
|
1923
|
+
//#region node_modules/@mui/system/esm/DefaultPropsProvider/DefaultPropsProvider.js
|
|
1924
1924
|
var br = /* @__PURE__ */ g.createContext(void 0);
|
|
1925
1925
|
function xr({ value: e, children: t }) {
|
|
1926
1926
|
return /* @__PURE__ */ I(br.Provider, {
|
|
@@ -1946,7 +1946,7 @@ function Cr({ props: e, name: t }) {
|
|
|
1946
1946
|
});
|
|
1947
1947
|
}
|
|
1948
1948
|
//#endregion
|
|
1949
|
-
//#region
|
|
1949
|
+
//#region node_modules/@mui/system/esm/memoTheme.js
|
|
1950
1950
|
var wr = { theme: void 0 };
|
|
1951
1951
|
function Tr(e) {
|
|
1952
1952
|
let t, n;
|
|
@@ -1956,7 +1956,7 @@ function Tr(e) {
|
|
|
1956
1956
|
};
|
|
1957
1957
|
}
|
|
1958
1958
|
//#endregion
|
|
1959
|
-
//#region
|
|
1959
|
+
//#region node_modules/@mui/system/esm/cssVars/createGetCssVar.js
|
|
1960
1960
|
function Er(e = "") {
|
|
1961
1961
|
function t(...n) {
|
|
1962
1962
|
if (!n.length) return "";
|
|
@@ -1966,7 +1966,7 @@ function Er(e = "") {
|
|
|
1966
1966
|
return (n, ...r) => `var(--${e ? `${e}-` : ""}${n}${t(...r)})`;
|
|
1967
1967
|
}
|
|
1968
1968
|
//#endregion
|
|
1969
|
-
//#region
|
|
1969
|
+
//#region node_modules/@mui/system/esm/cssVars/cssVarsParser.js
|
|
1970
1970
|
var Dr = (e, t, n, r = []) => {
|
|
1971
1971
|
let i = e;
|
|
1972
1972
|
t.forEach((e, a) => {
|
|
@@ -1999,7 +1999,7 @@ function Ar(e, t) {
|
|
|
1999
1999
|
};
|
|
2000
2000
|
}
|
|
2001
2001
|
//#endregion
|
|
2002
|
-
//#region
|
|
2002
|
+
//#region node_modules/@mui/system/esm/cssVars/prepareCssVars.js
|
|
2003
2003
|
function jr(e, t = {}) {
|
|
2004
2004
|
let { getSelector: n = _, disableCssColorScheme: r, colorSchemeSelector: i, enableContrastVars: a } = t, { colorSchemes: o = {}, components: s, defaultColorScheme: c = "light", ...l } = e, { vars: u, css: d, varsWithDefaults: f } = Ar(l, t), p = f, m = {}, { [c]: h, ...g } = o;
|
|
2005
2005
|
if (Object.entries(g || {}).forEach(([e, n]) => {
|
|
@@ -2060,14 +2060,14 @@ function jr(e, t = {}) {
|
|
|
2060
2060
|
};
|
|
2061
2061
|
}
|
|
2062
2062
|
//#endregion
|
|
2063
|
-
//#region
|
|
2063
|
+
//#region node_modules/@mui/system/esm/cssVars/getColorSchemeSelector.js
|
|
2064
2064
|
function Mr(e) {
|
|
2065
2065
|
return function(t) {
|
|
2066
2066
|
return e === "media" ? (process.env.NODE_ENV !== "production" && t !== "light" && t !== "dark" && console.error(`MUI: @media (prefers-color-scheme) supports only 'light' or 'dark', but receive '${t}'.`), `@media (prefers-color-scheme: ${t})`) : e ? e.startsWith("data-") && !e.includes("%s") ? `[${e}="${t}"] &` : e === "class" ? `.${t} &` : e === "data" ? `[data-${t}] &` : `${e.replace("%s", t)} &` : "&";
|
|
2067
2067
|
};
|
|
2068
2068
|
}
|
|
2069
2069
|
//#endregion
|
|
2070
|
-
//#region
|
|
2070
|
+
//#region node_modules/@mui/material/esm/colors/common.js
|
|
2071
2071
|
var Nr = {
|
|
2072
2072
|
black: "#000",
|
|
2073
2073
|
white: "#fff"
|
|
@@ -2178,7 +2178,7 @@ var Nr = {
|
|
|
2178
2178
|
A700: "#00c853"
|
|
2179
2179
|
};
|
|
2180
2180
|
//#endregion
|
|
2181
|
-
//#region
|
|
2181
|
+
//#region node_modules/@mui/material/esm/styles/createPalette.js
|
|
2182
2182
|
function Vr() {
|
|
2183
2183
|
return {
|
|
2184
2184
|
text: {
|
|
@@ -2383,7 +2383,7 @@ const theme2 = createTheme({ palette: {
|
|
|
2383
2383
|
}, a);
|
|
2384
2384
|
}
|
|
2385
2385
|
//#endregion
|
|
2386
|
-
//#region
|
|
2386
|
+
//#region node_modules/@mui/system/esm/cssVars/prepareTypographyVars.js
|
|
2387
2387
|
function ti(e) {
|
|
2388
2388
|
let t = {};
|
|
2389
2389
|
return Object.entries(e).forEach((e) => {
|
|
@@ -2392,7 +2392,7 @@ function ti(e) {
|
|
|
2392
2392
|
}), t;
|
|
2393
2393
|
}
|
|
2394
2394
|
//#endregion
|
|
2395
|
-
//#region
|
|
2395
|
+
//#region node_modules/@mui/material/esm/styles/createMixins.js
|
|
2396
2396
|
function ni(e, t) {
|
|
2397
2397
|
return {
|
|
2398
2398
|
toolbar: {
|
|
@@ -2404,7 +2404,7 @@ function ni(e, t) {
|
|
|
2404
2404
|
};
|
|
2405
2405
|
}
|
|
2406
2406
|
//#endregion
|
|
2407
|
-
//#region
|
|
2407
|
+
//#region node_modules/@mui/material/esm/styles/createTypography.js
|
|
2408
2408
|
function ri(e) {
|
|
2409
2409
|
return Math.round(e * 1e5) / 1e5;
|
|
2410
2410
|
}
|
|
@@ -2453,7 +2453,7 @@ function oi(e, t) {
|
|
|
2453
2453
|
}, d, { clone: !1 });
|
|
2454
2454
|
}
|
|
2455
2455
|
//#endregion
|
|
2456
|
-
//#region
|
|
2456
|
+
//#region node_modules/@mui/material/esm/styles/shadows.js
|
|
2457
2457
|
var si = .2, ci = .14, li = .12;
|
|
2458
2458
|
function K(...e) {
|
|
2459
2459
|
return [
|
|
@@ -2534,7 +2534,7 @@ function hi(e) {
|
|
|
2534
2534
|
};
|
|
2535
2535
|
}
|
|
2536
2536
|
//#endregion
|
|
2537
|
-
//#region
|
|
2537
|
+
//#region node_modules/@mui/material/esm/styles/zIndex.js
|
|
2538
2538
|
var gi = {
|
|
2539
2539
|
mobileStepper: 1e3,
|
|
2540
2540
|
fab: 1050,
|
|
@@ -2546,7 +2546,7 @@ var gi = {
|
|
|
2546
2546
|
tooltip: 1500
|
|
2547
2547
|
};
|
|
2548
2548
|
//#endregion
|
|
2549
|
-
//#region
|
|
2549
|
+
//#region node_modules/@mui/material/esm/styles/stringifyTheme.js
|
|
2550
2550
|
function _i(e) {
|
|
2551
2551
|
return nt(e) || e === void 0 || typeof e == "string" || typeof e == "boolean" || typeof e == "number" || Array.isArray(e);
|
|
2552
2552
|
}
|
|
@@ -2569,7 +2569,7 @@ theme.transitions = createTransitions(theme.transitions || {});
|
|
|
2569
2569
|
export default theme;`;
|
|
2570
2570
|
}
|
|
2571
2571
|
//#endregion
|
|
2572
|
-
//#region
|
|
2572
|
+
//#region node_modules/@mui/material/esm/styles/createThemeNoVars.js
|
|
2573
2573
|
function yi(e) {
|
|
2574
2574
|
return typeof e == "number" ? `${(e * 100).toFixed(0)}%` : `calc((${e}) * 100%)`;
|
|
2575
2575
|
}
|
|
@@ -2661,13 +2661,13 @@ function Si(e = {}, ...t) {
|
|
|
2661
2661
|
}, p.toRuntimeSource = vi, xi(p), p;
|
|
2662
2662
|
}
|
|
2663
2663
|
//#endregion
|
|
2664
|
-
//#region
|
|
2664
|
+
//#region node_modules/@mui/material/esm/styles/getOverlayAlpha.js
|
|
2665
2665
|
function Ci(e) {
|
|
2666
2666
|
let t;
|
|
2667
2667
|
return t = e < 1 ? 5.11916 * e ** 2 : 4.5 * Math.log(e + 1) + 2, Math.round(t * 10) / 1e3;
|
|
2668
2668
|
}
|
|
2669
2669
|
//#endregion
|
|
2670
|
-
//#region
|
|
2670
|
+
//#region node_modules/@mui/material/esm/styles/createColorScheme.js
|
|
2671
2671
|
var wi = [...Array(25)].map((e, t) => {
|
|
2672
2672
|
if (t === 0) return "none";
|
|
2673
2673
|
let n = Ci(t);
|
|
@@ -2700,12 +2700,12 @@ function Di(e) {
|
|
|
2700
2700
|
};
|
|
2701
2701
|
}
|
|
2702
2702
|
//#endregion
|
|
2703
|
-
//#region
|
|
2703
|
+
//#region node_modules/@mui/material/esm/styles/shouldSkipGeneratingVar.js
|
|
2704
2704
|
function Oi(e) {
|
|
2705
2705
|
return !!e[0].match(/(cssVarPrefix|colorSchemeSelector|modularCssLayers|rootSelector|typography|mixins|breakpoints|direction|transitions)/) || !!e[0].match(/sxConfig$/) || e[0] === "palette" && !!e[1]?.match(/(mode|contrastThreshold|tonalOffset)/);
|
|
2706
2706
|
}
|
|
2707
2707
|
//#endregion
|
|
2708
|
-
//#region
|
|
2708
|
+
//#region node_modules/@mui/material/esm/styles/excludeVariablesFromRoot.js
|
|
2709
2709
|
var ki = (e) => [
|
|
2710
2710
|
...[...Array(25)].map((t, n) => `--${e ? `${e}-` : ""}overlays-${n}`),
|
|
2711
2711
|
`--${e ? `${e}-` : ""}palette-AppBar-darkBg`,
|
|
@@ -2736,7 +2736,7 @@ var ki = (e) => [
|
|
|
2736
2736
|
return r;
|
|
2737
2737
|
};
|
|
2738
2738
|
//#endregion
|
|
2739
|
-
//#region
|
|
2739
|
+
//#region node_modules/@mui/material/esm/styles/createThemeWithVars.js
|
|
2740
2740
|
function ji(e, t) {
|
|
2741
2741
|
t.forEach((t) => {
|
|
2742
2742
|
e[t] || (e[t] = {});
|
|
@@ -2881,7 +2881,7 @@ function Ri(e = {}, ...t) {
|
|
|
2881
2881
|
}, S.toRuntimeSource = vi, S;
|
|
2882
2882
|
}
|
|
2883
2883
|
//#endregion
|
|
2884
|
-
//#region
|
|
2884
|
+
//#region node_modules/@mui/material/esm/styles/createTheme.js
|
|
2885
2885
|
function zi(e, t, n) {
|
|
2886
2886
|
e.colorSchemes && n && (e.colorSchemes[t] = {
|
|
2887
2887
|
...n !== !0 && n,
|
|
@@ -2923,22 +2923,22 @@ function Bi(e = {}, ...t) {
|
|
|
2923
2923
|
}, ...t);
|
|
2924
2924
|
}
|
|
2925
2925
|
//#endregion
|
|
2926
|
-
//#region
|
|
2926
|
+
//#region node_modules/@mui/material/esm/styles/defaultTheme.js
|
|
2927
2927
|
var Vi = Bi(), Hi = "$$material";
|
|
2928
2928
|
//#endregion
|
|
2929
|
-
//#region
|
|
2929
|
+
//#region node_modules/@mui/material/esm/styles/slotShouldForwardProp.js
|
|
2930
2930
|
function Ui(e) {
|
|
2931
2931
|
return e !== "ownerState" && e !== "theme" && e !== "sx" && e !== "as";
|
|
2932
2932
|
}
|
|
2933
2933
|
//#endregion
|
|
2934
|
-
//#region
|
|
2934
|
+
//#region node_modules/@mui/material/esm/styles/styled.js
|
|
2935
2935
|
var Wi = Zn({
|
|
2936
2936
|
themeId: Hi,
|
|
2937
2937
|
defaultTheme: Vi,
|
|
2938
2938
|
rootShouldForwardProp: (e) => Ui(e) && e !== "classes"
|
|
2939
2939
|
}), Gi = Tr;
|
|
2940
2940
|
//#endregion
|
|
2941
|
-
//#region
|
|
2941
|
+
//#region node_modules/@mui/material/esm/DefaultPropsProvider/DefaultPropsProvider.js
|
|
2942
2942
|
function Ki(e) {
|
|
2943
2943
|
return /* @__PURE__ */ I(xr, { ...e });
|
|
2944
2944
|
}
|
|
@@ -2950,7 +2950,7 @@ function qi(e) {
|
|
|
2950
2950
|
return Cr(e);
|
|
2951
2951
|
}
|
|
2952
2952
|
//#endregion
|
|
2953
|
-
//#region
|
|
2953
|
+
//#region node_modules/@mui/material/esm/SvgIcon/svgIconClasses.js
|
|
2954
2954
|
function Ji(e) {
|
|
2955
2955
|
return Rn("MuiSvgIcon", e);
|
|
2956
2956
|
}
|
|
@@ -2967,7 +2967,7 @@ zn("MuiSvgIcon", [
|
|
|
2967
2967
|
"fontSizeLarge"
|
|
2968
2968
|
]);
|
|
2969
2969
|
//#endregion
|
|
2970
|
-
//#region
|
|
2970
|
+
//#region node_modules/@mui/material/esm/SvgIcon/SvgIcon.js
|
|
2971
2971
|
var Yi = (e) => {
|
|
2972
2972
|
let { color: t, fontSize: n, classes: r } = e;
|
|
2973
2973
|
return Qe({ root: [
|
|
@@ -3098,7 +3098,7 @@ process.env.NODE_ENV !== "production" && (Zi.propTypes = {
|
|
|
3098
3098
|
viewBox: z.default.string
|
|
3099
3099
|
}), Zi.muiName = "SvgIcon";
|
|
3100
3100
|
//#endregion
|
|
3101
|
-
//#region
|
|
3101
|
+
//#region node_modules/@mui/material/esm/utils/createSvgIcon.js
|
|
3102
3102
|
function J(e, t) {
|
|
3103
3103
|
function n(n, r) {
|
|
3104
3104
|
return /* @__PURE__ */ I(Zi, {
|
|
@@ -3111,8 +3111,8 @@ function J(e, t) {
|
|
|
3111
3111
|
return process.env.NODE_ENV !== "production" && (n.displayName = `${t}Icon`), n.muiName = Zi.muiName, /* @__PURE__ */ g.memo(/* @__PURE__ */ g.forwardRef(n));
|
|
3112
3112
|
}
|
|
3113
3113
|
//#endregion
|
|
3114
|
-
//#region
|
|
3115
|
-
var Qi = J(/* @__PURE__ */ I("path", { d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z" }), "Add"), $i = J(/* @__PURE__ */ I("path", { d: "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20z" }), "ArrowBack"), ea = J(/* @__PURE__ */ I("path", { d: "m7 10 5 5 5-5z" }), "ArrowDropDown"), ta = J(/* @__PURE__ */ I("path", { d: "M7.5 5.6 10 7 8.6 4.5 10 2 7.5 3.4 5 2l1.4 2.5L5 7zm12 9.8L17 14l1.4 2.5L17 19l2.5-1.4L22 19l-1.4-2.5L22 14zM22 2l-2.5 1.4L17 2l1.4 2.5L17 7l2.5-1.4L22 7l-1.4-2.5zm-7.63 5.29a.996.996 0 0 0-1.41 0L1.29 18.96c-.39.39-.39 1.02 0 1.41l2.34 2.34c.39.39 1.02.39 1.41 0L16.7 11.05c.39-.39.39-1.02 0-1.41zm-1.03 5.49-2.12-2.12 2.44-2.44 2.12 2.12z" }), "AutoFixHigh"), na = J(/* @__PURE__ */ I("path", { d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" }), "Close"), ra = J(/* @__PURE__ */ I("path", { d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zM19 4h-3.5l-1-1h-5l-1 1H5v2h14z" }), "Delete"), ia = J(/* @__PURE__ */ I("path", { d: "M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z" }), "Done"),
|
|
3114
|
+
//#region node_modules/@mui/icons-material/esm/Add.js
|
|
3115
|
+
var Qi = J(/* @__PURE__ */ I("path", { d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z" }), "Add"), $i = J(/* @__PURE__ */ I("path", { d: "M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20z" }), "ArrowBack"), ea = J(/* @__PURE__ */ I("path", { d: "m7 10 5 5 5-5z" }), "ArrowDropDown"), ta = J(/* @__PURE__ */ I("path", { d: "M7.5 5.6 10 7 8.6 4.5 10 2 7.5 3.4 5 2l1.4 2.5L5 7zm12 9.8L17 14l1.4 2.5L17 19l2.5-1.4L22 19l-1.4-2.5L22 14zM22 2l-2.5 1.4L17 2l1.4 2.5L17 7l2.5-1.4L22 7l-1.4-2.5zm-7.63 5.29a.996.996 0 0 0-1.41 0L1.29 18.96c-.39.39-.39 1.02 0 1.41l2.34 2.34c.39.39 1.02.39 1.41 0L16.7 11.05c.39-.39.39-1.02 0-1.41zm-1.03 5.49-2.12-2.12 2.44-2.44 2.12 2.12z" }), "AutoFixHigh"), na = J(/* @__PURE__ */ I("path", { d: "M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" }), "Close"), ra = J(/* @__PURE__ */ I("path", { d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zM19 4h-3.5l-1-1h-5l-1 1H5v2h14z" }), "Delete"), ia = J(/* @__PURE__ */ I("path", { d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6zM8 9h8v10H8zm7.5-5-1-1h-5l-1 1H5v2h14V4z" }), "DeleteOutline"), aa = J(/* @__PURE__ */ I("path", { d: "M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z" }), "Done"), oa = J(/* @__PURE__ */ I("path", { d: "M18.41 5.8 17.2 4.59c-.78-.78-2.05-.78-2.83 0l-2.68 2.68L3 15.96V20h4.04l8.74-8.74 2.63-2.63c.79-.78.79-2.05 0-2.83M6.21 18H5v-1.21l8.66-8.66 1.21 1.21zM11 20l4-4h6v4z" }), "DriveFileRenameOutline"), sa = J(/* @__PURE__ */ I("path", { d: "M11 15h2v2h-2zm0-8h2v6h-2zm.99-5C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8" }), "ErrorOutline"), ca = J(/* @__PURE__ */ I("path", { d: "M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5" }), "Group"), la = J(/* @__PURE__ */ I("path", { d: "M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2m0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2" }), "MoreVert"), ua = J([
|
|
3116
3116
|
/* @__PURE__ */ I("path", {
|
|
3117
3117
|
fillRule: "evenodd",
|
|
3118
3118
|
d: "M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87"
|
|
@@ -3127,37 +3127,37 @@ var Qi = J(/* @__PURE__ */ I("path", { d: "M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z" })
|
|
|
3127
3127
|
fillRule: "evenodd",
|
|
3128
3128
|
d: "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24C14.5 5.27 15 6.58 15 8s-.5 2.73-1.33 3.76c.42.14.86.24 1.33.24m-6 1c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4"
|
|
3129
3129
|
}, "2")
|
|
3130
|
-
], "PeopleAlt"),
|
|
3130
|
+
], "PeopleAlt"), da = J(/* @__PURE__ */ I("path", { d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4" }), "Person"), fa = J(/* @__PURE__ */ I("path", { d: "M15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m-9-2V7H4v3H1v2h3v3h2v-3h3v-2zm9 4c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4" }), "PersonAdd"), pa = J(/* @__PURE__ */ I("path", { d: "M17.65 6.35C16.2 4.9 14.21 4 12 4c-4.42 0-7.99 3.58-7.99 8s3.57 8 7.99 8c3.73 0 6.84-2.55 7.73-6h-2.08c-.82 2.33-3.04 4-5.65 4-3.31 0-6-2.69-6-6s2.69-6 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4z" }), "Refresh"), ma = J([/* @__PURE__ */ I("path", { d: "M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8" }, "0"), /* @__PURE__ */ I("path", { d: "M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z" }, "1")], "Schedule"), ha = J(/* @__PURE__ */ I("path", { d: "M2.01 21 23 12 2.01 3 2 10l15 2-15 2z" }), "Send"), ga = J(/* @__PURE__ */ I("path", { d: "M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5M12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5m0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3" }), "Visibility"), _a = J(/* @__PURE__ */ I("path", { d: "M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7M2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2m4.31-.78 3.15 3.15.02-.16c0-1.66-1.34-3-3-3z" }), "VisibilityOff"), va = J(/* @__PURE__ */ I("path", { d: "M22.99 9C19.15 5.16 13.8 3.76 8.84 4.78l2.52 2.52c3.47-.17 6.99 1.05 9.63 3.7zm-4 4c-1.29-1.29-2.84-2.13-4.49-2.56l3.53 3.53zM2 3.05 5.07 6.1C3.6 6.82 2.22 7.78 1 9l1.99 2c1.24-1.24 2.67-2.16 4.2-2.77l2.24 2.24C7.81 10.89 6.27 11.73 5 13v.01L6.99 15c1.36-1.36 3.14-2.04 4.92-2.06L18.98 20l1.27-1.26L3.29 1.79zM9 17l3 3 3-3c-1.65-1.66-4.34-1.66-6 0" }), "WifiOff");
|
|
3131
3131
|
//#endregion
|
|
3132
3132
|
//#region src/components/ConversationItem.tsx
|
|
3133
|
-
function
|
|
3133
|
+
function ya(e) {
|
|
3134
3134
|
let t = new Date(e), n = (/* @__PURE__ */ new Date()).getTime() - t.getTime(), r = Math.floor(n / 6e4), i = Math.floor(n / 36e5), a = Math.floor(n / 864e5);
|
|
3135
3135
|
return r < 1 ? "now" : r < 60 ? `${r}m` : i < 24 ? `${i}h` : a < 7 ? `${a}d` : t.toLocaleDateString(void 0, {
|
|
3136
3136
|
month: "short",
|
|
3137
3137
|
day: "numeric"
|
|
3138
3138
|
});
|
|
3139
3139
|
}
|
|
3140
|
-
var
|
|
3140
|
+
var ba = _.memo(({ conversation: e, displayName: t, selected: n, onClick: r, currentUser: i }) => {
|
|
3141
3141
|
let a = !!e.group, o = e.unread_count, s = i?.role === "admin";
|
|
3142
|
-
return /* @__PURE__ */ I(
|
|
3142
|
+
return /* @__PURE__ */ I(ge, {
|
|
3143
3143
|
disablePadding: !0,
|
|
3144
|
-
children: /* @__PURE__ */ L(
|
|
3144
|
+
children: /* @__PURE__ */ L(ve, {
|
|
3145
3145
|
selected: n,
|
|
3146
3146
|
onClick: r,
|
|
3147
3147
|
sx: { "&.Mui-selected": {
|
|
3148
3148
|
backgroundColor: "action.selected",
|
|
3149
3149
|
"&:hover": { backgroundColor: "action.selected" }
|
|
3150
3150
|
} },
|
|
3151
|
-
children: [/* @__PURE__ */ I(
|
|
3151
|
+
children: [/* @__PURE__ */ I(_e, { children: /* @__PURE__ */ I(ie, {
|
|
3152
3152
|
badgeContent: o,
|
|
3153
3153
|
color: "primary",
|
|
3154
3154
|
overlap: "circular",
|
|
3155
3155
|
invisible: o === 0,
|
|
3156
3156
|
children: /* @__PURE__ */ I(A, {
|
|
3157
3157
|
sx: { bgcolor: a ? "primary.main" : "secondary.main" },
|
|
3158
|
-
children: I(a ?
|
|
3158
|
+
children: I(a ? ca : da, {})
|
|
3159
3159
|
})
|
|
3160
|
-
}) }), /* @__PURE__ */ I(
|
|
3160
|
+
}) }), /* @__PURE__ */ I(ye, {
|
|
3161
3161
|
primary: /* @__PURE__ */ L(j, {
|
|
3162
3162
|
display: "flex",
|
|
3163
3163
|
justifyContent: "space-between",
|
|
@@ -3177,7 +3177,7 @@ var _a = _.memo(({ conversation: e, displayName: t, selected: n, onClick: r, cur
|
|
|
3177
3177
|
ml: 1,
|
|
3178
3178
|
flexShrink: 0
|
|
3179
3179
|
},
|
|
3180
|
-
children:
|
|
3180
|
+
children: ya(e.last_message_at)
|
|
3181
3181
|
})]
|
|
3182
3182
|
}),
|
|
3183
3183
|
secondary: /* @__PURE__ */ I(F, {
|
|
@@ -3190,11 +3190,11 @@ var _a = _.memo(({ conversation: e, displayName: t, selected: n, onClick: r, cur
|
|
|
3190
3190
|
})]
|
|
3191
3191
|
})
|
|
3192
3192
|
});
|
|
3193
|
-
}),
|
|
3193
|
+
}), xa = () => /* @__PURE__ */ L(ge, { children: [/* @__PURE__ */ I(_e, { children: /* @__PURE__ */ I(Ce, {
|
|
3194
3194
|
variant: "circular",
|
|
3195
3195
|
width: 40,
|
|
3196
3196
|
height: 40
|
|
3197
|
-
}) }), /* @__PURE__ */ I(
|
|
3197
|
+
}) }), /* @__PURE__ */ I(ye, {
|
|
3198
3198
|
primary: /* @__PURE__ */ L(j, {
|
|
3199
3199
|
display: "flex",
|
|
3200
3200
|
justifyContent: "space-between",
|
|
@@ -3210,198 +3210,198 @@ var _a = _.memo(({ conversation: e, displayName: t, selected: n, onClick: r, cur
|
|
|
3210
3210
|
variant: "text",
|
|
3211
3211
|
width: "80%"
|
|
3212
3212
|
})
|
|
3213
|
-
})] }),
|
|
3214
|
-
return
|
|
3213
|
+
})] }), Sa = function(e) {
|
|
3214
|
+
return Ca(e) && !wa(e);
|
|
3215
3215
|
};
|
|
3216
|
-
function
|
|
3216
|
+
function Ca(e) {
|
|
3217
3217
|
return !!e && typeof e == "object";
|
|
3218
3218
|
}
|
|
3219
|
-
function
|
|
3219
|
+
function wa(e) {
|
|
3220
3220
|
var t = Object.prototype.toString.call(e);
|
|
3221
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
3221
|
+
return t === "[object RegExp]" || t === "[object Date]" || Ea(e);
|
|
3222
3222
|
}
|
|
3223
|
-
var
|
|
3224
|
-
function
|
|
3225
|
-
return e.$$typeof ===
|
|
3223
|
+
var Ta = typeof Symbol == "function" && Symbol.for ? Symbol.for("react.element") : 60103;
|
|
3224
|
+
function Ea(e) {
|
|
3225
|
+
return e.$$typeof === Ta;
|
|
3226
3226
|
}
|
|
3227
|
-
function
|
|
3227
|
+
function Da(e) {
|
|
3228
3228
|
return Array.isArray(e) ? [] : {};
|
|
3229
3229
|
}
|
|
3230
|
-
function
|
|
3231
|
-
return t.clone !== !1 && t.isMergeableObject(e) ?
|
|
3230
|
+
function Oa(e, t) {
|
|
3231
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? ja(Da(e), e, t) : e;
|
|
3232
3232
|
}
|
|
3233
|
-
function
|
|
3233
|
+
function ka(e, t, n) {
|
|
3234
3234
|
return e.concat(t).map(function(e) {
|
|
3235
|
-
return
|
|
3235
|
+
return Oa(e, n);
|
|
3236
3236
|
});
|
|
3237
3237
|
}
|
|
3238
|
-
function
|
|
3238
|
+
function Aa(e, t, n) {
|
|
3239
3239
|
var r = {};
|
|
3240
3240
|
return n.isMergeableObject(e) && Object.keys(e).forEach(function(t) {
|
|
3241
|
-
r[t] =
|
|
3241
|
+
r[t] = Oa(e[t], n);
|
|
3242
3242
|
}), Object.keys(t).forEach(function(i) {
|
|
3243
|
-
!n.isMergeableObject(t[i]) || !e[i] ? r[i] =
|
|
3243
|
+
!n.isMergeableObject(t[i]) || !e[i] ? r[i] = Oa(t[i], n) : r[i] = ja(e[i], t[i], n);
|
|
3244
3244
|
}), r;
|
|
3245
3245
|
}
|
|
3246
|
-
function
|
|
3247
|
-
n ||= {}, n.arrayMerge = n.arrayMerge ||
|
|
3246
|
+
function ja(e, t, n) {
|
|
3247
|
+
n ||= {}, n.arrayMerge = n.arrayMerge || ka, n.isMergeableObject = n.isMergeableObject || Sa;
|
|
3248
3248
|
var r = Array.isArray(t);
|
|
3249
|
-
return r === Array.isArray(e) ? r ? n.arrayMerge(e, t, n) :
|
|
3249
|
+
return r === Array.isArray(e) ? r ? n.arrayMerge(e, t, n) : Aa(e, t, n) : Oa(t, n);
|
|
3250
3250
|
}
|
|
3251
|
-
|
|
3251
|
+
ja.all = function(e, t) {
|
|
3252
3252
|
if (!Array.isArray(e)) throw Error("first argument should be an array");
|
|
3253
3253
|
return e.reduce(function(e, n) {
|
|
3254
|
-
return
|
|
3254
|
+
return ja(e, n, t);
|
|
3255
3255
|
}, {});
|
|
3256
3256
|
};
|
|
3257
|
-
var
|
|
3258
|
-
function
|
|
3259
|
-
var t =
|
|
3257
|
+
var Ma = ja, Na = typeof global == "object" && global && global.Object === Object && global, Pa = typeof self == "object" && self && self.Object === Object && self, Fa = Na || Pa || Function("return this")(), Ia = Fa.Symbol, La = Object.prototype, Ra = La.hasOwnProperty, za = La.toString, Ba = Ia ? Ia.toStringTag : void 0;
|
|
3258
|
+
function Va(e) {
|
|
3259
|
+
var t = Ra.call(e, Ba), n = e[Ba];
|
|
3260
3260
|
try {
|
|
3261
|
-
e[
|
|
3261
|
+
e[Ba] = void 0;
|
|
3262
3262
|
var r = !0;
|
|
3263
3263
|
} catch {}
|
|
3264
|
-
var i =
|
|
3265
|
-
return r && (t ? e[
|
|
3264
|
+
var i = za.call(e);
|
|
3265
|
+
return r && (t ? e[Ba] = n : delete e[Ba]), i;
|
|
3266
3266
|
}
|
|
3267
3267
|
//#endregion
|
|
3268
3268
|
//#region ../../node_modules/lodash-es/_objectToString.js
|
|
3269
|
-
var
|
|
3270
|
-
function
|
|
3271
|
-
return
|
|
3269
|
+
var Ha = Object.prototype.toString;
|
|
3270
|
+
function Ua(e) {
|
|
3271
|
+
return Ha.call(e);
|
|
3272
3272
|
}
|
|
3273
3273
|
//#endregion
|
|
3274
3274
|
//#region ../../node_modules/lodash-es/_baseGetTag.js
|
|
3275
|
-
var
|
|
3276
|
-
function
|
|
3277
|
-
return e == null ? e === void 0 ?
|
|
3275
|
+
var Wa = "[object Null]", Ga = "[object Undefined]", Ka = Ia ? Ia.toStringTag : void 0;
|
|
3276
|
+
function qa(e) {
|
|
3277
|
+
return e == null ? e === void 0 ? Ga : Wa : Ka && Ka in Object(e) ? Va(e) : Ua(e);
|
|
3278
3278
|
}
|
|
3279
3279
|
//#endregion
|
|
3280
3280
|
//#region ../../node_modules/lodash-es/_overArg.js
|
|
3281
|
-
function
|
|
3281
|
+
function Ja(e, t) {
|
|
3282
3282
|
return function(n) {
|
|
3283
3283
|
return e(t(n));
|
|
3284
3284
|
};
|
|
3285
3285
|
}
|
|
3286
3286
|
//#endregion
|
|
3287
3287
|
//#region ../../node_modules/lodash-es/_getPrototype.js
|
|
3288
|
-
var
|
|
3288
|
+
var Ya = Ja(Object.getPrototypeOf, Object);
|
|
3289
3289
|
//#endregion
|
|
3290
3290
|
//#region ../../node_modules/lodash-es/isObjectLike.js
|
|
3291
|
-
function
|
|
3291
|
+
function Xa(e) {
|
|
3292
3292
|
return typeof e == "object" && !!e;
|
|
3293
3293
|
}
|
|
3294
3294
|
//#endregion
|
|
3295
3295
|
//#region ../../node_modules/lodash-es/isPlainObject.js
|
|
3296
|
-
var
|
|
3297
|
-
function
|
|
3298
|
-
if (!
|
|
3299
|
-
var t =
|
|
3296
|
+
var Za = "[object Object]", Qa = Function.prototype, $a = Object.prototype, eo = Qa.toString, to = $a.hasOwnProperty, no = eo.call(Object);
|
|
3297
|
+
function ro(e) {
|
|
3298
|
+
if (!Xa(e) || qa(e) != Za) return !1;
|
|
3299
|
+
var t = Ya(e);
|
|
3300
3300
|
if (t === null) return !0;
|
|
3301
|
-
var n =
|
|
3302
|
-
return typeof n == "function" && n instanceof n &&
|
|
3301
|
+
var n = to.call(t, "constructor") && t.constructor;
|
|
3302
|
+
return typeof n == "function" && n instanceof n && eo.call(n) == no;
|
|
3303
3303
|
}
|
|
3304
3304
|
//#endregion
|
|
3305
3305
|
//#region ../../node_modules/lodash-es/_listCacheClear.js
|
|
3306
|
-
function
|
|
3306
|
+
function io() {
|
|
3307
3307
|
this.__data__ = [], this.size = 0;
|
|
3308
3308
|
}
|
|
3309
3309
|
//#endregion
|
|
3310
3310
|
//#region ../../node_modules/lodash-es/eq.js
|
|
3311
|
-
function
|
|
3311
|
+
function ao(e, t) {
|
|
3312
3312
|
return e === t || e !== e && t !== t;
|
|
3313
3313
|
}
|
|
3314
3314
|
//#endregion
|
|
3315
3315
|
//#region ../../node_modules/lodash-es/_assocIndexOf.js
|
|
3316
|
-
function
|
|
3317
|
-
for (var n = e.length; n--;) if (
|
|
3316
|
+
function oo(e, t) {
|
|
3317
|
+
for (var n = e.length; n--;) if (ao(e[n][0], t)) return n;
|
|
3318
3318
|
return -1;
|
|
3319
3319
|
}
|
|
3320
3320
|
//#endregion
|
|
3321
3321
|
//#region ../../node_modules/lodash-es/_listCacheDelete.js
|
|
3322
|
-
var
|
|
3323
|
-
function
|
|
3324
|
-
var t = this.__data__, n =
|
|
3325
|
-
return n < 0 ? !1 : (n == t.length - 1 ? t.pop() :
|
|
3322
|
+
var so = Array.prototype.splice;
|
|
3323
|
+
function co(e) {
|
|
3324
|
+
var t = this.__data__, n = oo(t, e);
|
|
3325
|
+
return n < 0 ? !1 : (n == t.length - 1 ? t.pop() : so.call(t, n, 1), --this.size, !0);
|
|
3326
3326
|
}
|
|
3327
3327
|
//#endregion
|
|
3328
3328
|
//#region ../../node_modules/lodash-es/_listCacheGet.js
|
|
3329
|
-
function
|
|
3330
|
-
var t = this.__data__, n =
|
|
3329
|
+
function lo(e) {
|
|
3330
|
+
var t = this.__data__, n = oo(t, e);
|
|
3331
3331
|
return n < 0 ? void 0 : t[n][1];
|
|
3332
3332
|
}
|
|
3333
3333
|
//#endregion
|
|
3334
3334
|
//#region ../../node_modules/lodash-es/_listCacheHas.js
|
|
3335
|
-
function
|
|
3336
|
-
return
|
|
3335
|
+
function uo(e) {
|
|
3336
|
+
return oo(this.__data__, e) > -1;
|
|
3337
3337
|
}
|
|
3338
3338
|
//#endregion
|
|
3339
3339
|
//#region ../../node_modules/lodash-es/_listCacheSet.js
|
|
3340
|
-
function
|
|
3341
|
-
var n = this.__data__, r =
|
|
3340
|
+
function fo(e, t) {
|
|
3341
|
+
var n = this.__data__, r = oo(n, e);
|
|
3342
3342
|
return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this;
|
|
3343
3343
|
}
|
|
3344
3344
|
//#endregion
|
|
3345
3345
|
//#region ../../node_modules/lodash-es/_ListCache.js
|
|
3346
|
-
function
|
|
3346
|
+
function po(e) {
|
|
3347
3347
|
var t = -1, n = e == null ? 0 : e.length;
|
|
3348
3348
|
for (this.clear(); ++t < n;) {
|
|
3349
3349
|
var r = e[t];
|
|
3350
3350
|
this.set(r[0], r[1]);
|
|
3351
3351
|
}
|
|
3352
3352
|
}
|
|
3353
|
-
|
|
3353
|
+
po.prototype.clear = io, po.prototype.delete = co, po.prototype.get = lo, po.prototype.has = uo, po.prototype.set = fo;
|
|
3354
3354
|
//#endregion
|
|
3355
3355
|
//#region ../../node_modules/lodash-es/_stackClear.js
|
|
3356
|
-
function
|
|
3357
|
-
this.__data__ = new
|
|
3356
|
+
function mo() {
|
|
3357
|
+
this.__data__ = new po(), this.size = 0;
|
|
3358
3358
|
}
|
|
3359
3359
|
//#endregion
|
|
3360
3360
|
//#region ../../node_modules/lodash-es/_stackDelete.js
|
|
3361
|
-
function
|
|
3361
|
+
function ho(e) {
|
|
3362
3362
|
var t = this.__data__, n = t.delete(e);
|
|
3363
3363
|
return this.size = t.size, n;
|
|
3364
3364
|
}
|
|
3365
3365
|
//#endregion
|
|
3366
3366
|
//#region ../../node_modules/lodash-es/_stackGet.js
|
|
3367
|
-
function
|
|
3367
|
+
function go(e) {
|
|
3368
3368
|
return this.__data__.get(e);
|
|
3369
3369
|
}
|
|
3370
3370
|
//#endregion
|
|
3371
3371
|
//#region ../../node_modules/lodash-es/_stackHas.js
|
|
3372
|
-
function
|
|
3372
|
+
function _o(e) {
|
|
3373
3373
|
return this.__data__.has(e);
|
|
3374
3374
|
}
|
|
3375
3375
|
//#endregion
|
|
3376
3376
|
//#region ../../node_modules/lodash-es/isObject.js
|
|
3377
|
-
function
|
|
3377
|
+
function vo(e) {
|
|
3378
3378
|
var t = typeof e;
|
|
3379
3379
|
return e != null && (t == "object" || t == "function");
|
|
3380
3380
|
}
|
|
3381
3381
|
//#endregion
|
|
3382
3382
|
//#region ../../node_modules/lodash-es/isFunction.js
|
|
3383
|
-
var
|
|
3384
|
-
function
|
|
3385
|
-
if (!
|
|
3386
|
-
var t =
|
|
3387
|
-
return t ==
|
|
3383
|
+
var yo = "[object AsyncFunction]", bo = "[object Function]", xo = "[object GeneratorFunction]", So = "[object Proxy]";
|
|
3384
|
+
function Co(e) {
|
|
3385
|
+
if (!vo(e)) return !1;
|
|
3386
|
+
var t = qa(e);
|
|
3387
|
+
return t == bo || t == xo || t == yo || t == So;
|
|
3388
3388
|
}
|
|
3389
3389
|
//#endregion
|
|
3390
3390
|
//#region ../../node_modules/lodash-es/_coreJsData.js
|
|
3391
|
-
var
|
|
3392
|
-
var e = /[^.]+$/.exec(
|
|
3391
|
+
var wo = Fa["__core-js_shared__"], To = function() {
|
|
3392
|
+
var e = /[^.]+$/.exec(wo && wo.keys && wo.keys.IE_PROTO || "");
|
|
3393
3393
|
return e ? "Symbol(src)_1." + e : "";
|
|
3394
3394
|
}();
|
|
3395
|
-
function
|
|
3396
|
-
return !!
|
|
3395
|
+
function Eo(e) {
|
|
3396
|
+
return !!To && To in e;
|
|
3397
3397
|
}
|
|
3398
3398
|
//#endregion
|
|
3399
3399
|
//#region ../../node_modules/lodash-es/_toSource.js
|
|
3400
|
-
var
|
|
3401
|
-
function
|
|
3400
|
+
var Do = Function.prototype.toString;
|
|
3401
|
+
function Oo(e) {
|
|
3402
3402
|
if (e != null) {
|
|
3403
3403
|
try {
|
|
3404
|
-
return
|
|
3404
|
+
return Do.call(e);
|
|
3405
3405
|
} catch {}
|
|
3406
3406
|
try {
|
|
3407
3407
|
return e + "";
|
|
@@ -3411,159 +3411,159 @@ function To(e) {
|
|
|
3411
3411
|
}
|
|
3412
3412
|
//#endregion
|
|
3413
3413
|
//#region ../../node_modules/lodash-es/_baseIsNative.js
|
|
3414
|
-
var
|
|
3415
|
-
function
|
|
3416
|
-
return !
|
|
3414
|
+
var ko = /[\\^$.*+?()[\]{}|]/g, Ao = /^\[object .+?Constructor\]$/, jo = Function.prototype, Mo = Object.prototype, No = jo.toString, Po = Mo.hasOwnProperty, Fo = RegExp("^" + No.call(Po).replace(ko, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$");
|
|
3415
|
+
function Io(e) {
|
|
3416
|
+
return !vo(e) || Eo(e) ? !1 : (Co(e) ? Fo : Ao).test(Oo(e));
|
|
3417
3417
|
}
|
|
3418
3418
|
//#endregion
|
|
3419
3419
|
//#region ../../node_modules/lodash-es/_getValue.js
|
|
3420
|
-
function
|
|
3420
|
+
function Lo(e, t) {
|
|
3421
3421
|
return e?.[t];
|
|
3422
3422
|
}
|
|
3423
3423
|
//#endregion
|
|
3424
3424
|
//#region ../../node_modules/lodash-es/_getNative.js
|
|
3425
|
-
function
|
|
3426
|
-
var n =
|
|
3427
|
-
return
|
|
3425
|
+
function Ro(e, t) {
|
|
3426
|
+
var n = Lo(e, t);
|
|
3427
|
+
return Io(n) ? n : void 0;
|
|
3428
3428
|
}
|
|
3429
3429
|
//#endregion
|
|
3430
3430
|
//#region ../../node_modules/lodash-es/_Map.js
|
|
3431
|
-
var
|
|
3431
|
+
var zo = Ro(Fa, "Map"), Bo = Ro(Object, "create");
|
|
3432
3432
|
//#endregion
|
|
3433
3433
|
//#region ../../node_modules/lodash-es/_hashClear.js
|
|
3434
|
-
function
|
|
3435
|
-
this.__data__ =
|
|
3434
|
+
function Vo() {
|
|
3435
|
+
this.__data__ = Bo ? Bo(null) : {}, this.size = 0;
|
|
3436
3436
|
}
|
|
3437
3437
|
//#endregion
|
|
3438
3438
|
//#region ../../node_modules/lodash-es/_hashDelete.js
|
|
3439
|
-
function
|
|
3439
|
+
function Ho(e) {
|
|
3440
3440
|
var t = this.has(e) && delete this.__data__[e];
|
|
3441
3441
|
return this.size -= +!!t, t;
|
|
3442
3442
|
}
|
|
3443
3443
|
//#endregion
|
|
3444
3444
|
//#region ../../node_modules/lodash-es/_hashGet.js
|
|
3445
|
-
var
|
|
3446
|
-
function
|
|
3445
|
+
var Uo = "__lodash_hash_undefined__", Wo = Object.prototype.hasOwnProperty;
|
|
3446
|
+
function Go(e) {
|
|
3447
3447
|
var t = this.__data__;
|
|
3448
|
-
if (
|
|
3448
|
+
if (Bo) {
|
|
3449
3449
|
var n = t[e];
|
|
3450
|
-
return n ===
|
|
3450
|
+
return n === Uo ? void 0 : n;
|
|
3451
3451
|
}
|
|
3452
|
-
return
|
|
3452
|
+
return Wo.call(t, e) ? t[e] : void 0;
|
|
3453
3453
|
}
|
|
3454
3454
|
//#endregion
|
|
3455
3455
|
//#region ../../node_modules/lodash-es/_hashHas.js
|
|
3456
|
-
var
|
|
3457
|
-
function
|
|
3456
|
+
var Ko = Object.prototype.hasOwnProperty;
|
|
3457
|
+
function qo(e) {
|
|
3458
3458
|
var t = this.__data__;
|
|
3459
|
-
return
|
|
3459
|
+
return Bo ? t[e] !== void 0 : Ko.call(t, e);
|
|
3460
3460
|
}
|
|
3461
3461
|
//#endregion
|
|
3462
3462
|
//#region ../../node_modules/lodash-es/_hashSet.js
|
|
3463
|
-
var
|
|
3464
|
-
function
|
|
3463
|
+
var Jo = "__lodash_hash_undefined__";
|
|
3464
|
+
function Yo(e, t) {
|
|
3465
3465
|
var n = this.__data__;
|
|
3466
|
-
return this.size += +!this.has(e), n[e] =
|
|
3466
|
+
return this.size += +!this.has(e), n[e] = Bo && t === void 0 ? Jo : t, this;
|
|
3467
3467
|
}
|
|
3468
3468
|
//#endregion
|
|
3469
3469
|
//#region ../../node_modules/lodash-es/_Hash.js
|
|
3470
|
-
function
|
|
3470
|
+
function Xo(e) {
|
|
3471
3471
|
var t = -1, n = e == null ? 0 : e.length;
|
|
3472
3472
|
for (this.clear(); ++t < n;) {
|
|
3473
3473
|
var r = e[t];
|
|
3474
3474
|
this.set(r[0], r[1]);
|
|
3475
3475
|
}
|
|
3476
3476
|
}
|
|
3477
|
-
|
|
3477
|
+
Xo.prototype.clear = Vo, Xo.prototype.delete = Ho, Xo.prototype.get = Go, Xo.prototype.has = qo, Xo.prototype.set = Yo;
|
|
3478
3478
|
//#endregion
|
|
3479
3479
|
//#region ../../node_modules/lodash-es/_mapCacheClear.js
|
|
3480
|
-
function
|
|
3480
|
+
function Zo() {
|
|
3481
3481
|
this.size = 0, this.__data__ = {
|
|
3482
|
-
hash: new
|
|
3483
|
-
map: new (
|
|
3484
|
-
string: new
|
|
3482
|
+
hash: new Xo(),
|
|
3483
|
+
map: new (zo || po)(),
|
|
3484
|
+
string: new Xo()
|
|
3485
3485
|
};
|
|
3486
3486
|
}
|
|
3487
3487
|
//#endregion
|
|
3488
3488
|
//#region ../../node_modules/lodash-es/_isKeyable.js
|
|
3489
|
-
function
|
|
3489
|
+
function Qo(e) {
|
|
3490
3490
|
var t = typeof e;
|
|
3491
3491
|
return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
|
|
3492
3492
|
}
|
|
3493
3493
|
//#endregion
|
|
3494
3494
|
//#region ../../node_modules/lodash-es/_getMapData.js
|
|
3495
|
-
function
|
|
3495
|
+
function $o(e, t) {
|
|
3496
3496
|
var n = e.__data__;
|
|
3497
|
-
return
|
|
3497
|
+
return Qo(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
|
|
3498
3498
|
}
|
|
3499
3499
|
//#endregion
|
|
3500
3500
|
//#region ../../node_modules/lodash-es/_mapCacheDelete.js
|
|
3501
|
-
function
|
|
3502
|
-
var t =
|
|
3501
|
+
function es(e) {
|
|
3502
|
+
var t = $o(this, e).delete(e);
|
|
3503
3503
|
return this.size -= +!!t, t;
|
|
3504
3504
|
}
|
|
3505
3505
|
//#endregion
|
|
3506
3506
|
//#region ../../node_modules/lodash-es/_mapCacheGet.js
|
|
3507
|
-
function
|
|
3508
|
-
return
|
|
3507
|
+
function ts(e) {
|
|
3508
|
+
return $o(this, e).get(e);
|
|
3509
3509
|
}
|
|
3510
3510
|
//#endregion
|
|
3511
3511
|
//#region ../../node_modules/lodash-es/_mapCacheHas.js
|
|
3512
|
-
function
|
|
3513
|
-
return
|
|
3512
|
+
function ns(e) {
|
|
3513
|
+
return $o(this, e).has(e);
|
|
3514
3514
|
}
|
|
3515
3515
|
//#endregion
|
|
3516
3516
|
//#region ../../node_modules/lodash-es/_mapCacheSet.js
|
|
3517
|
-
function
|
|
3518
|
-
var n =
|
|
3517
|
+
function rs(e, t) {
|
|
3518
|
+
var n = $o(this, e), r = n.size;
|
|
3519
3519
|
return n.set(e, t), this.size += n.size == r ? 0 : 1, this;
|
|
3520
3520
|
}
|
|
3521
3521
|
//#endregion
|
|
3522
3522
|
//#region ../../node_modules/lodash-es/_MapCache.js
|
|
3523
|
-
function
|
|
3523
|
+
function is(e) {
|
|
3524
3524
|
var t = -1, n = e == null ? 0 : e.length;
|
|
3525
3525
|
for (this.clear(); ++t < n;) {
|
|
3526
3526
|
var r = e[t];
|
|
3527
3527
|
this.set(r[0], r[1]);
|
|
3528
3528
|
}
|
|
3529
3529
|
}
|
|
3530
|
-
|
|
3530
|
+
is.prototype.clear = Zo, is.prototype.delete = es, is.prototype.get = ts, is.prototype.has = ns, is.prototype.set = rs;
|
|
3531
3531
|
//#endregion
|
|
3532
3532
|
//#region ../../node_modules/lodash-es/_stackSet.js
|
|
3533
|
-
var
|
|
3534
|
-
function
|
|
3533
|
+
var as = 200;
|
|
3534
|
+
function os(e, t) {
|
|
3535
3535
|
var n = this.__data__;
|
|
3536
|
-
if (n instanceof
|
|
3536
|
+
if (n instanceof po) {
|
|
3537
3537
|
var r = n.__data__;
|
|
3538
|
-
if (!
|
|
3539
|
-
n = this.__data__ = new
|
|
3538
|
+
if (!zo || r.length < as - 1) return r.push([e, t]), this.size = ++n.size, this;
|
|
3539
|
+
n = this.__data__ = new is(r);
|
|
3540
3540
|
}
|
|
3541
3541
|
return n.set(e, t), this.size = n.size, this;
|
|
3542
3542
|
}
|
|
3543
3543
|
//#endregion
|
|
3544
3544
|
//#region ../../node_modules/lodash-es/_Stack.js
|
|
3545
|
-
function
|
|
3546
|
-
this.size = (this.__data__ = new
|
|
3545
|
+
function ss(e) {
|
|
3546
|
+
this.size = (this.__data__ = new po(e)).size;
|
|
3547
3547
|
}
|
|
3548
|
-
|
|
3548
|
+
ss.prototype.clear = mo, ss.prototype.delete = ho, ss.prototype.get = go, ss.prototype.has = _o, ss.prototype.set = os;
|
|
3549
3549
|
//#endregion
|
|
3550
3550
|
//#region ../../node_modules/lodash-es/_arrayEach.js
|
|
3551
|
-
function
|
|
3551
|
+
function cs(e, t) {
|
|
3552
3552
|
for (var n = -1, r = e == null ? 0 : e.length; ++n < r && t(e[n], n, e) !== !1;);
|
|
3553
3553
|
return e;
|
|
3554
3554
|
}
|
|
3555
3555
|
//#endregion
|
|
3556
3556
|
//#region ../../node_modules/lodash-es/_defineProperty.js
|
|
3557
|
-
var
|
|
3557
|
+
var ls = function() {
|
|
3558
3558
|
try {
|
|
3559
|
-
var e =
|
|
3559
|
+
var e = Ro(Object, "defineProperty");
|
|
3560
3560
|
return e({}, "", {}), e;
|
|
3561
3561
|
} catch {}
|
|
3562
3562
|
}();
|
|
3563
3563
|
//#endregion
|
|
3564
3564
|
//#region ../../node_modules/lodash-es/_baseAssignValue.js
|
|
3565
|
-
function
|
|
3566
|
-
t == "__proto__" &&
|
|
3565
|
+
function us(e, t, n) {
|
|
3566
|
+
t == "__proto__" && ls ? ls(e, t, {
|
|
3567
3567
|
configurable: !0,
|
|
3568
3568
|
enumerable: !0,
|
|
3569
3569
|
value: n,
|
|
@@ -3572,160 +3572,160 @@ function ss(e, t, n) {
|
|
|
3572
3572
|
}
|
|
3573
3573
|
//#endregion
|
|
3574
3574
|
//#region ../../node_modules/lodash-es/_assignValue.js
|
|
3575
|
-
var
|
|
3576
|
-
function
|
|
3575
|
+
var ds = Object.prototype.hasOwnProperty;
|
|
3576
|
+
function fs(e, t, n) {
|
|
3577
3577
|
var r = e[t];
|
|
3578
|
-
(!(
|
|
3578
|
+
(!(ds.call(e, t) && ao(r, n)) || n === void 0 && !(t in e)) && us(e, t, n);
|
|
3579
3579
|
}
|
|
3580
3580
|
//#endregion
|
|
3581
3581
|
//#region ../../node_modules/lodash-es/_copyObject.js
|
|
3582
|
-
function
|
|
3582
|
+
function ps(e, t, n, r) {
|
|
3583
3583
|
var i = !n;
|
|
3584
3584
|
n ||= {};
|
|
3585
3585
|
for (var a = -1, o = t.length; ++a < o;) {
|
|
3586
3586
|
var s = t[a], c = r ? r(n[s], e[s], s, n, e) : void 0;
|
|
3587
|
-
c === void 0 && (c = e[s]), i ?
|
|
3587
|
+
c === void 0 && (c = e[s]), i ? us(n, s, c) : fs(n, s, c);
|
|
3588
3588
|
}
|
|
3589
3589
|
return n;
|
|
3590
3590
|
}
|
|
3591
3591
|
//#endregion
|
|
3592
3592
|
//#region ../../node_modules/lodash-es/_baseTimes.js
|
|
3593
|
-
function
|
|
3593
|
+
function ms(e, t) {
|
|
3594
3594
|
for (var n = -1, r = Array(e); ++n < e;) r[n] = t(n);
|
|
3595
3595
|
return r;
|
|
3596
3596
|
}
|
|
3597
3597
|
//#endregion
|
|
3598
3598
|
//#region ../../node_modules/lodash-es/_baseIsArguments.js
|
|
3599
|
-
var
|
|
3600
|
-
function
|
|
3601
|
-
return
|
|
3599
|
+
var hs = "[object Arguments]";
|
|
3600
|
+
function gs(e) {
|
|
3601
|
+
return Xa(e) && qa(e) == hs;
|
|
3602
3602
|
}
|
|
3603
3603
|
//#endregion
|
|
3604
3604
|
//#region ../../node_modules/lodash-es/isArguments.js
|
|
3605
|
-
var
|
|
3605
|
+
var _s = Object.prototype, vs = _s.hasOwnProperty, ys = _s.propertyIsEnumerable, bs = gs(function() {
|
|
3606
3606
|
return arguments;
|
|
3607
|
-
}()) ?
|
|
3608
|
-
return
|
|
3609
|
-
},
|
|
3607
|
+
}()) ? gs : function(e) {
|
|
3608
|
+
return Xa(e) && vs.call(e, "callee") && !ys.call(e, "callee");
|
|
3609
|
+
}, xs = Array.isArray;
|
|
3610
3610
|
//#endregion
|
|
3611
3611
|
//#region ../../node_modules/lodash-es/stubFalse.js
|
|
3612
|
-
function
|
|
3612
|
+
function Ss() {
|
|
3613
3613
|
return !1;
|
|
3614
3614
|
}
|
|
3615
3615
|
//#endregion
|
|
3616
3616
|
//#region ../../node_modules/lodash-es/isBuffer.js
|
|
3617
|
-
var
|
|
3618
|
-
function
|
|
3617
|
+
var Cs = typeof exports == "object" && exports && !exports.nodeType && exports, ws = Cs && typeof module == "object" && module && !module.nodeType && module, Ts = ws && ws.exports === Cs ? Fa.Buffer : void 0, Es = (Ts ? Ts.isBuffer : void 0) || Ss, Ds = 9007199254740991, Os = /^(?:0|[1-9]\d*)$/;
|
|
3618
|
+
function ks(e, t) {
|
|
3619
3619
|
var n = typeof e;
|
|
3620
|
-
return t ??=
|
|
3620
|
+
return t ??= Ds, !!t && (n == "number" || n != "symbol" && Os.test(e)) && e > -1 && e % 1 == 0 && e < t;
|
|
3621
3621
|
}
|
|
3622
3622
|
//#endregion
|
|
3623
3623
|
//#region ../../node_modules/lodash-es/isLength.js
|
|
3624
|
-
var
|
|
3625
|
-
function
|
|
3626
|
-
return typeof e == "number" && e > -1 && e % 1 == 0 && e <=
|
|
3624
|
+
var As = 9007199254740991;
|
|
3625
|
+
function js(e) {
|
|
3626
|
+
return typeof e == "number" && e > -1 && e % 1 == 0 && e <= As;
|
|
3627
3627
|
}
|
|
3628
3628
|
//#endregion
|
|
3629
3629
|
//#region ../../node_modules/lodash-es/_baseIsTypedArray.js
|
|
3630
|
-
var
|
|
3631
|
-
Y[
|
|
3632
|
-
function
|
|
3633
|
-
return
|
|
3630
|
+
var Ms = "[object Arguments]", Ns = "[object Array]", Ps = "[object Boolean]", Fs = "[object Date]", Is = "[object Error]", Ls = "[object Function]", Rs = "[object Map]", zs = "[object Number]", Bs = "[object Object]", Vs = "[object RegExp]", Hs = "[object Set]", Us = "[object String]", Ws = "[object WeakMap]", Gs = "[object ArrayBuffer]", Ks = "[object DataView]", qs = "[object Float32Array]", Js = "[object Float64Array]", Ys = "[object Int8Array]", Xs = "[object Int16Array]", Zs = "[object Int32Array]", Qs = "[object Uint8Array]", $s = "[object Uint8ClampedArray]", ec = "[object Uint16Array]", tc = "[object Uint32Array]", Y = {};
|
|
3631
|
+
Y[qs] = Y[Js] = Y[Ys] = Y[Xs] = Y[Zs] = Y[Qs] = Y[$s] = Y[ec] = Y[tc] = !0, Y[Ms] = Y[Ns] = Y[Gs] = Y[Ps] = Y[Ks] = Y[Fs] = Y[Is] = Y[Ls] = Y[Rs] = Y[zs] = Y[Bs] = Y[Vs] = Y[Hs] = Y[Us] = Y[Ws] = !1;
|
|
3632
|
+
function nc(e) {
|
|
3633
|
+
return Xa(e) && js(e.length) && !!Y[qa(e)];
|
|
3634
3634
|
}
|
|
3635
3635
|
//#endregion
|
|
3636
3636
|
//#region ../../node_modules/lodash-es/_baseUnary.js
|
|
3637
|
-
function
|
|
3637
|
+
function rc(e) {
|
|
3638
3638
|
return function(t) {
|
|
3639
3639
|
return e(t);
|
|
3640
3640
|
};
|
|
3641
3641
|
}
|
|
3642
3642
|
//#endregion
|
|
3643
3643
|
//#region ../../node_modules/lodash-es/_nodeUtil.js
|
|
3644
|
-
var
|
|
3644
|
+
var ic = typeof exports == "object" && exports && !exports.nodeType && exports, ac = ic && typeof module == "object" && module && !module.nodeType && module, oc = ac && ac.exports === ic && Na.process, sc = function() {
|
|
3645
3645
|
try {
|
|
3646
|
-
return
|
|
3646
|
+
return ac && ac.require && ac.require("util").types || oc && oc.binding && oc.binding("util");
|
|
3647
3647
|
} catch {}
|
|
3648
|
-
}(),
|
|
3649
|
-
function
|
|
3650
|
-
var n =
|
|
3651
|
-
for (var l in e) (t ||
|
|
3648
|
+
}(), cc = sc && sc.isTypedArray, lc = cc ? rc(cc) : nc, uc = Object.prototype.hasOwnProperty;
|
|
3649
|
+
function dc(e, t) {
|
|
3650
|
+
var n = xs(e), r = !n && bs(e), i = !n && !r && Es(e), a = !n && !r && !i && lc(e), o = n || r || i || a, s = o ? ms(e.length, String) : [], c = s.length;
|
|
3651
|
+
for (var l in e) (t || uc.call(e, l)) && !(o && (l == "length" || i && (l == "offset" || l == "parent") || a && (l == "buffer" || l == "byteLength" || l == "byteOffset") || ks(l, c))) && s.push(l);
|
|
3652
3652
|
return s;
|
|
3653
3653
|
}
|
|
3654
3654
|
//#endregion
|
|
3655
3655
|
//#region ../../node_modules/lodash-es/_isPrototype.js
|
|
3656
|
-
var
|
|
3657
|
-
function
|
|
3656
|
+
var fc = Object.prototype;
|
|
3657
|
+
function pc(e) {
|
|
3658
3658
|
var t = e && e.constructor;
|
|
3659
|
-
return e === (typeof t == "function" && t.prototype ||
|
|
3659
|
+
return e === (typeof t == "function" && t.prototype || fc);
|
|
3660
3660
|
}
|
|
3661
3661
|
//#endregion
|
|
3662
3662
|
//#region ../../node_modules/lodash-es/_nativeKeys.js
|
|
3663
|
-
var
|
|
3664
|
-
function
|
|
3665
|
-
if (!
|
|
3663
|
+
var mc = Ja(Object.keys, Object), hc = Object.prototype.hasOwnProperty;
|
|
3664
|
+
function gc(e) {
|
|
3665
|
+
if (!pc(e)) return mc(e);
|
|
3666
3666
|
var t = [];
|
|
3667
|
-
for (var n in Object(e))
|
|
3667
|
+
for (var n in Object(e)) hc.call(e, n) && n != "constructor" && t.push(n);
|
|
3668
3668
|
return t;
|
|
3669
3669
|
}
|
|
3670
3670
|
//#endregion
|
|
3671
3671
|
//#region ../../node_modules/lodash-es/isArrayLike.js
|
|
3672
|
-
function
|
|
3673
|
-
return e != null &&
|
|
3672
|
+
function _c(e) {
|
|
3673
|
+
return e != null && js(e.length) && !Co(e);
|
|
3674
3674
|
}
|
|
3675
3675
|
//#endregion
|
|
3676
3676
|
//#region ../../node_modules/lodash-es/keys.js
|
|
3677
|
-
function
|
|
3678
|
-
return
|
|
3677
|
+
function vc(e) {
|
|
3678
|
+
return _c(e) ? dc(e) : gc(e);
|
|
3679
3679
|
}
|
|
3680
3680
|
//#endregion
|
|
3681
3681
|
//#region ../../node_modules/lodash-es/_baseAssign.js
|
|
3682
|
-
function
|
|
3683
|
-
return e &&
|
|
3682
|
+
function yc(e, t) {
|
|
3683
|
+
return e && ps(t, vc(t), e);
|
|
3684
3684
|
}
|
|
3685
3685
|
//#endregion
|
|
3686
3686
|
//#region ../../node_modules/lodash-es/_nativeKeysIn.js
|
|
3687
|
-
function
|
|
3687
|
+
function bc(e) {
|
|
3688
3688
|
var t = [];
|
|
3689
3689
|
if (e != null) for (var n in Object(e)) t.push(n);
|
|
3690
3690
|
return t;
|
|
3691
3691
|
}
|
|
3692
3692
|
//#endregion
|
|
3693
3693
|
//#region ../../node_modules/lodash-es/_baseKeysIn.js
|
|
3694
|
-
var
|
|
3695
|
-
function
|
|
3696
|
-
if (!
|
|
3697
|
-
var t =
|
|
3698
|
-
for (var r in e) r == "constructor" && (t || !
|
|
3694
|
+
var xc = Object.prototype.hasOwnProperty;
|
|
3695
|
+
function Sc(e) {
|
|
3696
|
+
if (!vo(e)) return bc(e);
|
|
3697
|
+
var t = pc(e), n = [];
|
|
3698
|
+
for (var r in e) r == "constructor" && (t || !xc.call(e, r)) || n.push(r);
|
|
3699
3699
|
return n;
|
|
3700
3700
|
}
|
|
3701
3701
|
//#endregion
|
|
3702
3702
|
//#region ../../node_modules/lodash-es/keysIn.js
|
|
3703
|
-
function
|
|
3704
|
-
return
|
|
3703
|
+
function Cc(e) {
|
|
3704
|
+
return _c(e) ? dc(e, !0) : Sc(e);
|
|
3705
3705
|
}
|
|
3706
3706
|
//#endregion
|
|
3707
3707
|
//#region ../../node_modules/lodash-es/_baseAssignIn.js
|
|
3708
|
-
function
|
|
3709
|
-
return e &&
|
|
3708
|
+
function wc(e, t) {
|
|
3709
|
+
return e && ps(t, Cc(t), e);
|
|
3710
3710
|
}
|
|
3711
3711
|
//#endregion
|
|
3712
3712
|
//#region ../../node_modules/lodash-es/_cloneBuffer.js
|
|
3713
|
-
var
|
|
3714
|
-
function
|
|
3713
|
+
var Tc = typeof exports == "object" && exports && !exports.nodeType && exports, Ec = Tc && typeof module == "object" && module && !module.nodeType && module, Dc = Ec && Ec.exports === Tc ? Fa.Buffer : void 0, Oc = Dc ? Dc.allocUnsafe : void 0;
|
|
3714
|
+
function kc(e, t) {
|
|
3715
3715
|
if (t) return e.slice();
|
|
3716
|
-
var n = e.length, r =
|
|
3716
|
+
var n = e.length, r = Oc ? Oc(n) : new e.constructor(n);
|
|
3717
3717
|
return e.copy(r), r;
|
|
3718
3718
|
}
|
|
3719
3719
|
//#endregion
|
|
3720
3720
|
//#region ../../node_modules/lodash-es/_copyArray.js
|
|
3721
|
-
function
|
|
3721
|
+
function Ac(e, t) {
|
|
3722
3722
|
var n = -1, r = e.length;
|
|
3723
3723
|
for (t ||= Array(r); ++n < r;) t[n] = e[n];
|
|
3724
3724
|
return t;
|
|
3725
3725
|
}
|
|
3726
3726
|
//#endregion
|
|
3727
3727
|
//#region ../../node_modules/lodash-es/_arrayFilter.js
|
|
3728
|
-
function
|
|
3728
|
+
function jc(e, t) {
|
|
3729
3729
|
for (var n = -1, r = e == null ? 0 : e.length, i = 0, a = []; ++n < r;) {
|
|
3730
3730
|
var o = e[n];
|
|
3731
3731
|
t(o, n, e) && (a[i++] = o);
|
|
@@ -3734,141 +3734,141 @@ function Oc(e, t) {
|
|
|
3734
3734
|
}
|
|
3735
3735
|
//#endregion
|
|
3736
3736
|
//#region ../../node_modules/lodash-es/stubArray.js
|
|
3737
|
-
function
|
|
3737
|
+
function Mc() {
|
|
3738
3738
|
return [];
|
|
3739
3739
|
}
|
|
3740
3740
|
//#endregion
|
|
3741
3741
|
//#region ../../node_modules/lodash-es/_getSymbols.js
|
|
3742
|
-
var
|
|
3743
|
-
return e == null ? [] : (e = Object(e),
|
|
3744
|
-
return
|
|
3742
|
+
var Nc = Object.prototype.propertyIsEnumerable, Pc = Object.getOwnPropertySymbols, Fc = Pc ? function(e) {
|
|
3743
|
+
return e == null ? [] : (e = Object(e), jc(Pc(e), function(t) {
|
|
3744
|
+
return Nc.call(e, t);
|
|
3745
3745
|
}));
|
|
3746
|
-
} :
|
|
3746
|
+
} : Mc;
|
|
3747
3747
|
//#endregion
|
|
3748
3748
|
//#region ../../node_modules/lodash-es/_copySymbols.js
|
|
3749
|
-
function
|
|
3750
|
-
return
|
|
3749
|
+
function Ic(e, t) {
|
|
3750
|
+
return ps(e, Fc(e), t);
|
|
3751
3751
|
}
|
|
3752
3752
|
//#endregion
|
|
3753
3753
|
//#region ../../node_modules/lodash-es/_arrayPush.js
|
|
3754
|
-
function
|
|
3754
|
+
function Lc(e, t) {
|
|
3755
3755
|
for (var n = -1, r = t.length, i = e.length; ++n < r;) e[i + n] = t[n];
|
|
3756
3756
|
return e;
|
|
3757
3757
|
}
|
|
3758
3758
|
//#endregion
|
|
3759
3759
|
//#region ../../node_modules/lodash-es/_getSymbolsIn.js
|
|
3760
|
-
var
|
|
3761
|
-
for (var t = []; e;)
|
|
3760
|
+
var Rc = Object.getOwnPropertySymbols ? function(e) {
|
|
3761
|
+
for (var t = []; e;) Lc(t, Fc(e)), e = Ya(e);
|
|
3762
3762
|
return t;
|
|
3763
|
-
} :
|
|
3763
|
+
} : Mc;
|
|
3764
3764
|
//#endregion
|
|
3765
3765
|
//#region ../../node_modules/lodash-es/_copySymbolsIn.js
|
|
3766
|
-
function
|
|
3767
|
-
return
|
|
3766
|
+
function zc(e, t) {
|
|
3767
|
+
return ps(e, Rc(e), t);
|
|
3768
3768
|
}
|
|
3769
3769
|
//#endregion
|
|
3770
3770
|
//#region ../../node_modules/lodash-es/_baseGetAllKeys.js
|
|
3771
|
-
function
|
|
3771
|
+
function Bc(e, t, n) {
|
|
3772
3772
|
var r = t(e);
|
|
3773
|
-
return
|
|
3773
|
+
return xs(e) ? r : Lc(r, n(e));
|
|
3774
3774
|
}
|
|
3775
3775
|
//#endregion
|
|
3776
3776
|
//#region ../../node_modules/lodash-es/_getAllKeys.js
|
|
3777
|
-
function
|
|
3778
|
-
return
|
|
3777
|
+
function Vc(e) {
|
|
3778
|
+
return Bc(e, vc, Fc);
|
|
3779
3779
|
}
|
|
3780
3780
|
//#endregion
|
|
3781
3781
|
//#region ../../node_modules/lodash-es/_getAllKeysIn.js
|
|
3782
|
-
function
|
|
3783
|
-
return
|
|
3782
|
+
function Hc(e) {
|
|
3783
|
+
return Bc(e, Cc, Rc);
|
|
3784
3784
|
}
|
|
3785
3785
|
//#endregion
|
|
3786
3786
|
//#region ../../node_modules/lodash-es/_DataView.js
|
|
3787
|
-
var
|
|
3788
|
-
(
|
|
3789
|
-
var t =
|
|
3787
|
+
var Uc = Ro(Fa, "DataView"), Wc = Ro(Fa, "Promise"), Gc = Ro(Fa, "Set"), Kc = Ro(Fa, "WeakMap"), qc = "[object Map]", Jc = "[object Object]", Yc = "[object Promise]", Xc = "[object Set]", Zc = "[object WeakMap]", Qc = "[object DataView]", $c = Oo(Uc), el = Oo(zo), tl = Oo(Wc), nl = Oo(Gc), rl = Oo(Kc), il = qa;
|
|
3788
|
+
(Uc && il(new Uc(/* @__PURE__ */ new ArrayBuffer(1))) != Qc || zo && il(new zo()) != qc || Wc && il(Wc.resolve()) != Yc || Gc && il(new Gc()) != Xc || Kc && il(new Kc()) != Zc) && (il = function(e) {
|
|
3789
|
+
var t = qa(e), n = t == Jc ? e.constructor : void 0, r = n ? Oo(n) : "";
|
|
3790
3790
|
if (r) switch (r) {
|
|
3791
|
-
case
|
|
3792
|
-
case
|
|
3793
|
-
case
|
|
3794
|
-
case
|
|
3795
|
-
case
|
|
3791
|
+
case $c: return Qc;
|
|
3792
|
+
case el: return qc;
|
|
3793
|
+
case tl: return Yc;
|
|
3794
|
+
case nl: return Xc;
|
|
3795
|
+
case rl: return Zc;
|
|
3796
3796
|
}
|
|
3797
3797
|
return t;
|
|
3798
3798
|
});
|
|
3799
|
-
var
|
|
3800
|
-
function
|
|
3799
|
+
var al = il, ol = Object.prototype.hasOwnProperty;
|
|
3800
|
+
function sl(e) {
|
|
3801
3801
|
var t = e.length, n = new e.constructor(t);
|
|
3802
|
-
return t && typeof e[0] == "string" &&
|
|
3802
|
+
return t && typeof e[0] == "string" && ol.call(e, "index") && (n.index = e.index, n.input = e.input), n;
|
|
3803
3803
|
}
|
|
3804
3804
|
//#endregion
|
|
3805
3805
|
//#region ../../node_modules/lodash-es/_Uint8Array.js
|
|
3806
|
-
var
|
|
3806
|
+
var cl = Fa.Uint8Array;
|
|
3807
3807
|
//#endregion
|
|
3808
3808
|
//#region ../../node_modules/lodash-es/_cloneArrayBuffer.js
|
|
3809
|
-
function
|
|
3809
|
+
function ll(e) {
|
|
3810
3810
|
var t = new e.constructor(e.byteLength);
|
|
3811
|
-
return new
|
|
3811
|
+
return new cl(t).set(new cl(e)), t;
|
|
3812
3812
|
}
|
|
3813
3813
|
//#endregion
|
|
3814
3814
|
//#region ../../node_modules/lodash-es/_cloneDataView.js
|
|
3815
|
-
function
|
|
3816
|
-
var n = t ?
|
|
3815
|
+
function ul(e, t) {
|
|
3816
|
+
var n = t ? ll(e.buffer) : e.buffer;
|
|
3817
3817
|
return new e.constructor(n, e.byteOffset, e.byteLength);
|
|
3818
3818
|
}
|
|
3819
3819
|
//#endregion
|
|
3820
3820
|
//#region ../../node_modules/lodash-es/_cloneRegExp.js
|
|
3821
|
-
var
|
|
3822
|
-
function
|
|
3823
|
-
var t = new e.constructor(e.source,
|
|
3821
|
+
var dl = /\w*$/;
|
|
3822
|
+
function fl(e) {
|
|
3823
|
+
var t = new e.constructor(e.source, dl.exec(e));
|
|
3824
3824
|
return t.lastIndex = e.lastIndex, t;
|
|
3825
3825
|
}
|
|
3826
3826
|
//#endregion
|
|
3827
3827
|
//#region ../../node_modules/lodash-es/_cloneSymbol.js
|
|
3828
|
-
var
|
|
3829
|
-
function
|
|
3830
|
-
return
|
|
3828
|
+
var pl = Ia ? Ia.prototype : void 0, ml = pl ? pl.valueOf : void 0;
|
|
3829
|
+
function hl(e) {
|
|
3830
|
+
return ml ? Object(ml.call(e)) : {};
|
|
3831
3831
|
}
|
|
3832
3832
|
//#endregion
|
|
3833
3833
|
//#region ../../node_modules/lodash-es/_cloneTypedArray.js
|
|
3834
|
-
function
|
|
3835
|
-
var n = t ?
|
|
3834
|
+
function gl(e, t) {
|
|
3835
|
+
var n = t ? ll(e.buffer) : e.buffer;
|
|
3836
3836
|
return new e.constructor(n, e.byteOffset, e.length);
|
|
3837
3837
|
}
|
|
3838
3838
|
//#endregion
|
|
3839
3839
|
//#region ../../node_modules/lodash-es/_initCloneByTag.js
|
|
3840
|
-
var
|
|
3841
|
-
function
|
|
3840
|
+
var _l = "[object Boolean]", vl = "[object Date]", yl = "[object Map]", bl = "[object Number]", xl = "[object RegExp]", Sl = "[object Set]", Cl = "[object String]", wl = "[object Symbol]", Tl = "[object ArrayBuffer]", El = "[object DataView]", Dl = "[object Float32Array]", Ol = "[object Float64Array]", kl = "[object Int8Array]", Al = "[object Int16Array]", jl = "[object Int32Array]", Ml = "[object Uint8Array]", Nl = "[object Uint8ClampedArray]", Pl = "[object Uint16Array]", Fl = "[object Uint32Array]";
|
|
3841
|
+
function Il(e, t, n) {
|
|
3842
3842
|
var r = e.constructor;
|
|
3843
3843
|
switch (t) {
|
|
3844
|
-
case
|
|
3845
|
-
case
|
|
3846
|
-
case
|
|
3847
|
-
case
|
|
3848
|
-
case wl:
|
|
3849
|
-
case Tl:
|
|
3850
|
-
case El:
|
|
3844
|
+
case Tl: return ll(e);
|
|
3845
|
+
case _l:
|
|
3846
|
+
case vl: return new r(+e);
|
|
3847
|
+
case El: return ul(e, n);
|
|
3851
3848
|
case Dl:
|
|
3852
3849
|
case Ol:
|
|
3853
3850
|
case kl:
|
|
3854
3851
|
case Al:
|
|
3855
3852
|
case jl:
|
|
3856
|
-
case Ml:
|
|
3857
|
-
case
|
|
3858
|
-
case
|
|
3859
|
-
case
|
|
3860
|
-
case vl: return ll(e);
|
|
3853
|
+
case Ml:
|
|
3854
|
+
case Nl:
|
|
3855
|
+
case Pl:
|
|
3856
|
+
case Fl: return gl(e, n);
|
|
3861
3857
|
case yl: return new r();
|
|
3858
|
+
case bl:
|
|
3859
|
+
case Cl: return new r(e);
|
|
3862
3860
|
case xl: return fl(e);
|
|
3861
|
+
case Sl: return new r();
|
|
3862
|
+
case wl: return hl(e);
|
|
3863
3863
|
}
|
|
3864
3864
|
}
|
|
3865
3865
|
//#endregion
|
|
3866
3866
|
//#region ../../node_modules/lodash-es/_baseCreate.js
|
|
3867
|
-
var
|
|
3867
|
+
var Ll = Object.create, Rl = function() {
|
|
3868
3868
|
function e() {}
|
|
3869
3869
|
return function(t) {
|
|
3870
|
-
if (!
|
|
3871
|
-
if (
|
|
3870
|
+
if (!vo(t)) return {};
|
|
3871
|
+
if (Ll) return Ll(t);
|
|
3872
3872
|
e.prototype = t;
|
|
3873
3873
|
var n = new e();
|
|
3874
3874
|
return e.prototype = void 0, n;
|
|
@@ -3876,64 +3876,64 @@ var Pl = Object.create, Fl = function() {
|
|
|
3876
3876
|
}();
|
|
3877
3877
|
//#endregion
|
|
3878
3878
|
//#region ../../node_modules/lodash-es/_initCloneObject.js
|
|
3879
|
-
function
|
|
3880
|
-
return typeof e.constructor == "function" && !
|
|
3879
|
+
function zl(e) {
|
|
3880
|
+
return typeof e.constructor == "function" && !pc(e) ? Rl(Ya(e)) : {};
|
|
3881
3881
|
}
|
|
3882
3882
|
//#endregion
|
|
3883
3883
|
//#region ../../node_modules/lodash-es/_baseIsMap.js
|
|
3884
|
-
var
|
|
3885
|
-
function
|
|
3886
|
-
return
|
|
3884
|
+
var Bl = "[object Map]";
|
|
3885
|
+
function Vl(e) {
|
|
3886
|
+
return Xa(e) && al(e) == Bl;
|
|
3887
3887
|
}
|
|
3888
3888
|
//#endregion
|
|
3889
3889
|
//#region ../../node_modules/lodash-es/isMap.js
|
|
3890
|
-
var
|
|
3891
|
-
function
|
|
3892
|
-
return
|
|
3890
|
+
var Hl = sc && sc.isMap, Ul = Hl ? rc(Hl) : Vl, Wl = "[object Set]";
|
|
3891
|
+
function Gl(e) {
|
|
3892
|
+
return Xa(e) && al(e) == Wl;
|
|
3893
3893
|
}
|
|
3894
3894
|
//#endregion
|
|
3895
3895
|
//#region ../../node_modules/lodash-es/isSet.js
|
|
3896
|
-
var
|
|
3897
|
-
X[
|
|
3898
|
-
function
|
|
3899
|
-
var o, s = t &
|
|
3896
|
+
var Kl = sc && sc.isSet, ql = Kl ? rc(Kl) : Gl, Jl = 1, Yl = 2, Xl = 4, Zl = "[object Arguments]", Ql = "[object Array]", $l = "[object Boolean]", eu = "[object Date]", tu = "[object Error]", nu = "[object Function]", ru = "[object GeneratorFunction]", iu = "[object Map]", au = "[object Number]", ou = "[object Object]", su = "[object RegExp]", cu = "[object Set]", lu = "[object String]", uu = "[object Symbol]", du = "[object WeakMap]", fu = "[object ArrayBuffer]", pu = "[object DataView]", mu = "[object Float32Array]", hu = "[object Float64Array]", gu = "[object Int8Array]", _u = "[object Int16Array]", vu = "[object Int32Array]", yu = "[object Uint8Array]", bu = "[object Uint8ClampedArray]", xu = "[object Uint16Array]", Su = "[object Uint32Array]", X = {};
|
|
3897
|
+
X[Zl] = X[Ql] = X[fu] = X[pu] = X[$l] = X[eu] = X[mu] = X[hu] = X[gu] = X[_u] = X[vu] = X[iu] = X[au] = X[ou] = X[su] = X[cu] = X[lu] = X[uu] = X[yu] = X[bu] = X[xu] = X[Su] = !0, X[tu] = X[nu] = X[du] = !1;
|
|
3898
|
+
function Cu(e, t, n, r, i, a) {
|
|
3899
|
+
var o, s = t & Jl, c = t & Yl, l = t & Xl;
|
|
3900
3900
|
if (n && (o = i ? n(e, r, i, a) : n(e)), o !== void 0) return o;
|
|
3901
|
-
if (!
|
|
3902
|
-
var u =
|
|
3901
|
+
if (!vo(e)) return e;
|
|
3902
|
+
var u = xs(e);
|
|
3903
3903
|
if (u) {
|
|
3904
|
-
if (o =
|
|
3904
|
+
if (o = sl(e), !s) return Ac(e, o);
|
|
3905
3905
|
} else {
|
|
3906
|
-
var d =
|
|
3907
|
-
if (
|
|
3908
|
-
if (d ==
|
|
3909
|
-
if (o = c || f ? {} :
|
|
3906
|
+
var d = al(e), f = d == nu || d == ru;
|
|
3907
|
+
if (Es(e)) return kc(e, s);
|
|
3908
|
+
if (d == ou || d == Zl || f && !i) {
|
|
3909
|
+
if (o = c || f ? {} : zl(e), !s) return c ? zc(e, wc(o, e)) : Ic(e, yc(o, e));
|
|
3910
3910
|
} else {
|
|
3911
3911
|
if (!X[d]) return i ? e : {};
|
|
3912
|
-
o =
|
|
3912
|
+
o = Il(e, d, s);
|
|
3913
3913
|
}
|
|
3914
3914
|
}
|
|
3915
|
-
a ||= new
|
|
3915
|
+
a ||= new ss();
|
|
3916
3916
|
var p = a.get(e);
|
|
3917
3917
|
if (p) return p;
|
|
3918
|
-
a.set(e, o),
|
|
3919
|
-
o.add(
|
|
3920
|
-
}) :
|
|
3921
|
-
o.set(i,
|
|
3918
|
+
a.set(e, o), ql(e) ? e.forEach(function(r) {
|
|
3919
|
+
o.add(Cu(r, t, n, r, e, a));
|
|
3920
|
+
}) : Ul(e) && e.forEach(function(r, i) {
|
|
3921
|
+
o.set(i, Cu(r, t, n, i, e, a));
|
|
3922
3922
|
});
|
|
3923
|
-
var m = u ? void 0 : (l ? c ?
|
|
3924
|
-
return
|
|
3925
|
-
m && (i = r, r = e[i]),
|
|
3923
|
+
var m = u ? void 0 : (l ? c ? Hc : Vc : c ? Cc : vc)(e);
|
|
3924
|
+
return cs(m || e, function(r, i) {
|
|
3925
|
+
m && (i = r, r = e[i]), fs(o, i, Cu(r, t, n, i, e, a));
|
|
3926
3926
|
}), o;
|
|
3927
3927
|
}
|
|
3928
3928
|
//#endregion
|
|
3929
3929
|
//#region ../../node_modules/lodash-es/cloneDeep.js
|
|
3930
|
-
var
|
|
3931
|
-
function
|
|
3932
|
-
return
|
|
3930
|
+
var wu = 1, Tu = 4;
|
|
3931
|
+
function Eu(e) {
|
|
3932
|
+
return Cu(e, wu | Tu);
|
|
3933
3933
|
}
|
|
3934
3934
|
//#endregion
|
|
3935
3935
|
//#region ../../node_modules/tiny-warning/dist/tiny-warning.esm.js
|
|
3936
|
-
var
|
|
3936
|
+
var Du = /* @__PURE__ */ e((/* @__PURE__ */ a(((e, t) => {
|
|
3937
3937
|
var n = Array.isArray, r = Object.keys, i = Object.prototype.hasOwnProperty, a = typeof Element < "u";
|
|
3938
3938
|
function o(e, t) {
|
|
3939
3939
|
if (e === t) return !0;
|
|
@@ -3968,9 +3968,9 @@ var wu = /* @__PURE__ */ e((/* @__PURE__ */ a(((e, t) => {
|
|
|
3968
3968
|
throw e;
|
|
3969
3969
|
}
|
|
3970
3970
|
};
|
|
3971
|
-
})))()),
|
|
3972
|
-
function
|
|
3973
|
-
if (!
|
|
3971
|
+
})))()), Ou = process.env.NODE_ENV === "production";
|
|
3972
|
+
function ku(e, t) {
|
|
3973
|
+
if (!Ou) {
|
|
3974
3974
|
if (e) return;
|
|
3975
3975
|
var n = "Warning: " + t;
|
|
3976
3976
|
typeof console < "u" && console.warn(n);
|
|
@@ -3981,81 +3981,81 @@ function Eu(e, t) {
|
|
|
3981
3981
|
}
|
|
3982
3982
|
//#endregion
|
|
3983
3983
|
//#region ../../node_modules/lodash-es/clone.js
|
|
3984
|
-
var
|
|
3985
|
-
function
|
|
3986
|
-
return
|
|
3984
|
+
var Au = 4;
|
|
3985
|
+
function ju(e) {
|
|
3986
|
+
return Cu(e, Au);
|
|
3987
3987
|
}
|
|
3988
3988
|
//#endregion
|
|
3989
3989
|
//#region ../../node_modules/lodash-es/_arrayMap.js
|
|
3990
|
-
function
|
|
3990
|
+
function Mu(e, t) {
|
|
3991
3991
|
for (var n = -1, r = e == null ? 0 : e.length, i = Array(r); ++n < r;) i[n] = t(e[n], n, e);
|
|
3992
3992
|
return i;
|
|
3993
3993
|
}
|
|
3994
3994
|
//#endregion
|
|
3995
3995
|
//#region ../../node_modules/lodash-es/isSymbol.js
|
|
3996
|
-
var
|
|
3997
|
-
function
|
|
3998
|
-
return typeof e == "symbol" ||
|
|
3996
|
+
var Nu = "[object Symbol]";
|
|
3997
|
+
function Pu(e) {
|
|
3998
|
+
return typeof e == "symbol" || Xa(e) && qa(e) == Nu;
|
|
3999
3999
|
}
|
|
4000
4000
|
//#endregion
|
|
4001
4001
|
//#region ../../node_modules/lodash-es/memoize.js
|
|
4002
|
-
var
|
|
4003
|
-
function
|
|
4004
|
-
if (typeof e != "function" || t != null && typeof t != "function") throw TypeError(
|
|
4002
|
+
var Fu = "Expected a function";
|
|
4003
|
+
function Iu(e, t) {
|
|
4004
|
+
if (typeof e != "function" || t != null && typeof t != "function") throw TypeError(Fu);
|
|
4005
4005
|
var n = function() {
|
|
4006
4006
|
var r = arguments, i = t ? t.apply(this, r) : r[0], a = n.cache;
|
|
4007
4007
|
if (a.has(i)) return a.get(i);
|
|
4008
4008
|
var o = e.apply(this, r);
|
|
4009
4009
|
return n.cache = a.set(i, o) || a, o;
|
|
4010
4010
|
};
|
|
4011
|
-
return n.cache = new (
|
|
4011
|
+
return n.cache = new (Iu.Cache || is)(), n;
|
|
4012
4012
|
}
|
|
4013
|
-
|
|
4013
|
+
Iu.Cache = is;
|
|
4014
4014
|
//#endregion
|
|
4015
4015
|
//#region ../../node_modules/lodash-es/_memoizeCapped.js
|
|
4016
|
-
var
|
|
4017
|
-
function
|
|
4018
|
-
var t =
|
|
4019
|
-
return n.size ===
|
|
4016
|
+
var Lu = 500;
|
|
4017
|
+
function Ru(e) {
|
|
4018
|
+
var t = Iu(e, function(e) {
|
|
4019
|
+
return n.size === Lu && n.clear(), e;
|
|
4020
4020
|
}), n = t.cache;
|
|
4021
4021
|
return t;
|
|
4022
4022
|
}
|
|
4023
4023
|
//#endregion
|
|
4024
4024
|
//#region ../../node_modules/lodash-es/_stringToPath.js
|
|
4025
|
-
var
|
|
4025
|
+
var zu = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Bu = /\\(\\)?/g, Vu = Ru(function(e) {
|
|
4026
4026
|
var t = [];
|
|
4027
|
-
return e.charCodeAt(0) === 46 && t.push(""), e.replace(
|
|
4028
|
-
t.push(r ? i.replace(
|
|
4027
|
+
return e.charCodeAt(0) === 46 && t.push(""), e.replace(zu, function(e, n, r, i) {
|
|
4028
|
+
t.push(r ? i.replace(Bu, "$1") : n || e);
|
|
4029
4029
|
}), t;
|
|
4030
|
-
}),
|
|
4031
|
-
function
|
|
4032
|
-
if (typeof e == "string" ||
|
|
4030
|
+
}), Hu = Infinity;
|
|
4031
|
+
function Uu(e) {
|
|
4032
|
+
if (typeof e == "string" || Pu(e)) return e;
|
|
4033
4033
|
var t = e + "";
|
|
4034
|
-
return t == "0" && 1 / e == -
|
|
4034
|
+
return t == "0" && 1 / e == -Hu ? "-0" : t;
|
|
4035
4035
|
}
|
|
4036
4036
|
//#endregion
|
|
4037
4037
|
//#region ../../node_modules/lodash-es/_baseToString.js
|
|
4038
|
-
var
|
|
4039
|
-
function
|
|
4038
|
+
var Wu = Infinity, Gu = Ia ? Ia.prototype : void 0, Ku = Gu ? Gu.toString : void 0;
|
|
4039
|
+
function qu(e) {
|
|
4040
4040
|
if (typeof e == "string") return e;
|
|
4041
|
-
if (
|
|
4042
|
-
if (
|
|
4041
|
+
if (xs(e)) return Mu(e, qu) + "";
|
|
4042
|
+
if (Pu(e)) return Ku ? Ku.call(e) : "";
|
|
4043
4043
|
var t = e + "";
|
|
4044
|
-
return t == "0" && 1 / e == -
|
|
4044
|
+
return t == "0" && 1 / e == -Wu ? "-0" : t;
|
|
4045
4045
|
}
|
|
4046
4046
|
//#endregion
|
|
4047
4047
|
//#region ../../node_modules/lodash-es/toString.js
|
|
4048
|
-
function
|
|
4049
|
-
return e == null ? "" :
|
|
4048
|
+
function Ju(e) {
|
|
4049
|
+
return e == null ? "" : qu(e);
|
|
4050
4050
|
}
|
|
4051
4051
|
//#endregion
|
|
4052
4052
|
//#region ../../node_modules/lodash-es/toPath.js
|
|
4053
|
-
function
|
|
4054
|
-
return
|
|
4053
|
+
function Yu(e) {
|
|
4054
|
+
return xs(e) ? Mu(e, Uu) : Pu(e) ? [e] : Ac(Vu(Ju(e)));
|
|
4055
4055
|
}
|
|
4056
4056
|
//#endregion
|
|
4057
4057
|
//#region ../../node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.production.min.js
|
|
4058
|
-
var
|
|
4058
|
+
var Xu = /* @__PURE__ */ a(((e) => {
|
|
4059
4059
|
var t = typeof Symbol == "function" && Symbol.for, n = t ? Symbol.for("react.element") : 60103, r = t ? Symbol.for("react.portal") : 60106, i = t ? Symbol.for("react.fragment") : 60107, a = t ? Symbol.for("react.strict_mode") : 60108, o = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, c = t ? Symbol.for("react.context") : 60110, l = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, m = t ? Symbol.for("react.memo") : 60115, h = t ? Symbol.for("react.lazy") : 60116, g = t ? Symbol.for("react.block") : 60121, _ = t ? Symbol.for("react.fundamental") : 60117, v = t ? Symbol.for("react.responder") : 60118, y = t ? Symbol.for("react.scope") : 60119;
|
|
4060
4060
|
function b(e) {
|
|
4061
4061
|
if (typeof e == "object" && e) {
|
|
@@ -4111,7 +4111,7 @@ var qu = /* @__PURE__ */ a(((e) => {
|
|
|
4111
4111
|
}, e.isValidElementType = function(e) {
|
|
4112
4112
|
return typeof e == "string" || typeof e == "function" || e === i || e === u || e === o || e === a || e === f || e === p || typeof e == "object" && !!e && (e.$$typeof === h || e.$$typeof === m || e.$$typeof === s || e.$$typeof === c || e.$$typeof === d || e.$$typeof === _ || e.$$typeof === v || e.$$typeof === y || e.$$typeof === g);
|
|
4113
4113
|
}, e.typeOf = b;
|
|
4114
|
-
})),
|
|
4114
|
+
})), Zu = /* @__PURE__ */ a(((e) => {
|
|
4115
4115
|
process.env.NODE_ENV !== "production" && (function() {
|
|
4116
4116
|
var t = typeof Symbol == "function" && Symbol.for, n = t ? Symbol.for("react.element") : 60103, r = t ? Symbol.for("react.portal") : 60106, i = t ? Symbol.for("react.fragment") : 60107, a = t ? Symbol.for("react.strict_mode") : 60108, o = t ? Symbol.for("react.profiler") : 60114, s = t ? Symbol.for("react.provider") : 60109, c = t ? Symbol.for("react.context") : 60110, l = t ? Symbol.for("react.async_mode") : 60111, u = t ? Symbol.for("react.concurrent_mode") : 60111, d = t ? Symbol.for("react.forward_ref") : 60112, f = t ? Symbol.for("react.suspense") : 60113, p = t ? Symbol.for("react.suspense_list") : 60120, m = t ? Symbol.for("react.memo") : 60115, h = t ? Symbol.for("react.lazy") : 60116, g = t ? Symbol.for("react.block") : 60121, _ = t ? Symbol.for("react.fundamental") : 60117, v = t ? Symbol.for("react.responder") : 60118, y = t ? Symbol.for("react.scope") : 60119;
|
|
4117
4117
|
function b(e) {
|
|
@@ -4155,43 +4155,43 @@ var qu = /* @__PURE__ */ a(((e) => {
|
|
|
4155
4155
|
function ae(e) {
|
|
4156
4156
|
return x(e) === c;
|
|
4157
4157
|
}
|
|
4158
|
-
function
|
|
4158
|
+
function oe(e) {
|
|
4159
4159
|
return x(e) === s;
|
|
4160
4160
|
}
|
|
4161
|
-
function
|
|
4161
|
+
function se(e) {
|
|
4162
4162
|
return typeof e == "object" && !!e && e.$$typeof === n;
|
|
4163
4163
|
}
|
|
4164
|
-
function
|
|
4164
|
+
function ce(e) {
|
|
4165
4165
|
return x(e) === d;
|
|
4166
4166
|
}
|
|
4167
|
-
function
|
|
4167
|
+
function le(e) {
|
|
4168
4168
|
return x(e) === i;
|
|
4169
4169
|
}
|
|
4170
|
-
function
|
|
4170
|
+
function ue(e) {
|
|
4171
4171
|
return x(e) === h;
|
|
4172
4172
|
}
|
|
4173
|
-
function
|
|
4173
|
+
function de(e) {
|
|
4174
4174
|
return x(e) === m;
|
|
4175
4175
|
}
|
|
4176
|
-
function
|
|
4176
|
+
function fe(e) {
|
|
4177
4177
|
return x(e) === r;
|
|
4178
4178
|
}
|
|
4179
|
-
function
|
|
4179
|
+
function pe(e) {
|
|
4180
4180
|
return x(e) === o;
|
|
4181
4181
|
}
|
|
4182
|
-
function
|
|
4182
|
+
function N(e) {
|
|
4183
4183
|
return x(e) === a;
|
|
4184
4184
|
}
|
|
4185
|
-
function
|
|
4185
|
+
function me(e) {
|
|
4186
4186
|
return x(e) === f;
|
|
4187
4187
|
}
|
|
4188
|
-
e.AsyncMode = S, e.ConcurrentMode = C, e.ContextConsumer = ee, e.ContextProvider = w, e.Element = te, e.ForwardRef = ne, e.Fragment = T, e.Lazy = E, e.Memo = D, e.Portal = re, e.Profiler = O, e.StrictMode = k, e.Suspense = A, e.isAsyncMode = j, e.isConcurrentMode = M, e.isContextConsumer = ae, e.isContextProvider =
|
|
4188
|
+
e.AsyncMode = S, e.ConcurrentMode = C, e.ContextConsumer = ee, e.ContextProvider = w, e.Element = te, e.ForwardRef = ne, e.Fragment = T, e.Lazy = E, e.Memo = D, e.Portal = re, e.Profiler = O, e.StrictMode = k, e.Suspense = A, e.isAsyncMode = j, e.isConcurrentMode = M, e.isContextConsumer = ae, e.isContextProvider = oe, e.isElement = se, e.isForwardRef = ce, e.isFragment = le, e.isLazy = ue, e.isMemo = de, e.isPortal = fe, e.isProfiler = pe, e.isStrictMode = N, e.isSuspense = me, e.isValidElementType = b, e.typeOf = x;
|
|
4189
4189
|
})();
|
|
4190
|
-
})),
|
|
4191
|
-
process.env.NODE_ENV === "production" ? t.exports =
|
|
4190
|
+
})), Qu = /* @__PURE__ */ a(((e, t) => {
|
|
4191
|
+
process.env.NODE_ENV === "production" ? t.exports = Xu() : t.exports = Zu();
|
|
4192
4192
|
}));
|
|
4193
4193
|
(/* @__PURE__ */ a(((e, t) => {
|
|
4194
|
-
var n =
|
|
4194
|
+
var n = Qu(), r = {
|
|
4195
4195
|
childContextTypes: !0,
|
|
4196
4196
|
contextType: !0,
|
|
4197
4197
|
contextTypes: !0,
|
|
@@ -4261,41 +4261,41 @@ function Z() {
|
|
|
4261
4261
|
return e;
|
|
4262
4262
|
}, Z.apply(this, arguments);
|
|
4263
4263
|
}
|
|
4264
|
-
function
|
|
4264
|
+
function $u(e, t) {
|
|
4265
4265
|
e.prototype = Object.create(t.prototype), e.prototype.constructor = e, e.__proto__ = t;
|
|
4266
4266
|
}
|
|
4267
|
-
function
|
|
4267
|
+
function ed(e, t) {
|
|
4268
4268
|
if (e == null) return {};
|
|
4269
4269
|
var n = {}, r = Object.keys(e), i, a;
|
|
4270
4270
|
for (a = 0; a < r.length; a++) i = r[a], !(t.indexOf(i) >= 0) && (n[i] = e[i]);
|
|
4271
4271
|
return n;
|
|
4272
4272
|
}
|
|
4273
|
-
function
|
|
4273
|
+
function td(e) {
|
|
4274
4274
|
if (e === void 0) throw ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4275
4275
|
return e;
|
|
4276
4276
|
}
|
|
4277
|
-
var
|
|
4278
|
-
|
|
4279
|
-
function
|
|
4280
|
-
var e = ee(
|
|
4281
|
-
return !e && (process.env.NODE_ENV === "production" ?
|
|
4277
|
+
var nd = /* @__PURE__ */ b(void 0);
|
|
4278
|
+
nd.displayName = "FormikContext", nd.Provider, nd.Consumer;
|
|
4279
|
+
function rd() {
|
|
4280
|
+
var e = ee(nd);
|
|
4281
|
+
return !e && (process.env.NODE_ENV === "production" ? ku(!1) : ku(!1, "Formik context is undefined, please verify you are calling useFormikContext() as child of a <Formik> component.")), e;
|
|
4282
4282
|
}
|
|
4283
|
-
var
|
|
4283
|
+
var id = function(e) {
|
|
4284
4284
|
return Array.isArray(e) && e.length === 0;
|
|
4285
4285
|
}, Q = function(e) {
|
|
4286
4286
|
return typeof e == "function";
|
|
4287
|
-
},
|
|
4287
|
+
}, ad = function(e) {
|
|
4288
4288
|
return typeof e == "object" && !!e;
|
|
4289
|
-
},
|
|
4289
|
+
}, od = function(e) {
|
|
4290
4290
|
return String(Math.floor(Number(e))) === e;
|
|
4291
|
-
},
|
|
4291
|
+
}, sd = function(e) {
|
|
4292
4292
|
return Object.prototype.toString.call(e) === "[object String]";
|
|
4293
|
-
},
|
|
4293
|
+
}, cd = function(e) {
|
|
4294
4294
|
return v.count(e) === 0;
|
|
4295
|
-
},
|
|
4296
|
-
return
|
|
4295
|
+
}, ld = function(e) {
|
|
4296
|
+
return ad(e) && Q(e.then);
|
|
4297
4297
|
};
|
|
4298
|
-
function
|
|
4298
|
+
function ud(e) {
|
|
4299
4299
|
if (e ||= typeof document < "u" ? document : void 0, e === void 0) return null;
|
|
4300
4300
|
try {
|
|
4301
4301
|
return e.activeElement || e.body;
|
|
@@ -4305,43 +4305,43 @@ function sd(e) {
|
|
|
4305
4305
|
}
|
|
4306
4306
|
function $(e, t, n, r) {
|
|
4307
4307
|
r === void 0 && (r = 0);
|
|
4308
|
-
for (var i =
|
|
4308
|
+
for (var i = Yu(t); e && r < i.length;) e = e[i[r++]];
|
|
4309
4309
|
return r !== i.length && !e || e === void 0 ? n : e;
|
|
4310
4310
|
}
|
|
4311
|
-
function
|
|
4312
|
-
for (var r =
|
|
4311
|
+
function dd(e, t, n) {
|
|
4312
|
+
for (var r = ju(e), i = r, a = 0, o = Yu(t); a < o.length - 1; a++) {
|
|
4313
4313
|
var s = o[a], c = $(e, o.slice(0, a + 1));
|
|
4314
|
-
if (c && (
|
|
4314
|
+
if (c && (ad(c) || Array.isArray(c))) i = i[s] = ju(c);
|
|
4315
4315
|
else {
|
|
4316
4316
|
var l = o[a + 1];
|
|
4317
|
-
i = i[s] =
|
|
4317
|
+
i = i[s] = od(l) && Number(l) >= 0 ? [] : {};
|
|
4318
4318
|
}
|
|
4319
4319
|
}
|
|
4320
4320
|
return (a === 0 ? e : i)[o[a]] === n ? e : (n === void 0 ? delete i[o[a]] : i[o[a]] = n, a === 0 && n === void 0 && delete r[o[a]], r);
|
|
4321
4321
|
}
|
|
4322
|
-
function
|
|
4322
|
+
function fd(e, t, n, r) {
|
|
4323
4323
|
n === void 0 && (n = /* @__PURE__ */ new WeakMap()), r === void 0 && (r = {});
|
|
4324
4324
|
for (var i = 0, a = Object.keys(e); i < a.length; i++) {
|
|
4325
4325
|
var o = a[i], s = e[o];
|
|
4326
|
-
|
|
4326
|
+
ad(s) ? n.get(s) || (n.set(s, !0), r[o] = Array.isArray(s) ? [] : {}, fd(s, t, n, r[o])) : r[o] = t;
|
|
4327
4327
|
}
|
|
4328
4328
|
return r;
|
|
4329
4329
|
}
|
|
4330
|
-
function
|
|
4330
|
+
function pd(e, t) {
|
|
4331
4331
|
switch (t.type) {
|
|
4332
4332
|
case "SET_VALUES": return Z({}, e, { values: t.payload });
|
|
4333
4333
|
case "SET_TOUCHED": return Z({}, e, { touched: t.payload });
|
|
4334
|
-
case "SET_ERRORS": return (0,
|
|
4334
|
+
case "SET_ERRORS": return (0, Du.default)(e.errors, t.payload) ? e : Z({}, e, { errors: t.payload });
|
|
4335
4335
|
case "SET_STATUS": return Z({}, e, { status: t.payload });
|
|
4336
4336
|
case "SET_ISSUBMITTING": return Z({}, e, { isSubmitting: t.payload });
|
|
4337
4337
|
case "SET_ISVALIDATING": return Z({}, e, { isValidating: t.payload });
|
|
4338
|
-
case "SET_FIELD_VALUE": return Z({}, e, { values:
|
|
4339
|
-
case "SET_FIELD_TOUCHED": return Z({}, e, { touched:
|
|
4340
|
-
case "SET_FIELD_ERROR": return Z({}, e, { errors:
|
|
4338
|
+
case "SET_FIELD_VALUE": return Z({}, e, { values: dd(e.values, t.payload.field, t.payload.value) });
|
|
4339
|
+
case "SET_FIELD_TOUCHED": return Z({}, e, { touched: dd(e.touched, t.payload.field, t.payload.value) });
|
|
4340
|
+
case "SET_FIELD_ERROR": return Z({}, e, { errors: dd(e.errors, t.payload.field, t.payload.value) });
|
|
4341
4341
|
case "RESET_FORM": return Z({}, e, t.payload);
|
|
4342
4342
|
case "SET_FORMIK_STATE": return t.payload(e);
|
|
4343
4343
|
case "SUBMIT_ATTEMPT": return Z({}, e, {
|
|
4344
|
-
touched:
|
|
4344
|
+
touched: fd(e.values, !0),
|
|
4345
4345
|
isSubmitting: !0,
|
|
4346
4346
|
submitCount: e.submitCount + 1
|
|
4347
4347
|
});
|
|
@@ -4350,9 +4350,9 @@ function ud(e, t) {
|
|
|
4350
4350
|
default: return e;
|
|
4351
4351
|
}
|
|
4352
4352
|
}
|
|
4353
|
-
var
|
|
4354
|
-
function
|
|
4355
|
-
var t = e.validateOnChange, n = t === void 0 ? !0 : t, r = e.validateOnBlur, i = r === void 0 ? !0 : r, a = e.validateOnMount, o = a === void 0 ? !1 : a, s = e.isInitialValid, c = e.enableReinitialize, l = c === void 0 ? !1 : c, u = e.onSubmit, d =
|
|
4353
|
+
var md = {}, hd = {};
|
|
4354
|
+
function gd(e) {
|
|
4355
|
+
var t = e.validateOnChange, n = t === void 0 ? !0 : t, r = e.validateOnBlur, i = r === void 0 ? !0 : r, a = e.validateOnMount, o = a === void 0 ? !1 : a, s = e.isInitialValid, c = e.enableReinitialize, l = c === void 0 ? !1 : c, u = e.onSubmit, d = ed(e, [
|
|
4356
4356
|
"validateOnChange",
|
|
4357
4357
|
"validateOnBlur",
|
|
4358
4358
|
"validateOnMount",
|
|
@@ -4364,43 +4364,43 @@ function pd(e) {
|
|
|
4364
4364
|
validateOnBlur: i,
|
|
4365
4365
|
validateOnMount: o,
|
|
4366
4366
|
onSubmit: u
|
|
4367
|
-
}, d), p = T(f.initialValues), m = T(f.initialErrors ||
|
|
4367
|
+
}, d), p = T(f.initialValues), m = T(f.initialErrors || md), h = T(f.initialTouched || hd), g = T(f.initialStatus), _ = T(!1), v = T({});
|
|
4368
4368
|
process.env.NODE_ENV !== "production" && w(function() {
|
|
4369
|
-
s !== void 0 && (process.env.NODE_ENV === "production" ?
|
|
4369
|
+
s !== void 0 && (process.env.NODE_ENV === "production" ? ku(!1) : ku(!1, "isInitialValid has been deprecated and will be removed in future versions of Formik. Please use initialErrors or validateOnMount instead."));
|
|
4370
4370
|
}, []), w(function() {
|
|
4371
4371
|
return _.current = !0, function() {
|
|
4372
4372
|
_.current = !1;
|
|
4373
4373
|
};
|
|
4374
4374
|
}, []);
|
|
4375
4375
|
var y = E(0)[1], b = T({
|
|
4376
|
-
values:
|
|
4377
|
-
errors:
|
|
4378
|
-
touched:
|
|
4379
|
-
status:
|
|
4376
|
+
values: Eu(f.initialValues),
|
|
4377
|
+
errors: Eu(f.initialErrors) || md,
|
|
4378
|
+
touched: Eu(f.initialTouched) || hd,
|
|
4379
|
+
status: Eu(f.initialStatus),
|
|
4380
4380
|
isSubmitting: !1,
|
|
4381
4381
|
isValidating: !1,
|
|
4382
4382
|
submitCount: 0
|
|
4383
4383
|
}), x = b.current, S = C(function(e) {
|
|
4384
4384
|
var t = b.current;
|
|
4385
|
-
b.current =
|
|
4385
|
+
b.current = pd(t, e), t !== b.current && y(function(e) {
|
|
4386
4386
|
return e + 1;
|
|
4387
4387
|
});
|
|
4388
4388
|
}, []), ee = C(function(e, t) {
|
|
4389
4389
|
return new Promise(function(n, r) {
|
|
4390
4390
|
var i = f.validate(e, t);
|
|
4391
|
-
i == null ? n(
|
|
4392
|
-
n(e ||
|
|
4391
|
+
i == null ? n(md) : ld(i) ? i.then(function(e) {
|
|
4392
|
+
n(e || md);
|
|
4393
4393
|
}, function(e) {
|
|
4394
4394
|
process.env.NODE_ENV !== "production" && console.warn("Warning: An unhandled error was caught during validation in <Formik validate />", e), r(e);
|
|
4395
4395
|
}) : n(i);
|
|
4396
4396
|
});
|
|
4397
4397
|
}, [f.validate]), te = C(function(e, t) {
|
|
4398
|
-
var n = f.validationSchema, r = Q(n) ? n(t) : n, i = t && r.validateAt ? r.validateAt(t, e) :
|
|
4398
|
+
var n = f.validationSchema, r = Q(n) ? n(t) : n, i = t && r.validateAt ? r.validateAt(t, e) : yd(e, r);
|
|
4399
4399
|
return new Promise(function(e, t) {
|
|
4400
4400
|
i.then(function() {
|
|
4401
|
-
e(
|
|
4401
|
+
e(md);
|
|
4402
4402
|
}, function(n) {
|
|
4403
|
-
n.name === "ValidationError" ? e(
|
|
4403
|
+
n.name === "ValidationError" ? e(vd(n)) : (process.env.NODE_ENV !== "production" && console.warn("Warning: An unhandled error was caught during validation in <Formik validationSchema />", n), t(n));
|
|
4404
4404
|
});
|
|
4405
4405
|
});
|
|
4406
4406
|
}, [f.validationSchema]), D = C(function(e, t) {
|
|
@@ -4415,7 +4415,7 @@ function pd(e) {
|
|
|
4415
4415
|
}) : [Promise.resolve("DO_NOT_DELETE_YOU_WILL_BE_FIRED")];
|
|
4416
4416
|
return Promise.all(n).then(function(e) {
|
|
4417
4417
|
return e.reduce(function(e, n, r) {
|
|
4418
|
-
return n === "DO_NOT_DELETE_YOU_WILL_BE_FIRED" || n && (e =
|
|
4418
|
+
return n === "DO_NOT_DELETE_YOU_WILL_BE_FIRED" || n && (e = dd(e, t[r], n)), e;
|
|
4419
4419
|
}, {});
|
|
4420
4420
|
});
|
|
4421
4421
|
}, [D]), O = C(function(e) {
|
|
@@ -4425,11 +4425,11 @@ function pd(e) {
|
|
|
4425
4425
|
f.validate ? ee(e) : {}
|
|
4426
4426
|
]).then(function(e) {
|
|
4427
4427
|
var t = e[0], n = e[1], r = e[2];
|
|
4428
|
-
return
|
|
4428
|
+
return Ma.all([
|
|
4429
4429
|
t,
|
|
4430
4430
|
n,
|
|
4431
4431
|
r
|
|
4432
|
-
], { arrayMerge:
|
|
4432
|
+
], { arrayMerge: xd });
|
|
4433
4433
|
});
|
|
4434
4434
|
}, [
|
|
4435
4435
|
f.validate,
|
|
@@ -4437,7 +4437,7 @@ function pd(e) {
|
|
|
4437
4437
|
re,
|
|
4438
4438
|
ee,
|
|
4439
4439
|
te
|
|
4440
|
-
]), k =
|
|
4440
|
+
]), k = Td(function(e) {
|
|
4441
4441
|
return e === void 0 && (e = x.values), S({
|
|
4442
4442
|
type: "SET_ISVALIDATING",
|
|
4443
4443
|
payload: !0
|
|
@@ -4452,7 +4452,7 @@ function pd(e) {
|
|
|
4452
4452
|
});
|
|
4453
4453
|
});
|
|
4454
4454
|
w(function() {
|
|
4455
|
-
o && _.current === !0 && (0,
|
|
4455
|
+
o && _.current === !0 && (0, Du.default)(p.current, f.initialValues) && k(p.current);
|
|
4456
4456
|
}, [o, k]);
|
|
4457
4457
|
var A = C(function(e) {
|
|
4458
4458
|
var t = e && e.values ? e.values : p.current, n = e && e.errors ? e.errors : m.current ? m.current : f.initialErrors || {}, r = e && e.touched ? e.touched : h.current ? h.current : f.initialTouched || {}, i = e && e.status ? e.status : g.current ? g.current : f.initialStatus;
|
|
@@ -4472,8 +4472,8 @@ function pd(e) {
|
|
|
4472
4472
|
});
|
|
4473
4473
|
};
|
|
4474
4474
|
if (f.onReset) {
|
|
4475
|
-
var o = f.onReset(x.values,
|
|
4476
|
-
|
|
4475
|
+
var o = f.onReset(x.values, ye);
|
|
4476
|
+
ld(o) ? o.then(a) : a();
|
|
4477
4477
|
} else a();
|
|
4478
4478
|
}, [
|
|
4479
4479
|
f.initialErrors,
|
|
@@ -4482,7 +4482,7 @@ function pd(e) {
|
|
|
4482
4482
|
f.onReset
|
|
4483
4483
|
]);
|
|
4484
4484
|
w(function() {
|
|
4485
|
-
_.current === !0 && !(0,
|
|
4485
|
+
_.current === !0 && !(0, Du.default)(p.current, f.initialValues) && l && (p.current = f.initialValues, A(), o && k(p.current));
|
|
4486
4486
|
}, [
|
|
4487
4487
|
l,
|
|
4488
4488
|
f.initialValues,
|
|
@@ -4490,17 +4490,17 @@ function pd(e) {
|
|
|
4490
4490
|
o,
|
|
4491
4491
|
k
|
|
4492
4492
|
]), w(function() {
|
|
4493
|
-
l && _.current === !0 && !(0,
|
|
4493
|
+
l && _.current === !0 && !(0, Du.default)(m.current, f.initialErrors) && (m.current = f.initialErrors || md, S({
|
|
4494
4494
|
type: "SET_ERRORS",
|
|
4495
|
-
payload: f.initialErrors ||
|
|
4495
|
+
payload: f.initialErrors || md
|
|
4496
4496
|
}));
|
|
4497
4497
|
}, [l, f.initialErrors]), w(function() {
|
|
4498
|
-
l && _.current === !0 && !(0,
|
|
4498
|
+
l && _.current === !0 && !(0, Du.default)(h.current, f.initialTouched) && (h.current = f.initialTouched || hd, S({
|
|
4499
4499
|
type: "SET_TOUCHED",
|
|
4500
|
-
payload: f.initialTouched ||
|
|
4500
|
+
payload: f.initialTouched || hd
|
|
4501
4501
|
}));
|
|
4502
4502
|
}, [l, f.initialTouched]), w(function() {
|
|
4503
|
-
l && _.current === !0 && !(0,
|
|
4503
|
+
l && _.current === !0 && !(0, Du.default)(g.current, f.initialStatus) && (g.current = f.initialStatus, S({
|
|
4504
4504
|
type: "SET_STATUS",
|
|
4505
4505
|
payload: f.initialStatus
|
|
4506
4506
|
}));
|
|
@@ -4509,10 +4509,10 @@ function pd(e) {
|
|
|
4509
4509
|
f.initialStatus,
|
|
4510
4510
|
f.initialTouched
|
|
4511
4511
|
]);
|
|
4512
|
-
var ie =
|
|
4512
|
+
var ie = Td(function(e) {
|
|
4513
4513
|
if (v.current[e] && Q(v.current[e].validate)) {
|
|
4514
4514
|
var t = $(x.values, e), n = v.current[e].validate(t);
|
|
4515
|
-
return
|
|
4515
|
+
return ld(n) ? (S({
|
|
4516
4516
|
type: "SET_ISVALIDATING",
|
|
4517
4517
|
payload: !0
|
|
4518
4518
|
}), n.then(function(e) {
|
|
@@ -4558,23 +4558,23 @@ function pd(e) {
|
|
|
4558
4558
|
v.current[e] = { validate: n };
|
|
4559
4559
|
}, []), M = C(function(e) {
|
|
4560
4560
|
delete v.current[e];
|
|
4561
|
-
}, []), ae =
|
|
4561
|
+
}, []), ae = Td(function(e, t) {
|
|
4562
4562
|
return S({
|
|
4563
4563
|
type: "SET_TOUCHED",
|
|
4564
4564
|
payload: e
|
|
4565
4565
|
}), (t === void 0 ? i : t) ? k(x.values) : Promise.resolve();
|
|
4566
|
-
}),
|
|
4566
|
+
}), oe = C(function(e) {
|
|
4567
4567
|
S({
|
|
4568
4568
|
type: "SET_ERRORS",
|
|
4569
4569
|
payload: e
|
|
4570
4570
|
});
|
|
4571
|
-
}, []),
|
|
4571
|
+
}, []), se = Td(function(e, t) {
|
|
4572
4572
|
var r = Q(e) ? e(x.values) : e;
|
|
4573
4573
|
return S({
|
|
4574
4574
|
type: "SET_VALUES",
|
|
4575
4575
|
payload: r
|
|
4576
4576
|
}), (t === void 0 ? n : t) ? k(r) : Promise.resolve();
|
|
4577
|
-
}),
|
|
4577
|
+
}), ce = C(function(e, t) {
|
|
4578
4578
|
S({
|
|
4579
4579
|
type: "SET_FIELD_ERROR",
|
|
4580
4580
|
payload: {
|
|
@@ -4582,7 +4582,7 @@ function pd(e) {
|
|
|
4582
4582
|
value: t
|
|
4583
4583
|
}
|
|
4584
4584
|
});
|
|
4585
|
-
}, []),
|
|
4585
|
+
}, []), le = Td(function(e, t, r) {
|
|
4586
4586
|
var i = Q(t) ? t($(x.values, e)) : t;
|
|
4587
4587
|
return S({
|
|
4588
4588
|
type: "SET_FIELD_VALUE",
|
|
@@ -4590,25 +4590,25 @@ function pd(e) {
|
|
|
4590
4590
|
field: e,
|
|
4591
4591
|
value: i
|
|
4592
4592
|
}
|
|
4593
|
-
}), (r === void 0 ? n : r) ? k(
|
|
4594
|
-
}),
|
|
4593
|
+
}), (r === void 0 ? n : r) ? k(dd(x.values, e, i)) : Promise.resolve();
|
|
4594
|
+
}), ue = C(function(e, t) {
|
|
4595
4595
|
var n = t, r = e, i;
|
|
4596
|
-
if (!
|
|
4596
|
+
if (!sd(e)) {
|
|
4597
4597
|
e.persist && e.persist();
|
|
4598
4598
|
var a = e.target ? e.target : e.currentTarget, o = a.type, s = a.name, c = a.id, l = a.value, u = a.checked, d = a.outerHTML, f = a.options, p = a.multiple;
|
|
4599
|
-
n = t || s || c, !n && process.env.NODE_ENV !== "production" &&
|
|
4599
|
+
n = t || s || c, !n && process.env.NODE_ENV !== "production" && _d({
|
|
4600
4600
|
htmlContent: d,
|
|
4601
4601
|
documentationAnchorLink: "handlechange-e-reactchangeeventany--void",
|
|
4602
4602
|
handlerName: "handleChange"
|
|
4603
|
-
}), r = /number|range/.test(o) ? (i = parseFloat(l), isNaN(i) ? "" : i) : /checkbox/.test(o) ?
|
|
4603
|
+
}), r = /number|range/.test(o) ? (i = parseFloat(l), isNaN(i) ? "" : i) : /checkbox/.test(o) ? Cd($(x.values, n), u, l) : f && p ? Sd(f) : l;
|
|
4604
4604
|
}
|
|
4605
|
-
n &&
|
|
4606
|
-
}, [
|
|
4607
|
-
if (
|
|
4608
|
-
return
|
|
4605
|
+
n && le(n, r);
|
|
4606
|
+
}, [le, x.values]), de = Td(function(e) {
|
|
4607
|
+
if (sd(e)) return function(t) {
|
|
4608
|
+
return ue(t, e);
|
|
4609
4609
|
};
|
|
4610
|
-
|
|
4611
|
-
}),
|
|
4610
|
+
ue(e);
|
|
4611
|
+
}), fe = Td(function(e, t, n) {
|
|
4612
4612
|
return t === void 0 && (t = !0), S({
|
|
4613
4613
|
type: "SET_FIELD_TOUCHED",
|
|
4614
4614
|
payload: {
|
|
@@ -4616,20 +4616,20 @@ function pd(e) {
|
|
|
4616
4616
|
value: t
|
|
4617
4617
|
}
|
|
4618
4618
|
}), (n === void 0 ? i : n) ? k(x.values) : Promise.resolve();
|
|
4619
|
-
}),
|
|
4619
|
+
}), pe = C(function(e, t) {
|
|
4620
4620
|
e.persist && e.persist();
|
|
4621
4621
|
var n = e.target, r = n.name, i = n.id, a = n.outerHTML, o = t || r || i;
|
|
4622
|
-
!o && process.env.NODE_ENV !== "production" &&
|
|
4622
|
+
!o && process.env.NODE_ENV !== "production" && _d({
|
|
4623
4623
|
htmlContent: a,
|
|
4624
4624
|
documentationAnchorLink: "handleblur-e-any--void",
|
|
4625
4625
|
handlerName: "handleBlur"
|
|
4626
|
-
}),
|
|
4627
|
-
}, [
|
|
4628
|
-
if (
|
|
4629
|
-
return
|
|
4626
|
+
}), fe(o, !0);
|
|
4627
|
+
}, [fe]), N = Td(function(e) {
|
|
4628
|
+
if (sd(e)) return function(t) {
|
|
4629
|
+
return pe(t, e);
|
|
4630
4630
|
};
|
|
4631
|
-
|
|
4632
|
-
}),
|
|
4631
|
+
pe(e);
|
|
4632
|
+
}), me = C(function(e) {
|
|
4633
4633
|
Q(e) ? S({
|
|
4634
4634
|
type: "SET_FORMIK_STATE",
|
|
4635
4635
|
payload: e
|
|
@@ -4639,23 +4639,23 @@ function pd(e) {
|
|
|
4639
4639
|
return e;
|
|
4640
4640
|
}
|
|
4641
4641
|
});
|
|
4642
|
-
}, []),
|
|
4642
|
+
}, []), he = C(function(e) {
|
|
4643
4643
|
S({
|
|
4644
4644
|
type: "SET_STATUS",
|
|
4645
4645
|
payload: e
|
|
4646
4646
|
});
|
|
4647
|
-
}, []),
|
|
4647
|
+
}, []), ge = C(function(e) {
|
|
4648
4648
|
S({
|
|
4649
4649
|
type: "SET_ISSUBMITTING",
|
|
4650
4650
|
payload: e
|
|
4651
4651
|
});
|
|
4652
|
-
}, []),
|
|
4652
|
+
}, []), _e = Td(function() {
|
|
4653
4653
|
return S({ type: "SUBMIT_ATTEMPT" }), k().then(function(e) {
|
|
4654
4654
|
var t = e instanceof Error;
|
|
4655
4655
|
if (!t && Object.keys(e).length === 0) {
|
|
4656
4656
|
var n;
|
|
4657
4657
|
try {
|
|
4658
|
-
if (n =
|
|
4658
|
+
if (n = be(), n === void 0) return;
|
|
4659
4659
|
} catch (e) {
|
|
4660
4660
|
throw e;
|
|
4661
4661
|
}
|
|
@@ -4666,31 +4666,31 @@ function pd(e) {
|
|
|
4666
4666
|
});
|
|
4667
4667
|
} else if (_.current && (S({ type: "SUBMIT_FAILURE" }), t)) throw e;
|
|
4668
4668
|
});
|
|
4669
|
-
}),
|
|
4669
|
+
}), ve = Td(function(e) {
|
|
4670
4670
|
if (e && e.preventDefault && Q(e.preventDefault) && e.preventDefault(), e && e.stopPropagation && Q(e.stopPropagation) && e.stopPropagation(), process.env.NODE_ENV !== "production" && typeof document < "u") {
|
|
4671
|
-
var t =
|
|
4672
|
-
t !== null && t instanceof HTMLButtonElement && !(t.attributes && t.attributes.getNamedItem("type")) && (process.env.NODE_ENV === "production" ?
|
|
4671
|
+
var t = ud();
|
|
4672
|
+
t !== null && t instanceof HTMLButtonElement && !(t.attributes && t.attributes.getNamedItem("type")) && (process.env.NODE_ENV === "production" ? ku(!1) : ku(!1, "You submitted a Formik form using a button with an unspecified `type` attribute. Most browsers default button elements to `type=\"submit\"`. If this is not a submit button, please add `type=\"button\"`."));
|
|
4673
4673
|
}
|
|
4674
|
-
|
|
4674
|
+
_e().catch(function(e) {
|
|
4675
4675
|
console.warn("Warning: An unhandled error was caught from submitForm()", e);
|
|
4676
4676
|
});
|
|
4677
|
-
}),
|
|
4677
|
+
}), ye = {
|
|
4678
4678
|
resetForm: A,
|
|
4679
4679
|
validateForm: k,
|
|
4680
4680
|
validateField: ie,
|
|
4681
|
-
setErrors:
|
|
4682
|
-
setFieldError:
|
|
4683
|
-
setFieldTouched:
|
|
4684
|
-
setFieldValue:
|
|
4685
|
-
setStatus:
|
|
4686
|
-
setSubmitting:
|
|
4681
|
+
setErrors: oe,
|
|
4682
|
+
setFieldError: ce,
|
|
4683
|
+
setFieldTouched: fe,
|
|
4684
|
+
setFieldValue: le,
|
|
4685
|
+
setStatus: he,
|
|
4686
|
+
setSubmitting: ge,
|
|
4687
4687
|
setTouched: ae,
|
|
4688
|
-
setValues:
|
|
4689
|
-
setFormikState:
|
|
4690
|
-
submitForm:
|
|
4691
|
-
},
|
|
4692
|
-
return u(x.values,
|
|
4693
|
-
}),
|
|
4688
|
+
setValues: se,
|
|
4689
|
+
setFormikState: me,
|
|
4690
|
+
submitForm: _e
|
|
4691
|
+
}, be = Td(function() {
|
|
4692
|
+
return u(x.values, ye);
|
|
4693
|
+
}), P = Td(function(e) {
|
|
4694
4694
|
e && e.preventDefault && Q(e.preventDefault) && e.preventDefault(), e && e.stopPropagation && Q(e.stopPropagation) && e.stopPropagation(), A();
|
|
4695
4695
|
}), xe = C(function(e) {
|
|
4696
4696
|
return {
|
|
@@ -4708,25 +4708,25 @@ function pd(e) {
|
|
|
4708
4708
|
]), Se = C(function(e) {
|
|
4709
4709
|
return {
|
|
4710
4710
|
setValue: function(t, n) {
|
|
4711
|
-
return
|
|
4711
|
+
return le(e, t, n);
|
|
4712
4712
|
},
|
|
4713
4713
|
setTouched: function(t, n) {
|
|
4714
|
-
return
|
|
4714
|
+
return fe(e, t, n);
|
|
4715
4715
|
},
|
|
4716
4716
|
setError: function(t) {
|
|
4717
|
-
return
|
|
4717
|
+
return ce(e, t);
|
|
4718
4718
|
}
|
|
4719
4719
|
};
|
|
4720
4720
|
}, [
|
|
4721
|
-
|
|
4722
|
-
|
|
4723
|
-
|
|
4721
|
+
le,
|
|
4722
|
+
fe,
|
|
4723
|
+
ce
|
|
4724
4724
|
]), Ce = C(function(e) {
|
|
4725
|
-
var t =
|
|
4725
|
+
var t = ad(e), n = t ? e.name : e, r = $(x.values, n), i = {
|
|
4726
4726
|
name: n,
|
|
4727
4727
|
value: r,
|
|
4728
|
-
onChange:
|
|
4729
|
-
onBlur:
|
|
4728
|
+
onChange: de,
|
|
4729
|
+
onBlur: N
|
|
4730
4730
|
};
|
|
4731
4731
|
if (t) {
|
|
4732
4732
|
var a = e.type, o = e.value, s = e.as, c = e.multiple;
|
|
@@ -4734,11 +4734,11 @@ function pd(e) {
|
|
|
4734
4734
|
}
|
|
4735
4735
|
return i;
|
|
4736
4736
|
}, [
|
|
4737
|
-
|
|
4738
|
-
|
|
4737
|
+
N,
|
|
4738
|
+
de,
|
|
4739
4739
|
x.values
|
|
4740
4740
|
]), we = ne(function() {
|
|
4741
|
-
return !(0,
|
|
4741
|
+
return !(0, Du.default)(p.current, x.values);
|
|
4742
4742
|
}, [p.current, x.values]), Te = ne(function() {
|
|
4743
4743
|
return s === void 0 || we ? x.errors && Object.keys(x.errors).length === 0 : s !== !1 && Q(s) ? s(f) : s;
|
|
4744
4744
|
}, [
|
|
@@ -4752,21 +4752,21 @@ function pd(e) {
|
|
|
4752
4752
|
initialErrors: m.current,
|
|
4753
4753
|
initialTouched: h.current,
|
|
4754
4754
|
initialStatus: g.current,
|
|
4755
|
-
handleBlur:
|
|
4756
|
-
handleChange:
|
|
4757
|
-
handleReset:
|
|
4758
|
-
handleSubmit:
|
|
4755
|
+
handleBlur: N,
|
|
4756
|
+
handleChange: de,
|
|
4757
|
+
handleReset: P,
|
|
4758
|
+
handleSubmit: ve,
|
|
4759
4759
|
resetForm: A,
|
|
4760
|
-
setErrors:
|
|
4761
|
-
setFormikState:
|
|
4762
|
-
setFieldTouched:
|
|
4763
|
-
setFieldValue:
|
|
4764
|
-
setFieldError:
|
|
4765
|
-
setStatus:
|
|
4766
|
-
setSubmitting:
|
|
4760
|
+
setErrors: oe,
|
|
4761
|
+
setFormikState: me,
|
|
4762
|
+
setFieldTouched: fe,
|
|
4763
|
+
setFieldValue: le,
|
|
4764
|
+
setFieldError: ce,
|
|
4765
|
+
setStatus: he,
|
|
4766
|
+
setSubmitting: ge,
|
|
4767
4767
|
setTouched: ae,
|
|
4768
|
-
setValues:
|
|
4769
|
-
submitForm:
|
|
4768
|
+
setValues: se,
|
|
4769
|
+
submitForm: _e,
|
|
4770
4770
|
validateForm: k,
|
|
4771
4771
|
validateField: ie,
|
|
4772
4772
|
isValid: Te,
|
|
@@ -4781,14 +4781,14 @@ function pd(e) {
|
|
|
4781
4781
|
validateOnMount: o
|
|
4782
4782
|
});
|
|
4783
4783
|
}
|
|
4784
|
-
function
|
|
4784
|
+
function _d(e) {
|
|
4785
4785
|
var t = e.htmlContent, n = e.documentationAnchorLink, r = e.handlerName;
|
|
4786
4786
|
console.warn("Warning: Formik called `" + r + "`, but you forgot to pass an `id` or `name` attribute to your input:\n " + t + "\n Formik cannot determine which value to update. For more info see https://formik.org/docs/api/formik#" + n + "\n ");
|
|
4787
4787
|
}
|
|
4788
|
-
function
|
|
4788
|
+
function vd(e) {
|
|
4789
4789
|
var t = {};
|
|
4790
4790
|
if (e.inner) {
|
|
4791
|
-
if (e.inner.length === 0) return
|
|
4791
|
+
if (e.inner.length === 0) return dd(t, e.path, e.message);
|
|
4792
4792
|
for (var n = e.inner, r = Array.isArray(n), i = 0, n = r ? n : n[Symbol.iterator]();;) {
|
|
4793
4793
|
var a;
|
|
4794
4794
|
if (r) {
|
|
@@ -4799,61 +4799,61 @@ function hd(e) {
|
|
|
4799
4799
|
a = i.value;
|
|
4800
4800
|
}
|
|
4801
4801
|
var o = a;
|
|
4802
|
-
$(t, o.path) || (t =
|
|
4802
|
+
$(t, o.path) || (t = dd(t, o.path, o.message));
|
|
4803
4803
|
}
|
|
4804
4804
|
}
|
|
4805
4805
|
return t;
|
|
4806
4806
|
}
|
|
4807
|
-
function
|
|
4807
|
+
function yd(e, t, n, r) {
|
|
4808
4808
|
n === void 0 && (n = !1);
|
|
4809
|
-
var i =
|
|
4809
|
+
var i = bd(e);
|
|
4810
4810
|
return t[n ? "validateSync" : "validate"](i, {
|
|
4811
4811
|
abortEarly: !1,
|
|
4812
4812
|
context: r || i
|
|
4813
4813
|
});
|
|
4814
4814
|
}
|
|
4815
|
-
function
|
|
4815
|
+
function bd(e) {
|
|
4816
4816
|
var t = Array.isArray(e) ? [] : {};
|
|
4817
4817
|
for (var n in e) if (Object.prototype.hasOwnProperty.call(e, n)) {
|
|
4818
4818
|
var r = String(n);
|
|
4819
4819
|
Array.isArray(e[r]) === !0 ? t[r] = e[r].map(function(e) {
|
|
4820
|
-
return Array.isArray(e) === !0 ||
|
|
4821
|
-
}) :
|
|
4820
|
+
return Array.isArray(e) === !0 || ro(e) ? bd(e) : e === "" ? void 0 : e;
|
|
4821
|
+
}) : ro(e[r]) ? t[r] = bd(e[r]) : t[r] = e[r] === "" ? void 0 : e[r];
|
|
4822
4822
|
}
|
|
4823
4823
|
return t;
|
|
4824
4824
|
}
|
|
4825
|
-
function
|
|
4825
|
+
function xd(e, t, n) {
|
|
4826
4826
|
var r = e.slice();
|
|
4827
4827
|
return t.forEach(function(t, i) {
|
|
4828
|
-
r[i] === void 0 ? r[i] = n.clone !== !1 && n.isMergeableObject(t) ?
|
|
4828
|
+
r[i] === void 0 ? r[i] = n.clone !== !1 && n.isMergeableObject(t) ? Ma(Array.isArray(t) ? [] : {}, t, n) : t : n.isMergeableObject(t) ? r[i] = Ma(e[i], t, n) : e.indexOf(t) === -1 && r.push(t);
|
|
4829
4829
|
}), r;
|
|
4830
4830
|
}
|
|
4831
|
-
function
|
|
4831
|
+
function Sd(e) {
|
|
4832
4832
|
return Array.from(e).filter(function(e) {
|
|
4833
4833
|
return e.selected;
|
|
4834
4834
|
}).map(function(e) {
|
|
4835
4835
|
return e.value;
|
|
4836
4836
|
});
|
|
4837
4837
|
}
|
|
4838
|
-
function
|
|
4838
|
+
function Cd(e, t, n) {
|
|
4839
4839
|
if (typeof e == "boolean") return !!t;
|
|
4840
4840
|
var r = [], i = !1, a = -1;
|
|
4841
4841
|
if (Array.isArray(e)) r = e, a = e.indexOf(n), i = a >= 0;
|
|
4842
4842
|
else if (!n || n == "true" || n == "false") return !!t;
|
|
4843
4843
|
return t && n && !i ? r.concat(n) : i ? r.slice(0, a).concat(r.slice(a + 1)) : r;
|
|
4844
4844
|
}
|
|
4845
|
-
var
|
|
4846
|
-
function
|
|
4845
|
+
var wd = typeof window < "u" && window.document !== void 0 && window.document.createElement !== void 0 ? te : w;
|
|
4846
|
+
function Td(e) {
|
|
4847
4847
|
var t = T(e);
|
|
4848
|
-
return
|
|
4848
|
+
return wd(function() {
|
|
4849
4849
|
t.current = e;
|
|
4850
4850
|
}), C(function() {
|
|
4851
4851
|
var e = [...arguments];
|
|
4852
4852
|
return t.current.apply(void 0, e);
|
|
4853
4853
|
}, []);
|
|
4854
4854
|
}
|
|
4855
|
-
var
|
|
4856
|
-
var n = e.action, r =
|
|
4855
|
+
var Ed = /* @__PURE__ */ S(function(e, t) {
|
|
4856
|
+
var n = e.action, r = ed(e, ["action"]), i = n ?? "#", a = rd(), o = a.handleReset, s = a.handleSubmit;
|
|
4857
4857
|
return x("form", Z({
|
|
4858
4858
|
onSubmit: s,
|
|
4859
4859
|
ref: t,
|
|
@@ -4861,20 +4861,20 @@ var Cd = /* @__PURE__ */ S(function(e, t) {
|
|
|
4861
4861
|
action: i
|
|
4862
4862
|
}, r));
|
|
4863
4863
|
});
|
|
4864
|
-
|
|
4865
|
-
var
|
|
4866
|
-
var r =
|
|
4864
|
+
Ed.displayName = "Form";
|
|
4865
|
+
var Dd = function(e, t, n) {
|
|
4866
|
+
var r = jd(e), i = r[t];
|
|
4867
4867
|
return r.splice(t, 1), r.splice(n, 0, i), r;
|
|
4868
|
-
},
|
|
4869
|
-
var r =
|
|
4868
|
+
}, Od = function(e, t, n) {
|
|
4869
|
+
var r = jd(e), i = r[t];
|
|
4870
4870
|
return r[t] = r[n], r[n] = i, r;
|
|
4871
|
-
},
|
|
4872
|
-
var r =
|
|
4871
|
+
}, kd = function(e, t, n) {
|
|
4872
|
+
var r = jd(e);
|
|
4873
4873
|
return r.splice(t, 0, n), r;
|
|
4874
|
-
},
|
|
4875
|
-
var r =
|
|
4874
|
+
}, Ad = function(e, t, n) {
|
|
4875
|
+
var r = jd(e);
|
|
4876
4876
|
return r[t] = n, r;
|
|
4877
|
-
},
|
|
4877
|
+
}, jd = function(e) {
|
|
4878
4878
|
if (!e) return [];
|
|
4879
4879
|
if (Array.isArray(e)) return [].concat(e);
|
|
4880
4880
|
var t = Object.keys(e).map(function(e) {
|
|
@@ -4883,28 +4883,28 @@ var wd = function(e, t, n) {
|
|
|
4883
4883
|
return t > e ? t : e;
|
|
4884
4884
|
}, 0);
|
|
4885
4885
|
return Array.from(Z({}, e, { length: t + 1 }));
|
|
4886
|
-
},
|
|
4886
|
+
}, Md = function(e, t) {
|
|
4887
4887
|
var n = typeof e == "function" ? e : t;
|
|
4888
4888
|
return function(e) {
|
|
4889
|
-
return Array.isArray(e) ||
|
|
4889
|
+
return Array.isArray(e) || ad(e) ? n(jd(e)) : e;
|
|
4890
4890
|
};
|
|
4891
|
-
},
|
|
4892
|
-
|
|
4891
|
+
}, Nd = /* @__PURE__ */ function(e) {
|
|
4892
|
+
$u(t, e);
|
|
4893
4893
|
function t(t) {
|
|
4894
4894
|
var n = e.call(this, t) || this;
|
|
4895
4895
|
return n.updateArrayField = function(e, t, r) {
|
|
4896
4896
|
var i = n.props, a = i.name, o = i.formik.setFormikState;
|
|
4897
4897
|
o(function(n) {
|
|
4898
|
-
var i =
|
|
4899
|
-
return
|
|
4898
|
+
var i = Md(r, e), o = Md(t, e), s = dd(n.values, a, e($(n.values, a))), c = r ? i($(n.errors, a)) : void 0, l = t ? o($(n.touched, a)) : void 0;
|
|
4899
|
+
return id(c) && (c = void 0), id(l) && (l = void 0), Z({}, n, {
|
|
4900
4900
|
values: s,
|
|
4901
|
-
errors: r ?
|
|
4902
|
-
touched: t ?
|
|
4901
|
+
errors: r ? dd(n.errors, a, c) : n.errors,
|
|
4902
|
+
touched: t ? dd(n.touched, a, l) : n.touched
|
|
4903
4903
|
});
|
|
4904
4904
|
});
|
|
4905
4905
|
}, n.push = function(e) {
|
|
4906
4906
|
return n.updateArrayField(function(t) {
|
|
4907
|
-
return [].concat(
|
|
4907
|
+
return [].concat(jd(t), [Eu(e)]);
|
|
4908
4908
|
}, !1, !1);
|
|
4909
4909
|
}, n.handlePush = function(e) {
|
|
4910
4910
|
return function() {
|
|
@@ -4912,7 +4912,7 @@ var wd = function(e, t, n) {
|
|
|
4912
4912
|
};
|
|
4913
4913
|
}, n.swap = function(e, t) {
|
|
4914
4914
|
return n.updateArrayField(function(n) {
|
|
4915
|
-
return
|
|
4915
|
+
return Od(n, e, t);
|
|
4916
4916
|
}, !0, !0);
|
|
4917
4917
|
}, n.handleSwap = function(e, t) {
|
|
4918
4918
|
return function() {
|
|
@@ -4920,7 +4920,7 @@ var wd = function(e, t, n) {
|
|
|
4920
4920
|
};
|
|
4921
4921
|
}, n.move = function(e, t) {
|
|
4922
4922
|
return n.updateArrayField(function(n) {
|
|
4923
|
-
return
|
|
4923
|
+
return Dd(n, e, t);
|
|
4924
4924
|
}, !0, !0);
|
|
4925
4925
|
}, n.handleMove = function(e, t) {
|
|
4926
4926
|
return function() {
|
|
@@ -4928,11 +4928,11 @@ var wd = function(e, t, n) {
|
|
|
4928
4928
|
};
|
|
4929
4929
|
}, n.insert = function(e, t) {
|
|
4930
4930
|
return n.updateArrayField(function(n) {
|
|
4931
|
-
return
|
|
4931
|
+
return kd(n, e, t);
|
|
4932
4932
|
}, function(t) {
|
|
4933
|
-
return
|
|
4933
|
+
return kd(t, e, null);
|
|
4934
4934
|
}, function(t) {
|
|
4935
|
-
return
|
|
4935
|
+
return kd(t, e, null);
|
|
4936
4936
|
});
|
|
4937
4937
|
}, n.handleInsert = function(e, t) {
|
|
4938
4938
|
return function() {
|
|
@@ -4940,7 +4940,7 @@ var wd = function(e, t, n) {
|
|
|
4940
4940
|
};
|
|
4941
4941
|
}, n.replace = function(e, t) {
|
|
4942
4942
|
return n.updateArrayField(function(n) {
|
|
4943
|
-
return
|
|
4943
|
+
return Ad(n, e, t);
|
|
4944
4944
|
}, !1, !1);
|
|
4945
4945
|
}, n.handleReplace = function(e, t) {
|
|
4946
4946
|
return function() {
|
|
@@ -4968,15 +4968,15 @@ var wd = function(e, t, n) {
|
|
|
4968
4968
|
return function() {
|
|
4969
4969
|
return n.pop();
|
|
4970
4970
|
};
|
|
4971
|
-
}, n.remove = n.remove.bind(
|
|
4971
|
+
}, n.remove = n.remove.bind(td(n)), n.pop = n.pop.bind(td(n)), n;
|
|
4972
4972
|
}
|
|
4973
4973
|
var n = t.prototype;
|
|
4974
4974
|
return n.componentDidUpdate = function(e) {
|
|
4975
|
-
this.props.validateOnChange && this.props.formik.validateOnChange && !(0,
|
|
4975
|
+
this.props.validateOnChange && this.props.formik.validateOnChange && !(0, Du.default)($(e.formik.values, e.name), $(this.props.formik.values, this.props.name)) && this.props.formik.validateForm(this.props.formik.values);
|
|
4976
4976
|
}, n.remove = function(e) {
|
|
4977
4977
|
var t;
|
|
4978
4978
|
return this.updateArrayField(function(n) {
|
|
4979
|
-
var r = n ?
|
|
4979
|
+
var r = n ? jd(n) : [];
|
|
4980
4980
|
return t ||= r[e], Q(r.splice) && r.splice(e, 1), Q(r.every) && r.every(function(e) {
|
|
4981
4981
|
return e === void 0;
|
|
4982
4982
|
}) ? [] : r;
|
|
@@ -5005,27 +5005,27 @@ var wd = function(e, t, n) {
|
|
|
5005
5005
|
handleReplace: this.handleReplace,
|
|
5006
5006
|
handleUnshift: this.handleUnshift,
|
|
5007
5007
|
handleRemove: this.handleRemove
|
|
5008
|
-
}, t = this.props, n = t.component, r = t.render, i = t.children, a = t.name, o = t.formik, s =
|
|
5008
|
+
}, t = this.props, n = t.component, r = t.render, i = t.children, a = t.name, o = t.formik, s = ed(o, ["validate", "validationSchema"]), c = Z({}, e, {
|
|
5009
5009
|
form: s,
|
|
5010
5010
|
name: a
|
|
5011
5011
|
});
|
|
5012
|
-
return n ? x(n, c) : r ? r(c) : i ? typeof i == "function" ? i(c) :
|
|
5012
|
+
return n ? x(n, c) : r ? r(c) : i ? typeof i == "function" ? i(c) : cd(i) ? null : v.only(i) : null;
|
|
5013
5013
|
}, t;
|
|
5014
5014
|
}(y);
|
|
5015
|
-
|
|
5015
|
+
Nd.defaultProps = { validateOnChange: !0 };
|
|
5016
5016
|
//#endregion
|
|
5017
5017
|
//#region ../../node_modules/lodash/isArray.js
|
|
5018
|
-
var
|
|
5018
|
+
var Pd = /* @__PURE__ */ a(((e, t) => {
|
|
5019
5019
|
t.exports = Array.isArray;
|
|
5020
|
-
})),
|
|
5020
|
+
})), Fd = /* @__PURE__ */ a(((e, t) => {
|
|
5021
5021
|
t.exports = typeof global == "object" && global && global.Object === Object && global;
|
|
5022
|
-
})),
|
|
5023
|
-
var n =
|
|
5022
|
+
})), Id = /* @__PURE__ */ a(((e, t) => {
|
|
5023
|
+
var n = Fd(), r = typeof self == "object" && self && self.Object === Object && self;
|
|
5024
5024
|
t.exports = n || r || Function("return this")();
|
|
5025
|
-
})),
|
|
5026
|
-
t.exports =
|
|
5027
|
-
})),
|
|
5028
|
-
var n =
|
|
5025
|
+
})), Ld = /* @__PURE__ */ a(((e, t) => {
|
|
5026
|
+
t.exports = Id().Symbol;
|
|
5027
|
+
})), Rd = /* @__PURE__ */ a(((e, t) => {
|
|
5028
|
+
var n = Ld(), r = Object.prototype, i = r.hasOwnProperty, a = r.toString, o = n ? n.toStringTag : void 0;
|
|
5029
5029
|
function s(e) {
|
|
5030
5030
|
var t = i.call(e, o), n = e[o];
|
|
5031
5031
|
try {
|
|
@@ -5036,55 +5036,55 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5036
5036
|
return r && (t ? e[o] = n : delete e[o]), s;
|
|
5037
5037
|
}
|
|
5038
5038
|
t.exports = s;
|
|
5039
|
-
})),
|
|
5039
|
+
})), zd = /* @__PURE__ */ a(((e, t) => {
|
|
5040
5040
|
var n = Object.prototype.toString;
|
|
5041
5041
|
function r(e) {
|
|
5042
5042
|
return n.call(e);
|
|
5043
5043
|
}
|
|
5044
5044
|
t.exports = r;
|
|
5045
|
-
})),
|
|
5046
|
-
var n =
|
|
5045
|
+
})), Bd = /* @__PURE__ */ a(((e, t) => {
|
|
5046
|
+
var n = Ld(), r = Rd(), i = zd(), a = "[object Null]", o = "[object Undefined]", s = n ? n.toStringTag : void 0;
|
|
5047
5047
|
function c(e) {
|
|
5048
5048
|
return e == null ? e === void 0 ? o : a : s && s in Object(e) ? r(e) : i(e);
|
|
5049
5049
|
}
|
|
5050
5050
|
t.exports = c;
|
|
5051
|
-
})),
|
|
5051
|
+
})), Vd = /* @__PURE__ */ a(((e, t) => {
|
|
5052
5052
|
function n(e) {
|
|
5053
5053
|
return typeof e == "object" && !!e;
|
|
5054
5054
|
}
|
|
5055
5055
|
t.exports = n;
|
|
5056
|
-
})),
|
|
5057
|
-
var n =
|
|
5056
|
+
})), Hd = /* @__PURE__ */ a(((e, t) => {
|
|
5057
|
+
var n = Bd(), r = Vd(), i = "[object Symbol]";
|
|
5058
5058
|
function a(e) {
|
|
5059
5059
|
return typeof e == "symbol" || r(e) && n(e) == i;
|
|
5060
5060
|
}
|
|
5061
5061
|
t.exports = a;
|
|
5062
|
-
})),
|
|
5063
|
-
var n =
|
|
5062
|
+
})), Ud = /* @__PURE__ */ a(((e, t) => {
|
|
5063
|
+
var n = Pd(), r = Hd(), i = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, a = /^\w*$/;
|
|
5064
5064
|
function o(e, t) {
|
|
5065
5065
|
if (n(e)) return !1;
|
|
5066
5066
|
var o = typeof e;
|
|
5067
5067
|
return o == "number" || o == "symbol" || o == "boolean" || e == null || r(e) ? !0 : a.test(e) || !i.test(e) || t != null && e in Object(t);
|
|
5068
5068
|
}
|
|
5069
5069
|
t.exports = o;
|
|
5070
|
-
})),
|
|
5070
|
+
})), Wd = /* @__PURE__ */ a(((e, t) => {
|
|
5071
5071
|
function n(e) {
|
|
5072
5072
|
var t = typeof e;
|
|
5073
5073
|
return e != null && (t == "object" || t == "function");
|
|
5074
5074
|
}
|
|
5075
5075
|
t.exports = n;
|
|
5076
|
-
})),
|
|
5077
|
-
var n =
|
|
5076
|
+
})), Gd = /* @__PURE__ */ a(((e, t) => {
|
|
5077
|
+
var n = Bd(), r = Wd(), i = "[object AsyncFunction]", a = "[object Function]", o = "[object GeneratorFunction]", s = "[object Proxy]";
|
|
5078
5078
|
function c(e) {
|
|
5079
5079
|
if (!r(e)) return !1;
|
|
5080
5080
|
var t = n(e);
|
|
5081
5081
|
return t == a || t == o || t == i || t == s;
|
|
5082
5082
|
}
|
|
5083
5083
|
t.exports = c;
|
|
5084
|
-
})),
|
|
5085
|
-
t.exports =
|
|
5086
|
-
})),
|
|
5087
|
-
var n =
|
|
5084
|
+
})), Kd = /* @__PURE__ */ a(((e, t) => {
|
|
5085
|
+
t.exports = Id()["__core-js_shared__"];
|
|
5086
|
+
})), qd = /* @__PURE__ */ a(((e, t) => {
|
|
5087
|
+
var n = Kd(), r = function() {
|
|
5088
5088
|
var e = /[^.]+$/.exec(n && n.keys && n.keys.IE_PROTO || "");
|
|
5089
5089
|
return e ? "Symbol(src)_1." + e : "";
|
|
5090
5090
|
}();
|
|
@@ -5092,7 +5092,7 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5092
5092
|
return !!r && r in e;
|
|
5093
5093
|
}
|
|
5094
5094
|
t.exports = i;
|
|
5095
|
-
})),
|
|
5095
|
+
})), Jd = /* @__PURE__ */ a(((e, t) => {
|
|
5096
5096
|
var n = Function.prototype.toString;
|
|
5097
5097
|
function r(e) {
|
|
5098
5098
|
if (e != null) {
|
|
@@ -5106,40 +5106,40 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5106
5106
|
return "";
|
|
5107
5107
|
}
|
|
5108
5108
|
t.exports = r;
|
|
5109
|
-
})),
|
|
5110
|
-
var n =
|
|
5109
|
+
})), Yd = /* @__PURE__ */ a(((e, t) => {
|
|
5110
|
+
var n = Gd(), r = qd(), i = Wd(), a = Jd(), o = /[\\^$.*+?()[\]{}|]/g, s = /^\[object .+?Constructor\]$/, c = Function.prototype, l = Object.prototype, u = c.toString, d = l.hasOwnProperty, f = RegExp("^" + u.call(d).replace(o, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$");
|
|
5111
5111
|
function p(e) {
|
|
5112
5112
|
return !i(e) || r(e) ? !1 : (n(e) ? f : s).test(a(e));
|
|
5113
5113
|
}
|
|
5114
5114
|
t.exports = p;
|
|
5115
|
-
})),
|
|
5115
|
+
})), Xd = /* @__PURE__ */ a(((e, t) => {
|
|
5116
5116
|
function n(e, t) {
|
|
5117
5117
|
return e?.[t];
|
|
5118
5118
|
}
|
|
5119
5119
|
t.exports = n;
|
|
5120
|
-
})),
|
|
5121
|
-
var n =
|
|
5120
|
+
})), Zd = /* @__PURE__ */ a(((e, t) => {
|
|
5121
|
+
var n = Yd(), r = Xd();
|
|
5122
5122
|
function i(e, t) {
|
|
5123
5123
|
var i = r(e, t);
|
|
5124
5124
|
return n(i) ? i : void 0;
|
|
5125
5125
|
}
|
|
5126
5126
|
t.exports = i;
|
|
5127
|
-
})),
|
|
5128
|
-
t.exports =
|
|
5129
|
-
})),
|
|
5130
|
-
var n =
|
|
5127
|
+
})), Qd = /* @__PURE__ */ a(((e, t) => {
|
|
5128
|
+
t.exports = Zd()(Object, "create");
|
|
5129
|
+
})), $d = /* @__PURE__ */ a(((e, t) => {
|
|
5130
|
+
var n = Qd();
|
|
5131
5131
|
function r() {
|
|
5132
5132
|
this.__data__ = n ? n(null) : {}, this.size = 0;
|
|
5133
5133
|
}
|
|
5134
5134
|
t.exports = r;
|
|
5135
|
-
})),
|
|
5135
|
+
})), ef = /* @__PURE__ */ a(((e, t) => {
|
|
5136
5136
|
function n(e) {
|
|
5137
5137
|
var t = this.has(e) && delete this.__data__[e];
|
|
5138
5138
|
return this.size -= +!!t, t;
|
|
5139
5139
|
}
|
|
5140
5140
|
t.exports = n;
|
|
5141
|
-
})),
|
|
5142
|
-
var n =
|
|
5141
|
+
})), tf = /* @__PURE__ */ a(((e, t) => {
|
|
5142
|
+
var n = Qd(), r = "__lodash_hash_undefined__", i = Object.prototype.hasOwnProperty;
|
|
5143
5143
|
function a(e) {
|
|
5144
5144
|
var t = this.__data__;
|
|
5145
5145
|
if (n) {
|
|
@@ -5149,22 +5149,22 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5149
5149
|
return i.call(t, e) ? t[e] : void 0;
|
|
5150
5150
|
}
|
|
5151
5151
|
t.exports = a;
|
|
5152
|
-
})),
|
|
5153
|
-
var n =
|
|
5152
|
+
})), nf = /* @__PURE__ */ a(((e, t) => {
|
|
5153
|
+
var n = Qd(), r = Object.prototype.hasOwnProperty;
|
|
5154
5154
|
function i(e) {
|
|
5155
5155
|
var t = this.__data__;
|
|
5156
5156
|
return n ? t[e] !== void 0 : r.call(t, e);
|
|
5157
5157
|
}
|
|
5158
5158
|
t.exports = i;
|
|
5159
|
-
})),
|
|
5160
|
-
var n =
|
|
5159
|
+
})), rf = /* @__PURE__ */ a(((e, t) => {
|
|
5160
|
+
var n = Qd(), r = "__lodash_hash_undefined__";
|
|
5161
5161
|
function i(e, t) {
|
|
5162
5162
|
var i = this.__data__;
|
|
5163
5163
|
return this.size += +!this.has(e), i[e] = n && t === void 0 ? r : t, this;
|
|
5164
5164
|
}
|
|
5165
5165
|
t.exports = i;
|
|
5166
|
-
})),
|
|
5167
|
-
var n =
|
|
5166
|
+
})), af = /* @__PURE__ */ a(((e, t) => {
|
|
5167
|
+
var n = $d(), r = ef(), i = tf(), a = nf(), o = rf();
|
|
5168
5168
|
function s(e) {
|
|
5169
5169
|
var t = -1, n = e == null ? 0 : e.length;
|
|
5170
5170
|
for (this.clear(); ++t < n;) {
|
|
@@ -5173,52 +5173,52 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5173
5173
|
}
|
|
5174
5174
|
}
|
|
5175
5175
|
s.prototype.clear = n, s.prototype.delete = r, s.prototype.get = i, s.prototype.has = a, s.prototype.set = o, t.exports = s;
|
|
5176
|
-
})),
|
|
5176
|
+
})), of = /* @__PURE__ */ a(((e, t) => {
|
|
5177
5177
|
function n() {
|
|
5178
5178
|
this.__data__ = [], this.size = 0;
|
|
5179
5179
|
}
|
|
5180
5180
|
t.exports = n;
|
|
5181
|
-
})),
|
|
5181
|
+
})), sf = /* @__PURE__ */ a(((e, t) => {
|
|
5182
5182
|
function n(e, t) {
|
|
5183
5183
|
return e === t || e !== e && t !== t;
|
|
5184
5184
|
}
|
|
5185
5185
|
t.exports = n;
|
|
5186
|
-
})),
|
|
5187
|
-
var n =
|
|
5186
|
+
})), cf = /* @__PURE__ */ a(((e, t) => {
|
|
5187
|
+
var n = sf();
|
|
5188
5188
|
function r(e, t) {
|
|
5189
5189
|
for (var r = e.length; r--;) if (n(e[r][0], t)) return r;
|
|
5190
5190
|
return -1;
|
|
5191
5191
|
}
|
|
5192
5192
|
t.exports = r;
|
|
5193
|
-
})),
|
|
5194
|
-
var n =
|
|
5193
|
+
})), lf = /* @__PURE__ */ a(((e, t) => {
|
|
5194
|
+
var n = cf(), r = Array.prototype.splice;
|
|
5195
5195
|
function i(e) {
|
|
5196
5196
|
var t = this.__data__, i = n(t, e);
|
|
5197
5197
|
return i < 0 ? !1 : (i == t.length - 1 ? t.pop() : r.call(t, i, 1), --this.size, !0);
|
|
5198
5198
|
}
|
|
5199
5199
|
t.exports = i;
|
|
5200
|
-
})),
|
|
5201
|
-
var n =
|
|
5200
|
+
})), uf = /* @__PURE__ */ a(((e, t) => {
|
|
5201
|
+
var n = cf();
|
|
5202
5202
|
function r(e) {
|
|
5203
5203
|
var t = this.__data__, r = n(t, e);
|
|
5204
5204
|
return r < 0 ? void 0 : t[r][1];
|
|
5205
5205
|
}
|
|
5206
5206
|
t.exports = r;
|
|
5207
|
-
})),
|
|
5208
|
-
var n =
|
|
5207
|
+
})), df = /* @__PURE__ */ a(((e, t) => {
|
|
5208
|
+
var n = cf();
|
|
5209
5209
|
function r(e) {
|
|
5210
5210
|
return n(this.__data__, e) > -1;
|
|
5211
5211
|
}
|
|
5212
5212
|
t.exports = r;
|
|
5213
|
-
})),
|
|
5214
|
-
var n =
|
|
5213
|
+
})), ff = /* @__PURE__ */ a(((e, t) => {
|
|
5214
|
+
var n = cf();
|
|
5215
5215
|
function r(e, t) {
|
|
5216
5216
|
var r = this.__data__, i = n(r, e);
|
|
5217
5217
|
return i < 0 ? (++this.size, r.push([e, t])) : r[i][1] = t, this;
|
|
5218
5218
|
}
|
|
5219
5219
|
t.exports = r;
|
|
5220
|
-
})),
|
|
5221
|
-
var n =
|
|
5220
|
+
})), pf = /* @__PURE__ */ a(((e, t) => {
|
|
5221
|
+
var n = of(), r = lf(), i = uf(), a = df(), o = ff();
|
|
5222
5222
|
function s(e) {
|
|
5223
5223
|
var t = -1, n = e == null ? 0 : e.length;
|
|
5224
5224
|
for (this.clear(); ++t < n;) {
|
|
@@ -5227,10 +5227,10 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5227
5227
|
}
|
|
5228
5228
|
}
|
|
5229
5229
|
s.prototype.clear = n, s.prototype.delete = r, s.prototype.get = i, s.prototype.has = a, s.prototype.set = o, t.exports = s;
|
|
5230
|
-
})),
|
|
5231
|
-
t.exports =
|
|
5232
|
-
})),
|
|
5233
|
-
var n =
|
|
5230
|
+
})), mf = /* @__PURE__ */ a(((e, t) => {
|
|
5231
|
+
t.exports = Zd()(Id(), "Map");
|
|
5232
|
+
})), hf = /* @__PURE__ */ a(((e, t) => {
|
|
5233
|
+
var n = af(), r = pf(), i = mf();
|
|
5234
5234
|
function a() {
|
|
5235
5235
|
this.size = 0, this.__data__ = {
|
|
5236
5236
|
hash: new n(),
|
|
@@ -5239,47 +5239,47 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5239
5239
|
};
|
|
5240
5240
|
}
|
|
5241
5241
|
t.exports = a;
|
|
5242
|
-
})),
|
|
5242
|
+
})), gf = /* @__PURE__ */ a(((e, t) => {
|
|
5243
5243
|
function n(e) {
|
|
5244
5244
|
var t = typeof e;
|
|
5245
5245
|
return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
|
|
5246
5246
|
}
|
|
5247
5247
|
t.exports = n;
|
|
5248
|
-
})),
|
|
5249
|
-
var n =
|
|
5248
|
+
})), _f = /* @__PURE__ */ a(((e, t) => {
|
|
5249
|
+
var n = gf();
|
|
5250
5250
|
function r(e, t) {
|
|
5251
5251
|
var r = e.__data__;
|
|
5252
5252
|
return n(t) ? r[typeof t == "string" ? "string" : "hash"] : r.map;
|
|
5253
5253
|
}
|
|
5254
5254
|
t.exports = r;
|
|
5255
|
-
})),
|
|
5256
|
-
var n =
|
|
5255
|
+
})), vf = /* @__PURE__ */ a(((e, t) => {
|
|
5256
|
+
var n = _f();
|
|
5257
5257
|
function r(e) {
|
|
5258
5258
|
var t = n(this, e).delete(e);
|
|
5259
5259
|
return this.size -= +!!t, t;
|
|
5260
5260
|
}
|
|
5261
5261
|
t.exports = r;
|
|
5262
|
-
})),
|
|
5263
|
-
var n =
|
|
5262
|
+
})), yf = /* @__PURE__ */ a(((e, t) => {
|
|
5263
|
+
var n = _f();
|
|
5264
5264
|
function r(e) {
|
|
5265
5265
|
return n(this, e).get(e);
|
|
5266
5266
|
}
|
|
5267
5267
|
t.exports = r;
|
|
5268
|
-
})),
|
|
5269
|
-
var n =
|
|
5268
|
+
})), bf = /* @__PURE__ */ a(((e, t) => {
|
|
5269
|
+
var n = _f();
|
|
5270
5270
|
function r(e) {
|
|
5271
5271
|
return n(this, e).has(e);
|
|
5272
5272
|
}
|
|
5273
5273
|
t.exports = r;
|
|
5274
|
-
})),
|
|
5275
|
-
var n =
|
|
5274
|
+
})), xf = /* @__PURE__ */ a(((e, t) => {
|
|
5275
|
+
var n = _f();
|
|
5276
5276
|
function r(e, t) {
|
|
5277
5277
|
var r = n(this, e), i = r.size;
|
|
5278
5278
|
return r.set(e, t), this.size += r.size == i ? 0 : 1, this;
|
|
5279
5279
|
}
|
|
5280
5280
|
t.exports = r;
|
|
5281
|
-
})),
|
|
5282
|
-
var n =
|
|
5281
|
+
})), Sf = /* @__PURE__ */ a(((e, t) => {
|
|
5282
|
+
var n = hf(), r = vf(), i = yf(), a = bf(), o = xf();
|
|
5283
5283
|
function s(e) {
|
|
5284
5284
|
var t = -1, n = e == null ? 0 : e.length;
|
|
5285
5285
|
for (this.clear(); ++t < n;) {
|
|
@@ -5288,8 +5288,8 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5288
5288
|
}
|
|
5289
5289
|
}
|
|
5290
5290
|
s.prototype.clear = n, s.prototype.delete = r, s.prototype.get = i, s.prototype.has = a, s.prototype.set = o, t.exports = s;
|
|
5291
|
-
})),
|
|
5292
|
-
var n =
|
|
5291
|
+
})), Cf = /* @__PURE__ */ a(((e, t) => {
|
|
5292
|
+
var n = Sf(), r = "Expected a function";
|
|
5293
5293
|
function i(e, t) {
|
|
5294
5294
|
if (typeof e != "function" || t != null && typeof t != "function") throw TypeError(r);
|
|
5295
5295
|
var a = function() {
|
|
@@ -5301,8 +5301,8 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5301
5301
|
return a.cache = new (i.Cache || n)(), a;
|
|
5302
5302
|
}
|
|
5303
5303
|
i.Cache = n, t.exports = i;
|
|
5304
|
-
})),
|
|
5305
|
-
var n =
|
|
5304
|
+
})), wf = /* @__PURE__ */ a(((e, t) => {
|
|
5305
|
+
var n = Cf(), r = 500;
|
|
5306
5306
|
function i(e) {
|
|
5307
5307
|
var t = n(e, function(e) {
|
|
5308
5308
|
return i.size === r && i.clear(), e;
|
|
@@ -5310,22 +5310,22 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5310
5310
|
return t;
|
|
5311
5311
|
}
|
|
5312
5312
|
t.exports = i;
|
|
5313
|
-
})),
|
|
5314
|
-
var n =
|
|
5313
|
+
})), Tf = /* @__PURE__ */ a(((e, t) => {
|
|
5314
|
+
var n = wf(), r = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, i = /\\(\\)?/g;
|
|
5315
5315
|
t.exports = n(function(e) {
|
|
5316
5316
|
var t = [];
|
|
5317
5317
|
return e.charCodeAt(0) === 46 && t.push(""), e.replace(r, function(e, n, r, a) {
|
|
5318
5318
|
t.push(r ? a.replace(i, "$1") : n || e);
|
|
5319
5319
|
}), t;
|
|
5320
5320
|
});
|
|
5321
|
-
})),
|
|
5321
|
+
})), Ef = /* @__PURE__ */ a(((e, t) => {
|
|
5322
5322
|
function n(e, t) {
|
|
5323
5323
|
for (var n = -1, r = e == null ? 0 : e.length, i = Array(r); ++n < r;) i[n] = t(e[n], n, e);
|
|
5324
5324
|
return i;
|
|
5325
5325
|
}
|
|
5326
5326
|
t.exports = n;
|
|
5327
|
-
})),
|
|
5328
|
-
var n =
|
|
5327
|
+
})), Df = /* @__PURE__ */ a(((e, t) => {
|
|
5328
|
+
var n = Ld(), r = Ef(), i = Pd(), a = Hd(), o = Infinity, s = n ? n.prototype : void 0, c = s ? s.toString : void 0;
|
|
5329
5329
|
function l(e) {
|
|
5330
5330
|
if (typeof e == "string") return e;
|
|
5331
5331
|
if (i(e)) return r(e, l) + "";
|
|
@@ -5334,42 +5334,42 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5334
5334
|
return t == "0" && 1 / e == -o ? "-0" : t;
|
|
5335
5335
|
}
|
|
5336
5336
|
t.exports = l;
|
|
5337
|
-
})),
|
|
5338
|
-
var n =
|
|
5337
|
+
})), Of = /* @__PURE__ */ a(((e, t) => {
|
|
5338
|
+
var n = Df();
|
|
5339
5339
|
function r(e) {
|
|
5340
5340
|
return e == null ? "" : n(e);
|
|
5341
5341
|
}
|
|
5342
5342
|
t.exports = r;
|
|
5343
|
-
})),
|
|
5344
|
-
var n =
|
|
5343
|
+
})), kf = /* @__PURE__ */ a(((e, t) => {
|
|
5344
|
+
var n = Pd(), r = Ud(), i = Tf(), a = Of();
|
|
5345
5345
|
function o(e, t) {
|
|
5346
5346
|
return n(e) ? e : r(e, t) ? [e] : i(a(e));
|
|
5347
5347
|
}
|
|
5348
5348
|
t.exports = o;
|
|
5349
|
-
})),
|
|
5350
|
-
var n =
|
|
5349
|
+
})), Af = /* @__PURE__ */ a(((e, t) => {
|
|
5350
|
+
var n = Hd(), r = Infinity;
|
|
5351
5351
|
function i(e) {
|
|
5352
5352
|
if (typeof e == "string" || n(e)) return e;
|
|
5353
5353
|
var t = e + "";
|
|
5354
5354
|
return t == "0" && 1 / e == -r ? "-0" : t;
|
|
5355
5355
|
}
|
|
5356
5356
|
t.exports = i;
|
|
5357
|
-
})),
|
|
5358
|
-
var n =
|
|
5357
|
+
})), jf = /* @__PURE__ */ a(((e, t) => {
|
|
5358
|
+
var n = kf(), r = Af();
|
|
5359
5359
|
function i(e, t) {
|
|
5360
5360
|
t = n(t, e);
|
|
5361
5361
|
for (var i = 0, a = t.length; e != null && i < a;) e = e[r(t[i++])];
|
|
5362
5362
|
return i && i == a ? e : void 0;
|
|
5363
5363
|
}
|
|
5364
5364
|
t.exports = i;
|
|
5365
|
-
})),
|
|
5366
|
-
var n =
|
|
5365
|
+
})), Mf = /* @__PURE__ */ e((/* @__PURE__ */ a(((e, t) => {
|
|
5366
|
+
var n = jf();
|
|
5367
5367
|
function r(e, t, r) {
|
|
5368
5368
|
var i = e == null ? void 0 : n(e, t);
|
|
5369
5369
|
return i === void 0 ? r : i;
|
|
5370
5370
|
}
|
|
5371
5371
|
t.exports = r;
|
|
5372
|
-
})))(), 1),
|
|
5372
|
+
})))(), 1), Nf = (e = 16) => {
|
|
5373
5373
|
let t = {
|
|
5374
5374
|
upper: "ABCDEFGHIJKLMNOPQRSTUVWXYZ",
|
|
5375
5375
|
lower: "abcdefghijklmnopqrstuvwxyz",
|
|
@@ -5387,11 +5387,11 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5387
5387
|
i[e] = i[t], i[t] = n;
|
|
5388
5388
|
}
|
|
5389
5389
|
return i.join("");
|
|
5390
|
-
},
|
|
5390
|
+
}, Pf = ({ showPassword: e, onToggleVisibility: t, onGenerate: n }) => /* @__PURE__ */ L(me, {
|
|
5391
5391
|
position: "end",
|
|
5392
5392
|
children: [n && /* @__PURE__ */ I(Oe, {
|
|
5393
5393
|
title: "Generate Password",
|
|
5394
|
-
children: /* @__PURE__ */ I(
|
|
5394
|
+
children: /* @__PURE__ */ I(N, {
|
|
5395
5395
|
onClick: n,
|
|
5396
5396
|
edge: "end",
|
|
5397
5397
|
size: "small",
|
|
@@ -5401,25 +5401,25 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5401
5401
|
})
|
|
5402
5402
|
}), /* @__PURE__ */ I(Oe, {
|
|
5403
5403
|
title: e ? "Hide password" : "Show password",
|
|
5404
|
-
children: /* @__PURE__ */ I(
|
|
5404
|
+
children: /* @__PURE__ */ I(N, {
|
|
5405
5405
|
onClick: t,
|
|
5406
5406
|
edge: "end",
|
|
5407
5407
|
size: "small",
|
|
5408
5408
|
sx: { opacity: .7 },
|
|
5409
5409
|
"aria-label": e ? "hide password" : "show password",
|
|
5410
|
-
children: I(e ?
|
|
5410
|
+
children: I(e ? _a : ga, {})
|
|
5411
5411
|
})
|
|
5412
5412
|
})]
|
|
5413
|
-
}),
|
|
5413
|
+
}), Ff = ({ type: e, autoGenerate: t = !1, formik: n, name: r }) => {
|
|
5414
5414
|
let [i, a] = E(!1), o = {}, s = i ? "text" : "password";
|
|
5415
|
-
return e === "password" ? (o.endAdornment =
|
|
5415
|
+
return e === "password" ? (o.endAdornment = Pf({
|
|
5416
5416
|
showPassword: i,
|
|
5417
5417
|
onToggleVisibility: () => {
|
|
5418
5418
|
a(!i);
|
|
5419
5419
|
},
|
|
5420
5420
|
onGenerate: t ? () => {
|
|
5421
5421
|
if (!n || !r) return;
|
|
5422
|
-
let e =
|
|
5422
|
+
let e = Nf();
|
|
5423
5423
|
n.setFieldValue(r, e), i || a(!0);
|
|
5424
5424
|
} : void 0
|
|
5425
5425
|
}), {
|
|
@@ -5429,8 +5429,8 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5429
5429
|
inputType: e,
|
|
5430
5430
|
inputProps: o
|
|
5431
5431
|
};
|
|
5432
|
-
},
|
|
5433
|
-
let u =
|
|
5432
|
+
}, If = ({ helperText: e, errorText: t, formik: n, name: r, defaultValue: i, onChange: a, type: o, fullWidth: s = !0, autoGenerate: c = !1, ...l }) => {
|
|
5433
|
+
let u = Ff({
|
|
5434
5434
|
type: o,
|
|
5435
5435
|
autoGenerate: c,
|
|
5436
5436
|
formik: n,
|
|
@@ -5440,8 +5440,8 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5440
5440
|
!n || !r || f === void 0 || n.setFieldValue(r, f);
|
|
5441
5441
|
}, [f]), r && n) {
|
|
5442
5442
|
n.touched[r] && (t ??= n.errors[r]);
|
|
5443
|
-
let e = (0,
|
|
5444
|
-
o === "date" && (e =
|
|
5443
|
+
let e = (0, Mf.default)(n.values, r, "");
|
|
5444
|
+
o === "date" && (e = Lf(e)), d = {
|
|
5445
5445
|
value: e ?? "",
|
|
5446
5446
|
onBlur: () => n.setFieldTouched(r),
|
|
5447
5447
|
onChange: (e) => {
|
|
@@ -5470,11 +5470,11 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5470
5470
|
helperText: t || e,
|
|
5471
5471
|
error: !!t
|
|
5472
5472
|
});
|
|
5473
|
-
},
|
|
5473
|
+
}, Lf = (e) => {
|
|
5474
5474
|
if (!e) return "";
|
|
5475
5475
|
let t = new Date(e);
|
|
5476
5476
|
return `${t.getFullYear()}-${String(t.getMonth() + 1).padStart(2, "0")}-${String(t.getDate()).padStart(2, "0")}`;
|
|
5477
|
-
},
|
|
5477
|
+
}, Rf = ({ multiple: e = !1, formik: n, name: r, label: i = "Search users", disabled: a = !1, error: o, helperText: s, value: c, onChange: l }) => {
|
|
5478
5478
|
let [u, d] = E(!1), [f, p] = E([]), [m, h] = E(!1), [g, _] = E(""), v = C(async (e) => {
|
|
5479
5479
|
if (e.length < 2) {
|
|
5480
5480
|
p([]);
|
|
@@ -5533,18 +5533,18 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5533
5533
|
helperText: w() || s,
|
|
5534
5534
|
InputProps: {
|
|
5535
5535
|
...e.InputProps,
|
|
5536
|
-
endAdornment: /* @__PURE__ */ L(ke, { children: [m ? /* @__PURE__ */ I(
|
|
5536
|
+
endAdornment: /* @__PURE__ */ L(ke, { children: [m ? /* @__PURE__ */ I(oe, { size: 20 }) : null, e.InputProps.endAdornment] })
|
|
5537
5537
|
}
|
|
5538
5538
|
})
|
|
5539
5539
|
});
|
|
5540
|
-
},
|
|
5541
|
-
let [a, o] = E(null), s =
|
|
5540
|
+
}, zf = l({ name: o().trim().required("Group name is required").min(2, "Group name must be at least 2 characters").max(100, "Group name must be at most 100 characters") }), Bf = ({ open: e, onClose: n, onSuccess: r, orgId: i }) => {
|
|
5541
|
+
let [a, o] = E(null), s = gd({
|
|
5542
5542
|
initialValues: {
|
|
5543
5543
|
name: "",
|
|
5544
5544
|
read_only: !1,
|
|
5545
5545
|
members: []
|
|
5546
5546
|
},
|
|
5547
|
-
validationSchema:
|
|
5547
|
+
validationSchema: zf,
|
|
5548
5548
|
onSubmit: async (e, { setSubmitting: a, resetForm: s }) => {
|
|
5549
5549
|
o(null);
|
|
5550
5550
|
try {
|
|
@@ -5580,7 +5580,7 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5580
5580
|
}, d = () => {
|
|
5581
5581
|
s.resetForm(), n();
|
|
5582
5582
|
};
|
|
5583
|
-
return /* @__PURE__ */ L(
|
|
5583
|
+
return /* @__PURE__ */ L(se, {
|
|
5584
5584
|
open: e,
|
|
5585
5585
|
onClose: d,
|
|
5586
5586
|
maxWidth: "sm",
|
|
@@ -5590,8 +5590,8 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5590
5590
|
onSubmit: s.handleSubmit
|
|
5591
5591
|
},
|
|
5592
5592
|
children: [
|
|
5593
|
-
/* @__PURE__ */ I(
|
|
5594
|
-
/* @__PURE__ */ I(
|
|
5593
|
+
/* @__PURE__ */ I(ue, { children: "Create New Group" }),
|
|
5594
|
+
/* @__PURE__ */ I(le, { children: /* @__PURE__ */ L(j, {
|
|
5595
5595
|
sx: {
|
|
5596
5596
|
display: "flex",
|
|
5597
5597
|
flexDirection: "column",
|
|
@@ -5604,7 +5604,7 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5604
5604
|
onClose: () => o(null),
|
|
5605
5605
|
children: a.message
|
|
5606
5606
|
}),
|
|
5607
|
-
/* @__PURE__ */ I(
|
|
5607
|
+
/* @__PURE__ */ I(If, {
|
|
5608
5608
|
label: "Group Name",
|
|
5609
5609
|
name: "name",
|
|
5610
5610
|
formik: s,
|
|
@@ -5612,7 +5612,7 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5612
5612
|
disabled: s.isSubmitting,
|
|
5613
5613
|
placeholder: "e.g., Computer Science 101"
|
|
5614
5614
|
}),
|
|
5615
|
-
/* @__PURE__ */ I(
|
|
5615
|
+
/* @__PURE__ */ I(pe, {
|
|
5616
5616
|
control: /* @__PURE__ */ I(Te, {
|
|
5617
5617
|
name: "read_only",
|
|
5618
5618
|
checked: s.values.read_only,
|
|
@@ -5621,12 +5621,12 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5621
5621
|
}),
|
|
5622
5622
|
label: "Read-only group (only moderators can post)"
|
|
5623
5623
|
}),
|
|
5624
|
-
/* @__PURE__ */ I(
|
|
5624
|
+
/* @__PURE__ */ I(de, { sx: { my: 2 } }),
|
|
5625
5625
|
/* @__PURE__ */ L(j, { children: [/* @__PURE__ */ I(F, {
|
|
5626
5626
|
variant: "subtitle2",
|
|
5627
5627
|
gutterBottom: !0,
|
|
5628
5628
|
children: "Add Members"
|
|
5629
|
-
}), /* @__PURE__ */ I(
|
|
5629
|
+
}), /* @__PURE__ */ I(Rf, {
|
|
5630
5630
|
multiple: !0,
|
|
5631
5631
|
label: "Search users to add",
|
|
5632
5632
|
value: s.values.members.map((e) => e.user),
|
|
@@ -5655,15 +5655,15 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5655
5655
|
size: "small",
|
|
5656
5656
|
disabled: s.isSubmitting,
|
|
5657
5657
|
sx: { mr: 2 },
|
|
5658
|
-
children: [/* @__PURE__ */ I(
|
|
5658
|
+
children: [/* @__PURE__ */ I(P, {
|
|
5659
5659
|
value: "member",
|
|
5660
5660
|
children: "Member"
|
|
5661
|
-
}), /* @__PURE__ */ I(
|
|
5661
|
+
}), /* @__PURE__ */ I(P, {
|
|
5662
5662
|
value: "moderator",
|
|
5663
5663
|
children: "Moderator"
|
|
5664
5664
|
})]
|
|
5665
5665
|
}),
|
|
5666
|
-
/* @__PURE__ */ I(
|
|
5666
|
+
/* @__PURE__ */ I(N, {
|
|
5667
5667
|
size: "small",
|
|
5668
5668
|
onClick: () => u(e.userId),
|
|
5669
5669
|
disabled: s.isSubmitting,
|
|
@@ -5674,7 +5674,7 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5674
5674
|
}, e.userId))] })
|
|
5675
5675
|
]
|
|
5676
5676
|
}) }),
|
|
5677
|
-
/* @__PURE__ */ L(
|
|
5677
|
+
/* @__PURE__ */ L(ce, {
|
|
5678
5678
|
sx: { p: 3 },
|
|
5679
5679
|
children: [/* @__PURE__ */ I(M, {
|
|
5680
5680
|
onClick: d,
|
|
@@ -5684,19 +5684,24 @@ var jd = /* @__PURE__ */ a(((e, t) => {
|
|
|
5684
5684
|
type: "submit",
|
|
5685
5685
|
variant: "contained",
|
|
5686
5686
|
disabled: s.isSubmitting || !s.isValid,
|
|
5687
|
-
startIcon: s.isSubmitting && /* @__PURE__ */ I(
|
|
5687
|
+
startIcon: s.isSubmitting && /* @__PURE__ */ I(oe, { size: 16 }),
|
|
5688
5688
|
children: "Create Group"
|
|
5689
5689
|
})]
|
|
5690
5690
|
})
|
|
5691
5691
|
]
|
|
5692
5692
|
});
|
|
5693
|
-
},
|
|
5693
|
+
}, Vf = async (e) => {
|
|
5694
5694
|
let n = await t().getGroups(e);
|
|
5695
5695
|
return await r.groups.clear(), await r.groups.bulkPut(n), n;
|
|
5696
|
+
}, Hf = async (e, n, i) => {
|
|
5697
|
+
let a = await t().updateGroup(e, n, { name: i });
|
|
5698
|
+
return await r.groups.update(n, { name: a.name }), a;
|
|
5699
|
+
}, Uf = async (e, n) => {
|
|
5700
|
+
await t().deleteGroup(e, n), await r.groups.delete(n), await r.summaries.filter((e) => e.group === n).delete();
|
|
5696
5701
|
};
|
|
5697
5702
|
//#endregion
|
|
5698
|
-
//#region
|
|
5699
|
-
function
|
|
5703
|
+
//#region node_modules/dexie-react-hooks/dist/dexie-react-hooks.mjs
|
|
5704
|
+
function Wf(e, t, n) {
|
|
5700
5705
|
let r, i;
|
|
5701
5706
|
typeof e == "function" ? (r = t || [], i = n) : (r = [], i = t);
|
|
5702
5707
|
let a = _.useRef({
|
|
@@ -5727,16 +5732,16 @@ function zf(e, t, n) {
|
|
|
5727
5732
|
}, r), a.current.error) throw a.current.error;
|
|
5728
5733
|
return a.current.result;
|
|
5729
5734
|
}
|
|
5730
|
-
function
|
|
5731
|
-
return
|
|
5735
|
+
function Gf(e, t, n) {
|
|
5736
|
+
return Wf(() => i.liveQuery(e), t || [], n);
|
|
5732
5737
|
}
|
|
5733
5738
|
typeof FinalizationRegistry < "u" && new FinalizationRegistry((e) => {
|
|
5734
5739
|
let t = i.DexieYProvider;
|
|
5735
5740
|
t && t.release(e);
|
|
5736
5741
|
}), Reflect.get(g, "use");
|
|
5737
|
-
var
|
|
5738
|
-
let [a, o] = E(!0), [s, c] = E(), [l, u] = E(!1), d =
|
|
5739
|
-
o(!0), n?.org && (await Promise.all([m({}),
|
|
5742
|
+
var Kf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i }) => {
|
|
5743
|
+
let [a, o] = E(!0), [s, c] = E(), [l, u] = E(!1), d = Gf(() => r.summaries.toArray(), [e]) || [], f = Gf(() => r.groups.toArray(), []) || [], p = n?.role === "admin" || n?.role === "system", h = C(async () => {
|
|
5744
|
+
o(!0), n?.org && (await Promise.all([m({}), Vf(n?.org)]).catch((e) => {
|
|
5740
5745
|
c(e instanceof Error ? e : Error(String(e)));
|
|
5741
5746
|
}), o(!1));
|
|
5742
5747
|
}, [n?.org]);
|
|
@@ -5794,7 +5799,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5794
5799
|
children: "Messages"
|
|
5795
5800
|
}), p && /* @__PURE__ */ I(Oe, {
|
|
5796
5801
|
title: "Create Group",
|
|
5797
|
-
children: /* @__PURE__ */ I(
|
|
5802
|
+
children: /* @__PURE__ */ I(N, {
|
|
5798
5803
|
color: "primary",
|
|
5799
5804
|
onClick: () => u(!0),
|
|
5800
5805
|
size: "small",
|
|
@@ -5803,7 +5808,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5803
5808
|
})
|
|
5804
5809
|
})] })
|
|
5805
5810
|
}),
|
|
5806
|
-
p && n?.org && /* @__PURE__ */ I(
|
|
5811
|
+
p && n?.org && /* @__PURE__ */ I(Bf, {
|
|
5807
5812
|
open: l,
|
|
5808
5813
|
onClose: () => u(!1),
|
|
5809
5814
|
onSuccess: async () => {
|
|
@@ -5814,7 +5819,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5814
5819
|
/* @__PURE__ */ I(j, {
|
|
5815
5820
|
flex: 1,
|
|
5816
5821
|
overflow: "auto",
|
|
5817
|
-
children: a && !d.length ? /* @__PURE__ */ I(
|
|
5822
|
+
children: a && !d.length ? /* @__PURE__ */ I(he, {
|
|
5818
5823
|
disablePadding: !0,
|
|
5819
5824
|
children: [
|
|
5820
5825
|
1,
|
|
@@ -5822,7 +5827,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5822
5827
|
3,
|
|
5823
5828
|
4,
|
|
5824
5829
|
5
|
|
5825
|
-
].map((e) => /* @__PURE__ */ I(
|
|
5830
|
+
].map((e) => /* @__PURE__ */ I(xa, {}, e))
|
|
5826
5831
|
}) : s ? /* @__PURE__ */ I(j, {
|
|
5827
5832
|
p: 2,
|
|
5828
5833
|
children: /* @__PURE__ */ L(D, {
|
|
@@ -5840,7 +5845,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5840
5845
|
align: "center",
|
|
5841
5846
|
children: "No conversations yet"
|
|
5842
5847
|
})
|
|
5843
|
-
}) : /* @__PURE__ */ I(
|
|
5848
|
+
}) : /* @__PURE__ */ I(he, {
|
|
5844
5849
|
disablePadding: !0,
|
|
5845
5850
|
children: (() => {
|
|
5846
5851
|
let e = new Set(d.filter((e) => e.group !== void 0).map((e) => e.group)), t = f.filter((t) => !e.has(t.id)).map((e) => ({
|
|
@@ -5849,7 +5854,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5849
5854
|
message_count: 0,
|
|
5850
5855
|
unread_count: 0
|
|
5851
5856
|
}));
|
|
5852
|
-
return [...[...d].sort((e, t) => new Date(t.last_message_at).getTime() - new Date(e.last_message_at).getTime()), ...t].map((e) => /* @__PURE__ */ I(
|
|
5857
|
+
return [...[...d].sort((e, t) => new Date(t.last_message_at).getTime() - new Date(e.last_message_at).getTime()), ...t].map((e) => /* @__PURE__ */ I(ba, {
|
|
5853
5858
|
conversation: e,
|
|
5854
5859
|
displayName: v(e),
|
|
5855
5860
|
selected: y(e),
|
|
@@ -5861,13 +5866,13 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5861
5866
|
})
|
|
5862
5867
|
]
|
|
5863
5868
|
});
|
|
5864
|
-
},
|
|
5865
|
-
let
|
|
5866
|
-
|
|
5867
|
-
},
|
|
5868
|
-
|
|
5869
|
-
},
|
|
5870
|
-
o(e),
|
|
5869
|
+
}, qf = ({ displayName: e, type: t, subtitle: n, isConnected: r = !0, onBack: i, showJoinButton: a = !1, onJoin: o, joining: s = !1, showMembersButton: c = !1, onManageMembers: l, canManageGroup: u = !1, onRenameGroup: d, onDeleteGroup: f, deletingGroup: p = !1 }) => {
|
|
5870
|
+
let m = t === "group", [h, g] = E(null), [_, v] = E(null), y = (e) => {
|
|
5871
|
+
g(e.currentTarget);
|
|
5872
|
+
}, b = () => {
|
|
5873
|
+
g(null);
|
|
5874
|
+
}, x = (e) => {
|
|
5875
|
+
o(e), b();
|
|
5871
5876
|
};
|
|
5872
5877
|
return /* @__PURE__ */ I(O, {
|
|
5873
5878
|
position: "static",
|
|
@@ -5877,7 +5882,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5877
5882
|
color: "text.primary"
|
|
5878
5883
|
},
|
|
5879
5884
|
children: /* @__PURE__ */ L(De, { children: [
|
|
5880
|
-
i && /* @__PURE__ */ I(
|
|
5885
|
+
i && /* @__PURE__ */ I(N, {
|
|
5881
5886
|
edge: "start",
|
|
5882
5887
|
color: "inherit",
|
|
5883
5888
|
onClick: i,
|
|
@@ -5893,10 +5898,10 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5893
5898
|
}),
|
|
5894
5899
|
/* @__PURE__ */ I(A, {
|
|
5895
5900
|
sx: {
|
|
5896
|
-
bgcolor:
|
|
5901
|
+
bgcolor: m ? "primary.main" : "secondary.main",
|
|
5897
5902
|
mr: 2
|
|
5898
5903
|
},
|
|
5899
|
-
children: I(
|
|
5904
|
+
children: I(m ? ca : da, {})
|
|
5900
5905
|
}),
|
|
5901
5906
|
/* @__PURE__ */ L(j, {
|
|
5902
5907
|
flex: 1,
|
|
@@ -5912,14 +5917,43 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5912
5917
|
children: n
|
|
5913
5918
|
})]
|
|
5914
5919
|
}),
|
|
5915
|
-
c &&
|
|
5920
|
+
c && m && /* @__PURE__ */ I(N, {
|
|
5916
5921
|
color: "inherit",
|
|
5917
5922
|
onClick: l,
|
|
5918
5923
|
title: "Members",
|
|
5919
5924
|
sx: { mr: .5 },
|
|
5920
|
-
children: /* @__PURE__ */ I(
|
|
5925
|
+
children: /* @__PURE__ */ I(ua, {})
|
|
5921
5926
|
}),
|
|
5922
|
-
|
|
5927
|
+
u && m && /* @__PURE__ */ L(ke, { children: [/* @__PURE__ */ I(N, {
|
|
5928
|
+
color: "inherit",
|
|
5929
|
+
onClick: (e) => v(e.currentTarget),
|
|
5930
|
+
disabled: p,
|
|
5931
|
+
title: "Manage group",
|
|
5932
|
+
children: /* @__PURE__ */ I(la, {})
|
|
5933
|
+
}), /* @__PURE__ */ L(be, {
|
|
5934
|
+
anchorEl: _,
|
|
5935
|
+
open: !!_,
|
|
5936
|
+
onClose: () => v(null),
|
|
5937
|
+
children: [/* @__PURE__ */ L(P, {
|
|
5938
|
+
onClick: () => {
|
|
5939
|
+
v(null), d?.();
|
|
5940
|
+
},
|
|
5941
|
+
children: [/* @__PURE__ */ I(oa, {
|
|
5942
|
+
fontSize: "small",
|
|
5943
|
+
sx: { mr: 1 }
|
|
5944
|
+
}), "Rename Group"]
|
|
5945
|
+
}), /* @__PURE__ */ L(P, {
|
|
5946
|
+
onClick: () => {
|
|
5947
|
+
v(null), f?.();
|
|
5948
|
+
},
|
|
5949
|
+
sx: { color: "error.main" },
|
|
5950
|
+
children: [/* @__PURE__ */ I(ia, {
|
|
5951
|
+
fontSize: "small",
|
|
5952
|
+
sx: { mr: 1 }
|
|
5953
|
+
}), "Delete Group"]
|
|
5954
|
+
})]
|
|
5955
|
+
})] }),
|
|
5956
|
+
a && m && /* @__PURE__ */ L(j, {
|
|
5923
5957
|
sx: {
|
|
5924
5958
|
display: "flex",
|
|
5925
5959
|
alignItems: "center",
|
|
@@ -5928,26 +5962,26 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5928
5962
|
children: [/* @__PURE__ */ I(M, {
|
|
5929
5963
|
variant: "contained",
|
|
5930
5964
|
color: "primary",
|
|
5931
|
-
startIcon: /* @__PURE__ */ I(
|
|
5965
|
+
startIcon: /* @__PURE__ */ I(fa, {}),
|
|
5932
5966
|
endIcon: /* @__PURE__ */ I(ea, {}),
|
|
5933
|
-
onClick:
|
|
5967
|
+
onClick: y,
|
|
5934
5968
|
disabled: s,
|
|
5935
5969
|
children: s ? "Joining..." : "Join"
|
|
5936
|
-
}), /* @__PURE__ */ L(
|
|
5937
|
-
anchorEl:
|
|
5938
|
-
open: !!
|
|
5939
|
-
onClose:
|
|
5940
|
-
children: [/* @__PURE__ */ I(
|
|
5941
|
-
onClick: () =>
|
|
5970
|
+
}), /* @__PURE__ */ L(be, {
|
|
5971
|
+
anchorEl: h,
|
|
5972
|
+
open: !!h,
|
|
5973
|
+
onClose: b,
|
|
5974
|
+
children: [/* @__PURE__ */ I(P, {
|
|
5975
|
+
onClick: () => x("member"),
|
|
5942
5976
|
children: "Member"
|
|
5943
|
-
}), /* @__PURE__ */ I(
|
|
5944
|
-
onClick: () =>
|
|
5977
|
+
}), /* @__PURE__ */ I(P, {
|
|
5978
|
+
onClick: () => x("moderator"),
|
|
5945
5979
|
children: "Moderator"
|
|
5946
5980
|
})]
|
|
5947
5981
|
})]
|
|
5948
5982
|
}),
|
|
5949
5983
|
!r && /* @__PURE__ */ I(ae, {
|
|
5950
|
-
icon: /* @__PURE__ */ I(
|
|
5984
|
+
icon: /* @__PURE__ */ I(va, {}),
|
|
5951
5985
|
label: "Disconnected",
|
|
5952
5986
|
size: "small",
|
|
5953
5987
|
color: "warning",
|
|
@@ -5955,7 +5989,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5955
5989
|
})
|
|
5956
5990
|
] })
|
|
5957
5991
|
});
|
|
5958
|
-
},
|
|
5992
|
+
}, Jf = ({ member: e, currentUserId: t, canManage: n, removing: r, updating: i, onRemove: a, onRoleChange: o }) => /* @__PURE__ */ L(ge, {
|
|
5959
5993
|
secondaryAction: n ? /* @__PURE__ */ L(j, {
|
|
5960
5994
|
sx: {
|
|
5961
5995
|
display: "flex",
|
|
@@ -5970,19 +6004,19 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5970
6004
|
variant: "standard",
|
|
5971
6005
|
disableUnderline: !0,
|
|
5972
6006
|
sx: { fontSize: 12 },
|
|
5973
|
-
children: [/* @__PURE__ */ I(
|
|
6007
|
+
children: [/* @__PURE__ */ I(P, {
|
|
5974
6008
|
value: "member",
|
|
5975
6009
|
children: "Member"
|
|
5976
|
-
}), /* @__PURE__ */ I(
|
|
6010
|
+
}), /* @__PURE__ */ I(P, {
|
|
5977
6011
|
value: "moderator",
|
|
5978
6012
|
children: "Moderator"
|
|
5979
6013
|
})]
|
|
5980
|
-
}), /* @__PURE__ */ I(
|
|
6014
|
+
}), /* @__PURE__ */ I(N, {
|
|
5981
6015
|
size: "small",
|
|
5982
6016
|
color: "error",
|
|
5983
6017
|
onClick: () => a(e.id),
|
|
5984
6018
|
disabled: r || i,
|
|
5985
|
-
children: r ? /* @__PURE__ */ I(
|
|
6019
|
+
children: r ? /* @__PURE__ */ I(oe, { size: 16 }) : /* @__PURE__ */ I(ra, { fontSize: "small" })
|
|
5986
6020
|
})]
|
|
5987
6021
|
}) : void 0,
|
|
5988
6022
|
children: [/* @__PURE__ */ I(A, {
|
|
@@ -5992,8 +6026,8 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
5992
6026
|
height: 32,
|
|
5993
6027
|
bgcolor: "primary.main"
|
|
5994
6028
|
},
|
|
5995
|
-
children: /* @__PURE__ */ I(
|
|
5996
|
-
}), /* @__PURE__ */ I(
|
|
6029
|
+
children: /* @__PURE__ */ I(da, { fontSize: "small" })
|
|
6030
|
+
}), /* @__PURE__ */ I(ye, { primary: /* @__PURE__ */ L(j, {
|
|
5997
6031
|
sx: {
|
|
5998
6032
|
display: "flex",
|
|
5999
6033
|
alignItems: "center",
|
|
@@ -6009,7 +6043,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
6009
6043
|
children: "(you)"
|
|
6010
6044
|
})]
|
|
6011
6045
|
}) })]
|
|
6012
|
-
}),
|
|
6046
|
+
}), Yf = ({ open: e, onClose: n, orgId: r, groupId: i, existingMemberIds: a, onSuccess: o }) => {
|
|
6013
6047
|
let [s, c] = E([]), [l, u] = E(!1), [d, f] = E(null), p = () => {
|
|
6014
6048
|
c([]), f(null), n();
|
|
6015
6049
|
}, m = (e) => {
|
|
@@ -6026,14 +6060,14 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
6026
6060
|
}, g = (e) => {
|
|
6027
6061
|
c((t) => t.filter((t) => t.id !== e));
|
|
6028
6062
|
};
|
|
6029
|
-
return /* @__PURE__ */ L(
|
|
6063
|
+
return /* @__PURE__ */ L(se, {
|
|
6030
6064
|
open: e,
|
|
6031
6065
|
onClose: p,
|
|
6032
6066
|
maxWidth: "xs",
|
|
6033
6067
|
fullWidth: !0,
|
|
6034
6068
|
children: [
|
|
6035
|
-
/* @__PURE__ */ I(
|
|
6036
|
-
/* @__PURE__ */ I(
|
|
6069
|
+
/* @__PURE__ */ I(ue, { children: "Add Members" }),
|
|
6070
|
+
/* @__PURE__ */ I(le, { children: /* @__PURE__ */ L(j, {
|
|
6037
6071
|
sx: {
|
|
6038
6072
|
display: "flex",
|
|
6039
6073
|
flexDirection: "column",
|
|
@@ -6046,7 +6080,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
6046
6080
|
onClose: () => f(null),
|
|
6047
6081
|
children: d.message
|
|
6048
6082
|
}),
|
|
6049
|
-
/* @__PURE__ */ I(
|
|
6083
|
+
/* @__PURE__ */ I(Rf, {
|
|
6050
6084
|
multiple: !0,
|
|
6051
6085
|
label: "Search users to add",
|
|
6052
6086
|
value: s.map((e) => e.user),
|
|
@@ -6075,15 +6109,15 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
6075
6109
|
size: "small",
|
|
6076
6110
|
disabled: l,
|
|
6077
6111
|
sx: { mr: 1 },
|
|
6078
|
-
children: [/* @__PURE__ */ I(
|
|
6112
|
+
children: [/* @__PURE__ */ I(P, {
|
|
6079
6113
|
value: "member",
|
|
6080
6114
|
children: "Member"
|
|
6081
|
-
}), /* @__PURE__ */ I(
|
|
6115
|
+
}), /* @__PURE__ */ I(P, {
|
|
6082
6116
|
value: "moderator",
|
|
6083
6117
|
children: "Moderator"
|
|
6084
6118
|
})]
|
|
6085
6119
|
}),
|
|
6086
|
-
/* @__PURE__ */ I(
|
|
6120
|
+
/* @__PURE__ */ I(N, {
|
|
6087
6121
|
size: "small",
|
|
6088
6122
|
color: "error",
|
|
6089
6123
|
onClick: () => g(e.id),
|
|
@@ -6094,7 +6128,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
6094
6128
|
}, e.id))
|
|
6095
6129
|
]
|
|
6096
6130
|
}) }),
|
|
6097
|
-
/* @__PURE__ */ L(
|
|
6131
|
+
/* @__PURE__ */ L(ce, {
|
|
6098
6132
|
sx: { p: 2 },
|
|
6099
6133
|
children: [/* @__PURE__ */ I(M, {
|
|
6100
6134
|
onClick: p,
|
|
@@ -6118,13 +6152,13 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
6118
6152
|
}
|
|
6119
6153
|
},
|
|
6120
6154
|
disabled: l || s.length === 0,
|
|
6121
|
-
startIcon: l && /* @__PURE__ */ I(
|
|
6155
|
+
startIcon: l && /* @__PURE__ */ I(oe, { size: 16 }),
|
|
6122
6156
|
children: l ? "Adding..." : `Add${s.length > 0 ? ` ${s.length}` : ""}`
|
|
6123
6157
|
})]
|
|
6124
6158
|
})
|
|
6125
6159
|
]
|
|
6126
6160
|
});
|
|
6127
|
-
},
|
|
6161
|
+
}, Xf = ({ open: e, onClose: n, orgId: r, groupId: i, currentUserId: a, canManage: o }) => {
|
|
6128
6162
|
let [s, c] = E([]), [l, u] = E(!1), [d, f] = E(null), [p, m] = E(null), [h, g] = E(null), [_, v] = E(!1), y = C(async () => {
|
|
6129
6163
|
u(!0), f(null);
|
|
6130
6164
|
try {
|
|
@@ -6163,7 +6197,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
6163
6197
|
g(null);
|
|
6164
6198
|
}
|
|
6165
6199
|
};
|
|
6166
|
-
return /* @__PURE__ */ L(ke, { children: [/* @__PURE__ */ L(
|
|
6200
|
+
return /* @__PURE__ */ L(ke, { children: [/* @__PURE__ */ L(fe, {
|
|
6167
6201
|
anchor: "right",
|
|
6168
6202
|
open: e,
|
|
6169
6203
|
onClose: n,
|
|
@@ -6182,7 +6216,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
6182
6216
|
children: [/* @__PURE__ */ I(F, {
|
|
6183
6217
|
variant: "h6",
|
|
6184
6218
|
children: "Members"
|
|
6185
|
-
}), /* @__PURE__ */ I(
|
|
6219
|
+
}), /* @__PURE__ */ I(N, {
|
|
6186
6220
|
size: "small",
|
|
6187
6221
|
onClick: n,
|
|
6188
6222
|
children: /* @__PURE__ */ I(na, {})
|
|
@@ -6212,10 +6246,10 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
6212
6246
|
justifyContent: "center",
|
|
6213
6247
|
mt: 4
|
|
6214
6248
|
},
|
|
6215
|
-
children: /* @__PURE__ */ I(
|
|
6216
|
-
}) : /* @__PURE__ */ L(
|
|
6249
|
+
children: /* @__PURE__ */ I(oe, { size: 32 })
|
|
6250
|
+
}) : /* @__PURE__ */ L(he, {
|
|
6217
6251
|
disablePadding: !0,
|
|
6218
|
-
children: [s.map((e) => /* @__PURE__ */ I(
|
|
6252
|
+
children: [s.map((e) => /* @__PURE__ */ I(Jf, {
|
|
6219
6253
|
member: e,
|
|
6220
6254
|
currentUserId: a,
|
|
6221
6255
|
canManage: o,
|
|
@@ -6252,7 +6286,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
6252
6286
|
})
|
|
6253
6287
|
]
|
|
6254
6288
|
})]
|
|
6255
|
-
}), /* @__PURE__ */ I(
|
|
6289
|
+
}), /* @__PURE__ */ I(Yf, {
|
|
6256
6290
|
open: _,
|
|
6257
6291
|
onClose: () => v(!1),
|
|
6258
6292
|
orgId: r,
|
|
@@ -6263,7 +6297,7 @@ var Vf = ({ selectedConversation: e, currentUser: n, onConversationSelect: i })
|
|
|
6263
6297
|
};
|
|
6264
6298
|
//#endregion
|
|
6265
6299
|
//#region src/utils/date.ts
|
|
6266
|
-
function
|
|
6300
|
+
function Zf(e) {
|
|
6267
6301
|
return (typeof e == "string" ? new Date(e) : e).toLocaleTimeString("en-US", {
|
|
6268
6302
|
hour: "numeric",
|
|
6269
6303
|
minute: "2-digit",
|
|
@@ -6272,7 +6306,7 @@ function Kf(e) {
|
|
|
6272
6306
|
}
|
|
6273
6307
|
//#endregion
|
|
6274
6308
|
//#region src/components/MessageBubble.tsx
|
|
6275
|
-
var
|
|
6309
|
+
var Qf = _.memo(({ message: e, isOwnMessage: t, senderName: n, showSenderName: r = !0, isFirstInGroup: i = !0, isLastInGroup: a = !0, status: o = "sent" }) => {
|
|
6276
6310
|
let s = e.id.startsWith("temp-"), l = () => {
|
|
6277
6311
|
if (!t || !a) return null;
|
|
6278
6312
|
let e = {
|
|
@@ -6281,10 +6315,10 @@ var qf = _.memo(({ message: e, isOwnMessage: t, senderName: n, showSenderName: r
|
|
|
6281
6315
|
opacity: .7,
|
|
6282
6316
|
verticalAlign: "middle"
|
|
6283
6317
|
};
|
|
6284
|
-
return o === "failed" ? /* @__PURE__ */ I(
|
|
6318
|
+
return o === "failed" ? /* @__PURE__ */ I(sa, { sx: {
|
|
6285
6319
|
...e,
|
|
6286
6320
|
color: "error.main"
|
|
6287
|
-
} }) : I(o === "sending" || s ?
|
|
6321
|
+
} }) : I(o === "sending" || s ? ma : aa, { sx: e });
|
|
6288
6322
|
}, u = /* @__PURE__ */ I(A, {
|
|
6289
6323
|
sx: {
|
|
6290
6324
|
width: 32,
|
|
@@ -6338,7 +6372,7 @@ var qf = _.memo(({ message: e, isOwnMessage: t, senderName: n, showSenderName: r
|
|
|
6338
6372
|
variant: "caption",
|
|
6339
6373
|
color: t ? "inherit" : "text.secondary",
|
|
6340
6374
|
sx: { opacity: .7 },
|
|
6341
|
-
children:
|
|
6375
|
+
children: Zf(new Date(e.created_at))
|
|
6342
6376
|
}), /* @__PURE__ */ I(l, {})]
|
|
6343
6377
|
})
|
|
6344
6378
|
]
|
|
@@ -6346,7 +6380,7 @@ var qf = _.memo(({ message: e, isOwnMessage: t, senderName: n, showSenderName: r
|
|
|
6346
6380
|
t && u
|
|
6347
6381
|
]
|
|
6348
6382
|
});
|
|
6349
|
-
}),
|
|
6383
|
+
}), $f = ({ isOwnMessage: e = !1 }) => /* @__PURE__ */ I(j, {
|
|
6350
6384
|
display: "flex",
|
|
6351
6385
|
justifyContent: e ? "flex-end" : "flex-start",
|
|
6352
6386
|
mb: 1,
|
|
@@ -6366,7 +6400,7 @@ var qf = _.memo(({ message: e, isOwnMessage: t, senderName: n, showSenderName: r
|
|
|
6366
6400
|
}
|
|
6367
6401
|
})]
|
|
6368
6402
|
})
|
|
6369
|
-
}),
|
|
6403
|
+
}), ep = ({ hasMore: e, loading: t, onLoadMore: n, threshold: r = 1, rootMargin: i = "100px" }) => {
|
|
6370
6404
|
let a = T(null), o = T(null);
|
|
6371
6405
|
return w(() => {
|
|
6372
6406
|
if (!e || t) return;
|
|
@@ -6392,28 +6426,28 @@ var qf = _.memo(({ message: e, isOwnMessage: t, senderName: n, showSenderName: r
|
|
|
6392
6426
|
justifyContent: "center",
|
|
6393
6427
|
alignItems: "center",
|
|
6394
6428
|
py: 2,
|
|
6395
|
-
children: t ? /* @__PURE__ */ I(
|
|
6429
|
+
children: t ? /* @__PURE__ */ I(oe, { size: 24 }) : /* @__PURE__ */ I(F, {
|
|
6396
6430
|
variant: "caption",
|
|
6397
6431
|
color: "text.secondary",
|
|
6398
6432
|
children: "Scroll to load more"
|
|
6399
6433
|
})
|
|
6400
6434
|
}) : null;
|
|
6401
|
-
},
|
|
6435
|
+
}, tp = (e, t, n) => {
|
|
6402
6436
|
w(() => ((async () => {
|
|
6403
6437
|
await e();
|
|
6404
6438
|
})(), n), t);
|
|
6405
6439
|
};
|
|
6406
6440
|
//#endregion
|
|
6407
6441
|
//#region src/hooks/useSenderNames.ts
|
|
6408
|
-
function
|
|
6442
|
+
function np(e) {
|
|
6409
6443
|
let t = e.map((e) => Number(e.sender));
|
|
6410
6444
|
return new Set(t);
|
|
6411
6445
|
}
|
|
6412
|
-
function
|
|
6446
|
+
function rp(e) {
|
|
6413
6447
|
let n = t(), [i, a] = E(() => /* @__PURE__ */ new Map()), o = C(async () => {
|
|
6414
6448
|
if (!e.length) return i;
|
|
6415
6449
|
try {
|
|
6416
|
-
let t =
|
|
6450
|
+
let t = np(e), a = Array.from(t);
|
|
6417
6451
|
if (console.log("[names] size:", t.size), !t.size) return i;
|
|
6418
6452
|
let o = (await r.users.bulkGet(a)).filter((e) => !!e), s = /* @__PURE__ */ new Map();
|
|
6419
6453
|
if (o.forEach((e) => {
|
|
@@ -6428,14 +6462,14 @@ function Qf(e) {
|
|
|
6428
6462
|
}
|
|
6429
6463
|
return i;
|
|
6430
6464
|
}, [e, i]);
|
|
6431
|
-
return
|
|
6465
|
+
return tp(async () => {
|
|
6432
6466
|
a(await o());
|
|
6433
6467
|
}, [e]), i;
|
|
6434
6468
|
}
|
|
6435
6469
|
//#endregion
|
|
6436
6470
|
//#region src/components/MessageList.tsx
|
|
6437
|
-
var
|
|
6438
|
-
let c = T(null), l = T(null), u = T(0), d = T(!0), [f, p] = E(i), m =
|
|
6471
|
+
var ip = ({ messages: e, currentUserId: t, loading: n = !1, error: r = null, autoScroll: i = !0, hasMore: a = !1, loadingMore: o = !1, onLoadMore: s }) => {
|
|
6472
|
+
let c = T(null), l = T(null), u = T(0), d = T(!0), [f, p] = E(i), m = rp(e), g = () => {
|
|
6439
6473
|
if (!l.current) return !1;
|
|
6440
6474
|
let { scrollTop: e, scrollHeight: t, clientHeight: n } = l.current;
|
|
6441
6475
|
return t - e - n < 100;
|
|
@@ -6462,7 +6496,7 @@ var $f = ({ messages: e, currentUserId: t, loading: n = !1, error: r = null, aut
|
|
|
6462
6496
|
3,
|
|
6463
6497
|
4,
|
|
6464
6498
|
5
|
|
6465
|
-
].map((e) => /* @__PURE__ */ I(
|
|
6499
|
+
].map((e) => /* @__PURE__ */ I($f, { isOwnMessage: e % 3 == 0 }, e))
|
|
6466
6500
|
}) : r && !e.length ? /* @__PURE__ */ I(j, {
|
|
6467
6501
|
display: "flex",
|
|
6468
6502
|
justifyContent: "center",
|
|
@@ -6498,14 +6532,14 @@ var $f = ({ messages: e, currentUserId: t, loading: n = !1, error: r = null, aut
|
|
|
6498
6532
|
d.current = g();
|
|
6499
6533
|
},
|
|
6500
6534
|
children: [
|
|
6501
|
-
a && s && /* @__PURE__ */ I(
|
|
6535
|
+
a && s && /* @__PURE__ */ I(ep, {
|
|
6502
6536
|
hasMore: a,
|
|
6503
6537
|
loading: o,
|
|
6504
6538
|
onLoadMore: s
|
|
6505
6539
|
}),
|
|
6506
6540
|
e.map((n, r) => {
|
|
6507
6541
|
let i = n.sender, a = n.sender === t, o = m.get(i), s = r > 0 ? e[r - 1] : null, c = r < e.length - 1 ? e[r + 1] : null, l = !s || !h(s, n);
|
|
6508
|
-
return /* @__PURE__ */ I(
|
|
6542
|
+
return /* @__PURE__ */ I(Qf, {
|
|
6509
6543
|
message: n,
|
|
6510
6544
|
isOwnMessage: a,
|
|
6511
6545
|
senderName: o,
|
|
@@ -6517,7 +6551,7 @@ var $f = ({ messages: e, currentUserId: t, loading: n = !1, error: r = null, aut
|
|
|
6517
6551
|
/* @__PURE__ */ I("div", { ref: c })
|
|
6518
6552
|
]
|
|
6519
6553
|
});
|
|
6520
|
-
},
|
|
6554
|
+
}, ap = ({ onSend: e, sending: t = !1, placeholder: n = "Type a message...", disabled: r = !1, disableReason: i }) => {
|
|
6521
6555
|
let [a, o] = E(""), s = T(null), c = () => {
|
|
6522
6556
|
let n = a.trim();
|
|
6523
6557
|
n && !t && !r && (e(n), o(""), setTimeout(() => {
|
|
@@ -6544,20 +6578,20 @@ var $f = ({ messages: e, currentUserId: t, loading: n = !1, error: r = null, aut
|
|
|
6544
6578
|
disabled: r || t,
|
|
6545
6579
|
variant: "outlined",
|
|
6546
6580
|
size: "small"
|
|
6547
|
-
}), /* @__PURE__ */ I(
|
|
6581
|
+
}), /* @__PURE__ */ I(N, {
|
|
6548
6582
|
color: "primary",
|
|
6549
6583
|
onClick: c,
|
|
6550
6584
|
disabled: !a.trim() || t || r,
|
|
6551
6585
|
size: "large",
|
|
6552
|
-
children: t ? /* @__PURE__ */ I(
|
|
6586
|
+
children: t ? /* @__PURE__ */ I(oe, { size: 24 }) : /* @__PURE__ */ I(ha, {})
|
|
6553
6587
|
})]
|
|
6554
6588
|
});
|
|
6555
6589
|
};
|
|
6556
6590
|
//#endregion
|
|
6557
6591
|
//#region src/hooks/useMessages.ts
|
|
6558
|
-
function
|
|
6559
|
-
let i = f(e), [a, o] = E(!1), [s, c] = E(!1), [l, u] = E(), d =
|
|
6560
|
-
return
|
|
6592
|
+
function op({ conversation: e, limit: t = 50 }) {
|
|
6593
|
+
let i = f(e), [a, o] = E(!1), [s, c] = E(!1), [l, u] = E(), d = Gf(() => r.messages.where("conversationId").equals(i).sortBy("created_at"), [i]) || [], p = Gf(() => r.msgCursor.where("id").equals(i).first(), [i]);
|
|
6594
|
+
return tp(async () => {
|
|
6561
6595
|
let a = { limit: t };
|
|
6562
6596
|
d.length && (a.cursorType = "after", a.cursorDatetime = d[d.length - 1]?.created_at), o(!0), await n(e, a).catch(u), o(!1), await r.summaries.update(i, { unread_count: 0 });
|
|
6563
6597
|
}, [e, t]), console.log("mw", d.length), {
|
|
@@ -6589,54 +6623,132 @@ function tp({ conversation: e, limit: t = 50 }) {
|
|
|
6589
6623
|
}
|
|
6590
6624
|
//#endregion
|
|
6591
6625
|
//#region src/components/ChatWindow.tsx
|
|
6592
|
-
var
|
|
6593
|
-
let o = t(), { messages: s, cursor: c, loading: l, error: u, loadMore: d, loadingMore: p } =
|
|
6626
|
+
var sp = ({ conversation: e, user: n, isConnected: i, onBack: a }) => {
|
|
6627
|
+
let o = t(), { messages: s, cursor: c, loading: l, error: u, loadMore: d, loadingMore: p } = op({ conversation: e }), h = Gf(async () => e.type === "group" ? await r.groups.get(e.id) : null, [e.id, e.type]), g = n?.role === "admin", _ = n?.role === "moderator", v = h?.is_member ?? !0, y = h?.system ?? !1, b = g && e.type === "group" && !v, x = e.type === "group" && !v, S = e.type === "group" && (g || v), C = e.type === "group" && !y && (g || _ && v), ee = g && e.type === "group" && !y, [w, te] = E(!1), [ne, T] = E(!1), [re, O] = E(""), [k, A] = E(!1), [ie, ae] = E(null), oe = () => {
|
|
6628
|
+
O(e.name || ""), ae(null), T(!0);
|
|
6629
|
+
}, de = async () => {
|
|
6630
|
+
if (re.trim()) {
|
|
6631
|
+
A(!0), ae(null);
|
|
6632
|
+
try {
|
|
6633
|
+
await Hf(n.org, e.id, re.trim()), T(!1);
|
|
6634
|
+
} catch (e) {
|
|
6635
|
+
ae(je(e, "Failed to rename group"));
|
|
6636
|
+
} finally {
|
|
6637
|
+
A(!1);
|
|
6638
|
+
}
|
|
6639
|
+
}
|
|
6640
|
+
}, [fe, pe] = E(!1), [N, me] = E(!1), [he, ge] = E(null), _e = async () => {
|
|
6641
|
+
pe(!1), me(!0), ge(null);
|
|
6642
|
+
try {
|
|
6643
|
+
await Uf(n.org, e.id);
|
|
6644
|
+
} catch (e) {
|
|
6645
|
+
ge(je(e, "Failed to delete group")), me(!1);
|
|
6646
|
+
}
|
|
6647
|
+
}, [ve, ye] = E(!1), [be, P] = E(!1), xe = async (t) => {
|
|
6594
6648
|
if (e.type === "group") {
|
|
6595
|
-
|
|
6649
|
+
ye(!0);
|
|
6596
6650
|
try {
|
|
6597
|
-
await o.joinGroup(n.org, e.id, t),
|
|
6651
|
+
await o.joinGroup(n.org, e.id, t), P(!0), await Vf(n.org), await m({}), setTimeout(() => P(!1), 3e3);
|
|
6598
6652
|
} catch (e) {
|
|
6599
|
-
|
|
6653
|
+
De(je(e, "Failed to join group"));
|
|
6600
6654
|
}
|
|
6601
|
-
|
|
6655
|
+
ye(!1);
|
|
6602
6656
|
}
|
|
6603
|
-
}, [
|
|
6657
|
+
}, [Se, Ce] = E(!1), [Te, De] = E(null), [Oe, F] = E(!1);
|
|
6604
6658
|
return /* @__PURE__ */ L(j, {
|
|
6605
6659
|
display: "flex",
|
|
6606
6660
|
flexDirection: "column",
|
|
6607
6661
|
height: "100%",
|
|
6608
6662
|
children: [
|
|
6609
|
-
/* @__PURE__ */ I(
|
|
6663
|
+
/* @__PURE__ */ I(qf, {
|
|
6610
6664
|
displayName: e.name || "Chat",
|
|
6611
6665
|
type: e.type,
|
|
6612
6666
|
isConnected: i,
|
|
6613
6667
|
onBack: a,
|
|
6614
6668
|
showJoinButton: b,
|
|
6615
|
-
onJoin:
|
|
6616
|
-
joining:
|
|
6669
|
+
onJoin: xe,
|
|
6670
|
+
joining: ve,
|
|
6617
6671
|
showMembersButton: S,
|
|
6618
|
-
onManageMembers: () =>
|
|
6672
|
+
onManageMembers: () => te(!0),
|
|
6673
|
+
canManageGroup: ee,
|
|
6674
|
+
onRenameGroup: oe,
|
|
6675
|
+
onDeleteGroup: () => pe(!0),
|
|
6676
|
+
deletingGroup: N
|
|
6619
6677
|
}),
|
|
6620
|
-
S && /* @__PURE__ */ I(
|
|
6621
|
-
open:
|
|
6622
|
-
onClose: () =>
|
|
6678
|
+
S && /* @__PURE__ */ I(Xf, {
|
|
6679
|
+
open: w,
|
|
6680
|
+
onClose: () => te(!1),
|
|
6623
6681
|
orgId: n.org,
|
|
6624
6682
|
groupId: e.id,
|
|
6625
6683
|
currentUserId: n.id,
|
|
6626
6684
|
canManage: C
|
|
6627
6685
|
}),
|
|
6686
|
+
/* @__PURE__ */ L(se, {
|
|
6687
|
+
open: ne,
|
|
6688
|
+
onClose: () => T(!1),
|
|
6689
|
+
fullWidth: !0,
|
|
6690
|
+
maxWidth: "xs",
|
|
6691
|
+
children: [
|
|
6692
|
+
/* @__PURE__ */ I(ue, { children: "Rename Group" }),
|
|
6693
|
+
/* @__PURE__ */ I(le, { children: /* @__PURE__ */ I(Ee, {
|
|
6694
|
+
autoFocus: !0,
|
|
6695
|
+
fullWidth: !0,
|
|
6696
|
+
label: "Group name",
|
|
6697
|
+
value: re,
|
|
6698
|
+
onChange: (e) => O(e.target.value),
|
|
6699
|
+
onKeyDown: (e) => e.key === "Enter" && de(),
|
|
6700
|
+
error: !!ie,
|
|
6701
|
+
helperText: ie?.message,
|
|
6702
|
+
sx: { mt: 1 }
|
|
6703
|
+
}) }),
|
|
6704
|
+
/* @__PURE__ */ L(ce, { children: [/* @__PURE__ */ I(M, {
|
|
6705
|
+
onClick: () => T(!1),
|
|
6706
|
+
children: "Cancel"
|
|
6707
|
+
}), /* @__PURE__ */ I(M, {
|
|
6708
|
+
onClick: de,
|
|
6709
|
+
disabled: k || !re.trim(),
|
|
6710
|
+
variant: "contained",
|
|
6711
|
+
children: k ? "Renaming..." : "Rename"
|
|
6712
|
+
})] })
|
|
6713
|
+
]
|
|
6714
|
+
}),
|
|
6715
|
+
/* @__PURE__ */ L(se, {
|
|
6716
|
+
open: fe,
|
|
6717
|
+
onClose: () => pe(!1),
|
|
6718
|
+
maxWidth: "xs",
|
|
6719
|
+
fullWidth: !0,
|
|
6720
|
+
children: [
|
|
6721
|
+
/* @__PURE__ */ I(ue, { children: "Delete Group" }),
|
|
6722
|
+
/* @__PURE__ */ I(le, { children: "Are you sure you want to delete this group? This action cannot be undone." }),
|
|
6723
|
+
/* @__PURE__ */ L(ce, { children: [/* @__PURE__ */ I(M, {
|
|
6724
|
+
onClick: () => pe(!1),
|
|
6725
|
+
children: "Cancel"
|
|
6726
|
+
}), /* @__PURE__ */ I(M, {
|
|
6727
|
+
onClick: _e,
|
|
6728
|
+
disabled: N,
|
|
6729
|
+
color: "error",
|
|
6730
|
+
variant: "contained",
|
|
6731
|
+
children: N ? "Deleting..." : "Delete"
|
|
6732
|
+
})] })
|
|
6733
|
+
]
|
|
6734
|
+
}),
|
|
6735
|
+
he && /* @__PURE__ */ I(D, {
|
|
6736
|
+
severity: "error",
|
|
6737
|
+
onClose: () => ge(null),
|
|
6738
|
+
children: he.message
|
|
6739
|
+
}),
|
|
6628
6740
|
/* @__PURE__ */ I(we, {
|
|
6629
|
-
open:
|
|
6741
|
+
open: be,
|
|
6630
6742
|
autoHideDuration: 3e3,
|
|
6631
|
-
onClose: () =>
|
|
6743
|
+
onClose: () => P(!1),
|
|
6632
6744
|
message: "Successfully joined group"
|
|
6633
6745
|
}),
|
|
6634
|
-
|
|
6746
|
+
Te && /* @__PURE__ */ I(D, {
|
|
6635
6747
|
severity: "error",
|
|
6636
|
-
onClose: () =>
|
|
6637
|
-
children:
|
|
6748
|
+
onClose: () => De(null),
|
|
6749
|
+
children: Te.message
|
|
6638
6750
|
}),
|
|
6639
|
-
/* @__PURE__ */ I(
|
|
6751
|
+
/* @__PURE__ */ I(ip, {
|
|
6640
6752
|
messages: s,
|
|
6641
6753
|
currentUserId: n?.id || 0,
|
|
6642
6754
|
loading: l,
|
|
@@ -6645,16 +6757,16 @@ var np = ({ conversation: e, user: n, isConnected: i, onBack: a }) => {
|
|
|
6645
6757
|
hasMore: !!c?.datetime,
|
|
6646
6758
|
loadingMore: p,
|
|
6647
6759
|
onLoadMore: d,
|
|
6648
|
-
forceScrollToBottom:
|
|
6760
|
+
forceScrollToBottom: Oe
|
|
6649
6761
|
}),
|
|
6650
6762
|
x ? /* @__PURE__ */ I(D, {
|
|
6651
6763
|
severity: "warning",
|
|
6652
6764
|
sx: { m: 2 },
|
|
6653
6765
|
children: "You must be a group member to send messages"
|
|
6654
|
-
}) : /* @__PURE__ */ I(
|
|
6766
|
+
}) : /* @__PURE__ */ I(ap, {
|
|
6655
6767
|
onSend: async (t) => {
|
|
6656
6768
|
if (!t.trim()) return;
|
|
6657
|
-
|
|
6769
|
+
Ce(!0), De(null), F(!0);
|
|
6658
6770
|
let i = `temp-${Date.now()}-${Math.random()}`, a = {
|
|
6659
6771
|
id: i,
|
|
6660
6772
|
sender: n?.id,
|
|
@@ -6667,17 +6779,17 @@ var np = ({ conversation: e, user: n, isConnected: i, onBack: a }) => {
|
|
|
6667
6779
|
try {
|
|
6668
6780
|
await r.messages.put(a), await (e.type === "group" ? o.sendGroupMessage : o.sendDM).bind(o)(e.id, t), await r.messages.delete(i);
|
|
6669
6781
|
} catch (e) {
|
|
6670
|
-
|
|
6782
|
+
De(je(e, "Failed to send message"));
|
|
6671
6783
|
}
|
|
6672
|
-
|
|
6784
|
+
Ce(!1), setTimeout(() => F(!1), 100);
|
|
6673
6785
|
},
|
|
6674
|
-
sending:
|
|
6786
|
+
sending: Se,
|
|
6675
6787
|
disabled: !i,
|
|
6676
6788
|
disableReason: i ? void 0 : "You're offline. You need to be online to send messages"
|
|
6677
6789
|
})
|
|
6678
6790
|
]
|
|
6679
6791
|
});
|
|
6680
|
-
},
|
|
6792
|
+
}, cp = class extends y {
|
|
6681
6793
|
constructor(e) {
|
|
6682
6794
|
super(e), this.state = {
|
|
6683
6795
|
hasError: !1,
|
|
@@ -6724,7 +6836,7 @@ var np = ({ conversation: e, user: n, isConnected: i, onBack: a }) => {
|
|
|
6724
6836
|
})]
|
|
6725
6837
|
}), /* @__PURE__ */ I(M, {
|
|
6726
6838
|
variant: "contained",
|
|
6727
|
-
startIcon: /* @__PURE__ */ I(
|
|
6839
|
+
startIcon: /* @__PURE__ */ I(pa, {}),
|
|
6728
6840
|
onClick: this.handleReset,
|
|
6729
6841
|
children: "Try Again"
|
|
6730
6842
|
})]
|
|
@@ -6733,7 +6845,7 @@ var np = ({ conversation: e, user: n, isConnected: i, onBack: a }) => {
|
|
|
6733
6845
|
};
|
|
6734
6846
|
//#endregion
|
|
6735
6847
|
//#region src/hooks/useWebSocket.ts
|
|
6736
|
-
function
|
|
6848
|
+
function lp({ onMessage: e, onConnect: n, onDisconnect: r, onError: i } = {}) {
|
|
6737
6849
|
let [a, o] = E(!1), s = C((t) => {
|
|
6738
6850
|
e?.(t);
|
|
6739
6851
|
}, [e]), c = C(() => {
|
|
@@ -6761,12 +6873,12 @@ function ip({ onMessage: e, onConnect: n, onDisconnect: r, onError: i } = {}) {
|
|
|
6761
6873
|
}
|
|
6762
6874
|
//#endregion
|
|
6763
6875
|
//#region src/components/ChatContainer.tsx
|
|
6764
|
-
var
|
|
6876
|
+
var up = ({ initialConversation: e }) => {
|
|
6765
6877
|
let [n, i] = E(e ?? null), [a, o] = E(), [s, c] = E(!0), l = C((e) => () => c(e), []), d = t();
|
|
6766
|
-
return
|
|
6878
|
+
return tp(async () => {
|
|
6767
6879
|
let e = await d.getMe();
|
|
6768
6880
|
o(e), r.users.put(e);
|
|
6769
|
-
}, []),
|
|
6881
|
+
}, []), lp({
|
|
6770
6882
|
onError: l(!1),
|
|
6771
6883
|
onConnect: l(!0),
|
|
6772
6884
|
onDisconnect: l(!1)
|
|
@@ -6796,7 +6908,7 @@ var ap = ({ initialConversation: e }) => {
|
|
|
6796
6908
|
},
|
|
6797
6909
|
flexDirection: "column"
|
|
6798
6910
|
},
|
|
6799
|
-
children: /* @__PURE__ */ I(
|
|
6911
|
+
children: /* @__PURE__ */ I(cp, { children: /* @__PURE__ */ I(Kf, {
|
|
6800
6912
|
currentUser: a,
|
|
6801
6913
|
selectedConversation: n,
|
|
6802
6914
|
onConversationSelect: (e) => {
|
|
@@ -6814,7 +6926,7 @@ var ap = ({ initialConversation: e }) => {
|
|
|
6814
6926
|
},
|
|
6815
6927
|
flexDirection: "column"
|
|
6816
6928
|
},
|
|
6817
|
-
children: n ? /* @__PURE__ */ I(
|
|
6929
|
+
children: n ? /* @__PURE__ */ I(cp, { children: /* @__PURE__ */ I(sp, {
|
|
6818
6930
|
conversation: n,
|
|
6819
6931
|
user: a,
|
|
6820
6932
|
isConnected: s,
|
|
@@ -6831,7 +6943,7 @@ var ap = ({ initialConversation: e }) => {
|
|
|
6831
6943
|
})
|
|
6832
6944
|
})]
|
|
6833
6945
|
});
|
|
6834
|
-
},
|
|
6946
|
+
}, dp = ({ count: e, children: t, max: n = 99 }) => /* @__PURE__ */ I(ie, {
|
|
6835
6947
|
badgeContent: e,
|
|
6836
6948
|
color: "error",
|
|
6837
6949
|
max: n,
|
|
@@ -6845,16 +6957,16 @@ var ap = ({ initialConversation: e }) => {
|
|
|
6845
6957
|
});
|
|
6846
6958
|
//#endregion
|
|
6847
6959
|
//#region src/hooks/useUnreadCount.ts
|
|
6848
|
-
function
|
|
6849
|
-
return
|
|
6960
|
+
function fp() {
|
|
6961
|
+
return Gf(() => r.summaries.toArray().then((e) => e.reduce((e, t) => e + t.unread_count, 0)), [], void 0);
|
|
6850
6962
|
}
|
|
6851
6963
|
//#endregion
|
|
6852
6964
|
//#region src/hooks/constants.ts
|
|
6853
|
-
var
|
|
6965
|
+
var pp = {
|
|
6854
6966
|
SUMMARIES: 300 * 1e3,
|
|
6855
6967
|
USER: 3600 * 1e3,
|
|
6856
6968
|
MESSAGES: Infinity
|
|
6857
|
-
},
|
|
6969
|
+
}, mp = () => typeof window < "u" && window.matchMedia("(prefers-color-scheme: dark)").matches, hp = {
|
|
6858
6970
|
mode: "dark",
|
|
6859
6971
|
background: {
|
|
6860
6972
|
paper: "#3d3d43",
|
|
@@ -6864,17 +6976,17 @@ var cp = {
|
|
|
6864
6976
|
primary: "#eee",
|
|
6865
6977
|
secondary: "#aaa"
|
|
6866
6978
|
}
|
|
6867
|
-
},
|
|
6979
|
+
}, gp = {
|
|
6868
6980
|
mode: "light",
|
|
6869
6981
|
background: {
|
|
6870
6982
|
default: "#f5f5f5",
|
|
6871
6983
|
paper: "#ffff"
|
|
6872
6984
|
}
|
|
6873
|
-
},
|
|
6874
|
-
let t =
|
|
6985
|
+
}, _p = (e) => {
|
|
6986
|
+
let t = mp(), n = (e || (t ? "dark" : "light")) === "dark";
|
|
6875
6987
|
return Bi({
|
|
6876
6988
|
palette: {
|
|
6877
|
-
...n ?
|
|
6989
|
+
...n ? hp : gp,
|
|
6878
6990
|
primary: {
|
|
6879
6991
|
main: "#E91E63",
|
|
6880
6992
|
light: "#F48FB1",
|
|
@@ -6997,6 +7109,6 @@ var cp = {
|
|
|
6997
7109
|
} } }
|
|
6998
7110
|
}
|
|
6999
7111
|
});
|
|
7000
|
-
},
|
|
7112
|
+
}, vp = _p();
|
|
7001
7113
|
//#endregion
|
|
7002
|
-
export {
|
|
7114
|
+
export { pp as CACHE_TTL, Pe as ChatApp, up as ChatContainer, qf as ChatHeader, sp as ChatWindow, ba as ConversationItem, xa as ConversationItemSkeleton, Kf as ConversationList, Bf as CreateGroupDialog, cp as ErrorBoundary, ep as LoadMoreTrigger, Qf as MessageBubble, ap as MessageInput, ip as MessageList, $f as MessageSkeleton, dp as UnreadBadge, r as db, s as disconnectSDK, m as fetchSummaries, t as getSDK, _p as getTheme, d as initSDK, p as isSDKInitialized, vp as theme, op as useMessages, rp as useSenderNames, fp as useUnreadCount, lp as useWebSocket };
|