local-operator-ui 0.9.2 → 0.10.0

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.
Files changed (50) hide show
  1. package/out/main/index.jsc +0 -0
  2. package/out/preload/index.jsc +0 -0
  3. package/out/renderer/assets/_basePickBy-BJo5TtXZ.js +195 -0
  4. package/out/renderer/assets/_baseUniq-DChptfgP.js +835 -0
  5. package/out/renderer/assets/arc-DX1E3h9F.js +131 -0
  6. package/out/renderer/assets/architectureDiagram-IEHRJDOE-mNLa7bzo.js +8653 -0
  7. package/out/renderer/assets/blockDiagram-JOT3LUYC-CFXQFQqH.js +3585 -0
  8. package/out/renderer/assets/c4Diagram-VJAJSXHY-B5VrPZYL.js +2487 -0
  9. package/out/renderer/assets/channel-CoNRRPF4.js +7 -0
  10. package/out/renderer/assets/chunk-4BMEZGHF-rxEBPFA3.js +16 -0
  11. package/out/renderer/assets/chunk-A2AXSNBT-HqweOv4t.js +1827 -0
  12. package/out/renderer/assets/chunk-AEK57VVT-Bi5ch9d5.js +1953 -0
  13. package/out/renderer/assets/chunk-D6G4REZN-B3A-ILe9.js +108 -0
  14. package/out/renderer/assets/chunk-RZ5BOZE2-BVX34Tni.js +34 -0
  15. package/out/renderer/assets/chunk-XZIHB7SX-ywEQj9yW.js +19 -0
  16. package/out/renderer/assets/classDiagram-GIVACNV2-DMn8pk7x.js +21 -0
  17. package/out/renderer/assets/classDiagram-v2-COTLJTTW-DMn8pk7x.js +21 -0
  18. package/out/renderer/assets/clone-za200Y1v.js +8 -0
  19. package/out/renderer/assets/cytoscape.esm-C0AOj4uS.js +30062 -0
  20. package/out/renderer/assets/dagre-OKDRZEBW-D4IEt0nK.js +695 -0
  21. package/out/renderer/assets/diagram-SSKATNLV-CKwTmUPI.js +304 -0
  22. package/out/renderer/assets/diagram-VNBRO52H-B1g8mjNA.js +193 -0
  23. package/out/renderer/assets/erDiagram-Q7BY3M3F-DugxQiOz.js +1160 -0
  24. package/out/renderer/assets/flowDiagram-4HSFHLVR-e25PmCoL.js +2324 -0
  25. package/out/renderer/assets/{fonts-Bx8fKQfu.js → fonts-DrtyYWn4.js} +177 -178
  26. package/out/renderer/assets/ganttDiagram-APWFNJXF-CffOoRih.js +2500 -0
  27. package/out/renderer/assets/gitGraphDiagram-7IBYFJ6S-CzBJNIqf.js +1204 -0
  28. package/out/renderer/assets/graph-BM-Fbuwu.js +424 -0
  29. package/out/renderer/assets/{index-DtFlp8rf.js → index-CLDHeUsn.js} +2 -2
  30. package/out/renderer/assets/{index-Cf8ixUbJ.js → index-Dpjcu7Ux.js} +99144 -75522
  31. package/out/renderer/assets/{index-n_d5-ePx.js → index-Dzn44e_b.js} +2 -2
  32. package/out/renderer/assets/infoDiagram-PH2N3AL5-DsUIwRuF.js +33 -0
  33. package/out/renderer/assets/{installer-Cn81GyOR.js → installer-JGj_vW61.js} +1 -1
  34. package/out/renderer/assets/journeyDiagram-U35MCT3I-CGwuYi5x.js +1199 -0
  35. package/out/renderer/assets/kanban-definition-NDS4AKOZ-DZEB2jhI.js +1046 -0
  36. package/out/renderer/assets/layout-DgKkvpjr.js +2060 -0
  37. package/out/renderer/assets/mindmap-definition-ALO5MXBD-B9Qyvo51.js +5836 -0
  38. package/out/renderer/assets/pieDiagram-IB7DONF6-CWVIIzbP.js +239 -0
  39. package/out/renderer/assets/quadrantDiagram-7GDLP6J5-DXuKt2Bl.js +1340 -0
  40. package/out/renderer/assets/radar-MK3ICKWK-5vdES7mG.js +16935 -0
  41. package/out/renderer/assets/requirementDiagram-KVF5MWMF-CAqaeybl.js +1163 -0
  42. package/out/renderer/assets/sankeyDiagram-QLVOVGJD-Cg0cLJAO.js +1201 -0
  43. package/out/renderer/assets/sequenceDiagram-X6HHIX6F-BxenFsrt.js +3415 -0
  44. package/out/renderer/assets/stateDiagram-DGXRK772-CobhNycm.js +467 -0
  45. package/out/renderer/assets/stateDiagram-v2-YXO3MK2T-D7nd37b5.js +21 -0
  46. package/out/renderer/assets/timeline-definition-BDJGKUSR-Dj0FLvqa.js +1223 -0
  47. package/out/renderer/assets/xychartDiagram-VJFVF3MP-DuyOBFpM.js +1800 -0
  48. package/out/renderer/index.html +4 -4
  49. package/out/renderer/installer.html +2 -2
  50. package/package.json +2 -1
