@equinor/stratus-ui 1.8.1 → 1.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +4 -4
- package/dist/index.js +391 -304
- package/dist/stratus-ui.css +1 -1
- package/dist/types/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/types/theme/palette.d.ts +29 -0
- package/dist/types/theme/palette.d.ts.map +1 -1
- package/dist/types/theme/themePalette.d.ts +88 -9
- package/dist/types/theme/themePalette.d.ts.map +1 -1
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -17,9 +17,9 @@ import { Extension as z, Node as B, callOrReturn as V, createStyleTag as ee, esc
|
|
|
17
17
|
import { EditorContent as ae, ReactRenderer as oe, useEditor as se } from "@tiptap/react";
|
|
18
18
|
import U from "@tiptap/starter-kit";
|
|
19
19
|
import { createPopper as ce } from "@popperjs/core";
|
|
20
|
-
import { addDays as le, addMonths as
|
|
20
|
+
import { addDays as le, addMonths as ue, addSeconds as de, addYears as fe, differenceInMilliseconds as pe, eachDayOfInterval as me, eachMonthOfInterval as he, eachQuarterOfInterval as ge, eachWeekOfInterval as _e, eachYearOfInterval as ve, endOfDay as ye, endOfDecade as be, endOfMonth as xe, endOfWeek as Se, endOfYear as Ce, format as we, getDayOfYear as Te, getDecade as Ee, getISOWeek as De, getQuarter as Oe, isAfter as ke, isBefore as Ae, isEqual as je, isSameDay as Me, isSameMonth as Ne, isSameQuarter as Pe, isSameWeek as Fe, isSameYear as Ie, isToday as Le, isWeekend as Re, parse as ze, parseISO as Be, startOfDay as Ve, startOfDecade as He, startOfMonth as Ue, startOfWeek as We, startOfYear as Ge, subDays as Ke, subMonths as qe, subYears as Je, toDate as Ye } from "date-fns";
|
|
21
21
|
//#region src/theme/palette.ts
|
|
22
|
-
var
|
|
22
|
+
var W = {
|
|
23
23
|
primary: {
|
|
24
24
|
main: "var(--stratus-primary)",
|
|
25
25
|
hover: "var(--stratus-primary-hover)",
|
|
@@ -30,6 +30,7 @@ var Ye = {
|
|
|
30
30
|
},
|
|
31
31
|
secondary: {
|
|
32
32
|
main: "var(--stratus-secondary)",
|
|
33
|
+
hover: "var(--stratus-secondary-hover)",
|
|
33
34
|
highlight: "var(--stratus-secondary-highlight)",
|
|
34
35
|
light: "var(--stratus-secondary-light)"
|
|
35
36
|
},
|
|
@@ -41,10 +42,14 @@ var Ye = {
|
|
|
41
42
|
},
|
|
42
43
|
warning: {
|
|
43
44
|
main: "var(--stratus-warning)",
|
|
45
|
+
hover: "var(--stratus-warning-hover)",
|
|
46
|
+
text: "var(--stratus-warning-text)",
|
|
44
47
|
highlight: "var(--stratus-warning-highlight)"
|
|
45
48
|
},
|
|
46
49
|
success: {
|
|
47
50
|
main: "var(--stratus-success)",
|
|
51
|
+
hover: "var(--stratus-success-hover)",
|
|
52
|
+
text: "var(--stratus-success-text)",
|
|
48
53
|
highlight: "var(--stratus-success-highlight)"
|
|
49
54
|
},
|
|
50
55
|
text: {
|
|
@@ -53,19 +58,45 @@ var Ye = {
|
|
|
53
58
|
primary: "var(--stratus-text-primary)",
|
|
54
59
|
secondary: "var(--stratus-text-secondary)",
|
|
55
60
|
tertiary: "var(--stratus-text-tertiary)",
|
|
56
|
-
disabled: "var(--stratus-text-disabled)"
|
|
61
|
+
disabled: "var(--stratus-text-disabled)",
|
|
62
|
+
inverted: "var(--stratus-text-inverted)",
|
|
63
|
+
invertedAlt: "var(--stratus-text-inverted-alt)"
|
|
57
64
|
},
|
|
58
65
|
surface: {
|
|
59
66
|
surface: "var(--stratus-surface)",
|
|
60
67
|
muted: "var(--stratus-surface-muted)",
|
|
68
|
+
canvas: "var(--stratus-surface-muted)",
|
|
61
69
|
raised: "var(--stratus-surface-raised)",
|
|
62
|
-
nav: "var(--stratus-bg-nav)"
|
|
70
|
+
nav: "var(--stratus-bg-nav)",
|
|
71
|
+
popover: "var(--stratus-popover-bg)",
|
|
72
|
+
overlay: "var(--stratus-bg-overlay)",
|
|
73
|
+
lighten: "var(--stratus-bg-lighten)"
|
|
74
|
+
},
|
|
75
|
+
background: {
|
|
76
|
+
main: "var(--stratus-surface-muted)",
|
|
77
|
+
nav: "var(--stratus-bg-nav)",
|
|
78
|
+
paper: "var(--stratus-surface-raised)",
|
|
79
|
+
popover: "var(--stratus-popover-bg)",
|
|
80
|
+
overlay: "var(--stratus-bg-overlay)",
|
|
81
|
+
lighten: "var(--stratus-bg-lighten)"
|
|
63
82
|
},
|
|
64
83
|
border: {
|
|
65
84
|
light: "var(--stratus-border-light)",
|
|
66
85
|
divider: "var(--stratus-divider)"
|
|
67
86
|
},
|
|
68
|
-
table: {
|
|
87
|
+
table: {
|
|
88
|
+
header: "var(--stratus-table-header-bg)",
|
|
89
|
+
headerActive: "var(--stratus-table-header-active-bg)",
|
|
90
|
+
headerHover: "var(--stratus-table-header-hover-bg)",
|
|
91
|
+
cell: "var(--stratus-table-cell-bg)",
|
|
92
|
+
cellActive: "var(--stratus-table-cell-active-bg)",
|
|
93
|
+
cellHover: "var(--stratus-table-row-hover-bg)"
|
|
94
|
+
},
|
|
95
|
+
disabled: {
|
|
96
|
+
fill: "var(--stratus-disabled-fill)",
|
|
97
|
+
text: "var(--stratus-disabled-text)",
|
|
98
|
+
border: "var(--stratus-disabled-border)"
|
|
99
|
+
}
|
|
69
100
|
};
|
|
70
101
|
//#endregion
|
|
71
102
|
//#region src/utils/as.ts
|
|
@@ -118,7 +149,7 @@ var Ze = {
|
|
|
118
149
|
maxH: "maxHeight",
|
|
119
150
|
bg: "backgroundColor",
|
|
120
151
|
rounded: "borderRadius"
|
|
121
|
-
}, Qe = new Set(/* @__PURE__ */ "display.position.top.right.bottom.left.inset.zIndex.overflow.overflowX.overflowY.float.clear.visibility.boxSizing.flex.flexDirection.flexWrap.flexFlow.flexGrow.flexShrink.flexBasis.justifyContent.alignItems.alignSelf.alignContent.order.gap.rowGap.columnGap.grid.gridTemplate.gridTemplateColumns.gridTemplateRows.gridTemplateAreas.gridArea.gridColumn.gridRow.gridAutoFlow.gridAutoColumns.gridAutoRows.gridGap.gridRowGap.gridColumnGap.justifyItems.justifySelf.placeContent.placeItems.placeSelf.width.minWidth.maxWidth.height.minHeight.maxHeight.aspectRatio.margin.marginTop.marginRight.marginBottom.marginLeft.marginBlock.marginBlockStart.marginBlockEnd.marginInline.marginInlineStart.marginInlineEnd.padding.paddingTop.paddingRight.paddingBottom.paddingLeft.paddingBlock.paddingBlockStart.paddingBlockEnd.paddingInline.paddingInlineStart.paddingInlineEnd.border.borderTop.borderRight.borderBottom.borderLeft.borderWidth.borderStyle.borderColor.borderRadius.borderTopLeftRadius.borderTopRightRadius.borderBottomLeftRadius.borderBottomRightRadius.borderCollapse.borderSpacing.outline.outlineColor.outlineStyle.outlineWidth.outlineOffset.background.backgroundColor.backgroundImage.backgroundSize.backgroundPosition.backgroundRepeat.backgroundClip.backgroundOrigin.backgroundAttachment.color.opacity.font.fontFamily.fontSize.fontWeight.fontStyle.fontVariant.lineHeight.letterSpacing.textAlign.textDecoration.textTransform.textOverflow.textShadow.textIndent.whiteSpace.wordBreak.wordSpacing.wordWrap.overflowWrap.verticalAlign.transform.transformOrigin.transition.transitionProperty.transitionDuration.transitionTimingFunction.transitionDelay.animation.animationName.animationDuration.animationTimingFunction.animationDelay.animationIterationCount.animationDirection.animationFillMode.animationPlayState.boxShadow.filter.backdropFilter.mixBlendMode.clipPath.mask.cursor.pointerEvents.userSelect.resize.touchAction.scrollBehavior.scrollMargin.scrollPadding.scrollSnapType.scrollSnapAlign.tableLayout.listStyle.listStyleType.listStylePosition.listStyleImage.content.objectFit.objectPosition.isolation.contain.willChange.appearance.accentColor.caretColor".split(".")), $e = [
|
|
152
|
+
}, Qe = /* @__PURE__ */ new Set(/* @__PURE__ */ "display.position.top.right.bottom.left.inset.zIndex.overflow.overflowX.overflowY.float.clear.visibility.boxSizing.flex.flexDirection.flexWrap.flexFlow.flexGrow.flexShrink.flexBasis.justifyContent.alignItems.alignSelf.alignContent.order.gap.rowGap.columnGap.grid.gridTemplate.gridTemplateColumns.gridTemplateRows.gridTemplateAreas.gridArea.gridColumn.gridRow.gridAutoFlow.gridAutoColumns.gridAutoRows.gridGap.gridRowGap.gridColumnGap.justifyItems.justifySelf.placeContent.placeItems.placeSelf.width.minWidth.maxWidth.height.minHeight.maxHeight.aspectRatio.margin.marginTop.marginRight.marginBottom.marginLeft.marginBlock.marginBlockStart.marginBlockEnd.marginInline.marginInlineStart.marginInlineEnd.padding.paddingTop.paddingRight.paddingBottom.paddingLeft.paddingBlock.paddingBlockStart.paddingBlockEnd.paddingInline.paddingInlineStart.paddingInlineEnd.border.borderTop.borderRight.borderBottom.borderLeft.borderWidth.borderStyle.borderColor.borderRadius.borderTopLeftRadius.borderTopRightRadius.borderBottomLeftRadius.borderBottomRightRadius.borderCollapse.borderSpacing.outline.outlineColor.outlineStyle.outlineWidth.outlineOffset.background.backgroundColor.backgroundImage.backgroundSize.backgroundPosition.backgroundRepeat.backgroundClip.backgroundOrigin.backgroundAttachment.color.opacity.font.fontFamily.fontSize.fontWeight.fontStyle.fontVariant.lineHeight.letterSpacing.textAlign.textDecoration.textTransform.textOverflow.textShadow.textIndent.whiteSpace.wordBreak.wordSpacing.wordWrap.overflowWrap.verticalAlign.transform.transformOrigin.transition.transitionProperty.transitionDuration.transitionTimingFunction.transitionDelay.animation.animationName.animationDuration.animationTimingFunction.animationDelay.animationIterationCount.animationDirection.animationFillMode.animationPlayState.boxShadow.filter.backdropFilter.mixBlendMode.clipPath.mask.cursor.pointerEvents.userSelect.resize.touchAction.scrollBehavior.scrollMargin.scrollPadding.scrollSnapType.scrollSnapAlign.tableLayout.listStyle.listStyleType.listStylePosition.listStyleImage.content.objectFit.objectPosition.isolation.contain.willChange.appearance.accentColor.caretColor".split(".")), $e = [
|
|
122
153
|
0,
|
|
123
154
|
4,
|
|
124
155
|
8,
|
|
@@ -128,7 +159,7 @@ var Ze = {
|
|
|
128
159
|
128,
|
|
129
160
|
256,
|
|
130
161
|
512
|
|
131
|
-
], et = new Set([
|
|
162
|
+
], et = /* @__PURE__ */ new Set([
|
|
132
163
|
"margin",
|
|
133
164
|
"marginTop",
|
|
134
165
|
"marginRight",
|
|
@@ -151,7 +182,7 @@ var Ze = {
|
|
|
151
182
|
"paddingInline",
|
|
152
183
|
"paddingInlineStart",
|
|
153
184
|
"paddingInlineEnd"
|
|
154
|
-
]), tt = new Set([
|
|
185
|
+
]), tt = /* @__PURE__ */ new Set([
|
|
155
186
|
"gap",
|
|
156
187
|
"rowGap",
|
|
157
188
|
"columnGap"
|
|
@@ -323,7 +354,7 @@ var ot = e.forwardRef(function({ className: t, disabled: n = !1 }, r) {
|
|
|
323
354
|
}) : null
|
|
324
355
|
]
|
|
325
356
|
});
|
|
326
|
-
}), st = new Set([
|
|
357
|
+
}), st = /* @__PURE__ */ new Set([
|
|
327
358
|
"default",
|
|
328
359
|
"primary",
|
|
329
360
|
"secondary",
|
|
@@ -431,7 +462,7 @@ var pt = o(({ children: e, className: n, content: i, placement: a = "bottom", tr
|
|
|
431
462
|
j,
|
|
432
463
|
ae,
|
|
433
464
|
M
|
|
434
|
-
]),
|
|
465
|
+
]), ue = l((e) => {
|
|
435
466
|
ae || ee(!1), N?.(e);
|
|
436
467
|
}, [ae, N]);
|
|
437
468
|
p(y, () => ({
|
|
@@ -447,43 +478,43 @@ var pt = o(({ children: e, className: n, content: i, placement: a = "bottom", tr
|
|
|
447
478
|
bubbles: !0,
|
|
448
479
|
cancelable: !0
|
|
449
480
|
});
|
|
450
|
-
|
|
481
|
+
ue(e ?? t);
|
|
451
482
|
}
|
|
452
483
|
}));
|
|
453
|
-
let
|
|
484
|
+
let de = l(() => {
|
|
454
485
|
if (!H.current || !te.current) return;
|
|
455
|
-
let e = H.current.getBoundingClientRect(), t = te.current.getBoundingClientRect()
|
|
456
|
-
ie(ft(e, {
|
|
486
|
+
let e = H.current.getBoundingClientRect(), t = te.current.getBoundingClientRect(), n = ft(e, {
|
|
457
487
|
width: t.width,
|
|
458
488
|
height: t.height
|
|
459
|
-
}, a)
|
|
489
|
+
}, a);
|
|
490
|
+
ie(n);
|
|
460
491
|
}, [a]);
|
|
461
492
|
m(() => {
|
|
462
|
-
oe &&
|
|
493
|
+
oe && de();
|
|
463
494
|
}, [
|
|
464
495
|
oe,
|
|
465
|
-
|
|
496
|
+
de,
|
|
466
497
|
i
|
|
467
498
|
]), d(() => {
|
|
468
499
|
if (!oe) return;
|
|
469
|
-
let e = () =>
|
|
500
|
+
let e = () => de();
|
|
470
501
|
return window.addEventListener("scroll", e, !0), window.addEventListener("resize", e), () => {
|
|
471
502
|
window.removeEventListener("scroll", e, !0), window.removeEventListener("resize", e);
|
|
472
503
|
};
|
|
473
|
-
}, [oe,
|
|
504
|
+
}, [oe, de]), d(() => {
|
|
474
505
|
if (!oe || !g || !U.includes("click") && !U.includes("contextMenu")) return;
|
|
475
506
|
let e = (e) => {
|
|
476
507
|
let t = e.target;
|
|
477
|
-
H.current?.contains(t) || te.current?.contains(t) || (
|
|
508
|
+
H.current?.contains(t) || te.current?.contains(t) || (ue(e), R?.(!1, e));
|
|
478
509
|
};
|
|
479
510
|
return document.addEventListener("mousedown", e), () => document.removeEventListener("mousedown", e);
|
|
480
511
|
}, [
|
|
481
512
|
oe,
|
|
482
513
|
g,
|
|
483
|
-
|
|
514
|
+
ue,
|
|
484
515
|
R
|
|
485
516
|
]);
|
|
486
|
-
let
|
|
517
|
+
let fe = l((e) => {
|
|
487
518
|
if (!U.includes("click")) return;
|
|
488
519
|
let t = !oe;
|
|
489
520
|
ae || ee(t), P?.(t, e), t ? M?.(e) : N?.(e);
|
|
@@ -494,7 +525,7 @@ var pt = o(({ children: e, className: n, content: i, placement: a = "bottom", tr
|
|
|
494
525
|
P,
|
|
495
526
|
M,
|
|
496
527
|
N
|
|
497
|
-
]),
|
|
528
|
+
]), pe = l((e) => {
|
|
498
529
|
if (!U.includes("contextMenu")) return;
|
|
499
530
|
e.preventDefault();
|
|
500
531
|
let t = !oe;
|
|
@@ -506,49 +537,49 @@ var pt = o(({ children: e, className: n, content: i, placement: a = "bottom", tr
|
|
|
506
537
|
L,
|
|
507
538
|
M,
|
|
508
539
|
N
|
|
509
|
-
]),
|
|
540
|
+
]), me = l((e) => {
|
|
510
541
|
U.includes("hover") && (clearTimeout(ne.current), le(e), F?.(!0, e));
|
|
511
542
|
}, [
|
|
512
543
|
U,
|
|
513
544
|
le,
|
|
514
545
|
F
|
|
515
|
-
]),
|
|
516
|
-
U.includes("hover") && (ne.current = setTimeout(() =>
|
|
546
|
+
]), he = l((e) => {
|
|
547
|
+
U.includes("hover") && (ne.current = setTimeout(() => ue(e), 100), I?.(!1, e));
|
|
517
548
|
}, [
|
|
518
549
|
U,
|
|
519
|
-
|
|
550
|
+
ue,
|
|
520
551
|
I
|
|
521
|
-
]),
|
|
552
|
+
]), ge = l(() => {
|
|
522
553
|
U.includes("hover") && clearTimeout(ne.current);
|
|
523
|
-
}, [U]),
|
|
524
|
-
U.includes("hover") && (
|
|
554
|
+
}, [U]), _e = l((e) => {
|
|
555
|
+
U.includes("hover") && (ue(e), I?.(!1, e));
|
|
525
556
|
}, [
|
|
526
557
|
U,
|
|
527
|
-
|
|
558
|
+
ue,
|
|
528
559
|
I
|
|
529
|
-
]),
|
|
530
|
-
j || (U.includes("click") && (
|
|
531
|
-
let
|
|
560
|
+
]), ve = {};
|
|
561
|
+
j || (U.includes("click") && (ve.onClick = fe), U.includes("contextMenu") && (ve.onContextMenu = pe), U.includes("hover") && (ve.onMouseEnter = me, ve.onMouseLeave = he));
|
|
562
|
+
let ye = l((e) => {
|
|
532
563
|
H.current = e;
|
|
533
|
-
}, []),
|
|
534
|
-
ref:
|
|
535
|
-
...
|
|
564
|
+
}, []), be = () => typeof e == "string" ? /* @__PURE__ */ x("span", {
|
|
565
|
+
ref: ye,
|
|
566
|
+
...ve,
|
|
536
567
|
className: "stratus-tooltip-anchor",
|
|
537
568
|
style: j ? { cursor: "default" } : void 0,
|
|
538
569
|
children: e
|
|
539
570
|
}) : t.map(e, (e) => s(e) ? r(e, {
|
|
540
|
-
ref:
|
|
541
|
-
...
|
|
571
|
+
ref: ye,
|
|
572
|
+
...ve,
|
|
542
573
|
style: {
|
|
543
574
|
display: e.props?.display ?? "inline-block",
|
|
544
575
|
...j ? {} : { cursor: "pointer" },
|
|
545
576
|
...e.props?.style
|
|
546
577
|
}
|
|
547
|
-
}) : e),
|
|
578
|
+
}) : e), xe = ut(a), Se = Array.isArray(T) ? T[0] : T, Ce = Array.isArray(E) ? E[0] : E, we = !j && (oe || k) ? /* @__PURE__ */ S("div", {
|
|
548
579
|
ref: (e) => {
|
|
549
580
|
te.current = e, typeof B == "function" ? B(e) : B && (B.current = e);
|
|
550
581
|
},
|
|
551
|
-
className: G("stratus-tooltip", `stratus-tooltip--${
|
|
582
|
+
className: G("stratus-tooltip", `stratus-tooltip--${xe}`, n),
|
|
552
583
|
role: "tooltip",
|
|
553
584
|
"data-state": oe ? "open" : "closed",
|
|
554
585
|
style: {
|
|
@@ -558,20 +589,20 @@ var pt = o(({ children: e, className: n, content: i, placement: a = "bottom", tr
|
|
|
558
589
|
display: oe ? void 0 : "none",
|
|
559
590
|
...!oe && k ? { visibility: "hidden" } : {}
|
|
560
591
|
},
|
|
561
|
-
onMouseEnter:
|
|
562
|
-
onMouseLeave:
|
|
592
|
+
onMouseEnter: ge,
|
|
593
|
+
onMouseLeave: _e,
|
|
563
594
|
...ce,
|
|
564
595
|
children: [f && /* @__PURE__ */ x("span", { className: "stratus-tooltip__arrow" }), /* @__PURE__ */ x("div", {
|
|
565
596
|
className: "stratus-tooltip__content",
|
|
566
597
|
style: {
|
|
567
|
-
"--stratus-tooltip-max-width":
|
|
568
|
-
"--stratus-tooltip-font-size":
|
|
598
|
+
"--stratus-tooltip-max-width": Se,
|
|
599
|
+
"--stratus-tooltip-font-size": Ce,
|
|
569
600
|
...D
|
|
570
601
|
},
|
|
571
602
|
children: i
|
|
572
603
|
})]
|
|
573
|
-
}) : null,
|
|
574
|
-
return /* @__PURE__ */ S(b, { children: [
|
|
604
|
+
}) : null, Te = !A && typeof document < "u" ? O ?? document.body : null;
|
|
605
|
+
return /* @__PURE__ */ S(b, { children: [be(), we && (Te ? C(we, Te) : we)] });
|
|
575
606
|
});
|
|
576
607
|
pt.displayName = "Tooltip";
|
|
577
608
|
//#endregion
|
|
@@ -951,7 +982,7 @@ var Tt = rt((e, t) => {
|
|
|
951
982
|
...c,
|
|
952
983
|
children: s
|
|
953
984
|
});
|
|
954
|
-
}), kt = new Set([
|
|
985
|
+
}), kt = /* @__PURE__ */ new Set([
|
|
955
986
|
"primary",
|
|
956
987
|
"secondary",
|
|
957
988
|
"success",
|
|
@@ -1017,9 +1048,9 @@ function It(e, t) {
|
|
|
1017
1048
|
let n = typeof e == "function" ? e(t) : e;
|
|
1018
1049
|
return B?.(Pt(n)), n;
|
|
1019
1050
|
});
|
|
1020
|
-
}, [B, N]), [ce, le] = v(() => C ? Mt(C) : {}),
|
|
1051
|
+
}, [B, N]), [ce, le] = v(() => C ? Mt(C) : {}), ue = h(() => b === void 0 ? ce : Mt(b), [b, ce]), de = l((e) => {
|
|
1021
1052
|
b === void 0 && le((t) => typeof e == "function" ? e(t) : e);
|
|
1022
|
-
}, [b]), [
|
|
1053
|
+
}, [b]), [fe, pe] = v(() => e.defaultSelectedRowsIds ? Object.fromEntries(e.defaultSelectedRowsIds.map((e) => [e, !0])) : {}), [me, he] = v(null), [ge, _e] = v(null), ve = l((e, t) => typeof e == "function" ? Math.max(e(ie, t), 0) : typeof e == "string" ? e.endsWith("%") ? Math.max(parseFloat(e) / 100 * ie, 0) : parseFloat(e) || 150 : e, [ie]), ye = h(() => {
|
|
1023
1054
|
let e = [];
|
|
1024
1055
|
if (y) {
|
|
1025
1056
|
let t = I ? I({
|
|
@@ -1100,7 +1131,7 @@ function It(e, t) {
|
|
|
1100
1131
|
});
|
|
1101
1132
|
}
|
|
1102
1133
|
return n.forEach((t, n) => {
|
|
1103
|
-
let r = t.key ?? t.dataKey, i = ie > 0 ?
|
|
1134
|
+
let r = t.key ?? t.dataKey, i = ie > 0 ? ve(t.width, t) : 150, a = t.sortable === void 0 ? f : t.sortable, o = t.resizable === void 0 ? g : t.resizable, s;
|
|
1104
1135
|
if (typeof t.sortType == "function") {
|
|
1105
1136
|
let e = t.sortType, n = t.dataKey;
|
|
1106
1137
|
s = (r, i) => e(r.original, i.original, n, t);
|
|
@@ -1145,24 +1176,24 @@ function It(e, t) {
|
|
|
1145
1176
|
f,
|
|
1146
1177
|
g,
|
|
1147
1178
|
I,
|
|
1148
|
-
|
|
1179
|
+
ve,
|
|
1149
1180
|
V
|
|
1150
|
-
]),
|
|
1181
|
+
]), be = l((e) => String(e[i]), [i]), xe = l((e) => {
|
|
1151
1182
|
let t = e[a];
|
|
1152
1183
|
return Array.isArray(t) ? t : void 0;
|
|
1153
|
-
}, [a]),
|
|
1184
|
+
}, [a]), Se = O({
|
|
1154
1185
|
data: r,
|
|
1155
|
-
columns:
|
|
1186
|
+
columns: ye,
|
|
1156
1187
|
state: {
|
|
1157
1188
|
sorting: oe,
|
|
1158
|
-
expanded:
|
|
1159
|
-
rowSelection:
|
|
1189
|
+
expanded: ue,
|
|
1190
|
+
rowSelection: fe
|
|
1160
1191
|
},
|
|
1161
|
-
getRowId:
|
|
1162
|
-
getSubRows: y ?
|
|
1192
|
+
getRowId: be,
|
|
1193
|
+
getSubRows: y ? xe : void 0,
|
|
1163
1194
|
onSortingChange: U,
|
|
1164
|
-
onExpandedChange:
|
|
1165
|
-
onRowSelectionChange:
|
|
1195
|
+
onExpandedChange: de,
|
|
1196
|
+
onRowSelectionChange: pe,
|
|
1166
1197
|
getCoreRowModel: T(),
|
|
1167
1198
|
getSortedRowModel: D(),
|
|
1168
1199
|
getExpandedRowModel: y ? E() : void 0,
|
|
@@ -1186,7 +1217,7 @@ function It(e, t) {
|
|
|
1186
1217
|
se(n), B?.(Pt(n));
|
|
1187
1218
|
},
|
|
1188
1219
|
setSelectedRows: (e) => {
|
|
1189
|
-
|
|
1220
|
+
pe(Object.fromEntries(e.map((e) => [e, !0])));
|
|
1190
1221
|
},
|
|
1191
1222
|
getTableRef: () => ({
|
|
1192
1223
|
scrollToTop: (e) => {
|
|
@@ -1200,14 +1231,14 @@ function It(e, t) {
|
|
|
1200
1231
|
re.current && (re.current.scrollLeft = e);
|
|
1201
1232
|
},
|
|
1202
1233
|
getDOMNode: () => ne.current,
|
|
1203
|
-
getExpandedState: () => ({ expandedData: (
|
|
1204
|
-
getExpandedRowKeys: () => Nt(
|
|
1234
|
+
getExpandedState: () => ({ expandedData: (Se.getExpandedRowModel?.()?.rows ?? Se.getRowModel().rows).map((e) => e.original) }),
|
|
1235
|
+
getExpandedRowKeys: () => Nt(Se.getState().expanded, Se.getRowModel().rows),
|
|
1205
1236
|
setExpandedRowKeys: (e) => {
|
|
1206
1237
|
b === void 0 && le(Mt(e));
|
|
1207
1238
|
}
|
|
1208
1239
|
})
|
|
1209
1240
|
}), [
|
|
1210
|
-
|
|
1241
|
+
Se,
|
|
1211
1242
|
o,
|
|
1212
1243
|
c,
|
|
1213
1244
|
b,
|
|
@@ -1221,18 +1252,18 @@ function It(e, t) {
|
|
|
1221
1252
|
};
|
|
1222
1253
|
return e.addEventListener("scroll", t, { passive: !0 }), () => e.removeEventListener("scroll", t);
|
|
1223
1254
|
}, [H]);
|
|
1224
|
-
let
|
|
1225
|
-
!k || N || (
|
|
1226
|
-
}, [k, N]), ke = l((e, t) => {
|
|
1227
|
-
!k || N || (t.preventDefault(), t.dataTransfer.dropEffect = "move", ge(e.id));
|
|
1255
|
+
let Ce = Array.isArray(s) ? s[0] : s, we = c ?? (o ? 32 : 48), Te = Se.getRowModel().rows, Ee = Se.getHeaderGroups(), De = r.length === 0, Oe = P ? Ft[P] ?? Ft[1] : void 0, ke = l((e, t) => {
|
|
1256
|
+
!k || N || (he(e.id), t.dataTransfer.effectAllowed = "move", t.dataTransfer.setData("text/plain", e.id));
|
|
1228
1257
|
}, [k, N]), Ae = l((e, t) => {
|
|
1258
|
+
!k || N || (t.preventDefault(), t.dataTransfer.dropEffect = "move", _e(e.id));
|
|
1259
|
+
}, [k, N]), je = l((e, t) => {
|
|
1229
1260
|
if (!k || N) return;
|
|
1230
1261
|
t.preventDefault();
|
|
1231
|
-
let n = t.dataTransfer.getData("text/plain") ||
|
|
1232
|
-
if (
|
|
1233
|
-
let r =
|
|
1262
|
+
let n = t.dataTransfer.getData("text/plain") || me;
|
|
1263
|
+
if (he(null), _e(null), !n || n === e.id) return;
|
|
1264
|
+
let r = Te.findIndex((e) => e.id === n), i = Te.findIndex((t) => t.id === e.id);
|
|
1234
1265
|
if (r < 0 || i < 0) return;
|
|
1235
|
-
let a =
|
|
1266
|
+
let a = Te.map((e) => e.original), [o] = a.splice(r, 1);
|
|
1236
1267
|
a.splice(i, 0, o), ee?.({
|
|
1237
1268
|
oldIndex: r,
|
|
1238
1269
|
newIndex: i,
|
|
@@ -1242,29 +1273,29 @@ function It(e, t) {
|
|
|
1242
1273
|
}, [
|
|
1243
1274
|
k,
|
|
1244
1275
|
N,
|
|
1245
|
-
|
|
1246
|
-
|
|
1276
|
+
me,
|
|
1277
|
+
Te,
|
|
1247
1278
|
ee
|
|
1248
|
-
]),
|
|
1249
|
-
|
|
1279
|
+
]), Me = l(() => {
|
|
1280
|
+
he(null), _e(null);
|
|
1250
1281
|
}, []);
|
|
1251
1282
|
return /* @__PURE__ */ x("div", {
|
|
1252
1283
|
ref: ne,
|
|
1253
1284
|
className: G("stratus-table-root", L),
|
|
1254
1285
|
style: {
|
|
1255
1286
|
...te,
|
|
1256
|
-
...
|
|
1287
|
+
...Oe ? { boxShadow: Oe } : {}
|
|
1257
1288
|
},
|
|
1258
1289
|
children: /* @__PURE__ */ x("div", {
|
|
1259
1290
|
ref: re,
|
|
1260
1291
|
className: "stratus-table-scroll",
|
|
1261
1292
|
children: /* @__PURE__ */ S("table", {
|
|
1262
1293
|
className: G("stratus-table", o ? "stratus-table--compact" : void 0),
|
|
1263
|
-
style:
|
|
1294
|
+
style: Se.getTotalSize() > 0 ? { width: Se.getTotalSize() } : void 0,
|
|
1264
1295
|
children: [
|
|
1265
|
-
/* @__PURE__ */ x("colgroup", { children:
|
|
1266
|
-
/* @__PURE__ */ x("thead", { children:
|
|
1267
|
-
style:
|
|
1296
|
+
/* @__PURE__ */ x("colgroup", { children: Se.getAllColumns().map((e) => /* @__PURE__ */ x("col", { style: { width: e.getSize() } }, e.id)) }),
|
|
1297
|
+
/* @__PURE__ */ x("thead", { children: Ee.map((e) => /* @__PURE__ */ x("tr", {
|
|
1298
|
+
style: Ce ? { height: Ce } : void 0,
|
|
1268
1299
|
children: e.headers.map((e) => {
|
|
1269
1300
|
let t = e.column.getCanSort(), n = e.column.getIsSorted(), r = e.column.columnDef.meta?._col;
|
|
1270
1301
|
return /* @__PURE__ */ S("th", {
|
|
@@ -1273,7 +1304,7 @@ function It(e, t) {
|
|
|
1273
1304
|
className: r?.headerClassName,
|
|
1274
1305
|
style: {
|
|
1275
1306
|
width: e.getSize(),
|
|
1276
|
-
...
|
|
1307
|
+
...Ce ? { height: Ce } : {}
|
|
1277
1308
|
},
|
|
1278
1309
|
onClick: t && !N ? e.column.getToggleSortingHandler() : void 0,
|
|
1279
1310
|
children: [
|
|
@@ -1291,30 +1322,30 @@ function It(e, t) {
|
|
|
1291
1322
|
}, e.id);
|
|
1292
1323
|
})
|
|
1293
1324
|
}, e.id)) }),
|
|
1294
|
-
/* @__PURE__ */ x("tbody", { children:
|
|
1295
|
-
colSpan:
|
|
1325
|
+
/* @__PURE__ */ x("tbody", { children: De ? /* @__PURE__ */ x("tr", { children: /* @__PURE__ */ x("td", {
|
|
1326
|
+
colSpan: ye.length,
|
|
1296
1327
|
children: /* @__PURE__ */ x("div", {
|
|
1297
1328
|
className: "stratus-table__empty",
|
|
1298
1329
|
children: F
|
|
1299
1330
|
})
|
|
1300
|
-
}) }) :
|
|
1301
|
-
let n = e.original, r =
|
|
1331
|
+
}) }) : Te.map((e, t) => {
|
|
1332
|
+
let n = e.original, r = be(n), i = "";
|
|
1302
1333
|
typeof R == "function" ? i = R({
|
|
1303
1334
|
rowData: n,
|
|
1304
1335
|
rowIndex: t
|
|
1305
1336
|
}) : typeof R == "string" && (i = R);
|
|
1306
|
-
let a = M && t % 2 == 1, o = e.getIsSelected(), s = !!z, c = k &&
|
|
1337
|
+
let a = M && t % 2 == 1, o = e.getIsSelected(), s = !!z, c = k && ge === e.id;
|
|
1307
1338
|
return /* @__PURE__ */ x("tr", {
|
|
1308
|
-
className: G(i || void 0, k && "stratus-table__row--draggable",
|
|
1339
|
+
className: G(i || void 0, k && "stratus-table__row--draggable", me === e.id && "stratus-table__row--dragging", c && "stratus-table__row--drag-over"),
|
|
1309
1340
|
draggable: k && !N,
|
|
1310
1341
|
"data-clickable": s || void 0,
|
|
1311
1342
|
"data-selected": o || void 0,
|
|
1312
1343
|
"data-striped": a || void 0,
|
|
1313
|
-
style: u ? void 0 : { height:
|
|
1314
|
-
onDragStart: (t) =>
|
|
1315
|
-
onDragOver: (t) =>
|
|
1316
|
-
onDrop: (t) =>
|
|
1317
|
-
onDragEnd:
|
|
1344
|
+
style: u ? void 0 : { height: we },
|
|
1345
|
+
onDragStart: (t) => ke(e, t),
|
|
1346
|
+
onDragOver: (t) => Ae(e, t),
|
|
1347
|
+
onDrop: (t) => je(e, t),
|
|
1348
|
+
onDragEnd: Me,
|
|
1318
1349
|
onClick: N ? void 0 : (t) => {
|
|
1319
1350
|
j && A && (e.toggleSelected(), V?.({
|
|
1320
1351
|
rowIndex: e.index,
|
|
@@ -1469,29 +1500,19 @@ function qt({ id: e, header: t, headerLevel: n, headerItems: r, isExpanded: i, d
|
|
|
1469
1500
|
//#endregion
|
|
1470
1501
|
//#region src/components/Accordion/Accordion.tsx
|
|
1471
1502
|
var Jt = o(function(e, t) {
|
|
1472
|
-
let { cssProps: n, otherProps: r } = K(e), { className: i, children: a, style: o, header: s, headerLevel: c = "h2", headerItems: l, defaultExpanded: u, expanded: p, expandIconPosition: m = "left", expandIcon: h, disabled: g = !1, elevation: y = !1, square: b = !0, onChange: C, ...w } = r, T = f(), E = typeof p == "boolean", D = _(!0), [O, k] = v(p ?? u ?? !1), A = !g && (E ? p : O), j = a != null, M = _(
|
|
1503
|
+
let { cssProps: n, otherProps: r } = K(e), { className: i, children: a, style: o, header: s, headerLevel: c = "h2", headerItems: l, defaultExpanded: u, expanded: p, expandIconPosition: m = "left", expandIcon: h, disabled: g = !1, elevation: y = !1, square: b = !0, onChange: C, ...w } = r, T = f(), E = typeof p == "boolean", D = _(!0), [O, k] = v(p ?? u ?? !1), A = !g && (E ? p : O), j = a != null, M = _(A), [N, P] = v(!1);
|
|
1473
1504
|
d(() => {
|
|
1474
1505
|
if (D.current) {
|
|
1475
|
-
D.current = !1,
|
|
1506
|
+
D.current = !1, M.current = A;
|
|
1476
1507
|
return;
|
|
1477
1508
|
}
|
|
1478
1509
|
let e = M.current;
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
P(t);
|
|
1482
|
-
let n = () => {
|
|
1483
|
-
P("auto"), e.removeEventListener("transitionend", n);
|
|
1484
|
-
};
|
|
1485
|
-
e.addEventListener("transitionend", n);
|
|
1486
|
-
} else {
|
|
1487
|
-
let t = e.scrollHeight;
|
|
1488
|
-
P(t), e.offsetHeight, requestAnimationFrame(() => P(0));
|
|
1489
|
-
}
|
|
1490
|
-
}, [A]);
|
|
1510
|
+
A ? P(!1) : e && j && P(!0), M.current = A;
|
|
1511
|
+
}, [j, A]);
|
|
1491
1512
|
let F = (e) => {
|
|
1492
1513
|
if (g) return;
|
|
1493
1514
|
let t = E ? !p : !O;
|
|
1494
|
-
E || k(t), C?.(t, e);
|
|
1515
|
+
!t && j && P(!0), E || k(t), C?.(t, e);
|
|
1495
1516
|
};
|
|
1496
1517
|
return /* @__PURE__ */ S("div", {
|
|
1497
1518
|
ref: t,
|
|
@@ -1513,16 +1534,20 @@ var Jt = o(function(e, t) {
|
|
|
1513
1534
|
expandIcon: h,
|
|
1514
1535
|
onToggle: F
|
|
1515
1536
|
}),
|
|
1516
|
-
A && j && /* @__PURE__ */ x("div", { className: "stratus-accordion__divider" }),
|
|
1537
|
+
(A || N) && j && /* @__PURE__ */ x("div", { className: "stratus-accordion__divider" }),
|
|
1517
1538
|
/* @__PURE__ */ x("div", {
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1539
|
+
className: G("stratus-accordion__collapse", A && "stratus-accordion__collapse--expanded"),
|
|
1540
|
+
onTransitionEnd: (e) => {
|
|
1541
|
+
e.propertyName === "grid-template-rows" && !A && P(!1);
|
|
1542
|
+
},
|
|
1521
1543
|
children: /* @__PURE__ */ x("div", {
|
|
1522
1544
|
className: "stratus-accordion__panel",
|
|
1523
1545
|
role: "region",
|
|
1524
1546
|
"aria-labelledby": T,
|
|
1525
|
-
children:
|
|
1547
|
+
children: /* @__PURE__ */ x("div", {
|
|
1548
|
+
className: "stratus-accordion__panel-inner",
|
|
1549
|
+
children: a
|
|
1550
|
+
})
|
|
1526
1551
|
})
|
|
1527
1552
|
})
|
|
1528
1553
|
]
|
|
@@ -2791,59 +2816,59 @@ function lr({ tags: e, infield: t, selectedIds: n, allFlat: r, tagMaxCount: i, t
|
|
|
2791
2816
|
//#endregion
|
|
2792
2817
|
//#region src/components/Select/Select.tsx
|
|
2793
2818
|
var ur = o(function(e, t) {
|
|
2794
|
-
let { children: n, className: r, style: i, selectRef: a, inputRef: o, options: s = [], value: c, defaultValue: u, inputValue: m, variant: g = "default", label: y, meta: b, placeholder: C, helperText: w, helperIcon: T, startAdornment: E, endAdornment: D, allowClear: O = !0, clearLabel: k, multiple: A = !1, expandable: j = !1, infield: M = !0, tags: N = !1, tagMaxCount: P, tagMaxCountPlaceholder: F, selectedLabel: I = "Selected", filterOption: L = !0, noOptionsText: R = "No Data", hideDropdownWhenEmpty: z = !1, persistInputText: B = !1, compact: V = !1, fullWidth: ee = !1, disabled: H = !1, onSelect: te, onDeselect: ne, onClear: re, onChange: ie, itemGroupRenderer: ae, itemRenderer: oe, ...se } = e, { cssProps: U, otherProps: ce } = K(se), le = f(), [
|
|
2795
|
-
|
|
2819
|
+
let { children: n, className: r, style: i, selectRef: a, inputRef: o, options: s = [], value: c, defaultValue: u, inputValue: m, variant: g = "default", label: y, meta: b, placeholder: C, helperText: w, helperIcon: T, startAdornment: E, endAdornment: D, allowClear: O = !0, clearLabel: k, multiple: A = !1, expandable: j = !1, infield: M = !0, tags: N = !1, tagMaxCount: P, tagMaxCountPlaceholder: F, selectedLabel: I = "Selected", filterOption: L = !0, noOptionsText: R = "No Data", hideDropdownWhenEmpty: z = !1, persistInputText: B = !1, compact: V = !1, fullWidth: ee = !1, disabled: H = !1, onSelect: te, onDeselect: ne, onClear: re, onChange: ie, itemGroupRenderer: ae, itemRenderer: oe, ...se } = e, { cssProps: U, otherProps: ce } = K(se), le = f(), [ue, de] = v(!1), [fe, pe] = v(() => ar(u)), [me, he] = v(""), [ge, _e] = v(-1), [ve, ye] = v(/* @__PURE__ */ new Set()), be = c !== void 0, xe = be ? ar(c) : fe, Se = m === void 0 ? me : m, Ce = _(null), we = _(null), Te = _(null), Ee = l((e) => {
|
|
2820
|
+
Ce.current = e, o && (o.current = e);
|
|
2796
2821
|
}, [o]);
|
|
2797
2822
|
p(a, () => ({
|
|
2798
2823
|
open: () => {
|
|
2799
|
-
|
|
2824
|
+
de(!0), Ce.current?.focus();
|
|
2800
2825
|
},
|
|
2801
|
-
close: () =>
|
|
2826
|
+
close: () => de(!1)
|
|
2802
2827
|
}), []), d(() => {
|
|
2803
|
-
if (!
|
|
2828
|
+
if (!ue) return;
|
|
2804
2829
|
let e = (e) => {
|
|
2805
|
-
|
|
2830
|
+
we.current && !we.current.contains(e.target) && (de(!1), he(""));
|
|
2806
2831
|
};
|
|
2807
2832
|
return document.addEventListener("mousedown", e), () => document.removeEventListener("mousedown", e);
|
|
2808
|
-
}, [
|
|
2809
|
-
let
|
|
2833
|
+
}, [ue]);
|
|
2834
|
+
let De = h(() => cr(n), [n]), Oe = h(() => s.length > 0 ? s : De, [s, De]), ke = h(() => or(Oe), [Oe]), Ae = l((e) => !L || !Se ? !0 : typeof L == "function" ? L(e, Se, xe.map(String)) : e.label.toLowerCase().includes(Se.toLowerCase()), [
|
|
2810
2835
|
L,
|
|
2811
|
-
|
|
2812
|
-
|
|
2813
|
-
]),
|
|
2836
|
+
Se,
|
|
2837
|
+
xe
|
|
2838
|
+
]), je = h(() => ke.filter((e) => !e.disabled && Ae(e)), [ke, Ae]);
|
|
2814
2839
|
d(() => {
|
|
2815
|
-
|
|
2816
|
-
}, [
|
|
2817
|
-
if (
|
|
2818
|
-
let e =
|
|
2840
|
+
_e(-1);
|
|
2841
|
+
}, [ue, je.length]), d(() => {
|
|
2842
|
+
if (ge < 0 || !Te.current) return;
|
|
2843
|
+
let e = je[ge];
|
|
2819
2844
|
if (!e) return;
|
|
2820
2845
|
let t = String(e.value ?? e.label);
|
|
2821
|
-
|
|
2822
|
-
}, [
|
|
2823
|
-
let
|
|
2846
|
+
Te.current.querySelector(`[data-option-id="${CSS.escape(t)}"]`)?.scrollIntoView({ block: "nearest" });
|
|
2847
|
+
}, [ge, je]);
|
|
2848
|
+
let Me = h(() => A || xe.length === 0 ? "" : ke.find((e) => String(e.value ?? e.label) === String(xe[0]))?.label ?? String(xe[0]), [
|
|
2824
2849
|
A,
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
]),
|
|
2828
|
-
let n = sr(e), r =
|
|
2850
|
+
xe,
|
|
2851
|
+
ke
|
|
2852
|
+
]), Ne = l((e, t) => {
|
|
2853
|
+
let n = sr(e), r = xe.map(String).includes(String(n)), i;
|
|
2829
2854
|
if (A) if (r) {
|
|
2830
|
-
i =
|
|
2855
|
+
i = xe.filter((e) => String(e) !== String(n)), be || pe(i);
|
|
2831
2856
|
let r = {
|
|
2832
2857
|
selectedValue: i,
|
|
2833
2858
|
deselectedValue: e.value ?? e.label,
|
|
2834
|
-
options:
|
|
2859
|
+
options: ke.filter((e) => i.map(String).includes(String(sr(e))))
|
|
2835
2860
|
};
|
|
2836
2861
|
ne?.(r, t);
|
|
2837
2862
|
} else {
|
|
2838
|
-
i = [...
|
|
2863
|
+
i = [...xe, e.value ?? e.label], be || pe(i);
|
|
2839
2864
|
let n = {
|
|
2840
2865
|
selectedValue: i,
|
|
2841
|
-
options:
|
|
2866
|
+
options: ke.filter((e) => i.map(String).includes(String(sr(e))))
|
|
2842
2867
|
};
|
|
2843
2868
|
te?.(n, t);
|
|
2844
2869
|
}
|
|
2845
2870
|
else {
|
|
2846
|
-
i = [e.value ?? e.label],
|
|
2871
|
+
i = [e.value ?? e.label], be || pe(i), de(!1), he("");
|
|
2847
2872
|
let n = {
|
|
2848
2873
|
selectedValue: e.value ?? e.label,
|
|
2849
2874
|
options: [e]
|
|
@@ -2851,66 +2876,66 @@ var ur = o(function(e, t) {
|
|
|
2851
2876
|
te?.(n, t);
|
|
2852
2877
|
}
|
|
2853
2878
|
}, [
|
|
2854
|
-
|
|
2879
|
+
xe,
|
|
2855
2880
|
A,
|
|
2856
|
-
|
|
2857
|
-
|
|
2881
|
+
be,
|
|
2882
|
+
ke,
|
|
2858
2883
|
te,
|
|
2859
2884
|
ne
|
|
2860
|
-
]),
|
|
2885
|
+
]), Pe = l((e) => {
|
|
2861
2886
|
if (!H) switch (e.key) {
|
|
2862
2887
|
case "ArrowDown":
|
|
2863
|
-
e.preventDefault(),
|
|
2888
|
+
e.preventDefault(), ue ? _e((e) => e < je.length - 1 ? e + 1 : 0) : de(!0);
|
|
2864
2889
|
break;
|
|
2865
2890
|
case "ArrowUp":
|
|
2866
|
-
e.preventDefault(),
|
|
2891
|
+
e.preventDefault(), ue && _e((e) => e > 0 ? e - 1 : je.length - 1);
|
|
2867
2892
|
break;
|
|
2868
2893
|
case "Enter":
|
|
2869
|
-
if (e.preventDefault(),
|
|
2870
|
-
let t =
|
|
2871
|
-
t &&
|
|
2872
|
-
} else
|
|
2894
|
+
if (e.preventDefault(), ue && ge >= 0) {
|
|
2895
|
+
let t = je[ge];
|
|
2896
|
+
t && Ne(t, e);
|
|
2897
|
+
} else ue || de(!0);
|
|
2873
2898
|
break;
|
|
2874
2899
|
case "Escape":
|
|
2875
|
-
|
|
2900
|
+
ue && (e.preventDefault(), de(!1));
|
|
2876
2901
|
break;
|
|
2877
2902
|
}
|
|
2878
2903
|
}, [
|
|
2879
2904
|
H,
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
]),
|
|
2885
|
-
e.stopPropagation(),
|
|
2886
|
-
}, [
|
|
2905
|
+
ue,
|
|
2906
|
+
ge,
|
|
2907
|
+
je,
|
|
2908
|
+
Ne
|
|
2909
|
+
]), Fe = l((e) => {
|
|
2910
|
+
e.stopPropagation(), be || pe([]), he(""), re?.(e);
|
|
2911
|
+
}, [be, re]), Ie = l((e, t) => {
|
|
2887
2912
|
t.stopPropagation();
|
|
2888
|
-
let n =
|
|
2889
|
-
n &&
|
|
2890
|
-
}, [
|
|
2891
|
-
|
|
2913
|
+
let n = ke.find((t) => String(sr(t)) === String(e));
|
|
2914
|
+
n && Ne(n, t);
|
|
2915
|
+
}, [ke, Ne]), Le = l((e) => {
|
|
2916
|
+
ye((t) => {
|
|
2892
2917
|
let n = new Set(t);
|
|
2893
2918
|
return n.has(e) ? n.delete(e) : n.add(e), n;
|
|
2894
2919
|
});
|
|
2895
|
-
}, []),
|
|
2920
|
+
}, []), Re = l((e) => {
|
|
2896
2921
|
if (!L) return;
|
|
2897
2922
|
let t = e.target.value;
|
|
2898
|
-
|
|
2923
|
+
he(t), ie?.(t), ue || de(!0);
|
|
2899
2924
|
}, [
|
|
2900
2925
|
L,
|
|
2901
|
-
|
|
2926
|
+
ue,
|
|
2902
2927
|
ie
|
|
2903
2928
|
]);
|
|
2904
|
-
function
|
|
2929
|
+
function ze(e) {
|
|
2905
2930
|
let t = [];
|
|
2906
2931
|
for (let n of e) {
|
|
2907
2932
|
if (n.type === "optgroup" && n.options) {
|
|
2908
|
-
let e =
|
|
2933
|
+
let e = ze(n.options).filter(Boolean);
|
|
2909
2934
|
if (e.length === 0) continue;
|
|
2910
|
-
let r = j &&
|
|
2911
|
-
ae ? t.push(ae(n, r ? [] : e,
|
|
2935
|
+
let r = j && ve.has(n.label);
|
|
2936
|
+
ae ? t.push(ae(n, r ? [] : e, Se)) : t.push(/* @__PURE__ */ S("div", { children: [/* @__PURE__ */ S("div", {
|
|
2912
2937
|
className: G("stratus-select__optgroup-label", j && "stratus-select__optgroup--expandable"),
|
|
2913
|
-
onClick: j ? () =>
|
|
2938
|
+
onClick: j ? () => Le(n.label) : void 0,
|
|
2914
2939
|
children: [j && /* @__PURE__ */ x("span", {
|
|
2915
2940
|
className: G("stratus-select__optgroup-chevron", r && "stratus-select__optgroup-chevron--collapsed"),
|
|
2916
2941
|
children: /* @__PURE__ */ x("svg", {
|
|
@@ -2925,17 +2950,17 @@ var ur = o(function(e, t) {
|
|
|
2925
2950
|
}), !r && e] }, `group-${n.label}`));
|
|
2926
2951
|
continue;
|
|
2927
2952
|
}
|
|
2928
|
-
if (!
|
|
2929
|
-
let e = sr(n), r =
|
|
2953
|
+
if (!Ae(n)) continue;
|
|
2954
|
+
let e = sr(n), r = xe.map(String).includes(String(e)), i = je[ge] === n;
|
|
2930
2955
|
oe ? t.push(/* @__PURE__ */ x("div", {
|
|
2931
2956
|
"data-option-id": e,
|
|
2932
2957
|
className: G(i && "stratus-select__option--highlighted"),
|
|
2933
|
-
onClick: n.disabled ? void 0 : (e) =>
|
|
2934
|
-
children: oe(n,
|
|
2958
|
+
onClick: n.disabled ? void 0 : (e) => Ne(n, e),
|
|
2959
|
+
children: oe(n, Se, xe.map(String))
|
|
2935
2960
|
}, e)) : t.push(/* @__PURE__ */ S("div", {
|
|
2936
2961
|
"data-option-id": e,
|
|
2937
2962
|
className: G("stratus-select__option", r && "stratus-select__option--selected", i && "stratus-select__option--highlighted", n.disabled && "stratus-select__option--disabled"),
|
|
2938
|
-
onClick: n.disabled ? void 0 : (e) =>
|
|
2963
|
+
onClick: n.disabled ? void 0 : (e) => Ne(n, e),
|
|
2939
2964
|
children: [A && /* @__PURE__ */ x("span", {
|
|
2940
2965
|
className: G("stratus-select__checkbox", r && "stratus-select__checkbox--checked", n.disabled && "stratus-select__checkbox--disabled"),
|
|
2941
2966
|
"aria-hidden": "true",
|
|
@@ -2957,16 +2982,16 @@ var ur = o(function(e, t) {
|
|
|
2957
2982
|
}
|
|
2958
2983
|
return t;
|
|
2959
2984
|
}
|
|
2960
|
-
let
|
|
2985
|
+
let Be = ze(Oe), Ve = Be.length > 0, He = G("stratus-select", `stratus-select--${g}`, V && "stratus-select--compact", ee && "stratus-select--full-width", H && "stratus-select--disabled", ue && "stratus-select--open", L && "stratus-select--filterable", r), Ue = {
|
|
2961
2986
|
...i,
|
|
2962
2987
|
...U
|
|
2963
|
-
},
|
|
2988
|
+
}, We = xe.length > 0 || Se && Se.length > 0;
|
|
2964
2989
|
return /* @__PURE__ */ S("div", {
|
|
2965
2990
|
ref: (e) => {
|
|
2966
|
-
|
|
2991
|
+
we.current = e, typeof t == "function" ? t(e) : t && (t.current = e);
|
|
2967
2992
|
},
|
|
2968
|
-
className:
|
|
2969
|
-
style: Object.keys(
|
|
2993
|
+
className: He,
|
|
2994
|
+
style: Object.keys(Ue).length ? Ue : void 0,
|
|
2970
2995
|
...ce,
|
|
2971
2996
|
children: [
|
|
2972
2997
|
/* @__PURE__ */ x(ir, {
|
|
@@ -2977,60 +3002,60 @@ var ur = o(function(e, t) {
|
|
|
2977
3002
|
/* @__PURE__ */ S("div", {
|
|
2978
3003
|
className: "stratus-select__input-wrapper",
|
|
2979
3004
|
onClick: () => {
|
|
2980
|
-
H || (
|
|
3005
|
+
H || (de((e) => !e), Ce.current?.focus());
|
|
2981
3006
|
},
|
|
2982
|
-
onKeyDown:
|
|
3007
|
+
onKeyDown: Pe,
|
|
2983
3008
|
children: [
|
|
2984
3009
|
E && /* @__PURE__ */ x("span", {
|
|
2985
3010
|
className: "stratus-input__start-adornment",
|
|
2986
3011
|
children: E
|
|
2987
3012
|
}),
|
|
2988
|
-
A && N && M &&
|
|
3013
|
+
A && N && M && xe.length > 0 ? /* @__PURE__ */ x(lr, {
|
|
2989
3014
|
tags: N,
|
|
2990
3015
|
infield: M,
|
|
2991
|
-
selectedIds:
|
|
2992
|
-
allFlat:
|
|
3016
|
+
selectedIds: xe,
|
|
3017
|
+
allFlat: ke,
|
|
2993
3018
|
tagMaxCount: P,
|
|
2994
3019
|
tagMaxCountPlaceholder: F,
|
|
2995
3020
|
selectedLabel: I,
|
|
2996
|
-
onTagRemove:
|
|
3021
|
+
onTagRemove: Ie
|
|
2997
3022
|
}) : null,
|
|
2998
3023
|
A && !N && M ? /* @__PURE__ */ x(lr, {
|
|
2999
3024
|
tags: N,
|
|
3000
3025
|
infield: M,
|
|
3001
|
-
selectedIds:
|
|
3002
|
-
allFlat:
|
|
3026
|
+
selectedIds: xe,
|
|
3027
|
+
allFlat: ke,
|
|
3003
3028
|
tagMaxCount: P,
|
|
3004
3029
|
tagMaxCountPlaceholder: F,
|
|
3005
3030
|
selectedLabel: I,
|
|
3006
|
-
onTagRemove:
|
|
3031
|
+
onTagRemove: Ie
|
|
3007
3032
|
}) : null,
|
|
3008
|
-
!(A && N && M &&
|
|
3009
|
-
ref:
|
|
3033
|
+
!(A && N && M && xe.length > 0) && !(A && !N && M) && /* @__PURE__ */ x("input", {
|
|
3034
|
+
ref: Ee,
|
|
3010
3035
|
id: le,
|
|
3011
3036
|
type: "text",
|
|
3012
3037
|
className: "stratus-select__input",
|
|
3013
|
-
value: L &&
|
|
3014
|
-
placeholder:
|
|
3038
|
+
value: L && Se !== "" && (ue || B) ? Se : Me,
|
|
3039
|
+
placeholder: xe.length > 0 ? void 0 : C,
|
|
3015
3040
|
disabled: H,
|
|
3016
|
-
onChange:
|
|
3041
|
+
onChange: Re,
|
|
3017
3042
|
autoComplete: "off"
|
|
3018
3043
|
}),
|
|
3019
3044
|
D && /* @__PURE__ */ x("span", {
|
|
3020
3045
|
className: "stratus-input__end-adornment",
|
|
3021
3046
|
children: D
|
|
3022
3047
|
}),
|
|
3023
|
-
O &&
|
|
3024
|
-
onClear:
|
|
3048
|
+
O && We && !H && /* @__PURE__ */ x(nr, {
|
|
3049
|
+
onClear: Fe,
|
|
3025
3050
|
label: k
|
|
3026
3051
|
}),
|
|
3027
3052
|
/* @__PURE__ */ x(tr, {})
|
|
3028
3053
|
]
|
|
3029
3054
|
}),
|
|
3030
|
-
|
|
3031
|
-
ref:
|
|
3055
|
+
ue && !(z && !Ve) && /* @__PURE__ */ x("div", {
|
|
3056
|
+
ref: Te,
|
|
3032
3057
|
className: "stratus-select__dropdown",
|
|
3033
|
-
children:
|
|
3058
|
+
children: Ve ? Be : /* @__PURE__ */ x("div", {
|
|
3034
3059
|
className: "stratus-select__no-data",
|
|
3035
3060
|
children: R
|
|
3036
3061
|
})
|
|
@@ -3041,7 +3066,7 @@ var ur = o(function(e, t) {
|
|
|
3041
3066
|
})
|
|
3042
3067
|
]
|
|
3043
3068
|
});
|
|
3044
|
-
}), dr = new Set([
|
|
3069
|
+
}), dr = /* @__PURE__ */ new Set([
|
|
3045
3070
|
"default",
|
|
3046
3071
|
"primary",
|
|
3047
3072
|
"secondary",
|
|
@@ -3050,7 +3075,7 @@ var ur = o(function(e, t) {
|
|
|
3050
3075
|
"danger",
|
|
3051
3076
|
"disabled"
|
|
3052
3077
|
]), fr = rt((e, t) => {
|
|
3053
|
-
let { as: n, color: r, underline: i = "hover", ...a } = e, { cssProps: o, otherProps: s } = K(a), { className: c, style: l, rel: u, target: d, ...f } = s, p = n ?? "a", m = r && dr.has(r), h = r && !m, g = d && p === "a" ? Array.from(new Set([
|
|
3078
|
+
let { as: n, color: r, underline: i = "hover", ...a } = e, { cssProps: o, otherProps: s } = K(a), { className: c, style: l, rel: u, target: d, ...f } = s, p = n ?? "a", m = r && dr.has(r), h = r && !m, g = d && p === "a" ? Array.from(/* @__PURE__ */ new Set([
|
|
3054
3079
|
...String(u ?? "").split(/\s+/).filter(Boolean),
|
|
3055
3080
|
"noreferrer",
|
|
3056
3081
|
"noopener"
|
|
@@ -3093,7 +3118,7 @@ var pr = o(function(e, t) {
|
|
|
3093
3118
|
!o && !s && /* @__PURE__ */ x(ot, { ref: p })
|
|
3094
3119
|
]
|
|
3095
3120
|
});
|
|
3096
|
-
}), mr = new Set([
|
|
3121
|
+
}), mr = /* @__PURE__ */ new Set([
|
|
3097
3122
|
"primary",
|
|
3098
3123
|
"secondary",
|
|
3099
3124
|
"success",
|
|
@@ -3145,7 +3170,7 @@ var pr = o(function(e, t) {
|
|
|
3145
3170
|
})
|
|
3146
3171
|
}), E && T]
|
|
3147
3172
|
});
|
|
3148
|
-
}), gr = new Set([
|
|
3173
|
+
}), gr = /* @__PURE__ */ new Set([
|
|
3149
3174
|
0,
|
|
3150
3175
|
1,
|
|
3151
3176
|
2,
|
|
@@ -14548,8 +14573,8 @@ var kg = /* @__PURE__ */ function(e) {
|
|
|
14548
14573
|
}, i);
|
|
14549
14574
|
let l = [];
|
|
14550
14575
|
for (let e = n; e < o; e++) l.push(new Ng(a.maps[e]));
|
|
14551
|
-
let u =
|
|
14552
|
-
return
|
|
14576
|
+
let u = this.items.slice(0, i).append(l).append(r), d = new e(u, s);
|
|
14577
|
+
return d.emptyItemCount() > Ag && (d = d.compress(this.items.length - r.length)), d;
|
|
14553
14578
|
}
|
|
14554
14579
|
emptyItemCount() {
|
|
14555
14580
|
let e = 0;
|
|
@@ -16372,7 +16397,7 @@ function Rv({ className: e, children: t, type: n, date: r, onClick: i, disabled:
|
|
|
16372
16397
|
return o ? /* @__PURE__ */ x("td", {
|
|
16373
16398
|
className: G("stratus-calendar-cell", e),
|
|
16374
16399
|
children: /* @__PURE__ */ x(q, {
|
|
16375
|
-
variant: r &&
|
|
16400
|
+
variant: r && Le(r) && !a ? "outlined" : "ghost",
|
|
16376
16401
|
size: "sm",
|
|
16377
16402
|
className: "stratus-calendar-cell__btn",
|
|
16378
16403
|
style: { "--_cell-size": s },
|
|
@@ -16392,10 +16417,10 @@ var zv = i(null);
|
|
|
16392
16417
|
//#endregion
|
|
16393
16418
|
//#region src/components/DatePicker/calendarUtils.ts
|
|
16394
16419
|
function Bv(e) {
|
|
16395
|
-
return e ?
|
|
16420
|
+
return e ? Ve(e) : /* @__PURE__ */ new Date();
|
|
16396
16421
|
}
|
|
16397
16422
|
function Vv(e) {
|
|
16398
|
-
return e ||
|
|
16423
|
+
return e || Ve(/* @__PURE__ */ new Date());
|
|
16399
16424
|
}
|
|
16400
16425
|
function Hv() {
|
|
16401
16426
|
return [
|
|
@@ -16440,20 +16465,20 @@ function Gv(e, t) {
|
|
|
16440
16465
|
function Kv(e, t) {
|
|
16441
16466
|
switch (e) {
|
|
16442
16467
|
case "date":
|
|
16443
|
-
case "week": return
|
|
16468
|
+
case "week": return qe(t, 1);
|
|
16444
16469
|
case "month":
|
|
16445
|
-
case "quarter": return
|
|
16446
|
-
case "year": return
|
|
16470
|
+
case "quarter": return Je(t, 1);
|
|
16471
|
+
case "year": return He(Je(He(t), 1));
|
|
16447
16472
|
default: return t;
|
|
16448
16473
|
}
|
|
16449
16474
|
}
|
|
16450
16475
|
function qv(e, t) {
|
|
16451
16476
|
switch (e) {
|
|
16452
16477
|
case "date":
|
|
16453
|
-
case "week": return
|
|
16478
|
+
case "week": return ue(t, 1);
|
|
16454
16479
|
case "month":
|
|
16455
|
-
case "quarter": return
|
|
16456
|
-
case "year": return
|
|
16480
|
+
case "quarter": return fe(t, 1);
|
|
16481
|
+
case "year": return He(fe(be(t), 1));
|
|
16457
16482
|
default: return t;
|
|
16458
16483
|
}
|
|
16459
16484
|
}
|
|
@@ -16461,10 +16486,10 @@ function Jv(e, t, n) {
|
|
|
16461
16486
|
let r = ((t, n) => {
|
|
16462
16487
|
switch (e) {
|
|
16463
16488
|
case "date":
|
|
16464
|
-
case "week": return
|
|
16489
|
+
case "week": return ue(t, n);
|
|
16465
16490
|
case "month":
|
|
16466
|
-
case "quarter": return
|
|
16467
|
-
case "year": return
|
|
16491
|
+
case "quarter": return fe(t, n);
|
|
16492
|
+
case "year": return He(fe(be(t), n * 10));
|
|
16468
16493
|
default: return t;
|
|
16469
16494
|
}
|
|
16470
16495
|
})(t, n);
|
|
@@ -16474,7 +16499,7 @@ function Jv(e, t, n) {
|
|
|
16474
16499
|
case "month":
|
|
16475
16500
|
case "quarter": return `${r.getFullYear()}`;
|
|
16476
16501
|
case "year": {
|
|
16477
|
-
let e =
|
|
16502
|
+
let e = He(r), t = be(r);
|
|
16478
16503
|
return `${e.getFullYear()}-${t.getFullYear()}`;
|
|
16479
16504
|
}
|
|
16480
16505
|
default: return "";
|
|
@@ -16483,8 +16508,8 @@ function Jv(e, t, n) {
|
|
|
16483
16508
|
function Yv(e, t) {
|
|
16484
16509
|
if (t && typeof t == "function") return t;
|
|
16485
16510
|
switch (e) {
|
|
16486
|
-
case "date": return (e) =>
|
|
16487
|
-
case "week": return (e) =>
|
|
16511
|
+
case "date": return (e) => Ae(e, Ke(Date.now(), 1));
|
|
16512
|
+
case "week": return (e) => Ae(We(e, { weekStartsOn: 1 }), We(Date.now(), { weekStartsOn: 1 }));
|
|
16488
16513
|
default: return () => !1;
|
|
16489
16514
|
}
|
|
16490
16515
|
}
|
|
@@ -16494,28 +16519,28 @@ function Xv({ display: e, rowProps: t = () => ({}), rowClassNames: r = () => "",
|
|
|
16494
16519
|
let { uid: o, type: s, showWeekNumber: c, actualDate: l, selectedDate: d, updateSelectedDate: f, isDisabledDate: p } = u(zv), m = s === "date" || s === "week", g = s === "week" || s === "date" && c, _ = h(() => {
|
|
16495
16520
|
switch (s) {
|
|
16496
16521
|
case "month": {
|
|
16497
|
-
let t =
|
|
16522
|
+
let t = fe(l, e).getFullYear();
|
|
16498
16523
|
return Gv(Uv().map((e, n) => /* @__PURE__ */ new Date(`${t}-${n + 1}`)), 3);
|
|
16499
16524
|
}
|
|
16500
16525
|
case "quarter": {
|
|
16501
|
-
let t =
|
|
16502
|
-
return Gv(
|
|
16526
|
+
let t = fe(l, e).getFullYear();
|
|
16527
|
+
return Gv(ge({
|
|
16503
16528
|
start: /* @__PURE__ */ new Date(`${t}`),
|
|
16504
16529
|
end: /* @__PURE__ */ new Date(`${t}-12-31`)
|
|
16505
16530
|
}), 4);
|
|
16506
16531
|
}
|
|
16507
16532
|
case "year": {
|
|
16508
|
-
let t =
|
|
16509
|
-
return Gv(
|
|
16510
|
-
start:
|
|
16511
|
-
end:
|
|
16533
|
+
let t = He(fe(be(l), e * 10)), n = He(t), r = be(t);
|
|
16534
|
+
return Gv(ve({
|
|
16535
|
+
start: be(Je(n, 1)),
|
|
16536
|
+
end: He(fe(r, 1))
|
|
16512
16537
|
}), 3);
|
|
16513
16538
|
}
|
|
16514
16539
|
default: {
|
|
16515
|
-
let t =
|
|
16516
|
-
return
|
|
16517
|
-
start:
|
|
16518
|
-
end:
|
|
16540
|
+
let t = ue(l, e);
|
|
16541
|
+
return _e({
|
|
16542
|
+
start: Ue(t),
|
|
16543
|
+
end: xe(t)
|
|
16519
16544
|
}, { weekStartsOn: 1 }).map((e) => {
|
|
16520
16545
|
let t = [];
|
|
16521
16546
|
for (let n = 0; n < 7; n++) t.push(le(e, n));
|
|
@@ -16530,23 +16555,23 @@ function Xv({ display: e, rowProps: t = () => ({}), rowClassNames: r = () => "",
|
|
|
16530
16555
|
]), v = (e) => {
|
|
16531
16556
|
switch (s) {
|
|
16532
16557
|
case "month": return Uv()[e.getMonth()];
|
|
16533
|
-
case "quarter": return Wv()[
|
|
16558
|
+
case "quarter": return Wv()[Oe(e) - 1];
|
|
16534
16559
|
case "year": return e.getFullYear();
|
|
16535
16560
|
default: return e.getDate();
|
|
16536
16561
|
}
|
|
16537
16562
|
}, y = (e) => {
|
|
16538
16563
|
if (!d) return !1;
|
|
16539
16564
|
switch (s) {
|
|
16540
|
-
case "month": return
|
|
16541
|
-
case "quarter": return
|
|
16542
|
-
case "year": return
|
|
16543
|
-
case "date": return
|
|
16565
|
+
case "month": return Ne(e, d);
|
|
16566
|
+
case "quarter": return Pe(e, d);
|
|
16567
|
+
case "year": return Ie(e, d);
|
|
16568
|
+
case "date": return Me(e, d);
|
|
16544
16569
|
default: return !1;
|
|
16545
16570
|
}
|
|
16546
|
-
}, b = (e) => s === "week" && d ?
|
|
16571
|
+
}, b = (e) => s === "week" && d ? Fe(e, d, { weekStartsOn: 1 }) : !1, C = (t) => s !== "date" && s !== "week" ? !1 : !Ne(t, ue(l, e)), w = (t) => {
|
|
16547
16572
|
if (s !== "year") return !1;
|
|
16548
|
-
let n =
|
|
16549
|
-
return
|
|
16573
|
+
let n = He(fe(be(l), e * 10));
|
|
16574
|
+
return Ee(t) !== Ee(n);
|
|
16550
16575
|
}, T = (e) => () => {
|
|
16551
16576
|
s === "week" && f(e);
|
|
16552
16577
|
}, E = (e) => () => {
|
|
@@ -16559,8 +16584,8 @@ function Xv({ display: e, rowProps: t = () => ({}), rowClassNames: r = () => "",
|
|
|
16559
16584
|
onClick: T(e[0]),
|
|
16560
16585
|
...s === "week" && p(e[0]) ? { "aria-disabled": !0 } : {},
|
|
16561
16586
|
...t(e[0], p(e[0])),
|
|
16562
|
-
children: e.map((e, t) => /* @__PURE__ */ S(n, { children: [g && t === 0 && /* @__PURE__ */ x(Rv, { children:
|
|
16563
|
-
className: G(s, y(e) && "is-active",
|
|
16587
|
+
children: e.map((e, t) => /* @__PURE__ */ S(n, { children: [g && t === 0 && /* @__PURE__ */ x(Rv, { children: De(e) }), /* @__PURE__ */ x(Rv, {
|
|
16588
|
+
className: G(s, y(e) && "is-active", Re(e) && "is-weekend", C(e) && "is-different-month", w(e) && "is-different-decade", a(e, p(e))),
|
|
16564
16589
|
type: s,
|
|
16565
16590
|
date: e,
|
|
16566
16591
|
onClick: E(e),
|
|
@@ -16626,9 +16651,9 @@ function $v({ display: e }) {
|
|
|
16626
16651
|
//#region src/components/DatePicker/CalendarTime.tsx
|
|
16627
16652
|
function ey() {
|
|
16628
16653
|
let { uid: e, selectedDate: t, updateSelectedDate: n } = u(zv), r = Vv(t), i = r.getHours(), a = r.getMinutes(), o = (e) => {
|
|
16629
|
-
n(
|
|
16654
|
+
n(de(Ve(r), e * 3600 + a * 60));
|
|
16630
16655
|
}, s = (e) => {
|
|
16631
|
-
n(
|
|
16656
|
+
n(de(Ve(r), i * 3600 + e * 60));
|
|
16632
16657
|
};
|
|
16633
16658
|
return /* @__PURE__ */ x("div", {
|
|
16634
16659
|
className: "stratus-calendar-time",
|
|
@@ -16780,7 +16805,7 @@ function ay(e) {
|
|
|
16780
16805
|
return !Number.isNaN(t.getTime()) && t.toISOString() === e;
|
|
16781
16806
|
}
|
|
16782
16807
|
function oy(e, t) {
|
|
16783
|
-
return e ? e instanceof Date ? e : ay(e) ?
|
|
16808
|
+
return e ? e instanceof Date ? e : ay(e) ? Be(e) : t ? ze(e, t, /* @__PURE__ */ new Date()) : null : null;
|
|
16784
16809
|
}
|
|
16785
16810
|
function sy(e, t, n) {
|
|
16786
16811
|
if (t) return t;
|
|
@@ -16796,7 +16821,7 @@ function sy(e, t, n) {
|
|
|
16796
16821
|
function cy(e, t, n, r) {
|
|
16797
16822
|
if (!t) return null;
|
|
16798
16823
|
let i = sy(e, n, r);
|
|
16799
|
-
return i === "yyyy-\\QQ" ? `${
|
|
16824
|
+
return i === "yyyy-\\QQ" ? `${we(t, "yyyy")}-Q${Oe(t)}` : (r && !i.toLowerCase().includes("hh:mm") && (i += " HH:mm"), we(t, i));
|
|
16800
16825
|
}
|
|
16801
16826
|
function ly(e, t, n, r) {
|
|
16802
16827
|
return {
|
|
@@ -17031,10 +17056,10 @@ function my({ disabled: e, picker: t, format: n, showTime: r, onChange: i, onCha
|
|
|
17031
17056
|
}, j = (e) => {
|
|
17032
17057
|
if (p === 1 && d) {
|
|
17033
17058
|
let t = u || e;
|
|
17034
|
-
return
|
|
17059
|
+
return Ae(e, Ve(d)) && ke(e, Ve(f || t)) || je(e, Ve(d));
|
|
17035
17060
|
}
|
|
17036
|
-
return p === 2 && u ?
|
|
17037
|
-
}, M = (e) => p === 2 && u ?
|
|
17061
|
+
return p === 2 && u ? Ae(e, Ve(f || d || e)) && ke(e, Ve(u)) || je(e, Ve(u)) : !1;
|
|
17062
|
+
}, M = (e) => p === 2 && u ? Ae(e, Ve(u)) : p === 1 && d ? ke(e, Ve(d)) : !1;
|
|
17038
17063
|
return {
|
|
17039
17064
|
openPicker: S,
|
|
17040
17065
|
closePicker: C,
|
|
@@ -17056,7 +17081,7 @@ function my({ disabled: e, picker: t, format: n, showTime: r, onChange: i, onCha
|
|
|
17056
17081
|
//#endregion
|
|
17057
17082
|
//#region src/components/DatePicker/DateRangePicker.tsx
|
|
17058
17083
|
var hy = o(function({ className: e, popoverClassName: t, tooltipRef: n, nDisplays: r = 2, nInputs: i = 1, separator: a = "-", allowClear: o = !0, picker: s = "date", value: c, defaultValue: l, format: u, placeholderStartDate: d = "Start date", placeholderEndDate: f = "End date", showTime: m = !1, showToday: h = !0, showWeekNumber: g = !1, onChange: _, onChangeOnClickOutside: y = !0, disabled: b = !1, disabledDates: S, popoverPlacement: C = "bottom-start", startDateInputProps: w = {}, endDateInputProps: T = {}, footer: E, style: D, ...O }, k) {
|
|
17059
|
-
let A = c ? oy(c[0], u) : null, j = c ? oy(c[1], u) : null, M = c ? A : l ? oy(l[0], u) : null, N = c ? j : l ? oy(l[1], u) : null, [P, F] = v(!1), [I, L] = v(M), [R, z] = v(N), [B, V] = v(M), [ee, H] = v(N), [te, ne] = v(null), [re, ie] = v(0), ae = c ? A : B, oe = c ? j : ee, se = c && !P ? A : B, U = c && !P ? j : ee, ce = r > 0 ? r : 2, le = i > 1 ? 2 : 1,
|
|
17084
|
+
let A = c ? oy(c[0], u) : null, j = c ? oy(c[1], u) : null, M = c ? A : l ? oy(l[0], u) : null, N = c ? j : l ? oy(l[1], u) : null, [P, F] = v(!1), [I, L] = v(M), [R, z] = v(N), [B, V] = v(M), [ee, H] = v(N), [te, ne] = v(null), [re, ie] = v(0), ae = c ? A : B, oe = c ? j : ee, se = c && !P ? A : B, U = c && !P ? j : ee, ce = r > 0 ? r : 2, le = i > 1 ? 2 : 1, ue = le > 1 ? m ? "190px" : "135px" : m ? "300px" : "220px", de = cy(s, se, u, m), fe = cy(s, U, u, m), { openPicker: pe, closePicker: me, handleOpenStartDate: he, handleOpenEndDate: ge, handleDismiss: _e, handleSelectDate: ve, handleChangeDate: ye, handleClear: be, getRowClassNames: xe, getRowProps: Se, getCellClassNames: Ce, getCellProps: we } = my({
|
|
17060
17085
|
disabled: b,
|
|
17061
17086
|
picker: s,
|
|
17062
17087
|
format: u,
|
|
@@ -17080,8 +17105,8 @@ var hy = o(function({ className: e, popoverClassName: t, tooltipRef: n, nDisplay
|
|
|
17080
17105
|
setFocusInput: ie
|
|
17081
17106
|
});
|
|
17082
17107
|
return p(k, () => ({
|
|
17083
|
-
open: () =>
|
|
17084
|
-
close: () =>
|
|
17108
|
+
open: () => pe(1),
|
|
17109
|
+
close: () => me()
|
|
17085
17110
|
})), /* @__PURE__ */ x(Kn, {
|
|
17086
17111
|
className: G("stratus-datepicker", "stratus-datepicker--range", t),
|
|
17087
17112
|
open: P,
|
|
@@ -17089,7 +17114,7 @@ var hy = o(function({ className: e, popoverClassName: t, tooltipRef: n, nDisplay
|
|
|
17089
17114
|
trigger: "click",
|
|
17090
17115
|
tooltipRef: n,
|
|
17091
17116
|
arrow: !1,
|
|
17092
|
-
onClose:
|
|
17117
|
+
onClose: _e,
|
|
17093
17118
|
maxWidth: "none",
|
|
17094
17119
|
content: /* @__PURE__ */ x(iy, {
|
|
17095
17120
|
nDisplays: ce,
|
|
@@ -17098,13 +17123,13 @@ var hy = o(function({ className: e, popoverClassName: t, tooltipRef: n, nDisplay
|
|
|
17098
17123
|
showTime: m,
|
|
17099
17124
|
showWeekNumber: g,
|
|
17100
17125
|
initialDate: re === 1 ? B || null : ee || null,
|
|
17101
|
-
onSelectDate:
|
|
17102
|
-
onChange:
|
|
17126
|
+
onSelectDate: ve,
|
|
17127
|
+
onChange: ye,
|
|
17103
17128
|
disabledDates: S,
|
|
17104
|
-
rowClassNames:
|
|
17105
|
-
rowProps:
|
|
17106
|
-
cellClassNames:
|
|
17107
|
-
cellProps:
|
|
17129
|
+
rowClassNames: xe,
|
|
17130
|
+
rowProps: Se,
|
|
17131
|
+
cellClassNames: Ce,
|
|
17132
|
+
cellProps: we,
|
|
17108
17133
|
footer: E
|
|
17109
17134
|
}),
|
|
17110
17135
|
children: /* @__PURE__ */ x("span", {
|
|
@@ -17119,13 +17144,13 @@ var hy = o(function({ className: e, popoverClassName: t, tooltipRef: n, nDisplay
|
|
|
17119
17144
|
separator: a,
|
|
17120
17145
|
placeholderStartDate: d,
|
|
17121
17146
|
placeholderEndDate: f,
|
|
17122
|
-
startDate:
|
|
17123
|
-
endDate:
|
|
17124
|
-
onClickClear:
|
|
17125
|
-
onClickStartDate:
|
|
17126
|
-
onClickEndDate:
|
|
17147
|
+
startDate: de || "",
|
|
17148
|
+
endDate: fe || "",
|
|
17149
|
+
onClickClear: be,
|
|
17150
|
+
onClickStartDate: he,
|
|
17151
|
+
onClickEndDate: ge,
|
|
17127
17152
|
disabled: b,
|
|
17128
|
-
width:
|
|
17153
|
+
width: ue,
|
|
17129
17154
|
startDateInputProps: w,
|
|
17130
17155
|
endDateInputProps: T
|
|
17131
17156
|
})
|
|
@@ -17138,33 +17163,33 @@ function gy(e) {
|
|
|
17138
17163
|
if (!e) return /* @__PURE__ */ new Date();
|
|
17139
17164
|
if (e instanceof Date) return e;
|
|
17140
17165
|
let t = new Date(e);
|
|
17141
|
-
return Number.isNaN(t.getTime()) ?
|
|
17166
|
+
return Number.isNaN(t.getTime()) ? Ye(e) : t;
|
|
17142
17167
|
}
|
|
17143
17168
|
function _y(e, t, n = !0) {
|
|
17144
17169
|
let r = gy(e);
|
|
17145
17170
|
switch (t) {
|
|
17146
|
-
case "weeks": return n ?
|
|
17147
|
-
case "months": return n ?
|
|
17148
|
-
case "years": return n ?
|
|
17149
|
-
default: return n ?
|
|
17171
|
+
case "weeks": return n ? We(r, { weekStartsOn: 1 }) : Se(r, { weekStartsOn: 1 });
|
|
17172
|
+
case "months": return n ? Ue(r) : xe(r);
|
|
17173
|
+
case "years": return n ? Ge(r) : Ce(r);
|
|
17174
|
+
default: return n ? Ve(r) : ye(r);
|
|
17150
17175
|
}
|
|
17151
17176
|
}
|
|
17152
17177
|
function vy(e, t, n) {
|
|
17153
17178
|
let r = gy(e), i = gy(t);
|
|
17154
17179
|
switch (n) {
|
|
17155
|
-
case "weeks": return
|
|
17180
|
+
case "weeks": return _e({
|
|
17156
17181
|
start: r,
|
|
17157
17182
|
end: i
|
|
17158
17183
|
}, { weekStartsOn: 1 });
|
|
17159
|
-
case "months": return
|
|
17184
|
+
case "months": return he({
|
|
17160
17185
|
start: r,
|
|
17161
17186
|
end: i
|
|
17162
17187
|
});
|
|
17163
|
-
case "years": return
|
|
17188
|
+
case "years": return ve({
|
|
17164
17189
|
start: r,
|
|
17165
17190
|
end: i
|
|
17166
17191
|
});
|
|
17167
|
-
default: return
|
|
17192
|
+
default: return me({
|
|
17168
17193
|
start: r,
|
|
17169
17194
|
end: i
|
|
17170
17195
|
});
|
|
@@ -17179,16 +17204,16 @@ function yy(e, t = !1) {
|
|
|
17179
17204
|
}
|
|
17180
17205
|
}
|
|
17181
17206
|
function by(e, t, n, r) {
|
|
17182
|
-
return
|
|
17207
|
+
return pe(r, n) / t * e;
|
|
17183
17208
|
}
|
|
17184
17209
|
function xy(e, t, n, r) {
|
|
17185
|
-
return !(
|
|
17210
|
+
return !(Ae(e, n) && Ae(t, n) || ke(e, r) && ke(t, r));
|
|
17186
17211
|
}
|
|
17187
17212
|
function Sy(e, t) {
|
|
17188
|
-
return !e || !t ? !1 :
|
|
17213
|
+
return !e || !t ? !1 : Ie(e, t) && Ne(e, t) && Me(e, t);
|
|
17189
17214
|
}
|
|
17190
17215
|
function Cy(e) {
|
|
17191
|
-
return
|
|
17216
|
+
return Te(e) === 1;
|
|
17192
17217
|
}
|
|
17193
17218
|
function wy(e, t) {
|
|
17194
17219
|
let { width: n, minWidth: r } = t;
|
|
@@ -17205,7 +17230,7 @@ function wy(e, t) {
|
|
|
17205
17230
|
return 150;
|
|
17206
17231
|
}
|
|
17207
17232
|
function Ty(e, t, n, r, i) {
|
|
17208
|
-
let a = _y(t, i, !0), o = _y(n, i, !1), s =
|
|
17233
|
+
let a = _y(t, i, !0), o = _y(n, i, !1), s = pe(o, a);
|
|
17209
17234
|
return e.map((e) => {
|
|
17210
17235
|
let c = gy(e.startDate), l = gy(e.endDate), { children: u, ...d } = e, f = u && u.length > 0 ? Ty(u, t, n, r, i) : void 0;
|
|
17211
17236
|
return {
|
|
@@ -17291,7 +17316,7 @@ function Oy() {
|
|
|
17291
17316
|
function ky({ start: e, end: t, rowWidth: n, groupDatesBy: r }) {
|
|
17292
17317
|
let i = l(() => {
|
|
17293
17318
|
let i = /* @__PURE__ */ new Date(), a = _y(e, r, !0);
|
|
17294
|
-
return by(n,
|
|
17319
|
+
return by(n, pe(_y(t, r, !1), a), a, i);
|
|
17295
17320
|
}, [
|
|
17296
17321
|
e,
|
|
17297
17322
|
t,
|
|
@@ -17386,7 +17411,7 @@ var Ay = o(function({ className: e, start: t, end: n, data: r, columns: i = [],
|
|
|
17386
17411
|
column: {},
|
|
17387
17412
|
columnIndex: t,
|
|
17388
17413
|
date: e
|
|
17389
|
-
}) : D === "weeks" ?
|
|
17414
|
+
}) : D === "weeks" ? De(e) : we(e, yy(D, Cy(e)));
|
|
17390
17415
|
return /* @__PURE__ */ x("div", {
|
|
17391
17416
|
className: "stratus-gantt__header-date-cell",
|
|
17392
17417
|
style: {
|
|
@@ -21586,64 +21611,114 @@ var Ay = o(function({ className: e, start: t, end: n, data: r, columns: i = [],
|
|
|
21586
21611
|
svgPathData: "M15.756 14.255h-.79l-.28-.27a6.47 6.47 0 0 0 1.57-4.23 6.5 6.5 0 1 0-6.5 6.5c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99 1.49-1.49zm-6 0c-2.49 0-4.5-2.01-4.5-4.5s2.01-4.5 4.5-4.5 4.5 2.01 4.5 4.5-2.01 4.5-4.5 4.5m2.5-5h-5v1h5z"
|
|
21587
21612
|
}), oM = {
|
|
21588
21613
|
primary: {
|
|
21589
|
-
main:
|
|
21590
|
-
|
|
21591
|
-
|
|
21614
|
+
main: W.primary.main,
|
|
21615
|
+
hover: W.primary.hover,
|
|
21616
|
+
hoverAlt: W.primary.hoverAlt,
|
|
21617
|
+
highlight: W.primary.highlight,
|
|
21618
|
+
highlightHover: W.primary.highlightHover
|
|
21619
|
+
},
|
|
21620
|
+
secondary: {
|
|
21621
|
+
main: W.secondary.main,
|
|
21622
|
+
hover: W.secondary.hover,
|
|
21623
|
+
highlight: W.secondary.highlight
|
|
21592
21624
|
},
|
|
21593
|
-
secondary: { highlight: Ye.secondary.highlight },
|
|
21594
21625
|
danger: {
|
|
21595
|
-
main:
|
|
21596
|
-
hover:
|
|
21597
|
-
text:
|
|
21626
|
+
main: W.danger.main,
|
|
21627
|
+
hover: W.danger.hover,
|
|
21628
|
+
text: W.danger.text,
|
|
21629
|
+
highlight: W.danger.highlight
|
|
21630
|
+
},
|
|
21631
|
+
warning: {
|
|
21632
|
+
main: W.warning.main,
|
|
21633
|
+
hover: W.warning.hover,
|
|
21634
|
+
text: W.warning.text,
|
|
21635
|
+
highlight: W.warning.highlight
|
|
21598
21636
|
},
|
|
21599
|
-
warning: { main: Ye.warning.main },
|
|
21600
21637
|
success: {
|
|
21601
|
-
main:
|
|
21602
|
-
|
|
21638
|
+
main: W.success.main,
|
|
21639
|
+
hover: W.success.hover,
|
|
21640
|
+
text: W.success.text,
|
|
21641
|
+
highlight: W.success.highlight
|
|
21603
21642
|
},
|
|
21604
21643
|
text: {
|
|
21605
|
-
main:
|
|
21606
|
-
secondary:
|
|
21607
|
-
tertiary:
|
|
21644
|
+
main: W.text.main,
|
|
21645
|
+
secondary: W.text.secondary,
|
|
21646
|
+
tertiary: W.text.tertiary,
|
|
21647
|
+
inverted: W.text.inverted,
|
|
21648
|
+
invertedAlt: W.text.invertedAlt
|
|
21649
|
+
},
|
|
21650
|
+
background: {
|
|
21651
|
+
main: W.background.main,
|
|
21652
|
+
nav: W.background.nav,
|
|
21653
|
+
paper: W.background.paper,
|
|
21654
|
+
popover: W.background.popover,
|
|
21655
|
+
overlay: W.background.overlay,
|
|
21656
|
+
lighten: W.background.lighten
|
|
21608
21657
|
},
|
|
21609
|
-
background: { main: Ye.surface.surface },
|
|
21610
21658
|
disabled: {
|
|
21611
|
-
border:
|
|
21612
|
-
fill:
|
|
21613
|
-
text:
|
|
21659
|
+
border: W.disabled.border,
|
|
21660
|
+
fill: W.disabled.fill,
|
|
21661
|
+
text: W.disabled.text
|
|
21614
21662
|
},
|
|
21615
21663
|
table: {
|
|
21616
|
-
|
|
21617
|
-
|
|
21618
|
-
|
|
21619
|
-
|
|
21664
|
+
header: W.table.header,
|
|
21665
|
+
headerActive: W.table.headerActive,
|
|
21666
|
+
headerHover: W.table.headerHover,
|
|
21667
|
+
cell: W.table.cell,
|
|
21668
|
+
cellActive: W.table.cellActive,
|
|
21669
|
+
cellHover: W.table.cellHover
|
|
21620
21670
|
}
|
|
21621
21671
|
};
|
|
21622
21672
|
function sM() {
|
|
21623
21673
|
return oM;
|
|
21624
21674
|
}
|
|
21625
|
-
|
|
21675
|
+
function cM(e, t) {
|
|
21676
|
+
let n = e.replace("#", "");
|
|
21677
|
+
return n.length === 3 && (n = n.split("").map((e) => e + e).join("")), `rgba(${parseInt(n.substring(0, 2), 16)}, ${parseInt(n.substring(2, 4), 16)}, ${parseInt(n.substring(4, 6), 16)}, ${t})`;
|
|
21678
|
+
}
|
|
21679
|
+
var lM = {
|
|
21680
|
+
alpha: cM,
|
|
21626
21681
|
primary: "#007079",
|
|
21682
|
+
primaryDark: "#97CACE",
|
|
21627
21683
|
secondary: "#243746",
|
|
21684
|
+
secondaryDark: "#DEE5E7",
|
|
21628
21685
|
primaryHighlight: "#E6FAEC",
|
|
21629
21686
|
primaryHighlightHover: "#C3F3D2",
|
|
21630
21687
|
disabledBorder: "#DCDCDC",
|
|
21688
|
+
disabledBorderDark: "#405462",
|
|
21631
21689
|
white: "#ffffff",
|
|
21690
|
+
white16: "rgba(255,255,255,0.16)",
|
|
21691
|
+
white40: "rgba(255,255,255,0.4)",
|
|
21692
|
+
white74: "rgba(255,255,255,0.74)",
|
|
21632
21693
|
mistblue21: "rgba(213,234,244,0.21)",
|
|
21633
21694
|
black: "#000000",
|
|
21695
|
+
black1: "rgba(0,0,0,0.01)",
|
|
21696
|
+
black3: "rgba(0,0,0,0.03)",
|
|
21697
|
+
black10: "rgba(0,0,0,0.1)",
|
|
21634
21698
|
black28: "rgba(0,0,0,0.28)",
|
|
21635
21699
|
black15: "rgba(0,0,0,0.15)",
|
|
21700
|
+
black74: "rgba(0,0,0,0.74)",
|
|
21701
|
+
backgroundDark: "#132634",
|
|
21702
|
+
backgroundNavDark: "#3E4F5C",
|
|
21703
|
+
backgroundOverlayDark: "#2E3F4D",
|
|
21636
21704
|
blueOcean: "#004088",
|
|
21637
21705
|
blueOvercast: "#0084c4",
|
|
21638
21706
|
blueSky: "#52c0ff",
|
|
21639
21707
|
danger: "#EB0000",
|
|
21708
|
+
dangerDark: "#EB0000",
|
|
21709
|
+
dangerHover: "#B30D2F",
|
|
21710
|
+
dangerText: "#B30D2F",
|
|
21640
21711
|
dangerHighlight: "#FFC1C1",
|
|
21712
|
+
dangerHighlightDark: "rgba(255, 102, 112, 0.1)",
|
|
21641
21713
|
dangerHoverDark: "#FF949B",
|
|
21642
21714
|
disabledFill: "#EAEAEA",
|
|
21643
21715
|
disabledText: "#BEBEBE",
|
|
21716
|
+
disabledTextDark: "#637583",
|
|
21644
21717
|
energeticred: "#eb0037",
|
|
21718
|
+
energeticred13: "#ffe0e7",
|
|
21645
21719
|
energeticred34: "#ffaebf",
|
|
21646
21720
|
energeticred55: "#ff7d98",
|
|
21721
|
+
energeticredHover: "#b30d2f",
|
|
21647
21722
|
grey: "#171717",
|
|
21648
21723
|
grey10: "#f7f7f7",
|
|
21649
21724
|
grey15: "#eaeaea",
|
|
@@ -21655,6 +21730,8 @@ var cM = {
|
|
|
21655
21730
|
grey70: "#565656",
|
|
21656
21731
|
grey80: "#3d3d3d",
|
|
21657
21732
|
grey90: "#333333",
|
|
21733
|
+
greenCucumber: "#005f57",
|
|
21734
|
+
greenMint: "#40d38f",
|
|
21658
21735
|
lichengreen: "#e6faec",
|
|
21659
21736
|
mistblue: "#d5eaf4",
|
|
21660
21737
|
mossgreen: "#007079",
|
|
@@ -21662,23 +21739,33 @@ var cM = {
|
|
|
21662
21739
|
mossgreen21: "#c9e0e2",
|
|
21663
21740
|
mossgreen34: "#a8ced1",
|
|
21664
21741
|
mossgreen55: "#73b1b5",
|
|
21742
|
+
iwitOrange: "#FF9200",
|
|
21743
|
+
iwitYellow: "#FBCA36",
|
|
21665
21744
|
orange: "#FF9200",
|
|
21666
21745
|
primaryHover: "#004f55",
|
|
21667
21746
|
primaryHoverAlt: "#deedee",
|
|
21747
|
+
primaryHoverAltDark: "rgba(173, 226, 230, 0.1)",
|
|
21748
|
+
primaryHoverDark: "#ADE2E6",
|
|
21668
21749
|
red: "#F8434C",
|
|
21669
21750
|
secondaryHighlight: "#D5EAF4",
|
|
21751
|
+
secondaryHighlightDark: "rgba(255, 255, 255, 0.1)",
|
|
21670
21752
|
slateblue: "#243746",
|
|
21671
21753
|
sprucewood: "#ffe7d6",
|
|
21672
21754
|
success: "#4BB748",
|
|
21673
21755
|
successDark: "#4BB748",
|
|
21674
21756
|
successHighlight: "#E6FAEC",
|
|
21757
|
+
successHighlightDark: "rgba(161, 218, 160, 0.1)",
|
|
21758
|
+
successText: "#358132",
|
|
21759
|
+
tableHeaderFillHoverDark: "#324D62",
|
|
21760
|
+
textTertiaryDark: "#9CA6AC",
|
|
21675
21761
|
timpOrange: "#E57E00",
|
|
21676
21762
|
warning: "#FF9200",
|
|
21677
21763
|
warningHighlight: "#FFE7D6",
|
|
21764
|
+
warningHover: "#AD6200",
|
|
21678
21765
|
warningHoverDark: "#FFDAA8",
|
|
21679
21766
|
warningText: "#AD6200",
|
|
21680
21767
|
warningTextDark: "#FFC67A",
|
|
21681
21768
|
yellow: "#FFDF7F"
|
|
21682
21769
|
};
|
|
21683
21770
|
//#endregion
|
|
21684
|
-
export { jy as Accessible, My as AccessibleForward, Jt as Accordion, Ny as AccountCircle, Py as Add, Fy as AddBox, Iy as AddCircleFilled, Ly as AddCircleOutlined, Ry as AerialDrone, zy as Alarm, By as AlarmAdd, Vy as AlarmOff, Hy as AlarmOn, Gt as Alert, Uy as AllOut, Wy as Anchor, Gy as Android, ln as AppBar, Ky as AppleAirplay, qy as AppleAppStore, Jy as AppleLogo, Yy as Approve, Xy as Apps, Zy as Archive, Zv as ArrowBack, Qy as ArrowBackIos, $y as ArrowDown, lt as ArrowDropDown, eb as ArrowDropLeft, tb as ArrowDropRight, nb as ArrowDropUp, Qv as ArrowForward, rb as ArrowForwardIos, ib as ArrowUp, ab as Assignment, ob as AssignmentImportant, sb as AssignmentReturn, cb as AssignmentReturned, lb as AssignmentTurnedIn, ub as AssignmentUser, db as AttachFile, fb as Attachment, pb as Autorenew, mb as Baby, un as Badge, hb as Bag, gb as BagOnRope, _b as BagOnWheels, vb as Bandage, yb as BarChart, ct as BaseIcon, bb as Battery, xb as BatteryAlert, Sb as BatteryCharging, Cb as BatteryUnknown, wb as Beach, Tb as Bearing, Eb as Beat, Db as Bike, Ob as Block, kb as Blocked, Ab as BlockedOff, jb as Bluetooth, Mb as BluetoothConnected, Nb as BluetoothDisabled, Pb as BluetoothSearching, Fb as Boat, Ib as Boat2, Lb as Boat3, Rb as BookmarkCollection, zb as BookmarkFilled, Bb as BookmarkOutlined, Vb as Bookmarks, Hb as BorderAll, Ub as BorderBottom, Wb as BorderClear, Gb as BorderColor, Kb as BorderHorizontal, qb as BorderInner, Jb as BorderLeft, Yb as BorderOuter, Xb as BorderRight, Zb as BorderStyle, Qb as BorderTop, $b as BorderVertical, ex as Boundaries, Ot as Box, tx as Briefcase, nx as Brush, rx as BubbleChart, ix as BuildWrench, ax as Bus, ox as Business, q as Button, Dt as ButtonGroup, sx as Cable, cx as Cafe, lx as Cake, iy as Calendar, ux as CalendarAccept, dx as CalendarDateRange, fx as CalendarEvent, px as CalendarReject, mx as CalendarToday, hx as Call, gx as CallAdd, _x as CallEnd, vx as Camera, yx as CameraAddPhoto, bx as Car, xx as CarWash, gn as Card, dn as CardActionArea, fn as CardActions, pn as CardContent, mn as CardHeader, hn as CardMedia, Sx as Category, Cx as ChangeHistory, wx as Check, Rt as CheckCircleOutlined, er as Checkbox, Tx as CheckboxIndeterminate, Ex as CheckboxOutline, _t as ChevronDown, Dx as ChevronLeft, vt as ChevronRight, Kt as ChevronUp, vn as Chip, Ox as Chrome, kx as Cinema, Ax as CircleFilled, jx as Circuit, at as CircularProgress, Mx as City, Nx as Clear, zt as Close, Px as CloseCircleOutlined, Fx as ClosedCaptionFilled, Ix as ClosedCaptionOutlined, Lx as Cloud, Rx as CloudDone, zx as CloudDownload, Bx as CloudOff, Vx as CloudUpload, Hx as Cocktail, Ux as Code, Wx as Coffee, Gx as Collapse, Kx as CollapseScreen, qx as Collection1, Jx as Collection2, Yx as Collection3, Xx as Collection4, Zx as Collection5, Qx as Collection6, $x as Collection7, eS as Collection8, tS as Collection9, nS as Collection9Plus, rS as ColorPalette, iS as Comment, aS as CommentAdd, oS as CommentChat, sS as CommentChatOff, cS as CommentDiscussion, lS as CommentImportant, uS as CommentMore, dS as CommentNotes, fS as CommentSolid, pS as Commute, mS as Compare, hS as CompassCalibration, gS as Computer, _S as ContactEmail, vS as ContactPhone, yS as Contacts, bS as ConvenienceStore, xS as Copy, SS as Craning, CS as CreditCard, wS as Crop, TS as CropRotate, ES as Cut, iv as DEFAULT_COLOR_PALLETTE, DS as Dashboard, uy as DatePicker, hy as DateRangePicker, OS as DeleteForever, kS as DeleteMultiple, AS as DeleteToTrash, jS as DepartureBoard, MS as DesktopMac, NS as DesktopWindows, PS as Details, FS as DeviceUnknown, IS as Dialpad, LS as Dice, RS as Dining, zS as Directions, yn as Divider, BS as Dns, VS as DoNotDisturb, HS as Dock, US as Dollar, WS as Done, GS as DoneAll, KS as DonutLarge, qS as DonutOutlined, JS as Download, YS as DownloadDone, XS as DragHandle, ZS as DragIndicator, kn as Drawer, QS as Drink, mt as Dropdown, $S as Dropper, eC as Ducting, tC as Edit, nC as EditText, rC as Eject, iC as Electrical, aC as Email, oC as EmailAlpha, sC as EmailDraft, cC as Engineering, lC as Enlarge, Bt as ErrorFilled, uC as ErrorOutlined, dC as EvStation, fC as ExitToApp, pC as Expand, mC as ExpandScreen, hC as Experiment, gC as Explore, _C as ExploreOff, vC as ExternalLink, yC as Face, bC as Facebook, xC as FacebookMessenger, SC as FastFood, CC as FastForward, wC as FastRescueBoat, TC as FastRewind, EC as Fault, DC as FavoriteFilled, OC as FavoriteOutlined, kC as File, AC as FileAdd, jC as FileCopy, MC as FileDescription, NC as FilterAlt, PC as FilterAltActive, FC as FilterAltOff, IC as FilterList, LC as FingerprintScanner, RC as FirstPage, zC as Flag, BC as Flagged, VC as FlaggedOff, HC as Flame, UC as Flare, WC as FlashOff, GC as FlashOn, KC as Flight, qC as FlightLand, JC as FlightTakeoff, YC as Flip, XC as FlipToBack, ZC as FlipToFront, QC as Flower, $C as FocusCenter, ew as Folder, tw as FolderAdd, nw as FolderFavorite, rw as FolderOpen, iw as FolderShared, w_ as FormatAlignCenter, aw as FormatAlignJustify, T_ as FormatAlignLeft, E_ as FormatAlignRight, D_ as FormatBold, O_ as FormatClear, k_ as FormatColorFill, A_ as FormatColorReset, j_ as FormatColorText, ow as FormatHighlight, sw as FormatIndentDecrease, cw as FormatIndentIncrease, M_ as FormatItalics, lw as FormatLineSpacing, N_ as FormatListBulleted, P_ as FormatListNumbered, F_ as FormatQuote, uw as FormatShape, dw as FormatSize, I_ as FormatStrikethrough, L_ as FormatUnderline, fw as Formula, pw as Forward10, mw as Forward30, hw as Forward5, gw as Fridge, En as Fullscreen, Dn as FullscreenExit, _w as Functions, vw as Gamepad, Ay as Gantt, yw as Gas, bw as GasStation, xw as Gavel, Sw as Gear, Cw as Gesture, ww as Github, Tw as GoTo, Ew as GoogleCast, Dw as GoogleCastConnected, Ow as GoogleMaps, kw as GooglePlay, Aw as GoogleTranslate, jw as GpsFixed, Mw as GpsNotFixed, Nw as GpsOff, Pw as GridLayer, Fw as GridLayers, Iw as GridOff, R_ as GridOn, Lw as GroceryStore, Rw as Group, zw as GroupAdd, Bw as Gym, Vw as HandRadio, Hw as Headset, Uw as HeadsetMic, Ww as Hearing, Gw as HeatTrace, Kw as Help, qw as HelpOutline, Jw as HighPriority, Yw as HillShading, Xw as History, Zw as Home, Qw as Hospital, $w as Hotel, eT as HourglassEmpty, tT as HourglassFull, nT as Image, rT as ImageAdd, iT as InProgress, aT as Inbox, oT as Infinity, Vt as InfoCircle, Yn as Input, z_ as InsertLink, sT as Inspect3d, cT as InspectRotation, lT as Instagram, uT as Instrument, dT as Invert, fT as InvertColors, pT as IosLogo, mT as Iphone, hT as JackUpVessel, gT as Jacket, _T as JunctionBox, vT as Key, yT as Keyboard, bT as KeyboardBackspace, xT as KeyboardCapslock, ST as KeyboardHide, CT as KeyboardReturn, wT as KeyboardSpaceBar, TT as KeyboardTab, ET as KeyboardVoice, DT as Label, OT as LabelOff, kT as Language, AT as LastPage, jT as Launch, MT as Laundry, NT as Layers, PT as LayersOff, FT as Library, IT as LibraryAdd, LT as LibraryBooks, RT as LibraryImage, zT as LibraryMusic, BT as LibraryPdf, VT as LibraryVideo, HT as Light, UT as Lightbulb, WT as Line, fr as Link, GT as LinkOff, KT as Linkedin, qT as List, JT as Lock, YT as LockAdd, XT as LockOff, ZT as LockOpen, QT as LogIn, $T as LogOut, eE as Loop, tE as MailUnread, nE as Mall, rE as ManageAccounts, iE as ManualValve, aE as Map, oE as Maximize, sE as Measure, cE as MeetingRoom, lE as MeetingRoomOff, uE as Memory, b_ as Mention, Tt as Menu, ht as MenuDivider, gt as MenuItem, St as MenuSubMenu, dE as Mic, fE as MicOff, pE as MicOutlined, mE as MicrosoftEdge, hE as MicrosoftExcel, gE as MicrosoftOnedrive, _E as MicrosoftOutlook, vE as MicrosoftPowerpoint, yE as MicrosoftWord, bE as Minimize, xE as Miniplayer, SE as MiniplayerFullscreen, CE as MissedVideoCall, Hn as Modal, wE as Money, TE as Monopile, EE as MoodExtremelyHappy, DE as MoodExtremelySad, OE as MoodHappy, kE as MoodNeutral, AE as MoodSad, jE as MoodVeryHappy, ME as MoodVerySad, NE as MoreHorizontal, Xt as MoreVertical, PE as Motorcycle, FE as Mouse, IE as MoveToInbox, LE as Movie, RE as MovieFile, zE as MultilineChart, BE as MusicNote, VE as MusicNoteOff, HE as Nature, UE as NaturePeople, WE as Navigation, GE as NearMe, KE as NewAlert, qE as NewLabel, JE as NoCraning, zn as Notification, YE as Notifications, XE as NotificationsActive, ZE as NotificationsAdd, QE as NotificationsImportant, $E as NotificationsOff, eD as NotificationsPaused, tD as Offline, nD as OfflineDocument, rD as OfflineSaved, iD as Oil, aD as OilBarrel, oD as OnshoreDrone, sD as Opacity, cD as OpenInBrowser, lD as OpenSideSheet, uD as PanTool, vr as Paper, dD as Parking, fD as Paste, pD as Pause, mD as PauseCircle, hD as PauseCircleOutlined, gD as Person, _D as PersonAdd, vD as Pharmacy, yD as Phone, bD as PieChart, xD as Pin, SD as PinDrop, CD as PipeSupport, wD as Pizza, TD as Place, ED as PlaceAdd, DD as PlaceEdit, OD as PlacePerson, kD as PlaceUnknown, AD as PlaceholderIcon, jD as Platform, MD as Play, ND as PlayCircle, PD as PlayCircleOutlined, FD as PlaylistAdd, ID as PlaylistAdded, LD as PlaylistPlay, RD as Pool, Kn as Popover, zD as Power, BD as PowerBi, VD as PowerButton, HD as PowerButtonOff, UD as Pram, WD as PregnantWoman, GD as Pressure, KD as Print, qD as PrintOff, JD as PriorityHigh, YD as PriorityLow, XD as Puzzle, ZD as PuzzleFilled, Ov as Radio, Sv as RadioButtonSelected, Cv as RadioButtonUnselected, Tv as RadioGroup, QD as Railway, $D as Receipt, eO as Record, tO as RecordVoice, nO as RecordVoiceOff, rO as Redo, iO as Reduce, aO as Refresh, oO as Remove, sO as RemoveOutlined, cO as Reorder, lO as Repeat, uO as RepeatOne, dO as Replay, fO as Replay10, pO as Replay30, mO as Replay5, hO as Reply, gO as ReplyAll, _O as Report, vO as ReportBug, yO as ReportOff, bO as Res4kFilled, xO as Res4kOutlined, SO as ResHdFilled, CO as ResHdOutlined, wO as Restaurant, TO as Restore, EO as RestoreFromTrash, DO as RestorePage, ot as Ripple, OO as Rotate3d, kO as Rotate90DegreesCcw, AO as RotateLeft, jO as RotateRight, MO as Router, NO as Run, PO as Satellite, FO as Save, IO as Scanner, LO as ScatterPlot, RO as School, Wn as ScreenLoader, xr as Search, zO as SearchFindReplace, BO as SearchInPage, VO as SearchedHistory, HO as Security, ur as Select, UO as SelectAll, WO as Send, GO as SettingBackupRestore, KO as Settings, qO as Share, JO as ShareScreen, YO as ShareScreenOff, XO as SheetBottomPosition, ZO as SheetLeftPosition, QO as SheetRightPosition, $O as SheetTopPosition, ek as Shipping, tk as ShoppingBasket, nk as ShoppingCard, rk as ShoppingCartAdd, ik as ShoppingCartOff, ak as Shuffle, ok as Signature, sk as SimCard, ck as SkipNext, lk as SkipPrevious, uk as Skype, dk as Slack, Fv as Slider, fk as Slideshow, pk as Smartwatch, mk as Smoking, hk as SmokingOff, gk as Snooze, _k as Snow, vk as Sort, yk as SortByAlpha, bk as Speaker, xk as SpeakerGroup, Sk as Spellcheck, Et as SplitButton, Ck as Spotify, wk as StarCircle, Tk as StarFilled, Ek as StarHalf, Dk as StarOutlined, Ok as Stop, kk as StopCircle, Ak as StopCircleOutlined, jk as Store, Mk as Style, xt as SubMenu, Nk as SubdirectoryArrowLeft, Pk as SubdirectoryArrowRight, Fk as SubseaDrone, Ik as SubstationOffshore, Lk as SubstationOnshore, Rk as SubstationOnshore2, zk as Subway, Bk as SubwayTunnel, v_ as Suggestion, Vk as Sun, Hk as Support, Uk as SurfaceLayer, Wk as SurveyVessel, Gk as SwapHorizontal, Kk as SwapHorizontalCircle, qk as SwapVertical, Jk as SwapVerticalCircle, Xn as Switch, Yk as SwitchOff, Xk as SwitchOn, Zk as Sync, Qk as SyncOff, $k as SyncProblem, pr as Tab, Lt as Table, eA as TableChart, mv as TableToolbar, tA as TabletAndroid, nA as TabletIpad, hr as Tabs, rA as Tag, iA as TagMainEquipment, aA as TagMore, oA as TagRelations, sA as TagSpecialEquipment, cA as Taxi, lA as Telecom, uA as Terrain, dA as TextField, fA as TextRotationAngledDown, pA as TextRotationAngledUp, mA as TextRotationDown, hA as TextRotationNone, gA as TextRotationUp, _A as TextRotationVertical, vA as Texture, yA as Thermostat, bA as ThumbPin, xA as ThumbsDown, SA as ThumbsUp, CA as ThumbsUpDown, wA as Ticket, Lv as Time, TA as Timeline, EA as Timer, DA as TimerOff, xv as TipTapEditor, yv as TipTapEditorAdvancedToolbar, uv as TipTapEditorBasicControl, vv as TipTapEditorBasicToolbar, dv as TipTapEditorColorControl, _v as TipTapEditorControlGroup, fv as TipTapEditorHeaderControl, pv as TipTapEditorLinkControl, m_ as TipTapEditorProvider, hv as TipTapEditorTableControl, gv as TipTapEditorToolbar, OA as Title, kA as Toc, AA as Toilet, jA as Toll, MA as Toolbox, NA as ToolboxRope, PA as ToolboxWheel, pt as Tooltip, FA as Touch, IA as TrackChanges, LA as TrafficLight, RA as Train, zA as Tram, BA as Transfer, VA as Transit, HA as TransitEnterExit, UA as Translate, WA as TrendingDown, GA as TrendingFlat, KA as TrendingUp, qA as TripOrigin, JA as Tune, YA as Turbine, XA as Tv, ZA as Twitter, jt as Typography, QA as Unarchive, $A as Undo, ej as UnfoldLess, tj as UnfoldLessHorizontal, nj as UnfoldMore, rj as UnfoldMoreHorizontal, ij as Unsubscribe, aj as Update, oj as Upload, sj as Usb, cj as UsersCircle, lj as Van, uj as Verified, dj as VerifiedUser, fj as VerticalAlignBottom, pj as VerticalAlignCenter, mj as VerticalAlignTop, hj as VerticalSplit, gj as VideoCall, _j as VideoChat, vj as Videocam, yj as VideocamOff, bj as View360, xj as ViewAgenda, Sj as ViewArray, Cj as ViewCarousel, wj as ViewColumn, Tj as ViewDay, Ej as ViewList, Dj as ViewModule, Oj as ViewQuilt, kj as ViewStream, Aj as ViewWeek, jj as Visibility, Mj as VisibilityOff, Nj as VolumeDown, Pj as VolumeMute, Fj as VolumeOff, Ij as VolumeUp, Lj as Walk, Ht as WarningFilled, Rj as WarningOutlined, zj as Waves, Bj as Well, Vj as Wellbore, Hj as WhatsApp, Uj as Wheelchair, Wj as Widgets, Gj as Wifi, Kj as WifiOff, qj as WindFarmOffshore, Jj as WindTurbine, Yj as WindTurbineOffshore, Xj as Work, Zj as WorkOff, Qj as WorkOutline, $j as World, eM as WrapText, tM as Youtube, nM as YoutubeAlt, rM as ZipFile, iM as ZoomIn, aM as ZoomOut, cM as colors, C_ as createSuggestion, J as createSvgIcon, cv as findMentions, g_ as findSuggestionMatch, Ye as palette, lv as removeInvalidColors, oM as themePalette, sM as useThemePalette, h_ as useTipTapEditor };
|
|
21771
|
+
export { jy as Accessible, My as AccessibleForward, Jt as Accordion, Ny as AccountCircle, Py as Add, Fy as AddBox, Iy as AddCircleFilled, Ly as AddCircleOutlined, Ry as AerialDrone, zy as Alarm, By as AlarmAdd, Vy as AlarmOff, Hy as AlarmOn, Gt as Alert, Uy as AllOut, Wy as Anchor, Gy as Android, ln as AppBar, Ky as AppleAirplay, qy as AppleAppStore, Jy as AppleLogo, Yy as Approve, Xy as Apps, Zy as Archive, Zv as ArrowBack, Qy as ArrowBackIos, $y as ArrowDown, lt as ArrowDropDown, eb as ArrowDropLeft, tb as ArrowDropRight, nb as ArrowDropUp, Qv as ArrowForward, rb as ArrowForwardIos, ib as ArrowUp, ab as Assignment, ob as AssignmentImportant, sb as AssignmentReturn, cb as AssignmentReturned, lb as AssignmentTurnedIn, ub as AssignmentUser, db as AttachFile, fb as Attachment, pb as Autorenew, mb as Baby, un as Badge, hb as Bag, gb as BagOnRope, _b as BagOnWheels, vb as Bandage, yb as BarChart, ct as BaseIcon, bb as Battery, xb as BatteryAlert, Sb as BatteryCharging, Cb as BatteryUnknown, wb as Beach, Tb as Bearing, Eb as Beat, Db as Bike, Ob as Block, kb as Blocked, Ab as BlockedOff, jb as Bluetooth, Mb as BluetoothConnected, Nb as BluetoothDisabled, Pb as BluetoothSearching, Fb as Boat, Ib as Boat2, Lb as Boat3, Rb as BookmarkCollection, zb as BookmarkFilled, Bb as BookmarkOutlined, Vb as Bookmarks, Hb as BorderAll, Ub as BorderBottom, Wb as BorderClear, Gb as BorderColor, Kb as BorderHorizontal, qb as BorderInner, Jb as BorderLeft, Yb as BorderOuter, Xb as BorderRight, Zb as BorderStyle, Qb as BorderTop, $b as BorderVertical, ex as Boundaries, Ot as Box, tx as Briefcase, nx as Brush, rx as BubbleChart, ix as BuildWrench, ax as Bus, ox as Business, q as Button, Dt as ButtonGroup, sx as Cable, cx as Cafe, lx as Cake, iy as Calendar, ux as CalendarAccept, dx as CalendarDateRange, fx as CalendarEvent, px as CalendarReject, mx as CalendarToday, hx as Call, gx as CallAdd, _x as CallEnd, vx as Camera, yx as CameraAddPhoto, bx as Car, xx as CarWash, gn as Card, dn as CardActionArea, fn as CardActions, pn as CardContent, mn as CardHeader, hn as CardMedia, Sx as Category, Cx as ChangeHistory, wx as Check, Rt as CheckCircleOutlined, er as Checkbox, Tx as CheckboxIndeterminate, Ex as CheckboxOutline, _t as ChevronDown, Dx as ChevronLeft, vt as ChevronRight, Kt as ChevronUp, vn as Chip, Ox as Chrome, kx as Cinema, Ax as CircleFilled, jx as Circuit, at as CircularProgress, Mx as City, Nx as Clear, zt as Close, Px as CloseCircleOutlined, Fx as ClosedCaptionFilled, Ix as ClosedCaptionOutlined, Lx as Cloud, Rx as CloudDone, zx as CloudDownload, Bx as CloudOff, Vx as CloudUpload, Hx as Cocktail, Ux as Code, Wx as Coffee, Gx as Collapse, Kx as CollapseScreen, qx as Collection1, Jx as Collection2, Yx as Collection3, Xx as Collection4, Zx as Collection5, Qx as Collection6, $x as Collection7, eS as Collection8, tS as Collection9, nS as Collection9Plus, rS as ColorPalette, iS as Comment, aS as CommentAdd, oS as CommentChat, sS as CommentChatOff, cS as CommentDiscussion, lS as CommentImportant, uS as CommentMore, dS as CommentNotes, fS as CommentSolid, pS as Commute, mS as Compare, hS as CompassCalibration, gS as Computer, _S as ContactEmail, vS as ContactPhone, yS as Contacts, bS as ConvenienceStore, xS as Copy, SS as Craning, CS as CreditCard, wS as Crop, TS as CropRotate, ES as Cut, iv as DEFAULT_COLOR_PALLETTE, DS as Dashboard, uy as DatePicker, hy as DateRangePicker, OS as DeleteForever, kS as DeleteMultiple, AS as DeleteToTrash, jS as DepartureBoard, MS as DesktopMac, NS as DesktopWindows, PS as Details, FS as DeviceUnknown, IS as Dialpad, LS as Dice, RS as Dining, zS as Directions, yn as Divider, BS as Dns, VS as DoNotDisturb, HS as Dock, US as Dollar, WS as Done, GS as DoneAll, KS as DonutLarge, qS as DonutOutlined, JS as Download, YS as DownloadDone, XS as DragHandle, ZS as DragIndicator, kn as Drawer, QS as Drink, mt as Dropdown, $S as Dropper, eC as Ducting, tC as Edit, nC as EditText, rC as Eject, iC as Electrical, aC as Email, oC as EmailAlpha, sC as EmailDraft, cC as Engineering, lC as Enlarge, Bt as ErrorFilled, uC as ErrorOutlined, dC as EvStation, fC as ExitToApp, pC as Expand, mC as ExpandScreen, hC as Experiment, gC as Explore, _C as ExploreOff, vC as ExternalLink, yC as Face, bC as Facebook, xC as FacebookMessenger, SC as FastFood, CC as FastForward, wC as FastRescueBoat, TC as FastRewind, EC as Fault, DC as FavoriteFilled, OC as FavoriteOutlined, kC as File, AC as FileAdd, jC as FileCopy, MC as FileDescription, NC as FilterAlt, PC as FilterAltActive, FC as FilterAltOff, IC as FilterList, LC as FingerprintScanner, RC as FirstPage, zC as Flag, BC as Flagged, VC as FlaggedOff, HC as Flame, UC as Flare, WC as FlashOff, GC as FlashOn, KC as Flight, qC as FlightLand, JC as FlightTakeoff, YC as Flip, XC as FlipToBack, ZC as FlipToFront, QC as Flower, $C as FocusCenter, ew as Folder, tw as FolderAdd, nw as FolderFavorite, rw as FolderOpen, iw as FolderShared, w_ as FormatAlignCenter, aw as FormatAlignJustify, T_ as FormatAlignLeft, E_ as FormatAlignRight, D_ as FormatBold, O_ as FormatClear, k_ as FormatColorFill, A_ as FormatColorReset, j_ as FormatColorText, ow as FormatHighlight, sw as FormatIndentDecrease, cw as FormatIndentIncrease, M_ as FormatItalics, lw as FormatLineSpacing, N_ as FormatListBulleted, P_ as FormatListNumbered, F_ as FormatQuote, uw as FormatShape, dw as FormatSize, I_ as FormatStrikethrough, L_ as FormatUnderline, fw as Formula, pw as Forward10, mw as Forward30, hw as Forward5, gw as Fridge, En as Fullscreen, Dn as FullscreenExit, _w as Functions, vw as Gamepad, Ay as Gantt, yw as Gas, bw as GasStation, xw as Gavel, Sw as Gear, Cw as Gesture, ww as Github, Tw as GoTo, Ew as GoogleCast, Dw as GoogleCastConnected, Ow as GoogleMaps, kw as GooglePlay, Aw as GoogleTranslate, jw as GpsFixed, Mw as GpsNotFixed, Nw as GpsOff, Pw as GridLayer, Fw as GridLayers, Iw as GridOff, R_ as GridOn, Lw as GroceryStore, Rw as Group, zw as GroupAdd, Bw as Gym, Vw as HandRadio, Hw as Headset, Uw as HeadsetMic, Ww as Hearing, Gw as HeatTrace, Kw as Help, qw as HelpOutline, Jw as HighPriority, Yw as HillShading, Xw as History, Zw as Home, Qw as Hospital, $w as Hotel, eT as HourglassEmpty, tT as HourglassFull, nT as Image, rT as ImageAdd, iT as InProgress, aT as Inbox, oT as Infinity, Vt as InfoCircle, Yn as Input, z_ as InsertLink, sT as Inspect3d, cT as InspectRotation, lT as Instagram, uT as Instrument, dT as Invert, fT as InvertColors, pT as IosLogo, mT as Iphone, hT as JackUpVessel, gT as Jacket, _T as JunctionBox, vT as Key, yT as Keyboard, bT as KeyboardBackspace, xT as KeyboardCapslock, ST as KeyboardHide, CT as KeyboardReturn, wT as KeyboardSpaceBar, TT as KeyboardTab, ET as KeyboardVoice, DT as Label, OT as LabelOff, kT as Language, AT as LastPage, jT as Launch, MT as Laundry, NT as Layers, PT as LayersOff, FT as Library, IT as LibraryAdd, LT as LibraryBooks, RT as LibraryImage, zT as LibraryMusic, BT as LibraryPdf, VT as LibraryVideo, HT as Light, UT as Lightbulb, WT as Line, fr as Link, GT as LinkOff, KT as Linkedin, qT as List, JT as Lock, YT as LockAdd, XT as LockOff, ZT as LockOpen, QT as LogIn, $T as LogOut, eE as Loop, tE as MailUnread, nE as Mall, rE as ManageAccounts, iE as ManualValve, aE as Map, oE as Maximize, sE as Measure, cE as MeetingRoom, lE as MeetingRoomOff, uE as Memory, b_ as Mention, Tt as Menu, ht as MenuDivider, gt as MenuItem, St as MenuSubMenu, dE as Mic, fE as MicOff, pE as MicOutlined, mE as MicrosoftEdge, hE as MicrosoftExcel, gE as MicrosoftOnedrive, _E as MicrosoftOutlook, vE as MicrosoftPowerpoint, yE as MicrosoftWord, bE as Minimize, xE as Miniplayer, SE as MiniplayerFullscreen, CE as MissedVideoCall, Hn as Modal, wE as Money, TE as Monopile, EE as MoodExtremelyHappy, DE as MoodExtremelySad, OE as MoodHappy, kE as MoodNeutral, AE as MoodSad, jE as MoodVeryHappy, ME as MoodVerySad, NE as MoreHorizontal, Xt as MoreVertical, PE as Motorcycle, FE as Mouse, IE as MoveToInbox, LE as Movie, RE as MovieFile, zE as MultilineChart, BE as MusicNote, VE as MusicNoteOff, HE as Nature, UE as NaturePeople, WE as Navigation, GE as NearMe, KE as NewAlert, qE as NewLabel, JE as NoCraning, zn as Notification, YE as Notifications, XE as NotificationsActive, ZE as NotificationsAdd, QE as NotificationsImportant, $E as NotificationsOff, eD as NotificationsPaused, tD as Offline, nD as OfflineDocument, rD as OfflineSaved, iD as Oil, aD as OilBarrel, oD as OnshoreDrone, sD as Opacity, cD as OpenInBrowser, lD as OpenSideSheet, uD as PanTool, vr as Paper, dD as Parking, fD as Paste, pD as Pause, mD as PauseCircle, hD as PauseCircleOutlined, gD as Person, _D as PersonAdd, vD as Pharmacy, yD as Phone, bD as PieChart, xD as Pin, SD as PinDrop, CD as PipeSupport, wD as Pizza, TD as Place, ED as PlaceAdd, DD as PlaceEdit, OD as PlacePerson, kD as PlaceUnknown, AD as PlaceholderIcon, jD as Platform, MD as Play, ND as PlayCircle, PD as PlayCircleOutlined, FD as PlaylistAdd, ID as PlaylistAdded, LD as PlaylistPlay, RD as Pool, Kn as Popover, zD as Power, BD as PowerBi, VD as PowerButton, HD as PowerButtonOff, UD as Pram, WD as PregnantWoman, GD as Pressure, KD as Print, qD as PrintOff, JD as PriorityHigh, YD as PriorityLow, XD as Puzzle, ZD as PuzzleFilled, Ov as Radio, Sv as RadioButtonSelected, Cv as RadioButtonUnselected, Tv as RadioGroup, QD as Railway, $D as Receipt, eO as Record, tO as RecordVoice, nO as RecordVoiceOff, rO as Redo, iO as Reduce, aO as Refresh, oO as Remove, sO as RemoveOutlined, cO as Reorder, lO as Repeat, uO as RepeatOne, dO as Replay, fO as Replay10, pO as Replay30, mO as Replay5, hO as Reply, gO as ReplyAll, _O as Report, vO as ReportBug, yO as ReportOff, bO as Res4kFilled, xO as Res4kOutlined, SO as ResHdFilled, CO as ResHdOutlined, wO as Restaurant, TO as Restore, EO as RestoreFromTrash, DO as RestorePage, ot as Ripple, OO as Rotate3d, kO as Rotate90DegreesCcw, AO as RotateLeft, jO as RotateRight, MO as Router, NO as Run, PO as Satellite, FO as Save, IO as Scanner, LO as ScatterPlot, RO as School, Wn as ScreenLoader, xr as Search, zO as SearchFindReplace, BO as SearchInPage, VO as SearchedHistory, HO as Security, ur as Select, UO as SelectAll, WO as Send, GO as SettingBackupRestore, KO as Settings, qO as Share, JO as ShareScreen, YO as ShareScreenOff, XO as SheetBottomPosition, ZO as SheetLeftPosition, QO as SheetRightPosition, $O as SheetTopPosition, ek as Shipping, tk as ShoppingBasket, nk as ShoppingCard, rk as ShoppingCartAdd, ik as ShoppingCartOff, ak as Shuffle, ok as Signature, sk as SimCard, ck as SkipNext, lk as SkipPrevious, uk as Skype, dk as Slack, Fv as Slider, fk as Slideshow, pk as Smartwatch, mk as Smoking, hk as SmokingOff, gk as Snooze, _k as Snow, vk as Sort, yk as SortByAlpha, bk as Speaker, xk as SpeakerGroup, Sk as Spellcheck, Et as SplitButton, Ck as Spotify, wk as StarCircle, Tk as StarFilled, Ek as StarHalf, Dk as StarOutlined, Ok as Stop, kk as StopCircle, Ak as StopCircleOutlined, jk as Store, Mk as Style, xt as SubMenu, Nk as SubdirectoryArrowLeft, Pk as SubdirectoryArrowRight, Fk as SubseaDrone, Ik as SubstationOffshore, Lk as SubstationOnshore, Rk as SubstationOnshore2, zk as Subway, Bk as SubwayTunnel, v_ as Suggestion, Vk as Sun, Hk as Support, Uk as SurfaceLayer, Wk as SurveyVessel, Gk as SwapHorizontal, Kk as SwapHorizontalCircle, qk as SwapVertical, Jk as SwapVerticalCircle, Xn as Switch, Yk as SwitchOff, Xk as SwitchOn, Zk as Sync, Qk as SyncOff, $k as SyncProblem, pr as Tab, Lt as Table, eA as TableChart, mv as TableToolbar, tA as TabletAndroid, nA as TabletIpad, hr as Tabs, rA as Tag, iA as TagMainEquipment, aA as TagMore, oA as TagRelations, sA as TagSpecialEquipment, cA as Taxi, lA as Telecom, uA as Terrain, dA as TextField, fA as TextRotationAngledDown, pA as TextRotationAngledUp, mA as TextRotationDown, hA as TextRotationNone, gA as TextRotationUp, _A as TextRotationVertical, vA as Texture, yA as Thermostat, bA as ThumbPin, xA as ThumbsDown, SA as ThumbsUp, CA as ThumbsUpDown, wA as Ticket, Lv as Time, TA as Timeline, EA as Timer, DA as TimerOff, xv as TipTapEditor, yv as TipTapEditorAdvancedToolbar, uv as TipTapEditorBasicControl, vv as TipTapEditorBasicToolbar, dv as TipTapEditorColorControl, _v as TipTapEditorControlGroup, fv as TipTapEditorHeaderControl, pv as TipTapEditorLinkControl, m_ as TipTapEditorProvider, hv as TipTapEditorTableControl, gv as TipTapEditorToolbar, OA as Title, kA as Toc, AA as Toilet, jA as Toll, MA as Toolbox, NA as ToolboxRope, PA as ToolboxWheel, pt as Tooltip, FA as Touch, IA as TrackChanges, LA as TrafficLight, RA as Train, zA as Tram, BA as Transfer, VA as Transit, HA as TransitEnterExit, UA as Translate, WA as TrendingDown, GA as TrendingFlat, KA as TrendingUp, qA as TripOrigin, JA as Tune, YA as Turbine, XA as Tv, ZA as Twitter, jt as Typography, QA as Unarchive, $A as Undo, ej as UnfoldLess, tj as UnfoldLessHorizontal, nj as UnfoldMore, rj as UnfoldMoreHorizontal, ij as Unsubscribe, aj as Update, oj as Upload, sj as Usb, cj as UsersCircle, lj as Van, uj as Verified, dj as VerifiedUser, fj as VerticalAlignBottom, pj as VerticalAlignCenter, mj as VerticalAlignTop, hj as VerticalSplit, gj as VideoCall, _j as VideoChat, vj as Videocam, yj as VideocamOff, bj as View360, xj as ViewAgenda, Sj as ViewArray, Cj as ViewCarousel, wj as ViewColumn, Tj as ViewDay, Ej as ViewList, Dj as ViewModule, Oj as ViewQuilt, kj as ViewStream, Aj as ViewWeek, jj as Visibility, Mj as VisibilityOff, Nj as VolumeDown, Pj as VolumeMute, Fj as VolumeOff, Ij as VolumeUp, Lj as Walk, Ht as WarningFilled, Rj as WarningOutlined, zj as Waves, Bj as Well, Vj as Wellbore, Hj as WhatsApp, Uj as Wheelchair, Wj as Widgets, Gj as Wifi, Kj as WifiOff, qj as WindFarmOffshore, Jj as WindTurbine, Yj as WindTurbineOffshore, Xj as Work, Zj as WorkOff, Qj as WorkOutline, $j as World, eM as WrapText, tM as Youtube, nM as YoutubeAlt, rM as ZipFile, iM as ZoomIn, aM as ZoomOut, lM as colors, C_ as createSuggestion, J as createSvgIcon, cv as findMentions, g_ as findSuggestionMatch, W as palette, lv as removeInvalidColors, oM as themePalette, sM as useThemePalette, h_ as useTipTapEditor };
|