@mt-gloss/ui 0.1.60 → 0.1.62
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/{Expandable-DUqxHhFA.js → Expandable-DyUAv0HO.js} +605 -588
- package/catalog.js +2 -2
- package/index.js +811 -814
- package/lib/primitives/dashboard/EmptyCellPackAffordance/EmptyCellPackAffordance.d.ts +7 -7
- package/lib/primitives/dashboard/MetricCard/EdgeHoverHandle.d.ts +13 -0
- package/lib/primitives/dashboard/hooks/useAffordanceVisibility.d.ts +1 -24
- package/package.json +1 -1
- package/ui.css +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsxs as d, jsx as e, Fragment as We } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
2
|
+
import * as mr from "react";
|
|
3
3
|
import q, { useId as Le, useState as H, useCallback as N, createContext as Ut, useContext as Xt, useRef as ce, useEffect as se, useMemo as ee, useSyncExternalStore as is, useReducer as ls, forwardRef as cs, useImperativeHandle as ds } from "react";
|
|
4
|
-
import { S as J, E as Ze, C as R, i as us, R as Ce, l as ms, m as ps, n as fs, aj as gs, Q as hs, t as bs, ad as ys, ak as ve, V as vs, W as Za, X as Ja, Y as _s, _ as xs, $ as Ns, a0 as Ss, a1 as Cs, a2 as ws, a5 as ks, a6 as Ds, a7 as Is, ac as Ts, a8 as Es, a9 as Ms, P as Ps, O as Rs, j as Bs, k as As, a3 as zs, a4 as $s, o as Fs, v as Os, z as Ls, w as Hs, U as vt, A as Ws, D as Gs, x as Vs, F as js, y as Ks, ah as Ys, ai as Us, G as Xs, H as qs, I as Zs, J as Js, K as Qs, L as eo, M as to, N as ro, a as he, b as Wt, f as Qa, e as kt, h as Je, Z as en, B as ao, af as no, d as tn, T as Be, ae as so, ag as
|
|
5
|
-
import { formatTrend as oo, isStatusModeEnabled as io, formatValue as cr, getValueFontSize as
|
|
4
|
+
import { S as J, E as Ze, C as R, i as us, R as Ce, l as ms, m as ps, n as fs, aj as gs, Q as hs, t as bs, ad as ys, ak as ve, V as vs, W as Za, X as Ja, Y as _s, _ as xs, $ as Ns, a0 as Ss, a1 as Cs, a2 as ws, a5 as ks, a6 as Ds, a7 as Is, ac as Ts, a8 as Es, a9 as Ms, P as Ps, O as Rs, j as Bs, k as As, a3 as zs, a4 as $s, o as Fs, v as Os, z as Ls, w as Hs, U as vt, A as Ws, D as Gs, x as Vs, F as js, y as Ks, ah as Ys, ai as Us, G as Xs, H as qs, I as Zs, J as Js, K as Qs, L as eo, M as to, N as ro, a as he, b as Wt, f as Qa, e as kt, h as Je, Z as en, B as ao, af as no, d as tn, T as Be, ae as so, ag as xa } from "./UIContext-DP6JGCto.js";
|
|
5
|
+
import { formatTrend as oo, isStatusModeEnabled as io, formatValue as cr, getValueFontSize as Na, getDateRangeForPreset as Ke, formatDateRangeSmart as pt, isInRange as lo, isSameDay as tr, formatMarketDates as co, DEFAULT_MARKET_PRESETS as rr, isMarketActive as xt, detectPreset as ar, getDateRangeDisplayInfo as Ft, toUppercasePresetId as nr, generateMarketId as uo, ROLLING_OPTIONS as wr, PERIOD_OPTIONS as kr } from "@mt-gloss/utils";
|
|
6
6
|
import { useGridApiRef as mo, DataGridPro as po } from "@mui/x-data-grid-pro";
|
|
7
|
-
import { Chip as Gt, Tooltip as gt, MenuItem as Vt, Menu as fo, Box as ne, Popper as go, Paper as ho, MenuList as bo, ListItemText as yo, IconButton as qe, Select as
|
|
7
|
+
import { Chip as Gt, Tooltip as gt, MenuItem as Vt, Menu as fo, Box as ne, Popper as go, Paper as ho, MenuList as bo, ListItemText as yo, IconButton as qe, Select as Sa, Typography as Ee, Divider as vo, Button as at, Collapse as _o, Popover as xo, Dialog as No, DialogTitle as So, DialogContent as Co, TextField as sr, DialogActions as wo, Tabs as ko, Tab as Do } from "@mui/material";
|
|
8
8
|
import Io from "@mui/icons-material/Person";
|
|
9
9
|
import To from "@mui/icons-material/Business";
|
|
10
10
|
import Eo from "@mui/icons-material/BarChart";
|
|
@@ -19,14 +19,14 @@ import Fo from "@mui/icons-material/History";
|
|
|
19
19
|
import Oo from "@mui/icons-material/People";
|
|
20
20
|
import Lo from "@mui/icons-material/ViewList";
|
|
21
21
|
import Ho from "@mui/icons-material/Timeline";
|
|
22
|
-
import
|
|
22
|
+
import Xr from "@mui/icons-material/Edit";
|
|
23
23
|
import Wo from "@mui/icons-material/Storefront";
|
|
24
24
|
import Go from "@mui/icons-material/LocalOffer";
|
|
25
25
|
import Vo from "@mui/icons-material/AttachMoney";
|
|
26
26
|
import rn from "@mui/icons-material/OpenInNew";
|
|
27
|
-
import
|
|
27
|
+
import Ca from "@mui/icons-material/CalendarToday";
|
|
28
28
|
import dr from "@mui/icons-material/ExpandMore";
|
|
29
|
-
import
|
|
29
|
+
import zr from "@mui/icons-material/Place";
|
|
30
30
|
import Ot from "@mui/icons-material/Add";
|
|
31
31
|
import Dt from "@mui/icons-material/Check";
|
|
32
32
|
import wt from "@mui/icons-material/Close";
|
|
@@ -35,17 +35,17 @@ import an from "@mui/icons-material/Star";
|
|
|
35
35
|
import nn from "@mui/icons-material/StarBorder";
|
|
36
36
|
import Ko from "@mui/icons-material/ChevronLeft";
|
|
37
37
|
import Yo from "@mui/icons-material/ChevronRight";
|
|
38
|
-
import { DateRangePicker as
|
|
38
|
+
import { DateRangePicker as wa } from "@mui/x-date-pickers-pro/DateRangePicker";
|
|
39
39
|
import { LocalizationProvider as Uo } from "@mui/x-date-pickers/LocalizationProvider";
|
|
40
40
|
import { AdapterDateFns as Xo } from "@mui/x-date-pickers/AdapterDateFns";
|
|
41
|
-
import { isSameDay as
|
|
41
|
+
import { isSameDay as ka } from "date-fns";
|
|
42
42
|
import { resolvePreset as ft } from "@mt-gloss/utils/dateInterpretation";
|
|
43
43
|
import { usePickerLayout as qo, PickersLayoutRoot as Zo, PickersLayoutContentWrapper as Jo, pickersLayoutClasses as Qo } from "@mui/x-date-pickers/PickersLayout";
|
|
44
|
-
import { useSensors as ei, useSensor as
|
|
44
|
+
import { useSensors as ei, useSensor as Da, PointerSensor as ti, KeyboardSensor as ri, DndContext as ai, closestCenter as ni, DragOverlay as si } from "@dnd-kit/core";
|
|
45
45
|
import { sortableKeyboardCoordinates as oi, arrayMove as ii, SortableContext as li, rectSortingStrategy as ci, useSortable as di } from "@dnd-kit/sortable";
|
|
46
46
|
import { CSS as ui } from "@dnd-kit/utilities";
|
|
47
47
|
import { restrictToParentElement as mi } from "@dnd-kit/modifiers";
|
|
48
|
-
import { useReducedMotion as pi, LayoutGroup as fi, motion as Ct, AnimatePresence as
|
|
48
|
+
import { useReducedMotion as pi, LayoutGroup as fi, motion as Ct, AnimatePresence as $r } from "framer-motion";
|
|
49
49
|
import gi from "@mui/icons-material/ShowChart";
|
|
50
50
|
import hi from "@mui/icons-material/TableChart";
|
|
51
51
|
import bi from "@mui/icons-material/Refresh";
|
|
@@ -336,7 +336,7 @@ const zi = {
|
|
|
336
336
|
}, Fi = {
|
|
337
337
|
trackBg: R.BgSurface,
|
|
338
338
|
dotColor: R.BrandPrimary
|
|
339
|
-
},
|
|
339
|
+
}, pr = q.forwardRef(
|
|
340
340
|
(r, t) => {
|
|
341
341
|
const {
|
|
342
342
|
variant: a = "default",
|
|
@@ -388,7 +388,7 @@ const zi = {
|
|
|
388
388
|
] });
|
|
389
389
|
}
|
|
390
390
|
);
|
|
391
|
-
|
|
391
|
+
pr.displayName = "PresetRadio";
|
|
392
392
|
const mn = Ut(null);
|
|
393
393
|
function Oi() {
|
|
394
394
|
return Xt(mn);
|
|
@@ -435,7 +435,7 @@ function Li({
|
|
|
435
435
|
p && /* @__PURE__ */ e("span", { className: "gloss-radio-group__required", children: " *" })
|
|
436
436
|
] }),
|
|
437
437
|
/* @__PURE__ */ e("div", { className: "gloss-radio-group__items", role: "radiogroup", "aria-required": p, children: n ? n.map((C) => /* @__PURE__ */ e(
|
|
438
|
-
|
|
438
|
+
pr,
|
|
439
439
|
{
|
|
440
440
|
name: f,
|
|
441
441
|
value: String(C.value),
|
|
@@ -457,7 +457,7 @@ const Hi = q.forwardRef(
|
|
|
457
457
|
({ value: r, ...t }, a) => {
|
|
458
458
|
const n = Oi();
|
|
459
459
|
return n ? /* @__PURE__ */ e(
|
|
460
|
-
|
|
460
|
+
pr,
|
|
461
461
|
{
|
|
462
462
|
ref: a,
|
|
463
463
|
name: n.groupProps.name,
|
|
@@ -469,7 +469,7 @@ const Hi = q.forwardRef(
|
|
|
469
469
|
disabled: n.groupProps.disabled || t.disabled,
|
|
470
470
|
...t
|
|
471
471
|
}
|
|
472
|
-
) : /* @__PURE__ */ e(
|
|
472
|
+
) : /* @__PURE__ */ e(pr, { ref: a, value: r, name: "", ...t });
|
|
473
473
|
}
|
|
474
474
|
);
|
|
475
475
|
Hi.displayName = "GroupRadio";
|
|
@@ -860,23 +860,23 @@ function fn(r = {}) {
|
|
|
860
860
|
n && l.current && l.current.focus?.();
|
|
861
861
|
}, [n]), c;
|
|
862
862
|
}
|
|
863
|
-
const al = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], nl = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], yt = (r, t) => r.getFullYear() === t.getFullYear() && r.getMonth() === t.getMonth() && r.getDate() === t.getDate(),
|
|
863
|
+
const al = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], nl = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], yt = (r, t) => r.getFullYear() === t.getFullYear() && r.getMonth() === t.getMonth() && r.getDate() === t.getDate(), Ia = (r, t) => new Date(r, t + 1, 0).getDate(), sl = (r, t) => new Date(r, t, 1).getDay(), ol = (r, t) => {
|
|
864
864
|
const a = r.getDate(), n = r.getMonth() + 1, s = r.getFullYear();
|
|
865
865
|
return t.replace("DD", String(a).padStart(2, "0")).replace("D", String(a)).replace("MM", String(n).padStart(2, "0")).replace("M", String(n)).replace("YYYY", String(s)).replace("YY", String(s).slice(-2));
|
|
866
|
-
},
|
|
867
|
-
const l = [], u = /* @__PURE__ */ new Date(), p =
|
|
866
|
+
}, Dr = (r, t, a, n, s) => t && r < t || a && r > a || n?.some((i) => yt(i, r)) ? !0 : s?.(r) ?? !1, il = (r, t, a, n, s, i, o, c) => {
|
|
867
|
+
const l = [], u = /* @__PURE__ */ new Date(), p = Ia(r, t), f = (sl(r, t) - n + 7) % 7, y = t === 0 ? 11 : t - 1, b = t === 0 ? r - 1 : r, _ = Ia(b, y);
|
|
868
868
|
for (let E = f - 1; E >= 0; E--) {
|
|
869
869
|
const S = new Date(b, y, _ - E);
|
|
870
|
-
l.push({ date: S, isCurrentMonth: !1, isToday: yt(S, u), isSelected: a ? yt(S, a) : !1, isDisabled:
|
|
870
|
+
l.push({ date: S, isCurrentMonth: !1, isToday: yt(S, u), isSelected: a ? yt(S, a) : !1, isDisabled: Dr(S, s, i, o, c) });
|
|
871
871
|
}
|
|
872
872
|
for (let E = 1; E <= p; E++) {
|
|
873
873
|
const S = new Date(r, t, E);
|
|
874
|
-
l.push({ date: S, isCurrentMonth: !0, isToday: yt(S, u), isSelected: a ? yt(S, a) : !1, isDisabled:
|
|
874
|
+
l.push({ date: S, isCurrentMonth: !0, isToday: yt(S, u), isSelected: a ? yt(S, a) : !1, isDisabled: Dr(S, s, i, o, c) });
|
|
875
875
|
}
|
|
876
876
|
const v = t === 11 ? 0 : t + 1, h = t === 11 ? r + 1 : r, k = 42 - l.length;
|
|
877
877
|
for (let E = 1; E <= k; E++) {
|
|
878
878
|
const S = new Date(h, v, E);
|
|
879
|
-
l.push({ date: S, isCurrentMonth: !1, isToday: yt(S, u), isSelected: a ? yt(S, a) : !1, isDisabled:
|
|
879
|
+
l.push({ date: S, isCurrentMonth: !1, isToday: yt(S, u), isSelected: a ? yt(S, a) : !1, isDisabled: Dr(S, s, i, o, c) });
|
|
880
880
|
}
|
|
881
881
|
return l;
|
|
882
882
|
}, ll = {
|
|
@@ -993,18 +993,18 @@ const al = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], nl = ["January", "
|
|
|
993
993
|
}
|
|
994
994
|
);
|
|
995
995
|
dl.displayName = "PresetDatePicker";
|
|
996
|
-
const
|
|
996
|
+
const Fr = (r) => {
|
|
997
997
|
const t = r.match(/^(\d{1,2}):(\d{2})(?::(\d{2}))?$/);
|
|
998
998
|
return t ? { h: parseInt(t[1], 10), m: parseInt(t[2], 10), s: t[3] ? parseInt(t[3], 10) : 0 } : null;
|
|
999
|
-
},
|
|
1000
|
-
const n =
|
|
999
|
+
}, Ta = (r, t, a) => {
|
|
1000
|
+
const n = Fr(r);
|
|
1001
1001
|
if (!n) return "";
|
|
1002
1002
|
let { h: s, m: i, s: o } = n, c = "";
|
|
1003
1003
|
t === "12h" && (c = s >= 12 ? " PM" : " AM", s = s % 12 || 12);
|
|
1004
1004
|
const l = String(s).padStart(2, "0"), u = String(i).padStart(2, "0"), p = String(o).padStart(2, "0");
|
|
1005
1005
|
return a ? `${l}:${u}:${p}${c}` : `${l}:${u}${c}`;
|
|
1006
1006
|
}, ul = (r, t, a) => {
|
|
1007
|
-
const n = [], s = t ?
|
|
1007
|
+
const n = [], s = t ? Fr(t) : null, i = a ? Fr(a) : null;
|
|
1008
1008
|
for (let o = 0; o < 24; o++)
|
|
1009
1009
|
for (let c = 0; c < 60; c += r) {
|
|
1010
1010
|
const l = o * 60 + c;
|
|
@@ -1053,7 +1053,7 @@ const $r = (r) => {
|
|
|
1053
1053
|
};
|
|
1054
1054
|
return document.addEventListener("mousedown", j), () => document.removeEventListener("mousedown", j);
|
|
1055
1055
|
}, [I]);
|
|
1056
|
-
const M = w ?
|
|
1056
|
+
const M = w ? Ta(w, c, l) : "", O = {
|
|
1057
1057
|
bg: R.BgSurface,
|
|
1058
1058
|
borderColor: pl[a],
|
|
1059
1059
|
radius: Ce.Md,
|
|
@@ -1074,22 +1074,22 @@ const $r = (r) => {
|
|
|
1074
1074
|
v && w && /* @__PURE__ */ e("span", { className: "gloss-preset-timepicker__clear", onClick: A, role: "button", tabIndex: -1, children: /* @__PURE__ */ e(ve, { name: "x", size: "sm" }) }),
|
|
1075
1075
|
/* @__PURE__ */ e(ve, { name: "chevron-down", size: "sm" })
|
|
1076
1076
|
] }),
|
|
1077
|
-
I && /* @__PURE__ */ e(xs, { definition: O, children: /* @__PURE__ */ e(Ns, { children: $.map((j) => /* @__PURE__ */ e(Ss, { selected: j === w, onClick: () => T(j), children:
|
|
1077
|
+
I && /* @__PURE__ */ e(xs, { definition: O, children: /* @__PURE__ */ e(Ns, { children: $.map((j) => /* @__PURE__ */ e(Ss, { selected: j === w, onClick: () => T(j), children: Ta(j, c, l) }, j)) }) }),
|
|
1078
1078
|
b && /* @__PURE__ */ e("div", { className: `gloss-preset-timepicker__helper ${a === "error" ? "gloss-preset-timepicker__helper--error" : ""}`, children: b })
|
|
1079
1079
|
] });
|
|
1080
1080
|
}
|
|
1081
1081
|
);
|
|
1082
1082
|
fl.displayName = "PresetTimePicker";
|
|
1083
|
-
const gl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], hl = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
|
|
1083
|
+
const gl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], hl = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], Ir = (r, t) => r.getFullYear() === t.getFullYear() && r.getMonth() === t.getMonth() && r.getDate() === t.getDate(), Ea = (r, t) => new Date(r, t + 1, 0).getDate(), bl = (r, t) => new Date(r, t, 1).getDay(), Tr = (r, t) => {
|
|
1084
1084
|
const a = r.getDate(), n = r.getMonth() + 1, s = r.getFullYear();
|
|
1085
1085
|
return t.replace("DD", String(a).padStart(2, "0")).replace("D", String(a)).replace("MM", String(n).padStart(2, "0")).replace("M", String(n)).replace("YYYY", String(s)).replace("YY", String(s).slice(-2));
|
|
1086
|
-
},
|
|
1087
|
-
const o = [], c = /* @__PURE__ */ new Date(), l =
|
|
1088
|
-
const E = a.start ?
|
|
1086
|
+
}, Ma = (r, t, a, n, s, i) => {
|
|
1087
|
+
const o = [], c = /* @__PURE__ */ new Date(), l = Ea(r, t), p = (bl(r, t) - n + 7) % 7, m = t === 0 ? 11 : t - 1, f = t === 0 ? r - 1 : r, y = Ea(f, m), b = (h, k) => {
|
|
1088
|
+
const E = a.start ? Ir(h, a.start) : !1, S = a.end ? Ir(h, a.end) : !1;
|
|
1089
1089
|
return {
|
|
1090
1090
|
date: h,
|
|
1091
1091
|
isCurrentMonth: k,
|
|
1092
|
-
isToday:
|
|
1092
|
+
isToday: Ir(h, c),
|
|
1093
1093
|
isSelected: E || S,
|
|
1094
1094
|
isDisabled: !!(s && h < s || i && h > i),
|
|
1095
1095
|
isRangeStart: E,
|
|
@@ -1133,7 +1133,7 @@ const gl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], hl = ["January", "
|
|
|
1133
1133
|
} = r, C = Le(), I = E || C, g = ce(null), [P, x] = H(!1), [D, w] = H(i), [$, T] = H(!1), A = s !== void 0, M = A ? s : D, [O, Y] = H(() => M.start || /* @__PURE__ */ new Date()), j = ee(() => {
|
|
1134
1134
|
const de = new Date(O);
|
|
1135
1135
|
return de.setMonth(de.getMonth() + 1), de;
|
|
1136
|
-
}, [O]), B = fn({ enabled: P, onEscape: () => x(!1) }), W = ee(() =>
|
|
1136
|
+
}, [O]), B = fn({ enabled: P, onEscape: () => x(!1) }), W = ee(() => Ma(O.getFullYear(), O.getMonth(), M, b, c, l), [O, M, b, c, l]), V = ee(() => Ma(j.getFullYear(), j.getMonth(), M, b, c, l), [j, M, b, c, l]), G = ee(() => {
|
|
1137
1137
|
const de = [...gl];
|
|
1138
1138
|
if (b > 0) {
|
|
1139
1139
|
const be = de.splice(0, b);
|
|
@@ -1164,7 +1164,7 @@ const gl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], hl = ["January", "
|
|
|
1164
1164
|
};
|
|
1165
1165
|
return document.addEventListener("mousedown", de), () => document.removeEventListener("mousedown", de);
|
|
1166
1166
|
}, [P]);
|
|
1167
|
-
const K = ee(() => !M.start && !M.end ? "" : M.start && !M.end ? `${
|
|
1167
|
+
const K = ee(() => !M.start && !M.end ? "" : M.start && !M.end ? `${Tr(M.start, f)} - ...` : M.start && M.end ? `${Tr(M.start, f)} - ${Tr(M.end, f)}` : "", [M, f]), X = {
|
|
1168
1168
|
bg: R.BgSurface,
|
|
1169
1169
|
borderColor: a === "error" ? R.BorderError : a === "success" ? R.BorderSuccess : R.BorderDefault,
|
|
1170
1170
|
radius: Ce.Md,
|
|
@@ -1212,7 +1212,7 @@ const gl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], hl = ["January", "
|
|
|
1212
1212
|
}
|
|
1213
1213
|
);
|
|
1214
1214
|
gn.displayName = "PresetDateRangePicker";
|
|
1215
|
-
const vl = () => Math.random().toString(36).slice(2, 11),
|
|
1215
|
+
const vl = () => Math.random().toString(36).slice(2, 11), Pa = (r) => {
|
|
1216
1216
|
if (r === 0) return "0 B";
|
|
1217
1217
|
const t = 1024, a = ["B", "KB", "MB", "GB"], n = Math.floor(Math.log(r) / Math.log(t));
|
|
1218
1218
|
return `${parseFloat((r / Math.pow(t, n)).toFixed(1))} ${a[n]}`;
|
|
@@ -1245,7 +1245,7 @@ const vl = () => Math.random().toString(36).slice(2, 11), Ma = (r) => {
|
|
|
1245
1245
|
} = r, E = Le(), S = h || E, C = ce(null), [I, g] = H([]), [P, x] = H(!1), D = s !== void 0, w = D ? s : I, $ = N((B) => {
|
|
1246
1246
|
D || g(B), i?.(B);
|
|
1247
1247
|
}, [D, i]), T = N((B) => {
|
|
1248
|
-
if (l && B.size > l) return `File size exceeds ${
|
|
1248
|
+
if (l && B.size > l) return `File size exceeds ${Pa(l)}`;
|
|
1249
1249
|
if (o) {
|
|
1250
1250
|
const W = o.split(",").map((z) => z.trim()), V = `.${B.name.split(".").pop()?.toLowerCase()}`;
|
|
1251
1251
|
if (!W.some((z) => z.startsWith(".") ? V === z.toLowerCase() : z.endsWith("/*") ? B.type.startsWith(z.replace("/*", "/")) : B.type === z)) return "File type not accepted";
|
|
@@ -1325,7 +1325,7 @@ const vl = () => Math.random().toString(36).slice(2, 11), Ma = (r) => {
|
|
|
1325
1325
|
m && B.preview ? /* @__PURE__ */ e("img", { src: B.preview, alt: B.file.name, className: "gloss-preset-fileupload__preview" }) : /* @__PURE__ */ e(ve, { name: "file", size: "md" }),
|
|
1326
1326
|
/* @__PURE__ */ d("div", { className: "gloss-preset-fileupload__file-info", children: [
|
|
1327
1327
|
/* @__PURE__ */ e("span", { className: "gloss-preset-fileupload__file-name", children: B.file.name }),
|
|
1328
|
-
/* @__PURE__ */ e("span", { className: "gloss-preset-fileupload__file-size", children:
|
|
1328
|
+
/* @__PURE__ */ e("span", { className: "gloss-preset-fileupload__file-size", children: Pa(B.file.size) }),
|
|
1329
1329
|
B.error && /* @__PURE__ */ e("span", { className: "gloss-preset-fileupload__file-error", children: B.error })
|
|
1330
1330
|
] }),
|
|
1331
1331
|
/* @__PURE__ */ e("button", { type: "button", className: "gloss-preset-fileupload__remove", onClick: () => M(B.id), "aria-label": `Remove ${B.file.name}`, children: /* @__PURE__ */ e(ve, { name: "x", size: "sm" }) })
|
|
@@ -1369,7 +1369,7 @@ const xl = [
|
|
|
1369
1369
|
o = c > 0.5 ? l / (2 - n - s) : l / (n + s), n === r ? i = ((t - a) / l + (t < a ? 6 : 0)) / 6 : n === t ? i = ((a - r) / l + 2) / 6 : i = ((r - t) / l + 4) / 6;
|
|
1370
1370
|
}
|
|
1371
1371
|
return { h: Math.round(i * 360), s: Math.round(o * 100), l: Math.round(c * 100) };
|
|
1372
|
-
},
|
|
1372
|
+
}, Ra = (r, t, a, n) => {
|
|
1373
1373
|
if (n === "rgb") return `rgb(${r}, ${t}, ${a})`;
|
|
1374
1374
|
if (n === "hsl") {
|
|
1375
1375
|
const { h: s, s: i, l: o } = Nl(r, t, a);
|
|
@@ -1398,7 +1398,7 @@ const xl = [
|
|
|
1398
1398
|
id: f,
|
|
1399
1399
|
name: y
|
|
1400
1400
|
} = r, b = Le(), _ = f || b, v = ce(null), [h, k] = H(!1), [E, S] = H(s), C = n !== void 0, I = C ? n : E, g = or(I) || { r: 59, g: 130, b: 246 }, P = N((A, M, O) => {
|
|
1401
|
-
const Y =
|
|
1401
|
+
const Y = Ra(A, M, O, o);
|
|
1402
1402
|
C || S(Y), i?.(Y);
|
|
1403
1403
|
}, [o, C, i]), x = N((A) => {
|
|
1404
1404
|
const M = or(A);
|
|
@@ -1410,7 +1410,7 @@ const xl = [
|
|
|
1410
1410
|
const M = A.target.value;
|
|
1411
1411
|
C || S(M);
|
|
1412
1412
|
const O = or(M);
|
|
1413
|
-
O && i?.(
|
|
1413
|
+
O && i?.(Ra(O.r, O.g, O.b, o));
|
|
1414
1414
|
}, [o, C, i]);
|
|
1415
1415
|
se(() => {
|
|
1416
1416
|
if (!h) return;
|
|
@@ -2156,7 +2156,7 @@ const uc = {
|
|
|
2156
2156
|
md: { fontSize: "0.8125rem", padding: "4px", paddingX: "10px" },
|
|
2157
2157
|
lg: { fontSize: "0.875rem", padding: "5px", paddingX: "12px" },
|
|
2158
2158
|
xl: { fontSize: "0.9375rem", padding: "6px", paddingX: "14px" }
|
|
2159
|
-
},
|
|
2159
|
+
}, qr = q.forwardRef(
|
|
2160
2160
|
(r, t) => {
|
|
2161
2161
|
const {
|
|
2162
2162
|
variant: a = "filled",
|
|
@@ -2229,7 +2229,7 @@ const uc = {
|
|
|
2229
2229
|
);
|
|
2230
2230
|
}
|
|
2231
2231
|
);
|
|
2232
|
-
|
|
2232
|
+
qr.displayName = "PresetChip";
|
|
2233
2233
|
const pc = {
|
|
2234
2234
|
borderColor: R.BorderDefault,
|
|
2235
2235
|
radius: Ce.None
|
|
@@ -2425,7 +2425,7 @@ const Qe = {
|
|
|
2425
2425
|
easeOut: "cubic-bezier(0, 0, 0.2, 1)",
|
|
2426
2426
|
easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
2427
2427
|
spring: "cubic-bezier(0.175, 0.885, 0.32, 1.275)"
|
|
2428
|
-
},
|
|
2428
|
+
}, Er = {
|
|
2429
2429
|
fade: {
|
|
2430
2430
|
enter: {
|
|
2431
2431
|
from: { opacity: 0 },
|
|
@@ -2523,13 +2523,13 @@ const Qe = {
|
|
|
2523
2523
|
easing: et.easeInOut
|
|
2524
2524
|
}
|
|
2525
2525
|
};
|
|
2526
|
-
function
|
|
2526
|
+
function rp(r, t = Qe.normal, a = et.easeOut) {
|
|
2527
2527
|
return r.map((n) => `${n} ${t}ms ${a}`).join(", ");
|
|
2528
2528
|
}
|
|
2529
|
-
function
|
|
2529
|
+
function ap(r, t, a) {
|
|
2530
2530
|
return r + (t - r) * a;
|
|
2531
2531
|
}
|
|
2532
|
-
function
|
|
2532
|
+
function np(r) {
|
|
2533
2533
|
const t = r.match(/^([-\d.]+)(.*)$/);
|
|
2534
2534
|
return t ? { value: parseFloat(t[1]), unit: t[2] || "" } : { value: 0, unit: "" };
|
|
2535
2535
|
}
|
|
@@ -2548,7 +2548,7 @@ function kc({
|
|
|
2548
2548
|
...m
|
|
2549
2549
|
}) {
|
|
2550
2550
|
delete m.className, delete m.style;
|
|
2551
|
-
const [f, y] = H(r ? "entered" : "exited"), [b, _] = H(r), v = ce(null), h = ce(null), k = typeof t == "string" ?
|
|
2551
|
+
const [f, y] = H(r ? "entered" : "exited"), [b, _] = H(r), v = ce(null), h = ce(null), k = typeof t == "string" ? Er[t] : t, E = a ?? (typeof t == "string" ? Er[t]?.duration : Qe.normal) ?? Qe.normal, S = n ?? (typeof t == "string" ? Er[t]?.easing : et.easeOut) ?? et.easeOut, C = N(() => {
|
|
2552
2552
|
v.current && (clearTimeout(v.current), v.current = null), h.current && (cancelAnimationFrame(h.current), h.current = null);
|
|
2553
2553
|
}, []);
|
|
2554
2554
|
if (se(() => (C(), r ? (_(!0), o?.(), h.current = requestAnimationFrame(() => {
|
|
@@ -2936,11 +2936,11 @@ const Mc = (r) => {
|
|
|
2936
2936
|
}
|
|
2937
2937
|
};
|
|
2938
2938
|
Mc.displayName = "Skeleton";
|
|
2939
|
-
const
|
|
2939
|
+
const Ba = [60, 80, 45, 90, 65, 75, 55, 85, 70, 50], Pc = ({
|
|
2940
2940
|
bars: r = 10,
|
|
2941
2941
|
maxHeight: t = 120
|
|
2942
2942
|
}) => {
|
|
2943
|
-
const a = Math.max(1, Math.min(r,
|
|
2943
|
+
const a = Math.max(1, Math.min(r, Ba.length)), n = Ba.slice(0, a);
|
|
2944
2944
|
return /* @__PURE__ */ e(
|
|
2945
2945
|
he,
|
|
2946
2946
|
{
|
|
@@ -3130,17 +3130,17 @@ const Bc = ({
|
|
|
3130
3130
|
);
|
|
3131
3131
|
};
|
|
3132
3132
|
Bc.displayName = "SkeletonCard";
|
|
3133
|
-
const
|
|
3133
|
+
const Aa = {
|
|
3134
3134
|
up: { color: "#10b981", bg: "rgba(16,185,129,0.07)" },
|
|
3135
3135
|
down: { color: "#ef4444", bg: "rgba(239,68,68,0.07)" },
|
|
3136
3136
|
flat: { color: "#6b7280", bg: "rgba(107,114,128,0.07)" }
|
|
3137
|
-
},
|
|
3137
|
+
}, za = {
|
|
3138
3138
|
up: "▲",
|
|
3139
3139
|
down: "▼",
|
|
3140
3140
|
flat: "▶"
|
|
3141
|
-
},
|
|
3141
|
+
}, Or = function({ value: t, direction: a }) {
|
|
3142
3142
|
if (t == null) return null;
|
|
3143
|
-
const { text: n, direction: s } = oo(t), i = a || s, { color: o, bg: c } =
|
|
3143
|
+
const { text: n, direction: s } = oo(t), i = a || s, { color: o, bg: c } = Aa[i] || Aa.flat, l = za[i] || za.flat;
|
|
3144
3144
|
return /* @__PURE__ */ d(
|
|
3145
3145
|
"span",
|
|
3146
3146
|
{
|
|
@@ -3164,8 +3164,8 @@ const Ba = {
|
|
|
3164
3164
|
}
|
|
3165
3165
|
);
|
|
3166
3166
|
};
|
|
3167
|
-
|
|
3168
|
-
const
|
|
3167
|
+
Or.displayName = "TrendIndicator";
|
|
3168
|
+
const br = ({ data: r, color: t, isStale: a }) => {
|
|
3169
3169
|
const s = "sparkbg-" + Le().replace(/:/g, ""), i = t || "#4f46e5", o = ee(() => {
|
|
3170
3170
|
if (!r || r.length < 2) return null;
|
|
3171
3171
|
const c = 300, l = 55, u = 2, p = Math.min(...r), f = Math.max(...r) - p || 1, b = r.map((v, h) => ({
|
|
@@ -3225,7 +3225,7 @@ const hr = ({ data: r, color: t, isStale: a }) => {
|
|
|
3225
3225
|
}
|
|
3226
3226
|
) : null;
|
|
3227
3227
|
};
|
|
3228
|
-
|
|
3228
|
+
br.displayName = "SparklineBg";
|
|
3229
3229
|
const Cn = ({ data: r, color: t, isStale: a }) => {
|
|
3230
3230
|
const n = t || "#4f46e5", s = ee(() => {
|
|
3231
3231
|
if (!r || r.length < 1) return null;
|
|
@@ -3461,7 +3461,7 @@ function In(r) {
|
|
|
3461
3461
|
children: [
|
|
3462
3462
|
/* @__PURE__ */ e("span", { className: "gloss-metric-card__label", children: l.label }),
|
|
3463
3463
|
/* @__PURE__ */ e("span", { children: String(l.value) }),
|
|
3464
|
-
p != null && p.length > 0 ? /* @__PURE__ */ e(
|
|
3464
|
+
p != null && p.length > 0 ? /* @__PURE__ */ e(br, { data: [...p], color: l.accentColor }) : null
|
|
3465
3465
|
]
|
|
3466
3466
|
},
|
|
3467
3467
|
l.id
|
|
@@ -3478,14 +3478,14 @@ function zc(r, t) {
|
|
|
3478
3478
|
const { operator: a, threshold: n, result: s, fallback: i } = t;
|
|
3479
3479
|
return (a === "lt" ? r < n : a === "gt" ? r > n : a === "eq" ? Math.abs(r - n) < 1e-9 : a === "gte" ? r >= n : a === "lte" ? r <= n : !1) ? s : i;
|
|
3480
3480
|
}
|
|
3481
|
-
function
|
|
3481
|
+
function $a(r, t) {
|
|
3482
3482
|
const a = r.replace("#", "");
|
|
3483
3483
|
if (!/^[0-9a-fA-F]{6}$/.test(a))
|
|
3484
3484
|
return `rgba(0,0,0,${t})`;
|
|
3485
3485
|
const n = parseInt(a.substring(0, 2), 16), s = parseInt(a.substring(2, 4), 16), i = parseInt(a.substring(4, 6), 16);
|
|
3486
3486
|
return `rgba(${n},${s},${i},${t})`;
|
|
3487
3487
|
}
|
|
3488
|
-
const
|
|
3488
|
+
const Mr = {
|
|
3489
3489
|
up: "var(--color-positive)",
|
|
3490
3490
|
down: "var(--color-negative)",
|
|
3491
3491
|
flat: "var(--color-text-secondary)"
|
|
@@ -3560,7 +3560,7 @@ const Er = {
|
|
|
3560
3560
|
prefix: i?.prefix || "",
|
|
3561
3561
|
suffix: i?.suffix || "",
|
|
3562
3562
|
abbreviated: i?.abbreviated
|
|
3563
|
-
}), [s, i?.prefix, i?.suffix, i?.abbreviated]), D =
|
|
3563
|
+
}), [s, i?.prefix, i?.suffix, i?.abbreviated]), D = Na(x.length, l), w = o?.direction && Mr[o.direction] || Mr.flat, $ = u ? "gloss-metric-data-stale" : "gloss-metric-data-fresh", T = {
|
|
3564
3564
|
fontWeight: 700,
|
|
3565
3565
|
letterSpacing: "-0.03em",
|
|
3566
3566
|
color: a === "highlight" ? P : "rgba(0,0,0,0.87)",
|
|
@@ -3614,7 +3614,7 @@ const Er = {
|
|
|
3614
3614
|
prefix: i?.prefix || "",
|
|
3615
3615
|
suffix: i?.suffix || "",
|
|
3616
3616
|
abbreviated: i?.abbreviated
|
|
3617
|
-
}), z =
|
|
3617
|
+
}), z = Na(V.length, l), U = Math.max(z - 4, 14);
|
|
3618
3618
|
return /* @__PURE__ */ d("div", { style: { display: "flex", alignItems: "center", gap: 12, flex: 1 }, children: [
|
|
3619
3619
|
/* @__PURE__ */ d("div", { style: { display: "flex", flexDirection: "column" }, children: [
|
|
3620
3620
|
/* @__PURE__ */ e(
|
|
@@ -3736,14 +3736,14 @@ const Er = {
|
|
|
3736
3736
|
position: "absolute",
|
|
3737
3737
|
inset: 0,
|
|
3738
3738
|
borderRadius: 10,
|
|
3739
|
-
backgroundColor:
|
|
3740
|
-
border: `1px solid ${
|
|
3739
|
+
backgroundColor: $a(P, 0.06),
|
|
3740
|
+
border: `1px solid ${$a(P, 0.15)}`,
|
|
3741
3741
|
zIndex: 0,
|
|
3742
3742
|
pointerEvents: "none"
|
|
3743
3743
|
}
|
|
3744
3744
|
}
|
|
3745
3745
|
),
|
|
3746
|
-
a === "sparkline" && /* @__PURE__ */ e(
|
|
3746
|
+
a === "sparkline" && /* @__PURE__ */ e(br, { data: y, color: m, isStale: u }),
|
|
3747
3747
|
a === "bars" && /* @__PURE__ */ e(Cn, { data: b, color: m, isStale: u }),
|
|
3748
3748
|
/* @__PURE__ */ e(
|
|
3749
3749
|
he,
|
|
@@ -3794,7 +3794,7 @@ const Er = {
|
|
|
3794
3794
|
borderRadius: 4,
|
|
3795
3795
|
display: "inline-flex",
|
|
3796
3796
|
flexShrink: 0
|
|
3797
|
-
}, children: /* @__PURE__ */ e(
|
|
3797
|
+
}, children: /* @__PURE__ */ e(Or, { value: o?.value, direction: o?.direction }) }) : /* @__PURE__ */ e(Or, { value: o?.value, direction: o?.direction })
|
|
3798
3798
|
]
|
|
3799
3799
|
}
|
|
3800
3800
|
),
|
|
@@ -3802,23 +3802,23 @@ const Er = {
|
|
|
3802
3802
|
] });
|
|
3803
3803
|
};
|
|
3804
3804
|
nt.displayName = "MetricCard";
|
|
3805
|
-
let
|
|
3806
|
-
const
|
|
3805
|
+
let Lr = null;
|
|
3806
|
+
const Hr = /* @__PURE__ */ new Set();
|
|
3807
3807
|
function Lc(r) {
|
|
3808
|
-
return
|
|
3809
|
-
|
|
3808
|
+
return Hr.add(r), () => {
|
|
3809
|
+
Hr.delete(r);
|
|
3810
3810
|
};
|
|
3811
3811
|
}
|
|
3812
|
-
function
|
|
3813
|
-
return
|
|
3812
|
+
function Pr() {
|
|
3813
|
+
return Lr;
|
|
3814
3814
|
}
|
|
3815
|
-
function
|
|
3816
|
-
|
|
3815
|
+
function Rr(r) {
|
|
3816
|
+
Lr !== r && (Lr = r, Hr.forEach((t) => t()));
|
|
3817
3817
|
}
|
|
3818
3818
|
function Hc(r, t, a) {
|
|
3819
3819
|
const n = Le(), s = t ?? n, i = is(
|
|
3820
3820
|
Lc,
|
|
3821
|
-
|
|
3821
|
+
Pr,
|
|
3822
3822
|
// SSR fallback — no menu active on server render.
|
|
3823
3823
|
() => null
|
|
3824
3824
|
), o = ce(a);
|
|
@@ -3827,9 +3827,9 @@ function Hc(r, t, a) {
|
|
|
3827
3827
|
}, [a]), se(() => {
|
|
3828
3828
|
r && i !== null && i !== s && o.current(!1);
|
|
3829
3829
|
}, [i, s, r]), se(() => {
|
|
3830
|
-
r ?
|
|
3830
|
+
r ? Rr(s) : Pr() === s && Rr(null);
|
|
3831
3831
|
}, [r, s]), se(() => () => {
|
|
3832
|
-
|
|
3832
|
+
Pr() === s && Rr(null);
|
|
3833
3833
|
}, [s]), { menuId: s, activeMenuId: i };
|
|
3834
3834
|
}
|
|
3835
3835
|
const Ye = {
|
|
@@ -3937,7 +3937,7 @@ function Kc(r) {
|
|
|
3937
3937
|
function Yc(r, t) {
|
|
3938
3938
|
return r.length === 0 || r.filter((s) => !s.isPromotable).length > 0 ? !1 : r.filter((s) => s.isPromotable).length <= t;
|
|
3939
3939
|
}
|
|
3940
|
-
function
|
|
3940
|
+
function Fa(r, t) {
|
|
3941
3941
|
const a = t ?? {};
|
|
3942
3942
|
return r.filter((n) => n.visibleWhen ? n.visibleWhen(a) : !0);
|
|
3943
3943
|
}
|
|
@@ -4001,10 +4001,10 @@ const Tn = (r) => {
|
|
|
4001
4001
|
() => jc(C),
|
|
4002
4002
|
[C]
|
|
4003
4003
|
), D = ee(
|
|
4004
|
-
() =>
|
|
4004
|
+
() => Fa(t, m),
|
|
4005
4005
|
[t, m]
|
|
4006
4006
|
), w = ee(
|
|
4007
|
-
() =>
|
|
4007
|
+
() => Fa(a, m),
|
|
4008
4008
|
[a, m]
|
|
4009
4009
|
), $ = Math.max(0, 5 - D.length - 1), T = ee(() => w.filter((ae) => ae.isPromotable).sort((ae, xe) => ae.order - xe.order).slice(0, $), [w, $]), A = ee(() => {
|
|
4010
4010
|
const ae = new Set(T.map((xe) => xe.id));
|
|
@@ -4234,7 +4234,7 @@ const Tn = (r) => {
|
|
|
4234
4234
|
variants: x,
|
|
4235
4235
|
animate: O ? "expanded" : "collapsed",
|
|
4236
4236
|
initial: "collapsed",
|
|
4237
|
-
children: /* @__PURE__ */ e(
|
|
4237
|
+
children: /* @__PURE__ */ e($r, { mode: "popLayout", initial: !1, children: O ? T.map((ae) => /* @__PURE__ */ e(
|
|
4238
4238
|
Ct.span,
|
|
4239
4239
|
{
|
|
4240
4240
|
className: "gloss-action-strip__icon-slot",
|
|
@@ -4270,7 +4270,7 @@ const Tn = (r) => {
|
|
|
4270
4270
|
]
|
|
4271
4271
|
}
|
|
4272
4272
|
),
|
|
4273
|
-
/* @__PURE__ */ e(
|
|
4273
|
+
/* @__PURE__ */ e($r, { children: O && !M ? (
|
|
4274
4274
|
// quick-260418-k7k-fix-6: FloatingPortal is required because
|
|
4275
4275
|
// dnd-kit's SortableContext wraps each card in a div with
|
|
4276
4276
|
// inline `transform`. Per CSS spec, `transform !== none`
|
|
@@ -4334,11 +4334,11 @@ const Tn = (r) => {
|
|
|
4334
4334
|
) });
|
|
4335
4335
|
};
|
|
4336
4336
|
Tn.displayName = "ActionStrip";
|
|
4337
|
-
const
|
|
4337
|
+
const sp = [
|
|
4338
4338
|
"settings",
|
|
4339
4339
|
"remove",
|
|
4340
4340
|
"replace"
|
|
4341
|
-
],
|
|
4341
|
+
], op = ["whats-this"];
|
|
4342
4342
|
function sd(r) {
|
|
4343
4343
|
const t = [];
|
|
4344
4344
|
let a = 0;
|
|
@@ -4540,12 +4540,28 @@ const id = {
|
|
|
4540
4540
|
isActive: !1,
|
|
4541
4541
|
type: null,
|
|
4542
4542
|
lifecycle: "idle"
|
|
4543
|
-
}, Mn =
|
|
4544
|
-
function
|
|
4543
|
+
}, Mn = mr.createContext(id);
|
|
4544
|
+
function ip({ value: r, children: t }) {
|
|
4545
4545
|
return /* @__PURE__ */ e(Mn.Provider, { value: r, children: t });
|
|
4546
4546
|
}
|
|
4547
4547
|
function ld() {
|
|
4548
|
-
return
|
|
4548
|
+
return mr.useContext(Mn);
|
|
4549
|
+
}
|
|
4550
|
+
const cd = 200;
|
|
4551
|
+
function dd() {
|
|
4552
|
+
const { isActive: r } = ld(), [t, a] = mr.useState(!0);
|
|
4553
|
+
return mr.useEffect(() => {
|
|
4554
|
+
if (r) {
|
|
4555
|
+
a(!1);
|
|
4556
|
+
return;
|
|
4557
|
+
}
|
|
4558
|
+
const n = setTimeout(() => {
|
|
4559
|
+
a(!0);
|
|
4560
|
+
}, cd);
|
|
4561
|
+
return () => {
|
|
4562
|
+
clearTimeout(n);
|
|
4563
|
+
};
|
|
4564
|
+
}, [r]), { affordancesVisible: t };
|
|
4549
4565
|
}
|
|
4550
4566
|
const st = function({
|
|
4551
4567
|
contentSlot: t,
|
|
@@ -4621,7 +4637,7 @@ const st = function({
|
|
|
4621
4637
|
se(() => {
|
|
4622
4638
|
z === void 0 && !fe && pe.current && (pe.current = !1, te(!1));
|
|
4623
4639
|
}, [fe, z]);
|
|
4624
|
-
const je =
|
|
4640
|
+
const { affordancesVisible: je } = dd(), Ae = !U && je && (Se || fe), Te = [
|
|
4625
4641
|
u ? "gloss-card-shell--accent-ring" : ""
|
|
4626
4642
|
].filter(Boolean).join(" ") || void 0;
|
|
4627
4643
|
return /* @__PURE__ */ d(
|
|
@@ -4802,10 +4818,10 @@ const st = function({
|
|
|
4802
4818
|
);
|
|
4803
4819
|
};
|
|
4804
4820
|
st.displayName = "CardShell";
|
|
4805
|
-
function
|
|
4821
|
+
function ud(r) {
|
|
4806
4822
|
return r === 1 ? 1 : r === 2 ? 3 : 5;
|
|
4807
4823
|
}
|
|
4808
|
-
const
|
|
4824
|
+
const md = function(t) {
|
|
4809
4825
|
const {
|
|
4810
4826
|
title: a,
|
|
4811
4827
|
prefix: n = "",
|
|
@@ -4867,7 +4883,7 @@ const dd = function(t) {
|
|
|
4867
4883
|
g(), x(B, W);
|
|
4868
4884
|
},
|
|
4869
4885
|
[x, g]
|
|
4870
|
-
), w = !!y || !!v, $ = !!b || !!v, T = ce(null), { capacity: A } = Dn(T), M = f != null ?
|
|
4886
|
+
), w = !!y || !!v, $ = !!b || !!v, T = ce(null), { capacity: A } = Dn(T), M = f != null ? ud(f) : A, O = ee(() => o.map((B, W) => {
|
|
4871
4887
|
const V = i.find((U) => U.timeframe === B) || i[W], G = V?.value ?? null, z = cr(G, { prefix: n, suffix: s, abbreviated: !0 });
|
|
4872
4888
|
return {
|
|
4873
4889
|
timeframe: B,
|
|
@@ -4879,7 +4895,7 @@ const dd = function(t) {
|
|
|
4879
4895
|
[O, M]
|
|
4880
4896
|
), j = c?.[k];
|
|
4881
4897
|
return /* @__PURE__ */ d(We, { children: [
|
|
4882
|
-
j && j.length >= 2 && /* @__PURE__ */ e(
|
|
4898
|
+
j && j.length >= 2 && /* @__PURE__ */ e(br, { data: j, color: l, isStale: m }),
|
|
4883
4899
|
/* @__PURE__ */ e(
|
|
4884
4900
|
"div",
|
|
4885
4901
|
{
|
|
@@ -4953,7 +4969,7 @@ const dd = function(t) {
|
|
|
4953
4969
|
{
|
|
4954
4970
|
title: B.formatted.full,
|
|
4955
4971
|
style: {
|
|
4956
|
-
fontSize:
|
|
4972
|
+
fontSize: pd(B.formatted.length),
|
|
4957
4973
|
fontWeight: 700,
|
|
4958
4974
|
color: "var(--color-text-primary, #111827)",
|
|
4959
4975
|
lineHeight: 1.1,
|
|
@@ -4993,11 +5009,11 @@ const dd = function(t) {
|
|
|
4993
5009
|
)
|
|
4994
5010
|
] });
|
|
4995
5011
|
};
|
|
4996
|
-
|
|
4997
|
-
function
|
|
5012
|
+
md.displayName = "StackedGroupCard";
|
|
5013
|
+
function pd(r) {
|
|
4998
5014
|
return r <= 4 ? 22 : r <= 6 ? 18 : r <= 8 ? 15 : 13;
|
|
4999
5015
|
}
|
|
5000
|
-
const
|
|
5016
|
+
const Wr = {
|
|
5001
5017
|
state: "idle",
|
|
5002
5018
|
activeCardId: null,
|
|
5003
5019
|
activeDimensionId: null,
|
|
@@ -5005,7 +5021,7 @@ const Hr = {
|
|
|
5005
5021
|
// Phase 17: backside-picker overlay section (null = no section open).
|
|
5006
5022
|
openSection: null
|
|
5007
5023
|
};
|
|
5008
|
-
function
|
|
5024
|
+
function fd(r, t) {
|
|
5009
5025
|
switch (t.type) {
|
|
5010
5026
|
case "BEGIN_CONFIG":
|
|
5011
5027
|
return r.activeCardId === t.cardId ? {
|
|
@@ -5021,11 +5037,11 @@ function md(r, t) {
|
|
|
5021
5037
|
};
|
|
5022
5038
|
case "COMMIT_CONFIG":
|
|
5023
5039
|
return r.state !== "configuring" ? r : {
|
|
5024
|
-
...
|
|
5040
|
+
...Wr,
|
|
5025
5041
|
dirtyState: {}
|
|
5026
5042
|
};
|
|
5027
5043
|
case "CANCEL_CONFIG":
|
|
5028
|
-
return r.state !== "configuring" ? r : { ...
|
|
5044
|
+
return r.state !== "configuring" ? r : { ...Wr };
|
|
5029
5045
|
case "SET_DIRTY":
|
|
5030
5046
|
return {
|
|
5031
5047
|
...r,
|
|
@@ -5042,8 +5058,8 @@ function md(r, t) {
|
|
|
5042
5058
|
return r;
|
|
5043
5059
|
}
|
|
5044
5060
|
}
|
|
5045
|
-
function
|
|
5046
|
-
const [t, a] = ls(
|
|
5061
|
+
function gd(r) {
|
|
5062
|
+
const [t, a] = ls(fd, Wr), { onCommit: n } = r ?? {}, s = N((u, p) => {
|
|
5047
5063
|
if (!u) {
|
|
5048
5064
|
(typeof process > "u" || process.env.NODE_ENV !== "production") && console.warn(
|
|
5049
5065
|
"[useFlipAndStage] beginConfig called with null or empty cardId — ignoring."
|
|
@@ -5078,10 +5094,10 @@ function pd(r) {
|
|
|
5078
5094
|
setOpenSection: l
|
|
5079
5095
|
};
|
|
5080
5096
|
}
|
|
5081
|
-
const
|
|
5082
|
-
|
|
5083
|
-
function
|
|
5084
|
-
const t =
|
|
5097
|
+
const yr = Ut(null);
|
|
5098
|
+
yr.displayName = "FlipAndStageContext";
|
|
5099
|
+
function lp({ children: r }) {
|
|
5100
|
+
const t = gd(), a = ee(
|
|
5085
5101
|
() => t,
|
|
5086
5102
|
[
|
|
5087
5103
|
t.state,
|
|
@@ -5098,18 +5114,18 @@ function op({ children: r }) {
|
|
|
5098
5114
|
t.setOpenSection
|
|
5099
5115
|
]
|
|
5100
5116
|
);
|
|
5101
|
-
return /* @__PURE__ */ e(
|
|
5117
|
+
return /* @__PURE__ */ e(yr.Provider, { value: a, children: r });
|
|
5102
5118
|
}
|
|
5103
|
-
function
|
|
5104
|
-
const r = Xt(
|
|
5119
|
+
function cp() {
|
|
5120
|
+
const r = Xt(yr);
|
|
5105
5121
|
if (r === null)
|
|
5106
5122
|
throw new Error("useFlipAndStageContext must be inside FlipAndStageProvider");
|
|
5107
5123
|
return r;
|
|
5108
5124
|
}
|
|
5109
|
-
function
|
|
5110
|
-
return Xt(
|
|
5125
|
+
function hd() {
|
|
5126
|
+
return Xt(yr);
|
|
5111
5127
|
}
|
|
5112
|
-
const
|
|
5128
|
+
const bd = {
|
|
5113
5129
|
/** Delay before flip animation begins (ms). */
|
|
5114
5130
|
flipStart: 50,
|
|
5115
5131
|
/** Duration of panel extrude animation (ms). */
|
|
@@ -5118,7 +5134,7 @@ const gd = {
|
|
|
5118
5134
|
settle: 100,
|
|
5119
5135
|
/** Total choreography duration (ms). */
|
|
5120
5136
|
total: 350
|
|
5121
|
-
},
|
|
5137
|
+
}, yd = 130, vd = 45, _d = 45, xd = {
|
|
5122
5138
|
width: "100%",
|
|
5123
5139
|
height: "100%",
|
|
5124
5140
|
"& .MuiDataGrid-main": {
|
|
@@ -5305,16 +5321,16 @@ const gd = {
|
|
|
5305
5321
|
textAlign: "start"
|
|
5306
5322
|
}
|
|
5307
5323
|
};
|
|
5308
|
-
function
|
|
5324
|
+
function Nd(r) {
|
|
5309
5325
|
return r.map((t) => {
|
|
5310
|
-
if ((t.width || t.minWidth || 150) <=
|
|
5326
|
+
if ((t.width || t.minWidth || 150) <= yd && !String(t.headerClassName || "").includes("dropdown-header") && t.disableColumnMenu !== !0) {
|
|
5311
5327
|
const n = [t.headerClassName, "narrow-header"].filter(Boolean).join(" ").trim();
|
|
5312
5328
|
return { ...t, headerClassName: n };
|
|
5313
5329
|
}
|
|
5314
5330
|
return t;
|
|
5315
5331
|
});
|
|
5316
5332
|
}
|
|
5317
|
-
function
|
|
5333
|
+
function Sd(r) {
|
|
5318
5334
|
const t = r.map((a) => {
|
|
5319
5335
|
const n = {
|
|
5320
5336
|
field: a.field,
|
|
@@ -5341,15 +5357,15 @@ function xd(r) {
|
|
|
5341
5357
|
}
|
|
5342
5358
|
return n;
|
|
5343
5359
|
});
|
|
5344
|
-
return
|
|
5360
|
+
return Nd(t);
|
|
5345
5361
|
}
|
|
5346
|
-
function
|
|
5362
|
+
function Cd(r) {
|
|
5347
5363
|
return r.map((t) => ({ field: t.field, sort: t.sort }));
|
|
5348
5364
|
}
|
|
5349
|
-
function
|
|
5365
|
+
function wd(r) {
|
|
5350
5366
|
return r.filter((t) => t.sort != null).map((t) => ({ field: t.field, sort: t.sort }));
|
|
5351
5367
|
}
|
|
5352
|
-
function
|
|
5368
|
+
function kd(r) {
|
|
5353
5369
|
const {
|
|
5354
5370
|
data: t,
|
|
5355
5371
|
columns: a,
|
|
@@ -5361,17 +5377,17 @@ function Cd(r) {
|
|
|
5361
5377
|
pagination: l,
|
|
5362
5378
|
activeFilters: u,
|
|
5363
5379
|
onFilterRemove: p,
|
|
5364
|
-
rowHeight: m =
|
|
5365
|
-
headerHeight: f =
|
|
5380
|
+
rowHeight: m = vd,
|
|
5381
|
+
headerHeight: f = _d,
|
|
5366
5382
|
onCellClick: y,
|
|
5367
5383
|
onContextMenu: b,
|
|
5368
5384
|
getRowId: _
|
|
5369
|
-
} = r, v = mo(), h = ee(() =>
|
|
5370
|
-
() => o ?
|
|
5385
|
+
} = r, v = mo(), h = ee(() => Sd(a), [a]), k = ee(
|
|
5386
|
+
() => o ? Cd(o) : [],
|
|
5371
5387
|
[o]
|
|
5372
5388
|
), E = N(
|
|
5373
5389
|
(D) => {
|
|
5374
|
-
c?.(
|
|
5390
|
+
c?.(wd(D));
|
|
5375
5391
|
},
|
|
5376
5392
|
[c]
|
|
5377
5393
|
), S = ee(() => {
|
|
@@ -5416,7 +5432,7 @@ function Cd(r) {
|
|
|
5416
5432
|
},
|
|
5417
5433
|
rowCount: l.total,
|
|
5418
5434
|
paginationMode: "server"
|
|
5419
|
-
} : { autoPageSize: !0 }, [l]), x = ee(() =>
|
|
5435
|
+
} : { autoPageSize: !0 }, [l]), x = ee(() => xd, []);
|
|
5420
5436
|
return s ? /* @__PURE__ */ e(
|
|
5421
5437
|
he,
|
|
5422
5438
|
{
|
|
@@ -5483,8 +5499,8 @@ function Cd(r) {
|
|
|
5483
5499
|
) })
|
|
5484
5500
|
] });
|
|
5485
5501
|
}
|
|
5486
|
-
const
|
|
5487
|
-
|
|
5502
|
+
const Dd = q.memo(kd);
|
|
5503
|
+
Dd.displayName = "UnifiedBreakdownTable";
|
|
5488
5504
|
const Pn = q.memo(({
|
|
5489
5505
|
selections: r,
|
|
5490
5506
|
metricGroup: t,
|
|
@@ -5539,7 +5555,7 @@ const Pn = q.memo(({
|
|
|
5539
5555
|
_ && /* @__PURE__ */ e(he, { className: "gloss-chart-control-bar__datepicker", children: _ })
|
|
5540
5556
|
] }));
|
|
5541
5557
|
Pn.displayName = "Row1Controls";
|
|
5542
|
-
const
|
|
5558
|
+
const Oa = () => /* @__PURE__ */ d(
|
|
5543
5559
|
"svg",
|
|
5544
5560
|
{
|
|
5545
5561
|
width: "11",
|
|
@@ -5555,7 +5571,7 @@ const Fa = () => /* @__PURE__ */ d(
|
|
|
5555
5571
|
/* @__PURE__ */ e("line", { x1: "10.2", y1: "10.2", x2: "13.5", y2: "13.5" })
|
|
5556
5572
|
]
|
|
5557
5573
|
}
|
|
5558
|
-
),
|
|
5574
|
+
), Id = () => /* @__PURE__ */ d(
|
|
5559
5575
|
"svg",
|
|
5560
5576
|
{
|
|
5561
5577
|
width: "8",
|
|
@@ -5570,7 +5586,7 @@ const Fa = () => /* @__PURE__ */ d(
|
|
|
5570
5586
|
/* @__PURE__ */ e("line", { x1: "10", y1: "2", x2: "2", y2: "10" })
|
|
5571
5587
|
]
|
|
5572
5588
|
}
|
|
5573
|
-
),
|
|
5589
|
+
), La = 8, Td = {
|
|
5574
5590
|
position: "absolute",
|
|
5575
5591
|
left: 0,
|
|
5576
5592
|
right: 0,
|
|
@@ -5583,7 +5599,7 @@ const Fa = () => /* @__PURE__ */ d(
|
|
|
5583
5599
|
maxHeight: "240px",
|
|
5584
5600
|
overflowY: "auto",
|
|
5585
5601
|
zIndex: 10
|
|
5586
|
-
},
|
|
5602
|
+
}, Ed = {
|
|
5587
5603
|
padding: "8px 14px",
|
|
5588
5604
|
fontSize: "12px",
|
|
5589
5605
|
fontFamily: "'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif",
|
|
@@ -5592,7 +5608,7 @@ const Fa = () => /* @__PURE__ */ d(
|
|
|
5592
5608
|
whiteSpace: "nowrap",
|
|
5593
5609
|
overflow: "hidden",
|
|
5594
5610
|
textOverflow: "ellipsis"
|
|
5595
|
-
},
|
|
5611
|
+
}, Gr = q.memo(({
|
|
5596
5612
|
value: r,
|
|
5597
5613
|
onChange: t,
|
|
5598
5614
|
onSelect: a,
|
|
@@ -5604,9 +5620,9 @@ const Fa = () => /* @__PURE__ */ d(
|
|
|
5604
5620
|
}) => {
|
|
5605
5621
|
const [l, u] = H(!1), [p, m] = H(-1), f = ce(null), y = ce(null), b = ce(null), _ = q.useCallback((g) => g.label || g.name || g.id, []), v = q.useMemo(() => {
|
|
5606
5622
|
if (!c || c.length === 0) return [];
|
|
5607
|
-
if (!r.trim()) return c.slice(0,
|
|
5623
|
+
if (!r.trim()) return c.slice(0, La);
|
|
5608
5624
|
const g = r.toLowerCase();
|
|
5609
|
-
return c.filter((P) => _(P).toLowerCase().includes(g)).slice(0,
|
|
5625
|
+
return c.filter((P) => _(P).toLowerCase().includes(g)).slice(0, La);
|
|
5610
5626
|
}, [c, r, _]), h = l && v.length > 0 && !i;
|
|
5611
5627
|
se(() => {
|
|
5612
5628
|
m(-1);
|
|
@@ -5652,7 +5668,7 @@ const Fa = () => /* @__PURE__ */ d(
|
|
|
5652
5668
|
cursor: "text"
|
|
5653
5669
|
};
|
|
5654
5670
|
return i ? /* @__PURE__ */ d("div", { style: { ...I, gap: "6px" }, children: [
|
|
5655
|
-
/* @__PURE__ */ e("span", { style: { color: "rgba(0,0,0,0.22)", display: "flex", flexShrink: 0 }, children: /* @__PURE__ */ e(
|
|
5671
|
+
/* @__PURE__ */ e("span", { style: { color: "rgba(0,0,0,0.22)", display: "flex", flexShrink: 0 }, children: /* @__PURE__ */ e(Oa, {}) }),
|
|
5656
5672
|
/* @__PURE__ */ e("span", { style: {
|
|
5657
5673
|
color: "rgba(0,0,0,0.75)",
|
|
5658
5674
|
fontWeight: 500,
|
|
@@ -5686,7 +5702,7 @@ const Fa = () => /* @__PURE__ */ d(
|
|
|
5686
5702
|
onMouseLeave: (g) => {
|
|
5687
5703
|
g.currentTarget.style.background = "transparent", g.currentTarget.style.color = "rgba(0,0,0,0.22)";
|
|
5688
5704
|
},
|
|
5689
|
-
children: /* @__PURE__ */ e(
|
|
5705
|
+
children: /* @__PURE__ */ e(Id, {})
|
|
5690
5706
|
}
|
|
5691
5707
|
)
|
|
5692
5708
|
] }) : /* @__PURE__ */ d(
|
|
@@ -5700,7 +5716,7 @@ const Fa = () => /* @__PURE__ */ d(
|
|
|
5700
5716
|
},
|
|
5701
5717
|
onClick: () => f.current?.focus(),
|
|
5702
5718
|
children: [
|
|
5703
|
-
/* @__PURE__ */ e("span", { style: { color: "rgba(0,0,0,0.22)", display: "flex", flexShrink: 0 }, children: /* @__PURE__ */ e(
|
|
5719
|
+
/* @__PURE__ */ e("span", { style: { color: "rgba(0,0,0,0.22)", display: "flex", flexShrink: 0 }, children: /* @__PURE__ */ e(Oa, {}) }),
|
|
5704
5720
|
/* @__PURE__ */ d("div", { style: { position: "relative", flex: 1, minWidth: 0, display: "flex", alignItems: "center" }, children: [
|
|
5705
5721
|
/* @__PURE__ */ e(
|
|
5706
5722
|
"input",
|
|
@@ -5742,7 +5758,7 @@ const Fa = () => /* @__PURE__ */ d(
|
|
|
5742
5758
|
animation: "blink 1s step-end infinite"
|
|
5743
5759
|
} }) })
|
|
5744
5760
|
] }),
|
|
5745
|
-
h && /* @__PURE__ */ e("div", { ref: b, style:
|
|
5761
|
+
h && /* @__PURE__ */ e("div", { ref: b, style: Td, children: v.map((g, P) => /* @__PURE__ */ e(
|
|
5746
5762
|
"div",
|
|
5747
5763
|
{
|
|
5748
5764
|
onMouseDown: (x) => {
|
|
@@ -5750,7 +5766,7 @@ const Fa = () => /* @__PURE__ */ d(
|
|
|
5750
5766
|
},
|
|
5751
5767
|
onMouseEnter: () => m(P),
|
|
5752
5768
|
style: {
|
|
5753
|
-
...
|
|
5769
|
+
...Ed,
|
|
5754
5770
|
background: P === p ? "rgba(79,70,229,0.08)" : "transparent"
|
|
5755
5771
|
},
|
|
5756
5772
|
children: _(g)
|
|
@@ -5761,8 +5777,8 @@ const Fa = () => /* @__PURE__ */ d(
|
|
|
5761
5777
|
}
|
|
5762
5778
|
);
|
|
5763
5779
|
});
|
|
5764
|
-
|
|
5765
|
-
const
|
|
5780
|
+
Gr.displayName = "FilterInput";
|
|
5781
|
+
const Md = "left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1)", Nt = "0.35s cubic-bezier(0.16, 1, 0.3, 1)", St = "0.25s cubic-bezier(0.4, 0, 1, 1)", Rn = q.memo(({
|
|
5766
5782
|
showRow2: r,
|
|
5767
5783
|
showItemFilter: t,
|
|
5768
5784
|
showEntityFilter: a,
|
|
@@ -5804,7 +5820,7 @@ const Td = "left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.
|
|
|
5804
5820
|
transition: `transform ${t ? Nt : St}, opacity ${t ? Nt : St}`,
|
|
5805
5821
|
pointerEvents: t ? "auto" : "none"
|
|
5806
5822
|
}, children: /* @__PURE__ */ e(
|
|
5807
|
-
|
|
5823
|
+
Gr,
|
|
5808
5824
|
{
|
|
5809
5825
|
value: i,
|
|
5810
5826
|
onChange: o,
|
|
@@ -5822,10 +5838,10 @@ const Td = "left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.
|
|
|
5822
5838
|
width: s.width,
|
|
5823
5839
|
transform: a ? "translateY(0)" : "translateY(-100%)",
|
|
5824
5840
|
opacity: a ? 1 : 0,
|
|
5825
|
-
transition: `${
|
|
5841
|
+
transition: `${Md}, transform ${a ? Nt : St}, opacity ${a ? Nt : St}`,
|
|
5826
5842
|
pointerEvents: a ? "auto" : "none"
|
|
5827
5843
|
}, children: /* @__PURE__ */ e(
|
|
5828
|
-
|
|
5844
|
+
Gr,
|
|
5829
5845
|
{
|
|
5830
5846
|
value: f,
|
|
5831
5847
|
onChange: y,
|
|
@@ -5839,7 +5855,7 @@ const Td = "left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.
|
|
|
5839
5855
|
) })
|
|
5840
5856
|
] }) }));
|
|
5841
5857
|
Rn.displayName = "Row2FilterTray";
|
|
5842
|
-
const ir = "left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1)",
|
|
5858
|
+
const ir = "left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1)", Pd = "0.35s cubic-bezier(0.16, 1, 0.3, 1)", Rd = "0.25s cubic-bezier(0.4, 0, 1, 1)", Vr = q.memo(({
|
|
5843
5859
|
pillLeft: r,
|
|
5844
5860
|
pillWidth: t,
|
|
5845
5861
|
pillTop: a,
|
|
@@ -5867,7 +5883,7 @@ const ir = "left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.
|
|
|
5867
5883
|
height: l ? o - a + 1 : n,
|
|
5868
5884
|
background: "#fff",
|
|
5869
5885
|
borderRadius: l ? "8px 8px 0 0" : "8px",
|
|
5870
|
-
transition: `${ir}, height ${l ?
|
|
5886
|
+
transition: `${ir}, height ${l ? Pd : Rd}, border-radius 0.15s ease`
|
|
5871
5887
|
} }),
|
|
5872
5888
|
l && /* @__PURE__ */ e("div", { style: {
|
|
5873
5889
|
position: "absolute",
|
|
@@ -5905,16 +5921,16 @@ const ir = "left 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.
|
|
|
5905
5921
|
} })
|
|
5906
5922
|
] });
|
|
5907
5923
|
});
|
|
5908
|
-
|
|
5909
|
-
const
|
|
5924
|
+
Vr.displayName = "FusedShape";
|
|
5925
|
+
const Bd = {
|
|
5910
5926
|
itemPill: { left: 0, width: 0, top: 0, height: 0 },
|
|
5911
5927
|
itemFilter: { left: 0, width: 0, top: 0, height: 32 },
|
|
5912
5928
|
entityPill: { left: 0, width: 0, top: 0, height: 0 },
|
|
5913
5929
|
entityFilter: { left: 0, width: 0, top: 0, height: 32 },
|
|
5914
5930
|
tracks: []
|
|
5915
5931
|
};
|
|
5916
|
-
function
|
|
5917
|
-
const [p, m] = H(
|
|
5932
|
+
function Ad(r, t, a, n, s, i, o, c, l, u) {
|
|
5933
|
+
const [p, m] = H(Bd);
|
|
5918
5934
|
return se(() => {
|
|
5919
5935
|
const f = () => {
|
|
5920
5936
|
const b = r.current, _ = t.current, v = a.current, h = n.current;
|
|
@@ -5957,7 +5973,7 @@ function Rd(r, t, a, n, s, i, o, c, l, u) {
|
|
|
5957
5973
|
i
|
|
5958
5974
|
]), p;
|
|
5959
5975
|
}
|
|
5960
|
-
const
|
|
5976
|
+
const zd = q.memo(({
|
|
5961
5977
|
vizState: r,
|
|
5962
5978
|
onTypeChange: t,
|
|
5963
5979
|
onQuantChange: a,
|
|
@@ -5996,7 +6012,7 @@ const Bd = q.memo(({
|
|
|
5996
6012
|
id: me.id,
|
|
5997
6013
|
label: me.label || me.name || me.id
|
|
5998
6014
|
}))
|
|
5999
|
-
}), [y, l]), [E, S] = H(!1), [C, I] = H(!1), [g, P] = H(null), [x, D] = H(null), [w, $] = H(""), [T, A] = H(""), [M, O] = H(!1), Y = _.entity === "items" && E, j = C, B = Y || j, W = ce(null), V = ce(null), G = ce(null), z = ce(null), U = ce({}), Z = ce({}), K =
|
|
6015
|
+
}), [y, l]), [E, S] = H(!1), [C, I] = H(!1), [g, P] = H(null), [x, D] = H(null), [w, $] = H(""), [T, A] = H(""), [M, O] = H(!1), Y = _.entity === "items" && E, j = C, B = Y || j, W = ce(null), V = ce(null), G = ce(null), z = ce(null), U = ce({}), Z = ce({}), K = Ad(
|
|
6000
6016
|
W,
|
|
6001
6017
|
V,
|
|
6002
6018
|
G,
|
|
@@ -6048,7 +6064,7 @@ const Bd = q.memo(({
|
|
|
6048
6064
|
)),
|
|
6049
6065
|
/* @__PURE__ */ d("div", { className: "gloss-chart-control-bar__shapes", children: [
|
|
6050
6066
|
/* @__PURE__ */ e(
|
|
6051
|
-
|
|
6067
|
+
Vr,
|
|
6052
6068
|
{
|
|
6053
6069
|
pillLeft: K.itemPill.left,
|
|
6054
6070
|
pillWidth: K.itemPill.width,
|
|
@@ -6062,7 +6078,7 @@ const Bd = q.memo(({
|
|
|
6062
6078
|
}
|
|
6063
6079
|
),
|
|
6064
6080
|
/* @__PURE__ */ e(
|
|
6065
|
-
|
|
6081
|
+
Vr,
|
|
6066
6082
|
{
|
|
6067
6083
|
pillLeft: K.entityPill.left,
|
|
6068
6084
|
pillWidth: K.entityPill.width,
|
|
@@ -6124,20 +6140,20 @@ const Bd = q.memo(({
|
|
|
6124
6140
|
) })
|
|
6125
6141
|
] });
|
|
6126
6142
|
});
|
|
6127
|
-
|
|
6128
|
-
const
|
|
6143
|
+
zd.displayName = "ChartControlBar";
|
|
6144
|
+
const dp = {
|
|
6129
6145
|
customer: { routeKey: "customer.profile", paramKey: "customerId", icon: "Person" },
|
|
6130
6146
|
manufacturer: { routeKey: "manufacturer.profile", paramKey: "manufacturerId", icon: "Business" },
|
|
6131
6147
|
salesperson: { routeKey: "salesperson.profile", paramKey: "salespersonId", icon: "Person" }
|
|
6132
|
-
},
|
|
6148
|
+
}, up = {
|
|
6133
6149
|
customer: "customerId",
|
|
6134
6150
|
manufacturer: "manufacturerId",
|
|
6135
6151
|
salesperson: "salespersonId"
|
|
6136
|
-
},
|
|
6152
|
+
}, mp = {
|
|
6137
6153
|
customer: "customers",
|
|
6138
6154
|
manufacturer: "manufacturers",
|
|
6139
6155
|
salesperson: "salespeople"
|
|
6140
|
-
},
|
|
6156
|
+
}, $d = [
|
|
6141
6157
|
// ════════════════════════════════════════════════════════════════════════════
|
|
6142
6158
|
// TAB ACTIONS SECTION
|
|
6143
6159
|
// ════════════════════════════════════════════════════════════════════════════
|
|
@@ -6543,10 +6559,10 @@ const lp = {
|
|
|
6543
6559
|
labelFn: (r) => `View ${r.manufacturerName || "Manufacturer"}`
|
|
6544
6560
|
}
|
|
6545
6561
|
];
|
|
6546
|
-
function
|
|
6547
|
-
return
|
|
6562
|
+
function Fd(r, t = {}) {
|
|
6563
|
+
return $d.filter((a) => !(!a.cellKinds.includes(r) || a.entityTypes && t.entityType && !a.entityTypes.includes(t.entityType) || a.roleVisibility && t.userType && !a.roleVisibility.includes(t.userType) || a.statusFilter && t.orderStatus && !a.statusFilter.includes(t.orderStatus) || a.tableTypes && t.tableType && !a.tableTypes.includes(t.tableType) || a.fields && t.field && !a.fields.includes(t.field) || a.id === "who-purchased" && r === "numeric" && (t.tableType !== "items" || t.field !== "sold")));
|
|
6548
6564
|
}
|
|
6549
|
-
function
|
|
6565
|
+
function pp(r, t) {
|
|
6550
6566
|
switch (r) {
|
|
6551
6567
|
case "recent-orders":
|
|
6552
6568
|
case "show-orders":
|
|
@@ -6568,7 +6584,7 @@ function up(r, t) {
|
|
|
6568
6584
|
return `${r}-${t.entityId || t.itemNumber || t.orderId || ""}`;
|
|
6569
6585
|
}
|
|
6570
6586
|
}
|
|
6571
|
-
const
|
|
6587
|
+
const Od = {
|
|
6572
6588
|
Person: Io,
|
|
6573
6589
|
Business: To,
|
|
6574
6590
|
BarChart: Eo,
|
|
@@ -6583,18 +6599,18 @@ const $d = {
|
|
|
6583
6599
|
People: Oo,
|
|
6584
6600
|
ViewList: Lo,
|
|
6585
6601
|
Timeline: Ho,
|
|
6586
|
-
Edit:
|
|
6602
|
+
Edit: Xr,
|
|
6587
6603
|
Storefront: Wo,
|
|
6588
6604
|
LocalOffer: Go,
|
|
6589
6605
|
AttachMoney: Vo,
|
|
6590
6606
|
OpenInNew: rn
|
|
6591
6607
|
};
|
|
6592
|
-
function
|
|
6593
|
-
const t =
|
|
6608
|
+
function Ha(r) {
|
|
6609
|
+
const t = Od[r];
|
|
6594
6610
|
return t ? /* @__PURE__ */ e(t, { fontSize: "small" }) : null;
|
|
6595
6611
|
}
|
|
6596
|
-
const
|
|
6597
|
-
function
|
|
6612
|
+
const Ld = ["tab-actions", "graph-actions", "direct-nav", "related-nav"];
|
|
6613
|
+
function Hd({
|
|
6598
6614
|
anchorEl: r,
|
|
6599
6615
|
open: t,
|
|
6600
6616
|
onClose: a,
|
|
@@ -6615,7 +6631,7 @@ function Od({
|
|
|
6615
6631
|
onUpdateViz: h,
|
|
6616
6632
|
onActionClick: k
|
|
6617
6633
|
}) {
|
|
6618
|
-
const E = ee(() => n && n.length > 0 ? n : s ?
|
|
6634
|
+
const E = ee(() => n && n.length > 0 ? n : s ? Fd(s, {
|
|
6619
6635
|
entityType: o,
|
|
6620
6636
|
userType: p,
|
|
6621
6637
|
orderStatus: i?.status,
|
|
@@ -6669,7 +6685,7 @@ function Od({
|
|
|
6669
6685
|
}, [C, b, _, v, h, k, a]), g = N((x) => {
|
|
6670
6686
|
const D = x.labelFn ? x.labelFn(i, o) : x.label;
|
|
6671
6687
|
return (x.disabled ? x.disabled(i) : !1) ? /* @__PURE__ */ e(gt, { title: x.disabledTooltip || "", placement: "left", enterDelay: 300, children: /* @__PURE__ */ e("span", { children: /* @__PURE__ */ d(Vt, { disabled: !0, className: "gloss-unified-context-menu__item--disabled", children: [
|
|
6672
|
-
/* @__PURE__ */ e(Je, { icon:
|
|
6688
|
+
/* @__PURE__ */ e(Je, { icon: Ha(x.icon), definition: { size: "sm" }, style: { marginRight: 8, flexShrink: 0 } }),
|
|
6673
6689
|
/* @__PURE__ */ d("span", { className: "gloss-unified-context-menu__text-group", style: { flex: 1, minWidth: 0 }, children: [
|
|
6674
6690
|
/* @__PURE__ */ e("span", { className: "gloss-unified-context-menu__label", style: { display: "block", overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap", maxWidth: 200 }, children: D }),
|
|
6675
6691
|
x.subtitle && /* @__PURE__ */ e("span", { className: "gloss-unified-context-menu__subtitle", style: { display: "block" }, children: x.subtitle })
|
|
@@ -6680,7 +6696,7 @@ function Od({
|
|
|
6680
6696
|
onClick: () => I(x),
|
|
6681
6697
|
className: x.variant === "destructive" ? "gloss-unified-context-menu__item--destructive" : void 0,
|
|
6682
6698
|
children: [
|
|
6683
|
-
/* @__PURE__ */ e(Je, { icon:
|
|
6699
|
+
/* @__PURE__ */ e(Je, { icon: Ha(x.icon), definition: { size: "sm" }, style: { marginRight: 8, flexShrink: 0 } }),
|
|
6684
6700
|
/* @__PURE__ */ d("span", { className: "gloss-unified-context-menu__text-group", style: { flex: 1, minWidth: 0 }, children: [
|
|
6685
6701
|
/* @__PURE__ */ e("span", { className: "gloss-unified-context-menu__label", style: { display: "block", overflow: "hidden", textOverflow: "ellipsis", whiteSpace: "nowrap", maxWidth: 200 }, children: D }),
|
|
6686
6702
|
x.subtitle && /* @__PURE__ */ e("span", { className: "gloss-unified-context-menu__subtitle", style: { display: "block" }, children: x.subtitle })
|
|
@@ -6692,7 +6708,7 @@ function Od({
|
|
|
6692
6708
|
}, [i, o, I]), P = ee(() => {
|
|
6693
6709
|
const x = [];
|
|
6694
6710
|
let D = 0;
|
|
6695
|
-
for (const w of
|
|
6711
|
+
for (const w of Ld) {
|
|
6696
6712
|
const $ = S.get(w);
|
|
6697
6713
|
if (!(!$ || $.length === 0)) {
|
|
6698
6714
|
D > 0 && x.push(/* @__PURE__ */ e(Qa, { className: "gloss-unified-context-menu__divider" }, `divider-${w}`));
|
|
@@ -6734,9 +6750,9 @@ function Od({
|
|
|
6734
6750
|
}
|
|
6735
6751
|
);
|
|
6736
6752
|
}
|
|
6737
|
-
const
|
|
6738
|
-
|
|
6739
|
-
const
|
|
6753
|
+
const Wd = q.memo(Hd);
|
|
6754
|
+
Wd.displayName = "UnifiedContextMenu";
|
|
6755
|
+
const jr = ({
|
|
6740
6756
|
groupId: r,
|
|
6741
6757
|
options: t,
|
|
6742
6758
|
selectedId: a,
|
|
@@ -6898,8 +6914,8 @@ const Vr = ({
|
|
|
6898
6914
|
}
|
|
6899
6915
|
) : C;
|
|
6900
6916
|
};
|
|
6901
|
-
|
|
6902
|
-
const
|
|
6917
|
+
jr.displayName = "ExpandableChip";
|
|
6918
|
+
const Gd = ["S", "M", "T", "W", "T", "F", "S"], Wa = {
|
|
6903
6919
|
small: {
|
|
6904
6920
|
cellSize: 32,
|
|
6905
6921
|
fontSize: 11,
|
|
@@ -6924,7 +6940,7 @@ const Hd = ["S", "M", "T", "W", "T", "F", "S"], Ha = {
|
|
|
6924
6940
|
dotSize: 5,
|
|
6925
6941
|
dotOffset: 12
|
|
6926
6942
|
}
|
|
6927
|
-
},
|
|
6943
|
+
}, Vd = [
|
|
6928
6944
|
"January",
|
|
6929
6945
|
"February",
|
|
6930
6946
|
"March",
|
|
@@ -6937,7 +6953,7 @@ const Hd = ["S", "M", "T", "W", "T", "F", "S"], Ha = {
|
|
|
6937
6953
|
"October",
|
|
6938
6954
|
"November",
|
|
6939
6955
|
"December"
|
|
6940
|
-
],
|
|
6956
|
+
], jd = (r) => {
|
|
6941
6957
|
const t = [];
|
|
6942
6958
|
for (let a = r - 10; a <= r + 2; a++)
|
|
6943
6959
|
t.push(a);
|
|
@@ -6954,7 +6970,7 @@ const Hd = ["S", "M", "T", "W", "T", "F", "S"], Ha = {
|
|
|
6954
6970
|
focusDate: l,
|
|
6955
6971
|
rangeColor: u = "primary"
|
|
6956
6972
|
}) => {
|
|
6957
|
-
const p =
|
|
6973
|
+
const p = Wa[i] || Wa.medium, m = ee(() => {
|
|
6958
6974
|
if (s !== void 0) return s;
|
|
6959
6975
|
const z = /* @__PURE__ */ new Date();
|
|
6960
6976
|
return z.setHours(23, 59, 59, 999), z;
|
|
@@ -7075,7 +7091,7 @@ const Hd = ["S", "M", "T", "W", "T", "F", "S"], Ha = {
|
|
|
7075
7091
|
/* @__PURE__ */ e(qe, { onClick: P, size: "small", sx: { p: 0.5 }, children: /* @__PURE__ */ e(Ko, { fontSize: "small" }) }),
|
|
7076
7092
|
c ? /* @__PURE__ */ d(ne, { sx: { display: "flex", alignItems: "center", gap: 0.5 }, children: [
|
|
7077
7093
|
/* @__PURE__ */ e(
|
|
7078
|
-
|
|
7094
|
+
Sa,
|
|
7079
7095
|
{
|
|
7080
7096
|
value: S,
|
|
7081
7097
|
onChange: D,
|
|
@@ -7097,11 +7113,11 @@ const Hd = ["S", "M", "T", "W", "T", "F", "S"], Ha = {
|
|
|
7097
7113
|
sx: { maxHeight: 200 }
|
|
7098
7114
|
}
|
|
7099
7115
|
},
|
|
7100
|
-
children:
|
|
7116
|
+
children: Vd.map((z, U) => /* @__PURE__ */ e(Vt, { value: U, sx: { fontSize: 13 }, children: z }, U))
|
|
7101
7117
|
}
|
|
7102
7118
|
),
|
|
7103
7119
|
/* @__PURE__ */ e(
|
|
7104
|
-
|
|
7120
|
+
Sa,
|
|
7105
7121
|
{
|
|
7106
7122
|
value: E,
|
|
7107
7123
|
onChange: w,
|
|
@@ -7123,13 +7139,13 @@ const Hd = ["S", "M", "T", "W", "T", "F", "S"], Ha = {
|
|
|
7123
7139
|
sx: { maxHeight: 200 }
|
|
7124
7140
|
}
|
|
7125
7141
|
},
|
|
7126
|
-
children:
|
|
7142
|
+
children: jd((/* @__PURE__ */ new Date()).getFullYear()).map((z) => /* @__PURE__ */ e(Vt, { value: z, sx: { fontSize: 13 }, children: z }, z))
|
|
7127
7143
|
}
|
|
7128
7144
|
)
|
|
7129
7145
|
] }) : /* @__PURE__ */ e(Ee, { variant: "body2", fontWeight: 500, children: g }),
|
|
7130
7146
|
/* @__PURE__ */ e(qe, { onClick: x, size: "small", sx: { p: 0.5 }, children: /* @__PURE__ */ e(Yo, { fontSize: "small" }) })
|
|
7131
7147
|
] }),
|
|
7132
|
-
/* @__PURE__ */ e(ne, { className: "mini-calendar__grid", children:
|
|
7148
|
+
/* @__PURE__ */ e(ne, { className: "mini-calendar__grid", children: Gd.map((z, U) => /* @__PURE__ */ e(
|
|
7133
7149
|
ne,
|
|
7134
7150
|
{
|
|
7135
7151
|
className: "mini-calendar__day-header",
|
|
@@ -7188,7 +7204,7 @@ const Lt = ({
|
|
|
7188
7204
|
},
|
|
7189
7205
|
children: [
|
|
7190
7206
|
/* @__PURE__ */ e(
|
|
7191
|
-
|
|
7207
|
+
zr,
|
|
7192
7208
|
{
|
|
7193
7209
|
fontSize: "small",
|
|
7194
7210
|
sx: {
|
|
@@ -7256,7 +7272,7 @@ const Lt = ({
|
|
|
7256
7272
|
p: 0.5,
|
|
7257
7273
|
flexShrink: 0
|
|
7258
7274
|
},
|
|
7259
|
-
children: /* @__PURE__ */ e(
|
|
7275
|
+
children: /* @__PURE__ */ e(Xr, { fontSize: "small", sx: { fontSize: 16 } })
|
|
7260
7276
|
}
|
|
7261
7277
|
)
|
|
7262
7278
|
]
|
|
@@ -7264,7 +7280,7 @@ const Lt = ({
|
|
|
7264
7280
|
);
|
|
7265
7281
|
};
|
|
7266
7282
|
Lt.displayName = "MarketPresetRow";
|
|
7267
|
-
const
|
|
7283
|
+
const Kd = {
|
|
7268
7284
|
version: 4,
|
|
7269
7285
|
lastPreset: "mtd",
|
|
7270
7286
|
pinnedPreset: "mtd",
|
|
@@ -7272,7 +7288,7 @@ const Vd = {
|
|
|
7272
7288
|
rangeCount: 1,
|
|
7273
7289
|
lastPresetB: null,
|
|
7274
7290
|
lastPresetC: null
|
|
7275
|
-
},
|
|
7291
|
+
}, Yd = ({
|
|
7276
7292
|
value: r,
|
|
7277
7293
|
onChange: t,
|
|
7278
7294
|
enableCompare: a = !1,
|
|
@@ -7293,11 +7309,11 @@ const Vd = {
|
|
|
7293
7309
|
onCompareToggle: v
|
|
7294
7310
|
}) => {
|
|
7295
7311
|
const h = ee(() => ({
|
|
7296
|
-
...
|
|
7312
|
+
...Kd,
|
|
7297
7313
|
...u
|
|
7298
7314
|
}), [u]), k = ce(null), [E, S] = H(null), [C, I] = H("calendar"), [g, P] = H(null), [x, D] = H(null), w = ce(null), [$, T] = H(() => h.lastPreset || "mtd"), [A, M] = H(null), [O, Y] = H(null), [j, B] = H(null), [W, V] = H(null), [G, z] = H(null), [U, Z] = H(() => a ? _ ?? h.compareEnabled ?? !1 : !1), K = _ ?? U, X = N((F) => {
|
|
7299
7315
|
Z(F), v?.(F);
|
|
7300
|
-
}, [v]), [te, fe] = H("A"), [de, be] = H(() => h.lastPresetB ?? null), [oe, ie] = H(null), [pe, Pe] = H(null), [Se, we] = H(null), [Fe, ke] = H(null), [me, _e] = H(null), [Ge, Ve] = H(null), [ae, xe] = H(null), [je, Ae] = H(null), [Te, Ne] = H(null), [ht, Ue] = H(null), [ct, Xe] = H(null), [De, dt] = H(1), [Zt, ze] = H(!1), [Tt, Kn] = H(void 0), Re = j !== null ? j : $, Et = j !== null ? W : A, ut = j !== null ? G : O, ot = Se !== null ? Se : de, Mt = Se !== null ? Fe : oe, Pt = Se !== null ? me : pe, it = Te !== null ? Te : Ge, Rt = Te !== null ? ht : ae, Bt = Te !== null ? ct : je,
|
|
7316
|
+
}, [v]), [te, fe] = H("A"), [de, be] = H(() => h.lastPresetB ?? null), [oe, ie] = H(null), [pe, Pe] = H(null), [Se, we] = H(null), [Fe, ke] = H(null), [me, _e] = H(null), [Ge, Ve] = H(null), [ae, xe] = H(null), [je, Ae] = H(null), [Te, Ne] = H(null), [ht, Ue] = H(null), [ct, Xe] = H(null), [De, dt] = H(1), [Zt, ze] = H(!1), [Tt, Kn] = H(void 0), Re = j !== null ? j : $, Et = j !== null ? W : A, ut = j !== null ? G : O, ot = Se !== null ? Se : de, Mt = Se !== null ? Fe : oe, Pt = Se !== null ? me : pe, it = Te !== null ? Te : Ge, Rt = Te !== null ? ht : ae, Bt = Te !== null ? ct : je, sa = j !== null && (j !== $ || W !== A || G !== O), [ge, vr] = H(() => {
|
|
7301
7317
|
const F = m || rr, L = f || [], Q = new Set(L.map((ue) => ue.id)), re = F.filter((ue) => !Q.has(ue.id)).map((ue) => ({ ...ue, active: xt(ue) })), le = L.map((ue) => ({
|
|
7302
7318
|
...ue,
|
|
7303
7319
|
active: xt(ue)
|
|
@@ -7309,29 +7325,29 @@ const Vd = {
|
|
|
7309
7325
|
...ue,
|
|
7310
7326
|
active: xt(ue)
|
|
7311
7327
|
}));
|
|
7312
|
-
|
|
7328
|
+
vr([...re, ...le].sort((ue, $e) => ue.startDate.getTime() - $e.startDate.getTime()));
|
|
7313
7329
|
}, [m, f]);
|
|
7314
7330
|
const [At, Yn] = H(!1), [Oe, zt] = H({
|
|
7315
7331
|
label: "",
|
|
7316
7332
|
startDate: "",
|
|
7317
7333
|
endDate: "",
|
|
7318
7334
|
location: ""
|
|
7319
|
-
}), { pastAndCurrentEvents:
|
|
7335
|
+
}), { pastAndCurrentEvents: _r, futureEvents: xr } = ee(() => {
|
|
7320
7336
|
const F = /* @__PURE__ */ new Date();
|
|
7321
7337
|
F.setHours(0, 0, 0, 0);
|
|
7322
7338
|
const L = [], Q = [];
|
|
7323
7339
|
return ge.forEach((re) => {
|
|
7324
7340
|
re.startDate > F ? Q.push(re) : L.push(re);
|
|
7325
7341
|
}), { pastAndCurrentEvents: L, futureEvents: Q };
|
|
7326
|
-
}, [ge]), { defaultMarketEvents:
|
|
7342
|
+
}, [ge]), { defaultMarketEvents: oa, customRanges: ia, futureDefaultEvents: Jt, futureCustomRanges: la } = ee(() => {
|
|
7327
7343
|
const F = m || rr, L = new Set(F.map((Q) => Q.id));
|
|
7328
7344
|
return {
|
|
7329
|
-
defaultMarketEvents:
|
|
7330
|
-
customRanges:
|
|
7331
|
-
futureDefaultEvents:
|
|
7332
|
-
futureCustomRanges:
|
|
7345
|
+
defaultMarketEvents: _r.filter((Q) => !Q.isCustom && L.has(Q.id)),
|
|
7346
|
+
customRanges: _r.filter((Q) => Q.isCustom || !L.has(Q.id)),
|
|
7347
|
+
futureDefaultEvents: xr.filter((Q) => !Q.isCustom && L.has(Q.id)),
|
|
7348
|
+
futureCustomRanges: xr.filter((Q) => Q.isCustom || !L.has(Q.id))
|
|
7333
7349
|
};
|
|
7334
|
-
}, [
|
|
7350
|
+
}, [_r, xr, m]), mt = o || !!E;
|
|
7335
7351
|
se(() => {
|
|
7336
7352
|
o && j === null && (B($), V(A), z(O));
|
|
7337
7353
|
}, [o, j, $, A, O]);
|
|
@@ -7397,7 +7413,7 @@ const Vd = {
|
|
|
7397
7413
|
}
|
|
7398
7414
|
}
|
|
7399
7415
|
return Ft(F, L, /* @__PURE__ */ new Date(), ge).display;
|
|
7400
|
-
}, [K, de, oe, pe, ge]),
|
|
7416
|
+
}, [K, de, oe, pe, ge]), ca = ee(() => {
|
|
7401
7417
|
const F = ["7d", "30d", "60d", "90d", "mtd", "qtd", "ytd", "lytd"], L = ge.find((Q) => Q.id === $);
|
|
7402
7418
|
if (L)
|
|
7403
7419
|
return pt(L.startDate, L.endDate, /* @__PURE__ */ new Date());
|
|
@@ -7406,7 +7422,7 @@ const Vd = {
|
|
|
7406
7422
|
return pt(Q, re, /* @__PURE__ */ new Date());
|
|
7407
7423
|
}
|
|
7408
7424
|
return "";
|
|
7409
|
-
}, [$, ge]),
|
|
7425
|
+
}, [$, ge]), da = ee(() => {
|
|
7410
7426
|
let F, L;
|
|
7411
7427
|
if (Re === "custom" && Et && ut)
|
|
7412
7428
|
F = Et, L = ut;
|
|
@@ -7457,7 +7473,7 @@ const Vd = {
|
|
|
7457
7473
|
}, [K, De, it, Rt, Bt, ge]);
|
|
7458
7474
|
const qn = N((F) => {
|
|
7459
7475
|
B($), V(A), z(O), K && (we(de), ke(oe), _e(pe), De >= 3 && (Ne(Ge), Ue(ae), Xe(je))), S(F.currentTarget);
|
|
7460
|
-
}, [$, A, O, K, De, de, oe, pe, Ge, ae, je]),
|
|
7476
|
+
}, [$, A, O, K, De, de, oe, pe, Ge, ae, je]), ua = N((F, L, Q) => {
|
|
7461
7477
|
const re = [F, L];
|
|
7462
7478
|
Q && (re.shortcutId = nr(Q)), t(re);
|
|
7463
7479
|
}, [t]), Qt = N((F, L, Q) => {
|
|
@@ -7508,16 +7524,16 @@ const Vd = {
|
|
|
7508
7524
|
rangeCount: 1,
|
|
7509
7525
|
lastPresetB: null,
|
|
7510
7526
|
lastPresetC: null
|
|
7511
|
-
}),
|
|
7512
|
-
}, [j, W, G, K, De, Se, Fe, me, Te, ht, ct, Qt, t,
|
|
7513
|
-
o || (
|
|
7514
|
-
}, [o,
|
|
7527
|
+
}), ua(F[0], F[1], j);
|
|
7528
|
+
}, [j, W, G, K, De, Se, Fe, me, Te, ht, ct, Qt, t, ua, rt]), Zn = N(() => {
|
|
7529
|
+
o || (sa && er(), B(null), V(null), z(null), we(null), ke(null), _e(null), Ne(null), Ue(null), Xe(null), D(null), S(null));
|
|
7530
|
+
}, [o, sa, er]), ma = N(() => {
|
|
7515
7531
|
o || (B(null), V(null), z(null), we(null), ke(null), _e(null), Ne(null), Ue(null), Xe(null), D(null), S(null));
|
|
7516
|
-
}, [o]),
|
|
7532
|
+
}, [o]), pa = N(() => {
|
|
7517
7533
|
if (De >= 3) return;
|
|
7518
7534
|
const F = j !== null ? j : $;
|
|
7519
7535
|
De === 1 ? (X(!0), dt(2), we(F), fe("B"), ze(!0)) : De === 2 && (dt(3), Ne(F), fe("C"));
|
|
7520
|
-
}, [De, j, $, X]),
|
|
7536
|
+
}, [De, j, $, X]), fa = N((F) => {
|
|
7521
7537
|
F === "C" ? (dt(2), Ne(null), Ue(null), Xe(null), Ve(null), xe(null), Ae(null), te === "C" && fe("B")) : F === "B" && De === 2 && (X(!1), dt(1), we(null), ke(null), _e(null), be(null), ie(null), Pe(null), fe("A"), ze(!1), rt({
|
|
7522
7538
|
compareEnabled: !1,
|
|
7523
7539
|
rangeCount: 1,
|
|
@@ -7531,7 +7547,7 @@ const Vd = {
|
|
|
7531
7547
|
lastPresetB: null,
|
|
7532
7548
|
lastPresetC: null
|
|
7533
7549
|
});
|
|
7534
|
-
}, [X, rt]),
|
|
7550
|
+
}, [X, rt]), Nr = N((F) => {
|
|
7535
7551
|
w.current && (clearTimeout(w.current), w.current = null), D(null), K && te === "C" ? (Ne(F), Ue(null), Xe(null)) : K && te === "B" ? (we(F), ke(null), _e(null)) : (B(F), V(null), z(null));
|
|
7536
7552
|
}, [K, te]), $t = N((F) => {
|
|
7537
7553
|
if (!ge.find((re) => re.id === F)) return;
|
|
@@ -7558,13 +7574,13 @@ const Vd = {
|
|
|
7558
7574
|
Q ? (B(Q.id), V(null), z(null)) : B("custom");
|
|
7559
7575
|
} else
|
|
7560
7576
|
B("custom"), z(null);
|
|
7561
|
-
}, [ge, K, te]),
|
|
7577
|
+
}, [ge, K, te]), ga = N((F) => {
|
|
7562
7578
|
rt({ pinnedPreset: F }), K && te === "C" ? (Ne(F), Ue(null), Xe(null)) : K && te === "B" ? (we(F), ke(null), _e(null)) : (B(F), V(null), z(null));
|
|
7563
|
-
}, [K, te, rt]),
|
|
7579
|
+
}, [K, te, rt]), ha = N((F, L) => {
|
|
7564
7580
|
w.current && (clearTimeout(w.current), w.current = null), L ? D(F) : w.current = setTimeout(() => {
|
|
7565
7581
|
D(null);
|
|
7566
7582
|
}, 150);
|
|
7567
|
-
}, []),
|
|
7583
|
+
}, []), ba = N(() => {
|
|
7568
7584
|
er(), B(null), V(null), z(null), S(null);
|
|
7569
7585
|
}, [er]), es = N(() => {
|
|
7570
7586
|
let F;
|
|
@@ -7607,7 +7623,7 @@ const Vd = {
|
|
|
7607
7623
|
location: Oe.location,
|
|
7608
7624
|
isCustom: !0
|
|
7609
7625
|
};
|
|
7610
|
-
y?.(F),
|
|
7626
|
+
y?.(F), vr((L) => [...L.filter((le) => le.id !== F.id), { ...F, active: xt(F) }].sort((le, ue) => le.startDate.getTime() - ue.startDate.getTime())), P(null);
|
|
7611
7627
|
}, [g, Oe, y]), as = N(() => {
|
|
7612
7628
|
if (!g || g.isNew) {
|
|
7613
7629
|
P(null);
|
|
@@ -7615,26 +7631,26 @@ const Vd = {
|
|
|
7615
7631
|
}
|
|
7616
7632
|
g.isCustom && b?.(g.id);
|
|
7617
7633
|
const F = m || rr;
|
|
7618
|
-
|
|
7634
|
+
vr((L) => {
|
|
7619
7635
|
const Q = L.filter((le) => le.id !== g.id), re = F.find((le) => le.id === g.id);
|
|
7620
7636
|
return re && !g.isCustom ? [...Q, { ...re, active: xt(re) }].sort((le, ue) => le.startDate.getTime() - ue.startDate.getTime()) : Q;
|
|
7621
7637
|
}), P(null);
|
|
7622
7638
|
}, [g, b, m]), bt = (F) => Re === F;
|
|
7623
|
-
|
|
7624
|
-
const
|
|
7639
|
+
wr.some((F) => F.id === Re), kr.some((F) => F.id === Re), ge.some((F) => F.id === Re);
|
|
7640
|
+
const ya = ee(() => {
|
|
7625
7641
|
const F = { small: 280, medium: 340, large: 400 };
|
|
7626
7642
|
return F[n] || F.medium;
|
|
7627
7643
|
}, [n]), _t = N((F) => {
|
|
7628
7644
|
if (!F) return "Select...";
|
|
7629
7645
|
if (F === "custom") return "Custom";
|
|
7630
7646
|
if (F === "today") return "Today";
|
|
7631
|
-
const L =
|
|
7647
|
+
const L = wr.find((le) => le.id === F);
|
|
7632
7648
|
if (L) return L.label;
|
|
7633
|
-
const Q =
|
|
7649
|
+
const Q = kr.find((le) => le.id === F);
|
|
7634
7650
|
if (Q) return Q.label;
|
|
7635
7651
|
const re = ge.find((le) => le.id === F);
|
|
7636
7652
|
return re ? re.label : F;
|
|
7637
|
-
}, [ge]),
|
|
7653
|
+
}, [ge]), Sr = N((F, L, Q) => {
|
|
7638
7654
|
let re, le;
|
|
7639
7655
|
if (F === "custom" && L && Q)
|
|
7640
7656
|
re = L, le = Q;
|
|
@@ -7653,12 +7669,12 @@ const Vd = {
|
|
|
7653
7669
|
}, []), ss = N(() => {
|
|
7654
7670
|
const F = j !== null ? j : $;
|
|
7655
7671
|
X(!0), dt(2), we(F), fe("B"), ze(!0);
|
|
7656
|
-
}, [j, $, X]),
|
|
7657
|
-
const
|
|
7672
|
+
}, [j, $, X]), Cr = N(({ label: F, isActive: L, presetName: Q, dateRange: re, color: le, onSelect: ue, onRemove: $e }) => {
|
|
7673
|
+
const _a = !Q || Q === "Select...";
|
|
7658
7674
|
return /* @__PURE__ */ d(
|
|
7659
7675
|
ne,
|
|
7660
7676
|
{
|
|
7661
|
-
className: `range-card range-card--${le} ${L ? "range-card--active" : ""} ${
|
|
7677
|
+
className: `range-card range-card--${le} ${L ? "range-card--active" : ""} ${_a ? "range-card--empty" : ""}`,
|
|
7662
7678
|
onClick: ue,
|
|
7663
7679
|
children: [
|
|
7664
7680
|
/* @__PURE__ */ e(ne, { className: "range-card__color-bar" }),
|
|
@@ -7667,7 +7683,7 @@ const Vd = {
|
|
|
7667
7683
|
/* @__PURE__ */ e(Ee, { className: "range-card__label", children: F }),
|
|
7668
7684
|
/* @__PURE__ */ e(ne, { className: `range-card__indicator ${L ? "range-card__indicator--active" : ""}` })
|
|
7669
7685
|
] }),
|
|
7670
|
-
|
|
7686
|
+
_a ? /* @__PURE__ */ e(Ee, { className: "range-card__preset", sx: { color: "#9ca3af", fontStyle: "italic" }, children: "Select a date range" }) : /* @__PURE__ */ d(We, { children: [
|
|
7671
7687
|
/* @__PURE__ */ e(Ee, { className: "range-card__preset", children: Q }),
|
|
7672
7688
|
/* @__PURE__ */ e(Ee, { className: "range-card__dates", children: re })
|
|
7673
7689
|
] })
|
|
@@ -7687,14 +7703,14 @@ const Vd = {
|
|
|
7687
7703
|
]
|
|
7688
7704
|
}
|
|
7689
7705
|
);
|
|
7690
|
-
}, []),
|
|
7706
|
+
}, []), va = /* @__PURE__ */ e(ne, { sx: { position: "relative", display: "inline-flex" }, children: /* @__PURE__ */ e(
|
|
7691
7707
|
at,
|
|
7692
7708
|
{
|
|
7693
7709
|
ref: k,
|
|
7694
7710
|
onClick: qn,
|
|
7695
7711
|
variant: "text",
|
|
7696
7712
|
size: "small",
|
|
7697
|
-
startIcon: /* @__PURE__ */ e(
|
|
7713
|
+
startIcon: /* @__PURE__ */ e(Ca, { sx: { fontSize: 14, color: mt ? "white" : "rgba(79, 70, 229, 1)" } }),
|
|
7698
7714
|
endIcon: /* @__PURE__ */ e(
|
|
7699
7715
|
dr,
|
|
7700
7716
|
{
|
|
@@ -7733,19 +7749,19 @@ const Vd = {
|
|
|
7733
7749
|
}
|
|
7734
7750
|
) });
|
|
7735
7751
|
return /* @__PURE__ */ d(ne, { className: "hybrid-date-picker", sx: l, children: [
|
|
7736
|
-
|
|
7752
|
+
ca ? /* @__PURE__ */ e(
|
|
7737
7753
|
gt,
|
|
7738
7754
|
{
|
|
7739
|
-
title:
|
|
7755
|
+
title: ca,
|
|
7740
7756
|
placement: "top-start",
|
|
7741
7757
|
slotProps: {
|
|
7742
7758
|
popper: {
|
|
7743
7759
|
modifiers: [{ name: "offset", options: { offset: [0, -9] } }]
|
|
7744
7760
|
}
|
|
7745
7761
|
},
|
|
7746
|
-
children:
|
|
7762
|
+
children: va
|
|
7747
7763
|
}
|
|
7748
|
-
) :
|
|
7764
|
+
) : va,
|
|
7749
7765
|
(() => {
|
|
7750
7766
|
const F = /* @__PURE__ */ d(We, { children: [
|
|
7751
7767
|
s && /* @__PURE__ */ d(
|
|
@@ -7766,7 +7782,7 @@ const Vd = {
|
|
|
7766
7782
|
qe,
|
|
7767
7783
|
{
|
|
7768
7784
|
size: "small",
|
|
7769
|
-
onClick:
|
|
7785
|
+
onClick: ma,
|
|
7770
7786
|
sx: { p: 0.25 },
|
|
7771
7787
|
title: "Cancel",
|
|
7772
7788
|
children: /* @__PURE__ */ e(wt, { sx: { fontSize: 18 } })
|
|
@@ -7787,7 +7803,7 @@ const Vd = {
|
|
|
7787
7803
|
},
|
|
7788
7804
|
children: [
|
|
7789
7805
|
/* @__PURE__ */ d(ne, { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
|
|
7790
|
-
/* @__PURE__ */ e(
|
|
7806
|
+
/* @__PURE__ */ e(zr, { fontSize: "small", sx: { color: "success.main" } }),
|
|
7791
7807
|
/* @__PURE__ */ d(ne, { children: [
|
|
7792
7808
|
/* @__PURE__ */ d(ne, { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
|
|
7793
7809
|
/* @__PURE__ */ e(Ee, { variant: "body2", fontWeight: 500, children: He.label }),
|
|
@@ -7829,7 +7845,7 @@ const Vd = {
|
|
|
7829
7845
|
transition: "opacity 200ms",
|
|
7830
7846
|
flexShrink: 0
|
|
7831
7847
|
},
|
|
7832
|
-
children: /* @__PURE__ */ e(
|
|
7848
|
+
children: /* @__PURE__ */ e(Xr, { fontSize: "small", sx: { fontSize: 16 } })
|
|
7833
7849
|
}
|
|
7834
7850
|
)
|
|
7835
7851
|
] })
|
|
@@ -7844,7 +7860,7 @@ const Vd = {
|
|
|
7844
7860
|
size: "small",
|
|
7845
7861
|
variant: bt("today") ? "filled" : "outlined",
|
|
7846
7862
|
color: bt("today") ? "primary" : "default",
|
|
7847
|
-
onClick: () =>
|
|
7863
|
+
onClick: () => Nr("today"),
|
|
7848
7864
|
sx: {
|
|
7849
7865
|
fontWeight: bt("today") ? 600 : 400,
|
|
7850
7866
|
cursor: "pointer"
|
|
@@ -7852,31 +7868,31 @@ const Vd = {
|
|
|
7852
7868
|
}
|
|
7853
7869
|
),
|
|
7854
7870
|
/* @__PURE__ */ e(
|
|
7855
|
-
|
|
7871
|
+
jr,
|
|
7856
7872
|
{
|
|
7857
7873
|
groupId: "rolling",
|
|
7858
|
-
options:
|
|
7874
|
+
options: wr,
|
|
7859
7875
|
selectedId: Re,
|
|
7860
7876
|
defaultId: h.pinnedPreset,
|
|
7861
|
-
onSelect:
|
|
7877
|
+
onSelect: Nr,
|
|
7862
7878
|
pinnedId: h.pinnedPreset,
|
|
7863
|
-
onPin:
|
|
7879
|
+
onPin: ga,
|
|
7864
7880
|
isOpen: x === "rolling",
|
|
7865
|
-
onOpenChange:
|
|
7881
|
+
onOpenChange: ha
|
|
7866
7882
|
}
|
|
7867
7883
|
),
|
|
7868
7884
|
/* @__PURE__ */ e(
|
|
7869
|
-
|
|
7885
|
+
jr,
|
|
7870
7886
|
{
|
|
7871
7887
|
groupId: "period",
|
|
7872
|
-
options:
|
|
7888
|
+
options: kr,
|
|
7873
7889
|
selectedId: Re,
|
|
7874
7890
|
defaultId: h.pinnedPreset,
|
|
7875
|
-
onSelect:
|
|
7891
|
+
onSelect: Nr,
|
|
7876
7892
|
pinnedId: h.pinnedPreset,
|
|
7877
|
-
onPin:
|
|
7893
|
+
onPin: ga,
|
|
7878
7894
|
isOpen: x === "period",
|
|
7879
|
-
onOpenChange:
|
|
7895
|
+
onOpenChange: ha
|
|
7880
7896
|
}
|
|
7881
7897
|
),
|
|
7882
7898
|
/* @__PURE__ */ e(vo, { orientation: "vertical", flexItem: !0, sx: { mx: 0.5 } }),
|
|
@@ -7887,7 +7903,7 @@ const Vd = {
|
|
|
7887
7903
|
onClick: () => I("calendar"),
|
|
7888
7904
|
color: C === "calendar" ? "primary" : "default",
|
|
7889
7905
|
sx: { p: 0.5 },
|
|
7890
|
-
children: /* @__PURE__ */ e(
|
|
7906
|
+
children: /* @__PURE__ */ e(Ca, { sx: { fontSize: 16 } })
|
|
7891
7907
|
}
|
|
7892
7908
|
) }),
|
|
7893
7909
|
/* @__PURE__ */ e(gt, { title: "Events", arrow: !0, children: /* @__PURE__ */ d(
|
|
@@ -7901,7 +7917,7 @@ const Vd = {
|
|
|
7901
7917
|
position: "relative"
|
|
7902
7918
|
},
|
|
7903
7919
|
children: [
|
|
7904
|
-
/* @__PURE__ */ e(
|
|
7920
|
+
/* @__PURE__ */ e(zr, { sx: { fontSize: 16 } }),
|
|
7905
7921
|
He && /* @__PURE__ */ e(
|
|
7906
7922
|
ne,
|
|
7907
7923
|
{
|
|
@@ -7939,7 +7955,7 @@ const Vd = {
|
|
|
7939
7955
|
})(),
|
|
7940
7956
|
C === "markets" && /* @__PURE__ */ d(ne, { className: "hybrid-date-picker__markets-list", children: [
|
|
7941
7957
|
/* @__PURE__ */ e(Ee, { className: "hybrid-date-picker__events-section-header", children: "Market Events" }),
|
|
7942
|
-
|
|
7958
|
+
oa.filter((L) => !He || L.id !== He.id).map((L) => /* @__PURE__ */ e(
|
|
7943
7959
|
Lt,
|
|
7944
7960
|
{
|
|
7945
7961
|
preset: L,
|
|
@@ -7971,7 +7987,7 @@ const Vd = {
|
|
|
7971
7987
|
fontSize: 12,
|
|
7972
7988
|
textTransform: "none",
|
|
7973
7989
|
py: 1,
|
|
7974
|
-
mt:
|
|
7990
|
+
mt: oa.length > 0 ? 0.5 : 0,
|
|
7975
7991
|
"&:hover": {
|
|
7976
7992
|
bgcolor: "action.hover"
|
|
7977
7993
|
}
|
|
@@ -7992,7 +8008,7 @@ const Vd = {
|
|
|
7992
8008
|
))
|
|
7993
8009
|
] }),
|
|
7994
8010
|
/* @__PURE__ */ e(Ee, { className: "hybrid-date-picker__events-section-header", children: "Custom Ranges" }),
|
|
7995
|
-
|
|
8011
|
+
ia.length > 0 ? ia.filter((L) => !He || L.id !== He.id).map((L) => /* @__PURE__ */ e(
|
|
7996
8012
|
Lt,
|
|
7997
8013
|
{
|
|
7998
8014
|
preset: L,
|
|
@@ -8010,7 +8026,7 @@ const Vd = {
|
|
|
8010
8026
|
children: "No custom ranges saved"
|
|
8011
8027
|
}
|
|
8012
8028
|
),
|
|
8013
|
-
|
|
8029
|
+
la.length > 0 && At && la.map((L) => /* @__PURE__ */ e(
|
|
8014
8030
|
Lt,
|
|
8015
8031
|
{
|
|
8016
8032
|
preset: L,
|
|
@@ -8117,7 +8133,7 @@ const Vd = {
|
|
|
8117
8133
|
{
|
|
8118
8134
|
size: "small",
|
|
8119
8135
|
onClick: (L) => {
|
|
8120
|
-
L.stopPropagation(),
|
|
8136
|
+
L.stopPropagation(), pa();
|
|
8121
8137
|
},
|
|
8122
8138
|
title: "Add range",
|
|
8123
8139
|
sx: { p: 0.5 },
|
|
@@ -8142,49 +8158,49 @@ const Vd = {
|
|
|
8142
8158
|
),
|
|
8143
8159
|
/* @__PURE__ */ e(_o, { in: Zt, children: /* @__PURE__ */ d(ne, { className: "hybrid-date-picker__footer-drawer-content", children: [
|
|
8144
8160
|
/* @__PURE__ */ e(
|
|
8145
|
-
|
|
8161
|
+
Cr,
|
|
8146
8162
|
{
|
|
8147
8163
|
label: "A",
|
|
8148
8164
|
isActive: te === "A",
|
|
8149
8165
|
presetName: _t(Re),
|
|
8150
|
-
dateRange:
|
|
8166
|
+
dateRange: Sr(Re, Et, ut),
|
|
8151
8167
|
color: "blue",
|
|
8152
8168
|
onSelect: () => fe("A"),
|
|
8153
8169
|
onRemove: null
|
|
8154
8170
|
}
|
|
8155
8171
|
),
|
|
8156
8172
|
De >= 2 && /* @__PURE__ */ e(
|
|
8157
|
-
|
|
8173
|
+
Cr,
|
|
8158
8174
|
{
|
|
8159
8175
|
label: "B",
|
|
8160
8176
|
isActive: te === "B",
|
|
8161
8177
|
presetName: _t(ot),
|
|
8162
|
-
dateRange:
|
|
8178
|
+
dateRange: Sr(ot, Mt, Pt),
|
|
8163
8179
|
color: "green",
|
|
8164
8180
|
onSelect: () => fe("B"),
|
|
8165
|
-
onRemove: () =>
|
|
8181
|
+
onRemove: () => fa("B")
|
|
8166
8182
|
}
|
|
8167
8183
|
),
|
|
8168
8184
|
De === 3 && /* @__PURE__ */ e(
|
|
8169
|
-
|
|
8185
|
+
Cr,
|
|
8170
8186
|
{
|
|
8171
8187
|
label: "C",
|
|
8172
8188
|
isActive: te === "C",
|
|
8173
8189
|
presetName: _t(it),
|
|
8174
|
-
dateRange:
|
|
8190
|
+
dateRange: Sr(it, Rt, Bt),
|
|
8175
8191
|
color: "amber",
|
|
8176
8192
|
onSelect: () => fe("C"),
|
|
8177
|
-
onRemove: () =>
|
|
8193
|
+
onRemove: () => fa("C")
|
|
8178
8194
|
}
|
|
8179
8195
|
),
|
|
8180
|
-
De < 3 && /* @__PURE__ */ e(ne, { className: "range-card-add", onClick:
|
|
8196
|
+
De < 3 && /* @__PURE__ */ e(ne, { className: "range-card-add", onClick: pa, children: /* @__PURE__ */ e(Ot, { sx: { fontSize: 20, color: "grey.500" } }) })
|
|
8181
8197
|
] }) }),
|
|
8182
8198
|
/* @__PURE__ */ e(ne, { className: "hybrid-date-picker__footer-row", sx: { justifyContent: "flex-end" }, children: /* @__PURE__ */ e(
|
|
8183
8199
|
at,
|
|
8184
8200
|
{
|
|
8185
8201
|
variant: "contained",
|
|
8186
8202
|
size: "small",
|
|
8187
|
-
onClick:
|
|
8203
|
+
onClick: ba,
|
|
8188
8204
|
sx: {
|
|
8189
8205
|
textTransform: "none",
|
|
8190
8206
|
fontWeight: 500,
|
|
@@ -8221,7 +8237,7 @@ const Vd = {
|
|
|
8221
8237
|
{
|
|
8222
8238
|
size: "small",
|
|
8223
8239
|
onClick: () => {
|
|
8224
|
-
c && c(),
|
|
8240
|
+
c && c(), ma();
|
|
8225
8241
|
},
|
|
8226
8242
|
sx: {
|
|
8227
8243
|
textTransform: "none",
|
|
@@ -8261,12 +8277,12 @@ const Vd = {
|
|
|
8261
8277
|
},
|
|
8262
8278
|
title: "Click to view in calendar",
|
|
8263
8279
|
children: (() => {
|
|
8264
|
-
const L =
|
|
8280
|
+
const L = da.match(/^(.+?)(\s*\(.+\))$/);
|
|
8265
8281
|
return L && L[1] && L[1].length > 14 ? /* @__PURE__ */ d(We, { children: [
|
|
8266
8282
|
L[1],
|
|
8267
8283
|
/* @__PURE__ */ e("br", {}),
|
|
8268
8284
|
L[2]
|
|
8269
|
-
] }) :
|
|
8285
|
+
] }) : da;
|
|
8270
8286
|
})()
|
|
8271
8287
|
}
|
|
8272
8288
|
),
|
|
@@ -8275,7 +8291,7 @@ const Vd = {
|
|
|
8275
8291
|
{
|
|
8276
8292
|
variant: "contained",
|
|
8277
8293
|
size: "small",
|
|
8278
|
-
onClick:
|
|
8294
|
+
onClick: ba,
|
|
8279
8295
|
sx: {
|
|
8280
8296
|
textTransform: "none",
|
|
8281
8297
|
fontWeight: 500,
|
|
@@ -8294,7 +8310,7 @@ const Vd = {
|
|
|
8294
8310
|
ne,
|
|
8295
8311
|
{
|
|
8296
8312
|
sx: {
|
|
8297
|
-
width:
|
|
8313
|
+
width: ya,
|
|
8298
8314
|
borderRadius: 2,
|
|
8299
8315
|
overflow: "hidden",
|
|
8300
8316
|
mt: 1,
|
|
@@ -8323,7 +8339,7 @@ const Vd = {
|
|
|
8323
8339
|
slotProps: {
|
|
8324
8340
|
paper: {
|
|
8325
8341
|
sx: {
|
|
8326
|
-
width:
|
|
8342
|
+
width: ya,
|
|
8327
8343
|
borderRadius: 2,
|
|
8328
8344
|
overflow: "hidden",
|
|
8329
8345
|
mt: 0.5,
|
|
@@ -8446,8 +8462,8 @@ const Vd = {
|
|
|
8446
8462
|
)
|
|
8447
8463
|
] });
|
|
8448
8464
|
};
|
|
8449
|
-
|
|
8450
|
-
const
|
|
8465
|
+
Yd.displayName = "HybridDatePicker";
|
|
8466
|
+
const Ga = {
|
|
8451
8467
|
rolling: [
|
|
8452
8468
|
{ id: "7D", label: "7D" },
|
|
8453
8469
|
{ id: "30D", label: "30D" },
|
|
@@ -8472,7 +8488,7 @@ const Wa = {
|
|
|
8472
8488
|
return /* @__PURE__ */ d("div", { className: "gloss-timeframe-simple-selector", children: [
|
|
8473
8489
|
/* @__PURE__ */ d("div", { className: "gloss-timeframe-simple-selector__group", children: [
|
|
8474
8490
|
/* @__PURE__ */ e("span", { className: "gloss-timeframe-simple-selector__group-label", children: "Rolling" }),
|
|
8475
|
-
/* @__PURE__ */ e("div", { className: "gloss-timeframe-simple-selector__options", children:
|
|
8491
|
+
/* @__PURE__ */ e("div", { className: "gloss-timeframe-simple-selector__options", children: Ga.rolling.map((s) => /* @__PURE__ */ e(
|
|
8476
8492
|
"button",
|
|
8477
8493
|
{
|
|
8478
8494
|
className: `gloss-timeframe-simple-selector__option${a === s.id ? " gloss-timeframe-simple-selector__option--active" : ""}`,
|
|
@@ -8485,7 +8501,7 @@ const Wa = {
|
|
|
8485
8501
|
] }),
|
|
8486
8502
|
/* @__PURE__ */ d("div", { className: "gloss-timeframe-simple-selector__group", children: [
|
|
8487
8503
|
/* @__PURE__ */ e("span", { className: "gloss-timeframe-simple-selector__group-label", children: "Period" }),
|
|
8488
|
-
/* @__PURE__ */ e("div", { className: "gloss-timeframe-simple-selector__options", children:
|
|
8504
|
+
/* @__PURE__ */ e("div", { className: "gloss-timeframe-simple-selector__options", children: Ga.period.map((s) => /* @__PURE__ */ e(
|
|
8489
8505
|
"button",
|
|
8490
8506
|
{
|
|
8491
8507
|
className: `gloss-timeframe-simple-selector__option${a === s.id ? " gloss-timeframe-simple-selector__option--active" : ""}`,
|
|
@@ -8499,7 +8515,7 @@ const Wa = {
|
|
|
8499
8515
|
] });
|
|
8500
8516
|
};
|
|
8501
8517
|
An.displayName = "SimpleSelector";
|
|
8502
|
-
const
|
|
8518
|
+
const Br = [
|
|
8503
8519
|
// Today - at the top
|
|
8504
8520
|
{ label: "Today", id: "TODAY", value: () => {
|
|
8505
8521
|
const r = ft("TODAY");
|
|
@@ -8532,7 +8548,7 @@ const Rr = [
|
|
|
8532
8548
|
} },
|
|
8533
8549
|
// Active Market - at the bottom (disabled)
|
|
8534
8550
|
{ label: "Active Market", id: "ACTIVE_MARKET", value: () => [null, null], disabled: !0 }
|
|
8535
|
-
],
|
|
8551
|
+
], Va = ({
|
|
8536
8552
|
items: r,
|
|
8537
8553
|
onChange: t,
|
|
8538
8554
|
value: a,
|
|
@@ -8547,7 +8563,7 @@ const Rr = [
|
|
|
8547
8563
|
const [p, m] = H(null);
|
|
8548
8564
|
return /* @__PURE__ */ d(he, { definition: { display: "flex", direction: "column", gap: "8px" }, children: [
|
|
8549
8565
|
r.map(({ label: f, getValue: y, id: b, disabled: _ }) => {
|
|
8550
|
-
const v = y(), h = !_ && (n ? n === b : a?.[0] && v?.[0] &&
|
|
8566
|
+
const v = y(), h = !_ && (n ? n === b : a?.[0] && v?.[0] && ka(a[0], v[0]) && a?.[1] && v?.[1] && ka(a[1], v[1])), k = l === b, C = /* @__PURE__ */ d(
|
|
8551
8567
|
he,
|
|
8552
8568
|
{
|
|
8553
8569
|
definition: { display: "flex", align: "center", gap: "4px" },
|
|
@@ -8596,7 +8612,7 @@ const Rr = [
|
|
|
8596
8612
|
}
|
|
8597
8613
|
)
|
|
8598
8614
|
] });
|
|
8599
|
-
},
|
|
8615
|
+
}, ja = (r) => {
|
|
8600
8616
|
const { content: t, shortcuts: a, actionBar: n } = qo(r), { slotProps: s, ...i } = r;
|
|
8601
8617
|
return /* @__PURE__ */ e(Zo, { ...i, children: /* @__PURE__ */ d(kt, { definition: { direction: "horizontal" }, children: [
|
|
8602
8618
|
/* @__PURE__ */ e(
|
|
@@ -8618,7 +8634,7 @@ const Rr = [
|
|
|
8618
8634
|
n
|
|
8619
8635
|
] })
|
|
8620
8636
|
] }) });
|
|
8621
|
-
}, lr = (r) => r && typeof r == "object" && "rangeA" in r,
|
|
8637
|
+
}, lr = (r) => r && typeof r == "object" && "rangeA" in r, Ud = ({
|
|
8622
8638
|
value: r,
|
|
8623
8639
|
onChange: t,
|
|
8624
8640
|
preferences: a,
|
|
@@ -8638,7 +8654,7 @@ const Rr = [
|
|
|
8638
8654
|
const _ = o !== void 0, [v, h] = H(!1), [k, E] = H(!1), [S, C] = H(i ?? !1), I = a?.pinnedPreset || "MTD", [g, P] = H(() => a?.lastPreset?.toUpperCase() || "MTD"), [x, D] = H(null), w = ee(() => lr(r) ? r.rangeA : r, [r]), $ = ee(() => lr(r) ? r.rangeB : null, [r]), T = N((G) => {
|
|
8639
8655
|
const z = G || "MTD";
|
|
8640
8656
|
n && a && n({ ...a, pinnedPreset: z.toLowerCase() });
|
|
8641
|
-
const U =
|
|
8657
|
+
const U = Br.find((Z) => Z.id === z && !Z.disabled);
|
|
8642
8658
|
if (U) {
|
|
8643
8659
|
const Z = U.value();
|
|
8644
8660
|
if (P(z), S)
|
|
@@ -8689,7 +8705,7 @@ const Rr = [
|
|
|
8689
8705
|
D(z), Y(G, z), E(!1);
|
|
8690
8706
|
}, [Y]), W = ee(() => ({
|
|
8691
8707
|
shortcuts: {
|
|
8692
|
-
items:
|
|
8708
|
+
items: Br.map((G) => ({
|
|
8693
8709
|
label: G.label,
|
|
8694
8710
|
id: G.id,
|
|
8695
8711
|
getValue: G.value,
|
|
@@ -8729,7 +8745,7 @@ const Rr = [
|
|
|
8729
8745
|
}
|
|
8730
8746
|
}), [w, O, j, _, S, I, T, g, o]), V = ee(() => ({
|
|
8731
8747
|
shortcuts: {
|
|
8732
|
-
items:
|
|
8748
|
+
items: Br.map((G) => ({
|
|
8733
8749
|
label: G.label,
|
|
8734
8750
|
id: G.id,
|
|
8735
8751
|
getValue: G.value,
|
|
@@ -8776,7 +8792,7 @@ const Rr = [
|
|
|
8776
8792
|
}
|
|
8777
8793
|
return /* @__PURE__ */ e(Uo, { dateAdapter: Xo, children: /* @__PURE__ */ d(kt, { definition: { direction: "horizontal", gap: "8px", align: "center" }, style: m || void 0, children: [
|
|
8778
8794
|
/* @__PURE__ */ e(
|
|
8779
|
-
|
|
8795
|
+
wa,
|
|
8780
8796
|
{
|
|
8781
8797
|
value: w || [null, null],
|
|
8782
8798
|
onChange: (G) => O(G),
|
|
@@ -8789,13 +8805,13 @@ const Rr = [
|
|
|
8789
8805
|
E(!1), h(!0);
|
|
8790
8806
|
},
|
|
8791
8807
|
onClose: () => h(!1),
|
|
8792
|
-
slots: { layout:
|
|
8808
|
+
slots: { layout: ja, shortcuts: Va },
|
|
8793
8809
|
slotProps: W
|
|
8794
8810
|
}
|
|
8795
8811
|
),
|
|
8796
8812
|
_ && S && /* @__PURE__ */ d(kt, { definition: { direction: "horizontal", gap: "4px", align: "center" }, children: [
|
|
8797
8813
|
/* @__PURE__ */ e(
|
|
8798
|
-
|
|
8814
|
+
wa,
|
|
8799
8815
|
{
|
|
8800
8816
|
value: $ || [null, null],
|
|
8801
8817
|
onChange: (G) => Y(G),
|
|
@@ -8808,7 +8824,7 @@ const Rr = [
|
|
|
8808
8824
|
h(!1), E(!0);
|
|
8809
8825
|
},
|
|
8810
8826
|
onClose: () => E(!1),
|
|
8811
|
-
slots: { layout:
|
|
8827
|
+
slots: { layout: ja, shortcuts: Va },
|
|
8812
8828
|
slotProps: V
|
|
8813
8829
|
}
|
|
8814
8830
|
),
|
|
@@ -8826,8 +8842,8 @@ const Rr = [
|
|
|
8826
8842
|
] })
|
|
8827
8843
|
] }) });
|
|
8828
8844
|
};
|
|
8829
|
-
|
|
8830
|
-
function
|
|
8845
|
+
Ud.displayName = "TimeFrame";
|
|
8846
|
+
function Xd({
|
|
8831
8847
|
sections: r,
|
|
8832
8848
|
onCommit: t,
|
|
8833
8849
|
onCancel: a,
|
|
@@ -8885,7 +8901,7 @@ function Yd({
|
|
|
8885
8901
|
}
|
|
8886
8902
|
);
|
|
8887
8903
|
}
|
|
8888
|
-
function
|
|
8904
|
+
function qd(r, t, a) {
|
|
8889
8905
|
if (r < 0 || r >= t) return null;
|
|
8890
8906
|
const n = r % a, s = Math.floor(r / a), i = Math.ceil(t / a), o = [];
|
|
8891
8907
|
if (n + 1 < a && o.push(r + 1), s + 1 < i && o.push(r + a), n - 1 >= 0 && o.push(r - 1), s - 1 >= 0 && o.push(r - a), o.length === 0) return null;
|
|
@@ -8893,7 +8909,7 @@ function Ud(r, t, a) {
|
|
|
8893
8909
|
if (c >= t) return c;
|
|
8894
8910
|
return o[0];
|
|
8895
8911
|
}
|
|
8896
|
-
function
|
|
8912
|
+
function Zd({ id: r, colSpan: t, staggerDelay: a, children: n, dimCover: s }) {
|
|
8897
8913
|
const {
|
|
8898
8914
|
attributes: i,
|
|
8899
8915
|
listeners: o,
|
|
@@ -8922,7 +8938,7 @@ function Xd({ id: r, colSpan: t, staggerDelay: a, children: n, dimCover: s }) {
|
|
|
8922
8938
|
}
|
|
8923
8939
|
);
|
|
8924
8940
|
}
|
|
8925
|
-
function
|
|
8941
|
+
function Jd({ currentPage: r, totalPages: t, onPageChange: a }) {
|
|
8926
8942
|
if (t <= 1) return null;
|
|
8927
8943
|
const n = r > 0, s = r < t - 1;
|
|
8928
8944
|
return /* @__PURE__ */ d("div", { className: "gloss-grid__pagination", children: [
|
|
@@ -8958,15 +8974,15 @@ function qd({ currentPage: r, totalPages: t, onPageChange: a }) {
|
|
|
8958
8974
|
)
|
|
8959
8975
|
] });
|
|
8960
8976
|
}
|
|
8961
|
-
const
|
|
8977
|
+
const Qd = 30, eu = { distance: 5 }, tu = {
|
|
8962
8978
|
initial: { opacity: 0, scale: 0.95 },
|
|
8963
8979
|
animate: { opacity: 1, scale: 1 },
|
|
8964
8980
|
exit: { opacity: 0, scale: 0.95 }
|
|
8965
|
-
},
|
|
8966
|
-
duration:
|
|
8981
|
+
}, ru = {
|
|
8982
|
+
duration: bd.extrude / 1e3,
|
|
8967
8983
|
// seconds, per framer-motion contract
|
|
8968
8984
|
ease: [0.22, 1, 0.36, 1]
|
|
8969
|
-
},
|
|
8985
|
+
}, au = q.memo(function({
|
|
8970
8986
|
cards: t,
|
|
8971
8987
|
cardOrder: a,
|
|
8972
8988
|
layout: n,
|
|
@@ -8996,15 +9012,15 @@ const Zd = 30, Jd = { distance: 5 }, Qd = {
|
|
|
8996
9012
|
}
|
|
8997
9013
|
};
|
|
8998
9014
|
}, [m]);
|
|
8999
|
-
const b =
|
|
9015
|
+
const b = hd(), _ = b?.activeCardId ?? null, v = ee(
|
|
9000
9016
|
() => ({
|
|
9001
|
-
activationConstraint:
|
|
9017
|
+
activationConstraint: eu,
|
|
9002
9018
|
onActivation: y
|
|
9003
9019
|
}),
|
|
9004
9020
|
[y]
|
|
9005
9021
|
), h = ei(
|
|
9006
|
-
|
|
9007
|
-
|
|
9022
|
+
Da(ti, v),
|
|
9023
|
+
Da(ri, { coordinateGetter: oi })
|
|
9008
9024
|
), k = N((T) => {
|
|
9009
9025
|
f(!1), p(String(T.active.id));
|
|
9010
9026
|
}, []), E = N((T) => {
|
|
@@ -9021,7 +9037,7 @@ const Zd = 30, Jd = { distance: 5 }, Qd = {
|
|
|
9021
9037
|
if (!_) return null;
|
|
9022
9038
|
const T = I.findIndex((j) => j.id === _);
|
|
9023
9039
|
if (T === -1) return null;
|
|
9024
|
-
const A =
|
|
9040
|
+
const A = qd(T, I.length, n.columns);
|
|
9025
9041
|
if (A === null) return null;
|
|
9026
9042
|
const M = A >= I.length, O = !M, Y = O ? I[A]?.id ?? null : null;
|
|
9027
9043
|
return { activeIndex: T, extrudeIndex: A, isEmptySlot: M, isDimCover: O, dimCoverId: Y };
|
|
@@ -9050,11 +9066,11 @@ const Zd = 30, Jd = { distance: 5 }, Qd = {
|
|
|
9050
9066
|
I.map((T, A) => {
|
|
9051
9067
|
const M = D?.isDimCover === !0 && D.dimCoverId === T.id;
|
|
9052
9068
|
return /* @__PURE__ */ e(
|
|
9053
|
-
|
|
9069
|
+
Zd,
|
|
9054
9070
|
{
|
|
9055
9071
|
id: T.id,
|
|
9056
9072
|
colSpan: T.colSpan,
|
|
9057
|
-
staggerDelay: `${A *
|
|
9073
|
+
staggerDelay: `${A * Qd}ms`,
|
|
9058
9074
|
dimCover: M,
|
|
9059
9075
|
children: o(T)
|
|
9060
9076
|
},
|
|
@@ -9062,16 +9078,16 @@ const Zd = 30, Jd = { distance: 5 }, Qd = {
|
|
|
9062
9078
|
);
|
|
9063
9079
|
}),
|
|
9064
9080
|
c && Array.from({ length: P }, (T, A) => /* @__PURE__ */ e("div", { className: "gloss-grid__empty-slot", children: c(g + A) }, `empty-${A}`)),
|
|
9065
|
-
/* @__PURE__ */ e(
|
|
9081
|
+
/* @__PURE__ */ e($r, { children: $ && D && (() => {
|
|
9066
9082
|
const T = D.extrudeIndex % n.columns + 1, A = Math.floor(D.extrudeIndex / n.columns) + 1;
|
|
9067
9083
|
return /* @__PURE__ */ e(
|
|
9068
9084
|
Ct.div,
|
|
9069
9085
|
{
|
|
9070
|
-
variants:
|
|
9086
|
+
variants: tu,
|
|
9071
9087
|
initial: "initial",
|
|
9072
9088
|
animate: "animate",
|
|
9073
9089
|
exit: "exit",
|
|
9074
|
-
transition:
|
|
9090
|
+
transition: ru,
|
|
9075
9091
|
style: {
|
|
9076
9092
|
// Grid placement: pin to computed extrude slot. No
|
|
9077
9093
|
// width/height animation (AN-01 — transform+opacity only).
|
|
@@ -9080,7 +9096,7 @@ const Zd = 30, Jd = { distance: 5 }, Qd = {
|
|
|
9080
9096
|
gridColumn: `${T} / span 1`
|
|
9081
9097
|
},
|
|
9082
9098
|
children: /* @__PURE__ */ e(
|
|
9083
|
-
|
|
9099
|
+
Xd,
|
|
9084
9100
|
{
|
|
9085
9101
|
sections: l,
|
|
9086
9102
|
onCommit: () => b?.commitConfig(),
|
|
@@ -9108,7 +9124,7 @@ const Zd = 30, Jd = { distance: 5 }, Qd = {
|
|
|
9108
9124
|
}
|
|
9109
9125
|
),
|
|
9110
9126
|
/* @__PURE__ */ e(
|
|
9111
|
-
|
|
9127
|
+
Jd,
|
|
9112
9128
|
{
|
|
9113
9129
|
currentPage: n.currentPage,
|
|
9114
9130
|
totalPages: n.totalPages,
|
|
@@ -9117,8 +9133,8 @@ const Zd = 30, Jd = { distance: 5 }, Qd = {
|
|
|
9117
9133
|
)
|
|
9118
9134
|
] });
|
|
9119
9135
|
});
|
|
9120
|
-
|
|
9121
|
-
const
|
|
9136
|
+
au.displayName = "MetricCardGrid";
|
|
9137
|
+
const nu = q.memo(function({
|
|
9122
9138
|
tabs: t,
|
|
9123
9139
|
activeTabId: a,
|
|
9124
9140
|
onTabChange: n,
|
|
@@ -9250,8 +9266,8 @@ const ru = q.memo(function({
|
|
|
9250
9266
|
)
|
|
9251
9267
|
] });
|
|
9252
9268
|
});
|
|
9253
|
-
|
|
9254
|
-
const
|
|
9269
|
+
nu.displayName = "TabbedDataView";
|
|
9270
|
+
const su = function(t) {
|
|
9255
9271
|
const a = {
|
|
9256
9272
|
variant: "sparkline",
|
|
9257
9273
|
label: t.label,
|
|
@@ -9277,8 +9293,8 @@ const au = function(t) {
|
|
|
9277
9293
|
}
|
|
9278
9294
|
);
|
|
9279
9295
|
};
|
|
9280
|
-
|
|
9281
|
-
const
|
|
9296
|
+
su.displayName = "TrendCard";
|
|
9297
|
+
const ou = function(t) {
|
|
9282
9298
|
const a = {
|
|
9283
9299
|
variant: "bars",
|
|
9284
9300
|
label: t.label,
|
|
@@ -9304,8 +9320,8 @@ const nu = function(t) {
|
|
|
9304
9320
|
}
|
|
9305
9321
|
);
|
|
9306
9322
|
};
|
|
9307
|
-
|
|
9308
|
-
const
|
|
9323
|
+
ou.displayName = "BarChartCard";
|
|
9324
|
+
const iu = function(t) {
|
|
9309
9325
|
const a = {
|
|
9310
9326
|
variant: "donut",
|
|
9311
9327
|
label: t.label,
|
|
@@ -9332,8 +9348,8 @@ const su = function(t) {
|
|
|
9332
9348
|
}
|
|
9333
9349
|
);
|
|
9334
9350
|
};
|
|
9335
|
-
|
|
9336
|
-
const
|
|
9351
|
+
iu.displayName = "DistributionCard";
|
|
9352
|
+
const lu = function(t) {
|
|
9337
9353
|
const a = {
|
|
9338
9354
|
variant: "highlight",
|
|
9339
9355
|
label: t.label,
|
|
@@ -9358,8 +9374,8 @@ const ou = function(t) {
|
|
|
9358
9374
|
}
|
|
9359
9375
|
);
|
|
9360
9376
|
};
|
|
9361
|
-
|
|
9362
|
-
const
|
|
9377
|
+
lu.displayName = "HighlightCard";
|
|
9378
|
+
const cu = function(t) {
|
|
9363
9379
|
const a = {
|
|
9364
9380
|
variant: "arrow",
|
|
9365
9381
|
label: t.label,
|
|
@@ -9385,8 +9401,8 @@ const iu = function(t) {
|
|
|
9385
9401
|
}
|
|
9386
9402
|
);
|
|
9387
9403
|
};
|
|
9388
|
-
|
|
9389
|
-
const
|
|
9404
|
+
cu.displayName = "DirectionCard";
|
|
9405
|
+
const du = function(t) {
|
|
9390
9406
|
const a = {
|
|
9391
9407
|
variant: "object-arrow",
|
|
9392
9408
|
label: t.label,
|
|
@@ -9412,8 +9428,8 @@ const lu = function(t) {
|
|
|
9412
9428
|
}
|
|
9413
9429
|
);
|
|
9414
9430
|
};
|
|
9415
|
-
|
|
9416
|
-
const
|
|
9431
|
+
du.displayName = "ProgressCard";
|
|
9432
|
+
const uu = function(t) {
|
|
9417
9433
|
const a = {
|
|
9418
9434
|
variant: "versus",
|
|
9419
9435
|
label: t.label,
|
|
@@ -9438,8 +9454,8 @@ const cu = function(t) {
|
|
|
9438
9454
|
}
|
|
9439
9455
|
);
|
|
9440
9456
|
};
|
|
9441
|
-
|
|
9442
|
-
const
|
|
9457
|
+
uu.displayName = "ComparisonCard";
|
|
9458
|
+
const mu = function(t) {
|
|
9443
9459
|
const a = {
|
|
9444
9460
|
variant: "segmented",
|
|
9445
9461
|
label: t.label,
|
|
@@ -9464,8 +9480,8 @@ const du = function(t) {
|
|
|
9464
9480
|
}
|
|
9465
9481
|
);
|
|
9466
9482
|
};
|
|
9467
|
-
|
|
9468
|
-
const
|
|
9483
|
+
mu.displayName = "SegmentCard";
|
|
9484
|
+
const pu = function(t) {
|
|
9469
9485
|
const a = {
|
|
9470
9486
|
variant: "standard",
|
|
9471
9487
|
label: t.label,
|
|
@@ -9489,8 +9505,8 @@ const uu = function(t) {
|
|
|
9489
9505
|
}
|
|
9490
9506
|
);
|
|
9491
9507
|
};
|
|
9492
|
-
|
|
9493
|
-
const
|
|
9508
|
+
pu.displayName = "SimpleMetricCard";
|
|
9509
|
+
const Ar = ({
|
|
9494
9510
|
type: r,
|
|
9495
9511
|
className: t = ""
|
|
9496
9512
|
}) => {
|
|
@@ -9515,7 +9531,7 @@ const Br = ({
|
|
|
9515
9531
|
const u = r.map((m) => ({
|
|
9516
9532
|
value: m.id,
|
|
9517
9533
|
label: /* @__PURE__ */ d("div", { className: "payment-method-option", children: [
|
|
9518
|
-
/* @__PURE__ */ e(
|
|
9534
|
+
/* @__PURE__ */ e(Ar, { type: m.type }),
|
|
9519
9535
|
/* @__PURE__ */ d("div", { className: "payment-method-option__details", children: [
|
|
9520
9536
|
/* @__PURE__ */ d("span", { className: "payment-method-option__number", children: [
|
|
9521
9537
|
"**** ",
|
|
@@ -9529,13 +9545,13 @@ const Br = ({
|
|
|
9529
9545
|
m.isDefault && /* @__PURE__ */ e("span", { className: "payment-method-option__badge", children: "Default" })
|
|
9530
9546
|
] }),
|
|
9531
9547
|
triggerLabel: /* @__PURE__ */ d("div", { className: "payment-method-trigger", children: [
|
|
9532
|
-
/* @__PURE__ */ e(
|
|
9548
|
+
/* @__PURE__ */ e(Ar, { type: m.type }),
|
|
9533
9549
|
/* @__PURE__ */ d("span", { children: [
|
|
9534
9550
|
"**** ",
|
|
9535
9551
|
m.last4
|
|
9536
9552
|
] })
|
|
9537
9553
|
] }),
|
|
9538
|
-
icon: /* @__PURE__ */ e(
|
|
9554
|
+
icon: /* @__PURE__ */ e(Ar, { type: m.type })
|
|
9539
9555
|
}));
|
|
9540
9556
|
s && u.push({
|
|
9541
9557
|
value: "__add_new__",
|
|
@@ -9566,7 +9582,7 @@ const Br = ({
|
|
|
9566
9582
|
);
|
|
9567
9583
|
};
|
|
9568
9584
|
zn.displayName = "PaymentMethodSelect";
|
|
9569
|
-
const
|
|
9585
|
+
const fu = (r) => `${r.label || r.street}, ${r.city}`, gu = ({
|
|
9570
9586
|
addresses: r,
|
|
9571
9587
|
value: t,
|
|
9572
9588
|
onChange: a,
|
|
@@ -9596,7 +9612,7 @@ const mu = (r) => `${r.label || r.street}, ${r.city}`, pu = ({
|
|
|
9596
9612
|
f.zip
|
|
9597
9613
|
] })
|
|
9598
9614
|
] }),
|
|
9599
|
-
triggerLabel: s === "short" ? /* @__PURE__ */ e("span", { children:
|
|
9615
|
+
triggerLabel: s === "short" ? /* @__PURE__ */ e("span", { children: fu(f) }) : /* @__PURE__ */ d("div", { className: "address-trigger-full", children: [
|
|
9600
9616
|
f.label && /* @__PURE__ */ e("strong", { children: f.label }),
|
|
9601
9617
|
/* @__PURE__ */ e("div", { className: "address-trigger-full__name", children: f.name }),
|
|
9602
9618
|
/* @__PURE__ */ e("div", { className: "address-trigger-full__street", children: f.street }),
|
|
@@ -9636,7 +9652,7 @@ const mu = (r) => `${r.label || r.street}, ${r.city}`, pu = ({
|
|
|
9636
9652
|
}
|
|
9637
9653
|
);
|
|
9638
9654
|
};
|
|
9639
|
-
|
|
9655
|
+
gu.displayName = "AddressSelect";
|
|
9640
9656
|
const $n = q.forwardRef(
|
|
9641
9657
|
({
|
|
9642
9658
|
onSearch: r,
|
|
@@ -9789,28 +9805,28 @@ const $n = q.forwardRef(
|
|
|
9789
9805
|
}
|
|
9790
9806
|
);
|
|
9791
9807
|
$n.displayName = "SearchInput";
|
|
9792
|
-
const
|
|
9808
|
+
const hu = [
|
|
9793
9809
|
{ id: "length", label: "At least 8 characters", validate: (r) => r.length >= 8 },
|
|
9794
9810
|
{ id: "lowercase", label: "Contains lowercase letter", validate: (r) => /[a-z]/.test(r) },
|
|
9795
9811
|
{ id: "uppercase", label: "Contains uppercase letter", validate: (r) => /[A-Z]/.test(r) },
|
|
9796
9812
|
{ id: "number", label: "Contains number", validate: (r) => /\d/.test(r) },
|
|
9797
9813
|
{ id: "special", label: "Contains special character", validate: (r) => /[!@#$%^&*(),.?":{}|<>]/.test(r) }
|
|
9798
|
-
],
|
|
9814
|
+
], bu = (r) => {
|
|
9799
9815
|
const t = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*";
|
|
9800
9816
|
let a = "";
|
|
9801
9817
|
for (let n = 0; n < r; n++)
|
|
9802
9818
|
a += t.charAt(Math.floor(Math.random() * t.length));
|
|
9803
9819
|
return a;
|
|
9804
|
-
},
|
|
9820
|
+
}, yu = (r, t) => {
|
|
9805
9821
|
if (!r) return "weak";
|
|
9806
9822
|
const n = t.filter((s) => s.validate(r)).length / t.length;
|
|
9807
9823
|
return n < 0.4 ? "weak" : n < 0.6 ? "fair" : n < 0.8 ? "good" : "strong";
|
|
9808
|
-
},
|
|
9824
|
+
}, fr = q.forwardRef(
|
|
9809
9825
|
({
|
|
9810
9826
|
showToggle: r = !0,
|
|
9811
9827
|
showStrength: t = !1,
|
|
9812
9828
|
strength: a,
|
|
9813
|
-
strengthRules: n =
|
|
9829
|
+
strengthRules: n = hu,
|
|
9814
9830
|
showGenerate: s = !1,
|
|
9815
9831
|
onGenerate: i,
|
|
9816
9832
|
generateLength: o = 16,
|
|
@@ -9831,7 +9847,7 @@ const fu = [
|
|
|
9831
9847
|
autoComplete: C = "new-password"
|
|
9832
9848
|
}, I) => {
|
|
9833
9849
|
const [g, P] = H(!1), [x, D] = H(String(u ?? "")), w = l !== void 0 ? String(l) : x, $ = ee(
|
|
9834
|
-
() =>
|
|
9850
|
+
() => yu(w, n),
|
|
9835
9851
|
[w, n]
|
|
9836
9852
|
), T = a ?? $, A = ee(
|
|
9837
9853
|
() => n.map((V) => ({
|
|
@@ -9847,7 +9863,7 @@ const fu = [
|
|
|
9847
9863
|
), O = N(() => {
|
|
9848
9864
|
P((V) => !V);
|
|
9849
9865
|
}, []), Y = N(() => {
|
|
9850
|
-
const V =
|
|
9866
|
+
const V = bu(o);
|
|
9851
9867
|
i ? i(V) : (l === void 0 && D(V), p?.({
|
|
9852
9868
|
target: { value: V },
|
|
9853
9869
|
currentTarget: { value: V }
|
|
@@ -9942,8 +9958,8 @@ const fu = [
|
|
|
9942
9958
|
] });
|
|
9943
9959
|
}
|
|
9944
9960
|
);
|
|
9945
|
-
|
|
9946
|
-
const
|
|
9961
|
+
fr.displayName = "PasswordInput";
|
|
9962
|
+
const vu = q.forwardRef(
|
|
9947
9963
|
({
|
|
9948
9964
|
value: r,
|
|
9949
9965
|
defaultValue: t = [],
|
|
@@ -10125,8 +10141,8 @@ const bu = q.forwardRef(
|
|
|
10125
10141
|
] });
|
|
10126
10142
|
}
|
|
10127
10143
|
);
|
|
10128
|
-
|
|
10129
|
-
const
|
|
10144
|
+
vu.displayName = "TagInput";
|
|
10145
|
+
const _u = [
|
|
10130
10146
|
{ code: "US", name: "United States", dialCode: "+1", format: "(###) ###-####" },
|
|
10131
10147
|
{ code: "CA", name: "Canada", dialCode: "+1", format: "(###) ###-####" },
|
|
10132
10148
|
{ code: "GB", name: "United Kingdom", dialCode: "+44", format: "#### ### ####" },
|
|
@@ -10141,7 +10157,7 @@ const yu = [
|
|
|
10141
10157
|
{ code: "BR", name: "Brazil", dialCode: "+55", format: "## #####-####" },
|
|
10142
10158
|
{ code: "MX", name: "Mexico", dialCode: "+52", format: "## #### ####" },
|
|
10143
10159
|
{ code: "KR", name: "South Korea", dialCode: "+82", format: "##-####-####" }
|
|
10144
|
-
],
|
|
10160
|
+
], Ka = (r, t) => {
|
|
10145
10161
|
if (!r || !r.startsWith("+"))
|
|
10146
10162
|
return { country: null, nationalNumber: r || "" };
|
|
10147
10163
|
const a = [...t].sort(
|
|
@@ -10154,7 +10170,7 @@ const yu = [
|
|
|
10154
10170
|
nationalNumber: r.slice(n.dialCode.length)
|
|
10155
10171
|
};
|
|
10156
10172
|
return { country: null, nationalNumber: r.slice(1) };
|
|
10157
|
-
},
|
|
10173
|
+
}, xu = (r, t) => {
|
|
10158
10174
|
if (!t) return r;
|
|
10159
10175
|
const a = r.replace(/\D/g, "");
|
|
10160
10176
|
let n = "", s = 0;
|
|
@@ -10163,13 +10179,13 @@ const yu = [
|
|
|
10163
10179
|
i === "#" ? (n += a[s], s++) : n += i;
|
|
10164
10180
|
}
|
|
10165
10181
|
return s < a.length && (n += a.slice(s)), n;
|
|
10166
|
-
},
|
|
10182
|
+
}, Ya = (r) => r.replace(/\D/g, ""), Nu = q.forwardRef(
|
|
10167
10183
|
({
|
|
10168
10184
|
value: r,
|
|
10169
10185
|
defaultValue: t,
|
|
10170
10186
|
onChange: a,
|
|
10171
10187
|
defaultCountry: n = "US",
|
|
10172
|
-
countries: s =
|
|
10188
|
+
countries: s = _u,
|
|
10173
10189
|
showCountrySelect: i = !0,
|
|
10174
10190
|
format: o = "national",
|
|
10175
10191
|
label: c,
|
|
@@ -10183,24 +10199,24 @@ const yu = [
|
|
|
10183
10199
|
id: _
|
|
10184
10200
|
}, v) => {
|
|
10185
10201
|
const h = Le(), k = _ || h, E = s.find((G) => G.code === n) || s[0], S = ee(
|
|
10186
|
-
() =>
|
|
10202
|
+
() => Ka(r || t || "", s),
|
|
10187
10203
|
[]
|
|
10188
10204
|
), [C, I] = H(
|
|
10189
10205
|
S.country || E
|
|
10190
10206
|
), [g, P] = H(
|
|
10191
10207
|
S.nationalNumber
|
|
10192
10208
|
), [x, D] = H(!1), w = r !== void 0, $ = ee(
|
|
10193
|
-
() => w ?
|
|
10209
|
+
() => w ? Ka(r || "", s) : null,
|
|
10194
10210
|
[w, r, s]
|
|
10195
|
-
), T = $?.country || C, A = $?.nationalNumber || g, M =
|
|
10211
|
+
), T = $?.country || C, A = $?.nationalNumber || g, M = xu(A, T.format), O = N(
|
|
10196
10212
|
(G, z) => {
|
|
10197
|
-
const U =
|
|
10213
|
+
const U = Ya(z);
|
|
10198
10214
|
return U ? `${G.dialCode}${U}` : "";
|
|
10199
10215
|
},
|
|
10200
10216
|
[]
|
|
10201
10217
|
), Y = N(
|
|
10202
10218
|
(G) => {
|
|
10203
|
-
const z = G.target.value, U =
|
|
10219
|
+
const z = G.target.value, U = Ya(z);
|
|
10204
10220
|
w || P(U);
|
|
10205
10221
|
const Z = O(T, U);
|
|
10206
10222
|
a?.(Z);
|
|
@@ -10286,7 +10302,7 @@ const yu = [
|
|
|
10286
10302
|
] });
|
|
10287
10303
|
}
|
|
10288
10304
|
);
|
|
10289
|
-
|
|
10305
|
+
Nu.displayName = "PhoneInput";
|
|
10290
10306
|
const Fn = q.forwardRef(
|
|
10291
10307
|
(r, t) => {
|
|
10292
10308
|
const {
|
|
@@ -10305,7 +10321,7 @@ const Fn = q.forwardRef(
|
|
|
10305
10321
|
u
|
|
10306
10322
|
].filter(Boolean).join(" ");
|
|
10307
10323
|
return /* @__PURE__ */ e("div", { ref: t, className: p, children: /* @__PURE__ */ e(
|
|
10308
|
-
|
|
10324
|
+
qr,
|
|
10309
10325
|
{
|
|
10310
10326
|
variant: n ? "filled" : "outlined",
|
|
10311
10327
|
color: n ? "primary" : "default",
|
|
@@ -10320,7 +10336,7 @@ const Fn = q.forwardRef(
|
|
|
10320
10336
|
}
|
|
10321
10337
|
);
|
|
10322
10338
|
Fn.displayName = "FilterChip";
|
|
10323
|
-
function
|
|
10339
|
+
function Zr({
|
|
10324
10340
|
open: r,
|
|
10325
10341
|
onDismiss: t,
|
|
10326
10342
|
anchorRef: a,
|
|
@@ -10353,9 +10369,9 @@ function qr({
|
|
|
10353
10369
|
}
|
|
10354
10370
|
);
|
|
10355
10371
|
}
|
|
10356
|
-
|
|
10357
|
-
const
|
|
10358
|
-
function
|
|
10372
|
+
Zr.displayName = "PresetPopover";
|
|
10373
|
+
const Su = (r) => String(r), Cu = /* @__PURE__ */ e("div", { className: "gloss-autocomplete__empty", children: "No matches found. Try a different search." });
|
|
10374
|
+
function wu() {
|
|
10359
10375
|
return /* @__PURE__ */ d("div", { className: "gloss-autocomplete__loading", children: [
|
|
10360
10376
|
/* @__PURE__ */ e(Je, { name: "loader" }),
|
|
10361
10377
|
"Loading..."
|
|
@@ -10366,10 +10382,10 @@ function On(r) {
|
|
|
10366
10382
|
options: t,
|
|
10367
10383
|
value: a,
|
|
10368
10384
|
onChange: n,
|
|
10369
|
-
getOptionLabel: s =
|
|
10385
|
+
getOptionLabel: s = Su,
|
|
10370
10386
|
onSearch: i,
|
|
10371
10387
|
resultSlot: o,
|
|
10372
|
-
emptySlot: c =
|
|
10388
|
+
emptySlot: c = Cu,
|
|
10373
10389
|
loadingSlot: l,
|
|
10374
10390
|
placeholder: u,
|
|
10375
10391
|
label: p,
|
|
@@ -10462,13 +10478,13 @@ function On(r) {
|
|
|
10462
10478
|
}
|
|
10463
10479
|
),
|
|
10464
10480
|
/* @__PURE__ */ e(
|
|
10465
|
-
|
|
10481
|
+
Zr,
|
|
10466
10482
|
{
|
|
10467
10483
|
open: Y && !_,
|
|
10468
10484
|
onDismiss: O,
|
|
10469
10485
|
anchorRef: P,
|
|
10470
10486
|
placement: "bottom-start",
|
|
10471
|
-
children: b ? l ?? /* @__PURE__ */ e(
|
|
10487
|
+
children: b ? l ?? /* @__PURE__ */ e(wu, {}) : w.length === 0 ? c : /* @__PURE__ */ e(
|
|
10472
10488
|
"ul",
|
|
10473
10489
|
{
|
|
10474
10490
|
ref: D,
|
|
@@ -10604,7 +10620,7 @@ function Ln(r) {
|
|
|
10604
10620
|
"aria-disabled": f || void 0,
|
|
10605
10621
|
children: [
|
|
10606
10622
|
D.map((W) => /* @__PURE__ */ e("span", { className: "gloss-multi-select__tag", children: s ? s(W, () => A(W.value)) : /* @__PURE__ */ e(
|
|
10607
|
-
|
|
10623
|
+
qr,
|
|
10608
10624
|
{
|
|
10609
10625
|
size: y === "lg" ? "md" : "sm",
|
|
10610
10626
|
variant: "outlined",
|
|
@@ -10648,7 +10664,7 @@ function Ln(r) {
|
|
|
10648
10664
|
}
|
|
10649
10665
|
),
|
|
10650
10666
|
/* @__PURE__ */ e(
|
|
10651
|
-
|
|
10667
|
+
Zr,
|
|
10652
10668
|
{
|
|
10653
10669
|
open: h && !f,
|
|
10654
10670
|
onDismiss: Y,
|
|
@@ -10716,20 +10732,20 @@ function Ln(r) {
|
|
|
10716
10732
|
] });
|
|
10717
10733
|
}
|
|
10718
10734
|
Ln.displayName = "MultiSelect";
|
|
10719
|
-
const
|
|
10735
|
+
const ku = {
|
|
10720
10736
|
xs: { size: "24px", fontSize: "0.625rem" },
|
|
10721
10737
|
sm: { size: "32px", fontSize: "0.75rem" },
|
|
10722
10738
|
md: { size: "40px", fontSize: "0.875rem" },
|
|
10723
10739
|
lg: { size: "48px", fontSize: "1rem" },
|
|
10724
10740
|
xl: { size: "64px", fontSize: "1.25rem" }
|
|
10725
|
-
},
|
|
10741
|
+
}, Du = {
|
|
10726
10742
|
bg: R.BgMuted,
|
|
10727
10743
|
color: R.TextSecondary
|
|
10728
|
-
},
|
|
10744
|
+
}, Iu = {
|
|
10729
10745
|
circle: "50%",
|
|
10730
10746
|
square: Ce.Md
|
|
10731
10747
|
};
|
|
10732
|
-
function
|
|
10748
|
+
function Tu() {
|
|
10733
10749
|
return /* @__PURE__ */ e(
|
|
10734
10750
|
"svg",
|
|
10735
10751
|
{
|
|
@@ -10742,7 +10758,7 @@ function Du() {
|
|
|
10742
10758
|
}
|
|
10743
10759
|
);
|
|
10744
10760
|
}
|
|
10745
|
-
function
|
|
10761
|
+
function Jr(r) {
|
|
10746
10762
|
const {
|
|
10747
10763
|
size: t = "md",
|
|
10748
10764
|
shape: a = "circle",
|
|
@@ -10754,14 +10770,14 @@ function Zr(r) {
|
|
|
10754
10770
|
} = r, l = { ...c };
|
|
10755
10771
|
delete l.className, delete l.style, delete l.definition;
|
|
10756
10772
|
const u = {
|
|
10757
|
-
...
|
|
10758
|
-
...
|
|
10759
|
-
radius:
|
|
10773
|
+
...Du,
|
|
10774
|
+
...ku[t],
|
|
10775
|
+
radius: Iu[a]
|
|
10760
10776
|
}, p = [
|
|
10761
10777
|
"gloss-preset-avatar",
|
|
10762
10778
|
`gloss-preset-avatar--${t}`
|
|
10763
10779
|
].join(" ");
|
|
10764
|
-
let m = /* @__PURE__ */ e(
|
|
10780
|
+
let m = /* @__PURE__ */ e(Tu, {});
|
|
10765
10781
|
return o ? m = o : i && (m = i), /* @__PURE__ */ e(
|
|
10766
10782
|
no,
|
|
10767
10783
|
{
|
|
@@ -10774,23 +10790,23 @@ function Zr(r) {
|
|
|
10774
10790
|
}
|
|
10775
10791
|
);
|
|
10776
10792
|
}
|
|
10777
|
-
|
|
10778
|
-
function
|
|
10793
|
+
Jr.displayName = "PresetAvatar";
|
|
10794
|
+
function Eu(r, t) {
|
|
10779
10795
|
return /* @__PURE__ */ d("div", { className: `gloss-entity-picker__result ${t ? "gloss-entity-picker__result--highlighted" : ""}`, children: [
|
|
10780
|
-
r.avatarUrl ? /* @__PURE__ */ e("div", { className: "gloss-entity-picker__result-avatar", children: /* @__PURE__ */ e(
|
|
10796
|
+
r.avatarUrl ? /* @__PURE__ */ e("div", { className: "gloss-entity-picker__result-avatar", children: /* @__PURE__ */ e(Jr, { src: r.avatarUrl, alt: r.label, size: "sm" }) }) : r.icon ? /* @__PURE__ */ e("div", { className: "gloss-entity-picker__result-icon", children: /* @__PURE__ */ e(Je, { name: r.icon, definition: { size: "sm" } }) }) : null,
|
|
10781
10797
|
/* @__PURE__ */ d("div", { className: "gloss-entity-picker__result-info", children: [
|
|
10782
10798
|
/* @__PURE__ */ e("span", { className: "gloss-entity-picker__result-label", children: r.label }),
|
|
10783
10799
|
r.description && /* @__PURE__ */ e("span", { className: "gloss-entity-picker__result-description", children: r.description })
|
|
10784
10800
|
] })
|
|
10785
10801
|
] });
|
|
10786
10802
|
}
|
|
10787
|
-
const
|
|
10788
|
-
function
|
|
10803
|
+
const Mu = /* @__PURE__ */ e("div", { className: "gloss-entity-picker__empty", children: "No entities found. No matching entities found." });
|
|
10804
|
+
function Pu({
|
|
10789
10805
|
entities: r,
|
|
10790
10806
|
value: t,
|
|
10791
10807
|
onChange: a,
|
|
10792
10808
|
onSearch: n,
|
|
10793
|
-
resultSlot: s =
|
|
10809
|
+
resultSlot: s = Eu,
|
|
10794
10810
|
selectedSlot: i,
|
|
10795
10811
|
placeholder: o = "Search entities...",
|
|
10796
10812
|
label: c,
|
|
@@ -10809,7 +10825,7 @@ function Eu({
|
|
|
10809
10825
|
getOptionLabel: (y) => y.label,
|
|
10810
10826
|
onSearch: n,
|
|
10811
10827
|
resultSlot: s,
|
|
10812
|
-
emptySlot:
|
|
10828
|
+
emptySlot: Mu,
|
|
10813
10829
|
placeholder: o,
|
|
10814
10830
|
label: c,
|
|
10815
10831
|
isLoading: l,
|
|
@@ -10818,8 +10834,8 @@ function Eu({
|
|
|
10818
10834
|
}
|
|
10819
10835
|
) });
|
|
10820
10836
|
}
|
|
10821
|
-
|
|
10822
|
-
function
|
|
10837
|
+
Pu.displayName = "EntityPicker";
|
|
10838
|
+
function Qr(r) {
|
|
10823
10839
|
const {
|
|
10824
10840
|
columns: t,
|
|
10825
10841
|
data: a,
|
|
@@ -11007,13 +11023,13 @@ function Jr(r) {
|
|
|
11007
11023
|
] })
|
|
11008
11024
|
] });
|
|
11009
11025
|
}
|
|
11010
|
-
|
|
11011
|
-
const
|
|
11026
|
+
Qr.displayName = "DataTable";
|
|
11027
|
+
const Ru = [
|
|
11012
11028
|
{ value: "count", label: "Count" },
|
|
11013
11029
|
{ value: "total", label: "Total" },
|
|
11014
11030
|
{ value: "average", label: "Average" }
|
|
11015
11031
|
];
|
|
11016
|
-
function
|
|
11032
|
+
function Bu({
|
|
11017
11033
|
filterDescription: r,
|
|
11018
11034
|
filterPayload: t,
|
|
11019
11035
|
onConfirm: a,
|
|
@@ -11054,7 +11070,7 @@ function Pu({
|
|
|
11054
11070
|
/* @__PURE__ */ e("div", { className: "pin-to-metric__popover-header", children: r }),
|
|
11055
11071
|
/* @__PURE__ */ d("div", { className: "pin-to-metric__popover-body", children: [
|
|
11056
11072
|
/* @__PURE__ */ e("p", { className: "pin-to-metric__popover-prompt", children: "Pin as metric card using:" }),
|
|
11057
|
-
/* @__PURE__ */ e("div", { className: "pin-to-metric__agg-buttons", children:
|
|
11073
|
+
/* @__PURE__ */ e("div", { className: "pin-to-metric__agg-buttons", children: Ru.map(({ value: _, label: v }) => /* @__PURE__ */ e(
|
|
11058
11074
|
"button",
|
|
11059
11075
|
{
|
|
11060
11076
|
type: "button",
|
|
@@ -11070,13 +11086,13 @@ function Pu({
|
|
|
11070
11086
|
) }) })
|
|
11071
11087
|
] });
|
|
11072
11088
|
}
|
|
11073
|
-
|
|
11074
|
-
const
|
|
11089
|
+
Bu.displayName = "PinToMetric";
|
|
11090
|
+
const Au = {
|
|
11075
11091
|
sm: "400px",
|
|
11076
11092
|
md: "560px",
|
|
11077
11093
|
lg: "720px",
|
|
11078
11094
|
fullscreen: "100vw"
|
|
11079
|
-
},
|
|
11095
|
+
}, zu = {
|
|
11080
11096
|
portal: !0,
|
|
11081
11097
|
dismissOnClickOutside: !0,
|
|
11082
11098
|
dismissOnEscape: !0,
|
|
@@ -11087,14 +11103,14 @@ const Ru = {
|
|
|
11087
11103
|
padding: "0",
|
|
11088
11104
|
zIndex: en.Modal
|
|
11089
11105
|
};
|
|
11090
|
-
function
|
|
11091
|
-
const s =
|
|
11106
|
+
function ea({ open: r, onDismiss: t, size: a = "md", children: n }) {
|
|
11107
|
+
const s = Au[a];
|
|
11092
11108
|
return /* @__PURE__ */ d(We, { children: [
|
|
11093
11109
|
r && /* @__PURE__ */ e("div", { className: "gloss-container-dialog__backdrop", "data-density": "default" }),
|
|
11094
11110
|
/* @__PURE__ */ e(
|
|
11095
11111
|
tn,
|
|
11096
11112
|
{
|
|
11097
|
-
definition:
|
|
11113
|
+
definition: zu,
|
|
11098
11114
|
open: r,
|
|
11099
11115
|
onDismiss: t,
|
|
11100
11116
|
className: `gloss-container-dialog gloss-container-dialog--${a}`,
|
|
@@ -11104,23 +11120,23 @@ function Qr({ open: r, onDismiss: t, size: a = "md", children: n }) {
|
|
|
11104
11120
|
)
|
|
11105
11121
|
] });
|
|
11106
11122
|
}
|
|
11107
|
-
|
|
11108
|
-
const
|
|
11123
|
+
ea.displayName = "ContainerDialog";
|
|
11124
|
+
const ta = q.forwardRef(({ children: r, ...t }, a) => {
|
|
11109
11125
|
const n = { ...t };
|
|
11110
11126
|
return delete n.className, delete n.style, /* @__PURE__ */ e("div", { ref: a, className: "gloss-container-dialog__header", ...n, children: /* @__PURE__ */ e(vt, { region: "dialog-header", children: r }) });
|
|
11111
11127
|
});
|
|
11112
|
-
|
|
11113
|
-
const
|
|
11128
|
+
ta.displayName = "ContainerDialogHeader";
|
|
11129
|
+
const ra = q.forwardRef(({ children: r, ...t }, a) => {
|
|
11114
11130
|
const n = { ...t };
|
|
11115
11131
|
return delete n.className, delete n.style, /* @__PURE__ */ e("div", { ref: a, className: "gloss-container-dialog__body", ...n, children: /* @__PURE__ */ e(vt, { region: "dialog-body", children: r }) });
|
|
11116
11132
|
});
|
|
11117
|
-
|
|
11118
|
-
const
|
|
11133
|
+
ra.displayName = "ContainerDialogBody";
|
|
11134
|
+
const aa = q.forwardRef(({ children: r, ...t }, a) => {
|
|
11119
11135
|
const n = { ...t };
|
|
11120
11136
|
return delete n.className, delete n.style, /* @__PURE__ */ e("div", { ref: a, className: "gloss-container-dialog__actions", ...n, children: /* @__PURE__ */ e(vt, { region: "dialog-actions", children: r }) });
|
|
11121
11137
|
});
|
|
11122
|
-
|
|
11123
|
-
function
|
|
11138
|
+
aa.displayName = "ContainerDialogActions";
|
|
11139
|
+
function $u(r) {
|
|
11124
11140
|
const {
|
|
11125
11141
|
open: t,
|
|
11126
11142
|
onClose: a,
|
|
@@ -11136,10 +11152,10 @@ function Au(r) {
|
|
|
11136
11152
|
footerSlot: f,
|
|
11137
11153
|
className: y
|
|
11138
11154
|
} = r, b = s ?? a, _ = ["gloss-form-dialog", y].filter(Boolean).join(" ");
|
|
11139
|
-
return /* @__PURE__ */ e(
|
|
11140
|
-
/* @__PURE__ */ e(
|
|
11141
|
-
/* @__PURE__ */ e(
|
|
11142
|
-
/* @__PURE__ */ e(
|
|
11155
|
+
return /* @__PURE__ */ e(ea, { open: t, onDismiss: a, size: u, children: /* @__PURE__ */ d("div", { className: _, children: [
|
|
11156
|
+
/* @__PURE__ */ e(ta, { children: /* @__PURE__ */ e("h2", { style: { margin: 0 }, children: i }) }),
|
|
11157
|
+
/* @__PURE__ */ e(ra, { children: m }),
|
|
11158
|
+
/* @__PURE__ */ e(aa, { children: f || /* @__PURE__ */ d("div", { className: "gloss-form-dialog__actions", children: [
|
|
11143
11159
|
/* @__PURE__ */ e(
|
|
11144
11160
|
Ie,
|
|
11145
11161
|
{
|
|
@@ -11162,8 +11178,8 @@ function Au(r) {
|
|
|
11162
11178
|
] }) })
|
|
11163
11179
|
] }) });
|
|
11164
11180
|
}
|
|
11165
|
-
|
|
11166
|
-
const
|
|
11181
|
+
$u.displayName = "FormDialog";
|
|
11182
|
+
const Fu = {
|
|
11167
11183
|
body: {
|
|
11168
11184
|
fontFamily: Be.FontBody,
|
|
11169
11185
|
fontSize: Be.TextBase,
|
|
@@ -11186,7 +11202,7 @@ const zu = {
|
|
|
11186
11202
|
letterSpacing: "0.08em",
|
|
11187
11203
|
color: R.TextSecondary
|
|
11188
11204
|
}
|
|
11189
|
-
},
|
|
11205
|
+
}, Ou = {
|
|
11190
11206
|
xs: { fontSize: Be.TextXs },
|
|
11191
11207
|
sm: { fontSize: Be.TextSm },
|
|
11192
11208
|
md: { fontSize: Be.TextBase },
|
|
@@ -11201,8 +11217,8 @@ const zu = {
|
|
|
11201
11217
|
} = t, o = { ...i };
|
|
11202
11218
|
delete o.className, delete o.style, delete o.definition;
|
|
11203
11219
|
const c = {
|
|
11204
|
-
...
|
|
11205
|
-
|
|
11220
|
+
...Fu[a],
|
|
11221
|
+
...Ou[n]
|
|
11206
11222
|
}, l = [
|
|
11207
11223
|
"gloss-preset-text",
|
|
11208
11224
|
`gloss-preset-text--${a}`
|
|
@@ -11219,7 +11235,7 @@ const zu = {
|
|
|
11219
11235
|
);
|
|
11220
11236
|
};
|
|
11221
11237
|
Ht.displayName = "PresetText";
|
|
11222
|
-
function
|
|
11238
|
+
function Lu({
|
|
11223
11239
|
open: r,
|
|
11224
11240
|
cardA: t,
|
|
11225
11241
|
cardB: a,
|
|
@@ -11344,7 +11360,7 @@ function Fu({
|
|
|
11344
11360
|
}
|
|
11345
11361
|
);
|
|
11346
11362
|
}
|
|
11347
|
-
|
|
11363
|
+
Lu.displayName = "MergePrompt";
|
|
11348
11364
|
function Hn(r) {
|
|
11349
11365
|
const {
|
|
11350
11366
|
steps: t,
|
|
@@ -11406,11 +11422,11 @@ function Hn(r) {
|
|
|
11406
11422
|
] });
|
|
11407
11423
|
}
|
|
11408
11424
|
Hn.displayName = "Stepper";
|
|
11409
|
-
const
|
|
11425
|
+
const Ua = ye.object({
|
|
11410
11426
|
email: ye.string().email("Please enter a valid email address"),
|
|
11411
11427
|
password: ye.string().min(8, "Password must be at least 8 characters"),
|
|
11412
11428
|
rememberMe: ye.boolean().optional()
|
|
11413
|
-
}),
|
|
11429
|
+
}), fp = {
|
|
11414
11430
|
slug: "login-form",
|
|
11415
11431
|
displayName: "Login Form",
|
|
11416
11432
|
description: "A standard authentication form with email, password, remember me checkbox, and forgot password link. Includes Zod validation.",
|
|
@@ -11468,7 +11484,7 @@ const Ya = ye.object({
|
|
|
11468
11484
|
],
|
|
11469
11485
|
version: "1.0.0"
|
|
11470
11486
|
};
|
|
11471
|
-
function
|
|
11487
|
+
function gp({
|
|
11472
11488
|
title: r = "Welcome Back",
|
|
11473
11489
|
subtitle: t = "Sign in to your account",
|
|
11474
11490
|
submitLabel: a = "Sign In",
|
|
@@ -11490,7 +11506,7 @@ function pp({
|
|
|
11490
11506
|
rememberMe: p.rememberMe ?? !1
|
|
11491
11507
|
}), [v, h] = H({}), [k, E] = H({}), S = N((x, D) => {
|
|
11492
11508
|
try {
|
|
11493
|
-
|
|
11509
|
+
Ua.shape[x].parse(D), h(($) => ({ ...$, [x]: void 0 }));
|
|
11494
11510
|
} catch (w) {
|
|
11495
11511
|
w instanceof ye.ZodError && h(($) => ({ ...$, [x]: w.issues[0]?.message }));
|
|
11496
11512
|
}
|
|
@@ -11510,7 +11526,7 @@ function pp({
|
|
|
11510
11526
|
f(new FormData(x.currentTarget));
|
|
11511
11527
|
return;
|
|
11512
11528
|
}
|
|
11513
|
-
const D =
|
|
11529
|
+
const D = Ua.safeParse(b);
|
|
11514
11530
|
if (!D.success) {
|
|
11515
11531
|
const w = {};
|
|
11516
11532
|
D.error.issues.forEach(($) => {
|
|
@@ -11564,7 +11580,7 @@ function pp({
|
|
|
11564
11580
|
)
|
|
11565
11581
|
] }),
|
|
11566
11582
|
/* @__PURE__ */ e(
|
|
11567
|
-
|
|
11583
|
+
fr,
|
|
11568
11584
|
{
|
|
11569
11585
|
showToggle: !0,
|
|
11570
11586
|
placeholder: "Enter your password",
|
|
@@ -11607,7 +11623,7 @@ function pp({
|
|
|
11607
11623
|
] })
|
|
11608
11624
|
] });
|
|
11609
11625
|
}
|
|
11610
|
-
const
|
|
11626
|
+
const Hu = [
|
|
11611
11627
|
{ value: "AL", label: "Alabama" },
|
|
11612
11628
|
{ value: "AK", label: "Alaska" },
|
|
11613
11629
|
{ value: "AZ", label: "Arizona" },
|
|
@@ -11658,14 +11674,14 @@ const Ou = [
|
|
|
11658
11674
|
{ value: "WV", label: "West Virginia" },
|
|
11659
11675
|
{ value: "WI", label: "Wisconsin" },
|
|
11660
11676
|
{ value: "WY", label: "Wyoming" }
|
|
11661
|
-
],
|
|
11677
|
+
], Kr = ye.object({
|
|
11662
11678
|
street: ye.string().min(1, "Street address is required"),
|
|
11663
11679
|
street2: ye.string().optional(),
|
|
11664
11680
|
city: ye.string().min(1, "City is required"),
|
|
11665
11681
|
state: ye.string().min(2, "Please select a state"),
|
|
11666
11682
|
zip: ye.string().regex(/^\d{5}(-\d{4})?$/, "Please enter a valid ZIP code"),
|
|
11667
11683
|
country: ye.string().default("US")
|
|
11668
|
-
}),
|
|
11684
|
+
}), hp = {
|
|
11669
11685
|
slug: "address-group",
|
|
11670
11686
|
displayName: "Address Group",
|
|
11671
11687
|
description: "A complete address collection form with street, city, state, and ZIP fields. Includes US state select and ZIP code validation.",
|
|
@@ -11711,7 +11727,7 @@ const Ou = [
|
|
|
11711
11727
|
],
|
|
11712
11728
|
version: "1.0.0"
|
|
11713
11729
|
};
|
|
11714
|
-
function
|
|
11730
|
+
function Wu({
|
|
11715
11731
|
legend: r = "Address",
|
|
11716
11732
|
compact: t = !1,
|
|
11717
11733
|
showStreet2: a = !0,
|
|
@@ -11737,7 +11753,7 @@ function Lu({
|
|
|
11737
11753
|
);
|
|
11738
11754
|
ds(m, () => ({
|
|
11739
11755
|
validate: () => {
|
|
11740
|
-
const g =
|
|
11756
|
+
const g = Kr.safeParse(f);
|
|
11741
11757
|
if (g.success)
|
|
11742
11758
|
return { success: !0, errors: {} };
|
|
11743
11759
|
const P = {};
|
|
@@ -11758,7 +11774,7 @@ function Lu({
|
|
|
11758
11774
|
return;
|
|
11759
11775
|
}
|
|
11760
11776
|
try {
|
|
11761
|
-
|
|
11777
|
+
Kr.shape[g].parse(P), h((D) => ({ ...D, [g]: void 0 }));
|
|
11762
11778
|
} catch (x) {
|
|
11763
11779
|
x instanceof ye.ZodError && h((D) => ({ ...D, [g]: x.issues[0]?.message }));
|
|
11764
11780
|
}
|
|
@@ -11859,7 +11875,7 @@ function Lu({
|
|
|
11859
11875
|
S("state")(g), _((P) => ({ ...P, state: !0 }));
|
|
11860
11876
|
},
|
|
11861
11877
|
disabled: i,
|
|
11862
|
-
options:
|
|
11878
|
+
options: Hu
|
|
11863
11879
|
}
|
|
11864
11880
|
),
|
|
11865
11881
|
k.state && b.state && /* @__PURE__ */ e("span", { className: "gloss-pattern-address-group__error", children: k.state })
|
|
@@ -11900,9 +11916,9 @@ function Lu({
|
|
|
11900
11916
|
)
|
|
11901
11917
|
] });
|
|
11902
11918
|
}
|
|
11903
|
-
const Wn = cs(
|
|
11919
|
+
const Wn = cs(Wu);
|
|
11904
11920
|
Wn.displayName = "AddressGroup";
|
|
11905
|
-
const
|
|
11921
|
+
const Gu = (r) => {
|
|
11906
11922
|
const t = r.replace(/\s/g, "");
|
|
11907
11923
|
if (!/^\d{13,19}$/.test(t)) return !1;
|
|
11908
11924
|
let a = 0, n = !1;
|
|
@@ -11911,15 +11927,15 @@ const Hu = (r) => {
|
|
|
11911
11927
|
n && (i *= 2, i > 9 && (i -= 9)), a += i, n = !n;
|
|
11912
11928
|
}
|
|
11913
11929
|
return a % 10 === 0;
|
|
11914
|
-
},
|
|
11915
|
-
cardNumber: ye.string().min(13, "Card number is too short").refine((r) =>
|
|
11930
|
+
}, gr = ye.object({
|
|
11931
|
+
cardNumber: ye.string().min(13, "Card number is too short").refine((r) => Gu(r), "Invalid card number"),
|
|
11916
11932
|
expiryDate: ye.string().regex(/^(0[1-9]|1[0-2])\s?\/\s?\d{2}$/, "Invalid expiry date (MM/YY)").refine((r) => {
|
|
11917
11933
|
const [t, a] = r.split("/").map((i) => parseInt(i.trim(), 10)), n = /* @__PURE__ */ new Date();
|
|
11918
11934
|
return new Date(2e3 + a, t - 1) > n;
|
|
11919
11935
|
}, "Card has expired"),
|
|
11920
11936
|
cvv: ye.string().regex(/^\d{3,4}$/, "CVV must be 3 or 4 digits"),
|
|
11921
11937
|
cardholderName: ye.string().min(2, "Cardholder name is required")
|
|
11922
|
-
}),
|
|
11938
|
+
}), bp = {
|
|
11923
11939
|
slug: "credit-card-form",
|
|
11924
11940
|
displayName: "Credit Card Form",
|
|
11925
11941
|
description: "A secure payment form with card number masking, expiry date formatting, CVV input, and Luhn validation. Supports async BIN validation.",
|
|
@@ -11983,7 +11999,7 @@ const Hu = (r) => {
|
|
|
11983
11999
|
],
|
|
11984
12000
|
version: "1.0.0"
|
|
11985
12001
|
};
|
|
11986
|
-
function
|
|
12002
|
+
function yp({
|
|
11987
12003
|
title: r = "Payment Details",
|
|
11988
12004
|
subtitle: t = "Enter your card information",
|
|
11989
12005
|
submitLabel: a = "Pay",
|
|
@@ -12007,7 +12023,7 @@ function hp({
|
|
|
12007
12023
|
cardholderName: p.cardholderName ?? ""
|
|
12008
12024
|
}), [h, k] = H({}), [E, S] = H({}), C = ee(() => n ? `${a} ${n}` : a, [a, n]), I = N((w, $) => {
|
|
12009
12025
|
try {
|
|
12010
|
-
|
|
12026
|
+
gr.shape[w].parse($), k((A) => ({ ...A, [w]: void 0 }));
|
|
12011
12027
|
} catch (T) {
|
|
12012
12028
|
T instanceof ye.ZodError && k((A) => ({ ...A, [w]: T.issues[0]?.message }));
|
|
12013
12029
|
}
|
|
@@ -12027,7 +12043,7 @@ function hp({
|
|
|
12027
12043
|
f(new FormData(w.currentTarget));
|
|
12028
12044
|
return;
|
|
12029
12045
|
}
|
|
12030
|
-
const $ =
|
|
12046
|
+
const $ = gr.safeParse(_);
|
|
12031
12047
|
if (!$.success) {
|
|
12032
12048
|
const T = {};
|
|
12033
12049
|
$.error.issues.forEach((A) => {
|
|
@@ -12154,7 +12170,7 @@ function hp({
|
|
|
12154
12170
|
] })
|
|
12155
12171
|
] });
|
|
12156
12172
|
}
|
|
12157
|
-
const
|
|
12173
|
+
const Xa = ye.object({
|
|
12158
12174
|
firstName: ye.string().min(1, "First name is required"),
|
|
12159
12175
|
lastName: ye.string().min(1, "Last name is required"),
|
|
12160
12176
|
email: ye.string().email("Please enter a valid email address"),
|
|
@@ -12164,7 +12180,7 @@ const Ua = ye.object({
|
|
|
12164
12180
|
}).refine((r) => r.password === r.confirmPassword, {
|
|
12165
12181
|
message: "Passwords must match",
|
|
12166
12182
|
path: ["confirmPassword"]
|
|
12167
|
-
}),
|
|
12183
|
+
}), vp = {
|
|
12168
12184
|
slug: "registration-form",
|
|
12169
12185
|
displayName: "Registration Form",
|
|
12170
12186
|
description: "A user registration form with name, email, password fields, terms acceptance, and Zod validation. Supports password strength indicator and confirmation matching.",
|
|
@@ -12216,7 +12232,7 @@ const Ua = ye.object({
|
|
|
12216
12232
|
],
|
|
12217
12233
|
version: "1.0.0"
|
|
12218
12234
|
};
|
|
12219
|
-
function
|
|
12235
|
+
function _p({
|
|
12220
12236
|
onSubmit: r,
|
|
12221
12237
|
onSubmitRaw: t,
|
|
12222
12238
|
isLoading: a = !1,
|
|
@@ -12246,7 +12262,7 @@ function yp({
|
|
|
12246
12262
|
return;
|
|
12247
12263
|
}
|
|
12248
12264
|
try {
|
|
12249
|
-
|
|
12265
|
+
Xa._def.schema.shape[g].parse(P), _((D) => ({ ...D, [g]: void 0 }));
|
|
12250
12266
|
} catch (x) {
|
|
12251
12267
|
x instanceof ye.ZodError && _((D) => ({ ...D, [g]: x.issues[0]?.message }));
|
|
12252
12268
|
}
|
|
@@ -12268,7 +12284,7 @@ function yp({
|
|
|
12268
12284
|
t(new FormData(g.currentTarget));
|
|
12269
12285
|
return;
|
|
12270
12286
|
}
|
|
12271
|
-
const P =
|
|
12287
|
+
const P = Xa.safeParse(f);
|
|
12272
12288
|
if (!P.success) {
|
|
12273
12289
|
const x = {};
|
|
12274
12290
|
P.error.issues.forEach((D) => {
|
|
@@ -12352,7 +12368,7 @@ function yp({
|
|
|
12352
12368
|
/* @__PURE__ */ d("div", { className: "gloss-registration-form__field", children: [
|
|
12353
12369
|
/* @__PURE__ */ e("label", { className: "gloss-registration-form__label", children: "Password" }),
|
|
12354
12370
|
/* @__PURE__ */ e(
|
|
12355
|
-
|
|
12371
|
+
fr,
|
|
12356
12372
|
{
|
|
12357
12373
|
showToggle: !0,
|
|
12358
12374
|
showStrength: !0,
|
|
@@ -12372,7 +12388,7 @@ function yp({
|
|
|
12372
12388
|
/* @__PURE__ */ d("div", { className: "gloss-registration-form__field", children: [
|
|
12373
12389
|
/* @__PURE__ */ e("label", { className: "gloss-registration-form__label", children: "Confirm Password" }),
|
|
12374
12390
|
/* @__PURE__ */ e(
|
|
12375
|
-
|
|
12391
|
+
fr,
|
|
12376
12392
|
{
|
|
12377
12393
|
showToggle: !0,
|
|
12378
12394
|
placeholder: "Confirm your password",
|
|
@@ -12421,12 +12437,12 @@ function yp({
|
|
|
12421
12437
|
] })
|
|
12422
12438
|
] });
|
|
12423
12439
|
}
|
|
12424
|
-
const
|
|
12440
|
+
const qa = ye.object({
|
|
12425
12441
|
name: ye.string().min(1, "Name is required"),
|
|
12426
12442
|
email: ye.string().email("Please enter a valid email address"),
|
|
12427
12443
|
subject: ye.string().min(1, "Subject is required"),
|
|
12428
12444
|
message: ye.string().min(10, "Message must be at least 10 characters")
|
|
12429
|
-
}),
|
|
12445
|
+
}), xp = {
|
|
12430
12446
|
slug: "contact-form",
|
|
12431
12447
|
displayName: "Contact Form",
|
|
12432
12448
|
description: "A contact/support form with name, email, subject, and message fields. Supports optional subject dropdown and Zod validation.",
|
|
@@ -12466,7 +12482,7 @@ const Xa = ye.object({
|
|
|
12466
12482
|
],
|
|
12467
12483
|
version: "1.0.0"
|
|
12468
12484
|
};
|
|
12469
|
-
function
|
|
12485
|
+
function Np({
|
|
12470
12486
|
onSubmit: r,
|
|
12471
12487
|
onSubmitRaw: t,
|
|
12472
12488
|
isLoading: a = !1,
|
|
@@ -12484,7 +12500,7 @@ function _p({
|
|
|
12484
12500
|
message: s.message ?? ""
|
|
12485
12501
|
}), [m, f] = H({}), [y, b] = H({}), _ = N((S, C) => {
|
|
12486
12502
|
try {
|
|
12487
|
-
|
|
12503
|
+
qa.shape[S].parse(C), f((g) => ({ ...g, [S]: void 0 }));
|
|
12488
12504
|
} catch (I) {
|
|
12489
12505
|
I instanceof ye.ZodError && f((g) => ({ ...g, [S]: I.issues[0]?.message }));
|
|
12490
12506
|
}
|
|
@@ -12504,7 +12520,7 @@ function _p({
|
|
|
12504
12520
|
t(new FormData(S.currentTarget));
|
|
12505
12521
|
return;
|
|
12506
12522
|
}
|
|
12507
|
-
const C =
|
|
12523
|
+
const C = qa.safeParse(u);
|
|
12508
12524
|
if (!C.success) {
|
|
12509
12525
|
const I = {};
|
|
12510
12526
|
C.error.issues.forEach((g) => {
|
|
@@ -12622,10 +12638,10 @@ function _p({
|
|
|
12622
12638
|
) })
|
|
12623
12639
|
] });
|
|
12624
12640
|
}
|
|
12625
|
-
const
|
|
12641
|
+
const Vu = ye.object({
|
|
12626
12642
|
paymentMethod: ye.enum(["credit_card", "debit_card", "bank_transfer"]),
|
|
12627
|
-
card:
|
|
12628
|
-
billingAddress:
|
|
12643
|
+
card: gr.optional(),
|
|
12644
|
+
billingAddress: Kr,
|
|
12629
12645
|
savePaymentMethod: ye.boolean().optional()
|
|
12630
12646
|
}).refine(
|
|
12631
12647
|
(r) => r.paymentMethod === "credit_card" || r.paymentMethod === "debit_card" ? r.card !== void 0 : !0,
|
|
@@ -12633,7 +12649,7 @@ const Wu = ye.object({
|
|
|
12633
12649
|
message: "Card details are required for card payments",
|
|
12634
12650
|
path: ["card"]
|
|
12635
12651
|
}
|
|
12636
|
-
),
|
|
12652
|
+
), Sp = {
|
|
12637
12653
|
slug: "payment-form",
|
|
12638
12654
|
displayName: "Payment Form",
|
|
12639
12655
|
description: "A comprehensive payment form orchestrating payment method selection, card fields, and billing address. Composes creditCardSchema and addressSchema with Zod.",
|
|
@@ -12673,7 +12689,7 @@ const Wu = ye.object({
|
|
|
12673
12689
|
],
|
|
12674
12690
|
version: "1.0.0"
|
|
12675
12691
|
};
|
|
12676
|
-
function
|
|
12692
|
+
function Cp({
|
|
12677
12693
|
onSubmit: r,
|
|
12678
12694
|
onSubmitRaw: t,
|
|
12679
12695
|
isLoading: a = !1,
|
|
@@ -12696,7 +12712,7 @@ function Np({
|
|
|
12696
12712
|
s.savePaymentMethod ?? !1
|
|
12697
12713
|
), [S, C] = H(), I = ce(null), g = p === "credit_card" || p === "debit_card", P = N((T, A) => {
|
|
12698
12714
|
try {
|
|
12699
|
-
|
|
12715
|
+
gr.shape[T].parse(A), _((O) => ({ ...O, [T]: void 0 }));
|
|
12700
12716
|
} catch (M) {
|
|
12701
12717
|
M instanceof ye.ZodError && _((O) => ({ ...O, [T]: M.issues[0]?.message }));
|
|
12702
12718
|
}
|
|
@@ -12732,7 +12748,7 @@ function Np({
|
|
|
12732
12748
|
savePaymentMethod: k
|
|
12733
12749
|
};
|
|
12734
12750
|
g && (O.card = f);
|
|
12735
|
-
const Y =
|
|
12751
|
+
const Y = Vu.safeParse(O);
|
|
12736
12752
|
if (!Y.success) {
|
|
12737
12753
|
const j = {};
|
|
12738
12754
|
Y.error.issues.forEach((B) => {
|
|
@@ -12893,7 +12909,7 @@ function Np({
|
|
|
12893
12909
|
] })
|
|
12894
12910
|
] });
|
|
12895
12911
|
}
|
|
12896
|
-
const
|
|
12912
|
+
const wp = {
|
|
12897
12913
|
slug: "destructive-modal",
|
|
12898
12914
|
displayName: "Destructive Modal",
|
|
12899
12915
|
description: "A confirmation dialog for dangerous actions like delete operations. Supports optional text confirmation for extra safety.",
|
|
@@ -12951,7 +12967,7 @@ const Sp = {
|
|
|
12951
12967
|
],
|
|
12952
12968
|
version: "1.0.0"
|
|
12953
12969
|
};
|
|
12954
|
-
function
|
|
12970
|
+
function kp({
|
|
12955
12971
|
isOpen: r,
|
|
12956
12972
|
onClose: t,
|
|
12957
12973
|
onConfirm: a,
|
|
@@ -12973,8 +12989,8 @@ function Cp({
|
|
|
12973
12989
|
const _ = N(async () => {
|
|
12974
12990
|
c && y !== l || await a();
|
|
12975
12991
|
}, [c, y, l, a]), v = !c || y === l, h = m ? `${s} This will permanently delete "${m}".` : s;
|
|
12976
|
-
return /* @__PURE__ */ d(
|
|
12977
|
-
/* @__PURE__ */ e(
|
|
12992
|
+
return /* @__PURE__ */ d(ea, { open: r, onDismiss: p ? void 0 : t, size: "sm", children: [
|
|
12993
|
+
/* @__PURE__ */ e(ta, { children: /* @__PURE__ */ d("div", { className: "gloss-pattern-destructive-modal__header-content", children: [
|
|
12978
12994
|
/* @__PURE__ */ e(
|
|
12979
12995
|
Je,
|
|
12980
12996
|
{
|
|
@@ -12985,7 +13001,7 @@ function Cp({
|
|
|
12985
13001
|
),
|
|
12986
13002
|
/* @__PURE__ */ e("h2", { className: "gloss-pattern-destructive-modal__title", children: n })
|
|
12987
13003
|
] }) }),
|
|
12988
|
-
/* @__PURE__ */ d(
|
|
13004
|
+
/* @__PURE__ */ d(ra, { children: [
|
|
12989
13005
|
/* @__PURE__ */ e("p", { className: "gloss-pattern-destructive-modal__description", children: h }),
|
|
12990
13006
|
c && /* @__PURE__ */ d("div", { className: "gloss-pattern-destructive-modal__confirmation", children: [
|
|
12991
13007
|
/* @__PURE__ */ d("label", { className: "gloss-pattern-destructive-modal__label", children: [
|
|
@@ -13005,7 +13021,7 @@ function Cp({
|
|
|
13005
13021
|
)
|
|
13006
13022
|
] })
|
|
13007
13023
|
] }),
|
|
13008
|
-
/* @__PURE__ */ d(
|
|
13024
|
+
/* @__PURE__ */ d(aa, { children: [
|
|
13009
13025
|
/* @__PURE__ */ e(Ie, { variant: "ghost", onClick: t, disabled: p, children: o }),
|
|
13010
13026
|
/* @__PURE__ */ e(
|
|
13011
13027
|
Ie,
|
|
@@ -13020,7 +13036,7 @@ function Cp({
|
|
|
13020
13036
|
] })
|
|
13021
13037
|
] });
|
|
13022
13038
|
}
|
|
13023
|
-
function
|
|
13039
|
+
function ju(r) {
|
|
13024
13040
|
const {
|
|
13025
13041
|
onSearch: t,
|
|
13026
13042
|
filters: a = [],
|
|
@@ -13061,7 +13077,7 @@ function Gu(r) {
|
|
|
13061
13077
|
v.key
|
|
13062
13078
|
)) }),
|
|
13063
13079
|
/* @__PURE__ */ e(
|
|
13064
|
-
|
|
13080
|
+
Qr,
|
|
13065
13081
|
{
|
|
13066
13082
|
columns: o,
|
|
13067
13083
|
data: i,
|
|
@@ -13078,8 +13094,8 @@ function Gu(r) {
|
|
|
13078
13094
|
)
|
|
13079
13095
|
] });
|
|
13080
13096
|
}
|
|
13081
|
-
|
|
13082
|
-
function
|
|
13097
|
+
ju.displayName = "EntitySearchPanel";
|
|
13098
|
+
function Ku(r) {
|
|
13083
13099
|
const {
|
|
13084
13100
|
name: t,
|
|
13085
13101
|
subtitle: a,
|
|
@@ -13091,7 +13107,7 @@ function Vu(r) {
|
|
|
13091
13107
|
} = r, l = ["gloss-profile-card", c].filter(Boolean).join(" ");
|
|
13092
13108
|
return /* @__PURE__ */ e(vn, { variant: "outlined", className: l, children: /* @__PURE__ */ d("div", { className: "gloss-profile-card__content", children: [
|
|
13093
13109
|
/* @__PURE__ */ e(
|
|
13094
|
-
|
|
13110
|
+
Jr,
|
|
13095
13111
|
{
|
|
13096
13112
|
size: "xl",
|
|
13097
13113
|
src: n,
|
|
@@ -13109,8 +13125,8 @@ function Vu(r) {
|
|
|
13109
13125
|
] }, p)) })
|
|
13110
13126
|
] }) });
|
|
13111
13127
|
}
|
|
13112
|
-
|
|
13113
|
-
function
|
|
13128
|
+
Ku.displayName = "ProfileCard";
|
|
13129
|
+
function Yu(r) {
|
|
13114
13130
|
const {
|
|
13115
13131
|
value: t,
|
|
13116
13132
|
onChange: a,
|
|
@@ -13169,8 +13185,8 @@ function ju(r) {
|
|
|
13169
13185
|
o && /* @__PURE__ */ e("div", { className: "gloss-order-filter-bar__reset", children: /* @__PURE__ */ e(Ie, { variant: "ghost", size: "sm", onClick: o, children: "Reset" }) })
|
|
13170
13186
|
] });
|
|
13171
13187
|
}
|
|
13172
|
-
|
|
13173
|
-
const
|
|
13188
|
+
Yu.displayName = "OrderFilterBar";
|
|
13189
|
+
const Uu = {
|
|
13174
13190
|
default: {
|
|
13175
13191
|
fillBg: R.BrandPrimary,
|
|
13176
13192
|
trackBg: R.Gray200,
|
|
@@ -13207,7 +13223,7 @@ function Gn(r) {
|
|
|
13207
13223
|
...c
|
|
13208
13224
|
} = r, l = { ...c };
|
|
13209
13225
|
delete l.className, delete l.style, delete l.definition;
|
|
13210
|
-
const u =
|
|
13226
|
+
const u = Uu[t], p = Math.round(a / (n || 100) * 100), m = [
|
|
13211
13227
|
"gloss-preset-progress-bar",
|
|
13212
13228
|
`gloss-preset-progress-bar--${t}`,
|
|
13213
13229
|
o !== "none" && `gloss-preset-progress-bar--label-${o}`
|
|
@@ -13215,7 +13231,7 @@ function Gn(r) {
|
|
|
13215
13231
|
return o === "top" ? /* @__PURE__ */ d("div", { className: m, children: [
|
|
13216
13232
|
/* @__PURE__ */ e("div", { className: "gloss-preset-progress-bar__header", children: y }),
|
|
13217
13233
|
/* @__PURE__ */ e(
|
|
13218
|
-
|
|
13234
|
+
xa,
|
|
13219
13235
|
{
|
|
13220
13236
|
definition: u,
|
|
13221
13237
|
value: a,
|
|
@@ -13226,7 +13242,7 @@ function Gn(r) {
|
|
|
13226
13242
|
)
|
|
13227
13243
|
] }) : /* @__PURE__ */ d("div", { className: m, children: [
|
|
13228
13244
|
/* @__PURE__ */ e(
|
|
13229
|
-
|
|
13245
|
+
xa,
|
|
13230
13246
|
{
|
|
13231
13247
|
definition: u,
|
|
13232
13248
|
value: a,
|
|
@@ -13239,12 +13255,12 @@ function Gn(r) {
|
|
|
13239
13255
|
] });
|
|
13240
13256
|
}
|
|
13241
13257
|
Gn.displayName = "PresetProgressBar";
|
|
13242
|
-
const
|
|
13258
|
+
const Xu = [
|
|
13243
13259
|
{ key: "upload", label: "Upload" },
|
|
13244
13260
|
{ key: "preview", label: "Preview" },
|
|
13245
13261
|
{ key: "confirm", label: "Confirm" }
|
|
13246
13262
|
];
|
|
13247
|
-
function
|
|
13263
|
+
function qu(r) {
|
|
13248
13264
|
const {
|
|
13249
13265
|
acceptedTypes: t,
|
|
13250
13266
|
onFileParsed: a,
|
|
@@ -13273,7 +13289,7 @@ function Uu(r) {
|
|
|
13273
13289
|
/* @__PURE__ */ e(
|
|
13274
13290
|
Hn,
|
|
13275
13291
|
{
|
|
13276
|
-
steps:
|
|
13292
|
+
steps: Xu,
|
|
13277
13293
|
activeStep: u,
|
|
13278
13294
|
onStepChange: p,
|
|
13279
13295
|
onStepValidate: k,
|
|
@@ -13291,7 +13307,7 @@ function Uu(r) {
|
|
|
13291
13307
|
) });
|
|
13292
13308
|
case 1:
|
|
13293
13309
|
return /* @__PURE__ */ e("div", { className: "gloss-import-wizard__preview", children: n.length > 0 && s ? /* @__PURE__ */ e(
|
|
13294
|
-
|
|
13310
|
+
Qr,
|
|
13295
13311
|
{
|
|
13296
13312
|
columns: n,
|
|
13297
13313
|
data: y,
|
|
@@ -13320,8 +13336,8 @@ function Uu(r) {
|
|
|
13320
13336
|
_ && /* @__PURE__ */ e("p", { className: "gloss-import-wizard__error", children: _ })
|
|
13321
13337
|
] });
|
|
13322
13338
|
}
|
|
13323
|
-
|
|
13324
|
-
const
|
|
13339
|
+
qu.displayName = "ImportWizard";
|
|
13340
|
+
const Zu = q.forwardRef(({ title: r, collapsed: t = !1, onToggle: a, density: n = "default", children: s, ...i }, o) => {
|
|
13325
13341
|
const c = { ...i };
|
|
13326
13342
|
return delete c.className, delete c.style, /* @__PURE__ */ d(
|
|
13327
13343
|
"div",
|
|
@@ -13352,20 +13368,20 @@ const Xu = q.forwardRef(({ title: r, collapsed: t = !1, onToggle: a, density: n
|
|
|
13352
13368
|
}
|
|
13353
13369
|
);
|
|
13354
13370
|
});
|
|
13355
|
-
|
|
13371
|
+
Zu.displayName = "ContainerPanel";
|
|
13356
13372
|
function qt(...r) {
|
|
13357
13373
|
return (t) => {
|
|
13358
13374
|
for (const a of r)
|
|
13359
13375
|
typeof a == "function" ? a(t) : a && typeof a == "object" && (a.current = t);
|
|
13360
13376
|
};
|
|
13361
13377
|
}
|
|
13362
|
-
function
|
|
13378
|
+
function hr(r, t) {
|
|
13363
13379
|
if (!(!r && !t))
|
|
13364
13380
|
return r ? t ? (a) => {
|
|
13365
13381
|
r(a), t(a);
|
|
13366
13382
|
} : r : t ?? void 0;
|
|
13367
13383
|
}
|
|
13368
|
-
const
|
|
13384
|
+
const Ju = q.forwardRef(
|
|
13369
13385
|
({ onAction: r, disabled: t = !1, role: a = "button", children: n }, s) => {
|
|
13370
13386
|
const i = q.Children.only(n), o = (u) => {
|
|
13371
13387
|
t || (u.key === "Enter" || u.key === " ") && (u.preventDefault(), r?.(u));
|
|
@@ -13373,8 +13389,8 @@ const qu = q.forwardRef(
|
|
|
13373
13389
|
t || r?.(u);
|
|
13374
13390
|
}, l = i.props;
|
|
13375
13391
|
return q.cloneElement(i, {
|
|
13376
|
-
onClick:
|
|
13377
|
-
onKeyDown:
|
|
13392
|
+
onClick: hr(l.onClick, c),
|
|
13393
|
+
onKeyDown: hr(l.onKeyDown, o),
|
|
13378
13394
|
tabIndex: l.tabIndex ?? (t ? -1 : 0),
|
|
13379
13395
|
role: l.role ?? a,
|
|
13380
13396
|
"aria-disabled": t || void 0,
|
|
@@ -13382,16 +13398,16 @@ const qu = q.forwardRef(
|
|
|
13382
13398
|
});
|
|
13383
13399
|
}
|
|
13384
13400
|
);
|
|
13385
|
-
|
|
13386
|
-
const
|
|
13401
|
+
Ju.displayName = "Actionable";
|
|
13402
|
+
const Qu = q.forwardRef(
|
|
13387
13403
|
({ selected: r = !1, onSelect: t, disabled: a = !1, showCheckbox: n = !1, children: s }, i) => {
|
|
13388
13404
|
const o = q.Children.only(s), c = N((m) => {
|
|
13389
13405
|
a || t?.(!r, m);
|
|
13390
13406
|
}, [a, t, r]), l = N((m) => {
|
|
13391
13407
|
a || (m.key === "Enter" || m.key === " ") && (m.preventDefault(), t?.(!r, m));
|
|
13392
13408
|
}, [a, t, r]), u = o.props, p = q.cloneElement(o, {
|
|
13393
|
-
onClick:
|
|
13394
|
-
onKeyDown:
|
|
13409
|
+
onClick: hr(u.onClick, c),
|
|
13410
|
+
onKeyDown: hr(u.onKeyDown, l),
|
|
13395
13411
|
tabIndex: u.tabIndex ?? (a ? -1 : 0),
|
|
13396
13412
|
role: u.role ?? "option",
|
|
13397
13413
|
"aria-selected": r,
|
|
@@ -13423,8 +13439,8 @@ const Zu = q.forwardRef(
|
|
|
13423
13439
|
] }) : p;
|
|
13424
13440
|
}
|
|
13425
13441
|
);
|
|
13426
|
-
|
|
13427
|
-
const
|
|
13442
|
+
Qu.displayName = "Selectable";
|
|
13443
|
+
const em = q.forwardRef(
|
|
13428
13444
|
({ onDismiss: r, dismissOnEscape: t = !0, dismissOnClickOutside: a = !0, showCloseButton: n = !1, disabled: s = !1, children: i }, o) => {
|
|
13429
13445
|
const c = q.Children.only(i), l = ce(null);
|
|
13430
13446
|
se(() => {
|
|
@@ -13479,22 +13495,22 @@ const Ju = q.forwardRef(
|
|
|
13479
13495
|
] }) : p;
|
|
13480
13496
|
}
|
|
13481
13497
|
);
|
|
13482
|
-
|
|
13483
|
-
let
|
|
13498
|
+
em.displayName = "Dismissible";
|
|
13499
|
+
let na = null, Vn = null;
|
|
13484
13500
|
try {
|
|
13485
13501
|
const r = require("@dnd-kit/sortable");
|
|
13486
|
-
|
|
13502
|
+
na = r.useSortable || r.default && r.default.useSortable, Vn = (r.CSS || r.default && r.default.CSS)?.Transform?.toString ?? null;
|
|
13487
13503
|
} catch {
|
|
13488
13504
|
}
|
|
13489
|
-
const
|
|
13505
|
+
const tm = q.forwardRef(
|
|
13490
13506
|
({ id: r, disabled: t = !1, children: a }, n) => {
|
|
13491
13507
|
const s = q.Children.only(a);
|
|
13492
|
-
return
|
|
13508
|
+
return na ? /* @__PURE__ */ e(jn, { id: r, disabled: t, outerRef: n, children: s }) : q.cloneElement(s, {
|
|
13493
13509
|
ref: qt(n, s.ref)
|
|
13494
13510
|
});
|
|
13495
13511
|
}
|
|
13496
13512
|
);
|
|
13497
|
-
|
|
13513
|
+
tm.displayName = "Sortable";
|
|
13498
13514
|
function jn({ id: r, disabled: t, outerRef: a, children: n }) {
|
|
13499
13515
|
const {
|
|
13500
13516
|
attributes: s,
|
|
@@ -13503,7 +13519,7 @@ function jn({ id: r, disabled: t, outerRef: a, children: n }) {
|
|
|
13503
13519
|
transform: c,
|
|
13504
13520
|
transition: l,
|
|
13505
13521
|
isDragging: u
|
|
13506
|
-
} =
|
|
13522
|
+
} = na({ id: String(r) }), p = {
|
|
13507
13523
|
transform: Vn?.(c) ?? void 0,
|
|
13508
13524
|
transition: l ?? void 0,
|
|
13509
13525
|
opacity: u ? 0.5 : void 0,
|
|
@@ -13521,20 +13537,20 @@ function jn({ id: r, disabled: t, outerRef: a, children: n }) {
|
|
|
13521
13537
|
});
|
|
13522
13538
|
}
|
|
13523
13539
|
jn.displayName = "SortableInner";
|
|
13524
|
-
let
|
|
13540
|
+
let Yr = null, Ur = null;
|
|
13525
13541
|
try {
|
|
13526
13542
|
const r = require("motion/react");
|
|
13527
|
-
|
|
13543
|
+
Yr = r.motion?.div ?? null, Ur = r.AnimatePresence ?? null;
|
|
13528
13544
|
} catch {
|
|
13529
13545
|
}
|
|
13530
|
-
const
|
|
13546
|
+
const rm = q.forwardRef(
|
|
13531
13547
|
({ expanded: r, trigger: t, onToggle: a, duration: n = 0.2, children: s }, i) => {
|
|
13532
13548
|
const o = () => {
|
|
13533
13549
|
a?.();
|
|
13534
13550
|
}, c = t ? q.isValidElement(t) ? q.cloneElement(t, {
|
|
13535
13551
|
onClick: o,
|
|
13536
13552
|
"aria-expanded": r
|
|
13537
|
-
}) : t : null, l =
|
|
13553
|
+
}) : t : null, l = Yr && Ur ? /* @__PURE__ */ e(Ur, { children: r && q.createElement(Yr, {
|
|
13538
13554
|
key: "expandable-content",
|
|
13539
13555
|
initial: { height: 0, opacity: 0, overflow: "hidden" },
|
|
13540
13556
|
animate: { height: "auto", opacity: 1, overflow: "visible" },
|
|
@@ -13551,7 +13567,7 @@ const em = q.forwardRef(
|
|
|
13551
13567
|
] });
|
|
13552
13568
|
}
|
|
13553
13569
|
);
|
|
13554
|
-
|
|
13570
|
+
rm.displayName = "Expandable";
|
|
13555
13571
|
export {
|
|
13556
13572
|
xn as $,
|
|
13557
13573
|
vn as A,
|
|
@@ -13568,7 +13584,7 @@ export {
|
|
|
13568
13584
|
ac as L,
|
|
13569
13585
|
jl as M,
|
|
13570
13586
|
_n as N,
|
|
13571
|
-
|
|
13587
|
+
qr as O,
|
|
13572
13588
|
Ie as P,
|
|
13573
13589
|
fc as Q,
|
|
13574
13590
|
Li as R,
|
|
@@ -13582,107 +13598,108 @@ export {
|
|
|
13582
13598
|
Cc as Z,
|
|
13583
13599
|
wc as _,
|
|
13584
13600
|
Ti as a,
|
|
13585
|
-
|
|
13601
|
+
ap as a$,
|
|
13586
13602
|
kc as a0,
|
|
13587
13603
|
Dc as a1,
|
|
13588
13604
|
Tc as a2,
|
|
13589
13605
|
Ic as a3,
|
|
13590
13606
|
Ec as a4,
|
|
13591
13607
|
Tn as a5,
|
|
13592
|
-
|
|
13593
|
-
|
|
13608
|
+
sp as a6,
|
|
13609
|
+
op as a7,
|
|
13594
13610
|
sd as a8,
|
|
13595
|
-
|
|
13596
|
-
|
|
13611
|
+
su as a9,
|
|
13612
|
+
Ua as aA,
|
|
13597
13613
|
Wn as aB,
|
|
13598
|
-
|
|
13599
|
-
|
|
13600
|
-
|
|
13601
|
-
|
|
13602
|
-
|
|
13603
|
-
|
|
13604
|
-
|
|
13605
|
-
|
|
13606
|
-
|
|
13607
|
-
|
|
13608
|
-
|
|
13609
|
-
|
|
13610
|
-
|
|
13611
|
-
|
|
13612
|
-
|
|
13613
|
-
|
|
13614
|
-
|
|
13615
|
-
|
|
13616
|
-
|
|
13617
|
-
|
|
13614
|
+
hp as aC,
|
|
13615
|
+
Kr as aD,
|
|
13616
|
+
yp as aE,
|
|
13617
|
+
bp as aF,
|
|
13618
|
+
gr as aG,
|
|
13619
|
+
kp as aH,
|
|
13620
|
+
wp as aI,
|
|
13621
|
+
_p as aJ,
|
|
13622
|
+
vp as aK,
|
|
13623
|
+
Xa as aL,
|
|
13624
|
+
Cp as aM,
|
|
13625
|
+
Sp as aN,
|
|
13626
|
+
Vu as aO,
|
|
13627
|
+
Np as aP,
|
|
13628
|
+
xp as aQ,
|
|
13629
|
+
qa as aR,
|
|
13630
|
+
ju as aS,
|
|
13631
|
+
Ku as aT,
|
|
13632
|
+
Yu as aU,
|
|
13633
|
+
qu as aV,
|
|
13618
13634
|
fn as aW,
|
|
13619
13635
|
Qe as aX,
|
|
13620
13636
|
et as aY,
|
|
13621
|
-
|
|
13622
|
-
|
|
13623
|
-
|
|
13624
|
-
|
|
13625
|
-
|
|
13626
|
-
|
|
13627
|
-
|
|
13628
|
-
|
|
13629
|
-
|
|
13630
|
-
|
|
13637
|
+
Er as aZ,
|
|
13638
|
+
rp as a_,
|
|
13639
|
+
ou as aa,
|
|
13640
|
+
iu as ab,
|
|
13641
|
+
lu as ac,
|
|
13642
|
+
cu as ad,
|
|
13643
|
+
du as ae,
|
|
13644
|
+
uu as af,
|
|
13645
|
+
mu as ag,
|
|
13646
|
+
pu as ah,
|
|
13631
13647
|
zn as ai,
|
|
13632
|
-
|
|
13648
|
+
gu as aj,
|
|
13633
13649
|
$n as ak,
|
|
13634
|
-
|
|
13635
|
-
|
|
13636
|
-
|
|
13650
|
+
fr as al,
|
|
13651
|
+
vu as am,
|
|
13652
|
+
Nu as an,
|
|
13637
13653
|
Fn as ao,
|
|
13638
13654
|
On as ap,
|
|
13639
13655
|
Ln as aq,
|
|
13640
|
-
|
|
13641
|
-
|
|
13642
|
-
|
|
13643
|
-
|
|
13644
|
-
|
|
13645
|
-
|
|
13656
|
+
Pu as ar,
|
|
13657
|
+
Qr as as,
|
|
13658
|
+
$u as at,
|
|
13659
|
+
Lu as au,
|
|
13660
|
+
Xd as av,
|
|
13661
|
+
Bu as aw,
|
|
13646
13662
|
Hn as ax,
|
|
13647
|
-
|
|
13648
|
-
|
|
13663
|
+
gp as ay,
|
|
13664
|
+
fp as az,
|
|
13649
13665
|
lt as b,
|
|
13650
|
-
|
|
13651
|
-
|
|
13652
|
-
|
|
13653
|
-
|
|
13654
|
-
|
|
13655
|
-
|
|
13666
|
+
np as b0,
|
|
13667
|
+
ea as b1,
|
|
13668
|
+
ta as b2,
|
|
13669
|
+
ra as b3,
|
|
13670
|
+
aa as b4,
|
|
13671
|
+
Zu as b5,
|
|
13656
13672
|
qt as b6,
|
|
13657
|
-
|
|
13658
|
-
|
|
13659
|
-
|
|
13673
|
+
hr as b7,
|
|
13674
|
+
Ju as b8,
|
|
13675
|
+
Qu as b9,
|
|
13660
13676
|
Rn as bA,
|
|
13661
|
-
|
|
13662
|
-
|
|
13663
|
-
|
|
13664
|
-
|
|
13665
|
-
|
|
13666
|
-
|
|
13667
|
-
|
|
13668
|
-
|
|
13669
|
-
|
|
13670
|
-
|
|
13671
|
-
|
|
13677
|
+
Vr as bB,
|
|
13678
|
+
Gr as bC,
|
|
13679
|
+
Ad as bD,
|
|
13680
|
+
Wd as bE,
|
|
13681
|
+
Fd as bF,
|
|
13682
|
+
pp as bG,
|
|
13683
|
+
dp as bH,
|
|
13684
|
+
up as bI,
|
|
13685
|
+
mp as bJ,
|
|
13686
|
+
Yd as bK,
|
|
13687
|
+
Ud as bL,
|
|
13672
13688
|
Bn as bM,
|
|
13673
|
-
|
|
13689
|
+
jr as bN,
|
|
13674
13690
|
Lt as bO,
|
|
13675
13691
|
An as bP,
|
|
13676
|
-
|
|
13677
|
-
|
|
13678
|
-
|
|
13679
|
-
|
|
13680
|
-
|
|
13681
|
-
|
|
13682
|
-
|
|
13683
|
-
|
|
13684
|
-
|
|
13685
|
-
|
|
13692
|
+
au as bQ,
|
|
13693
|
+
nu as bR,
|
|
13694
|
+
ip as bS,
|
|
13695
|
+
ld as bT,
|
|
13696
|
+
Ht as bU,
|
|
13697
|
+
Jr as bV,
|
|
13698
|
+
Gn as bW,
|
|
13699
|
+
Zr as bX,
|
|
13700
|
+
em as ba,
|
|
13701
|
+
tm as bb,
|
|
13702
|
+
rm as bc,
|
|
13686
13703
|
ur as bd,
|
|
13687
13704
|
Mc as be,
|
|
13688
13705
|
Pc as bf,
|
|
@@ -13690,25 +13707,25 @@ export {
|
|
|
13690
13707
|
Bc as bh,
|
|
13691
13708
|
nt as bi,
|
|
13692
13709
|
En as bj,
|
|
13693
|
-
|
|
13694
|
-
|
|
13710
|
+
Or as bk,
|
|
13711
|
+
md as bl,
|
|
13695
13712
|
In as bm,
|
|
13696
|
-
|
|
13713
|
+
br as bn,
|
|
13697
13714
|
Cn as bo,
|
|
13698
13715
|
wn as bp,
|
|
13699
13716
|
kn as bq,
|
|
13700
13717
|
zc as br,
|
|
13701
|
-
|
|
13702
|
-
|
|
13703
|
-
|
|
13704
|
-
|
|
13705
|
-
|
|
13706
|
-
|
|
13707
|
-
|
|
13718
|
+
gd as bs,
|
|
13719
|
+
lp as bt,
|
|
13720
|
+
cp as bu,
|
|
13721
|
+
hd as bv,
|
|
13722
|
+
bd as bw,
|
|
13723
|
+
Dd as bx,
|
|
13724
|
+
zd as by,
|
|
13708
13725
|
Pn as bz,
|
|
13709
13726
|
Bi as c,
|
|
13710
13727
|
Ri as d,
|
|
13711
|
-
|
|
13728
|
+
pr as e,
|
|
13712
13729
|
Hi as f,
|
|
13713
13730
|
Oi as g,
|
|
13714
13731
|
Vi as h,
|
|
@@ -13724,7 +13741,7 @@ export {
|
|
|
13724
13741
|
Dl as r,
|
|
13725
13742
|
Rl as s,
|
|
13726
13743
|
Me as t,
|
|
13727
|
-
|
|
13744
|
+
dd as u,
|
|
13728
13745
|
yn as v,
|
|
13729
13746
|
Wl as w,
|
|
13730
13747
|
Vl as x,
|