@wandelbots/wandelbots-js-react-components 1.20.0 → 1.20.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/jogging/JoggingPanel.d.ts.map +1 -1
- package/dist/components/jogging/JoggingStore.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +184 -185
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/jogging/JoggingPanel.tsx +2 -4
- /package/src/components/jogging/{JoggingStore.tsx → JoggingStore.ts} +0 -0
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import * as $ from "react";
|
|
|
2
2
|
import Ti, { useEffect as zt, useRef as Et, useState as ea, forwardRef as qt, useCallback as Vu, Suspense as Ei, lazy as zu } from "react";
|
|
3
3
|
import { Environment as Gu, Lightformer as Ut, useGLTF as de, Line as Wu } from "@react-three/drei";
|
|
4
4
|
import * as Pe from "three";
|
|
5
|
-
import { Matrix4 as
|
|
5
|
+
import { Matrix4 as Er, Vector3 as Yo, Quaternion as Ku } from "three";
|
|
6
6
|
import { ConvexGeometry as Hu } from "three-stdlib";
|
|
7
7
|
import { useThree as Xu } from "@react-three/fiber";
|
|
8
8
|
import { Remove as qu, Add as Yu } from "@mui/icons-material";
|
|
9
|
-
import { IconButton as Fn, Typography as ft, Slider as Zu, Stack as oe, CircularProgress as Qu, useTheme as
|
|
9
|
+
import { IconButton as Fn, Typography as ft, Slider as Zu, Stack as oe, CircularProgress as Qu, useTheme as en, capitalize as ec, Button as qa, InputLabel as Ur, Chip as tc, Select as Ia, MenuItem as gn, ToggleButtonGroup as ki, ToggleButton as Dn, Tabs as rc, Tab as nc, Dialog as ac, DialogTitle as oc, DialogContent as sc, DialogActions as ic, styled as lc, Fab as uc, createTheme as cc } from "@mui/material";
|
|
10
10
|
import { observer as et, useLocalObservable as wo } from "mobx-react-lite";
|
|
11
|
-
import { I18nextProvider as dc, useTranslation as
|
|
11
|
+
import { I18nextProvider as dc, useTranslation as vr } from "react-i18next";
|
|
12
12
|
import mc from "i18next-browser-languagedetector";
|
|
13
13
|
import { autorun as Li, reaction as hc, makeAutoObservable as fc, runInAction as hr } from "mobx";
|
|
14
14
|
import f from "prop-types";
|
|
@@ -37,7 +37,7 @@ function St(e) {
|
|
|
37
37
|
});
|
|
38
38
|
}), n;
|
|
39
39
|
}
|
|
40
|
-
var Ya = { exports: {} },
|
|
40
|
+
var Ya = { exports: {} }, kr = {};
|
|
41
41
|
/**
|
|
42
42
|
* @license React
|
|
43
43
|
* react-jsx-runtime.production.min.js
|
|
@@ -49,7 +49,7 @@ var Ya = { exports: {} }, Lr = {};
|
|
|
49
49
|
*/
|
|
50
50
|
var Zo;
|
|
51
51
|
function Oc() {
|
|
52
|
-
if (Zo) return
|
|
52
|
+
if (Zo) return kr;
|
|
53
53
|
Zo = 1;
|
|
54
54
|
var e = Ti, t = Symbol.for("react.element"), n = Symbol.for("react.fragment"), r = Object.prototype.hasOwnProperty, a = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
55
55
|
function i(l, u, c) {
|
|
@@ -59,9 +59,9 @@ function Oc() {
|
|
|
59
59
|
if (l && l.defaultProps) for (d in u = l.defaultProps, u) h[d] === void 0 && (h[d] = u[d]);
|
|
60
60
|
return { $$typeof: t, type: l, key: m, ref: v, props: h, _owner: a.current };
|
|
61
61
|
}
|
|
62
|
-
return
|
|
62
|
+
return kr.Fragment = n, kr.jsx = i, kr.jsxs = i, kr;
|
|
63
63
|
}
|
|
64
|
-
var
|
|
64
|
+
var Lr = {};
|
|
65
65
|
/**
|
|
66
66
|
* @license React
|
|
67
67
|
* react-jsx-runtime.development.js
|
|
@@ -382,25 +382,25 @@ function Ic() {
|
|
|
382
382
|
function Nt(p) {
|
|
383
383
|
return Pt(p);
|
|
384
384
|
}
|
|
385
|
-
function
|
|
385
|
+
function Rr(p) {
|
|
386
386
|
{
|
|
387
387
|
var R = typeof Symbol == "function" && Symbol.toStringTag, E = R && p[Symbol.toStringTag] || p.constructor.name || "Object";
|
|
388
388
|
return E;
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
|
-
function
|
|
391
|
+
function Cr(p) {
|
|
392
392
|
try {
|
|
393
|
-
return
|
|
393
|
+
return Ar(p), !1;
|
|
394
394
|
} catch {
|
|
395
395
|
return !0;
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
|
-
function
|
|
398
|
+
function Ar(p) {
|
|
399
399
|
return "" + p;
|
|
400
400
|
}
|
|
401
401
|
function er(p) {
|
|
402
|
-
if (
|
|
403
|
-
return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",
|
|
402
|
+
if (Cr(p))
|
|
403
|
+
return j("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Rr(p)), Ar(p);
|
|
404
404
|
}
|
|
405
405
|
var nt = S.ReactCurrentOwner, I = {
|
|
406
406
|
key: !0,
|
|
@@ -500,20 +500,20 @@ function Ic() {
|
|
|
500
500
|
return ke(p, B, Oe, D, L, nt.current, J);
|
|
501
501
|
}
|
|
502
502
|
}
|
|
503
|
-
var tr = S.ReactCurrentOwner,
|
|
503
|
+
var tr = S.ReactCurrentOwner, Pr = S.ReactDebugCurrentFrame;
|
|
504
504
|
function vt(p) {
|
|
505
505
|
if (p) {
|
|
506
506
|
var R = p._owner, E = Z(p.type, p._source, R ? R.type : null);
|
|
507
|
-
|
|
507
|
+
Pr.setExtraStackFrame(E);
|
|
508
508
|
} else
|
|
509
|
-
|
|
509
|
+
Pr.setExtraStackFrame(null);
|
|
510
510
|
}
|
|
511
511
|
var Ft;
|
|
512
512
|
Ft = !1;
|
|
513
513
|
function Dt(p) {
|
|
514
514
|
return typeof p == "object" && p !== null && p.$$typeof === t;
|
|
515
515
|
}
|
|
516
|
-
function
|
|
516
|
+
function Mr() {
|
|
517
517
|
{
|
|
518
518
|
if (tr.current) {
|
|
519
519
|
var p = V(tr.current.type);
|
|
@@ -525,13 +525,13 @@ Check the render method of \`` + p + "`.";
|
|
|
525
525
|
return "";
|
|
526
526
|
}
|
|
527
527
|
}
|
|
528
|
-
function
|
|
528
|
+
function Or(p) {
|
|
529
529
|
return "";
|
|
530
530
|
}
|
|
531
531
|
var hn = {};
|
|
532
|
-
function
|
|
532
|
+
function Ir(p) {
|
|
533
533
|
{
|
|
534
|
-
var R =
|
|
534
|
+
var R = Mr();
|
|
535
535
|
if (!R) {
|
|
536
536
|
var E = typeof p == "string" ? p : p.displayName || p.name;
|
|
537
537
|
E && (R = `
|
|
@@ -546,7 +546,7 @@ Check the top-level render call using <` + E + ">.");
|
|
|
546
546
|
if (!p._store || p._store.validated || p.key != null)
|
|
547
547
|
return;
|
|
548
548
|
p._store.validated = !0;
|
|
549
|
-
var E =
|
|
549
|
+
var E = Ir(R);
|
|
550
550
|
if (hn[E])
|
|
551
551
|
return;
|
|
552
552
|
hn[E] = !0;
|
|
@@ -617,8 +617,8 @@ Check the top-level render call using <` + E + ">.");
|
|
|
617
617
|
if (!J) {
|
|
618
618
|
var B = "";
|
|
619
619
|
(p === void 0 || typeof p == "object" && p !== null && Object.keys(p).length === 0) && (B += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
|
|
620
|
-
var Oe =
|
|
621
|
-
Oe ? B += Oe : B +=
|
|
620
|
+
var Oe = Or();
|
|
621
|
+
Oe ? B += Oe : B += Mr();
|
|
622
622
|
var pe;
|
|
623
623
|
p === null ? pe = "null" : Nt(p) ? pe = "array" : p !== void 0 && p.$$typeof === t ? (pe = "<" + (V(p.type) || "Unknown") + " />", B = " Did you accidentally export a JSX literal instead of a component?") : pe = typeof p, j("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", pe, B);
|
|
624
624
|
}
|
|
@@ -661,9 +661,9 @@ React keys must be passed directly to JSX without using spread:
|
|
|
661
661
|
function Pa(p, R, E) {
|
|
662
662
|
return pn(p, R, E, !1);
|
|
663
663
|
}
|
|
664
|
-
var
|
|
665
|
-
|
|
666
|
-
}()),
|
|
664
|
+
var Tr = Pa, Ma = Aa;
|
|
665
|
+
Lr.Fragment = r, Lr.jsx = Tr, Lr.jsxs = Ma;
|
|
666
|
+
}()), Lr;
|
|
667
667
|
}
|
|
668
668
|
process.env.NODE_ENV === "production" ? Ya.exports = Oc() : Ya.exports = Ic();
|
|
669
669
|
var o = Ya.exports;
|
|
@@ -793,7 +793,7 @@ function Yv({
|
|
|
793
793
|
});
|
|
794
794
|
}) });
|
|
795
795
|
}
|
|
796
|
-
function
|
|
796
|
+
function Wr(e) {
|
|
797
797
|
let t = "https://mui.com/production-error/?code=" + e;
|
|
798
798
|
for (let n = 1; n < arguments.length; n += 1)
|
|
799
799
|
t += "&args[]=" + encodeURIComponent(arguments[n]);
|
|
@@ -801,7 +801,7 @@ function Kr(e) {
|
|
|
801
801
|
}
|
|
802
802
|
const kc = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
803
803
|
__proto__: null,
|
|
804
|
-
default:
|
|
804
|
+
default: Wr
|
|
805
805
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
806
806
|
var Lc = !1;
|
|
807
807
|
function $c(e) {
|
|
@@ -863,7 +863,7 @@ function Za(e, t) {
|
|
|
863
863
|
function Re(e, t) {
|
|
864
864
|
return e.charCodeAt(t) | 0;
|
|
865
865
|
}
|
|
866
|
-
function
|
|
866
|
+
function Kr(e, t, n) {
|
|
867
867
|
return e.slice(t, n);
|
|
868
868
|
}
|
|
869
869
|
function ct(e) {
|
|
@@ -878,32 +878,32 @@ function yn(e, t) {
|
|
|
878
878
|
function Gc(e, t) {
|
|
879
879
|
return e.map(t).join("");
|
|
880
880
|
}
|
|
881
|
-
var ra = 1, _r = 1, Bi = 0, Ne = 0, ve = 0,
|
|
881
|
+
var ra = 1, _r = 1, Bi = 0, Ne = 0, ve = 0, br = "";
|
|
882
882
|
function na(e, t, n, r, a, s, i) {
|
|
883
883
|
return { value: e, root: t, parent: n, type: r, props: a, children: s, line: ra, column: _r, length: i, return: "" };
|
|
884
884
|
}
|
|
885
|
-
function
|
|
885
|
+
function $r(e, t) {
|
|
886
886
|
return Jc(na("", null, null, "", null, null, 0), e, { length: -e.length }, t);
|
|
887
887
|
}
|
|
888
888
|
function Wc() {
|
|
889
889
|
return ve;
|
|
890
890
|
}
|
|
891
891
|
function Kc() {
|
|
892
|
-
return ve = Ne > 0 ? Re(
|
|
892
|
+
return ve = Ne > 0 ? Re(br, --Ne) : 0, _r--, ve === 10 && (_r = 1, ra--), ve;
|
|
893
893
|
}
|
|
894
894
|
function Ve() {
|
|
895
|
-
return ve = Ne < Bi ? Re(
|
|
895
|
+
return ve = Ne < Bi ? Re(br, Ne++) : 0, _r++, ve === 10 && (_r = 1, ra++), ve;
|
|
896
896
|
}
|
|
897
897
|
function mt() {
|
|
898
|
-
return Re(
|
|
898
|
+
return Re(br, Ne);
|
|
899
899
|
}
|
|
900
900
|
function Pn() {
|
|
901
901
|
return Ne;
|
|
902
902
|
}
|
|
903
903
|
function tn(e, t) {
|
|
904
|
-
return
|
|
904
|
+
return Kr(br, e, t);
|
|
905
905
|
}
|
|
906
|
-
function
|
|
906
|
+
function Hr(e) {
|
|
907
907
|
switch (e) {
|
|
908
908
|
case 0:
|
|
909
909
|
case 9:
|
|
@@ -936,10 +936,10 @@ function Xr(e) {
|
|
|
936
936
|
return 0;
|
|
937
937
|
}
|
|
938
938
|
function Ui(e) {
|
|
939
|
-
return ra = _r = 1, Bi = ct(
|
|
939
|
+
return ra = _r = 1, Bi = ct(br = e), Ne = 0, [];
|
|
940
940
|
}
|
|
941
941
|
function Ji(e) {
|
|
942
|
-
return
|
|
942
|
+
return br = "", e;
|
|
943
943
|
}
|
|
944
944
|
function Mn(e) {
|
|
945
945
|
return Di(tn(Ne - 1, Qa(e === 91 ? e + 2 : e === 40 ? e + 1 : e)));
|
|
@@ -947,7 +947,7 @@ function Mn(e) {
|
|
|
947
947
|
function Hc(e) {
|
|
948
948
|
for (; (ve = mt()) && ve < 33; )
|
|
949
949
|
Ve();
|
|
950
|
-
return
|
|
950
|
+
return Hr(e) > 2 || Hr(ve) > 3 ? "" : " ";
|
|
951
951
|
}
|
|
952
952
|
function Xc(e, t) {
|
|
953
953
|
for (; --t && Ve() && !(ve < 48 || ve > 102 || ve > 57 && ve < 65 || ve > 70 && ve < 97); )
|
|
@@ -979,7 +979,7 @@ function qc(e, t) {
|
|
|
979
979
|
return "/*" + tn(t, Ne - 1) + "*" + ta(e === 47 ? e : Ve());
|
|
980
980
|
}
|
|
981
981
|
function Yc(e) {
|
|
982
|
-
for (; !
|
|
982
|
+
for (; !Hr(mt()); )
|
|
983
983
|
Ve();
|
|
984
984
|
return tn(e, Ne);
|
|
985
985
|
}
|
|
@@ -1077,15 +1077,15 @@ function On(e, t, n, r, a, s, i, l, u) {
|
|
|
1077
1077
|
}
|
|
1078
1078
|
function es(e, t, n, r, a, s, i, l, u, c, d) {
|
|
1079
1079
|
for (var h = a - 1, m = a === 0 ? s : [""], v = Co(m), _ = 0, y = 0, g = 0; _ < r; ++_)
|
|
1080
|
-
for (var S = 0, j =
|
|
1080
|
+
for (var S = 0, j = Kr(e, h + 1, h = Uc(y = i[_])), P = e; S < v; ++S)
|
|
1081
1081
|
(P = Di(y > 0 ? m[S] + " " + j : re(j, /&\f/g, m[S]))) && (u[g++] = P);
|
|
1082
1082
|
return na(e, t, n, a === 0 ? jo : l, u, c, d);
|
|
1083
1083
|
}
|
|
1084
1084
|
function Qc(e, t, n) {
|
|
1085
|
-
return na(e, t, n, Ni, ta(Wc()),
|
|
1085
|
+
return na(e, t, n, Ni, ta(Wc()), Kr(e, 2, -2), 0);
|
|
1086
1086
|
}
|
|
1087
1087
|
function ts(e, t, n, r) {
|
|
1088
|
-
return na(e, t, n, Ro,
|
|
1088
|
+
return na(e, t, n, Ro, Kr(e, 0, r), Kr(e, r + 1, -1), r);
|
|
1089
1089
|
}
|
|
1090
1090
|
function fr(e, t) {
|
|
1091
1091
|
for (var n = "", r = Co(e), a = 0; a < r; a++)
|
|
@@ -1122,13 +1122,13 @@ function rd(e) {
|
|
|
1122
1122
|
};
|
|
1123
1123
|
}
|
|
1124
1124
|
var nd = function(t, n, r) {
|
|
1125
|
-
for (var a = 0, s = 0; a = s, s = mt(), a === 38 && s === 12 && (n[r] = 1), !
|
|
1125
|
+
for (var a = 0, s = 0; a = s, s = mt(), a === 38 && s === 12 && (n[r] = 1), !Hr(s); )
|
|
1126
1126
|
Ve();
|
|
1127
1127
|
return tn(t, Ne);
|
|
1128
1128
|
}, ad = function(t, n) {
|
|
1129
1129
|
var r = -1, a = 44;
|
|
1130
1130
|
do
|
|
1131
|
-
switch (
|
|
1131
|
+
switch (Hr(a)) {
|
|
1132
1132
|
case 0:
|
|
1133
1133
|
a === 38 && mt() === 12 && (n[r] = 1), t[r] += nd(Ne - 1, n, r);
|
|
1134
1134
|
break;
|
|
@@ -1285,7 +1285,7 @@ var ld = function(t, n, r, a) {
|
|
|
1285
1285
|
t.return = Vi(t.value, t.length);
|
|
1286
1286
|
break;
|
|
1287
1287
|
case Fi:
|
|
1288
|
-
return fr([
|
|
1288
|
+
return fr([$r(t, {
|
|
1289
1289
|
value: re(t.value, "@", "@" + te)
|
|
1290
1290
|
})], a);
|
|
1291
1291
|
case jo:
|
|
@@ -1293,15 +1293,15 @@ var ld = function(t, n, r, a) {
|
|
|
1293
1293
|
switch (zc(s, /(::plac\w+|:read-\w+)/)) {
|
|
1294
1294
|
case ":read-only":
|
|
1295
1295
|
case ":read-write":
|
|
1296
|
-
return fr([
|
|
1296
|
+
return fr([$r(t, {
|
|
1297
1297
|
props: [re(s, /:(read-\w+)/, ":" + Bn + "$1")]
|
|
1298
1298
|
})], a);
|
|
1299
1299
|
case "::placeholder":
|
|
1300
|
-
return fr([
|
|
1300
|
+
return fr([$r(t, {
|
|
1301
1301
|
props: [re(s, /:(plac\w+)/, ":" + te + "input-$1")]
|
|
1302
|
-
}),
|
|
1302
|
+
}), $r(t, {
|
|
1303
1303
|
props: [re(s, /:(plac\w+)/, ":" + Bn + "$1")]
|
|
1304
|
-
}),
|
|
1304
|
+
}), $r(t, {
|
|
1305
1305
|
props: [re(s, /:(plac\w+)/, Ae + "input-$1")]
|
|
1306
1306
|
})], a);
|
|
1307
1307
|
}
|
|
@@ -1530,7 +1530,7 @@ function Xi(e) {
|
|
|
1530
1530
|
const gd = {
|
|
1531
1531
|
borderRadius: 4
|
|
1532
1532
|
}, Lt = process.env.NODE_ENV !== "production" ? f.oneOfType([f.number, f.string, f.object, f.array]) : {};
|
|
1533
|
-
function
|
|
1533
|
+
function Jr(e, t) {
|
|
1534
1534
|
return t ? Ze(e, t, {
|
|
1535
1535
|
clone: !1
|
|
1536
1536
|
// No need to clone deep, it's way faster.
|
|
@@ -1614,7 +1614,7 @@ function Ta({
|
|
|
1614
1614
|
}
|
|
1615
1615
|
function Ce(e) {
|
|
1616
1616
|
if (typeof e != "string")
|
|
1617
|
-
throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." :
|
|
1617
|
+
throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `capitalize(string)` expects a string argument." : Wr(7));
|
|
1618
1618
|
return e.charAt(0).toUpperCase() + e.slice(1);
|
|
1619
1619
|
}
|
|
1620
1620
|
const vd = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -1713,7 +1713,7 @@ function Cd(e, t, n, r) {
|
|
|
1713
1713
|
}
|
|
1714
1714
|
function Zi(e, t) {
|
|
1715
1715
|
const n = Po(e.theme);
|
|
1716
|
-
return Object.keys(e).map((r) => Cd(e, t, r, n)).reduce(
|
|
1716
|
+
return Object.keys(e).map((r) => Cd(e, t, r, n)).reduce(Jr, {});
|
|
1717
1717
|
}
|
|
1718
1718
|
function he(e) {
|
|
1719
1719
|
return Zi(e, oa);
|
|
@@ -1740,7 +1740,7 @@ function Ad(e = 8) {
|
|
|
1740
1740
|
function ia(...e) {
|
|
1741
1741
|
const t = e.reduce((r, a) => (a.filterProps.forEach((s) => {
|
|
1742
1742
|
r[s] = a;
|
|
1743
|
-
}), r), {}), n = (r) => Object.keys(r).reduce((a, s) => t[s] ?
|
|
1743
|
+
}), r), {}), n = (r) => Object.keys(r).reduce((a, s) => t[s] ? Jr(a, t[s](r)) : a, {});
|
|
1744
1744
|
return n.propTypes = process.env.NODE_ENV !== "production" ? e.reduce((r, a) => Object.assign(r, a.propTypes), {}) : {}, n.filterProps = e.reduce((r, a) => r.concat(a.filterProps), []), n;
|
|
1745
1745
|
}
|
|
1746
1746
|
function qe(e) {
|
|
@@ -2241,7 +2241,7 @@ function Qi() {
|
|
|
2241
2241
|
if (_ != null)
|
|
2242
2242
|
if (typeof _ == "object")
|
|
2243
2243
|
if (i[v])
|
|
2244
|
-
m =
|
|
2244
|
+
m = Jr(m, e(v, _, s, i));
|
|
2245
2245
|
else {
|
|
2246
2246
|
const y = ot({
|
|
2247
2247
|
theme: s
|
|
@@ -2251,10 +2251,10 @@ function Qi() {
|
|
|
2251
2251
|
am(y, _) ? m[v] = t({
|
|
2252
2252
|
sx: _,
|
|
2253
2253
|
theme: s
|
|
2254
|
-
}) : m =
|
|
2254
|
+
}) : m = Jr(m, y);
|
|
2255
2255
|
}
|
|
2256
2256
|
else
|
|
2257
|
-
m =
|
|
2257
|
+
m = Jr(m, e(v, _, s, i));
|
|
2258
2258
|
}), Yi(h, m);
|
|
2259
2259
|
}
|
|
2260
2260
|
return Array.isArray(a) ? a.map(l) : l(a);
|
|
@@ -3020,11 +3020,11 @@ function To(e, t, n = void 0) {
|
|
|
3020
3020
|
}
|
|
3021
3021
|
), r;
|
|
3022
3022
|
}
|
|
3023
|
-
function
|
|
3023
|
+
function Vr(e) {
|
|
3024
3024
|
return typeof e == "string";
|
|
3025
3025
|
}
|
|
3026
3026
|
function qm(e, t, n) {
|
|
3027
|
-
return e === void 0 ||
|
|
3027
|
+
return e === void 0 || Vr(e) ? t : O({}, t, {
|
|
3028
3028
|
ownerState: O({}, t.ownerState, n)
|
|
3029
3029
|
});
|
|
3030
3030
|
}
|
|
@@ -3264,14 +3264,14 @@ function fh() {
|
|
|
3264
3264
|
}($a)), $a.exports;
|
|
3265
3265
|
}
|
|
3266
3266
|
const ph = /* @__PURE__ */ St(md), gh = /* @__PURE__ */ St(hd), yh = /* @__PURE__ */ St(vd), _h = /* @__PURE__ */ St(bm), vh = /* @__PURE__ */ St(im), bh = /* @__PURE__ */ St(fm);
|
|
3267
|
-
var
|
|
3267
|
+
var xr = ha;
|
|
3268
3268
|
Object.defineProperty(ln, "__esModule", {
|
|
3269
3269
|
value: !0
|
|
3270
3270
|
});
|
|
3271
3271
|
var xh = ln.default = Lh;
|
|
3272
3272
|
ln.shouldForwardProp = kn;
|
|
3273
3273
|
ln.systemDefaultTheme = void 0;
|
|
3274
|
-
var Xe =
|
|
3274
|
+
var Xe = xr(hh()), no = xr(fh()), ys = Oh(ph), Sh = gh, wh = xr(yh), jh = xr(_h), Rh = xr(vh), Ch = xr(bh);
|
|
3275
3275
|
const Ah = ["ownerState"], Ph = ["variants"], Mh = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"];
|
|
3276
3276
|
function ml(e) {
|
|
3277
3277
|
if (typeof WeakMap != "function") return null;
|
|
@@ -3464,7 +3464,7 @@ ye.private_safeColorChannel = void 0;
|
|
|
3464
3464
|
ye.private_safeDarken = Gh;
|
|
3465
3465
|
ye.private_safeEmphasize = Kh;
|
|
3466
3466
|
ye.private_safeLighten = Wh;
|
|
3467
|
-
ye.recomposeColor =
|
|
3467
|
+
ye.recomposeColor = Sr;
|
|
3468
3468
|
ye.rgbToHex = Jh;
|
|
3469
3469
|
var xs = hl(Nh), Dh = hl(Fh);
|
|
3470
3470
|
function Eo(e, t = 0, n = 1) {
|
|
@@ -3515,7 +3515,7 @@ const Uh = (e, t) => {
|
|
|
3515
3515
|
}
|
|
3516
3516
|
};
|
|
3517
3517
|
ye.private_safeColorChannel = Uh;
|
|
3518
|
-
function
|
|
3518
|
+
function Sr(e) {
|
|
3519
3519
|
const {
|
|
3520
3520
|
type: t,
|
|
3521
3521
|
colorSpace: n
|
|
@@ -3540,7 +3540,7 @@ function gl(e) {
|
|
|
3540
3540
|
} = e, n = t[0], r = t[1] / 100, a = t[2] / 100, s = r * Math.min(a, 1 - a), i = (c, d = (c + n / 30) % 12) => a - s * Math.max(Math.min(d - 3, 9 - d, 1), -1);
|
|
3541
3541
|
let l = "rgb";
|
|
3542
3542
|
const u = [Math.round(i(0) * 255), Math.round(i(8) * 255), Math.round(i(4) * 255)];
|
|
3543
|
-
return e.type === "hsla" && (l += "a", u.push(t[3])),
|
|
3543
|
+
return e.type === "hsla" && (l += "a", u.push(t[3])), Sr({
|
|
3544
3544
|
type: l,
|
|
3545
3545
|
values: u
|
|
3546
3546
|
});
|
|
@@ -3555,7 +3555,7 @@ function Vh(e, t) {
|
|
|
3555
3555
|
return (Math.max(n, r) + 0.05) / (Math.min(n, r) + 0.05);
|
|
3556
3556
|
}
|
|
3557
3557
|
function yl(e, t) {
|
|
3558
|
-
return e = Qe(e), t = Eo(t), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${t}` : e.values[3] = t,
|
|
3558
|
+
return e = Qe(e), t = Eo(t), (e.type === "rgb" || e.type === "hsl") && (e.type += "a"), e.type === "color" ? e.values[3] = `/${t}` : e.values[3] = t, Sr(e);
|
|
3559
3559
|
}
|
|
3560
3560
|
function zh(e, t, n) {
|
|
3561
3561
|
try {
|
|
@@ -3570,7 +3570,7 @@ function ko(e, t) {
|
|
|
3570
3570
|
else if (e.type.indexOf("rgb") !== -1 || e.type.indexOf("color") !== -1)
|
|
3571
3571
|
for (let n = 0; n < 3; n += 1)
|
|
3572
3572
|
e.values[n] *= 1 - t;
|
|
3573
|
-
return
|
|
3573
|
+
return Sr(e);
|
|
3574
3574
|
}
|
|
3575
3575
|
function Gh(e, t, n) {
|
|
3576
3576
|
try {
|
|
@@ -3588,7 +3588,7 @@ function Lo(e, t) {
|
|
|
3588
3588
|
else if (e.type.indexOf("color") !== -1)
|
|
3589
3589
|
for (let n = 0; n < 3; n += 1)
|
|
3590
3590
|
e.values[n] += (1 - e.values[n]) * t;
|
|
3591
|
-
return
|
|
3591
|
+
return Sr(e);
|
|
3592
3592
|
}
|
|
3593
3593
|
function Wh(e, t, n) {
|
|
3594
3594
|
try {
|
|
@@ -3609,12 +3609,12 @@ function Kh(e, t, n) {
|
|
|
3609
3609
|
}
|
|
3610
3610
|
function Hh(e, t, n, r = 1) {
|
|
3611
3611
|
const a = (u, c) => Math.round((u ** (1 / r) * (1 - n) + c ** (1 / r) * n) ** r), s = Qe(e), i = Qe(t), l = [a(s.values[0], i.values[0]), a(s.values[1], i.values[1]), a(s.values[2], i.values[2])];
|
|
3612
|
-
return
|
|
3612
|
+
return Sr({
|
|
3613
3613
|
type: "rgb",
|
|
3614
3614
|
values: l
|
|
3615
3615
|
});
|
|
3616
3616
|
}
|
|
3617
|
-
const
|
|
3617
|
+
const Xr = {
|
|
3618
3618
|
black: "#000",
|
|
3619
3619
|
white: "#fff"
|
|
3620
3620
|
}, Xh = {
|
|
@@ -3662,7 +3662,7 @@ const qr = {
|
|
|
3662
3662
|
A200: "#ff5252",
|
|
3663
3663
|
A400: "#ff1744",
|
|
3664
3664
|
A700: "#d50000"
|
|
3665
|
-
},
|
|
3665
|
+
}, Nr = {
|
|
3666
3666
|
50: "#fff3e0",
|
|
3667
3667
|
100: "#ffe0b2",
|
|
3668
3668
|
200: "#ffcc80",
|
|
@@ -3737,8 +3737,8 @@ const qr = {
|
|
|
3737
3737
|
// The background colors used to style the surfaces.
|
|
3738
3738
|
// Consistency between these values is important.
|
|
3739
3739
|
background: {
|
|
3740
|
-
paper:
|
|
3741
|
-
default:
|
|
3740
|
+
paper: Xr.white,
|
|
3741
|
+
default: Xr.white
|
|
3742
3742
|
},
|
|
3743
3743
|
// The colors used to style the action elements.
|
|
3744
3744
|
action: {
|
|
@@ -3761,7 +3761,7 @@ const qr = {
|
|
|
3761
3761
|
}
|
|
3762
3762
|
}, Na = {
|
|
3763
3763
|
text: {
|
|
3764
|
-
primary:
|
|
3764
|
+
primary: Xr.white,
|
|
3765
3765
|
secondary: "rgba(255, 255, 255, 0.7)",
|
|
3766
3766
|
disabled: "rgba(255, 255, 255, 0.5)",
|
|
3767
3767
|
icon: "rgba(255, 255, 255, 0.5)"
|
|
@@ -3772,7 +3772,7 @@ const qr = {
|
|
|
3772
3772
|
default: "#121212"
|
|
3773
3773
|
},
|
|
3774
3774
|
action: {
|
|
3775
|
-
active:
|
|
3775
|
+
active: Xr.white,
|
|
3776
3776
|
hover: "rgba(255, 255, 255, 0.08)",
|
|
3777
3777
|
hoverOpacity: 0.08,
|
|
3778
3778
|
selected: "rgba(255, 255, 255, 0.16)",
|
|
@@ -3846,14 +3846,14 @@ function tf(e = "light") {
|
|
|
3846
3846
|
}
|
|
3847
3847
|
function rf(e = "light") {
|
|
3848
3848
|
return e === "dark" ? {
|
|
3849
|
-
main:
|
|
3850
|
-
light:
|
|
3851
|
-
dark:
|
|
3849
|
+
main: Nr[400],
|
|
3850
|
+
light: Nr[300],
|
|
3851
|
+
dark: Nr[700]
|
|
3852
3852
|
} : {
|
|
3853
3853
|
main: "#ed6c02",
|
|
3854
3854
|
// closest to orange[800] that pass 3:1.
|
|
3855
|
-
light:
|
|
3856
|
-
dark:
|
|
3855
|
+
light: Nr[500],
|
|
3856
|
+
dark: Nr[900]
|
|
3857
3857
|
};
|
|
3858
3858
|
}
|
|
3859
3859
|
function nf(e) {
|
|
@@ -3880,7 +3880,7 @@ function nf(e) {
|
|
|
3880
3880
|
}) => {
|
|
3881
3881
|
if (y = O({}, y), !y.main && y[S] && (y.main = y[S]), !y.hasOwnProperty("main"))
|
|
3882
3882
|
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${g ? ` (${g})` : ""} provided to augmentColor(color) is invalid.
|
|
3883
|
-
The color object needs to have a \`main\` property or a \`${S}\` property.` :
|
|
3883
|
+
The color object needs to have a \`main\` property or a \`${S}\` property.` : Wr(11, g ? ` (${g})` : "", S));
|
|
3884
3884
|
if (typeof y.main != "string")
|
|
3885
3885
|
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: The color${g ? ` (${g})` : ""} provided to augmentColor(color) is invalid.
|
|
3886
3886
|
\`color.main\` should be a string, but \`${JSON.stringify(y.main)}\` was provided instead.
|
|
@@ -3895,7 +3895,7 @@ const theme1 = createTheme({ palette: {
|
|
|
3895
3895
|
|
|
3896
3896
|
const theme2 = createTheme({ palette: {
|
|
3897
3897
|
primary: { main: green[500] },
|
|
3898
|
-
} });` :
|
|
3898
|
+
} });` : Wr(12, g ? ` (${g})` : "", JSON.stringify(y.main)));
|
|
3899
3899
|
return ws(y, "light", j, r), ws(y, "dark", P, r), y.contrastText || (y.contrastText = h(y.main)), y;
|
|
3900
3900
|
}, v = {
|
|
3901
3901
|
dark: Na,
|
|
@@ -3903,7 +3903,7 @@ const theme2 = createTheme({ palette: {
|
|
|
3903
3903
|
};
|
|
3904
3904
|
return process.env.NODE_ENV !== "production" && (v[t] || console.error(`MUI: The palette mode \`${t}\` is not supported.`)), Ze(O({
|
|
3905
3905
|
// A collection of common colors.
|
|
3906
|
-
common: O({},
|
|
3906
|
+
common: O({}, Xr),
|
|
3907
3907
|
// prevent mutable object.
|
|
3908
3908
|
// The palette mode, can be light or dark.
|
|
3909
3909
|
mode: t,
|
|
@@ -4101,7 +4101,7 @@ function vf(e = {}, ...t) {
|
|
|
4101
4101
|
typography: s = {}
|
|
4102
4102
|
} = e, i = Fe(e, _f);
|
|
4103
4103
|
if (e.vars)
|
|
4104
|
-
throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." :
|
|
4104
|
+
throw new Error(process.env.NODE_ENV !== "production" ? "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name." : Wr(18));
|
|
4105
4105
|
const l = nf(r), u = on(e);
|
|
4106
4106
|
let c = Ze(u, {
|
|
4107
4107
|
mixins: $h(u.breakpoints, n),
|
|
@@ -4303,7 +4303,7 @@ class fa {
|
|
|
4303
4303
|
});
|
|
4304
4304
|
}
|
|
4305
4305
|
}
|
|
4306
|
-
const
|
|
4306
|
+
const Fr = () => {
|
|
4307
4307
|
let e, t;
|
|
4308
4308
|
const n = new Promise((r, a) => {
|
|
4309
4309
|
e = r, t = a;
|
|
@@ -4313,7 +4313,7 @@ const Dr = () => {
|
|
|
4313
4313
|
e.forEach((r) => {
|
|
4314
4314
|
t[r] && (n[r] = t[r]);
|
|
4315
4315
|
});
|
|
4316
|
-
}, Rf = /###/g, Ps = (e) => e && e.indexOf("###") > -1 ? e.replace(Rf, ".") : e, Ms = (e) => !e || typeof e == "string",
|
|
4316
|
+
}, Rf = /###/g, Ps = (e) => e && e.indexOf("###") > -1 ? e.replace(Rf, ".") : e, Ms = (e) => !e || typeof e == "string", zr = (e, t, n) => {
|
|
4317
4317
|
const r = typeof t != "string" ? t : t.split(".");
|
|
4318
4318
|
let a = 0;
|
|
4319
4319
|
for (; a < r.length - 1; ) {
|
|
@@ -4329,26 +4329,26 @@ const Dr = () => {
|
|
|
4329
4329
|
const {
|
|
4330
4330
|
obj: r,
|
|
4331
4331
|
k: a
|
|
4332
|
-
} =
|
|
4332
|
+
} = zr(e, t, Object);
|
|
4333
4333
|
if (r !== void 0 || t.length === 1) {
|
|
4334
4334
|
r[a] = n;
|
|
4335
4335
|
return;
|
|
4336
4336
|
}
|
|
4337
|
-
let s = t[t.length - 1], i = t.slice(0, t.length - 1), l =
|
|
4337
|
+
let s = t[t.length - 1], i = t.slice(0, t.length - 1), l = zr(e, i, Object);
|
|
4338
4338
|
for (; l.obj === void 0 && i.length; )
|
|
4339
|
-
s = `${i[i.length - 1]}.${s}`, i = i.slice(0, i.length - 1), l =
|
|
4339
|
+
s = `${i[i.length - 1]}.${s}`, i = i.slice(0, i.length - 1), l = zr(e, i, Object), l && l.obj && typeof l.obj[`${l.k}.${s}`] < "u" && (l.obj = void 0);
|
|
4340
4340
|
l.obj[`${l.k}.${s}`] = n;
|
|
4341
4341
|
}, Cf = (e, t, n, r) => {
|
|
4342
4342
|
const {
|
|
4343
4343
|
obj: a,
|
|
4344
4344
|
k: s
|
|
4345
|
-
} =
|
|
4345
|
+
} = zr(e, t, Object);
|
|
4346
4346
|
a[s] = a[s] || [], a[s].push(n);
|
|
4347
4347
|
}, Wn = (e, t) => {
|
|
4348
4348
|
const {
|
|
4349
4349
|
obj: n,
|
|
4350
4350
|
k: r
|
|
4351
|
-
} =
|
|
4351
|
+
} = zr(e, t);
|
|
4352
4352
|
if (n)
|
|
4353
4353
|
return n[r];
|
|
4354
4354
|
}, Af = (e, t, n) => {
|
|
@@ -5430,7 +5430,7 @@ const $s = () => ({
|
|
|
5430
5430
|
typeof e[n] == "function" && (e[n] = e[n].bind(e));
|
|
5431
5431
|
});
|
|
5432
5432
|
};
|
|
5433
|
-
class
|
|
5433
|
+
class qr extends fa {
|
|
5434
5434
|
constructor() {
|
|
5435
5435
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length > 1 ? arguments[1] : void 0;
|
|
5436
5436
|
if (super(), this.options = Ns(t), this.services = {}, this.logger = dt, this.modules = {
|
|
@@ -5495,7 +5495,7 @@ class Yr extends fa {
|
|
|
5495
5495
|
return t.store[d](...arguments), t;
|
|
5496
5496
|
};
|
|
5497
5497
|
});
|
|
5498
|
-
const u =
|
|
5498
|
+
const u = Fr(), c = () => {
|
|
5499
5499
|
const d = (h, m) => {
|
|
5500
5500
|
this.isInitializing = !1, this.isInitialized && !this.initializedStoreOnce && this.logger.warn("init: i18next is already initialized. You should call init just once!"), this.isInitialized = !0, this.options.isClone || this.logger.log("initialized", this.options), this.emit("initialized", this.options), u.resolve(m), r(h, m);
|
|
5501
5501
|
};
|
|
@@ -5522,7 +5522,7 @@ class Yr extends fa {
|
|
|
5522
5522
|
r(null);
|
|
5523
5523
|
}
|
|
5524
5524
|
reloadResources(t, n, r) {
|
|
5525
|
-
const a =
|
|
5525
|
+
const a = Fr();
|
|
5526
5526
|
return t || (t = this.languages), n || (n = this.options.ns), r || (r = bn), this.services.backendConnector.reload(t, n, (s) => {
|
|
5527
5527
|
a.resolve(), r(s);
|
|
5528
5528
|
}), a;
|
|
@@ -5545,7 +5545,7 @@ class Yr extends fa {
|
|
|
5545
5545
|
changeLanguage(t, n) {
|
|
5546
5546
|
var r = this;
|
|
5547
5547
|
this.isLanguageChangingTo = t;
|
|
5548
|
-
const a =
|
|
5548
|
+
const a = Fr();
|
|
5549
5549
|
this.emit("languageChanging", t);
|
|
5550
5550
|
const s = (u) => {
|
|
5551
5551
|
this.language = u, this.languages = this.services.languageUtils.toResolveHierarchy(u), this.resolvedLanguage = void 0, this.setResolvedLanguage(u);
|
|
@@ -5611,7 +5611,7 @@ class Yr extends fa {
|
|
|
5611
5611
|
return !!(this.hasResourceBundle(r, t) || !this.services.backendConnector.backend || this.options.resources && !this.options.partialBundledLanguages || i(r, t) && (!a || i(s, t)));
|
|
5612
5612
|
}
|
|
5613
5613
|
loadNamespaces(t, n) {
|
|
5614
|
-
const r =
|
|
5614
|
+
const r = Fr();
|
|
5615
5615
|
return this.options.ns ? (typeof t == "string" && (t = [t]), t.forEach((a) => {
|
|
5616
5616
|
this.options.ns.indexOf(a) < 0 && this.options.ns.push(a);
|
|
5617
5617
|
}), this.loadResources((a) => {
|
|
@@ -5619,7 +5619,7 @@ class Yr extends fa {
|
|
|
5619
5619
|
}), r) : (n && n(), Promise.resolve());
|
|
5620
5620
|
}
|
|
5621
5621
|
loadLanguages(t, n) {
|
|
5622
|
-
const r =
|
|
5622
|
+
const r = Fr();
|
|
5623
5623
|
typeof t == "string" && (t = [t]);
|
|
5624
5624
|
const a = this.options.preload || [], s = t.filter((i) => a.indexOf(i) < 0 && this.services.languageUtils.isSupportedCode(i));
|
|
5625
5625
|
return s.length ? (this.options.preload = a.concat(s), this.loadResources((i) => {
|
|
@@ -5633,7 +5633,7 @@ class Yr extends fa {
|
|
|
5633
5633
|
}
|
|
5634
5634
|
static createInstance() {
|
|
5635
5635
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length > 1 ? arguments[1] : void 0;
|
|
5636
|
-
return new
|
|
5636
|
+
return new qr(t, n);
|
|
5637
5637
|
}
|
|
5638
5638
|
cloneInstance() {
|
|
5639
5639
|
let t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : bn;
|
|
@@ -5643,7 +5643,7 @@ class Yr extends fa {
|
|
|
5643
5643
|
...this.options,
|
|
5644
5644
|
...t,
|
|
5645
5645
|
isClone: !0
|
|
5646
|
-
}, s = new
|
|
5646
|
+
}, s = new qr(a);
|
|
5647
5647
|
return (t.debug !== void 0 || t.prefix !== void 0) && (s.logger = s.logger.clone(t)), ["store", "services", "language"].forEach((l) => {
|
|
5648
5648
|
s[l] = this[l];
|
|
5649
5649
|
}), s.services = {
|
|
@@ -5668,8 +5668,8 @@ class Yr extends fa {
|
|
|
5668
5668
|
};
|
|
5669
5669
|
}
|
|
5670
5670
|
}
|
|
5671
|
-
const Me =
|
|
5672
|
-
Me.createInstance =
|
|
5671
|
+
const Me = qr.createInstance();
|
|
5672
|
+
Me.createInstance = qr.createInstance;
|
|
5673
5673
|
Me.createInstance;
|
|
5674
5674
|
Me.dir;
|
|
5675
5675
|
Me.init;
|
|
@@ -6128,16 +6128,16 @@ var h0 = /^\s+/;
|
|
|
6128
6128
|
function f0(e) {
|
|
6129
6129
|
return e && e.slice(0, m0(e) + 1).replace(h0, "");
|
|
6130
6130
|
}
|
|
6131
|
-
var kt = gt.Symbol, Al = Object.prototype, p0 = Al.hasOwnProperty, g0 = Al.toString,
|
|
6131
|
+
var kt = gt.Symbol, Al = Object.prototype, p0 = Al.hasOwnProperty, g0 = Al.toString, Dr = kt ? kt.toStringTag : void 0;
|
|
6132
6132
|
function y0(e) {
|
|
6133
|
-
var t = p0.call(e,
|
|
6133
|
+
var t = p0.call(e, Dr), n = e[Dr];
|
|
6134
6134
|
try {
|
|
6135
|
-
e[
|
|
6135
|
+
e[Dr] = void 0;
|
|
6136
6136
|
var r = !0;
|
|
6137
6137
|
} catch {
|
|
6138
6138
|
}
|
|
6139
6139
|
var a = g0.call(e);
|
|
6140
|
-
return r && (t ? e[
|
|
6140
|
+
return r && (t ? e[Dr] = n : delete e[Dr]), a;
|
|
6141
6141
|
}
|
|
6142
6142
|
var _0 = Object.prototype, v0 = _0.toString;
|
|
6143
6143
|
function b0(e) {
|
|
@@ -6240,7 +6240,7 @@ const k0 = un(
|
|
|
6240
6240
|
disabled: s,
|
|
6241
6241
|
...i
|
|
6242
6242
|
}) => {
|
|
6243
|
-
const { t: l } =
|
|
6243
|
+
const { t: l } = vr(), [u, c] = ea(), d = wo(() => ({
|
|
6244
6244
|
activeJoggingDir: null,
|
|
6245
6245
|
startJogging(S) {
|
|
6246
6246
|
this.activeJoggingDir = S, e(S);
|
|
@@ -6412,9 +6412,9 @@ function Pl(e, t) {
|
|
|
6412
6412
|
const { toString: L0 } = Object.prototype, { getPrototypeOf: Uo } = Object, ga = /* @__PURE__ */ ((e) => (t) => {
|
|
6413
6413
|
const n = L0.call(t);
|
|
6414
6414
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
6415
|
-
})(/* @__PURE__ */ Object.create(null)), st = (e) => (e = e.toLowerCase(), (t) => ga(t) === e), ya = (e) => (t) => typeof t === e, { isArray:
|
|
6415
|
+
})(/* @__PURE__ */ Object.create(null)), st = (e) => (e = e.toLowerCase(), (t) => ga(t) === e), ya = (e) => (t) => typeof t === e, { isArray: wr } = Array, Yr = ya("undefined");
|
|
6416
6416
|
function $0(e) {
|
|
6417
|
-
return e !== null && !
|
|
6417
|
+
return e !== null && !Yr(e) && e.constructor !== null && !Yr(e.constructor) && ze(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
6418
6418
|
}
|
|
6419
6419
|
const Ml = st("ArrayBuffer");
|
|
6420
6420
|
function N0(e) {
|
|
@@ -6435,7 +6435,7 @@ function dn(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
|
6435
6435
|
if (e === null || typeof e > "u")
|
|
6436
6436
|
return;
|
|
6437
6437
|
let r, a;
|
|
6438
|
-
if (typeof e != "object" && (e = [e]),
|
|
6438
|
+
if (typeof e != "object" && (e = [e]), wr(e))
|
|
6439
6439
|
for (r = 0, a = e.length; r < a; r++)
|
|
6440
6440
|
t.call(null, e[r], r, e);
|
|
6441
6441
|
else {
|
|
@@ -6454,11 +6454,11 @@ function Il(e, t) {
|
|
|
6454
6454
|
return a;
|
|
6455
6455
|
return null;
|
|
6456
6456
|
}
|
|
6457
|
-
const Jt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Tl = (e) => !
|
|
6457
|
+
const Jt = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typeof window < "u" ? window : global, Tl = (e) => !Yr(e) && e !== Jt;
|
|
6458
6458
|
function io() {
|
|
6459
6459
|
const { caseless: e } = Tl(this) && this || {}, t = {}, n = (r, a) => {
|
|
6460
6460
|
const s = e && Il(t, a) || a;
|
|
6461
|
-
$n(t[s]) && $n(r) ? t[s] = io(t[s], r) : $n(r) ? t[s] = io({}, r) :
|
|
6461
|
+
$n(t[s]) && $n(r) ? t[s] = io(t[s], r) : $n(r) ? t[s] = io({}, r) : wr(r) ? t[s] = r.slice() : t[s] = r;
|
|
6462
6462
|
};
|
|
6463
6463
|
for (let r = 0, a = arguments.length; r < a; r++)
|
|
6464
6464
|
arguments[r] && dn(arguments[r], n);
|
|
@@ -6486,7 +6486,7 @@ const Z0 = (e, t, n, { allOwnKeys: r } = {}) => (dn(t, (a, s) => {
|
|
|
6486
6486
|
return r !== -1 && r === n;
|
|
6487
6487
|
}, np = (e) => {
|
|
6488
6488
|
if (!e) return null;
|
|
6489
|
-
if (
|
|
6489
|
+
if (wr(e)) return e;
|
|
6490
6490
|
let t = e.length;
|
|
6491
6491
|
if (!Ol(t)) return null;
|
|
6492
6492
|
const n = new Array(t);
|
|
@@ -6538,7 +6538,7 @@ const Z0 = (e, t, n, { allOwnKeys: r } = {}) => (dn(t, (a, s) => {
|
|
|
6538
6538
|
n[s] = !0;
|
|
6539
6539
|
});
|
|
6540
6540
|
};
|
|
6541
|
-
return
|
|
6541
|
+
return wr(e) ? r(e) : r(String(e).split(t)), n;
|
|
6542
6542
|
}, mp = () => {
|
|
6543
6543
|
}, hp = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, Ja = "abcdefghijklmnopqrstuvwxyz", zs = "0123456789", kl = {
|
|
6544
6544
|
DIGIT: zs,
|
|
@@ -6561,10 +6561,10 @@ const gp = (e) => {
|
|
|
6561
6561
|
return;
|
|
6562
6562
|
if (!("toJSON" in r)) {
|
|
6563
6563
|
t[a] = r;
|
|
6564
|
-
const s =
|
|
6564
|
+
const s = wr(r) ? [] : {};
|
|
6565
6565
|
return dn(r, (i, l) => {
|
|
6566
6566
|
const u = n(i, a + 1);
|
|
6567
|
-
!
|
|
6567
|
+
!Yr(u) && (s[l] = u);
|
|
6568
6568
|
}), t[a] = void 0, s;
|
|
6569
6569
|
}
|
|
6570
6570
|
}
|
|
@@ -6579,7 +6579,7 @@ const gp = (e) => {
|
|
|
6579
6579
|
typeof setImmediate == "function",
|
|
6580
6580
|
ze(Jt.postMessage)
|
|
6581
6581
|
), vp = typeof queueMicrotask < "u" ? queueMicrotask.bind(Jt) : typeof process < "u" && process.nextTick || Ll, x = {
|
|
6582
|
-
isArray:
|
|
6582
|
+
isArray: wr,
|
|
6583
6583
|
isArrayBuffer: Ml,
|
|
6584
6584
|
isBuffer: $0,
|
|
6585
6585
|
isFormData: G0,
|
|
@@ -6593,7 +6593,7 @@ const gp = (e) => {
|
|
|
6593
6593
|
isRequest: H0,
|
|
6594
6594
|
isResponse: X0,
|
|
6595
6595
|
isHeaders: q0,
|
|
6596
|
-
isUndefined:
|
|
6596
|
+
isUndefined: Yr,
|
|
6597
6597
|
isDate: B0,
|
|
6598
6598
|
isFile: U0,
|
|
6599
6599
|
isBlob: J0,
|
|
@@ -7026,7 +7026,7 @@ const $p = x.toObjectSet([
|
|
|
7026
7026
|
a = i.indexOf(":"), n = i.substring(0, a).trim().toLowerCase(), r = i.substring(a + 1).trim(), !(!n || t[n] && $p[n]) && (n === "set-cookie" ? t[n] ? t[n].push(r) : t[n] = [r] : t[n] = t[n] ? t[n] + ", " + r : r);
|
|
7027
7027
|
}), t;
|
|
7028
7028
|
}, Hs = Symbol("internals");
|
|
7029
|
-
function
|
|
7029
|
+
function Br(e) {
|
|
7030
7030
|
return e && String(e).trim().toLowerCase();
|
|
7031
7031
|
}
|
|
7032
7032
|
function Nn(e) {
|
|
@@ -7071,7 +7071,7 @@ let $e = class {
|
|
|
7071
7071
|
set(t, n, r) {
|
|
7072
7072
|
const a = this;
|
|
7073
7073
|
function s(l, u, c) {
|
|
7074
|
-
const d =
|
|
7074
|
+
const d = Br(u);
|
|
7075
7075
|
if (!d)
|
|
7076
7076
|
throw new Error("header name must be a non-empty string");
|
|
7077
7077
|
const h = x.findKey(a, d);
|
|
@@ -7090,7 +7090,7 @@ let $e = class {
|
|
|
7090
7090
|
return this;
|
|
7091
7091
|
}
|
|
7092
7092
|
get(t, n) {
|
|
7093
|
-
if (t =
|
|
7093
|
+
if (t = Br(t), t) {
|
|
7094
7094
|
const r = x.findKey(this, t);
|
|
7095
7095
|
if (r) {
|
|
7096
7096
|
const a = this[r];
|
|
@@ -7107,7 +7107,7 @@ let $e = class {
|
|
|
7107
7107
|
}
|
|
7108
7108
|
}
|
|
7109
7109
|
has(t, n) {
|
|
7110
|
-
if (t =
|
|
7110
|
+
if (t = Br(t), t) {
|
|
7111
7111
|
const r = x.findKey(this, t);
|
|
7112
7112
|
return !!(r && this[r] !== void 0 && (!n || Va(this, this[r], r, n)));
|
|
7113
7113
|
}
|
|
@@ -7117,7 +7117,7 @@ let $e = class {
|
|
|
7117
7117
|
const r = this;
|
|
7118
7118
|
let a = !1;
|
|
7119
7119
|
function s(i) {
|
|
7120
|
-
if (i =
|
|
7120
|
+
if (i = Br(i), i) {
|
|
7121
7121
|
const l = x.findKey(r, i);
|
|
7122
7122
|
l && (!n || Va(r, r[l], l, n)) && (delete r[l], a = !0);
|
|
7123
7123
|
}
|
|
@@ -7176,7 +7176,7 @@ let $e = class {
|
|
|
7176
7176
|
accessors: {}
|
|
7177
7177
|
}).accessors, a = this.prototype;
|
|
7178
7178
|
function s(i) {
|
|
7179
|
-
const l =
|
|
7179
|
+
const l = Br(i);
|
|
7180
7180
|
r[l] || (Up(a, i), r[l] = !0);
|
|
7181
7181
|
}
|
|
7182
7182
|
return x.isArray(t) ? t.forEach(s) : s(t), this;
|
|
@@ -7203,10 +7203,10 @@ function za(e, t) {
|
|
|
7203
7203
|
function Vl(e) {
|
|
7204
7204
|
return !!(e && e.__CANCEL__);
|
|
7205
7205
|
}
|
|
7206
|
-
function
|
|
7206
|
+
function jr(e, t, n) {
|
|
7207
7207
|
U.call(this, e ?? "canceled", U.ERR_CANCELED, t, n), this.name = "CanceledError";
|
|
7208
7208
|
}
|
|
7209
|
-
x.inherits(
|
|
7209
|
+
x.inherits(jr, U, {
|
|
7210
7210
|
__CANCEL__: !0
|
|
7211
7211
|
});
|
|
7212
7212
|
function zl(e, t, n) {
|
|
@@ -7478,7 +7478,7 @@ const Wl = (e) => {
|
|
|
7478
7478
|
}, s === void 0 && i.setContentType(null), "setRequestHeader" in g && x.forEach(i.toJSON(), function(C, w) {
|
|
7479
7479
|
g.setRequestHeader(w, C);
|
|
7480
7480
|
}), x.isUndefined(a.withCredentials) || (g.withCredentials = !!a.withCredentials), l && l !== "json" && (g.responseType = a.responseType), c && ([m, _] = qn(c, !0), g.addEventListener("progress", m)), u && g.upload && ([h, v] = qn(u), g.upload.addEventListener("progress", h), g.upload.addEventListener("loadend", v)), (a.cancelToken || a.signal) && (d = (P) => {
|
|
7481
|
-
g && (r(!P || P.type ? new
|
|
7481
|
+
g && (r(!P || P.type ? new jr(null, e, g) : P), g.abort(), g = null);
|
|
7482
7482
|
}, a.cancelToken && a.cancelToken.subscribe(d), a.signal && (a.signal.aborted ? d() : a.signal.addEventListener("abort", d)));
|
|
7483
7483
|
const j = Jp(a.url);
|
|
7484
7484
|
if (j && at.protocols.indexOf(j) === -1) {
|
|
@@ -7493,7 +7493,7 @@ const Wl = (e) => {
|
|
|
7493
7493
|
if (!r) {
|
|
7494
7494
|
r = !0, i();
|
|
7495
7495
|
const c = u instanceof Error ? u : this.reason;
|
|
7496
|
-
n.abort(c instanceof U ? c : new
|
|
7496
|
+
n.abort(c instanceof U ? c : new jr(c instanceof Error ? c.message : c));
|
|
7497
7497
|
}
|
|
7498
7498
|
};
|
|
7499
7499
|
let s = t && setTimeout(() => {
|
|
@@ -7722,7 +7722,7 @@ const ei = (e) => `- ${e}`, ag = (e) => x.isFunction(e) || e === null || e === !
|
|
|
7722
7722
|
};
|
|
7723
7723
|
function Ga(e) {
|
|
7724
7724
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
7725
|
-
throw new
|
|
7725
|
+
throw new jr(null, e);
|
|
7726
7726
|
}
|
|
7727
7727
|
function ti(e) {
|
|
7728
7728
|
return Ga(e), e.headers = $e.from(e.headers), e.data = za.call(
|
|
@@ -7933,7 +7933,7 @@ let sg = class Yl {
|
|
|
7933
7933
|
r.unsubscribe(s);
|
|
7934
7934
|
}, i;
|
|
7935
7935
|
}, t(function(s, i, l) {
|
|
7936
|
-
r.reason || (r.reason = new
|
|
7936
|
+
r.reason || (r.reason = new jr(s, i, l), n(r.reason));
|
|
7937
7937
|
});
|
|
7938
7938
|
}
|
|
7939
7939
|
/**
|
|
@@ -8060,7 +8060,7 @@ function Zl(e) {
|
|
|
8060
8060
|
}
|
|
8061
8061
|
const be = Zl(mn);
|
|
8062
8062
|
be.Axios = Vt;
|
|
8063
|
-
be.CanceledError =
|
|
8063
|
+
be.CanceledError = jr;
|
|
8064
8064
|
be.CancelToken = sg;
|
|
8065
8065
|
be.isCancel = Vl;
|
|
8066
8066
|
be.VERSION = ql;
|
|
@@ -8145,7 +8145,7 @@ const Go = (e) => {
|
|
|
8145
8145
|
}
|
|
8146
8146
|
);
|
|
8147
8147
|
}, dg = (e) => {
|
|
8148
|
-
const t = cg(e.error), n = e.error instanceof Error ? e.error.stack : null, r =
|
|
8148
|
+
const t = cg(e.error), n = e.error instanceof Error ? e.error.stack : null, r = en();
|
|
8149
8149
|
return /* @__PURE__ */ o.jsxs(
|
|
8150
8150
|
oe,
|
|
8151
8151
|
{
|
|
@@ -8204,7 +8204,7 @@ const Go = (e) => {
|
|
|
8204
8204
|
}
|
|
8205
8205
|
), Ql = et(
|
|
8206
8206
|
({ store: e, children: t }) => {
|
|
8207
|
-
const { t: n } =
|
|
8207
|
+
const { t: n } = vr(), r = en();
|
|
8208
8208
|
function a() {
|
|
8209
8209
|
var s, i;
|
|
8210
8210
|
if (e.activationState === "inactive" && !e.activationError)
|
|
@@ -8254,7 +8254,7 @@ const Go = (e) => {
|
|
|
8254
8254
|
label: e,
|
|
8255
8255
|
value: t
|
|
8256
8256
|
}, n) => /* @__PURE__ */ o.jsxs(o.Fragment, { children: [
|
|
8257
|
-
e && /* @__PURE__ */ o.jsx(
|
|
8257
|
+
e && /* @__PURE__ */ o.jsx(Ur, { children: e }),
|
|
8258
8258
|
/* @__PURE__ */ o.jsx(
|
|
8259
8259
|
tc,
|
|
8260
8260
|
{
|
|
@@ -8403,9 +8403,9 @@ function Qt(e, t) {
|
|
|
8403
8403
|
var n = Kg(e, t);
|
|
8404
8404
|
return Wg(n) ? n : void 0;
|
|
8405
8405
|
}
|
|
8406
|
-
var
|
|
8406
|
+
var Zr = Qt(gt, "Map"), Qr = Qt(Object, "create");
|
|
8407
8407
|
function Hg() {
|
|
8408
|
-
this.__data__ =
|
|
8408
|
+
this.__data__ = Qr ? Qr(null) : {}, this.size = 0;
|
|
8409
8409
|
}
|
|
8410
8410
|
function Xg(e) {
|
|
8411
8411
|
var t = this.has(e) && delete this.__data__[e];
|
|
@@ -8414,7 +8414,7 @@ function Xg(e) {
|
|
|
8414
8414
|
var qg = "__lodash_hash_undefined__", Yg = Object.prototype, Zg = Yg.hasOwnProperty;
|
|
8415
8415
|
function Qg(e) {
|
|
8416
8416
|
var t = this.__data__;
|
|
8417
|
-
if (
|
|
8417
|
+
if (Qr) {
|
|
8418
8418
|
var n = t[e];
|
|
8419
8419
|
return n === qg ? void 0 : n;
|
|
8420
8420
|
}
|
|
@@ -8423,12 +8423,12 @@ function Qg(e) {
|
|
|
8423
8423
|
var ey = Object.prototype, ty = ey.hasOwnProperty;
|
|
8424
8424
|
function ry(e) {
|
|
8425
8425
|
var t = this.__data__;
|
|
8426
|
-
return
|
|
8426
|
+
return Qr ? t[e] !== void 0 : ty.call(t, e);
|
|
8427
8427
|
}
|
|
8428
8428
|
var ny = "__lodash_hash_undefined__";
|
|
8429
8429
|
function ay(e, t) {
|
|
8430
8430
|
var n = this.__data__;
|
|
8431
|
-
return this.size += this.has(e) ? 0 : 1, n[e] =
|
|
8431
|
+
return this.size += this.has(e) ? 0 : 1, n[e] = Qr && t === void 0 ? ny : t, this;
|
|
8432
8432
|
}
|
|
8433
8433
|
function Xt(e) {
|
|
8434
8434
|
var t = -1, n = e == null ? 0 : e.length;
|
|
@@ -8445,7 +8445,7 @@ Xt.prototype.set = ay;
|
|
|
8445
8445
|
function oy() {
|
|
8446
8446
|
this.size = 0, this.__data__ = {
|
|
8447
8447
|
hash: new Xt(),
|
|
8448
|
-
map: new (
|
|
8448
|
+
map: new (Zr || jt)(),
|
|
8449
8449
|
string: new Xt()
|
|
8450
8450
|
};
|
|
8451
8451
|
}
|
|
@@ -8488,7 +8488,7 @@ function my(e, t) {
|
|
|
8488
8488
|
var n = this.__data__;
|
|
8489
8489
|
if (n instanceof jt) {
|
|
8490
8490
|
var r = n.__data__;
|
|
8491
|
-
if (!
|
|
8491
|
+
if (!Zr || r.length < dy - 1)
|
|
8492
8492
|
return r.push([e, t]), this.size = ++n.size, this;
|
|
8493
8493
|
n = this.__data__ = new Rt(r);
|
|
8494
8494
|
}
|
|
@@ -8671,9 +8671,9 @@ function j1(e) {
|
|
|
8671
8671
|
return e(t);
|
|
8672
8672
|
};
|
|
8673
8673
|
}
|
|
8674
|
-
var lu = typeof exports == "object" && exports && !exports.nodeType && exports,
|
|
8674
|
+
var lu = typeof exports == "object" && exports && !exports.nodeType && exports, Gr = lu && typeof module == "object" && module && !module.nodeType && module, R1 = Gr && Gr.exports === lu, Ha = R1 && Cl.process, mi = function() {
|
|
8675
8675
|
try {
|
|
8676
|
-
var e =
|
|
8676
|
+
var e = Gr && Gr.require && Gr.require("util").types;
|
|
8677
8677
|
return e || Ha && Ha.binding && Ha.binding("util");
|
|
8678
8678
|
} catch {
|
|
8679
8679
|
}
|
|
@@ -8748,8 +8748,8 @@ function D1(e, t, n, r, a, s) {
|
|
|
8748
8748
|
}
|
|
8749
8749
|
return s.delete(e), s.delete(t), y;
|
|
8750
8750
|
}
|
|
8751
|
-
var go = Qt(gt, "DataView"), yo = Qt(gt, "Promise"), _o = Qt(gt, "Set"), vo = Qt(gt, "WeakMap"), pi = "[object Map]", B1 = "[object Object]", gi = "[object Promise]", yi = "[object Set]", _i = "[object WeakMap]", vi = "[object DataView]", U1 = Zt(go), J1 = Zt(
|
|
8752
|
-
(go && Tt(new go(new ArrayBuffer(1))) != vi ||
|
|
8751
|
+
var go = Qt(gt, "DataView"), yo = Qt(gt, "Promise"), _o = Qt(gt, "Set"), vo = Qt(gt, "WeakMap"), pi = "[object Map]", B1 = "[object Object]", gi = "[object Promise]", yi = "[object Set]", _i = "[object WeakMap]", vi = "[object DataView]", U1 = Zt(go), J1 = Zt(Zr), V1 = Zt(yo), z1 = Zt(_o), G1 = Zt(vo), Tt = Yt;
|
|
8752
|
+
(go && Tt(new go(new ArrayBuffer(1))) != vi || Zr && Tt(new Zr()) != pi || yo && Tt(yo.resolve()) != gi || _o && Tt(new _o()) != yi || vo && Tt(new vo()) != _i) && (Tt = function(e) {
|
|
8753
8753
|
var t = Yt(e), n = t == B1 ? e.constructor : void 0, r = n ? Zt(n) : "";
|
|
8754
8754
|
if (r)
|
|
8755
8755
|
switch (r) {
|
|
@@ -8796,7 +8796,7 @@ function X1(e, t) {
|
|
|
8796
8796
|
const du = ({
|
|
8797
8797
|
store: e
|
|
8798
8798
|
}) => {
|
|
8799
|
-
const { t } =
|
|
8799
|
+
const { t } = vr(), [n, r] = ea(
|
|
8800
8800
|
e.jogger.motionStream.rapidlyChangingMotionState.state.joint_limit_reached.limit_reached
|
|
8801
8801
|
), a = Et(n);
|
|
8802
8802
|
cn(() => {
|
|
@@ -8830,7 +8830,7 @@ const du = ({
|
|
|
8830
8830
|
...n
|
|
8831
8831
|
}, r) => /* @__PURE__ */ $.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 15, height: 17, fill: "none", ref: r, "aria-labelledby": t, ...n }, e ? /* @__PURE__ */ $.createElement("title", { id: t }, e) : null, /* @__PURE__ */ $.createElement("path", { fill: "currentColor", d: "M12.9 7.667c-.133-.534-.533-1-1-1.134L10.367 6l-.4 1.267L11.5 7.8c.067 0 .133.067.133.2l1.067 4.867a.32.32 0 0 1-.133.4l-2.267 1.8c-.267.2-.333.666-.133.933s.666.333.933.133l2.267-1.8c.533-.4.733-1.133.6-1.733zM12.5 0H1.833A1.65 1.65 0 0 0 .167 1.667v1.4c0 .866.733 1.6 1.666 1.6h10.734c.866 0 1.6-.734 1.6-1.667V1.667A1.65 1.65 0 0 0 12.5 0M1.633 12.8 2.7 8c0-.067.067-.133.133-.2l1.534-.533-.4-1.2-1.534.466c-.533.2-.933.6-1 1.134L.367 12.533c-.134.667.066 1.334.6 1.734l2.266 1.8c.267.266.734.2.934-.067s.2-.733-.134-.933l-2.266-1.8c-.134-.134-.2-.267-.134-.467" })), Q1 = qt(Z1), e_ = et(({ store: e }) => {
|
|
8832
8832
|
var r;
|
|
8833
|
-
const { t } =
|
|
8833
|
+
const { t } = vr();
|
|
8834
8834
|
function n(a, s) {
|
|
8835
8835
|
(s === "coordsys" || s === "tool") && e.setSelectedOrientation(s);
|
|
8836
8836
|
}
|
|
@@ -8851,7 +8851,7 @@ const du = ({
|
|
|
8851
8851
|
},
|
|
8852
8852
|
children: [
|
|
8853
8853
|
/* @__PURE__ */ o.jsxs(oe, { width: "50%", children: [
|
|
8854
|
-
/* @__PURE__ */ o.jsx(
|
|
8854
|
+
/* @__PURE__ */ o.jsx(Ur, { id: "jogging-coord-select", children: "Coordinate Sys." }),
|
|
8855
8855
|
/* @__PURE__ */ o.jsx(
|
|
8856
8856
|
Ia,
|
|
8857
8857
|
{
|
|
@@ -8869,7 +8869,7 @@ const du = ({
|
|
|
8869
8869
|
)
|
|
8870
8870
|
] }),
|
|
8871
8871
|
/* @__PURE__ */ o.jsxs(oe, { width: "50%", children: [
|
|
8872
|
-
/* @__PURE__ */ o.jsx(
|
|
8872
|
+
/* @__PURE__ */ o.jsx(Ur, { id: "jogging-tcp-select", children: "TCP" }),
|
|
8873
8873
|
/* @__PURE__ */ o.jsx(
|
|
8874
8874
|
Ia,
|
|
8875
8875
|
{
|
|
@@ -8904,7 +8904,7 @@ const du = ({
|
|
|
8904
8904
|
},
|
|
8905
8905
|
children: [
|
|
8906
8906
|
/* @__PURE__ */ o.jsxs(oe, { width: "50%", children: [
|
|
8907
|
-
/* @__PURE__ */ o.jsx(
|
|
8907
|
+
/* @__PURE__ */ o.jsx(Ur, { id: "orientation-select", children: t("Jogging.Cartesian.Orientation.lb") }),
|
|
8908
8908
|
/* @__PURE__ */ o.jsxs(
|
|
8909
8909
|
ki,
|
|
8910
8910
|
{
|
|
@@ -8921,7 +8921,7 @@ const du = ({
|
|
|
8921
8921
|
)
|
|
8922
8922
|
] }),
|
|
8923
8923
|
/* @__PURE__ */ o.jsxs(oe, { width: "50%", children: [
|
|
8924
|
-
/* @__PURE__ */ o.jsx(
|
|
8924
|
+
/* @__PURE__ */ o.jsx(Ur, { id: "jogging-increment-select", children: "Increment" }),
|
|
8925
8925
|
/* @__PURE__ */ o.jsxs(
|
|
8926
8926
|
Ia,
|
|
8927
8927
|
{
|
|
@@ -9291,12 +9291,12 @@ function l_(e) {
|
|
|
9291
9291
|
return O({}, I, {
|
|
9292
9292
|
ref: it
|
|
9293
9293
|
}, G);
|
|
9294
|
-
},
|
|
9294
|
+
}, Rr = (I) => (k) => {
|
|
9295
9295
|
var N;
|
|
9296
9296
|
(N = I.onMouseOver) == null || N.call(I, k);
|
|
9297
9297
|
const G = Number(k.currentTarget.getAttribute("data-index"));
|
|
9298
9298
|
M(G);
|
|
9299
|
-
},
|
|
9299
|
+
}, Cr = (I) => (k) => {
|
|
9300
9300
|
var N;
|
|
9301
9301
|
(N = I.onMouseLeave) == null || N.call(I, k), M(-1);
|
|
9302
9302
|
};
|
|
@@ -9338,8 +9338,8 @@ function l_(e) {
|
|
|
9338
9338
|
getRootProps: Nt,
|
|
9339
9339
|
getThumbProps: (I = {}) => {
|
|
9340
9340
|
const k = En(I), N = {
|
|
9341
|
-
onMouseOver:
|
|
9342
|
-
onMouseLeave:
|
|
9341
|
+
onMouseOver: Rr(k || {}),
|
|
9342
|
+
onMouseLeave: Cr(k || {})
|
|
9343
9343
|
};
|
|
9344
9344
|
return O({}, I, k, N);
|
|
9345
9345
|
},
|
|
@@ -9356,7 +9356,7 @@ function l_(e) {
|
|
|
9356
9356
|
})
|
|
9357
9357
|
};
|
|
9358
9358
|
}
|
|
9359
|
-
const u_ = (e) => !e || !
|
|
9359
|
+
const u_ = (e) => !e || !Vr(e);
|
|
9360
9360
|
function c_(e) {
|
|
9361
9361
|
return sn("MuiSlider", e);
|
|
9362
9362
|
}
|
|
@@ -9966,9 +9966,9 @@ const h_ = wt("span", {
|
|
|
9966
9966
|
}), {
|
|
9967
9967
|
axisProps: Pt,
|
|
9968
9968
|
getRootProps: Nt,
|
|
9969
|
-
getHiddenInputProps:
|
|
9970
|
-
getThumbProps:
|
|
9971
|
-
open:
|
|
9969
|
+
getHiddenInputProps: Rr,
|
|
9970
|
+
getThumbProps: Cr,
|
|
9971
|
+
open: Ar,
|
|
9972
9972
|
active: er,
|
|
9973
9973
|
axis: nt,
|
|
9974
9974
|
focusedThumbIndex: I,
|
|
@@ -9983,15 +9983,15 @@ const h_ = wt("span", {
|
|
|
9983
9983
|
rootRef: n
|
|
9984
9984
|
}));
|
|
9985
9985
|
we.marked = G.length > 0 && G.some((L) => L.label), we.dragging = N, we.focusedThumbIndex = I;
|
|
9986
|
-
const Q = b_(we), ke = (r = (a = Z == null ? void 0 : Z.root) != null ? a : ie.Root) != null ? r : h_, Mt = (s = (i = Z == null ? void 0 : Z.rail) != null ? i : ie.Rail) != null ? s : f_, tr = (l = (u = Z == null ? void 0 : Z.track) != null ? u : ie.Track) != null ? l : p_,
|
|
9986
|
+
const Q = b_(we), ke = (r = (a = Z == null ? void 0 : Z.root) != null ? a : ie.Root) != null ? r : h_, Mt = (s = (i = Z == null ? void 0 : Z.rail) != null ? i : ie.Rail) != null ? s : f_, tr = (l = (u = Z == null ? void 0 : Z.track) != null ? u : ie.Track) != null ? l : p_, Pr = (c = (d = Z == null ? void 0 : Z.thumb) != null ? d : ie.Thumb) != null ? c : g_, vt = (h = (m = Z == null ? void 0 : Z.valueLabel) != null ? m : ie.ValueLabel) != null ? h : y_, Ft = (v = (_ = Z == null ? void 0 : Z.mark) != null ? _ : ie.Mark) != null ? v : __, Dt = (y = (g = Z == null ? void 0 : Z.markLabel) != null ? g : ie.MarkLabel) != null ? y : v_, Mr = (S = (j = Z == null ? void 0 : Z.input) != null ? j : ie.Input) != null ? S : "input", Or = (P = T == null ? void 0 : T.root) != null ? P : Y.root, hn = (C = T == null ? void 0 : T.rail) != null ? C : Y.rail, Ir = (w = T == null ? void 0 : T.track) != null ? w : Y.track, rr = (A = T == null ? void 0 : T.thumb) != null ? A : Y.thumb, nr = (M = T == null ? void 0 : T.valueLabel) != null ? M : Y.valueLabel, Ra = (z = T == null ? void 0 : T.mark) != null ? z : Y.mark, Ca = (se = T == null ? void 0 : T.markLabel) != null ? se : Y.markLabel, fn = (le = T == null ? void 0 : T.input) != null ? le : Y.input, pn = Ot({
|
|
9987
9987
|
elementType: ke,
|
|
9988
9988
|
getSlotProps: Nt,
|
|
9989
|
-
externalSlotProps:
|
|
9989
|
+
externalSlotProps: Or,
|
|
9990
9990
|
externalForwardedProps: At,
|
|
9991
9991
|
additionalProps: O({}, u_(ke) && {
|
|
9992
9992
|
as: xe
|
|
9993
9993
|
}),
|
|
9994
|
-
ownerState: O({}, we,
|
|
9994
|
+
ownerState: O({}, we, Or == null ? void 0 : Or.ownerState),
|
|
9995
9995
|
className: [Q.root, rt]
|
|
9996
9996
|
}), Aa = Ot({
|
|
9997
9997
|
elementType: Mt,
|
|
@@ -10000,15 +10000,15 @@ const h_ = wt("span", {
|
|
|
10000
10000
|
className: Q.rail
|
|
10001
10001
|
}), Pa = Ot({
|
|
10002
10002
|
elementType: tr,
|
|
10003
|
-
externalSlotProps:
|
|
10003
|
+
externalSlotProps: Ir,
|
|
10004
10004
|
additionalProps: {
|
|
10005
10005
|
style: O({}, Pt[nt].offset(W), Pt[nt].leap(Ue))
|
|
10006
10006
|
},
|
|
10007
|
-
ownerState: O({}, we,
|
|
10007
|
+
ownerState: O({}, we, Ir == null ? void 0 : Ir.ownerState),
|
|
10008
10008
|
className: Q.track
|
|
10009
|
-
}),
|
|
10010
|
-
elementType:
|
|
10011
|
-
getSlotProps:
|
|
10009
|
+
}), Tr = Ot({
|
|
10010
|
+
elementType: Pr,
|
|
10011
|
+
getSlotProps: Cr,
|
|
10012
10012
|
externalSlotProps: rr,
|
|
10013
10013
|
ownerState: O({}, we, rr == null ? void 0 : rr.ownerState),
|
|
10014
10014
|
className: Q.thumb
|
|
@@ -10028,8 +10028,8 @@ const h_ = wt("span", {
|
|
|
10028
10028
|
ownerState: we,
|
|
10029
10029
|
className: Q.markLabel
|
|
10030
10030
|
}), E = Ot({
|
|
10031
|
-
elementType:
|
|
10032
|
-
getSlotProps:
|
|
10031
|
+
elementType: Mr,
|
|
10032
|
+
getSlotProps: Rr,
|
|
10033
10033
|
externalSlotProps: fn,
|
|
10034
10034
|
ownerState: we
|
|
10035
10035
|
});
|
|
@@ -10040,7 +10040,7 @@ const h_ = wt("span", {
|
|
|
10040
10040
|
return me === !1 ? B = q.indexOf(L.value) !== -1 : B = me === "normal" && (k ? L.value >= q[0] && L.value <= q[q.length - 1] : L.value <= q[0]) || me === "inverted" && (k ? L.value <= q[0] || L.value >= q[q.length - 1] : L.value >= q[0]), /* @__PURE__ */ o.jsxs($.Fragment, {
|
|
10041
10041
|
children: [/* @__PURE__ */ o.jsx(Ft, O({
|
|
10042
10042
|
"data-index": D
|
|
10043
|
-
}, p, !
|
|
10043
|
+
}, p, !Vr(Ft) && {
|
|
10044
10044
|
markActive: B
|
|
10045
10045
|
}, {
|
|
10046
10046
|
style: O({}, J, p.style),
|
|
@@ -10048,7 +10048,7 @@ const h_ = wt("span", {
|
|
|
10048
10048
|
})), L.label != null ? /* @__PURE__ */ o.jsx(Dt, O({
|
|
10049
10049
|
"aria-hidden": !0,
|
|
10050
10050
|
"data-index": D
|
|
10051
|
-
}, R, !
|
|
10051
|
+
}, R, !Vr(Dt) && {
|
|
10052
10052
|
markLabelActive: B
|
|
10053
10053
|
}, {
|
|
10054
10054
|
style: O({}, J, R.style),
|
|
@@ -10060,20 +10060,20 @@ const h_ = wt("span", {
|
|
|
10060
10060
|
const ee = Qn(L, De, We), J = Pt[nt].offset(ee), B = Te === "off" ? x_ : vt;
|
|
10061
10061
|
return (
|
|
10062
10062
|
/* 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. */
|
|
10063
|
-
/* @__PURE__ */ o.jsx(B, O({}, !
|
|
10063
|
+
/* @__PURE__ */ o.jsx(B, O({}, !Vr(B) && {
|
|
10064
10064
|
valueLabelFormat: Ee,
|
|
10065
10065
|
valueLabelDisplay: Te,
|
|
10066
10066
|
value: typeof Ee == "function" ? Ee(Be(L), D) : Ee,
|
|
10067
10067
|
index: D,
|
|
10068
|
-
open:
|
|
10068
|
+
open: Ar === D || er === D || Te === "on",
|
|
10069
10069
|
disabled: Ge
|
|
10070
10070
|
}, Ma, {
|
|
10071
|
-
children: /* @__PURE__ */ o.jsx(
|
|
10071
|
+
children: /* @__PURE__ */ o.jsx(Pr, O({
|
|
10072
10072
|
"data-index": D
|
|
10073
|
-
},
|
|
10074
|
-
className: ht(Q.thumb,
|
|
10075
|
-
style: O({}, J, Ke(D),
|
|
10076
|
-
children: /* @__PURE__ */ o.jsx(
|
|
10073
|
+
}, Tr, {
|
|
10074
|
+
className: ht(Q.thumb, Tr.className, er === D && Q.active, I === D && Q.focusVisible),
|
|
10075
|
+
style: O({}, J, Ke(D), Tr.style),
|
|
10076
|
+
children: /* @__PURE__ */ o.jsx(Mr, O({
|
|
10077
10077
|
"data-index": D,
|
|
10078
10078
|
"aria-label": Se ? Se(D) : V,
|
|
10079
10079
|
"aria-valuenow": Be(L),
|
|
@@ -10357,7 +10357,7 @@ function w_(e) {
|
|
|
10357
10357
|
return typeof e == "number" || Kt(e) && Yt(e) == S_;
|
|
10358
10358
|
}
|
|
10359
10359
|
const j_ = et((e) => {
|
|
10360
|
-
const t =
|
|
10360
|
+
const t = en(), n = e.valueLabelFormat || ((a) => `${a}`);
|
|
10361
10361
|
function r(a, s) {
|
|
10362
10362
|
s === e.velocity || !w_(s) || e.onVelocityChange(s);
|
|
10363
10363
|
}
|
|
@@ -10397,7 +10397,7 @@ const j_ = et((e) => {
|
|
|
10397
10397
|
] });
|
|
10398
10398
|
}), pu = et(
|
|
10399
10399
|
({ store: e }) => {
|
|
10400
|
-
const { t } =
|
|
10400
|
+
const { t } = vr(), n = wo(() => ({
|
|
10401
10401
|
get valueLabelFormat() {
|
|
10402
10402
|
return e.currentMotionType === "translate" ? (r) => `v=${t("Jogging.Cartesian.Translation.velocityMmPerSec.lb", { amount: r })}` : (r) => `v=${t("Jogging.Cartesian.Rotation.velocityDegPerSec.lb", { amount: r })}`;
|
|
10403
10403
|
}
|
|
@@ -10429,7 +10429,7 @@ const j_ = et((e) => {
|
|
|
10429
10429
|
children: t
|
|
10430
10430
|
}) => {
|
|
10431
10431
|
var h, m, v, _, y, g, S, j, P;
|
|
10432
|
-
const { t: n } =
|
|
10432
|
+
const { t: n } = vr(), r = en();
|
|
10433
10433
|
function a(C, w) {
|
|
10434
10434
|
(w === "translate" || w === "rotate") && e.setSelectedCartesianMotionType(w);
|
|
10435
10435
|
}
|
|
@@ -11192,7 +11192,6 @@ class qo {
|
|
|
11192
11192
|
}
|
|
11193
11193
|
const pb = un(
|
|
11194
11194
|
et((e) => {
|
|
11195
|
-
vr();
|
|
11196
11195
|
const t = Cc(e.nova) ? new wc({ instanceUrl: e.nova }) : e.nova, n = wo(() => ({
|
|
11197
11196
|
joggingStore: null,
|
|
11198
11197
|
loadingError: null
|
|
@@ -11213,7 +11212,7 @@ const pb = un(
|
|
|
11213
11212
|
return zt(() => (r(), () => {
|
|
11214
11213
|
var a;
|
|
11215
11214
|
(a = n.joggingStore) == null || a.dispose();
|
|
11216
|
-
}), [e.nova]), zt(() => {
|
|
11215
|
+
}), [e.nova, e.motionGroupId]), zt(() => {
|
|
11217
11216
|
const a = n.joggingStore;
|
|
11218
11217
|
a && (e.locked ? a.locks.add("external") : a.locks.delete("external"));
|
|
11219
11218
|
}, [e.locked]), /* @__PURE__ */ o.jsx(
|
|
@@ -16809,13 +16808,13 @@ function Xa({
|
|
|
16809
16808
|
dhParameters: t,
|
|
16810
16809
|
...n
|
|
16811
16810
|
}) {
|
|
16812
|
-
const r = new
|
|
16811
|
+
const r = new Er();
|
|
16813
16812
|
function a(u, c) {
|
|
16814
16813
|
const d = new Yo(), h = new Ku(), m = new Yo();
|
|
16815
16814
|
r.decompose(d, h, m);
|
|
16816
|
-
const v = d.clone(), _ = new
|
|
16815
|
+
const v = d.clone(), _ = new Er().makeRotationY(
|
|
16817
16816
|
u.theta + c * (u.reverse_rotation_direction ? -1 : 1)
|
|
16818
|
-
).multiply(new
|
|
16817
|
+
).multiply(new Er().makeTranslation(0, u.d / 1e3, 0)).multiply(new Er().makeTranslation(u.a / 1e3, 0, 0)).multiply(new Er().makeRotationX(u.alpha));
|
|
16819
16818
|
return r.multiply(_), r.decompose(d, h, m), { a: v, b: d };
|
|
16820
16819
|
}
|
|
16821
16820
|
function s(u, c, d, h) {
|
|
@@ -17181,7 +17180,7 @@ const Mv = {
|
|
|
17181
17180
|
scopeName: "source.wandelscript"
|
|
17182
17181
|
}, Ov = zu(() => import("@monaco-editor/react")), bb = un(
|
|
17183
17182
|
(e) => {
|
|
17184
|
-
const t =
|
|
17183
|
+
const t = en(), n = Et(null), [r, a] = ea("dark-plus"), s = t.palette.mode === "dark" ? "dark-plus" : "light-plus";
|
|
17185
17184
|
async function i(l) {
|
|
17186
17185
|
const [{ createHighlighter: u }, { shikiToMonaco: c }] = await Promise.all([
|
|
17187
17186
|
import("shiki"),
|