@drjoshcsimmons/scl 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ui/alert/alert.d.ts +1 -1
- package/dist/components/ui/alert/alert.d.ts.map +1 -1
- package/dist/components/ui/badge/badge.d.ts +1 -1
- package/dist/components/ui/badge/badge.d.ts.map +1 -1
- package/dist/components/ui/button/button.d.ts +1 -1
- package/dist/components/ui/button/button.d.ts.map +1 -1
- package/dist/components/ui/combobox/combobox.d.ts +31 -0
- package/dist/components/ui/combobox/combobox.d.ts.map +1 -0
- package/dist/components/ui/combobox/index.d.ts +3 -0
- package/dist/components/ui/combobox/index.d.ts.map +1 -0
- package/dist/components/ui/command/command.d.ts +85 -0
- package/dist/components/ui/command/command.d.ts.map +1 -0
- package/dist/components/ui/command/index.d.ts +2 -0
- package/dist/components/ui/command/index.d.ts.map +1 -0
- package/dist/components/ui/dithered-image/dithered-image.d.ts +6 -2
- package/dist/components/ui/dithered-image/dithered-image.d.ts.map +1 -1
- package/dist/components/ui/dithered-image/index.d.ts +1 -1
- package/dist/components/ui/dithered-image/index.d.ts.map +1 -1
- package/dist/components/ui/form/form.d.ts +24 -0
- package/dist/components/ui/form/form.d.ts.map +1 -0
- package/dist/components/ui/form/index.d.ts +2 -0
- package/dist/components/ui/form/index.d.ts.map +1 -0
- package/dist/components/ui/progress/progress.d.ts +0 -6
- package/dist/components/ui/progress/progress.d.ts.map +1 -1
- package/dist/components/ui/scroll-area/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/skeleton/skeleton.d.ts +4 -1
- package/dist/components/ui/skeleton/skeleton.d.ts.map +1 -1
- package/dist/components/ui/statusline/statusline.d.ts.map +1 -1
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts +0 -5
- package/dist/components/ui/terminal-textarea/terminal-textarea.d.ts.map +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +166 -143
- package/dist/index10.js +30 -30
- package/dist/index100.js +218 -29
- package/dist/index101.js +646 -11
- package/dist/index102.js +173 -127
- package/dist/index103.js +4 -50
- package/dist/index104.js +30 -9
- package/dist/index105.js +6 -4
- package/dist/index106.js +11 -180
- package/dist/index107.js +19 -648
- package/dist/index108.js +9 -107
- package/dist/index109.js +38 -91
- package/dist/index11.js +13 -13
- package/dist/index110.js +18 -67
- package/dist/index111.js +201 -154
- package/dist/index112.js +20 -395
- package/dist/index113.js +395 -1675
- package/dist/index114.js +2 -278
- package/dist/index115.js +49 -128
- package/dist/index116.js +65 -32
- package/dist/index117.js +19 -1605
- package/dist/index118.js +28 -297
- package/dist/index119.js +5 -635
- package/dist/index12.js +1 -1
- package/dist/index120.js +2 -144
- package/dist/index121.js +2 -21
- package/dist/index122.js +5 -9
- package/dist/index123.js +3 -38
- package/dist/index124.js +24 -18
- package/dist/index125.js +113 -6
- package/dist/index126.js +15 -11
- package/dist/index127.js +513 -194
- package/dist/index128.js +128 -22
- package/dist/index129.js +114 -380
- package/dist/index13.js +132 -93
- package/dist/index130.js +59 -1300
- package/dist/index131.js +63 -612
- package/dist/index132.js +9 -2
- package/dist/index133.js +13 -52
- package/dist/index134.js +64 -63
- package/dist/index135.js +3 -24
- package/dist/index136.js +23 -29
- package/dist/index137.js +23 -5
- package/dist/index138.js +13 -2
- package/dist/index139.js +28 -2
- package/dist/index14.js +106 -220
- package/dist/index140.js +5 -5
- package/dist/index15.js +79 -125
- package/dist/index16.js +280 -17
- package/dist/index17.js +139 -12
- package/dist/index18.js +92 -22
- package/dist/index19.js +18 -55
- package/dist/index2.js +2 -2
- package/dist/index20.js +14 -26
- package/dist/index21.js +19 -33
- package/dist/index22.js +38 -121
- package/dist/index23.js +29 -22
- package/dist/index24.js +31 -64
- package/dist/index25.js +121 -15
- package/dist/index26.js +19 -29
- package/dist/index27.js +68 -77
- package/dist/index28.js +20 -25
- package/dist/index29.js +32 -88
- package/dist/index3.js +11 -9
- package/dist/index30.js +138 -38
- package/dist/index31.js +20 -227
- package/dist/index32.js +88 -18
- package/dist/index33.js +37 -28
- package/dist/index34.js +86 -22
- package/dist/index35.js +17 -102
- package/dist/index36.js +34 -65
- package/dist/index37.js +23 -49
- package/dist/index38.js +38 -99
- package/dist/index39.js +65 -10
- package/dist/index4.js +6 -6
- package/dist/index40.js +49 -15
- package/dist/index41.js +93 -2256
- package/dist/index42.js +10 -32
- package/dist/index43.js +15 -18
- package/dist/index44.js +2251 -225
- package/dist/index45.js +237 -11
- package/dist/index46.js +11 -73
- package/dist/index47.js +33 -249
- package/dist/index48.js +118 -9
- package/dist/index49.js +63 -326
- package/dist/index5.js +23 -23
- package/dist/index50.js +307 -57
- package/dist/index51.js +12 -241
- package/dist/index52.js +222 -822
- package/dist/index53.js +6 -3
- package/dist/index54.js +56 -114
- package/dist/index55.js +248 -219
- package/dist/index56.js +249 -11
- package/dist/index57.js +3 -5
- package/dist/index58.js +110 -221
- package/dist/index59.js +12 -260
- package/dist/index6.js +12 -12
- package/dist/index60.js +18 -12
- package/dist/index61.js +221 -18
- package/dist/index62.js +11 -530
- package/dist/index63.js +11 -6155
- package/dist/index64.js +234 -2626
- package/dist/index65.js +230 -292
- package/dist/index66.js +504 -646
- package/dist/index67.js +155 -824
- package/dist/index68.js +128 -23
- package/dist/index69.js +319 -311
- package/dist/index7.js +22 -22
- package/dist/index70.js +72 -4889
- package/dist/index71.js +408 -802
- package/dist/index72.js +18 -1254
- package/dist/index73.js +844 -518
- package/dist/index74.js +9 -125
- package/dist/index75.js +31 -161
- package/dist/index76.js +7 -31
- package/dist/index77.js +62 -429
- package/dist/index78.js +50 -128
- package/dist/index79.js +4 -81
- package/dist/index8.js +17 -18
- package/dist/index80.js +23 -64
- package/dist/index81.js +33 -45
- package/dist/index82.js +63 -21
- package/dist/index83.js +10 -6
- package/dist/index84.js +52 -49
- package/dist/index85.js +10 -33
- package/dist/index86.js +30 -11
- package/dist/index87.js +12 -7
- package/dist/index88.js +46 -30
- package/dist/index89.js +7 -54
- package/dist/index9.js +23 -31
- package/dist/index90.js +14 -10
- package/dist/index91.js +125 -4
- package/dist/index92.js +131 -9
- package/dist/index93.js +14 -6
- package/dist/index94.js +14 -24
- package/dist/index95.js +9 -69
- package/dist/index96.js +47 -122
- package/dist/index97.js +51 -216
- package/dist/index98.js +6 -14
- package/dist/index99.js +24 -53
- package/dist/tokens/colors.d.ts +26 -86
- package/dist/tokens/colors.d.ts.map +1 -1
- package/dist/tokens/index.d.ts +12 -84
- package/dist/tokens/index.d.ts.map +1 -1
- package/package.json +28 -23
- package/dist/index141.js +0 -5
- package/dist/index142.js +0 -26
- package/dist/index143.js +0 -115
- package/dist/index144.js +0 -18
- package/dist/index145.js +0 -527
- package/dist/index146.js +0 -130
- package/dist/index147.js +0 -136
- package/dist/index148.js +0 -67
- package/dist/index149.js +0 -71
- package/dist/index150.js +0 -11
- package/dist/index151.js +0 -16
- package/dist/index152.js +0 -68
- package/dist/index153.js +0 -6
- package/dist/index154.js +0 -25
- package/dist/index155.js +0 -25
- package/dist/index156.js +0 -15
- package/dist/index157.js +0 -30
- package/dist/index158.js +0 -7
package/dist/index128.js
CHANGED
|
@@ -1,24 +1,130 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
1
|
+
const j = ["top", "right", "bottom", "left"], m = Math.min, p = Math.max, C = Math.round, L = Math.floor, E = (t) => ({
|
|
2
|
+
x: t,
|
|
3
|
+
y: t
|
|
4
|
+
}), h = {
|
|
5
|
+
left: "right",
|
|
6
|
+
right: "left",
|
|
7
|
+
bottom: "top",
|
|
8
|
+
top: "bottom"
|
|
9
|
+
}, x = {
|
|
10
|
+
start: "end",
|
|
11
|
+
end: "start"
|
|
12
|
+
};
|
|
13
|
+
function R(t, e, n) {
|
|
14
|
+
return p(t, m(e, n));
|
|
15
|
+
}
|
|
16
|
+
function T(t, e) {
|
|
17
|
+
return typeof t == "function" ? t(e) : t;
|
|
18
|
+
}
|
|
19
|
+
function g(t) {
|
|
20
|
+
return t.split("-")[0];
|
|
21
|
+
}
|
|
22
|
+
function a(t) {
|
|
23
|
+
return t.split("-")[1];
|
|
24
|
+
}
|
|
25
|
+
function b(t) {
|
|
26
|
+
return t === "x" ? "y" : "x";
|
|
27
|
+
}
|
|
28
|
+
function d(t) {
|
|
29
|
+
return t === "y" ? "height" : "width";
|
|
30
|
+
}
|
|
31
|
+
const A = /* @__PURE__ */ new Set(["top", "bottom"]);
|
|
32
|
+
function P(t) {
|
|
33
|
+
return A.has(g(t)) ? "y" : "x";
|
|
34
|
+
}
|
|
35
|
+
function y(t) {
|
|
36
|
+
return b(P(t));
|
|
37
|
+
}
|
|
38
|
+
function k(t, e, n) {
|
|
39
|
+
n === void 0 && (n = !1);
|
|
40
|
+
const r = a(t), i = y(t), o = d(i);
|
|
41
|
+
let c = i === "x" ? r === (n ? "end" : "start") ? "right" : "left" : r === "start" ? "bottom" : "top";
|
|
42
|
+
return e.reference[o] > e.floating[o] && (c = f(c)), [c, f(c)];
|
|
43
|
+
}
|
|
44
|
+
function q(t) {
|
|
45
|
+
const e = f(t);
|
|
46
|
+
return [s(t), e, s(e)];
|
|
47
|
+
}
|
|
48
|
+
function s(t) {
|
|
49
|
+
return t.replace(/start|end/g, (e) => x[e]);
|
|
50
|
+
}
|
|
51
|
+
const u = ["left", "right"], l = ["right", "left"], M = ["top", "bottom"], O = ["bottom", "top"];
|
|
52
|
+
function S(t, e, n) {
|
|
53
|
+
switch (t) {
|
|
54
|
+
case "top":
|
|
55
|
+
case "bottom":
|
|
56
|
+
return n ? e ? l : u : e ? u : l;
|
|
57
|
+
case "left":
|
|
58
|
+
case "right":
|
|
59
|
+
return e ? M : O;
|
|
60
|
+
default:
|
|
61
|
+
return [];
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
function z(t, e, n, r) {
|
|
65
|
+
const i = a(t);
|
|
66
|
+
let o = S(g(t), n === "start", r);
|
|
67
|
+
return i && (o = o.map((c) => c + "-" + i), e && (o = o.concat(o.map(s)))), o;
|
|
68
|
+
}
|
|
69
|
+
function f(t) {
|
|
70
|
+
return t.replace(/left|right|bottom|top/g, (e) => h[e]);
|
|
71
|
+
}
|
|
72
|
+
function w(t) {
|
|
73
|
+
return {
|
|
74
|
+
top: 0,
|
|
75
|
+
right: 0,
|
|
76
|
+
bottom: 0,
|
|
77
|
+
left: 0,
|
|
78
|
+
...t
|
|
79
|
+
};
|
|
80
|
+
}
|
|
81
|
+
function B(t) {
|
|
82
|
+
return typeof t != "number" ? w(t) : {
|
|
83
|
+
top: t,
|
|
84
|
+
right: t,
|
|
85
|
+
bottom: t,
|
|
86
|
+
left: t
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
function D(t) {
|
|
90
|
+
const {
|
|
91
|
+
x: e,
|
|
92
|
+
y: n,
|
|
93
|
+
width: r,
|
|
94
|
+
height: i
|
|
95
|
+
} = t;
|
|
96
|
+
return {
|
|
97
|
+
width: r,
|
|
98
|
+
height: i,
|
|
99
|
+
top: n,
|
|
100
|
+
left: e,
|
|
101
|
+
right: e + r,
|
|
102
|
+
bottom: n + i,
|
|
103
|
+
x: e,
|
|
104
|
+
y: n
|
|
105
|
+
};
|
|
106
|
+
}
|
|
21
107
|
export {
|
|
22
|
-
|
|
23
|
-
|
|
108
|
+
R as clamp,
|
|
109
|
+
E as createCoords,
|
|
110
|
+
T as evaluate,
|
|
111
|
+
w as expandPaddingObject,
|
|
112
|
+
L as floor,
|
|
113
|
+
a as getAlignment,
|
|
114
|
+
y as getAlignmentAxis,
|
|
115
|
+
k as getAlignmentSides,
|
|
116
|
+
d as getAxisLength,
|
|
117
|
+
q as getExpandedPlacements,
|
|
118
|
+
s as getOppositeAlignmentPlacement,
|
|
119
|
+
b as getOppositeAxis,
|
|
120
|
+
z as getOppositeAxisPlacements,
|
|
121
|
+
f as getOppositePlacement,
|
|
122
|
+
B as getPaddingObject,
|
|
123
|
+
g as getSide,
|
|
124
|
+
P as getSideAxis,
|
|
125
|
+
p as max,
|
|
126
|
+
m as min,
|
|
127
|
+
D as rectToClientRect,
|
|
128
|
+
C as round,
|
|
129
|
+
j as sides
|
|
24
130
|
};
|
package/dist/index129.js
CHANGED
|
@@ -1,402 +1,136 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { isElement as v, getDocumentElement as R, getOverflowAncestors as $, getComputedStyle as b, isHTMLElement as C, getWindow as L, isTopLayer as V, getParentNode as S, isLastTraversableNode as z, isTableElement as dt, isContainingBlock as Q, getContainingBlock as gt, getNodeName as _, isOverflowElement as q, getNodeScroll as H, getFrameElement as U, isWebKit as Y } from "./index147.js";
|
|
4
|
-
function Z(t) {
|
|
5
|
-
const e = b(t);
|
|
6
|
-
let o = parseFloat(e.width) || 0, i = parseFloat(e.height) || 0;
|
|
7
|
-
const n = C(t), r = n ? t.offsetWidth : o, s = n ? t.offsetHeight : i, c = D(o) !== r || D(i) !== s;
|
|
8
|
-
return c && (o = r, i = s), {
|
|
9
|
-
width: o,
|
|
10
|
-
height: i,
|
|
11
|
-
$: c
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
function X(t) {
|
|
15
|
-
return v(t) ? t : t.contextElement;
|
|
16
|
-
}
|
|
17
|
-
function F(t) {
|
|
18
|
-
const e = X(t);
|
|
19
|
-
if (!C(e))
|
|
20
|
-
return y(1);
|
|
21
|
-
const o = e.getBoundingClientRect(), {
|
|
22
|
-
width: i,
|
|
23
|
-
height: n,
|
|
24
|
-
$: r
|
|
25
|
-
} = Z(e);
|
|
26
|
-
let s = (r ? D(o.width) : o.width) / i, c = (r ? D(o.height) : o.height) / n;
|
|
27
|
-
return (!s || !Number.isFinite(s)) && (s = 1), (!c || !Number.isFinite(c)) && (c = 1), {
|
|
28
|
-
x: s,
|
|
29
|
-
y: c
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
const pt = /* @__PURE__ */ y(0);
|
|
33
|
-
function tt(t) {
|
|
34
|
-
const e = L(t);
|
|
35
|
-
return !Y() || !e.visualViewport ? pt : {
|
|
36
|
-
x: e.visualViewport.offsetLeft,
|
|
37
|
-
y: e.visualViewport.offsetTop
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
function mt(t, e, o) {
|
|
41
|
-
return e === void 0 && (e = !1), !o || e && o !== L(t) ? !1 : e;
|
|
42
|
-
}
|
|
43
|
-
function T(t, e, o, i) {
|
|
44
|
-
e === void 0 && (e = !1), o === void 0 && (o = !1);
|
|
45
|
-
const n = t.getBoundingClientRect(), r = X(t);
|
|
46
|
-
let s = y(1);
|
|
47
|
-
e && (i ? v(i) && (s = F(i)) : s = F(t));
|
|
48
|
-
const c = mt(r, o, i) ? tt(r) : y(0);
|
|
49
|
-
let f = (n.left + c.x) / s.x, l = (n.top + c.y) / s.y, u = n.width / s.x, h = n.height / s.y;
|
|
50
|
-
if (r) {
|
|
51
|
-
const d = L(r), a = i && v(i) ? L(i) : i;
|
|
52
|
-
let m = d, p = U(m);
|
|
53
|
-
for (; p && i && a !== m; ) {
|
|
54
|
-
const w = F(p), g = p.getBoundingClientRect(), x = b(p), O = g.left + (p.clientLeft + parseFloat(x.paddingLeft)) * w.x, W = g.top + (p.clientTop + parseFloat(x.paddingTop)) * w.y;
|
|
55
|
-
f *= w.x, l *= w.y, u *= w.x, h *= w.y, f += O, l += W, m = L(p), p = U(m);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
return J({
|
|
59
|
-
width: u,
|
|
60
|
-
height: h,
|
|
61
|
-
x: f,
|
|
62
|
-
y: l
|
|
63
|
-
});
|
|
64
|
-
}
|
|
65
|
-
function I(t, e) {
|
|
66
|
-
const o = H(t).scrollLeft;
|
|
67
|
-
return e ? e.left + o : T(R(t)).left + o;
|
|
1
|
+
function c() {
|
|
2
|
+
return typeof window < "u";
|
|
68
3
|
}
|
|
69
|
-
function
|
|
70
|
-
|
|
71
|
-
return {
|
|
72
|
-
x: i,
|
|
73
|
-
y: n
|
|
74
|
-
};
|
|
4
|
+
function u(t) {
|
|
5
|
+
return p(t) ? (t.nodeName || "").toLowerCase() : "#document";
|
|
75
6
|
}
|
|
76
|
-
function
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
rect: o,
|
|
80
|
-
offsetParent: i,
|
|
81
|
-
strategy: n
|
|
82
|
-
} = t;
|
|
83
|
-
const r = n === "fixed", s = R(i), c = e ? V(e.floating) : !1;
|
|
84
|
-
if (i === s || c && r)
|
|
85
|
-
return o;
|
|
86
|
-
let f = {
|
|
87
|
-
scrollLeft: 0,
|
|
88
|
-
scrollTop: 0
|
|
89
|
-
}, l = y(1);
|
|
90
|
-
const u = y(0), h = C(i);
|
|
91
|
-
if ((h || !h && !r) && ((_(i) !== "body" || q(s)) && (f = H(i)), C(i))) {
|
|
92
|
-
const a = T(i);
|
|
93
|
-
l = F(i), u.x = a.x + i.clientLeft, u.y = a.y + i.clientTop;
|
|
94
|
-
}
|
|
95
|
-
const d = s && !h && !r ? et(s, f) : y(0);
|
|
96
|
-
return {
|
|
97
|
-
width: o.width * l.x,
|
|
98
|
-
height: o.height * l.y,
|
|
99
|
-
x: o.x * l.x - f.scrollLeft * l.x + u.x + d.x,
|
|
100
|
-
y: o.y * l.y - f.scrollTop * l.y + u.y + d.y
|
|
101
|
-
};
|
|
7
|
+
function i(t) {
|
|
8
|
+
var e;
|
|
9
|
+
return (t == null || (e = t.ownerDocument) == null ? void 0 : e.defaultView) || window;
|
|
102
10
|
}
|
|
103
|
-
function
|
|
104
|
-
|
|
11
|
+
function N(t) {
|
|
12
|
+
var e;
|
|
13
|
+
return (e = (p(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
|
|
105
14
|
}
|
|
106
|
-
function
|
|
107
|
-
|
|
108
|
-
let s = -o.scrollLeft + I(t);
|
|
109
|
-
const c = -o.scrollTop;
|
|
110
|
-
return b(i).direction === "rtl" && (s += E(e.clientWidth, i.clientWidth) - n), {
|
|
111
|
-
width: n,
|
|
112
|
-
height: r,
|
|
113
|
-
x: s,
|
|
114
|
-
y: c
|
|
115
|
-
};
|
|
15
|
+
function p(t) {
|
|
16
|
+
return c() ? t instanceof Node || t instanceof i(t).Node : !1;
|
|
116
17
|
}
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
const o = L(t), i = R(t), n = o.visualViewport;
|
|
120
|
-
let r = i.clientWidth, s = i.clientHeight, c = 0, f = 0;
|
|
121
|
-
if (n) {
|
|
122
|
-
r = n.width, s = n.height;
|
|
123
|
-
const u = Y();
|
|
124
|
-
(!u || u && e === "fixed") && (c = n.offsetLeft, f = n.offsetTop);
|
|
125
|
-
}
|
|
126
|
-
const l = I(i);
|
|
127
|
-
if (l <= 0) {
|
|
128
|
-
const u = i.ownerDocument, h = u.body, d = getComputedStyle(h), a = u.compatMode === "CSS1Compat" && parseFloat(d.marginLeft) + parseFloat(d.marginRight) || 0, m = Math.abs(i.clientWidth - h.clientWidth - a);
|
|
129
|
-
m <= K && (r -= m);
|
|
130
|
-
} else l <= K && (r += l);
|
|
131
|
-
return {
|
|
132
|
-
width: r,
|
|
133
|
-
height: s,
|
|
134
|
-
x: c,
|
|
135
|
-
y: f
|
|
136
|
-
};
|
|
18
|
+
function m(t) {
|
|
19
|
+
return c() ? t instanceof Element || t instanceof i(t).Element : !1;
|
|
137
20
|
}
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
const o = T(t, !0, e === "fixed"), i = o.top + t.clientTop, n = o.left + t.clientLeft, r = C(t) ? F(t) : y(1), s = t.clientWidth * r.x, c = t.clientHeight * r.y, f = n * r.x, l = i * r.y;
|
|
141
|
-
return {
|
|
142
|
-
width: s,
|
|
143
|
-
height: c,
|
|
144
|
-
x: f,
|
|
145
|
-
y: l
|
|
146
|
-
};
|
|
21
|
+
function w(t) {
|
|
22
|
+
return c() ? t instanceof HTMLElement || t instanceof i(t).HTMLElement : !1;
|
|
147
23
|
}
|
|
148
|
-
function
|
|
149
|
-
|
|
150
|
-
if (e === "viewport")
|
|
151
|
-
i = vt(t, o);
|
|
152
|
-
else if (e === "document")
|
|
153
|
-
i = xt(R(t));
|
|
154
|
-
else if (v(e))
|
|
155
|
-
i = Rt(e, o);
|
|
156
|
-
else {
|
|
157
|
-
const n = tt(t);
|
|
158
|
-
i = {
|
|
159
|
-
x: e.x - n.x,
|
|
160
|
-
y: e.y - n.y,
|
|
161
|
-
width: e.width,
|
|
162
|
-
height: e.height
|
|
163
|
-
};
|
|
164
|
-
}
|
|
165
|
-
return J(i);
|
|
166
|
-
}
|
|
167
|
-
function it(t, e) {
|
|
168
|
-
const o = S(t);
|
|
169
|
-
return o === e || !v(o) || z(o) ? !1 : b(o).position === "fixed" || it(o, e);
|
|
170
|
-
}
|
|
171
|
-
function Ct(t, e) {
|
|
172
|
-
const o = e.get(t);
|
|
173
|
-
if (o)
|
|
174
|
-
return o;
|
|
175
|
-
let i = $(t, [], !1).filter((c) => v(c) && _(c) !== "body"), n = null;
|
|
176
|
-
const r = b(t).position === "fixed";
|
|
177
|
-
let s = r ? S(t) : t;
|
|
178
|
-
for (; v(s) && !z(s); ) {
|
|
179
|
-
const c = b(s), f = Q(s);
|
|
180
|
-
!f && c.position === "fixed" && (n = null), (r ? !f && !n : !f && c.position === "static" && !!n && bt.has(n.position) || q(s) && !f && it(t, s)) ? i = i.filter((u) => u !== s) : n = c, s = S(s);
|
|
181
|
-
}
|
|
182
|
-
return e.set(t, i), i;
|
|
183
|
-
}
|
|
184
|
-
function Ot(t) {
|
|
185
|
-
let {
|
|
186
|
-
element: e,
|
|
187
|
-
boundary: o,
|
|
188
|
-
rootBoundary: i,
|
|
189
|
-
strategy: n
|
|
190
|
-
} = t;
|
|
191
|
-
const s = [...o === "clippingAncestors" ? V(e) ? [] : Ct(e, this._c) : [].concat(o), i], c = s[0], f = s.reduce((l, u) => {
|
|
192
|
-
const h = j(e, u, n);
|
|
193
|
-
return l.top = E(h.top, l.top), l.right = N(h.right, l.right), l.bottom = N(h.bottom, l.bottom), l.left = E(h.left, l.left), l;
|
|
194
|
-
}, j(e, c, n));
|
|
195
|
-
return {
|
|
196
|
-
width: f.right - f.left,
|
|
197
|
-
height: f.bottom - f.top,
|
|
198
|
-
x: f.left,
|
|
199
|
-
y: f.top
|
|
200
|
-
};
|
|
24
|
+
function f(t) {
|
|
25
|
+
return !c() || typeof ShadowRoot > "u" ? !1 : t instanceof ShadowRoot || t instanceof i(t).ShadowRoot;
|
|
201
26
|
}
|
|
202
|
-
|
|
27
|
+
const E = /* @__PURE__ */ new Set(["inline", "contents"]);
|
|
28
|
+
function y(t) {
|
|
203
29
|
const {
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
30
|
+
overflow: e,
|
|
31
|
+
overflowX: n,
|
|
32
|
+
overflowY: o,
|
|
33
|
+
display: r
|
|
34
|
+
} = S(t);
|
|
35
|
+
return /auto|scroll|overlay|hidden|clip/.test(e + o + n) && !E.has(r);
|
|
36
|
+
}
|
|
37
|
+
const T = /* @__PURE__ */ new Set(["table", "td", "th"]);
|
|
38
|
+
function A(t) {
|
|
39
|
+
return T.has(u(t));
|
|
40
|
+
}
|
|
41
|
+
const v = [":popover-open", ":modal"];
|
|
42
|
+
function L(t) {
|
|
43
|
+
return v.some((e) => {
|
|
44
|
+
try {
|
|
45
|
+
return t.matches(e);
|
|
46
|
+
} catch {
|
|
47
|
+
return !1;
|
|
48
|
+
}
|
|
49
|
+
});
|
|
211
50
|
}
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
51
|
+
const D = ["transform", "translate", "scale", "rotate", "perspective"], C = ["transform", "translate", "scale", "rotate", "perspective", "filter"], k = ["paint", "layout", "strict", "content"];
|
|
52
|
+
function V(t) {
|
|
53
|
+
const e = O(), n = m(t) ? S(t) : t;
|
|
54
|
+
return D.some((o) => n[o] ? n[o] !== "none" : !1) || (n.containerType ? n.containerType !== "normal" : !1) || !e && (n.backdropFilter ? n.backdropFilter !== "none" : !1) || !e && (n.filter ? n.filter !== "none" : !1) || C.some((o) => (n.willChange || "").includes(o)) || k.some((o) => (n.contain || "").includes(o));
|
|
55
|
+
}
|
|
56
|
+
function B(t) {
|
|
57
|
+
let e = s(t);
|
|
58
|
+
for (; w(e) && !h(e); ) {
|
|
59
|
+
if (V(e))
|
|
60
|
+
return e;
|
|
61
|
+
if (L(e))
|
|
62
|
+
return null;
|
|
63
|
+
e = s(e);
|
|
221
64
|
}
|
|
222
|
-
|
|
223
|
-
if ((_(e) !== "body" || q(n)) && (c = H(e)), i) {
|
|
224
|
-
const a = T(e, !0, r, e);
|
|
225
|
-
f.x = a.x + e.clientLeft, f.y = a.y + e.clientTop;
|
|
226
|
-
} else n && l();
|
|
227
|
-
r && !i && n && l();
|
|
228
|
-
const u = n && !i && !r ? et(n, c) : y(0), h = s.left + c.scrollLeft - f.x - u.x, d = s.top + c.scrollTop - f.y - u.y;
|
|
229
|
-
return {
|
|
230
|
-
x: h,
|
|
231
|
-
y: d,
|
|
232
|
-
width: s.width,
|
|
233
|
-
height: s.height
|
|
234
|
-
};
|
|
65
|
+
return null;
|
|
235
66
|
}
|
|
236
|
-
function
|
|
237
|
-
return
|
|
67
|
+
function O() {
|
|
68
|
+
return typeof CSS > "u" || !CSS.supports ? !1 : CSS.supports("-webkit-backdrop-filter", "none");
|
|
238
69
|
}
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
if (e)
|
|
243
|
-
return e(t);
|
|
244
|
-
let o = t.offsetParent;
|
|
245
|
-
return R(t) === o && (o = o.ownerDocument.body), o;
|
|
70
|
+
const R = /* @__PURE__ */ new Set(["html", "body", "#document"]);
|
|
71
|
+
function h(t) {
|
|
72
|
+
return R.has(u(t));
|
|
246
73
|
}
|
|
247
|
-
function
|
|
248
|
-
|
|
249
|
-
if (V(t))
|
|
250
|
-
return o;
|
|
251
|
-
if (!C(t)) {
|
|
252
|
-
let n = S(t);
|
|
253
|
-
for (; n && !z(n); ) {
|
|
254
|
-
if (v(n) && !M(n))
|
|
255
|
-
return n;
|
|
256
|
-
n = S(n);
|
|
257
|
-
}
|
|
258
|
-
return o;
|
|
259
|
-
}
|
|
260
|
-
let i = G(t, e);
|
|
261
|
-
for (; i && dt(i) && M(i); )
|
|
262
|
-
i = G(i, e);
|
|
263
|
-
return i && z(i) && M(i) && !Q(i) ? o : i || gt(t) || o;
|
|
74
|
+
function S(t) {
|
|
75
|
+
return i(t).getComputedStyle(t);
|
|
264
76
|
}
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
width: i.width,
|
|
273
|
-
height: i.height
|
|
274
|
-
}
|
|
77
|
+
function F(t) {
|
|
78
|
+
return m(t) ? {
|
|
79
|
+
scrollLeft: t.scrollLeft,
|
|
80
|
+
scrollTop: t.scrollTop
|
|
81
|
+
} : {
|
|
82
|
+
scrollLeft: t.scrollX,
|
|
83
|
+
scrollTop: t.scrollY
|
|
275
84
|
};
|
|
276
|
-
};
|
|
277
|
-
function Ft(t) {
|
|
278
|
-
return b(t).direction === "rtl";
|
|
279
|
-
}
|
|
280
|
-
const St = {
|
|
281
|
-
convertOffsetParentRelativeRectToViewportRelativeRect: wt,
|
|
282
|
-
getDocumentElement: R,
|
|
283
|
-
getClippingRect: Ot,
|
|
284
|
-
getOffsetParent: ot,
|
|
285
|
-
getElementRects: Et,
|
|
286
|
-
getClientRects: yt,
|
|
287
|
-
getDimensions: Lt,
|
|
288
|
-
getScale: F,
|
|
289
|
-
isElement: v,
|
|
290
|
-
isRTL: Ft
|
|
291
|
-
};
|
|
292
|
-
function nt(t, e) {
|
|
293
|
-
return t.x === e.x && t.y === e.y && t.width === e.width && t.height === e.height;
|
|
294
85
|
}
|
|
295
|
-
function
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
86
|
+
function s(t) {
|
|
87
|
+
if (u(t) === "html")
|
|
88
|
+
return t;
|
|
89
|
+
const e = (
|
|
90
|
+
// Step into the shadow DOM of the parent of a slotted node.
|
|
91
|
+
t.assignedSlot || // DOM Element detected.
|
|
92
|
+
t.parentNode || // ShadowRoot detected.
|
|
93
|
+
f(t) && t.host || // Fallback.
|
|
94
|
+
N(t)
|
|
95
|
+
);
|
|
96
|
+
return f(e) ? e.host : e;
|
|
97
|
+
}
|
|
98
|
+
function b(t) {
|
|
99
|
+
const e = s(t);
|
|
100
|
+
return h(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : w(e) && y(e) ? e : b(e);
|
|
101
|
+
}
|
|
102
|
+
function d(t, e, n) {
|
|
103
|
+
var o;
|
|
104
|
+
e === void 0 && (e = []), n === void 0 && (n = !0);
|
|
105
|
+
const r = b(t), g = r === ((o = t.ownerDocument) == null ? void 0 : o.body), l = i(r);
|
|
106
|
+
if (g) {
|
|
107
|
+
const a = _(l);
|
|
108
|
+
return e.concat(l, l.visualViewport || [], y(r) ? r : [], a && n ? d(a) : []);
|
|
301
109
|
}
|
|
302
|
-
|
|
303
|
-
c === void 0 && (c = !1), f === void 0 && (f = 1), r();
|
|
304
|
-
const l = t.getBoundingClientRect(), {
|
|
305
|
-
left: u,
|
|
306
|
-
top: h,
|
|
307
|
-
width: d,
|
|
308
|
-
height: a
|
|
309
|
-
} = l;
|
|
310
|
-
if (c || e(), !d || !a)
|
|
311
|
-
return;
|
|
312
|
-
const m = A(h), p = A(n.clientWidth - (u + d)), w = A(n.clientHeight - (h + a)), g = A(u), O = {
|
|
313
|
-
rootMargin: -m + "px " + -p + "px " + -w + "px " + -g + "px",
|
|
314
|
-
threshold: E(0, N(1, f)) || 1
|
|
315
|
-
};
|
|
316
|
-
let W = !0;
|
|
317
|
-
function k(P) {
|
|
318
|
-
const B = P[0].intersectionRatio;
|
|
319
|
-
if (B !== f) {
|
|
320
|
-
if (!W)
|
|
321
|
-
return s();
|
|
322
|
-
B ? s(!1, B) : i = setTimeout(() => {
|
|
323
|
-
s(!1, 1e-7);
|
|
324
|
-
}, 1e3);
|
|
325
|
-
}
|
|
326
|
-
B === 1 && !nt(l, t.getBoundingClientRect()) && s(), W = !1;
|
|
327
|
-
}
|
|
328
|
-
try {
|
|
329
|
-
o = new IntersectionObserver(k, {
|
|
330
|
-
...O,
|
|
331
|
-
// Handle <iframe>s
|
|
332
|
-
root: n.ownerDocument
|
|
333
|
-
});
|
|
334
|
-
} catch {
|
|
335
|
-
o = new IntersectionObserver(k, O);
|
|
336
|
-
}
|
|
337
|
-
o.observe(t);
|
|
338
|
-
}
|
|
339
|
-
return s(!0), r;
|
|
110
|
+
return e.concat(r, d(r, [], n));
|
|
340
111
|
}
|
|
341
|
-
function
|
|
342
|
-
|
|
343
|
-
const {
|
|
344
|
-
ancestorScroll: n = !0,
|
|
345
|
-
ancestorResize: r = !0,
|
|
346
|
-
elementResize: s = typeof ResizeObserver == "function",
|
|
347
|
-
layoutShift: c = typeof IntersectionObserver == "function",
|
|
348
|
-
animationFrame: f = !1
|
|
349
|
-
} = i, l = X(t), u = n || r ? [...l ? $(l) : [], ...$(e)] : [];
|
|
350
|
-
u.forEach((g) => {
|
|
351
|
-
n && g.addEventListener("scroll", o, {
|
|
352
|
-
passive: !0
|
|
353
|
-
}), r && g.addEventListener("resize", o);
|
|
354
|
-
});
|
|
355
|
-
const h = l && c ? Wt(l, o) : null;
|
|
356
|
-
let d = -1, a = null;
|
|
357
|
-
s && (a = new ResizeObserver((g) => {
|
|
358
|
-
let [x] = g;
|
|
359
|
-
x && x.target === l && a && (a.unobserve(e), cancelAnimationFrame(d), d = requestAnimationFrame(() => {
|
|
360
|
-
var O;
|
|
361
|
-
(O = a) == null || O.observe(e);
|
|
362
|
-
})), o();
|
|
363
|
-
}), l && !f && a.observe(l), a.observe(e));
|
|
364
|
-
let m, p = f ? T(t) : null;
|
|
365
|
-
f && w();
|
|
366
|
-
function w() {
|
|
367
|
-
const g = T(t);
|
|
368
|
-
p && !nt(p, g) && o(), p = g, m = requestAnimationFrame(w);
|
|
369
|
-
}
|
|
370
|
-
return o(), () => {
|
|
371
|
-
var g;
|
|
372
|
-
u.forEach((x) => {
|
|
373
|
-
n && x.removeEventListener("scroll", o), r && x.removeEventListener("resize", o);
|
|
374
|
-
}), h == null || h(), (g = a) == null || g.disconnect(), a = null, f && cancelAnimationFrame(m);
|
|
375
|
-
};
|
|
112
|
+
function _(t) {
|
|
113
|
+
return t.parent && Object.getPrototypeOf(t.parent) ? t.frameElement : null;
|
|
376
114
|
}
|
|
377
|
-
const Ht = st, It = rt, Mt = ct, Nt = lt, $t = ft, Vt = at, _t = ut, qt = (t, e, o) => {
|
|
378
|
-
const i = /* @__PURE__ */ new Map(), n = {
|
|
379
|
-
platform: St,
|
|
380
|
-
...o
|
|
381
|
-
}, r = {
|
|
382
|
-
...n.platform,
|
|
383
|
-
_c: i
|
|
384
|
-
};
|
|
385
|
-
return ht(t, e, {
|
|
386
|
-
...n,
|
|
387
|
-
platform: r
|
|
388
|
-
});
|
|
389
|
-
};
|
|
390
115
|
export {
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
116
|
+
S as getComputedStyle,
|
|
117
|
+
B as getContainingBlock,
|
|
118
|
+
N as getDocumentElement,
|
|
119
|
+
_ as getFrameElement,
|
|
120
|
+
b as getNearestOverflowAncestor,
|
|
121
|
+
u as getNodeName,
|
|
122
|
+
F as getNodeScroll,
|
|
123
|
+
d as getOverflowAncestors,
|
|
124
|
+
s as getParentNode,
|
|
125
|
+
i as getWindow,
|
|
126
|
+
V as isContainingBlock,
|
|
127
|
+
m as isElement,
|
|
128
|
+
w as isHTMLElement,
|
|
129
|
+
h as isLastTraversableNode,
|
|
130
|
+
p as isNode,
|
|
131
|
+
y as isOverflowElement,
|
|
132
|
+
f as isShadowRoot,
|
|
133
|
+
A as isTableElement,
|
|
134
|
+
L as isTopLayer,
|
|
135
|
+
O as isWebKit
|
|
402
136
|
};
|