@harnessio/ui 0.0.226 → 0.0.227
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/components.d.ts +9 -0
- package/dist/components.js +61 -60
- package/dist/{index-yy4P7w4N.js → index-CKWZmzUD.js} +766 -743
- package/dist/index-CKWZmzUD.js.map +1 -0
- package/dist/index.d.ts +11 -0
- package/dist/index.js +1 -1
- package/package.json +3 -3
- package/dist/index-yy4P7w4N.js.map +0 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { u as Mo, C as Eo, D as Z, L as W, T as
|
|
1
|
+
import { u as Mo, C as Eo, D as Z, L as W, T as j, a as Fo, c as To, S as Po, I as B, B as Q, b as Jt, d as xt, e as Do, _ as qr, g as _o, f as Ao, h as zn, i as kn, j as Ut, F as Lo, k as me, l as to, m as rt, n as se, t as Vo, o as On, p as ot, q as $o, R as vn, r as Hn, M as wn, s as yn, A as Sn, v as zo, w as Ur, x as ko, y as Bn, z as Gn, E as Oo, G as Ho, H as Bo, J as Yr, K as Wr, N as Xr, O as Jr, P as Cn, Q as Oe, U as bn, V as Zr, W as Qr, X as Kr, Y as Go, Z as jo, $ as ve, a0 as Ce, a1 as qo, a2 as Uo, a3 as Yo, a4 as Wo, a5 as ei, a6 as ti, a7 as ni, a8 as oi, a9 as ri, aa as ii, ab as si, ac as ai, ad as li, ae as ci, af as ui, ag as di, ah as gi, ai as fi, aj as mi, ak as pi, al as hi, am as vi, an as wi, ao as yi, ap as Si, aq as Ci, ar as bi, as as xi, at as Ri, au as Ii, av as Ni, aw as Mi, ax as Ei, ay as Fi, az as Ti, aA as Pi, aB as Di, aC as _i, aD as Ai, aE as Li, aF as Vi, aG as $i, aH as zi, aI as ki, aJ as Oi, aK as Hi, aL as Bi, aM as Gi, aN as ji, aO as qi, aP as Ui, aQ as Yi, aR as Wi, aS as Xi, aT as Ji, aU as Zi, aV as Qi, aW as Ki, aX as es, aY as ts, aZ as ns, a_ as os, a$ as rs, b0 as is, b1 as ss, b2 as as, b3 as ls, b4 as cs, b5 as us, b6 as ds, b7 as gs, b8 as fs, b9 as ms, ba as ps, bb as hs, bc as vs, bd as ws, be as ys, bf as Ss, bg as Cs, bh as bs, bi as xs, bj as Rs, bk as Is, bl as Ns, bm as Ms, bn as Es, bo as Fs, bp as Ts, bq as Ps, br as Ds, bs as _s, bt as As, bu as Ls, bv as Vs, bw as $s, bx as zs, by as ks, bz as Os, bA as Hs, bB as Bs, bC as Gs, bD as js, bE as qs, bF as Us, bG as Ys, bH as Ws, bI as Xs, bJ as Js, bK as Zs, bL as Qs, bM as Ks, bN as ea, bO as ta, bP as na, bQ as oa, bR as ra, bS as ia, bT as sa, bU as aa } from "./types-91vdSZQk.js";
|
|
2
2
|
import { jsx as u, jsxs as b, Fragment as Fe } from "react/jsx-runtime";
|
|
3
3
|
import * as lt from "react";
|
|
4
|
-
import M, { useState as K, useEffect as
|
|
5
|
-
import { u as
|
|
4
|
+
import M, { useState as K, useEffect as ne, useMemo as ue, useCallback as Re, useRef as ct, forwardRef as qe, createContext as jn, useContext as qn, memo as Xo, useLayoutEffect as la, isValidElement as jt, Children as ca } from "react";
|
|
5
|
+
import { u as Jo, d as ua, a as Zo } from "./use-debounce-search-V04Zachp.js";
|
|
6
6
|
import { c as z, I as da, Z as no, w as ga } from "./get-shadow-active-element-Bw-l1Lst.js";
|
|
7
7
|
import { u as fa, a as ma, b as Et } from "./dialog-context-YQHn5wn_.js";
|
|
8
|
-
import { useForm as
|
|
8
|
+
import { useForm as Qo } from "react-hook-form";
|
|
9
9
|
import { z as He } from "./index-CYYIrOfJ.js";
|
|
10
10
|
import pa from "react-dom";
|
|
11
|
-
import { u as Zt, n as
|
|
11
|
+
import { u as Zt, n as Ko } from "./router-context-CDZd-F2n.js";
|
|
12
12
|
const ha = ({ id: e, children: t, tag: n = "div", className: o }) => {
|
|
13
13
|
const {
|
|
14
14
|
attributes: r,
|
|
@@ -25,7 +25,7 @@ const ha = ({ id: e, children: t, tag: n = "div", className: o }) => {
|
|
|
25
25
|
opacity: d ? 0.5 : 1
|
|
26
26
|
};
|
|
27
27
|
return /* @__PURE__ */ u(n, { className: z("relative", d && "z-10", o), ref: s, style: g, children: t({ attributes: r, listeners: i }) });
|
|
28
|
-
},
|
|
28
|
+
}, Lt = (e, t) => t.filter((n) => !e.some((o) => o.id === n.id)), er = ({
|
|
29
29
|
pinnedItems: e,
|
|
30
30
|
recentItems: t,
|
|
31
31
|
showManageNavigation: n,
|
|
@@ -35,60 +35,60 @@ const ha = ({ id: e, children: t, tag: n = "div", className: o }) => {
|
|
|
35
35
|
submitted: s
|
|
36
36
|
}) => {
|
|
37
37
|
const [a, l] = K(e), [d, g] = K(
|
|
38
|
-
|
|
38
|
+
Lt(e, t)
|
|
39
39
|
), [p, f] = K(!1);
|
|
40
|
-
|
|
40
|
+
ne(() => {
|
|
41
41
|
l(e);
|
|
42
|
-
}, [e]),
|
|
43
|
-
g(
|
|
42
|
+
}, [e]), ne(() => {
|
|
43
|
+
g(Lt(e, t));
|
|
44
44
|
}, [t, e]);
|
|
45
|
-
const { handleDragEnd: c, getItemId: h } =
|
|
45
|
+
const { handleDragEnd: c, getItemId: h } = Jo({
|
|
46
46
|
items: a,
|
|
47
47
|
onReorder: l
|
|
48
48
|
}), m = () => {
|
|
49
|
-
l(e), g(
|
|
49
|
+
l(e), g(Lt(e, t)), r();
|
|
50
50
|
}, w = () => {
|
|
51
51
|
g([]), f(!0);
|
|
52
52
|
}, v = () => {
|
|
53
53
|
o(d, a), r();
|
|
54
|
-
}, y = (
|
|
55
|
-
l(
|
|
54
|
+
}, y = (C) => {
|
|
55
|
+
l(C), g((R) => {
|
|
56
56
|
if (p) {
|
|
57
|
-
const I = a.filter((F) => !
|
|
57
|
+
const I = a.filter((F) => !C.some((D) => D.id === F.id)).filter((F) => t.some((D) => D.id === F.id));
|
|
58
58
|
return [...R, ...I];
|
|
59
59
|
} else
|
|
60
|
-
return
|
|
60
|
+
return Lt(C, t);
|
|
61
61
|
});
|
|
62
|
-
},
|
|
63
|
-
a.some((I) => I.id ===
|
|
64
|
-
}, x = (
|
|
65
|
-
y(a.filter((R) => R.id !==
|
|
62
|
+
}, S = (C) => {
|
|
63
|
+
a.some((I) => I.id === C.id) || y([...a, C]);
|
|
64
|
+
}, x = (C) => {
|
|
65
|
+
y(a.filter((R) => R.id !== C.id));
|
|
66
66
|
}, E = ue(
|
|
67
|
-
() => a.filter((
|
|
67
|
+
() => a.filter((C) => C.permanentlyPinned),
|
|
68
68
|
[a]
|
|
69
69
|
), N = ue(
|
|
70
|
-
() => a.filter((
|
|
70
|
+
() => a.filter((C) => !C.permanentlyPinned),
|
|
71
71
|
[a]
|
|
72
72
|
);
|
|
73
73
|
return /* @__PURE__ */ u(Z.Root, { open: n, onOpenChange: m, children: /* @__PURE__ */ b(Z.Content, { className: "max-h-[70vh]", children: [
|
|
74
74
|
/* @__PURE__ */ u(Z.Header, { children: /* @__PURE__ */ u(Z.Title, { children: "Manage navigation" }) }),
|
|
75
75
|
/* @__PURE__ */ b(Z.Body, { children: [
|
|
76
76
|
/* @__PURE__ */ b(W.Grid, { gapY: "xs", children: [
|
|
77
|
-
/* @__PURE__ */ u(
|
|
77
|
+
/* @__PURE__ */ u(j, { variant: "body-single-line-normal", color: "foreground-3", children: "Pinned" }),
|
|
78
78
|
a.length ? /* @__PURE__ */ u(
|
|
79
79
|
Fo,
|
|
80
80
|
{
|
|
81
81
|
onDragEnd: c,
|
|
82
82
|
collisionDetection: To,
|
|
83
83
|
modifiers: [
|
|
84
|
-
(
|
|
85
|
-
...
|
|
84
|
+
(C) => ({
|
|
85
|
+
...C.transform,
|
|
86
86
|
x: 0
|
|
87
87
|
// Prevent horizontal drag
|
|
88
88
|
})
|
|
89
89
|
],
|
|
90
|
-
children: /* @__PURE__ */ u(Po, { items: a.map((
|
|
91
|
-
E.map((
|
|
90
|
+
children: /* @__PURE__ */ u(Po, { items: a.map((C, R) => h(R)), children: /* @__PURE__ */ b(W.Flex, { direction: "column", gapY: "4xs", as: "ul", children: [
|
|
91
|
+
E.map((C) => /* @__PURE__ */ b(
|
|
92
92
|
W.Flex,
|
|
93
93
|
{
|
|
94
94
|
align: "center",
|
|
@@ -97,12 +97,12 @@ const ha = ({ id: e, children: t, tag: n = "div", className: o }) => {
|
|
|
97
97
|
className: "w-full grow cursor-not-allowed rounded p-cn-3xs px-0 opacity-55",
|
|
98
98
|
children: [
|
|
99
99
|
/* @__PURE__ */ u(B, { className: "w-3.5", name: "lock", size: "xs" }),
|
|
100
|
-
/* @__PURE__ */ u(
|
|
100
|
+
/* @__PURE__ */ u(j, { children: C.title })
|
|
101
101
|
]
|
|
102
102
|
},
|
|
103
|
-
|
|
103
|
+
C.id
|
|
104
104
|
)),
|
|
105
|
-
N.map((
|
|
105
|
+
N.map((C, R) => /* @__PURE__ */ u(ha, { id: h(R + E.length), tag: "li", children: ({ attributes: I, listeners: F }) => /* @__PURE__ */ b(
|
|
106
106
|
W.Flex,
|
|
107
107
|
{
|
|
108
108
|
justify: "between",
|
|
@@ -112,7 +112,7 @@ const ha = ({ id: e, children: t, tag: n = "div", className: o }) => {
|
|
|
112
112
|
children: [
|
|
113
113
|
/* @__PURE__ */ b(Q, { ...I, ...F, variant: "transparent", className: "justify-start", children: [
|
|
114
114
|
/* @__PURE__ */ u(B, { name: "grip-dots", size: "xs" }),
|
|
115
|
-
/* @__PURE__ */ u(
|
|
115
|
+
/* @__PURE__ */ u(j, { color: "inherit", children: C.title })
|
|
116
116
|
] }),
|
|
117
117
|
/* @__PURE__ */ u(
|
|
118
118
|
Q,
|
|
@@ -121,7 +121,7 @@ const ha = ({ id: e, children: t, tag: n = "div", className: o }) => {
|
|
|
121
121
|
size: "sm",
|
|
122
122
|
variant: "transparent",
|
|
123
123
|
onClick: () => {
|
|
124
|
-
x(
|
|
124
|
+
x(C);
|
|
125
125
|
},
|
|
126
126
|
tooltipProps: {
|
|
127
127
|
content: "Unpin"
|
|
@@ -131,17 +131,17 @@ const ha = ({ id: e, children: t, tag: n = "div", className: o }) => {
|
|
|
131
131
|
)
|
|
132
132
|
]
|
|
133
133
|
}
|
|
134
|
-
) },
|
|
134
|
+
) }, C.title))
|
|
135
135
|
] }) })
|
|
136
136
|
}
|
|
137
|
-
) : /* @__PURE__ */ u(
|
|
137
|
+
) : /* @__PURE__ */ u(j, { align: "center", className: "mt-cn-md", color: "foreground-3", children: "No pinned items" })
|
|
138
138
|
] }),
|
|
139
139
|
d.length > 0 && /* @__PURE__ */ b(W.Grid, { gapY: "xs", children: [
|
|
140
140
|
/* @__PURE__ */ b(W.Flex, { align: "center", justify: "between", children: [
|
|
141
|
-
/* @__PURE__ */ u(
|
|
141
|
+
/* @__PURE__ */ u(j, { variant: "body-single-line-normal", color: "foreground-3", as: "span", children: "Recent" }),
|
|
142
142
|
/* @__PURE__ */ u(Q, { variant: "link", size: "sm", onClick: w, children: "Clear all" })
|
|
143
143
|
] }),
|
|
144
|
-
/* @__PURE__ */ u(W.Flex, { direction: "column", gapY: "4xs", as: "ul", children: d.map((
|
|
144
|
+
/* @__PURE__ */ u(W.Flex, { direction: "column", gapY: "4xs", as: "ul", children: d.map((C, R) => /* @__PURE__ */ b(
|
|
145
145
|
W.Flex,
|
|
146
146
|
{
|
|
147
147
|
align: "center",
|
|
@@ -151,7 +151,7 @@ const ha = ({ id: e, children: t, tag: n = "div", className: o }) => {
|
|
|
151
151
|
children: [
|
|
152
152
|
/* @__PURE__ */ b(W.Flex, { align: "center", gap: "xs", className: "w-full grow", children: [
|
|
153
153
|
/* @__PURE__ */ u(B, { name: "clock", size: "xs" }),
|
|
154
|
-
/* @__PURE__ */ u(
|
|
154
|
+
/* @__PURE__ */ u(j, { color: "foreground-1", children: C.title })
|
|
155
155
|
] }),
|
|
156
156
|
/* @__PURE__ */ u(
|
|
157
157
|
Q,
|
|
@@ -159,7 +159,7 @@ const ha = ({ id: e, children: t, tag: n = "div", className: o }) => {
|
|
|
159
159
|
iconOnly: !0,
|
|
160
160
|
size: "sm",
|
|
161
161
|
variant: "transparent",
|
|
162
|
-
onClick: () => C
|
|
162
|
+
onClick: () => S(C),
|
|
163
163
|
tooltipProps: {
|
|
164
164
|
content: "Toggle pin"
|
|
165
165
|
},
|
|
@@ -168,7 +168,7 @@ const ha = ({ id: e, children: t, tag: n = "div", className: o }) => {
|
|
|
168
168
|
)
|
|
169
169
|
]
|
|
170
170
|
},
|
|
171
|
-
`recent-${
|
|
171
|
+
`recent-${C.id}-${R}`
|
|
172
172
|
)) })
|
|
173
173
|
] })
|
|
174
174
|
] }),
|
|
@@ -192,7 +192,7 @@ const ha = ({ id: e, children: t, tag: n = "div", className: o }) => {
|
|
|
192
192
|
] }) }) })
|
|
193
193
|
] }) });
|
|
194
194
|
};
|
|
195
|
-
var Ze = /* @__PURE__ */ ((e) => (e.GENERAL = "general", e.SETTINGS = "settings", e))(Ze || {}),
|
|
195
|
+
var Ze = /* @__PURE__ */ ((e) => (e.GENERAL = "general", e.SETTINGS = "settings", e))(Ze || {}), tr = /* @__PURE__ */ ((e) => (e.ACCOUNT = "account", e.THEME = "theme", e.CUSTOM_NAV = "customNavigation", e.ADMINISTRATION = "administration", e.LOG_OUT = "logOut", e))(tr || {});
|
|
196
196
|
const va = (e, t) => `${Math.floor(Math.random() * (t - e + 1)) + e}px`, wa = ({ className: e, linesCount: t = 1 }) => /* @__PURE__ */ u(W.Vertical, { gap: "4xs", className: z({ "cn-skeleton-file-explorer": t > 1 }, e), children: Array.from({ length: t }).map((n, o) => /* @__PURE__ */ b(W.Horizontal, { gap: "2xs", className: "p-cn-2xs", children: [
|
|
197
197
|
/* @__PURE__ */ u(xt.Icon, { size: "md" }),
|
|
198
198
|
/* @__PURE__ */ u(xt.Typography, { style: { width: va(30, 120) }, className: "w-full" })
|
|
@@ -221,19 +221,19 @@ We.prototype = {
|
|
|
221
221
|
var w = -1 / 0, v = 1 / 0;
|
|
222
222
|
function y() {
|
|
223
223
|
for (var x = Math.max(w, -g); x <= Math.min(v, g); x += 2) {
|
|
224
|
-
var E = void 0, N = h[x - 1],
|
|
224
|
+
var E = void 0, N = h[x - 1], C = h[x + 1];
|
|
225
225
|
N && (h[x - 1] = void 0);
|
|
226
226
|
var R = !1;
|
|
227
|
-
if (
|
|
228
|
-
var I =
|
|
229
|
-
R =
|
|
227
|
+
if (C) {
|
|
228
|
+
var I = C.oldPos - x;
|
|
229
|
+
R = C && 0 <= I && I < l;
|
|
230
230
|
}
|
|
231
231
|
var F = N && N.oldPos + 1 < d;
|
|
232
232
|
if (!R && !F) {
|
|
233
233
|
h[x] = void 0;
|
|
234
234
|
continue;
|
|
235
235
|
}
|
|
236
|
-
if (!F || R && N.oldPos <
|
|
236
|
+
if (!F || R && N.oldPos < C.oldPos ? E = s.addToPath(C, !0, !1, 0, r) : E = s.addToPath(N, !1, !0, 1, r), m = s.extractCommon(E, n, t, x, r), E.oldPos + 1 >= d && m + 1 >= l)
|
|
237
237
|
return a(oo(s, E.lastComponent, n, t, s.useLongestToken));
|
|
238
238
|
h[x] = E, E.oldPos + 1 >= d && (v = Math.min(v, x - 1)), m + 1 >= l && (w = Math.max(w, x + 1));
|
|
239
239
|
}
|
|
@@ -249,9 +249,9 @@ We.prototype = {
|
|
|
249
249
|
})();
|
|
250
250
|
else
|
|
251
251
|
for (; g <= p && Date.now() <= c; ) {
|
|
252
|
-
var
|
|
253
|
-
if (
|
|
254
|
-
return
|
|
252
|
+
var S = y();
|
|
253
|
+
if (S)
|
|
254
|
+
return S;
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
addToPath: function(t, n, o, r, i) {
|
|
@@ -389,7 +389,7 @@ function ya(e, t) {
|
|
|
389
389
|
}
|
|
390
390
|
return i;
|
|
391
391
|
}
|
|
392
|
-
var Yt = "a-zA-Z0-9_\\u{C0}-\\u{FF}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}",
|
|
392
|
+
var Yt = "a-zA-Z0-9_\\u{C0}-\\u{FF}\\u{D8}-\\u{F6}\\u{F8}-\\u{2C6}\\u{2C8}-\\u{2D7}\\u{2DE}-\\u{2FF}\\u{1E00}-\\u{1EFF}", Sa = new RegExp("[".concat(Yt, "]+|\\s+|[^").concat(Yt, "]"), "ug"), Qt = new We();
|
|
393
393
|
Qt.equals = function(e, t, n) {
|
|
394
394
|
return n.ignoreCase && (e = e.toLowerCase(), t = t.toLowerCase()), e.trim() === t.trim();
|
|
395
395
|
};
|
|
@@ -402,7 +402,7 @@ Qt.tokenize = function(e) {
|
|
|
402
402
|
return i.segment;
|
|
403
403
|
});
|
|
404
404
|
} else
|
|
405
|
-
n = e.match(
|
|
405
|
+
n = e.match(Sa) || [];
|
|
406
406
|
var o = [], r = null;
|
|
407
407
|
return n.forEach(function(i) {
|
|
408
408
|
/\s/.test(i) ? r == null ? o.push(i) : o.push(o.pop() + i) : /\s/.test(r) ? o[o.length - 1] == r ? o.push(o.pop() + i) : o.push(r + i) : o.push(i), r = i;
|
|
@@ -443,12 +443,12 @@ function ao(e, t, n, o) {
|
|
|
443
443
|
var m = o.value.match(/^\s*/)[0], w = t.value.match(/\s*$/)[0], v = so(w, m);
|
|
444
444
|
t.value = Vt(t.value, v);
|
|
445
445
|
} else if (e) {
|
|
446
|
-
var y = e.value.match(/\s*$/)[0],
|
|
446
|
+
var y = e.value.match(/\s*$/)[0], S = t.value.match(/^\s*/)[0], x = so(y, S);
|
|
447
447
|
t.value = wt(t.value, x);
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
|
-
var
|
|
451
|
-
|
|
450
|
+
var Ca = new We();
|
|
451
|
+
Ca.tokenize = function(e) {
|
|
452
452
|
var t = new RegExp("(\\r?\\n)|[".concat(Yt, "]+|[^\\S\\n\\r]+|[^").concat(Yt, "]"), "ug");
|
|
453
453
|
return e.match(t) || [];
|
|
454
454
|
};
|
|
@@ -630,19 +630,19 @@ function uo(e, t, n, o, r, i, s) {
|
|
|
630
630
|
});
|
|
631
631
|
}
|
|
632
632
|
for (var f = [], c = 0, h = 0, m = [], w = 1, v = 1, y = function() {
|
|
633
|
-
var I = g[
|
|
633
|
+
var I = g[S], F = I.lines || Da(I.value);
|
|
634
634
|
if (I.lines = F, I.added || I.removed) {
|
|
635
635
|
var D;
|
|
636
636
|
if (!c) {
|
|
637
|
-
var
|
|
638
|
-
c = w, h = v,
|
|
637
|
+
var q = g[S - 1];
|
|
638
|
+
c = w, h = v, q && (m = s.context > 0 ? p(q.lines.slice(-s.context)) : [], c -= m.length, h -= m.length);
|
|
639
639
|
}
|
|
640
640
|
(D = m).push.apply(D, cn(F.map(function(re) {
|
|
641
641
|
return (I.added ? "+" : "-") + re;
|
|
642
642
|
}))), I.added ? v += F.length : w += F.length;
|
|
643
643
|
} else {
|
|
644
644
|
if (c)
|
|
645
|
-
if (F.length <= s.context * 2 &&
|
|
645
|
+
if (F.length <= s.context * 2 && S < g.length - 2) {
|
|
646
646
|
var _;
|
|
647
647
|
(_ = m).push.apply(_, cn(p(F)));
|
|
648
648
|
} else {
|
|
@@ -659,12 +659,12 @@ function uo(e, t, n, o, r, i, s) {
|
|
|
659
659
|
}
|
|
660
660
|
w += F.length, v += F.length;
|
|
661
661
|
}
|
|
662
|
-
},
|
|
662
|
+
}, S = 0; S < g.length; S++)
|
|
663
663
|
y();
|
|
664
664
|
for (var x = 0, E = f; x < E.length; x++)
|
|
665
|
-
for (var N = E[x],
|
|
666
|
-
N.lines[
|
|
667
|
-
`) ? N.lines[
|
|
665
|
+
for (var N = E[x], C = 0; C < N.lines.length; C++)
|
|
666
|
+
N.lines[C].endsWith(`
|
|
667
|
+
`) ? N.lines[C] = N.lines[C].slice(0, -1) : (N.lines.splice(C + 1, 0, "\"), C++);
|
|
668
668
|
return {
|
|
669
669
|
oldFileName: e,
|
|
670
670
|
newFileName: t,
|
|
@@ -711,14 +711,14 @@ function Da(e) {
|
|
|
711
711
|
});
|
|
712
712
|
return t ? n.pop() : n.push(n.pop().slice(0, -1)), n;
|
|
713
713
|
}
|
|
714
|
-
|
|
714
|
+
qr.name = "@git-diff-view/file";
|
|
715
715
|
function _a(e, t, n, o, r, i, s, a) {
|
|
716
716
|
const l = Pa(e, n, t, o, "", "", s);
|
|
717
717
|
return new Do(e, t, n, o, [l], r, i, a);
|
|
718
718
|
}
|
|
719
|
-
const
|
|
719
|
+
const Aa = ({ setLoading: e }) => {
|
|
720
720
|
const [t, n] = K();
|
|
721
|
-
return
|
|
721
|
+
return ne(() => {
|
|
722
722
|
(async () => {
|
|
723
723
|
try {
|
|
724
724
|
const r = await _o();
|
|
@@ -727,14 +727,14 @@ const La = ({ setLoading: e }) => {
|
|
|
727
727
|
}
|
|
728
728
|
})();
|
|
729
729
|
}, [e]), t;
|
|
730
|
-
},
|
|
731
|
-
const { isLightTheme: r } = fa(), i =
|
|
730
|
+
}, La = ({ newCode: e, oldCode: t, lang: n = "yaml", diffViewWrap: o = !1 }) => {
|
|
731
|
+
const { isLightTheme: r } = fa(), i = Aa({ setLoading: () => {
|
|
732
732
|
} }), s = ue(() => {
|
|
733
733
|
const a = _a("oldFile", t, "newFile", e, n, n);
|
|
734
734
|
return a.initRaw(), a;
|
|
735
735
|
}, [t, e, n]);
|
|
736
736
|
return s ? /* @__PURE__ */ u(
|
|
737
|
-
|
|
737
|
+
Ao,
|
|
738
738
|
{
|
|
739
739
|
diffFile: s,
|
|
740
740
|
diffViewHighlight: !0,
|
|
@@ -763,13 +763,13 @@ const La = ({ setLoading: e }) => {
|
|
|
763
763
|
}, [l, p]), h = ue(() => /* @__PURE__ */ b(W.Horizontal, { gap: "xl", align: "center", children: [
|
|
764
764
|
i && /* @__PURE__ */ u(kn, { value: "Stored with Git LFS", icon: "info-circle" }),
|
|
765
765
|
/* @__PURE__ */ b(W.Horizontal, { gap: "2xs", align: "center", children: [
|
|
766
|
-
/* @__PURE__ */ u(
|
|
766
|
+
/* @__PURE__ */ u(j, { color: "foreground-3", children: `${(o == null ? void 0 : o.split(`
|
|
767
767
|
`).length) || 0} lines` }),
|
|
768
768
|
/* @__PURE__ */ u(Ut, { orientation: "vertical", className: "h-3" }),
|
|
769
|
-
/* @__PURE__ */ u(
|
|
769
|
+
/* @__PURE__ */ u(j, { color: "foreground-3", children: n })
|
|
770
770
|
] }),
|
|
771
771
|
/* @__PURE__ */ u(
|
|
772
|
-
|
|
772
|
+
Lo,
|
|
773
773
|
{
|
|
774
774
|
showEdit: d === to.BRANCHES,
|
|
775
775
|
copyContent: o,
|
|
@@ -783,7 +783,7 @@ const La = ({ setLoading: e }) => {
|
|
|
783
783
|
dropdownProps: {
|
|
784
784
|
content: /* @__PURE__ */ b(Fe, { children: [
|
|
785
785
|
/* @__PURE__ */ u(me.Item, { onSelect: f, title: "View Raw" }),
|
|
786
|
-
/* @__PURE__ */ u(me.Item, { onSelect: c, title: /* @__PURE__ */ u(
|
|
786
|
+
/* @__PURE__ */ u(me.Item, { onSelect: c, title: /* @__PURE__ */ u(j, { color: "danger", children: "Delete" }) })
|
|
787
787
|
] }),
|
|
788
788
|
contentProps: {
|
|
789
789
|
align: "end"
|
|
@@ -825,7 +825,7 @@ const La = ({ setLoading: e }) => {
|
|
|
825
825
|
e && /* @__PURE__ */ u(se.Trigger, { value: "preview", children: "Preview" })
|
|
826
826
|
] })
|
|
827
827
|
}
|
|
828
|
-
) }) }),
|
|
828
|
+
) }) }), nr = (e) => {
|
|
829
829
|
const t = e ? He.string().min(1, "File Name is required") : He.string().optional();
|
|
830
830
|
return He.object({
|
|
831
831
|
message: He.string().optional(),
|
|
@@ -855,8 +855,8 @@ const La = ({ setLoading: e }) => {
|
|
|
855
855
|
isSubmitting: p,
|
|
856
856
|
error: f
|
|
857
857
|
}) => {
|
|
858
|
-
const { t: c } = Et(), h =
|
|
859
|
-
resolver: Vo(
|
|
858
|
+
const { t: c } = Et(), h = Qo({
|
|
859
|
+
resolver: Vo(nr(n)),
|
|
860
860
|
mode: "onChange",
|
|
861
861
|
defaultValues: {
|
|
862
862
|
message: "",
|
|
@@ -865,16 +865,16 @@ const La = ({ setLoading: e }) => {
|
|
|
865
865
|
newBranchName: "",
|
|
866
866
|
fileName: n ? "" : void 0
|
|
867
867
|
}
|
|
868
|
-
}), { register: m, handleSubmit: w, setValue: v, watch: y, reset:
|
|
868
|
+
}), { register: m, handleSubmit: w, setValue: v, watch: y, reset: S } = h, x = g || p, E = (F) => {
|
|
869
869
|
x || o(F);
|
|
870
|
-
}, N = y("commitToGitRef"),
|
|
871
|
-
|
|
872
|
-
i(N,
|
|
873
|
-
}, [N]),
|
|
870
|
+
}, N = y("commitToGitRef"), C = y("fileName"), R = y("newBranchName");
|
|
871
|
+
ne(() => {
|
|
872
|
+
i(N, C), N === be.DIRECTLY && v("newBranchName", "");
|
|
873
|
+
}, [N]), ne(() => {
|
|
874
874
|
d({ violation: !1, bypassable: !1, bypassed: !1 });
|
|
875
875
|
}, [R]);
|
|
876
876
|
const I = (F) => {
|
|
877
|
-
F || (
|
|
877
|
+
F || (S(), t());
|
|
878
878
|
};
|
|
879
879
|
return /* @__PURE__ */ u(Z.Root, { open: e, onOpenChange: I, children: /* @__PURE__ */ b(Z.Content, { children: [
|
|
880
880
|
/* @__PURE__ */ u(Z.Header, { children: /* @__PURE__ */ u(Z.Title, { children: c("component:commitDialog.title", "Commit changes") }) }),
|
|
@@ -989,7 +989,7 @@ const ka = He.object({
|
|
|
989
989
|
onFormSubmit: r,
|
|
990
990
|
isSubmitting: i
|
|
991
991
|
}) => {
|
|
992
|
-
const s =
|
|
992
|
+
const s = Qo({
|
|
993
993
|
resolver: Vo(ka),
|
|
994
994
|
mode: "onChange",
|
|
995
995
|
defaultValues: {
|
|
@@ -997,7 +997,7 @@ const ka = He.object({
|
|
|
997
997
|
title: n
|
|
998
998
|
}
|
|
999
999
|
}), { register: a, handleSubmit: l, reset: d } = s;
|
|
1000
|
-
return
|
|
1000
|
+
return ne(() => {
|
|
1001
1001
|
d({
|
|
1002
1002
|
message: "",
|
|
1003
1003
|
title: n
|
|
@@ -1024,7 +1024,7 @@ const ka = He.object({
|
|
|
1024
1024
|
className: "h-44"
|
|
1025
1025
|
}
|
|
1026
1026
|
),
|
|
1027
|
-
o && /* @__PURE__ */ u(
|
|
1027
|
+
o && /* @__PURE__ */ u(Sn.Root, { theme: "danger", className: "mt-cn-md", children: /* @__PURE__ */ u(Sn.Title, { children: o.message || "An error occurred while applying suggestions. Please try again." }) })
|
|
1028
1028
|
] }) }),
|
|
1029
1029
|
/* @__PURE__ */ u(Z.Footer, { children: /* @__PURE__ */ b(Jt, { children: [
|
|
1030
1030
|
/* @__PURE__ */ u(Z.Close, { onClick: t, disabled: i, children: "Cancel" }),
|
|
@@ -1079,12 +1079,12 @@ function te(e) {
|
|
|
1079
1079
|
function Wn(e) {
|
|
1080
1080
|
return Math.sign(e);
|
|
1081
1081
|
}
|
|
1082
|
-
function
|
|
1082
|
+
function Ct(e, t) {
|
|
1083
1083
|
return te(e - t);
|
|
1084
1084
|
}
|
|
1085
1085
|
function ja(e, t) {
|
|
1086
1086
|
if (e === 0 || t === 0 || te(e) <= te(t)) return 0;
|
|
1087
|
-
const n =
|
|
1087
|
+
const n = Ct(te(e), te(t));
|
|
1088
1088
|
return te(n / e);
|
|
1089
1089
|
}
|
|
1090
1090
|
function qa(e) {
|
|
@@ -1108,10 +1108,10 @@ function po(e, t = 0) {
|
|
|
1108
1108
|
function Nt(e) {
|
|
1109
1109
|
return Object.keys(e);
|
|
1110
1110
|
}
|
|
1111
|
-
function
|
|
1111
|
+
function or(e, t) {
|
|
1112
1112
|
return [e, t].reduce((n, o) => (Nt(o).forEach((r) => {
|
|
1113
1113
|
const i = n[r], s = o[r], a = mo(i) && mo(s);
|
|
1114
|
-
n[r] = a ?
|
|
1114
|
+
n[r] = a ? or(i, s) : s;
|
|
1115
1115
|
}), n), {});
|
|
1116
1116
|
}
|
|
1117
1117
|
function Pn(e, t) {
|
|
@@ -1227,7 +1227,7 @@ function Wa(e, t) {
|
|
|
1227
1227
|
direction: f
|
|
1228
1228
|
};
|
|
1229
1229
|
}
|
|
1230
|
-
function
|
|
1230
|
+
function ut(e = 0, t = 0) {
|
|
1231
1231
|
const n = te(e - t);
|
|
1232
1232
|
function o(d) {
|
|
1233
1233
|
return d < e;
|
|
@@ -1255,10 +1255,10 @@ function ct(e = 0, t = 0) {
|
|
|
1255
1255
|
removeOffset: a
|
|
1256
1256
|
};
|
|
1257
1257
|
}
|
|
1258
|
-
function
|
|
1258
|
+
function rr(e, t, n) {
|
|
1259
1259
|
const {
|
|
1260
1260
|
constrain: o
|
|
1261
|
-
} =
|
|
1261
|
+
} = ut(0, e), r = e + 1;
|
|
1262
1262
|
let i = s(t);
|
|
1263
1263
|
function s(f) {
|
|
1264
1264
|
return n ? te((r + f) % r) : o(f);
|
|
@@ -1273,7 +1273,7 @@ function or(e, t, n) {
|
|
|
1273
1273
|
return g().set(a() + f);
|
|
1274
1274
|
}
|
|
1275
1275
|
function g() {
|
|
1276
|
-
return
|
|
1276
|
+
return rr(e, a(), n);
|
|
1277
1277
|
}
|
|
1278
1278
|
const p = {
|
|
1279
1279
|
get: a,
|
|
@@ -1285,36 +1285,36 @@ function or(e, t, n) {
|
|
|
1285
1285
|
}
|
|
1286
1286
|
function Xa(e, t, n, o, r, i, s, a, l, d, g, p, f, c, h, m, w, v, y) {
|
|
1287
1287
|
const {
|
|
1288
|
-
cross:
|
|
1288
|
+
cross: S,
|
|
1289
1289
|
direction: x
|
|
1290
1290
|
} = e, E = ["INPUT", "SELECT", "TEXTAREA"], N = {
|
|
1291
1291
|
passive: !1
|
|
1292
|
-
},
|
|
1292
|
+
}, C = Mt(), R = Mt(), I = ut(50, 225).constrain(c.measure(20)), F = {
|
|
1293
1293
|
mouse: 300,
|
|
1294
1294
|
touch: 400
|
|
1295
1295
|
}, D = {
|
|
1296
1296
|
mouse: 500,
|
|
1297
1297
|
touch: 600
|
|
1298
|
-
},
|
|
1298
|
+
}, q = h ? 43 : 25;
|
|
1299
1299
|
let _ = !1, T = 0, k = 0, de = !1, re = !1, we = !1, $ = !1;
|
|
1300
1300
|
function ae(P) {
|
|
1301
1301
|
if (!y) return;
|
|
1302
1302
|
function J(fe) {
|
|
1303
1303
|
(en(y) || y(P, fe)) && Ee(fe);
|
|
1304
1304
|
}
|
|
1305
|
-
const
|
|
1306
|
-
|
|
1307
|
-
}, N).add(
|
|
1308
|
-
}).add(
|
|
1305
|
+
const oe = t;
|
|
1306
|
+
C.add(oe, "dragstart", (fe) => fe.preventDefault(), N).add(oe, "touchmove", () => {
|
|
1307
|
+
}, N).add(oe, "touchend", () => {
|
|
1308
|
+
}).add(oe, "touchstart", J).add(oe, "mousedown", J).add(oe, "touchcancel", le).add(oe, "contextmenu", le).add(oe, "click", he, !0);
|
|
1309
1309
|
}
|
|
1310
1310
|
function ye() {
|
|
1311
|
-
|
|
1311
|
+
C.clear(), R.clear();
|
|
1312
1312
|
}
|
|
1313
1313
|
function H() {
|
|
1314
1314
|
const P = $ ? n : t;
|
|
1315
1315
|
R.add(P, "touchmove", O, N).add(P, "touchend", le).add(P, "mousemove", O, N).add(P, "mouseup", le);
|
|
1316
1316
|
}
|
|
1317
|
-
function
|
|
1317
|
+
function U(P) {
|
|
1318
1318
|
const J = P.nodeName || "";
|
|
1319
1319
|
return E.includes(J);
|
|
1320
1320
|
}
|
|
@@ -1322,23 +1322,23 @@ function Xa(e, t, n, o, r, i, s, a, l, d, g, p, f, c, h, m, w, v, y) {
|
|
|
1322
1322
|
return (h ? D : F)[$ ? "mouse" : "touch"];
|
|
1323
1323
|
}
|
|
1324
1324
|
function ie(P, J) {
|
|
1325
|
-
const
|
|
1326
|
-
return h || te(P) < I ? fe : w && J ? fe * 0.5 : g.byIndex(
|
|
1325
|
+
const oe = p.add(Wn(P) * -1), fe = g.byDistance(P, !h).distance;
|
|
1326
|
+
return h || te(P) < I ? fe : w && J ? fe * 0.5 : g.byIndex(oe.get(), 0).distance;
|
|
1327
1327
|
}
|
|
1328
1328
|
function Ee(P) {
|
|
1329
1329
|
const J = Pn(P, o);
|
|
1330
|
-
$ = J, we = h && J && !P.buttons && _, _ =
|
|
1330
|
+
$ = J, we = h && J && !P.buttons && _, _ = Ct(r.get(), s.get()) >= 2, !(J && P.button !== 0) && (U(P.target) || (de = !0, i.pointerDown(P), d.useFriction(0).useDuration(0), r.set(s), H(), T = i.readPoint(P), k = i.readPoint(P, S), f.emit("pointerDown")));
|
|
1331
1331
|
}
|
|
1332
1332
|
function O(P) {
|
|
1333
1333
|
if (!Pn(P, o) && P.touches.length >= 2) return le(P);
|
|
1334
|
-
const
|
|
1334
|
+
const oe = i.readPoint(P), fe = i.readPoint(P, S), Ne = Ct(oe, T), Te = Ct(fe, k);
|
|
1335
1335
|
if (!re && !$ && (!P.cancelable || (re = Ne > Te, !re)))
|
|
1336
1336
|
return le(P);
|
|
1337
1337
|
const Pe = i.pointerMove(P);
|
|
1338
1338
|
Ne > m && (we = !0), d.useFriction(0.3).useDuration(0.75), a.start(), r.add(x(Pe)), P.preventDefault();
|
|
1339
1339
|
}
|
|
1340
1340
|
function le(P) {
|
|
1341
|
-
const
|
|
1341
|
+
const oe = g.byDistance(0, !1).index !== p.get(), fe = i.pointerUp(P) * G(), Ne = ie(x(fe), oe), Te = ja(fe, Ne), Pe = q - 10 * Te, Ue = v + Te / 50;
|
|
1342
1342
|
re = !1, de = !1, R.clear(), d.useDuration(Pe).useFriction(Ue), l.distance(Ne, !h), $ = !1, f.emit("pointerUp");
|
|
1343
1343
|
}
|
|
1344
1344
|
function he(P) {
|
|
@@ -1420,10 +1420,10 @@ function Ka(e, t, n, o, r, i, s) {
|
|
|
1420
1420
|
if (!i) return;
|
|
1421
1421
|
d = f(e), g = o.map(f);
|
|
1422
1422
|
function v(y) {
|
|
1423
|
-
for (const
|
|
1423
|
+
for (const S of y) {
|
|
1424
1424
|
if (p) return;
|
|
1425
|
-
const x =
|
|
1426
|
-
if (te(
|
|
1425
|
+
const x = S.target === e, E = o.indexOf(S.target), N = x ? d : g[E], C = f(x ? e : o[E]);
|
|
1426
|
+
if (te(C - N) >= 0.5) {
|
|
1427
1427
|
w.reInit(), t.emit("resize");
|
|
1428
1428
|
break;
|
|
1429
1429
|
}
|
|
@@ -1446,9 +1446,9 @@ function Ka(e, t, n, o, r, i, s) {
|
|
|
1446
1446
|
function el(e, t, n, o, r, i) {
|
|
1447
1447
|
let s = 0, a = 0, l = r, d = i, g = e.get(), p = 0;
|
|
1448
1448
|
function f() {
|
|
1449
|
-
const N = o.get() - e.get(),
|
|
1449
|
+
const N = o.get() - e.get(), C = !l;
|
|
1450
1450
|
let R = 0;
|
|
1451
|
-
return
|
|
1451
|
+
return C ? (s = 0, n.set(o), e.set(o), R = N) : (n.set(e), s += N / l, s *= d, g += s, e.add(s), R = g - p), a = Wn(R), p = g, E;
|
|
1452
1452
|
}
|
|
1453
1453
|
function c() {
|
|
1454
1454
|
const N = o.get() - t.get();
|
|
@@ -1464,12 +1464,12 @@ function el(e, t, n, o, r, i) {
|
|
|
1464
1464
|
return s;
|
|
1465
1465
|
}
|
|
1466
1466
|
function v() {
|
|
1467
|
-
return
|
|
1467
|
+
return S(r);
|
|
1468
1468
|
}
|
|
1469
1469
|
function y() {
|
|
1470
1470
|
return x(i);
|
|
1471
1471
|
}
|
|
1472
|
-
function
|
|
1472
|
+
function S(N) {
|
|
1473
1473
|
return l = N, E;
|
|
1474
1474
|
}
|
|
1475
1475
|
function x(N) {
|
|
@@ -1484,12 +1484,12 @@ function el(e, t, n, o, r, i) {
|
|
|
1484
1484
|
useBaseFriction: y,
|
|
1485
1485
|
useBaseDuration: v,
|
|
1486
1486
|
useFriction: x,
|
|
1487
|
-
useDuration:
|
|
1487
|
+
useDuration: S
|
|
1488
1488
|
};
|
|
1489
1489
|
return E;
|
|
1490
1490
|
}
|
|
1491
1491
|
function tl(e, t, n, o, r) {
|
|
1492
|
-
const i = r.measure(10), s = r.measure(50), a =
|
|
1492
|
+
const i = r.measure(10), s = r.measure(50), a = ut(0.1, 0.99);
|
|
1493
1493
|
let l = !1;
|
|
1494
1494
|
function d() {
|
|
1495
1495
|
return !(l || !e.reachedAny(n.get()) || !e.reachedAny(t.get()));
|
|
@@ -1509,21 +1509,21 @@ function tl(e, t, n, o, r) {
|
|
|
1509
1509
|
};
|
|
1510
1510
|
}
|
|
1511
1511
|
function nl(e, t, n, o, r) {
|
|
1512
|
-
const i =
|
|
1512
|
+
const i = ut(-t + e, 0), s = p(), a = g(), l = f();
|
|
1513
1513
|
function d(h, m) {
|
|
1514
|
-
return
|
|
1514
|
+
return Ct(h, m) <= 1;
|
|
1515
1515
|
}
|
|
1516
1516
|
function g() {
|
|
1517
1517
|
const h = s[0], m = Ge(s), w = s.lastIndexOf(h), v = s.indexOf(m) + 1;
|
|
1518
|
-
return
|
|
1518
|
+
return ut(w, v);
|
|
1519
1519
|
}
|
|
1520
1520
|
function p() {
|
|
1521
1521
|
return n.map((h, m) => {
|
|
1522
1522
|
const {
|
|
1523
1523
|
min: w,
|
|
1524
1524
|
max: v
|
|
1525
|
-
} = i, y = i.constrain(h),
|
|
1526
|
-
return
|
|
1525
|
+
} = i, y = i.constrain(h), S = !m, x = Xn(n, m);
|
|
1526
|
+
return S ? v : x || d(w, y) ? w : d(v, y) ? v : y;
|
|
1527
1527
|
}).map((h) => parseFloat(h.toFixed(3)));
|
|
1528
1528
|
}
|
|
1529
1529
|
function f() {
|
|
@@ -1543,14 +1543,14 @@ function nl(e, t, n, o, r) {
|
|
|
1543
1543
|
function ol(e, t, n) {
|
|
1544
1544
|
const o = t[0], r = n ? o - e : Ge(t);
|
|
1545
1545
|
return {
|
|
1546
|
-
limit:
|
|
1546
|
+
limit: ut(r, o)
|
|
1547
1547
|
};
|
|
1548
1548
|
}
|
|
1549
1549
|
function rl(e, t, n, o) {
|
|
1550
1550
|
const i = t.min + 0.1, s = t.max + 0.1, {
|
|
1551
1551
|
reachedMin: a,
|
|
1552
1552
|
reachedMax: l
|
|
1553
|
-
} =
|
|
1553
|
+
} = ut(i, s);
|
|
1554
1554
|
function d(f) {
|
|
1555
1555
|
return f === 1 ? l(n.get()) : f === -1 ? a(n.get()) : !1;
|
|
1556
1556
|
}
|
|
@@ -1609,12 +1609,12 @@ function al(e, t, n, o, r, i) {
|
|
|
1609
1609
|
return n.length === 1 ? [i] : c ? f : f.slice(a, l).map((h, m, w) => {
|
|
1610
1610
|
const v = !m, y = Xn(w, m);
|
|
1611
1611
|
if (v) {
|
|
1612
|
-
const
|
|
1613
|
-
return po(
|
|
1612
|
+
const S = Ge(w[0]) + 1;
|
|
1613
|
+
return po(S);
|
|
1614
1614
|
}
|
|
1615
1615
|
if (y) {
|
|
1616
|
-
const
|
|
1617
|
-
return po(
|
|
1616
|
+
const S = Ft(i) - Ge(w)[0] + 1;
|
|
1617
|
+
return po(S, Ge(w)[0]);
|
|
1618
1618
|
}
|
|
1619
1619
|
return h;
|
|
1620
1620
|
});
|
|
@@ -1633,10 +1633,10 @@ function ll(e, t, n, o, r) {
|
|
|
1633
1633
|
return h.concat().sort((m, w) => te(m) - te(w))[0];
|
|
1634
1634
|
}
|
|
1635
1635
|
function d(h) {
|
|
1636
|
-
const m = e ? s(h) : a(h), w = t.map((y,
|
|
1636
|
+
const m = e ? s(h) : a(h), w = t.map((y, S) => ({
|
|
1637
1637
|
diff: g(y - m, 0),
|
|
1638
|
-
index:
|
|
1639
|
-
})).sort((y,
|
|
1638
|
+
index: S
|
|
1639
|
+
})).sort((y, S) => te(y.diff) - te(S.diff)), {
|
|
1640
1640
|
index: v
|
|
1641
1641
|
} = w[0];
|
|
1642
1642
|
return {
|
|
@@ -1662,8 +1662,8 @@ function ll(e, t, n, o, r) {
|
|
|
1662
1662
|
const w = r.get() + h, {
|
|
1663
1663
|
index: v,
|
|
1664
1664
|
distance: y
|
|
1665
|
-
} = d(w),
|
|
1666
|
-
if (!m ||
|
|
1665
|
+
} = d(w), S = !e && i(w);
|
|
1666
|
+
if (!m || S) return {
|
|
1667
1667
|
index: v,
|
|
1668
1668
|
distance: h
|
|
1669
1669
|
};
|
|
@@ -1708,7 +1708,7 @@ function ul(e, t, n, o, r, i, s, a) {
|
|
|
1708
1708
|
function h(m) {
|
|
1709
1709
|
if ((/* @__PURE__ */ new Date()).getTime() - d > 10) return;
|
|
1710
1710
|
s.emit("slideFocusStart"), e.scrollLeft = 0;
|
|
1711
|
-
const y = n.findIndex((
|
|
1711
|
+
const y = n.findIndex((S) => S.includes(m));
|
|
1712
1712
|
Yn(y) && (r.useDuration(0), o.index(y, 0), s.emit("slideFocus"));
|
|
1713
1713
|
}
|
|
1714
1714
|
i.add(document, "keydown", p, !1), t.forEach((m, w) => {
|
|
@@ -1724,7 +1724,7 @@ function ul(e, t, n, o, r, i, s, a) {
|
|
|
1724
1724
|
init: g
|
|
1725
1725
|
};
|
|
1726
1726
|
}
|
|
1727
|
-
function
|
|
1727
|
+
function St(e) {
|
|
1728
1728
|
let t = e;
|
|
1729
1729
|
function n() {
|
|
1730
1730
|
return t;
|
|
@@ -1748,7 +1748,7 @@ function Ct(e) {
|
|
|
1748
1748
|
subtract: i
|
|
1749
1749
|
};
|
|
1750
1750
|
}
|
|
1751
|
-
function
|
|
1751
|
+
function ir(e, t) {
|
|
1752
1752
|
const n = e.scroll === "x" ? s : a, o = t.style;
|
|
1753
1753
|
let r = null, i = !1;
|
|
1754
1754
|
function s(f) {
|
|
@@ -1776,62 +1776,62 @@ function rr(e, t) {
|
|
|
1776
1776
|
}
|
|
1777
1777
|
function dl(e, t, n, o, r, i, s, a, l) {
|
|
1778
1778
|
const g = It(r), p = It(r).reverse(), f = v().concat(y());
|
|
1779
|
-
function c(
|
|
1780
|
-
return
|
|
1779
|
+
function c(C, R) {
|
|
1780
|
+
return C.reduce((I, F) => I - r[F], R);
|
|
1781
1781
|
}
|
|
1782
|
-
function h(
|
|
1783
|
-
return
|
|
1782
|
+
function h(C, R) {
|
|
1783
|
+
return C.reduce((I, F) => c(I, R) > 0 ? I.concat([F]) : I, []);
|
|
1784
1784
|
}
|
|
1785
|
-
function m(
|
|
1785
|
+
function m(C) {
|
|
1786
1786
|
return i.map((R, I) => ({
|
|
1787
|
-
start: R - o[I] + 0.5 +
|
|
1788
|
-
end: R + t - 0.5 +
|
|
1787
|
+
start: R - o[I] + 0.5 + C,
|
|
1788
|
+
end: R + t - 0.5 + C
|
|
1789
1789
|
}));
|
|
1790
1790
|
}
|
|
1791
|
-
function w(
|
|
1791
|
+
function w(C, R, I) {
|
|
1792
1792
|
const F = m(R);
|
|
1793
|
-
return
|
|
1794
|
-
const
|
|
1793
|
+
return C.map((D) => {
|
|
1794
|
+
const q = I ? 0 : -n, _ = I ? n : 0, T = I ? "end" : "start", k = F[D][T];
|
|
1795
1795
|
return {
|
|
1796
1796
|
index: D,
|
|
1797
1797
|
loopPoint: k,
|
|
1798
|
-
slideLocation:
|
|
1799
|
-
translate:
|
|
1800
|
-
target: () => a.get() > k ?
|
|
1798
|
+
slideLocation: St(-1),
|
|
1799
|
+
translate: ir(e, l[D]),
|
|
1800
|
+
target: () => a.get() > k ? q : _
|
|
1801
1801
|
};
|
|
1802
1802
|
});
|
|
1803
1803
|
}
|
|
1804
1804
|
function v() {
|
|
1805
|
-
const
|
|
1805
|
+
const C = s[0], R = h(p, C);
|
|
1806
1806
|
return w(R, n, !1);
|
|
1807
1807
|
}
|
|
1808
1808
|
function y() {
|
|
1809
|
-
const
|
|
1809
|
+
const C = t - s[0] - 1, R = h(g, C);
|
|
1810
1810
|
return w(R, -n, !0);
|
|
1811
1811
|
}
|
|
1812
|
-
function
|
|
1812
|
+
function S() {
|
|
1813
1813
|
return f.every(({
|
|
1814
|
-
index:
|
|
1814
|
+
index: C
|
|
1815
1815
|
}) => {
|
|
1816
|
-
const R = g.filter((I) => I !==
|
|
1816
|
+
const R = g.filter((I) => I !== C);
|
|
1817
1817
|
return c(R, t) <= 0.1;
|
|
1818
1818
|
});
|
|
1819
1819
|
}
|
|
1820
1820
|
function x() {
|
|
1821
|
-
f.forEach((
|
|
1821
|
+
f.forEach((C) => {
|
|
1822
1822
|
const {
|
|
1823
1823
|
target: R,
|
|
1824
1824
|
translate: I,
|
|
1825
1825
|
slideLocation: F
|
|
1826
|
-
} =
|
|
1826
|
+
} = C, D = R();
|
|
1827
1827
|
D !== F.get() && (I.to(D), F.set(D));
|
|
1828
1828
|
});
|
|
1829
1829
|
}
|
|
1830
1830
|
function E() {
|
|
1831
|
-
f.forEach((
|
|
1831
|
+
f.forEach((C) => C.translate.clear());
|
|
1832
1832
|
}
|
|
1833
1833
|
return {
|
|
1834
|
-
canLoop:
|
|
1834
|
+
canLoop: S,
|
|
1835
1835
|
clear: E,
|
|
1836
1836
|
loop: x,
|
|
1837
1837
|
loopPoints: f
|
|
@@ -1916,9 +1916,9 @@ function ml(e, t, n, o, r, i) {
|
|
|
1916
1916
|
return parseFloat(y.getPropertyValue(`margin-${l}`));
|
|
1917
1917
|
}
|
|
1918
1918
|
function w() {
|
|
1919
|
-
return n.map((y,
|
|
1920
|
-
const E = !
|
|
1921
|
-
return E ? f[
|
|
1919
|
+
return n.map((y, S, x) => {
|
|
1920
|
+
const E = !S, N = Xn(x, S);
|
|
1921
|
+
return E ? f[S] + g : N ? f[S] + p : x[S + 1][a] - y[a];
|
|
1922
1922
|
}).map(te);
|
|
1923
1923
|
}
|
|
1924
1924
|
return {
|
|
@@ -1935,14 +1935,14 @@ function pl(e, t, n, o, r, i, s, a, l) {
|
|
|
1935
1935
|
direction: p
|
|
1936
1936
|
} = e, f = Yn(n);
|
|
1937
1937
|
function c(v, y) {
|
|
1938
|
-
return It(v).filter((
|
|
1938
|
+
return It(v).filter((S) => S % y === 0).map((S) => v.slice(S, S + y));
|
|
1939
1939
|
}
|
|
1940
1940
|
function h(v) {
|
|
1941
|
-
return v.length ? It(v).reduce((y,
|
|
1942
|
-
const E = Ge(y) || 0, N = E === 0,
|
|
1943
|
-
return x &&
|
|
1944
|
-
}, []).map((y,
|
|
1945
|
-
const E = Math.max(x[
|
|
1941
|
+
return v.length ? It(v).reduce((y, S, x) => {
|
|
1942
|
+
const E = Ge(y) || 0, N = E === 0, C = S === Ft(v), R = r[d] - i[E][d], I = r[d] - i[S][g], F = !o && N ? p(s) : 0, D = !o && C ? p(a) : 0, q = te(I - D - (R + F));
|
|
1943
|
+
return x && q > t + l && y.push(S), C && y.push(v.length), y;
|
|
1944
|
+
}, []).map((y, S, x) => {
|
|
1945
|
+
const E = Math.max(x[S - 1] || 0);
|
|
1946
1946
|
return v.slice(E, y);
|
|
1947
1947
|
}) : [];
|
|
1948
1948
|
}
|
|
@@ -1967,36 +1967,36 @@ function hl(e, t, n, o, r, i, s) {
|
|
|
1967
1967
|
slidesToScroll: w,
|
|
1968
1968
|
skipSnaps: v,
|
|
1969
1969
|
containScroll: y,
|
|
1970
|
-
watchResize:
|
|
1970
|
+
watchResize: S,
|
|
1971
1971
|
watchSlides: x,
|
|
1972
1972
|
watchDrag: E,
|
|
1973
1973
|
watchFocus: N
|
|
1974
|
-
} = i,
|
|
1974
|
+
} = i, C = 2, R = Za(), I = R.measure(t), F = n.map(R.measure), D = Wa(l, d), q = D.measureSize(I), _ = Qa(q), T = Ua(a, q), k = !p && !!y, de = p || !!y, {
|
|
1975
1975
|
slideSizes: re,
|
|
1976
1976
|
slideSizesWithGaps: we,
|
|
1977
1977
|
startGap: $,
|
|
1978
1978
|
endGap: ae
|
|
1979
|
-
} = ml(D, I, F, n, de, r), ye = pl(D,
|
|
1979
|
+
} = ml(D, I, F, n, de, r), ye = pl(D, q, w, p, I, F, $, ae, C), {
|
|
1980
1980
|
snaps: H,
|
|
1981
|
-
snapsAligned:
|
|
1981
|
+
snapsAligned: U
|
|
1982
1982
|
} = sl(D, T, I, F, ye), G = -Ge(H) + Ge(we), {
|
|
1983
1983
|
snapsContained: ie,
|
|
1984
1984
|
scrollContainLimit: Ee
|
|
1985
|
-
} = nl(
|
|
1985
|
+
} = nl(q, G, U, y, C), O = k ? ie : U, {
|
|
1986
1986
|
limit: le
|
|
1987
|
-
} = ol(G, O, p), he =
|
|
1988
|
-
dragHandler:
|
|
1987
|
+
} = ol(G, O, p), he = rr(Ft(O), g, p), ge = he.clone(), X = It(n), P = ({
|
|
1988
|
+
dragHandler: Ae,
|
|
1989
1989
|
scrollBody: ht,
|
|
1990
|
-
scrollBounds:
|
|
1990
|
+
scrollBounds: gt,
|
|
1991
1991
|
options: {
|
|
1992
1992
|
loop: Qe
|
|
1993
1993
|
}
|
|
1994
1994
|
}) => {
|
|
1995
|
-
Qe ||
|
|
1995
|
+
Qe || gt.constrain(Ae.pointerDown()), ht.seek();
|
|
1996
1996
|
}, J = ({
|
|
1997
|
-
scrollBody:
|
|
1997
|
+
scrollBody: Ae,
|
|
1998
1998
|
translate: ht,
|
|
1999
|
-
location:
|
|
1999
|
+
location: gt,
|
|
2000
2000
|
offsetLocation: Qe,
|
|
2001
2001
|
previousLocation: Ke,
|
|
2002
2002
|
scrollLooper: Dt,
|
|
@@ -2006,14 +2006,14 @@ function hl(e, t, n, o, r, i, s) {
|
|
|
2006
2006
|
eventHandler: vt,
|
|
2007
2007
|
scrollBounds: _t,
|
|
2008
2008
|
options: {
|
|
2009
|
-
loop:
|
|
2009
|
+
loop: At
|
|
2010
2010
|
}
|
|
2011
|
-
},
|
|
2012
|
-
const
|
|
2011
|
+
}, ft) => {
|
|
2012
|
+
const Le = Ae.settled(), ln = !_t.shouldConstrain(), V = At ? Le : Le && ln;
|
|
2013
2013
|
V && !sn.pointerDown() && (an.stop(), vt.emit("settle")), V || vt.emit("scroll");
|
|
2014
|
-
const Y =
|
|
2015
|
-
Qe.set(Y),
|
|
2016
|
-
},
|
|
2014
|
+
const Y = gt.get() * ft + Ke.get() * (1 - ft);
|
|
2015
|
+
Qe.set(Y), At && (Dt.loop(Ae.direction()), et.loop()), ht.to(Qe.get());
|
|
2016
|
+
}, oe = Ya(o, r, () => P(pt), (Ae) => J(pt, Ae)), fe = 0.68, Ne = O[he.get()], Te = St(Ne), Pe = St(Ne), Ue = St(Ne), Ye = St(Ne), De = el(Te, Ue, Pe, Ye, f, fe), dt = ll(p, O, G, le, Ye), _e = cl(oe, he, ge, De, dt, Ye, s), Tt = il(le), Pt = Mt(), Se = fl(t, n, s, m), {
|
|
2017
2017
|
slideRegistry: Xe
|
|
2018
2018
|
} = al(k, y, O, Ee, ye, X), rn = ul(e, n, Xe, _e, De, Pt, s, N), pt = {
|
|
2019
2019
|
ownerDocument: o,
|
|
@@ -2021,9 +2021,9 @@ function hl(e, t, n, o, r, i, s) {
|
|
|
2021
2021
|
eventHandler: s,
|
|
2022
2022
|
containerRect: I,
|
|
2023
2023
|
slideRects: F,
|
|
2024
|
-
animation:
|
|
2024
|
+
animation: oe,
|
|
2025
2025
|
axis: D,
|
|
2026
|
-
dragHandler: Xa(D, e, o, r, Ye, Ja(D, r), Te,
|
|
2026
|
+
dragHandler: Xa(D, e, o, r, Ye, Ja(D, r), Te, oe, _e, De, dt, he, s, _, c, h, v, fe, E),
|
|
2027
2027
|
eventStore: Pt,
|
|
2028
2028
|
percentOfView: _,
|
|
2029
2029
|
index: he,
|
|
@@ -2033,24 +2033,24 @@ function hl(e, t, n, o, r, i, s) {
|
|
|
2033
2033
|
offsetLocation: Ue,
|
|
2034
2034
|
previousLocation: Pe,
|
|
2035
2035
|
options: i,
|
|
2036
|
-
resizeHandler: Ka(t, s, r, n, D,
|
|
2036
|
+
resizeHandler: Ka(t, s, r, n, D, S, R),
|
|
2037
2037
|
scrollBody: De,
|
|
2038
2038
|
scrollBounds: tl(le, Ue, Ye, De, _),
|
|
2039
2039
|
scrollLooper: rl(G, le, Ue, [Te, Ue, Pe, Ye]),
|
|
2040
2040
|
scrollProgress: Tt,
|
|
2041
2041
|
scrollSnapList: O.map(Tt.get),
|
|
2042
2042
|
scrollSnaps: O,
|
|
2043
|
-
scrollTarget:
|
|
2043
|
+
scrollTarget: dt,
|
|
2044
2044
|
scrollTo: _e,
|
|
2045
|
-
slideLooper: dl(D,
|
|
2045
|
+
slideLooper: dl(D, q, G, re, we, H, O, Ue, n),
|
|
2046
2046
|
slideFocus: rn,
|
|
2047
2047
|
slidesHandler: gl(t, s, x),
|
|
2048
|
-
slidesInView:
|
|
2048
|
+
slidesInView: Se,
|
|
2049
2049
|
slideIndexes: X,
|
|
2050
2050
|
slideRegistry: Xe,
|
|
2051
2051
|
slidesToScroll: ye,
|
|
2052
2052
|
target: Ye,
|
|
2053
|
-
translate:
|
|
2053
|
+
translate: ir(D, t)
|
|
2054
2054
|
};
|
|
2055
2055
|
return pt;
|
|
2056
2056
|
}
|
|
@@ -2107,7 +2107,7 @@ const wl = {
|
|
|
2107
2107
|
};
|
|
2108
2108
|
function yl(e) {
|
|
2109
2109
|
function t(i, s) {
|
|
2110
|
-
return
|
|
2110
|
+
return or(i, s || {});
|
|
2111
2111
|
}
|
|
2112
2112
|
function n(i) {
|
|
2113
2113
|
const s = i.breakpoints || {}, a = Nt(s).filter((l) => e.matchMedia(l).matches).map((l) => s[l]).reduce((l, d) => t(l, d), {});
|
|
@@ -2122,7 +2122,7 @@ function yl(e) {
|
|
|
2122
2122
|
optionsMediaQueries: o
|
|
2123
2123
|
};
|
|
2124
2124
|
}
|
|
2125
|
-
function
|
|
2125
|
+
function Sl(e) {
|
|
2126
2126
|
let t = [];
|
|
2127
2127
|
function n(i, s) {
|
|
2128
2128
|
return t = s.filter(({
|
|
@@ -2140,7 +2140,7 @@ function Cl(e) {
|
|
|
2140
2140
|
};
|
|
2141
2141
|
}
|
|
2142
2142
|
function Xt(e, t, n) {
|
|
2143
|
-
const o = e.ownerDocument, r = o.defaultView, i = yl(r), s =
|
|
2143
|
+
const o = e.ownerDocument, r = o.defaultView, i = yl(r), s = Sl(i), a = Mt(), l = vl(), {
|
|
2144
2144
|
mergeOptions: d,
|
|
2145
2145
|
optionsAtMedia: g,
|
|
2146
2146
|
optionsMediaQueries: p
|
|
@@ -2149,18 +2149,18 @@ function Xt(e, t, n) {
|
|
|
2149
2149
|
off: c,
|
|
2150
2150
|
emit: h
|
|
2151
2151
|
} = l, m = D;
|
|
2152
|
-
let w = !1, v, y = d(wl, Xt.globalOptions),
|
|
2152
|
+
let w = !1, v, y = d(wl, Xt.globalOptions), S = d(y), x = [], E, N, C;
|
|
2153
2153
|
function R() {
|
|
2154
2154
|
const {
|
|
2155
2155
|
container: X,
|
|
2156
2156
|
slides: P
|
|
2157
|
-
} =
|
|
2157
|
+
} = S;
|
|
2158
2158
|
N = (Tn(X) ? e.querySelector(X) : X) || e.children[0];
|
|
2159
|
-
const
|
|
2160
|
-
|
|
2159
|
+
const oe = Tn(P) ? N.querySelectorAll(P) : P;
|
|
2160
|
+
C = [].slice.call(oe || N.children);
|
|
2161
2161
|
}
|
|
2162
2162
|
function I(X) {
|
|
2163
|
-
const P = hl(e, N,
|
|
2163
|
+
const P = hl(e, N, C, o, r, X, l);
|
|
2164
2164
|
if (X.loop && !P.slideLooper.canLoop()) {
|
|
2165
2165
|
const J = Object.assign({}, X, {
|
|
2166
2166
|
loop: !1
|
|
@@ -2170,24 +2170,24 @@ function Xt(e, t, n) {
|
|
|
2170
2170
|
return P;
|
|
2171
2171
|
}
|
|
2172
2172
|
function F(X, P) {
|
|
2173
|
-
w || (y = d(y, X),
|
|
2173
|
+
w || (y = d(y, X), S = g(y), x = P || x, R(), v = I(S), p([y, ...x.map(({
|
|
2174
2174
|
options: J
|
|
2175
|
-
}) => J)]).forEach((J) => a.add(J, "change", D)),
|
|
2175
|
+
}) => J)]).forEach((J) => a.add(J, "change", D)), S.active && (v.translate.to(v.location.get()), v.animation.init(), v.slidesInView.init(), v.slideFocus.init(ge), v.eventHandler.init(ge), v.resizeHandler.init(ge), v.slidesHandler.init(ge), v.options.loop && v.slideLooper.loop(), N.offsetParent && C.length && v.dragHandler.init(ge), E = s.init(ge, x)));
|
|
2176
2176
|
}
|
|
2177
2177
|
function D(X, P) {
|
|
2178
2178
|
const J = ye();
|
|
2179
|
-
|
|
2179
|
+
q(), F(d({
|
|
2180
2180
|
startIndex: J
|
|
2181
2181
|
}, X), P), l.emit("reInit");
|
|
2182
2182
|
}
|
|
2183
|
-
function
|
|
2183
|
+
function q() {
|
|
2184
2184
|
v.dragHandler.destroy(), v.eventStore.clear(), v.translate.clear(), v.slideLooper.clear(), v.resizeHandler.destroy(), v.slidesHandler.destroy(), v.slidesInView.destroy(), v.animation.destroy(), s.destroy(), a.clear();
|
|
2185
2185
|
}
|
|
2186
2186
|
function _() {
|
|
2187
|
-
w || (w = !0, a.clear(),
|
|
2187
|
+
w || (w = !0, a.clear(), q(), l.emit("destroy"), l.clear());
|
|
2188
2188
|
}
|
|
2189
2189
|
function T(X, P, J) {
|
|
2190
|
-
!
|
|
2190
|
+
!S.active || w || (v.scrollBody.useBaseFriction().useDuration(P === !0 ? 0 : S.duration), v.scrollTo.index(X, J || 0));
|
|
2191
2191
|
}
|
|
2192
2192
|
function k(X) {
|
|
2193
2193
|
const P = v.index.add(1).get();
|
|
@@ -2215,7 +2215,7 @@ function Xt(e, t, n) {
|
|
|
2215
2215
|
function H() {
|
|
2216
2216
|
return v.indexPrevious.get();
|
|
2217
2217
|
}
|
|
2218
|
-
function
|
|
2218
|
+
function U() {
|
|
2219
2219
|
return v.slidesInView.get();
|
|
2220
2220
|
}
|
|
2221
2221
|
function G() {
|
|
@@ -2234,7 +2234,7 @@ function Xt(e, t, n) {
|
|
|
2234
2234
|
return N;
|
|
2235
2235
|
}
|
|
2236
2236
|
function he() {
|
|
2237
|
-
return
|
|
2237
|
+
return C;
|
|
2238
2238
|
}
|
|
2239
2239
|
const ge = {
|
|
2240
2240
|
canScrollNext: re,
|
|
@@ -2256,21 +2256,21 @@ function Xt(e, t, n) {
|
|
|
2256
2256
|
scrollTo: T,
|
|
2257
2257
|
selectedScrollSnap: ye,
|
|
2258
2258
|
slideNodes: he,
|
|
2259
|
-
slidesInView:
|
|
2259
|
+
slidesInView: U,
|
|
2260
2260
|
slidesNotInView: G
|
|
2261
2261
|
};
|
|
2262
2262
|
return F(t, n), setTimeout(() => l.emit("init"), 0), ge;
|
|
2263
2263
|
}
|
|
2264
2264
|
Xt.globalOptions = void 0;
|
|
2265
2265
|
function Jn(e = {}, t = []) {
|
|
2266
|
-
const n =
|
|
2266
|
+
const n = ct(e), o = ct(t), [r, i] = K(), [s, a] = K(), l = Re(() => {
|
|
2267
2267
|
r && r.reInit(n.current, o.current);
|
|
2268
2268
|
}, [r]);
|
|
2269
|
-
return
|
|
2269
|
+
return ne(() => {
|
|
2270
2270
|
Un(n.current, e) || (n.current = e, l());
|
|
2271
|
-
}, [e, l]),
|
|
2271
|
+
}, [e, l]), ne(() => {
|
|
2272
2272
|
Ga(o.current, t) || (o.current = t, l());
|
|
2273
|
-
}, [t, l]),
|
|
2273
|
+
}, [t, l]), ne(() => {
|
|
2274
2274
|
if (Ba() && s) {
|
|
2275
2275
|
Xt.globalOptions = Jn.globalOptions;
|
|
2276
2276
|
const d = Xt(s, n.current, o.current);
|
|
@@ -2280,14 +2280,14 @@ function Jn(e = {}, t = []) {
|
|
|
2280
2280
|
}, [s, i]), [a, r];
|
|
2281
2281
|
}
|
|
2282
2282
|
Jn.globalOptions = void 0;
|
|
2283
|
-
const
|
|
2283
|
+
const sr = jn(null);
|
|
2284
2284
|
function tn() {
|
|
2285
|
-
const e = qn(
|
|
2285
|
+
const e = qn(sr);
|
|
2286
2286
|
if (!e)
|
|
2287
2287
|
throw new Error("useCarousel must be used within a <Carousel.Root />");
|
|
2288
2288
|
return e;
|
|
2289
2289
|
}
|
|
2290
|
-
const
|
|
2290
|
+
const ar = qe(
|
|
2291
2291
|
({ orientation: e = "horizontal", opts: t, setApi: n, plugins: o, className: r, children: i, initialSlide: s, ...a }, l) => {
|
|
2292
2292
|
const [d, g] = Jn(
|
|
2293
2293
|
{
|
|
@@ -2307,24 +2307,24 @@ const sr = qe(
|
|
|
2307
2307
|
},
|
|
2308
2308
|
[w, v]
|
|
2309
2309
|
);
|
|
2310
|
-
|
|
2310
|
+
ne(() => {
|
|
2311
2311
|
!g || !n || n(g);
|
|
2312
|
-
}, [g, n]),
|
|
2312
|
+
}, [g, n]), ne(() => {
|
|
2313
2313
|
if (g)
|
|
2314
2314
|
return m(g), g.on("reInit", m), g.on("select", m), () => {
|
|
2315
2315
|
g == null || g.off("select", m);
|
|
2316
2316
|
};
|
|
2317
2317
|
}, [g, m]);
|
|
2318
|
-
const
|
|
2318
|
+
const S = Re(() => {
|
|
2319
2319
|
g && s && g.scrollTo(s);
|
|
2320
2320
|
}, [g, s]);
|
|
2321
|
-
return
|
|
2321
|
+
return ne(() => {
|
|
2322
2322
|
if (g)
|
|
2323
|
-
return
|
|
2324
|
-
g == null || g.off("init",
|
|
2323
|
+
return S(), g.on("reInit", S), g.on("init", S), () => {
|
|
2324
|
+
g == null || g.off("init", S);
|
|
2325
2325
|
};
|
|
2326
|
-
}, [
|
|
2327
|
-
|
|
2326
|
+
}, [S, g]), /* @__PURE__ */ u(
|
|
2327
|
+
sr.Provider,
|
|
2328
2328
|
{
|
|
2329
2329
|
value: {
|
|
2330
2330
|
carouselRef: d,
|
|
@@ -2352,8 +2352,8 @@ const sr = qe(
|
|
|
2352
2352
|
);
|
|
2353
2353
|
}
|
|
2354
2354
|
);
|
|
2355
|
-
|
|
2356
|
-
const
|
|
2355
|
+
ar.displayName = "CarouselRoot";
|
|
2356
|
+
const lr = qe(
|
|
2357
2357
|
({ className: e, carouselBlockClassName: t, ...n }, o) => {
|
|
2358
2358
|
const { carouselRef: r, orientation: i } = tn();
|
|
2359
2359
|
return /* @__PURE__ */ u("div", { ref: r, className: z("overflow-hidden", t), children: /* @__PURE__ */ u(
|
|
@@ -2366,8 +2366,8 @@ const ar = qe(
|
|
|
2366
2366
|
) });
|
|
2367
2367
|
}
|
|
2368
2368
|
);
|
|
2369
|
-
|
|
2370
|
-
const
|
|
2369
|
+
lr.displayName = "CarouselContent";
|
|
2370
|
+
const cr = qe(({ className: e, ...t }, n) => {
|
|
2371
2371
|
const { orientation: o } = tn();
|
|
2372
2372
|
return /* @__PURE__ */ u(
|
|
2373
2373
|
"div",
|
|
@@ -2384,8 +2384,8 @@ const lr = qe(({ className: e, ...t }, n) => {
|
|
|
2384
2384
|
}
|
|
2385
2385
|
);
|
|
2386
2386
|
});
|
|
2387
|
-
|
|
2388
|
-
const
|
|
2387
|
+
cr.displayName = "CarouselItem";
|
|
2388
|
+
const ur = qe(
|
|
2389
2389
|
({ className: e, variant: t = "outline", theme: n = "default", size: o = "sm", ...r }, i) => {
|
|
2390
2390
|
const { orientation: s, scrollPrev: a, canScrollPrev: l } = tn();
|
|
2391
2391
|
return /* @__PURE__ */ b(
|
|
@@ -2415,8 +2415,8 @@ const cr = qe(
|
|
|
2415
2415
|
);
|
|
2416
2416
|
}
|
|
2417
2417
|
);
|
|
2418
|
-
|
|
2419
|
-
const
|
|
2418
|
+
ur.displayName = "CarouselPrevious";
|
|
2419
|
+
const dr = qe(
|
|
2420
2420
|
({ className: e, variant: t = "outline", theme: n = "default", size: o = "sm", ...r }, i) => {
|
|
2421
2421
|
const { orientation: s, scrollNext: a, canScrollNext: l } = tn();
|
|
2422
2422
|
return /* @__PURE__ */ b(
|
|
@@ -2446,14 +2446,14 @@ const ur = qe(
|
|
|
2446
2446
|
);
|
|
2447
2447
|
}
|
|
2448
2448
|
);
|
|
2449
|
-
|
|
2449
|
+
dr.displayName = "CarouselNext";
|
|
2450
2450
|
const qt = {
|
|
2451
|
-
Root:
|
|
2452
|
-
Content:
|
|
2453
|
-
Item:
|
|
2454
|
-
Previous:
|
|
2455
|
-
Next:
|
|
2456
|
-
},
|
|
2451
|
+
Root: ar,
|
|
2452
|
+
Content: lr,
|
|
2453
|
+
Item: cr,
|
|
2454
|
+
Previous: ur,
|
|
2455
|
+
Next: dr
|
|
2456
|
+
}, Cl = ({ isOpen: e, setIsOpen: t, imgEvent: n, title: o, initialSlide: r }) => {
|
|
2457
2457
|
const [i, s] = K(da);
|
|
2458
2458
|
return /* @__PURE__ */ u(
|
|
2459
2459
|
Z.Root,
|
|
@@ -2516,10 +2516,10 @@ const qt = {
|
|
|
2516
2516
|
function bl(e) {
|
|
2517
2517
|
return e.type !== void 0;
|
|
2518
2518
|
}
|
|
2519
|
-
const
|
|
2519
|
+
const gr = {
|
|
2520
2520
|
Root: function({ children: t, className: n }) {
|
|
2521
2521
|
const o = lt.Children.toArray(t).some(
|
|
2522
|
-
(r) => bl(r) && (r == null ? void 0 : r.type) ===
|
|
2522
|
+
(r) => bl(r) && (r == null ? void 0 : r.type) === gr.Center
|
|
2523
2523
|
);
|
|
2524
2524
|
return /* @__PURE__ */ u(
|
|
2525
2525
|
"div",
|
|
@@ -2554,7 +2554,7 @@ const xl = Object.values(Zn), Rl = ({
|
|
|
2554
2554
|
isRepoEmpty: s = !1
|
|
2555
2555
|
}) => {
|
|
2556
2556
|
const { t: a } = Et();
|
|
2557
|
-
return /* @__PURE__ */ u(
|
|
2557
|
+
return /* @__PURE__ */ u(Ur.SubHeader, { className: n, children: /* @__PURE__ */ u(se.NavRoot, { children: /* @__PURE__ */ b(se.List, { className: "cn-repo-subheader-tabs", children: [
|
|
2558
2558
|
/* @__PURE__ */ u(se.Trigger, { value: o || "summary", children: a("views:repos.summary", "Summary") }),
|
|
2559
2559
|
/* @__PURE__ */ u(se.Trigger, { value: r || "code", disabled: s, children: a("views:repos.files", "Files") }),
|
|
2560
2560
|
e && /* @__PURE__ */ u(se.Trigger, { value: "pipelines", children: a("views:repos.pipelines", "Pipelines") }),
|
|
@@ -2566,7 +2566,7 @@ const xl = Object.values(Zn), Rl = ({
|
|
|
2566
2566
|
/* @__PURE__ */ u(se.Trigger, { value: "settings", children: a("views:repos.settings", "Settings") })
|
|
2567
2567
|
] }) }) });
|
|
2568
2568
|
}, Il = ({ children: e }) => /* @__PURE__ */ u("div", { className: "bg-cn-1 flex size-full max-w-[460px] flex-col", children: e }), Nl = ({ onClose: e }) => /* @__PURE__ */ b("div", { className: "bg-cn-1 px-cn-xl py-cn-md sticky top-0 flex items-center justify-between", children: [
|
|
2569
|
-
/* @__PURE__ */ u(
|
|
2569
|
+
/* @__PURE__ */ u(j, { variant: "heading-hero", children: "Harness AI" }),
|
|
2570
2570
|
/* @__PURE__ */ b(Q, { size: "sm", iconOnly: !0, variant: "ghost", onClick: e, ignoreIconOnlyTooltip: !0, children: [
|
|
2571
2571
|
/* @__PURE__ */ u(B, { name: "xmark" }),
|
|
2572
2572
|
/* @__PURE__ */ u("span", { className: "sr-only", children: "Close" })
|
|
@@ -2617,7 +2617,7 @@ const xl = Object.values(Zn), Rl = ({
|
|
|
2617
2617
|
), Pl = ({ avatar: e }) => /* @__PURE__ */ b("div", { className: "mt-cn-sm gap-x-cn-sm flex items-center", children: [
|
|
2618
2618
|
e || /* @__PURE__ */ u(Bn, { size: 16, name: "chat-avatar", themeDependent: !0 }),
|
|
2619
2619
|
/* @__PURE__ */ u("span", { className: "bg-cn-3 size-2.5 rounded-cn-full", "aria-hidden": !0 })
|
|
2620
|
-
] }), Dl = ({ title: e }) => /* @__PURE__ */ u(
|
|
2620
|
+
] }), Dl = ({ title: e }) => /* @__PURE__ */ u(j, { align: "center", className: "opacity-50", children: e }), _l = [
|
|
2621
2621
|
{
|
|
2622
2622
|
text: "Pipeline design"
|
|
2623
2623
|
},
|
|
@@ -2630,19 +2630,19 @@ const xl = Object.values(Zn), Rl = ({
|
|
|
2630
2630
|
{
|
|
2631
2631
|
text: "Testing"
|
|
2632
2632
|
}
|
|
2633
|
-
],
|
|
2633
|
+
], Al = () => /* @__PURE__ */ b("div", { className: "gap-cn-lg mt-auto flex flex-col", children: [
|
|
2634
2634
|
/* @__PURE__ */ b("div", { children: [
|
|
2635
|
-
/* @__PURE__ */ u(
|
|
2636
|
-
/* @__PURE__ */ b(
|
|
2635
|
+
/* @__PURE__ */ u(j, { variant: "heading-subsection", color: "foreground-2", children: "Hello Steven," }),
|
|
2636
|
+
/* @__PURE__ */ b(j, { variant: "heading-subsection", className: "mt-cn-3xs", children: [
|
|
2637
2637
|
" ",
|
|
2638
2638
|
"how can I help?"
|
|
2639
2639
|
] })
|
|
2640
2640
|
] }),
|
|
2641
2641
|
/* @__PURE__ */ b("div", { children: [
|
|
2642
|
-
/* @__PURE__ */ u(
|
|
2642
|
+
/* @__PURE__ */ u(j, { as: "span", children: "Here are some suggestions to enhance your CI/CD pipeline:" }),
|
|
2643
2643
|
/* @__PURE__ */ u("ul", { className: "mt-cn-sm gap-y-cn-2xs flex flex-col", children: _l.map(({ text: e }, t) => /* @__PURE__ */ u("li", { children: /* @__PURE__ */ u(Q, { className: "w-full justify-start", variant: "secondary", children: e }) }, t)) })
|
|
2644
2644
|
] })
|
|
2645
|
-
] }),
|
|
2645
|
+
] }), Ll = ({
|
|
2646
2646
|
value: e = "",
|
|
2647
2647
|
inputRef: t,
|
|
2648
2648
|
onChange: n = () => {
|
|
@@ -2690,11 +2690,11 @@ const xl = Object.values(Zn), Rl = ({
|
|
|
2690
2690
|
Typing: Pl,
|
|
2691
2691
|
CodeBlock: Tl,
|
|
2692
2692
|
Separator: Dl,
|
|
2693
|
-
EmptyState:
|
|
2694
|
-
Input:
|
|
2695
|
-
},
|
|
2693
|
+
EmptyState: Al,
|
|
2694
|
+
Input: Ll
|
|
2695
|
+
}, fr = ({ data: e, mode: t = 4, lang: n = "go", fileName: o }) => {
|
|
2696
2696
|
const [, r] = K(!1), [i, s] = K(), [a, l] = K();
|
|
2697
|
-
|
|
2697
|
+
ne(() => {
|
|
2698
2698
|
(async () => {
|
|
2699
2699
|
r(!0);
|
|
2700
2700
|
try {
|
|
@@ -2723,14 +2723,14 @@ const xl = Object.values(Zn), Rl = ({
|
|
|
2723
2723
|
}, 100),
|
|
2724
2724
|
[]
|
|
2725
2725
|
);
|
|
2726
|
-
return
|
|
2726
|
+
return ne(() => {
|
|
2727
2727
|
e && d(n, e);
|
|
2728
2728
|
}, [e, n, d]), /* @__PURE__ */ b("div", { className: "rounded-cn-3 border-cn-2 bg-cn-1 mt-cn-sm mr-[28px] flex flex-col border", children: [
|
|
2729
2729
|
o && /* @__PURE__ */ u("span", { className: "border-cn-2 bg-cn-2 p-cn-md text-cn-size-2 text-cn-1 rounded-inherit border-b font-medium", children: o }),
|
|
2730
2730
|
i && // eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
2731
2731
|
// @ts-ignore
|
|
2732
2732
|
/* @__PURE__ */ u(
|
|
2733
|
-
|
|
2733
|
+
Ao,
|
|
2734
2734
|
{
|
|
2735
2735
|
style: { "--diff-plain-lineNumber--": "var(--cn-bg-1)" },
|
|
2736
2736
|
className: "text-cn-1 w-full",
|
|
@@ -2774,7 +2774,7 @@ index 68ad3fe8a7a992512924a537e5407fed671d645d..d7a93ea2d4900655ba8938218edec152
|
|
|
2774
2774
|
),
|
|
2775
2775
|
/* @__PURE__ */ b(ce.Message, { children: [
|
|
2776
2776
|
"Hey Olivia, can you please review the latest design when you have a chance?",
|
|
2777
|
-
/* @__PURE__ */ u(
|
|
2777
|
+
/* @__PURE__ */ u(fr, { data: Vl, fileName: "scm/driver/azure/webhook.go" })
|
|
2778
2778
|
] }),
|
|
2779
2779
|
/* @__PURE__ */ b(ce.Message, { self: !0, children: [
|
|
2780
2780
|
"Sure thing, I'll have a look today. They're looking great! Here's some code to make it better though:",
|
|
@@ -2786,7 +2786,7 @@ index 68ad3fe8a7a992512924a537e5407fed671d645d..d7a93ea2d4900655ba8938218edec152
|
|
|
2786
2786
|
] }) }), zl = () => /* @__PURE__ */ u("div", { className: "border-cn-3 h-[calc(100vh-var(--cn-page-nav-full-height))] border-r", children: /* @__PURE__ */ b(ce.Root, { children: [
|
|
2787
2787
|
/* @__PURE__ */ u(ce.Body, { children: /* @__PURE__ */ u(ce.EmptyState, {}) }),
|
|
2788
2788
|
/* @__PURE__ */ u(ce.Footer, { children: /* @__PURE__ */ u(ce.Input, {}) })
|
|
2789
|
-
] }) }),
|
|
2789
|
+
] }) }), mr = qe(
|
|
2790
2790
|
({ className: e, children: t, role: n, ...o }, r) => /* @__PURE__ */ u(
|
|
2791
2791
|
"div",
|
|
2792
2792
|
{
|
|
@@ -2801,21 +2801,21 @@ index 68ad3fe8a7a992512924a537e5407fed671d645d..d7a93ea2d4900655ba8938218edec152
|
|
|
2801
2801
|
}
|
|
2802
2802
|
)
|
|
2803
2803
|
);
|
|
2804
|
-
|
|
2805
|
-
const
|
|
2804
|
+
mr.displayName = "MessageBubbleRoot";
|
|
2805
|
+
const pr = qe(
|
|
2806
2806
|
({ className: e, children: t, ...n }, o) => /* @__PURE__ */ u("div", { ref: o, className: z("cn-message-bubble-content", e), ...n, children: t })
|
|
2807
2807
|
);
|
|
2808
|
-
|
|
2809
|
-
const
|
|
2810
|
-
|
|
2811
|
-
const
|
|
2812
|
-
|
|
2808
|
+
pr.displayName = "MessageBubbleContent";
|
|
2809
|
+
const hr = ({ children: e, ...t }) => /* @__PURE__ */ u(j, { variant: "body-normal", ...t, children: e });
|
|
2810
|
+
hr.displayName = "MessageBubbleText";
|
|
2811
|
+
const vr = ({ children: e, className: t, ...n }) => /* @__PURE__ */ u(Gn, { variant: "sm", markdownClassName: z("bg-transparent", t), source: e, ...n });
|
|
2812
|
+
vr.displayName = "MessageBubbleMarkdown";
|
|
2813
2813
|
const kl = {
|
|
2814
|
-
Root:
|
|
2815
|
-
Content:
|
|
2816
|
-
Text:
|
|
2817
|
-
Markdown:
|
|
2818
|
-
},
|
|
2814
|
+
Root: mr,
|
|
2815
|
+
Content: pr,
|
|
2816
|
+
Text: hr,
|
|
2817
|
+
Markdown: vr
|
|
2818
|
+
}, wr = ({ className: e, ...t }) => /* @__PURE__ */ u("form", { className: z("cn-prompt-input w-full overflow-hidden", e), ...t }), yr = ({
|
|
2819
2819
|
onChange: e,
|
|
2820
2820
|
className: t,
|
|
2821
2821
|
placeholder: n = "What would you like to know?",
|
|
@@ -2841,17 +2841,17 @@ const kl = {
|
|
|
2841
2841
|
placeholder: n,
|
|
2842
2842
|
...o
|
|
2843
2843
|
}
|
|
2844
|
-
),
|
|
2844
|
+
), Sr = ({ className: e, ...t }) => /* @__PURE__ */ u("div", { className: z("flex items-center justify-between", e), ...t }), Cr = ({ className: e, ...t }) => /* @__PURE__ */ u("div", { className: z("flex items-center gap-cn-xs", e), ...t }), br = ({ status: e, children: t, ...n }) => {
|
|
2845
2845
|
let o = /* @__PURE__ */ u(B, { name: "arrow-up" });
|
|
2846
2846
|
return e === "streaming" && (o = /* @__PURE__ */ u(B, { name: "stop-solid" })), /* @__PURE__ */ u(Q, { iconOnly: !0, type: "submit", size: "xs", ...n, children: t ?? o });
|
|
2847
|
-
},
|
|
2848
|
-
Root:
|
|
2849
|
-
Textarea:
|
|
2850
|
-
Toolbar:
|
|
2847
|
+
}, xr = ({ variant: e = "outline", ...t }) => /* @__PURE__ */ u(Q, { iconOnly: !0, size: "xs", type: "button", variant: e, ...t }), Ol = {
|
|
2848
|
+
Root: wr,
|
|
2849
|
+
Textarea: yr,
|
|
2850
|
+
Toolbar: Sr,
|
|
2851
2851
|
Tools: Cr,
|
|
2852
|
-
Submit:
|
|
2853
|
-
Button:
|
|
2854
|
-
},
|
|
2852
|
+
Submit: br,
|
|
2853
|
+
Button: xr
|
|
2854
|
+
}, Rr = Ho("cn-shimmer", {
|
|
2855
2855
|
variants: {
|
|
2856
2856
|
variant: Bo,
|
|
2857
2857
|
color: {
|
|
@@ -2880,12 +2880,12 @@ const kl = {
|
|
|
2880
2880
|
color: i,
|
|
2881
2881
|
variant: s
|
|
2882
2882
|
}) => {
|
|
2883
|
-
const a =
|
|
2883
|
+
const a = Yr(t), l = ue(() => ((e == null ? void 0 : e.length) ?? 0) * r, [e, r]);
|
|
2884
2884
|
return /* @__PURE__ */ u(
|
|
2885
2885
|
a,
|
|
2886
2886
|
{
|
|
2887
2887
|
animate: { backgroundPosition: "0% center" },
|
|
2888
|
-
className: z(
|
|
2888
|
+
className: z(Rr({ color: i, variant: s }), n),
|
|
2889
2889
|
initial: { backgroundPosition: "100% center" },
|
|
2890
2890
|
style: {
|
|
2891
2891
|
"--shimmer-spread": `${l}px`
|
|
@@ -2898,12 +2898,12 @@ const kl = {
|
|
|
2898
2898
|
children: e
|
|
2899
2899
|
}
|
|
2900
2900
|
);
|
|
2901
|
-
},
|
|
2902
|
-
const e = qn(
|
|
2901
|
+
}, Ir = Xo(Hl), Nr = jn(null), Mr = () => {
|
|
2902
|
+
const e = qn(Nr);
|
|
2903
2903
|
if (!e)
|
|
2904
2904
|
throw new Error("Reasoning components must be used within Reasoning.Root");
|
|
2905
2905
|
return e;
|
|
2906
|
-
}, Bl = 1e3, Gl = 1e3,
|
|
2906
|
+
}, Bl = 1e3, Gl = 1e3, Er = qe(
|
|
2907
2907
|
({
|
|
2908
2908
|
className: e,
|
|
2909
2909
|
isStreaming: t = !1,
|
|
@@ -2914,14 +2914,14 @@ const kl = {
|
|
|
2914
2914
|
children: s,
|
|
2915
2915
|
...a
|
|
2916
2916
|
}, l) => {
|
|
2917
|
-
const [d, g] = K(n ?? o), [p, f] = K(i), [c, h] = K(!1), m =
|
|
2918
|
-
|
|
2917
|
+
const [d, g] = K(n ?? o), [p, f] = K(i), [c, h] = K(!1), m = ct(null);
|
|
2918
|
+
ne(() => {
|
|
2919
2919
|
n !== void 0 && g(n);
|
|
2920
|
-
}, [n]),
|
|
2920
|
+
}, [n]), ne(() => {
|
|
2921
2921
|
i !== void 0 && f(i);
|
|
2922
|
-
}, [i]),
|
|
2922
|
+
}, [i]), ne(() => {
|
|
2923
2923
|
t ? m.current === null && (m.current = Date.now()) : m.current !== null && (f(Math.ceil((Date.now() - m.current) / Gl)), m.current = null);
|
|
2924
|
-
}, [t]),
|
|
2924
|
+
}, [t]), ne(() => {
|
|
2925
2925
|
if (o && !t && d && !c) {
|
|
2926
2926
|
const v = setTimeout(() => {
|
|
2927
2927
|
g(!1), h(!0), r == null || r(!1);
|
|
@@ -2935,8 +2935,8 @@ const kl = {
|
|
|
2935
2935
|
},
|
|
2936
2936
|
[r]
|
|
2937
2937
|
);
|
|
2938
|
-
return /* @__PURE__ */ u(
|
|
2939
|
-
|
|
2938
|
+
return /* @__PURE__ */ u(Nr.Provider, { value: { isStreaming: t, isOpen: d, duration: p }, children: /* @__PURE__ */ u(
|
|
2939
|
+
Jr,
|
|
2940
2940
|
{
|
|
2941
2941
|
ref: l,
|
|
2942
2942
|
className: z("cn-reasoning", e),
|
|
@@ -2948,15 +2948,15 @@ const kl = {
|
|
|
2948
2948
|
) });
|
|
2949
2949
|
}
|
|
2950
2950
|
);
|
|
2951
|
-
|
|
2952
|
-
const jl = (e, t) => e || t === 0 ? /* @__PURE__ */ u(
|
|
2951
|
+
Er.displayName = "ReasoningRoot";
|
|
2952
|
+
const jl = (e, t) => e || t === 0 ? /* @__PURE__ */ u(Ir, { color: "foreground-3", duration: 1, children: "Thinking..." }) : t === void 0 ? /* @__PURE__ */ u(j, { variant: "body-normal", color: "foreground-3", children: "Thought for a few seconds" }) : /* @__PURE__ */ b(j, { variant: "body-normal", color: "foreground-3", children: [
|
|
2953
2953
|
"Thought for ",
|
|
2954
2954
|
t,
|
|
2955
2955
|
" seconds"
|
|
2956
|
-
] }),
|
|
2956
|
+
] }), Fr = qe(
|
|
2957
2957
|
({ className: e, children: t, getThinkingMessage: n = jl, ...o }, r) => {
|
|
2958
|
-
const { isStreaming: i, isOpen: s, duration: a } =
|
|
2959
|
-
return /* @__PURE__ */ u(
|
|
2958
|
+
const { isStreaming: i, isOpen: s, duration: a } = Mr();
|
|
2959
|
+
return /* @__PURE__ */ u(Xr, { ref: r, className: z("cn-reasoning-trigger", e), ...o, children: t ?? /* @__PURE__ */ b(Fe, { children: [
|
|
2960
2960
|
n(i, a),
|
|
2961
2961
|
/* @__PURE__ */ u(
|
|
2962
2962
|
B,
|
|
@@ -2969,15 +2969,15 @@ const jl = (e, t) => e || t === 0 ? /* @__PURE__ */ u(Rr, { color: "foreground-3
|
|
|
2969
2969
|
] }) });
|
|
2970
2970
|
}
|
|
2971
2971
|
);
|
|
2972
|
-
|
|
2973
|
-
const
|
|
2974
|
-
({ className: e, children: t, ...n }, o) => /* @__PURE__ */ u(
|
|
2972
|
+
Fr.displayName = "ReasoningTrigger";
|
|
2973
|
+
const Tr = qe(
|
|
2974
|
+
({ className: e, children: t, ...n }, o) => /* @__PURE__ */ u(Wr, { ref: o, className: z("cn-reasoning-content", e), ...n, children: /* @__PURE__ */ u(Gn, { className: "text-cn-3", markdownClassName: "bg-transparent", variant: "sm", source: t }) })
|
|
2975
2975
|
);
|
|
2976
|
-
|
|
2976
|
+
Tr.displayName = "ReasoningContent";
|
|
2977
2977
|
const ql = {
|
|
2978
|
-
Root:
|
|
2979
|
-
Trigger:
|
|
2980
|
-
Content:
|
|
2978
|
+
Root: Er,
|
|
2979
|
+
Trigger: Fr,
|
|
2980
|
+
Content: Tr
|
|
2981
2981
|
};
|
|
2982
2982
|
/**
|
|
2983
2983
|
* table-core
|
|
@@ -3016,7 +3016,7 @@ function Yl(e, t) {
|
|
|
3016
3016
|
};
|
|
3017
3017
|
return o(e), n;
|
|
3018
3018
|
}
|
|
3019
|
-
function
|
|
3019
|
+
function A(e, t, n) {
|
|
3020
3020
|
let o = [], r;
|
|
3021
3021
|
return (i) => {
|
|
3022
3022
|
let s;
|
|
@@ -3040,7 +3040,7 @@ function L(e, t, n) {
|
|
|
3040
3040
|
return r;
|
|
3041
3041
|
};
|
|
3042
3042
|
}
|
|
3043
|
-
function
|
|
3043
|
+
function L(e, t, n, o) {
|
|
3044
3044
|
return {
|
|
3045
3045
|
debug: () => {
|
|
3046
3046
|
var r;
|
|
@@ -3060,14 +3060,14 @@ function Wl(e, t, n, o) {
|
|
|
3060
3060
|
column: n,
|
|
3061
3061
|
getValue: () => t.getValue(o),
|
|
3062
3062
|
renderValue: r,
|
|
3063
|
-
getContext:
|
|
3063
|
+
getContext: A(() => [e, n, t, i], (s, a, l, d) => ({
|
|
3064
3064
|
table: s,
|
|
3065
3065
|
column: a,
|
|
3066
3066
|
row: l,
|
|
3067
3067
|
cell: d,
|
|
3068
3068
|
getValue: d.getValue,
|
|
3069
3069
|
renderValue: d.renderValue
|
|
3070
|
-
}),
|
|
3070
|
+
}), L(e.options, "debugCells", "cell.getContext"))
|
|
3071
3071
|
};
|
|
3072
3072
|
return e._features.forEach((s) => {
|
|
3073
3073
|
s.createCell == null || s.createCell(i, n, t, e);
|
|
@@ -3096,18 +3096,18 @@ function Xl(e, t, n, o) {
|
|
|
3096
3096
|
depth: n,
|
|
3097
3097
|
columnDef: a,
|
|
3098
3098
|
columns: [],
|
|
3099
|
-
getFlatColumns:
|
|
3099
|
+
getFlatColumns: A(() => [!0], () => {
|
|
3100
3100
|
var f;
|
|
3101
3101
|
return [p, ...(f = p.columns) == null ? void 0 : f.flatMap((c) => c.getFlatColumns())];
|
|
3102
|
-
},
|
|
3103
|
-
getLeafColumns:
|
|
3102
|
+
}, L(e.options, "debugColumns", "column.getFlatColumns")),
|
|
3103
|
+
getLeafColumns: A(() => [e._getOrderColumnsFn()], (f) => {
|
|
3104
3104
|
var c;
|
|
3105
3105
|
if ((c = p.columns) != null && c.length) {
|
|
3106
3106
|
let h = p.columns.flatMap((m) => m.getLeafColumns());
|
|
3107
3107
|
return f(h);
|
|
3108
3108
|
}
|
|
3109
3109
|
return [p];
|
|
3110
|
-
},
|
|
3110
|
+
}, L(e.options, "debugColumns", "column.getLeafColumns"))
|
|
3111
3111
|
};
|
|
3112
3112
|
for (const f of e._features)
|
|
3113
3113
|
f.createColumn == null || f.createColumn(p, e);
|
|
@@ -3145,31 +3145,31 @@ function ho(e, t, n) {
|
|
|
3145
3145
|
}
|
|
3146
3146
|
const Jl = {
|
|
3147
3147
|
createTable: (e) => {
|
|
3148
|
-
e.getHeaderGroups =
|
|
3148
|
+
e.getHeaderGroups = A(() => [e.getAllColumns(), e.getVisibleLeafColumns(), e.getState().columnPinning.left, e.getState().columnPinning.right], (t, n, o, r) => {
|
|
3149
3149
|
var i, s;
|
|
3150
3150
|
const a = (i = o == null ? void 0 : o.map((p) => n.find((f) => f.id === p)).filter(Boolean)) != null ? i : [], l = (s = r == null ? void 0 : r.map((p) => n.find((f) => f.id === p)).filter(Boolean)) != null ? s : [], d = n.filter((p) => !(o != null && o.includes(p.id)) && !(r != null && r.includes(p.id)));
|
|
3151
3151
|
return $t(t, [...a, ...d, ...l], e);
|
|
3152
|
-
},
|
|
3152
|
+
}, L(e.options, pe, "getHeaderGroups")), e.getCenterHeaderGroups = A(() => [e.getAllColumns(), e.getVisibleLeafColumns(), e.getState().columnPinning.left, e.getState().columnPinning.right], (t, n, o, r) => (n = n.filter((i) => !(o != null && o.includes(i.id)) && !(r != null && r.includes(i.id))), $t(t, n, e, "center")), L(e.options, pe, "getCenterHeaderGroups")), e.getLeftHeaderGroups = A(() => [e.getAllColumns(), e.getVisibleLeafColumns(), e.getState().columnPinning.left], (t, n, o) => {
|
|
3153
3153
|
var r;
|
|
3154
3154
|
const i = (r = o == null ? void 0 : o.map((s) => n.find((a) => a.id === s)).filter(Boolean)) != null ? r : [];
|
|
3155
3155
|
return $t(t, i, e, "left");
|
|
3156
|
-
},
|
|
3156
|
+
}, L(e.options, pe, "getLeftHeaderGroups")), e.getRightHeaderGroups = A(() => [e.getAllColumns(), e.getVisibleLeafColumns(), e.getState().columnPinning.right], (t, n, o) => {
|
|
3157
3157
|
var r;
|
|
3158
3158
|
const i = (r = o == null ? void 0 : o.map((s) => n.find((a) => a.id === s)).filter(Boolean)) != null ? r : [];
|
|
3159
3159
|
return $t(t, i, e, "right");
|
|
3160
|
-
},
|
|
3160
|
+
}, L(e.options, pe, "getRightHeaderGroups")), e.getFooterGroups = A(() => [e.getHeaderGroups()], (t) => [...t].reverse(), L(e.options, pe, "getFooterGroups")), e.getLeftFooterGroups = A(() => [e.getLeftHeaderGroups()], (t) => [...t].reverse(), L(e.options, pe, "getLeftFooterGroups")), e.getCenterFooterGroups = A(() => [e.getCenterHeaderGroups()], (t) => [...t].reverse(), L(e.options, pe, "getCenterFooterGroups")), e.getRightFooterGroups = A(() => [e.getRightHeaderGroups()], (t) => [...t].reverse(), L(e.options, pe, "getRightFooterGroups")), e.getFlatHeaders = A(() => [e.getHeaderGroups()], (t) => t.map((n) => n.headers).flat(), L(e.options, pe, "getFlatHeaders")), e.getLeftFlatHeaders = A(() => [e.getLeftHeaderGroups()], (t) => t.map((n) => n.headers).flat(), L(e.options, pe, "getLeftFlatHeaders")), e.getCenterFlatHeaders = A(() => [e.getCenterHeaderGroups()], (t) => t.map((n) => n.headers).flat(), L(e.options, pe, "getCenterFlatHeaders")), e.getRightFlatHeaders = A(() => [e.getRightHeaderGroups()], (t) => t.map((n) => n.headers).flat(), L(e.options, pe, "getRightFlatHeaders")), e.getCenterLeafHeaders = A(() => [e.getCenterFlatHeaders()], (t) => t.filter((n) => {
|
|
3161
3161
|
var o;
|
|
3162
3162
|
return !((o = n.subHeaders) != null && o.length);
|
|
3163
|
-
}),
|
|
3163
|
+
}), L(e.options, pe, "getCenterLeafHeaders")), e.getLeftLeafHeaders = A(() => [e.getLeftFlatHeaders()], (t) => t.filter((n) => {
|
|
3164
3164
|
var o;
|
|
3165
3165
|
return !((o = n.subHeaders) != null && o.length);
|
|
3166
|
-
}),
|
|
3166
|
+
}), L(e.options, pe, "getLeftLeafHeaders")), e.getRightLeafHeaders = A(() => [e.getRightFlatHeaders()], (t) => t.filter((n) => {
|
|
3167
3167
|
var o;
|
|
3168
3168
|
return !((o = n.subHeaders) != null && o.length);
|
|
3169
|
-
}),
|
|
3169
|
+
}), L(e.options, pe, "getRightLeafHeaders")), e.getLeafHeaders = A(() => [e.getLeftHeaderGroups(), e.getCenterHeaderGroups(), e.getRightHeaderGroups()], (t, n, o) => {
|
|
3170
3170
|
var r, i, s, a, l, d;
|
|
3171
3171
|
return [...(r = (i = t[0]) == null ? void 0 : i.headers) != null ? r : [], ...(s = (a = n[0]) == null ? void 0 : a.headers) != null ? s : [], ...(l = (d = o[0]) == null ? void 0 : d.headers) != null ? l : []].map((g) => g.getLeafHeaders()).flat();
|
|
3172
|
-
},
|
|
3172
|
+
}, L(e.options, pe, "getLeafHeaders"));
|
|
3173
3173
|
}
|
|
3174
3174
|
};
|
|
3175
3175
|
function $t(e, t, n, o) {
|
|
@@ -3191,14 +3191,14 @@ function $t(e, t, n, o) {
|
|
|
3191
3191
|
}, m = [];
|
|
3192
3192
|
f.forEach((w) => {
|
|
3193
3193
|
const v = [...m].reverse()[0], y = w.column.depth === h.depth;
|
|
3194
|
-
let
|
|
3195
|
-
if (y && w.column.parent ?
|
|
3194
|
+
let S, x = !1;
|
|
3195
|
+
if (y && w.column.parent ? S = w.column.parent : (S = w.column, x = !0), v && (v == null ? void 0 : v.column) === S)
|
|
3196
3196
|
v.subHeaders.push(w);
|
|
3197
3197
|
else {
|
|
3198
|
-
const E = ho(n,
|
|
3199
|
-
id: [o, c,
|
|
3198
|
+
const E = ho(n, S, {
|
|
3199
|
+
id: [o, c, S.id, w == null ? void 0 : w.id].filter(Boolean).join("_"),
|
|
3200
3200
|
isPlaceholder: x,
|
|
3201
|
-
placeholderId: x ? `${m.filter((N) => N.column ===
|
|
3201
|
+
placeholderId: x ? `${m.filter((N) => N.column === S).length}` : void 0,
|
|
3202
3202
|
depth: c,
|
|
3203
3203
|
index: m.length
|
|
3204
3204
|
});
|
|
@@ -3213,11 +3213,11 @@ function $t(e, t, n, o) {
|
|
|
3213
3213
|
d(g, s - 1), l.reverse();
|
|
3214
3214
|
const p = (f) => f.filter((h) => h.column.getIsVisible()).map((h) => {
|
|
3215
3215
|
let m = 0, w = 0, v = [0];
|
|
3216
|
-
h.subHeaders && h.subHeaders.length ? (v = [], p(h.subHeaders).forEach((
|
|
3216
|
+
h.subHeaders && h.subHeaders.length ? (v = [], p(h.subHeaders).forEach((S) => {
|
|
3217
3217
|
let {
|
|
3218
3218
|
colSpan: x,
|
|
3219
3219
|
rowSpan: E
|
|
3220
|
-
} =
|
|
3220
|
+
} = S;
|
|
3221
3221
|
m += x, v.push(E);
|
|
3222
3222
|
})) : m = 1;
|
|
3223
3223
|
const y = Math.min(...v);
|
|
@@ -3267,8 +3267,8 @@ const Zl = (e, t, n, o, r, i, s) => {
|
|
|
3267
3267
|
}
|
|
3268
3268
|
return l.reverse();
|
|
3269
3269
|
},
|
|
3270
|
-
getAllCells:
|
|
3271
|
-
_getAllCellsByColumnId:
|
|
3270
|
+
getAllCells: A(() => [e.getAllLeafColumns()], (l) => l.map((d) => Wl(e, a, d, d.id)), L(e.options, "debugRows", "getAllCells")),
|
|
3271
|
+
_getAllCellsByColumnId: A(() => [a.getAllCells()], (l) => l.reduce((d, g) => (d[g.column.id] = g, d), {}), L(e.options, "debugRows", "getAllCellsByColumnId"))
|
|
3272
3272
|
};
|
|
3273
3273
|
for (let l = 0; l < e._features.length; l++) {
|
|
3274
3274
|
const d = e._features[l];
|
|
@@ -3282,41 +3282,41 @@ const Zl = (e, t, n, o, r, i, s) => {
|
|
|
3282
3282
|
return e._getFacetedMinMaxValues();
|
|
3283
3283
|
};
|
|
3284
3284
|
}
|
|
3285
|
-
},
|
|
3285
|
+
}, Pr = (e, t, n) => {
|
|
3286
3286
|
var o, r;
|
|
3287
3287
|
const i = n == null || (o = n.toString()) == null ? void 0 : o.toLowerCase();
|
|
3288
3288
|
return !!(!((r = e.getValue(t)) == null || (r = r.toString()) == null || (r = r.toLowerCase()) == null) && r.includes(i));
|
|
3289
3289
|
};
|
|
3290
|
-
Tr.autoRemove = (e) => je(e);
|
|
3291
|
-
const Pr = (e, t, n) => {
|
|
3292
|
-
var o;
|
|
3293
|
-
return !!(!((o = e.getValue(t)) == null || (o = o.toString()) == null) && o.includes(n));
|
|
3294
|
-
};
|
|
3295
3290
|
Pr.autoRemove = (e) => je(e);
|
|
3296
3291
|
const Dr = (e, t, n) => {
|
|
3297
3292
|
var o;
|
|
3298
|
-
return ((o = e.getValue(t)) == null || (o = o.toString()) == null
|
|
3293
|
+
return !!(!((o = e.getValue(t)) == null || (o = o.toString()) == null) && o.includes(n));
|
|
3299
3294
|
};
|
|
3300
3295
|
Dr.autoRemove = (e) => je(e);
|
|
3301
3296
|
const _r = (e, t, n) => {
|
|
3302
3297
|
var o;
|
|
3303
|
-
return (o = e.getValue(t)) == null ? void 0 : o.
|
|
3298
|
+
return ((o = e.getValue(t)) == null || (o = o.toString()) == null ? void 0 : o.toLowerCase()) === (n == null ? void 0 : n.toLowerCase());
|
|
3304
3299
|
};
|
|
3305
3300
|
_r.autoRemove = (e) => je(e);
|
|
3301
|
+
const Ar = (e, t, n) => {
|
|
3302
|
+
var o;
|
|
3303
|
+
return (o = e.getValue(t)) == null ? void 0 : o.includes(n);
|
|
3304
|
+
};
|
|
3305
|
+
Ar.autoRemove = (e) => je(e);
|
|
3306
3306
|
const Lr = (e, t, n) => !n.some((o) => {
|
|
3307
3307
|
var r;
|
|
3308
3308
|
return !((r = e.getValue(t)) != null && r.includes(o));
|
|
3309
3309
|
});
|
|
3310
3310
|
Lr.autoRemove = (e) => je(e) || !(e != null && e.length);
|
|
3311
|
-
const
|
|
3311
|
+
const Vr = (e, t, n) => n.some((o) => {
|
|
3312
3312
|
var r;
|
|
3313
3313
|
return (r = e.getValue(t)) == null ? void 0 : r.includes(o);
|
|
3314
3314
|
});
|
|
3315
|
-
|
|
3316
|
-
const
|
|
3317
|
-
Vr.autoRemove = (e) => je(e);
|
|
3318
|
-
const $r = (e, t, n) => e.getValue(t) == n;
|
|
3315
|
+
Vr.autoRemove = (e) => je(e) || !(e != null && e.length);
|
|
3316
|
+
const $r = (e, t, n) => e.getValue(t) === n;
|
|
3319
3317
|
$r.autoRemove = (e) => je(e);
|
|
3318
|
+
const zr = (e, t, n) => e.getValue(t) == n;
|
|
3319
|
+
zr.autoRemove = (e) => je(e);
|
|
3320
3320
|
const Qn = (e, t, n) => {
|
|
3321
3321
|
let [o, r] = n;
|
|
3322
3322
|
const i = e.getValue(t);
|
|
@@ -3332,14 +3332,14 @@ Qn.resolveFilterValue = (e) => {
|
|
|
3332
3332
|
};
|
|
3333
3333
|
Qn.autoRemove = (e) => je(e) || je(e[0]) && je(e[1]);
|
|
3334
3334
|
const Je = {
|
|
3335
|
-
includesString:
|
|
3336
|
-
includesStringSensitive:
|
|
3337
|
-
equalsString:
|
|
3338
|
-
arrIncludes:
|
|
3335
|
+
includesString: Pr,
|
|
3336
|
+
includesStringSensitive: Dr,
|
|
3337
|
+
equalsString: _r,
|
|
3338
|
+
arrIncludes: Ar,
|
|
3339
3339
|
arrIncludesAll: Lr,
|
|
3340
|
-
arrIncludesSome:
|
|
3341
|
-
equals:
|
|
3342
|
-
weakEquals:
|
|
3340
|
+
arrIncludesSome: Vr,
|
|
3341
|
+
equals: $r,
|
|
3342
|
+
weakEquals: zr,
|
|
3343
3343
|
inNumberRange: Qn
|
|
3344
3344
|
};
|
|
3345
3345
|
function je(e) {
|
|
@@ -3552,7 +3552,7 @@ const dc = {
|
|
|
3552
3552
|
onColumnOrderChange: Me("columnOrder", e)
|
|
3553
3553
|
}),
|
|
3554
3554
|
createColumn: (e, t) => {
|
|
3555
|
-
e.getIndex =
|
|
3555
|
+
e.getIndex = A((n) => [bt(t, n)], (n) => n.findIndex((o) => o.id === e.id), L(t.options, "debugColumns", "getIndex")), e.getIsFirstColumn = (n) => {
|
|
3556
3556
|
var o;
|
|
3557
3557
|
return ((o = bt(t, n)[0]) == null ? void 0 : o.id) === e.id;
|
|
3558
3558
|
}, e.getIsLastColumn = (n) => {
|
|
@@ -3565,7 +3565,7 @@ const dc = {
|
|
|
3565
3565
|
e.setColumnOrder = (t) => e.options.onColumnOrderChange == null ? void 0 : e.options.onColumnOrderChange(t), e.resetColumnOrder = (t) => {
|
|
3566
3566
|
var n;
|
|
3567
3567
|
e.setColumnOrder(t ? [] : (n = e.initialState.columnOrder) != null ? n : []);
|
|
3568
|
-
}, e._getOrderColumnsFn =
|
|
3568
|
+
}, e._getOrderColumnsFn = A(() => [e.getState().columnOrder, e.getState().grouping, e.options.groupedColumnMode], (t, n, o) => (r) => {
|
|
3569
3569
|
let i = [];
|
|
3570
3570
|
if (!(t != null && t.length))
|
|
3571
3571
|
i = r;
|
|
@@ -3578,7 +3578,7 @@ const dc = {
|
|
|
3578
3578
|
i = [...i, ...a];
|
|
3579
3579
|
}
|
|
3580
3580
|
return uc(i, n, o);
|
|
3581
|
-
},
|
|
3581
|
+
}, L(e.options, "debugTable", "_getOrderColumnsFn"));
|
|
3582
3582
|
}
|
|
3583
3583
|
}, dn = () => ({
|
|
3584
3584
|
left: [],
|
|
@@ -3631,16 +3631,16 @@ const dc = {
|
|
|
3631
3631
|
};
|
|
3632
3632
|
},
|
|
3633
3633
|
createRow: (e, t) => {
|
|
3634
|
-
e.getCenterVisibleCells =
|
|
3634
|
+
e.getCenterVisibleCells = A(() => [e._getAllVisibleCells(), t.getState().columnPinning.left, t.getState().columnPinning.right], (n, o, r) => {
|
|
3635
3635
|
const i = [...o ?? [], ...r ?? []];
|
|
3636
3636
|
return n.filter((s) => !i.includes(s.column.id));
|
|
3637
|
-
},
|
|
3637
|
+
}, L(t.options, "debugRows", "getCenterVisibleCells")), e.getLeftVisibleCells = A(() => [e._getAllVisibleCells(), t.getState().columnPinning.left], (n, o) => (o ?? []).map((i) => n.find((s) => s.column.id === i)).filter(Boolean).map((i) => ({
|
|
3638
3638
|
...i,
|
|
3639
3639
|
position: "left"
|
|
3640
|
-
})),
|
|
3640
|
+
})), L(t.options, "debugRows", "getLeftVisibleCells")), e.getRightVisibleCells = A(() => [e._getAllVisibleCells(), t.getState().columnPinning.right], (n, o) => (o ?? []).map((i) => n.find((s) => s.column.id === i)).filter(Boolean).map((i) => ({
|
|
3641
3641
|
...i,
|
|
3642
3642
|
position: "right"
|
|
3643
|
-
})),
|
|
3643
|
+
})), L(t.options, "debugRows", "getRightVisibleCells"));
|
|
3644
3644
|
},
|
|
3645
3645
|
createTable: (e) => {
|
|
3646
3646
|
e.setColumnPinning = (t) => e.options.onColumnPinningChange == null ? void 0 : e.options.onColumnPinningChange(t), e.resetColumnPinning = (t) => {
|
|
@@ -3654,10 +3654,10 @@ const dc = {
|
|
|
3654
3654
|
return !!((r = o.left) != null && r.length || (i = o.right) != null && i.length);
|
|
3655
3655
|
}
|
|
3656
3656
|
return !!((n = o[t]) != null && n.length);
|
|
3657
|
-
}, e.getLeftLeafColumns =
|
|
3657
|
+
}, e.getLeftLeafColumns = A(() => [e.getAllLeafColumns(), e.getState().columnPinning.left], (t, n) => (n ?? []).map((o) => t.find((r) => r.id === o)).filter(Boolean), L(e.options, "debugColumns", "getLeftLeafColumns")), e.getRightLeafColumns = A(() => [e.getAllLeafColumns(), e.getState().columnPinning.right], (t, n) => (n ?? []).map((o) => t.find((r) => r.id === o)).filter(Boolean), L(e.options, "debugColumns", "getRightLeafColumns")), e.getCenterLeafColumns = A(() => [e.getAllLeafColumns(), e.getState().columnPinning.left, e.getState().columnPinning.right], (t, n, o) => {
|
|
3658
3658
|
const r = [...n ?? [], ...o ?? []];
|
|
3659
3659
|
return t.filter((i) => !r.includes(i.id));
|
|
3660
|
-
},
|
|
3660
|
+
}, L(e.options, "debugColumns", "getCenterLeafColumns"));
|
|
3661
3661
|
}
|
|
3662
3662
|
};
|
|
3663
3663
|
function fc(e) {
|
|
@@ -3692,7 +3692,7 @@ const zt = {
|
|
|
3692
3692
|
var n, o, r;
|
|
3693
3693
|
const i = t.getState().columnSizing[e.id];
|
|
3694
3694
|
return Math.min(Math.max((n = e.columnDef.minSize) != null ? n : zt.minSize, (o = i ?? e.columnDef.size) != null ? o : zt.size), (r = e.columnDef.maxSize) != null ? r : zt.maxSize);
|
|
3695
|
-
}, e.getStart =
|
|
3695
|
+
}, e.getStart = A((n) => [n, bt(t, n), t.getState().columnSizing], (n, o) => o.slice(0, e.getIndex(n)).reduce((r, i) => r + i.getSize(), 0), L(t.options, "debugColumns", "getStart")), e.getAfter = A((n) => [n, bt(t, n), t.getState().columnSizing], (n, o) => o.slice(e.getIndex(n) + 1).reduce((r, i) => r + i.getSize(), 0), L(t.options, "debugColumns", "getAfter")), e.resetSize = () => {
|
|
3696
3696
|
t.setColumnSizing((n) => {
|
|
3697
3697
|
let {
|
|
3698
3698
|
[e.id]: o,
|
|
@@ -3729,19 +3729,19 @@ const zt = {
|
|
|
3729
3729
|
if (!o || !r || (i.persist == null || i.persist(), fn(i) && i.touches && i.touches.length > 1))
|
|
3730
3730
|
return;
|
|
3731
3731
|
const s = e.getSize(), a = e ? e.getLeafHeaders().map((v) => [v.column.id, v.column.getSize()]) : [[o.id, o.getSize()]], l = fn(i) ? Math.round(i.touches[0].clientX) : i.clientX, d = {}, g = (v, y) => {
|
|
3732
|
-
typeof y == "number" && (t.setColumnSizingInfo((
|
|
3732
|
+
typeof y == "number" && (t.setColumnSizingInfo((S) => {
|
|
3733
3733
|
var x, E;
|
|
3734
|
-
const N = t.options.columnResizeDirection === "rtl" ? -1 : 1,
|
|
3735
|
-
return
|
|
3734
|
+
const N = t.options.columnResizeDirection === "rtl" ? -1 : 1, C = (y - ((x = S == null ? void 0 : S.startOffset) != null ? x : 0)) * N, R = Math.max(C / ((E = S == null ? void 0 : S.startSize) != null ? E : 0), -0.999999);
|
|
3735
|
+
return S.columnSizingStart.forEach((I) => {
|
|
3736
3736
|
let [F, D] = I;
|
|
3737
3737
|
d[F] = Math.round(Math.max(D + D * R, 0) * 100) / 100;
|
|
3738
3738
|
}), {
|
|
3739
|
-
...
|
|
3740
|
-
deltaOffset:
|
|
3739
|
+
...S,
|
|
3740
|
+
deltaOffset: C,
|
|
3741
3741
|
deltaPercentage: R
|
|
3742
3742
|
};
|
|
3743
|
-
}), (t.options.columnResizeMode === "onChange" || v === "end") && t.setColumnSizing((
|
|
3744
|
-
...
|
|
3743
|
+
}), (t.options.columnResizeMode === "onChange" || v === "end") && t.setColumnSizing((S) => ({
|
|
3744
|
+
...S,
|
|
3745
3745
|
...d
|
|
3746
3746
|
})));
|
|
3747
3747
|
}, p = (v) => g("move", v), f = (v) => {
|
|
@@ -3848,10 +3848,10 @@ const hc = {
|
|
|
3848
3848
|
};
|
|
3849
3849
|
},
|
|
3850
3850
|
createRow: (e, t) => {
|
|
3851
|
-
e._getAllVisibleCells =
|
|
3851
|
+
e._getAllVisibleCells = A(() => [e.getAllCells(), t.getState().columnVisibility], (n) => n.filter((o) => o.column.getIsVisible()), L(t.options, "debugRows", "_getAllVisibleCells")), e.getVisibleCells = A(() => [e.getLeftVisibleCells(), e.getCenterVisibleCells(), e.getRightVisibleCells()], (n, o, r) => [...n, ...o, ...r], L(t.options, "debugRows", "getVisibleCells"));
|
|
3852
3852
|
},
|
|
3853
3853
|
createTable: (e) => {
|
|
3854
|
-
const t = (n, o) =>
|
|
3854
|
+
const t = (n, o) => A(() => [o(), o().filter((r) => r.getIsVisible()).map((r) => r.id).join("_")], (r) => r.filter((i) => i.getIsVisible == null ? void 0 : i.getIsVisible()), L(e.options, "debugColumns", n));
|
|
3855
3855
|
e.getVisibleFlatColumns = t("getVisibleFlatColumns", () => e.getAllFlatColumns()), e.getVisibleLeafColumns = t("getVisibleLeafColumns", () => e.getAllLeafColumns()), e.getLeftVisibleLeafColumns = t("getLeftVisibleLeafColumns", () => e.getLeftLeafColumns()), e.getRightVisibleLeafColumns = t("getRightVisibleLeafColumns", () => e.getRightLeafColumns()), e.getCenterVisibleLeafColumns = t("getCenterVisibleLeafColumns", () => e.getCenterLeafColumns()), e.setColumnVisibility = (n) => e.options.onColumnVisibilityChange == null ? void 0 : e.options.onColumnVisibilityChange(n), e.resetColumnVisibility = (n) => {
|
|
3856
3856
|
var o;
|
|
3857
3857
|
e.setColumnVisibility(n ? {} : (o = e.initialState.columnVisibility) != null ? o : {});
|
|
@@ -4000,7 +4000,7 @@ const vc = {
|
|
|
4000
4000
|
}, Dn = 0, _n = 10, mn = () => ({
|
|
4001
4001
|
pageIndex: Dn,
|
|
4002
4002
|
pageSize: _n
|
|
4003
|
-
}),
|
|
4003
|
+
}), Sc = {
|
|
4004
4004
|
getInitialState: (e) => ({
|
|
4005
4005
|
...e,
|
|
4006
4006
|
pagination: {
|
|
@@ -4064,10 +4064,10 @@ const vc = {
|
|
|
4064
4064
|
...r,
|
|
4065
4065
|
pageCount: s
|
|
4066
4066
|
};
|
|
4067
|
-
}), e.getPageOptions =
|
|
4067
|
+
}), e.getPageOptions = A(() => [e.getPageCount()], (o) => {
|
|
4068
4068
|
let r = [];
|
|
4069
4069
|
return o && o > 0 && (r = [...new Array(o)].fill(null).map((i, s) => s)), r;
|
|
4070
|
-
},
|
|
4070
|
+
}, L(e.options, "debugTable", "getPageOptions")), e.getCanPreviousPage = () => e.getState().pagination.pageIndex > 0, e.getCanNextPage = () => {
|
|
4071
4071
|
const {
|
|
4072
4072
|
pageIndex: o
|
|
4073
4073
|
} = e.getState().pagination, r = e.getPageCount();
|
|
@@ -4083,7 +4083,7 @@ const vc = {
|
|
|
4083
4083
|
}, pn = () => ({
|
|
4084
4084
|
top: [],
|
|
4085
4085
|
bottom: []
|
|
4086
|
-
}),
|
|
4086
|
+
}), Cc = {
|
|
4087
4087
|
getInitialState: (e) => ({
|
|
4088
4088
|
rowPinning: pn(),
|
|
4089
4089
|
...e
|
|
@@ -4179,10 +4179,10 @@ const vc = {
|
|
|
4179
4179
|
...s,
|
|
4180
4180
|
position: o
|
|
4181
4181
|
}));
|
|
4182
|
-
}, e.getTopRows =
|
|
4182
|
+
}, e.getTopRows = A(() => [e.getRowModel().rows, e.getState().rowPinning.top], (t, n) => e._getPinnedRows(t, n, "top"), L(e.options, "debugRows", "getTopRows")), e.getBottomRows = A(() => [e.getRowModel().rows, e.getState().rowPinning.bottom], (t, n) => e._getPinnedRows(t, n, "bottom"), L(e.options, "debugRows", "getBottomRows")), e.getCenterRows = A(() => [e.getRowModel().rows, e.getState().rowPinning.top, e.getState().rowPinning.bottom], (t, n, o) => {
|
|
4183
4183
|
const r = /* @__PURE__ */ new Set([...n ?? [], ...o ?? []]);
|
|
4184
4184
|
return t.filter((i) => !r.has(i.id));
|
|
4185
|
-
},
|
|
4185
|
+
}, L(e.options, "debugRows", "getCenterRows"));
|
|
4186
4186
|
}
|
|
4187
4187
|
}, bc = {
|
|
4188
4188
|
getInitialState: (e) => ({
|
|
@@ -4219,21 +4219,21 @@ const vc = {
|
|
|
4219
4219
|
...n
|
|
4220
4220
|
};
|
|
4221
4221
|
return e.getRowModel().rows.forEach((i) => {
|
|
4222
|
-
|
|
4222
|
+
An(r, i.id, o, !0, e);
|
|
4223
4223
|
}), r;
|
|
4224
|
-
}), e.getPreSelectedRowModel = () => e.getCoreRowModel(), e.getSelectedRowModel =
|
|
4224
|
+
}), e.getPreSelectedRowModel = () => e.getCoreRowModel(), e.getSelectedRowModel = A(() => [e.getState().rowSelection, e.getCoreRowModel()], (t, n) => Object.keys(t).length ? hn(e, n) : {
|
|
4225
4225
|
rows: [],
|
|
4226
4226
|
flatRows: [],
|
|
4227
4227
|
rowsById: {}
|
|
4228
|
-
},
|
|
4228
|
+
}, L(e.options, "debugTable", "getSelectedRowModel")), e.getFilteredSelectedRowModel = A(() => [e.getState().rowSelection, e.getFilteredRowModel()], (t, n) => Object.keys(t).length ? hn(e, n) : {
|
|
4229
4229
|
rows: [],
|
|
4230
4230
|
flatRows: [],
|
|
4231
4231
|
rowsById: {}
|
|
4232
|
-
},
|
|
4232
|
+
}, L(e.options, "debugTable", "getFilteredSelectedRowModel")), e.getGroupedSelectedRowModel = A(() => [e.getState().rowSelection, e.getSortedRowModel()], (t, n) => Object.keys(t).length ? hn(e, n) : {
|
|
4233
4233
|
rows: [],
|
|
4234
4234
|
flatRows: [],
|
|
4235
4235
|
rowsById: {}
|
|
4236
|
-
},
|
|
4236
|
+
}, L(e.options, "debugTable", "getGroupedSelectedRowModel")), e.getIsAllRowsSelected = () => {
|
|
4237
4237
|
const t = e.getFilteredRowModel().flatRows, {
|
|
4238
4238
|
rowSelection: n
|
|
4239
4239
|
} = e.getState();
|
|
@@ -4268,7 +4268,7 @@ const vc = {
|
|
|
4268
4268
|
const a = {
|
|
4269
4269
|
...i
|
|
4270
4270
|
};
|
|
4271
|
-
return
|
|
4271
|
+
return An(a, e.id, n, (s = o == null ? void 0 : o.selectChildren) != null ? s : !0, t), a;
|
|
4272
4272
|
});
|
|
4273
4273
|
}, e.getIsSelected = () => {
|
|
4274
4274
|
const {
|
|
@@ -4279,12 +4279,12 @@ const vc = {
|
|
|
4279
4279
|
const {
|
|
4280
4280
|
rowSelection: n
|
|
4281
4281
|
} = t.getState();
|
|
4282
|
-
return
|
|
4282
|
+
return Ln(e, n) === "some";
|
|
4283
4283
|
}, e.getIsAllSubRowsSelected = () => {
|
|
4284
4284
|
const {
|
|
4285
4285
|
rowSelection: n
|
|
4286
4286
|
} = t.getState();
|
|
4287
|
-
return
|
|
4287
|
+
return Ln(e, n) === "all";
|
|
4288
4288
|
}, e.getCanSelect = () => {
|
|
4289
4289
|
var n;
|
|
4290
4290
|
return typeof t.options.enableRowSelection == "function" ? t.options.enableRowSelection(e) : (n = t.options.enableRowSelection) != null ? n : !0;
|
|
@@ -4302,10 +4302,10 @@ const vc = {
|
|
|
4302
4302
|
};
|
|
4303
4303
|
};
|
|
4304
4304
|
}
|
|
4305
|
-
},
|
|
4305
|
+
}, An = (e, t, n, o, r) => {
|
|
4306
4306
|
var i;
|
|
4307
4307
|
const s = r.getRow(t, !0);
|
|
4308
|
-
n ? (s.getCanMultiSelect() || Object.keys(e).forEach((a) => delete e[a]), s.getCanSelect() && (e[t] = !0)) : delete e[t], o && (i = s.subRows) != null && i.length && s.getCanSelectSubRows() && s.subRows.forEach((a) =>
|
|
4308
|
+
n ? (s.getCanMultiSelect() || Object.keys(e).forEach((a) => delete e[a]), s.getCanSelect() && (e[t] = !0)) : delete e[t], o && (i = s.subRows) != null && i.length && s.getCanSelectSubRows() && s.subRows.forEach((a) => An(e, a.id, n, o, r));
|
|
4309
4309
|
};
|
|
4310
4310
|
function hn(e, t) {
|
|
4311
4311
|
const n = e.getState().rowSelection, o = [], r = {}, i = function(s, a) {
|
|
@@ -4329,18 +4329,18 @@ function Kn(e, t) {
|
|
|
4329
4329
|
var n;
|
|
4330
4330
|
return (n = t[e.id]) != null ? n : !1;
|
|
4331
4331
|
}
|
|
4332
|
-
function
|
|
4332
|
+
function Ln(e, t, n) {
|
|
4333
4333
|
var o;
|
|
4334
4334
|
if (!((o = e.subRows) != null && o.length)) return !1;
|
|
4335
4335
|
let r = !0, i = !1;
|
|
4336
4336
|
return e.subRows.forEach((s) => {
|
|
4337
4337
|
if (!(i && !r) && (s.getCanSelect() && (Kn(s, t) ? i = !0 : r = !1), s.subRows && s.subRows.length)) {
|
|
4338
|
-
const a =
|
|
4338
|
+
const a = Ln(s, t);
|
|
4339
4339
|
a === "all" ? i = !0 : (a === "some" && (i = !0), r = !1);
|
|
4340
4340
|
}
|
|
4341
4341
|
}), r ? "all" : i ? "some" : !1;
|
|
4342
4342
|
}
|
|
4343
|
-
const Vn = /([0-9]+)/gm, xc = (e, t, n) =>
|
|
4343
|
+
const Vn = /([0-9]+)/gm, xc = (e, t, n) => kr(st(e.getValue(n)).toLowerCase(), st(t.getValue(n)).toLowerCase()), Rc = (e, t, n) => kr(st(e.getValue(n)), st(t.getValue(n))), Ic = (e, t, n) => eo(st(e.getValue(n)).toLowerCase(), st(t.getValue(n)).toLowerCase()), Nc = (e, t, n) => eo(st(e.getValue(n)), st(t.getValue(n))), Mc = (e, t, n) => {
|
|
4344
4344
|
const o = e.getValue(n), r = t.getValue(n);
|
|
4345
4345
|
return o > r ? 1 : o < r ? -1 : 0;
|
|
4346
4346
|
}, Ec = (e, t, n) => eo(e.getValue(n), t.getValue(n));
|
|
@@ -4350,7 +4350,7 @@ function eo(e, t) {
|
|
|
4350
4350
|
function st(e) {
|
|
4351
4351
|
return typeof e == "number" ? isNaN(e) || e === 1 / 0 || e === -1 / 0 ? "" : String(e) : typeof e == "string" ? e : "";
|
|
4352
4352
|
}
|
|
4353
|
-
function
|
|
4353
|
+
function kr(e, t) {
|
|
4354
4354
|
const n = e.split(Vn).filter(Boolean), o = t.split(Vn).filter(Boolean);
|
|
4355
4355
|
for (; n.length && o.length; ) {
|
|
4356
4356
|
const r = n.shift(), i = o.shift(), s = parseInt(r, 10), a = parseInt(i, 10), l = [s, a].sort();
|
|
@@ -4481,8 +4481,8 @@ const yt = {
|
|
|
4481
4481
|
cc,
|
|
4482
4482
|
//depends on RowSorting
|
|
4483
4483
|
yc,
|
|
4484
|
-
Cc,
|
|
4485
4484
|
Sc,
|
|
4485
|
+
Cc,
|
|
4486
4486
|
bc,
|
|
4487
4487
|
mc
|
|
4488
4488
|
];
|
|
@@ -4549,7 +4549,7 @@ function Pc(e) {
|
|
|
4549
4549
|
throw process.env.NODE_ENV !== "production" ? new Error(`getRow could not find row with ID: ${f}`) : new Error();
|
|
4550
4550
|
return h;
|
|
4551
4551
|
},
|
|
4552
|
-
_getDefaultColumnDef:
|
|
4552
|
+
_getDefaultColumnDef: A(() => [r.options.defaultColumn], (f) => {
|
|
4553
4553
|
var c;
|
|
4554
4554
|
return f = (c = f) != null ? c : {}, {
|
|
4555
4555
|
header: (h) => {
|
|
@@ -4564,23 +4564,23 @@ function Pc(e) {
|
|
|
4564
4564
|
...r._features.reduce((h, m) => Object.assign(h, m.getDefaultColumnDef == null ? void 0 : m.getDefaultColumnDef()), {}),
|
|
4565
4565
|
...f
|
|
4566
4566
|
};
|
|
4567
|
-
},
|
|
4567
|
+
}, L(e, "debugColumns", "_getDefaultColumnDef")),
|
|
4568
4568
|
_getColumnDefs: () => r.options.columns,
|
|
4569
|
-
getAllColumns:
|
|
4569
|
+
getAllColumns: A(() => [r._getColumnDefs()], (f) => {
|
|
4570
4570
|
const c = function(h, m, w) {
|
|
4571
4571
|
return w === void 0 && (w = 0), h.map((v) => {
|
|
4572
|
-
const y = Xl(r, v, w, m),
|
|
4573
|
-
return y.columns =
|
|
4572
|
+
const y = Xl(r, v, w, m), S = v;
|
|
4573
|
+
return y.columns = S.columns ? c(S.columns, y, w + 1) : [], y;
|
|
4574
4574
|
});
|
|
4575
4575
|
};
|
|
4576
4576
|
return c(f);
|
|
4577
|
-
},
|
|
4578
|
-
getAllFlatColumns:
|
|
4579
|
-
_getAllFlatColumnsById:
|
|
4580
|
-
getAllLeafColumns:
|
|
4577
|
+
}, L(e, "debugColumns", "getAllColumns")),
|
|
4578
|
+
getAllFlatColumns: A(() => [r.getAllColumns()], (f) => f.flatMap((c) => c.getFlatColumns()), L(e, "debugColumns", "getAllFlatColumns")),
|
|
4579
|
+
_getAllFlatColumnsById: A(() => [r.getAllFlatColumns()], (f) => f.reduce((c, h) => (c[h.id] = h, c), {}), L(e, "debugColumns", "getAllFlatColumnsById")),
|
|
4580
|
+
getAllLeafColumns: A(() => [r.getAllColumns(), r._getOrderColumnsFn()], (f, c) => {
|
|
4581
4581
|
let h = f.flatMap((m) => m.getLeafColumns());
|
|
4582
4582
|
return c(h);
|
|
4583
|
-
},
|
|
4583
|
+
}, L(e, "debugColumns", "getAllLeafColumns")),
|
|
4584
4584
|
getColumn: (f) => {
|
|
4585
4585
|
const c = r._getAllFlatColumnsById()[f];
|
|
4586
4586
|
return process.env.NODE_ENV !== "production" && !c && console.error(`[Table] Column with id '${f}' does not exist.`), c;
|
|
@@ -4594,7 +4594,7 @@ function Pc(e) {
|
|
|
4594
4594
|
return r;
|
|
4595
4595
|
}
|
|
4596
4596
|
function Dc() {
|
|
4597
|
-
return (e) =>
|
|
4597
|
+
return (e) => A(() => [e.options.data], (t) => {
|
|
4598
4598
|
const n = {
|
|
4599
4599
|
rows: [],
|
|
4600
4600
|
flatRows: [],
|
|
@@ -4612,7 +4612,7 @@ function Dc() {
|
|
|
4612
4612
|
return a;
|
|
4613
4613
|
};
|
|
4614
4614
|
return n.rows = o(t), n;
|
|
4615
|
-
},
|
|
4615
|
+
}, L(e.options, "debugTable", "getRowModel", () => e._autoResetPageIndex()));
|
|
4616
4616
|
}
|
|
4617
4617
|
/**
|
|
4618
4618
|
* react-table
|
|
@@ -4628,15 +4628,15 @@ function wo(e, t) {
|
|
|
4628
4628
|
return e ? _c(e) ? /* @__PURE__ */ lt.createElement(e, t) : e : null;
|
|
4629
4629
|
}
|
|
4630
4630
|
function _c(e) {
|
|
4631
|
-
return
|
|
4631
|
+
return Ac(e) || typeof e == "function" || Lc(e);
|
|
4632
4632
|
}
|
|
4633
|
-
function
|
|
4633
|
+
function Ac(e) {
|
|
4634
4634
|
return typeof e == "function" && (() => {
|
|
4635
4635
|
const t = Object.getPrototypeOf(e);
|
|
4636
4636
|
return t.prototype && t.prototype.isReactComponent;
|
|
4637
4637
|
})();
|
|
4638
4638
|
}
|
|
4639
|
-
function
|
|
4639
|
+
function Lc(e) {
|
|
4640
4640
|
return typeof e == "object" && typeof e.$$typeof == "symbol" && ["react.memo", "react.forward_ref"].includes(e.$$typeof.description);
|
|
4641
4641
|
}
|
|
4642
4642
|
function Vc(e) {
|
|
@@ -4694,11 +4694,11 @@ const yo = (e) => {
|
|
|
4694
4694
|
getRowCanExpand: w,
|
|
4695
4695
|
getRowCanSelect: v,
|
|
4696
4696
|
currentExpanded: y,
|
|
4697
|
-
onExpandedChange:
|
|
4697
|
+
onExpandedChange: S,
|
|
4698
4698
|
renderSubComponent: x,
|
|
4699
4699
|
_enableColumnResizing: E = !1,
|
|
4700
4700
|
getRowId: N,
|
|
4701
|
-
visibleColumns:
|
|
4701
|
+
visibleColumns: C,
|
|
4702
4702
|
columnPinning: R = { left: [], right: [] }
|
|
4703
4703
|
}) {
|
|
4704
4704
|
const I = ue(() => {
|
|
@@ -4711,7 +4711,7 @@ const yo = (e) => {
|
|
|
4711
4711
|
T.toggleAllRowsSelected();
|
|
4712
4712
|
};
|
|
4713
4713
|
return /* @__PURE__ */ u(
|
|
4714
|
-
|
|
4714
|
+
Cn,
|
|
4715
4715
|
{
|
|
4716
4716
|
checked: T.getIsSomeRowsSelected() ? "indeterminate" : T.getIsAllRowsSelected(),
|
|
4717
4717
|
onCheckedChange: k,
|
|
@@ -4720,7 +4720,7 @@ const yo = (e) => {
|
|
|
4720
4720
|
);
|
|
4721
4721
|
},
|
|
4722
4722
|
cell: ({ row: T }) => /* @__PURE__ */ u(
|
|
4723
|
-
|
|
4723
|
+
Cn,
|
|
4724
4724
|
{
|
|
4725
4725
|
checked: T.getIsSelected(),
|
|
4726
4726
|
disabled: !T.getCanSelect(),
|
|
@@ -4777,7 +4777,7 @@ const yo = (e) => {
|
|
|
4777
4777
|
// enable manual expansion
|
|
4778
4778
|
manualExpanding: !0,
|
|
4779
4779
|
// Handle expanded state changes
|
|
4780
|
-
onExpandedChange:
|
|
4780
|
+
onExpandedChange: S,
|
|
4781
4781
|
// Use custom getRowCanExpand function if provided, otherwise make all rows expandable if expansion is enabled
|
|
4782
4782
|
getRowCanExpand: m ? w || (() => !0) : void 0,
|
|
4783
4783
|
// Enable column resizing if specified
|
|
@@ -4800,7 +4800,7 @@ const yo = (e) => {
|
|
|
4800
4800
|
v,
|
|
4801
4801
|
h,
|
|
4802
4802
|
m,
|
|
4803
|
-
|
|
4803
|
+
S,
|
|
4804
4804
|
w,
|
|
4805
4805
|
E,
|
|
4806
4806
|
g,
|
|
@@ -4809,16 +4809,16 @@ const yo = (e) => {
|
|
|
4809
4809
|
R
|
|
4810
4810
|
]
|
|
4811
4811
|
), D = Vc(F);
|
|
4812
|
-
|
|
4812
|
+
ne(() => {
|
|
4813
4813
|
var T;
|
|
4814
|
-
if (!D || !
|
|
4814
|
+
if (!D || !C)
|
|
4815
4815
|
return;
|
|
4816
4816
|
const _ = (T = D.getAllColumns()) == null ? void 0 : T.filter((k) => k.getCanHide());
|
|
4817
4817
|
_ && _.forEach((k) => {
|
|
4818
|
-
k.toggleVisibility((
|
|
4818
|
+
k.toggleVisibility((C == null ? void 0 : C.includes(k.id)) || !1);
|
|
4819
4819
|
});
|
|
4820
|
-
}, [D,
|
|
4821
|
-
const
|
|
4820
|
+
}, [D, C]);
|
|
4821
|
+
const q = ue(
|
|
4822
4822
|
() => {
|
|
4823
4823
|
var _, T;
|
|
4824
4824
|
return !!((_ = R == null ? void 0 : R.left) != null && _.length || (T = R == null ? void 0 : R.right) != null && T.length);
|
|
@@ -4829,7 +4829,7 @@ const yo = (e) => {
|
|
|
4829
4829
|
Oe.Root,
|
|
4830
4830
|
{
|
|
4831
4831
|
className: d,
|
|
4832
|
-
tableClassName: z({ "table-fixed":
|
|
4832
|
+
tableClassName: z({ "table-fixed": q }),
|
|
4833
4833
|
size: o,
|
|
4834
4834
|
variant: r,
|
|
4835
4835
|
disableHighlightOnHover: l,
|
|
@@ -4898,7 +4898,7 @@ const yo = (e) => {
|
|
|
4898
4898
|
]
|
|
4899
4899
|
}
|
|
4900
4900
|
);
|
|
4901
|
-
},
|
|
4901
|
+
}, Or = ({
|
|
4902
4902
|
columns: e,
|
|
4903
4903
|
visibleColumns: t,
|
|
4904
4904
|
onCheckedChange: n,
|
|
@@ -4924,10 +4924,10 @@ const yo = (e) => {
|
|
|
4924
4924
|
] }) })
|
|
4925
4925
|
] })
|
|
4926
4926
|
] });
|
|
4927
|
-
|
|
4927
|
+
Or.displayName = "DataTableColumnFilterDropdown";
|
|
4928
4928
|
const zc = Object.assign($c, {
|
|
4929
|
-
ColumnFilter:
|
|
4930
|
-
}),
|
|
4929
|
+
ColumnFilter: Or
|
|
4930
|
+
}), Hr = ({
|
|
4931
4931
|
id: e,
|
|
4932
4932
|
title: t,
|
|
4933
4933
|
description: n,
|
|
@@ -4954,11 +4954,11 @@ const zc = Object.assign($c, {
|
|
|
4954
4954
|
cards: e,
|
|
4955
4955
|
setCards: t
|
|
4956
4956
|
}) => {
|
|
4957
|
-
const { handleDragEnd: n, getItemId: o } =
|
|
4957
|
+
const { handleDragEnd: n, getItemId: o } = Jo({
|
|
4958
4958
|
items: e,
|
|
4959
4959
|
onReorder: t
|
|
4960
|
-
}), r =
|
|
4961
|
-
|
|
4960
|
+
}), r = Zr(
|
|
4961
|
+
Qr(Kr, {
|
|
4962
4962
|
// Add a small delay to allow clicks to be processed before starting drag
|
|
4963
4963
|
activationConstraint: {
|
|
4964
4964
|
delay: 100,
|
|
@@ -4967,7 +4967,7 @@ const zc = Object.assign($c, {
|
|
|
4967
4967
|
})
|
|
4968
4968
|
);
|
|
4969
4969
|
return /* @__PURE__ */ u(Fo, { sensors: r, onDragEnd: n, collisionDetection: To, children: /* @__PURE__ */ u(Po, { items: e.map((i, s) => o(s)), children: /* @__PURE__ */ u(W.Flex, { direction: "column", gap: "md", children: e.map((i, s) => /* @__PURE__ */ u(
|
|
4970
|
-
|
|
4970
|
+
Hr,
|
|
4971
4971
|
{
|
|
4972
4972
|
description: i.description,
|
|
4973
4973
|
disableDragAndDrop: i.disableDragAndDrop,
|
|
@@ -4977,49 +4977,49 @@ const zc = Object.assign($c, {
|
|
|
4977
4977
|
i.id
|
|
4978
4978
|
)) }) }) });
|
|
4979
4979
|
};
|
|
4980
|
-
function
|
|
4980
|
+
function So(e) {
|
|
4981
4981
|
if (e.length <= 2)
|
|
4982
4982
|
return [e, []];
|
|
4983
4983
|
const t = Math.ceil(e.length / 2), n = e.slice(0, t), o = e.slice(t);
|
|
4984
4984
|
return [n, o];
|
|
4985
4985
|
}
|
|
4986
|
-
const
|
|
4986
|
+
const Br = ({
|
|
4987
4987
|
label: e,
|
|
4988
4988
|
value: t,
|
|
4989
4989
|
isLoading: n = !1
|
|
4990
4990
|
}) => {
|
|
4991
|
-
const o = t ? typeof t == "string" ? /* @__PURE__ */ u(
|
|
4991
|
+
const o = t ? typeof t == "string" ? /* @__PURE__ */ u(j, { color: "inherit", className: "break-words", children: t }, "label") : t : /* @__PURE__ */ u(j, { as: "span", color: "disabled", children: "empty" });
|
|
4992
4992
|
return /* @__PURE__ */ u(W.Grid, { flow: "row", gapX: "2xl", columns: "minmax(0, 200px) minmax(0, 1fr)", align: "start", children: n ? /* @__PURE__ */ b(Fe, { children: [
|
|
4993
4993
|
/* @__PURE__ */ u(xt.Typography, { className: "w-full" }),
|
|
4994
4994
|
/* @__PURE__ */ u(xt.Typography, { className: "w-2/3" })
|
|
4995
4995
|
] }) : /* @__PURE__ */ b(Fe, { children: [
|
|
4996
|
-
/* @__PURE__ */ u(
|
|
4997
|
-
/* @__PURE__ */ u(
|
|
4996
|
+
/* @__PURE__ */ u(j, { color: "foreground-3", as: "dt", children: e }),
|
|
4997
|
+
/* @__PURE__ */ u(j, { color: "foreground-1", as: "dd", children: o })
|
|
4998
4998
|
] }) }, e);
|
|
4999
|
-
},
|
|
5000
|
-
const [i, s] = K(o === "columns"), a =
|
|
4999
|
+
}, Co = (e) => e >= 800, Oc = ({ className: e, title: t, data: n, layout: o = "columns", isLoading: r = !1 }) => {
|
|
5000
|
+
const [i, s] = K(o === "columns"), a = ct(null);
|
|
5001
5001
|
la(() => {
|
|
5002
5002
|
const f = a.current;
|
|
5003
5003
|
if (!f) return;
|
|
5004
5004
|
const { offsetWidth: c } = f;
|
|
5005
|
-
s(
|
|
5006
|
-
}, [o]),
|
|
5005
|
+
s(Co(c) && o === "columns");
|
|
5006
|
+
}, [o]), Zo(
|
|
5007
5007
|
a,
|
|
5008
5008
|
(f) => {
|
|
5009
5009
|
if (!f || o === "singleColumn") return;
|
|
5010
5010
|
const { offsetWidth: c } = f;
|
|
5011
|
-
s(
|
|
5011
|
+
s(Co(c));
|
|
5012
5012
|
},
|
|
5013
5013
|
200
|
|
5014
5014
|
);
|
|
5015
5015
|
const l = Re(
|
|
5016
|
-
(f) => f instanceof Object && "label" in f && "value" in f && typeof f.label == "string" ? /* @__PURE__ */ u(
|
|
5016
|
+
(f) => f instanceof Object && "label" in f && "value" in f && typeof f.label == "string" ? /* @__PURE__ */ u(Br, { label: f.label, value: f.value, isLoading: r }, f.label) : jt(f) ? f : null,
|
|
5017
5017
|
[r]
|
|
5018
5018
|
);
|
|
5019
5019
|
if (!n || n.length === 0) return null;
|
|
5020
|
-
const d = i && n.length > 2, g = i ?
|
|
5020
|
+
const d = i && n.length > 2, g = i ? So(n)[0] : n, p = i ? So(n)[1] : null;
|
|
5021
5021
|
return /* @__PURE__ */ b(W.Grid, { ref: a, gap: "md", className: z("group", e), children: [
|
|
5022
|
-
/* @__PURE__ */ u(
|
|
5022
|
+
/* @__PURE__ */ u(j, { variant: "heading-base", as: "h4", children: t }),
|
|
5023
5023
|
/* @__PURE__ */ b(
|
|
5024
5024
|
W.Grid,
|
|
5025
5025
|
{
|
|
@@ -5037,20 +5037,20 @@ const Hr = ({
|
|
|
5037
5037
|
),
|
|
5038
5038
|
/* @__PURE__ */ u(Ut, { className: "group-last:hidden mb-cn-md" })
|
|
5039
5039
|
] });
|
|
5040
|
-
},
|
|
5040
|
+
}, Gr = jn({
|
|
5041
5041
|
isTwoColumn: !1
|
|
5042
5042
|
}), Hc = ({ children: e, isTwoColumn: t = !1 }) => {
|
|
5043
5043
|
const n = t && ca.count(e) > 1;
|
|
5044
|
-
return /* @__PURE__ */ u(
|
|
5044
|
+
return /* @__PURE__ */ u(Gr.Provider, { value: { isTwoColumn: n }, children: /* @__PURE__ */ u("div", { className: z("gap-cn-3xl", n ? "columns-2" : "flex flex-col"), children: e }) });
|
|
5045
5045
|
}, Bc = ({ children: e, title: t, moreLink: n, isWidgetTable: o = !1, className: r }) => {
|
|
5046
|
-
const { isTwoColumn: i } = qn(
|
|
5046
|
+
const { isTwoColumn: i } = qn(Gr), { t: s } = Et();
|
|
5047
5047
|
return /* @__PURE__ */ b(
|
|
5048
5048
|
W.Vertical,
|
|
5049
5049
|
{
|
|
5050
5050
|
className: z("overflow-hidden", { "break-inside-avoid pb-[var(--cn-spacing-10)] last:pb-0": i }),
|
|
5051
5051
|
children: [
|
|
5052
5052
|
/* @__PURE__ */ b(W.Flex, { justify: "between", gap: "md", align: "start", children: [
|
|
5053
|
-
/* @__PURE__ */ u(
|
|
5053
|
+
/* @__PURE__ */ u(j, { as: "h2", variant: "heading-subsection", children: t }),
|
|
5054
5054
|
!!n && /* @__PURE__ */ u(Hn, { className: "shrink-0", ...n, suffixIcon: "nav-arrow-right", children: s("component:widgets.viewMore", "View more") })
|
|
5055
5055
|
] }),
|
|
5056
5056
|
/* @__PURE__ */ u(
|
|
@@ -5077,7 +5077,7 @@ function jc({ children: e, isGroupCard: t = !1 }) {
|
|
|
5077
5077
|
function qc({ icon: e, title: t, actions: n }) {
|
|
5078
5078
|
return /* @__PURE__ */ b("div", { className: "cn-studio-card-header", children: [
|
|
5079
5079
|
e ?? /* @__PURE__ */ u(B, { size: "lg", name: "harness-plugins" }),
|
|
5080
|
-
/* @__PURE__ */ u(
|
|
5080
|
+
/* @__PURE__ */ u(j, { className: "cn-studio-card-header-title", variant: "body-strong", children: t }),
|
|
5081
5081
|
n
|
|
5082
5082
|
] });
|
|
5083
5083
|
}
|
|
@@ -5085,7 +5085,7 @@ function Uc({ children: e, className: t }) {
|
|
|
5085
5085
|
return /* @__PURE__ */ u("div", { className: z("cn-studio-card-content", t), children: e });
|
|
5086
5086
|
}
|
|
5087
5087
|
function Yc({ message: e }) {
|
|
5088
|
-
return /* @__PURE__ */ u(
|
|
5088
|
+
return /* @__PURE__ */ u(j, { className: "cn-studio-card-message", lineClamp: 2, color: "foreground-2", variant: "caption-normal", children: e });
|
|
5089
5089
|
}
|
|
5090
5090
|
function Wc({ stepCount: e, isExpanded: t = !1, onToggle: n }) {
|
|
5091
5091
|
const o = ue(() => t || e <= 1 ? 0 : e === 2 ? 1 : 2, [e, t]);
|
|
@@ -5095,7 +5095,7 @@ function Wc({ stepCount: e, isExpanded: t = !1, onToggle: n }) {
|
|
|
5095
5095
|
o >= 1 && /* @__PURE__ */ u("div", { className: "cn-studio-card-expand-button-stack cn-studio-card-expand-button-stack-1" })
|
|
5096
5096
|
] }),
|
|
5097
5097
|
/* @__PURE__ */ b("button", { type: "button", onClick: n, className: "cn-studio-card-expand-button-main", children: [
|
|
5098
|
-
/* @__PURE__ */ b(
|
|
5098
|
+
/* @__PURE__ */ b(j, { color: "foreground-1", variant: "body-single-line-code", children: [
|
|
5099
5099
|
e,
|
|
5100
5100
|
" steps"
|
|
5101
5101
|
] }),
|
|
@@ -5128,11 +5128,11 @@ function Xc({ status: e }) {
|
|
|
5128
5128
|
function Jc({ tagText: e, icon: t }) {
|
|
5129
5129
|
return /* @__PURE__ */ b("div", { className: "cn-studio-card-tag", children: [
|
|
5130
5130
|
t && /* @__PURE__ */ u(B, { name: t, size: "xs" }),
|
|
5131
|
-
/* @__PURE__ */ u(
|
|
5131
|
+
/* @__PURE__ */ u(j, { className: "text-cn-gray-outline", variant: "caption-single-line-normal", children: e })
|
|
5132
5132
|
] });
|
|
5133
5133
|
}
|
|
5134
5134
|
function Zc({ message: e }) {
|
|
5135
|
-
return e ? /* @__PURE__ */ u("div", { className: "cn-studio-card-footer", children: /* @__PURE__ */ u(
|
|
5135
|
+
return e ? /* @__PURE__ */ u("div", { className: "cn-studio-card-footer", children: /* @__PURE__ */ u(j, { lineClamp: 2, color: "foreground-3", variant: "caption-normal", children: e }) }) : null;
|
|
5136
5136
|
}
|
|
5137
5137
|
function Qc({ children: e }) {
|
|
5138
5138
|
return /* @__PURE__ */ u(Fe, { children: e });
|
|
@@ -5147,21 +5147,42 @@ const Kc = {
|
|
|
5147
5147
|
Footer: Zc,
|
|
5148
5148
|
ExpandButton: Wc,
|
|
5149
5149
|
CustomActions: Qc
|
|
5150
|
-
}
|
|
5151
|
-
|
|
5150
|
+
}, eu = ({ text: e, typingSpeed: t = 50, delay: n = 0, onComplete: o, ...r }) => {
|
|
5151
|
+
const [i, s] = K(""), [a, l] = K(0), [d, g] = K(!1), p = ct(!1);
|
|
5152
|
+
return ne(() => {
|
|
5153
|
+
if (p.current) {
|
|
5154
|
+
s(e);
|
|
5155
|
+
return;
|
|
5156
|
+
}
|
|
5157
|
+
s(""), l(0), g(!1);
|
|
5158
|
+
const f = setTimeout(() => {
|
|
5159
|
+
g(!0);
|
|
5160
|
+
}, n);
|
|
5161
|
+
return () => clearTimeout(f);
|
|
5162
|
+
}, [e, n]), ne(() => {
|
|
5163
|
+
if (d)
|
|
5164
|
+
if (a < e.length) {
|
|
5165
|
+
const f = setTimeout(() => {
|
|
5166
|
+
s((c) => c + e[a]), l((c) => c + 1);
|
|
5167
|
+
}, t);
|
|
5168
|
+
return () => clearTimeout(f);
|
|
5169
|
+
} else a === e.length && (p.current = !0, o == null || o());
|
|
5170
|
+
}, [a, d, e, t, o]), /* @__PURE__ */ u(j, { lineClamp: 1, ...r, children: i });
|
|
5171
|
+
}, tu = Xo(eu);
|
|
5172
|
+
var nu = (e) => {
|
|
5152
5173
|
switch (e) {
|
|
5153
5174
|
case "success":
|
|
5154
|
-
return ou;
|
|
5155
|
-
case "info":
|
|
5156
5175
|
return iu;
|
|
5176
|
+
case "info":
|
|
5177
|
+
return au;
|
|
5157
5178
|
case "warning":
|
|
5158
|
-
return ru;
|
|
5159
|
-
case "error":
|
|
5160
5179
|
return su;
|
|
5180
|
+
case "error":
|
|
5181
|
+
return lu;
|
|
5161
5182
|
default:
|
|
5162
5183
|
return null;
|
|
5163
5184
|
}
|
|
5164
|
-
},
|
|
5185
|
+
}, ou = Array(12).fill(0), ru = ({ visible: e, className: t }) => M.createElement("div", { className: ["sonner-loading-wrapper", t].filter(Boolean).join(" "), "data-visible": e }, M.createElement("div", { className: "sonner-spinner" }, ou.map((n, o) => M.createElement("div", { className: "sonner-loading-bar", key: `spinner-bar-${o}` })))), iu = M.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", height: "20", width: "20" }, M.createElement("path", { fillRule: "evenodd", d: "M10 18a8 8 0 100-16 8 8 0 000 16zm3.857-9.809a.75.75 0 00-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 10-1.06 1.061l2.5 2.5a.75.75 0 001.137-.089l4-5.5z", clipRule: "evenodd" })), su = M.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", height: "20", width: "20" }, M.createElement("path", { fillRule: "evenodd", d: "M9.401 3.003c1.155-2 4.043-2 5.197 0l7.355 12.748c1.154 2-.29 4.5-2.599 4.5H4.645c-2.309 0-3.752-2.5-2.598-4.5L9.4 3.003zM12 8.25a.75.75 0 01.75.75v3.75a.75.75 0 01-1.5 0V9a.75.75 0 01.75-.75zm0 8.25a.75.75 0 100-1.5.75.75 0 000 1.5z", clipRule: "evenodd" })), au = M.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", height: "20", width: "20" }, M.createElement("path", { fillRule: "evenodd", d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a.75.75 0 000 1.5h.253a.25.25 0 01.244.304l-.459 2.066A1.75 1.75 0 0010.747 15H11a.75.75 0 000-1.5h-.253a.25.25 0 01-.244-.304l.459-2.066A1.75 1.75 0 009.253 9H9z", clipRule: "evenodd" })), lu = M.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20", fill: "currentColor", height: "20", width: "20" }, M.createElement("path", { fillRule: "evenodd", d: "M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-8-5a.75.75 0 01.75.75v4.5a.75.75 0 01-1.5 0v-4.5A.75.75 0 0110 5zm0 10a1 1 0 100-2 1 1 0 000 2z", clipRule: "evenodd" })), cu = M.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "12", height: "12", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }, M.createElement("line", { x1: "18", y1: "6", x2: "6", y2: "18" }), M.createElement("line", { x1: "6", y1: "6", x2: "18", y2: "18" })), uu = () => {
|
|
5165
5186
|
let [e, t] = M.useState(document.hidden);
|
|
5166
5187
|
return M.useEffect(() => {
|
|
5167
5188
|
let n = () => {
|
|
@@ -5169,7 +5190,7 @@ var eu = (e) => {
|
|
|
5169
5190
|
};
|
|
5170
5191
|
return document.addEventListener("visibilitychange", n), () => window.removeEventListener("visibilitychange", n);
|
|
5171
5192
|
}, []), e;
|
|
5172
|
-
}, $n = 1,
|
|
5193
|
+
}, $n = 1, du = class {
|
|
5173
5194
|
constructor() {
|
|
5174
5195
|
this.subscribe = (e) => (this.subscribers.push(e), () => {
|
|
5175
5196
|
let t = this.subscribers.indexOf(e);
|
|
@@ -5190,7 +5211,7 @@ var eu = (e) => {
|
|
|
5190
5211
|
t.loading !== void 0 && (n = this.create({ ...t, promise: e, type: "loading", message: t.loading, description: typeof t.description != "function" ? t.description : void 0 }));
|
|
5191
5212
|
let o = e instanceof Promise ? e : e(), r = n !== void 0, i, s = o.then(async (l) => {
|
|
5192
5213
|
if (i = ["resolve", l], M.isValidElement(l)) r = !1, this.create({ id: n, type: "default", message: l });
|
|
5193
|
-
else if (
|
|
5214
|
+
else if (fu(l) && !l.ok) {
|
|
5194
5215
|
r = !1;
|
|
5195
5216
|
let d = typeof t.error == "function" ? await t.error(`HTTP error! status: ${l.status}`) : t.error, g = typeof t.description == "function" ? await t.description(`HTTP error! status: ${l.status}`) : t.description;
|
|
5196
5217
|
this.create({ id: n, type: "error", message: d, description: g });
|
|
@@ -5215,37 +5236,37 @@ var eu = (e) => {
|
|
|
5215
5236
|
return this.create({ jsx: e(n), id: n, ...t }), n;
|
|
5216
5237
|
}, this.getActiveToasts = () => this.toasts.filter((e) => !this.dismissedToasts.has(e.id)), this.subscribers = [], this.toasts = [], this.dismissedToasts = /* @__PURE__ */ new Set();
|
|
5217
5238
|
}
|
|
5218
|
-
}, xe = new
|
|
5239
|
+
}, xe = new du(), gu = (e, t) => {
|
|
5219
5240
|
let n = (t == null ? void 0 : t.id) || $n++;
|
|
5220
5241
|
return xe.addToast({ title: e, ...t, id: n }), n;
|
|
5221
|
-
},
|
|
5222
|
-
function
|
|
5242
|
+
}, fu = (e) => e && typeof e == "object" && "ok" in e && typeof e.ok == "boolean" && "status" in e && typeof e.status == "number", mu = gu, pu = () => xe.toasts, hu = () => xe.getActiveToasts(), Ie = Object.assign(mu, { success: xe.success, info: xe.info, warning: xe.warning, error: xe.error, custom: xe.custom, message: xe.message, promise: xe.promise, dismiss: xe.dismiss, loading: xe.loading }, { getHistory: pu, getToasts: hu });
|
|
5243
|
+
function vu(e, { insertAt: t } = {}) {
|
|
5223
5244
|
if (typeof document > "u") return;
|
|
5224
5245
|
let n = document.head || document.getElementsByTagName("head")[0], o = document.createElement("style");
|
|
5225
5246
|
o.type = "text/css", t === "top" && n.firstChild ? n.insertBefore(o, n.firstChild) : n.appendChild(o), o.styleSheet ? o.styleSheet.cssText = e : o.appendChild(document.createTextNode(e));
|
|
5226
5247
|
}
|
|
5227
|
-
pu(`:where(html[dir="ltr"]),:where([data-sonner-toaster][dir="ltr"]){--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}:where(html[dir="rtl"]),:where([data-sonner-toaster][dir="rtl"]){--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}:where([data-sonner-toaster]){position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999;transition:transform .4s ease}:where([data-sonner-toaster][data-lifted="true"]){transform:translateY(-10px)}@media (hover: none) and (pointer: coarse){:where([data-sonner-toaster][data-lifted="true"]){transform:none}}:where([data-sonner-toaster][data-x-position="right"]){right:var(--offset-right)}:where([data-sonner-toaster][data-x-position="left"]){left:var(--offset-left)}:where([data-sonner-toaster][data-x-position="center"]){left:50%;transform:translate(-50%)}:where([data-sonner-toaster][data-y-position="top"]){top:var(--offset-top)}:where([data-sonner-toaster][data-y-position="bottom"]){bottom:var(--offset-bottom)}:where([data-sonner-toast]){--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);filter:blur(0);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}:where([data-sonner-toast][data-styled="true"]){padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}:where([data-sonner-toast]:focus-visible){box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast][data-y-position="top"]){top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}:where([data-sonner-toast][data-y-position="bottom"]){bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}:where([data-sonner-toast]) :where([data-description]){font-weight:400;line-height:1.4;color:inherit}:where([data-sonner-toast]) :where([data-title]){font-weight:500;line-height:1.5;color:inherit}:where([data-sonner-toast]) :where([data-icon]){display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}:where([data-sonner-toast][data-promise="true"]) :where([data-icon])>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}:where([data-sonner-toast]) :where([data-icon])>*{flex-shrink:0}:where([data-sonner-toast]) :where([data-icon]) svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}:where([data-sonner-toast]) :where([data-content]){display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}:where([data-sonner-toast]) :where([data-button]):focus-visible{box-shadow:0 0 0 2px #0006}:where([data-sonner-toast]) :where([data-button]):first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}:where([data-sonner-toast]) :where([data-cancel]){color:var(--normal-text);background:rgba(0,0,0,.08)}:where([data-sonner-toast][data-theme="dark"]) :where([data-cancel]){background:rgba(255,255,255,.3)}:where([data-sonner-toast]) :where([data-close-button]){position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast] [data-close-button]{background:var(--gray1)}:where([data-sonner-toast]) :where([data-close-button]):focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast]) :where([data-disabled="true"]){cursor:not-allowed}:where([data-sonner-toast]):hover :where([data-close-button]):hover{background:var(--gray2);border-color:var(--gray5)}:where([data-sonner-toast][data-swiping="true"]):before{content:"";position:absolute;left:-50%;right:-50%;height:100%;z-index:-1}:where([data-sonner-toast][data-y-position="top"][data-swiping="true"]):before{bottom:50%;transform:scaleY(3) translateY(50%)}:where([data-sonner-toast][data-y-position="bottom"][data-swiping="true"]):before{top:50%;transform:scaleY(3) translateY(-50%)}:where([data-sonner-toast][data-swiping="false"][data-removed="true"]):before{content:"";position:absolute;inset:0;transform:scaleY(2)}:where([data-sonner-toast]):after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}:where([data-sonner-toast][data-mounted="true"]){--y: translateY(0);opacity:1}:where([data-sonner-toast][data-expanded="false"][data-front="false"]){--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}:where([data-sonner-toast])>*{transition:opacity .4s}:where([data-sonner-toast][data-expanded="false"][data-front="false"][data-styled="true"])>*{opacity:0}:where([data-sonner-toast][data-visible="false"]){opacity:0;pointer-events:none}:where([data-sonner-toast][data-mounted="true"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}:where([data-sonner-toast][data-removed="true"][data-front="true"][data-swipe-out="false"]){--y: translateY(calc(var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="false"]){--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}:where([data-sonner-toast][data-removed="true"][data-front="false"]):before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y, 0px)) translate(var(--swipe-amount-x, 0px));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 91%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 91%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 91%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-theme=dark]{--normal-bg: #000;--normal-bg-hover: hsl(0, 0%, 12%);--normal-border: hsl(0, 0%, 20%);--normal-border-hover: hsl(0, 0%, 25%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 100%, 12%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 12%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}
|
|
5248
|
+
vu(`:where(html[dir="ltr"]),:where([data-sonner-toaster][dir="ltr"]){--toast-icon-margin-start: -3px;--toast-icon-margin-end: 4px;--toast-svg-margin-start: -1px;--toast-svg-margin-end: 0px;--toast-button-margin-start: auto;--toast-button-margin-end: 0;--toast-close-button-start: 0;--toast-close-button-end: unset;--toast-close-button-transform: translate(-35%, -35%)}:where(html[dir="rtl"]),:where([data-sonner-toaster][dir="rtl"]){--toast-icon-margin-start: 4px;--toast-icon-margin-end: -3px;--toast-svg-margin-start: 0px;--toast-svg-margin-end: -1px;--toast-button-margin-start: 0;--toast-button-margin-end: auto;--toast-close-button-start: unset;--toast-close-button-end: 0;--toast-close-button-transform: translate(35%, -35%)}:where([data-sonner-toaster]){position:fixed;width:var(--width);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--gray1: hsl(0, 0%, 99%);--gray2: hsl(0, 0%, 97.3%);--gray3: hsl(0, 0%, 95.1%);--gray4: hsl(0, 0%, 93%);--gray5: hsl(0, 0%, 90.9%);--gray6: hsl(0, 0%, 88.7%);--gray7: hsl(0, 0%, 85.8%);--gray8: hsl(0, 0%, 78%);--gray9: hsl(0, 0%, 56.1%);--gray10: hsl(0, 0%, 52.3%);--gray11: hsl(0, 0%, 43.5%);--gray12: hsl(0, 0%, 9%);--border-radius: 8px;box-sizing:border-box;padding:0;margin:0;list-style:none;outline:none;z-index:999999999;transition:transform .4s ease}:where([data-sonner-toaster][data-lifted="true"]){transform:translateY(-10px)}@media (hover: none) and (pointer: coarse){:where([data-sonner-toaster][data-lifted="true"]){transform:none}}:where([data-sonner-toaster][data-x-position="right"]){right:var(--offset-right)}:where([data-sonner-toaster][data-x-position="left"]){left:var(--offset-left)}:where([data-sonner-toaster][data-x-position="center"]){left:50%;transform:translate(-50%)}:where([data-sonner-toaster][data-y-position="top"]){top:var(--offset-top)}:where([data-sonner-toaster][data-y-position="bottom"]){bottom:var(--offset-bottom)}:where([data-sonner-toast]){--y: translateY(100%);--lift-amount: calc(var(--lift) * var(--gap));z-index:var(--z-index);position:absolute;opacity:0;transform:var(--y);filter:blur(0);touch-action:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;box-sizing:border-box;outline:none;overflow-wrap:anywhere}:where([data-sonner-toast][data-styled="true"]){padding:16px;background:var(--normal-bg);border:1px solid var(--normal-border);color:var(--normal-text);border-radius:var(--border-radius);box-shadow:0 4px 12px #0000001a;width:var(--width);font-size:13px;display:flex;align-items:center;gap:6px}:where([data-sonner-toast]:focus-visible){box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast][data-y-position="top"]){top:0;--y: translateY(-100%);--lift: 1;--lift-amount: calc(1 * var(--gap))}:where([data-sonner-toast][data-y-position="bottom"]){bottom:0;--y: translateY(100%);--lift: -1;--lift-amount: calc(var(--lift) * var(--gap))}:where([data-sonner-toast]) :where([data-description]){font-weight:400;line-height:1.4;color:inherit}:where([data-sonner-toast]) :where([data-title]){font-weight:500;line-height:1.5;color:inherit}:where([data-sonner-toast]) :where([data-icon]){display:flex;height:16px;width:16px;position:relative;justify-content:flex-start;align-items:center;flex-shrink:0;margin-left:var(--toast-icon-margin-start);margin-right:var(--toast-icon-margin-end)}:where([data-sonner-toast][data-promise="true"]) :where([data-icon])>svg{opacity:0;transform:scale(.8);transform-origin:center;animation:sonner-fade-in .3s ease forwards}:where([data-sonner-toast]) :where([data-icon])>*{flex-shrink:0}:where([data-sonner-toast]) :where([data-icon]) svg{margin-left:var(--toast-svg-margin-start);margin-right:var(--toast-svg-margin-end)}:where([data-sonner-toast]) :where([data-content]){display:flex;flex-direction:column;gap:2px}[data-sonner-toast][data-styled=true] [data-button]{border-radius:4px;padding-left:8px;padding-right:8px;height:24px;font-size:12px;color:var(--normal-bg);background:var(--normal-text);margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end);border:none;cursor:pointer;outline:none;display:flex;align-items:center;flex-shrink:0;transition:opacity .4s,box-shadow .2s}:where([data-sonner-toast]) :where([data-button]):focus-visible{box-shadow:0 0 0 2px #0006}:where([data-sonner-toast]) :where([data-button]):first-of-type{margin-left:var(--toast-button-margin-start);margin-right:var(--toast-button-margin-end)}:where([data-sonner-toast]) :where([data-cancel]){color:var(--normal-text);background:rgba(0,0,0,.08)}:where([data-sonner-toast][data-theme="dark"]) :where([data-cancel]){background:rgba(255,255,255,.3)}:where([data-sonner-toast]) :where([data-close-button]){position:absolute;left:var(--toast-close-button-start);right:var(--toast-close-button-end);top:0;height:20px;width:20px;display:flex;justify-content:center;align-items:center;padding:0;color:var(--gray12);border:1px solid var(--gray4);transform:var(--toast-close-button-transform);border-radius:50%;cursor:pointer;z-index:1;transition:opacity .1s,background .2s,border-color .2s}[data-sonner-toast] [data-close-button]{background:var(--gray1)}:where([data-sonner-toast]) :where([data-close-button]):focus-visible{box-shadow:0 4px 12px #0000001a,0 0 0 2px #0003}:where([data-sonner-toast]) :where([data-disabled="true"]){cursor:not-allowed}:where([data-sonner-toast]):hover :where([data-close-button]):hover{background:var(--gray2);border-color:var(--gray5)}:where([data-sonner-toast][data-swiping="true"]):before{content:"";position:absolute;left:-50%;right:-50%;height:100%;z-index:-1}:where([data-sonner-toast][data-y-position="top"][data-swiping="true"]):before{bottom:50%;transform:scaleY(3) translateY(50%)}:where([data-sonner-toast][data-y-position="bottom"][data-swiping="true"]):before{top:50%;transform:scaleY(3) translateY(-50%)}:where([data-sonner-toast][data-swiping="false"][data-removed="true"]):before{content:"";position:absolute;inset:0;transform:scaleY(2)}:where([data-sonner-toast]):after{content:"";position:absolute;left:0;height:calc(var(--gap) + 1px);bottom:100%;width:100%}:where([data-sonner-toast][data-mounted="true"]){--y: translateY(0);opacity:1}:where([data-sonner-toast][data-expanded="false"][data-front="false"]){--scale: var(--toasts-before) * .05 + 1;--y: translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--scale)));height:var(--front-toast-height)}:where([data-sonner-toast])>*{transition:opacity .4s}:where([data-sonner-toast][data-expanded="false"][data-front="false"][data-styled="true"])>*{opacity:0}:where([data-sonner-toast][data-visible="false"]){opacity:0;pointer-events:none}:where([data-sonner-toast][data-mounted="true"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}:where([data-sonner-toast][data-removed="true"][data-front="true"][data-swipe-out="false"]){--y: translateY(calc(var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="true"]){--y: translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}:where([data-sonner-toast][data-removed="true"][data-front="false"][data-swipe-out="false"][data-expanded="false"]){--y: translateY(40%);opacity:0;transition:transform .5s,opacity .2s}:where([data-sonner-toast][data-removed="true"][data-front="false"]):before{height:calc(var(--initial-height) + 20%)}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y, 0px)) translate(var(--swipe-amount-x, 0px));transition:none}[data-sonner-toast][data-swiped=true]{user-select:none}[data-sonner-toast][data-swipe-out=true][data-y-position=bottom],[data-sonner-toast][data-swipe-out=true][data-y-position=top]{animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:forwards}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=left]{animation-name:swipe-out-left}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=right]{animation-name:swipe-out-right}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=up]{animation-name:swipe-out-up}[data-sonner-toast][data-swipe-out=true][data-swipe-direction=down]{animation-name:swipe-out-down}@keyframes swipe-out-left{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) - 100%));opacity:0}}@keyframes swipe-out-right{0%{transform:var(--y) translate(var(--swipe-amount-x));opacity:1}to{transform:var(--y) translate(calc(var(--swipe-amount-x) + 100%));opacity:0}}@keyframes swipe-out-up{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) - 100%));opacity:0}}@keyframes swipe-out-down{0%{transform:var(--y) translateY(var(--swipe-amount-y));opacity:1}to{transform:var(--y) translateY(calc(var(--swipe-amount-y) + 100%));opacity:0}}@media (max-width: 600px){[data-sonner-toaster]{position:fixed;right:var(--mobile-offset-right);left:var(--mobile-offset-left);width:100%}[data-sonner-toaster][dir=rtl]{left:calc(var(--mobile-offset-left) * -1)}[data-sonner-toaster] [data-sonner-toast]{left:0;right:0;width:calc(100% - var(--mobile-offset-left) * 2)}[data-sonner-toaster][data-x-position=left]{left:var(--mobile-offset-left)}[data-sonner-toaster][data-y-position=bottom]{bottom:var(--mobile-offset-bottom)}[data-sonner-toaster][data-y-position=top]{top:var(--mobile-offset-top)}[data-sonner-toaster][data-x-position=center]{left:var(--mobile-offset-left);right:var(--mobile-offset-right);transform:none}}[data-sonner-toaster][data-theme=light]{--normal-bg: #fff;--normal-border: var(--gray4);--normal-text: var(--gray12);--success-bg: hsl(143, 85%, 96%);--success-border: hsl(145, 92%, 91%);--success-text: hsl(140, 100%, 27%);--info-bg: hsl(208, 100%, 97%);--info-border: hsl(221, 91%, 91%);--info-text: hsl(210, 92%, 45%);--warning-bg: hsl(49, 100%, 97%);--warning-border: hsl(49, 91%, 91%);--warning-text: hsl(31, 92%, 45%);--error-bg: hsl(359, 100%, 97%);--error-border: hsl(359, 100%, 94%);--error-text: hsl(360, 100%, 45%)}[data-sonner-toaster][data-theme=light] [data-sonner-toast][data-invert=true]{--normal-bg: #000;--normal-border: hsl(0, 0%, 20%);--normal-text: var(--gray1)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast][data-invert=true]{--normal-bg: #fff;--normal-border: var(--gray3);--normal-text: var(--gray12)}[data-sonner-toaster][data-theme=dark]{--normal-bg: #000;--normal-bg-hover: hsl(0, 0%, 12%);--normal-border: hsl(0, 0%, 20%);--normal-border-hover: hsl(0, 0%, 25%);--normal-text: var(--gray1);--success-bg: hsl(150, 100%, 6%);--success-border: hsl(147, 100%, 12%);--success-text: hsl(150, 86%, 65%);--info-bg: hsl(215, 100%, 6%);--info-border: hsl(223, 100%, 12%);--info-text: hsl(216, 87%, 65%);--warning-bg: hsl(64, 100%, 6%);--warning-border: hsl(60, 100%, 12%);--warning-text: hsl(46, 87%, 65%);--error-bg: hsl(358, 76%, 10%);--error-border: hsl(357, 89%, 16%);--error-text: hsl(358, 100%, 81%)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast] [data-close-button]{background:var(--normal-bg);border-color:var(--normal-border);color:var(--normal-text)}[data-sonner-toaster][data-theme=dark] [data-sonner-toast] [data-close-button]:hover{background:var(--normal-bg-hover);border-color:var(--normal-border-hover)}[data-rich-colors=true][data-sonner-toast][data-type=success],[data-rich-colors=true][data-sonner-toast][data-type=success] [data-close-button]{background:var(--success-bg);border-color:var(--success-border);color:var(--success-text)}[data-rich-colors=true][data-sonner-toast][data-type=info],[data-rich-colors=true][data-sonner-toast][data-type=info] [data-close-button]{background:var(--info-bg);border-color:var(--info-border);color:var(--info-text)}[data-rich-colors=true][data-sonner-toast][data-type=warning],[data-rich-colors=true][data-sonner-toast][data-type=warning] [data-close-button]{background:var(--warning-bg);border-color:var(--warning-border);color:var(--warning-text)}[data-rich-colors=true][data-sonner-toast][data-type=error],[data-rich-colors=true][data-sonner-toast][data-type=error] [data-close-button]{background:var(--error-bg);border-color:var(--error-border);color:var(--error-text)}.sonner-loading-wrapper{--size: 16px;height:var(--size);width:var(--size);position:absolute;inset:0;z-index:10}.sonner-loading-wrapper[data-visible=false]{transform-origin:center;animation:sonner-fade-out .2s ease forwards}.sonner-spinner{position:relative;top:50%;left:50%;height:var(--size);width:var(--size)}.sonner-loading-bar{animation:sonner-spin 1.2s linear infinite;background:var(--gray11);border-radius:6px;height:8%;left:-10%;position:absolute;top:-3.9%;width:24%}.sonner-loading-bar:nth-child(1){animation-delay:-1.2s;transform:rotate(.0001deg) translate(146%)}.sonner-loading-bar:nth-child(2){animation-delay:-1.1s;transform:rotate(30deg) translate(146%)}.sonner-loading-bar:nth-child(3){animation-delay:-1s;transform:rotate(60deg) translate(146%)}.sonner-loading-bar:nth-child(4){animation-delay:-.9s;transform:rotate(90deg) translate(146%)}.sonner-loading-bar:nth-child(5){animation-delay:-.8s;transform:rotate(120deg) translate(146%)}.sonner-loading-bar:nth-child(6){animation-delay:-.7s;transform:rotate(150deg) translate(146%)}.sonner-loading-bar:nth-child(7){animation-delay:-.6s;transform:rotate(180deg) translate(146%)}.sonner-loading-bar:nth-child(8){animation-delay:-.5s;transform:rotate(210deg) translate(146%)}.sonner-loading-bar:nth-child(9){animation-delay:-.4s;transform:rotate(240deg) translate(146%)}.sonner-loading-bar:nth-child(10){animation-delay:-.3s;transform:rotate(270deg) translate(146%)}.sonner-loading-bar:nth-child(11){animation-delay:-.2s;transform:rotate(300deg) translate(146%)}.sonner-loading-bar:nth-child(12){animation-delay:-.1s;transform:rotate(330deg) translate(146%)}@keyframes sonner-fade-in{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes sonner-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes sonner-spin{0%{opacity:1}to{opacity:.15}}@media (prefers-reduced-motion){[data-sonner-toast],[data-sonner-toast]>*,.sonner-loading-bar{transition:none!important;animation:none!important}}.sonner-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;transition:opacity .2s,transform .2s}.sonner-loader[data-visible=false]{opacity:0;transform:scale(.8) translate(-50%,-50%)}
|
|
5228
5249
|
`);
|
|
5229
5250
|
function Ot(e) {
|
|
5230
5251
|
return e.label !== void 0;
|
|
5231
5252
|
}
|
|
5232
|
-
var
|
|
5253
|
+
var wu = 3, yu = "32px", Su = "16px", bo = 4e3, Cu = 356, bu = 14, xu = 20, Ru = 200;
|
|
5233
5254
|
function ke(...e) {
|
|
5234
5255
|
return e.filter(Boolean).join(" ");
|
|
5235
5256
|
}
|
|
5236
|
-
function
|
|
5257
|
+
function Iu(e) {
|
|
5237
5258
|
let [t, n] = e.split("-"), o = [];
|
|
5238
5259
|
return t && o.push(t), n && o.push(n), o;
|
|
5239
5260
|
}
|
|
5240
|
-
var
|
|
5261
|
+
var Nu = (e) => {
|
|
5241
5262
|
var t, n, o, r, i, s, a, l, d, g, p;
|
|
5242
|
-
let { invert: f, toast: c, unstyled: h, interacting: m, setHeights: w, visibleToasts: v, heights: y, index:
|
|
5263
|
+
let { invert: f, toast: c, unstyled: h, interacting: m, setHeights: w, visibleToasts: v, heights: y, index: S, toasts: x, expanded: E, removeToast: N, defaultRichColors: C, closeButton: R, style: I, cancelButtonStyle: F, actionButtonStyle: D, className: q = "", descriptionClassName: _ = "", duration: T, position: k, gap: de, loadingIcon: re, expandByDefault: we, classNames: $, icons: ae, closeButtonAriaLabel: ye = "Close toast", pauseWhenPageIsHidden: H } = e, [U, G] = M.useState(null), [ie, Ee] = M.useState(null), [O, le] = M.useState(!1), [he, ge] = M.useState(!1), [X, P] = M.useState(!1), [J, oe] = M.useState(!1), [fe, Ne] = M.useState(!1), [Te, Pe] = M.useState(0), [Ue, Ye] = M.useState(0), De = M.useRef(c.duration || T || bo), dt = M.useRef(null), _e = M.useRef(null), Tt = S === 0, Pt = S + 1 <= v, Se = c.type, Xe = c.dismissible !== !1, rn = c.className || "", pt = c.descriptionClassName || "", Ae = M.useMemo(() => y.findIndex((V) => V.toastId === c.id) || 0, [y, c.id]), ht = M.useMemo(() => {
|
|
5243
5264
|
var V;
|
|
5244
5265
|
return (V = c.closeButton) != null ? V : R;
|
|
5245
|
-
}, [c.closeButton, R]),
|
|
5246
|
-
Ke.current = M.useMemo(() =>
|
|
5247
|
-
De.current =
|
|
5248
|
-
}, [
|
|
5266
|
+
}, [c.closeButton, R]), gt = M.useMemo(() => c.duration || T || bo, [c.duration, T]), Qe = M.useRef(0), Ke = M.useRef(0), Dt = M.useRef(0), et = M.useRef(null), [sn, an] = k.split("-"), vt = M.useMemo(() => y.reduce((V, Y, ee) => ee >= Ae ? V : V + Y.height, 0), [y, Ae]), _t = uu(), At = c.invert || f, ft = Se === "loading";
|
|
5267
|
+
Ke.current = M.useMemo(() => Ae * de + vt, [Ae, vt]), M.useEffect(() => {
|
|
5268
|
+
De.current = gt;
|
|
5269
|
+
}, [gt]), M.useEffect(() => {
|
|
5249
5270
|
le(!0);
|
|
5250
5271
|
}, []), M.useEffect(() => {
|
|
5251
5272
|
let V = _e.current;
|
|
@@ -5260,13 +5281,13 @@ var Ru = (e) => {
|
|
|
5260
5281
|
let ee = V.getBoundingClientRect().height;
|
|
5261
5282
|
V.style.height = Y, Ye(ee), w((Ve) => Ve.find(($e) => $e.toastId === c.id) ? Ve.map(($e) => $e.toastId === c.id ? { ...$e, height: ee } : $e) : [{ toastId: c.id, height: ee, position: c.position }, ...Ve]);
|
|
5262
5283
|
}, [O, c.title, c.description, w, c.id]);
|
|
5263
|
-
let
|
|
5284
|
+
let Le = M.useCallback(() => {
|
|
5264
5285
|
ge(!0), Pe(Ke.current), w((V) => V.filter((Y) => Y.toastId !== c.id)), setTimeout(() => {
|
|
5265
5286
|
N(c);
|
|
5266
|
-
},
|
|
5287
|
+
}, Ru);
|
|
5267
5288
|
}, [c, N, w, Ke]);
|
|
5268
5289
|
M.useEffect(() => {
|
|
5269
|
-
if (c.promise &&
|
|
5290
|
+
if (c.promise && Se === "loading" || c.duration === 1 / 0 || c.type === "loading") return;
|
|
5270
5291
|
let V;
|
|
5271
5292
|
return E || m || H && _t ? (() => {
|
|
5272
5293
|
if (Dt.current < Qe.current) {
|
|
@@ -5276,46 +5297,46 @@ var Ru = (e) => {
|
|
|
5276
5297
|
Dt.current = (/* @__PURE__ */ new Date()).getTime();
|
|
5277
5298
|
})() : De.current !== 1 / 0 && (Qe.current = (/* @__PURE__ */ new Date()).getTime(), V = setTimeout(() => {
|
|
5278
5299
|
var Y;
|
|
5279
|
-
(Y = c.onAutoClose) == null || Y.call(c, c),
|
|
5300
|
+
(Y = c.onAutoClose) == null || Y.call(c, c), Le();
|
|
5280
5301
|
}, De.current)), () => clearTimeout(V);
|
|
5281
|
-
}, [E, m, c,
|
|
5282
|
-
c.delete &&
|
|
5283
|
-
}, [
|
|
5302
|
+
}, [E, m, c, Se, H, _t, Le]), M.useEffect(() => {
|
|
5303
|
+
c.delete && Le();
|
|
5304
|
+
}, [Le, c.delete]);
|
|
5284
5305
|
function ln() {
|
|
5285
5306
|
var V, Y, ee;
|
|
5286
|
-
return ae != null && ae.loading ? M.createElement("div", { className: ke($ == null ? void 0 : $.loader, (V = c == null ? void 0 : c.classNames) == null ? void 0 : V.loader, "sonner-loader"), "data-visible":
|
|
5307
|
+
return ae != null && ae.loading ? M.createElement("div", { className: ke($ == null ? void 0 : $.loader, (V = c == null ? void 0 : c.classNames) == null ? void 0 : V.loader, "sonner-loader"), "data-visible": Se === "loading" }, ae.loading) : re ? M.createElement("div", { className: ke($ == null ? void 0 : $.loader, (Y = c == null ? void 0 : c.classNames) == null ? void 0 : Y.loader, "sonner-loader"), "data-visible": Se === "loading" }, re) : M.createElement(ru, { className: ke($ == null ? void 0 : $.loader, (ee = c == null ? void 0 : c.classNames) == null ? void 0 : ee.loader), visible: Se === "loading" });
|
|
5287
5308
|
}
|
|
5288
|
-
return M.createElement("li", { tabIndex: 0, ref: _e, className: ke(
|
|
5309
|
+
return M.createElement("li", { tabIndex: 0, ref: _e, className: ke(q, rn, $ == null ? void 0 : $.toast, (t = c == null ? void 0 : c.classNames) == null ? void 0 : t.toast, $ == null ? void 0 : $.default, $ == null ? void 0 : $[Se], (n = c == null ? void 0 : c.classNames) == null ? void 0 : n[Se]), "data-sonner-toast": "", "data-rich-colors": (o = c.richColors) != null ? o : C, "data-styled": !(c.jsx || c.unstyled || h), "data-mounted": O, "data-promise": !!c.promise, "data-swiped": fe, "data-removed": he, "data-visible": Pt, "data-y-position": sn, "data-x-position": an, "data-index": S, "data-front": Tt, "data-swiping": X, "data-dismissible": Xe, "data-type": Se, "data-invert": At, "data-swipe-out": J, "data-swipe-direction": ie, "data-expanded": !!(E || we && O), style: { "--index": S, "--toasts-before": S, "--z-index": x.length - S, "--offset": `${he ? Te : Ke.current}px`, "--initial-height": we ? "auto" : `${Ue}px`, ...I, ...c.style }, onDragEnd: () => {
|
|
5289
5310
|
P(!1), G(null), et.current = null;
|
|
5290
5311
|
}, onPointerDown: (V) => {
|
|
5291
|
-
|
|
5312
|
+
ft || !Xe || (dt.current = /* @__PURE__ */ new Date(), Pe(Ke.current), V.target.setPointerCapture(V.pointerId), V.target.tagName !== "BUTTON" && (P(!0), et.current = { x: V.clientX, y: V.clientY }));
|
|
5292
5313
|
}, onPointerUp: () => {
|
|
5293
5314
|
var V, Y, ee, Ve;
|
|
5294
5315
|
if (J || !Xe) return;
|
|
5295
5316
|
et.current = null;
|
|
5296
|
-
let $e = Number(((V = _e.current) == null ? void 0 : V.style.getPropertyValue("--swipe-amount-x").replace("px", "")) || 0), tt = Number(((Y = _e.current) == null ? void 0 : Y.style.getPropertyValue("--swipe-amount-y").replace("px", "")) || 0), at = (/* @__PURE__ */ new Date()).getTime() - ((ee =
|
|
5297
|
-
if (Math.abs(ze) >=
|
|
5298
|
-
Pe(Ke.current), (Ve = c.onDismiss) == null || Ve.call(c, c), Ee(
|
|
5317
|
+
let $e = Number(((V = _e.current) == null ? void 0 : V.style.getPropertyValue("--swipe-amount-x").replace("px", "")) || 0), tt = Number(((Y = _e.current) == null ? void 0 : Y.style.getPropertyValue("--swipe-amount-y").replace("px", "")) || 0), at = (/* @__PURE__ */ new Date()).getTime() - ((ee = dt.current) == null ? void 0 : ee.getTime()), ze = U === "x" ? $e : tt, nt = Math.abs(ze) / at;
|
|
5318
|
+
if (Math.abs(ze) >= xu || nt > 0.11) {
|
|
5319
|
+
Pe(Ke.current), (Ve = c.onDismiss) == null || Ve.call(c, c), Ee(U === "x" ? $e > 0 ? "right" : "left" : tt > 0 ? "down" : "up"), Le(), oe(!0), Ne(!1);
|
|
5299
5320
|
return;
|
|
5300
5321
|
}
|
|
5301
5322
|
P(!1), G(null);
|
|
5302
5323
|
}, onPointerMove: (V) => {
|
|
5303
5324
|
var Y, ee, Ve, $e;
|
|
5304
5325
|
if (!et.current || !Xe || ((Y = window.getSelection()) == null ? void 0 : Y.toString().length) > 0) return;
|
|
5305
|
-
let tt = V.clientY - et.current.y, at = V.clientX - et.current.x, ze = (ee = e.swipeDirections) != null ? ee :
|
|
5306
|
-
!
|
|
5326
|
+
let tt = V.clientY - et.current.y, at = V.clientX - et.current.x, ze = (ee = e.swipeDirections) != null ? ee : Iu(k);
|
|
5327
|
+
!U && (Math.abs(at) > 1 || Math.abs(tt) > 1) && G(Math.abs(at) > Math.abs(tt) ? "x" : "y");
|
|
5307
5328
|
let nt = { x: 0, y: 0 };
|
|
5308
|
-
|
|
5309
|
-
} }, ht && !c.jsx ? M.createElement("button", { "aria-label": ye, "data-disabled":
|
|
5329
|
+
U === "y" ? (ze.includes("top") || ze.includes("bottom")) && (ze.includes("top") && tt < 0 || ze.includes("bottom") && tt > 0) && (nt.y = tt) : U === "x" && (ze.includes("left") || ze.includes("right")) && (ze.includes("left") && at < 0 || ze.includes("right") && at > 0) && (nt.x = at), (Math.abs(nt.x) > 0 || Math.abs(nt.y) > 0) && Ne(!0), (Ve = _e.current) == null || Ve.style.setProperty("--swipe-amount-x", `${nt.x}px`), ($e = _e.current) == null || $e.style.setProperty("--swipe-amount-y", `${nt.y}px`);
|
|
5330
|
+
} }, ht && !c.jsx ? M.createElement("button", { "aria-label": ye, "data-disabled": ft, "data-close-button": !0, onClick: ft || !Xe ? () => {
|
|
5310
5331
|
} : () => {
|
|
5311
5332
|
var V;
|
|
5312
|
-
|
|
5313
|
-
}, className: ke($ == null ? void 0 : $.closeButton, (r = c == null ? void 0 : c.classNames) == null ? void 0 : r.closeButton) }, (i = ae == null ? void 0 : ae.close) != null ? i :
|
|
5333
|
+
Le(), (V = c.onDismiss) == null || V.call(c, c);
|
|
5334
|
+
}, className: ke($ == null ? void 0 : $.closeButton, (r = c == null ? void 0 : c.classNames) == null ? void 0 : r.closeButton) }, (i = ae == null ? void 0 : ae.close) != null ? i : cu) : null, c.jsx || jt(c.title) ? c.jsx ? c.jsx : typeof c.title == "function" ? c.title() : c.title : M.createElement(M.Fragment, null, Se || c.icon || c.promise ? M.createElement("div", { "data-icon": "", className: ke($ == null ? void 0 : $.icon, (s = c == null ? void 0 : c.classNames) == null ? void 0 : s.icon) }, c.promise || c.type === "loading" && !c.icon ? c.icon || ln() : null, c.type !== "loading" ? c.icon || (ae == null ? void 0 : ae[Se]) || nu(Se) : null) : null, M.createElement("div", { "data-content": "", className: ke($ == null ? void 0 : $.content, (a = c == null ? void 0 : c.classNames) == null ? void 0 : a.content) }, M.createElement("div", { "data-title": "", className: ke($ == null ? void 0 : $.title, (l = c == null ? void 0 : c.classNames) == null ? void 0 : l.title) }, typeof c.title == "function" ? c.title() : c.title), c.description ? M.createElement("div", { "data-description": "", className: ke(_, pt, $ == null ? void 0 : $.description, (d = c == null ? void 0 : c.classNames) == null ? void 0 : d.description) }, typeof c.description == "function" ? c.description() : c.description) : null), jt(c.cancel) ? c.cancel : c.cancel && Ot(c.cancel) ? M.createElement("button", { "data-button": !0, "data-cancel": !0, style: c.cancelButtonStyle || F, onClick: (V) => {
|
|
5314
5335
|
var Y, ee;
|
|
5315
|
-
Ot(c.cancel) && Xe && ((ee = (Y = c.cancel).onClick) == null || ee.call(Y, V),
|
|
5336
|
+
Ot(c.cancel) && Xe && ((ee = (Y = c.cancel).onClick) == null || ee.call(Y, V), Le());
|
|
5316
5337
|
}, className: ke($ == null ? void 0 : $.cancelButton, (g = c == null ? void 0 : c.classNames) == null ? void 0 : g.cancelButton) }, c.cancel.label) : null, jt(c.action) ? c.action : c.action && Ot(c.action) ? M.createElement("button", { "data-button": !0, "data-action": !0, style: c.actionButtonStyle || D, onClick: (V) => {
|
|
5317
5338
|
var Y, ee;
|
|
5318
|
-
Ot(c.action) && ((ee = (Y = c.action).onClick) == null || ee.call(Y, V), !V.defaultPrevented &&
|
|
5339
|
+
Ot(c.action) && ((ee = (Y = c.action).onClick) == null || ee.call(Y, V), !V.defaultPrevented && Le());
|
|
5319
5340
|
}, className: ke($ == null ? void 0 : $.actionButton, (p = c == null ? void 0 : c.classNames) == null ? void 0 : p.actionButton) }, c.action.label) : null));
|
|
5320
5341
|
};
|
|
5321
5342
|
function xo() {
|
|
@@ -5323,10 +5344,10 @@ function xo() {
|
|
|
5323
5344
|
let e = document.documentElement.getAttribute("dir");
|
|
5324
5345
|
return e === "auto" || !e ? window.getComputedStyle(document.documentElement).direction : e;
|
|
5325
5346
|
}
|
|
5326
|
-
function
|
|
5347
|
+
function Mu(e, t) {
|
|
5327
5348
|
let n = {};
|
|
5328
5349
|
return [e, t].forEach((o, r) => {
|
|
5329
|
-
let i = r === 1, s = i ? "--mobile-offset" : "--offset", a = i ?
|
|
5350
|
+
let i = r === 1, s = i ? "--mobile-offset" : "--offset", a = i ? Su : yu;
|
|
5330
5351
|
function l(d) {
|
|
5331
5352
|
["top", "right", "bottom", "left"].forEach((g) => {
|
|
5332
5353
|
n[`${s}-${g}`] = typeof d == "number" ? `${d}px` : d;
|
|
@@ -5337,23 +5358,23 @@ function Iu(e, t) {
|
|
|
5337
5358
|
}) : l(a);
|
|
5338
5359
|
}), n;
|
|
5339
5360
|
}
|
|
5340
|
-
var
|
|
5341
|
-
let { invert: n, position: o = "bottom-right", hotkey: r = ["altKey", "KeyT"], expand: i, closeButton: s, className: a, offset: l, mobileOffset: d, theme: g = "light", richColors: p, duration: f, style: c, visibleToasts: h =
|
|
5342
|
-
|
|
5361
|
+
var Eu = qe(function(e, t) {
|
|
5362
|
+
let { invert: n, position: o = "bottom-right", hotkey: r = ["altKey", "KeyT"], expand: i, closeButton: s, className: a, offset: l, mobileOffset: d, theme: g = "light", richColors: p, duration: f, style: c, visibleToasts: h = wu, toastOptions: m, dir: w = xo(), gap: v = bu, loadingIcon: y, icons: S, containerAriaLabel: x = "Notifications", pauseWhenPageIsHidden: E } = e, [N, C] = M.useState([]), R = M.useMemo(() => Array.from(new Set([o].concat(N.filter((H) => H.position).map((H) => H.position)))), [N, o]), [I, F] = M.useState([]), [D, q] = M.useState(!1), [_, T] = M.useState(!1), [k, de] = M.useState(g !== "system" ? g : typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), re = M.useRef(null), we = r.join("+").replace(/Key/g, "").replace(/Digit/g, ""), $ = M.useRef(null), ae = M.useRef(!1), ye = M.useCallback((H) => {
|
|
5363
|
+
C((U) => {
|
|
5343
5364
|
var G;
|
|
5344
|
-
return (G =
|
|
5365
|
+
return (G = U.find((ie) => ie.id === H.id)) != null && G.delete || xe.dismiss(H.id), U.filter(({ id: ie }) => ie !== H.id);
|
|
5345
5366
|
});
|
|
5346
5367
|
}, []);
|
|
5347
5368
|
return M.useEffect(() => xe.subscribe((H) => {
|
|
5348
5369
|
if (H.dismiss) {
|
|
5349
|
-
|
|
5370
|
+
C((U) => U.map((G) => G.id === H.id ? { ...G, delete: !0 } : G));
|
|
5350
5371
|
return;
|
|
5351
5372
|
}
|
|
5352
5373
|
setTimeout(() => {
|
|
5353
5374
|
pa.flushSync(() => {
|
|
5354
|
-
|
|
5355
|
-
let G =
|
|
5356
|
-
return G !== -1 ? [...
|
|
5375
|
+
C((U) => {
|
|
5376
|
+
let G = U.findIndex((ie) => ie.id === H.id);
|
|
5377
|
+
return G !== -1 ? [...U.slice(0, G), { ...U[G], ...H }, ...U.slice(G + 1)] : [H, ...U];
|
|
5357
5378
|
});
|
|
5358
5379
|
});
|
|
5359
5380
|
});
|
|
@@ -5365,8 +5386,8 @@ var Nu = qe(function(e, t) {
|
|
|
5365
5386
|
if (g === "system" && (window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? de("dark") : de("light")), typeof window > "u") return;
|
|
5366
5387
|
let H = window.matchMedia("(prefers-color-scheme: dark)");
|
|
5367
5388
|
try {
|
|
5368
|
-
H.addEventListener("change", ({ matches:
|
|
5369
|
-
de(
|
|
5389
|
+
H.addEventListener("change", ({ matches: U }) => {
|
|
5390
|
+
de(U ? "dark" : "light");
|
|
5370
5391
|
});
|
|
5371
5392
|
} catch {
|
|
5372
5393
|
H.addListener(({ matches: G }) => {
|
|
@@ -5378,35 +5399,35 @@ var Nu = qe(function(e, t) {
|
|
|
5378
5399
|
});
|
|
5379
5400
|
}
|
|
5380
5401
|
}, [g]), M.useEffect(() => {
|
|
5381
|
-
N.length <= 1 &&
|
|
5402
|
+
N.length <= 1 && q(!1);
|
|
5382
5403
|
}, [N]), M.useEffect(() => {
|
|
5383
|
-
let H = (
|
|
5404
|
+
let H = (U) => {
|
|
5384
5405
|
var G, ie;
|
|
5385
|
-
r.every((Ee) =>
|
|
5406
|
+
r.every((Ee) => U[Ee] || U.code === Ee) && (q(!0), (G = re.current) == null || G.focus()), U.code === "Escape" && (document.activeElement === re.current || (ie = re.current) != null && ie.contains(document.activeElement)) && q(!1);
|
|
5386
5407
|
};
|
|
5387
5408
|
return document.addEventListener("keydown", H), () => document.removeEventListener("keydown", H);
|
|
5388
5409
|
}, [r]), M.useEffect(() => {
|
|
5389
5410
|
if (re.current) return () => {
|
|
5390
5411
|
$.current && ($.current.focus({ preventScroll: !0 }), $.current = null, ae.current = !1);
|
|
5391
5412
|
};
|
|
5392
|
-
}, [re.current]), M.createElement("section", { ref: t, "aria-label": `${x} ${we}`, tabIndex: -1, "aria-live": "polite", "aria-relevant": "additions text", "aria-atomic": "false", suppressHydrationWarning: !0 }, R.map((H,
|
|
5413
|
+
}, [re.current]), M.createElement("section", { ref: t, "aria-label": `${x} ${we}`, tabIndex: -1, "aria-live": "polite", "aria-relevant": "additions text", "aria-atomic": "false", suppressHydrationWarning: !0 }, R.map((H, U) => {
|
|
5393
5414
|
var G;
|
|
5394
5415
|
let [ie, Ee] = H.split("-");
|
|
5395
|
-
return N.length ? M.createElement("ol", { key: H, dir: w === "auto" ? xo() : w, tabIndex: -1, ref: re, className: a, "data-sonner-toaster": !0, "data-theme": k, "data-y-position": ie, "data-lifted": D && N.length > 1 && !i, "data-x-position": Ee, style: { "--front-toast-height": `${((G = I[0]) == null ? void 0 : G.height) || 0}px`, "--width": `${
|
|
5416
|
+
return N.length ? M.createElement("ol", { key: H, dir: w === "auto" ? xo() : w, tabIndex: -1, ref: re, className: a, "data-sonner-toaster": !0, "data-theme": k, "data-y-position": ie, "data-lifted": D && N.length > 1 && !i, "data-x-position": Ee, style: { "--front-toast-height": `${((G = I[0]) == null ? void 0 : G.height) || 0}px`, "--width": `${Cu}px`, "--gap": `${v}px`, ...c, ...Mu(l, d) }, onBlur: (O) => {
|
|
5396
5417
|
ae.current && !O.currentTarget.contains(O.relatedTarget) && (ae.current = !1, $.current && ($.current.focus({ preventScroll: !0 }), $.current = null));
|
|
5397
5418
|
}, onFocus: (O) => {
|
|
5398
5419
|
O.target instanceof HTMLElement && O.target.dataset.dismissible === "false" || ae.current || (ae.current = !0, $.current = O.relatedTarget);
|
|
5399
|
-
}, onMouseEnter: () =>
|
|
5400
|
-
_ ||
|
|
5401
|
-
}, onDragEnd: () =>
|
|
5420
|
+
}, onMouseEnter: () => q(!0), onMouseMove: () => q(!0), onMouseLeave: () => {
|
|
5421
|
+
_ || q(!1);
|
|
5422
|
+
}, onDragEnd: () => q(!1), onPointerDown: (O) => {
|
|
5402
5423
|
O.target instanceof HTMLElement && O.target.dataset.dismissible === "false" || T(!0);
|
|
5403
|
-
}, onPointerUp: () => T(!1) }, N.filter((O) => !O.position &&
|
|
5424
|
+
}, onPointerUp: () => T(!1) }, N.filter((O) => !O.position && U === 0 || O.position === H).map((O, le) => {
|
|
5404
5425
|
var he, ge;
|
|
5405
|
-
return M.createElement(
|
|
5426
|
+
return M.createElement(Nu, { key: O.id, icons: S, index: le, toast: O, defaultRichColors: p, duration: (he = m == null ? void 0 : m.duration) != null ? he : f, className: m == null ? void 0 : m.className, descriptionClassName: m == null ? void 0 : m.descriptionClassName, invert: n, visibleToasts: h, closeButton: (ge = m == null ? void 0 : m.closeButton) != null ? ge : s, interacting: _, position: H, style: m == null ? void 0 : m.style, unstyled: m == null ? void 0 : m.unstyled, classNames: m == null ? void 0 : m.classNames, cancelButtonStyle: m == null ? void 0 : m.cancelButtonStyle, actionButtonStyle: m == null ? void 0 : m.actionButtonStyle, removeToast: ye, toasts: N.filter((X) => X.position == O.position), heights: I.filter((X) => X.position == O.position), setHeights: F, expandByDefault: i, gap: v, loadingIcon: y, expanded: D, pauseWhenPageIsHidden: E, swipeDirections: e.swipeDirections });
|
|
5406
5427
|
})) : null;
|
|
5407
5428
|
}));
|
|
5408
5429
|
});
|
|
5409
|
-
const
|
|
5430
|
+
const Fu = Ho("cn-toast", {
|
|
5410
5431
|
variants: {
|
|
5411
5432
|
variant: {
|
|
5412
5433
|
default: "",
|
|
@@ -5419,7 +5440,7 @@ const Mu = Ho("cn-toast", {
|
|
|
5419
5440
|
defaultVariants: {
|
|
5420
5441
|
variant: "default"
|
|
5421
5442
|
}
|
|
5422
|
-
}),
|
|
5443
|
+
}), Tu = 100;
|
|
5423
5444
|
function mt({
|
|
5424
5445
|
toastId: e,
|
|
5425
5446
|
variant: t = "default",
|
|
@@ -5432,13 +5453,13 @@ function mt({
|
|
|
5432
5453
|
successMessage: l,
|
|
5433
5454
|
errorMessage: d
|
|
5434
5455
|
}) {
|
|
5435
|
-
const { t: g } = Et(), [p, f] = K(t), [c, h] = K(n), m =
|
|
5436
|
-
|
|
5456
|
+
const { t: g } = Et(), [p, f] = K(t), [c, h] = K(n), m = ct(null), [w, v] = K(!1), [y, S] = K(!1), x = o && w, E = Re(() => S((C) => !C), []);
|
|
5457
|
+
Zo(
|
|
5437
5458
|
m,
|
|
5438
|
-
(
|
|
5439
|
-
if (!
|
|
5440
|
-
const { scrollHeight: R } =
|
|
5441
|
-
v(R >
|
|
5459
|
+
(C) => {
|
|
5460
|
+
if (!C) return;
|
|
5461
|
+
const { scrollHeight: R } = C;
|
|
5462
|
+
v(R > Tu);
|
|
5442
5463
|
},
|
|
5443
5464
|
100
|
|
5444
5465
|
), a && a.then(() => {
|
|
@@ -5464,11 +5485,11 @@ function mt({
|
|
|
5464
5485
|
return null;
|
|
5465
5486
|
}
|
|
5466
5487
|
}, [p]);
|
|
5467
|
-
return /* @__PURE__ */ b(W.Vertical, { gap: "xs", className:
|
|
5488
|
+
return /* @__PURE__ */ b(W.Vertical, { gap: "xs", className: Fu({ variant: p }), children: [
|
|
5468
5489
|
/* @__PURE__ */ b(W.Flex, { align: "center", gap: "2xs", justify: "between", className: "cn-toast-title", children: [
|
|
5469
5490
|
/* @__PURE__ */ b(W.Horizontal, { className: "flex-1", align: "center", gap: "xs", children: [
|
|
5470
5491
|
N,
|
|
5471
|
-
/* @__PURE__ */ u(
|
|
5492
|
+
/* @__PURE__ */ u(j, { variant: "body-strong", color: "inherit", children: c })
|
|
5472
5493
|
] }),
|
|
5473
5494
|
s && /* @__PURE__ */ u(
|
|
5474
5495
|
Q,
|
|
@@ -5476,9 +5497,9 @@ function mt({
|
|
|
5476
5497
|
className: "cn-toast-action-button",
|
|
5477
5498
|
size: "sm",
|
|
5478
5499
|
title: s.label,
|
|
5479
|
-
onClick: (
|
|
5500
|
+
onClick: (C) => {
|
|
5480
5501
|
var R;
|
|
5481
|
-
(R = s.onClick) == null || R.call(s,
|
|
5502
|
+
(R = s.onClick) == null || R.call(s, C);
|
|
5482
5503
|
},
|
|
5483
5504
|
children: s.label
|
|
5484
5505
|
}
|
|
@@ -5492,7 +5513,7 @@ function mt({
|
|
|
5492
5513
|
className: z("cn-toast-description-container", {
|
|
5493
5514
|
"cn-toast-description-container-expanded": y
|
|
5494
5515
|
}),
|
|
5495
|
-
children: /* @__PURE__ */ u(
|
|
5516
|
+
children: /* @__PURE__ */ u(j, { variant: "body-normal", className: z("cn-toast-description"), children: o })
|
|
5496
5517
|
}
|
|
5497
5518
|
),
|
|
5498
5519
|
x && /* @__PURE__ */ b(Fe, { children: [
|
|
@@ -5521,7 +5542,7 @@ function mt({
|
|
|
5521
5542
|
] })
|
|
5522
5543
|
] });
|
|
5523
5544
|
}
|
|
5524
|
-
const on = 1e4,
|
|
5545
|
+
const on = 1e4, Pu = ({ title: e, description: t, options: n = {} }) => {
|
|
5525
5546
|
const { dismissible: o, duration: r, action: i } = n;
|
|
5526
5547
|
return Ie.custom(
|
|
5527
5548
|
(s) => /* @__PURE__ */ u(
|
|
@@ -5540,7 +5561,7 @@ const on = 1e4, Fu = ({ title: e, description: t, options: n = {} }) => {
|
|
|
5540
5561
|
dismissible: o !== !1
|
|
5541
5562
|
}
|
|
5542
5563
|
);
|
|
5543
|
-
},
|
|
5564
|
+
}, Du = ({ title: e, description: t, options: n = {} }) => {
|
|
5544
5565
|
const { dismissible: o, duration: r, action: i } = n;
|
|
5545
5566
|
return Ie.custom(
|
|
5546
5567
|
(s) => /* @__PURE__ */ u(
|
|
@@ -5560,7 +5581,7 @@ const on = 1e4, Fu = ({ title: e, description: t, options: n = {} }) => {
|
|
|
5560
5581
|
dismissible: o !== !1
|
|
5561
5582
|
}
|
|
5562
5583
|
);
|
|
5563
|
-
},
|
|
5584
|
+
}, _u = ({ title: e, description: t, options: n = {} }) => {
|
|
5564
5585
|
const { dismissible: o, duration: r, action: i } = n;
|
|
5565
5586
|
return Ie.custom(
|
|
5566
5587
|
(s) => /* @__PURE__ */ u(
|
|
@@ -5580,7 +5601,7 @@ const on = 1e4, Fu = ({ title: e, description: t, options: n = {} }) => {
|
|
|
5580
5601
|
dismissible: o !== !1
|
|
5581
5602
|
}
|
|
5582
5603
|
);
|
|
5583
|
-
},
|
|
5604
|
+
}, Au = ({ title: e, description: t, options: n = {} }) => {
|
|
5584
5605
|
const { dismissible: o, duration: r, action: i } = n;
|
|
5585
5606
|
return Ie.custom(
|
|
5586
5607
|
(s) => /* @__PURE__ */ u(
|
|
@@ -5600,7 +5621,7 @@ const on = 1e4, Fu = ({ title: e, description: t, options: n = {} }) => {
|
|
|
5600
5621
|
dismissible: o !== !1
|
|
5601
5622
|
}
|
|
5602
5623
|
);
|
|
5603
|
-
},
|
|
5624
|
+
}, Lu = ({ title: e, options: t = {} }) => {
|
|
5604
5625
|
const { action: n } = t;
|
|
5605
5626
|
return Ie.custom(
|
|
5606
5627
|
(o) => /* @__PURE__ */ u(
|
|
@@ -5619,7 +5640,7 @@ const on = 1e4, Fu = ({ title: e, description: t, options: n = {} }) => {
|
|
|
5619
5640
|
dismissible: !1
|
|
5620
5641
|
}
|
|
5621
5642
|
);
|
|
5622
|
-
},
|
|
5643
|
+
}, Vu = (e, { loadingMessage: t, successMessage: n, errorMessage: o, options: r = {} }) => {
|
|
5623
5644
|
const { dismissible: i, action: s } = r;
|
|
5624
5645
|
return Ie.custom(
|
|
5625
5646
|
(a) => /* @__PURE__ */ u(
|
|
@@ -5641,18 +5662,18 @@ const on = 1e4, Fu = ({ title: e, description: t, options: n = {} }) => {
|
|
|
5641
5662
|
duration: Number.POSITIVE_INFINITY
|
|
5642
5663
|
}
|
|
5643
5664
|
);
|
|
5644
|
-
},
|
|
5645
|
-
danger:
|
|
5646
|
-
info:
|
|
5647
|
-
loading:
|
|
5648
|
-
success:
|
|
5649
|
-
promise:
|
|
5665
|
+
}, $u = Object.assign(Pu, {
|
|
5666
|
+
danger: Au,
|
|
5667
|
+
info: Du,
|
|
5668
|
+
loading: Lu,
|
|
5669
|
+
success: _u,
|
|
5670
|
+
promise: Vu,
|
|
5650
5671
|
// to dismiss a toast manually
|
|
5651
5672
|
dismiss: Ie.dismiss
|
|
5652
5673
|
});
|
|
5653
|
-
function
|
|
5674
|
+
function zu({ duration: e = 5e3, className: t }) {
|
|
5654
5675
|
return /* @__PURE__ */ u(
|
|
5655
|
-
|
|
5676
|
+
Eu,
|
|
5656
5677
|
{
|
|
5657
5678
|
richColors: !1,
|
|
5658
5679
|
position: "bottom-right",
|
|
@@ -5673,8 +5694,8 @@ function Vu({ duration: e = 5e3, className: t }) {
|
|
|
5673
5694
|
}
|
|
5674
5695
|
);
|
|
5675
5696
|
}
|
|
5676
|
-
const
|
|
5677
|
-
const [e, t] = K(!1), n =
|
|
5697
|
+
const ku = () => {
|
|
5698
|
+
const [e, t] = K(!1), n = ct(null);
|
|
5678
5699
|
return /* @__PURE__ */ u(
|
|
5679
5700
|
"div",
|
|
5680
5701
|
{
|
|
@@ -5689,19 +5710,19 @@ const $u = () => {
|
|
|
5689
5710
|
const i = !r;
|
|
5690
5711
|
return !i && n.current && n.current.scrollTo({ top: 0, behavior: "smooth" }), i;
|
|
5691
5712
|
});
|
|
5692
|
-
}, children: /* @__PURE__ */ u(B, { name: "expand-sidebar", skipSize: !0 }) }) }) : /* @__PURE__ */ u(
|
|
5713
|
+
}, children: /* @__PURE__ */ u(B, { name: "expand-sidebar", skipSize: !0 }) }) }) : /* @__PURE__ */ u(j, { children: "Chat" })
|
|
5693
5714
|
}
|
|
5694
5715
|
);
|
|
5695
|
-
},
|
|
5716
|
+
}, Ou = ({
|
|
5696
5717
|
items: e,
|
|
5697
5718
|
onRouteChange: t
|
|
5698
5719
|
}) => {
|
|
5699
5720
|
const { location: n } = Zt();
|
|
5700
|
-
|
|
5721
|
+
ne(() => {
|
|
5701
5722
|
const o = e.find((r) => r.to === n.pathname);
|
|
5702
5723
|
o && t(o);
|
|
5703
5724
|
}, [n]);
|
|
5704
|
-
}, Ro = "nav_recent_menu", Io = "nav_pinned_menu",
|
|
5725
|
+
}, Ro = "nav_recent_menu", Io = "nav_pinned_menu", Hu = [{ title: "Repositories", to: "/", id: "1", iconName: "account" }], Bu = [
|
|
5705
5726
|
{ title: "Connectors", to: "/connectors", id: "2", iconName: "connectors" },
|
|
5706
5727
|
{ title: "Secrets", to: "/secrets", id: "2", iconName: "key" },
|
|
5707
5728
|
{
|
|
@@ -5719,8 +5740,8 @@ const $u = () => {
|
|
|
5719
5740
|
localStorage.setItem(e, JSON.stringify(t));
|
|
5720
5741
|
} catch {
|
|
5721
5742
|
}
|
|
5722
|
-
},
|
|
5723
|
-
const e =
|
|
5743
|
+
}, jr = () => {
|
|
5744
|
+
const e = Bu, t = Hu;
|
|
5724
5745
|
return { recentMenu: e, setRecent: (i, s) => {
|
|
5725
5746
|
let a;
|
|
5726
5747
|
if (s)
|
|
@@ -5767,8 +5788,8 @@ const Bt = /* @__PURE__ */ new Map([
|
|
|
5767
5788
|
permanentlyPinned: !0
|
|
5768
5789
|
}
|
|
5769
5790
|
]
|
|
5770
|
-
]),
|
|
5771
|
-
var o, r, i, s, a, l, d, g, p, f, c, h, m, w, v, y,
|
|
5791
|
+
]), Gu = ({ t: e, routes: t, params: n }) => {
|
|
5792
|
+
var o, r, i, s, a, l, d, g, p, f, c, h, m, w, v, y, S, x, E, N, C, R;
|
|
5772
5793
|
return [
|
|
5773
5794
|
{
|
|
5774
5795
|
groupId: 0,
|
|
@@ -5908,7 +5929,7 @@ const Bt = /* @__PURE__ */ new Map([
|
|
|
5908
5929
|
iconName: "supply-chain",
|
|
5909
5930
|
title: e("component:navbar.supply-chain", "Supply Chain"),
|
|
5910
5931
|
description: "Artifact integrity and governance.",
|
|
5911
|
-
to: ((
|
|
5932
|
+
to: ((S = t == null ? void 0 : t.toSupplyChain) == null ? void 0 : S.call(t, n)) || ""
|
|
5912
5933
|
}
|
|
5913
5934
|
]
|
|
5914
5935
|
},
|
|
@@ -5950,7 +5971,7 @@ const Bt = /* @__PURE__ */ new Map([
|
|
|
5950
5971
|
iconName: "account",
|
|
5951
5972
|
title: e("component:navbar.account", "Account"),
|
|
5952
5973
|
description: "Manage your account settings.",
|
|
5953
|
-
to: ((
|
|
5974
|
+
to: ((C = t == null ? void 0 : t.toAccount) == null ? void 0 : C.call(t, n)) || ""
|
|
5954
5975
|
},
|
|
5955
5976
|
{
|
|
5956
5977
|
id: 21,
|
|
@@ -5962,7 +5983,7 @@ const Bt = /* @__PURE__ */ new Map([
|
|
|
5962
5983
|
]
|
|
5963
5984
|
}
|
|
5964
5985
|
];
|
|
5965
|
-
},
|
|
5986
|
+
}, ju = ({ t: e, routes: t, params: n }) => {
|
|
5966
5987
|
var o, r, i, s, a, l, d, g, p, f, c, h, m;
|
|
5967
5988
|
return [
|
|
5968
5989
|
{
|
|
@@ -6058,19 +6079,19 @@ const Bt = /* @__PURE__ */ new Map([
|
|
|
6058
6079
|
]
|
|
6059
6080
|
}
|
|
6060
6081
|
];
|
|
6061
|
-
},
|
|
6082
|
+
}, qu = (e) => [];
|
|
6062
6083
|
function No({
|
|
6063
6084
|
menuItems: e,
|
|
6064
6085
|
columns: t
|
|
6065
6086
|
}) {
|
|
6066
|
-
const n = (o) => /* @__PURE__ */ u(W.Grid, { columns: t, gap: "4xs", children: o.map((r) => /* @__PURE__ */ u(
|
|
6087
|
+
const n = (o) => /* @__PURE__ */ u(W.Grid, { columns: t, gap: "4xs", children: o.map((r) => /* @__PURE__ */ u(Ce.Close, { asChild: !0, children: /* @__PURE__ */ u(ve.Item, { to: r.to, title: r.title, icon: r.iconName }) }, r.id)) });
|
|
6067
6088
|
return /* @__PURE__ */ u(W.Flex, { direction: "column", gap: "none", children: e.map((o, r) => /* @__PURE__ */ b(Fe, { children: [
|
|
6068
6089
|
/* @__PURE__ */ u(ve.Group, { label: (o.title ?? "").toUpperCase(), children: n(o.items) }, o.groupId),
|
|
6069
6090
|
r !== e.length - 1 && /* @__PURE__ */ u(ve.Separator, {})
|
|
6070
6091
|
] })) });
|
|
6071
6092
|
}
|
|
6072
6093
|
function Gt({ item: e, isPinned: t }) {
|
|
6073
|
-
const [n, o] = K(!0), { setRecent: r, setPinned: i } =
|
|
6094
|
+
const [n, o] = K(!0), { setRecent: r, setPinned: i } = jr(), s = Re(
|
|
6074
6095
|
(d, g) => i(d, g),
|
|
6075
6096
|
[i]
|
|
6076
6097
|
), a = Re((d) => r(d, !0), [r]), l = ue(() => e.permanentlyPinned ? [] : [
|
|
@@ -6098,24 +6119,24 @@ function Gt({ item: e, isPinned: t }) {
|
|
|
6098
6119
|
item: e,
|
|
6099
6120
|
handleChangePinnedMenuItem: s,
|
|
6100
6121
|
handleRemoveRecentMenuItem: a,
|
|
6101
|
-
handleCustomNav:
|
|
6122
|
+
handleCustomNav: Ko,
|
|
6102
6123
|
actionButtons: l
|
|
6103
6124
|
},
|
|
6104
6125
|
e.id
|
|
6105
6126
|
);
|
|
6106
6127
|
}
|
|
6107
|
-
const
|
|
6108
|
-
var
|
|
6109
|
-
const { useParams: t } = Zt(), n = t(), { recentMenu: o, setRecent: r, pinnedMenu: i, setNavLinks: s } =
|
|
6128
|
+
const Uu = ({ routes: e }) => {
|
|
6129
|
+
var C, R;
|
|
6130
|
+
const { useParams: t } = Zt(), n = t(), { recentMenu: o, setRecent: r, pinnedMenu: i, setNavLinks: s } = jr(), { state: a } = Uo(), { t: l } = Et(), [d, g] = K(!1), [p, f] = K(!1), [c, h] = K(!1), m = ue(() => a === "collapsed", [a]), w = { ...n, mode: "all" }, v = ue(() => Gu({ t: l, routes: e, params: w }), [l]), y = ue(() => ju({ t: l, routes: e, params: w }), [l]), S = ue(() => qu(), [l]), x = ue(
|
|
6110
6131
|
() => [
|
|
6111
|
-
...
|
|
6132
|
+
...S,
|
|
6112
6133
|
...v.flatMap((I) => I.items),
|
|
6113
6134
|
...y.flatMap((I) => I.items)
|
|
6114
6135
|
],
|
|
6115
|
-
[
|
|
6136
|
+
[S, v, y]
|
|
6116
6137
|
);
|
|
6117
|
-
|
|
6118
|
-
var D,
|
|
6138
|
+
ne(() => {
|
|
6139
|
+
var D, q, _;
|
|
6119
6140
|
const I = localStorage.getItem("nav-items");
|
|
6120
6141
|
let F;
|
|
6121
6142
|
try {
|
|
@@ -6124,10 +6145,10 @@ const ju = ({ routes: e }) => {
|
|
|
6124
6145
|
F = void 0;
|
|
6125
6146
|
}
|
|
6126
6147
|
s(F ? {
|
|
6127
|
-
pinned: (
|
|
6148
|
+
pinned: (q = (D = F.state) == null ? void 0 : D.pinnedMenu) != null && q.length ? F.state.pinnedMenu : S,
|
|
6128
6149
|
recents: ((_ = F.state) == null ? void 0 : _.recentMenu) ?? []
|
|
6129
|
-
} : { pinned:
|
|
6130
|
-
}, [s]),
|
|
6150
|
+
} : { pinned: S, recents: [] });
|
|
6151
|
+
}, [s]), Ou({ items: x, onRouteChange: (I) => r(I) });
|
|
6131
6152
|
const E = ue(
|
|
6132
6153
|
() => ({
|
|
6133
6154
|
className: z("cn-sidebar-drawer-content z-20 overflow-x-hidden rounded", {
|
|
@@ -6151,7 +6172,7 @@ const ju = ({ routes: e }) => {
|
|
|
6151
6172
|
return /* @__PURE__ */ b(Fe, { children: [
|
|
6152
6173
|
/* @__PURE__ */ u(ve.Root, { className: "z-10 cn-content-full-height", children: /* @__PURE__ */ b(ve.Content, { children: [
|
|
6153
6174
|
/* @__PURE__ */ b(ve.Group, { children: [
|
|
6154
|
-
/* @__PURE__ */ u(Gt, { isPinned: !0, item: { ...Bt.get(Be.Home), to: ((
|
|
6175
|
+
/* @__PURE__ */ u(Gt, { isPinned: !0, item: { ...Bt.get(Be.Home), to: ((C = e == null ? void 0 : e.toHome) == null ? void 0 : C.call(e, n)) || "" } }),
|
|
6155
6176
|
/* @__PURE__ */ u(
|
|
6156
6177
|
Gt,
|
|
6157
6178
|
{
|
|
@@ -6160,8 +6181,8 @@ const ju = ({ routes: e }) => {
|
|
|
6160
6181
|
}
|
|
6161
6182
|
),
|
|
6162
6183
|
i.map((I) => /* @__PURE__ */ u(Gt, { isPinned: !0, item: I }, I.id)),
|
|
6163
|
-
/* @__PURE__ */ b(
|
|
6164
|
-
/* @__PURE__ */ u(
|
|
6184
|
+
/* @__PURE__ */ b(Ce.Root, { direction: "left", open: p, onOpenChange: f, children: [
|
|
6185
|
+
/* @__PURE__ */ u(Ce.Trigger, { children: /* @__PURE__ */ u(
|
|
6165
6186
|
ve.Item,
|
|
6166
6187
|
{
|
|
6167
6188
|
withRightIndicator: !0,
|
|
@@ -6173,21 +6194,21 @@ const ju = ({ routes: e }) => {
|
|
|
6173
6194
|
}
|
|
6174
6195
|
) }),
|
|
6175
6196
|
/* @__PURE__ */ b(
|
|
6176
|
-
|
|
6197
|
+
Ce.Content,
|
|
6177
6198
|
{
|
|
6178
6199
|
...E,
|
|
6179
6200
|
size: "2xs",
|
|
6180
6201
|
onPointerDownOutside: () => f(!1),
|
|
6181
6202
|
children: [
|
|
6182
|
-
/* @__PURE__ */ u(
|
|
6183
|
-
/* @__PURE__ */ u(
|
|
6184
|
-
/* @__PURE__ */ u(
|
|
6203
|
+
/* @__PURE__ */ u(Ce.Title, { className: "sr-only", children: "Settings menu" }),
|
|
6204
|
+
/* @__PURE__ */ u(Ce.Description, { className: "sr-only", children: "Settings menu" }),
|
|
6205
|
+
/* @__PURE__ */ u(Ce.Body, { children: /* @__PURE__ */ u(No, { menuItems: y, columns: 1 }) })
|
|
6185
6206
|
]
|
|
6186
6207
|
}
|
|
6187
6208
|
)
|
|
6188
6209
|
] }),
|
|
6189
|
-
/* @__PURE__ */ b(
|
|
6190
|
-
/* @__PURE__ */ u(
|
|
6210
|
+
/* @__PURE__ */ b(Ce.Root, { direction: "left", open: d, onOpenChange: g, children: [
|
|
6211
|
+
/* @__PURE__ */ u(Ce.Trigger, { children: /* @__PURE__ */ u(
|
|
6191
6212
|
ve.Item,
|
|
6192
6213
|
{
|
|
6193
6214
|
title: "More",
|
|
@@ -6199,15 +6220,15 @@ const ju = ({ routes: e }) => {
|
|
|
6199
6220
|
}
|
|
6200
6221
|
) }),
|
|
6201
6222
|
/* @__PURE__ */ b(
|
|
6202
|
-
|
|
6223
|
+
Ce.Content,
|
|
6203
6224
|
{
|
|
6204
6225
|
...E,
|
|
6205
6226
|
size: "xs",
|
|
6206
6227
|
onPointerDownOutside: () => g(!1),
|
|
6207
6228
|
children: [
|
|
6208
|
-
/* @__PURE__ */ u(
|
|
6209
|
-
/* @__PURE__ */ u(
|
|
6210
|
-
/* @__PURE__ */ u(
|
|
6229
|
+
/* @__PURE__ */ u(Ce.Title, { className: "sr-only", children: "More menu" }),
|
|
6230
|
+
/* @__PURE__ */ u(Ce.Description, { className: "sr-only", children: "More menu" }),
|
|
6231
|
+
/* @__PURE__ */ u(Ce.Body, { children: /* @__PURE__ */ u(No, { menuItems: v, columns: 2 }) })
|
|
6211
6232
|
]
|
|
6212
6233
|
}
|
|
6213
6234
|
)
|
|
@@ -6226,7 +6247,7 @@ const ju = ({ routes: e }) => {
|
|
|
6226
6247
|
)
|
|
6227
6248
|
] }) }),
|
|
6228
6249
|
/* @__PURE__ */ u(
|
|
6229
|
-
|
|
6250
|
+
er,
|
|
6230
6251
|
{
|
|
6231
6252
|
pinnedItems: i,
|
|
6232
6253
|
recentItems: o,
|
|
@@ -6240,7 +6261,7 @@ const ju = ({ routes: e }) => {
|
|
|
6240
6261
|
)
|
|
6241
6262
|
] });
|
|
6242
6263
|
};
|
|
6243
|
-
function
|
|
6264
|
+
function Yu({ routes: e }) {
|
|
6244
6265
|
const { Link: t } = Zt(), n = {
|
|
6245
6266
|
name: "John Doe"
|
|
6246
6267
|
};
|
|
@@ -6271,25 +6292,25 @@ function qu({ routes: e }) {
|
|
|
6271
6292
|
}
|
|
6272
6293
|
),
|
|
6273
6294
|
/* @__PURE__ */ u(me.Separator, {}),
|
|
6274
|
-
/* @__PURE__ */ u(me.IconItem, { icon: "logout", title: "Logout", className: "cursor-pointer", onClick:
|
|
6295
|
+
/* @__PURE__ */ u(me.IconItem, { icon: "logout", title: "Logout", className: "cursor-pointer", onClick: Ko })
|
|
6275
6296
|
] })
|
|
6276
6297
|
] });
|
|
6277
6298
|
}
|
|
6278
|
-
const
|
|
6279
|
-
function
|
|
6299
|
+
const Wu = () => /* @__PURE__ */ u("div", { children: "Scope" });
|
|
6300
|
+
function Xu() {
|
|
6280
6301
|
const { Link: e } = Zt();
|
|
6281
6302
|
return /* @__PURE__ */ b(W.Flex, { className: "bg-cn-0 p-cn-header h-cn-header", gap: "md", justify: "between", align: "center", children: [
|
|
6282
6303
|
/* @__PURE__ */ u(e, { to: "/", children: /* @__PURE__ */ u(Wo, {}) }),
|
|
6283
|
-
/* @__PURE__ */ u("div", { className: "w-full", children: /* @__PURE__ */ u(
|
|
6284
|
-
/* @__PURE__ */ u(
|
|
6304
|
+
/* @__PURE__ */ u("div", { className: "w-full", children: /* @__PURE__ */ u(Wu, {}) }),
|
|
6305
|
+
/* @__PURE__ */ u(Yu, {})
|
|
6285
6306
|
] });
|
|
6286
6307
|
}
|
|
6287
|
-
const
|
|
6308
|
+
const Ju = ({
|
|
6288
6309
|
sidebar: e,
|
|
6289
6310
|
chat: t,
|
|
6290
6311
|
mainContent: n
|
|
6291
6312
|
}) => /* @__PURE__ */ b(W.Flex, { className: "w-full", direction: "column", children: [
|
|
6292
|
-
/* @__PURE__ */ u(
|
|
6313
|
+
/* @__PURE__ */ u(Xu, {}),
|
|
6293
6314
|
/* @__PURE__ */ b(W.Grid, { columns: "auto 1fr", children: [
|
|
6294
6315
|
e,
|
|
6295
6316
|
/* @__PURE__ */ u(ve.Rail, { animate: !0 }),
|
|
@@ -6298,257 +6319,259 @@ const Wu = ({
|
|
|
6298
6319
|
/* @__PURE__ */ u("div", { className: "overflow-y-auto overflow-x-hidden", children: n })
|
|
6299
6320
|
] })
|
|
6300
6321
|
] })
|
|
6301
|
-
] }),
|
|
6322
|
+
] }), ad = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
6302
6323
|
__proto__: null,
|
|
6303
|
-
AccentColor:
|
|
6304
|
-
Accordion:
|
|
6305
|
-
Alert:
|
|
6306
|
-
AlertDialog:
|
|
6324
|
+
AccentColor: ei,
|
|
6325
|
+
Accordion: ti,
|
|
6326
|
+
Alert: Sn,
|
|
6327
|
+
AlertDialog: ni,
|
|
6307
6328
|
AppSidebarItem: qo,
|
|
6308
|
-
AppSidebarUser:
|
|
6329
|
+
AppSidebarUser: oi,
|
|
6309
6330
|
Avatar: Yo,
|
|
6310
|
-
AvatarWithTooltip:
|
|
6311
|
-
BranchTag:
|
|
6312
|
-
Breadcrumb:
|
|
6331
|
+
AvatarWithTooltip: ri,
|
|
6332
|
+
BranchTag: ii,
|
|
6333
|
+
Breadcrumb: si,
|
|
6313
6334
|
Button: Q,
|
|
6314
|
-
ButtonGroup:
|
|
6335
|
+
ButtonGroup: ai,
|
|
6315
6336
|
ButtonLayout: Jt,
|
|
6316
|
-
Calendar:
|
|
6317
|
-
Caption:
|
|
6337
|
+
Calendar: li,
|
|
6338
|
+
Caption: ci,
|
|
6318
6339
|
Card: bn,
|
|
6319
|
-
CardSelect:
|
|
6340
|
+
CardSelect: ui,
|
|
6320
6341
|
Carousel: qt,
|
|
6321
6342
|
Chat: ce,
|
|
6322
|
-
ChatDiffViewer:
|
|
6343
|
+
ChatDiffViewer: fr,
|
|
6323
6344
|
ChatEmptyPreviewWrapper: zl,
|
|
6324
6345
|
ChatPreviewWrapper: $l,
|
|
6325
|
-
ChatV2:
|
|
6326
|
-
Checkbox:
|
|
6327
|
-
CollapseButton:
|
|
6328
|
-
Command:
|
|
6329
|
-
CommandPalette:
|
|
6330
|
-
CommitCopyActions:
|
|
6346
|
+
ChatV2: ku,
|
|
6347
|
+
Checkbox: Cn,
|
|
6348
|
+
CollapseButton: di,
|
|
6349
|
+
Command: gi,
|
|
6350
|
+
CommandPalette: fi,
|
|
6351
|
+
CommitCopyActions: mi,
|
|
6331
6352
|
CommitSuggestionsDialog: Oa,
|
|
6332
6353
|
CommitToGitRefOption: be,
|
|
6333
6354
|
ControlGroup: $o,
|
|
6334
|
-
CopyButton:
|
|
6335
|
-
CopyTag:
|
|
6336
|
-
CounterBadge:
|
|
6355
|
+
CopyButton: pi,
|
|
6356
|
+
CopyTag: hi,
|
|
6357
|
+
CounterBadge: vi,
|
|
6337
6358
|
DataTable: zc,
|
|
6338
|
-
DeleteAlertDialog:
|
|
6359
|
+
DeleteAlertDialog: wi,
|
|
6339
6360
|
Dialog: Z,
|
|
6340
6361
|
get DiffModeEnum() {
|
|
6341
6362
|
return zn;
|
|
6342
6363
|
},
|
|
6343
|
-
DiffViewer:
|
|
6344
|
-
Direction:
|
|
6345
|
-
DraggableCard:
|
|
6364
|
+
DiffViewer: La,
|
|
6365
|
+
Direction: yi,
|
|
6366
|
+
DraggableCard: Hr,
|
|
6346
6367
|
DraggableCardList: kc,
|
|
6347
|
-
Drawer:
|
|
6368
|
+
Drawer: Ce,
|
|
6348
6369
|
DropdownMenu: me,
|
|
6349
|
-
EntityFormLayout:
|
|
6370
|
+
EntityFormLayout: Si,
|
|
6350
6371
|
ExitConfirmDialog: Ci,
|
|
6351
|
-
Favorite:
|
|
6352
|
-
Fieldset:
|
|
6353
|
-
File:
|
|
6372
|
+
Favorite: bi,
|
|
6373
|
+
Fieldset: xi,
|
|
6374
|
+
File: Ri,
|
|
6354
6375
|
FileEditorControlBar: $a,
|
|
6355
|
-
FileExplorer:
|
|
6356
|
-
FileToolbarActions:
|
|
6376
|
+
FileExplorer: Ii,
|
|
6377
|
+
FileToolbarActions: Lo,
|
|
6357
6378
|
FileViewerControlBar: Va,
|
|
6358
|
-
FilterBoxWrapper:
|
|
6359
|
-
FilterField:
|
|
6360
|
-
FilterFieldTypes:
|
|
6361
|
-
FilterSelect:
|
|
6362
|
-
Folder:
|
|
6363
|
-
FormCaption:
|
|
6379
|
+
FilterBoxWrapper: Ni,
|
|
6380
|
+
FilterField: Mi,
|
|
6381
|
+
FilterFieldTypes: Ei,
|
|
6382
|
+
FilterSelect: Fi,
|
|
6383
|
+
Folder: Ti,
|
|
6384
|
+
FormCaption: Pi,
|
|
6364
6385
|
FormInput: ot,
|
|
6365
|
-
FormSeparator:
|
|
6386
|
+
FormSeparator: Di,
|
|
6366
6387
|
FormWrapper: On,
|
|
6367
|
-
FormWrapperContext:
|
|
6388
|
+
FormWrapperContext: _i,
|
|
6368
6389
|
GitCommitDialog: za,
|
|
6369
|
-
GrayColor:
|
|
6390
|
+
GrayColor: Ai,
|
|
6370
6391
|
HarnessLogo: Wo,
|
|
6371
6392
|
IconNameMapV2: Li,
|
|
6372
6393
|
IconV2: B,
|
|
6373
|
-
IconV2DisplayName:
|
|
6374
|
-
IconWithTooltip:
|
|
6394
|
+
IconV2DisplayName: Vi,
|
|
6395
|
+
IconWithTooltip: $i,
|
|
6375
6396
|
Illustration: Bn,
|
|
6376
|
-
IllustrationsNameMap:
|
|
6377
|
-
ImageCarousel:
|
|
6397
|
+
IllustrationsNameMap: zi,
|
|
6398
|
+
ImageCarousel: Cl,
|
|
6378
6399
|
Input: ko,
|
|
6379
|
-
InputOTP:
|
|
6380
|
-
Label:
|
|
6381
|
-
Language:
|
|
6382
|
-
LanguageCode:
|
|
6383
|
-
LanguageDialog:
|
|
6400
|
+
InputOTP: ki,
|
|
6401
|
+
Label: Oi,
|
|
6402
|
+
Language: Hi,
|
|
6403
|
+
LanguageCode: Bi,
|
|
6404
|
+
LanguageDialog: Gi,
|
|
6384
6405
|
Layout: W,
|
|
6385
|
-
Legend:
|
|
6406
|
+
Legend: ji,
|
|
6386
6407
|
Link: Hn,
|
|
6387
|
-
ListActions:
|
|
6388
|
-
LogoNameMapV2:
|
|
6389
|
-
LogoV2:
|
|
6390
|
-
ManageNavigation:
|
|
6408
|
+
ListActions: qi,
|
|
6409
|
+
LogoNameMapV2: Ui,
|
|
6410
|
+
LogoV2: Yi,
|
|
6411
|
+
ManageNavigation: er,
|
|
6391
6412
|
MarkdownViewer: Gn,
|
|
6392
6413
|
MenuGroupTypes: Ze,
|
|
6393
6414
|
Message: wn,
|
|
6394
6415
|
MessageBubble: kl,
|
|
6395
6416
|
MessageTheme: yn,
|
|
6396
|
-
Meter:
|
|
6397
|
-
MeterState:
|
|
6398
|
-
MoreActionsTooltip:
|
|
6399
|
-
MultiSelect:
|
|
6400
|
-
NoData:
|
|
6401
|
-
NoProblemsFound:
|
|
6402
|
-
NodeGroup:
|
|
6403
|
-
NumberInput:
|
|
6404
|
-
Pagination:
|
|
6405
|
-
PathBreadcrumbs:
|
|
6406
|
-
PermissionIdentifier:
|
|
6407
|
-
PipelineNodes:
|
|
6408
|
-
PipelineNodesComponents:
|
|
6409
|
-
Popover:
|
|
6410
|
-
Problems:
|
|
6411
|
-
Progress:
|
|
6417
|
+
Meter: Wi,
|
|
6418
|
+
MeterState: Xi,
|
|
6419
|
+
MoreActionsTooltip: Ji,
|
|
6420
|
+
MultiSelect: Zi,
|
|
6421
|
+
NoData: Qi,
|
|
6422
|
+
NoProblemsFound: Ki,
|
|
6423
|
+
NodeGroup: es,
|
|
6424
|
+
NumberInput: ts,
|
|
6425
|
+
Pagination: ns,
|
|
6426
|
+
PathBreadcrumbs: os,
|
|
6427
|
+
PermissionIdentifier: rs,
|
|
6428
|
+
PipelineNodes: is,
|
|
6429
|
+
PipelineNodesComponents: ss,
|
|
6430
|
+
Popover: as,
|
|
6431
|
+
Problems: ls,
|
|
6432
|
+
Progress: cs,
|
|
6412
6433
|
PromptInput: Ol,
|
|
6413
|
-
PromptInputButton:
|
|
6414
|
-
PromptInputRoot:
|
|
6415
|
-
PromptInputSubmit:
|
|
6416
|
-
PromptInputTextarea:
|
|
6417
|
-
PromptInputToolbar:
|
|
6434
|
+
PromptInputButton: xr,
|
|
6435
|
+
PromptInputRoot: wr,
|
|
6436
|
+
PromptInputSubmit: br,
|
|
6437
|
+
PromptInputTextarea: yr,
|
|
6438
|
+
PromptInputToolbar: Sr,
|
|
6418
6439
|
PromptInputTools: Cr,
|
|
6419
6440
|
Radio: vn,
|
|
6420
6441
|
Reasoning: ql,
|
|
6421
6442
|
RepoSubheader: Rl,
|
|
6422
6443
|
RepoTabsKeys: Zn,
|
|
6423
|
-
ResetTag:
|
|
6424
|
-
Resizable:
|
|
6425
|
-
ResourceType:
|
|
6426
|
-
ScopeTag:
|
|
6444
|
+
ResetTag: us,
|
|
6445
|
+
Resizable: ds,
|
|
6446
|
+
ResourceType: gs,
|
|
6447
|
+
ScopeTag: fs,
|
|
6427
6448
|
ScrollArea: Go,
|
|
6428
|
-
SearchFiles:
|
|
6429
|
-
SearchInput:
|
|
6430
|
-
SearchProvider:
|
|
6431
|
-
Select:
|
|
6449
|
+
SearchFiles: ms,
|
|
6450
|
+
SearchInput: ps,
|
|
6451
|
+
SearchProvider: hs,
|
|
6452
|
+
Select: vs,
|
|
6432
6453
|
Separator: Ut,
|
|
6433
|
-
Sheet:
|
|
6434
|
-
Shimmer:
|
|
6435
|
-
Shortcut:
|
|
6436
|
-
SideNav:
|
|
6454
|
+
Sheet: ws,
|
|
6455
|
+
Shimmer: Ir,
|
|
6456
|
+
Shortcut: ys,
|
|
6457
|
+
SideNav: Uu,
|
|
6437
6458
|
Sidebar: ve,
|
|
6438
|
-
SidebarLayout:
|
|
6439
|
-
SidebarSearch:
|
|
6459
|
+
SidebarLayout: Ju,
|
|
6460
|
+
SidebarSearch: Ss,
|
|
6440
6461
|
Skeleton: xt,
|
|
6441
6462
|
SkeletonFileExplorer: wa,
|
|
6442
6463
|
Sort: Cs,
|
|
6443
6464
|
Spacer: zo,
|
|
6444
|
-
SplitButton:
|
|
6465
|
+
SplitButton: bs,
|
|
6445
6466
|
StackedList: rt,
|
|
6446
|
-
StatsPanel:
|
|
6467
|
+
StatsPanel: xs,
|
|
6447
6468
|
StatusBadge: jo,
|
|
6448
6469
|
StudioCard: Kc,
|
|
6449
|
-
Switch:
|
|
6470
|
+
Switch: Rs,
|
|
6450
6471
|
Table: Oe,
|
|
6451
6472
|
Tabs: se,
|
|
6452
6473
|
Tag: kn,
|
|
6453
|
-
Text:
|
|
6454
|
-
TextInput:
|
|
6474
|
+
Text: j,
|
|
6475
|
+
TextInput: Is,
|
|
6455
6476
|
Textarea: Oo,
|
|
6456
|
-
ThemeDialog:
|
|
6457
|
-
TimeAgoCard:
|
|
6458
|
-
TimeAgoContent:
|
|
6459
|
-
Toaster:
|
|
6460
|
-
Toggle:
|
|
6461
|
-
ToggleGroup:
|
|
6462
|
-
Tooltip:
|
|
6463
|
-
TooltipProvider:
|
|
6464
|
-
Topbar:
|
|
6465
|
-
Tree:
|
|
6466
|
-
|
|
6477
|
+
ThemeDialog: Ns,
|
|
6478
|
+
TimeAgoCard: Ms,
|
|
6479
|
+
TimeAgoContent: Es,
|
|
6480
|
+
Toaster: zu,
|
|
6481
|
+
Toggle: Fs,
|
|
6482
|
+
ToggleGroup: Ts,
|
|
6483
|
+
Tooltip: Ps,
|
|
6484
|
+
TooltipProvider: Ds,
|
|
6485
|
+
Topbar: gr,
|
|
6486
|
+
Tree: _s,
|
|
6487
|
+
TypingAnimation: tu,
|
|
6488
|
+
UserMenuKeys: tr,
|
|
6467
6489
|
ViewOnly: Oc,
|
|
6468
|
-
ViewOnlyItem:
|
|
6490
|
+
ViewOnlyItem: Br,
|
|
6469
6491
|
Widgets: Gc,
|
|
6470
|
-
avatarVariants:
|
|
6492
|
+
avatarVariants: As,
|
|
6471
6493
|
buttonVariants: Ls,
|
|
6472
|
-
cardVariants:
|
|
6473
|
-
counterBadgeVariants:
|
|
6474
|
-
createGitCommitSchema:
|
|
6475
|
-
determineScope:
|
|
6476
|
-
getIsMarkdown:
|
|
6477
|
-
getModeColorContrastFromFullTheme:
|
|
6478
|
-
getScopeType:
|
|
6479
|
-
getScopedPath:
|
|
6480
|
-
iconColorVariants:
|
|
6481
|
-
iconVariants:
|
|
6482
|
-
languages:
|
|
6483
|
-
linkVariants:
|
|
6484
|
-
logoVariants:
|
|
6485
|
-
rbacTooltip:
|
|
6494
|
+
cardVariants: Vs,
|
|
6495
|
+
counterBadgeVariants: $s,
|
|
6496
|
+
createGitCommitSchema: nr,
|
|
6497
|
+
determineScope: zs,
|
|
6498
|
+
getIsMarkdown: ks,
|
|
6499
|
+
getModeColorContrastFromFullTheme: Os,
|
|
6500
|
+
getScopeType: Hs,
|
|
6501
|
+
getScopedPath: Bs,
|
|
6502
|
+
iconColorVariants: Gs,
|
|
6503
|
+
iconVariants: js,
|
|
6504
|
+
languages: qs,
|
|
6505
|
+
linkVariants: Us,
|
|
6506
|
+
logoVariants: Ys,
|
|
6507
|
+
rbacTooltip: Ws,
|
|
6486
6508
|
repoTabsKeysArr: xl,
|
|
6487
|
-
scopeTypeToIconMap:
|
|
6488
|
-
shimmerVariants:
|
|
6489
|
-
stackedListItemVariants:
|
|
6490
|
-
stackedListVariants:
|
|
6491
|
-
statusBadgeVariants:
|
|
6492
|
-
tableVariants:
|
|
6493
|
-
textVariants:
|
|
6494
|
-
toast:
|
|
6495
|
-
toggleVariants:
|
|
6509
|
+
scopeTypeToIconMap: Xs,
|
|
6510
|
+
shimmerVariants: Rr,
|
|
6511
|
+
stackedListItemVariants: Js,
|
|
6512
|
+
stackedListVariants: Zs,
|
|
6513
|
+
statusBadgeVariants: Qs,
|
|
6514
|
+
tableVariants: Ks,
|
|
6515
|
+
textVariants: ea,
|
|
6516
|
+
toast: $u,
|
|
6517
|
+
toggleVariants: ta,
|
|
6496
6518
|
typographyVariantConfig: Bo,
|
|
6497
|
-
useCopyButton:
|
|
6498
|
-
useFormattedTime:
|
|
6499
|
-
useReasoning:
|
|
6500
|
-
useScrollArea:
|
|
6501
|
-
useSearch:
|
|
6502
|
-
useSearchableDropdownKeyboardNavigation:
|
|
6519
|
+
useCopyButton: na,
|
|
6520
|
+
useFormattedTime: oa,
|
|
6521
|
+
useReasoning: Mr,
|
|
6522
|
+
useScrollArea: ra,
|
|
6523
|
+
useSearch: ia,
|
|
6524
|
+
useSearchableDropdownKeyboardNavigation: sa,
|
|
6503
6525
|
useSidebar: Uo,
|
|
6504
|
-
withTooltip:
|
|
6526
|
+
withTooltip: aa
|
|
6505
6527
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
6506
6528
|
export {
|
|
6507
|
-
|
|
6508
|
-
|
|
6529
|
+
Rr as A,
|
|
6530
|
+
Ir as B,
|
|
6509
6531
|
be as C,
|
|
6510
|
-
|
|
6511
|
-
|
|
6532
|
+
La as D,
|
|
6533
|
+
tu as E,
|
|
6512
6534
|
Va as F,
|
|
6513
6535
|
za as G,
|
|
6514
|
-
|
|
6515
|
-
|
|
6516
|
-
|
|
6517
|
-
|
|
6518
|
-
|
|
6519
|
-
|
|
6520
|
-
|
|
6536
|
+
$u as H,
|
|
6537
|
+
Cl as I,
|
|
6538
|
+
zu as J,
|
|
6539
|
+
ku as K,
|
|
6540
|
+
Uu as L,
|
|
6541
|
+
er as M,
|
|
6542
|
+
Ju as N,
|
|
6543
|
+
wr as P,
|
|
6521
6544
|
Zn as R,
|
|
6522
6545
|
wa as S,
|
|
6523
|
-
|
|
6524
|
-
|
|
6525
|
-
|
|
6546
|
+
gr as T,
|
|
6547
|
+
tr as U,
|
|
6548
|
+
Br as V,
|
|
6526
6549
|
Gc as W,
|
|
6527
6550
|
Ze as a,
|
|
6528
6551
|
$a as b,
|
|
6529
|
-
|
|
6552
|
+
nr as c,
|
|
6530
6553
|
Oa as d,
|
|
6531
6554
|
qt as e,
|
|
6532
6555
|
Rl as f,
|
|
6533
6556
|
ce as g,
|
|
6534
|
-
|
|
6535
|
-
|
|
6557
|
+
fr as h,
|
|
6558
|
+
ad as i,
|
|
6536
6559
|
$l as j,
|
|
6537
6560
|
zl as k,
|
|
6538
6561
|
kl as l,
|
|
6539
|
-
|
|
6540
|
-
|
|
6562
|
+
yr as m,
|
|
6563
|
+
Sr as n,
|
|
6541
6564
|
Cr as o,
|
|
6542
|
-
|
|
6543
|
-
|
|
6565
|
+
br as p,
|
|
6566
|
+
xr as q,
|
|
6544
6567
|
xl as r,
|
|
6545
6568
|
Ol as s,
|
|
6546
6569
|
ql as t,
|
|
6547
|
-
|
|
6570
|
+
Mr as u,
|
|
6548
6571
|
zc as v,
|
|
6549
|
-
|
|
6572
|
+
Hr as w,
|
|
6550
6573
|
kc as x,
|
|
6551
6574
|
Oc as y,
|
|
6552
6575
|
Kc as z
|
|
6553
6576
|
};
|
|
6554
|
-
//# sourceMappingURL=index-
|
|
6577
|
+
//# sourceMappingURL=index-CKWZmzUD.js.map
|