@yoast/ai-insights-client 1.4.70 → 1.4.71
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.
|
@@ -14,7 +14,7 @@ var _l = (e, t, n, r) => ({
|
|
|
14
14
|
}
|
|
15
15
|
});
|
|
16
16
|
import { jsx as p, jsxs as M, Fragment as st } from "react/jsx-runtime";
|
|
17
|
-
import { SidebarNavigation as
|
|
17
|
+
import { SidebarNavigation as Ms, Title as kt, SkeletonLoader as vt, Link as vr, Modal as Ce, Button as Be, Spinner as Vc, Toast as Td, ValidationIcon as t3, Paper as pi, Stepper as n3, Tooltip as r3, Card as yt, ProgressBar as i3, Alert as Fn, Badge as yr, Select as hc, Table as ke, Pagination as Zf, TextInput as Wc, DropdownMenu as kl, Label as Fu, Root as s3, TagField as ov, Checkbox as Md, TextField as $s, Toggle as o3, TextareaField as a3, Autocomplete as C0 } from "@yoast/ui-library";
|
|
18
18
|
import * as L from "react";
|
|
19
19
|
import Qc, { createContext as Jf, useMemo as Ht, useCallback as jt, useState as Ee, useContext as Yc, useEffect as Qe, useRef as br, forwardRef as eh, lazy as xo, Suspense as _r } from "react";
|
|
20
20
|
import av from "react-dom";
|
|
@@ -45,10 +45,10 @@ function l3() {
|
|
|
45
45
|
v = f.lastIndexOf(";", b - 1) + 1;
|
|
46
46
|
continue;
|
|
47
47
|
}
|
|
48
|
-
const w = a(f, v, b),
|
|
48
|
+
const w = a(f, v, b), O = l(f, b, w), x = f.slice(w, O);
|
|
49
49
|
if (y[x] === void 0) {
|
|
50
|
-
let _ = a(f, b + 1, C),
|
|
51
|
-
const A = m(f.slice(_,
|
|
50
|
+
let _ = a(f, b + 1, C), k = l(f, C, _);
|
|
51
|
+
const A = m(f.slice(_, k));
|
|
52
52
|
y[x] = A;
|
|
53
53
|
}
|
|
54
54
|
v = C + 1;
|
|
@@ -207,7 +207,7 @@ function c3(e = {}) {
|
|
|
207
207
|
return new URL(d(h), "http://localhost");
|
|
208
208
|
},
|
|
209
209
|
encodeLocation(h) {
|
|
210
|
-
let y = typeof h == "string" ?
|
|
210
|
+
let y = typeof h == "string" ? fs(h) : h;
|
|
211
211
|
return {
|
|
212
212
|
pathname: y.pathname || "",
|
|
213
213
|
search: y.search || "",
|
|
@@ -257,7 +257,7 @@ function d3(e, t, n = null, r) {
|
|
|
257
257
|
pathname: typeof e == "string" ? e : e.pathname,
|
|
258
258
|
search: "",
|
|
259
259
|
hash: "",
|
|
260
|
-
...typeof t == "string" ?
|
|
260
|
+
...typeof t == "string" ? fs(t) : t,
|
|
261
261
|
state: n,
|
|
262
262
|
// TODO: This could be cleaned up. push/replace should probably just take
|
|
263
263
|
// full Locations now and avoid the need to run through this flow at all
|
|
@@ -273,7 +273,7 @@ function yc({
|
|
|
273
273
|
}) {
|
|
274
274
|
return t && t !== "?" && (e += t.charAt(0) === "?" ? t : "?" + t), n && n !== "#" && (e += n.charAt(0) === "#" ? n : "#" + n), e;
|
|
275
275
|
}
|
|
276
|
-
function
|
|
276
|
+
function fs(e) {
|
|
277
277
|
let t = {};
|
|
278
278
|
if (e) {
|
|
279
279
|
let n = e.indexOf("#");
|
|
@@ -287,7 +287,7 @@ function cv(e, t, n = "/") {
|
|
|
287
287
|
return f3(e, t, n, !1);
|
|
288
288
|
}
|
|
289
289
|
function f3(e, t, n, r) {
|
|
290
|
-
let i = typeof t == "string" ?
|
|
290
|
+
let i = typeof t == "string" ? fs(t) : t, s = Hr(i.pathname || "/", n);
|
|
291
291
|
if (s == null)
|
|
292
292
|
return null;
|
|
293
293
|
let o = uv(e);
|
|
@@ -467,7 +467,7 @@ function _3(e, t = "/") {
|
|
|
467
467
|
pathname: n,
|
|
468
468
|
search: r = "",
|
|
469
469
|
hash: i = ""
|
|
470
|
-
} = typeof e == "string" ?
|
|
470
|
+
} = typeof e == "string" ? fs(e) : e;
|
|
471
471
|
return {
|
|
472
472
|
pathname: n ? n.startsWith("/") ? n : k3(n, t) : t,
|
|
473
473
|
search: E3(r),
|
|
@@ -498,7 +498,7 @@ function th(e) {
|
|
|
498
498
|
}
|
|
499
499
|
function nh(e, t, n, r = !1) {
|
|
500
500
|
let i;
|
|
501
|
-
typeof e == "string" ? i =
|
|
501
|
+
typeof e == "string" ? i = fs(e) : (i = { ...e }, gt(
|
|
502
502
|
!i.pathname || !i.pathname.includes("?"),
|
|
503
503
|
Bu("?", "pathname", "search", i)
|
|
504
504
|
), gt(
|
|
@@ -574,7 +574,7 @@ var rh = L.createContext(null);
|
|
|
574
574
|
rh.displayName = "RouteError";
|
|
575
575
|
function I3(e, { relative: t } = {}) {
|
|
576
576
|
gt(
|
|
577
|
-
|
|
577
|
+
hs(),
|
|
578
578
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
579
579
|
// router loaded. We can help them understand how to avoid that.
|
|
580
580
|
"useHref() may be used only in the context of a <Router> component."
|
|
@@ -582,12 +582,12 @@ function I3(e, { relative: t } = {}) {
|
|
|
582
582
|
let { basename: n, navigator: r } = L.useContext(er), { hash: i, pathname: s, search: o } = cl(e, { relative: t }), a = s;
|
|
583
583
|
return n !== "/" && (a = s === "/" ? n : Br([n, s])), r.createHref({ pathname: a, search: o, hash: i });
|
|
584
584
|
}
|
|
585
|
-
function
|
|
585
|
+
function hs() {
|
|
586
586
|
return L.useContext(ll) != null;
|
|
587
587
|
}
|
|
588
588
|
function Xt() {
|
|
589
589
|
return gt(
|
|
590
|
-
|
|
590
|
+
hs(),
|
|
591
591
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
592
592
|
// router loaded. We can help them understand how to avoid that.
|
|
593
593
|
"useLocation() may be used only in the context of a <Router> component."
|
|
@@ -595,7 +595,7 @@ function Xt() {
|
|
|
595
595
|
}
|
|
596
596
|
function Ol(e) {
|
|
597
597
|
gt(
|
|
598
|
-
|
|
598
|
+
hs(),
|
|
599
599
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
600
600
|
// router loaded. We can help them understand how to avoid that.
|
|
601
601
|
"useMatch() may be used only in the context of a <Router> component."
|
|
@@ -616,7 +616,7 @@ function Tn() {
|
|
|
616
616
|
}
|
|
617
617
|
function L3() {
|
|
618
618
|
gt(
|
|
619
|
-
|
|
619
|
+
hs(),
|
|
620
620
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
621
621
|
// router loaded. We can help them understand how to avoid that.
|
|
622
622
|
"useNavigate() may be used only in the context of a <Router> component."
|
|
@@ -679,7 +679,7 @@ function F3(e, t) {
|
|
|
679
679
|
function pv(e, t, n, r) {
|
|
680
680
|
var v;
|
|
681
681
|
gt(
|
|
682
|
-
|
|
682
|
+
hs(),
|
|
683
683
|
// TODO: This error is probably because they somehow have 2 versions of the
|
|
684
684
|
// router loaded. We can help them understand how to avoid that.
|
|
685
685
|
"useRoutes() may be used only in the context of a <Router> component."
|
|
@@ -697,7 +697,7 @@ Please change the parent <Route path="${b}"> to <Route path="${b === "/" ? "*" :
|
|
|
697
697
|
}
|
|
698
698
|
let d = Xt(), f;
|
|
699
699
|
if (t) {
|
|
700
|
-
let b = typeof t == "string" ?
|
|
700
|
+
let b = typeof t == "string" ? fs(t) : t;
|
|
701
701
|
gt(
|
|
702
702
|
c === "/" || ((v = b.pathname) == null ? void 0 : v.startsWith(c)),
|
|
703
703
|
`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${c}" but pathname "${b.pathname}" was given in the \`location\` prop.`
|
|
@@ -979,14 +979,14 @@ function X3({
|
|
|
979
979
|
}
|
|
980
980
|
);
|
|
981
981
|
}
|
|
982
|
-
function
|
|
982
|
+
function Ds({
|
|
983
983
|
to: e,
|
|
984
984
|
replace: t,
|
|
985
985
|
state: n,
|
|
986
986
|
relative: r
|
|
987
987
|
}) {
|
|
988
988
|
gt(
|
|
989
|
-
|
|
989
|
+
hs(),
|
|
990
990
|
// TODO: This error is probably because they somehow have 2 versions of
|
|
991
991
|
// the router loaded. We can help them understand how to avoid that.
|
|
992
992
|
"<Navigate> may be used only in the context of a <Router> component."
|
|
@@ -1024,7 +1024,7 @@ function Z3({
|
|
|
1024
1024
|
static: s = !1
|
|
1025
1025
|
}) {
|
|
1026
1026
|
gt(
|
|
1027
|
-
!
|
|
1027
|
+
!hs(),
|
|
1028
1028
|
"You cannot render a <Router> inside another <Router>. You should never have more than one in your app."
|
|
1029
1029
|
);
|
|
1030
1030
|
let o = e.replace(/^\/*/, "/"), a = L.useMemo(
|
|
@@ -1036,7 +1036,7 @@ function Z3({
|
|
|
1036
1036
|
}),
|
|
1037
1037
|
[o, i, s]
|
|
1038
1038
|
);
|
|
1039
|
-
typeof n == "string" && (n =
|
|
1039
|
+
typeof n == "string" && (n = fs(n));
|
|
1040
1040
|
let {
|
|
1041
1041
|
pathname: l = "/",
|
|
1042
1042
|
search: c = "",
|
|
@@ -1479,9 +1479,9 @@ var Sv = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, Ai = L.forwardRef(
|
|
|
1479
1479
|
let { basename: y } = L.useContext(er), g = typeof c == "string" && Sv.test(c), m, v = !1;
|
|
1480
1480
|
if (typeof c == "string" && g && (m = c, xv))
|
|
1481
1481
|
try {
|
|
1482
|
-
let
|
|
1483
|
-
A.origin ===
|
|
1484
|
-
} catch (
|
|
1482
|
+
let k = new URL(window.location.href), A = c.startsWith("//") ? new URL(k.protocol + c) : new URL(c), E = Hr(A.pathname, y);
|
|
1483
|
+
A.origin === k.origin && E != null ? c = E + A.search + A.hash : v = !0;
|
|
1484
|
+
} catch (k) {
|
|
1485
1485
|
Hn(
|
|
1486
1486
|
!1,
|
|
1487
1487
|
`<Link to="${c}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`
|
|
@@ -1490,7 +1490,7 @@ var Sv = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, Ai = L.forwardRef(
|
|
|
1490
1490
|
let b = I3(c, { relative: i }), [S, C, w] = vx(
|
|
1491
1491
|
r,
|
|
1492
1492
|
f
|
|
1493
|
-
),
|
|
1493
|
+
), O = Ox(c, {
|
|
1494
1494
|
replace: o,
|
|
1495
1495
|
state: a,
|
|
1496
1496
|
target: l,
|
|
@@ -1498,8 +1498,8 @@ var Sv = /^(?:[a-z][a-z0-9+.-]*:|\/\/)/i, Ai = L.forwardRef(
|
|
|
1498
1498
|
relative: i,
|
|
1499
1499
|
viewTransition: d
|
|
1500
1500
|
});
|
|
1501
|
-
function x(
|
|
1502
|
-
t && t(
|
|
1501
|
+
function x(k) {
|
|
1502
|
+
t && t(k), k.defaultPrevented || O(k);
|
|
1503
1503
|
}
|
|
1504
1504
|
let _ = (
|
|
1505
1505
|
// eslint-disable-next-line jsx-a11y/anchor-has-content
|
|
@@ -1537,15 +1537,15 @@ var Cx = L.forwardRef(
|
|
|
1537
1537
|
Mx(d) && a === !0, v = y.encodeLocation ? y.encodeLocation(d).pathname : d.pathname, b = f.pathname, S = h && h.navigation && h.navigation.location ? h.navigation.location.pathname : null;
|
|
1538
1538
|
n || (b = b.toLowerCase(), S = S ? S.toLowerCase() : null, v = v.toLowerCase()), S && g && (S = Hr(S, g) || S);
|
|
1539
1539
|
const C = v !== "/" && v.endsWith("/") ? v.length - 1 : v.length;
|
|
1540
|
-
let w = b === v || !i && b.startsWith(v) && b.charAt(C) === "/",
|
|
1540
|
+
let w = b === v || !i && b.startsWith(v) && b.charAt(C) === "/", O = S != null && (S === v || !i && S.startsWith(v) && S.charAt(v.length) === "/"), x = {
|
|
1541
1541
|
isActive: w,
|
|
1542
|
-
isPending:
|
|
1542
|
+
isPending: O,
|
|
1543
1543
|
isTransitioning: m
|
|
1544
|
-
}, _ = w ? t : void 0,
|
|
1545
|
-
typeof r == "function" ?
|
|
1544
|
+
}, _ = w ? t : void 0, k;
|
|
1545
|
+
typeof r == "function" ? k = r(x) : k = [
|
|
1546
1546
|
r,
|
|
1547
1547
|
w ? "active" : null,
|
|
1548
|
-
|
|
1548
|
+
O ? "pending" : null,
|
|
1549
1549
|
m ? "transitioning" : null
|
|
1550
1550
|
].filter(Boolean).join(" ");
|
|
1551
1551
|
let A = typeof s == "function" ? s(x) : s;
|
|
@@ -1554,7 +1554,7 @@ var Cx = L.forwardRef(
|
|
|
1554
1554
|
{
|
|
1555
1555
|
...c,
|
|
1556
1556
|
"aria-current": _,
|
|
1557
|
-
className:
|
|
1557
|
+
className: k,
|
|
1558
1558
|
ref: u,
|
|
1559
1559
|
style: A,
|
|
1560
1560
|
to: o,
|
|
@@ -1742,7 +1742,7 @@ var Co = class {
|
|
|
1742
1742
|
}
|
|
1743
1743
|
onUnsubscribe() {
|
|
1744
1744
|
}
|
|
1745
|
-
},
|
|
1745
|
+
}, rs = typeof window == "undefined" || "Deno" in globalThis;
|
|
1746
1746
|
function Qt() {
|
|
1747
1747
|
}
|
|
1748
1748
|
function $x(e, t) {
|
|
@@ -1789,7 +1789,7 @@ function P0(e, t) {
|
|
|
1789
1789
|
if (!t.options.mutationKey)
|
|
1790
1790
|
return !1;
|
|
1791
1791
|
if (n) {
|
|
1792
|
-
if (
|
|
1792
|
+
if (is(t.options.mutationKey) !== is(s))
|
|
1793
1793
|
return !1;
|
|
1794
1794
|
} else if (!ba(t.options.mutationKey, s))
|
|
1795
1795
|
return !1;
|
|
@@ -1797,9 +1797,9 @@ function P0(e, t) {
|
|
|
1797
1797
|
return !(r && t.state.status !== r || i && !i(t));
|
|
1798
1798
|
}
|
|
1799
1799
|
function lh(e, t) {
|
|
1800
|
-
return ((t == null ? void 0 : t.queryKeyHashFn) ||
|
|
1800
|
+
return ((t == null ? void 0 : t.queryKeyHashFn) || is)(e);
|
|
1801
1801
|
}
|
|
1802
|
-
function
|
|
1802
|
+
function is(e) {
|
|
1803
1803
|
return JSON.stringify(
|
|
1804
1804
|
e,
|
|
1805
1805
|
(t, n) => Ld(n) ? Object.keys(n).sort().reduce((r, i) => (r[i] = n[i], r), {}) : n
|
|
@@ -1884,14 +1884,14 @@ function kv(e, t) {
|
|
|
1884
1884
|
function Ov(e, t) {
|
|
1885
1885
|
return typeof e == "function" ? e(...t) : !!e;
|
|
1886
1886
|
}
|
|
1887
|
-
var
|
|
1887
|
+
var Hi, ri, Fs, Wp, Rx = (Wp = class extends Co {
|
|
1888
1888
|
constructor() {
|
|
1889
1889
|
super();
|
|
1890
|
-
ae(this,
|
|
1890
|
+
ae(this, Hi);
|
|
1891
1891
|
ae(this, ri);
|
|
1892
1892
|
ae(this, Fs);
|
|
1893
1893
|
ee(this, Fs, (t) => {
|
|
1894
|
-
if (!
|
|
1894
|
+
if (!rs && window.addEventListener) {
|
|
1895
1895
|
const n = () => t();
|
|
1896
1896
|
return window.addEventListener("visibilitychange", n, !1), () => {
|
|
1897
1897
|
window.removeEventListener("visibilitychange", n);
|
|
@@ -1913,7 +1913,7 @@ var Ui, ri, Fs, Wp, Rx = (Wp = class extends Co {
|
|
|
1913
1913
|
}));
|
|
1914
1914
|
}
|
|
1915
1915
|
setFocused(t) {
|
|
1916
|
-
D(this,
|
|
1916
|
+
D(this, Hi) !== t && (ee(this, Hi, t), this.onFocus());
|
|
1917
1917
|
}
|
|
1918
1918
|
onFocus() {
|
|
1919
1919
|
const t = this.isFocused();
|
|
@@ -1923,16 +1923,16 @@ var Ui, ri, Fs, Wp, Rx = (Wp = class extends Co {
|
|
|
1923
1923
|
}
|
|
1924
1924
|
isFocused() {
|
|
1925
1925
|
var t;
|
|
1926
|
-
return typeof D(this,
|
|
1926
|
+
return typeof D(this, Hi) == "boolean" ? D(this, Hi) : ((t = globalThis.document) == null ? void 0 : t.visibilityState) !== "hidden";
|
|
1927
1927
|
}
|
|
1928
|
-
},
|
|
1928
|
+
}, Hi = new WeakMap(), ri = new WeakMap(), Fs = new WeakMap(), Wp), ch = new Rx(), Bs, ii, js, Qp, Nx = (Qp = class extends Co {
|
|
1929
1929
|
constructor() {
|
|
1930
1930
|
super();
|
|
1931
1931
|
ae(this, Bs, !0);
|
|
1932
1932
|
ae(this, ii);
|
|
1933
1933
|
ae(this, js);
|
|
1934
1934
|
ee(this, js, (t) => {
|
|
1935
|
-
if (!
|
|
1935
|
+
if (!rs && window.addEventListener) {
|
|
1936
1936
|
const n = () => t(!0), r = () => t(!1);
|
|
1937
1937
|
return window.addEventListener("online", n, !1), window.addEventListener("offline", r, !1), () => {
|
|
1938
1938
|
window.removeEventListener("online", n), window.removeEventListener("offline", r);
|
|
@@ -2030,10 +2030,10 @@ function Pv(e) {
|
|
|
2030
2030
|
g = Promise.reject(v);
|
|
2031
2031
|
}
|
|
2032
2032
|
Promise.resolve(g).then(d).catch((v) => {
|
|
2033
|
-
var
|
|
2033
|
+
var O, x, _;
|
|
2034
2034
|
if (r)
|
|
2035
2035
|
return;
|
|
2036
|
-
const b = (
|
|
2036
|
+
const b = (O = e.retry) != null ? O : rs ? 0 : 3, S = (x = e.retryDelay) != null ? x : Fx, C = typeof S == "function" ? S(n, v) : S, w = b === !0 || typeof b == "number" && n < b || typeof b == "function" && b(n, v);
|
|
2037
2037
|
if (t || !w) {
|
|
2038
2038
|
f(v);
|
|
2039
2039
|
return;
|
|
@@ -2113,40 +2113,40 @@ function jx() {
|
|
|
2113
2113
|
}
|
|
2114
2114
|
};
|
|
2115
2115
|
}
|
|
2116
|
-
var Ot = jx(),
|
|
2116
|
+
var Ot = jx(), Ui, Yp, Tv = (Yp = class {
|
|
2117
2117
|
constructor() {
|
|
2118
|
-
ae(this,
|
|
2118
|
+
ae(this, Ui);
|
|
2119
2119
|
}
|
|
2120
2120
|
destroy() {
|
|
2121
2121
|
this.clearGcTimeout();
|
|
2122
2122
|
}
|
|
2123
2123
|
scheduleGc() {
|
|
2124
|
-
this.clearGcTimeout(), Dd(this.gcTime) && ee(this,
|
|
2124
|
+
this.clearGcTimeout(), Dd(this.gcTime) && ee(this, Ui, setTimeout(() => {
|
|
2125
2125
|
this.optionalRemove();
|
|
2126
2126
|
}, this.gcTime));
|
|
2127
2127
|
}
|
|
2128
2128
|
updateGcTime(e) {
|
|
2129
2129
|
this.gcTime = Math.max(
|
|
2130
2130
|
this.gcTime || 0,
|
|
2131
|
-
e != null ? e :
|
|
2131
|
+
e != null ? e : rs ? 1 / 0 : 5 * 60 * 1e3
|
|
2132
2132
|
);
|
|
2133
2133
|
}
|
|
2134
2134
|
clearGcTimeout() {
|
|
2135
|
-
D(this,
|
|
2135
|
+
D(this, Ui) && (clearTimeout(D(this, Ui)), ee(this, Ui, void 0));
|
|
2136
2136
|
}
|
|
2137
|
-
},
|
|
2137
|
+
}, Ui = new WeakMap(), Yp), qs, Gi, Rn, Ki, Nt, Wa, Vi, Wn, Pr, Xp, qx = (Xp = class extends Tv {
|
|
2138
2138
|
constructor(t) {
|
|
2139
2139
|
var n;
|
|
2140
2140
|
super();
|
|
2141
2141
|
ae(this, Wn);
|
|
2142
2142
|
ae(this, qs);
|
|
2143
|
-
ae(this,
|
|
2143
|
+
ae(this, Gi);
|
|
2144
2144
|
ae(this, Rn);
|
|
2145
|
-
ae(this,
|
|
2145
|
+
ae(this, Ki);
|
|
2146
2146
|
ae(this, Nt);
|
|
2147
2147
|
ae(this, Wa);
|
|
2148
|
-
ae(this,
|
|
2149
|
-
ee(this,
|
|
2148
|
+
ae(this, Vi);
|
|
2149
|
+
ee(this, Vi, !1), ee(this, Wa, t.defaultOptions), this.setOptions(t.options), this.observers = [], ee(this, Ki, t.client), ee(this, Rn, D(this, Ki).getQueryCache()), this.queryKey = t.queryKey, this.queryHash = t.queryHash, ee(this, qs, zx(this.options)), this.state = (n = t.state) != null ? n : D(this, qs), this.scheduleGc();
|
|
2150
2150
|
}
|
|
2151
2151
|
get meta() {
|
|
2152
2152
|
return this.options.meta;
|
|
@@ -2219,7 +2219,7 @@ var Ot = jx(), Gi, Yp, Tv = (Yp = class {
|
|
|
2219
2219
|
this.observers.includes(t) || (this.observers.push(t), this.clearGcTimeout(), D(this, Rn).notify({ type: "observerAdded", query: this, observer: t }));
|
|
2220
2220
|
}
|
|
2221
2221
|
removeObserver(t) {
|
|
2222
|
-
this.observers.includes(t) && (this.observers = this.observers.filter((n) => n !== t), this.observers.length || (D(this, Nt) && (D(this,
|
|
2222
|
+
this.observers.includes(t) && (this.observers = this.observers.filter((n) => n !== t), this.observers.length || (D(this, Nt) && (D(this, Vi) ? D(this, Nt).cancel({ revert: !0 }) : D(this, Nt).cancelRetry()), this.scheduleGc()), D(this, Rn).notify({ type: "observerRemoved", query: this, observer: t }));
|
|
2223
2223
|
}
|
|
2224
2224
|
getObserversCount() {
|
|
2225
2225
|
return this.observers.length;
|
|
@@ -2245,18 +2245,18 @@ var Ot = jx(), Gi, Yp, Tv = (Yp = class {
|
|
|
2245
2245
|
const r = new AbortController(), i = (f) => {
|
|
2246
2246
|
Object.defineProperty(f, "signal", {
|
|
2247
2247
|
enumerable: !0,
|
|
2248
|
-
get: () => (ee(this,
|
|
2248
|
+
get: () => (ee(this, Vi, !0), r.signal)
|
|
2249
2249
|
});
|
|
2250
2250
|
}, s = () => {
|
|
2251
2251
|
const f = kv(this.options, n), y = (() => {
|
|
2252
2252
|
const g = {
|
|
2253
|
-
client: D(this,
|
|
2253
|
+
client: D(this, Ki),
|
|
2254
2254
|
queryKey: this.queryKey,
|
|
2255
2255
|
meta: this.meta
|
|
2256
2256
|
};
|
|
2257
2257
|
return i(g), g;
|
|
2258
2258
|
})();
|
|
2259
|
-
return ee(this,
|
|
2259
|
+
return ee(this, Vi, !1), this.options.persister ? this.options.persister(
|
|
2260
2260
|
f,
|
|
2261
2261
|
y,
|
|
2262
2262
|
this
|
|
@@ -2266,13 +2266,13 @@ var Ot = jx(), Gi, Yp, Tv = (Yp = class {
|
|
|
2266
2266
|
fetchOptions: n,
|
|
2267
2267
|
options: this.options,
|
|
2268
2268
|
queryKey: this.queryKey,
|
|
2269
|
-
client: D(this,
|
|
2269
|
+
client: D(this, Ki),
|
|
2270
2270
|
state: this.state,
|
|
2271
2271
|
fetchFn: s
|
|
2272
2272
|
};
|
|
2273
2273
|
return i(f), f;
|
|
2274
2274
|
})();
|
|
2275
|
-
(c = this.options.behavior) == null || c.onFetch(a, this), ee(this,
|
|
2275
|
+
(c = this.options.behavior) == null || c.onFetch(a, this), ee(this, Gi, this.state), (this.state.fetchStatus === "idle" || this.state.fetchMeta !== ((u = a.fetchOptions) == null ? void 0 : u.meta)) && Ne(this, Wn, Pr).call(this, { type: "fetch", meta: (d = a.fetchOptions) == null ? void 0 : d.meta });
|
|
2276
2276
|
const l = (f) => {
|
|
2277
2277
|
var h, y, g, m;
|
|
2278
2278
|
qu(f) && f.silent || Ne(this, Wn, Pr).call(this, {
|
|
@@ -2330,7 +2330,7 @@ var Ot = jx(), Gi, Yp, Tv = (Yp = class {
|
|
|
2330
2330
|
canRun: () => !0
|
|
2331
2331
|
})), D(this, Nt).start();
|
|
2332
2332
|
}
|
|
2333
|
-
}, qs = new WeakMap(),
|
|
2333
|
+
}, qs = new WeakMap(), Gi = new WeakMap(), Rn = new WeakMap(), Ki = new WeakMap(), Nt = new WeakMap(), Wa = new WeakMap(), Vi = new WeakMap(), Wn = new WeakSet(), Pr = function(t) {
|
|
2334
2334
|
const n = (r) => {
|
|
2335
2335
|
var i, s;
|
|
2336
2336
|
switch (t.type) {
|
|
@@ -2357,7 +2357,7 @@ var Ot = jx(), Gi, Yp, Tv = (Yp = class {
|
|
|
2357
2357
|
fetchMeta: (i = t.meta) != null ? i : null
|
|
2358
2358
|
};
|
|
2359
2359
|
case "success":
|
|
2360
|
-
return ee(this,
|
|
2360
|
+
return ee(this, Gi, void 0), {
|
|
2361
2361
|
...r,
|
|
2362
2362
|
data: t.data,
|
|
2363
2363
|
dataUpdateCount: r.dataUpdateCount + 1,
|
|
@@ -2373,7 +2373,7 @@ var Ot = jx(), Gi, Yp, Tv = (Yp = class {
|
|
|
2373
2373
|
};
|
|
2374
2374
|
case "error":
|
|
2375
2375
|
const o = t.error;
|
|
2376
|
-
return qu(o) && o.revert && D(this,
|
|
2376
|
+
return qu(o) && o.revert && D(this, Gi) ? { ...D(this, Gi), fetchStatus: "idle" } : {
|
|
2377
2377
|
...r,
|
|
2378
2378
|
error: o,
|
|
2379
2379
|
errorUpdateCount: r.errorUpdateCount + 1,
|
|
@@ -2502,13 +2502,13 @@ var dr, Zp, Hx = (Zp = class extends Co {
|
|
|
2502
2502
|
});
|
|
2503
2503
|
});
|
|
2504
2504
|
}
|
|
2505
|
-
}, dr = new WeakMap(), Zp), fr, Vt,
|
|
2505
|
+
}, dr = new WeakMap(), Zp), fr, Vt, Wi, hr, ti, Jp, Ux = (Jp = class extends Tv {
|
|
2506
2506
|
constructor(t) {
|
|
2507
2507
|
super();
|
|
2508
2508
|
ae(this, hr);
|
|
2509
2509
|
ae(this, fr);
|
|
2510
2510
|
ae(this, Vt);
|
|
2511
|
-
ae(this,
|
|
2511
|
+
ae(this, Wi);
|
|
2512
2512
|
this.mutationId = t.mutationId, ee(this, Vt, t.mutationCache), ee(this, fr, []), this.state = t.state || $v(), this.setOptions(t.options), this.scheduleGc();
|
|
2513
2513
|
}
|
|
2514
2514
|
setOptions(t) {
|
|
@@ -2536,17 +2536,17 @@ var dr, Zp, Hx = (Zp = class extends Co {
|
|
|
2536
2536
|
}
|
|
2537
2537
|
continue() {
|
|
2538
2538
|
var t, n;
|
|
2539
|
-
return (n = (t = D(this,
|
|
2539
|
+
return (n = (t = D(this, Wi)) == null ? void 0 : t.continue()) != null ? n : (
|
|
2540
2540
|
// continuing a mutation assumes that variables are set, mutation must have been dehydrated before
|
|
2541
2541
|
this.execute(this.state.variables)
|
|
2542
2542
|
);
|
|
2543
2543
|
}
|
|
2544
2544
|
async execute(t) {
|
|
2545
|
-
var s, o, a, l, c, u, d, f, h, y, g, m, v, b, S, C, w,
|
|
2545
|
+
var s, o, a, l, c, u, d, f, h, y, g, m, v, b, S, C, w, O, x, _, k;
|
|
2546
2546
|
const n = () => {
|
|
2547
2547
|
Ne(this, hr, ti).call(this, { type: "continue" });
|
|
2548
2548
|
};
|
|
2549
|
-
ee(this,
|
|
2549
|
+
ee(this, Wi, Pv({
|
|
2550
2550
|
fn: () => this.options.mutationFn ? this.options.mutationFn(t) : Promise.reject(new Error("No mutationFn found")),
|
|
2551
2551
|
onFail: (A, E) => {
|
|
2552
2552
|
Ne(this, hr, ti).call(this, { type: "failed", failureCount: A, error: E });
|
|
@@ -2560,7 +2560,7 @@ var dr, Zp, Hx = (Zp = class extends Co {
|
|
|
2560
2560
|
networkMode: this.options.networkMode,
|
|
2561
2561
|
canRun: () => D(this, Vt).canRun(this)
|
|
2562
2562
|
}));
|
|
2563
|
-
const r = this.state.status === "pending", i = !D(this,
|
|
2563
|
+
const r = this.state.status === "pending", i = !D(this, Wi).canStart();
|
|
2564
2564
|
try {
|
|
2565
2565
|
if (r)
|
|
2566
2566
|
n();
|
|
@@ -2578,7 +2578,7 @@ var dr, Zp, Hx = (Zp = class extends Co {
|
|
|
2578
2578
|
isPaused: i
|
|
2579
2579
|
});
|
|
2580
2580
|
}
|
|
2581
|
-
const A = await D(this,
|
|
2581
|
+
const A = await D(this, Wi).start();
|
|
2582
2582
|
return await ((d = (u = D(this, Vt).config).onSuccess) == null ? void 0 : d.call(
|
|
2583
2583
|
u,
|
|
2584
2584
|
A,
|
|
@@ -2606,14 +2606,14 @@ var dr, Zp, Hx = (Zp = class extends Co {
|
|
|
2606
2606
|
A,
|
|
2607
2607
|
t,
|
|
2608
2608
|
this.state.context
|
|
2609
|
-
)), await ((x = (
|
|
2610
|
-
|
|
2609
|
+
)), await ((x = (O = D(this, Vt).config).onSettled) == null ? void 0 : x.call(
|
|
2610
|
+
O,
|
|
2611
2611
|
void 0,
|
|
2612
2612
|
A,
|
|
2613
2613
|
this.state.variables,
|
|
2614
2614
|
this.state.context,
|
|
2615
2615
|
this
|
|
2616
|
-
)), await ((
|
|
2616
|
+
)), await ((k = (_ = this.options).onSettled) == null ? void 0 : k.call(
|
|
2617
2617
|
_,
|
|
2618
2618
|
void 0,
|
|
2619
2619
|
A,
|
|
@@ -2627,7 +2627,7 @@ var dr, Zp, Hx = (Zp = class extends Co {
|
|
|
2627
2627
|
D(this, Vt).runNext(this);
|
|
2628
2628
|
}
|
|
2629
2629
|
}
|
|
2630
|
-
}, fr = new WeakMap(), Vt = new WeakMap(),
|
|
2630
|
+
}, fr = new WeakMap(), Vt = new WeakMap(), Wi = new WeakMap(), hr = new WeakSet(), ti = function(t) {
|
|
2631
2631
|
const n = (r) => {
|
|
2632
2632
|
switch (t.type) {
|
|
2633
2633
|
case "failed":
|
|
@@ -2818,7 +2818,7 @@ function $0(e) {
|
|
|
2818
2818
|
g = !0;
|
|
2819
2819
|
}), t.signal)
|
|
2820
2820
|
});
|
|
2821
|
-
}, v = kv(t.options, t.fetchOptions), b = async (C, w,
|
|
2821
|
+
}, v = kv(t.options, t.fetchOptions), b = async (C, w, O) => {
|
|
2822
2822
|
if (g)
|
|
2823
2823
|
return Promise.reject();
|
|
2824
2824
|
if (w == null && C.pages.length)
|
|
@@ -2828,22 +2828,22 @@ function $0(e) {
|
|
|
2828
2828
|
client: t.client,
|
|
2829
2829
|
queryKey: t.queryKey,
|
|
2830
2830
|
pageParam: w,
|
|
2831
|
-
direction:
|
|
2831
|
+
direction: O ? "backward" : "forward",
|
|
2832
2832
|
meta: t.options.meta
|
|
2833
2833
|
};
|
|
2834
2834
|
return m(T), T;
|
|
2835
|
-
})(),
|
|
2835
|
+
})(), k = await v(_), { maxPages: A } = t.options, E = O ? Lx : Ix;
|
|
2836
2836
|
return {
|
|
2837
|
-
pages: E(C.pages,
|
|
2837
|
+
pages: E(C.pages, k, A),
|
|
2838
2838
|
pageParams: E(C.pageParams, w, A)
|
|
2839
2839
|
};
|
|
2840
2840
|
};
|
|
2841
2841
|
if (i && s.length) {
|
|
2842
|
-
const C = i === "backward", w = C ? Kx : D0,
|
|
2842
|
+
const C = i === "backward", w = C ? Kx : D0, O = {
|
|
2843
2843
|
pages: s,
|
|
2844
2844
|
pageParams: o
|
|
2845
|
-
}, x = w(r,
|
|
2846
|
-
a = await b(
|
|
2845
|
+
}, x = w(r, O);
|
|
2846
|
+
a = await b(O, x, C);
|
|
2847
2847
|
} else {
|
|
2848
2848
|
const C = e != null ? e : s.length;
|
|
2849
2849
|
do {
|
|
@@ -3047,7 +3047,7 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3047
3047
|
ee(this, oi, e);
|
|
3048
3048
|
}
|
|
3049
3049
|
setQueryDefaults(e, t) {
|
|
3050
|
-
D(this, zs).set(
|
|
3050
|
+
D(this, zs).set(is(e), {
|
|
3051
3051
|
queryKey: e,
|
|
3052
3052
|
defaultOptions: t
|
|
3053
3053
|
});
|
|
@@ -3059,7 +3059,7 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3059
3059
|
}), n;
|
|
3060
3060
|
}
|
|
3061
3061
|
setMutationDefaults(e, t) {
|
|
3062
|
-
D(this, Hs).set(
|
|
3062
|
+
D(this, Hs).set(is(e), {
|
|
3063
3063
|
mutationKey: e,
|
|
3064
3064
|
defaultOptions: t
|
|
3065
3065
|
});
|
|
@@ -3095,7 +3095,7 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3095
3095
|
clear() {
|
|
3096
3096
|
D(this, xt).clear(), D(this, si).clear();
|
|
3097
3097
|
}
|
|
3098
|
-
}, xt = new WeakMap(), si = new WeakMap(), oi = new WeakMap(), zs = new WeakMap(), Hs = new WeakMap(), ai = new WeakMap(), Us = new WeakMap(), Gs = new WeakMap(), tv), en, Ue, Ya, Wt,
|
|
3098
|
+
}, xt = new WeakMap(), si = new WeakMap(), oi = new WeakMap(), zs = new WeakMap(), Hs = new WeakMap(), ai = new WeakMap(), Us = new WeakMap(), Gs = new WeakMap(), tv), en, Ue, Ya, Wt, Qi, Ks, li, ci, Xa, Vs, Ws, Yi, Xi, ui, Qs, tt, Zo, Fd, Bd, jd, qd, zd, Hd, Ud, Dv, nv, Wx = (nv = class extends Co {
|
|
3099
3099
|
constructor(t, n) {
|
|
3100
3100
|
super();
|
|
3101
3101
|
ae(this, tt);
|
|
@@ -3103,7 +3103,7 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3103
3103
|
ae(this, Ue);
|
|
3104
3104
|
ae(this, Ya);
|
|
3105
3105
|
ae(this, Wt);
|
|
3106
|
-
ae(this,
|
|
3106
|
+
ae(this, Qi);
|
|
3107
3107
|
ae(this, Ks);
|
|
3108
3108
|
ae(this, li);
|
|
3109
3109
|
ae(this, ci);
|
|
@@ -3112,8 +3112,8 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3112
3112
|
// This property keeps track of the last query with defined data.
|
|
3113
3113
|
// It will be used to pass the previous data and query to the placeholder function between renders.
|
|
3114
3114
|
ae(this, Ws);
|
|
3115
|
+
ae(this, Yi);
|
|
3115
3116
|
ae(this, Xi);
|
|
3116
|
-
ae(this, Zi);
|
|
3117
3117
|
ae(this, ui);
|
|
3118
3118
|
ae(this, Qs, /* @__PURE__ */ new Set());
|
|
3119
3119
|
this.options = n, ee(this, en, t), ee(this, ci, null), ee(this, li, Nd()), this.options.experimental_prefetchInRender || D(this, li).reject(
|
|
@@ -3169,7 +3169,7 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3169
3169
|
}
|
|
3170
3170
|
getOptimisticResult(t) {
|
|
3171
3171
|
const n = D(this, en).getQueryCache().build(D(this, en), t), r = this.createResult(n, t);
|
|
3172
|
-
return Yx(this, r) && (ee(this, Wt, r), ee(this, Ks, this.options), ee(this,
|
|
3172
|
+
return Yx(this, r) && (ee(this, Wt, r), ee(this, Ks, this.options), ee(this, Qi, D(this, Ue).state)), r;
|
|
3173
3173
|
}
|
|
3174
3174
|
getCurrentResult() {
|
|
3175
3175
|
return D(this, Wt);
|
|
@@ -3202,8 +3202,8 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3202
3202
|
}).then(() => (this.updateResult(), D(this, Wt)));
|
|
3203
3203
|
}
|
|
3204
3204
|
createResult(t, n) {
|
|
3205
|
-
var
|
|
3206
|
-
const r = D(this, Ue), i = this.options, s = D(this, Wt), o = D(this,
|
|
3205
|
+
var k;
|
|
3206
|
+
const r = D(this, Ue), i = this.options, s = D(this, Wt), o = D(this, Qi), a = D(this, Ks), c = t !== r ? t.state : D(this, Ya), { state: u } = t;
|
|
3207
3207
|
let d = { ...u }, f = !1, h;
|
|
3208
3208
|
if (n._optimisticResults) {
|
|
3209
3209
|
const A = this.hasListeners(), E = !A && I0(t, n), T = A && L0(t, r, n, i);
|
|
@@ -3218,7 +3218,7 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3218
3218
|
if (n.placeholderData !== void 0 && h === void 0 && m === "pending") {
|
|
3219
3219
|
let A;
|
|
3220
3220
|
s != null && s.isPlaceholderData && n.placeholderData === (a == null ? void 0 : a.placeholderData) ? (A = s.data, v = !0) : A = typeof n.placeholderData == "function" ? n.placeholderData(
|
|
3221
|
-
(
|
|
3221
|
+
(k = D(this, Ws)) == null ? void 0 : k.state.data,
|
|
3222
3222
|
D(this, Ws)
|
|
3223
3223
|
) : n.placeholderData, A !== void 0 && (m = "success", h = Rd(
|
|
3224
3224
|
s == null ? void 0 : s.data,
|
|
@@ -3236,7 +3236,7 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3236
3236
|
ee(this, ci, A);
|
|
3237
3237
|
}
|
|
3238
3238
|
D(this, ci) && (y = D(this, ci), h = D(this, Vs), g = Date.now(), m = "error");
|
|
3239
|
-
const b = d.fetchStatus === "fetching", S = m === "pending", C = m === "error", w = S && b,
|
|
3239
|
+
const b = d.fetchStatus === "fetching", S = m === "pending", C = m === "error", w = S && b, O = h !== void 0, _ = {
|
|
3240
3240
|
status: m,
|
|
3241
3241
|
fetchStatus: d.fetchStatus,
|
|
3242
3242
|
isPending: S,
|
|
@@ -3255,10 +3255,10 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3255
3255
|
isFetchedAfterMount: d.dataUpdateCount > c.dataUpdateCount || d.errorUpdateCount > c.errorUpdateCount,
|
|
3256
3256
|
isFetching: b,
|
|
3257
3257
|
isRefetching: b && !S,
|
|
3258
|
-
isLoadingError: C && !
|
|
3258
|
+
isLoadingError: C && !O,
|
|
3259
3259
|
isPaused: d.fetchStatus === "paused",
|
|
3260
3260
|
isPlaceholderData: f,
|
|
3261
|
-
isRefetchError: C &&
|
|
3261
|
+
isRefetchError: C && O,
|
|
3262
3262
|
isStale: uh(t, n),
|
|
3263
3263
|
refetch: this.refetch,
|
|
3264
3264
|
promise: D(this, li),
|
|
@@ -3287,7 +3287,7 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3287
3287
|
}
|
|
3288
3288
|
updateResult() {
|
|
3289
3289
|
const t = D(this, Wt), n = this.createResult(D(this, Ue), this.options);
|
|
3290
|
-
if (ee(this,
|
|
3290
|
+
if (ee(this, Qi, D(this, Ue).state), ee(this, Ks, this.options), D(this, Qi).data !== void 0 && ee(this, Ws, D(this, Ue)), gc(n, t))
|
|
3291
3291
|
return;
|
|
3292
3292
|
ee(this, Wt, n);
|
|
3293
3293
|
const r = () => {
|
|
@@ -3309,7 +3309,7 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3309
3309
|
onQueryUpdate() {
|
|
3310
3310
|
this.updateResult(), this.hasListeners() && Ne(this, tt, qd).call(this);
|
|
3311
3311
|
}
|
|
3312
|
-
}, en = new WeakMap(), Ue = new WeakMap(), Ya = new WeakMap(), Wt = new WeakMap(),
|
|
3312
|
+
}, en = new WeakMap(), Ue = new WeakMap(), Ya = new WeakMap(), Wt = new WeakMap(), Qi = new WeakMap(), Ks = new WeakMap(), li = new WeakMap(), ci = new WeakMap(), Xa = new WeakMap(), Vs = new WeakMap(), Ws = new WeakMap(), Yi = new WeakMap(), Xi = new WeakMap(), ui = new WeakMap(), Qs = new WeakMap(), tt = new WeakSet(), Zo = function(t) {
|
|
3313
3313
|
Ne(this, tt, Ud).call(this);
|
|
3314
3314
|
let n = D(this, Ue).fetch(
|
|
3315
3315
|
this.options,
|
|
@@ -3322,25 +3322,25 @@ var xt, si, oi, zs, Hs, ai, Us, Gs, tv, Vx = (tv = class {
|
|
|
3322
3322
|
this.options.staleTime,
|
|
3323
3323
|
D(this, Ue)
|
|
3324
3324
|
);
|
|
3325
|
-
if (
|
|
3325
|
+
if (rs || D(this, Wt).isStale || !Dd(t))
|
|
3326
3326
|
return;
|
|
3327
3327
|
const r = _v(D(this, Wt).dataUpdatedAt, t) + 1;
|
|
3328
|
-
ee(this,
|
|
3328
|
+
ee(this, Yi, setTimeout(() => {
|
|
3329
3329
|
D(this, Wt).isStale || this.updateResult();
|
|
3330
3330
|
}, r));
|
|
3331
3331
|
}, Bd = function() {
|
|
3332
3332
|
var t;
|
|
3333
3333
|
return (t = typeof this.options.refetchInterval == "function" ? this.options.refetchInterval(D(this, Ue)) : this.options.refetchInterval) != null ? t : !1;
|
|
3334
3334
|
}, jd = function(t) {
|
|
3335
|
-
Ne(this, tt, Hd).call(this), ee(this, ui, t), !(
|
|
3335
|
+
Ne(this, tt, Hd).call(this), ee(this, ui, t), !(rs || Nn(this.options.enabled, D(this, Ue)) === !1 || !Dd(D(this, ui)) || D(this, ui) === 0) && ee(this, Xi, setInterval(() => {
|
|
3336
3336
|
(this.options.refetchIntervalInBackground || ch.isFocused()) && Ne(this, tt, Zo).call(this);
|
|
3337
3337
|
}, D(this, ui)));
|
|
3338
3338
|
}, qd = function() {
|
|
3339
3339
|
Ne(this, tt, Fd).call(this), Ne(this, tt, jd).call(this, Ne(this, tt, Bd).call(this));
|
|
3340
3340
|
}, zd = function() {
|
|
3341
|
-
D(this,
|
|
3341
|
+
D(this, Yi) && (clearTimeout(D(this, Yi)), ee(this, Yi, void 0));
|
|
3342
3342
|
}, Hd = function() {
|
|
3343
|
-
D(this,
|
|
3343
|
+
D(this, Xi) && (clearInterval(D(this, Xi)), ee(this, Xi, void 0));
|
|
3344
3344
|
}, Ud = function() {
|
|
3345
3345
|
const t = D(this, en).getQueryCache().build(D(this, en), this.options);
|
|
3346
3346
|
if (t === D(this, Ue))
|
|
@@ -3399,7 +3399,7 @@ var di, fi, tn, Lr, zr, rc, Kd, rv, Xx = (rv = class extends Co {
|
|
|
3399
3399
|
type: "observerOptionsUpdated",
|
|
3400
3400
|
mutation: D(this, tn),
|
|
3401
3401
|
observer: this
|
|
3402
|
-
}), r != null && r.mutationKey && this.options.mutationKey &&
|
|
3402
|
+
}), r != null && r.mutationKey && this.options.mutationKey && is(r.mutationKey) !== is(this.options.mutationKey) ? this.reset() : ((i = D(this, tn)) == null ? void 0 : i.state.status) === "pending" && D(this, tn).setOptions(this.options);
|
|
3403
3403
|
}
|
|
3404
3404
|
onUnsubscribe() {
|
|
3405
3405
|
var n;
|
|
@@ -3541,7 +3541,7 @@ function cS(e, t, n) {
|
|
|
3541
3541
|
h,
|
|
3542
3542
|
o,
|
|
3543
3543
|
c
|
|
3544
|
-
), o.experimental_prefetchInRender && !
|
|
3544
|
+
), o.experimental_prefetchInRender && !rs && aS(c, r)) {
|
|
3545
3545
|
const m = a ? (
|
|
3546
3546
|
// Fetch immediately on render in order to ensure `.promise` is resolved even if the component is unmounted
|
|
3547
3547
|
R0(o, l, i)
|
|
@@ -3665,27 +3665,27 @@ function hS(e, t, n) {
|
|
|
3665
3665
|
equals: !1
|
|
3666
3666
|
}), [S, C] = oe(u ? "ready" : "unresolved");
|
|
3667
3667
|
Me.context && (l = Me.getNextContextId(), s.ssrLoadFrom === "initial" ? a = s.initialValue : Me.load && Me.has(l) && (a = Me.load(l)));
|
|
3668
|
-
function w(
|
|
3669
|
-
return o ===
|
|
3668
|
+
function w(k, A, E, T) {
|
|
3669
|
+
return o === k && (o = null, T !== void 0 && (u = !0), (k === a || A === a) && s.onHydrated && queueMicrotask(
|
|
3670
3670
|
() => s.onHydrated(T, {
|
|
3671
3671
|
value: A
|
|
3672
3672
|
})
|
|
3673
|
-
), a = zu,
|
|
3673
|
+
), a = zu, O(A, E)), A;
|
|
3674
3674
|
}
|
|
3675
|
-
function k
|
|
3675
|
+
function O(k, A) {
|
|
3676
3676
|
wr(() => {
|
|
3677
|
-
A === void 0 && y(() =>
|
|
3677
|
+
A === void 0 && y(() => k), C(A !== void 0 ? "errored" : u ? "ready" : "unresolved"), m(A);
|
|
3678
3678
|
for (const E of f.keys()) E.decrement();
|
|
3679
3679
|
f.clear();
|
|
3680
3680
|
}, !1);
|
|
3681
3681
|
}
|
|
3682
3682
|
function x() {
|
|
3683
|
-
const
|
|
3683
|
+
const k = bS, A = h(), E = g();
|
|
3684
3684
|
if (E !== void 0 && !o) throw E;
|
|
3685
3685
|
return lt && lt.user, A;
|
|
3686
3686
|
}
|
|
3687
|
-
function _(
|
|
3688
|
-
if (
|
|
3687
|
+
function _(k = !0) {
|
|
3688
|
+
if (k !== !1 && c) return;
|
|
3689
3689
|
c = !1;
|
|
3690
3690
|
const A = d ? d() : r;
|
|
3691
3691
|
if (A == null || A === !1) {
|
|
@@ -3695,7 +3695,7 @@ function hS(e, t, n) {
|
|
|
3695
3695
|
const E = a !== zu ? a : wt(
|
|
3696
3696
|
() => i(A, {
|
|
3697
3697
|
value: h(),
|
|
3698
|
-
refetching:
|
|
3698
|
+
refetching: k
|
|
3699
3699
|
})
|
|
3700
3700
|
);
|
|
3701
3701
|
return fS(E) ? (o = E, "value" in E ? (E.status === "success" ? w(o, E.value, void 0, A) : w(o, void 0, Vd(E.value), A), E) : (c = !0, queueMicrotask(() => c = !1), wr(() => {
|
|
@@ -3714,15 +3714,15 @@ function hS(e, t, n) {
|
|
|
3714
3714
|
},
|
|
3715
3715
|
loading: {
|
|
3716
3716
|
get() {
|
|
3717
|
-
const
|
|
3718
|
-
return
|
|
3717
|
+
const k = S();
|
|
3718
|
+
return k === "pending" || k === "refreshing";
|
|
3719
3719
|
}
|
|
3720
3720
|
},
|
|
3721
3721
|
latest: {
|
|
3722
3722
|
get() {
|
|
3723
3723
|
if (!u) return x();
|
|
3724
|
-
const
|
|
3725
|
-
if (
|
|
3724
|
+
const k = g();
|
|
3725
|
+
if (k && !o) throw k;
|
|
3726
3726
|
return h();
|
|
3727
3727
|
}
|
|
3728
3728
|
}
|
|
@@ -4009,7 +4009,7 @@ function _S(e, t, n = {}) {
|
|
|
4009
4009
|
return l[eu], wt(() => {
|
|
4010
4010
|
let h, y, g, m, v, b, S, C, w;
|
|
4011
4011
|
if (c === 0)
|
|
4012
|
-
o !== 0 && (Sc(s), s = [], r = [], i = [], o = 0, a && (a = [])), n.fallback && (r = [Qd], i[0] = qr((
|
|
4012
|
+
o !== 0 && (Sc(s), s = [], r = [], i = [], o = 0, a && (a = [])), n.fallback && (r = [Qd], i[0] = qr((O) => (s[0] = O, n.fallback())), o = 1);
|
|
4013
4013
|
else if (o === 0) {
|
|
4014
4014
|
for (i = new Array(c), d = 0; d < c; d++)
|
|
4015
4015
|
r[d] = l[d], i[d] = qr(f);
|
|
@@ -4549,16 +4549,16 @@ function qS(e = window.document) {
|
|
|
4549
4549
|
}
|
|
4550
4550
|
}
|
|
4551
4551
|
function ne(e, t, n) {
|
|
4552
|
-
|
|
4552
|
+
ys(e) || (n == null ? e.removeAttribute(t) : e.setAttribute(t, n));
|
|
4553
4553
|
}
|
|
4554
4554
|
function zS(e, t, n, r) {
|
|
4555
|
-
|
|
4555
|
+
ys(e) || (r == null ? e.removeAttributeNS(t, n) : e.setAttributeNS(t, n, r));
|
|
4556
4556
|
}
|
|
4557
4557
|
function HS(e, t, n) {
|
|
4558
|
-
|
|
4558
|
+
ys(e) || (n ? e.setAttribute(t, "") : e.removeAttribute(t));
|
|
4559
4559
|
}
|
|
4560
4560
|
function re(e, t) {
|
|
4561
|
-
|
|
4561
|
+
ys(e) || (t == null ? e.removeAttribute("class") : e.className = t);
|
|
4562
4562
|
}
|
|
4563
4563
|
function Qv(e, t, n, r) {
|
|
4564
4564
|
if (r)
|
|
@@ -4622,9 +4622,9 @@ function KS(e, t, n, r, i = {}, s = !1) {
|
|
|
4622
4622
|
}
|
|
4623
4623
|
function VS(e) {
|
|
4624
4624
|
let t, n;
|
|
4625
|
-
return !
|
|
4625
|
+
return !ys() || !(t = Me.registry.get(n = QS())) ? e() : (Me.completed && Me.completed.add(t), Me.registry.delete(n), t);
|
|
4626
4626
|
}
|
|
4627
|
-
function
|
|
4627
|
+
function ys(e) {
|
|
4628
4628
|
return !!Me.context && !Me.done && (!e || e.isConnected);
|
|
4629
4629
|
}
|
|
4630
4630
|
function WS(e) {
|
|
@@ -4662,7 +4662,7 @@ function j0(e, t, n, r, i, s, o) {
|
|
|
4662
4662
|
else if ((d = t.slice(0, 5) === "prop:") || (c = DS.has(t)) || !i && ((u = RS(t, e.tagName)) || (l = $S.has(t))) || (a = e.nodeName.includes("-") || "is" in o)) {
|
|
4663
4663
|
if (d)
|
|
4664
4664
|
t = t.slice(5), l = !0;
|
|
4665
|
-
else if (
|
|
4665
|
+
else if (ys(e)) return n;
|
|
4666
4666
|
t === "class" || t === "className" ? re(e, n) : a && !l && !c ? e[WS(t)] = n : e[u || t] = n;
|
|
4667
4667
|
} else {
|
|
4668
4668
|
const f = i && t.indexOf(":") > -1 && BS[t.split(":")[0]];
|
|
@@ -4707,7 +4707,7 @@ function Xv(e) {
|
|
|
4707
4707
|
s(r);
|
|
4708
4708
|
}
|
|
4709
4709
|
function xa(e, t, n, r, i) {
|
|
4710
|
-
const s =
|
|
4710
|
+
const s = ys(e);
|
|
4711
4711
|
if (s) {
|
|
4712
4712
|
!n && (n = [...e.childNodes]);
|
|
4713
4713
|
let l = [];
|
|
@@ -4725,12 +4725,12 @@ function xa(e, t, n, r, i) {
|
|
|
4725
4725
|
return n;
|
|
4726
4726
|
if (a) {
|
|
4727
4727
|
let l = n[0];
|
|
4728
|
-
l && l.nodeType === 3 ? l.data !== t && (l.data = t) : l = document.createTextNode(t), n =
|
|
4728
|
+
l && l.nodeType === 3 ? l.data !== t && (l.data = t) : l = document.createTextNode(t), n = bs(e, n, r, l);
|
|
4729
4729
|
} else
|
|
4730
4730
|
n !== "" && typeof n == "string" ? n = e.firstChild.data = t : n = e.textContent = t;
|
|
4731
4731
|
} else if (t == null || o === "boolean") {
|
|
4732
4732
|
if (s) return n;
|
|
4733
|
-
n =
|
|
4733
|
+
n = bs(e, n, r);
|
|
4734
4734
|
} else {
|
|
4735
4735
|
if (o === "function")
|
|
4736
4736
|
return we(() => {
|
|
@@ -4752,14 +4752,14 @@ function xa(e, t, n, r, i) {
|
|
|
4752
4752
|
return n = d;
|
|
4753
4753
|
}
|
|
4754
4754
|
if (l.length === 0) {
|
|
4755
|
-
if (n =
|
|
4756
|
-
} else c ? n.length === 0 ? q0(e, l, r) : jS(e, n, l) : (n &&
|
|
4755
|
+
if (n = bs(e, n, r), a) return n;
|
|
4756
|
+
} else c ? n.length === 0 ? q0(e, l, r) : jS(e, n, l) : (n && bs(e), q0(e, l));
|
|
4757
4757
|
n = l;
|
|
4758
4758
|
} else if (t.nodeType) {
|
|
4759
4759
|
if (s && t.parentNode) return n = a ? [t] : t;
|
|
4760
4760
|
if (Array.isArray(n)) {
|
|
4761
|
-
if (a) return n =
|
|
4762
|
-
|
|
4761
|
+
if (a) return n = bs(e, n, r, t);
|
|
4762
|
+
bs(e, n, null, t);
|
|
4763
4763
|
} else n == null || n === "" || !e.firstChild ? e.appendChild(t) : e.replaceChild(t, e.firstChild);
|
|
4764
4764
|
n = t;
|
|
4765
4765
|
}
|
|
@@ -4794,7 +4794,7 @@ function Xd(e, t, n, r) {
|
|
|
4794
4794
|
function q0(e, t, n = null) {
|
|
4795
4795
|
for (let r = 0, i = t.length; r < i; r++) e.insertBefore(t[r], n);
|
|
4796
4796
|
}
|
|
4797
|
-
function
|
|
4797
|
+
function bs(e, t, n, r) {
|
|
4798
4798
|
if (n === void 0) return e.textContent = "";
|
|
4799
4799
|
const i = r || document.createTextNode("");
|
|
4800
4800
|
if (t.length) {
|
|
@@ -5098,7 +5098,7 @@ var b5 = (e, t, n) => {
|
|
|
5098
5098
|
throw new Error("Unknown transformation: " + t);
|
|
5099
5099
|
return r.untransform(e, n);
|
|
5100
5100
|
}
|
|
5101
|
-
},
|
|
5101
|
+
}, Es = (e, t) => {
|
|
5102
5102
|
const n = e.keys();
|
|
5103
5103
|
for (; t > 0; )
|
|
5104
5104
|
n.next(), t--;
|
|
@@ -5117,9 +5117,9 @@ var w5 = (e, t) => {
|
|
|
5117
5117
|
for (let n = 0; n < t.length; n++) {
|
|
5118
5118
|
const r = t[n];
|
|
5119
5119
|
if (_a(e))
|
|
5120
|
-
e =
|
|
5120
|
+
e = Es(e, +r);
|
|
5121
5121
|
else if (Ca(e)) {
|
|
5122
|
-
const i = +r, s = +t[++n] == 0 ? "key" : "value", o =
|
|
5122
|
+
const i = +r, s = +t[++n] == 0 ? "key" : "value", o = Es(e, i);
|
|
5123
5123
|
switch (s) {
|
|
5124
5124
|
case "key":
|
|
5125
5125
|
e = o;
|
|
@@ -5145,11 +5145,11 @@ var w5 = (e, t) => {
|
|
|
5145
5145
|
r = r[o];
|
|
5146
5146
|
else if (_a(r)) {
|
|
5147
5147
|
const a = +o;
|
|
5148
|
-
r =
|
|
5148
|
+
r = Es(r, a);
|
|
5149
5149
|
} else if (Ca(r)) {
|
|
5150
5150
|
if (s === t.length - 2)
|
|
5151
5151
|
break;
|
|
5152
|
-
const l = +o, c = +t[++s] == 0 ? "key" : "value", u =
|
|
5152
|
+
const l = +o, c = +t[++s] == 0 ? "key" : "value", u = Es(r, l);
|
|
5153
5153
|
switch (c) {
|
|
5154
5154
|
case "key":
|
|
5155
5155
|
r = u;
|
|
@@ -5162,11 +5162,11 @@ var w5 = (e, t) => {
|
|
|
5162
5162
|
}
|
|
5163
5163
|
const i = t[t.length - 1];
|
|
5164
5164
|
if (Si(r) ? r[+i] = n(r[+i]) : Sa(r) && (r[i] = n(r[i])), _a(r)) {
|
|
5165
|
-
const s =
|
|
5165
|
+
const s = Es(r, +i), o = n(s);
|
|
5166
5166
|
s !== o && (r.delete(s), r.add(o));
|
|
5167
5167
|
}
|
|
5168
5168
|
if (Ca(r)) {
|
|
5169
|
-
const s = +t[t.length - 2], o =
|
|
5169
|
+
const s = +t[t.length - 2], o = Es(r, s);
|
|
5170
5170
|
switch (+i == 0 ? "key" : "value") {
|
|
5171
5171
|
case "key": {
|
|
5172
5172
|
const l = n(o);
|
|
@@ -5367,7 +5367,7 @@ ct.registerSymbol = ct.defaultInstance.registerSymbol.bind(ct.defaultInstance);
|
|
|
5367
5367
|
ct.registerCustom = ct.defaultInstance.registerCustom.bind(ct.defaultInstance);
|
|
5368
5368
|
ct.allowErrorProps = ct.defaultInstance.allowErrorProps.bind(ct.defaultInstance);
|
|
5369
5369
|
var y2 = ct.serialize, E5 = ct.stringify;
|
|
5370
|
-
function
|
|
5370
|
+
function _s(e) {
|
|
5371
5371
|
return e.state.fetchStatus === "fetching" ? "fetching" : e.getObserversCount() ? e.state.fetchStatus === "paused" ? "paused" : e.isStale() ? "stale" : "fresh" : "inactive";
|
|
5372
5372
|
}
|
|
5373
5373
|
function P5(e, t) {
|
|
@@ -5380,7 +5380,7 @@ function T5({
|
|
|
5380
5380
|
}) {
|
|
5381
5381
|
return e.fetchStatus === "fetching" ? "blue" : t ? e.fetchStatus === "paused" ? "purple" : n ? "yellow" : "green" : "gray";
|
|
5382
5382
|
}
|
|
5383
|
-
function
|
|
5383
|
+
function Ps({
|
|
5384
5384
|
status: e,
|
|
5385
5385
|
isPaused: t
|
|
5386
5386
|
}) {
|
|
@@ -5411,7 +5411,7 @@ var Cc = (e, t = !1) => {
|
|
|
5411
5411
|
};
|
|
5412
5412
|
n.addEventListener("change", r), Se(() => n.removeEventListener("change", r));
|
|
5413
5413
|
}), e;
|
|
5414
|
-
},
|
|
5414
|
+
}, ji = (e, t, n) => {
|
|
5415
5415
|
if (t.length === 0)
|
|
5416
5416
|
return n;
|
|
5417
5417
|
if (e instanceof Map) {
|
|
@@ -5419,10 +5419,10 @@ var Cc = (e, t = !1) => {
|
|
|
5419
5419
|
if (t.length === 1)
|
|
5420
5420
|
return r.set(t[0], n), r;
|
|
5421
5421
|
const [i, ...s] = t;
|
|
5422
|
-
return r.set(i,
|
|
5422
|
+
return r.set(i, ji(r.get(i), s, n)), r;
|
|
5423
5423
|
}
|
|
5424
5424
|
if (e instanceof Set) {
|
|
5425
|
-
const r =
|
|
5425
|
+
const r = ji(Array.from(e), t, n);
|
|
5426
5426
|
return new Set(r);
|
|
5427
5427
|
}
|
|
5428
5428
|
if (Array.isArray(e)) {
|
|
@@ -5430,7 +5430,7 @@ var Cc = (e, t = !1) => {
|
|
|
5430
5430
|
if (t.length === 1)
|
|
5431
5431
|
return r[t[0]] = n, r;
|
|
5432
5432
|
const [i, ...s] = t;
|
|
5433
|
-
return r[i] =
|
|
5433
|
+
return r[i] = ji(r[i], s, n), r;
|
|
5434
5434
|
}
|
|
5435
5435
|
if (e instanceof Object) {
|
|
5436
5436
|
const r = {
|
|
@@ -5439,7 +5439,7 @@ var Cc = (e, t = !1) => {
|
|
|
5439
5439
|
if (t.length === 1)
|
|
5440
5440
|
return r[t[0]] = n, r;
|
|
5441
5441
|
const [i, ...s] = t;
|
|
5442
|
-
return r[i] =
|
|
5442
|
+
return r[i] = ji(r[i], s, n), r;
|
|
5443
5443
|
}
|
|
5444
5444
|
return e;
|
|
5445
5445
|
}, ea = (e, t) => {
|
|
@@ -5475,13 +5475,13 @@ var Cc = (e, t = !1) => {
|
|
|
5475
5475
|
if (!e || document.querySelector("#_goober") || (t == null ? void 0 : t.querySelector("#_goober"))) return;
|
|
5476
5476
|
const r = document.createElement("style"), i = document.createTextNode("");
|
|
5477
5477
|
r.appendChild(i), r.id = "_goober", r.setAttribute("nonce", e), t ? t.appendChild(r) : document.head.appendChild(r);
|
|
5478
|
-
}, Ys, Za, Ja, el,
|
|
5478
|
+
}, Ys, Za, Ja, el, Zi, tl, Xs, Zs, Js, eo, to, no, nl, iv, L5 = (iv = class {
|
|
5479
5479
|
constructor(e) {
|
|
5480
5480
|
ae(this, Ys);
|
|
5481
5481
|
ae(this, Za);
|
|
5482
5482
|
ae(this, Ja);
|
|
5483
5483
|
ae(this, el);
|
|
5484
|
-
ae(this,
|
|
5484
|
+
ae(this, Zi, !1);
|
|
5485
5485
|
ae(this, tl);
|
|
5486
5486
|
ae(this, Xs);
|
|
5487
5487
|
ae(this, Zs);
|
|
@@ -5520,7 +5520,7 @@ var Cc = (e, t = !1) => {
|
|
|
5520
5520
|
D(this, Ys)[1](e);
|
|
5521
5521
|
}
|
|
5522
5522
|
mount(e) {
|
|
5523
|
-
if (D(this,
|
|
5523
|
+
if (D(this, Zi))
|
|
5524
5524
|
throw new Error("Devtools is already mounted");
|
|
5525
5525
|
const t = Wv(() => {
|
|
5526
5526
|
const n = this, [r] = D(this, Zs), [i] = D(this, Js), [s] = D(this, eo), [o] = D(this, to), [a] = D(this, Ys);
|
|
@@ -5556,21 +5556,21 @@ var Cc = (e, t = !1) => {
|
|
|
5556
5556
|
}
|
|
5557
5557
|
}));
|
|
5558
5558
|
}, e);
|
|
5559
|
-
ee(this,
|
|
5559
|
+
ee(this, Zi, !0), ee(this, nl, t);
|
|
5560
5560
|
}
|
|
5561
5561
|
unmount() {
|
|
5562
5562
|
var e;
|
|
5563
|
-
if (!D(this,
|
|
5563
|
+
if (!D(this, Zi))
|
|
5564
5564
|
throw new Error("Devtools is not mounted");
|
|
5565
|
-
(e = D(this, nl)) == null || e.call(this), ee(this,
|
|
5565
|
+
(e = D(this, nl)) == null || e.call(this), ee(this, Zi, !1);
|
|
5566
5566
|
}
|
|
5567
|
-
}, Ys = new WeakMap(), Za = new WeakMap(), Ja = new WeakMap(), el = new WeakMap(),
|
|
5567
|
+
}, Ys = new WeakMap(), Za = new WeakMap(), Ja = new WeakMap(), el = new WeakMap(), Zi = new WeakMap(), tl = new WeakMap(), Xs = new WeakMap(), Zs = new WeakMap(), Js = new WeakMap(), eo = new WeakMap(), to = new WeakMap(), no = new WeakMap(), nl = new WeakMap(), iv), ro, rl, il, sl, Ji, ol, io, so, oo, ao, lo, co, uo, al, sv, R5 = (sv = class {
|
|
5568
5568
|
constructor(e) {
|
|
5569
5569
|
ae(this, ro);
|
|
5570
5570
|
ae(this, rl);
|
|
5571
5571
|
ae(this, il);
|
|
5572
5572
|
ae(this, sl);
|
|
5573
|
-
ae(this,
|
|
5573
|
+
ae(this, Ji, !1);
|
|
5574
5574
|
ae(this, ol);
|
|
5575
5575
|
ae(this, io);
|
|
5576
5576
|
ae(this, so);
|
|
@@ -5614,7 +5614,7 @@ var Cc = (e, t = !1) => {
|
|
|
5614
5614
|
D(this, co)[1](() => e);
|
|
5615
5615
|
}
|
|
5616
5616
|
mount(e) {
|
|
5617
|
-
if (D(this,
|
|
5617
|
+
if (D(this, Ji))
|
|
5618
5618
|
throw new Error("Devtools is already mounted");
|
|
5619
5619
|
const t = Wv(() => {
|
|
5620
5620
|
const n = this, [r] = D(this, so), [i] = D(this, oo), [s] = D(this, ao), [o] = D(this, lo), [a] = D(this, ro), [l] = D(this, co);
|
|
@@ -5653,15 +5653,15 @@ var Cc = (e, t = !1) => {
|
|
|
5653
5653
|
}
|
|
5654
5654
|
}));
|
|
5655
5655
|
}, e);
|
|
5656
|
-
ee(this,
|
|
5656
|
+
ee(this, Ji, !0), ee(this, al, t);
|
|
5657
5657
|
}
|
|
5658
5658
|
unmount() {
|
|
5659
5659
|
var e;
|
|
5660
|
-
if (!D(this,
|
|
5660
|
+
if (!D(this, Ji))
|
|
5661
5661
|
throw new Error("Devtools is not mounted");
|
|
5662
|
-
(e = D(this, al)) == null || e.call(this), ee(this,
|
|
5662
|
+
(e = D(this, al)) == null || e.call(this), ee(this, Ji, !1);
|
|
5663
5663
|
}
|
|
5664
|
-
}, ro = new WeakMap(), rl = new WeakMap(), il = new WeakMap(), sl = new WeakMap(),
|
|
5664
|
+
}, ro = new WeakMap(), rl = new WeakMap(), il = new WeakMap(), sl = new WeakMap(), Ji = new WeakMap(), ol = new WeakMap(), io = new WeakMap(), so = new WeakMap(), oo = new WeakMap(), ao = new WeakMap(), lo = new WeakMap(), co = new WeakMap(), uo = new WeakMap(), al = new WeakMap(), sv);
|
|
5665
5665
|
function N5(e) {
|
|
5666
5666
|
const t = an(e.client), n = L.useRef(null), {
|
|
5667
5667
|
buttonPosition: r,
|
|
@@ -5787,7 +5787,7 @@ function C2(e, t) {
|
|
|
5787
5787
|
return i;
|
|
5788
5788
|
return null;
|
|
5789
5789
|
}
|
|
5790
|
-
const
|
|
5790
|
+
const qi = typeof globalThis != "undefined" ? globalThis : typeof self != "undefined" ? self : typeof window != "undefined" ? window : global, _2 = (e) => !ka(e) && e !== qi;
|
|
5791
5791
|
function sf() {
|
|
5792
5792
|
const { caseless: e } = _2(this) && this || {}, t = {}, n = (r, i) => {
|
|
5793
5793
|
const s = e && C2(t, i) || i;
|
|
@@ -5894,14 +5894,14 @@ const wC = (e) => {
|
|
|
5894
5894
|
return r;
|
|
5895
5895
|
};
|
|
5896
5896
|
return n(e, 0);
|
|
5897
|
-
}, xC = tr("AsyncFunction"), SC = (e) => e && (lu(e) || sn(e)) && sn(e.then) && sn(e.catch), O2 = ((e, t) => e ? setImmediate : t ? ((n, r) => (
|
|
5898
|
-
i ===
|
|
5897
|
+
}, xC = tr("AsyncFunction"), SC = (e) => e && (lu(e) || sn(e)) && sn(e.then) && sn(e.catch), O2 = ((e, t) => e ? setImmediate : t ? ((n, r) => (qi.addEventListener("message", ({ source: i, data: s }) => {
|
|
5898
|
+
i === qi && s === n && r.length && r.shift()();
|
|
5899
5899
|
}, !1), (i) => {
|
|
5900
|
-
r.push(i),
|
|
5900
|
+
r.push(i), qi.postMessage(n, "*");
|
|
5901
5901
|
}))(`axios@${Math.random()}`, []) : (n) => setTimeout(n))(
|
|
5902
5902
|
typeof setImmediate == "function",
|
|
5903
|
-
sn(
|
|
5904
|
-
), CC = typeof queueMicrotask != "undefined" ? queueMicrotask.bind(
|
|
5903
|
+
sn(qi.postMessage)
|
|
5904
|
+
), CC = typeof queueMicrotask != "undefined" ? queueMicrotask.bind(qi) : typeof process != "undefined" && process.nextTick || O2, _C = (e) => e != null && sn(e[su]), z = {
|
|
5905
5905
|
isArray: Oo,
|
|
5906
5906
|
isArrayBuffer: x2,
|
|
5907
5907
|
isBuffer: q5,
|
|
@@ -5950,7 +5950,7 @@ const wC = (e) => {
|
|
|
5950
5950
|
noop: pC,
|
|
5951
5951
|
toFiniteNumber: vC,
|
|
5952
5952
|
findKey: C2,
|
|
5953
|
-
global:
|
|
5953
|
+
global: qi,
|
|
5954
5954
|
isContextDefined: _2,
|
|
5955
5955
|
isSpecCompliantForm: bC,
|
|
5956
5956
|
toJSONObject: wC,
|
|
@@ -6655,7 +6655,7 @@ function R2(e, t, n) {
|
|
|
6655
6655
|
return e && (r || n == !1) ? JC(e, t) : t;
|
|
6656
6656
|
}
|
|
6657
6657
|
const ey = (e) => e instanceof on ? { ...e } : e;
|
|
6658
|
-
function
|
|
6658
|
+
function ss(e, t) {
|
|
6659
6659
|
t = t || {};
|
|
6660
6660
|
const n = {};
|
|
6661
6661
|
function r(c, u, d, f) {
|
|
@@ -6720,7 +6720,7 @@ function os(e, t) {
|
|
|
6720
6720
|
}), n;
|
|
6721
6721
|
}
|
|
6722
6722
|
const N2 = (e) => {
|
|
6723
|
-
const t =
|
|
6723
|
+
const t = ss({}, e);
|
|
6724
6724
|
let { data: n, withXSRFToken: r, xsrfHeaderName: i, xsrfCookieName: s, headers: o, auth: a } = t;
|
|
6725
6725
|
t.headers = o = on.from(o), t.url = M2(R2(t.baseURL, t.url, t.allowAbsoluteUrls), e.params, e.paramsSerializer), a && o.set(
|
|
6726
6726
|
"Authorization",
|
|
@@ -6947,8 +6947,8 @@ const l4 = async (e) => {
|
|
|
6947
6947
|
method: "POST",
|
|
6948
6948
|
body: r,
|
|
6949
6949
|
duplex: "half"
|
|
6950
|
-
}),
|
|
6951
|
-
if (z.isFormData(r) && (
|
|
6950
|
+
}), O;
|
|
6951
|
+
if (z.isFormData(r) && (O = w.headers.get("content-type")) && u.setContentType(O), w.body) {
|
|
6952
6952
|
const [x, _] = Z0(
|
|
6953
6953
|
m,
|
|
6954
6954
|
_c(J0(l))
|
|
@@ -6971,11 +6971,11 @@ const l4 = async (e) => {
|
|
|
6971
6971
|
const S = lf && (c === "stream" || c === "response");
|
|
6972
6972
|
if (lf && (a || S && g)) {
|
|
6973
6973
|
const w = {};
|
|
6974
|
-
["status", "statusText", "headers"].forEach((
|
|
6975
|
-
w[
|
|
6974
|
+
["status", "statusText", "headers"].forEach((k) => {
|
|
6975
|
+
w[k] = b[k];
|
|
6976
6976
|
});
|
|
6977
|
-
const
|
|
6978
|
-
|
|
6977
|
+
const O = z.toFiniteNumber(b.headers.get("content-length")), [x, _] = a && Z0(
|
|
6978
|
+
O,
|
|
6979
6979
|
_c(J0(a), !0)
|
|
6980
6980
|
) || [];
|
|
6981
6981
|
b = new Response(
|
|
@@ -6987,8 +6987,8 @@ const l4 = async (e) => {
|
|
|
6987
6987
|
}
|
|
6988
6988
|
c = c || "text";
|
|
6989
6989
|
let C = await kc[z.findKey(kc, c) || "text"](b, e);
|
|
6990
|
-
return !S && g && g(), await new Promise((w,
|
|
6991
|
-
L2(w,
|
|
6990
|
+
return !S && g && g(), await new Promise((w, O) => {
|
|
6991
|
+
L2(w, O, {
|
|
6992
6992
|
data: C,
|
|
6993
6993
|
headers: on.from(b.headers),
|
|
6994
6994
|
status: b.status,
|
|
@@ -7121,7 +7121,7 @@ const ac = {
|
|
|
7121
7121
|
assertOptions: f4,
|
|
7122
7122
|
validators: du
|
|
7123
7123
|
}, ir = ac.validators;
|
|
7124
|
-
let
|
|
7124
|
+
let es = class {
|
|
7125
7125
|
constructor(t) {
|
|
7126
7126
|
this.defaults = t || {}, this.interceptors = {
|
|
7127
7127
|
request: new Y0(),
|
|
@@ -7154,7 +7154,7 @@ let ts = class {
|
|
|
7154
7154
|
}
|
|
7155
7155
|
}
|
|
7156
7156
|
_request(t, n) {
|
|
7157
|
-
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n =
|
|
7157
|
+
typeof t == "string" ? (n = n || {}, n.url = t) : n = t || {}, n = ss(this.defaults, n);
|
|
7158
7158
|
const { transitional: r, paramsSerializer: i, headers: s } = n;
|
|
7159
7159
|
r !== void 0 && ac.assertOptions(r, {
|
|
7160
7160
|
silentJSONParsing: ir.transitional(ir.boolean),
|
|
@@ -7216,14 +7216,14 @@ let ts = class {
|
|
|
7216
7216
|
return u;
|
|
7217
7217
|
}
|
|
7218
7218
|
getUri(t) {
|
|
7219
|
-
t =
|
|
7219
|
+
t = ss(this.defaults, t);
|
|
7220
7220
|
const n = R2(t.baseURL, t.url, t.allowAbsoluteUrls);
|
|
7221
7221
|
return M2(n, t.params, t.paramsSerializer);
|
|
7222
7222
|
}
|
|
7223
7223
|
};
|
|
7224
7224
|
z.forEach(["delete", "get", "head", "options"], function(t) {
|
|
7225
|
-
|
|
7226
|
-
return this.request(
|
|
7225
|
+
es.prototype[t] = function(n, r) {
|
|
7226
|
+
return this.request(ss(r || {}, {
|
|
7227
7227
|
method: t,
|
|
7228
7228
|
url: n,
|
|
7229
7229
|
data: (r || {}).data
|
|
@@ -7233,7 +7233,7 @@ z.forEach(["delete", "get", "head", "options"], function(t) {
|
|
|
7233
7233
|
z.forEach(["post", "put", "patch"], function(t) {
|
|
7234
7234
|
function n(r) {
|
|
7235
7235
|
return function(s, o, a) {
|
|
7236
|
-
return this.request(
|
|
7236
|
+
return this.request(ss(a || {}, {
|
|
7237
7237
|
method: t,
|
|
7238
7238
|
headers: r ? {
|
|
7239
7239
|
"Content-Type": "multipart/form-data"
|
|
@@ -7243,7 +7243,7 @@ z.forEach(["post", "put", "patch"], function(t) {
|
|
|
7243
7243
|
}));
|
|
7244
7244
|
};
|
|
7245
7245
|
}
|
|
7246
|
-
|
|
7246
|
+
es.prototype[t] = n(), es.prototype[t + "Form"] = n(!0);
|
|
7247
7247
|
});
|
|
7248
7248
|
let h4 = class z2 {
|
|
7249
7249
|
constructor(t) {
|
|
@@ -7395,13 +7395,13 @@ Object.entries(uf).forEach(([e, t]) => {
|
|
|
7395
7395
|
uf[t] = e;
|
|
7396
7396
|
});
|
|
7397
7397
|
function H2(e) {
|
|
7398
|
-
const t = new
|
|
7399
|
-
return z.extend(n,
|
|
7400
|
-
return H2(
|
|
7398
|
+
const t = new es(e), n = b2(es.prototype.request, t);
|
|
7399
|
+
return z.extend(n, es.prototype, t, { allOwnKeys: !0 }), z.extend(n, t, null, { allOwnKeys: !0 }), n.create = function(i) {
|
|
7400
|
+
return H2(ss(e, i));
|
|
7401
7401
|
}, n;
|
|
7402
7402
|
}
|
|
7403
7403
|
const mt = H2(dl);
|
|
7404
|
-
mt.Axios =
|
|
7404
|
+
mt.Axios = es;
|
|
7405
7405
|
mt.CanceledError = Ao;
|
|
7406
7406
|
mt.CancelToken = h4;
|
|
7407
7407
|
mt.isCancel = I2;
|
|
@@ -7414,7 +7414,7 @@ mt.all = function(t) {
|
|
|
7414
7414
|
};
|
|
7415
7415
|
mt.spread = y4;
|
|
7416
7416
|
mt.isAxiosError = g4;
|
|
7417
|
-
mt.mergeConfig =
|
|
7417
|
+
mt.mergeConfig = ss;
|
|
7418
7418
|
mt.AxiosHeaders = on;
|
|
7419
7419
|
mt.formToJSON = (e) => D2(z.isHTMLForm(e) ? new FormData(e) : e);
|
|
7420
7420
|
mt.getAdapter = j2.getAdapter;
|
|
@@ -7452,11 +7452,11 @@ function Yt() {
|
|
|
7452
7452
|
function s(h, y, g, m) {
|
|
7453
7453
|
var v = y && y.prototype instanceof a ? y : a, b = Object.create(v.prototype);
|
|
7454
7454
|
return yn(b, "_invoke", function(S, C, w) {
|
|
7455
|
-
var
|
|
7456
|
-
return
|
|
7455
|
+
var O, x, _, k = 0, A = w || [], E = !1, T = { p: 0, n: 0, v: e, a: B, f: B.bind(e, 4), d: function(P, $) {
|
|
7456
|
+
return O = P, x = 0, _ = e, T.n = $, o;
|
|
7457
7457
|
} };
|
|
7458
7458
|
function B(N, P) {
|
|
7459
|
-
for (x = N, _ = P, t = 0; !E &&
|
|
7459
|
+
for (x = N, _ = P, t = 0; !E && k && !$ && t < A.length; t++) {
|
|
7460
7460
|
var $, R = A[t], U = T.p, Q = R[2];
|
|
7461
7461
|
N > 3 ? ($ = Q === P) && (_ = R[(x = R[4]) ? 5 : (x = 3, 3)], R[4] = R[5] = e) : R[0] <= U && (($ = N < 2 && U < R[1]) ? (x = 0, T.v = P, T.n = R[1]) : U < Q && ($ = N < 3 || R[0] > P || P > Q) && (R[4] = N, R[5] = P, T.n = Q, x = 0));
|
|
7462
7462
|
}
|
|
@@ -7464,22 +7464,22 @@ function Yt() {
|
|
|
7464
7464
|
throw E = !0, P;
|
|
7465
7465
|
}
|
|
7466
7466
|
return function(N, P, $) {
|
|
7467
|
-
if (
|
|
7467
|
+
if (k > 1) throw TypeError("Generator is already running");
|
|
7468
7468
|
for (E && P === 1 && B(P, $), x = P, _ = $; (t = x < 2 ? e : _) || !E; ) {
|
|
7469
|
-
|
|
7469
|
+
O || (x ? x < 3 ? (x > 1 && (T.n = -1), B(x, _)) : T.n = _ : T.v = _);
|
|
7470
7470
|
try {
|
|
7471
|
-
if (
|
|
7472
|
-
if (x || (N = "next"), t =
|
|
7473
|
-
if (!(t = t.call(
|
|
7471
|
+
if (k = 2, O) {
|
|
7472
|
+
if (x || (N = "next"), t = O[N]) {
|
|
7473
|
+
if (!(t = t.call(O, _))) throw TypeError("iterator result is not an object");
|
|
7474
7474
|
if (!t.done) return t;
|
|
7475
7475
|
_ = t.value, x < 2 && (x = 0);
|
|
7476
|
-
} else x === 1 && (t =
|
|
7477
|
-
|
|
7476
|
+
} else x === 1 && (t = O.return) && t.call(O), x < 2 && (_ = TypeError("The iterator does not provide a '" + N + "' method"), x = 1);
|
|
7477
|
+
O = e;
|
|
7478
7478
|
} else if ((t = (E = T.n < 0) ? _ : S.call(C, T)) !== o) break;
|
|
7479
7479
|
} catch (R) {
|
|
7480
|
-
|
|
7480
|
+
O = e, x = 1, _ = R;
|
|
7481
7481
|
} finally {
|
|
7482
|
-
|
|
7482
|
+
k = 1;
|
|
7483
7483
|
}
|
|
7484
7484
|
}
|
|
7485
7485
|
return { value: t, done: E };
|
|
@@ -7537,7 +7537,7 @@ function oy(e, t) {
|
|
|
7537
7537
|
}
|
|
7538
7538
|
return n;
|
|
7539
7539
|
}
|
|
7540
|
-
function
|
|
7540
|
+
function ts(e) {
|
|
7541
7541
|
for (var t = 1; t < arguments.length; t++) {
|
|
7542
7542
|
var n = arguments[t] != null ? arguments[t] : {};
|
|
7543
7543
|
t % 2 ? oy(Object(n), !0).forEach(function(r) {
|
|
@@ -7573,7 +7573,7 @@ function ay(e, t, n, r, i, s, o) {
|
|
|
7573
7573
|
}
|
|
7574
7574
|
a.done ? t(l) : Promise.resolve(l).then(r, i);
|
|
7575
7575
|
}
|
|
7576
|
-
function
|
|
7576
|
+
function os(e) {
|
|
7577
7577
|
return function() {
|
|
7578
7578
|
var t = this, n = arguments;
|
|
7579
7579
|
return new Promise(function(r, i) {
|
|
@@ -7603,7 +7603,7 @@ var x4 = "yst-insights-token", Eo = mt.create({
|
|
|
7603
7603
|
withCredentials: !0
|
|
7604
7604
|
});
|
|
7605
7605
|
Eo.interceptors.request.use(/* @__PURE__ */ function() {
|
|
7606
|
-
var e =
|
|
7606
|
+
var e = os(/* @__PURE__ */ Yt().m(function t(n) {
|
|
7607
7607
|
var r, i;
|
|
7608
7608
|
return Yt().w(function(s) {
|
|
7609
7609
|
for (; ; ) switch (s.n) {
|
|
@@ -7612,7 +7612,7 @@ Eo.interceptors.request.use(/* @__PURE__ */ function() {
|
|
|
7612
7612
|
case 1:
|
|
7613
7613
|
return r = s.v, s.n = 2, G2();
|
|
7614
7614
|
case 2:
|
|
7615
|
-
return i = s.v, n.headers =
|
|
7615
|
+
return i = s.v, n.headers = ts(ts(ts({}, n.headers || {}), i ? {
|
|
7616
7616
|
"X-XSRF-TOKEN": i
|
|
7617
7617
|
} : {}), r ? {
|
|
7618
7618
|
Authorization: "Bearer ".concat(r)
|
|
@@ -7631,7 +7631,7 @@ Eo.interceptors.request.use(/* @__PURE__ */ function() {
|
|
|
7631
7631
|
Eo.interceptors.response.use(function(e) {
|
|
7632
7632
|
return e;
|
|
7633
7633
|
}, /* @__PURE__ */ function() {
|
|
7634
|
-
var e =
|
|
7634
|
+
var e = os(/* @__PURE__ */ Yt().m(function t(n) {
|
|
7635
7635
|
var r;
|
|
7636
7636
|
return Yt().w(function(i) {
|
|
7637
7637
|
for (; ; ) switch (i.n) {
|
|
@@ -7648,12 +7648,12 @@ function It(e) {
|
|
|
7648
7648
|
return df.apply(this, arguments);
|
|
7649
7649
|
}
|
|
7650
7650
|
function df() {
|
|
7651
|
-
return df =
|
|
7651
|
+
return df = os(/* @__PURE__ */ Yt().m(function e(t) {
|
|
7652
7652
|
var n;
|
|
7653
7653
|
return Yt().w(function(r) {
|
|
7654
7654
|
for (; ; ) switch (r.n) {
|
|
7655
7655
|
case 0:
|
|
7656
|
-
return n =
|
|
7656
|
+
return n = ts({}, t), delete n.baseURL, r.a(2, Eo.request(ts(ts({}, n), {}, {
|
|
7657
7657
|
withCredentials: !0
|
|
7658
7658
|
// enforce even if caller overrides
|
|
7659
7659
|
})));
|
|
@@ -7675,7 +7675,7 @@ function _4() {
|
|
|
7675
7675
|
return ff.apply(this, arguments);
|
|
7676
7676
|
}
|
|
7677
7677
|
function ff() {
|
|
7678
|
-
return ff =
|
|
7678
|
+
return ff = os(/* @__PURE__ */ Yt().m(function e() {
|
|
7679
7679
|
var t, n, r, i, s;
|
|
7680
7680
|
return Yt().w(function(o) {
|
|
7681
7681
|
for (; ; ) switch (o.p = o.n) {
|
|
@@ -7701,7 +7701,7 @@ function ff() {
|
|
|
7701
7701
|
}
|
|
7702
7702
|
return o.a(2, Fo);
|
|
7703
7703
|
case 5:
|
|
7704
|
-
return Fo =
|
|
7704
|
+
return Fo = os(/* @__PURE__ */ Yt().m(function a() {
|
|
7705
7705
|
var l, c, u, d, f;
|
|
7706
7706
|
return Yt().w(function(h) {
|
|
7707
7707
|
for (; ; ) switch (h.p = h.n) {
|
|
@@ -7709,7 +7709,7 @@ function ff() {
|
|
|
7709
7709
|
return h.p = 0, h.n = 1, G2();
|
|
7710
7710
|
case 1:
|
|
7711
7711
|
return l = h.v, h.n = 2, mt.post(n + "/users/getToken", {}, {
|
|
7712
|
-
headers:
|
|
7712
|
+
headers: ts({
|
|
7713
7713
|
Authorization: "Bearer " + t
|
|
7714
7714
|
}, l ? {
|
|
7715
7715
|
"X-XSRF-TOKEN": l
|
|
@@ -7753,7 +7753,7 @@ function G2() {
|
|
|
7753
7753
|
return hf.apply(this, arguments);
|
|
7754
7754
|
}
|
|
7755
7755
|
function hf() {
|
|
7756
|
-
return hf =
|
|
7756
|
+
return hf = os(/* @__PURE__ */ Yt().m(function e() {
|
|
7757
7757
|
var t;
|
|
7758
7758
|
return Yt().w(function(n) {
|
|
7759
7759
|
for (; ; ) switch (n.n) {
|
|
@@ -7776,7 +7776,7 @@ function hf() {
|
|
|
7776
7776
|
}
|
|
7777
7777
|
return n.a(2, Bo);
|
|
7778
7778
|
case 3:
|
|
7779
|
-
return Bo =
|
|
7779
|
+
return Bo = os(/* @__PURE__ */ Yt().m(function r() {
|
|
7780
7780
|
var i;
|
|
7781
7781
|
return Yt().w(function(s) {
|
|
7782
7782
|
for (; ; ) switch (s.p = s.n) {
|
|
@@ -8054,7 +8054,7 @@ var G4 = function(t, n, r) {
|
|
|
8054
8054
|
queryFn: o
|
|
8055
8055
|
}, i);
|
|
8056
8056
|
};
|
|
8057
|
-
function
|
|
8057
|
+
function gs(e, t) {
|
|
8058
8058
|
var n = X4(e), r = Ei(n, t);
|
|
8059
8059
|
return r.queryKey = n.queryKey, r;
|
|
8060
8060
|
}
|
|
@@ -8259,19 +8259,19 @@ var p6 = function() {
|
|
|
8259
8259
|
var r = v6(t);
|
|
8260
8260
|
return Vr(r, n);
|
|
8261
8261
|
}, Q2 = Jf(void 0), w6 = function(t) {
|
|
8262
|
-
var n, r, i, s, o, a, l
|
|
8262
|
+
var n, r, i, s, o, a, l = t.children, c = t.brandId, u = t.analysisId, d = t.model, f = t.hostAppProps, h = f === void 0 ? {} : f, y = Ol("/brands/:brandId"), g = Ol("/brands/:brandId/*"), m = Ol("/brands/:brandId/analysis/:analysisId"), v = Ol("/brands/:brandId/analysis/:analysisId/*"), b = (m == null || (n = m.params) === null || n === void 0 ? void 0 : n.brandId) || (v == null || (r = v.params) === null || r === void 0 ? void 0 : r.brandId) || (g == null || (i = g.params) === null || i === void 0 ? void 0 : i.brandId) || (y == null || (s = y.params) === null || s === void 0 ? void 0 : s.brandId), S = (m == null || (o = m.params) === null || o === void 0 ? void 0 : o.analysisId) || (v == null || (a = v.params) === null || a === void 0 ? void 0 : a.analysisId), C = Ht(function() {
|
|
8263
8263
|
return {
|
|
8264
|
-
brandId:
|
|
8265
|
-
analysisId:
|
|
8266
|
-
model:
|
|
8267
|
-
hostAppProps:
|
|
8264
|
+
brandId: b || c || "",
|
|
8265
|
+
analysisId: S || u || "latest",
|
|
8266
|
+
model: d || "openai",
|
|
8267
|
+
hostAppProps: h
|
|
8268
8268
|
};
|
|
8269
|
-
}, [
|
|
8269
|
+
}, [b, c, S, u, d, h]), w = Ht(function() {
|
|
8270
8270
|
return {
|
|
8271
|
-
data:
|
|
8271
|
+
data: C
|
|
8272
8272
|
};
|
|
8273
|
-
}, [
|
|
8274
|
-
return /* @__PURE__ */ p(Q2.Provider, { value:
|
|
8273
|
+
}, [C]);
|
|
8274
|
+
return /* @__PURE__ */ p(Q2.Provider, { value: w, children: l });
|
|
8275
8275
|
}, Y2 = Jf(void 0), x6 = function(t) {
|
|
8276
8276
|
var n = t.children, r = t.setBrandId, i = t.setAnalysisId, s = t.setModel, o = jt(function(d) {
|
|
8277
8277
|
r(d), i("latest");
|
|
@@ -8689,11 +8689,11 @@ function s_(e, t) {
|
|
|
8689
8689
|
}
|
|
8690
8690
|
var yy = function(t) {
|
|
8691
8691
|
var n = t.className, r = Xt(), i = r.pathname, s = i_();
|
|
8692
|
-
return /* @__PURE__ */ p("div", { className: Oe("yst-flex yst-flex-col yst-gap-10", n), children: /* @__PURE__ */ p(
|
|
8692
|
+
return /* @__PURE__ */ p("div", { className: Oe("yst-flex yst-flex-col yst-gap-10", n), children: /* @__PURE__ */ p(Ms.Sidebar, { children: /* @__PURE__ */ p(Ms.List, { className: "yst-space-y-2", children: s.filter(function(o) {
|
|
8693
8693
|
return o.showInMenu !== !1;
|
|
8694
8694
|
}).map(function(o) {
|
|
8695
8695
|
var a = o.isActive ? o.isActive(i) : !1;
|
|
8696
|
-
return /* @__PURE__ */ p(
|
|
8696
|
+
return /* @__PURE__ */ p(Ms.SubmenuItem, { className: Oe("yst-flex yst-gap-x-3", {
|
|
8697
8697
|
"yst-sidebar-navigation__item--active": a
|
|
8698
8698
|
}), href: o.href, to: o.href, as: Ai, label: /* @__PURE__ */ M(st, { children: [
|
|
8699
8699
|
/* @__PURE__ */ p(o.Icon, { className: Oe(hy || (hy = s_(["yst-sidebar-navigation__icon yst-h-6 yst-w-6"]))) }),
|
|
@@ -8755,7 +8755,7 @@ var f_ = function(t) {
|
|
|
8755
8755
|
return m();
|
|
8756
8756
|
};
|
|
8757
8757
|
return /* @__PURE__ */ M("div", { className: Oe("ystaii-sidemenu"), children: [
|
|
8758
|
-
/* @__PURE__ */ p("div", { className: "ystaii-mobile-menu lg:yst-hidden", children: /* @__PURE__ */ p(
|
|
8758
|
+
/* @__PURE__ */ p("div", { className: "ystaii-mobile-menu lg:yst-hidden", children: /* @__PURE__ */ p(Ms, { activePath: i, children: /* @__PURE__ */ p(Ms.Mobile, { closeButtonScreenReaderText: "Close sidebar", openButtonScreenReaderText: "Open sidebar", children: /* @__PURE__ */ p(yy, {}) }) }) }),
|
|
8759
8759
|
/* @__PURE__ */ M("div", { className: Oe("ystaii-menuHeader", "yst-mb-6 yst-mt-10 yst-flex yst-flex-row yst-justify-between yst-px-4", "yst-flex-col yst-items-start yst-space-y-12 yst-max-w-2xl yst-mx-auto"), children: [
|
|
8760
8760
|
/* @__PURE__ */ p(kt, { children: /* @__PURE__ */ p(Ai, { className: Oe("yst-outline-none"), to: "/", children: /* @__PURE__ */ p("img", { src: o_, alt: "Yoast", width: "208", height: "42", className: "yst-block" }) }) }),
|
|
8761
8761
|
/* @__PURE__ */ M("div", { className: Oe("ystaii-userInfoContainer", "yst-flex yst-flex-col"), children: [
|
|
@@ -8770,7 +8770,7 @@ var f_ = function(t) {
|
|
|
8770
8770
|
] }) }) })
|
|
8771
8771
|
] })
|
|
8772
8772
|
] }),
|
|
8773
|
-
/* @__PURE__ */ p("div", { className: Oe("ystaii-desktopMenu", "yst-hidden", "lg:yst-mb-0 lg:yst-block lg:yst-w-full lg:yst-shrink-0"), children: /* @__PURE__ */ p(
|
|
8773
|
+
/* @__PURE__ */ p("div", { className: Oe("ystaii-desktopMenu", "yst-hidden", "lg:yst-mb-0 lg:yst-block lg:yst-w-full lg:yst-shrink-0"), children: /* @__PURE__ */ p(Ms, { activePath: i, children: /* @__PURE__ */ p(yy, { className: n }) }) })
|
|
8774
8774
|
] });
|
|
8775
8775
|
}, h_ = ["className", "href"];
|
|
8776
8776
|
function y_(e, t) {
|
|
@@ -8819,11 +8819,11 @@ function ta() {
|
|
|
8819
8819
|
function s(h, y, g, m) {
|
|
8820
8820
|
var v = y && y.prototype instanceof a ? y : a, b = Object.create(v.prototype);
|
|
8821
8821
|
return gn(b, "_invoke", function(S, C, w) {
|
|
8822
|
-
var
|
|
8823
|
-
return
|
|
8822
|
+
var O, x, _, k = 0, A = w || [], E = !1, T = { p: 0, n: 0, v: e, a: B, f: B.bind(e, 4), d: function(P, $) {
|
|
8823
|
+
return O = P, x = 0, _ = e, T.n = $, o;
|
|
8824
8824
|
} };
|
|
8825
8825
|
function B(N, P) {
|
|
8826
|
-
for (x = N, _ = P, t = 0; !E &&
|
|
8826
|
+
for (x = N, _ = P, t = 0; !E && k && !$ && t < A.length; t++) {
|
|
8827
8827
|
var $, R = A[t], U = T.p, Q = R[2];
|
|
8828
8828
|
N > 3 ? ($ = Q === P) && (_ = R[(x = R[4]) ? 5 : (x = 3, 3)], R[4] = R[5] = e) : R[0] <= U && (($ = N < 2 && U < R[1]) ? (x = 0, T.v = P, T.n = R[1]) : U < Q && ($ = N < 3 || R[0] > P || P > Q) && (R[4] = N, R[5] = P, T.n = Q, x = 0));
|
|
8829
8829
|
}
|
|
@@ -8831,22 +8831,22 @@ function ta() {
|
|
|
8831
8831
|
throw E = !0, P;
|
|
8832
8832
|
}
|
|
8833
8833
|
return function(N, P, $) {
|
|
8834
|
-
if (
|
|
8834
|
+
if (k > 1) throw TypeError("Generator is already running");
|
|
8835
8835
|
for (E && P === 1 && B(P, $), x = P, _ = $; (t = x < 2 ? e : _) || !E; ) {
|
|
8836
|
-
|
|
8836
|
+
O || (x ? x < 3 ? (x > 1 && (T.n = -1), B(x, _)) : T.n = _ : T.v = _);
|
|
8837
8837
|
try {
|
|
8838
|
-
if (
|
|
8839
|
-
if (x || (N = "next"), t =
|
|
8840
|
-
if (!(t = t.call(
|
|
8838
|
+
if (k = 2, O) {
|
|
8839
|
+
if (x || (N = "next"), t = O[N]) {
|
|
8840
|
+
if (!(t = t.call(O, _))) throw TypeError("iterator result is not an object");
|
|
8841
8841
|
if (!t.done) return t;
|
|
8842
8842
|
_ = t.value, x < 2 && (x = 0);
|
|
8843
|
-
} else x === 1 && (t =
|
|
8844
|
-
|
|
8843
|
+
} else x === 1 && (t = O.return) && t.call(O), x < 2 && (_ = TypeError("The iterator does not provide a '" + N + "' method"), x = 1);
|
|
8844
|
+
O = e;
|
|
8845
8845
|
} else if ((t = (E = T.n < 0) ? _ : S.call(C, T)) !== o) break;
|
|
8846
8846
|
} catch (R) {
|
|
8847
|
-
|
|
8847
|
+
O = e, x = 1, _ = R;
|
|
8848
8848
|
} finally {
|
|
8849
|
-
|
|
8849
|
+
k = 1;
|
|
8850
8850
|
}
|
|
8851
8851
|
}
|
|
8852
8852
|
return { value: t, done: E };
|
|
@@ -8958,11 +8958,11 @@ function x_(e) {
|
|
|
8958
8958
|
if (Array.isArray(e)) return e;
|
|
8959
8959
|
}
|
|
8960
8960
|
var S_ = function(t) {
|
|
8961
|
-
var n, r = t.className, i = an(), s = Tn(), o = Ee(!1), a = p_(o, 2), l = a[0], c = a[1], u =
|
|
8961
|
+
var n, r = t.className, i = an(), s = Tn(), o = Ee(!1), a = p_(o, 2), l = a[0], c = a[1], u = gs({
|
|
8962
8962
|
query: {
|
|
8963
8963
|
select: function(w) {
|
|
8964
|
-
var
|
|
8965
|
-
return
|
|
8964
|
+
var O = w.data;
|
|
8965
|
+
return O == null ? void 0 : O.brands;
|
|
8966
8966
|
}
|
|
8967
8967
|
}
|
|
8968
8968
|
}), d = u.data, f = W2({
|
|
@@ -8976,8 +8976,8 @@ var S_ = function(t) {
|
|
|
8976
8976
|
}), h = f.mutateAsync, y = f.isPending, g = Ht(function() {
|
|
8977
8977
|
var C;
|
|
8978
8978
|
return (C = d == null ? void 0 : d.filter(function(w) {
|
|
8979
|
-
var
|
|
8980
|
-
return ((
|
|
8979
|
+
var O;
|
|
8980
|
+
return ((O = w.settings) === null || O === void 0 ? void 0 : O.showAutomaticAnalysisDisabledNotification) === !0;
|
|
8981
8981
|
})) !== null && C !== void 0 ? C : [];
|
|
8982
8982
|
}, [d]);
|
|
8983
8983
|
Qe(function() {
|
|
@@ -8985,18 +8985,18 @@ var S_ = function(t) {
|
|
|
8985
8985
|
}, [g]);
|
|
8986
8986
|
var m = /* @__PURE__ */ function() {
|
|
8987
8987
|
var C = py(/* @__PURE__ */ ta().m(function w() {
|
|
8988
|
-
var
|
|
8988
|
+
var O;
|
|
8989
8989
|
return ta().w(function(x) {
|
|
8990
8990
|
for (; ; ) switch (x.n) {
|
|
8991
8991
|
case 0:
|
|
8992
|
-
return
|
|
8992
|
+
return O = g.map(function(_) {
|
|
8993
8993
|
return h({
|
|
8994
8994
|
brandId: String(_.id),
|
|
8995
8995
|
data: {
|
|
8996
8996
|
showAutomaticAnalysisDisabledNotification: !1
|
|
8997
8997
|
}
|
|
8998
8998
|
});
|
|
8999
|
-
}), x.n = 1, Promise.all(
|
|
8999
|
+
}), x.n = 1, Promise.all(O);
|
|
9000
9000
|
case 1:
|
|
9001
9001
|
c(!1);
|
|
9002
9002
|
case 2:
|
|
@@ -9009,14 +9009,14 @@ var S_ = function(t) {
|
|
|
9009
9009
|
};
|
|
9010
9010
|
}(), v = /* @__PURE__ */ function() {
|
|
9011
9011
|
var C = py(/* @__PURE__ */ ta().m(function w() {
|
|
9012
|
-
return ta().w(function(
|
|
9013
|
-
for (; ; ) switch (
|
|
9012
|
+
return ta().w(function(O) {
|
|
9013
|
+
for (; ; ) switch (O.n) {
|
|
9014
9014
|
case 0:
|
|
9015
|
-
return
|
|
9015
|
+
return O.n = 1, m();
|
|
9016
9016
|
case 1:
|
|
9017
9017
|
s("/settings");
|
|
9018
9018
|
case 2:
|
|
9019
|
-
return
|
|
9019
|
+
return O.a(2);
|
|
9020
9020
|
}
|
|
9021
9021
|
}, w);
|
|
9022
9022
|
}));
|
|
@@ -9068,7 +9068,7 @@ var S_ = function(t) {
|
|
|
9068
9068
|
var n = t.hideNav, r = n === void 0 ? !1 : n, i = t.disableLayout, s = i === void 0 ? !1 : i, o = t.DebugInfo, a = Xt(), l = Tn(), c = {
|
|
9069
9069
|
disable: s,
|
|
9070
9070
|
hideNav: r
|
|
9071
|
-
}, u = nr(), d = u.brandId, f = fl(), h = f.setBrandId, y =
|
|
9071
|
+
}, u = nr(), d = u.brandId, f = fl(), h = f.setBrandId, y = gs({
|
|
9072
9072
|
query: {
|
|
9073
9073
|
refetchOnReconnect: !1,
|
|
9074
9074
|
refetchOnWindowFocus: !1,
|
|
@@ -9078,14 +9078,14 @@ var S_ = function(t) {
|
|
|
9078
9078
|
}
|
|
9079
9079
|
}
|
|
9080
9080
|
}), g = y.data, m = y.isLoading, v = y.error, b = y.refetch, S = br(!1), C = Ht(function() {
|
|
9081
|
-
return g == null ? void 0 : g.find(function(
|
|
9082
|
-
return
|
|
9081
|
+
return g == null ? void 0 : g.find(function(O) {
|
|
9082
|
+
return O.id === d;
|
|
9083
9083
|
});
|
|
9084
9084
|
}, [g, d]);
|
|
9085
9085
|
Qe(function() {
|
|
9086
|
-
var
|
|
9086
|
+
var O;
|
|
9087
9087
|
if (!(g === void 0 || d)) {
|
|
9088
|
-
var x = (
|
|
9088
|
+
var x = (O = g[0]) === null || O === void 0 ? void 0 : O.id;
|
|
9089
9089
|
x && h(x);
|
|
9090
9090
|
}
|
|
9091
9091
|
}, [g, d, h, l, a.pathname]), Qe(function() {
|
|
@@ -9113,29 +9113,26 @@ var S_ = function(t) {
|
|
|
9113
9113
|
query: {
|
|
9114
9114
|
enabled: !!n,
|
|
9115
9115
|
// Only fetch if brandId exists
|
|
9116
|
-
select: function(
|
|
9117
|
-
var
|
|
9118
|
-
return (
|
|
9116
|
+
select: function(u) {
|
|
9117
|
+
var d = u.data;
|
|
9118
|
+
return (d == null ? void 0 : d.analyses) || [];
|
|
9119
9119
|
}
|
|
9120
9120
|
}
|
|
9121
9121
|
}), s = i.data, o = i.isLoading, a = i.error;
|
|
9122
9122
|
if (o)
|
|
9123
9123
|
return /* @__PURE__ */ p(mu, {});
|
|
9124
9124
|
if (a)
|
|
9125
|
-
return console.error("Error fetching analyses for validation:", a), /* @__PURE__ */ p(
|
|
9125
|
+
return console.error("Error fetching analyses for validation:", a), /* @__PURE__ */ p(Ds, { to: "/brands/".concat(n), replace: !0 });
|
|
9126
9126
|
if (!r || r.trim() === "")
|
|
9127
|
-
return /* @__PURE__ */ p(
|
|
9127
|
+
return /* @__PURE__ */ p(Ds, { to: "/brands/".concat(n), replace: !0 });
|
|
9128
9128
|
if (r === "latest")
|
|
9129
9129
|
return /* @__PURE__ */ p(ho, {});
|
|
9130
|
-
var l =
|
|
9131
|
-
|
|
9132
|
-
return /* @__PURE__ */ p(ji, { to: "/brands/".concat(n), replace: !0 });
|
|
9133
|
-
var c = s == null ? void 0 : s.some(function(u) {
|
|
9134
|
-
return u.id === l;
|
|
9130
|
+
var l = s == null ? void 0 : s.some(function(c) {
|
|
9131
|
+
return c.id === r;
|
|
9135
9132
|
});
|
|
9136
|
-
return
|
|
9133
|
+
return l ? /* @__PURE__ */ p(ho, {}) : /* @__PURE__ */ p(Ds, { to: "/brands/".concat(n), replace: !0 });
|
|
9137
9134
|
}, by = function() {
|
|
9138
|
-
var t = Zc(), n = t.brandId, r =
|
|
9135
|
+
var t = Zc(), n = t.brandId, r = gs({
|
|
9139
9136
|
query: {
|
|
9140
9137
|
select: function(f) {
|
|
9141
9138
|
var h = f.data;
|
|
@@ -9146,14 +9143,14 @@ var S_ = function(t) {
|
|
|
9146
9143
|
if (s || !a)
|
|
9147
9144
|
return /* @__PURE__ */ p(mu, {});
|
|
9148
9145
|
if (o)
|
|
9149
|
-
return /* @__PURE__ */ p(
|
|
9146
|
+
return /* @__PURE__ */ p(Ds, { to: "/", replace: !0 });
|
|
9150
9147
|
if (!n || n.trim() === "")
|
|
9151
|
-
return /* @__PURE__ */ p(
|
|
9148
|
+
return /* @__PURE__ */ p(Ds, { to: "/", replace: !0 });
|
|
9152
9149
|
var c = parseInt(n, 10), u = l.length > 0 && l.some(function(d) {
|
|
9153
9150
|
var f = String(d.id), h = typeof d.id == "number" ? d.id : parseInt(String(d.id), 10);
|
|
9154
9151
|
return f === n || h === c || d.id === n;
|
|
9155
9152
|
});
|
|
9156
|
-
return a && !u ? /* @__PURE__ */ p(
|
|
9153
|
+
return a && !u ? /* @__PURE__ */ p(Ds, { to: "/", replace: !0 }) : /* @__PURE__ */ p(ho, {});
|
|
9157
9154
|
};
|
|
9158
9155
|
function O_(e) {
|
|
9159
9156
|
return P_(e) || E_(e) || J2(e) || A_();
|
|
@@ -10091,9 +10088,9 @@ var jo = gl(Ay || (Ay = L8(["md:yst-hidden yst-mr-2 yst-font-medium yst-text-sla
|
|
|
10091
10088
|
)
|
|
10092
10089
|
] }, u ? void 0 : h);
|
|
10093
10090
|
}, R8 = function(t) {
|
|
10094
|
-
var n, r, i, s, o, a = t.enableCategories, l = a === void 0 ? !1 : a, c = Ee("all"), u = Ty(c, 2), d = u[0], f = u[1], h = Ee(1), y = Ty(h, 2), g = y[0], m = y[1], v = Pi(), b = v.data, S = v.isLoading, C = v.isRefetching, w = b == null ? void 0 : b.citations,
|
|
10091
|
+
var n, r, i, s, o, a = t.enableCategories, l = a === void 0 ? !1 : a, c = Ee("all"), u = Ty(c, 2), d = u[0], f = u[1], h = Ee(1), y = Ty(h, 2), g = y[0], m = y[1], v = Pi(), b = v.data, S = v.isLoading, C = v.isRefetching, w = b == null ? void 0 : b.citations, O = (b == null || (n = b.scores) === null || n === void 0 || (n = n.standardized) === null || n === void 0 ? void 0 : n.citations) || {}, x = Object.hasOwn(O, "previous"), _ = w == null || (r = w.list) === null || r === void 0 ? void 0 : r.filter(function(P) {
|
|
10095
10092
|
return d === "all" ? !0 : P.category === d;
|
|
10096
|
-
}),
|
|
10093
|
+
}), k = 10, A = (_ == null ? void 0 : _.length) || 0, E = Math.ceil(A / k), T = (g - 1) * k, B = T + k, N = _ == null ? void 0 : _.slice(T, B);
|
|
10097
10094
|
return Qe(function() {
|
|
10098
10095
|
g > E && E > 0 && m(1);
|
|
10099
10096
|
}, [E, g, m, d]), /* @__PURE__ */ p(yt, { className: "yst-overflow-visible md:yst-col-span-2", children: /* @__PURE__ */ M(yt.Content, { className: "yst-flex yst-flex-col yst-gap-6", children: [
|
|
@@ -10160,7 +10157,7 @@ var jo = gl(Ay || (Ay = L8(["md:yst-hidden yst-mr-2 yst-font-medium yst-text-sla
|
|
|
10160
10157
|
) })
|
|
10161
10158
|
] })
|
|
10162
10159
|
] }),
|
|
10163
|
-
_ && _.length >
|
|
10160
|
+
_ && _.length > k && /* @__PURE__ */ M("div", { className: "yst-flex yst-items-center yst-justify-end yst-gap-4", children: [
|
|
10164
10161
|
/* @__PURE__ */ M("p", { className: "yst-mb-0", children: [
|
|
10165
10162
|
"Showing ",
|
|
10166
10163
|
T + 1,
|
|
@@ -10246,7 +10243,7 @@ var Dy = function(t) {
|
|
|
10246
10243
|
] }) })
|
|
10247
10244
|
] }, c || d == null ? void 0 : d.value);
|
|
10248
10245
|
}, z8 = function(t) {
|
|
10249
|
-
var n, r, i = t.className, s = br(null), o = Ee(1), a = N8(o, 2), l = a[0], c = a[1], u = Pi(), d = u.data, f = u.isLoading, h = u.isRefetching, y = d == null || (n = d.rankings) === null || n === void 0 ? void 0 : n.list, g = (d == null || (r = d.scores) === null || r === void 0 || (r = r.standardized) === null || r === void 0 ? void 0 : r.ranking) || {}, m = Object.hasOwn(g, "previous"), v = 5, b = (y == null ? void 0 : y.length) || 0, S = Math.ceil(b / v), C = (l - 1) * v, w = C + v,
|
|
10246
|
+
var n, r, i = t.className, s = br(null), o = Ee(1), a = N8(o, 2), l = a[0], c = a[1], u = Pi(), d = u.data, f = u.isLoading, h = u.isRefetching, y = d == null || (n = d.rankings) === null || n === void 0 ? void 0 : n.list, g = (d == null || (r = d.scores) === null || r === void 0 || (r = r.standardized) === null || r === void 0 ? void 0 : r.ranking) || {}, m = Object.hasOwn(g, "previous"), v = 5, b = (y == null ? void 0 : y.length) || 0, S = Math.ceil(b / v), C = (l - 1) * v, w = C + v, O = y == null ? void 0 : y.slice(C, w);
|
|
10250
10247
|
return Qe(function() {
|
|
10251
10248
|
l > S && S > 0 && c(1);
|
|
10252
10249
|
}, [S, l, c]), /* @__PURE__ */ p(yt, { ref: s, className: Oe("yst-overflow-visible", i), children: /* @__PURE__ */ M(yt.Content, { className: "yst-mt-0 yst-space-y-6", children: [
|
|
@@ -10266,7 +10263,7 @@ var Dy = function(t) {
|
|
|
10266
10263
|
/* @__PURE__ */ p(ke.Cell, { className: "yst-font-semibold", children: "Brand" }),
|
|
10267
10264
|
/* @__PURE__ */ p(ke.Cell, { className: "yst-w-20 yst-text-right yst-font-semibold", children: "Mentions" })
|
|
10268
10265
|
] }) }),
|
|
10269
|
-
/* @__PURE__ */ p(ke.Body, { children:
|
|
10266
|
+
/* @__PURE__ */ p(ke.Body, { children: O && Array.isArray(O) && O.length > 0 ? O.map(function(x) {
|
|
10270
10267
|
var _;
|
|
10271
10268
|
return /* @__PURE__ */ p(Dy, { data: x, totalQueries: d == null ? void 0 : d.numberOfQueries, isFirstScan: !m }, "rank-row-".concat((_ = x.rank) === null || _ === void 0 ? void 0 : _.value));
|
|
10272
10269
|
}) : f || h ? (
|
|
@@ -10335,8 +10332,8 @@ function G8() {
|
|
|
10335
10332
|
var e = typeof Symbol == "function" && Symbol.for, t = e ? Symbol.for("react.element") : 60103, n = e ? Symbol.for("react.portal") : 60106, r = e ? Symbol.for("react.fragment") : 60107, i = e ? Symbol.for("react.strict_mode") : 60108, s = e ? Symbol.for("react.profiler") : 60114, o = e ? Symbol.for("react.provider") : 60109, a = e ? Symbol.for("react.context") : 60110, l = e ? Symbol.for("react.async_mode") : 60111, c = e ? Symbol.for("react.concurrent_mode") : 60111, u = e ? Symbol.for("react.forward_ref") : 60112, d = e ? Symbol.for("react.suspense") : 60113, f = e ? Symbol.for("react.suspense_list") : 60120, h = e ? Symbol.for("react.memo") : 60115, y = e ? Symbol.for("react.lazy") : 60116, g = e ? Symbol.for("react.block") : 60121, m = e ? Symbol.for("react.fundamental") : 60117, v = e ? Symbol.for("react.responder") : 60118, b = e ? Symbol.for("react.scope") : 60119;
|
|
10336
10333
|
function S(w) {
|
|
10337
10334
|
if (typeof w == "object" && w !== null) {
|
|
10338
|
-
var
|
|
10339
|
-
switch (
|
|
10335
|
+
var O = w.$$typeof;
|
|
10336
|
+
switch (O) {
|
|
10340
10337
|
case t:
|
|
10341
10338
|
switch (w = w.type, w) {
|
|
10342
10339
|
case l:
|
|
@@ -10355,11 +10352,11 @@ function G8() {
|
|
|
10355
10352
|
case o:
|
|
10356
10353
|
return w;
|
|
10357
10354
|
default:
|
|
10358
|
-
return
|
|
10355
|
+
return O;
|
|
10359
10356
|
}
|
|
10360
10357
|
}
|
|
10361
10358
|
case n:
|
|
10362
|
-
return
|
|
10359
|
+
return O;
|
|
10363
10360
|
}
|
|
10364
10361
|
}
|
|
10365
10362
|
}
|
|
@@ -10443,7 +10440,7 @@ function K8() {
|
|
|
10443
10440
|
}
|
|
10444
10441
|
}
|
|
10445
10442
|
}
|
|
10446
|
-
var w = l,
|
|
10443
|
+
var w = l, O = c, x = a, _ = o, k = t, A = u, E = r, T = y, B = h, N = n, P = s, $ = i, R = d, U = !1;
|
|
10447
10444
|
function Q(ie) {
|
|
10448
10445
|
return U || (U = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), j(ie) || C(ie) === l;
|
|
10449
10446
|
}
|
|
@@ -10483,7 +10480,7 @@ function K8() {
|
|
|
10483
10480
|
function De(ie) {
|
|
10484
10481
|
return C(ie) === d;
|
|
10485
10482
|
}
|
|
10486
|
-
et.AsyncMode = w, et.ConcurrentMode =
|
|
10483
|
+
et.AsyncMode = w, et.ConcurrentMode = O, et.ContextConsumer = x, et.ContextProvider = _, et.Element = k, et.ForwardRef = A, et.Fragment = E, et.Lazy = T, et.Memo = B, et.Portal = N, et.Profiler = P, et.StrictMode = $, et.Suspense = R, et.isAsyncMode = Q, et.isConcurrentMode = j, et.isContextConsumer = H, et.isContextProvider = q, et.isElement = K, et.isForwardRef = F, et.isFragment = te, et.isLazy = Z, et.isMemo = fe, et.isPortal = Y, et.isProfiler = he, et.isStrictMode = ye, et.isSuspense = De, et.isValidElementType = S, et.typeOf = C;
|
|
10487
10484
|
}()), et;
|
|
10488
10485
|
}
|
|
10489
10486
|
var Ry;
|
|
@@ -10638,11 +10635,11 @@ function Q8() {
|
|
|
10638
10635
|
arrayOf: S,
|
|
10639
10636
|
element: C(),
|
|
10640
10637
|
elementType: w(),
|
|
10641
|
-
instanceOf:
|
|
10638
|
+
instanceOf: O,
|
|
10642
10639
|
node: A(),
|
|
10643
10640
|
objectOf: _,
|
|
10644
10641
|
oneOf: x,
|
|
10645
|
-
oneOfType:
|
|
10642
|
+
oneOfType: k,
|
|
10646
10643
|
shape: T,
|
|
10647
10644
|
exact: B
|
|
10648
10645
|
};
|
|
@@ -10733,7 +10730,7 @@ function Q8() {
|
|
|
10733
10730
|
}
|
|
10734
10731
|
return m(j);
|
|
10735
10732
|
}
|
|
10736
|
-
function
|
|
10733
|
+
function O(j) {
|
|
10737
10734
|
function H(q, K, F, te, Z) {
|
|
10738
10735
|
if (!(q[K] instanceof j)) {
|
|
10739
10736
|
var fe = j.name || f, Y = Q(q[K]);
|
|
@@ -10777,7 +10774,7 @@ function Q8() {
|
|
|
10777
10774
|
}
|
|
10778
10775
|
return m(H);
|
|
10779
10776
|
}
|
|
10780
|
-
function
|
|
10777
|
+
function k(j) {
|
|
10781
10778
|
if (!Array.isArray(j))
|
|
10782
10779
|
return process.env.NODE_ENV !== "production" && s("Invalid argument supplied to oneOfType, expected an instance of array."), o;
|
|
10783
10780
|
for (var H = 0; H < j.length; H++) {
|
|
@@ -11626,7 +11623,7 @@ const Xr = {
|
|
|
11626
11623
|
);
|
|
11627
11624
|
return rt(i, t.length);
|
|
11628
11625
|
}
|
|
11629
|
-
},
|
|
11626
|
+
}, ws = {
|
|
11630
11627
|
midnight: "midnight",
|
|
11631
11628
|
noon: "noon",
|
|
11632
11629
|
morning: "morning",
|
|
@@ -12016,7 +12013,7 @@ const Xr = {
|
|
|
12016
12013
|
b: function(e, t, n) {
|
|
12017
12014
|
const r = e.getHours();
|
|
12018
12015
|
let i;
|
|
12019
|
-
switch (r === 12 ? i =
|
|
12016
|
+
switch (r === 12 ? i = ws.noon : r === 0 ? i = ws.midnight : i = r / 12 >= 1 ? "pm" : "am", t) {
|
|
12020
12017
|
case "b":
|
|
12021
12018
|
case "bb":
|
|
12022
12019
|
return n.dayPeriod(i, {
|
|
@@ -12045,7 +12042,7 @@ const Xr = {
|
|
|
12045
12042
|
B: function(e, t, n) {
|
|
12046
12043
|
const r = e.getHours();
|
|
12047
12044
|
let i;
|
|
12048
|
-
switch (r >= 17 ? i =
|
|
12045
|
+
switch (r >= 17 ? i = ws.evening : r >= 12 ? i = ws.afternoon : r >= 4 ? i = ws.morning : i = ws.night, t) {
|
|
12049
12046
|
case "B":
|
|
12050
12047
|
case "BB":
|
|
12051
12048
|
case "BBB":
|
|
@@ -12416,12 +12413,12 @@ var sr = {
|
|
|
12416
12413
|
}, v9 = function(t) {
|
|
12417
12414
|
var n = t.analyses, r = t.selectedAnalysisId, i = t.onAnalysisSelect, s = t.isLoading, o = s === void 0 ? !1 : s, a = t.isOpen, l = a === void 0 ? !1 : a, c = t.onClose, u = Ee(/* @__PURE__ */ new Date()), d = Xy(u, 2), f = d[0], h = d[1], y = function(_) {
|
|
12418
12415
|
if (!_) return null;
|
|
12419
|
-
var
|
|
12416
|
+
var k = _.slice(0, 10), A = k.split("-"), E = Xy(A, 3), T = E[0], B = E[1], N = E[2], P = Number(T), $ = Number(B), R = Number(N);
|
|
12420
12417
|
return Number.isNaN(P) || Number.isNaN($) || Number.isNaN(R) || $ < 1 || $ > 12 || R < 1 || R > 31 ? null : new Date(P, $ - 1, R);
|
|
12421
12418
|
}, g = Ht(function() {
|
|
12422
12419
|
var x = /* @__PURE__ */ new Map();
|
|
12423
12420
|
return n.forEach(function(_) {
|
|
12424
|
-
var
|
|
12421
|
+
var k = y(_.createdAt), A = k ? na(k, "yyyy-MM-dd") : "";
|
|
12425
12422
|
A && (x.has(A) || x.set(A, []), x.get(A).push(_));
|
|
12426
12423
|
}), x;
|
|
12427
12424
|
}, [n]);
|
|
@@ -12435,9 +12432,9 @@ var sr = {
|
|
|
12435
12432
|
_ && h(_);
|
|
12436
12433
|
}
|
|
12437
12434
|
} else if (l && n.length > 0) {
|
|
12438
|
-
var
|
|
12435
|
+
var k = n.reduce(function(E, T) {
|
|
12439
12436
|
return new Date(T.createdAt) > new Date(E.createdAt) ? T : E;
|
|
12440
|
-
}), A = y(
|
|
12437
|
+
}), A = y(k.createdAt);
|
|
12441
12438
|
A && h(A);
|
|
12442
12439
|
}
|
|
12443
12440
|
}, [l, r, n]);
|
|
@@ -12455,11 +12452,11 @@ var sr = {
|
|
|
12455
12452
|
var x = y(m.createdAt);
|
|
12456
12453
|
return x ? Yy(x, f) : !1;
|
|
12457
12454
|
}, [m, f]), S = Ht(function() {
|
|
12458
|
-
var x = u7(f), _ = a7(f),
|
|
12459
|
-
|
|
12455
|
+
var x = u7(f), _ = a7(f), k = new Date(x), A = k.getDay(), E = A === 0 ? 6 : A - 1;
|
|
12456
|
+
k.setDate(k.getDate() - E);
|
|
12460
12457
|
var T = new Date(_), B = T.getDay(), N = B === 0 ? 0 : 7 - B;
|
|
12461
12458
|
return T.setDate(T.getDate() + N), c7({
|
|
12462
|
-
start:
|
|
12459
|
+
start: k,
|
|
12463
12460
|
end: T
|
|
12464
12461
|
}).map(function(P) {
|
|
12465
12462
|
var $ = na(P, "yyyy-MM-dd"), R = g.get($) || [], U = R.find(function(Q) {
|
|
@@ -12483,15 +12480,15 @@ var sr = {
|
|
|
12483
12480
|
h(function(_) {
|
|
12484
12481
|
return ub(_, 1);
|
|
12485
12482
|
});
|
|
12486
|
-
},
|
|
12483
|
+
}, O = function(_) {
|
|
12487
12484
|
if (_.hasAnalyses) {
|
|
12488
12485
|
if (_.analyses.length === 1)
|
|
12489
12486
|
i(_.analyses[0].id);
|
|
12490
12487
|
else {
|
|
12491
|
-
var
|
|
12488
|
+
var k = _.analyses.reduce(function(A, E) {
|
|
12492
12489
|
return new Date(E.createdAt) > new Date(A.createdAt) ? E : A;
|
|
12493
12490
|
});
|
|
12494
|
-
i(
|
|
12491
|
+
i(k.id);
|
|
12495
12492
|
}
|
|
12496
12493
|
c == null || c();
|
|
12497
12494
|
}
|
|
@@ -12516,7 +12513,7 @@ var sr = {
|
|
|
12516
12513
|
}) }),
|
|
12517
12514
|
/* @__PURE__ */ p("div", { className: "yst-grid yst-grid-cols-7 yst-gap-x-1", children: S.map(function(x) {
|
|
12518
12515
|
return /* @__PURE__ */ p("div", { className: "yst-flex yst-items-center yst-justify-center yst-py-1", children: /* @__PURE__ */ M("button", { type: "button", onClick: function() {
|
|
12519
|
-
return
|
|
12516
|
+
return O(x);
|
|
12520
12517
|
}, disabled: !x.hasAnalyses, className: Oe(
|
|
12521
12518
|
"yst-relative yst-rounded-full yst-text-sm yst-transition-colors",
|
|
12522
12519
|
// Base styles - ensure perfect circle with equal width and height
|
|
@@ -12624,7 +12621,7 @@ var C9 = function(t) {
|
|
|
12624
12621
|
i(N.id);
|
|
12625
12622
|
}
|
|
12626
12623
|
}, [n, r, i, o]);
|
|
12627
|
-
var
|
|
12624
|
+
var O = Ht(function() {
|
|
12628
12625
|
if (r === "latest" || !r) {
|
|
12629
12626
|
if (n.length > 0) {
|
|
12630
12627
|
var N = n.reduce(function(P, $) {
|
|
@@ -12637,13 +12634,13 @@ var C9 = function(t) {
|
|
|
12637
12634
|
return r;
|
|
12638
12635
|
}, [r, n, w]);
|
|
12639
12636
|
Qe(function() {
|
|
12640
|
-
b(
|
|
12641
|
-
}, [
|
|
12637
|
+
b(O);
|
|
12638
|
+
}, [O]);
|
|
12642
12639
|
var x = n.find(function(N) {
|
|
12643
12640
|
return String(N.id) === String(v);
|
|
12644
12641
|
}), _ = n.length > 0 ? String(n.reduce(function(N, P) {
|
|
12645
12642
|
return w(P) > w(N) ? P : N;
|
|
12646
|
-
}).id) : "",
|
|
12643
|
+
}).id) : "", k = function() {
|
|
12647
12644
|
if (x) {
|
|
12648
12645
|
var N = C(x.createdAt), P = N ? na(N, "MMMM d, yyyy") : (
|
|
12649
12646
|
// Fallback if parsing fails
|
|
@@ -12681,7 +12678,7 @@ var C9 = function(t) {
|
|
|
12681
12678
|
onChange: function() {
|
|
12682
12679
|
},
|
|
12683
12680
|
disabled: l || o,
|
|
12684
|
-
value:
|
|
12681
|
+
value: k,
|
|
12685
12682
|
"aria-expanded": h,
|
|
12686
12683
|
"aria-haspopup": "true",
|
|
12687
12684
|
"aria-label": "Select analysis date",
|
|
@@ -12817,11 +12814,11 @@ function bf() {
|
|
|
12817
12814
|
function s(h, y, g, m) {
|
|
12818
12815
|
var v = y && y.prototype instanceof a ? y : a, b = Object.create(v.prototype);
|
|
12819
12816
|
return mn(b, "_invoke", function(S, C, w) {
|
|
12820
|
-
var
|
|
12821
|
-
return
|
|
12817
|
+
var O, x, _, k = 0, A = w || [], E = !1, T = { p: 0, n: 0, v: e, a: B, f: B.bind(e, 4), d: function(P, $) {
|
|
12818
|
+
return O = P, x = 0, _ = e, T.n = $, o;
|
|
12822
12819
|
} };
|
|
12823
12820
|
function B(N, P) {
|
|
12824
|
-
for (x = N, _ = P, t = 0; !E &&
|
|
12821
|
+
for (x = N, _ = P, t = 0; !E && k && !$ && t < A.length; t++) {
|
|
12825
12822
|
var $, R = A[t], U = T.p, Q = R[2];
|
|
12826
12823
|
N > 3 ? ($ = Q === P) && (_ = R[(x = R[4]) ? 5 : (x = 3, 3)], R[4] = R[5] = e) : R[0] <= U && (($ = N < 2 && U < R[1]) ? (x = 0, T.v = P, T.n = R[1]) : U < Q && ($ = N < 3 || R[0] > P || P > Q) && (R[4] = N, R[5] = P, T.n = Q, x = 0));
|
|
12827
12824
|
}
|
|
@@ -12829,22 +12826,22 @@ function bf() {
|
|
|
12829
12826
|
throw E = !0, P;
|
|
12830
12827
|
}
|
|
12831
12828
|
return function(N, P, $) {
|
|
12832
|
-
if (
|
|
12829
|
+
if (k > 1) throw TypeError("Generator is already running");
|
|
12833
12830
|
for (E && P === 1 && B(P, $), x = P, _ = $; (t = x < 2 ? e : _) || !E; ) {
|
|
12834
|
-
|
|
12831
|
+
O || (x ? x < 3 ? (x > 1 && (T.n = -1), B(x, _)) : T.n = _ : T.v = _);
|
|
12835
12832
|
try {
|
|
12836
|
-
if (
|
|
12837
|
-
if (x || (N = "next"), t =
|
|
12838
|
-
if (!(t = t.call(
|
|
12833
|
+
if (k = 2, O) {
|
|
12834
|
+
if (x || (N = "next"), t = O[N]) {
|
|
12835
|
+
if (!(t = t.call(O, _))) throw TypeError("iterator result is not an object");
|
|
12839
12836
|
if (!t.done) return t;
|
|
12840
12837
|
_ = t.value, x < 2 && (x = 0);
|
|
12841
|
-
} else x === 1 && (t =
|
|
12842
|
-
|
|
12838
|
+
} else x === 1 && (t = O.return) && t.call(O), x < 2 && (_ = TypeError("The iterator does not provide a '" + N + "' method"), x = 1);
|
|
12839
|
+
O = e;
|
|
12843
12840
|
} else if ((t = (E = T.n < 0) ? _ : S.call(C, T)) !== o) break;
|
|
12844
12841
|
} catch (R) {
|
|
12845
|
-
|
|
12842
|
+
O = e, x = 1, _ = R;
|
|
12846
12843
|
} finally {
|
|
12847
|
-
|
|
12844
|
+
k = 1;
|
|
12848
12845
|
}
|
|
12849
12846
|
}
|
|
12850
12847
|
return { value: t, done: E };
|
|
@@ -12926,14 +12923,14 @@ var cd = gl(eg || (eg = D9(["yst-flex-1 yst-space-y-2"]))), I9 = function(t) {
|
|
|
12926
12923
|
return se == null ? void 0 : se.data;
|
|
12927
12924
|
}
|
|
12928
12925
|
}
|
|
12929
|
-
}), C = S.data, w = S.isLoading,
|
|
12926
|
+
}), C = S.data, w = S.isLoading, O = C == null ? void 0 : C.displayName, x = gs({
|
|
12930
12927
|
query: {
|
|
12931
12928
|
select: function(Xe) {
|
|
12932
12929
|
var se = Xe.data;
|
|
12933
12930
|
return se == null ? void 0 : se.brands;
|
|
12934
12931
|
}
|
|
12935
12932
|
}
|
|
12936
|
-
}), _ = x.data,
|
|
12933
|
+
}), _ = x.data, k = x.isLoading, A = K2(c, {
|
|
12937
12934
|
query: {
|
|
12938
12935
|
enabled: !!c,
|
|
12939
12936
|
select: function(Xe) {
|
|
@@ -13099,7 +13096,7 @@ var cd = gl(eg || (eg = D9(["yst-flex-1 yst-space-y-2"]))), I9 = function(t) {
|
|
|
13099
13096
|
/* @__PURE__ */ p(kt, { children: /* @__PURE__ */ M(st, { children: [
|
|
13100
13097
|
w ? /* @__PURE__ */ p(vt, { className: "yst-inline-block yst-h-8 yst-w-64" }) : /* @__PURE__ */ M(st, { children: [
|
|
13101
13098
|
"Hi",
|
|
13102
|
-
|
|
13099
|
+
O && " ".concat(O),
|
|
13103
13100
|
","
|
|
13104
13101
|
] }),
|
|
13105
13102
|
" "
|
|
@@ -13109,15 +13106,15 @@ var cd = gl(eg || (eg = D9(["yst-flex-1 yst-space-y-2"]))), I9 = function(t) {
|
|
|
13109
13106
|
/* @__PURE__ */ M("div", { className: "yst-flex yst-flex-row yst-flex-wrap yst-items-center yst-justify-end yst-gap-4 yst-self-end md:yst-self-start", children: [
|
|
13110
13107
|
/* @__PURE__ */ M(Be, { variant: "primary", className: "yst-gap-1.5", onClick: function() {
|
|
13111
13108
|
return m("/setup");
|
|
13112
|
-
}, disabled: T ||
|
|
13109
|
+
}, disabled: T || k, children: [
|
|
13113
13110
|
/* @__PURE__ */ p(Z2, {}),
|
|
13114
13111
|
" Analyze a different brand"
|
|
13115
13112
|
] }),
|
|
13116
13113
|
/* @__PURE__ */ p("div", { className: "yst-relative", children: /* @__PURE__ */ M(kl, { children: [
|
|
13117
|
-
/* @__PURE__ */ p(kl.IconTrigger, { screenReaderTriggerLabel: "Open brand list options", disabled: T ||
|
|
13114
|
+
/* @__PURE__ */ p(kl.IconTrigger, { screenReaderTriggerLabel: "Open brand list options", disabled: T || k || _ && (_ == null ? void 0 : _.length) < 1, children: /* @__PURE__ */ p(H6, {}) }),
|
|
13118
13115
|
/* @__PURE__ */ p(kl.List, { className: "yst-absolute yst-right-0 yst-top-full yst-z-40 yst-mt-2 yst-flex yst-w-64 yst-flex-col yst-justify-start", children: /* @__PURE__ */ M(kl.ButtonItem, { onClick: function() {
|
|
13119
13116
|
return F(!0);
|
|
13120
|
-
}, disabled: T ||
|
|
13117
|
+
}, disabled: T || k || (N == null || (o = N.analysis) === null || o === void 0 ? void 0 : o.status) !== "completed" || !E || E.length === 0, className: "yst-flex yst-justify-start yst-gap-1.5 yst-text-red-600 hover:yst-bg-red-50", children: [
|
|
13121
13118
|
/* @__PURE__ */ p(mh, { className: "yst-h-4 yst-w-4" }),
|
|
13122
13119
|
"Delete analysis"
|
|
13123
13120
|
] }) })
|
|
@@ -13132,8 +13129,8 @@ var cd = gl(eg || (eg = D9(["yst-flex-1 yst-space-y-2"]))), I9 = function(t) {
|
|
|
13132
13129
|
/* @__PURE__ */ M(cd, { children: [
|
|
13133
13130
|
/* @__PURE__ */ p(Fu, { htmlFor: "brand-name", children: "Brand" }),
|
|
13134
13131
|
/* @__PURE__ */ p(hc, { onChange: function(Te) {
|
|
13135
|
-
m("/brands/".concat(Te
|
|
13136
|
-
}, id: "brand-name", value: c
|
|
13132
|
+
m("/brands/".concat(Te));
|
|
13133
|
+
}, id: "brand-name", value: c || "loading", options: _ && _.length > 0 ? _.map(function(Te) {
|
|
13137
13134
|
return {
|
|
13138
13135
|
value: Te.id,
|
|
13139
13136
|
label: Te.name
|
|
@@ -13141,7 +13138,7 @@ var cd = gl(eg || (eg = D9(["yst-flex-1 yst-space-y-2"]))), I9 = function(t) {
|
|
|
13141
13138
|
}) : [{
|
|
13142
13139
|
value: "loading",
|
|
13143
13140
|
label: "Loading..."
|
|
13144
|
-
}], disabled:
|
|
13141
|
+
}], disabled: k || !_ || _.length < 2 || !c })
|
|
13145
13142
|
] }),
|
|
13146
13143
|
/* @__PURE__ */ M(cd, { children: [
|
|
13147
13144
|
/* @__PURE__ */ p(Fu, { htmlFor: "analysis-date", children: "Analysis date" }),
|
|
@@ -13551,13 +13548,13 @@ function ek(e) {
|
|
|
13551
13548
|
function tk(e) {
|
|
13552
13549
|
return e && (e.a < 255 ? `rgba(${e.r}, ${e.g}, ${e.b}, ${$r(e.a)})` : `rgb(${e.r}, ${e.g}, ${e.b})`);
|
|
13553
13550
|
}
|
|
13554
|
-
const ud = (e) => e <= 31308e-7 ? e * 12.92 : Math.pow(e, 1 / 2.4) * 1.055 - 0.055,
|
|
13551
|
+
const ud = (e) => e <= 31308e-7 ? e * 12.92 : Math.pow(e, 1 / 2.4) * 1.055 - 0.055, xs = (e) => e <= 0.04045 ? e / 12.92 : Math.pow((e + 0.055) / 1.055, 2.4);
|
|
13555
13552
|
function nk(e, t, n) {
|
|
13556
|
-
const r =
|
|
13553
|
+
const r = xs($r(e.r)), i = xs($r(e.g)), s = xs($r(e.b));
|
|
13557
13554
|
return {
|
|
13558
|
-
r: bi(ud(r + n * (
|
|
13559
|
-
g: bi(ud(i + n * (
|
|
13560
|
-
b: bi(ud(s + n * (
|
|
13555
|
+
r: bi(ud(r + n * (xs($r(t.r)) - r))),
|
|
13556
|
+
g: bi(ud(i + n * (xs($r(t.g)) - i))),
|
|
13557
|
+
b: bi(ud(s + n * (xs($r(t.b)) - s))),
|
|
13561
13558
|
a: e.a + n * (t.a - e.a)
|
|
13562
13559
|
};
|
|
13563
13560
|
}
|
|
@@ -13879,7 +13876,7 @@ function Bn(e, t, n) {
|
|
|
13879
13876
|
function bk(e) {
|
|
13880
13877
|
return Bn(e, -32768, 32767);
|
|
13881
13878
|
}
|
|
13882
|
-
function
|
|
13879
|
+
function Ts(e, t, n, r = 1e-6) {
|
|
13883
13880
|
return e >= Math.min(t, n) - r && e <= Math.max(t, n) + r;
|
|
13884
13881
|
}
|
|
13885
13882
|
function Ah(e, t, n) {
|
|
@@ -13892,7 +13889,7 @@ function Ah(e, t, n) {
|
|
|
13892
13889
|
hi: r
|
|
13893
13890
|
};
|
|
13894
13891
|
}
|
|
13895
|
-
const
|
|
13892
|
+
const zi = (e, t, n, r) => Ah(e, n, r ? (i) => {
|
|
13896
13893
|
const s = e[i][t];
|
|
13897
13894
|
return s < n || s === n && e[i + 1][t] === n;
|
|
13898
13895
|
} : (i) => e[i][t] < n), wk = (e, t, n) => Ah(e, n, (r) => e[r][t] >= n);
|
|
@@ -13979,9 +13976,9 @@ function Ok(e, t, n) {
|
|
|
13979
13976
|
if (h) {
|
|
13980
13977
|
if (i = Math.min(
|
|
13981
13978
|
// @ts-expect-error Need to type _parsed
|
|
13982
|
-
|
|
13979
|
+
zi(l, u, d).lo,
|
|
13983
13980
|
// @ts-expect-error Need to fix types on _lookupByKey
|
|
13984
|
-
n ? r :
|
|
13981
|
+
n ? r : zi(t, u, o.getPixelForValue(d)).lo
|
|
13985
13982
|
), c) {
|
|
13986
13983
|
const g = l.slice(0, i + 1).reverse().findIndex((m) => !ot(m[a.axis]));
|
|
13987
13984
|
i -= Math.max(0, g);
|
|
@@ -13991,9 +13988,9 @@ function Ok(e, t, n) {
|
|
|
13991
13988
|
if (y) {
|
|
13992
13989
|
let g = Math.max(
|
|
13993
13990
|
// @ts-expect-error Need to type _parsed
|
|
13994
|
-
|
|
13991
|
+
zi(l, o.axis, f, !0).hi + 1,
|
|
13995
13992
|
// @ts-expect-error Need to fix types on _lookupByKey
|
|
13996
|
-
n ? 0 :
|
|
13993
|
+
n ? 0 : zi(t, u, o.getPixelForValue(f), !0).hi + 1
|
|
13997
13994
|
);
|
|
13998
13995
|
if (c) {
|
|
13999
13996
|
const m = l.slice(g - 1).findIndex((v) => !ot(v[a.axis]));
|
|
@@ -14262,7 +14259,7 @@ function Lk(e) {
|
|
|
14262
14259
|
_indexable: (t) => t !== "backdropPadding"
|
|
14263
14260
|
});
|
|
14264
14261
|
}
|
|
14265
|
-
const
|
|
14262
|
+
const as = /* @__PURE__ */ Object.create(null), Sf = /* @__PURE__ */ Object.create(null);
|
|
14266
14263
|
function pa(e, t) {
|
|
14267
14264
|
if (!t)
|
|
14268
14265
|
return e;
|
|
@@ -14306,7 +14303,7 @@ class Rk {
|
|
|
14306
14303
|
return fd(Sf, t, n);
|
|
14307
14304
|
}
|
|
14308
14305
|
override(t, n) {
|
|
14309
|
-
return fd(
|
|
14306
|
+
return fd(as, t, n);
|
|
14310
14307
|
}
|
|
14311
14308
|
route(t, n, r, i) {
|
|
14312
14309
|
const s = pa(this, t), o = pa(this, r), a = "_" + n;
|
|
@@ -14473,7 +14470,7 @@ function Hk(e, t) {
|
|
|
14473
14470
|
const n = e.fillStyle;
|
|
14474
14471
|
e.fillStyle = t.color, e.fillRect(t.left, t.top, t.width, t.height), e.fillStyle = n;
|
|
14475
14472
|
}
|
|
14476
|
-
function
|
|
14473
|
+
function ls(e, t, n, r, i, s = {}) {
|
|
14477
14474
|
const o = bt(t) ? t : [
|
|
14478
14475
|
t
|
|
14479
14476
|
], a = s.strokeWidth > 0 && s.strokeColor !== "";
|
|
@@ -14896,7 +14893,7 @@ const yO = [
|
|
|
14896
14893
|
"bottom",
|
|
14897
14894
|
"left"
|
|
14898
14895
|
];
|
|
14899
|
-
function
|
|
14896
|
+
function ns(e, t, n) {
|
|
14900
14897
|
const r = {};
|
|
14901
14898
|
n = n ? "-" + n : "";
|
|
14902
14899
|
for (let i = 0; i < 4; i++) {
|
|
@@ -14924,7 +14921,7 @@ function mO(e, t) {
|
|
|
14924
14921
|
function Ni(e, t) {
|
|
14925
14922
|
if ("native" in e)
|
|
14926
14923
|
return e;
|
|
14927
|
-
const { canvas: n, currentDevicePixelRatio: r } = t, i = Cu(n), s = i.boxSizing === "border-box", o =
|
|
14924
|
+
const { canvas: n, currentDevicePixelRatio: r } = t, i = Cu(n), s = i.boxSizing === "border-box", o = ns(i, "padding"), a = ns(i, "border", "width"), { x: l, y: c, box: u } = mO(e, n), d = o.left + (u && a.left), f = o.top + (u && a.top);
|
|
14928
14925
|
let { width: h, height: y } = t;
|
|
14929
14926
|
return s && (h -= o.width + a.width, y -= o.height + a.height), {
|
|
14930
14927
|
x: Math.round((l - d) / h * n.width / r),
|
|
@@ -14938,7 +14935,7 @@ function pO(e, t, n) {
|
|
|
14938
14935
|
if (!s)
|
|
14939
14936
|
t = e.clientWidth, n = e.clientHeight;
|
|
14940
14937
|
else {
|
|
14941
|
-
const o = s.getBoundingClientRect(), a = Cu(s), l =
|
|
14938
|
+
const o = s.getBoundingClientRect(), a = Cu(s), l = ns(a, "border", "width"), c = ns(a, "padding");
|
|
14942
14939
|
t = o.width - c.width - l.width, n = o.height - c.height - l.height, r = Rc(a.maxWidth, s, "clientWidth"), i = Rc(a.maxHeight, s, "clientHeight");
|
|
14943
14940
|
}
|
|
14944
14941
|
}
|
|
@@ -14951,10 +14948,10 @@ function pO(e, t, n) {
|
|
|
14951
14948
|
}
|
|
14952
14949
|
const ql = (e) => Math.round(e * 10) / 10;
|
|
14953
14950
|
function vO(e, t, n, r) {
|
|
14954
|
-
const i = Cu(e), s =
|
|
14951
|
+
const i = Cu(e), s = ns(i, "margin"), o = Rc(i.maxWidth, e, "clientWidth") || Dc, a = Rc(i.maxHeight, e, "clientHeight") || Dc, l = pO(e, t, n);
|
|
14955
14952
|
let { width: c, height: u } = l;
|
|
14956
14953
|
if (i.boxSizing === "content-box") {
|
|
14957
|
-
const f =
|
|
14954
|
+
const f = ns(i, "border", "width"), h = ns(i, "padding");
|
|
14958
14955
|
c -= h.width + f.width, u -= h.height + f.height;
|
|
14959
14956
|
}
|
|
14960
14957
|
return c = Math.max(0, c - s.width), u = Math.max(0, r ? c / r : u - s.height), c = ql(Math.min(c, o, l.maxWidth)), u = ql(Math.min(u, a, l.maxHeight)), c && !u && (u = ql(c / 2)), (t !== void 0 || n !== void 0) && r && l.height && u > l.height && (u = l.height, c = ql(Math.floor(u * r))), {
|
|
@@ -15062,7 +15059,7 @@ function Lb(e) {
|
|
|
15062
15059
|
compare: vk,
|
|
15063
15060
|
normalize: Cn
|
|
15064
15061
|
} : {
|
|
15065
|
-
between:
|
|
15062
|
+
between: Ts,
|
|
15066
15063
|
compare: (t, n) => t - n,
|
|
15067
15064
|
normalize: (t) => t
|
|
15068
15065
|
};
|
|
@@ -15097,15 +15094,15 @@ function Rb(e, t, n) {
|
|
|
15097
15094
|
];
|
|
15098
15095
|
const { property: r, start: i, end: s } = n, o = t.length, { compare: a, between: l, normalize: c } = Lb(r), { start: u, end: d, loop: f, style: h } = _O(e, t, n), y = [];
|
|
15099
15096
|
let g = !1, m = null, v, b, S;
|
|
15100
|
-
const C = () => l(i, S, v) && a(i, S) !== 0, w = () => a(s, v) === 0 || l(s, S, v),
|
|
15101
|
-
for (let _ = u,
|
|
15102
|
-
b = t[_ % o], !b.skip && (v = c(b[r]), v !== S && (g = l(v, i, s), m === null &&
|
|
15097
|
+
const C = () => l(i, S, v) && a(i, S) !== 0, w = () => a(s, v) === 0 || l(s, S, v), O = () => g || C(), x = () => !g || w();
|
|
15098
|
+
for (let _ = u, k = u; _ <= d; ++_)
|
|
15099
|
+
b = t[_ % o], !b.skip && (v = c(b[r]), v !== S && (g = l(v, i, s), m === null && O() && (m = a(v, i) === 0 ? _ : k), m !== null && x() && (y.push(Cg({
|
|
15103
15100
|
start: m,
|
|
15104
15101
|
end: _,
|
|
15105
15102
|
loop: f,
|
|
15106
15103
|
count: o,
|
|
15107
15104
|
style: h
|
|
15108
|
-
})), m = null),
|
|
15105
|
+
})), m = null), k = _, S = v));
|
|
15109
15106
|
return m !== null && y.push(Cg({
|
|
15110
15107
|
start: m,
|
|
15111
15108
|
end: d,
|
|
@@ -16017,13 +16014,13 @@ class lc extends Rs {
|
|
|
16017
16014
|
const s = i === "reset", { iScale: o, vScale: a, _stacked: l, _dataset: c } = this._cachedMeta, { sharedOptions: u, includeOptions: d } = this._getSharedOptions(n, i), f = o.axis, h = a.axis, { spanGaps: y, segment: g } = this.options, m = Fa(y) ? y : Number.POSITIVE_INFINITY, v = this.chart._animationsDisabled || s || i === "none", b = n + r, S = t.length;
|
|
16018
16015
|
let C = n > 0 && this.getParsed(n - 1);
|
|
16019
16016
|
for (let w = 0; w < S; ++w) {
|
|
16020
|
-
const
|
|
16017
|
+
const O = t[w], x = v ? O : {};
|
|
16021
16018
|
if (w < n || w >= b) {
|
|
16022
16019
|
x.skip = !0;
|
|
16023
16020
|
continue;
|
|
16024
16021
|
}
|
|
16025
|
-
const _ = this.getParsed(w),
|
|
16026
|
-
x.skip = isNaN(A) || isNaN(E) ||
|
|
16022
|
+
const _ = this.getParsed(w), k = ot(_[h]), A = x[f] = o.getPixelForValue(_[f], w), E = x[h] = s || k ? a.getBasePixel() : a.getPixelForValue(l ? this.applyStack(a, _, l) : _[h], w);
|
|
16023
|
+
x.skip = isNaN(A) || isNaN(E) || k, x.stop = w > 0 && Math.abs(_[f] - C[f]) > m, g && (x.parsed = _, x.raw = c.data[w]), d && (x.options = u || this.resolveDataElementOptions(w, O.active ? "active" : i)), v || this.updateElement(O, w, x, i), C = _;
|
|
16027
16024
|
}
|
|
16028
16025
|
}
|
|
16029
16026
|
getMaxOverflow() {
|
|
@@ -16162,7 +16159,7 @@ var GO = {
|
|
|
16162
16159
|
function KO(e, t, n, r) {
|
|
16163
16160
|
const { controller: i, data: s, _sorted: o } = e, a = i._cachedMeta.iScale, l = e.dataset && e.dataset.options ? e.dataset.options.spanGaps : null;
|
|
16164
16161
|
if (a && t === a.axis && t !== "r" && o && s.length) {
|
|
16165
|
-
const c = a._reversePixels ? wk :
|
|
16162
|
+
const c = a._reversePixels ? wk : zi;
|
|
16166
16163
|
if (r) {
|
|
16167
16164
|
if (i._sharedOptions) {
|
|
16168
16165
|
const u = s[0], d = typeof u.getRange == "function" && u.getRange(t);
|
|
@@ -16748,7 +16745,7 @@ function pA(e) {
|
|
|
16748
16745
|
return !Ih() || typeof OffscreenCanvas != "undefined" && e instanceof OffscreenCanvas ? iA : mA;
|
|
16749
16746
|
}
|
|
16750
16747
|
var ec;
|
|
16751
|
-
let
|
|
16748
|
+
let ms = (ec = class {
|
|
16752
16749
|
constructor() {
|
|
16753
16750
|
ve(this, "x");
|
|
16754
16751
|
ve(this, "y");
|
|
@@ -16914,7 +16911,7 @@ function TA(e, t, n, r) {
|
|
|
16914
16911
|
rotation: d
|
|
16915
16912
|
};
|
|
16916
16913
|
}
|
|
16917
|
-
class Po extends
|
|
16914
|
+
class Po extends ms {
|
|
16918
16915
|
constructor(t) {
|
|
16919
16916
|
super(), this.id = t.id, this.type = t.type, this.options = void 0, this.ctx = t.ctx, this.chart = t.chart, this.top = void 0, this.bottom = void 0, this.left = void 0, this.right = void 0, this.width = void 0, this.height = void 0, this._margins = {
|
|
16920
16917
|
left: 0,
|
|
@@ -17159,14 +17156,14 @@ class Po extends ps {
|
|
|
17159
17156
|
o.push(S), a.push(C), c = Math.max(S, c), u = Math.max(C, u);
|
|
17160
17157
|
}
|
|
17161
17158
|
OA(s, n);
|
|
17162
|
-
const
|
|
17163
|
-
width: o[
|
|
17164
|
-
height: a[
|
|
17159
|
+
const O = o.indexOf(c), x = a.indexOf(u), _ = (k) => ({
|
|
17160
|
+
width: o[k] || 0,
|
|
17161
|
+
height: a[k] || 0
|
|
17165
17162
|
});
|
|
17166
17163
|
return {
|
|
17167
17164
|
first: _(0),
|
|
17168
17165
|
last: _(n - 1),
|
|
17169
|
-
widest: _(
|
|
17166
|
+
widest: _(O),
|
|
17170
17167
|
highest: _(x),
|
|
17171
17168
|
widths: o,
|
|
17172
17169
|
heights: a
|
|
@@ -17220,15 +17217,15 @@ class Po extends ps {
|
|
|
17220
17217
|
const n = this.axis, r = this.chart, i = this.options, { grid: s, position: o, border: a } = i, l = s.offset, c = this.isHorizontal(), d = this.ticks.length + (l ? 1 : 0), f = Ko(s), h = [], y = a.setContext(this.getContext()), g = y.display ? y.width : 0, m = g / 2, v = function($) {
|
|
17221
17218
|
return Ii(r, $, g);
|
|
17222
17219
|
};
|
|
17223
|
-
let b, S, C, w,
|
|
17220
|
+
let b, S, C, w, O, x, _, k, A, E, T, B;
|
|
17224
17221
|
if (o === "top")
|
|
17225
|
-
b = v(this.bottom), x = this.bottom - f,
|
|
17222
|
+
b = v(this.bottom), x = this.bottom - f, k = b - m, E = v(t.top) + m, B = t.bottom;
|
|
17226
17223
|
else if (o === "bottom")
|
|
17227
|
-
b = v(this.top), E = t.top, B = v(t.bottom) - m, x = b + m,
|
|
17224
|
+
b = v(this.top), E = t.top, B = v(t.bottom) - m, x = b + m, k = this.top + f;
|
|
17228
17225
|
else if (o === "left")
|
|
17229
|
-
b = v(this.right),
|
|
17226
|
+
b = v(this.right), O = this.right - f, _ = b - m, A = v(t.left) + m, T = t.right;
|
|
17230
17227
|
else if (o === "right")
|
|
17231
|
-
b = v(this.left), A = t.left, T = v(t.right) - m,
|
|
17228
|
+
b = v(this.left), A = t.left, T = v(t.right) - m, O = b + m, _ = this.left + f;
|
|
17232
17229
|
else if (n === "x") {
|
|
17233
17230
|
if (o === "center")
|
|
17234
17231
|
b = v((t.top + t.bottom) / 2 + 0.5);
|
|
@@ -17236,7 +17233,7 @@ class Po extends ps {
|
|
|
17236
17233
|
const $ = Object.keys(o)[0], R = o[$];
|
|
17237
17234
|
b = v(this.chart.scales[$].getPixelForValue(R));
|
|
17238
17235
|
}
|
|
17239
|
-
E = t.top, B = t.bottom, x = b + m,
|
|
17236
|
+
E = t.top, B = t.bottom, x = b + m, k = x + f;
|
|
17240
17237
|
} else if (n === "y") {
|
|
17241
17238
|
if (o === "center")
|
|
17242
17239
|
b = v((t.left + t.right) / 2);
|
|
@@ -17244,16 +17241,16 @@ class Po extends ps {
|
|
|
17244
17241
|
const $ = Object.keys(o)[0], R = o[$];
|
|
17245
17242
|
b = v(this.chart.scales[$].getPixelForValue(R));
|
|
17246
17243
|
}
|
|
17247
|
-
|
|
17244
|
+
O = b - m, _ = O - f, A = t.left, T = t.right;
|
|
17248
17245
|
}
|
|
17249
17246
|
const N = He(i.ticks.maxTicksLimit, d), P = Math.max(1, Math.ceil(d / N));
|
|
17250
17247
|
for (S = 0; S < d; S += P) {
|
|
17251
17248
|
const $ = this.getContext(S), R = s.setContext($), U = a.setContext($), Q = R.lineWidth, j = R.color, H = U.dash || [], q = U.dashOffset, K = R.tickWidth, F = R.tickColor, te = R.tickBorderDash || [], Z = R.tickBorderDashOffset;
|
|
17252
|
-
C = kA(this, S, l), C !== void 0 && (w = Ii(r, C, Q), c ?
|
|
17253
|
-
tx1:
|
|
17249
|
+
C = kA(this, S, l), C !== void 0 && (w = Ii(r, C, Q), c ? O = _ = A = T = w : x = k = E = B = w, h.push({
|
|
17250
|
+
tx1: O,
|
|
17254
17251
|
ty1: x,
|
|
17255
17252
|
tx2: _,
|
|
17256
|
-
ty2:
|
|
17253
|
+
ty2: k,
|
|
17257
17254
|
x1: A,
|
|
17258
17255
|
y1: E,
|
|
17259
17256
|
x2: T,
|
|
@@ -17272,11 +17269,11 @@ class Po extends ps {
|
|
|
17272
17269
|
}
|
|
17273
17270
|
_computeLabelItems(t) {
|
|
17274
17271
|
const n = this.axis, r = this.options, { position: i, ticks: s } = r, o = this.isHorizontal(), a = this.ticks, { align: l, crossAlign: c, padding: u, mirror: d } = s, f = Ko(r.grid), h = f + u, y = d ? -u : h, g = -yi(this.labelRotation), m = [];
|
|
17275
|
-
let v, b, S, C, w,
|
|
17272
|
+
let v, b, S, C, w, O, x, _, k, A, E, T, B = "middle";
|
|
17276
17273
|
if (i === "top")
|
|
17277
|
-
|
|
17274
|
+
O = this.bottom - y, x = this._getXAxisLabelAlignment();
|
|
17278
17275
|
else if (i === "bottom")
|
|
17279
|
-
|
|
17276
|
+
O = this.top + y, x = this._getXAxisLabelAlignment();
|
|
17280
17277
|
else if (i === "left") {
|
|
17281
17278
|
const P = this._getYAxisLabelAlignment(f);
|
|
17282
17279
|
x = P.textAlign, w = P.x;
|
|
@@ -17285,10 +17282,10 @@ class Po extends ps {
|
|
|
17285
17282
|
x = P.textAlign, w = P.x;
|
|
17286
17283
|
} else if (n === "x") {
|
|
17287
17284
|
if (i === "center")
|
|
17288
|
-
|
|
17285
|
+
O = (t.top + t.bottom) / 2 + h;
|
|
17289
17286
|
else if (Ve(i)) {
|
|
17290
17287
|
const P = Object.keys(i)[0], $ = i[P];
|
|
17291
|
-
|
|
17288
|
+
O = this.chart.scales[P].getPixelForValue($) + h;
|
|
17292
17289
|
}
|
|
17293
17290
|
x = this._getXAxisLabelAlignment();
|
|
17294
17291
|
} else if (n === "y") {
|
|
@@ -17305,10 +17302,10 @@ class Po extends ps {
|
|
|
17305
17302
|
for (v = 0, b = a.length; v < b; ++v) {
|
|
17306
17303
|
S = a[v], C = S.label;
|
|
17307
17304
|
const P = s.setContext(this.getContext(v));
|
|
17308
|
-
_ = this.getPixelForTick(v) + s.labelOffset,
|
|
17305
|
+
_ = this.getPixelForTick(v) + s.labelOffset, k = this._resolveTickFontOptions(v), A = k.lineHeight, E = bt(C) ? C.length : 1;
|
|
17309
17306
|
const $ = E / 2, R = P.color, U = P.textStrokeColor, Q = P.textStrokeWidth;
|
|
17310
17307
|
let j = x;
|
|
17311
|
-
o ? (w = _, x === "inner" && (v === b - 1 ? j = this.options.reverse ? "left" : "right" : v === 0 ? j = this.options.reverse ? "right" : "left" : j = "center"), i === "top" ? c === "near" || g !== 0 ? T = -E * A + A / 2 : c === "center" ? T = -N.highest.height / 2 - $ * A + A : T = -N.highest.height + A / 2 : c === "near" || g !== 0 ? T = A / 2 : c === "center" ? T = N.highest.height / 2 - $ * A : T = N.highest.height - E * A, d && (T *= -1), g !== 0 && !P.showLabelBackdrop && (w += A / 2 * Math.sin(g))) : (
|
|
17308
|
+
o ? (w = _, x === "inner" && (v === b - 1 ? j = this.options.reverse ? "left" : "right" : v === 0 ? j = this.options.reverse ? "right" : "left" : j = "center"), i === "top" ? c === "near" || g !== 0 ? T = -E * A + A / 2 : c === "center" ? T = -N.highest.height / 2 - $ * A + A : T = -N.highest.height + A / 2 : c === "near" || g !== 0 ? T = A / 2 : c === "center" ? T = N.highest.height / 2 - $ * A : T = N.highest.height - E * A, d && (T *= -1), g !== 0 && !P.showLabelBackdrop && (w += A / 2 * Math.sin(g))) : (O = _, T = (1 - E) * A / 2);
|
|
17312
17309
|
let H;
|
|
17313
17310
|
if (P.showLabelBackdrop) {
|
|
17314
17311
|
const q = Gt(P.backdropPadding), K = N.heights[v], F = N.widths[v];
|
|
@@ -17342,7 +17339,7 @@ class Po extends ps {
|
|
|
17342
17339
|
}
|
|
17343
17340
|
m.push({
|
|
17344
17341
|
label: C,
|
|
17345
|
-
font:
|
|
17342
|
+
font: k,
|
|
17346
17343
|
textOffset: T,
|
|
17347
17344
|
options: {
|
|
17348
17345
|
rotation: g,
|
|
@@ -17353,7 +17350,7 @@ class Po extends ps {
|
|
|
17353
17350
|
textBaseline: B,
|
|
17354
17351
|
translation: [
|
|
17355
17352
|
w,
|
|
17356
|
-
|
|
17353
|
+
O
|
|
17357
17354
|
],
|
|
17358
17355
|
backdrop: H
|
|
17359
17356
|
}
|
|
@@ -17451,7 +17448,7 @@ class Po extends ps {
|
|
|
17451
17448
|
const s = this.getLabelItems(t);
|
|
17452
17449
|
for (const o of s) {
|
|
17453
17450
|
const a = o.options, l = o.font, c = o.label, u = o.textOffset;
|
|
17454
|
-
|
|
17451
|
+
ls(r, c, 0, u, l, a);
|
|
17455
17452
|
}
|
|
17456
17453
|
i && Su(r);
|
|
17457
17454
|
}
|
|
@@ -17463,7 +17460,7 @@ class Po extends ps {
|
|
|
17463
17460
|
let l = s.lineHeight / 2;
|
|
17464
17461
|
n === "bottom" || n === "center" || Ve(n) ? (l += o.bottom, bt(r.text) && (l += s.lineHeight * (r.text.length - 1))) : l += o.top;
|
|
17465
17462
|
const { titleX: c, titleY: u, maxWidth: d, rotation: f } = TA(this, l, n, a);
|
|
17466
|
-
|
|
17463
|
+
ls(t, r.text, 0, 0, s, {
|
|
17467
17464
|
color: r.color,
|
|
17468
17465
|
maxWidth: d,
|
|
17469
17466
|
rotation: f,
|
|
@@ -17547,7 +17544,7 @@ class Gl {
|
|
|
17547
17544
|
}
|
|
17548
17545
|
unregister(t) {
|
|
17549
17546
|
const n = this.items, r = t.id, i = this.scope;
|
|
17550
|
-
r in n && delete n[r], i && r in St[i] && (delete St[i][r], this.override && delete
|
|
17547
|
+
r in n && delete n[r], i && r in St[i] && (delete St[i][r], this.override && delete as[r]);
|
|
17551
17548
|
}
|
|
17552
17549
|
}
|
|
17553
17550
|
function MA(e, t, n) {
|
|
@@ -17571,7 +17568,7 @@ function DA(e) {
|
|
|
17571
17568
|
}
|
|
17572
17569
|
class IA {
|
|
17573
17570
|
constructor() {
|
|
17574
|
-
this.controllers = new Gl(Rs, "datasets", !0), this.elements = new Gl(
|
|
17571
|
+
this.controllers = new Gl(Rs, "datasets", !0), this.elements = new Gl(ms, "elements"), this.plugins = new Gl(Object, "plugins"), this.scales = new Gl(Po, "scales"), this._typedRegistries = [
|
|
17575
17572
|
this.controllers,
|
|
17576
17573
|
this.scales,
|
|
17577
17574
|
this.elements
|
|
@@ -17777,7 +17774,7 @@ function HA(e, t) {
|
|
|
17777
17774
|
return {};
|
|
17778
17775
|
}
|
|
17779
17776
|
function UA(e, t) {
|
|
17780
|
-
const n =
|
|
17777
|
+
const n = as[e.type] || {
|
|
17781
17778
|
scales: {}
|
|
17782
17779
|
}, r = t.scales || {}, i = _f(e.type, t), s = /* @__PURE__ */ Object.create(null);
|
|
17783
17780
|
return Object.keys(r).forEach((o) => {
|
|
@@ -17796,7 +17793,7 @@ function UA(e, t) {
|
|
|
17796
17793
|
u[c]
|
|
17797
17794
|
]);
|
|
17798
17795
|
}), e.data.datasets.forEach((o) => {
|
|
17799
|
-
const a = o.type || e.type, l = o.indexAxis || _f(a, t), u = (
|
|
17796
|
+
const a = o.type || e.type, l = o.indexAxis || _f(a, t), u = (as[a] || {}).scales || {};
|
|
17800
17797
|
Object.keys(u).forEach((d) => {
|
|
17801
17798
|
const f = jA(d, l), h = o[f + "AxisID"] || f;
|
|
17802
17799
|
s[h] = s[h] || /* @__PURE__ */ Object.create(null), ya(s[h], [
|
|
@@ -17919,7 +17916,7 @@ class KA {
|
|
|
17919
17916
|
return a;
|
|
17920
17917
|
const l = /* @__PURE__ */ new Set();
|
|
17921
17918
|
n.forEach((u) => {
|
|
17922
|
-
t && (l.add(t), u.forEach((d) => Vo(l, t, d))), u.forEach((d) => Vo(l, i, d)), u.forEach((d) => Vo(l,
|
|
17919
|
+
t && (l.add(t), u.forEach((d) => Vo(l, t, d))), u.forEach((d) => Vo(l, i, d)), u.forEach((d) => Vo(l, as[s] || {}, d)), u.forEach((d) => Vo(l, St, d)), u.forEach((d) => Vo(l, Sf, d));
|
|
17923
17920
|
});
|
|
17924
17921
|
const c = Array.from(l);
|
|
17925
17922
|
return c.length === 0 && c.push(/* @__PURE__ */ Object.create(null)), Wb.has(n) && o.set(n, c), c;
|
|
@@ -17928,7 +17925,7 @@ class KA {
|
|
|
17928
17925
|
const { options: t, type: n } = this;
|
|
17929
17926
|
return [
|
|
17930
17927
|
t,
|
|
17931
|
-
|
|
17928
|
+
as[n] || {},
|
|
17932
17929
|
St.datasets[n] || {},
|
|
17933
17930
|
{
|
|
17934
17931
|
type: n
|
|
@@ -18503,7 +18500,7 @@ let ku = (ei = class {
|
|
|
18503
18500
|
const s = this.options.hover;
|
|
18504
18501
|
return this.getElementsAtEventForMode(t, s.mode, s, i);
|
|
18505
18502
|
}
|
|
18506
|
-
}, ve(ei, "defaults", St), ve(ei, "instances", dc), ve(ei, "overrides",
|
|
18503
|
+
}, ve(ei, "defaults", St), ve(ei, "instances", dc), ve(ei, "overrides", as), ve(ei, "registry", cr), ve(ei, "version", QA), ve(ei, "getChart", Qg), ei);
|
|
18507
18504
|
function Yg() {
|
|
18508
18505
|
return it(ku.instances, (e) => e._plugins.invalidate());
|
|
18509
18506
|
}
|
|
@@ -18541,8 +18538,8 @@ function rE(e, t, n, r) {
|
|
|
18541
18538
|
for (l && (h = i[b(0)], e.moveTo(h.x, h.y)), f = 0; f <= a; ++f) {
|
|
18542
18539
|
if (h = i[b(f)], h.skip)
|
|
18543
18540
|
continue;
|
|
18544
|
-
const C = h.x, w = h.y,
|
|
18545
|
-
|
|
18541
|
+
const C = h.x, w = h.y, O = C | 0;
|
|
18542
|
+
O === y ? (w < g ? g = w : w > m && (m = w), u = (d * u + C) / ++d) : (S(), e.lineTo(C, w), y = O, d = 0, g = m = w), v = w;
|
|
18546
18543
|
}
|
|
18547
18544
|
S();
|
|
18548
18545
|
}
|
|
@@ -18569,7 +18566,7 @@ const aE = typeof Path2D == "function";
|
|
|
18569
18566
|
function lE(e, t, n, r) {
|
|
18570
18567
|
aE && !t.options.segment ? sE(e, t, n, r) : oE(e, t, n, r);
|
|
18571
18568
|
}
|
|
18572
|
-
class gi extends
|
|
18569
|
+
class gi extends ms {
|
|
18573
18570
|
constructor(t) {
|
|
18574
18571
|
super(), this.animated = !0, this.options = void 0, this._chart = void 0, this._loop = void 0, this._fullLoop = void 0, this._path = void 0, this._points = void 0, this._segments = void 0, this._decimated = !1, this._pointsUpdated = !1, this._datasetIndex = void 0, t && Object.assign(this, t);
|
|
18575
18572
|
}
|
|
@@ -18662,7 +18659,7 @@ function Xg(e, t, n, r) {
|
|
|
18662
18659
|
], r);
|
|
18663
18660
|
return Math.abs(t - s) < i.radius + i.hitRadius;
|
|
18664
18661
|
}
|
|
18665
|
-
class fc extends
|
|
18662
|
+
class fc extends ms {
|
|
18666
18663
|
constructor(n) {
|
|
18667
18664
|
super();
|
|
18668
18665
|
ve(this, "parsed");
|
|
@@ -18910,7 +18907,7 @@ function wE(e, t, n) {
|
|
|
18910
18907
|
let a = !1, l = !1;
|
|
18911
18908
|
for (let c = 0; c < s.length; c++) {
|
|
18912
18909
|
const u = s[c], d = o[u.start][n], f = o[u.end][n];
|
|
18913
|
-
if (
|
|
18910
|
+
if (Ts(i, d, f)) {
|
|
18914
18911
|
a = i === d, l = i === f;
|
|
18915
18912
|
break;
|
|
18916
18913
|
}
|
|
@@ -19128,7 +19125,7 @@ const rm = (e, t) => {
|
|
|
19128
19125
|
itemHeight: Math.max(t, n)
|
|
19129
19126
|
};
|
|
19130
19127
|
}, PE = (e, t) => e !== null && t !== null && e.datasetIndex === t.datasetIndex && e.index === t.index;
|
|
19131
|
-
class im extends
|
|
19128
|
+
class im extends ms {
|
|
19132
19129
|
constructor(t) {
|
|
19133
19130
|
super(), this._added = !1, this.legendHitBoxes = [], this._hoveredItem = null, this.doughnutMode = !1, this.chart = t.chart, this.options = t.options, this.ctx = t.ctx, this.legendItems = void 0, this.columnSizes = void 0, this.lineWidths = void 0, this.maxHeight = void 0, this.maxWidth = void 0, this.top = void 0, this.bottom = void 0, this.left = void 0, this.right = void 0, this.height = void 0, this.width = void 0, this._margins = void 0, this.position = void 0, this.weight = void 0, this.fullSize = void 0;
|
|
19134
19131
|
}
|
|
@@ -19220,32 +19217,32 @@ class im extends ps {
|
|
|
19220
19217
|
const { options: t, columnSizes: n, lineWidths: r, ctx: i } = this, { align: s, labels: o } = t, a = St.color, l = Ls(t.rtl, this.left, this.width), c = At(o.font), { padding: u } = o, d = c.size, f = d / 2;
|
|
19221
19218
|
let h;
|
|
19222
19219
|
this.drawTitle(), i.textAlign = l.textAlign("left"), i.textBaseline = "middle", i.lineWidth = 0.5, i.font = c.string;
|
|
19223
|
-
const { boxWidth: y, boxHeight: g, itemHeight: m } = rm(o, d), v = function(
|
|
19220
|
+
const { boxWidth: y, boxHeight: g, itemHeight: m } = rm(o, d), v = function(O, x, _) {
|
|
19224
19221
|
if (isNaN(y) || y <= 0 || isNaN(g) || g < 0)
|
|
19225
19222
|
return;
|
|
19226
19223
|
i.save();
|
|
19227
|
-
const
|
|
19228
|
-
if (i.fillStyle = He(_.fillStyle, a), i.lineCap = He(_.lineCap, "butt"), i.lineDashOffset = He(_.lineDashOffset, 0), i.lineJoin = He(_.lineJoin, "miter"), i.lineWidth =
|
|
19224
|
+
const k = He(_.lineWidth, 1);
|
|
19225
|
+
if (i.fillStyle = He(_.fillStyle, a), i.lineCap = He(_.lineCap, "butt"), i.lineDashOffset = He(_.lineDashOffset, 0), i.lineJoin = He(_.lineJoin, "miter"), i.lineWidth = k, i.strokeStyle = He(_.strokeStyle, a), i.setLineDash(He(_.lineDash, [])), o.usePointStyle) {
|
|
19229
19226
|
const A = {
|
|
19230
19227
|
radius: g * Math.SQRT2 / 2,
|
|
19231
19228
|
pointStyle: _.pointStyle,
|
|
19232
19229
|
rotation: _.rotation,
|
|
19233
|
-
borderWidth:
|
|
19234
|
-
}, E = l.xPlus(
|
|
19230
|
+
borderWidth: k
|
|
19231
|
+
}, E = l.xPlus(O, y / 2), T = x + f;
|
|
19235
19232
|
Ob(i, A, E, T, o.pointStyleWidth && y);
|
|
19236
19233
|
} else {
|
|
19237
|
-
const A = x + Math.max((d - g) / 2, 0), E = l.leftForLtr(
|
|
19234
|
+
const A = x + Math.max((d - g) / 2, 0), E = l.leftForLtr(O, y), T = Is(_.borderRadius);
|
|
19238
19235
|
i.beginPath(), Object.values(T).some((B) => B !== 0) ? Lc(i, {
|
|
19239
19236
|
x: E,
|
|
19240
19237
|
y: A,
|
|
19241
19238
|
w: y,
|
|
19242
19239
|
h: g,
|
|
19243
19240
|
radius: T
|
|
19244
|
-
}) : i.rect(E, A, y, g), i.fill(),
|
|
19241
|
+
}) : i.rect(E, A, y, g), i.fill(), k !== 0 && i.stroke();
|
|
19245
19242
|
}
|
|
19246
19243
|
i.restore();
|
|
19247
|
-
}, b = function(
|
|
19248
|
-
|
|
19244
|
+
}, b = function(O, x, _) {
|
|
19245
|
+
ls(i, _.text, O, x + m / 2, c, {
|
|
19249
19246
|
strikethrough: _.hidden,
|
|
19250
19247
|
textAlign: l.textAlign(_.textAlign)
|
|
19251
19248
|
});
|
|
@@ -19260,17 +19257,17 @@ class im extends ps {
|
|
|
19260
19257
|
line: 0
|
|
19261
19258
|
}, Db(this.ctx, t.textDirection);
|
|
19262
19259
|
const w = m + u;
|
|
19263
|
-
this.legendItems.forEach((
|
|
19264
|
-
i.strokeStyle =
|
|
19265
|
-
const _ = i.measureText(
|
|
19260
|
+
this.legendItems.forEach((O, x) => {
|
|
19261
|
+
i.strokeStyle = O.fontColor, i.fillStyle = O.fontColor;
|
|
19262
|
+
const _ = i.measureText(O.text).width, k = l.textAlign(O.textAlign || (O.textAlign = o.textAlign)), A = y + f + _;
|
|
19266
19263
|
let E = h.x, T = h.y;
|
|
19267
19264
|
l.setWidth(this.width), S ? x > 0 && E + A + u > this.right && (T = h.y += w, h.line++, E = h.x = Ft(s, this.left + u, this.right - r[h.line])) : x > 0 && T + w > this.bottom && (E = h.x = E + n[h.line].width + u, h.line++, T = h.y = Ft(s, this.top + C + u, this.bottom - n[h.line].height));
|
|
19268
19265
|
const B = l.x(E);
|
|
19269
|
-
if (v(B, T,
|
|
19266
|
+
if (v(B, T, O), E = kk(k, E + y + f, S ? E + A : this.right, t.rtl), b(l.x(E), T, O), S)
|
|
19270
19267
|
h.x += A + u;
|
|
19271
|
-
else if (typeof
|
|
19268
|
+
else if (typeof O.text != "string") {
|
|
19272
19269
|
const N = c.lineHeight;
|
|
19273
|
-
h.y += e1(
|
|
19270
|
+
h.y += e1(O, N) + u;
|
|
19274
19271
|
} else
|
|
19275
19272
|
h.y += w;
|
|
19276
19273
|
}), Ib(this.ctx, t.textDirection);
|
|
@@ -19288,7 +19285,7 @@ class im extends ps {
|
|
|
19288
19285
|
u = c + Ft(t.align, this.top, this.bottom - y - t.labels.padding - this._computeTitleHeight());
|
|
19289
19286
|
}
|
|
19290
19287
|
const h = Ft(a, d, d + f);
|
|
19291
|
-
o.textAlign = s.textAlign(Eh(a)), o.textBaseline = "middle", o.strokeStyle = n.color, o.fillStyle = n.color, o.font = r.string,
|
|
19288
|
+
o.textAlign = s.textAlign(Eh(a)), o.textBaseline = "middle", o.strokeStyle = n.color, o.fillStyle = n.color, o.font = r.string, ls(o, n.text, h, u, r);
|
|
19292
19289
|
}
|
|
19293
19290
|
_computeTitleHeight() {
|
|
19294
19291
|
const t = this.options.title, n = At(t.font), r = Gt(t.padding);
|
|
@@ -19296,9 +19293,9 @@ class im extends ps {
|
|
|
19296
19293
|
}
|
|
19297
19294
|
_getLegendItemAt(t, n) {
|
|
19298
19295
|
let r, i, s;
|
|
19299
|
-
if (
|
|
19296
|
+
if (Ts(t, this.left, this.right) && Ts(n, this.top, this.bottom)) {
|
|
19300
19297
|
for (s = this.legendHitBoxes, r = 0; r < s.length; ++r)
|
|
19301
|
-
if (i = s[r],
|
|
19298
|
+
if (i = s[r], Ts(t, i.left, i.left + i.width) && Ts(n, i.top, i.top + i.height))
|
|
19302
19299
|
return this.legendItems[r];
|
|
19303
19300
|
}
|
|
19304
19301
|
return null;
|
|
@@ -19432,7 +19429,7 @@ var IE = {
|
|
|
19432
19429
|
}
|
|
19433
19430
|
}
|
|
19434
19431
|
};
|
|
19435
|
-
class t1 extends
|
|
19432
|
+
class t1 extends ms {
|
|
19436
19433
|
constructor(t) {
|
|
19437
19434
|
super(), this.chart = t.chart, this.options = t.options, this.ctx = t.ctx, this._padding = void 0, this.top = void 0, this.bottom = void 0, this.left = void 0, this.right = void 0, this.width = void 0, this.height = void 0, this.position = void 0, this.weight = void 0, this.fullSize = void 0;
|
|
19438
19435
|
}
|
|
@@ -19467,7 +19464,7 @@ class t1 extends ps {
|
|
|
19467
19464
|
if (!n.display)
|
|
19468
19465
|
return;
|
|
19469
19466
|
const r = At(n.font), s = r.lineHeight / 2 + this._padding.top, { titleX: o, titleY: a, maxWidth: l, rotation: c } = this._drawArgs(s);
|
|
19470
|
-
|
|
19467
|
+
ls(t, n.text, 0, 0, r, {
|
|
19471
19468
|
color: n.color,
|
|
19472
19469
|
maxWidth: l,
|
|
19473
19470
|
rotation: c,
|
|
@@ -19715,7 +19712,7 @@ function Jt(e, t, n, r) {
|
|
|
19715
19712
|
const i = e[t].call(n, r);
|
|
19716
19713
|
return typeof i == "undefined" ? n1[t].call(n, r) : i;
|
|
19717
19714
|
}
|
|
19718
|
-
class Ef extends
|
|
19715
|
+
class Ef extends ms {
|
|
19719
19716
|
constructor(t) {
|
|
19720
19717
|
super(), this.opacity = 0, this._active = [], this._eventPosition = void 0, this._size = void 0, this._cachedAnimations = void 0, this._tooltipItems = [], this.$animations = void 0, this.$context = void 0, this.chart = t.chart, this.options = t.options, this.dataPoints = void 0, this.title = void 0, this.beforeBody = void 0, this.body = void 0, this.afterBody = void 0, this.footer = void 0, this.xAlign = void 0, this.yAlign = void 0, this.x = void 0, this.y = void 0, this.height = void 0, this.width = void 0, this.caretX = void 0, this.caretY = void 0, this.labelColors = void 0, this.labelPointStyles = void 0, this.labelTextColors = void 0;
|
|
19721
19718
|
}
|
|
@@ -19856,8 +19853,8 @@ class Ef extends ps {
|
|
|
19856
19853
|
const y = Ls(r.rtl, this.x, this.width), g = function(_) {
|
|
19857
19854
|
n.fillText(_, y.x(t.x + h), t.y + f / 2), t.y += f + s;
|
|
19858
19855
|
}, m = y.textAlign(o);
|
|
19859
|
-
let v, b, S, C, w,
|
|
19860
|
-
for (n.textAlign = o, n.textBaseline = "middle", n.font = d.string, t.x = Vl(this, m, r), n.fillStyle = r.bodyColor, it(this.beforeBody, g), h = a && m !== "right" ? o === "center" ? c / 2 + u : c + 2 + u : 0, C = 0,
|
|
19856
|
+
let v, b, S, C, w, O, x;
|
|
19857
|
+
for (n.textAlign = o, n.textBaseline = "middle", n.font = d.string, t.x = Vl(this, m, r), n.fillStyle = r.bodyColor, it(this.beforeBody, g), h = a && m !== "right" ? o === "center" ? c / 2 + u : c + 2 + u : 0, C = 0, O = i.length; C < O; ++C) {
|
|
19861
19858
|
for (v = i[C], b = this.labelTextColors[C], n.fillStyle = b, it(v.before, g), S = v.lines, a && S.length && (this._drawColorBox(n, t, C, y, r), f = Math.max(d.lineHeight, l)), w = 0, x = S.length; w < x; ++w)
|
|
19862
19859
|
g(S[w]), f = d.lineHeight;
|
|
19863
19860
|
it(v.after, g);
|
|
@@ -20142,7 +20139,7 @@ ve(Pf, "id", "category"), ve(Pf, "defaults", {
|
|
|
20142
20139
|
});
|
|
20143
20140
|
function WE(e, t) {
|
|
20144
20141
|
const n = [], { bounds: i, step: s, min: o, max: a, precision: l, count: c, maxTicks: u, maxDigits: d, includeBounds: f } = e, h = s || 1, y = u - 1, { min: g, max: m } = t, v = !ot(o), b = !ot(a), S = !ot(c), C = (m - g) / (d + 1);
|
|
20145
|
-
let w = dg((m - g) / y / h) * h,
|
|
20142
|
+
let w = dg((m - g) / y / h) * h, O, x, _, k;
|
|
20146
20143
|
if (w < 1e-14 && !v && !b)
|
|
20147
20144
|
return [
|
|
20148
20145
|
{
|
|
@@ -20152,14 +20149,14 @@ function WE(e, t) {
|
|
|
20152
20149
|
value: m
|
|
20153
20150
|
}
|
|
20154
20151
|
];
|
|
20155
|
-
|
|
20152
|
+
k = Math.ceil(m / w) - Math.floor(g / w), k > y && (w = dg(k * w / y / h) * h), ot(l) || (O = Math.pow(10, l), w = Math.ceil(w * O) / O), i === "ticks" ? (x = Math.floor(g / w) * w, _ = Math.ceil(m / w) * w) : (x = g, _ = m), v && b && s && gk((a - o) / s, w / 1e3) ? (k = Math.round(Math.min((a - o) / w, u)), w = (a - o) / k, x = o, _ = a) : S ? (x = v ? o : x, _ = b ? a : _, k = c - 1, w = (_ - x) / k) : (k = (_ - x) / w, ga(k, Math.round(k), w / 1e3) ? k = Math.round(k) : k = Math.ceil(k));
|
|
20156
20153
|
const A = Math.max(fg(w), fg(x));
|
|
20157
|
-
|
|
20154
|
+
O = Math.pow(10, ot(l) ? A : l), x = Math.round(x * O) / O, _ = Math.round(_ * O) / O;
|
|
20158
20155
|
let E = 0;
|
|
20159
20156
|
for (v && (f && x !== o ? (n.push({
|
|
20160
20157
|
value: o
|
|
20161
|
-
}), x < o && E++, ga(Math.round((x + E * w) *
|
|
20162
|
-
const T = Math.round((x + E * w) *
|
|
20158
|
+
}), x < o && E++, ga(Math.round((x + E * w) * O) / O, o, dm(o, C, e)) && E++) : x < o && E++); E < k; ++E) {
|
|
20159
|
+
const T = Math.round((x + E * w) * O) / O;
|
|
20163
20160
|
if (b && T > a)
|
|
20164
20161
|
break;
|
|
20165
20162
|
n.push({
|
|
@@ -20385,7 +20382,7 @@ function sP(e, t) {
|
|
|
20385
20382
|
const o = r.setContext(e.getPointLabelContext(i));
|
|
20386
20383
|
iP(n, o, s);
|
|
20387
20384
|
const a = At(o.font), { x: l, y: c, textAlign: u } = s;
|
|
20388
|
-
|
|
20385
|
+
ls(n, e._pointLabels[i], l, c + a.lineHeight / 2, a, {
|
|
20389
20386
|
color: o.color,
|
|
20390
20387
|
textAlign: u,
|
|
20391
20388
|
textBaseline: "middle"
|
|
@@ -20532,7 +20529,7 @@ class oa extends Tf {
|
|
|
20532
20529
|
const d = Gt(c.backdropPadding);
|
|
20533
20530
|
t.fillRect(-o / 2 - d.left, -s - u.size / 2 - d.top, o + d.width, u.size + d.height);
|
|
20534
20531
|
}
|
|
20535
|
-
|
|
20532
|
+
ls(t, a.label, 0, -s, u, {
|
|
20536
20533
|
color: c.color,
|
|
20537
20534
|
strokeColor: c.textStrokeColor,
|
|
20538
20535
|
strokeWidth: c.textStrokeWidth
|
|
@@ -20850,7 +20847,7 @@ ve(Fc, "id", "time"), ve(Fc, "defaults", {
|
|
|
20850
20847
|
});
|
|
20851
20848
|
function Wl(e, t, n) {
|
|
20852
20849
|
let r = 0, i = e.length - 1, s, o, a, l;
|
|
20853
|
-
n ? (t >= e[r].pos && t <= e[i].pos && ({ lo: r, hi: i } =
|
|
20850
|
+
n ? (t >= e[r].pos && t <= e[i].pos && ({ lo: r, hi: i } = zi(e, "pos", t)), { pos: s, time: a } = e[r], { pos: o, time: l } = e[i]) : (t >= e[r].time && t <= e[i].time && ({ lo: r, hi: i } = zi(e, "time", t)), { time: s, pos: a } = e[r], { time: o, pos: l } = e[i]);
|
|
20854
20851
|
const c = o - s;
|
|
20855
20852
|
return c ? a + (l - a) * (t - s) / c : a;
|
|
20856
20853
|
}
|
|
@@ -21282,13 +21279,13 @@ function DP(e, t) {
|
|
|
21282
21279
|
return (t === "string" ? String : Number)(e);
|
|
21283
21280
|
}
|
|
21284
21281
|
function IP() {
|
|
21285
|
-
var e, t, n, r, i, s, o, a, l, c, u, d, f, h, y, g, m, v, b, S, C, w,
|
|
21282
|
+
var e, t, n, r, i, s, o, a, l, c, u, d, f, h, y, g, m, v, b, S, C, w, O, x, _ = nr(), k = _.brandId, A = _.analysisId, E = fu(k, A, {
|
|
21286
21283
|
query: {
|
|
21287
21284
|
select: function(Ye) {
|
|
21288
21285
|
var J = Ye.data;
|
|
21289
21286
|
return J;
|
|
21290
21287
|
},
|
|
21291
|
-
enabled: !!
|
|
21288
|
+
enabled: !!k && !!A
|
|
21292
21289
|
}
|
|
21293
21290
|
}), T = E.data, B = E.isLoading, N = T == null || (e = T.analysis) === null || e === void 0 ? void 0 : e.scans, P = Array.isArray(N) && N.length > 0 ? N.reduce(function(Ge, Ye) {
|
|
21294
21291
|
if (!Ge)
|
|
@@ -21302,7 +21299,7 @@ function IP() {
|
|
|
21302
21299
|
return ((Ye = Ge.brand) === null || Ye === void 0 ? void 0 : Ye.isSelf) === !0;
|
|
21303
21300
|
}), K = (d = q == null || (f = q.rank) === null || f === void 0 ? void 0 : f.value) !== null && d !== void 0 ? d : "—", F = q == null || (h = q.rank) === null || h === void 0 || (h = h.previous) === null || h === void 0 ? void 0 : h.difference;
|
|
21304
21301
|
F && (F = F * -1);
|
|
21305
|
-
var te = (y = $ == null || (g = $.visibility) === null || g === void 0 ? void 0 : g.value) !== null && y !== void 0 ? y : 0, Z = $ == null || (m = $.visibility) === null || m === void 0 || (m = m.previous) === null || m === void 0 ? void 0 : m.value, fe = (v = $ == null || (b = $.ranking) === null || b === void 0 ? void 0 : b.value) !== null && v !== void 0 ? v : 0, Y = (S = $ == null || (C = $.sentiment) === null || C === void 0 ? void 0 : C.value) !== null && S !== void 0 ? S : 0, he = (w = $ == null || (
|
|
21302
|
+
var te = (y = $ == null || (g = $.visibility) === null || g === void 0 ? void 0 : g.value) !== null && y !== void 0 ? y : 0, Z = $ == null || (m = $.visibility) === null || m === void 0 || (m = m.previous) === null || m === void 0 ? void 0 : m.value, fe = (v = $ == null || (b = $.ranking) === null || b === void 0 ? void 0 : b.value) !== null && v !== void 0 ? v : 0, Y = (S = $ == null || (C = $.sentiment) === null || C === void 0 ? void 0 : C.value) !== null && S !== void 0 ? S : 0, he = (w = $ == null || (O = $.mentions) === null || O === void 0 ? void 0 : O.value) !== null && w !== void 0 ? w : 0, ye = {
|
|
21306
21303
|
labels: ["Mentions", "Ranking", "Citations", "Sentiment"],
|
|
21307
21304
|
datasets: [{
|
|
21308
21305
|
data: [he, fe, Q, Y],
|
|
@@ -21482,11 +21479,11 @@ function qP(e) {
|
|
|
21482
21479
|
if (Array.isArray(e)) return e;
|
|
21483
21480
|
}
|
|
21484
21481
|
var xd = function() {
|
|
21485
|
-
var t = nr(), n = t.brandId, r = t.analysisId, i =
|
|
21482
|
+
var t = nr(), n = t.brandId, r = t.analysisId, i = gs({
|
|
21486
21483
|
query: {
|
|
21487
21484
|
select: function(_) {
|
|
21488
|
-
var
|
|
21489
|
-
return
|
|
21485
|
+
var k = _.data;
|
|
21486
|
+
return k == null ? void 0 : k.brands;
|
|
21490
21487
|
}
|
|
21491
21488
|
}
|
|
21492
21489
|
}), s = i.data, o = i.isLoading, a = fu(n, r, {
|
|
@@ -21494,8 +21491,8 @@ var xd = function() {
|
|
|
21494
21491
|
// Only enable when we have a brand and a concrete analysis id (not 'latest')
|
|
21495
21492
|
enabled: !!n && F_(r),
|
|
21496
21493
|
select: function(_) {
|
|
21497
|
-
var
|
|
21498
|
-
return
|
|
21494
|
+
var k = _.data;
|
|
21495
|
+
return k == null ? void 0 : k.analysis;
|
|
21499
21496
|
}
|
|
21500
21497
|
}
|
|
21501
21498
|
}), l = a.data, c = a.isLoading, u = l == null ? void 0 : l.status, d = o || c, f = s && (s == null ? void 0 : s.length) > 0, h = !d && l && u === ni.completed, y = Ee(!1), g = NP(y, 2), m = g[0], v = g[1], b = br(null), S = br(void 0), C = localStorage.getItem("yst_congratulations_toast_seen") === "true";
|
|
@@ -21510,14 +21507,14 @@ var xd = function() {
|
|
|
21510
21507
|
var _ = x.children;
|
|
21511
21508
|
if (typeof window == "undefined")
|
|
21512
21509
|
return null;
|
|
21513
|
-
var
|
|
21514
|
-
return
|
|
21510
|
+
var k = document.getElementById("tsx-toasts");
|
|
21511
|
+
return k ? av.createPortal(_, k) : null;
|
|
21515
21512
|
}
|
|
21516
|
-
var
|
|
21517
|
-
var
|
|
21513
|
+
var O = function(_) {
|
|
21514
|
+
var k = _.isVisible, A = _.setIsVisible, E = function() {
|
|
21518
21515
|
A(!1);
|
|
21519
21516
|
};
|
|
21520
|
-
return /* @__PURE__ */ M(Td, { id: "toast", isVisible:
|
|
21517
|
+
return /* @__PURE__ */ M(Td, { id: "toast", isVisible: k, setIsVisible: function(T) {
|
|
21521
21518
|
T || A(!1);
|
|
21522
21519
|
}, children: [
|
|
21523
21520
|
/* @__PURE__ */ M("div", { className: "yst-mb-3 yst-flex yst-items-start yst-gap-3", children: [
|
|
@@ -21557,7 +21554,7 @@ var xd = function() {
|
|
|
21557
21554
|
/* @__PURE__ */ p(x8, {}),
|
|
21558
21555
|
/* @__PURE__ */ p(H8, {})
|
|
21559
21556
|
] }),
|
|
21560
|
-
/* @__PURE__ */ p(w, { children: /* @__PURE__ */ p(
|
|
21557
|
+
/* @__PURE__ */ p(w, { children: /* @__PURE__ */ p(O, { isVisible: m, setIsVisible: v }) })
|
|
21561
21558
|
] })
|
|
21562
21559
|
] }) : /* @__PURE__ */ p(s8, {});
|
|
21563
21560
|
};
|
|
@@ -21772,7 +21769,7 @@ var zN = function(t) {
|
|
|
21772
21769
|
} : b, C = function(E, T) {
|
|
21773
21770
|
var B = E.endsWith("/") ? E.slice(0, -1) : E, N = T.startsWith("/") ? T : "/".concat(T);
|
|
21774
21771
|
return B + N || "/";
|
|
21775
|
-
}, w = Ee(!!(a || l)),
|
|
21772
|
+
}, w = Ee(!!(a || l)), O = eT(w, 2), x = O[0], _ = O[1], k = {
|
|
21776
21773
|
onAddSubscription: S,
|
|
21777
21774
|
onLogout: v,
|
|
21778
21775
|
onNavigate: g,
|
|
@@ -21788,7 +21785,7 @@ var zN = function(t) {
|
|
|
21788
21785
|
/* @__PURE__ */ p(JP, { subpath: h, onNavigate: g }),
|
|
21789
21786
|
/* @__PURE__ */ p(s3, { context: {
|
|
21790
21787
|
isRtl: r
|
|
21791
|
-
}, children: /* @__PURE__ */ p(ZP, { DebugInfo: c, hostAppProps:
|
|
21788
|
+
}, children: /* @__PURE__ */ p(ZP, { DebugInfo: c, hostAppProps: k }) })
|
|
21792
21789
|
] }) });
|
|
21793
21790
|
}, sT = (e) => e != null, oT = (e) => e.filter(sT);
|
|
21794
21791
|
function aT(e) {
|
|
@@ -21988,7 +21985,7 @@ var c1 = dT, fT = (e) => (typeof e.clear == "function" || (e.clear = () => {
|
|
|
21988
21985
|
(t) => (e += t ? 1 : 0, "")
|
|
21989
21986
|
), e;
|
|
21990
21987
|
}
|
|
21991
|
-
}), hT = 1024,
|
|
21988
|
+
}), hT = 1024, cs = 796, Nh = 700, yT = "bottom-right", Lf = "bottom", u1 = "system", gT = !1, d1 = 500, mT = 500, f1 = 500, pT = Object.keys(nf)[0], Am = 1, vT = Object.keys(rf)[0], Fh = $t({
|
|
21992
21989
|
client: void 0,
|
|
21993
21990
|
onlineManager: void 0,
|
|
21994
21991
|
queryFlavor: "",
|
|
@@ -22889,7 +22886,7 @@ function Nf(e, t) {
|
|
|
22889
22886
|
function UT(e) {
|
|
22890
22887
|
return typeof e == "number";
|
|
22891
22888
|
}
|
|
22892
|
-
function
|
|
22889
|
+
function ks(e) {
|
|
22893
22890
|
return Object.prototype.toString.call(e) === "[object String]";
|
|
22894
22891
|
}
|
|
22895
22892
|
function GT(e) {
|
|
@@ -23184,7 +23181,7 @@ function Tu(e, t) {
|
|
|
23184
23181
|
}), n;
|
|
23185
23182
|
}
|
|
23186
23183
|
function zm(e) {
|
|
23187
|
-
return
|
|
23184
|
+
return ks(e) ? e : void 0;
|
|
23188
23185
|
}
|
|
23189
23186
|
function pt(e) {
|
|
23190
23187
|
const [t, n] = nt(e, ["as"]);
|
|
@@ -23490,27 +23487,27 @@ function D1(e) {
|
|
|
23490
23487
|
var y;
|
|
23491
23488
|
if (d == null)
|
|
23492
23489
|
return "";
|
|
23493
|
-
const f = (y = e.getKey) != null ? y : "key", h =
|
|
23490
|
+
const f = (y = e.getKey) != null ? y : "key", h = ks(f) ? d[f] : f(d);
|
|
23494
23491
|
return h != null ? String(h) : "";
|
|
23495
23492
|
}, s = (d) => {
|
|
23496
23493
|
var y;
|
|
23497
23494
|
if (d == null)
|
|
23498
23495
|
return "";
|
|
23499
|
-
const f = (y = e.getTextValue) != null ? y : "textValue", h =
|
|
23496
|
+
const f = (y = e.getTextValue) != null ? y : "textValue", h = ks(f) ? d[f] : f(d);
|
|
23500
23497
|
return h != null ? String(h) : "";
|
|
23501
23498
|
}, o = (d) => {
|
|
23502
23499
|
var h, y;
|
|
23503
23500
|
if (d == null)
|
|
23504
23501
|
return !1;
|
|
23505
23502
|
const f = (h = e.getDisabled) != null ? h : "disabled";
|
|
23506
|
-
return (y =
|
|
23503
|
+
return (y = ks(f) ? d[f] : f(d)) != null ? y : !1;
|
|
23507
23504
|
}, a = (d) => {
|
|
23508
23505
|
var f;
|
|
23509
23506
|
if (d != null)
|
|
23510
|
-
return
|
|
23507
|
+
return ks(e.getSectionChildren) ? d[e.getSectionChildren] : (f = e.getSectionChildren) == null ? void 0 : f.call(e, d);
|
|
23511
23508
|
};
|
|
23512
23509
|
for (const d of e.dataSource) {
|
|
23513
|
-
if (
|
|
23510
|
+
if (ks(d) || UT(d)) {
|
|
23514
23511
|
r.push({
|
|
23515
23512
|
type: "item",
|
|
23516
23513
|
rawValue: d,
|
|
@@ -23680,7 +23677,7 @@ function RM(e) {
|
|
|
23680
23677
|
function R1(e) {
|
|
23681
23678
|
return YT() ? e.altKey : e.ctrlKey;
|
|
23682
23679
|
}
|
|
23683
|
-
function
|
|
23680
|
+
function Os(e) {
|
|
23684
23681
|
return Pu() ? e.metaKey : e.ctrlKey;
|
|
23685
23682
|
}
|
|
23686
23683
|
function Um(e) {
|
|
@@ -23790,20 +23787,20 @@ function zM(e, t, n) {
|
|
|
23790
23787
|
var m;
|
|
23791
23788
|
return (m = X(i.orientation)) != null ? m : "vertical";
|
|
23792
23789
|
}, u = (m) => {
|
|
23793
|
-
var _,
|
|
23790
|
+
var _, k, A, E, T, B, N, P;
|
|
23794
23791
|
ht(m, l.onKeyDown), m.altKey && m.key === "Tab" && m.preventDefault();
|
|
23795
23792
|
const v = t();
|
|
23796
23793
|
if (!(v != null && v.contains(m.target)))
|
|
23797
23794
|
return;
|
|
23798
23795
|
const b = X(i.selectionManager), S = X(i.selectOnFocus), C = ($) => {
|
|
23799
23796
|
$ != null && (b.setFocusedKey($), m.shiftKey && b.selectionMode() === "multiple" ? b.extendSelection($) : S && !R1(m) && b.replaceSelection($));
|
|
23800
|
-
}, w = X(i.keyboardDelegate),
|
|
23797
|
+
}, w = X(i.keyboardDelegate), O = X(i.shouldFocusWrap), x = b.focusedKey();
|
|
23801
23798
|
switch (m.key) {
|
|
23802
23799
|
case (c() === "vertical" ? "ArrowDown" : "ArrowRight"): {
|
|
23803
23800
|
if (w.getKeyBelow) {
|
|
23804
23801
|
m.preventDefault();
|
|
23805
23802
|
let $;
|
|
23806
|
-
x != null ? $ = w.getKeyBelow(x) : $ = (_ = w.getFirstKey) == null ? void 0 : _.call(w), $ == null &&
|
|
23803
|
+
x != null ? $ = w.getKeyBelow(x) : $ = (_ = w.getFirstKey) == null ? void 0 : _.call(w), $ == null && O && ($ = (k = w.getFirstKey) == null ? void 0 : k.call(w, x)), C($);
|
|
23807
23804
|
}
|
|
23808
23805
|
break;
|
|
23809
23806
|
}
|
|
@@ -23811,7 +23808,7 @@ function zM(e, t, n) {
|
|
|
23811
23808
|
if (w.getKeyAbove) {
|
|
23812
23809
|
m.preventDefault();
|
|
23813
23810
|
let $;
|
|
23814
|
-
x != null ? $ = w.getKeyAbove(x) : $ = (A = w.getLastKey) == null ? void 0 : A.call(w), $ == null &&
|
|
23811
|
+
x != null ? $ = w.getKeyAbove(x) : $ = (A = w.getLastKey) == null ? void 0 : A.call(w), $ == null && O && ($ = (E = w.getLastKey) == null ? void 0 : E.call(w, x)), C($);
|
|
23815
23812
|
}
|
|
23816
23813
|
break;
|
|
23817
23814
|
}
|
|
@@ -23838,16 +23835,16 @@ function zM(e, t, n) {
|
|
|
23838
23835
|
m.preventDefault();
|
|
23839
23836
|
const $ = w.getFirstKey(
|
|
23840
23837
|
x,
|
|
23841
|
-
|
|
23838
|
+
Os(m)
|
|
23842
23839
|
);
|
|
23843
|
-
$ != null && (b.setFocusedKey($),
|
|
23840
|
+
$ != null && (b.setFocusedKey($), Os(m) && m.shiftKey && b.selectionMode() === "multiple" ? b.extendSelection($) : S && b.replaceSelection($));
|
|
23844
23841
|
}
|
|
23845
23842
|
break;
|
|
23846
23843
|
case "End":
|
|
23847
23844
|
if (w.getLastKey) {
|
|
23848
23845
|
m.preventDefault();
|
|
23849
|
-
const $ = w.getLastKey(x,
|
|
23850
|
-
$ != null && (b.setFocusedKey($),
|
|
23846
|
+
const $ = w.getLastKey(x, Os(m));
|
|
23847
|
+
$ != null && (b.setFocusedKey($), Os(m) && m.shiftKey && b.selectionMode() === "multiple" ? b.extendSelection($) : S && b.replaceSelection($));
|
|
23851
23848
|
}
|
|
23852
23849
|
break;
|
|
23853
23850
|
case "PageDown":
|
|
@@ -23865,7 +23862,7 @@ function zM(e, t, n) {
|
|
|
23865
23862
|
}
|
|
23866
23863
|
break;
|
|
23867
23864
|
case "a":
|
|
23868
|
-
|
|
23865
|
+
Os(m) && b.selectionMode() === "multiple" && X(i.disallowSelectAll) !== !0 && (m.preventDefault(), b.selectAll());
|
|
23869
23866
|
break;
|
|
23870
23867
|
case "Escape":
|
|
23871
23868
|
m.defaultPrevented || (m.preventDefault(), X(i.disallowEmptySelection) || b.clearSelection());
|
|
@@ -23886,7 +23883,7 @@ function zM(e, t, n) {
|
|
|
23886
23883
|
}
|
|
23887
23884
|
}
|
|
23888
23885
|
}, d = (m) => {
|
|
23889
|
-
var C, w,
|
|
23886
|
+
var C, w, O, x;
|
|
23890
23887
|
const v = X(i.selectionManager), b = X(i.keyboardDelegate), S = X(i.selectOnFocus);
|
|
23891
23888
|
if (v.isFocused()) {
|
|
23892
23889
|
m.currentTarget.contains(m.target) || v.setFocused(!1);
|
|
@@ -23896,20 +23893,20 @@ function zM(e, t, n) {
|
|
|
23896
23893
|
if (v.setFocused(!0), v.focusedKey() == null) {
|
|
23897
23894
|
const _ = (A) => {
|
|
23898
23895
|
A != null && (v.setFocusedKey(A), S && v.replaceSelection(A));
|
|
23899
|
-
},
|
|
23900
|
-
|
|
23896
|
+
}, k = m.relatedTarget;
|
|
23897
|
+
k && m.currentTarget.compareDocumentPosition(k) & Node.DOCUMENT_POSITION_FOLLOWING ? _(
|
|
23901
23898
|
(w = v.lastSelectedKey()) != null ? w : (C = b.getLastKey) == null ? void 0 : C.call(b)
|
|
23902
23899
|
) : _(
|
|
23903
|
-
(x = v.firstSelectedKey()) != null ? x : (
|
|
23900
|
+
(x = v.firstSelectedKey()) != null ? x : (O = b.getFirstKey) == null ? void 0 : O.call(b)
|
|
23904
23901
|
);
|
|
23905
23902
|
} else if (!X(i.isVirtualized)) {
|
|
23906
23903
|
const _ = s();
|
|
23907
23904
|
if (_) {
|
|
23908
23905
|
_.scrollTop = a.top, _.scrollLeft = a.left;
|
|
23909
|
-
const
|
|
23906
|
+
const k = _.querySelector(
|
|
23910
23907
|
`[data-key="${v.focusedKey()}"]`
|
|
23911
23908
|
);
|
|
23912
|
-
|
|
23909
|
+
k && (qt(k), Ff(_, k));
|
|
23913
23910
|
}
|
|
23914
23911
|
}
|
|
23915
23912
|
}
|
|
@@ -23919,13 +23916,13 @@ function zM(e, t, n) {
|
|
|
23919
23916
|
}, h = (m) => {
|
|
23920
23917
|
s() === m.target && m.preventDefault();
|
|
23921
23918
|
}, y = () => {
|
|
23922
|
-
var
|
|
23919
|
+
var O, x;
|
|
23923
23920
|
const m = X(i.autoFocus);
|
|
23924
23921
|
if (!m)
|
|
23925
23922
|
return;
|
|
23926
23923
|
const v = X(i.selectionManager), b = X(i.keyboardDelegate);
|
|
23927
23924
|
let S;
|
|
23928
|
-
m === "first" && (S = (
|
|
23925
|
+
m === "first" && (S = (O = b.getFirstKey) == null ? void 0 : O.call(b)), m === "last" && (S = (x = b.getLastKey) == null ? void 0 : x.call(b));
|
|
23929
23926
|
const C = v.selectedKeys();
|
|
23930
23927
|
C.size && (S = C.values().next().value), v.setFocused(!0), v.setFocusedKey(S);
|
|
23931
23928
|
const w = t();
|
|
@@ -23966,7 +23963,7 @@ function zM(e, t, n) {
|
|
|
23966
23963
|
}
|
|
23967
23964
|
function N1(e, t) {
|
|
23968
23965
|
const n = () => X(e.selectionManager), r = () => X(e.key), i = () => X(e.shouldUseVirtualFocus), s = (b) => {
|
|
23969
|
-
n().selectionMode() !== "none" && (n().selectionMode() === "single" ? n().isSelected(r()) && !n().disallowEmptySelection() ? n().toggleSelection(r()) : n().replaceSelection(r()) : b != null && b.shiftKey ? n().extendSelection(r()) : n().selectionBehavior() === "toggle" ||
|
|
23966
|
+
n().selectionMode() !== "none" && (n().selectionMode() === "single" ? n().isSelected(r()) && !n().disallowEmptySelection() ? n().toggleSelection(r()) : n().replaceSelection(r()) : b != null && b.shiftKey ? n().extendSelection(r()) : n().selectionBehavior() === "toggle" || Os(b) || "pointerType" in b && b.pointerType === "touch" ? n().toggleSelection(r()) : n().replaceSelection(r()));
|
|
23970
23967
|
}, o = () => n().isSelected(r()), a = () => X(e.disabled) || n().isDisabled(r()), l = () => !a() && n().canSelectItem(r());
|
|
23971
23968
|
let c = null;
|
|
23972
23969
|
const u = (b) => {
|
|
@@ -23995,8 +23992,8 @@ function N1(e, t) {
|
|
|
23995
23992
|
() => n().focusedKey(),
|
|
23996
23993
|
() => n().isFocused()
|
|
23997
23994
|
],
|
|
23998
|
-
([b, S, C, w,
|
|
23999
|
-
b && S === w &&
|
|
23995
|
+
([b, S, C, w, O]) => {
|
|
23996
|
+
b && S === w && O && !C && document.activeElement !== b && (e.focus ? e.focus() : qt(b));
|
|
24000
23997
|
}
|
|
24001
23998
|
)
|
|
24002
23999
|
), {
|
|
@@ -24457,7 +24454,7 @@ var i$ = Kh, s$ = ["top", "right", "bottom", "left"], pr = Math.min, kn = Math.m
|
|
|
24457
24454
|
function qf(e, t, n) {
|
|
24458
24455
|
return kn(e, pr(t, n));
|
|
24459
24456
|
}
|
|
24460
|
-
function
|
|
24457
|
+
function ps(e, t) {
|
|
24461
24458
|
return typeof e == "function" ? e(t) : e;
|
|
24462
24459
|
}
|
|
24463
24460
|
function ki(e) {
|
|
@@ -24472,11 +24469,11 @@ function z1(e) {
|
|
|
24472
24469
|
function Vh(e) {
|
|
24473
24470
|
return e === "y" ? "height" : "width";
|
|
24474
24471
|
}
|
|
24475
|
-
function
|
|
24472
|
+
function us(e) {
|
|
24476
24473
|
return ["top", "bottom"].includes(ki(e)) ? "y" : "x";
|
|
24477
24474
|
}
|
|
24478
24475
|
function Wh(e) {
|
|
24479
|
-
return z1(
|
|
24476
|
+
return z1(us(e));
|
|
24480
24477
|
}
|
|
24481
24478
|
function l$(e, t, n) {
|
|
24482
24479
|
n === void 0 && (n = !1);
|
|
@@ -24552,7 +24549,7 @@ function Km(e, t, n) {
|
|
|
24552
24549
|
reference: r,
|
|
24553
24550
|
floating: i
|
|
24554
24551
|
} = e;
|
|
24555
|
-
const s =
|
|
24552
|
+
const s = us(t), o = Wh(t), a = Vh(o), l = ki(t), c = s === "y", u = r.x + r.width / 2 - i.width / 2, d = r.y + r.height / 2 - i.height / 2, f = r[a] / 2 - i[a] / 2;
|
|
24556
24553
|
let h;
|
|
24557
24554
|
switch (l) {
|
|
24558
24555
|
case "top":
|
|
@@ -24672,7 +24669,7 @@ async function za(e, t) {
|
|
|
24672
24669
|
elementContext: d = "floating",
|
|
24673
24670
|
altBoundary: f = !1,
|
|
24674
24671
|
padding: h = 0
|
|
24675
|
-
} =
|
|
24672
|
+
} = ps(t, e), y = H1(h), m = a[f ? d === "floating" ? "reference" : "floating" : d], v = Hc(await s.getClippingRect({
|
|
24676
24673
|
element: (n = await (s.isElement == null ? void 0 : s.isElement(m))) == null || n ? m : m.contextElement || await (s.getDocumentElement == null ? void 0 : s.getDocumentElement(a.floating)),
|
|
24677
24674
|
boundary: c,
|
|
24678
24675
|
rootBoundary: u,
|
|
@@ -24716,16 +24713,16 @@ var y$ = (e) => ({
|
|
|
24716
24713
|
} = t, {
|
|
24717
24714
|
element: c,
|
|
24718
24715
|
padding: u = 0
|
|
24719
|
-
} =
|
|
24716
|
+
} = ps(e, t) || {};
|
|
24720
24717
|
if (c == null)
|
|
24721
24718
|
return {};
|
|
24722
24719
|
const d = H1(u), f = {
|
|
24723
24720
|
x: n,
|
|
24724
24721
|
y: r
|
|
24725
|
-
}, h = Wh(i), y = Vh(h), g = await o.getDimensions(c), m = h === "y", v = m ? "top" : "left", b = m ? "bottom" : "right", S = m ? "clientHeight" : "clientWidth", C = s.reference[y] + s.reference[h] - f[h] - s.floating[y], w = f[h] - s.reference[h],
|
|
24726
|
-
let x =
|
|
24727
|
-
(!x || !await (o.isElement == null ? void 0 : o.isElement(
|
|
24728
|
-
const _ = C / 2 - w / 2,
|
|
24722
|
+
}, h = Wh(i), y = Vh(h), g = await o.getDimensions(c), m = h === "y", v = m ? "top" : "left", b = m ? "bottom" : "right", S = m ? "clientHeight" : "clientWidth", C = s.reference[y] + s.reference[h] - f[h] - s.floating[y], w = f[h] - s.reference[h], O = await (o.getOffsetParent == null ? void 0 : o.getOffsetParent(c));
|
|
24723
|
+
let x = O ? O[S] : 0;
|
|
24724
|
+
(!x || !await (o.isElement == null ? void 0 : o.isElement(O))) && (x = a.floating[S] || s.floating[y]);
|
|
24725
|
+
const _ = C / 2 - w / 2, k = x / 2 - g[y] / 2 - 1, A = pr(d[v], k), E = pr(d[b], k), T = A, B = x - g[y] - E, N = x / 2 - g[y] / 2 + _, P = qf(T, N, B), $ = !l.arrow && To(i) != null && N !== P && s.reference[y] / 2 - (N < T ? A : E) - g[y] / 2 < 0, R = $ ? N < T ? N - T : N - B : 0;
|
|
24729
24726
|
return {
|
|
24730
24727
|
[h]: f[h] + R,
|
|
24731
24728
|
data: {
|
|
@@ -24759,21 +24756,21 @@ var y$ = (e) => ({
|
|
|
24759
24756
|
fallbackAxisSideDirection: y = "none",
|
|
24760
24757
|
flipAlignment: g = !0,
|
|
24761
24758
|
...m
|
|
24762
|
-
} =
|
|
24759
|
+
} = ps(e, t);
|
|
24763
24760
|
if ((n = s.arrow) != null && n.alignmentOffset)
|
|
24764
24761
|
return {};
|
|
24765
|
-
const v = ki(i), b =
|
|
24766
|
-
!f &&
|
|
24767
|
-
const x = [a, ...w], _ = await za(t, m),
|
|
24762
|
+
const v = ki(i), b = us(a), S = ki(a) === a, C = await (l.isRTL == null ? void 0 : l.isRTL(c.floating)), w = f || (S || !g ? [zc(a)] : c$(a)), O = y !== "none";
|
|
24763
|
+
!f && O && w.push(...d$(a, g, y, C));
|
|
24764
|
+
const x = [a, ...w], _ = await za(t, m), k = [];
|
|
24768
24765
|
let A = ((r = s.flip) == null ? void 0 : r.overflows) || [];
|
|
24769
|
-
if (u &&
|
|
24766
|
+
if (u && k.push(_[v]), d) {
|
|
24770
24767
|
const N = l$(i, o, C);
|
|
24771
|
-
|
|
24768
|
+
k.push(_[N[0]], _[N[1]]);
|
|
24772
24769
|
}
|
|
24773
24770
|
if (A = [...A, {
|
|
24774
24771
|
placement: i,
|
|
24775
|
-
overflows:
|
|
24776
|
-
}], !
|
|
24772
|
+
overflows: k
|
|
24773
|
+
}], !k.every((N) => N <= 0)) {
|
|
24777
24774
|
var E, T;
|
|
24778
24775
|
const N = (((E = s.flip) == null ? void 0 : E.index) || 0) + 1, P = x[N];
|
|
24779
24776
|
if (P)
|
|
@@ -24792,8 +24789,8 @@ var y$ = (e) => ({
|
|
|
24792
24789
|
case "bestFit": {
|
|
24793
24790
|
var B;
|
|
24794
24791
|
const R = (B = A.filter((U) => {
|
|
24795
|
-
if (
|
|
24796
|
-
const Q =
|
|
24792
|
+
if (O) {
|
|
24793
|
+
const Q = us(U.placement);
|
|
24797
24794
|
return Q === b || // Create a bias to the `y` side axis due to horizontal
|
|
24798
24795
|
// reading directions favoring greater width.
|
|
24799
24796
|
Q === "y";
|
|
@@ -24839,7 +24836,7 @@ var m$ = function(e) {
|
|
|
24839
24836
|
} = t, {
|
|
24840
24837
|
strategy: r = "referenceHidden",
|
|
24841
24838
|
...i
|
|
24842
|
-
} =
|
|
24839
|
+
} = ps(e, t);
|
|
24843
24840
|
switch (r) {
|
|
24844
24841
|
case "referenceHidden": {
|
|
24845
24842
|
const s = await za(t, {
|
|
@@ -24876,7 +24873,7 @@ async function p$(e, t) {
|
|
|
24876
24873
|
placement: n,
|
|
24877
24874
|
platform: r,
|
|
24878
24875
|
elements: i
|
|
24879
|
-
} = e, s = await (r.isRTL == null ? void 0 : r.isRTL(i.floating)), o = ki(n), a = To(n), l =
|
|
24876
|
+
} = e, s = await (r.isRTL == null ? void 0 : r.isRTL(i.floating)), o = ki(n), a = To(n), l = us(n) === "y", c = ["left", "top"].includes(o) ? -1 : 1, u = s && l ? -1 : 1, d = ps(t, e);
|
|
24880
24877
|
let {
|
|
24881
24878
|
mainAxis: f,
|
|
24882
24879
|
crossAxis: h,
|
|
@@ -24946,10 +24943,10 @@ var v$ = function(e) {
|
|
|
24946
24943
|
}
|
|
24947
24944
|
},
|
|
24948
24945
|
...l
|
|
24949
|
-
} =
|
|
24946
|
+
} = ps(e, t), c = {
|
|
24950
24947
|
x: n,
|
|
24951
24948
|
y: r
|
|
24952
|
-
}, u = await za(t, l), d =
|
|
24949
|
+
}, u = await za(t, l), d = us(ki(i)), f = z1(d);
|
|
24953
24950
|
let h = c[f], y = c[d];
|
|
24954
24951
|
if (s) {
|
|
24955
24952
|
const m = f === "y" ? "top" : "left", v = f === "y" ? "bottom" : "right", b = h + u[m], S = h - u[v];
|
|
@@ -24987,21 +24984,21 @@ var v$ = function(e) {
|
|
|
24987
24984
|
apply: o = () => {
|
|
24988
24985
|
},
|
|
24989
24986
|
...a
|
|
24990
|
-
} =
|
|
24987
|
+
} = ps(e, t), l = await za(t, a), c = ki(n), u = To(n), d = us(n) === "y", {
|
|
24991
24988
|
width: f,
|
|
24992
24989
|
height: h
|
|
24993
24990
|
} = r.floating;
|
|
24994
24991
|
let y, g;
|
|
24995
24992
|
c === "top" || c === "bottom" ? (y = c, g = u === (await (i.isRTL == null ? void 0 : i.isRTL(s.floating)) ? "start" : "end") ? "left" : "right") : (g = c, y = u === "end" ? "top" : "bottom");
|
|
24996
24993
|
const m = h - l.top - l.bottom, v = f - l.left - l.right, b = pr(h - l[y], m), S = pr(f - l[g], v), C = !t.middlewareData.shift;
|
|
24997
|
-
let w = b,
|
|
24998
|
-
if (d ?
|
|
24999
|
-
const _ = kn(l.left, 0),
|
|
25000
|
-
d ?
|
|
24994
|
+
let w = b, O = S;
|
|
24995
|
+
if (d ? O = u || C ? pr(S, v) : v : w = u || C ? pr(b, m) : m, C && !u) {
|
|
24996
|
+
const _ = kn(l.left, 0), k = kn(l.right, 0), A = kn(l.top, 0), E = kn(l.bottom, 0);
|
|
24997
|
+
d ? O = f - 2 * (_ !== 0 || k !== 0 ? _ + k : kn(l.left, l.right)) : w = h - 2 * (A !== 0 || E !== 0 ? A + E : kn(l.top, l.bottom));
|
|
25001
24998
|
}
|
|
25002
24999
|
await o({
|
|
25003
25000
|
...t,
|
|
25004
|
-
availableWidth:
|
|
25001
|
+
availableWidth: O,
|
|
25005
25002
|
availableHeight: w
|
|
25006
25003
|
});
|
|
25007
25004
|
const x = await i.getDimensions(s.floating);
|
|
@@ -25151,7 +25148,7 @@ function V1(e) {
|
|
|
25151
25148
|
function _$(e, t, n) {
|
|
25152
25149
|
return t === void 0 && (t = !1), !n || t && n !== En(e) ? !1 : t;
|
|
25153
25150
|
}
|
|
25154
|
-
function
|
|
25151
|
+
function ds(e, t, n, r) {
|
|
25155
25152
|
t === void 0 && (t = !1), n === void 0 && (n = !1);
|
|
25156
25153
|
const i = e.getBoundingClientRect(), s = Xh(e);
|
|
25157
25154
|
let o = _i(1);
|
|
@@ -25189,7 +25186,7 @@ function k$(e) {
|
|
|
25189
25186
|
}, c = _i(1);
|
|
25190
25187
|
const u = _i(0), d = Sr(r);
|
|
25191
25188
|
if ((d || !d && !s) && ((Mo(r) !== "body" || xl(o)) && (l = Du(r)), Sr(r))) {
|
|
25192
|
-
const f =
|
|
25189
|
+
const f = ds(r);
|
|
25193
25190
|
c = Ns(r), u.x = f.x + r.clientLeft, u.y = f.y + r.clientTop;
|
|
25194
25191
|
}
|
|
25195
25192
|
return {
|
|
@@ -25203,7 +25200,7 @@ function O$(e) {
|
|
|
25203
25200
|
return Array.from(e.getClientRects());
|
|
25204
25201
|
}
|
|
25205
25202
|
function W1(e) {
|
|
25206
|
-
return
|
|
25203
|
+
return ds(Qr(e)).left + Du(e).scrollLeft;
|
|
25207
25204
|
}
|
|
25208
25205
|
function A$(e) {
|
|
25209
25206
|
const t = Qr(e), n = Du(e), r = e.ownerDocument.body, i = kn(t.scrollWidth, t.clientWidth, r.scrollWidth, r.clientWidth), s = kn(t.scrollHeight, t.clientHeight, r.scrollHeight, r.clientHeight);
|
|
@@ -25232,7 +25229,7 @@ function E$(e, t) {
|
|
|
25232
25229
|
};
|
|
25233
25230
|
}
|
|
25234
25231
|
function P$(e, t) {
|
|
25235
|
-
const n =
|
|
25232
|
+
const n = ds(e, !0, t === "fixed"), r = n.top + e.clientTop, i = n.left + e.clientLeft, s = Sr(e) ? Ns(e) : _i(1), o = e.clientWidth * s.x, a = e.clientHeight * s.y, l = i * s.x, c = r * s.y;
|
|
25236
25233
|
return {
|
|
25237
25234
|
width: o,
|
|
25238
25235
|
height: a,
|
|
@@ -25304,7 +25301,7 @@ function $$(e) {
|
|
|
25304
25301
|
};
|
|
25305
25302
|
}
|
|
25306
25303
|
function D$(e, t, n) {
|
|
25307
|
-
const r = Sr(t), i = Qr(t), s = n === "fixed", o =
|
|
25304
|
+
const r = Sr(t), i = Qr(t), s = n === "fixed", o = ds(e, !0, s, t);
|
|
25308
25305
|
let a = {
|
|
25309
25306
|
scrollLeft: 0,
|
|
25310
25307
|
scrollTop: 0
|
|
@@ -25312,7 +25309,7 @@ function D$(e, t, n) {
|
|
|
25312
25309
|
const l = _i(0);
|
|
25313
25310
|
if (r || !r && !s)
|
|
25314
25311
|
if ((Mo(t) !== "body" || xl(i)) && (a = Du(t)), r) {
|
|
25315
|
-
const d =
|
|
25312
|
+
const d = ds(t, !0, s, t);
|
|
25316
25313
|
l.x = d.x + t.clientLeft, l.y = d.y + t.clientTop;
|
|
25317
25314
|
} else i && (l.x = W1(i));
|
|
25318
25315
|
const c = o.left + a.scrollLeft - l.x, u = o.top + a.scrollTop - l.y;
|
|
@@ -25397,11 +25394,11 @@ function R$(e, t) {
|
|
|
25397
25394
|
};
|
|
25398
25395
|
let S = !0;
|
|
25399
25396
|
function C(w) {
|
|
25400
|
-
const
|
|
25401
|
-
if (
|
|
25397
|
+
const O = w[0].intersectionRatio;
|
|
25398
|
+
if (O !== l) {
|
|
25402
25399
|
if (!S)
|
|
25403
25400
|
return o();
|
|
25404
|
-
|
|
25401
|
+
O ? o(!1, O) : r = setTimeout(() => {
|
|
25405
25402
|
o(!1, 1e-7);
|
|
25406
25403
|
}, 1e3);
|
|
25407
25404
|
}
|
|
@@ -25443,10 +25440,10 @@ function N$(e, t, n, r) {
|
|
|
25443
25440
|
(S = h) == null || S.observe(t);
|
|
25444
25441
|
})), n();
|
|
25445
25442
|
}), c && !l && h.observe(c), h.observe(t));
|
|
25446
|
-
let y, g = l ?
|
|
25443
|
+
let y, g = l ? ds(e) : null;
|
|
25447
25444
|
l && m();
|
|
25448
25445
|
function m() {
|
|
25449
|
-
const v =
|
|
25446
|
+
const v = ds(e);
|
|
25450
25447
|
g && (v.x !== g.x || v.y !== g.y || v.width !== g.width || v.height !== g.height) && n(), g = v, y = requestAnimationFrame(m);
|
|
25451
25448
|
}
|
|
25452
25449
|
return n(), () => {
|
|
@@ -25607,18 +25604,18 @@ function J$(e) {
|
|
|
25607
25604
|
direction: c
|
|
25608
25605
|
} = Mi();
|
|
25609
25606
|
async function u() {
|
|
25610
|
-
var
|
|
25607
|
+
var O, x, _;
|
|
25611
25608
|
const f = l(), h = n(), y = i();
|
|
25612
25609
|
if (!f || !h)
|
|
25613
25610
|
return;
|
|
25614
|
-
const g = ((y == null ? void 0 : y.clientHeight) || 0) / 2, m = typeof t.gutter == "number" ? t.gutter + g : (
|
|
25611
|
+
const g = ((y == null ? void 0 : y.clientHeight) || 0) / 2, m = typeof t.gutter == "number" ? t.gutter + g : (O = t.gutter) != null ? O : g;
|
|
25615
25612
|
h.style.setProperty("--kb-popper-content-overflow-padding", `${t.overflowPadding}px`), f.getBoundingClientRect();
|
|
25616
25613
|
const v = [
|
|
25617
25614
|
// https://floating-ui.com/docs/offset
|
|
25618
25615
|
F$(({
|
|
25619
|
-
placement:
|
|
25616
|
+
placement: k
|
|
25620
25617
|
}) => {
|
|
25621
|
-
const A = !!
|
|
25618
|
+
const A = !!k.split("-")[1];
|
|
25622
25619
|
return {
|
|
25623
25620
|
mainAxis: m,
|
|
25624
25621
|
crossAxis: A ? void 0 : t.shift,
|
|
@@ -25627,12 +25624,12 @@ function J$(e) {
|
|
|
25627
25624
|
})
|
|
25628
25625
|
];
|
|
25629
25626
|
if (t.flip !== !1) {
|
|
25630
|
-
const
|
|
25631
|
-
if (
|
|
25627
|
+
const k = typeof t.flip == "string" ? t.flip.split(" ") : void 0;
|
|
25628
|
+
if (k !== void 0 && !k.every(Y$))
|
|
25632
25629
|
throw new Error("`flip` expects a spaced-delimited list of placements");
|
|
25633
25630
|
v.push(j$({
|
|
25634
25631
|
padding: t.overflowPadding,
|
|
25635
|
-
fallbackPlacements:
|
|
25632
|
+
fallbackPlacements: k
|
|
25636
25633
|
}));
|
|
25637
25634
|
}
|
|
25638
25635
|
(t.slide || t.overlap) && v.push(B$({
|
|
@@ -25642,12 +25639,12 @@ function J$(e) {
|
|
|
25642
25639
|
})), v.push(q$({
|
|
25643
25640
|
padding: t.overflowPadding,
|
|
25644
25641
|
apply({
|
|
25645
|
-
availableWidth:
|
|
25642
|
+
availableWidth: k,
|
|
25646
25643
|
availableHeight: A,
|
|
25647
25644
|
rects: E
|
|
25648
25645
|
}) {
|
|
25649
25646
|
const T = Math.round(E.reference.width);
|
|
25650
|
-
|
|
25647
|
+
k = Math.floor(k), A = Math.floor(A), h.style.setProperty("--kb-popper-anchor-width", `${T}px`), h.style.setProperty("--kb-popper-content-available-width", `${k}px`), h.style.setProperty("--kb-popper-content-available-height", `${A}px`), t.sameWidth && (h.style.width = `${T}px`), t.fitViewport && (h.style.maxWidth = `${k}px`, h.style.maxHeight = `${A}px`);
|
|
25651
25648
|
}
|
|
25652
25649
|
})), t.hideWhenDetached && v.push(z$({
|
|
25653
25650
|
padding: t.detachedPadding
|
|
@@ -25676,11 +25673,11 @@ function J$(e) {
|
|
|
25676
25673
|
visibility: w
|
|
25677
25674
|
}), y && b.middlewareData.arrow) {
|
|
25678
25675
|
const {
|
|
25679
|
-
x:
|
|
25676
|
+
x: k,
|
|
25680
25677
|
y: A
|
|
25681
25678
|
} = b.middlewareData.arrow, E = b.placement.split("-")[0];
|
|
25682
25679
|
Object.assign(y.style, {
|
|
25683
|
-
left:
|
|
25680
|
+
left: k != null ? `${k}px` : "",
|
|
25684
25681
|
top: A != null ? `${A}px` : "",
|
|
25685
25682
|
[E]: "100%"
|
|
25686
25683
|
});
|
|
@@ -25932,8 +25929,8 @@ function Sl() {
|
|
|
25932
25929
|
function iw(e) {
|
|
25933
25930
|
const t = bl(), n = nw(), r = `${t.generateId("item")}-${Gn()}`, i = We({
|
|
25934
25931
|
id: r
|
|
25935
|
-
}, e), [s, o] = nt(i, ["value", "disabled", "onPointerDown"]), [a, l] = oe(), [c, u] = oe(), [d, f] = oe(), [h, y] = oe(), [g, m] = oe(!1), v = G(() => n.isSelectedValue(s.value)), b = G(() => s.disabled || t.isDisabled() || !1), S = (
|
|
25936
|
-
ht(
|
|
25932
|
+
}, e), [s, o] = nt(i, ["value", "disabled", "onPointerDown"]), [a, l] = oe(), [c, u] = oe(), [d, f] = oe(), [h, y] = oe(), [g, m] = oe(!1), v = G(() => n.isSelectedValue(s.value)), b = G(() => s.disabled || t.isDisabled() || !1), S = (O) => {
|
|
25933
|
+
ht(O, s.onPointerDown), g() && O.preventDefault();
|
|
25937
25934
|
}, C = G(() => ({
|
|
25938
25935
|
...t.dataset(),
|
|
25939
25936
|
"data-disabled": b() ? "" : void 0,
|
|
@@ -26682,19 +26679,19 @@ function n0(e) {
|
|
|
26682
26679
|
const n = Cr(), r = Yr(), i = We({
|
|
26683
26680
|
id: n.generateId(`item-${Gn()}`)
|
|
26684
26681
|
}, e), [s, o] = nt(i, ["ref", "textValue", "disabled", "closeOnSelect", "checked", "indeterminate", "onSelect", "onPointerMove", "onPointerLeave", "onPointerDown", "onPointerUp", "onClick", "onKeyDown", "onMouseDown", "onFocus"]), [a, l] = oe(), [c, u] = oe(), [d, f] = oe(), h = () => r.listState().selectionManager(), y = () => o.id, g = () => h().focusedKey() === y(), m = () => {
|
|
26685
|
-
var
|
|
26686
|
-
(
|
|
26682
|
+
var k;
|
|
26683
|
+
(k = s.onSelect) == null || k.call(s), s.closeOnSelect && setTimeout(() => {
|
|
26687
26684
|
r.close(!0);
|
|
26688
26685
|
});
|
|
26689
26686
|
};
|
|
26690
26687
|
AM({
|
|
26691
26688
|
getItem: () => {
|
|
26692
|
-
var
|
|
26689
|
+
var k, A, E, T, B;
|
|
26693
26690
|
return {
|
|
26694
26691
|
ref: () => t,
|
|
26695
26692
|
type: "item",
|
|
26696
26693
|
key: y(),
|
|
26697
|
-
textValue: (T = (E = (A = s.textValue) != null ? A : (
|
|
26694
|
+
textValue: (T = (E = (A = s.textValue) != null ? A : (k = d()) == null ? void 0 : k.textContent) != null ? E : t == null ? void 0 : t.textContent) != null ? T : "",
|
|
26698
26695
|
disabled: (B = s.disabled) != null ? B : !1
|
|
26699
26696
|
};
|
|
26700
26697
|
}
|
|
@@ -26705,21 +26702,21 @@ function n0(e) {
|
|
|
26705
26702
|
shouldSelectOnPressUp: !0,
|
|
26706
26703
|
allowsDifferentPressOrigin: !0,
|
|
26707
26704
|
disabled: () => s.disabled
|
|
26708
|
-
}, () => t), b = (
|
|
26709
|
-
ht(
|
|
26710
|
-
}, S = (
|
|
26711
|
-
ht(
|
|
26712
|
-
}, C = (
|
|
26713
|
-
ht(
|
|
26714
|
-
}, w = (
|
|
26715
|
-
if (ht(
|
|
26716
|
-
switch (
|
|
26705
|
+
}, () => t), b = (k) => {
|
|
26706
|
+
ht(k, s.onPointerMove), k.pointerType === "mouse" && (s.disabled ? r.onItemLeave(k) : (r.onItemEnter(k), k.defaultPrevented || (qt(k.currentTarget), r.listState().selectionManager().setFocused(!0), r.listState().selectionManager().setFocusedKey(y()))));
|
|
26707
|
+
}, S = (k) => {
|
|
26708
|
+
ht(k, s.onPointerLeave), k.pointerType === "mouse" && r.onItemLeave(k);
|
|
26709
|
+
}, C = (k) => {
|
|
26710
|
+
ht(k, s.onPointerUp), !s.disabled && k.button === 0 && m();
|
|
26711
|
+
}, w = (k) => {
|
|
26712
|
+
if (ht(k, s.onKeyDown), !k.repeat && !s.disabled)
|
|
26713
|
+
switch (k.key) {
|
|
26717
26714
|
case "Enter":
|
|
26718
26715
|
case " ":
|
|
26719
26716
|
m();
|
|
26720
26717
|
break;
|
|
26721
26718
|
}
|
|
26722
|
-
},
|
|
26719
|
+
}, O = G(() => {
|
|
26723
26720
|
if (s.indeterminate)
|
|
26724
26721
|
return "mixed";
|
|
26725
26722
|
if (s.checked != null)
|
|
@@ -26742,15 +26739,15 @@ function n0(e) {
|
|
|
26742
26739
|
get children() {
|
|
26743
26740
|
return I(pt, $e({
|
|
26744
26741
|
as: "div",
|
|
26745
|
-
ref(
|
|
26742
|
+
ref(k) {
|
|
26746
26743
|
const A = Zt((E) => t = E, s.ref);
|
|
26747
|
-
typeof A == "function" && A(
|
|
26744
|
+
typeof A == "function" && A(k);
|
|
26748
26745
|
},
|
|
26749
26746
|
get tabIndex() {
|
|
26750
26747
|
return v.tabIndex();
|
|
26751
26748
|
},
|
|
26752
26749
|
get "aria-checked"() {
|
|
26753
|
-
return
|
|
26750
|
+
return O();
|
|
26754
26751
|
},
|
|
26755
26752
|
get "aria-disabled"() {
|
|
26756
26753
|
return s.disabled;
|
|
@@ -27234,7 +27231,7 @@ function Mw(e) {
|
|
|
27234
27231
|
placement: t.orientation() === "horizontal" ? "bottom-start" : "right-start"
|
|
27235
27232
|
}, e), [a, l] = nt(o, ["open", "defaultOpen", "onOpenChange"]);
|
|
27236
27233
|
let c = 0, u = null, d = "right";
|
|
27237
|
-
const [f, h] = oe(), [y, g] = oe(), [m, v] = oe(), [b, S] = oe(), [C, w] = oe(!0), [
|
|
27234
|
+
const [f, h] = oe(), [y, g] = oe(), [m, v] = oe(), [b, S] = oe(), [C, w] = oe(!0), [O, x] = oe(l.placement), [_, k] = oe([]), [A, E] = oe([]), {
|
|
27238
27235
|
DomCollectionProvider: T
|
|
27239
27236
|
} = OM({
|
|
27240
27237
|
items: A,
|
|
@@ -27269,10 +27266,10 @@ function Mw(e) {
|
|
|
27269
27266
|
}, j = () => {
|
|
27270
27267
|
s != null ? setTimeout(() => Q()) : Q();
|
|
27271
27268
|
}, H = (Y) => {
|
|
27272
|
-
|
|
27269
|
+
k((ye) => [...ye, Y]);
|
|
27273
27270
|
const he = r == null ? void 0 : r.registerNestedMenu(Y);
|
|
27274
27271
|
return () => {
|
|
27275
|
-
|
|
27272
|
+
k((ye) => Nf(ye, Y)), he == null || he();
|
|
27276
27273
|
};
|
|
27277
27274
|
}, q = (Y) => d === (u == null ? void 0 : u.side) && OD(Y, u == null ? void 0 : u.area), K = (Y) => {
|
|
27278
27275
|
q(Y) && Y.preventDefault();
|
|
@@ -27310,7 +27307,7 @@ function Mw(e) {
|
|
|
27310
27307
|
isOpen: B.isOpen,
|
|
27311
27308
|
contentPresent: N,
|
|
27312
27309
|
nestedMenus: _,
|
|
27313
|
-
currentPlacement:
|
|
27310
|
+
currentPlacement: O,
|
|
27314
27311
|
pointerGraceTimeoutId: () => c,
|
|
27315
27312
|
autoFocus: C,
|
|
27316
27313
|
listState: () => P,
|
|
@@ -27448,10 +27445,10 @@ function Iw(e) {
|
|
|
27448
27445
|
// Safe because sub menu always open "left" or "right".
|
|
27449
27446
|
side: r.currentPlacement().split("-")[0]
|
|
27450
27447
|
}), window.clearTimeout(C == null ? void 0 : C.pointerGraceTimeoutId());
|
|
27451
|
-
const
|
|
27448
|
+
const O = window.setTimeout(() => {
|
|
27452
27449
|
C == null || C.setPointerGraceIntent(null);
|
|
27453
27450
|
}, 300);
|
|
27454
|
-
C == null || C.setPointerGraceTimeoutId(
|
|
27451
|
+
C == null || C.setPointerGraceTimeoutId(O);
|
|
27455
27452
|
} else {
|
|
27456
27453
|
if (C == null || C.onTriggerLeave(S), S.defaultPrevented)
|
|
27457
27454
|
return;
|
|
@@ -27462,7 +27459,7 @@ function Iw(e) {
|
|
|
27462
27459
|
ht(S, s.onKeyDown), !S.repeat && (s.disabled || ED.open(c(), n.orientation()).includes(S.key) && (S.stopPropagation(), S.preventDefault(), d().setFocused(!1), d().setFocusedKey(void 0), r.isOpen() || r.open("first"), r.focusContent(), r.listState().selectionManager().setFocused(!0), r.listState().selectionManager().setFocusedKey(f().getFirstKey())));
|
|
27463
27460
|
};
|
|
27464
27461
|
return xe(() => {
|
|
27465
|
-
var C, w,
|
|
27462
|
+
var C, w, O;
|
|
27466
27463
|
if (r.registerItemToParentDomCollection == null)
|
|
27467
27464
|
throw new Error("[kobalte]: `Menu.SubTrigger` must be used within a `Menu.Sub` component");
|
|
27468
27465
|
const S = r.registerItemToParentDomCollection({
|
|
@@ -27470,7 +27467,7 @@ function Iw(e) {
|
|
|
27470
27467
|
type: "item",
|
|
27471
27468
|
key: u(),
|
|
27472
27469
|
textValue: (w = (C = s.textValue) != null ? C : t == null ? void 0 : t.textContent) != null ? w : "",
|
|
27473
|
-
disabled: (
|
|
27470
|
+
disabled: (O = s.disabled) != null ? O : !1
|
|
27474
27471
|
});
|
|
27475
27472
|
Se(S);
|
|
27476
27473
|
}), xe(Ur(() => {
|
|
@@ -27976,8 +27973,8 @@ function bI() {
|
|
|
27976
27973
|
function hp() {
|
|
27977
27974
|
const e = Gn();
|
|
27978
27975
|
return (() => {
|
|
27979
|
-
var t = JD(), n = t.firstChild, r = n.nextSibling, i = r.nextSibling, s = i.firstChild, o = i.nextSibling, a = o.firstChild, l = o.nextSibling, c = l.nextSibling, u = c.firstChild, d = c.nextSibling, f = d.firstChild, h = d.nextSibling, y = h.nextSibling, g = y.firstChild, m = y.nextSibling, v = m.firstChild, b = m.nextSibling, S = b.nextSibling, C = S.firstChild, w = S.nextSibling,
|
|
27980
|
-
return ne(n, "id", `a-${e}`), ne(r, "fill", `url(#a-${e})`), ne(s, "id", `am-${e}`), ne(o, "id", `b-${e}`), ne(a, "filter", `url(#am-${e})`), ne(l, "mask", `url(#b-${e})`), ne(u, "id", `ah-${e}`), ne(d, "id", `k-${e}`), ne(f, "filter", `url(#ah-${e})`), ne(h, "mask", `url(#k-${e})`), ne(g, "id", `ae-${e}`), ne(m, "id", `j-${e}`), ne(v, "filter", `url(#ae-${e})`), ne(b, "mask", `url(#j-${e})`), ne(C, "id", `ai-${e}`), ne(w, "id", `i-${e}`), ne(
|
|
27976
|
+
var t = JD(), n = t.firstChild, r = n.nextSibling, i = r.nextSibling, s = i.firstChild, o = i.nextSibling, a = o.firstChild, l = o.nextSibling, c = l.nextSibling, u = c.firstChild, d = c.nextSibling, f = d.firstChild, h = d.nextSibling, y = h.nextSibling, g = y.firstChild, m = y.nextSibling, v = m.firstChild, b = m.nextSibling, S = b.nextSibling, C = S.firstChild, w = S.nextSibling, O = w.firstChild, x = w.nextSibling, _ = x.nextSibling, k = _.firstChild, A = _.nextSibling, E = A.firstChild, T = A.nextSibling, B = T.nextSibling, N = B.firstChild, P = B.nextSibling, $ = P.firstChild, R = P.nextSibling, U = R.nextSibling, Q = U.firstChild, j = U.nextSibling, H = j.firstChild, q = j.nextSibling, K = q.firstChild, F = K.nextSibling, te = F.nextSibling, Z = te.nextSibling, fe = Z.nextSibling, Y = q.nextSibling, he = Y.firstChild, ye = Y.nextSibling, De = ye.firstChild, ie = ye.nextSibling, at = ie.firstChild, Fe = at.nextSibling, ut = Fe.nextSibling, Ge = ut.firstChild, Ye = Ge.nextSibling, J = Ye.nextSibling, Le = J.nextSibling, dt = Le.nextSibling, qe = dt.nextSibling, Re = qe.nextSibling, ue = Re.nextSibling, ge = ue.nextSibling, de = ge.nextSibling, ze = de.nextSibling, cn = ze.nextSibling, Kt = ie.nextSibling, un = Kt.firstChild, dn = Kt.nextSibling, Te = dn.firstChild, Xe = dn.nextSibling, se = Xe.firstChild, me = se.nextSibling, Ae = Xe.nextSibling, Pe = Ae.firstChild, Ke = Ae.nextSibling, Lt = Ke.firstChild, fn = Ke.nextSibling, $i = fn.firstChild, Io = $i.nextSibling, vs = Io.nextSibling, l0 = vs.nextSibling, c0 = l0.nextSibling, u0 = c0.nextSibling, d0 = u0.nextSibling, f0 = d0.nextSibling, h0 = f0.nextSibling, y0 = h0.nextSibling, g0 = y0.nextSibling, m0 = g0.nextSibling, p0 = m0.nextSibling, v0 = p0.nextSibling, b0 = v0.nextSibling, w0 = b0.nextSibling, x0 = w0.nextSibling, Zw = x0.nextSibling;
|
|
27977
|
+
return ne(n, "id", `a-${e}`), ne(r, "fill", `url(#a-${e})`), ne(s, "id", `am-${e}`), ne(o, "id", `b-${e}`), ne(a, "filter", `url(#am-${e})`), ne(l, "mask", `url(#b-${e})`), ne(u, "id", `ah-${e}`), ne(d, "id", `k-${e}`), ne(f, "filter", `url(#ah-${e})`), ne(h, "mask", `url(#k-${e})`), ne(g, "id", `ae-${e}`), ne(m, "id", `j-${e}`), ne(v, "filter", `url(#ae-${e})`), ne(b, "mask", `url(#j-${e})`), ne(C, "id", `ai-${e}`), ne(w, "id", `i-${e}`), ne(O, "filter", `url(#ai-${e})`), ne(x, "mask", `url(#i-${e})`), ne(k, "id", `aj-${e}`), ne(A, "id", `h-${e}`), ne(E, "filter", `url(#aj-${e})`), ne(T, "mask", `url(#h-${e})`), ne(N, "id", `ag-${e}`), ne(P, "id", `g-${e}`), ne($, "filter", `url(#ag-${e})`), ne(R, "mask", `url(#g-${e})`), ne(Q, "id", `af-${e}`), ne(j, "id", `f-${e}`), ne(H, "filter", `url(#af-${e})`), ne(q, "mask", `url(#f-${e})`), ne(Z, "id", `m-${e}`), ne(fe, "fill", `url(#m-${e})`), ne(he, "id", `ak-${e}`), ne(ye, "id", `e-${e}`), ne(De, "filter", `url(#ak-${e})`), ne(ie, "mask", `url(#e-${e})`), ne(at, "id", `n-${e}`), ne(Fe, "fill", `url(#n-${e})`), ne(Ge, "id", `r-${e}`), ne(Ye, "fill", `url(#r-${e})`), ne(J, "id", `s-${e}`), ne(Le, "fill", `url(#s-${e})`), ne(dt, "id", `q-${e}`), ne(qe, "fill", `url(#q-${e})`), ne(Re, "id", `p-${e}`), ne(ue, "fill", `url(#p-${e})`), ne(ge, "id", `o-${e}`), ne(de, "fill", `url(#o-${e})`), ne(ze, "id", `l-${e}`), ne(cn, "fill", `url(#l-${e})`), ne(un, "id", `al-${e}`), ne(dn, "id", `d-${e}`), ne(Te, "filter", `url(#al-${e})`), ne(Xe, "mask", `url(#d-${e})`), ne(se, "id", `u-${e}`), ne(me, "fill", `url(#u-${e})`), ne(Pe, "id", `ad-${e}`), ne(Ke, "id", `c-${e}`), ne(Lt, "filter", `url(#ad-${e})`), ne(fn, "mask", `url(#c-${e})`), ne($i, "id", `t-${e}`), ne(Io, "fill", `url(#t-${e})`), ne(vs, "id", `v-${e}`), ne(l0, "stroke", `url(#v-${e})`), ne(c0, "id", `aa-${e}`), ne(u0, "stroke", `url(#aa-${e})`), ne(d0, "id", `w-${e}`), ne(f0, "stroke", `url(#w-${e})`), ne(h0, "id", `ac-${e}`), ne(y0, "stroke", `url(#ac-${e})`), ne(g0, "id", `ab-${e}`), ne(m0, "stroke", `url(#ab-${e})`), ne(p0, "id", `y-${e}`), ne(v0, "stroke", `url(#y-${e})`), ne(b0, "id", `x-${e}`), ne(w0, "stroke", `url(#x-${e})`), ne(x0, "id", `z-${e}`), ne(Zw, "stroke", `url(#z-${e})`), t;
|
|
27981
27978
|
})();
|
|
27982
27979
|
}
|
|
27983
27980
|
var wI = /* @__PURE__ */ ce('<span><svg width=16 height=16 viewBox="0 0 16 16"fill=none xmlns=http://www.w3.org/2000/svg><path d="M6 12L10 8L6 4"stroke-width=2 stroke-linecap=round stroke-linejoin=round>'), xI = /* @__PURE__ */ ce('<button title="Copy object to clipboard">'), SI = /* @__PURE__ */ ce('<button title="Remove all items"aria-label="Remove all items">'), CI = /* @__PURE__ */ ce('<button title="Delete item"aria-label="Delete item">'), _I = /* @__PURE__ */ ce('<button title="Toggle value"aria-label="Toggle value">'), kI = /* @__PURE__ */ ce('<button title="Bulk Edit Data"aria-label="Bulk Edit Data">'), Yo = /* @__PURE__ */ ce("<div>"), OI = /* @__PURE__ */ ce("<div><button> <span></span> <span> "), AI = /* @__PURE__ */ ce("<input>"), yp = /* @__PURE__ */ ce("<span>"), EI = /* @__PURE__ */ ce("<div><span>:"), PI = /* @__PURE__ */ ce("<div><div><button> [<!>...<!>]");
|
|
@@ -28062,7 +28059,7 @@ var gp = (e) => {
|
|
|
28062
28059
|
return (() => {
|
|
28063
28060
|
var s = SI();
|
|
28064
28061
|
return s.$$click = () => {
|
|
28065
|
-
const o = e.activeQuery.state.data, a =
|
|
28062
|
+
const o = e.activeQuery.state.data, a = ji(o, e.dataPath, []);
|
|
28066
28063
|
i.setQueryData(e.activeQuery.queryKey, a);
|
|
28067
28064
|
}, W(s, I(yI, {})), we(() => re(s, r().actionButton)), s;
|
|
28068
28065
|
})();
|
|
@@ -28084,7 +28081,7 @@ var gp = (e) => {
|
|
|
28084
28081
|
return (() => {
|
|
28085
28082
|
var s = _I();
|
|
28086
28083
|
return s.$$click = () => {
|
|
28087
|
-
const o = e.activeQuery.state.data, a =
|
|
28084
|
+
const o = e.activeQuery.state.data, a = ji(o, e.dataPath, !e.value);
|
|
28088
28085
|
i.setQueryData(e.activeQuery.queryKey, a);
|
|
28089
28086
|
}, W(s, I(gI, {
|
|
28090
28087
|
get theme() {
|
|
@@ -28127,12 +28124,12 @@ function mi(e) {
|
|
|
28127
28124
|
},
|
|
28128
28125
|
get children() {
|
|
28129
28126
|
return [(() => {
|
|
28130
|
-
var m = OI(), v = m.firstChild, b = v.firstChild, S = b.nextSibling, C = S.nextSibling, w = C.nextSibling,
|
|
28127
|
+
var m = OI(), v = m.firstChild, b = v.firstChild, S = b.nextSibling, C = S.nextSibling, w = C.nextSibling, O = w.firstChild;
|
|
28131
28128
|
return v.$$click = () => a(), W(v, I(gp, {
|
|
28132
28129
|
get expanded() {
|
|
28133
28130
|
return s();
|
|
28134
28131
|
}
|
|
28135
|
-
}), b), W(S, () => e.label), W(w, () => String(d()).toLowerCase() === "iterable" ? "(Iterable) " : "",
|
|
28132
|
+
}), b), W(S, () => e.label), W(w, () => String(d()).toLowerCase() === "iterable" ? "(Iterable) " : "", O), W(w, () => u().length, O), W(w, () => u().length > 1 ? "items" : "item", null), W(m, I(be, {
|
|
28136
28133
|
get when() {
|
|
28137
28134
|
return e.editable;
|
|
28138
28135
|
},
|
|
@@ -28173,15 +28170,15 @@ function mi(e) {
|
|
|
28173
28170
|
get children() {
|
|
28174
28171
|
var _ = kI();
|
|
28175
28172
|
return _.$$click = () => {
|
|
28176
|
-
var
|
|
28177
|
-
(
|
|
28173
|
+
var k;
|
|
28174
|
+
(k = e.onEdit) == null || k.call(e);
|
|
28178
28175
|
}, W(_, I(dI, {})), we(() => re(_, r().actionButton)), _;
|
|
28179
28176
|
}
|
|
28180
28177
|
}), null), we(() => re(x, r().actions)), x;
|
|
28181
28178
|
}
|
|
28182
28179
|
}), null), we((x) => {
|
|
28183
|
-
var _ = r().expanderButtonContainer,
|
|
28184
|
-
return _ !== x.e && re(m, x.e = _),
|
|
28180
|
+
var _ = r().expanderButtonContainer, k = r().expanderButton, A = r().info;
|
|
28181
|
+
return _ !== x.e && re(m, x.e = _), k !== x.t && re(v, x.t = k), A !== x.a && re(w, x.a = A), x;
|
|
28185
28182
|
}, {
|
|
28186
28183
|
e: void 0,
|
|
28187
28184
|
t: void 0,
|
|
@@ -28239,12 +28236,12 @@ function mi(e) {
|
|
|
28239
28236
|
return f();
|
|
28240
28237
|
},
|
|
28241
28238
|
children: (v, b) => (() => {
|
|
28242
|
-
var S = PI(), C = S.firstChild, w = C.firstChild,
|
|
28243
|
-
return
|
|
28239
|
+
var S = PI(), C = S.firstChild, w = C.firstChild, O = w.firstChild, x = O.nextSibling, _ = x.nextSibling, k = _.nextSibling;
|
|
28240
|
+
return k.nextSibling, w.$$click = () => c((A) => A.includes(b) ? A.filter((E) => E !== b) : [...A, b]), W(w, I(gp, {
|
|
28244
28241
|
get expanded() {
|
|
28245
28242
|
return l().includes(b);
|
|
28246
28243
|
}
|
|
28247
|
-
}),
|
|
28244
|
+
}), O), W(w, b * 100, x), W(w, b * 100 + 100 - 1, k), W(C, I(be, {
|
|
28248
28245
|
get when() {
|
|
28249
28246
|
return l().includes(b);
|
|
28250
28247
|
},
|
|
@@ -28315,11 +28312,11 @@ function mi(e) {
|
|
|
28315
28312
|
get children() {
|
|
28316
28313
|
var S = AI();
|
|
28317
28314
|
return S.addEventListener("change", (C) => {
|
|
28318
|
-
const w = e.activeQuery.state.data,
|
|
28319
|
-
i.setQueryData(e.activeQuery.queryKey,
|
|
28315
|
+
const w = e.activeQuery.state.data, O = ji(w, h, d() === "number" ? C.target.valueAsNumber : C.target.value);
|
|
28316
|
+
i.setQueryData(e.activeQuery.queryKey, O);
|
|
28320
28317
|
}), we((C) => {
|
|
28321
|
-
var w = d() === "number" ? "number" : "text",
|
|
28322
|
-
return w !== C.e && ne(S, "type", C.e = w),
|
|
28318
|
+
var w = d() === "number" ? "number" : "text", O = le(r().value, r().editableInput);
|
|
28319
|
+
return w !== C.e && ne(S, "type", C.e = w), O !== C.t && re(S, C.t = O), C;
|
|
28323
28320
|
}, {
|
|
28324
28321
|
e: void 0,
|
|
28325
28322
|
t: void 0
|
|
@@ -28619,7 +28616,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
28619
28616
|
const {
|
|
28620
28617
|
colors: o
|
|
28621
28618
|
} = V, a = (l, c) => n() === "dark" ? c : l;
|
|
28622
|
-
return Xn() <
|
|
28619
|
+
return Xn() < cs ? r`
|
|
28623
28620
|
flex-direction: column;
|
|
28624
28621
|
background-color: ${a(o.gray[300], o.gray[600])};
|
|
28625
28622
|
` : r`
|
|
@@ -28658,7 +28655,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
28658
28655
|
const {
|
|
28659
28656
|
colors: o
|
|
28660
28657
|
} = V, a = (l, c) => t() === "dark" ? c : l;
|
|
28661
|
-
return Xn() <
|
|
28658
|
+
return Xn() < cs ? n`
|
|
28662
28659
|
flex-direction: column;
|
|
28663
28660
|
background-color: ${a(o.gray[300], o.gray[600])};
|
|
28664
28661
|
` : n`
|
|
@@ -28688,13 +28685,13 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
28688
28685
|
let m = 0;
|
|
28689
28686
|
const v = K0(3.5), b = K0(12), S = (w) => {
|
|
28690
28687
|
if (w.preventDefault(), o() === "left" || o() === "right") {
|
|
28691
|
-
const
|
|
28692
|
-
m = Math.round(h +
|
|
28688
|
+
const O = o() === "right" ? y - w.clientX : w.clientX - y;
|
|
28689
|
+
m = Math.round(h + O), m < b && (m = b), e.setLocalStore("width", String(Math.round(m)));
|
|
28693
28690
|
const x = d.getBoundingClientRect().width;
|
|
28694
28691
|
Number(e.localStore.width) < x && e.setLocalStore("width", String(x));
|
|
28695
28692
|
} else {
|
|
28696
|
-
const
|
|
28697
|
-
m = Math.round(f +
|
|
28693
|
+
const O = o() === "bottom" ? g - w.clientY : w.clientY - g;
|
|
28694
|
+
m = Math.round(f + O), m < v && (m = v, Ru(null)), e.setLocalStore("height", String(Math.round(m)));
|
|
28698
28695
|
}
|
|
28699
28696
|
}, C = () => {
|
|
28700
28697
|
i() && s(!1), document.removeEventListener("mousemove", S, !1), document.removeEventListener("mouseUp", C, !1);
|
|
@@ -28735,7 +28732,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
28735
28732
|
const {
|
|
28736
28733
|
colors: u
|
|
28737
28734
|
} = V, d = (f, h) => t() === "dark" ? h : f;
|
|
28738
|
-
return Xn() <
|
|
28735
|
+
return Xn() < cs ? n`
|
|
28739
28736
|
flex-direction: column;
|
|
28740
28737
|
background-color: ${d(u.gray[300], u.gray[600])};
|
|
28741
28738
|
` : n`
|
|
@@ -28776,19 +28773,19 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
28776
28773
|
return h() ? _.sort((A, E) => h()(A, E) * d()) : _;
|
|
28777
28774
|
})), w = (x) => {
|
|
28778
28775
|
e.setLocalStore("position", x);
|
|
28779
|
-
},
|
|
28780
|
-
const
|
|
28781
|
-
x.style.setProperty("--tsqd-font-size",
|
|
28776
|
+
}, O = (x) => {
|
|
28777
|
+
const k = getComputedStyle(t).getPropertyValue("--tsqd-font-size");
|
|
28778
|
+
x.style.setProperty("--tsqd-font-size", k);
|
|
28782
28779
|
};
|
|
28783
28780
|
return [(() => {
|
|
28784
|
-
var x = JI(), _ = x.firstChild,
|
|
28781
|
+
var x = JI(), _ = x.firstChild, k = _.firstChild, A = k.firstChild, E = A.firstChild, T = E.nextSibling, B = T.firstChild, N = _.nextSibling, P = N.firstChild, $ = P.firstChild, R = $.firstChild, U = $.nextSibling, Q = U.nextSibling, j = P.nextSibling, H = j.firstChild, q = H.nextSibling, K = t;
|
|
28785
28782
|
return typeof K == "function" ? ko(K, x) : t = x, A.$$click = () => {
|
|
28786
28783
|
if (!s().pipWindow && !e.showPanelViewOnly) {
|
|
28787
28784
|
e.setLocalStore("open", "false");
|
|
28788
28785
|
return;
|
|
28789
28786
|
}
|
|
28790
28787
|
e.onClose && e.onClose();
|
|
28791
|
-
}, W(T, () => pe().queryFlavor, B), W(T, () => pe().version, null), W(
|
|
28788
|
+
}, W(T, () => pe().queryFlavor, B), W(T, () => pe().version, null), W(k, I(Ln.Root, {
|
|
28792
28789
|
get class() {
|
|
28793
28790
|
return le(i().viewToggle);
|
|
28794
28791
|
},
|
|
@@ -28918,7 +28915,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
28918
28915
|
return I(lI, {});
|
|
28919
28916
|
}
|
|
28920
28917
|
}), I(Ct.Portal, {
|
|
28921
|
-
ref: (F) =>
|
|
28918
|
+
ref: (F) => O(F),
|
|
28922
28919
|
get mount() {
|
|
28923
28920
|
return G(() => !!s().pipWindow)() ? s().pipWindow.document.body : document.body;
|
|
28924
28921
|
},
|
|
@@ -28949,7 +28946,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
28949
28946
|
return [zI(), I(va, {})];
|
|
28950
28947
|
}
|
|
28951
28948
|
}), I(Ct.Portal, {
|
|
28952
|
-
ref: (F) =>
|
|
28949
|
+
ref: (F) => O(F),
|
|
28953
28950
|
get mount() {
|
|
28954
28951
|
return G(() => !!s().pipWindow)() ? s().pipWindow.document.body : document.body;
|
|
28955
28952
|
},
|
|
@@ -29024,7 +29021,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29024
29021
|
return [VI(), I(va, {})];
|
|
29025
29022
|
}
|
|
29026
29023
|
}), I(Ct.Portal, {
|
|
29027
|
-
ref: (F) =>
|
|
29024
|
+
ref: (F) => O(F),
|
|
29028
29025
|
get mount() {
|
|
29029
29026
|
return G(() => !!s().pipWindow)() ? s().pipWindow.document.body : document.body;
|
|
29030
29027
|
},
|
|
@@ -29116,14 +29113,14 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29116
29113
|
})), we(() => re(F, le(i().overflowQueryContainer, "tsqd-mutations-overflow-container"))), F;
|
|
29117
29114
|
}
|
|
29118
29115
|
}), null), we((F) => {
|
|
29119
|
-
var te = le(i().queriesContainer, Xn() <
|
|
29116
|
+
var te = le(i().queriesContainer, Xn() < cs && (_n() || wi()) && r`
|
|
29120
29117
|
height: 50%;
|
|
29121
29118
|
max-height: 50%;
|
|
29122
|
-
`, Xn() <
|
|
29119
|
+
`, Xn() < cs && !(_n() || wi()) && r`
|
|
29123
29120
|
height: 100%;
|
|
29124
29121
|
max-height: 100%;
|
|
29125
29122
|
`, "tsqd-queries-container"), Z = le(i().row, "tsqd-header"), fe = i().logoAndToggleContainer, Y = le(i().logo, "tsqd-text-logo-container"), he = le(i().tanstackLogo, "tsqd-text-logo-tanstack"), ye = le(i().queryFlavorLogo, "tsqd-text-logo-query-flavor"), De = le(i().row, "tsqd-filters-actions-container"), ie = le(i().filtersContainer, "tsqd-filters-container"), at = le(i().filterInput, "tsqd-query-filter-textfield-container"), Fe = le("tsqd-query-filter-textfield"), ut = le(i().filterSelect, "tsqd-query-filter-sort-container"), Ge = `Sort order ${(o() === "queries" ? c() : d()) === -1 ? "descending" : "ascending"}`, Ye = (o() === "queries" ? c() : d()) === -1, J = le(i().actionsContainer, "tsqd-actions-container"), Le = le(i().actionsBtn, "tsqd-actions-btn", "tsqd-action-clear-cache"), dt = `Clear ${o()} cache`, qe = le(i().actionsBtn, Xo() && i().actionsBtnOffline, "tsqd-actions-btn", "tsqd-action-mock-offline-behavior"), Re = `${Xo() ? "Unset offline mocking behavior" : "Mock offline behavior"}`, ue = Xo(), ge = `${Xo() ? "Unset offline mocking behavior" : "Mock offline behavior"}`;
|
|
29126
|
-
return te !== F.e && re(x, F.e = te), Z !== F.t && re(_, F.t = Z), fe !== F.a && re(
|
|
29123
|
+
return te !== F.e && re(x, F.e = te), Z !== F.t && re(_, F.t = Z), fe !== F.a && re(k, F.a = fe), Y !== F.o && re(A, F.o = Y), he !== F.i && re(E, F.i = he), ye !== F.n && re(T, F.n = ye), De !== F.s && re(N, F.s = De), ie !== F.h && re(P, F.h = ie), at !== F.r && re($, F.r = at), Fe !== F.d && re(R, F.d = Fe), ut !== F.l && re(U, F.l = ut), Ge !== F.u && ne(Q, "aria-label", F.u = Ge), Ye !== F.c && ne(Q, "aria-pressed", F.c = Ye), J !== F.w && re(j, F.w = J), Le !== F.m && re(H, F.m = Le), dt !== F.f && ne(H, "title", F.f = dt), qe !== F.y && re(q, F.y = qe), Re !== F.g && ne(q, "aria-label", F.g = Re), ue !== F.p && ne(q, "aria-pressed", F.p = ue), ge !== F.b && ne(q, "title", F.b = ge), F;
|
|
29127
29124
|
}, {
|
|
29128
29125
|
e: void 0,
|
|
29129
29126
|
t: void 0,
|
|
@@ -29248,7 +29245,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29248
29245
|
}), c = Yn((f) => {
|
|
29249
29246
|
const y = f().getAll().find((g) => g.mutationId === e.mutation.mutationId);
|
|
29250
29247
|
return y ? y.state.status : "idle";
|
|
29251
|
-
}), u = G(() =>
|
|
29248
|
+
}), u = G(() => Ps({
|
|
29252
29249
|
isPaused: l(),
|
|
29253
29250
|
status: c()
|
|
29254
29251
|
})), d = () => u() === "gray" ? n`
|
|
@@ -29312,7 +29309,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29312
29309
|
}
|
|
29313
29310
|
});
|
|
29314
29311
|
}, bL = () => {
|
|
29315
|
-
const e = Et((l) => l().getAll().filter((c) =>
|
|
29312
|
+
const e = Et((l) => l().getAll().filter((c) => _s(c) === "stale").length), t = Et((l) => l().getAll().filter((c) => _s(c) === "fresh").length), n = Et((l) => l().getAll().filter((c) => _s(c) === "fetching").length), r = Et((l) => l().getAll().filter((c) => _s(c) === "paused").length), i = Et((l) => l().getAll().filter((c) => _s(c) === "inactive").length), s = Mt(), o = pe().shadowDOMTarget ? je.bind({
|
|
29316
29313
|
target: pe().shadowDOMTarget
|
|
29317
29314
|
}) : je, a = G(() => s() === "dark" ? Vn(o) : Kn(o));
|
|
29318
29315
|
return (() => {
|
|
@@ -29350,16 +29347,16 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29350
29347
|
}), null), we(() => re(l, le(a().queryStatusContainer, "tsqd-query-status-container"))), l;
|
|
29351
29348
|
})();
|
|
29352
29349
|
}, wL = () => {
|
|
29353
|
-
const e = Yn((a) => a().getAll().filter((l) =>
|
|
29350
|
+
const e = Yn((a) => a().getAll().filter((l) => Ps({
|
|
29354
29351
|
isPaused: l.state.isPaused,
|
|
29355
29352
|
status: l.state.status
|
|
29356
|
-
}) === "green").length), t = Yn((a) => a().getAll().filter((l) =>
|
|
29353
|
+
}) === "green").length), t = Yn((a) => a().getAll().filter((l) => Ps({
|
|
29357
29354
|
isPaused: l.state.isPaused,
|
|
29358
29355
|
status: l.state.status
|
|
29359
|
-
}) === "yellow").length), n = Yn((a) => a().getAll().filter((l) =>
|
|
29356
|
+
}) === "yellow").length), n = Yn((a) => a().getAll().filter((l) => Ps({
|
|
29360
29357
|
isPaused: l.state.isPaused,
|
|
29361
29358
|
status: l.state.status
|
|
29362
|
-
}) === "purple").length), r = Yn((a) => a().getAll().filter((l) =>
|
|
29359
|
+
}) === "purple").length), r = Yn((a) => a().getAll().filter((l) => Ps({
|
|
29363
29360
|
isPaused: l.state.isPaused,
|
|
29364
29361
|
status: l.state.status
|
|
29365
29362
|
}) === "red").length), i = Mt(), s = pe().shadowDOMTarget ? je.bind({
|
|
@@ -29401,7 +29398,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29401
29398
|
alpha: s
|
|
29402
29399
|
} = V, o = (h, y) => t() === "dark" ? y : h;
|
|
29403
29400
|
let a;
|
|
29404
|
-
const [l, c] = oe(!1), [u, d] = oe(!1), f = G(() => !(_n() && Xn() < hT && Xn() >
|
|
29401
|
+
const [l, c] = oe(!1), [u, d] = oe(!1), f = G(() => !(_n() && Xn() < hT && Xn() > cs || Xn() < cs));
|
|
29405
29402
|
return (() => {
|
|
29406
29403
|
var h = iL(), y = h.firstChild, g = y.nextSibling, m = a;
|
|
29407
29404
|
return typeof m == "function" ? ko(m, h) : a = h, h.addEventListener("mouseleave", () => {
|
|
@@ -29457,31 +29454,31 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29457
29454
|
target: pe().shadowDOMTarget
|
|
29458
29455
|
}) : je, n = G(() => e() === "dark" ? Vn(t) : Kn(t)), {
|
|
29459
29456
|
colors: r
|
|
29460
|
-
} = V, i = (
|
|
29457
|
+
} = V, i = (k, A) => e() === "dark" ? A : k, s = pe().client, [o, a] = oe(!1), [l, c] = oe("view"), [u, d] = oe(!1), f = G(() => pe().errorTypes || []), h = Et((k) => k().getAll().find((A) => A.queryHash === _n()), !1), y = Et((k) => k().getAll().find((A) => A.queryHash === _n()), !1), g = Et((k) => {
|
|
29461
29458
|
var A;
|
|
29462
|
-
return (A =
|
|
29463
|
-
}, !1), m = Et((
|
|
29459
|
+
return (A = k().getAll().find((E) => E.queryHash === _n())) == null ? void 0 : A.state;
|
|
29460
|
+
}, !1), m = Et((k) => {
|
|
29464
29461
|
var A;
|
|
29465
|
-
return (A =
|
|
29466
|
-
}, !1), v = Et((
|
|
29467
|
-
const A =
|
|
29468
|
-
return A ?
|
|
29469
|
-
}), b = Et((
|
|
29470
|
-
const A =
|
|
29462
|
+
return (A = k().getAll().find((E) => E.queryHash === _n())) == null ? void 0 : A.state.data;
|
|
29463
|
+
}, !1), v = Et((k) => {
|
|
29464
|
+
const A = k().getAll().find((E) => E.queryHash === _n());
|
|
29465
|
+
return A ? _s(A) : "inactive";
|
|
29466
|
+
}), b = Et((k) => {
|
|
29467
|
+
const A = k().getAll().find((E) => E.queryHash === _n());
|
|
29471
29468
|
return A ? A.state.status : "pending";
|
|
29472
|
-
}), S = Et((
|
|
29469
|
+
}), S = Et((k) => {
|
|
29473
29470
|
var A, E;
|
|
29474
|
-
return (E = (A =
|
|
29471
|
+
return (E = (A = k().getAll().find((T) => T.queryHash === _n())) == null ? void 0 : A.getObserversCount()) != null ? E : 0;
|
|
29475
29472
|
}), C = G(() => M5(v())), w = () => {
|
|
29476
29473
|
var A, E;
|
|
29477
29474
|
ur({
|
|
29478
29475
|
type: "REFETCH",
|
|
29479
29476
|
queryHash: (A = h()) == null ? void 0 : A.queryHash
|
|
29480
29477
|
});
|
|
29481
|
-
const
|
|
29482
|
-
|
|
29478
|
+
const k = (E = h()) == null ? void 0 : E.fetch();
|
|
29479
|
+
k == null || k.catch(() => {
|
|
29483
29480
|
});
|
|
29484
|
-
},
|
|
29481
|
+
}, O = (k) => {
|
|
29485
29482
|
var B;
|
|
29486
29483
|
const A = h();
|
|
29487
29484
|
if (!A) return;
|
|
@@ -29489,10 +29486,10 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29489
29486
|
type: "TRIGGER_ERROR",
|
|
29490
29487
|
queryHash: A.queryHash,
|
|
29491
29488
|
metadata: {
|
|
29492
|
-
error:
|
|
29489
|
+
error: k == null ? void 0 : k.name
|
|
29493
29490
|
}
|
|
29494
29491
|
});
|
|
29495
|
-
const E = (B =
|
|
29492
|
+
const E = (B = k == null ? void 0 : k.initializer(A)) != null ? B : new Error("Unknown error from devtools"), T = A.options;
|
|
29496
29493
|
A.setState({
|
|
29497
29494
|
status: "error",
|
|
29498
29495
|
error: E,
|
|
@@ -29502,20 +29499,20 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29502
29499
|
}
|
|
29503
29500
|
});
|
|
29504
29501
|
}, x = () => {
|
|
29505
|
-
const
|
|
29506
|
-
if (!
|
|
29502
|
+
const k = h();
|
|
29503
|
+
if (!k) return;
|
|
29507
29504
|
ur({
|
|
29508
29505
|
type: "RESTORE_LOADING",
|
|
29509
|
-
queryHash:
|
|
29506
|
+
queryHash: k.queryHash
|
|
29510
29507
|
});
|
|
29511
|
-
const A =
|
|
29512
|
-
|
|
29508
|
+
const A = k.state, E = k.state.fetchMeta ? k.state.fetchMeta.__previousQueryOptions : null;
|
|
29509
|
+
k.cancel({
|
|
29513
29510
|
silent: !0
|
|
29514
|
-
}),
|
|
29511
|
+
}), k.setState({
|
|
29515
29512
|
...A,
|
|
29516
29513
|
fetchStatus: "idle",
|
|
29517
29514
|
fetchMeta: null
|
|
29518
|
-
}), E &&
|
|
29515
|
+
}), E && k.fetch(E);
|
|
29519
29516
|
};
|
|
29520
29517
|
xe(() => {
|
|
29521
29518
|
v() !== "fetching" && a(!1);
|
|
@@ -29534,7 +29531,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29534
29531
|
return G(() => !!h())() && g();
|
|
29535
29532
|
},
|
|
29536
29533
|
get children() {
|
|
29537
|
-
var
|
|
29534
|
+
var k = cL(), A = k.firstChild, E = A.nextSibling, T = E.firstChild, B = T.firstChild, N = B.firstChild, P = B.nextSibling, $ = T.nextSibling, R = $.firstChild, U = R.nextSibling, Q = $.nextSibling, j = Q.firstChild, H = j.nextSibling, q = E.nextSibling, K = q.nextSibling, F = K.firstChild, te = F.firstChild, Z = F.nextSibling, fe = Z.firstChild, Y = Z.nextSibling, he = Y.firstChild, ye = Y.nextSibling, De = ye.firstChild, ie = ye.nextSibling, at = ie.firstChild, Fe = at.nextSibling, ut = K.nextSibling;
|
|
29538
29535
|
ut.firstChild;
|
|
29539
29536
|
var Ge = ut.nextSibling, Ye = Ge.nextSibling;
|
|
29540
29537
|
return W(N, () => Cc(h().queryKey, !0)), W(P, v), W(U, S), W(H, () => new Date(g().dataUpdatedAt).toLocaleTimeString()), F.$$click = w, Z.$$click = () => {
|
|
@@ -29592,7 +29589,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29592
29589
|
h().state.error ? (ur({
|
|
29593
29590
|
type: "RESTORE_ERROR",
|
|
29594
29591
|
queryHash: (qe = h()) == null ? void 0 : qe.queryHash
|
|
29595
|
-
}), s.resetQueries(h())) :
|
|
29592
|
+
}), s.resetQueries(h())) : O();
|
|
29596
29593
|
}, W(J, () => b() === "error" ? "Restore" : "Trigger", dt), we((qe) => {
|
|
29597
29594
|
var Re = le(t`
|
|
29598
29595
|
color: ${i(r.red[500], r.red[400])};
|
|
@@ -29614,7 +29611,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29614
29611
|
var J = oL(), Le = J.firstChild, dt = Le.nextSibling, qe = dt.nextSibling;
|
|
29615
29612
|
return qe.firstChild, qe.addEventListener("change", (Re) => {
|
|
29616
29613
|
const ue = f().find((ge) => ge.name === Re.currentTarget.value);
|
|
29617
|
-
|
|
29614
|
+
O(ue);
|
|
29618
29615
|
}), W(qe, I(ES, {
|
|
29619
29616
|
get each() {
|
|
29620
29617
|
return f();
|
|
@@ -29634,7 +29631,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29634
29631
|
a: void 0
|
|
29635
29632
|
}), J;
|
|
29636
29633
|
}
|
|
29637
|
-
}), null), W(ut, () => l() === "view" ? "Explorer" : "Editor", null), W(
|
|
29634
|
+
}), null), W(ut, () => l() === "view" ? "Explorer" : "Editor", null), W(k, I(be, {
|
|
29638
29635
|
get when() {
|
|
29639
29636
|
return l() === "view";
|
|
29640
29637
|
},
|
|
@@ -29653,7 +29650,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29653
29650
|
}
|
|
29654
29651
|
})), we((Le) => (Le = V.size[2]) != null ? J.style.setProperty("padding", Le) : J.style.removeProperty("padding")), J;
|
|
29655
29652
|
}
|
|
29656
|
-
}), Ge), W(
|
|
29653
|
+
}), Ge), W(k, I(be, {
|
|
29657
29654
|
get when() {
|
|
29658
29655
|
return l() === "edit";
|
|
29659
29656
|
},
|
|
@@ -29716,8 +29713,8 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29716
29713
|
color: ${i(r.cyan[500], r.cyan[400])};
|
|
29717
29714
|
`, "tsqd-query-details-actions-btn", "tsqd-query-details-action-loading"), Lt = o(), fn = t`
|
|
29718
29715
|
background-color: ${i(r.cyan[500], r.cyan[400])};
|
|
29719
|
-
`, $i = le(n().detailsHeader, "tsqd-query-details-header"), Io = le(n().detailsHeader, "tsqd-query-details-header"),
|
|
29720
|
-
return Le !== J.e && re(
|
|
29716
|
+
`, $i = le(n().detailsHeader, "tsqd-query-details-header"), Io = le(n().detailsHeader, "tsqd-query-details-header"), vs = V.size[2];
|
|
29717
|
+
return Le !== J.e && re(k, J.e = Le), dt !== J.t && re(A, J.t = dt), qe !== J.a && re(E, J.a = qe), Re !== J.o && re(P, J.o = Re), ue !== J.i && re(q, J.i = ue), ge !== J.n && re(K, J.n = ge), de !== J.s && re(F, J.s = de), ze !== J.h && (F.disabled = J.h = ze), cn !== J.r && re(te, J.r = cn), Kt !== J.d && re(Z, J.d = Kt), un !== J.l && (Z.disabled = J.l = un), dn !== J.u && re(fe, J.u = dn), Te !== J.c && re(Y, J.c = Te), Xe !== J.w && (Y.disabled = J.w = Xe), se !== J.m && re(he, J.m = se), me !== J.f && re(ye, J.f = me), Ae !== J.y && (ye.disabled = J.y = Ae), Pe !== J.g && re(De, J.g = Pe), Ke !== J.p && re(ie, J.p = Ke), Lt !== J.b && (ie.disabled = J.b = Lt), fn !== J.T && re(at, J.T = fn), $i !== J.A && re(ut, J.A = $i), Io !== J.O && re(Ge, J.O = Io), vs !== J.I && ((J.I = vs) != null ? Ye.style.setProperty("padding", vs) : Ye.style.removeProperty("padding")), J;
|
|
29721
29718
|
}, {
|
|
29722
29719
|
e: void 0,
|
|
29723
29720
|
t: void 0,
|
|
@@ -29743,7 +29740,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29743
29740
|
A: void 0,
|
|
29744
29741
|
O: void 0,
|
|
29745
29742
|
I: void 0
|
|
29746
|
-
}),
|
|
29743
|
+
}), k;
|
|
29747
29744
|
}
|
|
29748
29745
|
});
|
|
29749
29746
|
}, SL = () => {
|
|
@@ -29757,7 +29754,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29757
29754
|
}), o = Yn((u) => {
|
|
29758
29755
|
const f = u().getAll().find((h) => h.mutationId === wi());
|
|
29759
29756
|
return f ? f.state.status : "idle";
|
|
29760
|
-
}), a = G(() =>
|
|
29757
|
+
}), a = G(() => Ps({
|
|
29761
29758
|
isPaused: s(),
|
|
29762
29759
|
status: o()
|
|
29763
29760
|
})), l = Yn((u) => u().getAll().find((d) => d.mutationId === wi()), !1), c = () => a() === "gray" ? t`
|
|
@@ -29774,7 +29771,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29774
29771
|
return l();
|
|
29775
29772
|
},
|
|
29776
29773
|
get children() {
|
|
29777
|
-
var u = dL(), d = u.firstChild, f = d.nextSibling, h = f.firstChild, y = h.firstChild, g = y.firstChild, m = y.nextSibling, v = h.nextSibling, b = v.firstChild, S = b.nextSibling, C = f.nextSibling, w = C.nextSibling,
|
|
29774
|
+
var u = dL(), d = u.firstChild, f = d.nextSibling, h = f.firstChild, y = h.firstChild, g = y.firstChild, m = y.nextSibling, v = h.nextSibling, b = v.firstChild, S = b.nextSibling, C = f.nextSibling, w = C.nextSibling, O = w.nextSibling, x = O.nextSibling, _ = x.nextSibling, k = _.nextSibling, A = k.nextSibling, E = A.nextSibling;
|
|
29778
29775
|
return W(g, I(be, {
|
|
29779
29776
|
get when() {
|
|
29780
29777
|
return l().options.mutationKey;
|
|
@@ -29807,7 +29804,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29807
29804
|
get value() {
|
|
29808
29805
|
return l().state.context;
|
|
29809
29806
|
}
|
|
29810
|
-
})), W(
|
|
29807
|
+
})), W(k, I(mi, {
|
|
29811
29808
|
label: "Data",
|
|
29812
29809
|
defaultExpanded: ["Data"],
|
|
29813
29810
|
get value() {
|
|
@@ -29821,7 +29818,7 @@ var II = /* @__PURE__ */ ce('<div><div aria-hidden=true></div><button type=butto
|
|
|
29821
29818
|
}
|
|
29822
29819
|
})), we((T) => {
|
|
29823
29820
|
var B = le(n().detailsContainer, "tsqd-query-details-container"), N = le(n().detailsHeader, "tsqd-query-details-header"), P = le(n().detailsBody, "tsqd-query-details-summary-container"), $ = le(n().queryDetailsStatus, c()), R = le(n().detailsHeader, "tsqd-query-details-header"), U = V.size[2], Q = le(n().detailsHeader, "tsqd-query-details-header"), j = V.size[2], H = le(n().detailsHeader, "tsqd-query-details-header"), q = V.size[2], K = le(n().detailsHeader, "tsqd-query-details-header"), F = V.size[2];
|
|
29824
|
-
return B !== T.e && re(u, T.e = B), N !== T.t && re(d, T.t = N), P !== T.a && re(f, T.a = P), $ !== T.o && re(m, T.o = $), R !== T.i && re(C, T.i = R), U !== T.n && ((T.n = U) != null ? w.style.setProperty("padding", U) : w.style.removeProperty("padding")), Q !== T.s && re(
|
|
29821
|
+
return B !== T.e && re(u, T.e = B), N !== T.t && re(d, T.t = N), P !== T.a && re(f, T.a = P), $ !== T.o && re(m, T.o = $), R !== T.i && re(C, T.i = R), U !== T.n && ((T.n = U) != null ? w.style.setProperty("padding", U) : w.style.removeProperty("padding")), Q !== T.s && re(O, T.s = Q), j !== T.h && ((T.h = j) != null ? x.style.setProperty("padding", j) : x.style.removeProperty("padding")), H !== T.r && re(_, T.r = H), q !== T.d && ((T.d = q) != null ? k.style.setProperty("padding", q) : k.style.removeProperty("padding")), K !== T.l && re(A, T.l = K), F !== T.u && ((T.u = F) != null ? E.style.setProperty("padding", F) : E.style.removeProperty("padding")), T;
|
|
29825
29822
|
}, {
|
|
29826
29823
|
e: void 0,
|
|
29827
29824
|
t: void 0,
|
|
@@ -31021,11 +31018,11 @@ function ca() {
|
|
|
31021
31018
|
function s(h, y, g, m) {
|
|
31022
31019
|
var v = y && y.prototype instanceof a ? y : a, b = Object.create(v.prototype);
|
|
31023
31020
|
return pn(b, "_invoke", function(S, C, w) {
|
|
31024
|
-
var
|
|
31025
|
-
return
|
|
31021
|
+
var O, x, _, k = 0, A = w || [], E = !1, T = { p: 0, n: 0, v: e, a: B, f: B.bind(e, 4), d: function(P, $) {
|
|
31022
|
+
return O = P, x = 0, _ = e, T.n = $, o;
|
|
31026
31023
|
} };
|
|
31027
31024
|
function B(N, P) {
|
|
31028
|
-
for (x = N, _ = P, t = 0; !E &&
|
|
31025
|
+
for (x = N, _ = P, t = 0; !E && k && !$ && t < A.length; t++) {
|
|
31029
31026
|
var $, R = A[t], U = T.p, Q = R[2];
|
|
31030
31027
|
N > 3 ? ($ = Q === P) && (_ = R[(x = R[4]) ? 5 : (x = 3, 3)], R[4] = R[5] = e) : R[0] <= U && (($ = N < 2 && U < R[1]) ? (x = 0, T.v = P, T.n = R[1]) : U < Q && ($ = N < 3 || R[0] > P || P > Q) && (R[4] = N, R[5] = P, T.n = Q, x = 0));
|
|
31031
31028
|
}
|
|
@@ -31033,22 +31030,22 @@ function ca() {
|
|
|
31033
31030
|
throw E = !0, P;
|
|
31034
31031
|
}
|
|
31035
31032
|
return function(N, P, $) {
|
|
31036
|
-
if (
|
|
31033
|
+
if (k > 1) throw TypeError("Generator is already running");
|
|
31037
31034
|
for (E && P === 1 && B(P, $), x = P, _ = $; (t = x < 2 ? e : _) || !E; ) {
|
|
31038
|
-
|
|
31035
|
+
O || (x ? x < 3 ? (x > 1 && (T.n = -1), B(x, _)) : T.n = _ : T.v = _);
|
|
31039
31036
|
try {
|
|
31040
|
-
if (
|
|
31041
|
-
if (x || (N = "next"), t =
|
|
31042
|
-
if (!(t = t.call(
|
|
31037
|
+
if (k = 2, O) {
|
|
31038
|
+
if (x || (N = "next"), t = O[N]) {
|
|
31039
|
+
if (!(t = t.call(O, _))) throw TypeError("iterator result is not an object");
|
|
31043
31040
|
if (!t.done) return t;
|
|
31044
31041
|
_ = t.value, x < 2 && (x = 0);
|
|
31045
|
-
} else x === 1 && (t =
|
|
31046
|
-
|
|
31042
|
+
} else x === 1 && (t = O.return) && t.call(O), x < 2 && (_ = TypeError("The iterator does not provide a '" + N + "' method"), x = 1);
|
|
31043
|
+
O = e;
|
|
31047
31044
|
} else if ((t = (E = T.n < 0) ? _ : S.call(C, T)) !== o) break;
|
|
31048
31045
|
} catch (R) {
|
|
31049
|
-
|
|
31046
|
+
O = e, x = 1, _ = R;
|
|
31050
31047
|
} finally {
|
|
31051
|
-
|
|
31048
|
+
k = 1;
|
|
31052
31049
|
}
|
|
31053
31050
|
}
|
|
31054
31051
|
return { value: t, done: E };
|
|
@@ -31171,7 +31168,7 @@ var RL = function(t) {
|
|
|
31171
31168
|
m(Q);
|
|
31172
31169
|
}
|
|
31173
31170
|
}, [n, i]);
|
|
31174
|
-
var
|
|
31171
|
+
var O = V2({
|
|
31175
31172
|
mutation: {
|
|
31176
31173
|
onSuccess: function() {
|
|
31177
31174
|
var U = wp(/* @__PURE__ */ ca().m(function j() {
|
|
@@ -31214,7 +31211,7 @@ var RL = function(t) {
|
|
|
31214
31211
|
console.error("Error creating brand group:", Q);
|
|
31215
31212
|
}
|
|
31216
31213
|
}
|
|
31217
|
-
}), x =
|
|
31214
|
+
}), x = O.mutate, _ = O.isPending, k = Q4({
|
|
31218
31215
|
mutation: {
|
|
31219
31216
|
onSuccess: function() {
|
|
31220
31217
|
var U = wp(/* @__PURE__ */ ca().m(function j() {
|
|
@@ -31259,14 +31256,12 @@ var RL = function(t) {
|
|
|
31259
31256
|
);
|
|
31260
31257
|
}
|
|
31261
31258
|
}
|
|
31262
|
-
}), A =
|
|
31259
|
+
}), A = k.mutate, E = k.isPending, T = function() {
|
|
31263
31260
|
!d.trim() || !(i != null && i.id) || x({
|
|
31264
31261
|
brandId: a,
|
|
31265
31262
|
data: {
|
|
31266
31263
|
groupName: d.trim(),
|
|
31267
|
-
brandIds: g
|
|
31268
|
-
return Number(Q);
|
|
31269
|
-
})
|
|
31264
|
+
brandIds: g
|
|
31270
31265
|
}
|
|
31271
31266
|
});
|
|
31272
31267
|
}, B = function() {
|
|
@@ -31341,11 +31336,11 @@ function Gf() {
|
|
|
31341
31336
|
function s(h, y, g, m) {
|
|
31342
31337
|
var v = y && y.prototype instanceof a ? y : a, b = Object.create(v.prototype);
|
|
31343
31338
|
return vn(b, "_invoke", function(S, C, w) {
|
|
31344
|
-
var
|
|
31345
|
-
return
|
|
31339
|
+
var O, x, _, k = 0, A = w || [], E = !1, T = { p: 0, n: 0, v: e, a: B, f: B.bind(e, 4), d: function(P, $) {
|
|
31340
|
+
return O = P, x = 0, _ = e, T.n = $, o;
|
|
31346
31341
|
} };
|
|
31347
31342
|
function B(N, P) {
|
|
31348
|
-
for (x = N, _ = P, t = 0; !E &&
|
|
31343
|
+
for (x = N, _ = P, t = 0; !E && k && !$ && t < A.length; t++) {
|
|
31349
31344
|
var $, R = A[t], U = T.p, Q = R[2];
|
|
31350
31345
|
N > 3 ? ($ = Q === P) && (_ = R[(x = R[4]) ? 5 : (x = 3, 3)], R[4] = R[5] = e) : R[0] <= U && (($ = N < 2 && U < R[1]) ? (x = 0, T.v = P, T.n = R[1]) : U < Q && ($ = N < 3 || R[0] > P || P > Q) && (R[4] = N, R[5] = P, T.n = Q, x = 0));
|
|
31351
31346
|
}
|
|
@@ -31353,22 +31348,22 @@ function Gf() {
|
|
|
31353
31348
|
throw E = !0, P;
|
|
31354
31349
|
}
|
|
31355
31350
|
return function(N, P, $) {
|
|
31356
|
-
if (
|
|
31351
|
+
if (k > 1) throw TypeError("Generator is already running");
|
|
31357
31352
|
for (E && P === 1 && B(P, $), x = P, _ = $; (t = x < 2 ? e : _) || !E; ) {
|
|
31358
|
-
|
|
31353
|
+
O || (x ? x < 3 ? (x > 1 && (T.n = -1), B(x, _)) : T.n = _ : T.v = _);
|
|
31359
31354
|
try {
|
|
31360
|
-
if (
|
|
31361
|
-
if (x || (N = "next"), t =
|
|
31362
|
-
if (!(t = t.call(
|
|
31355
|
+
if (k = 2, O) {
|
|
31356
|
+
if (x || (N = "next"), t = O[N]) {
|
|
31357
|
+
if (!(t = t.call(O, _))) throw TypeError("iterator result is not an object");
|
|
31363
31358
|
if (!t.done) return t;
|
|
31364
31359
|
_ = t.value, x < 2 && (x = 0);
|
|
31365
|
-
} else x === 1 && (t =
|
|
31366
|
-
|
|
31360
|
+
} else x === 1 && (t = O.return) && t.call(O), x < 2 && (_ = TypeError("The iterator does not provide a '" + N + "' method"), x = 1);
|
|
31361
|
+
O = e;
|
|
31367
31362
|
} else if ((t = (E = T.n < 0) ? _ : S.call(C, T)) !== o) break;
|
|
31368
31363
|
} catch (R) {
|
|
31369
|
-
|
|
31364
|
+
O = e, x = 1, _ = R;
|
|
31370
31365
|
} finally {
|
|
31371
|
-
|
|
31366
|
+
k = 1;
|
|
31372
31367
|
}
|
|
31373
31368
|
}
|
|
31374
31369
|
return { value: t, done: E };
|
|
@@ -31483,8 +31478,8 @@ var zL = function(t) {
|
|
|
31483
31478
|
var n = t.isOpen, r = t.onClose, i = t.brandId, s = t.brandsToGroup, o = t.onGroupCreated, a = an(), l = nr(), c = l.analysisId, u = Ee(""), d = Cp(u, 2), f = d[0], h = d[1], y = Ee([]), g = Cp(y, 2), m = g[0], v = g[1];
|
|
31484
31479
|
Qe(function() {
|
|
31485
31480
|
if (n && s.length > 0) {
|
|
31486
|
-
var _,
|
|
31487
|
-
h(String(
|
|
31481
|
+
var _, k = (_ = s[0]) === null || _ === void 0 ? void 0 : _.name;
|
|
31482
|
+
h(String(k || "New Group")), v(s.map(function(A) {
|
|
31488
31483
|
var E;
|
|
31489
31484
|
return String((E = A.id) !== null && E !== void 0 ? E : "");
|
|
31490
31485
|
}));
|
|
@@ -31525,20 +31520,20 @@ var zL = function(t) {
|
|
|
31525
31520
|
}
|
|
31526
31521
|
}, A);
|
|
31527
31522
|
}));
|
|
31528
|
-
function
|
|
31523
|
+
function k() {
|
|
31529
31524
|
return _.apply(this, arguments);
|
|
31530
31525
|
}
|
|
31531
|
-
return
|
|
31526
|
+
return k;
|
|
31532
31527
|
}(),
|
|
31533
|
-
onError: function(
|
|
31534
|
-
console.error("Error creating group:",
|
|
31528
|
+
onError: function(k) {
|
|
31529
|
+
console.error("Error creating group:", k);
|
|
31535
31530
|
}
|
|
31536
31531
|
}
|
|
31537
31532
|
}), S = b.mutate, C = b.isPending, w = function() {
|
|
31538
31533
|
h(""), v([]), r();
|
|
31539
|
-
},
|
|
31534
|
+
}, O = function() {
|
|
31540
31535
|
if (!(!f.trim() || m.length === 0)) {
|
|
31541
|
-
var
|
|
31536
|
+
var k = m.flatMap(function(A) {
|
|
31542
31537
|
var E = s.find(function(T) {
|
|
31543
31538
|
return String(T.id) === A;
|
|
31544
31539
|
});
|
|
@@ -31550,19 +31545,16 @@ var zL = function(t) {
|
|
|
31550
31545
|
brandId: i,
|
|
31551
31546
|
data: {
|
|
31552
31547
|
groupName: f.trim(),
|
|
31553
|
-
|
|
31554
|
-
brandIds: O.filter(function(A) {
|
|
31548
|
+
brandIds: k.filter(function(A) {
|
|
31555
31549
|
return A !== "";
|
|
31556
|
-
}).map(function(A) {
|
|
31557
|
-
return Number(A);
|
|
31558
31550
|
})
|
|
31559
31551
|
}
|
|
31560
31552
|
});
|
|
31561
31553
|
}
|
|
31562
|
-
}, x = function(
|
|
31554
|
+
}, x = function(k) {
|
|
31563
31555
|
v(function(A) {
|
|
31564
31556
|
return A.filter(function(E) {
|
|
31565
|
-
return E !==
|
|
31557
|
+
return E !== k;
|
|
31566
31558
|
});
|
|
31567
31559
|
});
|
|
31568
31560
|
};
|
|
@@ -31577,12 +31569,12 @@ var zL = function(t) {
|
|
|
31577
31569
|
] }),
|
|
31578
31570
|
/* @__PURE__ */ M("div", { children: [
|
|
31579
31571
|
/* @__PURE__ */ p(ov, { readOnly: !0, id: "groupedBrands", label: "Brands in group (".concat(m.length, ")"), tags: m.map(function(_) {
|
|
31580
|
-
var
|
|
31572
|
+
var k = s.find(function(A) {
|
|
31581
31573
|
return String(A.id) === _;
|
|
31582
31574
|
});
|
|
31583
|
-
return
|
|
31575
|
+
return k ? k.type === "group" ? "Group: ".concat(k.name) : k.name || "" : "";
|
|
31584
31576
|
}).filter(Boolean), onRemoveTag: function(_) {
|
|
31585
|
-
var
|
|
31577
|
+
var k = m.find(function(A) {
|
|
31586
31578
|
var E = s.find(function(B) {
|
|
31587
31579
|
return String(B.id) === A;
|
|
31588
31580
|
});
|
|
@@ -31590,7 +31582,7 @@ var zL = function(t) {
|
|
|
31590
31582
|
var T = E.type === "group" ? "Group: ".concat(E.name) : E.name || "";
|
|
31591
31583
|
return T === _;
|
|
31592
31584
|
});
|
|
31593
|
-
|
|
31585
|
+
k && x(k);
|
|
31594
31586
|
}, onAddTag: function() {
|
|
31595
31587
|
} }),
|
|
31596
31588
|
m.length === 0 && /* @__PURE__ */ p("p", { className: "yst-text-sm yst-italic yst-text-gray-500", children: "No brands selected" })
|
|
@@ -31599,7 +31591,7 @@ var zL = function(t) {
|
|
|
31599
31591
|
] }),
|
|
31600
31592
|
/* @__PURE__ */ p(Ce.Container.Footer, { className: "yst-pt-4", children: /* @__PURE__ */ M("div", { className: "yst-flex yst-justify-end yst-gap-2", children: [
|
|
31601
31593
|
/* @__PURE__ */ p(Be, { variant: "secondary", onClick: w, disabled: C, children: "Cancel" }),
|
|
31602
|
-
/* @__PURE__ */ p(Be, { variant: "primary", onClick:
|
|
31594
|
+
/* @__PURE__ */ p(Be, { variant: "primary", onClick: O, disabled: !f.trim() || m.length === 0 || C, children: C ? "Saving..." : "Save group" })
|
|
31603
31595
|
] }) })
|
|
31604
31596
|
] }) }) });
|
|
31605
31597
|
};
|
|
@@ -31706,7 +31698,7 @@ function XL(e) {
|
|
|
31706
31698
|
if (Array.isArray(e)) return e;
|
|
31707
31699
|
}
|
|
31708
31700
|
var ZL = function() {
|
|
31709
|
-
var t, n = Tn(), r = Ee(!1), i = ar(r, 2), s = i[0], o = i[1], a = Ee({}), l = ar(a, 2), c = l[0], u = l[1], d = Ee(""), f = ar(d, 2), h = f[0], y = f[1], g = Ee(1), m = ar(g, 2), v = m[0], b = m[1], S = Ee({}), C = ar(S, 2), w = C[0],
|
|
31701
|
+
var t, n = Tn(), r = Ee(!1), i = ar(r, 2), s = i[0], o = i[1], a = Ee({}), l = ar(a, 2), c = l[0], u = l[1], d = Ee(""), f = ar(d, 2), h = f[0], y = f[1], g = Ee(1), m = ar(g, 2), v = m[0], b = m[1], S = Ee({}), C = ar(S, 2), w = C[0], O = C[1], x = Ee(!1), _ = ar(x, 2), k = _[0], A = _[1], E = Ee(!1), T = ar(E, 2), B = T[0], N = T[1], P = Ee(null), $ = ar(P, 2), R = $[0], U = $[1], Q = nr(), j = Q.brandId;
|
|
31710
31702
|
function H(ue) {
|
|
31711
31703
|
return String(ue.id);
|
|
31712
31704
|
}
|
|
@@ -31735,17 +31727,17 @@ var ZL = function() {
|
|
|
31735
31727
|
}, Fe = function(ge) {
|
|
31736
31728
|
y(ge.target.value), b(1);
|
|
31737
31729
|
}, ut = function(ge) {
|
|
31738
|
-
|
|
31730
|
+
O(function(de) {
|
|
31739
31731
|
return Op(Op({}, de), {}, Uw({}, ge, !de[ge]));
|
|
31740
31732
|
});
|
|
31741
31733
|
}, Ge = function() {
|
|
31742
31734
|
n("/");
|
|
31743
31735
|
}, Ye = function() {
|
|
31744
|
-
|
|
31736
|
+
O({}), u({}), o(!1);
|
|
31745
31737
|
}, J = function() {
|
|
31746
31738
|
A(!1);
|
|
31747
31739
|
}, Le = function() {
|
|
31748
|
-
|
|
31740
|
+
O({}), b(1), y("");
|
|
31749
31741
|
}, dt = function() {
|
|
31750
31742
|
N(!1), U(null);
|
|
31751
31743
|
}, qe = function(ge, de) {
|
|
@@ -31913,7 +31905,7 @@ var ZL = function() {
|
|
|
31913
31905
|
// any action
|
|
31914
31906
|
/* @__PURE__ */ p(Be, { as: Ai, to: "/brands/".concat(j), variant: "tertiary", className: "yst-mb-0", children: "Return to analysis" })
|
|
31915
31907
|
) }) }),
|
|
31916
|
-
/* @__PURE__ */ p(zL, { isOpen:
|
|
31908
|
+
/* @__PURE__ */ p(zL, { isOpen: k, onClose: J, brandId: j, brandsToGroup: Z.filter(function(ue) {
|
|
31917
31909
|
return ie.includes(H(ue));
|
|
31918
31910
|
}), onGroupCreated: Le }),
|
|
31919
31911
|
/* @__PURE__ */ p(RL, { isOpen: B, onClose: dt, groupToEdit: R, allBrands: Z })
|
|
@@ -31988,7 +31980,7 @@ var sR = function(t) {
|
|
|
31988
31980
|
}, isLoading: f, disabled: l !== "DELETE ALL", title: "Delete all data?", description: /* @__PURE__ */ M(st, { children: [
|
|
31989
31981
|
/* @__PURE__ */ p("p", { children: "This will permanently erase all brands, analysis results, and queries from your account." }),
|
|
31990
31982
|
/* @__PURE__ */ p("p", { children: "This action cannot be undone." }),
|
|
31991
|
-
/* @__PURE__ */ p(
|
|
31983
|
+
/* @__PURE__ */ p($s, { id: "delete-all-confirmation", label: "To confirm, please type DELETE ALL:", value: l, onChange: function(h) {
|
|
31992
31984
|
return c(h.target.value);
|
|
31993
31985
|
} }),
|
|
31994
31986
|
/* @__PURE__ */ p("p", { children: /* @__PURE__ */ p("em", { children: "This is to make sure you understand this action is permanent." }) })
|
|
@@ -32000,11 +31992,11 @@ function Vf() {
|
|
|
32000
31992
|
function s(h, y, g, m) {
|
|
32001
31993
|
var v = y && y.prototype instanceof a ? y : a, b = Object.create(v.prototype);
|
|
32002
31994
|
return bn(b, "_invoke", function(S, C, w) {
|
|
32003
|
-
var
|
|
32004
|
-
return
|
|
31995
|
+
var O, x, _, k = 0, A = w || [], E = !1, T = { p: 0, n: 0, v: e, a: B, f: B.bind(e, 4), d: function(P, $) {
|
|
31996
|
+
return O = P, x = 0, _ = e, T.n = $, o;
|
|
32005
31997
|
} };
|
|
32006
31998
|
function B(N, P) {
|
|
32007
|
-
for (x = N, _ = P, t = 0; !E &&
|
|
31999
|
+
for (x = N, _ = P, t = 0; !E && k && !$ && t < A.length; t++) {
|
|
32008
32000
|
var $, R = A[t], U = T.p, Q = R[2];
|
|
32009
32001
|
N > 3 ? ($ = Q === P) && (_ = R[(x = R[4]) ? 5 : (x = 3, 3)], R[4] = R[5] = e) : R[0] <= U && (($ = N < 2 && U < R[1]) ? (x = 0, T.v = P, T.n = R[1]) : U < Q && ($ = N < 3 || R[0] > P || P > Q) && (R[4] = N, R[5] = P, T.n = Q, x = 0));
|
|
32010
32002
|
}
|
|
@@ -32012,22 +32004,22 @@ function Vf() {
|
|
|
32012
32004
|
throw E = !0, P;
|
|
32013
32005
|
}
|
|
32014
32006
|
return function(N, P, $) {
|
|
32015
|
-
if (
|
|
32007
|
+
if (k > 1) throw TypeError("Generator is already running");
|
|
32016
32008
|
for (E && P === 1 && B(P, $), x = P, _ = $; (t = x < 2 ? e : _) || !E; ) {
|
|
32017
|
-
|
|
32009
|
+
O || (x ? x < 3 ? (x > 1 && (T.n = -1), B(x, _)) : T.n = _ : T.v = _);
|
|
32018
32010
|
try {
|
|
32019
|
-
if (
|
|
32020
|
-
if (x || (N = "next"), t =
|
|
32021
|
-
if (!(t = t.call(
|
|
32011
|
+
if (k = 2, O) {
|
|
32012
|
+
if (x || (N = "next"), t = O[N]) {
|
|
32013
|
+
if (!(t = t.call(O, _))) throw TypeError("iterator result is not an object");
|
|
32022
32014
|
if (!t.done) return t;
|
|
32023
32015
|
_ = t.value, x < 2 && (x = 0);
|
|
32024
|
-
} else x === 1 && (t =
|
|
32025
|
-
|
|
32016
|
+
} else x === 1 && (t = O.return) && t.call(O), x < 2 && (_ = TypeError("The iterator does not provide a '" + N + "' method"), x = 1);
|
|
32017
|
+
O = e;
|
|
32026
32018
|
} else if ((t = (E = T.n < 0) ? _ : S.call(C, T)) !== o) break;
|
|
32027
32019
|
} catch (R) {
|
|
32028
|
-
|
|
32020
|
+
O = e, x = 1, _ = R;
|
|
32029
32021
|
} finally {
|
|
32030
|
-
|
|
32022
|
+
k = 1;
|
|
32031
32023
|
}
|
|
32032
32024
|
}
|
|
32033
32025
|
return { value: t, done: E };
|
|
@@ -32186,7 +32178,7 @@ var fR = function(t) {
|
|
|
32186
32178
|
}, isLoading: y, disabled: u.toLowerCase() !== (s == null ? void 0 : s.toLowerCase()), title: "Delete brand?", description: /* @__PURE__ */ M(st, { children: [
|
|
32187
32179
|
/* @__PURE__ */ p("p", { children: "This will permanently delete all data associated with this brand, including past analyses and query history." }),
|
|
32188
32180
|
/* @__PURE__ */ p("p", { children: "This action cannot be undone." }),
|
|
32189
|
-
/* @__PURE__ */ p(
|
|
32181
|
+
/* @__PURE__ */ p($s, { id: "delete-modal-brand-name-confirmation", label: "To confirm, please type your brand name ".concat(s, ":"), value: u, onChange: function(g) {
|
|
32190
32182
|
return d(g.target.value);
|
|
32191
32183
|
} }),
|
|
32192
32184
|
/* @__PURE__ */ p("p", { children: /* @__PURE__ */ p("em", { children: "This is to make sure you understand this action is permanent." }) })
|
|
@@ -32206,11 +32198,11 @@ function ua() {
|
|
|
32206
32198
|
function s(h, y, g, m) {
|
|
32207
32199
|
var v = y && y.prototype instanceof a ? y : a, b = Object.create(v.prototype);
|
|
32208
32200
|
return wn(b, "_invoke", function(S, C, w) {
|
|
32209
|
-
var
|
|
32210
|
-
return
|
|
32201
|
+
var O, x, _, k = 0, A = w || [], E = !1, T = { p: 0, n: 0, v: e, a: B, f: B.bind(e, 4), d: function(P, $) {
|
|
32202
|
+
return O = P, x = 0, _ = e, T.n = $, o;
|
|
32211
32203
|
} };
|
|
32212
32204
|
function B(N, P) {
|
|
32213
|
-
for (x = N, _ = P, t = 0; !E &&
|
|
32205
|
+
for (x = N, _ = P, t = 0; !E && k && !$ && t < A.length; t++) {
|
|
32214
32206
|
var $, R = A[t], U = T.p, Q = R[2];
|
|
32215
32207
|
N > 3 ? ($ = Q === P) && (_ = R[(x = R[4]) ? 5 : (x = 3, 3)], R[4] = R[5] = e) : R[0] <= U && (($ = N < 2 && U < R[1]) ? (x = 0, T.v = P, T.n = R[1]) : U < Q && ($ = N < 3 || R[0] > P || P > Q) && (R[4] = N, R[5] = P, T.n = Q, x = 0));
|
|
32216
32208
|
}
|
|
@@ -32218,22 +32210,22 @@ function ua() {
|
|
|
32218
32210
|
throw E = !0, P;
|
|
32219
32211
|
}
|
|
32220
32212
|
return function(N, P, $) {
|
|
32221
|
-
if (
|
|
32213
|
+
if (k > 1) throw TypeError("Generator is already running");
|
|
32222
32214
|
for (E && P === 1 && B(P, $), x = P, _ = $; (t = x < 2 ? e : _) || !E; ) {
|
|
32223
|
-
|
|
32215
|
+
O || (x ? x < 3 ? (x > 1 && (T.n = -1), B(x, _)) : T.n = _ : T.v = _);
|
|
32224
32216
|
try {
|
|
32225
|
-
if (
|
|
32226
|
-
if (x || (N = "next"), t =
|
|
32227
|
-
if (!(t = t.call(
|
|
32217
|
+
if (k = 2, O) {
|
|
32218
|
+
if (x || (N = "next"), t = O[N]) {
|
|
32219
|
+
if (!(t = t.call(O, _))) throw TypeError("iterator result is not an object");
|
|
32228
32220
|
if (!t.done) return t;
|
|
32229
32221
|
_ = t.value, x < 2 && (x = 0);
|
|
32230
|
-
} else x === 1 && (t =
|
|
32231
|
-
|
|
32222
|
+
} else x === 1 && (t = O.return) && t.call(O), x < 2 && (_ = TypeError("The iterator does not provide a '" + N + "' method"), x = 1);
|
|
32223
|
+
O = e;
|
|
32232
32224
|
} else if ((t = (E = T.n < 0) ? _ : S.call(C, T)) !== o) break;
|
|
32233
32225
|
} catch (R) {
|
|
32234
|
-
|
|
32226
|
+
O = e, x = 1, _ = R;
|
|
32235
32227
|
} finally {
|
|
32236
|
-
|
|
32228
|
+
k = 1;
|
|
32237
32229
|
}
|
|
32238
32230
|
}
|
|
32239
32231
|
return { value: t, done: E };
|
|
@@ -32398,7 +32390,7 @@ var xR = function(t) {
|
|
|
32398
32390
|
refetchInterval: 30 * 1e3
|
|
32399
32391
|
// 30 seconds
|
|
32400
32392
|
}
|
|
32401
|
-
}), w = C.data,
|
|
32393
|
+
}), w = C.data, O = W2({
|
|
32402
32394
|
mutation: {
|
|
32403
32395
|
onMutate: function() {
|
|
32404
32396
|
var N = $p(/* @__PURE__ */ ua().m(function $(R) {
|
|
@@ -32473,7 +32465,7 @@ var xR = function(t) {
|
|
|
32473
32465
|
return P;
|
|
32474
32466
|
}()
|
|
32475
32467
|
}
|
|
32476
|
-
}), x =
|
|
32468
|
+
}), x = O.mutate, _ = O.isPending, k = function(P) {
|
|
32477
32469
|
x({
|
|
32478
32470
|
brandId: a,
|
|
32479
32471
|
data: {
|
|
@@ -32485,10 +32477,10 @@ var xR = function(t) {
|
|
|
32485
32477
|
if (!E)
|
|
32486
32478
|
return b(!0);
|
|
32487
32479
|
if (!T)
|
|
32488
|
-
return
|
|
32480
|
+
return k(!0);
|
|
32489
32481
|
b(!0);
|
|
32490
32482
|
} else
|
|
32491
|
-
|
|
32483
|
+
k(!1);
|
|
32492
32484
|
}, E = Number(w == null ? void 0 : w.maxNumberOfActiveBrands) - Number(w == null ? void 0 : w.numberOfActiveBrands) > 0 || !!(i != null && (n = i.settings) !== null && n !== void 0 && n.enableAutomaticAnalysis), T = gb(i == null ? void 0 : i.firstNextAnalysisOpportunity), B = (i == null ? void 0 : i.setupStatus) === "pendingQuerySelection";
|
|
32493
32485
|
return /* @__PURE__ */ M(st, { children: [
|
|
32494
32486
|
/* @__PURE__ */ M("div", { className: Oe("yst-flex yst-max-w-2xl yst-flex-1 yst-flex-row yst-items-center yst-justify-start yst-gap-4 yst-py-4 yst-text-slate-800", {
|
|
@@ -32530,7 +32522,7 @@ var xR = function(t) {
|
|
|
32530
32522
|
return b(!1);
|
|
32531
32523
|
}, children: "Cancel" }),
|
|
32532
32524
|
/* @__PURE__ */ p(Be, { variant: "primary", onClick: function() {
|
|
32533
|
-
|
|
32525
|
+
k(!0);
|
|
32534
32526
|
}, isLoading: _, children: "Yes, start analysis" })
|
|
32535
32527
|
] })
|
|
32536
32528
|
] })
|
|
@@ -32620,7 +32612,7 @@ var Fp = gl(Ip || (Ip = a0(["xl:yst-w-1/3"]))), Bp = gl(Lp || (Lp = a0(["xl:yst-
|
|
|
32620
32612
|
return _;
|
|
32621
32613
|
}
|
|
32622
32614
|
}
|
|
32623
|
-
}), b = v.data, S =
|
|
32615
|
+
}), b = v.data, S = gs({
|
|
32624
32616
|
query: {
|
|
32625
32617
|
select: function(x) {
|
|
32626
32618
|
var _ = x.data;
|
|
@@ -32635,8 +32627,8 @@ var Fp = gl(Ip || (Ip = a0(["xl:yst-w-1/3"]))), Bp = gl(Lp || (Lp = a0(["xl:yst-
|
|
|
32635
32627
|
refetchInterval: 30 * 1e3
|
|
32636
32628
|
// 30 seconds
|
|
32637
32629
|
}
|
|
32638
|
-
}), C = S.data, w = C == null ? void 0 : C.find(function(
|
|
32639
|
-
return
|
|
32630
|
+
}), C = S.data, w = C == null ? void 0 : C.find(function(O) {
|
|
32631
|
+
return O.id === g;
|
|
32640
32632
|
});
|
|
32641
32633
|
return /* @__PURE__ */ M("form", { children: [
|
|
32642
32634
|
/* @__PURE__ */ M(yt, { children: [
|
|
@@ -32680,10 +32672,10 @@ var Fp = gl(Ip || (Ip = a0(["xl:yst-w-1/3"]))), Bp = gl(Lp || (Lp = a0(["xl:yst-
|
|
|
32680
32672
|
(C != null ? C : [{
|
|
32681
32673
|
id: "loading",
|
|
32682
32674
|
name: "Loading..."
|
|
32683
|
-
}]).map(function(
|
|
32684
|
-
return /* @__PURE__ */ p(xR, { brand:
|
|
32685
|
-
m(
|
|
32686
|
-
} },
|
|
32675
|
+
}]).map(function(O, x, _) {
|
|
32676
|
+
return /* @__PURE__ */ p(xR, { brand: O, isLast: x === _.length - 1, onDelete: function(k) {
|
|
32677
|
+
m(k), l(!0);
|
|
32678
|
+
} }, O.id);
|
|
32687
32679
|
})
|
|
32688
32680
|
] })
|
|
32689
32681
|
] }),
|
|
@@ -33786,11 +33778,11 @@ function Qf() {
|
|
|
33786
33778
|
function s(h, y, g, m) {
|
|
33787
33779
|
var v = y && y.prototype instanceof a ? y : a, b = Object.create(v.prototype);
|
|
33788
33780
|
return xn(b, "_invoke", function(S, C, w) {
|
|
33789
|
-
var
|
|
33790
|
-
return
|
|
33781
|
+
var O, x, _, k = 0, A = w || [], E = !1, T = { p: 0, n: 0, v: e, a: B, f: B.bind(e, 4), d: function(P, $) {
|
|
33782
|
+
return O = P, x = 0, _ = e, T.n = $, o;
|
|
33791
33783
|
} };
|
|
33792
33784
|
function B(N, P) {
|
|
33793
|
-
for (x = N, _ = P, t = 0; !E &&
|
|
33785
|
+
for (x = N, _ = P, t = 0; !E && k && !$ && t < A.length; t++) {
|
|
33794
33786
|
var $, R = A[t], U = T.p, Q = R[2];
|
|
33795
33787
|
N > 3 ? ($ = Q === P) && (_ = R[(x = R[4]) ? 5 : (x = 3, 3)], R[4] = R[5] = e) : R[0] <= U && (($ = N < 2 && U < R[1]) ? (x = 0, T.v = P, T.n = R[1]) : U < Q && ($ = N < 3 || R[0] > P || P > Q) && (R[4] = N, R[5] = P, T.n = Q, x = 0));
|
|
33796
33788
|
}
|
|
@@ -33798,22 +33790,22 @@ function Qf() {
|
|
|
33798
33790
|
throw E = !0, P;
|
|
33799
33791
|
}
|
|
33800
33792
|
return function(N, P, $) {
|
|
33801
|
-
if (
|
|
33793
|
+
if (k > 1) throw TypeError("Generator is already running");
|
|
33802
33794
|
for (E && P === 1 && B(P, $), x = P, _ = $; (t = x < 2 ? e : _) || !E; ) {
|
|
33803
|
-
|
|
33795
|
+
O || (x ? x < 3 ? (x > 1 && (T.n = -1), B(x, _)) : T.n = _ : T.v = _);
|
|
33804
33796
|
try {
|
|
33805
|
-
if (
|
|
33806
|
-
if (x || (N = "next"), t =
|
|
33807
|
-
if (!(t = t.call(
|
|
33797
|
+
if (k = 2, O) {
|
|
33798
|
+
if (x || (N = "next"), t = O[N]) {
|
|
33799
|
+
if (!(t = t.call(O, _))) throw TypeError("iterator result is not an object");
|
|
33808
33800
|
if (!t.done) return t;
|
|
33809
33801
|
_ = t.value, x < 2 && (x = 0);
|
|
33810
|
-
} else x === 1 && (t =
|
|
33811
|
-
|
|
33802
|
+
} else x === 1 && (t = O.return) && t.call(O), x < 2 && (_ = TypeError("The iterator does not provide a '" + N + "' method"), x = 1);
|
|
33803
|
+
O = e;
|
|
33812
33804
|
} else if ((t = (E = T.n < 0) ? _ : S.call(C, T)) !== o) break;
|
|
33813
33805
|
} catch (R) {
|
|
33814
|
-
|
|
33806
|
+
O = e, x = 1, _ = R;
|
|
33815
33807
|
} finally {
|
|
33816
|
-
|
|
33808
|
+
k = 1;
|
|
33817
33809
|
}
|
|
33818
33810
|
}
|
|
33819
33811
|
return { value: t, done: E };
|
|
@@ -33884,7 +33876,7 @@ function FR(e) {
|
|
|
33884
33876
|
});
|
|
33885
33877
|
};
|
|
33886
33878
|
}
|
|
33887
|
-
function
|
|
33879
|
+
function Ss(e, t) {
|
|
33888
33880
|
return zR(e) || qR(e, t) || jR(e, t) || BR();
|
|
33889
33881
|
}
|
|
33890
33882
|
function BR() {
|
|
@@ -33925,7 +33917,7 @@ function zR(e) {
|
|
|
33925
33917
|
if (Array.isArray(e)) return e;
|
|
33926
33918
|
}
|
|
33927
33919
|
var HR = function() {
|
|
33928
|
-
var t = Tn(), n = fl(), r = an(), i = Ee(), s =
|
|
33920
|
+
var t = Tn(), n = fl(), r = an(), i = Ee(), s = Ss(i, 2), o = s[0], a = s[1], l = Ee(!1), c = Ss(l, 2), u = c[0], d = c[1], f = Ee({
|
|
33929
33921
|
name: "",
|
|
33930
33922
|
url: "",
|
|
33931
33923
|
description: "",
|
|
@@ -33933,7 +33925,7 @@ var HR = function() {
|
|
|
33933
33925
|
isLocal: !1,
|
|
33934
33926
|
country: void 0,
|
|
33935
33927
|
region: ""
|
|
33936
|
-
}), h =
|
|
33928
|
+
}), h = Ss(f, 2), y = h[0], g = h[1], m = Ee(null), v = Ss(m, 2), b = v[0], S = v[1], C = Ee(""), w = Ss(C, 2), O = w[0], x = w[1], _ = Ht(function() {
|
|
33937
33929
|
var q;
|
|
33938
33930
|
if (!y.country)
|
|
33939
33931
|
return "";
|
|
@@ -33941,13 +33933,13 @@ var HR = function() {
|
|
|
33941
33933
|
return F.value === y.country;
|
|
33942
33934
|
});
|
|
33943
33935
|
return (q = K == null ? void 0 : K.label) !== null && q !== void 0 ? q : "";
|
|
33944
|
-
}, [y.country]),
|
|
33945
|
-
var q =
|
|
33936
|
+
}, [y.country]), k = Ht(function() {
|
|
33937
|
+
var q = O.trim().toLowerCase();
|
|
33946
33938
|
return q ? Pd.filter(function(K) {
|
|
33947
33939
|
var F = K.label.toLowerCase().includes(q), te = K.value.toLowerCase().includes(q);
|
|
33948
33940
|
return F || te;
|
|
33949
33941
|
}) : Pd;
|
|
33950
|
-
}, [
|
|
33942
|
+
}, [O]), A = e6({
|
|
33951
33943
|
mutation: {
|
|
33952
33944
|
onSuccess: function() {
|
|
33953
33945
|
var q = FR(/* @__PURE__ */ Qf().m(function F(te) {
|
|
@@ -33977,7 +33969,7 @@ var HR = function() {
|
|
|
33977
33969
|
d(!1);
|
|
33978
33970
|
}
|
|
33979
33971
|
}
|
|
33980
|
-
}), E = A.mutate, T = A.isPending, B = A.error, N =
|
|
33972
|
+
}), E = A.mutate, T = A.isPending, B = A.error, N = gs({
|
|
33981
33973
|
query: {
|
|
33982
33974
|
enabled: !!o,
|
|
33983
33975
|
select: function(K) {
|
|
@@ -34039,14 +34031,14 @@ var HR = function() {
|
|
|
34039
34031
|
/* @__PURE__ */ M("div", { className: "yst-space-y-6", children: [
|
|
34040
34032
|
/* @__PURE__ */ p(kt, { size: "2", children: "Brand info" }),
|
|
34041
34033
|
!!B && /* @__PURE__ */ p(Fn, { variant: "error", title: "Error", isVisible: !!B, children: /* @__PURE__ */ p("ul", { children: H && xi(H) === "object" ? Object.entries(H).flatMap(function(q) {
|
|
34042
|
-
var K =
|
|
34034
|
+
var K = Ss(q, 2), F = K[0], te = K[1];
|
|
34043
34035
|
return Array.isArray(te) ? te.map(function(Z, fe) {
|
|
34044
34036
|
return /* @__PURE__ */ p("li", { children: Z }, "".concat(F, "-").concat(fe));
|
|
34045
34037
|
}) : null;
|
|
34046
34038
|
}) : "There was an error creating the brand." }) }),
|
|
34047
34039
|
b && /* @__PURE__ */ p(Fn, { variant: "error", title: "Error", isVisible: !!b, children: /* @__PURE__ */ p("ul", { children: /* @__PURE__ */ p("li", { children: "Your brand description is too long. Please keep it within the 250-character limit." }) }) }),
|
|
34048
34040
|
/* @__PURE__ */ p(
|
|
34049
|
-
|
|
34041
|
+
$s,
|
|
34050
34042
|
{
|
|
34051
34043
|
id: "name",
|
|
34052
34044
|
label: "Brand name",
|
|
@@ -34058,7 +34050,7 @@ var HR = function() {
|
|
|
34058
34050
|
}
|
|
34059
34051
|
),
|
|
34060
34052
|
/* @__PURE__ */ p(
|
|
34061
|
-
|
|
34053
|
+
$s,
|
|
34062
34054
|
{
|
|
34063
34055
|
id: "url",
|
|
34064
34056
|
label: "Website URL (optional)",
|
|
@@ -34110,10 +34102,10 @@ var HR = function() {
|
|
|
34110
34102
|
/* @__PURE__ */ M("div", { className: "yst-space-y-6", children: [
|
|
34111
34103
|
/* @__PURE__ */ p(kt, { size: "2", children: "Location info" }),
|
|
34112
34104
|
/* @__PURE__ */ p("p", { children: "Specify a location to enhance the accuracy of the analysis." }),
|
|
34113
|
-
/* @__PURE__ */ p(C0, { className: "yst-max-w-sm", id: "country-select", label: "Target country (optional)", value: y.country || null, nullable: !0, placeholder: "Search countries...", onQueryChange: R, onChange: U, selectedLabel: _, children:
|
|
34105
|
+
/* @__PURE__ */ p(C0, { className: "yst-max-w-sm", id: "country-select", label: "Target country (optional)", value: y.country || null, nullable: !0, placeholder: "Search countries...", onQueryChange: R, onChange: U, selectedLabel: _, children: k.map(function(q) {
|
|
34114
34106
|
return /* @__PURE__ */ p(C0.Option, { value: q.value, children: q.label }, q.value);
|
|
34115
34107
|
}) }),
|
|
34116
|
-
y.country && /* @__PURE__ */ p(
|
|
34108
|
+
y.country && /* @__PURE__ */ p($s, { id: "region", label: "Target city, state, or region (optional)", value: y.region, onChange: function(q) {
|
|
34117
34109
|
return $("region", q.target.value);
|
|
34118
34110
|
}, description: `Enter a city, state, or region to narrow down the analysis. For
|
|
34119
34111
|
example: California, Bavaria, or Paris.`, maxLength: 255 })
|
|
@@ -34192,11 +34184,11 @@ function Yf() {
|
|
|
34192
34184
|
function s(h, y, g, m) {
|
|
34193
34185
|
var v = y && y.prototype instanceof a ? y : a, b = Object.create(v.prototype);
|
|
34194
34186
|
return Sn(b, "_invoke", function(S, C, w) {
|
|
34195
|
-
var
|
|
34196
|
-
return
|
|
34187
|
+
var O, x, _, k = 0, A = w || [], E = !1, T = { p: 0, n: 0, v: e, a: B, f: B.bind(e, 4), d: function(P, $) {
|
|
34188
|
+
return O = P, x = 0, _ = e, T.n = $, o;
|
|
34197
34189
|
} };
|
|
34198
34190
|
function B(N, P) {
|
|
34199
|
-
for (x = N, _ = P, t = 0; !E &&
|
|
34191
|
+
for (x = N, _ = P, t = 0; !E && k && !$ && t < A.length; t++) {
|
|
34200
34192
|
var $, R = A[t], U = T.p, Q = R[2];
|
|
34201
34193
|
N > 3 ? ($ = Q === P) && (_ = R[(x = R[4]) ? 5 : (x = 3, 3)], R[4] = R[5] = e) : R[0] <= U && (($ = N < 2 && U < R[1]) ? (x = 0, T.v = P, T.n = R[1]) : U < Q && ($ = N < 3 || R[0] > P || P > Q) && (R[4] = N, R[5] = P, T.n = Q, x = 0));
|
|
34202
34194
|
}
|
|
@@ -34204,22 +34196,22 @@ function Yf() {
|
|
|
34204
34196
|
throw E = !0, P;
|
|
34205
34197
|
}
|
|
34206
34198
|
return function(N, P, $) {
|
|
34207
|
-
if (
|
|
34199
|
+
if (k > 1) throw TypeError("Generator is already running");
|
|
34208
34200
|
for (E && P === 1 && B(P, $), x = P, _ = $; (t = x < 2 ? e : _) || !E; ) {
|
|
34209
|
-
|
|
34201
|
+
O || (x ? x < 3 ? (x > 1 && (T.n = -1), B(x, _)) : T.n = _ : T.v = _);
|
|
34210
34202
|
try {
|
|
34211
|
-
if (
|
|
34212
|
-
if (x || (N = "next"), t =
|
|
34213
|
-
if (!(t = t.call(
|
|
34203
|
+
if (k = 2, O) {
|
|
34204
|
+
if (x || (N = "next"), t = O[N]) {
|
|
34205
|
+
if (!(t = t.call(O, _))) throw TypeError("iterator result is not an object");
|
|
34214
34206
|
if (!t.done) return t;
|
|
34215
34207
|
_ = t.value, x < 2 && (x = 0);
|
|
34216
|
-
} else x === 1 && (t =
|
|
34217
|
-
|
|
34208
|
+
} else x === 1 && (t = O.return) && t.call(O), x < 2 && (_ = TypeError("The iterator does not provide a '" + N + "' method"), x = 1);
|
|
34209
|
+
O = e;
|
|
34218
34210
|
} else if ((t = (E = T.n < 0) ? _ : S.call(C, T)) !== o) break;
|
|
34219
34211
|
} catch (R) {
|
|
34220
|
-
|
|
34212
|
+
O = e, x = 1, _ = R;
|
|
34221
34213
|
} finally {
|
|
34222
|
-
|
|
34214
|
+
k = 1;
|
|
34223
34215
|
}
|
|
34224
34216
|
}
|
|
34225
34217
|
return { value: t, done: E };
|
|
@@ -34330,8 +34322,8 @@ function eN(e, t) {
|
|
|
34330
34322
|
function tN(e) {
|
|
34331
34323
|
if (Array.isArray(e)) return e;
|
|
34332
34324
|
}
|
|
34333
|
-
var
|
|
34334
|
-
length:
|
|
34325
|
+
var As = 5, da = "Generating...", nN = "Re-generating...", rN = 100, iN = 800, sN = ["******************************", "***********************", "*******************************************************", "***********************************************", "***************************************************************", "*******************************************************", "*******************************************************", "***********************************************"], oN = Array.from({
|
|
34326
|
+
length: As
|
|
34335
34327
|
}, function(e, t) {
|
|
34336
34328
|
return {
|
|
34337
34329
|
id: "query-".concat(t),
|
|
@@ -34339,7 +34331,7 @@ var Es = 5, da = "Generating...", nN = "Re-generating...", rN = 100, iN = 800, s
|
|
|
34339
34331
|
isRegenerating: !0
|
|
34340
34332
|
};
|
|
34341
34333
|
}), aN = function() {
|
|
34342
|
-
var t, n, r, i = Zc(), s = i.brandId, o = "/setup/".concat(s, "/analysis"), a = Tn(), l = an(), c = vh(), u = Qc.useRef(!1), d = Ee(oN), f = Jr(d, 2), h = f[0], y = f[1], g = Ee(!1), m = Jr(g, 2), v = m[0], b = m[1], S = Ee([]), C = Jr(S, 2), w = C[0],
|
|
34334
|
+
var t, n, r, i = Zc(), s = i.brandId, o = "/setup/".concat(s, "/analysis"), a = Tn(), l = an(), c = vh(), u = Qc.useRef(!1), d = Ee(oN), f = Jr(d, 2), h = f[0], y = f[1], g = Ee(!1), m = Jr(g, 2), v = m[0], b = m[1], S = Ee([]), C = Jr(S, 2), w = C[0], O = C[1], x = Ee([]), _ = Jr(x, 2), k = _[0], A = _[1], E = Ee(!1), T = Jr(E, 2), B = T[0], N = T[1], P = Ee(null), $ = Jr(P, 2), R = $[0], U = $[1], Q = Ee(!1), j = Jr(Q, 2), H = j[0], q = j[1], K = Ee(!1), F = Jr(K, 2), te = F[0], Z = F[1], fe = y6(s || "", {
|
|
34343
34335
|
query: {
|
|
34344
34336
|
enabled: !!s
|
|
34345
34337
|
}
|
|
@@ -34432,16 +34424,16 @@ var Es = 5, da = "Generating...", nN = "Re-generating...", rN = 100, iN = 800, s
|
|
|
34432
34424
|
}, [Fe == null || (n = Fe.data) === null || n === void 0 ? void 0 : n.setupStatus, s, a, o, c]), Qe(function() {
|
|
34433
34425
|
var se;
|
|
34434
34426
|
if (Y != null && (se = Y.data) !== null && se !== void 0 && se.queries && Array.isArray(Y.data.queries)) {
|
|
34435
|
-
var me = Y.data.queries.slice(0,
|
|
34427
|
+
var me = Y.data.queries.slice(0, As);
|
|
34436
34428
|
y(me.map(function(Ae, Pe) {
|
|
34437
34429
|
return {
|
|
34438
34430
|
id: "query-".concat(Pe),
|
|
34439
34431
|
text: Ae,
|
|
34440
34432
|
isRegenerating: !1
|
|
34441
34433
|
};
|
|
34442
|
-
})), A(Y.data.queries.slice(
|
|
34434
|
+
})), A(Y.data.queries.slice(As));
|
|
34443
34435
|
} else De && (y(Array.from({
|
|
34444
|
-
length:
|
|
34436
|
+
length: As
|
|
34445
34437
|
}, function(Ae, Pe) {
|
|
34446
34438
|
return {
|
|
34447
34439
|
id: "query-".concat(Pe),
|
|
@@ -34463,7 +34455,7 @@ var Es = 5, da = "Generating...", nN = "Re-generating...", rN = 100, iN = 800, s
|
|
|
34463
34455
|
isRegenerating: !1
|
|
34464
34456
|
});
|
|
34465
34457
|
});
|
|
34466
|
-
}),
|
|
34458
|
+
}), O([]), N(!1), b(!1), me && A(function(Ae) {
|
|
34467
34459
|
var Pe = new Set(se);
|
|
34468
34460
|
return Ae.filter(function(Ke) {
|
|
34469
34461
|
return !Pe.has(Ke);
|
|
@@ -34475,7 +34467,7 @@ var Es = 5, da = "Generating...", nN = "Re-generating...", rN = 100, iN = 800, s
|
|
|
34475
34467
|
if (B && !he) {
|
|
34476
34468
|
var se;
|
|
34477
34469
|
if (Y != null && (se = Y.data) !== null && se !== void 0 && se.queries && Array.isArray(Y.data.queries)) {
|
|
34478
|
-
var me = Y.data.queries.slice(0,
|
|
34470
|
+
var me = Y.data.queries.slice(0, As), Ae = w.map(Number);
|
|
34479
34471
|
y(function(Pe) {
|
|
34480
34472
|
return Pe.map(function(Ke, Lt) {
|
|
34481
34473
|
var fn = Ae.indexOf(Lt);
|
|
@@ -34484,22 +34476,22 @@ var Es = 5, da = "Generating...", nN = "Re-generating...", rN = 100, iN = 800, s
|
|
|
34484
34476
|
isRegenerating: !1
|
|
34485
34477
|
});
|
|
34486
34478
|
});
|
|
34487
|
-
}),
|
|
34479
|
+
}), O([]), N(!1), b(!1);
|
|
34488
34480
|
} else De && (y(function(Pe) {
|
|
34489
34481
|
return Pe.map(function(Ke) {
|
|
34490
34482
|
return In(In({}, Ke), {}, {
|
|
34491
34483
|
isRegenerating: !1
|
|
34492
34484
|
});
|
|
34493
34485
|
});
|
|
34494
|
-
}),
|
|
34486
|
+
}), O([]), N(!1), b(!1));
|
|
34495
34487
|
}
|
|
34496
34488
|
}, [Y, he, B, w, De]);
|
|
34497
34489
|
var ge = jt(function(se, me) {
|
|
34498
34490
|
var Ae = new Set(me);
|
|
34499
|
-
return
|
|
34491
|
+
return k.filter(function(Pe) {
|
|
34500
34492
|
return !Ae.has(Pe);
|
|
34501
34493
|
}).slice(0, se);
|
|
34502
|
-
}, [
|
|
34494
|
+
}, [k]), de = Ht(function() {
|
|
34503
34495
|
return he || h.length === 0 || h.some(function(se) {
|
|
34504
34496
|
return se.isRegenerating || se.text === da && !De || se.text.trim() === "";
|
|
34505
34497
|
}) || v;
|
|
@@ -34507,7 +34499,7 @@ var Es = 5, da = "Generating...", nN = "Re-generating...", rN = 100, iN = 800, s
|
|
|
34507
34499
|
return se.text === da;
|
|
34508
34500
|
}) && !De, cn = jt(function(se) {
|
|
34509
34501
|
var me = se.toString();
|
|
34510
|
-
|
|
34502
|
+
O(function(Ae) {
|
|
34511
34503
|
return Ae.includes(me) ? Ae.filter(function(Pe) {
|
|
34512
34504
|
return Pe !== me;
|
|
34513
34505
|
}) : [].concat(GR(Ae), [me]);
|
|
@@ -34521,7 +34513,7 @@ var Es = 5, da = "Generating...", nN = "Re-generating...", rN = 100, iN = 800, s
|
|
|
34521
34513
|
});
|
|
34522
34514
|
});
|
|
34523
34515
|
}, []), un = function() {
|
|
34524
|
-
b(!v),
|
|
34516
|
+
b(!v), O([]);
|
|
34525
34517
|
}, dn = jt(function() {
|
|
34526
34518
|
if (!(he || w.length === 0)) {
|
|
34527
34519
|
y(function(Ke) {
|
|
@@ -34575,7 +34567,7 @@ var Es = 5, da = "Generating...", nN = "Re-generating...", rN = 100, iN = 800, s
|
|
|
34575
34567
|
] }),
|
|
34576
34568
|
/* @__PURE__ */ p("div", { className: "yst-mb-8", children: h.length === 0 ? sN.map(function(se, me) {
|
|
34577
34569
|
return /* @__PURE__ */ p("div", { className: Oe("yst-mb-4 yst-cursor-pointer yst-rounded yst-border yst-border-slate-300 yst-p-3 yst-transition-colors", "yst-bg-white"), children: /* @__PURE__ */ p(vt, { children: se || "Example placeholder query for demonstration purposes." }) }, "placeholder-query-".concat(me));
|
|
34578
|
-
}) : h.slice(0,
|
|
34570
|
+
}) : h.slice(0, As).map(function(se, me) {
|
|
34579
34571
|
var Ae = se.isRegenerating ? se.text === da ? da : nN : se.text;
|
|
34580
34572
|
return /* @__PURE__ */ p("div", { className: Oe("yst-mb-4"), children: /* @__PURE__ */ M("div", { className: "yst-flex yst-gap-2", children: [
|
|
34581
34573
|
v && /* @__PURE__ */ p("div", { className: "yst-flex yst-items-center", children: /* @__PURE__ */ p(
|
|
@@ -34591,7 +34583,7 @@ var Es = 5, da = "Generating...", nN = "Re-generating...", rN = 100, iN = 800, s
|
|
|
34591
34583
|
disabled: he
|
|
34592
34584
|
}
|
|
34593
34585
|
) }),
|
|
34594
|
-
/* @__PURE__ */ p("div", { className: "yst-flex-1", children: /* @__PURE__ */ p(
|
|
34586
|
+
/* @__PURE__ */ p("div", { className: "yst-flex-1", children: /* @__PURE__ */ p($s, { id: "query-text-".concat(me), label: "Query ".concat(me + 1), type: "text", value: Ae, onChange: function(Pe) {
|
|
34595
34587
|
se.isRegenerating || Kt(me, Pe.target.value);
|
|
34596
34588
|
}, placeholder: "Enter your query...", className: "yst-w-full", disabled: se.isRegenerating, required: !0, minLength: 3, maxLength: 255, validation: ut(se.text) ? {
|
|
34597
34589
|
variant: "warning",
|
|
@@ -34669,7 +34661,7 @@ var Yw = eh(function(e, t) {
|
|
|
34669
34661
|
} }) }) });
|
|
34670
34662
|
});
|
|
34671
34663
|
Yw.displayName = "ProgressBarGradient";
|
|
34672
|
-
var
|
|
34664
|
+
var Cs = [{
|
|
34673
34665
|
labelAbove: "Running queries...",
|
|
34674
34666
|
label: "Running queries",
|
|
34675
34667
|
threshold: 99
|
|
@@ -34679,10 +34671,10 @@ var _s = [{
|
|
|
34679
34671
|
threshold: 100
|
|
34680
34672
|
}], Xw = function(t) {
|
|
34681
34673
|
var n = t.progress, r = n === void 0 ? 0 : n, i = t.className, s = i === void 0 ? "" : i, o = function() {
|
|
34682
|
-
for (var c = 0; c <
|
|
34683
|
-
if (r <=
|
|
34684
|
-
return
|
|
34685
|
-
return
|
|
34674
|
+
for (var c = 0; c < Cs.length; c++)
|
|
34675
|
+
if (r <= Cs[c].threshold)
|
|
34676
|
+
return Cs[c];
|
|
34677
|
+
return Cs[Cs.length - 1];
|
|
34686
34678
|
}, a = o();
|
|
34687
34679
|
return /* @__PURE__ */ M("div", { className: Oe("yst-font-medium yst-text-slate-800", s), children: [
|
|
34688
34680
|
/* @__PURE__ */ M("div", { className: "yst-flex yst-items-center yst-justify-center yst-gap-2", children: [
|
|
@@ -34690,7 +34682,7 @@ var _s = [{
|
|
|
34690
34682
|
/* @__PURE__ */ p("span", { className: "yst-text-sm yst-font-medium yst-italic", children: a.labelAbove })
|
|
34691
34683
|
] }),
|
|
34692
34684
|
/* @__PURE__ */ p(Yw, { className: "yst-mt-3", progress: r, min: 0, max: 100 }),
|
|
34693
|
-
/* @__PURE__ */ p("div", { className: "yst-mt-3 yst-flex yst-justify-between yst-text-xs", children:
|
|
34685
|
+
/* @__PURE__ */ p("div", { className: "yst-mt-3 yst-flex yst-justify-between yst-text-xs", children: Cs.map(function(l) {
|
|
34694
34686
|
return /* @__PURE__ */ p("span", { children: /* @__PURE__ */ p(pu, { disabled: a.label !== l.label, children: l.label }) }, l.label);
|
|
34695
34687
|
}) })
|
|
34696
34688
|
] });
|
|
@@ -34732,8 +34724,8 @@ var fN = function(t) {
|
|
|
34732
34724
|
return w;
|
|
34733
34725
|
},
|
|
34734
34726
|
refetchInterval: function(C) {
|
|
34735
|
-
var w,
|
|
34736
|
-
return fN(
|
|
34727
|
+
var w, O = C == null || (w = C.state) === null || w === void 0 || (w = w.data) === null || w === void 0 ? void 0 : w.data;
|
|
34728
|
+
return fN(O == null ? void 0 : O.status);
|
|
34737
34729
|
}
|
|
34738
34730
|
}
|
|
34739
34731
|
}
|
|
@@ -34761,7 +34753,7 @@ var fN = function(t) {
|
|
|
34761
34753
|
/* @__PURE__ */ p(Xw, { progress: b }),
|
|
34762
34754
|
/* @__PURE__ */ p(ml, {}),
|
|
34763
34755
|
/* @__PURE__ */ p("div", { className: "yst-space-y-8", children: d == null || (r = d.queries) === null || r === void 0 ? void 0 : r.map(function(S) {
|
|
34764
|
-
var C, w = S.id,
|
|
34756
|
+
var C, w = S.id, O = S.query, x = w && (h == null || (C = h.completedQueries) === null || C === void 0 ? void 0 : C.includes(w));
|
|
34765
34757
|
return /* @__PURE__ */ M("div", { className: Oe("yst-flex yst-items-center yst-justify-between yst-gap-3"), children: [
|
|
34766
34758
|
x === !0 ? (
|
|
34767
34759
|
// found
|
|
@@ -34770,8 +34762,8 @@ var fN = function(t) {
|
|
|
34770
34762
|
// pending analysis (loading)
|
|
34771
34763
|
/* @__PURE__ */ p(Vc, {})
|
|
34772
34764
|
),
|
|
34773
|
-
/* @__PURE__ */ p("span", { className: "yst-flex-1 yst-text-sm", children:
|
|
34774
|
-
] }, "result-item-".concat(
|
|
34765
|
+
/* @__PURE__ */ p("span", { className: "yst-flex-1 yst-text-sm", children: O })
|
|
34766
|
+
] }, "result-item-".concat(O));
|
|
34775
34767
|
}) })
|
|
34776
34768
|
] }),
|
|
34777
34769
|
/* @__PURE__ */ p("div", { className: "yst-mb-[-2rem] yst-ml-[-2rem] yst-mr-[-2rem] yst-mt-8 yst-flex yst-justify-end yst-gap-4 yst-rounded-bl-lg yst-rounded-br-lg yst-border-t yst-border-slate-200 yst-bg-slate-50 yst-px-8 yst-py-6", children: /* @__PURE__ */ p(Be, { as: Ai, to: g, onClick: function(S) {
|