@mui-toolpad-extended-tuni/core 3.3.0 → 3.3.2
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/index.cjs +2 -2
- package/dist/index.es.js +162 -161
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -2,7 +2,7 @@ var mT = Object.defineProperty;
|
|
|
2
2
|
var gT = (e, t, n) => t in e ? mT(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var cn = (e, t, n) => gT(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
4
|
import * as ie from "react";
|
|
5
|
-
import st, { useState as He, useEffect as Ye, useCallback as mt, useMemo as Di, useRef as
|
|
5
|
+
import st, { useState as He, useEffect as Ye, useCallback as mt, useMemo as Di, useRef as ft, createContext as qn, useContext as Bn, isValidElement as Ka, cloneElement as Qa, Children as yT, useLayoutEffect as vT } from "react";
|
|
6
6
|
import { create as bo } from "zustand";
|
|
7
7
|
import { Route as bT } from "react-router-dom";
|
|
8
8
|
import { Box as Ve, Tooltip as _u, IconButton as Sr, Menu as wT, MenuItem as oy, Checkbox as xT, ListItemText as ST, Typography as vs, CircularProgress as sy, keyframes as yf, useTheme as Mi, Collapse as ET, useMediaQuery as eu, Chip as OT, Divider as TT, Button as os, Dialog as ay, DialogTitle as Rh, DialogContent as Dh, DialogActions as Mh, DialogContentText as CT } from "@mui/material";
|
|
@@ -60,7 +60,7 @@ const mi = class mi {
|
|
|
60
60
|
};
|
|
61
61
|
cn(mi, "instance");
|
|
62
62
|
let jc = mi;
|
|
63
|
-
const
|
|
63
|
+
const ck = jc.getInstance(), gi = class gi {
|
|
64
64
|
constructor() {
|
|
65
65
|
cn(this, "subscribers", /* @__PURE__ */ new Set());
|
|
66
66
|
cn(this, "currentUser", null);
|
|
@@ -217,7 +217,7 @@ const dn = Bc.getInstance(), PT = () => {
|
|
|
217
217
|
});
|
|
218
218
|
return e || (i(!0), dn.initializeFromStore(), dn.getCurrentUserSync() || dn.getUser().finally(() => i(!1))), s;
|
|
219
219
|
}, []), { user: e, isLoading: n };
|
|
220
|
-
},
|
|
220
|
+
}, fk = () => {
|
|
221
221
|
const [e, t] = He(() => {
|
|
222
222
|
const n = dn.getCurrentUserSync();
|
|
223
223
|
return (n == null ? void 0 : n.preferences) || null;
|
|
@@ -781,7 +781,7 @@ const Ah = [], cy = (e, t, n) => {
|
|
|
781
781
|
setExternalMicroservices: (n) => {
|
|
782
782
|
e({ externalMicroservices: n }), t().updateMicroserviceNavigationForSections();
|
|
783
783
|
}
|
|
784
|
-
})),
|
|
784
|
+
})), dk = (e) => ({
|
|
785
785
|
teacher: [],
|
|
786
786
|
student: [],
|
|
787
787
|
guest: []
|
|
@@ -891,7 +891,7 @@ const Ah = [], cy = (e, t, n) => {
|
|
|
891
891
|
}),
|
|
892
892
|
LT
|
|
893
893
|
);
|
|
894
|
-
function
|
|
894
|
+
function pk(e, t, n) {
|
|
895
895
|
if (fn.has(e))
|
|
896
896
|
return;
|
|
897
897
|
const i = {
|
|
@@ -905,28 +905,28 @@ function p2(e, t, n) {
|
|
|
905
905
|
};
|
|
906
906
|
_s.getState().registerMicroservice(e, i);
|
|
907
907
|
}
|
|
908
|
-
function
|
|
908
|
+
function hk(e) {
|
|
909
909
|
_s.getState().unregisterMicroservice(e);
|
|
910
910
|
}
|
|
911
|
-
function
|
|
911
|
+
function mk(e) {
|
|
912
912
|
return fn.get(e);
|
|
913
913
|
}
|
|
914
914
|
function HT() {
|
|
915
915
|
return new Map(fn);
|
|
916
916
|
}
|
|
917
|
-
function
|
|
917
|
+
function gk() {
|
|
918
918
|
return Array.from(fn.keys());
|
|
919
919
|
}
|
|
920
|
-
function
|
|
920
|
+
function yk(e) {
|
|
921
921
|
return fn.has(e);
|
|
922
922
|
}
|
|
923
|
-
function
|
|
923
|
+
function vk(e, t) {
|
|
924
924
|
_s.getState().registerRouteProvider(e, t);
|
|
925
925
|
}
|
|
926
|
-
function
|
|
926
|
+
function bk(e) {
|
|
927
927
|
_s.getState().unregisterRouteProvider(e);
|
|
928
928
|
}
|
|
929
|
-
const
|
|
929
|
+
const wk = () => {
|
|
930
930
|
const { lastUpdate: e, microservices: t, routeProviders: n } = dy();
|
|
931
931
|
return Di(() => {
|
|
932
932
|
const i = [];
|
|
@@ -955,7 +955,7 @@ const w2 = () => {
|
|
|
955
955
|
}
|
|
956
956
|
}), i;
|
|
957
957
|
}, [t, n, e]);
|
|
958
|
-
},
|
|
958
|
+
}, xk = () => {
|
|
959
959
|
const { addSection: e, recalculateNavigation: t, setVisibleSections: n } = Gr(), { setFilterOptions: i, initializeFilters: s } = Ti(), { lastUpdate: a } = dy();
|
|
960
960
|
return Ye(() => {
|
|
961
961
|
const u = HT(), c = {};
|
|
@@ -980,7 +980,7 @@ const w2 = () => {
|
|
|
980
980
|
const f = Ti.getState().filterOptions;
|
|
981
981
|
n(f), t();
|
|
982
982
|
}, [a, n]), null;
|
|
983
|
-
},
|
|
983
|
+
}, Sk = () => {
|
|
984
984
|
const { addSection: e, recalculateNavigation: t, sectionOrder: n, setVisibleSections: i } = Gr(), { setFilterOptions: s, initializeFilters: a } = Ti();
|
|
985
985
|
return Ye(() => {
|
|
986
986
|
if (n.length > 0) {
|
|
@@ -1341,7 +1341,7 @@ function qT() {
|
|
|
1341
1341
|
return !0;
|
|
1342
1342
|
return !1;
|
|
1343
1343
|
}
|
|
1344
|
-
function
|
|
1344
|
+
function dt(j, ne) {
|
|
1345
1345
|
for (var K = -1, Oe = j == null ? 0 : j.length, ke = Array(Oe); ++K < Oe; )
|
|
1346
1346
|
ke[K] = ne(j[K], K, j);
|
|
1347
1347
|
return ke;
|
|
@@ -1439,7 +1439,7 @@ function qT() {
|
|
|
1439
1439
|
return Oe;
|
|
1440
1440
|
}
|
|
1441
1441
|
function qb(j, ne) {
|
|
1442
|
-
return
|
|
1442
|
+
return dt(ne, function(K) {
|
|
1443
1443
|
return [K, j[K]];
|
|
1444
1444
|
});
|
|
1445
1445
|
}
|
|
@@ -1452,7 +1452,7 @@ function qT() {
|
|
|
1452
1452
|
};
|
|
1453
1453
|
}
|
|
1454
1454
|
function Sl(j, ne) {
|
|
1455
|
-
return
|
|
1455
|
+
return dt(ne, function(K) {
|
|
1456
1456
|
return j[K];
|
|
1457
1457
|
});
|
|
1458
1458
|
}
|
|
@@ -1935,7 +1935,7 @@ function qT() {
|
|
|
1935
1935
|
var O = -1, I = Vs, k = !0, L = r.length, V = [], re = o.length;
|
|
1936
1936
|
if (!L)
|
|
1937
1937
|
return V;
|
|
1938
|
-
l && (o =
|
|
1938
|
+
l && (o = dt(o, on(l))), d ? (I = ml, k = !1) : o.length >= s && (I = _o, k = !1, o = new ri(o));
|
|
1939
1939
|
e:
|
|
1940
1940
|
for (; ++O < L; ) {
|
|
1941
1941
|
var oe = r[O], fe = l == null ? oe : l(oe);
|
|
@@ -2023,7 +2023,7 @@ function qT() {
|
|
|
2023
2023
|
function Nl(r, o, l) {
|
|
2024
2024
|
for (var d = l ? ml : Vs, O = r[0].length, I = r.length, k = I, L = K(I), V = 1 / 0, re = []; k--; ) {
|
|
2025
2025
|
var oe = r[k];
|
|
2026
|
-
k && o && (oe =
|
|
2026
|
+
k && o && (oe = dt(oe, on(o))), V = Lt(oe.length, V), L[k] = !l && (o || O >= 120 && oe.length >= 120) ? new ri(k && oe) : n;
|
|
2027
2027
|
}
|
|
2028
2028
|
oe = r[0];
|
|
2029
2029
|
var fe = -1, be = L[0];
|
|
@@ -2195,15 +2195,15 @@ function qT() {
|
|
|
2195
2195
|
return o += o < 0 ? l : 0, pr(o, l) ? r[o] : n;
|
|
2196
2196
|
}
|
|
2197
2197
|
function lp(r, o, l) {
|
|
2198
|
-
o.length ? o =
|
|
2198
|
+
o.length ? o = dt(o, function(I) {
|
|
2199
2199
|
return $e(I) ? function(k) {
|
|
2200
2200
|
return oi(k, I.length === 1 ? I[0] : I);
|
|
2201
2201
|
} : I;
|
|
2202
2202
|
}) : o = [Jt];
|
|
2203
2203
|
var d = -1;
|
|
2204
|
-
o =
|
|
2204
|
+
o = dt(o, on(Re()));
|
|
2205
2205
|
var O = op(r, function(I, k, L) {
|
|
2206
|
-
var V =
|
|
2206
|
+
var V = dt(o, function(re) {
|
|
2207
2207
|
return re(I);
|
|
2208
2208
|
});
|
|
2209
2209
|
return { criteria: V, index: ++d, value: I };
|
|
@@ -2231,7 +2231,7 @@ function qT() {
|
|
|
2231
2231
|
}
|
|
2232
2232
|
function Ll(r, o, l, d) {
|
|
2233
2233
|
var O = d ? Hb : Ai, I = -1, k = o.length, L = r;
|
|
2234
|
-
for (r === o && (o = Yt(o)), l && (L =
|
|
2234
|
+
for (r === o && (o = Yt(o)), l && (L = dt(r, on(l))); ++I < k; )
|
|
2235
2235
|
for (var V = 0, re = o[I], oe = l ? l(re) : re; (V = O(L, oe, V, d)) > -1; )
|
|
2236
2236
|
L !== r && ta.call(L, V, 1), ta.call(r, V, 1);
|
|
2237
2237
|
return r;
|
|
@@ -2357,7 +2357,7 @@ function qT() {
|
|
|
2357
2357
|
if (typeof r == "string")
|
|
2358
2358
|
return r;
|
|
2359
2359
|
if ($e(r))
|
|
2360
|
-
return
|
|
2360
|
+
return dt(r, sn) + "";
|
|
2361
2361
|
if (an(r))
|
|
2362
2362
|
return qd ? qd.call(r) : "";
|
|
2363
2363
|
var o = r + "";
|
|
@@ -2713,7 +2713,7 @@ function qT() {
|
|
|
2713
2713
|
}
|
|
2714
2714
|
function ql(r) {
|
|
2715
2715
|
return dr(function(o) {
|
|
2716
|
-
return o =
|
|
2716
|
+
return o = dt(o, on(Re())), Fe(function(l) {
|
|
2717
2717
|
var d = this;
|
|
2718
2718
|
return r(o, function(O) {
|
|
2719
2719
|
return rn(O, d, l);
|
|
@@ -3346,13 +3346,13 @@ function qT() {
|
|
|
3346
3346
|
return o ? Sn(r, 0, -1) : [];
|
|
3347
3347
|
}
|
|
3348
3348
|
var b1 = Fe(function(r) {
|
|
3349
|
-
var o =
|
|
3349
|
+
var o = dt(r, Bl);
|
|
3350
3350
|
return o.length && o[0] === r[0] ? Nl(o) : [];
|
|
3351
3351
|
}), w1 = Fe(function(r) {
|
|
3352
|
-
var o = En(r), l =
|
|
3352
|
+
var o = En(r), l = dt(r, Bl);
|
|
3353
3353
|
return o === En(l) ? o = n : l.pop(), l.length && l[0] === r[0] ? Nl(l, Re(o, 2)) : [];
|
|
3354
3354
|
}), x1 = Fe(function(r) {
|
|
3355
|
-
var o = En(r), l =
|
|
3355
|
+
var o = En(r), l = dt(r, Bl);
|
|
3356
3356
|
return o = typeof o == "function" ? o : n, o && l.pop(), l.length && l[0] === r[0] ? Nl(l, n, o) : [];
|
|
3357
3357
|
});
|
|
3358
3358
|
function S1(r, o) {
|
|
@@ -3384,7 +3384,7 @@ function qT() {
|
|
|
3384
3384
|
}
|
|
3385
3385
|
var R1 = dr(function(r, o) {
|
|
3386
3386
|
var l = r == null ? 0 : r.length, d = Dl(r, o);
|
|
3387
|
-
return fp(r,
|
|
3387
|
+
return fp(r, dt(o, function(O) {
|
|
3388
3388
|
return pr(O, l) ? +O : O;
|
|
3389
3389
|
}).sort(xp)), d;
|
|
3390
3390
|
});
|
|
@@ -3485,14 +3485,14 @@ function qT() {
|
|
|
3485
3485
|
if (St(l))
|
|
3486
3486
|
return o = Dt(l.length, o), !0;
|
|
3487
3487
|
}), xl(o, function(l) {
|
|
3488
|
-
return
|
|
3488
|
+
return dt(r, vl(l));
|
|
3489
3489
|
});
|
|
3490
3490
|
}
|
|
3491
3491
|
function Qp(r, o) {
|
|
3492
3492
|
if (!(r && r.length))
|
|
3493
3493
|
return [];
|
|
3494
3494
|
var l = ic(r);
|
|
3495
|
-
return o == null ? l :
|
|
3495
|
+
return o == null ? l : dt(l, function(d) {
|
|
3496
3496
|
return rn(o, n, d);
|
|
3497
3497
|
});
|
|
3498
3498
|
}
|
|
@@ -3623,7 +3623,7 @@ function qT() {
|
|
|
3623
3623
|
cr(r, l, o);
|
|
3624
3624
|
});
|
|
3625
3625
|
function Ea(r, o) {
|
|
3626
|
-
var l = $e(r) ?
|
|
3626
|
+
var l = $e(r) ? dt : op;
|
|
3627
3627
|
return l(r, Re(o, 3));
|
|
3628
3628
|
}
|
|
3629
3629
|
function TS(r, o, l, d) {
|
|
@@ -3813,7 +3813,7 @@ function qT() {
|
|
|
3813
3813
|
return ih(2, r);
|
|
3814
3814
|
}
|
|
3815
3815
|
var US = _x(function(r, o) {
|
|
3816
|
-
o = o.length == 1 && $e(o[0]) ?
|
|
3816
|
+
o = o.length == 1 && $e(o[0]) ? dt(o[0], on(Re())) : dt(At(o, 1), on(Re()));
|
|
3817
3817
|
var l = o.length;
|
|
3818
3818
|
return Fe(function(d) {
|
|
3819
3819
|
for (var O = -1, I = Lt(d.length, l); ++O < I; )
|
|
@@ -4156,7 +4156,7 @@ function qT() {
|
|
|
4156
4156
|
if (r == null)
|
|
4157
4157
|
return l;
|
|
4158
4158
|
var d = !1;
|
|
4159
|
-
o =
|
|
4159
|
+
o = dt(o, function(I) {
|
|
4160
4160
|
return I = Ar(I, r), d || (d = I.length > 1), I;
|
|
4161
4161
|
}), Yn(r, Zl(r), l), d && (l = xn(l, x | R | w, zx));
|
|
4162
4162
|
for (var O = o.length; O--; )
|
|
@@ -4172,7 +4172,7 @@ function qT() {
|
|
|
4172
4172
|
function bh(r, o) {
|
|
4173
4173
|
if (r == null)
|
|
4174
4174
|
return {};
|
|
4175
|
-
var l =
|
|
4175
|
+
var l = dt(Zl(r), function(d) {
|
|
4176
4176
|
return [d];
|
|
4177
4177
|
});
|
|
4178
4178
|
return o = Re(o), cp(r, l, function(d, O) {
|
|
@@ -4429,7 +4429,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
4429
4429
|
});
|
|
4430
4430
|
function PO(r) {
|
|
4431
4431
|
var o = r == null ? 0 : r.length, l = Re();
|
|
4432
|
-
return r = o ?
|
|
4432
|
+
return r = o ? dt(r, function(d) {
|
|
4433
4433
|
if (typeof d[1] != "function")
|
|
4434
4434
|
throw new bn(u);
|
|
4435
4435
|
return [l(d[0]), d[1]];
|
|
@@ -4500,7 +4500,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
4500
4500
|
return up(o, r);
|
|
4501
4501
|
});
|
|
4502
4502
|
}
|
|
4503
|
-
var jO = ql(
|
|
4503
|
+
var jO = ql(dt), BO = ql(Dd), HO = ql(yl);
|
|
4504
4504
|
function Ch(r) {
|
|
4505
4505
|
return Ql(r) ? vl(Zn(r)) : wx(r);
|
|
4506
4506
|
}
|
|
@@ -4535,7 +4535,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
4535
4535
|
return O;
|
|
4536
4536
|
}
|
|
4537
4537
|
function KO(r) {
|
|
4538
|
-
return $e(r) ?
|
|
4538
|
+
return $e(r) ? dt(r, Zn) : an(r) ? [r] : Yt(qp(Je(r)));
|
|
4539
4539
|
}
|
|
4540
4540
|
function QO(r) {
|
|
4541
4541
|
var o = ++cw;
|
|
@@ -4683,9 +4683,9 @@ const GT = "navigation-filter-preferences", YT = () => {
|
|
|
4683
4683
|
} catch {
|
|
4684
4684
|
return !1;
|
|
4685
4685
|
}
|
|
4686
|
-
},
|
|
4686
|
+
}, Ek = () => {
|
|
4687
4687
|
var h;
|
|
4688
|
-
const { user: e } = PT(), { updateUser: t } = IT(), { filterOptions: n, setFilterOptions: i } = Ti(), { sectionOrder: s, setVisibleSections: a } = Gr(), u =
|
|
4688
|
+
const { user: e } = PT(), { updateUser: t } = IT(), { filterOptions: n, setFilterOptions: i } = Ti(), { sectionOrder: s, setVisibleSections: a } = Gr(), u = ft(!0), c = ft(""), f = ft([]), p = ft([]);
|
|
4689
4689
|
Ye(() => {
|
|
4690
4690
|
var y;
|
|
4691
4691
|
if (YT()) {
|
|
@@ -7789,10 +7789,10 @@ function Z_(e, t) {
|
|
|
7789
7789
|
});
|
|
7790
7790
|
}
|
|
7791
7791
|
const X_ = 0.2, J_ = 0.14, K_ = 0.12;
|
|
7792
|
-
function
|
|
7792
|
+
function pt(...e) {
|
|
7793
7793
|
return [`${e[0]}px ${e[1]}px ${e[2]}px ${e[3]}px rgba(0,0,0,${X_})`, `${e[4]}px ${e[5]}px ${e[6]}px ${e[7]}px rgba(0,0,0,${J_})`, `${e[8]}px ${e[9]}px ${e[10]}px ${e[11]}px rgba(0,0,0,${K_})`].join(",");
|
|
7794
7794
|
}
|
|
7795
|
-
const Q_ = ["none",
|
|
7795
|
+
const Q_ = ["none", pt(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), pt(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), pt(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), pt(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), pt(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), pt(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), pt(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), pt(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), pt(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), pt(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), pt(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), pt(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), pt(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), pt(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), pt(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), pt(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), pt(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), pt(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), pt(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), pt(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), pt(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), pt(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), pt(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), pt(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)], eR = {
|
|
7796
7796
|
// This is the most common easing curve.
|
|
7797
7797
|
easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
7798
7798
|
// Objects enter the screen at full velocity from off-screen and
|
|
@@ -8697,7 +8697,7 @@ function _R(e, t) {
|
|
|
8697
8697
|
}
|
|
8698
8698
|
const RR = Gt(/* @__PURE__ */ F.jsx("path", {
|
|
8699
8699
|
d: "M10 18h4v-2h-4zM3 6v2h18V6zm3 7h12v-2H6z"
|
|
8700
|
-
}), "FilterList"),
|
|
8700
|
+
}), "FilterList"), Ok = () => {
|
|
8701
8701
|
const e = Ps(), [t, n] = He(null), { sectionOrder: i, setVisibleSections: s, recalculateNavigation: a } = Gr(), { filterOptions: u, setFilterOptions: c } = Ti(), f = Di(() => ({ ...u }), [u]);
|
|
8702
8702
|
Ye(() => {
|
|
8703
8703
|
const R = { ...u };
|
|
@@ -8766,10 +8766,12 @@ const RR = Gt(/* @__PURE__ */ F.jsx("path", {
|
|
|
8766
8766
|
}
|
|
8767
8767
|
)
|
|
8768
8768
|
] });
|
|
8769
|
-
},
|
|
8770
|
-
const { addSection: t, recalculateNavigation: n } = Gr(), i =
|
|
8769
|
+
}, Tk = ({ sections: e }) => {
|
|
8770
|
+
const { addSection: t, recalculateNavigation: n } = Gr(), i = ft([]), s = Di(
|
|
8771
8771
|
() => e.map((a) => ({
|
|
8772
8772
|
underHeader: a.underHeader,
|
|
8773
|
+
keepVisible: a.keepVisible,
|
|
8774
|
+
// Preserve keepVisible property
|
|
8773
8775
|
pages: a.pages.map((u) => ({
|
|
8774
8776
|
segment: u.segment,
|
|
8775
8777
|
title: u.title,
|
|
@@ -8787,8 +8789,8 @@ const RR = Gt(/* @__PURE__ */ F.jsx("path", {
|
|
|
8787
8789
|
Hc.isEqual(i.current, s) || (s.forEach((a) => {
|
|
8788
8790
|
t(a);
|
|
8789
8791
|
}), n(), i.current = s);
|
|
8790
|
-
}, [s
|
|
8791
|
-
},
|
|
8792
|
+
}, [s]), null;
|
|
8793
|
+
}, Ck = ({ heading: e, subheading: t }) => /* @__PURE__ */ F.jsxs(F.Fragment, { children: [
|
|
8792
8794
|
/* @__PURE__ */ F.jsx(
|
|
8793
8795
|
vs,
|
|
8794
8796
|
{
|
|
@@ -8813,7 +8815,7 @@ const Om = 500, Tm = 200, Cm = 5, DR = ({
|
|
|
8813
8815
|
itemsPerPage: n = 1,
|
|
8814
8816
|
itemCount: i
|
|
8815
8817
|
}) => {
|
|
8816
|
-
const s =
|
|
8818
|
+
const s = ft(null), [a, u] = He(!1), [c, f] = He(!1), [p, h] = He(!1), [x, R] = He(!1), [w, C] = He({ pos: 0, scroll: 0 }), [y, v] = He(0), [g, m] = He(1), S = ft(null), E = ft(null);
|
|
8817
8819
|
Ye(() => {
|
|
8818
8820
|
const H = s.current;
|
|
8819
8821
|
if (!H) return;
|
|
@@ -9255,7 +9257,7 @@ const Om = 500, Tm = 200, Cm = 5, DR = ({
|
|
|
9255
9257
|
`, FR = yf`
|
|
9256
9258
|
from { opacity: 0; }
|
|
9257
9259
|
to { opacity: 1; }
|
|
9258
|
-
`,
|
|
9260
|
+
`, _k = () => /* @__PURE__ */ F.jsxs(
|
|
9259
9261
|
Ve,
|
|
9260
9262
|
{
|
|
9261
9263
|
"data-testid": "loading-screen",
|
|
@@ -9381,7 +9383,7 @@ const Hy = qn({
|
|
|
9381
9383
|
resizable: h,
|
|
9382
9384
|
scrollable: x
|
|
9383
9385
|
}) => {
|
|
9384
|
-
const R =
|
|
9386
|
+
const R = ft(null), w = ft(null), [C, y] = He({}), [v, g] = He(n || []), [m, S] = He(() => By(t, {
|
|
9385
9387
|
width: i,
|
|
9386
9388
|
height: s
|
|
9387
9389
|
})), [E, T] = He(!1), [M, D] = He({
|
|
@@ -9929,7 +9931,7 @@ const lD = ({
|
|
|
9929
9931
|
dimensions: t,
|
|
9930
9932
|
handleDimensionsChange: n
|
|
9931
9933
|
}) => {
|
|
9932
|
-
const i =
|
|
9934
|
+
const i = ft(!1), s = ft(By(e, t));
|
|
9933
9935
|
return {
|
|
9934
9936
|
isUserResizingRef: i,
|
|
9935
9937
|
userChosenDimensionsRef: s,
|
|
@@ -10049,7 +10051,7 @@ const lD = ({
|
|
|
10049
10051
|
} = or(), [p, h] = He({
|
|
10050
10052
|
vertical: !1,
|
|
10051
10053
|
horizontal: !1
|
|
10052
|
-
}), x =
|
|
10054
|
+
}), x = ft({
|
|
10053
10055
|
x: 0,
|
|
10054
10056
|
y: 0,
|
|
10055
10057
|
width: u.width,
|
|
@@ -10301,7 +10303,7 @@ const lD = ({
|
|
|
10301
10303
|
)
|
|
10302
10304
|
}
|
|
10303
10305
|
);
|
|
10304
|
-
}, yD = (e) => /* @__PURE__ */ F.jsx(UR, { ...e, children: /* @__PURE__ */ F.jsx(pD, { children: /* @__PURE__ */ F.jsx(tD, { children: /* @__PURE__ */ F.jsx(gD, { children: e.children }) }) }) }),
|
|
10306
|
+
}, yD = (e) => /* @__PURE__ */ F.jsx(UR, { ...e, children: /* @__PURE__ */ F.jsx(pD, { children: /* @__PURE__ */ F.jsx(tD, { children: /* @__PURE__ */ F.jsx(gD, { children: e.children }) }) }) }), Rk = ({
|
|
10305
10307
|
children: e,
|
|
10306
10308
|
horizontalScroll: t = !1,
|
|
10307
10309
|
verticalScroll: n = !1,
|
|
@@ -10378,7 +10380,7 @@ const lD = ({
|
|
|
10378
10380
|
children: e
|
|
10379
10381
|
}
|
|
10380
10382
|
) }) : /* @__PURE__ */ F.jsx(F.Fragment, { children: e });
|
|
10381
|
-
},
|
|
10383
|
+
}, Dk = ({
|
|
10382
10384
|
collapseIcon: e,
|
|
10383
10385
|
children: t,
|
|
10384
10386
|
collapseWidth: n,
|
|
@@ -10387,7 +10389,7 @@ const lD = ({
|
|
|
10387
10389
|
fullWidth: a = !1
|
|
10388
10390
|
// default false
|
|
10389
10391
|
}) => {
|
|
10390
|
-
const [u, c] = He(a), f =
|
|
10392
|
+
const [u, c] = He(a), f = ft(null), p = ft(null);
|
|
10391
10393
|
Ye(() => {
|
|
10392
10394
|
c(a);
|
|
10393
10395
|
}, [a]);
|
|
@@ -15572,7 +15574,7 @@ process.env.NODE_ENV !== "production" && (Sv.propTypes = {
|
|
|
15572
15574
|
*/
|
|
15573
15575
|
sx: b.oneOfType([b.arrayOf(b.oneOfType([b.func, b.object, b.bool])), b.func, b.object])
|
|
15574
15576
|
});
|
|
15575
|
-
const
|
|
15577
|
+
const Mk = ({
|
|
15576
15578
|
actions: e,
|
|
15577
15579
|
value: t,
|
|
15578
15580
|
direction: n = "down",
|
|
@@ -15652,12 +15654,12 @@ const M2 = ({
|
|
|
15652
15654
|
))
|
|
15653
15655
|
}
|
|
15654
15656
|
) });
|
|
15655
|
-
}, Ev = qn(void 0),
|
|
15657
|
+
}, Ev = qn(void 0), Pk = () => {
|
|
15656
15658
|
const e = Bn(Ev);
|
|
15657
15659
|
if (!e)
|
|
15658
15660
|
throw new Error("useGridItemContext must be used within a GridItemProvider");
|
|
15659
15661
|
return e;
|
|
15660
|
-
},
|
|
15662
|
+
}, Ik = ({ children: e }) => {
|
|
15661
15663
|
const [t, n] = He([]), i = mt((f, p, h) => {
|
|
15662
15664
|
n((x) => {
|
|
15663
15665
|
const R = x.findIndex((C) => C.id === f), w = { id: f, content: p, layout: h };
|
|
@@ -15678,7 +15680,7 @@ const M2 = ({
|
|
|
15678
15680
|
};
|
|
15679
15681
|
return /* @__PURE__ */ F.jsx(Ev.Provider, { value: c, children: e });
|
|
15680
15682
|
};
|
|
15681
|
-
function
|
|
15683
|
+
function Nk(e) {
|
|
15682
15684
|
const {
|
|
15683
15685
|
id: t = `grid-item-${Math.random().toString(36).substr(2, 9)}`,
|
|
15684
15686
|
x: n = 0,
|
|
@@ -15711,7 +15713,7 @@ const Ov = () => {
|
|
|
15711
15713
|
editMode: e,
|
|
15712
15714
|
toggleEditMode: t
|
|
15713
15715
|
};
|
|
15714
|
-
},
|
|
15716
|
+
}, Ak = ({
|
|
15715
15717
|
children: e,
|
|
15716
15718
|
id: t,
|
|
15717
15719
|
isFlexContainer: n = !1
|
|
@@ -19564,7 +19566,7 @@ function EI() {
|
|
|
19564
19566
|
}(Dc)), Dc.exports;
|
|
19565
19567
|
}
|
|
19566
19568
|
var gg = EI();
|
|
19567
|
-
const OI = gg.WidthProvider(gg.Responsive),
|
|
19569
|
+
const OI = gg.WidthProvider(gg.Responsive), Fk = ({
|
|
19568
19570
|
items: e,
|
|
19569
19571
|
storageKey: t,
|
|
19570
19572
|
defaultLayouts: n
|
|
@@ -19711,7 +19713,7 @@ function Vf() {
|
|
|
19711
19713
|
return console.error("Failed to load user presets:", e), [];
|
|
19712
19714
|
}
|
|
19713
19715
|
}
|
|
19714
|
-
function
|
|
19716
|
+
function Wk(e, t) {
|
|
19715
19717
|
try {
|
|
19716
19718
|
const n = Vf(), i = `preset-${Date.now()}`, s = Date.now(), a = JSON.parse(JSON.stringify(t));
|
|
19717
19719
|
return n.push({
|
|
@@ -19725,7 +19727,7 @@ function W2(e, t) {
|
|
|
19725
19727
|
return console.error("Failed to save user preset:", n), "";
|
|
19726
19728
|
}
|
|
19727
19729
|
}
|
|
19728
|
-
function
|
|
19730
|
+
function Uk(e) {
|
|
19729
19731
|
try {
|
|
19730
19732
|
const t = Vf();
|
|
19731
19733
|
if (!t.some((s) => s.id === e)) return !1;
|
|
@@ -19735,7 +19737,7 @@ function U2(e) {
|
|
|
19735
19737
|
return console.error("Failed to delete user preset:", t), !1;
|
|
19736
19738
|
}
|
|
19737
19739
|
}
|
|
19738
|
-
function
|
|
19740
|
+
function jk(e, t) {
|
|
19739
19741
|
try {
|
|
19740
19742
|
const n = Vf(), i = n.findIndex((s) => s.id === e);
|
|
19741
19743
|
return i === -1 ? !1 : (n[i] = {
|
|
@@ -19767,13 +19769,13 @@ function CI(e, t) {
|
|
|
19767
19769
|
return console.error("Error comparing layouts:", n), !1;
|
|
19768
19770
|
}
|
|
19769
19771
|
}
|
|
19770
|
-
function
|
|
19772
|
+
function Bk({
|
|
19771
19773
|
storageKey: e,
|
|
19772
19774
|
defaultLayouts: t,
|
|
19773
19775
|
onLayoutChangeCallback: n,
|
|
19774
19776
|
debounceTime: i = 500
|
|
19775
19777
|
}) {
|
|
19776
|
-
const [s, a] = He(() => TI(e) || JSON.parse(JSON.stringify(t))), u =
|
|
19778
|
+
const [s, a] = He(() => TI(e) || JSON.parse(JSON.stringify(t))), u = ft(s), c = ft(null), f = ft(!1), p = mt(
|
|
19777
19779
|
(R, w) => {
|
|
19778
19780
|
if (f.current || CI(w, u.current)) return;
|
|
19779
19781
|
f.current = !0, u.current = w, a(w), c.current && clearTimeout(c.current);
|
|
@@ -19853,7 +19855,7 @@ const _I = Gt(/* @__PURE__ */ F.jsx("path", {
|
|
|
19853
19855
|
}
|
|
19854
19856
|
}
|
|
19855
19857
|
) });
|
|
19856
|
-
},
|
|
19858
|
+
}, Hk = () => {
|
|
19857
19859
|
const { editMode: e, toggleEditMode: t } = Is(), n = () => {
|
|
19858
19860
|
t();
|
|
19859
19861
|
};
|
|
@@ -19880,7 +19882,7 @@ const _I = Gt(/* @__PURE__ */ F.jsx("path", {
|
|
|
19880
19882
|
] });
|
|
19881
19883
|
}, PI = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u", qf = PI ? vT : Ye;
|
|
19882
19884
|
function II(e) {
|
|
19883
|
-
const t =
|
|
19885
|
+
const t = ft(e);
|
|
19884
19886
|
return qf(() => {
|
|
19885
19887
|
t.current = e;
|
|
19886
19888
|
}), mt(function() {
|
|
@@ -19891,13 +19893,13 @@ function II(e) {
|
|
|
19891
19893
|
}
|
|
19892
19894
|
function NI(e, t) {
|
|
19893
19895
|
t === void 0 && (t = [e]);
|
|
19894
|
-
const n =
|
|
19896
|
+
const n = ft(e);
|
|
19895
19897
|
return qf(() => {
|
|
19896
19898
|
n.current !== e && (n.current = e);
|
|
19897
19899
|
}, t), n;
|
|
19898
19900
|
}
|
|
19899
19901
|
function bg(e) {
|
|
19900
|
-
const t = II(e), n =
|
|
19902
|
+
const t = II(e), n = ft(null), i = mt(
|
|
19901
19903
|
(s) => {
|
|
19902
19904
|
s !== n.current && (t == null || t(s, n.current)), n.current = s;
|
|
19903
19905
|
},
|
|
@@ -20047,7 +20049,7 @@ function jI(e) {
|
|
|
20047
20049
|
transform: g
|
|
20048
20050
|
};
|
|
20049
20051
|
}
|
|
20050
|
-
function
|
|
20052
|
+
function Vk({
|
|
20051
20053
|
id: e,
|
|
20052
20054
|
children: t
|
|
20053
20055
|
}) {
|
|
@@ -20087,7 +20089,7 @@ const BI = (e) => {
|
|
|
20087
20089
|
)
|
|
20088
20090
|
}));
|
|
20089
20091
|
}
|
|
20090
|
-
})),
|
|
20092
|
+
})), qk = ({
|
|
20091
20093
|
action: e,
|
|
20092
20094
|
maxAttempts: t = 3,
|
|
20093
20095
|
delay: n = 1e3,
|
|
@@ -20119,7 +20121,7 @@ const BI = (e) => {
|
|
|
20119
20121
|
p
|
|
20120
20122
|
]);
|
|
20121
20123
|
return Ye(() => h(), [h]), { attempts: u };
|
|
20122
|
-
},
|
|
20124
|
+
}, Gk = ({
|
|
20123
20125
|
title: e,
|
|
20124
20126
|
dialogId: t,
|
|
20125
20127
|
callOnOpen: n,
|
|
@@ -20179,7 +20181,7 @@ const BI = (e) => {
|
|
|
20179
20181
|
children: e
|
|
20180
20182
|
}
|
|
20181
20183
|
);
|
|
20182
|
-
},
|
|
20184
|
+
}, Yk = ({
|
|
20183
20185
|
onSubmit: e,
|
|
20184
20186
|
title: t,
|
|
20185
20187
|
children: n,
|
|
@@ -20281,19 +20283,19 @@ const BI = (e) => {
|
|
|
20281
20283
|
)
|
|
20282
20284
|
] });
|
|
20283
20285
|
}, Wv = /* @__PURE__ */ new Map();
|
|
20284
|
-
function
|
|
20286
|
+
function Zk(e, t) {
|
|
20285
20287
|
Wv.set(e, t);
|
|
20286
20288
|
}
|
|
20287
20289
|
function VI(e) {
|
|
20288
20290
|
return Wv.get(e);
|
|
20289
20291
|
}
|
|
20290
|
-
function
|
|
20292
|
+
function Xk(e) {
|
|
20291
20293
|
console.warn("openDialog called but no dialog store is configured. Please use a dialog store from the main package.");
|
|
20292
20294
|
}
|
|
20293
|
-
function
|
|
20295
|
+
function Jk() {
|
|
20294
20296
|
console.warn("closeDialog called but no dialog store is configured. Please use a dialog store from the main package.");
|
|
20295
20297
|
}
|
|
20296
|
-
const
|
|
20298
|
+
const Kk = ({ openDialog: e }) => {
|
|
20297
20299
|
if (!e) return null;
|
|
20298
20300
|
const t = VI(e);
|
|
20299
20301
|
return t ? /* @__PURE__ */ F.jsx(t, {}) : null;
|
|
@@ -20304,7 +20306,7 @@ const K2 = ({ openDialog: e }) => {
|
|
|
20304
20306
|
}), "Pause"), YI = 6e3, ZI = ({
|
|
20305
20307
|
notificationKey: e
|
|
20306
20308
|
}) => {
|
|
20307
|
-
const [t, n] = He(100), [i, s] = He(!1), a =
|
|
20309
|
+
const [t, n] = He(100), [i, s] = He(!1), a = ft(null), u = ft(Date.now()), c = ft(0);
|
|
20308
20310
|
return Ye(() => {
|
|
20309
20311
|
if (i) {
|
|
20310
20312
|
a.current && (clearInterval(a.current), c.current += Date.now() - u.current);
|
|
@@ -20370,7 +20372,7 @@ const K2 = ({ openDialog: e }) => {
|
|
|
20370
20372
|
), JI = (e) => /* @__PURE__ */ F.jsxs(Ve, { sx: { display: "flex", alignItems: "center" }, children: [
|
|
20371
20373
|
/* @__PURE__ */ F.jsx(ZI, { notificationKey: e }),
|
|
20372
20374
|
XI(e)
|
|
20373
|
-
] }),
|
|
20375
|
+
] }), Qk = () => {
|
|
20374
20376
|
const { notifications: e, removeNotificationData: t } = zv(), { enqueueSnackbar: n } = MT();
|
|
20375
20377
|
return Ye(() => {
|
|
20376
20378
|
e.length > 0 && e.forEach((i) => {
|
|
@@ -25917,7 +25919,7 @@ function is(e) {
|
|
|
25917
25919
|
`Unknown datetime argument: ${e}, of type ${typeof e}`
|
|
25918
25920
|
);
|
|
25919
25921
|
}
|
|
25920
|
-
const
|
|
25922
|
+
const e2 = (e) => e ? Ne.fromISO(e) : null, t2 = (e) => e.toLowerCase().replace(/ /g, "-").replace(/[^\w-]+/g, ""), n2 = () => "", j0 = "color-scheme";
|
|
25921
25923
|
function QA(e) {
|
|
25922
25924
|
if (typeof document > "u") return null;
|
|
25923
25925
|
const t = document.cookie.split(";");
|
|
@@ -25928,25 +25930,25 @@ function QA(e) {
|
|
|
25928
25930
|
}
|
|
25929
25931
|
return null;
|
|
25930
25932
|
}
|
|
25931
|
-
function
|
|
25933
|
+
function ek(e, t, n = 365) {
|
|
25932
25934
|
if (typeof document > "u") return;
|
|
25933
25935
|
const i = /* @__PURE__ */ new Date();
|
|
25934
25936
|
i.setTime(i.getTime() + n * 24 * 60 * 60 * 1e3), document.cookie = `${e}=${encodeURIComponent(t)};expires=${i.toUTCString()};path=/;SameSite=Lax`;
|
|
25935
25937
|
}
|
|
25936
|
-
function
|
|
25938
|
+
function r2() {
|
|
25937
25939
|
const e = QA(j0);
|
|
25938
25940
|
return e === "light" || e === "dark" || e === "system" ? e : "system";
|
|
25939
25941
|
}
|
|
25940
|
-
function
|
|
25941
|
-
|
|
25942
|
+
function i2(e) {
|
|
25943
|
+
ek(j0, e);
|
|
25942
25944
|
}
|
|
25943
|
-
function
|
|
25945
|
+
function o2(e) {
|
|
25944
25946
|
return e === "system" ? typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light" : e;
|
|
25945
25947
|
}
|
|
25946
|
-
function
|
|
25948
|
+
function s2(e) {
|
|
25947
25949
|
typeof document > "u" || (document.cookie = `${e}=;expires=Thu, 01 Jan 1970 00:00:00 UTC;path=/;SameSite=Lax`);
|
|
25948
25950
|
}
|
|
25949
|
-
function
|
|
25951
|
+
function a2(e, t, n) {
|
|
25950
25952
|
if (!t)
|
|
25951
25953
|
return e;
|
|
25952
25954
|
if (t.startsWith("http://") || t.startsWith("https://")) {
|
|
@@ -26002,27 +26004,26 @@ function H0(e, t) {
|
|
|
26002
26004
|
} : e;
|
|
26003
26005
|
}
|
|
26004
26006
|
let Tu = null, Cu = null;
|
|
26005
|
-
const
|
|
26007
|
+
const u2 = () => Tu, td = qn(void 0), l2 = ({
|
|
26006
26008
|
baseUrl: e = "/",
|
|
26007
26009
|
children: t
|
|
26008
26010
|
}) => {
|
|
26009
|
-
const [n, i] = He(/* @__PURE__ */ new Map()), s = Di(() =>
|
|
26010
|
-
|
|
26011
|
-
|
|
26012
|
-
|
|
26013
|
-
|
|
26014
|
-
Tu =
|
|
26015
|
-
}, [
|
|
26016
|
-
|
|
26017
|
-
|
|
26018
|
-
|
|
26019
|
-
return x.set(u, h), x;
|
|
26011
|
+
const [n, i] = He(/* @__PURE__ */ new Map()), s = Di(() => {
|
|
26012
|
+
const c = {
|
|
26013
|
+
endpoints: n,
|
|
26014
|
+
baseUrl: e
|
|
26015
|
+
};
|
|
26016
|
+
return Tu = c, c;
|
|
26017
|
+
}, [n, e]), a = mt((c, f) => {
|
|
26018
|
+
i((p) => {
|
|
26019
|
+
const h = B0(c), x = H0(h, f), R = new Map(p);
|
|
26020
|
+
return R.set(c, x), R;
|
|
26020
26021
|
});
|
|
26021
|
-
}, []);
|
|
26022
|
-
return
|
|
26022
|
+
}, []), u = ft(a);
|
|
26023
|
+
return u.current = a, Cu = u.current, Ye(() => () => {
|
|
26023
26024
|
Cu = null;
|
|
26024
|
-
}
|
|
26025
|
-
},
|
|
26025
|
+
}, []), /* @__PURE__ */ F.jsx(td.Provider, { value: s, children: t });
|
|
26026
|
+
}, c2 = (e, t) => {
|
|
26026
26027
|
if (Cu)
|
|
26027
26028
|
Cu(e, t);
|
|
26028
26029
|
else if (Tu) {
|
|
@@ -26030,105 +26031,105 @@ const uk = () => Tu, td = qn(void 0), lk = ({
|
|
|
26030
26031
|
Tu.endpoints.set(e, i);
|
|
26031
26032
|
} else
|
|
26032
26033
|
console.warn(`ApiConfig not initialized. Cannot register endpoints for '${e}'. Make sure ApiConfigProvider is rendered.`);
|
|
26033
|
-
},
|
|
26034
|
+
}, f2 = (e) => {
|
|
26034
26035
|
const t = Bn(td);
|
|
26035
26036
|
if (t === void 0)
|
|
26036
26037
|
throw new Error("useServiceApiConfig must be used within an ApiConfigProvider");
|
|
26037
26038
|
return t.endpoints.get(e);
|
|
26038
|
-
},
|
|
26039
|
+
}, d2 = () => {
|
|
26039
26040
|
const e = Bn(td);
|
|
26040
26041
|
if (e === void 0)
|
|
26041
26042
|
throw new Error("useApiConfigContext must be used within an ApiConfigProvider");
|
|
26042
26043
|
return e;
|
|
26043
26044
|
};
|
|
26044
26045
|
export {
|
|
26045
|
-
|
|
26046
|
+
l2 as ApiConfigProvider,
|
|
26046
26047
|
rs as BREAKPOINT_INFO,
|
|
26047
26048
|
MI as BreakpointIndicator,
|
|
26048
|
-
|
|
26049
|
-
|
|
26050
|
-
|
|
26051
|
-
|
|
26052
|
-
|
|
26053
|
-
|
|
26054
|
-
|
|
26049
|
+
Ck as CenteredHeading,
|
|
26050
|
+
Dk as CollapsingButtons,
|
|
26051
|
+
Rk as CompoundPanel,
|
|
26052
|
+
Gk as DialogOpener,
|
|
26053
|
+
Kk as Dialogs,
|
|
26054
|
+
Vk as DraggableItem,
|
|
26055
|
+
Hk as EditModeToggler,
|
|
26055
26056
|
jc as EventBus,
|
|
26056
26057
|
HI as ExtendedDialog,
|
|
26057
|
-
|
|
26058
|
-
|
|
26059
|
-
|
|
26060
|
-
|
|
26061
|
-
|
|
26062
|
-
|
|
26063
|
-
|
|
26058
|
+
Yk as FormDialog,
|
|
26059
|
+
Ak as GridItem,
|
|
26060
|
+
Ik as GridItemProvider,
|
|
26061
|
+
_k as LoadingScreen,
|
|
26062
|
+
Ok as NavigationFilter,
|
|
26063
|
+
Tk as NavigationSectionBuilder,
|
|
26064
|
+
Qk as Notifications,
|
|
26064
26065
|
yD as Panel,
|
|
26065
26066
|
UR as PanelProvider,
|
|
26066
|
-
|
|
26067
|
+
Fk as ResponsiveGridLayout,
|
|
26067
26068
|
oo as Scroller,
|
|
26068
26069
|
AR as ScrollerProvider,
|
|
26069
26070
|
vD as Section,
|
|
26070
|
-
|
|
26071
|
+
Mk as SpeedDialButton,
|
|
26071
26072
|
Yu as USER_PRESETS_KEY,
|
|
26072
26073
|
Bc as UserBus,
|
|
26073
|
-
|
|
26074
|
-
|
|
26074
|
+
n2 as apiPrefix,
|
|
26075
|
+
a2 as buildUrl,
|
|
26075
26076
|
cy as calculateNavigationFromSections,
|
|
26076
|
-
|
|
26077
|
+
Jk as closeDialog,
|
|
26077
26078
|
Rg as convertObjectKeysToCamelCase,
|
|
26078
26079
|
Dg as convertObjectKeysToUnderscore,
|
|
26079
|
-
|
|
26080
|
-
|
|
26081
|
-
|
|
26082
|
-
|
|
26083
|
-
|
|
26080
|
+
Nk as createGridItem,
|
|
26081
|
+
s2 as deleteCookie,
|
|
26082
|
+
Uk as deleteUserPreset,
|
|
26083
|
+
ck as eventBus,
|
|
26084
|
+
dk as filterNavigationByRole,
|
|
26084
26085
|
HT as getAllMicroservices,
|
|
26085
26086
|
zT as getAllRegisteredMicroservices,
|
|
26086
|
-
|
|
26087
|
-
|
|
26088
|
-
|
|
26087
|
+
u2 as getApiConfig,
|
|
26088
|
+
n2 as getApiPrefix,
|
|
26089
|
+
r2 as getColorSchemePreference,
|
|
26089
26090
|
QA as getCookie,
|
|
26090
26091
|
B0 as getDefaultEndpoints,
|
|
26091
|
-
|
|
26092
|
+
o2 as getEffectiveColorScheme,
|
|
26092
26093
|
TI as getFromLS,
|
|
26093
|
-
|
|
26094
|
-
|
|
26094
|
+
mk as getMicroservice,
|
|
26095
|
+
gk as getMicroserviceIds,
|
|
26095
26096
|
Vf as getUserPresets,
|
|
26096
|
-
|
|
26097
|
+
yk as isMicroserviceRegistered,
|
|
26097
26098
|
H0 as mergeEndpoints,
|
|
26098
|
-
|
|
26099
|
-
|
|
26100
|
-
|
|
26101
|
-
|
|
26102
|
-
|
|
26103
|
-
|
|
26099
|
+
Xk as openDialog,
|
|
26100
|
+
e2 as parseDate,
|
|
26101
|
+
c2 as registerApiEndpoints,
|
|
26102
|
+
Zk as registerDialog,
|
|
26103
|
+
pk as registerMicroservice,
|
|
26104
|
+
vk as registerRouteProvider,
|
|
26104
26105
|
yg as saveToLS,
|
|
26105
|
-
|
|
26106
|
-
|
|
26107
|
-
|
|
26108
|
-
|
|
26109
|
-
|
|
26110
|
-
|
|
26106
|
+
Wk as saveUserPreset,
|
|
26107
|
+
i2 as setColorSchemePreference,
|
|
26108
|
+
ek as setCookie,
|
|
26109
|
+
t2 as slugify,
|
|
26110
|
+
hk as unregisterMicroservice,
|
|
26111
|
+
bk as unregisterRouteProvider,
|
|
26111
26112
|
jT as updateMicroserviceNavigationForSections,
|
|
26112
|
-
|
|
26113
|
-
|
|
26113
|
+
jk as updateUserPreset,
|
|
26114
|
+
d2 as useApiConfigContext,
|
|
26114
26115
|
PT as useCurrentUser,
|
|
26115
|
-
|
|
26116
|
+
Pk as useGridItemContext,
|
|
26116
26117
|
Ov as useGridLayout,
|
|
26117
|
-
|
|
26118
|
-
|
|
26118
|
+
Bk as useGridLayoutManagement,
|
|
26119
|
+
xk as useMicroserviceNavigation,
|
|
26119
26120
|
dy as useMicroserviceRegistryStore,
|
|
26120
|
-
|
|
26121
|
+
wk as useMicroserviceRoutes,
|
|
26121
26122
|
Ti as useNavigationFilterStore,
|
|
26122
|
-
|
|
26123
|
+
Sk as useNavigationSectionManager,
|
|
26123
26124
|
Gr as useNavigationStore,
|
|
26124
26125
|
zv as useNotificationStore,
|
|
26125
26126
|
or as usePanelContext,
|
|
26126
26127
|
Is as usePanelStore,
|
|
26127
|
-
|
|
26128
|
+
qk as useRetry,
|
|
26128
26129
|
kR as useScrollContext,
|
|
26129
|
-
|
|
26130
|
-
|
|
26130
|
+
f2 as useServiceApiConfig,
|
|
26131
|
+
Ek as useSyncNavigationFilters,
|
|
26131
26132
|
IT as useUserActions,
|
|
26132
|
-
|
|
26133
|
+
fk as useUserPreferences,
|
|
26133
26134
|
dn as userBus
|
|
26134
26135
|
};
|