@wandelbots/wandelbots-js-react-components 2.35.0 → 2.36.0-pr.feature-design-pass.378.e01a6c5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +141 -151
- package/dist/components/CopyableText.d.ts +3 -2
- package/dist/components/CopyableText.d.ts.map +1 -1
- package/dist/components/SelectableFab.d.ts +2 -1
- package/dist/components/SelectableFab.d.ts.map +1 -1
- package/dist/components/TabBar.d.ts +2 -0
- package/dist/components/TabBar.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +221 -223
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/src/components/AppHeader.tsx +1 -1
- package/src/components/CopyableText.tsx +70 -73
- package/src/components/LogViewer.tsx +1 -1
- package/src/components/ProgramControl.tsx +4 -4
- package/src/components/SelectableFab.tsx +14 -15
- package/src/components/TabBar.tsx +12 -11
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ var Sg = Object.defineProperty;
|
|
|
2
2
|
var Og = (e, t, r) => t in e ? Sg(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
3
|
var Gn = (e, t, r) => Og(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
4
|
import * as B from "react";
|
|
5
|
-
import Qt, { useState as _e, useRef as Fe, useEffect as Be, useCallback as Tt, useMemo as Aa, forwardRef as
|
|
5
|
+
import Qt, { useState as _e, useRef as Fe, useEffect as Be, useCallback as Tt, useMemo as Aa, forwardRef as tt, Suspense as Qh, lazy as wg } from "react";
|
|
6
6
|
import { Environment as Cg, Lightformer as Or, Line as Xh, useGLTF as Pg, Bounds as Uc } from "@react-three/drei";
|
|
7
7
|
import { useThree as Tg, useFrame as Rg, Canvas as Dc } from "@react-three/fiber";
|
|
8
8
|
import * as Ne from "three";
|
|
@@ -648,7 +648,7 @@ const j0 = ({
|
|
|
648
648
|
},
|
|
649
649
|
...a
|
|
650
650
|
},
|
|
651
|
-
children: /* @__PURE__ */ g.jsxs(Vg, { sx: { minHeight: "
|
|
651
|
+
children: /* @__PURE__ */ g.jsxs(Vg, { sx: { minHeight: "62px !important" }, children: [
|
|
652
652
|
/* @__PURE__ */ g.jsx(ae, { sx: { mr: 2, display: "flex", alignItems: "center" }, children: t }),
|
|
653
653
|
/* @__PURE__ */ g.jsxs(ae, { sx: { display: "flex", alignItems: "center", flexGrow: 1 }, children: [
|
|
654
654
|
/* @__PURE__ */ g.jsx(
|
|
@@ -7440,7 +7440,7 @@ function rm() {
|
|
|
7440
7440
|
}, vr.apply(o, arguments);
|
|
7441
7441
|
}
|
|
7442
7442
|
const Oi = /* @__PURE__ */ new Date(), wi = /* @__PURE__ */ new Date();
|
|
7443
|
-
function
|
|
7443
|
+
function Je(e, t, r, n) {
|
|
7444
7444
|
function o(a) {
|
|
7445
7445
|
return e(a = arguments.length === 0 ? /* @__PURE__ */ new Date() : /* @__PURE__ */ new Date(+a)), a;
|
|
7446
7446
|
}
|
|
@@ -7455,7 +7455,7 @@ function Ye(e, t, r, n) {
|
|
|
7455
7455
|
l.push(c = /* @__PURE__ */ new Date(+a)), t(a, i), e(a);
|
|
7456
7456
|
while (c < a && a < s);
|
|
7457
7457
|
return l;
|
|
7458
|
-
}, o.filter = (a) =>
|
|
7458
|
+
}, o.filter = (a) => Je((s) => {
|
|
7459
7459
|
if (s >= s) for (; e(s), !a(s); ) s.setTime(s - 1);
|
|
7460
7460
|
}, (s, i) => {
|
|
7461
7461
|
if (s >= s)
|
|
@@ -7467,67 +7467,67 @@ function Ye(e, t, r, n) {
|
|
|
7467
7467
|
;
|
|
7468
7468
|
}), r && (o.count = (a, s) => (Oi.setTime(+a), wi.setTime(+s), e(Oi), e(wi), Math.floor(r(Oi, wi))), o.every = (a) => (a = Math.floor(a), !isFinite(a) || !(a > 0) ? null : a > 1 ? o.filter(n ? (s) => n(s) % a === 0 : (s) => o.count(0, s) % a === 0) : o)), o;
|
|
7469
7469
|
}
|
|
7470
|
-
const Ka =
|
|
7470
|
+
const Ka = Je(() => {
|
|
7471
7471
|
}, (e, t) => {
|
|
7472
7472
|
e.setTime(+e + t);
|
|
7473
7473
|
}, (e, t) => t - e);
|
|
7474
|
-
Ka.every = (e) => (e = Math.floor(e), !isFinite(e) || !(e > 0) ? null : e > 1 ?
|
|
7474
|
+
Ka.every = (e) => (e = Math.floor(e), !isFinite(e) || !(e > 0) ? null : e > 1 ? Je((t) => {
|
|
7475
7475
|
t.setTime(Math.floor(t / e) * e);
|
|
7476
7476
|
}, (t, r) => {
|
|
7477
7477
|
t.setTime(+t + r * e);
|
|
7478
7478
|
}, (t, r) => (r - t) / e) : Ka);
|
|
7479
7479
|
Ka.range;
|
|
7480
|
-
const Jt = 1e3, Ot = Jt * 60, Yt = Ot * 60, er = Yt * 24, cc = er * 7, Zu = er * 30, Ci = er * 365, Ar =
|
|
7480
|
+
const Jt = 1e3, Ot = Jt * 60, Yt = Ot * 60, er = Yt * 24, cc = er * 7, Zu = er * 30, Ci = er * 365, Ar = Je((e) => {
|
|
7481
7481
|
e.setTime(e - e.getMilliseconds());
|
|
7482
7482
|
}, (e, t) => {
|
|
7483
7483
|
e.setTime(+e + t * Jt);
|
|
7484
7484
|
}, (e, t) => (t - e) / Jt, (e) => e.getUTCSeconds());
|
|
7485
7485
|
Ar.range;
|
|
7486
|
-
const uc =
|
|
7486
|
+
const uc = Je((e) => {
|
|
7487
7487
|
e.setTime(e - e.getMilliseconds() - e.getSeconds() * Jt);
|
|
7488
7488
|
}, (e, t) => {
|
|
7489
7489
|
e.setTime(+e + t * Ot);
|
|
7490
7490
|
}, (e, t) => (t - e) / Ot, (e) => e.getMinutes());
|
|
7491
7491
|
uc.range;
|
|
7492
|
-
const dc =
|
|
7492
|
+
const dc = Je((e) => {
|
|
7493
7493
|
e.setUTCSeconds(0, 0);
|
|
7494
7494
|
}, (e, t) => {
|
|
7495
7495
|
e.setTime(+e + t * Ot);
|
|
7496
7496
|
}, (e, t) => (t - e) / Ot, (e) => e.getUTCMinutes());
|
|
7497
7497
|
dc.range;
|
|
7498
|
-
const hc =
|
|
7498
|
+
const hc = Je((e) => {
|
|
7499
7499
|
e.setTime(e - e.getMilliseconds() - e.getSeconds() * Jt - e.getMinutes() * Ot);
|
|
7500
7500
|
}, (e, t) => {
|
|
7501
7501
|
e.setTime(+e + t * Yt);
|
|
7502
7502
|
}, (e, t) => (t - e) / Yt, (e) => e.getHours());
|
|
7503
7503
|
hc.range;
|
|
7504
|
-
const pc =
|
|
7504
|
+
const pc = Je((e) => {
|
|
7505
7505
|
e.setUTCMinutes(0, 0, 0);
|
|
7506
7506
|
}, (e, t) => {
|
|
7507
7507
|
e.setTime(+e + t * Yt);
|
|
7508
7508
|
}, (e, t) => (t - e) / Yt, (e) => e.getUTCHours());
|
|
7509
7509
|
pc.range;
|
|
7510
|
-
const Bo =
|
|
7510
|
+
const Bo = Je(
|
|
7511
7511
|
(e) => e.setHours(0, 0, 0, 0),
|
|
7512
7512
|
(e, t) => e.setDate(e.getDate() + t),
|
|
7513
7513
|
(e, t) => (t - e - (t.getTimezoneOffset() - e.getTimezoneOffset()) * Ot) / er,
|
|
7514
7514
|
(e) => e.getDate() - 1
|
|
7515
7515
|
);
|
|
7516
7516
|
Bo.range;
|
|
7517
|
-
const Ms =
|
|
7517
|
+
const Ms = Je((e) => {
|
|
7518
7518
|
e.setUTCHours(0, 0, 0, 0);
|
|
7519
7519
|
}, (e, t) => {
|
|
7520
7520
|
e.setUTCDate(e.getUTCDate() + t);
|
|
7521
7521
|
}, (e, t) => (t - e) / er, (e) => e.getUTCDate() - 1);
|
|
7522
7522
|
Ms.range;
|
|
7523
|
-
const nm =
|
|
7523
|
+
const nm = Je((e) => {
|
|
7524
7524
|
e.setUTCHours(0, 0, 0, 0);
|
|
7525
7525
|
}, (e, t) => {
|
|
7526
7526
|
e.setUTCDate(e.getUTCDate() + t);
|
|
7527
7527
|
}, (e, t) => (t - e) / er, (e) => Math.floor(e / er));
|
|
7528
7528
|
nm.range;
|
|
7529
7529
|
function Lr(e) {
|
|
7530
|
-
return
|
|
7530
|
+
return Je((t) => {
|
|
7531
7531
|
t.setDate(t.getDate() - (t.getDay() + 7 - e) % 7), t.setHours(0, 0, 0, 0);
|
|
7532
7532
|
}, (t, r) => {
|
|
7533
7533
|
t.setDate(t.getDate() + r * 7);
|
|
@@ -7542,7 +7542,7 @@ Pn.range;
|
|
|
7542
7542
|
Gv.range;
|
|
7543
7543
|
Hv.range;
|
|
7544
7544
|
function Nr(e) {
|
|
7545
|
-
return
|
|
7545
|
+
return Je((t) => {
|
|
7546
7546
|
t.setUTCDate(t.getUTCDate() - (t.getUTCDay() + 7 - e) % 7), t.setUTCHours(0, 0, 0, 0);
|
|
7547
7547
|
}, (t, r) => {
|
|
7548
7548
|
t.setUTCDate(t.getUTCDate() + r * 7);
|
|
@@ -7556,35 +7556,35 @@ Wv.range;
|
|
|
7556
7556
|
Tn.range;
|
|
7557
7557
|
Jv.range;
|
|
7558
7558
|
Yv.range;
|
|
7559
|
-
const mc =
|
|
7559
|
+
const mc = Je((e) => {
|
|
7560
7560
|
e.setDate(1), e.setHours(0, 0, 0, 0);
|
|
7561
7561
|
}, (e, t) => {
|
|
7562
7562
|
e.setMonth(e.getMonth() + t);
|
|
7563
7563
|
}, (e, t) => t.getMonth() - e.getMonth() + (t.getFullYear() - e.getFullYear()) * 12, (e) => e.getMonth());
|
|
7564
7564
|
mc.range;
|
|
7565
|
-
const fc =
|
|
7565
|
+
const fc = Je((e) => {
|
|
7566
7566
|
e.setUTCDate(1), e.setUTCHours(0, 0, 0, 0);
|
|
7567
7567
|
}, (e, t) => {
|
|
7568
7568
|
e.setUTCMonth(e.getUTCMonth() + t);
|
|
7569
7569
|
}, (e, t) => t.getUTCMonth() - e.getUTCMonth() + (t.getUTCFullYear() - e.getUTCFullYear()) * 12, (e) => e.getUTCMonth());
|
|
7570
7570
|
fc.range;
|
|
7571
|
-
const tr =
|
|
7571
|
+
const tr = Je((e) => {
|
|
7572
7572
|
e.setMonth(0, 1), e.setHours(0, 0, 0, 0);
|
|
7573
7573
|
}, (e, t) => {
|
|
7574
7574
|
e.setFullYear(e.getFullYear() + t);
|
|
7575
7575
|
}, (e, t) => t.getFullYear() - e.getFullYear(), (e) => e.getFullYear());
|
|
7576
|
-
tr.every = (e) => !isFinite(e = Math.floor(e)) || !(e > 0) ? null :
|
|
7576
|
+
tr.every = (e) => !isFinite(e = Math.floor(e)) || !(e > 0) ? null : Je((t) => {
|
|
7577
7577
|
t.setFullYear(Math.floor(t.getFullYear() / e) * e), t.setMonth(0, 1), t.setHours(0, 0, 0, 0);
|
|
7578
7578
|
}, (t, r) => {
|
|
7579
7579
|
t.setFullYear(t.getFullYear() + r * e);
|
|
7580
7580
|
});
|
|
7581
7581
|
tr.range;
|
|
7582
|
-
const rr =
|
|
7582
|
+
const rr = Je((e) => {
|
|
7583
7583
|
e.setUTCMonth(0, 1), e.setUTCHours(0, 0, 0, 0);
|
|
7584
7584
|
}, (e, t) => {
|
|
7585
7585
|
e.setUTCFullYear(e.getUTCFullYear() + t);
|
|
7586
7586
|
}, (e, t) => t.getUTCFullYear() - e.getUTCFullYear(), (e) => e.getUTCFullYear());
|
|
7587
|
-
rr.every = (e) => !isFinite(e = Math.floor(e)) || !(e > 0) ? null :
|
|
7587
|
+
rr.every = (e) => !isFinite(e = Math.floor(e)) || !(e > 0) ? null : Je((t) => {
|
|
7588
7588
|
t.setUTCFullYear(Math.floor(t.getUTCFullYear() / e) * e), t.setUTCMonth(0, 1), t.setUTCHours(0, 0, 0, 0);
|
|
7589
7589
|
}, (t, r) => {
|
|
7590
7590
|
t.setUTCFullYear(t.getUTCFullYear() + r * e);
|
|
@@ -7748,31 +7748,31 @@ function eS(e) {
|
|
|
7748
7748
|
O.x = C(r, O), O.X = C(n, O), O.c = C(t, O), w.x = C(r, w), w.X = C(n, w), w.c = C(t, w);
|
|
7749
7749
|
function C(Q, se) {
|
|
7750
7750
|
return function(ue) {
|
|
7751
|
-
var W = [], Oe = -1, ge = 0,
|
|
7752
|
-
for (ue instanceof Date || (ue = /* @__PURE__ */ new Date(+ue)); ++Oe <
|
|
7753
|
-
Q.charCodeAt(Oe) === 37 && (W.push(Q.slice(ge, Oe)), (ke = ed[
|
|
7751
|
+
var W = [], Oe = -1, ge = 0, Xe = Q.length, Ye, ke, ir;
|
|
7752
|
+
for (ue instanceof Date || (ue = /* @__PURE__ */ new Date(+ue)); ++Oe < Xe; )
|
|
7753
|
+
Q.charCodeAt(Oe) === 37 && (W.push(Q.slice(ge, Oe)), (ke = ed[Ye = Q.charAt(++Oe)]) != null ? Ye = Q.charAt(++Oe) : ke = Ye === "e" ? " " : "0", (ir = se[Ye]) && (Ye = ir(ue, ke)), W.push(Ye), ge = Oe + 1);
|
|
7754
7754
|
return W.push(Q.slice(ge, Oe)), W.join("");
|
|
7755
7755
|
};
|
|
7756
7756
|
}
|
|
7757
7757
|
function P(Q, se) {
|
|
7758
7758
|
return function(ue) {
|
|
7759
|
-
var W = Yn(1900, void 0, 1), Oe = V(W, Q, ue += "", 0), ge,
|
|
7759
|
+
var W = Yn(1900, void 0, 1), Oe = V(W, Q, ue += "", 0), ge, Xe;
|
|
7760
7760
|
if (Oe != ue.length) return null;
|
|
7761
7761
|
if ("Q" in W) return new Date(W.Q);
|
|
7762
7762
|
if ("s" in W) return new Date(W.s * 1e3 + ("L" in W ? W.L : 0));
|
|
7763
7763
|
if (se && !("Z" in W) && (W.Z = 0), "p" in W && (W.H = W.H % 12 + W.p * 12), W.m === void 0 && (W.m = "q" in W ? W.q : 0), "V" in W) {
|
|
7764
7764
|
if (W.V < 1 || W.V > 53) return null;
|
|
7765
|
-
"w" in W || (W.w = 1), "Z" in W ? (ge = Ti(Yn(W.y, 0, 1)),
|
|
7766
|
-
} else ("W" in W || "U" in W) && ("w" in W || (W.w = "u" in W ? W.u % 7 : "W" in W ? 1 : 0),
|
|
7765
|
+
"w" in W || (W.w = 1), "Z" in W ? (ge = Ti(Yn(W.y, 0, 1)), Xe = ge.getUTCDay(), ge = Xe > 4 || Xe === 0 ? Xa.ceil(ge) : Xa(ge), ge = Ms.offset(ge, (W.V - 1) * 7), W.y = ge.getUTCFullYear(), W.m = ge.getUTCMonth(), W.d = ge.getUTCDate() + (W.w + 6) % 7) : (ge = Pi(Yn(W.y, 0, 1)), Xe = ge.getDay(), ge = Xe > 4 || Xe === 0 ? Qa.ceil(ge) : Qa(ge), ge = Bo.offset(ge, (W.V - 1) * 7), W.y = ge.getFullYear(), W.m = ge.getMonth(), W.d = ge.getDate() + (W.w + 6) % 7);
|
|
7766
|
+
} else ("W" in W || "U" in W) && ("w" in W || (W.w = "u" in W ? W.u % 7 : "W" in W ? 1 : 0), Xe = "Z" in W ? Ti(Yn(W.y, 0, 1)).getUTCDay() : Pi(Yn(W.y, 0, 1)).getDay(), W.m = 0, W.d = "W" in W ? (W.w + 6) % 7 + W.W * 7 - (Xe + 5) % 7 : W.w + W.U * 7 - (Xe + 6) % 7);
|
|
7767
7767
|
return "Z" in W ? (W.H += W.Z / 100 | 0, W.M += W.Z % 100, Ti(W)) : Pi(W);
|
|
7768
7768
|
};
|
|
7769
7769
|
}
|
|
7770
7770
|
function V(Q, se, ue, W) {
|
|
7771
|
-
for (var Oe = 0, ge = se.length,
|
|
7772
|
-
if (W >=
|
|
7773
|
-
if (
|
|
7774
|
-
if (
|
|
7775
|
-
} else if (
|
|
7771
|
+
for (var Oe = 0, ge = se.length, Xe = ue.length, Ye, ke; Oe < ge; ) {
|
|
7772
|
+
if (W >= Xe) return -1;
|
|
7773
|
+
if (Ye = se.charCodeAt(Oe++), Ye === 37) {
|
|
7774
|
+
if (Ye = se.charAt(Oe++), ke = R[Ye in ed ? se.charAt(Oe++) : Ye], !ke || (W = ke(Q, ue, W)) < 0) return -1;
|
|
7775
|
+
} else if (Ye != ue.charCodeAt(W++))
|
|
7776
7776
|
return -1;
|
|
7777
7777
|
}
|
|
7778
7778
|
return W;
|
|
@@ -7869,7 +7869,7 @@ function eS(e) {
|
|
|
7869
7869
|
}
|
|
7870
7870
|
};
|
|
7871
7871
|
}
|
|
7872
|
-
var ed = { "-": "", _: " ", 0: "0" },
|
|
7872
|
+
var ed = { "-": "", _: " ", 0: "0" }, Qe = /^\s*\d+/, tS = /^%/, rS = /[\\^$*+?|[\]().{}]/g;
|
|
7873
7873
|
function ve(e, t, r) {
|
|
7874
7874
|
var n = e < 0 ? "-" : "", o = (n ? -e : e) + "", a = o.length;
|
|
7875
7875
|
return n + (a < r ? new Array(r - a + 1).join(t) + o : o);
|
|
@@ -7884,31 +7884,31 @@ function Qn(e) {
|
|
|
7884
7884
|
return new Map(e.map((t, r) => [t.toLowerCase(), r]));
|
|
7885
7885
|
}
|
|
7886
7886
|
function oS(e, t, r) {
|
|
7887
|
-
var n =
|
|
7887
|
+
var n = Qe.exec(t.slice(r, r + 1));
|
|
7888
7888
|
return n ? (e.w = +n[0], r + n[0].length) : -1;
|
|
7889
7889
|
}
|
|
7890
7890
|
function aS(e, t, r) {
|
|
7891
|
-
var n =
|
|
7891
|
+
var n = Qe.exec(t.slice(r, r + 1));
|
|
7892
7892
|
return n ? (e.u = +n[0], r + n[0].length) : -1;
|
|
7893
7893
|
}
|
|
7894
7894
|
function sS(e, t, r) {
|
|
7895
|
-
var n =
|
|
7895
|
+
var n = Qe.exec(t.slice(r, r + 2));
|
|
7896
7896
|
return n ? (e.U = +n[0], r + n[0].length) : -1;
|
|
7897
7897
|
}
|
|
7898
7898
|
function iS(e, t, r) {
|
|
7899
|
-
var n =
|
|
7899
|
+
var n = Qe.exec(t.slice(r, r + 2));
|
|
7900
7900
|
return n ? (e.V = +n[0], r + n[0].length) : -1;
|
|
7901
7901
|
}
|
|
7902
7902
|
function lS(e, t, r) {
|
|
7903
|
-
var n =
|
|
7903
|
+
var n = Qe.exec(t.slice(r, r + 2));
|
|
7904
7904
|
return n ? (e.W = +n[0], r + n[0].length) : -1;
|
|
7905
7905
|
}
|
|
7906
7906
|
function td(e, t, r) {
|
|
7907
|
-
var n =
|
|
7907
|
+
var n = Qe.exec(t.slice(r, r + 4));
|
|
7908
7908
|
return n ? (e.y = +n[0], r + n[0].length) : -1;
|
|
7909
7909
|
}
|
|
7910
7910
|
function rd(e, t, r) {
|
|
7911
|
-
var n =
|
|
7911
|
+
var n = Qe.exec(t.slice(r, r + 2));
|
|
7912
7912
|
return n ? (e.y = +n[0] + (+n[0] > 68 ? 1900 : 2e3), r + n[0].length) : -1;
|
|
7913
7913
|
}
|
|
7914
7914
|
function cS(e, t, r) {
|
|
@@ -7916,39 +7916,39 @@ function cS(e, t, r) {
|
|
|
7916
7916
|
return n ? (e.Z = n[1] ? 0 : -(n[2] + (n[3] || "00")), r + n[0].length) : -1;
|
|
7917
7917
|
}
|
|
7918
7918
|
function uS(e, t, r) {
|
|
7919
|
-
var n =
|
|
7919
|
+
var n = Qe.exec(t.slice(r, r + 1));
|
|
7920
7920
|
return n ? (e.q = n[0] * 3 - 3, r + n[0].length) : -1;
|
|
7921
7921
|
}
|
|
7922
7922
|
function dS(e, t, r) {
|
|
7923
|
-
var n =
|
|
7923
|
+
var n = Qe.exec(t.slice(r, r + 2));
|
|
7924
7924
|
return n ? (e.m = n[0] - 1, r + n[0].length) : -1;
|
|
7925
7925
|
}
|
|
7926
7926
|
function nd(e, t, r) {
|
|
7927
|
-
var n =
|
|
7927
|
+
var n = Qe.exec(t.slice(r, r + 2));
|
|
7928
7928
|
return n ? (e.d = +n[0], r + n[0].length) : -1;
|
|
7929
7929
|
}
|
|
7930
7930
|
function hS(e, t, r) {
|
|
7931
|
-
var n =
|
|
7931
|
+
var n = Qe.exec(t.slice(r, r + 3));
|
|
7932
7932
|
return n ? (e.m = 0, e.d = +n[0], r + n[0].length) : -1;
|
|
7933
7933
|
}
|
|
7934
7934
|
function od(e, t, r) {
|
|
7935
|
-
var n =
|
|
7935
|
+
var n = Qe.exec(t.slice(r, r + 2));
|
|
7936
7936
|
return n ? (e.H = +n[0], r + n[0].length) : -1;
|
|
7937
7937
|
}
|
|
7938
7938
|
function pS(e, t, r) {
|
|
7939
|
-
var n =
|
|
7939
|
+
var n = Qe.exec(t.slice(r, r + 2));
|
|
7940
7940
|
return n ? (e.M = +n[0], r + n[0].length) : -1;
|
|
7941
7941
|
}
|
|
7942
7942
|
function mS(e, t, r) {
|
|
7943
|
-
var n =
|
|
7943
|
+
var n = Qe.exec(t.slice(r, r + 2));
|
|
7944
7944
|
return n ? (e.S = +n[0], r + n[0].length) : -1;
|
|
7945
7945
|
}
|
|
7946
7946
|
function fS(e, t, r) {
|
|
7947
|
-
var n =
|
|
7947
|
+
var n = Qe.exec(t.slice(r, r + 3));
|
|
7948
7948
|
return n ? (e.L = +n[0], r + n[0].length) : -1;
|
|
7949
7949
|
}
|
|
7950
7950
|
function gS(e, t, r) {
|
|
7951
|
-
var n =
|
|
7951
|
+
var n = Qe.exec(t.slice(r, r + 6));
|
|
7952
7952
|
return n ? (e.L = Math.floor(n[0] / 1e3), r + n[0].length) : -1;
|
|
7953
7953
|
}
|
|
7954
7954
|
function yS(e, t, r) {
|
|
@@ -7956,11 +7956,11 @@ function yS(e, t, r) {
|
|
|
7956
7956
|
return n ? r + n[0].length : -1;
|
|
7957
7957
|
}
|
|
7958
7958
|
function bS(e, t, r) {
|
|
7959
|
-
var n =
|
|
7959
|
+
var n = Qe.exec(t.slice(r));
|
|
7960
7960
|
return n ? (e.Q = +n[0], r + n[0].length) : -1;
|
|
7961
7961
|
}
|
|
7962
7962
|
function xS(e, t, r) {
|
|
7963
|
-
var n =
|
|
7963
|
+
var n = Qe.exec(t.slice(r));
|
|
7964
7964
|
return n ? (e.s = +n[0], r + n[0].length) : -1;
|
|
7965
7965
|
}
|
|
7966
7966
|
function ad(e, t) {
|
|
@@ -12757,11 +12757,11 @@ const nP = ({
|
|
|
12757
12757
|
title: e,
|
|
12758
12758
|
titleId: t,
|
|
12759
12759
|
...r
|
|
12760
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 21, height: 21, viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("g", { id: "JogMinus" }, /* @__PURE__ */ B.createElement("path", { id: "Minus", d: "M0 13V8H21V13H0Z", fill: "white" }))), oP =
|
|
12760
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 21, height: 21, viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("g", { id: "JogMinus" }, /* @__PURE__ */ B.createElement("path", { id: "Minus", d: "M0 13V8H21V13H0Z", fill: "white" }))), oP = tt(nP), aP = ({
|
|
12761
12761
|
title: e,
|
|
12762
12762
|
titleId: t,
|
|
12763
12763
|
...r
|
|
12764
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 21, height: 21, viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("g", { id: "JogPlus" }, /* @__PURE__ */ B.createElement("g", { id: "Plus" }, /* @__PURE__ */ B.createElement("path", { d: "M0 13V8H8V13H0Z", fill: "white" }), /* @__PURE__ */ B.createElement("path", { d: "M8 0L13 2.18557e-07L13 21H8L8 0Z", fill: "white" }), /* @__PURE__ */ B.createElement("path", { d: "M13 13V8H21V13H13Z", fill: "white" })))), sP =
|
|
12764
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 21, height: 21, viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("g", { id: "JogPlus" }, /* @__PURE__ */ B.createElement("g", { id: "Plus" }, /* @__PURE__ */ B.createElement("path", { d: "M0 13V8H8V13H0Z", fill: "white" }), /* @__PURE__ */ B.createElement("path", { d: "M8 0L13 2.18557e-07L13 21H8L8 0Z", fill: "white" }), /* @__PURE__ */ B.createElement("path", { d: "M13 13V8H21V13H13Z", fill: "white" })))), sP = tt(aP);
|
|
12765
12765
|
function Rc(e) {
|
|
12766
12766
|
Be(e, []);
|
|
12767
12767
|
}
|
|
@@ -19419,7 +19419,7 @@ const gV = function(e) {
|
|
|
19419
19419
|
};
|
|
19420
19420
|
}
|
|
19421
19421
|
};
|
|
19422
|
-
},
|
|
19422
|
+
}, et = function(e) {
|
|
19423
19423
|
const t = gV(e);
|
|
19424
19424
|
return {
|
|
19425
19425
|
/**
|
|
@@ -19677,7 +19677,7 @@ class yV extends Me {
|
|
|
19677
19677
|
* @memberof MotionApi
|
|
19678
19678
|
*/
|
|
19679
19679
|
deleteAllMotions(t, r) {
|
|
19680
|
-
return
|
|
19680
|
+
return et(this.configuration).deleteAllMotions(t, r).then((n) => n(this.axios, this.basePath));
|
|
19681
19681
|
}
|
|
19682
19682
|
/**
|
|
19683
19683
|
* Remove a previously created motion from cache. Use [listMotions](listMotions) to list all available motions. Motions are removed automatically if the motion group or the corresponding controller is disconnected.
|
|
@@ -19689,7 +19689,7 @@ class yV extends Me {
|
|
|
19689
19689
|
* @memberof MotionApi
|
|
19690
19690
|
*/
|
|
19691
19691
|
deleteMotion(t, r, n) {
|
|
19692
|
-
return
|
|
19692
|
+
return et(this.configuration).deleteMotion(t, r, n).then((o) => o(this.axios, this.basePath));
|
|
19693
19693
|
}
|
|
19694
19694
|
/**
|
|
19695
19695
|
* <!-- theme: danger --> > Websocket endpoint Provides execution control over a previously planned trajectory. Enables the caller to attach I/O actions to the trajectory. Understanding the concept of location: The location or path parameter specifies the exact position along a trajectory. The location is a scalar value that ranges from 0 to `n`, where `n` denotes the number of motion commands, or trajectory segments, e.g. line, p2p, etc. See [planMotion](planMotion). Each integer value of the location corresponds to one motion command, e.g. 3.0 to 3.999 could be a line. ### Preconditions - The motion group\'s control mode is not claimed by any other endpoint. - The motion group\'s joint position are at start location specified with InitializeMovementRequest. ### Requests #### 1. Send InitializeMovementRequest to lock the trajectory to this connection The following actions are executed: - Sets robot controller mode to control mode, - Sets start location of the execution Keep in mind that only a single trajectory can be locked to a websocket connection at a time and not unlocked anymore. To execute another trajectory, a new connection must be established. #### 2. Send StartMovementRequest to start the movement Sets direction of movement, default is forward. #### **Optional** - To pause, send PauseMovementRequest before the movement has reached its end location. - Change the movement\'s velocity with PlaybackSpeedRequest after initializing the movement with InitializeMovementRequest. ### Responses - InitializeMovementResponse is sent to signal the success or failure of the InitializeMovementRequest. - Movement responses are streamed after a StartMovementRequest successfully started the movement. Movement responses are streamed in a rate that is defined as the multiple of the controller step-rate closest to but not exceeding the rate configured by InitializeMovementRequest. - Standstill reponse is sent once the movement has finished or has come to a standstill due to a pause. - PauseMovementResponse is sent to signal the success of the PauseMovementRequest. It does not signal the end of the movement. End of movement is signaled by Standstill reponse . - PlaybackSpeedResponse is sent to signal the success of the PlaybackSpeedRequest. - MovementError with error details is sent in case of an unexpected error, e.g. controller disconnects during movement. ### Tips and Tricks - A movement can be paused and resumed by sending PauseMovementRequest and StartMovementRequest. - Send PlaybackSpeedRequest before StartMovementRequest to reduce the velocity of the movement before it starts. - Send PlaybackSpeedRequest repeatedly to implement a slider. The velocity of the motion group can be adjusted with each controller step. Therefore, if your app needs a slider-like UI to alter the velocity of a currently running movement, you can send PlaybackSpeedRequest with different speed values repeatedly during the movement. - A closed trajectory (end and start joint position are equal) can be repeated by sending StartMovementRequest after the movement has finished.
|
|
@@ -19701,7 +19701,7 @@ class yV extends Me {
|
|
|
19701
19701
|
* @memberof MotionApi
|
|
19702
19702
|
*/
|
|
19703
19703
|
executeTrajectory(t, r, n) {
|
|
19704
|
-
return
|
|
19704
|
+
return et(this.configuration).executeTrajectory(t, r, n).then((o) => o(this.axios, this.basePath));
|
|
19705
19705
|
}
|
|
19706
19706
|
/**
|
|
19707
19707
|
* Get the trajectory of a planned motion with defined `sample_time` in milliseconds (ms). The trajectory is a list of points containing cartesian and joint data. The cartesian data is in the requested coordinate system. To get a single point of the trajectory, please use the [getMotionTrajectorySample](getMotionTrajectorySample) endpoint.
|
|
@@ -19715,7 +19715,7 @@ class yV extends Me {
|
|
|
19715
19715
|
* @memberof MotionApi
|
|
19716
19716
|
*/
|
|
19717
19717
|
getMotionTrajectory(t, r, n, o, a) {
|
|
19718
|
-
return
|
|
19718
|
+
return et(this.configuration).getMotionTrajectory(t, r, n, o, a).then((s) => s(this.axios, this.basePath));
|
|
19719
19719
|
}
|
|
19720
19720
|
/**
|
|
19721
19721
|
* Get a single point at a certain location of a planned motion. To get the whole trajectory, use the [getMotionTrajectory](getMotionTrajectory) endpoint.
|
|
@@ -19729,7 +19729,7 @@ class yV extends Me {
|
|
|
19729
19729
|
* @memberof MotionApi
|
|
19730
19730
|
*/
|
|
19731
19731
|
getMotionTrajectorySample(t, r, n, o, a) {
|
|
19732
|
-
return
|
|
19732
|
+
return et(this.configuration).getMotionTrajectorySample(t, r, n, o, a).then((s) => s(this.axios, this.basePath));
|
|
19733
19733
|
}
|
|
19734
19734
|
/**
|
|
19735
19735
|
* Get the joint data of a planned motion. The planned motion contains only the joint information, to persistently store and reload it later. The data will be sampled equidistantly with defined `sample_time` in milliseconds (ms). If not provided, the data is returned as it is stored on Wandelbots NOVA system. To request cartesian data for visualization purposes, use the [getMotionTrajectory](getMotionTrajectory) endpoint. To get a single point of the planned motion, use the [getMotionTrajectorySample](getMotionTrajectorySample) endpoint.
|
|
@@ -19742,7 +19742,7 @@ class yV extends Me {
|
|
|
19742
19742
|
* @memberof MotionApi
|
|
19743
19743
|
*/
|
|
19744
19744
|
getPlannedMotion(t, r, n, o) {
|
|
19745
|
-
return
|
|
19745
|
+
return et(this.configuration).getPlannedMotion(t, r, n, o).then((a) => a(this.axios, this.basePath));
|
|
19746
19746
|
}
|
|
19747
19747
|
/**
|
|
19748
19748
|
* Returns motion group models that are supported for planning.
|
|
@@ -19753,7 +19753,7 @@ class yV extends Me {
|
|
|
19753
19753
|
* @memberof MotionApi
|
|
19754
19754
|
*/
|
|
19755
19755
|
getPlanningMotionGroupModels(t, r) {
|
|
19756
|
-
return
|
|
19756
|
+
return et(this.configuration).getPlanningMotionGroupModels(t, r).then((n) => n(this.axios, this.basePath));
|
|
19757
19757
|
}
|
|
19758
19758
|
/**
|
|
19759
19759
|
* List all currently planned and available motions. Use [planMotion](planMotion) to plan a new motion. Motions are removed if the corresponding motion group or controller disconnects.
|
|
@@ -19764,7 +19764,7 @@ class yV extends Me {
|
|
|
19764
19764
|
* @memberof MotionApi
|
|
19765
19765
|
*/
|
|
19766
19766
|
listMotions(t, r) {
|
|
19767
|
-
return
|
|
19767
|
+
return et(this.configuration).listMotions(t, r).then((n) => n(this.axios, this.basePath));
|
|
19768
19768
|
}
|
|
19769
19769
|
/**
|
|
19770
19770
|
* Loads and validates the data of a planned motion into a motion session. The response contains information about the validated motion. Validation can lead to three different results: - Fully valid: The whole planned motion can be executed from start to end. The response will contain the session to move the robot. - Partially valid: Only parts of the planned motion can be executed. The response will contain the session to move the robot and information about the failure for the part that is not executable. - Invalid: The planned motion can not be executed. The response will tell you, which information about the reason of failure. If the motion is at least partially valid, the parts of the motion that are valid can be executed using the [streamMoveForward](streamMoveForward) endpoint. You can use the following workflows: - Plan motions using the [planMotion](planMotion) endpoint, - Store the planned motion persistently, - Use this endpoint to reload the stored motion and get a motion session for it. - Execute the loaded motion using the [streamMoveForward](streamMoveForward) endpoint. OR: - Generate a planned motion with [planTrajectory](planTrajectory) or your own motion planner, - Send the planned motion to this endpoint to validate it and get a motion session for it, - Execute your motion using the [streamMoveForward](streamMoveForward) endpoint. Once a planned motion is validated, it is treated like a motion session and will appear in the list of available motions, see [listMotions](listMotions) endpoint. You can then execute a motion session with the [streamMoveForward](streamMoveForward) endpoint.
|
|
@@ -19776,7 +19776,7 @@ class yV extends Me {
|
|
|
19776
19776
|
* @memberof MotionApi
|
|
19777
19777
|
*/
|
|
19778
19778
|
loadPlannedMotion(t, r, n) {
|
|
19779
|
-
return
|
|
19779
|
+
return et(this.configuration).loadPlannedMotion(t, r, n).then((o) => o(this.axios, this.basePath));
|
|
19780
19780
|
}
|
|
19781
19781
|
/**
|
|
19782
19782
|
* <!-- theme: danger --> > **Experimental** Plans a collision-free PTP motion for a single motion group. Use the following workflow to execute a planned trajectory: 1. Plan collision-free movement/motion. 2. Validate and load the planned trajectory using the [loadPlannedMotion](loadPlannedMotion) endpoint. 3. Execute the loaded trajectory using the [streamMove](streamMove) endpoint.
|
|
@@ -19788,7 +19788,7 @@ class yV extends Me {
|
|
|
19788
19788
|
* @memberof MotionApi
|
|
19789
19789
|
*/
|
|
19790
19790
|
planCollisionFreePTP(t, r, n) {
|
|
19791
|
-
return
|
|
19791
|
+
return et(this.configuration).planCollisionFreePTP(t, r, n).then((o) => o(this.axios, this.basePath));
|
|
19792
19792
|
}
|
|
19793
19793
|
/**
|
|
19794
19794
|
* Deprecated endpoint. Use [planTrajectory](planTrajectory) and [loadPlannedMotion](loadPlannedMotion) instead. Plans a new motion for a single previously configured [motion group](listMotionGroups). Motions are described by a sequence of motion commands starting with start joints. A motion is planned from standstill to standstill. A single motion has constant TCP and payload. Currently, I/O actions can\'t be attached to a motion to execute the action in realtime while a motion is executed. If an I/O is needed at a specific point, multiple motions need to be planned. If an I/O is needed to be set while a motion is executed, the endpoint [setOutputValues](setOutputValues) could be used.
|
|
@@ -19801,7 +19801,7 @@ class yV extends Me {
|
|
|
19801
19801
|
* @memberof MotionApi
|
|
19802
19802
|
*/
|
|
19803
19803
|
planMotion(t, r, n) {
|
|
19804
|
-
return
|
|
19804
|
+
return et(this.configuration).planMotion(t, r, n).then((o) => o(this.axios, this.basePath));
|
|
19805
19805
|
}
|
|
19806
19806
|
/**
|
|
19807
19807
|
* Plans a new trajectory for a single motion group. Describe the trajectory as a sequence of motion commands that the robots TCP should follow. Use the following workflow to execute a planned trajectory: 1. Plan a trajectory. 2. Validate and load the planned trajectory using the [loadPlannedMotion](loadPlannedMotion) endpoint. 3. Execute the loaded trajectory using the [streamMove](streamMove) endpoint. If the trajectory is not executable, the [PlanTrajectoryResponse](PlanTrajectoryResponse) will contain the joint trajectory up until the error, e.g. all samples until a collision occurs. EXCEPTION: If a CartesianPTP or JointPTP motion command has an invalid target, the response will contain the trajectory up until the start of the invalid PTP motion.
|
|
@@ -19813,7 +19813,7 @@ class yV extends Me {
|
|
|
19813
19813
|
* @memberof MotionApi
|
|
19814
19814
|
*/
|
|
19815
19815
|
planTrajectory(t, r, n) {
|
|
19816
|
-
return
|
|
19816
|
+
return et(this.configuration).planTrajectory(t, r, n).then((o) => o(this.axios, this.basePath));
|
|
19817
19817
|
}
|
|
19818
19818
|
/**
|
|
19819
19819
|
* Stops an active motion gracefully with deceleration until standstill while staying on the planned trajectory. When an active movement is stopped any further update request will be rejected. The active movement request returns until the robot has reached standstill. Currently it is not possible to restart the motion. Please send in a feature request if you need to restart/continue the motion.
|
|
@@ -19825,7 +19825,7 @@ class yV extends Me {
|
|
|
19825
19825
|
* @memberof MotionApi
|
|
19826
19826
|
*/
|
|
19827
19827
|
stopExecution(t, r, n) {
|
|
19828
|
-
return
|
|
19828
|
+
return et(this.configuration).stopExecution(t, r, n).then((o) => o(this.axios, this.basePath));
|
|
19829
19829
|
}
|
|
19830
19830
|
/**
|
|
19831
19831
|
* Deprecated endpoint. Use `executeTrajectory` instead. Moves the motion group forward or backward along a previously planned motion. Or request to move the motion group via joint point-to-point to a given location on a planned motion. Or set the playback speed of the motion. Or stop the motion execution.
|
|
@@ -19838,7 +19838,7 @@ class yV extends Me {
|
|
|
19838
19838
|
* @memberof MotionApi
|
|
19839
19839
|
*/
|
|
19840
19840
|
streamMove(t, r, n) {
|
|
19841
|
-
return
|
|
19841
|
+
return et(this.configuration).streamMove(t, r, n).then((o) => o(this.axios, this.basePath));
|
|
19842
19842
|
}
|
|
19843
19843
|
/**
|
|
19844
19844
|
* Deprecated endpoint. Use the [executeTrajectory](executeTrajectory) endpoint instead. Request to move the motion group backward along a previously planned motion. Once started, you can stop a motion using the [stopExecution](stopExecution) endpoint. Prerequisites, before starting the motion execution: - The motion group is currently at the endpoint of the planned motion. OR - The motion was stopped using [stopExecution](stopExecution) endpoint. Then it is possible to resume the motion execution from where it stopped. OR - The motion group was moved onto the motion using the [streamMoveToTrajectoryViaJointP2P](streamMoveToTrajectoryViaJointP2P) endpoint.
|
|
@@ -19855,7 +19855,7 @@ class yV extends Me {
|
|
|
19855
19855
|
* @memberof MotionApi
|
|
19856
19856
|
*/
|
|
19857
19857
|
streamMoveBackward(t, r, n, o, a, s, i) {
|
|
19858
|
-
return
|
|
19858
|
+
return et(this.configuration).streamMoveBackward(t, r, n, o, a, s, i).then((l) => l(this.axios, this.basePath));
|
|
19859
19859
|
}
|
|
19860
19860
|
/**
|
|
19861
19861
|
* Deprecated endpoint. Use the [executeTrajectory](executeTrajectory) endpoint instead. Moves the motion group forward along a previously planned motion. Once started, you can stop a motion using the [stopExecution](stopExecution) endpoint. Prerequisites, before starting the motion execution: - The motion group is currently at the start point of the planned motion. OR - The motion was stopped using [stopExecution](stopExecution) endpoint. Then it is possible to resume the motion execution from where it stopped. OR - The motion group was moved onto the motion using the [streamMoveToTrajectoryViaJointP2P](streamMoveToTrajectoryViaJointP2P) endpoint.
|
|
@@ -19872,7 +19872,7 @@ class yV extends Me {
|
|
|
19872
19872
|
* @memberof MotionApi
|
|
19873
19873
|
*/
|
|
19874
19874
|
streamMoveForward(t, r, n, o, a, s, i) {
|
|
19875
|
-
return
|
|
19875
|
+
return et(this.configuration).streamMoveForward(t, r, n, o, a, s, i).then((l) => l(this.axios, this.basePath));
|
|
19876
19876
|
}
|
|
19877
19877
|
/**
|
|
19878
19878
|
* Request to move the motion group via joint point-to-point to a given location on a planned motion. You must use this endpoint in order to start moving from an arbritrary location of the trajectory. Afterwards, you are able to call [streamMoveForward](streamMoveForward) or [streamMoveBackward](streamMoveBackward) to move along planned motion. Use the [stopExecution](stopExecution) endpoint to stop the motion gracefully.
|
|
@@ -19892,7 +19892,7 @@ class yV extends Me {
|
|
|
19892
19892
|
* @memberof MotionApi
|
|
19893
19893
|
*/
|
|
19894
19894
|
streamMoveToTrajectoryViaJointPTP(t, r, n, o, a, s, i, l, c, u, d) {
|
|
19895
|
-
return
|
|
19895
|
+
return et(this.configuration).streamMoveToTrajectoryViaJointPTP(t, r, n, o, a, s, i, l, c, u, d).then((h) => h(this.axios, this.basePath));
|
|
19896
19896
|
}
|
|
19897
19897
|
}
|
|
19898
19898
|
const bV = function(e) {
|
|
@@ -27795,19 +27795,19 @@ const Bf = (e) => {
|
|
|
27795
27795
|
title: e,
|
|
27796
27796
|
titleId: t,
|
|
27797
27797
|
...r
|
|
27798
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 19, height: 10, fill: "none", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M5.131.312a.9.9 0 0 1 0 1.272L3.07 3.645h12.44l-2.06-2.061A.9.9 0 0 1 14.72.313l3.596 3.596a.9.9 0 0 1 0 1.271l-3.596 3.597a.9.9 0 0 1-1.271-1.272l2.061-2.062H3.07L5.13 7.505A.9.9 0 0 1 3.86 8.777L.263 5.18a.9.9 0 0 1 0-1.271L3.86.312a.9.9 0 0 1 1.271 0", clipRule: "evenodd" })), cI =
|
|
27798
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 19, height: 10, fill: "none", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M5.131.312a.9.9 0 0 1 0 1.272L3.07 3.645h12.44l-2.06-2.061A.9.9 0 0 1 14.72.313l3.596 3.596a.9.9 0 0 1 0 1.271l-3.596 3.597a.9.9 0 0 1-1.271-1.272l2.061-2.062H3.07L5.13 7.505A.9.9 0 0 1 3.86 8.777L.263 5.18a.9.9 0 0 1 0-1.271L3.86.312a.9.9 0 0 1 1.271 0", clipRule: "evenodd" })), cI = tt(lI), uI = ({
|
|
27799
27799
|
title: e,
|
|
27800
27800
|
titleId: t,
|
|
27801
27801
|
...r
|
|
27802
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 19, height: 10, fill: "none", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M5.131.312a.9.9 0 0 1 0 1.272L3.07 3.645h12.44l-2.06-2.061A.9.9 0 0 1 14.72.313l3.596 3.596a.9.9 0 0 1 0 1.271l-3.596 3.597a.9.9 0 0 1-1.271-1.272l2.061-2.062H3.07L5.13 7.505A.9.9 0 0 1 3.86 8.777L.263 5.18a.9.9 0 0 1 0-1.271L3.86.312a.9.9 0 0 1 1.271 0", clipRule: "evenodd" })), dI =
|
|
27802
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 19, height: 10, fill: "none", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M5.131.312a.9.9 0 0 1 0 1.272L3.07 3.645h12.44l-2.06-2.061A.9.9 0 0 1 14.72.313l3.596 3.596a.9.9 0 0 1 0 1.271l-3.596 3.597a.9.9 0 0 1-1.271-1.272l2.061-2.062H3.07L5.13 7.505A.9.9 0 0 1 3.86 8.777L.263 5.18a.9.9 0 0 1 0-1.271L3.86.312a.9.9 0 0 1 1.271 0", clipRule: "evenodd" })), dI = tt(uI), hI = ({
|
|
27803
27803
|
title: e,
|
|
27804
27804
|
titleId: t,
|
|
27805
27805
|
...r
|
|
27806
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 10, height: 19, fill: "none", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M9.522 14.811A.899.899 0 1 0 8.25 13.54L6.19 15.601V3.16L8.25 5.221A.9.9 0 0 0 9.522 3.95L5.926.354a.9.9 0 0 0-1.272 0L1.058 3.95a.9.9 0 1 0 1.271 1.271L4.391 3.16v12.442L2.329 13.54a.899.899 0 1 0-1.271 1.271l3.596 3.597a.9.9 0 0 0 1.272 0z", clipRule: "evenodd" })), pI =
|
|
27806
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 10, height: 19, fill: "none", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M9.522 14.811A.899.899 0 1 0 8.25 13.54L6.19 15.601V3.16L8.25 5.221A.9.9 0 0 0 9.522 3.95L5.926.354a.9.9 0 0 0-1.272 0L1.058 3.95a.9.9 0 1 0 1.271 1.271L4.391 3.16v12.442L2.329 13.54a.899.899 0 1 0-1.271 1.271l3.596 3.597a.9.9 0 0 0 1.272 0z", clipRule: "evenodd" })), pI = tt(hI), mI = ({
|
|
27807
27807
|
title: e,
|
|
27808
27808
|
titleId: t,
|
|
27809
27809
|
...r
|
|
27810
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M8 16C5.76667 16 3.875 15.225 2.325 13.675C0.775 12.125 0 10.2333 0 8C0 5.76667 0.775 3.875 2.325 2.325C3.875 0.775 5.76667 0 8 0C9.15 0 10.25 0.2375 11.3 0.7125C12.35 1.1875 13.25 1.86667 14 2.75V0H16V7H9V5H13.2C12.6667 4.06667 11.9375 3.33333 11.0125 2.8C10.0875 2.26667 9.08333 2 8 2C6.33333 2 4.91667 2.58333 3.75 3.75C2.58333 4.91667 2 6.33333 2 8C2 9.66667 2.58333 11.0833 3.75 12.25C4.91667 13.4167 6.33333 14 8 14C9.28333 14 10.4417 13.6333 11.475 12.9C11.0583 14.1 12.5083 12.1667 11.475 12.9L12.9 14.325C11.4667 15.4417 9.83333 16 8 16Z", fill: "white" })), fI =
|
|
27810
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 16, height: 16, viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M8 16C5.76667 16 3.875 15.225 2.325 13.675C0.775 12.125 0 10.2333 0 8C0 5.76667 0.775 3.875 2.325 2.325C3.875 0.775 5.76667 0 8 0C9.15 0 10.25 0.2375 11.3 0.7125C12.35 1.1875 13.25 1.86667 14 2.75V0H16V7H9V5H13.2C12.6667 4.06667 11.9375 3.33333 11.0125 2.8C10.0875 2.26667 9.08333 2 8 2C6.33333 2 4.91667 2.58333 3.75 3.75C2.58333 4.91667 2 6.33333 2 8C2 9.66667 2.58333 11.0833 3.75 12.25C4.91667 13.4167 6.33333 14 8 14C9.28333 14 10.4417 13.6333 11.475 12.9C11.0583 14.1 12.5083 12.1667 11.475 12.9L12.9 14.325C11.4667 15.4417 9.83333 16 8 16Z", fill: "white" })), fI = tt(mI);
|
|
27811
27811
|
function gI() {
|
|
27812
27812
|
this.__data__ = [], this.size = 0;
|
|
27813
27813
|
}
|
|
@@ -29180,19 +29180,19 @@ function H3(e) {
|
|
|
29180
29180
|
const le = Number(Y.currentTarget.getAttribute("data-index")), ye = ee[le], Pe = X.indexOf(ye);
|
|
29181
29181
|
let ce = te;
|
|
29182
29182
|
if (Z && m == null) {
|
|
29183
|
-
const
|
|
29184
|
-
ce >=
|
|
29183
|
+
const Ke = X[X.length - 1];
|
|
29184
|
+
ce >= Ke ? ce = Ke : ce <= X[0] ? ce = X[0] : ce = ce < ye ? X[Pe - 1] : X[Pe + 1];
|
|
29185
29185
|
}
|
|
29186
29186
|
if (ce = pn(ce, l, i), re) {
|
|
29187
29187
|
o && (ce = pn(ce, ee[le - 1] || -1 / 0, ee[le + 1] || 1 / 0));
|
|
29188
|
-
const
|
|
29188
|
+
const Ke = ce;
|
|
29189
29189
|
ce = Hh({
|
|
29190
29190
|
values: ee,
|
|
29191
29191
|
newValue: ce,
|
|
29192
29192
|
index: le
|
|
29193
29193
|
});
|
|
29194
29194
|
let at = le;
|
|
29195
|
-
o || (at = ce.indexOf(
|
|
29195
|
+
o || (at = ce.indexOf(Ke)), Pa({
|
|
29196
29196
|
sliderRef: K,
|
|
29197
29197
|
activeIndex: at
|
|
29198
29198
|
});
|
|
@@ -29205,19 +29205,19 @@ function H3(e) {
|
|
|
29205
29205
|
const ye = Number(te.currentTarget.getAttribute("data-index")), Pe = ee[ye];
|
|
29206
29206
|
let ce = null;
|
|
29207
29207
|
if (m != null) {
|
|
29208
|
-
const
|
|
29208
|
+
const Ke = te.shiftKey ? b : m;
|
|
29209
29209
|
switch (te.key) {
|
|
29210
29210
|
case "ArrowUp":
|
|
29211
|
-
ce = dn(Pe,
|
|
29211
|
+
ce = dn(Pe, Ke, 1, l, i);
|
|
29212
29212
|
break;
|
|
29213
29213
|
case "ArrowRight":
|
|
29214
|
-
ce = dn(Pe,
|
|
29214
|
+
ce = dn(Pe, Ke, a ? -1 : 1, l, i);
|
|
29215
29215
|
break;
|
|
29216
29216
|
case "ArrowDown":
|
|
29217
|
-
ce = dn(Pe,
|
|
29217
|
+
ce = dn(Pe, Ke, -1, l, i);
|
|
29218
29218
|
break;
|
|
29219
29219
|
case "ArrowLeft":
|
|
29220
|
-
ce = dn(Pe,
|
|
29220
|
+
ce = dn(Pe, Ke, a ? 1 : -1, l, i);
|
|
29221
29221
|
break;
|
|
29222
29222
|
case "PageUp":
|
|
29223
29223
|
ce = dn(Pe, b, 1, l, i);
|
|
@@ -29233,8 +29233,8 @@ function H3(e) {
|
|
|
29233
29233
|
break;
|
|
29234
29234
|
}
|
|
29235
29235
|
} else if (Z) {
|
|
29236
|
-
const
|
|
29237
|
-
qe.includes(te.key) ? at === 0 ? ce = X[0] : ce = X[at - 1] : xt.includes(te.key) && (at === X.length - 1 ? ce =
|
|
29236
|
+
const Ke = X[X.length - 1], at = X.indexOf(Pe), qe = [a ? "ArrowRight" : "ArrowLeft", "ArrowDown", "PageDown", "Home"], xt = [a ? "ArrowLeft" : "ArrowRight", "ArrowUp", "PageUp", "End"];
|
|
29237
|
+
qe.includes(te.key) ? at === 0 ? ce = X[0] : ce = X[at - 1] : xt.includes(te.key) && (at === X.length - 1 ? ce = Ke : ce = X[at + 1]);
|
|
29238
29238
|
}
|
|
29239
29239
|
ce != null && ne(te, ce);
|
|
29240
29240
|
}
|
|
@@ -29260,10 +29260,10 @@ function H3(e) {
|
|
|
29260
29260
|
width: ye,
|
|
29261
29261
|
height: Pe,
|
|
29262
29262
|
bottom: ce,
|
|
29263
|
-
left:
|
|
29263
|
+
left: Ke
|
|
29264
29264
|
} = le.getBoundingClientRect();
|
|
29265
29265
|
let at;
|
|
29266
|
-
Q.startsWith("vertical") ? at = (ce - Y.y) / Pe : at = (Y.x -
|
|
29266
|
+
Q.startsWith("vertical") ? at = (ce - Y.y) / Pe : at = (Y.x - Ke) / ye, Q.includes("-reverse") && (at = 1 - at);
|
|
29267
29267
|
let qe;
|
|
29268
29268
|
if (qe = N3(at, l, i), m)
|
|
29269
29269
|
qe = F3(qe, m, l);
|
|
@@ -29360,7 +29360,7 @@ function H3(e) {
|
|
|
29360
29360
|
}, [ge, Oe]), B.useEffect(() => {
|
|
29361
29361
|
n && ge();
|
|
29362
29362
|
}, [n, ge]);
|
|
29363
|
-
const
|
|
29363
|
+
const Xe = (Y) => (te) => {
|
|
29364
29364
|
var Pe;
|
|
29365
29365
|
if ((Pe = Y.onMouseDown) == null || Pe.call(Y, te), n || te.defaultPrevented || te.button !== 0)
|
|
29366
29366
|
return;
|
|
@@ -29369,24 +29369,24 @@ function H3(e) {
|
|
|
29369
29369
|
if (le !== !1) {
|
|
29370
29370
|
const {
|
|
29371
29371
|
newValue: ce,
|
|
29372
|
-
activeIndex:
|
|
29372
|
+
activeIndex: Ke
|
|
29373
29373
|
} = se({
|
|
29374
29374
|
finger: le
|
|
29375
29375
|
});
|
|
29376
29376
|
Pa({
|
|
29377
29377
|
sliderRef: K,
|
|
29378
|
-
activeIndex:
|
|
29378
|
+
activeIndex: Ke,
|
|
29379
29379
|
setActive: R
|
|
29380
|
-
}), E(ce), z && !Ta(ce, F) && z(te, ce,
|
|
29380
|
+
}), E(ce), z && !Ta(ce, F) && z(te, ce, Ke);
|
|
29381
29381
|
}
|
|
29382
29382
|
y.current = 0;
|
|
29383
29383
|
const ye = fo(K.current);
|
|
29384
29384
|
ye.addEventListener("mousemove", ue, {
|
|
29385
29385
|
passive: !0
|
|
29386
29386
|
}), ye.addEventListener("mouseup", W);
|
|
29387
|
-
},
|
|
29387
|
+
}, Ye = ds(re ? ee[0] : l, l, i), ke = ds(ee[ee.length - 1], l, i) - Ye, ir = (Y = {}) => {
|
|
29388
29388
|
const te = Ua(Y), le = {
|
|
29389
|
-
onMouseDown:
|
|
29389
|
+
onMouseDown: Xe(te || {})
|
|
29390
29390
|
}, ye = {
|
|
29391
29391
|
...te,
|
|
29392
29392
|
...le
|
|
@@ -29466,7 +29466,7 @@ function H3(e) {
|
|
|
29466
29466
|
range: re,
|
|
29467
29467
|
rootRef: ie,
|
|
29468
29468
|
trackLeap: ke,
|
|
29469
|
-
trackOffset:
|
|
29469
|
+
trackOffset: Ye,
|
|
29470
29470
|
values: ee,
|
|
29471
29471
|
getThumbStyle: Ko
|
|
29472
29472
|
};
|
|
@@ -30123,14 +30123,14 @@ const tj = bt("span", {
|
|
|
30123
30123
|
marks: W,
|
|
30124
30124
|
values: Oe,
|
|
30125
30125
|
trackOffset: ge,
|
|
30126
|
-
trackLeap:
|
|
30127
|
-
getThumbStyle:
|
|
30126
|
+
trackLeap: Xe,
|
|
30127
|
+
getThumbStyle: Ye
|
|
30128
30128
|
} = H3({
|
|
30129
30129
|
...K,
|
|
30130
30130
|
rootRef: r
|
|
30131
30131
|
});
|
|
30132
30132
|
K.marked = W.length > 0 && W.some((He) => He.label), K.dragging = ue, K.focusedThumbIndex = Q;
|
|
30133
|
-
const ke = nj(K), ir = (z == null ? void 0 : z.root) ?? c.Root ?? Q3, Wo = (z == null ? void 0 : z.rail) ?? c.Rail ?? X3, Jo = (z == null ? void 0 : z.track) ?? c.Track ?? Z3, Yo = (z == null ? void 0 : z.thumb) ?? c.Thumb ?? ej, Ko = (z == null ? void 0 : z.valueLabel) ?? c.ValueLabel ?? ig, Yr = (z == null ? void 0 : z.mark) ?? c.Mark ?? tj, Qo = (z == null ? void 0 : z.markLabel) ?? c.MarkLabel ?? rj, Y = (z == null ? void 0 : z.input) ?? c.Input ?? "input", te = (E == null ? void 0 : E.root) ?? u.root, le = (E == null ? void 0 : E.rail) ?? u.rail, ye = (E == null ? void 0 : E.track) ?? u.track, Pe = (E == null ? void 0 : E.thumb) ?? u.thumb, ce = (E == null ? void 0 : E.valueLabel) ?? u.valueLabel,
|
|
30133
|
+
const ke = nj(K), ir = (z == null ? void 0 : z.root) ?? c.Root ?? Q3, Wo = (z == null ? void 0 : z.rail) ?? c.Rail ?? X3, Jo = (z == null ? void 0 : z.track) ?? c.Track ?? Z3, Yo = (z == null ? void 0 : z.thumb) ?? c.Thumb ?? ej, Ko = (z == null ? void 0 : z.valueLabel) ?? c.ValueLabel ?? ig, Yr = (z == null ? void 0 : z.mark) ?? c.Mark ?? tj, Qo = (z == null ? void 0 : z.markLabel) ?? c.MarkLabel ?? rj, Y = (z == null ? void 0 : z.input) ?? c.Input ?? "input", te = (E == null ? void 0 : E.root) ?? u.root, le = (E == null ? void 0 : E.rail) ?? u.rail, ye = (E == null ? void 0 : E.track) ?? u.track, Pe = (E == null ? void 0 : E.thumb) ?? u.thumb, ce = (E == null ? void 0 : E.valueLabel) ?? u.valueLabel, Ke = (E == null ? void 0 : E.mark) ?? u.mark, at = (E == null ? void 0 : E.markLabel) ?? u.markLabel, qe = (E == null ? void 0 : E.input) ?? u.input, xt = dr({
|
|
30134
30134
|
elementType: ir,
|
|
30135
30135
|
getSlotProps: xe,
|
|
30136
30136
|
externalSlotProps: te,
|
|
@@ -30156,7 +30156,7 @@ const tj = bt("span", {
|
|
|
30156
30156
|
additionalProps: {
|
|
30157
30157
|
style: {
|
|
30158
30158
|
...ie[pe].offset(ge),
|
|
30159
|
-
...ie[pe].leap(
|
|
30159
|
+
...ie[pe].leap(Xe)
|
|
30160
30160
|
}
|
|
30161
30161
|
},
|
|
30162
30162
|
ownerState: {
|
|
@@ -30183,7 +30183,7 @@ const tj = bt("span", {
|
|
|
30183
30183
|
className: ke.valueLabel
|
|
30184
30184
|
}), si = dr({
|
|
30185
30185
|
elementType: Yr,
|
|
30186
|
-
externalSlotProps:
|
|
30186
|
+
externalSlotProps: Ke,
|
|
30187
30187
|
ownerState: K,
|
|
30188
30188
|
className: ke.mark
|
|
30189
30189
|
}), ii = dr({
|
|
@@ -30203,12 +30203,12 @@ const tj = bt("span", {
|
|
|
30203
30203
|
...zn
|
|
30204
30204
|
}), /* @__PURE__ */ g.jsx(Jo, {
|
|
30205
30205
|
...bg
|
|
30206
|
-
}), W.filter((He) => He.value >= w && He.value <= O).map((He,
|
|
30206
|
+
}), W.filter((He) => He.value >= w && He.value <= O).map((He, Ze) => {
|
|
30207
30207
|
const li = ds(He.value, w, O), Xo = ie[pe].offset(li);
|
|
30208
30208
|
let Ht;
|
|
30209
30209
|
return ee === !1 ? Ht = Oe.includes(He.value) : Ht = ee === "normal" && (se ? He.value >= Oe[0] && He.value <= Oe[Oe.length - 1] : He.value <= Oe[0]) || ee === "inverted" && (se ? He.value <= Oe[0] || He.value >= Oe[Oe.length - 1] : He.value >= Oe[0]), /* @__PURE__ */ g.jsxs(B.Fragment, {
|
|
30210
30210
|
children: [/* @__PURE__ */ g.jsx(Yr, {
|
|
30211
|
-
"data-index":
|
|
30211
|
+
"data-index": Ze,
|
|
30212
30212
|
...si,
|
|
30213
30213
|
...!Da(Yr) && {
|
|
30214
30214
|
markActive: Ht
|
|
@@ -30220,7 +30220,7 @@ const tj = bt("span", {
|
|
|
30220
30220
|
className: _t(si.className, Ht && ke.markActive)
|
|
30221
30221
|
}), He.label != null ? /* @__PURE__ */ g.jsx(Qo, {
|
|
30222
30222
|
"aria-hidden": !0,
|
|
30223
|
-
"data-index":
|
|
30223
|
+
"data-index": Ze,
|
|
30224
30224
|
...ii,
|
|
30225
30225
|
...!Da(Qo) && {
|
|
30226
30226
|
markLabelActive: Ht
|
|
@@ -30232,8 +30232,8 @@ const tj = bt("span", {
|
|
|
30232
30232
|
className: _t(ke.markLabel, ii.className, Ht && ke.markLabelActive),
|
|
30233
30233
|
children: He.label
|
|
30234
30234
|
}) : null]
|
|
30235
|
-
},
|
|
30236
|
-
}), Oe.map((He,
|
|
30235
|
+
}, Ze);
|
|
30236
|
+
}), Oe.map((He, Ze) => {
|
|
30237
30237
|
const li = ds(He, w, O), Xo = ie[pe].offset(li), Ht = X === "off" ? oj : Ko;
|
|
30238
30238
|
return (
|
|
30239
30239
|
/* TODO v6: Change component structure. It will help in avoiding the complicated React.cloneElement API added in SliderValueLabel component. Should be: Thumb -> Input, ValueLabel. Follow Joy UI's Slider structure. */
|
|
@@ -30241,32 +30241,32 @@ const tj = bt("span", {
|
|
|
30241
30241
|
...!Da(Ht) && {
|
|
30242
30242
|
valueLabelFormat: oe,
|
|
30243
30243
|
valueLabelDisplay: X,
|
|
30244
|
-
value: typeof oe == "function" ? oe(F(He),
|
|
30245
|
-
index:
|
|
30246
|
-
open: be ===
|
|
30244
|
+
value: typeof oe == "function" ? oe(F(He), Ze) : oe,
|
|
30245
|
+
index: Ze,
|
|
30246
|
+
open: be === Ze || Se === Ze || X === "on",
|
|
30247
30247
|
disabled: m
|
|
30248
30248
|
},
|
|
30249
30249
|
...xg,
|
|
30250
30250
|
children: /* @__PURE__ */ g.jsx(Yo, {
|
|
30251
|
-
"data-index":
|
|
30251
|
+
"data-index": Ze,
|
|
30252
30252
|
...ai,
|
|
30253
|
-
className: _t(ke.thumb, ai.className, Se ===
|
|
30253
|
+
className: _t(ke.thumb, ai.className, Se === Ze && ke.active, Q === Ze && ke.focusVisible),
|
|
30254
30254
|
style: {
|
|
30255
30255
|
...Xo,
|
|
30256
|
-
...
|
|
30256
|
+
...Ye(Ze),
|
|
30257
30257
|
...ai.style
|
|
30258
30258
|
},
|
|
30259
30259
|
children: /* @__PURE__ */ g.jsx(Y, {
|
|
30260
|
-
"data-index":
|
|
30261
|
-
"aria-label": b ? b(
|
|
30260
|
+
"data-index": Ze,
|
|
30261
|
+
"aria-label": b ? b(Ze) : a,
|
|
30262
30262
|
"aria-valuenow": F(He),
|
|
30263
30263
|
"aria-labelledby": i,
|
|
30264
|
-
"aria-valuetext": S ? S(F(He),
|
|
30265
|
-
value: Oe[
|
|
30264
|
+
"aria-valuetext": S ? S(F(He), Ze) : s,
|
|
30265
|
+
value: Oe[Ze],
|
|
30266
30266
|
...vg
|
|
30267
30267
|
})
|
|
30268
30268
|
})
|
|
30269
|
-
},
|
|
30269
|
+
}, Ze)
|
|
30270
30270
|
);
|
|
30271
30271
|
})]
|
|
30272
30272
|
});
|
|
@@ -31026,68 +31026,66 @@ const ug = Ae(
|
|
|
31026
31026
|
)
|
|
31027
31027
|
] });
|
|
31028
31028
|
}
|
|
31029
|
-
), dg =
|
|
31030
|
-
|
|
31031
|
-
|
|
31032
|
-
|
|
31033
|
-
|
|
31034
|
-
|
|
31035
|
-
|
|
31036
|
-
|
|
31037
|
-
|
|
31038
|
-
|
|
31039
|
-
|
|
31040
|
-
|
|
31041
|
-
|
|
31042
|
-
console.error(l);
|
|
31043
|
-
const c = window.getSelection(), u = document.createRange();
|
|
31029
|
+
), dg = (e) => {
|
|
31030
|
+
var i;
|
|
31031
|
+
const { value: t, ref: r } = e, n = ze(), [o, a] = _e(!1);
|
|
31032
|
+
async function s() {
|
|
31033
|
+
if (!r || !("current" in r))
|
|
31034
|
+
return console.warn("No copy target found"), !1;
|
|
31035
|
+
try {
|
|
31036
|
+
return await navigator.clipboard.writeText(t), console.log("Copied!"), a(!0), !0;
|
|
31037
|
+
} catch (l) {
|
|
31038
|
+
console.error(l);
|
|
31039
|
+
const c = window.getSelection();
|
|
31040
|
+
if (c && r && "current" in r && r.current) {
|
|
31041
|
+
const u = document.createRange();
|
|
31044
31042
|
u.selectNodeContents(r.current), c.removeAllRanges(), c.addRange(u);
|
|
31045
31043
|
}
|
|
31046
|
-
return !1;
|
|
31047
31044
|
}
|
|
31048
|
-
return
|
|
31049
|
-
if (!o)
|
|
31050
|
-
return;
|
|
31051
|
-
const l = setTimeout(() => a(!1), 3e3);
|
|
31052
|
-
return () => {
|
|
31053
|
-
l && clearTimeout(l);
|
|
31054
|
-
};
|
|
31055
|
-
}, [o]), /* @__PURE__ */ g.jsx(Bg, { open: o, title: "Copied!", children: /* @__PURE__ */ g.jsx(
|
|
31056
|
-
$e,
|
|
31057
|
-
{
|
|
31058
|
-
justifyContent: "center",
|
|
31059
|
-
sx: {
|
|
31060
|
-
height: "100%",
|
|
31061
|
-
boxSizing: "border-box",
|
|
31062
|
-
padding: "6px 12px",
|
|
31063
|
-
background: (i = n.palette.backgroundPaperElevation) == null ? void 0 : i[8],
|
|
31064
|
-
borderRadius: "10px",
|
|
31065
|
-
minWidth: "0",
|
|
31066
|
-
cursor: "pointer"
|
|
31067
|
-
},
|
|
31068
|
-
onClick: () => s(),
|
|
31069
|
-
children: /* @__PURE__ */ g.jsx(
|
|
31070
|
-
fe,
|
|
31071
|
-
{
|
|
31072
|
-
ref: r,
|
|
31073
|
-
align: "center",
|
|
31074
|
-
sx: {
|
|
31075
|
-
pointerEvents: "none",
|
|
31076
|
-
fontSize: "12px",
|
|
31077
|
-
color: n.palette.text.primary,
|
|
31078
|
-
whiteSpace: "nowrap",
|
|
31079
|
-
minWidth: 0,
|
|
31080
|
-
textOverflow: "ellipsis",
|
|
31081
|
-
width: "100%",
|
|
31082
|
-
overflow: "hidden"
|
|
31083
|
-
},
|
|
31084
|
-
children: t
|
|
31085
|
-
}
|
|
31086
|
-
)
|
|
31087
|
-
}
|
|
31088
|
-
) });
|
|
31045
|
+
return !1;
|
|
31089
31046
|
}
|
|
31090
|
-
)
|
|
31047
|
+
return Be(() => {
|
|
31048
|
+
if (!o)
|
|
31049
|
+
return;
|
|
31050
|
+
const l = setTimeout(() => a(!1), 3e3);
|
|
31051
|
+
return () => {
|
|
31052
|
+
l && clearTimeout(l);
|
|
31053
|
+
};
|
|
31054
|
+
}, [o]), /* @__PURE__ */ g.jsx(Bg, { open: o, title: "Copied!", children: /* @__PURE__ */ g.jsx(
|
|
31055
|
+
$e,
|
|
31056
|
+
{
|
|
31057
|
+
justifyContent: "center",
|
|
31058
|
+
sx: {
|
|
31059
|
+
height: "100%",
|
|
31060
|
+
boxSizing: "border-box",
|
|
31061
|
+
padding: "6px 12px",
|
|
31062
|
+
background: (i = n.palette.backgroundPaperElevation) == null ? void 0 : i[8],
|
|
31063
|
+
borderRadius: "10px",
|
|
31064
|
+
minWidth: "0",
|
|
31065
|
+
cursor: "pointer"
|
|
31066
|
+
},
|
|
31067
|
+
onClick: () => s(),
|
|
31068
|
+
children: /* @__PURE__ */ g.jsx(
|
|
31069
|
+
fe,
|
|
31070
|
+
{
|
|
31071
|
+
ref: r,
|
|
31072
|
+
align: "center",
|
|
31073
|
+
sx: {
|
|
31074
|
+
pointerEvents: "none",
|
|
31075
|
+
fontSize: "12px",
|
|
31076
|
+
color: n.palette.text.primary,
|
|
31077
|
+
whiteSpace: "nowrap",
|
|
31078
|
+
minWidth: 0,
|
|
31079
|
+
textOverflow: "ellipsis",
|
|
31080
|
+
width: "100%",
|
|
31081
|
+
overflow: "hidden"
|
|
31082
|
+
},
|
|
31083
|
+
children: t
|
|
31084
|
+
}
|
|
31085
|
+
)
|
|
31086
|
+
}
|
|
31087
|
+
) });
|
|
31088
|
+
}, W$ = Ae(
|
|
31091
31089
|
({ motionStream: e }) => {
|
|
31092
31090
|
const t = Fe(null);
|
|
31093
31091
|
function r() {
|
|
@@ -31160,7 +31158,7 @@ class dj {
|
|
|
31160
31158
|
}
|
|
31161
31159
|
}
|
|
31162
31160
|
const oi = (e, t, r) => ({
|
|
31163
|
-
id: r || `${Date.now()}-${Math.random().toString(36).
|
|
31161
|
+
id: r || `${Date.now()}-${Math.random().toString(36).substring(2, 11)}`,
|
|
31164
31162
|
timestamp: /* @__PURE__ */ new Date(),
|
|
31165
31163
|
message: e,
|
|
31166
31164
|
level: t
|
|
@@ -31623,9 +31621,9 @@ const tk = rt(
|
|
|
31623
31621
|
disabled: !p.enabled || e === "stopping" && !a,
|
|
31624
31622
|
onClick: p.onClick,
|
|
31625
31623
|
sx: {
|
|
31626
|
-
width: "
|
|
31627
|
-
height: "
|
|
31628
|
-
borderRadius: "
|
|
31624
|
+
width: "88px",
|
|
31625
|
+
height: "88px",
|
|
31626
|
+
borderRadius: "88px",
|
|
31629
31627
|
backgroundColor: p.color,
|
|
31630
31628
|
opacity: p.enabled && !(e === "stopping" && !a) ? 1 : 0.3,
|
|
31631
31629
|
"&:hover": {
|
|
@@ -31636,7 +31634,7 @@ const tk = rt(
|
|
|
31636
31634
|
backgroundColor: p.color,
|
|
31637
31635
|
opacity: 0.3
|
|
31638
31636
|
},
|
|
31639
|
-
minWidth: "
|
|
31637
|
+
minWidth: "88px",
|
|
31640
31638
|
flexShrink: 0
|
|
31641
31639
|
},
|
|
31642
31640
|
children: d(f)
|
|
@@ -32481,7 +32479,7 @@ const rk = rt(
|
|
|
32481
32479
|
title: e,
|
|
32482
32480
|
titleId: t,
|
|
32483
32481
|
...r
|
|
32484
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 18, height: 18, fill: "none", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fill: "#38C6F4", fillRule: "evenodd", d: "M6.359 14.25v2.934h7.63v-3.521L10.196 9.87 9 8.674l.859-.859.337-.337.858-.858.565.565.631.63.565.565 1.196-1.195.543-.544 1.196-1.195-1.196-1.196-2.304-2.304L11.054.75 9.86 1.946 3.446 8.359 2.25 9.554l1.196 1.196 2.913 2.913zm1.69 0v1.244h4.249v-1.13L7.804 9.87 6.608 8.674l1.196-1.196L9.86 5.424l.007-.008-.543-.543-4.681 4.681 2.912 2.913.496.496v.113h2.124l1.174 1.174zm3.005-10.022-.294.294-.543-.543.837-.837 2.304 2.304-.543.543-.565-.565z", clipRule: "evenodd" })), _j =
|
|
32482
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 18, height: 18, fill: "none", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fill: "#38C6F4", fillRule: "evenodd", d: "M6.359 14.25v2.934h7.63v-3.521L10.196 9.87 9 8.674l.859-.859.337-.337.858-.858.565.565.631.63.565.565 1.196-1.195.543-.544 1.196-1.195-1.196-1.196-2.304-2.304L11.054.75 9.86 1.946 3.446 8.359 2.25 9.554l1.196 1.196 2.913 2.913zm1.69 0v1.244h4.249v-1.13L7.804 9.87 6.608 8.674l1.196-1.196L9.86 5.424l.007-.008-.543-.543-4.681 4.681 2.912 2.913.496.496v.113h2.124l1.174 1.174zm3.005-10.022-.294.294-.543-.543.837-.837 2.304 2.304-.543.543-.565-.565z", clipRule: "evenodd" })), _j = tt(Aj);
|
|
32485
32483
|
var gg = /* @__PURE__ */ ((e) => (e.PRECONDITION_NOT_FULFILLED = "PRECONDITION_NOT_FULFILLED", e.ROBOT_DISCONNECTED = "ROBOT_DISCONNECTED", e.READY = "READY", e))(gg || {});
|
|
32486
32484
|
const Ej = rt(
|
|
32487
32485
|
Ae(({ setupState: e, className: t }) => {
|
|
@@ -32723,11 +32721,11 @@ const Ij = ({
|
|
|
32723
32721
|
title: e,
|
|
32724
32722
|
titleId: t,
|
|
32725
32723
|
...r
|
|
32726
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M5.248 21c-.334 0-.619-.116-.853-.35a1.153 1.153 0 0 1-.351-.848c0-.333.117-.616.351-.85.234-.233.519-.35.853-.35H7.24L4.558 9.87a2.881 2.881 0 0 1-1.126-1.042A2.77 2.77 0 0 1 3 7.317c0-.793.28-1.467.838-2.023a2.774 2.774 0 0 1 2.033-.834 2.71 2.71 0 0 1 1.728.585c.494.389.832.887 1.014 1.493h3.58V5.239c0-.22.076-.406.226-.555a.76.76 0 0 1 .558-.224c.136 0 .263.035.381.104.118.07.209.167.273.292v.14l1.835-1.702a.979.979 0 0 1 .52-.279.881.881 0 0 1 .58.091l4.01 1.85a.74.74 0 0 1 .36.364.537.537 0 0 1-.002.474.592.592 0 0 1-.366.323.657.657 0 0 1-.477-.039l-3.858-1.774L13.76 6.59v1.454l2.473 2.233 3.858-1.774a.648.648 0 0 1 .485-.03.571.571 0 0 1 .358.314.513.513 0 0 1 .01.482.79.79 0 0 1-.367.357l-4.011 1.882a.881.881 0 0 1-.58.09.979.979 0 0 1-.52-.278L13.63 9.638v.14a.92.92 0 0 1-.273.275.665.665 0 0 1-.381.12.76.76 0 0 1-.558-.224.752.752 0 0 1-.225-.555V8.096h-3.58a2.82 2.82 0 0 1-.215.54 2.552 2.552 0 0 1-.323.479l5.139 9.488h2.673c.335 0 .62.116.854.35.234.233.35.516.35.849 0 .332-.116.615-.35.849a1.167 1.167 0 0 1-.854.349H5.248Zm.623-12.385c.362 0 .67-.126.924-.378a1.25 1.25 0 0 0 .38-.92 1.25 1.25 0 0 0-.38-.92 1.261 1.261 0 0 0-.924-.379 1.26 1.26 0 0 0-.925.379 1.25 1.25 0 0 0-.38.92c0 .36.127.667.38.92.254.252.562.378.925.378Z" })), Mj =
|
|
32724
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M5.248 21c-.334 0-.619-.116-.853-.35a1.153 1.153 0 0 1-.351-.848c0-.333.117-.616.351-.85.234-.233.519-.35.853-.35H7.24L4.558 9.87a2.881 2.881 0 0 1-1.126-1.042A2.77 2.77 0 0 1 3 7.317c0-.793.28-1.467.838-2.023a2.774 2.774 0 0 1 2.033-.834 2.71 2.71 0 0 1 1.728.585c.494.389.832.887 1.014 1.493h3.58V5.239c0-.22.076-.406.226-.555a.76.76 0 0 1 .558-.224c.136 0 .263.035.381.104.118.07.209.167.273.292v.14l1.835-1.702a.979.979 0 0 1 .52-.279.881.881 0 0 1 .58.091l4.01 1.85a.74.74 0 0 1 .36.364.537.537 0 0 1-.002.474.592.592 0 0 1-.366.323.657.657 0 0 1-.477-.039l-3.858-1.774L13.76 6.59v1.454l2.473 2.233 3.858-1.774a.648.648 0 0 1 .485-.03.571.571 0 0 1 .358.314.513.513 0 0 1 .01.482.79.79 0 0 1-.367.357l-4.011 1.882a.881.881 0 0 1-.58.09.979.979 0 0 1-.52-.278L13.63 9.638v.14a.92.92 0 0 1-.273.275.665.665 0 0 1-.381.12.76.76 0 0 1-.558-.224.752.752 0 0 1-.225-.555V8.096h-3.58a2.82 2.82 0 0 1-.215.54 2.552 2.552 0 0 1-.323.479l5.139 9.488h2.673c.335 0 .62.116.854.35.234.233.35.516.35.849 0 .332-.116.615-.35.849a1.167 1.167 0 0 1-.854.349H5.248Zm.623-12.385c.362 0 .67-.126.924-.378a1.25 1.25 0 0 0 .38-.92 1.25 1.25 0 0 0-.38-.92 1.261 1.261 0 0 0-.924-.379 1.26 1.26 0 0 0-.925.379 1.25 1.25 0 0 0-.38.92c0 .36.127.667.38.92.254.252.562.378.925.378Z" })), Mj = tt(Ij), jj = ({
|
|
32727
32725
|
title: e,
|
|
32728
32726
|
titleId: t,
|
|
32729
32727
|
...r
|
|
32730
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "m13.37 9.12 1.69 1.69 2.99-2.99-3.73-3.73-.95-.95-7.66 7.66-.95.95 3.99 3.99v3.44h7.55v-3.55l-4.72-4.72 1.79-1.79Zm-.91-2.99.91-.91 2.6 2.6-.91.91-2.6-2.6Zm-2.25 10.24h3.74l-1.34-1.34-.04-.04h-2.5l-3.25-3.25 4.59-4.59.92.92L9.5 10.9l5.33 5.33v1.48H10.2v-1.35l.01.01ZM2 2v4.99h1.41V3.4h3.58V2H2ZM22.21 2h-4.98v1.41h3.59v3.58h1.4V2h-.01ZM20.81 20.65h-3.58v1.4h4.98v-4.99h-1.4v3.59ZM3.4 17.06H2v4.98h4.99v-1.4H3.4v-3.58Z" })), $j =
|
|
32728
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "m13.37 9.12 1.69 1.69 2.99-2.99-3.73-3.73-.95-.95-7.66 7.66-.95.95 3.99 3.99v3.44h7.55v-3.55l-4.72-4.72 1.79-1.79Zm-.91-2.99.91-.91 2.6 2.6-.91.91-2.6-2.6Zm-2.25 10.24h3.74l-1.34-1.34-.04-.04h-2.5l-3.25-3.25 4.59-4.59.92.92L9.5 10.9l5.33 5.33v1.48H10.2v-1.35l.01.01ZM2 2v4.99h1.41V3.4h3.58V2H2ZM22.21 2h-4.98v1.41h3.59v3.58h1.4V2h-.01ZM20.81 20.65h-3.58v1.4h4.98v-4.99h-1.4v3.59ZM3.4 17.06H2v4.98h4.99v-1.4H3.4v-3.58Z" })), $j = tt(jj), Lt = Ae(
|
|
32731
32729
|
({
|
|
32732
32730
|
id: e,
|
|
32733
32731
|
icon: t,
|
|
@@ -32893,15 +32891,15 @@ const Ij = ({
|
|
|
32893
32891
|
title: e,
|
|
32894
32892
|
titleId: t,
|
|
32895
32893
|
...r
|
|
32896
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.306 2.768c0-.424.344-.768.768-.768h.406C19.53 2 22 4.551 22 7.699c0 3.237-2.51 5.587-5.31 5.703-.84 1.595-2.478 2.677-4.36 2.677a4.845 4.845 0 0 1-3.146-1.163c-.6 1.783 0 3.922 1.79 4.99 1.929 1.149 4.395.467 5.508-1.524l.212-.378a.75.75 0 1 1 1.308.732l-.231.414c-1.524 2.725-4.9 3.66-7.54 2.085-2.716-1.618-3.432-5.037-2.129-7.599a5.22 5.22 0 0 1-.73-2.677c0-2.192 1.335-4.063 3.212-4.793-1.195-1.427-3.29-1.96-5.08-.892-1.928 1.15-2.589 3.696-1.475 5.687l.231.413a.75.75 0 0 1-1.308.732l-.212-.377c-1.524-2.726-.62-6.211 2.02-7.785 2.716-1.619 5.943-.55 7.44 1.897l.13-.001c2.739 0 4.96 2.292 4.96 5.12 0 .284-.023.563-.066.834 1.795-.354 3.288-1.96 3.288-4.095 0-2.3-1.805-4.163-4.032-4.163h-.406a.768.768 0 0 1-.768-.768Zm.496 8.191c0 .286-.033.564-.094.831a3.62 3.62 0 0 1-.672 1.415 3.425 3.425 0 0 1-2.706 1.338 3.402 3.402 0 0 1-2.384-.98 3.598 3.598 0 0 1-.852-1.306 3.677 3.677 0 0 1-.235-1.298c0-1.623 1.046-2.994 2.48-3.435a3.37 3.37 0 0 1 1.522-.107c1.665.264 2.94 1.75 2.94 3.542Z" })), Dj =
|
|
32894
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M15.306 2.768c0-.424.344-.768.768-.768h.406C19.53 2 22 4.551 22 7.699c0 3.237-2.51 5.587-5.31 5.703-.84 1.595-2.478 2.677-4.36 2.677a4.845 4.845 0 0 1-3.146-1.163c-.6 1.783 0 3.922 1.79 4.99 1.929 1.149 4.395.467 5.508-1.524l.212-.378a.75.75 0 1 1 1.308.732l-.231.414c-1.524 2.725-4.9 3.66-7.54 2.085-2.716-1.618-3.432-5.037-2.129-7.599a5.22 5.22 0 0 1-.73-2.677c0-2.192 1.335-4.063 3.212-4.793-1.195-1.427-3.29-1.96-5.08-.892-1.928 1.15-2.589 3.696-1.475 5.687l.231.413a.75.75 0 0 1-1.308.732l-.212-.377c-1.524-2.726-.62-6.211 2.02-7.785 2.716-1.619 5.943-.55 7.44 1.897l.13-.001c2.739 0 4.96 2.292 4.96 5.12 0 .284-.023.563-.066.834 1.795-.354 3.288-1.96 3.288-4.095 0-2.3-1.805-4.163-4.032-4.163h-.406a.768.768 0 0 1-.768-.768Zm.496 8.191c0 .286-.033.564-.094.831a3.62 3.62 0 0 1-.672 1.415 3.425 3.425 0 0 1-2.706 1.338 3.402 3.402 0 0 1-2.384-.98 3.598 3.598 0 0 1-.852-1.306 3.677 3.677 0 0 1-.235-1.298c0-1.623 1.046-2.994 2.48-3.435a3.37 3.37 0 0 1 1.522-.107c1.665.264 2.94 1.75 2.94 3.542Z" })), Dj = tt(Uj), Lj = ({
|
|
32897
32895
|
title: e,
|
|
32898
32896
|
titleId: t,
|
|
32899
32897
|
...r
|
|
32900
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M19.763 16.432 13.516 5.864c-.674-1.152-2.358-1.152-3.049 0l-6.23 10.568C3.563 17.567 4.405 19 5.753 19H18.23c1.364 0 2.206-1.432 1.532-2.568ZM12 8.498c.539 0 .96.428.96.938v.066l-.32 4.708a.639.639 0 0 1-.64.592.639.639 0 0 1-.64-.592l-.32-4.708A.953.953 0 0 1 12 8.498Zm0 8.79c-.556 0-1.01-.444-1.01-.987 0-.544.454-.988 1.01-.988s1.01.444 1.01.988c0 .542-.454.987-1.01.987Z", fill: "#fff", fillOpacity: 0.56 })), Nj =
|
|
32898
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M19.763 16.432 13.516 5.864c-.674-1.152-2.358-1.152-3.049 0l-6.23 10.568C3.563 17.567 4.405 19 5.753 19H18.23c1.364 0 2.206-1.432 1.532-2.568ZM12 8.498c.539 0 .96.428.96.938v.066l-.32 4.708a.639.639 0 0 1-.64.592.639.639 0 0 1-.64-.592l-.32-4.708A.953.953 0 0 1 12 8.498Zm0 8.79c-.556 0-1.01-.444-1.01-.987 0-.544.454-.988 1.01-.988s1.01.444 1.01.988c0 .542-.454.987-1.01.987Z", fill: "#fff", fillOpacity: 0.56 })), Nj = tt(Lj), Bj = ({
|
|
32901
32899
|
title: e,
|
|
32902
32900
|
titleId: t,
|
|
32903
32901
|
...r
|
|
32904
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M12.953 5.09a1.497 1.497 0 0 0-1.653-.518l-1.35.43a1.504 1.504 0 0 0-1.726-.376L2.858 6.97c-.736.321-1.06 1.155-.726 1.862.334.707 1.202 1.02 1.937.698l4.27-1.865 1.466 1.973v.402c0 .873-.627 1.63-1.512 1.827l-2.56.567c-1.329.295-2.27 1.431-2.27 2.74v.107c0 .26.22.469.489.469h11.117c1.329 0 2.618.435 3.656 1.233l1.665 1.28A1 1 0 0 0 22 17.47V11.062c0-.312-.108-.616-.308-.863l-3.415-4.218a1.5 1.5 0 0 0-1.618-.471l-.378.12-.866-.475a1.516 1.516 0 0 0-1.188-.114l-1.06.338-.214-.289Z" })), Fj =
|
|
32902
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M12.953 5.09a1.497 1.497 0 0 0-1.653-.518l-1.35.43a1.504 1.504 0 0 0-1.726-.376L2.858 6.97c-.736.321-1.06 1.155-.726 1.862.334.707 1.202 1.02 1.937.698l4.27-1.865 1.466 1.973v.402c0 .873-.627 1.63-1.512 1.827l-2.56.567c-1.329.295-2.27 1.431-2.27 2.74v.107c0 .26.22.469.489.469h11.117c1.329 0 2.618.435 3.656 1.233l1.665 1.28A1 1 0 0 0 22 17.47V11.062c0-.312-.108-.616-.308-.863l-3.415-4.218a1.5 1.5 0 0 0-1.618-.471l-.378.12-.866-.475a1.516 1.516 0 0 0-1.188-.114l-1.06.338-.214-.289Z" })), Fj = tt(Bj), zj = Ae(
|
|
32905
32903
|
({
|
|
32906
32904
|
operationMode: e,
|
|
32907
32905
|
anchorOrigin: t,
|
|
@@ -32965,23 +32963,23 @@ const Ij = ({
|
|
|
32965
32963
|
title: e,
|
|
32966
32964
|
titleId: t,
|
|
32967
32965
|
...r
|
|
32968
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M19.763 16.432 13.516 5.864c-.674-1.152-2.358-1.152-3.049 0l-6.23 10.568C3.563 17.567 4.405 19 5.753 19H18.23c1.364 0 2.206-1.432 1.532-2.568ZM12 8.498c.539 0 .96.428.96.938v.066l-.32 4.708a.639.639 0 0 1-.64.592.639.639 0 0 1-.64-.592l-.32-4.708A.953.953 0 0 1 12 8.498Zm0 8.79c-.556 0-1.01-.444-1.01-.987 0-.544.454-.988 1.01-.988s1.01.444 1.01.988c0 .542-.454.987-1.01.987Z" })), Hj =
|
|
32966
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M19.763 16.432 13.516 5.864c-.674-1.152-2.358-1.152-3.049 0l-6.23 10.568C3.563 17.567 4.405 19 5.753 19H18.23c1.364 0 2.206-1.432 1.532-2.568ZM12 8.498c.539 0 .96.428.96.938v.066l-.32 4.708a.639.639 0 0 1-.64.592.639.639 0 0 1-.64-.592l-.32-4.708A.953.953 0 0 1 12 8.498Zm0 8.79c-.556 0-1.01-.444-1.01-.987 0-.544.454-.988 1.01-.988s1.01.444 1.01.988c0 .542-.454.987-1.01.987Z" })), Hj = tt(Gj), qj = ({
|
|
32969
32967
|
title: e,
|
|
32970
32968
|
titleId: t,
|
|
32971
32969
|
...r
|
|
32972
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M10.24 10.636 12 13.764l1.76-3.128h-3.52Z" }), /* @__PURE__ */ B.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.364 12a6.364 6.364 0 1 1-12.728 0 6.364 6.364 0 0 1 12.728 0ZM7.909 9.273 12 16.546l4.09-7.273H7.91Z" }), /* @__PURE__ */ B.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.364 0a8.636 8.636 0 1 1-17.273 0 8.636 8.636 0 0 1 17.273 0Z" })), Wj =
|
|
32970
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M10.24 10.636 12 13.764l1.76-3.128h-3.52Z" }), /* @__PURE__ */ B.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.364 12a6.364 6.364 0 1 1-12.728 0 6.364 6.364 0 0 1 12.728 0ZM7.909 9.273 12 16.546l4.09-7.273H7.91Z" }), /* @__PURE__ */ B.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm-1.364 0a8.636 8.636 0 1 1-17.273 0 8.636 8.636 0 0 1 17.273 0Z" })), Wj = tt(qj), Jj = ({
|
|
32973
32971
|
title: e,
|
|
32974
32972
|
titleId: t,
|
|
32975
32973
|
...r
|
|
32976
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M9.057 15.115c-1.681 0-3.111-.59-4.29-1.768C3.59 12.17 3 10.74 3 9.057c0-.29.021-.582.064-.876a4.1 4.1 0 0 1 .214-.844.78.78 0 0 1 .273-.36c.115-.077.244-.133.389-.168a.857.857 0 0 1 .437.008c.146.04.28.12.4.24l2.806 2.787 2.26-2.261-2.775-2.786a.903.903 0 0 1-.241-.405.875.875 0 0 1-.008-.442 1.13 1.13 0 0 1 .174-.389.82.82 0 0 1 .355-.273c.268-.107.548-.182.838-.224.29-.043.581-.064.871-.064 1.682 0 3.112.59 4.29 1.768 1.179 1.178 1.768 2.608 1.768 4.29 0 .444-.042.858-.126 1.241-.084.384-.21.755-.377 1.113l5.726 5.692A2.2 2.2 0 0 1 21 18.721a2.2 2.2 0 0 1-.662 1.617A2.2 2.2 0 0 1 18.72 21a2.173 2.173 0 0 1-1.617-.679l-5.692-5.709c-.372.161-.75.285-1.133.372-.383.087-.79.13-1.222.13Z", fill: "#fff", fillOpacity: 0.56 })), Yj =
|
|
32974
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M9.057 15.115c-1.681 0-3.111-.59-4.29-1.768C3.59 12.17 3 10.74 3 9.057c0-.29.021-.582.064-.876a4.1 4.1 0 0 1 .214-.844.78.78 0 0 1 .273-.36c.115-.077.244-.133.389-.168a.857.857 0 0 1 .437.008c.146.04.28.12.4.24l2.806 2.787 2.26-2.261-2.775-2.786a.903.903 0 0 1-.241-.405.875.875 0 0 1-.008-.442 1.13 1.13 0 0 1 .174-.389.82.82 0 0 1 .355-.273c.268-.107.548-.182.838-.224.29-.043.581-.064.871-.064 1.682 0 3.112.59 4.29 1.768 1.179 1.178 1.768 2.608 1.768 4.29 0 .444-.042.858-.126 1.241-.084.384-.21.755-.377 1.113l5.726 5.692A2.2 2.2 0 0 1 21 18.721a2.2 2.2 0 0 1-.662 1.617A2.2 2.2 0 0 1 18.72 21a2.173 2.173 0 0 1-1.617-.679l-5.692-5.709c-.372.161-.75.285-1.133.372-.383.087-.79.13-1.222.13Z", fill: "#fff", fillOpacity: 0.56 })), Yj = tt(Jj), Kj = ({
|
|
32977
32975
|
title: e,
|
|
32978
32976
|
titleId: t,
|
|
32979
32977
|
...r
|
|
32980
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "m10.6 13.8-2.15-2.15a.948.948 0 0 0-.7-.275.948.948 0 0 0-.7.275.948.948 0 0 0-.275.7c0 .283.092.517.275.7L9.9 15.9c.2.2.433.3.7.3.267 0 .5-.1.7-.3l5.65-5.65a.948.948 0 0 0 .275-.7.948.948 0 0 0-.275-.7.948.948 0 0 0-.7-.275.948.948 0 0 0-.7.275L10.6 13.8ZM12 22a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z" })), Qj =
|
|
32978
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "m10.6 13.8-2.15-2.15a.948.948 0 0 0-.7-.275.948.948 0 0 0-.7.275.948.948 0 0 0-.275.7c0 .283.092.517.275.7L9.9 15.9c.2.2.433.3.7.3.267 0 .5-.1.7-.3l5.65-5.65a.948.948 0 0 0 .275-.7.948.948 0 0 0-.275-.7.948.948 0 0 0-.7-.275.948.948 0 0 0-.7.275L10.6 13.8ZM12 22a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z" })), Qj = tt(Kj), Xj = ({
|
|
32981
32979
|
title: e,
|
|
32982
32980
|
titleId: t,
|
|
32983
32981
|
...r
|
|
32984
|
-
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M9 16h6c.283 0 .52-.096.713-.287A.968.968 0 0 0 16 15V9a.967.967 0 0 0-.287-.713A.968.968 0 0 0 15 8H9a.968.968 0 0 0-.713.287A.968.968 0 0 0 8 9v6c0 .283.096.52.287.713.192.191.43.287.713.287Zm3 6a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z" })), Zj =
|
|
32982
|
+
}, n) => /* @__PURE__ */ B.createElement("svg", { width: 24, height: 24, xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ B.createElement("title", { id: t }, e) : null, /* @__PURE__ */ B.createElement("path", { d: "M9 16h6c.283 0 .52-.096.713-.287A.968.968 0 0 0 16 15V9a.967.967 0 0 0-.287-.713A.968.968 0 0 0 15 8H9a.968.968 0 0 0-.713.287A.968.968 0 0 0 8 9v6c0 .283.096.52.287.713.192.191.43.287.713.287Zm3 6a9.738 9.738 0 0 1-3.9-.788 10.099 10.099 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.738 9.738 0 0 1 2 12c0-1.383.263-2.683.788-3.9a10.099 10.099 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.738 9.738 0 0 1 12 2c1.383 0 2.683.263 3.9.788a10.098 10.098 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.137 3.175A9.738 9.738 0 0 1 22 12a9.738 9.738 0 0 1-.788 3.9 10.098 10.098 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.137A9.738 9.738 0 0 1 12 22Zm0-2c2.233 0 4.125-.775 5.675-2.325C19.225 16.125 20 14.233 20 12c0-2.233-.775-4.125-2.325-5.675C16.125 4.775 14.233 4 12 4c-2.233 0-4.125.775-5.675 2.325C4.775 7.875 4 9.767 4 12c0 2.233.775 4.125 2.325 5.675C7.875 19.225 9.767 20 12 20Z" })), Zj = tt(Xj), e$ = Ae(
|
|
32985
32983
|
({
|
|
32986
32984
|
safetyState: e,
|
|
32987
32985
|
anchorOrigin: t,
|
|
@@ -33174,18 +33172,19 @@ const Ij = ({
|
|
|
33174
33172
|
}
|
|
33175
33173
|
]
|
|
33176
33174
|
};
|
|
33177
|
-
}), ik =
|
|
33178
|
-
|
|
33175
|
+
}), ik = (e) => {
|
|
33176
|
+
const { ref: t, ...r } = e;
|
|
33177
|
+
return /* @__PURE__ */ g.jsx(
|
|
33179
33178
|
t$,
|
|
33180
33179
|
{
|
|
33181
33180
|
ref: t,
|
|
33182
33181
|
selected: e.selected,
|
|
33183
|
-
...
|
|
33182
|
+
...r,
|
|
33184
33183
|
color: "secondary",
|
|
33185
33184
|
variant: "circular"
|
|
33186
33185
|
}
|
|
33187
|
-
)
|
|
33188
|
-
|
|
33186
|
+
);
|
|
33187
|
+
};
|
|
33189
33188
|
function r$(e) {
|
|
33190
33189
|
const { children: t, value: r, index: n, ...o } = e;
|
|
33191
33190
|
return /* @__PURE__ */ g.jsx(
|
|
@@ -33202,23 +33201,23 @@ function r$(e) {
|
|
|
33202
33201
|
}
|
|
33203
33202
|
const lk = rt(
|
|
33204
33203
|
Ae((e) => {
|
|
33205
|
-
const { items: t, defaultActiveTab: r = 0, onTabChange: n, sx: o } = e, [
|
|
33206
|
-
|
|
33204
|
+
const { items: t, defaultActiveTab: r = 0, onTabChange: n, sx: o, ref: a } = e, [s, i] = _e(r), l = (c, u) => {
|
|
33205
|
+
i(u), n == null || n(u);
|
|
33207
33206
|
};
|
|
33208
33207
|
return /* @__PURE__ */ g.jsxs(
|
|
33209
33208
|
ae,
|
|
33210
33209
|
{
|
|
33210
|
+
ref: a,
|
|
33211
33211
|
sx: { height: "100%", display: "flex", flexDirection: "column", ...o },
|
|
33212
33212
|
children: [
|
|
33213
|
-
/* @__PURE__ */ g.jsx(ae, { sx: { px:
|
|
33213
|
+
/* @__PURE__ */ g.jsx(ae, { sx: { px: 0, py: 0 }, children: /* @__PURE__ */ g.jsx(
|
|
33214
33214
|
ep,
|
|
33215
33215
|
{
|
|
33216
|
-
value:
|
|
33217
|
-
onChange:
|
|
33216
|
+
value: s,
|
|
33217
|
+
onChange: l,
|
|
33218
33218
|
sx: {
|
|
33219
|
-
minHeight: "
|
|
33219
|
+
minHeight: "32px",
|
|
33220
33220
|
backgroundColor: "transparent",
|
|
33221
|
-
mt: 3,
|
|
33222
33221
|
"& .MuiTabs-indicator": {
|
|
33223
33222
|
display: "none"
|
|
33224
33223
|
// Hide the default indicator
|
|
@@ -33227,35 +33226,34 @@ const lk = rt(
|
|
|
33227
33226
|
gap: 2
|
|
33228
33227
|
}
|
|
33229
33228
|
},
|
|
33230
|
-
children: t.map((
|
|
33229
|
+
children: t.map((c, u) => /* @__PURE__ */ g.jsx(
|
|
33231
33230
|
tp,
|
|
33232
33231
|
{
|
|
33233
|
-
label:
|
|
33234
|
-
icon:
|
|
33232
|
+
label: c.label,
|
|
33233
|
+
icon: c.icon,
|
|
33235
33234
|
iconPosition: "start",
|
|
33236
33235
|
disableRipple: !0,
|
|
33237
33236
|
sx: {
|
|
33238
|
-
minHeight: "
|
|
33239
|
-
|
|
33240
|
-
padding: "
|
|
33241
|
-
borderRadius: "
|
|
33242
|
-
backgroundColor: (
|
|
33243
|
-
var
|
|
33244
|
-
return ((
|
|
33237
|
+
minHeight: "32px",
|
|
33238
|
+
height: "32px",
|
|
33239
|
+
padding: "0px 10px",
|
|
33240
|
+
borderRadius: "12px",
|
|
33241
|
+
backgroundColor: (d) => {
|
|
33242
|
+
var h;
|
|
33243
|
+
return ((h = d.palette.backgroundPaperElevation) == null ? void 0 : h[11]) || "#32344B";
|
|
33245
33244
|
},
|
|
33246
33245
|
color: "text.primary",
|
|
33247
|
-
opacity:
|
|
33248
|
-
|
|
33249
|
-
fontWeight: 500,
|
|
33246
|
+
opacity: s === u ? 1 : 0.38,
|
|
33247
|
+
fontSize: "13px",
|
|
33250
33248
|
transition: "all 0.2s ease-in-out",
|
|
33251
33249
|
"&:hover": {
|
|
33252
|
-
opacity:
|
|
33250
|
+
opacity: s === u ? 1 : 0.6
|
|
33253
33251
|
},
|
|
33254
33252
|
"&.Mui-selected": {
|
|
33255
33253
|
opacity: 1,
|
|
33256
|
-
backgroundColor: (
|
|
33257
|
-
var
|
|
33258
|
-
return ((
|
|
33254
|
+
backgroundColor: (d) => {
|
|
33255
|
+
var h;
|
|
33256
|
+
return ((h = d.palette.backgroundPaperElevation) == null ? void 0 : h[11]) || "#32344B";
|
|
33259
33257
|
},
|
|
33260
33258
|
color: "text.primary"
|
|
33261
33259
|
},
|
|
@@ -33267,12 +33265,12 @@ const lk = rt(
|
|
|
33267
33265
|
}
|
|
33268
33266
|
}
|
|
33269
33267
|
},
|
|
33270
|
-
|
|
33268
|
+
c.id
|
|
33271
33269
|
))
|
|
33272
33270
|
}
|
|
33273
33271
|
) }),
|
|
33274
|
-
/* @__PURE__ */ g.jsx(ae, { sx: {
|
|
33275
|
-
/* @__PURE__ */ g.jsx(ae, { sx: { flex: 1, overflow: "auto" }, children: t.map((
|
|
33272
|
+
/* @__PURE__ */ g.jsx(ae, { sx: { mt: "32px", borderBottom: 1, borderColor: "divider" } }),
|
|
33273
|
+
/* @__PURE__ */ g.jsx(ae, { sx: { flex: 1, overflow: "auto" }, children: t.map((c, u) => /* @__PURE__ */ g.jsx(r$, { value: s, index: u, children: c.content }, c.id)) })
|
|
33276
33274
|
]
|
|
33277
33275
|
}
|
|
33278
33276
|
);
|