@keeper-security/keeper-js-ui 0.5.0 → 0.6.0
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/CHANGELOG.md +7 -0
- package/dist/index.es.js +736 -734
- package/dist/index.umd.js +13 -13
- package/dist/style.css +1 -1
- package/package.json +22 -18
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as b, Fragment as ln, jsxs as ne } from "react/jsx-runtime";
|
|
2
2
|
import * as c from "react";
|
|
3
|
-
import X, { useLayoutEffect as
|
|
3
|
+
import X, { useLayoutEffect as ji, useEffect as Pi, useState as Ai, forwardRef as yr, createElement as Xt } from "react";
|
|
4
4
|
import * as Et from "react-dom";
|
|
5
5
|
import xr from "react-dom";
|
|
6
6
|
function he(e, t = []) {
|
|
@@ -33,9 +33,9 @@ function he(e, t = []) {
|
|
|
33
33
|
);
|
|
34
34
|
};
|
|
35
35
|
};
|
|
36
|
-
return o.scopeName = e, [r,
|
|
36
|
+
return o.scopeName = e, [r, Ti(o, ...t)];
|
|
37
37
|
}
|
|
38
|
-
function
|
|
38
|
+
function Ti(...e) {
|
|
39
39
|
const t = e[0];
|
|
40
40
|
if (e.length === 1) return t;
|
|
41
41
|
const n = () => {
|
|
@@ -89,7 +89,7 @@ function U(...e) {
|
|
|
89
89
|
return c.useCallback(St(...e), e);
|
|
90
90
|
}
|
|
91
91
|
var q = c.forwardRef((e, t) => {
|
|
92
|
-
const { children: n, ...r } = e, o = c.Children.toArray(n), s = o.find(
|
|
92
|
+
const { children: n, ...r } = e, o = c.Children.toArray(n), s = o.find(Mi);
|
|
93
93
|
if (s) {
|
|
94
94
|
const a = s.props.children, i = o.map((l) => l === s ? c.Children.count(a) > 1 ? c.Children.only(null) : c.isValidElement(a) ? a.props.children : null : l);
|
|
95
95
|
return /* @__PURE__ */ b(qt, { ...r, ref: t, children: c.isValidElement(a) ? c.cloneElement(a, void 0, i) : null });
|
|
@@ -100,9 +100,9 @@ q.displayName = "Slot";
|
|
|
100
100
|
var qt = c.forwardRef((e, t) => {
|
|
101
101
|
const { children: n, ...r } = e;
|
|
102
102
|
if (c.isValidElement(n)) {
|
|
103
|
-
const o =
|
|
103
|
+
const o = Oi(n);
|
|
104
104
|
return c.cloneElement(n, {
|
|
105
|
-
...
|
|
105
|
+
...Ni(r, n.props),
|
|
106
106
|
// @ts-ignore
|
|
107
107
|
ref: t ? St(t, o) : o
|
|
108
108
|
});
|
|
@@ -111,10 +111,10 @@ var qt = c.forwardRef((e, t) => {
|
|
|
111
111
|
});
|
|
112
112
|
qt.displayName = "SlotClone";
|
|
113
113
|
var kr = ({ children: e }) => /* @__PURE__ */ b(ln, { children: e });
|
|
114
|
-
function
|
|
114
|
+
function Mi(e) {
|
|
115
115
|
return c.isValidElement(e) && e.type === kr;
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function Ni(e, t) {
|
|
118
118
|
const n = { ...t };
|
|
119
119
|
for (const r in t) {
|
|
120
120
|
const o = e[r], s = t[r];
|
|
@@ -124,12 +124,12 @@ function Mi(e, t) {
|
|
|
124
124
|
}
|
|
125
125
|
return { ...e, ...n };
|
|
126
126
|
}
|
|
127
|
-
function
|
|
127
|
+
function Oi(e) {
|
|
128
128
|
var r, o;
|
|
129
129
|
let t = (r = Object.getOwnPropertyDescriptor(e.props, "ref")) == null ? void 0 : r.get, n = t && "isReactWarning" in t && t.isReactWarning;
|
|
130
130
|
return n ? e.ref : (t = (o = Object.getOwnPropertyDescriptor(e, "ref")) == null ? void 0 : o.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
|
|
131
131
|
}
|
|
132
|
-
var
|
|
132
|
+
var Ii = [
|
|
133
133
|
"a",
|
|
134
134
|
"button",
|
|
135
135
|
"div",
|
|
@@ -146,17 +146,17 @@ var Oi = [
|
|
|
146
146
|
"span",
|
|
147
147
|
"svg",
|
|
148
148
|
"ul"
|
|
149
|
-
], dn =
|
|
149
|
+
], dn = Ii.reduce((e, t) => {
|
|
150
150
|
const n = c.forwardRef((r, o) => {
|
|
151
151
|
const { asChild: s, ...a } = r, i = s ? q : t;
|
|
152
152
|
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ b(i, { ...a, ref: o });
|
|
153
153
|
});
|
|
154
154
|
return n.displayName = `Primitive.${t}`, { ...e, [t]: n };
|
|
155
|
-
}, {}), fn = "Avatar", [
|
|
155
|
+
}, {}), fn = "Avatar", [_i, zf] = he(fn), [Di, Cr] = _i(fn), Er = c.forwardRef(
|
|
156
156
|
(e, t) => {
|
|
157
157
|
const { __scopeAvatar: n, ...r } = e, [o, s] = c.useState("idle");
|
|
158
158
|
return /* @__PURE__ */ b(
|
|
159
|
-
|
|
159
|
+
Di,
|
|
160
160
|
{
|
|
161
161
|
scope: n,
|
|
162
162
|
imageLoadingStatus: o,
|
|
@@ -170,7 +170,7 @@ Er.displayName = fn;
|
|
|
170
170
|
var Sr = "AvatarImage", Rr = c.forwardRef(
|
|
171
171
|
(e, t) => {
|
|
172
172
|
const { __scopeAvatar: n, src: r, onLoadingStatusChange: o = () => {
|
|
173
|
-
}, ...s } = e, a = Cr(Sr, n), i =
|
|
173
|
+
}, ...s } = e, a = Cr(Sr, n), i = Li(r, s.referrerPolicy), l = G((u) => {
|
|
174
174
|
o(u), a.onImageLoadingStatusChange(u);
|
|
175
175
|
});
|
|
176
176
|
return J(() => {
|
|
@@ -191,7 +191,7 @@ var jr = "AvatarFallback", Pr = c.forwardRef(
|
|
|
191
191
|
}
|
|
192
192
|
);
|
|
193
193
|
Pr.displayName = jr;
|
|
194
|
-
function
|
|
194
|
+
function Li(e, t) {
|
|
195
195
|
const [n, r] = c.useState("idle");
|
|
196
196
|
return J(() => {
|
|
197
197
|
if (!e) {
|
|
@@ -250,15 +250,15 @@ const Bn = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Vn = Or, q
|
|
|
250
250
|
] : u;
|
|
251
251
|
}, []);
|
|
252
252
|
return Vn(e, a, l, n == null ? void 0 : n.class, n == null ? void 0 : n.className);
|
|
253
|
-
}, pn = "-",
|
|
254
|
-
const t =
|
|
253
|
+
}, pn = "-", Fi = (e) => {
|
|
254
|
+
const t = zi(e), {
|
|
255
255
|
conflictingClassGroups: n,
|
|
256
256
|
conflictingClassGroupModifiers: r
|
|
257
257
|
} = e;
|
|
258
258
|
return {
|
|
259
259
|
getClassGroupId: (a) => {
|
|
260
260
|
const i = a.split(pn);
|
|
261
|
-
return i[0] === "" && i.length !== 1 && i.shift(), Ir(i, t) ||
|
|
261
|
+
return i[0] === "" && i.length !== 1 && i.shift(), Ir(i, t) || $i(a);
|
|
262
262
|
},
|
|
263
263
|
getConflictingClassGroupIds: (a, i) => {
|
|
264
264
|
const l = n[a] || [];
|
|
@@ -278,13 +278,13 @@ const Bn = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Vn = Or, q
|
|
|
278
278
|
return (a = t.validators.find(({
|
|
279
279
|
validator: i
|
|
280
280
|
}) => i(s))) == null ? void 0 : a.classGroupId;
|
|
281
|
-
}, Un = /^\[(.+)\]$/,
|
|
281
|
+
}, Un = /^\[(.+)\]$/, $i = (e) => {
|
|
282
282
|
if (Un.test(e)) {
|
|
283
283
|
const t = Un.exec(e)[1], n = t == null ? void 0 : t.substring(0, t.indexOf(":"));
|
|
284
284
|
if (n)
|
|
285
285
|
return "arbitrary.." + n;
|
|
286
286
|
}
|
|
287
|
-
},
|
|
287
|
+
}, zi = (e) => {
|
|
288
288
|
const {
|
|
289
289
|
theme: t,
|
|
290
290
|
prefix: n
|
|
@@ -292,7 +292,7 @@ const Bn = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Vn = Or, q
|
|
|
292
292
|
nextPart: /* @__PURE__ */ new Map(),
|
|
293
293
|
validators: []
|
|
294
294
|
};
|
|
295
|
-
return
|
|
295
|
+
return Bi(Object.entries(e.classGroups), n).forEach(([s, a]) => {
|
|
296
296
|
Zt(a, r, s, t);
|
|
297
297
|
}), r;
|
|
298
298
|
}, Zt = (e, t, n, r) => {
|
|
@@ -303,7 +303,7 @@ const Bn = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Vn = Or, q
|
|
|
303
303
|
return;
|
|
304
304
|
}
|
|
305
305
|
if (typeof o == "function") {
|
|
306
|
-
if (
|
|
306
|
+
if (Wi(o)) {
|
|
307
307
|
Zt(o(r), t, n, r);
|
|
308
308
|
return;
|
|
309
309
|
}
|
|
@@ -325,10 +325,10 @@ const Bn = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Vn = Or, q
|
|
|
325
325
|
validators: []
|
|
326
326
|
}), n = n.nextPart.get(r);
|
|
327
327
|
}), n;
|
|
328
|
-
},
|
|
328
|
+
}, Wi = (e) => e.isThemeGetter, Bi = (e, t) => t ? e.map(([n, r]) => {
|
|
329
329
|
const o = r.map((s) => typeof s == "string" ? t + s : typeof s == "object" ? Object.fromEntries(Object.entries(s).map(([a, i]) => [t + a, i])) : s);
|
|
330
330
|
return [n, o];
|
|
331
|
-
}) : e,
|
|
331
|
+
}) : e, Vi = (e) => {
|
|
332
332
|
if (e < 1)
|
|
333
333
|
return {
|
|
334
334
|
get: () => {
|
|
@@ -352,7 +352,7 @@ const Bn = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Vn = Or, q
|
|
|
352
352
|
n.has(s) ? n.set(s, a) : o(s, a);
|
|
353
353
|
}
|
|
354
354
|
};
|
|
355
|
-
}, _r = "!",
|
|
355
|
+
}, _r = "!", Ui = (e) => {
|
|
356
356
|
const {
|
|
357
357
|
separator: t,
|
|
358
358
|
experimentalParseClassName: n
|
|
@@ -385,7 +385,7 @@ const Bn = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Vn = Or, q
|
|
|
385
385
|
className: i,
|
|
386
386
|
parseClassName: a
|
|
387
387
|
}) : a;
|
|
388
|
-
},
|
|
388
|
+
}, Gi = (e) => {
|
|
389
389
|
if (e.length <= 1)
|
|
390
390
|
return e;
|
|
391
391
|
const t = [];
|
|
@@ -393,16 +393,16 @@ const Bn = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Vn = Or, q
|
|
|
393
393
|
return e.forEach((r) => {
|
|
394
394
|
r[0] === "[" ? (t.push(...n.sort(), r), n = []) : n.push(r);
|
|
395
395
|
}), t.push(...n.sort()), t;
|
|
396
|
-
},
|
|
397
|
-
cache:
|
|
398
|
-
parseClassName:
|
|
399
|
-
...
|
|
400
|
-
}),
|
|
396
|
+
}, Ki = (e) => ({
|
|
397
|
+
cache: Vi(e.cacheSize),
|
|
398
|
+
parseClassName: Ui(e),
|
|
399
|
+
...Fi(e)
|
|
400
|
+
}), Hi = /\s+/, Yi = (e, t) => {
|
|
401
401
|
const {
|
|
402
402
|
parseClassName: n,
|
|
403
403
|
getClassGroupId: r,
|
|
404
404
|
getConflictingClassGroupIds: o
|
|
405
|
-
} = t, s = [], a = e.trim().split(
|
|
405
|
+
} = t, s = [], a = e.trim().split(Hi);
|
|
406
406
|
let i = "";
|
|
407
407
|
for (let l = a.length - 1; l >= 0; l -= 1) {
|
|
408
408
|
const u = a[l], {
|
|
@@ -423,7 +423,7 @@ const Bn = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Vn = Or, q
|
|
|
423
423
|
}
|
|
424
424
|
v = !1;
|
|
425
425
|
}
|
|
426
|
-
const h =
|
|
426
|
+
const h = Gi(f).join(":"), w = d ? h + _r : h, y = w + p;
|
|
427
427
|
if (s.includes(y))
|
|
428
428
|
continue;
|
|
429
429
|
s.push(y);
|
|
@@ -436,7 +436,7 @@ const Bn = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, Vn = Or, q
|
|
|
436
436
|
}
|
|
437
437
|
return i;
|
|
438
438
|
};
|
|
439
|
-
function
|
|
439
|
+
function Xi() {
|
|
440
440
|
let e = 0, t, n, r = "";
|
|
441
441
|
for (; e < arguments.length; )
|
|
442
442
|
(t = arguments[e++]) && (n = Dr(t)) && (r && (r += " "), r += n);
|
|
@@ -454,31 +454,31 @@ function Kn(e, ...t) {
|
|
|
454
454
|
let n, r, o, s = a;
|
|
455
455
|
function a(l) {
|
|
456
456
|
const u = t.reduce((f, d) => d(f), e());
|
|
457
|
-
return n =
|
|
457
|
+
return n = Ki(u), r = n.cache.get, o = n.cache.set, s = i, i(l);
|
|
458
458
|
}
|
|
459
459
|
function i(l) {
|
|
460
460
|
const u = r(l);
|
|
461
461
|
if (u)
|
|
462
462
|
return u;
|
|
463
|
-
const f =
|
|
463
|
+
const f = Yi(l, n);
|
|
464
464
|
return o(l, f), f;
|
|
465
465
|
}
|
|
466
466
|
return function() {
|
|
467
|
-
return s(
|
|
467
|
+
return s(Xi.apply(null, arguments));
|
|
468
468
|
};
|
|
469
469
|
}
|
|
470
470
|
const B = (e) => {
|
|
471
471
|
const t = (n) => n[e] || [];
|
|
472
472
|
return t.isThemeGetter = !0, t;
|
|
473
|
-
}, Lr = /^\[(?:([a-z-]+):)?(.+)\]$/i,
|
|
473
|
+
}, Lr = /^\[(?:([a-z-]+):)?(.+)\]$/i, qi = /^\d+\/\d+$/, Zi = /* @__PURE__ */ new Set(["px", "full", "screen"]), Qi = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Ji = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, ea = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, ta = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, na = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, fe = (e) => Te(e) || Zi.has(e) || qi.test(e), ve = (e) => Ie(e, "length", la), Te = (e) => !!e && !Number.isNaN(Number(e)), _t = (e) => Ie(e, "number", Te), ze = (e) => !!e && Number.isInteger(Number(e)), ra = (e) => e.endsWith("%") && Te(e.slice(0, -1)), _ = (e) => Lr.test(e), be = (e) => Qi.test(e), oa = /* @__PURE__ */ new Set(["length", "size", "percentage"]), sa = (e) => Ie(e, oa, Fr), ia = (e) => Ie(e, "position", Fr), aa = /* @__PURE__ */ new Set(["image", "url"]), ca = (e) => Ie(e, aa, fa), ua = (e) => Ie(e, "", da), We = () => !0, Ie = (e, t, n) => {
|
|
474
474
|
const r = Lr.exec(e);
|
|
475
475
|
return r ? r[1] ? typeof t == "string" ? r[1] === t : t.has(r[1]) : n(r[2]) : !1;
|
|
476
|
-
},
|
|
476
|
+
}, la = (e) => (
|
|
477
477
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
478
478
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
479
479
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
480
|
-
|
|
481
|
-
), Fr = () => !1,
|
|
480
|
+
Ji.test(e) && !ea.test(e)
|
|
481
|
+
), Fr = () => !1, da = (e) => ta.test(e), fa = (e) => na.test(e), Hn = () => {
|
|
482
482
|
const e = B("colors"), t = B("spacing"), n = B("blur"), r = B("brightness"), o = B("borderColor"), s = B("borderRadius"), a = B("borderSpacing"), i = B("borderWidth"), l = B("contrast"), u = B("grayscale"), f = B("hueRotate"), d = B("invert"), m = B("gap"), g = B("gradientColorStops"), v = B("gradientColorStopPositions"), p = B("inset"), h = B("margin"), w = B("opacity"), y = B("padding"), x = B("saturate"), k = B("scale"), C = B("sepia"), j = B("skew"), E = B("space"), P = B("translate"), N = () => ["auto", "contain", "none"], O = () => ["auto", "hidden", "clip", "visible", "scroll"], D = () => ["auto", _, t], A = () => [_, t], L = () => ["", fe, ve], S = () => ["auto", Te, _], F = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], I = () => ["solid", "dashed", "dotted", "double", "none"], $ = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], T = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], R = () => ["", "0", _], z = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], W = () => [Te, _];
|
|
483
483
|
return {
|
|
484
484
|
cacheSize: 500,
|
|
@@ -498,7 +498,7 @@ const B = (e) => {
|
|
|
498
498
|
invert: R(),
|
|
499
499
|
gap: A(),
|
|
500
500
|
gradientColorStops: [e],
|
|
501
|
-
gradientColorStopPositions: [
|
|
501
|
+
gradientColorStopPositions: [ra, ve],
|
|
502
502
|
inset: D(),
|
|
503
503
|
margin: D(),
|
|
504
504
|
opacity: W(),
|
|
@@ -1411,7 +1411,7 @@ const B = (e) => {
|
|
|
1411
1411
|
* @see https://tailwindcss.com/docs/background-position
|
|
1412
1412
|
*/
|
|
1413
1413
|
"bg-position": [{
|
|
1414
|
-
bg: [...F(),
|
|
1414
|
+
bg: [...F(), ia]
|
|
1415
1415
|
}],
|
|
1416
1416
|
/**
|
|
1417
1417
|
* Background Repeat
|
|
@@ -1427,7 +1427,7 @@ const B = (e) => {
|
|
|
1427
1427
|
* @see https://tailwindcss.com/docs/background-size
|
|
1428
1428
|
*/
|
|
1429
1429
|
"bg-size": [{
|
|
1430
|
-
bg: ["auto", "cover", "contain",
|
|
1430
|
+
bg: ["auto", "cover", "contain", sa]
|
|
1431
1431
|
}],
|
|
1432
1432
|
/**
|
|
1433
1433
|
* Background Image
|
|
@@ -1436,7 +1436,7 @@ const B = (e) => {
|
|
|
1436
1436
|
"bg-image": [{
|
|
1437
1437
|
bg: ["none", {
|
|
1438
1438
|
"gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1439
|
-
},
|
|
1439
|
+
}, ca]
|
|
1440
1440
|
}],
|
|
1441
1441
|
/**
|
|
1442
1442
|
* Background Color
|
|
@@ -1852,7 +1852,7 @@ const B = (e) => {
|
|
|
1852
1852
|
* @see https://tailwindcss.com/docs/box-shadow
|
|
1853
1853
|
*/
|
|
1854
1854
|
shadow: [{
|
|
1855
|
-
shadow: ["", "inner", "none", be,
|
|
1855
|
+
shadow: ["", "inner", "none", be, ua]
|
|
1856
1856
|
}],
|
|
1857
1857
|
/**
|
|
1858
1858
|
* Box Shadow Color
|
|
@@ -2507,7 +2507,7 @@ const B = (e) => {
|
|
|
2507
2507
|
"font-size": ["leading"]
|
|
2508
2508
|
}
|
|
2509
2509
|
};
|
|
2510
|
-
},
|
|
2510
|
+
}, pa = (e, {
|
|
2511
2511
|
cacheSize: t,
|
|
2512
2512
|
prefix: n,
|
|
2513
2513
|
separator: r,
|
|
@@ -2517,27 +2517,27 @@ const B = (e) => {
|
|
|
2517
2517
|
}) => {
|
|
2518
2518
|
Be(e, "cacheSize", t), Be(e, "prefix", n), Be(e, "separator", r), Be(e, "experimentalParseClassName", o);
|
|
2519
2519
|
for (const i in a)
|
|
2520
|
-
|
|
2520
|
+
ma(e[i], a[i]);
|
|
2521
2521
|
for (const i in s)
|
|
2522
|
-
|
|
2522
|
+
ha(e[i], s[i]);
|
|
2523
2523
|
return e;
|
|
2524
2524
|
}, Be = (e, t, n) => {
|
|
2525
2525
|
n !== void 0 && (e[t] = n);
|
|
2526
|
-
},
|
|
2526
|
+
}, ma = (e, t) => {
|
|
2527
2527
|
if (t)
|
|
2528
2528
|
for (const n in t)
|
|
2529
2529
|
Be(e, n, t[n]);
|
|
2530
|
-
},
|
|
2530
|
+
}, ha = (e, t) => {
|
|
2531
2531
|
if (t)
|
|
2532
2532
|
for (const n in t) {
|
|
2533
2533
|
const r = t[n];
|
|
2534
2534
|
r !== void 0 && (e[n] = (e[n] || []).concat(r));
|
|
2535
2535
|
}
|
|
2536
|
-
},
|
|
2536
|
+
}, ga = (e, ...t) => typeof e == "function" ? Kn(Hn, e, ...t) : Kn(() => pa(Hn(), e), ...t), va = ga({
|
|
2537
2537
|
prefix: "ksjsui-"
|
|
2538
2538
|
});
|
|
2539
2539
|
function V(...e) {
|
|
2540
|
-
return
|
|
2540
|
+
return va(Or(e));
|
|
2541
2541
|
}
|
|
2542
2542
|
const $r = [
|
|
2543
2543
|
"#E60060",
|
|
@@ -2556,7 +2556,7 @@ const $r = [
|
|
|
2556
2556
|
"#9900E5",
|
|
2557
2557
|
"#747474",
|
|
2558
2558
|
"#191919"
|
|
2559
|
-
],
|
|
2559
|
+
], ba = qe(
|
|
2560
2560
|
[
|
|
2561
2561
|
"ksjsui-relative ksjsui-flex ksjsui-shrink-0 ksjsui-overflow-hidden ksjsui-rounded-full"
|
|
2562
2562
|
],
|
|
@@ -2572,16 +2572,16 @@ const $r = [
|
|
|
2572
2572
|
size: "md"
|
|
2573
2573
|
}
|
|
2574
2574
|
}
|
|
2575
|
-
),
|
|
2575
|
+
), wa = c.forwardRef(({ className: e, size: t, ...n }, r) => /* @__PURE__ */ b(
|
|
2576
2576
|
Ar,
|
|
2577
2577
|
{
|
|
2578
2578
|
ref: r,
|
|
2579
|
-
className: V(
|
|
2579
|
+
className: V(ba({ size: t, className: e })),
|
|
2580
2580
|
...n
|
|
2581
2581
|
}
|
|
2582
2582
|
));
|
|
2583
|
-
|
|
2584
|
-
const
|
|
2583
|
+
wa.displayName = Ar.displayName;
|
|
2584
|
+
const ya = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
2585
2585
|
Tr,
|
|
2586
2586
|
{
|
|
2587
2587
|
ref: n,
|
|
@@ -2589,8 +2589,8 @@ const wa = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
|
2589
2589
|
...t
|
|
2590
2590
|
}
|
|
2591
2591
|
));
|
|
2592
|
-
|
|
2593
|
-
const
|
|
2592
|
+
ya.displayName = Tr.displayName;
|
|
2593
|
+
const xa = c.forwardRef(({ className: e, ...t }, n) => {
|
|
2594
2594
|
var r;
|
|
2595
2595
|
return /* @__PURE__ */ b(
|
|
2596
2596
|
Mr,
|
|
@@ -2601,28 +2601,28 @@ const ya = c.forwardRef(({ className: e, ...t }, n) => {
|
|
|
2601
2601
|
e
|
|
2602
2602
|
),
|
|
2603
2603
|
style: {
|
|
2604
|
-
...
|
|
2604
|
+
...ka((r = t.children) == null ? void 0 : r.toString(), $r)
|
|
2605
2605
|
},
|
|
2606
2606
|
...t
|
|
2607
2607
|
}
|
|
2608
2608
|
);
|
|
2609
2609
|
});
|
|
2610
|
-
|
|
2611
|
-
function
|
|
2612
|
-
const n = e.substring(0, 2), r =
|
|
2610
|
+
xa.displayName = Mr.displayName;
|
|
2611
|
+
function ka(e = "", t = $r) {
|
|
2612
|
+
const n = e.substring(0, 2), r = Ca(n) % t.length, o = t[r], s = Ea(o);
|
|
2613
2613
|
return {
|
|
2614
2614
|
backgroundColor: o,
|
|
2615
2615
|
color: s
|
|
2616
2616
|
};
|
|
2617
2617
|
}
|
|
2618
|
-
function
|
|
2618
|
+
function Ca(e) {
|
|
2619
2619
|
const t = e.substring(0, 2);
|
|
2620
2620
|
return t.split("").reduce((r, o, s) => r + t.charCodeAt(s), 0);
|
|
2621
2621
|
}
|
|
2622
|
-
function
|
|
2622
|
+
function Ea(e) {
|
|
2623
2623
|
return e === "#fff" ? "#000" : "#fff";
|
|
2624
2624
|
}
|
|
2625
|
-
const
|
|
2625
|
+
const Sa = qe(
|
|
2626
2626
|
[
|
|
2627
2627
|
"ksjsui-inline-flex ksjsui-items-center ksjsui-justify-center ksjsui-whitespace-nowrap ksjsui-border ksjsui-border-transparent ksjsui-p-2 ksjsui-text-base ksjsui-font-medium ksjsui-ring-offset-background ksjsui-transition-colors",
|
|
2628
2628
|
"focus-visible:ksjsui-outline-none focus-visible:ksjsui-ring-2 focus-visible:ksjsui-ring-ring focus-visible:ksjsui-ring-offset-2",
|
|
@@ -2765,7 +2765,7 @@ const Ea = qe(
|
|
|
2765
2765
|
f ? q : "button",
|
|
2766
2766
|
{
|
|
2767
2767
|
className: V(
|
|
2768
|
-
|
|
2768
|
+
Sa({
|
|
2769
2769
|
variant: r,
|
|
2770
2770
|
color: o,
|
|
2771
2771
|
fullWidth: s,
|
|
@@ -2800,7 +2800,7 @@ function Ze({
|
|
|
2800
2800
|
onChange: n = () => {
|
|
2801
2801
|
}
|
|
2802
2802
|
}) {
|
|
2803
|
-
const [r, o] =
|
|
2803
|
+
const [r, o] = Ra({ defaultProp: t, onChange: n }), s = e !== void 0, a = s ? e : r, i = G(n), l = c.useCallback(
|
|
2804
2804
|
(u) => {
|
|
2805
2805
|
if (s) {
|
|
2806
2806
|
const d = typeof u == "function" ? u(e) : u;
|
|
@@ -2812,7 +2812,7 @@ function Ze({
|
|
|
2812
2812
|
);
|
|
2813
2813
|
return [a, l];
|
|
2814
2814
|
}
|
|
2815
|
-
function
|
|
2815
|
+
function Ra({
|
|
2816
2816
|
defaultProp: e,
|
|
2817
2817
|
onChange: t
|
|
2818
2818
|
}) {
|
|
@@ -2821,7 +2821,7 @@ function Sa({
|
|
|
2821
2821
|
o.current !== r && (s(r), o.current = r);
|
|
2822
2822
|
}, [r, o, s]), n;
|
|
2823
2823
|
}
|
|
2824
|
-
var
|
|
2824
|
+
var ja = [
|
|
2825
2825
|
"a",
|
|
2826
2826
|
"button",
|
|
2827
2827
|
"div",
|
|
@@ -2838,7 +2838,7 @@ var Ra = [
|
|
|
2838
2838
|
"span",
|
|
2839
2839
|
"svg",
|
|
2840
2840
|
"ul"
|
|
2841
|
-
], H =
|
|
2841
|
+
], H = ja.reduce((e, t) => {
|
|
2842
2842
|
const n = c.forwardRef((r, o) => {
|
|
2843
2843
|
const { asChild: s, ...a } = r, i = s ? q : t;
|
|
2844
2844
|
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ b(i, { ...a, ref: o });
|
|
@@ -2888,7 +2888,7 @@ function Br(e) {
|
|
|
2888
2888
|
r
|
|
2889
2889
|
];
|
|
2890
2890
|
}
|
|
2891
|
-
var Vr = c.createContext(void 0),
|
|
2891
|
+
var Vr = c.createContext(void 0), Wf = (e) => {
|
|
2892
2892
|
const { dir: t, children: n } = e;
|
|
2893
2893
|
return /* @__PURE__ */ b(Vr.Provider, { value: t, children: n });
|
|
2894
2894
|
};
|
|
@@ -2905,7 +2905,7 @@ function Gr(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
|
2905
2905
|
return t.addEventListener("keydown", r, { capture: !0 }), () => t.removeEventListener("keydown", r, { capture: !0 });
|
|
2906
2906
|
}, [n, t]);
|
|
2907
2907
|
}
|
|
2908
|
-
var
|
|
2908
|
+
var Pa = "DismissableLayer", Qt = "dismissableLayer.update", Aa = "dismissableLayer.pointerDownOutside", Ta = "dismissableLayer.focusOutside", Yn, Kr = c.createContext({
|
|
2909
2909
|
layers: /* @__PURE__ */ new Set(),
|
|
2910
2910
|
layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
|
|
2911
2911
|
branches: /* @__PURE__ */ new Set()
|
|
@@ -2919,10 +2919,10 @@ var ja = "DismissableLayer", Qt = "dismissableLayer.update", Pa = "dismissableLa
|
|
|
2919
2919
|
onInteractOutside: a,
|
|
2920
2920
|
onDismiss: i,
|
|
2921
2921
|
...l
|
|
2922
|
-
} = e, u = c.useContext(Kr), [f, d] = c.useState(null), m = (f == null ? void 0 : f.ownerDocument) ?? (globalThis == null ? void 0 : globalThis.document), [, g] = c.useState({}), v = U(t, (E) => d(E)), p = Array.from(u.layers), [h] = [...u.layersWithOutsidePointerEventsDisabled].slice(-1), w = p.indexOf(h), y = f ? p.indexOf(f) : -1, x = u.layersWithOutsidePointerEventsDisabled.size > 0, k = y >= w, C =
|
|
2922
|
+
} = e, u = c.useContext(Kr), [f, d] = c.useState(null), m = (f == null ? void 0 : f.ownerDocument) ?? (globalThis == null ? void 0 : globalThis.document), [, g] = c.useState({}), v = U(t, (E) => d(E)), p = Array.from(u.layers), [h] = [...u.layersWithOutsidePointerEventsDisabled].slice(-1), w = p.indexOf(h), y = f ? p.indexOf(f) : -1, x = u.layersWithOutsidePointerEventsDisabled.size > 0, k = y >= w, C = Oa((E) => {
|
|
2923
2923
|
const P = E.target, N = [...u.branches].some((O) => O.contains(P));
|
|
2924
2924
|
!k || N || (o == null || o(E), a == null || a(E), E.defaultPrevented || i == null || i());
|
|
2925
|
-
}, m), j =
|
|
2925
|
+
}, m), j = Ia((E) => {
|
|
2926
2926
|
const P = E.target;
|
|
2927
2927
|
[...u.branches].some((O) => O.contains(P)) || (s == null || s(E), a == null || a(E), E.defaultPrevented || i == null || i());
|
|
2928
2928
|
}, m);
|
|
@@ -2957,8 +2957,8 @@ var ja = "DismissableLayer", Qt = "dismissableLayer.update", Pa = "dismissableLa
|
|
|
2957
2957
|
);
|
|
2958
2958
|
}
|
|
2959
2959
|
);
|
|
2960
|
-
Hr.displayName =
|
|
2961
|
-
var
|
|
2960
|
+
Hr.displayName = Pa;
|
|
2961
|
+
var Ma = "DismissableLayerBranch", Na = c.forwardRef((e, t) => {
|
|
2962
2962
|
const n = c.useContext(Kr), r = c.useRef(null), o = U(t, r);
|
|
2963
2963
|
return c.useEffect(() => {
|
|
2964
2964
|
const s = r.current;
|
|
@@ -2968,8 +2968,8 @@ var Ta = "DismissableLayerBranch", Ma = c.forwardRef((e, t) => {
|
|
|
2968
2968
|
};
|
|
2969
2969
|
}, [n.branches]), /* @__PURE__ */ b(H.div, { ...e, ref: o });
|
|
2970
2970
|
});
|
|
2971
|
-
|
|
2972
|
-
function
|
|
2971
|
+
Na.displayName = Ma;
|
|
2972
|
+
function Oa(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
2973
2973
|
const n = G(e), r = c.useRef(!1), o = c.useRef(() => {
|
|
2974
2974
|
});
|
|
2975
2975
|
return c.useEffect(() => {
|
|
@@ -2977,7 +2977,7 @@ function Na(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
|
2977
2977
|
if (i.target && !r.current) {
|
|
2978
2978
|
let l = function() {
|
|
2979
2979
|
Yr(
|
|
2980
|
-
|
|
2980
|
+
Aa,
|
|
2981
2981
|
n,
|
|
2982
2982
|
u,
|
|
2983
2983
|
{ discrete: !0 }
|
|
@@ -2999,11 +2999,11 @@ function Na(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
|
2999
2999
|
onPointerDownCapture: () => r.current = !0
|
|
3000
3000
|
};
|
|
3001
3001
|
}
|
|
3002
|
-
function
|
|
3002
|
+
function Ia(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
3003
3003
|
const n = G(e), r = c.useRef(!1);
|
|
3004
3004
|
return c.useEffect(() => {
|
|
3005
3005
|
const o = (s) => {
|
|
3006
|
-
s.target && !r.current && Yr(
|
|
3006
|
+
s.target && !r.current && Yr(Ta, n, { originalEvent: s }, {
|
|
3007
3007
|
discrete: !1
|
|
3008
3008
|
});
|
|
3009
3009
|
};
|
|
@@ -3022,7 +3022,7 @@ function Yr(e, t, n, { discrete: r }) {
|
|
|
3022
3022
|
t && o.addEventListener(e, t, { once: !0 }), r ? Wr(o, s) : o.dispatchEvent(s);
|
|
3023
3023
|
}
|
|
3024
3024
|
var Dt = 0;
|
|
3025
|
-
function
|
|
3025
|
+
function _a() {
|
|
3026
3026
|
c.useEffect(() => {
|
|
3027
3027
|
const e = document.querySelectorAll("[data-radix-focus-guard]");
|
|
3028
3028
|
return document.body.insertAdjacentElement("afterbegin", e[0] ?? qn()), document.body.insertAdjacentElement("beforeend", e[1] ?? qn()), Dt++, () => {
|
|
@@ -3034,7 +3034,7 @@ function qn() {
|
|
|
3034
3034
|
const e = document.createElement("span");
|
|
3035
3035
|
return e.setAttribute("data-radix-focus-guard", ""), e.tabIndex = 0, e.style.outline = "none", e.style.opacity = "0", e.style.position = "fixed", e.style.pointerEvents = "none", e;
|
|
3036
3036
|
}
|
|
3037
|
-
var Lt = "focusScope.autoFocusOnMount", Ft = "focusScope.autoFocusOnUnmount", Zn = { bubbles: !1, cancelable: !0 },
|
|
3037
|
+
var Lt = "focusScope.autoFocusOnMount", Ft = "focusScope.autoFocusOnUnmount", Zn = { bubbles: !1, cancelable: !0 }, Da = "FocusScope", Xr = c.forwardRef((e, t) => {
|
|
3038
3038
|
const {
|
|
3039
3039
|
loop: n = !1,
|
|
3040
3040
|
trapped: r = !1,
|
|
@@ -3077,7 +3077,7 @@ var Lt = "focusScope.autoFocusOnMount", Ft = "focusScope.autoFocusOnUnmount", Zn
|
|
|
3077
3077
|
const p = document.activeElement;
|
|
3078
3078
|
if (!i.contains(p)) {
|
|
3079
3079
|
const w = new CustomEvent(Lt, Zn);
|
|
3080
|
-
i.addEventListener(Lt, u), i.dispatchEvent(w), w.defaultPrevented || (
|
|
3080
|
+
i.addEventListener(Lt, u), i.dispatchEvent(w), w.defaultPrevented || (La(Ba(qr(i)), { select: !0 }), document.activeElement === p && we(i));
|
|
3081
3081
|
}
|
|
3082
3082
|
return () => {
|
|
3083
3083
|
i.removeEventListener(Lt, u), setTimeout(() => {
|
|
@@ -3092,7 +3092,7 @@ var Lt = "focusScope.autoFocusOnMount", Ft = "focusScope.autoFocusOnUnmount", Zn
|
|
|
3092
3092
|
if (!n && !r || g.paused) return;
|
|
3093
3093
|
const h = p.key === "Tab" && !p.altKey && !p.ctrlKey && !p.metaKey, w = document.activeElement;
|
|
3094
3094
|
if (h && w) {
|
|
3095
|
-
const y = p.currentTarget, [x, k] =
|
|
3095
|
+
const y = p.currentTarget, [x, k] = Fa(y);
|
|
3096
3096
|
x && k ? !p.shiftKey && w === k ? (p.preventDefault(), n && we(x, { select: !0 })) : p.shiftKey && w === x && (p.preventDefault(), n && we(k, { select: !0 })) : w === y && p.preventDefault();
|
|
3097
3097
|
}
|
|
3098
3098
|
},
|
|
@@ -3100,13 +3100,13 @@ var Lt = "focusScope.autoFocusOnMount", Ft = "focusScope.autoFocusOnUnmount", Zn
|
|
|
3100
3100
|
);
|
|
3101
3101
|
return /* @__PURE__ */ b(H.div, { tabIndex: -1, ...a, ref: m, onKeyDown: v });
|
|
3102
3102
|
});
|
|
3103
|
-
Xr.displayName =
|
|
3104
|
-
function
|
|
3103
|
+
Xr.displayName = Da;
|
|
3104
|
+
function La(e, { select: t = !1 } = {}) {
|
|
3105
3105
|
const n = document.activeElement;
|
|
3106
3106
|
for (const r of e)
|
|
3107
3107
|
if (we(r, { select: t }), document.activeElement !== n) return;
|
|
3108
3108
|
}
|
|
3109
|
-
function
|
|
3109
|
+
function Fa(e) {
|
|
3110
3110
|
const t = qr(e), n = Qn(t, e), r = Qn(t.reverse(), e);
|
|
3111
3111
|
return [n, r];
|
|
3112
3112
|
}
|
|
@@ -3122,9 +3122,9 @@ function qr(e) {
|
|
|
3122
3122
|
}
|
|
3123
3123
|
function Qn(e, t) {
|
|
3124
3124
|
for (const n of e)
|
|
3125
|
-
if (
|
|
3125
|
+
if (!$a(n, { upTo: t })) return n;
|
|
3126
3126
|
}
|
|
3127
|
-
function
|
|
3127
|
+
function $a(e, { upTo: t }) {
|
|
3128
3128
|
if (getComputedStyle(e).visibility === "hidden") return !0;
|
|
3129
3129
|
for (; e; ) {
|
|
3130
3130
|
if (t !== void 0 && e === t) return !1;
|
|
@@ -3133,17 +3133,17 @@ function Fa(e, { upTo: t }) {
|
|
|
3133
3133
|
}
|
|
3134
3134
|
return !1;
|
|
3135
3135
|
}
|
|
3136
|
-
function
|
|
3136
|
+
function za(e) {
|
|
3137
3137
|
return e instanceof HTMLInputElement && "select" in e;
|
|
3138
3138
|
}
|
|
3139
3139
|
function we(e, { select: t = !1 } = {}) {
|
|
3140
3140
|
if (e && e.focus) {
|
|
3141
3141
|
const n = document.activeElement;
|
|
3142
|
-
e.focus({ preventScroll: !0 }), e !== n &&
|
|
3142
|
+
e.focus({ preventScroll: !0 }), e !== n && za(e) && t && e.select();
|
|
3143
3143
|
}
|
|
3144
3144
|
}
|
|
3145
|
-
var Jn =
|
|
3146
|
-
function
|
|
3145
|
+
var Jn = Wa();
|
|
3146
|
+
function Wa() {
|
|
3147
3147
|
let e = [];
|
|
3148
3148
|
return {
|
|
3149
3149
|
add(t) {
|
|
@@ -3160,26 +3160,26 @@ function er(e, t) {
|
|
|
3160
3160
|
const n = [...e], r = n.indexOf(t);
|
|
3161
3161
|
return r !== -1 && n.splice(r, 1), n;
|
|
3162
3162
|
}
|
|
3163
|
-
function
|
|
3163
|
+
function Ba(e) {
|
|
3164
3164
|
return e.filter((t) => t.tagName !== "A");
|
|
3165
3165
|
}
|
|
3166
|
-
var
|
|
3167
|
-
}),
|
|
3166
|
+
var Va = c.useId || (() => {
|
|
3167
|
+
}), Ua = 0;
|
|
3168
3168
|
function Ge(e) {
|
|
3169
|
-
const [t, n] = c.useState(
|
|
3169
|
+
const [t, n] = c.useState(Va());
|
|
3170
3170
|
return J(() => {
|
|
3171
|
-
e || n((r) => r ?? String(
|
|
3171
|
+
e || n((r) => r ?? String(Ua++));
|
|
3172
3172
|
}, [e]), e || (t ? `radix-${t}` : "");
|
|
3173
3173
|
}
|
|
3174
|
-
const
|
|
3174
|
+
const Ga = ["top", "right", "bottom", "left"], ye = Math.min, Z = Math.max, bt = Math.round, st = Math.floor, ae = (e) => ({
|
|
3175
3175
|
x: e,
|
|
3176
3176
|
y: e
|
|
3177
|
-
}),
|
|
3177
|
+
}), Ka = {
|
|
3178
3178
|
left: "right",
|
|
3179
3179
|
right: "left",
|
|
3180
3180
|
bottom: "top",
|
|
3181
3181
|
top: "bottom"
|
|
3182
|
-
},
|
|
3182
|
+
}, Ha = {
|
|
3183
3183
|
start: "end",
|
|
3184
3184
|
end: "start"
|
|
3185
3185
|
};
|
|
@@ -3207,20 +3207,20 @@ function xe(e) {
|
|
|
3207
3207
|
function gn(e) {
|
|
3208
3208
|
return mn(xe(e));
|
|
3209
3209
|
}
|
|
3210
|
-
function
|
|
3210
|
+
function Ya(e, t, n) {
|
|
3211
3211
|
n === void 0 && (n = !1);
|
|
3212
3212
|
const r = _e(e), o = gn(e), s = hn(o);
|
|
3213
3213
|
let a = o === "x" ? r === (n ? "end" : "start") ? "right" : "left" : r === "start" ? "bottom" : "top";
|
|
3214
3214
|
return t.reference[s] > t.floating[s] && (a = wt(a)), [a, wt(a)];
|
|
3215
3215
|
}
|
|
3216
|
-
function
|
|
3216
|
+
function Xa(e) {
|
|
3217
3217
|
const t = wt(e);
|
|
3218
3218
|
return [en(e), t, en(t)];
|
|
3219
3219
|
}
|
|
3220
3220
|
function en(e) {
|
|
3221
|
-
return e.replace(/start|end/g, (t) =>
|
|
3221
|
+
return e.replace(/start|end/g, (t) => Ha[t]);
|
|
3222
3222
|
}
|
|
3223
|
-
function
|
|
3223
|
+
function qa(e, t, n) {
|
|
3224
3224
|
const r = ["left", "right"], o = ["right", "left"], s = ["top", "bottom"], a = ["bottom", "top"];
|
|
3225
3225
|
switch (e) {
|
|
3226
3226
|
case "top":
|
|
@@ -3233,15 +3233,15 @@ function Xa(e, t, n) {
|
|
|
3233
3233
|
return [];
|
|
3234
3234
|
}
|
|
3235
3235
|
}
|
|
3236
|
-
function
|
|
3236
|
+
function Za(e, t, n, r) {
|
|
3237
3237
|
const o = _e(e);
|
|
3238
|
-
let s =
|
|
3238
|
+
let s = qa(me(e), n === "start", r);
|
|
3239
3239
|
return o && (s = s.map((a) => a + "-" + o), t && (s = s.concat(s.map(en)))), s;
|
|
3240
3240
|
}
|
|
3241
3241
|
function wt(e) {
|
|
3242
|
-
return e.replace(/left|right|bottom|top/g, (t) =>
|
|
3242
|
+
return e.replace(/left|right|bottom|top/g, (t) => Ka[t]);
|
|
3243
3243
|
}
|
|
3244
|
-
function
|
|
3244
|
+
function Qa(e) {
|
|
3245
3245
|
return {
|
|
3246
3246
|
top: 0,
|
|
3247
3247
|
right: 0,
|
|
@@ -3251,7 +3251,7 @@ function Za(e) {
|
|
|
3251
3251
|
};
|
|
3252
3252
|
}
|
|
3253
3253
|
function Zr(e) {
|
|
3254
|
-
return typeof e != "number" ?
|
|
3254
|
+
return typeof e != "number" ? Qa(e) : {
|
|
3255
3255
|
top: e,
|
|
3256
3256
|
right: e,
|
|
3257
3257
|
bottom: e,
|
|
@@ -3324,7 +3324,7 @@ function tr(e, t, n) {
|
|
|
3324
3324
|
}
|
|
3325
3325
|
return g;
|
|
3326
3326
|
}
|
|
3327
|
-
const
|
|
3327
|
+
const Ja = async (e, t, n) => {
|
|
3328
3328
|
const {
|
|
3329
3329
|
placement: r = "bottom",
|
|
3330
3330
|
strategy: o = "absolute",
|
|
@@ -3430,7 +3430,7 @@ async function Ke(e, t) {
|
|
|
3430
3430
|
right: (C.right - w.right + v.right) / k.x
|
|
3431
3431
|
};
|
|
3432
3432
|
}
|
|
3433
|
-
const
|
|
3433
|
+
const ec = (e) => ({
|
|
3434
3434
|
name: "arrow",
|
|
3435
3435
|
options: e,
|
|
3436
3436
|
async fn(t) {
|
|
@@ -3467,7 +3467,7 @@ const Ja = (e) => ({
|
|
|
3467
3467
|
reset: I
|
|
3468
3468
|
};
|
|
3469
3469
|
}
|
|
3470
|
-
}),
|
|
3470
|
+
}), tc = function(e) {
|
|
3471
3471
|
return e === void 0 && (e = {}), {
|
|
3472
3472
|
name: "flip",
|
|
3473
3473
|
options: e,
|
|
@@ -3491,12 +3491,12 @@ const Ja = (e) => ({
|
|
|
3491
3491
|
} = pe(e, t);
|
|
3492
3492
|
if ((n = s.arrow) != null && n.alignmentOffset)
|
|
3493
3493
|
return {};
|
|
3494
|
-
const w = me(o), y = xe(i), x = me(i) === i, k = await (l.isRTL == null ? void 0 : l.isRTL(u.floating)), C = m || (x || !p ? [wt(i)] :
|
|
3495
|
-
!m && j && C.push(...
|
|
3494
|
+
const w = me(o), y = xe(i), x = me(i) === i, k = await (l.isRTL == null ? void 0 : l.isRTL(u.floating)), C = m || (x || !p ? [wt(i)] : Xa(i)), j = v !== "none";
|
|
3495
|
+
!m && j && C.push(...Za(i, p, v, k));
|
|
3496
3496
|
const E = [i, ...C], P = await Ke(t, h), N = [];
|
|
3497
3497
|
let O = ((r = s.flip) == null ? void 0 : r.overflows) || [];
|
|
3498
3498
|
if (f && N.push(P[w]), d) {
|
|
3499
|
-
const S =
|
|
3499
|
+
const S = Ya(o, a, k);
|
|
3500
3500
|
N.push(P[S[0]], P[S[1]]);
|
|
3501
3501
|
}
|
|
3502
3502
|
if (O = [...O, {
|
|
@@ -3556,9 +3556,9 @@ function nr(e, t) {
|
|
|
3556
3556
|
};
|
|
3557
3557
|
}
|
|
3558
3558
|
function rr(e) {
|
|
3559
|
-
return
|
|
3559
|
+
return Ga.some((t) => e[t] >= 0);
|
|
3560
3560
|
}
|
|
3561
|
-
const
|
|
3561
|
+
const nc = function(e) {
|
|
3562
3562
|
return e === void 0 && (e = {}), {
|
|
3563
3563
|
name: "hide",
|
|
3564
3564
|
options: e,
|
|
@@ -3600,7 +3600,7 @@ const tc = function(e) {
|
|
|
3600
3600
|
}
|
|
3601
3601
|
};
|
|
3602
3602
|
};
|
|
3603
|
-
async function
|
|
3603
|
+
async function rc(e, t) {
|
|
3604
3604
|
const {
|
|
3605
3605
|
placement: n,
|
|
3606
3606
|
platform: r,
|
|
@@ -3627,7 +3627,7 @@ async function nc(e, t) {
|
|
|
3627
3627
|
y: g * f
|
|
3628
3628
|
};
|
|
3629
3629
|
}
|
|
3630
|
-
const
|
|
3630
|
+
const oc = function(e) {
|
|
3631
3631
|
return e === void 0 && (e = 0), {
|
|
3632
3632
|
name: "offset",
|
|
3633
3633
|
options: e,
|
|
@@ -3638,7 +3638,7 @@ const rc = function(e) {
|
|
|
3638
3638
|
y: s,
|
|
3639
3639
|
placement: a,
|
|
3640
3640
|
middlewareData: i
|
|
3641
|
-
} = t, l = await
|
|
3641
|
+
} = t, l = await rc(t, e);
|
|
3642
3642
|
return a === ((n = i.offset) == null ? void 0 : n.placement) && (r = i.arrow) != null && r.alignmentOffset ? {} : {
|
|
3643
3643
|
x: o + l.x,
|
|
3644
3644
|
y: s + l.y,
|
|
@@ -3649,7 +3649,7 @@ const rc = function(e) {
|
|
|
3649
3649
|
};
|
|
3650
3650
|
}
|
|
3651
3651
|
};
|
|
3652
|
-
},
|
|
3652
|
+
}, sc = function(e) {
|
|
3653
3653
|
return e === void 0 && (e = {}), {
|
|
3654
3654
|
name: "shift",
|
|
3655
3655
|
options: e,
|
|
@@ -3705,7 +3705,7 @@ const rc = function(e) {
|
|
|
3705
3705
|
};
|
|
3706
3706
|
}
|
|
3707
3707
|
};
|
|
3708
|
-
},
|
|
3708
|
+
}, ic = function(e) {
|
|
3709
3709
|
return e === void 0 && (e = {}), {
|
|
3710
3710
|
options: e,
|
|
3711
3711
|
fn(t) {
|
|
@@ -3747,7 +3747,7 @@ const rc = function(e) {
|
|
|
3747
3747
|
};
|
|
3748
3748
|
}
|
|
3749
3749
|
};
|
|
3750
|
-
},
|
|
3750
|
+
}, ac = function(e) {
|
|
3751
3751
|
return e === void 0 && (e = {}), {
|
|
3752
3752
|
name: "size",
|
|
3753
3753
|
options: e,
|
|
@@ -3823,7 +3823,7 @@ function Qe(e) {
|
|
|
3823
3823
|
} = oe(e);
|
|
3824
3824
|
return /auto|scroll|overlay|hidden|clip/.test(t + r + n) && !["inline", "contents"].includes(o);
|
|
3825
3825
|
}
|
|
3826
|
-
function
|
|
3826
|
+
function cc(e) {
|
|
3827
3827
|
return ["table", "td", "th"].includes(De(e));
|
|
3828
3828
|
}
|
|
3829
3829
|
function jt(e) {
|
|
@@ -3837,9 +3837,9 @@ function jt(e) {
|
|
|
3837
3837
|
}
|
|
3838
3838
|
function vn(e) {
|
|
3839
3839
|
const t = bn(), n = re(e) ? oe(e) : e;
|
|
3840
|
-
return
|
|
3840
|
+
return ["transform", "translate", "scale", "rotate", "perspective"].some((r) => n[r] ? n[r] !== "none" : !1) || (n.containerType ? n.containerType !== "normal" : !1) || !t && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !t && (n.filter ? n.filter !== "none" : !1) || ["transform", "translate", "scale", "rotate", "perspective", "filter"].some((r) => (n.willChange || "").includes(r)) || ["paint", "layout", "strict", "content"].some((r) => (n.contain || "").includes(r));
|
|
3841
3841
|
}
|
|
3842
|
-
function
|
|
3842
|
+
function uc(e) {
|
|
3843
3843
|
let t = ke(e);
|
|
3844
3844
|
for (; ce(t) && !Oe(t); ) {
|
|
3845
3845
|
if (vn(t))
|
|
@@ -3925,15 +3925,15 @@ function Me(e) {
|
|
|
3925
3925
|
y: i
|
|
3926
3926
|
};
|
|
3927
3927
|
}
|
|
3928
|
-
const
|
|
3928
|
+
const lc = /* @__PURE__ */ ae(0);
|
|
3929
3929
|
function to(e) {
|
|
3930
3930
|
const t = Q(e);
|
|
3931
|
-
return !bn() || !t.visualViewport ?
|
|
3931
|
+
return !bn() || !t.visualViewport ? lc : {
|
|
3932
3932
|
x: t.visualViewport.offsetLeft,
|
|
3933
3933
|
y: t.visualViewport.offsetTop
|
|
3934
3934
|
};
|
|
3935
3935
|
}
|
|
3936
|
-
function
|
|
3936
|
+
function dc(e, t, n) {
|
|
3937
3937
|
return t === void 0 && (t = !1), !n || t && n !== Q(e) ? !1 : t;
|
|
3938
3938
|
}
|
|
3939
3939
|
function Se(e, t, n, r) {
|
|
@@ -3941,7 +3941,7 @@ function Se(e, t, n, r) {
|
|
|
3941
3941
|
const o = e.getBoundingClientRect(), s = wn(e);
|
|
3942
3942
|
let a = ae(1);
|
|
3943
3943
|
t && (r ? re(r) && (a = Me(r)) : a = Me(e));
|
|
3944
|
-
const i =
|
|
3944
|
+
const i = dc(s, n, r) ? to(s) : ae(0);
|
|
3945
3945
|
let l = (o.left + i.x) / a.x, u = (o.top + i.y) / a.y, f = o.width / a.x, d = o.height / a.y;
|
|
3946
3946
|
if (s) {
|
|
3947
3947
|
const m = Q(s), g = r && re(r) ? Q(r) : r;
|
|
@@ -3973,7 +3973,7 @@ function no(e, t, n) {
|
|
|
3973
3973
|
y: s
|
|
3974
3974
|
};
|
|
3975
3975
|
}
|
|
3976
|
-
function
|
|
3976
|
+
function fc(e) {
|
|
3977
3977
|
let {
|
|
3978
3978
|
elements: t,
|
|
3979
3979
|
rect: n,
|
|
@@ -4000,10 +4000,10 @@ function dc(e) {
|
|
|
4000
4000
|
y: n.y * u.y - l.scrollTop * u.y + f.y + m.y
|
|
4001
4001
|
};
|
|
4002
4002
|
}
|
|
4003
|
-
function
|
|
4003
|
+
function pc(e) {
|
|
4004
4004
|
return Array.from(e.getClientRects());
|
|
4005
4005
|
}
|
|
4006
|
-
function
|
|
4006
|
+
function mc(e) {
|
|
4007
4007
|
const t = ue(e), n = Pt(e), r = e.ownerDocument.body, o = Z(t.scrollWidth, t.clientWidth, r.scrollWidth, r.clientWidth), s = Z(t.scrollHeight, t.clientHeight, r.scrollHeight, r.clientHeight);
|
|
4008
4008
|
let a = -n.scrollLeft + yn(e);
|
|
4009
4009
|
const i = -n.scrollTop;
|
|
@@ -4014,7 +4014,7 @@ function pc(e) {
|
|
|
4014
4014
|
y: i
|
|
4015
4015
|
};
|
|
4016
4016
|
}
|
|
4017
|
-
function
|
|
4017
|
+
function hc(e, t) {
|
|
4018
4018
|
const n = Q(e), r = ue(e), o = n.visualViewport;
|
|
4019
4019
|
let s = r.clientWidth, a = r.clientHeight, i = 0, l = 0;
|
|
4020
4020
|
if (o) {
|
|
@@ -4029,7 +4029,7 @@ function mc(e, t) {
|
|
|
4029
4029
|
y: l
|
|
4030
4030
|
};
|
|
4031
4031
|
}
|
|
4032
|
-
function
|
|
4032
|
+
function gc(e, t) {
|
|
4033
4033
|
const n = Se(e, !0, t === "fixed"), r = n.top + e.clientTop, o = n.left + e.clientLeft, s = ce(e) ? Me(e) : ae(1), a = e.clientWidth * s.x, i = e.clientHeight * s.y, l = o * s.x, u = r * s.y;
|
|
4034
4034
|
return {
|
|
4035
4035
|
width: a,
|
|
@@ -4041,11 +4041,11 @@ function hc(e, t) {
|
|
|
4041
4041
|
function sr(e, t, n) {
|
|
4042
4042
|
let r;
|
|
4043
4043
|
if (t === "viewport")
|
|
4044
|
-
r =
|
|
4044
|
+
r = hc(e, n);
|
|
4045
4045
|
else if (t === "document")
|
|
4046
|
-
r =
|
|
4046
|
+
r = mc(ue(e));
|
|
4047
4047
|
else if (re(t))
|
|
4048
|
-
r =
|
|
4048
|
+
r = gc(t, n);
|
|
4049
4049
|
else {
|
|
4050
4050
|
const o = to(e);
|
|
4051
4051
|
r = {
|
|
@@ -4061,7 +4061,7 @@ function ro(e, t) {
|
|
|
4061
4061
|
const n = ke(e);
|
|
4062
4062
|
return n === t || !re(n) || Oe(n) ? !1 : oe(n).position === "fixed" || ro(n, t);
|
|
4063
4063
|
}
|
|
4064
|
-
function
|
|
4064
|
+
function vc(e, t) {
|
|
4065
4065
|
const n = t.get(e);
|
|
4066
4066
|
if (n)
|
|
4067
4067
|
return n;
|
|
@@ -4074,14 +4074,14 @@ function gc(e, t) {
|
|
|
4074
4074
|
}
|
|
4075
4075
|
return t.set(e, r), r;
|
|
4076
4076
|
}
|
|
4077
|
-
function
|
|
4077
|
+
function bc(e) {
|
|
4078
4078
|
let {
|
|
4079
4079
|
element: t,
|
|
4080
4080
|
boundary: n,
|
|
4081
4081
|
rootBoundary: r,
|
|
4082
4082
|
strategy: o
|
|
4083
4083
|
} = e;
|
|
4084
|
-
const a = [...n === "clippingAncestors" ? jt(t) ? [] :
|
|
4084
|
+
const a = [...n === "clippingAncestors" ? jt(t) ? [] : vc(t, this._c) : [].concat(n), r], i = a[0], l = a.reduce((u, f) => {
|
|
4085
4085
|
const d = sr(t, f, o);
|
|
4086
4086
|
return u.top = Z(d.top, u.top), u.right = ye(d.right, u.right), u.bottom = ye(d.bottom, u.bottom), u.left = Z(d.left, u.left), u;
|
|
4087
4087
|
}, sr(t, i, o));
|
|
@@ -4092,7 +4092,7 @@ function vc(e) {
|
|
|
4092
4092
|
y: l.top
|
|
4093
4093
|
};
|
|
4094
4094
|
}
|
|
4095
|
-
function
|
|
4095
|
+
function wc(e) {
|
|
4096
4096
|
const {
|
|
4097
4097
|
width: t,
|
|
4098
4098
|
height: n
|
|
@@ -4102,7 +4102,7 @@ function bc(e) {
|
|
|
4102
4102
|
height: n
|
|
4103
4103
|
};
|
|
4104
4104
|
}
|
|
4105
|
-
function
|
|
4105
|
+
function yc(e, t, n) {
|
|
4106
4106
|
const r = ce(t), o = ue(t), s = n === "fixed", a = Se(e, !0, s, t);
|
|
4107
4107
|
let i = {
|
|
4108
4108
|
scrollLeft: 0,
|
|
@@ -4147,14 +4147,14 @@ function oo(e, t) {
|
|
|
4147
4147
|
return n;
|
|
4148
4148
|
}
|
|
4149
4149
|
let r = ir(e, t);
|
|
4150
|
-
for (; r &&
|
|
4150
|
+
for (; r && cc(r) && $t(r); )
|
|
4151
4151
|
r = ir(r, t);
|
|
4152
|
-
return r && Oe(r) && $t(r) && !vn(r) ? n : r ||
|
|
4152
|
+
return r && Oe(r) && $t(r) && !vn(r) ? n : r || uc(e) || n;
|
|
4153
4153
|
}
|
|
4154
|
-
const
|
|
4154
|
+
const xc = async function(e) {
|
|
4155
4155
|
const t = this.getOffsetParent || oo, n = this.getDimensions, r = await n(e.floating);
|
|
4156
4156
|
return {
|
|
4157
|
-
reference:
|
|
4157
|
+
reference: yc(e.reference, await t(e.floating), e.strategy),
|
|
4158
4158
|
floating: {
|
|
4159
4159
|
x: 0,
|
|
4160
4160
|
y: 0,
|
|
@@ -4163,22 +4163,25 @@ const yc = async function(e) {
|
|
|
4163
4163
|
}
|
|
4164
4164
|
};
|
|
4165
4165
|
};
|
|
4166
|
-
function
|
|
4166
|
+
function kc(e) {
|
|
4167
4167
|
return oe(e).direction === "rtl";
|
|
4168
4168
|
}
|
|
4169
|
-
const
|
|
4170
|
-
convertOffsetParentRelativeRectToViewportRelativeRect:
|
|
4169
|
+
const Cc = {
|
|
4170
|
+
convertOffsetParentRelativeRectToViewportRelativeRect: fc,
|
|
4171
4171
|
getDocumentElement: ue,
|
|
4172
|
-
getClippingRect:
|
|
4172
|
+
getClippingRect: bc,
|
|
4173
4173
|
getOffsetParent: oo,
|
|
4174
|
-
getElementRects:
|
|
4175
|
-
getClientRects:
|
|
4176
|
-
getDimensions:
|
|
4174
|
+
getElementRects: xc,
|
|
4175
|
+
getClientRects: pc,
|
|
4176
|
+
getDimensions: wc,
|
|
4177
4177
|
getScale: Me,
|
|
4178
4178
|
isElement: re,
|
|
4179
|
-
isRTL:
|
|
4179
|
+
isRTL: kc
|
|
4180
4180
|
};
|
|
4181
|
-
function
|
|
4181
|
+
function so(e, t) {
|
|
4182
|
+
return e.x === t.x && e.y === t.y && e.width === t.width && e.height === t.height;
|
|
4183
|
+
}
|
|
4184
|
+
function Ec(e, t) {
|
|
4182
4185
|
let n = null, r;
|
|
4183
4186
|
const o = ue(e);
|
|
4184
4187
|
function s() {
|
|
@@ -4187,44 +4190,44 @@ function Cc(e, t) {
|
|
|
4187
4190
|
}
|
|
4188
4191
|
function a(i, l) {
|
|
4189
4192
|
i === void 0 && (i = !1), l === void 0 && (l = 1), s();
|
|
4190
|
-
const {
|
|
4191
|
-
left:
|
|
4192
|
-
top:
|
|
4193
|
-
width:
|
|
4194
|
-
height:
|
|
4195
|
-
} =
|
|
4196
|
-
if (i || t(), !
|
|
4193
|
+
const u = e.getBoundingClientRect(), {
|
|
4194
|
+
left: f,
|
|
4195
|
+
top: d,
|
|
4196
|
+
width: m,
|
|
4197
|
+
height: g
|
|
4198
|
+
} = u;
|
|
4199
|
+
if (i || t(), !m || !g)
|
|
4197
4200
|
return;
|
|
4198
|
-
const
|
|
4199
|
-
rootMargin: -
|
|
4201
|
+
const v = st(d), p = st(o.clientWidth - (f + m)), h = st(o.clientHeight - (d + g)), w = st(f), x = {
|
|
4202
|
+
rootMargin: -v + "px " + -p + "px " + -h + "px " + -w + "px",
|
|
4200
4203
|
threshold: Z(0, ye(1, l)) || 1
|
|
4201
4204
|
};
|
|
4202
|
-
let
|
|
4203
|
-
function
|
|
4204
|
-
const
|
|
4205
|
-
if (
|
|
4206
|
-
if (!
|
|
4205
|
+
let k = !0;
|
|
4206
|
+
function C(j) {
|
|
4207
|
+
const E = j[0].intersectionRatio;
|
|
4208
|
+
if (E !== l) {
|
|
4209
|
+
if (!k)
|
|
4207
4210
|
return a();
|
|
4208
|
-
|
|
4211
|
+
E ? a(!1, E) : r = setTimeout(() => {
|
|
4209
4212
|
a(!1, 1e-7);
|
|
4210
4213
|
}, 1e3);
|
|
4211
4214
|
}
|
|
4212
|
-
|
|
4215
|
+
E === 1 && !so(u, e.getBoundingClientRect()) && a(), k = !1;
|
|
4213
4216
|
}
|
|
4214
4217
|
try {
|
|
4215
|
-
n = new IntersectionObserver(
|
|
4216
|
-
...
|
|
4218
|
+
n = new IntersectionObserver(C, {
|
|
4219
|
+
...x,
|
|
4217
4220
|
// Handle <iframe>s
|
|
4218
4221
|
root: o.ownerDocument
|
|
4219
4222
|
});
|
|
4220
4223
|
} catch {
|
|
4221
|
-
n = new IntersectionObserver(
|
|
4224
|
+
n = new IntersectionObserver(C, x);
|
|
4222
4225
|
}
|
|
4223
4226
|
n.observe(e);
|
|
4224
4227
|
}
|
|
4225
4228
|
return a(!0), s;
|
|
4226
4229
|
}
|
|
4227
|
-
function
|
|
4230
|
+
function Sc(e, t, n, r) {
|
|
4228
4231
|
r === void 0 && (r = {});
|
|
4229
4232
|
const {
|
|
4230
4233
|
ancestorScroll: o = !0,
|
|
@@ -4238,7 +4241,7 @@ function Ec(e, t, n, r) {
|
|
|
4238
4241
|
passive: !0
|
|
4239
4242
|
}), s && w.addEventListener("resize", n);
|
|
4240
4243
|
});
|
|
4241
|
-
const d = u && i ?
|
|
4244
|
+
const d = u && i ? Ec(u, n) : null;
|
|
4242
4245
|
let m = -1, g = null;
|
|
4243
4246
|
a && (g = new ResizeObserver((w) => {
|
|
4244
4247
|
let [y] = w;
|
|
@@ -4251,7 +4254,7 @@ function Ec(e, t, n, r) {
|
|
|
4251
4254
|
l && h();
|
|
4252
4255
|
function h() {
|
|
4253
4256
|
const w = Se(e);
|
|
4254
|
-
p && (
|
|
4257
|
+
p && !so(p, w) && n(), p = w, v = requestAnimationFrame(h);
|
|
4255
4258
|
}
|
|
4256
4259
|
return n(), () => {
|
|
4257
4260
|
var w;
|
|
@@ -4260,20 +4263,20 @@ function Ec(e, t, n, r) {
|
|
|
4260
4263
|
}), d == null || d(), (w = g) == null || w.disconnect(), g = null, l && cancelAnimationFrame(v);
|
|
4261
4264
|
};
|
|
4262
4265
|
}
|
|
4263
|
-
const
|
|
4266
|
+
const Rc = oc, jc = sc, Pc = tc, Ac = ac, Tc = nc, ar = ec, Mc = ic, Nc = (e, t, n) => {
|
|
4264
4267
|
const r = /* @__PURE__ */ new Map(), o = {
|
|
4265
|
-
platform:
|
|
4268
|
+
platform: Cc,
|
|
4266
4269
|
...n
|
|
4267
4270
|
}, s = {
|
|
4268
4271
|
...o.platform,
|
|
4269
4272
|
_c: r
|
|
4270
4273
|
};
|
|
4271
|
-
return
|
|
4274
|
+
return Ja(e, t, {
|
|
4272
4275
|
...o,
|
|
4273
4276
|
platform: s
|
|
4274
4277
|
});
|
|
4275
4278
|
};
|
|
4276
|
-
var pt = typeof document < "u" ?
|
|
4279
|
+
var pt = typeof document < "u" ? ji : Pi;
|
|
4277
4280
|
function xt(e, t) {
|
|
4278
4281
|
if (e === t)
|
|
4279
4282
|
return !0;
|
|
@@ -4304,11 +4307,11 @@ function xt(e, t) {
|
|
|
4304
4307
|
}
|
|
4305
4308
|
return e !== e && t !== t;
|
|
4306
4309
|
}
|
|
4307
|
-
function
|
|
4310
|
+
function io(e) {
|
|
4308
4311
|
return typeof window > "u" ? 1 : (e.ownerDocument.defaultView || window).devicePixelRatio || 1;
|
|
4309
4312
|
}
|
|
4310
4313
|
function cr(e, t) {
|
|
4311
|
-
const n =
|
|
4314
|
+
const n = io(e);
|
|
4312
4315
|
return Math.round(t * n) / n;
|
|
4313
4316
|
}
|
|
4314
4317
|
function zt(e) {
|
|
@@ -4317,7 +4320,7 @@ function zt(e) {
|
|
|
4317
4320
|
t.current = e;
|
|
4318
4321
|
}), t;
|
|
4319
4322
|
}
|
|
4320
|
-
function
|
|
4323
|
+
function Oc(e) {
|
|
4321
4324
|
e === void 0 && (e = {});
|
|
4322
4325
|
const {
|
|
4323
4326
|
placement: t = "bottom",
|
|
@@ -4352,7 +4355,7 @@ function Nc(e) {
|
|
|
4352
4355
|
strategy: n,
|
|
4353
4356
|
middleware: m
|
|
4354
4357
|
};
|
|
4355
|
-
D.current && (T.platform = D.current),
|
|
4358
|
+
D.current && (T.platform = D.current), Nc(j.current, E.current, T).then((R) => {
|
|
4356
4359
|
const z = {
|
|
4357
4360
|
...R,
|
|
4358
4361
|
// The floating element's position may be recomputed while it's closed
|
|
@@ -4402,7 +4405,7 @@ function Nc(e) {
|
|
|
4402
4405
|
return i ? {
|
|
4403
4406
|
...T,
|
|
4404
4407
|
transform: "translate(" + R + "px, " + z + "px)",
|
|
4405
|
-
...
|
|
4408
|
+
...io(I.floating) >= 1.5 && {
|
|
4406
4409
|
willChange: "transform"
|
|
4407
4410
|
}
|
|
4408
4411
|
} : {
|
|
@@ -4419,7 +4422,7 @@ function Nc(e) {
|
|
|
4419
4422
|
floatingStyles: $
|
|
4420
4423
|
}), [f, L, F, I, $]);
|
|
4421
4424
|
}
|
|
4422
|
-
const
|
|
4425
|
+
const Ic = (e) => {
|
|
4423
4426
|
function t(n) {
|
|
4424
4427
|
return {}.hasOwnProperty.call(n, "current");
|
|
4425
4428
|
}
|
|
@@ -4440,17 +4443,14 @@ const Oc = (e) => {
|
|
|
4440
4443
|
}).fn(n) : {};
|
|
4441
4444
|
}
|
|
4442
4445
|
};
|
|
4443
|
-
},
|
|
4444
|
-
...Sc(e),
|
|
4445
|
-
options: [e, t]
|
|
4446
|
-
}), _c = (e, t) => ({
|
|
4446
|
+
}, _c = (e, t) => ({
|
|
4447
4447
|
...Rc(e),
|
|
4448
4448
|
options: [e, t]
|
|
4449
4449
|
}), Dc = (e, t) => ({
|
|
4450
|
-
...
|
|
4450
|
+
...jc(e),
|
|
4451
4451
|
options: [e, t]
|
|
4452
4452
|
}), Lc = (e, t) => ({
|
|
4453
|
-
...
|
|
4453
|
+
...Mc(e),
|
|
4454
4454
|
options: [e, t]
|
|
4455
4455
|
}), Fc = (e, t) => ({
|
|
4456
4456
|
...Pc(e),
|
|
@@ -4459,10 +4459,13 @@ const Oc = (e) => {
|
|
|
4459
4459
|
...Ac(e),
|
|
4460
4460
|
options: [e, t]
|
|
4461
4461
|
}), zc = (e, t) => ({
|
|
4462
|
-
...
|
|
4462
|
+
...Tc(e),
|
|
4463
|
+
options: [e, t]
|
|
4464
|
+
}), Wc = (e, t) => ({
|
|
4465
|
+
...Ic(e),
|
|
4463
4466
|
options: [e, t]
|
|
4464
4467
|
});
|
|
4465
|
-
var
|
|
4468
|
+
var Bc = "Arrow", ao = c.forwardRef((e, t) => {
|
|
4466
4469
|
const { children: n, width: r = 10, height: o = 5, ...s } = e;
|
|
4467
4470
|
return /* @__PURE__ */ b(
|
|
4468
4471
|
H.svg,
|
|
@@ -4477,9 +4480,9 @@ var Wc = "Arrow", io = c.forwardRef((e, t) => {
|
|
|
4477
4480
|
}
|
|
4478
4481
|
);
|
|
4479
4482
|
});
|
|
4480
|
-
|
|
4481
|
-
var
|
|
4482
|
-
function
|
|
4483
|
+
ao.displayName = Bc;
|
|
4484
|
+
var Vc = ao;
|
|
4485
|
+
function co(e) {
|
|
4483
4486
|
const [t, n] = c.useState(void 0);
|
|
4484
4487
|
return J(() => {
|
|
4485
4488
|
if (e) {
|
|
@@ -4501,21 +4504,21 @@ function ao(e) {
|
|
|
4501
4504
|
n(void 0);
|
|
4502
4505
|
}, [e]), t;
|
|
4503
4506
|
}
|
|
4504
|
-
var xn = "Popper", [
|
|
4507
|
+
var xn = "Popper", [uo, lo] = he(xn), [Uc, fo] = uo(xn), po = (e) => {
|
|
4505
4508
|
const { __scopePopper: t, children: n } = e, [r, o] = c.useState(null);
|
|
4506
|
-
return /* @__PURE__ */ b(
|
|
4509
|
+
return /* @__PURE__ */ b(Uc, { scope: t, anchor: r, onAnchorChange: o, children: n });
|
|
4507
4510
|
};
|
|
4508
|
-
|
|
4509
|
-
var
|
|
4511
|
+
po.displayName = xn;
|
|
4512
|
+
var mo = "PopperAnchor", ho = c.forwardRef(
|
|
4510
4513
|
(e, t) => {
|
|
4511
|
-
const { __scopePopper: n, virtualRef: r, ...o } = e, s =
|
|
4514
|
+
const { __scopePopper: n, virtualRef: r, ...o } = e, s = fo(mo, n), a = c.useRef(null), i = U(t, a);
|
|
4512
4515
|
return c.useEffect(() => {
|
|
4513
4516
|
s.onAnchorChange((r == null ? void 0 : r.current) || a.current);
|
|
4514
4517
|
}), r ? null : /* @__PURE__ */ b(H.div, { ...o, ref: i });
|
|
4515
4518
|
}
|
|
4516
4519
|
);
|
|
4517
|
-
|
|
4518
|
-
var kn = "PopperContent", [
|
|
4520
|
+
ho.displayName = mo;
|
|
4521
|
+
var kn = "PopperContent", [Gc, Kc] = uo(kn), go = c.forwardRef(
|
|
4519
4522
|
(e, t) => {
|
|
4520
4523
|
var de, Le, ee, Fe, Fn, $n;
|
|
4521
4524
|
const {
|
|
@@ -4533,42 +4536,42 @@ var kn = "PopperContent", [Uc, Gc] = co(kn), ho = c.forwardRef(
|
|
|
4533
4536
|
updatePositionStrategy: g = "optimized",
|
|
4534
4537
|
onPlaced: v,
|
|
4535
4538
|
...p
|
|
4536
|
-
} = e, h =
|
|
4539
|
+
} = e, h = fo(kn, n), [w, y] = c.useState(null), x = U(t, ($e) => y($e)), [k, C] = c.useState(null), j = co(k), E = (j == null ? void 0 : j.width) ?? 0, P = (j == null ? void 0 : j.height) ?? 0, N = r + (s !== "center" ? "-" + s : ""), O = typeof f == "number" ? f : { top: 0, right: 0, bottom: 0, left: 0, ...f }, D = Array.isArray(u) ? u : [u], A = D.length > 0, L = {
|
|
4537
4540
|
padding: O,
|
|
4538
|
-
boundary: D.filter(
|
|
4541
|
+
boundary: D.filter(Yc),
|
|
4539
4542
|
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
|
4540
4543
|
altBoundary: A
|
|
4541
|
-
}, { refs: S, floatingStyles: F, placement: I, isPositioned: $, middlewareData: T } =
|
|
4544
|
+
}, { refs: S, floatingStyles: F, placement: I, isPositioned: $, middlewareData: T } = Oc({
|
|
4542
4545
|
// default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues
|
|
4543
4546
|
strategy: "fixed",
|
|
4544
4547
|
placement: N,
|
|
4545
|
-
whileElementsMounted: (...$e) =>
|
|
4548
|
+
whileElementsMounted: (...$e) => Sc(...$e, {
|
|
4546
4549
|
animationFrame: g === "always"
|
|
4547
4550
|
}),
|
|
4548
4551
|
elements: {
|
|
4549
4552
|
reference: h.anchor
|
|
4550
4553
|
},
|
|
4551
4554
|
middleware: [
|
|
4552
|
-
|
|
4553
|
-
l &&
|
|
4555
|
+
_c({ mainAxis: o + P, alignmentAxis: a }),
|
|
4556
|
+
l && Dc({
|
|
4554
4557
|
mainAxis: !0,
|
|
4555
4558
|
crossAxis: !1,
|
|
4556
|
-
limiter: d === "partial" ?
|
|
4559
|
+
limiter: d === "partial" ? Lc() : void 0,
|
|
4557
4560
|
...L
|
|
4558
4561
|
}),
|
|
4559
|
-
l &&
|
|
4560
|
-
|
|
4562
|
+
l && Fc({ ...L }),
|
|
4563
|
+
$c({
|
|
4561
4564
|
...L,
|
|
4562
|
-
apply: ({ elements: $e, rects: zn, availableWidth:
|
|
4563
|
-
const { width:
|
|
4564
|
-
ot.setProperty("--radix-popper-available-width", `${
|
|
4565
|
+
apply: ({ elements: $e, rects: zn, availableWidth: Ci, availableHeight: Ei }) => {
|
|
4566
|
+
const { width: Si, height: Ri } = zn.reference, ot = $e.floating.style;
|
|
4567
|
+
ot.setProperty("--radix-popper-available-width", `${Ci}px`), ot.setProperty("--radix-popper-available-height", `${Ei}px`), ot.setProperty("--radix-popper-anchor-width", `${Si}px`), ot.setProperty("--radix-popper-anchor-height", `${Ri}px`);
|
|
4565
4568
|
}
|
|
4566
4569
|
}),
|
|
4567
|
-
k &&
|
|
4568
|
-
|
|
4569
|
-
m &&
|
|
4570
|
+
k && Wc({ element: k, padding: i }),
|
|
4571
|
+
Xc({ arrowWidth: E, arrowHeight: P }),
|
|
4572
|
+
m && zc({ strategy: "referenceHidden", ...L })
|
|
4570
4573
|
]
|
|
4571
|
-
}), [R, z] =
|
|
4574
|
+
}), [R, z] = wo(I), W = G(v);
|
|
4572
4575
|
J(() => {
|
|
4573
4576
|
$ && (W == null || W());
|
|
4574
4577
|
}, [$, W]);
|
|
@@ -4600,7 +4603,7 @@ var kn = "PopperContent", [Uc, Gc] = co(kn), ho = c.forwardRef(
|
|
|
4600
4603
|
},
|
|
4601
4604
|
dir: e.dir,
|
|
4602
4605
|
children: /* @__PURE__ */ b(
|
|
4603
|
-
|
|
4606
|
+
Gc,
|
|
4604
4607
|
{
|
|
4605
4608
|
scope: n,
|
|
4606
4609
|
placedSide: R,
|
|
@@ -4629,14 +4632,14 @@ var kn = "PopperContent", [Uc, Gc] = co(kn), ho = c.forwardRef(
|
|
|
4629
4632
|
);
|
|
4630
4633
|
}
|
|
4631
4634
|
);
|
|
4632
|
-
|
|
4633
|
-
var
|
|
4635
|
+
go.displayName = kn;
|
|
4636
|
+
var vo = "PopperArrow", Hc = {
|
|
4634
4637
|
top: "bottom",
|
|
4635
4638
|
right: "left",
|
|
4636
4639
|
bottom: "top",
|
|
4637
4640
|
left: "right"
|
|
4638
|
-
},
|
|
4639
|
-
const { __scopePopper: r, ...o } = t, s =
|
|
4641
|
+
}, bo = c.forwardRef(function(t, n) {
|
|
4642
|
+
const { __scopePopper: r, ...o } = t, s = Kc(vo, r), a = Hc[s.placedSide];
|
|
4640
4643
|
return (
|
|
4641
4644
|
// we have to use an extra wrapper because `ResizeObserver` (used by `useSize`)
|
|
4642
4645
|
// doesn't report size as we'd expect on SVG elements.
|
|
@@ -4665,7 +4668,7 @@ var go = "PopperArrow", Kc = {
|
|
|
4665
4668
|
visibility: s.shouldHideArrow ? "hidden" : void 0
|
|
4666
4669
|
},
|
|
4667
4670
|
children: /* @__PURE__ */ b(
|
|
4668
|
-
|
|
4671
|
+
Vc,
|
|
4669
4672
|
{
|
|
4670
4673
|
...o,
|
|
4671
4674
|
ref: n,
|
|
@@ -4680,42 +4683,42 @@ var go = "PopperArrow", Kc = {
|
|
|
4680
4683
|
)
|
|
4681
4684
|
);
|
|
4682
4685
|
});
|
|
4683
|
-
|
|
4684
|
-
function
|
|
4686
|
+
bo.displayName = vo;
|
|
4687
|
+
function Yc(e) {
|
|
4685
4688
|
return e !== null;
|
|
4686
4689
|
}
|
|
4687
|
-
var
|
|
4690
|
+
var Xc = (e) => ({
|
|
4688
4691
|
name: "transformOrigin",
|
|
4689
4692
|
options: e,
|
|
4690
4693
|
fn(t) {
|
|
4691
4694
|
var h, w, y;
|
|
4692
|
-
const { placement: n, rects: r, middlewareData: o } = t, a = ((h = o.arrow) == null ? void 0 : h.centerOffset) !== 0, i = a ? 0 : e.arrowWidth, l = a ? 0 : e.arrowHeight, [u, f] =
|
|
4695
|
+
const { placement: n, rects: r, middlewareData: o } = t, a = ((h = o.arrow) == null ? void 0 : h.centerOffset) !== 0, i = a ? 0 : e.arrowWidth, l = a ? 0 : e.arrowHeight, [u, f] = wo(n), d = { start: "0%", center: "50%", end: "100%" }[f], m = (((w = o.arrow) == null ? void 0 : w.x) ?? 0) + i / 2, g = (((y = o.arrow) == null ? void 0 : y.y) ?? 0) + l / 2;
|
|
4693
4696
|
let v = "", p = "";
|
|
4694
4697
|
return u === "bottom" ? (v = a ? d : `${m}px`, p = `${-l}px`) : u === "top" ? (v = a ? d : `${m}px`, p = `${r.floating.height + l}px`) : u === "right" ? (v = `${-l}px`, p = a ? d : `${g}px`) : u === "left" && (v = `${r.floating.width + l}px`, p = a ? d : `${g}px`), { data: { x: v, y: p } };
|
|
4695
4698
|
}
|
|
4696
4699
|
});
|
|
4697
|
-
function
|
|
4700
|
+
function wo(e) {
|
|
4698
4701
|
const [t, n = "center"] = e.split("-");
|
|
4699
4702
|
return [t, n];
|
|
4700
4703
|
}
|
|
4701
|
-
var
|
|
4704
|
+
var yo = po, qc = ho, Zc = go, Qc = bo, Jc = "Portal", xo = c.forwardRef((e, t) => {
|
|
4702
4705
|
var i;
|
|
4703
4706
|
const { container: n, ...r } = e, [o, s] = c.useState(!1);
|
|
4704
4707
|
J(() => s(!0), []);
|
|
4705
4708
|
const a = n || o && ((i = globalThis == null ? void 0 : globalThis.document) == null ? void 0 : i.body);
|
|
4706
4709
|
return a ? xr.createPortal(/* @__PURE__ */ b(H.div, { ...r, ref: t }), a) : null;
|
|
4707
4710
|
});
|
|
4708
|
-
|
|
4709
|
-
function
|
|
4711
|
+
xo.displayName = Jc;
|
|
4712
|
+
function eu(e, t) {
|
|
4710
4713
|
return c.useReducer((n, r) => t[n][r] ?? n, e);
|
|
4711
4714
|
}
|
|
4712
4715
|
var Je = (e) => {
|
|
4713
|
-
const { present: t, children: n } = e, r =
|
|
4716
|
+
const { present: t, children: n } = e, r = tu(t), o = typeof n == "function" ? n({ present: r.isPresent }) : c.Children.only(n), s = U(r.ref, nu(o));
|
|
4714
4717
|
return typeof n == "function" || r.isPresent ? c.cloneElement(o, { ref: s }) : null;
|
|
4715
4718
|
};
|
|
4716
4719
|
Je.displayName = "Presence";
|
|
4717
|
-
function
|
|
4718
|
-
const [t, n] = c.useState(), r = c.useRef({}), o = c.useRef(e), s = c.useRef("none"), a = e ? "mounted" : "unmounted", [i, l] =
|
|
4720
|
+
function tu(e) {
|
|
4721
|
+
const [t, n] = c.useState(), r = c.useRef({}), o = c.useRef(e), s = c.useRef("none"), a = e ? "mounted" : "unmounted", [i, l] = eu(a, {
|
|
4719
4722
|
mounted: {
|
|
4720
4723
|
UNMOUNT: "unmounted",
|
|
4721
4724
|
ANIMATION_OUT: "unmountSuspended"
|
|
@@ -4766,19 +4769,19 @@ function eu(e) {
|
|
|
4766
4769
|
function it(e) {
|
|
4767
4770
|
return (e == null ? void 0 : e.animationName) || "none";
|
|
4768
4771
|
}
|
|
4769
|
-
function
|
|
4772
|
+
function nu(e) {
|
|
4770
4773
|
var r, o;
|
|
4771
4774
|
let t = (r = Object.getOwnPropertyDescriptor(e.props, "ref")) == null ? void 0 : r.get, n = t && "isReactWarning" in t && t.isReactWarning;
|
|
4772
4775
|
return n ? e.ref : (t = (o = Object.getOwnPropertyDescriptor(e, "ref")) == null ? void 0 : o.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
|
|
4773
4776
|
}
|
|
4774
|
-
var Wt = "rovingFocusGroup.onEntryFocus",
|
|
4777
|
+
var Wt = "rovingFocusGroup.onEntryFocus", ru = { bubbles: !1, cancelable: !0 }, At = "RovingFocusGroup", [nn, ko, ou] = Br(At), [su, Co] = he(
|
|
4775
4778
|
At,
|
|
4776
|
-
[
|
|
4777
|
-
), [
|
|
4778
|
-
(e, t) => /* @__PURE__ */ b(nn.Provider, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ b(nn.Slot, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ b(
|
|
4779
|
+
[ou]
|
|
4780
|
+
), [iu, au] = su(At), Eo = c.forwardRef(
|
|
4781
|
+
(e, t) => /* @__PURE__ */ b(nn.Provider, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ b(nn.Slot, { scope: e.__scopeRovingFocusGroup, children: /* @__PURE__ */ b(cu, { ...e, ref: t }) }) })
|
|
4779
4782
|
);
|
|
4780
|
-
|
|
4781
|
-
var
|
|
4783
|
+
Eo.displayName = At;
|
|
4784
|
+
var cu = c.forwardRef((e, t) => {
|
|
4782
4785
|
const {
|
|
4783
4786
|
__scopeRovingFocusGroup: n,
|
|
4784
4787
|
orientation: r,
|
|
@@ -4794,13 +4797,13 @@ var au = c.forwardRef((e, t) => {
|
|
|
4794
4797
|
prop: a,
|
|
4795
4798
|
defaultProp: i,
|
|
4796
4799
|
onChange: l
|
|
4797
|
-
}), [w, y] = c.useState(!1), x = G(u), k =
|
|
4800
|
+
}), [w, y] = c.useState(!1), x = G(u), k = ko(n), C = c.useRef(!1), [j, E] = c.useState(0);
|
|
4798
4801
|
return c.useEffect(() => {
|
|
4799
4802
|
const P = m.current;
|
|
4800
4803
|
if (P)
|
|
4801
4804
|
return P.addEventListener(Wt, x), () => P.removeEventListener(Wt, x);
|
|
4802
4805
|
}, [x]), /* @__PURE__ */ b(
|
|
4803
|
-
|
|
4806
|
+
iu,
|
|
4804
4807
|
{
|
|
4805
4808
|
scope: n,
|
|
4806
4809
|
orientation: r,
|
|
@@ -4834,12 +4837,12 @@ var au = c.forwardRef((e, t) => {
|
|
|
4834
4837
|
onFocus: M(e.onFocus, (P) => {
|
|
4835
4838
|
const N = !C.current;
|
|
4836
4839
|
if (P.target === P.currentTarget && N && !w) {
|
|
4837
|
-
const O = new CustomEvent(Wt,
|
|
4840
|
+
const O = new CustomEvent(Wt, ru);
|
|
4838
4841
|
if (P.currentTarget.dispatchEvent(O), !O.defaultPrevented) {
|
|
4839
4842
|
const D = k().filter((I) => I.focusable), A = D.find((I) => I.active), L = D.find((I) => I.id === p), F = [A, L, ...D].filter(
|
|
4840
4843
|
Boolean
|
|
4841
4844
|
).map((I) => I.ref.current);
|
|
4842
|
-
|
|
4845
|
+
jo(F, f);
|
|
4843
4846
|
}
|
|
4844
4847
|
}
|
|
4845
4848
|
C.current = !1;
|
|
@@ -4849,7 +4852,7 @@ var au = c.forwardRef((e, t) => {
|
|
|
4849
4852
|
)
|
|
4850
4853
|
}
|
|
4851
4854
|
);
|
|
4852
|
-
}),
|
|
4855
|
+
}), So = "RovingFocusGroupItem", Ro = c.forwardRef(
|
|
4853
4856
|
(e, t) => {
|
|
4854
4857
|
const {
|
|
4855
4858
|
__scopeRovingFocusGroup: n,
|
|
@@ -4857,7 +4860,7 @@ var au = c.forwardRef((e, t) => {
|
|
|
4857
4860
|
active: o = !1,
|
|
4858
4861
|
tabStopId: s,
|
|
4859
4862
|
...a
|
|
4860
|
-
} = e, i = Ge(), l = s || i, u =
|
|
4863
|
+
} = e, i = Ge(), l = s || i, u = au(So, n), f = u.currentTabStopId === l, d = ko(n), { onFocusableItemAdd: m, onFocusableItemRemove: g } = u;
|
|
4861
4864
|
return c.useEffect(() => {
|
|
4862
4865
|
if (r)
|
|
4863
4866
|
return m(), () => g();
|
|
@@ -4885,7 +4888,7 @@ var au = c.forwardRef((e, t) => {
|
|
|
4885
4888
|
return;
|
|
4886
4889
|
}
|
|
4887
4890
|
if (v.target !== v.currentTarget) return;
|
|
4888
|
-
const p =
|
|
4891
|
+
const p = du(v, u.orientation, u.dir);
|
|
4889
4892
|
if (p !== void 0) {
|
|
4890
4893
|
if (v.metaKey || v.ctrlKey || v.altKey || v.shiftKey) return;
|
|
4891
4894
|
v.preventDefault();
|
|
@@ -4894,9 +4897,9 @@ var au = c.forwardRef((e, t) => {
|
|
|
4894
4897
|
else if (p === "prev" || p === "next") {
|
|
4895
4898
|
p === "prev" && w.reverse();
|
|
4896
4899
|
const y = w.indexOf(v.currentTarget);
|
|
4897
|
-
w = u.loop ?
|
|
4900
|
+
w = u.loop ? fu(w, y + 1) : w.slice(y + 1);
|
|
4898
4901
|
}
|
|
4899
|
-
setTimeout(() =>
|
|
4902
|
+
setTimeout(() => jo(w));
|
|
4900
4903
|
}
|
|
4901
4904
|
})
|
|
4902
4905
|
}
|
|
@@ -4905,8 +4908,8 @@ var au = c.forwardRef((e, t) => {
|
|
|
4905
4908
|
);
|
|
4906
4909
|
}
|
|
4907
4910
|
);
|
|
4908
|
-
|
|
4909
|
-
var
|
|
4911
|
+
Ro.displayName = So;
|
|
4912
|
+
var uu = {
|
|
4910
4913
|
ArrowLeft: "prev",
|
|
4911
4914
|
ArrowUp: "prev",
|
|
4912
4915
|
ArrowRight: "next",
|
|
@@ -4916,40 +4919,40 @@ var cu = {
|
|
|
4916
4919
|
PageDown: "last",
|
|
4917
4920
|
End: "last"
|
|
4918
4921
|
};
|
|
4919
|
-
function
|
|
4922
|
+
function lu(e, t) {
|
|
4920
4923
|
return t !== "rtl" ? e : e === "ArrowLeft" ? "ArrowRight" : e === "ArrowRight" ? "ArrowLeft" : e;
|
|
4921
4924
|
}
|
|
4922
|
-
function
|
|
4923
|
-
const r =
|
|
4925
|
+
function du(e, t, n) {
|
|
4926
|
+
const r = lu(e.key, n);
|
|
4924
4927
|
if (!(t === "vertical" && ["ArrowLeft", "ArrowRight"].includes(r)) && !(t === "horizontal" && ["ArrowUp", "ArrowDown"].includes(r)))
|
|
4925
|
-
return
|
|
4928
|
+
return uu[r];
|
|
4926
4929
|
}
|
|
4927
|
-
function
|
|
4930
|
+
function jo(e, t = !1) {
|
|
4928
4931
|
const n = document.activeElement;
|
|
4929
4932
|
for (const r of e)
|
|
4930
4933
|
if (r === n || (r.focus({ preventScroll: t }), document.activeElement !== n)) return;
|
|
4931
4934
|
}
|
|
4932
|
-
function
|
|
4935
|
+
function fu(e, t) {
|
|
4933
4936
|
return e.map((n, r) => e[(t + r) % e.length]);
|
|
4934
4937
|
}
|
|
4935
|
-
var
|
|
4938
|
+
var pu = Eo, mu = Ro, hu = function(e) {
|
|
4936
4939
|
if (typeof document > "u")
|
|
4937
4940
|
return null;
|
|
4938
4941
|
var t = Array.isArray(e) ? e[0] : e;
|
|
4939
4942
|
return t.ownerDocument.body;
|
|
4940
|
-
}, je = /* @__PURE__ */ new WeakMap(), at = /* @__PURE__ */ new WeakMap(), ct = {}, Bt = 0,
|
|
4941
|
-
return e && (e.host ||
|
|
4942
|
-
},
|
|
4943
|
+
}, je = /* @__PURE__ */ new WeakMap(), at = /* @__PURE__ */ new WeakMap(), ct = {}, Bt = 0, Po = function(e) {
|
|
4944
|
+
return e && (e.host || Po(e.parentNode));
|
|
4945
|
+
}, gu = function(e, t) {
|
|
4943
4946
|
return t.map(function(n) {
|
|
4944
4947
|
if (e.contains(n))
|
|
4945
4948
|
return n;
|
|
4946
|
-
var r =
|
|
4949
|
+
var r = Po(n);
|
|
4947
4950
|
return r && e.contains(r) ? r : (console.error("aria-hidden", n, "in not contained inside", e, ". Doing nothing"), null);
|
|
4948
4951
|
}).filter(function(n) {
|
|
4949
4952
|
return !!n;
|
|
4950
4953
|
});
|
|
4951
|
-
},
|
|
4952
|
-
var o =
|
|
4954
|
+
}, vu = function(e, t, n, r) {
|
|
4955
|
+
var o = gu(t, Array.isArray(e) ? e : [e]);
|
|
4953
4956
|
ct[n] || (ct[n] = /* @__PURE__ */ new WeakMap());
|
|
4954
4957
|
var s = ct[n], a = [], i = /* @__PURE__ */ new Set(), l = new Set(o), u = function(d) {
|
|
4955
4958
|
!d || i.has(d) || (i.add(d), u(d.parentNode));
|
|
@@ -4974,10 +4977,10 @@ var fu = Co, pu = So, mu = function(e) {
|
|
|
4974
4977
|
je.set(d, m), s.set(d, g), m || (at.has(d) || d.removeAttribute(r), at.delete(d)), g || d.removeAttribute(n);
|
|
4975
4978
|
}), Bt--, Bt || (je = /* @__PURE__ */ new WeakMap(), je = /* @__PURE__ */ new WeakMap(), at = /* @__PURE__ */ new WeakMap(), ct = {});
|
|
4976
4979
|
};
|
|
4977
|
-
},
|
|
4980
|
+
}, bu = function(e, t, n) {
|
|
4978
4981
|
n === void 0 && (n = "data-aria-hidden");
|
|
4979
|
-
var r = Array.from(Array.isArray(e) ? e : [e]), o =
|
|
4980
|
-
return o ? (r.push.apply(r, Array.from(o.querySelectorAll("[aria-live]"))),
|
|
4982
|
+
var r = Array.from(Array.isArray(e) ? e : [e]), o = hu(e);
|
|
4983
|
+
return o ? (r.push.apply(r, Array.from(o.querySelectorAll("[aria-live]"))), vu(r, o, n, "aria-hidden")) : function() {
|
|
4981
4984
|
return null;
|
|
4982
4985
|
};
|
|
4983
4986
|
}, ie = function() {
|
|
@@ -4989,7 +4992,7 @@ var fu = Co, pu = So, mu = function(e) {
|
|
|
4989
4992
|
return t;
|
|
4990
4993
|
}, ie.apply(this, arguments);
|
|
4991
4994
|
};
|
|
4992
|
-
function
|
|
4995
|
+
function Ao(e, t) {
|
|
4993
4996
|
var n = {};
|
|
4994
4997
|
for (var r in e) Object.prototype.hasOwnProperty.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
|
|
4995
4998
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
@@ -4997,17 +5000,17 @@ function Po(e, t) {
|
|
|
4997
5000
|
t.indexOf(r[o]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[o]) && (n[r[o]] = e[r[o]]);
|
|
4998
5001
|
return n;
|
|
4999
5002
|
}
|
|
5000
|
-
function
|
|
5003
|
+
function wu(e, t, n) {
|
|
5001
5004
|
if (n || arguments.length === 2) for (var r = 0, o = t.length, s; r < o; r++)
|
|
5002
5005
|
(s || !(r in t)) && (s || (s = Array.prototype.slice.call(t, 0, r)), s[r] = t[r]);
|
|
5003
5006
|
return e.concat(s || Array.prototype.slice.call(t));
|
|
5004
5007
|
}
|
|
5005
|
-
var mt = "right-scroll-bar-position", ht = "width-before-scroll-bar",
|
|
5008
|
+
var mt = "right-scroll-bar-position", ht = "width-before-scroll-bar", yu = "with-scroll-bars-hidden", xu = "--removed-body-scroll-bar-size";
|
|
5006
5009
|
function Vt(e, t) {
|
|
5007
5010
|
return typeof e == "function" ? e(t) : e && (e.current = t), e;
|
|
5008
5011
|
}
|
|
5009
|
-
function
|
|
5010
|
-
var n =
|
|
5012
|
+
function ku(e, t) {
|
|
5013
|
+
var n = Ai(function() {
|
|
5011
5014
|
return {
|
|
5012
5015
|
// value
|
|
5013
5016
|
value: e,
|
|
@@ -5027,14 +5030,14 @@ function xu(e, t) {
|
|
|
5027
5030
|
})[0];
|
|
5028
5031
|
return n.callback = t, n.facade;
|
|
5029
5032
|
}
|
|
5030
|
-
var
|
|
5031
|
-
function
|
|
5032
|
-
var n =
|
|
5033
|
+
var Cu = typeof window < "u" ? c.useLayoutEffect : c.useEffect, ur = /* @__PURE__ */ new WeakMap();
|
|
5034
|
+
function Eu(e, t) {
|
|
5035
|
+
var n = ku(null, function(r) {
|
|
5033
5036
|
return e.forEach(function(o) {
|
|
5034
5037
|
return Vt(o, r);
|
|
5035
5038
|
});
|
|
5036
5039
|
});
|
|
5037
|
-
return
|
|
5040
|
+
return Cu(function() {
|
|
5038
5041
|
var r = ur.get(n);
|
|
5039
5042
|
if (r) {
|
|
5040
5043
|
var o = new Set(r), s = new Set(e), a = n.current;
|
|
@@ -5047,11 +5050,11 @@ function Cu(e, t) {
|
|
|
5047
5050
|
ur.set(n, e);
|
|
5048
5051
|
}, [e]), n;
|
|
5049
5052
|
}
|
|
5050
|
-
function
|
|
5053
|
+
function Su(e) {
|
|
5051
5054
|
return e;
|
|
5052
5055
|
}
|
|
5053
|
-
function
|
|
5054
|
-
t === void 0 && (t =
|
|
5056
|
+
function Ru(e, t) {
|
|
5057
|
+
t === void 0 && (t = Su);
|
|
5055
5058
|
var n = [], r = !1, o = {
|
|
5056
5059
|
read: function() {
|
|
5057
5060
|
if (r)
|
|
@@ -5105,13 +5108,13 @@ function Su(e, t) {
|
|
|
5105
5108
|
};
|
|
5106
5109
|
return o;
|
|
5107
5110
|
}
|
|
5108
|
-
function
|
|
5111
|
+
function ju(e) {
|
|
5109
5112
|
e === void 0 && (e = {});
|
|
5110
|
-
var t =
|
|
5113
|
+
var t = Ru(null);
|
|
5111
5114
|
return t.options = ie({ async: !0, ssr: !1 }, e), t;
|
|
5112
5115
|
}
|
|
5113
|
-
var
|
|
5114
|
-
var t = e.sideCar, n =
|
|
5116
|
+
var To = function(e) {
|
|
5117
|
+
var t = e.sideCar, n = Ao(e, ["sideCar"]);
|
|
5115
5118
|
if (!t)
|
|
5116
5119
|
throw new Error("Sidecar: please provide `sideCar` property to import the right car");
|
|
5117
5120
|
var r = t.read();
|
|
@@ -5119,21 +5122,21 @@ var Ao = function(e) {
|
|
|
5119
5122
|
throw new Error("Sidecar medium not found");
|
|
5120
5123
|
return c.createElement(r, ie({}, n));
|
|
5121
5124
|
};
|
|
5122
|
-
|
|
5123
|
-
function
|
|
5124
|
-
return e.useMedium(t),
|
|
5125
|
+
To.isSideCarExport = !0;
|
|
5126
|
+
function Pu(e, t) {
|
|
5127
|
+
return e.useMedium(t), To;
|
|
5125
5128
|
}
|
|
5126
|
-
var
|
|
5129
|
+
var Mo = ju(), Ut = function() {
|
|
5127
5130
|
}, Tt = c.forwardRef(function(e, t) {
|
|
5128
5131
|
var n = c.useRef(null), r = c.useState({
|
|
5129
5132
|
onScrollCapture: Ut,
|
|
5130
5133
|
onWheelCapture: Ut,
|
|
5131
5134
|
onTouchMoveCapture: Ut
|
|
5132
|
-
}), o = r[0], s = r[1], a = e.forwardProps, i = e.children, l = e.className, u = e.removeScrollBar, f = e.enabled, d = e.shards, m = e.sideCar, g = e.noIsolation, v = e.inert, p = e.allowPinchZoom, h = e.as, w = h === void 0 ? "div" : h, y = e.gapMode, x =
|
|
5135
|
+
}), o = r[0], s = r[1], a = e.forwardProps, i = e.children, l = e.className, u = e.removeScrollBar, f = e.enabled, d = e.shards, m = e.sideCar, g = e.noIsolation, v = e.inert, p = e.allowPinchZoom, h = e.as, w = h === void 0 ? "div" : h, y = e.gapMode, x = Ao(e, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noIsolation", "inert", "allowPinchZoom", "as", "gapMode"]), k = m, C = Eu([n, t]), j = ie(ie({}, x), o);
|
|
5133
5136
|
return c.createElement(
|
|
5134
5137
|
c.Fragment,
|
|
5135
5138
|
null,
|
|
5136
|
-
f && c.createElement(k, { sideCar:
|
|
5139
|
+
f && c.createElement(k, { sideCar: Mo, removeScrollBar: u, shards: d, noIsolation: g, inert: v, setCallbacks: s, allowPinchZoom: !!p, lockRef: n, gapMode: y }),
|
|
5137
5140
|
a ? c.cloneElement(c.Children.only(i), ie(ie({}, j), { ref: C })) : c.createElement(w, ie({}, j, { className: l, ref: C }), i)
|
|
5138
5141
|
);
|
|
5139
5142
|
});
|
|
@@ -5146,37 +5149,37 @@ Tt.classNames = {
|
|
|
5146
5149
|
fullWidth: ht,
|
|
5147
5150
|
zeroRight: mt
|
|
5148
5151
|
};
|
|
5149
|
-
var
|
|
5152
|
+
var Au = function() {
|
|
5150
5153
|
if (typeof __webpack_nonce__ < "u")
|
|
5151
5154
|
return __webpack_nonce__;
|
|
5152
5155
|
};
|
|
5153
|
-
function
|
|
5156
|
+
function Tu() {
|
|
5154
5157
|
if (!document)
|
|
5155
5158
|
return null;
|
|
5156
5159
|
var e = document.createElement("style");
|
|
5157
5160
|
e.type = "text/css";
|
|
5158
|
-
var t =
|
|
5161
|
+
var t = Au();
|
|
5159
5162
|
return t && e.setAttribute("nonce", t), e;
|
|
5160
5163
|
}
|
|
5161
|
-
function
|
|
5164
|
+
function Mu(e, t) {
|
|
5162
5165
|
e.styleSheet ? e.styleSheet.cssText = t : e.appendChild(document.createTextNode(t));
|
|
5163
5166
|
}
|
|
5164
|
-
function
|
|
5167
|
+
function Nu(e) {
|
|
5165
5168
|
var t = document.head || document.getElementsByTagName("head")[0];
|
|
5166
5169
|
t.appendChild(e);
|
|
5167
5170
|
}
|
|
5168
|
-
var
|
|
5171
|
+
var Ou = function() {
|
|
5169
5172
|
var e = 0, t = null;
|
|
5170
5173
|
return {
|
|
5171
5174
|
add: function(n) {
|
|
5172
|
-
e == 0 && (t =
|
|
5175
|
+
e == 0 && (t = Tu()) && (Mu(t, n), Nu(t)), e++;
|
|
5173
5176
|
},
|
|
5174
5177
|
remove: function() {
|
|
5175
5178
|
e--, !e && t && (t.parentNode && t.parentNode.removeChild(t), t = null);
|
|
5176
5179
|
}
|
|
5177
5180
|
};
|
|
5178
|
-
},
|
|
5179
|
-
var e =
|
|
5181
|
+
}, Iu = function() {
|
|
5182
|
+
var e = Ou();
|
|
5180
5183
|
return function(t, n) {
|
|
5181
5184
|
c.useEffect(function() {
|
|
5182
5185
|
return e.add(t), function() {
|
|
@@ -5184,36 +5187,36 @@ var Nu = function() {
|
|
|
5184
5187
|
};
|
|
5185
5188
|
}, [t && n]);
|
|
5186
5189
|
};
|
|
5187
|
-
},
|
|
5188
|
-
var e =
|
|
5190
|
+
}, No = function() {
|
|
5191
|
+
var e = Iu(), t = function(n) {
|
|
5189
5192
|
var r = n.styles, o = n.dynamic;
|
|
5190
5193
|
return e(r, o), null;
|
|
5191
5194
|
};
|
|
5192
5195
|
return t;
|
|
5193
|
-
},
|
|
5196
|
+
}, _u = {
|
|
5194
5197
|
left: 0,
|
|
5195
5198
|
top: 0,
|
|
5196
5199
|
right: 0,
|
|
5197
5200
|
gap: 0
|
|
5198
5201
|
}, Gt = function(e) {
|
|
5199
5202
|
return parseInt(e || "", 10) || 0;
|
|
5200
|
-
},
|
|
5203
|
+
}, Du = function(e) {
|
|
5201
5204
|
var t = window.getComputedStyle(document.body), n = t[e === "padding" ? "paddingLeft" : "marginLeft"], r = t[e === "padding" ? "paddingTop" : "marginTop"], o = t[e === "padding" ? "paddingRight" : "marginRight"];
|
|
5202
5205
|
return [Gt(n), Gt(r), Gt(o)];
|
|
5203
|
-
},
|
|
5206
|
+
}, Lu = function(e) {
|
|
5204
5207
|
if (e === void 0 && (e = "margin"), typeof window > "u")
|
|
5205
|
-
return
|
|
5206
|
-
var t =
|
|
5208
|
+
return _u;
|
|
5209
|
+
var t = Du(e), n = document.documentElement.clientWidth, r = window.innerWidth;
|
|
5207
5210
|
return {
|
|
5208
5211
|
left: t[0],
|
|
5209
5212
|
top: t[1],
|
|
5210
5213
|
right: t[2],
|
|
5211
5214
|
gap: Math.max(0, r - n + t[2] - t[0])
|
|
5212
5215
|
};
|
|
5213
|
-
},
|
|
5216
|
+
}, Fu = No(), Ne = "data-scroll-locked", $u = function(e, t, n, r) {
|
|
5214
5217
|
var o = e.left, s = e.top, a = e.right, i = e.gap;
|
|
5215
5218
|
return n === void 0 && (n = "margin"), `
|
|
5216
|
-
.`.concat(
|
|
5219
|
+
.`.concat(yu, ` {
|
|
5217
5220
|
overflow: hidden `).concat(r, `;
|
|
5218
5221
|
padding-right: `).concat(i, "px ").concat(r, `;
|
|
5219
5222
|
}
|
|
@@ -5251,26 +5254,26 @@ var Nu = function() {
|
|
|
5251
5254
|
}
|
|
5252
5255
|
|
|
5253
5256
|
body[`).concat(Ne, `] {
|
|
5254
|
-
`).concat(
|
|
5257
|
+
`).concat(xu, ": ").concat(i, `px;
|
|
5255
5258
|
}
|
|
5256
5259
|
`);
|
|
5257
5260
|
}, lr = function() {
|
|
5258
5261
|
var e = parseInt(document.body.getAttribute(Ne) || "0", 10);
|
|
5259
5262
|
return isFinite(e) ? e : 0;
|
|
5260
|
-
},
|
|
5263
|
+
}, zu = function() {
|
|
5261
5264
|
c.useEffect(function() {
|
|
5262
5265
|
return document.body.setAttribute(Ne, (lr() + 1).toString()), function() {
|
|
5263
5266
|
var e = lr() - 1;
|
|
5264
5267
|
e <= 0 ? document.body.removeAttribute(Ne) : document.body.setAttribute(Ne, e.toString());
|
|
5265
5268
|
};
|
|
5266
5269
|
}, []);
|
|
5267
|
-
},
|
|
5270
|
+
}, Wu = function(e) {
|
|
5268
5271
|
var t = e.noRelative, n = e.noImportant, r = e.gapMode, o = r === void 0 ? "margin" : r;
|
|
5269
|
-
|
|
5272
|
+
zu();
|
|
5270
5273
|
var s = c.useMemo(function() {
|
|
5271
|
-
return
|
|
5274
|
+
return Lu(o);
|
|
5272
5275
|
}, [o]);
|
|
5273
|
-
return c.createElement(
|
|
5276
|
+
return c.createElement(Fu, { styles: $u(s, !t, o, n ? "" : "!important") });
|
|
5274
5277
|
}, rn = !1;
|
|
5275
5278
|
if (typeof window < "u")
|
|
5276
5279
|
try {
|
|
@@ -5283,87 +5286,87 @@ if (typeof window < "u")
|
|
|
5283
5286
|
} catch {
|
|
5284
5287
|
rn = !1;
|
|
5285
5288
|
}
|
|
5286
|
-
var Pe = rn ? { passive: !1 } : !1,
|
|
5289
|
+
var Pe = rn ? { passive: !1 } : !1, Bu = function(e) {
|
|
5287
5290
|
return e.tagName === "TEXTAREA";
|
|
5288
|
-
},
|
|
5291
|
+
}, Oo = function(e, t) {
|
|
5289
5292
|
if (!(e instanceof Element))
|
|
5290
5293
|
return !1;
|
|
5291
5294
|
var n = window.getComputedStyle(e);
|
|
5292
5295
|
return (
|
|
5293
5296
|
// not-not-scrollable
|
|
5294
5297
|
n[t] !== "hidden" && // contains scroll inside self
|
|
5295
|
-
!(n.overflowY === n.overflowX && !
|
|
5298
|
+
!(n.overflowY === n.overflowX && !Bu(e) && n[t] === "visible")
|
|
5296
5299
|
);
|
|
5297
|
-
}, Bu = function(e) {
|
|
5298
|
-
return No(e, "overflowY");
|
|
5299
5300
|
}, Vu = function(e) {
|
|
5300
|
-
return
|
|
5301
|
+
return Oo(e, "overflowY");
|
|
5302
|
+
}, Uu = function(e) {
|
|
5303
|
+
return Oo(e, "overflowX");
|
|
5301
5304
|
}, dr = function(e, t) {
|
|
5302
5305
|
var n = t.ownerDocument, r = t;
|
|
5303
5306
|
do {
|
|
5304
5307
|
typeof ShadowRoot < "u" && r instanceof ShadowRoot && (r = r.host);
|
|
5305
|
-
var o =
|
|
5308
|
+
var o = Io(e, r);
|
|
5306
5309
|
if (o) {
|
|
5307
|
-
var s =
|
|
5310
|
+
var s = _o(e, r), a = s[1], i = s[2];
|
|
5308
5311
|
if (a > i)
|
|
5309
5312
|
return !0;
|
|
5310
5313
|
}
|
|
5311
5314
|
r = r.parentNode;
|
|
5312
5315
|
} while (r && r !== n.body);
|
|
5313
5316
|
return !1;
|
|
5314
|
-
},
|
|
5317
|
+
}, Gu = function(e) {
|
|
5315
5318
|
var t = e.scrollTop, n = e.scrollHeight, r = e.clientHeight;
|
|
5316
5319
|
return [
|
|
5317
5320
|
t,
|
|
5318
5321
|
n,
|
|
5319
5322
|
r
|
|
5320
5323
|
];
|
|
5321
|
-
},
|
|
5324
|
+
}, Ku = function(e) {
|
|
5322
5325
|
var t = e.scrollLeft, n = e.scrollWidth, r = e.clientWidth;
|
|
5323
5326
|
return [
|
|
5324
5327
|
t,
|
|
5325
5328
|
n,
|
|
5326
5329
|
r
|
|
5327
5330
|
];
|
|
5328
|
-
}, Oo = function(e, t) {
|
|
5329
|
-
return e === "v" ? Bu(t) : Vu(t);
|
|
5330
5331
|
}, Io = function(e, t) {
|
|
5331
|
-
return e === "v" ?
|
|
5332
|
-
},
|
|
5332
|
+
return e === "v" ? Vu(t) : Uu(t);
|
|
5333
|
+
}, _o = function(e, t) {
|
|
5334
|
+
return e === "v" ? Gu(t) : Ku(t);
|
|
5335
|
+
}, Hu = function(e, t) {
|
|
5333
5336
|
return e === "h" && t === "rtl" ? -1 : 1;
|
|
5334
|
-
},
|
|
5335
|
-
var s =
|
|
5337
|
+
}, Yu = function(e, t, n, r, o) {
|
|
5338
|
+
var s = Hu(e, window.getComputedStyle(t).direction), a = s * r, i = n.target, l = t.contains(i), u = !1, f = a > 0, d = 0, m = 0;
|
|
5336
5339
|
do {
|
|
5337
|
-
var g =
|
|
5338
|
-
(v || w) &&
|
|
5340
|
+
var g = _o(e, i), v = g[0], p = g[1], h = g[2], w = p - h - s * v;
|
|
5341
|
+
(v || w) && Io(e, i) && (d += w, m += v), i instanceof ShadowRoot ? i = i.host : i = i.parentNode;
|
|
5339
5342
|
} while (
|
|
5340
5343
|
// portaled content
|
|
5341
5344
|
!l && i !== document.body || // self content
|
|
5342
5345
|
l && (t.contains(i) || t === i)
|
|
5343
5346
|
);
|
|
5344
|
-
return (f &&
|
|
5347
|
+
return (f && Math.abs(d) < 1 || !f && Math.abs(m) < 1) && (u = !0), u;
|
|
5345
5348
|
}, lt = function(e) {
|
|
5346
5349
|
return "changedTouches" in e ? [e.changedTouches[0].clientX, e.changedTouches[0].clientY] : [0, 0];
|
|
5347
5350
|
}, fr = function(e) {
|
|
5348
5351
|
return [e.deltaX, e.deltaY];
|
|
5349
5352
|
}, pr = function(e) {
|
|
5350
5353
|
return e && "current" in e ? e.current : e;
|
|
5351
|
-
},
|
|
5354
|
+
}, Xu = function(e, t) {
|
|
5352
5355
|
return e[0] === t[0] && e[1] === t[1];
|
|
5353
|
-
},
|
|
5356
|
+
}, qu = function(e) {
|
|
5354
5357
|
return `
|
|
5355
5358
|
.block-interactivity-`.concat(e, ` {pointer-events: none;}
|
|
5356
5359
|
.allow-interactivity-`).concat(e, ` {pointer-events: all;}
|
|
5357
5360
|
`);
|
|
5358
|
-
},
|
|
5359
|
-
function
|
|
5360
|
-
var t = c.useRef([]), n = c.useRef([0, 0]), r = c.useRef(), o = c.useState(
|
|
5361
|
+
}, Zu = 0, Ae = [];
|
|
5362
|
+
function Qu(e) {
|
|
5363
|
+
var t = c.useRef([]), n = c.useRef([0, 0]), r = c.useRef(), o = c.useState(Zu++)[0], s = c.useState(No)[0], a = c.useRef(e);
|
|
5361
5364
|
c.useEffect(function() {
|
|
5362
5365
|
a.current = e;
|
|
5363
5366
|
}, [e]), c.useEffect(function() {
|
|
5364
5367
|
if (e.inert) {
|
|
5365
5368
|
document.body.classList.add("block-interactivity-".concat(o));
|
|
5366
|
-
var p =
|
|
5369
|
+
var p = wu([e.lockRef.current], (e.shards || []).map(pr), !0).filter(Boolean);
|
|
5367
5370
|
return p.forEach(function(h) {
|
|
5368
5371
|
return h.classList.add("allow-interactivity-".concat(o));
|
|
5369
5372
|
}), function() {
|
|
@@ -5387,12 +5390,12 @@ function Zu(e) {
|
|
|
5387
5390
|
if (!r.current && "changedTouches" in p && (x || k) && (r.current = C), !C)
|
|
5388
5391
|
return !0;
|
|
5389
5392
|
var N = r.current || C;
|
|
5390
|
-
return
|
|
5393
|
+
return Yu(N, h, p, N === "h" ? x : k);
|
|
5391
5394
|
}, []), l = c.useCallback(function(p) {
|
|
5392
5395
|
var h = p;
|
|
5393
5396
|
if (!(!Ae.length || Ae[Ae.length - 1] !== s)) {
|
|
5394
5397
|
var w = "deltaY" in h ? fr(h) : lt(h), y = t.current.filter(function(C) {
|
|
5395
|
-
return C.name === h.type && (C.target === h.target || h.target === C.shadowParent) &&
|
|
5398
|
+
return C.name === h.type && (C.target === h.target || h.target === C.shadowParent) && Xu(C.delta, w);
|
|
5396
5399
|
})[0];
|
|
5397
5400
|
if (y && y.should) {
|
|
5398
5401
|
h.cancelable && h.preventDefault();
|
|
@@ -5406,7 +5409,7 @@ function Zu(e) {
|
|
|
5406
5409
|
}
|
|
5407
5410
|
}
|
|
5408
5411
|
}, []), u = c.useCallback(function(p, h, w, y) {
|
|
5409
|
-
var x = { name: p, delta: h, target: w, should: y, shadowParent:
|
|
5412
|
+
var x = { name: p, delta: h, target: w, should: y, shadowParent: Ju(w) };
|
|
5410
5413
|
t.current.push(x), setTimeout(function() {
|
|
5411
5414
|
t.current = t.current.filter(function(k) {
|
|
5412
5415
|
return k !== x;
|
|
@@ -5434,31 +5437,31 @@ function Zu(e) {
|
|
|
5434
5437
|
return c.createElement(
|
|
5435
5438
|
c.Fragment,
|
|
5436
5439
|
null,
|
|
5437
|
-
v ? c.createElement(s, { styles:
|
|
5438
|
-
g ? c.createElement(
|
|
5440
|
+
v ? c.createElement(s, { styles: qu(o) }) : null,
|
|
5441
|
+
g ? c.createElement(Wu, { gapMode: e.gapMode }) : null
|
|
5439
5442
|
);
|
|
5440
5443
|
}
|
|
5441
|
-
function
|
|
5444
|
+
function Ju(e) {
|
|
5442
5445
|
for (var t = null; e !== null; )
|
|
5443
5446
|
e instanceof ShadowRoot && (t = e.host, e = e.host), e = e.parentNode;
|
|
5444
5447
|
return t;
|
|
5445
5448
|
}
|
|
5446
|
-
const
|
|
5447
|
-
var
|
|
5448
|
-
return c.createElement(Tt, ie({}, e, { ref: t, sideCar:
|
|
5449
|
+
const el = Pu(Mo, Qu);
|
|
5450
|
+
var Do = c.forwardRef(function(e, t) {
|
|
5451
|
+
return c.createElement(Tt, ie({}, e, { ref: t, sideCar: el }));
|
|
5449
5452
|
});
|
|
5450
|
-
|
|
5451
|
-
var on = ["Enter", " "],
|
|
5453
|
+
Do.classNames = Tt.classNames;
|
|
5454
|
+
var on = ["Enter", " "], tl = ["ArrowDown", "PageUp", "Home"], Lo = ["ArrowUp", "PageDown", "End"], nl = [...tl, ...Lo], rl = {
|
|
5452
5455
|
ltr: [...on, "ArrowRight"],
|
|
5453
5456
|
rtl: [...on, "ArrowLeft"]
|
|
5454
|
-
},
|
|
5457
|
+
}, ol = {
|
|
5455
5458
|
ltr: ["ArrowLeft"],
|
|
5456
5459
|
rtl: ["ArrowRight"]
|
|
5457
|
-
}, et = "Menu", [Ye,
|
|
5458
|
-
|
|
5459
|
-
|
|
5460
|
-
|
|
5461
|
-
]), tt =
|
|
5460
|
+
}, et = "Menu", [Ye, sl, il] = Br(et), [Re, Fo] = he(et, [
|
|
5461
|
+
il,
|
|
5462
|
+
lo,
|
|
5463
|
+
Co
|
|
5464
|
+
]), tt = lo(), $o = Co(), [zo, Ce] = Re(et), [al, nt] = Re(et), Wo = (e) => {
|
|
5462
5465
|
const { __scopeMenu: t, open: n = !1, children: r, dir: o, onOpenChange: s, modal: a = !0 } = e, i = tt(t), [l, u] = c.useState(null), f = c.useRef(!1), d = G(s), m = Ur(o);
|
|
5463
5466
|
return c.useEffect(() => {
|
|
5464
5467
|
const g = () => {
|
|
@@ -5467,8 +5470,8 @@ var on = ["Enter", " "], el = ["ArrowDown", "PageUp", "Home"], Do = ["ArrowUp",
|
|
|
5467
5470
|
return document.addEventListener("keydown", g, { capture: !0 }), () => {
|
|
5468
5471
|
document.removeEventListener("keydown", g, { capture: !0 }), document.removeEventListener("pointerdown", v, { capture: !0 }), document.removeEventListener("pointermove", v, { capture: !0 });
|
|
5469
5472
|
};
|
|
5470
|
-
}, []), /* @__PURE__ */ b(
|
|
5471
|
-
|
|
5473
|
+
}, []), /* @__PURE__ */ b(yo, { ...i, children: /* @__PURE__ */ b(
|
|
5474
|
+
zo,
|
|
5472
5475
|
{
|
|
5473
5476
|
scope: t,
|
|
5474
5477
|
open: n,
|
|
@@ -5476,7 +5479,7 @@ var on = ["Enter", " "], el = ["ArrowDown", "PageUp", "Home"], Do = ["ArrowUp",
|
|
|
5476
5479
|
content: l,
|
|
5477
5480
|
onContentChange: u,
|
|
5478
5481
|
children: /* @__PURE__ */ b(
|
|
5479
|
-
|
|
5482
|
+
al,
|
|
5480
5483
|
{
|
|
5481
5484
|
scope: t,
|
|
5482
5485
|
onClose: c.useCallback(() => d(!1), [d]),
|
|
@@ -5489,32 +5492,32 @@ var on = ["Enter", " "], el = ["ArrowDown", "PageUp", "Home"], Do = ["ArrowUp",
|
|
|
5489
5492
|
}
|
|
5490
5493
|
) });
|
|
5491
5494
|
};
|
|
5492
|
-
|
|
5493
|
-
var
|
|
5495
|
+
Wo.displayName = et;
|
|
5496
|
+
var cl = "MenuAnchor", Cn = c.forwardRef(
|
|
5494
5497
|
(e, t) => {
|
|
5495
5498
|
const { __scopeMenu: n, ...r } = e, o = tt(n);
|
|
5496
|
-
return /* @__PURE__ */ b(
|
|
5499
|
+
return /* @__PURE__ */ b(qc, { ...o, ...r, ref: t });
|
|
5497
5500
|
}
|
|
5498
5501
|
);
|
|
5499
|
-
Cn.displayName =
|
|
5500
|
-
var En = "MenuPortal", [
|
|
5502
|
+
Cn.displayName = cl;
|
|
5503
|
+
var En = "MenuPortal", [ul, Bo] = Re(En, {
|
|
5501
5504
|
forceMount: void 0
|
|
5502
|
-
}),
|
|
5505
|
+
}), Vo = (e) => {
|
|
5503
5506
|
const { __scopeMenu: t, forceMount: n, children: r, container: o } = e, s = Ce(En, t);
|
|
5504
|
-
return /* @__PURE__ */ b(
|
|
5507
|
+
return /* @__PURE__ */ b(ul, { scope: t, forceMount: n, children: /* @__PURE__ */ b(Je, { present: n || s.open, children: /* @__PURE__ */ b(xo, { asChild: !0, container: o, children: r }) }) });
|
|
5505
5508
|
};
|
|
5506
|
-
|
|
5507
|
-
var te = "MenuContent", [
|
|
5509
|
+
Vo.displayName = En;
|
|
5510
|
+
var te = "MenuContent", [ll, Sn] = Re(te), Uo = c.forwardRef(
|
|
5508
5511
|
(e, t) => {
|
|
5509
|
-
const n =
|
|
5510
|
-
return /* @__PURE__ */ b(Ye.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ b(Je, { present: r || s.open, children: /* @__PURE__ */ b(Ye.Slot, { scope: e.__scopeMenu, children: a.modal ? /* @__PURE__ */ b(
|
|
5512
|
+
const n = Bo(te, e.__scopeMenu), { forceMount: r = n.forceMount, ...o } = e, s = Ce(te, e.__scopeMenu), a = nt(te, e.__scopeMenu);
|
|
5513
|
+
return /* @__PURE__ */ b(Ye.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ b(Je, { present: r || s.open, children: /* @__PURE__ */ b(Ye.Slot, { scope: e.__scopeMenu, children: a.modal ? /* @__PURE__ */ b(dl, { ...o, ref: t }) : /* @__PURE__ */ b(fl, { ...o, ref: t }) }) }) });
|
|
5511
5514
|
}
|
|
5512
|
-
),
|
|
5515
|
+
), dl = c.forwardRef(
|
|
5513
5516
|
(e, t) => {
|
|
5514
5517
|
const n = Ce(te, e.__scopeMenu), r = c.useRef(null), o = U(t, r);
|
|
5515
5518
|
return c.useEffect(() => {
|
|
5516
5519
|
const s = r.current;
|
|
5517
|
-
if (s) return
|
|
5520
|
+
if (s) return bu(s);
|
|
5518
5521
|
}, []), /* @__PURE__ */ b(
|
|
5519
5522
|
Rn,
|
|
5520
5523
|
{
|
|
@@ -5532,7 +5535,7 @@ var te = "MenuContent", [ul, Sn] = Re(te), Vo = c.forwardRef(
|
|
|
5532
5535
|
}
|
|
5533
5536
|
);
|
|
5534
5537
|
}
|
|
5535
|
-
),
|
|
5538
|
+
), fl = c.forwardRef((e, t) => {
|
|
5536
5539
|
const n = Ce(te, e.__scopeMenu);
|
|
5537
5540
|
return /* @__PURE__ */ b(
|
|
5538
5541
|
Rn,
|
|
@@ -5562,20 +5565,20 @@ var te = "MenuContent", [ul, Sn] = Re(te), Vo = c.forwardRef(
|
|
|
5562
5565
|
onDismiss: g,
|
|
5563
5566
|
disableOutsideScroll: v,
|
|
5564
5567
|
...p
|
|
5565
|
-
} = e, h = Ce(te, n), w = nt(te, n), y = tt(n), x =
|
|
5568
|
+
} = e, h = Ce(te, n), w = nt(te, n), y = tt(n), x = $o(n), k = sl(n), [C, j] = c.useState(null), E = c.useRef(null), P = U(t, E, h.onContentChange), N = c.useRef(0), O = c.useRef(""), D = c.useRef(0), A = c.useRef(null), L = c.useRef("right"), S = c.useRef(0), F = v ? Do : c.Fragment, I = v ? { as: q, allowPinchZoom: !0 } : void 0, $ = (R) => {
|
|
5566
5569
|
var de, Le;
|
|
5567
|
-
const z = O.current + R, W = k().filter((ee) => !ee.disabled), Y = document.activeElement, se = (de = W.find((ee) => ee.ref.current === Y)) == null ? void 0 : de.textValue, ge = W.map((ee) => ee.textValue), rt =
|
|
5570
|
+
const z = O.current + R, W = k().filter((ee) => !ee.disabled), Y = document.activeElement, se = (de = W.find((ee) => ee.ref.current === Y)) == null ? void 0 : de.textValue, ge = W.map((ee) => ee.textValue), rt = El(ge, z, se), Ee = (Le = W.find((ee) => ee.textValue === rt)) == null ? void 0 : Le.ref.current;
|
|
5568
5571
|
(function ee(Fe) {
|
|
5569
5572
|
O.current = Fe, window.clearTimeout(N.current), Fe !== "" && (N.current = window.setTimeout(() => ee(""), 1e3));
|
|
5570
5573
|
})(z), Ee && setTimeout(() => Ee.focus());
|
|
5571
5574
|
};
|
|
5572
|
-
c.useEffect(() => () => window.clearTimeout(N.current), []),
|
|
5575
|
+
c.useEffect(() => () => window.clearTimeout(N.current), []), _a();
|
|
5573
5576
|
const T = c.useCallback((R) => {
|
|
5574
5577
|
var W, Y;
|
|
5575
|
-
return L.current === ((W = A.current) == null ? void 0 : W.side) &&
|
|
5578
|
+
return L.current === ((W = A.current) == null ? void 0 : W.side) && Rl(R, (Y = A.current) == null ? void 0 : Y.area);
|
|
5576
5579
|
}, []);
|
|
5577
5580
|
return /* @__PURE__ */ b(
|
|
5578
|
-
|
|
5581
|
+
ll,
|
|
5579
5582
|
{
|
|
5580
5583
|
scope: n,
|
|
5581
5584
|
searchRef: O,
|
|
@@ -5623,7 +5626,7 @@ var te = "MenuContent", [ul, Sn] = Re(te), Vo = c.forwardRef(
|
|
|
5623
5626
|
onInteractOutside: m,
|
|
5624
5627
|
onDismiss: g,
|
|
5625
5628
|
children: /* @__PURE__ */ b(
|
|
5626
|
-
|
|
5629
|
+
pu,
|
|
5627
5630
|
{
|
|
5628
5631
|
asChild: !0,
|
|
5629
5632
|
...x,
|
|
@@ -5637,11 +5640,11 @@ var te = "MenuContent", [ul, Sn] = Re(te), Vo = c.forwardRef(
|
|
|
5637
5640
|
}),
|
|
5638
5641
|
preventScrollOnEntryFocus: !0,
|
|
5639
5642
|
children: /* @__PURE__ */ b(
|
|
5640
|
-
|
|
5643
|
+
Zc,
|
|
5641
5644
|
{
|
|
5642
5645
|
role: "menu",
|
|
5643
5646
|
"aria-orientation": "vertical",
|
|
5644
|
-
"data-state":
|
|
5647
|
+
"data-state": as(h.open),
|
|
5645
5648
|
"data-radix-menu-content": "",
|
|
5646
5649
|
dir: w.dir,
|
|
5647
5650
|
...y,
|
|
@@ -5652,10 +5655,10 @@ var te = "MenuContent", [ul, Sn] = Re(te), Vo = c.forwardRef(
|
|
|
5652
5655
|
const W = R.target.closest("[data-radix-menu-content]") === R.currentTarget, Y = R.ctrlKey || R.altKey || R.metaKey, se = R.key.length === 1;
|
|
5653
5656
|
W && (R.key === "Tab" && R.preventDefault(), !Y && se && $(R.key));
|
|
5654
5657
|
const ge = E.current;
|
|
5655
|
-
if (R.target !== ge || !
|
|
5658
|
+
if (R.target !== ge || !nl.includes(R.key)) return;
|
|
5656
5659
|
R.preventDefault();
|
|
5657
5660
|
const Ee = k().filter((de) => !de.disabled).map((de) => de.ref.current);
|
|
5658
|
-
|
|
5661
|
+
Lo.includes(R.key) && Ee.reverse(), kl(Ee);
|
|
5659
5662
|
}),
|
|
5660
5663
|
onBlur: M(e.onBlur, (R) => {
|
|
5661
5664
|
R.currentTarget.contains(R.target) || (window.clearTimeout(N.current), O.current = "");
|
|
@@ -5682,21 +5685,21 @@ var te = "MenuContent", [ul, Sn] = Re(te), Vo = c.forwardRef(
|
|
|
5682
5685
|
);
|
|
5683
5686
|
}
|
|
5684
5687
|
);
|
|
5685
|
-
|
|
5686
|
-
var
|
|
5688
|
+
Uo.displayName = te;
|
|
5689
|
+
var pl = "MenuGroup", jn = c.forwardRef(
|
|
5687
5690
|
(e, t) => {
|
|
5688
5691
|
const { __scopeMenu: n, ...r } = e;
|
|
5689
5692
|
return /* @__PURE__ */ b(H.div, { role: "group", ...r, ref: t });
|
|
5690
5693
|
}
|
|
5691
5694
|
);
|
|
5692
|
-
jn.displayName =
|
|
5693
|
-
var
|
|
5695
|
+
jn.displayName = pl;
|
|
5696
|
+
var ml = "MenuLabel", Go = c.forwardRef(
|
|
5694
5697
|
(e, t) => {
|
|
5695
5698
|
const { __scopeMenu: n, ...r } = e;
|
|
5696
5699
|
return /* @__PURE__ */ b(H.div, { ...r, ref: t });
|
|
5697
5700
|
}
|
|
5698
5701
|
);
|
|
5699
|
-
|
|
5702
|
+
Go.displayName = ml;
|
|
5700
5703
|
var kt = "MenuItem", mr = "menu.itemSelect", Mt = c.forwardRef(
|
|
5701
5704
|
(e, t) => {
|
|
5702
5705
|
const { disabled: n = !1, onSelect: r, ...o } = e, s = c.useRef(null), a = nt(kt, e.__scopeMenu), i = Sn(kt, e.__scopeMenu), l = U(t, s), u = c.useRef(!1), f = () => {
|
|
@@ -5707,7 +5710,7 @@ var kt = "MenuItem", mr = "menu.itemSelect", Mt = c.forwardRef(
|
|
|
5707
5710
|
}
|
|
5708
5711
|
};
|
|
5709
5712
|
return /* @__PURE__ */ b(
|
|
5710
|
-
|
|
5713
|
+
Ko,
|
|
5711
5714
|
{
|
|
5712
5715
|
...o,
|
|
5713
5716
|
ref: l,
|
|
@@ -5730,9 +5733,9 @@ var kt = "MenuItem", mr = "menu.itemSelect", Mt = c.forwardRef(
|
|
|
5730
5733
|
}
|
|
5731
5734
|
);
|
|
5732
5735
|
Mt.displayName = kt;
|
|
5733
|
-
var
|
|
5736
|
+
var Ko = c.forwardRef(
|
|
5734
5737
|
(e, t) => {
|
|
5735
|
-
const { __scopeMenu: n, disabled: r = !1, textValue: o, ...s } = e, a = Sn(kt, n), i =
|
|
5738
|
+
const { __scopeMenu: n, disabled: r = !1, textValue: o, ...s } = e, a = Sn(kt, n), i = $o(n), l = c.useRef(null), u = U(t, l), [f, d] = c.useState(!1), [m, g] = c.useState("");
|
|
5736
5739
|
return c.useEffect(() => {
|
|
5737
5740
|
const v = l.current;
|
|
5738
5741
|
v && g((v.textContent ?? "").trim());
|
|
@@ -5742,7 +5745,7 @@ var Go = c.forwardRef(
|
|
|
5742
5745
|
scope: n,
|
|
5743
5746
|
disabled: r,
|
|
5744
5747
|
textValue: o ?? m,
|
|
5745
|
-
children: /* @__PURE__ */ b(
|
|
5748
|
+
children: /* @__PURE__ */ b(mu, { asChild: !0, ...i, focusable: !r, children: /* @__PURE__ */ b(
|
|
5746
5749
|
H.div,
|
|
5747
5750
|
{
|
|
5748
5751
|
role: "menuitem",
|
|
@@ -5768,10 +5771,10 @@ var Go = c.forwardRef(
|
|
|
5768
5771
|
}
|
|
5769
5772
|
);
|
|
5770
5773
|
}
|
|
5771
|
-
),
|
|
5774
|
+
), hl = "MenuCheckboxItem", Ho = c.forwardRef(
|
|
5772
5775
|
(e, t) => {
|
|
5773
5776
|
const { checked: n = !1, onCheckedChange: r, ...o } = e;
|
|
5774
|
-
return /* @__PURE__ */ b(
|
|
5777
|
+
return /* @__PURE__ */ b(Qo, { scope: e.__scopeMenu, checked: n, children: /* @__PURE__ */ b(
|
|
5775
5778
|
Mt,
|
|
5776
5779
|
{
|
|
5777
5780
|
role: "menuitemcheckbox",
|
|
@@ -5788,22 +5791,22 @@ var Go = c.forwardRef(
|
|
|
5788
5791
|
) });
|
|
5789
5792
|
}
|
|
5790
5793
|
);
|
|
5791
|
-
|
|
5792
|
-
var
|
|
5793
|
-
|
|
5794
|
+
Ho.displayName = hl;
|
|
5795
|
+
var Yo = "MenuRadioGroup", [gl, vl] = Re(
|
|
5796
|
+
Yo,
|
|
5794
5797
|
{ value: void 0, onValueChange: () => {
|
|
5795
5798
|
} }
|
|
5796
|
-
),
|
|
5799
|
+
), Xo = c.forwardRef(
|
|
5797
5800
|
(e, t) => {
|
|
5798
5801
|
const { value: n, onValueChange: r, ...o } = e, s = G(r);
|
|
5799
|
-
return /* @__PURE__ */ b(
|
|
5802
|
+
return /* @__PURE__ */ b(gl, { scope: e.__scopeMenu, value: n, onValueChange: s, children: /* @__PURE__ */ b(jn, { ...o, ref: t }) });
|
|
5800
5803
|
}
|
|
5801
5804
|
);
|
|
5802
|
-
|
|
5803
|
-
var
|
|
5805
|
+
Xo.displayName = Yo;
|
|
5806
|
+
var qo = "MenuRadioItem", Zo = c.forwardRef(
|
|
5804
5807
|
(e, t) => {
|
|
5805
|
-
const { value: n, ...r } = e, o =
|
|
5806
|
-
return /* @__PURE__ */ b(
|
|
5808
|
+
const { value: n, ...r } = e, o = vl(qo, e.__scopeMenu), s = n === o.value;
|
|
5809
|
+
return /* @__PURE__ */ b(Qo, { scope: e.__scopeMenu, checked: s, children: /* @__PURE__ */ b(
|
|
5807
5810
|
Mt,
|
|
5808
5811
|
{
|
|
5809
5812
|
role: "menuitemradio",
|
|
@@ -5823,13 +5826,13 @@ var Xo = "MenuRadioItem", qo = c.forwardRef(
|
|
|
5823
5826
|
) });
|
|
5824
5827
|
}
|
|
5825
5828
|
);
|
|
5826
|
-
|
|
5827
|
-
var Pn = "MenuItemIndicator", [
|
|
5829
|
+
Zo.displayName = qo;
|
|
5830
|
+
var Pn = "MenuItemIndicator", [Qo, bl] = Re(
|
|
5828
5831
|
Pn,
|
|
5829
5832
|
{ checked: !1 }
|
|
5830
|
-
),
|
|
5833
|
+
), Jo = c.forwardRef(
|
|
5831
5834
|
(e, t) => {
|
|
5832
|
-
const { __scopeMenu: n, forceMount: r, ...o } = e, s =
|
|
5835
|
+
const { __scopeMenu: n, forceMount: r, ...o } = e, s = bl(Pn, n);
|
|
5833
5836
|
return /* @__PURE__ */ b(
|
|
5834
5837
|
Je,
|
|
5835
5838
|
{
|
|
@@ -5846,8 +5849,8 @@ var Pn = "MenuItemIndicator", [Zo, vl] = Re(
|
|
|
5846
5849
|
);
|
|
5847
5850
|
}
|
|
5848
5851
|
);
|
|
5849
|
-
|
|
5850
|
-
var
|
|
5852
|
+
Jo.displayName = Pn;
|
|
5853
|
+
var wl = "MenuSeparator", es = c.forwardRef(
|
|
5851
5854
|
(e, t) => {
|
|
5852
5855
|
const { __scopeMenu: n, ...r } = e;
|
|
5853
5856
|
return /* @__PURE__ */ b(
|
|
@@ -5861,18 +5864,18 @@ var bl = "MenuSeparator", Jo = c.forwardRef(
|
|
|
5861
5864
|
);
|
|
5862
5865
|
}
|
|
5863
5866
|
);
|
|
5864
|
-
|
|
5865
|
-
var
|
|
5867
|
+
es.displayName = wl;
|
|
5868
|
+
var yl = "MenuArrow", ts = c.forwardRef(
|
|
5866
5869
|
(e, t) => {
|
|
5867
5870
|
const { __scopeMenu: n, ...r } = e, o = tt(n);
|
|
5868
|
-
return /* @__PURE__ */ b(
|
|
5871
|
+
return /* @__PURE__ */ b(Qc, { ...o, ...r, ref: t });
|
|
5869
5872
|
}
|
|
5870
5873
|
);
|
|
5871
|
-
|
|
5872
|
-
var An = "MenuSub", [
|
|
5874
|
+
ts.displayName = yl;
|
|
5875
|
+
var An = "MenuSub", [xl, ns] = Re(An), rs = (e) => {
|
|
5873
5876
|
const { __scopeMenu: t, children: n, open: r = !1, onOpenChange: o } = e, s = Ce(An, t), a = tt(t), [i, l] = c.useState(null), [u, f] = c.useState(null), d = G(o);
|
|
5874
|
-
return c.useEffect(() => (s.open === !1 && d(!1), () => d(!1)), [s.open, d]), /* @__PURE__ */ b(
|
|
5875
|
-
|
|
5877
|
+
return c.useEffect(() => (s.open === !1 && d(!1), () => d(!1)), [s.open, d]), /* @__PURE__ */ b(yo, { ...a, children: /* @__PURE__ */ b(
|
|
5878
|
+
zo,
|
|
5876
5879
|
{
|
|
5877
5880
|
scope: t,
|
|
5878
5881
|
open: r,
|
|
@@ -5880,7 +5883,7 @@ var An = "MenuSub", [yl, ts] = Re(An), ns = (e) => {
|
|
|
5880
5883
|
content: u,
|
|
5881
5884
|
onContentChange: f,
|
|
5882
5885
|
children: /* @__PURE__ */ b(
|
|
5883
|
-
|
|
5886
|
+
xl,
|
|
5884
5887
|
{
|
|
5885
5888
|
scope: t,
|
|
5886
5889
|
contentId: Ge(),
|
|
@@ -5893,10 +5896,10 @@ var An = "MenuSub", [yl, ts] = Re(An), ns = (e) => {
|
|
|
5893
5896
|
}
|
|
5894
5897
|
) });
|
|
5895
5898
|
};
|
|
5896
|
-
|
|
5897
|
-
var Ve = "MenuSubTrigger",
|
|
5899
|
+
rs.displayName = An;
|
|
5900
|
+
var Ve = "MenuSubTrigger", os = c.forwardRef(
|
|
5898
5901
|
(e, t) => {
|
|
5899
|
-
const n = Ce(Ve, e.__scopeMenu), r = nt(Ve, e.__scopeMenu), o =
|
|
5902
|
+
const n = Ce(Ve, e.__scopeMenu), r = nt(Ve, e.__scopeMenu), o = ns(Ve, e.__scopeMenu), s = Sn(Ve, e.__scopeMenu), a = c.useRef(null), { pointerGraceTimerRef: i, onPointerGraceIntentChange: l } = s, u = { __scopeMenu: e.__scopeMenu }, f = c.useCallback(() => {
|
|
5900
5903
|
a.current && window.clearTimeout(a.current), a.current = null;
|
|
5901
5904
|
}, []);
|
|
5902
5905
|
return c.useEffect(() => f, [f]), c.useEffect(() => {
|
|
@@ -5905,13 +5908,13 @@ var Ve = "MenuSubTrigger", rs = c.forwardRef(
|
|
|
5905
5908
|
window.clearTimeout(d), l(null);
|
|
5906
5909
|
};
|
|
5907
5910
|
}, [i, l]), /* @__PURE__ */ b(Cn, { asChild: !0, ...u, children: /* @__PURE__ */ b(
|
|
5908
|
-
|
|
5911
|
+
Ko,
|
|
5909
5912
|
{
|
|
5910
5913
|
id: o.triggerId,
|
|
5911
5914
|
"aria-haspopup": "menu",
|
|
5912
5915
|
"aria-expanded": n.open,
|
|
5913
5916
|
"aria-controls": o.contentId,
|
|
5914
|
-
"data-state":
|
|
5917
|
+
"data-state": as(n.open),
|
|
5915
5918
|
...e,
|
|
5916
5919
|
ref: St(t, o.onTriggerChange),
|
|
5917
5920
|
onClick: (d) => {
|
|
@@ -5958,16 +5961,16 @@ var Ve = "MenuSubTrigger", rs = c.forwardRef(
|
|
|
5958
5961
|
onKeyDown: M(e.onKeyDown, (d) => {
|
|
5959
5962
|
var g;
|
|
5960
5963
|
const m = s.searchRef.current !== "";
|
|
5961
|
-
e.disabled || m && d.key === " " ||
|
|
5964
|
+
e.disabled || m && d.key === " " || rl[r.dir].includes(d.key) && (n.onOpenChange(!0), (g = n.content) == null || g.focus(), d.preventDefault());
|
|
5962
5965
|
})
|
|
5963
5966
|
}
|
|
5964
5967
|
) });
|
|
5965
5968
|
}
|
|
5966
5969
|
);
|
|
5967
|
-
|
|
5968
|
-
var
|
|
5970
|
+
os.displayName = Ve;
|
|
5971
|
+
var ss = "MenuSubContent", is = c.forwardRef(
|
|
5969
5972
|
(e, t) => {
|
|
5970
|
-
const n =
|
|
5973
|
+
const n = Bo(te, e.__scopeMenu), { forceMount: r = n.forceMount, ...o } = e, s = Ce(te, e.__scopeMenu), a = nt(te, e.__scopeMenu), i = ns(ss, e.__scopeMenu), l = c.useRef(null), u = U(t, l);
|
|
5971
5974
|
return /* @__PURE__ */ b(Ye.Provider, { scope: e.__scopeMenu, children: /* @__PURE__ */ b(Je, { present: r || s.open, children: /* @__PURE__ */ b(Ye.Slot, { scope: e.__scopeMenu, children: /* @__PURE__ */ b(
|
|
5972
5975
|
Rn,
|
|
5973
5976
|
{
|
|
@@ -5993,15 +5996,15 @@ var os = "MenuSubContent", ss = c.forwardRef(
|
|
|
5993
5996
|
}),
|
|
5994
5997
|
onKeyDown: M(e.onKeyDown, (f) => {
|
|
5995
5998
|
var g;
|
|
5996
|
-
const d = f.currentTarget.contains(f.target), m =
|
|
5999
|
+
const d = f.currentTarget.contains(f.target), m = ol[a.dir].includes(f.key);
|
|
5997
6000
|
d && m && (s.onOpenChange(!1), (g = i.trigger) == null || g.focus(), f.preventDefault());
|
|
5998
6001
|
})
|
|
5999
6002
|
}
|
|
6000
6003
|
) }) }) });
|
|
6001
6004
|
}
|
|
6002
6005
|
);
|
|
6003
|
-
|
|
6004
|
-
function
|
|
6006
|
+
is.displayName = ss;
|
|
6007
|
+
function as(e) {
|
|
6005
6008
|
return e ? "open" : "closed";
|
|
6006
6009
|
}
|
|
6007
6010
|
function Ct(e) {
|
|
@@ -6010,24 +6013,24 @@ function Ct(e) {
|
|
|
6010
6013
|
function Tn(e) {
|
|
6011
6014
|
return Ct(e) ? "indeterminate" : e ? "checked" : "unchecked";
|
|
6012
6015
|
}
|
|
6013
|
-
function
|
|
6016
|
+
function kl(e) {
|
|
6014
6017
|
const t = document.activeElement;
|
|
6015
6018
|
for (const n of e)
|
|
6016
6019
|
if (n === t || (n.focus(), document.activeElement !== t)) return;
|
|
6017
6020
|
}
|
|
6018
|
-
function
|
|
6021
|
+
function Cl(e, t) {
|
|
6019
6022
|
return e.map((n, r) => e[(t + r) % e.length]);
|
|
6020
6023
|
}
|
|
6021
|
-
function
|
|
6024
|
+
function El(e, t, n) {
|
|
6022
6025
|
const o = t.length > 1 && Array.from(t).every((u) => u === t[0]) ? t[0] : t, s = n ? e.indexOf(n) : -1;
|
|
6023
|
-
let a =
|
|
6026
|
+
let a = Cl(e, Math.max(s, 0));
|
|
6024
6027
|
o.length === 1 && (a = a.filter((u) => u !== n));
|
|
6025
6028
|
const l = a.find(
|
|
6026
6029
|
(u) => u.toLowerCase().startsWith(o.toLowerCase())
|
|
6027
6030
|
);
|
|
6028
6031
|
return l !== n ? l : void 0;
|
|
6029
6032
|
}
|
|
6030
|
-
function
|
|
6033
|
+
function Sl(e, t) {
|
|
6031
6034
|
const { x: n, y: r } = e;
|
|
6032
6035
|
let o = !1;
|
|
6033
6036
|
for (let s = 0, a = t.length - 1; s < t.length; a = s++) {
|
|
@@ -6036,18 +6039,18 @@ function El(e, t) {
|
|
|
6036
6039
|
}
|
|
6037
6040
|
return o;
|
|
6038
6041
|
}
|
|
6039
|
-
function
|
|
6042
|
+
function Rl(e, t) {
|
|
6040
6043
|
if (!t) return !1;
|
|
6041
6044
|
const n = { x: e.clientX, y: e.clientY };
|
|
6042
|
-
return
|
|
6045
|
+
return Sl(n, t);
|
|
6043
6046
|
}
|
|
6044
6047
|
function Xe(e) {
|
|
6045
6048
|
return (t) => t.pointerType === "mouse" ? e(t) : void 0;
|
|
6046
6049
|
}
|
|
6047
|
-
var
|
|
6050
|
+
var jl = Wo, Pl = Cn, Al = Vo, Tl = Uo, Ml = jn, Nl = Go, Ol = Mt, Il = Ho, _l = Xo, Dl = Zo, Ll = Jo, Fl = es, $l = ts, zl = rs, Wl = os, Bl = is, Mn = "DropdownMenu", [Vl, Bf] = he(
|
|
6048
6051
|
Mn,
|
|
6049
|
-
[
|
|
6050
|
-
), K =
|
|
6052
|
+
[Fo]
|
|
6053
|
+
), K = Fo(), [Ul, cs] = Vl(Mn), us = (e) => {
|
|
6051
6054
|
const {
|
|
6052
6055
|
__scopeDropdownMenu: t,
|
|
6053
6056
|
children: n,
|
|
@@ -6062,7 +6065,7 @@ var Rl = zo, jl = Cn, Pl = Bo, Al = Vo, Tl = jn, Ml = Uo, Nl = Mt, Ol = Ko, Il =
|
|
|
6062
6065
|
onChange: a
|
|
6063
6066
|
});
|
|
6064
6067
|
return /* @__PURE__ */ b(
|
|
6065
|
-
|
|
6068
|
+
Ul,
|
|
6066
6069
|
{
|
|
6067
6070
|
scope: t,
|
|
6068
6071
|
triggerId: Ge(),
|
|
@@ -6072,15 +6075,15 @@ var Rl = zo, jl = Cn, Pl = Bo, Al = Vo, Tl = jn, Ml = Uo, Nl = Mt, Ol = Ko, Il =
|
|
|
6072
6075
|
onOpenChange: d,
|
|
6073
6076
|
onOpenToggle: c.useCallback(() => d((m) => !m), [d]),
|
|
6074
6077
|
modal: i,
|
|
6075
|
-
children: /* @__PURE__ */ b(
|
|
6078
|
+
children: /* @__PURE__ */ b(jl, { ...l, open: f, onOpenChange: d, dir: r, modal: i, children: n })
|
|
6076
6079
|
}
|
|
6077
6080
|
);
|
|
6078
6081
|
};
|
|
6079
|
-
|
|
6080
|
-
var
|
|
6082
|
+
us.displayName = Mn;
|
|
6083
|
+
var ls = "DropdownMenuTrigger", ds = c.forwardRef(
|
|
6081
6084
|
(e, t) => {
|
|
6082
|
-
const { __scopeDropdownMenu: n, disabled: r = !1, ...o } = e, s =
|
|
6083
|
-
return /* @__PURE__ */ b(
|
|
6085
|
+
const { __scopeDropdownMenu: n, disabled: r = !1, ...o } = e, s = cs(ls, n), a = K(n);
|
|
6086
|
+
return /* @__PURE__ */ b(Pl, { asChild: !0, ...a, children: /* @__PURE__ */ b(
|
|
6084
6087
|
H.button,
|
|
6085
6088
|
{
|
|
6086
6089
|
type: "button",
|
|
@@ -6103,17 +6106,17 @@ var us = "DropdownMenuTrigger", ls = c.forwardRef(
|
|
|
6103
6106
|
) });
|
|
6104
6107
|
}
|
|
6105
6108
|
);
|
|
6106
|
-
|
|
6107
|
-
var
|
|
6109
|
+
ds.displayName = ls;
|
|
6110
|
+
var Gl = "DropdownMenuPortal", fs = (e) => {
|
|
6108
6111
|
const { __scopeDropdownMenu: t, ...n } = e, r = K(t);
|
|
6109
|
-
return /* @__PURE__ */ b(
|
|
6112
|
+
return /* @__PURE__ */ b(Al, { ...r, ...n });
|
|
6110
6113
|
};
|
|
6111
|
-
|
|
6112
|
-
var
|
|
6114
|
+
fs.displayName = Gl;
|
|
6115
|
+
var ps = "DropdownMenuContent", ms = c.forwardRef(
|
|
6113
6116
|
(e, t) => {
|
|
6114
|
-
const { __scopeDropdownMenu: n, ...r } = e, o =
|
|
6117
|
+
const { __scopeDropdownMenu: n, ...r } = e, o = cs(ps, n), s = K(n), a = c.useRef(!1);
|
|
6115
6118
|
return /* @__PURE__ */ b(
|
|
6116
|
-
|
|
6119
|
+
Tl,
|
|
6117
6120
|
{
|
|
6118
6121
|
id: o.contentId,
|
|
6119
6122
|
"aria-labelledby": o.triggerId,
|
|
@@ -6140,76 +6143,76 @@ var fs = "DropdownMenuContent", ps = c.forwardRef(
|
|
|
6140
6143
|
);
|
|
6141
6144
|
}
|
|
6142
6145
|
);
|
|
6143
|
-
|
|
6144
|
-
var
|
|
6145
|
-
(e, t) => {
|
|
6146
|
-
const { __scopeDropdownMenu: n, ...r } = e, o = K(n);
|
|
6147
|
-
return /* @__PURE__ */ b(Tl, { ...o, ...r, ref: t });
|
|
6148
|
-
}
|
|
6149
|
-
);
|
|
6150
|
-
ms.displayName = Gl;
|
|
6151
|
-
var Kl = "DropdownMenuLabel", hs = c.forwardRef(
|
|
6146
|
+
ms.displayName = ps;
|
|
6147
|
+
var Kl = "DropdownMenuGroup", hs = c.forwardRef(
|
|
6152
6148
|
(e, t) => {
|
|
6153
6149
|
const { __scopeDropdownMenu: n, ...r } = e, o = K(n);
|
|
6154
6150
|
return /* @__PURE__ */ b(Ml, { ...o, ...r, ref: t });
|
|
6155
6151
|
}
|
|
6156
6152
|
);
|
|
6157
6153
|
hs.displayName = Kl;
|
|
6158
|
-
var Hl = "
|
|
6154
|
+
var Hl = "DropdownMenuLabel", gs = c.forwardRef(
|
|
6159
6155
|
(e, t) => {
|
|
6160
6156
|
const { __scopeDropdownMenu: n, ...r } = e, o = K(n);
|
|
6161
6157
|
return /* @__PURE__ */ b(Nl, { ...o, ...r, ref: t });
|
|
6162
6158
|
}
|
|
6163
6159
|
);
|
|
6164
6160
|
gs.displayName = Hl;
|
|
6165
|
-
var Yl = "
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
});
|
|
6161
|
+
var Yl = "DropdownMenuItem", vs = c.forwardRef(
|
|
6162
|
+
(e, t) => {
|
|
6163
|
+
const { __scopeDropdownMenu: n, ...r } = e, o = K(n);
|
|
6164
|
+
return /* @__PURE__ */ b(Ol, { ...o, ...r, ref: t });
|
|
6165
|
+
}
|
|
6166
|
+
);
|
|
6169
6167
|
vs.displayName = Yl;
|
|
6170
|
-
var Xl = "
|
|
6168
|
+
var Xl = "DropdownMenuCheckboxItem", bs = c.forwardRef((e, t) => {
|
|
6171
6169
|
const { __scopeDropdownMenu: n, ...r } = e, o = K(n);
|
|
6172
6170
|
return /* @__PURE__ */ b(Il, { ...o, ...r, ref: t });
|
|
6173
6171
|
});
|
|
6174
6172
|
bs.displayName = Xl;
|
|
6175
|
-
var ql = "
|
|
6173
|
+
var ql = "DropdownMenuRadioGroup", ws = c.forwardRef((e, t) => {
|
|
6176
6174
|
const { __scopeDropdownMenu: n, ...r } = e, o = K(n);
|
|
6177
6175
|
return /* @__PURE__ */ b(_l, { ...o, ...r, ref: t });
|
|
6178
6176
|
});
|
|
6179
6177
|
ws.displayName = ql;
|
|
6180
|
-
var Zl = "
|
|
6178
|
+
var Zl = "DropdownMenuRadioItem", ys = c.forwardRef((e, t) => {
|
|
6181
6179
|
const { __scopeDropdownMenu: n, ...r } = e, o = K(n);
|
|
6182
6180
|
return /* @__PURE__ */ b(Dl, { ...o, ...r, ref: t });
|
|
6183
6181
|
});
|
|
6184
6182
|
ys.displayName = Zl;
|
|
6185
|
-
var Ql = "
|
|
6183
|
+
var Ql = "DropdownMenuItemIndicator", xs = c.forwardRef((e, t) => {
|
|
6186
6184
|
const { __scopeDropdownMenu: n, ...r } = e, o = K(n);
|
|
6187
6185
|
return /* @__PURE__ */ b(Ll, { ...o, ...r, ref: t });
|
|
6188
6186
|
});
|
|
6189
6187
|
xs.displayName = Ql;
|
|
6190
|
-
var Jl = "
|
|
6188
|
+
var Jl = "DropdownMenuSeparator", ks = c.forwardRef((e, t) => {
|
|
6189
|
+
const { __scopeDropdownMenu: n, ...r } = e, o = K(n);
|
|
6190
|
+
return /* @__PURE__ */ b(Fl, { ...o, ...r, ref: t });
|
|
6191
|
+
});
|
|
6192
|
+
ks.displayName = Jl;
|
|
6193
|
+
var ed = "DropdownMenuArrow", td = c.forwardRef(
|
|
6191
6194
|
(e, t) => {
|
|
6192
6195
|
const { __scopeDropdownMenu: n, ...r } = e, o = K(n);
|
|
6193
|
-
return /* @__PURE__ */ b(
|
|
6196
|
+
return /* @__PURE__ */ b($l, { ...o, ...r, ref: t });
|
|
6194
6197
|
}
|
|
6195
6198
|
);
|
|
6196
|
-
|
|
6197
|
-
var
|
|
6199
|
+
td.displayName = ed;
|
|
6200
|
+
var nd = (e) => {
|
|
6198
6201
|
const { __scopeDropdownMenu: t, children: n, open: r, onOpenChange: o, defaultOpen: s } = e, a = K(t), [i = !1, l] = Ze({
|
|
6199
6202
|
prop: r,
|
|
6200
6203
|
defaultProp: s,
|
|
6201
6204
|
onChange: o
|
|
6202
6205
|
});
|
|
6203
|
-
return /* @__PURE__ */ b(
|
|
6204
|
-
},
|
|
6206
|
+
return /* @__PURE__ */ b(zl, { ...a, open: i, onOpenChange: l, children: n });
|
|
6207
|
+
}, rd = "DropdownMenuSubTrigger", Cs = c.forwardRef((e, t) => {
|
|
6205
6208
|
const { __scopeDropdownMenu: n, ...r } = e, o = K(n);
|
|
6206
|
-
return /* @__PURE__ */ b(
|
|
6209
|
+
return /* @__PURE__ */ b(Wl, { ...o, ...r, ref: t });
|
|
6207
6210
|
});
|
|
6208
|
-
|
|
6209
|
-
var
|
|
6211
|
+
Cs.displayName = rd;
|
|
6212
|
+
var od = "DropdownMenuSubContent", Es = c.forwardRef((e, t) => {
|
|
6210
6213
|
const { __scopeDropdownMenu: n, ...r } = e, o = K(n);
|
|
6211
6214
|
return /* @__PURE__ */ b(
|
|
6212
|
-
|
|
6215
|
+
Bl,
|
|
6213
6216
|
{
|
|
6214
6217
|
...o,
|
|
6215
6218
|
...r,
|
|
@@ -6225,22 +6228,22 @@ var rd = "DropdownMenuSubContent", Cs = c.forwardRef((e, t) => {
|
|
|
6225
6228
|
}
|
|
6226
6229
|
);
|
|
6227
6230
|
});
|
|
6228
|
-
|
|
6229
|
-
var
|
|
6231
|
+
Es.displayName = od;
|
|
6232
|
+
var sd = us, id = ds, Ss = fs, Rs = ms, ad = hs, js = gs, Ps = vs, As = bs, cd = ws, Ts = ys, Ms = xs, Ns = ks, ud = nd, Os = Cs, Is = Es;
|
|
6230
6233
|
/**
|
|
6231
6234
|
* @license lucide-react v0.453.0 - ISC
|
|
6232
6235
|
*
|
|
6233
6236
|
* This source code is licensed under the ISC license.
|
|
6234
6237
|
* See the LICENSE file in the root directory of this source tree.
|
|
6235
6238
|
*/
|
|
6236
|
-
const
|
|
6239
|
+
const ld = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), _s = (...e) => e.filter((t, n, r) => !!t && r.indexOf(t) === n).join(" ");
|
|
6237
6240
|
/**
|
|
6238
6241
|
* @license lucide-react v0.453.0 - ISC
|
|
6239
6242
|
*
|
|
6240
6243
|
* This source code is licensed under the ISC license.
|
|
6241
6244
|
* See the LICENSE file in the root directory of this source tree.
|
|
6242
6245
|
*/
|
|
6243
|
-
var
|
|
6246
|
+
var dd = {
|
|
6244
6247
|
xmlns: "http://www.w3.org/2000/svg",
|
|
6245
6248
|
width: 24,
|
|
6246
6249
|
height: 24,
|
|
@@ -6257,7 +6260,7 @@ var ld = {
|
|
|
6257
6260
|
* This source code is licensed under the ISC license.
|
|
6258
6261
|
* See the LICENSE file in the root directory of this source tree.
|
|
6259
6262
|
*/
|
|
6260
|
-
const
|
|
6263
|
+
const fd = yr(
|
|
6261
6264
|
({
|
|
6262
6265
|
color: e = "currentColor",
|
|
6263
6266
|
size: t = 24,
|
|
@@ -6271,12 +6274,12 @@ const dd = yr(
|
|
|
6271
6274
|
"svg",
|
|
6272
6275
|
{
|
|
6273
6276
|
ref: l,
|
|
6274
|
-
...
|
|
6277
|
+
...dd,
|
|
6275
6278
|
width: t,
|
|
6276
6279
|
height: t,
|
|
6277
6280
|
stroke: e,
|
|
6278
6281
|
strokeWidth: r ? Number(n) * 24 / Number(t) : n,
|
|
6279
|
-
className:
|
|
6282
|
+
className: _s("lucide", o),
|
|
6280
6283
|
...i
|
|
6281
6284
|
},
|
|
6282
6285
|
[
|
|
@@ -6293,10 +6296,10 @@ const dd = yr(
|
|
|
6293
6296
|
*/
|
|
6294
6297
|
const Nt = (e, t) => {
|
|
6295
6298
|
const n = yr(
|
|
6296
|
-
({ className: r, ...o }, s) => Xt(
|
|
6299
|
+
({ className: r, ...o }, s) => Xt(fd, {
|
|
6297
6300
|
ref: s,
|
|
6298
6301
|
iconNode: t,
|
|
6299
|
-
className:
|
|
6302
|
+
className: _s(`lucide-${ld(e)}`, r),
|
|
6300
6303
|
...o
|
|
6301
6304
|
})
|
|
6302
6305
|
);
|
|
@@ -6308,14 +6311,14 @@ const Nt = (e, t) => {
|
|
|
6308
6311
|
* This source code is licensed under the ISC license.
|
|
6309
6312
|
* See the LICENSE file in the root directory of this source tree.
|
|
6310
6313
|
*/
|
|
6311
|
-
const
|
|
6314
|
+
const pd = Nt("Check", [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]]);
|
|
6312
6315
|
/**
|
|
6313
6316
|
* @license lucide-react v0.453.0 - ISC
|
|
6314
6317
|
*
|
|
6315
6318
|
* This source code is licensed under the ISC license.
|
|
6316
6319
|
* See the LICENSE file in the root directory of this source tree.
|
|
6317
6320
|
*/
|
|
6318
|
-
const
|
|
6321
|
+
const md = Nt("ChevronRight", [
|
|
6319
6322
|
["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]
|
|
6320
6323
|
]);
|
|
6321
6324
|
/**
|
|
@@ -6324,7 +6327,7 @@ const pd = Nt("ChevronRight", [
|
|
|
6324
6327
|
* This source code is licensed under the ISC license.
|
|
6325
6328
|
* See the LICENSE file in the root directory of this source tree.
|
|
6326
6329
|
*/
|
|
6327
|
-
const
|
|
6330
|
+
const hd = Nt("Circle", [
|
|
6328
6331
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
|
|
6329
6332
|
]);
|
|
6330
6333
|
/**
|
|
@@ -6333,11 +6336,11 @@ const md = Nt("Circle", [
|
|
|
6333
6336
|
* This source code is licensed under the ISC license.
|
|
6334
6337
|
* See the LICENSE file in the root directory of this source tree.
|
|
6335
6338
|
*/
|
|
6336
|
-
const
|
|
6339
|
+
const gd = Nt("X", [
|
|
6337
6340
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
6338
6341
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
6339
|
-
]),
|
|
6340
|
-
|
|
6342
|
+
]), Vf = sd, Uf = id, Gf = ad, Kf = Ss, Hf = ud, Yf = cd, vd = c.forwardRef(({ className: e, inset: t, children: n, ...r }, o) => /* @__PURE__ */ ne(
|
|
6343
|
+
Os,
|
|
6341
6344
|
{
|
|
6342
6345
|
ref: o,
|
|
6343
6346
|
className: V(
|
|
@@ -6356,13 +6359,13 @@ const hd = Nt("X", [
|
|
|
6356
6359
|
...r,
|
|
6357
6360
|
children: [
|
|
6358
6361
|
n,
|
|
6359
|
-
/* @__PURE__ */ b(
|
|
6362
|
+
/* @__PURE__ */ b(md, { className: "ksjsui-ms-auto" })
|
|
6360
6363
|
]
|
|
6361
6364
|
}
|
|
6362
6365
|
));
|
|
6363
|
-
|
|
6364
|
-
const
|
|
6365
|
-
|
|
6366
|
+
vd.displayName = Os.displayName;
|
|
6367
|
+
const bd = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
6368
|
+
Is,
|
|
6366
6369
|
{
|
|
6367
6370
|
ref: n,
|
|
6368
6371
|
className: V(
|
|
@@ -6380,10 +6383,10 @@ const vd = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
|
6380
6383
|
...t
|
|
6381
6384
|
}
|
|
6382
6385
|
));
|
|
6383
|
-
|
|
6384
|
-
const
|
|
6385
|
-
({ className: e, align: t = "start", side: n = "bottom", sideOffset: r = 4, ...o }, s) => /* @__PURE__ */ b(
|
|
6386
|
-
|
|
6386
|
+
bd.displayName = Is.displayName;
|
|
6387
|
+
const wd = c.forwardRef(
|
|
6388
|
+
({ className: e, align: t = "start", side: n = "bottom", sideOffset: r = 4, ...o }, s) => /* @__PURE__ */ b(Ss, { children: /* @__PURE__ */ b(
|
|
6389
|
+
Rs,
|
|
6387
6390
|
{
|
|
6388
6391
|
ref: s,
|
|
6389
6392
|
align: t,
|
|
@@ -6405,9 +6408,9 @@ const bd = c.forwardRef(
|
|
|
6405
6408
|
}
|
|
6406
6409
|
) })
|
|
6407
6410
|
);
|
|
6408
|
-
|
|
6409
|
-
const
|
|
6410
|
-
|
|
6411
|
+
wd.displayName = Rs.displayName;
|
|
6412
|
+
const yd = c.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */ b(
|
|
6413
|
+
Ps,
|
|
6411
6414
|
{
|
|
6412
6415
|
ref: r,
|
|
6413
6416
|
className: V(
|
|
@@ -6427,9 +6430,9 @@ const wd = c.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */
|
|
|
6427
6430
|
...n
|
|
6428
6431
|
}
|
|
6429
6432
|
));
|
|
6430
|
-
|
|
6431
|
-
const
|
|
6432
|
-
|
|
6433
|
+
yd.displayName = Ps.displayName;
|
|
6434
|
+
const xd = c.forwardRef(({ className: e, children: t, checked: n, ...r }, o) => /* @__PURE__ */ ne(
|
|
6435
|
+
As,
|
|
6433
6436
|
{
|
|
6434
6437
|
ref: o,
|
|
6435
6438
|
className: V(
|
|
@@ -6448,13 +6451,13 @@ const yd = c.forwardRef(({ className: e, children: t, checked: n, ...r }, o) =>
|
|
|
6448
6451
|
...r,
|
|
6449
6452
|
children: [
|
|
6450
6453
|
t,
|
|
6451
|
-
/* @__PURE__ */ b("span", { className: "ksjsui-flex ksjsui-size-3.5 ksjsui-items-center ksjsui-justify-center", children: /* @__PURE__ */ b(
|
|
6454
|
+
/* @__PURE__ */ b("span", { className: "ksjsui-flex ksjsui-size-3.5 ksjsui-items-center ksjsui-justify-center", children: /* @__PURE__ */ b(Ms, { children: /* @__PURE__ */ b(pd, { className: "ksjsui-size-4" }) }) })
|
|
6452
6455
|
]
|
|
6453
6456
|
}
|
|
6454
6457
|
));
|
|
6455
|
-
|
|
6456
|
-
const
|
|
6457
|
-
|
|
6458
|
+
xd.displayName = As.displayName;
|
|
6459
|
+
const kd = c.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__ */ ne(
|
|
6460
|
+
Ts,
|
|
6458
6461
|
{
|
|
6459
6462
|
ref: r,
|
|
6460
6463
|
className: V(
|
|
@@ -6472,13 +6475,13 @@ const xd = c.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__
|
|
|
6472
6475
|
...n,
|
|
6473
6476
|
children: [
|
|
6474
6477
|
t,
|
|
6475
|
-
/* @__PURE__ */ b("span", { className: "ksjsui-flex ksjsui-size-3.5 ksjsui-items-center ksjsui-justify-center", children: /* @__PURE__ */ b(
|
|
6478
|
+
/* @__PURE__ */ b("span", { className: "ksjsui-flex ksjsui-size-3.5 ksjsui-items-center ksjsui-justify-center", children: /* @__PURE__ */ b(Ms, { children: /* @__PURE__ */ b(hd, { className: "ksjsui-size-2" }) }) })
|
|
6476
6479
|
]
|
|
6477
6480
|
}
|
|
6478
6481
|
));
|
|
6479
|
-
|
|
6480
|
-
const
|
|
6481
|
-
|
|
6482
|
+
kd.displayName = Ts.displayName;
|
|
6483
|
+
const Cd = c.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */ b(
|
|
6484
|
+
js,
|
|
6482
6485
|
{
|
|
6483
6486
|
ref: r,
|
|
6484
6487
|
className: V(
|
|
@@ -6489,9 +6492,9 @@ const kd = c.forwardRef(({ className: e, inset: t, ...n }, r) => /* @__PURE__ */
|
|
|
6489
6492
|
...n
|
|
6490
6493
|
}
|
|
6491
6494
|
));
|
|
6492
|
-
|
|
6493
|
-
const
|
|
6494
|
-
|
|
6495
|
+
Cd.displayName = js.displayName;
|
|
6496
|
+
const Ed = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
6497
|
+
Ns,
|
|
6495
6498
|
{
|
|
6496
6499
|
ref: n,
|
|
6497
6500
|
className: V(
|
|
@@ -6504,8 +6507,8 @@ const Cd = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
|
6504
6507
|
...t
|
|
6505
6508
|
}
|
|
6506
6509
|
));
|
|
6507
|
-
|
|
6508
|
-
const
|
|
6510
|
+
Ed.displayName = Ns.displayName;
|
|
6511
|
+
const Sd = ({
|
|
6509
6512
|
className: e,
|
|
6510
6513
|
...t
|
|
6511
6514
|
}) => /* @__PURE__ */ b(
|
|
@@ -6518,10 +6521,10 @@ const Ed = ({
|
|
|
6518
6521
|
...t
|
|
6519
6522
|
}
|
|
6520
6523
|
);
|
|
6521
|
-
|
|
6522
|
-
const
|
|
6523
|
-
|
|
6524
|
-
var
|
|
6524
|
+
Sd.displayName = "DropdownMenuShortcut";
|
|
6525
|
+
const Rd = c.forwardRef((e, t) => /* @__PURE__ */ b(zr, { ref: t, ...e, iconOnly: !0, fullWidth: !1 }));
|
|
6526
|
+
Rd.displayName = "IconButton";
|
|
6527
|
+
var jd = [
|
|
6525
6528
|
"a",
|
|
6526
6529
|
"button",
|
|
6527
6530
|
"div",
|
|
@@ -6538,16 +6541,16 @@ var Rd = [
|
|
|
6538
6541
|
"span",
|
|
6539
6542
|
"svg",
|
|
6540
6543
|
"ul"
|
|
6541
|
-
],
|
|
6544
|
+
], Pd = jd.reduce((e, t) => {
|
|
6542
6545
|
const n = c.forwardRef((r, o) => {
|
|
6543
6546
|
const { asChild: s, ...a } = r, i = s ? q : t;
|
|
6544
6547
|
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ b(i, { ...a, ref: o });
|
|
6545
6548
|
});
|
|
6546
6549
|
return n.displayName = `Primitive.${t}`, { ...e, [t]: n };
|
|
6547
|
-
}, {}),
|
|
6548
|
-
const { decorative: n, orientation: r = hr, ...o } = e, s =
|
|
6550
|
+
}, {}), Ad = "Separator", hr = "horizontal", Td = ["horizontal", "vertical"], Ds = c.forwardRef((e, t) => {
|
|
6551
|
+
const { decorative: n, orientation: r = hr, ...o } = e, s = Md(r) ? r : hr, i = n ? { role: "none" } : { "aria-orientation": s === "vertical" ? s : void 0, role: "separator" };
|
|
6549
6552
|
return /* @__PURE__ */ b(
|
|
6550
|
-
|
|
6553
|
+
Pd.div,
|
|
6551
6554
|
{
|
|
6552
6555
|
"data-orientation": s,
|
|
6553
6556
|
...i,
|
|
@@ -6556,14 +6559,14 @@ var Rd = [
|
|
|
6556
6559
|
}
|
|
6557
6560
|
);
|
|
6558
6561
|
});
|
|
6559
|
-
|
|
6560
|
-
function
|
|
6561
|
-
return
|
|
6562
|
+
Ds.displayName = Ad;
|
|
6563
|
+
function Md(e) {
|
|
6564
|
+
return Td.includes(e);
|
|
6562
6565
|
}
|
|
6563
|
-
var
|
|
6564
|
-
const
|
|
6566
|
+
var Ls = Ds;
|
|
6567
|
+
const Nd = c.forwardRef(
|
|
6565
6568
|
({ className: e, orientation: t = "horizontal", decorative: n = !0, ...r }, o) => /* @__PURE__ */ b(
|
|
6566
|
-
|
|
6569
|
+
Ls,
|
|
6567
6570
|
{
|
|
6568
6571
|
ref: o,
|
|
6569
6572
|
decorative: n,
|
|
@@ -6577,12 +6580,12 @@ const Md = c.forwardRef(
|
|
|
6577
6580
|
}
|
|
6578
6581
|
)
|
|
6579
6582
|
);
|
|
6580
|
-
|
|
6581
|
-
function
|
|
6583
|
+
Nd.displayName = Ls.displayName;
|
|
6584
|
+
function Od(e) {
|
|
6582
6585
|
const t = c.useRef({ value: e, previous: e });
|
|
6583
6586
|
return c.useMemo(() => (t.current.value !== e && (t.current.previous = t.current.value, t.current.value = e), t.current.previous), [e]);
|
|
6584
6587
|
}
|
|
6585
|
-
var
|
|
6588
|
+
var Id = [
|
|
6586
6589
|
"a",
|
|
6587
6590
|
"button",
|
|
6588
6591
|
"div",
|
|
@@ -6599,13 +6602,13 @@ var Od = [
|
|
|
6599
6602
|
"span",
|
|
6600
6603
|
"svg",
|
|
6601
6604
|
"ul"
|
|
6602
|
-
],
|
|
6605
|
+
], Fs = Id.reduce((e, t) => {
|
|
6603
6606
|
const n = c.forwardRef((r, o) => {
|
|
6604
6607
|
const { asChild: s, ...a } = r, i = s ? q : t;
|
|
6605
6608
|
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ b(i, { ...a, ref: o });
|
|
6606
6609
|
});
|
|
6607
6610
|
return n.displayName = `Primitive.${t}`, { ...e, [t]: n };
|
|
6608
|
-
}, {}), Nn = "Switch", [
|
|
6611
|
+
}, {}), Nn = "Switch", [_d, Xf] = he(Nn), [Dd, Ld] = _d(Nn), $s = c.forwardRef(
|
|
6609
6612
|
(e, t) => {
|
|
6610
6613
|
const {
|
|
6611
6614
|
__scopeSwitch: n,
|
|
@@ -6623,15 +6626,15 @@ var Od = [
|
|
|
6623
6626
|
defaultProp: s,
|
|
6624
6627
|
onChange: u
|
|
6625
6628
|
});
|
|
6626
|
-
return /* @__PURE__ */ ne(
|
|
6629
|
+
return /* @__PURE__ */ ne(Dd, { scope: n, checked: w, disabled: i, children: [
|
|
6627
6630
|
/* @__PURE__ */ b(
|
|
6628
|
-
|
|
6631
|
+
Fs.button,
|
|
6629
6632
|
{
|
|
6630
6633
|
type: "button",
|
|
6631
6634
|
role: "switch",
|
|
6632
6635
|
"aria-checked": w,
|
|
6633
6636
|
"aria-required": a,
|
|
6634
|
-
"data-state":
|
|
6637
|
+
"data-state": Bs(w),
|
|
6635
6638
|
"data-disabled": i ? "" : void 0,
|
|
6636
6639
|
disabled: i,
|
|
6637
6640
|
value: l,
|
|
@@ -6643,7 +6646,7 @@ var Od = [
|
|
|
6643
6646
|
}
|
|
6644
6647
|
),
|
|
6645
6648
|
h && /* @__PURE__ */ b(
|
|
6646
|
-
|
|
6649
|
+
Fd,
|
|
6647
6650
|
{
|
|
6648
6651
|
control: m,
|
|
6649
6652
|
bubbles: !p.current,
|
|
@@ -6659,14 +6662,14 @@ var Od = [
|
|
|
6659
6662
|
] });
|
|
6660
6663
|
}
|
|
6661
6664
|
);
|
|
6662
|
-
|
|
6663
|
-
var
|
|
6665
|
+
$s.displayName = Nn;
|
|
6666
|
+
var zs = "SwitchThumb", Ws = c.forwardRef(
|
|
6664
6667
|
(e, t) => {
|
|
6665
|
-
const { __scopeSwitch: n, ...r } = e, o =
|
|
6668
|
+
const { __scopeSwitch: n, ...r } = e, o = Ld(zs, n);
|
|
6666
6669
|
return /* @__PURE__ */ b(
|
|
6667
|
-
|
|
6670
|
+
Fs.span,
|
|
6668
6671
|
{
|
|
6669
|
-
"data-state":
|
|
6672
|
+
"data-state": Bs(o.checked),
|
|
6670
6673
|
"data-disabled": o.disabled ? "" : void 0,
|
|
6671
6674
|
...r,
|
|
6672
6675
|
ref: t
|
|
@@ -6674,9 +6677,9 @@ var $s = "SwitchThumb", zs = c.forwardRef(
|
|
|
6674
6677
|
);
|
|
6675
6678
|
}
|
|
6676
6679
|
);
|
|
6677
|
-
|
|
6678
|
-
var
|
|
6679
|
-
const { control: t, checked: n, bubbles: r = !0, ...o } = e, s = c.useRef(null), a =
|
|
6680
|
+
Ws.displayName = zs;
|
|
6681
|
+
var Fd = (e) => {
|
|
6682
|
+
const { control: t, checked: n, bubbles: r = !0, ...o } = e, s = c.useRef(null), a = Od(n), i = co(t);
|
|
6680
6683
|
return c.useEffect(() => {
|
|
6681
6684
|
const l = s.current, u = window.HTMLInputElement.prototype, d = Object.getOwnPropertyDescriptor(u, "checked").set;
|
|
6682
6685
|
if (a !== n && d) {
|
|
@@ -6703,12 +6706,12 @@ var Ld = (e) => {
|
|
|
6703
6706
|
}
|
|
6704
6707
|
);
|
|
6705
6708
|
};
|
|
6706
|
-
function
|
|
6709
|
+
function Bs(e) {
|
|
6707
6710
|
return e ? "checked" : "unchecked";
|
|
6708
6711
|
}
|
|
6709
|
-
var
|
|
6710
|
-
const
|
|
6711
|
-
|
|
6712
|
+
var Vs = $s, $d = Ws;
|
|
6713
|
+
const zd = c.forwardRef(({ className: e, tabIndex: t = 0, ...n }, r) => /* @__PURE__ */ b(
|
|
6714
|
+
Vs,
|
|
6712
6715
|
{
|
|
6713
6716
|
className: V(
|
|
6714
6717
|
[
|
|
@@ -6726,7 +6729,7 @@ const $d = c.forwardRef(({ className: e, tabIndex: t = 0, ...n }, r) => /* @__PU
|
|
|
6726
6729
|
...n,
|
|
6727
6730
|
ref: r,
|
|
6728
6731
|
children: /* @__PURE__ */ b(
|
|
6729
|
-
|
|
6732
|
+
$d,
|
|
6730
6733
|
{
|
|
6731
6734
|
className: V([
|
|
6732
6735
|
"ksjsui-pointer-events-none ksjsui-block ksjsui-size-5 ksjsui-translate-x-0 ksjsui-rounded-full ksjsui-bg-thumb ksjsui-shadow ksjsui-ring-0 ksjsui-transition-transform",
|
|
@@ -6740,8 +6743,8 @@ const $d = c.forwardRef(({ className: e, tabIndex: t = 0, ...n }, r) => /* @__PU
|
|
|
6740
6743
|
)
|
|
6741
6744
|
}
|
|
6742
6745
|
));
|
|
6743
|
-
|
|
6744
|
-
function
|
|
6746
|
+
zd.displayName = Vs.displayName;
|
|
6747
|
+
function Wd(e) {
|
|
6745
6748
|
const t = e + "CollectionProvider", [n, r] = he(t), [o, s] = n(
|
|
6746
6749
|
t,
|
|
6747
6750
|
{ collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
|
|
@@ -6781,7 +6784,7 @@ function zd(e) {
|
|
|
6781
6784
|
r
|
|
6782
6785
|
];
|
|
6783
6786
|
}
|
|
6784
|
-
var
|
|
6787
|
+
var Bd = [
|
|
6785
6788
|
"a",
|
|
6786
6789
|
"button",
|
|
6787
6790
|
"div",
|
|
@@ -6798,21 +6801,21 @@ var Wd = [
|
|
|
6798
6801
|
"span",
|
|
6799
6802
|
"svg",
|
|
6800
6803
|
"ul"
|
|
6801
|
-
], le =
|
|
6804
|
+
], le = Bd.reduce((e, t) => {
|
|
6802
6805
|
const n = c.forwardRef((r, o) => {
|
|
6803
6806
|
const { asChild: s, ...a } = r, i = s ? q : t;
|
|
6804
6807
|
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ b(i, { ...a, ref: o });
|
|
6805
6808
|
});
|
|
6806
6809
|
return n.displayName = `Primitive.${t}`, { ...e, [t]: n };
|
|
6807
6810
|
}, {});
|
|
6808
|
-
function
|
|
6811
|
+
function Us(e, t) {
|
|
6809
6812
|
e && Et.flushSync(() => e.dispatchEvent(t));
|
|
6810
6813
|
}
|
|
6811
|
-
var
|
|
6814
|
+
var Vd = "DismissableLayer", sn = "dismissableLayer.update", Ud = "dismissableLayer.pointerDownOutside", Gd = "dismissableLayer.focusOutside", gr, Gs = c.createContext({
|
|
6812
6815
|
layers: /* @__PURE__ */ new Set(),
|
|
6813
6816
|
layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
|
|
6814
6817
|
branches: /* @__PURE__ */ new Set()
|
|
6815
|
-
}),
|
|
6818
|
+
}), Ks = c.forwardRef(
|
|
6816
6819
|
(e, t) => {
|
|
6817
6820
|
const {
|
|
6818
6821
|
disableOutsidePointerEvents: n = !1,
|
|
@@ -6822,10 +6825,10 @@ var Bd = "DismissableLayer", sn = "dismissableLayer.update", Vd = "dismissableLa
|
|
|
6822
6825
|
onInteractOutside: a,
|
|
6823
6826
|
onDismiss: i,
|
|
6824
6827
|
...l
|
|
6825
|
-
} = e, u = c.useContext(
|
|
6828
|
+
} = e, u = c.useContext(Gs), [f, d] = c.useState(null), m = (f == null ? void 0 : f.ownerDocument) ?? (globalThis == null ? void 0 : globalThis.document), [, g] = c.useState({}), v = U(t, (E) => d(E)), p = Array.from(u.layers), [h] = [...u.layersWithOutsidePointerEventsDisabled].slice(-1), w = p.indexOf(h), y = f ? p.indexOf(f) : -1, x = u.layersWithOutsidePointerEventsDisabled.size > 0, k = y >= w, C = Hd((E) => {
|
|
6826
6829
|
const P = E.target, N = [...u.branches].some((O) => O.contains(P));
|
|
6827
6830
|
!k || N || (o == null || o(E), a == null || a(E), E.defaultPrevented || i == null || i());
|
|
6828
|
-
}, m), j =
|
|
6831
|
+
}, m), j = Yd((E) => {
|
|
6829
6832
|
const P = E.target;
|
|
6830
6833
|
[...u.branches].some((O) => O.contains(P)) || (s == null || s(E), a == null || a(E), E.defaultPrevented || i == null || i());
|
|
6831
6834
|
}, m);
|
|
@@ -6860,9 +6863,9 @@ var Bd = "DismissableLayer", sn = "dismissableLayer.update", Vd = "dismissableLa
|
|
|
6860
6863
|
);
|
|
6861
6864
|
}
|
|
6862
6865
|
);
|
|
6863
|
-
|
|
6864
|
-
var
|
|
6865
|
-
const n = c.useContext(
|
|
6866
|
+
Ks.displayName = Vd;
|
|
6867
|
+
var Kd = "DismissableLayerBranch", Hs = c.forwardRef((e, t) => {
|
|
6868
|
+
const n = c.useContext(Gs), r = c.useRef(null), o = U(t, r);
|
|
6866
6869
|
return c.useEffect(() => {
|
|
6867
6870
|
const s = r.current;
|
|
6868
6871
|
if (s)
|
|
@@ -6871,16 +6874,16 @@ var Gd = "DismissableLayerBranch", Ks = c.forwardRef((e, t) => {
|
|
|
6871
6874
|
};
|
|
6872
6875
|
}, [n.branches]), /* @__PURE__ */ b(le.div, { ...e, ref: o });
|
|
6873
6876
|
});
|
|
6874
|
-
|
|
6875
|
-
function
|
|
6877
|
+
Hs.displayName = Kd;
|
|
6878
|
+
function Hd(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
6876
6879
|
const n = G(e), r = c.useRef(!1), o = c.useRef(() => {
|
|
6877
6880
|
});
|
|
6878
6881
|
return c.useEffect(() => {
|
|
6879
6882
|
const s = (i) => {
|
|
6880
6883
|
if (i.target && !r.current) {
|
|
6881
6884
|
let l = function() {
|
|
6882
|
-
|
|
6883
|
-
|
|
6885
|
+
Ys(
|
|
6886
|
+
Ud,
|
|
6884
6887
|
n,
|
|
6885
6888
|
u,
|
|
6886
6889
|
{ discrete: !0 }
|
|
@@ -6902,11 +6905,11 @@ function Kd(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
|
6902
6905
|
onPointerDownCapture: () => r.current = !0
|
|
6903
6906
|
};
|
|
6904
6907
|
}
|
|
6905
|
-
function
|
|
6908
|
+
function Yd(e, t = globalThis == null ? void 0 : globalThis.document) {
|
|
6906
6909
|
const n = G(e), r = c.useRef(!1);
|
|
6907
6910
|
return c.useEffect(() => {
|
|
6908
6911
|
const o = (s) => {
|
|
6909
|
-
s.target && !r.current &&
|
|
6912
|
+
s.target && !r.current && Ys(Gd, n, { originalEvent: s }, {
|
|
6910
6913
|
discrete: !1
|
|
6911
6914
|
});
|
|
6912
6915
|
};
|
|
@@ -6920,28 +6923,28 @@ function vr() {
|
|
|
6920
6923
|
const e = new CustomEvent(sn);
|
|
6921
6924
|
document.dispatchEvent(e);
|
|
6922
6925
|
}
|
|
6923
|
-
function
|
|
6926
|
+
function Ys(e, t, n, { discrete: r }) {
|
|
6924
6927
|
const o = n.originalEvent.target, s = new CustomEvent(e, { bubbles: !1, cancelable: !0, detail: n });
|
|
6925
|
-
t && o.addEventListener(e, t, { once: !0 }), r ?
|
|
6928
|
+
t && o.addEventListener(e, t, { once: !0 }), r ? Us(o, s) : o.dispatchEvent(s);
|
|
6926
6929
|
}
|
|
6927
|
-
var
|
|
6930
|
+
var Xd = Ks, qd = Hs, Zd = "Portal", Xs = c.forwardRef((e, t) => {
|
|
6928
6931
|
var i;
|
|
6929
6932
|
const { container: n, ...r } = e, [o, s] = c.useState(!1);
|
|
6930
6933
|
J(() => s(!0), []);
|
|
6931
6934
|
const a = n || o && ((i = globalThis == null ? void 0 : globalThis.document) == null ? void 0 : i.body);
|
|
6932
6935
|
return a ? xr.createPortal(/* @__PURE__ */ b(le.div, { ...r, ref: t }), a) : null;
|
|
6933
6936
|
});
|
|
6934
|
-
|
|
6935
|
-
function
|
|
6937
|
+
Xs.displayName = Zd;
|
|
6938
|
+
function Qd(e, t) {
|
|
6936
6939
|
return c.useReducer((n, r) => t[n][r] ?? n, e);
|
|
6937
6940
|
}
|
|
6938
|
-
var
|
|
6939
|
-
const { present: t, children: n } = e, r =
|
|
6941
|
+
var qs = (e) => {
|
|
6942
|
+
const { present: t, children: n } = e, r = Jd(t), o = typeof n == "function" ? n({ present: r.isPresent }) : c.Children.only(n), s = U(r.ref, ef(o));
|
|
6940
6943
|
return typeof n == "function" || r.isPresent ? c.cloneElement(o, { ref: s }) : null;
|
|
6941
6944
|
};
|
|
6942
|
-
|
|
6943
|
-
function
|
|
6944
|
-
const [t, n] = c.useState(), r = c.useRef({}), o = c.useRef(e), s = c.useRef("none"), a = e ? "mounted" : "unmounted", [i, l] =
|
|
6945
|
+
qs.displayName = "Presence";
|
|
6946
|
+
function Jd(e) {
|
|
6947
|
+
const [t, n] = c.useState(), r = c.useRef({}), o = c.useRef(e), s = c.useRef("none"), a = e ? "mounted" : "unmounted", [i, l] = Qd(a, {
|
|
6945
6948
|
mounted: {
|
|
6946
6949
|
UNMOUNT: "unmounted",
|
|
6947
6950
|
ANIMATION_OUT: "unmountSuspended"
|
|
@@ -6992,12 +6995,12 @@ function Qd(e) {
|
|
|
6992
6995
|
function dt(e) {
|
|
6993
6996
|
return (e == null ? void 0 : e.animationName) || "none";
|
|
6994
6997
|
}
|
|
6995
|
-
function
|
|
6998
|
+
function ef(e) {
|
|
6996
6999
|
var r, o;
|
|
6997
7000
|
let t = (r = Object.getOwnPropertyDescriptor(e.props, "ref")) == null ? void 0 : r.get, n = t && "isReactWarning" in t && t.isReactWarning;
|
|
6998
7001
|
return n ? e.ref : (t = (o = Object.getOwnPropertyDescriptor(e, "ref")) == null ? void 0 : o.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
|
|
6999
7002
|
}
|
|
7000
|
-
var
|
|
7003
|
+
var tf = "VisuallyHidden", On = c.forwardRef(
|
|
7001
7004
|
(e, t) => /* @__PURE__ */ b(
|
|
7002
7005
|
le.span,
|
|
7003
7006
|
{
|
|
@@ -7020,8 +7023,8 @@ var ef = "VisuallyHidden", On = c.forwardRef(
|
|
|
7020
7023
|
}
|
|
7021
7024
|
)
|
|
7022
7025
|
);
|
|
7023
|
-
On.displayName =
|
|
7024
|
-
var In = "ToastProvider", [_n,
|
|
7026
|
+
On.displayName = tf;
|
|
7027
|
+
var In = "ToastProvider", [_n, nf, rf] = Wd("Toast"), [Zs, qf] = he("Toast", [rf]), [of, Ot] = Zs(In), Qs = (e) => {
|
|
7025
7028
|
const {
|
|
7026
7029
|
__scopeToast: t,
|
|
7027
7030
|
label: n = "Notification",
|
|
@@ -7033,7 +7036,7 @@ var In = "ToastProvider", [_n, tf, nf] = zd("Toast"), [qs, Xf] = he("Toast", [nf
|
|
|
7033
7036
|
return n.trim() || console.error(
|
|
7034
7037
|
`Invalid prop \`label\` supplied to \`${In}\`. Expected non-empty \`string\`.`
|
|
7035
7038
|
), /* @__PURE__ */ b(_n.Provider, { scope: t, children: /* @__PURE__ */ b(
|
|
7036
|
-
|
|
7039
|
+
of,
|
|
7037
7040
|
{
|
|
7038
7041
|
scope: t,
|
|
7039
7042
|
label: n,
|
|
@@ -7051,15 +7054,15 @@ var In = "ToastProvider", [_n, tf, nf] = zd("Toast"), [qs, Xf] = he("Toast", [nf
|
|
|
7051
7054
|
}
|
|
7052
7055
|
) });
|
|
7053
7056
|
};
|
|
7054
|
-
|
|
7055
|
-
var
|
|
7057
|
+
Qs.displayName = In;
|
|
7058
|
+
var Js = "ToastViewport", sf = ["F8"], an = "toast.viewportPause", cn = "toast.viewportResume", ei = c.forwardRef(
|
|
7056
7059
|
(e, t) => {
|
|
7057
7060
|
const {
|
|
7058
7061
|
__scopeToast: n,
|
|
7059
|
-
hotkey: r =
|
|
7062
|
+
hotkey: r = sf,
|
|
7060
7063
|
label: o = "Notifications ({hotkey})",
|
|
7061
7064
|
...s
|
|
7062
|
-
} = e, a = Ot(
|
|
7065
|
+
} = e, a = Ot(Js, n), i = nf(n), l = c.useRef(null), u = c.useRef(null), f = c.useRef(null), d = c.useRef(null), m = U(t, d, a.onViewportChange), g = r.join("+").replace(/Key/g, "").replace(/Digit/g, ""), v = a.toastCount > 0;
|
|
7063
7066
|
c.useEffect(() => {
|
|
7064
7067
|
const h = (w) => {
|
|
7065
7068
|
var x;
|
|
@@ -7092,7 +7095,7 @@ var Qs = "ToastViewport", of = ["F8"], an = "toast.viewportPause", cn = "toast.v
|
|
|
7092
7095
|
const p = c.useCallback(
|
|
7093
7096
|
({ tabbingDirection: h }) => {
|
|
7094
7097
|
const y = i().map((x) => {
|
|
7095
|
-
const k = x.ref.current, C = [k, ...
|
|
7098
|
+
const k = x.ref.current, C = [k, ...wf(k)];
|
|
7096
7099
|
return h === "forwards" ? C : C.reverse();
|
|
7097
7100
|
});
|
|
7098
7101
|
return (h === "forwards" ? y.reverse() : y).flat();
|
|
@@ -7118,7 +7121,7 @@ var Qs = "ToastViewport", of = ["F8"], an = "toast.viewportPause", cn = "toast.v
|
|
|
7118
7121
|
return h.addEventListener("keydown", w), () => h.removeEventListener("keydown", w);
|
|
7119
7122
|
}
|
|
7120
7123
|
}, [i, p]), /* @__PURE__ */ ne(
|
|
7121
|
-
|
|
7124
|
+
qd,
|
|
7122
7125
|
{
|
|
7123
7126
|
ref: l,
|
|
7124
7127
|
role: "region",
|
|
@@ -7156,10 +7159,10 @@ var Qs = "ToastViewport", of = ["F8"], an = "toast.viewportPause", cn = "toast.v
|
|
|
7156
7159
|
);
|
|
7157
7160
|
}
|
|
7158
7161
|
);
|
|
7159
|
-
|
|
7160
|
-
var
|
|
7162
|
+
ei.displayName = Js;
|
|
7163
|
+
var ti = "ToastFocusProxy", un = c.forwardRef(
|
|
7161
7164
|
(e, t) => {
|
|
7162
|
-
const { __scopeToast: n, onFocusFromOutsideViewport: r, ...o } = e, s = Ot(
|
|
7165
|
+
const { __scopeToast: n, onFocusFromOutsideViewport: r, ...o } = e, s = Ot(ti, n);
|
|
7163
7166
|
return /* @__PURE__ */ b(
|
|
7164
7167
|
On,
|
|
7165
7168
|
{
|
|
@@ -7177,16 +7180,16 @@ var ei = "ToastFocusProxy", un = c.forwardRef(
|
|
|
7177
7180
|
);
|
|
7178
7181
|
}
|
|
7179
7182
|
);
|
|
7180
|
-
un.displayName =
|
|
7181
|
-
var It = "Toast",
|
|
7183
|
+
un.displayName = ti;
|
|
7184
|
+
var It = "Toast", af = "toast.swipeStart", cf = "toast.swipeMove", uf = "toast.swipeCancel", lf = "toast.swipeEnd", ni = c.forwardRef(
|
|
7182
7185
|
(e, t) => {
|
|
7183
7186
|
const { forceMount: n, open: r, defaultOpen: o, onOpenChange: s, ...a } = e, [i = !0, l] = Ze({
|
|
7184
7187
|
prop: r,
|
|
7185
7188
|
defaultProp: o,
|
|
7186
7189
|
onChange: s
|
|
7187
7190
|
});
|
|
7188
|
-
return /* @__PURE__ */ b(
|
|
7189
|
-
|
|
7191
|
+
return /* @__PURE__ */ b(qs, { present: n || i, children: /* @__PURE__ */ b(
|
|
7192
|
+
pf,
|
|
7190
7193
|
{
|
|
7191
7194
|
open: i,
|
|
7192
7195
|
...a,
|
|
@@ -7212,11 +7215,11 @@ var It = "Toast", sf = "toast.swipeStart", af = "toast.swipeMove", cf = "toast.s
|
|
|
7212
7215
|
) });
|
|
7213
7216
|
}
|
|
7214
7217
|
);
|
|
7215
|
-
|
|
7216
|
-
var [
|
|
7218
|
+
ni.displayName = It;
|
|
7219
|
+
var [df, ff] = Zs(It, {
|
|
7217
7220
|
onClose() {
|
|
7218
7221
|
}
|
|
7219
|
-
}),
|
|
7222
|
+
}), pf = c.forwardRef(
|
|
7220
7223
|
(e, t) => {
|
|
7221
7224
|
const {
|
|
7222
7225
|
__scopeToast: n,
|
|
@@ -7257,10 +7260,10 @@ var [lf, df] = qs(It, {
|
|
|
7257
7260
|
}, [p.viewport, C, l, u, A]), c.useEffect(() => {
|
|
7258
7261
|
s && !p.isClosePausedRef.current && A(C);
|
|
7259
7262
|
}, [s, C, p.isClosePausedRef, A]), c.useEffect(() => (N(), () => O()), [N, O]);
|
|
7260
|
-
const L = c.useMemo(() => h ?
|
|
7263
|
+
const L = c.useMemo(() => h ? ui(h) : null, [h]);
|
|
7261
7264
|
return p.viewport ? /* @__PURE__ */ ne(ln, { children: [
|
|
7262
7265
|
L && /* @__PURE__ */ b(
|
|
7263
|
-
|
|
7266
|
+
mf,
|
|
7264
7267
|
{
|
|
7265
7268
|
__scopeToast: n,
|
|
7266
7269
|
role: "status",
|
|
@@ -7269,9 +7272,9 @@ var [lf, df] = qs(It, {
|
|
|
7269
7272
|
children: L
|
|
7270
7273
|
}
|
|
7271
7274
|
),
|
|
7272
|
-
/* @__PURE__ */ b(
|
|
7275
|
+
/* @__PURE__ */ b(df, { scope: n, onClose: D, children: Et.createPortal(
|
|
7273
7276
|
/* @__PURE__ */ b(_n.ItemSlot, { scope: n, children: /* @__PURE__ */ b(
|
|
7274
|
-
|
|
7277
|
+
Xd,
|
|
7275
7278
|
{
|
|
7276
7279
|
asChild: !0,
|
|
7277
7280
|
onEscapeKeyDown: M(i, () => {
|
|
@@ -7298,9 +7301,9 @@ var [lf, df] = qs(It, {
|
|
|
7298
7301
|
onPointerMove: M(e.onPointerMove, (S) => {
|
|
7299
7302
|
if (!x.current) return;
|
|
7300
7303
|
const F = S.clientX - x.current.x, I = S.clientY - x.current.y, $ = !!k.current, T = ["left", "right"].includes(p.swipeDirection), R = ["left", "up"].includes(p.swipeDirection) ? Math.min : Math.max, z = T ? R(0, F) : 0, W = T ? 0 : R(0, I), Y = S.pointerType === "touch" ? 10 : 2, se = { x: z, y: W }, ge = { originalEvent: S, delta: se };
|
|
7301
|
-
$ ? (k.current = se, ft(
|
|
7304
|
+
$ ? (k.current = se, ft(cf, d, ge, {
|
|
7302
7305
|
discrete: !1
|
|
7303
|
-
})) : br(se, p.swipeDirection, Y) ? (k.current = se, ft(
|
|
7306
|
+
})) : br(se, p.swipeDirection, Y) ? (k.current = se, ft(af, f, ge, {
|
|
7304
7307
|
discrete: !1
|
|
7305
7308
|
}), S.target.setPointerCapture(S.pointerId)) : (Math.abs(F) > Y || Math.abs(I) > Y) && (x.current = null);
|
|
7306
7309
|
}),
|
|
@@ -7308,10 +7311,10 @@ var [lf, df] = qs(It, {
|
|
|
7308
7311
|
const F = k.current, I = S.target;
|
|
7309
7312
|
if (I.hasPointerCapture(S.pointerId) && I.releasePointerCapture(S.pointerId), k.current = null, x.current = null, F) {
|
|
7310
7313
|
const $ = S.currentTarget, T = { originalEvent: S, delta: F };
|
|
7311
|
-
br(F, p.swipeDirection, p.swipeThreshold) ? ft(
|
|
7314
|
+
br(F, p.swipeDirection, p.swipeThreshold) ? ft(lf, g, T, {
|
|
7312
7315
|
discrete: !0
|
|
7313
7316
|
}) : ft(
|
|
7314
|
-
|
|
7317
|
+
uf,
|
|
7315
7318
|
m,
|
|
7316
7319
|
T,
|
|
7317
7320
|
{
|
|
@@ -7330,43 +7333,43 @@ var [lf, df] = qs(It, {
|
|
|
7330
7333
|
) })
|
|
7331
7334
|
] }) : null;
|
|
7332
7335
|
}
|
|
7333
|
-
),
|
|
7336
|
+
), mf = (e) => {
|
|
7334
7337
|
const { __scopeToast: t, children: n, ...r } = e, o = Ot(It, t), [s, a] = c.useState(!1), [i, l] = c.useState(!1);
|
|
7335
|
-
return
|
|
7338
|
+
return vf(() => a(!0)), c.useEffect(() => {
|
|
7336
7339
|
const u = window.setTimeout(() => l(!0), 1e3);
|
|
7337
7340
|
return () => window.clearTimeout(u);
|
|
7338
|
-
}, []), i ? null : /* @__PURE__ */ b(
|
|
7341
|
+
}, []), i ? null : /* @__PURE__ */ b(Xs, { asChild: !0, children: /* @__PURE__ */ b(On, { ...r, children: s && /* @__PURE__ */ ne(ln, { children: [
|
|
7339
7342
|
o.label,
|
|
7340
7343
|
" ",
|
|
7341
7344
|
n
|
|
7342
7345
|
] }) }) });
|
|
7343
|
-
},
|
|
7346
|
+
}, hf = "ToastTitle", ri = c.forwardRef(
|
|
7344
7347
|
(e, t) => {
|
|
7345
7348
|
const { __scopeToast: n, ...r } = e;
|
|
7346
7349
|
return /* @__PURE__ */ b(le.div, { ...r, ref: t });
|
|
7347
7350
|
}
|
|
7348
7351
|
);
|
|
7349
|
-
|
|
7350
|
-
var
|
|
7352
|
+
ri.displayName = hf;
|
|
7353
|
+
var gf = "ToastDescription", oi = c.forwardRef(
|
|
7351
7354
|
(e, t) => {
|
|
7352
7355
|
const { __scopeToast: n, ...r } = e;
|
|
7353
7356
|
return /* @__PURE__ */ b(le.div, { ...r, ref: t });
|
|
7354
7357
|
}
|
|
7355
7358
|
);
|
|
7356
|
-
|
|
7357
|
-
var
|
|
7359
|
+
oi.displayName = gf;
|
|
7360
|
+
var si = "ToastAction", ii = c.forwardRef(
|
|
7358
7361
|
(e, t) => {
|
|
7359
7362
|
const { altText: n, ...r } = e;
|
|
7360
|
-
return n.trim() ? /* @__PURE__ */ b(
|
|
7361
|
-
`Invalid prop \`altText\` supplied to \`${
|
|
7363
|
+
return n.trim() ? /* @__PURE__ */ b(ci, { altText: n, asChild: !0, children: /* @__PURE__ */ b(Dn, { ...r, ref: t }) }) : (console.error(
|
|
7364
|
+
`Invalid prop \`altText\` supplied to \`${si}\`. Expected non-empty \`string\`.`
|
|
7362
7365
|
), null);
|
|
7363
7366
|
}
|
|
7364
7367
|
);
|
|
7365
|
-
|
|
7366
|
-
var
|
|
7368
|
+
ii.displayName = si;
|
|
7369
|
+
var ai = "ToastClose", Dn = c.forwardRef(
|
|
7367
7370
|
(e, t) => {
|
|
7368
|
-
const { __scopeToast: n, ...r } = e, o =
|
|
7369
|
-
return /* @__PURE__ */ b(
|
|
7371
|
+
const { __scopeToast: n, ...r } = e, o = ff(ai, n);
|
|
7372
|
+
return /* @__PURE__ */ b(ci, { asChild: !0, children: /* @__PURE__ */ b(
|
|
7370
7373
|
le.button,
|
|
7371
7374
|
{
|
|
7372
7375
|
type: "button",
|
|
@@ -7377,8 +7380,8 @@ var ii = "ToastClose", Dn = c.forwardRef(
|
|
|
7377
7380
|
) });
|
|
7378
7381
|
}
|
|
7379
7382
|
);
|
|
7380
|
-
Dn.displayName =
|
|
7381
|
-
var
|
|
7383
|
+
Dn.displayName = ai;
|
|
7384
|
+
var ci = c.forwardRef((e, t) => {
|
|
7382
7385
|
const { __scopeToast: n, altText: r, ...o } = e;
|
|
7383
7386
|
return /* @__PURE__ */ b(
|
|
7384
7387
|
le.div,
|
|
@@ -7390,29 +7393,29 @@ var ai = c.forwardRef((e, t) => {
|
|
|
7390
7393
|
}
|
|
7391
7394
|
);
|
|
7392
7395
|
});
|
|
7393
|
-
function
|
|
7396
|
+
function ui(e) {
|
|
7394
7397
|
const t = [];
|
|
7395
7398
|
return Array.from(e.childNodes).forEach((r) => {
|
|
7396
|
-
if (r.nodeType === r.TEXT_NODE && r.textContent && t.push(r.textContent),
|
|
7399
|
+
if (r.nodeType === r.TEXT_NODE && r.textContent && t.push(r.textContent), bf(r)) {
|
|
7397
7400
|
const o = r.ariaHidden || r.hidden || r.style.display === "none", s = r.dataset.radixToastAnnounceExclude === "";
|
|
7398
7401
|
if (!o)
|
|
7399
7402
|
if (s) {
|
|
7400
7403
|
const a = r.dataset.radixToastAnnounceAlt;
|
|
7401
7404
|
a && t.push(a);
|
|
7402
7405
|
} else
|
|
7403
|
-
t.push(...
|
|
7406
|
+
t.push(...ui(r));
|
|
7404
7407
|
}
|
|
7405
7408
|
}), t;
|
|
7406
7409
|
}
|
|
7407
7410
|
function ft(e, t, n, { discrete: r }) {
|
|
7408
7411
|
const o = n.originalEvent.currentTarget, s = new CustomEvent(e, { bubbles: !0, cancelable: !0, detail: n });
|
|
7409
|
-
t && o.addEventListener(e, t, { once: !0 }), r ?
|
|
7412
|
+
t && o.addEventListener(e, t, { once: !0 }), r ? Us(o, s) : o.dispatchEvent(s);
|
|
7410
7413
|
}
|
|
7411
7414
|
var br = (e, t, n = 0) => {
|
|
7412
7415
|
const r = Math.abs(e.x), o = Math.abs(e.y), s = r > o;
|
|
7413
7416
|
return t === "left" || t === "right" ? s && r > n : !s && o > n;
|
|
7414
7417
|
};
|
|
7415
|
-
function
|
|
7418
|
+
function vf(e = () => {
|
|
7416
7419
|
}) {
|
|
7417
7420
|
const t = G(e);
|
|
7418
7421
|
J(() => {
|
|
@@ -7422,10 +7425,10 @@ function gf(e = () => {
|
|
|
7422
7425
|
};
|
|
7423
7426
|
}, [t]);
|
|
7424
7427
|
}
|
|
7425
|
-
function
|
|
7428
|
+
function bf(e) {
|
|
7426
7429
|
return e.nodeType === e.ELEMENT_NODE;
|
|
7427
7430
|
}
|
|
7428
|
-
function
|
|
7431
|
+
function wf(e) {
|
|
7429
7432
|
const t = [], n = document.createTreeWalker(e, NodeFilter.SHOW_ELEMENT, {
|
|
7430
7433
|
acceptNode: (r) => {
|
|
7431
7434
|
const o = r.tagName === "INPUT" && r.type === "hidden";
|
|
@@ -7439,10 +7442,10 @@ function Kt(e) {
|
|
|
7439
7442
|
const t = document.activeElement;
|
|
7440
7443
|
return e.some((n) => n === t ? !0 : (n.focus(), document.activeElement !== t));
|
|
7441
7444
|
}
|
|
7442
|
-
var
|
|
7443
|
-
const
|
|
7445
|
+
var yf = Qs, li = ei, di = ni, fi = ri, pi = oi, mi = ii, hi = Dn;
|
|
7446
|
+
const xf = 1, kf = 1e6;
|
|
7444
7447
|
let Ht = 0;
|
|
7445
|
-
function
|
|
7448
|
+
function Cf() {
|
|
7446
7449
|
return Ht = (Ht + 1) % Number.MAX_SAFE_INTEGER, Ht.toString();
|
|
7447
7450
|
}
|
|
7448
7451
|
const Yt = /* @__PURE__ */ new Map(), wr = (e) => {
|
|
@@ -7453,14 +7456,14 @@ const Yt = /* @__PURE__ */ new Map(), wr = (e) => {
|
|
|
7453
7456
|
type: "REMOVE_TOAST",
|
|
7454
7457
|
toastId: e
|
|
7455
7458
|
});
|
|
7456
|
-
},
|
|
7459
|
+
}, kf);
|
|
7457
7460
|
Yt.set(e, t);
|
|
7458
|
-
},
|
|
7461
|
+
}, Ef = (e, t) => {
|
|
7459
7462
|
switch (t.type) {
|
|
7460
7463
|
case "ADD_TOAST":
|
|
7461
7464
|
return {
|
|
7462
7465
|
...e,
|
|
7463
|
-
toasts: [t.toast, ...e.toasts].slice(0,
|
|
7466
|
+
toasts: [t.toast, ...e.toasts].slice(0, xf)
|
|
7464
7467
|
};
|
|
7465
7468
|
case "UPDATE_TOAST":
|
|
7466
7469
|
return {
|
|
@@ -7495,12 +7498,12 @@ const Yt = /* @__PURE__ */ new Map(), wr = (e) => {
|
|
|
7495
7498
|
}, gt = [];
|
|
7496
7499
|
let vt = { toasts: [] };
|
|
7497
7500
|
function Ue(e) {
|
|
7498
|
-
vt =
|
|
7501
|
+
vt = Ef(vt, e), gt.forEach((t) => {
|
|
7499
7502
|
t(vt);
|
|
7500
7503
|
});
|
|
7501
7504
|
}
|
|
7502
|
-
function
|
|
7503
|
-
const t =
|
|
7505
|
+
function Sf({ ...e }) {
|
|
7506
|
+
const t = Cf(), n = (o) => Ue({
|
|
7504
7507
|
type: "UPDATE_TOAST",
|
|
7505
7508
|
toast: { ...o, id: t }
|
|
7506
7509
|
}), r = () => Ue({ type: "DISMISS_TOAST", toastId: t });
|
|
@@ -7520,19 +7523,19 @@ function Ef({ ...e }) {
|
|
|
7520
7523
|
update: n
|
|
7521
7524
|
};
|
|
7522
7525
|
}
|
|
7523
|
-
function
|
|
7526
|
+
function Rf() {
|
|
7524
7527
|
const [e, t] = c.useState(vt);
|
|
7525
7528
|
return c.useEffect(() => (gt.push(t), () => {
|
|
7526
7529
|
const n = gt.indexOf(t);
|
|
7527
7530
|
n > -1 && gt.splice(n, 1);
|
|
7528
7531
|
}), [e]), {
|
|
7529
7532
|
...e,
|
|
7530
|
-
toast:
|
|
7533
|
+
toast: Sf,
|
|
7531
7534
|
dismiss: (n) => Ue({ type: "DISMISS_TOAST", toastId: n })
|
|
7532
7535
|
};
|
|
7533
7536
|
}
|
|
7534
|
-
const
|
|
7535
|
-
|
|
7537
|
+
const jf = yf, gi = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
7538
|
+
li,
|
|
7536
7539
|
{
|
|
7537
7540
|
ref: n,
|
|
7538
7541
|
className: V(
|
|
@@ -7545,29 +7548,28 @@ const Rf = wf, hi = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */
|
|
|
7545
7548
|
...t
|
|
7546
7549
|
}
|
|
7547
7550
|
));
|
|
7548
|
-
|
|
7549
|
-
const
|
|
7551
|
+
gi.displayName = li.displayName;
|
|
7552
|
+
const Pf = qe([
|
|
7550
7553
|
"ksjsui-group ksjsui-pointer-events-auto ksjsui-relative ksjsui-flex ksjsui-w-full ksjsui-items-center ksjsui-justify-between ksjsui-space-x-2 ksjsui-overflow-hidden ksjsui-rounded-lg ksjsui-border ksjsui-border-transparent ksjsui-bg-toast ksjsui-p-3 ksjsui-text-toast-foreground ksjsui-shadow-lg ksjsui-transition-all",
|
|
7551
7554
|
"rtl:ksjsui-space-x-reverse",
|
|
7552
7555
|
"data-[swipe=cancel]:ksjsui-translate-x-0",
|
|
7553
7556
|
"data-[swipe=end]:ksjsui-translate-x-[var(--radix-toast-swipe-end-x)]",
|
|
7554
7557
|
"data-[swipe=move]:ksjsui-translate-x-[var(--radix-toast-swipe-move-x)] data-[swipe=move]:ksjsui-transition-none",
|
|
7555
|
-
"data-[state=open]:ksjsui-animate-in data-[state=open]:ksjsui-slide-in-from-
|
|
7556
|
-
"data-[state=open]:sm:ksjsui-slide-in-from-bottom-full",
|
|
7558
|
+
"data-[state=open]:ksjsui-animate-in data-[state=open]:ksjsui-slide-in-from-bottom-full",
|
|
7557
7559
|
"data-[state=closed]:ksjsui-animate-out data-[state=closed]:ksjsui-fade-out-80",
|
|
7558
7560
|
"ltr:data-[state=closed]:ksjsui-slide-out-to-right-full",
|
|
7559
7561
|
"rtl:data-[state=closed]:ksjsui-slide-out-to-left-full"
|
|
7560
|
-
]),
|
|
7561
|
-
|
|
7562
|
+
]), vi = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
7563
|
+
di,
|
|
7562
7564
|
{
|
|
7563
7565
|
ref: n,
|
|
7564
|
-
className: V(
|
|
7566
|
+
className: V(Pf(), e),
|
|
7565
7567
|
...t
|
|
7566
7568
|
}
|
|
7567
7569
|
));
|
|
7568
|
-
|
|
7569
|
-
const
|
|
7570
|
-
|
|
7570
|
+
vi.displayName = di.displayName;
|
|
7571
|
+
const Af = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
7572
|
+
mi,
|
|
7571
7573
|
{
|
|
7572
7574
|
ref: n,
|
|
7573
7575
|
className: V(
|
|
@@ -7581,9 +7583,9 @@ const Pf = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
|
7581
7583
|
...t
|
|
7582
7584
|
}
|
|
7583
7585
|
));
|
|
7584
|
-
|
|
7585
|
-
const
|
|
7586
|
-
|
|
7586
|
+
Af.displayName = mi.displayName;
|
|
7587
|
+
const bi = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
7588
|
+
hi,
|
|
7587
7589
|
{
|
|
7588
7590
|
ref: n,
|
|
7589
7591
|
className: V(
|
|
@@ -7595,31 +7597,31 @@ const vi = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
|
7595
7597
|
),
|
|
7596
7598
|
"toast-close": "",
|
|
7597
7599
|
...t,
|
|
7598
|
-
children: /* @__PURE__ */ b(
|
|
7600
|
+
children: /* @__PURE__ */ b(gd, { className: "ksjsui-size-6" })
|
|
7599
7601
|
}
|
|
7600
7602
|
));
|
|
7601
|
-
|
|
7602
|
-
const
|
|
7603
|
-
|
|
7603
|
+
bi.displayName = hi.displayName;
|
|
7604
|
+
const wi = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
7605
|
+
fi,
|
|
7604
7606
|
{
|
|
7605
7607
|
ref: n,
|
|
7606
7608
|
className: V("ksjsui-text-sm ksjsui-font-semibold", e),
|
|
7607
7609
|
...t
|
|
7608
7610
|
}
|
|
7609
7611
|
));
|
|
7610
|
-
|
|
7611
|
-
const
|
|
7612
|
-
|
|
7612
|
+
wi.displayName = fi.displayName;
|
|
7613
|
+
const yi = c.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ b(
|
|
7614
|
+
pi,
|
|
7613
7615
|
{
|
|
7614
7616
|
ref: n,
|
|
7615
7617
|
className: V("ksjsui-text-sm ksjsui-opacity-90", e),
|
|
7616
7618
|
...t
|
|
7617
7619
|
}
|
|
7618
7620
|
));
|
|
7619
|
-
|
|
7620
|
-
const
|
|
7621
|
-
const { toasts: e } =
|
|
7622
|
-
return /* @__PURE__ */ ne(
|
|
7621
|
+
yi.displayName = pi.displayName;
|
|
7622
|
+
const Zf = () => {
|
|
7623
|
+
const { toasts: e } = Rf();
|
|
7624
|
+
return /* @__PURE__ */ ne(jf, { children: [
|
|
7623
7625
|
e.map(function({
|
|
7624
7626
|
id: t,
|
|
7625
7627
|
title: n,
|
|
@@ -7628,17 +7630,17 @@ const qf = () => {
|
|
|
7628
7630
|
icon: s,
|
|
7629
7631
|
...a
|
|
7630
7632
|
}) {
|
|
7631
|
-
return /* @__PURE__ */ ne(
|
|
7633
|
+
return /* @__PURE__ */ ne(vi, { ...a, className: "ksjsui-flex ksjsui-gap-x-2", children: [
|
|
7632
7634
|
s && /* @__PURE__ */ b("div", { className: "ksjsui-shrink-0", children: s }),
|
|
7633
7635
|
/* @__PURE__ */ ne("div", { className: "ksjsui-grid ksjsui-gap-1 ksjsui-grow", children: [
|
|
7634
|
-
n && /* @__PURE__ */ b(
|
|
7635
|
-
r && /* @__PURE__ */ b(
|
|
7636
|
+
n && /* @__PURE__ */ b(wi, { children: n }),
|
|
7637
|
+
r && /* @__PURE__ */ b(yi, { children: r })
|
|
7636
7638
|
] }),
|
|
7637
7639
|
o,
|
|
7638
|
-
/* @__PURE__ */ b(
|
|
7640
|
+
/* @__PURE__ */ b(bi, {})
|
|
7639
7641
|
] }, t);
|
|
7640
7642
|
}),
|
|
7641
|
-
/* @__PURE__ */ b(
|
|
7643
|
+
/* @__PURE__ */ b(gi, {})
|
|
7642
7644
|
] });
|
|
7643
7645
|
}, Ln = [
|
|
7644
7646
|
"px",
|
|
@@ -7676,39 +7678,39 @@ const qf = () => {
|
|
|
7676
7678
|
72,
|
|
7677
7679
|
80,
|
|
7678
7680
|
96
|
|
7679
|
-
],
|
|
7680
|
-
function
|
|
7681
|
+
], Tf = [...Ln, "auto"];
|
|
7682
|
+
function Mf() {
|
|
7681
7683
|
return Ln.reduce(
|
|
7682
7684
|
(e, t) => (e.gap[t] = `ksjsui-gap-${t}`, e.gapColumn[t] = `ksjsui-gap-x-${t}`, e.gapRow[t] = `ksjsui-gap-y-${t}`, e),
|
|
7683
7685
|
{ gap: {}, gapColumn: {}, gapRow: {} }
|
|
7684
7686
|
);
|
|
7685
7687
|
}
|
|
7686
|
-
function
|
|
7687
|
-
return
|
|
7688
|
+
function xi() {
|
|
7689
|
+
return Tf.reduce(
|
|
7688
7690
|
(e, t) => (e.m[t] = `ksjsui-m-${t}`, e.mb[t] = `ksjsui-mb-${t}`, e.me[t] = `ksjsui-me-${t}`, e.ms[t] = `ksjsui-ms-${t}`, e.mt[t] = `ksjsui-mt-${t}`, e.mx[t] = `ksjsui-mx-${t}`, e.my[t] = `ksjsui-my-${t}`, e),
|
|
7689
7691
|
{ m: {}, mb: {}, me: {}, ms: {}, mt: {}, mx: {}, my: {} }
|
|
7690
7692
|
);
|
|
7691
7693
|
}
|
|
7692
|
-
function
|
|
7694
|
+
function ki() {
|
|
7693
7695
|
return Ln.reduce(
|
|
7694
7696
|
(e, t) => (e.p[t] = `ksjsui-p-${t}`, e.pb[t] = `ksjsui-pb-${t}`, e.pe[t] = `ksjsui-pe-${t}`, e.ps[t] = `ksjsui-ps-${t}`, e.pt[t] = `ksjsui-pt-${t}`, e.px[t] = `ksjsui-px-${t}`, e.py[t] = `ksjsui-py-${t}`, e),
|
|
7695
7697
|
{ p: {}, pb: {}, pe: {}, ps: {}, pt: {}, px: {}, py: {} }
|
|
7696
7698
|
);
|
|
7697
7699
|
}
|
|
7698
|
-
const
|
|
7700
|
+
const Nf = qe("", {
|
|
7699
7701
|
variants: {
|
|
7700
7702
|
display: {
|
|
7701
7703
|
block: "ksjsui-block",
|
|
7702
7704
|
"inline-block": "ksjsui-inline-block",
|
|
7703
7705
|
none: "ksjsui-hidden"
|
|
7704
7706
|
},
|
|
7705
|
-
...
|
|
7706
|
-
...
|
|
7707
|
+
...xi(),
|
|
7708
|
+
...ki()
|
|
7707
7709
|
},
|
|
7708
7710
|
defaultVariants: {
|
|
7709
7711
|
display: "block"
|
|
7710
7712
|
}
|
|
7711
|
-
}),
|
|
7713
|
+
}), Of = c.forwardRef(
|
|
7712
7714
|
({
|
|
7713
7715
|
as: e = "div",
|
|
7714
7716
|
asChild: t,
|
|
@@ -7733,7 +7735,7 @@ const Mf = qe("", {
|
|
|
7733
7735
|
t ? q : e,
|
|
7734
7736
|
{
|
|
7735
7737
|
className: V(
|
|
7736
|
-
|
|
7738
|
+
Nf({
|
|
7737
7739
|
display: r,
|
|
7738
7740
|
m: o,
|
|
7739
7741
|
mb: s,
|
|
@@ -7757,8 +7759,8 @@ const Mf = qe("", {
|
|
|
7757
7759
|
}
|
|
7758
7760
|
)
|
|
7759
7761
|
);
|
|
7760
|
-
|
|
7761
|
-
const
|
|
7762
|
+
Of.displayName = "Box";
|
|
7763
|
+
const If = {
|
|
7762
7764
|
align: {
|
|
7763
7765
|
baseline: "ksjsui-items-baseline",
|
|
7764
7766
|
center: "ksjsui-items-center",
|
|
@@ -7777,7 +7779,7 @@ const Of = {
|
|
|
7777
7779
|
flex: "ksjsui-flex",
|
|
7778
7780
|
none: "ksjsui-hidden"
|
|
7779
7781
|
},
|
|
7780
|
-
...
|
|
7782
|
+
...Mf(),
|
|
7781
7783
|
grow: {
|
|
7782
7784
|
0: "ksjsui-grow-0",
|
|
7783
7785
|
1: "ksjsui-grow"
|
|
@@ -7793,8 +7795,8 @@ const Of = {
|
|
|
7793
7795
|
start: "ksjsui-justify-start",
|
|
7794
7796
|
stretch: "ksjsui-justify-stretch"
|
|
7795
7797
|
},
|
|
7796
|
-
...yi(),
|
|
7797
7798
|
...xi(),
|
|
7799
|
+
...ki(),
|
|
7798
7800
|
self: {
|
|
7799
7801
|
auto: "ksjsui-self-auto",
|
|
7800
7802
|
baseline: "ksjsui-self-baseline",
|
|
@@ -7812,15 +7814,15 @@ const Of = {
|
|
|
7812
7814
|
reverse: "ksjsui-flex-wrap-reverse",
|
|
7813
7815
|
wrap: "ksjsui-flex-wrap"
|
|
7814
7816
|
}
|
|
7815
|
-
},
|
|
7817
|
+
}, _f = qe("ksjsui-inline-flex", {
|
|
7816
7818
|
variants: {
|
|
7817
|
-
...
|
|
7819
|
+
...If
|
|
7818
7820
|
},
|
|
7819
7821
|
defaultVariants: {
|
|
7820
7822
|
display: "flex",
|
|
7821
7823
|
justify: "start"
|
|
7822
7824
|
}
|
|
7823
|
-
}),
|
|
7825
|
+
}), Df = c.forwardRef(
|
|
7824
7826
|
({
|
|
7825
7827
|
align: e,
|
|
7826
7828
|
as: t = "div",
|
|
@@ -7855,7 +7857,7 @@ const Of = {
|
|
|
7855
7857
|
n ? q : t,
|
|
7856
7858
|
{
|
|
7857
7859
|
className: V(
|
|
7858
|
-
|
|
7860
|
+
_f({
|
|
7859
7861
|
align: e,
|
|
7860
7862
|
direction: s,
|
|
7861
7863
|
display: o,
|
|
@@ -7889,33 +7891,33 @@ const Of = {
|
|
|
7889
7891
|
}
|
|
7890
7892
|
)
|
|
7891
7893
|
);
|
|
7892
|
-
|
|
7894
|
+
Df.displayName = "Flex";
|
|
7893
7895
|
export {
|
|
7894
|
-
|
|
7895
|
-
|
|
7896
|
-
|
|
7897
|
-
|
|
7896
|
+
wa as Avatar,
|
|
7897
|
+
xa as AvatarFallback,
|
|
7898
|
+
ya as AvatarImage,
|
|
7899
|
+
Of as Box,
|
|
7898
7900
|
zr as Button,
|
|
7899
|
-
|
|
7900
|
-
|
|
7901
|
-
|
|
7902
|
-
|
|
7903
|
-
|
|
7904
|
-
|
|
7905
|
-
|
|
7906
|
-
|
|
7907
|
-
|
|
7908
|
-
|
|
7909
|
-
|
|
7910
|
-
|
|
7911
|
-
|
|
7912
|
-
|
|
7913
|
-
|
|
7914
|
-
|
|
7915
|
-
|
|
7916
|
-
|
|
7917
|
-
|
|
7918
|
-
|
|
7919
|
-
|
|
7920
|
-
|
|
7901
|
+
Wf as DirectionProvider,
|
|
7902
|
+
Vf as DropdownMenu,
|
|
7903
|
+
xd as DropdownMenuCheckboxItem,
|
|
7904
|
+
wd as DropdownMenuContent,
|
|
7905
|
+
Gf as DropdownMenuGroup,
|
|
7906
|
+
yd as DropdownMenuItem,
|
|
7907
|
+
Cd as DropdownMenuLabel,
|
|
7908
|
+
Kf as DropdownMenuPortal,
|
|
7909
|
+
Yf as DropdownMenuRadioGroup,
|
|
7910
|
+
kd as DropdownMenuRadioItem,
|
|
7911
|
+
Ed as DropdownMenuSeparator,
|
|
7912
|
+
Sd as DropdownMenuShortcut,
|
|
7913
|
+
Hf as DropdownMenuSub,
|
|
7914
|
+
bd as DropdownMenuSubContent,
|
|
7915
|
+
vd as DropdownMenuSubTrigger,
|
|
7916
|
+
Uf as DropdownMenuTrigger,
|
|
7917
|
+
Df as Flex,
|
|
7918
|
+
Rd as IconButton,
|
|
7919
|
+
Nd as Separator,
|
|
7920
|
+
zd as Switch,
|
|
7921
|
+
Zf as Toast,
|
|
7922
|
+
Rf as useToast
|
|
7921
7923
|
};
|