jcicl 0.0.122 → 0.0.126
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/Input.js +3 -1
- package/AppContainer/AppContainer.js +114 -111
- package/package.json +1 -1
package/.chunks/Input.js
CHANGED
|
@@ -6691,7 +6691,9 @@ const Ar = Yo(wo, {
|
|
|
6691
6691
|
}
|
|
6692
6692
|
}
|
|
6693
6693
|
})
|
|
6694
|
-
), Br = Yo(wo
|
|
6694
|
+
), Br = Yo(wo, {
|
|
6695
|
+
shouldForwardProp: (o) => o != "borderFocusColor"
|
|
6696
|
+
})(({ borderFocusColor: o }) => ({
|
|
6695
6697
|
backgroundColor: $e.colors.white,
|
|
6696
6698
|
borderRadius: "0",
|
|
6697
6699
|
height: "18px",
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsx as a, jsxs as
|
|
1
|
+
import { jsx as a, jsxs as E, Fragment as he } from "react/jsx-runtime";
|
|
2
2
|
import * as w from "react";
|
|
3
3
|
import { useState as Y } from "react";
|
|
4
|
-
import { c as
|
|
5
|
-
import { n as y, i as
|
|
4
|
+
import { c as ee } from "../.chunks/createSvgIcon.js";
|
|
5
|
+
import { n as y, i as oe } from "../.chunks/emotion-styled.browser.esm.js";
|
|
6
6
|
import { c as H } from "../.chunks/emotion-react.browser.esm.js";
|
|
7
7
|
import Oe from "../AppHeader/AppHeader.js";
|
|
8
|
-
import { Nav as
|
|
9
|
-
import
|
|
10
|
-
import { Button as
|
|
8
|
+
import { Nav as F } from "../Nav/Nav.js";
|
|
9
|
+
import _ from "../ScrollContainer/ScrollContainer.js";
|
|
10
|
+
import { Button as Z } from "../Button/Button.js";
|
|
11
11
|
import i from "../theme.js";
|
|
12
12
|
import { l as Ie } from "../.chunks/jocologo.js";
|
|
13
13
|
import { X as Be } from "../.chunks/Close.js";
|
|
14
|
-
import { P as n, g as Ae, a as je, s as ae, r as Ue, c as
|
|
14
|
+
import { P as n, g as Ae, a as je, s as ae, r as Ue, c as q, u as Fe, b as J, d as Ve } from "../.chunks/DefaultPropsProvider.js";
|
|
15
15
|
import { u as We, e as Xe, H as Ge, a as we, g as Qe, T as Ye, r as _e, b as ue, c as Je } from "../.chunks/Portal.js";
|
|
16
16
|
import { m as ye } from "../.chunks/memoTheme.js";
|
|
17
17
|
import { g as Ke, o as ke, d as Ze, M as qe, P as eo, i as oo } from "../.chunks/Input.js";
|
|
@@ -95,11 +95,11 @@ function co(e, o, r) {
|
|
|
95
95
|
function Te(e) {
|
|
96
96
|
return typeof e == "function" ? e() : e;
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function K(e, o, r) {
|
|
99
99
|
const t = Te(r), c = co(e, o, t);
|
|
100
100
|
c && (o.style.webkitTransform = c, o.style.transform = c);
|
|
101
101
|
}
|
|
102
|
-
const
|
|
102
|
+
const Pe = /* @__PURE__ */ w.forwardRef(function(o, r) {
|
|
103
103
|
const t = we(), c = {
|
|
104
104
|
enter: t.transitions.easing.easeOut,
|
|
105
105
|
exit: t.transitions.easing.sharp
|
|
@@ -128,8 +128,8 @@ const $e = /* @__PURE__ */ w.forwardRef(function(o, r) {
|
|
|
128
128
|
} = o, b = w.useRef(null), D = no(Qe(l), b, r), x = (s) => (d) => {
|
|
129
129
|
s && (d === void 0 ? s(b.current) : s(b.current, d));
|
|
130
130
|
}, T = x((s, d) => {
|
|
131
|
-
|
|
132
|
-
}),
|
|
131
|
+
K(p, s, m), _e(s), B && B(s, d);
|
|
132
|
+
}), P = x((s, d) => {
|
|
133
133
|
const Q = ue({
|
|
134
134
|
timeout: S,
|
|
135
135
|
style: I,
|
|
@@ -150,19 +150,19 @@ const $e = /* @__PURE__ */ w.forwardRef(function(o, r) {
|
|
|
150
150
|
}, {
|
|
151
151
|
mode: "exit"
|
|
152
152
|
});
|
|
153
|
-
s.style.webkitTransition = t.transitions.create("-webkit-transform", d), s.style.transition = t.transitions.create("transform", d),
|
|
153
|
+
s.style.webkitTransition = t.transitions.create("-webkit-transform", d), s.style.transition = t.transitions.create("transform", d), K(p, s, m), C && C(s);
|
|
154
154
|
}), W = x((s) => {
|
|
155
155
|
s.style.webkitTransition = "", s.style.transition = "", R && R(s);
|
|
156
156
|
}), U = (s) => {
|
|
157
157
|
u && u(b.current, s);
|
|
158
158
|
}, X = w.useCallback(() => {
|
|
159
|
-
b.current &&
|
|
159
|
+
b.current && K(p, b.current, m);
|
|
160
160
|
}, [p, m]);
|
|
161
161
|
return w.useEffect(() => {
|
|
162
162
|
if (k || p === "down" || p === "right")
|
|
163
163
|
return;
|
|
164
164
|
const s = Ze(() => {
|
|
165
|
-
b.current &&
|
|
165
|
+
b.current && K(p, b.current, m);
|
|
166
166
|
}), d = ke(b.current);
|
|
167
167
|
return d.addEventListener("resize", s), () => {
|
|
168
168
|
s.clear(), d.removeEventListener("resize", s);
|
|
@@ -173,7 +173,7 @@ const $e = /* @__PURE__ */ w.forwardRef(function(o, r) {
|
|
|
173
173
|
nodeRef: b,
|
|
174
174
|
onEnter: T,
|
|
175
175
|
onEntered: A,
|
|
176
|
-
onEntering:
|
|
176
|
+
onEntering: P,
|
|
177
177
|
onExit: z,
|
|
178
178
|
onExited: W,
|
|
179
179
|
onExiting: j,
|
|
@@ -193,7 +193,7 @@ const $e = /* @__PURE__ */ w.forwardRef(function(o, r) {
|
|
|
193
193
|
})
|
|
194
194
|
});
|
|
195
195
|
});
|
|
196
|
-
process.env.NODE_ENV !== "production" && (
|
|
196
|
+
process.env.NODE_ENV !== "production" && (Pe.propTypes = {
|
|
197
197
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
198
198
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
199
199
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -299,7 +299,7 @@ function lo(e) {
|
|
|
299
299
|
return Ae("MuiDrawer", e);
|
|
300
300
|
}
|
|
301
301
|
je("MuiDrawer", ["root", "docked", "paper", "paperAnchorLeft", "paperAnchorRight", "paperAnchorTop", "paperAnchorBottom", "paperAnchorDockedLeft", "paperAnchorDockedRight", "paperAnchorDockedTop", "paperAnchorDockedBottom", "modal"]);
|
|
302
|
-
const
|
|
302
|
+
const $e = (e, o) => {
|
|
303
303
|
const {
|
|
304
304
|
ownerState: r
|
|
305
305
|
} = e;
|
|
@@ -313,13 +313,13 @@ const Ee = (e, o) => {
|
|
|
313
313
|
root: ["root"],
|
|
314
314
|
docked: [(t === "permanent" || t === "persistent") && "docked"],
|
|
315
315
|
modal: ["modal"],
|
|
316
|
-
paper: ["paper", `paperAnchor${
|
|
316
|
+
paper: ["paper", `paperAnchor${q(r)}`, t !== "temporary" && `paperAnchorDocked${q(r)}`]
|
|
317
317
|
};
|
|
318
|
-
return
|
|
318
|
+
return Ve(c, lo, o);
|
|
319
319
|
}, ho = ae(qe, {
|
|
320
320
|
name: "MuiDrawer",
|
|
321
321
|
slot: "Root",
|
|
322
|
-
overridesResolver:
|
|
322
|
+
overridesResolver: $e
|
|
323
323
|
})(ye(({
|
|
324
324
|
theme: e
|
|
325
325
|
}) => ({
|
|
@@ -329,7 +329,7 @@ const Ee = (e, o) => {
|
|
|
329
329
|
name: "MuiDrawer",
|
|
330
330
|
slot: "Docked",
|
|
331
331
|
skipVariantsResolver: !1,
|
|
332
|
-
overridesResolver:
|
|
332
|
+
overridesResolver: $e
|
|
333
333
|
})({
|
|
334
334
|
flex: "0 0 auto"
|
|
335
335
|
}), uo = ae(eo, {
|
|
@@ -339,7 +339,7 @@ const Ee = (e, o) => {
|
|
|
339
339
|
const {
|
|
340
340
|
ownerState: r
|
|
341
341
|
} = e;
|
|
342
|
-
return [o.paper, o[`paperAnchor${
|
|
342
|
+
return [o.paper, o[`paperAnchor${q(r.anchor)}`], r.variant !== "temporary" && o[`paperAnchorDocked${q(r.anchor)}`]];
|
|
343
343
|
}
|
|
344
344
|
})(ye(({
|
|
345
345
|
theme: e
|
|
@@ -425,7 +425,7 @@ const Ee = (e, o) => {
|
|
|
425
425
|
borderTop: `1px solid ${(e.vars || e).palette.divider}`
|
|
426
426
|
}
|
|
427
427
|
}]
|
|
428
|
-
}))),
|
|
428
|
+
}))), Ee = {
|
|
429
429
|
left: "right",
|
|
430
430
|
right: "left",
|
|
431
431
|
top: "down",
|
|
@@ -437,10 +437,10 @@ function fo(e) {
|
|
|
437
437
|
function mo({
|
|
438
438
|
direction: e
|
|
439
439
|
}, o) {
|
|
440
|
-
return e === "rtl" && fo(o) ?
|
|
440
|
+
return e === "rtl" && fo(o) ? Ee[o] : o;
|
|
441
441
|
}
|
|
442
|
-
const
|
|
443
|
-
const t =
|
|
442
|
+
const V = /* @__PURE__ */ w.forwardRef(function(o, r) {
|
|
443
|
+
const t = Fe({
|
|
444
444
|
props: o,
|
|
445
445
|
name: "MuiDrawer"
|
|
446
446
|
}), c = we(), f = Je(), u = {
|
|
@@ -462,7 +462,7 @@ const F = /* @__PURE__ */ w.forwardRef(function(o, r) {
|
|
|
462
462
|
PaperProps: R = {},
|
|
463
463
|
SlideProps: O,
|
|
464
464
|
// eslint-disable-next-line react/prop-types
|
|
465
|
-
TransitionComponent: I =
|
|
465
|
+
TransitionComponent: I = Pe,
|
|
466
466
|
transitionDuration: S = u,
|
|
467
467
|
variant: g = "temporary",
|
|
468
468
|
...v
|
|
@@ -479,17 +479,17 @@ const F = /* @__PURE__ */ w.forwardRef(function(o, r) {
|
|
|
479
479
|
open: C,
|
|
480
480
|
variant: g,
|
|
481
481
|
...v
|
|
482
|
-
},
|
|
482
|
+
}, P = po(T), A = /* @__PURE__ */ a(uo, {
|
|
483
483
|
elevation: g === "temporary" ? M : 0,
|
|
484
484
|
square: !0,
|
|
485
485
|
...R,
|
|
486
|
-
className:
|
|
486
|
+
className: J(P.paper, R.className),
|
|
487
487
|
ownerState: T,
|
|
488
488
|
children: m
|
|
489
489
|
});
|
|
490
490
|
if (g === "permanent")
|
|
491
491
|
return /* @__PURE__ */ a(me, {
|
|
492
|
-
className:
|
|
492
|
+
className: J(P.root, P.docked, p),
|
|
493
493
|
ownerState: T,
|
|
494
494
|
ref: r,
|
|
495
495
|
...v,
|
|
@@ -497,14 +497,14 @@ const F = /* @__PURE__ */ w.forwardRef(function(o, r) {
|
|
|
497
497
|
});
|
|
498
498
|
const j = /* @__PURE__ */ a(I, {
|
|
499
499
|
in: C,
|
|
500
|
-
direction:
|
|
500
|
+
direction: Ee[D],
|
|
501
501
|
timeout: S,
|
|
502
502
|
appear: b.current,
|
|
503
503
|
...O,
|
|
504
504
|
children: A
|
|
505
505
|
});
|
|
506
506
|
return g === "persistent" ? /* @__PURE__ */ a(me, {
|
|
507
|
-
className:
|
|
507
|
+
className: J(P.root, P.docked, p),
|
|
508
508
|
ownerState: T,
|
|
509
509
|
ref: r,
|
|
510
510
|
...v,
|
|
@@ -515,7 +515,7 @@ const F = /* @__PURE__ */ w.forwardRef(function(o, r) {
|
|
|
515
515
|
...B,
|
|
516
516
|
transitionDuration: S
|
|
517
517
|
},
|
|
518
|
-
className:
|
|
518
|
+
className: J(P.root, P.modal, p),
|
|
519
519
|
open: C,
|
|
520
520
|
ownerState: T,
|
|
521
521
|
onClose: N,
|
|
@@ -526,7 +526,7 @@ const F = /* @__PURE__ */ w.forwardRef(function(o, r) {
|
|
|
526
526
|
children: j
|
|
527
527
|
});
|
|
528
528
|
});
|
|
529
|
-
process.env.NODE_ENV !== "production" && (
|
|
529
|
+
process.env.NODE_ENV !== "production" && (V.propTypes = {
|
|
530
530
|
// ┌────────────────────────────── Warning ──────────────────────────────┐
|
|
531
531
|
// │ These PropTypes are generated from the TypeScript type definitions. │
|
|
532
532
|
// │ To update them, edit the d.ts file and run `pnpm proptypes`. │
|
|
@@ -612,16 +612,16 @@ process.env.NODE_ENV !== "production" && (F.propTypes = {
|
|
|
612
612
|
*/
|
|
613
613
|
variant: n.oneOf(["permanent", "persistent", "temporary"])
|
|
614
614
|
});
|
|
615
|
-
const ge =
|
|
615
|
+
const ge = ee(/* @__PURE__ */ a("path", {
|
|
616
616
|
d: "m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z"
|
|
617
|
-
}), "ArrowForward"), go =
|
|
617
|
+
}), "ArrowForward"), go = ee(/* @__PURE__ */ a("path", {
|
|
618
618
|
d: "m17 7-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5zM4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4z"
|
|
619
|
-
}), "Logout"), be =
|
|
619
|
+
}), "Logout"), be = ee(/* @__PURE__ */ a("path", {
|
|
620
620
|
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"
|
|
621
|
-
}), "Cancel"), bo =
|
|
621
|
+
}), "Cancel"), bo = ee(/* @__PURE__ */ a("path", {
|
|
622
622
|
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"
|
|
623
623
|
}), "MoreHoriz"), xo = y("div", {
|
|
624
|
-
shouldForwardProp: (e) =>
|
|
624
|
+
shouldForwardProp: (e) => oe(e)
|
|
625
625
|
})(({ backgroundColor: e }) => ({
|
|
626
626
|
display: "flex",
|
|
627
627
|
flexDirection: "column",
|
|
@@ -644,7 +644,7 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
644
644
|
minHeight: `calc(100% - ${i.constants.appHeaderHeight}px)`
|
|
645
645
|
})
|
|
646
646
|
), wo = y("div", {
|
|
647
|
-
shouldForwardProp: (e) =>
|
|
647
|
+
shouldForwardProp: (e) => oe(e)
|
|
648
648
|
})(({ withActionsPanel: e, tablet: o, borderColor: r, backgroundColor: t }) => ({
|
|
649
649
|
display: "flex",
|
|
650
650
|
flexDirection: "column",
|
|
@@ -664,7 +664,7 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
664
664
|
...!e && {
|
|
665
665
|
border: "none"
|
|
666
666
|
}
|
|
667
|
-
})), yo = y(
|
|
667
|
+
})), yo = y(V)(
|
|
668
668
|
({ shadowColor: e, backgroundColor: o }) => ({
|
|
669
669
|
...H`
|
|
670
670
|
top: ${i.constants.appHeaderHeight}px;
|
|
@@ -688,7 +688,7 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
688
688
|
}
|
|
689
689
|
`
|
|
690
690
|
})
|
|
691
|
-
), xe = y(
|
|
691
|
+
), xe = y(Z)(({ iconColor: e, highlight1: o, highlight2: r, rightDrawer: t = !1 }) => ({
|
|
692
692
|
...H`
|
|
693
693
|
position: absolute;
|
|
694
694
|
top: -0.5rem;
|
|
@@ -713,7 +713,7 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
713
713
|
}
|
|
714
714
|
`
|
|
715
715
|
})), ko = y("div", {
|
|
716
|
-
shouldForwardProp: (e) =>
|
|
716
|
+
shouldForwardProp: (e) => oe(e)
|
|
717
717
|
})(({ withActionsPanel: e, borderColor: o, backgroundColor: r, mobileScreen: t }) => ({
|
|
718
718
|
display: "flex",
|
|
719
719
|
overflow: "hidden",
|
|
@@ -735,25 +735,27 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
735
735
|
borderBottomLeftRadius: 0,
|
|
736
736
|
borderTopLeftRadius: 0
|
|
737
737
|
}
|
|
738
|
-
})), Co = y(
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
738
|
+
})), Co = y(V, {
|
|
739
|
+
shouldForwardProp: (e) => !["backgroundColor", "shadowColor"].includes(e)
|
|
740
|
+
})(({ backgroundColor: e, shadowColor: o }) => ({
|
|
741
|
+
...H`
|
|
742
|
+
z-index: 1327;
|
|
742
743
|
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
744
|
+
.MuiDrawer-paper {
|
|
745
|
+
width: 360px;
|
|
746
|
+
max-width: 100vw;
|
|
747
|
+
height: 100vh;
|
|
748
|
+
background-color: ${e};
|
|
749
|
+
box-shadow: 0 0px 6px 3px ${o};
|
|
750
|
+
}
|
|
750
751
|
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
752
|
+
.MuiBackdrop-root {
|
|
753
|
+
background-color: transparent;
|
|
754
|
+
}
|
|
755
|
+
`
|
|
756
|
+
})), To = y(V, {
|
|
757
|
+
shouldForwardProp: (e) => e != "backgroundColor"
|
|
758
|
+
})(({ backgroundColor: e }) => ({
|
|
757
759
|
...H`
|
|
758
760
|
z-index: 1300;
|
|
759
761
|
|
|
@@ -773,8 +775,8 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
773
775
|
background-color: transparent;
|
|
774
776
|
}
|
|
775
777
|
`
|
|
776
|
-
})),
|
|
777
|
-
shouldForwardProp: (e) =>
|
|
778
|
+
})), Po = y("div", {
|
|
779
|
+
shouldForwardProp: (e) => oe(e)
|
|
778
780
|
})(({ backgroundColor: e, open: o }) => ({
|
|
779
781
|
...H`
|
|
780
782
|
position: fixed;
|
|
@@ -786,15 +788,16 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
786
788
|
overflow: hidden;
|
|
787
789
|
background-color: ${e};
|
|
788
790
|
box-sizing: border-box;
|
|
791
|
+
padding: 16px;
|
|
789
792
|
`
|
|
790
|
-
})),
|
|
793
|
+
})), $o = y("h1")(({ color: e }) => ({
|
|
791
794
|
...H`
|
|
792
795
|
margin: 0;
|
|
793
796
|
font-size: 2.1rem;
|
|
794
797
|
font-family: 'Roboto';
|
|
795
798
|
color: ${e};
|
|
796
799
|
`
|
|
797
|
-
})),
|
|
800
|
+
})), Eo = y(V)(() => ({
|
|
798
801
|
...H`
|
|
799
802
|
top: ${i.constants.appHeaderHeight}px;
|
|
800
803
|
font-family: 'Roboto';
|
|
@@ -827,7 +830,7 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
827
830
|
justify-content: ${e ? "start" : "space-between"};
|
|
828
831
|
padding: 8px 16px 8px 24px;
|
|
829
832
|
`
|
|
830
|
-
})), Ho = y(
|
|
833
|
+
})), Ho = y(V)(() => ({
|
|
831
834
|
...H`
|
|
832
835
|
top: ${i.constants.appHeaderHeight}px;
|
|
833
836
|
font-family: 'Roboto';
|
|
@@ -866,7 +869,7 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
866
869
|
backgroundPrimary: D = i.colors.whiteGreen,
|
|
867
870
|
backgroundSecondary: x = i.colors.whiteGreenA,
|
|
868
871
|
backgroundTertiary: T = i.colors.sage,
|
|
869
|
-
highlightPrimary:
|
|
872
|
+
highlightPrimary: P = i.colors.sunlight,
|
|
870
873
|
highlightSecondary: A = i.colors.dandelion,
|
|
871
874
|
highlightTertiary: j = `${i.colors.dandelion}99`,
|
|
872
875
|
iconPrimary: z = i.colors.darkGreen,
|
|
@@ -880,7 +883,7 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
880
883
|
backgroundPrimary: D,
|
|
881
884
|
backgroundSecondary: x,
|
|
882
885
|
backgroundTertiary: T,
|
|
883
|
-
highlightPrimary:
|
|
886
|
+
highlightPrimary: P,
|
|
884
887
|
highlightSecondary: A,
|
|
885
888
|
highlightTertiary: j,
|
|
886
889
|
borderPrimary: s,
|
|
@@ -889,7 +892,7 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
889
892
|
shadowSecondary: U,
|
|
890
893
|
shadowTertiary: X,
|
|
891
894
|
scrollColor: d
|
|
892
|
-
}, He = { logoSrc: se, logoWidth: ce, logoHeight: le },
|
|
895
|
+
}, He = { logoSrc: se, logoWidth: ce, logoHeight: le }, te = t != null, Re = { ...o, navWidth: c, loggedIn: m }, { onLogout: Se = () => {
|
|
893
896
|
} } = o, G = { ...e, themeColors: Me }, De = {
|
|
894
897
|
...G,
|
|
895
898
|
navWidth: `${c}px`,
|
|
@@ -897,29 +900,29 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
897
900
|
}, pe = [
|
|
898
901
|
{ label: "Log Out", icon: /* @__PURE__ */ a(go, {}), onClick: Se },
|
|
899
902
|
...r
|
|
900
|
-
].map((
|
|
901
|
-
|
|
903
|
+
].map(($) => ({
|
|
904
|
+
...$,
|
|
902
905
|
onClick: () => {
|
|
903
|
-
|
|
906
|
+
$.onClick && $.onClick(), C(!1);
|
|
904
907
|
}
|
|
905
|
-
})), { navItems:
|
|
906
|
-
|
|
908
|
+
})), { navItems: re } = e, ze = re.map(($) => ({
|
|
909
|
+
...$,
|
|
907
910
|
onClick: () => {
|
|
908
|
-
|
|
911
|
+
$.onClick && $.onClick(), k(!1);
|
|
909
912
|
}
|
|
910
|
-
})),
|
|
913
|
+
})), ne = {
|
|
911
914
|
...G,
|
|
912
915
|
navWidth: "100%",
|
|
913
916
|
isTablet: !0,
|
|
914
917
|
navItems: ze
|
|
915
918
|
};
|
|
916
|
-
let
|
|
917
|
-
|
|
919
|
+
let ie = re.map(($) => ({
|
|
920
|
+
...$,
|
|
918
921
|
onClick: () => {
|
|
919
|
-
|
|
922
|
+
$.onClick && $.onClick(), O(!1);
|
|
920
923
|
}
|
|
921
924
|
})), de = [];
|
|
922
|
-
|
|
925
|
+
re.length > 4 && g && (de = ie.splice(3), ie.push({
|
|
923
926
|
label: "More",
|
|
924
927
|
icon: /* @__PURE__ */ a(bo, {}),
|
|
925
928
|
onClick: () => O(!0)
|
|
@@ -927,7 +930,7 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
927
930
|
const Le = {
|
|
928
931
|
...G,
|
|
929
932
|
navWidth: "100%",
|
|
930
|
-
navItems:
|
|
933
|
+
navItems: ie,
|
|
931
934
|
isMobile: !0,
|
|
932
935
|
activeRoute: R ? "More" : G.activeRoute
|
|
933
936
|
}, Ne = {
|
|
@@ -936,7 +939,7 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
936
939
|
navItems: de,
|
|
937
940
|
isTablet: !0
|
|
938
941
|
};
|
|
939
|
-
return /* @__PURE__ */
|
|
942
|
+
return /* @__PURE__ */ E(xo, { backgroundColor: x, children: [
|
|
940
943
|
/* @__PURE__ */ a(
|
|
941
944
|
Oe,
|
|
942
945
|
{
|
|
@@ -951,10 +954,10 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
951
954
|
avatarColors: Q
|
|
952
955
|
}
|
|
953
956
|
),
|
|
954
|
-
/* @__PURE__ */
|
|
955
|
-
b && /* @__PURE__ */ a(
|
|
956
|
-
g && /* @__PURE__ */
|
|
957
|
-
/* @__PURE__ */ a(
|
|
957
|
+
/* @__PURE__ */ E(vo, { tabletPadding: v, mobile: g, children: [
|
|
958
|
+
b && /* @__PURE__ */ a(F, { ...De }),
|
|
959
|
+
g && /* @__PURE__ */ E(he, { children: [
|
|
960
|
+
/* @__PURE__ */ a(F, { ...Le }),
|
|
958
961
|
/* @__PURE__ */ a(
|
|
959
962
|
To,
|
|
960
963
|
{
|
|
@@ -962,11 +965,11 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
962
965
|
onClose: () => O(!1),
|
|
963
966
|
backgroundColor: x,
|
|
964
967
|
anchor: "right",
|
|
965
|
-
children: /* @__PURE__ */ a(
|
|
968
|
+
children: /* @__PURE__ */ a(F, { ...Ne })
|
|
966
969
|
}
|
|
967
970
|
)
|
|
968
971
|
] }),
|
|
969
|
-
v && /* @__PURE__ */
|
|
972
|
+
v && /* @__PURE__ */ E(
|
|
970
973
|
Co,
|
|
971
974
|
{
|
|
972
975
|
open: M,
|
|
@@ -974,18 +977,18 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
974
977
|
backgroundColor: x,
|
|
975
978
|
shadowColor: W,
|
|
976
979
|
children: [
|
|
977
|
-
/* @__PURE__ */
|
|
980
|
+
/* @__PURE__ */ E(ve, { children: [
|
|
978
981
|
/* @__PURE__ */ a(Mo, { src: se, alt: "logo", width: ce, height: le }),
|
|
979
|
-
/* @__PURE__ */ a(
|
|
982
|
+
/* @__PURE__ */ a(Z, { variant: "icon", size: 36, onClick: () => k(!1), color: z, children: /* @__PURE__ */ a(Be, {}) })
|
|
980
983
|
] }),
|
|
981
|
-
/* @__PURE__ */ a(
|
|
984
|
+
/* @__PURE__ */ a(F, { ...ne })
|
|
982
985
|
]
|
|
983
986
|
}
|
|
984
987
|
),
|
|
985
|
-
v && /* @__PURE__ */
|
|
988
|
+
v && /* @__PURE__ */ E(
|
|
986
989
|
yo,
|
|
987
990
|
{
|
|
988
|
-
open: B &&
|
|
991
|
+
open: B && te,
|
|
989
992
|
onClose: () => L(!1),
|
|
990
993
|
shadowColor: W,
|
|
991
994
|
backgroundColor: T,
|
|
@@ -1002,11 +1005,11 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
1002
1005
|
children: /* @__PURE__ */ a(be, {})
|
|
1003
1006
|
}
|
|
1004
1007
|
),
|
|
1005
|
-
/* @__PURE__ */ a(
|
|
1008
|
+
/* @__PURE__ */ a(_, { scrollColor: d, direction: "vertical", children: t && t })
|
|
1006
1009
|
]
|
|
1007
1010
|
}
|
|
1008
1011
|
),
|
|
1009
|
-
(v || b) && /* @__PURE__ */
|
|
1012
|
+
(v || b) && /* @__PURE__ */ E(
|
|
1010
1013
|
Ho,
|
|
1011
1014
|
{
|
|
1012
1015
|
anchor: "right",
|
|
@@ -1027,9 +1030,9 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
1027
1030
|
}
|
|
1028
1031
|
),
|
|
1029
1032
|
/* @__PURE__ */ a(
|
|
1030
|
-
|
|
1033
|
+
F,
|
|
1031
1034
|
{
|
|
1032
|
-
...
|
|
1035
|
+
...ne,
|
|
1033
1036
|
navItems: pe,
|
|
1034
1037
|
themeColors: {
|
|
1035
1038
|
iconPrimary: i.colors.midnight,
|
|
@@ -1043,18 +1046,18 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
1043
1046
|
]
|
|
1044
1047
|
}
|
|
1045
1048
|
),
|
|
1046
|
-
g && /* @__PURE__ */
|
|
1047
|
-
/* @__PURE__ */
|
|
1048
|
-
|
|
1049
|
+
g && /* @__PURE__ */ E(he, { children: [
|
|
1050
|
+
/* @__PURE__ */ E(
|
|
1051
|
+
Eo,
|
|
1049
1052
|
{
|
|
1050
1053
|
anchor: "right",
|
|
1051
1054
|
open: N,
|
|
1052
1055
|
onClose: () => C(!1),
|
|
1053
1056
|
children: [
|
|
1054
|
-
/* @__PURE__ */
|
|
1055
|
-
/* @__PURE__ */ a(
|
|
1057
|
+
/* @__PURE__ */ E(ve, { children: [
|
|
1058
|
+
/* @__PURE__ */ a($o, { color: i.colors.midnight, children: "Settings" }),
|
|
1056
1059
|
/* @__PURE__ */ a(
|
|
1057
|
-
|
|
1060
|
+
Z,
|
|
1058
1061
|
{
|
|
1059
1062
|
variant: "icon",
|
|
1060
1063
|
size: 36,
|
|
@@ -1065,9 +1068,9 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
1065
1068
|
)
|
|
1066
1069
|
] }),
|
|
1067
1070
|
/* @__PURE__ */ a(
|
|
1068
|
-
|
|
1071
|
+
F,
|
|
1069
1072
|
{
|
|
1070
|
-
...
|
|
1073
|
+
...ne,
|
|
1071
1074
|
navItems: pe,
|
|
1072
1075
|
themeColors: {
|
|
1073
1076
|
iconPrimary: i.colors.midnight,
|
|
@@ -1081,19 +1084,19 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
1081
1084
|
]
|
|
1082
1085
|
}
|
|
1083
1086
|
),
|
|
1084
|
-
/* @__PURE__ */ a(
|
|
1087
|
+
/* @__PURE__ */ a(Po, { backgroundColor: T, open: p, children: /* @__PURE__ */ a(_, { scrollColor: d, direction: "vertical", children: t }) })
|
|
1085
1088
|
] }),
|
|
1086
|
-
!g && /* @__PURE__ */
|
|
1089
|
+
!g && /* @__PURE__ */ E(
|
|
1087
1090
|
wo,
|
|
1088
1091
|
{
|
|
1089
|
-
withActionsPanel:
|
|
1092
|
+
withActionsPanel: te,
|
|
1090
1093
|
tablet: v,
|
|
1091
1094
|
borderColor: s,
|
|
1092
1095
|
backgroundColor: T,
|
|
1093
1096
|
children: [
|
|
1094
|
-
b && /* @__PURE__ */ a(
|
|
1097
|
+
b && /* @__PURE__ */ a(_, { scrollColor: d, direction: "vertical", children: t && t }),
|
|
1095
1098
|
v && /* @__PURE__ */ a(
|
|
1096
|
-
|
|
1099
|
+
Z,
|
|
1097
1100
|
{
|
|
1098
1101
|
variant: "icon",
|
|
1099
1102
|
size: 36,
|
|
@@ -1108,11 +1111,11 @@ const ge = q(/* @__PURE__ */ a("path", {
|
|
|
1108
1111
|
/* @__PURE__ */ a(
|
|
1109
1112
|
ko,
|
|
1110
1113
|
{
|
|
1111
|
-
withActionsPanel:
|
|
1114
|
+
withActionsPanel: te,
|
|
1112
1115
|
borderColor: s,
|
|
1113
1116
|
backgroundColor: D,
|
|
1114
1117
|
mobileScreen: g,
|
|
1115
|
-
children: /* @__PURE__ */ a(
|
|
1118
|
+
children: /* @__PURE__ */ a(_, { scrollColor: d, children: u })
|
|
1116
1119
|
}
|
|
1117
1120
|
)
|
|
1118
1121
|
] })
|
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.126",
|
|
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",
|