@mt-gloss/ui 0.1.85 → 0.1.86
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/{COMMITS-BUj_vdP8.js → COMMITS-6U31xb_s.js} +63 -52
- package/{Expandable-D00kXkfM.js → Expandable-C5vX1uaQ.js} +1094 -1098
- package/catalog.js +2 -2
- package/composites-panels.js +64 -31
- package/index.js +199 -200
- package/lib/composites/panels/PanelChrome.d.ts +3 -1
- package/lib/composites/panels/index.d.ts +1 -0
- package/lib/composites/panels/shells/SettingsShell.d.ts +2 -0
- package/lib/composites/panels/shells/index.d.ts +4 -0
- package/lib/primitives/dashboard/MetricCard/types/shared.d.ts +0 -2
- package/lib/primitives/dashboard/PageChip/types.d.ts +1 -3
- package/package.json +1 -1
- package/ui.css +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as d, jsx as e, Fragment as We } from "react/jsx-runtime";
|
|
2
2
|
import * as mr from "react";
|
|
3
3
|
import Z, { useId as Le, useState as H, useCallback as N, createContext as Xt, useContext as qt, 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
|
|
4
|
+
import { S as J, E as Ze, C as R, i as us, R as Se, 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 Ja, X as Qa, 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 _t, 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 ge, b as Gt, f as en, e as Dt, h as Je, Z as tn, B as ao, af as no, d as rn, T as Ae, ae as so, ag as Na } from "./UIContext-DP6JGCto.js";
|
|
5
5
|
import { formatTrend as oo, isStatusModeEnabled as io, pickMetricTier as lo, getValueFontSize as Sa, formatValue as $r, getDateRangeForPreset as Ye, formatDateRangeSmart as ft, isInRange as co, isSameDay as rr, formatMarketDates as uo, DEFAULT_MARKET_PRESETS as ar, isMarketActive as St, detectPreset as nr, getDateRangeDisplayInfo as Ot, toUppercasePresetId as sr, generateMarketId as mo, ROLLING_OPTIONS as kr, PERIOD_OPTIONS as Dr } from "@mt-gloss/utils";
|
|
6
6
|
import { useGridApiRef as po, DataGridPro as fo } from "@mui/x-data-grid-pro";
|
|
7
7
|
import { Chip as Vt, Tooltip as ht, MenuItem as jt, Menu as go, Box as ne, Popper as ho, Paper as bo, MenuList as yo, ListItemText as vo, IconButton as qe, Select as Ca, Typography as Te, Divider as _o, Button as nt, Collapse as xo, Popover as No, Dialog as So, DialogTitle as Co, DialogContent as wo, TextField as or, DialogActions as ko, Tabs as Do, Tab as Io } from "@mui/material";
|
|
@@ -54,30 +54,30 @@ import ki from "@mui/icons-material/Undo";
|
|
|
54
54
|
import { z as ye } from "zod";
|
|
55
55
|
const Di = {
|
|
56
56
|
primary: {
|
|
57
|
-
bg:
|
|
58
|
-
color:
|
|
57
|
+
bg: R.BrandPrimary,
|
|
58
|
+
color: R.TextInverse,
|
|
59
59
|
borderColor: "transparent",
|
|
60
60
|
elevation: Ze.ButtonDefault
|
|
61
61
|
},
|
|
62
62
|
secondary: {
|
|
63
|
-
bg:
|
|
64
|
-
color:
|
|
65
|
-
borderColor:
|
|
63
|
+
bg: R.BgSurface,
|
|
64
|
+
color: R.TextPrimary,
|
|
65
|
+
borderColor: R.BorderDefault,
|
|
66
66
|
elevation: Ze.ButtonDefault
|
|
67
67
|
},
|
|
68
68
|
ghost: {
|
|
69
69
|
bg: "transparent",
|
|
70
|
-
color:
|
|
70
|
+
color: R.TextPrimary,
|
|
71
71
|
borderColor: "transparent"
|
|
72
72
|
},
|
|
73
73
|
outline: {
|
|
74
74
|
bg: "transparent",
|
|
75
|
-
color:
|
|
76
|
-
borderColor:
|
|
75
|
+
color: R.BrandPrimary,
|
|
76
|
+
borderColor: R.BrandPrimary
|
|
77
77
|
},
|
|
78
78
|
destructive: {
|
|
79
|
-
bg:
|
|
80
|
-
color:
|
|
79
|
+
bg: R.Red600,
|
|
80
|
+
color: R.TextInverse,
|
|
81
81
|
borderColor: "transparent",
|
|
82
82
|
elevation: Ze.ButtonDefault
|
|
83
83
|
}
|
|
@@ -169,8 +169,8 @@ const Ei = Z.createContext({
|
|
|
169
169
|
);
|
|
170
170
|
un.displayName = "ButtonGroup";
|
|
171
171
|
const Mi = {
|
|
172
|
-
default: { trackBorder:
|
|
173
|
-
error: { trackBorder:
|
|
172
|
+
default: { trackBorder: R.BorderDefault },
|
|
173
|
+
error: { trackBorder: R.BorderError }
|
|
174
174
|
}, Pi = {
|
|
175
175
|
xs: { trackSize: "14px", trackRadius: "2px" },
|
|
176
176
|
sm: { trackSize: "16px", trackRadius: "3px" },
|
|
@@ -178,8 +178,8 @@ const Mi = {
|
|
|
178
178
|
lg: { trackSize: "20px", trackRadius: "4px" },
|
|
179
179
|
xl: { trackSize: "24px", trackRadius: "4px" }
|
|
180
180
|
}, Ri = {
|
|
181
|
-
trackBg:
|
|
182
|
-
checkColor:
|
|
181
|
+
trackBg: R.BgSurface,
|
|
182
|
+
checkColor: R.TextInverse
|
|
183
183
|
}, ut = Z.forwardRef(
|
|
184
184
|
(r, t) => {
|
|
185
185
|
const {
|
|
@@ -197,17 +197,17 @@ const Mi = {
|
|
|
197
197
|
name: y,
|
|
198
198
|
value: b,
|
|
199
199
|
id: _
|
|
200
|
-
} = r, v = Le(), h = _ || v, [k, E] = H(l),
|
|
200
|
+
} = r, v = Le(), h = _ || v, [k, E] = H(l), S = c !== void 0, C = S ? c : k, I = N(
|
|
201
201
|
(x) => {
|
|
202
|
-
|
|
202
|
+
S || E(x.target.checked), u?.(x), p?.(x.target.checked);
|
|
203
203
|
},
|
|
204
|
-
[
|
|
204
|
+
[S, u, p]
|
|
205
205
|
), g = {
|
|
206
206
|
...Ri,
|
|
207
207
|
...Mi[a],
|
|
208
208
|
...Pi[n]
|
|
209
209
|
};
|
|
210
|
-
(
|
|
210
|
+
(C || o) && (g.trackBg = R.BrandPrimary, g.trackBorder = R.BrandPrimary);
|
|
211
211
|
const P = [
|
|
212
212
|
"gloss-preset-checkbox",
|
|
213
213
|
`gloss-preset-checkbox--${a}`,
|
|
@@ -221,13 +221,13 @@ const Mi = {
|
|
|
221
221
|
definition: g,
|
|
222
222
|
className: P,
|
|
223
223
|
indeterminate: o,
|
|
224
|
-
checked:
|
|
224
|
+
checked: C,
|
|
225
225
|
onChange: I,
|
|
226
226
|
disabled: m,
|
|
227
227
|
name: y,
|
|
228
228
|
value: b,
|
|
229
229
|
id: h,
|
|
230
|
-
"aria-checked": o ? "mixed" :
|
|
230
|
+
"aria-checked": o ? "mixed" : C,
|
|
231
231
|
children: s && /* @__PURE__ */ d("span", { className: "gloss-preset-checkbox__label", children: [
|
|
232
232
|
s,
|
|
233
233
|
f && /* @__PURE__ */ e("span", { className: "gloss-preset-checkbox__required", children: " *" })
|
|
@@ -260,13 +260,13 @@ function Ai({
|
|
|
260
260
|
}) {
|
|
261
261
|
Le();
|
|
262
262
|
const [y, b] = H(t), _ = r !== void 0, v = _ ? r : y, h = N(
|
|
263
|
-
(
|
|
264
|
-
const I = v.includes(
|
|
263
|
+
(C) => {
|
|
264
|
+
const I = v.includes(C) ? v.filter((g) => g !== C) : [...v, C];
|
|
265
265
|
_ || b(I), a?.(I);
|
|
266
266
|
},
|
|
267
267
|
[v, _, a]
|
|
268
268
|
), k = N(
|
|
269
|
-
(
|
|
269
|
+
(C) => v.includes(C),
|
|
270
270
|
[v]
|
|
271
271
|
), E = {
|
|
272
272
|
values: v,
|
|
@@ -274,31 +274,31 @@ function Ai({
|
|
|
274
274
|
isSelected: k,
|
|
275
275
|
groupProps: { size: o, status: u, disabled: m, name: f },
|
|
276
276
|
isInGroup: !0
|
|
277
|
-
},
|
|
277
|
+
}, S = [
|
|
278
278
|
"gloss-checkbox-group",
|
|
279
279
|
`gloss-checkbox-group--${i}`,
|
|
280
280
|
u !== "default" && `gloss-checkbox-group--${u}`,
|
|
281
281
|
m && "gloss-checkbox-group--disabled"
|
|
282
282
|
].filter(Boolean).join(" ");
|
|
283
|
-
return /* @__PURE__ */ e(mn.Provider, { value: E, children: /* @__PURE__ */ d("fieldset", { className:
|
|
283
|
+
return /* @__PURE__ */ e(mn.Provider, { value: E, children: /* @__PURE__ */ d("fieldset", { className: S, disabled: m, children: [
|
|
284
284
|
c && /* @__PURE__ */ d("legend", { className: "gloss-checkbox-group__label", children: [
|
|
285
285
|
c,
|
|
286
286
|
p && /* @__PURE__ */ e("span", { className: "gloss-checkbox-group__required", children: " *" })
|
|
287
287
|
] }),
|
|
288
|
-
/* @__PURE__ */ e("div", { className: "gloss-checkbox-group__items", role: "group", children: n ? n.map((
|
|
288
|
+
/* @__PURE__ */ e("div", { className: "gloss-checkbox-group__items", role: "group", children: n ? n.map((C) => /* @__PURE__ */ e(
|
|
289
289
|
ut,
|
|
290
290
|
{
|
|
291
|
-
checked: k(
|
|
292
|
-
onChange: () => h(
|
|
293
|
-
label:
|
|
294
|
-
helperText:
|
|
295
|
-
disabled: m ||
|
|
291
|
+
checked: k(C.value),
|
|
292
|
+
onChange: () => h(C.value),
|
|
293
|
+
label: C.label,
|
|
294
|
+
helperText: C.helperText,
|
|
295
|
+
disabled: m || C.disabled,
|
|
296
296
|
size: o,
|
|
297
297
|
variant: u === "error" ? "error" : "default",
|
|
298
298
|
name: f,
|
|
299
|
-
value: String(
|
|
299
|
+
value: String(C.value)
|
|
300
300
|
},
|
|
301
|
-
String(
|
|
301
|
+
String(C.value)
|
|
302
302
|
)) : s }),
|
|
303
303
|
l && /* @__PURE__ */ e("div", { className: `gloss-checkbox-group__helper ${u === "error" ? "gloss-checkbox-group__helper--error" : ""}`, children: l })
|
|
304
304
|
] }) });
|
|
@@ -325,8 +325,8 @@ const zi = Z.forwardRef(
|
|
|
325
325
|
);
|
|
326
326
|
zi.displayName = "GroupCheckbox";
|
|
327
327
|
const $i = {
|
|
328
|
-
default: { trackBorder:
|
|
329
|
-
error: { trackBorder:
|
|
328
|
+
default: { trackBorder: R.BorderDefault },
|
|
329
|
+
error: { trackBorder: R.BorderError }
|
|
330
330
|
}, Fi = {
|
|
331
331
|
xs: { trackSize: "14px" },
|
|
332
332
|
sm: { trackSize: "16px" },
|
|
@@ -334,8 +334,8 @@ const $i = {
|
|
|
334
334
|
lg: { trackSize: "20px" },
|
|
335
335
|
xl: { trackSize: "24px" }
|
|
336
336
|
}, Oi = {
|
|
337
|
-
trackBg:
|
|
338
|
-
dotColor:
|
|
337
|
+
trackBg: R.BgSurface,
|
|
338
|
+
dotColor: R.BrandPrimary
|
|
339
339
|
}, fr = Z.forwardRef(
|
|
340
340
|
(r, t) => {
|
|
341
341
|
const {
|
|
@@ -356,7 +356,7 @@ const $i = {
|
|
|
356
356
|
...$i[a],
|
|
357
357
|
...Fi[n]
|
|
358
358
|
};
|
|
359
|
-
c && (b.trackBorder =
|
|
359
|
+
c && (b.trackBorder = R.BrandPrimary);
|
|
360
360
|
const _ = [
|
|
361
361
|
"gloss-preset-radio",
|
|
362
362
|
`gloss-preset-radio--${a}`,
|
|
@@ -410,12 +410,12 @@ function Hi({
|
|
|
410
410
|
}) {
|
|
411
411
|
Le();
|
|
412
412
|
const [y, b] = H(t), _ = r !== void 0, v = _ ? r : y, h = N(
|
|
413
|
-
(
|
|
414
|
-
_ || b(
|
|
413
|
+
(C) => {
|
|
414
|
+
_ || b(C), a?.(C);
|
|
415
415
|
},
|
|
416
416
|
[_, a]
|
|
417
417
|
), k = N(
|
|
418
|
-
(
|
|
418
|
+
(C) => v === C,
|
|
419
419
|
[v]
|
|
420
420
|
), E = {
|
|
421
421
|
value: v,
|
|
@@ -423,31 +423,31 @@ function Hi({
|
|
|
423
423
|
isSelected: k,
|
|
424
424
|
groupProps: { size: o, status: u, disabled: m, name: f },
|
|
425
425
|
isInGroup: !0
|
|
426
|
-
},
|
|
426
|
+
}, S = [
|
|
427
427
|
"gloss-radio-group",
|
|
428
428
|
`gloss-radio-group--${i}`,
|
|
429
429
|
u !== "default" && `gloss-radio-group--${u}`,
|
|
430
430
|
m && "gloss-radio-group--disabled"
|
|
431
431
|
].filter(Boolean).join(" ");
|
|
432
|
-
return /* @__PURE__ */ e(pn.Provider, { value: E, children: /* @__PURE__ */ d("fieldset", { className:
|
|
432
|
+
return /* @__PURE__ */ e(pn.Provider, { value: E, children: /* @__PURE__ */ d("fieldset", { className: S, disabled: m, children: [
|
|
433
433
|
c && /* @__PURE__ */ d("legend", { className: "gloss-radio-group__label", children: [
|
|
434
434
|
c,
|
|
435
435
|
p && /* @__PURE__ */ e("span", { className: "gloss-radio-group__required", children: " *" })
|
|
436
436
|
] }),
|
|
437
|
-
/* @__PURE__ */ e("div", { className: "gloss-radio-group__items", role: "radiogroup", "aria-required": p, children: n ? n.map((
|
|
437
|
+
/* @__PURE__ */ e("div", { className: "gloss-radio-group__items", role: "radiogroup", "aria-required": p, children: n ? n.map((C) => /* @__PURE__ */ e(
|
|
438
438
|
fr,
|
|
439
439
|
{
|
|
440
440
|
name: f,
|
|
441
|
-
value: String(
|
|
442
|
-
checked: k(
|
|
443
|
-
onChange: () => h(
|
|
444
|
-
label:
|
|
445
|
-
description:
|
|
446
|
-
disabled: m ||
|
|
441
|
+
value: String(C.value),
|
|
442
|
+
checked: k(C.value),
|
|
443
|
+
onChange: () => h(C.value),
|
|
444
|
+
label: C.label,
|
|
445
|
+
description: C.description,
|
|
446
|
+
disabled: m || C.disabled,
|
|
447
447
|
size: o,
|
|
448
448
|
variant: u === "error" ? "error" : "default"
|
|
449
449
|
},
|
|
450
|
-
String(
|
|
450
|
+
String(C.value)
|
|
451
451
|
)) : s }),
|
|
452
452
|
l && /* @__PURE__ */ e("div", { className: `gloss-radio-group__helper ${u === "error" ? "gloss-radio-group__helper--error" : ""}`, children: l })
|
|
453
453
|
] }) });
|
|
@@ -474,7 +474,7 @@ const Wi = Z.forwardRef(
|
|
|
474
474
|
);
|
|
475
475
|
Wi.displayName = "GroupRadio";
|
|
476
476
|
const Gi = {
|
|
477
|
-
default:
|
|
477
|
+
default: R.BrandPrimary,
|
|
478
478
|
success: "var(--gloss-color-green-600)",
|
|
479
479
|
error: "var(--gloss-color-red-600)"
|
|
480
480
|
}, Vi = {
|
|
@@ -498,15 +498,15 @@ const Gi = {
|
|
|
498
498
|
onCheckedChange: m,
|
|
499
499
|
disabled: f = !1,
|
|
500
500
|
id: y
|
|
501
|
-
} = r, b = Le(), _ = y || b, [v, h] = H(u), k = l !== void 0, E = k ? l : v,
|
|
501
|
+
} = r, b = Le(), _ = y || b, [v, h] = H(u), k = l !== void 0, E = k ? l : v, S = N(
|
|
502
502
|
(g) => {
|
|
503
503
|
k || h(g.target.checked), p?.(g), m?.(g.target.checked);
|
|
504
504
|
},
|
|
505
505
|
[k, p, m]
|
|
506
|
-
),
|
|
507
|
-
trackBg:
|
|
506
|
+
), C = {
|
|
507
|
+
trackBg: R.Gray300,
|
|
508
508
|
trackBgActive: Gi[a],
|
|
509
|
-
thumbBg:
|
|
509
|
+
thumbBg: R.White,
|
|
510
510
|
...Vi[n]
|
|
511
511
|
}, I = [
|
|
512
512
|
"gloss-preset-toggle",
|
|
@@ -518,10 +518,10 @@ const Gi = {
|
|
|
518
518
|
fs,
|
|
519
519
|
{
|
|
520
520
|
ref: t,
|
|
521
|
-
definition:
|
|
521
|
+
definition: C,
|
|
522
522
|
className: I,
|
|
523
523
|
checked: E,
|
|
524
|
-
onChange:
|
|
524
|
+
onChange: S,
|
|
525
525
|
disabled: f,
|
|
526
526
|
id: _,
|
|
527
527
|
children: s && /* @__PURE__ */ e("span", { className: "gloss-preset-toggle__label", children: s })
|
|
@@ -533,9 +533,9 @@ const Gi = {
|
|
|
533
533
|
);
|
|
534
534
|
ji.displayName = "PresetToggle";
|
|
535
535
|
const Ki = {
|
|
536
|
-
default: { color:
|
|
537
|
-
muted: { color:
|
|
538
|
-
destructive: { color:
|
|
536
|
+
default: { color: R.TextLink },
|
|
537
|
+
muted: { color: R.TextSecondary },
|
|
538
|
+
destructive: { color: R.TextError }
|
|
539
539
|
}, Yi = {
|
|
540
540
|
xs: { fontSize: "0.6875rem" },
|
|
541
541
|
sm: { fontSize: "0.75rem" },
|
|
@@ -598,14 +598,14 @@ const Ki = {
|
|
|
598
598
|
Kt.displayName = "PresetLink";
|
|
599
599
|
const Ui = {
|
|
600
600
|
default: {
|
|
601
|
-
bg:
|
|
602
|
-
activeBg:
|
|
601
|
+
bg: R.BgMuted,
|
|
602
|
+
activeBg: R.BgSurface,
|
|
603
603
|
borderColor: "transparent"
|
|
604
604
|
},
|
|
605
605
|
filled: {
|
|
606
|
-
bg:
|
|
607
|
-
activeBg:
|
|
608
|
-
borderColor:
|
|
606
|
+
bg: R.Gray200,
|
|
607
|
+
activeBg: R.BgSurface,
|
|
608
|
+
borderColor: R.BorderDefault
|
|
609
609
|
}
|
|
610
610
|
}, Xi = {
|
|
611
611
|
xs: { padding: "1px", fontSize: "0.6875rem" },
|
|
@@ -646,10 +646,10 @@ const Zi = {
|
|
|
646
646
|
lg: { trackHeight: "6px", thumbSize: "20px" },
|
|
647
647
|
xl: { trackHeight: "8px", thumbSize: "24px" }
|
|
648
648
|
}, Ji = {
|
|
649
|
-
trackBg:
|
|
650
|
-
trackActiveBg:
|
|
651
|
-
thumbBg:
|
|
652
|
-
thumbBorder: `2px solid ${
|
|
649
|
+
trackBg: R.Gray200,
|
|
650
|
+
trackActiveBg: R.BrandPrimary,
|
|
651
|
+
thumbBg: R.BgSurface,
|
|
652
|
+
thumbBorder: `2px solid ${R.BrandPrimary}`,
|
|
653
653
|
thumbShadow: "0 1px 3px rgba(0, 0, 0, 0.12)"
|
|
654
654
|
};
|
|
655
655
|
function Qi(r) {
|
|
@@ -688,10 +688,10 @@ const el = {
|
|
|
688
688
|
lg: { trackHeight: "6px", thumbSize: "20px" },
|
|
689
689
|
xl: { trackHeight: "8px", thumbSize: "24px" }
|
|
690
690
|
}, tl = {
|
|
691
|
-
trackBg:
|
|
692
|
-
trackActiveBg:
|
|
693
|
-
thumbBg:
|
|
694
|
-
thumbBorder: `2px solid ${
|
|
691
|
+
trackBg: R.Gray200,
|
|
692
|
+
trackActiveBg: R.BrandPrimary,
|
|
693
|
+
thumbBg: R.BgSurface,
|
|
694
|
+
thumbBorder: `2px solid ${R.BrandPrimary}`,
|
|
695
695
|
thumbShadow: "0 1px 3px rgba(0, 0, 0, 0.12)"
|
|
696
696
|
}, rl = Z.forwardRef(
|
|
697
697
|
(r, t) => {
|
|
@@ -714,66 +714,66 @@ const el = {
|
|
|
714
714
|
helperText: h,
|
|
715
715
|
id: k,
|
|
716
716
|
name: E
|
|
717
|
-
} = r,
|
|
718
|
-
const
|
|
719
|
-
return Math.round((Math.round((
|
|
720
|
-
}, [c, l, u]), O = N((F,
|
|
721
|
-
const
|
|
722
|
-
|
|
723
|
-
}, [M, p, x, c, l,
|
|
717
|
+
} = r, S = Le(), C = k || S, I = ce(null), [g, P] = H(s), [x, D] = H(null), w = n !== void 0, A = w ? n : g, T = (A[0] - c) / (l - c) * 100, z = (A[1] - c) / (l - c) * 100, M = N((F) => {
|
|
718
|
+
const K = Math.min(l, Math.max(c, F));
|
|
719
|
+
return Math.round((Math.round((K - c) / u) * u + c) * 1e3) / 1e3;
|
|
720
|
+
}, [c, l, u]), O = N((F, K = !1) => {
|
|
721
|
+
const X = [M(F[0]), M(F[1])];
|
|
722
|
+
X[0] > X[1] - p && (x === 0 ? X[0] = X[1] - p : X[1] = X[0] + p), X[0] = Math.max(c, X[0]), X[1] = Math.min(l, X[1]), w || P(X), i?.(X), K && o?.(X);
|
|
723
|
+
}, [M, p, x, c, l, w, i, o]), U = N((F, K) => {
|
|
724
724
|
if (!I.current) return 0;
|
|
725
|
-
const
|
|
726
|
-
return c + Math.min(1, Math.max(0,
|
|
725
|
+
const X = I.current.getBoundingClientRect(), Y = b === "horizontal" ? (F - X.left) / X.width : 1 - (K - X.top) / X.height;
|
|
726
|
+
return c + Math.min(1, Math.max(0, Y)) * (l - c);
|
|
727
727
|
}, [b, c, l]), j = N((F) => {
|
|
728
728
|
if (_) return;
|
|
729
729
|
F.preventDefault();
|
|
730
|
-
const
|
|
731
|
-
D(
|
|
732
|
-
const
|
|
733
|
-
|
|
734
|
-
}, [_,
|
|
730
|
+
const K = U(F.clientX, F.clientY), X = Math.abs(K - A[0]) <= Math.abs(K - A[1]) ? 0 : 1;
|
|
731
|
+
D(X);
|
|
732
|
+
const Y = [...A];
|
|
733
|
+
Y[X] = K, O(Y);
|
|
734
|
+
}, [_, U, A, O]);
|
|
735
735
|
se(() => {
|
|
736
736
|
if (x === null) return;
|
|
737
|
-
const F = (
|
|
738
|
-
const
|
|
739
|
-
|
|
740
|
-
},
|
|
741
|
-
const
|
|
742
|
-
|
|
737
|
+
const F = (X) => {
|
|
738
|
+
const Y = [...A];
|
|
739
|
+
Y[x] = U(X.clientX, X.clientY), O(Y);
|
|
740
|
+
}, K = (X) => {
|
|
741
|
+
const Y = [...A];
|
|
742
|
+
Y[x] = U(X.clientX, X.clientY), O(Y, !0), D(null);
|
|
743
743
|
};
|
|
744
|
-
return document.addEventListener("mousemove", F), document.addEventListener("mouseup",
|
|
745
|
-
document.removeEventListener("mousemove", F), document.removeEventListener("mouseup",
|
|
744
|
+
return document.addEventListener("mousemove", F), document.addEventListener("mouseup", K), () => {
|
|
745
|
+
document.removeEventListener("mousemove", F), document.removeEventListener("mouseup", K);
|
|
746
746
|
};
|
|
747
|
-
}, [x,
|
|
748
|
-
const
|
|
747
|
+
}, [x, U, A, O]);
|
|
748
|
+
const B = N((F) => (K) => {
|
|
749
749
|
if (_) return;
|
|
750
|
-
let
|
|
751
|
-
if (
|
|
752
|
-
else if (
|
|
750
|
+
let X = 0;
|
|
751
|
+
if (K.key === "ArrowRight" || K.key === "ArrowUp") X = u;
|
|
752
|
+
else if (K.key === "ArrowLeft" || K.key === "ArrowDown") X = -u;
|
|
753
753
|
else return;
|
|
754
|
-
|
|
755
|
-
const
|
|
756
|
-
|
|
757
|
-
}, [_, u,
|
|
754
|
+
K.preventDefault();
|
|
755
|
+
const Y = [...A];
|
|
756
|
+
Y[F] += X, O(Y, !0);
|
|
757
|
+
}, [_, u, A, O]), W = Math.abs(z - T) < 5, V = { ...tl, ...el[a] }, G = ["gloss-preset-rangeslider", `gloss-preset-rangeslider--${a}`, _ && "gloss-preset-rangeslider--disabled"].filter(Boolean).join(" ");
|
|
758
758
|
return /* @__PURE__ */ d("div", { className: G, children: [
|
|
759
|
-
v && /* @__PURE__ */ d("label", { className: "gloss-preset-rangeslider__label", htmlFor:
|
|
759
|
+
v && /* @__PURE__ */ d("label", { className: "gloss-preset-rangeslider__label", htmlFor: C, children: [
|
|
760
760
|
v,
|
|
761
761
|
f && /* @__PURE__ */ d("span", { className: "gloss-preset-rangeslider__value-label", children: [
|
|
762
|
-
y(
|
|
762
|
+
y(A[0]),
|
|
763
763
|
" - ",
|
|
764
|
-
y(
|
|
764
|
+
y(A[1])
|
|
765
765
|
] })
|
|
766
766
|
] }),
|
|
767
|
-
/* @__PURE__ */ e("input", { ref: t, type: "hidden", id:
|
|
768
|
-
/* @__PURE__ */ e("input", { type: "hidden", name: E ? `${E}[1]` : void 0, value:
|
|
767
|
+
/* @__PURE__ */ e("input", { ref: t, type: "hidden", id: C, name: E ? `${E}[0]` : void 0, value: A[0] }),
|
|
768
|
+
/* @__PURE__ */ e("input", { type: "hidden", name: E ? `${E}[1]` : void 0, value: A[1] }),
|
|
769
769
|
/* @__PURE__ */ e(ys, { definition: V, orientation: b, disabled: _, collision: W, children: /* @__PURE__ */ d("div", { ref: I, className: "gloss-base-rangeslider__track", onMouseDown: j, children: [
|
|
770
|
-
/* @__PURE__ */ e("div", { className: "gloss-base-rangeslider__fill", style: b === "horizontal" ? { left: `${T}%`, width: `${
|
|
771
|
-
/* @__PURE__ */ e("div", { className: `gloss-base-rangeslider__thumb ${x === 0 ? "gloss-base-rangeslider__thumb--active" : ""}`, role: "slider", tabIndex: _ ? -1 : 0, "aria-valuenow":
|
|
770
|
+
/* @__PURE__ */ e("div", { className: "gloss-base-rangeslider__fill", style: b === "horizontal" ? { left: `${T}%`, width: `${z - T}%` } : { bottom: `${T}%`, height: `${z - T}%` } }),
|
|
771
|
+
/* @__PURE__ */ e("div", { className: `gloss-base-rangeslider__thumb ${x === 0 ? "gloss-base-rangeslider__thumb--active" : ""}`, role: "slider", tabIndex: _ ? -1 : 0, "aria-valuenow": A[0], "aria-valuemin": c, "aria-valuemax": A[1] - p, onMouseDown: (F) => {
|
|
772
772
|
_ || (F.preventDefault(), F.stopPropagation(), D(0));
|
|
773
|
-
}, onKeyDown:
|
|
774
|
-
/* @__PURE__ */ e("div", { className: `gloss-base-rangeslider__thumb ${x === 1 ? "gloss-base-rangeslider__thumb--active" : ""}`, role: "slider", tabIndex: _ ? -1 : 0, "aria-valuenow":
|
|
773
|
+
}, onKeyDown: B(0), style: b === "horizontal" ? { left: `${T}%` } : { bottom: `${T}%` }, "aria-label": `${v || "Range"} minimum` }),
|
|
774
|
+
/* @__PURE__ */ e("div", { className: `gloss-base-rangeslider__thumb ${x === 1 ? "gloss-base-rangeslider__thumb--active" : ""}`, role: "slider", tabIndex: _ ? -1 : 0, "aria-valuenow": A[1], "aria-valuemin": A[0] + p, "aria-valuemax": l, onMouseDown: (F) => {
|
|
775
775
|
_ || (F.preventDefault(), F.stopPropagation(), D(1));
|
|
776
|
-
}, onKeyDown:
|
|
776
|
+
}, onKeyDown: B(1), style: b === "horizontal" ? { left: `${z}%` } : { bottom: `${z}%` }, "aria-label": `${v || "Range"} maximum` })
|
|
777
777
|
] }) }),
|
|
778
778
|
h && /* @__PURE__ */ e("div", { className: "gloss-preset-rangeslider__helper", children: h })
|
|
779
779
|
] });
|
|
@@ -866,17 +866,17 @@ const nl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], sl = ["January", "
|
|
|
866
866
|
}, Ir = (r, t, a, n, s) => t && r < t || a && r > a || n?.some((i) => yt(i, r)) ? !0 : s?.(r) ?? !1, ll = (r, t, a, n, s, i, o, c) => {
|
|
867
867
|
const l = [], u = /* @__PURE__ */ new Date(), p = Ta(r, t), f = (ol(r, t) - n + 7) % 7, y = t === 0 ? 11 : t - 1, b = t === 0 ? r - 1 : r, _ = Ta(b, y);
|
|
868
868
|
for (let E = f - 1; E >= 0; E--) {
|
|
869
|
-
const
|
|
870
|
-
l.push({ date:
|
|
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: Ir(S, s, i, o, c) });
|
|
871
871
|
}
|
|
872
872
|
for (let E = 1; E <= p; E++) {
|
|
873
|
-
const
|
|
874
|
-
l.push({ date:
|
|
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: Ir(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
|
-
const
|
|
879
|
-
l.push({ date:
|
|
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: Ir(S, s, i, o, c) });
|
|
880
880
|
}
|
|
881
881
|
return l;
|
|
882
882
|
}, cl = {
|
|
@@ -886,9 +886,9 @@ const nl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], sl = ["January", "
|
|
|
886
886
|
lg: { padding: J.Lg },
|
|
887
887
|
xl: { padding: J.Xl }
|
|
888
888
|
}, dl = {
|
|
889
|
-
default:
|
|
890
|
-
error:
|
|
891
|
-
success:
|
|
889
|
+
default: R.BorderDefault,
|
|
890
|
+
error: R.BorderError,
|
|
891
|
+
success: R.BorderSuccess
|
|
892
892
|
}, ul = Z.forwardRef(
|
|
893
893
|
(r, t) => {
|
|
894
894
|
const {
|
|
@@ -910,23 +910,23 @@ const nl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], sl = ["January", "
|
|
|
910
910
|
clearable: h = !0,
|
|
911
911
|
required: k,
|
|
912
912
|
id: E,
|
|
913
|
-
name:
|
|
914
|
-
} = r,
|
|
913
|
+
name: S
|
|
914
|
+
} = r, C = Le(), I = E || C, g = ce(null), [P, x] = H(!1), [D, w] = H(i), A = s !== void 0, T = A ? s : D, [z, M] = H(() => T || /* @__PURE__ */ new Date());
|
|
915
915
|
se(() => {
|
|
916
916
|
T && M(T);
|
|
917
917
|
}, [T]);
|
|
918
|
-
const O = gn({ enabled: P, onEscape: () => x(!1) }),
|
|
918
|
+
const O = gn({ enabled: P, onEscape: () => x(!1) }), U = ee(() => ll(z.getFullYear(), z.getMonth(), T, y, c, l, u, p), [z, T, y, c, l, u, p]), j = ee(() => {
|
|
919
919
|
const q = [...nl];
|
|
920
920
|
if (y > 0) {
|
|
921
921
|
const te = q.splice(0, y);
|
|
922
922
|
q.push(...te);
|
|
923
923
|
}
|
|
924
924
|
return q;
|
|
925
|
-
}, [y]),
|
|
926
|
-
|
|
927
|
-
}, [
|
|
928
|
-
q.stopPropagation(),
|
|
929
|
-
}, [
|
|
925
|
+
}, [y]), B = N((q) => {
|
|
926
|
+
A || w(q), o?.(q), x(!1);
|
|
927
|
+
}, [A, o]), W = N((q) => {
|
|
928
|
+
q.stopPropagation(), A || w(null), o?.(null);
|
|
929
|
+
}, [A, o]), V = N((q) => M((te) => {
|
|
930
930
|
const he = new Date(te);
|
|
931
931
|
return he.setMonth(he.getMonth() + q), he;
|
|
932
932
|
}), []);
|
|
@@ -938,23 +938,23 @@ const nl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], sl = ["January", "
|
|
|
938
938
|
return document.addEventListener("mousedown", q), () => document.removeEventListener("mousedown", q);
|
|
939
939
|
}, [P]);
|
|
940
940
|
const G = T ? il(T, m) : "", F = {
|
|
941
|
-
bg:
|
|
941
|
+
bg: R.BgSurface,
|
|
942
942
|
borderColor: dl[a],
|
|
943
943
|
radius: Se.Md,
|
|
944
944
|
elevation: Ze.Card,
|
|
945
945
|
...cl[n]
|
|
946
|
-
},
|
|
946
|
+
}, K = { bg: R.BrandPrimary, color: R.TextInverse, radius: Se.Sm }, X = { bg: R.BgMuted, radius: Se.Sm }, Y = [
|
|
947
947
|
"gloss-preset-datepicker",
|
|
948
948
|
`gloss-preset-datepicker--${a}`,
|
|
949
949
|
`gloss-preset-datepicker--${n}`,
|
|
950
950
|
v && "gloss-preset-datepicker--disabled"
|
|
951
951
|
].filter(Boolean).join(" ");
|
|
952
|
-
return /* @__PURE__ */ d("div", { className:
|
|
952
|
+
return /* @__PURE__ */ d("div", { className: Y, ref: g, children: [
|
|
953
953
|
b && /* @__PURE__ */ d("label", { className: "gloss-preset-datepicker__label", htmlFor: I, children: [
|
|
954
954
|
b,
|
|
955
955
|
k && /* @__PURE__ */ e("span", { className: "gloss-preset-datepicker__required", children: "*" })
|
|
956
956
|
] }),
|
|
957
|
-
/* @__PURE__ */ e("input", { ref: t, type: "hidden", id: I, name:
|
|
957
|
+
/* @__PURE__ */ e("input", { ref: t, type: "hidden", id: I, name: S, value: T ? T.toISOString() : "" }),
|
|
958
958
|
/* @__PURE__ */ d("button", { type: "button", className: "gloss-preset-datepicker__trigger", onClick: () => !v && x((q) => !q), disabled: v, "aria-haspopup": "dialog", "aria-expanded": P, children: [
|
|
959
959
|
/* @__PURE__ */ e(ve, { name: "calendar", size: "sm" }),
|
|
960
960
|
/* @__PURE__ */ e("span", { className: `gloss-preset-datepicker__value ${G ? "" : "gloss-preset-datepicker__placeholder"}`, children: G || f }),
|
|
@@ -965,22 +965,22 @@ const nl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], sl = ["January", "
|
|
|
965
965
|
/* @__PURE__ */ d(Ja, { children: [
|
|
966
966
|
/* @__PURE__ */ e("button", { type: "button", className: "gloss-preset-datepicker__nav-btn", onClick: () => V(-1), "aria-label": "Previous month", children: /* @__PURE__ */ e(ve, { name: "chevron-left", size: "sm" }) }),
|
|
967
967
|
/* @__PURE__ */ d("span", { className: "gloss-preset-datepicker__title", children: [
|
|
968
|
-
sl[
|
|
968
|
+
sl[z.getMonth()],
|
|
969
969
|
" ",
|
|
970
|
-
|
|
970
|
+
z.getFullYear()
|
|
971
971
|
] }),
|
|
972
972
|
/* @__PURE__ */ e("button", { type: "button", className: "gloss-preset-datepicker__nav-btn", onClick: () => V(1), "aria-label": "Next month", children: /* @__PURE__ */ e(ve, { name: "chevron-right", size: "sm" }) })
|
|
973
973
|
] }),
|
|
974
974
|
/* @__PURE__ */ e("div", { className: "gloss-preset-datepicker__day-headers", children: j.map((q) => /* @__PURE__ */ e("span", { className: "gloss-preset-datepicker__day-header", children: q }, q)) }),
|
|
975
|
-
/* @__PURE__ */ e(Qa, { children:
|
|
975
|
+
/* @__PURE__ */ e(Qa, { children: U.map((q, te) => /* @__PURE__ */ e(
|
|
976
976
|
_s,
|
|
977
977
|
{
|
|
978
|
-
definition: q.isSelected ?
|
|
978
|
+
definition: q.isSelected ? K : q.isToday ? X : void 0,
|
|
979
979
|
selected: q.isSelected,
|
|
980
980
|
today: q.isToday,
|
|
981
981
|
outsideMonth: !q.isCurrentMonth,
|
|
982
982
|
disabled: q.isDisabled,
|
|
983
|
-
onClick: () => !q.isDisabled &&
|
|
983
|
+
onClick: () => !q.isDisabled && B(q.date),
|
|
984
984
|
tabIndex: q.isSelected ? 0 : -1,
|
|
985
985
|
"aria-selected": q.isSelected,
|
|
986
986
|
children: q.date.getDate()
|
|
@@ -1018,9 +1018,9 @@ const Or = (r) => {
|
|
|
1018
1018
|
lg: { padding: J.Lg, cellHeight: "40px" },
|
|
1019
1019
|
xl: { padding: J.Xl, cellHeight: "44px" }
|
|
1020
1020
|
}, fl = {
|
|
1021
|
-
default:
|
|
1022
|
-
error:
|
|
1023
|
-
success:
|
|
1021
|
+
default: R.BorderDefault,
|
|
1022
|
+
error: R.BorderError,
|
|
1023
|
+
success: R.BorderSuccess
|
|
1024
1024
|
}, gl = Z.forwardRef(
|
|
1025
1025
|
(r, t) => {
|
|
1026
1026
|
const {
|
|
@@ -1041,40 +1041,40 @@ const Or = (r) => {
|
|
|
1041
1041
|
clearable: v = !0,
|
|
1042
1042
|
id: h,
|
|
1043
1043
|
name: k
|
|
1044
|
-
} = r, E = Le(),
|
|
1044
|
+
} = r, E = Le(), S = h || E, C = ce(null), [I, g] = H(!1), [P, x] = H(i), D = s !== void 0, w = D ? s : P, A = ee(() => ml(u, p, m), [u, p, m]), T = N((j) => {
|
|
1045
1045
|
D || x(j), o?.(j), g(!1);
|
|
1046
|
-
}, [D, o]),
|
|
1046
|
+
}, [D, o]), z = N((j) => {
|
|
1047
1047
|
j.stopPropagation(), D || x(""), o?.("");
|
|
1048
1048
|
}, [D, o]);
|
|
1049
1049
|
se(() => {
|
|
1050
1050
|
if (!I) return;
|
|
1051
|
-
const j = (
|
|
1052
|
-
|
|
1051
|
+
const j = (B) => {
|
|
1052
|
+
C.current && !C.current.contains(B.target) && g(!1);
|
|
1053
1053
|
};
|
|
1054
1054
|
return document.addEventListener("mousedown", j), () => document.removeEventListener("mousedown", j);
|
|
1055
1055
|
}, [I]);
|
|
1056
|
-
const M =
|
|
1057
|
-
bg:
|
|
1056
|
+
const M = w ? Ea(w, c, l) : "", O = {
|
|
1057
|
+
bg: R.BgSurface,
|
|
1058
1058
|
borderColor: fl[a],
|
|
1059
1059
|
radius: Se.Md,
|
|
1060
1060
|
elevation: Ze.Card,
|
|
1061
1061
|
...pl[n]
|
|
1062
|
-
},
|
|
1062
|
+
}, U = [
|
|
1063
1063
|
"gloss-preset-timepicker",
|
|
1064
1064
|
`gloss-preset-timepicker--${a}`,
|
|
1065
1065
|
`gloss-preset-timepicker--${n}`,
|
|
1066
1066
|
_ && "gloss-preset-timepicker--disabled"
|
|
1067
1067
|
].filter(Boolean).join(" ");
|
|
1068
|
-
return /* @__PURE__ */ d("div", { className:
|
|
1069
|
-
y && /* @__PURE__ */ e("label", { className: "gloss-preset-timepicker__label", htmlFor:
|
|
1070
|
-
/* @__PURE__ */ e("input", { ref: t, type: "hidden", id:
|
|
1068
|
+
return /* @__PURE__ */ d("div", { className: U, ref: C, children: [
|
|
1069
|
+
y && /* @__PURE__ */ e("label", { className: "gloss-preset-timepicker__label", htmlFor: S, children: y }),
|
|
1070
|
+
/* @__PURE__ */ e("input", { ref: t, type: "hidden", id: S, name: k, value: w }),
|
|
1071
1071
|
/* @__PURE__ */ d("button", { type: "button", className: "gloss-preset-timepicker__trigger", onClick: () => !_ && g((j) => !j), disabled: _, "aria-haspopup": "listbox", "aria-expanded": I, children: [
|
|
1072
1072
|
/* @__PURE__ */ e(ve, { name: "clock", size: "sm" }),
|
|
1073
1073
|
/* @__PURE__ */ e("span", { className: `gloss-preset-timepicker__value ${M ? "" : "gloss-preset-timepicker__placeholder"}`, children: M || f }),
|
|
1074
|
-
v &&
|
|
1074
|
+
v && w && /* @__PURE__ */ e("span", { className: "gloss-preset-timepicker__clear", onClick: z, 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:
|
|
1077
|
+
I && /* @__PURE__ */ e(xs, { definition: O, children: /* @__PURE__ */ e(Ns, { children: A.map((j) => /* @__PURE__ */ e(Ss, { selected: j === w, onClick: () => T(j), children: Ea(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
|
}
|
|
@@ -1085,15 +1085,15 @@ const hl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], bl = ["January", "
|
|
|
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
1086
|
}, Pa = (r, t, a, n, s, i) => {
|
|
1087
1087
|
const o = [], c = /* @__PURE__ */ new Date(), l = Ma(r, t), p = (yl(r, t) - n + 7) % 7, m = t === 0 ? 11 : t - 1, f = t === 0 ? r - 1 : r, y = Ma(f, m), b = (h, k) => {
|
|
1088
|
-
const E = a.start ? Tr(h, a.start) : !1,
|
|
1088
|
+
const E = a.start ? Tr(h, a.start) : !1, S = a.end ? Tr(h, a.end) : !1;
|
|
1089
1089
|
return {
|
|
1090
1090
|
date: h,
|
|
1091
1091
|
isCurrentMonth: k,
|
|
1092
1092
|
isToday: Tr(h, c),
|
|
1093
|
-
isSelected: E ||
|
|
1093
|
+
isSelected: E || S,
|
|
1094
1094
|
isDisabled: !!(s && h < s || i && h > i),
|
|
1095
1095
|
isRangeStart: E,
|
|
1096
|
-
isRangeEnd:
|
|
1096
|
+
isRangeEnd: S,
|
|
1097
1097
|
inRange: a.start && a.end ? h > a.start && h < a.end : !1
|
|
1098
1098
|
};
|
|
1099
1099
|
};
|
|
@@ -1129,11 +1129,11 @@ const hl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], bl = ["January", "
|
|
|
1129
1129
|
disabled: h = !1,
|
|
1130
1130
|
clearable: k = !0,
|
|
1131
1131
|
id: E,
|
|
1132
|
-
name:
|
|
1133
|
-
} = r,
|
|
1132
|
+
name: S
|
|
1133
|
+
} = r, C = Le(), I = E || C, g = ce(null), [P, x] = H(!1), [D, w] = H(i), [A, T] = H(!1), z = s !== void 0, M = z ? s : D, [O, U] = H(() => M.start || /* @__PURE__ */ new Date()), j = ee(() => {
|
|
1134
1134
|
const oe = new Date(O);
|
|
1135
1135
|
return oe.setMonth(oe.getMonth() + 1), oe;
|
|
1136
|
-
}, [O]),
|
|
1136
|
+
}, [O]), B = gn({ enabled: P, onEscape: () => x(!1) }), W = ee(() => Pa(O.getFullYear(), O.getMonth(), M, b, c, l), [O, M, b, c, l]), V = ee(() => Pa(j.getFullYear(), j.getMonth(), M, b, c, l), [j, M, b, c, l]), G = ee(() => {
|
|
1137
1137
|
const oe = [...hl];
|
|
1138
1138
|
if (b > 0) {
|
|
1139
1139
|
const be = oe.splice(0, b);
|
|
@@ -1142,18 +1142,18 @@ const hl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], bl = ["January", "
|
|
|
1142
1142
|
return oe;
|
|
1143
1143
|
}, [b]), F = N((oe) => {
|
|
1144
1144
|
let be;
|
|
1145
|
-
if (!
|
|
1145
|
+
if (!A || !M.start)
|
|
1146
1146
|
be = { start: oe, end: null }, T(!0);
|
|
1147
1147
|
else {
|
|
1148
1148
|
if (be = oe < M.start ? { start: oe, end: M.start } : { start: M.start, end: oe }, u && be.start && be.end && Math.ceil(Math.abs(be.end.getTime() - be.start.getTime()) / 864e5) > u) return;
|
|
1149
1149
|
T(!1), x(!1);
|
|
1150
1150
|
}
|
|
1151
|
-
|
|
1152
|
-
}, [
|
|
1151
|
+
z || w(be), o?.(be);
|
|
1152
|
+
}, [A, M, u, z, o]), K = N((oe) => {
|
|
1153
1153
|
oe.stopPropagation();
|
|
1154
1154
|
const be = { start: null, end: null };
|
|
1155
|
-
|
|
1156
|
-
}, [
|
|
1155
|
+
z || w(be), o?.(be), T(!1);
|
|
1156
|
+
}, [z, o]), X = N((oe) => U((be) => {
|
|
1157
1157
|
const de = new Date(be);
|
|
1158
1158
|
return de.setMonth(de.getMonth() + oe), de;
|
|
1159
1159
|
}), []);
|
|
@@ -1164,9 +1164,9 @@ const hl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], bl = ["January", "
|
|
|
1164
1164
|
};
|
|
1165
1165
|
return document.addEventListener("mousedown", oe), () => document.removeEventListener("mousedown", oe);
|
|
1166
1166
|
}, [P]);
|
|
1167
|
-
const
|
|
1168
|
-
bg:
|
|
1169
|
-
borderColor: a === "error" ?
|
|
1167
|
+
const Y = ee(() => !M.start && !M.end ? "" : M.start && !M.end ? `${Er(M.start, f)} - ...` : M.start && M.end ? `${Er(M.start, f)} - ${Er(M.end, f)}` : "", [M, f]), q = {
|
|
1168
|
+
bg: R.BgSurface,
|
|
1169
|
+
borderColor: a === "error" ? R.BorderError : a === "success" ? R.BorderSuccess : R.BorderDefault,
|
|
1170
1170
|
radius: Se.Md,
|
|
1171
1171
|
elevation: Ze.Card,
|
|
1172
1172
|
...vl[n]
|
|
@@ -1177,30 +1177,30 @@ const hl = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], bl = ["January", "
|
|
|
1177
1177
|
h && "gloss-preset-daterangepicker--disabled"
|
|
1178
1178
|
].filter(Boolean).join(" "), he = (oe, be, de) => /* @__PURE__ */ d("div", { className: "gloss-preset-daterangepicker__month", children: [
|
|
1179
1179
|
/* @__PURE__ */ d(Ja, { children: [
|
|
1180
|
-
de === "left" && /* @__PURE__ */ e("button", { type: "button", className: "gloss-preset-daterangepicker__nav-btn", onClick: () =>
|
|
1180
|
+
de === "left" && /* @__PURE__ */ e("button", { type: "button", className: "gloss-preset-daterangepicker__nav-btn", onClick: () => X(-1), "aria-label": "Previous month", children: /* @__PURE__ */ e(ve, { name: "chevron-left", size: "sm" }) }),
|
|
1181
1181
|
/* @__PURE__ */ d("span", { className: "gloss-preset-daterangepicker__month-title", children: [
|
|
1182
1182
|
bl[oe.getMonth()],
|
|
1183
1183
|
" ",
|
|
1184
1184
|
oe.getFullYear()
|
|
1185
1185
|
] }),
|
|
1186
|
-
de === "right" && /* @__PURE__ */ e("button", { type: "button", className: "gloss-preset-daterangepicker__nav-btn", onClick: () =>
|
|
1186
|
+
de === "right" && /* @__PURE__ */ e("button", { type: "button", className: "gloss-preset-daterangepicker__nav-btn", onClick: () => X(1), "aria-label": "Next month", children: /* @__PURE__ */ e(ve, { name: "chevron-right", size: "sm" }) })
|
|
1187
1187
|
] }),
|
|
1188
1188
|
/* @__PURE__ */ e("div", { className: "gloss-preset-daterangepicker__day-headers", children: G.map((ie) => /* @__PURE__ */ e("span", { className: "gloss-preset-daterangepicker__day-header", children: ie }, ie)) }),
|
|
1189
1189
|
/* @__PURE__ */ e(Qa, { children: be.map((ie, fe) => /* @__PURE__ */ e(ws, { selected: ie.isSelected, today: ie.isToday, outsideMonth: !ie.isCurrentMonth, disabled: ie.isDisabled, rangeStart: ie.isRangeStart, rangeEnd: ie.isRangeEnd, inRange: ie.inRange, onClick: () => !ie.isDisabled && F(ie.date), children: ie.date.getDate() }, fe)) })
|
|
1190
1190
|
] });
|
|
1191
1191
|
return /* @__PURE__ */ d("div", { className: te, ref: g, children: [
|
|
1192
1192
|
_ && /* @__PURE__ */ e("label", { className: "gloss-preset-daterangepicker__label", htmlFor: I, children: _ }),
|
|
1193
|
-
/* @__PURE__ */ e("input", { ref: t, type: "hidden", id: I, name:
|
|
1194
|
-
/* @__PURE__ */ e("input", { type: "hidden", name:
|
|
1193
|
+
/* @__PURE__ */ e("input", { ref: t, type: "hidden", id: I, name: S ? `${S}[start]` : void 0, value: M.start ? M.start.toISOString() : "" }),
|
|
1194
|
+
/* @__PURE__ */ e("input", { type: "hidden", name: S ? `${S}[end]` : void 0, value: M.end ? M.end.toISOString() : "" }),
|
|
1195
1195
|
/* @__PURE__ */ d("button", { type: "button", className: "gloss-preset-daterangepicker__trigger", onClick: () => !h && x((oe) => !oe), disabled: h, "aria-haspopup": "dialog", "aria-expanded": P, children: [
|
|
1196
1196
|
/* @__PURE__ */ e(ve, { name: "calendar", size: "sm" }),
|
|
1197
|
-
/* @__PURE__ */ e("span", { className: `gloss-preset-daterangepicker__value ${
|
|
1198
|
-
k && (M.start || M.end) && /* @__PURE__ */ e("span", { className: "gloss-preset-daterangepicker__clear", onClick:
|
|
1197
|
+
/* @__PURE__ */ e("span", { className: `gloss-preset-daterangepicker__value ${Y ? "" : "gloss-preset-daterangepicker__placeholder"}`, children: Y || y }),
|
|
1198
|
+
k && (M.start || M.end) && /* @__PURE__ */ e("span", { className: "gloss-preset-daterangepicker__clear", onClick: K, role: "button", tabIndex: -1, children: /* @__PURE__ */ e(ve, { name: "x", size: "sm" }) }),
|
|
1199
1199
|
/* @__PURE__ */ e(ve, { name: "chevron-down", size: "sm" })
|
|
1200
1200
|
] }),
|
|
1201
|
-
P && /* @__PURE__ */ d("div", { ref:
|
|
1201
|
+
P && /* @__PURE__ */ d("div", { ref: B, className: "gloss-preset-daterangepicker__dropdown", role: "dialog", "aria-label": "Choose date range", children: [
|
|
1202
1202
|
m && p.length > 0 && /* @__PURE__ */ e("div", { className: "gloss-preset-daterangepicker__presets", children: p.map((oe) => /* @__PURE__ */ e("button", { type: "button", className: "gloss-preset-daterangepicker__preset", onClick: () => {
|
|
1203
|
-
|
|
1203
|
+
z || w(oe.range), o?.(oe.range), x(!1);
|
|
1204
1204
|
}, children: oe.label }, oe.label)) }),
|
|
1205
1205
|
/* @__PURE__ */ d(Cs, { definition: q, children: [
|
|
1206
1206
|
he(O, W, "left"),
|
|
@@ -1242,29 +1242,29 @@ const _l = () => Math.random().toString(36).slice(2, 11), Ra = (r) => {
|
|
|
1242
1242
|
onError: v,
|
|
1243
1243
|
id: h,
|
|
1244
1244
|
name: k
|
|
1245
|
-
} = r, E = Le(),
|
|
1246
|
-
D || g(
|
|
1247
|
-
}, [D, i]), T = N((
|
|
1248
|
-
if (l &&
|
|
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, A = N((B) => {
|
|
1246
|
+
D || g(B), i?.(B);
|
|
1247
|
+
}, [D, i]), T = N((B) => {
|
|
1248
|
+
if (l && B.size > l) return `File size exceeds ${Ra(l)}`;
|
|
1249
1249
|
if (o) {
|
|
1250
|
-
const W = o.split(",").map((F) => F.trim()), V = `.${
|
|
1251
|
-
if (!W.some((F) => F.startsWith(".") ? V === F.toLowerCase() : F.endsWith("/*") ?
|
|
1250
|
+
const W = o.split(",").map((F) => F.trim()), V = `.${B.name.split(".").pop()?.toLowerCase()}`;
|
|
1251
|
+
if (!W.some((F) => F.startsWith(".") ? V === F.toLowerCase() : F.endsWith("/*") ? B.type.startsWith(F.replace("/*", "/")) : B.type === F)) return "File type not accepted";
|
|
1252
1252
|
}
|
|
1253
1253
|
return null;
|
|
1254
|
-
}, [l, o]),
|
|
1255
|
-
const W = c ? c -
|
|
1256
|
-
Array.from(
|
|
1257
|
-
const F = T(G),
|
|
1258
|
-
V.push({ file: G, id: _l(), error: F || void 0, preview:
|
|
1259
|
-
}),
|
|
1260
|
-
}, [
|
|
1261
|
-
const W =
|
|
1262
|
-
W?.preview && URL.revokeObjectURL(W.preview),
|
|
1263
|
-
}, [
|
|
1264
|
-
|
|
1265
|
-
}, [p,
|
|
1266
|
-
bg:
|
|
1267
|
-
borderColor: a === "error" ?
|
|
1254
|
+
}, [l, o]), z = N((B) => {
|
|
1255
|
+
const W = c ? c - w.length : 1 / 0, V = [];
|
|
1256
|
+
Array.from(B).slice(0, W).forEach((G) => {
|
|
1257
|
+
const F = T(G), K = G.type.startsWith("image/") ? URL.createObjectURL(G) : void 0;
|
|
1258
|
+
V.push({ file: G, id: _l(), error: F || void 0, preview: K }), F && v?.(F);
|
|
1259
|
+
}), B.length > W && W >= 0 && v?.(`Maximum ${c} files allowed`), A([...w, ...V]);
|
|
1260
|
+
}, [w, c, T, A, v]), M = N((B) => {
|
|
1261
|
+
const W = w.find((V) => V.id === B);
|
|
1262
|
+
W?.preview && URL.revokeObjectURL(W.preview), A(w.filter((V) => V.id !== B)), f?.(B);
|
|
1263
|
+
}, [w, A, f]), O = N((B) => {
|
|
1264
|
+
B.preventDefault(), B.stopPropagation(), x(!1), !p && B.dataTransfer.files.length > 0 && z(B.dataTransfer.files);
|
|
1265
|
+
}, [p, z]), U = {
|
|
1266
|
+
bg: R.BgMuted,
|
|
1267
|
+
borderColor: a === "error" ? R.BorderError : R.BorderDefault,
|
|
1268
1268
|
borderStyle: "dashed",
|
|
1269
1269
|
radius: Se.Md,
|
|
1270
1270
|
...xl[n]
|
|
@@ -1275,20 +1275,20 @@ const _l = () => Math.random().toString(36).slice(2, 11), Ra = (r) => {
|
|
|
1275
1275
|
p && "gloss-preset-fileupload--disabled"
|
|
1276
1276
|
].filter(Boolean).join(" ");
|
|
1277
1277
|
return /* @__PURE__ */ d("div", { className: j, children: [
|
|
1278
|
-
b && /* @__PURE__ */ e("label", { className: "gloss-preset-fileupload__label", htmlFor:
|
|
1278
|
+
b && /* @__PURE__ */ e("label", { className: "gloss-preset-fileupload__label", htmlFor: S, children: b }),
|
|
1279
1279
|
/* @__PURE__ */ e(
|
|
1280
1280
|
"input",
|
|
1281
1281
|
{
|
|
1282
|
-
ref: (
|
|
1283
|
-
|
|
1282
|
+
ref: (B) => {
|
|
1283
|
+
C.current = B, typeof t == "function" ? t(B) : t && (t.current = B);
|
|
1284
1284
|
},
|
|
1285
|
-
id:
|
|
1285
|
+
id: S,
|
|
1286
1286
|
name: k,
|
|
1287
1287
|
type: "file",
|
|
1288
1288
|
accept: o,
|
|
1289
1289
|
multiple: u,
|
|
1290
|
-
onChange: (
|
|
1291
|
-
|
|
1290
|
+
onChange: (B) => {
|
|
1291
|
+
B.target.files?.length && (z(B.target.files), B.target.value = "");
|
|
1292
1292
|
},
|
|
1293
1293
|
disabled: p,
|
|
1294
1294
|
className: "gloss-preset-fileupload__input"
|
|
@@ -1297,20 +1297,20 @@ const _l = () => Math.random().toString(36).slice(2, 11), Ra = (r) => {
|
|
|
1297
1297
|
/* @__PURE__ */ d(
|
|
1298
1298
|
ks,
|
|
1299
1299
|
{
|
|
1300
|
-
definition:
|
|
1300
|
+
definition: U,
|
|
1301
1301
|
dragging: P,
|
|
1302
1302
|
disabled: p,
|
|
1303
|
-
onClick: () => !p &&
|
|
1304
|
-
onDragOver: (
|
|
1305
|
-
|
|
1303
|
+
onClick: () => !p && C.current?.click(),
|
|
1304
|
+
onDragOver: (B) => {
|
|
1305
|
+
B.preventDefault(), B.stopPropagation(), x(!0);
|
|
1306
1306
|
},
|
|
1307
|
-
onDragLeave: (
|
|
1308
|
-
|
|
1307
|
+
onDragLeave: (B) => {
|
|
1308
|
+
B.preventDefault(), B.stopPropagation(), x(!1);
|
|
1309
1309
|
},
|
|
1310
1310
|
onDrop: O,
|
|
1311
1311
|
role: "button",
|
|
1312
1312
|
tabIndex: p ? -1 : 0,
|
|
1313
|
-
onKeyDown: (
|
|
1313
|
+
onKeyDown: (B) => B.key === "Enter" && !p && C.current?.click(),
|
|
1314
1314
|
children: [
|
|
1315
1315
|
/* @__PURE__ */ e(ve, { name: "upload-cloud", size: "lg" }),
|
|
1316
1316
|
/* @__PURE__ */ e("span", { className: "gloss-preset-fileupload__text", children: y }),
|
|
@@ -1321,15 +1321,15 @@ const _l = () => Math.random().toString(36).slice(2, 11), Ra = (r) => {
|
|
|
1321
1321
|
]
|
|
1322
1322
|
}
|
|
1323
1323
|
),
|
|
1324
|
-
|
|
1325
|
-
m &&
|
|
1324
|
+
w.length > 0 && /* @__PURE__ */ e(Ds, { children: w.map((B) => /* @__PURE__ */ d(Is, { error: !!B.error, children: [
|
|
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
|
-
/* @__PURE__ */ e("span", { className: "gloss-preset-fileupload__file-name", children:
|
|
1328
|
-
/* @__PURE__ */ e("span", { className: "gloss-preset-fileupload__file-size", children: Ra(
|
|
1329
|
-
|
|
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: Ra(B.file.size) }),
|
|
1329
|
+
B.error && /* @__PURE__ */ e("span", { className: "gloss-preset-fileupload__file-error", children: B.error })
|
|
1330
1330
|
] }),
|
|
1331
|
-
/* @__PURE__ */ e("button", { type: "button", className: "gloss-preset-fileupload__remove", onClick: () => M(
|
|
1332
|
-
] },
|
|
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" }) })
|
|
1332
|
+
] }, B.id)) }),
|
|
1333
1333
|
_ && /* @__PURE__ */ e("div", { className: `gloss-preset-fileupload__helper ${a === "error" ? "gloss-preset-fileupload__helper--error" : ""}`, children: _ })
|
|
1334
1334
|
] });
|
|
1335
1335
|
}
|
|
@@ -1397,29 +1397,29 @@ const Nl = [
|
|
|
1397
1397
|
helperText: m,
|
|
1398
1398
|
id: f,
|
|
1399
1399
|
name: y
|
|
1400
|
-
} = r, b = Le(), _ = f || b, v = ce(null), [h, k] = H(!1), [E,
|
|
1401
|
-
const
|
|
1402
|
-
|
|
1403
|
-
}, [o,
|
|
1404
|
-
const M = ir(
|
|
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 = ir(I) || { r: 59, g: 130, b: 246 }, P = N((z, M, O) => {
|
|
1401
|
+
const U = Ba(z, M, O, o);
|
|
1402
|
+
C || S(U), i?.(U);
|
|
1403
|
+
}, [o, C, i]), x = N((z) => {
|
|
1404
|
+
const M = ir(z);
|
|
1405
1405
|
M && P(M.r, M.g, M.b);
|
|
1406
|
-
}, [P]), D = N((
|
|
1407
|
-
const M = ir(
|
|
1406
|
+
}, [P]), D = N((z) => {
|
|
1407
|
+
const M = ir(z.target.value);
|
|
1408
1408
|
M && P(M.r, M.g, M.b);
|
|
1409
|
-
}, [P]),
|
|
1410
|
-
const M =
|
|
1411
|
-
|
|
1409
|
+
}, [P]), w = N((z) => {
|
|
1410
|
+
const M = z.target.value;
|
|
1411
|
+
C || S(M);
|
|
1412
1412
|
const O = ir(M);
|
|
1413
1413
|
O && i?.(Ba(O.r, O.g, O.b, o));
|
|
1414
|
-
}, [o,
|
|
1414
|
+
}, [o, C, i]);
|
|
1415
1415
|
se(() => {
|
|
1416
1416
|
if (!h) return;
|
|
1417
|
-
const
|
|
1417
|
+
const z = (M) => {
|
|
1418
1418
|
v.current && !v.current.contains(M.target) && k(!1);
|
|
1419
1419
|
};
|
|
1420
|
-
return document.addEventListener("mousedown",
|
|
1420
|
+
return document.addEventListener("mousedown", z), () => document.removeEventListener("mousedown", z);
|
|
1421
1421
|
}, [h]);
|
|
1422
|
-
const
|
|
1422
|
+
const A = {
|
|
1423
1423
|
radius: Se.Md,
|
|
1424
1424
|
elevation: Ze.Card,
|
|
1425
1425
|
...Cl[a]
|
|
@@ -1431,15 +1431,15 @@ const Nl = [
|
|
|
1431
1431
|
return /* @__PURE__ */ d("div", { className: T, ref: v, children: [
|
|
1432
1432
|
p && /* @__PURE__ */ e("label", { className: "gloss-preset-colorpicker__label", htmlFor: _, children: p }),
|
|
1433
1433
|
/* @__PURE__ */ e("input", { ref: t, type: "hidden", id: _, name: y, value: I }),
|
|
1434
|
-
/* @__PURE__ */ d("button", { type: "button", className: "gloss-preset-colorpicker__trigger", onClick: () => !u && k((
|
|
1434
|
+
/* @__PURE__ */ d("button", { type: "button", className: "gloss-preset-colorpicker__trigger", onClick: () => !u && k((z) => !z), disabled: u, "aria-haspopup": "dialog", "aria-expanded": h, children: [
|
|
1435
1435
|
/* @__PURE__ */ e(Ts, { style: { backgroundColor: I } }),
|
|
1436
1436
|
/* @__PURE__ */ e("span", { className: "gloss-preset-colorpicker__value", children: I }),
|
|
1437
1437
|
/* @__PURE__ */ e(ve, { name: "chevron-down", size: "sm" })
|
|
1438
1438
|
] }),
|
|
1439
|
-
h && /* @__PURE__ */ e("div", { className: "gloss-preset-colorpicker__dropdown", children: /* @__PURE__ */ d(Es, { definition:
|
|
1439
|
+
h && /* @__PURE__ */ e("div", { className: "gloss-preset-colorpicker__dropdown", children: /* @__PURE__ */ d(Es, { definition: A, disabled: u, children: [
|
|
1440
1440
|
/* @__PURE__ */ e(Ms, { children: /* @__PURE__ */ e("input", { type: "color", value: yn(g.r, g.g, g.b), onChange: D, className: "gloss-preset-colorpicker__native", disabled: u }) }),
|
|
1441
|
-
l.length > 0 && /* @__PURE__ */ e("div", { className: "gloss-preset-colorpicker__swatches", children: l.map((
|
|
1442
|
-
/* @__PURE__ */ e("div", { className: "gloss-preset-colorpicker__input-row", children: /* @__PURE__ */ e("input", { type: "text", value: I, onChange:
|
|
1441
|
+
l.length > 0 && /* @__PURE__ */ e("div", { className: "gloss-preset-colorpicker__swatches", children: l.map((z) => /* @__PURE__ */ e("button", { type: "button", className: `gloss-preset-colorpicker__swatch-btn ${I.toLowerCase() === z.toLowerCase() ? "gloss-preset-colorpicker__swatch-btn--selected" : ""}`, style: { backgroundColor: z }, onClick: () => x(z), "aria-label": `Select ${z}` }, z)) }),
|
|
1442
|
+
/* @__PURE__ */ e("div", { className: "gloss-preset-colorpicker__input-row", children: /* @__PURE__ */ e("input", { type: "text", value: I, onChange: w, className: "gloss-preset-colorpicker__text-input", disabled: u, placeholder: "#000000" }) })
|
|
1443
1443
|
] }) }),
|
|
1444
1444
|
m && /* @__PURE__ */ e("div", { className: "gloss-preset-colorpicker__helper", children: m })
|
|
1445
1445
|
] });
|
|
@@ -1454,7 +1454,7 @@ const kl = {
|
|
|
1454
1454
|
xl: { starSize: "34px", gap: J.Xs }
|
|
1455
1455
|
}, Dl = {
|
|
1456
1456
|
activeColor: "#f59e0b",
|
|
1457
|
-
inactiveColor:
|
|
1457
|
+
inactiveColor: R.Gray300,
|
|
1458
1458
|
hoverColor: "#fbbf24"
|
|
1459
1459
|
}, Il = Z.forwardRef(
|
|
1460
1460
|
({ size: r = "md", readOnly: t, disabled: a, children: n, ...s }, i) => {
|
|
@@ -1550,12 +1550,12 @@ const El = Z.forwardRef(
|
|
|
1550
1550
|
El.displayName = "SplitButton";
|
|
1551
1551
|
const Ml = {
|
|
1552
1552
|
default: {
|
|
1553
|
-
bg:
|
|
1554
|
-
color:
|
|
1553
|
+
bg: R.Gray900,
|
|
1554
|
+
color: R.TextInverse
|
|
1555
1555
|
},
|
|
1556
1556
|
rich: {
|
|
1557
|
-
bg:
|
|
1558
|
-
color:
|
|
1557
|
+
bg: R.BgSurface,
|
|
1558
|
+
color: R.TextPrimary
|
|
1559
1559
|
}
|
|
1560
1560
|
}, Pl = {
|
|
1561
1561
|
sm: { padding: J.Xs, fontSize: "0.6875rem", maxWidth: "180px" },
|
|
@@ -1591,9 +1591,9 @@ function Bl(r) {
|
|
|
1591
1591
|
}
|
|
1592
1592
|
Bl.displayName = "PresetTooltip";
|
|
1593
1593
|
const Al = {
|
|
1594
|
-
default: { borderColor:
|
|
1595
|
-
error: { borderColor:
|
|
1596
|
-
success: { borderColor:
|
|
1594
|
+
default: { borderColor: R.BorderDefault },
|
|
1595
|
+
error: { borderColor: R.BorderError },
|
|
1596
|
+
success: { borderColor: R.BorderSuccess }
|
|
1597
1597
|
}, zl = {
|
|
1598
1598
|
xs: { padding: J.Xs, paddingX: J.Sm, fontSize: "0.75rem", minHeight: "28px" },
|
|
1599
1599
|
sm: { padding: J.Xs, paddingX: J.Sm, fontSize: "0.8125rem", minHeight: "32px" },
|
|
@@ -1601,10 +1601,10 @@ const Al = {
|
|
|
1601
1601
|
lg: { padding: J.Sm, paddingX: J.Md, fontSize: "0.9375rem", minHeight: "42px" },
|
|
1602
1602
|
xl: { padding: J.Md, paddingX: J.Lg, fontSize: "1rem", minHeight: "48px" }
|
|
1603
1603
|
}, $l = {
|
|
1604
|
-
bg:
|
|
1605
|
-
color:
|
|
1604
|
+
bg: R.BgSurface,
|
|
1605
|
+
color: R.TextPrimary,
|
|
1606
1606
|
radius: Se.Md,
|
|
1607
|
-
placeholderColor:
|
|
1607
|
+
placeholderColor: R.TextTertiary
|
|
1608
1608
|
}, Me = Z.forwardRef(
|
|
1609
1609
|
(r, t) => {
|
|
1610
1610
|
const {
|
|
@@ -1631,7 +1631,7 @@ const Al = {
|
|
|
1631
1631
|
"gloss-preset-input",
|
|
1632
1632
|
`gloss-preset-input--${v}`,
|
|
1633
1633
|
`gloss-preset-input--${n}`
|
|
1634
|
-
].filter(Boolean).join(" "), E = c && !!b.value,
|
|
1634
|
+
].filter(Boolean).join(" "), E = c && !!b.value, S = typeof b.value == "string" ? b.value.length : 0, C = b.maxLength, I = m && C != null, g = /* @__PURE__ */ e(
|
|
1635
1635
|
Bs,
|
|
1636
1636
|
{
|
|
1637
1637
|
ref: t,
|
|
@@ -1644,7 +1644,7 @@ const Al = {
|
|
|
1644
1644
|
}
|
|
1645
1645
|
);
|
|
1646
1646
|
if (!E && !f && !y && !I) return g;
|
|
1647
|
-
const P =
|
|
1647
|
+
const P = C ? S / C : 0, x = P >= 1 ? "over" : P >= 0.8 ? "warn" : "ok";
|
|
1648
1648
|
return /* @__PURE__ */ d("div", { className: "gloss-preset-input__field-wrapper", children: [
|
|
1649
1649
|
f && /* @__PURE__ */ e("span", { className: "gloss-preset-input__icon gloss-preset-input__icon--left", children: f }),
|
|
1650
1650
|
g,
|
|
@@ -1664,18 +1664,18 @@ const Al = {
|
|
|
1664
1664
|
),
|
|
1665
1665
|
y && !E && /* @__PURE__ */ e("span", { className: "gloss-preset-input__icon gloss-preset-input__icon--right", children: y }),
|
|
1666
1666
|
I && /* @__PURE__ */ d("span", { className: `gloss-preset-input__counter gloss-preset-input__counter--${x}`, children: [
|
|
1667
|
-
|
|
1667
|
+
S,
|
|
1668
1668
|
"/",
|
|
1669
|
-
|
|
1669
|
+
C
|
|
1670
1670
|
] })
|
|
1671
1671
|
] });
|
|
1672
1672
|
}
|
|
1673
1673
|
);
|
|
1674
1674
|
Me.displayName = "PresetInput";
|
|
1675
1675
|
const Fl = {
|
|
1676
|
-
default: { borderColor:
|
|
1677
|
-
error: { borderColor:
|
|
1678
|
-
success: { borderColor:
|
|
1676
|
+
default: { borderColor: R.BorderDefault },
|
|
1677
|
+
error: { borderColor: R.BorderError },
|
|
1678
|
+
success: { borderColor: R.BorderSuccess }
|
|
1679
1679
|
}, Ol = {
|
|
1680
1680
|
xs: { padding: J.Xs, paddingX: J.Sm, fontSize: "0.75rem", minHeight: "60px" },
|
|
1681
1681
|
sm: { padding: J.Xs, paddingX: J.Sm, fontSize: "0.8125rem", minHeight: "72px" },
|
|
@@ -1683,10 +1683,10 @@ const Fl = {
|
|
|
1683
1683
|
lg: { padding: J.Sm, paddingX: J.Md, fontSize: "0.9375rem", minHeight: "96px" },
|
|
1684
1684
|
xl: { padding: J.Md, paddingX: J.Lg, fontSize: "1rem", minHeight: "108px" }
|
|
1685
1685
|
}, Ll = {
|
|
1686
|
-
bg:
|
|
1687
|
-
color:
|
|
1686
|
+
bg: R.BgSurface,
|
|
1687
|
+
color: R.TextPrimary,
|
|
1688
1688
|
radius: Se.Md,
|
|
1689
|
-
placeholderColor:
|
|
1689
|
+
placeholderColor: R.TextTertiary,
|
|
1690
1690
|
resize: "vertical"
|
|
1691
1691
|
}, vn = Z.forwardRef(
|
|
1692
1692
|
(r, t) => {
|
|
@@ -1717,20 +1717,20 @@ const Fl = {
|
|
|
1717
1717
|
"gloss-preset-textarea",
|
|
1718
1718
|
`gloss-preset-textarea--${v}`,
|
|
1719
1719
|
`gloss-preset-textarea--${n}`
|
|
1720
|
-
].filter(Boolean).join(" "), E = ce(null),
|
|
1720
|
+
].filter(Boolean).join(" "), E = ce(null), S = N((g) => {
|
|
1721
1721
|
if (!g || !p) return;
|
|
1722
1722
|
g.style.height = "auto";
|
|
1723
|
-
const P = getComputedStyle(g), x = parseFloat(P.lineHeight) || parseFloat(P.fontSize) * 1.2, D = parseFloat(P.paddingTop) || 0,
|
|
1724
|
-
g.style.height = `${
|
|
1725
|
-
}, [p, m, f]),
|
|
1726
|
-
E.current = g, typeof t == "function" ? t(g) : t && (t.current = g),
|
|
1727
|
-
}, [t,
|
|
1723
|
+
const P = getComputedStyle(g), x = parseFloat(P.lineHeight) || parseFloat(P.fontSize) * 1.2, D = parseFloat(P.paddingTop) || 0, w = parseFloat(P.paddingBottom) || 0, A = parseFloat(P.borderTopWidth) || 0, T = parseFloat(P.borderBottomWidth) || 0, z = D + w + A + T, M = m ? x * m + z : 0, O = f ? x * f + z : 1 / 0, U = Math.min(Math.max(g.scrollHeight, M), O);
|
|
1724
|
+
g.style.height = `${U}px`;
|
|
1725
|
+
}, [p, m, f]), C = N((g) => {
|
|
1726
|
+
E.current = g, typeof t == "function" ? t(g) : t && (t.current = g), S(g);
|
|
1727
|
+
}, [t, S]), I = _.onChange;
|
|
1728
1728
|
return p && (_.onChange = (g) => {
|
|
1729
|
-
I?.(g),
|
|
1729
|
+
I?.(g), S(g.target);
|
|
1730
1730
|
}), /* @__PURE__ */ e(
|
|
1731
1731
|
As,
|
|
1732
1732
|
{
|
|
1733
|
-
ref:
|
|
1733
|
+
ref: C,
|
|
1734
1734
|
definition: h,
|
|
1735
1735
|
className: k,
|
|
1736
1736
|
label: s,
|
|
@@ -1750,9 +1750,9 @@ const Hl = {
|
|
|
1750
1750
|
lg: { padding: J.Lg, fontSize: "1rem", minHeight: "40px" },
|
|
1751
1751
|
xl: { padding: J.Xl, fontSize: "1.125rem", minHeight: "44px" }
|
|
1752
1752
|
}, Wl = {
|
|
1753
|
-
default:
|
|
1754
|
-
error:
|
|
1755
|
-
success:
|
|
1753
|
+
default: R.BorderDefault,
|
|
1754
|
+
error: R.BorderError,
|
|
1755
|
+
success: R.BorderSuccess
|
|
1756
1756
|
}, Gl = Z.forwardRef(
|
|
1757
1757
|
(r, t) => {
|
|
1758
1758
|
const {
|
|
@@ -1772,54 +1772,54 @@ const Hl = {
|
|
|
1772
1772
|
placeholder: _,
|
|
1773
1773
|
showStepper: v = !0,
|
|
1774
1774
|
formatValue: h
|
|
1775
|
-
} = r, [k, E] = H(i),
|
|
1775
|
+
} = r, [k, E] = H(i), S = s !== void 0, C = S ? s : k, I = N((M) => {
|
|
1776
1776
|
let O = M;
|
|
1777
1777
|
return c !== void 0 && (O = Math.max(c, O)), l !== void 0 && (O = Math.min(l, O)), !b && O < 0 && (O = 0), p !== void 0 && (O = parseFloat(O.toFixed(p))), O;
|
|
1778
1778
|
}, [c, l, b, p]), g = N((M) => {
|
|
1779
1779
|
const O = I(M);
|
|
1780
|
-
|
|
1781
|
-
}, [I,
|
|
1780
|
+
S || E(O), o?.(O);
|
|
1781
|
+
}, [I, S, o]), P = N((M) => {
|
|
1782
1782
|
const O = M.target.value;
|
|
1783
1783
|
if (O === "" || O === "-") return;
|
|
1784
|
-
const
|
|
1785
|
-
isNaN(
|
|
1784
|
+
const U = parseFloat(O);
|
|
1785
|
+
isNaN(U) || g(U);
|
|
1786
1786
|
}, [g]), x = N((M) => {
|
|
1787
|
-
M.key === "ArrowUp" && (M.preventDefault(), g(
|
|
1788
|
-
}, [
|
|
1789
|
-
bg:
|
|
1790
|
-
color:
|
|
1787
|
+
M.key === "ArrowUp" && (M.preventDefault(), g(C + u)), M.key === "ArrowDown" && (M.preventDefault(), g(C - u));
|
|
1788
|
+
}, [C, u, g]), D = c !== void 0 && C <= c, w = l !== void 0 && C >= l, A = h ? h(C) : String(C), T = {
|
|
1789
|
+
bg: R.BgSurface,
|
|
1790
|
+
color: R.TextPrimary,
|
|
1791
1791
|
borderColor: Wl[a],
|
|
1792
1792
|
radius: Se.Md,
|
|
1793
|
-
buttonBg:
|
|
1793
|
+
buttonBg: R.BgMuted,
|
|
1794
1794
|
...Hl[n]
|
|
1795
|
-
},
|
|
1795
|
+
}, z = [
|
|
1796
1796
|
"gloss-preset-numberinput",
|
|
1797
1797
|
`gloss-preset-numberinput--${a}`,
|
|
1798
1798
|
`gloss-preset-numberinput--${n}`,
|
|
1799
1799
|
y && "gloss-preset-numberinput--disabled"
|
|
1800
1800
|
].filter(Boolean).join(" ");
|
|
1801
|
-
return /* @__PURE__ */ d("div", { className:
|
|
1801
|
+
return /* @__PURE__ */ d("div", { className: z, children: [
|
|
1802
1802
|
m && /* @__PURE__ */ e("label", { className: "gloss-preset-numberinput__label", children: m }),
|
|
1803
1803
|
/* @__PURE__ */ d(zs, { definition: T, disabled: y, children: [
|
|
1804
|
-
v && /* @__PURE__ */ e("button", { type: "button", onClick: () => g(
|
|
1804
|
+
v && /* @__PURE__ */ e("button", { type: "button", onClick: () => g(C - u), disabled: y || D, "aria-label": "Decrease value", tabIndex: -1, children: /* @__PURE__ */ e(ve, { name: "minus", size: "sm" }) }),
|
|
1805
1805
|
/* @__PURE__ */ e(
|
|
1806
1806
|
"input",
|
|
1807
1807
|
{
|
|
1808
1808
|
ref: t,
|
|
1809
1809
|
type: "text",
|
|
1810
1810
|
inputMode: "numeric",
|
|
1811
|
-
value:
|
|
1811
|
+
value: A,
|
|
1812
1812
|
onChange: P,
|
|
1813
|
-
onBlur: () => g(
|
|
1813
|
+
onBlur: () => g(C),
|
|
1814
1814
|
onKeyDown: x,
|
|
1815
1815
|
disabled: y,
|
|
1816
1816
|
placeholder: _,
|
|
1817
1817
|
"aria-valuemin": c,
|
|
1818
1818
|
"aria-valuemax": l,
|
|
1819
|
-
"aria-valuenow":
|
|
1819
|
+
"aria-valuenow": C
|
|
1820
1820
|
}
|
|
1821
1821
|
),
|
|
1822
|
-
v && /* @__PURE__ */ e("button", { type: "button", onClick: () => g(
|
|
1822
|
+
v && /* @__PURE__ */ e("button", { type: "button", onClick: () => g(C + u), disabled: y || w, "aria-label": "Increase value", tabIndex: -1, children: /* @__PURE__ */ e(ve, { name: "plus", size: "sm" }) })
|
|
1823
1823
|
] }),
|
|
1824
1824
|
f && /* @__PURE__ */ e("div", { className: `gloss-preset-numberinput__helper ${a === "error" ? "gloss-preset-numberinput__helper--error" : ""}`, children: f })
|
|
1825
1825
|
] });
|
|
@@ -1862,9 +1862,9 @@ const Kl = {
|
|
|
1862
1862
|
lg: { padding: J.Lg, fontSize: "1rem", minHeight: "40px" },
|
|
1863
1863
|
xl: { padding: J.Xl, fontSize: "1.125rem", minHeight: "44px" }
|
|
1864
1864
|
}, Ul = {
|
|
1865
|
-
default:
|
|
1866
|
-
error:
|
|
1867
|
-
success:
|
|
1865
|
+
default: R.BorderDefault,
|
|
1866
|
+
error: R.BorderError,
|
|
1867
|
+
success: R.BorderSuccess
|
|
1868
1868
|
}, Yt = Z.forwardRef(
|
|
1869
1869
|
(r, t) => {
|
|
1870
1870
|
const {
|
|
@@ -1883,7 +1883,7 @@ const Kl = {
|
|
|
1883
1883
|
required: b,
|
|
1884
1884
|
id: _,
|
|
1885
1885
|
name: v
|
|
1886
|
-
} = r, h = ce(null), k = ce(null), E = typeof s == "string" ? Kl[s] : s,
|
|
1886
|
+
} = r, h = ce(null), k = ce(null), E = typeof s == "string" ? Kl[s] : s, S = N((g) => {
|
|
1887
1887
|
h.current = g, typeof t == "function" ? t(g) : t && (t.current = g);
|
|
1888
1888
|
}, [t]);
|
|
1889
1889
|
se(() => {
|
|
@@ -1909,12 +1909,12 @@ const Kl = {
|
|
|
1909
1909
|
}, [E, o, c]), se(() => {
|
|
1910
1910
|
k.current && i !== void 0 && k.current.unmaskedValue !== i && (k.current.unmaskedValue = i);
|
|
1911
1911
|
}, [i]);
|
|
1912
|
-
const
|
|
1913
|
-
bg:
|
|
1914
|
-
color:
|
|
1912
|
+
const C = {
|
|
1913
|
+
bg: R.BgSurface,
|
|
1914
|
+
color: R.TextPrimary,
|
|
1915
1915
|
borderColor: Ul[a],
|
|
1916
1916
|
radius: Se.Md,
|
|
1917
|
-
placeholderColor:
|
|
1917
|
+
placeholderColor: R.TextTertiary,
|
|
1918
1918
|
...Yl[n]
|
|
1919
1919
|
}, I = [
|
|
1920
1920
|
"gloss-preset-maskedinput",
|
|
@@ -1924,8 +1924,8 @@ const Kl = {
|
|
|
1924
1924
|
return /* @__PURE__ */ e("div", { className: I, children: /* @__PURE__ */ e(
|
|
1925
1925
|
$s,
|
|
1926
1926
|
{
|
|
1927
|
-
ref:
|
|
1928
|
-
definition:
|
|
1927
|
+
ref: S,
|
|
1928
|
+
definition: C,
|
|
1929
1929
|
label: u,
|
|
1930
1930
|
helperText: p,
|
|
1931
1931
|
required: b,
|
|
@@ -1942,13 +1942,13 @@ const Kl = {
|
|
|
1942
1942
|
Yt.displayName = "PresetMaskedInput";
|
|
1943
1943
|
const Xl = {
|
|
1944
1944
|
default: {
|
|
1945
|
-
borderColor:
|
|
1945
|
+
borderColor: R.BorderDefault
|
|
1946
1946
|
},
|
|
1947
1947
|
error: {
|
|
1948
|
-
borderColor:
|
|
1948
|
+
borderColor: R.BorderError
|
|
1949
1949
|
},
|
|
1950
1950
|
success: {
|
|
1951
|
-
borderColor:
|
|
1951
|
+
borderColor: R.BorderSuccess
|
|
1952
1952
|
}
|
|
1953
1953
|
}, ql = {
|
|
1954
1954
|
xs: { padding: J.Xs, fontSize: "0.75rem", minHeight: "24px" },
|
|
@@ -1957,10 +1957,10 @@ const Xl = {
|
|
|
1957
1957
|
lg: { padding: J.Sm, fontSize: "0.9375rem", minHeight: "42px" },
|
|
1958
1958
|
xl: { padding: J.Md, fontSize: "1rem", minHeight: "48px" }
|
|
1959
1959
|
}, Zl = {
|
|
1960
|
-
bg:
|
|
1960
|
+
bg: R.BgSurface,
|
|
1961
1961
|
radius: Se.Md
|
|
1962
1962
|
};
|
|
1963
|
-
|
|
1963
|
+
R.BgSurface, R.BorderDefault, Se.Md, Ze.Card;
|
|
1964
1964
|
function Tt(r) {
|
|
1965
1965
|
const {
|
|
1966
1966
|
variant: t = "default",
|
|
@@ -1989,17 +1989,17 @@ function Tt(r) {
|
|
|
1989
1989
|
Tt.displayName = "PresetSelect";
|
|
1990
1990
|
const Jl = Xt("md"), Ql = {
|
|
1991
1991
|
elevated: {
|
|
1992
|
-
bg:
|
|
1992
|
+
bg: R.BgSurface,
|
|
1993
1993
|
border: "none",
|
|
1994
1994
|
elevation: Ze.Card
|
|
1995
1995
|
},
|
|
1996
1996
|
outlined: {
|
|
1997
|
-
bg:
|
|
1998
|
-
border: `1px solid ${
|
|
1997
|
+
bg: R.BgSurface,
|
|
1998
|
+
border: `1px solid ${R.BorderDefault}`,
|
|
1999
1999
|
elevation: "none"
|
|
2000
2000
|
},
|
|
2001
2001
|
filled: {
|
|
2002
|
-
bg:
|
|
2002
|
+
bg: R.BgMuted,
|
|
2003
2003
|
border: "none",
|
|
2004
2004
|
elevation: "none"
|
|
2005
2005
|
}
|
|
@@ -2080,19 +2080,19 @@ const lc = Z.forwardRef(
|
|
|
2080
2080
|
);
|
|
2081
2081
|
lc.displayName = "PresetCardActions";
|
|
2082
2082
|
const cc = {
|
|
2083
|
-
default: { bg:
|
|
2084
|
-
primary: { bg:
|
|
2085
|
-
success: { bg:
|
|
2086
|
-
warning: { bg:
|
|
2087
|
-
error: { bg:
|
|
2088
|
-
info: { bg:
|
|
2083
|
+
default: { bg: R.Gray100, color: R.Gray700 },
|
|
2084
|
+
primary: { bg: R.Blue100, color: R.Blue700 },
|
|
2085
|
+
success: { bg: R.Green100, color: R.Green700 },
|
|
2086
|
+
warning: { bg: R.Amber100, color: R.Amber600 },
|
|
2087
|
+
error: { bg: R.Red100, color: R.Red700 },
|
|
2088
|
+
info: { bg: R.Blue50, color: R.Blue600 }
|
|
2089
2089
|
}, dc = {
|
|
2090
|
-
default: { bg:
|
|
2091
|
-
primary: { bg:
|
|
2092
|
-
success: { bg:
|
|
2093
|
-
warning: { bg:
|
|
2094
|
-
error: { bg:
|
|
2095
|
-
info: { bg:
|
|
2090
|
+
default: { bg: R.Gray50 },
|
|
2091
|
+
primary: { bg: R.Blue50 },
|
|
2092
|
+
success: { bg: R.Green50 },
|
|
2093
|
+
warning: { bg: R.Amber200 },
|
|
2094
|
+
error: { bg: R.Red50 },
|
|
2095
|
+
info: { bg: R.Blue50 }
|
|
2096
2096
|
}, uc = {
|
|
2097
2097
|
xs: { fontSize: "0.625rem", padding: "1px", paddingX: "4px" },
|
|
2098
2098
|
sm: { fontSize: "0.6875rem", padding: "2px", paddingX: "6px" },
|
|
@@ -2130,25 +2130,25 @@ const cc = {
|
|
|
2130
2130
|
xn.displayName = "PresetBadge";
|
|
2131
2131
|
const mc = {
|
|
2132
2132
|
filled: {
|
|
2133
|
-
default: { bg:
|
|
2134
|
-
primary: { bg:
|
|
2135
|
-
success: { bg:
|
|
2136
|
-
warning: { bg:
|
|
2137
|
-
error: { bg:
|
|
2133
|
+
default: { bg: R.Gray100, color: R.Gray700 },
|
|
2134
|
+
primary: { bg: R.Blue100, color: R.Blue700 },
|
|
2135
|
+
success: { bg: R.Green100, color: R.Green700 },
|
|
2136
|
+
warning: { bg: R.Amber100, color: R.Amber600 },
|
|
2137
|
+
error: { bg: R.Red100, color: R.Red700 }
|
|
2138
2138
|
},
|
|
2139
2139
|
outlined: {
|
|
2140
|
-
default: { bg: "transparent", borderColor:
|
|
2141
|
-
primary: { bg: "transparent", borderColor:
|
|
2142
|
-
success: { bg: "transparent", borderColor:
|
|
2143
|
-
warning: { bg: "transparent", borderColor:
|
|
2144
|
-
error: { bg: "transparent", borderColor:
|
|
2140
|
+
default: { bg: "transparent", borderColor: R.Gray300, color: R.Gray700 },
|
|
2141
|
+
primary: { bg: "transparent", borderColor: R.Blue300, color: R.Blue700 },
|
|
2142
|
+
success: { bg: "transparent", borderColor: R.Green500, color: R.Green700 },
|
|
2143
|
+
warning: { bg: "transparent", borderColor: R.Amber500, color: R.Amber600 },
|
|
2144
|
+
error: { bg: "transparent", borderColor: R.Red400, color: R.Red700 }
|
|
2145
2145
|
},
|
|
2146
2146
|
soft: {
|
|
2147
|
-
default: { bg:
|
|
2148
|
-
primary: { bg:
|
|
2149
|
-
success: { bg:
|
|
2150
|
-
warning: { bg:
|
|
2151
|
-
error: { bg:
|
|
2147
|
+
default: { bg: R.Gray50, color: R.Gray700 },
|
|
2148
|
+
primary: { bg: R.Blue50, color: R.Blue700 },
|
|
2149
|
+
success: { bg: R.Green50, color: R.Green700 },
|
|
2150
|
+
warning: { bg: R.Amber200, color: R.Amber600 },
|
|
2151
|
+
error: { bg: R.Red50, color: R.Red700 }
|
|
2152
2152
|
}
|
|
2153
2153
|
}, pc = {
|
|
2154
2154
|
xs: { fontSize: "0.6875rem", padding: "2px", paddingX: "6px" },
|
|
@@ -2231,7 +2231,7 @@ const mc = {
|
|
|
2231
2231
|
);
|
|
2232
2232
|
Zr.displayName = "PresetChip";
|
|
2233
2233
|
const fc = {
|
|
2234
|
-
borderColor:
|
|
2234
|
+
borderColor: R.BorderDefault,
|
|
2235
2235
|
radius: Se.None
|
|
2236
2236
|
}, gc = Z.forwardRef(
|
|
2237
2237
|
({ children: r, ...t }, a) => {
|
|
@@ -2265,8 +2265,8 @@ const vc = {
|
|
|
2265
2265
|
sm: { padding: J.Xs, minWidth: "140px" },
|
|
2266
2266
|
md: { padding: J.Sm, minWidth: "180px" }
|
|
2267
2267
|
}, _c = {
|
|
2268
|
-
bg:
|
|
2269
|
-
borderColor:
|
|
2268
|
+
bg: R.BgSurface,
|
|
2269
|
+
borderColor: R.BorderDefault,
|
|
2270
2270
|
radius: Se.Md,
|
|
2271
2271
|
elevation: Ze.Card
|
|
2272
2272
|
}, xc = Z.forwardRef(
|
|
@@ -2315,7 +2315,7 @@ function Nc({ label: r, open: t, onOpenChange: a, showCount: n = "never", childr
|
|
|
2315
2315
|
Nc.displayName = "PresetMenuGroup";
|
|
2316
2316
|
const Sc = {
|
|
2317
2317
|
padding: J.Sm,
|
|
2318
|
-
hoverBg:
|
|
2318
|
+
hoverBg: R.BgHover
|
|
2319
2319
|
}, Cc = Z.forwardRef(
|
|
2320
2320
|
({ disabled: r, active: t, as: a, icon: n, children: s, ...i }, o) => {
|
|
2321
2321
|
const c = { ...i };
|
|
@@ -2548,26 +2548,26 @@ function Dc({
|
|
|
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" ? Mr[t] : t, E = a ?? (typeof t == "string" ? Mr[t]?.duration : Qe.normal) ?? Qe.normal,
|
|
2551
|
+
const [f, y] = H(r ? "entered" : "exited"), [b, _] = H(r), v = ce(null), h = ce(null), k = typeof t == "string" ? Mr[t] : t, E = a ?? (typeof t == "string" ? Mr[t]?.duration : Qe.normal) ?? Qe.normal, S = n ?? (typeof t == "string" ? Mr[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
|
-
if (se(() => (
|
|
2554
|
+
if (se(() => (C(), r ? (_(!0), o?.(), h.current = requestAnimationFrame(() => {
|
|
2555
2555
|
y("entering"), v.current = setTimeout(() => {
|
|
2556
2556
|
y("entered"), c?.();
|
|
2557
2557
|
}, E + s);
|
|
2558
2558
|
})) : (l?.(), y("exiting"), v.current = setTimeout(() => {
|
|
2559
2559
|
y("exited"), i && _(!1), u?.();
|
|
2560
|
-
}, E + s)),
|
|
2560
|
+
}, E + s)), C), [r, E, s, i, o, c, l, u, C]), !b) return null;
|
|
2561
2561
|
let I = {};
|
|
2562
2562
|
switch (f) {
|
|
2563
2563
|
case "entering":
|
|
2564
|
-
I = { ...k.enter.to, transition: `all ${E}ms ${
|
|
2564
|
+
I = { ...k.enter.to, transition: `all ${E}ms ${S}`, transitionDelay: s > 0 ? `${s}ms` : void 0 };
|
|
2565
2565
|
break;
|
|
2566
2566
|
case "entered":
|
|
2567
2567
|
I = k.enter.to;
|
|
2568
2568
|
break;
|
|
2569
2569
|
case "exiting":
|
|
2570
|
-
I = { ...k.exit.to, transition: `all ${E}ms ${
|
|
2570
|
+
I = { ...k.exit.to, transition: `all ${E}ms ${S}`, transitionDelay: s > 0 ? `${s}ms` : void 0 };
|
|
2571
2571
|
break;
|
|
2572
2572
|
case "exited":
|
|
2573
2573
|
I = k.exit.to;
|
|
@@ -2612,40 +2612,40 @@ function Ec(r) {
|
|
|
2612
2612
|
[a]
|
|
2613
2613
|
), k = N(
|
|
2614
2614
|
async (x, D) => {
|
|
2615
|
-
const
|
|
2616
|
-
if (p(
|
|
2617
|
-
const
|
|
2618
|
-
f(
|
|
2615
|
+
const w = { ...u, [x]: D };
|
|
2616
|
+
if (p(w), s) {
|
|
2617
|
+
const A = await h(w);
|
|
2618
|
+
f(A);
|
|
2619
2619
|
}
|
|
2620
2620
|
},
|
|
2621
2621
|
[u, s, h]
|
|
2622
2622
|
), E = N((x, D) => {
|
|
2623
|
-
f((
|
|
2624
|
-
}, []),
|
|
2623
|
+
f((w) => ({ ...w, [x]: D }));
|
|
2624
|
+
}, []), S = N(
|
|
2625
2625
|
async (x, D = !0) => {
|
|
2626
|
-
if (b((
|
|
2627
|
-
const
|
|
2628
|
-
f(
|
|
2626
|
+
if (b((w) => ({ ...w, [x]: D })), i && D) {
|
|
2627
|
+
const w = await h(u);
|
|
2628
|
+
f(w);
|
|
2629
2629
|
}
|
|
2630
2630
|
},
|
|
2631
2631
|
[i, h, u]
|
|
2632
|
-
),
|
|
2632
|
+
), C = N(
|
|
2633
2633
|
(x) => ({
|
|
2634
2634
|
value: u[x],
|
|
2635
2635
|
onChange: (D) => k(x, D),
|
|
2636
|
-
onBlur: () =>
|
|
2636
|
+
onBlur: () => S(x, !0),
|
|
2637
2637
|
name: x,
|
|
2638
2638
|
error: y[x] ? m[x] : void 0,
|
|
2639
2639
|
touched: y[x] ?? !1
|
|
2640
2640
|
}),
|
|
2641
|
-
[u, m, y, k,
|
|
2641
|
+
[u, m, y, k, S]
|
|
2642
2642
|
), I = ee(() => Object.keys(m).length === 0, [m]), g = N(
|
|
2643
2643
|
async (x) => {
|
|
2644
2644
|
o && x.preventDefault();
|
|
2645
|
-
const D = Object.keys(u).reduce((
|
|
2645
|
+
const D = Object.keys(u).reduce((A, T) => ({ ...A, [T]: !0 }), {});
|
|
2646
2646
|
b(D);
|
|
2647
|
-
const
|
|
2648
|
-
if (f(
|
|
2647
|
+
const w = await h(u);
|
|
2648
|
+
if (f(w), !(Object.keys(w).length > 0)) {
|
|
2649
2649
|
v(!0);
|
|
2650
2650
|
try {
|
|
2651
2651
|
await n(u);
|
|
@@ -2656,8 +2656,8 @@ function Ec(r) {
|
|
|
2656
2656
|
},
|
|
2657
2657
|
[o, u, h, n]
|
|
2658
2658
|
), P = ee(
|
|
2659
|
-
() => ({ values: u, errors: m, touched: y, isSubmitting: _, isValid: I, setFieldValue: k, setFieldError: E, setFieldTouched:
|
|
2660
|
-
[u, m, y, _, I, k, E,
|
|
2659
|
+
() => ({ values: u, errors: m, touched: y, isSubmitting: _, isValid: I, setFieldValue: k, setFieldError: E, setFieldTouched: S, getFieldProps: C }),
|
|
2660
|
+
[u, m, y, _, I, k, E, S, C]
|
|
2661
2661
|
);
|
|
2662
2662
|
return /* @__PURE__ */ e(Sn.Provider, { value: P, children: /* @__PURE__ */ e("form", { onSubmit: g, className: "gloss-preset-form", noValidate: !0, children: typeof c == "function" ? c(P) : c }) });
|
|
2663
2663
|
}
|
|
@@ -2694,16 +2694,16 @@ function Mc({
|
|
|
2694
2694
|
"aria-describedby": [a ? m : null, v ? f : null].filter(Boolean).join(" ") || void 0,
|
|
2695
2695
|
"aria-invalid": v ? !0 : void 0,
|
|
2696
2696
|
"aria-required": n ? !0 : void 0
|
|
2697
|
-
}),
|
|
2697
|
+
}), S = ["gloss-form-field__label", i && "gloss-form-field__label--hidden"].filter(Boolean).join(" "), C = [
|
|
2698
2698
|
"gloss-form-field",
|
|
2699
2699
|
"gloss-preset-form-field",
|
|
2700
2700
|
`gloss-form-field--label-${s}`,
|
|
2701
2701
|
v && "gloss-form-field--error"
|
|
2702
|
-
].filter(Boolean).join(" "), I = t && /* @__PURE__ */ d("label", { htmlFor: p, className:
|
|
2702
|
+
].filter(Boolean).join(" "), I = t && /* @__PURE__ */ d("label", { htmlFor: p, className: S, children: [
|
|
2703
2703
|
t,
|
|
2704
2704
|
n && /* @__PURE__ */ e("span", { className: "gloss-form-field__required", "aria-hidden": "true", children: "*" })
|
|
2705
2705
|
] });
|
|
2706
|
-
return /* @__PURE__ */ d("div", { className:
|
|
2706
|
+
return /* @__PURE__ */ d("div", { className: C, children: [
|
|
2707
2707
|
s !== "right" && I,
|
|
2708
2708
|
/* @__PURE__ */ e("div", { className: "gloss-form-field__control", children: E }),
|
|
2709
2709
|
s === "right" && I,
|
|
@@ -2767,8 +2767,8 @@ const ur = Z.memo(({
|
|
|
2767
2767
|
const c = ce(null), l = ce({}), [u, p] = H(null), [m, f] = H({ left: 0, width: 0 }), [y, b] = H({ left: 0, width: 0 }), _ = (h) => {
|
|
2768
2768
|
const k = l.current[h], E = c.current;
|
|
2769
2769
|
if (!k || !E) return { left: 0, width: 0 };
|
|
2770
|
-
const
|
|
2771
|
-
return { left:
|
|
2770
|
+
const S = k.getBoundingClientRect(), C = E.getBoundingClientRect();
|
|
2771
|
+
return { left: S.left - C.left, width: S.width };
|
|
2772
2772
|
};
|
|
2773
2773
|
se(() => {
|
|
2774
2774
|
const h = requestAnimationFrame(() => f(_(t)));
|
|
@@ -3546,33 +3546,32 @@ const Pr = {
|
|
|
3546
3546
|
const {
|
|
3547
3547
|
variant: a = "standard",
|
|
3548
3548
|
label: n,
|
|
3549
|
-
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
} = t, f = a === "sparkline" || a === "bars" || a === "donut" ? t.accentColor ?? "#4f46e5" : "#4f46e5", y = a === "highlight" ? t.highlightColor : void 0, b = a === "sparkline" ? t.sparklineData : void 0, _ = a === "bars" ? t.barData : void 0, v = a === "donut" ? t.donutValue : 0, h = a === "donut" ? t.donutMax ?? 100 : 100, k = a === "object-arrow" ? t.objectArrowValue : 0, E = a === "object-arrow" ? t.objectArrowMax : 100, w = a === "arrow" ? t.arrowDirection : void 0, S = a === "versus" ? t.versusData : void 0, I = a === "segmented" ? t.segments : void 0, P = (a === "highlight" && t.tintCondition ? $c(
|
|
3549
|
+
value: s,
|
|
3550
|
+
valueFormat: i,
|
|
3551
|
+
trend: o,
|
|
3552
|
+
subtitle: c,
|
|
3553
|
+
colSpan: l = 1,
|
|
3554
|
+
isStale: u,
|
|
3555
|
+
thresholdBreach: p = "none"
|
|
3556
|
+
} = t, m = a === "sparkline" || a === "bars" || a === "donut" ? t.accentColor ?? "#4f46e5" : "#4f46e5", f = a === "highlight" ? t.highlightColor : void 0, y = a === "sparkline" ? t.sparklineData : void 0, b = a === "bars" ? t.barData : void 0, _ = a === "donut" ? t.donutValue : 0, v = a === "donut" ? t.donutMax ?? 100 : 100, h = a === "object-arrow" ? t.objectArrowValue : 0, k = a === "object-arrow" ? t.objectArrowMax : 100, E = a === "arrow" ? t.arrowDirection : void 0, S = a === "versus" ? t.versusData : void 0, C = a === "segmented" ? t.segments : void 0, g = (a === "highlight" && t.tintCondition ? $c(
|
|
3558
3557
|
typeof t.value == "number" ? t.value : null,
|
|
3559
3558
|
t.tintCondition
|
|
3560
|
-
) : void 0) ??
|
|
3561
|
-
() => lo(
|
|
3562
|
-
prefix:
|
|
3563
|
-
suffix:
|
|
3564
|
-
abbreviated:
|
|
3565
|
-
},
|
|
3566
|
-
[
|
|
3567
|
-
),
|
|
3559
|
+
) : void 0) ?? f, P = (g ? Fc[g] : void 0) || g, { formatted: x, tier: D, length: w } = ee(
|
|
3560
|
+
() => lo(s, {
|
|
3561
|
+
prefix: i?.prefix || "",
|
|
3562
|
+
suffix: i?.suffix || "",
|
|
3563
|
+
abbreviated: i?.abbreviated
|
|
3564
|
+
}, l),
|
|
3565
|
+
[s, i?.prefix, i?.suffix, i?.abbreviated, l]
|
|
3566
|
+
), A = { display: x, full: x, length: w }, T = Sa(A.length, l), z = o?.direction && Pr[o.direction] || Pr.flat, M = u ? "gloss-metric-data-stale" : "gloss-metric-data-fresh", O = {
|
|
3568
3567
|
fontWeight: 700,
|
|
3569
3568
|
letterSpacing: "-0.03em",
|
|
3570
|
-
color: a === "highlight" ?
|
|
3571
|
-
fontSize:
|
|
3569
|
+
color: a === "highlight" ? P : "rgba(0,0,0,0.87)",
|
|
3570
|
+
fontSize: T,
|
|
3572
3571
|
lineHeight: 1.1,
|
|
3573
3572
|
whiteSpace: "nowrap",
|
|
3574
3573
|
overflow: "hidden"
|
|
3575
|
-
},
|
|
3574
|
+
}, U = {
|
|
3576
3575
|
fontSize: 10.5,
|
|
3577
3576
|
color: "rgba(0,0,0,0.35)",
|
|
3578
3577
|
overflow: "hidden",
|
|
@@ -3580,8 +3579,8 @@ const Pr = {
|
|
|
3580
3579
|
whiteSpace: "nowrap",
|
|
3581
3580
|
flex: 1,
|
|
3582
3581
|
minWidth: 0
|
|
3583
|
-
},
|
|
3584
|
-
...
|
|
3582
|
+
}, j = a === "sparkline" || a === "bars", B = j && c ? {
|
|
3583
|
+
...U,
|
|
3585
3584
|
backgroundColor: "rgba(255,255,255,0.78)",
|
|
3586
3585
|
backdropFilter: "blur(4px)",
|
|
3587
3586
|
WebkitBackdropFilter: "blur(4px)",
|
|
@@ -3590,8 +3589,8 @@ const Pr = {
|
|
|
3590
3589
|
color: "rgba(0,0,0,0.5)",
|
|
3591
3590
|
flex: "none",
|
|
3592
3591
|
minWidth: void 0
|
|
3593
|
-
} :
|
|
3594
|
-
const
|
|
3592
|
+
} : U, W = () => {
|
|
3593
|
+
const K = E === "down" ? "▼" : "▲";
|
|
3595
3594
|
return /* @__PURE__ */ e(
|
|
3596
3595
|
"div",
|
|
3597
3596
|
{
|
|
@@ -3599,7 +3598,7 @@ const Pr = {
|
|
|
3599
3598
|
width: 22,
|
|
3600
3599
|
height: 22,
|
|
3601
3600
|
borderRadius: 5,
|
|
3602
|
-
backgroundColor: `${
|
|
3601
|
+
backgroundColor: `${m}14`,
|
|
3603
3602
|
// ~8% opacity
|
|
3604
3603
|
display: "flex",
|
|
3605
3604
|
alignItems: "center",
|
|
@@ -3607,20 +3606,20 @@ const Pr = {
|
|
|
3607
3606
|
flexShrink: 0,
|
|
3608
3607
|
marginRight: 6
|
|
3609
3608
|
},
|
|
3610
|
-
children: /* @__PURE__ */ e("span", { style: { fontSize: 10, color:
|
|
3609
|
+
children: /* @__PURE__ */ e("span", { style: { fontSize: 10, color: m, lineHeight: 1 }, children: K })
|
|
3611
3610
|
}
|
|
3612
3611
|
);
|
|
3613
|
-
},
|
|
3612
|
+
}, V = () => {
|
|
3614
3613
|
if (!S) return null;
|
|
3615
|
-
const
|
|
3616
|
-
prefix:
|
|
3617
|
-
suffix:
|
|
3618
|
-
abbreviated:
|
|
3619
|
-
}),
|
|
3620
|
-
prefix:
|
|
3621
|
-
suffix:
|
|
3622
|
-
abbreviated:
|
|
3623
|
-
}),
|
|
3614
|
+
const K = $r(S.current, {
|
|
3615
|
+
prefix: i?.prefix || "",
|
|
3616
|
+
suffix: i?.suffix || "",
|
|
3617
|
+
abbreviated: i?.abbreviated
|
|
3618
|
+
}), X = $r(S.prior, {
|
|
3619
|
+
prefix: i?.prefix || "",
|
|
3620
|
+
suffix: i?.suffix || "",
|
|
3621
|
+
abbreviated: i?.abbreviated
|
|
3622
|
+
}), Y = Sa(K.length, l), q = Math.max(Y - 4, 14);
|
|
3624
3623
|
return /* @__PURE__ */ d("div", { style: { display: "flex", alignItems: "center", gap: 12, flex: 1 }, children: [
|
|
3625
3624
|
/* @__PURE__ */ d("div", { style: { display: "flex", flexDirection: "column" }, children: [
|
|
3626
3625
|
/* @__PURE__ */ e(
|
|
@@ -3628,13 +3627,13 @@ const Pr = {
|
|
|
3628
3627
|
{
|
|
3629
3628
|
style: {
|
|
3630
3629
|
fontWeight: 700,
|
|
3631
|
-
fontSize:
|
|
3630
|
+
fontSize: Y,
|
|
3632
3631
|
letterSpacing: "-0.03em",
|
|
3633
3632
|
color: "rgba(0,0,0,0.87)",
|
|
3634
3633
|
lineHeight: 1.1
|
|
3635
3634
|
},
|
|
3636
|
-
title:
|
|
3637
|
-
children:
|
|
3635
|
+
title: K.full,
|
|
3636
|
+
children: K.display
|
|
3638
3637
|
}
|
|
3639
3638
|
),
|
|
3640
3639
|
/* @__PURE__ */ e("span", { style: { fontSize: 10, color: "rgba(0,0,0,0.35)", marginTop: 2 }, children: S.currentLabel })
|
|
@@ -3652,19 +3651,19 @@ const Pr = {
|
|
|
3652
3651
|
{
|
|
3653
3652
|
style: {
|
|
3654
3653
|
fontWeight: 700,
|
|
3655
|
-
fontSize:
|
|
3654
|
+
fontSize: q,
|
|
3656
3655
|
letterSpacing: "-0.03em",
|
|
3657
3656
|
color: "rgba(0,0,0,0.5)",
|
|
3658
3657
|
lineHeight: 1.1
|
|
3659
3658
|
},
|
|
3660
|
-
title:
|
|
3661
|
-
children:
|
|
3659
|
+
title: X.full,
|
|
3660
|
+
children: X.display
|
|
3662
3661
|
}
|
|
3663
3662
|
),
|
|
3664
3663
|
/* @__PURE__ */ e("span", { style: { fontSize: 10, color: "rgba(0,0,0,0.35)", marginTop: 2 }, children: S.priorLabel })
|
|
3665
3664
|
] })
|
|
3666
3665
|
] });
|
|
3667
|
-
},
|
|
3666
|
+
}, G = () => !C || C.length === 0 ? null : /* @__PURE__ */ d("div", { style: { zIndex: 2, position: "relative" }, children: [
|
|
3668
3667
|
/* @__PURE__ */ e(
|
|
3669
3668
|
"div",
|
|
3670
3669
|
{
|
|
@@ -3675,16 +3674,16 @@ const Pr = {
|
|
|
3675
3674
|
gap: 1,
|
|
3676
3675
|
overflow: "hidden"
|
|
3677
3676
|
},
|
|
3678
|
-
children:
|
|
3677
|
+
children: C.map((K, X) => /* @__PURE__ */ e(
|
|
3679
3678
|
"div",
|
|
3680
3679
|
{
|
|
3681
3680
|
style: {
|
|
3682
|
-
flex:
|
|
3683
|
-
backgroundColor:
|
|
3681
|
+
flex: K.value,
|
|
3682
|
+
backgroundColor: K.color,
|
|
3684
3683
|
minWidth: 2
|
|
3685
3684
|
}
|
|
3686
3685
|
},
|
|
3687
|
-
|
|
3686
|
+
X
|
|
3688
3687
|
))
|
|
3689
3688
|
}
|
|
3690
3689
|
),
|
|
@@ -3697,7 +3696,7 @@ const Pr = {
|
|
|
3697
3696
|
flexWrap: "wrap",
|
|
3698
3697
|
marginTop: 4
|
|
3699
3698
|
},
|
|
3700
|
-
children:
|
|
3699
|
+
children: C.map((K, X) => /* @__PURE__ */ d(
|
|
3701
3700
|
"div",
|
|
3702
3701
|
{
|
|
3703
3702
|
style: {
|
|
@@ -3713,79 +3712,76 @@ const Pr = {
|
|
|
3713
3712
|
width: 6,
|
|
3714
3713
|
height: 6,
|
|
3715
3714
|
borderRadius: "50%",
|
|
3716
|
-
backgroundColor:
|
|
3715
|
+
backgroundColor: K.color,
|
|
3717
3716
|
flexShrink: 0
|
|
3718
3717
|
}
|
|
3719
3718
|
}
|
|
3720
3719
|
),
|
|
3721
|
-
/* @__PURE__ */ e("span", { style: { fontSize: 10, color: "rgba(0,0,0,0.5)" }, children:
|
|
3720
|
+
/* @__PURE__ */ e("span", { style: { fontSize: 10, color: "rgba(0,0,0,0.5)" }, children: K.label })
|
|
3722
3721
|
]
|
|
3723
3722
|
},
|
|
3724
|
-
|
|
3723
|
+
X
|
|
3725
3724
|
))
|
|
3726
3725
|
}
|
|
3727
3726
|
)
|
|
3728
|
-
] }),
|
|
3727
|
+
] }), F = [
|
|
3729
3728
|
"gloss-threshold-overlay",
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3729
|
+
p === "warn" ? "gloss-threshold-warn" : "",
|
|
3730
|
+
p === "critical" ? "gloss-threshold-critical" : "",
|
|
3731
|
+
p === "critical" ? "gloss-threshold-pulse" : ""
|
|
3733
3732
|
].filter(Boolean).join(" ");
|
|
3734
3733
|
return /* @__PURE__ */ d(We, { children: [
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
a === "highlight" &&
|
|
3734
|
+
p !== "none" && /* @__PURE__ */ e("div", { className: F }),
|
|
3735
|
+
p === "warn" && /* @__PURE__ */ e("span", { className: "gloss-threshold-icon gloss-threshold-icon--warn", children: /* @__PURE__ */ e(Oc, {}) }),
|
|
3736
|
+
p === "critical" && /* @__PURE__ */ e("span", { className: "gloss-threshold-icon gloss-threshold-icon--critical", children: /* @__PURE__ */ e(Lc, {}) }),
|
|
3737
|
+
a === "highlight" && P && /* @__PURE__ */ e(
|
|
3739
3738
|
"div",
|
|
3740
3739
|
{
|
|
3741
3740
|
style: {
|
|
3742
3741
|
position: "absolute",
|
|
3743
3742
|
inset: 0,
|
|
3744
3743
|
borderRadius: 10,
|
|
3745
|
-
backgroundColor: Fa(
|
|
3746
|
-
border: `1px solid ${Fa(
|
|
3744
|
+
backgroundColor: Fa(P, 0.06),
|
|
3745
|
+
border: `1px solid ${Fa(P, 0.15)}`,
|
|
3747
3746
|
zIndex: 0,
|
|
3748
3747
|
pointerEvents: "none"
|
|
3749
3748
|
}
|
|
3750
3749
|
}
|
|
3751
3750
|
),
|
|
3752
|
-
a === "sparkline" && /* @__PURE__ */ e(yr, { data:
|
|
3753
|
-
a === "bars" && /* @__PURE__ */ e(wn, { data:
|
|
3754
|
-
/* @__PURE__ */
|
|
3751
|
+
a === "sparkline" && /* @__PURE__ */ e(yr, { data: y, color: m, isStale: u }),
|
|
3752
|
+
a === "bars" && /* @__PURE__ */ e(wn, { data: b, color: m, isStale: u }),
|
|
3753
|
+
/* @__PURE__ */ e(
|
|
3755
3754
|
ge,
|
|
3756
3755
|
{
|
|
3757
3756
|
className: "gloss-metric-card__zone-a",
|
|
3758
|
-
"data-tier":
|
|
3759
|
-
style: { height: 28, flexShrink: 0, zIndex: 2, position: "relative"
|
|
3760
|
-
children:
|
|
3761
|
-
/* @__PURE__ */ e(Gt, { className: "gloss-metric-card__label", children: n }),
|
|
3762
|
-
s
|
|
3763
|
-
]
|
|
3757
|
+
"data-tier": D,
|
|
3758
|
+
style: { height: 28, flexShrink: 0, zIndex: 2, position: "relative" },
|
|
3759
|
+
children: /* @__PURE__ */ e(Gt, { className: "gloss-metric-card__label", children: n })
|
|
3764
3760
|
}
|
|
3765
3761
|
),
|
|
3766
3762
|
/* @__PURE__ */ d(
|
|
3767
3763
|
ge,
|
|
3768
3764
|
{
|
|
3769
3765
|
definition: { display: "flex", align: "center" },
|
|
3770
|
-
className: `gloss-metric-card__zone-b ${
|
|
3766
|
+
className: `gloss-metric-card__zone-b ${M}`,
|
|
3771
3767
|
style: { flex: 1, zIndex: 2, position: "relative", minHeight: 0 },
|
|
3772
3768
|
children: [
|
|
3773
|
-
a === "donut" && /* @__PURE__ */ e(kn, { value:
|
|
3769
|
+
a === "donut" && /* @__PURE__ */ e(kn, { value: _, max: v, color: m, colSpan: l, isStale: u }),
|
|
3774
3770
|
a === "object-arrow" && /* @__PURE__ */ e(
|
|
3775
3771
|
Dn,
|
|
3776
3772
|
{
|
|
3777
|
-
value:
|
|
3778
|
-
max:
|
|
3779
|
-
trendValue:
|
|
3780
|
-
color:
|
|
3781
|
-
colSpan:
|
|
3782
|
-
isStale:
|
|
3773
|
+
value: h,
|
|
3774
|
+
max: k,
|
|
3775
|
+
trendValue: o?.value,
|
|
3776
|
+
color: z,
|
|
3777
|
+
colSpan: l,
|
|
3778
|
+
isStale: u
|
|
3783
3779
|
}
|
|
3784
3780
|
),
|
|
3785
|
-
a === "arrow" &&
|
|
3786
|
-
a !== "versus" && a !== "segmented" && /* @__PURE__ */ e("span", { style:
|
|
3787
|
-
a === "versus" &&
|
|
3788
|
-
a === "segmented" && /* @__PURE__ */ e("span", { style:
|
|
3781
|
+
a === "arrow" && W(),
|
|
3782
|
+
a !== "versus" && a !== "segmented" && /* @__PURE__ */ e("span", { style: O, title: A.full, children: A.display }),
|
|
3783
|
+
a === "versus" && V(),
|
|
3784
|
+
a === "segmented" && /* @__PURE__ */ e("span", { style: O, title: A.full, children: A.display })
|
|
3789
3785
|
]
|
|
3790
3786
|
}
|
|
3791
3787
|
),
|
|
@@ -3793,22 +3789,22 @@ const Pr = {
|
|
|
3793
3789
|
ge,
|
|
3794
3790
|
{
|
|
3795
3791
|
definition: { display: "flex", justify: "between", align: "center" },
|
|
3796
|
-
className: `gloss-metric-card__zone-c ${
|
|
3792
|
+
className: `gloss-metric-card__zone-c ${M}`,
|
|
3797
3793
|
style: { minHeight: 18, flexShrink: 0, zIndex: 2, position: "relative" },
|
|
3798
3794
|
children: [
|
|
3799
|
-
/* @__PURE__ */ e("span", { style:
|
|
3800
|
-
|
|
3795
|
+
/* @__PURE__ */ e("span", { style: B, children: c }),
|
|
3796
|
+
j && o?.value != null ? /* @__PURE__ */ e("span", { style: {
|
|
3801
3797
|
backgroundColor: "rgba(255,255,255,0.78)",
|
|
3802
3798
|
backdropFilter: "blur(4px)",
|
|
3803
3799
|
WebkitBackdropFilter: "blur(4px)",
|
|
3804
3800
|
borderRadius: 4,
|
|
3805
3801
|
display: "inline-flex",
|
|
3806
3802
|
flexShrink: 0
|
|
3807
|
-
}, children: /* @__PURE__ */ e(Lr, { value:
|
|
3803
|
+
}, children: /* @__PURE__ */ e(Lr, { value: o?.value, direction: o?.direction }) }) : /* @__PURE__ */ e(Lr, { value: o?.value, direction: o?.direction })
|
|
3808
3804
|
]
|
|
3809
3805
|
}
|
|
3810
3806
|
),
|
|
3811
|
-
a === "segmented" &&
|
|
3807
|
+
a === "segmented" && G()
|
|
3812
3808
|
] });
|
|
3813
3809
|
};
|
|
3814
3810
|
st.displayName = "MetricCard";
|
|
@@ -4007,31 +4003,31 @@ const En = (r) => {
|
|
|
4007
4003
|
s,
|
|
4008
4004
|
p,
|
|
4009
4005
|
i
|
|
4010
|
-
),
|
|
4011
|
-
() => Kc(
|
|
4012
|
-
[
|
|
4006
|
+
), C = fi() === !0, I = ee(() => Gc(C), [C]), g = ee(() => Vc(C), [C]), P = ee(() => jc(C), [C]), x = ee(
|
|
4007
|
+
() => Kc(C),
|
|
4008
|
+
[C]
|
|
4013
4009
|
), D = ee(
|
|
4014
4010
|
() => Oa(t, m),
|
|
4015
4011
|
[t, m]
|
|
4016
|
-
),
|
|
4012
|
+
), w = ee(
|
|
4017
4013
|
() => Oa(a, m),
|
|
4018
4014
|
[a, m]
|
|
4019
|
-
),
|
|
4015
|
+
), A = Math.max(0, 5 - D.length - 1), T = ee(() => w.filter((ae) => ae.isPromotable).sort((ae, xe) => ae.order - xe.order).slice(0, A), [w, A]), z = ee(() => {
|
|
4020
4016
|
const ae = new Set(T.map((xe) => xe.id));
|
|
4021
|
-
return
|
|
4022
|
-
}, [
|
|
4023
|
-
() => Uc(
|
|
4024
|
-
[
|
|
4025
|
-
), O = b && s, [
|
|
4017
|
+
return w.filter((xe) => !ae.has(xe.id)).sort((xe, je) => xe.order - je.order);
|
|
4018
|
+
}, [w, T]), M = ee(
|
|
4019
|
+
() => Uc(w, A),
|
|
4020
|
+
[w, A]
|
|
4021
|
+
), O = b && s, [U, j] = H(!1);
|
|
4026
4022
|
se(() => {
|
|
4027
4023
|
s || j(!1);
|
|
4028
4024
|
}, [s]);
|
|
4029
|
-
const
|
|
4025
|
+
const B = u === "up" ? "top-start" : "bottom-start", { refs: W, floatingStyles: V, placement: G, context: F } = on({
|
|
4030
4026
|
open: O,
|
|
4031
4027
|
onOpenChange: (ae) => {
|
|
4032
4028
|
ae || (j(!1), i(!1));
|
|
4033
4029
|
},
|
|
4034
|
-
placement:
|
|
4030
|
+
placement: B,
|
|
4035
4031
|
// quick-260418-k7k-fix-2: strategy='fixed' positions the floating menu
|
|
4036
4032
|
// against the viewport instead of the nearest positioned ancestor.
|
|
4037
4033
|
// Each metric-card cell wrapper has position:relative (creating its
|
|
@@ -4067,11 +4063,11 @@ const En = (r) => {
|
|
|
4067
4063
|
})
|
|
4068
4064
|
],
|
|
4069
4065
|
whileElementsMounted: vi
|
|
4070
|
-
}),
|
|
4066
|
+
}), K = ln(F, {
|
|
4071
4067
|
outsidePress: !0,
|
|
4072
4068
|
outsidePressEvent: "mousedown",
|
|
4073
4069
|
escapeKey: !0
|
|
4074
|
-
}), { getFloatingProps:
|
|
4070
|
+
}), { getFloatingProps: X, getReferenceProps: Y } = cn([K]), te = (u ? B : G ?? B).startsWith("top") ? "up" : "down", he = !O || M ? "collapsed" : te === "up" ? "expanded-up" : "expanded-down", oe = {
|
|
4075
4071
|
display: "inline-flex",
|
|
4076
4072
|
alignItems: "center",
|
|
4077
4073
|
overflow: "hidden",
|
|
@@ -4146,7 +4142,7 @@ const En = (r) => {
|
|
|
4146
4142
|
"data-expanded": s ? "true" : "false",
|
|
4147
4143
|
"data-flip": te,
|
|
4148
4144
|
"data-pure-icon": M ? "true" : "false",
|
|
4149
|
-
"data-click-locked":
|
|
4145
|
+
"data-click-locked": U ? "true" : "false",
|
|
4150
4146
|
"data-visible": n ? "true" : "false",
|
|
4151
4147
|
"data-has-shown": h ? "true" : "false",
|
|
4152
4148
|
style: de,
|
|
@@ -4154,7 +4150,7 @@ const En = (r) => {
|
|
|
4154
4150
|
onPointerEnter: Ce,
|
|
4155
4151
|
onMouseLeave: fe,
|
|
4156
4152
|
onMouseEnter: Ce,
|
|
4157
|
-
...
|
|
4153
|
+
...Y(),
|
|
4158
4154
|
children: /* @__PURE__ */ d(
|
|
4159
4155
|
"div",
|
|
4160
4156
|
{
|
|
@@ -4168,14 +4164,14 @@ const En = (r) => {
|
|
|
4168
4164
|
className: `gloss-action-strip__pill${O ? " gloss-action-strip__pill--expanded" : ""}${te === "up" ? " gloss-action-strip__pill--flip-up" : ""}`,
|
|
4169
4165
|
"data-action-strip-pill": !0,
|
|
4170
4166
|
"data-primary-count": D.length,
|
|
4171
|
-
"data-overflow-count":
|
|
4167
|
+
"data-overflow-count": w.length,
|
|
4172
4168
|
"data-variant": he,
|
|
4173
4169
|
variants: I,
|
|
4174
4170
|
animate: he,
|
|
4175
4171
|
initial: "collapsed",
|
|
4176
4172
|
transition: {
|
|
4177
4173
|
layout: {
|
|
4178
|
-
duration: (
|
|
4174
|
+
duration: (C ? Ue.REDUCED_MOTION_MS : Ue.STRIP_EXPAND_MS) / 1e3,
|
|
4179
4175
|
ease: "easeOut"
|
|
4180
4176
|
}
|
|
4181
4177
|
},
|
|
@@ -4296,14 +4292,14 @@ const En = (r) => {
|
|
|
4296
4292
|
{
|
|
4297
4293
|
ref: W.setFloating,
|
|
4298
4294
|
style: { ...V, zIndex: 9999 },
|
|
4299
|
-
...
|
|
4295
|
+
...X(),
|
|
4300
4296
|
children: /* @__PURE__ */ e(
|
|
4301
4297
|
vt.div,
|
|
4302
4298
|
{
|
|
4303
4299
|
className: `gloss-action-strip__menu gloss-action-strip__menu--flip-${te}`,
|
|
4304
4300
|
"data-action-strip-menu": !0,
|
|
4305
4301
|
"data-flip": te,
|
|
4306
|
-
"data-overflow-count":
|
|
4302
|
+
"data-overflow-count": z.length,
|
|
4307
4303
|
role: "menu",
|
|
4308
4304
|
variants: g,
|
|
4309
4305
|
custom: te,
|
|
@@ -4313,7 +4309,7 @@ const En = (r) => {
|
|
|
4313
4309
|
style: {
|
|
4314
4310
|
transformOrigin: Yc(te)
|
|
4315
4311
|
},
|
|
4316
|
-
children:
|
|
4312
|
+
children: z.map((ae) => /* @__PURE__ */ d(
|
|
4317
4313
|
"button",
|
|
4318
4314
|
{
|
|
4319
4315
|
type: "button",
|
|
@@ -4593,42 +4589,42 @@ const ot = function({
|
|
|
4593
4589
|
onMove: h,
|
|
4594
4590
|
onReplace: k,
|
|
4595
4591
|
onNavigate: E,
|
|
4596
|
-
onRetry:
|
|
4597
|
-
onRefresh:
|
|
4592
|
+
onRetry: S,
|
|
4593
|
+
onRefresh: C,
|
|
4598
4594
|
enableQuickSettings: I,
|
|
4599
4595
|
onUpdateTimeframe: g,
|
|
4600
4596
|
instanceTimeframe: P,
|
|
4601
4597
|
cardTitle: x,
|
|
4602
4598
|
quickConfigSlot: D,
|
|
4603
|
-
isStackedGroup:
|
|
4604
|
-
onUpdateStackedTimeframes:
|
|
4599
|
+
isStackedGroup: w,
|
|
4600
|
+
onUpdateStackedTimeframes: A,
|
|
4605
4601
|
instanceStackedTimeframes: T,
|
|
4606
|
-
isGraphActive:
|
|
4602
|
+
isGraphActive: z,
|
|
4607
4603
|
isTableActive: M,
|
|
4608
4604
|
isGraphCard: O,
|
|
4609
|
-
canExpand:
|
|
4605
|
+
canExpand: U,
|
|
4610
4606
|
anchorX: j,
|
|
4611
|
-
extensionOverflow:
|
|
4607
|
+
extensionOverflow: B,
|
|
4612
4608
|
cardRef: W,
|
|
4613
4609
|
hovered: V,
|
|
4614
4610
|
forceHide: G,
|
|
4615
4611
|
resizePhase: F = "idle",
|
|
4616
|
-
outgoingSnapshot:
|
|
4617
|
-
isFlipped:
|
|
4618
|
-
onFlipChange:
|
|
4612
|
+
outgoingSnapshot: K,
|
|
4613
|
+
isFlipped: X,
|
|
4614
|
+
onFlipChange: Y,
|
|
4619
4615
|
clickShadowSlot: q
|
|
4620
4616
|
}) {
|
|
4621
|
-
const [te, he] = H(!1), [oe, be] = H(!1), [de, ie] = H(!1), fe =
|
|
4622
|
-
we.current = null, me.current = null,
|
|
4623
|
-
}, [
|
|
4624
|
-
if (
|
|
4617
|
+
const [te, he] = H(!1), [oe, be] = H(!1), [de, ie] = H(!1), fe = X ?? de, Ce = ce(!1), ke = ce(null), Ne = V !== void 0 ? V : te, Xe = W ?? ke, we = ce(null), me = ce(null), _e = t ?? a, Ge = N(() => {
|
|
4618
|
+
we.current = null, me.current = null, X !== void 0 ? Y?.(!0) : ie(!0);
|
|
4619
|
+
}, [X, Y]), Ve = N(() => {
|
|
4620
|
+
if (w) {
|
|
4625
4621
|
const Pe = me.current;
|
|
4626
4622
|
if (Pe !== null && Pe.length < 2)
|
|
4627
4623
|
return;
|
|
4628
|
-
|
|
4624
|
+
X !== void 0 ? Y?.(!1) : ie(!1), Pe && Pe.length >= 2 && A && A(Pe);
|
|
4629
4625
|
} else
|
|
4630
|
-
|
|
4631
|
-
}, [g,
|
|
4626
|
+
X !== void 0 ? Y?.(!1) : ie(!1), we.current && g && g(we.current);
|
|
4627
|
+
}, [g, A, w, X, Y]), ae = N((Pe) => {
|
|
4632
4628
|
we.current = Pe;
|
|
4633
4629
|
}, []);
|
|
4634
4630
|
se(() => {
|
|
@@ -4715,7 +4711,7 @@ const ot = function({
|
|
|
4715
4711
|
"data-resize-phase": F,
|
|
4716
4712
|
children: [
|
|
4717
4713
|
_e,
|
|
4718
|
-
/* @__PURE__ */ e("div", { className: "gloss-card-shell__resize-outgoing", "aria-hidden": "true", children:
|
|
4714
|
+
/* @__PURE__ */ e("div", { className: "gloss-card-shell__resize-outgoing", "aria-hidden": "true", children: K })
|
|
4719
4715
|
]
|
|
4720
4716
|
}
|
|
4721
4717
|
),
|
|
@@ -4735,7 +4731,7 @@ const ot = function({
|
|
|
4735
4731
|
children: D ?? /* @__PURE__ */ e(
|
|
4736
4732
|
Mn,
|
|
4737
4733
|
{
|
|
4738
|
-
mode:
|
|
4734
|
+
mode: w ? "stacked" : "single",
|
|
4739
4735
|
currentTimeframe: P,
|
|
4740
4736
|
onSelectTimeframe: ae,
|
|
4741
4737
|
title: x,
|
|
@@ -4763,18 +4759,18 @@ const ot = function({
|
|
|
4763
4759
|
),
|
|
4764
4760
|
!c && (() => {
|
|
4765
4761
|
const Pe = [];
|
|
4766
|
-
|
|
4762
|
+
S && !p && !m && Pe.push({
|
|
4767
4763
|
id: "retry",
|
|
4768
4764
|
icon: /* @__PURE__ */ e(yi, { style: { fontSize: 16 } }),
|
|
4769
4765
|
label: "Retry",
|
|
4770
|
-
onClick:
|
|
4766
|
+
onClick: S
|
|
4771
4767
|
}), p && Pe.push({
|
|
4772
4768
|
id: "graph",
|
|
4773
4769
|
icon: /* @__PURE__ */ e(hi, { style: { fontSize: 16 } }),
|
|
4774
4770
|
activeIcon: /* @__PURE__ */ e(It, { style: { fontSize: 16 } }),
|
|
4775
4771
|
label: "Graph",
|
|
4776
4772
|
onClick: p,
|
|
4777
|
-
isActive:
|
|
4773
|
+
isActive: z,
|
|
4778
4774
|
showFeedback: !0,
|
|
4779
4775
|
activeColor: "#4f46e5"
|
|
4780
4776
|
}), m && Pe.push({
|
|
@@ -4796,9 +4792,9 @@ const ot = function({
|
|
|
4796
4792
|
onSettings: I ? Ge : void 0,
|
|
4797
4793
|
onRemove: y,
|
|
4798
4794
|
onReplace: k,
|
|
4799
|
-
onRefresh:
|
|
4795
|
+
onRefresh: C,
|
|
4800
4796
|
onWhatsThis: b
|
|
4801
|
-
}), xt = Ke.filter((lt) => lt.id === "whats-this"), Fe = Ke.filter((lt) => lt.id !== "whats-this"), it = (
|
|
4797
|
+
}), xt = Ke.filter((lt) => lt.id === "whats-this"), Fe = Ke.filter((lt) => lt.id !== "whats-this"), it = (B ?? []).map((lt, Et) => ({
|
|
4802
4798
|
...lt,
|
|
4803
4799
|
order: Fe.length + Et
|
|
4804
4800
|
})), Jt = xt.map((lt, Et) => ({
|
|
@@ -4821,10 +4817,10 @@ const ot = function({
|
|
|
4821
4817
|
onFlipBack: Ve,
|
|
4822
4818
|
anchorX: j,
|
|
4823
4819
|
context: {
|
|
4824
|
-
isErrorState: !!(
|
|
4820
|
+
isErrorState: !!(S && !p && !m),
|
|
4825
4821
|
colSpan: n,
|
|
4826
4822
|
isGraphCard: O,
|
|
4827
|
-
canExpand:
|
|
4823
|
+
canExpand: U
|
|
4828
4824
|
}
|
|
4829
4825
|
}
|
|
4830
4826
|
);
|
|
@@ -4855,29 +4851,29 @@ const pd = function(t) {
|
|
|
4855
4851
|
sparklineInset: _ = "padded",
|
|
4856
4852
|
slotToActionStripConfig: v,
|
|
4857
4853
|
onSlotActionStripConfigChange: h
|
|
4858
|
-
} = t, k = u || o[o.length - 1] || "YTD", E = m ? "gloss-metric-data-stale" : "gloss-metric-data-fresh",
|
|
4854
|
+
} = t, k = u || o[o.length - 1] || "YTD", E = m ? "gloss-metric-data-stale" : "gloss-metric-data-fresh", S = ce(!1);
|
|
4859
4855
|
se(() => {
|
|
4860
|
-
if (
|
|
4861
|
-
const
|
|
4862
|
-
v &&
|
|
4856
|
+
if (S.current) return;
|
|
4857
|
+
const B = "onTableAction" in t;
|
|
4858
|
+
v && B && (console.warn(
|
|
4863
4859
|
"[StackedGroupCard AP-12] slotToActionStripConfig supplied alongside legacy onTableAction — per-slot dispatch will win; remove onTableAction from the consumer."
|
|
4864
|
-
),
|
|
4860
|
+
), S.current = !0);
|
|
4865
4861
|
}, []);
|
|
4866
|
-
const
|
|
4867
|
-
(
|
|
4868
|
-
if (y?.(
|
|
4862
|
+
const C = N(
|
|
4863
|
+
(B, W) => {
|
|
4864
|
+
if (y?.(B, W), !v) return;
|
|
4869
4865
|
let V = null;
|
|
4870
4866
|
try {
|
|
4871
|
-
V = v(
|
|
4867
|
+
V = v(B);
|
|
4872
4868
|
} catch (G) {
|
|
4873
4869
|
console.error(
|
|
4874
4870
|
"[StackedGroupCard] slotToActionStripConfig threw for slot",
|
|
4875
|
-
|
|
4871
|
+
B,
|
|
4876
4872
|
G
|
|
4877
|
-
), h?.(
|
|
4873
|
+
), h?.(B, null);
|
|
4878
4874
|
return;
|
|
4879
4875
|
}
|
|
4880
|
-
h?.(
|
|
4876
|
+
h?.(B, V);
|
|
4881
4877
|
},
|
|
4882
4878
|
[y, v, h]
|
|
4883
4879
|
), I = ce(null), g = N(() => {
|
|
@@ -4887,26 +4883,26 @@ const pd = function(t) {
|
|
|
4887
4883
|
I.current !== null && (clearTimeout(I.current), I.current = null);
|
|
4888
4884
|
}, []);
|
|
4889
4885
|
const P = N(
|
|
4890
|
-
(
|
|
4891
|
-
const W =
|
|
4886
|
+
(B) => {
|
|
4887
|
+
const W = B.relatedTarget;
|
|
4892
4888
|
W instanceof Element && (W.closest("[data-slot-idx]") || W.closest("[data-action-strip]")) || (g(), I.current = setTimeout(() => {
|
|
4893
4889
|
b?.(), v && h?.(null, null), I.current = null;
|
|
4894
4890
|
}, 250));
|
|
4895
4891
|
},
|
|
4896
4892
|
[b, v, h, g]
|
|
4897
|
-
), x =
|
|
4898
|
-
(
|
|
4899
|
-
g(), x(
|
|
4893
|
+
), x = C, D = N(
|
|
4894
|
+
(B, W) => {
|
|
4895
|
+
g(), x(B, W);
|
|
4900
4896
|
},
|
|
4901
4897
|
[x, g]
|
|
4902
|
-
),
|
|
4903
|
-
const V = i.find((
|
|
4898
|
+
), w = !!y || !!v, A = !!b || !!v, T = ce(null), { capacity: z } = In(T), M = f != null ? md(f) : z, O = ee(() => o.map((B, W) => {
|
|
4899
|
+
const V = i.find((K) => K.timeframe === B) || i[W], G = V?.value ?? null, F = $r(G, { prefix: n, suffix: s, abbreviated: !0 });
|
|
4904
4900
|
return {
|
|
4905
|
-
timeframe:
|
|
4901
|
+
timeframe: B,
|
|
4906
4902
|
formatted: F,
|
|
4907
4903
|
trend: V?.trend || null
|
|
4908
4904
|
};
|
|
4909
|
-
}), [o, i, n, s]),
|
|
4905
|
+
}), [o, i, n, s]), U = ee(
|
|
4910
4906
|
() => O.slice(0, Math.min(O.length, M)),
|
|
4911
4907
|
[O, M]
|
|
4912
4908
|
), j = c?.[k];
|
|
@@ -4944,19 +4940,19 @@ const pd = function(t) {
|
|
|
4944
4940
|
definition: { direction: "horizontal", gap: "0px", align: "stretch" },
|
|
4945
4941
|
className: E,
|
|
4946
4942
|
style: { flex: 1, minHeight: 0, position: "relative", zIndex: 2 },
|
|
4947
|
-
children:
|
|
4948
|
-
const V =
|
|
4943
|
+
children: U.map((B, W) => {
|
|
4944
|
+
const V = B.timeframe === k;
|
|
4949
4945
|
return /* @__PURE__ */ d(
|
|
4950
4946
|
ge,
|
|
4951
4947
|
{
|
|
4952
4948
|
definition: { display: "flex", direction: "column", align: "center", justify: "center" },
|
|
4953
4949
|
"data-slot-idx": W,
|
|
4954
|
-
onPointerEnter:
|
|
4955
|
-
onPointerLeave:
|
|
4950
|
+
onPointerEnter: w ? () => D(W, B.timeframe) : void 0,
|
|
4951
|
+
onPointerLeave: A ? P : void 0,
|
|
4956
4952
|
style: {
|
|
4957
4953
|
flex: 1,
|
|
4958
4954
|
minWidth: 0,
|
|
4959
|
-
borderRight: W <
|
|
4955
|
+
borderRight: W < U.length - 1 ? "1px solid rgba(0,0,0,0.06)" : "none",
|
|
4960
4956
|
padding: "0 4px"
|
|
4961
4957
|
},
|
|
4962
4958
|
children: [
|
|
@@ -4964,7 +4960,7 @@ const pd = function(t) {
|
|
|
4964
4960
|
"span",
|
|
4965
4961
|
{
|
|
4966
4962
|
onClick: p ? (G) => {
|
|
4967
|
-
G.stopPropagation(), p(
|
|
4963
|
+
G.stopPropagation(), p(B.timeframe);
|
|
4968
4964
|
} : void 0,
|
|
4969
4965
|
style: {
|
|
4970
4966
|
fontSize: 9,
|
|
@@ -4977,15 +4973,15 @@ const pd = function(t) {
|
|
|
4977
4973
|
cursor: p ? "pointer" : "default",
|
|
4978
4974
|
transition: "color 150ms ease"
|
|
4979
4975
|
},
|
|
4980
|
-
children:
|
|
4976
|
+
children: B.timeframe
|
|
4981
4977
|
}
|
|
4982
4978
|
),
|
|
4983
4979
|
/* @__PURE__ */ e(
|
|
4984
4980
|
"span",
|
|
4985
4981
|
{
|
|
4986
|
-
title:
|
|
4982
|
+
title: B.formatted.full,
|
|
4987
4983
|
style: {
|
|
4988
|
-
fontSize: fd(
|
|
4984
|
+
fontSize: fd(B.formatted.length),
|
|
4989
4985
|
fontWeight: 700,
|
|
4990
4986
|
color: "var(--color-text-primary, #111827)",
|
|
4991
4987
|
lineHeight: 1.1,
|
|
@@ -4995,10 +4991,10 @@ const pd = function(t) {
|
|
|
4995
4991
|
maxWidth: "100%",
|
|
4996
4992
|
textAlign: "center"
|
|
4997
4993
|
},
|
|
4998
|
-
children:
|
|
4994
|
+
children: B.formatted.display
|
|
4999
4995
|
}
|
|
5000
4996
|
),
|
|
5001
|
-
|
|
4997
|
+
B.trend && /* @__PURE__ */ d("span", { style: {
|
|
5002
4998
|
display: "flex",
|
|
5003
4999
|
alignItems: "center",
|
|
5004
5000
|
gap: 2,
|
|
@@ -5006,14 +5002,14 @@ const pd = function(t) {
|
|
|
5006
5002
|
fontSize: 9,
|
|
5007
5003
|
fontWeight: 600,
|
|
5008
5004
|
lineHeight: 1,
|
|
5009
|
-
color:
|
|
5005
|
+
color: B.trend.direction === "up" ? "var(--color-positive, #10b981)" : B.trend.direction === "down" ? "var(--color-negative, #ef4444)" : "var(--color-text-secondary, #6B7280)"
|
|
5010
5006
|
}, children: [
|
|
5011
|
-
/* @__PURE__ */ e("span", { style: { fontSize: 8 }, children:
|
|
5012
|
-
typeof
|
|
5007
|
+
/* @__PURE__ */ e("span", { style: { fontSize: 8 }, children: B.trend.direction === "up" ? "▲" : B.trend.direction === "down" ? "▼" : "▶" }),
|
|
5008
|
+
typeof B.trend.value == "number" ? `${Math.abs(B.trend.value)}%` : ""
|
|
5013
5009
|
] })
|
|
5014
5010
|
]
|
|
5015
5011
|
},
|
|
5016
|
-
|
|
5012
|
+
B.timeframe
|
|
5017
5013
|
);
|
|
5018
5014
|
})
|
|
5019
5015
|
}
|
|
@@ -5406,39 +5402,39 @@ function Dd(r) {
|
|
|
5406
5402
|
c?.(kd(D));
|
|
5407
5403
|
},
|
|
5408
5404
|
[c]
|
|
5409
|
-
),
|
|
5405
|
+
), S = ee(() => {
|
|
5410
5406
|
const D = /* @__PURE__ */ new Map();
|
|
5411
|
-
return t.map((
|
|
5412
|
-
const T =
|
|
5407
|
+
return t.map((w, A) => {
|
|
5408
|
+
const T = w.id;
|
|
5413
5409
|
if (T != null && T !== "" && T !== "None" && T !== "null" && T !== "undefined") {
|
|
5414
|
-
const
|
|
5415
|
-
return D.set(
|
|
5410
|
+
const z = String(T), M = D.get(z) || 0;
|
|
5411
|
+
return D.set(z, M + 1), M > 0 ? { ...w, id: `${z}__dup${A}` } : w;
|
|
5416
5412
|
}
|
|
5417
|
-
return { ...
|
|
5413
|
+
return { ...w, id: `fallback-${A}` };
|
|
5418
5414
|
});
|
|
5419
|
-
}, [t]),
|
|
5415
|
+
}, [t]), C = N(
|
|
5420
5416
|
(D) => _ ? _(D) : String(D.id),
|
|
5421
5417
|
[_]
|
|
5422
5418
|
), I = N(
|
|
5423
|
-
(D,
|
|
5424
|
-
y?.(D.row, D.field,
|
|
5419
|
+
(D, w) => {
|
|
5420
|
+
y?.(D.row, D.field, w);
|
|
5425
5421
|
},
|
|
5426
5422
|
[y]
|
|
5427
5423
|
);
|
|
5428
5424
|
N(
|
|
5429
|
-
(D,
|
|
5430
|
-
|
|
5425
|
+
(D, w) => {
|
|
5426
|
+
w.preventDefault(), b?.(
|
|
5431
5427
|
D.row,
|
|
5432
5428
|
D.field,
|
|
5433
|
-
|
|
5429
|
+
w.currentTarget
|
|
5434
5430
|
);
|
|
5435
5431
|
},
|
|
5436
5432
|
[b]
|
|
5437
5433
|
);
|
|
5438
5434
|
const g = N(
|
|
5439
|
-
(D,
|
|
5440
|
-
const
|
|
5441
|
-
String(
|
|
5435
|
+
(D, w) => {
|
|
5436
|
+
const A = h.find((z) => z.field === D.field);
|
|
5437
|
+
String(A?.headerClassName || "").includes("narrow-header") && (w.defaultMuiPrevented = !0, v.current?.showColumnMenu(D.field));
|
|
5442
5438
|
},
|
|
5443
5439
|
[h, v]
|
|
5444
5440
|
), P = ee(() => l ? {
|
|
@@ -5495,9 +5491,9 @@ function Dd(r) {
|
|
|
5495
5491
|
/* @__PURE__ */ e(ge, { style: { flex: 1, minHeight: 0, width: "100%", overflow: "hidden" }, children: /* @__PURE__ */ e(
|
|
5496
5492
|
fo,
|
|
5497
5493
|
{
|
|
5498
|
-
rows:
|
|
5494
|
+
rows: S,
|
|
5499
5495
|
columns: h,
|
|
5500
|
-
getRowId:
|
|
5496
|
+
getRowId: C,
|
|
5501
5497
|
apiRef: v,
|
|
5502
5498
|
onColumnHeaderClick: g,
|
|
5503
5499
|
onCellClick: y ? I : void 0,
|
|
@@ -5656,9 +5652,9 @@ const La = () => /* @__PURE__ */ d(
|
|
|
5656
5652
|
return;
|
|
5657
5653
|
}
|
|
5658
5654
|
g.key === "ArrowDown" ? (g.preventDefault(), m((P) => P < v.length - 1 ? P + 1 : P)) : g.key === "ArrowUp" ? (g.preventDefault(), m((P) => P > 0 ? P - 1 : -1)) : g.key === "Enter" ? (g.preventDefault(), p >= 0 && p < v.length ? k(v[p]) : r.trim() && n?.(r.trim())) : g.key === "Escape" && (g.preventDefault(), f.current?.blur());
|
|
5659
|
-
}, [h, p, v, r, k, n]),
|
|
5655
|
+
}, [h, p, v, r, k, n]), S = N(() => {
|
|
5660
5656
|
y.current && (clearTimeout(y.current), y.current = null), u(!0);
|
|
5661
|
-
}, []),
|
|
5657
|
+
}, []), C = N(() => {
|
|
5662
5658
|
y.current = setTimeout(() => {
|
|
5663
5659
|
u(!1), m(-1);
|
|
5664
5660
|
}, 150);
|
|
@@ -5740,8 +5736,8 @@ const La = () => /* @__PURE__ */ d(
|
|
|
5740
5736
|
ref: f,
|
|
5741
5737
|
value: r,
|
|
5742
5738
|
onChange: (g) => t(g.target.value),
|
|
5743
|
-
onFocus:
|
|
5744
|
-
onBlur:
|
|
5739
|
+
onFocus: S,
|
|
5740
|
+
onBlur: C,
|
|
5745
5741
|
onKeyDown: E,
|
|
5746
5742
|
placeholder: "",
|
|
5747
5743
|
style: {
|
|
@@ -5961,12 +5957,12 @@ function zd(r, t, a, n, s, i, o, c, l, u) {
|
|
|
5961
5957
|
right: V.right - k.left,
|
|
5962
5958
|
bottom: V.bottom - k.top
|
|
5963
5959
|
};
|
|
5964
|
-
},
|
|
5960
|
+
}, S = E(_), C = E(v), I = h ? E(h) : null, g = I ? [S, C, I] : [S, C], P = s.current?.items, x = P ? E(P) : null, D = h ? i.current?.[o.dimension] : null, w = D ? E(D) : null, A = C.left, T = I ? I.right : C.right, z = Math.max(T - C.left, 300), M = A, O = z, U = I ? A : 0, j = I ? z : 0, B = k.height + 2;
|
|
5965
5961
|
m((W) => ({
|
|
5966
5962
|
itemPill: x ? { left: x.left, width: x.width, top: x.top, height: x.height } : W.itemPill,
|
|
5967
|
-
itemFilter: { left: M, width: O, top:
|
|
5968
|
-
entityPill:
|
|
5969
|
-
entityFilter: { left:
|
|
5963
|
+
itemFilter: { left: M, width: O, top: B, height: 32 },
|
|
5964
|
+
entityPill: w ? { left: w.left, width: w.width, top: w.top, height: w.height } : W.entityPill,
|
|
5965
|
+
entityFilter: { left: U, width: j, top: B, height: 32 },
|
|
5970
5966
|
tracks: g
|
|
5971
5967
|
}));
|
|
5972
5968
|
};
|
|
@@ -6028,15 +6024,15 @@ const $d = Z.memo(({
|
|
|
6028
6024
|
id: me.id,
|
|
6029
6025
|
label: me.label || me.name || me.id
|
|
6030
6026
|
}))
|
|
6031
|
-
}), [y, l]), [E,
|
|
6027
|
+
}), [y, l]), [E, S] = H(!1), [C, I] = H(!1), [g, P] = H(null), [x, D] = H(null), [w, A] = H(""), [T, z] = H(""), [M, O] = H(!1), U = _.entity === "items" && E, j = C, B = U || j, W = ce(null), V = ce(null), G = ce(null), F = ce(null), K = ce({}), X = ce({}), Y = zd(
|
|
6032
6028
|
W,
|
|
6033
6029
|
V,
|
|
6034
6030
|
G,
|
|
6035
6031
|
F,
|
|
6032
|
+
K,
|
|
6036
6033
|
X,
|
|
6037
|
-
U,
|
|
6038
6034
|
_,
|
|
6039
|
-
|
|
6035
|
+
B,
|
|
6040
6036
|
g,
|
|
6041
6037
|
x
|
|
6042
6038
|
), q = ce(_.dimension), te = ce(null);
|
|
@@ -6046,31 +6042,31 @@ const $d = Z.memo(({
|
|
|
6046
6042
|
const he = ce({ id: null, name: null }), oe = ce({ id: null, name: null });
|
|
6047
6043
|
se(() => {
|
|
6048
6044
|
const me = r.entity?.id ?? null, _e = r.entity?.name ?? null, Ge = r.byItem?.id ?? null, Ve = r.byItem?.name ?? null;
|
|
6049
|
-
(me !== he.current.id || _e !== he.current.name) && (he.current = { id: me, name: _e }, me && _e ? (D(_e), I(!0),
|
|
6045
|
+
(me !== he.current.id || _e !== he.current.name) && (he.current = { id: me, name: _e }, me && _e ? (D(_e), I(!0), z("")) : D(null)), (Ge !== oe.current.id || Ve !== oe.current.name) && (oe.current = { id: Ge, name: Ve }, Ge && Ve ? (P(Ve), S(!0), A("")) : P(null));
|
|
6050
6046
|
}, [r.entity?.id, r.entity?.name, r.byItem?.id, r.byItem?.name]);
|
|
6051
6047
|
const be = N((me, _e) => {
|
|
6052
|
-
me === "metric" ? a(_e) : me === "entity" ? (t(_e), _e !== "items" &&
|
|
6048
|
+
me === "metric" ? a(_e) : me === "entity" ? (t(_e), _e !== "items" && S(!1)) : me === "dimension" && n(_e);
|
|
6053
6049
|
}, [a, t, n]), de = N(() => {
|
|
6054
|
-
_.entity === "items" &&
|
|
6050
|
+
_.entity === "items" && S((me) => !me);
|
|
6055
6051
|
}, [_.entity]), ie = N(() => {
|
|
6056
6052
|
I((me) => !me);
|
|
6057
6053
|
}, []), fe = N((me) => {
|
|
6058
|
-
P(me),
|
|
6054
|
+
P(me), A(""), i(me, me);
|
|
6059
6055
|
}, [i]), Ce = N(() => {
|
|
6060
6056
|
P(null), i(null, null);
|
|
6061
6057
|
}, [i]), ke = N((me) => {
|
|
6062
|
-
D(me),
|
|
6058
|
+
D(me), z(""), s(me, me);
|
|
6063
6059
|
}, [s]), Ne = N(() => {
|
|
6064
6060
|
D(null), s(null, null);
|
|
6065
6061
|
}, [s]), Xe = N((me) => {
|
|
6066
6062
|
const _e = me.label || me.name || me.id;
|
|
6067
|
-
P(_e),
|
|
6063
|
+
P(_e), A(""), i(me.id, _e);
|
|
6068
6064
|
}, [i]), we = N((me) => {
|
|
6069
6065
|
const _e = me.label || me.name || me.id;
|
|
6070
|
-
D(_e),
|
|
6066
|
+
D(_e), z(""), s(me.id, _e);
|
|
6071
6067
|
}, [s]);
|
|
6072
6068
|
return /* @__PURE__ */ d("div", { ref: W, className: "gloss-chart-control-bar", children: [
|
|
6073
|
-
|
|
6069
|
+
Y.tracks.map((me, _e) => /* @__PURE__ */ e(
|
|
6074
6070
|
"div",
|
|
6075
6071
|
{
|
|
6076
6072
|
className: "gloss-chart-control-bar__track",
|
|
@@ -6082,28 +6078,28 @@ const $d = Z.memo(({
|
|
|
6082
6078
|
/* @__PURE__ */ e(
|
|
6083
6079
|
jr,
|
|
6084
6080
|
{
|
|
6085
|
-
pillLeft:
|
|
6086
|
-
pillWidth:
|
|
6087
|
-
pillTop:
|
|
6088
|
-
pillHeight:
|
|
6089
|
-
filterLeft:
|
|
6090
|
-
filterWidth:
|
|
6091
|
-
filterTop:
|
|
6092
|
-
filterHeight:
|
|
6093
|
-
visible:
|
|
6081
|
+
pillLeft: Y.itemPill.left,
|
|
6082
|
+
pillWidth: Y.itemPill.width,
|
|
6083
|
+
pillTop: Y.itemPill.top,
|
|
6084
|
+
pillHeight: Y.itemPill.height,
|
|
6085
|
+
filterLeft: Y.itemFilter.left,
|
|
6086
|
+
filterWidth: Y.itemFilter.width,
|
|
6087
|
+
filterTop: Y.itemFilter.top,
|
|
6088
|
+
filterHeight: Y.itemFilter.height,
|
|
6089
|
+
visible: U
|
|
6094
6090
|
}
|
|
6095
6091
|
),
|
|
6096
6092
|
/* @__PURE__ */ e(
|
|
6097
6093
|
jr,
|
|
6098
6094
|
{
|
|
6099
|
-
pillLeft:
|
|
6100
|
-
pillWidth:
|
|
6101
|
-
pillTop:
|
|
6102
|
-
pillHeight:
|
|
6103
|
-
filterLeft:
|
|
6104
|
-
filterWidth:
|
|
6105
|
-
filterTop:
|
|
6106
|
-
filterHeight:
|
|
6095
|
+
pillLeft: Y.entityPill.left,
|
|
6096
|
+
pillWidth: Y.entityPill.width,
|
|
6097
|
+
pillTop: Y.entityPill.top,
|
|
6098
|
+
pillHeight: Y.entityPill.height,
|
|
6099
|
+
filterLeft: Y.entityFilter.left,
|
|
6100
|
+
filterWidth: Y.entityFilter.width,
|
|
6101
|
+
filterTop: Y.entityFilter.top,
|
|
6102
|
+
filterHeight: Y.entityFilter.height,
|
|
6107
6103
|
visible: j
|
|
6108
6104
|
}
|
|
6109
6105
|
)
|
|
@@ -6121,9 +6117,9 @@ const $d = Z.memo(({
|
|
|
6121
6117
|
metricGroupRef: V,
|
|
6122
6118
|
entityGroupRef: G,
|
|
6123
6119
|
dimensionGroupRef: F,
|
|
6124
|
-
entityTabRefs:
|
|
6125
|
-
dimensionTabRefs:
|
|
6126
|
-
showItemFilter:
|
|
6120
|
+
entityTabRefs: K,
|
|
6121
|
+
dimensionTabRefs: X,
|
|
6122
|
+
showItemFilter: U,
|
|
6127
6123
|
showEntityFilter: j,
|
|
6128
6124
|
showDimensionGroup: b,
|
|
6129
6125
|
datePickerSlot: p
|
|
@@ -6132,20 +6128,20 @@ const $d = Z.memo(({
|
|
|
6132
6128
|
/* @__PURE__ */ e("div", { className: "gloss-chart-control-bar__row-2-overlay", children: /* @__PURE__ */ e(
|
|
6133
6129
|
Bn,
|
|
6134
6130
|
{
|
|
6135
|
-
showRow2:
|
|
6136
|
-
showItemFilter:
|
|
6131
|
+
showRow2: B,
|
|
6132
|
+
showItemFilter: U,
|
|
6137
6133
|
showEntityFilter: j,
|
|
6138
|
-
itemFilterLayout: { left:
|
|
6139
|
-
entityFilterLayout: { left:
|
|
6140
|
-
itemSearch:
|
|
6141
|
-
setItemSearch:
|
|
6134
|
+
itemFilterLayout: { left: Y.itemFilter.left, width: Y.itemFilter.width },
|
|
6135
|
+
entityFilterLayout: { left: Y.entityFilter.left, width: Y.entityFilter.width },
|
|
6136
|
+
itemSearch: w,
|
|
6137
|
+
setItemSearch: A,
|
|
6142
6138
|
onItemSubmit: fe,
|
|
6143
6139
|
onItemSelect: Xe,
|
|
6144
6140
|
onItemClear: Ce,
|
|
6145
6141
|
itemFilterValue: g,
|
|
6146
6142
|
itemOptions: u,
|
|
6147
6143
|
entitySearch: T,
|
|
6148
|
-
setEntitySearch:
|
|
6144
|
+
setEntitySearch: z,
|
|
6149
6145
|
onEntitySubmit: ke,
|
|
6150
6146
|
onEntitySelect: we,
|
|
6151
6147
|
onEntityClear: Ne,
|
|
@@ -6653,14 +6649,14 @@ function Wd({
|
|
|
6653
6649
|
orderStatus: i?.status,
|
|
6654
6650
|
tableType: m,
|
|
6655
6651
|
field: f
|
|
6656
|
-
}) : [], [n, s, o, p, i, m, f]),
|
|
6652
|
+
}) : [], [n, s, o, p, i, m, f]), S = ee(() => {
|
|
6657
6653
|
const x = /* @__PURE__ */ new Map();
|
|
6658
6654
|
for (const D of E) {
|
|
6659
|
-
const
|
|
6660
|
-
x.has(
|
|
6655
|
+
const w = D.section;
|
|
6656
|
+
x.has(w) || x.set(w, []), x.get(w).push(D);
|
|
6661
6657
|
}
|
|
6662
6658
|
return x;
|
|
6663
|
-
}, [E]),
|
|
6659
|
+
}, [E]), C = N((x) => ({
|
|
6664
6660
|
row: i,
|
|
6665
6661
|
entityType: o,
|
|
6666
6662
|
entityId: c ?? i.id,
|
|
@@ -6670,9 +6666,9 @@ function Wd({
|
|
|
6670
6666
|
tableType: m,
|
|
6671
6667
|
field: f ?? x.filterKey
|
|
6672
6668
|
}), [i, o, c, l, u, p, m, f]), I = N((x) => {
|
|
6673
|
-
const D =
|
|
6674
|
-
if (
|
|
6675
|
-
|
|
6669
|
+
const D = C(x), w = k;
|
|
6670
|
+
if (w) {
|
|
6671
|
+
w(x, D), a();
|
|
6676
6672
|
return;
|
|
6677
6673
|
}
|
|
6678
6674
|
switch (x.type) {
|
|
@@ -6698,7 +6694,7 @@ function Wd({
|
|
|
6698
6694
|
}
|
|
6699
6695
|
}
|
|
6700
6696
|
a();
|
|
6701
|
-
}, [
|
|
6697
|
+
}, [C, b, _, v, h, k, a]), g = N((x) => {
|
|
6702
6698
|
const D = x.labelFn ? x.labelFn(i, o) : x.label;
|
|
6703
6699
|
return (x.disabled ? x.disabled(i) : !1) ? /* @__PURE__ */ e(ht, { title: x.disabledTooltip || "", placement: "left", enterDelay: 300, children: /* @__PURE__ */ e("span", { children: /* @__PURE__ */ d(jt, { disabled: !0, className: "gloss-unified-context-menu__item--disabled", children: [
|
|
6704
6700
|
/* @__PURE__ */ e(Je, { icon: Wa(x.icon), definition: { size: "sm" }, style: { marginRight: 8, flexShrink: 0 } }),
|
|
@@ -6724,19 +6720,19 @@ function Wd({
|
|
|
6724
6720
|
}, [i, o, I]), P = ee(() => {
|
|
6725
6721
|
const x = [];
|
|
6726
6722
|
let D = 0;
|
|
6727
|
-
for (const
|
|
6728
|
-
const
|
|
6729
|
-
if (!(!
|
|
6730
|
-
D > 0 && x.push(/* @__PURE__ */ e(en, { className: "gloss-unified-context-menu__divider" }, `divider-${
|
|
6731
|
-
for (const T of
|
|
6732
|
-
const
|
|
6733
|
-
|
|
6723
|
+
for (const w of Hd) {
|
|
6724
|
+
const A = S.get(w);
|
|
6725
|
+
if (!(!A || A.length === 0)) {
|
|
6726
|
+
D > 0 && x.push(/* @__PURE__ */ e(en, { className: "gloss-unified-context-menu__divider" }, `divider-${w}`));
|
|
6727
|
+
for (const T of A) {
|
|
6728
|
+
const z = g(T);
|
|
6729
|
+
z && x.push(z);
|
|
6734
6730
|
}
|
|
6735
6731
|
D++;
|
|
6736
6732
|
}
|
|
6737
6733
|
}
|
|
6738
6734
|
return x;
|
|
6739
|
-
}, [
|
|
6735
|
+
}, [S, g]);
|
|
6740
6736
|
return /* @__PURE__ */ e(
|
|
6741
6737
|
go,
|
|
6742
6738
|
{
|
|
@@ -6794,9 +6790,9 @@ const Kr = ({
|
|
|
6794
6790
|
l && l(r, !p);
|
|
6795
6791
|
}, [r, p, l]), E = N((I) => {
|
|
6796
6792
|
s(I), h();
|
|
6797
|
-
}, [s, h]),
|
|
6793
|
+
}, [s, h]), S = N((I, g) => {
|
|
6798
6794
|
I.stopPropagation(), o && o(g);
|
|
6799
|
-
}, [o]),
|
|
6795
|
+
}, [o]), C = /* @__PURE__ */ d(
|
|
6800
6796
|
ne,
|
|
6801
6797
|
{
|
|
6802
6798
|
ref: u,
|
|
@@ -6891,7 +6887,7 @@ const Kr = ({
|
|
|
6891
6887
|
qe,
|
|
6892
6888
|
{
|
|
6893
6889
|
size: "small",
|
|
6894
|
-
onClick: (x) =>
|
|
6890
|
+
onClick: (x) => S(x, I.id),
|
|
6895
6891
|
sx: {
|
|
6896
6892
|
p: 0.25,
|
|
6897
6893
|
opacity: P ? 1 : 0,
|
|
@@ -6926,9 +6922,9 @@ const Kr = ({
|
|
|
6926
6922
|
modifiers: [{ name: "offset", options: { offset: [0, -9] } }]
|
|
6927
6923
|
}
|
|
6928
6924
|
},
|
|
6929
|
-
children:
|
|
6925
|
+
children: C
|
|
6930
6926
|
}
|
|
6931
|
-
) :
|
|
6927
|
+
) : C;
|
|
6932
6928
|
};
|
|
6933
6929
|
Kr.displayName = "ExpandableChip";
|
|
6934
6930
|
const Vd = ["S", "M", "T", "W", "T", "F", "S"], Ga = {
|
|
@@ -7000,71 +6996,71 @@ const Vd = ["S", "M", "T", "W", "T", "F", "S"], Ga = {
|
|
|
7000
6996
|
}, [r, t]), se(() => {
|
|
7001
6997
|
l && y(new Date(l.getFullYear(), l.getMonth(), 1));
|
|
7002
6998
|
}, [l]);
|
|
7003
|
-
const E = f.getFullYear(),
|
|
7004
|
-
y(new Date(E,
|
|
7005
|
-
}, [E,
|
|
7006
|
-
y(new Date(E,
|
|
7007
|
-
}, [E,
|
|
7008
|
-
const
|
|
7009
|
-
y(new Date(E,
|
|
7010
|
-
}, [E]),
|
|
7011
|
-
const
|
|
7012
|
-
y(new Date(
|
|
7013
|
-
}, [
|
|
7014
|
-
(
|
|
6999
|
+
const E = f.getFullYear(), S = f.getMonth(), C = new Date(E, S + 1, 0).getDate(), I = new Date(E, S, 1).getDay(), g = f.toLocaleDateString("en-US", { month: "long", year: "numeric" }), P = N(() => {
|
|
7000
|
+
y(new Date(E, S - 1, 1));
|
|
7001
|
+
}, [E, S]), x = N(() => {
|
|
7002
|
+
y(new Date(E, S + 1, 1));
|
|
7003
|
+
}, [E, S]), D = N((F) => {
|
|
7004
|
+
const K = F.target.value;
|
|
7005
|
+
y(new Date(E, K, 1));
|
|
7006
|
+
}, [E]), w = N((F) => {
|
|
7007
|
+
const K = F.target.value;
|
|
7008
|
+
y(new Date(K, S, 1));
|
|
7009
|
+
}, [S]), A = N((F) => n.some(
|
|
7010
|
+
(K) => K.startDate && K.endDate && F >= K.startDate && F <= K.endDate
|
|
7015
7011
|
), [n]), T = N((F) => n.filter(
|
|
7016
|
-
(
|
|
7017
|
-
).map((
|
|
7012
|
+
(X) => X.startDate && X.endDate && F >= X.startDate && F <= X.endDate
|
|
7013
|
+
).map((X) => X.label).join(", "), [n]), z = N((F) => {
|
|
7018
7014
|
if (!r) return !1;
|
|
7019
|
-
const
|
|
7020
|
-
return
|
|
7015
|
+
const K = v || t;
|
|
7016
|
+
return K ? co(F, r, K) : !1;
|
|
7021
7017
|
}, [r, t, v]), M = N((F) => !F || !r ? !1 : rr(F, r), [r]), O = N((F) => {
|
|
7022
7018
|
if (!F) return !1;
|
|
7023
|
-
const
|
|
7024
|
-
return
|
|
7025
|
-
}, [t, v]),
|
|
7019
|
+
const K = v || t;
|
|
7020
|
+
return K ? rr(F, K) : !1;
|
|
7021
|
+
}, [t, v]), U = N((F) => {
|
|
7026
7022
|
if (!F || !r) return !1;
|
|
7027
|
-
const
|
|
7028
|
-
return
|
|
7029
|
-
}, [r, t, v, M]), j = N((F) => F ? !!(m && F > m) : !1, [m]),
|
|
7030
|
-
const
|
|
7031
|
-
b ? (k.current = !0, r &&
|
|
7032
|
-
}, [E,
|
|
7033
|
-
b && h(new Date(E,
|
|
7034
|
-
}, [b, E,
|
|
7023
|
+
const K = v || t;
|
|
7024
|
+
return K ? rr(r, K) && M(F) : M(F);
|
|
7025
|
+
}, [r, t, v, M]), j = N((F) => F ? !!(m && F > m) : !1, [m]), B = N((F) => {
|
|
7026
|
+
const K = new Date(E, S, F);
|
|
7027
|
+
b ? (k.current = !0, r && K < r ? a(K, r) : a(r, K), _(!1), h(null)) : (k.current = !0, a(K, null), _(!0));
|
|
7028
|
+
}, [E, S, r, b, a]), W = N((F) => {
|
|
7029
|
+
b && h(new Date(E, S, F));
|
|
7030
|
+
}, [b, E, S]), V = N(() => {
|
|
7035
7031
|
h(null);
|
|
7036
7032
|
}, []), G = ee(() => {
|
|
7037
7033
|
const F = [];
|
|
7038
|
-
for (let
|
|
7034
|
+
for (let X = 0; X < I; X++)
|
|
7039
7035
|
F.push(
|
|
7040
7036
|
/* @__PURE__ */ e(
|
|
7041
7037
|
ne,
|
|
7042
7038
|
{
|
|
7043
7039
|
className: "mini-calendar__day mini-calendar__day--empty"
|
|
7044
7040
|
},
|
|
7045
|
-
`empty-${
|
|
7041
|
+
`empty-${X}`
|
|
7046
7042
|
)
|
|
7047
7043
|
);
|
|
7048
|
-
const
|
|
7049
|
-
for (let
|
|
7050
|
-
const
|
|
7044
|
+
const K = /* @__PURE__ */ new Date();
|
|
7045
|
+
for (let X = 1; X <= C; X++) {
|
|
7046
|
+
const Y = new Date(E, S, X), q = z(Y), te = M(Y), he = O(Y), oe = U(Y), be = j(Y), de = A(Y), ie = rr(Y, K), fe = ["mini-calendar__day"];
|
|
7051
7047
|
be ? (fe.push("mini-calendar__day--disabled"), he ? fe.push("mini-calendar__day--disabled-end") : q && fe.push("mini-calendar__day--disabled-in-range"), de && fe.push("mini-calendar__day--market")) : (oe ? fe.push("mini-calendar__day--single") : te ? fe.push("mini-calendar__day--start") : he ? fe.push("mini-calendar__day--end") : q && fe.push("mini-calendar__day--in-range"), (oe || te || he || q) && (u === "secondary" ? fe.push("mini-calendar__day--secondary") : u === "tertiary" && fe.push("mini-calendar__day--tertiary")), ie && !te && !he && !oe && fe.push("mini-calendar__day--today"), de && fe.push("mini-calendar__day--market"));
|
|
7052
7048
|
const Ce = /* @__PURE__ */ e(
|
|
7053
7049
|
ne,
|
|
7054
7050
|
{
|
|
7055
7051
|
component: "button",
|
|
7056
|
-
onClick: be ? void 0 : () =>
|
|
7057
|
-
onMouseEnter: be ? void 0 : () => W(
|
|
7052
|
+
onClick: be ? void 0 : () => B(X),
|
|
7053
|
+
onMouseEnter: be ? void 0 : () => W(X),
|
|
7058
7054
|
className: fe.join(" "),
|
|
7059
7055
|
sx: {
|
|
7060
7056
|
border: "none",
|
|
7061
7057
|
fontFamily: "inherit"
|
|
7062
7058
|
},
|
|
7063
|
-
children:
|
|
7059
|
+
children: X
|
|
7064
7060
|
}
|
|
7065
7061
|
);
|
|
7066
7062
|
if (de && !be) {
|
|
7067
|
-
const ke = T(
|
|
7063
|
+
const ke = T(Y);
|
|
7068
7064
|
F.push(
|
|
7069
7065
|
/* @__PURE__ */ e(
|
|
7070
7066
|
ht,
|
|
@@ -7079,16 +7075,16 @@ const Vd = ["S", "M", "T", "W", "T", "F", "S"], Ga = {
|
|
|
7079
7075
|
},
|
|
7080
7076
|
children: Ce
|
|
7081
7077
|
},
|
|
7082
|
-
|
|
7078
|
+
X
|
|
7083
7079
|
)
|
|
7084
7080
|
);
|
|
7085
7081
|
} else
|
|
7086
7082
|
F.push(
|
|
7087
|
-
/* @__PURE__ */ e(Z.Fragment, { children: Ce },
|
|
7083
|
+
/* @__PURE__ */ e(Z.Fragment, { children: Ce }, X)
|
|
7088
7084
|
);
|
|
7089
7085
|
}
|
|
7090
7086
|
return F;
|
|
7091
|
-
}, [E,
|
|
7087
|
+
}, [E, S, C, I, z, M, O, U, j, A, T, B, W, u]);
|
|
7092
7088
|
return /* @__PURE__ */ d(
|
|
7093
7089
|
ne,
|
|
7094
7090
|
{
|
|
@@ -7109,7 +7105,7 @@ const Vd = ["S", "M", "T", "W", "T", "F", "S"], Ga = {
|
|
|
7109
7105
|
/* @__PURE__ */ e(
|
|
7110
7106
|
Ca,
|
|
7111
7107
|
{
|
|
7112
|
-
value:
|
|
7108
|
+
value: S,
|
|
7113
7109
|
onChange: D,
|
|
7114
7110
|
variant: "standard",
|
|
7115
7111
|
disableUnderline: !0,
|
|
@@ -7129,14 +7125,14 @@ const Vd = ["S", "M", "T", "W", "T", "F", "S"], Ga = {
|
|
|
7129
7125
|
sx: { maxHeight: 200 }
|
|
7130
7126
|
}
|
|
7131
7127
|
},
|
|
7132
|
-
children: jd.map((F,
|
|
7128
|
+
children: jd.map((F, K) => /* @__PURE__ */ e(jt, { value: K, sx: { fontSize: 13 }, children: F }, K))
|
|
7133
7129
|
}
|
|
7134
7130
|
),
|
|
7135
7131
|
/* @__PURE__ */ e(
|
|
7136
7132
|
Ca,
|
|
7137
7133
|
{
|
|
7138
7134
|
value: E,
|
|
7139
|
-
onChange:
|
|
7135
|
+
onChange: w,
|
|
7140
7136
|
variant: "standard",
|
|
7141
7137
|
disableUnderline: !0,
|
|
7142
7138
|
sx: {
|
|
@@ -7161,13 +7157,13 @@ const Vd = ["S", "M", "T", "W", "T", "F", "S"], Ga = {
|
|
|
7161
7157
|
] }) : /* @__PURE__ */ e(Te, { variant: "body2", fontWeight: 500, children: g }),
|
|
7162
7158
|
/* @__PURE__ */ e(qe, { onClick: x, size: "small", sx: { p: 0.5 }, children: /* @__PURE__ */ e(Uo, { fontSize: "small" }) })
|
|
7163
7159
|
] }),
|
|
7164
|
-
/* @__PURE__ */ e(ne, { className: "mini-calendar__grid", children: Vd.map((F,
|
|
7160
|
+
/* @__PURE__ */ e(ne, { className: "mini-calendar__grid", children: Vd.map((F, K) => /* @__PURE__ */ e(
|
|
7165
7161
|
ne,
|
|
7166
7162
|
{
|
|
7167
7163
|
className: "mini-calendar__day-header",
|
|
7168
7164
|
children: F
|
|
7169
7165
|
},
|
|
7170
|
-
`header-${
|
|
7166
|
+
`header-${K}`
|
|
7171
7167
|
)) }),
|
|
7172
7168
|
/* @__PURE__ */ e(ne, { className: "mini-calendar__grid", children: G }),
|
|
7173
7169
|
(o || b) && /* @__PURE__ */ d(ne, { className: "mini-calendar__legend", children: [
|
|
@@ -7327,9 +7323,9 @@ const Yd = {
|
|
|
7327
7323
|
const h = ee(() => ({
|
|
7328
7324
|
...Yd,
|
|
7329
7325
|
...u
|
|
7330
|
-
}), [u]), k = ce(null), [E,
|
|
7331
|
-
|
|
7332
|
-
}, [v]), [te, he] = H("A"), [oe, be] = H(() => h.lastPresetB ?? null), [de, ie] = H(null), [fe, Ce] = H(null), [ke, Ne] = H(null), [Xe, we] = H(null), [me, _e] = H(null), [Ge, Ve] = H(null), [ae, xe] = H(null), [je, $e] = H(null), [De, Re] = H(null), [Pe, Ke] = H(null), [xt, Fe] = H(null), [Ee, it] = H(1), [Jt, tt] = H(!1), [lt, Et] = H(void 0), Be = j !== null ? j :
|
|
7326
|
+
}), [u]), k = ce(null), [E, S] = H(null), [C, I] = H("calendar"), [g, P] = H(null), [x, D] = H(null), w = ce(null), [A, T] = H(() => h.lastPreset || "mtd"), [z, M] = H(null), [O, U] = H(null), [j, B] = H(null), [W, V] = H(null), [G, F] = H(null), [K, X] = H(() => a ? _ ?? h.compareEnabled ?? !1 : !1), Y = _ ?? K, q = N(($) => {
|
|
7327
|
+
X($), v?.($);
|
|
7328
|
+
}, [v]), [te, he] = H("A"), [oe, be] = H(() => h.lastPresetB ?? null), [de, ie] = H(null), [fe, Ce] = H(null), [ke, Ne] = H(null), [Xe, we] = H(null), [me, _e] = H(null), [Ge, Ve] = H(null), [ae, xe] = H(null), [je, $e] = H(null), [De, Re] = H(null), [Pe, Ke] = H(null), [xt, Fe] = H(null), [Ee, it] = H(1), [Jt, tt] = H(!1), [lt, Et] = H(void 0), Be = j !== null ? j : A, Mt = j !== null ? W : z, mt = j !== null ? G : O, ct = ke !== null ? ke : oe, Pt = ke !== null ? Xe : de, Rt = ke !== null ? me : fe, dt = De !== null ? De : Ge, Bt = De !== null ? Pe : ae, At = De !== null ? xt : je, oa = j !== null && (j !== A || W !== z || G !== O), [pe, _r] = H(() => {
|
|
7333
7329
|
const $ = m || ar, L = f || [], Q = new Set(L.map((ue) => ue.id)), re = $.filter((ue) => !Q.has(ue.id)).map((ue) => ({ ...ue, active: St(ue) })), le = L.map((ue) => ({
|
|
7334
7330
|
...ue,
|
|
7335
7331
|
active: St(ue)
|
|
@@ -7365,8 +7361,8 @@ const Yd = {
|
|
|
7365
7361
|
};
|
|
7366
7362
|
}, [xr, Nr, m]), pt = o || !!E;
|
|
7367
7363
|
se(() => {
|
|
7368
|
-
o && j === null && (
|
|
7369
|
-
}, [o, j,
|
|
7364
|
+
o && j === null && (B(A), V(z), F(O));
|
|
7365
|
+
}, [o, j, A, z, O]);
|
|
7370
7366
|
const He = ee(
|
|
7371
7367
|
() => pe.find(($) => $.active),
|
|
7372
7368
|
[pe]
|
|
@@ -7398,24 +7394,24 @@ const Yd = {
|
|
|
7398
7394
|
const le = nr(rt.start, rt.end, $, pe);
|
|
7399
7395
|
re = le ? le.id : null;
|
|
7400
7396
|
}
|
|
7401
|
-
re ? (T(re), M(null),
|
|
7397
|
+
re ? (T(re), M(null), U(null)) : (T("custom"), M(rt.start), U(rt.end)), B(null), V(null), F(null);
|
|
7402
7398
|
}, [rt.start?.getTime(), rt.end?.getTime(), pe, h.lastPreset]);
|
|
7403
7399
|
const Un = ee(() => {
|
|
7404
7400
|
let $, L;
|
|
7405
|
-
if (
|
|
7406
|
-
$ =
|
|
7401
|
+
if (A === "custom" && z && O)
|
|
7402
|
+
$ = z, L = O;
|
|
7407
7403
|
else {
|
|
7408
|
-
const re = pe.find((le) => le.id ===
|
|
7404
|
+
const re = pe.find((le) => le.id === A);
|
|
7409
7405
|
if (re)
|
|
7410
7406
|
$ = re.startDate, L = re.endDate;
|
|
7411
7407
|
else {
|
|
7412
|
-
const le = Ye(
|
|
7408
|
+
const le = Ye(A);
|
|
7413
7409
|
$ = le.start, L = le.end;
|
|
7414
7410
|
}
|
|
7415
7411
|
}
|
|
7416
7412
|
return Ot($, L, /* @__PURE__ */ new Date(), pe).display;
|
|
7417
|
-
}, [
|
|
7418
|
-
if (!
|
|
7413
|
+
}, [A, z, O, pe]), Xn = ee(() => {
|
|
7414
|
+
if (!Y || !oe) return null;
|
|
7419
7415
|
let $, L;
|
|
7420
7416
|
if (oe === "custom" && de && fe)
|
|
7421
7417
|
$ = de, L = fe;
|
|
@@ -7429,16 +7425,16 @@ const Yd = {
|
|
|
7429
7425
|
}
|
|
7430
7426
|
}
|
|
7431
7427
|
return Ot($, L, /* @__PURE__ */ new Date(), pe).display;
|
|
7432
|
-
}, [
|
|
7433
|
-
const $ = ["7d", "30d", "60d", "90d", "mtd", "qtd", "ytd", "lytd"], L = pe.find((Q) => Q.id ===
|
|
7428
|
+
}, [Y, oe, de, fe, pe]), da = ee(() => {
|
|
7429
|
+
const $ = ["7d", "30d", "60d", "90d", "mtd", "qtd", "ytd", "lytd"], L = pe.find((Q) => Q.id === A);
|
|
7434
7430
|
if (L)
|
|
7435
7431
|
return ft(L.startDate, L.endDate, /* @__PURE__ */ new Date());
|
|
7436
|
-
if ($.includes(
|
|
7437
|
-
const { start: Q, end: re } = Ye(
|
|
7432
|
+
if ($.includes(A)) {
|
|
7433
|
+
const { start: Q, end: re } = Ye(A);
|
|
7438
7434
|
return ft(Q, re, /* @__PURE__ */ new Date());
|
|
7439
7435
|
}
|
|
7440
7436
|
return "";
|
|
7441
|
-
}, [
|
|
7437
|
+
}, [A, pe]), ua = ee(() => {
|
|
7442
7438
|
let $, L;
|
|
7443
7439
|
if (Be === "custom" && Mt && mt)
|
|
7444
7440
|
$ = Mt, L = mt;
|
|
@@ -7455,7 +7451,7 @@ const Yd = {
|
|
|
7455
7451
|
return Q.preset ? `${Q.preset.label} (${re})` : re;
|
|
7456
7452
|
}, [Be, Mt, mt, pe]);
|
|
7457
7453
|
ee(() => {
|
|
7458
|
-
if (!
|
|
7454
|
+
if (!Y || !ct) return null;
|
|
7459
7455
|
let $, L;
|
|
7460
7456
|
if (ct === "custom" && Pt && Rt)
|
|
7461
7457
|
$ = Pt, L = Rt;
|
|
@@ -7470,8 +7466,8 @@ const Yd = {
|
|
|
7470
7466
|
}
|
|
7471
7467
|
const Q = Ot($, L, /* @__PURE__ */ new Date(), pe), re = ft($, L, /* @__PURE__ */ new Date());
|
|
7472
7468
|
return Q.preset ? `${Q.preset.label} (${re})` : re;
|
|
7473
|
-
}, [
|
|
7474
|
-
if (!
|
|
7469
|
+
}, [Y, ct, Pt, Rt, pe]), ee(() => {
|
|
7470
|
+
if (!Y || Ee < 3 || !dt) return null;
|
|
7475
7471
|
let $, L;
|
|
7476
7472
|
if (dt === "custom" && Bt && At)
|
|
7477
7473
|
$ = Bt, L = At;
|
|
@@ -7486,10 +7482,10 @@ const Yd = {
|
|
|
7486
7482
|
}
|
|
7487
7483
|
const Q = Ot($, L, /* @__PURE__ */ new Date(), pe), re = ft($, L, /* @__PURE__ */ new Date());
|
|
7488
7484
|
return Q.preset ? `${Q.preset.label} (${re})` : re;
|
|
7489
|
-
}, [
|
|
7485
|
+
}, [Y, Ee, dt, Bt, At, pe]);
|
|
7490
7486
|
const qn = N(($) => {
|
|
7491
|
-
|
|
7492
|
-
}, [
|
|
7487
|
+
B(A), V(z), F(O), Y && (Ne(oe), we(de), _e(fe), Ee >= 3 && (Re(Ge), Ke(ae), Fe(je))), S($.currentTarget);
|
|
7488
|
+
}, [A, z, O, Y, Ee, oe, de, fe, Ge, ae, je]), ma = N(($, L, Q) => {
|
|
7493
7489
|
const re = [$, L];
|
|
7494
7490
|
Q && (re.shortcutId = sr(Q)), t(re);
|
|
7495
7491
|
}, [t]), er = N(($, L, Q) => {
|
|
@@ -7504,9 +7500,9 @@ const Yd = {
|
|
|
7504
7500
|
p && p({ ...h, ...$ });
|
|
7505
7501
|
}, [p, h]), tr = N(() => {
|
|
7506
7502
|
if (j === null) return;
|
|
7507
|
-
T(j), M(W),
|
|
7503
|
+
T(j), M(W), U(G);
|
|
7508
7504
|
const $ = er(j, W, G);
|
|
7509
|
-
if (
|
|
7505
|
+
if (Y && Ee >= 2 && ke !== null) {
|
|
7510
7506
|
be(ke), ie(Xe), Ce(me);
|
|
7511
7507
|
const L = er(ke, Xe, me), Q = {
|
|
7512
7508
|
rangeA: $,
|
|
@@ -7541,15 +7537,15 @@ const Yd = {
|
|
|
7541
7537
|
lastPresetB: null,
|
|
7542
7538
|
lastPresetC: null
|
|
7543
7539
|
}), ma($[0], $[1], j);
|
|
7544
|
-
}, [j, W, G,
|
|
7545
|
-
o || (oa && tr(),
|
|
7540
|
+
}, [j, W, G, Y, Ee, ke, Xe, me, De, Pe, xt, er, t, ma, at]), Zn = N(() => {
|
|
7541
|
+
o || (oa && tr(), B(null), V(null), F(null), Ne(null), we(null), _e(null), Re(null), Ke(null), Fe(null), D(null), S(null));
|
|
7546
7542
|
}, [o, oa, tr]), pa = N(() => {
|
|
7547
|
-
o || (
|
|
7543
|
+
o || (B(null), V(null), F(null), Ne(null), we(null), _e(null), Re(null), Ke(null), Fe(null), D(null), S(null));
|
|
7548
7544
|
}, [o]), fa = N(() => {
|
|
7549
7545
|
if (Ee >= 3) return;
|
|
7550
|
-
const $ = j !== null ? j :
|
|
7546
|
+
const $ = j !== null ? j : A;
|
|
7551
7547
|
Ee === 1 ? (q(!0), it(2), Ne($), he("B"), tt(!0)) : Ee === 2 && (it(3), Re($), he("C"));
|
|
7552
|
-
}, [Ee, j,
|
|
7548
|
+
}, [Ee, j, A, q]), ga = N(($) => {
|
|
7553
7549
|
$ === "C" ? (it(2), Re(null), Ke(null), Fe(null), Ve(null), xe(null), $e(null), te === "C" && he("B")) : $ === "B" && Ee === 2 && (q(!1), it(1), Ne(null), we(null), _e(null), be(null), ie(null), Ce(null), he("A"), tt(!1), at({
|
|
7554
7550
|
compareEnabled: !1,
|
|
7555
7551
|
rangeCount: 1,
|
|
@@ -7564,20 +7560,20 @@ const Yd = {
|
|
|
7564
7560
|
lastPresetC: null
|
|
7565
7561
|
});
|
|
7566
7562
|
}, [q, at]), Sr = N(($) => {
|
|
7567
|
-
|
|
7568
|
-
}, [
|
|
7563
|
+
w.current && (clearTimeout(w.current), w.current = null), D(null), Y && te === "C" ? (Re($), Ke(null), Fe(null)) : Y && te === "B" ? (Ne($), we(null), _e(null)) : (B($), V(null), F(null));
|
|
7564
|
+
}, [Y, te]), Ft = N(($) => {
|
|
7569
7565
|
if (!pe.find((re) => re.id === $)) return;
|
|
7570
7566
|
const Q = h.pinnedPreset || "mtd";
|
|
7571
|
-
|
|
7572
|
-
}, [pe,
|
|
7573
|
-
if (
|
|
7567
|
+
Y && te === "C" ? (Re((De !== null ? De : Ge) === $ ? Q : $), Ke(null), Fe(null)) : Y && te === "B" ? (Ne((ke !== null ? ke : oe) === $ ? Q : $), we(null), _e(null)) : (B((j !== null ? j : A) === $ ? Q : $), V(null), F(null));
|
|
7568
|
+
}, [pe, Y, te, h.pinnedPreset, j, A, ke, oe, De, Ge]), Qn = N(($, L) => {
|
|
7569
|
+
if (Y && te === "C")
|
|
7574
7570
|
if (Ke($), L) {
|
|
7575
7571
|
Fe(L);
|
|
7576
7572
|
const Q = nr($, L, /* @__PURE__ */ new Date(), pe);
|
|
7577
7573
|
Q ? (Re(Q.id), Ke(null), Fe(null)) : Re("custom");
|
|
7578
7574
|
} else
|
|
7579
7575
|
Re("custom"), Fe(null);
|
|
7580
|
-
else if (
|
|
7576
|
+
else if (Y && te === "B")
|
|
7581
7577
|
if (we($), L) {
|
|
7582
7578
|
_e(L);
|
|
7583
7579
|
const Q = nr($, L, /* @__PURE__ */ new Date(), pe);
|
|
@@ -7587,17 +7583,17 @@ const Yd = {
|
|
|
7587
7583
|
else if (V($), L) {
|
|
7588
7584
|
F(L);
|
|
7589
7585
|
const Q = nr($, L, /* @__PURE__ */ new Date(), pe);
|
|
7590
|
-
Q ? (
|
|
7586
|
+
Q ? (B(Q.id), V(null), F(null)) : B("custom");
|
|
7591
7587
|
} else
|
|
7592
|
-
|
|
7593
|
-
}, [pe,
|
|
7594
|
-
at({ pinnedPreset: $ }),
|
|
7595
|
-
}, [
|
|
7596
|
-
|
|
7588
|
+
B("custom"), F(null);
|
|
7589
|
+
}, [pe, Y, te]), ha = N(($) => {
|
|
7590
|
+
at({ pinnedPreset: $ }), Y && te === "C" ? (Re($), Ke(null), Fe(null)) : Y && te === "B" ? (Ne($), we(null), _e(null)) : (B($), V(null), F(null));
|
|
7591
|
+
}, [Y, te, at]), ba = N(($, L) => {
|
|
7592
|
+
w.current && (clearTimeout(w.current), w.current = null), L ? D($) : w.current = setTimeout(() => {
|
|
7597
7593
|
D(null);
|
|
7598
7594
|
}, 150);
|
|
7599
7595
|
}, []), ya = N(() => {
|
|
7600
|
-
tr(),
|
|
7596
|
+
tr(), B(null), V(null), F(null), S(null);
|
|
7601
7597
|
}, [tr]), es = N(() => {
|
|
7602
7598
|
let $;
|
|
7603
7599
|
if (Be === "custom" && mt)
|
|
@@ -7683,9 +7679,9 @@ const Yd = {
|
|
|
7683
7679
|
}, [pe]), ns = N(() => {
|
|
7684
7680
|
tt(($) => !$);
|
|
7685
7681
|
}, []), ss = N(() => {
|
|
7686
|
-
const $ = j !== null ? j :
|
|
7682
|
+
const $ = j !== null ? j : A;
|
|
7687
7683
|
q(!0), it(2), Ne($), he("B"), tt(!0);
|
|
7688
|
-
}, [j,
|
|
7684
|
+
}, [j, A, q]), wr = N(({ label: $, isActive: L, presetName: Q, dateRange: re, color: le, onSelect: ue, onRemove: ze }) => {
|
|
7689
7685
|
const xa = !Q || Q === "Select...";
|
|
7690
7686
|
return /* @__PURE__ */ d(
|
|
7691
7687
|
ne,
|
|
@@ -7754,11 +7750,11 @@ const Yd = {
|
|
|
7754
7750
|
bgcolor: pt ? "rgba(79, 70, 229, 0.9)" : "rgba(0, 0, 0, 0.04)",
|
|
7755
7751
|
border: "none"
|
|
7756
7752
|
},
|
|
7757
|
-
...
|
|
7753
|
+
...Y && !pt ? {
|
|
7758
7754
|
color: "secondary.main"
|
|
7759
7755
|
} : {}
|
|
7760
7756
|
},
|
|
7761
|
-
children:
|
|
7757
|
+
children: Y && Xn ? /* @__PURE__ */ d(ne, { sx: { display: "flex", alignItems: "center", gap: 0.5 }, children: [
|
|
7762
7758
|
/* @__PURE__ */ e(Ko, { sx: { fontSize: 14, color: "secondary.main" } }),
|
|
7763
7759
|
/* @__PURE__ */ e("span", { children: "Compare" })
|
|
7764
7760
|
] }) : Un
|
|
@@ -7917,7 +7913,7 @@ const Yd = {
|
|
|
7917
7913
|
{
|
|
7918
7914
|
size: "small",
|
|
7919
7915
|
onClick: () => I("calendar"),
|
|
7920
|
-
color:
|
|
7916
|
+
color: C === "calendar" ? "primary" : "default",
|
|
7921
7917
|
sx: { p: 0.5 },
|
|
7922
7918
|
children: /* @__PURE__ */ e(wa, { sx: { fontSize: 16 } })
|
|
7923
7919
|
}
|
|
@@ -7927,7 +7923,7 @@ const Yd = {
|
|
|
7927
7923
|
{
|
|
7928
7924
|
size: "small",
|
|
7929
7925
|
onClick: () => I("markets"),
|
|
7930
|
-
color:
|
|
7926
|
+
color: C === "markets" ? "primary" : "default",
|
|
7931
7927
|
sx: {
|
|
7932
7928
|
p: 0.5,
|
|
7933
7929
|
position: "relative"
|
|
@@ -7954,8 +7950,8 @@ const Yd = {
|
|
|
7954
7950
|
) })
|
|
7955
7951
|
] }),
|
|
7956
7952
|
/* @__PURE__ */ d(ne, { className: "hybrid-date-picker__content", children: [
|
|
7957
|
-
|
|
7958
|
-
const L =
|
|
7953
|
+
C === "calendar" && (() => {
|
|
7954
|
+
const L = Y && te === "C" ? dt : Y && te === "B" ? ct : Be, Q = Y && te === "C" ? Bt : Y && te === "B" ? Pt : Mt, re = Y && te === "C" ? At : Y && te === "B" ? Rt : mt;
|
|
7959
7955
|
return /* @__PURE__ */ e(
|
|
7960
7956
|
An,
|
|
7961
7957
|
{
|
|
@@ -7965,11 +7961,11 @@ const Yd = {
|
|
|
7965
7961
|
marketDates: pe,
|
|
7966
7962
|
size: n,
|
|
7967
7963
|
focusDate: lt,
|
|
7968
|
-
rangeColor:
|
|
7964
|
+
rangeColor: Y && te === "B" ? "secondary" : Y && te === "C" ? "tertiary" : "primary"
|
|
7969
7965
|
}
|
|
7970
7966
|
);
|
|
7971
7967
|
})(),
|
|
7972
|
-
|
|
7968
|
+
C === "markets" && /* @__PURE__ */ d(ne, { className: "hybrid-date-picker__markets-list", children: [
|
|
7973
7969
|
/* @__PURE__ */ e(Te, { className: "hybrid-date-picker__events-section-header", children: "Market Events" }),
|
|
7974
7970
|
ia.filter((L) => !He || L.id !== He.id).map((L) => /* @__PURE__ */ e(
|
|
7975
7971
|
Ht,
|
|
@@ -8075,7 +8071,7 @@ const Yd = {
|
|
|
8075
8071
|
) })
|
|
8076
8072
|
] })
|
|
8077
8073
|
] }),
|
|
8078
|
-
/* @__PURE__ */ e(ne, { className: "hybrid-date-picker__footer", children:
|
|
8074
|
+
/* @__PURE__ */ e(ne, { className: "hybrid-date-picker__footer", children: Y ? (
|
|
8079
8075
|
/* States 2, 3, 4: Comparing - show collapsible drawer */
|
|
8080
8076
|
/* @__PURE__ */ d(ne, { sx: { width: "100%" }, children: [
|
|
8081
8077
|
/* @__PURE__ */ d(
|
|
@@ -8579,7 +8575,7 @@ const Ar = [
|
|
|
8579
8575
|
const [p, m] = H(null);
|
|
8580
8576
|
return /* @__PURE__ */ d(ge, { definition: { display: "flex", direction: "column", gap: "8px" }, children: [
|
|
8581
8577
|
r.map(({ label: f, getValue: y, id: b, disabled: _ }) => {
|
|
8582
|
-
const v = y(), h = !_ && (n ? n === b : a?.[0] && v?.[0] && Da(a[0], v[0]) && a?.[1] && v?.[1] && Da(a[1], v[1])), k = l === b,
|
|
8578
|
+
const v = y(), h = !_ && (n ? n === b : a?.[0] && v?.[0] && Da(a[0], v[0]) && a?.[1] && v?.[1] && Da(a[1], v[1])), k = l === b, C = /* @__PURE__ */ d(
|
|
8583
8579
|
ge,
|
|
8584
8580
|
{
|
|
8585
8581
|
definition: { display: "flex", align: "center", gap: "4px" },
|
|
@@ -8615,7 +8611,7 @@ const Ar = [
|
|
|
8615
8611
|
]
|
|
8616
8612
|
}
|
|
8617
8613
|
);
|
|
8618
|
-
return _ ? /* @__PURE__ */ e(ht, { title: "Market configuration coming soon", arrow: !0, placement: "right", children: /* @__PURE__ */ e("div", { children:
|
|
8614
|
+
return _ ? /* @__PURE__ */ e(ht, { title: "Market configuration coming soon", arrow: !0, placement: "right", children: /* @__PURE__ */ e("div", { children: C }) }, f) : /* @__PURE__ */ e("div", { children: C }, f);
|
|
8619
8615
|
}),
|
|
8620
8616
|
i && /* @__PURE__ */ e(
|
|
8621
8617
|
ge,
|
|
@@ -8667,26 +8663,26 @@ const Ar = [
|
|
|
8667
8663
|
activePresetId: y,
|
|
8668
8664
|
onPresetChange: b
|
|
8669
8665
|
}) => {
|
|
8670
|
-
const _ = o !== void 0, [v, h] = H(!1), [k, E] = H(!1), [
|
|
8666
|
+
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(() => cr(r) ? r.rangeA : r, [r]), A = ee(() => cr(r) ? r.rangeB : null, [r]), T = N((G) => {
|
|
8671
8667
|
const F = G || "MTD";
|
|
8672
8668
|
n && a && n({ ...a, pinnedPreset: F.toLowerCase() });
|
|
8673
|
-
const
|
|
8674
|
-
if (
|
|
8675
|
-
const
|
|
8676
|
-
if (P(F),
|
|
8677
|
-
t({ rangeA:
|
|
8669
|
+
const K = Ar.find((X) => X.id === F && !X.disabled);
|
|
8670
|
+
if (K) {
|
|
8671
|
+
const X = K.value();
|
|
8672
|
+
if (P(F), S)
|
|
8673
|
+
t({ rangeA: X, rangeB: A || [null, null], shortcutId: F });
|
|
8678
8674
|
else {
|
|
8679
|
-
const
|
|
8680
|
-
|
|
8675
|
+
const Y = [...X];
|
|
8676
|
+
Y.shortcutId = F, t(Y);
|
|
8681
8677
|
}
|
|
8682
8678
|
}
|
|
8683
|
-
}, [
|
|
8679
|
+
}, [S, A, t, n, a]);
|
|
8684
8680
|
se(() => {
|
|
8685
|
-
_ &&
|
|
8681
|
+
_ && C(cr(r));
|
|
8686
8682
|
}, [_, r]), se(() => {
|
|
8687
|
-
i !== void 0 &&
|
|
8683
|
+
i !== void 0 && C(i);
|
|
8688
8684
|
}, [i]);
|
|
8689
|
-
const
|
|
8685
|
+
const z = N((G) => {
|
|
8690
8686
|
Promise.resolve().then(() => t(G));
|
|
8691
8687
|
}, [t]), M = ce(!1);
|
|
8692
8688
|
se(() => {
|
|
@@ -8695,31 +8691,31 @@ const Ar = [
|
|
|
8695
8691
|
M.current = !0;
|
|
8696
8692
|
return;
|
|
8697
8693
|
}
|
|
8698
|
-
if (
|
|
8699
|
-
const G = Array.isArray(
|
|
8700
|
-
|
|
8694
|
+
if (S) {
|
|
8695
|
+
const G = Array.isArray(w) ? w : [null, null];
|
|
8696
|
+
z({ rangeA: G, rangeB: A || [null, null] });
|
|
8701
8697
|
} else
|
|
8702
|
-
Array.isArray(
|
|
8698
|
+
Array.isArray(w) && z(w);
|
|
8703
8699
|
}
|
|
8704
|
-
}, [
|
|
8700
|
+
}, [S, _, w, A, z]);
|
|
8705
8701
|
const O = N((G, F) => {
|
|
8706
|
-
if (F || P(null),
|
|
8707
|
-
const
|
|
8708
|
-
F && (
|
|
8702
|
+
if (F || P(null), S) {
|
|
8703
|
+
const K = { rangeA: G, rangeB: A || [null, null] };
|
|
8704
|
+
F && (K.shortcutId = F), t(K);
|
|
8709
8705
|
} else if (F) {
|
|
8710
|
-
const
|
|
8711
|
-
|
|
8706
|
+
const K = [...G];
|
|
8707
|
+
K.shortcutId = F, t(K);
|
|
8712
8708
|
} else
|
|
8713
8709
|
t(G);
|
|
8714
|
-
}, [
|
|
8710
|
+
}, [S, A, t]), U = N((G, F) => {
|
|
8715
8711
|
F || D(null);
|
|
8716
|
-
const
|
|
8717
|
-
F && (
|
|
8718
|
-
}, [t,
|
|
8712
|
+
const K = { rangeA: w || [null, null], rangeB: G };
|
|
8713
|
+
F && (K.shortcutId = F), t(K);
|
|
8714
|
+
}, [t, w]), j = N((G, F) => {
|
|
8719
8715
|
P(F), O(G, F), h(!1);
|
|
8720
|
-
}, [O]),
|
|
8721
|
-
D(F),
|
|
8722
|
-
}, [
|
|
8716
|
+
}, [O]), B = N((G, F) => {
|
|
8717
|
+
D(F), U(G, F), E(!1);
|
|
8718
|
+
}, [U]), W = ee(() => ({
|
|
8723
8719
|
shortcuts: {
|
|
8724
8720
|
items: Ar.map((G) => ({
|
|
8725
8721
|
label: G.label,
|
|
@@ -8729,14 +8725,14 @@ const Ar = [
|
|
|
8729
8725
|
})),
|
|
8730
8726
|
onChange: (G) => O(G),
|
|
8731
8727
|
onShortcutClick: j,
|
|
8732
|
-
value:
|
|
8728
|
+
value: w,
|
|
8733
8729
|
activeShortcutId: g,
|
|
8734
8730
|
enableCompare: _,
|
|
8735
|
-
compareEnabled:
|
|
8731
|
+
compareEnabled: S,
|
|
8736
8732
|
pinnedId: I,
|
|
8737
8733
|
onPinChange: T,
|
|
8738
8734
|
onEnableCompare: () => {
|
|
8739
|
-
|
|
8735
|
+
C(!0), o?.(!0), h(!1), setTimeout(() => E(!0), 0);
|
|
8740
8736
|
}
|
|
8741
8737
|
},
|
|
8742
8738
|
textField: {
|
|
@@ -8759,7 +8755,7 @@ const Ar = [
|
|
|
8759
8755
|
E(!1), h(!0);
|
|
8760
8756
|
}
|
|
8761
8757
|
}
|
|
8762
|
-
}), [
|
|
8758
|
+
}), [w, O, j, _, S, I, T, g, o]), V = ee(() => ({
|
|
8763
8759
|
shortcuts: {
|
|
8764
8760
|
items: Ar.map((G) => ({
|
|
8765
8761
|
label: G.label,
|
|
@@ -8767,9 +8763,9 @@ const Ar = [
|
|
|
8767
8763
|
getValue: G.value,
|
|
8768
8764
|
disabled: G.disabled || !1
|
|
8769
8765
|
})),
|
|
8770
|
-
onChange: (G) =>
|
|
8771
|
-
onShortcutClick:
|
|
8772
|
-
value:
|
|
8766
|
+
onChange: (G) => U(G),
|
|
8767
|
+
onShortcutClick: B,
|
|
8768
|
+
value: A,
|
|
8773
8769
|
activeShortcutId: x
|
|
8774
8770
|
// No pin functionality for compare range
|
|
8775
8771
|
},
|
|
@@ -8793,7 +8789,7 @@ const Ar = [
|
|
|
8793
8789
|
h(!1), E(!0);
|
|
8794
8790
|
}
|
|
8795
8791
|
}
|
|
8796
|
-
}), [
|
|
8792
|
+
}), [A, U, B, x]);
|
|
8797
8793
|
if (f === "simple-selector") {
|
|
8798
8794
|
const G = cr(r) ? r.rangeA : r;
|
|
8799
8795
|
return /* @__PURE__ */ e(
|
|
@@ -8810,7 +8806,7 @@ const Ar = [
|
|
|
8810
8806
|
/* @__PURE__ */ e(
|
|
8811
8807
|
ka,
|
|
8812
8808
|
{
|
|
8813
|
-
value:
|
|
8809
|
+
value: w || [null, null],
|
|
8814
8810
|
onChange: (G) => O(G),
|
|
8815
8811
|
calendars: 1,
|
|
8816
8812
|
disableFuture: !0,
|
|
@@ -8825,12 +8821,12 @@ const Ar = [
|
|
|
8825
8821
|
slotProps: W
|
|
8826
8822
|
}
|
|
8827
8823
|
),
|
|
8828
|
-
_ &&
|
|
8824
|
+
_ && S && /* @__PURE__ */ d(Dt, { definition: { direction: "horizontal", gap: "4px", align: "center" }, children: [
|
|
8829
8825
|
/* @__PURE__ */ e(
|
|
8830
8826
|
ka,
|
|
8831
8827
|
{
|
|
8832
|
-
value:
|
|
8833
|
-
onChange: (G) =>
|
|
8828
|
+
value: A || [null, null],
|
|
8829
|
+
onChange: (G) => U(G),
|
|
8834
8830
|
calendars: 1,
|
|
8835
8831
|
disableFuture: !0,
|
|
8836
8832
|
minDate: new Date(2024, 0, 1),
|
|
@@ -8850,7 +8846,7 @@ const Ar = [
|
|
|
8850
8846
|
className: "gloss-timeframe__pin-btn",
|
|
8851
8847
|
"aria-label": "Remove comparison",
|
|
8852
8848
|
onClick: () => {
|
|
8853
|
-
|
|
8849
|
+
C(!1), o?.(!1), E(!1), h(!0), Array.isArray(w) && Promise.resolve().then(() => t(w));
|
|
8854
8850
|
},
|
|
8855
8851
|
children: /* @__PURE__ */ e(Je, { icon: /* @__PURE__ */ e(kt, { fontSize: "small" }) })
|
|
8856
8852
|
}
|
|
@@ -9043,28 +9039,28 @@ const eu = 30, tu = { distance: 5 }, ru = {
|
|
|
9043
9039
|
), k = N((T) => {
|
|
9044
9040
|
f(!1), p(String(T.active.id));
|
|
9045
9041
|
}, []), E = N((T) => {
|
|
9046
|
-
const { active:
|
|
9047
|
-
if (f(!1), p(null), !M ||
|
|
9048
|
-
const O = a.indexOf(String(
|
|
9049
|
-
O === -1 ||
|
|
9050
|
-
}, [a, s]),
|
|
9042
|
+
const { active: z, over: M } = T;
|
|
9043
|
+
if (f(!1), p(null), !M || z.id === M.id) return;
|
|
9044
|
+
const O = a.indexOf(String(z.id)), U = a.indexOf(String(M.id));
|
|
9045
|
+
O === -1 || U === -1 || s(li(a, O, U));
|
|
9046
|
+
}, [a, s]), S = N(() => {
|
|
9051
9047
|
f(!1), p(null);
|
|
9052
|
-
}, []),
|
|
9053
|
-
const T = n.currentPage *
|
|
9054
|
-
return
|
|
9055
|
-
}, [t, a, n.currentPage,
|
|
9048
|
+
}, []), C = n.columns * n.maxRows, I = ee(() => {
|
|
9049
|
+
const T = n.currentPage * C, z = a.slice(T, T + C), M = new Map(t.map((O) => [O.id, O]));
|
|
9050
|
+
return z.map((O) => M.get(O)).filter((O) => O !== void 0);
|
|
9051
|
+
}, [t, a, n.currentPage, C]), g = ee(() => I.reduce((T, z) => T + z.colSpan, 0), [I]), P = Math.max(0, C - g), x = ee(() => u ? t.find((T) => T.id === u) ?? null : null, [u, t]), D = ee(() => {
|
|
9056
9052
|
if (!_) return null;
|
|
9057
9053
|
const T = I.findIndex((j) => j.id === _);
|
|
9058
9054
|
if (T === -1) return null;
|
|
9059
|
-
const
|
|
9060
|
-
if (
|
|
9061
|
-
const M =
|
|
9062
|
-
return { activeIndex: T, extrudeIndex:
|
|
9063
|
-
}, [_, I, n.columns]),
|
|
9055
|
+
const z = Zd(T, I.length, n.columns);
|
|
9056
|
+
if (z === null) return null;
|
|
9057
|
+
const M = z >= I.length, O = !M, U = O ? I[z]?.id ?? null : null;
|
|
9058
|
+
return { activeIndex: T, extrudeIndex: z, isEmptySlot: M, isDimCover: O, dimCoverId: U };
|
|
9059
|
+
}, [_, I, n.columns]), w = ee(() => ({
|
|
9064
9060
|
gridTemplateColumns: `repeat(${n.columns}, 1fr)`,
|
|
9065
9061
|
gridAutoRows: `${n.rowHeight}px`,
|
|
9066
9062
|
gap: `${n.gap}px`
|
|
9067
|
-
}), [n.columns, n.rowHeight, n.gap]),
|
|
9063
|
+
}), [n.columns, n.rowHeight, n.gap]), A = !!(_ && D && l.length > 0);
|
|
9068
9064
|
return /* @__PURE__ */ d(ge, { className: `gloss-grid${m ? " gloss-grid--armed" : ""}`, children: [
|
|
9069
9065
|
/* @__PURE__ */ d(
|
|
9070
9066
|
ni,
|
|
@@ -9074,15 +9070,15 @@ const eu = 30, tu = { distance: 5 }, ru = {
|
|
|
9074
9070
|
modifiers: [pi],
|
|
9075
9071
|
onDragStart: k,
|
|
9076
9072
|
onDragEnd: E,
|
|
9077
|
-
onDragCancel:
|
|
9073
|
+
onDragCancel: S,
|
|
9078
9074
|
children: [
|
|
9079
9075
|
/* @__PURE__ */ e(
|
|
9080
9076
|
ci,
|
|
9081
9077
|
{
|
|
9082
9078
|
items: I.map((T) => T.id),
|
|
9083
9079
|
strategy: di,
|
|
9084
|
-
children: /* @__PURE__ */ d("div", { className: "gloss-grid__container", style:
|
|
9085
|
-
/* @__PURE__ */ e(pr, { mode: "popLayout", children: I.map((T,
|
|
9080
|
+
children: /* @__PURE__ */ d("div", { className: "gloss-grid__container", style: w, children: [
|
|
9081
|
+
/* @__PURE__ */ e(pr, { mode: "popLayout", children: I.map((T, z) => {
|
|
9086
9082
|
const M = D?.isDimCover === !0 && D.dimCoverId === T.id;
|
|
9087
9083
|
return /* @__PURE__ */ e(
|
|
9088
9084
|
vt.div,
|
|
@@ -9093,14 +9089,14 @@ const eu = 30, tu = { distance: 5 }, ru = {
|
|
|
9093
9089
|
exit: ou,
|
|
9094
9090
|
transition: {
|
|
9095
9091
|
...iu,
|
|
9096
|
-
delay:
|
|
9092
|
+
delay: z * 0.03
|
|
9097
9093
|
},
|
|
9098
9094
|
children: /* @__PURE__ */ e(
|
|
9099
9095
|
Jd,
|
|
9100
9096
|
{
|
|
9101
9097
|
id: T.id,
|
|
9102
9098
|
colSpan: T.colSpan,
|
|
9103
|
-
staggerDelay: `${
|
|
9099
|
+
staggerDelay: `${z * eu}ms`,
|
|
9104
9100
|
dimCover: M,
|
|
9105
9101
|
children: o(T)
|
|
9106
9102
|
}
|
|
@@ -9109,9 +9105,9 @@ const eu = 30, tu = { distance: 5 }, ru = {
|
|
|
9109
9105
|
T.id
|
|
9110
9106
|
);
|
|
9111
9107
|
}) }),
|
|
9112
|
-
c && Array.from({ length: P }, (T,
|
|
9113
|
-
/* @__PURE__ */ e(pr, { children:
|
|
9114
|
-
const T = D.extrudeIndex % n.columns + 1,
|
|
9108
|
+
c && Array.from({ length: P }, (T, z) => /* @__PURE__ */ e("div", { className: "gloss-grid__empty-slot", children: c(g + z) }, `empty-${z}`)),
|
|
9109
|
+
/* @__PURE__ */ e(pr, { children: A && D && (() => {
|
|
9110
|
+
const T = D.extrudeIndex % n.columns + 1, z = Math.floor(D.extrudeIndex / n.columns) + 1;
|
|
9115
9111
|
return /* @__PURE__ */ e(
|
|
9116
9112
|
vt.div,
|
|
9117
9113
|
{
|
|
@@ -9124,7 +9120,7 @@ const eu = 30, tu = { distance: 5 }, ru = {
|
|
|
9124
9120
|
// Grid placement: pin to computed extrude slot. No
|
|
9125
9121
|
// width/height animation (AN-01 — transform+opacity only).
|
|
9126
9122
|
gridColumnStart: T,
|
|
9127
|
-
gridRowStart:
|
|
9123
|
+
gridRowStart: z,
|
|
9128
9124
|
gridColumn: `${T} / span 1`
|
|
9129
9125
|
},
|
|
9130
9126
|
children: /* @__PURE__ */ e(
|
|
@@ -9707,22 +9703,22 @@ const Fn = Z.forwardRef(
|
|
|
9707
9703
|
status: h,
|
|
9708
9704
|
helperText: k,
|
|
9709
9705
|
required: E,
|
|
9710
|
-
disabled:
|
|
9711
|
-
name:
|
|
9706
|
+
disabled: S,
|
|
9707
|
+
name: C,
|
|
9712
9708
|
id: I,
|
|
9713
9709
|
className: g,
|
|
9714
9710
|
autoComplete: P
|
|
9715
9711
|
}, x) => {
|
|
9716
|
-
const D = ce(null), [
|
|
9712
|
+
const D = ce(null), [w, A] = H(p ?? ""), [T, z] = H(!1), [M, O] = H(-1), U = ce(null), j = u !== void 0 ? u : w, B = String(j).length > 0, W = T && i && n.length > 0, V = N(
|
|
9717
9713
|
(q) => {
|
|
9718
9714
|
const te = q.target.value;
|
|
9719
|
-
u === void 0 &&
|
|
9715
|
+
u === void 0 && A(te), t > 0 ? (U.current && clearTimeout(U.current), U.current = setTimeout(() => {
|
|
9720
9716
|
m?.(q);
|
|
9721
9717
|
}, t)) : m?.(q);
|
|
9722
9718
|
},
|
|
9723
9719
|
[u, t, m]
|
|
9724
9720
|
), G = N(() => {
|
|
9725
|
-
u === void 0 &&
|
|
9721
|
+
u === void 0 && A(""), m?.({
|
|
9726
9722
|
target: { value: "" },
|
|
9727
9723
|
currentTarget: { value: "" }
|
|
9728
9724
|
}), D.current?.focus();
|
|
@@ -9744,21 +9740,21 @@ const Fn = Z.forwardRef(
|
|
|
9744
9740
|
M >= 0 && n[M] ? (q.preventDefault(), s?.(n[M]), O(-1)) : r?.(String(j));
|
|
9745
9741
|
break;
|
|
9746
9742
|
case "Escape":
|
|
9747
|
-
|
|
9743
|
+
z(!1), D.current?.blur();
|
|
9748
9744
|
break;
|
|
9749
9745
|
}
|
|
9750
9746
|
else q.key === "Enter" && r?.(String(j));
|
|
9751
9747
|
f?.(q);
|
|
9752
9748
|
},
|
|
9753
9749
|
[W, n, M, j, r, s, f]
|
|
9754
|
-
),
|
|
9750
|
+
), K = N(
|
|
9755
9751
|
(q) => {
|
|
9756
|
-
|
|
9752
|
+
z(!0), y?.(q);
|
|
9757
9753
|
},
|
|
9758
9754
|
[y]
|
|
9759
|
-
),
|
|
9755
|
+
), X = N(
|
|
9760
9756
|
(q) => {
|
|
9761
|
-
setTimeout(() =>
|
|
9757
|
+
setTimeout(() => z(!1), 150), b?.(q);
|
|
9762
9758
|
},
|
|
9763
9759
|
[b]
|
|
9764
9760
|
);
|
|
@@ -9769,10 +9765,10 @@ const Fn = Z.forwardRef(
|
|
|
9769
9765
|
};
|
|
9770
9766
|
return document.addEventListener("keydown", q), () => document.removeEventListener("keydown", q);
|
|
9771
9767
|
}, [o, c]), se(() => () => {
|
|
9772
|
-
|
|
9768
|
+
U.current && clearTimeout(U.current);
|
|
9773
9769
|
}, []);
|
|
9774
|
-
const
|
|
9775
|
-
|
|
9770
|
+
const Y = /* @__PURE__ */ d("div", { className: "gloss-search-input__actions", children: [
|
|
9771
|
+
B && l && /* @__PURE__ */ e(
|
|
9776
9772
|
"button",
|
|
9777
9773
|
{
|
|
9778
9774
|
type: "button",
|
|
@@ -9799,19 +9795,19 @@ const Fn = Z.forwardRef(
|
|
|
9799
9795
|
value: j,
|
|
9800
9796
|
onChange: V,
|
|
9801
9797
|
onKeyDown: F,
|
|
9802
|
-
onFocus:
|
|
9803
|
-
onBlur:
|
|
9798
|
+
onFocus: K,
|
|
9799
|
+
onBlur: X,
|
|
9804
9800
|
placeholder: _,
|
|
9805
9801
|
label: v,
|
|
9806
9802
|
status: h === "pending" ? "default" : h,
|
|
9807
9803
|
helperText: k,
|
|
9808
9804
|
required: E,
|
|
9809
|
-
disabled:
|
|
9810
|
-
name:
|
|
9805
|
+
disabled: S,
|
|
9806
|
+
name: C,
|
|
9811
9807
|
id: I,
|
|
9812
9808
|
autoComplete: P,
|
|
9813
9809
|
leftIcon: /* @__PURE__ */ e(ve, { name: "search", size: "sm" }),
|
|
9814
|
-
rightIcon:
|
|
9810
|
+
rightIcon: Y
|
|
9815
9811
|
}
|
|
9816
9812
|
),
|
|
9817
9813
|
W && /* @__PURE__ */ e("ul", { className: "gloss-search-input__suggestions", role: "listbox", children: n.map((q, te) => /* @__PURE__ */ d(
|
|
@@ -9875,18 +9871,18 @@ const xu = [
|
|
|
9875
9871
|
disabled: h,
|
|
9876
9872
|
name: k,
|
|
9877
9873
|
id: E,
|
|
9878
|
-
className:
|
|
9879
|
-
autoComplete:
|
|
9874
|
+
className: S,
|
|
9875
|
+
autoComplete: C = "new-password"
|
|
9880
9876
|
}, I) => {
|
|
9881
|
-
const [g, P] = H(!1), [x, D] = H(String(u ?? "")),
|
|
9882
|
-
() => Su(
|
|
9883
|
-
[
|
|
9884
|
-
), T = a ??
|
|
9877
|
+
const [g, P] = H(!1), [x, D] = H(String(u ?? "")), w = l !== void 0 ? String(l) : x, A = ee(
|
|
9878
|
+
() => Su(w, n),
|
|
9879
|
+
[w, n]
|
|
9880
|
+
), T = a ?? A, z = ee(
|
|
9885
9881
|
() => n.map((V) => ({
|
|
9886
9882
|
...V,
|
|
9887
|
-
passed: V.validate(
|
|
9883
|
+
passed: V.validate(w)
|
|
9888
9884
|
})),
|
|
9889
|
-
[
|
|
9885
|
+
[w, n]
|
|
9890
9886
|
), M = N(
|
|
9891
9887
|
(V) => {
|
|
9892
9888
|
l === void 0 && D(V.target.value), p?.(V);
|
|
@@ -9894,7 +9890,7 @@ const xu = [
|
|
|
9894
9890
|
[l, p]
|
|
9895
9891
|
), O = N(() => {
|
|
9896
9892
|
P((V) => !V);
|
|
9897
|
-
}, []),
|
|
9893
|
+
}, []), U = N(() => {
|
|
9898
9894
|
const V = Nu(o);
|
|
9899
9895
|
i ? i(V) : (l === void 0 && D(V), p?.({
|
|
9900
9896
|
target: { value: V },
|
|
@@ -9905,7 +9901,7 @@ const xu = [
|
|
|
9905
9901
|
fair: "#f59e0b",
|
|
9906
9902
|
good: "#3b82f6",
|
|
9907
9903
|
strong: "#22c55e"
|
|
9908
|
-
},
|
|
9904
|
+
}, B = {
|
|
9909
9905
|
weak: "Weak",
|
|
9910
9906
|
fair: "Fair",
|
|
9911
9907
|
good: "Good",
|
|
@@ -9917,7 +9913,7 @@ const xu = [
|
|
|
9917
9913
|
{
|
|
9918
9914
|
ref: I,
|
|
9919
9915
|
type: g ? "text" : "password",
|
|
9920
|
-
value:
|
|
9916
|
+
value: w,
|
|
9921
9917
|
onChange: M,
|
|
9922
9918
|
onBlur: m,
|
|
9923
9919
|
rightIcon: /* @__PURE__ */ d("div", { className: "gloss-password-input__actions", children: [
|
|
@@ -9926,7 +9922,7 @@ const xu = [
|
|
|
9926
9922
|
{
|
|
9927
9923
|
type: "button",
|
|
9928
9924
|
className: "gloss-password-input__generate",
|
|
9929
|
-
onClick:
|
|
9925
|
+
onClick: U,
|
|
9930
9926
|
"aria-label": "Generate password",
|
|
9931
9927
|
tabIndex: -1,
|
|
9932
9928
|
title: "Generate password",
|
|
@@ -9953,10 +9949,10 @@ const xu = [
|
|
|
9953
9949
|
disabled: h,
|
|
9954
9950
|
name: k,
|
|
9955
9951
|
id: E,
|
|
9956
|
-
autoComplete:
|
|
9952
|
+
autoComplete: C
|
|
9957
9953
|
}
|
|
9958
9954
|
),
|
|
9959
|
-
t &&
|
|
9955
|
+
t && w && /* @__PURE__ */ d("div", { className: "gloss-password-input__strength", children: [
|
|
9960
9956
|
/* @__PURE__ */ e("div", { className: "gloss-password-input__strength-bar", children: /* @__PURE__ */ e(
|
|
9961
9957
|
"div",
|
|
9962
9958
|
{
|
|
@@ -9972,11 +9968,11 @@ const xu = [
|
|
|
9972
9968
|
{
|
|
9973
9969
|
className: "gloss-password-input__strength-label",
|
|
9974
9970
|
style: { color: j[T] },
|
|
9975
|
-
children:
|
|
9971
|
+
children: B[T]
|
|
9976
9972
|
}
|
|
9977
9973
|
)
|
|
9978
9974
|
] }),
|
|
9979
|
-
c && /* @__PURE__ */ e("ul", { className: "gloss-password-input__rules", children:
|
|
9975
|
+
c && /* @__PURE__ */ e("ul", { className: "gloss-password-input__rules", children: z.map((V) => /* @__PURE__ */ d(
|
|
9980
9976
|
"li",
|
|
9981
9977
|
{
|
|
9982
9978
|
className: `gloss-password-input__rule ${V.passed ? "gloss-password-input__rule--passed" : ""}`,
|
|
@@ -10012,9 +10008,9 @@ const Cu = Z.forwardRef(
|
|
|
10012
10008
|
id: v,
|
|
10013
10009
|
name: h
|
|
10014
10010
|
}, k) => {
|
|
10015
|
-
const E = Le(),
|
|
10016
|
-
(de) => de.toLowerCase().includes(P.toLowerCase()) && (o || !
|
|
10017
|
-
) : [],
|
|
10011
|
+
const E = Le(), S = v || E, C = ce(null), [I, g] = H(t), [P, x] = H(""), [D, w] = H(null), [A, T] = H(!1), [z, M] = H(-1), O = r !== void 0, U = O ? r : I, j = P ? l.filter(
|
|
10012
|
+
(de) => de.toLowerCase().includes(P.toLowerCase()) && (o || !U.includes(de))
|
|
10013
|
+
) : [], B = A && j.length > 0, W = s === void 0 || U.length < s, V = N(
|
|
10018
10014
|
(de) => {
|
|
10019
10015
|
O || g(de), a?.(de);
|
|
10020
10016
|
},
|
|
@@ -10024,35 +10020,35 @@ const Cu = Z.forwardRef(
|
|
|
10024
10020
|
const ie = de.trim();
|
|
10025
10021
|
if (ie) {
|
|
10026
10022
|
if (!W) {
|
|
10027
|
-
|
|
10023
|
+
w(`Maximum of ${s} tags allowed`);
|
|
10028
10024
|
return;
|
|
10029
10025
|
}
|
|
10030
|
-
if (!o &&
|
|
10031
|
-
|
|
10026
|
+
if (!o && U.includes(ie)) {
|
|
10027
|
+
w("Duplicate tag");
|
|
10032
10028
|
return;
|
|
10033
10029
|
}
|
|
10034
10030
|
if (i && ie.length > i) {
|
|
10035
|
-
|
|
10031
|
+
w(`Tag must be ${i} characters or less`);
|
|
10036
10032
|
return;
|
|
10037
10033
|
}
|
|
10038
10034
|
if (c) {
|
|
10039
10035
|
const fe = c(ie);
|
|
10040
10036
|
if (fe !== !0) {
|
|
10041
|
-
|
|
10037
|
+
w(typeof fe == "string" ? fe : "Invalid tag");
|
|
10042
10038
|
return;
|
|
10043
10039
|
}
|
|
10044
10040
|
}
|
|
10045
|
-
|
|
10041
|
+
w(null), V([...U, ie]), x(""), M(-1);
|
|
10046
10042
|
}
|
|
10047
10043
|
},
|
|
10048
|
-
[
|
|
10044
|
+
[U, W, s, o, i, c, V]
|
|
10049
10045
|
), F = N(
|
|
10050
10046
|
(de) => {
|
|
10051
|
-
const ie =
|
|
10052
|
-
V(ie),
|
|
10047
|
+
const ie = U.filter((fe, Ce) => Ce !== de);
|
|
10048
|
+
V(ie), w(null);
|
|
10053
10049
|
},
|
|
10054
|
-
[
|
|
10055
|
-
),
|
|
10050
|
+
[U, V]
|
|
10051
|
+
), K = N(
|
|
10056
10052
|
(de) => {
|
|
10057
10053
|
const ie = de.target.value, fe = n.filter((Ce) => Ce !== "Enter");
|
|
10058
10054
|
for (const Ce of fe)
|
|
@@ -10062,36 +10058,36 @@ const Cu = Z.forwardRef(
|
|
|
10062
10058
|
});
|
|
10063
10059
|
return;
|
|
10064
10060
|
}
|
|
10065
|
-
x(ie), M(-1),
|
|
10061
|
+
x(ie), M(-1), w(null);
|
|
10066
10062
|
},
|
|
10067
10063
|
[n, G]
|
|
10068
|
-
),
|
|
10064
|
+
), X = N(
|
|
10069
10065
|
(de) => {
|
|
10070
|
-
de.key === "Enter" ? (de.preventDefault(),
|
|
10066
|
+
de.key === "Enter" ? (de.preventDefault(), B && z >= 0 ? G(j[z]) : n.includes("Enter") && P.trim() && G(P)) : de.key === "Backspace" && !P && U.length > 0 ? F(U.length - 1) : de.key === "ArrowDown" && B ? (de.preventDefault(), M(
|
|
10071
10067
|
(ie) => ie < j.length - 1 ? ie + 1 : 0
|
|
10072
|
-
)) : de.key === "ArrowUp" &&
|
|
10068
|
+
)) : de.key === "ArrowUp" && B ? (de.preventDefault(), M(
|
|
10073
10069
|
(ie) => ie > 0 ? ie - 1 : j.length - 1
|
|
10074
10070
|
)) : de.key === "Escape" && (x(""), M(-1));
|
|
10075
10071
|
},
|
|
10076
10072
|
[
|
|
10077
|
-
|
|
10078
|
-
|
|
10073
|
+
B,
|
|
10074
|
+
z,
|
|
10079
10075
|
j,
|
|
10080
10076
|
n,
|
|
10081
10077
|
P,
|
|
10082
|
-
|
|
10078
|
+
U,
|
|
10083
10079
|
G,
|
|
10084
10080
|
F
|
|
10085
10081
|
]
|
|
10086
|
-
),
|
|
10082
|
+
), Y = N(() => {
|
|
10087
10083
|
T(!0);
|
|
10088
10084
|
}, []), q = N(() => {
|
|
10089
10085
|
setTimeout(() => T(!1), 150), P.trim() && n.includes(",") && G(P);
|
|
10090
10086
|
}, [P, n, G]), te = N(() => {
|
|
10091
|
-
|
|
10087
|
+
C.current?.focus();
|
|
10092
10088
|
}, []), he = N(
|
|
10093
10089
|
(de) => {
|
|
10094
|
-
G(de),
|
|
10090
|
+
G(de), C.current?.focus();
|
|
10095
10091
|
},
|
|
10096
10092
|
[G]
|
|
10097
10093
|
), oe = [
|
|
@@ -10101,17 +10097,17 @@ const Cu = Z.forwardRef(
|
|
|
10101
10097
|
"gloss-tag-input",
|
|
10102
10098
|
`gloss-tag-input--${b}`,
|
|
10103
10099
|
y !== "default" && `gloss-tag-input--${y}`,
|
|
10104
|
-
|
|
10100
|
+
A && "gloss-tag-input--focused",
|
|
10105
10101
|
p && "gloss-tag-input--disabled",
|
|
10106
10102
|
D && "gloss-tag-input--error",
|
|
10107
10103
|
_
|
|
10108
10104
|
].filter(Boolean).join(" ");
|
|
10109
10105
|
return /* @__PURE__ */ d("div", { className: oe, children: [
|
|
10110
|
-
m && /* @__PURE__ */ e("label", { className: "gloss-tag-input__label", htmlFor:
|
|
10106
|
+
m && /* @__PURE__ */ e("label", { className: "gloss-tag-input__label", htmlFor: S, children: m }),
|
|
10111
10107
|
/* @__PURE__ */ d("div", { className: be, onClick: te, children: [
|
|
10112
|
-
h && /* @__PURE__ */ e("input", { type: "hidden", name: h, value:
|
|
10108
|
+
h && /* @__PURE__ */ e("input", { type: "hidden", name: h, value: U.join(",") }),
|
|
10113
10109
|
/* @__PURE__ */ d("div", { className: "gloss-tag-input__tags", children: [
|
|
10114
|
-
|
|
10110
|
+
U.map((de, ie) => /* @__PURE__ */ d("span", { className: "gloss-tag-input__tag", children: [
|
|
10115
10111
|
/* @__PURE__ */ e("span", { className: "gloss-tag-input__tag-text", children: de }),
|
|
10116
10112
|
!p && /* @__PURE__ */ e(
|
|
10117
10113
|
"button",
|
|
@@ -10131,28 +10127,28 @@ const Cu = Z.forwardRef(
|
|
|
10131
10127
|
"input",
|
|
10132
10128
|
{
|
|
10133
10129
|
ref: (de) => {
|
|
10134
|
-
|
|
10130
|
+
C.current = de, typeof k == "function" ? k(de) : k && (k.current = de);
|
|
10135
10131
|
},
|
|
10136
|
-
id:
|
|
10132
|
+
id: S,
|
|
10137
10133
|
type: "text",
|
|
10138
10134
|
className: "gloss-tag-input__input",
|
|
10139
10135
|
value: P,
|
|
10140
|
-
onChange:
|
|
10141
|
-
onKeyDown:
|
|
10142
|
-
onFocus:
|
|
10136
|
+
onChange: K,
|
|
10137
|
+
onKeyDown: X,
|
|
10138
|
+
onFocus: Y,
|
|
10143
10139
|
onBlur: q,
|
|
10144
|
-
placeholder:
|
|
10140
|
+
placeholder: U.length === 0 ? u : "",
|
|
10145
10141
|
disabled: p,
|
|
10146
|
-
"aria-describedby": f ? `${
|
|
10142
|
+
"aria-describedby": f ? `${S}-helper` : void 0
|
|
10147
10143
|
}
|
|
10148
10144
|
)
|
|
10149
10145
|
] }),
|
|
10150
|
-
|
|
10146
|
+
B && /* @__PURE__ */ e("ul", { className: "gloss-tag-input__suggestions", role: "listbox", children: j.map((de, ie) => /* @__PURE__ */ e(
|
|
10151
10147
|
"li",
|
|
10152
10148
|
{
|
|
10153
10149
|
role: "option",
|
|
10154
|
-
"aria-selected": ie ===
|
|
10155
|
-
className: `gloss-tag-input__suggestion ${ie ===
|
|
10150
|
+
"aria-selected": ie === z,
|
|
10151
|
+
className: `gloss-tag-input__suggestion ${ie === z ? "gloss-tag-input__suggestion--selected" : ""}`,
|
|
10156
10152
|
onClick: () => he(de),
|
|
10157
10153
|
children: de
|
|
10158
10154
|
},
|
|
@@ -10162,7 +10158,7 @@ const Cu = Z.forwardRef(
|
|
|
10162
10158
|
(f || D) && /* @__PURE__ */ d(
|
|
10163
10159
|
"div",
|
|
10164
10160
|
{
|
|
10165
|
-
id: `${
|
|
10161
|
+
id: `${S}-helper`,
|
|
10166
10162
|
className: `gloss-tag-input__helper ${D || y === "error" ? "gloss-tag-input__helper--error" : ""}`,
|
|
10167
10163
|
children: [
|
|
10168
10164
|
(D || y === "error") && /* @__PURE__ */ e(ve, { name: "info", size: "sm" }),
|
|
@@ -10230,38 +10226,38 @@ const wu = [
|
|
|
10230
10226
|
className: b = "",
|
|
10231
10227
|
id: _
|
|
10232
10228
|
}, v) => {
|
|
10233
|
-
const h = Le(), k = _ || h, E = s.find((G) => G.code === n) || s[0],
|
|
10229
|
+
const h = Le(), k = _ || h, E = s.find((G) => G.code === n) || s[0], S = ee(
|
|
10234
10230
|
() => Ya(r || t || "", s),
|
|
10235
10231
|
[]
|
|
10236
|
-
), [
|
|
10237
|
-
|
|
10232
|
+
), [C, I] = H(
|
|
10233
|
+
S.country || E
|
|
10238
10234
|
), [g, P] = H(
|
|
10239
|
-
|
|
10240
|
-
), [x, D] = H(!1),
|
|
10241
|
-
() =>
|
|
10242
|
-
[
|
|
10243
|
-
), T =
|
|
10235
|
+
S.nationalNumber
|
|
10236
|
+
), [x, D] = H(!1), w = r !== void 0, A = ee(
|
|
10237
|
+
() => w ? Ya(r || "", s) : null,
|
|
10238
|
+
[w, r, s]
|
|
10239
|
+
), T = A?.country || C, z = A?.nationalNumber || g, M = ku(z, T.format), O = N(
|
|
10244
10240
|
(G, F) => {
|
|
10245
|
-
const
|
|
10246
|
-
return
|
|
10241
|
+
const K = Ua(F);
|
|
10242
|
+
return K ? `${G.dialCode}${K}` : "";
|
|
10247
10243
|
},
|
|
10248
10244
|
[]
|
|
10249
|
-
),
|
|
10245
|
+
), U = N(
|
|
10250
10246
|
(G) => {
|
|
10251
|
-
const F = G.target.value,
|
|
10252
|
-
|
|
10253
|
-
const
|
|
10254
|
-
a?.(
|
|
10247
|
+
const F = G.target.value, K = Ua(F);
|
|
10248
|
+
w || P(K);
|
|
10249
|
+
const X = O(T, K);
|
|
10250
|
+
a?.(X);
|
|
10255
10251
|
},
|
|
10256
|
-
[
|
|
10252
|
+
[w, T, O, a]
|
|
10257
10253
|
), j = N(
|
|
10258
10254
|
(G) => {
|
|
10259
|
-
|
|
10260
|
-
const F = O(G,
|
|
10255
|
+
w || I(G);
|
|
10256
|
+
const F = O(G, z);
|
|
10261
10257
|
a?.(F), D(!1);
|
|
10262
10258
|
},
|
|
10263
|
-
[
|
|
10264
|
-
),
|
|
10259
|
+
[w, z, O, a]
|
|
10260
|
+
), B = N(() => {
|
|
10265
10261
|
f || D((G) => !G);
|
|
10266
10262
|
}, [f]), W = N(() => {
|
|
10267
10263
|
setTimeout(() => D(!1), 150);
|
|
@@ -10270,7 +10266,7 @@ const wu = [
|
|
|
10270
10266
|
{
|
|
10271
10267
|
type: "button",
|
|
10272
10268
|
className: "gloss-phone-input__country-btn",
|
|
10273
|
-
onClick:
|
|
10269
|
+
onClick: B,
|
|
10274
10270
|
onBlur: W,
|
|
10275
10271
|
disabled: f,
|
|
10276
10272
|
"aria-label": "Select country",
|
|
@@ -10314,7 +10310,7 @@ const wu = [
|
|
|
10314
10310
|
required: m,
|
|
10315
10311
|
className: `gloss-phone-input__input ${p !== "default" ? `gloss-phone-input__input--${p}` : ""}`,
|
|
10316
10312
|
value: M,
|
|
10317
|
-
onChange:
|
|
10313
|
+
onChange: U,
|
|
10318
10314
|
disabled: f,
|
|
10319
10315
|
"aria-describedby": u ? `${k}-helper` : void 0
|
|
10320
10316
|
}
|
|
@@ -10377,7 +10373,7 @@ function Jr({
|
|
|
10377
10373
|
children: i
|
|
10378
10374
|
}) {
|
|
10379
10375
|
const o = {
|
|
10380
|
-
bg:
|
|
10376
|
+
bg: R.BgSurface,
|
|
10381
10377
|
shadow: Ze.Hover,
|
|
10382
10378
|
radius: Se.Md,
|
|
10383
10379
|
padding: J.Md,
|
|
@@ -10428,55 +10424,55 @@ function Ln(r) {
|
|
|
10428
10424
|
disabled: _ = !1,
|
|
10429
10425
|
size: v = "md",
|
|
10430
10426
|
className: h
|
|
10431
|
-
} = r, [k, E] = H(""), [
|
|
10427
|
+
} = r, [k, E] = H(""), [S, C] = H(!1), [I, g] = H(-1), P = ce(null), x = ce(null), D = ce(null);
|
|
10432
10428
|
se(() => {
|
|
10433
10429
|
a != null && E(s(a));
|
|
10434
10430
|
}, [a, s]);
|
|
10435
|
-
const
|
|
10431
|
+
const w = ee(() => {
|
|
10436
10432
|
if (i || !k) return t;
|
|
10437
|
-
const
|
|
10433
|
+
const B = k.toLowerCase();
|
|
10438
10434
|
return t.filter(
|
|
10439
|
-
(W) => s(W).toLowerCase().includes(
|
|
10435
|
+
(W) => s(W).toLowerCase().includes(B)
|
|
10440
10436
|
);
|
|
10441
|
-
}, [t, k, i, s]),
|
|
10442
|
-
(
|
|
10443
|
-
const W =
|
|
10444
|
-
E(W),
|
|
10437
|
+
}, [t, k, i, s]), A = N(
|
|
10438
|
+
(B) => {
|
|
10439
|
+
const W = B.target.value;
|
|
10440
|
+
E(W), C(!0), g(-1), i && (x.current && clearTimeout(x.current), x.current = setTimeout(() => {
|
|
10445
10441
|
i(W);
|
|
10446
10442
|
}, 300));
|
|
10447
10443
|
},
|
|
10448
10444
|
[i]
|
|
10449
10445
|
), T = N(
|
|
10450
|
-
(
|
|
10451
|
-
E(s(
|
|
10446
|
+
(B) => {
|
|
10447
|
+
E(s(B)), C(!1), g(-1), n?.(B);
|
|
10452
10448
|
},
|
|
10453
10449
|
[s, n]
|
|
10454
|
-
),
|
|
10455
|
-
(
|
|
10456
|
-
if (!
|
|
10457
|
-
(
|
|
10450
|
+
), z = N(
|
|
10451
|
+
(B) => {
|
|
10452
|
+
if (!S) {
|
|
10453
|
+
(B.key === "ArrowDown" || B.key === "ArrowUp") && (B.preventDefault(), C(!0));
|
|
10458
10454
|
return;
|
|
10459
10455
|
}
|
|
10460
|
-
switch (
|
|
10456
|
+
switch (B.key) {
|
|
10461
10457
|
case "ArrowDown":
|
|
10462
|
-
|
|
10463
|
-
(W) => W <
|
|
10458
|
+
B.preventDefault(), g(
|
|
10459
|
+
(W) => W < w.length - 1 ? W + 1 : 0
|
|
10464
10460
|
);
|
|
10465
10461
|
break;
|
|
10466
10462
|
case "ArrowUp":
|
|
10467
|
-
|
|
10468
|
-
(W) => W > 0 ? W - 1 :
|
|
10463
|
+
B.preventDefault(), g(
|
|
10464
|
+
(W) => W > 0 ? W - 1 : w.length - 1
|
|
10469
10465
|
);
|
|
10470
10466
|
break;
|
|
10471
10467
|
case "Enter":
|
|
10472
|
-
|
|
10468
|
+
B.preventDefault(), I >= 0 && w[I] && T(w[I]);
|
|
10473
10469
|
break;
|
|
10474
10470
|
case "Escape":
|
|
10475
|
-
|
|
10471
|
+
B.preventDefault(), C(!1), g(-1);
|
|
10476
10472
|
break;
|
|
10477
10473
|
}
|
|
10478
10474
|
},
|
|
10479
|
-
[
|
|
10475
|
+
[S, w, I, T]
|
|
10480
10476
|
);
|
|
10481
10477
|
se(() => {
|
|
10482
10478
|
I >= 0 && D.current && D.current.querySelectorAll('[role="option"]')[I]?.scrollIntoView({ block: "nearest" });
|
|
@@ -10484,17 +10480,17 @@ function Ln(r) {
|
|
|
10484
10480
|
x.current && clearTimeout(x.current);
|
|
10485
10481
|
}, []);
|
|
10486
10482
|
const M = N(() => {
|
|
10487
|
-
|
|
10483
|
+
C(!0);
|
|
10488
10484
|
}, []), O = N(() => {
|
|
10489
|
-
|
|
10490
|
-
}, []),
|
|
10485
|
+
C(!1), g(-1);
|
|
10486
|
+
}, []), U = S && (w.length > 0 || b || w.length === 0), j = ["gloss-autocomplete", h].filter(Boolean).join(" ");
|
|
10491
10487
|
return /* @__PURE__ */ d("div", { className: j, ref: P, children: [
|
|
10492
10488
|
/* @__PURE__ */ e(
|
|
10493
10489
|
Me,
|
|
10494
10490
|
{
|
|
10495
10491
|
value: k,
|
|
10496
|
-
onChange:
|
|
10497
|
-
onKeyDown:
|
|
10492
|
+
onChange: A,
|
|
10493
|
+
onKeyDown: z,
|
|
10498
10494
|
onFocus: M,
|
|
10499
10495
|
placeholder: u,
|
|
10500
10496
|
label: p,
|
|
@@ -10504,7 +10500,7 @@ function Ln(r) {
|
|
|
10504
10500
|
size: v,
|
|
10505
10501
|
autoComplete: "off",
|
|
10506
10502
|
role: "combobox",
|
|
10507
|
-
"aria-expanded":
|
|
10503
|
+
"aria-expanded": S,
|
|
10508
10504
|
"aria-haspopup": "listbox",
|
|
10509
10505
|
"aria-autocomplete": "list"
|
|
10510
10506
|
}
|
|
@@ -10512,17 +10508,17 @@ function Ln(r) {
|
|
|
10512
10508
|
/* @__PURE__ */ e(
|
|
10513
10509
|
Jr,
|
|
10514
10510
|
{
|
|
10515
|
-
open:
|
|
10511
|
+
open: U && !_,
|
|
10516
10512
|
onDismiss: O,
|
|
10517
10513
|
anchorRef: P,
|
|
10518
10514
|
placement: "bottom-start",
|
|
10519
|
-
children: b ? l ?? /* @__PURE__ */ e(Eu, {}) :
|
|
10515
|
+
children: b ? l ?? /* @__PURE__ */ e(Eu, {}) : w.length === 0 ? c : /* @__PURE__ */ e(
|
|
10520
10516
|
"ul",
|
|
10521
10517
|
{
|
|
10522
10518
|
ref: D,
|
|
10523
10519
|
className: "gloss-autocomplete__results",
|
|
10524
10520
|
role: "listbox",
|
|
10525
|
-
children:
|
|
10521
|
+
children: w.map((B, W) => {
|
|
10526
10522
|
const V = W === I;
|
|
10527
10523
|
return /* @__PURE__ */ e(
|
|
10528
10524
|
"li",
|
|
@@ -10534,12 +10530,12 @@ function Ln(r) {
|
|
|
10534
10530
|
V && "gloss-autocomplete__result-item--highlighted"
|
|
10535
10531
|
].filter(Boolean).join(" "),
|
|
10536
10532
|
onMouseDown: (G) => {
|
|
10537
|
-
G.preventDefault(), T(
|
|
10533
|
+
G.preventDefault(), T(B);
|
|
10538
10534
|
},
|
|
10539
10535
|
onMouseEnter: () => g(W),
|
|
10540
|
-
children: o ? o(
|
|
10536
|
+
children: o ? o(B, V) : /* @__PURE__ */ e("span", { children: s(B) })
|
|
10541
10537
|
},
|
|
10542
|
-
s(
|
|
10538
|
+
s(B) + W
|
|
10543
10539
|
);
|
|
10544
10540
|
})
|
|
10545
10541
|
}
|
|
@@ -10567,19 +10563,19 @@ function Hn(r) {
|
|
|
10567
10563
|
maxSelected: b,
|
|
10568
10564
|
searchable: _ = !1,
|
|
10569
10565
|
className: v
|
|
10570
|
-
} = r, [h, k] = H(!1), [E,
|
|
10566
|
+
} = r, [h, k] = H(!1), [E, S] = H(""), [C, I] = H(-1), g = ce(null), P = ce(null), x = ce(null), D = ee(
|
|
10571
10567
|
() => t.filter((W) => a.includes(W.value)),
|
|
10572
10568
|
[t, a]
|
|
10573
|
-
),
|
|
10569
|
+
), w = ee(() => {
|
|
10574
10570
|
if (!E) return t;
|
|
10575
10571
|
const W = E.toLowerCase();
|
|
10576
10572
|
return t.filter((V) => V.label.toLowerCase().includes(W));
|
|
10577
|
-
}, [t, E]),
|
|
10573
|
+
}, [t, E]), A = b != null && a.length >= b, T = N(
|
|
10578
10574
|
(W) => {
|
|
10579
|
-
a.includes(W) ? n(a.filter((G) => G !== W)) :
|
|
10575
|
+
a.includes(W) ? n(a.filter((G) => G !== W)) : A || n([...a, W]);
|
|
10580
10576
|
},
|
|
10581
|
-
[a, n,
|
|
10582
|
-
),
|
|
10577
|
+
[a, n, A]
|
|
10578
|
+
), z = N(
|
|
10583
10579
|
(W) => {
|
|
10584
10580
|
n(a.filter((V) => V !== W));
|
|
10585
10581
|
},
|
|
@@ -10590,17 +10586,17 @@ function Hn(r) {
|
|
|
10590
10586
|
switch (W.key) {
|
|
10591
10587
|
case "ArrowDown":
|
|
10592
10588
|
W.preventDefault(), h ? I(
|
|
10593
|
-
(V) => V <
|
|
10589
|
+
(V) => V < w.length - 1 ? V + 1 : 0
|
|
10594
10590
|
) : (k(!0), I(0));
|
|
10595
10591
|
break;
|
|
10596
10592
|
case "ArrowUp":
|
|
10597
10593
|
W.preventDefault(), h && I(
|
|
10598
|
-
(V) => V > 0 ? V - 1 :
|
|
10594
|
+
(V) => V > 0 ? V - 1 : w.length - 1
|
|
10599
10595
|
);
|
|
10600
10596
|
break;
|
|
10601
10597
|
case "Enter":
|
|
10602
|
-
if (W.preventDefault(), h &&
|
|
10603
|
-
const V = C
|
|
10598
|
+
if (W.preventDefault(), h && C >= 0 && w[C]) {
|
|
10599
|
+
const V = w[C];
|
|
10604
10600
|
V.disabled || T(V.value);
|
|
10605
10601
|
} else h || k(!0);
|
|
10606
10602
|
break;
|
|
@@ -10608,22 +10604,22 @@ function Hn(r) {
|
|
|
10608
10604
|
W.preventDefault(), k(!1), I(-1);
|
|
10609
10605
|
break;
|
|
10610
10606
|
case "Backspace":
|
|
10611
|
-
_ && E === "" && a.length > 0 &&
|
|
10607
|
+
_ && E === "" && a.length > 0 && z(a[a.length - 1]);
|
|
10612
10608
|
break;
|
|
10613
10609
|
}
|
|
10614
10610
|
},
|
|
10615
|
-
[f, h,
|
|
10611
|
+
[f, h, w, C, T, _, E, a, z]
|
|
10616
10612
|
);
|
|
10617
10613
|
se(() => {
|
|
10618
|
-
|
|
10619
|
-
}, [
|
|
10614
|
+
C >= 0 && x.current && x.current.querySelectorAll('[role="option"]')[C]?.scrollIntoView({ block: "nearest" });
|
|
10615
|
+
}, [C]), se(() => {
|
|
10620
10616
|
h && _ && P.current && P.current.focus();
|
|
10621
10617
|
}, [h, _]), se(() => {
|
|
10622
|
-
h || (
|
|
10618
|
+
h || (S(""), I(-1));
|
|
10623
10619
|
}, [h]);
|
|
10624
10620
|
const O = N(() => {
|
|
10625
10621
|
f || k((W) => !W);
|
|
10626
|
-
}, [f]),
|
|
10622
|
+
}, [f]), U = N(() => {
|
|
10627
10623
|
k(!1);
|
|
10628
10624
|
}, []), j = [
|
|
10629
10625
|
"gloss-multi-select",
|
|
@@ -10631,7 +10627,7 @@ function Hn(r) {
|
|
|
10631
10627
|
p && "gloss-multi-select--error",
|
|
10632
10628
|
`gloss-multi-select--${y}`,
|
|
10633
10629
|
v
|
|
10634
|
-
].filter(Boolean).join(" "),
|
|
10630
|
+
].filter(Boolean).join(" "), B = [
|
|
10635
10631
|
"gloss-multi-select__trigger",
|
|
10636
10632
|
h && "gloss-multi-select__trigger--focused",
|
|
10637
10633
|
p && "gloss-multi-select__trigger--error"
|
|
@@ -10642,7 +10638,7 @@ function Hn(r) {
|
|
|
10642
10638
|
"div",
|
|
10643
10639
|
{
|
|
10644
10640
|
ref: g,
|
|
10645
|
-
className:
|
|
10641
|
+
className: B,
|
|
10646
10642
|
onClick: O,
|
|
10647
10643
|
onKeyDown: M,
|
|
10648
10644
|
tabIndex: f ? -1 : 0,
|
|
@@ -10651,12 +10647,12 @@ function Hn(r) {
|
|
|
10651
10647
|
"aria-haspopup": "listbox",
|
|
10652
10648
|
"aria-disabled": f || void 0,
|
|
10653
10649
|
children: [
|
|
10654
|
-
D.map((W) => /* @__PURE__ */ e("span", { className: "gloss-multi-select__tag", children: s ? s(W, () =>
|
|
10650
|
+
D.map((W) => /* @__PURE__ */ e("span", { className: "gloss-multi-select__tag", children: s ? s(W, () => z(W.value)) : /* @__PURE__ */ e(
|
|
10655
10651
|
Zr,
|
|
10656
10652
|
{
|
|
10657
10653
|
size: y === "lg" ? "md" : "sm",
|
|
10658
10654
|
variant: "outlined",
|
|
10659
|
-
onDelete: f ? void 0 : () =>
|
|
10655
|
+
onDelete: f ? void 0 : () => z(W.value),
|
|
10660
10656
|
children: W.label
|
|
10661
10657
|
}
|
|
10662
10658
|
) }, W.value)),
|
|
@@ -10668,7 +10664,7 @@ function Hn(r) {
|
|
|
10668
10664
|
className: "gloss-multi-select__search",
|
|
10669
10665
|
value: E,
|
|
10670
10666
|
onChange: (W) => {
|
|
10671
|
-
|
|
10667
|
+
S(W.target.value), h || k(!0), I(-1);
|
|
10672
10668
|
},
|
|
10673
10669
|
placeholder: D.length === 0 ? c : "",
|
|
10674
10670
|
disabled: f,
|
|
@@ -10699,32 +10695,32 @@ function Hn(r) {
|
|
|
10699
10695
|
Jr,
|
|
10700
10696
|
{
|
|
10701
10697
|
open: h && !f,
|
|
10702
|
-
onDismiss:
|
|
10698
|
+
onDismiss: U,
|
|
10703
10699
|
anchorRef: g,
|
|
10704
10700
|
placement: "bottom-start",
|
|
10705
|
-
children:
|
|
10701
|
+
children: w.length === 0 ? o : /* @__PURE__ */ e(
|
|
10706
10702
|
"ul",
|
|
10707
10703
|
{
|
|
10708
10704
|
ref: x,
|
|
10709
10705
|
className: "gloss-multi-select__dropdown",
|
|
10710
10706
|
role: "listbox",
|
|
10711
10707
|
"aria-multiselectable": "true",
|
|
10712
|
-
children:
|
|
10713
|
-
const G = a.includes(W.value), F = V ===
|
|
10708
|
+
children: w.map((W, V) => {
|
|
10709
|
+
const G = a.includes(W.value), F = V === C, K = W.disabled || A && !G;
|
|
10714
10710
|
return /* @__PURE__ */ e(
|
|
10715
10711
|
"li",
|
|
10716
10712
|
{
|
|
10717
10713
|
role: "option",
|
|
10718
10714
|
"aria-selected": G,
|
|
10719
|
-
"aria-disabled":
|
|
10715
|
+
"aria-disabled": K || void 0,
|
|
10720
10716
|
className: [
|
|
10721
10717
|
"gloss-multi-select__option",
|
|
10722
10718
|
G && "gloss-multi-select__option--selected",
|
|
10723
10719
|
F && "gloss-multi-select__option--highlighted",
|
|
10724
|
-
|
|
10720
|
+
K && "gloss-multi-select__option--disabled"
|
|
10725
10721
|
].filter(Boolean).join(" "),
|
|
10726
|
-
onMouseDown: (
|
|
10727
|
-
|
|
10722
|
+
onMouseDown: (X) => {
|
|
10723
|
+
X.preventDefault(), K || T(W.value);
|
|
10728
10724
|
},
|
|
10729
10725
|
onMouseEnter: () => I(V),
|
|
10730
10726
|
children: i ? i(W, G) : /* @__PURE__ */ d(We, { children: [
|
|
@@ -10771,8 +10767,8 @@ const Mu = {
|
|
|
10771
10767
|
lg: { size: "48px", fontSize: "1rem" },
|
|
10772
10768
|
xl: { size: "64px", fontSize: "1.25rem" }
|
|
10773
10769
|
}, Pu = {
|
|
10774
|
-
bg:
|
|
10775
|
-
color:
|
|
10770
|
+
bg: R.BgMuted,
|
|
10771
|
+
color: R.TextSecondary
|
|
10776
10772
|
}, Ru = {
|
|
10777
10773
|
circle: "50%",
|
|
10778
10774
|
square: Se.Md
|
|
@@ -10888,8 +10884,8 @@ function ea(r) {
|
|
|
10888
10884
|
totalCount: h,
|
|
10889
10885
|
onPageChange: k,
|
|
10890
10886
|
loading: E = !1,
|
|
10891
|
-
striped:
|
|
10892
|
-
className:
|
|
10887
|
+
striped: S = !1,
|
|
10888
|
+
className: C
|
|
10893
10889
|
} = r, I = ee(
|
|
10894
10890
|
() => a.map((M) => String(M[n])),
|
|
10895
10891
|
[a, n]
|
|
@@ -10908,15 +10904,15 @@ function ea(r) {
|
|
|
10908
10904
|
O.has(M) ? O.delete(M) : O.add(M), m(O);
|
|
10909
10905
|
},
|
|
10910
10906
|
[p, m]
|
|
10911
|
-
),
|
|
10907
|
+
), w = N(
|
|
10912
10908
|
(M) => {
|
|
10913
10909
|
if (!b) return;
|
|
10914
10910
|
let O = "asc";
|
|
10915
10911
|
f === M && y === "asc" && (O = "desc"), b(M, O);
|
|
10916
10912
|
},
|
|
10917
10913
|
[f, y, b]
|
|
10918
|
-
),
|
|
10919
|
-
return /* @__PURE__ */ d("div", { className:
|
|
10914
|
+
), A = ee(() => h != null && v != null && v > 0 ? Math.ceil(h / v) : 1, [h, v]), T = _ != null && v != null && h != null && k != null, z = ["gloss-data-table", C].filter(Boolean).join(" ");
|
|
10915
|
+
return /* @__PURE__ */ d("div", { className: z, children: [
|
|
10920
10916
|
/* @__PURE__ */ d("table", { className: "gloss-data-table__table", children: [
|
|
10921
10917
|
/* @__PURE__ */ e("thead", { children: /* @__PURE__ */ d("tr", { children: [
|
|
10922
10918
|
u && /* @__PURE__ */ e("th", { className: "gloss-data-table__header-cell gloss-data-table__header-cell--checkbox", children: /* @__PURE__ */ e(
|
|
@@ -10929,7 +10925,7 @@ function ea(r) {
|
|
|
10929
10925
|
}
|
|
10930
10926
|
) }),
|
|
10931
10927
|
t.map((M) => {
|
|
10932
|
-
const O = f === M.key,
|
|
10928
|
+
const O = f === M.key, U = [
|
|
10933
10929
|
"gloss-data-table__header-cell",
|
|
10934
10930
|
M.sortable && "gloss-data-table__header-cell--sortable",
|
|
10935
10931
|
M.align === "center" && "gloss-data-table__body-cell--align-center",
|
|
@@ -10938,9 +10934,9 @@ function ea(r) {
|
|
|
10938
10934
|
return /* @__PURE__ */ e(
|
|
10939
10935
|
"th",
|
|
10940
10936
|
{
|
|
10941
|
-
className:
|
|
10937
|
+
className: U,
|
|
10942
10938
|
style: M.width ? { width: M.width } : void 0,
|
|
10943
|
-
onClick: M.sortable ? () =>
|
|
10939
|
+
onClick: M.sortable ? () => w(M.key) : void 0,
|
|
10944
10940
|
"aria-sort": O ? y : void 0,
|
|
10945
10941
|
children: s ? s(M) : /* @__PURE__ */ d("span", { className: "gloss-data-table__header-content", children: [
|
|
10946
10942
|
M.header,
|
|
@@ -10967,13 +10963,13 @@ function ea(r) {
|
|
|
10967
10963
|
/* @__PURE__ */ d("tbody", { children: [
|
|
10968
10964
|
E && Array.from({ length: 3 }, (M, O) => /* @__PURE__ */ d("tr", { className: "gloss-data-table__skeleton-row", children: [
|
|
10969
10965
|
u && /* @__PURE__ */ e("td", { className: "gloss-data-table__body-cell gloss-data-table__body-cell--checkbox", children: /* @__PURE__ */ e("div", { className: "gloss-data-table__skeleton-cell", style: { width: 18 } }) }),
|
|
10970
|
-
t.map((
|
|
10966
|
+
t.map((U) => /* @__PURE__ */ e("td", { className: "gloss-data-table__body-cell", children: /* @__PURE__ */ e(
|
|
10971
10967
|
"div",
|
|
10972
10968
|
{
|
|
10973
10969
|
className: "gloss-data-table__skeleton-cell",
|
|
10974
|
-
style: { width: `${60 + (O * 20 + t.indexOf(
|
|
10970
|
+
style: { width: `${60 + (O * 20 + t.indexOf(U) * 15) % 40}%` }
|
|
10975
10971
|
}
|
|
10976
|
-
) },
|
|
10972
|
+
) }, U.key)),
|
|
10977
10973
|
o && /* @__PURE__ */ e("td", { className: "gloss-data-table__body-cell gloss-data-table__body-cell--actions", children: /* @__PURE__ */ e("div", { className: "gloss-data-table__skeleton-cell", style: { width: 24 } }) })
|
|
10978
10974
|
] }, `skeleton-${O}`)),
|
|
10979
10975
|
!E && a.length === 0 && /* @__PURE__ */ e("tr", { children: /* @__PURE__ */ e(
|
|
@@ -10987,17 +10983,17 @@ function ea(r) {
|
|
|
10987
10983
|
}
|
|
10988
10984
|
) }),
|
|
10989
10985
|
!E && a.map((M, O) => {
|
|
10990
|
-
const
|
|
10986
|
+
const U = String(M[n]), j = p?.has(U) ?? !1, B = [
|
|
10991
10987
|
"gloss-data-table__row",
|
|
10992
10988
|
j && "gloss-data-table__row--selected",
|
|
10993
|
-
|
|
10989
|
+
S && "gloss-data-table__row--striped"
|
|
10994
10990
|
].filter(Boolean).join(" ");
|
|
10995
|
-
return /* @__PURE__ */ d("tr", { className:
|
|
10991
|
+
return /* @__PURE__ */ d("tr", { className: B, children: [
|
|
10996
10992
|
u && /* @__PURE__ */ e("td", { className: "gloss-data-table__body-cell gloss-data-table__body-cell--checkbox", children: /* @__PURE__ */ e(
|
|
10997
10993
|
ut,
|
|
10998
10994
|
{
|
|
10999
10995
|
checked: j,
|
|
11000
|
-
onChange: () => D(
|
|
10996
|
+
onChange: () => D(U),
|
|
11001
10997
|
size: "sm"
|
|
11002
10998
|
}
|
|
11003
10999
|
) }),
|
|
@@ -11019,7 +11015,7 @@ function ea(r) {
|
|
|
11019
11015
|
);
|
|
11020
11016
|
}),
|
|
11021
11017
|
o && /* @__PURE__ */ e("td", { className: "gloss-data-table__body-cell gloss-data-table__body-cell--actions", children: o(M) })
|
|
11022
|
-
] },
|
|
11018
|
+
] }, U);
|
|
11023
11019
|
})
|
|
11024
11020
|
] })
|
|
11025
11021
|
] }),
|
|
@@ -11028,7 +11024,7 @@ function ea(r) {
|
|
|
11028
11024
|
"Page ",
|
|
11029
11025
|
_,
|
|
11030
11026
|
" of ",
|
|
11031
|
-
|
|
11027
|
+
A
|
|
11032
11028
|
] }),
|
|
11033
11029
|
/* @__PURE__ */ d("div", { className: "gloss-data-table__page-controls", children: [
|
|
11034
11030
|
/* @__PURE__ */ e(
|
|
@@ -11046,7 +11042,7 @@ function ea(r) {
|
|
|
11046
11042
|
{
|
|
11047
11043
|
variant: "outline",
|
|
11048
11044
|
size: "sm",
|
|
11049
|
-
disabled: _ >=
|
|
11045
|
+
disabled: _ >= A,
|
|
11050
11046
|
onClick: () => k(_ + 1),
|
|
11051
11047
|
children: "Next"
|
|
11052
11048
|
}
|
|
@@ -11129,7 +11125,7 @@ const Lu = {
|
|
|
11129
11125
|
dismissOnClickOutside: !0,
|
|
11130
11126
|
dismissOnEscape: !0,
|
|
11131
11127
|
role: "dialog",
|
|
11132
|
-
bg:
|
|
11128
|
+
bg: R.BgSurface,
|
|
11133
11129
|
shadow: Ze.Hover,
|
|
11134
11130
|
radius: Se.Lg,
|
|
11135
11131
|
padding: "0",
|
|
@@ -11217,14 +11213,14 @@ const Gu = {
|
|
|
11217
11213
|
fontSize: Ae.TextBase,
|
|
11218
11214
|
fontWeight: Ae.WeightNormal,
|
|
11219
11215
|
lineHeight: Ae.LeadingNormal,
|
|
11220
|
-
color:
|
|
11216
|
+
color: R.TextPrimary
|
|
11221
11217
|
},
|
|
11222
11218
|
caption: {
|
|
11223
11219
|
fontFamily: Ae.FontBody,
|
|
11224
11220
|
fontSize: Ae.TextSm,
|
|
11225
11221
|
fontWeight: Ae.WeightNormal,
|
|
11226
11222
|
lineHeight: Ae.LeadingNormal,
|
|
11227
|
-
color:
|
|
11223
|
+
color: R.TextSecondary
|
|
11228
11224
|
},
|
|
11229
11225
|
overline: {
|
|
11230
11226
|
fontFamily: Ae.FontBody,
|
|
@@ -11232,7 +11228,7 @@ const Gu = {
|
|
|
11232
11228
|
fontWeight: Ae.WeightSemibold,
|
|
11233
11229
|
lineHeight: Ae.LeadingTight,
|
|
11234
11230
|
letterSpacing: "0.08em",
|
|
11235
|
-
color:
|
|
11231
|
+
color: R.TextSecondary
|
|
11236
11232
|
}
|
|
11237
11233
|
}, Vu = {
|
|
11238
11234
|
xs: { fontSize: Ae.TextXs },
|
|
@@ -11536,22 +11532,22 @@ function _p({
|
|
|
11536
11532
|
email: p.email ?? "",
|
|
11537
11533
|
password: p.password ?? "",
|
|
11538
11534
|
rememberMe: p.rememberMe ?? !1
|
|
11539
|
-
}), [v, h] = H({}), [k, E] = H({}),
|
|
11535
|
+
}), [v, h] = H({}), [k, E] = H({}), S = N((x, D) => {
|
|
11540
11536
|
try {
|
|
11541
|
-
Xa.shape[x].parse(D), h((
|
|
11542
|
-
} catch (
|
|
11543
|
-
|
|
11537
|
+
Xa.shape[x].parse(D), h((A) => ({ ...A, [x]: void 0 }));
|
|
11538
|
+
} catch (w) {
|
|
11539
|
+
w instanceof ye.ZodError && h((A) => ({ ...A, [x]: w.issues[0]?.message }));
|
|
11544
11540
|
}
|
|
11545
|
-
}, []),
|
|
11541
|
+
}, []), C = N(
|
|
11546
11542
|
(x) => (D) => {
|
|
11547
|
-
_((
|
|
11543
|
+
_((w) => ({ ...w, [x]: D })), k[x] && S(x, D);
|
|
11548
11544
|
},
|
|
11549
|
-
[k,
|
|
11545
|
+
[k, S]
|
|
11550
11546
|
), I = N(
|
|
11551
11547
|
(x) => () => {
|
|
11552
|
-
E((D) => ({ ...D, [x]: !0 })),
|
|
11548
|
+
E((D) => ({ ...D, [x]: !0 })), S(x, b[x]);
|
|
11553
11549
|
},
|
|
11554
|
-
[b,
|
|
11550
|
+
[b, S]
|
|
11555
11551
|
), g = N(
|
|
11556
11552
|
async (x) => {
|
|
11557
11553
|
if (x.preventDefault(), f) {
|
|
@@ -11560,11 +11556,11 @@ function _p({
|
|
|
11560
11556
|
}
|
|
11561
11557
|
const D = Xa.safeParse(b);
|
|
11562
11558
|
if (!D.success) {
|
|
11563
|
-
const
|
|
11564
|
-
D.error.issues.forEach((
|
|
11565
|
-
const T =
|
|
11566
|
-
|
|
11567
|
-
}), h(
|
|
11559
|
+
const w = {};
|
|
11560
|
+
D.error.issues.forEach((A) => {
|
|
11561
|
+
const T = A.path[0];
|
|
11562
|
+
w[T] || (w[T] = A.message);
|
|
11563
|
+
}), h(w), E({ email: !0, password: !0 });
|
|
11568
11564
|
return;
|
|
11569
11565
|
}
|
|
11570
11566
|
await m?.(D.data);
|
|
@@ -11590,7 +11586,7 @@ function _p({
|
|
|
11590
11586
|
type: "email",
|
|
11591
11587
|
placeholder: "name@company.com",
|
|
11592
11588
|
value: b.email,
|
|
11593
|
-
onChange: (x) =>
|
|
11589
|
+
onChange: (x) => C("email")(x.target.value),
|
|
11594
11590
|
onBlur: I("email"),
|
|
11595
11591
|
status: v.email ? "error" : void 0,
|
|
11596
11592
|
disabled: u || l
|
|
@@ -11617,7 +11613,7 @@ function _p({
|
|
|
11617
11613
|
showToggle: !0,
|
|
11618
11614
|
placeholder: "Enter your password",
|
|
11619
11615
|
value: b.password,
|
|
11620
|
-
onChange: (x) =>
|
|
11616
|
+
onChange: (x) => C("password")(x.target.value),
|
|
11621
11617
|
onBlur: I("password"),
|
|
11622
11618
|
status: v.password ? "error" : void 0,
|
|
11623
11619
|
disabled: u || l
|
|
@@ -11629,7 +11625,7 @@ function _p({
|
|
|
11629
11625
|
ut,
|
|
11630
11626
|
{
|
|
11631
11627
|
checked: b.rememberMe,
|
|
11632
|
-
onChange: (x) =>
|
|
11628
|
+
onChange: (x) => C("rememberMe")(x.target.checked),
|
|
11633
11629
|
label: "Keep me signed in",
|
|
11634
11630
|
disabled: u || l
|
|
11635
11631
|
}
|
|
@@ -11790,8 +11786,8 @@ function Yu({
|
|
|
11790
11786
|
return { success: !0, errors: {} };
|
|
11791
11787
|
const P = {};
|
|
11792
11788
|
g.error.issues.forEach((D) => {
|
|
11793
|
-
const
|
|
11794
|
-
P[
|
|
11789
|
+
const w = D.path[0];
|
|
11790
|
+
P[w] || (P[w] = D.message);
|
|
11795
11791
|
}), h(P);
|
|
11796
11792
|
const x = {};
|
|
11797
11793
|
return Object.keys(P).forEach((D) => {
|
|
@@ -11810,13 +11806,13 @@ function Yu({
|
|
|
11810
11806
|
} catch (x) {
|
|
11811
11807
|
x instanceof ye.ZodError && h((D) => ({ ...D, [g]: x.issues[0]?.message }));
|
|
11812
11808
|
}
|
|
11813
|
-
}, []),
|
|
11809
|
+
}, []), S = N(
|
|
11814
11810
|
(g) => (P) => {
|
|
11815
11811
|
const x = { ...f, [g]: P };
|
|
11816
11812
|
y(x), l?.(x), b[g] && E(g, P);
|
|
11817
11813
|
},
|
|
11818
11814
|
[f, b, l, E]
|
|
11819
|
-
),
|
|
11815
|
+
), C = N(
|
|
11820
11816
|
(g) => () => {
|
|
11821
11817
|
_((P) => ({ ...P, [g]: !0 })), E(g, f[g] ?? ""), u?.(g);
|
|
11822
11818
|
},
|
|
@@ -11844,8 +11840,8 @@ function Yu({
|
|
|
11844
11840
|
{
|
|
11845
11841
|
placeholder: "123 Main Street",
|
|
11846
11842
|
value: f.street,
|
|
11847
|
-
onChange: (g) =>
|
|
11848
|
-
onBlur:
|
|
11843
|
+
onChange: (g) => S("street")(g.target.value),
|
|
11844
|
+
onBlur: C("street"),
|
|
11849
11845
|
status: I("street"),
|
|
11850
11846
|
disabled: i
|
|
11851
11847
|
}
|
|
@@ -11859,8 +11855,8 @@ function Yu({
|
|
|
11859
11855
|
{
|
|
11860
11856
|
placeholder: "Apt 4B",
|
|
11861
11857
|
value: f.street2,
|
|
11862
|
-
onChange: (g) =>
|
|
11863
|
-
onBlur:
|
|
11858
|
+
onChange: (g) => S("street2")(g.target.value),
|
|
11859
|
+
onBlur: C("street2"),
|
|
11864
11860
|
disabled: i
|
|
11865
11861
|
}
|
|
11866
11862
|
)
|
|
@@ -11879,8 +11875,8 @@ function Yu({
|
|
|
11879
11875
|
{
|
|
11880
11876
|
placeholder: "San Francisco",
|
|
11881
11877
|
value: f.city,
|
|
11882
|
-
onChange: (g) =>
|
|
11883
|
-
onBlur:
|
|
11878
|
+
onChange: (g) => S("city")(g.target.value),
|
|
11879
|
+
onBlur: C("city"),
|
|
11884
11880
|
status: I("city"),
|
|
11885
11881
|
disabled: i
|
|
11886
11882
|
}
|
|
@@ -11904,7 +11900,7 @@ function Yu({
|
|
|
11904
11900
|
placeholder: "Select state",
|
|
11905
11901
|
value: f.state,
|
|
11906
11902
|
onChange: (g) => {
|
|
11907
|
-
|
|
11903
|
+
S("state")(g), _((P) => ({ ...P, state: !0 }));
|
|
11908
11904
|
},
|
|
11909
11905
|
disabled: i,
|
|
11910
11906
|
options: Ku
|
|
@@ -11928,8 +11924,8 @@ function Yu({
|
|
|
11928
11924
|
{
|
|
11929
11925
|
placeholder: "94102",
|
|
11930
11926
|
value: f.zip,
|
|
11931
|
-
onChange: (g) =>
|
|
11932
|
-
onBlur:
|
|
11927
|
+
onChange: (g) => S("zip")(g.target.value),
|
|
11928
|
+
onBlur: C("zip"),
|
|
11933
11929
|
status: I("zip"),
|
|
11934
11930
|
disabled: i,
|
|
11935
11931
|
maxLength: 10
|
|
@@ -12053,35 +12049,35 @@ function Sp({
|
|
|
12053
12049
|
expiryDate: p.expiryDate ?? "",
|
|
12054
12050
|
cvv: p.cvv ?? "",
|
|
12055
12051
|
cardholderName: p.cardholderName ?? ""
|
|
12056
|
-
}), [h, k] = H({}), [E,
|
|
12052
|
+
}), [h, k] = H({}), [E, S] = H({}), C = ee(() => n ? `${a} ${n}` : a, [a, n]), I = N((w, A) => {
|
|
12057
12053
|
try {
|
|
12058
|
-
hr.shape[
|
|
12054
|
+
hr.shape[w].parse(A), k((z) => ({ ...z, [w]: void 0 }));
|
|
12059
12055
|
} catch (T) {
|
|
12060
|
-
T instanceof ye.ZodError && k((
|
|
12056
|
+
T instanceof ye.ZodError && k((z) => ({ ...z, [w]: T.issues[0]?.message }));
|
|
12061
12057
|
}
|
|
12062
12058
|
}, []), g = N(
|
|
12063
|
-
(
|
|
12064
|
-
v((T) => ({ ...T, [
|
|
12059
|
+
(w) => (A) => {
|
|
12060
|
+
v((T) => ({ ...T, [w]: A })), w === "cardNumber" && b?.(A.replace(/\s/g, "")), E[w] && I(w, A);
|
|
12065
12061
|
},
|
|
12066
12062
|
[E, I, b]
|
|
12067
12063
|
), P = N(
|
|
12068
|
-
(
|
|
12069
|
-
|
|
12064
|
+
(w) => () => {
|
|
12065
|
+
S((A) => ({ ...A, [w]: !0 })), I(w, _[w]);
|
|
12070
12066
|
},
|
|
12071
12067
|
[_, I]
|
|
12072
12068
|
), x = N(
|
|
12073
|
-
async (
|
|
12074
|
-
if (
|
|
12075
|
-
f(new FormData(
|
|
12069
|
+
async (w) => {
|
|
12070
|
+
if (w.preventDefault(), f) {
|
|
12071
|
+
f(new FormData(w.currentTarget));
|
|
12076
12072
|
return;
|
|
12077
12073
|
}
|
|
12078
|
-
const
|
|
12079
|
-
if (!
|
|
12074
|
+
const A = hr.safeParse(_);
|
|
12075
|
+
if (!A.success) {
|
|
12080
12076
|
const T = {};
|
|
12081
|
-
|
|
12082
|
-
const M =
|
|
12083
|
-
T[M] || (T[M] =
|
|
12084
|
-
}), k(T),
|
|
12077
|
+
A.error.issues.forEach((z) => {
|
|
12078
|
+
const M = z.path[0];
|
|
12079
|
+
T[M] || (T[M] = z.message);
|
|
12080
|
+
}), k(T), S({
|
|
12085
12081
|
cardNumber: !0,
|
|
12086
12082
|
expiryDate: !0,
|
|
12087
12083
|
cvv: !0,
|
|
@@ -12089,13 +12085,13 @@ function Sp({
|
|
|
12089
12085
|
});
|
|
12090
12086
|
return;
|
|
12091
12087
|
}
|
|
12092
|
-
await m?.(
|
|
12088
|
+
await m?.(A.data);
|
|
12093
12089
|
},
|
|
12094
12090
|
[_, m, f]
|
|
12095
|
-
), D = (
|
|
12096
|
-
if (E[
|
|
12097
|
-
if (h[
|
|
12098
|
-
if (_[
|
|
12091
|
+
), D = (w) => {
|
|
12092
|
+
if (E[w]) {
|
|
12093
|
+
if (h[w]) return "error";
|
|
12094
|
+
if (_[w] && !h[w]) return "success";
|
|
12099
12095
|
}
|
|
12100
12096
|
};
|
|
12101
12097
|
return /* @__PURE__ */ d("form", { onSubmit: x, className: "gloss-pattern-credit-card-form", children: [
|
|
@@ -12115,7 +12111,7 @@ function Sp({
|
|
|
12115
12111
|
mask: "creditCard",
|
|
12116
12112
|
placeholder: "4242 4242 4242 4242",
|
|
12117
12113
|
value: _.cardNumber,
|
|
12118
|
-
onAccept: (
|
|
12114
|
+
onAccept: (w) => g("cardNumber")(w),
|
|
12119
12115
|
onBlur: P("cardNumber"),
|
|
12120
12116
|
variant: D("cardNumber") ?? "default",
|
|
12121
12117
|
disabled: l || o
|
|
@@ -12132,7 +12128,7 @@ function Sp({
|
|
|
12132
12128
|
mask: "expiry",
|
|
12133
12129
|
placeholder: "MM / YY",
|
|
12134
12130
|
value: _.expiryDate,
|
|
12135
|
-
onAccept: (
|
|
12131
|
+
onAccept: (w) => g("expiryDate")(w),
|
|
12136
12132
|
onBlur: P("expiryDate"),
|
|
12137
12133
|
variant: D("expiryDate") ?? "default",
|
|
12138
12134
|
disabled: l || o
|
|
@@ -12150,7 +12146,7 @@ function Sp({
|
|
|
12150
12146
|
placeholder: "123",
|
|
12151
12147
|
maxLength: 4,
|
|
12152
12148
|
value: _.cvv,
|
|
12153
|
-
onChange: (
|
|
12149
|
+
onChange: (w) => g("cvv")(w.target.value.replace(/\D/g, "")),
|
|
12154
12150
|
onBlur: P("cvv"),
|
|
12155
12151
|
status: D("cvv"),
|
|
12156
12152
|
disabled: l || o
|
|
@@ -12166,7 +12162,7 @@ function Sp({
|
|
|
12166
12162
|
{
|
|
12167
12163
|
placeholder: "John Doe",
|
|
12168
12164
|
value: _.cardholderName,
|
|
12169
|
-
onChange: (
|
|
12165
|
+
onChange: (w) => g("cardholderName")(w.target.value),
|
|
12170
12166
|
onBlur: P("cardholderName"),
|
|
12171
12167
|
status: D("cardholderName"),
|
|
12172
12168
|
disabled: l || o
|
|
@@ -12196,7 +12192,7 @@ function Sp({
|
|
|
12196
12192
|
disabled: l || c,
|
|
12197
12193
|
leftIcon: u ? /* @__PURE__ */ e(Je, { name: "lock", definition: { size: "sm" } }) : void 0,
|
|
12198
12194
|
fullWidth: !0,
|
|
12199
|
-
children:
|
|
12195
|
+
children: C
|
|
12200
12196
|
}
|
|
12201
12197
|
)
|
|
12202
12198
|
] })
|
|
@@ -12305,12 +12301,12 @@ function wp({
|
|
|
12305
12301
|
y((x) => ({ ...x, [g]: P })), v[g] && k(g, P);
|
|
12306
12302
|
},
|
|
12307
12303
|
[v, k]
|
|
12308
|
-
),
|
|
12304
|
+
), S = N(
|
|
12309
12305
|
(g) => () => {
|
|
12310
12306
|
h((P) => ({ ...P, [g]: !0 })), k(g, f[g]);
|
|
12311
12307
|
},
|
|
12312
12308
|
[f, k]
|
|
12313
|
-
),
|
|
12309
|
+
), C = N(
|
|
12314
12310
|
async (g) => {
|
|
12315
12311
|
if (g.preventDefault(), t) {
|
|
12316
12312
|
t(new FormData(g.currentTarget));
|
|
@@ -12320,8 +12316,8 @@ function wp({
|
|
|
12320
12316
|
if (!P.success) {
|
|
12321
12317
|
const x = {};
|
|
12322
12318
|
P.error.issues.forEach((D) => {
|
|
12323
|
-
const
|
|
12324
|
-
x[
|
|
12319
|
+
const w = D.path[0];
|
|
12320
|
+
x[w] || (x[w] = D.message);
|
|
12325
12321
|
}), _(x), h({
|
|
12326
12322
|
firstName: !0,
|
|
12327
12323
|
lastName: !0,
|
|
@@ -12340,7 +12336,7 @@ function wp({
|
|
|
12340
12336
|
" ",
|
|
12341
12337
|
/* @__PURE__ */ e(Kt, { href: c, size: "sm", children: "Terms of Service" })
|
|
12342
12338
|
] }) : "I agree to the Terms of Service";
|
|
12343
|
-
return /* @__PURE__ */ d("form", { onSubmit:
|
|
12339
|
+
return /* @__PURE__ */ d("form", { onSubmit: C, className: "gloss-registration-form", children: [
|
|
12344
12340
|
/* @__PURE__ */ d("div", { className: "gloss-registration-form__header", children: [
|
|
12345
12341
|
/* @__PURE__ */ e("h3", { className: "gloss-registration-form__title", children: p }),
|
|
12346
12342
|
m && /* @__PURE__ */ e("p", { className: "gloss-registration-form__subtitle", children: m })
|
|
@@ -12355,7 +12351,7 @@ function wp({
|
|
|
12355
12351
|
placeholder: "John",
|
|
12356
12352
|
value: f.firstName,
|
|
12357
12353
|
onChange: (g) => E("firstName")(g.target.value),
|
|
12358
|
-
onBlur:
|
|
12354
|
+
onBlur: S("firstName"),
|
|
12359
12355
|
status: b.firstName ? "error" : void 0,
|
|
12360
12356
|
disabled: n || a,
|
|
12361
12357
|
name: "firstName"
|
|
@@ -12371,7 +12367,7 @@ function wp({
|
|
|
12371
12367
|
placeholder: "Doe",
|
|
12372
12368
|
value: f.lastName,
|
|
12373
12369
|
onChange: (g) => E("lastName")(g.target.value),
|
|
12374
|
-
onBlur:
|
|
12370
|
+
onBlur: S("lastName"),
|
|
12375
12371
|
status: b.lastName ? "error" : void 0,
|
|
12376
12372
|
disabled: n || a,
|
|
12377
12373
|
name: "lastName"
|
|
@@ -12389,7 +12385,7 @@ function wp({
|
|
|
12389
12385
|
placeholder: "name@company.com",
|
|
12390
12386
|
value: f.email,
|
|
12391
12387
|
onChange: (g) => E("email")(g.target.value),
|
|
12392
|
-
onBlur:
|
|
12388
|
+
onBlur: S("email"),
|
|
12393
12389
|
status: b.email ? "error" : void 0,
|
|
12394
12390
|
disabled: n || a,
|
|
12395
12391
|
name: "email"
|
|
@@ -12408,7 +12404,7 @@ function wp({
|
|
|
12408
12404
|
placeholder: "Create a password",
|
|
12409
12405
|
value: f.password,
|
|
12410
12406
|
onChange: (g) => E("password")(g.target.value),
|
|
12411
|
-
onBlur:
|
|
12407
|
+
onBlur: S("password"),
|
|
12412
12408
|
status: b.password ? "error" : void 0,
|
|
12413
12409
|
disabled: n || a,
|
|
12414
12410
|
name: "password",
|
|
@@ -12426,7 +12422,7 @@ function wp({
|
|
|
12426
12422
|
placeholder: "Confirm your password",
|
|
12427
12423
|
value: f.confirmPassword,
|
|
12428
12424
|
onChange: (g) => E("confirmPassword")(g.target.value),
|
|
12429
|
-
onBlur:
|
|
12425
|
+
onBlur: S("confirmPassword"),
|
|
12430
12426
|
status: b.confirmPassword ? "error" : void 0,
|
|
12431
12427
|
disabled: n || a,
|
|
12432
12428
|
name: "confirmPassword",
|
|
@@ -12530,32 +12526,32 @@ function Dp({
|
|
|
12530
12526
|
email: s.email ?? "",
|
|
12531
12527
|
subject: s.subject ?? "",
|
|
12532
12528
|
message: s.message ?? ""
|
|
12533
|
-
}), [m, f] = H({}), [y, b] = H({}), _ = N((
|
|
12529
|
+
}), [m, f] = H({}), [y, b] = H({}), _ = N((S, C) => {
|
|
12534
12530
|
try {
|
|
12535
|
-
Za.shape[
|
|
12531
|
+
Za.shape[S].parse(C), f((g) => ({ ...g, [S]: void 0 }));
|
|
12536
12532
|
} catch (I) {
|
|
12537
|
-
I instanceof ye.ZodError && f((g) => ({ ...g, [
|
|
12533
|
+
I instanceof ye.ZodError && f((g) => ({ ...g, [S]: I.issues[0]?.message }));
|
|
12538
12534
|
}
|
|
12539
12535
|
}, []), v = N(
|
|
12540
|
-
(
|
|
12541
|
-
p((I) => ({ ...I, [
|
|
12536
|
+
(S) => (C) => {
|
|
12537
|
+
p((I) => ({ ...I, [S]: C })), y[S] && _(S, C);
|
|
12542
12538
|
},
|
|
12543
12539
|
[y, _]
|
|
12544
12540
|
), h = N(
|
|
12545
|
-
(
|
|
12546
|
-
b((
|
|
12541
|
+
(S) => () => {
|
|
12542
|
+
b((C) => ({ ...C, [S]: !0 })), _(S, u[S]);
|
|
12547
12543
|
},
|
|
12548
12544
|
[u, _]
|
|
12549
12545
|
), k = N(
|
|
12550
|
-
async (
|
|
12551
|
-
if (
|
|
12552
|
-
t(new FormData(
|
|
12546
|
+
async (S) => {
|
|
12547
|
+
if (S.preventDefault(), t) {
|
|
12548
|
+
t(new FormData(S.currentTarget));
|
|
12553
12549
|
return;
|
|
12554
12550
|
}
|
|
12555
|
-
const
|
|
12556
|
-
if (!
|
|
12551
|
+
const C = Za.safeParse(u);
|
|
12552
|
+
if (!C.success) {
|
|
12557
12553
|
const I = {};
|
|
12558
|
-
|
|
12554
|
+
C.error.issues.forEach((g) => {
|
|
12559
12555
|
const P = g.path[0];
|
|
12560
12556
|
I[P] || (I[P] = g.message);
|
|
12561
12557
|
}), f(I), b({
|
|
@@ -12566,12 +12562,12 @@ function Dp({
|
|
|
12566
12562
|
});
|
|
12567
12563
|
return;
|
|
12568
12564
|
}
|
|
12569
|
-
await r?.(
|
|
12565
|
+
await r?.(C.data);
|
|
12570
12566
|
},
|
|
12571
12567
|
[u, r, t]
|
|
12572
|
-
), E = o?.map((
|
|
12573
|
-
value:
|
|
12574
|
-
label:
|
|
12568
|
+
), E = o?.map((S) => ({
|
|
12569
|
+
value: S,
|
|
12570
|
+
label: S
|
|
12575
12571
|
}));
|
|
12576
12572
|
return /* @__PURE__ */ d("form", { onSubmit: k, className: "gloss-contact-form", children: [
|
|
12577
12573
|
/* @__PURE__ */ d("div", { className: "gloss-contact-form__header", children: [
|
|
@@ -12586,7 +12582,7 @@ function Dp({
|
|
|
12586
12582
|
{
|
|
12587
12583
|
placeholder: "Your name",
|
|
12588
12584
|
value: u.name,
|
|
12589
|
-
onChange: (
|
|
12585
|
+
onChange: (S) => v("name")(S.target.value),
|
|
12590
12586
|
onBlur: h("name"),
|
|
12591
12587
|
status: m.name ? "error" : void 0,
|
|
12592
12588
|
disabled: n || a,
|
|
@@ -12603,7 +12599,7 @@ function Dp({
|
|
|
12603
12599
|
type: "email",
|
|
12604
12600
|
placeholder: "name@company.com",
|
|
12605
12601
|
value: u.email,
|
|
12606
|
-
onChange: (
|
|
12602
|
+
onChange: (S) => v("email")(S.target.value),
|
|
12607
12603
|
onBlur: h("email"),
|
|
12608
12604
|
status: m.email ? "error" : void 0,
|
|
12609
12605
|
disabled: n || a,
|
|
@@ -12619,8 +12615,8 @@ function Dp({
|
|
|
12619
12615
|
{
|
|
12620
12616
|
options: E,
|
|
12621
12617
|
value: u.subject,
|
|
12622
|
-
onChange: (
|
|
12623
|
-
v("subject")(
|
|
12618
|
+
onChange: (S) => {
|
|
12619
|
+
v("subject")(S), b((C) => ({ ...C, subject: !0 }));
|
|
12624
12620
|
},
|
|
12625
12621
|
placeholder: "Select a subject",
|
|
12626
12622
|
disabled: n || a
|
|
@@ -12630,7 +12626,7 @@ function Dp({
|
|
|
12630
12626
|
{
|
|
12631
12627
|
placeholder: "What is this about?",
|
|
12632
12628
|
value: u.subject,
|
|
12633
|
-
onChange: (
|
|
12629
|
+
onChange: (S) => v("subject")(S.target.value),
|
|
12634
12630
|
onBlur: h("subject"),
|
|
12635
12631
|
status: m.subject ? "error" : void 0,
|
|
12636
12632
|
disabled: n || a,
|
|
@@ -12646,7 +12642,7 @@ function Dp({
|
|
|
12646
12642
|
{
|
|
12647
12643
|
placeholder: "Tell us more...",
|
|
12648
12644
|
value: u.message,
|
|
12649
|
-
onChange: (
|
|
12645
|
+
onChange: (S) => v("message")(S.target.value),
|
|
12650
12646
|
onBlur: h("message"),
|
|
12651
12647
|
status: m.message ? "error" : void 0,
|
|
12652
12648
|
disabled: n || a,
|
|
@@ -12742,36 +12738,36 @@ function Tp({
|
|
|
12742
12738
|
cardholderName: s.card?.cardholderName ?? ""
|
|
12743
12739
|
}), [b, _] = H({}), [v, h] = H({}), [k, E] = H(
|
|
12744
12740
|
s.savePaymentMethod ?? !1
|
|
12745
|
-
), [
|
|
12741
|
+
), [S, C] = H(), I = ce(null), g = p === "credit_card" || p === "debit_card", P = N((T, z) => {
|
|
12746
12742
|
try {
|
|
12747
|
-
hr.shape[T].parse(
|
|
12743
|
+
hr.shape[T].parse(z), _((O) => ({ ...O, [T]: void 0 }));
|
|
12748
12744
|
} catch (M) {
|
|
12749
12745
|
M instanceof ye.ZodError && _((O) => ({ ...O, [T]: M.issues[0]?.message }));
|
|
12750
12746
|
}
|
|
12751
12747
|
}, []), x = N(
|
|
12752
|
-
(T) => (
|
|
12753
|
-
y((M) => ({ ...M, [T]:
|
|
12748
|
+
(T) => (z) => {
|
|
12749
|
+
y((M) => ({ ...M, [T]: z })), v[T] && P(T, z);
|
|
12754
12750
|
},
|
|
12755
12751
|
[v, P]
|
|
12756
12752
|
), D = N(
|
|
12757
12753
|
(T) => () => {
|
|
12758
|
-
h((
|
|
12754
|
+
h((z) => ({ ...z, [T]: !0 })), P(T, f[T]);
|
|
12759
12755
|
},
|
|
12760
12756
|
[f, P]
|
|
12761
|
-
),
|
|
12757
|
+
), w = (T) => {
|
|
12762
12758
|
if (v[T]) {
|
|
12763
12759
|
if (b[T]) return "error";
|
|
12764
12760
|
if (f[T] && !b[T]) return "success";
|
|
12765
12761
|
}
|
|
12766
|
-
},
|
|
12762
|
+
}, A = N(
|
|
12767
12763
|
async (T) => {
|
|
12768
|
-
if (T.preventDefault(),
|
|
12764
|
+
if (T.preventDefault(), C(void 0), t) {
|
|
12769
12765
|
t(new FormData(T.currentTarget));
|
|
12770
12766
|
return;
|
|
12771
12767
|
}
|
|
12772
|
-
const
|
|
12773
|
-
if (!
|
|
12774
|
-
|
|
12768
|
+
const z = I.current?.validate(), M = I.current?.getValues();
|
|
12769
|
+
if (!z?.success) {
|
|
12770
|
+
C("Please fix the errors above before submitting.");
|
|
12775
12771
|
return;
|
|
12776
12772
|
}
|
|
12777
12773
|
const O = {
|
|
@@ -12780,28 +12776,28 @@ function Tp({
|
|
|
12780
12776
|
savePaymentMethod: k
|
|
12781
12777
|
};
|
|
12782
12778
|
g && (O.card = f);
|
|
12783
|
-
const
|
|
12784
|
-
if (!
|
|
12779
|
+
const U = Xu.safeParse(O);
|
|
12780
|
+
if (!U.success) {
|
|
12785
12781
|
const j = {};
|
|
12786
|
-
|
|
12787
|
-
const W =
|
|
12782
|
+
U.error.issues.forEach((B) => {
|
|
12783
|
+
const W = B.path;
|
|
12788
12784
|
if (W[0] === "card" && W.length === 2) {
|
|
12789
12785
|
const V = W[1];
|
|
12790
|
-
j[V] || (j[V] =
|
|
12791
|
-
} else W[0] === "card" && W.length === 1 &&
|
|
12786
|
+
j[V] || (j[V] = B.message);
|
|
12787
|
+
} else W[0] === "card" && W.length === 1 && C(B.message);
|
|
12792
12788
|
}), Object.keys(j).length > 0 && (_(j), h({
|
|
12793
12789
|
cardNumber: !0,
|
|
12794
12790
|
expiryDate: !0,
|
|
12795
12791
|
cvv: !0,
|
|
12796
12792
|
cardholderName: !0
|
|
12797
|
-
})), !
|
|
12793
|
+
})), !S && Object.keys(j).length === 0 && C("Please fix the errors above before submitting.");
|
|
12798
12794
|
return;
|
|
12799
12795
|
}
|
|
12800
|
-
await r?.(
|
|
12796
|
+
await r?.(U.data);
|
|
12801
12797
|
},
|
|
12802
|
-
[p, f, k, g, r, t,
|
|
12798
|
+
[p, f, k, g, r, t, S]
|
|
12803
12799
|
);
|
|
12804
|
-
return /* @__PURE__ */ d("form", { onSubmit:
|
|
12800
|
+
return /* @__PURE__ */ d("form", { onSubmit: A, className: "gloss-payment-form", children: [
|
|
12805
12801
|
l && l.length > 0 && /* @__PURE__ */ d("div", { className: "gloss-payment-form__section", children: [
|
|
12806
12802
|
/* @__PURE__ */ e("h4", { className: "gloss-payment-form__section-title", children: "Payment Method" }),
|
|
12807
12803
|
/* @__PURE__ */ e(
|
|
@@ -12809,13 +12805,13 @@ function Tp({
|
|
|
12809
12805
|
{
|
|
12810
12806
|
methods: l,
|
|
12811
12807
|
value: l.find((T) => T.id === p)?.id,
|
|
12812
|
-
onChange: (T,
|
|
12808
|
+
onChange: (T, z) => {
|
|
12813
12809
|
m({
|
|
12814
12810
|
visa: "credit_card",
|
|
12815
12811
|
mastercard: "credit_card",
|
|
12816
12812
|
amex: "credit_card",
|
|
12817
12813
|
generic: "credit_card"
|
|
12818
|
-
}[
|
|
12814
|
+
}[z.type] ?? "credit_card");
|
|
12819
12815
|
},
|
|
12820
12816
|
disabled: n || a
|
|
12821
12817
|
}
|
|
@@ -12832,7 +12828,7 @@ function Tp({
|
|
|
12832
12828
|
value: f.cardholderName,
|
|
12833
12829
|
onChange: (T) => x("cardholderName")(T.target.value),
|
|
12834
12830
|
onBlur: D("cardholderName"),
|
|
12835
|
-
status:
|
|
12831
|
+
status: w("cardholderName"),
|
|
12836
12832
|
disabled: n || a,
|
|
12837
12833
|
name: "cardholderName"
|
|
12838
12834
|
}
|
|
@@ -12849,7 +12845,7 @@ function Tp({
|
|
|
12849
12845
|
value: f.cardNumber,
|
|
12850
12846
|
onAccept: (T) => x("cardNumber")(T),
|
|
12851
12847
|
onBlur: D("cardNumber"),
|
|
12852
|
-
variant:
|
|
12848
|
+
variant: w("cardNumber") === "error" ? "error" : "default",
|
|
12853
12849
|
disabled: n || a
|
|
12854
12850
|
}
|
|
12855
12851
|
),
|
|
@@ -12866,7 +12862,7 @@ function Tp({
|
|
|
12866
12862
|
value: f.expiryDate,
|
|
12867
12863
|
onAccept: (T) => x("expiryDate")(T),
|
|
12868
12864
|
onBlur: D("expiryDate"),
|
|
12869
|
-
variant:
|
|
12865
|
+
variant: w("expiryDate") === "error" ? "error" : "default",
|
|
12870
12866
|
disabled: n || a
|
|
12871
12867
|
}
|
|
12872
12868
|
),
|
|
@@ -12884,7 +12880,7 @@ function Tp({
|
|
|
12884
12880
|
value: f.cvv,
|
|
12885
12881
|
onChange: (T) => x("cvv")(T.target.value.replace(/\D/g, "")),
|
|
12886
12882
|
onBlur: D("cvv"),
|
|
12887
|
-
status:
|
|
12883
|
+
status: w("cvv"),
|
|
12888
12884
|
disabled: n || a,
|
|
12889
12885
|
name: "cvv"
|
|
12890
12886
|
}
|
|
@@ -12916,7 +12912,7 @@ function Tp({
|
|
|
12916
12912
|
disabled: n || a
|
|
12917
12913
|
}
|
|
12918
12914
|
) }),
|
|
12919
|
-
|
|
12915
|
+
S && /* @__PURE__ */ e("div", { className: "gloss-payment-form__form-error", children: S }),
|
|
12920
12916
|
/* @__PURE__ */ d("div", { className: "gloss-payment-form__actions", children: [
|
|
12921
12917
|
c && /* @__PURE__ */ e(
|
|
12922
12918
|
Ie,
|
|
@@ -13220,26 +13216,26 @@ function Ju(r) {
|
|
|
13220
13216
|
Ju.displayName = "OrderFilterBar";
|
|
13221
13217
|
const Qu = {
|
|
13222
13218
|
default: {
|
|
13223
|
-
fillBg:
|
|
13224
|
-
trackBg:
|
|
13219
|
+
fillBg: R.BrandPrimary,
|
|
13220
|
+
trackBg: R.Gray200,
|
|
13225
13221
|
height: "8px",
|
|
13226
13222
|
radius: Se.Full
|
|
13227
13223
|
},
|
|
13228
13224
|
success: {
|
|
13229
|
-
fillBg:
|
|
13230
|
-
trackBg:
|
|
13225
|
+
fillBg: R.Green600,
|
|
13226
|
+
trackBg: R.Green50,
|
|
13231
13227
|
height: "8px",
|
|
13232
13228
|
radius: Se.Full
|
|
13233
13229
|
},
|
|
13234
13230
|
warning: {
|
|
13235
|
-
fillBg:
|
|
13236
|
-
trackBg:
|
|
13231
|
+
fillBg: R.Amber600,
|
|
13232
|
+
trackBg: R.Amber100,
|
|
13237
13233
|
height: "8px",
|
|
13238
13234
|
radius: Se.Full
|
|
13239
13235
|
},
|
|
13240
13236
|
error: {
|
|
13241
|
-
fillBg:
|
|
13242
|
-
trackBg:
|
|
13237
|
+
fillBg: R.Red600,
|
|
13238
|
+
trackBg: R.Red50,
|
|
13243
13239
|
height: "8px",
|
|
13244
13240
|
radius: Se.Full
|
|
13245
13241
|
}
|
|
@@ -13303,12 +13299,12 @@ function tm(r) {
|
|
|
13303
13299
|
progress: c,
|
|
13304
13300
|
className: l
|
|
13305
13301
|
} = r, [u, p] = H(0), [m, f] = H([]), [y, b] = H([]), [_, v] = H(null), h = N(
|
|
13306
|
-
(
|
|
13307
|
-
f(
|
|
13302
|
+
(C) => {
|
|
13303
|
+
f(C), v(null), C.length > 0 && a && a([]);
|
|
13308
13304
|
},
|
|
13309
13305
|
[a]
|
|
13310
13306
|
), k = N(
|
|
13311
|
-
(
|
|
13307
|
+
(C) => C === 0 && m.length === 0 ? (v("Please upload a file to continue."), !1) : !0,
|
|
13312
13308
|
[m]
|
|
13313
13309
|
), E = N(async () => {
|
|
13314
13310
|
try {
|
|
@@ -13316,8 +13312,8 @@ function tm(r) {
|
|
|
13316
13312
|
} catch {
|
|
13317
13313
|
v("Import failed. Check your file format and try again.");
|
|
13318
13314
|
}
|
|
13319
|
-
}, [i, y]),
|
|
13320
|
-
return /* @__PURE__ */ d("div", { className:
|
|
13315
|
+
}, [i, y]), S = ["gloss-import-wizard", l].filter(Boolean).join(" ");
|
|
13316
|
+
return /* @__PURE__ */ d("div", { className: S, children: [
|
|
13321
13317
|
/* @__PURE__ */ e(
|
|
13322
13318
|
Wn,
|
|
13323
13319
|
{
|
|
@@ -13325,8 +13321,8 @@ function tm(r) {
|
|
|
13325
13321
|
activeStep: u,
|
|
13326
13322
|
onStepChange: p,
|
|
13327
13323
|
onStepValidate: k,
|
|
13328
|
-
contentSlot: (
|
|
13329
|
-
switch (
|
|
13324
|
+
contentSlot: (C) => {
|
|
13325
|
+
switch (C) {
|
|
13330
13326
|
case 0:
|
|
13331
13327
|
return /* @__PURE__ */ e("div", { className: "gloss-import-wizard__upload-zone", children: /* @__PURE__ */ e(
|
|
13332
13328
|
bn,
|