@skydesign/tf 0.3.4 → 0.3.5
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/index.d.ts +6 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +149 -146
- package/dist/{render-Dzu8gXVX.mjs → render-SK2uaqmj.mjs} +714 -709
- package/dist/{render-wQ_Mruy4.js → render-aoKrPS96.js} +3 -3
- package/dist/server.js +1 -1
- package/dist/server.mjs +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
function
|
|
1
|
+
function Za(t) {
|
|
2
2
|
return JSON.stringify(JSON.stringify(t)).slice(1, -1);
|
|
3
3
|
}
|
|
4
|
-
function
|
|
4
|
+
function Ct(t) {
|
|
5
5
|
try {
|
|
6
6
|
return JSON.parse(t);
|
|
7
7
|
} catch {
|
|
@@ -16,9 +16,9 @@ function ie() {
|
|
|
16
16
|
if (!(r = arguments[t] + "") || r in n || /[\s.]/.test(r)) throw new Error("illegal type: " + r);
|
|
17
17
|
n[r] = [];
|
|
18
18
|
}
|
|
19
|
-
return new
|
|
19
|
+
return new kt(n);
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function kt(t) {
|
|
22
22
|
this._ = t;
|
|
23
23
|
}
|
|
24
24
|
function wn(t, e) {
|
|
@@ -28,33 +28,33 @@ function wn(t, e) {
|
|
|
28
28
|
return { type: n, name: r };
|
|
29
29
|
});
|
|
30
30
|
}
|
|
31
|
-
|
|
32
|
-
constructor:
|
|
31
|
+
kt.prototype = ie.prototype = {
|
|
32
|
+
constructor: kt,
|
|
33
33
|
on: function(t, e) {
|
|
34
|
-
var n = this._, r = wn(t + "", n), i,
|
|
34
|
+
var n = this._, r = wn(t + "", n), i, a = -1, o = r.length;
|
|
35
35
|
if (arguments.length < 2) {
|
|
36
|
-
for (; ++
|
|
36
|
+
for (; ++a < o; ) if ((i = (t = r[a]).type) && (i = vn(n[i], t.name))) return i;
|
|
37
37
|
return;
|
|
38
38
|
}
|
|
39
39
|
if (e != null && typeof e != "function") throw new Error("invalid callback: " + e);
|
|
40
|
-
for (; ++
|
|
41
|
-
if (i = (t = r[
|
|
40
|
+
for (; ++a < o; )
|
|
41
|
+
if (i = (t = r[a]).type) n[i] = he(n[i], t.name, e);
|
|
42
42
|
else if (e == null) for (i in n) n[i] = he(n[i], t.name, null);
|
|
43
43
|
return this;
|
|
44
44
|
},
|
|
45
45
|
copy: function() {
|
|
46
46
|
var t = {}, e = this._;
|
|
47
47
|
for (var n in e) t[n] = e[n].slice();
|
|
48
|
-
return new
|
|
48
|
+
return new kt(t);
|
|
49
49
|
},
|
|
50
50
|
call: function(t, e) {
|
|
51
|
-
if ((i = arguments.length - 2) > 0) for (var n = new Array(i), r = 0, i,
|
|
51
|
+
if ((i = arguments.length - 2) > 0) for (var n = new Array(i), r = 0, i, a; r < i; ++r) n[r] = arguments[r + 2];
|
|
52
52
|
if (!this._.hasOwnProperty(t)) throw new Error("unknown type: " + t);
|
|
53
|
-
for (
|
|
53
|
+
for (a = this._[t], r = 0, i = a.length; r < i; ++r) a[r].value.apply(e, n);
|
|
54
54
|
},
|
|
55
55
|
apply: function(t, e, n) {
|
|
56
56
|
if (!this._.hasOwnProperty(t)) throw new Error("unknown type: " + t);
|
|
57
|
-
for (var r = this._[t], i = 0,
|
|
57
|
+
for (var r = this._[t], i = 0, a = r.length; i < a; ++i) r[i].value.apply(e, n);
|
|
58
58
|
}
|
|
59
59
|
};
|
|
60
60
|
function vn(t, e) {
|
|
@@ -107,32 +107,32 @@ function oe(t) {
|
|
|
107
107
|
function $n(t) {
|
|
108
108
|
typeof t != "function" && (t = oe(t));
|
|
109
109
|
for (var e = this._groups, n = e.length, r = new Array(n), i = 0; i < n; ++i)
|
|
110
|
-
for (var
|
|
111
|
-
(
|
|
112
|
-
return new
|
|
110
|
+
for (var a = e[i], o = a.length, c = r[i] = new Array(o), s, l, u = 0; u < o; ++u)
|
|
111
|
+
(s = a[u]) && (l = t.call(s, s.__data__, u, a)) && ("__data__" in s && (l.__data__ = s.__data__), c[u] = l);
|
|
112
|
+
return new W(r, this._parents);
|
|
113
113
|
}
|
|
114
|
-
function
|
|
114
|
+
function kn(t) {
|
|
115
115
|
return t == null ? [] : Array.isArray(t) ? t : Array.from(t);
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function Sn() {
|
|
118
118
|
return [];
|
|
119
119
|
}
|
|
120
120
|
function Ye(t) {
|
|
121
|
-
return t == null ?
|
|
121
|
+
return t == null ? Sn : function() {
|
|
122
122
|
return this.querySelectorAll(t);
|
|
123
123
|
};
|
|
124
124
|
}
|
|
125
125
|
function An(t) {
|
|
126
126
|
return function() {
|
|
127
|
-
return
|
|
127
|
+
return kn(t.apply(this, arguments));
|
|
128
128
|
};
|
|
129
129
|
}
|
|
130
130
|
function In(t) {
|
|
131
131
|
typeof t == "function" ? t = An(t) : t = Ye(t);
|
|
132
|
-
for (var e = this._groups, n = e.length, r = [], i = [],
|
|
133
|
-
for (var o = e[
|
|
134
|
-
(
|
|
135
|
-
return new
|
|
132
|
+
for (var e = this._groups, n = e.length, r = [], i = [], a = 0; a < n; ++a)
|
|
133
|
+
for (var o = e[a], c = o.length, s, l = 0; l < c; ++l)
|
|
134
|
+
(s = o[l]) && (r.push(t.call(s, s.__data__, l, o)), i.push(s));
|
|
135
|
+
return new W(r, i);
|
|
136
136
|
}
|
|
137
137
|
function ze(t) {
|
|
138
138
|
return function() {
|
|
@@ -145,16 +145,16 @@ function Re(t) {
|
|
|
145
145
|
};
|
|
146
146
|
}
|
|
147
147
|
var Tn = Array.prototype.find;
|
|
148
|
-
function
|
|
148
|
+
function Cn(t) {
|
|
149
149
|
return function() {
|
|
150
150
|
return Tn.call(this.children, t);
|
|
151
151
|
};
|
|
152
152
|
}
|
|
153
|
-
function
|
|
153
|
+
function Mn() {
|
|
154
154
|
return this.firstElementChild;
|
|
155
155
|
}
|
|
156
156
|
function Dn(t) {
|
|
157
|
-
return this.select(t == null ?
|
|
157
|
+
return this.select(t == null ? Mn : Cn(typeof t == "function" ? t : Re(t)));
|
|
158
158
|
}
|
|
159
159
|
var Pn = Array.prototype.filter;
|
|
160
160
|
function Yn() {
|
|
@@ -171,21 +171,21 @@ function Rn(t) {
|
|
|
171
171
|
function Ln(t) {
|
|
172
172
|
typeof t != "function" && (t = ze(t));
|
|
173
173
|
for (var e = this._groups, n = e.length, r = new Array(n), i = 0; i < n; ++i)
|
|
174
|
-
for (var
|
|
175
|
-
(
|
|
176
|
-
return new
|
|
174
|
+
for (var a = e[i], o = a.length, c = r[i] = [], s, l = 0; l < o; ++l)
|
|
175
|
+
(s = a[l]) && t.call(s, s.__data__, l, a) && c.push(s);
|
|
176
|
+
return new W(r, this._parents);
|
|
177
177
|
}
|
|
178
178
|
function Le(t) {
|
|
179
179
|
return new Array(t.length);
|
|
180
180
|
}
|
|
181
181
|
function On() {
|
|
182
|
-
return new
|
|
182
|
+
return new W(this._enter || this._groups.map(Le), this._parents);
|
|
183
183
|
}
|
|
184
|
-
function
|
|
184
|
+
function Mt(t, e) {
|
|
185
185
|
this.ownerDocument = t.ownerDocument, this.namespaceURI = t.namespaceURI, this._next = null, this._parent = t, this.__data__ = e;
|
|
186
186
|
}
|
|
187
|
-
|
|
188
|
-
constructor:
|
|
187
|
+
Mt.prototype = {
|
|
188
|
+
constructor: Mt,
|
|
189
189
|
appendChild: function(t) {
|
|
190
190
|
return this._parent.insertBefore(t, this._next);
|
|
191
191
|
},
|
|
@@ -204,20 +204,20 @@ function Bn(t) {
|
|
|
204
204
|
return t;
|
|
205
205
|
};
|
|
206
206
|
}
|
|
207
|
-
function Hn(t, e, n, r, i,
|
|
208
|
-
for (var o = 0, c,
|
|
209
|
-
(c = e[o]) ? (c.__data__ =
|
|
210
|
-
for (; o <
|
|
207
|
+
function Hn(t, e, n, r, i, a) {
|
|
208
|
+
for (var o = 0, c, s = e.length, l = a.length; o < l; ++o)
|
|
209
|
+
(c = e[o]) ? (c.__data__ = a[o], r[o] = c) : n[o] = new Mt(t, a[o]);
|
|
210
|
+
for (; o < s; ++o)
|
|
211
211
|
(c = e[o]) && (i[o] = c);
|
|
212
212
|
}
|
|
213
|
-
function Fn(t, e, n, r, i,
|
|
214
|
-
var c,
|
|
213
|
+
function Fn(t, e, n, r, i, a, o) {
|
|
214
|
+
var c, s, l = /* @__PURE__ */ new Map(), u = e.length, f = a.length, h = new Array(u), g;
|
|
215
215
|
for (c = 0; c < u; ++c)
|
|
216
|
-
(
|
|
216
|
+
(s = e[c]) && (h[c] = g = o.call(s, s.__data__, c, e) + "", l.has(g) ? i[c] = s : l.set(g, s));
|
|
217
217
|
for (c = 0; c < f; ++c)
|
|
218
|
-
g = o.call(t,
|
|
218
|
+
g = o.call(t, a[c], c, a) + "", (s = l.get(g)) ? (r[c] = s, s.__data__ = a[c], l.delete(g)) : n[c] = new Mt(t, a[c]);
|
|
219
219
|
for (c = 0; c < u; ++c)
|
|
220
|
-
(
|
|
220
|
+
(s = e[c]) && l.get(h[c]) === s && (i[c] = s);
|
|
221
221
|
}
|
|
222
222
|
function Wn(t) {
|
|
223
223
|
return t.__data__;
|
|
@@ -226,8 +226,8 @@ function Gn(t, e) {
|
|
|
226
226
|
if (!arguments.length) return Array.from(this, Wn);
|
|
227
227
|
var n = e ? Fn : Hn, r = this._parents, i = this._groups;
|
|
228
228
|
typeof t != "function" && (t = Bn(t));
|
|
229
|
-
for (var
|
|
230
|
-
var u = r[l], f = i[l], h = f.length, g = Vn(t.call(u, u && u.__data__, l, r)), m = g.length, x = c[l] = new Array(m), y = o[l] = new Array(m), p =
|
|
229
|
+
for (var a = i.length, o = new Array(a), c = new Array(a), s = new Array(a), l = 0; l < a; ++l) {
|
|
230
|
+
var u = r[l], f = i[l], h = f.length, g = Vn(t.call(u, u && u.__data__, l, r)), m = g.length, x = c[l] = new Array(m), y = o[l] = new Array(m), p = s[l] = new Array(h);
|
|
231
231
|
n(u, f, x, y, p, g, e);
|
|
232
232
|
for (var w = 0, E = 0, S, $; w < m; ++w)
|
|
233
233
|
if (S = x[w]) {
|
|
@@ -235,30 +235,30 @@ function Gn(t, e) {
|
|
|
235
235
|
S._next = $ || null;
|
|
236
236
|
}
|
|
237
237
|
}
|
|
238
|
-
return o = new
|
|
238
|
+
return o = new W(o, r), o._enter = c, o._exit = s, o;
|
|
239
239
|
}
|
|
240
240
|
function Vn(t) {
|
|
241
241
|
return typeof t == "object" && "length" in t ? t : Array.from(t);
|
|
242
242
|
}
|
|
243
243
|
function Xn() {
|
|
244
|
-
return new
|
|
244
|
+
return new W(this._exit || this._groups.map(Le), this._parents);
|
|
245
245
|
}
|
|
246
246
|
function qn(t, e, n) {
|
|
247
|
-
var r = this.enter(), i = this,
|
|
248
|
-
return typeof t == "function" ? (r = t(r), r && (r = r.selection())) : r = r.append(t + ""), e != null && (i = e(i), i && (i = i.selection())), n == null ?
|
|
247
|
+
var r = this.enter(), i = this, a = this.exit();
|
|
248
|
+
return typeof t == "function" ? (r = t(r), r && (r = r.selection())) : r = r.append(t + ""), e != null && (i = e(i), i && (i = i.selection())), n == null ? a.remove() : n(a), r && i ? r.merge(i).order() : i;
|
|
249
249
|
}
|
|
250
250
|
function Un(t) {
|
|
251
|
-
for (var e = t.selection ? t.selection() : t, n = this._groups, r = e._groups, i = n.length,
|
|
252
|
-
for (var l = n[
|
|
251
|
+
for (var e = t.selection ? t.selection() : t, n = this._groups, r = e._groups, i = n.length, a = r.length, o = Math.min(i, a), c = new Array(i), s = 0; s < o; ++s)
|
|
252
|
+
for (var l = n[s], u = r[s], f = l.length, h = c[s] = new Array(f), g, m = 0; m < f; ++m)
|
|
253
253
|
(g = l[m] || u[m]) && (h[m] = g);
|
|
254
|
-
for (;
|
|
255
|
-
c[
|
|
256
|
-
return new
|
|
254
|
+
for (; s < i; ++s)
|
|
255
|
+
c[s] = n[s];
|
|
256
|
+
return new W(c, this._parents);
|
|
257
257
|
}
|
|
258
258
|
function Zn() {
|
|
259
259
|
for (var t = this._groups, e = -1, n = t.length; ++e < n; )
|
|
260
|
-
for (var r = t[e], i = r.length - 1,
|
|
261
|
-
(o = r[i]) && (
|
|
260
|
+
for (var r = t[e], i = r.length - 1, a = r[i], o; --i >= 0; )
|
|
261
|
+
(o = r[i]) && (a && o.compareDocumentPosition(a) ^ 4 && a.parentNode.insertBefore(o, a), a = o);
|
|
262
262
|
return this;
|
|
263
263
|
}
|
|
264
264
|
function Kn(t) {
|
|
@@ -266,12 +266,12 @@ function Kn(t) {
|
|
|
266
266
|
function e(f, h) {
|
|
267
267
|
return f && h ? t(f.__data__, h.__data__) : !f - !h;
|
|
268
268
|
}
|
|
269
|
-
for (var n = this._groups, r = n.length, i = new Array(r),
|
|
270
|
-
for (var o = n[
|
|
271
|
-
(l = o[u]) && (
|
|
272
|
-
|
|
269
|
+
for (var n = this._groups, r = n.length, i = new Array(r), a = 0; a < r; ++a) {
|
|
270
|
+
for (var o = n[a], c = o.length, s = i[a] = new Array(c), l, u = 0; u < c; ++u)
|
|
271
|
+
(l = o[u]) && (s[u] = l);
|
|
272
|
+
s.sort(e);
|
|
273
273
|
}
|
|
274
|
-
return new
|
|
274
|
+
return new W(i, this._parents).order();
|
|
275
275
|
}
|
|
276
276
|
function Qn(t, e) {
|
|
277
277
|
return t < e ? -1 : t > e ? 1 : t >= e ? 0 : NaN;
|
|
@@ -285,7 +285,7 @@ function jn() {
|
|
|
285
285
|
}
|
|
286
286
|
function tr() {
|
|
287
287
|
for (var t = this._groups, e = 0, n = t.length; e < n; ++e)
|
|
288
|
-
for (var r = t[e], i = 0,
|
|
288
|
+
for (var r = t[e], i = 0, a = r.length; i < a; ++i) {
|
|
289
289
|
var o = r[i];
|
|
290
290
|
if (o) return o;
|
|
291
291
|
}
|
|
@@ -301,8 +301,8 @@ function nr() {
|
|
|
301
301
|
}
|
|
302
302
|
function rr(t) {
|
|
303
303
|
for (var e = this._groups, n = 0, r = e.length; n < r; ++n)
|
|
304
|
-
for (var i = e[n],
|
|
305
|
-
(c = i[
|
|
304
|
+
for (var i = e[n], a = 0, o = i.length, c; a < o; ++a)
|
|
305
|
+
(c = i[a]) && t.call(c, c.__data__, a, i);
|
|
306
306
|
return this;
|
|
307
307
|
}
|
|
308
308
|
function ir(t) {
|
|
@@ -315,12 +315,12 @@ function or(t) {
|
|
|
315
315
|
this.removeAttributeNS(t.space, t.local);
|
|
316
316
|
};
|
|
317
317
|
}
|
|
318
|
-
function
|
|
318
|
+
function ar(t, e) {
|
|
319
319
|
return function() {
|
|
320
320
|
this.setAttribute(t, e);
|
|
321
321
|
};
|
|
322
322
|
}
|
|
323
|
-
function
|
|
323
|
+
function sr(t, e) {
|
|
324
324
|
return function() {
|
|
325
325
|
this.setAttributeNS(t.space, t.local, e);
|
|
326
326
|
};
|
|
@@ -343,7 +343,7 @@ function ur(t, e) {
|
|
|
343
343
|
var r = this.node();
|
|
344
344
|
return n.local ? r.getAttributeNS(n.space, n.local) : r.getAttribute(n);
|
|
345
345
|
}
|
|
346
|
-
return this.each((e == null ? n.local ? or : ir : typeof e == "function" ? n.local ? lr : cr : n.local ?
|
|
346
|
+
return this.each((e == null ? n.local ? or : ir : typeof e == "function" ? n.local ? lr : cr : n.local ? sr : ar)(n, e));
|
|
347
347
|
}
|
|
348
348
|
function Oe(t) {
|
|
349
349
|
return t.ownerDocument && t.ownerDocument.defaultView || t.document && t || t.defaultView;
|
|
@@ -392,7 +392,7 @@ function xr(t, e) {
|
|
|
392
392
|
function Be(t) {
|
|
393
393
|
return t.trim().split(/^|\s+/);
|
|
394
394
|
}
|
|
395
|
-
function
|
|
395
|
+
function ae(t) {
|
|
396
396
|
return t.classList || new He(t);
|
|
397
397
|
}
|
|
398
398
|
function He(t) {
|
|
@@ -412,10 +412,10 @@ He.prototype = {
|
|
|
412
412
|
}
|
|
413
413
|
};
|
|
414
414
|
function Fe(t, e) {
|
|
415
|
-
for (var n =
|
|
415
|
+
for (var n = ae(t), r = -1, i = e.length; ++r < i; ) n.add(e[r]);
|
|
416
416
|
}
|
|
417
417
|
function We(t, e) {
|
|
418
|
-
for (var n =
|
|
418
|
+
for (var n = ae(t), r = -1, i = e.length; ++r < i; ) n.remove(e[r]);
|
|
419
419
|
}
|
|
420
420
|
function _r(t) {
|
|
421
421
|
return function() {
|
|
@@ -435,7 +435,7 @@ function vr(t, e) {
|
|
|
435
435
|
function br(t, e) {
|
|
436
436
|
var n = Be(t + "");
|
|
437
437
|
if (arguments.length < 2) {
|
|
438
|
-
for (var r =
|
|
438
|
+
for (var r = ae(this.node()), i = -1, a = n.length; ++i < a; ) if (!r.contains(n[i])) return !1;
|
|
439
439
|
return !0;
|
|
440
440
|
}
|
|
441
441
|
return this.each((typeof e == "function" ? vr : e ? _r : wr)(n, e));
|
|
@@ -454,10 +454,10 @@ function $r(t) {
|
|
|
454
454
|
this.textContent = e ?? "";
|
|
455
455
|
};
|
|
456
456
|
}
|
|
457
|
-
function
|
|
457
|
+
function kr(t) {
|
|
458
458
|
return arguments.length ? this.each(t == null ? Er : (typeof t == "function" ? $r : Nr)(t)) : this.node().textContent;
|
|
459
459
|
}
|
|
460
|
-
function
|
|
460
|
+
function Sr() {
|
|
461
461
|
this.innerHTML = "";
|
|
462
462
|
}
|
|
463
463
|
function Ar(t) {
|
|
@@ -472,13 +472,13 @@ function Ir(t) {
|
|
|
472
472
|
};
|
|
473
473
|
}
|
|
474
474
|
function Tr(t) {
|
|
475
|
-
return arguments.length ? this.each(t == null ?
|
|
475
|
+
return arguments.length ? this.each(t == null ? Sr : (typeof t == "function" ? Ir : Ar)(t)) : this.node().innerHTML;
|
|
476
476
|
}
|
|
477
|
-
function
|
|
477
|
+
function Cr() {
|
|
478
478
|
this.nextSibling && this.parentNode.appendChild(this);
|
|
479
479
|
}
|
|
480
|
-
function
|
|
481
|
-
return this.each(
|
|
480
|
+
function Mr() {
|
|
481
|
+
return this.each(Cr);
|
|
482
482
|
}
|
|
483
483
|
function Dr() {
|
|
484
484
|
this.previousSibling && this.parentNode.insertBefore(this, this.parentNode.firstChild);
|
|
@@ -537,38 +537,38 @@ function Xr(t) {
|
|
|
537
537
|
return function() {
|
|
538
538
|
var e = this.__on;
|
|
539
539
|
if (e) {
|
|
540
|
-
for (var n = 0, r = -1, i = e.length,
|
|
541
|
-
|
|
540
|
+
for (var n = 0, r = -1, i = e.length, a; n < i; ++n)
|
|
541
|
+
a = e[n], (!t.type || a.type === t.type) && a.name === t.name ? this.removeEventListener(a.type, a.listener, a.options) : e[++r] = a;
|
|
542
542
|
++r ? e.length = r : delete this.__on;
|
|
543
543
|
}
|
|
544
544
|
};
|
|
545
545
|
}
|
|
546
546
|
function qr(t, e, n) {
|
|
547
547
|
return function() {
|
|
548
|
-
var r = this.__on, i,
|
|
548
|
+
var r = this.__on, i, a = Gr(e);
|
|
549
549
|
if (r) {
|
|
550
550
|
for (var o = 0, c = r.length; o < c; ++o)
|
|
551
551
|
if ((i = r[o]).type === t.type && i.name === t.name) {
|
|
552
|
-
this.removeEventListener(i.type, i.listener, i.options), this.addEventListener(i.type, i.listener =
|
|
552
|
+
this.removeEventListener(i.type, i.listener, i.options), this.addEventListener(i.type, i.listener = a, i.options = n), i.value = e;
|
|
553
553
|
return;
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
|
-
this.addEventListener(t.type,
|
|
556
|
+
this.addEventListener(t.type, a, n), i = { type: t.type, name: t.name, value: e, listener: a, options: n }, r ? r.push(i) : this.__on = [i];
|
|
557
557
|
};
|
|
558
558
|
}
|
|
559
559
|
function Ur(t, e, n) {
|
|
560
|
-
var r = Vr(t + ""), i,
|
|
560
|
+
var r = Vr(t + ""), i, a = r.length, o;
|
|
561
561
|
if (arguments.length < 2) {
|
|
562
562
|
var c = this.node().__on;
|
|
563
563
|
if (c) {
|
|
564
|
-
for (var
|
|
565
|
-
for (i = 0, u = c[
|
|
564
|
+
for (var s = 0, l = c.length, u; s < l; ++s)
|
|
565
|
+
for (i = 0, u = c[s]; i < a; ++i)
|
|
566
566
|
if ((o = r[i]).type === u.type && o.name === u.name)
|
|
567
567
|
return u.value;
|
|
568
568
|
}
|
|
569
569
|
return;
|
|
570
570
|
}
|
|
571
|
-
for (c = e ? qr : Xr, i = 0; i <
|
|
571
|
+
for (c = e ? qr : Xr, i = 0; i < a; ++i) this.each(c(r[i], e, n));
|
|
572
572
|
return this;
|
|
573
573
|
}
|
|
574
574
|
function Ge(t, e, n) {
|
|
@@ -590,21 +590,21 @@ function Qr(t, e) {
|
|
|
590
590
|
}
|
|
591
591
|
function* Jr() {
|
|
592
592
|
for (var t = this._groups, e = 0, n = t.length; e < n; ++e)
|
|
593
|
-
for (var r = t[e], i = 0,
|
|
593
|
+
for (var r = t[e], i = 0, a = r.length, o; i < a; ++i)
|
|
594
594
|
(o = r[i]) && (yield o);
|
|
595
595
|
}
|
|
596
596
|
var Ve = [null];
|
|
597
|
-
function
|
|
597
|
+
function W(t, e) {
|
|
598
598
|
this._groups = t, this._parents = e;
|
|
599
599
|
}
|
|
600
600
|
function wt() {
|
|
601
|
-
return new
|
|
601
|
+
return new W([[document.documentElement]], Ve);
|
|
602
602
|
}
|
|
603
603
|
function jr() {
|
|
604
604
|
return this;
|
|
605
605
|
}
|
|
606
|
-
|
|
607
|
-
constructor:
|
|
606
|
+
W.prototype = wt.prototype = {
|
|
607
|
+
constructor: W,
|
|
608
608
|
select: $n,
|
|
609
609
|
selectAll: In,
|
|
610
610
|
selectChild: Dn,
|
|
@@ -628,9 +628,9 @@ F.prototype = wt.prototype = {
|
|
|
628
628
|
style: gr,
|
|
629
629
|
property: xr,
|
|
630
630
|
classed: br,
|
|
631
|
-
text:
|
|
631
|
+
text: kr,
|
|
632
632
|
html: Tr,
|
|
633
|
-
raise:
|
|
633
|
+
raise: Mr,
|
|
634
634
|
lower: Pr,
|
|
635
635
|
append: Yr,
|
|
636
636
|
insert: Rr,
|
|
@@ -642,7 +642,7 @@ F.prototype = wt.prototype = {
|
|
|
642
642
|
[Symbol.iterator]: Jr
|
|
643
643
|
};
|
|
644
644
|
function Y(t) {
|
|
645
|
-
return typeof t == "string" ? new
|
|
645
|
+
return typeof t == "string" ? new W([[document.querySelector(t)]], [document.documentElement]) : new W([[t]], Ve);
|
|
646
646
|
}
|
|
647
647
|
function ti(t) {
|
|
648
648
|
let e;
|
|
@@ -677,7 +677,7 @@ function ni(t, e) {
|
|
|
677
677
|
r.on("click.drag", null);
|
|
678
678
|
}, 0)), "onselectstart" in n ? r.on("selectstart.drag", null) : (n.style.MozUserSelect = n.__noselect, delete n.__noselect);
|
|
679
679
|
}
|
|
680
|
-
function
|
|
680
|
+
function se(t, e, n) {
|
|
681
681
|
t.prototype = e.prototype = n, n.constructor = t;
|
|
682
682
|
}
|
|
683
683
|
function Xe(t, e) {
|
|
@@ -687,7 +687,7 @@ function Xe(t, e) {
|
|
|
687
687
|
}
|
|
688
688
|
function vt() {
|
|
689
689
|
}
|
|
690
|
-
var pt = 0.7, Dt = 1 / pt, ct = "\\s*([+-]?\\d+)\\s*", mt = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*", U = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*", ri = /^#([0-9a-f]{3,8})$/, ii = new RegExp(`^rgb\\(${ct},${ct},${ct}\\)$`), oi = new RegExp(`^rgb\\(${U},${U},${U}\\)$`),
|
|
690
|
+
var pt = 0.7, Dt = 1 / pt, ct = "\\s*([+-]?\\d+)\\s*", mt = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)\\s*", U = "\\s*([+-]?(?:\\d*\\.)?\\d+(?:[eE][+-]?\\d+)?)%\\s*", ri = /^#([0-9a-f]{3,8})$/, ii = new RegExp(`^rgb\\(${ct},${ct},${ct}\\)$`), oi = new RegExp(`^rgb\\(${U},${U},${U}\\)$`), ai = new RegExp(`^rgba\\(${ct},${ct},${ct},${mt}\\)$`), si = new RegExp(`^rgba\\(${U},${U},${U},${mt}\\)$`), ci = new RegExp(`^hsl\\(${mt},${U},${U}\\)$`), li = new RegExp(`^hsla\\(${mt},${U},${U},${mt}\\)$`), ge = {
|
|
691
691
|
aliceblue: 15792383,
|
|
692
692
|
antiquewhite: 16444375,
|
|
693
693
|
aqua: 65535,
|
|
@@ -837,7 +837,7 @@ var pt = 0.7, Dt = 1 / pt, ct = "\\s*([+-]?\\d+)\\s*", mt = "\\s*([+-]?(?:\\d*\\
|
|
|
837
837
|
yellow: 16776960,
|
|
838
838
|
yellowgreen: 10145074
|
|
839
839
|
};
|
|
840
|
-
|
|
840
|
+
se(vt, yt, {
|
|
841
841
|
copy(t) {
|
|
842
842
|
return Object.assign(new this.constructor(), this, t);
|
|
843
843
|
},
|
|
@@ -866,35 +866,35 @@ function me() {
|
|
|
866
866
|
}
|
|
867
867
|
function yt(t) {
|
|
868
868
|
var e, n;
|
|
869
|
-
return t = (t + "").trim().toLowerCase(), (e = ri.exec(t)) ? (n = e[1].length, e = parseInt(e[1], 16), n === 6 ? ye(e) : n === 3 ? new
|
|
869
|
+
return t = (t + "").trim().toLowerCase(), (e = ri.exec(t)) ? (n = e[1].length, e = parseInt(e[1], 16), n === 6 ? ye(e) : n === 3 ? new F(e >> 8 & 15 | e >> 4 & 240, e >> 4 & 15 | e & 240, (e & 15) << 4 | e & 15, 1) : n === 8 ? bt(e >> 24 & 255, e >> 16 & 255, e >> 8 & 255, (e & 255) / 255) : n === 4 ? bt(e >> 12 & 15 | e >> 8 & 240, e >> 8 & 15 | e >> 4 & 240, e >> 4 & 15 | e & 240, ((e & 15) << 4 | e & 15) / 255) : null) : (e = ii.exec(t)) ? new F(e[1], e[2], e[3], 1) : (e = oi.exec(t)) ? new F(e[1] * 255 / 100, e[2] * 255 / 100, e[3] * 255 / 100, 1) : (e = ai.exec(t)) ? bt(e[1], e[2], e[3], e[4]) : (e = si.exec(t)) ? bt(e[1] * 255 / 100, e[2] * 255 / 100, e[3] * 255 / 100, e[4]) : (e = ci.exec(t)) ? we(e[1], e[2] / 100, e[3] / 100, 1) : (e = li.exec(t)) ? we(e[1], e[2] / 100, e[3] / 100, e[4]) : ge.hasOwnProperty(t) ? ye(ge[t]) : t === "transparent" ? new F(NaN, NaN, NaN, 0) : null;
|
|
870
870
|
}
|
|
871
871
|
function ye(t) {
|
|
872
|
-
return new
|
|
872
|
+
return new F(t >> 16 & 255, t >> 8 & 255, t & 255, 1);
|
|
873
873
|
}
|
|
874
874
|
function bt(t, e, n, r) {
|
|
875
|
-
return r <= 0 && (t = e = n = NaN), new
|
|
875
|
+
return r <= 0 && (t = e = n = NaN), new F(t, e, n, r);
|
|
876
876
|
}
|
|
877
877
|
function hi(t) {
|
|
878
|
-
return t instanceof vt || (t = yt(t)), t ? (t = t.rgb(), new
|
|
878
|
+
return t instanceof vt || (t = yt(t)), t ? (t = t.rgb(), new F(t.r, t.g, t.b, t.opacity)) : new F();
|
|
879
879
|
}
|
|
880
880
|
function Zt(t, e, n, r) {
|
|
881
|
-
return arguments.length === 1 ? hi(t) : new
|
|
881
|
+
return arguments.length === 1 ? hi(t) : new F(t, e, n, r ?? 1);
|
|
882
882
|
}
|
|
883
|
-
function
|
|
883
|
+
function F(t, e, n, r) {
|
|
884
884
|
this.r = +t, this.g = +e, this.b = +n, this.opacity = +r;
|
|
885
885
|
}
|
|
886
|
-
|
|
886
|
+
se(F, Zt, Xe(vt, {
|
|
887
887
|
brighter(t) {
|
|
888
|
-
return t = t == null ? Dt : Math.pow(Dt, t), new
|
|
888
|
+
return t = t == null ? Dt : Math.pow(Dt, t), new F(this.r * t, this.g * t, this.b * t, this.opacity);
|
|
889
889
|
},
|
|
890
890
|
darker(t) {
|
|
891
|
-
return t = t == null ? pt : Math.pow(pt, t), new
|
|
891
|
+
return t = t == null ? pt : Math.pow(pt, t), new F(this.r * t, this.g * t, this.b * t, this.opacity);
|
|
892
892
|
},
|
|
893
893
|
rgb() {
|
|
894
894
|
return this;
|
|
895
895
|
},
|
|
896
896
|
clamp() {
|
|
897
|
-
return new
|
|
897
|
+
return new F(at(this.r), at(this.g), at(this.b), Pt(this.opacity));
|
|
898
898
|
},
|
|
899
899
|
displayable() {
|
|
900
900
|
return -0.5 <= this.r && this.r < 255.5 && -0.5 <= this.g && this.g < 255.5 && -0.5 <= this.b && this.b < 255.5 && 0 <= this.opacity && this.opacity <= 1;
|
|
@@ -914,16 +914,16 @@ function di() {
|
|
|
914
914
|
}
|
|
915
915
|
function _e() {
|
|
916
916
|
const t = Pt(this.opacity);
|
|
917
|
-
return `${t === 1 ? "rgb(" : "rgba("}${
|
|
917
|
+
return `${t === 1 ? "rgb(" : "rgba("}${at(this.r)}, ${at(this.g)}, ${at(this.b)}${t === 1 ? ")" : `, ${t})`}`;
|
|
918
918
|
}
|
|
919
919
|
function Pt(t) {
|
|
920
920
|
return isNaN(t) ? 1 : Math.max(0, Math.min(1, t));
|
|
921
921
|
}
|
|
922
|
-
function
|
|
922
|
+
function at(t) {
|
|
923
923
|
return Math.max(0, Math.min(255, Math.round(t) || 0));
|
|
924
924
|
}
|
|
925
925
|
function ot(t) {
|
|
926
|
-
return t =
|
|
926
|
+
return t = at(t), (t < 16 ? "0" : "") + t.toString(16);
|
|
927
927
|
}
|
|
928
928
|
function we(t, e, n, r) {
|
|
929
929
|
return r <= 0 ? t = e = n = NaN : n <= 0 || n >= 1 ? t = e = NaN : e <= 0 && (t = NaN), new X(t, e, n, r);
|
|
@@ -933,8 +933,8 @@ function qe(t) {
|
|
|
933
933
|
if (t instanceof vt || (t = yt(t)), !t) return new X();
|
|
934
934
|
if (t instanceof X) return t;
|
|
935
935
|
t = t.rgb();
|
|
936
|
-
var e = t.r / 255, n = t.g / 255, r = t.b / 255, i = Math.min(e, n, r),
|
|
937
|
-
return c ? (e ===
|
|
936
|
+
var e = t.r / 255, n = t.g / 255, r = t.b / 255, i = Math.min(e, n, r), a = Math.max(e, n, r), o = NaN, c = a - i, s = (a + i) / 2;
|
|
937
|
+
return c ? (e === a ? o = (n - r) / c + (n < r) * 6 : n === a ? o = (r - e) / c + 2 : o = (e - n) / c + 4, c /= s < 0.5 ? a + i : 2 - a - i, o *= 60) : c = s > 0 && s < 1 ? 0 : o, new X(o, c, s, t.opacity);
|
|
938
938
|
}
|
|
939
939
|
function gi(t, e, n, r) {
|
|
940
940
|
return arguments.length === 1 ? qe(t) : new X(t, e, n, r ?? 1);
|
|
@@ -942,7 +942,7 @@ function gi(t, e, n, r) {
|
|
|
942
942
|
function X(t, e, n, r) {
|
|
943
943
|
this.h = +t, this.s = +e, this.l = +n, this.opacity = +r;
|
|
944
944
|
}
|
|
945
|
-
|
|
945
|
+
se(X, gi, Xe(vt, {
|
|
946
946
|
brighter(t) {
|
|
947
947
|
return t = t == null ? Dt : Math.pow(Dt, t), new X(this.h, this.s, this.l * t, this.opacity);
|
|
948
948
|
},
|
|
@@ -951,7 +951,7 @@ ae(X, gi, Xe(vt, {
|
|
|
951
951
|
},
|
|
952
952
|
rgb() {
|
|
953
953
|
var t = this.h % 360 + (this.h < 0) * 360, e = isNaN(t) || isNaN(this.s) ? 0 : this.s, n = this.l, r = n + (n < 0.5 ? n : 1 - n) * e, i = 2 * n - r;
|
|
954
|
-
return new
|
|
954
|
+
return new F(
|
|
955
955
|
Wt(t >= 240 ? t - 240 : t + 120, i, r),
|
|
956
956
|
Wt(t, i, r),
|
|
957
957
|
Wt(t < 120 ? t + 240 : t - 120, i, r),
|
|
@@ -1000,10 +1000,10 @@ function Ze(t, e) {
|
|
|
1000
1000
|
}
|
|
1001
1001
|
const be = (function t(e) {
|
|
1002
1002
|
var n = yi(e);
|
|
1003
|
-
function r(i,
|
|
1004
|
-
var o = n((i = Zt(i)).r, (
|
|
1003
|
+
function r(i, a) {
|
|
1004
|
+
var o = n((i = Zt(i)).r, (a = Zt(a)).r), c = n(i.g, a.g), s = n(i.b, a.b), l = Ze(i.opacity, a.opacity);
|
|
1005
1005
|
return function(u) {
|
|
1006
|
-
return i.r = o(u), i.g = c(u), i.b =
|
|
1006
|
+
return i.r = o(u), i.g = c(u), i.b = s(u), i.opacity = l(u), i + "";
|
|
1007
1007
|
};
|
|
1008
1008
|
}
|
|
1009
1009
|
return r.gamma = t, r;
|
|
@@ -1025,11 +1025,11 @@ function _i(t) {
|
|
|
1025
1025
|
};
|
|
1026
1026
|
}
|
|
1027
1027
|
function wi(t, e) {
|
|
1028
|
-
var n = Kt.lastIndex = Gt.lastIndex = 0, r, i,
|
|
1028
|
+
var n = Kt.lastIndex = Gt.lastIndex = 0, r, i, a, o = -1, c = [], s = [];
|
|
1029
1029
|
for (t = t + "", e = e + ""; (r = Kt.exec(t)) && (i = Gt.exec(e)); )
|
|
1030
|
-
(
|
|
1031
|
-
return n < e.length && (
|
|
1032
|
-
for (var u = 0, f; u < e; ++u) c[(f =
|
|
1030
|
+
(a = i.index) > n && (a = e.slice(n, a), c[o] ? c[o] += a : c[++o] = a), (r = r[0]) === (i = i[0]) ? c[o] ? c[o] += i : c[++o] = i : (c[++o] = null, s.push({ i: o, x: et(r, i) })), n = Gt.lastIndex;
|
|
1031
|
+
return n < e.length && (a = e.slice(n), c[o] ? c[o] += a : c[++o] = a), c.length < 2 ? s[0] ? _i(s[0].x) : xi(e) : (e = s.length, function(l) {
|
|
1032
|
+
for (var u = 0, f; u < e; ++u) c[(f = s[u]).i] = f.x(l);
|
|
1033
1033
|
return c.join("");
|
|
1034
1034
|
});
|
|
1035
1035
|
}
|
|
@@ -1041,13 +1041,13 @@ var Ee = 180 / Math.PI, Qt = {
|
|
|
1041
1041
|
scaleX: 1,
|
|
1042
1042
|
scaleY: 1
|
|
1043
1043
|
};
|
|
1044
|
-
function Ke(t, e, n, r, i,
|
|
1045
|
-
var o, c,
|
|
1046
|
-
return (o = Math.sqrt(t * t + e * e)) && (t /= o, e /= o), (
|
|
1044
|
+
function Ke(t, e, n, r, i, a) {
|
|
1045
|
+
var o, c, s;
|
|
1046
|
+
return (o = Math.sqrt(t * t + e * e)) && (t /= o, e /= o), (s = t * n + e * r) && (n -= t * s, r -= e * s), (c = Math.sqrt(n * n + r * r)) && (n /= c, r /= c, s /= c), t * r < e * n && (t = -t, e = -e, s = -s, o = -o), {
|
|
1047
1047
|
translateX: i,
|
|
1048
|
-
translateY:
|
|
1048
|
+
translateY: a,
|
|
1049
1049
|
rotate: Math.atan2(e, t) * Ee,
|
|
1050
|
-
skewX: Math.atan(
|
|
1050
|
+
skewX: Math.atan(s) * Ee,
|
|
1051
1051
|
scaleX: o,
|
|
1052
1052
|
scaleY: c
|
|
1053
1053
|
};
|
|
@@ -1064,7 +1064,7 @@ function Qe(t, e, n, r) {
|
|
|
1064
1064
|
function i(l) {
|
|
1065
1065
|
return l.length ? l.pop() + " " : "";
|
|
1066
1066
|
}
|
|
1067
|
-
function
|
|
1067
|
+
function a(l, u, f, h, g, m) {
|
|
1068
1068
|
if (l !== f || u !== h) {
|
|
1069
1069
|
var x = g.push("translate(", null, e, null, n);
|
|
1070
1070
|
m.push({ i: x - 4, x: et(l, f) }, { i: x - 2, x: et(u, h) });
|
|
@@ -1076,7 +1076,7 @@ function Qe(t, e, n, r) {
|
|
|
1076
1076
|
function c(l, u, f, h) {
|
|
1077
1077
|
l !== u ? h.push({ i: f.push(i(f) + "skewX(", null, r) - 2, x: et(l, u) }) : u && f.push(i(f) + "skewX(" + u + r);
|
|
1078
1078
|
}
|
|
1079
|
-
function
|
|
1079
|
+
function s(l, u, f, h, g, m) {
|
|
1080
1080
|
if (l !== f || u !== h) {
|
|
1081
1081
|
var x = g.push(i(g) + "scale(", null, ",", null, ")");
|
|
1082
1082
|
m.push({ i: x - 4, x: et(l, f) }, { i: x - 2, x: et(u, h) });
|
|
@@ -1084,7 +1084,7 @@ function Qe(t, e, n, r) {
|
|
|
1084
1084
|
}
|
|
1085
1085
|
return function(l, u) {
|
|
1086
1086
|
var f = [], h = [];
|
|
1087
|
-
return l = t(l), u = t(u),
|
|
1087
|
+
return l = t(l), u = t(u), a(l.translateX, l.translateY, u.translateX, u.translateY, f, h), o(l.rotate, u.rotate, f, h), c(l.skewX, u.skewX, f, h), s(l.scaleX, l.scaleY, u.scaleX, u.scaleY, f, h), l = u = null, function(g) {
|
|
1088
1088
|
for (var m = -1, x = h.length, y; ++m < x; ) f[(y = h[m]).i] = y.x(g);
|
|
1089
1089
|
return f.join("");
|
|
1090
1090
|
};
|
|
@@ -1094,49 +1094,49 @@ var Ei = Qe(vi, "px, ", "px)", "deg)"), Ni = Qe(bi, ", ", ")", ")"), $i = 1e-12;
|
|
|
1094
1094
|
function Ne(t) {
|
|
1095
1095
|
return ((t = Math.exp(t)) + 1 / t) / 2;
|
|
1096
1096
|
}
|
|
1097
|
-
function
|
|
1097
|
+
function ki(t) {
|
|
1098
1098
|
return ((t = Math.exp(t)) - 1 / t) / 2;
|
|
1099
1099
|
}
|
|
1100
|
-
function
|
|
1100
|
+
function Si(t) {
|
|
1101
1101
|
return ((t = Math.exp(2 * t)) - 1) / (t + 1);
|
|
1102
1102
|
}
|
|
1103
1103
|
const Ai = (function t(e, n, r) {
|
|
1104
|
-
function i(
|
|
1105
|
-
var c =
|
|
1104
|
+
function i(a, o) {
|
|
1105
|
+
var c = a[0], s = a[1], l = a[2], u = o[0], f = o[1], h = o[2], g = u - c, m = f - s, x = g * g + m * m, y, p;
|
|
1106
1106
|
if (x < $i)
|
|
1107
1107
|
p = Math.log(h / l) / e, y = function(k) {
|
|
1108
1108
|
return [
|
|
1109
1109
|
c + k * g,
|
|
1110
|
-
|
|
1110
|
+
s + k * m,
|
|
1111
1111
|
l * Math.exp(e * k * p)
|
|
1112
1112
|
];
|
|
1113
1113
|
};
|
|
1114
1114
|
else {
|
|
1115
1115
|
var w = Math.sqrt(x), E = (h * h - l * l + r * x) / (2 * l * n * w), S = (h * h - l * l - r * x) / (2 * h * n * w), $ = Math.log(Math.sqrt(E * E + 1) - E), v = Math.log(Math.sqrt(S * S + 1) - S);
|
|
1116
1116
|
p = (v - $) / e, y = function(k) {
|
|
1117
|
-
var
|
|
1117
|
+
var M = k * p, D = Ne($), C = l / (n * w) * (D * Si(e * M + $) - ki($));
|
|
1118
1118
|
return [
|
|
1119
|
-
c +
|
|
1120
|
-
|
|
1121
|
-
l *
|
|
1119
|
+
c + C * g,
|
|
1120
|
+
s + C * m,
|
|
1121
|
+
l * D / Ne(e * M + $)
|
|
1122
1122
|
];
|
|
1123
1123
|
};
|
|
1124
1124
|
}
|
|
1125
1125
|
return y.duration = p * 1e3 * e / Math.SQRT2, y;
|
|
1126
1126
|
}
|
|
1127
|
-
return i.rho = function(
|
|
1128
|
-
var o = Math.max(1e-3, +
|
|
1129
|
-
return t(o, c,
|
|
1127
|
+
return i.rho = function(a) {
|
|
1128
|
+
var o = Math.max(1e-3, +a), c = o * o, s = c * c;
|
|
1129
|
+
return t(o, c, s);
|
|
1130
1130
|
}, i;
|
|
1131
1131
|
})(Math.SQRT2, 2, 4);
|
|
1132
|
-
var ut = 0, dt = 0, ft = 0, Je = 1e3, Yt, gt, zt = 0,
|
|
1132
|
+
var ut = 0, dt = 0, ft = 0, Je = 1e3, Yt, gt, zt = 0, st = 0, Ot = 0, xt = typeof performance == "object" && performance.now ? performance : Date, je = typeof window == "object" && window.requestAnimationFrame ? window.requestAnimationFrame.bind(window) : function(t) {
|
|
1133
1133
|
setTimeout(t, 17);
|
|
1134
1134
|
};
|
|
1135
1135
|
function ce() {
|
|
1136
|
-
return
|
|
1136
|
+
return st || (je(Ii), st = xt.now() + Ot);
|
|
1137
1137
|
}
|
|
1138
1138
|
function Ii() {
|
|
1139
|
-
|
|
1139
|
+
st = 0;
|
|
1140
1140
|
}
|
|
1141
1141
|
function Rt() {
|
|
1142
1142
|
this._call = this._time = this._next = null;
|
|
@@ -1158,22 +1158,22 @@ function tn(t, e, n) {
|
|
|
1158
1158
|
function Ti() {
|
|
1159
1159
|
ce(), ++ut;
|
|
1160
1160
|
for (var t = Yt, e; t; )
|
|
1161
|
-
(e =
|
|
1161
|
+
(e = st - t._time) >= 0 && t._call.call(void 0, e), t = t._next;
|
|
1162
1162
|
--ut;
|
|
1163
1163
|
}
|
|
1164
1164
|
function $e() {
|
|
1165
|
-
|
|
1165
|
+
st = (zt = xt.now()) + Ot, ut = dt = 0;
|
|
1166
1166
|
try {
|
|
1167
1167
|
Ti();
|
|
1168
1168
|
} finally {
|
|
1169
|
-
ut = 0,
|
|
1169
|
+
ut = 0, Mi(), st = 0;
|
|
1170
1170
|
}
|
|
1171
1171
|
}
|
|
1172
|
-
function
|
|
1172
|
+
function Ci() {
|
|
1173
1173
|
var t = xt.now(), e = t - zt;
|
|
1174
1174
|
e > Je && (Ot -= e, zt = t);
|
|
1175
1175
|
}
|
|
1176
|
-
function
|
|
1176
|
+
function Mi() {
|
|
1177
1177
|
for (var t, e = Yt, n, r = 1 / 0; e; )
|
|
1178
1178
|
e._call ? (r > e._time && (r = e._time), t = e, e = e._next) : (n = e._next, e._next = null, e = t ? t._next = n : Yt = n);
|
|
1179
1179
|
gt = t, Jt(r);
|
|
@@ -1181,18 +1181,18 @@ function Ci() {
|
|
|
1181
1181
|
function Jt(t) {
|
|
1182
1182
|
if (!ut) {
|
|
1183
1183
|
dt && (dt = clearTimeout(dt));
|
|
1184
|
-
var e = t -
|
|
1185
|
-
e > 24 ? (t < 1 / 0 && (dt = setTimeout($e, t - xt.now() - Ot)), ft && (ft = clearInterval(ft))) : (ft || (zt = xt.now(), ft = setInterval(
|
|
1184
|
+
var e = t - st;
|
|
1185
|
+
e > 24 ? (t < 1 / 0 && (dt = setTimeout($e, t - xt.now() - Ot)), ft && (ft = clearInterval(ft))) : (ft || (zt = xt.now(), ft = setInterval(Ci, Je)), ut = 1, je($e));
|
|
1186
1186
|
}
|
|
1187
1187
|
}
|
|
1188
|
-
function
|
|
1188
|
+
function ke(t, e, n) {
|
|
1189
1189
|
var r = new Rt();
|
|
1190
1190
|
return e = e == null ? 0 : +e, r.restart((i) => {
|
|
1191
1191
|
r.stop(), t(i + e);
|
|
1192
1192
|
}, e, n), r;
|
|
1193
1193
|
}
|
|
1194
|
-
var Di = ie("start", "end", "cancel", "interrupt"), Pi = [], en = 0,
|
|
1195
|
-
function Bt(t, e, n, r, i,
|
|
1194
|
+
var Di = ie("start", "end", "cancel", "interrupt"), Pi = [], en = 0, Se = 1, jt = 2, St = 3, Ae = 4, te = 5, At = 6;
|
|
1195
|
+
function Bt(t, e, n, r, i, a) {
|
|
1196
1196
|
var o = t.__transition;
|
|
1197
1197
|
if (!o) t.__transition = {};
|
|
1198
1198
|
else if (n in o) return;
|
|
@@ -1204,10 +1204,10 @@ function Bt(t, e, n, r, i, s) {
|
|
|
1204
1204
|
// For context during callback.
|
|
1205
1205
|
on: Di,
|
|
1206
1206
|
tween: Pi,
|
|
1207
|
-
time:
|
|
1208
|
-
delay:
|
|
1209
|
-
duration:
|
|
1210
|
-
ease:
|
|
1207
|
+
time: a.time,
|
|
1208
|
+
delay: a.delay,
|
|
1209
|
+
duration: a.duration,
|
|
1210
|
+
ease: a.ease,
|
|
1211
1211
|
timer: null,
|
|
1212
1212
|
state: en
|
|
1213
1213
|
});
|
|
@@ -1219,7 +1219,7 @@ function le(t, e) {
|
|
|
1219
1219
|
}
|
|
1220
1220
|
function Z(t, e) {
|
|
1221
1221
|
var n = q(t, e);
|
|
1222
|
-
if (n.state >
|
|
1222
|
+
if (n.state > St) throw new Error("too late; already running");
|
|
1223
1223
|
return n;
|
|
1224
1224
|
}
|
|
1225
1225
|
function q(t, e) {
|
|
@@ -1229,49 +1229,49 @@ function q(t, e) {
|
|
|
1229
1229
|
}
|
|
1230
1230
|
function Yi(t, e, n) {
|
|
1231
1231
|
var r = t.__transition, i;
|
|
1232
|
-
r[e] = n, n.timer = tn(
|
|
1233
|
-
function
|
|
1234
|
-
n.state =
|
|
1232
|
+
r[e] = n, n.timer = tn(a, 0, n.time);
|
|
1233
|
+
function a(l) {
|
|
1234
|
+
n.state = Se, n.timer.restart(o, n.delay, n.time), n.delay <= l && o(l - n.delay);
|
|
1235
1235
|
}
|
|
1236
1236
|
function o(l) {
|
|
1237
1237
|
var u, f, h, g;
|
|
1238
|
-
if (n.state !==
|
|
1238
|
+
if (n.state !== Se) return s();
|
|
1239
1239
|
for (u in r)
|
|
1240
1240
|
if (g = r[u], g.name === n.name) {
|
|
1241
|
-
if (g.state ===
|
|
1241
|
+
if (g.state === St) return ke(o);
|
|
1242
1242
|
g.state === Ae ? (g.state = At, g.timer.stop(), g.on.call("interrupt", t, t.__data__, g.index, g.group), delete r[u]) : +u < e && (g.state = At, g.timer.stop(), g.on.call("cancel", t, t.__data__, g.index, g.group), delete r[u]);
|
|
1243
1243
|
}
|
|
1244
|
-
if (
|
|
1245
|
-
n.state ===
|
|
1244
|
+
if (ke(function() {
|
|
1245
|
+
n.state === St && (n.state = Ae, n.timer.restart(c, n.delay, n.time), c(l));
|
|
1246
1246
|
}), n.state = jt, n.on.call("start", t, t.__data__, n.index, n.group), n.state === jt) {
|
|
1247
|
-
for (n.state =
|
|
1247
|
+
for (n.state = St, i = new Array(h = n.tween.length), u = 0, f = -1; u < h; ++u)
|
|
1248
1248
|
(g = n.tween[u].value.call(t, t.__data__, n.index, n.group)) && (i[++f] = g);
|
|
1249
1249
|
i.length = f + 1;
|
|
1250
1250
|
}
|
|
1251
1251
|
}
|
|
1252
1252
|
function c(l) {
|
|
1253
|
-
for (var u = l < n.duration ? n.ease.call(null, l / n.duration) : (n.timer.restart(
|
|
1253
|
+
for (var u = l < n.duration ? n.ease.call(null, l / n.duration) : (n.timer.restart(s), n.state = te, 1), f = -1, h = i.length; ++f < h; )
|
|
1254
1254
|
i[f].call(t, u);
|
|
1255
|
-
n.state === te && (n.on.call("end", t, t.__data__, n.index, n.group),
|
|
1255
|
+
n.state === te && (n.on.call("end", t, t.__data__, n.index, n.group), s());
|
|
1256
1256
|
}
|
|
1257
|
-
function
|
|
1257
|
+
function s() {
|
|
1258
1258
|
n.state = At, n.timer.stop(), delete r[e];
|
|
1259
1259
|
for (var l in r) return;
|
|
1260
1260
|
delete t.__transition;
|
|
1261
1261
|
}
|
|
1262
1262
|
}
|
|
1263
1263
|
function It(t, e) {
|
|
1264
|
-
var n = t.__transition, r, i,
|
|
1264
|
+
var n = t.__transition, r, i, a = !0, o;
|
|
1265
1265
|
if (n) {
|
|
1266
1266
|
e = e == null ? null : e + "";
|
|
1267
1267
|
for (o in n) {
|
|
1268
1268
|
if ((r = n[o]).name !== e) {
|
|
1269
|
-
|
|
1269
|
+
a = !1;
|
|
1270
1270
|
continue;
|
|
1271
1271
|
}
|
|
1272
1272
|
i = r.state > jt && r.state < te, r.state = At, r.timer.stop(), r.on.call(i ? "interrupt" : "cancel", t, t.__data__, r.index, r.group), delete n[o];
|
|
1273
1273
|
}
|
|
1274
|
-
|
|
1274
|
+
a && delete t.__transition;
|
|
1275
1275
|
}
|
|
1276
1276
|
}
|
|
1277
1277
|
function zi(t) {
|
|
@@ -1282,9 +1282,9 @@ function zi(t) {
|
|
|
1282
1282
|
function Ri(t, e) {
|
|
1283
1283
|
var n, r;
|
|
1284
1284
|
return function() {
|
|
1285
|
-
var i = Z(this, t),
|
|
1286
|
-
if (
|
|
1287
|
-
r = n =
|
|
1285
|
+
var i = Z(this, t), a = i.tween;
|
|
1286
|
+
if (a !== n) {
|
|
1287
|
+
r = n = a;
|
|
1288
1288
|
for (var o = 0, c = r.length; o < c; ++o)
|
|
1289
1289
|
if (r[o].name === e) {
|
|
1290
1290
|
r = r.slice(), r.splice(o, 1);
|
|
@@ -1298,23 +1298,23 @@ function Li(t, e, n) {
|
|
|
1298
1298
|
var r, i;
|
|
1299
1299
|
if (typeof n != "function") throw new Error();
|
|
1300
1300
|
return function() {
|
|
1301
|
-
var
|
|
1301
|
+
var a = Z(this, t), o = a.tween;
|
|
1302
1302
|
if (o !== r) {
|
|
1303
1303
|
i = (r = o).slice();
|
|
1304
|
-
for (var c = { name: e, value: n },
|
|
1305
|
-
if (i[
|
|
1306
|
-
i[
|
|
1304
|
+
for (var c = { name: e, value: n }, s = 0, l = i.length; s < l; ++s)
|
|
1305
|
+
if (i[s].name === e) {
|
|
1306
|
+
i[s] = c;
|
|
1307
1307
|
break;
|
|
1308
1308
|
}
|
|
1309
|
-
|
|
1309
|
+
s === l && i.push(c);
|
|
1310
1310
|
}
|
|
1311
|
-
|
|
1311
|
+
a.tween = i;
|
|
1312
1312
|
};
|
|
1313
1313
|
}
|
|
1314
1314
|
function Oi(t, e) {
|
|
1315
1315
|
var n = this._id;
|
|
1316
1316
|
if (t += "", arguments.length < 2) {
|
|
1317
|
-
for (var r = q(this.node(), n).tween, i = 0,
|
|
1317
|
+
for (var r = q(this.node(), n).tween, i = 0, a = r.length, o; i < a; ++i)
|
|
1318
1318
|
if ((o = r[i]).name === t)
|
|
1319
1319
|
return o.value;
|
|
1320
1320
|
return null;
|
|
@@ -1345,31 +1345,31 @@ function Hi(t) {
|
|
|
1345
1345
|
};
|
|
1346
1346
|
}
|
|
1347
1347
|
function Fi(t, e, n) {
|
|
1348
|
-
var r, i = n + "",
|
|
1348
|
+
var r, i = n + "", a;
|
|
1349
1349
|
return function() {
|
|
1350
1350
|
var o = this.getAttribute(t);
|
|
1351
|
-
return o === i ? null : o === r ?
|
|
1351
|
+
return o === i ? null : o === r ? a : a = e(r = o, n);
|
|
1352
1352
|
};
|
|
1353
1353
|
}
|
|
1354
1354
|
function Wi(t, e, n) {
|
|
1355
|
-
var r, i = n + "",
|
|
1355
|
+
var r, i = n + "", a;
|
|
1356
1356
|
return function() {
|
|
1357
1357
|
var o = this.getAttributeNS(t.space, t.local);
|
|
1358
|
-
return o === i ? null : o === r ?
|
|
1358
|
+
return o === i ? null : o === r ? a : a = e(r = o, n);
|
|
1359
1359
|
};
|
|
1360
1360
|
}
|
|
1361
1361
|
function Gi(t, e, n) {
|
|
1362
|
-
var r, i,
|
|
1362
|
+
var r, i, a;
|
|
1363
1363
|
return function() {
|
|
1364
|
-
var o, c = n(this),
|
|
1365
|
-
return c == null ? void this.removeAttribute(t) : (o = this.getAttribute(t),
|
|
1364
|
+
var o, c = n(this), s;
|
|
1365
|
+
return c == null ? void this.removeAttribute(t) : (o = this.getAttribute(t), s = c + "", o === s ? null : o === r && s === i ? a : (i = s, a = e(r = o, c)));
|
|
1366
1366
|
};
|
|
1367
1367
|
}
|
|
1368
1368
|
function Vi(t, e, n) {
|
|
1369
|
-
var r, i,
|
|
1369
|
+
var r, i, a;
|
|
1370
1370
|
return function() {
|
|
1371
|
-
var o, c = n(this),
|
|
1372
|
-
return c == null ? void this.removeAttributeNS(t.space, t.local) : (o = this.getAttributeNS(t.space, t.local),
|
|
1371
|
+
var o, c = n(this), s;
|
|
1372
|
+
return c == null ? void this.removeAttributeNS(t.space, t.local) : (o = this.getAttributeNS(t.space, t.local), s = c + "", o === s ? null : o === r && s === i ? a : (i = s, a = e(r = o, c)));
|
|
1373
1373
|
};
|
|
1374
1374
|
}
|
|
1375
1375
|
function Xi(t, e) {
|
|
@@ -1389,16 +1389,16 @@ function Ui(t, e) {
|
|
|
1389
1389
|
function Zi(t, e) {
|
|
1390
1390
|
var n, r;
|
|
1391
1391
|
function i() {
|
|
1392
|
-
var
|
|
1393
|
-
return
|
|
1392
|
+
var a = e.apply(this, arguments);
|
|
1393
|
+
return a !== r && (n = (r = a) && Ui(t, a)), n;
|
|
1394
1394
|
}
|
|
1395
1395
|
return i._value = e, i;
|
|
1396
1396
|
}
|
|
1397
1397
|
function Ki(t, e) {
|
|
1398
1398
|
var n, r;
|
|
1399
1399
|
function i() {
|
|
1400
|
-
var
|
|
1401
|
-
return
|
|
1400
|
+
var a = e.apply(this, arguments);
|
|
1401
|
+
return a !== r && (n = (r = a) && qi(t, a)), n;
|
|
1402
1402
|
}
|
|
1403
1403
|
return i._value = e, i;
|
|
1404
1404
|
}
|
|
@@ -1448,29 +1448,29 @@ function oo(t) {
|
|
|
1448
1448
|
var e = this._id;
|
|
1449
1449
|
return arguments.length ? this.each(io(e, t)) : q(this.node(), e).ease;
|
|
1450
1450
|
}
|
|
1451
|
-
function
|
|
1451
|
+
function ao(t, e) {
|
|
1452
1452
|
return function() {
|
|
1453
1453
|
var n = e.apply(this, arguments);
|
|
1454
1454
|
if (typeof n != "function") throw new Error();
|
|
1455
1455
|
Z(this, t).ease = n;
|
|
1456
1456
|
};
|
|
1457
1457
|
}
|
|
1458
|
-
function
|
|
1458
|
+
function so(t) {
|
|
1459
1459
|
if (typeof t != "function") throw new Error();
|
|
1460
|
-
return this.each(
|
|
1460
|
+
return this.each(ao(this._id, t));
|
|
1461
1461
|
}
|
|
1462
1462
|
function co(t) {
|
|
1463
1463
|
typeof t != "function" && (t = ze(t));
|
|
1464
1464
|
for (var e = this._groups, n = e.length, r = new Array(n), i = 0; i < n; ++i)
|
|
1465
|
-
for (var
|
|
1466
|
-
(
|
|
1465
|
+
for (var a = e[i], o = a.length, c = r[i] = [], s, l = 0; l < o; ++l)
|
|
1466
|
+
(s = a[l]) && t.call(s, s.__data__, l, a) && c.push(s);
|
|
1467
1467
|
return new tt(r, this._parents, this._name, this._id);
|
|
1468
1468
|
}
|
|
1469
1469
|
function lo(t) {
|
|
1470
1470
|
if (t._id !== this._id) throw new Error();
|
|
1471
|
-
for (var e = this._groups, n = t._groups, r = e.length, i = n.length,
|
|
1472
|
-
for (var
|
|
1473
|
-
(h =
|
|
1471
|
+
for (var e = this._groups, n = t._groups, r = e.length, i = n.length, a = Math.min(r, i), o = new Array(r), c = 0; c < a; ++c)
|
|
1472
|
+
for (var s = e[c], l = n[c], u = s.length, f = o[c] = new Array(u), h, g = 0; g < u; ++g)
|
|
1473
|
+
(h = s[g] || l[g]) && (f[g] = h);
|
|
1474
1474
|
for (; c < r; ++c)
|
|
1475
1475
|
o[c] = e[c];
|
|
1476
1476
|
return new tt(o, this._parents, this._name, this._id);
|
|
@@ -1482,9 +1482,9 @@ function uo(t) {
|
|
|
1482
1482
|
});
|
|
1483
1483
|
}
|
|
1484
1484
|
function fo(t, e, n) {
|
|
1485
|
-
var r, i,
|
|
1485
|
+
var r, i, a = uo(e) ? le : Z;
|
|
1486
1486
|
return function() {
|
|
1487
|
-
var o =
|
|
1487
|
+
var o = a(this, t), c = o.on;
|
|
1488
1488
|
c !== r && (i = (r = c).copy()).on(e, n), o.on = i;
|
|
1489
1489
|
};
|
|
1490
1490
|
}
|
|
@@ -1505,22 +1505,22 @@ function po() {
|
|
|
1505
1505
|
function mo(t) {
|
|
1506
1506
|
var e = this._name, n = this._id;
|
|
1507
1507
|
typeof t != "function" && (t = oe(t));
|
|
1508
|
-
for (var r = this._groups, i = r.length,
|
|
1509
|
-
for (var c = r[o],
|
|
1508
|
+
for (var r = this._groups, i = r.length, a = new Array(i), o = 0; o < i; ++o)
|
|
1509
|
+
for (var c = r[o], s = c.length, l = a[o] = new Array(s), u, f, h = 0; h < s; ++h)
|
|
1510
1510
|
(u = c[h]) && (f = t.call(u, u.__data__, h, c)) && ("__data__" in u && (f.__data__ = u.__data__), l[h] = f, Bt(l[h], e, n, h, l, q(u, n)));
|
|
1511
|
-
return new tt(
|
|
1511
|
+
return new tt(a, this._parents, e, n);
|
|
1512
1512
|
}
|
|
1513
1513
|
function yo(t) {
|
|
1514
1514
|
var e = this._name, n = this._id;
|
|
1515
1515
|
typeof t != "function" && (t = Ye(t));
|
|
1516
|
-
for (var r = this._groups, i = r.length,
|
|
1517
|
-
for (var
|
|
1518
|
-
if (u =
|
|
1519
|
-
for (var h = t.call(u, u.__data__, f,
|
|
1516
|
+
for (var r = this._groups, i = r.length, a = [], o = [], c = 0; c < i; ++c)
|
|
1517
|
+
for (var s = r[c], l = s.length, u, f = 0; f < l; ++f)
|
|
1518
|
+
if (u = s[f]) {
|
|
1519
|
+
for (var h = t.call(u, u.__data__, f, s), g, m = q(u, n), x = 0, y = h.length; x < y; ++x)
|
|
1520
1520
|
(g = h[x]) && Bt(g, e, n, x, h, m);
|
|
1521
|
-
|
|
1521
|
+
a.push(h), o.push(u);
|
|
1522
1522
|
}
|
|
1523
|
-
return new tt(
|
|
1523
|
+
return new tt(a, o, e, n);
|
|
1524
1524
|
}
|
|
1525
1525
|
var xo = wt.prototype.constructor;
|
|
1526
1526
|
function _o() {
|
|
@@ -1529,8 +1529,8 @@ function _o() {
|
|
|
1529
1529
|
function wo(t, e) {
|
|
1530
1530
|
var n, r, i;
|
|
1531
1531
|
return function() {
|
|
1532
|
-
var
|
|
1533
|
-
return
|
|
1532
|
+
var a = lt(this, t), o = (this.style.removeProperty(t), lt(this, t));
|
|
1533
|
+
return a === o ? null : a === n && o === r ? i : i = e(n = a, r = o);
|
|
1534
1534
|
};
|
|
1535
1535
|
}
|
|
1536
1536
|
function rn(t) {
|
|
@@ -1539,24 +1539,24 @@ function rn(t) {
|
|
|
1539
1539
|
};
|
|
1540
1540
|
}
|
|
1541
1541
|
function vo(t, e, n) {
|
|
1542
|
-
var r, i = n + "",
|
|
1542
|
+
var r, i = n + "", a;
|
|
1543
1543
|
return function() {
|
|
1544
1544
|
var o = lt(this, t);
|
|
1545
|
-
return o === i ? null : o === r ?
|
|
1545
|
+
return o === i ? null : o === r ? a : a = e(r = o, n);
|
|
1546
1546
|
};
|
|
1547
1547
|
}
|
|
1548
1548
|
function bo(t, e, n) {
|
|
1549
|
-
var r, i,
|
|
1549
|
+
var r, i, a;
|
|
1550
1550
|
return function() {
|
|
1551
|
-
var o = lt(this, t), c = n(this),
|
|
1552
|
-
return c == null && (
|
|
1551
|
+
var o = lt(this, t), c = n(this), s = c + "";
|
|
1552
|
+
return c == null && (s = c = (this.style.removeProperty(t), lt(this, t))), o === s ? null : o === r && s === i ? a : (i = s, a = e(r = o, c));
|
|
1553
1553
|
};
|
|
1554
1554
|
}
|
|
1555
1555
|
function Eo(t, e) {
|
|
1556
|
-
var n, r, i,
|
|
1556
|
+
var n, r, i, a = "style." + e, o = "end." + a, c;
|
|
1557
1557
|
return function() {
|
|
1558
|
-
var
|
|
1559
|
-
(l !== n || i !== u) && (r = (n = l).copy()).on(o, i = u),
|
|
1558
|
+
var s = Z(this, t), l = s.on, u = s.value[a] == null ? c || (c = rn(e)) : void 0;
|
|
1559
|
+
(l !== n || i !== u) && (r = (n = l).copy()).on(o, i = u), s.on = r;
|
|
1560
1560
|
};
|
|
1561
1561
|
}
|
|
1562
1562
|
function No(t, e, n) {
|
|
@@ -1568,20 +1568,20 @@ function $o(t, e, n) {
|
|
|
1568
1568
|
this.style.setProperty(t, e.call(this, r), n);
|
|
1569
1569
|
};
|
|
1570
1570
|
}
|
|
1571
|
-
function
|
|
1571
|
+
function ko(t, e, n) {
|
|
1572
1572
|
var r, i;
|
|
1573
|
-
function
|
|
1573
|
+
function a() {
|
|
1574
1574
|
var o = e.apply(this, arguments);
|
|
1575
1575
|
return o !== i && (r = (i = o) && $o(t, o, n)), r;
|
|
1576
1576
|
}
|
|
1577
|
-
return
|
|
1577
|
+
return a._value = e, a;
|
|
1578
1578
|
}
|
|
1579
|
-
function
|
|
1579
|
+
function So(t, e, n) {
|
|
1580
1580
|
var r = "style." + (t += "");
|
|
1581
1581
|
if (arguments.length < 2) return (r = this.tween(r)) && r._value;
|
|
1582
1582
|
if (e == null) return this.tween(r, null);
|
|
1583
1583
|
if (typeof e != "function") throw new Error();
|
|
1584
|
-
return this.tween(r,
|
|
1584
|
+
return this.tween(r, ko(t, e, n ?? ""));
|
|
1585
1585
|
}
|
|
1586
1586
|
function Ao(t) {
|
|
1587
1587
|
return function() {
|
|
@@ -1597,16 +1597,16 @@ function Io(t) {
|
|
|
1597
1597
|
function To(t) {
|
|
1598
1598
|
return this.tween("text", typeof t == "function" ? Io(ue(this, "text", t)) : Ao(t == null ? "" : t + ""));
|
|
1599
1599
|
}
|
|
1600
|
-
function
|
|
1600
|
+
function Co(t) {
|
|
1601
1601
|
return function(e) {
|
|
1602
1602
|
this.textContent = t.call(this, e);
|
|
1603
1603
|
};
|
|
1604
1604
|
}
|
|
1605
|
-
function
|
|
1605
|
+
function Mo(t) {
|
|
1606
1606
|
var e, n;
|
|
1607
1607
|
function r() {
|
|
1608
1608
|
var i = t.apply(this, arguments);
|
|
1609
|
-
return i !== n && (e = (n = i) &&
|
|
1609
|
+
return i !== n && (e = (n = i) && Co(i)), e;
|
|
1610
1610
|
}
|
|
1611
1611
|
return r._value = t, r;
|
|
1612
1612
|
}
|
|
@@ -1615,14 +1615,14 @@ function Do(t) {
|
|
|
1615
1615
|
if (arguments.length < 1) return (e = this.tween(e)) && e._value;
|
|
1616
1616
|
if (t == null) return this.tween(e, null);
|
|
1617
1617
|
if (typeof t != "function") throw new Error();
|
|
1618
|
-
return this.tween(e,
|
|
1618
|
+
return this.tween(e, Mo(t));
|
|
1619
1619
|
}
|
|
1620
1620
|
function Po() {
|
|
1621
|
-
for (var t = this._name, e = this._id, n = on(), r = this._groups, i = r.length,
|
|
1622
|
-
for (var o = r[
|
|
1623
|
-
if (
|
|
1624
|
-
var u = q(
|
|
1625
|
-
Bt(
|
|
1621
|
+
for (var t = this._name, e = this._id, n = on(), r = this._groups, i = r.length, a = 0; a < i; ++a)
|
|
1622
|
+
for (var o = r[a], c = o.length, s, l = 0; l < c; ++l)
|
|
1623
|
+
if (s = o[l]) {
|
|
1624
|
+
var u = q(s, e);
|
|
1625
|
+
Bt(s, t, n, l, o, {
|
|
1626
1626
|
time: u.time + u.delay + u.duration,
|
|
1627
1627
|
delay: 0,
|
|
1628
1628
|
duration: u.duration,
|
|
@@ -1633,14 +1633,14 @@ function Po() {
|
|
|
1633
1633
|
}
|
|
1634
1634
|
function Yo() {
|
|
1635
1635
|
var t, e, n = this, r = n._id, i = n.size();
|
|
1636
|
-
return new Promise(function(
|
|
1637
|
-
var c = { value: o },
|
|
1638
|
-
--i === 0 &&
|
|
1636
|
+
return new Promise(function(a, o) {
|
|
1637
|
+
var c = { value: o }, s = { value: function() {
|
|
1638
|
+
--i === 0 && a();
|
|
1639
1639
|
} };
|
|
1640
1640
|
n.each(function() {
|
|
1641
1641
|
var l = Z(this, r), u = l.on;
|
|
1642
|
-
u !== t && (e = (t = u).copy(), e._.cancel.push(c), e._.interrupt.push(c), e._.end.push(
|
|
1643
|
-
}), i === 0 &&
|
|
1642
|
+
u !== t && (e = (t = u).copy(), e._.cancel.push(c), e._.interrupt.push(c), e._.end.push(s)), l.on = e;
|
|
1643
|
+
}), i === 0 && a();
|
|
1644
1644
|
});
|
|
1645
1645
|
}
|
|
1646
1646
|
var zo = 0;
|
|
@@ -1671,7 +1671,7 @@ tt.prototype = {
|
|
|
1671
1671
|
attr: Xi,
|
|
1672
1672
|
attrTween: Qi,
|
|
1673
1673
|
style: No,
|
|
1674
|
-
styleTween:
|
|
1674
|
+
styleTween: So,
|
|
1675
1675
|
text: To,
|
|
1676
1676
|
textTween: Do,
|
|
1677
1677
|
remove: po,
|
|
@@ -1679,7 +1679,7 @@ tt.prototype = {
|
|
|
1679
1679
|
delay: to,
|
|
1680
1680
|
duration: ro,
|
|
1681
1681
|
ease: oo,
|
|
1682
|
-
easeVarying:
|
|
1682
|
+
easeVarying: so,
|
|
1683
1683
|
end: Yo,
|
|
1684
1684
|
[Symbol.iterator]: J[Symbol.iterator]
|
|
1685
1685
|
};
|
|
@@ -1702,9 +1702,9 @@ function Oo(t, e) {
|
|
|
1702
1702
|
function Bo(t) {
|
|
1703
1703
|
var e, n;
|
|
1704
1704
|
t instanceof tt ? (e = t._id, t = t._name) : (e = on(), (n = Lo).time = ce(), t = t == null ? null : t + "");
|
|
1705
|
-
for (var r = this._groups, i = r.length,
|
|
1706
|
-
for (var o = r[
|
|
1707
|
-
(
|
|
1705
|
+
for (var r = this._groups, i = r.length, a = 0; a < i; ++a)
|
|
1706
|
+
for (var o = r[a], c = o.length, s, l = 0; l < c; ++l)
|
|
1707
|
+
(s = o[l]) && Bt(s, t, e, l, o, n || Oo(s, e));
|
|
1708
1708
|
return new tt(r, this._parents, t, e);
|
|
1709
1709
|
}
|
|
1710
1710
|
wt.prototype.interrupt = zi;
|
|
@@ -1792,80 +1792,80 @@ function Xo() {
|
|
|
1792
1792
|
return navigator.maxTouchPoints || "ontouchstart" in this;
|
|
1793
1793
|
}
|
|
1794
1794
|
function qo(t, e, n) {
|
|
1795
|
-
var r = t.invertX(e[0][0]) - n[0][0], i = t.invertX(e[1][0]) - n[1][0],
|
|
1795
|
+
var r = t.invertX(e[0][0]) - n[0][0], i = t.invertX(e[1][0]) - n[1][0], a = t.invertY(e[0][1]) - n[0][1], o = t.invertY(e[1][1]) - n[1][1];
|
|
1796
1796
|
return t.translate(
|
|
1797
1797
|
i > r ? (r + i) / 2 : Math.min(0, r) || Math.max(0, i),
|
|
1798
|
-
o >
|
|
1798
|
+
o > a ? (a + o) / 2 : Math.min(0, a) || Math.max(0, o)
|
|
1799
1799
|
);
|
|
1800
1800
|
}
|
|
1801
|
-
function
|
|
1802
|
-
var t = Wo, e = Go, n = qo, r = Vo, i = Xo,
|
|
1801
|
+
function an() {
|
|
1802
|
+
var t = Wo, e = Go, n = qo, r = Vo, i = Xo, a = [0, 1 / 0], o = [[-1 / 0, -1 / 0], [1 / 0, 1 / 0]], c = 250, s = Ai, l = ie("start", "zoom", "end"), u, f, h, g = 500, m = 150, x = 0, y = 10;
|
|
1803
1803
|
function p(d) {
|
|
1804
|
-
d.property("__zoom", Ie).on("wheel.zoom",
|
|
1804
|
+
d.property("__zoom", Ie).on("wheel.zoom", M, { passive: !1 }).on("mousedown.zoom", D).on("dblclick.zoom", C).filter(i).on("touchstart.zoom", L).on("touchmove.zoom", B).on("touchend.zoom touchcancel.zoom", G).style("-webkit-tap-highlight-color", "rgba(0,0,0,0)");
|
|
1805
1805
|
}
|
|
1806
|
-
p.transform = function(d,
|
|
1806
|
+
p.transform = function(d, N, _, b) {
|
|
1807
1807
|
var A = d.selection ? d.selection() : d;
|
|
1808
|
-
A.property("__zoom", Ie), d !== A ? $(d,
|
|
1809
|
-
v(this, arguments).event(
|
|
1808
|
+
A.property("__zoom", Ie), d !== A ? $(d, N, _, b) : A.interrupt().each(function() {
|
|
1809
|
+
v(this, arguments).event(b).start().zoom(null, typeof N == "function" ? N.apply(this, arguments) : N).end();
|
|
1810
1810
|
});
|
|
1811
|
-
}, p.scaleBy = function(d,
|
|
1811
|
+
}, p.scaleBy = function(d, N, _, b) {
|
|
1812
1812
|
p.scaleTo(d, function() {
|
|
1813
|
-
var A = this.__zoom.k, I = typeof
|
|
1813
|
+
var A = this.__zoom.k, I = typeof N == "function" ? N.apply(this, arguments) : N;
|
|
1814
1814
|
return A * I;
|
|
1815
|
-
}, _,
|
|
1816
|
-
}, p.scaleTo = function(d,
|
|
1815
|
+
}, _, b);
|
|
1816
|
+
}, p.scaleTo = function(d, N, _, b) {
|
|
1817
1817
|
p.transform(d, function() {
|
|
1818
|
-
var A = e.apply(this, arguments), I = this.__zoom, T = _ == null ? S(A) : typeof _ == "function" ? _.apply(this, arguments) : _, P = I.invert(T),
|
|
1819
|
-
return n(E(w(I,
|
|
1820
|
-
}, _,
|
|
1821
|
-
}, p.translateBy = function(d,
|
|
1818
|
+
var A = e.apply(this, arguments), I = this.__zoom, T = _ == null ? S(A) : typeof _ == "function" ? _.apply(this, arguments) : _, P = I.invert(T), z = typeof N == "function" ? N.apply(this, arguments) : N;
|
|
1819
|
+
return n(E(w(I, z), T, P), A, o);
|
|
1820
|
+
}, _, b);
|
|
1821
|
+
}, p.translateBy = function(d, N, _, b) {
|
|
1822
1822
|
p.transform(d, function() {
|
|
1823
1823
|
return n(this.__zoom.translate(
|
|
1824
|
-
typeof
|
|
1824
|
+
typeof N == "function" ? N.apply(this, arguments) : N,
|
|
1825
1825
|
typeof _ == "function" ? _.apply(this, arguments) : _
|
|
1826
1826
|
), e.apply(this, arguments), o);
|
|
1827
|
-
}, null,
|
|
1828
|
-
}, p.translateTo = function(d,
|
|
1827
|
+
}, null, b);
|
|
1828
|
+
}, p.translateTo = function(d, N, _, b, A) {
|
|
1829
1829
|
p.transform(d, function() {
|
|
1830
|
-
var I = e.apply(this, arguments), T = this.__zoom, P =
|
|
1830
|
+
var I = e.apply(this, arguments), T = this.__zoom, P = b == null ? S(I) : typeof b == "function" ? b.apply(this, arguments) : b;
|
|
1831
1831
|
return n(Ht.translate(P[0], P[1]).scale(T.k).translate(
|
|
1832
|
-
typeof
|
|
1832
|
+
typeof N == "function" ? -N.apply(this, arguments) : -N,
|
|
1833
1833
|
typeof _ == "function" ? -_.apply(this, arguments) : -_
|
|
1834
1834
|
), I, o);
|
|
1835
|
-
},
|
|
1835
|
+
}, b, A);
|
|
1836
1836
|
};
|
|
1837
|
-
function w(d,
|
|
1838
|
-
return
|
|
1837
|
+
function w(d, N) {
|
|
1838
|
+
return N = Math.max(a[0], Math.min(a[1], N)), N === d.k ? d : new j(N, d.x, d.y);
|
|
1839
1839
|
}
|
|
1840
|
-
function E(d,
|
|
1841
|
-
var
|
|
1842
|
-
return
|
|
1840
|
+
function E(d, N, _) {
|
|
1841
|
+
var b = N[0] - _[0] * d.k, A = N[1] - _[1] * d.k;
|
|
1842
|
+
return b === d.x && A === d.y ? d : new j(d.k, b, A);
|
|
1843
1843
|
}
|
|
1844
1844
|
function S(d) {
|
|
1845
1845
|
return [(+d[0][0] + +d[1][0]) / 2, (+d[0][1] + +d[1][1]) / 2];
|
|
1846
1846
|
}
|
|
1847
|
-
function $(d,
|
|
1847
|
+
function $(d, N, _, b) {
|
|
1848
1848
|
d.on("start.zoom", function() {
|
|
1849
|
-
v(this, arguments).event(
|
|
1849
|
+
v(this, arguments).event(b).start();
|
|
1850
1850
|
}).on("interrupt.zoom end.zoom", function() {
|
|
1851
|
-
v(this, arguments).event(
|
|
1851
|
+
v(this, arguments).event(b).end();
|
|
1852
1852
|
}).tween("zoom", function() {
|
|
1853
|
-
var A = this, I = arguments, T = v(A, I).event(
|
|
1853
|
+
var A = this, I = arguments, T = v(A, I).event(b), P = e.apply(A, I), z = _ == null ? S(P) : typeof _ == "function" ? _.apply(A, I) : _, R = Math.max(P[1][0] - P[0][0], P[1][1] - P[0][1]), O = A.__zoom, H = typeof N == "function" ? N.apply(A, I) : N, K = s(O.invert(z).concat(R / O.k), H.invert(z).concat(R / H.k));
|
|
1854
1854
|
return function(V) {
|
|
1855
|
-
if (V === 1) V =
|
|
1855
|
+
if (V === 1) V = H;
|
|
1856
1856
|
else {
|
|
1857
|
-
var Q = K(V), Ft =
|
|
1858
|
-
V = new j(Ft,
|
|
1857
|
+
var Q = K(V), Ft = R / Q[2];
|
|
1858
|
+
V = new j(Ft, z[0] - Q[0] * Ft, z[1] - Q[1] * Ft);
|
|
1859
1859
|
}
|
|
1860
1860
|
T.zoom(null, V);
|
|
1861
1861
|
};
|
|
1862
1862
|
});
|
|
1863
1863
|
}
|
|
1864
|
-
function v(d,
|
|
1865
|
-
return !_ && d.__zooming || new k(d,
|
|
1864
|
+
function v(d, N, _) {
|
|
1865
|
+
return !_ && d.__zooming || new k(d, N);
|
|
1866
1866
|
}
|
|
1867
|
-
function k(d,
|
|
1868
|
-
this.that = d, this.args =
|
|
1867
|
+
function k(d, N) {
|
|
1868
|
+
this.that = d, this.args = N, this.active = 0, this.sourceEvent = null, this.extent = e.apply(d, N), this.taps = 0;
|
|
1869
1869
|
}
|
|
1870
1870
|
k.prototype = {
|
|
1871
1871
|
event: function(d) {
|
|
@@ -1874,14 +1874,14 @@ function sn() {
|
|
|
1874
1874
|
start: function() {
|
|
1875
1875
|
return ++this.active === 1 && (this.that.__zooming = this, this.emit("start")), this;
|
|
1876
1876
|
},
|
|
1877
|
-
zoom: function(d,
|
|
1878
|
-
return this.mouse && d !== "mouse" && (this.mouse[1] =
|
|
1877
|
+
zoom: function(d, N) {
|
|
1878
|
+
return this.mouse && d !== "mouse" && (this.mouse[1] = N.invert(this.mouse[0])), this.touch0 && d !== "touch" && (this.touch0[1] = N.invert(this.touch0[0])), this.touch1 && d !== "touch" && (this.touch1[1] = N.invert(this.touch1[0])), this.that.__zoom = N, this.emit("zoom"), this;
|
|
1879
1879
|
},
|
|
1880
1880
|
end: function() {
|
|
1881
1881
|
return --this.active === 0 && (delete this.that.__zooming, this.emit("end")), this;
|
|
1882
1882
|
},
|
|
1883
1883
|
emit: function(d) {
|
|
1884
|
-
var
|
|
1884
|
+
var N = Y(this.that).datum();
|
|
1885
1885
|
l.call(
|
|
1886
1886
|
d,
|
|
1887
1887
|
this.that,
|
|
@@ -1891,75 +1891,75 @@ function sn() {
|
|
|
1891
1891
|
transform: this.that.__zoom,
|
|
1892
1892
|
dispatch: l
|
|
1893
1893
|
}),
|
|
1894
|
-
|
|
1894
|
+
N
|
|
1895
1895
|
);
|
|
1896
1896
|
}
|
|
1897
1897
|
};
|
|
1898
|
-
function
|
|
1898
|
+
function M(d, ...N) {
|
|
1899
1899
|
if (!t.apply(this, arguments)) return;
|
|
1900
|
-
var _ = v(this,
|
|
1900
|
+
var _ = v(this, N).event(d), b = this.__zoom, A = Math.max(a[0], Math.min(a[1], b.k * Math.pow(2, r.apply(this, arguments)))), I = rt(d);
|
|
1901
1901
|
if (_.wheel)
|
|
1902
|
-
(_.mouse[0][0] !== I[0] || _.mouse[0][1] !== I[1]) && (_.mouse[1] =
|
|
1902
|
+
(_.mouse[0][0] !== I[0] || _.mouse[0][1] !== I[1]) && (_.mouse[1] = b.invert(_.mouse[0] = I)), clearTimeout(_.wheel);
|
|
1903
1903
|
else {
|
|
1904
|
-
if (
|
|
1905
|
-
_.mouse = [I,
|
|
1904
|
+
if (b.k === A) return;
|
|
1905
|
+
_.mouse = [I, b.invert(I)], It(this), _.start();
|
|
1906
1906
|
}
|
|
1907
|
-
ht(d), _.wheel = setTimeout(T, m), _.zoom("mouse", n(E(w(
|
|
1907
|
+
ht(d), _.wheel = setTimeout(T, m), _.zoom("mouse", n(E(w(b, A), _.mouse[0], _.mouse[1]), _.extent, o));
|
|
1908
1908
|
function T() {
|
|
1909
1909
|
_.wheel = null, _.end();
|
|
1910
1910
|
}
|
|
1911
1911
|
}
|
|
1912
|
-
function
|
|
1912
|
+
function D(d, ...N) {
|
|
1913
1913
|
if (h || !t.apply(this, arguments)) return;
|
|
1914
|
-
var _ = d.currentTarget,
|
|
1915
|
-
ei(d.view), Vt(d),
|
|
1916
|
-
function
|
|
1917
|
-
if (ht(
|
|
1918
|
-
var
|
|
1919
|
-
|
|
1914
|
+
var _ = d.currentTarget, b = v(this, N, !0).event(d), A = Y(d.view).on("mousemove.zoom", z, !0).on("mouseup.zoom", R, !0), I = rt(d, _), T = d.clientX, P = d.clientY;
|
|
1915
|
+
ei(d.view), Vt(d), b.mouse = [I, this.__zoom.invert(I)], It(this), b.start();
|
|
1916
|
+
function z(O) {
|
|
1917
|
+
if (ht(O), !b.moved) {
|
|
1918
|
+
var H = O.clientX - T, K = O.clientY - P;
|
|
1919
|
+
b.moved = H * H + K * K > x;
|
|
1920
1920
|
}
|
|
1921
|
-
|
|
1921
|
+
b.event(O).zoom("mouse", n(E(b.that.__zoom, b.mouse[0] = rt(O, _), b.mouse[1]), b.extent, o));
|
|
1922
1922
|
}
|
|
1923
|
-
function
|
|
1924
|
-
A.on("mousemove.zoom mouseup.zoom", null), ni(
|
|
1923
|
+
function R(O) {
|
|
1924
|
+
A.on("mousemove.zoom mouseup.zoom", null), ni(O.view, b.moved), ht(O), b.event(O).end();
|
|
1925
1925
|
}
|
|
1926
1926
|
}
|
|
1927
|
-
function
|
|
1927
|
+
function C(d, ...N) {
|
|
1928
1928
|
if (t.apply(this, arguments)) {
|
|
1929
|
-
var _ = this.__zoom,
|
|
1930
|
-
ht(d), c > 0 ? Y(this).transition().duration(c).call($, T,
|
|
1929
|
+
var _ = this.__zoom, b = rt(d.changedTouches ? d.changedTouches[0] : d, this), A = _.invert(b), I = _.k * (d.shiftKey ? 0.5 : 2), T = n(E(w(_, I), b, A), e.apply(this, N), o);
|
|
1930
|
+
ht(d), c > 0 ? Y(this).transition().duration(c).call($, T, b, d) : Y(this).call(p.transform, T, b, d);
|
|
1931
1931
|
}
|
|
1932
1932
|
}
|
|
1933
|
-
function
|
|
1933
|
+
function L(d, ...N) {
|
|
1934
1934
|
if (t.apply(this, arguments)) {
|
|
1935
|
-
var _ = d.touches,
|
|
1936
|
-
for (Vt(d), T = 0; T <
|
|
1937
|
-
P = _[T],
|
|
1938
|
-
u && (u = clearTimeout(u)), I && (A.taps < 2 && (f =
|
|
1935
|
+
var _ = d.touches, b = _.length, A = v(this, N, d.changedTouches.length === b).event(d), I, T, P, z;
|
|
1936
|
+
for (Vt(d), T = 0; T < b; ++T)
|
|
1937
|
+
P = _[T], z = rt(P, this), z = [z, this.__zoom.invert(z), P.identifier], A.touch0 ? !A.touch1 && A.touch0[2] !== z[2] && (A.touch1 = z, A.taps = 0) : (A.touch0 = z, I = !0, A.taps = 1 + !!u);
|
|
1938
|
+
u && (u = clearTimeout(u)), I && (A.taps < 2 && (f = z[0], u = setTimeout(function() {
|
|
1939
1939
|
u = null;
|
|
1940
1940
|
}, g)), It(this), A.start());
|
|
1941
1941
|
}
|
|
1942
1942
|
}
|
|
1943
|
-
function
|
|
1943
|
+
function B(d, ...N) {
|
|
1944
1944
|
if (this.__zooming) {
|
|
1945
|
-
var _ = v(this,
|
|
1945
|
+
var _ = v(this, N).event(d), b = d.changedTouches, A = b.length, I, T, P, z;
|
|
1946
1946
|
for (ht(d), I = 0; I < A; ++I)
|
|
1947
|
-
T =
|
|
1947
|
+
T = b[I], P = rt(T, this), _.touch0 && _.touch0[2] === T.identifier ? _.touch0[0] = P : _.touch1 && _.touch1[2] === T.identifier && (_.touch1[0] = P);
|
|
1948
1948
|
if (T = _.that.__zoom, _.touch1) {
|
|
1949
|
-
var
|
|
1950
|
-
T = w(T, Math.sqrt(V / Q)), P = [(
|
|
1951
|
-
} else if (_.touch0) P = _.touch0[0],
|
|
1949
|
+
var R = _.touch0[0], O = _.touch0[1], H = _.touch1[0], K = _.touch1[1], V = (V = H[0] - R[0]) * V + (V = H[1] - R[1]) * V, Q = (Q = K[0] - O[0]) * Q + (Q = K[1] - O[1]) * Q;
|
|
1950
|
+
T = w(T, Math.sqrt(V / Q)), P = [(R[0] + H[0]) / 2, (R[1] + H[1]) / 2], z = [(O[0] + K[0]) / 2, (O[1] + K[1]) / 2];
|
|
1951
|
+
} else if (_.touch0) P = _.touch0[0], z = _.touch0[1];
|
|
1952
1952
|
else return;
|
|
1953
|
-
_.zoom("touch", n(E(T, P,
|
|
1953
|
+
_.zoom("touch", n(E(T, P, z), _.extent, o));
|
|
1954
1954
|
}
|
|
1955
1955
|
}
|
|
1956
|
-
function
|
|
1956
|
+
function G(d, ...N) {
|
|
1957
1957
|
if (this.__zooming) {
|
|
1958
|
-
var _ = v(this,
|
|
1958
|
+
var _ = v(this, N).event(d), b = d.changedTouches, A = b.length, I, T;
|
|
1959
1959
|
for (Vt(d), h && clearTimeout(h), h = setTimeout(function() {
|
|
1960
1960
|
h = null;
|
|
1961
1961
|
}, g), I = 0; I < A; ++I)
|
|
1962
|
-
T =
|
|
1962
|
+
T = b[I], _.touch0 && _.touch0[2] === T.identifier ? delete _.touch0 : _.touch1 && _.touch1[2] === T.identifier && delete _.touch1;
|
|
1963
1963
|
if (_.touch1 && !_.touch0 && (_.touch0 = _.touch1, delete _.touch1), _.touch0) _.touch0[1] = this.__zoom.invert(_.touch0[0]);
|
|
1964
1964
|
else if (_.end(), _.taps === 2 && (T = rt(T, this), Math.hypot(f[0] - T[0], f[1] - T[1]) < y)) {
|
|
1965
1965
|
var P = Y(this).on("dblclick.zoom");
|
|
@@ -1976,7 +1976,7 @@ function sn() {
|
|
|
1976
1976
|
}, p.extent = function(d) {
|
|
1977
1977
|
return arguments.length ? (e = typeof d == "function" ? d : $t([[+d[0][0], +d[0][1]], [+d[1][0], +d[1][1]]]), p) : e;
|
|
1978
1978
|
}, p.scaleExtent = function(d) {
|
|
1979
|
-
return arguments.length ? (
|
|
1979
|
+
return arguments.length ? (a[0] = +d[0], a[1] = +d[1], p) : [a[0], a[1]];
|
|
1980
1980
|
}, p.translateExtent = function(d) {
|
|
1981
1981
|
return arguments.length ? (o[0][0] = +d[0][0], o[1][0] = +d[1][0], o[0][1] = +d[0][1], o[1][1] = +d[1][1], p) : [[o[0][0], o[0][1]], [o[1][0], o[1][1]]];
|
|
1982
1982
|
}, p.constrain = function(d) {
|
|
@@ -1984,7 +1984,7 @@ function sn() {
|
|
|
1984
1984
|
}, p.duration = function(d) {
|
|
1985
1985
|
return arguments.length ? (c = +d, p) : c;
|
|
1986
1986
|
}, p.interpolate = function(d) {
|
|
1987
|
-
return arguments.length ? (
|
|
1987
|
+
return arguments.length ? (s = d, p) : s;
|
|
1988
1988
|
}, p.on = function() {
|
|
1989
1989
|
var d = l.on.apply(l, arguments);
|
|
1990
1990
|
return d === l ? p : d;
|
|
@@ -1994,15 +1994,15 @@ function sn() {
|
|
|
1994
1994
|
return arguments.length ? (y = +d, p) : y;
|
|
1995
1995
|
}, p;
|
|
1996
1996
|
}
|
|
1997
|
-
const nt = 72, Uo = 240, Zo = 74, Ko = 40 / 74, _t = 16,
|
|
1997
|
+
const nt = 72, Uo = 240, Zo = 74, Ko = 40 / 74, _t = 16, sn = 6, cn = "tf-chain-icon", ln = 50, Qo = 80, Jo = 20, jo = 20, ee = 0.9, ta = 16, ea = 32, na = 3, un = 800, fn = [
|
|
1998
1998
|
0,
|
|
1999
1999
|
0,
|
|
2000
2000
|
1e3,
|
|
2001
2001
|
800
|
|
2002
2002
|
], fe = 40;
|
|
2003
2003
|
class hn {
|
|
2004
|
-
constructor(e, n, r, i,
|
|
2005
|
-
this.type = e, this._gvid = n, this.name = r, this._draw_ = i, this._ldraw_ =
|
|
2004
|
+
constructor(e, n, r, i, a) {
|
|
2005
|
+
this.type = e, this._gvid = n, this.name = r, this._draw_ = i, this._ldraw_ = a;
|
|
2006
2006
|
}
|
|
2007
2007
|
}
|
|
2008
2008
|
class dn extends hn {
|
|
@@ -2012,13 +2012,13 @@ class dn extends hn {
|
|
|
2012
2012
|
name: n,
|
|
2013
2013
|
_draw_: r,
|
|
2014
2014
|
_ldraw_: i,
|
|
2015
|
-
bb:
|
|
2015
|
+
bb: a,
|
|
2016
2016
|
pos: o,
|
|
2017
2017
|
width: c,
|
|
2018
|
-
height:
|
|
2018
|
+
height: s,
|
|
2019
2019
|
label: l
|
|
2020
2020
|
}) {
|
|
2021
|
-
super("node", e, n, r, i), this.virtualNode = !1, this.bb =
|
|
2021
|
+
super("node", e, n, r, i), this.virtualNode = !1, this.bb = a, this.pos = o, this.width = c, this.height = s, this.label = l;
|
|
2022
2022
|
}
|
|
2023
2023
|
/**
|
|
2024
2024
|
* Get parsed position as [x, y] coordinates
|
|
@@ -2047,12 +2047,12 @@ class dn extends hn {
|
|
|
2047
2047
|
getBounds() {
|
|
2048
2048
|
const e = this.getPosition();
|
|
2049
2049
|
if (!e) return null;
|
|
2050
|
-
const [n, r] = e, i = this.getWidthPoints(),
|
|
2050
|
+
const [n, r] = e, i = this.getWidthPoints(), a = this.getHeightPoints();
|
|
2051
2051
|
return {
|
|
2052
2052
|
x: n - i / 2,
|
|
2053
|
-
y: r -
|
|
2053
|
+
y: r - a / 2,
|
|
2054
2054
|
width: i,
|
|
2055
|
-
height:
|
|
2055
|
+
height: a
|
|
2056
2056
|
};
|
|
2057
2057
|
}
|
|
2058
2058
|
/**
|
|
@@ -2096,21 +2096,21 @@ class dn extends hn {
|
|
|
2096
2096
|
} : null;
|
|
2097
2097
|
}
|
|
2098
2098
|
}
|
|
2099
|
-
class
|
|
2099
|
+
class ra extends hn {
|
|
2100
2100
|
constructor({
|
|
2101
2101
|
_gvid: e,
|
|
2102
2102
|
name: n,
|
|
2103
2103
|
_draw_: r,
|
|
2104
2104
|
_ldraw_: i,
|
|
2105
|
-
_hdraw_:
|
|
2105
|
+
_hdraw_: a,
|
|
2106
2106
|
_tdraw_: o,
|
|
2107
2107
|
head: c,
|
|
2108
|
-
tail:
|
|
2108
|
+
tail: s,
|
|
2109
2109
|
label: l
|
|
2110
2110
|
}) {
|
|
2111
|
-
if (super("edge", e, n, r, i), this.isBaseEdge = !1, this.depth = 0, this.baseOffset = 0, this.midY = 0, this._hdraw_ =
|
|
2111
|
+
if (super("edge", e, n, r, i), this.isBaseEdge = !1, this.depth = 0, this.baseOffset = 0, this.midY = 0, this._hdraw_ = a, this._tdraw_ = o, this.head = c, this.tail = s, this.label = l, l)
|
|
2112
2112
|
try {
|
|
2113
|
-
this.edgeContent =
|
|
2113
|
+
this.edgeContent = Ct(l), this.edgeIndex = this.edgeContent.index, this.edgeColor = this.edgeContent.color;
|
|
2114
2114
|
} catch (u) {
|
|
2115
2115
|
/^\s*</.test(l) || console.warn(`Failed to decode edge label for ${n}:`, u);
|
|
2116
2116
|
}
|
|
@@ -2230,7 +2230,7 @@ class gn {
|
|
|
2230
2230
|
return { above: this.aboveY, below: this.belowY };
|
|
2231
2231
|
}
|
|
2232
2232
|
}
|
|
2233
|
-
class
|
|
2233
|
+
class ia extends gn {
|
|
2234
2234
|
constructor(e, n = 0) {
|
|
2235
2235
|
super(e, n), this.nodes = [];
|
|
2236
2236
|
}
|
|
@@ -2238,12 +2238,12 @@ class is extends gn {
|
|
|
2238
2238
|
if (this.nodes.push(e), !n) return;
|
|
2239
2239
|
const r = e.getPosition();
|
|
2240
2240
|
if (r) {
|
|
2241
|
-
const i = e.height ? parseFloat(e.height) * nt : fe,
|
|
2242
|
-
this.aboveY = Math.min(this.aboveY,
|
|
2241
|
+
const i = e.height ? parseFloat(e.height) * nt : fe, a = r[1] - i / 2, o = r[1] + i / 2;
|
|
2242
|
+
this.aboveY = Math.min(this.aboveY, a), this.belowY = Math.max(this.belowY, o);
|
|
2243
2243
|
}
|
|
2244
2244
|
}
|
|
2245
2245
|
}
|
|
2246
|
-
class
|
|
2246
|
+
class oa extends gn {
|
|
2247
2247
|
constructor(e, n, r = 0) {
|
|
2248
2248
|
super(Math.min(e, n), r), this.edges = [], this.baseEdgeIndex = -1, this.sourceColIndex = e, this.targetColIndex = n;
|
|
2249
2249
|
}
|
|
@@ -2260,7 +2260,7 @@ class os extends gn {
|
|
|
2260
2260
|
return `${e}-${n}`;
|
|
2261
2261
|
}
|
|
2262
2262
|
}
|
|
2263
|
-
const
|
|
2263
|
+
const aa = 0.6, sa = /mono|fira|consolas|courier|menlo|roboto mono|ui-monospace/i, Te = {
|
|
2264
2264
|
i: 0.27,
|
|
2265
2265
|
l: 0.27,
|
|
2266
2266
|
j: 0.27,
|
|
@@ -2280,42 +2280,42 @@ const ss = 0.6, as = /mono|fira|consolas|courier|menlo|roboto mono|ui-monospace/
|
|
|
2280
2280
|
"[": 0.34,
|
|
2281
2281
|
"]": 0.34,
|
|
2282
2282
|
" ": 0.28
|
|
2283
|
-
},
|
|
2283
|
+
}, Ce = {
|
|
2284
2284
|
m: 0.85,
|
|
2285
2285
|
w: 0.74,
|
|
2286
2286
|
M: 0.83,
|
|
2287
2287
|
W: 0.86,
|
|
2288
2288
|
"@": 0.92
|
|
2289
2289
|
};
|
|
2290
|
-
function
|
|
2290
|
+
function ca(t) {
|
|
2291
2291
|
if (t in Te) return Te[t];
|
|
2292
|
-
if (t in
|
|
2292
|
+
if (t in Ce) return Ce[t];
|
|
2293
2293
|
const e = t.charCodeAt(0);
|
|
2294
2294
|
return e >= 48 && e <= 57 ? 0.57 : e >= 65 && e <= 90 ? 0.66 : e >= 97 && e <= 122 ? 0.53 : e >= 33 && e <= 126 ? 0.5 : e > 11904 ? 1 : 0.55;
|
|
2295
2295
|
}
|
|
2296
|
-
function
|
|
2297
|
-
return !!t &&
|
|
2296
|
+
function la(t) {
|
|
2297
|
+
return !!t && sa.test(t);
|
|
2298
2298
|
}
|
|
2299
|
-
function
|
|
2299
|
+
function ua(t, e, n) {
|
|
2300
2300
|
if (!t) return 0;
|
|
2301
|
-
if (
|
|
2302
|
-
return t.length * n *
|
|
2301
|
+
if (la(e))
|
|
2302
|
+
return t.length * n * aa;
|
|
2303
2303
|
let r = 0;
|
|
2304
|
-
for (const i of t) r +=
|
|
2304
|
+
for (const i of t) r += ca(i);
|
|
2305
2305
|
return r * n;
|
|
2306
2306
|
}
|
|
2307
2307
|
function ne(t, e, n) {
|
|
2308
|
-
const r = t.attr("font-family") || void 0, i = parseFloat(t.attr("font-size") || "12") || 12,
|
|
2309
|
-
if (t.text(n),
|
|
2308
|
+
const r = t.attr("font-family") || void 0, i = parseFloat(t.attr("font-size") || "12") || 12, a = (l) => ua(l, r, i);
|
|
2309
|
+
if (t.text(n), a(n) <= e) return;
|
|
2310
2310
|
const o = "...";
|
|
2311
|
-
let c = 0,
|
|
2312
|
-
for (; c <
|
|
2313
|
-
const l = Math.floor((c +
|
|
2314
|
-
|
|
2311
|
+
let c = 0, s = n.length;
|
|
2312
|
+
for (; c < s; ) {
|
|
2313
|
+
const l = Math.floor((c + s + 1) / 2);
|
|
2314
|
+
a(n.slice(0, l) + o) <= e ? c = l : s = l - 1;
|
|
2315
2315
|
}
|
|
2316
2316
|
c > 0 ? t.text(n.slice(0, c) + o) : t.text(o);
|
|
2317
2317
|
}
|
|
2318
|
-
function
|
|
2318
|
+
function fa(t) {
|
|
2319
2319
|
if (!t) return [];
|
|
2320
2320
|
const e = [], n = /<TD[^>]*>(.*?)<\/TD>/gi;
|
|
2321
2321
|
let r;
|
|
@@ -2329,32 +2329,32 @@ function fs(t) {
|
|
|
2329
2329
|
}
|
|
2330
2330
|
return e;
|
|
2331
2331
|
}
|
|
2332
|
-
function
|
|
2333
|
-
var
|
|
2332
|
+
function ha(t) {
|
|
2333
|
+
var a;
|
|
2334
2334
|
if (!t || !/<TABLE/i.test(t)) return null;
|
|
2335
|
-
const e = /<B>([\s\S]*?)<\/B>/i.exec(t), n = e ? e[1].replace(/<[^>]+>/g, "").trim() : "", r = t.replace(/<[^>]+>/g, " "), i = ((
|
|
2335
|
+
const e = /<B>([\s\S]*?)<\/B>/i.exec(t), n = e ? e[1].replace(/<[^>]+>/g, "").trim() : "", r = t.replace(/<[^>]+>/g, " "), i = ((a = /0x[0-9a-fA-F]{8,}/.exec(r)) == null ? void 0 : a[0]) ?? "";
|
|
2336
2336
|
return !n && !i ? null : { tags: [], label: n, text: i };
|
|
2337
2337
|
}
|
|
2338
2338
|
function pn(t, e) {
|
|
2339
2339
|
const n = /^\[(\d+)\]$/.exec(t);
|
|
2340
2340
|
return n ? `[${n[1]}/${e}]` : t;
|
|
2341
2341
|
}
|
|
2342
|
-
function
|
|
2342
|
+
function da(t, e) {
|
|
2343
2343
|
return !t || t.length === 0 ? t : t.map(
|
|
2344
2344
|
(n, r) => r === 0 ? { ...n, text: pn(n.text, e) } : n
|
|
2345
2345
|
);
|
|
2346
2346
|
}
|
|
2347
2347
|
function mn(t, e, n) {
|
|
2348
2348
|
var l;
|
|
2349
|
-
const r =
|
|
2349
|
+
const r = da((l = t.edgeContent) == null ? void 0 : l.elems, n);
|
|
2350
2350
|
let i = "";
|
|
2351
|
-
r && r.length > 0 && (i = r.map((u) => u.text).join(" ")), i || (i =
|
|
2352
|
-
const
|
|
2351
|
+
r && r.length > 0 && (i = r.map((u) => u.text).join(" ")), i || (i = fa(t.label ?? "").map((f, h) => h === 0 ? pn(f, n) : f).map((f) => f.length > 20 ? f.slice(0, 20) + "..." : f).join(" "));
|
|
2352
|
+
const a = i.length > 60 ? i.slice(0, 60) + "..." : i, o = e.labelFontSize, c = o * 0.6, s = e.labelPadding;
|
|
2353
2353
|
return {
|
|
2354
2354
|
displayElems: r,
|
|
2355
|
-
finalText:
|
|
2356
|
-
boxWidth:
|
|
2357
|
-
boxHeight: o +
|
|
2355
|
+
finalText: a,
|
|
2356
|
+
boxWidth: a.length * c + s * 2,
|
|
2357
|
+
boxHeight: o + s * 2
|
|
2358
2358
|
};
|
|
2359
2359
|
}
|
|
2360
2360
|
const yn = {
|
|
@@ -2379,13 +2379,13 @@ const yn = {
|
|
|
2379
2379
|
nearlyHorizontalThreshold: 5,
|
|
2380
2380
|
nearlyAlignedThreshold: 30
|
|
2381
2381
|
};
|
|
2382
|
-
function
|
|
2382
|
+
function ga(t) {
|
|
2383
2383
|
return {
|
|
2384
2384
|
...yn,
|
|
2385
2385
|
...t
|
|
2386
2386
|
};
|
|
2387
2387
|
}
|
|
2388
|
-
function
|
|
2388
|
+
function pa(t) {
|
|
2389
2389
|
if (t.length < 2) return t;
|
|
2390
2390
|
const e = [t[0]];
|
|
2391
2391
|
for (let n = 1; n < t.length; n++) {
|
|
@@ -2394,14 +2394,14 @@ function ps(t) {
|
|
|
2394
2394
|
}
|
|
2395
2395
|
return e;
|
|
2396
2396
|
}
|
|
2397
|
-
function
|
|
2398
|
-
const { start: r, pathEnd: i, isNearlyHorizontal:
|
|
2397
|
+
function Me(t, e, n) {
|
|
2398
|
+
const { start: r, pathEnd: i, isNearlyHorizontal: a, startExtensionX: o, endExtensionX: c } = n, s = n.minVerticalSegment, l = Math.abs(r.y - e), u = Math.abs(e - i.y);
|
|
2399
2399
|
let f = [], h = e;
|
|
2400
2400
|
switch (t) {
|
|
2401
2401
|
case "straight":
|
|
2402
|
-
if (
|
|
2402
|
+
if (a) {
|
|
2403
2403
|
const m = (r.y + i.y) / 2;
|
|
2404
|
-
Math.abs(e - m) <
|
|
2404
|
+
Math.abs(e - m) < s ? (f = [r, i], h = m) : (f = [
|
|
2405
2405
|
r,
|
|
2406
2406
|
{ x: o, y: r.y },
|
|
2407
2407
|
// H: horizontal extension
|
|
@@ -2418,7 +2418,7 @@ function Ce(t, e, n) {
|
|
|
2418
2418
|
return null;
|
|
2419
2419
|
break;
|
|
2420
2420
|
case "2seg":
|
|
2421
|
-
l < u ? Math.abs(e - r.y) <
|
|
2421
|
+
l < u ? Math.abs(e - r.y) < s ? (f = [r, { x: i.x, y: r.y }, i], h = r.y) : (f = [
|
|
2422
2422
|
r,
|
|
2423
2423
|
{ x: o, y: r.y },
|
|
2424
2424
|
// H: horizontal extension
|
|
@@ -2430,7 +2430,7 @@ function Ce(t, e, n) {
|
|
|
2430
2430
|
// V: vertical to end
|
|
2431
2431
|
i
|
|
2432
2432
|
// H: horizontal to end
|
|
2433
|
-
], h = e) : Math.abs(e - i.y) <
|
|
2433
|
+
], h = e) : Math.abs(e - i.y) < s ? (f = [
|
|
2434
2434
|
r,
|
|
2435
2435
|
{ x: o, y: r.y },
|
|
2436
2436
|
// H: horizontal extension
|
|
@@ -2478,7 +2478,7 @@ function Ce(t, e, n) {
|
|
|
2478
2478
|
], h = e;
|
|
2479
2479
|
break;
|
|
2480
2480
|
case "5seg":
|
|
2481
|
-
if (l <
|
|
2481
|
+
if (l < s)
|
|
2482
2482
|
f = [
|
|
2483
2483
|
r,
|
|
2484
2484
|
{ x: o, y: r.y },
|
|
@@ -2490,7 +2490,7 @@ function Ce(t, e, n) {
|
|
|
2490
2490
|
i
|
|
2491
2491
|
// H: horizontal to end
|
|
2492
2492
|
], h = e;
|
|
2493
|
-
else if (u <
|
|
2493
|
+
else if (u < s)
|
|
2494
2494
|
f = [
|
|
2495
2495
|
r,
|
|
2496
2496
|
{ x: o, y: r.y },
|
|
@@ -2516,16 +2516,16 @@ function Ce(t, e, n) {
|
|
|
2516
2516
|
], h = e;
|
|
2517
2517
|
break;
|
|
2518
2518
|
}
|
|
2519
|
-
const g =
|
|
2519
|
+
const g = pa(f);
|
|
2520
2520
|
return g.length > 0 ? { points: g, actualMidY: h } : null;
|
|
2521
2521
|
}
|
|
2522
2522
|
function Tt(t, e, n, r = yn) {
|
|
2523
|
-
const i = t.getStartPoint(),
|
|
2524
|
-
if (!i || !
|
|
2523
|
+
const i = t.getStartPoint(), a = t.getEndPoint(), o = t.getDirection();
|
|
2524
|
+
if (!i || !a || !o || o === "self")
|
|
2525
2525
|
return;
|
|
2526
|
-
const c = { x: i.x, y: e - i.y },
|
|
2527
|
-
let l = { x:
|
|
2528
|
-
o === "right" ? l = { x:
|
|
2526
|
+
const c = { x: i.x, y: e - i.y }, s = { x: a.x, y: e - a.y };
|
|
2527
|
+
let l = { x: s.x, y: s.y };
|
|
2528
|
+
o === "right" ? l = { x: s.x - r.arrowWidth, y: s.y } : o === "left" && (l = { x: s.x + r.arrowWidth, y: s.y });
|
|
2529
2529
|
const u = r.minEdgeDistance, f = t.baseDirection === void 0;
|
|
2530
2530
|
let g = (c.y + l.y) / 2;
|
|
2531
2531
|
if (!f && n && n.midY !== void 0) {
|
|
@@ -2549,11 +2549,11 @@ function Tt(t, e, n, r = yn) {
|
|
|
2549
2549
|
let y;
|
|
2550
2550
|
f ? y = x.isNearlyHorizontal ? ["straight", "3seg"] : ["3seg"] : y = x.isNearlyHorizontal ? ["straight", "3seg", "4seg", "5seg", "6seg"] : ["3seg", "4seg", "5seg", "6seg"];
|
|
2551
2551
|
for (const w of y) {
|
|
2552
|
-
const E =
|
|
2552
|
+
const E = Me(w, g, x);
|
|
2553
2553
|
if (E)
|
|
2554
2554
|
return { midY: E.actualMidY, points: E.points };
|
|
2555
2555
|
}
|
|
2556
|
-
const p =
|
|
2556
|
+
const p = Me("6seg", g, x);
|
|
2557
2557
|
return p ? { midY: p.actualMidY, points: p.points } : void 0;
|
|
2558
2558
|
}
|
|
2559
2559
|
function De(t, e) {
|
|
@@ -2563,11 +2563,11 @@ function De(t, e) {
|
|
|
2563
2563
|
const n = [];
|
|
2564
2564
|
n.push(`M${t[0].x},${t[0].y}`);
|
|
2565
2565
|
for (let i = 1; i < t.length - 1; i++) {
|
|
2566
|
-
const
|
|
2566
|
+
const a = t[i - 1], o = t[i], c = t[i + 1], s = Math.sqrt((o.x - a.x) ** 2 + (o.y - a.y) ** 2), l = Math.sqrt((c.x - o.x) ** 2 + (c.y - o.y) ** 2), u = Math.min(s, l) / 2, f = Math.min(e, u);
|
|
2567
2567
|
if (f > 0) {
|
|
2568
|
-
const h = f /
|
|
2569
|
-
x: o.x - (o.x -
|
|
2570
|
-
y: o.y - (o.y -
|
|
2568
|
+
const h = f / s, g = f / l, m = {
|
|
2569
|
+
x: o.x - (o.x - a.x) * h,
|
|
2570
|
+
y: o.y - (o.y - a.y) * h
|
|
2571
2571
|
}, x = {
|
|
2572
2572
|
x: o.x + (c.x - o.x) * g,
|
|
2573
2573
|
y: o.y + (c.y - o.y) * g
|
|
@@ -2580,22 +2580,22 @@ function De(t, e) {
|
|
|
2580
2580
|
return n.push(`L${r.x},${r.y}`), n.join(" ");
|
|
2581
2581
|
}
|
|
2582
2582
|
function re(t, e, n, r, i) {
|
|
2583
|
-
const
|
|
2583
|
+
const a = i.topLeft || 0, o = i.topRight || 0, c = i.bottomRight || 0, s = i.bottomLeft || 0;
|
|
2584
2584
|
return `
|
|
2585
|
-
M ${t +
|
|
2585
|
+
M ${t + a} ${e}
|
|
2586
2586
|
L ${t + n - o} ${e}
|
|
2587
2587
|
${o ? `Q ${t + n} ${e} ${t + n} ${e + o}` : ""}
|
|
2588
2588
|
L ${t + n} ${e + r - c}
|
|
2589
2589
|
${c ? `Q ${t + n} ${e + r} ${t + n - c} ${e + r}` : ""}
|
|
2590
|
-
L ${t +
|
|
2591
|
-
${
|
|
2592
|
-
L ${t} ${e +
|
|
2593
|
-
${
|
|
2590
|
+
L ${t + s} ${e + r}
|
|
2591
|
+
${s ? `Q ${t} ${e + r} ${t} ${e + r - s}` : ""}
|
|
2592
|
+
L ${t} ${e + a}
|
|
2593
|
+
${a ? `Q ${t} ${e} ${t + a} ${e}` : ""}
|
|
2594
2594
|
Z
|
|
2595
2595
|
`.trim().replace(/\s+/g, " ");
|
|
2596
2596
|
}
|
|
2597
|
-
function
|
|
2598
|
-
const c =
|
|
2597
|
+
function ma(t, e, n, r, i, a, o) {
|
|
2598
|
+
const c = a.loopRadius, s = a.horizontalExtension, l = a.cornerRadius, u = () => {
|
|
2599
2599
|
const g = n.x - c, m = n.y - c, x = r.x + c, y = r.y - c;
|
|
2600
2600
|
return `M${n.x},${n.y} C${g},${m} ${x},${y} ${r.x},${r.y}`;
|
|
2601
2601
|
};
|
|
@@ -2605,7 +2605,7 @@ function ms(t, e, n, r, i, s, o) {
|
|
|
2605
2605
|
const g = r.x - n.x, m = 0.4, x = n.x + g * m, y = n.y, p = r.x - g * m, w = r.y;
|
|
2606
2606
|
return `M${n.x},${n.y} C${x},${y} ${p},${w} ${r.x},${r.y}`;
|
|
2607
2607
|
}
|
|
2608
|
-
const f =
|
|
2608
|
+
const f = s - a.arrowWidth;
|
|
2609
2609
|
if (e === "self") {
|
|
2610
2610
|
if (t.virtualNode) {
|
|
2611
2611
|
const g = t.virtualNode.getPosition();
|
|
@@ -2615,9 +2615,9 @@ function ms(t, e, n, r, i, s, o) {
|
|
|
2615
2615
|
const x = [
|
|
2616
2616
|
n,
|
|
2617
2617
|
// leftOut of source node
|
|
2618
|
-
{ x: n.x -
|
|
2618
|
+
{ x: n.x - s, y: n.y },
|
|
2619
2619
|
// Extend left
|
|
2620
|
-
{ x: n.x -
|
|
2620
|
+
{ x: n.x - s, y: m },
|
|
2621
2621
|
// Go to virtual node height
|
|
2622
2622
|
{ x: r.x + f, y: m },
|
|
2623
2623
|
// Horizontal segment through virtual node
|
|
@@ -2636,7 +2636,7 @@ function ms(t, e, n, r, i, s, o) {
|
|
|
2636
2636
|
if (t.orthogonalPathPoints && t.orthogonalPathPoints.length > 0)
|
|
2637
2637
|
h = t.orthogonalPathPoints;
|
|
2638
2638
|
else {
|
|
2639
|
-
const g = Math.abs(n.y - t.midY), m = Math.abs(t.midY - r.y), x = 20, y = g >= x, p = m >= x, w = e === "right" ? n.x +
|
|
2639
|
+
const g = Math.abs(n.y - t.midY), m = Math.abs(t.midY - r.y), x = 20, y = g >= x, p = m >= x, w = e === "right" ? n.x + s : n.x - s, E = e === "right" ? r.x - f : r.x + f;
|
|
2640
2640
|
if (h = [], !y && !p) {
|
|
2641
2641
|
const S = (n.y + r.y) / 2;
|
|
2642
2642
|
h.push(
|
|
@@ -2668,27 +2668,27 @@ function ms(t, e, n, r, i, s, o) {
|
|
|
2668
2668
|
}
|
|
2669
2669
|
return De(h, l);
|
|
2670
2670
|
}
|
|
2671
|
-
function
|
|
2672
|
-
|
|
2671
|
+
function ya(t, e, n, r, i) {
|
|
2672
|
+
xa(t, r, i), _a(t, e, n, r, i);
|
|
2673
2673
|
}
|
|
2674
|
-
function
|
|
2675
|
-
const r = n.loopRadius, i = n.edgeSpacing,
|
|
2674
|
+
function xa(t, e, n) {
|
|
2675
|
+
const r = n.loopRadius, i = n.edgeSpacing, a = n.labelHeight;
|
|
2676
2676
|
t.forEach((o) => {
|
|
2677
2677
|
const c = o.edges;
|
|
2678
2678
|
if (c.length === 0) return;
|
|
2679
|
-
const
|
|
2680
|
-
if (!
|
|
2681
|
-
const u =
|
|
2679
|
+
const s = o.baseEdge, l = o.baseEdgeIndex;
|
|
2680
|
+
if (!s || l < 0) return;
|
|
2681
|
+
const u = s.getStartPoint(), f = s.getEndPoint();
|
|
2682
2682
|
if (!u || !f) return;
|
|
2683
2683
|
const h = e - u.y, g = e - f.y;
|
|
2684
|
-
|
|
2684
|
+
s.midY = (h + g) / 2;
|
|
2685
2685
|
const m = Tt(
|
|
2686
|
-
|
|
2686
|
+
s,
|
|
2687
2687
|
e,
|
|
2688
2688
|
void 0,
|
|
2689
2689
|
n
|
|
2690
2690
|
);
|
|
2691
|
-
m && (
|
|
2691
|
+
m && (s.midY = m.midY, s.orthogonalPathPoints = m.points), o.aboveY = s.midY, o.belowY = s.midY;
|
|
2692
2692
|
for (let x = l - 1; x >= 0; x--) {
|
|
2693
2693
|
const y = c[x];
|
|
2694
2694
|
if (y.depth !== 0) continue;
|
|
@@ -2697,7 +2697,7 @@ function xs(t, e, n) {
|
|
|
2697
2697
|
$ && (y.midY = e - $.y - r);
|
|
2698
2698
|
continue;
|
|
2699
2699
|
}
|
|
2700
|
-
const w = y.label ? i +
|
|
2700
|
+
const w = y.label ? i + a : i;
|
|
2701
2701
|
y.midY = o.aboveY - w, o.aboveY = y.midY, y.baseDirection = "above", y.baseOffset = -(l - x);
|
|
2702
2702
|
const E = x < c.length - 1 ? c[x + 1] : void 0, S = Tt(
|
|
2703
2703
|
y,
|
|
@@ -2715,7 +2715,7 @@ function xs(t, e, n) {
|
|
|
2715
2715
|
$ && (y.midY = e - $.y - r);
|
|
2716
2716
|
continue;
|
|
2717
2717
|
}
|
|
2718
|
-
const w = y.label ? i +
|
|
2718
|
+
const w = y.label ? i + a : i;
|
|
2719
2719
|
y.midY = o.belowY + w, o.belowY = y.midY, y.baseDirection = "below", y.baseOffset = x - l;
|
|
2720
2720
|
const E = x > 0 ? c[x - 1] : void 0, S = Tt(
|
|
2721
2721
|
y,
|
|
@@ -2727,65 +2727,65 @@ function xs(t, e, n) {
|
|
|
2727
2727
|
}
|
|
2728
2728
|
});
|
|
2729
2729
|
}
|
|
2730
|
-
function
|
|
2731
|
-
const
|
|
2730
|
+
function _a(t, e, n, r, i) {
|
|
2731
|
+
const a = i.loopRadius, o = i.edgeSpacing, c = i.labelHeight, s = [];
|
|
2732
2732
|
t.forEach((f) => {
|
|
2733
2733
|
const h = f.edges;
|
|
2734
2734
|
h.length === 0 || f.baseEdge || !h.every((m) => m.depth > 0) || h.forEach((m) => {
|
|
2735
2735
|
if (m.getDirection() !== "self")
|
|
2736
|
-
|
|
2736
|
+
s.push(m);
|
|
2737
2737
|
else {
|
|
2738
2738
|
const x = m.getStartPoint();
|
|
2739
|
-
x && (m.midY = r - x.y -
|
|
2739
|
+
x && (m.midY = r - x.y - a);
|
|
2740
2740
|
}
|
|
2741
2741
|
});
|
|
2742
|
-
}),
|
|
2742
|
+
}), s.sort((f, h) => f.depth - h.depth);
|
|
2743
2743
|
let l = 1 / 0, u = -1 / 0;
|
|
2744
2744
|
t.forEach((f) => {
|
|
2745
2745
|
f.aboveY !== 0 && (l = Math.min(l, f.aboveY)), f.belowY !== 0 && (u = Math.max(u, f.belowY));
|
|
2746
2746
|
}), e.forEach((f) => {
|
|
2747
2747
|
f.aboveY !== 0 && (l = Math.min(l, f.aboveY)), f.belowY !== 0 && (u = Math.max(u, f.belowY));
|
|
2748
|
-
}),
|
|
2748
|
+
}), s.forEach((f) => {
|
|
2749
2749
|
if (!f.sourceNode || !f.targetNode) return;
|
|
2750
2750
|
const h = n.get(f.sourceNode._gvid), g = n.get(f.targetNode._gvid);
|
|
2751
2751
|
if (h === void 0 || g === void 0) return;
|
|
2752
2752
|
const m = Math.min(h, g), x = Math.max(h, g), y = [];
|
|
2753
|
-
for (let
|
|
2754
|
-
const
|
|
2755
|
-
|
|
2753
|
+
for (let C = m; C <= x; C++) {
|
|
2754
|
+
const L = e.get(C);
|
|
2755
|
+
L && y.push(...L.nodes);
|
|
2756
2756
|
}
|
|
2757
|
-
const p = y.map((
|
|
2758
|
-
const
|
|
2759
|
-
if (!
|
|
2760
|
-
const
|
|
2761
|
-
return { y:
|
|
2757
|
+
const p = y.map((C) => {
|
|
2758
|
+
const L = C.getPosition();
|
|
2759
|
+
if (!L) return null;
|
|
2760
|
+
const B = r - L[1], G = C.height ? parseFloat(C.height) * nt : fe;
|
|
2761
|
+
return { y: B, height: G, bottomY: B + G / 2 };
|
|
2762
2762
|
}).filter(
|
|
2763
|
-
(
|
|
2764
|
-
).sort((
|
|
2763
|
+
(C) => C !== null
|
|
2764
|
+
).sort((C, L) => C.y - L.y);
|
|
2765
2765
|
let w;
|
|
2766
2766
|
if (p.length === 0)
|
|
2767
2767
|
w = (l + u) / 2;
|
|
2768
2768
|
else if (p.length % 2 === 1)
|
|
2769
2769
|
w = p[Math.floor(p.length / 2)].bottomY;
|
|
2770
2770
|
else {
|
|
2771
|
-
const
|
|
2772
|
-
w = (p[
|
|
2771
|
+
const C = p.length / 2;
|
|
2772
|
+
w = (p[C - 1].bottomY + p[C].bottomY) / 2;
|
|
2773
2773
|
}
|
|
2774
2774
|
const E = f.getStartPoint(), S = f.getEndPoint(), v = (E && S ? r - (E.y + S.y) / 2 : w) < w ? "above" : "below";
|
|
2775
2775
|
f.baseDirection = v;
|
|
2776
2776
|
const k = f.label ? o + c : o;
|
|
2777
|
-
let
|
|
2778
|
-
v === "above" ? (f.midY = l - k,
|
|
2779
|
-
const
|
|
2777
|
+
let M;
|
|
2778
|
+
v === "above" ? (f.midY = l - k, M = l, l = f.midY) : (f.midY = u + k, M = u, u = f.midY);
|
|
2779
|
+
const D = Tt(
|
|
2780
2780
|
f,
|
|
2781
2781
|
r,
|
|
2782
|
-
{ midY:
|
|
2782
|
+
{ midY: M },
|
|
2783
2783
|
i
|
|
2784
2784
|
);
|
|
2785
|
-
|
|
2785
|
+
D && (f.midY = D.midY, f.orthogonalPathPoints = D.points, v === "above" ? l = Math.min(l, D.midY) : u = Math.max(u, D.midY));
|
|
2786
2786
|
});
|
|
2787
2787
|
}
|
|
2788
|
-
function
|
|
2788
|
+
function wa(t) {
|
|
2789
2789
|
if (!t.sourceNode) return null;
|
|
2790
2790
|
const e = t.sourceNode.getPosition();
|
|
2791
2791
|
if (!e) return null;
|
|
@@ -2803,15 +2803,15 @@ function ws(t) {
|
|
|
2803
2803
|
});
|
|
2804
2804
|
return r.virtualNode = !0, r.edge = t, t.virtualNode = r, r;
|
|
2805
2805
|
}
|
|
2806
|
-
function
|
|
2807
|
-
const r = e.nodes, i = r.findIndex((
|
|
2806
|
+
function va(t, e, n) {
|
|
2807
|
+
const r = e.nodes, i = r.findIndex((a) => a._gvid === n._gvid);
|
|
2808
2808
|
if (i === -1) {
|
|
2809
2809
|
r.push(t);
|
|
2810
2810
|
return;
|
|
2811
2811
|
}
|
|
2812
2812
|
r.splice(i, 0, t);
|
|
2813
2813
|
}
|
|
2814
|
-
function
|
|
2814
|
+
function ba(t, e) {
|
|
2815
2815
|
const n = Jo, r = [], i = /* @__PURE__ */ new Map();
|
|
2816
2816
|
t.forEach((l) => {
|
|
2817
2817
|
const u = l.getPosition();
|
|
@@ -2822,8 +2822,8 @@ function bs(t, e) {
|
|
|
2822
2822
|
);
|
|
2823
2823
|
h === -1 && (h = r.length, r.push(f)), i.set(l._gvid, h);
|
|
2824
2824
|
});
|
|
2825
|
-
const
|
|
2826
|
-
|
|
2825
|
+
const a = r.map((l, u) => ({ x: l, i: u })).sort((l, u) => l.x - u.x).map((l, u) => ({ oldIndex: l.i, newIndex: u })), o = /* @__PURE__ */ new Map();
|
|
2826
|
+
a.forEach(({ oldIndex: l, newIndex: u }) => {
|
|
2827
2827
|
o.set(l, u);
|
|
2828
2828
|
});
|
|
2829
2829
|
for (const [l, u] of i)
|
|
@@ -2831,54 +2831,54 @@ function bs(t, e) {
|
|
|
2831
2831
|
const c = /* @__PURE__ */ new Map();
|
|
2832
2832
|
t.forEach((l) => {
|
|
2833
2833
|
const u = i.get(l._gvid);
|
|
2834
|
-
u !== void 0 && (c.has(u) || c.set(u, new
|
|
2834
|
+
u !== void 0 && (c.has(u) || c.set(u, new ia(u, 0)), c.get(u).addNode(l, !1));
|
|
2835
2835
|
}), e.forEach((l) => {
|
|
2836
2836
|
if (!l.sourceNode || !l.targetNode || l.sourceNode._gvid !== l.targetNode._gvid) return;
|
|
2837
2837
|
const u = i.get(l.sourceNode._gvid);
|
|
2838
2838
|
if (u === void 0) return;
|
|
2839
2839
|
const f = c.get(u);
|
|
2840
2840
|
if (!f) return;
|
|
2841
|
-
const h =
|
|
2842
|
-
h &&
|
|
2841
|
+
const h = wa(l);
|
|
2842
|
+
h && va(h, f, l.sourceNode);
|
|
2843
2843
|
});
|
|
2844
|
-
const
|
|
2844
|
+
const s = /* @__PURE__ */ new Map();
|
|
2845
2845
|
return e.forEach((l) => {
|
|
2846
2846
|
if (!l.sourceNode || !l.targetNode) return;
|
|
2847
2847
|
const u = i.get(l.sourceNode._gvid), f = i.get(l.targetNode._gvid);
|
|
2848
2848
|
if (u === void 0 || f === void 0) return;
|
|
2849
2849
|
l.depth = Math.abs(f - u) - 1, l.depth < 0 && (l.depth = 0);
|
|
2850
2850
|
const h = Math.min(u, f), g = Math.max(u, f), m = `${h}-${g}`;
|
|
2851
|
-
|
|
2852
|
-
}),
|
|
2851
|
+
s.has(m) || s.set(m, new oa(u, f, 0)), s.get(m).addEdge(l);
|
|
2852
|
+
}), s.forEach((l) => {
|
|
2853
2853
|
l.edges.sort((u, f) => {
|
|
2854
2854
|
const h = u.getStartPoint(), g = u.getEndPoint(), m = h && g ? (h.y + g.y) / 2 : 0, x = f.getStartPoint(), y = f.getEndPoint();
|
|
2855
2855
|
return (x && y ? (x.y + y.y) / 2 : 0) - m;
|
|
2856
2856
|
});
|
|
2857
|
-
}), { nodeColumnMap: i, nodeColumns: c, edgeColumns:
|
|
2857
|
+
}), { nodeColumnMap: i, nodeColumns: c, edgeColumns: s };
|
|
2858
2858
|
}
|
|
2859
|
-
function
|
|
2859
|
+
function Ea(t, e) {
|
|
2860
2860
|
t.forEach((n) => {
|
|
2861
2861
|
if (n.nodes.length === 0) return;
|
|
2862
2862
|
let r = !0;
|
|
2863
2863
|
n.nodes.forEach((i) => {
|
|
2864
|
-
const
|
|
2865
|
-
if (!
|
|
2866
|
-
const o = i.height ? parseFloat(i.height) * nt : fe, c = e -
|
|
2867
|
-
r ? (n.aboveY =
|
|
2864
|
+
const a = i.getPosition();
|
|
2865
|
+
if (!a) return;
|
|
2866
|
+
const o = i.height ? parseFloat(i.height) * nt : fe, c = e - a[1], s = c - o / 2, l = c + o / 2;
|
|
2867
|
+
r ? (n.aboveY = s, n.belowY = l, r = !1) : (n.aboveY = Math.min(n.aboveY, s), n.belowY = Math.max(n.belowY, l));
|
|
2868
2868
|
});
|
|
2869
2869
|
});
|
|
2870
2870
|
}
|
|
2871
|
-
function
|
|
2871
|
+
function Na(t, e) {
|
|
2872
2872
|
t.length !== 0 && e.forEach((n) => {
|
|
2873
2873
|
const r = n.edges;
|
|
2874
2874
|
if (r.length === 0) return;
|
|
2875
2875
|
const i = r.filter((f) => f.depth === 0);
|
|
2876
2876
|
if (i.length === 0) return;
|
|
2877
|
-
const
|
|
2877
|
+
const a = Math.floor(i.length / 2), o = i[a];
|
|
2878
2878
|
o.isBaseEdge = !0, o.baseDirection = void 0;
|
|
2879
2879
|
const c = r.indexOf(o);
|
|
2880
2880
|
n.setBaseEdge(o, c);
|
|
2881
|
-
const
|
|
2881
|
+
const s = o.getStartPoint(), l = o.getEndPoint(), u = s && l ? (s.y + l.y) / 2 : 0;
|
|
2882
2882
|
i.forEach((f) => {
|
|
2883
2883
|
if (f === o) return;
|
|
2884
2884
|
const h = f.getStartPoint(), g = f.getEndPoint();
|
|
@@ -2886,70 +2886,70 @@ function Ns(t, e) {
|
|
|
2886
2886
|
});
|
|
2887
2887
|
});
|
|
2888
2888
|
}
|
|
2889
|
-
function $
|
|
2889
|
+
function $a(t, e, n) {
|
|
2890
2890
|
const i = (t.objects || []).map(
|
|
2891
|
-
(
|
|
2892
|
-
_gvid:
|
|
2893
|
-
name:
|
|
2894
|
-
_draw_:
|
|
2895
|
-
_ldraw_:
|
|
2896
|
-
bb:
|
|
2897
|
-
pos:
|
|
2891
|
+
(s) => new dn({
|
|
2892
|
+
_gvid: s._gvid,
|
|
2893
|
+
name: s.name,
|
|
2894
|
+
_draw_: s._draw_,
|
|
2895
|
+
_ldraw_: s._ldraw_,
|
|
2896
|
+
bb: s.bb,
|
|
2897
|
+
pos: s.pos,
|
|
2898
2898
|
// Apply custom node dimensions if provided (convert points to inches)
|
|
2899
|
-
width: e !== null ? String(e / nt) :
|
|
2900
|
-
height: n !== null ? String(n / nt) :
|
|
2901
|
-
label:
|
|
2899
|
+
width: e !== null ? String(e / nt) : s.width,
|
|
2900
|
+
height: n !== null ? String(n / nt) : s.height,
|
|
2901
|
+
label: s.label
|
|
2902
2902
|
})
|
|
2903
|
-
),
|
|
2904
|
-
i.forEach((
|
|
2905
|
-
|
|
2903
|
+
), a = /* @__PURE__ */ new Map();
|
|
2904
|
+
i.forEach((s) => {
|
|
2905
|
+
a.set(s._gvid, s);
|
|
2906
2906
|
});
|
|
2907
|
-
const c = (t.edges || []).map((
|
|
2908
|
-
const l = new
|
|
2909
|
-
_gvid:
|
|
2910
|
-
name:
|
|
2911
|
-
_draw_:
|
|
2912
|
-
_ldraw_:
|
|
2913
|
-
_hdraw_:
|
|
2914
|
-
_tdraw_:
|
|
2915
|
-
head:
|
|
2916
|
-
tail:
|
|
2917
|
-
label:
|
|
2918
|
-
}), u =
|
|
2907
|
+
const c = (t.edges || []).map((s) => {
|
|
2908
|
+
const l = new ra({
|
|
2909
|
+
_gvid: s._gvid,
|
|
2910
|
+
name: s.name,
|
|
2911
|
+
_draw_: s._draw_,
|
|
2912
|
+
_ldraw_: s._ldraw_,
|
|
2913
|
+
_hdraw_: s._hdraw_,
|
|
2914
|
+
_tdraw_: s._tdraw_,
|
|
2915
|
+
head: s.head,
|
|
2916
|
+
tail: s.tail,
|
|
2917
|
+
label: s.label
|
|
2918
|
+
}), u = s.tail !== void 0 ? a.get(s.tail) : void 0, f = s.head !== void 0 ? a.get(s.head) : void 0;
|
|
2919
2919
|
return u && f && l.setNodes(u, f), l;
|
|
2920
2920
|
});
|
|
2921
2921
|
return { nodes: i, edges: c };
|
|
2922
2922
|
}
|
|
2923
|
-
function
|
|
2923
|
+
function ka(t, e, n, r) {
|
|
2924
2924
|
let i = 0;
|
|
2925
2925
|
t.forEach((o) => {
|
|
2926
2926
|
i = Math.max(i, o.getWidthPoints());
|
|
2927
2927
|
});
|
|
2928
|
-
let
|
|
2928
|
+
let a = 0;
|
|
2929
2929
|
return e.forEach((o) => {
|
|
2930
2930
|
if (o.depth !== 0 || !o.label || o.getDirection() === "self") return;
|
|
2931
2931
|
const { boxWidth: c } = mn(o, n, r);
|
|
2932
|
-
|
|
2933
|
-
}), i + 2 * n.horizontalExtension +
|
|
2932
|
+
a = Math.max(a, c);
|
|
2933
|
+
}), i + 2 * n.horizontalExtension + a + 2 * jo;
|
|
2934
2934
|
}
|
|
2935
|
-
function
|
|
2936
|
-
const r = Array.from(t.keys()).sort((l, u) => l - u), i = r.length,
|
|
2935
|
+
function Sa(t, e, n) {
|
|
2936
|
+
const r = Array.from(t.keys()).sort((l, u) => l - u), i = r.length, a = Qo, o = n, s = (i > 1 ? (i - 1) * o : 0) + 2 * a;
|
|
2937
2937
|
return r.forEach((l, u) => {
|
|
2938
2938
|
const f = t.get(l);
|
|
2939
2939
|
if (!f) return;
|
|
2940
2940
|
const h = f.nodes;
|
|
2941
2941
|
if (h.length === 0) return;
|
|
2942
|
-
const g = i > 1 ?
|
|
2942
|
+
const g = i > 1 ? a + u * o : s / 2;
|
|
2943
2943
|
h.sort((v, k) => {
|
|
2944
|
-
const
|
|
2945
|
-
return !
|
|
2944
|
+
const M = v.getPosition(), D = k.getPosition();
|
|
2945
|
+
return !M || !D ? 0 : D[1] - M[1];
|
|
2946
2946
|
});
|
|
2947
2947
|
const m = ln, x = h.filter((v) => !v.virtualNode), y = x.length;
|
|
2948
2948
|
if (y === 0) {
|
|
2949
|
-
let v = (e + h.reduce((k,
|
|
2949
|
+
let v = (e + h.reduce((k, M) => k + M.getHeightPoints(), 0)) / 2;
|
|
2950
2950
|
h.forEach((k) => {
|
|
2951
|
-
const
|
|
2952
|
-
v -=
|
|
2951
|
+
const M = k.getHeightPoints();
|
|
2952
|
+
v -= M / 2, k.pos = `${g},${v}`, v -= M / 2;
|
|
2953
2953
|
});
|
|
2954
2954
|
return;
|
|
2955
2955
|
}
|
|
@@ -2965,45 +2965,45 @@ function ks(t, e, n) {
|
|
|
2965
2965
|
E.pos = `${g},${p}`;
|
|
2966
2966
|
let $ = p + S / 2;
|
|
2967
2967
|
for (let v = w - 1; v >= 0; v--) {
|
|
2968
|
-
const k = h[v],
|
|
2969
|
-
$ +=
|
|
2968
|
+
const k = h[v], M = h[v + 1], D = k.getHeightPoints(), C = k.virtualNode || M.virtualNode ? 0 : m;
|
|
2969
|
+
$ += C + D / 2, k.pos = `${g},${$}`, $ += D / 2;
|
|
2970
2970
|
}
|
|
2971
2971
|
$ = p - S / 2;
|
|
2972
2972
|
for (let v = w + 1; v < h.length; v++) {
|
|
2973
|
-
const k = h[v],
|
|
2974
|
-
$ -=
|
|
2973
|
+
const k = h[v], M = h[v - 1], D = k.getHeightPoints(), C = k.virtualNode || M.virtualNode ? 0 : m;
|
|
2974
|
+
$ -= C + D / 2, k.pos = `${g},${$}`, $ -= D / 2;
|
|
2975
2975
|
}
|
|
2976
|
-
}),
|
|
2976
|
+
}), s;
|
|
2977
2977
|
}
|
|
2978
2978
|
function xn(t, e, n) {
|
|
2979
2979
|
t.append("use").attr("href", `#${cn}`).attr("x", e).attr("y", n - _t / 2);
|
|
2980
2980
|
}
|
|
2981
|
-
function
|
|
2981
|
+
function Aa(t, e, n) {
|
|
2982
2982
|
t.style("cursor", "pointer").on("mouseenter", function() {
|
|
2983
2983
|
if (e.attr("opacity", 1), n.select(".edge.selected").size() > 0)
|
|
2984
2984
|
return;
|
|
2985
|
-
const i = Y(this).attr("data-node-id"),
|
|
2985
|
+
const i = Y(this).attr("data-node-id"), a = /* @__PURE__ */ new Set([i]);
|
|
2986
2986
|
n.selectAll(".edge").each(function() {
|
|
2987
2987
|
const o = Y(this).attr("data-source-node-id"), c = Y(this).attr("data-target-node-id");
|
|
2988
|
-
o === i || c === i ? o === i ?
|
|
2988
|
+
o === i || c === i ? o === i ? a.add(c) : a.add(o) : Y(this).classed("dimmed", !0);
|
|
2989
2989
|
}), n.selectAll(".node").each(function() {
|
|
2990
2990
|
const o = Y(this).attr("data-node-id");
|
|
2991
|
-
|
|
2991
|
+
a.has(o) || Y(this).classed("dimmed", !0);
|
|
2992
2992
|
});
|
|
2993
2993
|
}).on("mouseleave", function() {
|
|
2994
2994
|
e.attr("opacity", 0), n.selectAll(".edge.dimmed").classed("dimmed", !1), n.selectAll(".node.dimmed").classed("dimmed", !1);
|
|
2995
2995
|
});
|
|
2996
2996
|
}
|
|
2997
|
-
function
|
|
2997
|
+
function Ia(t) {
|
|
2998
2998
|
const {
|
|
2999
2999
|
nodeGroup: e,
|
|
3000
3000
|
g: n,
|
|
3001
3001
|
x: r,
|
|
3002
3002
|
y: i,
|
|
3003
|
-
w:
|
|
3003
|
+
w: a,
|
|
3004
3004
|
h: o,
|
|
3005
3005
|
height: c,
|
|
3006
|
-
badges:
|
|
3006
|
+
badges: s,
|
|
3007
3007
|
labelText: l,
|
|
3008
3008
|
addressText: u,
|
|
3009
3009
|
nodeTextColor: f,
|
|
@@ -3012,46 +3012,46 @@ function Is(t) {
|
|
|
3012
3012
|
hasChainIcon: m
|
|
3013
3013
|
} = t, x = o * Ko, y = o - x, p = c - i - o / 2, w = 4, E = "var(--border-primary, #D3D1D4)";
|
|
3014
3014
|
e.append("path").attr("d", re(
|
|
3015
|
-
r -
|
|
3015
|
+
r - a / 2,
|
|
3016
3016
|
p,
|
|
3017
|
-
|
|
3017
|
+
a,
|
|
3018
3018
|
x,
|
|
3019
3019
|
{ topLeft: w, topRight: w }
|
|
3020
|
-
)).attr("fill", g ? h : "var(--bg-quaternary, #F2F2F3)").attr("stroke", E).attr("stroke-width", 1), g && e.append("line").attr("x1", r -
|
|
3021
|
-
r -
|
|
3020
|
+
)).attr("fill", g ? h : "var(--bg-quaternary, #F2F2F3)").attr("stroke", E).attr("stroke-width", 1), g && e.append("line").attr("x1", r - a / 2).attr("y1", p + x).attr("x2", r + a / 2).attr("y2", p + x).attr("stroke", f).attr("stroke-width", 1), e.append("path").attr("d", re(
|
|
3021
|
+
r - a / 2,
|
|
3022
3022
|
p + x,
|
|
3023
|
-
|
|
3023
|
+
a,
|
|
3024
3024
|
y,
|
|
3025
3025
|
{ bottomLeft: w, bottomRight: w }
|
|
3026
3026
|
)).attr("fill", g ? h : "var(--bg-primary, #fff)").attr("stroke", E).attr("stroke-width", 1);
|
|
3027
|
-
const S = e.append("rect").attr("x", r -
|
|
3028
|
-
|
|
3029
|
-
let $ = r -
|
|
3030
|
-
const v = p + x / 2, k = 7.2,
|
|
3031
|
-
if (
|
|
3032
|
-
const
|
|
3033
|
-
e.append("rect").attr("x", $).attr("y", v -
|
|
3027
|
+
const S = e.append("rect").attr("x", r - a / 2 - 4).attr("y", p - 4).attr("width", a + 8).attr("height", o + 8).attr("rx", 5).attr("ry", 5).attr("fill", "none").attr("stroke", "var(--gray-700, #43444C)").attr("stroke-width", 2).attr("opacity", 0).style("pointer-events", "none");
|
|
3028
|
+
Aa(e, S, n);
|
|
3029
|
+
let $ = r - a / 2 + 8;
|
|
3030
|
+
const v = p + x / 2, k = 7.2, M = 6, D = 18, C = 4;
|
|
3031
|
+
if (s.forEach((L) => {
|
|
3032
|
+
const G = L.length * k + M * 2;
|
|
3033
|
+
e.append("rect").attr("x", $).attr("y", v - D / 2).attr("width", G).attr("height", D).attr("rx", 5).attr("ry", 5).attr("fill", "var(--bg-warning-primary, #FFF8E1)").attr("stroke", "var(--border-warning-light, #FFD66D)").attr("stroke-width", 1), e.append("text").attr("x", $ + M).attr("y", v).attr("text-anchor", "start").attr("dominant-baseline", "middle").attr("font-family", "var(--font-inter), Inter, Helvetica, Arial").attr("font-size", "12px").attr("font-weight", "500").attr("fill", "var(--text-warning-primary, #CD7004)").text(L), $ += G + C;
|
|
3034
3034
|
}), l) {
|
|
3035
|
-
const
|
|
3036
|
-
ne(
|
|
3035
|
+
const L = r + a / 2 - 8 - $, B = e.append("text").attr("x", $).attr("y", v).attr("text-anchor", "start").attr("dominant-baseline", "middle").attr("font-family", "var(--font-inter), Inter, Helvetica, Arial").attr("font-size", "16px").attr("font-weight", "500").attr("fill", f);
|
|
3036
|
+
ne(B, L, l);
|
|
3037
3037
|
}
|
|
3038
3038
|
if (u) {
|
|
3039
|
-
const
|
|
3040
|
-
m && xn(e, r -
|
|
3041
|
-
const
|
|
3042
|
-
ne(d,
|
|
3039
|
+
const L = p + x + y / 2, B = m ? _t + sn : 0;
|
|
3040
|
+
m && xn(e, r - a / 2 + 8, L);
|
|
3041
|
+
const G = a - 16 - B, d = e.append("text").attr("x", r - a / 2 + 8 + B).attr("y", L).attr("text-anchor", "start").attr("dominant-baseline", "middle").attr("font-family", "var(--font-fira-code), Fira Code, monospace").attr("font-size", "12px").attr("font-weight", "400").attr("fill", f);
|
|
3042
|
+
ne(d, G, u);
|
|
3043
3043
|
}
|
|
3044
3044
|
}
|
|
3045
|
-
function
|
|
3045
|
+
function Ta(t) {
|
|
3046
3046
|
const {
|
|
3047
3047
|
nodeGroup: e,
|
|
3048
3048
|
x: n,
|
|
3049
3049
|
y: r,
|
|
3050
3050
|
w: i,
|
|
3051
|
-
h:
|
|
3051
|
+
h: a,
|
|
3052
3052
|
height: o,
|
|
3053
3053
|
isVirtual: c,
|
|
3054
|
-
showVirtualStyle:
|
|
3054
|
+
showVirtualStyle: s,
|
|
3055
3055
|
nodeContent: l,
|
|
3056
3056
|
labelText: u,
|
|
3057
3057
|
addressText: f,
|
|
@@ -3059,15 +3059,15 @@ function Ts(t) {
|
|
|
3059
3059
|
nodeBackground: g,
|
|
3060
3060
|
hasCustomBackground: m,
|
|
3061
3061
|
hasChainIcon: x
|
|
3062
|
-
} = t, y = 4, p =
|
|
3062
|
+
} = t, y = 4, p = s ? "#EF4444" : "var(--border-primary, #D3D1D4)", w = e.append("path").attr("d", re(
|
|
3063
3063
|
n - i / 2,
|
|
3064
|
-
o - r -
|
|
3064
|
+
o - r - a / 2,
|
|
3065
3065
|
i,
|
|
3066
|
-
|
|
3066
|
+
a,
|
|
3067
3067
|
{ topLeft: y, topRight: y, bottomLeft: y, bottomRight: y }
|
|
3068
|
-
)).attr("fill", m ? g : "var(--bg-primary, #fff)").attr("stroke", p).attr("stroke-width",
|
|
3068
|
+
)).attr("fill", m ? g : "var(--bg-primary, #fff)").attr("stroke", p).attr("stroke-width", s ? 2 : 1);
|
|
3069
3069
|
if (!c) {
|
|
3070
|
-
const E = e.append("rect").attr("x", n - i / 2 - 4).attr("y", o - r -
|
|
3070
|
+
const E = e.append("rect").attr("x", n - i / 2 - 4).attr("y", o - r - a / 2 - 4).attr("width", i + 8).attr("height", a + 8).attr("rx", 5).attr("ry", 5).attr("fill", "none").attr("stroke", "#000000").attr("stroke-width", 2).attr("opacity", 0).style("pointer-events", "none");
|
|
3071
3071
|
w.style("cursor", "pointer").on("mouseenter", function() {
|
|
3072
3072
|
E.attr("opacity", 1);
|
|
3073
3073
|
}).on("mouseleave", function() {
|
|
@@ -3081,23 +3081,23 @@ function Ts(t) {
|
|
|
3081
3081
|
E.length > 20 ? E.slice(0, 20) + "..." : E
|
|
3082
3082
|
);
|
|
3083
3083
|
} else {
|
|
3084
|
-
const E = f || u, S = o - r, $ = x ? _t +
|
|
3084
|
+
const E = f || u, S = o - r, $ = x ? _t + sn : 0;
|
|
3085
3085
|
x && xn(e, n - i / 2 + 8, S);
|
|
3086
3086
|
const v = i - 16 - $, k = e.append("text").attr("x", n - i / 2 + 8 + $).attr("y", S).attr("text-anchor", "start").attr("dominant-baseline", "middle").attr("font-family", "var(--font-fira-code), Fira Code, monospace").attr("font-size", "12px").attr("font-weight", "400").attr("fill", h);
|
|
3087
3087
|
ne(k, v, E);
|
|
3088
3088
|
}
|
|
3089
3089
|
}
|
|
3090
|
-
function
|
|
3091
|
-
const
|
|
3092
|
-
if (!
|
|
3093
|
-
const [o, c] =
|
|
3090
|
+
function Ca(t, e, n, r, i) {
|
|
3091
|
+
const a = t.getPosition();
|
|
3092
|
+
if (!a) return;
|
|
3093
|
+
const [o, c] = a, s = t.getWidthPoints(), l = t.getHeightPoints(), u = t.virtualNode;
|
|
3094
3094
|
if (u && !r) return;
|
|
3095
3095
|
const f = e.append("g").attr("class", u ? "node virtual-node" : "node").attr("id", t.name).attr("data-node-id", t.name);
|
|
3096
3096
|
let h = null;
|
|
3097
3097
|
try {
|
|
3098
|
-
t.label && (h =
|
|
3098
|
+
t.label && (h = Ct(t.label));
|
|
3099
3099
|
} catch (v) {
|
|
3100
|
-
h =
|
|
3100
|
+
h = ha(t.label), h || console.warn(`Failed to decode node label for ${t.name}:`, v);
|
|
3101
3101
|
}
|
|
3102
3102
|
h != null && h.key && f.attr("data-key", h.key);
|
|
3103
3103
|
const g = r && u, m = (h == null ? void 0 : h.tags) || [], x = (h == null ? void 0 : h.label) || "", y = (h == null ? void 0 : h.text) || "", p = (h == null ? void 0 : h.color) || "var(--text-primary, #1A171B)", w = (h == null ? void 0 : h.background) || "white", E = w !== "white", S = m.length > 0 || x.length > 0, $ = {
|
|
@@ -3105,7 +3105,7 @@ function Ms(t, e, n, r, i) {
|
|
|
3105
3105
|
g: e,
|
|
3106
3106
|
x: o,
|
|
3107
3107
|
y: c,
|
|
3108
|
-
w:
|
|
3108
|
+
w: s,
|
|
3109
3109
|
h: l,
|
|
3110
3110
|
height: n,
|
|
3111
3111
|
isVirtual: u,
|
|
@@ -3119,18 +3119,18 @@ function Ms(t, e, n, r, i) {
|
|
|
3119
3119
|
hasCustomBackground: E,
|
|
3120
3120
|
hasChainIcon: i
|
|
3121
3121
|
};
|
|
3122
|
-
S && !u ?
|
|
3123
|
-
v.op === "T" && v.text && f.append("text").attr("x", o -
|
|
3122
|
+
S && !u ? Ia($) : Ta($), !t.label && t._ldraw_ && t._ldraw_.length > 0 && !u && t._ldraw_.forEach((v) => {
|
|
3123
|
+
v.op === "T" && v.text && f.append("text").attr("x", o - s / 2 + 8).attr("y", n - c).attr("text-anchor", "start").attr("dominant-baseline", "middle").attr("font-family", v.face || "Inter, Helvetica, Arial").attr("font-size", `${v.size || 11}px`).attr("fill", v.color || "#334155").text(v.text);
|
|
3124
3124
|
});
|
|
3125
3125
|
}
|
|
3126
|
-
function
|
|
3127
|
-
e.forEach((
|
|
3128
|
-
|
|
3129
|
-
|
|
3126
|
+
function Ma(t, e, n, r, i) {
|
|
3127
|
+
e.forEach((a) => {
|
|
3128
|
+
a.nodes.forEach((o) => {
|
|
3129
|
+
Ca(o, t, n, r, i);
|
|
3130
3130
|
});
|
|
3131
3131
|
});
|
|
3132
3132
|
}
|
|
3133
|
-
const
|
|
3133
|
+
const Da = `
|
|
3134
3134
|
<style>
|
|
3135
3135
|
@keyframes selected-pulse {
|
|
3136
3136
|
0%, 100% {
|
|
@@ -3215,7 +3215,7 @@ const Ds = `
|
|
|
3215
3215
|
<symbol id="arrow-right" viewBox="0 0 12 12">
|
|
3216
3216
|
<path d="M11.53 5.46967C11.8229 5.76256 11.8229 6.23744 11.53 6.53033L6.75736 11.303C6.46447 11.5959 5.98959 11.5959 5.6967 11.303C5.40381 11.0101 5.40381 10.5352 5.6967 10.2423L9.93934 6L5.6967 1.75736C5.40381 1.46447 5.40381 0.989593 5.6967 0.696699C5.98959 0.403806 6.46447 0.403806 6.75736 0.696699L11.53 5.46967ZM0 5.25H11V6.75H0V5.25Z"/>
|
|
3217
3217
|
</symbol>
|
|
3218
|
-
`,
|
|
3218
|
+
`, Pa = `
|
|
3219
3219
|
<style>
|
|
3220
3220
|
.node rect, .node ellipse, .node polygon {
|
|
3221
3221
|
cursor: pointer;
|
|
@@ -3226,7 +3226,7 @@ const Ds = `
|
|
|
3226
3226
|
</style>
|
|
3227
3227
|
`;
|
|
3228
3228
|
function it(t, e, n) {
|
|
3229
|
-
let r = "#000000", i = "#000000",
|
|
3229
|
+
let r = "#000000", i = "#000000", a = "#000000";
|
|
3230
3230
|
e.forEach((o) => {
|
|
3231
3231
|
switch (o.op) {
|
|
3232
3232
|
case "c":
|
|
@@ -3236,89 +3236,89 @@ function it(t, e, n) {
|
|
|
3236
3236
|
o.color && (i = o.color);
|
|
3237
3237
|
break;
|
|
3238
3238
|
case "F":
|
|
3239
|
-
o.color && (
|
|
3239
|
+
o.color && (a = o.color);
|
|
3240
3240
|
break;
|
|
3241
3241
|
case "T":
|
|
3242
3242
|
o.pt && o.text && t.append("text").attr("x", o.pt[0]).attr("y", n - o.pt[1]).attr(
|
|
3243
3243
|
"text-anchor",
|
|
3244
3244
|
o.align === "l" ? "start" : o.align === "r" ? "end" : "middle"
|
|
3245
|
-
).attr("font-family", o.face || "Inter, Helvetica, Arial").attr("font-size", `${o.size || 12}px`).attr("fill", o.color ||
|
|
3245
|
+
).attr("font-family", o.face || "Inter, Helvetica, Arial").attr("font-size", `${o.size || 12}px`).attr("fill", o.color || a).text(o.text);
|
|
3246
3246
|
break;
|
|
3247
3247
|
case "p":
|
|
3248
3248
|
if (o.points) {
|
|
3249
|
-
const c = o.points.map(([
|
|
3250
|
-
t.append("polygon").attr("points", c.map((
|
|
3249
|
+
const c = o.points.map(([s, l]) => [s, n - l]);
|
|
3250
|
+
t.append("polygon").attr("points", c.map((s) => s.join(",")).join(" ")).attr("fill", i).attr("stroke", r);
|
|
3251
3251
|
}
|
|
3252
3252
|
break;
|
|
3253
3253
|
case "P":
|
|
3254
3254
|
if (o.points) {
|
|
3255
|
-
const c = o.points.map(([
|
|
3256
|
-
t.append("polygon").attr("points", c.map((
|
|
3255
|
+
const c = o.points.map(([s, l]) => [s, n - l]);
|
|
3256
|
+
t.append("polygon").attr("points", c.map((s) => s.join(",")).join(" ")).attr("fill", "none").attr("stroke", r);
|
|
3257
3257
|
}
|
|
3258
3258
|
break;
|
|
3259
3259
|
case "e":
|
|
3260
3260
|
if (o.rect) {
|
|
3261
|
-
const [c,
|
|
3262
|
-
t.append("ellipse").attr("cx", c).attr("cy", n -
|
|
3261
|
+
const [c, s, l, u] = o.rect;
|
|
3262
|
+
t.append("ellipse").attr("cx", c).attr("cy", n - s).attr("rx", l).attr("ry", u).attr("fill", i).attr("stroke", r);
|
|
3263
3263
|
}
|
|
3264
3264
|
break;
|
|
3265
3265
|
case "E":
|
|
3266
3266
|
if (o.rect) {
|
|
3267
|
-
const [c,
|
|
3268
|
-
t.append("ellipse").attr("cx", c).attr("cy", n -
|
|
3267
|
+
const [c, s, l, u] = o.rect;
|
|
3268
|
+
t.append("ellipse").attr("cx", c).attr("cy", n - s).attr("rx", l).attr("ry", u).attr("fill", "none").attr("stroke", r);
|
|
3269
3269
|
}
|
|
3270
3270
|
break;
|
|
3271
3271
|
case "b":
|
|
3272
3272
|
if (o.points) {
|
|
3273
|
-
const c = o.points.map(([l, u]) => [l, n - u]),
|
|
3274
|
-
t.append("path").attr("d",
|
|
3273
|
+
const c = o.points.map(([l, u]) => [l, n - u]), s = `M${c[0][0]},${c[0][1]} C${c.slice(1).map((l) => `${l[0]},${l[1]}`).join(" ")}`;
|
|
3274
|
+
t.append("path").attr("d", s).attr("fill", "none").attr("stroke", r).attr("stroke-width", 1);
|
|
3275
3275
|
}
|
|
3276
3276
|
break;
|
|
3277
3277
|
case "B":
|
|
3278
3278
|
if (o.points) {
|
|
3279
|
-
const c = o.points.map(([l, u]) => [l, n - u]),
|
|
3280
|
-
t.append("path").attr("d",
|
|
3279
|
+
const c = o.points.map(([l, u]) => [l, n - u]), s = `M${c[0][0]},${c[0][1]} C${c.slice(1).map((l) => `${l[0]},${l[1]}`).join(" ")}`;
|
|
3280
|
+
t.append("path").attr("d", s).attr("fill", i).attr("stroke", r).attr("stroke-width", 1);
|
|
3281
3281
|
}
|
|
3282
3282
|
break;
|
|
3283
3283
|
case "L":
|
|
3284
3284
|
if (o.points) {
|
|
3285
|
-
const
|
|
3286
|
-
t.append("path").attr("d",
|
|
3285
|
+
const s = `M${o.points.map(([l, u]) => [l, n - u]).map((l) => `${l[0]},${l[1]}`).join(" L")}`;
|
|
3286
|
+
t.append("path").attr("d", s).attr("fill", "none").attr("stroke", r).attr("stroke-width", 1);
|
|
3287
3287
|
}
|
|
3288
3288
|
break;
|
|
3289
3289
|
}
|
|
3290
3290
|
});
|
|
3291
3291
|
}
|
|
3292
|
-
function
|
|
3292
|
+
function Ka(t, e, n = 14) {
|
|
3293
3293
|
var y;
|
|
3294
3294
|
t.innerHTML = "";
|
|
3295
|
-
const r = ((y = e.bb) == null ? void 0 : y.split(",").map(Number)) || fn, [, , i,
|
|
3296
|
-
o.append("defs").html(
|
|
3295
|
+
const r = ((y = e.bb) == null ? void 0 : y.split(",").map(Number)) || fn, [, , i, a] = r, o = Y(t).append("svg").attr("width", "100%").attr("height", "100%").attr("viewBox", `0 0 ${i} ${a}`);
|
|
3296
|
+
o.append("defs").html(Pa);
|
|
3297
3297
|
const c = o.append("g").attr("id", "graph0");
|
|
3298
3298
|
(e.objects || []).forEach((p) => {
|
|
3299
3299
|
const w = c.append("g").attr("class", "node").attr("id", p.name);
|
|
3300
|
-
p._draw_ && it(w, p._draw_,
|
|
3300
|
+
p._draw_ && it(w, p._draw_, a), p._ldraw_ && it(w, p._ldraw_, a);
|
|
3301
3301
|
});
|
|
3302
3302
|
const l = e.edges || [];
|
|
3303
3303
|
l.forEach((p) => {
|
|
3304
3304
|
const w = c.append("g").attr("class", "edge").attr("id", `edge_${p._gvid}`);
|
|
3305
|
-
p._draw_ && it(w, p._draw_,
|
|
3305
|
+
p._draw_ && it(w, p._draw_, a), p._hdraw_ && it(w, p._hdraw_, a), p._tdraw_ && it(w, p._tdraw_, a), p._ldraw_ && it(w, p._ldraw_, a);
|
|
3306
3306
|
});
|
|
3307
|
-
const u =
|
|
3307
|
+
const u = an().scaleExtent([0.1, 10]).on("zoom", (p) => {
|
|
3308
3308
|
c.attr("transform", p.transform.toString());
|
|
3309
3309
|
});
|
|
3310
3310
|
o.call(u);
|
|
3311
3311
|
const f = t.clientWidth || un, h = n * (f / i), g = l.filter((p) => {
|
|
3312
3312
|
if (!p.label) return !1;
|
|
3313
3313
|
try {
|
|
3314
|
-
const w =
|
|
3314
|
+
const w = Ct(p.label);
|
|
3315
3315
|
return (w == null ? void 0 : w.index) !== void 0;
|
|
3316
3316
|
} catch {
|
|
3317
3317
|
return !1;
|
|
3318
3318
|
}
|
|
3319
3319
|
}).map((p) => {
|
|
3320
3320
|
var E;
|
|
3321
|
-
const w =
|
|
3321
|
+
const w = Ct(p.label);
|
|
3322
3322
|
return {
|
|
3323
3323
|
id: p._gvid,
|
|
3324
3324
|
index: w.index,
|
|
@@ -3338,12 +3338,12 @@ function Ks(t, e, n = 14) {
|
|
|
3338
3338
|
edges: g
|
|
3339
3339
|
};
|
|
3340
3340
|
}
|
|
3341
|
-
const
|
|
3342
|
-
function
|
|
3343
|
-
const i = (t.clientWidth || un) / e,
|
|
3344
|
-
return Math.max(
|
|
3341
|
+
const Ya = "data-label-center-x", za = "data-label-center-y";
|
|
3342
|
+
function Ra(t, e, n) {
|
|
3343
|
+
const i = (t.clientWidth || un) / e, a = ea / (n * i);
|
|
3344
|
+
return Math.max(na, a);
|
|
3345
3345
|
}
|
|
3346
|
-
function
|
|
3346
|
+
function La(t, e, n, r) {
|
|
3347
3347
|
if (e.initialTransform)
|
|
3348
3348
|
return e.initialTransform;
|
|
3349
3349
|
if (e.headless) {
|
|
@@ -3354,43 +3354,43 @@ function Ls(t, e, n, r) {
|
|
|
3354
3354
|
k: l
|
|
3355
3355
|
};
|
|
3356
3356
|
}
|
|
3357
|
-
const i = t.node(),
|
|
3357
|
+
const i = t.node(), a = i ? i.getBBox() : { x: 0, y: 0, width: n, height: r }, o = ee * n / a.width, c = a.x + a.width / 2, s = a.y + a.height / 2;
|
|
3358
3358
|
return {
|
|
3359
3359
|
x: n / 2 - c * o,
|
|
3360
|
-
y: r / 2 -
|
|
3360
|
+
y: r / 2 - s * o,
|
|
3361
3361
|
k: o
|
|
3362
3362
|
};
|
|
3363
3363
|
}
|
|
3364
|
-
function
|
|
3364
|
+
function Qa(t, e) {
|
|
3365
3365
|
return ee * t / e;
|
|
3366
3366
|
}
|
|
3367
|
-
function
|
|
3367
|
+
function Ja(t, e, n) {
|
|
3368
3368
|
const r = e / n;
|
|
3369
|
-
return
|
|
3369
|
+
return ta / (t * r);
|
|
3370
3370
|
}
|
|
3371
|
-
function
|
|
3372
|
-
return
|
|
3373
|
-
const
|
|
3374
|
-
!isNaN(
|
|
3371
|
+
function Oa(t, e, n, r) {
|
|
3372
|
+
return an().scaleExtent([0.1, Ra(e, n, r)]).on("zoom", (i) => {
|
|
3373
|
+
const a = i.transform;
|
|
3374
|
+
!isNaN(a.x) && !isNaN(a.y) && !isNaN(a.k) && t.attr("transform", a.toString());
|
|
3375
3375
|
});
|
|
3376
3376
|
}
|
|
3377
|
-
function
|
|
3377
|
+
function Ba(t, e) {
|
|
3378
3378
|
t.on("mouseenter", function() {
|
|
3379
3379
|
Y(this).raise();
|
|
3380
3380
|
const n = Y(this).select(".arrow-group");
|
|
3381
3381
|
if (!n.empty()) {
|
|
3382
|
-
const
|
|
3383
|
-
n.attr("transform",
|
|
3382
|
+
const s = n.attr("data-base-transform") || "";
|
|
3383
|
+
n.attr("transform", s + " scale(1.3)");
|
|
3384
3384
|
}
|
|
3385
|
-
const r = e.select(".edge.selected").size() > 0, i = Y(this).classed("selected"),
|
|
3385
|
+
const r = e.select(".edge.selected").size() > 0, i = Y(this).classed("selected"), a = Y(this).attr("data-source-node-id"), o = Y(this).attr("data-target-node-id"), c = Y(this).attr("id");
|
|
3386
3386
|
r && !i ? (Y(this).classed("hover-highlight", !0), e.selectAll(".node").each(function() {
|
|
3387
|
-
const
|
|
3388
|
-
(
|
|
3387
|
+
const s = Y(this).attr("data-node-id");
|
|
3388
|
+
(s === a || s === o) && Y(this).classed("hover-highlight", !0);
|
|
3389
3389
|
})) : (e.selectAll(".edge").each(function() {
|
|
3390
3390
|
Y(this).attr("id") !== c && Y(this).classed("dimmed", !0);
|
|
3391
3391
|
}), e.selectAll(".node").each(function() {
|
|
3392
|
-
const
|
|
3393
|
-
|
|
3392
|
+
const s = Y(this).attr("data-node-id");
|
|
3393
|
+
s !== a && s !== o && Y(this).classed("dimmed", !0);
|
|
3394
3394
|
}));
|
|
3395
3395
|
}).on("mouseleave", function() {
|
|
3396
3396
|
const n = Y(this).select(".arrow-group");
|
|
@@ -3401,117 +3401,120 @@ function Bs(t, e) {
|
|
|
3401
3401
|
e.selectAll(".edge.hover-highlight").classed("hover-highlight", !1), e.selectAll(".node.hover-highlight").classed("hover-highlight", !1), e.selectAll(".edge.dimmed").classed("dimmed", !1), e.selectAll(".node.dimmed").classed("dimmed", !1);
|
|
3402
3402
|
});
|
|
3403
3403
|
}
|
|
3404
|
-
function
|
|
3404
|
+
function Ha(t, e, n, r, i, a, o) {
|
|
3405
3405
|
if (e && e.length > 0) {
|
|
3406
|
-
const c = o * 0.62,
|
|
3407
|
-
const x = m.text.length * c, y = m.background && m.background !== "transparent", p = x +
|
|
3406
|
+
const c = o * 0.62, s = 1, l = 0, u = 2, f = e.map((m) => {
|
|
3407
|
+
const x = m.text.length * c, y = m.background && m.background !== "transparent", p = x + s * 2;
|
|
3408
3408
|
return { textWidth: x, hasBackground: y, totalWidth: p };
|
|
3409
3409
|
}), h = f.reduce((m, x, y) => m + x.totalWidth + (y > 0 ? l : 0), 0);
|
|
3410
3410
|
let g = n - h / 2;
|
|
3411
3411
|
e.forEach((m, x) => {
|
|
3412
3412
|
const y = f[x];
|
|
3413
|
-
x > 0 && (g += l), y.hasBackground && t.append("rect").attr("class", "label-elem-bg").attr("x", g).attr("y", r - o / 2 - u).attr("width", y.totalWidth).attr("height", o + u * 2).attr("rx", 2).attr("ry", 2).attr("fill", m.background).style("pointer-events", "none"), t.append("text").attr("class", "label-text-elem").attr("x", g +
|
|
3413
|
+
x > 0 && (g += l), y.hasBackground && t.append("rect").attr("class", "label-elem-bg").attr("x", g).attr("y", r - o / 2 - u).attr("width", y.totalWidth).attr("height", o + u * 2).attr("rx", 2).attr("ry", 2).attr("fill", m.background).style("pointer-events", "none"), t.append("text").attr("class", "label-text-elem").attr("x", g + s).attr("y", r).attr("text-anchor", "start").attr("dominant-baseline", "middle").attr("font-family", "Inter, Helvetica, Arial").attr("font-size", o + "px").attr("font-weight", "500").attr("fill", m.color && m.color.length > 0 ? m.color : i).style("pointer-events", "none").text(m.text), g += y.totalWidth;
|
|
3414
3414
|
});
|
|
3415
3415
|
} else
|
|
3416
|
-
t.append("text").attr("class", "label-text").attr("x", n).attr("y", r).attr("text-anchor", "middle").attr("dominant-baseline", "middle").attr("font-family", "Inter, Helvetica, Arial").attr("font-size", o + "px").attr("font-weight", "500").attr("fill", i).style("pointer-events", "none").text(
|
|
3417
|
-
}
|
|
3418
|
-
function
|
|
3419
|
-
const { edge: e, edgeGroup: n, labelMidpoint: r, edgeColor: i, isSelected:
|
|
3420
|
-
|
|
3421
|
-
const
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
}),
|
|
3425
|
-
|
|
3426
|
-
|
|
3416
|
+
t.append("text").attr("class", "label-text").attr("x", n).attr("y", r).attr("text-anchor", "middle").attr("dominant-baseline", "middle").attr("font-family", "Inter, Helvetica, Arial").attr("font-size", o + "px").attr("font-weight", "500").attr("fill", i).style("pointer-events", "none").text(a);
|
|
3417
|
+
}
|
|
3418
|
+
function Fa(t) {
|
|
3419
|
+
const { edge: e, edgeGroup: n, labelMidpoint: r, edgeColor: i, isSelected: a, ctx: o } = t, { config: c, onEdgeSelect: s, onEdgeLabelClick: l, debug: u } = o, { displayElems: f, finalText: h, boxWidth: g, boxHeight: m } = mn(e, c, o.edgeCount), x = e.edgeIndex !== void 0, y = g, p = m, w = r.y, E = r.x, S = n.append("g").attr("class", "label-area");
|
|
3420
|
+
S.append("rect").attr("class", "label-bg").attr("x", E - y / 2).attr("y", w - p / 2).attr("width", y).attr("height", p).attr("rx", 5).attr("ry", 5).attr("fill", "var(--bg-primary, #fff)").attr("stroke", "var(--border-tertiary, #F2F2F3)").attr("stroke-width", 1.5);
|
|
3421
|
+
const $ = E;
|
|
3422
|
+
x && s && n.style("cursor", "pointer").on("click", function(v) {
|
|
3423
|
+
v.stopPropagation(), !a && s(e.edgeIndex);
|
|
3424
|
+
}), x && l && S.on("click", function(v) {
|
|
3425
|
+
v.stopPropagation(), l(e.edgeIndex);
|
|
3426
|
+
}), Ha(
|
|
3427
3427
|
S,
|
|
3428
|
-
p,
|
|
3429
|
-
i,
|
|
3430
3428
|
f,
|
|
3429
|
+
$,
|
|
3430
|
+
w,
|
|
3431
|
+
i,
|
|
3432
|
+
h,
|
|
3431
3433
|
c.labelFontSize
|
|
3432
|
-
),
|
|
3434
|
+
), u && n.append("circle").attr("cx", r.x).attr("cy", r.y).attr("r", 4).attr("fill", "blue").attr("opacity", 0.8).style("pointer-events", "none").attr("class", "debug-label-center");
|
|
3433
3435
|
}
|
|
3434
|
-
function
|
|
3436
|
+
function Wa(t, e, n) {
|
|
3435
3437
|
e._ldraw_.forEach((r) => {
|
|
3436
3438
|
if (r.op === "T" && r.text) {
|
|
3437
|
-
const i = r.size || 10,
|
|
3439
|
+
const i = r.size || 10, a = i * 0.6, o = r.text.length * a, c = i, s = 6, l = o + s * 2, u = c + s * 2, f = 4, h = n.y;
|
|
3438
3440
|
t.append("rect").attr("x", n.x - l / 2).attr("y", h - u / 2).attr("width", l).attr("height", u).attr("rx", f).attr("ry", f).attr("fill", "white").attr("stroke", "#d0d0d0").attr("stroke-width", 0.5), t.append("text").attr("x", n.x).attr("y", h).attr("text-anchor", "middle").attr("dominant-baseline", "middle").attr("font-family", r.face || "Inter, Helvetica, Arial").attr("font-size", `${i}px`).attr("fill", r.color || "#666").text(r.text);
|
|
3439
3441
|
}
|
|
3440
3442
|
});
|
|
3441
3443
|
}
|
|
3442
|
-
function
|
|
3444
|
+
function Ga(t, e, n) {
|
|
3443
3445
|
e._draw_ && e._draw_.forEach((r) => {
|
|
3444
3446
|
if (r.op === "b" && r.points) {
|
|
3445
|
-
const i = r.points.map(([o, c]) => [o, n - c]),
|
|
3446
|
-
t.append("path").attr("d",
|
|
3447
|
+
const i = r.points.map(([o, c]) => [o, n - c]), a = `M${i[0][0]},${i[0][1]} C${i.slice(1).map((o) => `${o[0]},${o[1]}`).join(" ")}`;
|
|
3448
|
+
t.append("path").attr("d", a).attr("fill", "none").attr("stroke", r.color || "#9AA4B2").attr("stroke-width", 2);
|
|
3447
3449
|
}
|
|
3448
3450
|
}), e._hdraw_ && e._hdraw_.forEach((r) => {
|
|
3449
3451
|
if (r.op === "P" && r.points) {
|
|
3450
|
-
const i = r.points.map(([
|
|
3451
|
-
t.append("polygon").attr("points", i.map((
|
|
3452
|
+
const i = r.points.map(([a, o]) => [a, n - o]);
|
|
3453
|
+
t.append("polygon").attr("points", i.map((a) => a.join(",")).join(" ")).attr("fill", r.color || "#9AA4B2");
|
|
3452
3454
|
}
|
|
3453
3455
|
}), e._ldraw_ && it(t, e._ldraw_, n);
|
|
3454
3456
|
}
|
|
3455
|
-
function
|
|
3456
|
-
var
|
|
3457
|
-
const { g: n, height: r, config: i, useOrthogonalRendering:
|
|
3457
|
+
function Va(t, e) {
|
|
3458
|
+
var C, L;
|
|
3459
|
+
const { g: n, height: r, config: i, useOrthogonalRendering: a, selectedEdgeId: o, debug: c } = e, s = o != null && t.edgeIndex === o, l = t.getColor(), u = n.append("g").attr("class", s ? "edge selected" : "edge").attr("id", `edge_${t._gvid}`).attr("data-edge-id", t.edgeIndex !== void 0 ? String(t.edgeIndex) : "").attr("data-is-base", t.isBaseEdge ? "true" : "false").attr("data-color", l).attr("data-source-node-id", ((C = t.sourceNode) == null ? void 0 : C.name) || "").attr("data-target-node-id", ((L = t.targetNode) == null ? void 0 : L.name) || "").attr("style", `--edge-color: ${l}`), f = t.getStartPoint(), h = t.getEndPoint(), g = t.getDirection(), m = i.arrowWidth;
|
|
3458
3460
|
if (!(f && h && g)) {
|
|
3459
|
-
|
|
3461
|
+
Ga(u, t, r);
|
|
3460
3462
|
return;
|
|
3461
3463
|
}
|
|
3462
3464
|
const x = { x: f.x, y: r - f.y }, y = { x: h.x, y: r - h.y }, p = { x: y.x, y: y.y };
|
|
3463
3465
|
let w = { x: y.x, y: y.y };
|
|
3464
3466
|
g === "right" ? w = { x: y.x - m, y: y.y } : g === "left" ? w = { x: y.x + m, y: y.y } : g === "self" && (w = { x: y.x + m, y: y.y });
|
|
3465
|
-
const E =
|
|
3467
|
+
const E = ma(
|
|
3466
3468
|
t,
|
|
3467
3469
|
g,
|
|
3468
3470
|
x,
|
|
3469
3471
|
w,
|
|
3470
3472
|
r,
|
|
3471
3473
|
i,
|
|
3472
|
-
|
|
3474
|
+
a
|
|
3473
3475
|
), S = c && t.isBaseEdge ? "#000000" : t.getColor(), $ = c && t.isBaseEdge ? 4 : 1.5;
|
|
3474
|
-
u.append("path").attr("d", E).attr("fill", "none").attr("stroke", "transparent").attr("stroke-width", 10).attr("class", "edge-hit-area").style("cursor", "pointer"), u.append("path").attr("d", E).attr("fill", "none").attr("stroke", S).attr("stroke-width", $).attr("class", "edge-path").style("pointer-events", "none"),
|
|
3476
|
+
u.append("path").attr("d", E).attr("fill", "none").attr("stroke", "transparent").attr("stroke-width", 10).attr("class", "edge-hit-area").style("cursor", "pointer"), u.append("path").attr("d", E).attr("fill", "none").attr("stroke", S).attr("stroke-width", $).attr("class", "edge-path").style("pointer-events", "none"), Ba(u, n);
|
|
3475
3477
|
const v = 12;
|
|
3476
3478
|
let k = "";
|
|
3477
3479
|
g === "right" ? k = `translate(${p.x - v / 2}, ${p.y})` : g === "left" ? k = `translate(${p.x + v / 2}, ${p.y}) rotate(180)` : g === "self" && (k = `translate(${p.x + v / 2}, ${p.y}) rotate(180)`), u.append("g").attr("class", "arrow-group").attr("transform", k).attr("data-base-transform", k).append("use").attr("class", "edge-arrow").attr("href", "#arrow-right").attr("width", v).attr("height", v).attr("x", -v / 2).attr("y", -v / 2).attr("fill", S).attr("stroke", S).style("stroke-width", 0);
|
|
3478
|
-
const
|
|
3480
|
+
const D = {
|
|
3479
3481
|
x: (x.x + y.x) / 2,
|
|
3480
3482
|
y: t.midY
|
|
3481
3483
|
};
|
|
3482
|
-
if (u.attr(
|
|
3484
|
+
if (u.attr(Ya, D.x).attr(za, D.y), t.label ? Fa({
|
|
3483
3485
|
edge: t,
|
|
3484
3486
|
edgeGroup: u,
|
|
3485
|
-
labelMidpoint:
|
|
3487
|
+
labelMidpoint: D,
|
|
3486
3488
|
edgeColor: S,
|
|
3487
|
-
isSelected:
|
|
3489
|
+
isSelected: s,
|
|
3488
3490
|
ctx: e
|
|
3489
|
-
}) : t._ldraw_ &&
|
|
3490
|
-
let
|
|
3491
|
-
t.depth === 0 ?
|
|
3491
|
+
}) : t._ldraw_ && Wa(u, t, D), c) {
|
|
3492
|
+
let B;
|
|
3493
|
+
t.depth === 0 ? B = `d:0 dir:${t.baseDirection || "base"} off:${t.baseOffset} id:${t._gvid}` : B = `d:${t.depth} dir:${t.baseDirection || "?"} midY:${Math.round(t.midY)} id:${t._gvid}`, u.append("text").attr("x", D.x).attr("y", D.y + 15).attr("text-anchor", "middle").attr("dominant-baseline", "middle").attr("font-family", "monospace").attr("font-size", "9px").attr("fill", "#999").text(B);
|
|
3492
3494
|
}
|
|
3493
3495
|
}
|
|
3494
|
-
function
|
|
3496
|
+
function Xa(t) {
|
|
3495
3497
|
const e = t.node();
|
|
3496
3498
|
if (!e) return;
|
|
3497
3499
|
const n = e.getBBox(), r = n.x + n.width / 2, i = n.y + n.height / 2;
|
|
3498
3500
|
t.append("rect").attr("x", n.x).attr("y", n.y).attr("width", n.width).attr("height", n.height).attr("fill", "none").attr("stroke", "yellow").attr("stroke-width", 3).attr("opacity", 0.8).style("pointer-events", "none").attr("class", "debug-root-border"), t.append("circle").attr("cx", r).attr("cy", i).attr("r", 10).attr("fill", "yellow").attr("stroke", "orange").attr("stroke-width", 2).attr("opacity", 0.9).style("pointer-events", "none").attr("class", "debug-geometric-center");
|
|
3499
3501
|
}
|
|
3500
|
-
function
|
|
3502
|
+
function qa(t, e, n) {
|
|
3501
3503
|
const r = Math.max(e, n) * 3e-3;
|
|
3502
3504
|
t.append("circle").attr("cx", e / 2).attr("cy", n / 2).attr("r", r).attr("fill", "red").attr("opacity", 0.9).style("pointer-events", "none").attr("class", "debug-center-marker");
|
|
3503
3505
|
}
|
|
3504
|
-
function
|
|
3506
|
+
function ja(t = {}) {
|
|
3505
3507
|
return {
|
|
3506
3508
|
nodeMapping: {},
|
|
3507
3509
|
maxDepth: null,
|
|
3508
3510
|
includeLesserDepths: !0,
|
|
3509
|
-
config:
|
|
3511
|
+
config: ga(),
|
|
3510
3512
|
useOrthogonalRendering: !0,
|
|
3511
3513
|
svgFontSize: 14,
|
|
3512
3514
|
debug: !1,
|
|
3513
3515
|
selectedEdgeId: null,
|
|
3514
3516
|
onEdgeSelect: void 0,
|
|
3517
|
+
onEdgeLabelClick: void 0,
|
|
3515
3518
|
nodeWidth: Uo,
|
|
3516
3519
|
nodeHeight: Zo,
|
|
3517
3520
|
nodeColumnSpacing: null,
|
|
@@ -3522,103 +3525,105 @@ function js(t = {}) {
|
|
|
3522
3525
|
...t
|
|
3523
3526
|
};
|
|
3524
3527
|
}
|
|
3525
|
-
function
|
|
3528
|
+
function Ua(t) {
|
|
3526
3529
|
return t.replace(/<svg\b([^>]*)>/i, (e, n) => {
|
|
3527
3530
|
const r = n.replace(/\s+(width|height|id)="[^"]*"/gi, "");
|
|
3528
3531
|
return `<svg id="${cn}" width="${_t}" height="${_t}"${r}>`;
|
|
3529
3532
|
});
|
|
3530
3533
|
}
|
|
3531
|
-
function
|
|
3532
|
-
var
|
|
3534
|
+
function ts(t, e, n) {
|
|
3535
|
+
var z;
|
|
3533
3536
|
const {
|
|
3534
3537
|
maxDepth: r,
|
|
3535
3538
|
includeLesserDepths: i,
|
|
3536
|
-
config:
|
|
3539
|
+
config: a,
|
|
3537
3540
|
useOrthogonalRendering: o,
|
|
3538
3541
|
svgFontSize: c,
|
|
3539
|
-
debug:
|
|
3542
|
+
debug: s,
|
|
3540
3543
|
selectedEdgeId: l,
|
|
3541
3544
|
onEdgeSelect: u,
|
|
3542
|
-
|
|
3543
|
-
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3545
|
+
onEdgeLabelClick: f,
|
|
3546
|
+
nodeWidth: h,
|
|
3547
|
+
nodeHeight: g,
|
|
3548
|
+
nodeColumnSpacing: m,
|
|
3549
|
+
enableWheelZoom: x,
|
|
3550
|
+
headless: y,
|
|
3551
|
+
chainIcon: p
|
|
3548
3552
|
} = n;
|
|
3549
3553
|
t.innerHTML = "";
|
|
3550
|
-
const
|
|
3551
|
-
let
|
|
3552
|
-
const
|
|
3553
|
-
|
|
3554
|
-
const
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
),
|
|
3558
|
-
|
|
3559
|
-
const
|
|
3560
|
-
|
|
3554
|
+
const w = ((z = e.bb) == null ? void 0 : z.split(",").map(Number)) || fn, [, , E, S] = w;
|
|
3555
|
+
let $ = E;
|
|
3556
|
+
const v = S, k = Y(t).append("svg").attr("width", "100%").attr("height", "100%").attr("viewBox", `0 0 ${$} ${v}`);
|
|
3557
|
+
k.append("defs").html(Da + (p ? Ua(p) : ""));
|
|
3558
|
+
const M = k.append("g").attr("id", "graph0"), { nodes: D, edges: C } = $a(e, h, g), { nodeColumnMap: L, nodeColumns: B, edgeColumns: G } = ba(
|
|
3559
|
+
D,
|
|
3560
|
+
C
|
|
3561
|
+
), d = C.length, N = m ?? ka(D, C, a, d);
|
|
3562
|
+
$ = Sa(B, v, N), k.attr("viewBox", `0 0 ${$} ${v}`), Ma(M, B, v, s, p !== void 0), o && (Ea(B, v), Na(C, G), ya(G, B, L, v, a));
|
|
3563
|
+
const _ = Oa(M, t, $, c);
|
|
3564
|
+
y || k.call(_), !y && !x && (k.on("wheel.zoom", null), k.on("dblclick.zoom", null)), C.forEach((R) => {
|
|
3561
3565
|
if (r !== null) {
|
|
3562
3566
|
if (i) {
|
|
3563
|
-
if (
|
|
3564
|
-
} else if (
|
|
3567
|
+
if (R.depth > r) return;
|
|
3568
|
+
} else if (R.depth !== r) return;
|
|
3565
3569
|
}
|
|
3566
|
-
|
|
3567
|
-
g:
|
|
3568
|
-
height:
|
|
3569
|
-
config:
|
|
3570
|
+
Va(R, {
|
|
3571
|
+
g: M,
|
|
3572
|
+
height: v,
|
|
3573
|
+
config: a,
|
|
3570
3574
|
useOrthogonalRendering: o,
|
|
3571
|
-
zoomBehavior:
|
|
3572
|
-
svgSelection:
|
|
3575
|
+
zoomBehavior: _,
|
|
3576
|
+
svgSelection: k,
|
|
3573
3577
|
container: t,
|
|
3574
|
-
svgWidth:
|
|
3575
|
-
svgHeight:
|
|
3578
|
+
svgWidth: $,
|
|
3579
|
+
svgHeight: v,
|
|
3576
3580
|
selectedEdgeId: l,
|
|
3577
3581
|
onEdgeSelect: u,
|
|
3578
|
-
|
|
3579
|
-
|
|
3582
|
+
onEdgeLabelClick: f,
|
|
3583
|
+
debug: s,
|
|
3584
|
+
edgeCount: d
|
|
3580
3585
|
});
|
|
3581
|
-
}),
|
|
3582
|
-
const
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
Ht.translate(
|
|
3586
|
-
),
|
|
3587
|
-
const
|
|
3588
|
-
var
|
|
3586
|
+
}), s && Xa(M);
|
|
3587
|
+
const b = La(M, n, $, v), A = `translate(${b.x},${b.y}) scale(${b.k})`;
|
|
3588
|
+
y ? M.attr("transform", A) : k.call(
|
|
3589
|
+
_.transform,
|
|
3590
|
+
Ht.translate(b.x, b.y).scale(b.k)
|
|
3591
|
+
), s && qa(k, $, v);
|
|
3592
|
+
const I = C.filter((R) => R.edgeIndex !== void 0).map((R) => {
|
|
3593
|
+
var O, H;
|
|
3589
3594
|
return {
|
|
3590
|
-
id:
|
|
3591
|
-
index:
|
|
3592
|
-
sourceNodeId: ((
|
|
3593
|
-
targetNodeId: ((
|
|
3594
|
-
label:
|
|
3595
|
+
id: R._gvid,
|
|
3596
|
+
index: R.edgeIndex,
|
|
3597
|
+
sourceNodeId: ((O = R.sourceNode) == null ? void 0 : O.name) || "",
|
|
3598
|
+
targetNodeId: ((H = R.targetNode) == null ? void 0 : H.name) || "",
|
|
3599
|
+
label: R.getLabelText()
|
|
3595
3600
|
};
|
|
3596
|
-
}).sort((
|
|
3597
|
-
if (!
|
|
3601
|
+
}).sort((R, O) => R.index - O.index), T = k.node(), P = M.node();
|
|
3602
|
+
if (!T || !P)
|
|
3598
3603
|
throw new Error("Failed to construct SVG elements");
|
|
3599
3604
|
return {
|
|
3600
|
-
zoomBehavior:
|
|
3601
|
-
svgElement:
|
|
3602
|
-
gElement:
|
|
3605
|
+
zoomBehavior: _,
|
|
3606
|
+
svgElement: T,
|
|
3607
|
+
gElement: P,
|
|
3603
3608
|
baseFontSize: c,
|
|
3604
|
-
viewBoxWidth:
|
|
3605
|
-
edges:
|
|
3606
|
-
initialTransform:
|
|
3609
|
+
viewBoxWidth: $,
|
|
3610
|
+
edges: I,
|
|
3611
|
+
initialTransform: b
|
|
3607
3612
|
};
|
|
3608
3613
|
}
|
|
3609
3614
|
export {
|
|
3610
3615
|
Uo as D,
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3616
|
+
Qa as a,
|
|
3617
|
+
ts as b,
|
|
3618
|
+
Ja as c,
|
|
3619
|
+
ja as d,
|
|
3615
3620
|
Zo as e,
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3621
|
+
Za as f,
|
|
3622
|
+
Ct as g,
|
|
3623
|
+
ga as h,
|
|
3619
3624
|
Ht as i,
|
|
3620
3625
|
yn as j,
|
|
3621
|
-
|
|
3626
|
+
Ka as r,
|
|
3622
3627
|
Y as s,
|
|
3623
3628
|
Fo as t
|
|
3624
3629
|
};
|