@mt-gloss/ui 0.1.107 → 0.1.109
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/{BaseAsyncButton-Cq_l7clO.js → BaseAsyncButton-aDQ_TjJi.js} +30 -29
- package/BaseText-Dxbk1JJa.js +66 -0
- package/{Expandable-BcmIxWR8.js → Expandable-DFHxVkCF.js} +3493 -4181
- package/MetricCard-Cyoxhb_S.js +697 -0
- package/{UIContext-DP6JGCto.js → UIContext-Dm0GYHFT.js} +564 -626
- package/catalog.js +122 -120
- package/composites-panels.js +594 -416
- package/index.js +328 -326
- package/internals.js +81 -80
- package/package.json +1 -1
- package/ui.css +1 -1
package/index.js
CHANGED
|
@@ -1,23 +1,25 @@
|
|
|
1
|
-
import { u as Qe, C as Xe } from "./Expandable-
|
|
2
|
-
import { Q as
|
|
1
|
+
import { u as Qe, C as Xe } from "./Expandable-DFHxVkCF.js";
|
|
2
|
+
import { Q as Ar, V as Fr, T as Or, U as Lr, a5 as $r, b8 as zr, aB as Br, aj as Kr, $ as Gr, ap as Hr, N as Wr, aa as Vr, P as jr, B as Ur, a as Yr, A as Zr, K as qr, bi as Qr, J as Xr, L as Jr, E as es, D as ts, H as as, F as ns, bq as rs, b as ss, c as is, O as os, q as ls, af as cs, aP as ds, A as us, K as ms, J as ps, L as gs, E as hs, D as fs, H as bs, F as vs, b1 as ys, b4 as ws, b3 as _s, b2 as Cs, b5 as Ns, aE as Ss, a7 as ks, a6 as Ds, as as xs, m as Rs, o as Ts, aH as Ms, ad as Ps, ba as Is, ab as Es, _ as As, bA as Fs, bz as Os, bB as Ls, ar as $s, aS as zs, bc as Bs, bF as Ks, bo as Gs, p as Hs, ao as Ws, bu as Vs, bl as js, a2 as Us, at as Ys, a4 as Zs, bt as qs, bK as Qs, G as Xs, f as Js, ac as ei, bC as ti, aV as ai, t as ni, x as ri, I as si, i as ii, ay as oi, bG as li, M as ci, y as di, W as ui, Z as mi, X as pi, Y as gi, au as hi, bI as fi, bE as bi, aq as vi, w as yi, aU as wi, al as _i, aM as Ci, ai as Ni, an as Si, aw as ki, aT as Di, ae as xi, av as Ri, e as Ti, R as Mi, l as Pi, r as Ii, aJ as Ei, br as Ai, bs as Fi, ak as Oi, ag as Li, j as $i, z as zi, b9 as Bi, ah as Ki, bH as Gi, be as Hi, bh as Wi, bf as Vi, bg as ji, k as Ui, bb as Yi, S as Zi, bj as qi, ax as Qi, bd as Xi, bJ as Ji, am as eo, v as to, bD as ao, n as no, h as ro, s as so, a0 as io, a1 as oo, a9 as lo, bp as co, bw as uo, aC as mo, aD as po, a8 as go, aQ as ho, aR as fo, aF as bo, aG as vo, aI as yo, aX as wo, aY as _o, by as Co, bx as No, a_ as So, a$ as ko, az as Do, aA as xo, b7 as Ro, b6 as To, b0 as Mo, aN as Po, aO as Io, aZ as Eo, aK as Ao, aL as Fo, d as Oo, bv as Lo, bk as $o, bm as zo, bn as Bo, aW as Ko, a3 as Go, bL as Ho, g as Wo } from "./Expandable-DFHxVkCF.js";
|
|
3
3
|
import { jsxs as y, jsx as r, Fragment as $ } from "react/jsx-runtime";
|
|
4
4
|
import * as B from "react";
|
|
5
5
|
import F, { useRef as P, useEffect as A, useState as I, useCallback as N, useId as Je, forwardRef as et, useMemo as re, useLayoutEffect as Ie, createContext as tt, useContext as at } from "react";
|
|
6
6
|
import { motion as G, useMotionValue as nt, AnimatePresence as rt, useDragControls as st } from "framer-motion";
|
|
7
7
|
import { createPortal as Ee } from "react-dom";
|
|
8
8
|
import { u as it } from "./COMMITS-DG0Q_9DU.js";
|
|
9
|
-
import { C as
|
|
10
|
-
import { B as ot,
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
9
|
+
import { C as jo, c as Uo, b as Yo, P as Zo, S as qo, e as Qo, i as Xo, r as Jo, a as el, d as tl } from "./COMMITS-DG0Q_9DU.js";
|
|
10
|
+
import { B as ot, U as fe } from "./UIContext-Dm0GYHFT.js";
|
|
11
|
+
import { a as nl, u as rl } from "./UIContext-Dm0GYHFT.js";
|
|
12
|
+
import { B as il, D as ol, M as ll, O as cl, a as dl, S as ul, T as ml, e as pl } from "./MetricCard-Cyoxhb_S.js";
|
|
13
|
+
import { DEFAULT_MARKET_PRESETS as hl, DEFAULT_PINNED as fl, PERIOD_OPTIONS as bl, ROLLING_OPTIONS as vl, TODAY_PRESET as yl, findPreset as wl, formatDateRange as _l, formatMarketDates as Cl, formatTrend as Nl, formatValue as Sl, generateMarketId as kl, getAllPresets as Dl, getDateRangeForPreset as xl, getPresetLabel as Rl, isInRange as Tl, isMarketActive as Ml, isSameDay as Pl, normalizePresetId as Il, toUppercasePresetId as El } from "@mt-gloss/utils";
|
|
13
14
|
import lt from "@mui/icons-material/AccessTime";
|
|
14
15
|
import ct from "@mui/icons-material/Tune";
|
|
15
16
|
import dt from "@mui/icons-material/ViewColumn";
|
|
16
17
|
import ut from "@mui/icons-material/AspectRatio";
|
|
17
18
|
import mt from "@mui/icons-material/Palette";
|
|
18
19
|
import pt from "@mui/icons-material/PushPin";
|
|
19
|
-
import { useMotionProbe as
|
|
20
|
-
|
|
20
|
+
import { useMotionProbe as ce } from "@mt-gloss/motion";
|
|
21
|
+
import { B as X, a as de } from "./BaseText-Dxbk1JJa.js";
|
|
22
|
+
function un(e = {}) {
|
|
21
23
|
const { enabled: t = !0, returnTo: n } = e, a = P(null);
|
|
22
24
|
return A(() => {
|
|
23
25
|
t && (a.current = n || document.activeElement);
|
|
@@ -27,7 +29,7 @@ function dn(e = {}) {
|
|
|
27
29
|
}, 0);
|
|
28
30
|
}, [t]), a;
|
|
29
31
|
}
|
|
30
|
-
function
|
|
32
|
+
function mn(e) {
|
|
31
33
|
const {
|
|
32
34
|
items: t,
|
|
33
35
|
activeIndex: n,
|
|
@@ -203,18 +205,18 @@ const gt = ({
|
|
|
203
205
|
field: "manufacturer",
|
|
204
206
|
value: "widget-co-456",
|
|
205
207
|
onRemove: se
|
|
206
|
-
},
|
|
208
|
+
}, pn = [
|
|
207
209
|
ht,
|
|
208
210
|
ft,
|
|
209
211
|
bt,
|
|
210
212
|
vt
|
|
211
|
-
],
|
|
213
|
+
], gn = {
|
|
212
214
|
id: "metric-toggle",
|
|
213
215
|
tabs: [
|
|
214
216
|
{ id: "$", label: "$", mono: !0 },
|
|
215
217
|
{ id: "#", label: "#", mono: !0 }
|
|
216
218
|
]
|
|
217
|
-
},
|
|
219
|
+
}, hn = {
|
|
218
220
|
id: "entity-type",
|
|
219
221
|
tabs: [
|
|
220
222
|
{ id: "orders", label: "Orders" },
|
|
@@ -222,7 +224,7 @@ const gt = ({
|
|
|
222
224
|
{ id: "customers", label: "Customers" },
|
|
223
225
|
{ id: "manufacturers", label: "Manufacturers" }
|
|
224
226
|
]
|
|
225
|
-
},
|
|
227
|
+
}, fn = {
|
|
226
228
|
id: "time-frame",
|
|
227
229
|
tabs: [
|
|
228
230
|
{ id: "MTD", label: "MTD" },
|
|
@@ -230,26 +232,26 @@ const gt = ({
|
|
|
230
232
|
{ id: "YTD", label: "YTD" },
|
|
231
233
|
{ id: "LYTD", label: "LYTD" }
|
|
232
234
|
]
|
|
233
|
-
},
|
|
235
|
+
}, bn = [
|
|
234
236
|
{ variant: "block", width: "100%", height: 16 },
|
|
235
237
|
{ variant: "block", width: 200, height: 32, borderRadius: 8 },
|
|
236
238
|
{ variant: "block", width: "80%", height: 12, borderRadius: "4px" },
|
|
237
239
|
{ variant: "block", width: 120, height: 44, borderRadius: 22 }
|
|
238
|
-
],
|
|
240
|
+
], vn = [
|
|
239
241
|
{ variant: "text", lines: 3, lineHeight: 14, gap: 8 },
|
|
240
242
|
{ variant: "text", lines: 2, lineHeight: 16, gap: 10 },
|
|
241
243
|
{ variant: "text", lines: 5, lineHeight: 12, gap: 6 }
|
|
242
|
-
],
|
|
244
|
+
], yn = [
|
|
243
245
|
{ variant: "circle", size: 24 },
|
|
244
246
|
{ variant: "circle", size: 40 },
|
|
245
247
|
{ variant: "circle", size: 64 }
|
|
246
|
-
],
|
|
248
|
+
], wn = [
|
|
247
249
|
{ bars: 10, maxHeight: 120 },
|
|
248
250
|
{ bars: 5, maxHeight: 80 }
|
|
249
|
-
],
|
|
251
|
+
], _n = [
|
|
250
252
|
{ rows: 5, columns: 3, hasCheckbox: !1, rowHeight: 44 },
|
|
251
253
|
{ rows: 8, columns: 5, hasCheckbox: !0, rowHeight: 44 }
|
|
252
|
-
],
|
|
254
|
+
], Cn = [
|
|
253
255
|
{ variant: "value", colSpan: 1 },
|
|
254
256
|
{ variant: "trend", colSpan: 2 },
|
|
255
257
|
{ variant: "target", colSpan: 1 }
|
|
@@ -420,7 +422,7 @@ const Nt = {
|
|
|
420
422
|
// Velocity multiplier (D-03b panel)
|
|
421
423
|
velocityMultiplier: 1
|
|
422
424
|
};
|
|
423
|
-
class
|
|
425
|
+
class Nn {
|
|
424
426
|
constructor() {
|
|
425
427
|
this.samples = [], this.capacity = 3;
|
|
426
428
|
}
|
|
@@ -855,7 +857,7 @@ const Rt = et(
|
|
|
855
857
|
}
|
|
856
858
|
);
|
|
857
859
|
Rt.displayName = "ResizePill";
|
|
858
|
-
function
|
|
860
|
+
function Sn(e) {
|
|
859
861
|
const t = {
|
|
860
862
|
...Ae,
|
|
861
863
|
...e.physics
|
|
@@ -927,14 +929,14 @@ function Nn(e) {
|
|
|
927
929
|
commit: b
|
|
928
930
|
};
|
|
929
931
|
}
|
|
930
|
-
function
|
|
932
|
+
function kn(e) {
|
|
931
933
|
const { cardWidthPx: t, slotCount: n, activeSlotIdx: a, pillWidthPx: s } = e;
|
|
932
934
|
if (a == null || !Number.isFinite(t) || t <= 0 || !Number.isFinite(n) || n <= 0 || !Number.isInteger(a) || a < 0 || a >= n)
|
|
933
935
|
return;
|
|
934
936
|
const i = (a + 0.5) * (t / n);
|
|
935
937
|
return s != null && Number.isFinite(s) && s > 0 ? i - s / 2 : i;
|
|
936
938
|
}
|
|
937
|
-
const
|
|
939
|
+
const Dn = [
|
|
938
940
|
// 1. Standard: Total Revenue
|
|
939
941
|
{
|
|
940
942
|
variant: "standard",
|
|
@@ -1111,14 +1113,14 @@ const kn = [
|
|
|
1111
1113
|
donutMax: 100,
|
|
1112
1114
|
accentColor: "#10b981",
|
|
1113
1115
|
isStale: !0
|
|
1114
|
-
},
|
|
1116
|
+
}, xn = [
|
|
1115
1117
|
Tt,
|
|
1116
1118
|
Mt,
|
|
1117
1119
|
Pt,
|
|
1118
1120
|
It,
|
|
1119
1121
|
Et,
|
|
1120
1122
|
At
|
|
1121
|
-
],
|
|
1123
|
+
], Rn = {
|
|
1122
1124
|
variant: "sparkline",
|
|
1123
1125
|
label: "Daily Orders",
|
|
1124
1126
|
value: 847,
|
|
@@ -1141,7 +1143,7 @@ const kn = [
|
|
|
1141
1143
|
59
|
|
1142
1144
|
],
|
|
1143
1145
|
accentColor: "#6366f1"
|
|
1144
|
-
},
|
|
1146
|
+
}, Tn = {
|
|
1145
1147
|
variant: "sparkline",
|
|
1146
1148
|
label: "New Customers",
|
|
1147
1149
|
value: 23,
|
|
@@ -1180,21 +1182,21 @@ const kn = [
|
|
|
1180
1182
|
19
|
|
1181
1183
|
],
|
|
1182
1184
|
accentColor: "#10b981"
|
|
1183
|
-
},
|
|
1185
|
+
}, Mn = {
|
|
1184
1186
|
variant: "standard",
|
|
1185
1187
|
label: "Total Revenue",
|
|
1186
1188
|
value: 125430,
|
|
1187
1189
|
valueFormat: { prefix: "$", abbreviated: !0 },
|
|
1188
1190
|
trend: { value: 12.5, direction: "up" },
|
|
1189
1191
|
subtitle: "MTD"
|
|
1190
|
-
},
|
|
1192
|
+
}, Pn = {
|
|
1191
1193
|
variant: "standard",
|
|
1192
1194
|
label: "Returns",
|
|
1193
1195
|
value: 3280,
|
|
1194
1196
|
valueFormat: { prefix: "$", abbreviated: !0 },
|
|
1195
1197
|
trend: { value: -8.3, direction: "down" },
|
|
1196
1198
|
subtitle: "MTD"
|
|
1197
|
-
},
|
|
1199
|
+
}, In = {
|
|
1198
1200
|
variant: "standard",
|
|
1199
1201
|
label: "Avg Order Value",
|
|
1200
1202
|
value: 487,
|
|
@@ -1366,7 +1368,7 @@ const Ft = function({
|
|
|
1366
1368
|
);
|
|
1367
1369
|
};
|
|
1368
1370
|
Ft.displayName = "PageChip";
|
|
1369
|
-
const
|
|
1371
|
+
const En = [
|
|
1370
1372
|
{
|
|
1371
1373
|
id: "ORD-1001",
|
|
1372
1374
|
orderNumber: "ORD-1001",
|
|
@@ -1499,7 +1501,7 @@ const In = [
|
|
|
1499
1501
|
date: "2026-03-01",
|
|
1500
1502
|
skuCount: 9
|
|
1501
1503
|
}
|
|
1502
|
-
],
|
|
1504
|
+
], An = [
|
|
1503
1505
|
{
|
|
1504
1506
|
id: "ITEM-001",
|
|
1505
1507
|
sku: "PB-4520",
|
|
@@ -1642,7 +1644,7 @@ function ze(e) {
|
|
|
1642
1644
|
function Be(e) {
|
|
1643
1645
|
return new Date(e).toLocaleDateString("en-US", { month: "short", day: "numeric", year: "numeric" });
|
|
1644
1646
|
}
|
|
1645
|
-
const J = F.createElement("span", { style: { color: "var(--color-text-muted)" } }, "—"),
|
|
1647
|
+
const J = F.createElement("span", { style: { color: "var(--color-text-muted)" } }, "—"), Fn = [
|
|
1646
1648
|
{
|
|
1647
1649
|
field: "id",
|
|
1648
1650
|
headerName: "Order",
|
|
@@ -1694,7 +1696,7 @@ const J = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1694
1696
|
cellClassName: "gloss-tabular-nums",
|
|
1695
1697
|
renderCell: ({ row: e }) => e.date ? Be(e.date) : ""
|
|
1696
1698
|
}
|
|
1697
|
-
],
|
|
1699
|
+
], On = [
|
|
1698
1700
|
{
|
|
1699
1701
|
field: "sku",
|
|
1700
1702
|
headerName: "Item ID",
|
|
@@ -1790,7 +1792,7 @@ const J = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1790
1792
|
userType: "sales-agency",
|
|
1791
1793
|
entityFilterOptions: Ot,
|
|
1792
1794
|
itemFilterOptions: Lt
|
|
1793
|
-
},
|
|
1795
|
+
}, Ln = {
|
|
1794
1796
|
...Ke,
|
|
1795
1797
|
vizState: {
|
|
1796
1798
|
type: "items",
|
|
@@ -1799,7 +1801,7 @@ const J = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1799
1801
|
byItem: { id: "i-003", name: "Walnut Console Table" },
|
|
1800
1802
|
timeFrame: "YTD"
|
|
1801
1803
|
}
|
|
1802
|
-
},
|
|
1804
|
+
}, $n = {
|
|
1803
1805
|
...Ke,
|
|
1804
1806
|
vizState: {
|
|
1805
1807
|
type: "orders",
|
|
@@ -1915,14 +1917,14 @@ const J = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1915
1917
|
cellKinds: ["numeric"],
|
|
1916
1918
|
tabType: "orders"
|
|
1917
1919
|
}
|
|
1918
|
-
],
|
|
1920
|
+
], zn = {
|
|
1919
1921
|
entityName: zt,
|
|
1920
1922
|
orderId: Bt,
|
|
1921
1923
|
numeric: Kt
|
|
1922
|
-
},
|
|
1924
|
+
}, Bn = [
|
|
1923
1925
|
new Date((/* @__PURE__ */ new Date()).getFullYear(), (/* @__PURE__ */ new Date()).getMonth(), (/* @__PURE__ */ new Date()).getDate() - 29),
|
|
1924
1926
|
/* @__PURE__ */ new Date()
|
|
1925
|
-
],
|
|
1927
|
+
], Kn = {
|
|
1926
1928
|
rangeA: [
|
|
1927
1929
|
new Date((/* @__PURE__ */ new Date()).getFullYear(), (/* @__PURE__ */ new Date()).getMonth(), 1),
|
|
1928
1930
|
/* @__PURE__ */ new Date()
|
|
@@ -1935,7 +1937,7 @@ const J = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1935
1937
|
new Date((/* @__PURE__ */ new Date()).getFullYear(), (/* @__PURE__ */ new Date()).getMonth() - 2, 1),
|
|
1936
1938
|
new Date((/* @__PURE__ */ new Date()).getFullYear(), (/* @__PURE__ */ new Date()).getMonth() - 1, 0)
|
|
1937
1939
|
]
|
|
1938
|
-
},
|
|
1940
|
+
}, Gn = {
|
|
1939
1941
|
version: 4,
|
|
1940
1942
|
lastPreset: "mtd",
|
|
1941
1943
|
pinnedPreset: "mtd",
|
|
@@ -1943,7 +1945,7 @@ const J = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1943
1945
|
rangeCount: 1,
|
|
1944
1946
|
lastPresetB: null,
|
|
1945
1947
|
lastPresetC: null
|
|
1946
|
-
},
|
|
1948
|
+
}, Hn = [
|
|
1947
1949
|
{
|
|
1948
1950
|
id: "atlanta-jan",
|
|
1949
1951
|
label: "Atlanta Market",
|
|
@@ -1965,7 +1967,7 @@ const J = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1965
1967
|
endDate: new Date(2026, 3, 22),
|
|
1966
1968
|
location: "Chicago, IL"
|
|
1967
1969
|
}
|
|
1968
|
-
],
|
|
1970
|
+
], Wn = [
|
|
1969
1971
|
{
|
|
1970
1972
|
id: "custom-regional-1",
|
|
1971
1973
|
label: "Southeast Regional Expo",
|
|
@@ -1982,7 +1984,7 @@ const J = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1982
1984
|
location: "Portland, OR",
|
|
1983
1985
|
isCustom: !0
|
|
1984
1986
|
}
|
|
1985
|
-
],
|
|
1987
|
+
], Vn = [
|
|
1986
1988
|
{
|
|
1987
1989
|
id: "atlanta-jan",
|
|
1988
1990
|
label: "Atlanta Market",
|
|
@@ -1999,12 +2001,12 @@ const J = F.createElement("span", { style: { color: "var(--color-text-muted)" }
|
|
|
1999
2001
|
location: "New York, NY",
|
|
2000
2002
|
active: !0
|
|
2001
2003
|
}
|
|
2002
|
-
],
|
|
2004
|
+
], jn = [
|
|
2003
2005
|
{ id: "7d", label: "7D" },
|
|
2004
2006
|
{ id: "30d", label: "30D" },
|
|
2005
2007
|
{ id: "60d", label: "60D" },
|
|
2006
2008
|
{ id: "90d", label: "90D" }
|
|
2007
|
-
],
|
|
2009
|
+
], Un = [
|
|
2008
2010
|
{ id: "mtd", label: "MTD" },
|
|
2009
2011
|
{ id: "qtd", label: "QTD" },
|
|
2010
2012
|
{ id: "ytd", label: "YTD" },
|
|
@@ -2151,7 +2153,7 @@ function ke(e, t) {
|
|
|
2151
2153
|
colSpan: 2
|
|
2152
2154
|
};
|
|
2153
2155
|
}
|
|
2154
|
-
const
|
|
2156
|
+
const Yn = [
|
|
2155
2157
|
z("total-revenue", "Total Revenue"),
|
|
2156
2158
|
z("total-orders", "Total Orders"),
|
|
2157
2159
|
ke("revenue-trend", "Revenue Trend (2x)"),
|
|
@@ -2162,21 +2164,21 @@ const Un = [
|
|
|
2162
2164
|
z("repeat-rate", "Repeat Rate"),
|
|
2163
2165
|
z("open-orders", "Open Orders"),
|
|
2164
2166
|
z("shipped-orders", "Shipped Orders")
|
|
2165
|
-
],
|
|
2167
|
+
], Zn = {
|
|
2166
2168
|
columns: 6,
|
|
2167
2169
|
rowHeight: 120,
|
|
2168
2170
|
gap: 15,
|
|
2169
2171
|
maxRows: 3,
|
|
2170
2172
|
currentPage: 0,
|
|
2171
2173
|
totalPages: 1
|
|
2172
|
-
},
|
|
2174
|
+
}, qn = {
|
|
2173
2175
|
columns: 9,
|
|
2174
2176
|
rowHeight: 120,
|
|
2175
2177
|
gap: 15,
|
|
2176
2178
|
maxRows: 3,
|
|
2177
2179
|
currentPage: 0,
|
|
2178
2180
|
totalPages: 2
|
|
2179
|
-
},
|
|
2181
|
+
}, Qn = {
|
|
2180
2182
|
columns: 12,
|
|
2181
2183
|
rowHeight: 120,
|
|
2182
2184
|
gap: 15,
|
|
@@ -2187,7 +2189,7 @@ const Un = [
|
|
|
2187
2189
|
function oe(e) {
|
|
2188
2190
|
return F.createElement("span", { style: { fontSize: 14 } }, e);
|
|
2189
2191
|
}
|
|
2190
|
-
const
|
|
2192
|
+
const Xn = [
|
|
2191
2193
|
{
|
|
2192
2194
|
id: "all-orders",
|
|
2193
2195
|
type: "orders",
|
|
@@ -2210,7 +2212,7 @@ const Qn = [
|
|
|
2210
2212
|
icon: oe("🚚"),
|
|
2211
2213
|
closable: !0
|
|
2212
2214
|
}
|
|
2213
|
-
],
|
|
2215
|
+
], Jn = [
|
|
2214
2216
|
{
|
|
2215
2217
|
id: "orders-main",
|
|
2216
2218
|
type: "orders",
|
|
@@ -2236,7 +2238,7 @@ const Qn = [
|
|
|
2236
2238
|
name: "Customers",
|
|
2237
2239
|
closable: !0
|
|
2238
2240
|
}
|
|
2239
|
-
],
|
|
2241
|
+
], er = [
|
|
2240
2242
|
{
|
|
2241
2243
|
id: "only-tab",
|
|
2242
2244
|
type: "orders",
|
|
@@ -2244,7 +2246,7 @@ const Qn = [
|
|
|
2244
2246
|
closable: !1,
|
|
2245
2247
|
autoCreated: !0
|
|
2246
2248
|
}
|
|
2247
|
-
],
|
|
2249
|
+
], tr = [
|
|
2248
2250
|
{ id: "tab-1", type: "orders", name: "All Orders", closable: !1, autoCreated: !0 },
|
|
2249
2251
|
{ id: "tab-2", type: "orders", name: "Open Orders", closable: !0 },
|
|
2250
2252
|
{ id: "tab-3", type: "orders", name: "Shipped Orders", closable: !0 },
|
|
@@ -2559,7 +2561,7 @@ function na() {
|
|
|
2559
2561
|
}
|
|
2560
2562
|
);
|
|
2561
2563
|
}
|
|
2562
|
-
function
|
|
2564
|
+
function ar({
|
|
2563
2565
|
state: e,
|
|
2564
2566
|
originX: t,
|
|
2565
2567
|
originY: n,
|
|
@@ -2632,7 +2634,7 @@ function tr({
|
|
|
2632
2634
|
}
|
|
2633
2635
|
);
|
|
2634
2636
|
}
|
|
2635
|
-
function
|
|
2637
|
+
function nr({
|
|
2636
2638
|
density: e,
|
|
2637
2639
|
canAccept: t,
|
|
2638
2640
|
blocked: n = !1,
|
|
@@ -2669,7 +2671,7 @@ function ra(e, t, n, a) {
|
|
|
2669
2671
|
const s = (e + n) / 2, i = Math.min(t, a) - 40;
|
|
2670
2672
|
return `M${e},${t} Q${s},${i} ${n},${a}`;
|
|
2671
2673
|
}
|
|
2672
|
-
function
|
|
2674
|
+
function rr({
|
|
2673
2675
|
segments: e,
|
|
2674
2676
|
durationMs: t = U.spilloverArcDurationMs,
|
|
2675
2677
|
staggerMs: n = U.spilloverStaggerMs,
|
|
@@ -2700,7 +2702,7 @@ function nr({
|
|
|
2700
2702
|
}
|
|
2701
2703
|
);
|
|
2702
2704
|
}
|
|
2703
|
-
function
|
|
2705
|
+
function sr({
|
|
2704
2706
|
state: e,
|
|
2705
2707
|
staggerIndex: t = 0,
|
|
2706
2708
|
fadeInMs: n = U.sectionDividerFadeInMs,
|
|
@@ -2746,18 +2748,18 @@ const Y = {
|
|
|
2746
2748
|
enterEasing: "cubic-bezier(0.34, 1.56, 0.64, 1)",
|
|
2747
2749
|
exitEasing: "cubic-bezier(0.4, 0, 1, 1)",
|
|
2748
2750
|
translateOffsetPx: 8
|
|
2749
|
-
},
|
|
2751
|
+
}, ir = {
|
|
2750
2752
|
shiverCycles: 3,
|
|
2751
2753
|
shiverAmplitudePx: 2,
|
|
2752
2754
|
shiverDurationMs: 180,
|
|
2753
2755
|
validCellOpacity: 0.6
|
|
2754
|
-
},
|
|
2756
|
+
}, or = {
|
|
2755
2757
|
materializeMs: 180,
|
|
2756
2758
|
dematerializeMs: 140,
|
|
2757
2759
|
easing: "cubic-bezier(0.22, 1, 0.36, 1)",
|
|
2758
2760
|
dotStrokePx: 2,
|
|
2759
2761
|
dividerDashGapPx: 4
|
|
2760
|
-
},
|
|
2762
|
+
}, lr = {
|
|
2761
2763
|
cascadeStaggerMs: 0,
|
|
2762
2764
|
cascadeSpringCapMs: 120,
|
|
2763
2765
|
swingEnterMs: 100,
|
|
@@ -2766,7 +2768,7 @@ const Y = {
|
|
|
2766
2768
|
provisionalStyle: "opacity",
|
|
2767
2769
|
shiverMs: 200,
|
|
2768
2770
|
shiverStyle: "color-flash"
|
|
2769
|
-
},
|
|
2771
|
+
}, cr = !0, dr = {
|
|
2770
2772
|
rejectionFill: "var(--gloss-rejection-fill)",
|
|
2771
2773
|
rejectionStroke: "var(--gloss-rejection-stroke)",
|
|
2772
2774
|
validFill: "var(--gloss-valid-fill)",
|
|
@@ -2807,7 +2809,7 @@ const De = ({ visible: e, variant: t, trigger: n, children: a, className: s }) =
|
|
|
2807
2809
|
}
|
|
2808
2810
|
);
|
|
2809
2811
|
};
|
|
2810
|
-
function
|
|
2812
|
+
function ur({
|
|
2811
2813
|
enabled: e,
|
|
2812
2814
|
onCollapse: t,
|
|
2813
2815
|
onAdd: n,
|
|
@@ -2854,7 +2856,7 @@ function dr({
|
|
|
2854
2856
|
) })
|
|
2855
2857
|
] });
|
|
2856
2858
|
}
|
|
2857
|
-
function
|
|
2859
|
+
function mr({
|
|
2858
2860
|
tint: e,
|
|
2859
2861
|
colSpan: t,
|
|
2860
2862
|
colWidth: n,
|
|
@@ -2866,7 +2868,7 @@ function ur({
|
|
|
2866
2868
|
className: m
|
|
2867
2869
|
}) {
|
|
2868
2870
|
const d = t * n + (t - 1) * s, u = B.useRef(null);
|
|
2869
|
-
return
|
|
2871
|
+
return ce("drag-ghost", () => {
|
|
2870
2872
|
if (process.env.NODE_ENV === "production")
|
|
2871
2873
|
return { values: {}, spec: null, state: "idle", t: performance.now() };
|
|
2872
2874
|
const h = u.current?.getBoundingClientRect() ?? null;
|
|
@@ -2889,7 +2891,7 @@ function ur({
|
|
|
2889
2891
|
state: "active",
|
|
2890
2892
|
t: performance.now()
|
|
2891
2893
|
};
|
|
2892
|
-
}),
|
|
2894
|
+
}), ce("commit-ghost-singleton", () => {
|
|
2893
2895
|
if (process.env.NODE_ENV === "production")
|
|
2894
2896
|
return { values: {}, spec: null, state: "idle", t: performance.now() };
|
|
2895
2897
|
const h = u.current;
|
|
@@ -2999,17 +3001,17 @@ function We({
|
|
|
2999
3001
|
}
|
|
3000
3002
|
);
|
|
3001
3003
|
}
|
|
3002
|
-
function
|
|
3004
|
+
function pr(e) {
|
|
3003
3005
|
return /* @__PURE__ */ r(We, { gesture: "drag", pattern: "solid", ...e });
|
|
3004
3006
|
}
|
|
3005
|
-
function
|
|
3007
|
+
function gr({
|
|
3006
3008
|
items: e,
|
|
3007
3009
|
children: t,
|
|
3008
3010
|
className: n,
|
|
3009
3011
|
debugMagenta: a
|
|
3010
3012
|
}) {
|
|
3011
3013
|
const s = process.env.NODE_ENV !== "production" && (a || typeof window < "u" && window.__GLOSS_CASCADE_PREVIEW_DEBUG__ === !0), i = B.useRef(e);
|
|
3012
|
-
return i.current = e,
|
|
3014
|
+
return i.current = e, ce("cascade-preview", () => {
|
|
3013
3015
|
if (process.env.NODE_ENV === "production")
|
|
3014
3016
|
return { values: {}, spec: null, state: "idle", t: performance.now() };
|
|
3015
3017
|
const o = i.current;
|
|
@@ -3148,7 +3150,7 @@ const ia = ({
|
|
|
3148
3150
|
children: "Set target"
|
|
3149
3151
|
}
|
|
3150
3152
|
)
|
|
3151
|
-
] }),
|
|
3153
|
+
] }), hr = (e) => {
|
|
3152
3154
|
const [t, n] = I(!1), a = e.target?.value, s = a !== void 0, i = e.paceGapUnit === "usd" ? "$" : "%", o = /* @__PURE__ */ r(
|
|
3153
3155
|
gt,
|
|
3154
3156
|
{
|
|
@@ -3195,7 +3197,7 @@ const ia = ({
|
|
|
3195
3197
|
] })
|
|
3196
3198
|
}
|
|
3197
3199
|
);
|
|
3198
|
-
},
|
|
3200
|
+
}, fr = () => /* @__PURE__ */ y("div", { className: "gloss-pace-tile-preview", "aria-hidden": "true", children: [
|
|
3199
3201
|
/* @__PURE__ */ r(
|
|
3200
3202
|
"div",
|
|
3201
3203
|
{
|
|
@@ -3440,7 +3442,7 @@ function ga({
|
|
|
3440
3442
|
{
|
|
3441
3443
|
className: "gloss-metric-card__zone-a",
|
|
3442
3444
|
style: { height: 28, flexShrink: 0, zIndex: 2, position: "relative" },
|
|
3443
|
-
children: /* @__PURE__ */ r(
|
|
3445
|
+
children: /* @__PURE__ */ r(de, { className: "gloss-metric-card__label", children: e })
|
|
3444
3446
|
}
|
|
3445
3447
|
),
|
|
3446
3448
|
/* @__PURE__ */ r(
|
|
@@ -3531,7 +3533,7 @@ function va({
|
|
|
3531
3533
|
{
|
|
3532
3534
|
className: "gloss-metric-card__zone-a",
|
|
3533
3535
|
style: { height: 28, flexShrink: 0, zIndex: 2, position: "relative" },
|
|
3534
|
-
children: /* @__PURE__ */ r(
|
|
3536
|
+
children: /* @__PURE__ */ r(de, { className: "gloss-metric-card__label", children: e })
|
|
3535
3537
|
}
|
|
3536
3538
|
),
|
|
3537
3539
|
/* @__PURE__ */ r("div", { className: "gloss-exception-list__empty", role: "status", children: s ?? "No exceptions" }),
|
|
@@ -3542,7 +3544,7 @@ function va({
|
|
|
3542
3544
|
{
|
|
3543
3545
|
className: "gloss-metric-card__zone-a",
|
|
3544
3546
|
style: { height: 28, flexShrink: 0, zIndex: 2, position: "relative" },
|
|
3545
|
-
children: /* @__PURE__ */ r(
|
|
3547
|
+
children: /* @__PURE__ */ r(de, { className: "gloss-metric-card__label", children: e })
|
|
3546
3548
|
}
|
|
3547
3549
|
),
|
|
3548
3550
|
/* @__PURE__ */ r(
|
|
@@ -3643,7 +3645,7 @@ const xe = ["MTD", "QTD", "YTD", "LYTD", "7D"], Re = ["$248K", "$612K", "$1.24M"
|
|
|
3643
3645
|
);
|
|
3644
3646
|
};
|
|
3645
3647
|
wa.displayName = "StackedGroupTilePreview";
|
|
3646
|
-
const
|
|
3648
|
+
const br = {
|
|
3647
3649
|
/** GEV-01 — Eligibility tint. Contiguous-from-source paint; blocked by first occupied cell (Principle 4). */
|
|
3648
3650
|
eligibilityTint: { applicableStates: ["arming", "active"] },
|
|
3649
3651
|
/** GEV-01 — Commit tint. Fill+stroke emphasis on the commit-target cell footprint (G-02). */
|
|
@@ -3685,8 +3687,8 @@ const fr = {
|
|
|
3685
3687
|
rejectionFill: "var(--gloss-g02-rejection-fill)",
|
|
3686
3688
|
rejectionStroke: "var(--gloss-g02-rejection-stroke)",
|
|
3687
3689
|
trackingOutline: "var(--gloss-g02-tracking-outline)"
|
|
3688
|
-
},
|
|
3689
|
-
function
|
|
3690
|
+
}, vr = "dashed", yr = "solid", wr = "sparse-dash", _r = "2px no-fill", Cr = "6 4", Nr = "10 6", _a = 3;
|
|
3691
|
+
function Sr({
|
|
3690
3692
|
cell: e,
|
|
3691
3693
|
variant: t,
|
|
3692
3694
|
rampColor: n,
|
|
@@ -3729,7 +3731,7 @@ const Ca = 3, Na = [
|
|
|
3729
3731
|
{ idx: 1, peakR: 34, peakOpacity: 0.22, strokeW: 1 },
|
|
3730
3732
|
{ idx: 2, peakR: 46, peakOpacity: 0.1, strokeW: 0.8 }
|
|
3731
3733
|
];
|
|
3732
|
-
function
|
|
3734
|
+
function kr({
|
|
3733
3735
|
cell: e,
|
|
3734
3736
|
fireKey: t,
|
|
3735
3737
|
colWidth: n,
|
|
@@ -3808,7 +3810,7 @@ function Sr({
|
|
|
3808
3810
|
t
|
|
3809
3811
|
);
|
|
3810
3812
|
}
|
|
3811
|
-
function
|
|
3813
|
+
function Dr(e) {
|
|
3812
3814
|
return /* @__PURE__ */ r(We, { gesture: "resize", ...e });
|
|
3813
3815
|
}
|
|
3814
3816
|
function Sa(e, t, n) {
|
|
@@ -3827,7 +3829,7 @@ function ka(e) {
|
|
|
3827
3829
|
function Da(e) {
|
|
3828
3830
|
return e === "dragging";
|
|
3829
3831
|
}
|
|
3830
|
-
function
|
|
3832
|
+
function xr(e) {
|
|
3831
3833
|
const { edgeHover: t, sourceCell: n, cascadeResult: a } = e, i = He() === "reduced", o = B.useRef(t.currentColSpan), l = B.useRef({ armed: !0, fireKey: 0, lastResult: null }), m = B.useRef(t.currentColSpan), d = B.useRef("idle"), u = B.useRef(t.currentColSpan), h = Da(t.state);
|
|
3832
3834
|
if (i ? (d.current = "settled", u.current = t.currentColSpan, m.current = t.currentColSpan) : h ? d.current = t.currentColSpan !== m.current ? "incoming" : "outgoing" : (t.currentColSpan !== m.current && (u.current = t.currentColSpan, m.current = t.currentColSpan), d.current !== "idle" && (d.current = "settled")), !h)
|
|
3833
3835
|
return l.current.armed = !0, l.current.lastResult = null, {
|
|
@@ -4556,7 +4558,7 @@ function Ze({
|
|
|
4556
4558
|
return /* @__PURE__ */ r("div", { ref: s, "data-zone-is-over": i || void 0, ...t, children: a });
|
|
4557
4559
|
}
|
|
4558
4560
|
Ze.displayName = "ZoneDroppable";
|
|
4559
|
-
function
|
|
4561
|
+
function Rr({
|
|
4560
4562
|
slotLeft: e,
|
|
4561
4563
|
slotCenter: t,
|
|
4562
4564
|
slotRight: n,
|
|
@@ -4606,7 +4608,7 @@ function xr({
|
|
|
4606
4608
|
}
|
|
4607
4609
|
);
|
|
4608
4610
|
}
|
|
4609
|
-
function
|
|
4611
|
+
function Tr({
|
|
4610
4612
|
count: e,
|
|
4611
4613
|
currentIndex: t,
|
|
4612
4614
|
onSelect: n,
|
|
@@ -4677,7 +4679,7 @@ function Rr({
|
|
|
4677
4679
|
}
|
|
4678
4680
|
);
|
|
4679
4681
|
}
|
|
4680
|
-
function
|
|
4682
|
+
function Mr(e) {
|
|
4681
4683
|
const { anchorRef: t, isOpen: n, onRequestClose: a, onPopoverEnter: s, onPopoverLeave: i, children: o } = e, l = P(!0);
|
|
4682
4684
|
return A(() => (l.current = !0, () => {
|
|
4683
4685
|
l.current = !1;
|
|
@@ -4719,7 +4721,7 @@ function Tr(e) {
|
|
|
4719
4721
|
}
|
|
4720
4722
|
) : null;
|
|
4721
4723
|
}
|
|
4722
|
-
function
|
|
4724
|
+
function Pr(e) {
|
|
4723
4725
|
const {
|
|
4724
4726
|
mode: t = null,
|
|
4725
4727
|
count: n,
|
|
@@ -4779,23 +4781,23 @@ const Ya = F.forwardRef(({ density: e = "compact", children: t, ...n }, a) => {
|
|
|
4779
4781
|
});
|
|
4780
4782
|
Ya.displayName = "ContainerTable";
|
|
4781
4783
|
export {
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
4785
|
-
|
|
4786
|
-
|
|
4787
|
-
|
|
4788
|
-
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
|
|
4794
|
-
|
|
4795
|
-
|
|
4796
|
-
|
|
4784
|
+
Ar as Accordion,
|
|
4785
|
+
Fr as AccordionContent,
|
|
4786
|
+
Or as AccordionItem,
|
|
4787
|
+
Lr as AccordionTrigger,
|
|
4788
|
+
$r as ActionStrip,
|
|
4789
|
+
zr as Actionable,
|
|
4790
|
+
Br as AddressGroup,
|
|
4791
|
+
Kr as AddressSelect,
|
|
4792
|
+
Gr as AsyncLoader,
|
|
4793
|
+
Hr as Autocomplete,
|
|
4794
|
+
Wr as Badge,
|
|
4795
|
+
Vr as BarChartCard,
|
|
4796
|
+
il as BarsBg,
|
|
4797
|
+
Pr as BellCutout,
|
|
4798
|
+
Mr as BellPopover,
|
|
4797
4799
|
Aa as BodyPortal,
|
|
4798
|
-
|
|
4800
|
+
Rr as BottomToolbar,
|
|
4799
4801
|
jr as Button,
|
|
4800
4802
|
Ur as ButtonGroup,
|
|
4801
4803
|
Yr as ButtonGroupContext,
|
|
@@ -4809,8 +4811,8 @@ export {
|
|
|
4809
4811
|
Xe as CardShell,
|
|
4810
4812
|
as as CardSubtitle,
|
|
4811
4813
|
ns as CardTitle,
|
|
4812
|
-
|
|
4813
|
-
|
|
4814
|
+
gr as CascadePreview,
|
|
4815
|
+
Sr as CellTintOverlay,
|
|
4814
4816
|
rs as ChartControlBar,
|
|
4815
4817
|
ss as Checkbox,
|
|
4816
4818
|
is as CheckboxGroup,
|
|
@@ -4837,9 +4839,9 @@ export {
|
|
|
4837
4839
|
Ss as CreditCardForm,
|
|
4838
4840
|
ks as DEFAULT_FOOTER_IDS,
|
|
4839
4841
|
U as DEFAULT_GRID_INTERACTION_PHYSICS,
|
|
4840
|
-
|
|
4842
|
+
hl as DEFAULT_MARKET_PRESETS,
|
|
4841
4843
|
Ds as DEFAULT_OVERFLOW_IDS,
|
|
4842
|
-
|
|
4844
|
+
fl as DEFAULT_PINNED,
|
|
4843
4845
|
Nt as DEFAULT_RESIZE_PHYSICS,
|
|
4844
4846
|
Ae as DEFAULT_RESIZE_PILL_PHYSICS,
|
|
4845
4847
|
xs as DataTable,
|
|
@@ -4850,285 +4852,285 @@ export {
|
|
|
4850
4852
|
Ps as DirectionCard,
|
|
4851
4853
|
Is as Dismissible,
|
|
4852
4854
|
Es as DistributionCard,
|
|
4853
|
-
|
|
4854
|
-
|
|
4855
|
-
|
|
4856
|
-
|
|
4855
|
+
ol as DonutChart,
|
|
4856
|
+
mr as DragGhost,
|
|
4857
|
+
nr as DropAnchorCell,
|
|
4858
|
+
As as Dropdown,
|
|
4857
4859
|
ia as DualPaceBars,
|
|
4858
|
-
|
|
4859
|
-
|
|
4860
|
-
|
|
4861
|
-
|
|
4862
|
-
|
|
4860
|
+
Fs as ENTITY_FILTER_KEYS,
|
|
4861
|
+
Os as ENTITY_PROFILE_ROUTES,
|
|
4862
|
+
Ls as ENTITY_TYPE_PLURAL,
|
|
4863
|
+
ur as EmptyCellPackAffordance,
|
|
4864
|
+
$s as EntityPicker,
|
|
4863
4865
|
K as EntityRow,
|
|
4864
|
-
|
|
4866
|
+
zs as EntitySearchPanel,
|
|
4865
4867
|
va as ExceptionListCard,
|
|
4866
4868
|
ya as ExceptionListTilePreview,
|
|
4867
|
-
|
|
4868
|
-
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
|
|
4874
|
-
|
|
4875
|
-
|
|
4876
|
-
|
|
4877
|
-
|
|
4869
|
+
Bs as Expandable,
|
|
4870
|
+
Ks as ExpandableChip,
|
|
4871
|
+
Gs as FLIP_AND_STAGE_TIMINGS,
|
|
4872
|
+
Hs as FileUpload,
|
|
4873
|
+
Ws as FilterChip,
|
|
4874
|
+
Vs as FilterInput,
|
|
4875
|
+
js as FlipAndStageProvider,
|
|
4876
|
+
Us as Form,
|
|
4877
|
+
Ys as FormDialog,
|
|
4878
|
+
Zs as FormField,
|
|
4879
|
+
qs as FusedShape,
|
|
4878
4880
|
oa as GapReadout,
|
|
4879
|
-
|
|
4881
|
+
Qs as GestureStateProvider,
|
|
4880
4882
|
Ct as GhostPreview,
|
|
4881
|
-
|
|
4882
|
-
|
|
4883
|
-
|
|
4884
|
-
|
|
4885
|
-
|
|
4886
|
-
|
|
4883
|
+
Xs as GroupCheckbox,
|
|
4884
|
+
Js as GroupRadio,
|
|
4885
|
+
cr as HARD_CLIP,
|
|
4886
|
+
ei as HighlightCard,
|
|
4887
|
+
ti as HybridDatePicker,
|
|
4888
|
+
ai as ImportWizard,
|
|
4887
4889
|
xa as InlineNudge,
|
|
4888
|
-
|
|
4889
|
-
|
|
4890
|
-
|
|
4890
|
+
ni as Input,
|
|
4891
|
+
ri as InputAddon,
|
|
4892
|
+
si as InputGroup,
|
|
4891
4893
|
ga as LeaderboardCard,
|
|
4892
4894
|
ha as LeaderboardTilePreview,
|
|
4893
4895
|
da as LensChipGroup,
|
|
4894
|
-
|
|
4895
|
-
|
|
4896
|
+
ii as Link,
|
|
4897
|
+
oi as LoginForm,
|
|
4896
4898
|
ae as MagnitudeBar,
|
|
4897
|
-
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
|
|
4901
|
-
|
|
4902
|
-
|
|
4903
|
-
|
|
4904
|
-
|
|
4905
|
-
|
|
4906
|
-
|
|
4899
|
+
li as MarketPresetRow,
|
|
4900
|
+
ci as MaskPresets,
|
|
4901
|
+
di as MaskedInput,
|
|
4902
|
+
ui as Menu,
|
|
4903
|
+
mi as MenuDivider,
|
|
4904
|
+
pi as MenuGroup,
|
|
4905
|
+
gi as MenuItem,
|
|
4906
|
+
hi as MergePrompt,
|
|
4907
|
+
ll as MetricCard,
|
|
4908
|
+
fi as MetricCardGrid,
|
|
4907
4909
|
Ut as MetricGroupContainer,
|
|
4908
|
-
|
|
4910
|
+
bi as MiniCalendar,
|
|
4909
4911
|
ma as MoreInLensRail,
|
|
4910
|
-
|
|
4911
|
-
|
|
4912
|
-
|
|
4913
|
-
|
|
4914
|
-
|
|
4915
|
-
|
|
4916
|
-
|
|
4917
|
-
|
|
4912
|
+
vi as MultiSelect,
|
|
4913
|
+
yi as NumberInput,
|
|
4914
|
+
cl as ObjectArrow,
|
|
4915
|
+
wi as OrderFilterBar,
|
|
4916
|
+
jo as PANEL_COMMITS,
|
|
4917
|
+
bl as PERIOD_OPTIONS,
|
|
4918
|
+
hr as PaceCard,
|
|
4919
|
+
fr as PaceTilePreview,
|
|
4918
4920
|
Ft as PageChip,
|
|
4919
4921
|
$e as PageDropdown,
|
|
4920
|
-
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
|
|
4924
|
-
|
|
4925
|
-
|
|
4926
|
-
|
|
4927
|
-
|
|
4922
|
+
Uo as PanelChrome,
|
|
4923
|
+
Yo as PanelHost,
|
|
4924
|
+
Zo as PanelProvider,
|
|
4925
|
+
_i as PasswordInput,
|
|
4926
|
+
Ci as PaymentForm,
|
|
4927
|
+
Ni as PaymentMethodSelect,
|
|
4928
|
+
Si as PhoneInput,
|
|
4929
|
+
ki as PinToMetric,
|
|
4928
4930
|
La as PresetSwatchRow,
|
|
4929
|
-
|
|
4930
|
-
|
|
4931
|
-
|
|
4931
|
+
Di as ProfileCard,
|
|
4932
|
+
xi as ProgressCard,
|
|
4933
|
+
Ri as QuickConfigPanel,
|
|
4932
4934
|
Gt as RECONFIG_BACKSIDE_LABELS,
|
|
4933
|
-
|
|
4934
|
-
|
|
4935
|
-
|
|
4936
|
-
|
|
4935
|
+
vl as ROLLING_OPTIONS,
|
|
4936
|
+
Ti as Radio,
|
|
4937
|
+
Mi as RadioGroup,
|
|
4938
|
+
Pi as RangeSlider,
|
|
4937
4939
|
ee as RankBadge,
|
|
4938
4940
|
Ve as RankDelta,
|
|
4939
|
-
|
|
4941
|
+
Ii as Rating,
|
|
4940
4942
|
Vt as ReconfigBacksideButtons,
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4943
|
+
kr as RefusePulse,
|
|
4944
|
+
Ei as RegistrationForm,
|
|
4945
|
+
ar as ResizeEnvelope,
|
|
4944
4946
|
Rt as ResizePill,
|
|
4945
|
-
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
|
|
4961
|
-
|
|
4947
|
+
Dr as ResizeTrackingOutline,
|
|
4948
|
+
Ai as Row1Controls,
|
|
4949
|
+
Fi as Row2FilterTray,
|
|
4950
|
+
vr as STROKE_DASHED,
|
|
4951
|
+
Cr as STROKE_DASHED_DASHARRAY,
|
|
4952
|
+
_r as STROKE_OUTLINE,
|
|
4953
|
+
yr as STROKE_SOLID,
|
|
4954
|
+
wr as STROKE_SPARSE_DASH,
|
|
4955
|
+
Nr as STROKE_SPARSE_DASH_DASHARRAY,
|
|
4956
|
+
Oi as SearchInput,
|
|
4957
|
+
sr as SectionDivider,
|
|
4958
|
+
Tr as SectionDots,
|
|
4959
|
+
Li as SegmentCard,
|
|
4960
|
+
$i as SegmentedControl,
|
|
4961
|
+
zi as Select,
|
|
4962
|
+
Bi as Selectable,
|
|
4963
|
+
qo as SettingsTabStrip,
|
|
4962
4964
|
te as SeverityDot,
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
-
|
|
4970
|
-
|
|
4971
|
-
|
|
4965
|
+
Ki as SimpleMetricCard,
|
|
4966
|
+
Gi as SimpleSelector,
|
|
4967
|
+
Hi as Skeleton,
|
|
4968
|
+
Wi as SkeletonCard,
|
|
4969
|
+
Vi as SkeletonChart,
|
|
4970
|
+
ji as SkeletonTable,
|
|
4971
|
+
Ui as Slider,
|
|
4972
|
+
pr as SnapOutline,
|
|
4973
|
+
Yi as Sortable,
|
|
4972
4974
|
Va as SortableZones,
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
|
|
4975
|
+
dl as SparklineBg,
|
|
4976
|
+
rr as SpilloverArc,
|
|
4977
|
+
Zi as SplitButton,
|
|
4978
|
+
qi as StackedGroupCard,
|
|
4977
4979
|
wa as StackedGroupTilePreview,
|
|
4978
4980
|
ua as StarterRail,
|
|
4979
|
-
|
|
4981
|
+
ul as StatusModeCard,
|
|
4980
4982
|
_t as StatusSlotChipMenu,
|
|
4981
|
-
|
|
4983
|
+
Qi as Stepper,
|
|
4982
4984
|
De as SwingReveal,
|
|
4983
|
-
|
|
4985
|
+
yl as TODAY_PRESET,
|
|
4984
4986
|
V as TUNING_DEFAULTS,
|
|
4985
4987
|
Ge as TUNING_STORAGE_KEY,
|
|
4986
|
-
|
|
4987
|
-
|
|
4988
|
-
|
|
4988
|
+
Xi as TabGroup,
|
|
4989
|
+
Ji as TabbedDataView,
|
|
4990
|
+
eo as TagInput,
|
|
4989
4991
|
gt as TargetInput,
|
|
4990
|
-
|
|
4992
|
+
to as Textarea,
|
|
4991
4993
|
Ma as ThresholdRamp,
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4994
|
+
ao as TimeFrame,
|
|
4995
|
+
no as TimePicker,
|
|
4996
|
+
ro as Toggle,
|
|
4997
|
+
so as Tooltip,
|
|
4996
4998
|
We as TrackingOutline,
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
|
|
5001
|
-
|
|
4999
|
+
io as Transition,
|
|
5000
|
+
oo as TransitionGroup,
|
|
5001
|
+
lo as TrendCard,
|
|
5002
|
+
ml as TrendIndicator,
|
|
5003
|
+
nl as UIContext,
|
|
5002
5004
|
fe as UIContextProvider,
|
|
5003
|
-
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
5008
|
-
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5005
|
+
co as UnifiedBreakdownTable,
|
|
5006
|
+
uo as UnifiedContextMenu,
|
|
5007
|
+
Nn as VelocityBuffer,
|
|
5008
|
+
mo as addressGroupMetadata,
|
|
5009
|
+
po as addressSchema,
|
|
5010
|
+
pn as allChips,
|
|
5011
|
+
xn as allStateFixtures,
|
|
5012
|
+
Dn as allVariantFixtures,
|
|
5013
|
+
bn as blockSamples,
|
|
5014
|
+
go as buildDefaultOverflow,
|
|
5015
|
+
Cn as cardSamples,
|
|
5014
5016
|
Y as cascadePhysics,
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
|
|
5017
|
+
wn as chartSamples,
|
|
5018
|
+
yn as circleSamples,
|
|
5019
|
+
dr as colorTokens,
|
|
5020
|
+
Zn as compactLayout,
|
|
5021
|
+
$n as compactState,
|
|
5022
|
+
kn as computeGutterAnchorX,
|
|
5023
|
+
ho as contactFormMetadata,
|
|
5024
|
+
fo as contactSchema,
|
|
5025
|
+
zn as contextMenuFixtures,
|
|
5026
|
+
bo as creditCardFormMetadata,
|
|
5027
|
+
vo as creditCardSchema,
|
|
5026
5028
|
bt as dateChip,
|
|
5027
5029
|
Ke as defaultControlBarState,
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5030
|
+
yo as destructiveModalMetadata,
|
|
5031
|
+
wo as durations,
|
|
5032
|
+
_o as easings,
|
|
5031
5033
|
Pt as emptyFixture,
|
|
5032
5034
|
ht as entityChip,
|
|
5033
5035
|
zt as entityNameActions,
|
|
5034
|
-
|
|
5036
|
+
hn as entityTabGroup,
|
|
5035
5037
|
Mt as errorFixture,
|
|
5036
|
-
|
|
5037
|
-
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5038
|
+
pl as evaluateTintCondition,
|
|
5039
|
+
Ln as filteredState,
|
|
5040
|
+
wl as findPreset,
|
|
5041
|
+
_l as formatDateRange,
|
|
5042
|
+
Cl as formatMarketDates,
|
|
5043
|
+
Nl as formatTrend,
|
|
5044
|
+
Sl as formatValue,
|
|
5045
|
+
Qn as fullLayout,
|
|
5046
|
+
kl as generateMarketId,
|
|
5047
|
+
Co as generateTabId,
|
|
5048
|
+
Dl as getAllPresets,
|
|
5049
|
+
xl as getDateRangeForPreset,
|
|
5050
|
+
No as getMenuActions,
|
|
5049
5051
|
He as getMotionMode,
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5052
|
+
Rl as getPresetLabel,
|
|
5053
|
+
So as getTransitionStyle,
|
|
5054
|
+
Yn as gridCards,
|
|
5055
|
+
br as gridChannels,
|
|
5056
|
+
ko as interpolate,
|
|
5057
|
+
Tl as isInRange,
|
|
5058
|
+
Ml as isMarketActive,
|
|
5059
|
+
Pl as isSameDay,
|
|
5060
|
+
On as itemColumns,
|
|
5061
|
+
An as itemRows,
|
|
5060
5062
|
Tt as loadingFixture,
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
+
Do as loginFormMetadata,
|
|
5064
|
+
xo as loginSchema,
|
|
5063
5065
|
vt as manufacturerChip,
|
|
5064
|
-
|
|
5065
|
-
|
|
5066
|
-
|
|
5067
|
-
|
|
5068
|
-
|
|
5069
|
-
|
|
5066
|
+
tr as manyTabs,
|
|
5067
|
+
Ro as mergeHandlers,
|
|
5068
|
+
To as mergeRefs,
|
|
5069
|
+
gn as metricTabGroup,
|
|
5070
|
+
Jn as mixedTabs,
|
|
5071
|
+
Il as normalizePresetId,
|
|
5070
5072
|
Kt as numericActions,
|
|
5071
|
-
|
|
5073
|
+
Fn as orderColumns,
|
|
5072
5074
|
Bt as orderIdActions,
|
|
5073
|
-
|
|
5074
|
-
|
|
5075
|
+
En as orderRows,
|
|
5076
|
+
Xn as ordersTabs,
|
|
5075
5077
|
Me as paletteHex,
|
|
5076
5078
|
j as paletteVars,
|
|
5077
|
-
|
|
5078
|
-
|
|
5079
|
-
|
|
5080
|
-
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5089
|
-
|
|
5090
|
-
|
|
5091
|
-
|
|
5092
|
-
|
|
5093
|
-
|
|
5094
|
-
|
|
5095
|
-
|
|
5096
|
-
|
|
5097
|
-
|
|
5098
|
-
|
|
5099
|
-
|
|
5079
|
+
Qo as panelsDeriveSurfaceState,
|
|
5080
|
+
Xo as panelsInitialState,
|
|
5081
|
+
Jo as panelsReducer,
|
|
5082
|
+
Mo as parseNumericValue,
|
|
5083
|
+
Po as paymentFormMetadata,
|
|
5084
|
+
Io as paymentSchema,
|
|
5085
|
+
Eo as presets,
|
|
5086
|
+
or as provisional,
|
|
5087
|
+
lr as reducedMotion,
|
|
5088
|
+
Ao as registrationFormMetadata,
|
|
5089
|
+
Fo as registrationSchema,
|
|
5090
|
+
ir as rejectionFeedback,
|
|
5091
|
+
Kn as sampleCompareRanges,
|
|
5092
|
+
Wn as sampleCustomMarkets,
|
|
5093
|
+
Bn as sampleDateRange,
|
|
5094
|
+
Vn as sampleMarketPresetData,
|
|
5095
|
+
Hn as sampleMarkets,
|
|
5096
|
+
Un as samplePeriodPresets,
|
|
5097
|
+
Gn as samplePreferences,
|
|
5098
|
+
jn as samplePresets,
|
|
5099
|
+
er as singleTab,
|
|
5100
|
+
Rn as sparklineFixture,
|
|
5101
|
+
Tn as sparklineUpFixture,
|
|
5100
5102
|
At as staleDonutFixture,
|
|
5101
5103
|
It as staleFixture,
|
|
5102
5104
|
Et as staleSparklineFixture,
|
|
5103
|
-
|
|
5104
|
-
|
|
5105
|
-
|
|
5106
|
-
|
|
5105
|
+
Mn as standardFixture,
|
|
5106
|
+
In as standardFlatFixture,
|
|
5107
|
+
qn as standardLayout,
|
|
5108
|
+
Pn as standardNegativeFixture,
|
|
5107
5109
|
ft as statusChip,
|
|
5108
5110
|
q as swingReveal,
|
|
5109
|
-
|
|
5110
|
-
|
|
5111
|
-
|
|
5112
|
-
|
|
5111
|
+
_n as tableSamples,
|
|
5112
|
+
vn as textSamples,
|
|
5113
|
+
fn as timeFrameTabGroup,
|
|
5114
|
+
El as toUppercasePresetId,
|
|
5113
5115
|
Qe as useAffordanceVisibility,
|
|
5114
|
-
|
|
5115
|
-
|
|
5116
|
-
|
|
5117
|
-
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5116
|
+
mn as useArrowNavigation,
|
|
5117
|
+
Oo as useCheckboxGroupContext,
|
|
5118
|
+
Lo as useFilterLayout,
|
|
5119
|
+
$o as useFlipAndStage,
|
|
5120
|
+
zo as useFlipAndStageContext,
|
|
5121
|
+
Bo as useFlipAndStageContextOptional,
|
|
5122
|
+
un as useFocusReturn,
|
|
5123
|
+
Ko as useFocusTrap,
|
|
5124
|
+
Go as useFormContext,
|
|
5125
|
+
Ho as useGestureState,
|
|
5126
|
+
el as usePanelContext,
|
|
5125
5127
|
it as usePanelContextOptional,
|
|
5126
|
-
|
|
5128
|
+
tl as usePanelCoordinator,
|
|
5127
5129
|
Ia as usePortalAnchor,
|
|
5128
|
-
|
|
5129
|
-
|
|
5130
|
-
|
|
5130
|
+
Wo as useRadioGroupContext,
|
|
5131
|
+
xr as useResizeChoreography,
|
|
5132
|
+
Sn as useResizePill,
|
|
5131
5133
|
qt as useResizeTuning,
|
|
5132
5134
|
Ba as useSortableZones,
|
|
5133
|
-
|
|
5135
|
+
rl as useUIContext
|
|
5134
5136
|
};
|