@@ -0,0 +1,131 @@
1
+ import { M as withPath, N as halfPi, O as epsilon, P as tau, Q as cos, R as sin, S as min, T as abs, V as constant, W as pi, X as sqrt, Y as atan2, Z as asin, $ as acos, a0 as max } from "./index-Dpjcu7Ux.js";
2
+ function arcInnerRadius(d) {
3
+ return d.innerRadius;
4
+ }
5
+ function arcOuterRadius(d) {
6
+ return d.outerRadius;
7
+ }
8
+ function arcStartAngle(d) {
9
+ return d.startAngle;
10
+ }
11
+ function arcEndAngle(d) {
12
+ return d.endAngle;
13
+ }
14
+ function arcPadAngle(d) {
15
+ return d && d.padAngle;
16
+ }
17
+ function intersect(x0, y0, x1, y1, x2, y2, x3, y3) {
18
+ var x10 = x1 - x0, y10 = y1 - y0, x32 = x3 - x2, y32 = y3 - y2, t = y32 * x10 - x32 * y10;
19
+ if (t * t < epsilon) return;
20
+ t = (x32 * (y0 - y2) - y32 * (x0 - x2)) / t;
21
+ return [x0 + t * x10, y0 + t * y10];
22
+ }
23
+ function cornerTangents(x0, y0, x1, y1, r1, rc, cw) {
24
+ var x01 = x0 - x1, y01 = y0 - y1, lo = (cw ? rc : -rc) / sqrt(x01 * x01 + y01 * y01), ox = lo * y01, oy = -lo * x01, x11 = x0 + ox, y11 = y0 + oy, x10 = x1 + ox, y10 = y1 + oy, x00 = (x11 + x10) / 2, y00 = (y11 + y10) / 2, dx = x10 - x11, dy = y10 - y11, d2 = dx * dx + dy * dy, r = r1 - rc, D = x11 * y10 - x10 * y11, d = (dy < 0 ? -1 : 1) * sqrt(max(0, r * r * d2 - D * D)), cx0 = (D * dy - dx * d) / d2, cy0 = (-D * dx - dy * d) / d2, cx1 = (D * dy + dx * d) / d2, cy1 = (-D * dx + dy * d) / d2, dx0 = cx0 - x00, dy0 = cy0 - y00, dx1 = cx1 - x00, dy1 = cy1 - y00;
25
+ if (dx0 * dx0 + dy0 * dy0 > dx1 * dx1 + dy1 * dy1) cx0 = cx1, cy0 = cy1;
26
+ return {
27
+ cx: cx0,
28
+ cy: cy0,
29
+ x01: -ox,
30
+ y01: -oy,
31
+ x11: cx0 * (r1 / r - 1),
32
+ y11: cy0 * (r1 / r - 1)
33
+ };
34
+ }
35
+ function d3arc() {
36
+ var innerRadius = arcInnerRadius, outerRadius = arcOuterRadius, cornerRadius = constant(0), padRadius = null, startAngle = arcStartAngle, endAngle = arcEndAngle, padAngle = arcPadAngle, context = null, path = withPath(arc);
37
+ function arc() {
38
+ var buffer, r, r0 = +innerRadius.apply(this, arguments), r1 = +outerRadius.apply(this, arguments), a0 = startAngle.apply(this, arguments) - halfPi, a1 = endAngle.apply(this, arguments) - halfPi, da = abs(a1 - a0), cw = a1 > a0;
39
+ if (!context) context = buffer = path();
40
+ if (r1 < r0) r = r1, r1 = r0, r0 = r;
41
+ if (!(r1 > epsilon)) context.moveTo(0, 0);
42
+ else if (da > tau - epsilon) {
43
+ context.moveTo(r1 * cos(a0), r1 * sin(a0));
44
+ context.arc(0, 0, r1, a0, a1, !cw);
45
+ if (r0 > epsilon) {
46
+ context.moveTo(r0 * cos(a1), r0 * sin(a1));
47
+ context.arc(0, 0, r0, a1, a0, cw);
48
+ }
49
+ } else {
50
+ var a01 = a0, a11 = a1, a00 = a0, a10 = a1, da0 = da, da1 = da, ap = padAngle.apply(this, arguments) / 2, rp = ap > epsilon && (padRadius ? +padRadius.apply(this, arguments) : sqrt(r0 * r0 + r1 * r1)), rc = min(abs(r1 - r0) / 2, +cornerRadius.apply(this, arguments)), rc0 = rc, rc1 = rc, t0, t1;
51
+ if (rp > epsilon) {
52
+ var p0 = asin(rp / r0 * sin(ap)), p1 = asin(rp / r1 * sin(ap));
53
+ if ((da0 -= p0 * 2) > epsilon) p0 *= cw ? 1 : -1, a00 += p0, a10 -= p0;
54
+ else da0 = 0, a00 = a10 = (a0 + a1) / 2;
55
+ if ((da1 -= p1 * 2) > epsilon) p1 *= cw ? 1 : -1, a01 += p1, a11 -= p1;
56
+ else da1 = 0, a01 = a11 = (a0 + a1) / 2;
57
+ }
58
+ var x01 = r1 * cos(a01), y01 = r1 * sin(a01), x10 = r0 * cos(a10), y10 = r0 * sin(a10);
59
+ if (rc > epsilon) {
60
+ var x11 = r1 * cos(a11), y11 = r1 * sin(a11), x00 = r0 * cos(a00), y00 = r0 * sin(a00), oc;
61
+ if (da < pi) {
62
+ if (oc = intersect(x01, y01, x00, y00, x11, y11, x10, y10)) {
63
+ var ax = x01 - oc[0], ay = y01 - oc[1], bx = x11 - oc[0], by = y11 - oc[1], kc = 1 / sin(acos((ax * bx + ay * by) / (sqrt(ax * ax + ay * ay) * sqrt(bx * bx + by * by))) / 2), lc = sqrt(oc[0] * oc[0] + oc[1] * oc[1]);
64
+ rc0 = min(rc, (r0 - lc) / (kc - 1));
65
+ rc1 = min(rc, (r1 - lc) / (kc + 1));
66
+ } else {
67
+ rc0 = rc1 = 0;
68
+ }
69
+ }
70
+ }
71
+ if (!(da1 > epsilon)) context.moveTo(x01, y01);
72
+ else if (rc1 > epsilon) {
73
+ t0 = cornerTangents(x00, y00, x01, y01, r1, rc1, cw);
74
+ t1 = cornerTangents(x11, y11, x10, y10, r1, rc1, cw);
75
+ context.moveTo(t0.cx + t0.x01, t0.cy + t0.y01);
76
+ if (rc1 < rc) context.arc(t0.cx, t0.cy, rc1, atan2(t0.y01, t0.x01), atan2(t1.y01, t1.x01), !cw);
77
+ else {
78
+ context.arc(t0.cx, t0.cy, rc1, atan2(t0.y01, t0.x01), atan2(t0.y11, t0.x11), !cw);
79
+ context.arc(0, 0, r1, atan2(t0.cy + t0.y11, t0.cx + t0.x11), atan2(t1.cy + t1.y11, t1.cx + t1.x11), !cw);
80
+ context.arc(t1.cx, t1.cy, rc1, atan2(t1.y11, t1.x11), atan2(t1.y01, t1.x01), !cw);
81
+ }
82
+ } else context.moveTo(x01, y01), context.arc(0, 0, r1, a01, a11, !cw);
83
+ if (!(r0 > epsilon) || !(da0 > epsilon)) context.lineTo(x10, y10);
84
+ else if (rc0 > epsilon) {
85
+ t0 = cornerTangents(x10, y10, x11, y11, r0, -rc0, cw);
86
+ t1 = cornerTangents(x01, y01, x00, y00, r0, -rc0, cw);
87
+ context.lineTo(t0.cx + t0.x01, t0.cy + t0.y01);
88
+ if (rc0 < rc) context.arc(t0.cx, t0.cy, rc0, atan2(t0.y01, t0.x01), atan2(t1.y01, t1.x01), !cw);
89
+ else {
90
+ context.arc(t0.cx, t0.cy, rc0, atan2(t0.y01, t0.x01), atan2(t0.y11, t0.x11), !cw);
91
+ context.arc(0, 0, r0, atan2(t0.cy + t0.y11, t0.cx + t0.x11), atan2(t1.cy + t1.y11, t1.cx + t1.x11), cw);
92
+ context.arc(t1.cx, t1.cy, rc0, atan2(t1.y11, t1.x11), atan2(t1.y01, t1.x01), !cw);
93
+ }
94
+ } else context.arc(0, 0, r0, a10, a00, cw);
95
+ }
96
+ context.closePath();
97
+ if (buffer) return context = null, buffer + "" || null;
98
+ }
99
+ arc.centroid = function() {
100
+ var r = (+innerRadius.apply(this, arguments) + +outerRadius.apply(this, arguments)) / 2, a = (+startAngle.apply(this, arguments) + +endAngle.apply(this, arguments)) / 2 - pi / 2;
101
+ return [cos(a) * r, sin(a) * r];
102
+ };
103
+ arc.innerRadius = function(_) {
104
+ return arguments.length ? (innerRadius = typeof _ === "function" ? _ : constant(+_), arc) : innerRadius;
105
+ };
106
+ arc.outerRadius = function(_) {
107
+ return arguments.length ? (outerRadius = typeof _ === "function" ? _ : constant(+_), arc) : outerRadius;
108
+ };
109
+ arc.cornerRadius = function(_) {
110
+ return arguments.length ? (cornerRadius = typeof _ === "function" ? _ : constant(+_), arc) : cornerRadius;
111
+ };
112
+ arc.padRadius = function(_) {
113
+ return arguments.length ? (padRadius = _ == null ? null : typeof _ === "function" ? _ : constant(+_), arc) : padRadius;
114
+ };
115
+ arc.startAngle = function(_) {
116
+ return arguments.length ? (startAngle = typeof _ === "function" ? _ : constant(+_), arc) : startAngle;
117
+ };
118
+ arc.endAngle = function(_) {
119
+ return arguments.length ? (endAngle = typeof _ === "function" ? _ : constant(+_), arc) : endAngle;
120
+ };
121
+ arc.padAngle = function(_) {
122
+ return arguments.length ? (padAngle = typeof _ === "function" ? _ : constant(+_), arc) : padAngle;
123
+ };
124
+ arc.context = function(_) {
125
+ return arguments.length ? (context = _ == null ? null : _, arc) : context;
126
+ };
127
+ return arc;
128
+ }
129
+ export {
130
+ d3arc as d
131
+ };