jcicl 1.0.76 → 1.0.77
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/.chunks/eye.js +45 -0
- package/AppContainer/AppContainer.js +322 -319
- package/Button/Button.js +76 -79
- package/EditableDetailItemWithIcon/EditableDetailItemWithIcon.d.ts +3 -2
- package/EditableDetailItemWithIcon/EditableDetailItemWithIcon.js +39 -39
- package/EditableInfoCard/EditableInfoCard.d.ts +1 -1
- package/EditableInfoCard/EditableInfoCard.js +25 -25
- package/ErrorBoundary/ErrorBoundary.d.ts +5 -5
- package/ErrorBoundary/ErrorBoundary.js +21 -19
- package/FormComponents/FormComponents.d.ts +1 -2
- package/FormContext/createFormContext.js +70 -62
- package/FormFields/FormFields.d.ts +1 -1
- package/FormFields/FormFields.js +31 -31
- package/FormInput/FormInput.d.ts +5 -3
- package/FormInput/FormInput.js +10 -8
- package/Input/Input.d.ts +6 -1
- package/Input/Input.js +33 -98
- package/LabeledDropdown/LabeledDropdown.d.ts +3 -0
- package/LabeledDropdown/LabeledDropdown.js +724 -801
- package/LabeledFormattedInput/LabeledFormattedInput.d.ts +23 -0
- package/LabeledFormattedInput/LabeledFormattedInput.js +95 -0
- package/LabeledFormattedInput/index.d.ts +1 -0
- package/LabeledFormattedInput/index.js +4 -0
- package/LabeledInput/LabeledInput.js +39 -51
- package/Memo/Memo.js +6 -5
- package/Nav/Nav.d.ts +1 -1
- package/Pagination/Pagination.d.ts +1 -2
- package/Table/Table.d.ts +7 -5
- package/Table/Table.js +5575 -5633
- package/Timer/Timer.js +26 -26
- package/Toast/Toaster.js +9 -9
- package/WelcomeCard/WelcomeCard.js +10 -10
- package/assets/style.css +1 -1
- package/assets/tailwind.css +2 -2
- package/constants.d.ts +6 -0
- package/constants.js +55 -0
- package/cursorPositioning.d.ts +7 -0
- package/cursorPositioning.js +13 -0
- package/formatters.d.ts +17 -0
- package/formatters.js +83 -0
- package/inputTypes.d.ts +1 -0
- package/inputTypes.js +1 -0
- package/logger.d.ts +13 -0
- package/logger.js +9 -0
- package/maskers.d.ts +6 -0
- package/maskers.js +15 -0
- package/package.json +1 -1
- package/theme.d.ts +1 -0
- package/theme.js +9 -8
- package/themeUtils.js +58 -79
- package/utils.d.ts +8 -18
- package/utils.js +39 -89
- package/validators.d.ts +5 -0
- package/validators.js +12 -0
|
@@ -1,144 +1,144 @@
|
|
|
1
|
-
import { jsx as i, jsxs as C, Fragment as
|
|
1
|
+
import { jsx as i, jsxs as C, Fragment as Ce } from "react/jsx-runtime";
|
|
2
2
|
import * as D from "react";
|
|
3
|
-
import { useState as
|
|
4
|
-
import { c as
|
|
5
|
-
import { n as
|
|
3
|
+
import { useState as oe } from "react";
|
|
4
|
+
import { c as he } from "../.chunks/createSvgIcon.js";
|
|
5
|
+
import { n as g, i as q } from "../.chunks/emotion-styled.browser.esm.js";
|
|
6
6
|
import { c as T } from "../.chunks/emotion-react.browser.esm.js";
|
|
7
|
-
import { P as
|
|
8
|
-
import { Nav as
|
|
9
|
-
import
|
|
10
|
-
import { Button as
|
|
7
|
+
import { P as Xe, A as Ye } from "../.chunks/AppHeader.js";
|
|
8
|
+
import { Nav as U } from "../Nav/Nav.js";
|
|
9
|
+
import re from "../ScrollContainer/ScrollContainer.js";
|
|
10
|
+
import { Button as ie } from "../Button/Button.js";
|
|
11
11
|
import a from "../theme.js";
|
|
12
|
-
import { l as
|
|
13
|
-
import { X as
|
|
14
|
-
import { P as r, g as
|
|
15
|
-
import { u as
|
|
16
|
-
import { e as
|
|
17
|
-
import { m as
|
|
18
|
-
import { o as
|
|
19
|
-
import { P as
|
|
20
|
-
import { i as
|
|
21
|
-
import { c as
|
|
22
|
-
import { u as
|
|
23
|
-
import { u as
|
|
24
|
-
function
|
|
25
|
-
const n = o.getBoundingClientRect(), l = t && t.getBoundingClientRect(), R =
|
|
26
|
-
let
|
|
12
|
+
import { l as Qe } from "../.chunks/jocologo.js";
|
|
13
|
+
import { X as _e } from "../.chunks/Close.js";
|
|
14
|
+
import { P as r, g as qe, a as Je, s as ue, r as Ke, b as ae, u as Ze, c as te, d as eo } from "../.chunks/DefaultPropsProvider.js";
|
|
15
|
+
import { u as oo } from "../.chunks/index.js";
|
|
16
|
+
import { e as ro, H as to, u as De, g as no, T as io, r as ao, b as Pe } from "../.chunks/Portal.js";
|
|
17
|
+
import { m as Se } from "../.chunks/memoTheme.js";
|
|
18
|
+
import { o as Ie, d as so, M as lo } from "../.chunks/TextField.js";
|
|
19
|
+
import { P as co } from "../.chunks/Paper.js";
|
|
20
|
+
import { i as po } from "../.chunks/integerPropType.js";
|
|
21
|
+
import { c as ho } from "../.chunks/chainPropTypes.js";
|
|
22
|
+
import { u as uo } from "../.chunks/TransitionGroupContext.js";
|
|
23
|
+
import { u as $e } from "../.chunks/useMediaQuery.js";
|
|
24
|
+
function fo(e, o, t) {
|
|
25
|
+
const n = o.getBoundingClientRect(), l = t && t.getBoundingClientRect(), R = Ie(o);
|
|
26
|
+
let x;
|
|
27
27
|
if (o.fakeTransform)
|
|
28
|
-
|
|
28
|
+
x = o.fakeTransform;
|
|
29
29
|
else {
|
|
30
30
|
const p = R.getComputedStyle(o);
|
|
31
|
-
|
|
31
|
+
x = p.getPropertyValue("-webkit-transform") || p.getPropertyValue("transform");
|
|
32
32
|
}
|
|
33
|
-
let d = 0,
|
|
34
|
-
if (
|
|
35
|
-
const p =
|
|
36
|
-
d = parseInt(p[4], 10),
|
|
33
|
+
let d = 0, m = 0;
|
|
34
|
+
if (x && x !== "none" && typeof x == "string") {
|
|
35
|
+
const p = x.split("(")[1].split(")")[0].split(",");
|
|
36
|
+
d = parseInt(p[4], 10), m = parseInt(p[5], 10);
|
|
37
37
|
}
|
|
38
|
-
return e === "left" ? l ? `translateX(${l.right + d - n.left}px)` : `translateX(${R.innerWidth + d - n.left}px)` : e === "right" ? l ? `translateX(-${n.right - l.left - d}px)` : `translateX(-${n.left + n.width - d}px)` : e === "up" ? l ? `translateY(${l.bottom +
|
|
38
|
+
return e === "left" ? l ? `translateX(${l.right + d - n.left}px)` : `translateX(${R.innerWidth + d - n.left}px)` : e === "right" ? l ? `translateX(-${n.right - l.left - d}px)` : `translateX(-${n.left + n.width - d}px)` : e === "up" ? l ? `translateY(${l.bottom + m - n.top}px)` : `translateY(${R.innerHeight + m - n.top}px)` : l ? `translateY(-${n.top - l.top + n.height - m}px)` : `translateY(-${n.top + n.height - m}px)`;
|
|
39
39
|
}
|
|
40
|
-
function
|
|
40
|
+
function Ne(e) {
|
|
41
41
|
return typeof e == "function" ? e() : e;
|
|
42
42
|
}
|
|
43
|
-
function
|
|
44
|
-
const n =
|
|
43
|
+
function ne(e, o, t) {
|
|
44
|
+
const n = Ne(t), l = fo(e, o, n);
|
|
45
45
|
l && (o.style.webkitTransform = l, o.style.transform = l);
|
|
46
46
|
}
|
|
47
|
-
const
|
|
48
|
-
const n =
|
|
47
|
+
const Oe = /* @__PURE__ */ D.forwardRef(function(o, t) {
|
|
48
|
+
const n = De(), l = {
|
|
49
49
|
enter: n.transitions.easing.easeOut,
|
|
50
50
|
exit: n.transitions.easing.sharp
|
|
51
51
|
}, R = {
|
|
52
52
|
enter: n.transitions.duration.enteringScreen,
|
|
53
53
|
exit: n.transitions.duration.leavingScreen
|
|
54
54
|
}, {
|
|
55
|
-
addEndListener:
|
|
55
|
+
addEndListener: x,
|
|
56
56
|
appear: d = !0,
|
|
57
|
-
children:
|
|
57
|
+
children: m,
|
|
58
58
|
container: p,
|
|
59
|
-
direction:
|
|
60
|
-
easing:
|
|
59
|
+
direction: b = "down",
|
|
60
|
+
easing: O = l,
|
|
61
61
|
in: P,
|
|
62
|
-
onEnter:
|
|
63
|
-
onEntered:
|
|
64
|
-
onEntering:
|
|
62
|
+
onEnter: W,
|
|
63
|
+
onEntered: Y,
|
|
64
|
+
onEntering: B,
|
|
65
65
|
onExit: k,
|
|
66
|
-
onExited:
|
|
66
|
+
onExited: H,
|
|
67
67
|
onExiting: S,
|
|
68
|
-
style:
|
|
68
|
+
style: A,
|
|
69
69
|
timeout: $ = R,
|
|
70
70
|
// eslint-disable-next-line react/prop-types
|
|
71
|
-
TransitionComponent: M =
|
|
72
|
-
...
|
|
73
|
-
} = o, h = D.useRef(null),
|
|
71
|
+
TransitionComponent: M = io,
|
|
72
|
+
...v
|
|
73
|
+
} = o, h = D.useRef(null), L = uo(no(m), h, t), E = (s) => (u) => {
|
|
74
74
|
s && (u === void 0 ? s(h.current) : s(h.current, u));
|
|
75
75
|
}, z = E((s, u) => {
|
|
76
|
-
|
|
76
|
+
ne(b, s, p), ao(s), W && W(s, u);
|
|
77
77
|
}), c = E((s, u) => {
|
|
78
|
-
const
|
|
78
|
+
const K = Pe({
|
|
79
79
|
timeout: $,
|
|
80
|
-
style:
|
|
81
|
-
easing:
|
|
80
|
+
style: A,
|
|
81
|
+
easing: O
|
|
82
82
|
}, {
|
|
83
83
|
mode: "enter"
|
|
84
84
|
});
|
|
85
85
|
s.style.webkitTransition = n.transitions.create("-webkit-transform", {
|
|
86
|
-
...
|
|
86
|
+
...K
|
|
87
87
|
}), s.style.transition = n.transitions.create("transform", {
|
|
88
|
-
...
|
|
89
|
-
}), s.style.webkitTransform = "none", s.style.transform = "none",
|
|
90
|
-
}),
|
|
91
|
-
const u =
|
|
88
|
+
...K
|
|
89
|
+
}), s.style.webkitTransform = "none", s.style.transform = "none", B && B(s, u);
|
|
90
|
+
}), w = E(Y), I = E(S), V = E((s) => {
|
|
91
|
+
const u = Pe({
|
|
92
92
|
timeout: $,
|
|
93
|
-
style:
|
|
94
|
-
easing:
|
|
93
|
+
style: A,
|
|
94
|
+
easing: O
|
|
95
95
|
}, {
|
|
96
96
|
mode: "exit"
|
|
97
97
|
});
|
|
98
|
-
s.style.webkitTransition = n.transitions.create("-webkit-transform", u), s.style.transition = n.transitions.create("transform", u),
|
|
98
|
+
s.style.webkitTransition = n.transitions.create("-webkit-transform", u), s.style.transition = n.transitions.create("transform", u), ne(b, s, p), k && k(s);
|
|
99
99
|
}), y = E((s) => {
|
|
100
|
-
s.style.webkitTransition = "", s.style.transition = "",
|
|
101
|
-
}),
|
|
102
|
-
|
|
103
|
-
},
|
|
104
|
-
h.current &&
|
|
105
|
-
}, [
|
|
100
|
+
s.style.webkitTransition = "", s.style.transition = "", H && H(s);
|
|
101
|
+
}), F = (s) => {
|
|
102
|
+
x && x(h.current, s);
|
|
103
|
+
}, J = D.useCallback(() => {
|
|
104
|
+
h.current && ne(b, h.current, p);
|
|
105
|
+
}, [b, p]);
|
|
106
106
|
return D.useEffect(() => {
|
|
107
|
-
if (P ||
|
|
107
|
+
if (P || b === "down" || b === "right")
|
|
108
108
|
return;
|
|
109
|
-
const s =
|
|
110
|
-
h.current &&
|
|
111
|
-
}), u =
|
|
109
|
+
const s = so(() => {
|
|
110
|
+
h.current && ne(b, h.current, p);
|
|
111
|
+
}), u = Ie(h.current);
|
|
112
112
|
return u.addEventListener("resize", s), () => {
|
|
113
113
|
s.clear(), u.removeEventListener("resize", s);
|
|
114
114
|
};
|
|
115
|
-
}, [
|
|
116
|
-
P ||
|
|
117
|
-
}, [P,
|
|
115
|
+
}, [b, P, p]), D.useEffect(() => {
|
|
116
|
+
P || J();
|
|
117
|
+
}, [P, J]), /* @__PURE__ */ i(M, {
|
|
118
118
|
nodeRef: h,
|
|
119
119
|
onEnter: z,
|
|
120
|
-
onEntered:
|
|
120
|
+
onEntered: w,
|
|
121
121
|
onEntering: c,
|
|
122
|
-
onExit:
|
|
122
|
+
onExit: V,
|
|
123
123
|
onExited: y,
|
|
124
124
|
onExiting: I,
|
|
125
|
-
addEndListener:
|
|
125
|
+
addEndListener: F,
|
|
126
126
|
appear: d,
|
|
127
127
|
in: P,
|
|
128
128
|
timeout: $,
|
|
129
|
-
...
|
|
130
|
-
children: (s, u) => /* @__PURE__ */ D.cloneElement(
|
|
131
|
-
ref:
|
|
129
|
+
...v,
|
|
130
|
+
children: (s, u) => /* @__PURE__ */ D.cloneElement(m, {
|
|
131
|
+
ref: L,
|
|
132
132
|
style: {
|
|
133
133
|
visibility: s === "exited" && !P ? "hidden" : void 0,
|
|
134
|
-
...
|
|
135
|
-
...
|
|
134
|
+
...A,
|
|
135
|
+
...m.props.style
|
|
136
136
|
},
|
|
137
137
|
...u
|
|
138
138
|
})
|
|
139
139
|
});
|
|
140
140
|
});
|
|
141
|
-
process.env.NODE_ENV !== "production" && (
|
|
141
|
+
process.env.NODE_ENV !== "production" && (Oe.propTypes = {
|
|
142
142
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
143
143
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
144
144
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -158,14 +158,14 @@ process.env.NODE_ENV !== "production" && (Ne.propTypes = {
|
|
|
158
158
|
/**
|
|
159
159
|
* A single child content element.
|
|
160
160
|
*/
|
|
161
|
-
children:
|
|
161
|
+
children: ro.isRequired,
|
|
162
162
|
/**
|
|
163
163
|
* An HTML element, or a function that returns one.
|
|
164
164
|
* It's used to set the container the Slide is transitioning from.
|
|
165
165
|
*/
|
|
166
|
-
container:
|
|
166
|
+
container: ho(r.oneOfType([to, r.func]), (e) => {
|
|
167
167
|
if (e.open) {
|
|
168
|
-
const o =
|
|
168
|
+
const o = Ne(e.container);
|
|
169
169
|
if (o && o.nodeType === 1) {
|
|
170
170
|
const t = o.getBoundingClientRect();
|
|
171
171
|
if (process.env.NODE_ENV !== "test" && t.top === 0 && t.left === 0 && t.right === 0 && t.bottom === 0)
|
|
@@ -240,16 +240,16 @@ process.env.NODE_ENV !== "production" && (Ne.propTypes = {
|
|
|
240
240
|
exit: r.number
|
|
241
241
|
})])
|
|
242
242
|
});
|
|
243
|
-
function
|
|
244
|
-
return
|
|
243
|
+
function mo(e) {
|
|
244
|
+
return qe("MuiDrawer", e);
|
|
245
245
|
}
|
|
246
|
-
|
|
247
|
-
const
|
|
246
|
+
Je("MuiDrawer", ["root", "docked", "paper", "paperAnchorLeft", "paperAnchorRight", "paperAnchorTop", "paperAnchorBottom", "paperAnchorDockedLeft", "paperAnchorDockedRight", "paperAnchorDockedTop", "paperAnchorDockedBottom", "modal"]);
|
|
247
|
+
const Be = (e, o) => {
|
|
248
248
|
const {
|
|
249
249
|
ownerState: t
|
|
250
250
|
} = e;
|
|
251
251
|
return [o.root, (t.variant === "permanent" || t.variant === "persistent") && o.docked, o.modal];
|
|
252
|
-
},
|
|
252
|
+
}, go = (e) => {
|
|
253
253
|
const {
|
|
254
254
|
classes: o,
|
|
255
255
|
anchor: t,
|
|
@@ -258,35 +258,35 @@ const Oe = (e, o) => {
|
|
|
258
258
|
root: ["root"],
|
|
259
259
|
docked: [(n === "permanent" || n === "persistent") && "docked"],
|
|
260
260
|
modal: ["modal"],
|
|
261
|
-
paper: ["paper", `paperAnchor${
|
|
261
|
+
paper: ["paper", `paperAnchor${ae(t)}`, n !== "temporary" && `paperAnchorDocked${ae(t)}`]
|
|
262
262
|
};
|
|
263
|
-
return
|
|
264
|
-
},
|
|
263
|
+
return eo(l, mo, o);
|
|
264
|
+
}, bo = ue(lo, {
|
|
265
265
|
name: "MuiDrawer",
|
|
266
266
|
slot: "Root",
|
|
267
|
-
overridesResolver:
|
|
268
|
-
})(
|
|
267
|
+
overridesResolver: Be
|
|
268
|
+
})(Se(({
|
|
269
269
|
theme: e
|
|
270
270
|
}) => ({
|
|
271
271
|
zIndex: (e.vars || e).zIndex.drawer
|
|
272
|
-
}))),
|
|
273
|
-
shouldForwardProp:
|
|
272
|
+
}))), Te = ue("div", {
|
|
273
|
+
shouldForwardProp: Ke,
|
|
274
274
|
name: "MuiDrawer",
|
|
275
275
|
slot: "Docked",
|
|
276
276
|
skipVariantsResolver: !1,
|
|
277
|
-
overridesResolver:
|
|
277
|
+
overridesResolver: Be
|
|
278
278
|
})({
|
|
279
279
|
flex: "0 0 auto"
|
|
280
|
-
}),
|
|
280
|
+
}), xo = ue(co, {
|
|
281
281
|
name: "MuiDrawer",
|
|
282
282
|
slot: "Paper",
|
|
283
283
|
overridesResolver: (e, o) => {
|
|
284
284
|
const {
|
|
285
285
|
ownerState: t
|
|
286
286
|
} = e;
|
|
287
|
-
return [o.paper, o[`paperAnchor${
|
|
287
|
+
return [o.paper, o[`paperAnchor${ae(t.anchor)}`], t.variant !== "temporary" && o[`paperAnchorDocked${ae(t.anchor)}`]];
|
|
288
288
|
}
|
|
289
|
-
})(
|
|
289
|
+
})(Se(({
|
|
290
290
|
theme: e
|
|
291
291
|
}) => ({
|
|
292
292
|
overflowY: "auto",
|
|
@@ -370,108 +370,108 @@ const Oe = (e, o) => {
|
|
|
370
370
|
borderTop: `1px solid ${(e.vars || e).palette.divider}`
|
|
371
371
|
}
|
|
372
372
|
}]
|
|
373
|
-
}))),
|
|
373
|
+
}))), He = {
|
|
374
374
|
left: "right",
|
|
375
375
|
right: "left",
|
|
376
376
|
top: "down",
|
|
377
377
|
bottom: "up"
|
|
378
378
|
};
|
|
379
|
-
function
|
|
379
|
+
function vo(e) {
|
|
380
380
|
return ["left", "right"].includes(e);
|
|
381
381
|
}
|
|
382
|
-
function
|
|
382
|
+
function wo({
|
|
383
383
|
direction: e
|
|
384
384
|
}, o) {
|
|
385
|
-
return e === "rtl" &&
|
|
385
|
+
return e === "rtl" && vo(o) ? He[o] : o;
|
|
386
386
|
}
|
|
387
|
-
const
|
|
388
|
-
const n =
|
|
387
|
+
const X = /* @__PURE__ */ D.forwardRef(function(o, t) {
|
|
388
|
+
const n = Ze({
|
|
389
389
|
props: o,
|
|
390
390
|
name: "MuiDrawer"
|
|
391
|
-
}), l =
|
|
391
|
+
}), l = De(), R = oo(), x = {
|
|
392
392
|
enter: l.transitions.duration.enteringScreen,
|
|
393
393
|
exit: l.transitions.duration.leavingScreen
|
|
394
394
|
}, {
|
|
395
395
|
anchor: d = "left",
|
|
396
|
-
BackdropProps:
|
|
396
|
+
BackdropProps: m,
|
|
397
397
|
children: p,
|
|
398
|
-
className:
|
|
399
|
-
elevation:
|
|
398
|
+
className: b,
|
|
399
|
+
elevation: O = 16,
|
|
400
400
|
hideBackdrop: P = !1,
|
|
401
401
|
ModalProps: {
|
|
402
|
-
BackdropProps:
|
|
403
|
-
...
|
|
402
|
+
BackdropProps: W,
|
|
403
|
+
...Y
|
|
404
404
|
} = {},
|
|
405
|
-
onClose:
|
|
405
|
+
onClose: B,
|
|
406
406
|
open: k = !1,
|
|
407
|
-
PaperProps:
|
|
407
|
+
PaperProps: H = {},
|
|
408
408
|
SlideProps: S,
|
|
409
409
|
// eslint-disable-next-line react/prop-types
|
|
410
|
-
TransitionComponent:
|
|
411
|
-
transitionDuration: $ =
|
|
410
|
+
TransitionComponent: A = Oe,
|
|
411
|
+
transitionDuration: $ = x,
|
|
412
412
|
variant: M = "temporary",
|
|
413
|
-
...
|
|
413
|
+
...v
|
|
414
414
|
} = n, h = D.useRef(!1);
|
|
415
415
|
D.useEffect(() => {
|
|
416
416
|
h.current = !0;
|
|
417
417
|
}, []);
|
|
418
|
-
const
|
|
418
|
+
const L = wo({
|
|
419
419
|
direction: R ? "rtl" : "ltr"
|
|
420
420
|
}, d), z = {
|
|
421
421
|
...n,
|
|
422
422
|
anchor: d,
|
|
423
|
-
elevation:
|
|
423
|
+
elevation: O,
|
|
424
424
|
open: k,
|
|
425
425
|
variant: M,
|
|
426
|
-
...
|
|
427
|
-
}, c =
|
|
428
|
-
elevation: M === "temporary" ?
|
|
426
|
+
...v
|
|
427
|
+
}, c = go(z), w = /* @__PURE__ */ i(xo, {
|
|
428
|
+
elevation: M === "temporary" ? O : 0,
|
|
429
429
|
square: !0,
|
|
430
|
-
...
|
|
431
|
-
className:
|
|
430
|
+
...H,
|
|
431
|
+
className: te(c.paper, H.className),
|
|
432
432
|
ownerState: z,
|
|
433
433
|
children: p
|
|
434
434
|
});
|
|
435
435
|
if (M === "permanent")
|
|
436
|
-
return /* @__PURE__ */ i(
|
|
437
|
-
className:
|
|
436
|
+
return /* @__PURE__ */ i(Te, {
|
|
437
|
+
className: te(c.root, c.docked, b),
|
|
438
438
|
ownerState: z,
|
|
439
439
|
ref: t,
|
|
440
|
-
...
|
|
441
|
-
children:
|
|
440
|
+
...v,
|
|
441
|
+
children: w
|
|
442
442
|
});
|
|
443
|
-
const I = /* @__PURE__ */ i(
|
|
443
|
+
const I = /* @__PURE__ */ i(A, {
|
|
444
444
|
in: k,
|
|
445
|
-
direction:
|
|
445
|
+
direction: He[L],
|
|
446
446
|
timeout: $,
|
|
447
447
|
appear: h.current,
|
|
448
448
|
...S,
|
|
449
|
-
children:
|
|
449
|
+
children: w
|
|
450
450
|
});
|
|
451
|
-
return M === "persistent" ? /* @__PURE__ */ i(
|
|
452
|
-
className:
|
|
451
|
+
return M === "persistent" ? /* @__PURE__ */ i(Te, {
|
|
452
|
+
className: te(c.root, c.docked, b),
|
|
453
453
|
ownerState: z,
|
|
454
454
|
ref: t,
|
|
455
|
-
...
|
|
455
|
+
...v,
|
|
456
456
|
children: I
|
|
457
|
-
}) : /* @__PURE__ */ i(
|
|
457
|
+
}) : /* @__PURE__ */ i(bo, {
|
|
458
458
|
BackdropProps: {
|
|
459
|
-
...
|
|
460
|
-
...
|
|
459
|
+
...m,
|
|
460
|
+
...W,
|
|
461
461
|
transitionDuration: $
|
|
462
462
|
},
|
|
463
|
-
className:
|
|
463
|
+
className: te(c.root, c.modal, b),
|
|
464
464
|
open: k,
|
|
465
465
|
ownerState: z,
|
|
466
|
-
onClose:
|
|
466
|
+
onClose: B,
|
|
467
467
|
hideBackdrop: P,
|
|
468
468
|
ref: t,
|
|
469
|
-
...
|
|
470
|
-
...
|
|
469
|
+
...v,
|
|
470
|
+
...Y,
|
|
471
471
|
children: I
|
|
472
472
|
});
|
|
473
473
|
});
|
|
474
|
-
process.env.NODE_ENV !== "production" && (
|
|
474
|
+
process.env.NODE_ENV !== "production" && (X.propTypes = {
|
|
475
475
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
476
476
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
477
477
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -501,7 +501,7 @@ process.env.NODE_ENV !== "production" && (G.propTypes = {
|
|
|
501
501
|
* The elevation of the drawer.
|
|
502
502
|
* @default 16
|
|
503
503
|
*/
|
|
504
|
-
elevation:
|
|
504
|
+
elevation: po,
|
|
505
505
|
/**
|
|
506
506
|
* If `true`, the backdrop is not rendered.
|
|
507
507
|
* @default false
|
|
@@ -557,14 +557,14 @@ process.env.NODE_ENV !== "production" && (G.propTypes = {
|
|
|
557
557
|
*/
|
|
558
558
|
variant: r.oneOf(["permanent", "persistent", "temporary"])
|
|
559
559
|
});
|
|
560
|
-
const
|
|
560
|
+
const Re = he(/* @__PURE__ */ i("path", {
|
|
561
561
|
d: "m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
|
|
562
|
-
}), "ArrowForward"),
|
|
562
|
+
}), "ArrowForward"), Me = he(/* @__PURE__ */ i("path", {
|
|
563
563
|
d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12z"
|
|
564
|
-
}), "Cancel"),
|
|
564
|
+
}), "Cancel"), ko = he(/* @__PURE__ */ i("path", {
|
|
565
565
|
d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2"
|
|
566
|
-
}), "MoreHoriz"),
|
|
567
|
-
shouldForwardProp: (e) =>
|
|
566
|
+
}), "MoreHoriz"), yo = g("div", {
|
|
567
|
+
shouldForwardProp: (e) => q(e) && e !== "hasSiteBanner"
|
|
568
568
|
})(({ backgroundColor: e, hasSiteBanner: o }) => ({
|
|
569
569
|
display: "flex",
|
|
570
570
|
flexDirection: "column",
|
|
@@ -574,7 +574,7 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
574
574
|
height: o ? `calc(100vh - ${a.constants.siteBannerHeight}px)` : "100vh",
|
|
575
575
|
fontFamily: "Roboto, sans-serif",
|
|
576
576
|
overflow: "hidden"
|
|
577
|
-
})),
|
|
577
|
+
})), Co = g("div")(
|
|
578
578
|
({ tabletPadding: e, mobile: o }) => ({
|
|
579
579
|
display: "flex",
|
|
580
580
|
flexDirection: o ? "column-reverse" : "row",
|
|
@@ -586,8 +586,8 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
586
586
|
boxSizing: "border-box",
|
|
587
587
|
height: `calc(100% - ${a.constants.appHeaderHeight}px)`
|
|
588
588
|
})
|
|
589
|
-
),
|
|
590
|
-
shouldForwardProp: (e) =>
|
|
589
|
+
), Po = g("div", {
|
|
590
|
+
shouldForwardProp: (e) => q(e)
|
|
591
591
|
})(({ withActionsPanel: e, tablet: o, borderColor: t, backgroundColor: n }) => ({
|
|
592
592
|
zIndex: 108,
|
|
593
593
|
display: "flex",
|
|
@@ -608,8 +608,8 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
608
608
|
...!e && {
|
|
609
609
|
border: "none"
|
|
610
610
|
}
|
|
611
|
-
})),
|
|
612
|
-
shouldForwardProp: (e) =>
|
|
611
|
+
})), $o = g("div", {
|
|
612
|
+
shouldForwardProp: (e) => q(e)
|
|
613
613
|
})(({ show: e, width: o = a.constants.navDefaultWidth, borderColor: t, backgroundColor: n }) => ({
|
|
614
614
|
zIndex: 108,
|
|
615
615
|
display: "flex",
|
|
@@ -631,7 +631,7 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
631
631
|
...!e && {
|
|
632
632
|
border: "none"
|
|
633
633
|
}
|
|
634
|
-
})),
|
|
634
|
+
})), To = g(X, {
|
|
635
635
|
shouldForwardProp: (e) => !["$topOffset"].includes(e)
|
|
636
636
|
})(
|
|
637
637
|
({ shadowColor: e, backgroundColor: o, $topOffset: t }) => ({
|
|
@@ -657,7 +657,7 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
657
657
|
}
|
|
658
658
|
`
|
|
659
659
|
})
|
|
660
|
-
),
|
|
660
|
+
), Ee = g(ie)(({ iconColor: e, highlight1: o, highlight2: t, rightDrawer: n = !1 }) => ({
|
|
661
661
|
...T`
|
|
662
662
|
position: absolute;
|
|
663
663
|
top: -0.5rem;
|
|
@@ -681,8 +681,8 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
681
681
|
}
|
|
682
682
|
}
|
|
683
683
|
`
|
|
684
|
-
})),
|
|
685
|
-
shouldForwardProp: (e) =>
|
|
684
|
+
})), Ro = g("div", {
|
|
685
|
+
shouldForwardProp: (e) => q(e)
|
|
686
686
|
})(({ withActionsPanel: e, borderColor: o, backgroundColor: t, mobileScreen: n }) => ({
|
|
687
687
|
display: "flex",
|
|
688
688
|
overflow: "hidden",
|
|
@@ -705,7 +705,7 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
705
705
|
borderBottomLeftRadius: e ? 0 : "4px",
|
|
706
706
|
borderTopLeftRadius: e ? 0 : "4px"
|
|
707
707
|
}
|
|
708
|
-
})),
|
|
708
|
+
})), Mo = g(X, {
|
|
709
709
|
shouldForwardProp: (e) => !["backgroundColor", "shadowColor"].includes(e)
|
|
710
710
|
})(({ backgroundColor: e, shadowColor: o }) => ({
|
|
711
711
|
...T`
|
|
@@ -723,7 +723,7 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
723
723
|
background-color: transparent;
|
|
724
724
|
}
|
|
725
725
|
`
|
|
726
|
-
})),
|
|
726
|
+
})), Eo = g(X, {
|
|
727
727
|
shouldForwardProp: (e) => !["backgroundColor", "$topOffset"].includes(e)
|
|
728
728
|
})(({ backgroundColor: e, $topOffset: o }) => ({
|
|
729
729
|
...T`
|
|
@@ -745,8 +745,8 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
745
745
|
background-color: transparent;
|
|
746
746
|
}
|
|
747
747
|
`
|
|
748
|
-
})),
|
|
749
|
-
shouldForwardProp: (e) =>
|
|
748
|
+
})), zo = g("div", {
|
|
749
|
+
shouldForwardProp: (e) => q(e) && e !== "$topOffset"
|
|
750
750
|
})(({ backgroundColor: e, open: o, $topOffset: t }) => ({
|
|
751
751
|
...T`
|
|
752
752
|
position: fixed;
|
|
@@ -760,14 +760,14 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
760
760
|
box-sizing: border-box;
|
|
761
761
|
padding: ${o ? "16px" : 0};
|
|
762
762
|
`
|
|
763
|
-
})),
|
|
763
|
+
})), Do = g("h1")(({ color: e }) => ({
|
|
764
764
|
...T`
|
|
765
765
|
margin: 0;
|
|
766
766
|
font-size: 2.1rem;
|
|
767
767
|
font-family: 'Roboto';
|
|
768
768
|
color: ${e};
|
|
769
769
|
`
|
|
770
|
-
})),
|
|
770
|
+
})), So = g(X, {
|
|
771
771
|
shouldForwardProp: (e) => !["backgroundQuaternary", "$topOffset"].includes(e)
|
|
772
772
|
})(({ backgroundQuaternary: e, $topOffset: o }) => ({
|
|
773
773
|
...T`
|
|
@@ -789,12 +789,12 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
789
789
|
background-color: transparent;
|
|
790
790
|
}
|
|
791
791
|
`
|
|
792
|
-
})),
|
|
792
|
+
})), Io = g("img")(({ width: e, height: o }) => ({
|
|
793
793
|
...T`
|
|
794
794
|
width: ${e}px;
|
|
795
795
|
height: ${o}px;
|
|
796
796
|
`
|
|
797
|
-
})),
|
|
797
|
+
})), ze = g("div")(({ justifyStart: e }) => ({
|
|
798
798
|
...T`
|
|
799
799
|
display: flex;
|
|
800
800
|
flex-direction: row;
|
|
@@ -802,7 +802,7 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
802
802
|
justify-content: ${e ? "start" : "space-between"};
|
|
803
803
|
padding: 8px 16px 8px 24px;
|
|
804
804
|
`
|
|
805
|
-
})),
|
|
805
|
+
})), No = g(X, {
|
|
806
806
|
shouldForwardProp: (e) => e !== "$topOffset"
|
|
807
807
|
})(({ $topOffset: e }) => ({
|
|
808
808
|
...T`
|
|
@@ -830,256 +830,259 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
830
830
|
z-index: 9200;
|
|
831
831
|
}
|
|
832
832
|
`
|
|
833
|
-
})),
|
|
833
|
+
})), nr = ({
|
|
834
834
|
navProps: e,
|
|
835
835
|
subnavItems: o,
|
|
836
836
|
activeSubnavRoute: t,
|
|
837
837
|
appHeaderProps: n = {},
|
|
838
838
|
userInfo: l,
|
|
839
839
|
userSettingsEnabled: R = !0,
|
|
840
|
-
userProfileMenuItems:
|
|
840
|
+
userProfileMenuItems: x = [],
|
|
841
841
|
actionsPanelContent: d,
|
|
842
|
-
navWidth:
|
|
842
|
+
navWidth: m = a.constants.navDefaultWidth,
|
|
843
843
|
breakpoints: p = { mobile: a.screenSizes.mobile, tablet: a.screenSizes.tablet },
|
|
844
|
-
children:
|
|
845
|
-
themeColors:
|
|
844
|
+
children: b,
|
|
845
|
+
themeColors: O = {},
|
|
846
846
|
logoProps: P = {},
|
|
847
|
-
loggedIn:
|
|
848
|
-
mobileActionsPanelOpen:
|
|
849
|
-
hasSiteBanner:
|
|
847
|
+
loggedIn: W,
|
|
848
|
+
mobileActionsPanelOpen: Y,
|
|
849
|
+
hasSiteBanner: B = !1
|
|
850
850
|
}) => {
|
|
851
|
-
var
|
|
852
|
-
const k =
|
|
853
|
-
backgroundPrimary:
|
|
851
|
+
var ye;
|
|
852
|
+
const k = B ? a.constants.appHeaderHeight + a.constants.siteBannerHeight : a.constants.appHeaderHeight, [H, S] = oe(!1), [A, $] = oe(!1), [M, v] = oe(!1), [h, L] = oe(!1), { mobile: E = a.screenSizes.mobile, tablet: z = a.screenSizes.tablet } = p, c = $e(`(max-width: ${E})`), w = $e(`(max-width: ${z})`) && !c, I = !c && !w, {
|
|
853
|
+
backgroundPrimary: V = a.colors.whiteGreen,
|
|
854
854
|
backgroundSecondary: y = a.colors.whiteGreenA,
|
|
855
|
-
backgroundTertiary:
|
|
856
|
-
highlightPrimary:
|
|
855
|
+
backgroundTertiary: F = a.colors.sage,
|
|
856
|
+
highlightPrimary: J = a.colors.sunlight,
|
|
857
857
|
backgroundQuaternary: s = a.colors.moss,
|
|
858
858
|
highlightSecondary: u = a.colors.dandelion,
|
|
859
|
-
highlightTertiary:
|
|
860
|
-
iconPrimary:
|
|
861
|
-
shadowPrimary:
|
|
862
|
-
shadowSecondary:
|
|
863
|
-
shadowTertiary:
|
|
864
|
-
borderPrimary:
|
|
865
|
-
scrollColor:
|
|
866
|
-
loadingColor:
|
|
867
|
-
iconColors:
|
|
868
|
-
icon: /* @__PURE__ */ i(
|
|
859
|
+
highlightTertiary: K = `${a.colors.dandelion}99`,
|
|
860
|
+
iconPrimary: G = a.colors.darkGreen,
|
|
861
|
+
shadowPrimary: se = a.colors.darkGreenO99,
|
|
862
|
+
shadowSecondary: Z = a.boxShadows.darkGreen,
|
|
863
|
+
shadowTertiary: fe = a.boxShadows.darkGreenThick,
|
|
864
|
+
borderPrimary: Q = a.colors.green,
|
|
865
|
+
scrollColor: j = a.colors.darkGreenO99,
|
|
866
|
+
loadingColor: Ae = a.colors.green,
|
|
867
|
+
iconColors: me = {
|
|
868
|
+
icon: /* @__PURE__ */ i(Xe, {}),
|
|
869
869
|
iconColor: a.colors.darkGreen,
|
|
870
870
|
backgroundColor: a.colors.mint
|
|
871
871
|
}
|
|
872
|
-
} =
|
|
873
|
-
backgroundPrimary:
|
|
872
|
+
} = O, { logoSrc: ge = Qe, logoWidth: be = 36, logoHeight: xe = 50 } = P, ve = {
|
|
873
|
+
backgroundPrimary: V,
|
|
874
874
|
backgroundSecondary: y,
|
|
875
|
-
backgroundTertiary:
|
|
876
|
-
highlightPrimary:
|
|
875
|
+
backgroundTertiary: F,
|
|
876
|
+
highlightPrimary: J,
|
|
877
877
|
highlightSecondary: u,
|
|
878
|
-
highlightTertiary:
|
|
879
|
-
borderPrimary:
|
|
880
|
-
iconPrimary:
|
|
881
|
-
shadowPrimary:
|
|
882
|
-
shadowSecondary:
|
|
883
|
-
shadowTertiary:
|
|
884
|
-
scrollColor:
|
|
885
|
-
loadingColor:
|
|
886
|
-
iconColors:
|
|
887
|
-
},
|
|
888
|
-
...
|
|
889
|
-
navWidth: `${
|
|
878
|
+
highlightTertiary: K,
|
|
879
|
+
borderPrimary: Q,
|
|
880
|
+
iconPrimary: G,
|
|
881
|
+
shadowPrimary: se,
|
|
882
|
+
shadowSecondary: Z,
|
|
883
|
+
shadowTertiary: fe,
|
|
884
|
+
scrollColor: j,
|
|
885
|
+
loadingColor: Ae,
|
|
886
|
+
iconColors: me
|
|
887
|
+
}, Le = { logoSrc: ge, logoWidth: be, logoHeight: xe }, le = d != null, Fe = { ...n, navWidth: m, loggedIn: W }, _ = { ...e, themeColors: ve }, je = {
|
|
888
|
+
..._,
|
|
889
|
+
navWidth: `${m}px`,
|
|
890
890
|
isMobile: c
|
|
891
|
-
}, { navItems:
|
|
892
|
-
themeColors:
|
|
891
|
+
}, { navItems: ee } = e, ce = o || ((ye = ee.find((f) => f.label === (e == null ? void 0 : e.activeRoute))) == null ? void 0 : ye.subnavItems) || [], Ue = {
|
|
892
|
+
themeColors: ve,
|
|
893
893
|
activeRoute: t,
|
|
894
|
-
navItems:
|
|
895
|
-
},
|
|
894
|
+
navItems: ce
|
|
895
|
+
}, we = [
|
|
896
896
|
// { label: 'Log Out', icon: <LogoutIcon />, onClick: onLogout },
|
|
897
|
-
...
|
|
898
|
-
].map((
|
|
899
|
-
...
|
|
897
|
+
...x
|
|
898
|
+
].map((f) => ({
|
|
899
|
+
...f,
|
|
900
900
|
onClick: () => {
|
|
901
|
-
|
|
901
|
+
var N;
|
|
902
|
+
(N = f.onClick) == null || N.call(f), v(!1);
|
|
902
903
|
}
|
|
903
|
-
})),
|
|
904
|
-
...
|
|
904
|
+
})), We = ee.map((f) => ({
|
|
905
|
+
...f,
|
|
905
906
|
onClick: () => {
|
|
906
|
-
|
|
907
|
+
var N;
|
|
908
|
+
(N = f.onClick) == null || N.call(f), S(!1);
|
|
907
909
|
}
|
|
908
|
-
})),
|
|
909
|
-
...
|
|
910
|
+
})), de = {
|
|
911
|
+
..._,
|
|
910
912
|
navWidth: "100%",
|
|
911
913
|
isTablet: !0,
|
|
912
|
-
navItems:
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
...w,
|
|
914
|
+
navItems: We
|
|
915
|
+
}, pe = ee.map((f) => ({
|
|
916
|
+
...f,
|
|
916
917
|
onClick: () => {
|
|
917
|
-
|
|
918
|
+
var N;
|
|
919
|
+
(N = f.onClick) == null || N.call(f), L(!1);
|
|
918
920
|
}
|
|
919
|
-
}))
|
|
920
|
-
|
|
921
|
+
}));
|
|
922
|
+
let ke = [];
|
|
923
|
+
ee.length > 4 && c && (ke = pe.splice(3), pe.push({
|
|
921
924
|
label: "More",
|
|
922
|
-
icon: /* @__PURE__ */ i(
|
|
923
|
-
onClick: () =>
|
|
925
|
+
icon: /* @__PURE__ */ i(ko, {}),
|
|
926
|
+
onClick: () => L(!0)
|
|
924
927
|
}));
|
|
925
|
-
const
|
|
926
|
-
...
|
|
928
|
+
const Ve = {
|
|
929
|
+
..._,
|
|
927
930
|
navWidth: "100%",
|
|
928
|
-
navItems:
|
|
931
|
+
navItems: pe,
|
|
929
932
|
isMobile: !0,
|
|
930
|
-
activeRoute: h ? "More" :
|
|
931
|
-
},
|
|
932
|
-
...
|
|
933
|
+
activeRoute: h ? "More" : _.activeRoute
|
|
934
|
+
}, Ge = {
|
|
935
|
+
..._,
|
|
933
936
|
navWidth: "100%",
|
|
934
|
-
navItems:
|
|
937
|
+
navItems: ke,
|
|
935
938
|
isTablet: !0
|
|
936
939
|
};
|
|
937
|
-
return /* @__PURE__ */ C(
|
|
940
|
+
return /* @__PURE__ */ C(yo, { backgroundColor: y, hasSiteBanner: B, children: [
|
|
938
941
|
/* @__PURE__ */ i(
|
|
939
|
-
|
|
942
|
+
Ye,
|
|
940
943
|
{
|
|
941
|
-
...
|
|
942
|
-
hamburgerMenu:
|
|
944
|
+
...Fe,
|
|
945
|
+
hamburgerMenu: w,
|
|
943
946
|
onHamburgerMenuClick: () => S(!0),
|
|
944
|
-
onUserMenuClick: () =>
|
|
945
|
-
logoProps:
|
|
946
|
-
iconColor:
|
|
947
|
+
onUserMenuClick: () => v(!0),
|
|
948
|
+
logoProps: Le,
|
|
949
|
+
iconColor: G,
|
|
947
950
|
isMobile: c,
|
|
948
|
-
themeProps: { shadowSecondary:
|
|
949
|
-
iconColors:
|
|
951
|
+
themeProps: { shadowSecondary: Z, shadowTertiary: fe, iconPrimary: G, borderPrimary: Q },
|
|
952
|
+
iconColors: me,
|
|
950
953
|
userName: l == null ? void 0 : l.name,
|
|
951
954
|
userSettingsEnabled: R
|
|
952
955
|
}
|
|
953
956
|
),
|
|
954
|
-
/* @__PURE__ */ C(
|
|
955
|
-
I && /* @__PURE__ */ i(
|
|
956
|
-
c && /* @__PURE__ */ C(
|
|
957
|
-
/* @__PURE__ */ i(
|
|
957
|
+
/* @__PURE__ */ C(Co, { tabletPadding: w, mobile: c, children: [
|
|
958
|
+
I && /* @__PURE__ */ i(U, { ...je }),
|
|
959
|
+
c && /* @__PURE__ */ C(Ce, { children: [
|
|
960
|
+
/* @__PURE__ */ i(U, { ...Ve }),
|
|
958
961
|
/* @__PURE__ */ i(
|
|
959
|
-
|
|
962
|
+
Eo,
|
|
960
963
|
{
|
|
961
964
|
open: h,
|
|
962
|
-
onClose: () =>
|
|
965
|
+
onClose: () => L(!1),
|
|
963
966
|
backgroundColor: y,
|
|
964
967
|
$topOffset: k,
|
|
965
968
|
anchor: "right",
|
|
966
|
-
children: /* @__PURE__ */ i(
|
|
969
|
+
children: /* @__PURE__ */ i(U, { ...Ge })
|
|
967
970
|
}
|
|
968
971
|
)
|
|
969
972
|
] }),
|
|
970
|
-
|
|
971
|
-
|
|
973
|
+
w && /* @__PURE__ */ C(
|
|
974
|
+
Mo,
|
|
972
975
|
{
|
|
973
|
-
open:
|
|
976
|
+
open: H,
|
|
974
977
|
onClose: () => S(!1),
|
|
975
978
|
backgroundColor: y,
|
|
976
|
-
shadowColor:
|
|
979
|
+
shadowColor: se,
|
|
977
980
|
children: [
|
|
978
|
-
/* @__PURE__ */ C(
|
|
979
|
-
/* @__PURE__ */ i(
|
|
980
|
-
/* @__PURE__ */ i(
|
|
981
|
+
/* @__PURE__ */ C(ze, { children: [
|
|
982
|
+
/* @__PURE__ */ i(Io, { src: ge, alt: "logo", width: be, height: xe }),
|
|
983
|
+
/* @__PURE__ */ i(ie, { variant: "icon", size: 36, onClick: () => S(!1), color: G, children: /* @__PURE__ */ i(_e, {}) })
|
|
981
984
|
] }),
|
|
982
|
-
/* @__PURE__ */ i(
|
|
985
|
+
/* @__PURE__ */ i(U, { ...de })
|
|
983
986
|
]
|
|
984
987
|
}
|
|
985
988
|
),
|
|
986
|
-
|
|
987
|
-
|
|
989
|
+
w && /* @__PURE__ */ C(
|
|
990
|
+
To,
|
|
988
991
|
{
|
|
989
|
-
open:
|
|
992
|
+
open: A && le,
|
|
990
993
|
onClose: () => $(!1),
|
|
991
|
-
shadowColor:
|
|
994
|
+
shadowColor: se,
|
|
992
995
|
$topOffset: k,
|
|
993
|
-
backgroundColor:
|
|
996
|
+
backgroundColor: F,
|
|
994
997
|
children: [
|
|
995
998
|
/* @__PURE__ */ i(
|
|
996
|
-
|
|
999
|
+
Ee,
|
|
997
1000
|
{
|
|
998
1001
|
variant: "icon",
|
|
999
1002
|
size: 24,
|
|
1000
1003
|
onClick: () => $(!1),
|
|
1001
|
-
iconColor:
|
|
1004
|
+
iconColor: G,
|
|
1002
1005
|
highlight1: y,
|
|
1003
1006
|
highlight2: y,
|
|
1004
|
-
children: /* @__PURE__ */ i(
|
|
1007
|
+
children: /* @__PURE__ */ i(Me, {})
|
|
1005
1008
|
}
|
|
1006
1009
|
),
|
|
1007
|
-
/* @__PURE__ */ i(
|
|
1010
|
+
/* @__PURE__ */ i(re, { scrollColor: j, direction: "vertical", children: d && d })
|
|
1008
1011
|
]
|
|
1009
1012
|
}
|
|
1010
1013
|
),
|
|
1011
|
-
(
|
|
1012
|
-
|
|
1014
|
+
(w || I) && /* @__PURE__ */ C(
|
|
1015
|
+
No,
|
|
1013
1016
|
{
|
|
1014
1017
|
anchor: "right",
|
|
1015
1018
|
open: M,
|
|
1016
|
-
onClose: () =>
|
|
1019
|
+
onClose: () => v(!1),
|
|
1017
1020
|
$topOffset: k,
|
|
1018
1021
|
children: [
|
|
1019
1022
|
/* @__PURE__ */ i(
|
|
1020
|
-
|
|
1023
|
+
Ee,
|
|
1021
1024
|
{
|
|
1022
1025
|
variant: "icon",
|
|
1023
1026
|
size: 24,
|
|
1024
|
-
onClick: () =>
|
|
1027
|
+
onClick: () => v(!1),
|
|
1025
1028
|
iconColor: a.colors.midnight,
|
|
1026
1029
|
highlight1: a.colors.white,
|
|
1027
1030
|
highlight2: y,
|
|
1028
1031
|
rightDrawer: !0,
|
|
1029
|
-
children: /* @__PURE__ */ i(
|
|
1032
|
+
children: /* @__PURE__ */ i(Me, {})
|
|
1030
1033
|
}
|
|
1031
1034
|
),
|
|
1032
1035
|
/* @__PURE__ */ i(
|
|
1033
|
-
|
|
1036
|
+
U,
|
|
1034
1037
|
{
|
|
1035
|
-
...
|
|
1036
|
-
navItems:
|
|
1038
|
+
...de,
|
|
1039
|
+
navItems: we,
|
|
1037
1040
|
themeColors: {
|
|
1038
1041
|
iconPrimary: a.colors.midnight,
|
|
1039
|
-
highlightPrimary:
|
|
1042
|
+
highlightPrimary: V,
|
|
1040
1043
|
highlightTertiary: y,
|
|
1041
|
-
shadowSecondary:
|
|
1042
|
-
scrollColor:
|
|
1044
|
+
shadowSecondary: Z,
|
|
1045
|
+
scrollColor: j
|
|
1043
1046
|
}
|
|
1044
1047
|
}
|
|
1045
1048
|
)
|
|
1046
1049
|
]
|
|
1047
1050
|
}
|
|
1048
1051
|
),
|
|
1049
|
-
c && /* @__PURE__ */ C(
|
|
1052
|
+
c && /* @__PURE__ */ C(Ce, { children: [
|
|
1050
1053
|
/* @__PURE__ */ C(
|
|
1051
|
-
|
|
1054
|
+
So,
|
|
1052
1055
|
{
|
|
1053
1056
|
anchor: "right",
|
|
1054
1057
|
open: M,
|
|
1055
|
-
onClose: () =>
|
|
1058
|
+
onClose: () => v(!1),
|
|
1056
1059
|
$topOffset: k,
|
|
1057
1060
|
backgroundQuaternary: s,
|
|
1058
1061
|
children: [
|
|
1059
|
-
/* @__PURE__ */ C(
|
|
1060
|
-
/* @__PURE__ */ i(
|
|
1062
|
+
/* @__PURE__ */ C(ze, { children: [
|
|
1063
|
+
/* @__PURE__ */ i(Do, { color: a.colors.midnight, children: "Settings" }),
|
|
1061
1064
|
/* @__PURE__ */ i(
|
|
1062
|
-
|
|
1065
|
+
ie,
|
|
1063
1066
|
{
|
|
1064
1067
|
variant: "icon",
|
|
1065
1068
|
size: 36,
|
|
1066
|
-
onClick: () =>
|
|
1069
|
+
onClick: () => v(!1),
|
|
1067
1070
|
color: a.colors.midnight,
|
|
1068
|
-
children: /* @__PURE__ */ i(
|
|
1071
|
+
children: /* @__PURE__ */ i(Re, {})
|
|
1069
1072
|
}
|
|
1070
1073
|
)
|
|
1071
1074
|
] }),
|
|
1072
1075
|
/* @__PURE__ */ i(
|
|
1073
|
-
|
|
1076
|
+
U,
|
|
1074
1077
|
{
|
|
1075
|
-
...
|
|
1076
|
-
navItems:
|
|
1078
|
+
...de,
|
|
1079
|
+
navItems: we,
|
|
1077
1080
|
themeColors: {
|
|
1078
1081
|
iconPrimary: a.colors.midnight,
|
|
1079
|
-
highlightPrimary:
|
|
1082
|
+
highlightPrimary: V,
|
|
1080
1083
|
highlightTertiary: y,
|
|
1081
|
-
shadowSecondary:
|
|
1082
|
-
scrollColor:
|
|
1084
|
+
shadowSecondary: Z,
|
|
1085
|
+
scrollColor: j
|
|
1083
1086
|
}
|
|
1084
1087
|
}
|
|
1085
1088
|
)
|
|
@@ -1087,60 +1090,60 @@ const Te = pe(/* @__PURE__ */ i("path", {
|
|
|
1087
1090
|
}
|
|
1088
1091
|
),
|
|
1089
1092
|
/* @__PURE__ */ i(
|
|
1090
|
-
|
|
1093
|
+
zo,
|
|
1091
1094
|
{
|
|
1092
|
-
backgroundColor:
|
|
1093
|
-
open:
|
|
1095
|
+
backgroundColor: F,
|
|
1096
|
+
open: Y,
|
|
1094
1097
|
$topOffset: k,
|
|
1095
|
-
children: /* @__PURE__ */ i(
|
|
1098
|
+
children: /* @__PURE__ */ i(re, { scrollColor: j, direction: "vertical", children: d })
|
|
1096
1099
|
}
|
|
1097
1100
|
)
|
|
1098
1101
|
] }),
|
|
1099
1102
|
!c && /* @__PURE__ */ C(
|
|
1100
|
-
|
|
1103
|
+
Po,
|
|
1101
1104
|
{
|
|
1102
|
-
withActionsPanel:
|
|
1103
|
-
tablet:
|
|
1104
|
-
borderColor:
|
|
1105
|
-
backgroundColor:
|
|
1105
|
+
withActionsPanel: le,
|
|
1106
|
+
tablet: w,
|
|
1107
|
+
borderColor: Q,
|
|
1108
|
+
backgroundColor: F,
|
|
1106
1109
|
children: [
|
|
1107
|
-
I && /* @__PURE__ */ i(
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
+
I && /* @__PURE__ */ i(re, { scrollColor: j, direction: "vertical", children: d && d }),
|
|
1111
|
+
w && /* @__PURE__ */ i(
|
|
1112
|
+
ie,
|
|
1110
1113
|
{
|
|
1111
1114
|
variant: "icon",
|
|
1112
1115
|
size: 36,
|
|
1113
1116
|
onClick: () => $(!0),
|
|
1114
|
-
color:
|
|
1115
|
-
children: /* @__PURE__ */ i(
|
|
1117
|
+
color: G,
|
|
1118
|
+
children: /* @__PURE__ */ i(Re, {})
|
|
1116
1119
|
}
|
|
1117
1120
|
)
|
|
1118
1121
|
]
|
|
1119
1122
|
}
|
|
1120
1123
|
),
|
|
1121
1124
|
!c && /* @__PURE__ */ i(
|
|
1122
|
-
|
|
1125
|
+
$o,
|
|
1123
1126
|
{
|
|
1124
|
-
show:
|
|
1125
|
-
borderColor:
|
|
1126
|
-
backgroundColor:
|
|
1127
|
-
width:
|
|
1128
|
-
children: /* @__PURE__ */ i(
|
|
1127
|
+
show: ce && ce.length > 0,
|
|
1128
|
+
borderColor: Q,
|
|
1129
|
+
backgroundColor: F,
|
|
1130
|
+
width: m,
|
|
1131
|
+
children: /* @__PURE__ */ i(U, { ...Ue })
|
|
1129
1132
|
}
|
|
1130
1133
|
),
|
|
1131
1134
|
/* @__PURE__ */ i(
|
|
1132
|
-
|
|
1135
|
+
Ro,
|
|
1133
1136
|
{
|
|
1134
|
-
withActionsPanel:
|
|
1135
|
-
borderColor:
|
|
1136
|
-
backgroundColor:
|
|
1137
|
+
withActionsPanel: le,
|
|
1138
|
+
borderColor: Q,
|
|
1139
|
+
backgroundColor: V,
|
|
1137
1140
|
mobileScreen: c,
|
|
1138
|
-
children: /* @__PURE__ */ i(
|
|
1141
|
+
children: /* @__PURE__ */ i(re, { scrollColor: j, children: b })
|
|
1139
1142
|
}
|
|
1140
1143
|
)
|
|
1141
1144
|
] })
|
|
1142
1145
|
] });
|
|
1143
1146
|
};
|
|
1144
1147
|
export {
|
|
1145
|
-
|
|
1148
|
+
nr as default
|
|
1146
1149
|
};
|