@mt-gloss/ui 0.0.24 → 0.0.25
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-GaZcfHDZ.js → Expandable-CeOXiCY7.js} +2694 -2664
- package/catalog.js +2 -2
- package/index.js +338 -330
- package/lib/primitives/dashboard/MetricCard/StackedGroupCard.d.ts +46 -1
- package/lib/primitives/dashboard/MetricCard/__tests__/nyquist-11-fixtures.d.ts +38 -0
- package/lib/primitives/dashboard/MetricCard/index.d.ts +3 -1
- package/lib/primitives/dashboard/MetricCard/utils/computeGutterAnchorX.d.ts +48 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { N as
|
|
1
|
+
import { N as Na, T as Sa, O as ka, Q as xa, a3 as Ta, b6 as Ia, az as Ra, ah as _a, Z as Ma, an as Pa, K as Fa, a8 as Ea, bo as Oa, P as Aa, B as La, a as $a, y as Ba, H as Ka, bi as Ga, F as Ha, J as za, A as Va, z as Wa, bh as Za, E as Ua, D as Ya, bx as qa, b as ja, C as Qa, L as Xa, o as Ja, ad as en, aN as tn, y as an, H as nn, F as rn, J as on, A as sn, z as ln, E as dn, D as cn, a$ as un, b2 as mn, b1 as pn, b0 as gn, b3 as bn, aC as fn, a5 as hn, a4 as vn, aq as yn, k as wn, m as Cn, aF as Dn, ab as Nn, b8 as Sn, a9 as kn, bp as xn, Y as Tn, bH as In, bG as Rn, bI as _n, ap as Mn, aQ as Pn, ba as Fn, bM as En, bv as On, n as An, am as Ln, bB as $n, bs as Bn, a0 as Kn, ar as Gn, a2 as Hn, bA as zn, G as Vn, d as Wn, aa as Zn, bJ as Un, aT as Yn, r as qn, v as jn, I as Qn, g as Xn, aw as Jn, bN as er, M as tr, w as ar, U as nr, X as rr, V as or, W as sr, as as ir, bg as lr, bP as dr, bL as cr, ao as ur, t as mr, bq as pr, aS as gr, aj as br, aK as fr, ag as hr, al as vr, au as yr, aR as wr, ac as Cr, at as Dr, c as Nr, R as Sr, j as kr, p as xr, aH as Tr, by as Ir, bz as Rr, ai as _r, ae as Mr, h as Pr, x as Fr, b7 as Er, af as Or, bO as Ar, bc as Lr, bf as $r, bd as Br, be as Kr, i as Gr, b9 as Hr, bn as zr, S as Vr, bk as Wr, bl as Zr, av as Ur, bb as Yr, bQ as qr, ak as jr, s as Qr, bK as Xr, l as Jr, f as eo, q as to, _ as ao, $ as no, a7 as ro, bj as oo, bw as so, bD as io, aA as lo, aB as co, a6 as uo, aO as mo, aP as po, aD as go, aE as bo, aG as fo, aV as ho, aW as vo, bF as yo, bE as wo, aY as Co, aZ as Do, ax as No, ay as So, b5 as ko, b4 as xo, a_ as To, aL as Io, aM as Ro, aX as _o, aI as Mo, aJ as Po, u as Fo, bC as Eo, br as Oo, bt as Ao, bu as Lo, aU as $o, a1 as Bo, e as Ko, bm as Go } from "./Expandable-CeOXiCY7.js";
|
|
2
2
|
import { jsxs as O, jsx as g } from "react/jsx-runtime";
|
|
3
3
|
import F, { useRef as M, useEffect as P, useState as E, useCallback as y, forwardRef as ve, useMemo as ee, createContext as ye, useContext as we } from "react";
|
|
4
4
|
import { B as Ce, U as te } from "./UIContext-C3E-k7HI.js";
|
|
5
|
-
import { a as
|
|
5
|
+
import { a as zo, u as Vo } from "./UIContext-C3E-k7HI.js";
|
|
6
6
|
import { createPortal as De } from "react-dom";
|
|
7
|
-
import { DEFAULT_MARKET_PRESETS as Zo, DEFAULT_PINNED as
|
|
7
|
+
import { DEFAULT_MARKET_PRESETS as Zo, DEFAULT_PINNED as Uo, PERIOD_OPTIONS as Yo, ROLLING_OPTIONS as qo, TODAY_PRESET as jo, findPreset as Qo, formatDateRange as Xo, formatMarketDates as Jo, formatTrend as es, formatValue as ts, generateMarketId as as, getAllPresets as ns, getDateRangeForPreset as rs, getPresetLabel as os, isInRange as ss, isMarketActive as is, isSameDay as ls, normalizePresetId as ds, toUppercasePresetId as cs } from "@mt-gloss/utils";
|
|
8
8
|
import Ne from "@mui/icons-material/AccessTime";
|
|
9
9
|
import Se from "@mui/icons-material/Tune";
|
|
10
10
|
import ke from "@mui/icons-material/ViewColumn";
|
|
11
|
-
import
|
|
12
|
-
import
|
|
11
|
+
import xe from "@mui/icons-material/AspectRatio";
|
|
12
|
+
import Te from "@mui/icons-material/Palette";
|
|
13
13
|
import Ie from "@mui/icons-material/PushPin";
|
|
14
14
|
function Mt(e = {}) {
|
|
15
15
|
const { enabled: t = !0, returnTo: n } = e, a = M(null);
|
|
@@ -51,7 +51,7 @@ function Pt(e) {
|
|
|
51
51
|
), m = y(() => {
|
|
52
52
|
const r = S();
|
|
53
53
|
r.length > 0 && d(r[0]);
|
|
54
|
-
}, [S, d]),
|
|
54
|
+
}, [S, d]), x = y(() => {
|
|
55
55
|
const r = S();
|
|
56
56
|
r.length > 0 && d(r[r.length - 1]);
|
|
57
57
|
}, [S, d]), I = y(() => {
|
|
@@ -60,14 +60,14 @@ function Pt(e) {
|
|
|
60
60
|
}, [i, k, d]), v = y(() => {
|
|
61
61
|
const r = k(i, -1);
|
|
62
62
|
r !== -1 && d(r);
|
|
63
|
-
}, [i, k, d]),
|
|
63
|
+
}, [i, k, d]), T = y(() => {
|
|
64
64
|
d(-1);
|
|
65
65
|
}, [d]), h = y(
|
|
66
66
|
(r) => {
|
|
67
67
|
if (!l) return;
|
|
68
68
|
const { key: p } = r, f = p === "ArrowUp" && (s === "vertical" || s === "both"), D = p === "ArrowDown" && (s === "vertical" || s === "both"), N = p === "ArrowLeft" && (s === "horizontal" || s === "both"), R = p === "ArrowRight" && (s === "horizontal" || s === "both");
|
|
69
69
|
if (f || N) {
|
|
70
|
-
r.preventDefault(), i === -1 ?
|
|
70
|
+
r.preventDefault(), i === -1 ? x() : v();
|
|
71
71
|
return;
|
|
72
72
|
}
|
|
73
73
|
if (D || R) {
|
|
@@ -79,7 +79,7 @@ function Pt(e) {
|
|
|
79
79
|
return;
|
|
80
80
|
}
|
|
81
81
|
if (p === "End") {
|
|
82
|
-
r.preventDefault(),
|
|
82
|
+
r.preventDefault(), x();
|
|
83
83
|
return;
|
|
84
84
|
}
|
|
85
85
|
if ((p === "Enter" || p === " ") && i >= 0 && i < t.length) {
|
|
@@ -99,7 +99,7 @@ function Pt(e) {
|
|
|
99
99
|
i,
|
|
100
100
|
t,
|
|
101
101
|
m,
|
|
102
|
-
|
|
102
|
+
x,
|
|
103
103
|
I,
|
|
104
104
|
v,
|
|
105
105
|
c,
|
|
@@ -112,37 +112,37 @@ function Pt(e) {
|
|
|
112
112
|
setFocusedIndex: d,
|
|
113
113
|
handleKeyDown: h,
|
|
114
114
|
focusFirst: m,
|
|
115
|
-
focusLast:
|
|
115
|
+
focusLast: x,
|
|
116
116
|
focusNext: I,
|
|
117
117
|
focusPrevious: v,
|
|
118
|
-
resetFocus:
|
|
118
|
+
resetFocus: T
|
|
119
119
|
};
|
|
120
120
|
}
|
|
121
|
-
const
|
|
121
|
+
const W = (e) => {
|
|
122
122
|
}, Re = {
|
|
123
123
|
id: "entity-filter-1",
|
|
124
124
|
label: "Customer: Acme Corp",
|
|
125
125
|
field: "customer",
|
|
126
126
|
value: "acme-corp-123",
|
|
127
|
-
onRemove:
|
|
127
|
+
onRemove: W
|
|
128
128
|
}, _e = {
|
|
129
129
|
id: "status-filter-1",
|
|
130
130
|
label: "Status: Open",
|
|
131
131
|
field: "status",
|
|
132
132
|
value: "open",
|
|
133
|
-
onRemove:
|
|
133
|
+
onRemove: W
|
|
134
134
|
}, Me = {
|
|
135
135
|
id: "date-filter-1",
|
|
136
136
|
label: "Date: Mar 1 - Mar 15",
|
|
137
137
|
field: "dateRange",
|
|
138
138
|
value: "2026-03-01..2026-03-15",
|
|
139
|
-
onRemove:
|
|
139
|
+
onRemove: W
|
|
140
140
|
}, Pe = {
|
|
141
141
|
id: "mfg-filter-1",
|
|
142
142
|
label: "Manufacturer: Widget Co",
|
|
143
143
|
field: "manufacturer",
|
|
144
144
|
value: "widget-co-456",
|
|
145
|
-
onRemove:
|
|
145
|
+
onRemove: W
|
|
146
146
|
}, Ft = [
|
|
147
147
|
Re,
|
|
148
148
|
_e,
|
|
@@ -186,10 +186,10 @@ const Z = (e) => {
|
|
|
186
186
|
], Kt = [
|
|
187
187
|
{ bars: 10, maxHeight: 120 },
|
|
188
188
|
{ bars: 5, maxHeight: 80 }
|
|
189
|
-
],
|
|
189
|
+
], Gt = [
|
|
190
190
|
{ rows: 5, columns: 3, hasCheckbox: !1, rowHeight: 44 },
|
|
191
191
|
{ rows: 8, columns: 5, hasCheckbox: !0, rowHeight: 44 }
|
|
192
|
-
],
|
|
192
|
+
], Ht = [
|
|
193
193
|
{ variant: "value", colSpan: 1 },
|
|
194
194
|
{ variant: "trend", colSpan: 2 },
|
|
195
195
|
{ variant: "target", colSpan: 1 }
|
|
@@ -391,7 +391,7 @@ function zt({
|
|
|
391
391
|
C.current && (clearTimeout(C.current), C.current = null);
|
|
392
392
|
}, []), m = y(() => {
|
|
393
393
|
b((h) => h !== "idle" ? h : (C.current = setTimeout(() => b("handle-visible"), o), "dwelling"));
|
|
394
|
-
}, [o]),
|
|
394
|
+
}, [o]), x = y(() => {
|
|
395
395
|
k(), b((h) => h === "dwelling" || h === "handle-visible" ? "idle" : h);
|
|
396
396
|
}, [k]), I = y(
|
|
397
397
|
(h) => {
|
|
@@ -409,16 +409,16 @@ function zt({
|
|
|
409
409
|
a?.();
|
|
410
410
|
},
|
|
411
411
|
[e, t, n, a]
|
|
412
|
-
),
|
|
412
|
+
), T = y(() => {
|
|
413
413
|
k(), b((h) => h === "dragging" || h === "handle-visible" ? (a?.(), "cancelled") : h);
|
|
414
414
|
}, [k, a]);
|
|
415
415
|
return P(() => {
|
|
416
416
|
if (c !== "dragging" && c !== "handle-visible") return;
|
|
417
417
|
const h = (r) => {
|
|
418
|
-
r.key === "Escape" &&
|
|
418
|
+
r.key === "Escape" && T();
|
|
419
419
|
};
|
|
420
420
|
return window.addEventListener("keydown", h), () => window.removeEventListener("keydown", h);
|
|
421
|
-
}, [c,
|
|
421
|
+
}, [c, T]), P(() => {
|
|
422
422
|
if (c !== "dragging") {
|
|
423
423
|
w(e);
|
|
424
424
|
return;
|
|
@@ -435,14 +435,14 @@ function zt({
|
|
|
435
435
|
}, [c, l]), {
|
|
436
436
|
state: c,
|
|
437
437
|
enterEdgeZone: m,
|
|
438
|
-
leaveEdgeZone:
|
|
438
|
+
leaveEdgeZone: x,
|
|
439
439
|
handleProps: {
|
|
440
440
|
onPointerDown: I,
|
|
441
441
|
onPointerUp: v,
|
|
442
442
|
// Bug E: handle continues zone presence so pointer crossing sentinel→handle
|
|
443
443
|
// doesn't collapse state. handle's pointerenter = stay in zone.
|
|
444
444
|
onPointerEnter: m,
|
|
445
|
-
onPointerLeave:
|
|
445
|
+
onPointerLeave: x
|
|
446
446
|
},
|
|
447
447
|
previewColSpan: u,
|
|
448
448
|
ghostProps: {
|
|
@@ -453,7 +453,14 @@ function zt({
|
|
|
453
453
|
}
|
|
454
454
|
};
|
|
455
455
|
}
|
|
456
|
-
|
|
456
|
+
function Vt(e) {
|
|
457
|
+
const { cardWidthPx: t, slotCount: n, activeSlotIdx: a, pillWidthPx: o } = e;
|
|
458
|
+
if (a == null || !Number.isFinite(t) || t <= 0 || !Number.isFinite(n) || n <= 0 || !Number.isInteger(a) || a < 0 || a >= n)
|
|
459
|
+
return;
|
|
460
|
+
const s = (a + 0.5) * (t / n);
|
|
461
|
+
return o != null && Number.isFinite(o) && o > 0 ? s - o / 2 : s;
|
|
462
|
+
}
|
|
463
|
+
const Wt = [
|
|
457
464
|
// 1. Standard: Total Revenue
|
|
458
465
|
{
|
|
459
466
|
variant: "standard",
|
|
@@ -574,7 +581,7 @@ const Vt = [
|
|
|
574
581
|
valueFormat: { prefix: "$", abbreviated: !0 },
|
|
575
582
|
isEmpty: !0,
|
|
576
583
|
subtitle: "No data"
|
|
577
|
-
},
|
|
584
|
+
}, Ge = {
|
|
578
585
|
variant: "standard",
|
|
579
586
|
label: "Total Revenue",
|
|
580
587
|
value: 125430,
|
|
@@ -582,7 +589,7 @@ const Vt = [
|
|
|
582
589
|
trend: { value: 12.5, direction: "up" },
|
|
583
590
|
subtitle: "MTD",
|
|
584
591
|
isStale: !0
|
|
585
|
-
},
|
|
592
|
+
}, He = {
|
|
586
593
|
variant: "sparkline",
|
|
587
594
|
label: "Daily Orders",
|
|
588
595
|
value: 847,
|
|
@@ -606,10 +613,10 @@ const Vt = [
|
|
|
606
613
|
$e,
|
|
607
614
|
Be,
|
|
608
615
|
Ke,
|
|
609
|
-
He,
|
|
610
616
|
Ge,
|
|
617
|
+
He,
|
|
611
618
|
ze
|
|
612
|
-
],
|
|
619
|
+
], Ut = {
|
|
613
620
|
variant: "sparkline",
|
|
614
621
|
label: "Daily Orders",
|
|
615
622
|
value: 847,
|
|
@@ -632,7 +639,7 @@ const Vt = [
|
|
|
632
639
|
59
|
|
633
640
|
],
|
|
634
641
|
accentColor: "#6366f1"
|
|
635
|
-
},
|
|
642
|
+
}, Yt = {
|
|
636
643
|
variant: "sparkline",
|
|
637
644
|
label: "New Customers",
|
|
638
645
|
value: 23,
|
|
@@ -671,21 +678,21 @@ const Vt = [
|
|
|
671
678
|
19
|
|
672
679
|
],
|
|
673
680
|
accentColor: "#10b981"
|
|
674
|
-
},
|
|
681
|
+
}, qt = {
|
|
675
682
|
variant: "standard",
|
|
676
683
|
label: "Total Revenue",
|
|
677
684
|
value: 125430,
|
|
678
685
|
valueFormat: { prefix: "$", abbreviated: !0 },
|
|
679
686
|
trend: { value: 12.5, direction: "up" },
|
|
680
687
|
subtitle: "MTD"
|
|
681
|
-
},
|
|
688
|
+
}, jt = {
|
|
682
689
|
variant: "standard",
|
|
683
690
|
label: "Returns",
|
|
684
691
|
value: 3280,
|
|
685
692
|
valueFormat: { prefix: "$", abbreviated: !0 },
|
|
686
693
|
trend: { value: -8.3, direction: "down" },
|
|
687
694
|
subtitle: "MTD"
|
|
688
|
-
},
|
|
695
|
+
}, Qt = {
|
|
689
696
|
variant: "standard",
|
|
690
697
|
label: "Avg Order Value",
|
|
691
698
|
value: 487,
|
|
@@ -851,7 +858,7 @@ const Ve = function({
|
|
|
851
858
|
);
|
|
852
859
|
};
|
|
853
860
|
Ve.displayName = "PageChip";
|
|
854
|
-
const
|
|
861
|
+
const Xt = [
|
|
855
862
|
{
|
|
856
863
|
id: "ORD-1001",
|
|
857
864
|
orderNumber: "ORD-1001",
|
|
@@ -984,7 +991,7 @@ const Qt = [
|
|
|
984
991
|
date: "2026-03-01",
|
|
985
992
|
skuCount: 9
|
|
986
993
|
}
|
|
987
|
-
],
|
|
994
|
+
], Jt = [
|
|
988
995
|
{
|
|
989
996
|
id: "ITEM-001",
|
|
990
997
|
sku: "PB-4520",
|
|
@@ -1127,7 +1134,7 @@ function ce(e) {
|
|
|
1127
1134
|
function ue(e) {
|
|
1128
1135
|
return new Date(e).toLocaleDateString("en-US", { month: "short", day: "numeric", year: "numeric" });
|
|
1129
1136
|
}
|
|
1130
|
-
const z = F.createElement("span", { style: { color: "var(--color-text-muted)" } }, "—"),
|
|
1137
|
+
const z = F.createElement("span", { style: { color: "var(--color-text-muted)" } }, "—"), ea = [
|
|
1131
1138
|
{
|
|
1132
1139
|
field: "id",
|
|
1133
1140
|
headerName: "Order",
|
|
@@ -1179,7 +1186,7 @@ const z = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1179
1186
|
cellClassName: "gloss-tabular-nums",
|
|
1180
1187
|
renderCell: ({ row: e }) => e.date ? ue(e.date) : ""
|
|
1181
1188
|
}
|
|
1182
|
-
],
|
|
1189
|
+
], ta = [
|
|
1183
1190
|
{
|
|
1184
1191
|
field: "sku",
|
|
1185
1192
|
headerName: "Item ID",
|
|
@@ -1243,19 +1250,19 @@ const z = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1243
1250
|
cellClassName: "gloss-tabular-nums",
|
|
1244
1251
|
renderCell: ({ row: e }) => e.lastDate ? ue(e.lastDate) : ""
|
|
1245
1252
|
}
|
|
1246
|
-
],
|
|
1253
|
+
], We = [
|
|
1247
1254
|
{ id: "c-001", label: "ABC Home Goods" },
|
|
1248
1255
|
{ id: "c-002", label: "Riverside Retail" },
|
|
1249
1256
|
{ id: "c-003", label: "Mountain View Store" },
|
|
1250
1257
|
{ id: "c-004", label: "Downtown Decor" },
|
|
1251
1258
|
{ id: "c-005", label: "Pacific Coast Imports" }
|
|
1252
|
-
],
|
|
1259
|
+
], Ze = [
|
|
1253
1260
|
{ id: "i-001", label: "Classic Linen Throw Pillow" },
|
|
1254
1261
|
{ id: "i-002", label: "Coastal Wave Candle Set" },
|
|
1255
1262
|
{ id: "i-003", label: "Walnut Console Table" },
|
|
1256
1263
|
{ id: "i-004", label: "Hand-Blown Glass Vase" },
|
|
1257
1264
|
{ id: "i-005", label: "Velvet Accent Cushion" }
|
|
1258
|
-
],
|
|
1265
|
+
], Z = (e) => {
|
|
1259
1266
|
}, Ue = (e) => {
|
|
1260
1267
|
}, oe = (e, t) => {
|
|
1261
1268
|
}, me = {
|
|
@@ -1266,16 +1273,16 @@ const z = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1266
1273
|
byItem: { id: null, name: null },
|
|
1267
1274
|
timeFrame: "MTD"
|
|
1268
1275
|
},
|
|
1269
|
-
onTypeChange:
|
|
1276
|
+
onTypeChange: Z,
|
|
1270
1277
|
onQuantChange: Ue,
|
|
1271
|
-
onEntityTypeChange:
|
|
1278
|
+
onEntityTypeChange: Z,
|
|
1272
1279
|
onEntitySelect: oe,
|
|
1273
1280
|
onItemSelect: oe,
|
|
1274
|
-
onTimeFrameChange:
|
|
1281
|
+
onTimeFrameChange: Z,
|
|
1275
1282
|
userType: "sales-agency",
|
|
1276
|
-
entityFilterOptions:
|
|
1277
|
-
itemFilterOptions:
|
|
1278
|
-
},
|
|
1283
|
+
entityFilterOptions: We,
|
|
1284
|
+
itemFilterOptions: Ze
|
|
1285
|
+
}, aa = {
|
|
1279
1286
|
...me,
|
|
1280
1287
|
vizState: {
|
|
1281
1288
|
type: "items",
|
|
@@ -1284,7 +1291,7 @@ const z = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1284
1291
|
byItem: { id: "i-003", name: "Walnut Console Table" },
|
|
1285
1292
|
timeFrame: "YTD"
|
|
1286
1293
|
}
|
|
1287
|
-
},
|
|
1294
|
+
}, na = {
|
|
1288
1295
|
...me,
|
|
1289
1296
|
vizState: {
|
|
1290
1297
|
type: "orders",
|
|
@@ -1400,14 +1407,14 @@ const z = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1400
1407
|
cellKinds: ["numeric"],
|
|
1401
1408
|
tabType: "orders"
|
|
1402
1409
|
}
|
|
1403
|
-
],
|
|
1410
|
+
], ra = {
|
|
1404
1411
|
entityName: Ye,
|
|
1405
1412
|
orderId: qe,
|
|
1406
1413
|
numeric: je
|
|
1407
|
-
},
|
|
1414
|
+
}, oa = [
|
|
1408
1415
|
new Date((/* @__PURE__ */ new Date()).getFullYear(), (/* @__PURE__ */ new Date()).getMonth(), (/* @__PURE__ */ new Date()).getDate() - 29),
|
|
1409
1416
|
/* @__PURE__ */ new Date()
|
|
1410
|
-
],
|
|
1417
|
+
], sa = {
|
|
1411
1418
|
rangeA: [
|
|
1412
1419
|
new Date((/* @__PURE__ */ new Date()).getFullYear(), (/* @__PURE__ */ new Date()).getMonth(), 1),
|
|
1413
1420
|
/* @__PURE__ */ new Date()
|
|
@@ -1420,7 +1427,7 @@ const z = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1420
1427
|
new Date((/* @__PURE__ */ new Date()).getFullYear(), (/* @__PURE__ */ new Date()).getMonth() - 2, 1),
|
|
1421
1428
|
new Date((/* @__PURE__ */ new Date()).getFullYear(), (/* @__PURE__ */ new Date()).getMonth() - 1, 0)
|
|
1422
1429
|
]
|
|
1423
|
-
},
|
|
1430
|
+
}, ia = {
|
|
1424
1431
|
version: 4,
|
|
1425
1432
|
lastPreset: "mtd",
|
|
1426
1433
|
pinnedPreset: "mtd",
|
|
@@ -1428,7 +1435,7 @@ const z = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1428
1435
|
rangeCount: 1,
|
|
1429
1436
|
lastPresetB: null,
|
|
1430
1437
|
lastPresetC: null
|
|
1431
|
-
},
|
|
1438
|
+
}, la = [
|
|
1432
1439
|
{
|
|
1433
1440
|
id: "atlanta-jan",
|
|
1434
1441
|
label: "Atlanta Market",
|
|
@@ -1450,7 +1457,7 @@ const z = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1450
1457
|
endDate: new Date(2026, 3, 22),
|
|
1451
1458
|
location: "Chicago, IL"
|
|
1452
1459
|
}
|
|
1453
|
-
],
|
|
1460
|
+
], da = [
|
|
1454
1461
|
{
|
|
1455
1462
|
id: "custom-regional-1",
|
|
1456
1463
|
label: "Southeast Regional Expo",
|
|
@@ -1467,7 +1474,7 @@ const z = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1467
1474
|
location: "Portland, OR",
|
|
1468
1475
|
isCustom: !0
|
|
1469
1476
|
}
|
|
1470
|
-
],
|
|
1477
|
+
], ca = [
|
|
1471
1478
|
{
|
|
1472
1479
|
id: "atlanta-jan",
|
|
1473
1480
|
label: "Atlanta Market",
|
|
@@ -1484,12 +1491,12 @@ const z = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1484
1491
|
location: "New York, NY",
|
|
1485
1492
|
active: !0
|
|
1486
1493
|
}
|
|
1487
|
-
],
|
|
1494
|
+
], ua = [
|
|
1488
1495
|
{ id: "7d", label: "7D" },
|
|
1489
1496
|
{ id: "30d", label: "30D" },
|
|
1490
1497
|
{ id: "60d", label: "60D" },
|
|
1491
1498
|
{ id: "90d", label: "90D" }
|
|
1492
|
-
],
|
|
1499
|
+
], ma = [
|
|
1493
1500
|
{ id: "mtd", label: "MTD" },
|
|
1494
1501
|
{ id: "qtd", label: "QTD" },
|
|
1495
1502
|
{ id: "ytd", label: "YTD" },
|
|
@@ -1505,8 +1512,8 @@ const z = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1505
1512
|
timeframe: Ne,
|
|
1506
1513
|
threshold: Se,
|
|
1507
1514
|
slots: ke,
|
|
1508
|
-
size:
|
|
1509
|
-
color:
|
|
1515
|
+
size: xe,
|
|
1516
|
+
color: Te,
|
|
1510
1517
|
pinned: Ie
|
|
1511
1518
|
};
|
|
1512
1519
|
function se(...e) {
|
|
@@ -1533,8 +1540,8 @@ const et = ({
|
|
|
1533
1540
|
if (b.length === 0) return null;
|
|
1534
1541
|
const u = a ? `Configure ${a}: choose a dimension` : void 0, w = c ? "10ms" : "200ms", C = (i, d) => {
|
|
1535
1542
|
const S = b.length - 1, k = (m) => {
|
|
1536
|
-
const
|
|
1537
|
-
|
|
1543
|
+
const x = l.current[m];
|
|
1544
|
+
x && x.focus();
|
|
1538
1545
|
};
|
|
1539
1546
|
switch (i.key) {
|
|
1540
1547
|
case "ArrowRight":
|
|
@@ -1636,7 +1643,7 @@ function ie(e, t) {
|
|
|
1636
1643
|
colSpan: 2
|
|
1637
1644
|
};
|
|
1638
1645
|
}
|
|
1639
|
-
const
|
|
1646
|
+
const pa = [
|
|
1640
1647
|
L("total-revenue", "Total Revenue"),
|
|
1641
1648
|
L("total-orders", "Total Orders"),
|
|
1642
1649
|
ie("revenue-trend", "Revenue Trend (2x)"),
|
|
@@ -1647,21 +1654,21 @@ const ma = [
|
|
|
1647
1654
|
L("repeat-rate", "Repeat Rate"),
|
|
1648
1655
|
L("open-orders", "Open Orders"),
|
|
1649
1656
|
L("shipped-orders", "Shipped Orders")
|
|
1650
|
-
],
|
|
1657
|
+
], ga = {
|
|
1651
1658
|
columns: 6,
|
|
1652
1659
|
rowHeight: 120,
|
|
1653
1660
|
gap: 15,
|
|
1654
1661
|
maxRows: 3,
|
|
1655
1662
|
currentPage: 0,
|
|
1656
1663
|
totalPages: 1
|
|
1657
|
-
},
|
|
1664
|
+
}, ba = {
|
|
1658
1665
|
columns: 9,
|
|
1659
1666
|
rowHeight: 120,
|
|
1660
1667
|
gap: 15,
|
|
1661
1668
|
maxRows: 3,
|
|
1662
1669
|
currentPage: 0,
|
|
1663
1670
|
totalPages: 2
|
|
1664
|
-
},
|
|
1671
|
+
}, fa = {
|
|
1665
1672
|
columns: 12,
|
|
1666
1673
|
rowHeight: 120,
|
|
1667
1674
|
gap: 15,
|
|
@@ -1672,7 +1679,7 @@ const ma = [
|
|
|
1672
1679
|
function U(e) {
|
|
1673
1680
|
return F.createElement("span", { style: { fontSize: 14 } }, e);
|
|
1674
1681
|
}
|
|
1675
|
-
const
|
|
1682
|
+
const ha = [
|
|
1676
1683
|
{
|
|
1677
1684
|
id: "all-orders",
|
|
1678
1685
|
type: "orders",
|
|
@@ -1695,7 +1702,7 @@ const fa = [
|
|
|
1695
1702
|
icon: U("🚚"),
|
|
1696
1703
|
closable: !0
|
|
1697
1704
|
}
|
|
1698
|
-
],
|
|
1705
|
+
], va = [
|
|
1699
1706
|
{
|
|
1700
1707
|
id: "orders-main",
|
|
1701
1708
|
type: "orders",
|
|
@@ -1721,7 +1728,7 @@ const fa = [
|
|
|
1721
1728
|
name: "Customers",
|
|
1722
1729
|
closable: !0
|
|
1723
1730
|
}
|
|
1724
|
-
],
|
|
1731
|
+
], ya = [
|
|
1725
1732
|
{
|
|
1726
1733
|
id: "only-tab",
|
|
1727
1734
|
type: "orders",
|
|
@@ -1729,7 +1736,7 @@ const fa = [
|
|
|
1729
1736
|
closable: !1,
|
|
1730
1737
|
autoCreated: !0
|
|
1731
1738
|
}
|
|
1732
|
-
],
|
|
1739
|
+
], wa = [
|
|
1733
1740
|
{ id: "tab-1", type: "orders", name: "All Orders", closable: !1, autoCreated: !0 },
|
|
1734
1741
|
{ id: "tab-2", type: "orders", name: "Open Orders", closable: !0 },
|
|
1735
1742
|
{ id: "tab-3", type: "orders", name: "Shipped Orders", closable: !0 },
|
|
@@ -1970,7 +1977,7 @@ function st({
|
|
|
1970
1977
|
`ThresholdRamp: max (${a}) must be greater than min (${n}); rendering degenerate strip.`
|
|
1971
1978
|
);
|
|
1972
1979
|
}, [n, a]);
|
|
1973
|
-
const
|
|
1980
|
+
const x = y(
|
|
1974
1981
|
(r, p) => {
|
|
1975
1982
|
const f = C.find((D) => D.id === p);
|
|
1976
1983
|
s || f?.disabled || (r.preventDefault(), w(p));
|
|
@@ -1996,7 +2003,7 @@ function st({
|
|
|
1996
2003
|
window.removeEventListener("pointermove", r), window.removeEventListener("pointerup", p), window.removeEventListener("pointercancel", p);
|
|
1997
2004
|
};
|
|
1998
2005
|
}, [u, m]);
|
|
1999
|
-
const
|
|
2006
|
+
const T = a - n > 0 ? a - n : 1, h = y(
|
|
2000
2007
|
(r, p) => {
|
|
2001
2008
|
if (s || p.disabled) return;
|
|
2002
2009
|
const f = a - n;
|
|
@@ -2025,7 +2032,7 @@ function st({
|
|
|
2025
2032
|
const R = Math.max(n, Math.min(a, N)), _ = c(R);
|
|
2026
2033
|
if (_ === p.value) return;
|
|
2027
2034
|
const K = C.map(
|
|
2028
|
-
(
|
|
2035
|
+
(G) => G.id === p.id ? { ...G, value: _ } : G
|
|
2029
2036
|
);
|
|
2030
2037
|
i(K), t(K);
|
|
2031
2038
|
},
|
|
@@ -2038,7 +2045,7 @@ function st({
|
|
|
2038
2045
|
className: "gloss-threshold-ramp__track",
|
|
2039
2046
|
style: { background: k },
|
|
2040
2047
|
children: C.map((r) => {
|
|
2041
|
-
const p = (r.value - n) /
|
|
2048
|
+
const p = (r.value - n) / T * 100;
|
|
2042
2049
|
return /* @__PURE__ */ g(
|
|
2043
2050
|
"span",
|
|
2044
2051
|
{
|
|
@@ -2049,7 +2056,7 @@ function st({
|
|
|
2049
2056
|
},
|
|
2050
2057
|
"data-disabled": r.disabled || void 0,
|
|
2051
2058
|
"data-dragging": u === r.id || void 0,
|
|
2052
|
-
onPointerDown: (f) =>
|
|
2059
|
+
onPointerDown: (f) => x(f, r.id),
|
|
2053
2060
|
onKeyDown: (f) => h(f, r),
|
|
2054
2061
|
"aria-label": r.label ?? `Stop at ${r.value}`,
|
|
2055
2062
|
role: "slider",
|
|
@@ -2116,17 +2123,17 @@ function dt({
|
|
|
2116
2123
|
), C = y(
|
|
2117
2124
|
(v) => u === v,
|
|
2118
2125
|
[u]
|
|
2119
|
-
), i = M(/* @__PURE__ */ new Map()), d = y((v,
|
|
2120
|
-
|
|
2126
|
+
), i = M(/* @__PURE__ */ new Map()), d = y((v, T) => {
|
|
2127
|
+
T ? i.current.set(v, T) : i.current.delete(v);
|
|
2121
2128
|
}, []), S = e.filter((v) => !v.disabled && !o), k = S.find((v) => v.value === u)?.value ?? S[0]?.value, m = y((v) => {
|
|
2122
|
-
const
|
|
2123
|
-
|
|
2124
|
-
}, []),
|
|
2125
|
-
(v,
|
|
2129
|
+
const T = i.current.get(v);
|
|
2130
|
+
T && T.focus();
|
|
2131
|
+
}, []), x = y(
|
|
2132
|
+
(v, T) => {
|
|
2126
2133
|
if (o) return;
|
|
2127
2134
|
const h = e.filter((D) => !D.disabled);
|
|
2128
2135
|
if (h.length === 0) return;
|
|
2129
|
-
const r = h.findIndex((D) => D.value ===
|
|
2136
|
+
const r = h.findIndex((D) => D.value === T);
|
|
2130
2137
|
if (r === -1) return;
|
|
2131
2138
|
let p = r;
|
|
2132
2139
|
switch (v.key) {
|
|
@@ -2146,7 +2153,7 @@ function dt({
|
|
|
2146
2153
|
break;
|
|
2147
2154
|
case " ":
|
|
2148
2155
|
case "Enter":
|
|
2149
|
-
v.preventDefault(), w(
|
|
2156
|
+
v.preventDefault(), w(T);
|
|
2150
2157
|
return;
|
|
2151
2158
|
default:
|
|
2152
2159
|
return;
|
|
@@ -2164,7 +2171,7 @@ function dt({
|
|
|
2164
2171
|
name: s,
|
|
2165
2172
|
registerRef: d,
|
|
2166
2173
|
firstFocusableValue: k,
|
|
2167
|
-
onKeyNav:
|
|
2174
|
+
onKeyNav: x
|
|
2168
2175
|
};
|
|
2169
2176
|
return /* @__PURE__ */ g(pe.Provider, { value: I, children: /* @__PURE__ */ g(
|
|
2170
2177
|
"div",
|
|
@@ -2216,12 +2223,12 @@ function mt(e) {
|
|
|
2216
2223
|
}, [u, e.zones, a]);
|
|
2217
2224
|
const C = y(
|
|
2218
2225
|
(m) => {
|
|
2219
|
-
const
|
|
2226
|
+
const x = m.active.id;
|
|
2220
2227
|
let I = null, v = null;
|
|
2221
|
-
for (const
|
|
2222
|
-
const h =
|
|
2228
|
+
for (const T of t) {
|
|
2229
|
+
const h = T.items.find((r) => r.id === x);
|
|
2223
2230
|
if (h) {
|
|
2224
|
-
I = h, v =
|
|
2231
|
+
I = h, v = T.zoneKey;
|
|
2225
2232
|
break;
|
|
2226
2233
|
}
|
|
2227
2234
|
}
|
|
@@ -2234,44 +2241,44 @@ function mt(e) {
|
|
|
2234
2241
|
l(c.current);
|
|
2235
2242
|
return;
|
|
2236
2243
|
}
|
|
2237
|
-
const
|
|
2238
|
-
l(
|
|
2244
|
+
const x = le(t, m.over.id);
|
|
2245
|
+
l(x);
|
|
2239
2246
|
},
|
|
2240
2247
|
[t]
|
|
2241
2248
|
), d = y(
|
|
2242
2249
|
(m) => {
|
|
2243
|
-
const { active:
|
|
2250
|
+
const { active: x, over: I } = m, v = () => {
|
|
2244
2251
|
c.current = null, o(null), l(null);
|
|
2245
2252
|
};
|
|
2246
2253
|
if (!I) {
|
|
2247
2254
|
v();
|
|
2248
2255
|
return;
|
|
2249
2256
|
}
|
|
2250
|
-
const
|
|
2251
|
-
if (!
|
|
2257
|
+
const T = J(t, x.id), h = le(t, I.id);
|
|
2258
|
+
if (!T || !h) {
|
|
2252
2259
|
v();
|
|
2253
2260
|
return;
|
|
2254
2261
|
}
|
|
2255
2262
|
let r = t.map((p) => ({ ...p, items: [...p.items] }));
|
|
2256
|
-
if (
|
|
2257
|
-
const p = r.findIndex((_) => _.zoneKey ===
|
|
2263
|
+
if (T === h) {
|
|
2264
|
+
const p = r.findIndex((_) => _.zoneKey === T), f = r[p], D = f.items.findIndex((_) => _.id === x.id), N = f.items.findIndex((_) => _.id === I.id), R = N >= 0 ? N : Math.max(0, f.items.length - 1);
|
|
2258
2265
|
r[p] = {
|
|
2259
2266
|
...f,
|
|
2260
2267
|
items: ct(f.items, D, R)
|
|
2261
2268
|
};
|
|
2262
2269
|
} else {
|
|
2263
|
-
const p = r.findIndex((A) => A.zoneKey ===
|
|
2270
|
+
const p = r.findIndex((A) => A.zoneKey === T), f = r.findIndex((A) => A.zoneKey === h), D = r[p], N = r[f], R = D.items.find((A) => A.id === x.id);
|
|
2264
2271
|
if (!R) {
|
|
2265
2272
|
v();
|
|
2266
2273
|
return;
|
|
2267
2274
|
}
|
|
2268
|
-
const _ = D.items.filter((A) => A.id !==
|
|
2275
|
+
const _ = D.items.filter((A) => A.id !== x.id), K = N.items.findIndex((A) => A.id === I.id), G = K >= 0 ? K : N.items.length;
|
|
2269
2276
|
let ae = _, $ = [...N.items];
|
|
2270
2277
|
if (N.maxItems !== void 0 && $.length >= N.maxItems) {
|
|
2271
2278
|
const A = $[$.length - 1];
|
|
2272
2279
|
$ = $.slice(0, N.maxItems - 1), ae = [..._, A];
|
|
2273
2280
|
}
|
|
2274
|
-
const ne = Math.min(
|
|
2281
|
+
const ne = Math.min(G, $.length), he = [
|
|
2275
2282
|
...$.slice(0, ne),
|
|
2276
2283
|
R,
|
|
2277
2284
|
...$.slice(ne)
|
|
@@ -2289,11 +2296,11 @@ function mt(e) {
|
|
|
2289
2296
|
[]
|
|
2290
2297
|
), k = y(
|
|
2291
2298
|
(m) => {
|
|
2292
|
-
const
|
|
2299
|
+
const x = J(t, m.id) ?? "";
|
|
2293
2300
|
return {
|
|
2294
2301
|
id: m.id,
|
|
2295
2302
|
"data-item-id": m.id,
|
|
2296
|
-
"data-zone-key":
|
|
2303
|
+
"data-zone-key": x
|
|
2297
2304
|
};
|
|
2298
2305
|
},
|
|
2299
2306
|
[t]
|
|
@@ -2309,7 +2316,7 @@ function mt(e) {
|
|
|
2309
2316
|
handleDragEnd: d
|
|
2310
2317
|
};
|
|
2311
2318
|
}
|
|
2312
|
-
let
|
|
2319
|
+
let H = null, V = null, Y = !1;
|
|
2313
2320
|
const pt = [
|
|
2314
2321
|
"DndContext",
|
|
2315
2322
|
"DragOverlay",
|
|
@@ -2334,7 +2341,7 @@ function bt(e, t) {
|
|
|
2334
2341
|
return n.length === 0 ? { ok: !0 } : { ok: !1, missing: n };
|
|
2335
2342
|
}
|
|
2336
2343
|
function ft() {
|
|
2337
|
-
return
|
|
2344
|
+
return H ? Promise.resolve(H) : Y ? Promise.resolve(null) : V || (V = (async () => {
|
|
2338
2345
|
try {
|
|
2339
2346
|
const [e, t, n] = await Promise.all([
|
|
2340
2347
|
import("@dnd-kit/core"),
|
|
@@ -2343,11 +2350,11 @@ function ft() {
|
|
|
2343
2350
|
"SortableZones: @dnd-kit/utilities failed to load; drag-overlay positioning will fall back (items may teleport instead of slide)."
|
|
2344
2351
|
), {}))
|
|
2345
2352
|
]), a = bt(e, t);
|
|
2346
|
-
return a.ok ? (
|
|
2353
|
+
return a.ok ? (H = {
|
|
2347
2354
|
core: e,
|
|
2348
2355
|
sortable: t,
|
|
2349
2356
|
utilities: n
|
|
2350
|
-
},
|
|
2357
|
+
}, H) : (Y = !0, process.env.NODE_ENV !== "production" && console.error(
|
|
2351
2358
|
`SortableZones: @dnd-kit shape mismatch — missing exports: ${a.missing.join(", ")}. Check installed versions against optionalDependencies in @mt-gloss/ui.`
|
|
2352
2359
|
), null);
|
|
2353
2360
|
} catch {
|
|
@@ -2356,7 +2363,7 @@ function ft() {
|
|
|
2356
2363
|
})(), V);
|
|
2357
2364
|
}
|
|
2358
2365
|
function ht(e) {
|
|
2359
|
-
const { zones: t, onZoneChange: n, renderZone: a, renderItem: o, renderDragOverlay: s } = e, l = mt({ zones: t, onZoneChange: n }), [c, b] = F.useState(
|
|
2366
|
+
const { zones: t, onZoneChange: n, renderZone: a, renderItem: o, renderDragOverlay: s } = e, l = mt({ zones: t, onZoneChange: n }), [c, b] = F.useState(H);
|
|
2360
2367
|
return F.useEffect(() => {
|
|
2361
2368
|
if (c) return;
|
|
2362
2369
|
let u = !0;
|
|
@@ -2387,10 +2394,10 @@ function ge({
|
|
|
2387
2394
|
renderItem: a,
|
|
2388
2395
|
renderDragOverlay: o
|
|
2389
2396
|
}) {
|
|
2390
|
-
const { core: s, sortable: l, utilities: c } = t, { DndContext: b, DragOverlay: u, useSensors: w, useSensor: C, useDroppable: i, PointerSensor: d, KeyboardSensor: S, closestCenter: k } = s, { SortableContext: m, verticalListSortingStrategy:
|
|
2397
|
+
const { core: s, sortable: l, utilities: c } = t, { DndContext: b, DragOverlay: u, useSensors: w, useSensor: C, useDroppable: i, PointerSensor: d, KeyboardSensor: S, closestCenter: k } = s, { SortableContext: m, verticalListSortingStrategy: x } = l, I = w(
|
|
2391
2398
|
C(d, { activationConstraint: { distance: 5 } }),
|
|
2392
2399
|
C(S)
|
|
2393
|
-
), v = b,
|
|
2400
|
+
), v = b, T = u, h = m;
|
|
2394
2401
|
return /* @__PURE__ */ O(
|
|
2395
2402
|
v,
|
|
2396
2403
|
{
|
|
@@ -2417,12 +2424,12 @@ function ge({
|
|
|
2417
2424
|
zoneKey: r.zoneKey,
|
|
2418
2425
|
zoneProps: e.getZoneProps(r.zoneKey),
|
|
2419
2426
|
useDroppable: i,
|
|
2420
|
-
children: /* @__PURE__ */ g(h, { items: p, strategy:
|
|
2427
|
+
children: /* @__PURE__ */ g(h, { items: p, strategy: x, children: n(r.zoneKey, r.items, f) })
|
|
2421
2428
|
},
|
|
2422
2429
|
r.zoneKey
|
|
2423
2430
|
);
|
|
2424
2431
|
}),
|
|
2425
|
-
/* @__PURE__ */ g(
|
|
2432
|
+
/* @__PURE__ */ g(T, { children: e.activeItem ? o?.(e.activeItem) ?? a(e.activeItem) : null })
|
|
2426
2433
|
]
|
|
2427
2434
|
}
|
|
2428
2435
|
);
|
|
@@ -2467,278 +2474,279 @@ const wt = F.forwardRef(({ density: e = "compact", children: t, ...n }, a) => {
|
|
|
2467
2474
|
});
|
|
2468
2475
|
wt.displayName = "ContainerTable";
|
|
2469
2476
|
export {
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2477
|
+
Na as Accordion,
|
|
2478
|
+
Sa as AccordionContent,
|
|
2479
|
+
ka as AccordionItem,
|
|
2480
|
+
xa as AccordionTrigger,
|
|
2474
2481
|
Ta as ActionStrip,
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2482
|
+
Ia as Actionable,
|
|
2483
|
+
Ra as AddressGroup,
|
|
2484
|
+
_a as AddressSelect,
|
|
2485
|
+
Ma as AsyncLoader,
|
|
2486
|
+
Pa as Autocomplete,
|
|
2487
|
+
Fa as Badge,
|
|
2488
|
+
Ea as BarChartCard,
|
|
2489
|
+
Oa as BarsBg,
|
|
2490
|
+
Aa as Button,
|
|
2491
|
+
La as ButtonGroup,
|
|
2492
|
+
$a as ButtonGroupContext,
|
|
2493
|
+
Ba as Card,
|
|
2494
|
+
Ka as CardActions,
|
|
2495
|
+
Ga as CardBack,
|
|
2489
2496
|
Ha as CardBody,
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2497
|
+
za as CardFooter,
|
|
2498
|
+
Va as CardHeader,
|
|
2499
|
+
Wa as CardMedia,
|
|
2493
2500
|
Za as CardShell,
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2501
|
+
Ua as CardSubtitle,
|
|
2502
|
+
Ya as CardTitle,
|
|
2503
|
+
qa as ChartControlBar,
|
|
2504
|
+
ja as Checkbox,
|
|
2505
|
+
Qa as CheckboxGroup,
|
|
2506
|
+
Xa as Chip,
|
|
2507
|
+
Ja as ColorPicker,
|
|
2508
|
+
en as ComparisonCard,
|
|
2509
|
+
tn as ContactForm,
|
|
2510
|
+
an as ContainerCard,
|
|
2511
|
+
nn as ContainerCardActions,
|
|
2512
|
+
rn as ContainerCardBody,
|
|
2513
|
+
on as ContainerCardFooter,
|
|
2514
|
+
sn as ContainerCardHeader,
|
|
2515
|
+
ln as ContainerCardMedia,
|
|
2516
|
+
dn as ContainerCardSubtitle,
|
|
2517
|
+
cn as ContainerCardTitle,
|
|
2518
|
+
un as ContainerDialog,
|
|
2519
|
+
mn as ContainerDialogActions,
|
|
2520
|
+
pn as ContainerDialogBody,
|
|
2521
|
+
gn as ContainerDialogHeader,
|
|
2515
2522
|
yt as ContainerFormSection,
|
|
2516
|
-
|
|
2523
|
+
bn as ContainerPanel,
|
|
2517
2524
|
wt as ContainerTable,
|
|
2518
2525
|
vt as ContainerToolbar,
|
|
2519
|
-
|
|
2520
|
-
|
|
2526
|
+
fn as CreditCardForm,
|
|
2527
|
+
hn as DEFAULT_FOOTER_IDS,
|
|
2521
2528
|
Zo as DEFAULT_MARKET_PRESETS,
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2529
|
+
vn as DEFAULT_OVERFLOW_IDS,
|
|
2530
|
+
Uo as DEFAULT_PINNED,
|
|
2531
|
+
yn as DataTable,
|
|
2532
|
+
wn as DatePicker,
|
|
2533
|
+
Cn as DateRangePicker,
|
|
2534
|
+
Dn as DestructiveModal,
|
|
2535
|
+
Nn as DirectionCard,
|
|
2536
|
+
Sn as Dismissible,
|
|
2537
|
+
kn as DistributionCard,
|
|
2538
|
+
xn as DonutChart,
|
|
2532
2539
|
Tn as Dropdown,
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2540
|
+
In as ENTITY_FILTER_KEYS,
|
|
2541
|
+
Rn as ENTITY_PROFILE_ROUTES,
|
|
2542
|
+
_n as ENTITY_TYPE_PLURAL,
|
|
2536
2543
|
Ae as EdgeHoverHandle,
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2544
|
+
Mn as EntityPicker,
|
|
2545
|
+
Pn as EntitySearchPanel,
|
|
2546
|
+
Fn as Expandable,
|
|
2547
|
+
En as ExpandableChip,
|
|
2548
|
+
On as FLIP_AND_STAGE_TIMINGS,
|
|
2549
|
+
An as FileUpload,
|
|
2550
|
+
Ln as FilterChip,
|
|
2551
|
+
$n as FilterInput,
|
|
2552
|
+
Bn as FlipAndStageProvider,
|
|
2553
|
+
Kn as Form,
|
|
2554
|
+
Gn as FormDialog,
|
|
2548
2555
|
Hn as FormField,
|
|
2549
|
-
|
|
2556
|
+
zn as FusedShape,
|
|
2550
2557
|
Le as GhostPreview,
|
|
2551
|
-
|
|
2552
|
-
|
|
2558
|
+
Vn as GroupCheckbox,
|
|
2559
|
+
Wn as GroupRadio,
|
|
2553
2560
|
Zn as HighlightCard,
|
|
2554
|
-
|
|
2555
|
-
|
|
2561
|
+
Un as HybridDatePicker,
|
|
2562
|
+
Yn as ImportWizard,
|
|
2556
2563
|
nt as InlineNudge,
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2564
|
+
qn as Input,
|
|
2565
|
+
jn as InputAddon,
|
|
2566
|
+
Qn as InputGroup,
|
|
2567
|
+
Xn as Link,
|
|
2568
|
+
Jn as LoginForm,
|
|
2569
|
+
er as MarketPresetRow,
|
|
2570
|
+
tr as MaskPresets,
|
|
2571
|
+
ar as MaskedInput,
|
|
2572
|
+
nr as Menu,
|
|
2573
|
+
rr as MenuDivider,
|
|
2574
|
+
or as MenuGroup,
|
|
2575
|
+
sr as MenuItem,
|
|
2576
|
+
ir as MergePrompt,
|
|
2577
|
+
lr as MetricCard,
|
|
2578
|
+
dr as MetricCardGrid,
|
|
2572
2579
|
at as MetricGroupContainer,
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2580
|
+
cr as MiniCalendar,
|
|
2581
|
+
ur as MultiSelect,
|
|
2582
|
+
mr as NumberInput,
|
|
2583
|
+
pr as ObjectArrow,
|
|
2584
|
+
gr as OrderFilterBar,
|
|
2585
|
+
Yo as PERIOD_OPTIONS,
|
|
2579
2586
|
Ve as PageChip,
|
|
2580
2587
|
de as PageDropdown,
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2588
|
+
br as PasswordInput,
|
|
2589
|
+
fr as PaymentForm,
|
|
2590
|
+
hr as PaymentMethodSelect,
|
|
2591
|
+
vr as PhoneInput,
|
|
2592
|
+
yr as PinToMetric,
|
|
2586
2593
|
dt as PresetSwatchRow,
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2594
|
+
wr as ProfileCard,
|
|
2595
|
+
Cr as ProgressCard,
|
|
2596
|
+
Dr as QuickConfigPanel,
|
|
2590
2597
|
Qe as RECONFIG_BACKSIDE_LABELS,
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2598
|
+
qo as ROLLING_OPTIONS,
|
|
2599
|
+
Nr as Radio,
|
|
2600
|
+
Sr as RadioGroup,
|
|
2601
|
+
kr as RangeSlider,
|
|
2602
|
+
xr as Rating,
|
|
2596
2603
|
et as ReconfigBacksideButtons,
|
|
2597
2604
|
Tr as RegistrationForm,
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2605
|
+
Ir as Row1Controls,
|
|
2606
|
+
Rr as Row2FilterTray,
|
|
2607
|
+
_r as SearchInput,
|
|
2608
|
+
Mr as SegmentCard,
|
|
2609
|
+
Pr as SegmentedControl,
|
|
2610
|
+
Fr as Select,
|
|
2611
|
+
Er as Selectable,
|
|
2612
|
+
Or as SimpleMetricCard,
|
|
2613
|
+
Ar as SimpleSelector,
|
|
2614
|
+
Lr as Skeleton,
|
|
2615
|
+
$r as SkeletonCard,
|
|
2616
|
+
Br as SkeletonChart,
|
|
2617
|
+
Kr as SkeletonTable,
|
|
2618
|
+
Gr as Slider,
|
|
2612
2619
|
Hr as Sortable,
|
|
2613
2620
|
ht as SortableZones,
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2621
|
+
zr as SparklineBg,
|
|
2622
|
+
Vr as SplitButton,
|
|
2623
|
+
Wr as StackedGroupCard,
|
|
2617
2624
|
Zr as StatusModeCard,
|
|
2618
2625
|
Oe as StatusSlotChipMenu,
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2626
|
+
Ur as Stepper,
|
|
2627
|
+
jo as TODAY_PRESET,
|
|
2628
|
+
Yr as TabGroup,
|
|
2629
|
+
qr as TabbedDataView,
|
|
2630
|
+
jr as TagInput,
|
|
2631
|
+
Qr as Textarea,
|
|
2625
2632
|
st as ThresholdRamp,
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2633
|
+
Xr as TimeFrame,
|
|
2634
|
+
Jr as TimePicker,
|
|
2635
|
+
eo as Toggle,
|
|
2636
|
+
to as Tooltip,
|
|
2637
|
+
ao as Transition,
|
|
2638
|
+
no as TransitionGroup,
|
|
2639
|
+
ro as TrendCard,
|
|
2640
|
+
oo as TrendIndicator,
|
|
2641
|
+
zo as UIContext,
|
|
2635
2642
|
te as UIContextProvider,
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2643
|
+
so as UnifiedBreakdownTable,
|
|
2644
|
+
io as UnifiedContextMenu,
|
|
2645
|
+
lo as addressGroupMetadata,
|
|
2646
|
+
co as addressSchema,
|
|
2640
2647
|
Ft as allChips,
|
|
2641
2648
|
Zt as allStateFixtures,
|
|
2642
|
-
|
|
2649
|
+
Wt as allVariantFixtures,
|
|
2643
2650
|
Lt as blockSamples,
|
|
2644
|
-
|
|
2645
|
-
|
|
2651
|
+
uo as buildDefaultOverflow,
|
|
2652
|
+
Ht as cardSamples,
|
|
2646
2653
|
Kt as chartSamples,
|
|
2647
2654
|
Bt as circleSamples,
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
mo as
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
go as
|
|
2655
|
+
ga as compactLayout,
|
|
2656
|
+
na as compactState,
|
|
2657
|
+
Vt as computeGutterAnchorX,
|
|
2658
|
+
mo as contactFormMetadata,
|
|
2659
|
+
po as contactSchema,
|
|
2660
|
+
ra as contextMenuFixtures,
|
|
2661
|
+
go as creditCardFormMetadata,
|
|
2662
|
+
bo as creditCardSchema,
|
|
2655
2663
|
Me as dateChip,
|
|
2656
2664
|
me as defaultControlBarState,
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2665
|
+
fo as destructiveModalMetadata,
|
|
2666
|
+
ho as durations,
|
|
2667
|
+
vo as easings,
|
|
2660
2668
|
Ke as emptyFixture,
|
|
2661
2669
|
Re as entityChip,
|
|
2662
2670
|
Ye as entityNameActions,
|
|
2663
2671
|
Ot as entityTabGroup,
|
|
2664
2672
|
Be as errorFixture,
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2673
|
+
aa as filteredState,
|
|
2674
|
+
Qo as findPreset,
|
|
2675
|
+
Xo as formatDateRange,
|
|
2676
|
+
Jo as formatMarketDates,
|
|
2677
|
+
es as formatTrend,
|
|
2678
|
+
ts as formatValue,
|
|
2679
|
+
fa as fullLayout,
|
|
2680
|
+
as as generateMarketId,
|
|
2681
|
+
yo as generateTabId,
|
|
2682
|
+
ns as getAllPresets,
|
|
2683
|
+
rs as getDateRangeForPreset,
|
|
2684
|
+
wo as getMenuActions,
|
|
2685
|
+
os as getPresetLabel,
|
|
2686
|
+
Co as getTransitionStyle,
|
|
2687
|
+
pa as gridCards,
|
|
2688
|
+
Do as interpolate,
|
|
2689
|
+
ss as isInRange,
|
|
2690
|
+
is as isMarketActive,
|
|
2691
|
+
ls as isSameDay,
|
|
2692
|
+
ta as itemColumns,
|
|
2693
|
+
Jt as itemRows,
|
|
2686
2694
|
$e as loadingFixture,
|
|
2687
|
-
|
|
2688
|
-
|
|
2695
|
+
No as loginFormMetadata,
|
|
2696
|
+
So as loginSchema,
|
|
2689
2697
|
Pe as manufacturerChip,
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2698
|
+
wa as manyTabs,
|
|
2699
|
+
ko as mergeHandlers,
|
|
2700
|
+
xo as mergeRefs,
|
|
2693
2701
|
Et as metricTabGroup,
|
|
2694
|
-
|
|
2695
|
-
|
|
2702
|
+
va as mixedTabs,
|
|
2703
|
+
ds as normalizePresetId,
|
|
2696
2704
|
je as numericActions,
|
|
2697
|
-
|
|
2705
|
+
ea as orderColumns,
|
|
2698
2706
|
qe as orderIdActions,
|
|
2699
|
-
|
|
2700
|
-
|
|
2707
|
+
Xt as orderRows,
|
|
2708
|
+
ha as ordersTabs,
|
|
2701
2709
|
To as parseNumericValue,
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2710
|
+
Io as paymentFormMetadata,
|
|
2711
|
+
Ro as paymentSchema,
|
|
2712
|
+
_o as presets,
|
|
2713
|
+
Mo as registrationFormMetadata,
|
|
2714
|
+
Po as registrationSchema,
|
|
2715
|
+
sa as sampleCompareRanges,
|
|
2716
|
+
da as sampleCustomMarkets,
|
|
2717
|
+
oa as sampleDateRange,
|
|
2718
|
+
ca as sampleMarketPresetData,
|
|
2719
|
+
la as sampleMarkets,
|
|
2720
|
+
ma as samplePeriodPresets,
|
|
2721
|
+
ia as samplePreferences,
|
|
2722
|
+
ua as samplePresets,
|
|
2723
|
+
ya as singleTab,
|
|
2724
|
+
Ut as sparklineFixture,
|
|
2725
|
+
Yt as sparklineUpFixture,
|
|
2718
2726
|
ze as staleDonutFixture,
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2727
|
+
Ge as staleFixture,
|
|
2728
|
+
He as staleSparklineFixture,
|
|
2729
|
+
qt as standardFixture,
|
|
2730
|
+
Qt as standardFlatFixture,
|
|
2731
|
+
ba as standardLayout,
|
|
2732
|
+
jt as standardNegativeFixture,
|
|
2725
2733
|
_e as statusChip,
|
|
2726
|
-
|
|
2734
|
+
Gt as tableSamples,
|
|
2727
2735
|
$t as textSamples,
|
|
2728
2736
|
At as timeFrameTabGroup,
|
|
2729
|
-
|
|
2737
|
+
cs as toUppercasePresetId,
|
|
2730
2738
|
Pt as useArrowNavigation,
|
|
2731
|
-
|
|
2739
|
+
Fo as useCheckboxGroupContext,
|
|
2732
2740
|
zt as useEdgeHoverResize,
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2741
|
+
Eo as useFilterLayout,
|
|
2742
|
+
Oo as useFlipAndStage,
|
|
2743
|
+
Ao as useFlipAndStageContext,
|
|
2744
|
+
Lo as useFlipAndStageContextOptional,
|
|
2737
2745
|
Mt as useFocusReturn,
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2746
|
+
$o as useFocusTrap,
|
|
2747
|
+
Bo as useFormContext,
|
|
2748
|
+
Ko as useRadioGroupContext,
|
|
2749
|
+
Go as useSlideOutReveal,
|
|
2742
2750
|
mt as useSortableZones,
|
|
2743
|
-
|
|
2751
|
+
Vo as useUIContext
|
|
2744
2752
|
};
|