@tech_carthagos/page-builder 1.0.72 → 1.0.74
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/index.cjs.js +16 -16
- package/dist/index.es.js +838 -812
- package/dist/style.css +1 -1
- package/dist-types/ui/button.d.ts.map +1 -1
- package/dist-types/user/Video.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as h, Fragment as lr, jsxs as P } from "react/jsx-runtime";
|
|
2
|
-
import * as
|
|
3
|
-
import I, { createContext as Vn, useContext as gr, forwardRef as Ds, createElement as Ra, useMemo as Be, useRef as tt, useCallback as _a, useEffect as
|
|
2
|
+
import * as x from "react";
|
|
3
|
+
import I, { createContext as Vn, useContext as gr, forwardRef as Ds, createElement as Ra, useMemo as Be, useRef as tt, useCallback as _a, useEffect as _e, useState as me, isValidElement as Oo, cloneElement as rm, Fragment as nm, Children as om, useLayoutEffect as im, Suspense as am } from "react";
|
|
4
4
|
import * as _d from "react-dom";
|
|
5
5
|
import Pd from "react-dom";
|
|
6
6
|
import { useQuery as sm } from "@tanstack/react-query";
|
|
@@ -13,7 +13,7 @@ function kd(t) {
|
|
|
13
13
|
} else for (r in t) t[r] && (n && (n += " "), n += r);
|
|
14
14
|
return n;
|
|
15
15
|
}
|
|
16
|
-
function
|
|
16
|
+
function ht() {
|
|
17
17
|
for (var t, e, r = 0, n = "", o = arguments.length; r < o; r++) (t = arguments[r]) && (e = kd(t)) && (n && (n += " "), n += e);
|
|
18
18
|
return n;
|
|
19
19
|
}
|
|
@@ -190,10 +190,10 @@ const Ls = "-", um = (t) => {
|
|
|
190
190
|
}
|
|
191
191
|
b = !1;
|
|
192
192
|
}
|
|
193
|
-
const m = mm(c).join(":"), y = p ? m + Dd : m,
|
|
194
|
-
if (i.includes(
|
|
193
|
+
const m = mm(c).join(":"), y = p ? m + Dd : m, v = y + g;
|
|
194
|
+
if (i.includes(v))
|
|
195
195
|
continue;
|
|
196
|
-
i.push(
|
|
196
|
+
i.push(v);
|
|
197
197
|
const w = o(g, b);
|
|
198
198
|
for (let S = 0; S < w.length; ++S) {
|
|
199
199
|
const N = w[S];
|
|
@@ -237,7 +237,7 @@ function xm(t, ...e) {
|
|
|
237
237
|
const ce = (t) => {
|
|
238
238
|
const e = (r) => r[t] || [];
|
|
239
239
|
return e.isThemeGetter = !0, e;
|
|
240
|
-
}, Md = /^\[(?:([a-z-]+):)?(.+)\]$/i, wm = /^\d+\/\d+$/, Sm = /* @__PURE__ */ new Set(["px", "full", "screen"]), Em = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Cm = /\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$/, Tm = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Nm = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Am = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,
|
|
240
|
+
}, Md = /^\[(?:([a-z-]+):)?(.+)\]$/i, wm = /^\d+\/\d+$/, Sm = /* @__PURE__ */ new Set(["px", "full", "screen"]), Em = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Cm = /\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$/, Tm = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Nm = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Am = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, Et = (t) => Ir(t) || Sm.has(t) || wm.test(t), Ht = (t) => Kr(t, "length", Lm), Ir = (t) => !!t && !Number.isNaN(Number(t)), ia = (t) => Kr(t, "number", Ir), pn = (t) => !!t && Number.isInteger(Number(t)), Om = (t) => t.endsWith("%") && Ir(t.slice(0, -1)), X = (t) => Md.test(t), qt = (t) => Em.test(t), Rm = /* @__PURE__ */ new Set(["length", "size", "percentage"]), _m = (t) => Kr(t, Rm, jd), Pm = (t) => Kr(t, "position", jd), km = /* @__PURE__ */ new Set(["image", "url"]), Im = (t) => Kr(t, km, jm), Dm = (t) => Kr(t, "", Mm), hn = () => !0, Kr = (t, e, r) => {
|
|
241
241
|
const n = Md.exec(t);
|
|
242
242
|
return n ? n[1] ? typeof e == "string" ? n[1] === e : e.has(n[1]) : r(n[2]) : !1;
|
|
243
243
|
}, Lm = (t) => (
|
|
@@ -246,13 +246,13 @@ const ce = (t) => {
|
|
|
246
246
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
247
247
|
Cm.test(t) && !Tm.test(t)
|
|
248
248
|
), jd = () => !1, Mm = (t) => Nm.test(t), jm = (t) => Am.test(t), $m = () => {
|
|
249
|
-
const t = ce("colors"), e = ce("spacing"), r = ce("blur"), n = ce("brightness"), o = ce("borderColor"), i = ce("borderRadius"), a = ce("borderSpacing"), s = ce("borderWidth"), u = ce("contrast"), l = ce("grayscale"), c = ce("hueRotate"), p = ce("invert"), f = ce("gap"), d = ce("gradientColorStops"), b = ce("gradientColorStopPositions"), g = ce("inset"), m = ce("margin"), y = ce("opacity"),
|
|
249
|
+
const t = ce("colors"), e = ce("spacing"), r = ce("blur"), n = ce("brightness"), o = ce("borderColor"), i = ce("borderRadius"), a = ce("borderSpacing"), s = ce("borderWidth"), u = ce("contrast"), l = ce("grayscale"), c = ce("hueRotate"), p = ce("invert"), f = ce("gap"), d = ce("gradientColorStops"), b = ce("gradientColorStopPositions"), g = ce("inset"), m = ce("margin"), y = ce("opacity"), v = ce("padding"), w = ce("saturate"), S = ce("scale"), N = ce("sepia"), O = ce("skew"), k = ce("space"), j = ce("translate"), F = () => ["auto", "contain", "none"], $ = () => ["auto", "hidden", "clip", "visible", "scroll"], E = () => ["auto", X, e], C = () => [X, e], D = () => ["", Et, Ht], L = () => ["auto", Ir, X], T = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], A = () => ["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"], M = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], B = () => ["", "0", X], U = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], ne = () => [Ir, X];
|
|
250
250
|
return {
|
|
251
251
|
cacheSize: 500,
|
|
252
252
|
separator: ":",
|
|
253
253
|
theme: {
|
|
254
254
|
colors: [hn],
|
|
255
|
-
spacing: [
|
|
255
|
+
spacing: [Et, Ht],
|
|
256
256
|
blur: ["none", "", qt, X],
|
|
257
257
|
brightness: ne(),
|
|
258
258
|
borderColor: [t],
|
|
@@ -714,63 +714,63 @@ const ce = (t) => {
|
|
|
714
714
|
* @see https://tailwindcss.com/docs/padding
|
|
715
715
|
*/
|
|
716
716
|
p: [{
|
|
717
|
-
p: [
|
|
717
|
+
p: [v]
|
|
718
718
|
}],
|
|
719
719
|
/**
|
|
720
720
|
* Padding X
|
|
721
721
|
* @see https://tailwindcss.com/docs/padding
|
|
722
722
|
*/
|
|
723
723
|
px: [{
|
|
724
|
-
px: [
|
|
724
|
+
px: [v]
|
|
725
725
|
}],
|
|
726
726
|
/**
|
|
727
727
|
* Padding Y
|
|
728
728
|
* @see https://tailwindcss.com/docs/padding
|
|
729
729
|
*/
|
|
730
730
|
py: [{
|
|
731
|
-
py: [
|
|
731
|
+
py: [v]
|
|
732
732
|
}],
|
|
733
733
|
/**
|
|
734
734
|
* Padding Start
|
|
735
735
|
* @see https://tailwindcss.com/docs/padding
|
|
736
736
|
*/
|
|
737
737
|
ps: [{
|
|
738
|
-
ps: [
|
|
738
|
+
ps: [v]
|
|
739
739
|
}],
|
|
740
740
|
/**
|
|
741
741
|
* Padding End
|
|
742
742
|
* @see https://tailwindcss.com/docs/padding
|
|
743
743
|
*/
|
|
744
744
|
pe: [{
|
|
745
|
-
pe: [
|
|
745
|
+
pe: [v]
|
|
746
746
|
}],
|
|
747
747
|
/**
|
|
748
748
|
* Padding Top
|
|
749
749
|
* @see https://tailwindcss.com/docs/padding
|
|
750
750
|
*/
|
|
751
751
|
pt: [{
|
|
752
|
-
pt: [
|
|
752
|
+
pt: [v]
|
|
753
753
|
}],
|
|
754
754
|
/**
|
|
755
755
|
* Padding Right
|
|
756
756
|
* @see https://tailwindcss.com/docs/padding
|
|
757
757
|
*/
|
|
758
758
|
pr: [{
|
|
759
|
-
pr: [
|
|
759
|
+
pr: [v]
|
|
760
760
|
}],
|
|
761
761
|
/**
|
|
762
762
|
* Padding Bottom
|
|
763
763
|
* @see https://tailwindcss.com/docs/padding
|
|
764
764
|
*/
|
|
765
765
|
pb: [{
|
|
766
|
-
pb: [
|
|
766
|
+
pb: [v]
|
|
767
767
|
}],
|
|
768
768
|
/**
|
|
769
769
|
* Padding Left
|
|
770
770
|
* @see https://tailwindcss.com/docs/padding
|
|
771
771
|
*/
|
|
772
772
|
pl: [{
|
|
773
|
-
pl: [
|
|
773
|
+
pl: [v]
|
|
774
774
|
}],
|
|
775
775
|
/**
|
|
776
776
|
* Margin
|
|
@@ -992,7 +992,7 @@ const ce = (t) => {
|
|
|
992
992
|
* @see https://tailwindcss.com/docs/line-height
|
|
993
993
|
*/
|
|
994
994
|
leading: [{
|
|
995
|
-
leading: ["none", "tight", "snug", "normal", "relaxed", "loose",
|
|
995
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose", Et, X]
|
|
996
996
|
}],
|
|
997
997
|
/**
|
|
998
998
|
* List Style Image
|
|
@@ -1068,14 +1068,14 @@ const ce = (t) => {
|
|
|
1068
1068
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1069
1069
|
*/
|
|
1070
1070
|
"text-decoration-thickness": [{
|
|
1071
|
-
decoration: ["auto", "from-font",
|
|
1071
|
+
decoration: ["auto", "from-font", Et, Ht]
|
|
1072
1072
|
}],
|
|
1073
1073
|
/**
|
|
1074
1074
|
* Text Underline Offset
|
|
1075
1075
|
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1076
1076
|
*/
|
|
1077
1077
|
"underline-offset": [{
|
|
1078
|
-
"underline-offset": ["auto",
|
|
1078
|
+
"underline-offset": ["auto", Et, X]
|
|
1079
1079
|
}],
|
|
1080
1080
|
/**
|
|
1081
1081
|
* Text Decoration Color
|
|
@@ -1557,14 +1557,14 @@ const ce = (t) => {
|
|
|
1557
1557
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1558
1558
|
*/
|
|
1559
1559
|
"outline-offset": [{
|
|
1560
|
-
"outline-offset": [
|
|
1560
|
+
"outline-offset": [Et, X]
|
|
1561
1561
|
}],
|
|
1562
1562
|
/**
|
|
1563
1563
|
* Outline Width
|
|
1564
1564
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1565
1565
|
*/
|
|
1566
1566
|
"outline-w": [{
|
|
1567
|
-
outline: [
|
|
1567
|
+
outline: [Et, Ht]
|
|
1568
1568
|
}],
|
|
1569
1569
|
/**
|
|
1570
1570
|
* Outline Color
|
|
@@ -1604,7 +1604,7 @@ const ce = (t) => {
|
|
|
1604
1604
|
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
1605
1605
|
*/
|
|
1606
1606
|
"ring-offset-w": [{
|
|
1607
|
-
"ring-offset": [
|
|
1607
|
+
"ring-offset": [Et, Ht]
|
|
1608
1608
|
}],
|
|
1609
1609
|
/**
|
|
1610
1610
|
* Ring Offset Color
|
|
@@ -1926,14 +1926,14 @@ const ce = (t) => {
|
|
|
1926
1926
|
* @see https://tailwindcss.com/docs/skew
|
|
1927
1927
|
*/
|
|
1928
1928
|
"skew-x": [{
|
|
1929
|
-
"skew-x": [
|
|
1929
|
+
"skew-x": [O]
|
|
1930
1930
|
}],
|
|
1931
1931
|
/**
|
|
1932
1932
|
* Skew Y
|
|
1933
1933
|
* @see https://tailwindcss.com/docs/skew
|
|
1934
1934
|
*/
|
|
1935
1935
|
"skew-y": [{
|
|
1936
|
-
"skew-y": [
|
|
1936
|
+
"skew-y": [O]
|
|
1937
1937
|
}],
|
|
1938
1938
|
/**
|
|
1939
1939
|
* Transform Origin
|
|
@@ -2199,7 +2199,7 @@ const ce = (t) => {
|
|
|
2199
2199
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2200
2200
|
*/
|
|
2201
2201
|
"stroke-w": [{
|
|
2202
|
-
stroke: [
|
|
2202
|
+
stroke: [Et, Ht, ia]
|
|
2203
2203
|
}],
|
|
2204
2204
|
/**
|
|
2205
2205
|
* Stroke
|
|
@@ -2276,27 +2276,27 @@ const ce = (t) => {
|
|
|
2276
2276
|
};
|
|
2277
2277
|
}, $d = /* @__PURE__ */ xm($m);
|
|
2278
2278
|
function Oe(...t) {
|
|
2279
|
-
return $d(
|
|
2279
|
+
return $d(ht(t));
|
|
2280
2280
|
}
|
|
2281
|
-
const En =
|
|
2281
|
+
const En = x.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ h("div", { ref: r, className: Oe("rounded-lg border bg-card text-card-foreground shadow-sm", t), ...e }));
|
|
2282
2282
|
En.displayName = "Card";
|
|
2283
|
-
const Bm =
|
|
2283
|
+
const Bm = x.forwardRef(
|
|
2284
2284
|
({ className: t, ...e }, r) => /* @__PURE__ */ h("div", { ref: r, className: Oe("flex flex-col space-y-1.5 p-6", t), ...e })
|
|
2285
2285
|
);
|
|
2286
2286
|
Bm.displayName = "CardHeader";
|
|
2287
|
-
const Fm =
|
|
2287
|
+
const Fm = x.forwardRef(
|
|
2288
2288
|
({ className: t, ...e }, r) => /* @__PURE__ */ h("h3", { ref: r, className: Oe("text-2xl font-semibold leading-none tracking-tight", t), ...e })
|
|
2289
2289
|
);
|
|
2290
2290
|
Fm.displayName = "CardTitle";
|
|
2291
|
-
const Hm =
|
|
2291
|
+
const Hm = x.forwardRef(
|
|
2292
2292
|
({ className: t, ...e }, r) => /* @__PURE__ */ h("p", { ref: r, className: Oe("text-sm text-muted-foreground", t), ...e })
|
|
2293
2293
|
);
|
|
2294
2294
|
Hm.displayName = "CardDescription";
|
|
2295
|
-
const Cn =
|
|
2295
|
+
const Cn = x.forwardRef(
|
|
2296
2296
|
({ className: t, ...e }, r) => /* @__PURE__ */ h("div", { ref: r, className: Oe("p-6 pt-0", t), ...e })
|
|
2297
2297
|
);
|
|
2298
2298
|
Cn.displayName = "CardContent";
|
|
2299
|
-
const qm =
|
|
2299
|
+
const qm = x.forwardRef(
|
|
2300
2300
|
({ className: t, ...e }, r) => /* @__PURE__ */ h("div", { ref: r, className: Oe("flex items-center p-6 pt-0", t), ...e })
|
|
2301
2301
|
);
|
|
2302
2302
|
qm.displayName = "CardFooter";
|
|
@@ -2868,9 +2868,9 @@ function bi(...t) {
|
|
|
2868
2868
|
};
|
|
2869
2869
|
}
|
|
2870
2870
|
function Ae(...t) {
|
|
2871
|
-
return
|
|
2871
|
+
return x.useCallback(bi(...t), t);
|
|
2872
2872
|
}
|
|
2873
|
-
var pb = Symbol.for("react.lazy"), Bo =
|
|
2873
|
+
var pb = Symbol.for("react.lazy"), Bo = x[" use ".trim().toString()];
|
|
2874
2874
|
function hb(t) {
|
|
2875
2875
|
return typeof t == "object" && t !== null && "then" in t;
|
|
2876
2876
|
}
|
|
@@ -2879,13 +2879,13 @@ function Yd(t) {
|
|
|
2879
2879
|
}
|
|
2880
2880
|
// @__NO_SIDE_EFFECTS__
|
|
2881
2881
|
function mb(t) {
|
|
2882
|
-
const e = /* @__PURE__ */ gb(t), r =
|
|
2882
|
+
const e = /* @__PURE__ */ gb(t), r = x.forwardRef((n, o) => {
|
|
2883
2883
|
let { children: i, ...a } = n;
|
|
2884
2884
|
Yd(i) && typeof Bo == "function" && (i = Bo(i._payload));
|
|
2885
|
-
const s =
|
|
2885
|
+
const s = x.Children.toArray(i), u = s.find(vb);
|
|
2886
2886
|
if (u) {
|
|
2887
|
-
const l = u.props.children, c = s.map((p) => p === u ?
|
|
2888
|
-
return /* @__PURE__ */ h(e, { ...a, ref: o, children:
|
|
2887
|
+
const l = u.props.children, c = s.map((p) => p === u ? x.Children.count(l) > 1 ? x.Children.only(null) : x.isValidElement(l) ? l.props.children : null : p);
|
|
2888
|
+
return /* @__PURE__ */ h(e, { ...a, ref: o, children: x.isValidElement(l) ? x.cloneElement(l, void 0, c) : null });
|
|
2889
2889
|
}
|
|
2890
2890
|
return /* @__PURE__ */ h(e, { ...a, ref: o, children: i });
|
|
2891
2891
|
});
|
|
@@ -2894,19 +2894,19 @@ function mb(t) {
|
|
|
2894
2894
|
var bb = /* @__PURE__ */ mb("Slot");
|
|
2895
2895
|
// @__NO_SIDE_EFFECTS__
|
|
2896
2896
|
function gb(t) {
|
|
2897
|
-
const e =
|
|
2897
|
+
const e = x.forwardRef((r, n) => {
|
|
2898
2898
|
let { children: o, ...i } = r;
|
|
2899
|
-
if (Yd(o) && typeof Bo == "function" && (o = Bo(o._payload)),
|
|
2899
|
+
if (Yd(o) && typeof Bo == "function" && (o = Bo(o._payload)), x.isValidElement(o)) {
|
|
2900
2900
|
const a = wb(o), s = xb(i, o.props);
|
|
2901
|
-
return o.type !==
|
|
2901
|
+
return o.type !== x.Fragment && (s.ref = n ? bi(n, a) : a), x.cloneElement(o, s);
|
|
2902
2902
|
}
|
|
2903
|
-
return
|
|
2903
|
+
return x.Children.count(o) > 1 ? x.Children.only(null) : null;
|
|
2904
2904
|
});
|
|
2905
2905
|
return e.displayName = `${t}.SlotClone`, e;
|
|
2906
2906
|
}
|
|
2907
2907
|
var yb = Symbol("radix.slottable");
|
|
2908
2908
|
function vb(t) {
|
|
2909
|
-
return
|
|
2909
|
+
return x.isValidElement(t) && typeof t.type == "function" && "__radixId" in t.type && t.type.__radixId === yb;
|
|
2910
2910
|
}
|
|
2911
2911
|
function xb(t, e) {
|
|
2912
2912
|
const r = { ...e };
|
|
@@ -2924,7 +2924,7 @@ function wb(t) {
|
|
|
2924
2924
|
let e = (n = Object.getOwnPropertyDescriptor(t.props, "ref")) == null ? void 0 : n.get, r = e && "isReactWarning" in e && e.isReactWarning;
|
|
2925
2925
|
return r ? t.ref : (e = (o = Object.getOwnPropertyDescriptor(t, "ref")) == null ? void 0 : o.get, r = e && "isReactWarning" in e && e.isReactWarning, r ? t.props.ref : t.props.ref || t.ref);
|
|
2926
2926
|
}
|
|
2927
|
-
const vl = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, xl =
|
|
2927
|
+
const vl = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, xl = ht, Xd = (t, e) => (r) => {
|
|
2928
2928
|
var n;
|
|
2929
2929
|
if ((e == null ? void 0 : e.variants) == null) return xl(t, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
|
|
2930
2930
|
const { variants: o, defaultVariants: i } = e, a = Object.keys(o).map((l) => {
|
|
@@ -2958,7 +2958,7 @@ const vl = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, xl = mt, X
|
|
|
2958
2958
|
{
|
|
2959
2959
|
variants: {
|
|
2960
2960
|
variant: {
|
|
2961
|
-
default: "bg-
|
|
2961
|
+
default: "bg-black text-white shadow-lg shadow-primary/25",
|
|
2962
2962
|
destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90",
|
|
2963
2963
|
outline: "border border-input bg-transparent hover:bg-secondary hover:text-secondary-foreground",
|
|
2964
2964
|
secondary: "bg-secondary text-secondary-foreground hover:bg-secondary/80",
|
|
@@ -2978,12 +2978,19 @@ const vl = (t) => typeof t == "boolean" ? `${t}` : t === 0 ? "0" : t, xl = mt, X
|
|
|
2978
2978
|
size: "default"
|
|
2979
2979
|
}
|
|
2980
2980
|
}
|
|
2981
|
-
),
|
|
2982
|
-
({ className: t, variant: e, size: r, asChild: n = !1, ...o }, i) => /* @__PURE__ */ h(
|
|
2981
|
+
), Rt = x.forwardRef(
|
|
2982
|
+
({ className: t, variant: e, size: r, asChild: n = !1, ...o }, i) => /* @__PURE__ */ h(
|
|
2983
|
+
n ? bb : "button",
|
|
2984
|
+
{
|
|
2985
|
+
className: Oe(Sb({ variant: e, size: r, className: t })),
|
|
2986
|
+
ref: i,
|
|
2987
|
+
...o
|
|
2988
|
+
}
|
|
2989
|
+
)
|
|
2983
2990
|
);
|
|
2984
|
-
|
|
2991
|
+
Rt.displayName = "Button";
|
|
2985
2992
|
function Eb(...t) {
|
|
2986
|
-
return $d(
|
|
2993
|
+
return $d(ht(t));
|
|
2987
2994
|
}
|
|
2988
2995
|
function ge(t) {
|
|
2989
2996
|
for (var e = arguments.length, r = Array(e > 1 ? e - 1 : 0), n = 1; n < e; n++) r[n - 1] = arguments[n];
|
|
@@ -2998,7 +3005,7 @@ function ge(t) {
|
|
|
2998
3005
|
function cr(t) {
|
|
2999
3006
|
return !!t && !!t[oe];
|
|
3000
3007
|
}
|
|
3001
|
-
function
|
|
3008
|
+
function mt(t) {
|
|
3002
3009
|
var e;
|
|
3003
3010
|
return !!t && (function(r) {
|
|
3004
3011
|
if (!r || typeof r != "object") return !1;
|
|
@@ -3052,7 +3059,7 @@ function Gs(t) {
|
|
|
3052
3059
|
return Object.create(Object.getPrototypeOf(t), e);
|
|
3053
3060
|
}
|
|
3054
3061
|
function Ys(t, e) {
|
|
3055
|
-
return e === void 0 && (e = !1), Xs(t) || cr(t) || !
|
|
3062
|
+
return e === void 0 && (e = !1), Xs(t) || cr(t) || !mt(t) || (Gt(t) > 1 && (t.set = t.add = t.clear = t.delete = Tb), Object.freeze(t), e && dr(t, function(r, n) {
|
|
3056
3063
|
return Ys(n, !0);
|
|
3057
3064
|
}, !0)), t;
|
|
3058
3065
|
}
|
|
@@ -3062,7 +3069,7 @@ function Tb() {
|
|
|
3062
3069
|
function Xs(t) {
|
|
3063
3070
|
return t == null || typeof t != "object" || Object.isFrozen(t);
|
|
3064
3071
|
}
|
|
3065
|
-
function
|
|
3072
|
+
function ct(t) {
|
|
3066
3073
|
var e = Da[t];
|
|
3067
3074
|
return e || ge(18, t), e;
|
|
3068
3075
|
}
|
|
@@ -3073,7 +3080,7 @@ function Fo() {
|
|
|
3073
3080
|
return process.env.NODE_ENV === "production" || jr || ge(0), jr;
|
|
3074
3081
|
}
|
|
3075
3082
|
function aa(t, e) {
|
|
3076
|
-
e && (
|
|
3083
|
+
e && (ct("Patches"), t.u = [], t.s = [], t.v = e);
|
|
3077
3084
|
}
|
|
3078
3085
|
function Ho(t) {
|
|
3079
3086
|
Ia(t), t.p.forEach(Nb), t.p = null;
|
|
@@ -3091,7 +3098,7 @@ function Nb(t) {
|
|
|
3091
3098
|
function sa(t, e) {
|
|
3092
3099
|
e._ = e.p.length;
|
|
3093
3100
|
var r = e.p[0], n = t !== void 0 && t !== r;
|
|
3094
|
-
return e.h.O ||
|
|
3101
|
+
return e.h.O || ct("ES5").S(e, t, n), n ? (r[oe].P && (Ho(e), ge(4)), mt(t) && (t = qo(e, t), e.l || zo(e, t)), e.u && ct("Patches").M(r[oe].t, t, e.u, e.s)) : t = qo(e, r, []), Ho(e), e.u && e.v(e.u, e.s), t !== Js ? t : void 0;
|
|
3095
3102
|
}
|
|
3096
3103
|
function qo(t, e, r) {
|
|
3097
3104
|
if (Xs(e)) return e;
|
|
@@ -3106,7 +3113,7 @@ function qo(t, e, r) {
|
|
|
3106
3113
|
var o = n.i === 4 || n.i === 5 ? n.o = Gs(n.k) : n.o, i = o, a = !1;
|
|
3107
3114
|
n.i === 3 && (i = new Set(o), o.clear(), a = !0), dr(i, function(s, u) {
|
|
3108
3115
|
return Sl(t, n, o, s, u, r, a);
|
|
3109
|
-
}), zo(t, o, !1), r && t.u &&
|
|
3116
|
+
}), zo(t, o, !1), r && t.u && ct("Patches").N(n, r, t.u, t.s);
|
|
3110
3117
|
}
|
|
3111
3118
|
return n.o;
|
|
3112
3119
|
}
|
|
@@ -3116,7 +3123,7 @@ function Sl(t, e, r, n, o, i, a) {
|
|
|
3116
3123
|
if (Kd(r, n, s), !cr(s)) return;
|
|
3117
3124
|
t.m = !1;
|
|
3118
3125
|
} else a && r.add(o);
|
|
3119
|
-
if (
|
|
3126
|
+
if (mt(o) && !Xs(o)) {
|
|
3120
3127
|
if (!t.h.D && t._ < 1) return;
|
|
3121
3128
|
qo(t, o), e && e.A.l || zo(t, o);
|
|
3122
3129
|
}
|
|
@@ -3135,27 +3142,27 @@ function El(t, e) {
|
|
|
3135
3142
|
r = Object.getPrototypeOf(r);
|
|
3136
3143
|
}
|
|
3137
3144
|
}
|
|
3138
|
-
function
|
|
3139
|
-
t.P || (t.P = !0, t.l &&
|
|
3145
|
+
function At(t) {
|
|
3146
|
+
t.P || (t.P = !0, t.l && At(t.l));
|
|
3140
3147
|
}
|
|
3141
3148
|
function la(t) {
|
|
3142
3149
|
t.o || (t.o = Gs(t.t));
|
|
3143
3150
|
}
|
|
3144
3151
|
function Rn(t, e, r) {
|
|
3145
|
-
var n = gi(e) ?
|
|
3152
|
+
var n = gi(e) ? ct("MapSet").F(e, r) : yi(e) ? ct("MapSet").T(e, r) : t.O ? function(o, i) {
|
|
3146
3153
|
var a = Array.isArray(o), s = { i: a ? 1 : 0, A: i ? i.A : Fo(), P: !1, I: !1, R: {}, l: i, t: o, k: null, o: null, j: null, C: !1 }, u = s, l = La;
|
|
3147
3154
|
a && (u = [s], l = wn);
|
|
3148
3155
|
var c = Proxy.revocable(u, l), p = c.revoke, f = c.proxy;
|
|
3149
3156
|
return s.k = f, s.j = p, f;
|
|
3150
|
-
}(e, r) :
|
|
3157
|
+
}(e, r) : ct("ES5").J(e, r);
|
|
3151
3158
|
return (r ? r.A : Fo()).p.push(n), n;
|
|
3152
3159
|
}
|
|
3153
3160
|
function Ab(t) {
|
|
3154
3161
|
return cr(t) || ge(22, t), function e(r) {
|
|
3155
|
-
if (!
|
|
3162
|
+
if (!mt(r)) return r;
|
|
3156
3163
|
var n, o = r[oe], i = Gt(r);
|
|
3157
3164
|
if (o) {
|
|
3158
|
-
if (!o.P && (o.i < 4 || !
|
|
3165
|
+
if (!o.P && (o.i < 4 || !ct("ES5").K(o))) return o.t;
|
|
3159
3166
|
o.I = !0, n = Cl(r, i), o.I = !1;
|
|
3160
3167
|
} else n = Cl(r, i);
|
|
3161
3168
|
return dr(n, function(a, s) {
|
|
@@ -3174,7 +3181,7 @@ function Cl(t, e) {
|
|
|
3174
3181
|
}
|
|
3175
3182
|
function Ob() {
|
|
3176
3183
|
function t(n) {
|
|
3177
|
-
if (!
|
|
3184
|
+
if (!mt(n)) return n;
|
|
3178
3185
|
if (Array.isArray(n)) return n.map(t);
|
|
3179
3186
|
if (gi(n)) return new Map(Array.from(n.entries()).map(function(a) {
|
|
3180
3187
|
return [a[0], t(a[1])];
|
|
@@ -3241,8 +3248,8 @@ function Ob() {
|
|
|
3241
3248
|
dr(s.R, function(d, b) {
|
|
3242
3249
|
var g = Ro(p, d), m = Ro(f, d), y = b ? On(p, d) ? "replace" : r : "remove";
|
|
3243
3250
|
if (g !== m || y !== "replace") {
|
|
3244
|
-
var
|
|
3245
|
-
l.push(y === "remove" ? { op: y, path:
|
|
3251
|
+
var v = u.concat(d);
|
|
3252
|
+
l.push(y === "remove" ? { op: y, path: v } : { op: y, path: v, value: m }), c.push(y === r ? { op: "remove", path: v } : y === "remove" ? { op: r, path: v, value: e(g) } : { op: "replace", path: v, value: e(g) });
|
|
3246
3253
|
}
|
|
3247
3254
|
});
|
|
3248
3255
|
}(n, o, i, a);
|
|
@@ -3260,9 +3267,9 @@ function Ob() {
|
|
|
3260
3267
|
var y = u.concat([m]);
|
|
3261
3268
|
l.push({ op: "replace", path: y, value: e(d[m]) }), c.push({ op: "replace", path: y, value: e(p[m]) });
|
|
3262
3269
|
}
|
|
3263
|
-
for (var
|
|
3264
|
-
var w = u.concat([
|
|
3265
|
-
l.push({ op: r, path: w, value: e(d[
|
|
3270
|
+
for (var v = p.length; v < d.length; v++) {
|
|
3271
|
+
var w = u.concat([v]);
|
|
3272
|
+
l.push({ op: r, path: w, value: e(d[v]) });
|
|
3266
3273
|
}
|
|
3267
3274
|
p.length < d.length && c.push({ op: "replace", path: u.concat(["length"]), value: p.length });
|
|
3268
3275
|
}(n, o, i, a);
|
|
@@ -3300,7 +3307,7 @@ function Rb() {
|
|
|
3300
3307
|
}
|
|
3301
3308
|
function r(s) {
|
|
3302
3309
|
s.o || (s.o = /* @__PURE__ */ new Set(), s.t.forEach(function(u) {
|
|
3303
|
-
if (
|
|
3310
|
+
if (mt(u)) {
|
|
3304
3311
|
var l = Rn(s.A.h, u, s);
|
|
3305
3312
|
s.p.set(u, l), s.o.add(l);
|
|
3306
3313
|
} else s.o.add(u);
|
|
@@ -3327,14 +3334,14 @@ function Rb() {
|
|
|
3327
3334
|
return Ne(this[oe]).has(l);
|
|
3328
3335
|
}, u.set = function(l, c) {
|
|
3329
3336
|
var p = this[oe];
|
|
3330
|
-
return n(p), Ne(p).has(l) && Ne(p).get(l) === c || (e(p),
|
|
3337
|
+
return n(p), Ne(p).has(l) && Ne(p).get(l) === c || (e(p), At(p), p.R.set(l, !0), p.o.set(l, c), p.R.set(l, !0)), this;
|
|
3331
3338
|
}, u.delete = function(l) {
|
|
3332
3339
|
if (!this.has(l)) return !1;
|
|
3333
3340
|
var c = this[oe];
|
|
3334
|
-
return n(c), e(c),
|
|
3341
|
+
return n(c), e(c), At(c), c.t.has(l) ? c.R.set(l, !1) : c.R.delete(l), c.o.delete(l), !0;
|
|
3335
3342
|
}, u.clear = function() {
|
|
3336
3343
|
var l = this[oe];
|
|
3337
|
-
n(l), Ne(l).size && (e(l),
|
|
3344
|
+
n(l), Ne(l).size && (e(l), At(l), l.R = /* @__PURE__ */ new Map(), dr(l.t, function(c) {
|
|
3338
3345
|
l.R.set(c, !1);
|
|
3339
3346
|
}), l.o.clear());
|
|
3340
3347
|
}, u.forEach = function(l, c) {
|
|
@@ -3346,7 +3353,7 @@ function Rb() {
|
|
|
3346
3353
|
var c = this[oe];
|
|
3347
3354
|
n(c);
|
|
3348
3355
|
var p = Ne(c).get(l);
|
|
3349
|
-
if (c.I || !
|
|
3356
|
+
if (c.I || !mt(p) || p !== c.t.get(l)) return p;
|
|
3350
3357
|
var f = Rn(c.A.h, p, c);
|
|
3351
3358
|
return e(c), c.o.set(l, f), f;
|
|
3352
3359
|
}, u.keys = function() {
|
|
@@ -3385,14 +3392,14 @@ function Rb() {
|
|
|
3385
3392
|
return n(c), c.o ? !!c.o.has(l) || !(!c.p.has(l) || !c.o.has(c.p.get(l))) : c.t.has(l);
|
|
3386
3393
|
}, u.add = function(l) {
|
|
3387
3394
|
var c = this[oe];
|
|
3388
|
-
return n(c), this.has(l) || (r(c),
|
|
3395
|
+
return n(c), this.has(l) || (r(c), At(c), c.o.add(l)), this;
|
|
3389
3396
|
}, u.delete = function(l) {
|
|
3390
3397
|
if (!this.has(l)) return !1;
|
|
3391
3398
|
var c = this[oe];
|
|
3392
|
-
return n(c), r(c),
|
|
3399
|
+
return n(c), r(c), At(c), c.o.delete(l) || !!c.p.has(l) && c.o.delete(c.p.get(l));
|
|
3393
3400
|
}, u.clear = function() {
|
|
3394
3401
|
var l = this[oe];
|
|
3395
|
-
n(l), Ne(l).size && (r(l),
|
|
3402
|
+
n(l), Ne(l).size && (r(l), At(l), l.o.clear());
|
|
3396
3403
|
}, u.values = function() {
|
|
3397
3404
|
var l = this[oe];
|
|
3398
3405
|
return n(l), r(l), l.o.values();
|
|
@@ -3442,7 +3449,7 @@ var Tl, jr, Ks = typeof Symbol < "u" && typeof Symbol("x") == "symbol", _b = typ
|
|
|
3442
3449
|
return u ? "value" in u ? u.value : (s = u.get) === null || s === void 0 ? void 0 : s.call(o.k) : void 0;
|
|
3443
3450
|
}(t, r, e);
|
|
3444
3451
|
var n = r[e];
|
|
3445
|
-
return t.I || !
|
|
3452
|
+
return t.I || !mt(n) ? n : n === ua(t.t, e) ? (la(t), t.o[e] = Rn(t.A.h, n, t)) : n;
|
|
3446
3453
|
}, has: function(t, e) {
|
|
3447
3454
|
return e in Ne(t);
|
|
3448
3455
|
}, ownKeys: function(t) {
|
|
@@ -3454,11 +3461,11 @@ var Tl, jr, Ks = typeof Symbol < "u" && typeof Symbol("x") == "symbol", _b = typ
|
|
|
3454
3461
|
var o = ua(Ne(t), e), i = o == null ? void 0 : o[oe];
|
|
3455
3462
|
if (i && i.t === r) return t.o[e] = r, t.R[e] = !1, !0;
|
|
3456
3463
|
if (Cb(r, o) && (r !== void 0 || On(t.t, e))) return !0;
|
|
3457
|
-
la(t),
|
|
3464
|
+
la(t), At(t);
|
|
3458
3465
|
}
|
|
3459
3466
|
return t.o[e] === r && (r !== void 0 || e in t.o) || Number.isNaN(r) && Number.isNaN(t.o[e]) || (t.o[e] = r, t.R[e] = !0), !0;
|
|
3460
3467
|
}, deleteProperty: function(t, e) {
|
|
3461
|
-
return ua(t.t, e) !== void 0 || e in t.t ? (t.R[e] = !1, la(t),
|
|
3468
|
+
return ua(t.t, e) !== void 0 || e in t.t ? (t.R[e] = !1, la(t), At(t)) : delete t.R[e], t.o && delete t.o[e], !0;
|
|
3462
3469
|
}, getOwnPropertyDescriptor: function(t, e) {
|
|
3463
3470
|
var r = Ne(t), n = Reflect.getOwnPropertyDescriptor(r, e);
|
|
3464
3471
|
return n && { writable: !0, configurable: t.i !== 1 || e !== "length", enumerable: n.enumerable, value: r[e] };
|
|
@@ -3489,15 +3496,15 @@ var Lb = function() {
|
|
|
3489
3496
|
return function(g) {
|
|
3490
3497
|
var m = this;
|
|
3491
3498
|
g === void 0 && (g = s);
|
|
3492
|
-
for (var y = arguments.length,
|
|
3499
|
+
for (var y = arguments.length, v = Array(y > 1 ? y - 1 : 0), w = 1; w < y; w++) v[w - 1] = arguments[w];
|
|
3493
3500
|
return u.produce(g, function(S) {
|
|
3494
3501
|
var N;
|
|
3495
|
-
return (N = i).call.apply(N, [m, S].concat(
|
|
3502
|
+
return (N = i).call.apply(N, [m, S].concat(v));
|
|
3496
3503
|
});
|
|
3497
3504
|
};
|
|
3498
3505
|
}
|
|
3499
3506
|
var l;
|
|
3500
|
-
if (typeof i != "function" && ge(6), a !== void 0 && typeof a != "function" && ge(7),
|
|
3507
|
+
if (typeof i != "function" && ge(6), a !== void 0 && typeof a != "function" && ge(7), mt(o)) {
|
|
3501
3508
|
var c = wl(n), p = Rn(n, o, void 0), f = !0;
|
|
3502
3509
|
try {
|
|
3503
3510
|
l = i(p), f = !1;
|
|
@@ -3513,7 +3520,7 @@ var Lb = function() {
|
|
|
3513
3520
|
if (!o || typeof o != "object") {
|
|
3514
3521
|
if ((l = i(o)) === void 0 && (l = o), l === Js && (l = void 0), n.D && Ys(l, !0), a) {
|
|
3515
3522
|
var d = [], b = [];
|
|
3516
|
-
|
|
3523
|
+
ct("Patches").M(o, l, d, b), a(d, b);
|
|
3517
3524
|
}
|
|
3518
3525
|
return l;
|
|
3519
3526
|
}
|
|
@@ -3535,7 +3542,7 @@ var Lb = function() {
|
|
|
3535
3542
|
}
|
|
3536
3543
|
var e = t.prototype;
|
|
3537
3544
|
return e.createDraft = function(r) {
|
|
3538
|
-
|
|
3545
|
+
mt(r) || ge(8), cr(r) && (r = Ab(r));
|
|
3539
3546
|
var n = wl(this), o = Rn(this, r, void 0);
|
|
3540
3547
|
return o[oe].C = !0, Ia(n), o;
|
|
3541
3548
|
}, e.finishDraft = function(r, n) {
|
|
@@ -3557,7 +3564,7 @@ var Lb = function() {
|
|
|
3557
3564
|
}
|
|
3558
3565
|
}
|
|
3559
3566
|
o > -1 && (n = n.slice(o + 1));
|
|
3560
|
-
var a =
|
|
3567
|
+
var a = ct("Patches").$;
|
|
3561
3568
|
return cr(r) ? a(r, n) : this.produce(r, function(s) {
|
|
3562
3569
|
return a(s, n);
|
|
3563
3570
|
});
|
|
@@ -3657,7 +3664,7 @@ var hg = pg;
|
|
|
3657
3664
|
function mg(t) {
|
|
3658
3665
|
return this.__data__.has(t);
|
|
3659
3666
|
}
|
|
3660
|
-
var bg = mg, gg = typeof V == "object" && V && V.Object === Object && V, Qd = gg, yg = Qd, vg = typeof self == "object" && self && self.Object === Object && self, xg = yg || vg || Function("return this")(),
|
|
3667
|
+
var bg = mg, gg = typeof V == "object" && V && V.Object === Object && V, Qd = gg, yg = Qd, vg = typeof self == "object" && self && self.Object === Object && self, xg = yg || vg || Function("return this")(), gt = xg, wg = gt, Sg = wg.Symbol, Si = Sg, Rl = Si, ef = Object.prototype, Eg = ef.hasOwnProperty, Cg = ef.toString, mn = Rl ? Rl.toStringTag : void 0;
|
|
3661
3668
|
function Tg(t) {
|
|
3662
3669
|
var e = Eg.call(t, mn), r = t[mn];
|
|
3663
3670
|
try {
|
|
@@ -3690,7 +3697,7 @@ function zg(t) {
|
|
|
3690
3697
|
}
|
|
3691
3698
|
var Qs = zg;
|
|
3692
3699
|
const Ug = /* @__PURE__ */ vi(Qs);
|
|
3693
|
-
var Vg =
|
|
3700
|
+
var Vg = gt, Wg = Vg["__core-js_shared__"], Gg = Wg, ca = Gg, kl = function() {
|
|
3694
3701
|
var t = /[^.]+$/.exec(ca && ca.keys && ca.keys.IE_PROTO || "");
|
|
3695
3702
|
return t ? "Symbol(src)_1." + t : "";
|
|
3696
3703
|
}();
|
|
@@ -3729,7 +3736,7 @@ function b1(t, e) {
|
|
|
3729
3736
|
var r = m1(t, e);
|
|
3730
3737
|
return h1(r) ? r : void 0;
|
|
3731
3738
|
}
|
|
3732
|
-
var yr = b1, g1 = yr, y1 =
|
|
3739
|
+
var yr = b1, g1 = yr, y1 = gt, v1 = g1(y1, "Map"), eu = v1, x1 = yr, w1 = x1(Object, "create"), Ci = w1, Il = Ci;
|
|
3733
3740
|
function S1() {
|
|
3734
3741
|
this.__data__ = Il ? Il(null) : {}, this.size = 0;
|
|
3735
3742
|
}
|
|
@@ -3887,9 +3894,9 @@ function Xy(t, e, r, n, o, i) {
|
|
|
3887
3894
|
break;
|
|
3888
3895
|
}
|
|
3889
3896
|
if (d) {
|
|
3890
|
-
if (!Vy(e, function(y,
|
|
3891
|
-
if (!Wy(d,
|
|
3892
|
-
return d.push(
|
|
3897
|
+
if (!Vy(e, function(y, v) {
|
|
3898
|
+
if (!Wy(d, v) && (b === y || o(b, y, r, n, i)))
|
|
3899
|
+
return d.push(v);
|
|
3893
3900
|
})) {
|
|
3894
3901
|
f = !1;
|
|
3895
3902
|
break;
|
|
@@ -3901,7 +3908,7 @@ function Xy(t, e, r, n, o, i) {
|
|
|
3901
3908
|
}
|
|
3902
3909
|
return i.delete(t), i.delete(e), f;
|
|
3903
3910
|
}
|
|
3904
|
-
var of = Xy, Ky =
|
|
3911
|
+
var of = Xy, Ky = gt, Jy = Ky.Uint8Array, Zy = Jy;
|
|
3905
3912
|
function Qy(t) {
|
|
3906
3913
|
var e = -1, r = Array(t.size);
|
|
3907
3914
|
return t.forEach(function(n, o) {
|
|
@@ -4003,7 +4010,7 @@ function Zv() {
|
|
|
4003
4010
|
var Qv = Zv;
|
|
4004
4011
|
Vo.exports;
|
|
4005
4012
|
(function(t, e) {
|
|
4006
|
-
var r =
|
|
4013
|
+
var r = gt, n = Qv, o = e && !e.nodeType && e, i = o && !0 && t && !t.nodeType && t, a = i && i.exports === o, s = a ? r.Buffer : void 0, u = s ? s.isBuffer : void 0, l = u || n;
|
|
4007
4014
|
t.exports = l;
|
|
4008
4015
|
})(Vo, Vo.exports);
|
|
4009
4016
|
var sf = Vo.exports, e2 = 9007199254740991, t2 = /^(?:0|[1-9]\d*)$/;
|
|
@@ -4099,10 +4106,10 @@ function Ax(t, e, r, n, o, i) {
|
|
|
4099
4106
|
i.set(t, e), i.set(e, t);
|
|
4100
4107
|
for (var m = a; ++p < u; ) {
|
|
4101
4108
|
f = s[p];
|
|
4102
|
-
var y = t[f],
|
|
4109
|
+
var y = t[f], v = e[f];
|
|
4103
4110
|
if (n)
|
|
4104
|
-
var w = a ? n(
|
|
4105
|
-
if (!(w === void 0 ? y ===
|
|
4111
|
+
var w = a ? n(v, y, f, e, t, i) : n(y, v, f, t, e, i);
|
|
4112
|
+
if (!(w === void 0 ? y === v || o(y, v, r, n, i) : w)) {
|
|
4106
4113
|
g = !1;
|
|
4107
4114
|
break;
|
|
4108
4115
|
}
|
|
@@ -4114,7 +4121,7 @@ function Ax(t, e, r, n, o, i) {
|
|
|
4114
4121
|
}
|
|
4115
4122
|
return i.delete(t), i.delete(e), g;
|
|
4116
4123
|
}
|
|
4117
|
-
var Ox = Ax, Rx = yr, _x =
|
|
4124
|
+
var Ox = Ax, Rx = yr, _x = gt, Px = Rx(_x, "DataView"), kx = Px, Ix = yr, Dx = gt, Lx = Ix(Dx, "Promise"), Mx = Lx, jx = yr, $x = gt, Bx = jx($x, "Set"), Fx = Bx, Hx = yr, qx = gt, zx = Hx(qx, "WeakMap"), Ux = zx, Ma = kx, ja = eu, $a = Mx, Ba = Fx, Fa = Ux, cf = Ei, tn = rf, zl = "[object Map]", Vx = "[object Object]", Ul = "[object Promise]", Vl = "[object Set]", Wl = "[object WeakMap]", Gl = "[object DataView]", Wx = tn(Ma), Gx = tn(ja), Yx = tn($a), Xx = tn(Ba), Kx = tn(Fa), ir = cf;
|
|
4118
4125
|
(Ma && ir(new Ma(new ArrayBuffer(1))) != Gl || ja && ir(new ja()) != zl || $a && ir($a.resolve()) != Ul || Ba && ir(new Ba()) != Vl || Fa && ir(new Fa()) != Wl) && (ir = function(t) {
|
|
4119
4126
|
var e = cf(t), r = e == Vx ? t.constructor : void 0, n = r ? tn(r) : "";
|
|
4120
4127
|
if (n)
|
|
@@ -4294,7 +4301,7 @@ function hf(t, e) {
|
|
|
4294
4301
|
}
|
|
4295
4302
|
}(t, e) || nu(t, e) || gf();
|
|
4296
4303
|
}
|
|
4297
|
-
function
|
|
4304
|
+
function ke(t) {
|
|
4298
4305
|
return function(e) {
|
|
4299
4306
|
if (Array.isArray(e)) return za(e);
|
|
4300
4307
|
}(t) || bf(t) || nu(t) || function() {
|
|
@@ -4348,14 +4355,14 @@ var ye = { UNDO: "HISTORY_UNDO", REDO: "HISTORY_REDO", THROTTLE: "HISTORY_THROTT
|
|
|
4348
4355
|
if (e.length !== 0 || r.length !== 0) {
|
|
4349
4356
|
if (this.timeline.length && this.pointer >= 0) {
|
|
4350
4357
|
var o = this.timeline[this.pointer], i = o.patches, a = o.inversePatches, s = o.timestamp;
|
|
4351
|
-
if ((/* @__PURE__ */ new Date()).getTime() - s < n) return void (this.timeline[this.pointer] = { timestamp: s, patches: [].concat(
|
|
4358
|
+
if ((/* @__PURE__ */ new Date()).getTime() - s < n) return void (this.timeline[this.pointer] = { timestamp: s, patches: [].concat(ke(i), ke(e)), inversePatches: [].concat(ke(r), ke(a)) });
|
|
4352
4359
|
}
|
|
4353
4360
|
this.add(e, r);
|
|
4354
4361
|
}
|
|
4355
4362
|
} }, { key: "merge", value: function(e, r) {
|
|
4356
4363
|
if (e.length !== 0 || r.length !== 0) if (this.timeline.length && this.pointer >= 0) {
|
|
4357
4364
|
var n = this.timeline[this.pointer], o = n.inversePatches;
|
|
4358
|
-
this.timeline[this.pointer] = { timestamp: n.timestamp, patches: [].concat(
|
|
4365
|
+
this.timeline[this.pointer] = { timestamp: n.timestamp, patches: [].concat(ke(n.patches), ke(e)), inversePatches: [].concat(ke(r), ke(o)) };
|
|
4359
4366
|
} else this.add(e, r);
|
|
4360
4367
|
} }, { key: "clear", value: function() {
|
|
4361
4368
|
this.timeline = [], this.pointer = -1;
|
|
@@ -4381,9 +4388,9 @@ function Iw(t, e, r, n) {
|
|
|
4381
4388
|
var u = tt(n);
|
|
4382
4389
|
u.current = n;
|
|
4383
4390
|
var l = tt(e), c = Be(function() {
|
|
4384
|
-
var m = s.current, y = a.current,
|
|
4391
|
+
var m = s.current, y = a.current, v = u.current;
|
|
4385
4392
|
return function(w, S) {
|
|
4386
|
-
var N,
|
|
4393
|
+
var N, O = r && oc(r, function() {
|
|
4387
4394
|
return w;
|
|
4388
4395
|
}, i), k = hf(Al(w, function(E) {
|
|
4389
4396
|
var C, D;
|
|
@@ -4398,16 +4405,16 @@ function Iw(t, e, r, n) {
|
|
|
4398
4405
|
case ye.MERGE:
|
|
4399
4406
|
case ye.THROTTLE:
|
|
4400
4407
|
var L, T = mf(D = S.payload) || bf(D) || nu(D) || gf(), A = T[0], _ = T.slice(1);
|
|
4401
|
-
(L = o(E,
|
|
4408
|
+
(L = o(E, O))[A].apply(L, ke(_));
|
|
4402
4409
|
break;
|
|
4403
4410
|
default:
|
|
4404
|
-
(C = o(E,
|
|
4411
|
+
(C = o(E, O))[S.type].apply(C, ke(S.payload));
|
|
4405
4412
|
}
|
|
4406
4413
|
}), 3), j = k[0], F = k[1], $ = k[2];
|
|
4407
|
-
return N = j,
|
|
4414
|
+
return N = j, v && v(j, w, { type: S.type, params: S.payload, patches: F }, O, function(E) {
|
|
4408
4415
|
var C = Al(j, E);
|
|
4409
|
-
N = C[0], F = [].concat(
|
|
4410
|
-
}), [ye.UNDO, ye.REDO].includes(S.type) && m && (N = Mb(N, m)), [].concat(
|
|
4416
|
+
N = C[0], F = [].concat(ke(F), ke(C[1])), $ = [].concat(ke(C[2]), ke($));
|
|
4417
|
+
}), [ye.UNDO, ye.REDO].includes(S.type) && m && (N = Mb(N, m)), [].concat(ke(y), [ye.UNDO, ye.REDO, ye.IGNORE, ye.CLEAR]).includes(S.type) || (S.type === ye.THROTTLE ? i.throttleAdd(F, $, S.config && S.config.rate) : S.type === ye.MERGE ? i.merge(F, $) : i.add(F, $)), N;
|
|
4411
4418
|
};
|
|
4412
4419
|
}, [i, o, r]), p = _a(function() {
|
|
4413
4420
|
return l.current;
|
|
@@ -4417,7 +4424,7 @@ function Iw(t, e, r, n) {
|
|
|
4417
4424
|
var y = c(l.current, m);
|
|
4418
4425
|
l.current = y, f.notify();
|
|
4419
4426
|
}, [c, f]);
|
|
4420
|
-
|
|
4427
|
+
_e(function() {
|
|
4421
4428
|
f.notify();
|
|
4422
4429
|
}, [f]);
|
|
4423
4430
|
var b = Be(function() {
|
|
@@ -4426,49 +4433,49 @@ function Iw(t, e, r, n) {
|
|
|
4426
4433
|
}, i) : [];
|
|
4427
4434
|
}, [i, r]), g = Be(function() {
|
|
4428
4435
|
var m = Object.keys(o(null, null)), y = a.current;
|
|
4429
|
-
return Ve(Ve({}, m.reduce(function(
|
|
4430
|
-
return
|
|
4431
|
-
for (var S = arguments.length, N = new Array(S),
|
|
4436
|
+
return Ve(Ve({}, m.reduce(function(v, w) {
|
|
4437
|
+
return v[w] = function() {
|
|
4438
|
+
for (var S = arguments.length, N = new Array(S), O = 0; O < S; O++) N[O] = arguments[O];
|
|
4432
4439
|
return d({ type: w, payload: N });
|
|
4433
|
-
},
|
|
4440
|
+
}, v;
|
|
4434
4441
|
}, {})), {}, { history: { undo: function() {
|
|
4435
4442
|
return d({ type: ye.UNDO });
|
|
4436
4443
|
}, redo: function() {
|
|
4437
4444
|
return d({ type: ye.REDO });
|
|
4438
4445
|
}, clear: function() {
|
|
4439
4446
|
return d({ type: ye.CLEAR });
|
|
4440
|
-
}, throttle: function(
|
|
4447
|
+
}, throttle: function(v) {
|
|
4441
4448
|
return Ve({}, m.filter(function(w) {
|
|
4442
4449
|
return !y.includes(w);
|
|
4443
4450
|
}).reduce(function(w, S) {
|
|
4444
4451
|
return w[S] = function() {
|
|
4445
|
-
for (var N = arguments.length,
|
|
4446
|
-
return d({ type: ye.THROTTLE, payload: [S].concat(
|
|
4452
|
+
for (var N = arguments.length, O = new Array(N), k = 0; k < N; k++) O[k] = arguments[k];
|
|
4453
|
+
return d({ type: ye.THROTTLE, payload: [S].concat(O), config: { rate: v } });
|
|
4447
4454
|
}, w;
|
|
4448
4455
|
}, {}));
|
|
4449
4456
|
}, ignore: function() {
|
|
4450
|
-
return Ve({}, m.filter(function(
|
|
4451
|
-
return !y.includes(
|
|
4452
|
-
}).reduce(function(
|
|
4453
|
-
return
|
|
4454
|
-
for (var S = arguments.length, N = new Array(S),
|
|
4457
|
+
return Ve({}, m.filter(function(v) {
|
|
4458
|
+
return !y.includes(v);
|
|
4459
|
+
}).reduce(function(v, w) {
|
|
4460
|
+
return v[w] = function() {
|
|
4461
|
+
for (var S = arguments.length, N = new Array(S), O = 0; O < S; O++) N[O] = arguments[O];
|
|
4455
4462
|
return d({ type: ye.IGNORE, payload: [w].concat(N) });
|
|
4456
|
-
},
|
|
4463
|
+
}, v;
|
|
4457
4464
|
}, {}));
|
|
4458
4465
|
}, merge: function() {
|
|
4459
|
-
return Ve({}, m.filter(function(
|
|
4460
|
-
return !y.includes(
|
|
4461
|
-
}).reduce(function(
|
|
4462
|
-
return
|
|
4463
|
-
for (var S = arguments.length, N = new Array(S),
|
|
4466
|
+
return Ve({}, m.filter(function(v) {
|
|
4467
|
+
return !y.includes(v);
|
|
4468
|
+
}).reduce(function(v, w) {
|
|
4469
|
+
return v[w] = function() {
|
|
4470
|
+
for (var S = arguments.length, N = new Array(S), O = 0; O < S; O++) N[O] = arguments[O];
|
|
4464
4471
|
return d({ type: ye.MERGE, payload: [w].concat(N) });
|
|
4465
|
-
},
|
|
4472
|
+
}, v;
|
|
4466
4473
|
}, {}));
|
|
4467
4474
|
} } });
|
|
4468
4475
|
}, [d, o]);
|
|
4469
4476
|
return Be(function() {
|
|
4470
|
-
return { getState: p, subscribe: function(m, y,
|
|
4471
|
-
return f.subscribe(m, y,
|
|
4477
|
+
return { getState: p, subscribe: function(m, y, v) {
|
|
4478
|
+
return f.subscribe(m, y, v);
|
|
4472
4479
|
}, actions: g, query: b, history: i };
|
|
4473
4480
|
}, [g, b, f, p, i]);
|
|
4474
4481
|
}
|
|
@@ -4554,7 +4561,7 @@ function Mw(t, e) {
|
|
|
4554
4561
|
const l = _a((f) => ({ ...f, actions: o, query: i }), [o, i]);
|
|
4555
4562
|
a.current && e && (s.current = e(n(), i), a.current = !1);
|
|
4556
4563
|
const [c, p] = me(l(s.current));
|
|
4557
|
-
return
|
|
4564
|
+
return _e(() => {
|
|
4558
4565
|
let f;
|
|
4559
4566
|
return u.current && (f = r((d) => u.current(d, i), (d) => {
|
|
4560
4567
|
p(l(d));
|
|
@@ -4783,7 +4790,7 @@ var Yt = function(t, e) {
|
|
|
4783
4790
|
var Yo = { exports: {} };
|
|
4784
4791
|
Yo.exports;
|
|
4785
4792
|
(function(t, e) {
|
|
4786
|
-
var r =
|
|
4793
|
+
var r = gt, n = e && !e.nodeType && e, o = n && !0 && t && !t.nodeType && t, i = o && o.exports === n, a = i ? r.Buffer : void 0, s = a ? a.allocUnsafe : void 0;
|
|
4787
4794
|
function u(l, c) {
|
|
4788
4795
|
if (c)
|
|
4789
4796
|
return l.slice();
|
|
@@ -4970,7 +4977,7 @@ function vr(t) {
|
|
|
4970
4977
|
var n = Mw(r, t), o = Be(function() {
|
|
4971
4978
|
return e && e.createConnectorsUsage();
|
|
4972
4979
|
}, [e]);
|
|
4973
|
-
|
|
4980
|
+
_e(function() {
|
|
4974
4981
|
return o.register(), function() {
|
|
4975
4982
|
o.cleanup();
|
|
4976
4983
|
};
|
|
@@ -5041,7 +5048,7 @@ function Vt({ id: t, children: e, ...r }) {
|
|
|
5041
5048
|
}
|
|
5042
5049
|
const _f = () => Yt("<Canvas />", { suggest: "<Element canvas={true} />" });
|
|
5043
5050
|
function Ya({ ...t }) {
|
|
5044
|
-
return
|
|
5051
|
+
return _e(() => _f(), []), I.createElement(Vt, { ...t, canvas: !0 });
|
|
5045
5052
|
}
|
|
5046
5053
|
const Zw = () => {
|
|
5047
5054
|
const { timestamp: t } = vr((e) => ({ timestamp: e.nodes[_t] && e.nodes[_t]._hydrationTimestamp }));
|
|
@@ -5069,7 +5076,7 @@ const ma = (t) => {
|
|
|
5069
5076
|
const { addLinkedNodeFromTree: e, setDOM: r, setNodeEvent: n, replaceNodes: o, reset: i, ...a } = t;
|
|
5070
5077
|
return a;
|
|
5071
5078
|
};
|
|
5072
|
-
function
|
|
5079
|
+
function yt(t) {
|
|
5073
5080
|
const { connectors: e, actions: r, query: n, store: o, ...i } = vr(t), a = ma(r);
|
|
5074
5081
|
return { connectors: e, actions: Be(() => ({ ...a, history: { ...a.history, ignore: (...s) => ma(a.history.ignore(...s)), throttle: (...s) => ma(a.history.throttle(...s)) } }), [a]), query: n, store: o, ...i };
|
|
5075
5082
|
}
|
|
@@ -5078,7 +5085,7 @@ var Pf = function(t) {
|
|
|
5078
5085
|
var n = Tf(r, 2), o = n[0], i = n[1];
|
|
5079
5086
|
return fe(fe({}, e), {}, Ee({}, o, i));
|
|
5080
5087
|
}, {});
|
|
5081
|
-
},
|
|
5088
|
+
}, Ot = function(t, e, r) {
|
|
5082
5089
|
var n = Array.isArray(e) ? e : [e], o = fe({ existOnly: !1, idOnly: !1 }, r || {}), i = n.filter(function(a) {
|
|
5083
5090
|
return !!a;
|
|
5084
5091
|
}).map(function(a) {
|
|
@@ -5168,7 +5175,7 @@ function Ka(t, e) {
|
|
|
5168
5175
|
return o && o(a), !1;
|
|
5169
5176
|
}
|
|
5170
5177
|
}, isDroppable: function(o, i) {
|
|
5171
|
-
var a =
|
|
5178
|
+
var a = Ot(t.nodes, o), s = r;
|
|
5172
5179
|
try {
|
|
5173
5180
|
le(this.isCanvas(), Sw), le(s.rules.canMoveIn(a.map(function(l) {
|
|
5174
5181
|
return l.node;
|
|
@@ -5289,7 +5296,7 @@ function If(t) {
|
|
|
5289
5296
|
}
|
|
5290
5297
|
return d;
|
|
5291
5298
|
}, []) : [], i.x, i.y), p = l.length && t.nodes[l[c.index]], f = { placement: { ...c, currentNode: p }, error: null };
|
|
5292
|
-
return
|
|
5299
|
+
return Ot(t.nodes, n).forEach(({ node: d, exists: b }) => {
|
|
5293
5300
|
b && r().node(d.id).isDraggable((g) => f.error = g);
|
|
5294
5301
|
}), r().node(u.id).isDroppable(n, (d) => f.error = d), f;
|
|
5295
5302
|
}, getOptions: () => e, getNodes: () => t.nodes, node: (n) => Ka(t, n), getSerializedNodes() {
|
|
@@ -5379,7 +5386,7 @@ var pc = function(t) {
|
|
|
5379
5386
|
var r = e.target, n = this.store.query.node(_t).get();
|
|
5380
5387
|
r instanceof Element && n && n.dom && r.contains(n.dom) && (this.currentTargetChildDimensions = null);
|
|
5381
5388
|
} }, { key: "getDraggedNodes", value: function() {
|
|
5382
|
-
return
|
|
5389
|
+
return Ot(this.store.query.getNodes(), this.dragTarget.type === "new" ? this.dragTarget.tree.nodes[this.dragTarget.tree.rootNodeId] : this.dragTarget.nodes);
|
|
5383
5390
|
} }, { key: "validateDraggedNodes", value: function() {
|
|
5384
5391
|
var e = this;
|
|
5385
5392
|
this.dragTarget.type !== "new" && this.draggedNodes.forEach(function(r) {
|
|
@@ -5549,7 +5556,7 @@ function a3(t, e, r) {
|
|
|
5549
5556
|
Ee(Df, "forceSingleDragShadow", zw() && qw());
|
|
5550
5557
|
const s3 = () => {
|
|
5551
5558
|
const { indicator: t, indicatorOptions: e, enabled: r } = vr((o) => ({ indicator: o.indicator, indicatorOptions: o.options.indicator, enabled: o.options.enabled })), n = Rf();
|
|
5552
|
-
return
|
|
5559
|
+
return _e(() => {
|
|
5553
5560
|
n && (r ? n.enable() : n.disable());
|
|
5554
5561
|
}, [r, n]), t ? I.createElement(Hw, { className: e.className, style: { ...a3(t.placement, _n(t.placement.parent.dom), t.placement.currentNode && _n(t.placement.currentNode.dom), e.thickness), backgroundColor: t.error ? e.error : e.success, transition: e.transition || "0.2s ease-in", ...e.style ?? {} }, parentDom: t.placement.parent.dom }) : null;
|
|
5555
5562
|
}, u3 = ({ children: t }) => {
|
|
@@ -5613,7 +5620,7 @@ const s3 = () => {
|
|
|
5613
5620
|
}, addNodeTree: function(s, u, l) {
|
|
5614
5621
|
o(s, u, { type: "child", index: l });
|
|
5615
5622
|
}, delete: function(s) {
|
|
5616
|
-
|
|
5623
|
+
Ot(r.nodes, s, { existOnly: !0, idOnly: !0 }).forEach(function(u) {
|
|
5617
5624
|
var l = u.node;
|
|
5618
5625
|
le(!n.node(l.id).isTopLevelNode(), Nw), a(l.id);
|
|
5619
5626
|
});
|
|
@@ -5626,16 +5633,16 @@ const s3 = () => {
|
|
|
5626
5633
|
});
|
|
5627
5634
|
this.replaceNodes(Pf(l));
|
|
5628
5635
|
}, move: function(s, u, l) {
|
|
5629
|
-
var c =
|
|
5636
|
+
var c = Ot(r.nodes, s, { existOnly: !0 }), p = r.nodes[u], f = /* @__PURE__ */ new Set();
|
|
5630
5637
|
c.forEach(function(d, b) {
|
|
5631
5638
|
var g = d.node, m = g.id, y = g.data.parent;
|
|
5632
5639
|
n.node(u).isDroppable([m], function(S) {
|
|
5633
5640
|
throw new Error(S);
|
|
5634
5641
|
}), r.options.onBeforeMoveEnd(g, p, r.nodes[y]);
|
|
5635
|
-
var
|
|
5636
|
-
f.add(
|
|
5637
|
-
var w =
|
|
5638
|
-
|
|
5642
|
+
var v = r.nodes[y].data.nodes;
|
|
5643
|
+
f.add(v);
|
|
5644
|
+
var w = v.indexOf(m);
|
|
5645
|
+
v[w] = "$$", p.data.nodes.splice(l + b, 0, m), r.nodes[m].data.parent = u;
|
|
5639
5646
|
}), f.forEach(function(d) {
|
|
5640
5647
|
var b = d.length;
|
|
5641
5648
|
Pn(d).reverse().forEach(function(g, m) {
|
|
@@ -5654,7 +5661,7 @@ const s3 = () => {
|
|
|
5654
5661
|
if (r.events[s].forEach(function(p) {
|
|
5655
5662
|
r.nodes[p] && (r.nodes[p].events[s] = !1);
|
|
5656
5663
|
}), r.events[s] = /* @__PURE__ */ new Set(), u) {
|
|
5657
|
-
var l =
|
|
5664
|
+
var l = Ot(r.nodes, u, { idOnly: !0, existOnly: !0 }), c = new Set(l.map(function(p) {
|
|
5658
5665
|
return p.node.id;
|
|
5659
5666
|
}));
|
|
5660
5667
|
c.forEach(function(p) {
|
|
@@ -5662,7 +5669,7 @@ const s3 = () => {
|
|
|
5662
5669
|
}), r.events[s] = c;
|
|
5663
5670
|
}
|
|
5664
5671
|
}, setCustom: function(s, u) {
|
|
5665
|
-
|
|
5672
|
+
Ot(r.nodes, s, { idOnly: !0, existOnly: !0 }).forEach(function(l) {
|
|
5666
5673
|
return u(r.nodes[l.node.id].data.custom);
|
|
5667
5674
|
});
|
|
5668
5675
|
}, setDOM: function(s, u) {
|
|
@@ -5672,12 +5679,12 @@ const s3 = () => {
|
|
|
5672
5679
|
}, setHidden: function(s, u) {
|
|
5673
5680
|
r.nodes[s].data.hidden = u;
|
|
5674
5681
|
}, setProp: function(s, u) {
|
|
5675
|
-
|
|
5682
|
+
Ot(r.nodes, s, { idOnly: !0, existOnly: !0 }).forEach(function(l) {
|
|
5676
5683
|
return u(r.nodes[l.node.id].data.props);
|
|
5677
5684
|
});
|
|
5678
5685
|
}, selectNode: function(s) {
|
|
5679
5686
|
if (s) {
|
|
5680
|
-
var u =
|
|
5687
|
+
var u = Ot(r.nodes, s, { idOnly: !0, existOnly: !0 });
|
|
5681
5688
|
this.setNodeEvent("selected", u.map(function(l) {
|
|
5682
5689
|
return l.node.id;
|
|
5683
5690
|
}));
|
|
@@ -5701,7 +5708,7 @@ const s3 = () => {
|
|
|
5701
5708
|
});
|
|
5702
5709
|
} }, c3 = (t, e) => Iw(l3, { ...mc, options: { ...mc.options, ...t } }, If, e), Qa = ({ children: t, ...e }) => {
|
|
5703
5710
|
e.resolver !== void 0 && le(typeof e.resolver == "object" && !Array.isArray(e.resolver) && e.resolver !== null, Aw);
|
|
5704
|
-
const r =
|
|
5711
|
+
const r = x.useRef(e), n = c3(r.current, (o, i, a, s, u) => {
|
|
5705
5712
|
if (!a) return;
|
|
5706
5713
|
const { patches: l, ...c } = a;
|
|
5707
5714
|
for (let p = 0; p < l.length; p++) {
|
|
@@ -5714,16 +5721,16 @@ const s3 = () => {
|
|
|
5714
5721
|
}
|
|
5715
5722
|
}
|
|
5716
5723
|
});
|
|
5717
|
-
return
|
|
5724
|
+
return x.useEffect(() => {
|
|
5718
5725
|
n && e.enabled !== void 0 && n.query.getOptions().enabled !== e.enabled && n.actions.setOptions((o) => {
|
|
5719
5726
|
o.enabled = e.enabled;
|
|
5720
5727
|
});
|
|
5721
|
-
}, [n, e.enabled]),
|
|
5728
|
+
}, [n, e.enabled]), x.useEffect(() => {
|
|
5722
5729
|
n.subscribe((o) => ({ json: n.query.serialize() }), () => {
|
|
5723
5730
|
n.query.getOptions().onNodesChange(n.query);
|
|
5724
5731
|
});
|
|
5725
|
-
}, [n]), n ?
|
|
5726
|
-
}, Lf = Vn("desktop"), es = ({ value: t, children: e }) => /* @__PURE__ */ h(Lf.Provider, { value: t, children: e }),
|
|
5732
|
+
}, [n]), n ? x.createElement(su.Provider, { value: n }, x.createElement(u3, null, t)) : null;
|
|
5733
|
+
}, Lf = Vn("desktop"), es = ({ value: t, children: e }) => /* @__PURE__ */ h(Lf.Provider, { value: t, children: e }), Pe = () => gr(Lf), et = ["mobile", "tablet", "small", "desktop"], zt = (t, e, r) => {
|
|
5727
5734
|
if (typeof t != "object" || t === null)
|
|
5728
5735
|
return t ?? r;
|
|
5729
5736
|
if ("top" in t || "right" in t)
|
|
@@ -5750,17 +5757,17 @@ function pe(t, e, { checkForDefaultPrevented: r = !0 } = {}) {
|
|
|
5750
5757
|
function xr(t, e = []) {
|
|
5751
5758
|
let r = [];
|
|
5752
5759
|
function n(i, a) {
|
|
5753
|
-
const s =
|
|
5760
|
+
const s = x.createContext(a), u = r.length;
|
|
5754
5761
|
r = [...r, a];
|
|
5755
5762
|
const l = (p) => {
|
|
5756
5763
|
var y;
|
|
5757
|
-
const { scope: f, children: d, ...b } = p, g = ((y = f == null ? void 0 : f[t]) == null ? void 0 : y[u]) || s, m =
|
|
5764
|
+
const { scope: f, children: d, ...b } = p, g = ((y = f == null ? void 0 : f[t]) == null ? void 0 : y[u]) || s, m = x.useMemo(() => b, Object.values(b));
|
|
5758
5765
|
return /* @__PURE__ */ h(g.Provider, { value: m, children: d });
|
|
5759
5766
|
};
|
|
5760
5767
|
l.displayName = i + "Provider";
|
|
5761
5768
|
function c(p, f) {
|
|
5762
5769
|
var g;
|
|
5763
|
-
const d = ((g = f == null ? void 0 : f[t]) == null ? void 0 : g[u]) || s, b =
|
|
5770
|
+
const d = ((g = f == null ? void 0 : f[t]) == null ? void 0 : g[u]) || s, b = x.useContext(d);
|
|
5764
5771
|
if (b) return b;
|
|
5765
5772
|
if (a !== void 0) return a;
|
|
5766
5773
|
throw new Error(`\`${p}\` must be used within \`${i}\``);
|
|
@@ -5768,10 +5775,10 @@ function xr(t, e = []) {
|
|
|
5768
5775
|
return [l, c];
|
|
5769
5776
|
}
|
|
5770
5777
|
const o = () => {
|
|
5771
|
-
const i = r.map((a) =>
|
|
5778
|
+
const i = r.map((a) => x.createContext(a));
|
|
5772
5779
|
return function(s) {
|
|
5773
5780
|
const u = (s == null ? void 0 : s[t]) || i;
|
|
5774
|
-
return
|
|
5781
|
+
return x.useMemo(
|
|
5775
5782
|
() => ({ [`__scope${t}`]: { ...s, [t]: u } }),
|
|
5776
5783
|
[s, u]
|
|
5777
5784
|
);
|
|
@@ -5792,18 +5799,18 @@ function d3(...t) {
|
|
|
5792
5799
|
const p = u(i)[`__scope${l}`];
|
|
5793
5800
|
return { ...s, ...p };
|
|
5794
5801
|
}, {});
|
|
5795
|
-
return
|
|
5802
|
+
return x.useMemo(() => ({ [`__scope${e.scopeName}`]: a }), [a]);
|
|
5796
5803
|
};
|
|
5797
5804
|
};
|
|
5798
5805
|
return r.scopeName = e.scopeName, r;
|
|
5799
5806
|
}
|
|
5800
5807
|
// @__NO_SIDE_EFFECTS__
|
|
5801
5808
|
function f3(t) {
|
|
5802
|
-
const e = /* @__PURE__ */ p3(t), r =
|
|
5803
|
-
const { children: i, ...a } = n, s =
|
|
5809
|
+
const e = /* @__PURE__ */ p3(t), r = x.forwardRef((n, o) => {
|
|
5810
|
+
const { children: i, ...a } = n, s = x.Children.toArray(i), u = s.find(m3);
|
|
5804
5811
|
if (u) {
|
|
5805
|
-
const l = u.props.children, c = s.map((p) => p === u ?
|
|
5806
|
-
return /* @__PURE__ */ h(e, { ...a, ref: o, children:
|
|
5812
|
+
const l = u.props.children, c = s.map((p) => p === u ? x.Children.count(l) > 1 ? x.Children.only(null) : x.isValidElement(l) ? l.props.children : null : p);
|
|
5813
|
+
return /* @__PURE__ */ h(e, { ...a, ref: o, children: x.isValidElement(l) ? x.cloneElement(l, void 0, c) : null });
|
|
5807
5814
|
}
|
|
5808
5815
|
return /* @__PURE__ */ h(e, { ...a, ref: o, children: i });
|
|
5809
5816
|
});
|
|
@@ -5811,19 +5818,19 @@ function f3(t) {
|
|
|
5811
5818
|
}
|
|
5812
5819
|
// @__NO_SIDE_EFFECTS__
|
|
5813
5820
|
function p3(t) {
|
|
5814
|
-
const e =
|
|
5821
|
+
const e = x.forwardRef((r, n) => {
|
|
5815
5822
|
const { children: o, ...i } = r;
|
|
5816
|
-
if (
|
|
5823
|
+
if (x.isValidElement(o)) {
|
|
5817
5824
|
const a = g3(o), s = b3(i, o.props);
|
|
5818
|
-
return o.type !==
|
|
5825
|
+
return o.type !== x.Fragment && (s.ref = n ? bi(n, a) : a), x.cloneElement(o, s);
|
|
5819
5826
|
}
|
|
5820
|
-
return
|
|
5827
|
+
return x.Children.count(o) > 1 ? x.Children.only(null) : null;
|
|
5821
5828
|
});
|
|
5822
5829
|
return e.displayName = `${t}.SlotClone`, e;
|
|
5823
5830
|
}
|
|
5824
5831
|
var h3 = Symbol("radix.slottable");
|
|
5825
5832
|
function m3(t) {
|
|
5826
|
-
return
|
|
5833
|
+
return x.isValidElement(t) && typeof t.type == "function" && "__radixId" in t.type && t.type.__radixId === h3;
|
|
5827
5834
|
}
|
|
5828
5835
|
function b3(t, e) {
|
|
5829
5836
|
const r = { ...e };
|
|
@@ -5860,7 +5867,7 @@ var y3 = [
|
|
|
5860
5867
|
"svg",
|
|
5861
5868
|
"ul"
|
|
5862
5869
|
], we = y3.reduce((t, e) => {
|
|
5863
|
-
const r = /* @__PURE__ */ f3(`Primitive.${e}`), n =
|
|
5870
|
+
const r = /* @__PURE__ */ f3(`Primitive.${e}`), n = x.forwardRef((o, i) => {
|
|
5864
5871
|
const { asChild: a, ...s } = o, u = a ? r : e;
|
|
5865
5872
|
return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ h(u, { ...s, ref: i });
|
|
5866
5873
|
});
|
|
@@ -5870,28 +5877,28 @@ function v3(t, e) {
|
|
|
5870
5877
|
t && _d.flushSync(() => t.dispatchEvent(e));
|
|
5871
5878
|
}
|
|
5872
5879
|
function We(t) {
|
|
5873
|
-
const e =
|
|
5874
|
-
return
|
|
5880
|
+
const e = x.useRef(t);
|
|
5881
|
+
return x.useEffect(() => {
|
|
5875
5882
|
e.current = t;
|
|
5876
|
-
}),
|
|
5883
|
+
}), x.useMemo(() => (...r) => {
|
|
5877
5884
|
var n;
|
|
5878
5885
|
return (n = e.current) == null ? void 0 : n.call(e, ...r);
|
|
5879
5886
|
}, []);
|
|
5880
5887
|
}
|
|
5881
5888
|
function x3(t, e = globalThis == null ? void 0 : globalThis.document) {
|
|
5882
5889
|
const r = We(t);
|
|
5883
|
-
|
|
5890
|
+
x.useEffect(() => {
|
|
5884
5891
|
const n = (o) => {
|
|
5885
5892
|
o.key === "Escape" && r(o);
|
|
5886
5893
|
};
|
|
5887
5894
|
return e.addEventListener("keydown", n, { capture: !0 }), () => e.removeEventListener("keydown", n, { capture: !0 });
|
|
5888
5895
|
}, [r, e]);
|
|
5889
5896
|
}
|
|
5890
|
-
var w3 = "DismissableLayer", ts = "dismissableLayer.update", S3 = "dismissableLayer.pointerDownOutside", E3 = "dismissableLayer.focusOutside", bc, Mf =
|
|
5897
|
+
var w3 = "DismissableLayer", ts = "dismissableLayer.update", S3 = "dismissableLayer.pointerDownOutside", E3 = "dismissableLayer.focusOutside", bc, Mf = x.createContext({
|
|
5891
5898
|
layers: /* @__PURE__ */ new Set(),
|
|
5892
5899
|
layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),
|
|
5893
5900
|
branches: /* @__PURE__ */ new Set()
|
|
5894
|
-
}), jf =
|
|
5901
|
+
}), jf = x.forwardRef(
|
|
5895
5902
|
(t, e) => {
|
|
5896
5903
|
const {
|
|
5897
5904
|
disableOutsidePointerEvents: r = !1,
|
|
@@ -5901,23 +5908,23 @@ var w3 = "DismissableLayer", ts = "dismissableLayer.update", S3 = "dismissableLa
|
|
|
5901
5908
|
onInteractOutside: a,
|
|
5902
5909
|
onDismiss: s,
|
|
5903
5910
|
...u
|
|
5904
|
-
} = t, l =
|
|
5911
|
+
} = t, l = x.useContext(Mf), [c, p] = x.useState(null), f = (c == null ? void 0 : c.ownerDocument) ?? (globalThis == null ? void 0 : globalThis.document), [, d] = x.useState({}), b = Ae(e, (k) => p(k)), g = Array.from(l.layers), [m] = [...l.layersWithOutsidePointerEventsDisabled].slice(-1), y = g.indexOf(m), v = c ? g.indexOf(c) : -1, w = l.layersWithOutsidePointerEventsDisabled.size > 0, S = v >= y, N = N3((k) => {
|
|
5905
5912
|
const j = k.target, F = [...l.branches].some(($) => $.contains(j));
|
|
5906
5913
|
!S || F || (o == null || o(k), a == null || a(k), k.defaultPrevented || s == null || s());
|
|
5907
|
-
}, f),
|
|
5914
|
+
}, f), O = A3((k) => {
|
|
5908
5915
|
const j = k.target;
|
|
5909
5916
|
[...l.branches].some(($) => $.contains(j)) || (i == null || i(k), a == null || a(k), k.defaultPrevented || s == null || s());
|
|
5910
5917
|
}, f);
|
|
5911
5918
|
return x3((k) => {
|
|
5912
|
-
|
|
5913
|
-
}, f),
|
|
5919
|
+
v === l.layers.size - 1 && (n == null || n(k), !k.defaultPrevented && s && (k.preventDefault(), s()));
|
|
5920
|
+
}, f), x.useEffect(() => {
|
|
5914
5921
|
if (c)
|
|
5915
5922
|
return r && (l.layersWithOutsidePointerEventsDisabled.size === 0 && (bc = f.body.style.pointerEvents, f.body.style.pointerEvents = "none"), l.layersWithOutsidePointerEventsDisabled.add(c)), l.layers.add(c), gc(), () => {
|
|
5916
5923
|
r && l.layersWithOutsidePointerEventsDisabled.size === 1 && (f.body.style.pointerEvents = bc);
|
|
5917
5924
|
};
|
|
5918
|
-
}, [c, f, r, l]),
|
|
5925
|
+
}, [c, f, r, l]), x.useEffect(() => () => {
|
|
5919
5926
|
c && (l.layers.delete(c), l.layersWithOutsidePointerEventsDisabled.delete(c), gc());
|
|
5920
|
-
}, [c, l]),
|
|
5927
|
+
}, [c, l]), x.useEffect(() => {
|
|
5921
5928
|
const k = () => d({});
|
|
5922
5929
|
return document.addEventListener(ts, k), () => document.removeEventListener(ts, k);
|
|
5923
5930
|
}, []), /* @__PURE__ */ h(
|
|
@@ -5929,8 +5936,8 @@ var w3 = "DismissableLayer", ts = "dismissableLayer.update", S3 = "dismissableLa
|
|
|
5929
5936
|
pointerEvents: w ? S ? "auto" : "none" : void 0,
|
|
5930
5937
|
...t.style
|
|
5931
5938
|
},
|
|
5932
|
-
onFocusCapture: pe(t.onFocusCapture,
|
|
5933
|
-
onBlurCapture: pe(t.onBlurCapture,
|
|
5939
|
+
onFocusCapture: pe(t.onFocusCapture, O.onFocusCapture),
|
|
5940
|
+
onBlurCapture: pe(t.onBlurCapture, O.onBlurCapture),
|
|
5934
5941
|
onPointerDownCapture: pe(
|
|
5935
5942
|
t.onPointerDownCapture,
|
|
5936
5943
|
N.onPointerDownCapture
|
|
@@ -5940,9 +5947,9 @@ var w3 = "DismissableLayer", ts = "dismissableLayer.update", S3 = "dismissableLa
|
|
|
5940
5947
|
}
|
|
5941
5948
|
);
|
|
5942
5949
|
jf.displayName = w3;
|
|
5943
|
-
var C3 = "DismissableLayerBranch", T3 =
|
|
5944
|
-
const r =
|
|
5945
|
-
return
|
|
5950
|
+
var C3 = "DismissableLayerBranch", T3 = x.forwardRef((t, e) => {
|
|
5951
|
+
const r = x.useContext(Mf), n = x.useRef(null), o = Ae(e, n);
|
|
5952
|
+
return x.useEffect(() => {
|
|
5946
5953
|
const i = n.current;
|
|
5947
5954
|
if (i)
|
|
5948
5955
|
return r.branches.add(i), () => {
|
|
@@ -5952,9 +5959,9 @@ var C3 = "DismissableLayerBranch", T3 = v.forwardRef((t, e) => {
|
|
|
5952
5959
|
});
|
|
5953
5960
|
T3.displayName = C3;
|
|
5954
5961
|
function N3(t, e = globalThis == null ? void 0 : globalThis.document) {
|
|
5955
|
-
const r = We(t), n =
|
|
5962
|
+
const r = We(t), n = x.useRef(!1), o = x.useRef(() => {
|
|
5956
5963
|
});
|
|
5957
|
-
return
|
|
5964
|
+
return x.useEffect(() => {
|
|
5958
5965
|
const i = (s) => {
|
|
5959
5966
|
if (s.target && !n.current) {
|
|
5960
5967
|
let u = function() {
|
|
@@ -5982,8 +5989,8 @@ function N3(t, e = globalThis == null ? void 0 : globalThis.document) {
|
|
|
5982
5989
|
};
|
|
5983
5990
|
}
|
|
5984
5991
|
function A3(t, e = globalThis == null ? void 0 : globalThis.document) {
|
|
5985
|
-
const r = We(t), n =
|
|
5986
|
-
return
|
|
5992
|
+
const r = We(t), n = x.useRef(!1);
|
|
5993
|
+
return x.useEffect(() => {
|
|
5987
5994
|
const o = (i) => {
|
|
5988
5995
|
i.target && !n.current && $f(E3, r, { originalEvent: i }, {
|
|
5989
5996
|
discrete: !1
|
|
@@ -6003,16 +6010,16 @@ function $f(t, e, r, { discrete: n }) {
|
|
|
6003
6010
|
const o = r.originalEvent.target, i = new CustomEvent(t, { bubbles: !1, cancelable: !0, detail: r });
|
|
6004
6011
|
e && o.addEventListener(t, e, { once: !0 }), n ? v3(o, i) : o.dispatchEvent(i);
|
|
6005
6012
|
}
|
|
6006
|
-
var Xt = globalThis != null && globalThis.document ?
|
|
6007
|
-
}, O3 =
|
|
6013
|
+
var Xt = globalThis != null && globalThis.document ? x.useLayoutEffect : () => {
|
|
6014
|
+
}, O3 = x[" useId ".trim().toString()] || (() => {
|
|
6008
6015
|
}), R3 = 0;
|
|
6009
6016
|
function Bf(t) {
|
|
6010
|
-
const [e, r] =
|
|
6017
|
+
const [e, r] = x.useState(O3());
|
|
6011
6018
|
return Xt(() => {
|
|
6012
6019
|
r((n) => n ?? String(R3++));
|
|
6013
6020
|
}, [t]), e ? `radix-${e}` : "";
|
|
6014
6021
|
}
|
|
6015
|
-
const _3 = ["top", "right", "bottom", "left"], Kt = Math.min, Fe = Math.max, Jo = Math.round, ho = Math.floor,
|
|
6022
|
+
const _3 = ["top", "right", "bottom", "left"], Kt = Math.min, Fe = Math.max, Jo = Math.round, ho = Math.floor, dt = (t) => ({
|
|
6016
6023
|
x: t,
|
|
6017
6024
|
y: t
|
|
6018
6025
|
}), P3 = {
|
|
@@ -6043,11 +6050,11 @@ function du(t) {
|
|
|
6043
6050
|
return t === "y" ? "height" : "width";
|
|
6044
6051
|
}
|
|
6045
6052
|
const I3 = /* @__PURE__ */ new Set(["top", "bottom"]);
|
|
6046
|
-
function
|
|
6053
|
+
function lt(t) {
|
|
6047
6054
|
return I3.has(It(t)) ? "y" : "x";
|
|
6048
6055
|
}
|
|
6049
6056
|
function fu(t) {
|
|
6050
|
-
return cu(
|
|
6057
|
+
return cu(lt(t));
|
|
6051
6058
|
}
|
|
6052
6059
|
function D3(t, e, r) {
|
|
6053
6060
|
r === void 0 && (r = !1);
|
|
@@ -6123,7 +6130,7 @@ function xc(t, e, r) {
|
|
|
6123
6130
|
reference: n,
|
|
6124
6131
|
floating: o
|
|
6125
6132
|
} = t;
|
|
6126
|
-
const i =
|
|
6133
|
+
const i = lt(e), a = fu(e), s = du(a), u = It(e), l = i === "y", c = n.x + n.width / 2 - o.width / 2, p = n.y + n.height / 2 - o.height / 2, f = n[s] / 2 - o[s] / 2;
|
|
6127
6134
|
let d;
|
|
6128
6135
|
switch (u) {
|
|
6129
6136
|
case "top":
|
|
@@ -6186,7 +6193,7 @@ const H3 = async (t, e, r) => {
|
|
|
6186
6193
|
name: m,
|
|
6187
6194
|
fn: y
|
|
6188
6195
|
} = s[g], {
|
|
6189
|
-
x,
|
|
6196
|
+
x: v,
|
|
6190
6197
|
y: w,
|
|
6191
6198
|
data: S,
|
|
6192
6199
|
reset: N
|
|
@@ -6204,7 +6211,7 @@ const H3 = async (t, e, r) => {
|
|
|
6204
6211
|
floating: e
|
|
6205
6212
|
}
|
|
6206
6213
|
});
|
|
6207
|
-
c =
|
|
6214
|
+
c = v ?? c, p = w ?? p, d = {
|
|
6208
6215
|
...d,
|
|
6209
6216
|
[m]: {
|
|
6210
6217
|
...d[m],
|
|
@@ -6248,7 +6255,7 @@ async function kn(t, e) {
|
|
|
6248
6255
|
boundary: l,
|
|
6249
6256
|
rootBoundary: c,
|
|
6250
6257
|
strategy: u
|
|
6251
|
-
})),
|
|
6258
|
+
})), v = p === "floating" ? {
|
|
6252
6259
|
x: n,
|
|
6253
6260
|
y: o,
|
|
6254
6261
|
width: a.floating.width,
|
|
@@ -6261,10 +6268,10 @@ async function kn(t, e) {
|
|
|
6261
6268
|
y: 1
|
|
6262
6269
|
}, N = Qo(i.convertOffsetParentRelativeRectToViewportRelativeRect ? await i.convertOffsetParentRelativeRectToViewportRelativeRect({
|
|
6263
6270
|
elements: s,
|
|
6264
|
-
rect:
|
|
6271
|
+
rect: v,
|
|
6265
6272
|
offsetParent: w,
|
|
6266
6273
|
strategy: u
|
|
6267
|
-
}) :
|
|
6274
|
+
}) : v);
|
|
6268
6275
|
return {
|
|
6269
6276
|
top: (y.top - N.top + b.top) / S.y,
|
|
6270
6277
|
bottom: (N.bottom - y.bottom + b.bottom) / S.y,
|
|
@@ -6293,10 +6300,10 @@ const q3 = (t) => ({
|
|
|
6293
6300
|
const p = Ff(c), f = {
|
|
6294
6301
|
x: r,
|
|
6295
6302
|
y: n
|
|
6296
|
-
}, d = fu(o), b = du(d), g = await a.getDimensions(l), m = d === "y", y = m ? "top" : "left",
|
|
6297
|
-
let k =
|
|
6298
|
-
(!k || !await (a.isElement == null ? void 0 : a.isElement(
|
|
6299
|
-
const j = S / 2 - N / 2, F = k / 2 - g[b] / 2 - 1, $ = Kt(p[y], F), E = Kt(p[
|
|
6303
|
+
}, d = fu(o), b = du(d), g = await a.getDimensions(l), m = d === "y", y = m ? "top" : "left", v = m ? "bottom" : "right", w = m ? "clientHeight" : "clientWidth", S = i.reference[b] + i.reference[d] - f[d] - i.floating[b], N = f[d] - i.reference[d], O = await (a.getOffsetParent == null ? void 0 : a.getOffsetParent(l));
|
|
6304
|
+
let k = O ? O[w] : 0;
|
|
6305
|
+
(!k || !await (a.isElement == null ? void 0 : a.isElement(O))) && (k = s.floating[w] || i.floating[b]);
|
|
6306
|
+
const j = S / 2 - N / 2, F = k / 2 - g[b] / 2 - 1, $ = Kt(p[y], F), E = Kt(p[v], F), C = $, D = k - g[b] - E, L = k / 2 - g[b] / 2 + j, T = rs(C, L, D), A = !u.arrow && on(o) != null && L !== T && i.reference[b] / 2 - (L < C ? $ : E) - g[b] / 2 < 0, _ = A ? L < C ? L - C : L - D : 0;
|
|
6300
6307
|
return {
|
|
6301
6308
|
[d]: f[d] + _,
|
|
6302
6309
|
data: {
|
|
@@ -6333,8 +6340,8 @@ const q3 = (t) => ({
|
|
|
6333
6340
|
} = kt(t, e);
|
|
6334
6341
|
if ((r = i.arrow) != null && r.alignmentOffset)
|
|
6335
6342
|
return {};
|
|
6336
|
-
const y = It(o),
|
|
6337
|
-
!f &&
|
|
6343
|
+
const y = It(o), v = lt(s), w = It(s) === s, S = await (u.isRTL == null ? void 0 : u.isRTL(l.floating)), N = f || (w || !g ? [Zo(s)] : L3(s)), O = b !== "none";
|
|
6344
|
+
!f && O && N.push(...B3(s, g, b, S));
|
|
6338
6345
|
const k = [s, ...N], j = await kn(e, m), F = [];
|
|
6339
6346
|
let $ = ((n = i.flip) == null ? void 0 : n.overflows) || [];
|
|
6340
6347
|
if (c && F.push(j[y]), p) {
|
|
@@ -6347,9 +6354,9 @@ const q3 = (t) => ({
|
|
|
6347
6354
|
}], !F.every((L) => L <= 0)) {
|
|
6348
6355
|
var E, C;
|
|
6349
6356
|
const L = (((E = i.flip) == null ? void 0 : E.index) || 0) + 1, T = k[L];
|
|
6350
|
-
if (T && (!(p === "alignment" ?
|
|
6357
|
+
if (T && (!(p === "alignment" ? v !== lt(T) : !1) || // We leave the current main axis only if every placement on that axis
|
|
6351
6358
|
// overflows the main axis.
|
|
6352
|
-
$.every((M) =>
|
|
6359
|
+
$.every((M) => lt(M.placement) === v ? M.overflows[0] > 0 : !0)))
|
|
6353
6360
|
return {
|
|
6354
6361
|
data: {
|
|
6355
6362
|
index: L,
|
|
@@ -6365,9 +6372,9 @@ const q3 = (t) => ({
|
|
|
6365
6372
|
case "bestFit": {
|
|
6366
6373
|
var D;
|
|
6367
6374
|
const _ = (D = $.filter((M) => {
|
|
6368
|
-
if (
|
|
6369
|
-
const B =
|
|
6370
|
-
return B ===
|
|
6375
|
+
if (O) {
|
|
6376
|
+
const B = lt(M.placement);
|
|
6377
|
+
return B === v || // Create a bias to the `y` side axis due to horizontal
|
|
6371
6378
|
// reading directions favoring greater width.
|
|
6372
6379
|
B === "y";
|
|
6373
6380
|
}
|
|
@@ -6449,7 +6456,7 @@ async function V3(t, e) {
|
|
|
6449
6456
|
placement: r,
|
|
6450
6457
|
platform: n,
|
|
6451
6458
|
elements: o
|
|
6452
|
-
} = t, i = await (n.isRTL == null ? void 0 : n.isRTL(o.floating)), a = It(r), s = on(r), u =
|
|
6459
|
+
} = t, i = await (n.isRTL == null ? void 0 : n.isRTL(o.floating)), a = It(r), s = on(r), u = lt(r) === "y", l = Hf.has(a) ? -1 : 1, c = i && u ? -1 : 1, p = kt(e, t);
|
|
6453
6460
|
let {
|
|
6454
6461
|
mainAxis: f,
|
|
6455
6462
|
crossAxis: d,
|
|
@@ -6509,11 +6516,11 @@ const W3 = function(t) {
|
|
|
6509
6516
|
fn: (m) => {
|
|
6510
6517
|
let {
|
|
6511
6518
|
x: y,
|
|
6512
|
-
y:
|
|
6519
|
+
y: v
|
|
6513
6520
|
} = m;
|
|
6514
6521
|
return {
|
|
6515
6522
|
x: y,
|
|
6516
|
-
y:
|
|
6523
|
+
y: v
|
|
6517
6524
|
};
|
|
6518
6525
|
}
|
|
6519
6526
|
},
|
|
@@ -6521,15 +6528,15 @@ const W3 = function(t) {
|
|
|
6521
6528
|
} = kt(t, e), l = {
|
|
6522
6529
|
x: r,
|
|
6523
6530
|
y: n
|
|
6524
|
-
}, c = await kn(e, u), p =
|
|
6531
|
+
}, c = await kn(e, u), p = lt(It(o)), f = cu(p);
|
|
6525
6532
|
let d = l[f], b = l[p];
|
|
6526
6533
|
if (i) {
|
|
6527
|
-
const m = f === "y" ? "top" : "left", y = f === "y" ? "bottom" : "right",
|
|
6528
|
-
d = rs(
|
|
6534
|
+
const m = f === "y" ? "top" : "left", y = f === "y" ? "bottom" : "right", v = d + c[m], w = d - c[y];
|
|
6535
|
+
d = rs(v, d, w);
|
|
6529
6536
|
}
|
|
6530
6537
|
if (a) {
|
|
6531
|
-
const m = p === "y" ? "top" : "left", y = p === "y" ? "bottom" : "right",
|
|
6532
|
-
b = rs(
|
|
6538
|
+
const m = p === "y" ? "top" : "left", y = p === "y" ? "bottom" : "right", v = b + c[m], w = b - c[y];
|
|
6539
|
+
b = rs(v, b, w);
|
|
6533
6540
|
}
|
|
6534
6541
|
const g = s.fn({
|
|
6535
6542
|
...e,
|
|
@@ -6566,7 +6573,7 @@ const W3 = function(t) {
|
|
|
6566
6573
|
} = kt(t, e), c = {
|
|
6567
6574
|
x: r,
|
|
6568
6575
|
y: n
|
|
6569
|
-
}, p =
|
|
6576
|
+
}, p = lt(o), f = cu(p);
|
|
6570
6577
|
let d = c[f], b = c[p];
|
|
6571
6578
|
const g = kt(s, e), m = typeof g == "number" ? {
|
|
6572
6579
|
mainAxis: g,
|
|
@@ -6581,9 +6588,9 @@ const W3 = function(t) {
|
|
|
6581
6588
|
d < S ? d = S : d > N && (d = N);
|
|
6582
6589
|
}
|
|
6583
6590
|
if (l) {
|
|
6584
|
-
var y,
|
|
6585
|
-
const w = f === "y" ? "width" : "height", S = Hf.has(It(o)), N = i.reference[p] - i.floating[w] + (S && ((y = a.offset) == null ? void 0 : y[p]) || 0) + (S ? 0 : m.crossAxis),
|
|
6586
|
-
b < N ? b = N : b >
|
|
6591
|
+
var y, v;
|
|
6592
|
+
const w = f === "y" ? "width" : "height", S = Hf.has(It(o)), N = i.reference[p] - i.floating[w] + (S && ((y = a.offset) == null ? void 0 : y[p]) || 0) + (S ? 0 : m.crossAxis), O = i.reference[p] + i.reference[w] + (S ? 0 : ((v = a.offset) == null ? void 0 : v[p]) || 0) - (S ? m.crossAxis : 0);
|
|
6593
|
+
b < N ? b = N : b > O && (b = O);
|
|
6587
6594
|
}
|
|
6588
6595
|
return {
|
|
6589
6596
|
[f]: d,
|
|
@@ -6606,15 +6613,15 @@ const W3 = function(t) {
|
|
|
6606
6613
|
apply: u = () => {
|
|
6607
6614
|
},
|
|
6608
6615
|
...l
|
|
6609
|
-
} = kt(t, e), c = await kn(e, l), p = It(o), f = on(o), d =
|
|
6616
|
+
} = kt(t, e), c = await kn(e, l), p = It(o), f = on(o), d = lt(o) === "y", {
|
|
6610
6617
|
width: b,
|
|
6611
6618
|
height: g
|
|
6612
6619
|
} = i.floating;
|
|
6613
6620
|
let m, y;
|
|
6614
6621
|
p === "top" || p === "bottom" ? (m = p, y = f === (await (a.isRTL == null ? void 0 : a.isRTL(s.floating)) ? "start" : "end") ? "left" : "right") : (y = p, m = f === "end" ? "top" : "bottom");
|
|
6615
|
-
const
|
|
6622
|
+
const v = g - c.top - c.bottom, w = b - c.left - c.right, S = Kt(g - c[m], v), N = Kt(b - c[y], w), O = !e.middlewareData.shift;
|
|
6616
6623
|
let k = S, j = N;
|
|
6617
|
-
if ((r = e.middlewareData.shift) != null && r.enabled.x && (j = w), (n = e.middlewareData.shift) != null && n.enabled.y && (k =
|
|
6624
|
+
if ((r = e.middlewareData.shift) != null && r.enabled.x && (j = w), (n = e.middlewareData.shift) != null && n.enabled.y && (k = v), O && !f) {
|
|
6618
6625
|
const $ = Fe(c.left, 0), E = Fe(c.right, 0), C = Fe(c.top, 0), D = Fe(c.bottom, 0);
|
|
6619
6626
|
d ? j = b - 2 * ($ !== 0 || E !== 0 ? $ + E : Fe(c.left, c.right)) : k = g - 2 * (C !== 0 || D !== 0 ? C + D : Fe(c.top, c.bottom));
|
|
6620
6627
|
}
|
|
@@ -6642,7 +6649,7 @@ function He(t) {
|
|
|
6642
6649
|
var e;
|
|
6643
6650
|
return (t == null || (e = t.ownerDocument) == null ? void 0 : e.defaultView) || window;
|
|
6644
6651
|
}
|
|
6645
|
-
function
|
|
6652
|
+
function vt(t) {
|
|
6646
6653
|
var e;
|
|
6647
6654
|
return (e = (qf(t) ? t.ownerDocument : t.document) || window.document) == null ? void 0 : e.documentElement;
|
|
6648
6655
|
}
|
|
@@ -6652,7 +6659,7 @@ function qf(t) {
|
|
|
6652
6659
|
function rt(t) {
|
|
6653
6660
|
return _i() ? t instanceof Element || t instanceof He(t).Element : !1;
|
|
6654
6661
|
}
|
|
6655
|
-
function
|
|
6662
|
+
function bt(t) {
|
|
6656
6663
|
return _i() ? t instanceof HTMLElement || t instanceof He(t).HTMLElement : !1;
|
|
6657
6664
|
}
|
|
6658
6665
|
function Ec(t) {
|
|
@@ -6689,7 +6696,7 @@ function pu(t) {
|
|
|
6689
6696
|
}
|
|
6690
6697
|
function n6(t) {
|
|
6691
6698
|
let e = Jt(t);
|
|
6692
|
-
for (;
|
|
6699
|
+
for (; bt(e) && !Br(e); ) {
|
|
6693
6700
|
if (pu(e))
|
|
6694
6701
|
return e;
|
|
6695
6702
|
if (Pi(e))
|
|
@@ -6725,13 +6732,13 @@ function Jt(t) {
|
|
|
6725
6732
|
t.assignedSlot || // DOM Element detected.
|
|
6726
6733
|
t.parentNode || // ShadowRoot detected.
|
|
6727
6734
|
Ec(t) && t.host || // Fallback.
|
|
6728
|
-
|
|
6735
|
+
vt(t)
|
|
6729
6736
|
);
|
|
6730
6737
|
return Ec(e) ? e.host : e;
|
|
6731
6738
|
}
|
|
6732
6739
|
function zf(t) {
|
|
6733
6740
|
const e = Jt(t);
|
|
6734
|
-
return Br(e) ? t.ownerDocument ? t.ownerDocument.body : t.body :
|
|
6741
|
+
return Br(e) ? t.ownerDocument ? t.ownerDocument.body : t.body : bt(e) && Wn(e) ? e : zf(e);
|
|
6735
6742
|
}
|
|
6736
6743
|
function In(t, e, r) {
|
|
6737
6744
|
var n;
|
|
@@ -6749,7 +6756,7 @@ function os(t) {
|
|
|
6749
6756
|
function Uf(t) {
|
|
6750
6757
|
const e = nt(t);
|
|
6751
6758
|
let r = parseFloat(e.width) || 0, n = parseFloat(e.height) || 0;
|
|
6752
|
-
const o =
|
|
6759
|
+
const o = bt(t), i = o ? t.offsetWidth : r, a = o ? t.offsetHeight : n, s = Jo(r) !== i || Jo(n) !== a;
|
|
6753
6760
|
return s && (r = i, n = a), {
|
|
6754
6761
|
width: r,
|
|
6755
6762
|
height: n,
|
|
@@ -6761,8 +6768,8 @@ function mu(t) {
|
|
|
6761
6768
|
}
|
|
6762
6769
|
function Lr(t) {
|
|
6763
6770
|
const e = mu(t);
|
|
6764
|
-
if (!
|
|
6765
|
-
return
|
|
6771
|
+
if (!bt(e))
|
|
6772
|
+
return dt(1);
|
|
6766
6773
|
const r = e.getBoundingClientRect(), {
|
|
6767
6774
|
width: n,
|
|
6768
6775
|
height: o,
|
|
@@ -6774,7 +6781,7 @@ function Lr(t) {
|
|
|
6774
6781
|
y: s
|
|
6775
6782
|
};
|
|
6776
6783
|
}
|
|
6777
|
-
const i6 = /* @__PURE__ */
|
|
6784
|
+
const i6 = /* @__PURE__ */ dt(0);
|
|
6778
6785
|
function Vf(t) {
|
|
6779
6786
|
const e = He(t);
|
|
6780
6787
|
return !hu() || !e.visualViewport ? i6 : {
|
|
@@ -6788,15 +6795,15 @@ function a6(t, e, r) {
|
|
|
6788
6795
|
function fr(t, e, r, n) {
|
|
6789
6796
|
e === void 0 && (e = !1), r === void 0 && (r = !1);
|
|
6790
6797
|
const o = t.getBoundingClientRect(), i = mu(t);
|
|
6791
|
-
let a =
|
|
6798
|
+
let a = dt(1);
|
|
6792
6799
|
e && (n ? rt(n) && (a = Lr(n)) : a = Lr(t));
|
|
6793
|
-
const s = a6(i, r, n) ? Vf(i) :
|
|
6800
|
+
const s = a6(i, r, n) ? Vf(i) : dt(0);
|
|
6794
6801
|
let u = (o.left + s.x) / a.x, l = (o.top + s.y) / a.y, c = o.width / a.x, p = o.height / a.y;
|
|
6795
6802
|
if (i) {
|
|
6796
6803
|
const f = He(i), d = n && rt(n) ? He(n) : n;
|
|
6797
6804
|
let b = f, g = os(b);
|
|
6798
6805
|
for (; g && n && d !== b; ) {
|
|
6799
|
-
const m = Lr(g), y = g.getBoundingClientRect(),
|
|
6806
|
+
const m = Lr(g), y = g.getBoundingClientRect(), v = nt(g), w = y.left + (g.clientLeft + parseFloat(v.paddingLeft)) * m.x, S = y.top + (g.clientTop + parseFloat(v.paddingTop)) * m.y;
|
|
6800
6807
|
u *= m.x, l *= m.y, c *= m.x, p *= m.y, u += w, l += S, b = He(g), g = os(b);
|
|
6801
6808
|
}
|
|
6802
6809
|
}
|
|
@@ -6809,7 +6816,7 @@ function fr(t, e, r, n) {
|
|
|
6809
6816
|
}
|
|
6810
6817
|
function Ii(t, e) {
|
|
6811
6818
|
const r = ki(t).scrollLeft;
|
|
6812
|
-
return e ? e.left + r : fr(
|
|
6819
|
+
return e ? e.left + r : fr(vt(t)).left + r;
|
|
6813
6820
|
}
|
|
6814
6821
|
function Wf(t, e) {
|
|
6815
6822
|
const r = t.getBoundingClientRect(), n = r.left + e.scrollLeft - Ii(t, r), o = r.top + e.scrollTop;
|
|
@@ -6825,19 +6832,19 @@ function s6(t) {
|
|
|
6825
6832
|
offsetParent: n,
|
|
6826
6833
|
strategy: o
|
|
6827
6834
|
} = t;
|
|
6828
|
-
const i = o === "fixed", a =
|
|
6835
|
+
const i = o === "fixed", a = vt(n), s = e ? Pi(e.floating) : !1;
|
|
6829
6836
|
if (n === a || s && i)
|
|
6830
6837
|
return r;
|
|
6831
6838
|
let u = {
|
|
6832
6839
|
scrollLeft: 0,
|
|
6833
6840
|
scrollTop: 0
|
|
6834
|
-
}, l =
|
|
6835
|
-
const c =
|
|
6836
|
-
if ((p || !p && !i) && ((an(n) !== "body" || Wn(a)) && (u = ki(n)),
|
|
6841
|
+
}, l = dt(1);
|
|
6842
|
+
const c = dt(0), p = bt(n);
|
|
6843
|
+
if ((p || !p && !i) && ((an(n) !== "body" || Wn(a)) && (u = ki(n)), bt(n))) {
|
|
6837
6844
|
const d = fr(n);
|
|
6838
6845
|
l = Lr(n), c.x = d.x + n.clientLeft, c.y = d.y + n.clientTop;
|
|
6839
6846
|
}
|
|
6840
|
-
const f = a && !p && !i ? Wf(a, u) :
|
|
6847
|
+
const f = a && !p && !i ? Wf(a, u) : dt(0);
|
|
6841
6848
|
return {
|
|
6842
6849
|
width: r.width * l.x,
|
|
6843
6850
|
height: r.height * l.y,
|
|
@@ -6849,7 +6856,7 @@ function u6(t) {
|
|
|
6849
6856
|
return Array.from(t.getClientRects());
|
|
6850
6857
|
}
|
|
6851
6858
|
function l6(t) {
|
|
6852
|
-
const e =
|
|
6859
|
+
const e = vt(t), r = ki(t), n = t.ownerDocument.body, o = Fe(e.scrollWidth, e.clientWidth, n.scrollWidth, n.clientWidth), i = Fe(e.scrollHeight, e.clientHeight, n.scrollHeight, n.clientHeight);
|
|
6853
6860
|
let a = -r.scrollLeft + Ii(t);
|
|
6854
6861
|
const s = -r.scrollTop;
|
|
6855
6862
|
return nt(n).direction === "rtl" && (a += Fe(e.clientWidth, n.clientWidth) - o), {
|
|
@@ -6861,7 +6868,7 @@ function l6(t) {
|
|
|
6861
6868
|
}
|
|
6862
6869
|
const Cc = 25;
|
|
6863
6870
|
function c6(t, e) {
|
|
6864
|
-
const r = He(t), n =
|
|
6871
|
+
const r = He(t), n = vt(t), o = r.visualViewport;
|
|
6865
6872
|
let i = n.clientWidth, a = n.clientHeight, s = 0, u = 0;
|
|
6866
6873
|
if (o) {
|
|
6867
6874
|
i = o.width, a = o.height;
|
|
@@ -6882,7 +6889,7 @@ function c6(t, e) {
|
|
|
6882
6889
|
}
|
|
6883
6890
|
const d6 = /* @__PURE__ */ new Set(["absolute", "fixed"]);
|
|
6884
6891
|
function f6(t, e) {
|
|
6885
|
-
const r = fr(t, !0, e === "fixed"), n = r.top + t.clientTop, o = r.left + t.clientLeft, i =
|
|
6892
|
+
const r = fr(t, !0, e === "fixed"), n = r.top + t.clientTop, o = r.left + t.clientLeft, i = bt(t) ? Lr(t) : dt(1), a = t.clientWidth * i.x, s = t.clientHeight * i.y, u = o * i.x, l = n * i.y;
|
|
6886
6893
|
return {
|
|
6887
6894
|
width: a,
|
|
6888
6895
|
height: s,
|
|
@@ -6895,7 +6902,7 @@ function Tc(t, e, r) {
|
|
|
6895
6902
|
if (e === "viewport")
|
|
6896
6903
|
n = c6(t, r);
|
|
6897
6904
|
else if (e === "document")
|
|
6898
|
-
n = l6(
|
|
6905
|
+
n = l6(vt(t));
|
|
6899
6906
|
else if (rt(e))
|
|
6900
6907
|
n = f6(e, r);
|
|
6901
6908
|
else {
|
|
@@ -6955,12 +6962,12 @@ function m6(t) {
|
|
|
6955
6962
|
};
|
|
6956
6963
|
}
|
|
6957
6964
|
function b6(t, e, r) {
|
|
6958
|
-
const n =
|
|
6965
|
+
const n = bt(e), o = vt(e), i = r === "fixed", a = fr(t, !0, i, e);
|
|
6959
6966
|
let s = {
|
|
6960
6967
|
scrollLeft: 0,
|
|
6961
6968
|
scrollTop: 0
|
|
6962
6969
|
};
|
|
6963
|
-
const u =
|
|
6970
|
+
const u = dt(0);
|
|
6964
6971
|
function l() {
|
|
6965
6972
|
u.x = Ii(o);
|
|
6966
6973
|
}
|
|
@@ -6970,7 +6977,7 @@ function b6(t, e, r) {
|
|
|
6970
6977
|
u.x = d.x + e.clientLeft, u.y = d.y + e.clientTop;
|
|
6971
6978
|
} else o && l();
|
|
6972
6979
|
i && !n && o && l();
|
|
6973
|
-
const c = o && !n && !i ? Wf(o, s) :
|
|
6980
|
+
const c = o && !n && !i ? Wf(o, s) : dt(0), p = a.left + s.scrollLeft - u.x - c.x, f = a.top + s.scrollTop - u.y - c.y;
|
|
6974
6981
|
return {
|
|
6975
6982
|
x: p,
|
|
6976
6983
|
y: f,
|
|
@@ -6982,18 +6989,18 @@ function ba(t) {
|
|
|
6982
6989
|
return nt(t).position === "static";
|
|
6983
6990
|
}
|
|
6984
6991
|
function Nc(t, e) {
|
|
6985
|
-
if (!
|
|
6992
|
+
if (!bt(t) || nt(t).position === "fixed")
|
|
6986
6993
|
return null;
|
|
6987
6994
|
if (e)
|
|
6988
6995
|
return e(t);
|
|
6989
6996
|
let r = t.offsetParent;
|
|
6990
|
-
return
|
|
6997
|
+
return vt(t) === r && (r = r.ownerDocument.body), r;
|
|
6991
6998
|
}
|
|
6992
6999
|
function Yf(t, e) {
|
|
6993
7000
|
const r = He(t);
|
|
6994
7001
|
if (Pi(t))
|
|
6995
7002
|
return r;
|
|
6996
|
-
if (!
|
|
7003
|
+
if (!bt(t)) {
|
|
6997
7004
|
let o = Jt(t);
|
|
6998
7005
|
for (; o && !Br(o); ) {
|
|
6999
7006
|
if (rt(o) && !ba(o))
|
|
@@ -7024,7 +7031,7 @@ function y6(t) {
|
|
|
7024
7031
|
}
|
|
7025
7032
|
const v6 = {
|
|
7026
7033
|
convertOffsetParentRelativeRectToViewportRelativeRect: s6,
|
|
7027
|
-
getDocumentElement:
|
|
7034
|
+
getDocumentElement: vt,
|
|
7028
7035
|
getClippingRect: h6,
|
|
7029
7036
|
getOffsetParent: Yf,
|
|
7030
7037
|
getElementRects: g6,
|
|
@@ -7039,7 +7046,7 @@ function Xf(t, e) {
|
|
|
7039
7046
|
}
|
|
7040
7047
|
function x6(t, e) {
|
|
7041
7048
|
let r = null, n;
|
|
7042
|
-
const o =
|
|
7049
|
+
const o = vt(t);
|
|
7043
7050
|
function i() {
|
|
7044
7051
|
var s;
|
|
7045
7052
|
clearTimeout(n), (s = r) == null || s.disconnect(), r = null;
|
|
@@ -7059,8 +7066,8 @@ function x6(t, e) {
|
|
|
7059
7066
|
threshold: Fe(0, Kt(1, u)) || 1
|
|
7060
7067
|
};
|
|
7061
7068
|
let S = !0;
|
|
7062
|
-
function N(
|
|
7063
|
-
const k =
|
|
7069
|
+
function N(O) {
|
|
7070
|
+
const k = O[0].intersectionRatio;
|
|
7064
7071
|
if (k !== u) {
|
|
7065
7072
|
if (!S)
|
|
7066
7073
|
return a();
|
|
@@ -7100,8 +7107,8 @@ function w6(t, e, r, n) {
|
|
|
7100
7107
|
const p = l && s ? x6(l, r) : null;
|
|
7101
7108
|
let f = -1, d = null;
|
|
7102
7109
|
a && (d = new ResizeObserver((y) => {
|
|
7103
|
-
let [
|
|
7104
|
-
|
|
7110
|
+
let [v] = y;
|
|
7111
|
+
v && v.target === l && d && (d.unobserve(e), cancelAnimationFrame(f), f = requestAnimationFrame(() => {
|
|
7105
7112
|
var w;
|
|
7106
7113
|
(w = d) == null || w.observe(e);
|
|
7107
7114
|
})), r();
|
|
@@ -7114,8 +7121,8 @@ function w6(t, e, r, n) {
|
|
|
7114
7121
|
}
|
|
7115
7122
|
return r(), () => {
|
|
7116
7123
|
var y;
|
|
7117
|
-
c.forEach((
|
|
7118
|
-
o &&
|
|
7124
|
+
c.forEach((v) => {
|
|
7125
|
+
o && v.removeEventListener("scroll", r), i && v.removeEventListener("resize", r);
|
|
7119
7126
|
}), p == null || p(), (y = d) == null || y.disconnect(), d = null, u && cancelAnimationFrame(b);
|
|
7120
7127
|
};
|
|
7121
7128
|
}
|
|
@@ -7172,7 +7179,7 @@ function Oc(t, e) {
|
|
|
7172
7179
|
return Math.round(e * r) / r;
|
|
7173
7180
|
}
|
|
7174
7181
|
function ga(t) {
|
|
7175
|
-
const e =
|
|
7182
|
+
const e = x.useRef(t);
|
|
7176
7183
|
return _o(() => {
|
|
7177
7184
|
e.current = t;
|
|
7178
7185
|
}), e;
|
|
@@ -7191,28 +7198,28 @@ function P6(t) {
|
|
|
7191
7198
|
transform: s = !0,
|
|
7192
7199
|
whileElementsMounted: u,
|
|
7193
7200
|
open: l
|
|
7194
|
-
} = t, [c, p] =
|
|
7201
|
+
} = t, [c, p] = x.useState({
|
|
7195
7202
|
x: 0,
|
|
7196
7203
|
y: 0,
|
|
7197
7204
|
strategy: r,
|
|
7198
7205
|
placement: e,
|
|
7199
7206
|
middlewareData: {},
|
|
7200
7207
|
isPositioned: !1
|
|
7201
|
-
}), [f, d] =
|
|
7208
|
+
}), [f, d] = x.useState(n);
|
|
7202
7209
|
ei(f, n) || d(n);
|
|
7203
|
-
const [b, g] =
|
|
7204
|
-
M !==
|
|
7205
|
-
}, []), w =
|
|
7210
|
+
const [b, g] = x.useState(null), [m, y] = x.useState(null), v = x.useCallback((M) => {
|
|
7211
|
+
M !== O.current && (O.current = M, g(M));
|
|
7212
|
+
}, []), w = x.useCallback((M) => {
|
|
7206
7213
|
M !== k.current && (k.current = M, y(M));
|
|
7207
|
-
}, []), S = i || b, N = a || m,
|
|
7208
|
-
if (!
|
|
7214
|
+
}, []), S = i || b, N = a || m, O = x.useRef(null), k = x.useRef(null), j = x.useRef(c), F = u != null, $ = ga(u), E = ga(o), C = ga(l), D = x.useCallback(() => {
|
|
7215
|
+
if (!O.current || !k.current)
|
|
7209
7216
|
return;
|
|
7210
7217
|
const M = {
|
|
7211
7218
|
placement: e,
|
|
7212
7219
|
strategy: r,
|
|
7213
7220
|
middleware: f
|
|
7214
7221
|
};
|
|
7215
|
-
E.current && (M.platform = E.current), O6(
|
|
7222
|
+
E.current && (M.platform = E.current), O6(O.current, k.current, M).then((B) => {
|
|
7216
7223
|
const U = {
|
|
7217
7224
|
...B,
|
|
7218
7225
|
// The floating element's position may be recomputed while it's closed
|
|
@@ -7232,25 +7239,25 @@ function P6(t) {
|
|
|
7232
7239
|
isPositioned: !1
|
|
7233
7240
|
})));
|
|
7234
7241
|
}, [l]);
|
|
7235
|
-
const L =
|
|
7242
|
+
const L = x.useRef(!1);
|
|
7236
7243
|
_o(() => (L.current = !0, () => {
|
|
7237
7244
|
L.current = !1;
|
|
7238
7245
|
}), []), _o(() => {
|
|
7239
|
-
if (S && (
|
|
7246
|
+
if (S && (O.current = S), N && (k.current = N), S && N) {
|
|
7240
7247
|
if ($.current)
|
|
7241
7248
|
return $.current(S, N, D);
|
|
7242
7249
|
D();
|
|
7243
7250
|
}
|
|
7244
7251
|
}, [S, N, D, $, F]);
|
|
7245
|
-
const T =
|
|
7246
|
-
reference:
|
|
7252
|
+
const T = x.useMemo(() => ({
|
|
7253
|
+
reference: O,
|
|
7247
7254
|
floating: k,
|
|
7248
|
-
setReference:
|
|
7255
|
+
setReference: v,
|
|
7249
7256
|
setFloating: w
|
|
7250
|
-
}), [
|
|
7257
|
+
}), [v, w]), A = x.useMemo(() => ({
|
|
7251
7258
|
reference: S,
|
|
7252
7259
|
floating: N
|
|
7253
|
-
}), [S, N]), _ =
|
|
7260
|
+
}), [S, N]), _ = x.useMemo(() => {
|
|
7254
7261
|
const M = {
|
|
7255
7262
|
position: r,
|
|
7256
7263
|
left: 0,
|
|
@@ -7271,7 +7278,7 @@ function P6(t) {
|
|
|
7271
7278
|
top: U
|
|
7272
7279
|
};
|
|
7273
7280
|
}, [r, s, A.floating, c.x, c.y]);
|
|
7274
|
-
return
|
|
7281
|
+
return x.useMemo(() => ({
|
|
7275
7282
|
...c,
|
|
7276
7283
|
update: D,
|
|
7277
7284
|
refs: T,
|
|
@@ -7322,7 +7329,7 @@ const k6 = (t) => {
|
|
|
7322
7329
|
...k6(t),
|
|
7323
7330
|
options: [t, e]
|
|
7324
7331
|
});
|
|
7325
|
-
var F6 = "Arrow", Jf =
|
|
7332
|
+
var F6 = "Arrow", Jf = x.forwardRef((t, e) => {
|
|
7326
7333
|
const { children: r, width: n = 10, height: o = 5, ...i } = t;
|
|
7327
7334
|
return /* @__PURE__ */ h(
|
|
7328
7335
|
we.svg,
|
|
@@ -7340,7 +7347,7 @@ var F6 = "Arrow", Jf = v.forwardRef((t, e) => {
|
|
|
7340
7347
|
Jf.displayName = F6;
|
|
7341
7348
|
var H6 = Jf;
|
|
7342
7349
|
function Zf(t) {
|
|
7343
|
-
const [e, r] =
|
|
7350
|
+
const [e, r] = x.useState(void 0);
|
|
7344
7351
|
return Xt(() => {
|
|
7345
7352
|
if (t) {
|
|
7346
7353
|
r({ width: t.offsetWidth, height: t.offsetHeight });
|
|
@@ -7362,23 +7369,23 @@ function Zf(t) {
|
|
|
7362
7369
|
}, [t]), e;
|
|
7363
7370
|
}
|
|
7364
7371
|
var bu = "Popper", [Qf, e0] = xr(bu), [q6, t0] = Qf(bu), r0 = (t) => {
|
|
7365
|
-
const { __scopePopper: e, children: r } = t, [n, o] =
|
|
7372
|
+
const { __scopePopper: e, children: r } = t, [n, o] = x.useState(null);
|
|
7366
7373
|
return /* @__PURE__ */ h(q6, { scope: e, anchor: n, onAnchorChange: o, children: r });
|
|
7367
7374
|
};
|
|
7368
7375
|
r0.displayName = bu;
|
|
7369
|
-
var n0 = "PopperAnchor", o0 =
|
|
7376
|
+
var n0 = "PopperAnchor", o0 = x.forwardRef(
|
|
7370
7377
|
(t, e) => {
|
|
7371
|
-
const { __scopePopper: r, virtualRef: n, ...o } = t, i = t0(n0, r), a =
|
|
7372
|
-
return
|
|
7378
|
+
const { __scopePopper: r, virtualRef: n, ...o } = t, i = t0(n0, r), a = x.useRef(null), s = Ae(e, a), u = x.useRef(null);
|
|
7379
|
+
return x.useEffect(() => {
|
|
7373
7380
|
const l = u.current;
|
|
7374
7381
|
u.current = (n == null ? void 0 : n.current) || a.current, l !== u.current && i.onAnchorChange(u.current);
|
|
7375
7382
|
}), n ? null : /* @__PURE__ */ h(we.div, { ...o, ref: s });
|
|
7376
7383
|
}
|
|
7377
7384
|
);
|
|
7378
7385
|
o0.displayName = n0;
|
|
7379
|
-
var gu = "PopperContent", [z6, U6] = Qf(gu), i0 =
|
|
7386
|
+
var gu = "PopperContent", [z6, U6] = Qf(gu), i0 = x.forwardRef(
|
|
7380
7387
|
(t, e) => {
|
|
7381
|
-
var z, Ie, Te, Se, at,
|
|
7388
|
+
var z, Ie, Te, Se, at, St;
|
|
7382
7389
|
const {
|
|
7383
7390
|
__scopePopper: r,
|
|
7384
7391
|
side: n = "bottom",
|
|
@@ -7394,7 +7401,7 @@ var gu = "PopperContent", [z6, U6] = Qf(gu), i0 = v.forwardRef(
|
|
|
7394
7401
|
updatePositionStrategy: d = "optimized",
|
|
7395
7402
|
onPlaced: b,
|
|
7396
7403
|
...g
|
|
7397
|
-
} = t, m = t0(gu, r), [y,
|
|
7404
|
+
} = t, m = t0(gu, r), [y, v] = x.useState(null), w = Ae(e, (st) => v(st)), [S, N] = x.useState(null), O = Zf(S), k = (O == null ? void 0 : O.width) ?? 0, j = (O == null ? void 0 : O.height) ?? 0, F = n + (i !== "center" ? "-" + i : ""), $ = typeof c == "number" ? c : { top: 0, right: 0, bottom: 0, left: 0, ...c }, E = Array.isArray(l) ? l : [l], C = E.length > 0, D = {
|
|
7398
7405
|
padding: $,
|
|
7399
7406
|
boundary: E.filter(W6),
|
|
7400
7407
|
// with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
|
|
@@ -7433,7 +7440,7 @@ var gu = "PopperContent", [z6, U6] = Qf(gu), i0 = v.forwardRef(
|
|
|
7433
7440
|
Xt(() => {
|
|
7434
7441
|
_ && (ne == null || ne());
|
|
7435
7442
|
}, [_, ne]);
|
|
7436
|
-
const Q = (z = M.arrow) == null ? void 0 : z.x, q = (Ie = M.arrow) == null ? void 0 : Ie.y, H = ((Te = M.arrow) == null ? void 0 : Te.centerOffset) !== 0, [be, Z] =
|
|
7443
|
+
const Q = (z = M.arrow) == null ? void 0 : z.x, q = (Ie = M.arrow) == null ? void 0 : Ie.y, H = ((Te = M.arrow) == null ? void 0 : Te.centerOffset) !== 0, [be, Z] = x.useState();
|
|
7437
7444
|
return Xt(() => {
|
|
7438
7445
|
y && Z(window.getComputedStyle(y).zIndex);
|
|
7439
7446
|
}, [y]), /* @__PURE__ */ h(
|
|
@@ -7454,7 +7461,7 @@ var gu = "PopperContent", [z6, U6] = Qf(gu), i0 = v.forwardRef(
|
|
|
7454
7461
|
// hide the content if using the hide middleware and should be hidden
|
|
7455
7462
|
// set visibility to hidden and disable pointer events so the UI behaves
|
|
7456
7463
|
// as if the PopperContent isn't there at all
|
|
7457
|
-
...((
|
|
7464
|
+
...((St = M.hide) == null ? void 0 : St.referenceHidden) && {
|
|
7458
7465
|
visibility: "hidden",
|
|
7459
7466
|
pointerEvents: "none"
|
|
7460
7467
|
}
|
|
@@ -7496,7 +7503,7 @@ var a0 = "PopperArrow", V6 = {
|
|
|
7496
7503
|
right: "left",
|
|
7497
7504
|
bottom: "top",
|
|
7498
7505
|
left: "right"
|
|
7499
|
-
}, s0 =
|
|
7506
|
+
}, s0 = x.forwardRef(function(e, r) {
|
|
7500
7507
|
const { __scopePopper: n, ...o } = e, i = U6(a0, n), a = V6[i.placedSide];
|
|
7501
7508
|
return (
|
|
7502
7509
|
// we have to use an extra wrapper because `ResizeObserver` (used by `useSize`)
|
|
@@ -7549,8 +7556,8 @@ var G6 = (t) => ({
|
|
|
7549
7556
|
name: "transformOrigin",
|
|
7550
7557
|
options: t,
|
|
7551
7558
|
fn(e) {
|
|
7552
|
-
var m, y,
|
|
7553
|
-
const { placement: r, rects: n, middlewareData: o } = e, a = ((m = o.arrow) == null ? void 0 : m.centerOffset) !== 0, s = a ? 0 : t.arrowWidth, u = a ? 0 : t.arrowHeight, [l, c] = u0(r), p = { start: "0%", center: "50%", end: "100%" }[c], f = (((y = o.arrow) == null ? void 0 : y.x) ?? 0) + s / 2, d = (((
|
|
7559
|
+
var m, y, v;
|
|
7560
|
+
const { placement: r, rects: n, middlewareData: o } = e, a = ((m = o.arrow) == null ? void 0 : m.centerOffset) !== 0, s = a ? 0 : t.arrowWidth, u = a ? 0 : t.arrowHeight, [l, c] = u0(r), p = { start: "0%", center: "50%", end: "100%" }[c], f = (((y = o.arrow) == null ? void 0 : y.x) ?? 0) + s / 2, d = (((v = o.arrow) == null ? void 0 : v.y) ?? 0) + u / 2;
|
|
7554
7561
|
let b = "", g = "";
|
|
7555
7562
|
return l === "bottom" ? (b = a ? p : `${f}px`, g = `${-u}px`) : l === "top" ? (b = a ? p : `${f}px`, g = `${n.floating.height + u}px`) : l === "right" ? (b = `${-u}px`, g = a ? p : `${d}px`) : l === "left" && (b = `${n.floating.width + u}px`, g = a ? p : `${d}px`), { data: { x: b, y: g } };
|
|
7556
7563
|
}
|
|
@@ -7561,15 +7568,15 @@ function u0(t) {
|
|
|
7561
7568
|
}
|
|
7562
7569
|
var Y6 = r0, X6 = o0, K6 = i0, J6 = s0;
|
|
7563
7570
|
function Z6(t, e) {
|
|
7564
|
-
return
|
|
7571
|
+
return x.useReducer((r, n) => e[r][n] ?? r, t);
|
|
7565
7572
|
}
|
|
7566
7573
|
var wr = (t) => {
|
|
7567
|
-
const { present: e, children: r } = t, n = Q6(e), o = typeof r == "function" ? r({ present: n.isPresent }) :
|
|
7568
|
-
return typeof r == "function" || n.isPresent ?
|
|
7574
|
+
const { present: e, children: r } = t, n = Q6(e), o = typeof r == "function" ? r({ present: n.isPresent }) : x.Children.only(r), i = Ae(n.ref, e4(o));
|
|
7575
|
+
return typeof r == "function" || n.isPresent ? x.cloneElement(o, { ref: i }) : null;
|
|
7569
7576
|
};
|
|
7570
7577
|
wr.displayName = "Presence";
|
|
7571
7578
|
function Q6(t) {
|
|
7572
|
-
const [e, r] =
|
|
7579
|
+
const [e, r] = x.useState(), n = x.useRef(null), o = x.useRef(t), i = x.useRef("none"), a = t ? "mounted" : "unmounted", [s, u] = Z6(a, {
|
|
7573
7580
|
mounted: {
|
|
7574
7581
|
UNMOUNT: "unmounted",
|
|
7575
7582
|
ANIMATION_OUT: "unmountSuspended"
|
|
@@ -7582,7 +7589,7 @@ function Q6(t) {
|
|
|
7582
7589
|
MOUNT: "mounted"
|
|
7583
7590
|
}
|
|
7584
7591
|
});
|
|
7585
|
-
return
|
|
7592
|
+
return x.useEffect(() => {
|
|
7586
7593
|
const l = mo(n.current);
|
|
7587
7594
|
i.current = s === "mounted" ? l : "none";
|
|
7588
7595
|
}, [s]), Xt(() => {
|
|
@@ -7612,7 +7619,7 @@ function Q6(t) {
|
|
|
7612
7619
|
u("ANIMATION_END");
|
|
7613
7620
|
}, [e, u]), {
|
|
7614
7621
|
isPresent: ["mounted", "unmountSuspended"].includes(s),
|
|
7615
|
-
ref:
|
|
7622
|
+
ref: x.useCallback((l) => {
|
|
7616
7623
|
n.current = l ? getComputedStyle(l) : null, r(l);
|
|
7617
7624
|
}, [])
|
|
7618
7625
|
};
|
|
@@ -7631,7 +7638,7 @@ function r4(t) {
|
|
|
7631
7638
|
const e = ({ children: r }) => /* @__PURE__ */ h(lr, { children: r });
|
|
7632
7639
|
return e.displayName = `${t}.Slottable`, e.__radixId = t4, e;
|
|
7633
7640
|
}
|
|
7634
|
-
var n4 =
|
|
7641
|
+
var n4 = x[" useInsertionEffect ".trim().toString()] || Xt;
|
|
7635
7642
|
function sn({
|
|
7636
7643
|
prop: t,
|
|
7637
7644
|
defaultProp: e,
|
|
@@ -7644,15 +7651,15 @@ function sn({
|
|
|
7644
7651
|
onChange: r
|
|
7645
7652
|
}), s = t !== void 0, u = s ? t : o;
|
|
7646
7653
|
{
|
|
7647
|
-
const c =
|
|
7648
|
-
|
|
7654
|
+
const c = x.useRef(t !== void 0);
|
|
7655
|
+
x.useEffect(() => {
|
|
7649
7656
|
const p = c.current;
|
|
7650
7657
|
p !== s && console.warn(
|
|
7651
7658
|
`${n} is changing from ${p ? "controlled" : "uncontrolled"} to ${s ? "controlled" : "uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`
|
|
7652
7659
|
), c.current = s;
|
|
7653
7660
|
}, [s, n]);
|
|
7654
7661
|
}
|
|
7655
|
-
const l =
|
|
7662
|
+
const l = x.useCallback(
|
|
7656
7663
|
(c) => {
|
|
7657
7664
|
var p;
|
|
7658
7665
|
if (s) {
|
|
@@ -7669,10 +7676,10 @@ function o4({
|
|
|
7669
7676
|
defaultProp: t,
|
|
7670
7677
|
onChange: e
|
|
7671
7678
|
}) {
|
|
7672
|
-
const [r, n] =
|
|
7679
|
+
const [r, n] = x.useState(t), o = x.useRef(r), i = x.useRef(e);
|
|
7673
7680
|
return n4(() => {
|
|
7674
7681
|
i.current = e;
|
|
7675
|
-
}, [e]),
|
|
7682
|
+
}, [e]), x.useEffect(() => {
|
|
7676
7683
|
var a;
|
|
7677
7684
|
o.current !== r && ((a = i.current) == null || a.call(i, r), o.current = r);
|
|
7678
7685
|
}, [r, o]), [r, n, i];
|
|
@@ -7692,7 +7699,7 @@ var a4 = Object.freeze({
|
|
|
7692
7699
|
clip: "rect(0, 0, 0, 0)",
|
|
7693
7700
|
whiteSpace: "nowrap",
|
|
7694
7701
|
wordWrap: "normal"
|
|
7695
|
-
}), s4 = "VisuallyHidden", l0 =
|
|
7702
|
+
}), s4 = "VisuallyHidden", l0 = x.forwardRef(
|
|
7696
7703
|
(t, e) => /* @__PURE__ */ h(
|
|
7697
7704
|
we.span,
|
|
7698
7705
|
{
|
|
@@ -7712,8 +7719,8 @@ var u4 = l0, [Di] = xr("Tooltip", [
|
|
|
7712
7719
|
skipDelayDuration: n = 300,
|
|
7713
7720
|
disableHoverableContent: o = !1,
|
|
7714
7721
|
children: i
|
|
7715
|
-
} = t, a =
|
|
7716
|
-
return
|
|
7722
|
+
} = t, a = x.useRef(!0), s = x.useRef(!1), u = x.useRef(0);
|
|
7723
|
+
return x.useEffect(() => {
|
|
7717
7724
|
const l = u.current;
|
|
7718
7725
|
return () => window.clearTimeout(l);
|
|
7719
7726
|
}, []), /* @__PURE__ */ h(
|
|
@@ -7722,17 +7729,17 @@ var u4 = l0, [Di] = xr("Tooltip", [
|
|
|
7722
7729
|
scope: e,
|
|
7723
7730
|
isOpenDelayedRef: a,
|
|
7724
7731
|
delayDuration: r,
|
|
7725
|
-
onOpen:
|
|
7732
|
+
onOpen: x.useCallback(() => {
|
|
7726
7733
|
window.clearTimeout(u.current), a.current = !1;
|
|
7727
7734
|
}, []),
|
|
7728
|
-
onClose:
|
|
7735
|
+
onClose: x.useCallback(() => {
|
|
7729
7736
|
window.clearTimeout(u.current), u.current = window.setTimeout(
|
|
7730
7737
|
() => a.current = !0,
|
|
7731
7738
|
n
|
|
7732
7739
|
);
|
|
7733
7740
|
}, [n]),
|
|
7734
7741
|
isPointerInTransitRef: s,
|
|
7735
|
-
onPointerInTransitChange:
|
|
7742
|
+
onPointerInTransitChange: x.useCallback((l) => {
|
|
7736
7743
|
s.current = l;
|
|
7737
7744
|
}, []),
|
|
7738
7745
|
disableHoverableContent: o,
|
|
@@ -7750,23 +7757,23 @@ var Dn = "Tooltip", [d4, Mi] = Di(Dn), f0 = (t) => {
|
|
|
7750
7757
|
onOpenChange: i,
|
|
7751
7758
|
disableHoverableContent: a,
|
|
7752
7759
|
delayDuration: s
|
|
7753
|
-
} = t, u = yu(Dn, t.__scopeTooltip), l = Li(e), [c, p] =
|
|
7760
|
+
} = t, u = yu(Dn, t.__scopeTooltip), l = Li(e), [c, p] = x.useState(null), f = Bf(), d = x.useRef(0), b = a ?? u.disableHoverableContent, g = s ?? u.delayDuration, m = x.useRef(!1), [y, v] = sn({
|
|
7754
7761
|
prop: n,
|
|
7755
7762
|
defaultProp: o ?? !1,
|
|
7756
7763
|
onChange: (k) => {
|
|
7757
7764
|
k ? (u.onOpen(), document.dispatchEvent(new CustomEvent(is))) : u.onClose(), i == null || i(k);
|
|
7758
7765
|
},
|
|
7759
7766
|
caller: Dn
|
|
7760
|
-
}), w =
|
|
7761
|
-
window.clearTimeout(d.current), d.current = 0, m.current = !1,
|
|
7762
|
-
}, [
|
|
7763
|
-
window.clearTimeout(d.current), d.current = 0,
|
|
7764
|
-
}, [
|
|
7767
|
+
}), w = x.useMemo(() => y ? m.current ? "delayed-open" : "instant-open" : "closed", [y]), S = x.useCallback(() => {
|
|
7768
|
+
window.clearTimeout(d.current), d.current = 0, m.current = !1, v(!0);
|
|
7769
|
+
}, [v]), N = x.useCallback(() => {
|
|
7770
|
+
window.clearTimeout(d.current), d.current = 0, v(!1);
|
|
7771
|
+
}, [v]), O = x.useCallback(() => {
|
|
7765
7772
|
window.clearTimeout(d.current), d.current = window.setTimeout(() => {
|
|
7766
|
-
m.current = !0,
|
|
7773
|
+
m.current = !0, v(!0), d.current = 0;
|
|
7767
7774
|
}, g);
|
|
7768
|
-
}, [g,
|
|
7769
|
-
return
|
|
7775
|
+
}, [g, v]);
|
|
7776
|
+
return x.useEffect(() => () => {
|
|
7770
7777
|
d.current && (window.clearTimeout(d.current), d.current = 0);
|
|
7771
7778
|
}, []), /* @__PURE__ */ h(Y6, { ...l, children: /* @__PURE__ */ h(
|
|
7772
7779
|
d4,
|
|
@@ -7777,10 +7784,10 @@ var Dn = "Tooltip", [d4, Mi] = Di(Dn), f0 = (t) => {
|
|
|
7777
7784
|
stateAttribute: w,
|
|
7778
7785
|
trigger: c,
|
|
7779
7786
|
onTriggerChange: p,
|
|
7780
|
-
onTriggerEnter:
|
|
7781
|
-
u.isOpenDelayedRef.current ?
|
|
7782
|
-
}, [u.isOpenDelayedRef,
|
|
7783
|
-
onTriggerLeave:
|
|
7787
|
+
onTriggerEnter: x.useCallback(() => {
|
|
7788
|
+
u.isOpenDelayedRef.current ? O() : S();
|
|
7789
|
+
}, [u.isOpenDelayedRef, O, S]),
|
|
7790
|
+
onTriggerLeave: x.useCallback(() => {
|
|
7784
7791
|
b ? N() : (window.clearTimeout(d.current), d.current = 0);
|
|
7785
7792
|
}, [N, b]),
|
|
7786
7793
|
onOpen: S,
|
|
@@ -7791,10 +7798,10 @@ var Dn = "Tooltip", [d4, Mi] = Di(Dn), f0 = (t) => {
|
|
|
7791
7798
|
) });
|
|
7792
7799
|
};
|
|
7793
7800
|
f0.displayName = Dn;
|
|
7794
|
-
var as = "TooltipTrigger", p0 =
|
|
7801
|
+
var as = "TooltipTrigger", p0 = x.forwardRef(
|
|
7795
7802
|
(t, e) => {
|
|
7796
|
-
const { __scopeTooltip: r, ...n } = t, o = Mi(as, r), i = yu(as, r), a = Li(r), s =
|
|
7797
|
-
return
|
|
7803
|
+
const { __scopeTooltip: r, ...n } = t, o = Mi(as, r), i = yu(as, r), a = Li(r), s = x.useRef(null), u = Ae(e, s, o.onTriggerChange), l = x.useRef(!1), c = x.useRef(!1), p = x.useCallback(() => l.current = !1, []);
|
|
7804
|
+
return x.useEffect(() => () => document.removeEventListener("pointerup", p), [p]), /* @__PURE__ */ h(X6, { asChild: !0, ...a, children: /* @__PURE__ */ h(
|
|
7798
7805
|
we.button,
|
|
7799
7806
|
{
|
|
7800
7807
|
"aria-describedby": o.open ? o.contentId : void 0,
|
|
@@ -7822,38 +7829,38 @@ var as = "TooltipTrigger", p0 = v.forwardRef(
|
|
|
7822
7829
|
p0.displayName = as;
|
|
7823
7830
|
var f4 = "TooltipPortal", [$N, p4] = Di(f4, {
|
|
7824
7831
|
forceMount: void 0
|
|
7825
|
-
}), Fr = "TooltipContent", h0 =
|
|
7832
|
+
}), Fr = "TooltipContent", h0 = x.forwardRef(
|
|
7826
7833
|
(t, e) => {
|
|
7827
7834
|
const r = p4(Fr, t.__scopeTooltip), { forceMount: n = r.forceMount, side: o = "top", ...i } = t, a = Mi(Fr, t.__scopeTooltip);
|
|
7828
7835
|
return /* @__PURE__ */ h(wr, { present: n || a.open, children: a.disableHoverableContent ? /* @__PURE__ */ h(m0, { side: o, ...i, ref: e }) : /* @__PURE__ */ h(h4, { side: o, ...i, ref: e }) });
|
|
7829
7836
|
}
|
|
7830
|
-
), h4 =
|
|
7831
|
-
const r = Mi(Fr, t.__scopeTooltip), n = yu(Fr, t.__scopeTooltip), o =
|
|
7837
|
+
), h4 = x.forwardRef((t, e) => {
|
|
7838
|
+
const r = Mi(Fr, t.__scopeTooltip), n = yu(Fr, t.__scopeTooltip), o = x.useRef(null), i = Ae(e, o), [a, s] = x.useState(null), { trigger: u, onClose: l } = r, c = o.current, { onPointerInTransitChange: p } = n, f = x.useCallback(() => {
|
|
7832
7839
|
s(null), p(!1);
|
|
7833
|
-
}, [p]), d =
|
|
7840
|
+
}, [p]), d = x.useCallback(
|
|
7834
7841
|
(b, g) => {
|
|
7835
|
-
const m = b.currentTarget, y = { x: b.clientX, y: b.clientY },
|
|
7842
|
+
const m = b.currentTarget, y = { x: b.clientX, y: b.clientY }, v = v4(y, m.getBoundingClientRect()), w = x4(y, v), S = w4(g.getBoundingClientRect()), N = E4([...w, ...S]);
|
|
7836
7843
|
s(N), p(!0);
|
|
7837
7844
|
},
|
|
7838
7845
|
[p]
|
|
7839
7846
|
);
|
|
7840
|
-
return
|
|
7847
|
+
return x.useEffect(() => () => f(), [f]), x.useEffect(() => {
|
|
7841
7848
|
if (u && c) {
|
|
7842
7849
|
const b = (m) => d(m, c), g = (m) => d(m, u);
|
|
7843
7850
|
return u.addEventListener("pointerleave", b), c.addEventListener("pointerleave", g), () => {
|
|
7844
7851
|
u.removeEventListener("pointerleave", b), c.removeEventListener("pointerleave", g);
|
|
7845
7852
|
};
|
|
7846
7853
|
}
|
|
7847
|
-
}, [u, c, d, f]),
|
|
7854
|
+
}, [u, c, d, f]), x.useEffect(() => {
|
|
7848
7855
|
if (a) {
|
|
7849
7856
|
const b = (g) => {
|
|
7850
|
-
const m = g.target, y = { x: g.clientX, y: g.clientY },
|
|
7851
|
-
|
|
7857
|
+
const m = g.target, y = { x: g.clientX, y: g.clientY }, v = (u == null ? void 0 : u.contains(m)) || (c == null ? void 0 : c.contains(m)), w = !S4(y, a);
|
|
7858
|
+
v ? f() : w && (f(), l());
|
|
7852
7859
|
};
|
|
7853
7860
|
return document.addEventListener("pointermove", b), () => document.removeEventListener("pointermove", b);
|
|
7854
7861
|
}
|
|
7855
7862
|
}, [u, c, a, l, f]), /* @__PURE__ */ h(m0, { ...t, ref: i });
|
|
7856
|
-
}), [m4, b4] = Di(Dn, { isInside: !1 }), g4 = /* @__PURE__ */ r4("TooltipContent"), m0 =
|
|
7863
|
+
}), [m4, b4] = Di(Dn, { isInside: !1 }), g4 = /* @__PURE__ */ r4("TooltipContent"), m0 = x.forwardRef(
|
|
7857
7864
|
(t, e) => {
|
|
7858
7865
|
const {
|
|
7859
7866
|
__scopeTooltip: r,
|
|
@@ -7863,7 +7870,7 @@ var f4 = "TooltipPortal", [$N, p4] = Di(f4, {
|
|
|
7863
7870
|
onPointerDownOutside: a,
|
|
7864
7871
|
...s
|
|
7865
7872
|
} = t, u = Mi(Fr, r), l = Li(r), { onClose: c } = u;
|
|
7866
|
-
return
|
|
7873
|
+
return x.useEffect(() => (document.addEventListener(is, c), () => document.removeEventListener(is, c)), [c]), x.useEffect(() => {
|
|
7867
7874
|
if (u.trigger) {
|
|
7868
7875
|
const p = (f) => {
|
|
7869
7876
|
const d = f.target;
|
|
@@ -7906,7 +7913,7 @@ var f4 = "TooltipPortal", [$N, p4] = Di(f4, {
|
|
|
7906
7913
|
}
|
|
7907
7914
|
);
|
|
7908
7915
|
h0.displayName = Fr;
|
|
7909
|
-
var b0 = "TooltipArrow", y4 =
|
|
7916
|
+
var b0 = "TooltipArrow", y4 = x.forwardRef(
|
|
7910
7917
|
(t, e) => {
|
|
7911
7918
|
const { __scopeTooltip: r, ...n } = t, o = Li(r);
|
|
7912
7919
|
return b4(
|
|
@@ -8009,7 +8016,7 @@ function C4(t) {
|
|
|
8009
8016
|
return r.pop(), e.length === 1 && r.length === 1 && e[0].x === r[0].x && e[0].y === r[0].y ? e : e.concat(r);
|
|
8010
8017
|
}
|
|
8011
8018
|
var T4 = d0, N4 = f0, A4 = p0, g0 = h0;
|
|
8012
|
-
const Ln = T4, Hr = N4, qr = A4, pr =
|
|
8019
|
+
const Ln = T4, Hr = N4, qr = A4, pr = x.forwardRef(({ className: t, sideOffset: e = 4, ...r }, n) => /* @__PURE__ */ h(
|
|
8013
8020
|
g0,
|
|
8014
8021
|
{
|
|
8015
8022
|
ref: n,
|
|
@@ -8062,7 +8069,7 @@ const Mr = {
|
|
|
8062
8069
|
onChange: (s) => r(parseInt(s.target.value)),
|
|
8063
8070
|
min: n,
|
|
8064
8071
|
max: o,
|
|
8065
|
-
className:
|
|
8072
|
+
className: ht(
|
|
8066
8073
|
"w-14 px-2 py-1 text-xs rounded border border-input bg-background text-right",
|
|
8067
8074
|
a
|
|
8068
8075
|
)
|
|
@@ -8079,7 +8086,7 @@ const Mr = {
|
|
|
8079
8086
|
unit: i = "px",
|
|
8080
8087
|
defaultValue: a = 16
|
|
8081
8088
|
}) => {
|
|
8082
|
-
const s =
|
|
8089
|
+
const s = Pe(), [u, l] = me(!1), c = typeof e == "object" && e !== null && !("top" in e) ? e : { desktop: e ?? a }, p = () => c[s] ?? c.desktop ?? a, f = (g, m) => {
|
|
8083
8090
|
const y = { ...c, [g]: m };
|
|
8084
8091
|
r(y);
|
|
8085
8092
|
}, d = (g) => {
|
|
@@ -8105,7 +8112,7 @@ const Mr = {
|
|
|
8105
8112
|
] }) })
|
|
8106
8113
|
] }),
|
|
8107
8114
|
u ? /* @__PURE__ */ h("div", { className: "space-y-1.5 pl-2 border-l-2 border-primary/20", children: et.map((g) => {
|
|
8108
|
-
const m = Mr[g].icon, y = c[g],
|
|
8115
|
+
const m = Mr[g].icon, y = c[g], v = y === void 0 ? et.find(
|
|
8109
8116
|
(w) => et.indexOf(w) > et.indexOf(g) && c[w] !== void 0
|
|
8110
8117
|
) || "desktop" : null;
|
|
8111
8118
|
return /* @__PURE__ */ P("div", { className: "flex items-center gap-2", children: [
|
|
@@ -8124,7 +8131,7 @@ const Mr = {
|
|
|
8124
8131
|
{
|
|
8125
8132
|
type: "number",
|
|
8126
8133
|
value: y ?? "",
|
|
8127
|
-
placeholder:
|
|
8134
|
+
placeholder: v ? `${c[v] ?? a}` : "",
|
|
8128
8135
|
onChange: (w) => {
|
|
8129
8136
|
const S = w.target.value === "" ? void 0 : parseInt(w.target.value) || 0;
|
|
8130
8137
|
f(g, S);
|
|
@@ -8153,7 +8160,7 @@ const Mr = {
|
|
|
8153
8160
|
] });
|
|
8154
8161
|
}, Ge = ({ label: t, values: e, onChange: r }) => {
|
|
8155
8162
|
var s;
|
|
8156
|
-
const n =
|
|
8163
|
+
const n = Pe(), [o, i] = me(!0), a = (u, l) => {
|
|
8157
8164
|
r(o ? {
|
|
8158
8165
|
[n]: {
|
|
8159
8166
|
top: l,
|
|
@@ -8213,7 +8220,7 @@ const Mr = {
|
|
|
8213
8220
|
}) => /* @__PURE__ */ P(
|
|
8214
8221
|
"div",
|
|
8215
8222
|
{
|
|
8216
|
-
className:
|
|
8223
|
+
className: ht(
|
|
8217
8224
|
"flex items-center justify-between",
|
|
8218
8225
|
o,
|
|
8219
8226
|
i
|
|
@@ -8225,7 +8232,7 @@ const Mr = {
|
|
|
8225
8232
|
{
|
|
8226
8233
|
value: e,
|
|
8227
8234
|
onChange: (a) => n(a.target.value),
|
|
8228
|
-
className:
|
|
8235
|
+
className: ht(
|
|
8229
8236
|
"px-2 py-1 text-xs rounded border border-input bg-background ",
|
|
8230
8237
|
i
|
|
8231
8238
|
),
|
|
@@ -8234,7 +8241,7 @@ const Mr = {
|
|
|
8234
8241
|
)
|
|
8235
8242
|
]
|
|
8236
8243
|
}
|
|
8237
|
-
),
|
|
8244
|
+
), ft = ({ label: t, value: e, onChange: r }) => /* @__PURE__ */ P("div", { className: "flex items-center justify-between", children: [
|
|
8238
8245
|
/* @__PURE__ */ h("label", { className: "text-xs text-muted-foreground", children: t }),
|
|
8239
8246
|
/* @__PURE__ */ P("div", { className: "flex items-center gap-2", children: [
|
|
8240
8247
|
/* @__PURE__ */ h(
|
|
@@ -8323,7 +8330,7 @@ const Mr = {
|
|
|
8323
8330
|
unit: i = "",
|
|
8324
8331
|
defaultValue: a = 50
|
|
8325
8332
|
}) => {
|
|
8326
|
-
const s =
|
|
8333
|
+
const s = Pe(), [u, l] = me(!1), c = typeof e == "object" && e !== null && !("top" in e) ? e : { desktop: e ?? a }, p = () => c[s] ?? c.desktop ?? a, f = (b, g) => {
|
|
8327
8334
|
const m = { ...c, [b]: g };
|
|
8328
8335
|
r(m);
|
|
8329
8336
|
}, d = et.some(
|
|
@@ -8411,24 +8418,24 @@ const Mr = {
|
|
|
8411
8418
|
boxShadow: b = "none",
|
|
8412
8419
|
opacity: g = 100
|
|
8413
8420
|
}) => {
|
|
8414
|
-
const m =
|
|
8415
|
-
let y,
|
|
8421
|
+
const m = Pe();
|
|
8422
|
+
let y, v, w;
|
|
8416
8423
|
try {
|
|
8417
8424
|
const { connectors: L, events: T } = ue((A) => ({
|
|
8418
8425
|
events: A.events
|
|
8419
8426
|
}));
|
|
8420
|
-
y = L.connect,
|
|
8427
|
+
y = L.connect, v = L.drag, w = T.selected;
|
|
8421
8428
|
} catch {
|
|
8422
8429
|
}
|
|
8423
8430
|
const S = {
|
|
8424
8431
|
sm: { px: 12, py: 6, fs: 14 },
|
|
8425
8432
|
md: { px: 16, py: 10, fs: 16 },
|
|
8426
8433
|
lg: { px: 24, py: 14, fs: 18 }
|
|
8427
|
-
}, N = S[r] || S.md,
|
|
8434
|
+
}, N = S[r] || S.md, O = p === "auto" ? N.px : p, k = f === "auto" ? N.py : f, j = l === "auto" ? N.fs : l, F = typeof d[m] == "object" ? `${d[m].top}px ${d[m].right}px ${d[m].bottom}px ${d[m].left}px` : `${d[m]}px`, $ = e === "outline" ? "transparent" : n, E = e === "outline" ? n : o, C = e === "outline" ? 2 : a, D = e === "outline" ? n : i;
|
|
8428
8435
|
return /* @__PURE__ */ h(
|
|
8429
8436
|
"button",
|
|
8430
8437
|
{
|
|
8431
|
-
ref: (L) => L && y &&
|
|
8438
|
+
ref: (L) => L && y && v && (y == null ? void 0 : y(v == null ? void 0 : v(L))),
|
|
8432
8439
|
className: `cursor-move transition-all hover:opacity-90 ${w ? "ring-2 ring-primary ring-offset-2" : ""}`,
|
|
8433
8440
|
style: {
|
|
8434
8441
|
backgroundColor: $,
|
|
@@ -8439,7 +8446,7 @@ const Mr = {
|
|
|
8439
8446
|
borderRadius: `${s}px`,
|
|
8440
8447
|
fontWeight: u,
|
|
8441
8448
|
fontSize: `${j}px`,
|
|
8442
|
-
padding: `${k}px ${
|
|
8449
|
+
padding: `${k}px ${O}px`,
|
|
8443
8450
|
margin: F,
|
|
8444
8451
|
width: c === "full" ? "100%" : "auto",
|
|
8445
8452
|
boxShadow: b === "none" ? "none" : b,
|
|
@@ -8505,7 +8512,7 @@ const Mr = {
|
|
|
8505
8512
|
] }),
|
|
8506
8513
|
/* @__PURE__ */ P(Y, { title: "Colors", defaultOpen: !0, children: [
|
|
8507
8514
|
/* @__PURE__ */ h(
|
|
8508
|
-
|
|
8515
|
+
ft,
|
|
8509
8516
|
{
|
|
8510
8517
|
label: "Background",
|
|
8511
8518
|
value: e.backgroundColor || "#FF6B35",
|
|
@@ -8513,7 +8520,7 @@ const Mr = {
|
|
|
8513
8520
|
}
|
|
8514
8521
|
),
|
|
8515
8522
|
/* @__PURE__ */ h(
|
|
8516
|
-
|
|
8523
|
+
ft,
|
|
8517
8524
|
{
|
|
8518
8525
|
label: "Text",
|
|
8519
8526
|
value: e.textColor || "#ffffff",
|
|
@@ -8603,7 +8610,7 @@ const Mr = {
|
|
|
8603
8610
|
}
|
|
8604
8611
|
),
|
|
8605
8612
|
/* @__PURE__ */ h(
|
|
8606
|
-
|
|
8613
|
+
ft,
|
|
8607
8614
|
{
|
|
8608
8615
|
label: "Color",
|
|
8609
8616
|
value: e.borderColor || "#FF6B35",
|
|
@@ -8661,7 +8668,7 @@ vu.craft = {
|
|
|
8661
8668
|
};
|
|
8662
8669
|
const te = (t, e) => t && (t[e] || t.desktop || t.small || t.tablet || t.mobile || t) || "", Rr = ({ label: t, value: e, onChange: r, max: n = 1e4 }) => {
|
|
8663
8670
|
var p, f, d;
|
|
8664
|
-
const o =
|
|
8671
|
+
const o = Pe(), i = ((p = e == null ? void 0 : e[o]) == null ? void 0 : p.type) || "custom", a = (f = e == null ? void 0 : e[o]) == null ? void 0 : f.value, s = ((d = e == null ? void 0 : e[o]) == null ? void 0 : d.unit) || "%";
|
|
8665
8672
|
return /* @__PURE__ */ P("div", { className: "space-y-2", children: [
|
|
8666
8673
|
/* @__PURE__ */ h("label", { className: "text-xs font-medium", children: t }),
|
|
8667
8674
|
/* @__PURE__ */ h(
|
|
@@ -8714,7 +8721,7 @@ const te = (t, e) => t && (t[e] || t.desktop || t.small || t.tablet || t.mobile
|
|
|
8714
8721
|
] })
|
|
8715
8722
|
] });
|
|
8716
8723
|
}, R4 = (t) => t ? typeof t == "string" ? t : typeof t == "number" ? `${t}px` : t.type === "none" ? "none" : t.type === "auto" ? "auto" : t.type === "custom" ? `${t.value}${t.unit || "px"}` : "auto" : "auto", xu = (t) => {
|
|
8717
|
-
const e =
|
|
8724
|
+
const e = Pe(), r = (a) => {
|
|
8718
8725
|
var u, l;
|
|
8719
8726
|
const s = ((u = t == null ? void 0 : t[a]) == null ? void 0 : u[e]) || ((l = t == null ? void 0 : t[a]) == null ? void 0 : l.desktop);
|
|
8720
8727
|
return R4(s);
|
|
@@ -8933,7 +8940,7 @@ const te = (t, e) => t && (t[e] || t.desktop || t.small || t.tablet || t.mobile
|
|
|
8933
8940
|
] }),
|
|
8934
8941
|
/* @__PURE__ */ P(Y, { title: "Background", defaultOpen: !1, children: [
|
|
8935
8942
|
/* @__PURE__ */ h(
|
|
8936
|
-
|
|
8943
|
+
ft,
|
|
8937
8944
|
{
|
|
8938
8945
|
label: "Color",
|
|
8939
8946
|
value: r.backgroundColor || "transparent",
|
|
@@ -9000,7 +9007,7 @@ const te = (t, e) => t && (t[e] || t.desktop || t.small || t.tablet || t.mobile
|
|
|
9000
9007
|
}
|
|
9001
9008
|
),
|
|
9002
9009
|
/* @__PURE__ */ h(
|
|
9003
|
-
|
|
9010
|
+
ft,
|
|
9004
9011
|
{
|
|
9005
9012
|
label: "Color",
|
|
9006
9013
|
value: r.borderColor || "transparent",
|
|
@@ -9298,7 +9305,7 @@ var us = {};
|
|
|
9298
9305
|
(function(E) {
|
|
9299
9306
|
E[E.Legacy = 0] = "Legacy", E[E.Strict = 1] = "Strict", E[E.Attribute = 2] = "Attribute";
|
|
9300
9307
|
})(y = t.DecodingMode || (t.DecodingMode = {}));
|
|
9301
|
-
var
|
|
9308
|
+
var v = (
|
|
9302
9309
|
/** @class */
|
|
9303
9310
|
function() {
|
|
9304
9311
|
function E(C, D, L) {
|
|
@@ -9391,9 +9398,9 @@ var us = {};
|
|
|
9391
9398
|
}, E;
|
|
9392
9399
|
}()
|
|
9393
9400
|
);
|
|
9394
|
-
t.EntityDecoder =
|
|
9401
|
+
t.EntityDecoder = v;
|
|
9395
9402
|
function w(E) {
|
|
9396
|
-
var C = "", D = new
|
|
9403
|
+
var C = "", D = new v(E, function(L) {
|
|
9397
9404
|
return C += (0, s.fromCodePoint)(L);
|
|
9398
9405
|
});
|
|
9399
9406
|
return function(T, A) {
|
|
@@ -9434,7 +9441,7 @@ var us = {};
|
|
|
9434
9441
|
return -1;
|
|
9435
9442
|
}
|
|
9436
9443
|
t.determineBranch = S;
|
|
9437
|
-
var N = w(i.default),
|
|
9444
|
+
var N = w(i.default), O = w(a.default);
|
|
9438
9445
|
function k(E, C) {
|
|
9439
9446
|
return C === void 0 && (C = y.Legacy), N(E, C);
|
|
9440
9447
|
}
|
|
@@ -9448,7 +9455,7 @@ var us = {};
|
|
|
9448
9455
|
}
|
|
9449
9456
|
t.decodeHTMLStrict = F;
|
|
9450
9457
|
function $(E) {
|
|
9451
|
-
return
|
|
9458
|
+
return O(E, y.Strict);
|
|
9452
9459
|
}
|
|
9453
9460
|
t.decodeXML = $;
|
|
9454
9461
|
})($n);
|
|
@@ -9493,8 +9500,8 @@ var us = {};
|
|
|
9493
9500
|
/** @class */
|
|
9494
9501
|
function() {
|
|
9495
9502
|
function f(d, b) {
|
|
9496
|
-
var g = d.xmlMode, m = g === void 0 ? !1 : g, y = d.decodeEntities,
|
|
9497
|
-
this.cbs = b, this.state = n.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.baseState = n.Text, this.isSpecial = !1, this.running = !0, this.offset = 0, this.currentSequence = void 0, this.sequenceIndex = 0, this.trieIndex = 0, this.trieCurrent = 0, this.entityResult = 0, this.entityExcess = 0, this.xmlMode = m, this.decodeEntities =
|
|
9503
|
+
var g = d.xmlMode, m = g === void 0 ? !1 : g, y = d.decodeEntities, v = y === void 0 ? !0 : y;
|
|
9504
|
+
this.cbs = b, this.state = n.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.baseState = n.Text, this.isSpecial = !1, this.running = !0, this.offset = 0, this.currentSequence = void 0, this.sequenceIndex = 0, this.trieIndex = 0, this.trieCurrent = 0, this.entityResult = 0, this.entityExcess = 0, this.xmlMode = m, this.decodeEntities = v, this.entityTrie = m ? e.xmlDecodeTree : e.htmlDecodeTree;
|
|
9498
9505
|
}
|
|
9499
9506
|
return f.prototype.reset = function() {
|
|
9500
9507
|
this.state = n.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.baseState = n.Text, this.currentSequence = void 0, this.running = !0, this.offset = 0;
|
|
@@ -10782,7 +10789,7 @@ var kr = V && V.__assign || function() {
|
|
|
10782
10789
|
};
|
|
10783
10790
|
Object.defineProperty(Yn, "__esModule", { value: !0 });
|
|
10784
10791
|
Yn.render = void 0;
|
|
10785
|
-
var
|
|
10792
|
+
var Ct = J4(un), oi = k0, L0 = zr, Z4 = /* @__PURE__ */ new Set([
|
|
10786
10793
|
"style",
|
|
10787
10794
|
"script",
|
|
10788
10795
|
"xmp",
|
|
@@ -10836,20 +10843,20 @@ Yn.render = Hi;
|
|
|
10836
10843
|
Yn.default = Hi;
|
|
10837
10844
|
function tS(t, e) {
|
|
10838
10845
|
switch (t.type) {
|
|
10839
|
-
case
|
|
10846
|
+
case Ct.Root:
|
|
10840
10847
|
return Hi(t.children, e);
|
|
10841
|
-
case
|
|
10842
|
-
case
|
|
10848
|
+
case Ct.Doctype:
|
|
10849
|
+
case Ct.Directive:
|
|
10843
10850
|
return iS(t);
|
|
10844
|
-
case
|
|
10851
|
+
case Ct.Comment:
|
|
10845
10852
|
return uS(t);
|
|
10846
|
-
case
|
|
10853
|
+
case Ct.CDATA:
|
|
10847
10854
|
return sS(t);
|
|
10848
|
-
case
|
|
10849
|
-
case
|
|
10850
|
-
case
|
|
10855
|
+
case Ct.Script:
|
|
10856
|
+
case Ct.Style:
|
|
10857
|
+
case Ct.Tag:
|
|
10851
10858
|
return oS(t, e);
|
|
10852
|
-
case
|
|
10859
|
+
case Ct.Text:
|
|
10853
10860
|
return aS(t, e);
|
|
10854
10861
|
}
|
|
10855
10862
|
}
|
|
@@ -10898,35 +10905,35 @@ er.getInnerHTML = fS;
|
|
|
10898
10905
|
er.getText = ko;
|
|
10899
10906
|
er.textContent = ls;
|
|
10900
10907
|
er.innerText = cs;
|
|
10901
|
-
var
|
|
10908
|
+
var pt = Dt, cS = lS(Yn), dS = un;
|
|
10902
10909
|
function M0(t, e) {
|
|
10903
10910
|
return (0, cS.default)(t, e);
|
|
10904
10911
|
}
|
|
10905
10912
|
function fS(t, e) {
|
|
10906
|
-
return (0,
|
|
10913
|
+
return (0, pt.hasChildren)(t) ? t.children.map(function(r) {
|
|
10907
10914
|
return M0(r, e);
|
|
10908
10915
|
}).join("") : "";
|
|
10909
10916
|
}
|
|
10910
10917
|
function ko(t) {
|
|
10911
|
-
return Array.isArray(t) ? t.map(ko).join("") : (0,
|
|
10912
|
-
` : ko(t.children) : (0,
|
|
10918
|
+
return Array.isArray(t) ? t.map(ko).join("") : (0, pt.isTag)(t) ? t.name === "br" ? `
|
|
10919
|
+
` : ko(t.children) : (0, pt.isCDATA)(t) ? ko(t.children) : (0, pt.isText)(t) ? t.data : "";
|
|
10913
10920
|
}
|
|
10914
10921
|
function ls(t) {
|
|
10915
|
-
return Array.isArray(t) ? t.map(ls).join("") : (0,
|
|
10922
|
+
return Array.isArray(t) ? t.map(ls).join("") : (0, pt.hasChildren)(t) && !(0, pt.isComment)(t) ? ls(t.children) : (0, pt.isText)(t) ? t.data : "";
|
|
10916
10923
|
}
|
|
10917
10924
|
function cs(t) {
|
|
10918
|
-
return Array.isArray(t) ? t.map(cs).join("") : (0,
|
|
10919
|
-
}
|
|
10920
|
-
var
|
|
10921
|
-
Object.defineProperty(
|
|
10922
|
-
|
|
10923
|
-
|
|
10924
|
-
|
|
10925
|
-
|
|
10926
|
-
|
|
10927
|
-
|
|
10928
|
-
|
|
10929
|
-
|
|
10925
|
+
return Array.isArray(t) ? t.map(cs).join("") : (0, pt.hasChildren)(t) && (t.type === dS.ElementType.Tag || (0, pt.isCDATA)(t)) ? cs(t.children) : (0, pt.isText)(t) ? t.data : "";
|
|
10926
|
+
}
|
|
10927
|
+
var xt = {};
|
|
10928
|
+
Object.defineProperty(xt, "__esModule", { value: !0 });
|
|
10929
|
+
xt.getChildren = j0;
|
|
10930
|
+
xt.getParent = $0;
|
|
10931
|
+
xt.getSiblings = pS;
|
|
10932
|
+
xt.getAttributeValue = hS;
|
|
10933
|
+
xt.hasAttrib = mS;
|
|
10934
|
+
xt.getName = bS;
|
|
10935
|
+
xt.nextElementSibling = gS;
|
|
10936
|
+
xt.prevElementSibling = yS;
|
|
10930
10937
|
var Au = Dt;
|
|
10931
10938
|
function j0(t) {
|
|
10932
10939
|
return (0, Au.hasChildren)(t) ? t.children : [];
|
|
@@ -11298,7 +11305,7 @@ function qS(t) {
|
|
|
11298
11305
|
}), r = V && V.__exportStar || function(o, i) {
|
|
11299
11306
|
for (var a in o) a !== "default" && !Object.prototype.hasOwnProperty.call(i, a) && e(i, o, a);
|
|
11300
11307
|
};
|
|
11301
|
-
Object.defineProperty(t, "__esModule", { value: !0 }), t.hasChildren = t.isDocument = t.isComment = t.isText = t.isCDATA = t.isTag = void 0, r(er, t), r(
|
|
11308
|
+
Object.defineProperty(t, "__esModule", { value: !0 }), t.hasChildren = t.isDocument = t.isComment = t.isText = t.isCDATA = t.isTag = void 0, r(er, t), r(xt, t), r(tr, t), r(Mt, t), r(jt, t), r(Sr, t), r(Ru, t);
|
|
11302
11309
|
var n = Dt;
|
|
11303
11310
|
Object.defineProperty(t, "isTag", { enumerable: !0, get: function() {
|
|
11304
11311
|
return n.isTag;
|
|
@@ -11315,23 +11322,23 @@ function qS(t) {
|
|
|
11315
11322
|
} });
|
|
11316
11323
|
})(Po);
|
|
11317
11324
|
(function(t) {
|
|
11318
|
-
var e = V && V.__createBinding || (Object.create ? function(y,
|
|
11325
|
+
var e = V && V.__createBinding || (Object.create ? function(y, v, w, S) {
|
|
11319
11326
|
S === void 0 && (S = w);
|
|
11320
|
-
var N = Object.getOwnPropertyDescriptor(
|
|
11321
|
-
(!N || ("get" in N ? !
|
|
11322
|
-
return
|
|
11327
|
+
var N = Object.getOwnPropertyDescriptor(v, w);
|
|
11328
|
+
(!N || ("get" in N ? !v.__esModule : N.writable || N.configurable)) && (N = { enumerable: !0, get: function() {
|
|
11329
|
+
return v[w];
|
|
11323
11330
|
} }), Object.defineProperty(y, S, N);
|
|
11324
|
-
} : function(y,
|
|
11325
|
-
S === void 0 && (S = w), y[S] =
|
|
11326
|
-
}), r = V && V.__setModuleDefault || (Object.create ? function(y,
|
|
11327
|
-
Object.defineProperty(y, "default", { enumerable: !0, value:
|
|
11328
|
-
} : function(y,
|
|
11329
|
-
y.default =
|
|
11331
|
+
} : function(y, v, w, S) {
|
|
11332
|
+
S === void 0 && (S = w), y[S] = v[w];
|
|
11333
|
+
}), r = V && V.__setModuleDefault || (Object.create ? function(y, v) {
|
|
11334
|
+
Object.defineProperty(y, "default", { enumerable: !0, value: v });
|
|
11335
|
+
} : function(y, v) {
|
|
11336
|
+
y.default = v;
|
|
11330
11337
|
}), n = V && V.__importStar || function(y) {
|
|
11331
11338
|
if (y && y.__esModule) return y;
|
|
11332
|
-
var
|
|
11333
|
-
if (y != null) for (var w in y) w !== "default" && Object.prototype.hasOwnProperty.call(y, w) && e(
|
|
11334
|
-
return r(
|
|
11339
|
+
var v = {};
|
|
11340
|
+
if (y != null) for (var w in y) w !== "default" && Object.prototype.hasOwnProperty.call(y, w) && e(v, y, w);
|
|
11341
|
+
return r(v, y), v;
|
|
11335
11342
|
}, o = V && V.__importDefault || function(y) {
|
|
11336
11343
|
return y && y.__esModule ? y : { default: y };
|
|
11337
11344
|
};
|
|
@@ -11346,18 +11353,18 @@ function qS(t) {
|
|
|
11346
11353
|
} }), Object.defineProperty(t, "DefaultHandler", { enumerable: !0, get: function() {
|
|
11347
11354
|
return u.DomHandler;
|
|
11348
11355
|
} });
|
|
11349
|
-
function l(y,
|
|
11350
|
-
var w = new s.DomHandler(void 0,
|
|
11351
|
-
return new i.Parser(w,
|
|
11356
|
+
function l(y, v) {
|
|
11357
|
+
var w = new s.DomHandler(void 0, v);
|
|
11358
|
+
return new i.Parser(w, v).end(y), w.root;
|
|
11352
11359
|
}
|
|
11353
11360
|
t.parseDocument = l;
|
|
11354
|
-
function c(y,
|
|
11355
|
-
return l(y,
|
|
11361
|
+
function c(y, v) {
|
|
11362
|
+
return l(y, v).children;
|
|
11356
11363
|
}
|
|
11357
11364
|
t.parseDOM = c;
|
|
11358
|
-
function p(y,
|
|
11359
|
-
var S = new s.DomHandler(y,
|
|
11360
|
-
return new i.Parser(S,
|
|
11365
|
+
function p(y, v, w) {
|
|
11366
|
+
var S = new s.DomHandler(y, v, w);
|
|
11367
|
+
return new i.Parser(S, v);
|
|
11361
11368
|
}
|
|
11362
11369
|
t.createDomStream = p;
|
|
11363
11370
|
var f = wu;
|
|
@@ -11369,8 +11376,8 @@ function qS(t) {
|
|
|
11369
11376
|
return b.getFeed;
|
|
11370
11377
|
} });
|
|
11371
11378
|
var g = { xmlMode: !0 };
|
|
11372
|
-
function m(y,
|
|
11373
|
-
return
|
|
11379
|
+
function m(y, v) {
|
|
11380
|
+
return v === void 0 && (v = g), (0, d.getFeed)(c(y, v));
|
|
11374
11381
|
}
|
|
11375
11382
|
t.parseFeed = m, t.DomUtils = n(Po);
|
|
11376
11383
|
})(v0);
|
|
@@ -11478,16 +11485,16 @@ var nE = Ur, oE = nE, W0 = { exports: {} };
|
|
|
11478
11485
|
S === "\r";
|
|
11479
11486
|
}
|
|
11480
11487
|
function n(S) {
|
|
11481
|
-
var N,
|
|
11482
|
-
if (
|
|
11483
|
-
return N =
|
|
11488
|
+
var N, O = S.exec(e.substring(m));
|
|
11489
|
+
if (O)
|
|
11490
|
+
return N = O[0], m += N.length, N;
|
|
11484
11491
|
}
|
|
11485
11492
|
for (var o = e.length, i = /^[ \t\n\r\u000c]+/, a = /^[, \t\n\r\u000c]+/, s = /^[^ \t\n\r\u000c]+/, u = /[,]+$/, l = /^\d+$/, c = /^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/, p, f, d, b, g, m = 0, y = []; ; ) {
|
|
11486
11493
|
if (n(a), m >= o)
|
|
11487
11494
|
return y;
|
|
11488
|
-
p = n(s), f = [], p.slice(-1) === "," ? (p = p.replace(u, ""), w()) :
|
|
11495
|
+
p = n(s), f = [], p.slice(-1) === "," ? (p = p.replace(u, ""), w()) : v();
|
|
11489
11496
|
}
|
|
11490
|
-
function
|
|
11497
|
+
function v() {
|
|
11491
11498
|
for (n(i), d = "", b = "in descriptor"; ; ) {
|
|
11492
11499
|
if (g = e.charAt(m), b === "in descriptor")
|
|
11493
11500
|
if (r(g))
|
|
@@ -11520,10 +11527,10 @@ var nE = Ur, oE = nE, W0 = { exports: {} };
|
|
|
11520
11527
|
}
|
|
11521
11528
|
}
|
|
11522
11529
|
function w() {
|
|
11523
|
-
var S = !1, N,
|
|
11530
|
+
var S = !1, N, O, k, j, F = {}, $, E, C, D, L;
|
|
11524
11531
|
for (j = 0; j < f.length; j++)
|
|
11525
|
-
$ = f[j], E = $[$.length - 1], C = $.substring(0, $.length - 1), D = parseInt(C, 10), L = parseFloat(C), l.test(C) && E === "w" ? ((N ||
|
|
11526
|
-
S ? console && console.log && console.log("Invalid srcset descriptor found in '" + e + "' at '" + $ + "'.") : (F.url = p, N && (F.w = N),
|
|
11532
|
+
$ = f[j], E = $[$.length - 1], C = $.substring(0, $.length - 1), D = parseInt(C, 10), L = parseFloat(C), l.test(C) && E === "w" ? ((N || O) && (S = !0), D === 0 ? S = !0 : N = D) : c.test(C) && E === "x" ? ((N || O || k) && (S = !0), L < 0 ? S = !0 : O = L) : l.test(C) && E === "h" ? ((k || O) && (S = !0), D === 0 ? S = !0 : k = D) : S = !0;
|
|
11533
|
+
S ? console && console.log && console.log("Invalid srcset descriptor found in '" + e + "' at '" + $ + "'.") : (F.url = p, N && (F.w = N), O && (F.d = O), k && (F.h = k), y.push(F));
|
|
11527
11534
|
}
|
|
11528
11535
|
};
|
|
11529
11536
|
});
|
|
@@ -11562,8 +11569,8 @@ let Bc = aE, Fc = ot, ds = class Y0 extends Error {
|
|
|
11562
11569
|
let g = 20, m = Math.max(0, this.column - g), y = Math.max(
|
|
11563
11570
|
this.column + g,
|
|
11564
11571
|
this.endColumn + g
|
|
11565
|
-
),
|
|
11566
|
-
return o(">") + n(d) + i(
|
|
11572
|
+
), v = c.slice(m, y), w = n(d.replace(/\d/g, " ")) + c.slice(0, Math.min(this.column - 1, g - 1)).replace(/[^\t]/g, " ");
|
|
11573
|
+
return o(">") + n(d) + i(v) + `
|
|
11567
11574
|
` + w + o("^");
|
|
11568
11575
|
}
|
|
11569
11576
|
let b = n(d.replace(/\d/g, " ")) + c.slice(0, this.column - 1).replace(/[^\t]/g, " ");
|
|
@@ -11792,7 +11799,7 @@ function hs(t, e) {
|
|
|
11792
11799
|
}
|
|
11793
11800
|
return r;
|
|
11794
11801
|
}
|
|
11795
|
-
function
|
|
11802
|
+
function Tt(t, e) {
|
|
11796
11803
|
if (e && typeof e.offset < "u")
|
|
11797
11804
|
return e.offset;
|
|
11798
11805
|
let r = 1, n = 1, o = 0;
|
|
@@ -11904,15 +11911,15 @@ let ms = class {
|
|
|
11904
11911
|
r = this.positionInside(e.index);
|
|
11905
11912
|
else if (e.word) {
|
|
11906
11913
|
let n = "document" in this.source.input ? this.source.input.document : this.source.input.css, i = n.slice(
|
|
11907
|
-
|
|
11908
|
-
|
|
11914
|
+
Tt(n, this.source.start),
|
|
11915
|
+
Tt(n, this.source.end)
|
|
11909
11916
|
).indexOf(e.word);
|
|
11910
11917
|
i !== -1 && (r = this.positionInside(i));
|
|
11911
11918
|
}
|
|
11912
11919
|
return r;
|
|
11913
11920
|
}
|
|
11914
11921
|
positionInside(e) {
|
|
11915
|
-
let r = this.source.start.column, n = this.source.start.line, o = "document" in this.source.input ? this.source.input.document : this.source.input.css, i =
|
|
11922
|
+
let r = this.source.start.column, n = this.source.start.line, o = "document" in this.source.input ? this.source.input.document : this.source.input.css, i = Tt(o, this.source.start), a = i + e;
|
|
11916
11923
|
for (let s = i; s < a; s++)
|
|
11917
11924
|
o[s] === `
|
|
11918
11925
|
` ? (r = 1, n += 1) : r += 1;
|
|
@@ -11927,7 +11934,7 @@ let ms = class {
|
|
|
11927
11934
|
let r = "document" in this.source.input ? this.source.input.document : this.source.input.css, n = {
|
|
11928
11935
|
column: this.source.start.column,
|
|
11929
11936
|
line: this.source.start.line,
|
|
11930
|
-
offset:
|
|
11937
|
+
offset: Tt(r, this.source.start)
|
|
11931
11938
|
}, o = this.source.end ? {
|
|
11932
11939
|
column: this.source.end.column + 1,
|
|
11933
11940
|
line: this.source.end.line,
|
|
@@ -11938,7 +11945,7 @@ let ms = class {
|
|
|
11938
11945
|
// Since line/column in this.source.end is inclusive,
|
|
11939
11946
|
// the `sourceOffset(... , this.source.end)` returns an inclusive offset.
|
|
11940
11947
|
// So, we add 1 to convert it to exclusive.
|
|
11941
|
-
|
|
11948
|
+
Tt(r, this.source.end) + 1
|
|
11942
11949
|
)
|
|
11943
11950
|
} : {
|
|
11944
11951
|
column: n.column + 1,
|
|
@@ -11947,19 +11954,19 @@ let ms = class {
|
|
|
11947
11954
|
};
|
|
11948
11955
|
if (e.word) {
|
|
11949
11956
|
let a = r.slice(
|
|
11950
|
-
|
|
11951
|
-
|
|
11957
|
+
Tt(r, this.source.start),
|
|
11958
|
+
Tt(r, this.source.end)
|
|
11952
11959
|
).indexOf(e.word);
|
|
11953
11960
|
a !== -1 && (n = this.positionInside(a), o = this.positionInside(a + e.word.length));
|
|
11954
11961
|
} else
|
|
11955
11962
|
e.start ? n = {
|
|
11956
11963
|
column: e.start.column,
|
|
11957
11964
|
line: e.start.line,
|
|
11958
|
-
offset:
|
|
11965
|
+
offset: Tt(r, e.start)
|
|
11959
11966
|
} : e.index && (n = this.positionInside(e.index)), e.end ? o = {
|
|
11960
11967
|
column: e.end.column,
|
|
11961
11968
|
line: e.end.line,
|
|
11962
|
-
offset:
|
|
11969
|
+
offset: Tt(r, e.end)
|
|
11963
11970
|
} : typeof e.endIndex == "number" ? o = this.positionInside(e.endIndex) : e.index && (o = this.positionInside(e.index + 1));
|
|
11964
11971
|
return (o.line < n.line || o.line === n.line && o.column <= n.column) && (o = {
|
|
11965
11972
|
column: n.column + 1,
|
|
@@ -12773,7 +12780,7 @@ let { dirname: Io, relative: hp, resolve: mp, sep: bp } = ot, { SourceMapConsume
|
|
|
12773
12780
|
var yp = zE;
|
|
12774
12781
|
const Sa = 39, Xc = 34, vo = 92, Kc = 47, xo = 10, gn = 32, wo = 12, So = 9, Eo = 13, UE = 91, VE = 93, WE = 40, GE = 41, YE = 123, XE = 125, KE = 59, JE = 42, ZE = 58, QE = 64, Co = /[\t\n\f\r "#'()/;[\\\]{}]/g, To = /[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g, e5 = /.[\r\n"'(/\\]/, Jc = /[\da-f]/i;
|
|
12775
12782
|
var t5 = function(e, r = {}) {
|
|
12776
|
-
let n = e.css.valueOf(), o = r.ignoreErrors, i, a, s, u, l, c, p, f, d, b, g = n.length, m = 0, y = [],
|
|
12783
|
+
let n = e.css.valueOf(), o = r.ignoreErrors, i, a, s, u, l, c, p, f, d, b, g = n.length, m = 0, y = [], v = [];
|
|
12777
12784
|
function w() {
|
|
12778
12785
|
return m;
|
|
12779
12786
|
}
|
|
@@ -12781,10 +12788,10 @@ var t5 = function(e, r = {}) {
|
|
|
12781
12788
|
throw e.error("Unclosed " + j, m);
|
|
12782
12789
|
}
|
|
12783
12790
|
function N() {
|
|
12784
|
-
return
|
|
12791
|
+
return v.length === 0 && m >= g;
|
|
12785
12792
|
}
|
|
12786
|
-
function
|
|
12787
|
-
if (
|
|
12793
|
+
function O(j) {
|
|
12794
|
+
if (v.length) return v.pop();
|
|
12788
12795
|
if (m >= g) return;
|
|
12789
12796
|
let F = j ? j.ignoreUnclosed : !1;
|
|
12790
12797
|
switch (i = n.charCodeAt(m), i) {
|
|
@@ -12868,12 +12875,12 @@ var t5 = function(e, r = {}) {
|
|
|
12868
12875
|
return m++, c;
|
|
12869
12876
|
}
|
|
12870
12877
|
function k(j) {
|
|
12871
|
-
|
|
12878
|
+
v.push(j);
|
|
12872
12879
|
}
|
|
12873
12880
|
return {
|
|
12874
12881
|
back: k,
|
|
12875
12882
|
endOfFile: N,
|
|
12876
|
-
nextToken:
|
|
12883
|
+
nextToken: O,
|
|
12877
12884
|
position: w
|
|
12878
12885
|
};
|
|
12879
12886
|
};
|
|
@@ -13758,7 +13765,7 @@ function Pr(t, e) {
|
|
|
13758
13765
|
e(t[r], r);
|
|
13759
13766
|
});
|
|
13760
13767
|
}
|
|
13761
|
-
function
|
|
13768
|
+
function Nt(t, e) {
|
|
13762
13769
|
return {}.hasOwnProperty.call(t, e);
|
|
13763
13770
|
}
|
|
13764
13771
|
function id(t, e) {
|
|
@@ -13769,7 +13776,7 @@ function id(t, e) {
|
|
|
13769
13776
|
}
|
|
13770
13777
|
function e8(t) {
|
|
13771
13778
|
for (const e in t)
|
|
13772
|
-
if (
|
|
13779
|
+
if (Nt(t, e))
|
|
13773
13780
|
return !1;
|
|
13774
13781
|
return !0;
|
|
13775
13782
|
}
|
|
@@ -13828,7 +13835,7 @@ and ensure you are accounting for this risk.
|
|
|
13828
13835
|
}));
|
|
13829
13836
|
const c = {}, p = {}, f = {};
|
|
13830
13837
|
Pr(e.allowedClasses, function(T, A) {
|
|
13831
|
-
if (u && (
|
|
13838
|
+
if (u && (Nt(u, A) || (u[A] = []), u[A].push("class")), c[A] = T, Array.isArray(T)) {
|
|
13832
13839
|
const _ = [];
|
|
13833
13840
|
c[A] = [], f[A] = [], T.forEach(function(M) {
|
|
13834
13841
|
typeof M == "string" && M.indexOf("*") >= 0 ? _.push(nd(M).replace(/\\\*/g, ".*")) : M instanceof RegExp ? f[A].push(M) : c[A].push(M);
|
|
@@ -13841,9 +13848,9 @@ and ensure you are accounting for this risk.
|
|
|
13841
13848
|
let _;
|
|
13842
13849
|
typeof T == "function" ? _ = T : typeof T == "string" && (_ = Un.simpleTransform(T)), A === "*" ? b = _ : d[A] = _;
|
|
13843
13850
|
});
|
|
13844
|
-
let g, m, y,
|
|
13851
|
+
let g, m, y, v, w, S, N = !1;
|
|
13845
13852
|
k();
|
|
13846
|
-
const
|
|
13853
|
+
const O = new Y5.Parser({
|
|
13847
13854
|
onopentag: function(T, A) {
|
|
13848
13855
|
if (e.onOpenTag && e.onOpenTag(T, A), e.enforceHtmlBoundary && T === "html" && k(), w) {
|
|
13849
13856
|
S++;
|
|
@@ -13854,7 +13861,7 @@ and ensure you are accounting for this risk.
|
|
|
13854
13861
|
let M = !1;
|
|
13855
13862
|
const B = !!_.text;
|
|
13856
13863
|
let U;
|
|
13857
|
-
if (
|
|
13864
|
+
if (Nt(d, T) && (U = d[T](T, A), _.attribs = A = U.attribs, U.text !== void 0 && (_.innerText = U.text), T !== U.tagName && (_.name = T = U.tagName, v[g] = U.tagName)), b && (U = b(T, A), _.attribs = A = U.attribs, T !== U.tagName && (_.name = T = U.tagName, v[g] = U.tagName)), (!a(T) || e.disallowedTagsMode === "recursiveEscape" && !e8(y) || e.nestingLimit != null && g >= e.nestingLimit) && (M = !0, y[g] = !0, (e.disallowedTagsMode === "discard" || e.disallowedTagsMode === "completelyDiscard") && s.indexOf(T) !== -1 && (w = !0, S = 1)), g++, M) {
|
|
13858
13865
|
if (e.disallowedTagsMode === "discard" || e.disallowedTagsMode === "completelyDiscard") {
|
|
13859
13866
|
if (_.innerText && !B) {
|
|
13860
13867
|
const q = j(_.innerText);
|
|
@@ -13866,7 +13873,7 @@ and ensure you are accounting for this risk.
|
|
|
13866
13873
|
}
|
|
13867
13874
|
n += "<" + T, T === "script" && (e.allowedScriptHostnames || e.allowedScriptDomains) && (_.innerText = ""), M && (e.disallowedTagsMode === "escape" || e.disallowedTagsMode === "recursiveEscape") && e.preserveEscapedAttributes ? Pr(A, function(q, H) {
|
|
13868
13875
|
n += " " + H + '="' + j(q || "", !0) + '"';
|
|
13869
|
-
}) : (!u ||
|
|
13876
|
+
}) : (!u || Nt(u, T) || u["*"]) && Pr(A, function(q, H) {
|
|
13870
13877
|
if (!n8.test(H)) {
|
|
13871
13878
|
delete _.attribs[H];
|
|
13872
13879
|
return;
|
|
@@ -13876,7 +13883,7 @@ and ensure you are accounting for this risk.
|
|
|
13876
13883
|
return;
|
|
13877
13884
|
}
|
|
13878
13885
|
let be = !1;
|
|
13879
|
-
if (!u ||
|
|
13886
|
+
if (!u || Nt(u, T) && u[T].indexOf(H) !== -1 || u["*"] && u["*"].indexOf(H) !== -1 || Nt(l, T) && l[T].test(H) || l["*"] && l["*"].test(H))
|
|
13880
13887
|
be = !0;
|
|
13881
13888
|
else if (u && u[T]) {
|
|
13882
13889
|
for (const Z of u[T])
|
|
@@ -13921,7 +13928,7 @@ and ensure you are accounting for this risk.
|
|
|
13921
13928
|
try {
|
|
13922
13929
|
const z = $(q);
|
|
13923
13930
|
if (z.isRelativeUrl)
|
|
13924
|
-
Z =
|
|
13931
|
+
Z = Nt(e, "allowIframeRelativeUrls") ? e.allowIframeRelativeUrls : !e.allowedIframeHostnames && !e.allowedIframeDomains;
|
|
13925
13932
|
else if (e.allowedIframeHostnames || e.allowedIframeDomains) {
|
|
13926
13933
|
const Ie = (e.allowedIframeHostnames || []).find(function(Se) {
|
|
13927
13934
|
return Se === z.url.hostname;
|
|
@@ -13958,13 +13965,13 @@ and ensure you are accounting for this risk.
|
|
|
13958
13965
|
return;
|
|
13959
13966
|
}
|
|
13960
13967
|
if (H === "class") {
|
|
13961
|
-
const Z = c[T], z = c["*"], Ie = p[T], Te = f[T], Se = f["*"], at = p["*"],
|
|
13968
|
+
const Z = c[T], z = c["*"], Ie = p[T], Te = f[T], Se = f["*"], at = p["*"], St = [
|
|
13962
13969
|
Ie,
|
|
13963
13970
|
at
|
|
13964
13971
|
].concat(Te, Se).filter(function(st) {
|
|
13965
13972
|
return st;
|
|
13966
13973
|
});
|
|
13967
|
-
if (Z && z ? q = L(q, od(Z, z),
|
|
13974
|
+
if (Z && z ? q = L(q, od(Z, z), St) : q = L(q, Z || z, St), !q.length) {
|
|
13968
13975
|
delete _.attribs[H];
|
|
13969
13976
|
return;
|
|
13970
13977
|
}
|
|
@@ -14029,7 +14036,7 @@ and ensure you are accounting for this risk.
|
|
|
14029
14036
|
}
|
|
14030
14037
|
o = n, n = "";
|
|
14031
14038
|
}
|
|
14032
|
-
if (
|
|
14039
|
+
if (v[g] && (T = v[g], delete v[g]), e.exclusiveFilter) {
|
|
14033
14040
|
const B = e.exclusiveFilter(_);
|
|
14034
14041
|
if (B === "excludeTag") {
|
|
14035
14042
|
M && (n = o, o = ""), n = n.substring(0, _.tagPosition) + n.substring(_.tagPosition + _.openingTagLength);
|
|
@@ -14048,9 +14055,9 @@ and ensure you are accounting for this risk.
|
|
|
14048
14055
|
n += "</" + T + ">", M && (n = o + j(n), o = ""), N = !1;
|
|
14049
14056
|
}
|
|
14050
14057
|
}, e.parser);
|
|
14051
|
-
return
|
|
14058
|
+
return O.write(t), O.end(), n;
|
|
14052
14059
|
function k() {
|
|
14053
|
-
n = "", g = 0, m = [], y = {},
|
|
14060
|
+
n = "", g = 0, m = [], y = {}, v = {}, w = !1, S = 0;
|
|
14054
14061
|
}
|
|
14055
14062
|
function j(T, A) {
|
|
14056
14063
|
return typeof T != "string" && (T = T + ""), e.parser.decodeEntities && (T = T.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">"), A && (T = T.replace(/"/g, """))), T = T.replace(/&(?![a-zA-Z0-9#]{1,20};)/g, "&").replace(/</g, "<").replace(/>/g, ">"), A && (T = T.replace(/"/g, """)), T;
|
|
@@ -14069,7 +14076,7 @@ and ensure you are accounting for this risk.
|
|
|
14069
14076
|
if (!_)
|
|
14070
14077
|
return A.match(/^[/\\]{2}/) ? !e.allowProtocolRelative : !1;
|
|
14071
14078
|
const M = _[1].toLowerCase();
|
|
14072
|
-
return
|
|
14079
|
+
return Nt(e.allowedSchemesByTag, T) ? e.allowedSchemesByTag[T].indexOf(M) === -1 : !e.allowedSchemes || e.allowedSchemes.indexOf(M) === -1;
|
|
14073
14080
|
}
|
|
14074
14081
|
function $(T) {
|
|
14075
14082
|
if (T = T.replace(/^(\w+:)?\s*[\\/]\s*[\\/]/, "$1//"), T.startsWith("relative:"))
|
|
@@ -14102,7 +14109,7 @@ and ensure you are accounting for this risk.
|
|
|
14102
14109
|
}
|
|
14103
14110
|
function D(T) {
|
|
14104
14111
|
return function(A, _) {
|
|
14105
|
-
return
|
|
14112
|
+
return Nt(T, _.prop) && T[_.prop].some(function(B) {
|
|
14106
14113
|
return B.test(_.value);
|
|
14107
14114
|
}) && A.push(_), A;
|
|
14108
14115
|
};
|
|
@@ -14447,7 +14454,7 @@ const _p = /* @__PURE__ */ vi(r8), i8 = [
|
|
|
14447
14454
|
}
|
|
14448
14455
|
}, s8 = ({ label: t, value: e, onChange: r }) => {
|
|
14449
14456
|
const n = tt(null), [o, i] = me(!1), [a, s] = me(""), u = tt(null);
|
|
14450
|
-
|
|
14457
|
+
_e(() => {
|
|
14451
14458
|
n.current && n.current.innerHTML !== e && (n.current.innerHTML = e || "");
|
|
14452
14459
|
}, []);
|
|
14453
14460
|
const l = (m) => {
|
|
@@ -14490,7 +14497,7 @@ const _p = /* @__PURE__ */ vi(r8), i8 = [
|
|
|
14490
14497
|
return /* @__PURE__ */ P("div", { className: "space-y-1.5", children: [
|
|
14491
14498
|
/* @__PURE__ */ h("label", { className: "text-xs text-muted-foreground", children: t }),
|
|
14492
14499
|
/* @__PURE__ */ h("div", { className: "flex items-center gap-0.5 p-1 bg-muted rounded-t border border-input border-b-0", children: /* @__PURE__ */ P(Ln, { children: [
|
|
14493
|
-
i8.map(({ command: m, icon: y, label:
|
|
14500
|
+
i8.map(({ command: m, icon: y, label: v }) => /* @__PURE__ */ P(Hr, { children: [
|
|
14494
14501
|
/* @__PURE__ */ h(qr, { asChild: !0, children: /* @__PURE__ */ h(
|
|
14495
14502
|
"button",
|
|
14496
14503
|
{
|
|
@@ -14502,7 +14509,7 @@ const _p = /* @__PURE__ */ vi(r8), i8 = [
|
|
|
14502
14509
|
children: /* @__PURE__ */ h(y, { className: "h-3.5 w-3.5" })
|
|
14503
14510
|
}
|
|
14504
14511
|
) }),
|
|
14505
|
-
/* @__PURE__ */ h(pr, { side: "top", children: /* @__PURE__ */ h("p", { children:
|
|
14512
|
+
/* @__PURE__ */ h(pr, { side: "top", children: /* @__PURE__ */ h("p", { children: v }) })
|
|
14506
14513
|
] }, m)),
|
|
14507
14514
|
/* @__PURE__ */ h("div", { className: "w-px h-4 bg-border mx-1" }),
|
|
14508
14515
|
/* @__PURE__ */ P(Hr, { children: [
|
|
@@ -14609,7 +14616,7 @@ const _p = /* @__PURE__ */ vi(r8), i8 = [
|
|
|
14609
14616
|
textTransform: p = "none",
|
|
14610
14617
|
opacity: f = 100
|
|
14611
14618
|
}) => {
|
|
14612
|
-
const d =
|
|
14619
|
+
const d = Pe(), b = mi();
|
|
14613
14620
|
let g, m, y;
|
|
14614
14621
|
try {
|
|
14615
14622
|
const { connectors: j, events: F } = ue(($) => ({
|
|
@@ -14618,7 +14625,7 @@ const _p = /* @__PURE__ */ vi(r8), i8 = [
|
|
|
14618
14625
|
g = j.connect, m = j.drag, y = F.selected;
|
|
14619
14626
|
} catch {
|
|
14620
14627
|
}
|
|
14621
|
-
const
|
|
14628
|
+
const v = ss(t, b), w = typeof te(l, d) == "object" ? `${te(l, d).top}px ${te(l, d).right}px ${te(l, d).bottom}px ${te(l, d).left}px` : `${te(l, d)}px`, S = zt(r, d, 16), N = zt(i, d, 150) / 100, O = zt(a, d, 0), k = /<[^>]+>/.test(v);
|
|
14622
14629
|
return /* @__PURE__ */ h(
|
|
14623
14630
|
"div",
|
|
14624
14631
|
{
|
|
@@ -14629,7 +14636,7 @@ const _p = /* @__PURE__ */ vi(r8), i8 = [
|
|
|
14629
14636
|
fontWeight: n,
|
|
14630
14637
|
fontFamily: o,
|
|
14631
14638
|
lineHeight: N,
|
|
14632
|
-
letterSpacing: `${
|
|
14639
|
+
letterSpacing: `${O}px`,
|
|
14633
14640
|
textAlign: s,
|
|
14634
14641
|
color: u,
|
|
14635
14642
|
margin: w,
|
|
@@ -14642,13 +14649,13 @@ const _p = /* @__PURE__ */ vi(r8), i8 = [
|
|
|
14642
14649
|
{
|
|
14643
14650
|
dangerouslySetInnerHTML: {
|
|
14644
14651
|
__html: _p(
|
|
14645
|
-
ss(e ||
|
|
14652
|
+
ss(e || v, b),
|
|
14646
14653
|
u8
|
|
14647
14654
|
)
|
|
14648
14655
|
},
|
|
14649
14656
|
className: "[&_ul]:list-disc [&_ul]:pl-4 [&_ol]:list-decimal [&_ol]:pl-4 [&_a]:text-primary [&_a]:underline"
|
|
14650
14657
|
}
|
|
14651
|
-
) :
|
|
14658
|
+
) : v
|
|
14652
14659
|
}
|
|
14653
14660
|
);
|
|
14654
14661
|
}, l8 = () => {
|
|
@@ -14778,7 +14785,7 @@ const _p = /* @__PURE__ */ vi(r8), i8 = [
|
|
|
14778
14785
|
] }),
|
|
14779
14786
|
/* @__PURE__ */ P(Y, { title: "Color", defaultOpen: !1, children: [
|
|
14780
14787
|
/* @__PURE__ */ h(
|
|
14781
|
-
|
|
14788
|
+
ft,
|
|
14782
14789
|
{
|
|
14783
14790
|
label: "Text Color",
|
|
14784
14791
|
value: e.color || "#000000",
|
|
@@ -14849,7 +14856,7 @@ const An = {
|
|
|
14849
14856
|
opacity: p = { desktop: 100 }
|
|
14850
14857
|
}) => {
|
|
14851
14858
|
var j, F, $;
|
|
14852
|
-
const f =
|
|
14859
|
+
const f = Pe(), d = mi();
|
|
14853
14860
|
let b, g, m;
|
|
14854
14861
|
try {
|
|
14855
14862
|
const { connectors: E, events: C } = ue((D) => ({
|
|
@@ -14858,7 +14865,7 @@ const An = {
|
|
|
14858
14865
|
b = E.connect, g = E.drag, m = C.selected;
|
|
14859
14866
|
} catch {
|
|
14860
14867
|
}
|
|
14861
|
-
const y = ss(t, d),
|
|
14868
|
+
const y = ss(t, d), v = `h${e}`;
|
|
14862
14869
|
let w;
|
|
14863
14870
|
a === "auto" ? w = ((j = An[e]) == null ? void 0 : j[f]) || ((F = An[e]) == null ? void 0 : F.desktop) || 36 : w = zt(
|
|
14864
14871
|
a,
|
|
@@ -14869,9 +14876,9 @@ const An = {
|
|
|
14869
14876
|
u,
|
|
14870
14877
|
f,
|
|
14871
14878
|
-0.5
|
|
14872
|
-
),
|
|
14879
|
+
), O = zt(p, f, 100), k = typeof te(l, f) == "object" ? `${te(l, f).top}px ${te(l, f).right}px ${te(l, f).bottom}px ${te(l, f).left}px` : `${te(l, f)}px`;
|
|
14873
14880
|
return /* @__PURE__ */ h(
|
|
14874
|
-
|
|
14881
|
+
v,
|
|
14875
14882
|
{
|
|
14876
14883
|
ref: (E) => E && b && g && b(g(E)),
|
|
14877
14884
|
className: `cursor-move ${m ? "outline outline-blue-500" : ""}`,
|
|
@@ -14885,14 +14892,14 @@ const An = {
|
|
|
14885
14892
|
letterSpacing: `${N}px`,
|
|
14886
14893
|
margin: k,
|
|
14887
14894
|
textTransform: c,
|
|
14888
|
-
opacity:
|
|
14895
|
+
opacity: O / 100
|
|
14889
14896
|
},
|
|
14890
14897
|
children: y
|
|
14891
14898
|
}
|
|
14892
14899
|
);
|
|
14893
14900
|
}, c8 = () => {
|
|
14894
14901
|
var i;
|
|
14895
|
-
const t =
|
|
14902
|
+
const t = Pe(), {
|
|
14896
14903
|
actions: { setProp: e },
|
|
14897
14904
|
props: r
|
|
14898
14905
|
} = ue((a) => ({
|
|
@@ -15038,7 +15045,7 @@ const An = {
|
|
|
15038
15045
|
] }),
|
|
15039
15046
|
/* @__PURE__ */ P(Y, { title: "Color", defaultOpen: !1, children: [
|
|
15040
15047
|
/* @__PURE__ */ h(
|
|
15041
|
-
|
|
15048
|
+
ft,
|
|
15042
15049
|
{
|
|
15043
15050
|
label: "Text Color",
|
|
15044
15051
|
value: r.color || "#000000",
|
|
@@ -15101,7 +15108,7 @@ const zu = ({
|
|
|
15101
15108
|
opacity: u = 100,
|
|
15102
15109
|
boxShadow: l = "none"
|
|
15103
15110
|
}) => {
|
|
15104
|
-
const c =
|
|
15111
|
+
const c = Pe();
|
|
15105
15112
|
let p, f, d;
|
|
15106
15113
|
try {
|
|
15107
15114
|
const { connectors: g, events: m } = ue((y) => ({
|
|
@@ -15291,7 +15298,7 @@ const Uu = ({
|
|
|
15291
15298
|
margin: o = { top: 16, right: 0, bottom: 16, left: 0 },
|
|
15292
15299
|
opacity: i = 100
|
|
15293
15300
|
}) => {
|
|
15294
|
-
const a =
|
|
15301
|
+
const a = Pe();
|
|
15295
15302
|
let s, u, l;
|
|
15296
15303
|
try {
|
|
15297
15304
|
const { connectors: p, events: f } = ue((d) => ({
|
|
@@ -15341,7 +15348,7 @@ const Uu = ({
|
|
|
15341
15348
|
}
|
|
15342
15349
|
),
|
|
15343
15350
|
/* @__PURE__ */ h(
|
|
15344
|
-
|
|
15351
|
+
ft,
|
|
15345
15352
|
{
|
|
15346
15353
|
label: "Color",
|
|
15347
15354
|
value: e.color || "#e5e5e5",
|
|
@@ -15524,8 +15531,8 @@ async function g8(t, e) {
|
|
|
15524
15531
|
)).data;
|
|
15525
15532
|
}
|
|
15526
15533
|
function y8(t) {
|
|
15527
|
-
const e =
|
|
15528
|
-
return
|
|
15534
|
+
const e = x.useRef({ value: t, previous: t });
|
|
15535
|
+
return x.useMemo(() => (e.current.value !== t && (e.current.previous = e.current.value, e.current.value = t), e.current.previous), [t]);
|
|
15529
15536
|
}
|
|
15530
15537
|
var Gi = "Checkbox", [v8] = xr(Gi), [x8, Wu] = v8(Gi);
|
|
15531
15538
|
function w8(t) {
|
|
@@ -15547,7 +15554,7 @@ function w8(t) {
|
|
|
15547
15554
|
defaultProp: o ?? !1,
|
|
15548
15555
|
onChange: u,
|
|
15549
15556
|
caller: Gi
|
|
15550
|
-
}), [b, g] =
|
|
15557
|
+
}), [b, g] = x.useState(null), [m, y] = x.useState(null), v = x.useRef(!1), w = b ? !!a || !!b.closest("form") : (
|
|
15551
15558
|
// We set this to true by default so that events bubble to forms without JS (SSR)
|
|
15552
15559
|
!0
|
|
15553
15560
|
), S = {
|
|
@@ -15559,7 +15566,7 @@ function w8(t) {
|
|
|
15559
15566
|
name: s,
|
|
15560
15567
|
form: a,
|
|
15561
15568
|
value: c,
|
|
15562
|
-
hasConsumerStoppedPropagationRef:
|
|
15569
|
+
hasConsumerStoppedPropagationRef: v,
|
|
15563
15570
|
required: l,
|
|
15564
15571
|
defaultChecked: Wt(o) ? !1 : o,
|
|
15565
15572
|
isFormControl: w,
|
|
@@ -15575,7 +15582,7 @@ function w8(t) {
|
|
|
15575
15582
|
}
|
|
15576
15583
|
);
|
|
15577
15584
|
}
|
|
15578
|
-
var Pp = "CheckboxTrigger", kp =
|
|
15585
|
+
var Pp = "CheckboxTrigger", kp = x.forwardRef(
|
|
15579
15586
|
({ __scopeCheckbox: t, onKeyDown: e, onClick: r, ...n }, o) => {
|
|
15580
15587
|
const {
|
|
15581
15588
|
control: i,
|
|
@@ -15588,12 +15595,12 @@ var Pp = "CheckboxTrigger", kp = v.forwardRef(
|
|
|
15588
15595
|
hasConsumerStoppedPropagationRef: f,
|
|
15589
15596
|
isFormControl: d,
|
|
15590
15597
|
bubbleInput: b
|
|
15591
|
-
} = Wu(Pp, t), g = Ae(o, c), m =
|
|
15592
|
-
return
|
|
15598
|
+
} = Wu(Pp, t), g = Ae(o, c), m = x.useRef(u);
|
|
15599
|
+
return x.useEffect(() => {
|
|
15593
15600
|
const y = i == null ? void 0 : i.form;
|
|
15594
15601
|
if (y) {
|
|
15595
|
-
const
|
|
15596
|
-
return y.addEventListener("reset",
|
|
15602
|
+
const v = () => p(m.current);
|
|
15603
|
+
return y.addEventListener("reset", v), () => y.removeEventListener("reset", v);
|
|
15597
15604
|
}
|
|
15598
15605
|
}, [i, p]), /* @__PURE__ */ h(
|
|
15599
15606
|
we.button,
|
|
@@ -15612,14 +15619,14 @@ var Pp = "CheckboxTrigger", kp = v.forwardRef(
|
|
|
15612
15619
|
y.key === "Enter" && y.preventDefault();
|
|
15613
15620
|
}),
|
|
15614
15621
|
onClick: pe(r, (y) => {
|
|
15615
|
-
p((
|
|
15622
|
+
p((v) => Wt(v) ? !0 : !v), b && d && (f.current = y.isPropagationStopped(), f.current || y.stopPropagation());
|
|
15616
15623
|
})
|
|
15617
15624
|
}
|
|
15618
15625
|
);
|
|
15619
15626
|
}
|
|
15620
15627
|
);
|
|
15621
15628
|
kp.displayName = Pp;
|
|
15622
|
-
var Gu =
|
|
15629
|
+
var Gu = x.forwardRef(
|
|
15623
15630
|
(t, e) => {
|
|
15624
15631
|
const {
|
|
15625
15632
|
__scopeCheckbox: r,
|
|
@@ -15666,7 +15673,7 @@ var Gu = v.forwardRef(
|
|
|
15666
15673
|
}
|
|
15667
15674
|
);
|
|
15668
15675
|
Gu.displayName = Gi;
|
|
15669
|
-
var Ip = "CheckboxIndicator", Dp =
|
|
15676
|
+
var Ip = "CheckboxIndicator", Dp = x.forwardRef(
|
|
15670
15677
|
(t, e) => {
|
|
15671
15678
|
const { __scopeCheckbox: r, forceMount: n, ...o } = t, i = Wu(Ip, r);
|
|
15672
15679
|
return /* @__PURE__ */ h(
|
|
@@ -15688,7 +15695,7 @@ var Ip = "CheckboxIndicator", Dp = v.forwardRef(
|
|
|
15688
15695
|
}
|
|
15689
15696
|
);
|
|
15690
15697
|
Dp.displayName = Ip;
|
|
15691
|
-
var Lp = "CheckboxBubbleInput", Mp =
|
|
15698
|
+
var Lp = "CheckboxBubbleInput", Mp = x.forwardRef(
|
|
15692
15699
|
({ __scopeCheckbox: t, ...e }, r) => {
|
|
15693
15700
|
const {
|
|
15694
15701
|
control: n,
|
|
@@ -15703,19 +15710,19 @@ var Lp = "CheckboxBubbleInput", Mp = v.forwardRef(
|
|
|
15703
15710
|
bubbleInput: f,
|
|
15704
15711
|
setBubbleInput: d
|
|
15705
15712
|
} = Wu(Lp, t), b = Ae(r, d), g = y8(i), m = Zf(n);
|
|
15706
|
-
|
|
15707
|
-
const
|
|
15708
|
-
if (!
|
|
15713
|
+
x.useEffect(() => {
|
|
15714
|
+
const v = f;
|
|
15715
|
+
if (!v) return;
|
|
15709
15716
|
const w = window.HTMLInputElement.prototype, N = Object.getOwnPropertyDescriptor(
|
|
15710
15717
|
w,
|
|
15711
15718
|
"checked"
|
|
15712
|
-
).set,
|
|
15719
|
+
).set, O = !o.current;
|
|
15713
15720
|
if (g !== i && N) {
|
|
15714
|
-
const k = new Event("click", { bubbles:
|
|
15715
|
-
|
|
15721
|
+
const k = new Event("click", { bubbles: O });
|
|
15722
|
+
v.indeterminate = Wt(i), N.call(v, Wt(i) ? !1 : i), v.dispatchEvent(k);
|
|
15716
15723
|
}
|
|
15717
15724
|
}, [f, g, i, o]);
|
|
15718
|
-
const y =
|
|
15725
|
+
const y = x.useRef(Wt(i) ? !1 : i);
|
|
15719
15726
|
return /* @__PURE__ */ h(
|
|
15720
15727
|
we.input,
|
|
15721
15728
|
{
|
|
@@ -15756,7 +15763,7 @@ function Wt(t) {
|
|
|
15756
15763
|
function jp(t) {
|
|
15757
15764
|
return Wt(t) ? "indeterminate" : t ? "checked" : "unchecked";
|
|
15758
15765
|
}
|
|
15759
|
-
const E8 =
|
|
15766
|
+
const E8 = x.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ h(
|
|
15760
15767
|
Gu,
|
|
15761
15768
|
{
|
|
15762
15769
|
ref: r,
|
|
@@ -15777,7 +15784,7 @@ const E8 = v.forwardRef(({ className: t, ...e }, r) => /* @__PURE__ */ h(
|
|
|
15777
15784
|
E8.displayName = Gu.displayName;
|
|
15778
15785
|
const C8 = ({ onDownload: t, disabled: e = !1 }) => {
|
|
15779
15786
|
const [r, n] = me(!0), [o, i] = me(!1), [a, s] = me(!1);
|
|
15780
|
-
return
|
|
15787
|
+
return _e(() => {
|
|
15781
15788
|
try {
|
|
15782
15789
|
s(window.self !== window.top);
|
|
15783
15790
|
} catch {
|
|
@@ -15785,13 +15792,13 @@ const C8 = ({ onDownload: t, disabled: e = !1 }) => {
|
|
|
15785
15792
|
}
|
|
15786
15793
|
}, []), /* @__PURE__ */ P("div", { className: "py-4 max-w-[600px] w-full flex flex-col justify-center items-center", children: [
|
|
15787
15794
|
/* @__PURE__ */ h("div", { className: "flex w-full md:w-1/2 justify-center items-center", children: /* @__PURE__ */ h(
|
|
15788
|
-
|
|
15795
|
+
"button",
|
|
15789
15796
|
{
|
|
15790
15797
|
disabled: !r || o || e,
|
|
15791
15798
|
onClick: () => {
|
|
15792
15799
|
r && t && !o && (t(), i(!0), a && window.parent.postMessage({ type: "OPEN_POPUP", payload: "1" }, "*"));
|
|
15793
15800
|
},
|
|
15794
|
-
className: "w-full bg-black text-white",
|
|
15801
|
+
className: "w-full bg-black text-white px-4 py-2 mb-2 rounded-md flex items-center justify-center disabled:cursor-not-allowed disabled:opacity-50",
|
|
15795
15802
|
children: o ? /* @__PURE__ */ P(lr, { children: [
|
|
15796
15803
|
/* @__PURE__ */ h(Bs, { className: "h-4 w-4 mr-2" }),
|
|
15797
15804
|
"Thank you!"
|
|
@@ -16036,7 +16043,7 @@ const uC = (t) => {
|
|
|
16036
16043
|
!1
|
|
16037
16044
|
), (o) => {
|
|
16038
16045
|
n.push(o), sr.postMessage(r, "*");
|
|
16039
|
-
}))(`axios@${Math.random()}`, []) : (r) => setTimeout(r))(typeof setImmediate == "function", je(sr.postMessage)), dC = typeof queueMicrotask < "u" ? queueMicrotask.bind(sr) : typeof process < "u" && process.nextTick || Vp, fC = (t) => t != null && je(t[Yi]),
|
|
16046
|
+
}))(`axios@${Math.random()}`, []) : (r) => setTimeout(r))(typeof setImmediate == "function", je(sr.postMessage)), dC = typeof queueMicrotask < "u" ? queueMicrotask.bind(sr) : typeof process < "u" && process.nextTick || Vp, fC = (t) => t != null && je(t[Yi]), R = {
|
|
16040
16047
|
isArray: ln,
|
|
16041
16048
|
isArrayBuffer: Fp,
|
|
16042
16049
|
isBuffer: eo,
|
|
@@ -16136,7 +16143,7 @@ let W = class Wp extends Error {
|
|
|
16136
16143
|
columnNumber: this.columnNumber,
|
|
16137
16144
|
stack: this.stack,
|
|
16138
16145
|
// Axios
|
|
16139
|
-
config:
|
|
16146
|
+
config: R.toJSONObject(this.config),
|
|
16140
16147
|
code: this.code,
|
|
16141
16148
|
status: this.status
|
|
16142
16149
|
};
|
|
@@ -16156,10 +16163,10 @@ W.ERR_NOT_SUPPORT = "ERR_NOT_SUPPORT";
|
|
|
16156
16163
|
W.ERR_INVALID_URL = "ERR_INVALID_URL";
|
|
16157
16164
|
const pC = null;
|
|
16158
16165
|
function As(t) {
|
|
16159
|
-
return
|
|
16166
|
+
return R.isPlainObject(t) || R.isArray(t);
|
|
16160
16167
|
}
|
|
16161
16168
|
function Gp(t) {
|
|
16162
|
-
return
|
|
16169
|
+
return R.endsWith(t, "[]") ? t.slice(0, -2) : t;
|
|
16163
16170
|
}
|
|
16164
16171
|
function Ea(t, e, r) {
|
|
16165
16172
|
return t ? t.concat(e).map(function(o, i) {
|
|
@@ -16167,15 +16174,15 @@ function Ea(t, e, r) {
|
|
|
16167
16174
|
}).join(r ? "." : "") : e;
|
|
16168
16175
|
}
|
|
16169
16176
|
function hC(t) {
|
|
16170
|
-
return
|
|
16177
|
+
return R.isArray(t) && !t.some(As);
|
|
16171
16178
|
}
|
|
16172
|
-
const mC =
|
|
16179
|
+
const mC = R.toFlatObject(R, {}, null, function(e) {
|
|
16173
16180
|
return /^is[A-Z]/.test(e);
|
|
16174
16181
|
});
|
|
16175
16182
|
function Ji(t, e, r) {
|
|
16176
|
-
if (!
|
|
16183
|
+
if (!R.isObject(t))
|
|
16177
16184
|
throw new TypeError("target must be an object");
|
|
16178
|
-
e = e || new FormData(), r =
|
|
16185
|
+
e = e || new FormData(), r = R.toFlatObject(
|
|
16179
16186
|
r,
|
|
16180
16187
|
{
|
|
16181
16188
|
metaTokens: !0,
|
|
@@ -16184,32 +16191,32 @@ function Ji(t, e, r) {
|
|
|
16184
16191
|
},
|
|
16185
16192
|
!1,
|
|
16186
16193
|
function(g, m) {
|
|
16187
|
-
return !
|
|
16194
|
+
return !R.isUndefined(m[g]);
|
|
16188
16195
|
}
|
|
16189
16196
|
);
|
|
16190
|
-
const n = r.metaTokens, o = r.visitor || c, i = r.dots, a = r.indexes, u = (r.Blob || typeof Blob < "u" && Blob) &&
|
|
16191
|
-
if (!
|
|
16197
|
+
const n = r.metaTokens, o = r.visitor || c, i = r.dots, a = r.indexes, u = (r.Blob || typeof Blob < "u" && Blob) && R.isSpecCompliantForm(e);
|
|
16198
|
+
if (!R.isFunction(o))
|
|
16192
16199
|
throw new TypeError("visitor must be a function");
|
|
16193
16200
|
function l(b) {
|
|
16194
16201
|
if (b === null) return "";
|
|
16195
|
-
if (
|
|
16202
|
+
if (R.isDate(b))
|
|
16196
16203
|
return b.toISOString();
|
|
16197
|
-
if (
|
|
16204
|
+
if (R.isBoolean(b))
|
|
16198
16205
|
return b.toString();
|
|
16199
|
-
if (!u &&
|
|
16206
|
+
if (!u && R.isBlob(b))
|
|
16200
16207
|
throw new W("Blob is not supported. Use a Buffer instead.");
|
|
16201
|
-
return
|
|
16208
|
+
return R.isArrayBuffer(b) || R.isTypedArray(b) ? u && typeof Blob == "function" ? new Blob([b]) : Buffer.from(b) : b;
|
|
16202
16209
|
}
|
|
16203
16210
|
function c(b, g, m) {
|
|
16204
16211
|
let y = b;
|
|
16205
|
-
if (
|
|
16212
|
+
if (R.isReactNative(e) && R.isReactNativeBlob(b))
|
|
16206
16213
|
return e.append(Ea(m, g, i), l(b)), !1;
|
|
16207
16214
|
if (b && !m && typeof b == "object") {
|
|
16208
|
-
if (
|
|
16215
|
+
if (R.endsWith(g, "{}"))
|
|
16209
16216
|
g = n ? g : g.slice(0, -2), b = JSON.stringify(b);
|
|
16210
|
-
else if (
|
|
16217
|
+
else if (R.isArray(b) && hC(b) || (R.isFileList(b) || R.endsWith(g, "[]")) && (y = R.toArray(b)))
|
|
16211
16218
|
return g = Gp(g), y.forEach(function(w, S) {
|
|
16212
|
-
!(
|
|
16219
|
+
!(R.isUndefined(w) || w === null) && e.append(
|
|
16213
16220
|
// eslint-disable-next-line no-nested-ternary
|
|
16214
16221
|
a === !0 ? Ea([g], S, i) : a === null ? g : g + "[]",
|
|
16215
16222
|
l(w)
|
|
@@ -16224,15 +16231,15 @@ function Ji(t, e, r) {
|
|
|
16224
16231
|
isVisitable: As
|
|
16225
16232
|
});
|
|
16226
16233
|
function d(b, g) {
|
|
16227
|
-
if (!
|
|
16234
|
+
if (!R.isUndefined(b)) {
|
|
16228
16235
|
if (p.indexOf(b) !== -1)
|
|
16229
16236
|
throw Error("Circular reference detected in " + g.join("."));
|
|
16230
|
-
p.push(b),
|
|
16231
|
-
(!(
|
|
16237
|
+
p.push(b), R.forEach(b, function(y, v) {
|
|
16238
|
+
(!(R.isUndefined(y) || y === null) && o.call(e, y, R.isString(v) ? v.trim() : v, g, f)) === !0 && d(y, g ? g.concat(v) : [v]);
|
|
16232
16239
|
}), p.pop();
|
|
16233
16240
|
}
|
|
16234
16241
|
}
|
|
16235
|
-
if (!
|
|
16242
|
+
if (!R.isObject(t))
|
|
16236
16243
|
throw new TypeError("data must be an object");
|
|
16237
16244
|
return d(t), e;
|
|
16238
16245
|
}
|
|
@@ -16271,11 +16278,11 @@ function bC(t) {
|
|
|
16271
16278
|
function Xp(t, e, r) {
|
|
16272
16279
|
if (!e)
|
|
16273
16280
|
return t;
|
|
16274
|
-
const n = r && r.encode || bC, o =
|
|
16281
|
+
const n = r && r.encode || bC, o = R.isFunction(r) ? {
|
|
16275
16282
|
serialize: r
|
|
16276
16283
|
} : r, i = o && o.serialize;
|
|
16277
16284
|
let a;
|
|
16278
|
-
if (i ? a = i(e, o) : a =
|
|
16285
|
+
if (i ? a = i(e, o) : a = R.isURLSearchParams(e) ? e.toString() : new Xu(e, o).toString(n), a) {
|
|
16279
16286
|
const s = t.indexOf("#");
|
|
16280
16287
|
s !== -1 && (t = t.slice(0, s)), t += (t.indexOf("?") === -1 ? "?" : "&") + a;
|
|
16281
16288
|
}
|
|
@@ -16331,7 +16338,7 @@ class cd {
|
|
|
16331
16338
|
* @returns {void}
|
|
16332
16339
|
*/
|
|
16333
16340
|
forEach(e) {
|
|
16334
|
-
|
|
16341
|
+
R.forEach(this.handlers, function(n) {
|
|
16335
16342
|
n !== null && e(n);
|
|
16336
16343
|
});
|
|
16337
16344
|
}
|
|
@@ -16364,13 +16371,13 @@ self instanceof WorkerGlobalScope && typeof self.importScripts == "function", EC
|
|
|
16364
16371
|
function TC(t, e) {
|
|
16365
16372
|
return Ji(t, new Re.classes.URLSearchParams(), {
|
|
16366
16373
|
visitor: function(r, n, o, i) {
|
|
16367
|
-
return Re.isNode &&
|
|
16374
|
+
return Re.isNode && R.isBuffer(r) ? (this.append(n, r.toString("base64")), !1) : i.defaultVisitor.apply(this, arguments);
|
|
16368
16375
|
},
|
|
16369
16376
|
...e
|
|
16370
16377
|
});
|
|
16371
16378
|
}
|
|
16372
16379
|
function NC(t) {
|
|
16373
|
-
return
|
|
16380
|
+
return R.matchAll(/\w+|\[(\w*)]/g, t).map((e) => e[0] === "[]" ? "" : e[1] || e[0]);
|
|
16374
16381
|
}
|
|
16375
16382
|
function AC(t) {
|
|
16376
16383
|
const e = {}, r = Object.keys(t);
|
|
@@ -16386,20 +16393,20 @@ function Kp(t) {
|
|
|
16386
16393
|
let a = r[i++];
|
|
16387
16394
|
if (a === "__proto__") return !0;
|
|
16388
16395
|
const s = Number.isFinite(+a), u = i >= r.length;
|
|
16389
|
-
return a = !a &&
|
|
16396
|
+
return a = !a && R.isArray(o) ? o.length : a, u ? (R.hasOwnProp(o, a) ? o[a] = [o[a], n] : o[a] = n, !s) : ((!o[a] || !R.isObject(o[a])) && (o[a] = []), e(r, n, o[a], i) && R.isArray(o[a]) && (o[a] = AC(o[a])), !s);
|
|
16390
16397
|
}
|
|
16391
|
-
if (
|
|
16398
|
+
if (R.isFormData(t) && R.isFunction(t.entries)) {
|
|
16392
16399
|
const r = {};
|
|
16393
|
-
return
|
|
16400
|
+
return R.forEachEntry(t, (n, o) => {
|
|
16394
16401
|
e(NC(n), o, r, 0);
|
|
16395
16402
|
}), r;
|
|
16396
16403
|
}
|
|
16397
16404
|
return null;
|
|
16398
16405
|
}
|
|
16399
16406
|
function OC(t, e, r) {
|
|
16400
|
-
if (
|
|
16407
|
+
if (R.isString(t))
|
|
16401
16408
|
try {
|
|
16402
|
-
return (e || JSON.parse)(t),
|
|
16409
|
+
return (e || JSON.parse)(t), R.trim(t);
|
|
16403
16410
|
} catch (n) {
|
|
16404
16411
|
if (n.name !== "SyntaxError")
|
|
16405
16412
|
throw n;
|
|
@@ -16411,20 +16418,20 @@ const no = {
|
|
|
16411
16418
|
adapter: ["xhr", "http", "fetch"],
|
|
16412
16419
|
transformRequest: [
|
|
16413
16420
|
function(e, r) {
|
|
16414
|
-
const n = r.getContentType() || "", o = n.indexOf("application/json") > -1, i =
|
|
16415
|
-
if (i &&
|
|
16421
|
+
const n = r.getContentType() || "", o = n.indexOf("application/json") > -1, i = R.isObject(e);
|
|
16422
|
+
if (i && R.isHTMLForm(e) && (e = new FormData(e)), R.isFormData(e))
|
|
16416
16423
|
return o ? JSON.stringify(Kp(e)) : e;
|
|
16417
|
-
if (
|
|
16424
|
+
if (R.isArrayBuffer(e) || R.isBuffer(e) || R.isStream(e) || R.isFile(e) || R.isBlob(e) || R.isReadableStream(e))
|
|
16418
16425
|
return e;
|
|
16419
|
-
if (
|
|
16426
|
+
if (R.isArrayBufferView(e))
|
|
16420
16427
|
return e.buffer;
|
|
16421
|
-
if (
|
|
16428
|
+
if (R.isURLSearchParams(e))
|
|
16422
16429
|
return r.setContentType("application/x-www-form-urlencoded;charset=utf-8", !1), e.toString();
|
|
16423
16430
|
let s;
|
|
16424
16431
|
if (i) {
|
|
16425
16432
|
if (n.indexOf("application/x-www-form-urlencoded") > -1)
|
|
16426
16433
|
return TC(e, this.formSerializer).toString();
|
|
16427
|
-
if ((s =
|
|
16434
|
+
if ((s = R.isFileList(e)) || n.indexOf("multipart/form-data") > -1) {
|
|
16428
16435
|
const u = this.env && this.env.FormData;
|
|
16429
16436
|
return Ji(
|
|
16430
16437
|
s ? { "files[]": e } : e,
|
|
@@ -16439,9 +16446,9 @@ const no = {
|
|
|
16439
16446
|
transformResponse: [
|
|
16440
16447
|
function(e) {
|
|
16441
16448
|
const r = this.transitional || no.transitional, n = r && r.forcedJSONParsing, o = this.responseType === "json";
|
|
16442
|
-
if (
|
|
16449
|
+
if (R.isResponse(e) || R.isReadableStream(e))
|
|
16443
16450
|
return e;
|
|
16444
|
-
if (e &&
|
|
16451
|
+
if (e && R.isString(e) && (n && !this.responseType || o)) {
|
|
16445
16452
|
const a = !(r && r.silentJSONParsing) && o;
|
|
16446
16453
|
try {
|
|
16447
16454
|
return JSON.parse(e, this.parseReviver);
|
|
@@ -16476,10 +16483,10 @@ const no = {
|
|
|
16476
16483
|
}
|
|
16477
16484
|
}
|
|
16478
16485
|
};
|
|
16479
|
-
|
|
16486
|
+
R.forEach(["delete", "get", "head", "post", "put", "patch"], (t) => {
|
|
16480
16487
|
no.headers[t] = {};
|
|
16481
16488
|
});
|
|
16482
|
-
const RC =
|
|
16489
|
+
const RC = R.toObjectSet([
|
|
16483
16490
|
"age",
|
|
16484
16491
|
"authorization",
|
|
16485
16492
|
"content-length",
|
|
@@ -16509,7 +16516,7 @@ function vn(t) {
|
|
|
16509
16516
|
return t && String(t).trim().toLowerCase();
|
|
16510
16517
|
}
|
|
16511
16518
|
function Mo(t) {
|
|
16512
|
-
return t === !1 || t == null ? t :
|
|
16519
|
+
return t === !1 || t == null ? t : R.isArray(t) ? t.map(Mo) : String(t);
|
|
16513
16520
|
}
|
|
16514
16521
|
function PC(t) {
|
|
16515
16522
|
const e = /* @__PURE__ */ Object.create(null), r = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
@@ -16520,12 +16527,12 @@ function PC(t) {
|
|
|
16520
16527
|
}
|
|
16521
16528
|
const kC = (t) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());
|
|
16522
16529
|
function Ca(t, e, r, n, o) {
|
|
16523
|
-
if (
|
|
16530
|
+
if (R.isFunction(n))
|
|
16524
16531
|
return n.call(this, e, r);
|
|
16525
|
-
if (o && (e = r), !!
|
|
16526
|
-
if (
|
|
16532
|
+
if (o && (e = r), !!R.isString(e)) {
|
|
16533
|
+
if (R.isString(n))
|
|
16527
16534
|
return e.indexOf(n) !== -1;
|
|
16528
|
-
if (
|
|
16535
|
+
if (R.isRegExp(n))
|
|
16529
16536
|
return n.test(e);
|
|
16530
16537
|
}
|
|
16531
16538
|
}
|
|
@@ -16533,7 +16540,7 @@ function IC(t) {
|
|
|
16533
16540
|
return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, (e, r, n) => r.toUpperCase() + n);
|
|
16534
16541
|
}
|
|
16535
16542
|
function DC(t, e) {
|
|
16536
|
-
const r =
|
|
16543
|
+
const r = R.toCamelCase(" " + e);
|
|
16537
16544
|
["get", "set", "has"].forEach((n) => {
|
|
16538
16545
|
Object.defineProperty(t, n + r, {
|
|
16539
16546
|
value: function(o, i, a) {
|
|
@@ -16553,20 +16560,20 @@ let $e = class {
|
|
|
16553
16560
|
const c = vn(u);
|
|
16554
16561
|
if (!c)
|
|
16555
16562
|
throw new Error("header name must be a non-empty string");
|
|
16556
|
-
const p =
|
|
16563
|
+
const p = R.findKey(o, c);
|
|
16557
16564
|
(!p || o[p] === void 0 || l === !0 || l === void 0 && o[p] !== !1) && (o[p || u] = Mo(s));
|
|
16558
16565
|
}
|
|
16559
|
-
const a = (s, u) =>
|
|
16560
|
-
if (
|
|
16566
|
+
const a = (s, u) => R.forEach(s, (l, c) => i(l, c, u));
|
|
16567
|
+
if (R.isPlainObject(e) || e instanceof this.constructor)
|
|
16561
16568
|
a(e, r);
|
|
16562
|
-
else if (
|
|
16569
|
+
else if (R.isString(e) && (e = e.trim()) && !kC(e))
|
|
16563
16570
|
a(_C(e), r);
|
|
16564
|
-
else if (
|
|
16571
|
+
else if (R.isObject(e) && R.isIterable(e)) {
|
|
16565
16572
|
let s = {}, u, l;
|
|
16566
16573
|
for (const c of e) {
|
|
16567
|
-
if (!
|
|
16574
|
+
if (!R.isArray(c))
|
|
16568
16575
|
throw TypeError("Object iterator must return a key-value pair");
|
|
16569
|
-
s[l = c[0]] = (u = s[l]) ?
|
|
16576
|
+
s[l = c[0]] = (u = s[l]) ? R.isArray(u) ? [...u, c[1]] : [u, c[1]] : c[1];
|
|
16570
16577
|
}
|
|
16571
16578
|
a(s, r);
|
|
16572
16579
|
} else
|
|
@@ -16575,16 +16582,16 @@ let $e = class {
|
|
|
16575
16582
|
}
|
|
16576
16583
|
get(e, r) {
|
|
16577
16584
|
if (e = vn(e), e) {
|
|
16578
|
-
const n =
|
|
16585
|
+
const n = R.findKey(this, e);
|
|
16579
16586
|
if (n) {
|
|
16580
16587
|
const o = this[n];
|
|
16581
16588
|
if (!r)
|
|
16582
16589
|
return o;
|
|
16583
16590
|
if (r === !0)
|
|
16584
16591
|
return PC(o);
|
|
16585
|
-
if (
|
|
16592
|
+
if (R.isFunction(r))
|
|
16586
16593
|
return r.call(this, o, n);
|
|
16587
|
-
if (
|
|
16594
|
+
if (R.isRegExp(r))
|
|
16588
16595
|
return r.exec(o);
|
|
16589
16596
|
throw new TypeError("parser must be boolean|regexp|function");
|
|
16590
16597
|
}
|
|
@@ -16592,7 +16599,7 @@ let $e = class {
|
|
|
16592
16599
|
}
|
|
16593
16600
|
has(e, r) {
|
|
16594
16601
|
if (e = vn(e), e) {
|
|
16595
|
-
const n =
|
|
16602
|
+
const n = R.findKey(this, e);
|
|
16596
16603
|
return !!(n && this[n] !== void 0 && (!r || Ca(this, this[n], n, r)));
|
|
16597
16604
|
}
|
|
16598
16605
|
return !1;
|
|
@@ -16602,11 +16609,11 @@ let $e = class {
|
|
|
16602
16609
|
let o = !1;
|
|
16603
16610
|
function i(a) {
|
|
16604
16611
|
if (a = vn(a), a) {
|
|
16605
|
-
const s =
|
|
16612
|
+
const s = R.findKey(n, a);
|
|
16606
16613
|
s && (!r || Ca(n, n[s], s, r)) && (delete n[s], o = !0);
|
|
16607
16614
|
}
|
|
16608
16615
|
}
|
|
16609
|
-
return
|
|
16616
|
+
return R.isArray(e) ? e.forEach(i) : i(e), o;
|
|
16610
16617
|
}
|
|
16611
16618
|
clear(e) {
|
|
16612
16619
|
const r = Object.keys(this);
|
|
@@ -16619,8 +16626,8 @@ let $e = class {
|
|
|
16619
16626
|
}
|
|
16620
16627
|
normalize(e) {
|
|
16621
16628
|
const r = this, n = {};
|
|
16622
|
-
return
|
|
16623
|
-
const a =
|
|
16629
|
+
return R.forEach(this, (o, i) => {
|
|
16630
|
+
const a = R.findKey(n, i);
|
|
16624
16631
|
if (a) {
|
|
16625
16632
|
r[a] = Mo(o), delete r[i];
|
|
16626
16633
|
return;
|
|
@@ -16634,8 +16641,8 @@ let $e = class {
|
|
|
16634
16641
|
}
|
|
16635
16642
|
toJSON(e) {
|
|
16636
16643
|
const r = /* @__PURE__ */ Object.create(null);
|
|
16637
|
-
return
|
|
16638
|
-
n != null && n !== !1 && (r[o] = e &&
|
|
16644
|
+
return R.forEach(this, (n, o) => {
|
|
16645
|
+
n != null && n !== !1 && (r[o] = e && R.isArray(n) ? n.join(", ") : n);
|
|
16639
16646
|
}), r;
|
|
16640
16647
|
}
|
|
16641
16648
|
[Symbol.iterator]() {
|
|
@@ -16666,7 +16673,7 @@ let $e = class {
|
|
|
16666
16673
|
const s = vn(a);
|
|
16667
16674
|
n[s] || (DC(o, a), n[s] = !0);
|
|
16668
16675
|
}
|
|
16669
|
-
return
|
|
16676
|
+
return R.isArray(e) ? e.forEach(i) : i(e), this;
|
|
16670
16677
|
}
|
|
16671
16678
|
};
|
|
16672
16679
|
$e.accessor([
|
|
@@ -16677,7 +16684,7 @@ $e.accessor([
|
|
|
16677
16684
|
"User-Agent",
|
|
16678
16685
|
"Authorization"
|
|
16679
16686
|
]);
|
|
16680
|
-
|
|
16687
|
+
R.reduceDescriptors($e.prototype, ({ value: t }, e) => {
|
|
16681
16688
|
let r = e[0].toUpperCase() + e.slice(1);
|
|
16682
16689
|
return {
|
|
16683
16690
|
get: () => t,
|
|
@@ -16686,11 +16693,11 @@ O.reduceDescriptors($e.prototype, ({ value: t }, e) => {
|
|
|
16686
16693
|
}
|
|
16687
16694
|
};
|
|
16688
16695
|
});
|
|
16689
|
-
|
|
16696
|
+
R.freezeMethods($e);
|
|
16690
16697
|
function Ta(t, e) {
|
|
16691
16698
|
const r = this || no, n = e || r, o = $e.from(n.headers);
|
|
16692
16699
|
let i = n.data;
|
|
16693
|
-
return
|
|
16700
|
+
return R.forEach(t, function(s) {
|
|
16694
16701
|
i = s.call(r, i, o.normalize(), e ? e.status : void 0);
|
|
16695
16702
|
}), o.normalize(), i;
|
|
16696
16703
|
}
|
|
@@ -16784,7 +16791,7 @@ const di = (t, e, r = 3) => {
|
|
|
16784
16791
|
}),
|
|
16785
16792
|
e[1]
|
|
16786
16793
|
];
|
|
16787
|
-
}, pd = (t) => (...e) =>
|
|
16794
|
+
}, pd = (t) => (...e) => R.asap(() => t(...e)), $C = Re.hasStandardBrowserEnv ? /* @__PURE__ */ ((t, e) => (r) => (r = new URL(r, Re.origin), t.protocol === r.protocol && t.host === r.host && (e || t.port === r.port)))(
|
|
16788
16795
|
new URL(Re.origin),
|
|
16789
16796
|
Re.navigator && /(msie|trident)/i.test(Re.navigator.userAgent)
|
|
16790
16797
|
) : () => !0, BC = Re.hasStandardBrowserEnv ? (
|
|
@@ -16793,7 +16800,7 @@ const di = (t, e, r = 3) => {
|
|
|
16793
16800
|
write(t, e, r, n, o, i, a) {
|
|
16794
16801
|
if (typeof document > "u") return;
|
|
16795
16802
|
const s = [`${t}=${encodeURIComponent(e)}`];
|
|
16796
|
-
|
|
16803
|
+
R.isNumber(r) && s.push(`expires=${new Date(r).toUTCString()}`), R.isString(n) && s.push(`path=${n}`), R.isString(o) && s.push(`domain=${o}`), i === !0 && s.push("secure"), R.isString(a) && s.push(`SameSite=${a}`), document.cookie = s.join("; ");
|
|
16797
16804
|
},
|
|
16798
16805
|
read(t) {
|
|
16799
16806
|
if (typeof document > "u") return null;
|
|
@@ -16831,21 +16838,21 @@ function br(t, e) {
|
|
|
16831
16838
|
e = e || {};
|
|
16832
16839
|
const r = {};
|
|
16833
16840
|
function n(l, c, p, f) {
|
|
16834
|
-
return
|
|
16841
|
+
return R.isPlainObject(l) && R.isPlainObject(c) ? R.merge.call({ caseless: f }, l, c) : R.isPlainObject(c) ? R.merge({}, c) : R.isArray(c) ? c.slice() : c;
|
|
16835
16842
|
}
|
|
16836
16843
|
function o(l, c, p, f) {
|
|
16837
|
-
if (
|
|
16838
|
-
if (!
|
|
16844
|
+
if (R.isUndefined(c)) {
|
|
16845
|
+
if (!R.isUndefined(l))
|
|
16839
16846
|
return n(void 0, l, p, f);
|
|
16840
16847
|
} else return n(l, c, p, f);
|
|
16841
16848
|
}
|
|
16842
16849
|
function i(l, c) {
|
|
16843
|
-
if (!
|
|
16850
|
+
if (!R.isUndefined(c))
|
|
16844
16851
|
return n(void 0, c);
|
|
16845
16852
|
}
|
|
16846
16853
|
function a(l, c) {
|
|
16847
|
-
if (
|
|
16848
|
-
if (!
|
|
16854
|
+
if (R.isUndefined(c)) {
|
|
16855
|
+
if (!R.isUndefined(l))
|
|
16849
16856
|
return n(void 0, l);
|
|
16850
16857
|
} else return n(void 0, c);
|
|
16851
16858
|
}
|
|
@@ -16886,10 +16893,10 @@ function br(t, e) {
|
|
|
16886
16893
|
validateStatus: s,
|
|
16887
16894
|
headers: (l, c, p) => o(hd(l), hd(c), p, !0)
|
|
16888
16895
|
};
|
|
16889
|
-
return
|
|
16896
|
+
return R.forEach(Object.keys({ ...t, ...e }), function(c) {
|
|
16890
16897
|
if (c === "__proto__" || c === "constructor" || c === "prototype") return;
|
|
16891
|
-
const p =
|
|
16892
|
-
|
|
16898
|
+
const p = R.hasOwnProp(u, c) ? u[c] : o, f = p(t[c], e[c], c);
|
|
16899
|
+
R.isUndefined(f) && p !== s || (r[c] = f);
|
|
16893
16900
|
}), r;
|
|
16894
16901
|
}
|
|
16895
16902
|
const eh = (t) => {
|
|
@@ -16904,17 +16911,17 @@ const eh = (t) => {
|
|
|
16904
16911
|
"Basic " + btoa(
|
|
16905
16912
|
(s.username || "") + ":" + (s.password ? unescape(encodeURIComponent(s.password)) : "")
|
|
16906
16913
|
)
|
|
16907
|
-
),
|
|
16914
|
+
), R.isFormData(r)) {
|
|
16908
16915
|
if (Re.hasStandardBrowserEnv || Re.hasStandardBrowserWebWorkerEnv)
|
|
16909
16916
|
a.setContentType(void 0);
|
|
16910
|
-
else if (
|
|
16917
|
+
else if (R.isFunction(r.getHeaders)) {
|
|
16911
16918
|
const u = r.getHeaders(), l = ["content-type", "content-length"];
|
|
16912
16919
|
Object.entries(u).forEach(([c, p]) => {
|
|
16913
16920
|
l.includes(c.toLowerCase()) && a.set(c, p);
|
|
16914
16921
|
});
|
|
16915
16922
|
}
|
|
16916
16923
|
}
|
|
16917
|
-
if (Re.hasStandardBrowserEnv && (n &&
|
|
16924
|
+
if (Re.hasStandardBrowserEnv && (n && R.isFunction(n) && (n = n(e)), n || n !== !1 && $C(e.url))) {
|
|
16918
16925
|
const u = o && i && BC.read(i);
|
|
16919
16926
|
u && a.set(o, u);
|
|
16920
16927
|
}
|
|
@@ -16958,8 +16965,8 @@ const eh = (t) => {
|
|
|
16958
16965
|
}, m.onabort = function() {
|
|
16959
16966
|
m && (n(new W("Request aborted", W.ECONNABORTED, t, m)), m = null);
|
|
16960
16967
|
}, m.onerror = function(S) {
|
|
16961
|
-
const N = S && S.message ? S.message : "Network Error",
|
|
16962
|
-
|
|
16968
|
+
const N = S && S.message ? S.message : "Network Error", O = new W(N, W.ERR_NETWORK, t, m);
|
|
16969
|
+
O.event = S || null, n(O), m = null;
|
|
16963
16970
|
}, m.ontimeout = function() {
|
|
16964
16971
|
let S = o.timeout ? "timeout of " + o.timeout + "ms exceeded" : "timeout exceeded";
|
|
16965
16972
|
const N = o.transitional || Ku;
|
|
@@ -16971,16 +16978,16 @@ const eh = (t) => {
|
|
|
16971
16978
|
m
|
|
16972
16979
|
)
|
|
16973
16980
|
), m = null;
|
|
16974
|
-
}, i === void 0 && a.setContentType(null), "setRequestHeader" in m &&
|
|
16981
|
+
}, i === void 0 && a.setContentType(null), "setRequestHeader" in m && R.forEach(a.toJSON(), function(S, N) {
|
|
16975
16982
|
m.setRequestHeader(N, S);
|
|
16976
|
-
}),
|
|
16983
|
+
}), R.isUndefined(o.withCredentials) || (m.withCredentials = !!o.withCredentials), s && s !== "json" && (m.responseType = o.responseType), l && ([f, b] = di(l, !0), m.addEventListener("progress", f)), u && m.upload && ([p, d] = di(u), m.upload.addEventListener("progress", p), m.upload.addEventListener("loadend", d)), (o.cancelToken || o.signal) && (c = (w) => {
|
|
16977
16984
|
m && (n(!w || w.type ? new oo(null, t, m) : w), m.abort(), m = null);
|
|
16978
16985
|
}, o.cancelToken && o.cancelToken.subscribe(c), o.signal && (o.signal.aborted ? c() : o.signal.addEventListener("abort", c)));
|
|
16979
|
-
const
|
|
16980
|
-
if (
|
|
16986
|
+
const v = LC(o.url);
|
|
16987
|
+
if (v && Re.protocols.indexOf(v) === -1) {
|
|
16981
16988
|
n(
|
|
16982
16989
|
new W(
|
|
16983
|
-
"Unsupported protocol " +
|
|
16990
|
+
"Unsupported protocol " + v + ":",
|
|
16984
16991
|
W.ERR_BAD_REQUEST,
|
|
16985
16992
|
t
|
|
16986
16993
|
)
|
|
@@ -17012,7 +17019,7 @@ const eh = (t) => {
|
|
|
17012
17019
|
};
|
|
17013
17020
|
t.forEach((l) => l.addEventListener("abort", i));
|
|
17014
17021
|
const { signal: u } = n;
|
|
17015
|
-
return u.unsubscribe = () =>
|
|
17022
|
+
return u.unsubscribe = () => R.asap(s), u;
|
|
17016
17023
|
}
|
|
17017
17024
|
}, VC = function* (t, e) {
|
|
17018
17025
|
let r = t.byteLength;
|
|
@@ -17074,17 +17081,17 @@ const eh = (t) => {
|
|
|
17074
17081
|
highWaterMark: 2
|
|
17075
17082
|
}
|
|
17076
17083
|
);
|
|
17077
|
-
}, bd = 64 * 1024, { isFunction: No } =
|
|
17084
|
+
}, bd = 64 * 1024, { isFunction: No } = R, YC = (({ Request: t, Response: e }) => ({
|
|
17078
17085
|
Request: t,
|
|
17079
17086
|
Response: e
|
|
17080
|
-
}))(
|
|
17087
|
+
}))(R.global), { ReadableStream: gd, TextEncoder: yd } = R.global, vd = (t, ...e) => {
|
|
17081
17088
|
try {
|
|
17082
17089
|
return !!t(...e);
|
|
17083
17090
|
} catch {
|
|
17084
17091
|
return !1;
|
|
17085
17092
|
}
|
|
17086
17093
|
}, XC = (t) => {
|
|
17087
|
-
t =
|
|
17094
|
+
t = R.merge.call(
|
|
17088
17095
|
{
|
|
17089
17096
|
skipUndefined: !0
|
|
17090
17097
|
},
|
|
@@ -17104,7 +17111,7 @@ const eh = (t) => {
|
|
|
17104
17111
|
}
|
|
17105
17112
|
}).headers.has("Content-Type");
|
|
17106
17113
|
return b && !g;
|
|
17107
|
-
}), c = a && s && vd(() =>
|
|
17114
|
+
}), c = a && s && vd(() => R.isReadableStream(new n("").body)), p = {
|
|
17108
17115
|
stream: c && ((b) => b.body)
|
|
17109
17116
|
};
|
|
17110
17117
|
o && ["text", "arrayBuffer", "blob", "formData", "stream"].forEach((b) => {
|
|
@@ -17122,19 +17129,19 @@ const eh = (t) => {
|
|
|
17122
17129
|
const f = async (b) => {
|
|
17123
17130
|
if (b == null)
|
|
17124
17131
|
return 0;
|
|
17125
|
-
if (
|
|
17132
|
+
if (R.isBlob(b))
|
|
17126
17133
|
return b.size;
|
|
17127
|
-
if (
|
|
17134
|
+
if (R.isSpecCompliantForm(b))
|
|
17128
17135
|
return (await new r(Re.origin, {
|
|
17129
17136
|
method: "POST",
|
|
17130
17137
|
body: b
|
|
17131
17138
|
}).arrayBuffer()).byteLength;
|
|
17132
|
-
if (
|
|
17139
|
+
if (R.isArrayBufferView(b) || R.isArrayBuffer(b))
|
|
17133
17140
|
return b.byteLength;
|
|
17134
|
-
if (
|
|
17141
|
+
if (R.isURLSearchParams(b) && (b = b + ""), R.isString(b))
|
|
17135
17142
|
return (await u(b)).byteLength;
|
|
17136
17143
|
}, d = async (b, g) => {
|
|
17137
|
-
const m =
|
|
17144
|
+
const m = R.toFiniteNumber(b.getContentLength());
|
|
17138
17145
|
return m ?? f(g);
|
|
17139
17146
|
};
|
|
17140
17147
|
return async (b) => {
|
|
@@ -17142,11 +17149,11 @@ const eh = (t) => {
|
|
|
17142
17149
|
url: g,
|
|
17143
17150
|
method: m,
|
|
17144
17151
|
data: y,
|
|
17145
|
-
signal:
|
|
17152
|
+
signal: v,
|
|
17146
17153
|
cancelToken: w,
|
|
17147
17154
|
timeout: S,
|
|
17148
17155
|
onDownloadProgress: N,
|
|
17149
|
-
onUploadProgress:
|
|
17156
|
+
onUploadProgress: O,
|
|
17150
17157
|
responseType: k,
|
|
17151
17158
|
headers: j,
|
|
17152
17159
|
withCredentials: F = "same-origin",
|
|
@@ -17154,7 +17161,7 @@ const eh = (t) => {
|
|
|
17154
17161
|
} = eh(b), E = e || fetch;
|
|
17155
17162
|
k = k ? (k + "").toLowerCase() : "text";
|
|
17156
17163
|
let C = UC(
|
|
17157
|
-
[
|
|
17164
|
+
[v, w && w.toAbortSignal()],
|
|
17158
17165
|
S
|
|
17159
17166
|
), D = null;
|
|
17160
17167
|
const L = C && C.unsubscribe && (() => {
|
|
@@ -17162,21 +17169,21 @@ const eh = (t) => {
|
|
|
17162
17169
|
});
|
|
17163
17170
|
let T;
|
|
17164
17171
|
try {
|
|
17165
|
-
if (
|
|
17172
|
+
if (O && l && m !== "get" && m !== "head" && (T = await d(j, y)) !== 0) {
|
|
17166
17173
|
let ne = new r(g, {
|
|
17167
17174
|
method: "POST",
|
|
17168
17175
|
body: y,
|
|
17169
17176
|
duplex: "half"
|
|
17170
17177
|
}), Q;
|
|
17171
|
-
if (
|
|
17178
|
+
if (R.isFormData(y) && (Q = ne.headers.get("content-type")) && j.setContentType(Q), ne.body) {
|
|
17172
17179
|
const [q, H] = fd(
|
|
17173
17180
|
T,
|
|
17174
|
-
di(pd(
|
|
17181
|
+
di(pd(O))
|
|
17175
17182
|
);
|
|
17176
17183
|
y = md(ne.body, bd, q, H);
|
|
17177
17184
|
}
|
|
17178
17185
|
}
|
|
17179
|
-
|
|
17186
|
+
R.isString(F) || (F = F ? "include" : "omit");
|
|
17180
17187
|
const A = i && "credentials" in r.prototype, _ = {
|
|
17181
17188
|
...$,
|
|
17182
17189
|
signal: C,
|
|
@@ -17194,7 +17201,7 @@ const eh = (t) => {
|
|
|
17194
17201
|
["status", "statusText", "headers"].forEach((be) => {
|
|
17195
17202
|
ne[be] = M[be];
|
|
17196
17203
|
});
|
|
17197
|
-
const Q =
|
|
17204
|
+
const Q = R.toFiniteNumber(M.headers.get("content-length")), [q, H] = N && fd(
|
|
17198
17205
|
Q,
|
|
17199
17206
|
di(pd(N), !0)
|
|
17200
17207
|
) || [];
|
|
@@ -17206,7 +17213,7 @@ const eh = (t) => {
|
|
|
17206
17213
|
);
|
|
17207
17214
|
}
|
|
17208
17215
|
k = k || "text";
|
|
17209
|
-
let U = await p[
|
|
17216
|
+
let U = await p[R.findKey(p, k) || "text"](
|
|
17210
17217
|
M,
|
|
17211
17218
|
b
|
|
17212
17219
|
);
|
|
@@ -17251,7 +17258,7 @@ const Zu = {
|
|
|
17251
17258
|
get: th
|
|
17252
17259
|
}
|
|
17253
17260
|
};
|
|
17254
|
-
|
|
17261
|
+
R.forEach(Zu, (t, e) => {
|
|
17255
17262
|
if (t) {
|
|
17256
17263
|
try {
|
|
17257
17264
|
Object.defineProperty(t, "name", { value: e });
|
|
@@ -17260,9 +17267,9 @@ O.forEach(Zu, (t, e) => {
|
|
|
17260
17267
|
Object.defineProperty(t, "adapterName", { value: e });
|
|
17261
17268
|
}
|
|
17262
17269
|
});
|
|
17263
|
-
const xd = (t) => `- ${t}`, JC = (t) =>
|
|
17270
|
+
const xd = (t) => `- ${t}`, JC = (t) => R.isFunction(t) || t === null || t === !1;
|
|
17264
17271
|
function ZC(t, e) {
|
|
17265
|
-
t =
|
|
17272
|
+
t = R.isArray(t) ? t : [t];
|
|
17266
17273
|
const { length: r } = t;
|
|
17267
17274
|
let n, o;
|
|
17268
17275
|
const i = {};
|
|
@@ -17271,7 +17278,7 @@ function ZC(t, e) {
|
|
|
17271
17278
|
let s;
|
|
17272
17279
|
if (o = n, !JC(n) && (o = Zu[(s = String(n)).toLowerCase()], o === void 0))
|
|
17273
17280
|
throw new W(`Unknown adapter '${s}'`);
|
|
17274
|
-
if (o && (
|
|
17281
|
+
if (o && (R.isFunction(o) || (o = o.get(e))))
|
|
17275
17282
|
break;
|
|
17276
17283
|
i[s || "#" + a] = o;
|
|
17277
17284
|
}
|
|
@@ -17415,7 +17422,7 @@ let ur = class {
|
|
|
17415
17422
|
legacyInterceptorReqResOrdering: Ue.transitional(Ue.boolean)
|
|
17416
17423
|
},
|
|
17417
17424
|
!1
|
|
17418
|
-
), o != null && (
|
|
17425
|
+
), o != null && (R.isFunction(o) ? r.paramsSerializer = {
|
|
17419
17426
|
serialize: o
|
|
17420
17427
|
} : jo.assertOptions(
|
|
17421
17428
|
o,
|
|
@@ -17432,8 +17439,8 @@ let ur = class {
|
|
|
17432
17439
|
},
|
|
17433
17440
|
!0
|
|
17434
17441
|
), r.method = (r.method || this.defaults.method || "get").toLowerCase();
|
|
17435
|
-
let a = i &&
|
|
17436
|
-
i &&
|
|
17442
|
+
let a = i && R.merge(i.common, i[r.method]);
|
|
17443
|
+
i && R.forEach(["delete", "get", "head", "post", "put", "patch", "common"], (b) => {
|
|
17437
17444
|
delete i[b];
|
|
17438
17445
|
}), r.headers = $e.concat(a, i);
|
|
17439
17446
|
const s = [];
|
|
@@ -17482,7 +17489,7 @@ let ur = class {
|
|
|
17482
17489
|
return Xp(r, e.params, e.paramsSerializer);
|
|
17483
17490
|
}
|
|
17484
17491
|
};
|
|
17485
|
-
|
|
17492
|
+
R.forEach(["delete", "get", "head", "options"], function(e) {
|
|
17486
17493
|
ur.prototype[e] = function(r, n) {
|
|
17487
17494
|
return this.request(
|
|
17488
17495
|
br(n || {}, {
|
|
@@ -17493,7 +17500,7 @@ O.forEach(["delete", "get", "head", "options"], function(e) {
|
|
|
17493
17500
|
);
|
|
17494
17501
|
};
|
|
17495
17502
|
});
|
|
17496
|
-
|
|
17503
|
+
R.forEach(["post", "put", "patch"], function(e) {
|
|
17497
17504
|
function r(n) {
|
|
17498
17505
|
return function(i, a, s) {
|
|
17499
17506
|
return this.request(
|
|
@@ -17589,7 +17596,7 @@ function tT(t) {
|
|
|
17589
17596
|
};
|
|
17590
17597
|
}
|
|
17591
17598
|
function rT(t) {
|
|
17592
|
-
return
|
|
17599
|
+
return R.isObject(t) && t.isAxiosError === !0;
|
|
17593
17600
|
}
|
|
17594
17601
|
const Rs = {
|
|
17595
17602
|
Continue: 100,
|
|
@@ -17667,7 +17674,7 @@ Object.entries(Rs).forEach(([t, e]) => {
|
|
|
17667
17674
|
});
|
|
17668
17675
|
function ih(t) {
|
|
17669
17676
|
const e = new ur(t), r = $p(ur.prototype.request, e);
|
|
17670
|
-
return
|
|
17677
|
+
return R.extend(r, ur.prototype, e, { allOwnKeys: !0 }), R.extend(r, e, null, { allOwnKeys: !0 }), r.create = function(o) {
|
|
17671
17678
|
return ih(br(t, o));
|
|
17672
17679
|
}, r;
|
|
17673
17680
|
}
|
|
@@ -17687,7 +17694,7 @@ xe.spread = tT;
|
|
|
17687
17694
|
xe.isAxiosError = rT;
|
|
17688
17695
|
xe.mergeConfig = br;
|
|
17689
17696
|
xe.AxiosHeaders = $e;
|
|
17690
|
-
xe.formToJSON = (t) => Kp(
|
|
17697
|
+
xe.formToJSON = (t) => Kp(R.isHTMLForm(t) ? new FormData(t) : t);
|
|
17691
17698
|
xe.getAdapter = rh.getAdapter;
|
|
17692
17699
|
xe.HttpStatusCode = Rs;
|
|
17693
17700
|
xe.default = xe;
|
|
@@ -17743,7 +17750,7 @@ const cn = (t) => {
|
|
|
17743
17750
|
events: u.events
|
|
17744
17751
|
}));
|
|
17745
17752
|
e = i.connect, r = i.drag, n = a.selected;
|
|
17746
|
-
const { editorEnabled: s } =
|
|
17753
|
+
const { editorEnabled: s } = yt((u) => ({
|
|
17747
17754
|
editorEnabled: u.options.enabled
|
|
17748
17755
|
}));
|
|
17749
17756
|
o = s;
|
|
@@ -17755,7 +17762,7 @@ const cn = (t) => {
|
|
|
17755
17762
|
...t.id ? { id: t.id } : {},
|
|
17756
17763
|
ref: (i) => i && e && r && e(r(i)),
|
|
17757
17764
|
style: xu(t),
|
|
17758
|
-
className:
|
|
17765
|
+
className: ht(
|
|
17759
17766
|
`min-h-2.5 ${n ? "outline outline-blue-500" : ""}`,
|
|
17760
17767
|
"w-full flex justify-center",
|
|
17761
17768
|
t.className
|
|
@@ -17799,16 +17806,35 @@ const sT = (t, e) => {
|
|
|
17799
17806
|
queryKey: ["video", t, e],
|
|
17800
17807
|
queryFn: () => g8(t, e),
|
|
17801
17808
|
enabled: !!t
|
|
17802
|
-
})
|
|
17809
|
+
});
|
|
17810
|
+
_e(() => {
|
|
17811
|
+
if (!i.current) return;
|
|
17812
|
+
const g = document.getElementById("dynamicPage_wrapper");
|
|
17813
|
+
if (!g) return;
|
|
17814
|
+
let m = 0;
|
|
17815
|
+
const y = () => {
|
|
17816
|
+
var k;
|
|
17817
|
+
const O = Math.ceil(g.getBoundingClientRect().height);
|
|
17818
|
+
O !== m && (m = O, (k = window.parent) == null || k.postMessage({ type: "mrr_iframe_height", height: O }, "*"));
|
|
17819
|
+
}, v = i.current, w = new ResizeObserver(y);
|
|
17820
|
+
w.observe(v);
|
|
17821
|
+
const S = () => y();
|
|
17822
|
+
v.addEventListener("loadedmetadata", S);
|
|
17823
|
+
const N = () => y();
|
|
17824
|
+
return v.addEventListener("play", N), y(), () => {
|
|
17825
|
+
w.disconnect(), v.removeEventListener("loadedmetadata", S), v.removeEventListener("play", N);
|
|
17826
|
+
};
|
|
17827
|
+
}, [i]);
|
|
17828
|
+
const { postVideoAnalytics: l } = iT();
|
|
17803
17829
|
let c = 0, p = Date.now(), f = 9999999;
|
|
17804
|
-
if (
|
|
17830
|
+
if (_e(() => {
|
|
17805
17831
|
const g = ($) => {
|
|
17806
17832
|
$.target.nodeName === "VIDEO" && $.preventDefault();
|
|
17807
17833
|
};
|
|
17808
17834
|
document.addEventListener("contextmenu", g);
|
|
17809
17835
|
const m = i.current;
|
|
17810
17836
|
if (!m || !a) return;
|
|
17811
|
-
const y = m.dataset.videoId,
|
|
17837
|
+
const y = m.dataset.videoId, v = m.dataset.title;
|
|
17812
17838
|
if (!y) return;
|
|
17813
17839
|
let w = /* @__PURE__ */ new Set();
|
|
17814
17840
|
m.addEventListener("timeupdate", () => {
|
|
@@ -17845,18 +17871,18 @@ const sT = (t, e) => {
|
|
|
17845
17871
|
var $;
|
|
17846
17872
|
($ = window.gtag) == null || $.call(window, "event", "video_start", {
|
|
17847
17873
|
video_id: y,
|
|
17848
|
-
video_title:
|
|
17874
|
+
video_title: v,
|
|
17849
17875
|
video_duration: m.duration
|
|
17850
17876
|
}), l({ bibId: e, locationId: t, eventId: r, type: "start" }), localStorage.getItem(xn(y)) || (localStorage.setItem(xn(y), "true"), l({ bibId: e, eventId: r, locationId: t, type: "unique" }));
|
|
17851
17877
|
}, N = () => {
|
|
17852
17878
|
var $;
|
|
17853
17879
|
($ = window.gtag) == null || $.call(window, "event", "video_pause", {
|
|
17854
17880
|
video_id: y,
|
|
17855
|
-
video_title:
|
|
17881
|
+
video_title: v,
|
|
17856
17882
|
video_duration: m.duration,
|
|
17857
17883
|
video_currentTime: m.currentTime
|
|
17858
17884
|
});
|
|
17859
|
-
},
|
|
17885
|
+
}, O = () => {
|
|
17860
17886
|
m.currentTime >= f && (m.pause(), m.currentTime = f - 1, setOpen(!0));
|
|
17861
17887
|
}, k = () => {
|
|
17862
17888
|
m.currentTime > f && (m.pause(), m.currentTime = f - 1, setOpen(!0));
|
|
@@ -17864,15 +17890,15 @@ const sT = (t, e) => {
|
|
|
17864
17890
|
var $;
|
|
17865
17891
|
m.currentTime = 0, setOpen(!0), ($ = window.gtag) == null || $.call(window, "event", "video_complete", {
|
|
17866
17892
|
video_id: y,
|
|
17867
|
-
video_title:
|
|
17893
|
+
video_title: v,
|
|
17868
17894
|
video_duration: m.duration,
|
|
17869
17895
|
video_currentTime: m.currentTime
|
|
17870
17896
|
});
|
|
17871
17897
|
}, F = ($) => {
|
|
17872
17898
|
["ArrowRight", "ArrowLeft"].includes($.code) && $.preventDefault();
|
|
17873
17899
|
};
|
|
17874
|
-
return m.addEventListener("play", S), m.addEventListener("pause", N), m.addEventListener("timeupdate",
|
|
17875
|
-
m.removeEventListener("play", S), m.removeEventListener("pause", N), m.removeEventListener("timeupdate",
|
|
17900
|
+
return m.addEventListener("play", S), m.addEventListener("pause", N), m.addEventListener("timeupdate", O), m.addEventListener("seeking", k), m.addEventListener("ended", j), document.addEventListener("keydown", F), () => {
|
|
17901
|
+
m.removeEventListener("play", S), m.removeEventListener("pause", N), m.removeEventListener("timeupdate", O), m.removeEventListener("seeking", k), m.removeEventListener("ended", j), document.removeEventListener("keydown", F), document.removeEventListener("contextmenu", g);
|
|
17876
17902
|
};
|
|
17877
17903
|
}, [i.current, a]), s)
|
|
17878
17904
|
return /* @__PURE__ */ h("div", { className: "flex items-center justify-center h-48 bg-muted rounded-lg", children: /* @__PURE__ */ h("div", { className: "h-8 w-8 animate-spin rounded-full border-4 border-muted-foreground border-t-transparent" }) });
|
|
@@ -17943,18 +17969,18 @@ const sT = (t, e) => {
|
|
|
17943
17969
|
borderRadius: n = 8,
|
|
17944
17970
|
boxShadow: o = "none"
|
|
17945
17971
|
}) => {
|
|
17946
|
-
const i =
|
|
17972
|
+
const i = Pe(), a = mi();
|
|
17947
17973
|
let s, u, l;
|
|
17948
17974
|
try {
|
|
17949
|
-
const { connectors: m, events: y } = ue((
|
|
17950
|
-
events:
|
|
17975
|
+
const { connectors: m, events: y } = ue((v) => ({
|
|
17976
|
+
events: v.events
|
|
17951
17977
|
}));
|
|
17952
17978
|
s = m.connect, u = m.drag, l = y.selected;
|
|
17953
17979
|
} catch {
|
|
17954
17980
|
}
|
|
17955
17981
|
let c = !1;
|
|
17956
17982
|
try {
|
|
17957
|
-
let { options: m } =
|
|
17983
|
+
let { options: m } = yt((y) => ({
|
|
17958
17984
|
options: y.options
|
|
17959
17985
|
}));
|
|
17960
17986
|
c = m.enabled;
|
|
@@ -17983,11 +18009,11 @@ const sT = (t, e) => {
|
|
|
17983
18009
|
style: d,
|
|
17984
18010
|
className: `transition-all ${l ? "ring-2 ring-primary ring-offset-2" : ""}`,
|
|
17985
18011
|
children: g ? /* @__PURE__ */ h("div", { className: "space-y-6", children: b.map((m) => {
|
|
17986
|
-
var y,
|
|
18012
|
+
var y, v;
|
|
17987
18013
|
return /* @__PURE__ */ h(
|
|
17988
18014
|
uT,
|
|
17989
18015
|
{
|
|
17990
|
-
eventId: ((y = a == null ? void 0 : a.event) == null ? void 0 : y.id) || ((
|
|
18016
|
+
eventId: ((y = a == null ? void 0 : a.event) == null ? void 0 : y.id) || ((v = a == null ? void 0 : a.event) == null ? void 0 : v._id),
|
|
17991
18017
|
locationId: m.locationId,
|
|
17992
18018
|
bibId: a == null ? void 0 : a.bibId,
|
|
17993
18019
|
editorEnabled: c,
|
|
@@ -18058,7 +18084,7 @@ const sT = (t, e) => {
|
|
|
18058
18084
|
}
|
|
18059
18085
|
),
|
|
18060
18086
|
/* @__PURE__ */ h(
|
|
18061
|
-
|
|
18087
|
+
ft,
|
|
18062
18088
|
{
|
|
18063
18089
|
label: "Background",
|
|
18064
18090
|
value: n,
|
|
@@ -18106,7 +18132,7 @@ const ah = ({
|
|
|
18106
18132
|
alignItems: o = "stretch",
|
|
18107
18133
|
children: i
|
|
18108
18134
|
}) => {
|
|
18109
|
-
const a =
|
|
18135
|
+
const a = Pe();
|
|
18110
18136
|
let s, u, l;
|
|
18111
18137
|
try {
|
|
18112
18138
|
const { connectors: f, events: d } = ue((b) => ({
|
|
@@ -18225,11 +18251,11 @@ const el = ({
|
|
|
18225
18251
|
margin: l = { top: 0, right: 0, bottom: 0, left: 0 },
|
|
18226
18252
|
opacity: c = 100
|
|
18227
18253
|
}) => {
|
|
18228
|
-
const p =
|
|
18254
|
+
const p = Pe();
|
|
18229
18255
|
let f, d, b;
|
|
18230
18256
|
try {
|
|
18231
|
-
const { connectors: m, events: y } = ue((
|
|
18232
|
-
events:
|
|
18257
|
+
const { connectors: m, events: y } = ue((v) => ({
|
|
18258
|
+
events: v.events
|
|
18233
18259
|
}));
|
|
18234
18260
|
f = m.connect, d = m.drag, b = y.selected;
|
|
18235
18261
|
} catch {
|
|
@@ -18349,7 +18375,7 @@ const el = ({
|
|
|
18349
18375
|
] }),
|
|
18350
18376
|
/* @__PURE__ */ P(Y, { title: "Color", defaultOpen: !1, children: [
|
|
18351
18377
|
/* @__PURE__ */ h(
|
|
18352
|
-
|
|
18378
|
+
ft,
|
|
18353
18379
|
{
|
|
18354
18380
|
label: "Link Color",
|
|
18355
18381
|
value: e.color || "#0066cc",
|
|
@@ -18409,7 +18435,7 @@ const sh = ({
|
|
|
18409
18435
|
opacity: u = 100,
|
|
18410
18436
|
boxShadow: l = "none"
|
|
18411
18437
|
}) => {
|
|
18412
|
-
const c =
|
|
18438
|
+
const c = Pe();
|
|
18413
18439
|
let p, f, d;
|
|
18414
18440
|
try {
|
|
18415
18441
|
const { connectors: g, events: m } = ue((y) => ({
|
|
@@ -18614,7 +18640,7 @@ const uh = ({ children: t, className: e }) => {
|
|
|
18614
18640
|
ref: (s) => {
|
|
18615
18641
|
s && r && n && r(n(s));
|
|
18616
18642
|
},
|
|
18617
|
-
className:
|
|
18643
|
+
className: ht(
|
|
18618
18644
|
`min-h-2.5 ${o ? "border border-blue-500" : ""}`,
|
|
18619
18645
|
"w-full flex justify-center",
|
|
18620
18646
|
e
|
|
@@ -18651,7 +18677,7 @@ const tl = (t) => {
|
|
|
18651
18677
|
"div",
|
|
18652
18678
|
{
|
|
18653
18679
|
style: xu(t),
|
|
18654
|
-
className:
|
|
18680
|
+
className: ht(
|
|
18655
18681
|
t.className,
|
|
18656
18682
|
`${n ? "outline outline-blue-500" : ""}`
|
|
18657
18683
|
),
|
|
@@ -18686,16 +18712,16 @@ const lh = ({
|
|
|
18686
18712
|
boxShadow: g = "none",
|
|
18687
18713
|
children: m
|
|
18688
18714
|
}) => {
|
|
18689
|
-
|
|
18690
|
-
let y,
|
|
18715
|
+
Pe();
|
|
18716
|
+
let y, v, w;
|
|
18691
18717
|
try {
|
|
18692
18718
|
const { connectors: k, events: j } = ue((F) => ({
|
|
18693
18719
|
events: F.events
|
|
18694
18720
|
}));
|
|
18695
|
-
y = k.connect,
|
|
18721
|
+
y = k.connect, v = k.drag, w = j.selected;
|
|
18696
18722
|
} catch {
|
|
18697
18723
|
}
|
|
18698
|
-
const S = typeof te(e) == "object" ? `${te(e).top}px ${te(e).right}px ${te(e).bottom}px ${te(e).left}px` : `${te(e)}px`, N = typeof te(r) == "object" ? `${te(r).top}px ${te(r).right}px ${te(r).bottom}px ${te(r).left}px` : `${te(r)}px`,
|
|
18724
|
+
const S = typeof te(e) == "object" ? `${te(e).top}px ${te(e).right}px ${te(e).bottom}px ${te(e).left}px` : `${te(e)}px`, N = typeof te(r) == "object" ? `${te(r).top}px ${te(r).right}px ${te(r).bottom}px ${te(r).left}px` : `${te(r)}px`, O = [
|
|
18699
18725
|
{
|
|
18700
18726
|
url: "https://myracereel.com/privacy-data-privacy",
|
|
18701
18727
|
name: "Privacy & Data Policy"
|
|
@@ -18729,10 +18755,10 @@ const lh = ({
|
|
|
18729
18755
|
boxShadow: g === "none" ? "none" : g
|
|
18730
18756
|
},
|
|
18731
18757
|
className: "bg-black",
|
|
18732
|
-
ref: (k) => k && y &&
|
|
18758
|
+
ref: (k) => k && y && v && y(v(k)),
|
|
18733
18759
|
children: /* @__PURE__ */ h("div", { className: "flex justify-center w-full", children: /* @__PURE__ */ P("div", { className: "w-full flex flex-col py-10 gap-y-3.5 ", children: [
|
|
18734
18760
|
/* @__PURE__ */ h("div", { className: "flex w-full gap-x-1 justify-center items-center", children: /* @__PURE__ */ h("div", { className: "text-white text-sm", children: "Powered by MyRaceReel" }) }),
|
|
18735
|
-
/* @__PURE__ */ h("div", { className: "flex @md:flex-row @max-md:flex-col md:flex-row justify-center items-center gap-x-6 gap-y-2 w-full flex-col", children:
|
|
18761
|
+
/* @__PURE__ */ h("div", { className: "flex @md:flex-row @max-md:flex-col md:flex-row justify-center items-center gap-x-6 gap-y-2 w-full flex-col", children: O.map((k) => /* @__PURE__ */ h(
|
|
18736
18762
|
"a",
|
|
18737
18763
|
{
|
|
18738
18764
|
className: "text-white",
|
|
@@ -18769,7 +18795,7 @@ lh.craft = {
|
|
|
18769
18795
|
related: { settings: $i }
|
|
18770
18796
|
};
|
|
18771
18797
|
const pT = () => {
|
|
18772
|
-
const { connectors: t } =
|
|
18798
|
+
const { connectors: t } = yt(), e = [
|
|
18773
18799
|
{
|
|
18774
18800
|
name: "Wrapper",
|
|
18775
18801
|
icon: ob,
|
|
@@ -18831,7 +18857,7 @@ const pT = () => {
|
|
|
18831
18857
|
], i = (a, s) => /* @__PURE__ */ P("div", { className: "space-y-2", children: [
|
|
18832
18858
|
/* @__PURE__ */ h("span", { className: "text-xs text-muted-foreground/70", children: a }),
|
|
18833
18859
|
/* @__PURE__ */ h("div", { className: "grid grid-cols-2 gap-1.5", children: s.map((u) => /* @__PURE__ */ P(
|
|
18834
|
-
|
|
18860
|
+
Rt,
|
|
18835
18861
|
{
|
|
18836
18862
|
variant: "outline",
|
|
18837
18863
|
size: "sm",
|
|
@@ -18853,18 +18879,18 @@ const pT = () => {
|
|
|
18853
18879
|
i("Utility", o)
|
|
18854
18880
|
] });
|
|
18855
18881
|
};
|
|
18856
|
-
var hT =
|
|
18882
|
+
var hT = x.createContext(void 0);
|
|
18857
18883
|
function rl(t) {
|
|
18858
|
-
const e =
|
|
18884
|
+
const e = x.useContext(hT);
|
|
18859
18885
|
return t || e || "ltr";
|
|
18860
18886
|
}
|
|
18861
18887
|
function mT(t, [e, r]) {
|
|
18862
18888
|
return Math.min(r, Math.max(e, t));
|
|
18863
18889
|
}
|
|
18864
18890
|
function bT(t, e) {
|
|
18865
|
-
return
|
|
18891
|
+
return x.useReducer((r, n) => e[r][n] ?? r, t);
|
|
18866
18892
|
}
|
|
18867
|
-
var nl = "ScrollArea", [ch] = xr(nl), [gT, Ye] = ch(nl), dh =
|
|
18893
|
+
var nl = "ScrollArea", [ch] = xr(nl), [gT, Ye] = ch(nl), dh = x.forwardRef(
|
|
18868
18894
|
(t, e) => {
|
|
18869
18895
|
const {
|
|
18870
18896
|
__scopeScrollArea: r,
|
|
@@ -18872,7 +18898,7 @@ var nl = "ScrollArea", [ch] = xr(nl), [gT, Ye] = ch(nl), dh = v.forwardRef(
|
|
|
18872
18898
|
dir: o,
|
|
18873
18899
|
scrollHideDelay: i = 600,
|
|
18874
18900
|
...a
|
|
18875
|
-
} = t, [s, u] =
|
|
18901
|
+
} = t, [s, u] = x.useState(null), [l, c] = x.useState(null), [p, f] = x.useState(null), [d, b] = x.useState(null), [g, m] = x.useState(null), [y, v] = x.useState(0), [w, S] = x.useState(0), [N, O] = x.useState(!1), [k, j] = x.useState(!1), F = Ae(e, (E) => u(E)), $ = rl(o);
|
|
18876
18902
|
return /* @__PURE__ */ h(
|
|
18877
18903
|
gT,
|
|
18878
18904
|
{
|
|
@@ -18888,12 +18914,12 @@ var nl = "ScrollArea", [ch] = xr(nl), [gT, Ye] = ch(nl), dh = v.forwardRef(
|
|
|
18888
18914
|
scrollbarX: d,
|
|
18889
18915
|
onScrollbarXChange: b,
|
|
18890
18916
|
scrollbarXEnabled: N,
|
|
18891
|
-
onScrollbarXEnabledChange:
|
|
18917
|
+
onScrollbarXEnabledChange: O,
|
|
18892
18918
|
scrollbarY: g,
|
|
18893
18919
|
onScrollbarYChange: m,
|
|
18894
18920
|
scrollbarYEnabled: k,
|
|
18895
18921
|
onScrollbarYEnabledChange: j,
|
|
18896
|
-
onCornerWidthChange:
|
|
18922
|
+
onCornerWidthChange: v,
|
|
18897
18923
|
onCornerHeightChange: S,
|
|
18898
18924
|
children: /* @__PURE__ */ h(
|
|
18899
18925
|
we.div,
|
|
@@ -18915,9 +18941,9 @@ var nl = "ScrollArea", [ch] = xr(nl), [gT, Ye] = ch(nl), dh = v.forwardRef(
|
|
|
18915
18941
|
}
|
|
18916
18942
|
);
|
|
18917
18943
|
dh.displayName = nl;
|
|
18918
|
-
var fh = "ScrollAreaViewport", ph =
|
|
18944
|
+
var fh = "ScrollAreaViewport", ph = x.forwardRef(
|
|
18919
18945
|
(t, e) => {
|
|
18920
|
-
const { __scopeScrollArea: r, children: n, nonce: o, ...i } = t, a = Ye(fh, r), s =
|
|
18946
|
+
const { __scopeScrollArea: r, children: n, nonce: o, ...i } = t, a = Ye(fh, r), s = x.useRef(null), u = Ae(e, s, a.onViewportChange);
|
|
18921
18947
|
return /* @__PURE__ */ P(lr, { children: [
|
|
18922
18948
|
/* @__PURE__ */ h(
|
|
18923
18949
|
"style",
|
|
@@ -18957,18 +18983,18 @@ var fh = "ScrollAreaViewport", ph = v.forwardRef(
|
|
|
18957
18983
|
}
|
|
18958
18984
|
);
|
|
18959
18985
|
ph.displayName = fh;
|
|
18960
|
-
var
|
|
18986
|
+
var wt = "ScrollAreaScrollbar", ol = x.forwardRef(
|
|
18961
18987
|
(t, e) => {
|
|
18962
|
-
const { forceMount: r, ...n } = t, o = Ye(
|
|
18963
|
-
return
|
|
18988
|
+
const { forceMount: r, ...n } = t, o = Ye(wt, t.__scopeScrollArea), { onScrollbarXEnabledChange: i, onScrollbarYEnabledChange: a } = o, s = t.orientation === "horizontal";
|
|
18989
|
+
return x.useEffect(() => (s ? i(!0) : a(!0), () => {
|
|
18964
18990
|
s ? i(!1) : a(!1);
|
|
18965
18991
|
}), [s, i, a]), o.type === "hover" ? /* @__PURE__ */ h(yT, { ...n, ref: e, forceMount: r }) : o.type === "scroll" ? /* @__PURE__ */ h(vT, { ...n, ref: e, forceMount: r }) : o.type === "auto" ? /* @__PURE__ */ h(hh, { ...n, ref: e, forceMount: r }) : o.type === "always" ? /* @__PURE__ */ h(il, { ...n, ref: e }) : null;
|
|
18966
18992
|
}
|
|
18967
18993
|
);
|
|
18968
|
-
ol.displayName =
|
|
18969
|
-
var yT =
|
|
18970
|
-
const { forceMount: r, ...n } = t, o = Ye(
|
|
18971
|
-
return
|
|
18994
|
+
ol.displayName = wt;
|
|
18995
|
+
var yT = x.forwardRef((t, e) => {
|
|
18996
|
+
const { forceMount: r, ...n } = t, o = Ye(wt, t.__scopeScrollArea), [i, a] = x.useState(!1);
|
|
18997
|
+
return x.useEffect(() => {
|
|
18972
18998
|
const s = o.scrollArea;
|
|
18973
18999
|
let u = 0;
|
|
18974
19000
|
if (s) {
|
|
@@ -18989,8 +19015,8 @@ var yT = v.forwardRef((t, e) => {
|
|
|
18989
19015
|
ref: e
|
|
18990
19016
|
}
|
|
18991
19017
|
) });
|
|
18992
|
-
}), vT =
|
|
18993
|
-
const { forceMount: r, ...n } = t, o = Ye(
|
|
19018
|
+
}), vT = x.forwardRef((t, e) => {
|
|
19019
|
+
const { forceMount: r, ...n } = t, o = Ye(wt, t.__scopeScrollArea), i = t.orientation === "horizontal", a = ea(() => u("SCROLL_END"), 100), [s, u] = bT("hidden", {
|
|
18994
19020
|
hidden: {
|
|
18995
19021
|
SCROLL: "scrolling"
|
|
18996
19022
|
},
|
|
@@ -19008,12 +19034,12 @@ var yT = v.forwardRef((t, e) => {
|
|
|
19008
19034
|
POINTER_ENTER: "interacting"
|
|
19009
19035
|
}
|
|
19010
19036
|
});
|
|
19011
|
-
return
|
|
19037
|
+
return x.useEffect(() => {
|
|
19012
19038
|
if (s === "idle") {
|
|
19013
19039
|
const l = window.setTimeout(() => u("HIDE"), o.scrollHideDelay);
|
|
19014
19040
|
return () => window.clearTimeout(l);
|
|
19015
19041
|
}
|
|
19016
|
-
}, [s, o.scrollHideDelay, u]),
|
|
19042
|
+
}, [s, o.scrollHideDelay, u]), x.useEffect(() => {
|
|
19017
19043
|
const l = o.viewport, c = i ? "scrollLeft" : "scrollTop";
|
|
19018
19044
|
if (l) {
|
|
19019
19045
|
let p = l[c];
|
|
@@ -19033,8 +19059,8 @@ var yT = v.forwardRef((t, e) => {
|
|
|
19033
19059
|
onPointerLeave: pe(t.onPointerLeave, () => u("POINTER_LEAVE"))
|
|
19034
19060
|
}
|
|
19035
19061
|
) });
|
|
19036
|
-
}), hh =
|
|
19037
|
-
const r = Ye(
|
|
19062
|
+
}), hh = x.forwardRef((t, e) => {
|
|
19063
|
+
const r = Ye(wt, t.__scopeScrollArea), { forceMount: n, ...o } = t, [i, a] = x.useState(!1), s = t.orientation === "horizontal", u = ea(() => {
|
|
19038
19064
|
if (r.viewport) {
|
|
19039
19065
|
const l = r.viewport.offsetWidth < r.viewport.scrollWidth, c = r.viewport.offsetHeight < r.viewport.scrollHeight;
|
|
19040
19066
|
a(s ? l : c);
|
|
@@ -19048,8 +19074,8 @@ var yT = v.forwardRef((t, e) => {
|
|
|
19048
19074
|
ref: e
|
|
19049
19075
|
}
|
|
19050
19076
|
) });
|
|
19051
|
-
}), il =
|
|
19052
|
-
const { orientation: r = "vertical", ...n } = t, o = Ye(
|
|
19077
|
+
}), il = x.forwardRef((t, e) => {
|
|
19078
|
+
const { orientation: r = "vertical", ...n } = t, o = Ye(wt, t.__scopeScrollArea), i = x.useRef(null), a = x.useRef(0), [s, u] = x.useState({
|
|
19053
19079
|
content: 0,
|
|
19054
19080
|
viewport: 0,
|
|
19055
19081
|
scrollbar: { size: 0, paddingStart: 0, paddingEnd: 0 }
|
|
@@ -19102,9 +19128,9 @@ var yT = v.forwardRef((t, e) => {
|
|
|
19102
19128
|
}
|
|
19103
19129
|
}
|
|
19104
19130
|
) : null;
|
|
19105
|
-
}), xT =
|
|
19106
|
-
const { sizes: r, onSizesChange: n, ...o } = t, i = Ye(
|
|
19107
|
-
return
|
|
19131
|
+
}), xT = x.forwardRef((t, e) => {
|
|
19132
|
+
const { sizes: r, onSizesChange: n, ...o } = t, i = Ye(wt, t.__scopeScrollArea), [a, s] = x.useState(), u = x.useRef(null), l = Ae(e, u, i.onScrollbarXChange);
|
|
19133
|
+
return x.useEffect(() => {
|
|
19108
19134
|
u.current && s(getComputedStyle(u.current));
|
|
19109
19135
|
}, [u]), /* @__PURE__ */ h(
|
|
19110
19136
|
bh,
|
|
@@ -19141,9 +19167,9 @@ var yT = v.forwardRef((t, e) => {
|
|
|
19141
19167
|
}
|
|
19142
19168
|
}
|
|
19143
19169
|
);
|
|
19144
|
-
}), wT =
|
|
19145
|
-
const { sizes: r, onSizesChange: n, ...o } = t, i = Ye(
|
|
19146
|
-
return
|
|
19170
|
+
}), wT = x.forwardRef((t, e) => {
|
|
19171
|
+
const { sizes: r, onSizesChange: n, ...o } = t, i = Ye(wt, t.__scopeScrollArea), [a, s] = x.useState(), u = x.useRef(null), l = Ae(e, u, i.onScrollbarYChange);
|
|
19172
|
+
return x.useEffect(() => {
|
|
19147
19173
|
u.current && s(getComputedStyle(u.current));
|
|
19148
19174
|
}, [u]), /* @__PURE__ */ h(
|
|
19149
19175
|
bh,
|
|
@@ -19181,7 +19207,7 @@ var yT = v.forwardRef((t, e) => {
|
|
|
19181
19207
|
}
|
|
19182
19208
|
}
|
|
19183
19209
|
);
|
|
19184
|
-
}), [ST, mh] = ch(
|
|
19210
|
+
}), [ST, mh] = ch(wt), bh = x.forwardRef((t, e) => {
|
|
19185
19211
|
const {
|
|
19186
19212
|
__scopeScrollArea: r,
|
|
19187
19213
|
sizes: n,
|
|
@@ -19194,20 +19220,20 @@ var yT = v.forwardRef((t, e) => {
|
|
|
19194
19220
|
onWheelScroll: c,
|
|
19195
19221
|
onResize: p,
|
|
19196
19222
|
...f
|
|
19197
|
-
} = t, d = Ye(
|
|
19223
|
+
} = t, d = Ye(wt, r), [b, g] = x.useState(null), m = Ae(e, (F) => g(F)), y = x.useRef(null), v = x.useRef(""), w = d.viewport, S = n.content - n.viewport, N = We(c), O = We(u), k = ea(p, 10);
|
|
19198
19224
|
function j(F) {
|
|
19199
19225
|
if (y.current) {
|
|
19200
19226
|
const $ = F.clientX - y.current.left, E = F.clientY - y.current.top;
|
|
19201
19227
|
l({ x: $, y: E });
|
|
19202
19228
|
}
|
|
19203
19229
|
}
|
|
19204
|
-
return
|
|
19230
|
+
return x.useEffect(() => {
|
|
19205
19231
|
const F = ($) => {
|
|
19206
19232
|
const E = $.target;
|
|
19207
19233
|
(b == null ? void 0 : b.contains(E)) && N($, S);
|
|
19208
19234
|
};
|
|
19209
19235
|
return document.addEventListener("wheel", F, { passive: !1 }), () => document.removeEventListener("wheel", F, { passive: !1 });
|
|
19210
|
-
}, [w, b, S, N]),
|
|
19236
|
+
}, [w, b, S, N]), x.useEffect(O, [n, O]), Xr(b, k), Xr(d.content, k), /* @__PURE__ */ h(
|
|
19211
19237
|
ST,
|
|
19212
19238
|
{
|
|
19213
19239
|
scope: r,
|
|
@@ -19215,7 +19241,7 @@ var yT = v.forwardRef((t, e) => {
|
|
|
19215
19241
|
hasThumb: o,
|
|
19216
19242
|
onThumbChange: We(i),
|
|
19217
19243
|
onThumbPointerUp: We(a),
|
|
19218
|
-
onThumbPositionChange:
|
|
19244
|
+
onThumbPositionChange: O,
|
|
19219
19245
|
onThumbPointerDown: We(s),
|
|
19220
19246
|
children: /* @__PURE__ */ h(
|
|
19221
19247
|
we.div,
|
|
@@ -19224,31 +19250,31 @@ var yT = v.forwardRef((t, e) => {
|
|
|
19224
19250
|
ref: m,
|
|
19225
19251
|
style: { position: "absolute", ...f.style },
|
|
19226
19252
|
onPointerDown: pe(t.onPointerDown, (F) => {
|
|
19227
|
-
F.button === 0 && (F.target.setPointerCapture(F.pointerId), y.current = b.getBoundingClientRect(),
|
|
19253
|
+
F.button === 0 && (F.target.setPointerCapture(F.pointerId), y.current = b.getBoundingClientRect(), v.current = document.body.style.webkitUserSelect, document.body.style.webkitUserSelect = "none", d.viewport && (d.viewport.style.scrollBehavior = "auto"), j(F));
|
|
19228
19254
|
}),
|
|
19229
19255
|
onPointerMove: pe(t.onPointerMove, j),
|
|
19230
19256
|
onPointerUp: pe(t.onPointerUp, (F) => {
|
|
19231
19257
|
const $ = F.target;
|
|
19232
|
-
$.hasPointerCapture(F.pointerId) && $.releasePointerCapture(F.pointerId), document.body.style.webkitUserSelect =
|
|
19258
|
+
$.hasPointerCapture(F.pointerId) && $.releasePointerCapture(F.pointerId), document.body.style.webkitUserSelect = v.current, d.viewport && (d.viewport.style.scrollBehavior = ""), y.current = null;
|
|
19233
19259
|
})
|
|
19234
19260
|
}
|
|
19235
19261
|
)
|
|
19236
19262
|
}
|
|
19237
19263
|
);
|
|
19238
|
-
}), fi = "ScrollAreaThumb", gh =
|
|
19264
|
+
}), fi = "ScrollAreaThumb", gh = x.forwardRef(
|
|
19239
19265
|
(t, e) => {
|
|
19240
19266
|
const { forceMount: r, ...n } = t, o = mh(fi, t.__scopeScrollArea);
|
|
19241
19267
|
return /* @__PURE__ */ h(wr, { present: r || o.hasThumb, children: /* @__PURE__ */ h(ET, { ref: e, ...n }) });
|
|
19242
19268
|
}
|
|
19243
|
-
), ET =
|
|
19269
|
+
), ET = x.forwardRef(
|
|
19244
19270
|
(t, e) => {
|
|
19245
19271
|
const { __scopeScrollArea: r, style: n, ...o } = t, i = Ye(fi, r), a = mh(fi, r), { onThumbPositionChange: s } = a, u = Ae(
|
|
19246
19272
|
e,
|
|
19247
19273
|
(p) => a.onThumbChange(p)
|
|
19248
|
-
), l =
|
|
19274
|
+
), l = x.useRef(void 0), c = ea(() => {
|
|
19249
19275
|
l.current && (l.current(), l.current = void 0);
|
|
19250
19276
|
}, 100);
|
|
19251
|
-
return
|
|
19277
|
+
return x.useEffect(() => {
|
|
19252
19278
|
const p = i.viewport;
|
|
19253
19279
|
if (p) {
|
|
19254
19280
|
const f = () => {
|
|
@@ -19280,15 +19306,15 @@ var yT = v.forwardRef((t, e) => {
|
|
|
19280
19306
|
}
|
|
19281
19307
|
);
|
|
19282
19308
|
gh.displayName = fi;
|
|
19283
|
-
var al = "ScrollAreaCorner", yh =
|
|
19309
|
+
var al = "ScrollAreaCorner", yh = x.forwardRef(
|
|
19284
19310
|
(t, e) => {
|
|
19285
19311
|
const r = Ye(al, t.__scopeScrollArea), n = !!(r.scrollbarX && r.scrollbarY);
|
|
19286
19312
|
return r.type !== "scroll" && n ? /* @__PURE__ */ h(CT, { ...t, ref: e }) : null;
|
|
19287
19313
|
}
|
|
19288
19314
|
);
|
|
19289
19315
|
yh.displayName = al;
|
|
19290
|
-
var CT =
|
|
19291
|
-
const { __scopeScrollArea: r, ...n } = t, o = Ye(al, r), [i, a] =
|
|
19316
|
+
var CT = x.forwardRef((t, e) => {
|
|
19317
|
+
const { __scopeScrollArea: r, ...n } = t, o = Ye(al, r), [i, a] = x.useState(0), [s, u] = x.useState(0), l = !!(i && s);
|
|
19292
19318
|
return Xr(o.scrollbarX, () => {
|
|
19293
19319
|
var p;
|
|
19294
19320
|
const c = ((p = o.scrollbarX) == null ? void 0 : p.offsetHeight) || 0;
|
|
@@ -19352,8 +19378,8 @@ var NT = (t, e = () => {
|
|
|
19352
19378
|
}(), () => window.cancelAnimationFrame(n);
|
|
19353
19379
|
};
|
|
19354
19380
|
function ea(t, e) {
|
|
19355
|
-
const r = We(t), n =
|
|
19356
|
-
return
|
|
19381
|
+
const r = We(t), n = x.useRef(0);
|
|
19382
|
+
return x.useEffect(() => () => window.clearTimeout(n.current), []), x.useCallback(() => {
|
|
19357
19383
|
window.clearTimeout(n.current), n.current = window.setTimeout(r, e);
|
|
19358
19384
|
}, [r, e]);
|
|
19359
19385
|
}
|
|
@@ -19372,13 +19398,13 @@ function Xr(t, e) {
|
|
|
19372
19398
|
}, [t, r]);
|
|
19373
19399
|
}
|
|
19374
19400
|
var Sh = dh, AT = ph, OT = yh;
|
|
19375
|
-
const sl =
|
|
19401
|
+
const sl = x.forwardRef(({ className: t, children: e, ...r }, n) => /* @__PURE__ */ P(Sh, { ref: n, className: Oe("relative overflow-hidden", t), ...r, children: [
|
|
19376
19402
|
/* @__PURE__ */ h(AT, { className: "h-full w-full rounded-[inherit]", children: e }),
|
|
19377
19403
|
/* @__PURE__ */ h(Eh, {}),
|
|
19378
19404
|
/* @__PURE__ */ h(OT, {})
|
|
19379
19405
|
] }));
|
|
19380
19406
|
sl.displayName = Sh.displayName;
|
|
19381
|
-
const Eh =
|
|
19407
|
+
const Eh = x.forwardRef(({ className: t, orientation: e = "vertical", ...r }, n) => /* @__PURE__ */ h(
|
|
19382
19408
|
ol,
|
|
19383
19409
|
{
|
|
19384
19410
|
ref: n,
|
|
@@ -19395,7 +19421,7 @@ const Eh = v.forwardRef(({ className: t, orientation: e = "vertical", ...r }, n)
|
|
|
19395
19421
|
));
|
|
19396
19422
|
Eh.displayName = ol.displayName;
|
|
19397
19423
|
const RT = () => {
|
|
19398
|
-
const { selected: t, actions: e } =
|
|
19424
|
+
const { selected: t, actions: e } = yt((r) => {
|
|
19399
19425
|
var i, a, s, u, l, c, p;
|
|
19400
19426
|
const n = r.events.selected ? Array.from(r.events.selected)[0] : null;
|
|
19401
19427
|
let o;
|
|
@@ -19450,7 +19476,7 @@ const RT = () => {
|
|
|
19450
19476
|
return ka;
|
|
19451
19477
|
}
|
|
19452
19478
|
}, Ch = ({ nodeId: t, depth: e = 0, onDragStart: r, onDragOver: n, onDrop: o, draggedId: i }) => {
|
|
19453
|
-
const { node: a, actions: s, selectedNodeId: u, childNodes: l, parentId: c } =
|
|
19479
|
+
const { node: a, actions: s, selectedNodeId: u, childNodes: l, parentId: c } = yt((C, D) => {
|
|
19454
19480
|
var M, B;
|
|
19455
19481
|
const L = C.nodes[t], T = ((M = L == null ? void 0 : L.data) == null ? void 0 : M.nodes) || [], A = C.events.selected ? Array.from(C.events.selected)[0] : null, _ = (B = L == null ? void 0 : L.data) == null ? void 0 : B.parent;
|
|
19456
19482
|
return {
|
|
@@ -19461,12 +19487,12 @@ const RT = () => {
|
|
|
19461
19487
|
};
|
|
19462
19488
|
}), [p, f] = me(!0), [d, b] = me(!1);
|
|
19463
19489
|
if (!a) return null;
|
|
19464
|
-
const g = a.data.displayName || a.data.name || "Unknown", m = l.length > 0, y = u === t,
|
|
19465
|
-
C.stopPropagation(),
|
|
19490
|
+
const g = a.data.displayName || a.data.name || "Unknown", m = l.length > 0, y = u === t, v = t === "ROOT", w = _T(g), S = i === t, N = a.data.isCanvas, O = (C) => {
|
|
19491
|
+
C.stopPropagation(), v || s.selectNode(t);
|
|
19466
19492
|
}, k = (C) => {
|
|
19467
19493
|
C.stopPropagation(), f(!p);
|
|
19468
19494
|
}, j = (C) => {
|
|
19469
|
-
if (
|
|
19495
|
+
if (v) {
|
|
19470
19496
|
C.preventDefault();
|
|
19471
19497
|
return;
|
|
19472
19498
|
}
|
|
@@ -19484,17 +19510,17 @@ const RT = () => {
|
|
|
19484
19510
|
{
|
|
19485
19511
|
className: `flex items-center gap-1 py-1 px-1 rounded cursor-pointer text-sm transition-colors ${y ? "bg-primary/10 text-primary" : "hover:bg-secondary/50"} ${S ? "opacity-50" : ""} ${d ? "bg-primary/20 ring-1 ring-primary" : ""}`,
|
|
19486
19512
|
style: { paddingLeft: `${e * 12 + 4}px` },
|
|
19487
|
-
onClick:
|
|
19488
|
-
draggable: !
|
|
19513
|
+
onClick: O,
|
|
19514
|
+
draggable: !v,
|
|
19489
19515
|
onDragStart: j,
|
|
19490
19516
|
onDragOver: F,
|
|
19491
19517
|
onDragLeave: $,
|
|
19492
19518
|
onDrop: E,
|
|
19493
19519
|
children: [
|
|
19494
|
-
!
|
|
19520
|
+
!v && /* @__PURE__ */ h(Zm, { className: "h-3 w-3 text-muted-foreground/50 cursor-grab active:cursor-grabbing" }),
|
|
19495
19521
|
m ? /* @__PURE__ */ h("button", { onClick: k, className: "p-0.5 hover:bg-secondary rounded", children: p ? /* @__PURE__ */ h(Fs, { className: "h-3 w-3" }) : /* @__PURE__ */ h(Hs, { className: "h-3 w-3" }) }) : /* @__PURE__ */ h("span", { className: "w-4" }),
|
|
19496
19522
|
/* @__PURE__ */ h(w, { className: "h-3.5 w-3.5 text-muted-foreground shrink-0" }),
|
|
19497
|
-
/* @__PURE__ */ h("span", { className: `truncate ${
|
|
19523
|
+
/* @__PURE__ */ h("span", { className: `truncate ${v ? "font-medium" : ""}`, children: v ? "Root" : g })
|
|
19498
19524
|
]
|
|
19499
19525
|
}
|
|
19500
19526
|
),
|
|
@@ -19512,7 +19538,7 @@ const RT = () => {
|
|
|
19512
19538
|
)) })
|
|
19513
19539
|
] });
|
|
19514
19540
|
}, PT = () => {
|
|
19515
|
-
const [t, e] = me(null), [r, n] = me(null), { nodeIds: o, actions: i } =
|
|
19541
|
+
const [t, e] = me(null), [r, n] = me(null), { nodeIds: o, actions: i } = yt((l) => ({
|
|
19516
19542
|
nodeIds: Object.keys(l.nodes)
|
|
19517
19543
|
})), a = (l, c) => {
|
|
19518
19544
|
e(l), n(c);
|
|
@@ -19543,11 +19569,11 @@ const RT = () => {
|
|
|
19543
19569
|
};
|
|
19544
19570
|
// @__NO_SIDE_EFFECTS__
|
|
19545
19571
|
function Td(t) {
|
|
19546
|
-
const e = /* @__PURE__ */ kT(t), r =
|
|
19547
|
-
const { children: i, ...a } = n, s =
|
|
19572
|
+
const e = /* @__PURE__ */ kT(t), r = x.forwardRef((n, o) => {
|
|
19573
|
+
const { children: i, ...a } = n, s = x.Children.toArray(i), u = s.find(DT);
|
|
19548
19574
|
if (u) {
|
|
19549
|
-
const l = u.props.children, c = s.map((p) => p === u ?
|
|
19550
|
-
return /* @__PURE__ */ h(e, { ...a, ref: o, children:
|
|
19575
|
+
const l = u.props.children, c = s.map((p) => p === u ? x.Children.count(l) > 1 ? x.Children.only(null) : x.isValidElement(l) ? l.props.children : null : p);
|
|
19576
|
+
return /* @__PURE__ */ h(e, { ...a, ref: o, children: x.isValidElement(l) ? x.cloneElement(l, void 0, c) : null });
|
|
19551
19577
|
}
|
|
19552
19578
|
return /* @__PURE__ */ h(e, { ...a, ref: o, children: i });
|
|
19553
19579
|
});
|
|
@@ -19555,19 +19581,19 @@ function Td(t) {
|
|
|
19555
19581
|
}
|
|
19556
19582
|
// @__NO_SIDE_EFFECTS__
|
|
19557
19583
|
function kT(t) {
|
|
19558
|
-
const e =
|
|
19584
|
+
const e = x.forwardRef((r, n) => {
|
|
19559
19585
|
const { children: o, ...i } = r;
|
|
19560
|
-
if (
|
|
19586
|
+
if (x.isValidElement(o)) {
|
|
19561
19587
|
const a = MT(o), s = LT(i, o.props);
|
|
19562
|
-
return o.type !==
|
|
19588
|
+
return o.type !== x.Fragment && (s.ref = n ? bi(n, a) : a), x.cloneElement(o, s);
|
|
19563
19589
|
}
|
|
19564
|
-
return
|
|
19590
|
+
return x.Children.count(o) > 1 ? x.Children.only(null) : null;
|
|
19565
19591
|
});
|
|
19566
19592
|
return e.displayName = `${t}.SlotClone`, e;
|
|
19567
19593
|
}
|
|
19568
19594
|
var IT = Symbol("radix.slottable");
|
|
19569
19595
|
function DT(t) {
|
|
19570
|
-
return
|
|
19596
|
+
return x.isValidElement(t) && typeof t.type == "function" && "__radixId" in t.type && t.type.__radixId === IT;
|
|
19571
19597
|
}
|
|
19572
19598
|
function LT(t, e) {
|
|
19573
19599
|
const r = { ...e };
|
|
@@ -19590,32 +19616,32 @@ function jT(t) {
|
|
|
19590
19616
|
e,
|
|
19591
19617
|
{ collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }
|
|
19592
19618
|
), a = (g) => {
|
|
19593
|
-
const { scope: m, children: y } = g,
|
|
19594
|
-
return /* @__PURE__ */ h(o, { scope: m, itemMap: w, collectionRef:
|
|
19619
|
+
const { scope: m, children: y } = g, v = I.useRef(null), w = I.useRef(/* @__PURE__ */ new Map()).current;
|
|
19620
|
+
return /* @__PURE__ */ h(o, { scope: m, itemMap: w, collectionRef: v, children: y });
|
|
19595
19621
|
};
|
|
19596
19622
|
a.displayName = e;
|
|
19597
19623
|
const s = t + "CollectionSlot", u = /* @__PURE__ */ Td(s), l = I.forwardRef(
|
|
19598
19624
|
(g, m) => {
|
|
19599
|
-
const { scope: y, children:
|
|
19600
|
-
return /* @__PURE__ */ h(u, { ref: S, children:
|
|
19625
|
+
const { scope: y, children: v } = g, w = i(s, y), S = Ae(m, w.collectionRef);
|
|
19626
|
+
return /* @__PURE__ */ h(u, { ref: S, children: v });
|
|
19601
19627
|
}
|
|
19602
19628
|
);
|
|
19603
19629
|
l.displayName = s;
|
|
19604
19630
|
const c = t + "CollectionItemSlot", p = "data-radix-collection-item", f = /* @__PURE__ */ Td(c), d = I.forwardRef(
|
|
19605
19631
|
(g, m) => {
|
|
19606
|
-
const { scope: y, children:
|
|
19607
|
-
return I.useEffect(() => (
|
|
19632
|
+
const { scope: y, children: v, ...w } = g, S = I.useRef(null), N = Ae(m, S), O = i(c, y);
|
|
19633
|
+
return I.useEffect(() => (O.itemMap.set(S, { ref: S, ...w }), () => void O.itemMap.delete(S))), /* @__PURE__ */ h(f, { [p]: "", ref: N, children: v });
|
|
19608
19634
|
}
|
|
19609
19635
|
);
|
|
19610
19636
|
d.displayName = c;
|
|
19611
19637
|
function b(g) {
|
|
19612
19638
|
const m = i(t + "CollectionConsumer", g);
|
|
19613
19639
|
return I.useCallback(() => {
|
|
19614
|
-
const
|
|
19615
|
-
if (!
|
|
19616
|
-
const w = Array.from(
|
|
19640
|
+
const v = m.collectionRef.current;
|
|
19641
|
+
if (!v) return [];
|
|
19642
|
+
const w = Array.from(v.querySelectorAll(`[${p}]`));
|
|
19617
19643
|
return Array.from(m.itemMap.values()).sort(
|
|
19618
|
-
(
|
|
19644
|
+
(O, k) => w.indexOf(O.ref.current) - w.indexOf(k.ref.current)
|
|
19619
19645
|
);
|
|
19620
19646
|
}, [m.collectionRef, m.itemMap]);
|
|
19621
19647
|
}
|
|
@@ -19628,11 +19654,11 @@ function jT(t) {
|
|
|
19628
19654
|
var Aa = "rovingFocusGroup.onEntryFocus", $T = { bubbles: !1, cancelable: !0 }, io = "RovingFocusGroup", [_s, Th, BT] = jT(io), [FT, Nh] = xr(
|
|
19629
19655
|
io,
|
|
19630
19656
|
[BT]
|
|
19631
|
-
), [HT, qT] = FT(io), Ah =
|
|
19657
|
+
), [HT, qT] = FT(io), Ah = x.forwardRef(
|
|
19632
19658
|
(t, e) => /* @__PURE__ */ h(_s.Provider, { scope: t.__scopeRovingFocusGroup, children: /* @__PURE__ */ h(_s.Slot, { scope: t.__scopeRovingFocusGroup, children: /* @__PURE__ */ h(zT, { ...t, ref: e }) }) })
|
|
19633
19659
|
);
|
|
19634
19660
|
Ah.displayName = io;
|
|
19635
|
-
var zT =
|
|
19661
|
+
var zT = x.forwardRef((t, e) => {
|
|
19636
19662
|
const {
|
|
19637
19663
|
__scopeRovingFocusGroup: r,
|
|
19638
19664
|
orientation: n,
|
|
@@ -19644,13 +19670,13 @@ var zT = v.forwardRef((t, e) => {
|
|
|
19644
19670
|
onEntryFocus: l,
|
|
19645
19671
|
preventScrollOnEntryFocus: c = !1,
|
|
19646
19672
|
...p
|
|
19647
|
-
} = t, f =
|
|
19673
|
+
} = t, f = x.useRef(null), d = Ae(e, f), b = rl(i), [g, m] = sn({
|
|
19648
19674
|
prop: a,
|
|
19649
19675
|
defaultProp: s ?? null,
|
|
19650
19676
|
onChange: u,
|
|
19651
19677
|
caller: io
|
|
19652
|
-
}), [y,
|
|
19653
|
-
return
|
|
19678
|
+
}), [y, v] = x.useState(!1), w = We(l), S = Th(r), N = x.useRef(!1), [O, k] = x.useState(0);
|
|
19679
|
+
return x.useEffect(() => {
|
|
19654
19680
|
const j = f.current;
|
|
19655
19681
|
if (j)
|
|
19656
19682
|
return j.addEventListener(Aa, w), () => j.removeEventListener(Aa, w);
|
|
@@ -19662,23 +19688,23 @@ var zT = v.forwardRef((t, e) => {
|
|
|
19662
19688
|
dir: b,
|
|
19663
19689
|
loop: o,
|
|
19664
19690
|
currentTabStopId: g,
|
|
19665
|
-
onItemFocus:
|
|
19691
|
+
onItemFocus: x.useCallback(
|
|
19666
19692
|
(j) => m(j),
|
|
19667
19693
|
[m]
|
|
19668
19694
|
),
|
|
19669
|
-
onItemShiftTab:
|
|
19670
|
-
onFocusableItemAdd:
|
|
19695
|
+
onItemShiftTab: x.useCallback(() => v(!0), []),
|
|
19696
|
+
onFocusableItemAdd: x.useCallback(
|
|
19671
19697
|
() => k((j) => j + 1),
|
|
19672
19698
|
[]
|
|
19673
19699
|
),
|
|
19674
|
-
onFocusableItemRemove:
|
|
19700
|
+
onFocusableItemRemove: x.useCallback(
|
|
19675
19701
|
() => k((j) => j - 1),
|
|
19676
19702
|
[]
|
|
19677
19703
|
),
|
|
19678
19704
|
children: /* @__PURE__ */ h(
|
|
19679
19705
|
we.div,
|
|
19680
19706
|
{
|
|
19681
|
-
tabIndex: y ||
|
|
19707
|
+
tabIndex: y || O === 0 ? -1 : 0,
|
|
19682
19708
|
"data-orientation": n,
|
|
19683
19709
|
...p,
|
|
19684
19710
|
ref: d,
|
|
@@ -19699,12 +19725,12 @@ var zT = v.forwardRef((t, e) => {
|
|
|
19699
19725
|
}
|
|
19700
19726
|
N.current = !1;
|
|
19701
19727
|
}),
|
|
19702
|
-
onBlur: pe(t.onBlur, () =>
|
|
19728
|
+
onBlur: pe(t.onBlur, () => v(!1))
|
|
19703
19729
|
}
|
|
19704
19730
|
)
|
|
19705
19731
|
}
|
|
19706
19732
|
);
|
|
19707
|
-
}), Oh = "RovingFocusGroupItem", Rh =
|
|
19733
|
+
}), Oh = "RovingFocusGroupItem", Rh = x.forwardRef(
|
|
19708
19734
|
(t, e) => {
|
|
19709
19735
|
const {
|
|
19710
19736
|
__scopeRovingFocusGroup: r,
|
|
@@ -19714,7 +19740,7 @@ var zT = v.forwardRef((t, e) => {
|
|
|
19714
19740
|
children: a,
|
|
19715
19741
|
...s
|
|
19716
19742
|
} = t, u = Bf(), l = i || u, c = qT(Oh, r), p = c.currentTabStopId === l, f = Th(r), { onFocusableItemAdd: d, onFocusableItemRemove: b, currentTabStopId: g } = c;
|
|
19717
|
-
return
|
|
19743
|
+
return x.useEffect(() => {
|
|
19718
19744
|
if (n)
|
|
19719
19745
|
return d(), () => b();
|
|
19720
19746
|
}, [n, d, b]), /* @__PURE__ */ h(
|
|
@@ -19789,7 +19815,7 @@ function _h(t, e = !1) {
|
|
|
19789
19815
|
function GT(t, e) {
|
|
19790
19816
|
return t.map((r, n) => t[(e + n) % t.length]);
|
|
19791
19817
|
}
|
|
19792
|
-
var YT = Ah, XT = Rh, Ph = "Toggle", ul =
|
|
19818
|
+
var YT = Ah, XT = Rh, Ph = "Toggle", ul = x.forwardRef((t, e) => {
|
|
19793
19819
|
const { pressed: r, defaultPressed: n, onPressedChange: o, ...i } = t, [a, s] = sn({
|
|
19794
19820
|
prop: r,
|
|
19795
19821
|
onChange: o,
|
|
@@ -19954,15 +19980,15 @@ const Hh = Xd(
|
|
|
19954
19980
|
size: "default"
|
|
19955
19981
|
}
|
|
19956
19982
|
}
|
|
19957
|
-
), eN =
|
|
19983
|
+
), eN = x.forwardRef(({ className: t, variant: e, size: r, ...n }, o) => /* @__PURE__ */ h(kh, { ref: o, className: Oe(Hh({ variant: e, size: r, className: t })), ...n }));
|
|
19958
19984
|
eN.displayName = kh.displayName;
|
|
19959
|
-
const qh =
|
|
19985
|
+
const qh = x.createContext({
|
|
19960
19986
|
size: "default",
|
|
19961
19987
|
variant: "default"
|
|
19962
|
-
}), zh =
|
|
19988
|
+
}), zh = x.forwardRef(({ className: t, variant: e, size: r, children: n, ...o }, i) => /* @__PURE__ */ h(Bh, { ref: i, className: Oe("flex items-center justify-center gap-1", t), ...o, children: /* @__PURE__ */ h(qh.Provider, { value: { variant: e, size: r }, children: n }) }));
|
|
19963
19989
|
zh.displayName = Bh.displayName;
|
|
19964
|
-
const Uh =
|
|
19965
|
-
const a =
|
|
19990
|
+
const Uh = x.forwardRef(({ className: t, children: e, variant: r, size: n, ...o }, i) => {
|
|
19991
|
+
const a = x.useContext(qh);
|
|
19966
19992
|
return /* @__PURE__ */ h(
|
|
19967
19993
|
Fh,
|
|
19968
19994
|
{
|
|
@@ -20071,10 +20097,10 @@ function TN(t) {
|
|
|
20071
20097
|
}
|
|
20072
20098
|
var NN = (t) => {
|
|
20073
20099
|
var e, r, n, o, i, a, s, u, l, c, p;
|
|
20074
|
-
let { invert: f, toast: d, unstyled: b, interacting: g, setHeights: m, visibleToasts: y, heights:
|
|
20100
|
+
let { invert: f, toast: d, unstyled: b, interacting: g, setHeights: m, visibleToasts: y, heights: v, index: w, toasts: S, expanded: N, removeToast: O, defaultRichColors: k, closeButton: j, style: F, cancelButtonStyle: $, actionButtonStyle: E, className: C = "", descriptionClassName: D = "", duration: L, position: T, gap: A, loadingIcon: _, expandByDefault: M, classNames: B, icons: U, closeButtonAriaLabel: ne = "Close toast", pauseWhenPageIsHidden: Q } = t, [q, H] = I.useState(null), [be, Z] = I.useState(null), [z, Ie] = I.useState(!1), [Te, Se] = I.useState(!1), [at, St] = I.useState(!1), [st, ao] = I.useState(!1), [ta, so] = I.useState(!1), [ra, dn] = I.useState(0), [Cr, cl] = I.useState(0), fn = I.useRef(d.duration || L || Ad), dl = I.useRef(null), nr = I.useRef(null), Gh = w === 0, Yh = w + 1 <= y, ze = d.type, Tr = d.dismissible !== !1, Xh = d.className || "", Kh = d.descriptionClassName || "", uo = I.useMemo(() => v.findIndex((G) => G.toastId === d.id) || 0, [v, d.id]), Jh = I.useMemo(() => {
|
|
20075
20101
|
var G;
|
|
20076
20102
|
return (G = d.closeButton) != null ? G : j;
|
|
20077
|
-
}, [d.closeButton, j]), fl = I.useMemo(() => d.duration || L || Ad, [d.duration, L]), na = I.useRef(0), Nr = I.useRef(0), pl = I.useRef(0), Ar = I.useRef(null), [Zh, Qh] = T.split("-"), hl = I.useMemo(() =>
|
|
20103
|
+
}, [d.closeButton, j]), fl = I.useMemo(() => d.duration || L || Ad, [d.duration, L]), na = I.useRef(0), Nr = I.useRef(0), pl = I.useRef(0), Ar = I.useRef(null), [Zh, Qh] = T.split("-"), hl = I.useMemo(() => v.reduce((G, ae, he) => he >= uo ? G : G + ae.height, 0), [v, uo]), ml = lN(), em = d.invert || f, oa = ze === "loading";
|
|
20078
20104
|
Nr.current = I.useMemo(() => uo * A + hl, [uo, hl]), I.useEffect(() => {
|
|
20079
20105
|
fn.current = fl;
|
|
20080
20106
|
}, [fl]), I.useEffect(() => {
|
|
@@ -20094,9 +20120,9 @@ var NN = (t) => {
|
|
|
20094
20120
|
}, [z, d.title, d.description, m, d.id]);
|
|
20095
20121
|
let $t = I.useCallback(() => {
|
|
20096
20122
|
Se(!0), dn(Nr.current), m((G) => G.filter((ae) => ae.toastId !== d.id)), setTimeout(() => {
|
|
20097
|
-
|
|
20123
|
+
O(d);
|
|
20098
20124
|
}, CN);
|
|
20099
|
-
}, [d,
|
|
20125
|
+
}, [d, O, m, Nr]);
|
|
20100
20126
|
I.useEffect(() => {
|
|
20101
20127
|
if (d.promise && ze === "loading" || d.duration === 1 / 0 || d.type === "loading") return;
|
|
20102
20128
|
let G;
|
|
@@ -20118,9 +20144,9 @@ var NN = (t) => {
|
|
|
20118
20144
|
return U != null && U.loading ? I.createElement("div", { className: Ze(B == null ? void 0 : B.loader, (G = d == null ? void 0 : d.classNames) == null ? void 0 : G.loader, "sonner-loader"), "data-visible": ze === "loading" }, U.loading) : _ ? I.createElement("div", { className: Ze(B == null ? void 0 : B.loader, (ae = d == null ? void 0 : d.classNames) == null ? void 0 : ae.loader, "sonner-loader"), "data-visible": ze === "loading" }, _) : I.createElement(nN, { className: Ze(B == null ? void 0 : B.loader, (he = d == null ? void 0 : d.classNames) == null ? void 0 : he.loader), visible: ze === "loading" });
|
|
20119
20145
|
}
|
|
20120
20146
|
return I.createElement("li", { tabIndex: 0, ref: nr, className: Ze(C, Xh, B == null ? void 0 : B.toast, (e = d == null ? void 0 : d.classNames) == null ? void 0 : e.toast, B == null ? void 0 : B.default, B == null ? void 0 : B[ze], (r = d == null ? void 0 : d.classNames) == null ? void 0 : r[ze]), "data-sonner-toast": "", "data-rich-colors": (n = d.richColors) != null ? n : k, "data-styled": !(d.jsx || d.unstyled || b), "data-mounted": z, "data-promise": !!d.promise, "data-swiped": ta, "data-removed": Te, "data-visible": Yh, "data-y-position": Zh, "data-x-position": Qh, "data-index": w, "data-front": Gh, "data-swiping": at, "data-dismissible": Tr, "data-type": ze, "data-invert": em, "data-swipe-out": st, "data-swipe-direction": be, "data-expanded": !!(N || M && z), style: { "--index": w, "--toasts-before": w, "--z-index": S.length - w, "--offset": `${Te ? ra : Nr.current}px`, "--initial-height": M ? "auto" : `${Cr}px`, ...F, ...d.style }, onDragEnd: () => {
|
|
20121
|
-
|
|
20147
|
+
St(!1), H(null), Ar.current = null;
|
|
20122
20148
|
}, onPointerDown: (G) => {
|
|
20123
|
-
oa || !Tr || (dl.current = /* @__PURE__ */ new Date(), dn(Nr.current), G.target.setPointerCapture(G.pointerId), G.target.tagName !== "BUTTON" && (
|
|
20149
|
+
oa || !Tr || (dl.current = /* @__PURE__ */ new Date(), dn(Nr.current), G.target.setPointerCapture(G.pointerId), G.target.tagName !== "BUTTON" && (St(!0), Ar.current = { x: G.clientX, y: G.clientY }));
|
|
20124
20150
|
}, onPointerUp: () => {
|
|
20125
20151
|
var G, ae, he, Xe;
|
|
20126
20152
|
if (st || !Tr) return;
|
|
@@ -20130,7 +20156,7 @@ var NN = (t) => {
|
|
|
20130
20156
|
dn(Nr.current), (Xe = d.onDismiss) == null || Xe.call(d, d), Z(q === "x" ? Ke > 0 ? "right" : "left" : Bt > 0 ? "down" : "up"), $t(), ao(!0), so(!1);
|
|
20131
20157
|
return;
|
|
20132
20158
|
}
|
|
20133
|
-
|
|
20159
|
+
St(!1), H(null);
|
|
20134
20160
|
}, onPointerMove: (G) => {
|
|
20135
20161
|
var ae, he, Xe, Ke;
|
|
20136
20162
|
if (!Ar.current || !Tr || ((ae = window.getSelection()) == null ? void 0 : ae.toString().length) > 0) return;
|
|
@@ -20170,7 +20196,7 @@ function AN(t, e) {
|
|
|
20170
20196
|
}), r;
|
|
20171
20197
|
}
|
|
20172
20198
|
Ds(function(t, e) {
|
|
20173
|
-
let { invert: r, position: n = "bottom-right", hotkey: o = ["altKey", "KeyT"], expand: i, closeButton: a, className: s, offset: u, mobileOffset: l, theme: c = "light", richColors: p, duration: f, style: d, visibleToasts: b = yN, toastOptions: g, dir: m = Od(), gap: y = SN, loadingIcon:
|
|
20199
|
+
let { invert: r, position: n = "bottom-right", hotkey: o = ["altKey", "KeyT"], expand: i, closeButton: a, className: s, offset: u, mobileOffset: l, theme: c = "light", richColors: p, duration: f, style: d, visibleToasts: b = yN, toastOptions: g, dir: m = Od(), gap: y = SN, loadingIcon: v, icons: w, containerAriaLabel: S = "Notifications", pauseWhenPageIsHidden: N } = t, [O, k] = I.useState([]), j = I.useMemo(() => Array.from(new Set([n].concat(O.filter((Q) => Q.position).map((Q) => Q.position)))), [O, n]), [F, $] = I.useState([]), [E, C] = I.useState(!1), [D, L] = I.useState(!1), [T, A] = I.useState(c !== "system" ? c : typeof window < "u" && window.matchMedia && window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), _ = I.useRef(null), M = o.join("+").replace(/Key/g, "").replace(/Digit/g, ""), B = I.useRef(null), U = I.useRef(!1), ne = I.useCallback((Q) => {
|
|
20174
20200
|
k((q) => {
|
|
20175
20201
|
var H;
|
|
20176
20202
|
return (H = q.find((be) => be.id === Q.id)) != null && H.delete || De.dismiss(Q.id), q.filter(({ id: be }) => be !== Q.id);
|
|
@@ -20210,8 +20236,8 @@ Ds(function(t, e) {
|
|
|
20210
20236
|
});
|
|
20211
20237
|
}
|
|
20212
20238
|
}, [c]), I.useEffect(() => {
|
|
20213
|
-
|
|
20214
|
-
}, [
|
|
20239
|
+
O.length <= 1 && C(!1);
|
|
20240
|
+
}, [O]), I.useEffect(() => {
|
|
20215
20241
|
let Q = (q) => {
|
|
20216
20242
|
var H, be;
|
|
20217
20243
|
o.every((Z) => q[Z] || q.code === Z) && (C(!0), (H = _.current) == null || H.focus()), q.code === "Escape" && (document.activeElement === _.current || (be = _.current) != null && be.contains(document.activeElement)) && C(!1);
|
|
@@ -20224,7 +20250,7 @@ Ds(function(t, e) {
|
|
|
20224
20250
|
}, [_.current]), I.createElement("section", { ref: e, "aria-label": `${S} ${M}`, tabIndex: -1, "aria-live": "polite", "aria-relevant": "additions text", "aria-atomic": "false", suppressHydrationWarning: !0 }, j.map((Q, q) => {
|
|
20225
20251
|
var H;
|
|
20226
20252
|
let [be, Z] = Q.split("-");
|
|
20227
|
-
return
|
|
20253
|
+
return O.length ? I.createElement("ol", { key: Q, dir: m === "auto" ? Od() : m, tabIndex: -1, ref: _, className: s, "data-sonner-toaster": !0, "data-theme": T, "data-y-position": be, "data-lifted": E && O.length > 1 && !i, "data-x-position": Z, style: { "--front-toast-height": `${((H = F[0]) == null ? void 0 : H.height) || 0}px`, "--width": `${wN}px`, "--gap": `${y}px`, ...d, ...AN(u, l) }, onBlur: (z) => {
|
|
20228
20254
|
U.current && !z.currentTarget.contains(z.relatedTarget) && (U.current = !1, B.current && (B.current.focus({ preventScroll: !0 }), B.current = null));
|
|
20229
20255
|
}, onFocus: (z) => {
|
|
20230
20256
|
z.target instanceof HTMLElement && z.target.dataset.dismissible === "false" || U.current || (U.current = !0, B.current = z.relatedTarget);
|
|
@@ -20232,9 +20258,9 @@ Ds(function(t, e) {
|
|
|
20232
20258
|
D || C(!1);
|
|
20233
20259
|
}, onDragEnd: () => C(!1), onPointerDown: (z) => {
|
|
20234
20260
|
z.target instanceof HTMLElement && z.target.dataset.dismissible === "false" || L(!0);
|
|
20235
|
-
}, onPointerUp: () => L(!1) },
|
|
20261
|
+
}, onPointerUp: () => L(!1) }, O.filter((z) => !z.position && q === 0 || z.position === Q).map((z, Ie) => {
|
|
20236
20262
|
var Te, Se;
|
|
20237
|
-
return I.createElement(NN, { key: z.id, icons: w, index: Ie, toast: z, defaultRichColors: p, duration: (Te = g == null ? void 0 : g.duration) != null ? Te : f, className: g == null ? void 0 : g.className, descriptionClassName: g == null ? void 0 : g.descriptionClassName, invert: r, visibleToasts: b, closeButton: (Se = g == null ? void 0 : g.closeButton) != null ? Se : a, interacting: D, position: Q, style: g == null ? void 0 : g.style, unstyled: g == null ? void 0 : g.unstyled, classNames: g == null ? void 0 : g.classNames, cancelButtonStyle: g == null ? void 0 : g.cancelButtonStyle, actionButtonStyle: g == null ? void 0 : g.actionButtonStyle, removeToast: ne, toasts:
|
|
20263
|
+
return I.createElement(NN, { key: z.id, icons: w, index: Ie, toast: z, defaultRichColors: p, duration: (Te = g == null ? void 0 : g.duration) != null ? Te : f, className: g == null ? void 0 : g.className, descriptionClassName: g == null ? void 0 : g.descriptionClassName, invert: r, visibleToasts: b, closeButton: (Se = g == null ? void 0 : g.closeButton) != null ? Se : a, interacting: D, position: Q, style: g == null ? void 0 : g.style, unstyled: g == null ? void 0 : g.unstyled, classNames: g == null ? void 0 : g.classNames, cancelButtonStyle: g == null ? void 0 : g.cancelButtonStyle, actionButtonStyle: g == null ? void 0 : g.actionButtonStyle, removeToast: ne, toasts: O.filter((at) => at.position == z.position), heights: F.filter((at) => at.position == z.position), setHeights: $, expandByDefault: i, gap: y, loadingIcon: v, expanded: E, pauseWhenPageIsHidden: N, swipeDirections: t.swipeDirections });
|
|
20238
20264
|
})) : null;
|
|
20239
20265
|
}));
|
|
20240
20266
|
});
|
|
@@ -20252,7 +20278,7 @@ const ks = {
|
|
|
20252
20278
|
setEditPopup: i,
|
|
20253
20279
|
editPopup: a
|
|
20254
20280
|
}) => {
|
|
20255
|
-
const { actions: s, query: u, canUndo: l, canRedo: c } =
|
|
20281
|
+
const { actions: s, query: u, canUndo: l, canRedo: c } = yt((f, d) => ({
|
|
20256
20282
|
canUndo: d.history.canUndo(),
|
|
20257
20283
|
canRedo: d.history.canRedo()
|
|
20258
20284
|
})), p = () => {
|
|
@@ -20284,7 +20310,7 @@ const ks = {
|
|
|
20284
20310
|
/* @__PURE__ */ h("div", { className: "h-6 w-px bg-border" }),
|
|
20285
20311
|
/* @__PURE__ */ P("div", { className: "flex items-center gap-2", children: [
|
|
20286
20312
|
/* @__PURE__ */ P(
|
|
20287
|
-
|
|
20313
|
+
Rt,
|
|
20288
20314
|
{
|
|
20289
20315
|
variant: "outline",
|
|
20290
20316
|
size: "sm",
|
|
@@ -20297,7 +20323,7 @@ const ks = {
|
|
|
20297
20323
|
}
|
|
20298
20324
|
),
|
|
20299
20325
|
/* @__PURE__ */ h(
|
|
20300
|
-
|
|
20326
|
+
Rt,
|
|
20301
20327
|
{
|
|
20302
20328
|
variant: "outline",
|
|
20303
20329
|
size: "sm",
|
|
@@ -20307,7 +20333,7 @@ const ks = {
|
|
|
20307
20333
|
}
|
|
20308
20334
|
),
|
|
20309
20335
|
/* @__PURE__ */ h(
|
|
20310
|
-
|
|
20336
|
+
Rt,
|
|
20311
20337
|
{
|
|
20312
20338
|
variant: "outline",
|
|
20313
20339
|
size: "sm",
|
|
@@ -20316,11 +20342,11 @@ const ks = {
|
|
|
20316
20342
|
children: /* @__PURE__ */ h(rb, { className: "h-4 w-4" })
|
|
20317
20343
|
}
|
|
20318
20344
|
),
|
|
20319
|
-
/* @__PURE__ */ P(
|
|
20345
|
+
/* @__PURE__ */ P(Rt, { size: "sm", onClick: () => e(!0), children: [
|
|
20320
20346
|
"Preview Page ",
|
|
20321
20347
|
/* @__PURE__ */ h(Jm, { className: "ml-2 h-4 w-4" })
|
|
20322
20348
|
] }),
|
|
20323
|
-
/* @__PURE__ */ P(
|
|
20349
|
+
/* @__PURE__ */ P(Rt, { size: "sm", onClick: p, children: [
|
|
20324
20350
|
/* @__PURE__ */ h(nb, { className: "h-4 w-4 mr-2" }),
|
|
20325
20351
|
"Save"
|
|
20326
20352
|
] })
|
|
@@ -20344,7 +20370,7 @@ const ks = {
|
|
|
20344
20370
|
ref: (i) => {
|
|
20345
20371
|
i && r && n && (r == null || r(n(i)));
|
|
20346
20372
|
},
|
|
20347
|
-
className:
|
|
20373
|
+
className: ht("relative min-h-[100vh]", e || ""),
|
|
20348
20374
|
children: t
|
|
20349
20375
|
}
|
|
20350
20376
|
);
|
|
@@ -20358,8 +20384,8 @@ Vh.craft = {
|
|
|
20358
20384
|
}
|
|
20359
20385
|
};
|
|
20360
20386
|
const Rd = ({ htmlJson: t, editorState: e }) => {
|
|
20361
|
-
const { actions: r } =
|
|
20362
|
-
return
|
|
20387
|
+
const { actions: r } = yt();
|
|
20388
|
+
return _e(() => {
|
|
20363
20389
|
t ? r.deserialize(t) : e ? r.deserialize(e) : r.deserialize({
|
|
20364
20390
|
ROOT: {
|
|
20365
20391
|
type: { resolvedName: "Body" },
|
|
@@ -20370,8 +20396,8 @@ const Rd = ({ htmlJson: t, editorState: e }) => {
|
|
|
20370
20396
|
});
|
|
20371
20397
|
}, []), /* @__PURE__ */ h(lu, {});
|
|
20372
20398
|
}, RN = ({ htmlJson: t, enabled: e, popupEditorState: r }) => {
|
|
20373
|
-
const { actions: n } =
|
|
20374
|
-
return
|
|
20399
|
+
const { actions: n } = yt();
|
|
20400
|
+
return _e(() => {
|
|
20375
20401
|
if (t)
|
|
20376
20402
|
n.deserialize(t);
|
|
20377
20403
|
else if (r)
|
|
@@ -20464,23 +20490,23 @@ const Rd = ({ htmlJson: t, editorState: e }) => {
|
|
|
20464
20490
|
const [m, y] = me(
|
|
20465
20491
|
((S = ks[p]) == null ? void 0 : S.width) || "100%"
|
|
20466
20492
|
);
|
|
20467
|
-
|
|
20468
|
-
var
|
|
20469
|
-
const N = ((
|
|
20493
|
+
_e(() => {
|
|
20494
|
+
var O;
|
|
20495
|
+
const N = ((O = ks[p]) == null ? void 0 : O.width) || "100%";
|
|
20470
20496
|
y(N);
|
|
20471
|
-
}, [p]),
|
|
20497
|
+
}, [p]), _e(() => {
|
|
20472
20498
|
if (!l && window.self === window.top) {
|
|
20473
20499
|
const N = () => {
|
|
20474
|
-
const
|
|
20475
|
-
|
|
20500
|
+
const O = window.innerWidth;
|
|
20501
|
+
O < 640 ? f("mobile") : O < 1024 ? f("tablet") : O < 1280 ? f("small") : f("desktop");
|
|
20476
20502
|
};
|
|
20477
20503
|
return window.addEventListener("resize", N), () => window.removeEventListener("resize", N);
|
|
20478
20504
|
}
|
|
20479
|
-
}, [l]),
|
|
20505
|
+
}, [l]), _e(() => {
|
|
20480
20506
|
if (window.parent && window.self !== window.top) {
|
|
20481
|
-
const N = (
|
|
20482
|
-
if (
|
|
20483
|
-
const k =
|
|
20507
|
+
const N = (O) => {
|
|
20508
|
+
if (O.data.type === "PARENT_WIDTH") {
|
|
20509
|
+
const k = O.data.width;
|
|
20484
20510
|
k < 640 ? f("mobile") : k < 1024 ? f("tablet") : k < 1280 ? f("small") : f("desktop");
|
|
20485
20511
|
}
|
|
20486
20512
|
};
|
|
@@ -20489,21 +20515,21 @@ const Rd = ({ htmlJson: t, editorState: e }) => {
|
|
|
20489
20515
|
};
|
|
20490
20516
|
}
|
|
20491
20517
|
}, []);
|
|
20492
|
-
const
|
|
20518
|
+
const v = (N) => {
|
|
20493
20519
|
if (u)
|
|
20494
20520
|
try {
|
|
20495
|
-
const
|
|
20496
|
-
u(
|
|
20497
|
-
} catch (
|
|
20498
|
-
console.log(
|
|
20521
|
+
const O = N.serialize();
|
|
20522
|
+
u(O);
|
|
20523
|
+
} catch (O) {
|
|
20524
|
+
console.log(O);
|
|
20499
20525
|
}
|
|
20500
20526
|
}, w = (N) => {
|
|
20501
20527
|
if (n)
|
|
20502
20528
|
try {
|
|
20503
|
-
const
|
|
20504
|
-
n(
|
|
20505
|
-
} catch (
|
|
20506
|
-
console.log(
|
|
20529
|
+
const O = N.serialize();
|
|
20530
|
+
n(O);
|
|
20531
|
+
} catch (O) {
|
|
20532
|
+
console.log(O);
|
|
20507
20533
|
}
|
|
20508
20534
|
};
|
|
20509
20535
|
return l ? /* @__PURE__ */ h(
|
|
@@ -20512,7 +20538,7 @@ const Rd = ({ htmlJson: t, editorState: e }) => {
|
|
|
20512
20538
|
resolver: Is,
|
|
20513
20539
|
enabled: l,
|
|
20514
20540
|
onNodesChange: (N) => {
|
|
20515
|
-
g.current ? w(N) :
|
|
20541
|
+
g.current ? w(N) : v(N);
|
|
20516
20542
|
},
|
|
20517
20543
|
children: /* @__PURE__ */ h(es, { value: p, children: /* @__PURE__ */ h($o, { value: c, children: /* @__PURE__ */ P("div", { className: "flex flex-col h-full", children: [
|
|
20518
20544
|
/* @__PURE__ */ P("div", { className: "flex items-center justify-between pb-4 border-b border-border", children: [
|
|
@@ -20570,8 +20596,8 @@ const Rd = ({ htmlJson: t, editorState: e }) => {
|
|
|
20570
20596
|
small: { width: 1024, label: "Small", icon: zs },
|
|
20571
20597
|
desktop: { width: 1440, label: "Desktop", icon: Ws }
|
|
20572
20598
|
}, PN = ({ editorState: t, deviceSize: e }) => /* @__PURE__ */ h(Qa, { resolver: Is, enabled: !1, children: /* @__PURE__ */ h(es, { value: e, children: /* @__PURE__ */ h(kN, { editorState: t }) }) }), kN = ({ editorState: t }) => {
|
|
20573
|
-
const { actions: e } =
|
|
20574
|
-
return
|
|
20599
|
+
const { actions: e } = yt();
|
|
20600
|
+
return _e(() => {
|
|
20575
20601
|
if (t && (e != null && e.deserialize))
|
|
20576
20602
|
try {
|
|
20577
20603
|
e.deserialize(t);
|
|
@@ -20588,7 +20614,7 @@ const Rd = ({ htmlJson: t, editorState: e }) => {
|
|
|
20588
20614
|
}) => {
|
|
20589
20615
|
var u, l;
|
|
20590
20616
|
const [i, a] = me("desktop");
|
|
20591
|
-
if (
|
|
20617
|
+
if (_e(() => {
|
|
20592
20618
|
const c = (p) => {
|
|
20593
20619
|
p.key === "Escape" && e();
|
|
20594
20620
|
};
|
|
@@ -20607,7 +20633,7 @@ const Rd = ({ htmlJson: t, editorState: e }) => {
|
|
|
20607
20633
|
] })
|
|
20608
20634
|
] }),
|
|
20609
20635
|
/* @__PURE__ */ h("div", { className: "flex items-center gap-1 bg-muted rounded-lg p-1", children: Object.entries(Oa).map(([c, { label: p, icon: f }]) => /* @__PURE__ */ P(
|
|
20610
|
-
|
|
20636
|
+
Rt,
|
|
20611
20637
|
{
|
|
20612
20638
|
variant: "ghost",
|
|
20613
20639
|
size: "sm",
|
|
@@ -20623,7 +20649,7 @@ const Rd = ({ htmlJson: t, editorState: e }) => {
|
|
|
20623
20649
|
},
|
|
20624
20650
|
c
|
|
20625
20651
|
)) }),
|
|
20626
|
-
/* @__PURE__ */ h(
|
|
20652
|
+
/* @__PURE__ */ h(Rt, { variant: "ghost", size: "icon", onClick: e, children: /* @__PURE__ */ h(fb, { className: "h-5 w-5" }) })
|
|
20627
20653
|
] }),
|
|
20628
20654
|
/* @__PURE__ */ h("div", { className: "flex-1 overflow-auto bg-muted/50 p-6", children: /* @__PURE__ */ h("div", { className: "flex justify-center min-h-full", children: /* @__PURE__ */ h(
|
|
20629
20655
|
"div",
|
|
@@ -20713,6 +20739,6 @@ export {
|
|
|
20713
20739
|
ss as processTemplate,
|
|
20714
20740
|
Is as resolver,
|
|
20715
20741
|
TA as useApiConfig,
|
|
20716
|
-
|
|
20742
|
+
Pe as useDeviceSize,
|
|
20717
20743
|
mi as useEventData
|
|
20718
20744
|
};
|