@wandelbots/wandelbots-js-react-components 4.0.2 → 4.0.3
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/3d.cjs.js +1 -1
- package/dist/3d.es.js +1 -1
- package/dist/components/robots/RobotAnimator.d.ts.map +1 -1
- package/dist/core.cjs.js +1 -1
- package/dist/core.es.js +28 -28
- package/dist/index.cjs.js +1 -1
- package/dist/index.es.js +26 -26
- package/dist/{interpolation-BGC6adne.cjs → interpolation-DAXKfoDS.cjs} +4 -4
- package/dist/interpolation-DAXKfoDS.cjs.map +1 -0
- package/dist/{interpolation-CZsbXLpo.js → interpolation-DcPbemBD.js} +200 -175
- package/dist/interpolation-DcPbemBD.js.map +1 -0
- package/dist/{manufacturerHomePositions-h7G6BCs7.js → manufacturerHomePositions-BD6C5qZJ.js} +67 -65
- package/dist/manufacturerHomePositions-BD6C5qZJ.js.map +1 -0
- package/dist/manufacturerHomePositions-DRNjU1pU.cjs +2 -0
- package/dist/manufacturerHomePositions-DRNjU1pU.cjs.map +1 -0
- package/dist/{theming-49GSfpiH.cjs → theming-CPShzNuV.cjs} +37 -37
- package/dist/theming-CPShzNuV.cjs.map +1 -0
- package/dist/{theming-Jezu_BIw.js → theming-Hr605E6v.js} +2186 -2210
- package/dist/theming-Hr605E6v.js.map +1 -0
- package/package.json +1 -1
- package/src/components/robots/RobotAnimator.tsx +14 -5
- package/dist/interpolation-BGC6adne.cjs.map +0 -1
- package/dist/interpolation-CZsbXLpo.js.map +0 -1
- package/dist/manufacturerHomePositions-B04wcsF8.cjs +0 -2
- package/dist/manufacturerHomePositions-B04wcsF8.cjs.map +0 -1
- package/dist/manufacturerHomePositions-h7G6BCs7.js.map +0 -1
- package/dist/theming-49GSfpiH.cjs.map +0 -1
- package/dist/theming-Jezu_BIw.js.map +0 -1
package/dist/{manufacturerHomePositions-h7G6BCs7.js → manufacturerHomePositions-BD6C5qZJ.js}
RENAMED
|
@@ -8,9 +8,9 @@ import { useTheme as fe, Card as de, Box as y, Typography as $, Divider as N, Bu
|
|
|
8
8
|
import { observer as he } from "mobx-react-lite";
|
|
9
9
|
import me, { useRef as _, useEffect as I, useCallback as v, useState as G, Suspense as pe } from "react";
|
|
10
10
|
import { useTranslation as xe } from "react-i18next";
|
|
11
|
-
import { N as ge, V as ye, b as J, M as j } from "./interpolation-
|
|
12
|
-
import { ErrorBoundary as
|
|
13
|
-
function
|
|
11
|
+
import { N as ge, V as ye, c as je, b as J, M as j } from "./interpolation-DcPbemBD.js";
|
|
12
|
+
import { ErrorBoundary as we } from "react-error-boundary";
|
|
13
|
+
function be(e) {
|
|
14
14
|
switch (e.shape_type) {
|
|
15
15
|
case "convex_hull":
|
|
16
16
|
return new X(
|
|
@@ -47,7 +47,7 @@ function we(e) {
|
|
|
47
47
|
return console.warn(`${e.shape_type} is not supported`), new m.BufferGeometry();
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
function
|
|
50
|
+
function Me({
|
|
51
51
|
name: e,
|
|
52
52
|
collider: n,
|
|
53
53
|
children: r
|
|
@@ -64,19 +64,19 @@ function be({
|
|
|
64
64
|
s[2]
|
|
65
65
|
).divideScalar(1e3),
|
|
66
66
|
rotation: new m.Euler(o[0], o[1], o[2], "XYZ"),
|
|
67
|
-
geometry:
|
|
67
|
+
geometry: be(n.shape),
|
|
68
68
|
children: r
|
|
69
69
|
}
|
|
70
70
|
);
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function Re({
|
|
73
73
|
name: e,
|
|
74
74
|
colliders: n,
|
|
75
75
|
meshChildrenProvider: r,
|
|
76
76
|
...s
|
|
77
77
|
}) {
|
|
78
78
|
return /* @__PURE__ */ t.jsx("group", { name: e, ...s, children: Object.entries(n).map(([o, c]) => /* @__PURE__ */ t.jsx(
|
|
79
|
-
|
|
79
|
+
Me,
|
|
80
80
|
{
|
|
81
81
|
name: o,
|
|
82
82
|
collider: c,
|
|
@@ -85,13 +85,13 @@ function Me({
|
|
|
85
85
|
o
|
|
86
86
|
)) });
|
|
87
87
|
}
|
|
88
|
-
function
|
|
88
|
+
function Qe({
|
|
89
89
|
scene: e,
|
|
90
90
|
meshChildrenProvider: n
|
|
91
91
|
}) {
|
|
92
92
|
const r = e.colliders;
|
|
93
93
|
return /* @__PURE__ */ t.jsx("group", { children: r && /* @__PURE__ */ t.jsx(
|
|
94
|
-
|
|
94
|
+
Re,
|
|
95
95
|
{
|
|
96
96
|
meshChildrenProvider: n,
|
|
97
97
|
colliders: r
|
|
@@ -99,9 +99,9 @@ function Ze({
|
|
|
99
99
|
) });
|
|
100
100
|
}
|
|
101
101
|
function Y() {
|
|
102
|
-
return /* @__PURE__ */ t.jsx(ce, { children: /* @__PURE__ */ t.jsx(
|
|
102
|
+
return /* @__PURE__ */ t.jsx(ce, { children: /* @__PURE__ */ t.jsx(ve, {}) });
|
|
103
103
|
}
|
|
104
|
-
function
|
|
104
|
+
function ve({ positions: e = [2, 0, 2, 0, 2, 0, 2, 0] }) {
|
|
105
105
|
return /* @__PURE__ */ t.jsxs(t.Fragment, { children: [
|
|
106
106
|
/* @__PURE__ */ t.jsx(
|
|
107
107
|
R,
|
|
@@ -172,7 +172,7 @@ function Re({ positions: e = [2, 0, 2, 0, 2, 0, 2, 0] }) {
|
|
|
172
172
|
)
|
|
173
173
|
] });
|
|
174
174
|
}
|
|
175
|
-
function
|
|
175
|
+
function _e(e) {
|
|
176
176
|
if (e.length < 3)
|
|
177
177
|
return console.log("Not enough vertices to define a plane"), { isCoplanar: !1 };
|
|
178
178
|
const n = new m.Vector3(e[0].x, e[0].y, e[0].z), r = new m.Vector3(e[1].x, e[1].y, e[1].z), s = new m.Vector3(e[2].x, e[2].y, e[2].z), o = new m.Vector3().subVectors(r, n), c = new m.Vector3().subVectors(s, n), a = new m.Vector3().crossVectors(o, c).normalize();
|
|
@@ -183,7 +183,7 @@ function ve(e) {
|
|
|
183
183
|
}
|
|
184
184
|
return { isCoplanar: !0, normal: a };
|
|
185
185
|
}
|
|
186
|
-
function
|
|
186
|
+
function et({
|
|
187
187
|
safetyZones: e,
|
|
188
188
|
...n
|
|
189
189
|
}) {
|
|
@@ -193,7 +193,7 @@ function Qe({
|
|
|
193
193
|
if (!c.convex_hull) return null;
|
|
194
194
|
const f = c.convex_hull.vertices.map(
|
|
195
195
|
(h) => new m.Vector3(h.x / 1e3, h.y / 1e3, h.z / 1e3)
|
|
196
|
-
), i =
|
|
196
|
+
), i = _e(f);
|
|
197
197
|
if (i.isCoplanar && i.normal) {
|
|
198
198
|
const l = new m.Vector3().addVectors(
|
|
199
199
|
f[0],
|
|
@@ -224,7 +224,7 @@ function Qe({
|
|
|
224
224
|
});
|
|
225
225
|
}) });
|
|
226
226
|
}
|
|
227
|
-
function
|
|
227
|
+
function tt({
|
|
228
228
|
trajectory: e,
|
|
229
229
|
...n
|
|
230
230
|
}) {
|
|
@@ -265,7 +265,7 @@ async function Q(e) {
|
|
|
265
265
|
})();
|
|
266
266
|
return D.set(e, n), n;
|
|
267
267
|
}
|
|
268
|
-
function
|
|
268
|
+
function Ge(e) {
|
|
269
269
|
function n(r) {
|
|
270
270
|
return r.children.length === 0 ? [r] : [r, ...r.children.flatMap((s) => n(s))];
|
|
271
271
|
}
|
|
@@ -277,7 +277,7 @@ function ee(e) {
|
|
|
277
277
|
function te(e) {
|
|
278
278
|
return /_J[0-9]+$/.test(e.name);
|
|
279
279
|
}
|
|
280
|
-
function
|
|
280
|
+
function Ie(e, n) {
|
|
281
281
|
let r;
|
|
282
282
|
function s(o) {
|
|
283
283
|
if (ee(o)) {
|
|
@@ -323,7 +323,7 @@ function re({
|
|
|
323
323
|
}
|
|
324
324
|
});
|
|
325
325
|
function i(l) {
|
|
326
|
-
l && (c.current =
|
|
326
|
+
l && (c.current = Ge(l), d(), f());
|
|
327
327
|
}
|
|
328
328
|
function d() {
|
|
329
329
|
var u;
|
|
@@ -337,20 +337,22 @@ function re({
|
|
|
337
337
|
}
|
|
338
338
|
}
|
|
339
339
|
const h = v(() => {
|
|
340
|
-
var u;
|
|
341
340
|
const l = e.joint_position.filter(
|
|
342
|
-
(
|
|
341
|
+
(u) => u !== void 0
|
|
343
342
|
);
|
|
344
|
-
o.current = l, (u = a.current) == null || u.setTarget(l);
|
|
345
|
-
}, [e]);
|
|
346
|
-
return I(() => {
|
|
347
343
|
requestAnimationFrame(() => {
|
|
348
|
-
|
|
344
|
+
var u;
|
|
345
|
+
o.current = l, (u = a.current) == null || u.setTarget(l);
|
|
349
346
|
});
|
|
350
|
-
}, [e
|
|
347
|
+
}, [e]);
|
|
348
|
+
return I(() => {
|
|
349
|
+
h();
|
|
350
|
+
}, [e, h]), je(() => {
|
|
351
|
+
h();
|
|
352
|
+
}), /* @__PURE__ */ t.jsx("group", { ref: i, children: s });
|
|
351
353
|
}
|
|
352
|
-
const
|
|
353
|
-
function
|
|
354
|
+
const Fe = "line", Ve = "mesh";
|
|
355
|
+
function Le({
|
|
354
356
|
rapidlyChangingMotionState: e,
|
|
355
357
|
dhParameters: n,
|
|
356
358
|
...r
|
|
@@ -406,7 +408,7 @@ function Ve({
|
|
|
406
408
|
ref: (x) => {
|
|
407
409
|
o.current[h] = x;
|
|
408
410
|
},
|
|
409
|
-
name:
|
|
411
|
+
name: Fe,
|
|
410
412
|
points: [l, u],
|
|
411
413
|
color: "white",
|
|
412
414
|
lineWidth: 5
|
|
@@ -418,7 +420,7 @@ function Ve({
|
|
|
418
420
|
ref: (x) => {
|
|
419
421
|
c.current[h] = x;
|
|
420
422
|
},
|
|
421
|
-
name:
|
|
423
|
+
name: Ve,
|
|
422
424
|
position: u,
|
|
423
425
|
children: [
|
|
424
426
|
/* @__PURE__ */ t.jsx("sphereGeometry", { args: [0.01, 32, 32] }),
|
|
@@ -433,18 +435,18 @@ function Ve({
|
|
|
433
435
|
}
|
|
434
436
|
) });
|
|
435
437
|
}
|
|
436
|
-
const
|
|
437
|
-
function
|
|
438
|
+
const Se = console.warn;
|
|
439
|
+
function Te() {
|
|
438
440
|
return I(() => {
|
|
439
441
|
console.warn = (e) => {
|
|
440
|
-
e !== "Cannot call the manual advancement of rafz whilst frameLoop is not set as demand" &&
|
|
442
|
+
e !== "Cannot call the manual advancement of rafz whilst frameLoop is not set as demand" && Se(e);
|
|
441
443
|
};
|
|
442
444
|
}, []), /* @__PURE__ */ t.jsx(t.Fragment, {});
|
|
443
445
|
}
|
|
444
|
-
function
|
|
446
|
+
function Ce(e) {
|
|
445
447
|
return e.type === "Mesh";
|
|
446
448
|
}
|
|
447
|
-
function
|
|
449
|
+
function De({
|
|
448
450
|
url: e,
|
|
449
451
|
flangeRef: n,
|
|
450
452
|
postModelRender: r,
|
|
@@ -453,7 +455,7 @@ function Ce({
|
|
|
453
455
|
const o = ue(e);
|
|
454
456
|
let c;
|
|
455
457
|
try {
|
|
456
|
-
c =
|
|
458
|
+
c = Ie(o, "robot.glb").gltf;
|
|
457
459
|
} catch (i) {
|
|
458
460
|
throw i;
|
|
459
461
|
}
|
|
@@ -465,7 +467,7 @@ function Ce({
|
|
|
465
467
|
);
|
|
466
468
|
function f(i) {
|
|
467
469
|
try {
|
|
468
|
-
return
|
|
470
|
+
return Ce(i) ? i.geometry ? /* @__PURE__ */ t.jsx(
|
|
469
471
|
"mesh",
|
|
470
472
|
{
|
|
471
473
|
name: i.name,
|
|
@@ -492,7 +494,7 @@ function Ce({
|
|
|
492
494
|
}
|
|
493
495
|
return /* @__PURE__ */ t.jsx("group", { ...s, dispose: null, ref: a, children: f(c.scene) });
|
|
494
496
|
}
|
|
495
|
-
function
|
|
497
|
+
function ke({
|
|
496
498
|
modelURL: e,
|
|
497
499
|
flangeRef: n,
|
|
498
500
|
postModelRender: r,
|
|
@@ -513,7 +515,7 @@ function De({
|
|
|
513
515
|
}
|
|
514
516
|
})();
|
|
515
517
|
}, [e]), o ? /* @__PURE__ */ t.jsx(
|
|
516
|
-
|
|
518
|
+
De,
|
|
517
519
|
{
|
|
518
520
|
url: o,
|
|
519
521
|
flangeRef: n,
|
|
@@ -522,7 +524,7 @@ function De({
|
|
|
522
524
|
}
|
|
523
525
|
) : null;
|
|
524
526
|
}
|
|
525
|
-
const
|
|
527
|
+
const Ae = (e, n) => {
|
|
526
528
|
e.userData.isGhost || (e.traverse((r) => {
|
|
527
529
|
if (r instanceof m.Mesh) {
|
|
528
530
|
r.material instanceof m.Material && (r.material.colorWrite = !1);
|
|
@@ -546,7 +548,7 @@ const ke = (e, n) => {
|
|
|
546
548
|
}), o.userData.isGhost = !0, r.parent && (r.parent.add(s), r.parent.add(o));
|
|
547
549
|
}
|
|
548
550
|
}), e.userData.isGhost = !0);
|
|
549
|
-
},
|
|
551
|
+
}, Pe = (e) => {
|
|
550
552
|
if (!e.userData.isGhost) return;
|
|
551
553
|
const n = [];
|
|
552
554
|
e.traverse((r) => {
|
|
@@ -555,7 +557,7 @@ const ke = (e, n) => {
|
|
|
555
557
|
}), n.forEach((r) => {
|
|
556
558
|
r.parent && r.parent.remove(r);
|
|
557
559
|
}), e.userData.isGhost = !1;
|
|
558
|
-
},
|
|
560
|
+
}, ze = K(
|
|
559
561
|
({
|
|
560
562
|
rapidlyChangingMotionState: e,
|
|
561
563
|
modelFromController: n,
|
|
@@ -570,10 +572,10 @@ const ke = (e, n) => {
|
|
|
570
572
|
d(u);
|
|
571
573
|
}, []);
|
|
572
574
|
I(() => {
|
|
573
|
-
i && (a ?
|
|
575
|
+
i && (a ? Ae(i, a) : Pe(i));
|
|
574
576
|
}, [i, a]);
|
|
575
577
|
const l = /* @__PURE__ */ t.jsx(
|
|
576
|
-
|
|
578
|
+
Le,
|
|
577
579
|
{
|
|
578
580
|
rapidlyChangingMotionState: e,
|
|
579
581
|
dhParameters: r,
|
|
@@ -581,7 +583,7 @@ const ke = (e, n) => {
|
|
|
581
583
|
}
|
|
582
584
|
);
|
|
583
585
|
return /* @__PURE__ */ t.jsxs(
|
|
584
|
-
|
|
586
|
+
we,
|
|
585
587
|
{
|
|
586
588
|
fallback: l,
|
|
587
589
|
onError: (u) => {
|
|
@@ -594,7 +596,7 @@ const ke = (e, n) => {
|
|
|
594
596
|
rapidlyChangingMotionState: e,
|
|
595
597
|
dhParameters: r,
|
|
596
598
|
children: /* @__PURE__ */ t.jsx(
|
|
597
|
-
|
|
599
|
+
ke,
|
|
598
600
|
{
|
|
599
601
|
modelURL: (() => {
|
|
600
602
|
const u = s(n);
|
|
@@ -611,13 +613,13 @@ const ke = (e, n) => {
|
|
|
611
613
|
)
|
|
612
614
|
}
|
|
613
615
|
) }) }),
|
|
614
|
-
/* @__PURE__ */ t.jsx(
|
|
616
|
+
/* @__PURE__ */ t.jsx(Te, {})
|
|
615
617
|
]
|
|
616
618
|
}
|
|
617
619
|
);
|
|
618
620
|
}
|
|
619
621
|
);
|
|
620
|
-
function
|
|
622
|
+
function Oe({
|
|
621
623
|
connectedMotionGroup: e,
|
|
622
624
|
getModel: n = Q,
|
|
623
625
|
flangeRef: r,
|
|
@@ -626,7 +628,7 @@ function ze({
|
|
|
626
628
|
...c
|
|
627
629
|
}) {
|
|
628
630
|
return e.dhParameters ? /* @__PURE__ */ t.jsx(
|
|
629
|
-
|
|
631
|
+
ze,
|
|
630
632
|
{
|
|
631
633
|
rapidlyChangingMotionState: e.rapidlyChangingMotionState,
|
|
632
634
|
modelFromController: e.modelFromController || "",
|
|
@@ -639,7 +641,7 @@ function ze({
|
|
|
639
641
|
}
|
|
640
642
|
) : null;
|
|
641
643
|
}
|
|
642
|
-
const
|
|
644
|
+
const rt = K(
|
|
643
645
|
he(
|
|
644
646
|
({
|
|
645
647
|
robotName: e,
|
|
@@ -650,12 +652,12 @@ const tt = K(
|
|
|
650
652
|
onDriveToHomePress: c,
|
|
651
653
|
onDriveToHomeRelease: a,
|
|
652
654
|
connectedMotionGroup: f,
|
|
653
|
-
robotComponent: i =
|
|
655
|
+
robotComponent: i = Oe,
|
|
654
656
|
customContentComponent: d,
|
|
655
657
|
className: h
|
|
656
658
|
}) => {
|
|
657
659
|
var P;
|
|
658
|
-
const l = fe(), { t: u } = xe(), [p, x] = G(!1), g = _(null), b = _(null), [M, ne] = G(!1), [V, oe] = G({ width: 400, height: 600 }), [
|
|
660
|
+
const l = fe(), { t: u } = xe(), [p, x] = G(!1), g = _(null), b = _(null), [M, ne] = G(!1), [V, oe] = G({ width: 400, height: 600 }), [Ee, se] = G(0);
|
|
659
661
|
I(() => {
|
|
660
662
|
const C = () => {
|
|
661
663
|
if (b.current) {
|
|
@@ -977,7 +979,7 @@ const tt = K(
|
|
|
977
979
|
);
|
|
978
980
|
}
|
|
979
981
|
)
|
|
980
|
-
),
|
|
982
|
+
), nt = Array(6).fill(2 * Math.PI), q = {
|
|
981
983
|
[j.Abb]: [0, 0, 0, 0, Math.PI / 2, 0, 0],
|
|
982
984
|
[j.Fanuc]: [0, 0, 0, 0, -Math.PI / 2, 0, 0],
|
|
983
985
|
[j.Yaskawa]: [0, 0, 0, 0, -Math.PI / 2, 0, 0],
|
|
@@ -1000,7 +1002,7 @@ const tt = K(
|
|
|
1000
1002
|
0
|
|
1001
1003
|
]
|
|
1002
1004
|
};
|
|
1003
|
-
function
|
|
1005
|
+
function Ue(e) {
|
|
1004
1006
|
const [n] = e.split("_");
|
|
1005
1007
|
switch (n) {
|
|
1006
1008
|
case "ABB":
|
|
@@ -1017,22 +1019,22 @@ function Oe(e) {
|
|
|
1017
1019
|
return null;
|
|
1018
1020
|
}
|
|
1019
1021
|
}
|
|
1020
|
-
function
|
|
1021
|
-
const r =
|
|
1022
|
+
function ot(e, n) {
|
|
1023
|
+
const r = Ue(e);
|
|
1022
1024
|
return r && r in q ? q[r] : n || null;
|
|
1023
1025
|
}
|
|
1024
1026
|
export {
|
|
1025
|
-
|
|
1027
|
+
Qe as C,
|
|
1026
1028
|
q as M,
|
|
1027
1029
|
Y as P,
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1030
|
+
Oe as R,
|
|
1031
|
+
et as S,
|
|
1032
|
+
tt as T,
|
|
1033
|
+
rt as a,
|
|
1034
|
+
ze as b,
|
|
1033
1035
|
Q as c,
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1036
|
+
nt as d,
|
|
1037
|
+
Ue as e,
|
|
1038
|
+
ot as g
|
|
1037
1039
|
};
|
|
1038
|
-
//# sourceMappingURL=manufacturerHomePositions-
|
|
1040
|
+
//# sourceMappingURL=manufacturerHomePositions-BD6C5qZJ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"manufacturerHomePositions-BD6C5qZJ.js","sources":["../src/components/3d-viewport/collider/colliderShapeToBufferGeometry.ts","../src/components/3d-viewport/collider/ColliderElement.tsx","../src/components/3d-viewport/collider/ColliderCollection.tsx","../src/components/3d-viewport/collider/CollisionSceneRenderer.tsx","../src/components/3d-viewport/PresetEnvironment.tsx","../src/components/3d-viewport/SafetyZonesRenderer.tsx","../src/components/3d-viewport/TrajectoryRenderer.tsx","../src/components/robots/robotModelLogic.ts","../src/components/robots/RobotAnimator.tsx","../src/components/robots/DHRobot.tsx","../src/components/ConsoleFilter.tsx","../src/components/robots/GenericRobot.tsx","../src/components/robots/ghostStyle.ts","../src/components/robots/SupportedRobot.tsx","../src/components/robots/Robot.tsx","../src/components/RobotCard.tsx","../src/components/robots/AxisConfig.ts","../src/components/robots/manufacturerHomePositions.ts"],"sourcesContent":["import type { ColliderShape } from \"@wandelbots/nova-js/v1\"\nimport * as THREE from \"three\"\nimport { ConvexGeometry } from \"three-stdlib\"\n\nexport function colliderShapeToBufferGeometry(\n shape: ColliderShape,\n): THREE.BufferGeometry {\n const shapeType = shape.shape_type\n switch (shapeType) {\n case \"convex_hull\":\n return new ConvexGeometry(\n shape.vertices.map(\n (vertex) =>\n new THREE.Vector3(\n vertex[0] / 1000,\n vertex[1] / 1000,\n vertex[2] / 1000,\n ),\n ),\n )\n case \"box\":\n return new THREE.BoxGeometry(\n shape.size_x / 1000,\n shape.size_y / 1000,\n shape.size_z / 1000,\n )\n case \"sphere\":\n return new THREE.SphereGeometry(shape.radius / 1000)\n case \"capsule\":\n return new THREE.CapsuleGeometry(\n shape.radius / 1000,\n shape.cylinder_height / 1000,\n )\n case \"cylinder\":\n return new THREE.CylinderGeometry(\n shape.radius / 1000,\n shape.radius / 1000,\n shape.height / 1000,\n )\n case \"rectangle\": {\n return new THREE.BoxGeometry(shape.size_x / 1000, shape.size_y / 1000, 0)\n }\n default: {\n console.warn(`${shape.shape_type} is not supported`)\n return new THREE.BufferGeometry()\n }\n }\n}\n","import type { Collider } from \"@wandelbots/nova-js/v1\"\nimport type React from \"react\"\nimport * as THREE from \"three\"\nimport { colliderShapeToBufferGeometry } from \"./colliderShapeToBufferGeometry\"\n\ntype ColliderElementProps = {\n name?: string\n collider: Collider\n children?: React.ReactNode\n}\n\nexport default function ColliderElement({\n name,\n collider,\n children,\n}: ColliderElementProps) {\n const position = collider.pose?.position ?? [0, 0, 0]\n const rotation = collider.pose?.orientation ?? [0, 0, 0]\n if (collider.margin) {\n console.warn(`${name} margin is not supported`)\n }\n return (\n <mesh\n name={name}\n position={new THREE.Vector3(\n position[0],\n position[1],\n position[2],\n ).divideScalar(1000)}\n rotation={new THREE.Euler(rotation[0], rotation[1], rotation[2], \"XYZ\")}\n geometry={colliderShapeToBufferGeometry(collider.shape)}\n >\n {children}\n </mesh>\n )\n}\n","import type { ThreeElements } from \"@react-three/fiber\"\nimport type { Collider } from \"@wandelbots/nova-js/v1\"\nimport ColliderElement from \"./ColliderElement\"\n\nexport type MeshChildrenProvider = (\n key: string,\n collider: Collider,\n) => React.ReactNode\n\ntype ColliderCollectionProps = {\n name?: string\n colliders: Record<string, Collider>\n meshChildrenProvider: MeshChildrenProvider\n} & ThreeElements[\"group\"]\n\nexport default function ColliderCollection({\n name,\n colliders,\n meshChildrenProvider,\n ...props\n}: ColliderCollectionProps) {\n return (\n <group name={name} {...props}>\n {Object.entries(colliders).map(([colliderKey, collider]) => (\n <ColliderElement\n key={colliderKey}\n name={colliderKey}\n collider={collider}\n children={meshChildrenProvider(colliderKey, collider)}\n />\n ))}\n </group>\n )\n}\n","import type { CollisionScene } from \"@wandelbots/nova-js/v1\"\nimport ColliderCollection, {\n type MeshChildrenProvider,\n} from \"./ColliderCollection\"\n\ntype CollisionSceneRendererProps = {\n scene: CollisionScene\n meshChildrenProvider: MeshChildrenProvider\n}\n\nexport default function CollisionSceneRenderer({\n scene,\n meshChildrenProvider,\n}: CollisionSceneRendererProps) {\n const colliders = scene.colliders\n return (\n <group>\n {colliders && (\n <ColliderCollection\n meshChildrenProvider={meshChildrenProvider}\n colliders={colliders}\n />\n )}\n </group>\n )\n}\n","import { Environment, Lightformer } from \"@react-three/drei\"\n\n/**\n * Renders a preset environment for the 3D scene.\n * This component wraps the scene with an `Environment` component\n * and builds a lightmap build with `Lightformers`.\n */\nexport function PresetEnvironment() {\n return (\n <Environment>\n <Lightformers />\n </Environment>\n )\n}\n\nfunction Lightformers({ positions = [2, 0, 2, 0, 2, 0, 2, 0] }) {\n return (\n <>\n {/* Ceiling */}\n <Lightformer\n intensity={5}\n rotation-x={Math.PI / 2}\n position={[0, 5, -9]}\n scale={[10, 10, 1]}\n />\n <group rotation={[0, 0.5, 0]}>\n <group>\n {positions.map((x, i) => (\n <Lightformer\n key={i}\n form=\"circle\"\n intensity={5}\n rotation={[Math.PI / 2, 0, 0]}\n position={[x, 4, i * 4]}\n scale={[3, 1, 1]}\n />\n ))}\n </group>\n </group>\n {/* Sides */}\n <Lightformer\n intensity={40}\n rotation-y={Math.PI / 2}\n position={[-5, 1, -1]}\n scale={[20, 0.1, 1]}\n />\n <Lightformer\n intensity={20}\n rotation-y={-Math.PI}\n position={[-5, -2, -1]}\n scale={[20, 0.1, 1]}\n />\n\n <Lightformer\n rotation-y={Math.PI / 2}\n position={[-5, -1, -1]}\n scale={[20, 0.5, 1]}\n intensity={5}\n />\n <Lightformer\n rotation-y={-Math.PI / 2}\n position={[10, 1, 0]}\n scale={[20, 1, 1]}\n intensity={10}\n />\n\n {/* Key */}\n <Lightformer\n form=\"ring\"\n color=\"white\"\n intensity={5}\n scale={10}\n position={[-15, 4, -18]}\n target={[0, 0, 0]}\n />\n </>\n )\n}\n","import { type ThreeElements } from \"@react-three/fiber\"\nimport type { Geometry, SafetySetupSafetyZone } from \"@wandelbots/nova-js/v1\"\nimport * as THREE from \"three\"\nimport { ConvexGeometry } from \"three-stdlib\"\n\nexport type SafetyZonesRendererProps = {\n safetyZones: SafetySetupSafetyZone[]\n} & ThreeElements[\"group\"]\n\ninterface CoplanarityResult {\n isCoplanar: boolean\n normal?: THREE.Vector3\n}\n\nfunction areVerticesCoplanar(vertices: THREE.Vector3[]): CoplanarityResult {\n if (vertices.length < 3) {\n console.log(\"Not enough vertices to define a plane\")\n return { isCoplanar: false }\n }\n\n // Convert Vector3d to THREE.Vector3\n const v0 = new THREE.Vector3(vertices[0].x, vertices[0].y, vertices[0].z)\n const v1 = new THREE.Vector3(vertices[1].x, vertices[1].y, vertices[1].z)\n const v2 = new THREE.Vector3(vertices[2].x, vertices[2].y, vertices[2].z)\n\n const vector1 = new THREE.Vector3().subVectors(v1, v0)\n const vector2 = new THREE.Vector3().subVectors(v2, v0)\n const normal = new THREE.Vector3().crossVectors(vector1, vector2).normalize()\n\n // Check if all remaining vertices lie on the same plane\n for (let i = 3; i < vertices.length; i++) {\n const vi = new THREE.Vector3(vertices[i].x, vertices[i].y, vertices[i].z)\n const vector = new THREE.Vector3().subVectors(vi, v0)\n const dotProduct = normal.dot(vector)\n if (Math.abs(dotProduct) > 1e-6) {\n // Allowing a small tolerance\n console.log(\"Vertices are not on the same plane\")\n return { isCoplanar: false }\n }\n }\n\n return { isCoplanar: true, normal }\n}\n\nexport function SafetyZonesRenderer({\n safetyZones,\n ...props\n}: SafetyZonesRendererProps) {\n return (\n <group {...props}>\n {safetyZones.map((zone, index) => {\n let geometries: Geometry[] = []\n if (zone.geometry) {\n if (zone.geometry.compound) {\n geometries = zone.geometry.compound.child_geometries\n } else if (zone.geometry.convex_hull) {\n geometries = [zone.geometry]\n }\n }\n\n return geometries.map((geometry, i) => {\n if (!geometry.convex_hull) return null\n\n const vertices = geometry.convex_hull.vertices.map(\n (v) => new THREE.Vector3(v.x / 1000, v.y / 1000, v.z / 1000),\n )\n\n // Check if the vertices are on the same plane and only define a plane\n // Algorithm has troubles with vertices that are on the same plane so we\n // add a new vertex slightly moved along the normal direction\n const coplanarityResult = areVerticesCoplanar(vertices)\n\n if (coplanarityResult.isCoplanar && coplanarityResult.normal) {\n // Add a new vertex slightly moved along the normal direction\n const offset = 0.0001 // Adjust the offset as needed\n const newVertex = new THREE.Vector3().addVectors(\n vertices[0],\n coplanarityResult.normal.multiplyScalar(offset),\n )\n vertices.push(newVertex)\n }\n\n let convexGeometry\n try {\n convexGeometry = new ConvexGeometry(vertices)\n } catch (error) {\n console.log(\"Error creating ConvexGeometry:\", error)\n return null\n }\n return (\n <mesh key={`${index}-${i}`} geometry={convexGeometry}>\n <meshStandardMaterial\n key={index}\n attach=\"material\"\n color=\"#009f4d\"\n opacity={0.2}\n depthTest={false}\n depthWrite={false}\n transparent\n polygonOffset\n polygonOffsetFactor={-i}\n />\n </mesh>\n )\n })\n })}\n </group>\n )\n}\n","import { Line } from \"@react-three/drei\"\nimport type { GetTrajectoryResponse } from \"@wandelbots/nova-js/v1\"\nimport * as THREE from \"three\"\n\nexport type TrajectoryRendererProps = {\n trajectory: GetTrajectoryResponse\n} & React.JSX.IntrinsicElements[\"group\"]\n\nexport function TrajectoryRenderer({\n trajectory,\n ...props\n}: TrajectoryRendererProps) {\n const points =\n trajectory.trajectory\n ?.map((point) => {\n if (point.tcp_pose) {\n return new THREE.Vector3(\n point.tcp_pose.position.x / 1000,\n point.tcp_pose.position.z / 1000,\n -point.tcp_pose.position.y / 1000,\n )\n }\n return null\n })\n .filter((point): point is THREE.Vector3 => point !== null) || []\n\n return (\n <group {...props}>\n {points.length > 0 && (\n <Line\n points={points}\n lineWidth={3}\n polygonOffset={true}\n polygonOffsetFactor={10}\n polygonOffsetUnits={10}\n />\n )}\n </group>\n )\n}\n","import { NovaClient } from \"@wandelbots/nova-js/v2\"\nimport type { Object3D } from \"three\"\nimport type { GLTF } from \"three-stdlib\"\n\nconst modelCache = new Map<string, Promise<string>>()\n\n/**\n * Revoke a cached model's object URL to prevent memory leaks.\n * Call this when a component unmounts or no longer needs the model.\n */\nexport async function revokeModelUrl(modelFromController: string): Promise<void> {\n const urlPromise = modelCache.get(modelFromController)\n if (!urlPromise) return\n\n try {\n const url = await urlPromise\n URL.revokeObjectURL(url)\n } catch (e) {\n // Ignore errors - URL may already be revoked\n }\n modelCache.delete(modelFromController)\n}\n\n/**\n * Revoke all cached model object URLs and clear the cache.\n * Useful for cleanup on app teardown.\n */\nexport async function revokeAllModelUrls(): Promise<void> {\n const entries = Array.from(modelCache.entries())\n await Promise.allSettled(\n entries.map(async ([key, urlPromise]) => {\n try {\n const url = await urlPromise\n URL.revokeObjectURL(url)\n } catch (e) {\n // Ignore errors\n }\n })\n )\n modelCache.clear()\n}\n\nexport async function defaultGetModel(modelFromController: string): Promise<string> {\n // Check cache first\n if (modelCache.has(modelFromController)) {\n return modelCache.get(modelFromController)!\n }\n \n // Create the promise and cache it immediately to prevent duplicate calls\n const modelPromise = (async () => {\n const instanceUrl = import.meta.env.WANDELAPI_BASE_URL \n const nova = new NovaClient({ instanceUrl })\n \n // Configure axios to handle binary responses for GLB files\n const apiInstance = nova.api.motionGroupModels as any\n if (apiInstance.axios?.interceptors) {\n apiInstance.axios.interceptors.request.use((config: any) => {\n if (config.url?.includes('/glb')) {\n config.responseType = 'blob'\n }\n return config\n })\n }\n \n try {\n const file = await nova.api.motionGroupModels.getMotionGroupGlbModel(modelFromController)\n \n // Create object URL from the file and return it\n const url = URL.createObjectURL(file)\n return url\n } catch (error) {\n console.error(\"Failed to fetch model:\", error)\n throw error\n }\n })()\n \n // Cache the promise\n modelCache.set(modelFromController, modelPromise)\n return modelPromise\n}\n\n/**\n * Finds all the joint groups in a GLTF tree, as identified\n * by the _Jxx name ending convention.\n */\nexport function collectJoints(rootObject: Object3D): Object3D[] {\n function getAllObjects(root: Object3D): Object3D[] {\n if (root.children.length === 0) {\n return [root]\n }\n return [root, ...root.children.flatMap((child) => getAllObjects(child))]\n }\n\n return getAllObjects(rootObject).filter((o) => isJoint(o))\n}\n\n/**\n * Checks if a specified threejs object represents the flange of a\n * robot, based on the _FLG name ending convention.\n */\nexport function isFlange(node: Object3D) {\n return node.name.endsWith(\"_FLG\")\n}\n\n/**\n * Checks if a specified threejs object represents a joint of a\n * robot, based on the _Jxx name ending convention.\n */\nexport function isJoint(node: Object3D) {\n return /_J[0-9]+$/.test(node.name)\n}\n\n/**\n * Validates that the loaded GLTF file has six joints and a flange group.\n */\nexport function parseRobotModel(gltf: GLTF, filename: string): { gltf: GLTF } {\n let flange: Object3D | undefined\n const joints: Object3D[] = []\n\n function parseNode(node: Object3D) {\n if (isFlange(node)) {\n if (flange) {\n throw Error(\n `Found multiple flange groups in robot model ${filename}; first ${flange.name} then ${node.name}. Only one _FLG group is allowed.`,\n )\n }\n\n flange = node\n }\n\n if (isJoint(node)) {\n joints.push(node)\n }\n\n node.children.map(parseNode)\n }\n\n parseNode(gltf.scene)\n\n if (!flange) {\n throw Error(\n `No flange group found in robot model ${filename}. Flange must be identified with a name ending in _FLG.`,\n )\n }\n\n return { gltf }\n}\n","import { useFrame, useThree } from \"@react-three/fiber\"\nimport type { DHParameter, MotionGroupState } from \"@wandelbots/nova-js/v2\"\nimport React, { useEffect, useRef, useCallback } from \"react\"\nimport type { Group, Object3D } from \"three\"\nimport { useAutorun } from \"../utils/hooks\"\nimport { ValueInterpolator } from \"../utils/interpolation\"\nimport { collectJoints } from \"./robotModelLogic\"\n\ntype RobotAnimatorProps = {\n rapidlyChangingMotionState: MotionGroupState\n dhParameters: DHParameter[]\n onRotationChanged?: (joints: Object3D[], jointValues: number[]) => void\n children: React.ReactNode\n}\n\nexport default function RobotAnimator({\n rapidlyChangingMotionState,\n dhParameters,\n onRotationChanged,\n children,\n}: RobotAnimatorProps) {\n const jointValues = useRef<number[]>([])\n const jointObjects = useRef<Object3D[]>([])\n const interpolatorRef = useRef<ValueInterpolator | null>(null)\n const { invalidate } = useThree()\n\n // Initialize interpolator\n useEffect(() => {\n const initialJointValues = rapidlyChangingMotionState.joint_position.filter(\n (item) => item !== undefined,\n )\n\n interpolatorRef.current = new ValueInterpolator(initialJointValues, {\n tension: 120, // Controls spring stiffness - higher values create faster, more responsive motion\n friction: 20, // Controls damping - higher values reduce oscillation and create smoother settling\n threshold: 0.001,\n })\n\n return () => {\n interpolatorRef.current?.destroy()\n }\n }, [])\n\n // Animation loop that runs at the display's refresh rate\n useFrame((state, delta) => {\n if (interpolatorRef.current) {\n const isComplete = interpolatorRef.current.update(delta)\n setRotation()\n\n // Trigger a re-render only if the animation is still running\n if (!isComplete) {\n invalidate()\n }\n }\n })\n\n function setGroupRef(group: Group | null) {\n if (!group) return\n\n jointObjects.current = collectJoints(group)\n\n // Set initial position\n setRotation()\n invalidate()\n }\n\n function setRotation() {\n const updatedJointValues = interpolatorRef.current?.getCurrentValues() || []\n\n if (onRotationChanged) {\n onRotationChanged(jointObjects.current, updatedJointValues)\n } else {\n for (const [index, object] of jointObjects.current.entries()) {\n const dhParam = dhParameters[index]\n const rotationOffset = dhParam.theta || 0\n const rotationSign = dhParam.reverse_rotation_direction ? -1 : 1\n\n object.rotation.y =\n rotationSign * (updatedJointValues[index] || 0) + rotationOffset\n }\n }\n }\n\n const updateJoints = useCallback(() => {\n const newJointValues = rapidlyChangingMotionState.joint_position.filter(\n (item) => item !== undefined,\n )\n\n requestAnimationFrame(() => {\n jointValues.current = newJointValues\n interpolatorRef.current?.setTarget(newJointValues)\n })\n }, [rapidlyChangingMotionState])\n\n /**\n * Fire an update joints call on every motion state change.\n * requestAnimationFrame used to avoid blocking main thread\n */\n useEffect(() => {\n updateJoints()\n }, [rapidlyChangingMotionState, updateJoints])\n\n /**\n * As some consumer applications (eg. storybook) deliver\n * mobx observable for rapidlyChangingMotionState, we need to\n * register the watcher to get the newest value updates\n */\n useAutorun(() => {\n updateJoints()\n })\n\n return <group ref={setGroupRef}>{children}</group>\n}\n","import { Line } from \"@react-three/drei\"\nimport type { DHParameter } from \"@wandelbots/nova-js/v2\"\nimport React, { useRef } from \"react\"\nimport type * as THREE from \"three\"\nimport { Matrix4, Quaternion, Vector3 } from \"three\"\nimport type { LineGeometry } from \"three/examples/jsm/lines/LineGeometry.js\"\nimport RobotAnimator from \"./RobotAnimator\"\nimport type { DHRobotProps } from \"./SupportedRobot\"\n\nconst CHILD_LINE = \"line\"\nconst CHILD_MESH = \"mesh\"\n\nexport function DHRobot({\n rapidlyChangingMotionState,\n dhParameters,\n ...props\n}: DHRobotProps) {\n // reused in every update\n const accumulatedMatrix = new Matrix4()\n\n // Store direct references to avoid searching by name\n const lineRefs = useRef<any[]>([])\n const meshRefs = useRef<(THREE.Mesh | null)[]>([])\n\n // Initialize refs array when dhParameters change\n React.useEffect(() => {\n lineRefs.current = new Array(dhParameters.length).fill(null)\n meshRefs.current = new Array(dhParameters.length).fill(null)\n }, [dhParameters.length])\n\n // Updates accumulatedMatrix with every execution\n // Reset the matrix to identity if you start a new position update\n function getLinePoints(\n dhParameter: DHParameter,\n jointRotation: number,\n ): {\n a: THREE.Vector3\n b: THREE.Vector3\n } {\n const position = new Vector3()\n const quaternion = new Quaternion()\n const scale = new Vector3()\n accumulatedMatrix.decompose(position, quaternion, scale)\n const prevPosition = position.clone() // Update the previous position\n\n const matrix = new Matrix4()\n .makeRotationY(\n dhParameter.theta! +\n jointRotation * (dhParameter.reverse_rotation_direction ? -1 : 1),\n ) // Rotate around Z\n .multiply(new Matrix4().makeTranslation(0, dhParameter.d! / 1000, 0)) // Translate along Z\n .multiply(new Matrix4().makeTranslation(dhParameter.a! / 1000, 0, 0)) // Translate along X\n .multiply(new Matrix4().makeRotationX(dhParameter.alpha!)) // Rotate around X\n\n // Accumulate transformations\n accumulatedMatrix.multiply(matrix)\n accumulatedMatrix.decompose(position, quaternion, scale)\n return { a: prevPosition, b: position }\n }\n\n function setJointLineRotation(\n jointIndex: number,\n line: any, // Use any for drei Line component\n mesh: THREE.Mesh,\n jointValue: number,\n ) {\n if (!dhParameters) {\n return\n }\n\n const dh_parameter = dhParameters[jointIndex]\n if (!dh_parameter) {\n return\n }\n\n const { a, b } = getLinePoints(dh_parameter, jointValue)\n const lineGeometry = line.geometry as LineGeometry\n lineGeometry.setPositions([a.toArray(), b.toArray()].flat())\n\n mesh.position.set(b.x, b.y, b.z)\n }\n\n function setRotation(joints: THREE.Object3D[], jointValues: number[]) {\n accumulatedMatrix.identity()\n\n // Use direct refs instead of searching by name\n for (\n let jointIndex = 0;\n jointIndex < Math.min(joints.length, jointValues.length);\n jointIndex++\n ) {\n const line = lineRefs.current[jointIndex]\n const mesh = meshRefs.current[jointIndex]\n\n if (line && mesh) {\n setJointLineRotation(jointIndex, line, mesh, jointValues[jointIndex]!)\n }\n }\n }\n\n return (\n <>\n <RobotAnimator\n rapidlyChangingMotionState={rapidlyChangingMotionState}\n dhParameters={dhParameters}\n onRotationChanged={setRotation}\n >\n <group {...props} name=\"Scene\">\n <mesh>\n <sphereGeometry args={[0.01, 32, 32]} />\n <meshStandardMaterial color={\"black\"} depthTest={true} />\n </mesh>\n {dhParameters!.map((param, index) => {\n const { a, b } = getLinePoints(\n param,\n rapidlyChangingMotionState.joint_position[index] ?? 0,\n )\n const jointName = `dhrobot_J0${index}`\n return (\n <group name={jointName} key={jointName}>\n <Line\n ref={(ref) => {\n lineRefs.current[index] = ref\n }}\n name={CHILD_LINE}\n points={[a, b]}\n color={\"white\"}\n lineWidth={5}\n />\n <mesh\n ref={(ref) => {\n meshRefs.current[index] = ref\n }}\n name={CHILD_MESH}\n key={\"mesh_\" + index}\n position={b}\n >\n <sphereGeometry args={[0.01, 32, 32]} />\n <meshStandardMaterial color={\"black\"} depthTest={true} />\n </mesh>\n </group>\n )\n })}\n </group>\n </RobotAnimator>\n </>\n )\n}\n","\"use client\"\nimport { useEffect } from \"react\"\n\nconst defaultWarn = console.warn\n\nexport default function ConsoleFilter() {\n useEffect(() => {\n console.warn = (data) => {\n // This message is caused by a bug from useSpring in combination with Canvas \"demand\" frameloop.\n // For now we can only suppress this warning there are no sideeffects yet\n // See https://github.com/pmndrs/react-spring/issues/1586#issuecomment-915051856\n if (\n data ===\n \"Cannot call the manual advancement of rafz whilst frameLoop is not set as demand\"\n ) {\n return\n }\n\n defaultWarn(data)\n }\n }, [])\n\n return <></>\n}\n","import { useGLTF } from \"@react-three/drei\"\nimport type { ThreeElements } from \"@react-three/fiber\"\nimport React, { useCallback, useEffect, useState } from \"react\"\nimport type { Group, Mesh } from \"three\"\nimport { type Object3D } from \"three\"\nimport { isFlange, parseRobotModel } from \"./robotModelLogic\"\n\nexport type RobotModelProps = {\n modelURL: string | Promise<string>\n /**\n * Called after a robot model has been loaded and\n * rendered into the threejs scene\n */\n postModelRender?: () => void\n flangeRef?: React.Ref<Group>\n} & ThreeElements[\"group\"]\n\nfunction isMesh(node: Object3D): node is Mesh {\n return node.type === \"Mesh\"\n}\n\n// Separate component that only renders when we have a valid URL\nfunction LoadedRobotModel({ \n url, \n flangeRef, \n postModelRender, \n ...props \n}: { \n url: string\n flangeRef?: React.Ref<Group>\n postModelRender?: () => void\n} & ThreeElements[\"group\"]) {\n const gltfResult = useGLTF(url)\n let gltf\n try {\n const parsed = parseRobotModel(gltfResult, 'robot.glb')\n gltf = parsed.gltf\n } catch (err) {\n throw err;\n }\n\n const groupRef: React.RefCallback<Group> = useCallback(\n (group) => {\n if (group && postModelRender) {\n postModelRender()\n }\n },\n [postModelRender],\n )\n\n function renderNode(node: Object3D): React.ReactNode {\n try {\n if (isMesh(node)) {\n // Defensive: only render mesh if geometry exists\n if ((node as Mesh).geometry) {\n return (\n <mesh\n name={node.name}\n key={node.uuid}\n geometry={(node as Mesh).geometry}\n material={(node as Mesh).material}\n position={node.position}\n rotation={node.rotation}\n />\n )\n }\n // Fallback to empty group if geometry is missing\n return (\n <group name={node.name} key={node.uuid} position={node.position} rotation={node.rotation} />\n )\n } else {\n return (\n <group\n name={node.name}\n key={node.uuid}\n position={node.position}\n rotation={node.rotation}\n ref={isFlange(node) ? flangeRef : undefined}\n >\n {node.children.map(renderNode)}\n </group>\n )\n }\n } catch (e) {\n console.warn('Error rendering node', node.name, e)\n return null\n }\n }\n\n return (\n <group {...props} dispose={null} ref={groupRef}>\n {renderNode(gltf.scene)}\n </group>\n )\n}\n\nexport function GenericRobot({\n modelURL,\n flangeRef,\n postModelRender,\n ...props\n}: RobotModelProps) {\n const [resolvedURL, setResolvedURL] = useState<string | null>(null)\n \n useEffect(() => {\n const resolveURL = async () => {\n try {\n if (typeof modelURL === 'string') {\n setResolvedURL(modelURL)\n } else {\n const url = await modelURL\n setResolvedURL(url)\n }\n } catch (error) {\n console.error('Failed to resolve model URL:', error)\n }\n }\n \n resolveURL()\n }, [modelURL])\n\n // Don't render until we have a resolved URL\n if (!resolvedURL) {\n return null // Loading state\n }\n \n return (\n <LoadedRobotModel \n url={resolvedURL}\n flangeRef={flangeRef}\n postModelRender={postModelRender}\n {...props}\n />\n )\n}\n","import * as THREE from \"three\"\n\nexport const applyGhostStyle = (robot: THREE.Group, color: string) => {\n if (robot.userData.isGhost) return\n\n robot.traverse((obj) => {\n if (obj instanceof THREE.Mesh) {\n if (obj.material instanceof THREE.Material) {\n obj.material.colorWrite = false\n }\n\n // Create a clone of the mesh\n const depth = obj.clone()\n const ghost = obj.clone()\n\n depth.material = new THREE.MeshStandardMaterial({\n depthTest: true,\n depthWrite: true,\n colorWrite: false,\n polygonOffset: true,\n polygonOffsetFactor: -1,\n side: THREE.DoubleSide,\n })\n depth.userData.isGhost = true\n\n // Set the material for the ghost mesh\n ghost.material = new THREE.MeshStandardMaterial({\n color: color,\n opacity: 0.3,\n depthTest: true,\n depthWrite: false,\n transparent: true,\n polygonOffset: true,\n polygonOffsetFactor: -2,\n side: THREE.DoubleSide,\n })\n ghost.userData.isGhost = true\n\n if (obj.parent) {\n obj.parent.add(depth)\n obj.parent.add(ghost)\n }\n }\n })\n\n robot.userData.isGhost = true\n}\n\nexport const removeGhostStyle = (robot: THREE.Group) => {\n if (!robot.userData.isGhost) return\n\n const objectsToRemove: THREE.Object3D[] = []\n\n robot.traverse((obj) => {\n if (obj instanceof THREE.Mesh) {\n if (obj.userData?.isGhost) {\n objectsToRemove.push(obj)\n } else if (obj.material instanceof THREE.Material) {\n obj.material.colorWrite = true\n }\n }\n })\n\n objectsToRemove.forEach((obj) => {\n if (obj.parent) {\n obj.parent.remove(obj)\n }\n })\n\n robot.userData.isGhost = false\n}\n","import type { ThreeElements } from \"@react-three/fiber\"\nimport type { DHParameter, MotionGroupState } from \"@wandelbots/nova-js/v2\"\nimport { Suspense, useCallback, useEffect, useState } from \"react\"\nimport { DHRobot } from \"./DHRobot\"\n\nimport { ErrorBoundary } from \"react-error-boundary\"\nimport type * as THREE from \"three\"\nimport { externalizeComponent } from \"../../externalizeComponent\"\nimport ConsoleFilter from \"../ConsoleFilter\"\nimport { GenericRobot } from \"./GenericRobot\"\nimport RobotAnimator from \"./RobotAnimator\"\nimport { applyGhostStyle, removeGhostStyle } from \"./ghostStyle\"\nimport { defaultGetModel } from \"./robotModelLogic\"\n\nexport type DHRobotProps = {\n rapidlyChangingMotionState: MotionGroupState\n dhParameters: Array<DHParameter>\n} & ThreeElements[\"group\"]\n\nexport type SupportedRobotProps = {\n rapidlyChangingMotionState: MotionGroupState\n modelFromController: string\n dhParameters: DHParameter[]\n flangeRef?: React.Ref<THREE.Group>\n getModel?: (modelFromController: string) => Promise<string> | undefined\n postModelRender?: () => void\n transparentColor?: string\n} & ThreeElements[\"group\"]\n\nexport const SupportedRobot = externalizeComponent(\n ({\n rapidlyChangingMotionState,\n modelFromController,\n dhParameters,\n getModel = defaultGetModel,\n flangeRef,\n postModelRender,\n transparentColor,\n ...props\n }: SupportedRobotProps) => {\n const [robotGroup, setRobotGroup] = useState<THREE.Group | null>(null)\n\n const setRobotRef = useCallback((instance: THREE.Group | null) => {\n setRobotGroup(instance)\n }, [])\n\n useEffect(() => {\n if (!robotGroup) return\n\n if (transparentColor) {\n applyGhostStyle(robotGroup, transparentColor)\n } else {\n removeGhostStyle(robotGroup)\n }\n }, [robotGroup, transparentColor])\n\n const dhrobot = (\n <DHRobot\n rapidlyChangingMotionState={rapidlyChangingMotionState}\n dhParameters={dhParameters}\n {...props}\n />\n )\n\n return (\n <ErrorBoundary\n fallback={dhrobot}\n onError={(err) => {\n // Missing model; show the fallback for now\n console.warn(err)\n }}\n >\n <Suspense fallback={dhrobot}>\n <group ref={setRobotRef}>\n <RobotAnimator\n rapidlyChangingMotionState={rapidlyChangingMotionState}\n dhParameters={dhParameters}\n >\n <GenericRobot\n modelURL={(() => {\n const result = getModel(modelFromController)\n if (!result) {\n const mockBlob = new Blob([], { type: 'model/gltf-binary' })\n const mockFile = new File([mockBlob], `${modelFromController}.glb`, { type: 'model/gltf-binary' })\n return Promise.resolve(URL.createObjectURL(mockFile))\n }\n return result\n })()}\n postModelRender={postModelRender}\n flangeRef={flangeRef}\n {...props}\n />\n </RobotAnimator>\n </group>\n </Suspense>\n <ConsoleFilter />\n </ErrorBoundary>\n )\n },\n)\n","import type { ThreeElements } from \"@react-three/fiber\"\n\nimport type { Group } from \"three\"\nimport type { ConnectedMotionGroup } from \"../../lib/ConnectedMotionGroup\"\nimport { defaultGetModel } from \"./robotModelLogic\"\nimport { SupportedRobot } from \"./SupportedRobot\"\n\nexport type RobotProps = {\n connectedMotionGroup: ConnectedMotionGroup\n getModel?: (modelFromController: string) => Promise<string>\n flangeRef?: React.Ref<Group>\n transparentColor?: string\n postModelRender?: () => void\n} & ThreeElements[\"group\"]\n\n/**\n * The Robot component is a wrapper around the SupportedRobot component\n * for usage with @wandelbots/nova-js ConnectedMotionGroup object.\n *\n * @param {RobotProps} props - The properties for the Robot component.\n * @param {ConnectedMotionGroup} props.connectedMotionGroup - The connected motion group containing motion state and parameters.\n * @param {Function} [props.getModel=defaultGetModel] - Optional function to get the model URL. Defaults to defaultGetModel.\n * @param {Object} props - Additional properties passed to the SupportedRobot component.\n *\n * @returns {JSX.Element} The rendered SupportedRobot component.\n */\nexport function Robot({\n connectedMotionGroup,\n getModel = defaultGetModel,\n flangeRef,\n transparentColor,\n postModelRender,\n ...props\n}: RobotProps) {\n if (!connectedMotionGroup.dhParameters) {\n return null\n }\n\n return (\n <SupportedRobot\n rapidlyChangingMotionState={\n connectedMotionGroup.rapidlyChangingMotionState\n }\n modelFromController={connectedMotionGroup.modelFromController || \"\"}\n dhParameters={connectedMotionGroup.dhParameters}\n getModel={getModel}\n flangeRef={flangeRef}\n transparentColor={transparentColor}\n postModelRender={postModelRender}\n {...props}\n />\n )\n}\n\nexport { defaultGetModel }\n","import { Box, Button, Card, Divider, Typography, useTheme } from \"@mui/material\"\nimport { Bounds } from \"@react-three/drei\"\nimport { Canvas } from \"@react-three/fiber\"\nimport type { OperationMode, SafetyStateType } from \"@wandelbots/nova-js/v2\"\nimport { observer } from \"mobx-react-lite\"\nimport { useCallback, useEffect, useRef, useState } from \"react\"\nimport { useTranslation } from \"react-i18next\"\nimport type { Group } from \"three\"\nimport { externalizeComponent } from \"../externalizeComponent\"\nimport type { ConnectedMotionGroup } from \"../lib/ConnectedMotionGroup\"\nimport { PresetEnvironment } from \"./3d-viewport/PresetEnvironment\"\nimport type { ProgramState } from \"./ProgramControl\"\nimport { ProgramStateIndicator } from \"./ProgramStateIndicator\"\nimport { Robot } from \"./robots/Robot\"\n\nexport interface RobotCardProps {\n /** Name of the robot displayed at the top */\n robotName: string\n /** Current program state */\n programState: ProgramState\n /** Current safety state of the robot controller */\n safetyState: SafetyStateType\n /** Current operation mode of the robot controller */\n operationMode: OperationMode\n /** Whether the \"Drive to Home\" button should be enabled */\n driveToHomeEnabled?: boolean\n /** Callback fired when \"Drive to Home\" button is pressed */\n onDriveToHomePress?: () => void\n /** Callback fired when \"Drive to Home\" button is released */\n onDriveToHomeRelease?: () => void\n /**\n * Callback fired when \"Drive to Home\" button is pressed, with the default home position.\n * If provided, this will be called instead of onDriveToHomePress, providing the recommended\n * home position joint configuration based on the robot manufacturer.\n */\n onDriveToHomePressWithConfig?: (homePosition: number[]) => void\n /**\n * Callback fired when \"Drive to Home\" button is released after using onDriveToHomePressWithConfig.\n * If provided, this will be called instead of onDriveToHomeRelease.\n */\n onDriveToHomeReleaseWithConfig?: () => void\n /**\n * Custom default joint configuration to use if manufacturer-based defaults are not available.\n * Joint values should be in radians.\n */\n defaultJointConfig?: number[]\n /** Connected motion group for the robot */\n connectedMotionGroup: ConnectedMotionGroup\n /** Custom robot component to render (optional, defaults to Robot) */\n robotComponent?: React.ComponentType<{\n connectedMotionGroup: ConnectedMotionGroup\n flangeRef?: React.Ref<Group>\n postModelRender?: () => void\n transparentColor?: string\n getModel?: (modelFromController: string) => Promise<string>\n }>\n /** Custom component to render in the content area (optional) */\n customContentComponent?: React.ComponentType<Record<string, unknown>>\n /** Additional CSS class name */\n className?: string\n}\n\n/**\n * A responsive card component that displays a 3D robot with states and controls.\n * The card automatically adapts to its container's size and aspect ratio.\n *\n * Features:\n * - Fully responsive Material-UI Card that adapts to container dimensions\n * - Automatic layout switching based on aspect ratio:\n * - Portrait mode: Vertical layout with robot in center\n * - Landscape mode: Horizontal layout with robot on left, content on right (left-aligned)\n * - Responsive 3D robot rendering:\n * - Scales dynamically with container size\n * - Hides at very small sizes to preserve usability\n * - Adaptive margin based on available space\n * - Smart spacing and padding that reduces at smaller sizes\n * - Minimum size constraints for usability while maximizing content density\n * - Robot name displayed in Typography h6 at top-left\n * - Program state indicator below the name\n * - Auto-fitting 3D robot model that scales with container size\n * - Customizable content area for displaying custom React components\n * - Transparent gray divider line\n * - \"Drive to Home\" button with press-and-hold functionality\n * - Localization support via react-i18next\n * - Material-UI theming integration\n *\n * Usage with custom content:\n * ```tsx\n * // Example custom timer component\n * const CustomTimer = () => (\n * <Box>\n * <Typography variant=\"body1\" sx={{ color: \"text.secondary\" }}>\n * Runtime\n * </Typography>\n * <Typography variant=\"h6\">05:23</Typography>\n * </Box>\n * )\n *\n * <RobotCard\n * robotName=\"UR5e Robot\"\n * programState={ProgramState.RUNNING}\n * customContentComponent={CustomTimer}\n * // ... other props\n * />\n * ```\n */\nexport const RobotCard = externalizeComponent(\n observer(\n ({\n robotName,\n programState,\n safetyState,\n operationMode,\n driveToHomeEnabled = false,\n onDriveToHomePress,\n onDriveToHomeRelease,\n connectedMotionGroup,\n robotComponent: RobotComponent = Robot,\n customContentComponent: CustomContentComponent,\n className,\n }: RobotCardProps) => {\n const theme = useTheme()\n const { t } = useTranslation()\n const [isDriveToHomePressed, setIsDriveToHomePressed] = useState(false)\n const driveButtonRef = useRef<HTMLButtonElement>(null)\n const cardRef = useRef<HTMLDivElement>(null)\n const [isLandscape, setIsLandscape] = useState(false)\n const [cardSize, setCardSize] = useState<{\n width: number\n height: number\n }>({ width: 400, height: 600 })\n const [modelRenderTrigger, setModelRenderTrigger] = useState(0)\n\n // Hook to detect aspect ratio and size changes\n useEffect(() => {\n const checkDimensions = () => {\n if (cardRef.current) {\n const { offsetWidth, offsetHeight } = cardRef.current\n setIsLandscape(offsetWidth > offsetHeight)\n setCardSize({ width: offsetWidth, height: offsetHeight })\n }\n }\n\n // Initial check\n checkDimensions()\n\n // Set up ResizeObserver to watch for size changes\n const resizeObserver = new ResizeObserver(checkDimensions)\n if (cardRef.current) {\n resizeObserver.observe(cardRef.current)\n }\n\n return () => {\n resizeObserver.disconnect()\n }\n }, [])\n\n const handleModelRender = useCallback(() => {\n // Trigger bounds refresh when model renders\n setModelRenderTrigger((prev) => prev + 1)\n }, [])\n\n const handleDriveToHomeMouseDown = useCallback(() => {\n if (!driveToHomeEnabled || !onDriveToHomePress) return\n setIsDriveToHomePressed(true)\n onDriveToHomePress()\n }, [driveToHomeEnabled, onDriveToHomePress])\n\n const handleDriveToHomeMouseUp = useCallback(() => {\n if (!driveToHomeEnabled || !onDriveToHomeRelease) return\n setIsDriveToHomePressed(false)\n onDriveToHomeRelease()\n }, [driveToHomeEnabled, onDriveToHomeRelease])\n\n const handleDriveToHomeMouseLeave = useCallback(() => {\n if (isDriveToHomePressed && onDriveToHomeRelease) {\n setIsDriveToHomePressed(false)\n onDriveToHomeRelease()\n }\n }, [isDriveToHomePressed, onDriveToHomeRelease])\n\n // Determine if robot should be hidden at small sizes to save space\n const shouldHideRobot = isLandscape\n ? cardSize.width < 350\n : cardSize.height < 200 // Hide robot at height < 200px in portrait\n\n // Determine if custom content should be hidden when height is too low\n // Custom content should be hidden BEFORE the robot (at higher threshold)\n const shouldHideCustomContent = isLandscape\n ? cardSize.height < 310 // Landscape: hide custom content at height < 310px\n : cardSize.height < 450 // Portrait: hide custom content at height < 450px\n\n return (\n <Card\n ref={cardRef}\n className={className}\n sx={{\n width: \"100%\",\n height: \"100%\",\n display: \"flex\",\n flexDirection: isLandscape ? \"row\" : \"column\",\n position: \"relative\",\n overflow: \"hidden\",\n minWidth: { xs: 180, sm: 220, md: 250 },\n minHeight: isLandscape\n ? { xs: 200, sm: 240, md: 260 } // Allow runtime hiding at < 283px\n : { xs: 150, sm: 180, md: 220 }, // Allow progressive hiding in portrait mode\n border: `1px solid ${theme.palette.divider}`,\n borderRadius: \"18px\",\n boxShadow: \"none\",\n backgroundColor:\n theme.palette.backgroundPaperElevation?.[8] || \"#2A2A3F\",\n backgroundImage: \"none\", // Override any gradient from elevation\n }}\n >\n {isLandscape ? (\n <>\n {/* Landscape Layout: Robot on left, content on right */}\n <Box\n sx={{\n flex: \"0 0 50%\",\n position: \"relative\",\n height: \"100%\",\n minHeight: \"100%\",\n maxHeight: \"100%\",\n borderRadius: 1,\n m: { xs: 1.5, sm: 2, md: 3 },\n mr: { xs: 0.75, sm: 1, md: 1.5 },\n overflow: \"hidden\", // Prevent content from affecting container size\n display: shouldHideRobot ? \"none\" : \"block\",\n }}\n >\n {!shouldHideRobot && (\n <Canvas\n orthographic\n camera={{\n position: [3, 2, 3],\n zoom: 1,\n }}\n shadows\n frameloop=\"demand\"\n style={{\n borderRadius: theme.shape.borderRadius,\n width: \"100%\",\n height: \"100%\",\n background: \"transparent\",\n position: \"absolute\",\n top: 0,\n left: 0,\n }}\n dpr={[1, 2]}\n gl={{ alpha: true, antialias: true }}\n >\n <PresetEnvironment />\n <Bounds fit observe margin={1} maxDuration={1}>\n <RobotComponent\n connectedMotionGroup={connectedMotionGroup}\n postModelRender={handleModelRender}\n />\n </Bounds>\n </Canvas>\n )}\n </Box>\n\n {/* Content container on right */}\n <Box\n sx={{\n flex: shouldHideRobot ? \"1\" : \"1\",\n display: \"flex\",\n flexDirection: \"column\",\n justifyContent: \"flex-start\",\n width: shouldHideRobot ? \"100%\" : \"50%\",\n }}\n >\n {/* Header section with robot name and program state */}\n <Box\n sx={{\n p: { xs: 1.5, sm: 2, md: 3 },\n pb: { xs: 1, sm: 1.5, md: 2 },\n textAlign: \"left\",\n }}\n >\n <Typography variant=\"h6\" component=\"h2\" sx={{ mb: 1 }}>\n {robotName}\n </Typography>\n <ProgramStateIndicator\n programState={programState}\n safetyState={safetyState}\n operationMode={operationMode}\n />\n </Box>\n\n {/* Bottom section with custom content and button */}\n <Box\n sx={{\n p: { xs: 1.5, sm: 2, md: 3 },\n pt: 0,\n flex: \"1\",\n display: \"flex\",\n flexDirection: \"column\",\n justifyContent: \"space-between\",\n }}\n >\n {/* Custom content section - hidden if height is too low in landscape mode */}\n {!shouldHideCustomContent && CustomContentComponent && (\n <Box>\n <CustomContentComponent />\n\n {/* Divider */}\n <Divider\n sx={{\n mt: 1,\n mb: 0,\n borderColor: theme.palette.divider,\n opacity: 0.5,\n }}\n />\n </Box>\n )}\n\n <Box\n sx={{\n mt:\n !shouldHideCustomContent && CustomContentComponent\n ? \"auto\"\n : 0,\n }}\n >\n {/* Drive to Home button with some space */}\n <Box\n sx={{\n display: \"flex\",\n justifyContent: \"flex-start\",\n mt: { xs: 1, sm: 1.5, md: 2 },\n mb: { xs: 0.5, sm: 0.75, md: 1 },\n }}\n >\n <Button\n ref={driveButtonRef}\n variant=\"contained\"\n color=\"secondary\"\n size=\"small\"\n disabled={!driveToHomeEnabled}\n onMouseDown={handleDriveToHomeMouseDown}\n onMouseUp={handleDriveToHomeMouseUp}\n onMouseLeave={handleDriveToHomeMouseLeave}\n onTouchStart={handleDriveToHomeMouseDown}\n onTouchEnd={handleDriveToHomeMouseUp}\n sx={{\n textTransform: \"none\",\n px: 1.5,\n py: 0.5,\n }}\n >\n {t(\"RobotCard.DriveToHome.bt\")}\n </Button>\n </Box>\n </Box>\n </Box>\n </Box>\n </>\n ) : (\n <>\n {/* Portrait Layout: Header, Robot, Footer */}\n <Box\n sx={{\n p: 3,\n height: \"100%\",\n display: \"flex\",\n flexDirection: \"column\",\n }}\n >\n {/* Header section with robot name and program state */}\n <Box>\n <Typography variant=\"h6\" component=\"h2\" sx={{ mb: 1 }}>\n {robotName}\n </Typography>\n <ProgramStateIndicator\n programState={programState}\n safetyState={safetyState}\n operationMode={operationMode}\n />\n </Box>\n\n {/* 3D Robot viewport in center */}\n <Box\n sx={{\n flex: shouldHideRobot ? 0 : 1,\n position: \"relative\",\n minHeight: shouldHideRobot\n ? 0\n : { xs: 120, sm: 150, md: 200 },\n height: shouldHideRobot ? 0 : \"auto\",\n borderRadius: 1,\n overflow: \"hidden\",\n display: shouldHideRobot ? \"none\" : \"block\",\n }}\n >\n {!shouldHideRobot && (\n <Canvas\n orthographic\n camera={{\n position: [3, 2, 3],\n zoom: 1,\n }}\n shadows\n frameloop=\"demand\"\n style={{\n borderRadius: theme.shape.borderRadius,\n width: \"100%\",\n height: \"100%\",\n background: \"transparent\",\n position: \"absolute\",\n }}\n dpr={[1, 2]}\n gl={{ alpha: true, antialias: true }}\n >\n <PresetEnvironment />\n <Bounds fit clip observe margin={1} maxDuration={1}>\n <RobotComponent\n connectedMotionGroup={connectedMotionGroup}\n postModelRender={handleModelRender}\n />\n </Bounds>\n </Canvas>\n )}\n </Box>\n\n {/* Bottom section with custom content and button */}\n <Box>\n {/* Custom content section - hidden if height is too low */}\n {!shouldHideCustomContent && CustomContentComponent && (\n <>\n <CustomContentComponent />\n\n {/* Divider */}\n <Divider\n sx={{\n mt: 1,\n mb: 0,\n borderColor: theme.palette.divider,\n opacity: 0.5,\n }}\n />\n </>\n )}\n\n {/* Drive to Home button with some space */}\n <Box\n sx={{\n display: \"flex\",\n justifyContent: \"flex-start\",\n mt:\n !shouldHideCustomContent && CustomContentComponent\n ? { xs: 1, sm: 2, md: 5 }\n : { xs: 0.5, sm: 1, md: 2 },\n mb: { xs: 0.5, sm: 0.75, md: 1 },\n }}\n >\n <Button\n ref={driveButtonRef}\n variant=\"contained\"\n color=\"secondary\"\n size=\"small\"\n disabled={!driveToHomeEnabled}\n onMouseDown={handleDriveToHomeMouseDown}\n onMouseUp={handleDriveToHomeMouseUp}\n onMouseLeave={handleDriveToHomeMouseLeave}\n onTouchStart={handleDriveToHomeMouseDown}\n onTouchEnd={handleDriveToHomeMouseUp}\n sx={{\n textTransform: \"none\",\n px: 1.5,\n py: 0.5,\n }}\n >\n {t(\"RobotCard.DriveToHome.bt\")}\n </Button>\n </Box>\n </Box>\n </Box>\n </>\n )}\n </Card>\n )\n },\n ),\n)\n","export type AxisConfig = number[]\n\nexport const defaultAxisConfig: AxisConfig = Array(6).fill(2 * Math.PI)\n","import { Manufacturer } from \"@wandelbots/nova-js/v2\"\n\n/**\n * Default home configs for different robot manufacturers.\n * These joint configurations represent safe home configs for each manufacturer's robots.\n * All angles are in radians.\n */\nexport const MANUFACTURER_HOME_CONFIGS: Record<Manufacturer, number[]> = {\n [Manufacturer.Abb]: [0.0, 0.0, 0.0, 0.0, Math.PI / 2, 0.0, 0.0],\n [Manufacturer.Fanuc]: [0.0, 0.0, 0.0, 0.0, -Math.PI / 2, 0.0, 0.0],\n [Manufacturer.Yaskawa]: [0.0, 0.0, 0.0, 0.0, -Math.PI / 2, 0.0, 0.0],\n [Manufacturer.Kuka]: [\n 0.0,\n -Math.PI / 2,\n Math.PI / 2,\n 0.0,\n Math.PI / 2,\n 0.0,\n 0.0,\n ],\n [Manufacturer.Universalrobots]: [\n 0.0,\n -Math.PI / 2,\n -Math.PI / 2,\n -Math.PI / 2,\n Math.PI / 2,\n -Math.PI / 2,\n 0.0,\n ],\n}\n\n/**\n * Extracts manufacturer from modelFromController string.\n * @param modelFromController - String in format \"Manufacturer_ModelName\"\n * @returns Manufacturer enum value or null if not recognized\n */\nexport function extractManufacturer(\n modelFromController: string,\n): Manufacturer | null {\n const [manufacturerString] = modelFromController.split(\"_\")\n\n // Handle the mapping from string to enum\n switch (manufacturerString) {\n case \"ABB\":\n return Manufacturer.Abb\n case \"FANUC\":\n return Manufacturer.Fanuc\n case \"YASKAWA\":\n return Manufacturer.Yaskawa\n case \"KUKA\":\n return Manufacturer.Kuka\n case \"UniversalRobots\":\n return Manufacturer.Universalrobots\n default:\n return null\n }\n}\n\n/**\n * Gets the default home config for a robot based on its model identifier.\n * @param modelFromController - String in format \"Manufacturer_ModelName\"\n * @param defaultJointConfig - Optional custom default configuration to use if manufacturer not found\n * @returns Array of joint positions in radians, or null if no configuration available\n */\nexport function getDefaultHomeConfig(\n modelFromController: string,\n defaultJointConfig?: number[],\n): number[] | null {\n const manufacturer = extractManufacturer(modelFromController)\n\n if (manufacturer && manufacturer in MANUFACTURER_HOME_CONFIGS) {\n return MANUFACTURER_HOME_CONFIGS[manufacturer]\n }\n\n return defaultJointConfig || null\n}\n"],"names":["colliderShapeToBufferGeometry","shape","ConvexGeometry","vertex","THREE","ColliderElement","name","collider","children","position","_a","rotation","_b","jsx","ColliderCollection","colliders","meshChildrenProvider","props","colliderKey","CollisionSceneRenderer","scene","PresetEnvironment","Environment","Lightformers","positions","jsxs","Fragment","Lightformer","x","i","areVerticesCoplanar","vertices","v0","v1","v2","vector1","vector2","normal","vi","vector","dotProduct","SafetyZonesRenderer","safetyZones","zone","index","geometries","geometry","v","coplanarityResult","newVertex","convexGeometry","error","TrajectoryRenderer","trajectory","points","point","Line","modelCache","defaultGetModel","modelFromController","modelPromise","nova","NovaClient","apiInstance","config","file","collectJoints","rootObject","getAllObjects","root","child","o","isJoint","isFlange","node","parseRobotModel","gltf","filename","flange","parseNode","RobotAnimator","rapidlyChangingMotionState","dhParameters","onRotationChanged","jointValues","useRef","jointObjects","interpolatorRef","invalidate","useThree","useEffect","initialJointValues","item","ValueInterpolator","useFrame","state","delta","isComplete","setRotation","setGroupRef","group","updatedJointValues","object","dhParam","rotationOffset","rotationSign","updateJoints","useCallback","newJointValues","useAutorun","CHILD_LINE","CHILD_MESH","DHRobot","accumulatedMatrix","Matrix4","lineRefs","meshRefs","React","getLinePoints","dhParameter","jointRotation","Vector3","quaternion","Quaternion","scale","prevPosition","matrix","setJointLineRotation","jointIndex","line","mesh","jointValue","dh_parameter","a","b","joints","param","jointName","ref","defaultWarn","ConsoleFilter","data","isMesh","LoadedRobotModel","url","flangeRef","postModelRender","gltfResult","useGLTF","err","groupRef","renderNode","e","GenericRobot","modelURL","resolvedURL","setResolvedURL","useState","applyGhostStyle","robot","color","obj","depth","ghost","removeGhostStyle","objectsToRemove","SupportedRobot","externalizeComponent","getModel","transparentColor","robotGroup","setRobotGroup","setRobotRef","instance","dhrobot","ErrorBoundary","Suspense","result","mockBlob","mockFile","Robot","connectedMotionGroup","RobotCard","observer","robotName","programState","safetyState","operationMode","driveToHomeEnabled","onDriveToHomePress","onDriveToHomeRelease","RobotComponent","CustomContentComponent","className","theme","useTheme","t","useTranslation","isDriveToHomePressed","setIsDriveToHomePressed","driveButtonRef","cardRef","isLandscape","setIsLandscape","cardSize","setCardSize","modelRenderTrigger","setModelRenderTrigger","checkDimensions","offsetWidth","offsetHeight","resizeObserver","handleModelRender","prev","handleDriveToHomeMouseDown","handleDriveToHomeMouseUp","handleDriveToHomeMouseLeave","shouldHideRobot","shouldHideCustomContent","Card","Box","Canvas","Bounds","Typography","ProgramStateIndicator","Divider","Button","defaultAxisConfig","MANUFACTURER_HOME_CONFIGS","Manufacturer","extractManufacturer","manufacturerString","getDefaultHomeConfig","defaultJointConfig","manufacturer"],"mappings":";;;;;;;;;;;;AAIO,SAASA,GACdC,GACsB;AAEtB,UADkBA,EAAM,YAChB;AAAA,IACN,KAAK;AACH,aAAO,IAAIC;AAAA,QACTD,EAAM,SAAS;AAAA,UACb,CAACE,MACC,IAAIC,EAAM;AAAA,YACRD,EAAO,CAAC,IAAI;AAAA,YACZA,EAAO,CAAC,IAAI;AAAA,YACZA,EAAO,CAAC,IAAI;AAAA,UAAA;AAAA,QACd;AAAA,MACJ;AAAA,IAEJ,KAAK;AACH,aAAO,IAAIC,EAAM;AAAA,QACfH,EAAM,SAAS;AAAA,QACfA,EAAM,SAAS;AAAA,QACfA,EAAM,SAAS;AAAA,MAAA;AAAA,IAEnB,KAAK;AACH,aAAO,IAAIG,EAAM,eAAeH,EAAM,SAAS,GAAI;AAAA,IACrD,KAAK;AACH,aAAO,IAAIG,EAAM;AAAA,QACfH,EAAM,SAAS;AAAA,QACfA,EAAM,kBAAkB;AAAA,MAAA;AAAA,IAE5B,KAAK;AACH,aAAO,IAAIG,EAAM;AAAA,QACfH,EAAM,SAAS;AAAA,QACfA,EAAM,SAAS;AAAA,QACfA,EAAM,SAAS;AAAA,MAAA;AAAA,IAEnB,KAAK;AACH,aAAO,IAAIG,EAAM,YAAYH,EAAM,SAAS,KAAMA,EAAM,SAAS,KAAM,CAAC;AAAA,IAE1E;AACE,qBAAQ,KAAK,GAAGA,EAAM,UAAU,mBAAmB,GAC5C,IAAIG,EAAM,eAAA;AAAA,EACnB;AAEJ;ACpCA,SAAwBC,GAAgB;AAAA,EACtC,MAAAC;AAAA,EACA,UAAAC;AAAA,EACA,UAAAC;AACF,GAAyB;;AACvB,QAAMC,MAAWC,IAAAH,EAAS,SAAT,gBAAAG,EAAe,aAAY,CAAC,GAAG,GAAG,CAAC,GAC9CC,MAAWC,IAAAL,EAAS,SAAT,gBAAAK,EAAe,gBAAe,CAAC,GAAG,GAAG,CAAC;AACvD,SAAIL,EAAS,UACX,QAAQ,KAAK,GAAGD,CAAI,0BAA0B,GAG9CO,gBAAAA,EAAAA;AAAAA,IAAC;AAAA,IAAA;AAAA,MACC,MAAAP;AAAA,MACA,UAAU,IAAIF,EAAM;AAAA,QAClBK,EAAS,CAAC;AAAA,QACVA,EAAS,CAAC;AAAA,QACVA,EAAS,CAAC;AAAA,MAAA,EACV,aAAa,GAAI;AAAA,MACnB,UAAU,IAAIL,EAAM,MAAMO,EAAS,CAAC,GAAGA,EAAS,CAAC,GAAGA,EAAS,CAAC,GAAG,KAAK;AAAA,MACtE,UAAUX,GAA8BO,EAAS,KAAK;AAAA,MAErD,UAAAC;AAAA,IAAA;AAAA,EAAA;AAGP;ACpBA,SAAwBM,GAAmB;AAAA,EACzC,MAAAR;AAAA,EACA,WAAAS;AAAA,EACA,sBAAAC;AAAA,EACA,GAAGC;AACL,GAA4B;AAC1B,SACEJ,gBAAAA,EAAAA,IAAC,SAAA,EAAM,MAAAP,GAAa,GAAGW,GACpB,UAAA,OAAO,QAAQF,CAAS,EAAE,IAAI,CAAC,CAACG,GAAaX,CAAQ,MACpDM,gBAAAA,EAAAA;AAAAA,IAACR;AAAA,IAAA;AAAA,MAEC,MAAMa;AAAA,MACN,UAAAX;AAAA,MACA,UAAUS,EAAqBE,GAAaX,CAAQ;AAAA,IAAA;AAAA,IAH/CW;AAAA,EAAA,CAKR,GACH;AAEJ;ACvBA,SAAwBC,GAAuB;AAAA,EAC7C,OAAAC;AAAA,EACA,sBAAAJ;AACF,GAAgC;AAC9B,QAAMD,IAAYK,EAAM;AACxB,SACEP,gBAAAA,EAAAA,IAAC,WACE,UAAAE,KACCF,gBAAAA,EAAAA;AAAAA,IAACC;AAAA,IAAA;AAAA,MACC,sBAAAE;AAAA,MACA,WAAAD;AAAA,IAAA;AAAA,EAAA,GAGN;AAEJ;AClBO,SAASM,IAAoB;AAClC,SACER,gBAAAA,EAAAA,IAACS,IAAA,EACC,UAAAT,gBAAAA,EAAAA,IAACU,IAAA,CAAA,CAAa,GAChB;AAEJ;AAEA,SAASA,GAAa,EAAE,WAAAC,IAAY,CAAC,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC,KAAK;AAC9D,SACEC,gBAAAA,EAAAA,KAAAC,YAAA,EAEE,UAAA;AAAA,IAAAb,gBAAAA,EAAAA;AAAAA,MAACc;AAAA,MAAA;AAAA,QACC,WAAW;AAAA,QACX,cAAY,KAAK,KAAK;AAAA,QACtB,UAAU,CAAC,GAAG,GAAG,EAAE;AAAA,QACnB,OAAO,CAAC,IAAI,IAAI,CAAC;AAAA,MAAA;AAAA,IAAA;AAAA,IAEnBd,gBAAAA,EAAAA,IAAC,SAAA,EAAM,UAAU,CAAC,GAAG,KAAK,CAAC,GACzB,UAAAA,gBAAAA,EAAAA,IAAC,SAAA,EACE,UAAAW,EAAU,IAAI,CAACI,GAAGC,MACjBhB,gBAAAA,EAAAA;AAAAA,MAACc;AAAA,MAAA;AAAA,QAEC,MAAK;AAAA,QACL,WAAW;AAAA,QACX,UAAU,CAAC,KAAK,KAAK,GAAG,GAAG,CAAC;AAAA,QAC5B,UAAU,CAACC,GAAG,GAAGC,IAAI,CAAC;AAAA,QACtB,OAAO,CAAC,GAAG,GAAG,CAAC;AAAA,MAAA;AAAA,MALVA;AAAA,IAAA,CAOR,GACH,EAAA,CACF;AAAA,IAEAhB,gBAAAA,EAAAA;AAAAA,MAACc;AAAA,MAAA;AAAA,QACC,WAAW;AAAA,QACX,cAAY,KAAK,KAAK;AAAA,QACtB,UAAU,CAAC,IAAI,GAAG,EAAE;AAAA,QACpB,OAAO,CAAC,IAAI,KAAK,CAAC;AAAA,MAAA;AAAA,IAAA;AAAA,IAEpBd,gBAAAA,EAAAA;AAAAA,MAACc;AAAA,MAAA;AAAA,QACC,WAAW;AAAA,QACX,cAAY,CAAC,KAAK;AAAA,QAClB,UAAU,CAAC,IAAI,IAAI,EAAE;AAAA,QACrB,OAAO,CAAC,IAAI,KAAK,CAAC;AAAA,MAAA;AAAA,IAAA;AAAA,IAGpBd,gBAAAA,EAAAA;AAAAA,MAACc;AAAA,MAAA;AAAA,QACC,cAAY,KAAK,KAAK;AAAA,QACtB,UAAU,CAAC,IAAI,IAAI,EAAE;AAAA,QACrB,OAAO,CAAC,IAAI,KAAK,CAAC;AAAA,QAClB,WAAW;AAAA,MAAA;AAAA,IAAA;AAAA,IAEbd,gBAAAA,EAAAA;AAAAA,MAACc;AAAA,MAAA;AAAA,QACC,cAAY,CAAC,KAAK,KAAK;AAAA,QACvB,UAAU,CAAC,IAAI,GAAG,CAAC;AAAA,QACnB,OAAO,CAAC,IAAI,GAAG,CAAC;AAAA,QAChB,WAAW;AAAA,MAAA;AAAA,IAAA;AAAA,IAIbd,gBAAAA,EAAAA;AAAAA,MAACc;AAAA,MAAA;AAAA,QACC,MAAK;AAAA,QACL,OAAM;AAAA,QACN,WAAW;AAAA,QACX,OAAO;AAAA,QACP,UAAU,CAAC,KAAK,GAAG,GAAG;AAAA,QACtB,QAAQ,CAAC,GAAG,GAAG,CAAC;AAAA,MAAA;AAAA,IAAA;AAAA,EAClB,GACF;AAEJ;AC/DA,SAASG,GAAoBC,GAA8C;AACzE,MAAIA,EAAS,SAAS;AACpB,mBAAQ,IAAI,uCAAuC,GAC5C,EAAE,YAAY,GAAA;AAIvB,QAAMC,IAAK,IAAI5B,EAAM,QAAQ2B,EAAS,CAAC,EAAE,GAAGA,EAAS,CAAC,EAAE,GAAGA,EAAS,CAAC,EAAE,CAAC,GAClEE,IAAK,IAAI7B,EAAM,QAAQ2B,EAAS,CAAC,EAAE,GAAGA,EAAS,CAAC,EAAE,GAAGA,EAAS,CAAC,EAAE,CAAC,GAClEG,IAAK,IAAI9B,EAAM,QAAQ2B,EAAS,CAAC,EAAE,GAAGA,EAAS,CAAC,EAAE,GAAGA,EAAS,CAAC,EAAE,CAAC,GAElEI,IAAU,IAAI/B,EAAM,UAAU,WAAW6B,GAAID,CAAE,GAC/CI,IAAU,IAAIhC,EAAM,UAAU,WAAW8B,GAAIF,CAAE,GAC/CK,IAAS,IAAIjC,EAAM,QAAA,EAAU,aAAa+B,GAASC,CAAO,EAAE,UAAA;AAGlE,WAASP,IAAI,GAAGA,IAAIE,EAAS,QAAQF,KAAK;AACxC,UAAMS,IAAK,IAAIlC,EAAM,QAAQ2B,EAASF,CAAC,EAAE,GAAGE,EAASF,CAAC,EAAE,GAAGE,EAASF,CAAC,EAAE,CAAC,GAClEU,IAAS,IAAInC,EAAM,UAAU,WAAWkC,GAAIN,CAAE,GAC9CQ,IAAaH,EAAO,IAAIE,CAAM;AACpC,QAAI,KAAK,IAAIC,CAAU,IAAI;AAEzB,qBAAQ,IAAI,oCAAoC,GACzC,EAAE,YAAY,GAAA;AAAA,EAEzB;AAEA,SAAO,EAAE,YAAY,IAAM,QAAAH,EAAA;AAC7B;AAEO,SAASI,GAAoB;AAAA,EAClC,aAAAC;AAAA,EACA,GAAGzB;AACL,GAA6B;AAC3B,SACEJ,gBAAAA,EAAAA,IAAC,WAAO,GAAGI,GACR,YAAY,IAAI,CAAC0B,GAAMC,MAAU;AAChC,QAAIC,IAAyB,CAAA;AAC7B,WAAIF,EAAK,aACHA,EAAK,SAAS,WAChBE,IAAaF,EAAK,SAAS,SAAS,mBAC3BA,EAAK,SAAS,gBACvBE,IAAa,CAACF,EAAK,QAAQ,KAIxBE,EAAW,IAAI,CAACC,GAAUjB,MAAM;AACrC,UAAI,CAACiB,EAAS,YAAa,QAAO;AAElC,YAAMf,IAAWe,EAAS,YAAY,SAAS;AAAA,QAC7C,CAACC,MAAM,IAAI3C,EAAM,QAAQ2C,EAAE,IAAI,KAAMA,EAAE,IAAI,KAAMA,EAAE,IAAI,GAAI;AAAA,MAAA,GAMvDC,IAAoBlB,GAAoBC,CAAQ;AAEtD,UAAIiB,EAAkB,cAAcA,EAAkB,QAAQ;AAG5D,cAAMC,IAAY,IAAI7C,EAAM,QAAA,EAAU;AAAA,UACpC2B,EAAS,CAAC;AAAA,UACViB,EAAkB,OAAO,eAAe,IAAM;AAAA,QAAA;AAEhD,QAAAjB,EAAS,KAAKkB,CAAS;AAAA,MACzB;AAEA,UAAIC;AACJ,UAAI;AACF,QAAAA,IAAiB,IAAIhD,EAAe6B,CAAQ;AAAA,MAC9C,SAASoB,GAAO;AACd,uBAAQ,IAAI,kCAAkCA,CAAK,GAC5C;AAAA,MACT;AACA,aACEtC,gBAAAA,EAAAA,IAAC,QAAA,EAA2B,UAAUqC,GACpC,UAAArC,gBAAAA,EAAAA;AAAAA,QAAC;AAAA,QAAA;AAAA,UAEC,QAAO;AAAA,UACP,OAAM;AAAA,UACN,SAAS;AAAA,UACT,WAAW;AAAA,UACX,YAAY;AAAA,UACZ,aAAW;AAAA,UACX,eAAa;AAAA,UACb,qBAAqB,CAACgB;AAAA,QAAA;AAAA,QARjBe;AAAA,MAAA,EASP,GAXS,GAAGA,CAAK,IAAIf,CAAC,EAYxB;AAAA,IAEJ,CAAC;AAAA,EACH,CAAC,EAAA,CACH;AAEJ;ACpGO,SAASuB,GAAmB;AAAA,EACjC,YAAAC;AAAA,EACA,GAAGpC;AACL,GAA4B;;AAC1B,QAAMqC,MACJ5C,IAAA2C,EAAW,eAAX,gBAAA3C,EACI,IAAI,CAAC6C,MACDA,EAAM,WACD,IAAInD,EAAM;AAAA,IACfmD,EAAM,SAAS,SAAS,IAAI;AAAA,IAC5BA,EAAM,SAAS,SAAS,IAAI;AAAA,IAC5B,CAACA,EAAM,SAAS,SAAS,IAAI;AAAA,EAAA,IAG1B,MAER,OAAO,CAACA,MAAkCA,MAAU,UAAS,CAAA;AAElE,+BACG,SAAA,EAAO,GAAGtC,GACR,UAAAqC,EAAO,SAAS,KACfzC,gBAAAA,EAAAA;AAAAA,IAAC2C;AAAA,IAAA;AAAA,MACC,QAAAF;AAAA,MACA,WAAW;AAAA,MACX,eAAe;AAAA,MACf,qBAAqB;AAAA,MACrB,oBAAoB;AAAA,IAAA;AAAA,EAAA,GAG1B;AAEJ;ACnCA,MAAMG,wBAAiB,IAAA;AAsCvB,eAAsBC,EAAgBC,GAA8C;AAElF,MAAIF,EAAW,IAAIE,CAAmB;AACpC,WAAOF,EAAW,IAAIE,CAAmB;AAI3C,QAAMC,KAAgB,YAAY;;AAEhC,UAAMC,IAAO,IAAIC,GAAW,EAAE,iBAAa,GAGrCC,IAAcF,EAAK,IAAI;AAC7B,KAAInD,IAAAqD,EAAY,UAAZ,QAAArD,EAAmB,gBACrBqD,EAAY,MAAM,aAAa,QAAQ,IAAI,CAACC,MAAgB;;AAC1D,cAAItD,IAAAsD,EAAO,QAAP,QAAAtD,EAAY,SAAS,YACvBsD,EAAO,eAAe,SAEjBA;AAAA,IACT,CAAC;AAGH,QAAI;AACF,YAAMC,IAAO,MAAMJ,EAAK,IAAI,kBAAkB,uBAAuBF,CAAmB;AAIxF,aADY,IAAI,gBAAgBM,CAAI;AAAA,IAEtC,SAASd,GAAO;AACd,oBAAQ,MAAM,0BAA0BA,CAAK,GACvCA;AAAA,IACR;AAAA,EACF,GAAA;AAGA,SAAAM,EAAW,IAAIE,GAAqBC,CAAY,GACzCA;AACT;AAMO,SAASM,GAAcC,GAAkC;AAC9D,WAASC,EAAcC,GAA4B;AACjD,WAAIA,EAAK,SAAS,WAAW,IACpB,CAACA,CAAI,IAEP,CAACA,GAAM,GAAGA,EAAK,SAAS,QAAQ,CAACC,MAAUF,EAAcE,CAAK,CAAC,CAAC;AAAA,EACzE;AAEA,SAAOF,EAAcD,CAAU,EAAE,OAAO,CAACI,MAAMC,GAAQD,CAAC,CAAC;AAC3D;AAMO,SAASE,GAASC,GAAgB;AACvC,SAAOA,EAAK,KAAK,SAAS,MAAM;AAClC;AAMO,SAASF,GAAQE,GAAgB;AACtC,SAAO,YAAY,KAAKA,EAAK,IAAI;AACnC;AAKO,SAASC,GAAgBC,GAAYC,GAAkC;AAC5E,MAAIC;AAGJ,WAASC,EAAUL,GAAgB;AACjC,QAAID,GAASC,CAAI,GAAG;AAClB,UAAII;AACF,cAAM;AAAA,UACJ,+CAA+CD,CAAQ,WAAWC,EAAO,IAAI,SAASJ,EAAK,IAAI;AAAA,QAAA;AAInG,MAAAI,IAASJ;AAAA,IACX;AAEA,IAAIF,GAAQE,CAAI,GAIhBA,EAAK,SAAS,IAAIK,CAAS;AAAA,EAC7B;AAIA,MAFAA,EAAUH,EAAK,KAAK,GAEhB,CAACE;AACH,UAAM;AAAA,MACJ,wCAAwCD,CAAQ;AAAA,IAAA;AAIpD,SAAO,EAAE,MAAAD,EAAA;AACX;ACnIA,SAAwBI,GAAc;AAAA,EACpC,4BAAAC;AAAA,EACA,cAAAC;AAAA,EACA,mBAAAC;AAAA,EACA,UAAA3E;AACF,GAAuB;AACrB,QAAM4E,IAAcC,EAAiB,EAAE,GACjCC,IAAeD,EAAmB,EAAE,GACpCE,IAAkBF,EAAiC,IAAI,GACvD,EAAE,YAAAG,EAAA,IAAeC,GAAA;AAGvB,EAAAC,EAAU,MAAM;AACd,UAAMC,IAAqBV,EAA2B,eAAe;AAAA,MACnE,CAACW,MAASA,MAAS;AAAA,IAAA;AAGrB,WAAAL,EAAgB,UAAU,IAAIM,GAAkBF,GAAoB;AAAA,MAClE,SAAS;AAAA;AAAA,MACT,UAAU;AAAA;AAAA,MACV,WAAW;AAAA,IAAA,CACZ,GAEM,MAAM;;AACX,OAAAjF,IAAA6E,EAAgB,YAAhB,QAAA7E,EAAyB;AAAA,IAC3B;AAAA,EACF,GAAG,CAAA,CAAE,GAGLoF,GAAS,CAACC,GAAOC,MAAU;AACzB,QAAIT,EAAgB,SAAS;AAC3B,YAAMU,IAAaV,EAAgB,QAAQ,OAAOS,CAAK;AACvD,MAAAE,EAAA,GAGKD,KACHT,EAAA;AAAA,IAEJ;AAAA,EACF,CAAC;AAED,WAASW,EAAYC,GAAqB;AACxC,IAAKA,MAELd,EAAa,UAAUpB,GAAckC,CAAK,GAG1CF,EAAA,GACAV,EAAA;AAAA,EACF;AAEA,WAASU,IAAc;;AACrB,UAAMG,MAAqB3F,IAAA6E,EAAgB,YAAhB,gBAAA7E,EAAyB,uBAAsB,CAAA;AAE1E,QAAIyE;AACF,MAAAA,EAAkBG,EAAa,SAASe,CAAkB;AAAA;AAE1D,iBAAW,CAACzD,GAAO0D,CAAM,KAAKhB,EAAa,QAAQ,WAAW;AAC5D,cAAMiB,IAAUrB,EAAatC,CAAK,GAC5B4D,IAAiBD,EAAQ,SAAS,GAClCE,IAAeF,EAAQ,6BAA6B,KAAK;AAE/D,QAAAD,EAAO,SAAS,IACdG,KAAgBJ,EAAmBzD,CAAK,KAAK,KAAK4D;AAAA,MACtD;AAAA,EAEJ;AAEA,QAAME,IAAeC,EAAY,MAAM;AACrC,UAAMC,IAAiB3B,EAA2B,eAAe;AAAA,MAC/D,CAACW,MAASA,MAAS;AAAA,IAAA;AAGrB,0BAAsB,MAAM;;AAC1B,MAAAR,EAAY,UAAUwB,IACtBlG,IAAA6E,EAAgB,YAAhB,QAAA7E,EAAyB,UAAUkG;AAAA,IACrC,CAAC;AAAA,EACH,GAAG,CAAC3B,CAA0B,CAAC;AAM/B,SAAAS,EAAU,MAAM;AACd,IAAAgB,EAAA;AAAA,EACF,GAAG,CAACzB,GAA4ByB,CAAY,CAAC,GAO7CG,GAAW,MAAM;AACf,IAAAH,EAAA;AAAA,EACF,CAAC,GAEM7F,gBAAAA,EAAAA,IAAC,SAAA,EAAM,KAAKsF,GAAc,UAAA3F,EAAA,CAAS;AAC5C;ACvGA,MAAMsG,KAAa,QACbC,KAAa;AAEZ,SAASC,GAAQ;AAAA,EACtB,4BAAA/B;AAAA,EACA,cAAAC;AAAA,EACA,GAAGjE;AACL,GAAiB;AAEf,QAAMgG,IAAoB,IAAIC,EAAA,GAGxBC,IAAW9B,EAAc,EAAE,GAC3B+B,IAAW/B,EAA8B,EAAE;AAGjDgC,EAAAA,GAAM,UAAU,MAAM;AACpB,IAAAF,EAAS,UAAU,IAAI,MAAMjC,EAAa,MAAM,EAAE,KAAK,IAAI,GAC3DkC,EAAS,UAAU,IAAI,MAAMlC,EAAa,MAAM,EAAE,KAAK,IAAI;AAAA,EAC7D,GAAG,CAACA,EAAa,MAAM,CAAC;AAIxB,WAASoC,EACPC,GACAC,GAIA;AACA,UAAM/G,IAAW,IAAIgH,EAAA,GACfC,IAAa,IAAIC,GAAA,GACjBC,IAAQ,IAAIH,EAAA;AAClB,IAAAR,EAAkB,UAAUxG,GAAUiH,GAAYE,CAAK;AACvD,UAAMC,IAAepH,EAAS,MAAA,GAExBqH,IAAS,IAAIZ,EAAA,EAChB;AAAA,MACCK,EAAY,QACVC,KAAiBD,EAAY,6BAA6B,KAAK;AAAA,IAAA,EAElE,SAAS,IAAIL,IAAU,gBAAgB,GAAGK,EAAY,IAAK,KAAM,CAAC,CAAC,EACnE,SAAS,IAAIL,EAAA,EAAU,gBAAgBK,EAAY,IAAK,KAAM,GAAG,CAAC,CAAC,EACnE,SAAS,IAAIL,EAAA,EAAU,cAAcK,EAAY,KAAM,CAAC;AAG3D,WAAAN,EAAkB,SAASa,CAAM,GACjCb,EAAkB,UAAUxG,GAAUiH,GAAYE,CAAK,GAChD,EAAE,GAAGC,GAAc,GAAGpH,EAAA;AAAA,EAC/B;AAEA,WAASsH,EACPC,GACAC,GACAC,GACAC,GACA;AACA,QAAI,CAACjD;AACH;AAGF,UAAMkD,IAAelD,EAAa8C,CAAU;AAC5C,QAAI,CAACI;AACH;AAGF,UAAM,EAAE,GAAAC,GAAG,GAAAC,EAAA,IAAMhB,EAAcc,GAAcD,CAAU;AAEvD,IADqBF,EAAK,SACb,aAAa,CAACI,EAAE,QAAA,GAAWC,EAAE,QAAA,CAAS,EAAE,MAAM,GAE3DJ,EAAK,SAAS,IAAII,EAAE,GAAGA,EAAE,GAAGA,EAAE,CAAC;AAAA,EACjC;AAEA,WAASpC,EAAYqC,GAA0BnD,GAAuB;AACpE,IAAA6B,EAAkB,SAAA;AAGlB,aACMe,IAAa,GACjBA,IAAa,KAAK,IAAIO,EAAO,QAAQnD,EAAY,MAAM,GACvD4C,KACA;AACA,YAAMC,IAAOd,EAAS,QAAQa,CAAU,GAClCE,IAAOd,EAAS,QAAQY,CAAU;AAExC,MAAIC,KAAQC,KACVH,EAAqBC,GAAYC,GAAMC,GAAM9C,EAAY4C,CAAU,CAAE;AAAA,IAEzE;AAAA,EACF;AAEA,SACEnH,gBAAAA,MAAAa,EAAAA,UAAA,EACE,UAAAb,gBAAAA,EAAAA;AAAAA,IAACmE;AAAA,IAAA;AAAA,MACC,4BAAAC;AAAA,MACA,cAAAC;AAAA,MACA,mBAAmBgB;AAAA,MAEnB,UAAAzE,gBAAAA,EAAAA,KAAC,SAAA,EAAO,GAAGR,GAAO,MAAK,SACrB,UAAA;AAAA,QAAAQ,gBAAAA,OAAC,QAAA,EACC,UAAA;AAAA,UAAAZ,gBAAAA,EAAAA,IAAC,oBAAe,MAAM,CAAC,MAAM,IAAI,EAAE,GAAG;AAAA,UACtCA,gBAAAA,EAAAA,IAAC,wBAAA,EAAqB,OAAO,SAAS,WAAW,GAAA,CAAM;AAAA,QAAA,GACzD;AAAA,QACCqE,EAAc,IAAI,CAACsD,GAAO5F,MAAU;AACnC,gBAAM,EAAE,GAAAyF,GAAG,GAAAC,EAAA,IAAMhB;AAAA,YACfkB;AAAA,YACAvD,EAA2B,eAAerC,CAAK,KAAK;AAAA,UAAA,GAEhD6F,IAAY,aAAa7F,CAAK;AACpC,iBACEnB,gBAAAA,EAAAA,KAAC,SAAA,EAAM,MAAMgH,GACX,UAAA;AAAA,YAAA5H,gBAAAA,EAAAA;AAAAA,cAAC2C;AAAA,cAAA;AAAA,gBACC,KAAK,CAACkF,MAAQ;AACZ,kBAAAvB,EAAS,QAAQvE,CAAK,IAAI8F;AAAA,gBAC5B;AAAA,gBACA,MAAM5B;AAAA,gBACN,QAAQ,CAACuB,GAAGC,CAAC;AAAA,gBACb,OAAO;AAAA,gBACP,WAAW;AAAA,cAAA;AAAA,YAAA;AAAA,YAEb7G,gBAAAA,EAAAA;AAAAA,cAAC;AAAA,cAAA;AAAA,gBACC,KAAK,CAACiH,MAAQ;AACZ,kBAAAtB,EAAS,QAAQxE,CAAK,IAAI8F;AAAA,gBAC5B;AAAA,gBACA,MAAM3B;AAAA,gBAEN,UAAUuB;AAAA,gBAEV,UAAA;AAAA,kBAAAzH,gBAAAA,EAAAA,IAAC,oBAAe,MAAM,CAAC,MAAM,IAAI,EAAE,GAAG;AAAA,kBACtCA,gBAAAA,EAAAA,IAAC,wBAAA,EAAqB,OAAO,SAAS,WAAW,GAAA,CAAM;AAAA,gBAAA;AAAA,cAAA;AAAA,cAJlD,UAAU+B;AAAA,YAAA;AAAA,UAKjB,EAAA,GApB2B6F,CAqB7B;AAAA,QAEJ,CAAC;AAAA,MAAA,EAAA,CACH;AAAA,IAAA;AAAA,EAAA,GAEJ;AAEJ;AChJA,MAAME,KAAc,QAAQ;AAE5B,SAAwBC,KAAgB;AACtC,SAAAlD,EAAU,MAAM;AACd,YAAQ,OAAO,CAACmD,MAAS;AAIvB,MACEA,MACA,sFAKFF,GAAYE,CAAI;AAAA,IAClB;AAAA,EACF,GAAG,CAAA,CAAE,GAEEhI,gBAAAA,EAAAA,IAAAa,EAAAA,UAAA,EAAE;AACX;ACNA,SAASoH,GAAOpE,GAA8B;AAC5C,SAAOA,EAAK,SAAS;AACvB;AAGA,SAASqE,GAAiB;AAAA,EACxB,KAAAC;AAAA,EACA,WAAAC;AAAA,EACA,iBAAAC;AAAA,EACA,GAAGjI;AACL,GAI4B;AAC1B,QAAMkI,IAAaC,GAAQJ,CAAG;AAC9B,MAAIpE;AACJ,MAAI;AAEF,IAAAA,IADeD,GAAgBwE,GAAY,WAAW,EACxC;AAAA,EAChB,SAASE,GAAK;AACZ,UAAMA;AAAA,EACR;AAEA,QAAMC,IAAqC3C;AAAA,IACzC,CAACP,MAAU;AACT,MAAIA,KAAS8C,KACXA,EAAA;AAAA,IAEJ;AAAA,IACA,CAACA,CAAe;AAAA,EAAA;AAGlB,WAASK,EAAW7E,GAAiC;AACnD,QAAI;AACF,aAAIoE,GAAOpE,CAAI,IAERA,EAAc,WAEf7D,gBAAAA,EAAAA;AAAAA,QAAC;AAAA,QAAA;AAAA,UACC,MAAM6D,EAAK;AAAA,UAEX,UAAWA,EAAc;AAAA,UACzB,UAAWA,EAAc;AAAA,UACzB,UAAUA,EAAK;AAAA,UACf,UAAUA,EAAK;AAAA,QAAA;AAAA,QAJVA,EAAK;AAAA,MAAA,IAUd7D,gBAAAA,EAAAA,IAAC,SAAA,EAAM,MAAM6D,EAAK,MAAsB,UAAUA,EAAK,UAAU,UAAUA,EAAK,SAAA,GAAnDA,EAAK,IAAwD,IAI1F7D,gBAAAA,EAAAA;AAAAA,QAAC;AAAA,QAAA;AAAA,UACC,MAAM6D,EAAK;AAAA,UAEX,UAAUA,EAAK;AAAA,UACf,UAAUA,EAAK;AAAA,UACf,KAAKD,GAASC,CAAI,IAAIuE,IAAY;AAAA,UAEjC,UAAAvE,EAAK,SAAS,IAAI6E,CAAU;AAAA,QAAA;AAAA,QALxB7E,EAAK;AAAA,MAAA;AAAA,IASlB,SAAS8E,GAAG;AACV,qBAAQ,KAAK,wBAAwB9E,EAAK,MAAM8E,CAAC,GAC1C;AAAA,IACT;AAAA,EACF;AAEA,SACE3I,gBAAAA,EAAAA,IAAC,SAAA,EAAO,GAAGI,GAAO,SAAS,MAAM,KAAKqI,GACnC,UAAAC,EAAW3E,EAAK,KAAK,EAAA,CACxB;AAEJ;AAEO,SAAS6E,GAAa;AAAA,EAC3B,UAAAC;AAAA,EACA,WAAAT;AAAA,EACA,iBAAAC;AAAA,EACA,GAAGjI;AACL,GAAoB;AAClB,QAAM,CAAC0I,GAAaC,CAAc,IAAIC,EAAwB,IAAI;AAoBlE,SAlBAnE,EAAU,MAAM;AAcd,KAbmB,YAAY;AAC7B,UAAI;AACF,YAAI,OAAOgE,KAAa;AACtB,UAAAE,EAAeF,CAAQ;AAAA,aAClB;AACL,gBAAMV,IAAM,MAAMU;AAClB,UAAAE,EAAeZ,CAAG;AAAA,QACpB;AAAA,MACF,SAAS7F,GAAO;AACd,gBAAQ,MAAM,gCAAgCA,CAAK;AAAA,MACrD;AAAA,IACF,GAEA;AAAA,EACF,GAAG,CAACuG,CAAQ,CAAC,GAGRC,IAKH9I,gBAAAA,EAAAA;AAAAA,IAACkI;AAAA,IAAA;AAAA,MACC,KAAKY;AAAA,MACL,WAAAV;AAAA,MACA,iBAAAC;AAAA,MACC,GAAGjI;AAAA,IAAA;AAAA,EAAA,IARC;AAWX;ACpIO,MAAM6I,KAAkB,CAACC,GAAoBC,MAAkB;AACpE,EAAID,EAAM,SAAS,YAEnBA,EAAM,SAAS,CAACE,MAAQ;AACtB,QAAIA,aAAe7J,EAAM,MAAM;AAC7B,MAAI6J,EAAI,oBAAoB7J,EAAM,aAChC6J,EAAI,SAAS,aAAa;AAI5B,YAAMC,IAAQD,EAAI,MAAA,GACZE,IAAQF,EAAI,MAAA;AAElB,MAAAC,EAAM,WAAW,IAAI9J,EAAM,qBAAqB;AAAA,QAC9C,WAAW;AAAA,QACX,YAAY;AAAA,QACZ,YAAY;AAAA,QACZ,eAAe;AAAA,QACf,qBAAqB;AAAA,QACrB,MAAMA,EAAM;AAAA,MAAA,CACb,GACD8J,EAAM,SAAS,UAAU,IAGzBC,EAAM,WAAW,IAAI/J,EAAM,qBAAqB;AAAA,QAC9C,OAAA4J;AAAA,QACA,SAAS;AAAA,QACT,WAAW;AAAA,QACX,YAAY;AAAA,QACZ,aAAa;AAAA,QACb,eAAe;AAAA,QACf,qBAAqB;AAAA,QACrB,MAAM5J,EAAM;AAAA,MAAA,CACb,GACD+J,EAAM,SAAS,UAAU,IAErBF,EAAI,WACNA,EAAI,OAAO,IAAIC,CAAK,GACpBD,EAAI,OAAO,IAAIE,CAAK;AAAA,IAExB;AAAA,EACF,CAAC,GAEDJ,EAAM,SAAS,UAAU;AAC3B,GAEaK,KAAmB,CAACL,MAAuB;AACtD,MAAI,CAACA,EAAM,SAAS,QAAS;AAE7B,QAAMM,IAAoC,CAAA;AAE1C,EAAAN,EAAM,SAAS,CAACE,MAAQ;;AACtB,IAAIA,aAAe7J,EAAM,UACnBM,IAAAuJ,EAAI,aAAJ,QAAAvJ,EAAc,UAChB2J,EAAgB,KAAKJ,CAAG,IACfA,EAAI,oBAAoB7J,EAAM,aACvC6J,EAAI,SAAS,aAAa;AAAA,EAGhC,CAAC,GAEDI,EAAgB,QAAQ,CAACJ,MAAQ;AAC/B,IAAIA,EAAI,UACNA,EAAI,OAAO,OAAOA,CAAG;AAAA,EAEzB,CAAC,GAEDF,EAAM,SAAS,UAAU;AAC3B,GCzCaO,KAAiBC;AAAA,EAC5B,CAAC;AAAA,IACC,4BAAAtF;AAAA,IACA,qBAAAtB;AAAA,IACA,cAAAuB;AAAA,IACA,UAAAsF,IAAW9G;AAAA,IACX,WAAAuF;AAAA,IACA,iBAAAC;AAAA,IACA,kBAAAuB;AAAA,IACA,GAAGxJ;AAAA,EAAA,MACsB;AACzB,UAAM,CAACyJ,GAAYC,CAAa,IAAId,EAA6B,IAAI,GAE/De,IAAcjE,EAAY,CAACkE,MAAiC;AAChE,MAAAF,EAAcE,CAAQ;AAAA,IACxB,GAAG,CAAA,CAAE;AAEL,IAAAnF,EAAU,MAAM;AACd,MAAKgF,MAEDD,IACFX,GAAgBY,GAAYD,CAAgB,IAE5CL,GAAiBM,CAAU;AAAA,IAE/B,GAAG,CAACA,GAAYD,CAAgB,CAAC;AAEjC,UAAMK,IACJjK,gBAAAA,EAAAA;AAAAA,MAACmG;AAAA,MAAA;AAAA,QACC,4BAAA/B;AAAA,QACA,cAAAC;AAAA,QACC,GAAGjE;AAAA,MAAA;AAAA,IAAA;AAIR,WACEQ,gBAAAA,EAAAA;AAAAA,MAACsJ;AAAA,MAAA;AAAA,QACC,UAAUD;AAAA,QACV,SAAS,CAACzB,MAAQ;AAEhB,kBAAQ,KAAKA,CAAG;AAAA,QAClB;AAAA,QAEA,UAAA;AAAA,UAAAxI,gBAAAA,EAAAA,IAACmK,MAAS,UAAUF,GAClB,UAAAjK,gBAAAA,MAAC,SAAA,EAAM,KAAK+J,GACV,UAAA/J,gBAAAA,EAAAA;AAAAA,YAACmE;AAAA,YAAA;AAAA,cACC,4BAAAC;AAAA,cACA,cAAAC;AAAA,cAEA,UAAArE,gBAAAA,EAAAA;AAAAA,gBAAC4I;AAAA,gBAAA;AAAA,kBACC,WAAW,MAAM;AACf,0BAAMwB,IAAST,EAAS7G,CAAmB;AAC3C,wBAAI,CAACsH,GAAQ;AACX,4BAAMC,IAAW,IAAI,KAAK,CAAA,GAAI,EAAE,MAAM,qBAAqB,GACrDC,IAAW,IAAI,KAAK,CAACD,CAAQ,GAAG,GAAGvH,CAAmB,QAAQ,EAAE,MAAM,oBAAA,CAAqB;AACjG,6BAAO,QAAQ,QAAQ,IAAI,gBAAgBwH,CAAQ,CAAC;AAAA,oBACtD;AACA,2BAAOF;AAAA,kBACT,GAAA;AAAA,kBACA,iBAAA/B;AAAA,kBACA,WAAAD;AAAA,kBACC,GAAGhI;AAAA,gBAAA;AAAA,cAAA;AAAA,YACN;AAAA,UAAA,GAEJ,EAAA,CACF;AAAA,gCACC2H,IAAA,CAAA,CAAc;AAAA,QAAA;AAAA,MAAA;AAAA,IAAA;AAAA,EAGrB;AACF;ACzEO,SAASwC,GAAM;AAAA,EACpB,sBAAAC;AAAA,EACA,UAAAb,IAAW9G;AAAA,EACX,WAAAuF;AAAA,EACA,kBAAAwB;AAAA,EACA,iBAAAvB;AAAA,EACA,GAAGjI;AACL,GAAe;AACb,SAAKoK,EAAqB,eAKxBxK,gBAAAA,EAAAA;AAAAA,IAACyJ;AAAA,IAAA;AAAA,MACC,4BACEe,EAAqB;AAAA,MAEvB,qBAAqBA,EAAqB,uBAAuB;AAAA,MACjE,cAAcA,EAAqB;AAAA,MACnC,UAAAb;AAAA,MACA,WAAAvB;AAAA,MACA,kBAAAwB;AAAA,MACA,iBAAAvB;AAAA,MACC,GAAGjI;AAAA,IAAA;AAAA,EAAA,IAdC;AAiBX;ACsDO,MAAMqK,KAAYf;AAAA,EACvBgB;AAAA,IACE,CAAC;AAAA,MACC,WAAAC;AAAA,MACA,cAAAC;AAAA,MACA,aAAAC;AAAA,MACA,eAAAC;AAAA,MACA,oBAAAC,IAAqB;AAAA,MACrB,oBAAAC;AAAA,MACA,sBAAAC;AAAA,MACA,sBAAAT;AAAA,MACA,gBAAgBU,IAAiBX;AAAA,MACjC,wBAAwBY;AAAA,MACxB,WAAAC;AAAA,IAAA,MACoB;;AACpB,YAAMC,IAAQC,GAAA,GACR,EAAE,GAAAC,EAAA,IAAMC,GAAA,GACR,CAACC,GAAsBC,CAAuB,IAAI1C,EAAS,EAAK,GAChE2C,IAAiBnH,EAA0B,IAAI,GAC/CoH,IAAUpH,EAAuB,IAAI,GACrC,CAACqH,GAAaC,EAAc,IAAI9C,EAAS,EAAK,GAC9C,CAAC+C,GAAUC,EAAW,IAAIhD,EAG7B,EAAE,OAAO,KAAK,QAAQ,KAAK,GACxB,CAACiD,IAAoBC,EAAqB,IAAIlD,EAAS,CAAC;AAG9D,MAAAnE,EAAU,MAAM;AACd,cAAMsH,IAAkB,MAAM;AAC5B,cAAIP,EAAQ,SAAS;AACnB,kBAAM,EAAE,aAAAQ,GAAa,cAAAC,EAAA,IAAiBT,EAAQ;AAC9C,YAAAE,GAAeM,IAAcC,CAAY,GACzCL,GAAY,EAAE,OAAOI,GAAa,QAAQC,GAAc;AAAA,UAC1D;AAAA,QACF;AAGA,QAAAF,EAAA;AAGA,cAAMG,IAAiB,IAAI,eAAeH,CAAe;AACzD,eAAIP,EAAQ,WACVU,EAAe,QAAQV,EAAQ,OAAO,GAGjC,MAAM;AACX,UAAAU,EAAe,WAAA;AAAA,QACjB;AAAA,MACF,GAAG,CAAA,CAAE;AAEL,YAAMC,IAAoBzG,EAAY,MAAM;AAE1C,QAAAoG,GAAsB,CAACM,MAASA,IAAO,CAAC;AAAA,MAC1C,GAAG,CAAA,CAAE,GAECC,IAA6B3G,EAAY,MAAM;AACnD,QAAI,CAACiF,KAAsB,CAACC,MAC5BU,EAAwB,EAAI,GAC5BV,EAAA;AAAA,MACF,GAAG,CAACD,GAAoBC,CAAkB,CAAC,GAErC0B,IAA2B5G,EAAY,MAAM;AACjD,QAAI,CAACiF,KAAsB,CAACE,MAC5BS,EAAwB,EAAK,GAC7BT,EAAA;AAAA,MACF,GAAG,CAACF,GAAoBE,CAAoB,CAAC,GAEvC0B,IAA8B7G,EAAY,MAAM;AACpD,QAAI2F,KAAwBR,MAC1BS,EAAwB,EAAK,GAC7BT,EAAA;AAAA,MAEJ,GAAG,CAACQ,GAAsBR,CAAoB,CAAC,GAGzC2B,IAAkBf,IACpBE,EAAS,QAAQ,MACjBA,EAAS,SAAS,KAIhBc,IAA0BhB,IAC5BE,EAAS,SAAS,MAClBA,EAAS,SAAS;AAEtB,aACE/L,gBAAAA,EAAAA;AAAAA,QAAC8M;AAAA,QAAA;AAAA,UACC,KAAKlB;AAAA,UACL,WAAAR;AAAA,UACA,IAAI;AAAA,YACF,OAAO;AAAA,YACP,QAAQ;AAAA,YACR,SAAS;AAAA,YACT,eAAeS,IAAc,QAAQ;AAAA,YACrC,UAAU;AAAA,YACV,UAAU;AAAA,YACV,UAAU,EAAE,IAAI,KAAK,IAAI,KAAK,IAAI,IAAA;AAAA,YAClC,WAAWA,IACP,EAAE,IAAI,KAAK,IAAI,KAAK,IAAI,IAAA,IACxB,EAAE,IAAI,KAAK,IAAI,KAAK,IAAI,IAAA;AAAA;AAAA,YAC5B,QAAQ,aAAaR,EAAM,QAAQ,OAAO;AAAA,YAC1C,cAAc;AAAA,YACd,WAAW;AAAA,YACX,mBACExL,IAAAwL,EAAM,QAAQ,6BAAd,gBAAAxL,EAAyC,OAAM;AAAA,YACjD,iBAAiB;AAAA;AAAA,UAAA;AAAA,UAGlB,cACCe,gBAAAA,EAAAA,KAAAC,EAAAA,UAAA,EAEE,UAAA;AAAA,YAAAb,gBAAAA,EAAAA;AAAAA,cAAC+M;AAAA,cAAA;AAAA,gBACC,IAAI;AAAA,kBACF,MAAM;AAAA,kBACN,UAAU;AAAA,kBACV,QAAQ;AAAA,kBACR,WAAW;AAAA,kBACX,WAAW;AAAA,kBACX,cAAc;AAAA,kBACd,GAAG,EAAE,IAAI,KAAK,IAAI,GAAG,IAAI,EAAA;AAAA,kBACzB,IAAI,EAAE,IAAI,MAAM,IAAI,GAAG,IAAI,IAAA;AAAA,kBAC3B,UAAU;AAAA;AAAA,kBACV,SAASH,IAAkB,SAAS;AAAA,gBAAA;AAAA,gBAGrC,WAACA,KACAhM,gBAAAA,EAAAA;AAAAA,kBAACoM;AAAA,kBAAA;AAAA,oBACC,cAAY;AAAA,oBACZ,QAAQ;AAAA,sBACN,UAAU,CAAC,GAAG,GAAG,CAAC;AAAA,sBAClB,MAAM;AAAA,oBAAA;AAAA,oBAER,SAAO;AAAA,oBACP,WAAU;AAAA,oBACV,OAAO;AAAA,sBACL,cAAc3B,EAAM,MAAM;AAAA,sBAC1B,OAAO;AAAA,sBACP,QAAQ;AAAA,sBACR,YAAY;AAAA,sBACZ,UAAU;AAAA,sBACV,KAAK;AAAA,sBACL,MAAM;AAAA,oBAAA;AAAA,oBAER,KAAK,CAAC,GAAG,CAAC;AAAA,oBACV,IAAI,EAAE,OAAO,IAAM,WAAW,GAAA;AAAA,oBAE9B,UAAA;AAAA,sBAAArL,gBAAAA,EAAAA,IAACQ,GAAA,EAAkB;AAAA,sBACnBR,gBAAAA,EAAAA,IAACiN,KAAO,KAAG,IAAC,SAAO,IAAC,QAAQ,GAAG,aAAa,GAC1C,UAAAjN,gBAAAA,EAAAA;AAAAA,wBAACkL;AAAA,wBAAA;AAAA,0BACC,sBAAAV;AAAA,0BACA,iBAAiB+B;AAAA,wBAAA;AAAA,sBAAA,EACnB,CACF;AAAA,oBAAA;AAAA,kBAAA;AAAA,gBAAA;AAAA,cACF;AAAA,YAAA;AAAA,YAKJ3L,gBAAAA,EAAAA;AAAAA,cAACmM;AAAA,cAAA;AAAA,gBACC,IAAI;AAAA,kBACF,MAAwB;AAAA,kBACxB,SAAS;AAAA,kBACT,eAAe;AAAA,kBACf,gBAAgB;AAAA,kBAChB,OAAOH,IAAkB,SAAS;AAAA,gBAAA;AAAA,gBAIpC,UAAA;AAAA,kBAAAhM,gBAAAA,EAAAA;AAAAA,oBAACmM;AAAA,oBAAA;AAAA,sBACC,IAAI;AAAA,wBACF,GAAG,EAAE,IAAI,KAAK,IAAI,GAAG,IAAI,EAAA;AAAA,wBACzB,IAAI,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,EAAA;AAAA,wBAC1B,WAAW;AAAA,sBAAA;AAAA,sBAGb,UAAA;AAAA,wBAAA/M,gBAAAA,EAAAA,IAACkN,GAAA,EAAW,SAAQ,MAAK,WAAU,MAAK,IAAI,EAAE,IAAI,EAAA,GAC/C,UAAAvC,EAAA,CACH;AAAA,wBACA3K,gBAAAA,EAAAA;AAAAA,0BAACmN;AAAA,0BAAA;AAAA,4BACC,cAAAvC;AAAA,4BACA,aAAAC;AAAA,4BACA,eAAAC;AAAA,0BAAA;AAAA,wBAAA;AAAA,sBACF;AAAA,oBAAA;AAAA,kBAAA;AAAA,kBAIFlK,gBAAAA,EAAAA;AAAAA,oBAACmM;AAAA,oBAAA;AAAA,sBACC,IAAI;AAAA,wBACF,GAAG,EAAE,IAAI,KAAK,IAAI,GAAG,IAAI,EAAA;AAAA,wBACzB,IAAI;AAAA,wBACJ,MAAM;AAAA,wBACN,SAAS;AAAA,wBACT,eAAe;AAAA,wBACf,gBAAgB;AAAA,sBAAA;AAAA,sBAIjB,UAAA;AAAA,wBAAA,CAACF,KAA2B1B,KAC3BvK,gBAAAA,EAAAA,KAACmM,GAAA,EACC,UAAA;AAAA,0BAAA/M,gBAAAA,EAAAA,IAACmL,GAAA,EAAuB;AAAA,0BAGxBnL,gBAAAA,EAAAA;AAAAA,4BAACoN;AAAA,4BAAA;AAAA,8BACC,IAAI;AAAA,gCACF,IAAI;AAAA,gCACJ,IAAI;AAAA,gCACJ,aAAa/B,EAAM,QAAQ;AAAA,gCAC3B,SAAS;AAAA,8BAAA;AAAA,4BACX;AAAA,0BAAA;AAAA,wBACF,GACF;AAAA,wBAGFrL,gBAAAA,EAAAA;AAAAA,0BAAC+M;AAAA,0BAAA;AAAA,4BACC,IAAI;AAAA,8BACF,IACE,CAACF,KAA2B1B,IACxB,SACA;AAAA,4BAAA;AAAA,4BAIR,UAAAnL,gBAAAA,EAAAA;AAAAA,8BAAC+M;AAAA,8BAAA;AAAA,gCACC,IAAI;AAAA,kCACF,SAAS;AAAA,kCACT,gBAAgB;AAAA,kCAChB,IAAI,EAAE,IAAI,GAAG,IAAI,KAAK,IAAI,EAAA;AAAA,kCAC1B,IAAI,EAAE,IAAI,KAAK,IAAI,MAAM,IAAI,EAAA;AAAA,gCAAE;AAAA,gCAGjC,UAAA/M,gBAAAA,EAAAA;AAAAA,kCAACqN;AAAA,kCAAA;AAAA,oCACC,KAAK1B;AAAA,oCACL,SAAQ;AAAA,oCACR,OAAM;AAAA,oCACN,MAAK;AAAA,oCACL,UAAU,CAACZ;AAAA,oCACX,aAAa0B;AAAA,oCACb,WAAWC;AAAA,oCACX,cAAcC;AAAA,oCACd,cAAcF;AAAA,oCACd,YAAYC;AAAA,oCACZ,IAAI;AAAA,sCACF,eAAe;AAAA,sCACf,IAAI;AAAA,sCACJ,IAAI;AAAA,oCAAA;AAAA,oCAGL,YAAE,0BAA0B;AAAA,kCAAA;AAAA,gCAAA;AAAA,8BAC/B;AAAA,4BAAA;AAAA,0BACF;AAAA,wBAAA;AAAA,sBACF;AAAA,oBAAA;AAAA,kBAAA;AAAA,gBACF;AAAA,cAAA;AAAA,YAAA;AAAA,UACF,EAAA,CACF,IAEA1M,gBAAAA,EAAAA,IAAAa,YAAA,EAEE,UAAAD,gBAAAA,EAAAA;AAAAA,YAACmM;AAAA,YAAA;AAAA,cACC,IAAI;AAAA,gBACF,GAAG;AAAA,gBACH,QAAQ;AAAA,gBACR,SAAS;AAAA,gBACT,eAAe;AAAA,cAAA;AAAA,cAIjB,UAAA;AAAA,gBAAAnM,gBAAAA,OAACmM,GAAA,EACC,UAAA;AAAA,kBAAA/M,gBAAAA,EAAAA,IAACkN,GAAA,EAAW,SAAQ,MAAK,WAAU,MAAK,IAAI,EAAE,IAAI,EAAA,GAC/C,UAAAvC,EAAA,CACH;AAAA,kBACA3K,gBAAAA,EAAAA;AAAAA,oBAACmN;AAAA,oBAAA;AAAA,sBACC,cAAAvC;AAAA,sBACA,aAAAC;AAAA,sBACA,eAAAC;AAAA,oBAAA;AAAA,kBAAA;AAAA,gBACF,GACF;AAAA,gBAGA9K,gBAAAA,EAAAA;AAAAA,kBAAC+M;AAAA,kBAAA;AAAA,oBACC,IAAI;AAAA,sBACF,MAAMH,IAAkB,IAAI;AAAA,sBAC5B,UAAU;AAAA,sBACV,WAAWA,IACP,IACA,EAAE,IAAI,KAAK,IAAI,KAAK,IAAI,IAAA;AAAA,sBAC5B,QAAQA,IAAkB,IAAI;AAAA,sBAC9B,cAAc;AAAA,sBACd,UAAU;AAAA,sBACV,SAASA,IAAkB,SAAS;AAAA,oBAAA;AAAA,oBAGrC,WAACA,KACAhM,gBAAAA,EAAAA;AAAAA,sBAACoM;AAAA,sBAAA;AAAA,wBACC,cAAY;AAAA,wBACZ,QAAQ;AAAA,0BACN,UAAU,CAAC,GAAG,GAAG,CAAC;AAAA,0BAClB,MAAM;AAAA,wBAAA;AAAA,wBAER,SAAO;AAAA,wBACP,WAAU;AAAA,wBACV,OAAO;AAAA,0BACL,cAAc3B,EAAM,MAAM;AAAA,0BAC1B,OAAO;AAAA,0BACP,QAAQ;AAAA,0BACR,YAAY;AAAA,0BACZ,UAAU;AAAA,wBAAA;AAAA,wBAEZ,KAAK,CAAC,GAAG,CAAC;AAAA,wBACV,IAAI,EAAE,OAAO,IAAM,WAAW,GAAA;AAAA,wBAE9B,UAAA;AAAA,0BAAArL,gBAAAA,EAAAA,IAACQ,GAAA,EAAkB;AAAA,0BACnBR,gBAAAA,EAAAA,IAACiN,GAAA,EAAO,KAAG,IAAC,MAAI,IAAC,SAAO,IAAC,QAAQ,GAAG,aAAa,GAC/C,UAAAjN,gBAAAA,EAAAA;AAAAA,4BAACkL;AAAA,4BAAA;AAAA,8BACC,sBAAAV;AAAA,8BACA,iBAAiB+B;AAAA,4BAAA;AAAA,0BAAA,EACnB,CACF;AAAA,wBAAA;AAAA,sBAAA;AAAA,oBAAA;AAAA,kBACF;AAAA,gBAAA;AAAA,uCAKHQ,GAAA,EAEE,UAAA;AAAA,kBAAA,CAACF,KAA2B1B,KAC3BvK,gBAAAA,EAAAA,KAAAC,EAAAA,UAAA,EACE,UAAA;AAAA,oBAAAb,gBAAAA,EAAAA,IAACmL,GAAA,EAAuB;AAAA,oBAGxBnL,gBAAAA,EAAAA;AAAAA,sBAACoN;AAAA,sBAAA;AAAA,wBACC,IAAI;AAAA,0BACF,IAAI;AAAA,0BACJ,IAAI;AAAA,0BACJ,aAAa/B,EAAM,QAAQ;AAAA,0BAC3B,SAAS;AAAA,wBAAA;AAAA,sBACX;AAAA,oBAAA;AAAA,kBACF,GACF;AAAA,kBAIFrL,gBAAAA,EAAAA;AAAAA,oBAAC+M;AAAA,oBAAA;AAAA,sBACC,IAAI;AAAA,wBACF,SAAS;AAAA,wBACT,gBAAgB;AAAA,wBAChB,IACE,CAACF,KAA2B1B,IACxB,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,EAAA,IACpB,EAAE,IAAI,KAAK,IAAI,GAAG,IAAI,EAAA;AAAA,wBAC5B,IAAI,EAAE,IAAI,KAAK,IAAI,MAAM,IAAI,EAAA;AAAA,sBAAE;AAAA,sBAGjC,UAAAnL,gBAAAA,EAAAA;AAAAA,wBAACqN;AAAA,wBAAA;AAAA,0BACC,KAAK1B;AAAA,0BACL,SAAQ;AAAA,0BACR,OAAM;AAAA,0BACN,MAAK;AAAA,0BACL,UAAU,CAACZ;AAAA,0BACX,aAAa0B;AAAA,0BACb,WAAWC;AAAA,0BACX,cAAcC;AAAA,0BACd,cAAcF;AAAA,0BACd,YAAYC;AAAA,0BACZ,IAAI;AAAA,4BACF,eAAe;AAAA,4BACf,IAAI;AAAA,4BACJ,IAAI;AAAA,0BAAA;AAAA,0BAGL,YAAE,0BAA0B;AAAA,wBAAA;AAAA,sBAAA;AAAA,oBAC/B;AAAA,kBAAA;AAAA,gBACF,EAAA,CACF;AAAA,cAAA;AAAA,YAAA;AAAA,UAAA,EACF,CACF;AAAA,QAAA;AAAA,MAAA;AAAA,IAIR;AAAA,EAAA;AAEJ,GCreaY,KAAgC,MAAM,CAAC,EAAE,KAAK,IAAI,KAAK,EAAE,GCKzDC,IAA4D;AAAA,EACvE,CAACC,EAAa,GAAG,GAAG,CAAC,GAAK,GAAK,GAAK,GAAK,KAAK,KAAK,GAAG,GAAK,CAAG;AAAA,EAC9D,CAACA,EAAa,KAAK,GAAG,CAAC,GAAK,GAAK,GAAK,GAAK,CAAC,KAAK,KAAK,GAAG,GAAK,CAAG;AAAA,EACjE,CAACA,EAAa,OAAO,GAAG,CAAC,GAAK,GAAK,GAAK,GAAK,CAAC,KAAK,KAAK,GAAG,GAAK,CAAG;AAAA,EACnE,CAACA,EAAa,IAAI,GAAG;AAAA,IACnB;AAAA,IACA,CAAC,KAAK,KAAK;AAAA,IACX,KAAK,KAAK;AAAA,IACV;AAAA,IACA,KAAK,KAAK;AAAA,IACV;AAAA,IACA;AAAA,EAAA;AAAA,EAEF,CAACA,EAAa,eAAe,GAAG;AAAA,IAC9B;AAAA,IACA,CAAC,KAAK,KAAK;AAAA,IACX,CAAC,KAAK,KAAK;AAAA,IACX,CAAC,KAAK,KAAK;AAAA,IACX,KAAK,KAAK;AAAA,IACV,CAAC,KAAK,KAAK;AAAA,IACX;AAAA,EAAA;AAEJ;AAOO,SAASC,GACd3K,GACqB;AACrB,QAAM,CAAC4K,CAAkB,IAAI5K,EAAoB,MAAM,GAAG;AAG1D,UAAQ4K,GAAA;AAAA,IACN,KAAK;AACH,aAAOF,EAAa;AAAA,IACtB,KAAK;AACH,aAAOA,EAAa;AAAA,IACtB,KAAK;AACH,aAAOA,EAAa;AAAA,IACtB,KAAK;AACH,aAAOA,EAAa;AAAA,IACtB,KAAK;AACH,aAAOA,EAAa;AAAA,IACtB;AACE,aAAO;AAAA,EAAA;AAEb;AAQO,SAASG,GACd7K,GACA8K,GACiB;AACjB,QAAMC,IAAeJ,GAAoB3K,CAAmB;AAE5D,SAAI+K,KAAgBA,KAAgBN,IAC3BA,EAA0BM,CAAY,IAGxCD,KAAsB;AAC/B;"}
|