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