react-semaphor 0.1.326 → 0.1.328
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics-protocol/index.cjs +1 -1
- package/dist/analytics-protocol/index.js +1 -1
- package/dist/brand-studio/index.cjs +5 -5
- package/dist/brand-studio/index.js +23 -24
- package/dist/chunks/_commonjsHelpers-BVfed4GL.js +28 -0
- package/dist/chunks/_commonjsHelpers-DwTZ_eVU.js +1 -0
- package/dist/chunks/{braces-DVaMJoCd.js → braces-CG8viaD2.js} +1 -1
- package/dist/chunks/{braces-dHeaioTd.js → braces-DSaa_4Oc.js} +1 -1
- package/dist/chunks/{calendar-preferences-dialog-mqU_uOmY.js → calendar-preferences-dialog-DD_qAthL.js} +1 -1
- package/dist/chunks/{calendar-preferences-dialog--2jD-eKu.js → calendar-preferences-dialog-JRmNJptJ.js} +3 -3
- package/dist/chunks/{chevrons-up-down-DNQE-uEp.js → chevrons-up-down-CBa0uh0X.js} +1 -1
- package/dist/chunks/{chevrons-up-down-CLbzBHoI.js → chevrons-up-down-ChDNqVP7.js} +1 -1
- package/dist/chunks/dashboard-briefing-launcher-BKdJFwH5.js +106 -0
- package/dist/chunks/{dashboard-briefing-launcher-DsjXUPFq.js → dashboard-briefing-launcher-BfyNkd8i.js} +1106 -1108
- package/dist/chunks/{dashboard-controls-DgNkM1yT.js → dashboard-controls-0pZDLvFL.js} +218 -218
- package/dist/chunks/{dashboard-controls-XCa9PZuU.js → dashboard-controls-C0xm1QMR.js} +10 -10
- package/dist/chunks/dashboard-json-BW5OVZ6m.js +1 -0
- package/dist/chunks/{dashboard-json-DkA6Bf0Y.js → dashboard-json-DsruhRPD.js} +14 -13
- package/dist/chunks/date-formatter-B4EBSe9C.js +1 -0
- package/dist/chunks/date-formatter-CzcPZx39.js +416 -0
- package/dist/chunks/edit-dashboard-visual-DQyJ7SSv.js +178 -0
- package/dist/chunks/{edit-dashboard-visual-Q5hW5MXk.js → edit-dashboard-visual-g5SZZahJ.js} +8242 -7784
- package/dist/chunks/index-1JWDPCun.js +1935 -0
- package/dist/chunks/index-BdjXTQt4.js +1444 -0
- package/dist/chunks/{index-DwfDwtv2.js → index-BmKr-K7J.js} +117670 -113627
- package/dist/chunks/index-C1l78BIx.js +3247 -0
- package/dist/chunks/lib-Ce3zosXY.js +38 -0
- package/dist/chunks/lib-DFvr9fM4.js +5500 -0
- package/dist/chunks/{palette-DtmNws9a.js → palette-D0YmAqBS.js} +1 -1
- package/dist/chunks/{palette-DpcvHAiY.js → palette-DQgq3edH.js} +1 -1
- package/dist/chunks/{resource-management-panel-CGwWKZOP.js → resource-management-panel-CIfBh46E.js} +1 -1
- package/dist/chunks/{resource-management-panel-D2oAQkKi.js → resource-management-panel-Cj19pw9M.js} +145 -145
- package/dist/chunks/switch-BvTzw2AW.js +173 -0
- package/dist/chunks/{switch-j3AThLFk.js → switch-De31SR3q.js} +2752 -2717
- package/dist/chunks/typescript-Cmizj1hi.js +446 -0
- package/dist/chunks/typescript-H1EwZsOb.js +159820 -0
- package/dist/chunks/use-create-flow-overlay-state-BTQiKRD1.js +26 -0
- package/dist/chunks/{use-create-flow-overlay-state-CP6GDQAX.js → use-create-flow-overlay-state-IcHP0l39.js} +150 -151
- package/dist/chunks/{use-visual-utils-CSXU-96k.js → use-visual-utils-DQ5zGYD2.js} +13 -13
- package/dist/chunks/{use-visual-utils-NpOW5uZ1.js → use-visual-utils-XF-AqV8o.js} +1 -1
- package/dist/chunks/{validators-DvTxl9i0.js → validators-DDAweCzB.js} +67 -48
- package/dist/chunks/validators-odlRJblR.js +2 -0
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/dashboard-authoring/index.cjs +3 -3
- package/dist/dashboard-authoring/index.js +907 -527
- package/dist/data-app-builder/index.cjs +1 -0
- package/dist/data-app-builder/index.js +4 -0
- package/dist/data-app-builder-browser-runtime/index.cjs +1 -0
- package/dist/data-app-builder-browser-runtime/index.js +10 -0
- package/dist/data-app-sdk/index.cjs +1 -1
- package/dist/data-app-sdk/index.js +208 -196
- package/dist/format-utils/index.cjs +4 -4
- package/dist/format-utils/index.js +22 -21
- package/dist/index.cjs +1 -1
- package/dist/index.js +14 -14
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -2
- package/dist/types/analytics-protocol.d.ts +1 -0
- package/dist/types/dashboard-authoring.d.ts +79 -2
- package/dist/types/dashboard.d.ts +17 -2
- package/dist/types/data-app-builder-browser-runtime.d.ts +185 -0
- package/dist/types/data-app-builder.d.ts +630 -0
- package/dist/types/data-app-sdk.d.ts +15 -1
- package/dist/types/format-utils.d.ts +25 -0
- package/dist/types/main.d.ts +67 -10
- package/dist/types/shared.d.ts +17 -2
- package/dist/types/surfboard.d.ts +17 -2
- package/dist/types/types.d.ts +32 -3
- package/package.json +11 -1
- package/dist/chunks/dashboard-briefing-launcher-DguNfFr8.js +0 -106
- package/dist/chunks/dashboard-json-DiBd65Xf.js +0 -1
- package/dist/chunks/date-formatter-D9Bvw5Qk.js +0 -1
- package/dist/chunks/date-formatter-DyIOb6uC.js +0 -333
- package/dist/chunks/edit-dashboard-visual-BC9eOc4U.js +0 -178
- package/dist/chunks/index-B1-46PoR.js +0 -1303
- package/dist/chunks/save-BY7WF62U.js +0 -21
- package/dist/chunks/save-Cv_XRb94.js +0 -6
- package/dist/chunks/switch-5aQ_jcLH.js +0 -168
- package/dist/chunks/use-create-flow-overlay-state-BQPXP0AM.js +0 -26
- package/dist/chunks/validators-DJUMR5An.js +0 -2
|
@@ -0,0 +1,416 @@
|
|
|
1
|
+
import { t as l, c as v, g as A, e as C, a as $, m as P, b as x, f as R, d as X, h as B } from "./index-DFOb_6HB.js";
|
|
2
|
+
function M(t, e) {
|
|
3
|
+
const r = l(t), c = l(e), n = r.getTime() - c.getTime();
|
|
4
|
+
return n < 0 ? -1 : n > 0 ? 1 : n;
|
|
5
|
+
}
|
|
6
|
+
function V(t) {
|
|
7
|
+
return v(t, Date.now());
|
|
8
|
+
}
|
|
9
|
+
function Y(t, e) {
|
|
10
|
+
const r = l(t), c = l(e), n = r.getFullYear() - c.getFullYear(), i = r.getMonth() - c.getMonth();
|
|
11
|
+
return n * 12 + i;
|
|
12
|
+
}
|
|
13
|
+
function W(t) {
|
|
14
|
+
return (e) => {
|
|
15
|
+
const c = (t ? Math[t] : Math.trunc)(e);
|
|
16
|
+
return c === 0 ? 0 : c;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
function k(t, e) {
|
|
20
|
+
return +l(t) - +l(e);
|
|
21
|
+
}
|
|
22
|
+
function E(t) {
|
|
23
|
+
const e = l(t);
|
|
24
|
+
return e.setHours(23, 59, 59, 999), e;
|
|
25
|
+
}
|
|
26
|
+
function j(t) {
|
|
27
|
+
const e = l(t), r = e.getMonth();
|
|
28
|
+
return e.setFullYear(e.getFullYear(), r + 1, 0), e.setHours(23, 59, 59, 999), e;
|
|
29
|
+
}
|
|
30
|
+
function H(t) {
|
|
31
|
+
const e = l(t);
|
|
32
|
+
return +E(e) == +j(e);
|
|
33
|
+
}
|
|
34
|
+
function K(t, e) {
|
|
35
|
+
const r = l(t), c = l(e), n = M(r, c), i = Math.abs(
|
|
36
|
+
Y(r, c)
|
|
37
|
+
);
|
|
38
|
+
let a;
|
|
39
|
+
if (i < 1)
|
|
40
|
+
a = 0;
|
|
41
|
+
else {
|
|
42
|
+
r.getMonth() === 1 && r.getDate() > 27 && r.setDate(30), r.setMonth(r.getMonth() - n * i);
|
|
43
|
+
let u = M(r, c) === -n;
|
|
44
|
+
H(l(t)) && i === 1 && M(t, c) === 1 && (u = !1), a = n * (i - Number(u));
|
|
45
|
+
}
|
|
46
|
+
return a === 0 ? 0 : a;
|
|
47
|
+
}
|
|
48
|
+
function q(t, e, r) {
|
|
49
|
+
const c = k(t, e) / 1e3;
|
|
50
|
+
return W(r == null ? void 0 : r.roundingMethod)(c);
|
|
51
|
+
}
|
|
52
|
+
function J(t, e, r) {
|
|
53
|
+
const c = A(), n = (r == null ? void 0 : r.locale) ?? c.locale ?? C, i = 2520, a = M(t, e);
|
|
54
|
+
if (isNaN(a))
|
|
55
|
+
throw new RangeError("Invalid time value");
|
|
56
|
+
const u = Object.assign({}, r, {
|
|
57
|
+
addSuffix: r == null ? void 0 : r.addSuffix,
|
|
58
|
+
comparison: a
|
|
59
|
+
});
|
|
60
|
+
let f, d;
|
|
61
|
+
a > 0 ? (f = l(e), d = l(t)) : (f = l(t), d = l(e));
|
|
62
|
+
const m = q(d, f), w = ($(d) - $(f)) / 1e3, s = Math.round((m - w) / 60);
|
|
63
|
+
let h;
|
|
64
|
+
if (s < 2)
|
|
65
|
+
return r != null && r.includeSeconds ? m < 5 ? n.formatDistance("lessThanXSeconds", 5, u) : m < 10 ? n.formatDistance("lessThanXSeconds", 10, u) : m < 20 ? n.formatDistance("lessThanXSeconds", 20, u) : m < 40 ? n.formatDistance("halfAMinute", 0, u) : m < 60 ? n.formatDistance("lessThanXMinutes", 1, u) : n.formatDistance("xMinutes", 1, u) : s === 0 ? n.formatDistance("lessThanXMinutes", 1, u) : n.formatDistance("xMinutes", s, u);
|
|
66
|
+
if (s < 45)
|
|
67
|
+
return n.formatDistance("xMinutes", s, u);
|
|
68
|
+
if (s < 90)
|
|
69
|
+
return n.formatDistance("aboutXHours", 1, u);
|
|
70
|
+
if (s < P) {
|
|
71
|
+
const g = Math.round(s / 60);
|
|
72
|
+
return n.formatDistance("aboutXHours", g, u);
|
|
73
|
+
} else {
|
|
74
|
+
if (s < i)
|
|
75
|
+
return n.formatDistance("xDays", 1, u);
|
|
76
|
+
if (s < x) {
|
|
77
|
+
const g = Math.round(s / P);
|
|
78
|
+
return n.formatDistance("xDays", g, u);
|
|
79
|
+
} else if (s < x * 2)
|
|
80
|
+
return h = Math.round(s / x), n.formatDistance("aboutXMonths", h, u);
|
|
81
|
+
}
|
|
82
|
+
if (h = K(d, f), h < 12) {
|
|
83
|
+
const g = Math.round(s / x);
|
|
84
|
+
return n.formatDistance("xMonths", g, u);
|
|
85
|
+
} else {
|
|
86
|
+
const g = h % 12, y = Math.trunc(h / 12);
|
|
87
|
+
return g < 3 ? n.formatDistance("aboutXYears", y, u) : g < 9 ? n.formatDistance("overXYears", y, u) : n.formatDistance("almostXYears", y + 1, u);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
function Q(t, e) {
|
|
91
|
+
return J(t, V(t), e);
|
|
92
|
+
}
|
|
93
|
+
function S(t) {
|
|
94
|
+
if (!t) return !1;
|
|
95
|
+
const e = t.toLowerCase().replace("_", "-");
|
|
96
|
+
return e === "en-in" || e.startsWith("en-in-");
|
|
97
|
+
}
|
|
98
|
+
function T(t, e) {
|
|
99
|
+
const r = Math.abs(t);
|
|
100
|
+
return r >= 1e12 ? { divisor: 1e12, suffix: "T" } : r >= 1e9 ? { divisor: 1e9, suffix: "B" } : S(e) && r >= 1e7 ? { divisor: 1e7, suffix: "Cr" } : r >= 1e6 ? { divisor: 1e6, suffix: "M" } : S(e) && r >= 1e5 ? { divisor: 1e5, suffix: "L" } : r >= 1e3 ? { divisor: 1e3, suffix: "K" } : { divisor: 1, suffix: "" };
|
|
101
|
+
}
|
|
102
|
+
function N(t, e) {
|
|
103
|
+
try {
|
|
104
|
+
const r = D(e);
|
|
105
|
+
return T(t, r);
|
|
106
|
+
} catch {
|
|
107
|
+
return T(t, "en-US");
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
function F(t) {
|
|
111
|
+
try {
|
|
112
|
+
return new Intl.NumberFormat(t), !0;
|
|
113
|
+
} catch {
|
|
114
|
+
return !1;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
function D(t) {
|
|
118
|
+
return t && F(t) ? t : "en-US";
|
|
119
|
+
}
|
|
120
|
+
function U(t, e) {
|
|
121
|
+
if (t == null || isNaN(t))
|
|
122
|
+
return "";
|
|
123
|
+
const r = D(e == null ? void 0 : e.locale);
|
|
124
|
+
let c = t;
|
|
125
|
+
if (e != null && e.multiplyBy && (c *= e.multiplyBy), e != null && e.useSuffix) {
|
|
126
|
+
const { divisor: i, suffix: a } = N(c, r);
|
|
127
|
+
c = c / i;
|
|
128
|
+
const u = new Intl.NumberFormat(r, {
|
|
129
|
+
minimumFractionDigits: (e == null ? void 0 : e.minimumFractionDigits) ?? 0,
|
|
130
|
+
maximumFractionDigits: (e == null ? void 0 : e.maximumFractionDigits) ?? 2,
|
|
131
|
+
useGrouping: (e == null ? void 0 : e.useGrouping) ?? !0
|
|
132
|
+
}).format(c);
|
|
133
|
+
return `${(e == null ? void 0 : e.prefix) ?? ""}${u}${a}${(e == null ? void 0 : e.suffix) ?? ""}`;
|
|
134
|
+
}
|
|
135
|
+
const n = new Intl.NumberFormat(r, {
|
|
136
|
+
minimumFractionDigits: (e == null ? void 0 : e.minimumFractionDigits) ?? 0,
|
|
137
|
+
maximumFractionDigits: (e == null ? void 0 : e.maximumFractionDigits) ?? 2,
|
|
138
|
+
useGrouping: (e == null ? void 0 : e.useGrouping) ?? !0
|
|
139
|
+
}).format(c);
|
|
140
|
+
if (e != null && e.negativeInParentheses && c < 0) {
|
|
141
|
+
const i = n.replace("-", "");
|
|
142
|
+
return `(${(e == null ? void 0 : e.prefix) ?? ""}${i}${(e == null ? void 0 : e.suffix) ?? ""})`;
|
|
143
|
+
}
|
|
144
|
+
return `${(e == null ? void 0 : e.prefix) ?? ""}${n}${(e == null ? void 0 : e.suffix) ?? ""}`;
|
|
145
|
+
}
|
|
146
|
+
function z(t, e) {
|
|
147
|
+
if (t == null || isNaN(t))
|
|
148
|
+
return "";
|
|
149
|
+
const r = D(e == null ? void 0 : e.locale), c = (e == null ? void 0 : e.currency) || "USD", n = t < 0, i = !!(e != null && e.negativeInParentheses && n), a = i ? Math.abs(t) : t;
|
|
150
|
+
try {
|
|
151
|
+
if (e != null && e.useSuffix) {
|
|
152
|
+
const { divisor: f, suffix: d } = N(a, r), m = a / f, s = `${new Intl.NumberFormat(r, {
|
|
153
|
+
style: "currency",
|
|
154
|
+
currency: c,
|
|
155
|
+
minimumFractionDigits: (e == null ? void 0 : e.minimumFractionDigits) ?? 0,
|
|
156
|
+
maximumFractionDigits: (e == null ? void 0 : e.maximumFractionDigits) ?? 2,
|
|
157
|
+
useGrouping: (e == null ? void 0 : e.useGrouping) ?? !0
|
|
158
|
+
}).format(m)}${d}`;
|
|
159
|
+
return i ? `(${s})` : s;
|
|
160
|
+
}
|
|
161
|
+
const u = new Intl.NumberFormat(r, {
|
|
162
|
+
style: "currency",
|
|
163
|
+
currency: c,
|
|
164
|
+
minimumFractionDigits: (e == null ? void 0 : e.minimumFractionDigits) ?? 0,
|
|
165
|
+
maximumFractionDigits: (e == null ? void 0 : e.maximumFractionDigits) ?? 2,
|
|
166
|
+
useGrouping: (e == null ? void 0 : e.useGrouping) ?? !0
|
|
167
|
+
}).format(a);
|
|
168
|
+
return i ? `(${u})` : u;
|
|
169
|
+
} catch {
|
|
170
|
+
const u = Math.abs(t), f = e != null && e.useSuffix ? N(u, r) : { divisor: 1, suffix: "" }, d = U(
|
|
171
|
+
u / f.divisor,
|
|
172
|
+
{
|
|
173
|
+
locale: r,
|
|
174
|
+
minimumFractionDigits: (e == null ? void 0 : e.minimumFractionDigits) ?? 0,
|
|
175
|
+
maximumFractionDigits: (e == null ? void 0 : e.maximumFractionDigits) ?? 2,
|
|
176
|
+
useGrouping: (e == null ? void 0 : e.useGrouping) ?? !0
|
|
177
|
+
}
|
|
178
|
+
), m = `${c} ${d}${f.suffix}`;
|
|
179
|
+
return n ? e != null && e.negativeInParentheses ? `(${m})` : `-${m}` : m;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
function b(t, e) {
|
|
183
|
+
if (t == null || isNaN(t))
|
|
184
|
+
return "";
|
|
185
|
+
const r = D(e == null ? void 0 : e.locale), n = (e == null ? void 0 : e.alreadyPercent) ?? (e == null ? void 0 : e.percentValueMode) === "whole" ? t / 100 : t;
|
|
186
|
+
return new Intl.NumberFormat(r, {
|
|
187
|
+
style: "percent",
|
|
188
|
+
minimumFractionDigits: (e == null ? void 0 : e.minimumFractionDigits) ?? 0,
|
|
189
|
+
maximumFractionDigits: (e == null ? void 0 : e.maximumFractionDigits) ?? 2,
|
|
190
|
+
useGrouping: (e == null ? void 0 : e.useGrouping) ?? !0
|
|
191
|
+
}).format(n);
|
|
192
|
+
}
|
|
193
|
+
function G(t, e) {
|
|
194
|
+
if (t == null || isNaN(t))
|
|
195
|
+
return "";
|
|
196
|
+
const r = D(e == null ? void 0 : e.locale);
|
|
197
|
+
return new Intl.NumberFormat(r, {
|
|
198
|
+
notation: "scientific",
|
|
199
|
+
minimumFractionDigits: (e == null ? void 0 : e.minimumFractionDigits) ?? 0,
|
|
200
|
+
maximumFractionDigits: (e == null ? void 0 : e.maximumFractionDigits) ?? 2
|
|
201
|
+
}).format(t);
|
|
202
|
+
}
|
|
203
|
+
function le(t, e, r = "en-US") {
|
|
204
|
+
if (t == null || isNaN(t))
|
|
205
|
+
return "";
|
|
206
|
+
const c = D((e == null ? void 0 : e.locale) || r), n = (e == null ? void 0 : e.style) || "decimal";
|
|
207
|
+
if (n === "percent") {
|
|
208
|
+
const a = ((e == null ? void 0 : e.percentValueMode) ?? "whole") === "whole" ? t / 100 : t;
|
|
209
|
+
return new Intl.NumberFormat(c, {
|
|
210
|
+
style: "percent",
|
|
211
|
+
minimumFractionDigits: (e == null ? void 0 : e.minimumFractionDigits) ?? 0,
|
|
212
|
+
maximumFractionDigits: (e == null ? void 0 : e.maximumFractionDigits) ?? 2,
|
|
213
|
+
useGrouping: (e == null ? void 0 : e.useGrouping) ?? !0
|
|
214
|
+
}).format(a);
|
|
215
|
+
}
|
|
216
|
+
return n === "currency" ? new Intl.NumberFormat(c, {
|
|
217
|
+
style: "currency",
|
|
218
|
+
currency: (e == null ? void 0 : e.currency) || "USD",
|
|
219
|
+
minimumFractionDigits: (e == null ? void 0 : e.minimumFractionDigits) ?? 0,
|
|
220
|
+
maximumFractionDigits: (e == null ? void 0 : e.maximumFractionDigits) ?? 2,
|
|
221
|
+
useGrouping: (e == null ? void 0 : e.useGrouping) ?? !0
|
|
222
|
+
}).format(t) : n === "scientific" ? G(t, {
|
|
223
|
+
locale: c,
|
|
224
|
+
minimumFractionDigits: (e == null ? void 0 : e.minimumFractionDigits) ?? 0,
|
|
225
|
+
maximumFractionDigits: (e == null ? void 0 : e.maximumFractionDigits) ?? 2
|
|
226
|
+
}) : new Intl.NumberFormat(c, {
|
|
227
|
+
minimumFractionDigits: (e == null ? void 0 : e.minimumFractionDigits) ?? 0,
|
|
228
|
+
maximumFractionDigits: (e == null ? void 0 : e.maximumFractionDigits) ?? 2,
|
|
229
|
+
useGrouping: (e == null ? void 0 : e.useGrouping) ?? !0
|
|
230
|
+
}).format(t);
|
|
231
|
+
}
|
|
232
|
+
function me(t, e, r) {
|
|
233
|
+
const c = {
|
|
234
|
+
style: e === "currency" ? "currency" : e === "percent" ? "percent" : "decimal",
|
|
235
|
+
locale: r == null ? void 0 : r.locale,
|
|
236
|
+
currency: r == null ? void 0 : r.currency,
|
|
237
|
+
minimumFractionDigits: r == null ? void 0 : r.decimalPlaces,
|
|
238
|
+
maximumFractionDigits: r == null ? void 0 : r.decimalPlaces,
|
|
239
|
+
useSuffix: r == null ? void 0 : r.useSuffix,
|
|
240
|
+
prefix: r == null ? void 0 : r.prefix,
|
|
241
|
+
suffix: r == null ? void 0 : r.suffix,
|
|
242
|
+
negativeInParentheses: r == null ? void 0 : r.negativeInParentheses,
|
|
243
|
+
multiplyBy: r == null ? void 0 : r.multiplyBy
|
|
244
|
+
};
|
|
245
|
+
switch (e) {
|
|
246
|
+
case "currency":
|
|
247
|
+
return z(t, c);
|
|
248
|
+
case "percent":
|
|
249
|
+
return b(t, c);
|
|
250
|
+
case "scientific":
|
|
251
|
+
return G(t, c);
|
|
252
|
+
default:
|
|
253
|
+
return U(t, c);
|
|
254
|
+
}
|
|
255
|
+
}
|
|
256
|
+
const Z = [
|
|
257
|
+
"day",
|
|
258
|
+
"hour",
|
|
259
|
+
"minute",
|
|
260
|
+
"second",
|
|
261
|
+
"millisecond"
|
|
262
|
+
], I = {
|
|
263
|
+
day: 864e5,
|
|
264
|
+
hour: 36e5,
|
|
265
|
+
minute: 6e4,
|
|
266
|
+
second: 1e3,
|
|
267
|
+
millisecond: 1
|
|
268
|
+
}, o = {
|
|
269
|
+
day: "d",
|
|
270
|
+
hour: "hr",
|
|
271
|
+
minute: "min",
|
|
272
|
+
second: "s",
|
|
273
|
+
millisecond: "ms"
|
|
274
|
+
}, p = {
|
|
275
|
+
day: ["day", "days"],
|
|
276
|
+
hour: ["hour", "hours"],
|
|
277
|
+
minute: ["minute", "minutes"],
|
|
278
|
+
second: ["second", "seconds"],
|
|
279
|
+
millisecond: ["millisecond", "milliseconds"]
|
|
280
|
+
};
|
|
281
|
+
function ee(t) {
|
|
282
|
+
return t === "day" || t === "hour" || t === "minute" || t === "second" || t === "millisecond";
|
|
283
|
+
}
|
|
284
|
+
function O(t, e) {
|
|
285
|
+
return ee(t) ? t : e;
|
|
286
|
+
}
|
|
287
|
+
function L(t, e) {
|
|
288
|
+
return Z.indexOf(O(t, e));
|
|
289
|
+
}
|
|
290
|
+
function te(t, e) {
|
|
291
|
+
const r = L(t, "day"), c = L(e, "second"), n = Math.min(r, c), i = Math.max(r, c);
|
|
292
|
+
return Z.slice(n, i + 1);
|
|
293
|
+
}
|
|
294
|
+
function re(t, e) {
|
|
295
|
+
return t * I[O(e, "second")];
|
|
296
|
+
}
|
|
297
|
+
function ce(t, e) {
|
|
298
|
+
const r = te(e.largestUnit, e.smallestUnit), c = r[r.length - 1], n = I[c];
|
|
299
|
+
let i = Math.round(t / n) * n;
|
|
300
|
+
return r.map((a) => {
|
|
301
|
+
const u = I[a], f = Math.floor(i / u);
|
|
302
|
+
return i -= f * u, { unit: a, value: f };
|
|
303
|
+
});
|
|
304
|
+
}
|
|
305
|
+
function ne(t, e) {
|
|
306
|
+
const r = t.filter((i) => i.value !== 0), c = r.length > 0 ? r : [t[t.length - 1]], n = typeof e == "number" && Number.isFinite(e) ? Math.max(1, Math.trunc(e)) : c.length;
|
|
307
|
+
return c.slice(0, n).map((i) => `${i.value}${o[i.unit]}`).join(" ");
|
|
308
|
+
}
|
|
309
|
+
function ie(t, e) {
|
|
310
|
+
const r = t.filter((i) => i.value !== 0), c = r.length > 0 ? r : [t[t.length - 1]], n = typeof e == "number" && Number.isFinite(e) ? Math.max(1, Math.trunc(e)) : c.length;
|
|
311
|
+
return c.slice(0, n).map((i) => {
|
|
312
|
+
const [a, u] = p[i.unit];
|
|
313
|
+
return `${i.value} ${i.value === 1 ? a : u}`;
|
|
314
|
+
}).join(" ");
|
|
315
|
+
}
|
|
316
|
+
function ue(t) {
|
|
317
|
+
const e = t.some(
|
|
318
|
+
(f) => f.unit === "day" && f.value !== 0
|
|
319
|
+
), r = t.some((f) => f.unit === "millisecond"), c = t.findIndex((f) => f.value !== 0), n = Math.max(0, t.length - 2), i = e ? 0 : c === -1 ? n : Math.min(c, n), a = c === -1 ? t.slice(n) : t.slice(i);
|
|
320
|
+
if (a.length === 0)
|
|
321
|
+
return "0";
|
|
322
|
+
const u = a.map((f, d) => f.unit === "millisecond" ? String(f.value).padStart(3, "0") : d === 0 ? String(f.value) : String(f.value).padStart(2, "0")).join(":");
|
|
323
|
+
return r ? u.replace(/:(\d{3})$/, ".$1") : u;
|
|
324
|
+
}
|
|
325
|
+
function ae(t, e, r) {
|
|
326
|
+
const c = `${r.prefix || ""}${t}${r.suffix || ""}`;
|
|
327
|
+
return e ? r.negativeInParentheses ? `(${c})` : `-${c}` : c;
|
|
328
|
+
}
|
|
329
|
+
function de(t, e = {}) {
|
|
330
|
+
if (t == null)
|
|
331
|
+
return "";
|
|
332
|
+
const r = typeof t == "number" ? t : typeof t == "string" && t.trim() ? Number(t) : NaN;
|
|
333
|
+
if (!Number.isFinite(r))
|
|
334
|
+
return "";
|
|
335
|
+
const c = e.inputUnit || "second", n = e.outputStyle === "digital" || e.outputStyle === "long" ? e.outputStyle : "compact", i = r < 0, a = Math.abs(re(r, c)), u = ce(a, e), f = n === "digital" ? ue(u) : n === "long" ? ie(u, e.maxUnits) : ne(u, e.maxUnits);
|
|
336
|
+
return ae(f, i, e);
|
|
337
|
+
}
|
|
338
|
+
function ge(t, e) {
|
|
339
|
+
return t && t !== "auto" ? t : e;
|
|
340
|
+
}
|
|
341
|
+
function he(t, e = /* @__PURE__ */ new Date()) {
|
|
342
|
+
try {
|
|
343
|
+
const r = {
|
|
344
|
+
timeZone: t,
|
|
345
|
+
timeZoneName: "short"
|
|
346
|
+
}, n = new Intl.DateTimeFormat("en-US", r).formatToParts(e).find((i) => i.type === "timeZoneName");
|
|
347
|
+
return (n == null ? void 0 : n.value) || t;
|
|
348
|
+
} catch {
|
|
349
|
+
return t;
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
function De(t) {
|
|
353
|
+
try {
|
|
354
|
+
const e = {
|
|
355
|
+
timeZone: t,
|
|
356
|
+
timeZoneName: "long"
|
|
357
|
+
}, c = new Intl.DateTimeFormat("en-US", e).formatToParts(
|
|
358
|
+
/* @__PURE__ */ new Date()
|
|
359
|
+
).find((n) => n.type === "timeZoneName");
|
|
360
|
+
return (c == null ? void 0 : c.value) || t;
|
|
361
|
+
} catch {
|
|
362
|
+
return t;
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
function _(t, e = "auto") {
|
|
366
|
+
if (!t)
|
|
367
|
+
return /* @__PURE__ */ new Date(NaN);
|
|
368
|
+
const r = t.endsWith("Z"), c = /[+-]\d{2}:?\d{2}$/.test(t), n = /\([A-Z]{3,4}\)$/.test(t);
|
|
369
|
+
if (e === "auto")
|
|
370
|
+
return r || c || n ? new Date(t) : /* @__PURE__ */ new Date(t + "Z");
|
|
371
|
+
if (e === "local") {
|
|
372
|
+
if (r || c) {
|
|
373
|
+
const i = t.replace(/Z$/, "").replace(/[+-]\d{2}:?\d{2}$/, "");
|
|
374
|
+
return new Date(i);
|
|
375
|
+
}
|
|
376
|
+
return new Date(t);
|
|
377
|
+
} else return e === "UTC" ? r ? new Date(t) : c ? new Date(t) : /* @__PURE__ */ new Date(t + "Z") : r || c || n ? new Date(t) : B(t, e);
|
|
378
|
+
}
|
|
379
|
+
const fe = "MM/dd/yyyy", xe = (t, e, r, c = "auto") => {
|
|
380
|
+
if (!t)
|
|
381
|
+
return "";
|
|
382
|
+
try {
|
|
383
|
+
const n = _(t, c);
|
|
384
|
+
if (isNaN(n.getTime()))
|
|
385
|
+
return t;
|
|
386
|
+
const a = (e && e.trim() ? e : fe).replace(/LLLL/g, "MMMM").replace(/LLL/g, "MMM");
|
|
387
|
+
return r && r !== "auto" ? R(n, r, a) : X(n, a);
|
|
388
|
+
} catch (n) {
|
|
389
|
+
return console.error("Date formatting error:", n), t;
|
|
390
|
+
}
|
|
391
|
+
}, Me = (t, e = "auto") => {
|
|
392
|
+
if (!t)
|
|
393
|
+
return "";
|
|
394
|
+
try {
|
|
395
|
+
const r = _(t, e);
|
|
396
|
+
return isNaN(r.getTime()) ? t : Q(r, { addSuffix: !0 });
|
|
397
|
+
} catch (r) {
|
|
398
|
+
return console.error("Relative time formatting error:", r), t;
|
|
399
|
+
}
|
|
400
|
+
};
|
|
401
|
+
export {
|
|
402
|
+
Me as a,
|
|
403
|
+
xe as b,
|
|
404
|
+
U as c,
|
|
405
|
+
z as d,
|
|
406
|
+
b as e,
|
|
407
|
+
le as f,
|
|
408
|
+
G as g,
|
|
409
|
+
me as h,
|
|
410
|
+
de as i,
|
|
411
|
+
he as j,
|
|
412
|
+
De as k,
|
|
413
|
+
Q as l,
|
|
414
|
+
_ as p,
|
|
415
|
+
ge as r
|
|
416
|
+
};
|