jcicl 1.0.49 → 1.0.51
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/AppHeader.js +3 -0
- package/AppContainer/AppContainer.js +136 -132
- package/Table/Table.js +13 -0
- package/package.json +1 -1
package/.chunks/AppHeader.js
CHANGED
|
@@ -129,6 +129,9 @@ const ce = (e) => S || (S = re(e)), se = F(/* @__PURE__ */ t("path", {
|
|
|
129
129
|
line-height: 1;
|
|
130
130
|
margin: 0;
|
|
131
131
|
margin-left: calc(${L.constants.navDefaultWidth}px * 2);
|
|
132
|
+
white-space: nowrap;
|
|
133
|
+
overflow: hidden;
|
|
134
|
+
text-overflow: ellipsis;
|
|
132
135
|
}
|
|
133
136
|
|
|
134
137
|
@media screen and (max-width: ${L.screenSizes.tablet}) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsx as i, jsxs as y, Fragment as ke } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
2
|
+
import * as D from "react";
|
|
3
3
|
import { useState as K } from "react";
|
|
4
4
|
import { c as de } from "../.chunks/createSvgIcon.js";
|
|
5
5
|
import { n as m, i as _ } from "../.chunks/emotion-styled.browser.esm.js";
|
|
6
|
-
import { c as
|
|
6
|
+
import { c as P } from "../.chunks/emotion-react.browser.esm.js";
|
|
7
7
|
import { P as Ve, A as Ge } from "../.chunks/AppHeader.js";
|
|
8
8
|
import { Nav as L } from "../Nav/Nav.js";
|
|
9
9
|
import Z from "../ScrollContainer/ScrollContainer.js";
|
|
@@ -22,88 +22,88 @@ import { c as co } from "../.chunks/chainPropTypes.js";
|
|
|
22
22
|
import { u as po } from "../.chunks/TransitionGroupContext.js";
|
|
23
23
|
import { u as Ce } from "../.chunks/useMediaQuery.js";
|
|
24
24
|
function ho(e, o, a) {
|
|
25
|
-
const n = o.getBoundingClientRect(), l = a && a.getBoundingClientRect(),
|
|
25
|
+
const n = o.getBoundingClientRect(), l = a && a.getBoundingClientRect(), T = Se(o);
|
|
26
26
|
let x;
|
|
27
27
|
if (o.fakeTransform)
|
|
28
28
|
x = o.fakeTransform;
|
|
29
29
|
else {
|
|
30
|
-
const u =
|
|
30
|
+
const u = T.getComputedStyle(o);
|
|
31
31
|
x = u.getPropertyValue("-webkit-transform") || u.getPropertyValue("transform");
|
|
32
32
|
}
|
|
33
|
-
let
|
|
33
|
+
let d = 0, g = 0;
|
|
34
34
|
if (x && x !== "none" && typeof x == "string") {
|
|
35
35
|
const u = x.split("(")[1].split(")")[0].split(",");
|
|
36
|
-
|
|
36
|
+
d = parseInt(u[4], 10), g = parseInt(u[5], 10);
|
|
37
37
|
}
|
|
38
|
-
return e === "left" ? l ? `translateX(${l.right +
|
|
38
|
+
return e === "left" ? l ? `translateX(${l.right + d - n.left}px)` : `translateX(${T.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 + g - n.top}px)` : `translateY(${T.innerHeight + g - n.top}px)` : l ? `translateY(-${n.top - l.top + n.height - g}px)` : `translateY(-${n.top + n.height - g}px)`;
|
|
39
39
|
}
|
|
40
|
-
function
|
|
40
|
+
function ze(e) {
|
|
41
41
|
return typeof e == "function" ? e() : e;
|
|
42
42
|
}
|
|
43
43
|
function oe(e, o, a) {
|
|
44
|
-
const n =
|
|
44
|
+
const n = ze(a), l = ho(e, o, n);
|
|
45
45
|
l && (o.style.webkitTransform = l, o.style.transform = l);
|
|
46
46
|
}
|
|
47
|
-
const
|
|
47
|
+
const De = /* @__PURE__ */ D.forwardRef(function(o, a) {
|
|
48
48
|
const n = He(), l = {
|
|
49
49
|
enter: n.transitions.easing.easeOut,
|
|
50
50
|
exit: n.transitions.easing.sharp
|
|
51
|
-
},
|
|
51
|
+
}, T = {
|
|
52
52
|
enter: n.transitions.duration.enteringScreen,
|
|
53
53
|
exit: n.transitions.duration.leavingScreen
|
|
54
54
|
}, {
|
|
55
55
|
addEndListener: x,
|
|
56
|
-
appear:
|
|
56
|
+
appear: d = !0,
|
|
57
57
|
children: g,
|
|
58
58
|
container: u,
|
|
59
59
|
direction: b = "down",
|
|
60
|
-
easing:
|
|
60
|
+
easing: O = l,
|
|
61
61
|
in: C,
|
|
62
62
|
onEnter: F,
|
|
63
63
|
onEntered: W,
|
|
64
64
|
onEntering: j,
|
|
65
|
-
onExit:
|
|
65
|
+
onExit: I,
|
|
66
66
|
onExited: $,
|
|
67
67
|
onExiting: V,
|
|
68
68
|
style: R,
|
|
69
|
-
timeout: M =
|
|
69
|
+
timeout: M = T,
|
|
70
70
|
// eslint-disable-next-line react/prop-types
|
|
71
71
|
TransitionComponent: v = to,
|
|
72
72
|
...H
|
|
73
|
-
} = o, h =
|
|
73
|
+
} = o, h = D.useRef(null), G = po(ro(g), h, a), E = (s) => (f) => {
|
|
74
74
|
s && (f === void 0 ? s(h.current) : s(h.current, f));
|
|
75
|
-
},
|
|
75
|
+
}, c = E((s, f) => {
|
|
76
76
|
oe(b, s, u), no(s), F && F(s, f);
|
|
77
77
|
}), p = E((s, f) => {
|
|
78
|
-
const
|
|
78
|
+
const z = ye({
|
|
79
79
|
timeout: M,
|
|
80
80
|
style: R,
|
|
81
|
-
easing:
|
|
81
|
+
easing: O
|
|
82
82
|
}, {
|
|
83
83
|
mode: "enter"
|
|
84
84
|
});
|
|
85
85
|
s.style.webkitTransition = n.transitions.create("-webkit-transform", {
|
|
86
|
-
...
|
|
86
|
+
...z
|
|
87
87
|
}), s.style.transition = n.transitions.create("transform", {
|
|
88
|
-
...
|
|
88
|
+
...z
|
|
89
89
|
}), s.style.webkitTransform = "none", s.style.transform = "none", j && j(s, f);
|
|
90
|
-
}),
|
|
90
|
+
}), N = E(W), S = E(V), k = E((s) => {
|
|
91
91
|
const f = ye({
|
|
92
92
|
timeout: M,
|
|
93
93
|
style: R,
|
|
94
|
-
easing:
|
|
94
|
+
easing: O
|
|
95
95
|
}, {
|
|
96
96
|
mode: "exit"
|
|
97
97
|
});
|
|
98
|
-
s.style.webkitTransition = n.transitions.create("-webkit-transform", f), s.style.transition = n.transitions.create("transform", f), oe(b, s, u),
|
|
99
|
-
}),
|
|
98
|
+
s.style.webkitTransition = n.transitions.create("-webkit-transform", f), s.style.transition = n.transitions.create("transform", f), oe(b, s, u), I && I(s);
|
|
99
|
+
}), B = E((s) => {
|
|
100
100
|
s.style.webkitTransition = "", s.style.transition = "", $ && $(s);
|
|
101
101
|
}), ne = (s) => {
|
|
102
102
|
x && x(h.current, s);
|
|
103
|
-
}, q =
|
|
103
|
+
}, q = D.useCallback(() => {
|
|
104
104
|
h.current && oe(b, h.current, u);
|
|
105
105
|
}, [b, u]);
|
|
106
|
-
return
|
|
106
|
+
return D.useEffect(() => {
|
|
107
107
|
if (C || b === "down" || b === "right")
|
|
108
108
|
return;
|
|
109
109
|
const s = io(() => {
|
|
@@ -112,22 +112,22 @@ const ze = /* @__PURE__ */ z.forwardRef(function(o, a) {
|
|
|
112
112
|
return f.addEventListener("resize", s), () => {
|
|
113
113
|
s.clear(), f.removeEventListener("resize", s);
|
|
114
114
|
};
|
|
115
|
-
}, [b, C, u]),
|
|
115
|
+
}, [b, C, u]), D.useEffect(() => {
|
|
116
116
|
C || q();
|
|
117
117
|
}, [C, q]), /* @__PURE__ */ i(v, {
|
|
118
118
|
nodeRef: h,
|
|
119
|
-
onEnter:
|
|
120
|
-
onEntered:
|
|
119
|
+
onEnter: c,
|
|
120
|
+
onEntered: N,
|
|
121
121
|
onEntering: p,
|
|
122
122
|
onExit: k,
|
|
123
|
-
onExited:
|
|
123
|
+
onExited: B,
|
|
124
124
|
onExiting: S,
|
|
125
125
|
addEndListener: ne,
|
|
126
|
-
appear:
|
|
126
|
+
appear: d,
|
|
127
127
|
in: C,
|
|
128
128
|
timeout: M,
|
|
129
129
|
...H,
|
|
130
|
-
children: (s, f) => /* @__PURE__ */
|
|
130
|
+
children: (s, f) => /* @__PURE__ */ D.cloneElement(g, {
|
|
131
131
|
ref: G,
|
|
132
132
|
style: {
|
|
133
133
|
visibility: s === "exited" && !C ? "hidden" : void 0,
|
|
@@ -138,7 +138,7 @@ const ze = /* @__PURE__ */ z.forwardRef(function(o, a) {
|
|
|
138
138
|
})
|
|
139
139
|
});
|
|
140
140
|
});
|
|
141
|
-
process.env.NODE_ENV !== "production" && (
|
|
141
|
+
process.env.NODE_ENV !== "production" && (De.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`. │
|
|
@@ -165,7 +165,7 @@ process.env.NODE_ENV !== "production" && (ze.propTypes = {
|
|
|
165
165
|
*/
|
|
166
166
|
container: co(t.oneOfType([oo, t.func]), (e) => {
|
|
167
167
|
if (e.open) {
|
|
168
|
-
const o =
|
|
168
|
+
const o = ze(e.container);
|
|
169
169
|
if (o && o.nodeType === 1) {
|
|
170
170
|
const a = o.getBoundingClientRect();
|
|
171
171
|
if (process.env.NODE_ENV !== "test" && a.top === 0 && a.left === 0 && a.right === 0 && a.bottom === 0)
|
|
@@ -244,7 +244,7 @@ function uo(e) {
|
|
|
244
244
|
return _e("MuiDrawer", e);
|
|
245
245
|
}
|
|
246
246
|
qe("MuiDrawer", ["root", "docked", "paper", "paperAnchorLeft", "paperAnchorRight", "paperAnchorTop", "paperAnchorBottom", "paperAnchorDockedLeft", "paperAnchorDockedRight", "paperAnchorDockedTop", "paperAnchorDockedBottom", "modal"]);
|
|
247
|
-
const
|
|
247
|
+
const Ie = (e, o) => {
|
|
248
248
|
const {
|
|
249
249
|
ownerState: a
|
|
250
250
|
} = e;
|
|
@@ -264,7 +264,7 @@ const Ne = (e, o) => {
|
|
|
264
264
|
}, go = pe(ao, {
|
|
265
265
|
name: "MuiDrawer",
|
|
266
266
|
slot: "Root",
|
|
267
|
-
overridesResolver:
|
|
267
|
+
overridesResolver: Ie
|
|
268
268
|
})(Ee(({
|
|
269
269
|
theme: e
|
|
270
270
|
}) => ({
|
|
@@ -274,7 +274,7 @@ const Ne = (e, o) => {
|
|
|
274
274
|
name: "MuiDrawer",
|
|
275
275
|
slot: "Docked",
|
|
276
276
|
skipVariantsResolver: !1,
|
|
277
|
-
overridesResolver:
|
|
277
|
+
overridesResolver: Ie
|
|
278
278
|
})({
|
|
279
279
|
flex: "0 0 auto"
|
|
280
280
|
}), mo = pe(so, {
|
|
@@ -370,7 +370,7 @@ const Ne = (e, o) => {
|
|
|
370
370
|
borderTop: `1px solid ${(e.vars || e).palette.divider}`
|
|
371
371
|
}
|
|
372
372
|
}]
|
|
373
|
-
}))),
|
|
373
|
+
}))), Ne = {
|
|
374
374
|
left: "right",
|
|
375
375
|
right: "left",
|
|
376
376
|
top: "down",
|
|
@@ -382,75 +382,75 @@ function bo(e) {
|
|
|
382
382
|
function xo({
|
|
383
383
|
direction: e
|
|
384
384
|
}, o) {
|
|
385
|
-
return e === "rtl" && bo(o) ?
|
|
385
|
+
return e === "rtl" && bo(o) ? Ne[o] : o;
|
|
386
386
|
}
|
|
387
|
-
const U = /* @__PURE__ */
|
|
387
|
+
const U = /* @__PURE__ */ D.forwardRef(function(o, a) {
|
|
388
388
|
const n = Je({
|
|
389
389
|
props: o,
|
|
390
390
|
name: "MuiDrawer"
|
|
391
|
-
}), l = He(),
|
|
391
|
+
}), l = He(), T = Ze(), x = {
|
|
392
392
|
enter: l.transitions.duration.enteringScreen,
|
|
393
393
|
exit: l.transitions.duration.leavingScreen
|
|
394
394
|
}, {
|
|
395
|
-
anchor:
|
|
395
|
+
anchor: d = "left",
|
|
396
396
|
BackdropProps: g,
|
|
397
397
|
children: u,
|
|
398
398
|
className: b,
|
|
399
|
-
elevation:
|
|
399
|
+
elevation: O = 16,
|
|
400
400
|
hideBackdrop: C = !1,
|
|
401
401
|
ModalProps: {
|
|
402
402
|
BackdropProps: F,
|
|
403
403
|
...W
|
|
404
404
|
} = {},
|
|
405
405
|
onClose: j,
|
|
406
|
-
open:
|
|
406
|
+
open: I = !1,
|
|
407
407
|
PaperProps: $ = {},
|
|
408
408
|
SlideProps: V,
|
|
409
409
|
// eslint-disable-next-line react/prop-types
|
|
410
|
-
TransitionComponent: R =
|
|
410
|
+
TransitionComponent: R = De,
|
|
411
411
|
transitionDuration: M = x,
|
|
412
412
|
variant: v = "temporary",
|
|
413
413
|
...H
|
|
414
|
-
} = n, h =
|
|
415
|
-
|
|
414
|
+
} = n, h = D.useRef(!1);
|
|
415
|
+
D.useEffect(() => {
|
|
416
416
|
h.current = !0;
|
|
417
417
|
}, []);
|
|
418
418
|
const G = xo({
|
|
419
|
-
direction:
|
|
420
|
-
},
|
|
419
|
+
direction: T ? "rtl" : "ltr"
|
|
420
|
+
}, d), c = {
|
|
421
421
|
...n,
|
|
422
|
-
anchor:
|
|
423
|
-
elevation:
|
|
424
|
-
open:
|
|
422
|
+
anchor: d,
|
|
423
|
+
elevation: O,
|
|
424
|
+
open: I,
|
|
425
425
|
variant: v,
|
|
426
426
|
...H
|
|
427
|
-
}, p = fo(
|
|
428
|
-
elevation: v === "temporary" ?
|
|
427
|
+
}, p = fo(c), N = /* @__PURE__ */ i(mo, {
|
|
428
|
+
elevation: v === "temporary" ? O : 0,
|
|
429
429
|
square: !0,
|
|
430
430
|
...$,
|
|
431
431
|
className: ee(p.paper, $.className),
|
|
432
|
-
ownerState:
|
|
432
|
+
ownerState: c,
|
|
433
433
|
children: u
|
|
434
434
|
});
|
|
435
435
|
if (v === "permanent")
|
|
436
436
|
return /* @__PURE__ */ i($e, {
|
|
437
437
|
className: ee(p.root, p.docked, b),
|
|
438
|
-
ownerState:
|
|
438
|
+
ownerState: c,
|
|
439
439
|
ref: a,
|
|
440
440
|
...H,
|
|
441
|
-
children:
|
|
441
|
+
children: N
|
|
442
442
|
});
|
|
443
443
|
const S = /* @__PURE__ */ i(R, {
|
|
444
|
-
in:
|
|
445
|
-
direction:
|
|
444
|
+
in: I,
|
|
445
|
+
direction: Ne[G],
|
|
446
446
|
timeout: M,
|
|
447
447
|
appear: h.current,
|
|
448
448
|
...V,
|
|
449
|
-
children:
|
|
449
|
+
children: N
|
|
450
450
|
});
|
|
451
451
|
return v === "persistent" ? /* @__PURE__ */ i($e, {
|
|
452
452
|
className: ee(p.root, p.docked, b),
|
|
453
|
-
ownerState:
|
|
453
|
+
ownerState: c,
|
|
454
454
|
ref: a,
|
|
455
455
|
...H,
|
|
456
456
|
children: S
|
|
@@ -461,8 +461,8 @@ const U = /* @__PURE__ */ z.forwardRef(function(o, a) {
|
|
|
461
461
|
transitionDuration: M
|
|
462
462
|
},
|
|
463
463
|
className: ee(p.root, p.modal, b),
|
|
464
|
-
open:
|
|
465
|
-
ownerState:
|
|
464
|
+
open: I,
|
|
465
|
+
ownerState: c,
|
|
466
466
|
onClose: j,
|
|
467
467
|
hideBackdrop: C,
|
|
468
468
|
ref: a,
|
|
@@ -557,9 +557,9 @@ process.env.NODE_ENV !== "production" && (U.propTypes = {
|
|
|
557
557
|
*/
|
|
558
558
|
variant: t.oneOf(["permanent", "persistent", "temporary"])
|
|
559
559
|
});
|
|
560
|
-
const
|
|
560
|
+
const Pe = de(/* @__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"), Te = de(/* @__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
564
|
}), "Cancel"), vo = de(/* @__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"
|
|
@@ -589,6 +589,7 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
589
589
|
), yo = m("div", {
|
|
590
590
|
shouldForwardProp: (e) => _(e)
|
|
591
591
|
})(({ withActionsPanel: e, tablet: o, borderColor: a, backgroundColor: n }) => ({
|
|
592
|
+
zIndex: 108,
|
|
592
593
|
display: "flex",
|
|
593
594
|
flexDirection: "column",
|
|
594
595
|
opacity: e ? 1 : 0,
|
|
@@ -610,10 +611,12 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
610
611
|
})), Co = m("div", {
|
|
611
612
|
shouldForwardProp: (e) => _(e)
|
|
612
613
|
})(({ show: e, width: o = r.constants.navDefaultWidth, borderColor: a, backgroundColor: n }) => ({
|
|
614
|
+
zIndex: 108,
|
|
613
615
|
display: "flex",
|
|
614
616
|
flexDirection: "column",
|
|
615
617
|
alignItems: "center",
|
|
616
618
|
overflow: "hidden",
|
|
619
|
+
flexShrink: 0,
|
|
617
620
|
opacity: e ? 1 : 0,
|
|
618
621
|
border: `1px solid ${a}`,
|
|
619
622
|
borderRight: 0,
|
|
@@ -630,7 +633,7 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
630
633
|
}
|
|
631
634
|
})), $o = m(U)(
|
|
632
635
|
({ shadowColor: e, backgroundColor: o }) => ({
|
|
633
|
-
...
|
|
636
|
+
...P`
|
|
634
637
|
top: ${r.constants.appHeaderHeight}px;
|
|
635
638
|
font-family: 'Roboto';
|
|
636
639
|
|
|
@@ -653,7 +656,7 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
653
656
|
`
|
|
654
657
|
})
|
|
655
658
|
), Re = m(re)(({ iconColor: e, highlight1: o, highlight2: a, rightDrawer: n = !1 }) => ({
|
|
656
|
-
...
|
|
659
|
+
...P`
|
|
657
660
|
position: absolute;
|
|
658
661
|
top: -0.5rem;
|
|
659
662
|
${!n && { right: "-0.5rem" }};
|
|
@@ -676,33 +679,34 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
676
679
|
}
|
|
677
680
|
}
|
|
678
681
|
`
|
|
679
|
-
})),
|
|
682
|
+
})), Po = m("div", {
|
|
680
683
|
shouldForwardProp: (e) => _(e)
|
|
681
684
|
})(({ withActionsPanel: e, borderColor: o, backgroundColor: a, mobileScreen: n }) => ({
|
|
682
685
|
display: "flex",
|
|
683
686
|
overflow: "hidden",
|
|
684
687
|
backgroundColor: a,
|
|
685
|
-
borderRadius: "4px",
|
|
686
|
-
borderBottomLeftRadius: e ? 0 : "4px",
|
|
687
|
-
borderTopLeftRadius: e ? 0 : "4px",
|
|
688
|
-
border: `1px solid ${o}`,
|
|
689
688
|
width: "100%",
|
|
690
|
-
height: "calc(100% + 2px)",
|
|
691
689
|
boxSizing: "border-box",
|
|
692
690
|
padding: "0 9px",
|
|
693
691
|
h1: {
|
|
694
692
|
margin: 0
|
|
695
693
|
},
|
|
696
|
-
...n
|
|
694
|
+
...n ? {
|
|
695
|
+
flex: 1,
|
|
696
|
+
minHeight: 0,
|
|
697
697
|
border: "none",
|
|
698
|
-
borderRadius: 0
|
|
699
|
-
|
|
700
|
-
|
|
698
|
+
borderRadius: 0
|
|
699
|
+
} : {
|
|
700
|
+
height: "calc(100% + 2px)",
|
|
701
|
+
border: `1px solid ${o}`,
|
|
702
|
+
borderRadius: "4px",
|
|
703
|
+
borderBottomLeftRadius: e ? 0 : "4px",
|
|
704
|
+
borderTopLeftRadius: e ? 0 : "4px"
|
|
701
705
|
}
|
|
702
|
-
})),
|
|
706
|
+
})), To = m(U, {
|
|
703
707
|
shouldForwardProp: (e) => !["backgroundColor", "shadowColor"].includes(e)
|
|
704
708
|
})(({ backgroundColor: e, shadowColor: o }) => ({
|
|
705
|
-
...
|
|
709
|
+
...P`
|
|
706
710
|
z-index: 1327;
|
|
707
711
|
|
|
708
712
|
.MuiDrawer-paper {
|
|
@@ -720,7 +724,7 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
720
724
|
})), Ro = m(U, {
|
|
721
725
|
shouldForwardProp: (e) => e != "backgroundColor"
|
|
722
726
|
})(({ backgroundColor: e }) => ({
|
|
723
|
-
...
|
|
727
|
+
...P`
|
|
724
728
|
z-index: 1300;
|
|
725
729
|
|
|
726
730
|
.MuiDrawer-paper {
|
|
@@ -742,7 +746,7 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
742
746
|
})), Mo = m("div", {
|
|
743
747
|
shouldForwardProp: (e) => _(e)
|
|
744
748
|
})(({ backgroundColor: e, open: o }) => ({
|
|
745
|
-
...
|
|
749
|
+
...P`
|
|
746
750
|
position: fixed;
|
|
747
751
|
transition: height 201ms cubic-bezier(0, 0, 0.2, 1);
|
|
748
752
|
z-index: 1300;
|
|
@@ -755,14 +759,14 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
755
759
|
padding: ${o ? "16px" : 0};
|
|
756
760
|
`
|
|
757
761
|
})), Ho = m("h1")(({ color: e }) => ({
|
|
758
|
-
...
|
|
762
|
+
...P`
|
|
759
763
|
margin: 0;
|
|
760
764
|
font-size: 2.1rem;
|
|
761
765
|
font-family: 'Roboto';
|
|
762
766
|
color: ${e};
|
|
763
767
|
`
|
|
764
768
|
})), Eo = m(U)(({ backgroundQuaternary: e }) => ({
|
|
765
|
-
...
|
|
769
|
+
...P`
|
|
766
770
|
top: ${r.constants.appHeaderHeight}px;
|
|
767
771
|
font-family: 'Roboto';
|
|
768
772
|
z-index: 1336;
|
|
@@ -782,20 +786,20 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
782
786
|
}
|
|
783
787
|
`
|
|
784
788
|
})), So = m("img")(({ width: e, height: o }) => ({
|
|
785
|
-
...
|
|
789
|
+
...P`
|
|
786
790
|
width: ${e}px;
|
|
787
791
|
height: ${o}px;
|
|
788
792
|
`
|
|
789
793
|
})), Me = m("div")(({ justifyStart: e }) => ({
|
|
790
|
-
...
|
|
794
|
+
...P`
|
|
791
795
|
display: flex;
|
|
792
796
|
flex-direction: row;
|
|
793
797
|
align-items: flex-start;
|
|
794
798
|
justify-content: ${e ? "start" : "space-between"};
|
|
795
799
|
padding: 8px 16px 8px 24px;
|
|
796
800
|
`
|
|
797
|
-
})),
|
|
798
|
-
...
|
|
801
|
+
})), zo = m(U)(() => ({
|
|
802
|
+
...P`
|
|
799
803
|
top: ${r.constants.appHeaderHeight}px;
|
|
800
804
|
font-family: 'Roboto';
|
|
801
805
|
|
|
@@ -822,58 +826,58 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
822
826
|
activeSubnavRoute: a,
|
|
823
827
|
appHeaderProps: n = {},
|
|
824
828
|
userInfo: l,
|
|
825
|
-
userSettingsEnabled:
|
|
829
|
+
userSettingsEnabled: T = !0,
|
|
826
830
|
userProfileMenuItems: x = [],
|
|
827
|
-
actionsPanelContent:
|
|
831
|
+
actionsPanelContent: d,
|
|
828
832
|
navWidth: g = r.constants.navDefaultWidth,
|
|
829
833
|
breakpoints: u = { mobile: r.screenSizes.mobile, tablet: r.screenSizes.tablet },
|
|
830
834
|
children: b,
|
|
831
|
-
themeColors:
|
|
835
|
+
themeColors: O = {},
|
|
832
836
|
logoProps: C = {},
|
|
833
837
|
loggedIn: F,
|
|
834
838
|
mobileActionsPanelOpen: W,
|
|
835
839
|
hasSiteBanner: j = !1
|
|
836
840
|
}) => {
|
|
837
841
|
var we;
|
|
838
|
-
const [
|
|
842
|
+
const [I, $] = K(!1), [V, R] = K(!1), [M, v] = K(!1), [H, h] = K(!1), { mobile: G = r.screenSizes.mobile, tablet: E = r.screenSizes.tablet } = u, c = Ce(`(max-width: ${G})`), p = Ce(`(max-width: ${E})`) && !c, N = !c && !p, {
|
|
839
843
|
backgroundPrimary: S = r.colors.whiteGreen,
|
|
840
844
|
backgroundSecondary: k = r.colors.whiteGreenA,
|
|
841
|
-
backgroundTertiary:
|
|
845
|
+
backgroundTertiary: B = r.colors.sage,
|
|
842
846
|
highlightPrimary: ne = r.colors.sunlight,
|
|
843
847
|
backgroundQuaternary: q = r.colors.moss,
|
|
844
848
|
highlightSecondary: s = r.colors.dandelion,
|
|
845
849
|
highlightTertiary: f = `${r.colors.dandelion}99`,
|
|
846
|
-
iconPrimary:
|
|
850
|
+
iconPrimary: z = r.colors.darkGreen,
|
|
847
851
|
shadowPrimary: ie = r.colors.darkGreenO99,
|
|
848
852
|
shadowSecondary: Q = r.boxShadows.darkGreen,
|
|
849
853
|
shadowTertiary: he = r.boxShadows.darkGreenThick,
|
|
850
854
|
borderPrimary: X = r.colors.green,
|
|
851
855
|
scrollColor: A = r.colors.darkGreenO99,
|
|
852
|
-
loadingColor:
|
|
856
|
+
loadingColor: Oe = r.colors.green,
|
|
853
857
|
iconColors: ue = {
|
|
854
858
|
icon: /* @__PURE__ */ i(Ve, {}),
|
|
855
859
|
iconColor: r.colors.darkGreen,
|
|
856
860
|
backgroundColor: r.colors.mint
|
|
857
861
|
}
|
|
858
|
-
} =
|
|
862
|
+
} = O, { logoSrc: fe = Xe, logoWidth: ge = 36, logoHeight: me = 50 } = C, be = {
|
|
859
863
|
backgroundPrimary: S,
|
|
860
864
|
backgroundSecondary: k,
|
|
861
|
-
backgroundTertiary:
|
|
865
|
+
backgroundTertiary: B,
|
|
862
866
|
highlightPrimary: ne,
|
|
863
867
|
highlightSecondary: s,
|
|
864
868
|
highlightTertiary: f,
|
|
865
869
|
borderPrimary: X,
|
|
866
|
-
iconPrimary:
|
|
870
|
+
iconPrimary: z,
|
|
867
871
|
shadowPrimary: ie,
|
|
868
872
|
shadowSecondary: Q,
|
|
869
873
|
shadowTertiary: he,
|
|
870
874
|
scrollColor: A,
|
|
871
|
-
loadingColor:
|
|
875
|
+
loadingColor: Oe,
|
|
872
876
|
iconColors: ue
|
|
873
|
-
},
|
|
877
|
+
}, Be = { logoSrc: fe, logoWidth: ge, logoHeight: me }, ae = d != null, Ae = { ...n, navWidth: g, loggedIn: F }, Y = { ...e, themeColors: be }, Le = {
|
|
874
878
|
...Y,
|
|
875
879
|
navWidth: `${g}px`,
|
|
876
|
-
isMobile:
|
|
880
|
+
isMobile: c
|
|
877
881
|
}, { navItems: J } = e, se = o || ((we = J.find((w) => w.label === (e == null ? void 0 : e.activeRoute))) == null ? void 0 : we.subnavItems) || [], Fe = {
|
|
878
882
|
themeColors: be,
|
|
879
883
|
activeRoute: a,
|
|
@@ -903,7 +907,7 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
903
907
|
w.onClick && w.onClick(), h(!1);
|
|
904
908
|
}
|
|
905
909
|
})), ve = [];
|
|
906
|
-
J.length > 4 &&
|
|
910
|
+
J.length > 4 && c && (ve = ce.splice(3), ce.push({
|
|
907
911
|
label: "More",
|
|
908
912
|
icon: /* @__PURE__ */ i(vo, {}),
|
|
909
913
|
onClick: () => h(!0)
|
|
@@ -928,18 +932,18 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
928
932
|
hamburgerMenu: p,
|
|
929
933
|
onHamburgerMenuClick: () => $(!0),
|
|
930
934
|
onUserMenuClick: () => v(!0),
|
|
931
|
-
logoProps:
|
|
932
|
-
iconColor:
|
|
933
|
-
isMobile:
|
|
934
|
-
themeProps: { shadowSecondary: Q, shadowTertiary: he, iconPrimary:
|
|
935
|
+
logoProps: Be,
|
|
936
|
+
iconColor: z,
|
|
937
|
+
isMobile: c,
|
|
938
|
+
themeProps: { shadowSecondary: Q, shadowTertiary: he, iconPrimary: z, borderPrimary: X },
|
|
935
939
|
iconColors: ue,
|
|
936
940
|
userName: l == null ? void 0 : l.name,
|
|
937
|
-
userSettingsEnabled:
|
|
941
|
+
userSettingsEnabled: T
|
|
938
942
|
}
|
|
939
943
|
),
|
|
940
|
-
/* @__PURE__ */ y(ko, { tabletPadding: p, mobile:
|
|
941
|
-
|
|
942
|
-
|
|
944
|
+
/* @__PURE__ */ y(ko, { tabletPadding: p, mobile: c, children: [
|
|
945
|
+
N && /* @__PURE__ */ i(L, { ...Le }),
|
|
946
|
+
c && /* @__PURE__ */ y(ke, { children: [
|
|
943
947
|
/* @__PURE__ */ i(L, { ...Ue }),
|
|
944
948
|
/* @__PURE__ */ i(
|
|
945
949
|
Ro,
|
|
@@ -953,16 +957,16 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
953
957
|
)
|
|
954
958
|
] }),
|
|
955
959
|
p && /* @__PURE__ */ y(
|
|
956
|
-
|
|
960
|
+
To,
|
|
957
961
|
{
|
|
958
|
-
open:
|
|
962
|
+
open: I,
|
|
959
963
|
onClose: () => $(!1),
|
|
960
964
|
backgroundColor: k,
|
|
961
965
|
shadowColor: ie,
|
|
962
966
|
children: [
|
|
963
967
|
/* @__PURE__ */ y(Me, { children: [
|
|
964
968
|
/* @__PURE__ */ i(So, { src: fe, alt: "logo", width: ge, height: me }),
|
|
965
|
-
/* @__PURE__ */ i(re, { variant: "icon", size: 36, onClick: () => $(!1), color:
|
|
969
|
+
/* @__PURE__ */ i(re, { variant: "icon", size: 36, onClick: () => $(!1), color: z, children: /* @__PURE__ */ i(Ye, {}) })
|
|
966
970
|
] }),
|
|
967
971
|
/* @__PURE__ */ i(L, { ...le })
|
|
968
972
|
]
|
|
@@ -974,7 +978,7 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
974
978
|
open: V && ae,
|
|
975
979
|
onClose: () => R(!1),
|
|
976
980
|
shadowColor: ie,
|
|
977
|
-
backgroundColor:
|
|
981
|
+
backgroundColor: B,
|
|
978
982
|
children: [
|
|
979
983
|
/* @__PURE__ */ i(
|
|
980
984
|
Re,
|
|
@@ -982,18 +986,18 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
982
986
|
variant: "icon",
|
|
983
987
|
size: 24,
|
|
984
988
|
onClick: () => R(!1),
|
|
985
|
-
iconColor:
|
|
989
|
+
iconColor: z,
|
|
986
990
|
highlight1: k,
|
|
987
991
|
highlight2: k,
|
|
988
|
-
children: /* @__PURE__ */ i(
|
|
992
|
+
children: /* @__PURE__ */ i(Te, {})
|
|
989
993
|
}
|
|
990
994
|
),
|
|
991
|
-
/* @__PURE__ */ i(Z, { scrollColor: A, direction: "vertical", children:
|
|
995
|
+
/* @__PURE__ */ i(Z, { scrollColor: A, direction: "vertical", children: d && d })
|
|
992
996
|
]
|
|
993
997
|
}
|
|
994
998
|
),
|
|
995
|
-
(p ||
|
|
996
|
-
|
|
999
|
+
(p || N) && /* @__PURE__ */ y(
|
|
1000
|
+
zo,
|
|
997
1001
|
{
|
|
998
1002
|
anchor: "right",
|
|
999
1003
|
open: M,
|
|
@@ -1009,7 +1013,7 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
1009
1013
|
highlight1: r.colors.white,
|
|
1010
1014
|
highlight2: k,
|
|
1011
1015
|
rightDrawer: !0,
|
|
1012
|
-
children: /* @__PURE__ */ i(
|
|
1016
|
+
children: /* @__PURE__ */ i(Te, {})
|
|
1013
1017
|
}
|
|
1014
1018
|
),
|
|
1015
1019
|
/* @__PURE__ */ i(
|
|
@@ -1029,7 +1033,7 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
1029
1033
|
]
|
|
1030
1034
|
}
|
|
1031
1035
|
),
|
|
1032
|
-
|
|
1036
|
+
c && /* @__PURE__ */ y(ke, { children: [
|
|
1033
1037
|
/* @__PURE__ */ y(
|
|
1034
1038
|
Eo,
|
|
1035
1039
|
{
|
|
@@ -1047,7 +1051,7 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
1047
1051
|
size: 36,
|
|
1048
1052
|
onClick: () => v(!1),
|
|
1049
1053
|
color: r.colors.midnight,
|
|
1050
|
-
children: /* @__PURE__ */ i(
|
|
1054
|
+
children: /* @__PURE__ */ i(Pe, {})
|
|
1051
1055
|
}
|
|
1052
1056
|
)
|
|
1053
1057
|
] }),
|
|
@@ -1068,47 +1072,47 @@ const Te = de(/* @__PURE__ */ i("path", {
|
|
|
1068
1072
|
]
|
|
1069
1073
|
}
|
|
1070
1074
|
),
|
|
1071
|
-
/* @__PURE__ */ i(Mo, { backgroundColor:
|
|
1075
|
+
/* @__PURE__ */ i(Mo, { backgroundColor: B, open: W, children: /* @__PURE__ */ i(Z, { scrollColor: A, direction: "vertical", children: d }) })
|
|
1072
1076
|
] }),
|
|
1073
|
-
!
|
|
1077
|
+
!c && /* @__PURE__ */ y(
|
|
1074
1078
|
yo,
|
|
1075
1079
|
{
|
|
1076
1080
|
withActionsPanel: ae,
|
|
1077
1081
|
tablet: p,
|
|
1078
1082
|
borderColor: X,
|
|
1079
|
-
backgroundColor:
|
|
1083
|
+
backgroundColor: B,
|
|
1080
1084
|
children: [
|
|
1081
|
-
|
|
1085
|
+
N && /* @__PURE__ */ i(Z, { scrollColor: A, direction: "vertical", children: d && d }),
|
|
1082
1086
|
p && /* @__PURE__ */ i(
|
|
1083
1087
|
re,
|
|
1084
1088
|
{
|
|
1085
1089
|
variant: "icon",
|
|
1086
1090
|
size: 36,
|
|
1087
1091
|
onClick: () => R(!0),
|
|
1088
|
-
color:
|
|
1089
|
-
children: /* @__PURE__ */ i(
|
|
1092
|
+
color: z,
|
|
1093
|
+
children: /* @__PURE__ */ i(Pe, {})
|
|
1090
1094
|
}
|
|
1091
1095
|
)
|
|
1092
1096
|
]
|
|
1093
1097
|
}
|
|
1094
1098
|
),
|
|
1095
|
-
/* @__PURE__ */ i(
|
|
1099
|
+
!c && /* @__PURE__ */ i(
|
|
1096
1100
|
Co,
|
|
1097
1101
|
{
|
|
1098
1102
|
show: se && se.length > 0,
|
|
1099
1103
|
borderColor: X,
|
|
1100
|
-
backgroundColor:
|
|
1104
|
+
backgroundColor: B,
|
|
1101
1105
|
width: g,
|
|
1102
1106
|
children: /* @__PURE__ */ i(L, { ...Fe })
|
|
1103
1107
|
}
|
|
1104
1108
|
),
|
|
1105
1109
|
/* @__PURE__ */ i(
|
|
1106
|
-
|
|
1110
|
+
Po,
|
|
1107
1111
|
{
|
|
1108
1112
|
withActionsPanel: ae,
|
|
1109
1113
|
borderColor: X,
|
|
1110
1114
|
backgroundColor: S,
|
|
1111
|
-
mobileScreen:
|
|
1115
|
+
mobileScreen: c,
|
|
1112
1116
|
children: /* @__PURE__ */ i(Z, { scrollColor: A, children: b })
|
|
1113
1117
|
}
|
|
1114
1118
|
)
|
package/Table/Table.js
CHANGED
|
@@ -19065,6 +19065,19 @@ const lf = Ht("div")(() => ({
|
|
|
19065
19065
|
background-color: ${Dn.colors.white};
|
|
19066
19066
|
border-radius: 8px;
|
|
19067
19067
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
19068
|
+
|
|
19069
|
+
thead tr:first-of-type th:first-of-type {
|
|
19070
|
+
border-top-left-radius: 8px;
|
|
19071
|
+
}
|
|
19072
|
+
thead tr:first-of-type th:last-of-type {
|
|
19073
|
+
border-top-right-radius: 8px;
|
|
19074
|
+
}
|
|
19075
|
+
tbody tr:last-of-type td:first-of-type {
|
|
19076
|
+
border-bottom-left-radius: 8px;
|
|
19077
|
+
}
|
|
19078
|
+
tbody tr:last-of-type td:last-of-type {
|
|
19079
|
+
border-bottom-right-radius: 8px;
|
|
19080
|
+
}
|
|
19068
19081
|
`
|
|
19069
19082
|
})), gf = Ht("div", {
|
|
19070
19083
|
shouldForwardProp: (se) => se !== "stickyCount"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jcicl",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.51",
|
|
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",
|