@blueking/ai-blueking 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai-blueking-new.vue.d.ts +2 -0
- package/dist/composables/use-resizable-container.d.ts +2 -0
- package/dist/vue2/{flowchart-elk-definition-170a3958-Bu-zYHei.mjs → flowchart-elk-definition-170a3958-lGCsYIpR.mjs} +1 -1
- package/dist/vue2/index.es.min.js +1 -1
- package/dist/vue2/index.iife.min.js +90 -90
- package/dist/vue2/index.umd.min.js +3 -3
- package/dist/{vue3/is_dark-DBf06BID.mjs → vue2/is_dark-vDV66bk1.mjs} +1 -1
- package/dist/vue2/{mindmap-definition-44684416-C7b2YmLE.mjs → mindmap-definition-44684416-CtgPGSUj.mjs} +2 -2
- package/dist/vue2/style.css +1 -1
- package/dist/vue2/{timeline-definition-8e5a9bc6-DY6vJVmY.mjs → timeline-definition-8e5a9bc6-RXHAKRYt.mjs} +2 -2
- package/dist/vue2/{vue2-DNySeAWF.mjs → vue2-C9CpZuQV.mjs} +1392 -1390
- package/dist/vue3/{flowchart-elk-definition-170a3958-CJEzH1lV.mjs → flowchart-elk-definition-170a3958-FKGxCvsu.mjs} +1 -1
- package/dist/vue3/index.es.min.js +1 -1
- package/dist/vue3/index.iife.min.js +98 -98
- package/dist/vue3/index.umd.min.js +81 -81
- package/dist/{vue2/is_dark-Bs9g7xGy.mjs → vue3/is_dark-DvSamshB.mjs} +1 -1
- package/dist/vue3/{mindmap-definition-44684416-Du-2AMqo.mjs → mindmap-definition-44684416-BVkUBicg.mjs} +2 -2
- package/dist/vue3/style.css +1 -1
- package/dist/vue3/{timeline-definition-8e5a9bc6-_a5kdM0H.mjs → timeline-definition-8e5a9bc6-yAX7F08Y.mjs} +2 -2
- package/dist/vue3/{vue3-BoZyX_CO.mjs → vue3-BpVfZfLl.mjs} +731 -729
- package/package.json +1 -1
|
@@ -709,25 +709,25 @@ class Wk {
|
|
|
709
709
|
`).forEach((v) => {
|
|
710
710
|
const x = v.replace("data:", "").trim();
|
|
711
711
|
if (Nk(x)) {
|
|
712
|
-
const { event:
|
|
712
|
+
const { event: L, content: B, cover: R, documents: C, result: I, code: E, elapsed_time: w, message: A } = JSON.parse(x);
|
|
713
713
|
if (I === !1 || h.status !== 200) {
|
|
714
714
|
s.handleError(e, A || "模型调用失败", E);
|
|
715
715
|
return;
|
|
716
716
|
}
|
|
717
|
-
switch (
|
|
717
|
+
switch (L) {
|
|
718
718
|
case "text":
|
|
719
|
-
s.handleText(e, B,
|
|
719
|
+
s.handleText(e, B, R);
|
|
720
720
|
break;
|
|
721
721
|
case "reference_doc":
|
|
722
722
|
var b, T;
|
|
723
|
-
(b = (T = s).handleReferenceDoc) === null || b === void 0 || b.call(T, e, C,
|
|
723
|
+
(b = (T = s).handleReferenceDoc) === null || b === void 0 || b.call(T, e, C, R);
|
|
724
724
|
break;
|
|
725
725
|
case "think":
|
|
726
|
-
var k,
|
|
727
|
-
(k = (
|
|
726
|
+
var k, M;
|
|
727
|
+
(k = (M = s).handleThink) === null || k === void 0 || k.call(M, e, B, R, w);
|
|
728
728
|
break;
|
|
729
729
|
case "done":
|
|
730
|
-
s.handleEnd(e,
|
|
730
|
+
s.handleEnd(e, R ? B : "");
|
|
731
731
|
break;
|
|
732
732
|
case "error":
|
|
733
733
|
s.handleError(e, A || "模型调用失败", E);
|
|
@@ -1926,14 +1926,14 @@ const Sw = ({ handleStart: t, handleText: e, handleReferenceDoc: i, handleThink:
|
|
|
1926
1926
|
handleEnd: Y,
|
|
1927
1927
|
handleError: H
|
|
1928
1928
|
});
|
|
1929
|
-
function
|
|
1929
|
+
function M(V) {
|
|
1930
1930
|
h.value = b0({}, h.value, V), (V.url || V.headers) && (l = cg(h.value.url, h.value.headers));
|
|
1931
1931
|
}
|
|
1932
|
-
function
|
|
1932
|
+
function L(V) {
|
|
1933
1933
|
return l.plusSessionContent(V).then((K) => (V.id = K.id, V.createdAt = K.createdAt, V));
|
|
1934
1934
|
}
|
|
1935
1935
|
const B = Ok((V, K) => l.modifySessionContent(K), 1e3);
|
|
1936
|
-
function
|
|
1936
|
+
function R(V) {
|
|
1937
1937
|
d.value = V, V != null && V.sessionCode && (m[V.sessionCode] || (m[V.sessionCode] = []), p.value = m[V.sessionCode]);
|
|
1938
1938
|
}
|
|
1939
1939
|
function C(V) {
|
|
@@ -1967,7 +1967,7 @@ const Sw = ({ handleStart: t, handleText: e, handleReferenceDoc: i, handleThink:
|
|
|
1967
1967
|
return ((K = d.value) === null || K === void 0 ? void 0 : K.sessionCode) === V ? p.value : m[V];
|
|
1968
1968
|
}
|
|
1969
1969
|
function F(V, K) {
|
|
1970
|
-
return y(V).push(K),
|
|
1970
|
+
return y(V).push(K), L(K);
|
|
1971
1971
|
}
|
|
1972
1972
|
function _(V) {
|
|
1973
1973
|
var K;
|
|
@@ -2129,9 +2129,9 @@ const Sw = ({ handleStart: t, handleText: e, handleReferenceDoc: i, handleThink:
|
|
|
2129
2129
|
const nt = p.value.slice(tt, p.value.length).map((vt) => vt.id).filter((vt) => vt !== void 0);
|
|
2130
2130
|
nt.length > 0 && et(V, nt);
|
|
2131
2131
|
const J = p.value[tt - 1];
|
|
2132
|
-
J &&
|
|
2132
|
+
J && O(J);
|
|
2133
2133
|
}
|
|
2134
|
-
function
|
|
2134
|
+
function O({ sessionCode: V, url: K, data: tt, headers: nt }) {
|
|
2135
2135
|
const J = g[V];
|
|
2136
2136
|
(J == null ? void 0 : J.length) > 0 ? D(V, J) : gt(V, tt, K, nt);
|
|
2137
2137
|
}
|
|
@@ -2170,7 +2170,7 @@ const Sw = ({ handleStart: t, handleText: e, handleReferenceDoc: i, handleThink:
|
|
|
2170
2170
|
cite: (J = K.property) === null || J === void 0 || (nt = J.extra) === null || nt === void 0 ? void 0 : nt.cite
|
|
2171
2171
|
}
|
|
2172
2172
|
}
|
|
2173
|
-
}),
|
|
2173
|
+
}), O(K);
|
|
2174
2174
|
}), It.apply(this, arguments);
|
|
2175
2175
|
}
|
|
2176
2176
|
function it(V, K) {
|
|
@@ -2192,14 +2192,14 @@ const Sw = ({ handleStart: t, handleText: e, handleReferenceDoc: i, handleThink:
|
|
|
2192
2192
|
prompts: T,
|
|
2193
2193
|
currentSessionLoading: b,
|
|
2194
2194
|
isLoadingSessionContents: v,
|
|
2195
|
-
chat:
|
|
2195
|
+
chat: O,
|
|
2196
2196
|
stopChat: St,
|
|
2197
2197
|
plusSessionContent: F,
|
|
2198
2198
|
updateSessionContent: _,
|
|
2199
2199
|
getSessionContentById: w,
|
|
2200
2200
|
getLastSessionContentBySessionCode: A,
|
|
2201
2201
|
getSessionContentsBySessionCode: y,
|
|
2202
|
-
setCurrentSession:
|
|
2202
|
+
setCurrentSession: R,
|
|
2203
2203
|
setCurrentSessionChain: I,
|
|
2204
2204
|
setSessionContents: C,
|
|
2205
2205
|
deleteSessionContent: mt,
|
|
@@ -2224,7 +2224,7 @@ const Sw = ({ handleStart: t, handleText: e, handleReferenceDoc: i, handleThink:
|
|
|
2224
2224
|
modifySessionContentApi: (...V) => l.modifySessionContent(...V),
|
|
2225
2225
|
deleteSessionContentApi: (...V) => l.deleteSessionContent(...V),
|
|
2226
2226
|
batchDeleteSessionContentsApi: (...V) => l.batchDeleteSessionContents(...V),
|
|
2227
|
-
updateRequestOptions:
|
|
2227
|
+
updateRequestOptions: M
|
|
2228
2228
|
};
|
|
2229
2229
|
};
|
|
2230
2230
|
(function() {
|
|
@@ -2251,7 +2251,7 @@ const Aw = () => {
|
|
|
2251
2251
|
n.value = u, i.value = !0, r.value = [
|
|
2252
2252
|
{
|
|
2253
2253
|
system_name: u == null || (d = u.permission) === null || d === void 0 ? void 0 : d.system_name,
|
|
2254
|
-
name: u == null || (p = u.permission) === null || p === void 0 || (f = p.actions) === null || f === void 0 ? void 0 : f.map((
|
|
2254
|
+
name: u == null || (p = u.permission) === null || p === void 0 || (f = p.actions) === null || f === void 0 ? void 0 : f.map((M) => M.name).join(","),
|
|
2255
2255
|
instance_name: u == null || (k = u.permission) === null || k === void 0 || (T = k.actions[0]) === null || T === void 0 || (b = T.related_resource_types) === null || b === void 0 || (x = b[0]) === null || x === void 0 || (v = x.instances) === null || v === void 0 || (g = v[0]) === null || g === void 0 || (m = g.at(-1)) === null || m === void 0 ? void 0 : m.name
|
|
2256
2256
|
}
|
|
2257
2257
|
], s = h;
|
|
@@ -2746,7 +2746,7 @@ function h5(t, e) {
|
|
|
2746
2746
|
};
|
|
2747
2747
|
return { schedule: tu.reduce((x, b) => {
|
|
2748
2748
|
const T = o[b];
|
|
2749
|
-
return x[b] = (k,
|
|
2749
|
+
return x[b] = (k, M = !1, L = !1) => (i || m(), T.schedule(k, M, L)), x;
|
|
2750
2750
|
}, {}), cancel: (x) => {
|
|
2751
2751
|
for (let b = 0; b < tu.length; b++)
|
|
2752
2752
|
o[tu[b]].cancel(x);
|
|
@@ -4221,37 +4221,37 @@ function N2(t = Fe.visualDuration, e = Fe.bounce) {
|
|
|
4221
4221
|
n || (n = b ? Fe.restSpeed.granular : Fe.restSpeed.default), r || (r = b ? Fe.restDelta.granular : Fe.restDelta.default);
|
|
4222
4222
|
let T;
|
|
4223
4223
|
if (g < 1) {
|
|
4224
|
-
const
|
|
4225
|
-
T = (
|
|
4226
|
-
const B = Math.exp(-g * x *
|
|
4227
|
-
return o - B * ((m + g * x * v) /
|
|
4224
|
+
const M = Wd(x, g);
|
|
4225
|
+
T = (L) => {
|
|
4226
|
+
const B = Math.exp(-g * x * L);
|
|
4227
|
+
return o - B * ((m + g * x * v) / M * Math.sin(M * L) + v * Math.cos(M * L));
|
|
4228
4228
|
};
|
|
4229
4229
|
} else if (g === 1)
|
|
4230
|
-
T = (
|
|
4230
|
+
T = (M) => o - Math.exp(-x * M) * (v + (m + x * v) * M);
|
|
4231
4231
|
else {
|
|
4232
|
-
const
|
|
4233
|
-
T = (
|
|
4234
|
-
const B = Math.exp(-g * x *
|
|
4235
|
-
return o - B * ((m + g * x * v) * Math.sinh(
|
|
4232
|
+
const M = x * Math.sqrt(g * g - 1);
|
|
4233
|
+
T = (L) => {
|
|
4234
|
+
const B = Math.exp(-g * x * L), R = Math.min(M * L, 300);
|
|
4235
|
+
return o - B * ((m + g * x * v) * Math.sinh(R) + M * v * Math.cosh(R)) / M;
|
|
4236
4236
|
};
|
|
4237
4237
|
}
|
|
4238
4238
|
const k = {
|
|
4239
4239
|
calculatedDuration: p && d || null,
|
|
4240
|
-
next: (
|
|
4241
|
-
const
|
|
4240
|
+
next: (M) => {
|
|
4241
|
+
const L = T(M);
|
|
4242
4242
|
if (p)
|
|
4243
|
-
a.done =
|
|
4243
|
+
a.done = M >= d;
|
|
4244
4244
|
else {
|
|
4245
4245
|
let B = 0;
|
|
4246
|
-
g < 1 && (B =
|
|
4247
|
-
const
|
|
4248
|
-
a.done =
|
|
4246
|
+
g < 1 && (B = M === 0 ? /* @__PURE__ */ Zr(m) : K5(T, M, L));
|
|
4247
|
+
const R = Math.abs(B) <= n, C = Math.abs(o - L) <= r;
|
|
4248
|
+
a.done = R && C;
|
|
4249
4249
|
}
|
|
4250
|
-
return a.value = a.done ? o :
|
|
4250
|
+
return a.value = a.done ? o : L, a;
|
|
4251
4251
|
},
|
|
4252
4252
|
toString: () => {
|
|
4253
|
-
const
|
|
4254
|
-
return
|
|
4253
|
+
const M = Math.min(R2(k), nh), L = C5((B) => k.next(M * B).value, M, 30);
|
|
4254
|
+
return M + "ms " + L;
|
|
4255
4255
|
}
|
|
4256
4256
|
};
|
|
4257
4257
|
return k;
|
|
@@ -4260,19 +4260,19 @@ function Ig({ keyframes: t, velocity: e = 0, power: i = 0.8, timeConstant: n = 3
|
|
|
4260
4260
|
const d = t[0], f = {
|
|
4261
4261
|
done: !1,
|
|
4262
4262
|
value: d
|
|
4263
|
-
}, p = (
|
|
4263
|
+
}, p = (R) => a !== void 0 && R < a || l !== void 0 && R > l, m = (R) => a === void 0 ? l : l === void 0 || Math.abs(a - R) < Math.abs(l - R) ? a : l;
|
|
4264
4264
|
let g = i * e;
|
|
4265
4265
|
const v = d + g, x = o === void 0 ? v : o(v);
|
|
4266
4266
|
x !== v && (g = x - d);
|
|
4267
|
-
const b = (
|
|
4268
|
-
const C = b(
|
|
4267
|
+
const b = (R) => -g * Math.exp(-R / n), T = (R) => x + b(R), k = (R) => {
|
|
4268
|
+
const C = b(R), I = T(R);
|
|
4269
4269
|
f.done = Math.abs(C) <= u, f.value = f.done ? x : I;
|
|
4270
4270
|
};
|
|
4271
|
-
let
|
|
4272
|
-
const B = (
|
|
4273
|
-
p(f.value) && (
|
|
4271
|
+
let M, L;
|
|
4272
|
+
const B = (R) => {
|
|
4273
|
+
p(f.value) && (M = R, L = N2({
|
|
4274
4274
|
keyframes: [f.value, m(f.value)],
|
|
4275
|
-
velocity: K5(T,
|
|
4275
|
+
velocity: K5(T, R, f.value),
|
|
4276
4276
|
// TODO: This should be passing * 1000
|
|
4277
4277
|
damping: r,
|
|
4278
4278
|
stiffness: s,
|
|
@@ -4282,9 +4282,9 @@ function Ig({ keyframes: t, velocity: e = 0, power: i = 0.8, timeConstant: n = 3
|
|
|
4282
4282
|
};
|
|
4283
4283
|
return B(0), {
|
|
4284
4284
|
calculatedDuration: null,
|
|
4285
|
-
next: (
|
|
4285
|
+
next: (R) => {
|
|
4286
4286
|
let C = !1;
|
|
4287
|
-
return !
|
|
4287
|
+
return !L && M === void 0 && (C = !0, k(R), B(R)), M !== void 0 && R >= M ? L.next(R - M) : (!C && k(R), f);
|
|
4288
4288
|
}
|
|
4289
4289
|
};
|
|
4290
4290
|
}
|
|
@@ -4435,8 +4435,8 @@ class P2 extends G5 {
|
|
|
4435
4435
|
tick(e, i = !1) {
|
|
4436
4436
|
const { resolved: n } = this;
|
|
4437
4437
|
if (!n) {
|
|
4438
|
-
const { keyframes:
|
|
4439
|
-
return { done: !0, value:
|
|
4438
|
+
const { keyframes: R } = this.options;
|
|
4439
|
+
return { done: !0, value: R[R.length - 1] };
|
|
4440
4440
|
}
|
|
4441
4441
|
const { finalKeyframe: r, generator: s, mirroredGenerator: o, mapPercentToKeyframes: a, keyframes: l, calculatedDuration: u, totalDuration: h, resolvedDuration: d } = n;
|
|
4442
4442
|
if (this.startTime === null)
|
|
@@ -4447,16 +4447,16 @@ class P2 extends G5 {
|
|
|
4447
4447
|
this.currentTime = Math.max(x, 0), this.state === "finished" && this.holdTime === null && (this.currentTime = h);
|
|
4448
4448
|
let T = this.currentTime, k = s;
|
|
4449
4449
|
if (p) {
|
|
4450
|
-
const
|
|
4451
|
-
let C = Math.floor(
|
|
4452
|
-
!I &&
|
|
4450
|
+
const R = Math.min(this.currentTime, h) / d;
|
|
4451
|
+
let C = Math.floor(R), I = R % 1;
|
|
4452
|
+
!I && R >= 1 && (I = 1), I === 1 && C--, C = Math.min(C, p + 1), !!(C % 2) && (m === "reverse" ? (I = 1 - I, g && (I -= g / d)) : m === "mirror" && (k = o)), T = Bs(0, 1, I) * d;
|
|
4453
4453
|
}
|
|
4454
|
-
const
|
|
4455
|
-
a && (
|
|
4456
|
-
let { done:
|
|
4457
|
-
!b && u !== null && (
|
|
4458
|
-
const B = this.holdTime === null && (this.state === "finished" || this.state === "running" &&
|
|
4459
|
-
return B && r !== void 0 && (
|
|
4454
|
+
const M = b ? { done: !1, value: l[0] } : k.next(T);
|
|
4455
|
+
a && (M.value = a(M.value));
|
|
4456
|
+
let { done: L } = M;
|
|
4457
|
+
!b && u !== null && (L = this.speed >= 0 ? this.currentTime >= h : this.currentTime <= 0);
|
|
4458
|
+
const B = this.holdTime === null && (this.state === "finished" || this.state === "running" && L);
|
|
4459
|
+
return B && r !== void 0 && (M.value = x1(l, this.options, r)), v && v(M.value), B && this.finish(), M;
|
|
4460
4460
|
}
|
|
4461
4461
|
get duration() {
|
|
4462
4462
|
const { resolved: e } = this;
|
|
@@ -5373,8 +5373,8 @@ function fv({ attachResizeListener: t, defaultParent: e, measureScroll: i, check
|
|
|
5373
5373
|
this.animationProgress = 0;
|
|
5374
5374
|
let T;
|
|
5375
5375
|
this.mixTargetDelta = (k) => {
|
|
5376
|
-
const
|
|
5377
|
-
c3(d.x, o.x,
|
|
5376
|
+
const M = k / 1e3;
|
|
5377
|
+
c3(d.x, o.x, M), c3(d.y, o.y, M), this.setTargetDelta(d), this.relativeTarget && this.relativeTargetOrigin && this.layout && this.relativeParent && this.relativeParent.layout && (Cl(f, this.layout.layoutBox, this.relativeParent.layout.layoutBox), DE(this.relativeTarget, this.relativeTargetOrigin, f, M), T && gE(this.relativeTarget, T) && (this.isProjectionDirty = !1), T || (T = Ye()), bn(T, this.relativeTarget)), g && (this.animationValues = h, nE(h, u, this.latestValues, M, b, x)), this.root.scheduleUpdateProjection(), this.scheduleRender(), this.animationProgress = M;
|
|
5378
5378
|
}, this.mixTargetDelta(this.options.layoutRoot ? 1e3 : 0);
|
|
5379
5379
|
}
|
|
5380
5380
|
startAnimation(o) {
|
|
@@ -5492,8 +5492,8 @@ function fv({ attachResizeListener: t, defaultParent: e, measureScroll: i, check
|
|
|
5492
5492
|
const { correct: v, applyTo: x, isCSSVariable: b } = Wl[g], T = u.transform === "none" ? f[g] : v(f[g], d);
|
|
5493
5493
|
if (x) {
|
|
5494
5494
|
const k = x.length;
|
|
5495
|
-
for (let
|
|
5496
|
-
u[x[
|
|
5495
|
+
for (let M = 0; M < k; M++)
|
|
5496
|
+
u[x[M]] = T;
|
|
5497
5497
|
} else
|
|
5498
5498
|
b ? this.options.visualElement.renderState.vars[g] = T : u[g] = T;
|
|
5499
5499
|
}
|
|
@@ -7091,10 +7091,10 @@ function aA(t, { defaultTransition: e = {}, ...i } = {}, n, r) {
|
|
|
7091
7091
|
let [g, v, x = {}] = m;
|
|
7092
7092
|
x.at !== void 0 && (d = P3(d, x.at, h, u));
|
|
7093
7093
|
let b = 0;
|
|
7094
|
-
const T = (k,
|
|
7095
|
-
const C = lA(k), { delay: I = 0, times: E = J5(C), type: w = "keyframes", repeat: A, repeatType: y, repeatDelay: F = 0, ..._ } =
|
|
7096
|
-
let { ease: z = e.ease || "easeOut", duration: mt } =
|
|
7097
|
-
const et = typeof I == "function" ? I(B,
|
|
7094
|
+
const T = (k, M, L, B = 0, R = 0) => {
|
|
7095
|
+
const C = lA(k), { delay: I = 0, times: E = J5(C), type: w = "keyframes", repeat: A, repeatType: y, repeatDelay: F = 0, ..._ } = M;
|
|
7096
|
+
let { ease: z = e.ease || "easeOut", duration: mt } = M;
|
|
7097
|
+
const et = typeof I == "function" ? I(B, R) : I, lt = C.length, ct = b1(w) ? w : r == null ? void 0 : r[w];
|
|
7098
7098
|
if (lt <= 2 && ct) {
|
|
7099
7099
|
let pt = 100;
|
|
7100
7100
|
if (lt === 2 && hA(C)) {
|
|
@@ -7123,18 +7123,18 @@ function aA(t, { defaultTransition: e = {}, ...i } = {}, n, r) {
|
|
|
7123
7123
|
rA(E, A);
|
|
7124
7124
|
}
|
|
7125
7125
|
const yt = Z + mt;
|
|
7126
|
-
nA(
|
|
7126
|
+
nA(L, C, z, E, Z, yt), b = Math.max(et + mt, b), f = Math.max(yt, f);
|
|
7127
7127
|
};
|
|
7128
7128
|
if (Di(g)) {
|
|
7129
7129
|
const k = F3(g, a);
|
|
7130
7130
|
T(v, x, V3("default", k));
|
|
7131
7131
|
} else {
|
|
7132
|
-
const k = Rv(g, v, n, l),
|
|
7133
|
-
for (let
|
|
7132
|
+
const k = Rv(g, v, n, l), M = k.length;
|
|
7133
|
+
for (let L = 0; L < M; L++) {
|
|
7134
7134
|
v = v, x = x;
|
|
7135
|
-
const B = k[
|
|
7135
|
+
const B = k[L], R = F3(B, a);
|
|
7136
7136
|
for (const C in v)
|
|
7137
|
-
T(v[C], cA(x, C), V3(C,
|
|
7137
|
+
T(v[C], cA(x, C), V3(C, R), L, M);
|
|
7138
7138
|
}
|
|
7139
7139
|
}
|
|
7140
7140
|
h = d, d += b;
|
|
@@ -7144,9 +7144,9 @@ function aA(t, { defaultTransition: e = {}, ...i } = {}, n, r) {
|
|
|
7144
7144
|
const v = p[g];
|
|
7145
7145
|
v.sort(sA);
|
|
7146
7146
|
const x = [], b = [], T = [];
|
|
7147
|
-
for (let
|
|
7148
|
-
const { at:
|
|
7149
|
-
x.push(B), b.push(/* @__PURE__ */ Lc(0, f,
|
|
7147
|
+
for (let M = 0; M < v.length; M++) {
|
|
7148
|
+
const { at: L, value: B, easing: R } = v[M];
|
|
7149
|
+
x.push(B), b.push(/* @__PURE__ */ Lc(0, f, L)), T.push(R || "easeOut");
|
|
7150
7150
|
}
|
|
7151
7151
|
b[0] !== 0 && (b.unshift(0), x.unshift(x[0]), T.unshift(oA)), b[b.length - 1] !== 1 && (b.push(1), x.push(null)), o.has(m) || o.set(m, {
|
|
7152
7152
|
keyframes: {},
|
|
@@ -8003,8 +8003,8 @@ var sL = function(e, i) {
|
|
|
8003
8003
|
function oL(t) {
|
|
8004
8004
|
var e, i = t.state, n = t.name, r = t.options, s = i.elements.arrow, o = i.modifiersData.popperOffsets, a = fr(i.placement), l = q2(a), u = [tn, Mn].indexOf(a) >= 0, h = u ? "height" : "width";
|
|
8005
8005
|
if (!(!s || !o)) {
|
|
8006
|
-
var d = sL(r.padding, i), f = G2(s), p = l === "y" ? Ji : tn, m = l === "y" ? Ln : Mn, g = i.rects.reference[h] + i.rects.reference[l] - o[l] - i.rects.popper[h], v = o[l] - i.rects.reference[l], x = Dc(s), b = x ? l === "y" ? x.clientHeight || 0 : x.clientWidth || 0 : 0, T = g / 2 - v / 2, k = d[p],
|
|
8007
|
-
i.modifiersData[n] = (e = {}, e[
|
|
8006
|
+
var d = sL(r.padding, i), f = G2(s), p = l === "y" ? Ji : tn, m = l === "y" ? Ln : Mn, g = i.rects.reference[h] + i.rects.reference[l] - o[l] - i.rects.popper[h], v = o[l] - i.rects.reference[l], x = Dc(s), b = x ? l === "y" ? x.clientHeight || 0 : x.clientWidth || 0 : 0, T = g / 2 - v / 2, k = d[p], M = b - f[h] - d[m], L = b / 2 - f[h] / 2 + T, B = El(k, L, M), R = l;
|
|
8007
|
+
i.modifiersData[n] = (e = {}, e[R] = B, e.centerOffset = B - L, e);
|
|
8008
8008
|
}
|
|
8009
8009
|
}
|
|
8010
8010
|
function aL(t) {
|
|
@@ -8045,22 +8045,22 @@ function Y3(t) {
|
|
|
8045
8045
|
y: g
|
|
8046
8046
|
};
|
|
8047
8047
|
p = v.x, g = v.y;
|
|
8048
|
-
var x = o.hasOwnProperty("x"), b = o.hasOwnProperty("y"), T = tn, k = Ji,
|
|
8048
|
+
var x = o.hasOwnProperty("x"), b = o.hasOwnProperty("y"), T = tn, k = Ji, M = window;
|
|
8049
8049
|
if (u) {
|
|
8050
|
-
var
|
|
8051
|
-
if (
|
|
8050
|
+
var L = Dc(i), B = "clientHeight", R = "clientWidth";
|
|
8051
|
+
if (L === ln(i) && (L = Ns(i), ns(L).position !== "static" && a === "absolute" && (B = "scrollHeight", R = "scrollWidth")), L = L, r === Ji || (r === tn || r === Mn) && s === Xl) {
|
|
8052
8052
|
k = Ln;
|
|
8053
|
-
var C = d &&
|
|
8053
|
+
var C = d && L === M && M.visualViewport ? M.visualViewport.height : (
|
|
8054
8054
|
// $FlowFixMe[prop-missing]
|
|
8055
|
-
|
|
8055
|
+
L[B]
|
|
8056
8056
|
);
|
|
8057
8057
|
g -= C - n.height, g *= l ? 1 : -1;
|
|
8058
8058
|
}
|
|
8059
8059
|
if (r === tn || (r === Ji || r === Ln) && s === Xl) {
|
|
8060
8060
|
T = Mn;
|
|
8061
|
-
var I = d &&
|
|
8061
|
+
var I = d && L === M && M.visualViewport ? M.visualViewport.width : (
|
|
8062
8062
|
// $FlowFixMe[prop-missing]
|
|
8063
|
-
|
|
8063
|
+
L[R]
|
|
8064
8064
|
);
|
|
8065
8065
|
p -= I - n.width, p *= l ? 1 : -1;
|
|
8066
8066
|
}
|
|
@@ -8076,7 +8076,7 @@ function Y3(t) {
|
|
|
8076
8076
|
};
|
|
8077
8077
|
if (p = w.x, g = w.y, l) {
|
|
8078
8078
|
var A;
|
|
8079
|
-
return Object.assign({}, E, (A = {}, A[k] = b ? "0" : "", A[T] = x ? "0" : "", A.transform = (
|
|
8079
|
+
return Object.assign({}, E, (A = {}, A[k] = b ? "0" : "", A[T] = x ? "0" : "", A.transform = (M.devicePixelRatio || 1) <= 1 ? "translate(" + p + "px, " + g + "px)" : "translate3d(" + p + "px, " + g + "px, 0)", A));
|
|
8080
8080
|
}
|
|
8081
8081
|
return Object.assign({}, E, (e = {}, e[k] = b ? g + "px" : "", e[T] = x ? p + "px" : "", e.transform = "", e));
|
|
8082
8082
|
}
|
|
@@ -8278,15 +8278,15 @@ function jv(t) {
|
|
|
8278
8278
|
}
|
|
8279
8279
|
function Kl(t, e) {
|
|
8280
8280
|
e === void 0 && (e = {});
|
|
8281
|
-
var i = e, n = i.placement, r = n === void 0 ? t.placement : n, s = i.strategy, o = s === void 0 ? t.strategy : s, a = i.boundary, l = a === void 0 ? UA : a, u = i.rootBoundary, h = u === void 0 ? Nv : u, d = i.elementContext, f = d === void 0 ? Za : d, p = i.altBoundary, m = p === void 0 ? !1 : p, g = i.padding, v = g === void 0 ? 0 : g, x = Uv(typeof v != "number" ? v : Wv(v, Bc)), b = f === Za ? WA : Za, T = t.rects.popper, k = t.elements[m ? b : f],
|
|
8282
|
-
reference:
|
|
8281
|
+
var i = e, n = i.placement, r = n === void 0 ? t.placement : n, s = i.strategy, o = s === void 0 ? t.strategy : s, a = i.boundary, l = a === void 0 ? UA : a, u = i.rootBoundary, h = u === void 0 ? Nv : u, d = i.elementContext, f = d === void 0 ? Za : d, p = i.altBoundary, m = p === void 0 ? !1 : p, g = i.padding, v = g === void 0 ? 0 : g, x = Uv(typeof v != "number" ? v : Wv(v, Bc)), b = f === Za ? WA : Za, T = t.rects.popper, k = t.elements[m ? b : f], M = _L(co(k) ? k : k.contextElement || Ns(t.elements.popper), l, h, o), L = da(t.elements.reference), B = jv({
|
|
8282
|
+
reference: L,
|
|
8283
8283
|
element: T,
|
|
8284
8284
|
placement: r
|
|
8285
|
-
}),
|
|
8286
|
-
top:
|
|
8287
|
-
bottom: C.bottom -
|
|
8288
|
-
left:
|
|
8289
|
-
right: C.right -
|
|
8285
|
+
}), R = Qd(Object.assign({}, T, B)), C = f === Za ? R : L, I = {
|
|
8286
|
+
top: M.top - C.top + x.top,
|
|
8287
|
+
bottom: C.bottom - M.bottom + x.bottom,
|
|
8288
|
+
left: M.left - C.left + x.left,
|
|
8289
|
+
right: C.right - M.right + x.right
|
|
8290
8290
|
}, E = t.modifiersData.offset;
|
|
8291
8291
|
if (f === Za && E) {
|
|
8292
8292
|
var w = E[r];
|
|
@@ -8335,7 +8335,7 @@ function TL(t) {
|
|
|
8335
8335
|
flipVariations: m,
|
|
8336
8336
|
allowedAutoPlacements: g
|
|
8337
8337
|
}) : pt);
|
|
8338
|
-
}, []),
|
|
8338
|
+
}, []), M = e.rects.reference, L = e.rects.popper, B = /* @__PURE__ */ new Map(), R = !0, C = k[0], I = 0; I < k.length; I++) {
|
|
8339
8339
|
var E = k[I], w = fr(E), A = fa(E) === ua, y = [Ji, Ln].indexOf(w) >= 0, F = y ? "width" : "height", _ = Kl(e, {
|
|
8340
8340
|
placement: E,
|
|
8341
8341
|
boundary: h,
|
|
@@ -8343,17 +8343,17 @@ function TL(t) {
|
|
|
8343
8343
|
altBoundary: f,
|
|
8344
8344
|
padding: u
|
|
8345
8345
|
}), z = y ? A ? Mn : tn : A ? Ln : Ji;
|
|
8346
|
-
|
|
8346
|
+
M[F] > L[F] && (z = Tu(z));
|
|
8347
8347
|
var mt = Tu(z), et = [];
|
|
8348
8348
|
if (s && et.push(_[w] <= 0), a && et.push(_[z] <= 0, _[mt] <= 0), et.every(function(yt) {
|
|
8349
8349
|
return yt;
|
|
8350
8350
|
})) {
|
|
8351
|
-
C = E,
|
|
8351
|
+
C = E, R = !1;
|
|
8352
8352
|
break;
|
|
8353
8353
|
}
|
|
8354
8354
|
B.set(E, et);
|
|
8355
8355
|
}
|
|
8356
|
-
if (
|
|
8356
|
+
if (R)
|
|
8357
8357
|
for (var lt = m ? 3 : 1, ct = function(pt) {
|
|
8358
8358
|
var W = k.find(function(Et) {
|
|
8359
8359
|
var Y = B.get(Et);
|
|
@@ -8469,7 +8469,7 @@ function RL(t) {
|
|
|
8469
8469
|
rootBoundary: u,
|
|
8470
8470
|
padding: d,
|
|
8471
8471
|
altBoundary: h
|
|
8472
|
-
}), x = fr(e.placement), b = fa(e.placement), T = !b, k = q2(x),
|
|
8472
|
+
}), x = fr(e.placement), b = fa(e.placement), T = !b, k = q2(x), M = IL(k), L = e.modifiersData.popperOffsets, B = e.rects.reference, R = e.rects.popper, C = typeof g == "function" ? g(Object.assign({}, e.rects, {
|
|
8473
8473
|
placement: e.placement
|
|
8474
8474
|
})) : g, I = typeof C == "number" ? {
|
|
8475
8475
|
mainAxis: C,
|
|
@@ -8481,17 +8481,17 @@ function RL(t) {
|
|
|
8481
8481
|
x: 0,
|
|
8482
8482
|
y: 0
|
|
8483
8483
|
};
|
|
8484
|
-
if (
|
|
8484
|
+
if (L) {
|
|
8485
8485
|
if (s) {
|
|
8486
|
-
var A, y = k === "y" ? Ji : tn, F = k === "y" ? Ln : Mn, _ = k === "y" ? "height" : "width", z =
|
|
8486
|
+
var A, y = k === "y" ? Ji : tn, F = k === "y" ? Ln : Mn, _ = k === "y" ? "height" : "width", z = L[k], mt = z + v[y], et = z - v[F], lt = p ? -R[_] / 2 : 0, ct = b === ua ? B[_] : R[_], Z = b === ua ? -R[_] : -B[_], st = e.elements.arrow, yt = p && st ? G2(st) : {
|
|
8487
8487
|
width: 0,
|
|
8488
8488
|
height: 0
|
|
8489
|
-
}, pt = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : Hv(), W = pt[y], Et = pt[F], Y = El(0, B[_], yt[_]), X = T ? B[_] / 2 - lt - Y - W - I.mainAxis : ct - Y - W - I.mainAxis, H = T ? -B[_] / 2 + lt + Y + Et + I.mainAxis : Z + Y + Et + I.mainAxis, U = e.elements.arrow && Dc(e.elements.arrow), D = U ? k === "y" ? U.clientTop || 0 : U.clientLeft || 0 : 0, P = (A = E == null ? void 0 : E[k]) != null ? A : 0, j = z + X - P - D,
|
|
8490
|
-
|
|
8489
|
+
}, pt = e.modifiersData["arrow#persistent"] ? e.modifiersData["arrow#persistent"].padding : Hv(), W = pt[y], Et = pt[F], Y = El(0, B[_], yt[_]), X = T ? B[_] / 2 - lt - Y - W - I.mainAxis : ct - Y - W - I.mainAxis, H = T ? -B[_] / 2 + lt + Y + Et + I.mainAxis : Z + Y + Et + I.mainAxis, U = e.elements.arrow && Dc(e.elements.arrow), D = U ? k === "y" ? U.clientTop || 0 : U.clientLeft || 0 : 0, P = (A = E == null ? void 0 : E[k]) != null ? A : 0, j = z + X - P - D, O = z + H - P, gt = El(p ? uh(mt, j) : mt, z, p ? so(et, O) : et);
|
|
8490
|
+
L[k] = gt, w[k] = gt - z;
|
|
8491
8491
|
}
|
|
8492
8492
|
if (a) {
|
|
8493
|
-
var S, It = k === "x" ? Ji : tn, it = k === "x" ? Ln : Mn, St = M
|
|
8494
|
-
M
|
|
8493
|
+
var S, It = k === "x" ? Ji : tn, it = k === "x" ? Ln : Mn, St = L[M], V = M === "y" ? "height" : "width", K = St + v[It], tt = St - v[it], nt = [Ji, tn].indexOf(x) !== -1, J = (S = E == null ? void 0 : E[M]) != null ? S : 0, vt = nt ? K : St - B[V] - R[V] - J + I.altAxis, jt = nt ? St + B[V] + R[V] - J - I.altAxis : tt, Yt = p && nt ? rL(vt, St, jt) : El(p ? vt : K, St, p ? jt : tt);
|
|
8494
|
+
L[M] = Yt, w[M] = Yt - St;
|
|
8495
8495
|
}
|
|
8496
8496
|
e.modifiersData[n] = w;
|
|
8497
8497
|
}
|
|
@@ -8643,10 +8643,10 @@ function YL(t) {
|
|
|
8643
8643
|
h.reset = !1, k = -1;
|
|
8644
8644
|
continue;
|
|
8645
8645
|
}
|
|
8646
|
-
var
|
|
8647
|
-
typeof
|
|
8646
|
+
var M = h.orderedModifiers[k], L = M.fn, B = M.options, R = B === void 0 ? {} : B, C = M.name;
|
|
8647
|
+
typeof L == "function" && (h = L({
|
|
8648
8648
|
state: h,
|
|
8649
|
-
options:
|
|
8649
|
+
options: R,
|
|
8650
8650
|
name: C,
|
|
8651
8651
|
instance: p
|
|
8652
8652
|
}) || h);
|
|
@@ -8674,14 +8674,14 @@ function YL(t) {
|
|
|
8674
8674
|
h.orderedModifiers.forEach(function(v) {
|
|
8675
8675
|
var x = v.name, b = v.options, T = b === void 0 ? {} : b, k = v.effect;
|
|
8676
8676
|
if (typeof k == "function") {
|
|
8677
|
-
var
|
|
8677
|
+
var M = k({
|
|
8678
8678
|
state: h,
|
|
8679
8679
|
name: x,
|
|
8680
8680
|
instance: p,
|
|
8681
8681
|
options: T
|
|
8682
|
-
}),
|
|
8682
|
+
}), L = function() {
|
|
8683
8683
|
};
|
|
8684
|
-
d.push(
|
|
8684
|
+
d.push(M || L);
|
|
8685
8685
|
}
|
|
8686
8686
|
});
|
|
8687
8687
|
}
|
|
@@ -9019,14 +9019,14 @@ function gM(t, e) {
|
|
|
9019
9019
|
};
|
|
9020
9020
|
if (!i.render)
|
|
9021
9021
|
return k;
|
|
9022
|
-
var
|
|
9023
|
-
|
|
9024
|
-
var
|
|
9022
|
+
var M = i.render(k), L = M.popper, B = M.onUpdate;
|
|
9023
|
+
L.setAttribute("data-tippy-root", ""), L.id = "tippy-" + k.id, k.popper = L, t._tippy = k, L._tippy = k;
|
|
9024
|
+
var R = b.map(function(ot) {
|
|
9025
9025
|
return ot.fn(k);
|
|
9026
9026
|
}), C = t.hasAttribute("aria-expanded");
|
|
9027
|
-
return U(), lt(), z(), mt("onCreate", [k]), i.showOnCreate && K(),
|
|
9027
|
+
return U(), lt(), z(), mt("onCreate", [k]), i.showOnCreate && K(), L.addEventListener("mouseenter", function() {
|
|
9028
9028
|
k.props.interactive && k.state.isVisible && k.clearDelayTimeouts();
|
|
9029
|
-
}),
|
|
9029
|
+
}), L.addEventListener("mouseleave", function() {
|
|
9030
9030
|
k.props.interactive && k.props.trigger.indexOf("mouseenter") >= 0 && y().addEventListener("mousemove", m);
|
|
9031
9031
|
}), k;
|
|
9032
9032
|
function I() {
|
|
@@ -9048,16 +9048,16 @@ function gM(t, e) {
|
|
|
9048
9048
|
return ot ? iM(ot) : document;
|
|
9049
9049
|
}
|
|
9050
9050
|
function F() {
|
|
9051
|
-
return Jd(
|
|
9051
|
+
return Jd(L);
|
|
9052
9052
|
}
|
|
9053
9053
|
function _(ot) {
|
|
9054
9054
|
return k.state.isMounted && !k.state.isVisible || ar.isTouch || h && h.type === "focus" ? 0 : O0(k.props.delay, ot ? 0 : 1, zn.delay);
|
|
9055
9055
|
}
|
|
9056
9056
|
function z(ot) {
|
|
9057
|
-
ot === void 0 && (ot = !1),
|
|
9057
|
+
ot === void 0 && (ot = !1), L.style.pointerEvents = k.props.interactive && !ot ? "" : "none", L.style.zIndex = "" + k.props.zIndex;
|
|
9058
9058
|
}
|
|
9059
9059
|
function mt(ot, _t, ft) {
|
|
9060
|
-
if (ft === void 0 && (ft = !0),
|
|
9060
|
+
if (ft === void 0 && (ft = !0), R.forEach(function(dt) {
|
|
9061
9061
|
dt[ot] && dt[ot].apply(dt, _t);
|
|
9062
9062
|
}), ft) {
|
|
9063
9063
|
var Q;
|
|
@@ -9067,7 +9067,7 @@ function gM(t, e) {
|
|
|
9067
9067
|
function et() {
|
|
9068
9068
|
var ot = k.props.aria;
|
|
9069
9069
|
if (ot.content) {
|
|
9070
|
-
var _t = "aria-" + ot.content, ft =
|
|
9070
|
+
var _t = "aria-" + ot.content, ft = L.id, Q = zo(k.props.triggerTarget || t);
|
|
9071
9071
|
Q.forEach(function(dt) {
|
|
9072
9072
|
var ht = dt.getAttribute(_t);
|
|
9073
9073
|
if (k.state.isVisible)
|
|
@@ -9095,7 +9095,7 @@ function gM(t, e) {
|
|
|
9095
9095
|
function Z(ot) {
|
|
9096
9096
|
if (!(ar.isTouch && (l || ot.type === "mousedown"))) {
|
|
9097
9097
|
var _t = ot.composedPath && ot.composedPath()[0] || ot.target;
|
|
9098
|
-
if (!(k.props.interactive && e4(
|
|
9098
|
+
if (!(k.props.interactive && e4(L, _t))) {
|
|
9099
9099
|
if (zo(k.props.triggerTarget || t).some(function(ft) {
|
|
9100
9100
|
return e4(ft, _t);
|
|
9101
9101
|
})) {
|
|
@@ -9125,7 +9125,7 @@ function gM(t, e) {
|
|
|
9125
9125
|
}
|
|
9126
9126
|
function Et(ot, _t) {
|
|
9127
9127
|
X(ot, function() {
|
|
9128
|
-
!k.state.isVisible &&
|
|
9128
|
+
!k.state.isVisible && L.parentNode && L.parentNode.contains(L) && _t();
|
|
9129
9129
|
});
|
|
9130
9130
|
}
|
|
9131
9131
|
function Y(ot, _t) {
|
|
@@ -9155,13 +9155,13 @@ function gM(t, e) {
|
|
|
9155
9155
|
function U() {
|
|
9156
9156
|
E() && (H("touchstart", P, {
|
|
9157
9157
|
passive: !0
|
|
9158
|
-
}), H("touchend",
|
|
9158
|
+
}), H("touchend", O, {
|
|
9159
9159
|
passive: !0
|
|
9160
9160
|
})), KL(k.props.trigger).forEach(function(ot) {
|
|
9161
9161
|
if (ot !== "manual")
|
|
9162
9162
|
switch (H(ot, P), ot) {
|
|
9163
9163
|
case "mouseenter":
|
|
9164
|
-
H("mouseleave",
|
|
9164
|
+
H("mouseleave", O);
|
|
9165
9165
|
break;
|
|
9166
9166
|
case "focus":
|
|
9167
9167
|
H(lM ? "focusout" : "blur", gt);
|
|
@@ -9188,9 +9188,9 @@ function gM(t, e) {
|
|
|
9188
9188
|
}
|
|
9189
9189
|
}
|
|
9190
9190
|
function j(ot) {
|
|
9191
|
-
var _t = ot.target, ft = A().contains(_t) ||
|
|
9191
|
+
var _t = ot.target, ft = A().contains(_t) || L.contains(_t);
|
|
9192
9192
|
if (!(ot.type === "mousemove" && ft)) {
|
|
9193
|
-
var Q = V().concat(
|
|
9193
|
+
var Q = V().concat(L).map(function(dt) {
|
|
9194
9194
|
var ht, At = dt._tippy, at = (ht = At.popperInstance) == null ? void 0 : ht.state;
|
|
9195
9195
|
return at ? {
|
|
9196
9196
|
popperRect: dt.getBoundingClientRect(),
|
|
@@ -9201,7 +9201,7 @@ function gM(t, e) {
|
|
|
9201
9201
|
nM(Q, ot) && (ct(), tt(ot));
|
|
9202
9202
|
}
|
|
9203
9203
|
}
|
|
9204
|
-
function
|
|
9204
|
+
function O(ot) {
|
|
9205
9205
|
var _t = S(ot) || k.props.trigger.indexOf("click") >= 0 && o;
|
|
9206
9206
|
if (!_t) {
|
|
9207
9207
|
if (k.props.interactive) {
|
|
@@ -9212,14 +9212,14 @@ function gM(t, e) {
|
|
|
9212
9212
|
}
|
|
9213
9213
|
}
|
|
9214
9214
|
function gt(ot) {
|
|
9215
|
-
k.props.trigger.indexOf("focusin") < 0 && ot.target !== A() || k.props.interactive && ot.relatedTarget &&
|
|
9215
|
+
k.props.trigger.indexOf("focusin") < 0 && ot.target !== A() || k.props.interactive && ot.relatedTarget && L.contains(ot.relatedTarget) || tt(ot);
|
|
9216
9216
|
}
|
|
9217
9217
|
function S(ot) {
|
|
9218
9218
|
return ar.isTouch ? E() !== ot.type.indexOf("touch") >= 0 : !1;
|
|
9219
9219
|
}
|
|
9220
9220
|
function It() {
|
|
9221
9221
|
it();
|
|
9222
|
-
var ot = k.props, _t = ot.popperOptions, ft = ot.placement, Q = ot.offset, dt = ot.getReferenceClientRect, ht = ot.moveTransition, At = w() ? Jd(
|
|
9222
|
+
var ot = k.props, _t = ot.popperOptions, ft = ot.placement, Q = ot.offset, dt = ot.getReferenceClientRect, ht = ot.moveTransition, At = w() ? Jd(L).arrow : null, at = dt ? {
|
|
9223
9223
|
getBoundingClientRect: dt,
|
|
9224
9224
|
contextElement: dt.contextElement || A()
|
|
9225
9225
|
} : t, Kt = {
|
|
@@ -9268,7 +9268,7 @@ function gM(t, e) {
|
|
|
9268
9268
|
element: At,
|
|
9269
9269
|
padding: 3
|
|
9270
9270
|
}
|
|
9271
|
-
}), bt.push.apply(bt, (_t == null ? void 0 : _t.modifiers) || []), k.popperInstance = GL(at,
|
|
9271
|
+
}), bt.push.apply(bt, (_t == null ? void 0 : _t.modifiers) || []), k.popperInstance = GL(at, L, Object.assign({}, _t, {
|
|
9272
9272
|
placement: ft,
|
|
9273
9273
|
onFirstUpdate: f,
|
|
9274
9274
|
modifiers: bt
|
|
@@ -9279,10 +9279,10 @@ function gM(t, e) {
|
|
|
9279
9279
|
}
|
|
9280
9280
|
function St() {
|
|
9281
9281
|
var ot = k.props.appendTo, _t, ft = A();
|
|
9282
|
-
k.props.interactive && ot === Kv || ot === "parent" ? _t = ft.parentNode : _t = $v(ot, [ft]), _t.contains(
|
|
9282
|
+
k.props.interactive && ot === Kv || ot === "parent" ? _t = ft.parentNode : _t = $v(ot, [ft]), _t.contains(L) || _t.appendChild(L), k.state.isMounted = !0, It();
|
|
9283
9283
|
}
|
|
9284
9284
|
function V() {
|
|
9285
|
-
return hh(
|
|
9285
|
+
return hh(L.querySelectorAll("[data-tippy-root]"));
|
|
9286
9286
|
}
|
|
9287
9287
|
function K(ot) {
|
|
9288
9288
|
k.clearDelayTimeouts(), ot && mt("onTrigger", [k, ot]), pt();
|
|
@@ -9335,14 +9335,14 @@ function gM(t, e) {
|
|
|
9335
9335
|
function Rt() {
|
|
9336
9336
|
var ot = k.state.isVisible, _t = k.state.isDestroyed, ft = !k.state.isEnabled, Q = ar.isTouch && !k.props.touch, dt = O0(k.props.duration, 0, zn.duration);
|
|
9337
9337
|
if (!(ot || _t || ft || Q) && !A().hasAttribute("disabled") && (mt("onShow", [k], !1), k.props.onShow(k) !== !1)) {
|
|
9338
|
-
if (k.state.isVisible = !0, w() && (
|
|
9338
|
+
if (k.state.isVisible = !0, w() && (L.style.visibility = "visible"), z(), pt(), k.state.isMounted || (L.style.transition = "none"), w()) {
|
|
9339
9339
|
var ht = F(), At = ht.box, at = ht.content;
|
|
9340
9340
|
N0([At, at], 0);
|
|
9341
9341
|
}
|
|
9342
9342
|
f = function() {
|
|
9343
9343
|
var bt;
|
|
9344
9344
|
if (!(!k.state.isVisible || u)) {
|
|
9345
|
-
if (u = !0,
|
|
9345
|
+
if (u = !0, L.offsetHeight, L.style.transition = k.props.moveTransition, w() && k.props.animation) {
|
|
9346
9346
|
var Qt = F(), ne = Qt.box, re = Qt.content;
|
|
9347
9347
|
N0([ne, re], dt), t4([ne, re], "visible");
|
|
9348
9348
|
}
|
|
@@ -9356,7 +9356,7 @@ function gM(t, e) {
|
|
|
9356
9356
|
function Mt() {
|
|
9357
9357
|
var ot = !k.state.isVisible, _t = k.state.isDestroyed, ft = !k.state.isEnabled, Q = O0(k.props.duration, 1, zn.duration);
|
|
9358
9358
|
if (!(ot || _t || ft) && (mt("onHide", [k], !1), k.props.onHide(k) !== !1)) {
|
|
9359
|
-
if (k.state.isVisible = !1, k.state.isShown = !1, u = !1, o = !1, w() && (
|
|
9359
|
+
if (k.state.isVisible = !1, k.state.isShown = !1, u = !1, o = !1, w() && (L.style.visibility = "hidden"), ct(), W(), z(!0), w()) {
|
|
9360
9360
|
var dt = F(), ht = dt.box, At = dt.content;
|
|
9361
9361
|
k.props.animation && (N0([ht, At], Q), t4([ht, At], "hidden"));
|
|
9362
9362
|
}
|
|
@@ -9369,7 +9369,7 @@ function gM(t, e) {
|
|
|
9369
9369
|
function $t() {
|
|
9370
9370
|
k.state.isVisible && k.hide(), k.state.isMounted && (it(), V().forEach(function(ot) {
|
|
9371
9371
|
ot._tippy.unmount();
|
|
9372
|
-
}),
|
|
9372
|
+
}), L.parentNode && L.parentNode.removeChild(L), F0 = F0.filter(function(ot) {
|
|
9373
9373
|
return ot !== k;
|
|
9374
9374
|
}), k.state.isMounted = !1, mt("onHidden", [k]));
|
|
9375
9375
|
}
|
|
@@ -9667,10 +9667,10 @@ function CM() {
|
|
|
9667
9667
|
let m = 0;
|
|
9668
9668
|
ji.value.forEach((k) => {
|
|
9669
9669
|
if (p.test(k.sessionName)) {
|
|
9670
|
-
const
|
|
9671
|
-
if (
|
|
9672
|
-
const
|
|
9673
|
-
!isNaN(
|
|
9670
|
+
const M = k.sessionName.match(p);
|
|
9671
|
+
if (M && M[1]) {
|
|
9672
|
+
const L = parseInt(M[1], 10);
|
|
9673
|
+
!isNaN(L) && L > m && (m = L);
|
|
9674
9674
|
}
|
|
9675
9675
|
}
|
|
9676
9676
|
});
|
|
@@ -9701,8 +9701,8 @@ function CM() {
|
|
|
9701
9701
|
const T = { ...ji.value[x], ...p };
|
|
9702
9702
|
if (ji.value[x] = T, ps.value && ps.value.sessionCode === f && (ps.value = { ...ps.value, ...p }), g && !p.isEdit || v)
|
|
9703
9703
|
try {
|
|
9704
|
-
const k = t("modifySessionApi"),
|
|
9705
|
-
await k(
|
|
9704
|
+
const k = t("modifySessionApi"), M = { ...T, isEdit: !1 };
|
|
9705
|
+
await k(M);
|
|
9706
9706
|
} catch (k) {
|
|
9707
9707
|
console.error("Failed to sync session to backend:", k);
|
|
9708
9708
|
}
|
|
@@ -9739,15 +9739,15 @@ function CM() {
|
|
|
9739
9739
|
let g = null, v = [];
|
|
9740
9740
|
if (m.length > 0) {
|
|
9741
9741
|
const T = m.sort(
|
|
9742
|
-
(
|
|
9742
|
+
(L, B) => new Date(B.createdAt || "").getTime() - new Date(L.createdAt || "").getTime()
|
|
9743
9743
|
)[0];
|
|
9744
|
-
v = await t("getSessionContentsApi")(T.sessionCode), v.filter((
|
|
9744
|
+
v = await t("getSessionContentsApi")(T.sessionCode), v.filter((L) => !Z2.includes(L.role)).some((L) => L.content && L.content.trim() !== "") || (g = { ...T, isEdit: !1 });
|
|
9745
9745
|
}
|
|
9746
9746
|
if (g ? (t("setSessionContents")(v), e(g)) : g = await r(), !Ir || f) {
|
|
9747
|
-
const T = t("getAgentInfoApi"), { conversationSettings: k, promptSetting:
|
|
9747
|
+
const T = t("getAgentInfoApi"), { conversationSettings: k, promptSetting: M } = await T();
|
|
9748
9748
|
Ir = {
|
|
9749
9749
|
conversationSettings: k,
|
|
9750
|
-
promptSetting:
|
|
9750
|
+
promptSetting: M
|
|
9751
9751
|
};
|
|
9752
9752
|
}
|
|
9753
9753
|
return (b = (x = Ir == null ? void 0 : Ir.promptSetting) == null ? void 0 : x.content) != null && b.length && await t("handleCompleteRole")(g.sessionCode, Ir.promptSetting.content), {
|
|
@@ -9777,9 +9777,9 @@ const lr = CM(), EM = { class: "bkai-history-panel" }, SM = { class: "history-pa
|
|
|
9777
9777
|
setup(t, { emit: e }) {
|
|
9778
9778
|
const i = e, n = Y6, r = Nt(""), s = Nt({}), o = Ie(() => lr.sessionList.value.reduce(
|
|
9779
9779
|
(m, g) => {
|
|
9780
|
-
var T, k,
|
|
9780
|
+
var T, k, M;
|
|
9781
9781
|
const v = new Date(g.createdAt || ""), x = /* @__PURE__ */ new Date(), b = /* @__PURE__ */ new Date();
|
|
9782
|
-
return b.setDate(b.getDate() - 1), v.toDateString() === x.toDateString() ? (T = m.find((
|
|
9782
|
+
return b.setDate(b.getDate() - 1), v.toDateString() === x.toDateString() ? (T = m.find((L) => L.key === "today" && g.sessionName.includes(r.value))) == null || T.sessionList.push(g) : v.toDateString() === b.toDateString() ? (k = m.find((L) => L.key === "yesterday" && g.sessionName.includes(r.value))) == null || k.sessionList.push(g) : (M = m.find((L) => L.key === "before" && g.sessionName.includes(r.value))) == null || M.sessionList.push(g), m;
|
|
9783
9783
|
},
|
|
9784
9784
|
[
|
|
9785
9785
|
{
|
|
@@ -10264,33 +10264,33 @@ function Rc(t) {
|
|
|
10264
10264
|
Math.pow(b.clientX - a.x, 2) + Math.pow(b.clientY - a.y, 2)
|
|
10265
10265
|
) > 5), a = null;
|
|
10266
10266
|
}, h = (b, T) => {
|
|
10267
|
-
const k = window.innerWidth, { width:
|
|
10268
|
-
let
|
|
10269
|
-
|
|
10270
|
-
let C = T + window.scrollY -
|
|
10271
|
-
return T <=
|
|
10267
|
+
const k = window.innerWidth, { width: M, height: L, offset: B } = U0;
|
|
10268
|
+
let R = b + window.scrollX - M / 2;
|
|
10269
|
+
R = Math.max(B, Math.min(R, k - M - B));
|
|
10270
|
+
let C = T + window.scrollY - L - B;
|
|
10271
|
+
return T <= L + B && (C = T + window.scrollY + B), {
|
|
10272
10272
|
top: `${C}px`,
|
|
10273
|
-
left: `${
|
|
10273
|
+
left: `${R}px`
|
|
10274
10274
|
};
|
|
10275
10275
|
}, d = (b) => {
|
|
10276
|
-
const T = window.innerWidth, { width: k, height:
|
|
10276
|
+
const T = window.innerWidth, { width: k, height: M, offset: L } = U0;
|
|
10277
10277
|
let B = b.left + window.scrollX + b.width / 2 - k / 2;
|
|
10278
|
-
B = Math.max(
|
|
10279
|
-
let
|
|
10280
|
-
return b.top <=
|
|
10281
|
-
top: `${
|
|
10278
|
+
B = Math.max(L, Math.min(B, T - k - L));
|
|
10279
|
+
let R = b.top + window.scrollY - M - L;
|
|
10280
|
+
return b.top <= M + L && (R = b.bottom + window.scrollY + L), {
|
|
10281
|
+
top: `${R}px`,
|
|
10282
10282
|
left: `${B}px`
|
|
10283
10283
|
};
|
|
10284
10284
|
}, f = () => {
|
|
10285
10285
|
clearTimeout(n), n = setTimeout(() => {
|
|
10286
|
-
var
|
|
10286
|
+
var M;
|
|
10287
10287
|
const b = window.getSelection();
|
|
10288
10288
|
if (!(b != null && b.toString().trim())) {
|
|
10289
10289
|
p();
|
|
10290
10290
|
return;
|
|
10291
10291
|
}
|
|
10292
10292
|
const T = b.getRangeAt(0);
|
|
10293
|
-
if ((
|
|
10293
|
+
if ((M = T.commonAncestorContainer.parentElement) != null && M.closest(".ai-blueking-wrapper")) {
|
|
10294
10294
|
p();
|
|
10295
10295
|
return;
|
|
10296
10296
|
}
|
|
@@ -10301,28 +10301,28 @@ function Rc(t) {
|
|
|
10301
10301
|
p();
|
|
10302
10302
|
return;
|
|
10303
10303
|
}
|
|
10304
|
-
const { clientX:
|
|
10305
|
-
i.value = h(
|
|
10304
|
+
const { clientX: L, clientY: B } = r;
|
|
10305
|
+
i.value = h(L, B), e.value = !0, r = null;
|
|
10306
10306
|
} else {
|
|
10307
|
-
const
|
|
10308
|
-
if (!
|
|
10307
|
+
const L = T.getBoundingClientRect();
|
|
10308
|
+
if (!L.width || !L.height) {
|
|
10309
10309
|
p();
|
|
10310
10310
|
return;
|
|
10311
10311
|
}
|
|
10312
|
-
i.value = d(
|
|
10312
|
+
i.value = d(L), e.value = !0;
|
|
10313
10313
|
}
|
|
10314
10314
|
}, U0.debounceTime);
|
|
10315
10315
|
}, p = () => {
|
|
10316
10316
|
e.value = !1, H0.value || (Ja.value = "");
|
|
10317
10317
|
}, m = (b) => {
|
|
10318
|
-
var
|
|
10319
|
-
const T = b.target, k = ((
|
|
10318
|
+
var L, B, R;
|
|
10319
|
+
const T = b.target, k = ((L = T.classList) == null ? void 0 : L.contains("ai-blueking-tag-text")) || ((B = T.classList) == null ? void 0 : B.contains("shortcut-btn")), M = (R = s.value) == null ? void 0 : R.contains(T);
|
|
10320
10320
|
if (!(k || !o)) {
|
|
10321
10321
|
if (o) {
|
|
10322
10322
|
b.preventDefault(), b.stopPropagation(), o = !1;
|
|
10323
10323
|
return;
|
|
10324
10324
|
}
|
|
10325
|
-
|
|
10325
|
+
M || (p(), g());
|
|
10326
10326
|
}
|
|
10327
10327
|
}, g = () => {
|
|
10328
10328
|
const b = window.getSelection();
|
|
@@ -10591,17 +10591,17 @@ const QM = { class: "ai-selected-box" }, ZM = { class: "ai-selected-tip" }, JM =
|
|
|
10591
10591
|
}));
|
|
10592
10592
|
const n = i, { enablePopup: r } = J2(), { selectedText: s, citeText: o, setCiteText: a, clearSelection: l, lockSelectedText: u } = Rc(r), h = t, d = Nt(), f = Nt(""), p = Nt(null), m = Nt(0), g = Ie(() => -(m.value + 8) + "px"), v = Nt(!1), x = (H) => {
|
|
10593
10593
|
f.value = H, v.value = !1;
|
|
10594
|
-
}, b = Nt(), T = Nt(), k = Ie(() => h.loading ? "bkai-published-zhongzhi" : "bkai-fasong"),
|
|
10594
|
+
}, b = Nt(), T = Nt(), k = Ie(() => h.loading ? "bkai-published-zhongzhi" : "bkai-fasong"), M = Ie(() => h.loading ? me("停止") : me("发送")), L = Ie(() => !h.loading && !f.value.trim()), { createTooltip: B } = Ic({
|
|
10595
10595
|
arrow: !0,
|
|
10596
10596
|
delay: [0, 0]
|
|
10597
|
-
}),
|
|
10597
|
+
}), R = () => {
|
|
10598
10598
|
h.disabled || (h.loading ? ct() : yt());
|
|
10599
10599
|
}, C = () => {
|
|
10600
|
-
b.value && (T.value = B(b.value,
|
|
10600
|
+
b.value && (T.value = B(b.value, M.value, {
|
|
10601
10601
|
appendTo: document.querySelector(".ai-blueking-container-wrapper")
|
|
10602
10602
|
})), I();
|
|
10603
10603
|
}, I = () => {
|
|
10604
|
-
T.value && (T.value.setContent(
|
|
10604
|
+
T.value && (T.value.setContent(M.value), L.value ? T.value.disable() : T.value.enable());
|
|
10605
10605
|
}, { textareaHeight: E, updateHeight: w, resetHeight: A, bindTextarea: y } = $M({
|
|
10606
10606
|
minHeight: 68,
|
|
10607
10607
|
maxHeight: 248,
|
|
@@ -10735,7 +10735,7 @@ const QM = { class: "ai-selected-box" }, ZM = { class: "ai-selected-tip" }, JM =
|
|
|
10735
10735
|
ref_key: "actionIconRef",
|
|
10736
10736
|
ref: b,
|
|
10737
10737
|
class: Xe(["bkai-icon", k.value, { disabled: !H.loading && !f.value.trim() }, "clickable"]),
|
|
10738
|
-
onClick:
|
|
10738
|
+
onClick: R
|
|
10739
10739
|
},
|
|
10740
10740
|
null,
|
|
10741
10741
|
2
|
|
@@ -10959,15 +10959,15 @@ function HB() {
|
|
|
10959
10959
|
function s8(t, e) {
|
|
10960
10960
|
var i = [], n = null, r = null, s = 6, o = 6, a = 3, l = typeof window < "u" && window.devicePixelRatio > 1 ? 0 : 0.5, u = t === Eu || t === ou ? -1 : 1, h = t === ou || t === W0 ? "x" : "y", d = t === Eu || t === nf ? PB : FB;
|
|
10961
10961
|
function f(p) {
|
|
10962
|
-
var m = n ?? (e.ticks ? e.ticks.apply(e, i) : e.domain()), g = r ?? (e.tickFormat ? e.tickFormat.apply(e, i) : NB), v = Math.max(s, 0) + a, x = e.range(), b = +x[0] + l, T = +x[x.length - 1] + l, k = (e.bandwidth ? zB : VB)(e.copy(), l),
|
|
10963
|
-
|
|
10962
|
+
var m = n ?? (e.ticks ? e.ticks.apply(e, i) : e.domain()), g = r ?? (e.tickFormat ? e.tickFormat.apply(e, i) : NB), v = Math.max(s, 0) + a, x = e.range(), b = +x[0] + l, T = +x[x.length - 1] + l, k = (e.bandwidth ? zB : VB)(e.copy(), l), M = p.selection ? p.selection() : p, L = M.selectAll(".domain").data([null]), B = M.selectAll(".tick").data(m, e).order(), R = B.exit(), C = B.enter().append("g").attr("class", "tick"), I = B.select("line"), E = B.select("text");
|
|
10963
|
+
L = L.merge(L.enter().insert("path", ".tick").attr("class", "domain").attr("stroke", "currentColor")), B = B.merge(C), I = I.merge(C.append("line").attr("stroke", "currentColor").attr(h + "2", u * s)), E = E.merge(C.append("text").attr("fill", "currentColor").attr(h, u * v).attr("dy", t === Eu ? "0em" : t === nf ? "0.71em" : "0.32em")), p !== M && (L = L.transition(p), B = B.transition(p), I = I.transition(p), E = E.transition(p), R = R.transition(p).attr("opacity", h4).attr("transform", function(w) {
|
|
10964
10964
|
return isFinite(w = k(w)) ? d(w + l) : this.getAttribute("transform");
|
|
10965
10965
|
}), C.attr("opacity", h4).attr("transform", function(w) {
|
|
10966
10966
|
var A = this.parentNode.__axis;
|
|
10967
10967
|
return d((A && isFinite(A = A(w)) ? A : k(w)) + l);
|
|
10968
|
-
})),
|
|
10968
|
+
})), R.remove(), L.attr("d", t === ou || t === W0 ? o ? "M" + u * o + "," + b + "H" + l + "V" + T + "H" + u * o : "M" + l + "," + b + "V" + T : o ? "M" + b + "," + u * o + "V" + l + "H" + T + "V" + u * o : "M" + b + "," + l + "H" + T), B.attr("opacity", 1).attr("transform", function(w) {
|
|
10969
10969
|
return d(k(w) + l);
|
|
10970
|
-
}), I.attr(h + "2", u * s), E.attr(h, u * v).text(g),
|
|
10970
|
+
}), I.attr(h + "2", u * s), E.attr(h, u * v).text(g), M.filter(HB).attr("fill", "none").attr("font-size", 10).attr("font-family", "sans-serif").attr("text-anchor", t === W0 ? "start" : t === ou ? "end" : "middle"), M.each(function() {
|
|
10971
10971
|
this.__axis = k;
|
|
10972
10972
|
});
|
|
10973
10973
|
}
|
|
@@ -11219,10 +11219,10 @@ function pD(t, e) {
|
|
|
11219
11219
|
for (var s = r.length, o = new Array(s), a = new Array(s), l = new Array(s), u = 0; u < s; ++u) {
|
|
11220
11220
|
var h = n[u], d = r[u], f = d.length, p = mD(t.call(h, h && h.__data__, u, n)), m = p.length, g = a[u] = new Array(m), v = o[u] = new Array(m), x = l[u] = new Array(f);
|
|
11221
11221
|
i(h, d, g, v, x, p, e);
|
|
11222
|
-
for (var b = 0, T = 0, k,
|
|
11222
|
+
for (var b = 0, T = 0, k, M; b < m; ++b)
|
|
11223
11223
|
if (k = g[b]) {
|
|
11224
|
-
for (b >= T && (T = b + 1); !(
|
|
11225
|
-
k._next =
|
|
11224
|
+
for (b >= T && (T = b + 1); !(M = v[T]) && ++T < m; ) ;
|
|
11225
|
+
k._next = M || null;
|
|
11226
11226
|
}
|
|
11227
11227
|
}
|
|
11228
11228
|
return o = new Ui(o, n), o._enter = a, o._exit = l, o;
|
|
@@ -12805,8 +12805,8 @@ class yO {
|
|
|
12805
12805
|
else if (f > $s) if (!(Math.abs(d * l - u * h) > $s) || !s)
|
|
12806
12806
|
this._append`L${this._x1 = e},${this._y1 = i}`;
|
|
12807
12807
|
else {
|
|
12808
|
-
let p = n - o, m = r - a, g = l * l + u * u, v = p * p + m * m, x = Math.sqrt(g), b = Math.sqrt(f), T = s * Math.tan((df - Math.acos((g + f - v) / (2 * x * b))) / 2), k = T / b,
|
|
12809
|
-
Math.abs(k - 1) > $s && this._append`L${e + k * h},${i + k * d}`, this._append`A${s},${s},0,0,${+(d * p > h * m)},${this._x1 = e +
|
|
12808
|
+
let p = n - o, m = r - a, g = l * l + u * u, v = p * p + m * m, x = Math.sqrt(g), b = Math.sqrt(f), T = s * Math.tan((df - Math.acos((g + f - v) / (2 * x * b))) / 2), k = T / b, M = T / x;
|
|
12809
|
+
Math.abs(k - 1) > $s && this._append`L${e + k * h},${i + k * d}`, this._append`A${s},${s},0,0,${+(d * p > h * m)},${this._x1 = e + M * l},${this._y1 = i + M * u}`;
|
|
12810
12810
|
}
|
|
12811
12811
|
}
|
|
12812
12812
|
arc(e, i, n, r, s, o) {
|
|
@@ -12936,18 +12936,18 @@ function AO(t) {
|
|
|
12936
12936
|
var e = t.grouping === void 0 || t.thousands === void 0 ? L4 : wO(M4.call(t.grouping, Number), t.thousands + ""), i = t.currency === void 0 ? "" : t.currency[0] + "", n = t.currency === void 0 ? "" : t.currency[1] + "", r = t.decimal === void 0 ? "." : t.decimal + "", s = t.numerals === void 0 ? L4 : TO(M4.call(t.numerals, String)), o = t.percent === void 0 ? "%" : t.percent + "", a = t.minus === void 0 ? "−" : t.minus + "", l = t.nan === void 0 ? "NaN" : t.nan + "";
|
|
12937
12937
|
function u(d) {
|
|
12938
12938
|
d = kh(d);
|
|
12939
|
-
var f = d.fill, p = d.align, m = d.sign, g = d.symbol, v = d.zero, x = d.width, b = d.comma, T = d.precision, k = d.trim,
|
|
12940
|
-
|
|
12941
|
-
var
|
|
12942
|
-
T = T === void 0 ? 6 : /[gprs]/.test(
|
|
12939
|
+
var f = d.fill, p = d.align, m = d.sign, g = d.symbol, v = d.zero, x = d.width, b = d.comma, T = d.precision, k = d.trim, M = d.type;
|
|
12940
|
+
M === "n" ? (b = !0, M = "g") : A4[M] || (T === void 0 && (T = 12), k = !0, M = "g"), (v || f === "0" && p === "=") && (v = !0, f = "0", p = "=");
|
|
12941
|
+
var L = g === "$" ? i : g === "#" && /[boxX]/.test(M) ? "0" + M.toLowerCase() : "", B = g === "$" ? n : /[%p]/.test(M) ? o : "", R = A4[M], C = /[defgprs%]/.test(M);
|
|
12942
|
+
T = T === void 0 ? 6 : /[gprs]/.test(M) ? Math.max(1, Math.min(21, T)) : Math.max(0, Math.min(20, T));
|
|
12943
12943
|
function I(E) {
|
|
12944
|
-
var w =
|
|
12945
|
-
if (
|
|
12946
|
-
A =
|
|
12944
|
+
var w = L, A = B, y, F, _;
|
|
12945
|
+
if (M === "c")
|
|
12946
|
+
A = R(E) + A, E = "";
|
|
12947
12947
|
else {
|
|
12948
12948
|
E = +E;
|
|
12949
12949
|
var z = E < 0 || 1 / E < 0;
|
|
12950
|
-
if (E = isNaN(E) ? l :
|
|
12950
|
+
if (E = isNaN(E) ? l : R(Math.abs(E), T), k && (E = EO(E)), z && +E == 0 && m !== "+" && (z = !1), w = (z ? m === "(" ? m : a : m === "-" || m === "(" ? "" : m) + w, A = (M === "s" ? B4[8 + z8 / 3] : "") + A + (z && m === "(" ? ")" : ""), C) {
|
|
12951
12951
|
for (y = -1, F = E.length; ++y < F; )
|
|
12952
12952
|
if (_ = E.charCodeAt(y), 48 > _ || _ > 57) {
|
|
12953
12953
|
A = (_ === 46 ? r + E.slice(y + 1) : E.slice(y)) + A, E = E.slice(0, y);
|
|
@@ -13446,7 +13446,7 @@ function nN(t) {
|
|
|
13446
13446
|
Y: tP,
|
|
13447
13447
|
Z: iP,
|
|
13448
13448
|
"%": U4
|
|
13449
|
-
},
|
|
13449
|
+
}, M = {
|
|
13450
13450
|
a: I,
|
|
13451
13451
|
A: E,
|
|
13452
13452
|
b: w,
|
|
@@ -13480,33 +13480,33 @@ function nN(t) {
|
|
|
13480
13480
|
Z: dN,
|
|
13481
13481
|
"%": xN
|
|
13482
13482
|
};
|
|
13483
|
-
T.x =
|
|
13484
|
-
function
|
|
13483
|
+
T.x = L(i, T), T.X = L(n, T), T.c = L(e, T), k.x = L(i, k), k.X = L(n, k), k.c = L(e, k);
|
|
13484
|
+
function L(X, H) {
|
|
13485
13485
|
return function(U) {
|
|
13486
|
-
var D = [], P = -1, j = 0,
|
|
13487
|
-
for (U instanceof Date || (U = /* @__PURE__ */ new Date(+U)); ++P <
|
|
13486
|
+
var D = [], P = -1, j = 0, O = X.length, gt, S, It;
|
|
13487
|
+
for (U instanceof Date || (U = /* @__PURE__ */ new Date(+U)); ++P < O; )
|
|
13488
13488
|
X.charCodeAt(P) === 37 && (D.push(X.slice(j, P)), (S = O4[gt = X.charAt(++P)]) != null ? gt = X.charAt(++P) : S = gt === "e" ? " " : "0", (It = H[gt]) && (gt = It(U, S)), D.push(gt), j = P + 1);
|
|
13489
13489
|
return D.push(X.slice(j, P)), D.join("");
|
|
13490
13490
|
};
|
|
13491
13491
|
}
|
|
13492
13492
|
function B(X, H) {
|
|
13493
13493
|
return function(U) {
|
|
13494
|
-
var D = el(1900, void 0, 1), P =
|
|
13494
|
+
var D = el(1900, void 0, 1), P = R(D, X, U += "", 0), j, O;
|
|
13495
13495
|
if (P != U.length) return null;
|
|
13496
13496
|
if ("Q" in D) return new Date(D.Q);
|
|
13497
13497
|
if ("s" in D) return new Date(D.s * 1e3 + ("L" in D ? D.L : 0));
|
|
13498
13498
|
if (H && !("Z" in D) && (D.Z = 0), "p" in D && (D.H = D.H % 12 + D.p * 12), D.m === void 0 && (D.m = "q" in D ? D.q : 0), "V" in D) {
|
|
13499
13499
|
if (D.V < 1 || D.V > 53) return null;
|
|
13500
|
-
"w" in D || (D.w = 1), "Z" in D ? (j = td(el(D.y, 0, 1)),
|
|
13501
|
-
} else ("W" in D || "U" in D) && ("w" in D || (D.w = "u" in D ? D.u % 7 : "W" in D ? 1 : 0),
|
|
13500
|
+
"w" in D || (D.w = 1), "Z" in D ? (j = td(el(D.y, 0, 1)), O = j.getUTCDay(), j = O > 4 || O === 0 ? Ch.ceil(j) : Ch(j), j = dp.offset(j, (D.V - 1) * 7), D.y = j.getUTCFullYear(), D.m = j.getUTCMonth(), D.d = j.getUTCDate() + (D.w + 6) % 7) : (j = J0(el(D.y, 0, 1)), O = j.getDay(), j = O > 4 || O === 0 ? Th.ceil(j) : Th(j), j = fo.offset(j, (D.V - 1) * 7), D.y = j.getFullYear(), D.m = j.getMonth(), D.d = j.getDate() + (D.w + 6) % 7);
|
|
13501
|
+
} else ("W" in D || "U" in D) && ("w" in D || (D.w = "u" in D ? D.u % 7 : "W" in D ? 1 : 0), O = "Z" in D ? td(el(D.y, 0, 1)).getUTCDay() : J0(el(D.y, 0, 1)).getDay(), D.m = 0, D.d = "W" in D ? (D.w + 6) % 7 + D.W * 7 - (O + 5) % 7 : D.w + D.U * 7 - (O + 6) % 7);
|
|
13502
13502
|
return "Z" in D ? (D.H += D.Z / 100 | 0, D.M += D.Z % 100, td(D)) : J0(D);
|
|
13503
13503
|
};
|
|
13504
13504
|
}
|
|
13505
|
-
function
|
|
13506
|
-
for (var P = 0, j = H.length,
|
|
13507
|
-
if (D >=
|
|
13505
|
+
function R(X, H, U, D) {
|
|
13506
|
+
for (var P = 0, j = H.length, O = U.length, gt, S; P < j; ) {
|
|
13507
|
+
if (D >= O) return -1;
|
|
13508
13508
|
if (gt = H.charCodeAt(P++), gt === 37) {
|
|
13509
|
-
if (gt = H.charAt(P++), S =
|
|
13509
|
+
if (gt = H.charAt(P++), S = M[gt in O4 ? H.charAt(P++) : gt], !S || (D = S(X, U, D)) < 0) return -1;
|
|
13510
13510
|
} else if (gt != U.charCodeAt(D++))
|
|
13511
13511
|
return -1;
|
|
13512
13512
|
}
|
|
@@ -13533,13 +13533,13 @@ function nN(t) {
|
|
|
13533
13533
|
return D ? (X.m = v.get(D[0].toLowerCase()), U + D[0].length) : -1;
|
|
13534
13534
|
}
|
|
13535
13535
|
function y(X, H, U) {
|
|
13536
|
-
return
|
|
13536
|
+
return R(X, e, H, U);
|
|
13537
13537
|
}
|
|
13538
13538
|
function F(X, H, U) {
|
|
13539
|
-
return
|
|
13539
|
+
return R(X, i, H, U);
|
|
13540
13540
|
}
|
|
13541
13541
|
function _(X, H, U) {
|
|
13542
|
-
return
|
|
13542
|
+
return R(X, n, H, U);
|
|
13543
13543
|
}
|
|
13544
13544
|
function z(X) {
|
|
13545
13545
|
return o[X.getDay()];
|
|
@@ -13579,7 +13579,7 @@ function nN(t) {
|
|
|
13579
13579
|
}
|
|
13580
13580
|
return {
|
|
13581
13581
|
format: function(X) {
|
|
13582
|
-
var H =
|
|
13582
|
+
var H = L(X += "", T);
|
|
13583
13583
|
return H.toString = function() {
|
|
13584
13584
|
return X;
|
|
13585
13585
|
}, H;
|
|
@@ -13591,7 +13591,7 @@ function nN(t) {
|
|
|
13591
13591
|
}, H;
|
|
13592
13592
|
},
|
|
13593
13593
|
utcFormat: function(X) {
|
|
13594
|
-
var H =
|
|
13594
|
+
var H = L(X += "", k);
|
|
13595
13595
|
return H.toString = function() {
|
|
13596
13596
|
return X;
|
|
13597
13597
|
}, H;
|
|
@@ -13856,21 +13856,21 @@ function sP(t) {
|
|
|
13856
13856
|
}
|
|
13857
13857
|
function Z8(t, e, i, n, r, s, o, a, l, u) {
|
|
13858
13858
|
var h = j8(), d = h.invert, f = h.domain, p = u(".%L"), m = u(":%S"), g = u("%I:%M"), v = u("%I %p"), x = u("%a %d"), b = u("%b %d"), T = u("%B"), k = u("%Y");
|
|
13859
|
-
function L
|
|
13860
|
-
return (l(
|
|
13861
|
-
}
|
|
13862
|
-
return h.invert = function(
|
|
13863
|
-
return new Date(d(
|
|
13864
|
-
}, h.domain = function(
|
|
13865
|
-
return arguments.length ? f(Array.from(
|
|
13866
|
-
}, h.ticks = function(
|
|
13859
|
+
function M(L) {
|
|
13860
|
+
return (l(L) < L ? p : a(L) < L ? m : o(L) < L ? g : s(L) < L ? v : n(L) < L ? r(L) < L ? x : b : i(L) < L ? T : k)(L);
|
|
13861
|
+
}
|
|
13862
|
+
return h.invert = function(L) {
|
|
13863
|
+
return new Date(d(L));
|
|
13864
|
+
}, h.domain = function(L) {
|
|
13865
|
+
return arguments.length ? f(Array.from(L, sP)) : f().map(rP);
|
|
13866
|
+
}, h.ticks = function(L) {
|
|
13867
13867
|
var B = f();
|
|
13868
|
-
return t(B[0], B[B.length - 1],
|
|
13869
|
-
}, h.tickFormat = function(
|
|
13870
|
-
return B == null ?
|
|
13871
|
-
}, h.nice = function(
|
|
13868
|
+
return t(B[0], B[B.length - 1], L ?? 10);
|
|
13869
|
+
}, h.tickFormat = function(L, B) {
|
|
13870
|
+
return B == null ? M : u(B);
|
|
13871
|
+
}, h.nice = function(L) {
|
|
13872
13872
|
var B = f();
|
|
13873
|
-
return (!
|
|
13873
|
+
return (!L || typeof L.range != "function") && (L = e(B[0], B[B.length - 1], L ?? 10)), L ? f(HO(B, L)) : h;
|
|
13874
13874
|
}, h.copy = function() {
|
|
13875
13875
|
return Y8(h, Z8(t, e, i, n, r, s, o, a, l, u));
|
|
13876
13876
|
}, h;
|
|
@@ -13925,14 +13925,14 @@ function pP(t, e, i, n, r, s, o, a) {
|
|
|
13925
13925
|
return f = (h * (e - s) - d * (t - r)) / f, [t + f * l, e + f * u];
|
|
13926
13926
|
}
|
|
13927
13927
|
function hu(t, e, i, n, r, s, o) {
|
|
13928
|
-
var a = t - i, l = e - n, u = (o ? s : -s) / Xo(a * a + l * l), h = u * l, d = -u * a, f = t + h, p = e + d, m = i + h, g = n + d, v = (f + m) / 2, x = (p + g) / 2, b = m - f, T = g - p, k = b * b + T * T,
|
|
13929
|
-
return w * w + A * A > y * y + F * F && (
|
|
13930
|
-
cx:
|
|
13928
|
+
var a = t - i, l = e - n, u = (o ? s : -s) / Xo(a * a + l * l), h = u * l, d = -u * a, f = t + h, p = e + d, m = i + h, g = n + d, v = (f + m) / 2, x = (p + g) / 2, b = m - f, T = g - p, k = b * b + T * T, M = r - s, L = f * g - m * p, B = (T < 0 ? -1 : 1) * Xo(aP(0, M * M * k - L * L)), R = (L * T - b * B) / k, C = (-L * b - T * B) / k, I = (L * T + b * B) / k, E = (-L * b + T * B) / k, w = R - v, A = C - x, y = I - v, F = E - x;
|
|
13929
|
+
return w * w + A * A > y * y + F * F && (R = I, C = E), {
|
|
13930
|
+
cx: R,
|
|
13931
13931
|
cy: C,
|
|
13932
13932
|
x01: -h,
|
|
13933
13933
|
y01: -d,
|
|
13934
|
-
x11:
|
|
13935
|
-
y11: C * (r /
|
|
13934
|
+
x11: R * (r / M - 1),
|
|
13935
|
+
y11: C * (r / M - 1)
|
|
13936
13936
|
};
|
|
13937
13937
|
}
|
|
13938
13938
|
function mf() {
|
|
@@ -13943,12 +13943,12 @@ function mf() {
|
|
|
13943
13943
|
else if (v > Mu - Si)
|
|
13944
13944
|
a.moveTo(p * Ys(m), p * nr(m)), a.arc(0, 0, p, m, g, !x), f > Si && (a.moveTo(f * Ys(g), f * nr(g)), a.arc(0, 0, f, g, m, x));
|
|
13945
13945
|
else {
|
|
13946
|
-
var b = m, T = g, k = m,
|
|
13946
|
+
var b = m, T = g, k = m, M = g, L = v, B = v, R = o.apply(this, arguments) / 2, C = R > Si && (n ? +n.apply(this, arguments) : Xo(f * f + p * p)), I = ed(j4(p - f) / 2, +i.apply(this, arguments)), E = I, w = I, A, y;
|
|
13947
13947
|
if (C > Si) {
|
|
13948
|
-
var F = G4(C / f * nr(
|
|
13949
|
-
(
|
|
13948
|
+
var F = G4(C / f * nr(R)), _ = G4(C / p * nr(R));
|
|
13949
|
+
(L -= F * 2) > Si ? (F *= x ? 1 : -1, k += F, M -= F) : (L = 0, k = M = (m + g) / 2), (B -= _ * 2) > Si ? (_ *= x ? 1 : -1, b += _, T -= _) : (B = 0, b = T = (m + g) / 2);
|
|
13950
13950
|
}
|
|
13951
|
-
var z = p * Ys(b), mt = p * nr(b), et = f * Ys(
|
|
13951
|
+
var z = p * Ys(b), mt = p * nr(b), et = f * Ys(M), lt = f * nr(M);
|
|
13952
13952
|
if (I > Si) {
|
|
13953
13953
|
var ct = p * Ys(T), Z = p * nr(T), st = f * Ys(k), yt = f * nr(k), pt;
|
|
13954
13954
|
if (v < ic)
|
|
@@ -13958,7 +13958,7 @@ function mf() {
|
|
|
13958
13958
|
} else
|
|
13959
13959
|
E = w = 0;
|
|
13960
13960
|
}
|
|
13961
|
-
B > Si ? w > Si ? (A = hu(st, yt, z, mt, p, w, x), y = hu(ct, Z, et, lt, p, w, x), a.moveTo(A.cx + A.x01, A.cy + A.y01), w < I ? a.arc(A.cx, A.cy, w, Ei(A.y01, A.x01), Ei(y.y01, y.x01), !x) : (a.arc(A.cx, A.cy, w, Ei(A.y01, A.x01), Ei(A.y11, A.x11), !x), a.arc(0, 0, p, Ei(A.cy + A.y11, A.cx + A.x11), Ei(y.cy + y.y11, y.cx + y.x11), !x), a.arc(y.cx, y.cy, w, Ei(y.y11, y.x11), Ei(y.y01, y.x01), !x))) : (a.moveTo(z, mt), a.arc(0, 0, p, b, T, !x)) : a.moveTo(z, mt), !(f > Si) || !(
|
|
13961
|
+
B > Si ? w > Si ? (A = hu(st, yt, z, mt, p, w, x), y = hu(ct, Z, et, lt, p, w, x), a.moveTo(A.cx + A.x01, A.cy + A.y01), w < I ? a.arc(A.cx, A.cy, w, Ei(A.y01, A.x01), Ei(y.y01, y.x01), !x) : (a.arc(A.cx, A.cy, w, Ei(A.y01, A.x01), Ei(A.y11, A.x11), !x), a.arc(0, 0, p, Ei(A.cy + A.y11, A.cx + A.x11), Ei(y.cy + y.y11, y.cx + y.x11), !x), a.arc(y.cx, y.cy, w, Ei(y.y11, y.x11), Ei(y.y01, y.x01), !x))) : (a.moveTo(z, mt), a.arc(0, 0, p, b, T, !x)) : a.moveTo(z, mt), !(f > Si) || !(L > Si) ? a.lineTo(et, lt) : E > Si ? (A = hu(et, lt, ct, Z, f, -E, x), y = hu(z, mt, st, yt, f, -E, x), a.lineTo(A.cx + A.x01, A.cy + A.y01), E < I ? a.arc(A.cx, A.cy, E, Ei(A.y01, A.x01), Ei(y.y01, y.x01), !x) : (a.arc(A.cx, A.cy, E, Ei(A.y01, A.x01), Ei(A.y11, A.x11), !x), a.arc(0, 0, f, Ei(A.cy + A.y11, A.cx + A.x11), Ei(y.cy + y.y11, y.cx + y.x11), x), a.arc(y.cx, y.cy, E, Ei(y.y11, y.x11), Ei(y.y01, y.x01), !x))) : a.arc(0, 0, f, M, k, x);
|
|
13962
13962
|
}
|
|
13963
13963
|
if (a.closePath(), h) return a = null, h + "" || null;
|
|
13964
13964
|
}
|
|
@@ -14057,10 +14057,10 @@ function bP() {
|
|
|
14057
14057
|
var l, u = (a = tb(a)).length, h, d, f = 0, p = new Array(u), m = new Array(u), g = +n.apply(this, arguments), v = Math.min(Mu, Math.max(-Mu, r.apply(this, arguments) - g)), x, b = Math.min(Math.abs(v) / u, s.apply(this, arguments)), T = b * (v < 0 ? -1 : 1), k;
|
|
14058
14058
|
for (l = 0; l < u; ++l)
|
|
14059
14059
|
(k = m[p[l] = l] = +t(a[l], l, a)) > 0 && (f += k);
|
|
14060
|
-
for (e != null ? p.sort(function(
|
|
14061
|
-
return e(m[
|
|
14062
|
-
}) : i != null && p.sort(function(
|
|
14063
|
-
return i(a[
|
|
14060
|
+
for (e != null ? p.sort(function(M, L) {
|
|
14061
|
+
return e(m[M], m[L]);
|
|
14062
|
+
}) : i != null && p.sort(function(M, L) {
|
|
14063
|
+
return i(a[M], a[L]);
|
|
14064
14064
|
}), l = 0, d = f ? (v - u * T) / f : 0; l < u; ++l, g = x)
|
|
14065
14065
|
h = p[l], k = m[h], x = g + (k > 0 ? k * d : 0) + T, m[h] = {
|
|
14066
14066
|
data: a[h],
|
|
@@ -15006,7 +15006,7 @@ function pb() {
|
|
|
15006
15006
|
var T = n.createElement("template");
|
|
15007
15007
|
T.content && T.content.ownerDocument && (n = T.content.ownerDocument);
|
|
15008
15008
|
}
|
|
15009
|
-
var k = hF(p, i),
|
|
15009
|
+
var k = hF(p, i), M = k ? k.createHTML("") : "", L = n, B = L.implementation, R = L.createNodeIterator, C = L.createDocumentFragment, I = L.getElementsByTagName, E = i.importNode, w = {};
|
|
15010
15010
|
try {
|
|
15011
15011
|
w = js(n).documentMode ? n.documentMode : {};
|
|
15012
15012
|
} catch {
|
|
@@ -15032,7 +15032,7 @@ function pb() {
|
|
|
15032
15032
|
enumerable: !0,
|
|
15033
15033
|
value: !1
|
|
15034
15034
|
}
|
|
15035
|
-
})), Et = null, Y = null, X = !0, H = !0, U = !1, D = !1, P = !1, j = !1,
|
|
15035
|
+
})), Et = null, Y = null, X = !0, H = !0, U = !1, D = !1, P = !1, j = !1, O = !1, gt = !1, S = !1, It = !1, it = !0, St = !1, V = "user-content-", K = !0, tt = !1, nt = {}, J = null, vt = ve({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]), jt = null, Yt = ve({}, ["audio", "video", "img", "source", "image", "track"]), Rt = null, Mt = ve({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), Pt = "http://www.w3.org/1998/Math/MathML", $t = "http://www.w3.org/2000/svg", Wt = "http://www.w3.org/1999/xhtml", ot = Wt, _t = !1, ft = null, Q = ve({}, [Pt, $t, Wt], nd), dt, ht = ["application/xhtml+xml", "text/html"], At = "text/html", at, Kt = null, bt = n.createElement("form"), Qt = function($) {
|
|
15036
15036
|
return $ instanceof RegExp || $ instanceof Function;
|
|
15037
15037
|
}, ne = function($) {
|
|
15038
15038
|
Kt && Kt === $ || ((!$ || vs($) !== "object") && ($ = {}), $ = js($), dt = // eslint-disable-next-line unicorn/prefer-includes
|
|
@@ -15050,7 +15050,7 @@ function pb() {
|
|
|
15050
15050
|
// eslint-disable-line indent
|
|
15051
15051
|
at
|
|
15052
15052
|
// eslint-disable-line indent
|
|
15053
|
-
) : Yt, J = "FORBID_CONTENTS" in $ ? ve({}, $.FORBID_CONTENTS, at) : vt, Et = "FORBID_TAGS" in $ ? ve({}, $.FORBID_TAGS, at) : {}, Y = "FORBID_ATTR" in $ ? ve({}, $.FORBID_ATTR, at) : {}, nt = "USE_PROFILES" in $ ? $.USE_PROFILES : !1, X = $.ALLOW_ARIA_ATTR !== !1, H = $.ALLOW_DATA_ATTR !== !1, U = $.ALLOW_UNKNOWN_PROTOCOLS || !1, D = $.SAFE_FOR_TEMPLATES || !1, P = $.WHOLE_DOCUMENT || !1, gt = $.RETURN_DOM || !1, S = $.RETURN_DOM_FRAGMENT || !1, It = $.RETURN_TRUSTED_TYPE || !1,
|
|
15053
|
+
) : Yt, J = "FORBID_CONTENTS" in $ ? ve({}, $.FORBID_CONTENTS, at) : vt, Et = "FORBID_TAGS" in $ ? ve({}, $.FORBID_TAGS, at) : {}, Y = "FORBID_ATTR" in $ ? ve({}, $.FORBID_ATTR, at) : {}, nt = "USE_PROFILES" in $ ? $.USE_PROFILES : !1, X = $.ALLOW_ARIA_ATTR !== !1, H = $.ALLOW_DATA_ATTR !== !1, U = $.ALLOW_UNKNOWN_PROTOCOLS || !1, D = $.SAFE_FOR_TEMPLATES || !1, P = $.WHOLE_DOCUMENT || !1, gt = $.RETURN_DOM || !1, S = $.RETURN_DOM_FRAGMENT || !1, It = $.RETURN_TRUSTED_TYPE || !1, O = $.FORCE_BODY || !1, it = $.SANITIZE_DOM !== !1, St = $.SANITIZE_NAMED_PROPS || !1, K = $.KEEP_CONTENT !== !1, tt = $.IN_PLACE || !1, ct = $.ALLOWED_URI_REGEXP || ct, ot = $.NAMESPACE || Wt, $.CUSTOM_ELEMENT_HANDLING && Qt($.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (W.tagNameCheck = $.CUSTOM_ELEMENT_HANDLING.tagNameCheck), $.CUSTOM_ELEMENT_HANDLING && Qt($.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (W.attributeNameCheck = $.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), $.CUSTOM_ELEMENT_HANDLING && typeof $.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (W.allowCustomizedBuiltInElements = $.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), D && (H = !1), S && (gt = !0), nt && (Z = ve({}, Nn(ty)), yt = [], nt.html === !0 && (ve(Z, J4), ve(yt, ey)), nt.svg === !0 && (ve(Z, sd), ve(yt, ld), ve(yt, fu)), nt.svgFilters === !0 && (ve(Z, od), ve(yt, ld), ve(yt, fu)), nt.mathMl === !0 && (ve(Z, ad), ve(yt, iy), ve(yt, fu))), $.ADD_TAGS && (Z === st && (Z = js(Z)), ve(Z, $.ADD_TAGS, at)), $.ADD_ATTR && (yt === pt && (yt = js(yt)), ve(yt, $.ADD_ATTR, at)), $.ADD_URI_SAFE_ATTR && ve(Rt, $.ADD_URI_SAFE_ATTR, at), $.FORBID_CONTENTS && (J === vt && (J = js(J)), ve(J, $.FORBID_CONTENTS, at)), K && (Z["#text"] = !0), P && ve(Z, ["html", "head", "body"]), Z.table && (ve(Z, ["tbody"]), delete Et.tbody), Wi && Wi($), Kt = $);
|
|
15054
15054
|
}, re = ve({}, ["mi", "mo", "mn", "ms", "mtext"]), ue = ve({}, ["foreignobject", "desc", "title", "annotation-xml"]), he = ve({}, ["title", "style", "font", "a", "script"]), Ht = ve({}, sd);
|
|
15055
15055
|
ve(Ht, od), ve(Ht, JP);
|
|
15056
15056
|
var se = ve({}, ad);
|
|
@@ -15071,7 +15071,7 @@ function pb() {
|
|
|
15071
15071
|
$.parentNode.removeChild($);
|
|
15072
15072
|
} catch {
|
|
15073
15073
|
try {
|
|
15074
|
-
$.outerHTML =
|
|
15074
|
+
$.outerHTML = M;
|
|
15075
15075
|
} catch {
|
|
15076
15076
|
$.remove();
|
|
15077
15077
|
}
|
|
@@ -15101,7 +15101,7 @@ function pb() {
|
|
|
15101
15101
|
}
|
|
15102
15102
|
}, zs = function($) {
|
|
15103
15103
|
var Ct, Bt;
|
|
15104
|
-
if (
|
|
15104
|
+
if (O)
|
|
15105
15105
|
$ = "<remove></remove>" + $;
|
|
15106
15106
|
else {
|
|
15107
15107
|
var fe = KP($, /^[\r\n\t ]+/);
|
|
@@ -15117,14 +15117,14 @@ function pb() {
|
|
|
15117
15117
|
if (!Ct || !Ct.documentElement) {
|
|
15118
15118
|
Ct = B.createDocument(ot, "template", null);
|
|
15119
15119
|
try {
|
|
15120
|
-
Ct.documentElement.innerHTML = _t ?
|
|
15120
|
+
Ct.documentElement.innerHTML = _t ? M : Te;
|
|
15121
15121
|
} catch {
|
|
15122
15122
|
}
|
|
15123
15123
|
}
|
|
15124
15124
|
var Ee = Ct.body || Ct.documentElement;
|
|
15125
15125
|
return $ && Bt && Ee.insertBefore(n.createTextNode(Bt), Ee.childNodes[0] || null), ot === Wt ? I.call(Ct, P ? "html" : "body")[0] : P ? Ct.documentElement : Ee;
|
|
15126
15126
|
}, Le = function($) {
|
|
15127
|
-
return
|
|
15127
|
+
return R.call(
|
|
15128
15128
|
$.ownerDocument || $,
|
|
15129
15129
|
$,
|
|
15130
15130
|
// eslint-disable-next-line no-bitwise
|
|
@@ -15268,9 +15268,9 @@ function pb() {
|
|
|
15268
15268
|
Vt.indexOf("<") === -1)
|
|
15269
15269
|
return k && It ? k.createHTML(Vt) : Vt;
|
|
15270
15270
|
if (Ct = zs(Vt), !Ct)
|
|
15271
|
-
return gt ? null : It ?
|
|
15271
|
+
return gt ? null : It ? M : "";
|
|
15272
15272
|
}
|
|
15273
|
-
Ct &&
|
|
15273
|
+
Ct && O && te(Ct.firstChild);
|
|
15274
15274
|
for (var fi = Le(tt ? Vt : Ct); fe = fi.nextNode(); )
|
|
15275
15275
|
fe.nodeType === 3 && fe === Te || Ue(fe) || (fe.content instanceof r && di(fe.content), bi(fe), Te = fe);
|
|
15276
15276
|
if (Te = null, tt)
|
|
@@ -16123,7 +16123,7 @@ function SV(t) {
|
|
|
16123
16123
|
return kV(Nu("", null, null, null, [""], t = _V(t), 0, [0], t));
|
|
16124
16124
|
}
|
|
16125
16125
|
function Nu(t, e, i, n, r, s, o, a, l) {
|
|
16126
|
-
for (var u = 0, h = 0, d = o, f = 0, p = 0, m = 0, g = 1, v = 1, x = 1, b = 0, T = "", k = r,
|
|
16126
|
+
for (var u = 0, h = 0, d = o, f = 0, p = 0, m = 0, g = 1, v = 1, x = 1, b = 0, T = "", k = r, M = s, L = n, B = T; v; )
|
|
16127
16127
|
switch (m = b, b = Yn()) {
|
|
16128
16128
|
case 40:
|
|
16129
16129
|
if (m != 108 && na(B, d - 1) == 58) {
|
|
@@ -16169,9 +16169,9 @@ function Nu(t, e, i, n, r, s, o, a, l) {
|
|
|
16169
16169
|
case 59:
|
|
16170
16170
|
B += ";";
|
|
16171
16171
|
default:
|
|
16172
|
-
if (pu(
|
|
16172
|
+
if (pu(L = sy(B, e, i, u, h, r, a, T, k = [], M = [], d, s), s), b === 123)
|
|
16173
16173
|
if (h === 0)
|
|
16174
|
-
Nu(B, e,
|
|
16174
|
+
Nu(B, e, L, L, k, s, d, a, M);
|
|
16175
16175
|
else {
|
|
16176
16176
|
switch (f) {
|
|
16177
16177
|
case 99:
|
|
@@ -16184,7 +16184,7 @@ function Nu(t, e, i, n, r, s, o, a, l) {
|
|
|
16184
16184
|
case 109:
|
|
16185
16185
|
case 115:
|
|
16186
16186
|
}
|
|
16187
|
-
h ? Nu(t,
|
|
16187
|
+
h ? Nu(t, L, L, n && pu(sy(t, L, L, 0, 0, r, a, T, r, k = [], d, M), M), r, M, d, a, n ? k : M) : Nu(B, L, L, L, [""], M, 0, a, M);
|
|
16188
16188
|
}
|
|
16189
16189
|
}
|
|
16190
16190
|
u = h = p = 0, g = x = 1, T = B = "", d = o;
|
|
@@ -16991,8 +16991,8 @@ function fW(t, e, i, n, r, s) {
|
|
|
16991
16991
|
v || (v = f == "constructor");
|
|
16992
16992
|
}
|
|
16993
16993
|
if (g && !v) {
|
|
16994
|
-
var k = t.constructor,
|
|
16995
|
-
k !=
|
|
16994
|
+
var k = t.constructor, M = e.constructor;
|
|
16995
|
+
k != M && "constructor" in t && "constructor" in e && !(typeof k == "function" && k instanceof k && typeof M == "function" && M instanceof M) && (g = !1);
|
|
16996
16996
|
}
|
|
16997
16997
|
return s.delete(t), s.delete(e), g;
|
|
16998
16998
|
}
|
|
@@ -19380,8 +19380,8 @@ function Cr(t, e, i) {
|
|
|
19380
19380
|
p && s.push(p);
|
|
19381
19381
|
}
|
|
19382
19382
|
return s.length ? (s.length > 1 && s.sort(function(m, g) {
|
|
19383
|
-
var v = m.x - i.x, x = m.y - i.y, b = Math.sqrt(v * v + x * x), T = g.x - i.x, k = g.y - i.y,
|
|
19384
|
-
return b <
|
|
19383
|
+
var v = m.x - i.x, x = m.y - i.y, b = Math.sqrt(v * v + x * x), T = g.x - i.x, k = g.y - i.y, M = Math.sqrt(T * T + k * k);
|
|
19384
|
+
return b < M ? -1 : b === M ? 0 : 1;
|
|
19385
19385
|
}), s[0]) : (console.log("NO INTERSECTION FOUND, RETURN NODE CENTER", t), t);
|
|
19386
19386
|
}
|
|
19387
19387
|
function Pp(t, e) {
|
|
@@ -24301,11 +24301,11 @@ const hx = function(t, e, i, n) {
|
|
|
24301
24301
|
throw new Error(`Diagram ${t} not found.`);
|
|
24302
24302
|
};
|
|
24303
24303
|
var Vf = function() {
|
|
24304
|
-
var t = function(
|
|
24305
|
-
for (I = I || {}, E =
|
|
24304
|
+
var t = function(R, C, I, E) {
|
|
24305
|
+
for (I = I || {}, E = R.length; E--; I[R[E]] = C)
|
|
24306
24306
|
;
|
|
24307
24307
|
return I;
|
|
24308
|
-
}, e = [1, 4], i = [1, 7], n = [1, 5], r = [1, 9], s = [1, 6], o = [2, 6], a = [1, 16], l = [6, 8, 14, 20, 22, 24, 25, 27, 29, 32, 37, 40, 50, 55], u = [8, 14, 20, 22, 24, 25, 27, 29, 32, 37, 40], h = [8, 13, 14, 20, 22, 24, 25, 27, 29, 32, 37, 40], d = [1, 26], f = [6, 8, 14, 50, 55], p = [8, 14, 55], m = [1, 53], g = [1, 52], v = [8, 14, 30, 33, 35, 38, 55], x = [1, 67], b = [1, 68], T = [1, 69], k = [8, 14, 33, 35, 42, 55],
|
|
24308
|
+
}, e = [1, 4], i = [1, 7], n = [1, 5], r = [1, 9], s = [1, 6], o = [2, 6], a = [1, 16], l = [6, 8, 14, 20, 22, 24, 25, 27, 29, 32, 37, 40, 50, 55], u = [8, 14, 20, 22, 24, 25, 27, 29, 32, 37, 40], h = [8, 13, 14, 20, 22, 24, 25, 27, 29, 32, 37, 40], d = [1, 26], f = [6, 8, 14, 50, 55], p = [8, 14, 55], m = [1, 53], g = [1, 52], v = [8, 14, 30, 33, 35, 38, 55], x = [1, 67], b = [1, 68], T = [1, 69], k = [8, 14, 33, 35, 42, 55], M = {
|
|
24309
24309
|
trace: function() {
|
|
24310
24310
|
},
|
|
24311
24311
|
yy: {},
|
|
@@ -24663,7 +24663,7 @@ var Vf = function() {
|
|
|
24663
24663
|
var It;
|
|
24664
24664
|
return It = w.pop() || Z.lex() || lt, typeof It != "number" && (It instanceof Array && (w = It, It = w.pop()), It = I.symbols_[It] || It), It;
|
|
24665
24665
|
}
|
|
24666
|
-
for (var Y, X, H, U, D = {}, P, j,
|
|
24666
|
+
for (var Y, X, H, U, D = {}, P, j, O, gt; ; ) {
|
|
24667
24667
|
if (X = E[E.length - 1], this.defaultActions[X] ? H = this.defaultActions[X] : ((Y === null || typeof Y > "u") && (Y = Et()), H = F[X] && F[X][Y]), typeof H > "u" || !H.length || !H[0]) {
|
|
24668
24668
|
var S = "";
|
|
24669
24669
|
gt = [];
|
|
@@ -24704,7 +24704,7 @@ Expecting ` + gt.join(", ") + ", got '" + (this.terminals_[Y] || Y) + "'" : S =
|
|
|
24704
24704
|
y
|
|
24705
24705
|
].concat(ct)), typeof U < "u")
|
|
24706
24706
|
return U;
|
|
24707
|
-
j && (E = E.slice(0, -1 * j * 2), A = A.slice(0, -1 * j), y = y.slice(0, -1 * j)), E.push(this.productions_[H[1]][0]), A.push(D.$), y.push(D._$),
|
|
24707
|
+
j && (E = E.slice(0, -1 * j * 2), A = A.slice(0, -1 * j), y = y.slice(0, -1 * j)), E.push(this.productions_[H[1]][0]), A.push(D.$), y.push(D._$), O = F[E[E.length - 2]][E[E.length - 1]], E.push(O);
|
|
24708
24708
|
break;
|
|
24709
24709
|
case 3:
|
|
24710
24710
|
return !0;
|
|
@@ -24712,8 +24712,8 @@ Expecting ` + gt.join(", ") + ", got '" + (this.terminals_[Y] || Y) + "'" : S =
|
|
|
24712
24712
|
}
|
|
24713
24713
|
return !0;
|
|
24714
24714
|
}
|
|
24715
|
-
},
|
|
24716
|
-
var
|
|
24715
|
+
}, L = /* @__PURE__ */ function() {
|
|
24716
|
+
var R = {
|
|
24717
24717
|
EOF: 1,
|
|
24718
24718
|
parseError: function(I, E) {
|
|
24719
24719
|
if (this.yy.parser)
|
|
@@ -24981,13 +24981,13 @@ Expecting ` + gt.join(", ") + ", got '" + (this.terminals_[Y] || Y) + "'" : S =
|
|
|
24981
24981
|
rules: [/^(?:%%\{)/i, /^(?:((?:(?!\}%%)[^:.])*))/i, /^(?::)/i, /^(?:\}%%)/i, /^(?:((?:(?!\}%%).|\n)*))/i, /^(?:accTitle\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*\{\s*)/i, /^(?:[\}])/i, /^(?:[^\}]*)/i, /^(?:(\r?\n)+)/i, /^(?:#[^\n]*)/i, /^(?:%[^\n]*)/i, /^(?:gitGraph\b)/i, /^(?:commit(?=\s|$))/i, /^(?:id:)/i, /^(?:type:)/i, /^(?:msg:)/i, /^(?:NORMAL\b)/i, /^(?:REVERSE\b)/i, /^(?:HIGHLIGHT\b)/i, /^(?:tag:)/i, /^(?:branch(?=\s|$))/i, /^(?:order:)/i, /^(?:merge(?=\s|$))/i, /^(?:cherry-pick(?=\s|$))/i, /^(?:checkout(?=\s|$))/i, /^(?:LR\b)/i, /^(?:BT\b)/i, /^(?::)/i, /^(?:\^)/i, /^(?:options\r?\n)/i, /^(?:[ \r\n\t]+end\b)/i, /^(?:[\s\S]+(?=[ \r\n\t]+end))/i, /^(?:["]["])/i, /^(?:["])/i, /^(?:["])/i, /^(?:[^"]*)/i, /^(?:[0-9]+(?=\s|$))/i, /^(?:\w([-\./\w]*[-\w])?)/i, /^(?:$)/i, /^(?:\s+)/i],
|
|
24982
24982
|
conditions: { acc_descr_multiline: { rules: [10, 11], inclusive: !1 }, acc_descr: { rules: [8], inclusive: !1 }, acc_title: { rules: [6], inclusive: !1 }, close_directive: { rules: [], inclusive: !1 }, arg_directive: { rules: [3, 4], inclusive: !1 }, type_directive: { rules: [2, 3], inclusive: !1 }, open_directive: { rules: [1], inclusive: !1 }, options: { rules: [34, 35], inclusive: !1 }, string: { rules: [38, 39], inclusive: !1 }, INITIAL: { rules: [0, 5, 7, 9, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 36, 37, 40, 41, 42, 43], inclusive: !0 } }
|
|
24983
24983
|
};
|
|
24984
|
-
return
|
|
24984
|
+
return R;
|
|
24985
24985
|
}();
|
|
24986
|
-
|
|
24986
|
+
M.lexer = L;
|
|
24987
24987
|
function B() {
|
|
24988
24988
|
this.yy = {};
|
|
24989
24989
|
}
|
|
24990
|
-
return B.prototype =
|
|
24990
|
+
return B.prototype = M, M.Parser = B, new B();
|
|
24991
24991
|
}();
|
|
24992
24992
|
Vf.parser = Vf;
|
|
24993
24993
|
const QK = Vf, ZK = (t) => t.match(/^\s*gitGraph/) !== null;
|
|
@@ -25531,7 +25531,7 @@ var Xh = function() {
|
|
|
25531
25531
|
for (Q = Q || {}, dt = _t.length; dt--; Q[_t[dt]] = ft)
|
|
25532
25532
|
;
|
|
25533
25533
|
return Q;
|
|
25534
|
-
}, e = [1, 6], i = [1, 7], n = [1, 8], r = [1, 9], s = [1, 16], o = [1, 11], a = [1, 12], l = [1, 13], u = [1, 14], h = [1, 15], d = [1, 27], f = [1, 33], p = [1, 34], m = [1, 35], g = [1, 36], v = [1, 37], x = [1, 72], b = [1, 73], T = [1, 74], k = [1, 75],
|
|
25534
|
+
}, e = [1, 6], i = [1, 7], n = [1, 8], r = [1, 9], s = [1, 16], o = [1, 11], a = [1, 12], l = [1, 13], u = [1, 14], h = [1, 15], d = [1, 27], f = [1, 33], p = [1, 34], m = [1, 35], g = [1, 36], v = [1, 37], x = [1, 72], b = [1, 73], T = [1, 74], k = [1, 75], M = [1, 76], L = [1, 77], B = [1, 78], R = [1, 38], C = [1, 39], I = [1, 40], E = [1, 41], w = [1, 42], A = [1, 43], y = [1, 44], F = [1, 45], _ = [1, 46], z = [1, 47], mt = [1, 48], et = [1, 49], lt = [1, 50], ct = [1, 51], Z = [1, 52], st = [1, 53], yt = [1, 54], pt = [1, 55], W = [1, 56], Et = [1, 57], Y = [1, 59], X = [1, 60], H = [1, 61], U = [1, 62], D = [1, 63], P = [1, 64], j = [1, 65], O = [1, 66], gt = [1, 67], S = [1, 68], It = [1, 69], it = [24, 52], St = [24, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], V = [15, 24, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], K = [1, 94], tt = [1, 95], nt = [1, 96], J = [1, 97], vt = [15, 24, 52], jt = [7, 8, 9, 10, 18, 22, 25, 26, 27, 28], Yt = [15, 24, 43, 52], Rt = [15, 24, 43, 52, 86, 87, 89, 90], Mt = [15, 43], Pt = [44, 46, 47, 48, 49, 50, 51, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], $t = {
|
|
25535
25535
|
trace: function() {
|
|
25536
25536
|
},
|
|
25537
25537
|
yy: {},
|
|
@@ -25718,7 +25718,7 @@ var Xh = function() {
|
|
|
25718
25718
|
break;
|
|
25719
25719
|
}
|
|
25720
25720
|
},
|
|
25721
|
-
table: [{ 3: 1, 4: 2, 5: 3, 6: 4, 7: e, 8: i, 9: n, 10: r, 11: 5, 12: 10, 18: s, 22: o, 25: a, 26: l, 27: u, 28: h }, { 1: [3] }, { 1: [2, 1] }, { 1: [2, 2] }, { 3: 17, 4: 2, 5: 3, 6: 4, 7: e, 8: i, 9: n, 10: r, 11: 5, 12: 10, 18: s, 22: o, 25: a, 26: l, 27: u, 28: h }, { 1: [2, 8] }, { 1: [2, 4] }, { 1: [2, 5] }, { 1: [2, 6] }, { 1: [2, 7] }, { 13: 18, 19: [1, 19] }, { 15: [1, 20] }, { 15: [1, 21] }, { 15: [1, 22] }, { 15: [1, 23] }, { 15: [1, 24] }, { 19: [2, 11] }, { 1: [2, 3] }, { 14: 25, 16: [1, 26], 21: d }, t([16, 21], [2, 12]), { 23: 28, 29: 29, 30: 30, 31: 31, 32: f, 33: p, 34: m, 36: g, 38: v, 39: 58, 40: 70, 42: 71, 44: x, 46: b, 47: T, 48: k, 49:
|
|
25721
|
+
table: [{ 3: 1, 4: 2, 5: 3, 6: 4, 7: e, 8: i, 9: n, 10: r, 11: 5, 12: 10, 18: s, 22: o, 25: a, 26: l, 27: u, 28: h }, { 1: [3] }, { 1: [2, 1] }, { 1: [2, 2] }, { 3: 17, 4: 2, 5: 3, 6: 4, 7: e, 8: i, 9: n, 10: r, 11: 5, 12: 10, 18: s, 22: o, 25: a, 26: l, 27: u, 28: h }, { 1: [2, 8] }, { 1: [2, 4] }, { 1: [2, 5] }, { 1: [2, 6] }, { 1: [2, 7] }, { 13: 18, 19: [1, 19] }, { 15: [1, 20] }, { 15: [1, 21] }, { 15: [1, 22] }, { 15: [1, 23] }, { 15: [1, 24] }, { 19: [2, 11] }, { 1: [2, 3] }, { 14: 25, 16: [1, 26], 21: d }, t([16, 21], [2, 12]), { 23: 28, 29: 29, 30: 30, 31: 31, 32: f, 33: p, 34: m, 36: g, 38: v, 39: 58, 40: 70, 42: 71, 44: x, 46: b, 47: T, 48: k, 49: M, 50: L, 51: B, 53: 32, 54: R, 55: C, 56: I, 57: E, 58: w, 59: A, 60: y, 61: F, 62: _, 63: z, 64: mt, 65: et, 66: lt, 67: ct, 68: Z, 69: st, 70: yt, 71: pt, 72: W, 73: Et, 74: Y, 75: X, 76: H, 77: U, 78: D, 79: P, 80: j, 81: O, 82: gt, 83: S, 84: It }, { 23: 79, 29: 29, 30: 30, 31: 31, 32: f, 33: p, 34: m, 36: g, 38: v, 39: 58, 40: 70, 42: 71, 44: x, 46: b, 47: T, 48: k, 49: M, 50: L, 51: B, 53: 32, 54: R, 55: C, 56: I, 57: E, 58: w, 59: A, 60: y, 61: F, 62: _, 63: z, 64: mt, 65: et, 66: lt, 67: ct, 68: Z, 69: st, 70: yt, 71: pt, 72: W, 73: Et, 74: Y, 75: X, 76: H, 77: U, 78: D, 79: P, 80: j, 81: O, 82: gt, 83: S, 84: It }, { 23: 80, 29: 29, 30: 30, 31: 31, 32: f, 33: p, 34: m, 36: g, 38: v, 39: 58, 40: 70, 42: 71, 44: x, 46: b, 47: T, 48: k, 49: M, 50: L, 51: B, 53: 32, 54: R, 55: C, 56: I, 57: E, 58: w, 59: A, 60: y, 61: F, 62: _, 63: z, 64: mt, 65: et, 66: lt, 67: ct, 68: Z, 69: st, 70: yt, 71: pt, 72: W, 73: Et, 74: Y, 75: X, 76: H, 77: U, 78: D, 79: P, 80: j, 81: O, 82: gt, 83: S, 84: It }, { 23: 81, 29: 29, 30: 30, 31: 31, 32: f, 33: p, 34: m, 36: g, 38: v, 39: 58, 40: 70, 42: 71, 44: x, 46: b, 47: T, 48: k, 49: M, 50: L, 51: B, 53: 32, 54: R, 55: C, 56: I, 57: E, 58: w, 59: A, 60: y, 61: F, 62: _, 63: z, 64: mt, 65: et, 66: lt, 67: ct, 68: Z, 69: st, 70: yt, 71: pt, 72: W, 73: Et, 74: Y, 75: X, 76: H, 77: U, 78: D, 79: P, 80: j, 81: O, 82: gt, 83: S, 84: It }, { 23: 82, 29: 29, 30: 30, 31: 31, 32: f, 33: p, 34: m, 36: g, 38: v, 39: 58, 40: 70, 42: 71, 44: x, 46: b, 47: T, 48: k, 49: M, 50: L, 51: B, 53: 32, 54: R, 55: C, 56: I, 57: E, 58: w, 59: A, 60: y, 61: F, 62: _, 63: z, 64: mt, 65: et, 66: lt, 67: ct, 68: Z, 69: st, 70: yt, 71: pt, 72: W, 73: Et, 74: Y, 75: X, 76: H, 77: U, 78: D, 79: P, 80: j, 81: O, 82: gt, 83: S, 84: It }, { 15: [1, 83] }, { 17: 84, 20: [1, 85] }, { 15: [2, 14] }, { 24: [1, 86] }, t(it, [2, 20], { 53: 32, 39: 58, 40: 70, 42: 71, 30: 87, 44: x, 46: b, 47: T, 48: k, 49: M, 50: L, 51: B, 54: R, 55: C, 56: I, 57: E, 58: w, 59: A, 60: y, 61: F, 62: _, 63: z, 64: mt, 65: et, 66: lt, 67: ct, 68: Z, 69: st, 70: yt, 71: pt, 72: W, 73: Et, 74: Y, 75: X, 76: H, 77: U, 78: D, 79: P, 80: j, 81: O, 82: gt, 83: S, 84: It }), t(it, [2, 21]), t(St, [2, 23], { 15: [1, 88] }), t(it, [2, 43], { 15: [1, 89] }), t(V, [2, 26]), t(V, [2, 27]), { 35: [1, 90] }, { 37: [1, 91] }, t(V, [2, 30]), { 45: 92, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 98, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 99, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 100, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 101, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 102, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 103, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 104, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 105, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 106, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 107, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 108, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 109, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 110, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 111, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 112, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 113, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 114, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 115, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 116, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, t(vt, [2, 66]), { 45: 117, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 118, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 119, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 120, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 121, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 122, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 123, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 124, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 125, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 126, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 127, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 30: 128, 39: 58, 40: 70, 42: 71, 44: x, 46: b, 47: T, 48: k, 49: M, 50: L, 51: B, 53: 32, 54: R, 55: C, 56: I, 57: E, 58: w, 59: A, 60: y, 61: F, 62: _, 63: z, 64: mt, 65: et, 66: lt, 67: ct, 68: Z, 69: st, 70: yt, 71: pt, 72: W, 73: Et, 74: Y, 75: X, 76: H, 77: U, 78: D, 79: P, 80: j, 81: O, 82: gt, 83: S, 84: It }, { 15: [1, 130], 43: [1, 129] }, { 45: 131, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 132, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 133, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 134, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 135, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 136, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 45: 137, 85: 93, 86: K, 87: tt, 89: nt, 90: J }, { 24: [1, 138] }, { 24: [1, 139] }, { 24: [1, 140] }, { 24: [1, 141] }, t(jt, [2, 9]), { 14: 142, 21: d }, { 21: [2, 13] }, { 1: [2, 15] }, t(it, [2, 22]), t(St, [2, 24], { 31: 31, 29: 143, 32: f, 33: p, 34: m, 36: g, 38: v }), t(it, [2, 44], { 29: 29, 30: 30, 31: 31, 53: 32, 39: 58, 40: 70, 42: 71, 23: 144, 32: f, 33: p, 34: m, 36: g, 38: v, 44: x, 46: b, 47: T, 48: k, 49: M, 50: L, 51: B, 54: R, 55: C, 56: I, 57: E, 58: w, 59: A, 60: y, 61: F, 62: _, 63: z, 64: mt, 65: et, 66: lt, 67: ct, 68: Z, 69: st, 70: yt, 71: pt, 72: W, 73: Et, 74: Y, 75: X, 76: H, 77: U, 78: D, 79: P, 80: j, 81: O, 82: gt, 83: S, 84: It }), t(V, [2, 28]), t(V, [2, 29]), t(vt, [2, 46]), t(Yt, [2, 78], { 85: 93, 45: 145, 86: K, 87: tt, 89: nt, 90: J }), t(Rt, [2, 80]), { 88: [1, 146] }, t(Rt, [2, 82]), t(Rt, [2, 83]), t(vt, [2, 47]), t(vt, [2, 48]), t(vt, [2, 49]), t(vt, [2, 50]), t(vt, [2, 51]), t(vt, [2, 52]), t(vt, [2, 53]), t(vt, [2, 54]), t(vt, [2, 55]), t(vt, [2, 56]), t(vt, [2, 57]), t(vt, [2, 58]), t(vt, [2, 59]), t(vt, [2, 60]), t(vt, [2, 61]), t(vt, [2, 62]), t(vt, [2, 63]), t(vt, [2, 64]), t(vt, [2, 65]), t(vt, [2, 67]), t(vt, [2, 68]), t(vt, [2, 69]), t(vt, [2, 70]), t(vt, [2, 71]), t(vt, [2, 72]), t(vt, [2, 73]), t(vt, [2, 74]), t(vt, [2, 75]), t(vt, [2, 76]), t(vt, [2, 77]), { 41: 147, 52: [1, 148] }, { 15: [1, 149] }, { 43: [1, 150] }, t(Mt, [2, 35]), t(Mt, [2, 36]), t(Mt, [2, 37]), t(Mt, [2, 38]), t(Mt, [2, 39]), t(Mt, [2, 40]), t(Mt, [2, 41]), { 1: [2, 16] }, { 1: [2, 17] }, { 1: [2, 18] }, { 1: [2, 19] }, { 15: [1, 151] }, t(St, [2, 25]), t(it, [2, 45]), t(Yt, [2, 79]), t(Rt, [2, 81]), t(vt, [2, 31]), t(vt, [2, 42]), t(Pt, [2, 32]), t(Pt, [2, 33], { 15: [1, 152] }), t(jt, [2, 10]), t(Pt, [2, 34])],
|
|
25722
25722
|
defaultActions: { 2: [2, 1], 3: [2, 2], 5: [2, 8], 6: [2, 4], 7: [2, 5], 8: [2, 6], 9: [2, 7], 16: [2, 11], 17: [2, 3], 27: [2, 14], 85: [2, 13], 86: [2, 15], 138: [2, 16], 139: [2, 17], 140: [2, 18], 141: [2, 19] },
|
|
25723
25723
|
parseError: function(ft, Q) {
|
|
25724
25724
|
if (Q.recoverable)
|
|
@@ -27135,39 +27135,39 @@ var Wf = function() {
|
|
|
27135
27135
|
for (P = P || {}, j = U.length; j--; P[U[j]] = D)
|
|
27136
27136
|
;
|
|
27137
27137
|
return P;
|
|
27138
|
-
}, e = [1, 3], i = [1, 7], n = [1, 8], r = [1, 9], s = [1, 10], o = [1, 13], a = [1, 12], l = [1, 16, 25], u = [1, 20], h = [1, 32], d = [1, 33], f = [1, 34], p = [1, 36], m = [1, 39], g = [1, 37], v = [1, 38], x = [1, 44], b = [1, 45], T = [1, 40], k = [1, 41],
|
|
27138
|
+
}, e = [1, 3], i = [1, 7], n = [1, 8], r = [1, 9], s = [1, 10], o = [1, 13], a = [1, 12], l = [1, 16, 25], u = [1, 20], h = [1, 32], d = [1, 33], f = [1, 34], p = [1, 36], m = [1, 39], g = [1, 37], v = [1, 38], x = [1, 44], b = [1, 45], T = [1, 40], k = [1, 41], M = [1, 42], L = [1, 43], B = [1, 48], R = [1, 49], C = [1, 50], I = [1, 51], E = [16, 25], w = [1, 65], A = [1, 66], y = [1, 67], F = [1, 68], _ = [1, 69], z = [1, 70], mt = [1, 71], et = [1, 80], lt = [16, 25, 32, 45, 46, 54, 60, 61, 62, 63, 64, 65, 66, 71, 73], ct = [16, 25, 30, 32, 45, 46, 50, 54, 60, 61, 62, 63, 64, 65, 66, 71, 73, 88, 89, 90, 91], Z = [5, 8, 9, 10, 11, 16, 19, 23, 25], st = [54, 88, 89, 90, 91], yt = [54, 65, 66, 88, 89, 90, 91], pt = [54, 60, 61, 62, 63, 64, 88, 89, 90, 91], W = [16, 25, 32], Et = [1, 107], Y = {
|
|
27139
27139
|
trace: function() {
|
|
27140
27140
|
},
|
|
27141
27141
|
yy: {},
|
|
27142
27142
|
symbols_: { error: 2, start: 3, mermaidDoc: 4, statments: 5, direction: 6, directive: 7, direction_tb: 8, direction_bt: 9, direction_rl: 10, direction_lr: 11, graphConfig: 12, openDirective: 13, typeDirective: 14, closeDirective: 15, NEWLINE: 16, ":": 17, argDirective: 18, open_directive: 19, type_directive: 20, arg_directive: 21, close_directive: 22, CLASS_DIAGRAM: 23, statements: 24, EOF: 25, statement: 26, className: 27, alphaNumToken: 28, classLiteralName: 29, GENERICTYPE: 30, relationStatement: 31, LABEL: 32, classStatement: 33, methodStatement: 34, annotationStatement: 35, clickStatement: 36, cssClassStatement: 37, noteStatement: 38, acc_title: 39, acc_title_value: 40, acc_descr: 41, acc_descr_value: 42, acc_descr_multiline_value: 43, CLASS: 44, STYLE_SEPARATOR: 45, STRUCT_START: 46, members: 47, STRUCT_STOP: 48, ANNOTATION_START: 49, ANNOTATION_END: 50, MEMBER: 51, SEPARATOR: 52, relation: 53, STR: 54, NOTE_FOR: 55, noteText: 56, NOTE: 57, relationType: 58, lineType: 59, AGGREGATION: 60, EXTENSION: 61, COMPOSITION: 62, DEPENDENCY: 63, LOLLIPOP: 64, LINE: 65, DOTTED_LINE: 66, CALLBACK: 67, LINK: 68, LINK_TARGET: 69, CLICK: 70, CALLBACK_NAME: 71, CALLBACK_ARGS: 72, HREF: 73, CSSCLASS: 74, commentToken: 75, textToken: 76, graphCodeTokens: 77, textNoTagsToken: 78, TAGSTART: 79, TAGEND: 80, "==": 81, "--": 82, PCT: 83, DEFAULT: 84, SPACE: 85, MINUS: 86, keywords: 87, UNICODE_TEXT: 88, NUM: 89, ALPHA: 90, BQUOTE_STR: 91, $accept: 0, $end: 1 },
|
|
27143
27143
|
terminals_: { 2: "error", 5: "statments", 8: "direction_tb", 9: "direction_bt", 10: "direction_rl", 11: "direction_lr", 16: "NEWLINE", 17: ":", 19: "open_directive", 20: "type_directive", 21: "arg_directive", 22: "close_directive", 23: "CLASS_DIAGRAM", 25: "EOF", 30: "GENERICTYPE", 32: "LABEL", 39: "acc_title", 40: "acc_title_value", 41: "acc_descr", 42: "acc_descr_value", 43: "acc_descr_multiline_value", 44: "CLASS", 45: "STYLE_SEPARATOR", 46: "STRUCT_START", 48: "STRUCT_STOP", 49: "ANNOTATION_START", 50: "ANNOTATION_END", 51: "MEMBER", 52: "SEPARATOR", 54: "STR", 55: "NOTE_FOR", 57: "NOTE", 60: "AGGREGATION", 61: "EXTENSION", 62: "COMPOSITION", 63: "DEPENDENCY", 64: "LOLLIPOP", 65: "LINE", 66: "DOTTED_LINE", 67: "CALLBACK", 68: "LINK", 69: "LINK_TARGET", 70: "CLICK", 71: "CALLBACK_NAME", 72: "CALLBACK_ARGS", 73: "HREF", 74: "CSSCLASS", 77: "graphCodeTokens", 79: "TAGSTART", 80: "TAGEND", 81: "==", 82: "--", 83: "PCT", 84: "DEFAULT", 85: "SPACE", 86: "MINUS", 87: "keywords", 88: "UNICODE_TEXT", 89: "NUM", 90: "ALPHA", 91: "BQUOTE_STR" },
|
|
27144
27144
|
productions_: [0, [3, 1], [3, 1], [3, 1], [3, 2], [6, 1], [6, 1], [6, 1], [6, 1], [4, 1], [7, 4], [7, 6], [13, 1], [14, 1], [18, 1], [15, 1], [12, 4], [24, 1], [24, 2], [24, 3], [27, 1], [27, 1], [27, 2], [27, 2], [27, 2], [26, 1], [26, 2], [26, 1], [26, 1], [26, 1], [26, 1], [26, 1], [26, 1], [26, 1], [26, 1], [26, 2], [26, 2], [26, 1], [33, 2], [33, 4], [33, 5], [33, 7], [35, 4], [47, 1], [47, 2], [34, 1], [34, 2], [34, 1], [34, 1], [31, 3], [31, 4], [31, 4], [31, 5], [38, 3], [38, 2], [53, 3], [53, 2], [53, 2], [53, 1], [58, 1], [58, 1], [58, 1], [58, 1], [58, 1], [59, 1], [59, 1], [36, 3], [36, 4], [36, 3], [36, 4], [36, 4], [36, 5], [36, 3], [36, 4], [36, 4], [36, 5], [36, 3], [36, 4], [36, 4], [36, 5], [37, 3], [75, 1], [75, 1], [76, 1], [76, 1], [76, 1], [76, 1], [76, 1], [76, 1], [76, 1], [78, 1], [78, 1], [78, 1], [78, 1], [28, 1], [28, 1], [28, 1], [29, 1], [56, 1]],
|
|
27145
|
-
performAction: function(D, P, j,
|
|
27145
|
+
performAction: function(D, P, j, O, gt, S, It) {
|
|
27146
27146
|
var it = S.length - 1;
|
|
27147
27147
|
switch (gt) {
|
|
27148
27148
|
case 5:
|
|
27149
|
-
|
|
27149
|
+
O.setDirection("TB");
|
|
27150
27150
|
break;
|
|
27151
27151
|
case 6:
|
|
27152
|
-
|
|
27152
|
+
O.setDirection("BT");
|
|
27153
27153
|
break;
|
|
27154
27154
|
case 7:
|
|
27155
|
-
|
|
27155
|
+
O.setDirection("RL");
|
|
27156
27156
|
break;
|
|
27157
27157
|
case 8:
|
|
27158
|
-
|
|
27158
|
+
O.setDirection("LR");
|
|
27159
27159
|
break;
|
|
27160
27160
|
case 12:
|
|
27161
|
-
|
|
27161
|
+
O.parseDirective("%%{", "open_directive");
|
|
27162
27162
|
break;
|
|
27163
27163
|
case 13:
|
|
27164
|
-
|
|
27164
|
+
O.parseDirective(S[it], "type_directive");
|
|
27165
27165
|
break;
|
|
27166
27166
|
case 14:
|
|
27167
|
-
S[it] = S[it].trim().replace(/'/g, '"'),
|
|
27167
|
+
S[it] = S[it].trim().replace(/'/g, '"'), O.parseDirective(S[it], "arg_directive");
|
|
27168
27168
|
break;
|
|
27169
27169
|
case 15:
|
|
27170
|
-
|
|
27170
|
+
O.parseDirective("}%%", "close_directive", "class");
|
|
27171
27171
|
break;
|
|
27172
27172
|
case 20:
|
|
27173
27173
|
case 21:
|
|
@@ -27181,32 +27181,32 @@ var Wf = function() {
|
|
|
27181
27181
|
this.$ = S[it - 1] + "~" + S[it];
|
|
27182
27182
|
break;
|
|
27183
27183
|
case 25:
|
|
27184
|
-
|
|
27184
|
+
O.addRelation(S[it]);
|
|
27185
27185
|
break;
|
|
27186
27186
|
case 26:
|
|
27187
|
-
S[it - 1].title =
|
|
27187
|
+
S[it - 1].title = O.cleanupLabel(S[it]), O.addRelation(S[it - 1]);
|
|
27188
27188
|
break;
|
|
27189
27189
|
case 35:
|
|
27190
|
-
this.$ = S[it].trim(),
|
|
27190
|
+
this.$ = S[it].trim(), O.setAccTitle(this.$);
|
|
27191
27191
|
break;
|
|
27192
27192
|
case 36:
|
|
27193
27193
|
case 37:
|
|
27194
|
-
this.$ = S[it].trim(),
|
|
27194
|
+
this.$ = S[it].trim(), O.setAccDescription(this.$);
|
|
27195
27195
|
break;
|
|
27196
27196
|
case 38:
|
|
27197
|
-
|
|
27197
|
+
O.addClass(S[it]);
|
|
27198
27198
|
break;
|
|
27199
27199
|
case 39:
|
|
27200
|
-
|
|
27200
|
+
O.addClass(S[it - 2]), O.setCssClass(S[it - 2], S[it]);
|
|
27201
27201
|
break;
|
|
27202
27202
|
case 40:
|
|
27203
|
-
|
|
27203
|
+
O.addClass(S[it - 3]), O.addMembers(S[it - 3], S[it - 1]);
|
|
27204
27204
|
break;
|
|
27205
27205
|
case 41:
|
|
27206
|
-
|
|
27206
|
+
O.addClass(S[it - 5]), O.setCssClass(S[it - 5], S[it - 3]), O.addMembers(S[it - 5], S[it - 1]);
|
|
27207
27207
|
break;
|
|
27208
27208
|
case 42:
|
|
27209
|
-
|
|
27209
|
+
O.addAnnotation(S[it], S[it - 2]);
|
|
27210
27210
|
break;
|
|
27211
27211
|
case 43:
|
|
27212
27212
|
this.$ = [S[it]];
|
|
@@ -27217,7 +27217,7 @@ var Wf = function() {
|
|
|
27217
27217
|
case 45:
|
|
27218
27218
|
break;
|
|
27219
27219
|
case 46:
|
|
27220
|
-
|
|
27220
|
+
O.addMember(S[it - 1], O.cleanupLabel(S[it]));
|
|
27221
27221
|
break;
|
|
27222
27222
|
case 47:
|
|
27223
27223
|
break;
|
|
@@ -27236,10 +27236,10 @@ var Wf = function() {
|
|
|
27236
27236
|
this.$ = { id1: S[it - 4], id2: S[it], relation: S[it - 2], relationTitle1: S[it - 3], relationTitle2: S[it - 1] };
|
|
27237
27237
|
break;
|
|
27238
27238
|
case 53:
|
|
27239
|
-
|
|
27239
|
+
O.addNote(S[it], S[it - 1]);
|
|
27240
27240
|
break;
|
|
27241
27241
|
case 54:
|
|
27242
|
-
|
|
27242
|
+
O.addNote(S[it]);
|
|
27243
27243
|
break;
|
|
27244
27244
|
case 55:
|
|
27245
27245
|
this.$ = { type1: S[it - 2], type2: S[it], lineType: S[it - 1] };
|
|
@@ -27254,64 +27254,64 @@ var Wf = function() {
|
|
|
27254
27254
|
this.$ = { type1: "none", type2: "none", lineType: S[it] };
|
|
27255
27255
|
break;
|
|
27256
27256
|
case 59:
|
|
27257
|
-
this.$ =
|
|
27257
|
+
this.$ = O.relationType.AGGREGATION;
|
|
27258
27258
|
break;
|
|
27259
27259
|
case 60:
|
|
27260
|
-
this.$ =
|
|
27260
|
+
this.$ = O.relationType.EXTENSION;
|
|
27261
27261
|
break;
|
|
27262
27262
|
case 61:
|
|
27263
|
-
this.$ =
|
|
27263
|
+
this.$ = O.relationType.COMPOSITION;
|
|
27264
27264
|
break;
|
|
27265
27265
|
case 62:
|
|
27266
|
-
this.$ =
|
|
27266
|
+
this.$ = O.relationType.DEPENDENCY;
|
|
27267
27267
|
break;
|
|
27268
27268
|
case 63:
|
|
27269
|
-
this.$ =
|
|
27269
|
+
this.$ = O.relationType.LOLLIPOP;
|
|
27270
27270
|
break;
|
|
27271
27271
|
case 64:
|
|
27272
|
-
this.$ =
|
|
27272
|
+
this.$ = O.lineType.LINE;
|
|
27273
27273
|
break;
|
|
27274
27274
|
case 65:
|
|
27275
|
-
this.$ =
|
|
27275
|
+
this.$ = O.lineType.DOTTED_LINE;
|
|
27276
27276
|
break;
|
|
27277
27277
|
case 66:
|
|
27278
27278
|
case 72:
|
|
27279
|
-
this.$ = S[it - 2],
|
|
27279
|
+
this.$ = S[it - 2], O.setClickEvent(S[it - 1], S[it]);
|
|
27280
27280
|
break;
|
|
27281
27281
|
case 67:
|
|
27282
27282
|
case 73:
|
|
27283
|
-
this.$ = S[it - 3],
|
|
27283
|
+
this.$ = S[it - 3], O.setClickEvent(S[it - 2], S[it - 1]), O.setTooltip(S[it - 2], S[it]);
|
|
27284
27284
|
break;
|
|
27285
27285
|
case 68:
|
|
27286
27286
|
case 76:
|
|
27287
|
-
this.$ = S[it - 2],
|
|
27287
|
+
this.$ = S[it - 2], O.setLink(S[it - 1], S[it]);
|
|
27288
27288
|
break;
|
|
27289
27289
|
case 69:
|
|
27290
|
-
this.$ = S[it - 3],
|
|
27290
|
+
this.$ = S[it - 3], O.setLink(S[it - 2], S[it - 1], S[it]);
|
|
27291
27291
|
break;
|
|
27292
27292
|
case 70:
|
|
27293
27293
|
case 78:
|
|
27294
|
-
this.$ = S[it - 3],
|
|
27294
|
+
this.$ = S[it - 3], O.setLink(S[it - 2], S[it - 1]), O.setTooltip(S[it - 2], S[it]);
|
|
27295
27295
|
break;
|
|
27296
27296
|
case 71:
|
|
27297
27297
|
case 79:
|
|
27298
|
-
this.$ = S[it - 4],
|
|
27298
|
+
this.$ = S[it - 4], O.setLink(S[it - 3], S[it - 2], S[it]), O.setTooltip(S[it - 3], S[it - 1]);
|
|
27299
27299
|
break;
|
|
27300
27300
|
case 74:
|
|
27301
|
-
this.$ = S[it - 3],
|
|
27301
|
+
this.$ = S[it - 3], O.setClickEvent(S[it - 2], S[it - 1], S[it]);
|
|
27302
27302
|
break;
|
|
27303
27303
|
case 75:
|
|
27304
|
-
this.$ = S[it - 4],
|
|
27304
|
+
this.$ = S[it - 4], O.setClickEvent(S[it - 3], S[it - 2], S[it - 1]), O.setTooltip(S[it - 3], S[it]);
|
|
27305
27305
|
break;
|
|
27306
27306
|
case 77:
|
|
27307
|
-
this.$ = S[it - 3],
|
|
27307
|
+
this.$ = S[it - 3], O.setLink(S[it - 2], S[it - 1], S[it]);
|
|
27308
27308
|
break;
|
|
27309
27309
|
case 80:
|
|
27310
|
-
|
|
27310
|
+
O.setCssClass(S[it - 1], S[it]);
|
|
27311
27311
|
break;
|
|
27312
27312
|
}
|
|
27313
27313
|
},
|
|
27314
|
-
table: [{ 3: 1, 4: 2, 5: e, 6: 4, 7: 5, 8: i, 9: n, 10: r, 11: s, 12: 6, 13: 11, 19: o, 23: a }, { 1: [3] }, { 1: [2, 1] }, { 1: [2, 2] }, { 1: [2, 3] }, { 3: 14, 4: 2, 5: e, 6: 4, 7: 5, 8: i, 9: n, 10: r, 11: s, 12: 6, 13: 11, 19: o, 23: a }, { 1: [2, 9] }, t(l, [2, 5]), t(l, [2, 6]), t(l, [2, 7]), t(l, [2, 8]), { 14: 15, 20: [1, 16] }, { 16: [1, 17] }, { 20: [2, 12] }, { 1: [2, 4] }, { 15: 18, 17: [1, 19], 22: u }, t([17, 22], [2, 13]), { 6: 31, 7: 30, 8: i, 9: n, 10: r, 11: s, 13: 11, 19: o, 24: 21, 26: 22, 27: 35, 28: 46, 29: 47, 31: 23, 33: 24, 34: 25, 35: 26, 36: 27, 37: 28, 38: 29, 39: h, 41: d, 43: f, 44: p, 49: m, 51: g, 52: v, 55: x, 57: b, 67: T, 68: k, 70:
|
|
27314
|
+
table: [{ 3: 1, 4: 2, 5: e, 6: 4, 7: 5, 8: i, 9: n, 10: r, 11: s, 12: 6, 13: 11, 19: o, 23: a }, { 1: [3] }, { 1: [2, 1] }, { 1: [2, 2] }, { 1: [2, 3] }, { 3: 14, 4: 2, 5: e, 6: 4, 7: 5, 8: i, 9: n, 10: r, 11: s, 12: 6, 13: 11, 19: o, 23: a }, { 1: [2, 9] }, t(l, [2, 5]), t(l, [2, 6]), t(l, [2, 7]), t(l, [2, 8]), { 14: 15, 20: [1, 16] }, { 16: [1, 17] }, { 20: [2, 12] }, { 1: [2, 4] }, { 15: 18, 17: [1, 19], 22: u }, t([17, 22], [2, 13]), { 6: 31, 7: 30, 8: i, 9: n, 10: r, 11: s, 13: 11, 19: o, 24: 21, 26: 22, 27: 35, 28: 46, 29: 47, 31: 23, 33: 24, 34: 25, 35: 26, 36: 27, 37: 28, 38: 29, 39: h, 41: d, 43: f, 44: p, 49: m, 51: g, 52: v, 55: x, 57: b, 67: T, 68: k, 70: M, 74: L, 88: B, 89: R, 90: C, 91: I }, { 16: [1, 52] }, { 18: 53, 21: [1, 54] }, { 16: [2, 15] }, { 25: [1, 55] }, { 16: [1, 56], 25: [2, 17] }, t(E, [2, 25], { 32: [1, 57] }), t(E, [2, 27]), t(E, [2, 28]), t(E, [2, 29]), t(E, [2, 30]), t(E, [2, 31]), t(E, [2, 32]), t(E, [2, 33]), t(E, [2, 34]), { 40: [1, 58] }, { 42: [1, 59] }, t(E, [2, 37]), t(E, [2, 45], { 53: 60, 58: 63, 59: 64, 32: [1, 62], 54: [1, 61], 60: w, 61: A, 62: y, 63: F, 64: _, 65: z, 66: mt }), { 27: 72, 28: 46, 29: 47, 88: B, 89: R, 90: C, 91: I }, t(E, [2, 47]), t(E, [2, 48]), { 28: 73, 88: B, 89: R, 90: C }, { 27: 74, 28: 46, 29: 47, 88: B, 89: R, 90: C, 91: I }, { 27: 75, 28: 46, 29: 47, 88: B, 89: R, 90: C, 91: I }, { 27: 76, 28: 46, 29: 47, 88: B, 89: R, 90: C, 91: I }, { 54: [1, 77] }, { 27: 78, 28: 46, 29: 47, 88: B, 89: R, 90: C, 91: I }, { 54: et, 56: 79 }, t(lt, [2, 20], { 28: 46, 29: 47, 27: 81, 30: [1, 82], 88: B, 89: R, 90: C, 91: I }), t(lt, [2, 21], { 30: [1, 83] }), t(ct, [2, 94]), t(ct, [2, 95]), t(ct, [2, 96]), t([16, 25, 30, 32, 45, 46, 54, 60, 61, 62, 63, 64, 65, 66, 71, 73], [2, 97]), t(Z, [2, 10]), { 15: 84, 22: u }, { 22: [2, 14] }, { 1: [2, 16] }, { 6: 31, 7: 30, 8: i, 9: n, 10: r, 11: s, 13: 11, 19: o, 24: 85, 25: [2, 18], 26: 22, 27: 35, 28: 46, 29: 47, 31: 23, 33: 24, 34: 25, 35: 26, 36: 27, 37: 28, 38: 29, 39: h, 41: d, 43: f, 44: p, 49: m, 51: g, 52: v, 55: x, 57: b, 67: T, 68: k, 70: M, 74: L, 88: B, 89: R, 90: C, 91: I }, t(E, [2, 26]), t(E, [2, 35]), t(E, [2, 36]), { 27: 86, 28: 46, 29: 47, 54: [1, 87], 88: B, 89: R, 90: C, 91: I }, { 53: 88, 58: 63, 59: 64, 60: w, 61: A, 62: y, 63: F, 64: _, 65: z, 66: mt }, t(E, [2, 46]), { 59: 89, 65: z, 66: mt }, t(st, [2, 58], { 58: 90, 60: w, 61: A, 62: y, 63: F, 64: _ }), t(yt, [2, 59]), t(yt, [2, 60]), t(yt, [2, 61]), t(yt, [2, 62]), t(yt, [2, 63]), t(pt, [2, 64]), t(pt, [2, 65]), t(E, [2, 38], { 45: [1, 91], 46: [1, 92] }), { 50: [1, 93] }, { 54: [1, 94] }, { 54: [1, 95] }, { 71: [1, 96], 73: [1, 97] }, { 28: 98, 88: B, 89: R, 90: C }, { 54: et, 56: 99 }, t(E, [2, 54]), t(E, [2, 98]), t(lt, [2, 22]), t(lt, [2, 23]), t(lt, [2, 24]), { 16: [1, 100] }, { 25: [2, 19] }, t(W, [2, 49]), { 27: 101, 28: 46, 29: 47, 88: B, 89: R, 90: C, 91: I }, { 27: 102, 28: 46, 29: 47, 54: [1, 103], 88: B, 89: R, 90: C, 91: I }, t(st, [2, 57], { 58: 104, 60: w, 61: A, 62: y, 63: F, 64: _ }), t(st, [2, 56]), { 28: 105, 88: B, 89: R, 90: C }, { 47: 106, 51: Et }, { 27: 108, 28: 46, 29: 47, 88: B, 89: R, 90: C, 91: I }, t(E, [2, 66], { 54: [1, 109] }), t(E, [2, 68], { 54: [1, 111], 69: [1, 110] }), t(E, [2, 72], { 54: [1, 112], 72: [1, 113] }), t(E, [2, 76], { 54: [1, 115], 69: [1, 114] }), t(E, [2, 80]), t(E, [2, 53]), t(Z, [2, 11]), t(W, [2, 51]), t(W, [2, 50]), { 27: 116, 28: 46, 29: 47, 88: B, 89: R, 90: C, 91: I }, t(st, [2, 55]), t(E, [2, 39], { 46: [1, 117] }), { 48: [1, 118] }, { 47: 119, 48: [2, 43], 51: Et }, t(E, [2, 42]), t(E, [2, 67]), t(E, [2, 69]), t(E, [2, 70], { 69: [1, 120] }), t(E, [2, 73]), t(E, [2, 74], { 54: [1, 121] }), t(E, [2, 77]), t(E, [2, 78], { 69: [1, 122] }), t(W, [2, 52]), { 47: 123, 51: Et }, t(E, [2, 40]), { 48: [2, 44] }, t(E, [2, 71]), t(E, [2, 75]), t(E, [2, 79]), { 48: [1, 124] }, t(E, [2, 41])],
|
|
27315
27315
|
defaultActions: { 2: [2, 1], 3: [2, 2], 4: [2, 3], 6: [2, 9], 13: [2, 12], 14: [2, 4], 20: [2, 15], 54: [2, 14], 55: [2, 16], 85: [2, 19], 119: [2, 44] },
|
|
27316
27316
|
parseError: function(D, P) {
|
|
27317
27317
|
if (P.recoverable)
|
|
@@ -27322,7 +27322,7 @@ var Wf = function() {
|
|
|
27322
27322
|
}
|
|
27323
27323
|
},
|
|
27324
27324
|
parse: function(D) {
|
|
27325
|
-
var P = this, j = [0],
|
|
27325
|
+
var P = this, j = [0], O = [], gt = [null], S = [], It = this.table, it = "", St = 0, V = 0, K = 2, tt = 1, nt = S.slice.call(arguments, 1), J = Object.create(this.lexer), vt = { yy: {} };
|
|
27326
27326
|
for (var jt in this.yy)
|
|
27327
27327
|
Object.prototype.hasOwnProperty.call(this.yy, jt) && (vt.yy[jt] = this.yy[jt]);
|
|
27328
27328
|
J.setInput(D, vt.yy), vt.yy.lexer = J, vt.yy.parser = this, typeof J.yylloc > "u" && (J.yylloc = {});
|
|
@@ -27332,7 +27332,7 @@ var Wf = function() {
|
|
|
27332
27332
|
typeof vt.yy.parseError == "function" ? this.parseError = vt.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
|
|
27333
27333
|
function Mt() {
|
|
27334
27334
|
var at;
|
|
27335
|
-
return at =
|
|
27335
|
+
return at = O.pop() || J.lex() || tt, typeof at != "number" && (at instanceof Array && (O = at, at = O.pop()), at = P.symbols_[at] || at), at;
|
|
27336
27336
|
}
|
|
27337
27337
|
for (var Pt, $t, Wt, ot, _t = {}, ft, Q, dt, ht; ; ) {
|
|
27338
27338
|
if ($t = j[j.length - 1], this.defaultActions[$t] ? Wt = this.defaultActions[$t] : ((Pt === null || typeof Pt > "u") && (Pt = Mt()), Wt = It[$t] && It[$t][Pt]), typeof Wt > "u" || !Wt.length || !Wt[0]) {
|
|
@@ -27412,14 +27412,14 @@ Expecting ` + ht.join(", ") + ", got '" + (this.terminals_[Pt] || Pt) + "'" : At
|
|
|
27412
27412
|
unput: function(D) {
|
|
27413
27413
|
var P = D.length, j = D.split(/(?:\r\n?|\n)/g);
|
|
27414
27414
|
this._input = D + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - P), this.offset -= P;
|
|
27415
|
-
var
|
|
27415
|
+
var O = this.match.split(/(?:\r\n?|\n)/g);
|
|
27416
27416
|
this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), j.length - 1 && (this.yylineno -= j.length - 1);
|
|
27417
27417
|
var gt = this.yylloc.range;
|
|
27418
27418
|
return this.yylloc = {
|
|
27419
27419
|
first_line: this.yylloc.first_line,
|
|
27420
27420
|
last_line: this.yylineno + 1,
|
|
27421
27421
|
first_column: this.yylloc.first_column,
|
|
27422
|
-
last_column: j ? (j.length ===
|
|
27422
|
+
last_column: j ? (j.length === O.length ? this.yylloc.first_column : 0) + O[O.length - j.length].length - j[0].length : this.yylloc.first_column - P
|
|
27423
27423
|
}, this.options.ranges && (this.yylloc.range = [gt[0], gt[0] + this.yyleng - P]), this.yyleng = this.yytext.length, this;
|
|
27424
27424
|
},
|
|
27425
27425
|
// When called from action, caches matched text and appends it on next action
|
|
@@ -27461,7 +27461,7 @@ Expecting ` + ht.join(", ") + ", got '" + (this.terminals_[Pt] || Pt) + "'" : At
|
|
|
27461
27461
|
},
|
|
27462
27462
|
// test the lexed token: return FALSE when not a match, otherwise return token
|
|
27463
27463
|
test_match: function(D, P) {
|
|
27464
|
-
var j,
|
|
27464
|
+
var j, O, gt;
|
|
27465
27465
|
if (this.options.backtrack_lexer && (gt = {
|
|
27466
27466
|
yylineno: this.yylineno,
|
|
27467
27467
|
yylloc: {
|
|
@@ -27481,11 +27481,11 @@ Expecting ` + ht.join(", ") + ", got '" + (this.terminals_[Pt] || Pt) + "'" : At
|
|
|
27481
27481
|
yy: this.yy,
|
|
27482
27482
|
conditionStack: this.conditionStack.slice(0),
|
|
27483
27483
|
done: this.done
|
|
27484
|
-
}, this.options.ranges && (gt.yylloc.range = this.yylloc.range.slice(0))),
|
|
27484
|
+
}, this.options.ranges && (gt.yylloc.range = this.yylloc.range.slice(0))), O = D[0].match(/(?:\r\n?|\n).*/g), O && (this.yylineno += O.length), this.yylloc = {
|
|
27485
27485
|
first_line: this.yylloc.last_line,
|
|
27486
27486
|
last_line: this.yylineno + 1,
|
|
27487
27487
|
first_column: this.yylloc.last_column,
|
|
27488
|
-
last_column:
|
|
27488
|
+
last_column: O ? O[O.length - 1].length - O[O.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + D[0].length
|
|
27489
27489
|
}, this.yytext += D[0], this.match += D[0], this.matches = D, this.yyleng = this.yytext.length, this.options.ranges && (this.yylloc.range = [this.offset, this.offset += this.yyleng]), this._more = !1, this._backtrack = !1, this._input = this._input.slice(D[0].length), this.matched += D[0], j = this.performAction.call(this, this.yy, this, P, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), j)
|
|
27490
27490
|
return j;
|
|
27491
27491
|
if (this._backtrack) {
|
|
@@ -27500,11 +27500,11 @@ Expecting ` + ht.join(", ") + ", got '" + (this.terminals_[Pt] || Pt) + "'" : At
|
|
|
27500
27500
|
if (this.done)
|
|
27501
27501
|
return this.EOF;
|
|
27502
27502
|
this._input || (this.done = !0);
|
|
27503
|
-
var D, P, j,
|
|
27503
|
+
var D, P, j, O;
|
|
27504
27504
|
this._more || (this.yytext = "", this.match = "");
|
|
27505
27505
|
for (var gt = this._currentRules(), S = 0; S < gt.length; S++)
|
|
27506
27506
|
if (j = this._input.match(this.rules[gt[S]]), j && (!P || j[0].length > P[0].length)) {
|
|
27507
|
-
if (P = j,
|
|
27507
|
+
if (P = j, O = S, this.options.backtrack_lexer) {
|
|
27508
27508
|
if (D = this.test_match(j, gt[S]), D !== !1)
|
|
27509
27509
|
return D;
|
|
27510
27510
|
if (this._backtrack) {
|
|
@@ -27515,7 +27515,7 @@ Expecting ` + ht.join(", ") + ", got '" + (this.terminals_[Pt] || Pt) + "'" : At
|
|
|
27515
27515
|
} else if (!this.options.flex)
|
|
27516
27516
|
break;
|
|
27517
27517
|
}
|
|
27518
|
-
return P ? (D = this.test_match(P, gt[
|
|
27518
|
+
return P ? (D = this.test_match(P, gt[O]), D !== !1 ? D : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
|
|
27519
27519
|
` + this.showPosition(), {
|
|
27520
27520
|
text: "",
|
|
27521
27521
|
token: null,
|
|
@@ -27553,8 +27553,8 @@ Expecting ` + ht.join(", ") + ", got '" + (this.terminals_[Pt] || Pt) + "'" : At
|
|
|
27553
27553
|
return this.conditionStack.length;
|
|
27554
27554
|
},
|
|
27555
27555
|
options: {},
|
|
27556
|
-
performAction: function(P, j,
|
|
27557
|
-
switch (
|
|
27556
|
+
performAction: function(P, j, O, gt) {
|
|
27557
|
+
switch (O) {
|
|
27558
27558
|
case 0:
|
|
27559
27559
|
return this.begin("open_directive"), 19;
|
|
27560
27560
|
case 1:
|
|
@@ -27992,28 +27992,28 @@ const YQ = function(t, e, i, n, r) {
|
|
|
27992
27992
|
let a;
|
|
27993
27993
|
e.link ? a = o.append("svg:a").attr("xlink:href", e.link).attr("target", e.linkTarget).append("text").attr("y", i.textHeight + i.padding).attr("x", 0) : a = o.append("text").attr("y", i.textHeight + i.padding).attr("x", 0);
|
|
27994
27994
|
let l = !0;
|
|
27995
|
-
e.annotations.forEach(function(
|
|
27996
|
-
const
|
|
27997
|
-
l ||
|
|
27995
|
+
e.annotations.forEach(function(M) {
|
|
27996
|
+
const L = a.append("tspan").text("«" + M + "»");
|
|
27997
|
+
l || L.attr("dy", i.textHeight), l = !1;
|
|
27998
27998
|
});
|
|
27999
27999
|
let u = e.id;
|
|
28000
28000
|
e.type !== void 0 && e.type !== "" && (u += "<" + e.type + ">");
|
|
28001
28001
|
const h = a.append("tspan").text(u).attr("class", "title");
|
|
28002
28002
|
l || h.attr("dy", i.textHeight);
|
|
28003
28003
|
const d = a.node().getBBox().height, f = o.append("line").attr("x1", 0).attr("y1", i.padding + d + i.dividerMargin / 2).attr("y2", i.padding + d + i.dividerMargin / 2), p = o.append("text").attr("x", i.padding).attr("y", d + i.dividerMargin + i.textHeight).attr("fill", "white").attr("class", "classText");
|
|
28004
|
-
l = !0, e.members.forEach(function(
|
|
28005
|
-
d6(p,
|
|
28004
|
+
l = !0, e.members.forEach(function(M) {
|
|
28005
|
+
d6(p, M, l, i), l = !1;
|
|
28006
28006
|
});
|
|
28007
28007
|
const m = p.node().getBBox(), g = o.append("line").attr("x1", 0).attr("y1", i.padding + d + i.dividerMargin + m.height).attr("y2", i.padding + d + i.dividerMargin + m.height), v = o.append("text").attr("x", i.padding).attr("y", d + 2 * i.dividerMargin + m.height + i.textHeight).attr("fill", "white").attr("class", "classText");
|
|
28008
|
-
l = !0, e.methods.forEach(function(
|
|
28009
|
-
d6(v,
|
|
28008
|
+
l = !0, e.methods.forEach(function(M) {
|
|
28009
|
+
d6(v, M, l, i), l = !1;
|
|
28010
28010
|
});
|
|
28011
28011
|
const x = o.node().getBBox();
|
|
28012
28012
|
var b = " ";
|
|
28013
28013
|
e.cssClasses.length > 0 && (b = b + e.cssClasses.join(" "));
|
|
28014
28014
|
const k = o.insert("rect", ":first-child").attr("x", 0).attr("y", 0).attr("width", x.width + 2 * i.padding).attr("height", x.height + i.padding + 0.5 * i.dividerMargin).attr("class", b).node().getBBox().width;
|
|
28015
|
-
return a.node().childNodes.forEach(function(
|
|
28016
|
-
|
|
28015
|
+
return a.node().childNodes.forEach(function(M) {
|
|
28016
|
+
M.setAttribute("x", (k - M.getBBox().width) / 2);
|
|
28017
28017
|
}), e.tooltip && a.insert("title").text(e.tooltip), f.attr("x2", k), g.attr("x2", k), s.width = k, s.height = x.height + i.padding + 0.5 * i.dividerMargin, s;
|
|
28018
28018
|
}, GQ = function(t, e, i, n) {
|
|
28019
28019
|
N.debug("Rendering note ", e, i);
|
|
@@ -28503,8 +28503,8 @@ function _Z(t, e, i) {
|
|
|
28503
28503
|
p && s.push(p);
|
|
28504
28504
|
}
|
|
28505
28505
|
return s.length ? (s.length > 1 && s.sort(function(m, g) {
|
|
28506
|
-
var v = m.x - i.x, x = m.y - i.y, b = Math.sqrt(v * v + x * x), T = g.x - i.x, k = g.y - i.y,
|
|
28507
|
-
return b <
|
|
28506
|
+
var v = m.x - i.x, x = m.y - i.y, b = Math.sqrt(v * v + x * x), T = g.x - i.x, k = g.y - i.y, M = Math.sqrt(T * T + k * k);
|
|
28507
|
+
return b < M ? -1 : b === M ? 0 : 1;
|
|
28508
28508
|
}), s[0]) : t;
|
|
28509
28509
|
}
|
|
28510
28510
|
const kZ = (t, e) => {
|
|
@@ -28766,8 +28766,8 @@ const NZ = (t, e) => {
|
|
|
28766
28766
|
const m = e.classData.annotations && e.classData.annotations[0], g = e.classData.annotations[0] ? "«" + e.classData.annotations[0] + "»" : "", v = f.node().appendChild(Ki(g, e.labelStyle, !0, !0));
|
|
28767
28767
|
let x = v.getBBox();
|
|
28768
28768
|
if (yi(q().flowchart.htmlLabels)) {
|
|
28769
|
-
const
|
|
28770
|
-
x =
|
|
28769
|
+
const R = v.children[0], C = wt(v);
|
|
28770
|
+
x = R.getBoundingClientRect(), C.attr("width", x.width), C.attr("height", x.height);
|
|
28771
28771
|
}
|
|
28772
28772
|
e.classData.annotations[0] && (d += x.height + n, h += x.width);
|
|
28773
28773
|
let b = e.classData.id;
|
|
@@ -28776,13 +28776,13 @@ const NZ = (t, e) => {
|
|
|
28776
28776
|
wt(T).attr("class", "classTitle");
|
|
28777
28777
|
let k = T.getBBox();
|
|
28778
28778
|
if (yi(q().flowchart.htmlLabels)) {
|
|
28779
|
-
const
|
|
28780
|
-
k =
|
|
28779
|
+
const R = T.children[0], C = wt(T);
|
|
28780
|
+
k = R.getBoundingClientRect(), C.attr("width", k.width), C.attr("height", k.height);
|
|
28781
28781
|
}
|
|
28782
28782
|
d += k.height + n, k.width > h && (h = k.width);
|
|
28783
|
-
const
|
|
28784
|
-
e.classData.members.forEach((
|
|
28785
|
-
const C = t1(
|
|
28783
|
+
const M = [];
|
|
28784
|
+
e.classData.members.forEach((R) => {
|
|
28785
|
+
const C = t1(R);
|
|
28786
28786
|
let I = C.displayText;
|
|
28787
28787
|
q().flowchart.htmlLabels && (I = I.replace(/</g, "<").replace(/>/g, ">"));
|
|
28788
28788
|
const E = f.node().appendChild(
|
|
@@ -28798,11 +28798,11 @@ const NZ = (t, e) => {
|
|
|
28798
28798
|
const A = E.children[0], y = wt(E);
|
|
28799
28799
|
w = A.getBoundingClientRect(), y.attr("width", w.width), y.attr("height", w.height);
|
|
28800
28800
|
}
|
|
28801
|
-
w.width > h && (h = w.width), d += w.height + n,
|
|
28801
|
+
w.width > h && (h = w.width), d += w.height + n, M.push(E);
|
|
28802
28802
|
}), d += r;
|
|
28803
|
-
const
|
|
28804
|
-
if (e.classData.methods.forEach((
|
|
28805
|
-
const C = t1(
|
|
28803
|
+
const L = [];
|
|
28804
|
+
if (e.classData.methods.forEach((R) => {
|
|
28805
|
+
const C = t1(R);
|
|
28806
28806
|
let I = C.displayText;
|
|
28807
28807
|
q().flowchart.htmlLabels && (I = I.replace(/</g, "<").replace(/>/g, ">"));
|
|
28808
28808
|
const E = f.node().appendChild(
|
|
@@ -28818,30 +28818,30 @@ const NZ = (t, e) => {
|
|
|
28818
28818
|
const A = E.children[0], y = wt(E);
|
|
28819
28819
|
w = A.getBoundingClientRect(), y.attr("width", w.width), y.attr("height", w.height);
|
|
28820
28820
|
}
|
|
28821
|
-
w.width > h && (h = w.width), d += w.height + n,
|
|
28821
|
+
w.width > h && (h = w.width), d += w.height + n, L.push(E);
|
|
28822
28822
|
}), d += r, m) {
|
|
28823
|
-
let
|
|
28823
|
+
let R = (h - x.width) / 2;
|
|
28824
28824
|
wt(v).attr(
|
|
28825
28825
|
"transform",
|
|
28826
|
-
"translate( " + (-1 * h / 2 +
|
|
28826
|
+
"translate( " + (-1 * h / 2 + R) + ", " + -1 * d / 2 + ")"
|
|
28827
28827
|
), p = x.height + n;
|
|
28828
28828
|
}
|
|
28829
28829
|
let B = (h - k.width) / 2;
|
|
28830
28830
|
return wt(T).attr(
|
|
28831
28831
|
"transform",
|
|
28832
28832
|
"translate( " + (-1 * h / 2 + B) + ", " + (-1 * d / 2 + p) + ")"
|
|
28833
|
-
), p += k.height + n, l.attr("class", "divider").attr("x1", -h / 2 - i).attr("x2", h / 2 + i).attr("y1", -d / 2 - i + r + p).attr("y2", -d / 2 - i + r + p), p += r,
|
|
28834
|
-
wt(
|
|
28833
|
+
), p += k.height + n, l.attr("class", "divider").attr("x1", -h / 2 - i).attr("x2", h / 2 + i).attr("y1", -d / 2 - i + r + p).attr("y2", -d / 2 - i + r + p), p += r, M.forEach((R) => {
|
|
28834
|
+
wt(R).attr(
|
|
28835
28835
|
"transform",
|
|
28836
28836
|
"translate( " + -h / 2 + ", " + (-1 * d / 2 + p + r / 2) + ")"
|
|
28837
28837
|
), p += k.height + n;
|
|
28838
|
-
}), p += r, u.attr("class", "divider").attr("x1", -h / 2 - i).attr("x2", h / 2 + i).attr("y1", -d / 2 - i + r + p).attr("y2", -d / 2 - i + r + p), p += r,
|
|
28839
|
-
wt(
|
|
28838
|
+
}), p += r, u.attr("class", "divider").attr("x1", -h / 2 - i).attr("x2", h / 2 + i).attr("y1", -d / 2 - i + r + p).attr("y2", -d / 2 - i + r + p), p += r, L.forEach((R) => {
|
|
28839
|
+
wt(R).attr(
|
|
28840
28840
|
"transform",
|
|
28841
28841
|
"translate( " + -h / 2 + ", " + (-1 * d / 2 + p) + ")"
|
|
28842
28842
|
), p += k.height + n;
|
|
28843
|
-
}), a.attr("class", "outer title-state").attr("x", -h / 2 - i).attr("y", -(d / 2) - i).attr("width", h + e.padding).attr("height", d + e.padding), $e(e, a), e.intersect = function(
|
|
28844
|
-
return ze.rect(e,
|
|
28843
|
+
}), a.attr("class", "outer title-state").attr("x", -h / 2 - i).attr("y", -(d / 2) - i).attr("width", h + e.padding).attr("height", d + e.padding), $e(e, a), e.intersect = function(R) {
|
|
28844
|
+
return ze.rect(e, R);
|
|
28845
28845
|
}, o;
|
|
28846
28846
|
}, g6 = {
|
|
28847
28847
|
rhombus: p6,
|
|
@@ -29420,7 +29420,7 @@ var jf = function() {
|
|
|
29420
29420
|
for (A = A || {}, y = E.length; y--; A[E[y]] = w)
|
|
29421
29421
|
;
|
|
29422
29422
|
return A;
|
|
29423
|
-
}, e = [1, 2], i = [1, 5], n = [6, 9, 11, 23, 25, 27, 29, 30, 31, 51], r = [1, 17], s = [1, 18], o = [1, 19], a = [1, 20], l = [1, 21], u = [1, 22], h = [1, 25], d = [1, 30], f = [1, 31], p = [1, 32], m = [1, 33], g = [6, 9, 11, 15, 20, 23, 25, 27, 29, 30, 31, 44, 45, 46, 47, 51], v = [1, 45], x = [30, 31, 48, 49], b = [4, 6, 9, 11, 23, 25, 27, 29, 30, 31, 51], T = [44, 45, 46, 47], k = [22, 37],
|
|
29423
|
+
}, e = [1, 2], i = [1, 5], n = [6, 9, 11, 23, 25, 27, 29, 30, 31, 51], r = [1, 17], s = [1, 18], o = [1, 19], a = [1, 20], l = [1, 21], u = [1, 22], h = [1, 25], d = [1, 30], f = [1, 31], p = [1, 32], m = [1, 33], g = [6, 9, 11, 15, 20, 23, 25, 27, 29, 30, 31, 44, 45, 46, 47, 51], v = [1, 45], x = [30, 31, 48, 49], b = [4, 6, 9, 11, 23, 25, 27, 29, 30, 31, 51], T = [44, 45, 46, 47], k = [22, 37], M = [1, 65], L = [1, 64], B = [22, 37, 39, 41], R = {
|
|
29424
29424
|
trace: function() {
|
|
29425
29425
|
},
|
|
29426
29426
|
yy: {},
|
|
@@ -29540,7 +29540,7 @@ var jf = function() {
|
|
|
29540
29540
|
break;
|
|
29541
29541
|
}
|
|
29542
29542
|
},
|
|
29543
|
-
table: [{ 3: 1, 4: e, 7: 3, 12: 4, 51: i }, { 1: [3] }, t(n, [2, 3], { 5: 6 }), { 3: 7, 4: e, 7: 3, 12: 4, 51: i }, { 13: 8, 52: [1, 9] }, { 52: [2, 44] }, { 6: [1, 10], 7: 15, 8: 11, 9: [1, 12], 10: 13, 11: [1, 14], 12: 4, 17: 16, 23: r, 25: s, 27: o, 29: a, 30: l, 31: u, 51: i }, { 1: [2, 2] }, { 14: 23, 15: [1, 24], 54: h }, t([15, 54], [2, 45]), t(n, [2, 8], { 1: [2, 1] }), t(n, [2, 4]), { 7: 15, 10: 26, 12: 4, 17: 16, 23: r, 25: s, 27: o, 29: a, 30: l, 31: u, 51: i }, t(n, [2, 6]), t(n, [2, 7]), t(n, [2, 11]), t(n, [2, 15], { 18: 27, 42: 29, 20: [1, 28], 44: d, 45: f, 46: p, 47: m }), { 24: [1, 34] }, { 26: [1, 35] }, { 28: [1, 36] }, t(n, [2, 19]), t(g, [2, 20]), t(g, [2, 21]), { 11: [1, 37] }, { 16: 38, 53: [1, 39] }, { 11: [2, 47] }, t(n, [2, 5]), { 17: 40, 30: l, 31: u }, { 21: 41, 22: [1, 42], 32: 43, 33: 44, 37: v }, { 43: 46, 48: [1, 47], 49: [1, 48] }, t(x, [2, 35]), t(x, [2, 36]), t(x, [2, 37]), t(x, [2, 38]), t(n, [2, 16]), t(n, [2, 17]), t(n, [2, 18]), t(b, [2, 9]), { 14: 49, 54: h }, { 54: [2, 46] }, { 15: [1, 50] }, { 22: [1, 51] }, t(n, [2, 14]), { 21: 52, 22: [2, 22], 32: 43, 33: 44, 37: v }, { 34: 53, 37: [1, 54] }, { 37: [2, 28] }, { 42: 55, 44: d, 45: f, 46: p, 47: m }, t(T, [2, 39]), t(T, [2, 40]), { 11: [1, 56] }, { 19: 57, 30: [1, 60], 31: [1, 59], 50: [1, 58] }, t(n, [2, 13]), { 22: [2, 23] }, t(k, [2, 24], { 35: 61, 36: 62, 38: 63, 40:
|
|
29543
|
+
table: [{ 3: 1, 4: e, 7: 3, 12: 4, 51: i }, { 1: [3] }, t(n, [2, 3], { 5: 6 }), { 3: 7, 4: e, 7: 3, 12: 4, 51: i }, { 13: 8, 52: [1, 9] }, { 52: [2, 44] }, { 6: [1, 10], 7: 15, 8: 11, 9: [1, 12], 10: 13, 11: [1, 14], 12: 4, 17: 16, 23: r, 25: s, 27: o, 29: a, 30: l, 31: u, 51: i }, { 1: [2, 2] }, { 14: 23, 15: [1, 24], 54: h }, t([15, 54], [2, 45]), t(n, [2, 8], { 1: [2, 1] }), t(n, [2, 4]), { 7: 15, 10: 26, 12: 4, 17: 16, 23: r, 25: s, 27: o, 29: a, 30: l, 31: u, 51: i }, t(n, [2, 6]), t(n, [2, 7]), t(n, [2, 11]), t(n, [2, 15], { 18: 27, 42: 29, 20: [1, 28], 44: d, 45: f, 46: p, 47: m }), { 24: [1, 34] }, { 26: [1, 35] }, { 28: [1, 36] }, t(n, [2, 19]), t(g, [2, 20]), t(g, [2, 21]), { 11: [1, 37] }, { 16: 38, 53: [1, 39] }, { 11: [2, 47] }, t(n, [2, 5]), { 17: 40, 30: l, 31: u }, { 21: 41, 22: [1, 42], 32: 43, 33: 44, 37: v }, { 43: 46, 48: [1, 47], 49: [1, 48] }, t(x, [2, 35]), t(x, [2, 36]), t(x, [2, 37]), t(x, [2, 38]), t(n, [2, 16]), t(n, [2, 17]), t(n, [2, 18]), t(b, [2, 9]), { 14: 49, 54: h }, { 54: [2, 46] }, { 15: [1, 50] }, { 22: [1, 51] }, t(n, [2, 14]), { 21: 52, 22: [2, 22], 32: 43, 33: 44, 37: v }, { 34: 53, 37: [1, 54] }, { 37: [2, 28] }, { 42: 55, 44: d, 45: f, 46: p, 47: m }, t(T, [2, 39]), t(T, [2, 40]), { 11: [1, 56] }, { 19: 57, 30: [1, 60], 31: [1, 59], 50: [1, 58] }, t(n, [2, 13]), { 22: [2, 23] }, t(k, [2, 24], { 35: 61, 36: 62, 38: 63, 40: M, 41: L }), t([22, 37, 40, 41], [2, 29]), t([30, 31], [2, 34]), t(b, [2, 10]), t(n, [2, 12]), t(n, [2, 41]), t(n, [2, 42]), t(n, [2, 43]), t(k, [2, 25], { 36: 66, 39: [1, 67], 41: L }), t(k, [2, 26]), t(B, [2, 30]), t(k, [2, 33]), t(B, [2, 32]), t(k, [2, 27]), { 38: 68, 40: M }, t(B, [2, 31])],
|
|
29544
29544
|
defaultActions: { 5: [2, 44], 7: [2, 2], 25: [2, 47], 39: [2, 46], 45: [2, 28], 52: [2, 23] },
|
|
29545
29545
|
parseError: function(w, A) {
|
|
29546
29546
|
if (A.recoverable)
|
|
@@ -29563,7 +29563,7 @@ var jf = function() {
|
|
|
29563
29563
|
var V;
|
|
29564
29564
|
return V = F.pop() || pt.lex() || st, typeof V != "number" && (V instanceof Array && (F = V, V = F.pop()), V = A.symbols_[V] || V), V;
|
|
29565
29565
|
}
|
|
29566
|
-
for (var U, D, P, j,
|
|
29566
|
+
for (var U, D, P, j, O = {}, gt, S, It, it; ; ) {
|
|
29567
29567
|
if (D = y[y.length - 1], this.defaultActions[D] ? P = this.defaultActions[D] : ((U === null || typeof U > "u") && (U = H()), P = mt[D] && mt[D][U]), typeof P > "u" || !P.length || !P[0]) {
|
|
29568
29568
|
var St = "";
|
|
29569
29569
|
it = [];
|
|
@@ -29586,15 +29586,15 @@ Expecting ` + it.join(", ") + ", got '" + (this.terminals_[U] || U) + "'" : St =
|
|
|
29586
29586
|
y.push(U), _.push(pt.yytext), z.push(pt.yylloc), y.push(P[1]), U = null, ct = pt.yyleng, et = pt.yytext, lt = pt.yylineno, Y = pt.yylloc;
|
|
29587
29587
|
break;
|
|
29588
29588
|
case 2:
|
|
29589
|
-
if (S = this.productions_[P[1]][1],
|
|
29589
|
+
if (S = this.productions_[P[1]][1], O.$ = _[_.length - S], O._$ = {
|
|
29590
29590
|
first_line: z[z.length - (S || 1)].first_line,
|
|
29591
29591
|
last_line: z[z.length - 1].last_line,
|
|
29592
29592
|
first_column: z[z.length - (S || 1)].first_column,
|
|
29593
29593
|
last_column: z[z.length - 1].last_column
|
|
29594
|
-
}, X && (
|
|
29594
|
+
}, X && (O._$.range = [
|
|
29595
29595
|
z[z.length - (S || 1)].range[0],
|
|
29596
29596
|
z[z.length - 1].range[1]
|
|
29597
|
-
]), j = this.performAction.apply(
|
|
29597
|
+
]), j = this.performAction.apply(O, [
|
|
29598
29598
|
et,
|
|
29599
29599
|
ct,
|
|
29600
29600
|
lt,
|
|
@@ -29604,7 +29604,7 @@ Expecting ` + it.join(", ") + ", got '" + (this.terminals_[U] || U) + "'" : St =
|
|
|
29604
29604
|
z
|
|
29605
29605
|
].concat(yt)), typeof j < "u")
|
|
29606
29606
|
return j;
|
|
29607
|
-
S && (y = y.slice(0, -1 * S * 2), _ = _.slice(0, -1 * S), z = z.slice(0, -1 * S)), y.push(this.productions_[P[1]][0]), _.push(
|
|
29607
|
+
S && (y = y.slice(0, -1 * S * 2), _ = _.slice(0, -1 * S), z = z.slice(0, -1 * S)), y.push(this.productions_[P[1]][0]), _.push(O.$), z.push(O._$), It = mt[y[y.length - 2]][y[y.length - 1]], y.push(It);
|
|
29608
29608
|
break;
|
|
29609
29609
|
case 3:
|
|
29610
29610
|
return !0;
|
|
@@ -29913,11 +29913,11 @@ Expecting ` + it.join(", ") + ", got '" + (this.terminals_[U] || U) + "'" : St =
|
|
|
29913
29913
|
};
|
|
29914
29914
|
return E;
|
|
29915
29915
|
}();
|
|
29916
|
-
|
|
29916
|
+
R.lexer = C;
|
|
29917
29917
|
function I() {
|
|
29918
29918
|
this.yy = {};
|
|
29919
29919
|
}
|
|
29920
|
-
return I.prototype =
|
|
29920
|
+
return I.prototype = R, R.Parser = I, new I();
|
|
29921
29921
|
}();
|
|
29922
29922
|
jf.parser = jf;
|
|
29923
29923
|
const dJ = jf, fJ = (t) => t.match(/^\s*erDiagram/) !== null;
|
|
@@ -29993,23 +29993,23 @@ const CJ = function(t) {
|
|
|
29993
29993
|
T.attributeKeyTypeList !== void 0 && T.attributeKeyTypeList.length > 0 && (l = !0), T.attributeComment !== void 0 && (u = !0);
|
|
29994
29994
|
}), i.forEach((T) => {
|
|
29995
29995
|
const k = `${e.node().id}-attr-${g}`;
|
|
29996
|
-
let
|
|
29997
|
-
const
|
|
29998
|
-
C.tn = B, C.nn =
|
|
29999
|
-
const I = B.node().getBBox(), E =
|
|
30000
|
-
if (h = Math.max(h, I.width), d = Math.max(d, E.width),
|
|
29996
|
+
let M = 0;
|
|
29997
|
+
const L = ws(T.attributeType), B = t.append("text").classed("er entityLabel", !0).attr("id", `${k}-type`).attr("x", 0).attr("y", 0).style("dominant-baseline", "middle").style("text-anchor", "left").style("font-family", q().fontFamily).style("font-size", s + "px").text(L), R = t.append("text").classed("er entityLabel", !0).attr("id", `${k}-name`).attr("x", 0).attr("y", 0).style("dominant-baseline", "middle").style("text-anchor", "left").style("font-family", q().fontFamily).style("font-size", s + "px").text(T.attributeName), C = {};
|
|
29998
|
+
C.tn = B, C.nn = R;
|
|
29999
|
+
const I = B.node().getBBox(), E = R.node().getBBox();
|
|
30000
|
+
if (h = Math.max(h, I.width), d = Math.max(d, E.width), M = Math.max(I.height, E.height), l) {
|
|
30001
30001
|
const w = T.attributeKeyTypeList !== void 0 ? T.attributeKeyTypeList.join(",") : "", A = t.append("text").classed("er entityLabel", !0).attr("id", `${k}-key`).attr("x", 0).attr("y", 0).style("dominant-baseline", "middle").style("text-anchor", "left").style("font-family", q().fontFamily).style("font-size", s + "px").text(w);
|
|
30002
30002
|
C.kn = A;
|
|
30003
30003
|
const y = A.node().getBBox();
|
|
30004
|
-
f = Math.max(f, y.width),
|
|
30004
|
+
f = Math.max(f, y.width), M = Math.max(M, y.height);
|
|
30005
30005
|
}
|
|
30006
30006
|
if (u) {
|
|
30007
30007
|
const w = t.append("text").classed("er entityLabel", !0).attr("id", `${k}-comment`).attr("x", 0).attr("y", 0).style("dominant-baseline", "middle").style("text-anchor", "left").style("font-family", q().fontFamily).style("font-size", s + "px").text(T.attributeComment || "");
|
|
30008
30008
|
C.cn = w;
|
|
30009
30009
|
const A = w.node().getBBox();
|
|
30010
|
-
p = Math.max(p, A.width),
|
|
30010
|
+
p = Math.max(p, A.width), M = Math.max(M, A.height);
|
|
30011
30011
|
}
|
|
30012
|
-
C.height =
|
|
30012
|
+
C.height = M, a.push(C), m += M + n * 2, g += 1;
|
|
30013
30013
|
});
|
|
30014
30014
|
let v = 4;
|
|
30015
30015
|
l && (v += 2), u && (v += 2);
|
|
@@ -30032,29 +30032,29 @@ const CJ = function(t) {
|
|
|
30032
30032
|
"transform",
|
|
30033
30033
|
"translate(" + b.width / 2 + "," + (n + o.height / 2) + ")"
|
|
30034
30034
|
);
|
|
30035
|
-
let k = o.height + n * 2,
|
|
30036
|
-
a.forEach((
|
|
30037
|
-
const B = k + n +
|
|
30038
|
-
|
|
30039
|
-
const
|
|
30040
|
-
|
|
30035
|
+
let k = o.height + n * 2, M = "attributeBoxOdd";
|
|
30036
|
+
a.forEach((L) => {
|
|
30037
|
+
const B = k + n + L.height / 2;
|
|
30038
|
+
L.tn.attr("transform", "translate(" + r + "," + B + ")");
|
|
30039
|
+
const R = t.insert("rect", "#" + L.tn.node().id).classed(`er ${M}`, !0).attr("x", 0).attr("y", k).attr("width", h + r * 2 + T).attr("height", L.height + n * 2), C = parseFloat(R.attr("x")) + parseFloat(R.attr("width"));
|
|
30040
|
+
L.nn.attr(
|
|
30041
30041
|
"transform",
|
|
30042
30042
|
"translate(" + (C + r) + "," + B + ")"
|
|
30043
30043
|
);
|
|
30044
|
-
const I = t.insert("rect", "#" +
|
|
30044
|
+
const I = t.insert("rect", "#" + L.nn.node().id).classed(`er ${M}`, !0).attr("x", C).attr("y", k).attr("width", d + r * 2 + T).attr("height", L.height + n * 2);
|
|
30045
30045
|
let E = parseFloat(I.attr("x")) + parseFloat(I.attr("width"));
|
|
30046
30046
|
if (l) {
|
|
30047
|
-
|
|
30047
|
+
L.kn.attr(
|
|
30048
30048
|
"transform",
|
|
30049
30049
|
"translate(" + (E + r) + "," + B + ")"
|
|
30050
30050
|
);
|
|
30051
|
-
const w = t.insert("rect", "#" +
|
|
30051
|
+
const w = t.insert("rect", "#" + L.kn.node().id).classed(`er ${M}`, !0).attr("x", E).attr("y", k).attr("width", f + r * 2 + T).attr("height", L.height + n * 2);
|
|
30052
30052
|
E = parseFloat(w.attr("x")) + parseFloat(w.attr("width"));
|
|
30053
30053
|
}
|
|
30054
|
-
u && (
|
|
30054
|
+
u && (L.cn.attr(
|
|
30055
30055
|
"transform",
|
|
30056
30056
|
"translate(" + (E + r) + "," + B + ")"
|
|
30057
|
-
), t.insert("rect", "#" +
|
|
30057
|
+
), t.insert("rect", "#" + L.cn.node().id).classed(`er ${M}`, "true").attr("x", E).attr("y", k).attr("width", p + r * 2 + T).attr("height", L.height + n * 2)), k += L.height + n * 2, M = M === "attributeBoxOdd" ? "attributeBoxEven" : "attributeBoxOdd";
|
|
30058
30058
|
});
|
|
30059
30059
|
} else
|
|
30060
30060
|
b.height = Math.max(li.minEntityHeight, m), e.attr("transform", "translate(" + b.width / 2 + "," + b.height / 2 + ")");
|
|
@@ -30201,7 +30201,7 @@ var Gf = function() {
|
|
|
30201
30201
|
for (Zt = Zt || {}, ye = Sr.length; ye--; Zt[Sr[ye]] = qt)
|
|
30202
30202
|
;
|
|
30203
30203
|
return Zt;
|
|
30204
|
-
}, e = [1, 9], i = [1, 7], n = [1, 6], r = [1, 8], s = [1, 20, 21, 22, 23, 38, 44, 46, 48, 52, 66, 67, 86, 87, 88, 89, 90, 91, 95, 105, 106, 109, 111, 112, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127], o = [2, 10], a = [1, 20], l = [1, 21], u = [1, 22], h = [1, 23], d = [1, 30], f = [1, 32], p = [1, 33], m = [1, 34], g = [1, 62], v = [1, 48], x = [1, 52], b = [1, 36], T = [1, 37], k = [1, 38],
|
|
30204
|
+
}, e = [1, 9], i = [1, 7], n = [1, 6], r = [1, 8], s = [1, 20, 21, 22, 23, 38, 44, 46, 48, 52, 66, 67, 86, 87, 88, 89, 90, 91, 95, 105, 106, 109, 111, 112, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127], o = [2, 10], a = [1, 20], l = [1, 21], u = [1, 22], h = [1, 23], d = [1, 30], f = [1, 32], p = [1, 33], m = [1, 34], g = [1, 62], v = [1, 48], x = [1, 52], b = [1, 36], T = [1, 37], k = [1, 38], M = [1, 39], L = [1, 40], B = [1, 56], R = [1, 63], C = [1, 51], I = [1, 53], E = [1, 55], w = [1, 59], A = [1, 60], y = [1, 41], F = [1, 42], _ = [1, 43], z = [1, 44], mt = [1, 61], et = [1, 50], lt = [1, 54], ct = [1, 57], Z = [1, 58], st = [1, 49], yt = [1, 66], pt = [1, 71], W = [1, 20, 21, 22, 23, 38, 42, 44, 46, 48, 52, 66, 67, 86, 87, 88, 89, 90, 91, 95, 105, 106, 109, 111, 112, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127], Et = [1, 75], Y = [1, 74], X = [1, 76], H = [20, 21, 23, 81, 82], U = [1, 99], D = [1, 104], P = [1, 107], j = [1, 108], O = [1, 101], gt = [1, 106], S = [1, 109], It = [1, 102], it = [1, 114], St = [1, 113], V = [1, 103], K = [1, 105], tt = [1, 110], nt = [1, 111], J = [1, 112], vt = [1, 115], jt = [20, 21, 22, 23, 81, 82], Yt = [20, 21, 22, 23, 53, 81, 82], Rt = [20, 21, 22, 23, 40, 52, 53, 55, 57, 59, 61, 63, 65, 66, 67, 69, 71, 73, 74, 76, 81, 82, 91, 95, 105, 106, 109, 111, 112, 122, 123, 124, 125, 126, 127], Mt = [20, 21, 23], Pt = [20, 21, 23, 52, 66, 67, 81, 82, 91, 95, 105, 106, 109, 111, 112, 122, 123, 124, 125, 126, 127], $t = [1, 12, 20, 21, 22, 23, 24, 38, 42, 44, 46, 48, 52, 66, 67, 86, 87, 88, 89, 90, 91, 95, 105, 106, 109, 111, 112, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127], Wt = [52, 66, 67, 91, 95, 105, 106, 109, 111, 112, 122, 123, 124, 125, 126, 127], ot = [1, 149], _t = [1, 157], ft = [1, 158], Q = [1, 159], dt = [1, 160], ht = [1, 144], At = [1, 145], at = [1, 141], Kt = [1, 152], bt = [1, 153], Qt = [1, 154], ne = [1, 155], re = [1, 156], ue = [1, 161], he = [1, 162], Ht = [1, 147], se = [1, 150], ge = [1, 146], te = [1, 143], Er = [20, 21, 22, 23, 38, 42, 44, 46, 48, 52, 66, 67, 86, 87, 88, 89, 90, 91, 95, 105, 106, 109, 111, 112, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127], zs = [1, 165], Le = [20, 21, 22, 23, 26, 52, 66, 67, 91, 105, 106, 109, 111, 112, 122, 123, 124, 125, 126, 127], oe = [20, 21, 22, 23, 24, 26, 38, 40, 41, 42, 52, 56, 58, 60, 62, 64, 66, 67, 68, 70, 72, 73, 75, 77, 81, 82, 86, 87, 88, 89, 90, 91, 92, 95, 105, 106, 109, 111, 112, 113, 114, 122, 123, 124, 125, 126, 127], He = [12, 21, 22, 24], Ci = [22, 106], Ue = [1, 250], si = [1, 245], Me = [1, 246], bi = [1, 254], di = [1, 251], Vt = [1, 248], $ = [1, 247], Ct = [1, 249], Bt = [1, 252], fe = [1, 253], Te = [1, 255], Ee = [1, 273], Qe = [20, 21, 23, 106], fi = [20, 21, 22, 23, 66, 67, 86, 102, 105, 106, 109, 110, 111, 112, 113], Pe = {
|
|
30205
30205
|
trace: function() {
|
|
30206
30206
|
},
|
|
30207
30207
|
yy: {},
|
|
@@ -30464,7 +30464,7 @@ var Gf = function() {
|
|
|
30464
30464
|
break;
|
|
30465
30465
|
}
|
|
30466
30466
|
},
|
|
30467
|
-
table: [{ 3: 1, 4: 2, 5: 3, 6: 5, 12: e, 16: 4, 21: i, 22: n, 24: r }, { 1: [3] }, { 1: [2, 1] }, { 3: 10, 4: 2, 5: 3, 6: 5, 12: e, 16: 4, 21: i, 22: n, 24: r }, t(s, o, { 17: 11 }), { 7: 12, 13: [1, 13] }, { 16: 14, 21: i, 22: n, 24: r }, { 16: 15, 21: i, 22: n, 24: r }, { 25: [1, 16], 26: [1, 17] }, { 13: [2, 5] }, { 1: [2, 2] }, { 1: [2, 9], 18: 18, 19: 19, 20: a, 21: l, 22: u, 23: h, 32: 24, 33: 25, 34: 26, 35: 27, 36: 28, 37: 29, 38: d, 43: 31, 44: f, 46: p, 48: m, 50: 35, 51: 45, 52: g, 54: 46, 66: v, 67: x, 86: b, 87: T, 88: k, 89: L, 90: M, 91: B, 95: O, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 118: y, 119: F, 120: _, 121: z, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, { 8: 64, 10: [1, 65], 15: yt }, t([10, 15], [2, 6]), t(s, [2, 17]), t(s, [2, 18]), t(s, [2, 19]), { 20: [1, 68], 21: [1, 69], 22: pt, 27: 67, 30: 70 }, t(W, [2, 11]), t(W, [2, 12]), t(W, [2, 13]), t(W, [2, 14]), t(W, [2, 15]), t(W, [2, 16]), { 9: 72, 20: Et, 21: Y, 23: X, 49: 73, 78: 77, 81: [1, 78], 82: [1, 79] }, { 9: 80, 20: Et, 21: Y, 23: X }, { 9: 81, 20: Et, 21: Y, 23: X }, { 9: 82, 20: Et, 21: Y, 23: X }, { 9: 83, 20: Et, 21: Y, 23: X }, { 9: 84, 20: Et, 21: Y, 23: X }, { 9: 86, 20: Et, 21: Y, 22: [1, 85], 23: X }, t(W, [2, 44]), { 45: [1, 87] }, { 47: [1, 88] }, t(W, [2, 47]), t(H, [2, 54], { 30: 89, 22: pt }), { 22: [1, 90] }, { 22: [1, 91] }, { 22: [1, 92] }, { 22: [1, 93] }, { 26: U, 52: D, 66: P, 67: j, 84: [1, 97], 91: R, 97: 96, 98: [1, 94], 100: [1, 95], 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(W, [2, 158]), t(W, [2, 159]), t(W, [2, 160]), t(W, [2, 161]), t(jt, [2, 55], { 53: [1, 116] }), t(Yt, [2, 74], { 116: 129, 40: [1, 117], 52: g, 55: [1, 118], 57: [1, 119], 59: [1, 120], 61: [1, 121], 63: [1, 122], 65: [1, 123], 66: v, 67: x, 69: [1, 124], 71: [1, 125], 73: [1, 126], 74: [1, 127], 76: [1, 128], 91: B, 95: O, 105: C, 106: I, 109: E, 111: w, 112: A, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }), t(Rt, [2, 150]), t(Rt, [2, 175]), t(Rt, [2, 176]), t(Rt, [2, 177]), t(Rt, [2, 178]), t(Rt, [2, 179]), t(Rt, [2, 180]), t(Rt, [2, 181]), t(Rt, [2, 182]), t(Rt, [2, 183]), t(Rt, [2, 184]), t(Rt, [2, 185]), t(Rt, [2, 186]), t(Rt, [2, 187]), t(Rt, [2, 188]), t(Rt, [2, 189]), t(Rt, [2, 190]), { 9: 130, 20: Et, 21: Y, 23: X }, { 11: 131, 14: [1, 132] }, t(Mt, [2, 8]), t(s, [2, 20]), t(s, [2, 26]), t(s, [2, 27]), { 21: [1, 133] }, t(Pt, [2, 34], { 30: 134, 22: pt }), t(W, [2, 35]), { 50: 135, 51: 45, 52: g, 54: 46, 66: v, 67: x, 91: B, 95: O, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, t($t, [2, 48]), t($t, [2, 49]), t($t, [2, 50]), t(Wt, [2, 78], { 79: 136, 68: [1, 138], 80: [1, 137] }), { 22: ot, 24: _t, 26: ft, 38: Q, 39: 139, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t([52, 66, 67, 68, 80, 91, 95, 105, 106, 109, 111, 112, 122, 123, 124, 125, 126, 127], [2, 80]), t(W, [2, 36]), t(W, [2, 37]), t(W, [2, 38]), t(W, [2, 39]), t(W, [2, 40]), { 22: ot, 24: _t, 26: ft, 38: Q, 39: 163, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Er, o, { 17: 164 }), t(W, [2, 45]), t(W, [2, 46]), t(H, [2, 53], { 52: zs }), { 26: U, 52: D, 66: P, 67: j, 91: R, 97: 166, 102: [1, 167], 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 95: [1, 168], 103: 169, 105: [1, 170] }, { 26: U, 52: D, 66: P, 67: j, 91: R, 95: [1, 171], 97: 172, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 26: U, 52: D, 66: P, 67: j, 91: R, 97: 173, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Mt, [2, 101], { 22: [1, 174], 99: [1, 175] }), t(Mt, [2, 105], { 22: [1, 176] }), t(Mt, [2, 109], { 115: 100, 117: 178, 22: [1, 177], 26: U, 52: D, 66: P, 67: j, 91: R, 105: gt, 106: S, 109: It, 111: it, 112: St, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }), t(Mt, [2, 111], { 22: [1, 179] }), t(Le, [2, 152]), t(Le, [2, 154]), t(Le, [2, 155]), t(Le, [2, 156]), t(Le, [2, 157]), t(oe, [2, 162]), t(oe, [2, 163]), t(oe, [2, 164]), t(oe, [2, 165]), t(oe, [2, 166]), t(oe, [2, 167]), t(oe, [2, 168]), t(oe, [2, 169]), t(oe, [2, 170]), t(oe, [2, 171]), t(oe, [2, 172]), t(oe, [2, 173]), t(oe, [2, 174]), { 52: g, 54: 180, 66: v, 67: x, 91: B, 95: O, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 181, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 182, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 184, 42: dt, 52: D, 57: [1, 183], 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 185, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 186, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 187, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 66: [1, 188] }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 189, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 190, 42: dt, 52: D, 66: P, 67: j, 71: [1, 191], 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 192, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 193, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 194, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Rt, [2, 151]), t(He, [2, 3]), { 8: 195, 15: yt }, { 15: [2, 7] }, t(s, [2, 28]), t(Pt, [2, 33]), t(H, [2, 51], { 30: 196, 22: pt }), t(Wt, [2, 75], { 22: [1, 197] }), { 22: [1, 198] }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 199, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 82: [1, 200], 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(oe, [2, 82]), t(oe, [2, 84]), t(oe, [2, 140]), t(oe, [2, 141]), t(oe, [2, 142]), t(oe, [2, 143]), t(oe, [2, 144]), t(oe, [2, 145]), t(oe, [2, 146]), t(oe, [2, 147]), t(oe, [2, 148]), t(oe, [2, 149]), t(oe, [2, 85]), t(oe, [2, 86]), t(oe, [2, 87]), t(oe, [2, 88]), t(oe, [2, 89]), t(oe, [2, 90]), t(oe, [2, 91]), t(oe, [2, 92]), t(oe, [2, 93]), t(oe, [2, 94]), t(oe, [2, 95]), { 9: 203, 20: Et, 21: Y, 22: ot, 23: X, 24: _t, 26: ft, 38: Q, 40: [1, 202], 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 18: 18, 19: 19, 20: a, 21: l, 22: u, 23: h, 32: 24, 33: 25, 34: 26, 35: 27, 36: 28, 37: 29, 38: d, 42: [1, 204], 43: 31, 44: f, 46: p, 48: m, 50: 35, 51: 45, 52: g, 54: 46, 66: v, 67: x, 86: b, 87: T, 88: k, 89: L, 90: M, 91: B, 95: O, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 118: y, 119: F, 120: _, 121: z, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, { 22: pt, 30: 205 }, { 22: [1, 206], 26: U, 52: D, 66: P, 67: j, 91: R, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 178, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: [1, 207] }, { 22: [1, 208] }, { 22: [1, 209], 106: [1, 210] }, t(Ci, [2, 123]), { 22: [1, 211] }, { 22: [1, 212], 26: U, 52: D, 66: P, 67: j, 91: R, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 178, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: [1, 213], 26: U, 52: D, 66: P, 67: j, 91: R, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 178, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 84: [1, 214] }, t(Mt, [2, 103], { 22: [1, 215] }), { 84: [1, 216], 101: [1, 217] }, { 84: [1, 218] }, t(Le, [2, 153]), { 84: [1, 219], 101: [1, 220] }, t(jt, [2, 57], { 116: 129, 52: g, 66: v, 67: x, 91: B, 95: O, 105: C, 106: I, 109: E, 111: w, 112: A, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }), { 22: ot, 24: _t, 26: ft, 38: Q, 41: [1, 221], 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 56: [1, 222], 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 223, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 58: [1, 224], 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 60: [1, 225], 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 62: [1, 226], 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 64: [1, 227], 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 67: [1, 228] }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 70: [1, 229], 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 72: [1, 230], 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 231, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 41: [1, 232], 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 73: ht, 75: [1, 233], 77: [1, 234], 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 73: ht, 75: [1, 236], 77: [1, 235], 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 9: 237, 20: Et, 21: Y, 23: X }, t(H, [2, 52], { 52: zs }), t(Wt, [2, 77]), t(Wt, [2, 76]), { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 68: [1, 238], 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Wt, [2, 79]), t(oe, [2, 83]), { 22: ot, 24: _t, 26: ft, 38: Q, 39: 239, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Er, o, { 17: 240 }), t(W, [2, 43]), { 51: 241, 52: g, 54: 46, 66: v, 67: x, 91: B, 95: O, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 242, 102: di, 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 256, 102: di, 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 257, 102: di, 104: [1, 258], 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 259, 102: di, 104: [1, 260], 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 105: [1, 261] }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 262, 102: di, 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 263, 102: di, 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 26: U, 52: D, 66: P, 67: j, 91: R, 97: 264, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Mt, [2, 102]), { 84: [1, 265] }, t(Mt, [2, 106], { 22: [1, 266] }), t(Mt, [2, 107]), t(Mt, [2, 110]), t(Mt, [2, 112], { 22: [1, 267] }), t(Mt, [2, 113]), t(Yt, [2, 58]), t(Yt, [2, 59]), { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 58: [1, 268], 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Yt, [2, 66]), t(Yt, [2, 61]), t(Yt, [2, 62]), t(Yt, [2, 63]), { 66: [1, 269] }, t(Yt, [2, 65]), t(Yt, [2, 67]), { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 72: [1, 270], 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Yt, [2, 69]), t(Yt, [2, 70]), t(Yt, [2, 72]), t(Yt, [2, 71]), t(Yt, [2, 73]), t(He, [2, 4]), t([22, 52, 66, 67, 91, 95, 105, 106, 109, 111, 112, 122, 123, 124, 125, 126, 127], [2, 81]), { 22: ot, 24: _t, 26: ft, 38: Q, 41: [1, 271], 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 18: 18, 19: 19, 20: a, 21: l, 22: u, 23: h, 32: 24, 33: 25, 34: 26, 35: 27, 36: 28, 37: 29, 38: d, 42: [1, 272], 43: 31, 44: f, 46: p, 48: m, 50: 35, 51: 45, 52: g, 54: 46, 66: v, 67: x, 86: b, 87: T, 88: k, 89: L, 90: M, 91: B, 95: O, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 118: y, 119: F, 120: _, 121: z, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, t(jt, [2, 56]), t(Mt, [2, 115], { 106: Ee }), t(Qe, [2, 125], { 108: 274, 22: Ue, 66: si, 67: Me, 86: bi, 102: di, 105: Vt, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }), t(fi, [2, 127]), t(fi, [2, 129]), t(fi, [2, 130]), t(fi, [2, 131]), t(fi, [2, 132]), t(fi, [2, 133]), t(fi, [2, 134]), t(fi, [2, 135]), t(fi, [2, 136]), t(fi, [2, 137]), t(fi, [2, 138]), t(fi, [2, 139]), t(Mt, [2, 116], { 106: Ee }), t(Mt, [2, 117], { 106: Ee }), { 22: [1, 275] }, t(Mt, [2, 118], { 106: Ee }), { 22: [1, 276] }, t(Ci, [2, 124]), t(Mt, [2, 98], { 106: Ee }), t(Mt, [2, 99], { 106: Ee }), t(Mt, [2, 100], { 115: 100, 117: 178, 26: U, 52: D, 66: P, 67: j, 91: R, 105: gt, 106: S, 109: It, 111: it, 112: St, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }), t(Mt, [2, 104]), { 101: [1, 277] }, { 101: [1, 278] }, { 58: [1, 279] }, { 68: [1, 280] }, { 72: [1, 281] }, { 9: 282, 20: Et, 21: Y, 23: X }, t(W, [2, 42]), { 22: Ue, 66: si, 67: Me, 86: bi, 102: di, 105: Vt, 107: 283, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, t(fi, [2, 128]), { 26: U, 52: D, 66: P, 67: j, 91: R, 97: 284, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 26: U, 52: D, 66: P, 67: j, 91: R, 97: 285, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Mt, [2, 108]), t(Mt, [2, 114]), t(Yt, [2, 60]), { 22: ot, 24: _t, 26: ft, 38: Q, 39: 286, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Yt, [2, 68]), t(Er, o, { 17: 287 }), t(Qe, [2, 126], { 108: 274, 22: Ue, 66: si, 67: Me, 86: bi, 102: di, 105: Vt, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }), t(Mt, [2, 121], { 115: 100, 117: 178, 22: [1, 288], 26: U, 52: D, 66: P, 67: j, 91: R, 105: gt, 106: S, 109: It, 111: it, 112: St, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }), t(Mt, [2, 122], { 115: 100, 117: 178, 22: [1, 289], 26: U, 52: D, 66: P, 67: j, 91: R, 105: gt, 106: S, 109: It, 111: it, 112: St, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }), { 22: ot, 24: _t, 26: ft, 38: Q, 41: [1, 290], 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 18: 18, 19: 19, 20: a, 21: l, 22: u, 23: h, 32: 24, 33: 25, 34: 26, 35: 27, 36: 28, 37: 29, 38: d, 42: [1, 291], 43: 31, 44: f, 46: p, 48: m, 50: 35, 51: 45, 52: g, 54: 46, 66: v, 67: x, 86: b, 87: T, 88: k, 89: L, 90: M, 91: B, 95: O, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 118: y, 119: F, 120: _, 121: z, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 292, 102: di, 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 293, 102: di, 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, t(Yt, [2, 64]), t(W, [2, 41]), t(Mt, [2, 119], { 106: Ee }), t(Mt, [2, 120], { 106: Ee })],
|
|
30467
|
+
table: [{ 3: 1, 4: 2, 5: 3, 6: 5, 12: e, 16: 4, 21: i, 22: n, 24: r }, { 1: [3] }, { 1: [2, 1] }, { 3: 10, 4: 2, 5: 3, 6: 5, 12: e, 16: 4, 21: i, 22: n, 24: r }, t(s, o, { 17: 11 }), { 7: 12, 13: [1, 13] }, { 16: 14, 21: i, 22: n, 24: r }, { 16: 15, 21: i, 22: n, 24: r }, { 25: [1, 16], 26: [1, 17] }, { 13: [2, 5] }, { 1: [2, 2] }, { 1: [2, 9], 18: 18, 19: 19, 20: a, 21: l, 22: u, 23: h, 32: 24, 33: 25, 34: 26, 35: 27, 36: 28, 37: 29, 38: d, 43: 31, 44: f, 46: p, 48: m, 50: 35, 51: 45, 52: g, 54: 46, 66: v, 67: x, 86: b, 87: T, 88: k, 89: M, 90: L, 91: B, 95: R, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 118: y, 119: F, 120: _, 121: z, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, { 8: 64, 10: [1, 65], 15: yt }, t([10, 15], [2, 6]), t(s, [2, 17]), t(s, [2, 18]), t(s, [2, 19]), { 20: [1, 68], 21: [1, 69], 22: pt, 27: 67, 30: 70 }, t(W, [2, 11]), t(W, [2, 12]), t(W, [2, 13]), t(W, [2, 14]), t(W, [2, 15]), t(W, [2, 16]), { 9: 72, 20: Et, 21: Y, 23: X, 49: 73, 78: 77, 81: [1, 78], 82: [1, 79] }, { 9: 80, 20: Et, 21: Y, 23: X }, { 9: 81, 20: Et, 21: Y, 23: X }, { 9: 82, 20: Et, 21: Y, 23: X }, { 9: 83, 20: Et, 21: Y, 23: X }, { 9: 84, 20: Et, 21: Y, 23: X }, { 9: 86, 20: Et, 21: Y, 22: [1, 85], 23: X }, t(W, [2, 44]), { 45: [1, 87] }, { 47: [1, 88] }, t(W, [2, 47]), t(H, [2, 54], { 30: 89, 22: pt }), { 22: [1, 90] }, { 22: [1, 91] }, { 22: [1, 92] }, { 22: [1, 93] }, { 26: U, 52: D, 66: P, 67: j, 84: [1, 97], 91: O, 97: 96, 98: [1, 94], 100: [1, 95], 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(W, [2, 158]), t(W, [2, 159]), t(W, [2, 160]), t(W, [2, 161]), t(jt, [2, 55], { 53: [1, 116] }), t(Yt, [2, 74], { 116: 129, 40: [1, 117], 52: g, 55: [1, 118], 57: [1, 119], 59: [1, 120], 61: [1, 121], 63: [1, 122], 65: [1, 123], 66: v, 67: x, 69: [1, 124], 71: [1, 125], 73: [1, 126], 74: [1, 127], 76: [1, 128], 91: B, 95: R, 105: C, 106: I, 109: E, 111: w, 112: A, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }), t(Rt, [2, 150]), t(Rt, [2, 175]), t(Rt, [2, 176]), t(Rt, [2, 177]), t(Rt, [2, 178]), t(Rt, [2, 179]), t(Rt, [2, 180]), t(Rt, [2, 181]), t(Rt, [2, 182]), t(Rt, [2, 183]), t(Rt, [2, 184]), t(Rt, [2, 185]), t(Rt, [2, 186]), t(Rt, [2, 187]), t(Rt, [2, 188]), t(Rt, [2, 189]), t(Rt, [2, 190]), { 9: 130, 20: Et, 21: Y, 23: X }, { 11: 131, 14: [1, 132] }, t(Mt, [2, 8]), t(s, [2, 20]), t(s, [2, 26]), t(s, [2, 27]), { 21: [1, 133] }, t(Pt, [2, 34], { 30: 134, 22: pt }), t(W, [2, 35]), { 50: 135, 51: 45, 52: g, 54: 46, 66: v, 67: x, 91: B, 95: R, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, t($t, [2, 48]), t($t, [2, 49]), t($t, [2, 50]), t(Wt, [2, 78], { 79: 136, 68: [1, 138], 80: [1, 137] }), { 22: ot, 24: _t, 26: ft, 38: Q, 39: 139, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t([52, 66, 67, 68, 80, 91, 95, 105, 106, 109, 111, 112, 122, 123, 124, 125, 126, 127], [2, 80]), t(W, [2, 36]), t(W, [2, 37]), t(W, [2, 38]), t(W, [2, 39]), t(W, [2, 40]), { 22: ot, 24: _t, 26: ft, 38: Q, 39: 163, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Er, o, { 17: 164 }), t(W, [2, 45]), t(W, [2, 46]), t(H, [2, 53], { 52: zs }), { 26: U, 52: D, 66: P, 67: j, 91: O, 97: 166, 102: [1, 167], 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 95: [1, 168], 103: 169, 105: [1, 170] }, { 26: U, 52: D, 66: P, 67: j, 91: O, 95: [1, 171], 97: 172, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 26: U, 52: D, 66: P, 67: j, 91: O, 97: 173, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Mt, [2, 101], { 22: [1, 174], 99: [1, 175] }), t(Mt, [2, 105], { 22: [1, 176] }), t(Mt, [2, 109], { 115: 100, 117: 178, 22: [1, 177], 26: U, 52: D, 66: P, 67: j, 91: O, 105: gt, 106: S, 109: It, 111: it, 112: St, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }), t(Mt, [2, 111], { 22: [1, 179] }), t(Le, [2, 152]), t(Le, [2, 154]), t(Le, [2, 155]), t(Le, [2, 156]), t(Le, [2, 157]), t(oe, [2, 162]), t(oe, [2, 163]), t(oe, [2, 164]), t(oe, [2, 165]), t(oe, [2, 166]), t(oe, [2, 167]), t(oe, [2, 168]), t(oe, [2, 169]), t(oe, [2, 170]), t(oe, [2, 171]), t(oe, [2, 172]), t(oe, [2, 173]), t(oe, [2, 174]), { 52: g, 54: 180, 66: v, 67: x, 91: B, 95: R, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 181, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 182, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 184, 42: dt, 52: D, 57: [1, 183], 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 185, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 186, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 187, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 66: [1, 188] }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 189, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 190, 42: dt, 52: D, 66: P, 67: j, 71: [1, 191], 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 192, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 193, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 194, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Rt, [2, 151]), t(He, [2, 3]), { 8: 195, 15: yt }, { 15: [2, 7] }, t(s, [2, 28]), t(Pt, [2, 33]), t(H, [2, 51], { 30: 196, 22: pt }), t(Wt, [2, 75], { 22: [1, 197] }), { 22: [1, 198] }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 199, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 82: [1, 200], 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(oe, [2, 82]), t(oe, [2, 84]), t(oe, [2, 140]), t(oe, [2, 141]), t(oe, [2, 142]), t(oe, [2, 143]), t(oe, [2, 144]), t(oe, [2, 145]), t(oe, [2, 146]), t(oe, [2, 147]), t(oe, [2, 148]), t(oe, [2, 149]), t(oe, [2, 85]), t(oe, [2, 86]), t(oe, [2, 87]), t(oe, [2, 88]), t(oe, [2, 89]), t(oe, [2, 90]), t(oe, [2, 91]), t(oe, [2, 92]), t(oe, [2, 93]), t(oe, [2, 94]), t(oe, [2, 95]), { 9: 203, 20: Et, 21: Y, 22: ot, 23: X, 24: _t, 26: ft, 38: Q, 40: [1, 202], 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 18: 18, 19: 19, 20: a, 21: l, 22: u, 23: h, 32: 24, 33: 25, 34: 26, 35: 27, 36: 28, 37: 29, 38: d, 42: [1, 204], 43: 31, 44: f, 46: p, 48: m, 50: 35, 51: 45, 52: g, 54: 46, 66: v, 67: x, 86: b, 87: T, 88: k, 89: M, 90: L, 91: B, 95: R, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 118: y, 119: F, 120: _, 121: z, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, { 22: pt, 30: 205 }, { 22: [1, 206], 26: U, 52: D, 66: P, 67: j, 91: O, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 178, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: [1, 207] }, { 22: [1, 208] }, { 22: [1, 209], 106: [1, 210] }, t(Ci, [2, 123]), { 22: [1, 211] }, { 22: [1, 212], 26: U, 52: D, 66: P, 67: j, 91: O, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 178, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: [1, 213], 26: U, 52: D, 66: P, 67: j, 91: O, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 178, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 84: [1, 214] }, t(Mt, [2, 103], { 22: [1, 215] }), { 84: [1, 216], 101: [1, 217] }, { 84: [1, 218] }, t(Le, [2, 153]), { 84: [1, 219], 101: [1, 220] }, t(jt, [2, 57], { 116: 129, 52: g, 66: v, 67: x, 91: B, 95: R, 105: C, 106: I, 109: E, 111: w, 112: A, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }), { 22: ot, 24: _t, 26: ft, 38: Q, 41: [1, 221], 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 56: [1, 222], 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 223, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 58: [1, 224], 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 60: [1, 225], 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 62: [1, 226], 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 64: [1, 227], 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 67: [1, 228] }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 70: [1, 229], 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 72: [1, 230], 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 39: 231, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 41: [1, 232], 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 73: ht, 75: [1, 233], 77: [1, 234], 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 73: ht, 75: [1, 236], 77: [1, 235], 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 9: 237, 20: Et, 21: Y, 23: X }, t(H, [2, 52], { 52: zs }), t(Wt, [2, 77]), t(Wt, [2, 76]), { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 68: [1, 238], 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Wt, [2, 79]), t(oe, [2, 83]), { 22: ot, 24: _t, 26: ft, 38: Q, 39: 239, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Er, o, { 17: 240 }), t(W, [2, 43]), { 51: 241, 52: g, 54: 46, 66: v, 67: x, 91: B, 95: R, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 242, 102: di, 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 256, 102: di, 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 257, 102: di, 104: [1, 258], 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 259, 102: di, 104: [1, 260], 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 105: [1, 261] }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 262, 102: di, 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 263, 102: di, 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 26: U, 52: D, 66: P, 67: j, 91: O, 97: 264, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Mt, [2, 102]), { 84: [1, 265] }, t(Mt, [2, 106], { 22: [1, 266] }), t(Mt, [2, 107]), t(Mt, [2, 110]), t(Mt, [2, 112], { 22: [1, 267] }), t(Mt, [2, 113]), t(Yt, [2, 58]), t(Yt, [2, 59]), { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 58: [1, 268], 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Yt, [2, 66]), t(Yt, [2, 61]), t(Yt, [2, 62]), t(Yt, [2, 63]), { 66: [1, 269] }, t(Yt, [2, 65]), t(Yt, [2, 67]), { 22: ot, 24: _t, 26: ft, 38: Q, 42: dt, 52: D, 66: P, 67: j, 72: [1, 270], 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Yt, [2, 69]), t(Yt, [2, 70]), t(Yt, [2, 72]), t(Yt, [2, 71]), t(Yt, [2, 73]), t(He, [2, 4]), t([22, 52, 66, 67, 91, 95, 105, 106, 109, 111, 112, 122, 123, 124, 125, 126, 127], [2, 81]), { 22: ot, 24: _t, 26: ft, 38: Q, 41: [1, 271], 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 18: 18, 19: 19, 20: a, 21: l, 22: u, 23: h, 32: 24, 33: 25, 34: 26, 35: 27, 36: 28, 37: 29, 38: d, 42: [1, 272], 43: 31, 44: f, 46: p, 48: m, 50: 35, 51: 45, 52: g, 54: 46, 66: v, 67: x, 86: b, 87: T, 88: k, 89: M, 90: L, 91: B, 95: R, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 118: y, 119: F, 120: _, 121: z, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, t(jt, [2, 56]), t(Mt, [2, 115], { 106: Ee }), t(Qe, [2, 125], { 108: 274, 22: Ue, 66: si, 67: Me, 86: bi, 102: di, 105: Vt, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }), t(fi, [2, 127]), t(fi, [2, 129]), t(fi, [2, 130]), t(fi, [2, 131]), t(fi, [2, 132]), t(fi, [2, 133]), t(fi, [2, 134]), t(fi, [2, 135]), t(fi, [2, 136]), t(fi, [2, 137]), t(fi, [2, 138]), t(fi, [2, 139]), t(Mt, [2, 116], { 106: Ee }), t(Mt, [2, 117], { 106: Ee }), { 22: [1, 275] }, t(Mt, [2, 118], { 106: Ee }), { 22: [1, 276] }, t(Ci, [2, 124]), t(Mt, [2, 98], { 106: Ee }), t(Mt, [2, 99], { 106: Ee }), t(Mt, [2, 100], { 115: 100, 117: 178, 26: U, 52: D, 66: P, 67: j, 91: O, 105: gt, 106: S, 109: It, 111: it, 112: St, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }), t(Mt, [2, 104]), { 101: [1, 277] }, { 101: [1, 278] }, { 58: [1, 279] }, { 68: [1, 280] }, { 72: [1, 281] }, { 9: 282, 20: Et, 21: Y, 23: X }, t(W, [2, 42]), { 22: Ue, 66: si, 67: Me, 86: bi, 102: di, 105: Vt, 107: 283, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, t(fi, [2, 128]), { 26: U, 52: D, 66: P, 67: j, 91: O, 97: 284, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 26: U, 52: D, 66: P, 67: j, 91: O, 97: 285, 105: gt, 106: S, 109: It, 111: it, 112: St, 115: 100, 117: 98, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Mt, [2, 108]), t(Mt, [2, 114]), t(Yt, [2, 60]), { 22: ot, 24: _t, 26: ft, 38: Q, 39: 286, 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 140, 84: at, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, t(Yt, [2, 68]), t(Er, o, { 17: 287 }), t(Qe, [2, 126], { 108: 274, 22: Ue, 66: si, 67: Me, 86: bi, 102: di, 105: Vt, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }), t(Mt, [2, 121], { 115: 100, 117: 178, 22: [1, 288], 26: U, 52: D, 66: P, 67: j, 91: O, 105: gt, 106: S, 109: It, 111: it, 112: St, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }), t(Mt, [2, 122], { 115: 100, 117: 178, 22: [1, 289], 26: U, 52: D, 66: P, 67: j, 91: O, 105: gt, 106: S, 109: It, 111: it, 112: St, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }), { 22: ot, 24: _t, 26: ft, 38: Q, 41: [1, 290], 42: dt, 52: D, 66: P, 67: j, 73: ht, 81: At, 83: 201, 85: 151, 86: Kt, 87: bt, 88: Qt, 89: ne, 90: re, 91: ue, 92: he, 94: 142, 95: Ht, 105: gt, 106: S, 109: se, 111: it, 112: St, 113: ge, 114: te, 115: 148, 122: V, 123: K, 124: tt, 125: nt, 126: J, 127: vt }, { 18: 18, 19: 19, 20: a, 21: l, 22: u, 23: h, 32: 24, 33: 25, 34: 26, 35: 27, 36: 28, 37: 29, 38: d, 42: [1, 291], 43: 31, 44: f, 46: p, 48: m, 50: 35, 51: 45, 52: g, 54: 46, 66: v, 67: x, 86: b, 87: T, 88: k, 89: M, 90: L, 91: B, 95: R, 105: C, 106: I, 109: E, 111: w, 112: A, 116: 47, 118: y, 119: F, 120: _, 121: z, 122: mt, 123: et, 124: lt, 125: ct, 126: Z, 127: st }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 292, 102: di, 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, { 22: Ue, 66: si, 67: Me, 86: bi, 96: 293, 102: di, 105: Vt, 107: 243, 108: 244, 109: $, 110: Ct, 111: Bt, 112: fe, 113: Te }, t(Yt, [2, 64]), t(W, [2, 41]), t(Mt, [2, 119], { 106: Ee }), t(Mt, [2, 120], { 106: Ee })],
|
|
30468
30468
|
defaultActions: { 2: [2, 1], 9: [2, 5], 10: [2, 2], 132: [2, 7] },
|
|
30469
30469
|
parseError: function(qt, Zt) {
|
|
30470
30470
|
if (Zt.recoverable)
|
|
@@ -31588,65 +31588,65 @@ const GJ = {
|
|
|
31588
31588
|
});
|
|
31589
31589
|
let p;
|
|
31590
31590
|
const m = n.db.getSubGraphs();
|
|
31591
|
-
for (let
|
|
31592
|
-
p = m[
|
|
31591
|
+
for (let L = m.length - 1; L >= 0; L--)
|
|
31592
|
+
p = m[L], n.db.addVertex(p.id, p.title, "group", void 0, p.classes);
|
|
31593
31593
|
const g = n.db.getVertices();
|
|
31594
31594
|
N.warn("Get vertices", g);
|
|
31595
31595
|
const v = n.db.getEdges();
|
|
31596
31596
|
let x = 0;
|
|
31597
31597
|
for (x = m.length - 1; x >= 0; x--) {
|
|
31598
31598
|
p = m[x], rp("cluster").append("text");
|
|
31599
|
-
for (let
|
|
31599
|
+
for (let L = 0; L < p.nodes.length; L++)
|
|
31600
31600
|
N.warn(
|
|
31601
31601
|
"Setting subgraph",
|
|
31602
|
-
p.nodes[
|
|
31603
|
-
n.db.lookUpDomId(p.nodes[
|
|
31602
|
+
p.nodes[L],
|
|
31603
|
+
n.db.lookUpDomId(p.nodes[L]),
|
|
31604
31604
|
n.db.lookUpDomId(p.id)
|
|
31605
|
-
), f.setParent(n.db.lookUpDomId(p.nodes[
|
|
31605
|
+
), f.setParent(n.db.lookUpDomId(p.nodes[L]), n.db.lookUpDomId(p.id));
|
|
31606
31606
|
}
|
|
31607
31607
|
O_(g, f, e, a, l, n), N_(v, f, n);
|
|
31608
31608
|
const b = new WG();
|
|
31609
|
-
GJ.addToRender(b), b.arrows().none = function(B,
|
|
31610
|
-
const w = B.append("marker").attr("id",
|
|
31609
|
+
GJ.addToRender(b), b.arrows().none = function(B, R, C, I) {
|
|
31610
|
+
const w = B.append("marker").attr("id", R).attr("viewBox", "0 0 10 10").attr("refX", 9).attr("refY", 5).attr("markerUnits", "strokeWidth").attr("markerWidth", 8).attr("markerHeight", 6).attr("orient", "auto").append("path").attr("d", "M 0 0 L 0 0 L 0 0 z");
|
|
31611
31611
|
Tr(w, C[I + "Style"]);
|
|
31612
|
-
}, b.arrows().normal = function(B,
|
|
31613
|
-
B.append("marker").attr("id",
|
|
31612
|
+
}, b.arrows().normal = function(B, R) {
|
|
31613
|
+
B.append("marker").attr("id", R).attr("viewBox", "0 0 10 10").attr("refX", 9).attr("refY", 5).attr("markerUnits", "strokeWidth").attr("markerWidth", 8).attr("markerHeight", 6).attr("orient", "auto").append("path").attr("d", "M 0 0 L 10 5 L 0 10 z").attr("class", "arrowheadPath").style("stroke-width", 1).style("stroke-dasharray", "1,0");
|
|
31614
31614
|
};
|
|
31615
31615
|
const T = a.select(`[id="${e}"]`), k = a.select("#" + e + " g");
|
|
31616
31616
|
for (b(k, f), k.selectAll("g.node").attr("title", function() {
|
|
31617
31617
|
return n.db.getTooltip(this.id);
|
|
31618
31618
|
}), n.db.indexNodes("subGraph" + x), x = 0; x < m.length; x++)
|
|
31619
31619
|
if (p = m[x], p.title !== "undefined") {
|
|
31620
|
-
const
|
|
31620
|
+
const L = l.querySelectorAll(
|
|
31621
31621
|
"#" + e + ' [id="' + n.db.lookUpDomId(p.id) + '"] rect'
|
|
31622
31622
|
), B = l.querySelectorAll(
|
|
31623
31623
|
"#" + e + ' [id="' + n.db.lookUpDomId(p.id) + '"]'
|
|
31624
|
-
),
|
|
31625
|
-
w.attr("transform", `translate(${
|
|
31624
|
+
), R = L[0].x.baseVal.value, C = L[0].y.baseVal.value, I = L[0].width.baseVal.value, w = wt(B[0]).select(".label");
|
|
31625
|
+
w.attr("transform", `translate(${R + I / 2}, ${C + 14})`), w.attr("id", e + "Text");
|
|
31626
31626
|
for (let A = 0; A < p.classes.length; A++)
|
|
31627
31627
|
B[0].classList.add(p.classes[A]);
|
|
31628
31628
|
}
|
|
31629
31629
|
if (!s.htmlLabels) {
|
|
31630
|
-
const
|
|
31631
|
-
for (const B of
|
|
31632
|
-
const
|
|
31633
|
-
C.setAttribute("rx", 0), C.setAttribute("ry", 0), C.setAttribute("width",
|
|
31630
|
+
const L = l.querySelectorAll('[id="' + e + '"] .edgeLabel .label');
|
|
31631
|
+
for (const B of L) {
|
|
31632
|
+
const R = B.getBBox(), C = l.createElementNS("http://www.w3.org/2000/svg", "rect");
|
|
31633
|
+
C.setAttribute("rx", 0), C.setAttribute("ry", 0), C.setAttribute("width", R.width), C.setAttribute("height", R.height), B.insertBefore(C, B.firstChild);
|
|
31634
31634
|
}
|
|
31635
31635
|
}
|
|
31636
|
-
J1(f, T, s.diagramPadding, s.useMaxWidth), Object.keys(g).forEach(function(
|
|
31637
|
-
const B = g[
|
|
31636
|
+
J1(f, T, s.diagramPadding, s.useMaxWidth), Object.keys(g).forEach(function(L) {
|
|
31637
|
+
const B = g[L];
|
|
31638
31638
|
if (B.link) {
|
|
31639
|
-
const
|
|
31640
|
-
if (
|
|
31639
|
+
const R = a.select("#" + e + ' [id="' + n.db.lookUpDomId(L) + '"]');
|
|
31640
|
+
if (R) {
|
|
31641
31641
|
const C = l.createElementNS("http://www.w3.org/2000/svg", "a");
|
|
31642
31642
|
C.setAttributeNS("http://www.w3.org/2000/svg", "class", B.classes.join(" ")), C.setAttributeNS("http://www.w3.org/2000/svg", "href", B.link), C.setAttributeNS("http://www.w3.org/2000/svg", "rel", "noopener"), r === "sandbox" ? C.setAttributeNS("http://www.w3.org/2000/svg", "target", "_top") : B.linkTarget && C.setAttributeNS("http://www.w3.org/2000/svg", "target", B.linkTarget);
|
|
31643
|
-
const I =
|
|
31643
|
+
const I = R.insert(function() {
|
|
31644
31644
|
return C;
|
|
31645
|
-
}, ":first-child"), E =
|
|
31645
|
+
}, ":first-child"), E = R.select(".label-container");
|
|
31646
31646
|
E && I.append(function() {
|
|
31647
31647
|
return E.node();
|
|
31648
31648
|
});
|
|
31649
|
-
const w =
|
|
31649
|
+
const w = R.select(".label");
|
|
31650
31650
|
w && I.append(function() {
|
|
31651
31651
|
return w.node();
|
|
31652
31652
|
});
|
|
@@ -31861,34 +31861,34 @@ const GJ = {
|
|
|
31861
31861
|
let p;
|
|
31862
31862
|
const m = n.db.getSubGraphs();
|
|
31863
31863
|
N.info("Subgraphs - ", m);
|
|
31864
|
-
for (let
|
|
31865
|
-
p = m[
|
|
31864
|
+
for (let M = m.length - 1; M >= 0; M--)
|
|
31865
|
+
p = m[M], N.info("Subgraph - ", p), n.db.addVertex(p.id, p.title, "group", void 0, p.classes, p.dir);
|
|
31866
31866
|
const g = n.db.getVertices(), v = n.db.getEdges();
|
|
31867
31867
|
N.info("Edges", v);
|
|
31868
31868
|
let x = 0;
|
|
31869
31869
|
for (x = m.length - 1; x >= 0; x--) {
|
|
31870
31870
|
p = m[x], rp("cluster").append("text");
|
|
31871
|
-
for (let
|
|
31872
|
-
N.info("Setting up subgraphs", p.nodes[
|
|
31871
|
+
for (let M = 0; M < p.nodes.length; M++)
|
|
31872
|
+
N.info("Setting up subgraphs", p.nodes[M], p.id), f.setParent(p.nodes[M], p.id);
|
|
31873
31873
|
}
|
|
31874
31874
|
F_(g, f, e, h, d, n), V_(v, f);
|
|
31875
31875
|
const b = h.select(`[id="${e}"]`), T = h.select("#" + e + " g");
|
|
31876
31876
|
if (nm(T, f, ["point", "circle", "cross"], "flowchart", e), ae.insertTitle(b, "flowchartTitleText", o.titleTopMargin, n.db.getDiagramTitle()), J1(f, b, o.diagramPadding, o.useMaxWidth), n.db.indexNodes("subGraph" + x), !o.htmlLabels) {
|
|
31877
|
-
const
|
|
31878
|
-
for (const
|
|
31879
|
-
const B =
|
|
31880
|
-
|
|
31877
|
+
const M = d.querySelectorAll('[id="' + e + '"] .edgeLabel .label');
|
|
31878
|
+
for (const L of M) {
|
|
31879
|
+
const B = L.getBBox(), R = d.createElementNS("http://www.w3.org/2000/svg", "rect");
|
|
31880
|
+
R.setAttribute("rx", 0), R.setAttribute("ry", 0), R.setAttribute("width", B.width), R.setAttribute("height", B.height), L.insertBefore(R, L.firstChild);
|
|
31881
31881
|
}
|
|
31882
31882
|
}
|
|
31883
|
-
Object.keys(g).forEach(function(
|
|
31884
|
-
const
|
|
31885
|
-
if (
|
|
31886
|
-
const B = wt("#" + e + ' [id="' +
|
|
31883
|
+
Object.keys(g).forEach(function(M) {
|
|
31884
|
+
const L = g[M];
|
|
31885
|
+
if (L.link) {
|
|
31886
|
+
const B = wt("#" + e + ' [id="' + M + '"]');
|
|
31887
31887
|
if (B) {
|
|
31888
|
-
const
|
|
31889
|
-
|
|
31888
|
+
const R = d.createElementNS("http://www.w3.org/2000/svg", "a");
|
|
31889
|
+
R.setAttributeNS("http://www.w3.org/2000/svg", "class", L.classes.join(" ")), R.setAttributeNS("http://www.w3.org/2000/svg", "href", L.link), R.setAttributeNS("http://www.w3.org/2000/svg", "rel", "noopener"), s === "sandbox" ? R.setAttributeNS("http://www.w3.org/2000/svg", "target", "_top") : L.linkTarget && R.setAttributeNS("http://www.w3.org/2000/svg", "target", L.linkTarget);
|
|
31890
31890
|
const C = B.insert(function() {
|
|
31891
|
-
return
|
|
31891
|
+
return R;
|
|
31892
31892
|
}, ":first-child"), I = B.select(".label-container");
|
|
31893
31893
|
I && C.append(function() {
|
|
31894
31894
|
return I.node();
|
|
@@ -31908,11 +31908,11 @@ const GJ = {
|
|
|
31908
31908
|
draw: JJ
|
|
31909
31909
|
};
|
|
31910
31910
|
var Xf = function() {
|
|
31911
|
-
var t = function(
|
|
31912
|
-
for (I = I || {}, E =
|
|
31911
|
+
var t = function(R, C, I, E) {
|
|
31912
|
+
for (I = I || {}, E = R.length; E--; I[R[E]] = C)
|
|
31913
31913
|
;
|
|
31914
31914
|
return I;
|
|
31915
|
-
}, e = [1, 3], i = [1, 5], n = [7, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 28, 35, 40], r = [1, 15], s = [1, 16], o = [1, 17], a = [1, 18], l = [1, 19], u = [1, 20], h = [1, 21], d = [1, 22], f = [1, 23], p = [1, 24], m = [1, 25], g = [1, 26], v = [1, 27], x = [1, 29], b = [1, 31], T = [1, 34], k = [5, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 28, 35, 40],
|
|
31915
|
+
}, e = [1, 3], i = [1, 5], n = [7, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 28, 35, 40], r = [1, 15], s = [1, 16], o = [1, 17], a = [1, 18], l = [1, 19], u = [1, 20], h = [1, 21], d = [1, 22], f = [1, 23], p = [1, 24], m = [1, 25], g = [1, 26], v = [1, 27], x = [1, 29], b = [1, 31], T = [1, 34], k = [5, 7, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 23, 25, 26, 28, 35, 40], M = {
|
|
31916
31916
|
trace: function() {
|
|
31917
31917
|
},
|
|
31918
31918
|
yy: {},
|
|
@@ -32049,7 +32049,7 @@ var Xf = function() {
|
|
|
32049
32049
|
var It;
|
|
32050
32050
|
return It = w.pop() || Z.lex() || lt, typeof It != "number" && (It instanceof Array && (w = It, It = w.pop()), It = I.symbols_[It] || It), It;
|
|
32051
32051
|
}
|
|
32052
|
-
for (var Y, X, H, U, D = {}, P, j,
|
|
32052
|
+
for (var Y, X, H, U, D = {}, P, j, O, gt; ; ) {
|
|
32053
32053
|
if (X = E[E.length - 1], this.defaultActions[X] ? H = this.defaultActions[X] : ((Y === null || typeof Y > "u") && (Y = Et()), H = F[X] && F[X][Y]), typeof H > "u" || !H.length || !H[0]) {
|
|
32054
32054
|
var S = "";
|
|
32055
32055
|
gt = [];
|
|
@@ -32090,7 +32090,7 @@ Expecting ` + gt.join(", ") + ", got '" + (this.terminals_[Y] || Y) + "'" : S =
|
|
|
32090
32090
|
y
|
|
32091
32091
|
].concat(ct)), typeof U < "u")
|
|
32092
32092
|
return U;
|
|
32093
|
-
j && (E = E.slice(0, -1 * j * 2), A = A.slice(0, -1 * j), y = y.slice(0, -1 * j)), E.push(this.productions_[H[1]][0]), A.push(D.$), y.push(D._$),
|
|
32093
|
+
j && (E = E.slice(0, -1 * j * 2), A = A.slice(0, -1 * j), y = y.slice(0, -1 * j)), E.push(this.productions_[H[1]][0]), A.push(D.$), y.push(D._$), O = F[E[E.length - 2]][E[E.length - 1]], E.push(O);
|
|
32094
32094
|
break;
|
|
32095
32095
|
case 3:
|
|
32096
32096
|
return !0;
|
|
@@ -32098,8 +32098,8 @@ Expecting ` + gt.join(", ") + ", got '" + (this.terminals_[Y] || Y) + "'" : S =
|
|
|
32098
32098
|
}
|
|
32099
32099
|
return !0;
|
|
32100
32100
|
}
|
|
32101
|
-
},
|
|
32102
|
-
var
|
|
32101
|
+
}, L = /* @__PURE__ */ function() {
|
|
32102
|
+
var R = {
|
|
32103
32103
|
EOF: 1,
|
|
32104
32104
|
parseError: function(I, E) {
|
|
32105
32105
|
if (this.yy.parser)
|
|
@@ -32383,13 +32383,13 @@ Expecting ` + gt.join(", ") + ", got '" + (this.terminals_[Y] || Y) + "'" : S =
|
|
|
32383
32383
|
rules: [/^(?:%%\{)/i, /^(?:((?:(?!\}%%)[^:.])*))/i, /^(?::)/i, /^(?:\}%%)/i, /^(?:((?:(?!\}%%).|\n)*))/i, /^(?:accTitle\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*\{\s*)/i, /^(?:[\}])/i, /^(?:[^\}]*)/i, /^(?:%%(?!\{)*[^\n]*)/i, /^(?:[^\}]%%*[^\n]*)/i, /^(?:%%*[^\n]*[\n]*)/i, /^(?:[\n]+)/i, /^(?:\s+)/i, /^(?:#[^\n]*)/i, /^(?:%[^\n]*)/i, /^(?:href[\s]+["])/i, /^(?:["])/i, /^(?:[^"]*)/i, /^(?:call[\s]+)/i, /^(?:\([\s]*\))/i, /^(?:\()/i, /^(?:[^(]*)/i, /^(?:\))/i, /^(?:[^)]*)/i, /^(?:click[\s]+)/i, /^(?:[\s\n])/i, /^(?:[^\s\n]*)/i, /^(?:gantt\b)/i, /^(?:dateFormat\s[^#\n;]+)/i, /^(?:inclusiveEndDates\b)/i, /^(?:topAxis\b)/i, /^(?:axisFormat\s[^#\n;]+)/i, /^(?:tickInterval\s[^#\n;]+)/i, /^(?:includes\s[^#\n;]+)/i, /^(?:excludes\s[^#\n;]+)/i, /^(?:todayMarker\s[^\n;]+)/i, /^(?:\d\d\d\d-\d\d-\d\d\b)/i, /^(?:title\s[^#\n;]+)/i, /^(?:accDescription\s[^#\n;]+)/i, /^(?:section\s[^#:\n;]+)/i, /^(?:[^#:\n;]+)/i, /^(?::[^#\n;]+)/i, /^(?::)/i, /^(?:$)/i, /^(?:.)/i],
|
|
32384
32384
|
conditions: { acc_descr_multiline: { rules: [10, 11], inclusive: !1 }, acc_descr: { rules: [8], inclusive: !1 }, acc_title: { rules: [6], inclusive: !1 }, close_directive: { rules: [], inclusive: !1 }, arg_directive: { rules: [3, 4], inclusive: !1 }, type_directive: { rules: [2, 3], inclusive: !1 }, open_directive: { rules: [1], inclusive: !1 }, callbackargs: { rules: [26, 27], inclusive: !1 }, callbackname: { rules: [23, 24, 25], inclusive: !1 }, href: { rules: [20, 21], inclusive: !1 }, click: { rules: [29, 30], inclusive: !1 }, INITIAL: { rules: [0, 5, 7, 9, 12, 13, 14, 15, 16, 17, 18, 19, 22, 28, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], inclusive: !0 } }
|
|
32385
32385
|
};
|
|
32386
|
-
return
|
|
32386
|
+
return R;
|
|
32387
32387
|
}();
|
|
32388
|
-
|
|
32388
|
+
M.lexer = L;
|
|
32389
32389
|
function B() {
|
|
32390
32390
|
this.yy = {};
|
|
32391
32391
|
}
|
|
32392
|
-
return B.prototype =
|
|
32392
|
+
return B.prototype = M, M.Parser = B, new B();
|
|
32393
32393
|
}();
|
|
32394
32394
|
Xf.parser = Xf;
|
|
32395
32395
|
const ttt = Xf, ett = (t) => t.match(/^\s*gantt/) !== null;
|
|
@@ -32763,7 +32763,7 @@ const Rtt = function(t, e, i, n) {
|
|
|
32763
32763
|
I,
|
|
32764
32764
|
n.db.getExcludes(),
|
|
32765
32765
|
n.db.getIncludes()
|
|
32766
|
-
), k(_, F, E, w), b(I, y, F, _, A, z, E),
|
|
32766
|
+
), k(_, F, E, w), b(I, y, F, _, A, z, E), M(y, F), L(_, F, E, w);
|
|
32767
32767
|
}
|
|
32768
32768
|
function b(I, E, w, A, y, F, _) {
|
|
32769
32769
|
f.append("g").selectAll("rect").data(I).enter().append("rect").attr("x", 0).attr("y", function(lt, ct) {
|
|
@@ -32908,7 +32908,7 @@ const Rtt = function(t, e, i, n) {
|
|
|
32908
32908
|
f.append("g").attr("class", "grid").attr("transform", "translate(" + I + ", " + E + ")").call(z).selectAll("text").style("text-anchor", "middle").attr("fill", "#000").attr("stroke", "none").attr("font-size", 10);
|
|
32909
32909
|
}
|
|
32910
32910
|
}
|
|
32911
|
-
function
|
|
32911
|
+
function M(I, E) {
|
|
32912
32912
|
const w = [];
|
|
32913
32913
|
let A = 0;
|
|
32914
32914
|
for (const [y, F] of m.entries())
|
|
@@ -32934,7 +32934,7 @@ const Rtt = function(t, e, i, n) {
|
|
|
32934
32934
|
return "sectionTitle";
|
|
32935
32935
|
});
|
|
32936
32936
|
}
|
|
32937
|
-
function
|
|
32937
|
+
function L(I, E, w, A) {
|
|
32938
32938
|
const y = n.db.getTodayMarker();
|
|
32939
32939
|
if (y === "off")
|
|
32940
32940
|
return;
|
|
@@ -32947,7 +32947,7 @@ const Rtt = function(t, e, i, n) {
|
|
|
32947
32947
|
Object.prototype.hasOwnProperty.call(E, I[A]) || (E[I[A]] = !0, w.push(I[A]));
|
|
32948
32948
|
return w;
|
|
32949
32949
|
}
|
|
32950
|
-
function
|
|
32950
|
+
function R(I) {
|
|
32951
32951
|
let E = I.length;
|
|
32952
32952
|
const w = {};
|
|
32953
32953
|
for (; E; )
|
|
@@ -32955,7 +32955,7 @@ const Rtt = function(t, e, i, n) {
|
|
|
32955
32955
|
return w;
|
|
32956
32956
|
}
|
|
32957
32957
|
function C(I, E) {
|
|
32958
|
-
return
|
|
32958
|
+
return R(E)[I] || 0;
|
|
32959
32959
|
}
|
|
32960
32960
|
}, Ott = {
|
|
32961
32961
|
setConf: Itt,
|
|
@@ -32996,19 +32996,19 @@ var Zf = function() {
|
|
|
32996
32996
|
},
|
|
32997
32997
|
parse: function(o) {
|
|
32998
32998
|
var a = this, l = [0], u = [], h = [null], d = [], f = this.table, p = "", m = 0, g = 0, v = 2, x = 1, b = d.slice.call(arguments, 1), T = Object.create(this.lexer), k = { yy: {} };
|
|
32999
|
-
for (var
|
|
33000
|
-
Object.prototype.hasOwnProperty.call(this.yy,
|
|
32999
|
+
for (var M in this.yy)
|
|
33000
|
+
Object.prototype.hasOwnProperty.call(this.yy, M) && (k.yy[M] = this.yy[M]);
|
|
33001
33001
|
T.setInput(o, k.yy), k.yy.lexer = T, k.yy.parser = this, typeof T.yylloc > "u" && (T.yylloc = {});
|
|
33002
|
-
var
|
|
33003
|
-
d.push(
|
|
33002
|
+
var L = T.yylloc;
|
|
33003
|
+
d.push(L);
|
|
33004
33004
|
var B = T.options && T.options.ranges;
|
|
33005
33005
|
typeof k.yy.parseError == "function" ? this.parseError = k.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
|
|
33006
|
-
function
|
|
33006
|
+
function R() {
|
|
33007
33007
|
var et;
|
|
33008
33008
|
return et = u.pop() || T.lex() || x, typeof et != "number" && (et instanceof Array && (u = et, et = u.pop()), et = a.symbols_[et] || et), et;
|
|
33009
33009
|
}
|
|
33010
33010
|
for (var C, I, E, w, A = {}, y, F, _, z; ; ) {
|
|
33011
|
-
if (I = l[l.length - 1], this.defaultActions[I] ? E = this.defaultActions[I] : ((C === null || typeof C > "u") && (C =
|
|
33011
|
+
if (I = l[l.length - 1], this.defaultActions[I] ? E = this.defaultActions[I] : ((C === null || typeof C > "u") && (C = R()), E = f[I] && f[I][C]), typeof E > "u" || !E.length || !E[0]) {
|
|
33012
33012
|
var mt = "";
|
|
33013
33013
|
z = [];
|
|
33014
33014
|
for (y in f[I])
|
|
@@ -33019,7 +33019,7 @@ Expecting ` + z.join(", ") + ", got '" + (this.terminals_[C] || C) + "'" : mt =
|
|
|
33019
33019
|
text: T.match,
|
|
33020
33020
|
token: this.terminals_[C] || C,
|
|
33021
33021
|
line: T.yylineno,
|
|
33022
|
-
loc:
|
|
33022
|
+
loc: L,
|
|
33023
33023
|
expected: z
|
|
33024
33024
|
});
|
|
33025
33025
|
}
|
|
@@ -33027,7 +33027,7 @@ Expecting ` + z.join(", ") + ", got '" + (this.terminals_[C] || C) + "'" : mt =
|
|
|
33027
33027
|
throw new Error("Parse Error: multiple actions possible at state: " + I + ", token: " + C);
|
|
33028
33028
|
switch (E[0]) {
|
|
33029
33029
|
case 1:
|
|
33030
|
-
l.push(C), h.push(T.yytext), d.push(T.yylloc), l.push(E[1]), C = null, g = T.yyleng, p = T.yytext, m = T.yylineno,
|
|
33030
|
+
l.push(C), h.push(T.yytext), d.push(T.yylloc), l.push(E[1]), C = null, g = T.yyleng, p = T.yytext, m = T.yylineno, L = T.yylloc;
|
|
33031
33031
|
break;
|
|
33032
33032
|
case 2:
|
|
33033
33033
|
if (F = this.productions_[E[1]][1], A.$ = h[h.length - F], A._$ = {
|
|
@@ -33283,10 +33283,10 @@ const Ptt = (t) => {
|
|
|
33283
33283
|
draw: Utt
|
|
33284
33284
|
}, Ytt = (t) => t.match(/^\s*info/) !== null;
|
|
33285
33285
|
var Jf = function() {
|
|
33286
|
-
var t = function(
|
|
33287
|
-
for (
|
|
33286
|
+
var t = function(L, B, R, C) {
|
|
33287
|
+
for (R = R || {}, C = L.length; C--; R[L[C]] = B)
|
|
33288
33288
|
;
|
|
33289
|
-
return
|
|
33289
|
+
return R;
|
|
33290
33290
|
}, e = [1, 4], i = [1, 5], n = [1, 6], r = [1, 7], s = [1, 9], o = [1, 11, 13, 15, 17, 19, 20, 26, 27, 28, 29], a = [2, 5], l = [1, 6, 11, 13, 15, 17, 19, 20, 26, 27, 28, 29], u = [26, 27, 28], h = [2, 8], d = [1, 18], f = [1, 19], p = [1, 20], m = [1, 21], g = [1, 22], v = [1, 23], x = [1, 28], b = [6, 26, 27, 28, 29], T = {
|
|
33291
33291
|
trace: function() {
|
|
33292
33292
|
},
|
|
@@ -33294,7 +33294,7 @@ var Jf = function() {
|
|
|
33294
33294
|
symbols_: { error: 2, start: 3, eol: 4, directive: 5, PIE: 6, document: 7, showData: 8, line: 9, statement: 10, txt: 11, value: 12, title: 13, title_value: 14, acc_title: 15, acc_title_value: 16, acc_descr: 17, acc_descr_value: 18, acc_descr_multiline_value: 19, section: 20, openDirective: 21, typeDirective: 22, closeDirective: 23, ":": 24, argDirective: 25, NEWLINE: 26, ";": 27, EOF: 28, open_directive: 29, type_directive: 30, arg_directive: 31, close_directive: 32, $accept: 0, $end: 1 },
|
|
33295
33295
|
terminals_: { 2: "error", 6: "PIE", 8: "showData", 11: "txt", 12: "value", 13: "title", 14: "title_value", 15: "acc_title", 16: "acc_title_value", 17: "acc_descr", 18: "acc_descr_value", 19: "acc_descr_multiline_value", 20: "section", 24: ":", 26: "NEWLINE", 27: ";", 28: "EOF", 29: "open_directive", 30: "type_directive", 31: "arg_directive", 32: "close_directive" },
|
|
33296
33296
|
productions_: [0, [3, 2], [3, 2], [3, 2], [3, 3], [7, 0], [7, 2], [9, 2], [10, 0], [10, 2], [10, 2], [10, 2], [10, 2], [10, 1], [10, 1], [10, 1], [5, 3], [5, 5], [4, 1], [4, 1], [4, 1], [21, 1], [22, 1], [25, 1], [23, 1]],
|
|
33297
|
-
performAction: function(B,
|
|
33297
|
+
performAction: function(B, R, C, I, E, w, A) {
|
|
33298
33298
|
var y = w.length - 1;
|
|
33299
33299
|
switch (E) {
|
|
33300
33300
|
case 4:
|
|
@@ -33335,16 +33335,16 @@ var Jf = function() {
|
|
|
33335
33335
|
},
|
|
33336
33336
|
table: [{ 3: 1, 4: 2, 5: 3, 6: e, 21: 8, 26: i, 27: n, 28: r, 29: s }, { 1: [3] }, { 3: 10, 4: 2, 5: 3, 6: e, 21: 8, 26: i, 27: n, 28: r, 29: s }, { 3: 11, 4: 2, 5: 3, 6: e, 21: 8, 26: i, 27: n, 28: r, 29: s }, t(o, a, { 7: 12, 8: [1, 13] }), t(l, [2, 18]), t(l, [2, 19]), t(l, [2, 20]), { 22: 14, 30: [1, 15] }, { 30: [2, 21] }, { 1: [2, 1] }, { 1: [2, 2] }, t(u, h, { 21: 8, 9: 16, 10: 17, 5: 24, 1: [2, 3], 11: d, 13: f, 15: p, 17: m, 19: g, 20: v, 29: s }), t(o, a, { 7: 25 }), { 23: 26, 24: [1, 27], 32: x }, t([24, 32], [2, 22]), t(o, [2, 6]), { 4: 29, 26: i, 27: n, 28: r }, { 12: [1, 30] }, { 14: [1, 31] }, { 16: [1, 32] }, { 18: [1, 33] }, t(u, [2, 13]), t(u, [2, 14]), t(u, [2, 15]), t(u, h, { 21: 8, 9: 16, 10: 17, 5: 24, 1: [2, 4], 11: d, 13: f, 15: p, 17: m, 19: g, 20: v, 29: s }), t(b, [2, 16]), { 25: 34, 31: [1, 35] }, t(b, [2, 24]), t(o, [2, 7]), t(u, [2, 9]), t(u, [2, 10]), t(u, [2, 11]), t(u, [2, 12]), { 23: 36, 32: x }, { 32: [2, 23] }, t(b, [2, 17])],
|
|
33337
33337
|
defaultActions: { 9: [2, 21], 10: [2, 1], 11: [2, 2], 35: [2, 23] },
|
|
33338
|
-
parseError: function(B,
|
|
33339
|
-
if (
|
|
33338
|
+
parseError: function(B, R) {
|
|
33339
|
+
if (R.recoverable)
|
|
33340
33340
|
this.trace(B);
|
|
33341
33341
|
else {
|
|
33342
33342
|
var C = new Error(B);
|
|
33343
|
-
throw C.hash =
|
|
33343
|
+
throw C.hash = R, C;
|
|
33344
33344
|
}
|
|
33345
33345
|
},
|
|
33346
33346
|
parse: function(B) {
|
|
33347
|
-
var
|
|
33347
|
+
var R = this, C = [0], I = [], E = [null], w = [], A = this.table, y = "", F = 0, _ = 0, z = 2, mt = 1, et = w.slice.call(arguments, 1), lt = Object.create(this.lexer), ct = { yy: {} };
|
|
33348
33348
|
for (var Z in this.yy)
|
|
33349
33349
|
Object.prototype.hasOwnProperty.call(this.yy, Z) && (ct.yy[Z] = this.yy[Z]);
|
|
33350
33350
|
lt.setInput(B, ct.yy), ct.yy.lexer = lt, ct.yy.parser = this, typeof lt.yylloc > "u" && (lt.yylloc = {});
|
|
@@ -33354,17 +33354,17 @@ var Jf = function() {
|
|
|
33354
33354
|
typeof ct.yy.parseError == "function" ? this.parseError = ct.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
|
|
33355
33355
|
function pt() {
|
|
33356
33356
|
var gt;
|
|
33357
|
-
return gt = I.pop() || lt.lex() || mt, typeof gt != "number" && (gt instanceof Array && (I = gt, gt = I.pop()), gt =
|
|
33357
|
+
return gt = I.pop() || lt.lex() || mt, typeof gt != "number" && (gt instanceof Array && (I = gt, gt = I.pop()), gt = R.symbols_[gt] || gt), gt;
|
|
33358
33358
|
}
|
|
33359
33359
|
for (var W, Et, Y, X, H = {}, U, D, P, j; ; ) {
|
|
33360
33360
|
if (Et = C[C.length - 1], this.defaultActions[Et] ? Y = this.defaultActions[Et] : ((W === null || typeof W > "u") && (W = pt()), Y = A[Et] && A[Et][W]), typeof Y > "u" || !Y.length || !Y[0]) {
|
|
33361
|
-
var
|
|
33361
|
+
var O = "";
|
|
33362
33362
|
j = [];
|
|
33363
33363
|
for (U in A[Et])
|
|
33364
33364
|
this.terminals_[U] && U > z && j.push("'" + this.terminals_[U] + "'");
|
|
33365
|
-
lt.showPosition ?
|
|
33365
|
+
lt.showPosition ? O = "Parse error on line " + (F + 1) + `:
|
|
33366
33366
|
` + lt.showPosition() + `
|
|
33367
|
-
Expecting ` + j.join(", ") + ", got '" + (this.terminals_[W] || W) + "'" :
|
|
33367
|
+
Expecting ` + j.join(", ") + ", got '" + (this.terminals_[W] || W) + "'" : O = "Parse error on line " + (F + 1) + ": Unexpected " + (W == mt ? "end of input" : "'" + (this.terminals_[W] || W) + "'"), this.parseError(O, {
|
|
33368
33368
|
text: lt.match,
|
|
33369
33369
|
token: this.terminals_[W] || W,
|
|
33370
33370
|
line: lt.yylineno,
|
|
@@ -33406,17 +33406,17 @@ Expecting ` + j.join(", ") + ", got '" + (this.terminals_[W] || W) + "'" : R = "
|
|
|
33406
33406
|
return !0;
|
|
33407
33407
|
}
|
|
33408
33408
|
}, k = /* @__PURE__ */ function() {
|
|
33409
|
-
var
|
|
33409
|
+
var L = {
|
|
33410
33410
|
EOF: 1,
|
|
33411
|
-
parseError: function(
|
|
33411
|
+
parseError: function(R, C) {
|
|
33412
33412
|
if (this.yy.parser)
|
|
33413
|
-
this.yy.parser.parseError(
|
|
33413
|
+
this.yy.parser.parseError(R, C);
|
|
33414
33414
|
else
|
|
33415
|
-
throw new Error(
|
|
33415
|
+
throw new Error(R);
|
|
33416
33416
|
},
|
|
33417
33417
|
// resets the lexer, sets new input
|
|
33418
|
-
setInput: function(B,
|
|
33419
|
-
return this.yy =
|
|
33418
|
+
setInput: function(B, R) {
|
|
33419
|
+
return this.yy = R || this.yy || {}, this._input = B, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
|
|
33420
33420
|
first_line: 1,
|
|
33421
33421
|
first_column: 0,
|
|
33422
33422
|
last_line: 1,
|
|
@@ -33427,13 +33427,13 @@ Expecting ` + j.join(", ") + ", got '" + (this.terminals_[W] || W) + "'" : R = "
|
|
|
33427
33427
|
input: function() {
|
|
33428
33428
|
var B = this._input[0];
|
|
33429
33429
|
this.yytext += B, this.yyleng++, this.offset++, this.match += B, this.matched += B;
|
|
33430
|
-
var
|
|
33431
|
-
return
|
|
33430
|
+
var R = B.match(/(?:\r\n?|\n).*/g);
|
|
33431
|
+
return R ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), B;
|
|
33432
33432
|
},
|
|
33433
33433
|
// unshifts one char (or a string) into the input
|
|
33434
33434
|
unput: function(B) {
|
|
33435
|
-
var
|
|
33436
|
-
this._input = B + this._input, this.yytext = this.yytext.substr(0, this.yytext.length -
|
|
33435
|
+
var R = B.length, C = B.split(/(?:\r\n?|\n)/g);
|
|
33436
|
+
this._input = B + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - R), this.offset -= R;
|
|
33437
33437
|
var I = this.match.split(/(?:\r\n?|\n)/g);
|
|
33438
33438
|
this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), C.length - 1 && (this.yylineno -= C.length - 1);
|
|
33439
33439
|
var E = this.yylloc.range;
|
|
@@ -33441,8 +33441,8 @@ Expecting ` + j.join(", ") + ", got '" + (this.terminals_[W] || W) + "'" : R = "
|
|
|
33441
33441
|
first_line: this.yylloc.first_line,
|
|
33442
33442
|
last_line: this.yylineno + 1,
|
|
33443
33443
|
first_column: this.yylloc.first_column,
|
|
33444
|
-
last_column: C ? (C.length === I.length ? this.yylloc.first_column : 0) + I[I.length - C.length].length - C[0].length : this.yylloc.first_column -
|
|
33445
|
-
}, this.options.ranges && (this.yylloc.range = [E[0], E[0] + this.yyleng -
|
|
33444
|
+
last_column: C ? (C.length === I.length ? this.yylloc.first_column : 0) + I[I.length - C.length].length - C[0].length : this.yylloc.first_column - R
|
|
33445
|
+
}, this.options.ranges && (this.yylloc.range = [E[0], E[0] + this.yyleng - R]), this.yyleng = this.yytext.length, this;
|
|
33446
33446
|
},
|
|
33447
33447
|
// When called from action, caches matched text and appends it on next action
|
|
33448
33448
|
more: function() {
|
|
@@ -33477,12 +33477,12 @@ Expecting ` + j.join(", ") + ", got '" + (this.terminals_[W] || W) + "'" : R = "
|
|
|
33477
33477
|
},
|
|
33478
33478
|
// displays the character position where the lexing error occurred, i.e. for error messages
|
|
33479
33479
|
showPosition: function() {
|
|
33480
|
-
var B = this.pastInput(),
|
|
33480
|
+
var B = this.pastInput(), R = new Array(B.length + 1).join("-");
|
|
33481
33481
|
return B + this.upcomingInput() + `
|
|
33482
|
-
` +
|
|
33482
|
+
` + R + "^";
|
|
33483
33483
|
},
|
|
33484
33484
|
// test the lexed token: return FALSE when not a match, otherwise return token
|
|
33485
|
-
test_match: function(B,
|
|
33485
|
+
test_match: function(B, R) {
|
|
33486
33486
|
var C, I, E;
|
|
33487
33487
|
if (this.options.backtrack_lexer && (E = {
|
|
33488
33488
|
yylineno: this.yylineno,
|
|
@@ -33508,7 +33508,7 @@ Expecting ` + j.join(", ") + ", got '" + (this.terminals_[W] || W) + "'" : R = "
|
|
|
33508
33508
|
last_line: this.yylineno + 1,
|
|
33509
33509
|
first_column: this.yylloc.last_column,
|
|
33510
33510
|
last_column: I ? I[I.length - 1].length - I[I.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + B[0].length
|
|
33511
|
-
}, this.yytext += B[0], this.match += B[0], this.matches = B, this.yyleng = this.yytext.length, this.options.ranges && (this.yylloc.range = [this.offset, this.offset += this.yyleng]), this._more = !1, this._backtrack = !1, this._input = this._input.slice(B[0].length), this.matched += B[0], C = this.performAction.call(this, this.yy, this,
|
|
33511
|
+
}, this.yytext += B[0], this.match += B[0], this.matches = B, this.yyleng = this.yytext.length, this.options.ranges && (this.yylloc.range = [this.offset, this.offset += this.yyleng]), this._more = !1, this._backtrack = !1, this._input = this._input.slice(B[0].length), this.matched += B[0], C = this.performAction.call(this, this.yy, this, R, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), C)
|
|
33512
33512
|
return C;
|
|
33513
33513
|
if (this._backtrack) {
|
|
33514
33514
|
for (var w in E)
|
|
@@ -33522,22 +33522,22 @@ Expecting ` + j.join(", ") + ", got '" + (this.terminals_[W] || W) + "'" : R = "
|
|
|
33522
33522
|
if (this.done)
|
|
33523
33523
|
return this.EOF;
|
|
33524
33524
|
this._input || (this.done = !0);
|
|
33525
|
-
var B,
|
|
33525
|
+
var B, R, C, I;
|
|
33526
33526
|
this._more || (this.yytext = "", this.match = "");
|
|
33527
33527
|
for (var E = this._currentRules(), w = 0; w < E.length; w++)
|
|
33528
|
-
if (C = this._input.match(this.rules[E[w]]), C && (!
|
|
33529
|
-
if (
|
|
33528
|
+
if (C = this._input.match(this.rules[E[w]]), C && (!R || C[0].length > R[0].length)) {
|
|
33529
|
+
if (R = C, I = w, this.options.backtrack_lexer) {
|
|
33530
33530
|
if (B = this.test_match(C, E[w]), B !== !1)
|
|
33531
33531
|
return B;
|
|
33532
33532
|
if (this._backtrack) {
|
|
33533
|
-
|
|
33533
|
+
R = !1;
|
|
33534
33534
|
continue;
|
|
33535
33535
|
} else
|
|
33536
33536
|
return !1;
|
|
33537
33537
|
} else if (!this.options.flex)
|
|
33538
33538
|
break;
|
|
33539
33539
|
}
|
|
33540
|
-
return
|
|
33540
|
+
return R ? (B = this.test_match(R, E[I]), B !== !1 ? B : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
|
|
33541
33541
|
` + this.showPosition(), {
|
|
33542
33542
|
text: "",
|
|
33543
33543
|
token: null,
|
|
@@ -33546,36 +33546,36 @@ Expecting ` + j.join(", ") + ", got '" + (this.terminals_[W] || W) + "'" : R = "
|
|
|
33546
33546
|
},
|
|
33547
33547
|
// return next match that has a token
|
|
33548
33548
|
lex: function() {
|
|
33549
|
-
var
|
|
33550
|
-
return
|
|
33549
|
+
var R = this.next();
|
|
33550
|
+
return R || this.lex();
|
|
33551
33551
|
},
|
|
33552
33552
|
// activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
|
|
33553
|
-
begin: function(
|
|
33554
|
-
this.conditionStack.push(
|
|
33553
|
+
begin: function(R) {
|
|
33554
|
+
this.conditionStack.push(R);
|
|
33555
33555
|
},
|
|
33556
33556
|
// pop the previously active lexer condition state off the condition stack
|
|
33557
33557
|
popState: function() {
|
|
33558
|
-
var
|
|
33559
|
-
return
|
|
33558
|
+
var R = this.conditionStack.length - 1;
|
|
33559
|
+
return R > 0 ? this.conditionStack.pop() : this.conditionStack[0];
|
|
33560
33560
|
},
|
|
33561
33561
|
// produce the lexer rule set which is active for the currently active lexer condition state
|
|
33562
33562
|
_currentRules: function() {
|
|
33563
33563
|
return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
|
|
33564
33564
|
},
|
|
33565
33565
|
// return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
|
|
33566
|
-
topState: function(
|
|
33567
|
-
return
|
|
33566
|
+
topState: function(R) {
|
|
33567
|
+
return R = this.conditionStack.length - 1 - Math.abs(R || 0), R >= 0 ? this.conditionStack[R] : "INITIAL";
|
|
33568
33568
|
},
|
|
33569
33569
|
// alias for begin(condition)
|
|
33570
|
-
pushState: function(
|
|
33571
|
-
this.begin(
|
|
33570
|
+
pushState: function(R) {
|
|
33571
|
+
this.begin(R);
|
|
33572
33572
|
},
|
|
33573
33573
|
// return the number of states currently on the stack
|
|
33574
33574
|
stateStackSize: function() {
|
|
33575
33575
|
return this.conditionStack.length;
|
|
33576
33576
|
},
|
|
33577
33577
|
options: { "case-insensitive": !0 },
|
|
33578
|
-
performAction: function(
|
|
33578
|
+
performAction: function(R, C, I, E) {
|
|
33579
33579
|
switch (I) {
|
|
33580
33580
|
case 0:
|
|
33581
33581
|
return this.begin("open_directive"), 29;
|
|
@@ -33638,13 +33638,13 @@ Expecting ` + j.join(", ") + ", got '" + (this.terminals_[W] || W) + "'" : R = "
|
|
|
33638
33638
|
rules: [/^(?:%%\{)/i, /^(?:((?:(?!\}%%)[^:.])*))/i, /^(?::)/i, /^(?:\}%%)/i, /^(?:((?:(?!\}%%).|\n)*))/i, /^(?:%%(?!\{)[^\n]*)/i, /^(?:[^\}]%%[^\n]*)/i, /^(?:[\n\r]+)/i, /^(?:%%[^\n]*)/i, /^(?:[\s]+)/i, /^(?:title\b)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accTitle\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*\{\s*)/i, /^(?:[\}])/i, /^(?:[^\}]*)/i, /^(?:["])/i, /^(?:["])/i, /^(?:[^"]*)/i, /^(?:pie\b)/i, /^(?:showData\b)/i, /^(?::[\s]*[\d]+(?:\.[\d]+)?)/i, /^(?:$)/i],
|
|
33639
33639
|
conditions: { acc_descr_multiline: { rules: [17, 18], inclusive: !1 }, acc_descr: { rules: [15], inclusive: !1 }, acc_title: { rules: [13], inclusive: !1 }, close_directive: { rules: [], inclusive: !1 }, arg_directive: { rules: [3, 4], inclusive: !1 }, type_directive: { rules: [2, 3], inclusive: !1 }, open_directive: { rules: [1], inclusive: !1 }, title: { rules: [11], inclusive: !1 }, string: { rules: [20, 21], inclusive: !1 }, INITIAL: { rules: [0, 5, 6, 7, 8, 9, 10, 12, 14, 16, 19, 22, 23, 24, 25], inclusive: !0 } }
|
|
33640
33640
|
};
|
|
33641
|
-
return
|
|
33641
|
+
return L;
|
|
33642
33642
|
}();
|
|
33643
33643
|
T.lexer = k;
|
|
33644
|
-
function
|
|
33644
|
+
function M() {
|
|
33645
33645
|
this.yy = {};
|
|
33646
33646
|
}
|
|
33647
|
-
return
|
|
33647
|
+
return M.prototype = T, T.Parser = M, new M();
|
|
33648
33648
|
}();
|
|
33649
33649
|
Jf.parser = Jf;
|
|
33650
33650
|
const jtt = Jf, Gtt = (t) => t.match(/^\s*pie/) !== null || t.match(/^\s*bar/) !== null;
|
|
@@ -33685,30 +33685,30 @@ const cl = 450, eet = (t, e, i, n) => {
|
|
|
33685
33685
|
const b = q().securityLevel;
|
|
33686
33686
|
let T;
|
|
33687
33687
|
b === "sandbox" && (T = wt("#i" + e));
|
|
33688
|
-
const k = wt(b === "sandbox" ? T.nodes()[0].contentDocument.body : "body"),
|
|
33688
|
+
const k = wt(b === "sandbox" ? T.nodes()[0].contentDocument.body : "body"), M = b === "sandbox" ? T.nodes()[0].contentDocument : document;
|
|
33689
33689
|
n.db.clear(), n.parser.parse(t), N.debug("Parsed info diagram");
|
|
33690
|
-
const
|
|
33691
|
-
Fr =
|
|
33690
|
+
const L = M.getElementById(e);
|
|
33691
|
+
Fr = L.parentElement.offsetWidth, Fr === void 0 && (Fr = 1200), Pr.useWidth !== void 0 && (Fr = Pr.useWidth), Pr.pie.useWidth !== void 0 && (Fr = Pr.pie.useWidth);
|
|
33692
33692
|
const B = k.select("#" + e);
|
|
33693
|
-
Jn(B, cl, Fr, Pr.pie.useMaxWidth),
|
|
33693
|
+
Jn(B, cl, Fr, Pr.pie.useMaxWidth), L.setAttribute("viewBox", "0 0 " + Fr + " " + cl);
|
|
33694
33694
|
var r = 40, s = 18, o = 4, a = Math.min(Fr, cl) / 2 - r, l = B.append("g").attr("transform", "translate(" + Fr / 2 + "," + cl / 2 + ")"), u = n.db.getSections(), h = 0;
|
|
33695
33695
|
Object.keys(u).forEach(function(C) {
|
|
33696
33696
|
h += u[C];
|
|
33697
33697
|
});
|
|
33698
|
-
const
|
|
33698
|
+
const R = Pr.themeVariables;
|
|
33699
33699
|
var d = [
|
|
33700
|
-
|
|
33701
|
-
|
|
33702
|
-
|
|
33703
|
-
|
|
33704
|
-
|
|
33705
|
-
|
|
33706
|
-
|
|
33707
|
-
|
|
33708
|
-
|
|
33709
|
-
|
|
33710
|
-
|
|
33711
|
-
|
|
33700
|
+
R.pie1,
|
|
33701
|
+
R.pie2,
|
|
33702
|
+
R.pie3,
|
|
33703
|
+
R.pie4,
|
|
33704
|
+
R.pie5,
|
|
33705
|
+
R.pie6,
|
|
33706
|
+
R.pie7,
|
|
33707
|
+
R.pie8,
|
|
33708
|
+
R.pie9,
|
|
33709
|
+
R.pie10,
|
|
33710
|
+
R.pie11,
|
|
33711
|
+
R.pie12
|
|
33712
33712
|
], f = W8().range(d), p = Object.entries(u).map(function(C, I) {
|
|
33713
33713
|
return {
|
|
33714
33714
|
order: I,
|
|
@@ -33745,7 +33745,7 @@ var t2 = function() {
|
|
|
33745
33745
|
for (X = X || {}, H = Et.length; H--; X[Et[H]] = Y)
|
|
33746
33746
|
;
|
|
33747
33747
|
return X;
|
|
33748
|
-
}, e = [1, 3], i = [1, 5], n = [1, 6], r = [1, 7], s = [1, 8], o = [5, 6, 8, 14, 16, 18, 19, 40, 41, 42, 43, 44, 45, 53, 71, 72], a = [1, 22], l = [2, 13], u = [1, 26], h = [1, 27], d = [1, 28], f = [1, 29], p = [1, 30], m = [1, 31], g = [1, 24], v = [1, 32], x = [1, 33], b = [1, 36], T = [71, 72], k = [5, 8, 14, 16, 18, 19, 40, 41, 42, 43, 44, 45, 53, 60, 62, 71, 72],
|
|
33748
|
+
}, e = [1, 3], i = [1, 5], n = [1, 6], r = [1, 7], s = [1, 8], o = [5, 6, 8, 14, 16, 18, 19, 40, 41, 42, 43, 44, 45, 53, 71, 72], a = [1, 22], l = [2, 13], u = [1, 26], h = [1, 27], d = [1, 28], f = [1, 29], p = [1, 30], m = [1, 31], g = [1, 24], v = [1, 32], x = [1, 33], b = [1, 36], T = [71, 72], k = [5, 8, 14, 16, 18, 19, 40, 41, 42, 43, 44, 45, 53, 60, 62, 71, 72], M = [1, 56], L = [1, 57], B = [1, 58], R = [1, 59], C = [1, 60], I = [1, 61], E = [1, 62], w = [62, 63], A = [1, 74], y = [1, 70], F = [1, 71], _ = [1, 72], z = [1, 73], mt = [1, 75], et = [1, 79], lt = [1, 80], ct = [1, 77], Z = [1, 78], st = [5, 8, 14, 16, 18, 19, 40, 41, 42, 43, 44, 45, 53, 71, 72], yt = {
|
|
33749
33749
|
trace: function() {
|
|
33750
33750
|
},
|
|
33751
33751
|
yy: {},
|
|
@@ -33753,23 +33753,23 @@ var t2 = function() {
|
|
|
33753
33753
|
terminals_: { 2: "error", 5: "NEWLINE", 6: "RD", 8: "EOF", 12: ":", 14: "acc_title", 15: "acc_title_value", 16: "acc_descr", 17: "acc_descr_value", 18: "acc_descr_multiline_value", 19: "open_directive", 20: "type_directive", 21: "arg_directive", 22: "close_directive", 28: "STRUCT_START", 30: "ID", 31: "COLONSEP", 33: "TEXT", 35: "RISK", 37: "VERIFYMTHD", 39: "STRUCT_STOP", 40: "REQUIREMENT", 41: "FUNCTIONAL_REQUIREMENT", 42: "INTERFACE_REQUIREMENT", 43: "PERFORMANCE_REQUIREMENT", 44: "PHYSICAL_REQUIREMENT", 45: "DESIGN_CONSTRAINT", 46: "LOW_RISK", 47: "MED_RISK", 48: "HIGH_RISK", 49: "VERIFY_ANALYSIS", 50: "VERIFY_DEMONSTRATION", 51: "VERIFY_INSPECTION", 52: "VERIFY_TEST", 53: "ELEMENT", 56: "TYPE", 58: "DOCREF", 60: "END_ARROW_L", 62: "LINE", 63: "END_ARROW_R", 64: "CONTAINS", 65: "COPIES", 66: "DERIVES", 67: "SATISFIES", 68: "VERIFIES", 69: "REFINES", 70: "TRACES", 71: "unqString", 72: "qString" },
|
|
33754
33754
|
productions_: [0, [3, 3], [3, 2], [3, 4], [4, 3], [4, 5], [4, 2], [4, 2], [4, 1], [9, 1], [10, 1], [13, 1], [11, 1], [7, 0], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [23, 5], [29, 5], [29, 5], [29, 5], [29, 5], [29, 2], [29, 1], [26, 1], [26, 1], [26, 1], [26, 1], [26, 1], [26, 1], [36, 1], [36, 1], [36, 1], [38, 1], [38, 1], [38, 1], [38, 1], [24, 5], [55, 5], [55, 5], [55, 2], [55, 1], [25, 5], [25, 5], [61, 1], [61, 1], [61, 1], [61, 1], [61, 1], [61, 1], [61, 1], [27, 1], [27, 1], [32, 1], [32, 1], [34, 1], [34, 1], [54, 1], [54, 1], [57, 1], [57, 1], [59, 1], [59, 1]],
|
|
33755
33755
|
performAction: function(Y, X, H, U, D, P, j) {
|
|
33756
|
-
var
|
|
33756
|
+
var O = P.length - 1;
|
|
33757
33757
|
switch (D) {
|
|
33758
33758
|
case 6:
|
|
33759
|
-
this.$ = P[
|
|
33759
|
+
this.$ = P[O].trim(), U.setAccTitle(this.$);
|
|
33760
33760
|
break;
|
|
33761
33761
|
case 7:
|
|
33762
33762
|
case 8:
|
|
33763
|
-
this.$ = P[
|
|
33763
|
+
this.$ = P[O].trim(), U.setAccDescription(this.$);
|
|
33764
33764
|
break;
|
|
33765
33765
|
case 9:
|
|
33766
33766
|
U.parseDirective("%%{", "open_directive");
|
|
33767
33767
|
break;
|
|
33768
33768
|
case 10:
|
|
33769
|
-
U.parseDirective(P[
|
|
33769
|
+
U.parseDirective(P[O], "type_directive");
|
|
33770
33770
|
break;
|
|
33771
33771
|
case 11:
|
|
33772
|
-
P[
|
|
33772
|
+
P[O] = P[O].trim().replace(/'/g, '"'), U.parseDirective(P[O], "arg_directive");
|
|
33773
33773
|
break;
|
|
33774
33774
|
case 12:
|
|
33775
33775
|
U.parseDirective("}%%", "close_directive", "pie");
|
|
@@ -33778,19 +33778,19 @@ var t2 = function() {
|
|
|
33778
33778
|
this.$ = [];
|
|
33779
33779
|
break;
|
|
33780
33780
|
case 19:
|
|
33781
|
-
U.addRequirement(P[
|
|
33781
|
+
U.addRequirement(P[O - 3], P[O - 4]);
|
|
33782
33782
|
break;
|
|
33783
33783
|
case 20:
|
|
33784
|
-
U.setNewReqId(P[
|
|
33784
|
+
U.setNewReqId(P[O - 2]);
|
|
33785
33785
|
break;
|
|
33786
33786
|
case 21:
|
|
33787
|
-
U.setNewReqText(P[
|
|
33787
|
+
U.setNewReqText(P[O - 2]);
|
|
33788
33788
|
break;
|
|
33789
33789
|
case 22:
|
|
33790
|
-
U.setNewReqRisk(P[
|
|
33790
|
+
U.setNewReqRisk(P[O - 2]);
|
|
33791
33791
|
break;
|
|
33792
33792
|
case 23:
|
|
33793
|
-
U.setNewReqVerifyMethod(P[
|
|
33793
|
+
U.setNewReqVerifyMethod(P[O - 2]);
|
|
33794
33794
|
break;
|
|
33795
33795
|
case 26:
|
|
33796
33796
|
this.$ = U.RequirementType.REQUIREMENT;
|
|
@@ -33832,19 +33832,19 @@ var t2 = function() {
|
|
|
33832
33832
|
this.$ = U.VerifyType.VERIFY_TEST;
|
|
33833
33833
|
break;
|
|
33834
33834
|
case 39:
|
|
33835
|
-
U.addElement(P[
|
|
33835
|
+
U.addElement(P[O - 3]);
|
|
33836
33836
|
break;
|
|
33837
33837
|
case 40:
|
|
33838
|
-
U.setNewElementType(P[
|
|
33838
|
+
U.setNewElementType(P[O - 2]);
|
|
33839
33839
|
break;
|
|
33840
33840
|
case 41:
|
|
33841
|
-
U.setNewElementDocRef(P[
|
|
33841
|
+
U.setNewElementDocRef(P[O - 2]);
|
|
33842
33842
|
break;
|
|
33843
33843
|
case 44:
|
|
33844
|
-
U.addRelationship(P[
|
|
33844
|
+
U.addRelationship(P[O - 2], P[O], P[O - 4]);
|
|
33845
33845
|
break;
|
|
33846
33846
|
case 45:
|
|
33847
|
-
U.addRelationship(P[
|
|
33847
|
+
U.addRelationship(P[O - 2], P[O - 4], P[O]);
|
|
33848
33848
|
break;
|
|
33849
33849
|
case 46:
|
|
33850
33850
|
this.$ = U.Relationships.CONTAINS;
|
|
@@ -33869,7 +33869,7 @@ var t2 = function() {
|
|
|
33869
33869
|
break;
|
|
33870
33870
|
}
|
|
33871
33871
|
},
|
|
33872
|
-
table: [{ 3: 1, 4: 2, 6: e, 9: 4, 14: i, 16: n, 18: r, 19: s }, { 1: [3] }, { 3: 10, 4: 2, 5: [1, 9], 6: e, 9: 4, 14: i, 16: n, 18: r, 19: s }, { 5: [1, 11] }, { 10: 12, 20: [1, 13] }, { 15: [1, 14] }, { 17: [1, 15] }, t(o, [2, 8]), { 20: [2, 9] }, { 3: 16, 4: 2, 6: e, 9: 4, 14: i, 16: n, 18: r, 19: s }, { 1: [2, 2] }, { 4: 21, 5: a, 7: 17, 8: l, 9: 4, 14: i, 16: n, 18: r, 19: s, 23: 18, 24: 19, 25: 20, 26: 23, 32: 25, 40: u, 41: h, 42: d, 43: f, 44: p, 45: m, 53: g, 71: v, 72: x }, { 11: 34, 12: [1, 35], 22: b }, t([12, 22], [2, 10]), t(o, [2, 6]), t(o, [2, 7]), { 1: [2, 1] }, { 8: [1, 37] }, { 4: 21, 5: a, 7: 38, 8: l, 9: 4, 14: i, 16: n, 18: r, 19: s, 23: 18, 24: 19, 25: 20, 26: 23, 32: 25, 40: u, 41: h, 42: d, 43: f, 44: p, 45: m, 53: g, 71: v, 72: x }, { 4: 21, 5: a, 7: 39, 8: l, 9: 4, 14: i, 16: n, 18: r, 19: s, 23: 18, 24: 19, 25: 20, 26: 23, 32: 25, 40: u, 41: h, 42: d, 43: f, 44: p, 45: m, 53: g, 71: v, 72: x }, { 4: 21, 5: a, 7: 40, 8: l, 9: 4, 14: i, 16: n, 18: r, 19: s, 23: 18, 24: 19, 25: 20, 26: 23, 32: 25, 40: u, 41: h, 42: d, 43: f, 44: p, 45: m, 53: g, 71: v, 72: x }, { 4: 21, 5: a, 7: 41, 8: l, 9: 4, 14: i, 16: n, 18: r, 19: s, 23: 18, 24: 19, 25: 20, 26: 23, 32: 25, 40: u, 41: h, 42: d, 43: f, 44: p, 45: m, 53: g, 71: v, 72: x }, { 4: 21, 5: a, 7: 42, 8: l, 9: 4, 14: i, 16: n, 18: r, 19: s, 23: 18, 24: 19, 25: 20, 26: 23, 32: 25, 40: u, 41: h, 42: d, 43: f, 44: p, 45: m, 53: g, 71: v, 72: x }, { 27: 43, 71: [1, 44], 72: [1, 45] }, { 54: 46, 71: [1, 47], 72: [1, 48] }, { 60: [1, 49], 62: [1, 50] }, t(T, [2, 26]), t(T, [2, 27]), t(T, [2, 28]), t(T, [2, 29]), t(T, [2, 30]), t(T, [2, 31]), t(k, [2, 55]), t(k, [2, 56]), t(o, [2, 4]), { 13: 51, 21: [1, 52] }, t(o, [2, 12]), { 1: [2, 3] }, { 8: [2, 14] }, { 8: [2, 15] }, { 8: [2, 16] }, { 8: [2, 17] }, { 8: [2, 18] }, { 28: [1, 53] }, { 28: [2, 53] }, { 28: [2, 54] }, { 28: [1, 54] }, { 28: [2, 59] }, { 28: [2, 60] }, { 61: 55, 64:
|
|
33872
|
+
table: [{ 3: 1, 4: 2, 6: e, 9: 4, 14: i, 16: n, 18: r, 19: s }, { 1: [3] }, { 3: 10, 4: 2, 5: [1, 9], 6: e, 9: 4, 14: i, 16: n, 18: r, 19: s }, { 5: [1, 11] }, { 10: 12, 20: [1, 13] }, { 15: [1, 14] }, { 17: [1, 15] }, t(o, [2, 8]), { 20: [2, 9] }, { 3: 16, 4: 2, 6: e, 9: 4, 14: i, 16: n, 18: r, 19: s }, { 1: [2, 2] }, { 4: 21, 5: a, 7: 17, 8: l, 9: 4, 14: i, 16: n, 18: r, 19: s, 23: 18, 24: 19, 25: 20, 26: 23, 32: 25, 40: u, 41: h, 42: d, 43: f, 44: p, 45: m, 53: g, 71: v, 72: x }, { 11: 34, 12: [1, 35], 22: b }, t([12, 22], [2, 10]), t(o, [2, 6]), t(o, [2, 7]), { 1: [2, 1] }, { 8: [1, 37] }, { 4: 21, 5: a, 7: 38, 8: l, 9: 4, 14: i, 16: n, 18: r, 19: s, 23: 18, 24: 19, 25: 20, 26: 23, 32: 25, 40: u, 41: h, 42: d, 43: f, 44: p, 45: m, 53: g, 71: v, 72: x }, { 4: 21, 5: a, 7: 39, 8: l, 9: 4, 14: i, 16: n, 18: r, 19: s, 23: 18, 24: 19, 25: 20, 26: 23, 32: 25, 40: u, 41: h, 42: d, 43: f, 44: p, 45: m, 53: g, 71: v, 72: x }, { 4: 21, 5: a, 7: 40, 8: l, 9: 4, 14: i, 16: n, 18: r, 19: s, 23: 18, 24: 19, 25: 20, 26: 23, 32: 25, 40: u, 41: h, 42: d, 43: f, 44: p, 45: m, 53: g, 71: v, 72: x }, { 4: 21, 5: a, 7: 41, 8: l, 9: 4, 14: i, 16: n, 18: r, 19: s, 23: 18, 24: 19, 25: 20, 26: 23, 32: 25, 40: u, 41: h, 42: d, 43: f, 44: p, 45: m, 53: g, 71: v, 72: x }, { 4: 21, 5: a, 7: 42, 8: l, 9: 4, 14: i, 16: n, 18: r, 19: s, 23: 18, 24: 19, 25: 20, 26: 23, 32: 25, 40: u, 41: h, 42: d, 43: f, 44: p, 45: m, 53: g, 71: v, 72: x }, { 27: 43, 71: [1, 44], 72: [1, 45] }, { 54: 46, 71: [1, 47], 72: [1, 48] }, { 60: [1, 49], 62: [1, 50] }, t(T, [2, 26]), t(T, [2, 27]), t(T, [2, 28]), t(T, [2, 29]), t(T, [2, 30]), t(T, [2, 31]), t(k, [2, 55]), t(k, [2, 56]), t(o, [2, 4]), { 13: 51, 21: [1, 52] }, t(o, [2, 12]), { 1: [2, 3] }, { 8: [2, 14] }, { 8: [2, 15] }, { 8: [2, 16] }, { 8: [2, 17] }, { 8: [2, 18] }, { 28: [1, 53] }, { 28: [2, 53] }, { 28: [2, 54] }, { 28: [1, 54] }, { 28: [2, 59] }, { 28: [2, 60] }, { 61: 55, 64: M, 65: L, 66: B, 67: R, 68: C, 69: I, 70: E }, { 61: 63, 64: M, 65: L, 66: B, 67: R, 68: C, 69: I, 70: E }, { 11: 64, 22: b }, { 22: [2, 11] }, { 5: [1, 65] }, { 5: [1, 66] }, { 62: [1, 67] }, t(w, [2, 46]), t(w, [2, 47]), t(w, [2, 48]), t(w, [2, 49]), t(w, [2, 50]), t(w, [2, 51]), t(w, [2, 52]), { 63: [1, 68] }, t(o, [2, 5]), { 5: A, 29: 69, 30: y, 33: F, 35: _, 37: z, 39: mt }, { 5: et, 39: lt, 55: 76, 56: ct, 58: Z }, { 32: 81, 71: v, 72: x }, { 32: 82, 71: v, 72: x }, t(st, [2, 19]), { 31: [1, 83] }, { 31: [1, 84] }, { 31: [1, 85] }, { 31: [1, 86] }, { 5: A, 29: 87, 30: y, 33: F, 35: _, 37: z, 39: mt }, t(st, [2, 25]), t(st, [2, 39]), { 31: [1, 88] }, { 31: [1, 89] }, { 5: et, 39: lt, 55: 90, 56: ct, 58: Z }, t(st, [2, 43]), t(st, [2, 44]), t(st, [2, 45]), { 32: 91, 71: v, 72: x }, { 34: 92, 71: [1, 93], 72: [1, 94] }, { 36: 95, 46: [1, 96], 47: [1, 97], 48: [1, 98] }, { 38: 99, 49: [1, 100], 50: [1, 101], 51: [1, 102], 52: [1, 103] }, t(st, [2, 24]), { 57: 104, 71: [1, 105], 72: [1, 106] }, { 59: 107, 71: [1, 108], 72: [1, 109] }, t(st, [2, 42]), { 5: [1, 110] }, { 5: [1, 111] }, { 5: [2, 57] }, { 5: [2, 58] }, { 5: [1, 112] }, { 5: [2, 32] }, { 5: [2, 33] }, { 5: [2, 34] }, { 5: [1, 113] }, { 5: [2, 35] }, { 5: [2, 36] }, { 5: [2, 37] }, { 5: [2, 38] }, { 5: [1, 114] }, { 5: [2, 61] }, { 5: [2, 62] }, { 5: [1, 115] }, { 5: [2, 63] }, { 5: [2, 64] }, { 5: A, 29: 116, 30: y, 33: F, 35: _, 37: z, 39: mt }, { 5: A, 29: 117, 30: y, 33: F, 35: _, 37: z, 39: mt }, { 5: A, 29: 118, 30: y, 33: F, 35: _, 37: z, 39: mt }, { 5: A, 29: 119, 30: y, 33: F, 35: _, 37: z, 39: mt }, { 5: et, 39: lt, 55: 120, 56: ct, 58: Z }, { 5: et, 39: lt, 55: 121, 56: ct, 58: Z }, t(st, [2, 20]), t(st, [2, 21]), t(st, [2, 22]), t(st, [2, 23]), t(st, [2, 40]), t(st, [2, 41])],
|
|
33873
33873
|
defaultActions: { 8: [2, 9], 10: [2, 2], 16: [2, 1], 37: [2, 3], 38: [2, 14], 39: [2, 15], 40: [2, 16], 41: [2, 17], 42: [2, 18], 44: [2, 53], 45: [2, 54], 47: [2, 59], 48: [2, 60], 52: [2, 11], 93: [2, 57], 94: [2, 58], 96: [2, 32], 97: [2, 33], 98: [2, 34], 100: [2, 35], 101: [2, 36], 102: [2, 37], 103: [2, 38], 105: [2, 61], 106: [2, 62], 108: [2, 63], 109: [2, 64] },
|
|
33874
33874
|
parseError: function(Y, X) {
|
|
33875
33875
|
if (X.recoverable)
|
|
@@ -33880,7 +33880,7 @@ var t2 = function() {
|
|
|
33880
33880
|
}
|
|
33881
33881
|
},
|
|
33882
33882
|
parse: function(Y) {
|
|
33883
|
-
var X = this, H = [0], U = [], D = [null], P = [], j = this.table,
|
|
33883
|
+
var X = this, H = [0], U = [], D = [null], P = [], j = this.table, O = "", gt = 0, S = 0, It = 2, it = 1, St = P.slice.call(arguments, 1), V = Object.create(this.lexer), K = { yy: {} };
|
|
33884
33884
|
for (var tt in this.yy)
|
|
33885
33885
|
Object.prototype.hasOwnProperty.call(this.yy, tt) && (K.yy[tt] = this.yy[tt]);
|
|
33886
33886
|
V.setInput(Y, K.yy), K.yy.lexer = V, K.yy.parser = this, typeof V.yylloc > "u" && (V.yylloc = {});
|
|
@@ -33912,7 +33912,7 @@ Expecting ` + _t.join(", ") + ", got '" + (this.terminals_[jt] || jt) + "'" : ft
|
|
|
33912
33912
|
throw new Error("Parse Error: multiple actions possible at state: " + Yt + ", token: " + jt);
|
|
33913
33913
|
switch (Rt[0]) {
|
|
33914
33914
|
case 1:
|
|
33915
|
-
H.push(jt), D.push(V.yytext), P.push(V.yylloc), H.push(Rt[1]), jt = null, S = V.yyleng,
|
|
33915
|
+
H.push(jt), D.push(V.yytext), P.push(V.yylloc), H.push(Rt[1]), jt = null, S = V.yyleng, O = V.yytext, gt = V.yylineno, nt = V.yylloc;
|
|
33916
33916
|
break;
|
|
33917
33917
|
case 2:
|
|
33918
33918
|
if (Wt = this.productions_[Rt[1]][1], Pt.$ = D[D.length - Wt], Pt._$ = {
|
|
@@ -33924,7 +33924,7 @@ Expecting ` + _t.join(", ") + ", got '" + (this.terminals_[jt] || jt) + "'" : ft
|
|
|
33924
33924
|
P[P.length - (Wt || 1)].range[0],
|
|
33925
33925
|
P[P.length - 1].range[1]
|
|
33926
33926
|
]), Mt = this.performAction.apply(Pt, [
|
|
33927
|
-
|
|
33927
|
+
O,
|
|
33928
33928
|
S,
|
|
33929
33929
|
gt,
|
|
33930
33930
|
K.yy,
|
|
@@ -34482,44 +34482,44 @@ var i2 = function() {
|
|
|
34482
34482
|
for (U = U || {}, D = X.length; D--; U[X[D]] = H)
|
|
34483
34483
|
;
|
|
34484
34484
|
return U;
|
|
34485
|
-
}, e = [1, 2], i = [1, 3], n = [1, 5], r = [1, 7], s = [2, 5], o = [1, 15], a = [1, 17], l = [1, 19], u = [1, 21], h = [1, 22], d = [1, 23], f = [1, 29], p = [1, 30], m = [1, 31], g = [1, 32], v = [1, 33], x = [1, 34], b = [1, 35], T = [1, 36], k = [1, 37],
|
|
34485
|
+
}, e = [1, 2], i = [1, 3], n = [1, 5], r = [1, 7], s = [2, 5], o = [1, 15], a = [1, 17], l = [1, 19], u = [1, 21], h = [1, 22], d = [1, 23], f = [1, 29], p = [1, 30], m = [1, 31], g = [1, 32], v = [1, 33], x = [1, 34], b = [1, 35], T = [1, 36], k = [1, 37], M = [1, 38], L = [1, 39], B = [1, 40], R = [1, 42], C = [1, 43], I = [1, 45], E = [1, 46], w = [1, 47], A = [1, 48], y = [1, 49], F = [1, 50], _ = [1, 53], z = [1, 4, 5, 19, 21, 23, 26, 28, 34, 35, 36, 38, 40, 41, 42, 43, 44, 46, 48, 50, 51, 52, 53, 54, 56, 57, 62, 63, 64, 65, 73, 83], mt = [4, 5, 21, 54, 56], et = [4, 5, 19, 21, 23, 26, 28, 34, 35, 36, 38, 40, 41, 42, 43, 44, 46, 48, 50, 54, 56, 57, 62, 63, 64, 65, 73, 83], lt = [4, 5, 19, 21, 23, 26, 28, 34, 35, 36, 38, 40, 41, 42, 43, 44, 46, 48, 50, 53, 54, 56, 57, 62, 63, 64, 65, 73, 83], ct = [4, 5, 19, 21, 23, 26, 28, 34, 35, 36, 38, 40, 41, 42, 43, 44, 46, 48, 50, 52, 54, 56, 57, 62, 63, 64, 65, 73, 83], Z = [4, 5, 19, 21, 23, 26, 28, 34, 35, 36, 38, 40, 41, 42, 43, 44, 46, 48, 50, 51, 54, 56, 57, 62, 63, 64, 65, 73, 83], st = [71, 72, 73], yt = [1, 125], pt = [1, 4, 5, 7, 19, 21, 23, 26, 28, 34, 35, 36, 38, 40, 41, 42, 43, 44, 46, 48, 50, 51, 52, 53, 54, 56, 57, 62, 63, 64, 65, 73, 83], W = {
|
|
34486
34486
|
trace: function() {
|
|
34487
34487
|
},
|
|
34488
34488
|
yy: {},
|
|
34489
34489
|
symbols_: { error: 2, start: 3, SPACE: 4, NEWLINE: 5, directive: 6, SD: 7, document: 8, line: 9, statement: 10, box_section: 11, box_line: 12, participant_statement: 13, openDirective: 14, typeDirective: 15, closeDirective: 16, ":": 17, argDirective: 18, box: 19, restOfLine: 20, end: 21, signal: 22, autonumber: 23, NUM: 24, off: 25, activate: 26, actor: 27, deactivate: 28, note_statement: 29, links_statement: 30, link_statement: 31, properties_statement: 32, details_statement: 33, title: 34, legacy_title: 35, acc_title: 36, acc_title_value: 37, acc_descr: 38, acc_descr_value: 39, acc_descr_multiline_value: 40, loop: 41, rect: 42, opt: 43, alt: 44, else_sections: 45, par: 46, par_sections: 47, critical: 48, option_sections: 49, break: 50, option: 51, and: 52, else: 53, participant: 54, AS: 55, participant_actor: 56, note: 57, placement: 58, text2: 59, over: 60, actor_pair: 61, links: 62, link: 63, properties: 64, details: 65, spaceList: 66, ",": 67, left_of: 68, right_of: 69, signaltype: 70, "+": 71, "-": 72, ACTOR: 73, SOLID_OPEN_ARROW: 74, DOTTED_OPEN_ARROW: 75, SOLID_ARROW: 76, DOTTED_ARROW: 77, SOLID_CROSS: 78, DOTTED_CROSS: 79, SOLID_POINT: 80, DOTTED_POINT: 81, TXT: 82, open_directive: 83, type_directive: 84, arg_directive: 85, close_directive: 86, $accept: 0, $end: 1 },
|
|
34490
34490
|
terminals_: { 2: "error", 4: "SPACE", 5: "NEWLINE", 7: "SD", 17: ":", 19: "box", 20: "restOfLine", 21: "end", 23: "autonumber", 24: "NUM", 25: "off", 26: "activate", 28: "deactivate", 34: "title", 35: "legacy_title", 36: "acc_title", 37: "acc_title_value", 38: "acc_descr", 39: "acc_descr_value", 40: "acc_descr_multiline_value", 41: "loop", 42: "rect", 43: "opt", 44: "alt", 46: "par", 48: "critical", 50: "break", 51: "option", 52: "and", 53: "else", 54: "participant", 55: "AS", 56: "participant_actor", 57: "note", 60: "over", 62: "links", 63: "link", 64: "properties", 65: "details", 67: ",", 68: "left_of", 69: "right_of", 71: "+", 72: "-", 73: "ACTOR", 74: "SOLID_OPEN_ARROW", 75: "DOTTED_OPEN_ARROW", 76: "SOLID_ARROW", 77: "DOTTED_ARROW", 78: "SOLID_CROSS", 79: "DOTTED_CROSS", 80: "SOLID_POINT", 81: "DOTTED_POINT", 82: "TXT", 83: "open_directive", 84: "type_directive", 85: "arg_directive", 86: "close_directive" },
|
|
34491
34491
|
productions_: [0, [3, 2], [3, 2], [3, 2], [3, 2], [8, 0], [8, 2], [9, 2], [9, 1], [9, 1], [11, 0], [11, 2], [12, 2], [12, 1], [12, 1], [6, 4], [6, 6], [10, 1], [10, 4], [10, 2], [10, 4], [10, 3], [10, 3], [10, 2], [10, 3], [10, 3], [10, 2], [10, 2], [10, 2], [10, 2], [10, 2], [10, 1], [10, 1], [10, 2], [10, 2], [10, 1], [10, 4], [10, 4], [10, 4], [10, 4], [10, 4], [10, 4], [10, 4], [10, 1], [49, 1], [49, 4], [47, 1], [47, 4], [45, 1], [45, 4], [13, 5], [13, 3], [13, 5], [13, 3], [29, 4], [29, 4], [30, 3], [31, 3], [32, 3], [33, 3], [66, 2], [66, 1], [61, 3], [61, 1], [58, 1], [58, 1], [22, 5], [22, 5], [22, 4], [27, 1], [70, 1], [70, 1], [70, 1], [70, 1], [70, 1], [70, 1], [70, 1], [70, 1], [59, 1], [14, 1], [15, 1], [18, 1], [16, 1]],
|
|
34492
|
-
performAction: function(H, U, D, P, j,
|
|
34493
|
-
var S =
|
|
34492
|
+
performAction: function(H, U, D, P, j, O, gt) {
|
|
34493
|
+
var S = O.length - 1;
|
|
34494
34494
|
switch (j) {
|
|
34495
34495
|
case 4:
|
|
34496
|
-
return P.apply(
|
|
34496
|
+
return P.apply(O[S]), O[S];
|
|
34497
34497
|
case 5:
|
|
34498
34498
|
case 10:
|
|
34499
34499
|
this.$ = [];
|
|
34500
34500
|
break;
|
|
34501
34501
|
case 6:
|
|
34502
34502
|
case 11:
|
|
34503
|
-
|
|
34503
|
+
O[S - 1].push(O[S]), this.$ = O[S - 1];
|
|
34504
34504
|
break;
|
|
34505
34505
|
case 7:
|
|
34506
34506
|
case 8:
|
|
34507
34507
|
case 12:
|
|
34508
34508
|
case 13:
|
|
34509
|
-
this.$ =
|
|
34509
|
+
this.$ = O[S];
|
|
34510
34510
|
break;
|
|
34511
34511
|
case 9:
|
|
34512
34512
|
case 14:
|
|
34513
34513
|
this.$ = [];
|
|
34514
34514
|
break;
|
|
34515
34515
|
case 18:
|
|
34516
|
-
|
|
34516
|
+
O[S - 1].unshift({ type: "boxStart", boxData: P.parseBoxData(O[S - 2]) }), O[S - 1].push({ type: "boxEnd", boxText: O[S - 2] }), this.$ = O[S - 1];
|
|
34517
34517
|
break;
|
|
34518
34518
|
case 20:
|
|
34519
|
-
this.$ = { type: "sequenceIndex", sequenceIndex: Number(
|
|
34519
|
+
this.$ = { type: "sequenceIndex", sequenceIndex: Number(O[S - 2]), sequenceIndexStep: Number(O[S - 1]), sequenceVisible: !0, signalType: P.LINETYPE.AUTONUMBER };
|
|
34520
34520
|
break;
|
|
34521
34521
|
case 21:
|
|
34522
|
-
this.$ = { type: "sequenceIndex", sequenceIndex: Number(
|
|
34522
|
+
this.$ = { type: "sequenceIndex", sequenceIndex: Number(O[S - 1]), sequenceIndexStep: 1, sequenceVisible: !0, signalType: P.LINETYPE.AUTONUMBER };
|
|
34523
34523
|
break;
|
|
34524
34524
|
case 22:
|
|
34525
34525
|
this.$ = { type: "sequenceIndex", sequenceVisible: !1, signalType: P.LINETYPE.AUTONUMBER };
|
|
@@ -34528,89 +34528,89 @@ var i2 = function() {
|
|
|
34528
34528
|
this.$ = { type: "sequenceIndex", sequenceVisible: !0, signalType: P.LINETYPE.AUTONUMBER };
|
|
34529
34529
|
break;
|
|
34530
34530
|
case 24:
|
|
34531
|
-
this.$ = { type: "activeStart", signalType: P.LINETYPE.ACTIVE_START, actor:
|
|
34531
|
+
this.$ = { type: "activeStart", signalType: P.LINETYPE.ACTIVE_START, actor: O[S - 1] };
|
|
34532
34532
|
break;
|
|
34533
34533
|
case 25:
|
|
34534
|
-
this.$ = { type: "activeEnd", signalType: P.LINETYPE.ACTIVE_END, actor:
|
|
34534
|
+
this.$ = { type: "activeEnd", signalType: P.LINETYPE.ACTIVE_END, actor: O[S - 1] };
|
|
34535
34535
|
break;
|
|
34536
34536
|
case 31:
|
|
34537
|
-
P.setDiagramTitle(
|
|
34537
|
+
P.setDiagramTitle(O[S].substring(6)), this.$ = O[S].substring(6);
|
|
34538
34538
|
break;
|
|
34539
34539
|
case 32:
|
|
34540
|
-
P.setDiagramTitle(
|
|
34540
|
+
P.setDiagramTitle(O[S].substring(7)), this.$ = O[S].substring(7);
|
|
34541
34541
|
break;
|
|
34542
34542
|
case 33:
|
|
34543
|
-
this.$ =
|
|
34543
|
+
this.$ = O[S].trim(), P.setAccTitle(this.$);
|
|
34544
34544
|
break;
|
|
34545
34545
|
case 34:
|
|
34546
34546
|
case 35:
|
|
34547
|
-
this.$ =
|
|
34547
|
+
this.$ = O[S].trim(), P.setAccDescription(this.$);
|
|
34548
34548
|
break;
|
|
34549
34549
|
case 36:
|
|
34550
|
-
|
|
34550
|
+
O[S - 1].unshift({ type: "loopStart", loopText: P.parseMessage(O[S - 2]), signalType: P.LINETYPE.LOOP_START }), O[S - 1].push({ type: "loopEnd", loopText: O[S - 2], signalType: P.LINETYPE.LOOP_END }), this.$ = O[S - 1];
|
|
34551
34551
|
break;
|
|
34552
34552
|
case 37:
|
|
34553
|
-
|
|
34553
|
+
O[S - 1].unshift({ type: "rectStart", color: P.parseMessage(O[S - 2]), signalType: P.LINETYPE.RECT_START }), O[S - 1].push({ type: "rectEnd", color: P.parseMessage(O[S - 2]), signalType: P.LINETYPE.RECT_END }), this.$ = O[S - 1];
|
|
34554
34554
|
break;
|
|
34555
34555
|
case 38:
|
|
34556
|
-
|
|
34556
|
+
O[S - 1].unshift({ type: "optStart", optText: P.parseMessage(O[S - 2]), signalType: P.LINETYPE.OPT_START }), O[S - 1].push({ type: "optEnd", optText: P.parseMessage(O[S - 2]), signalType: P.LINETYPE.OPT_END }), this.$ = O[S - 1];
|
|
34557
34557
|
break;
|
|
34558
34558
|
case 39:
|
|
34559
|
-
|
|
34559
|
+
O[S - 1].unshift({ type: "altStart", altText: P.parseMessage(O[S - 2]), signalType: P.LINETYPE.ALT_START }), O[S - 1].push({ type: "altEnd", signalType: P.LINETYPE.ALT_END }), this.$ = O[S - 1];
|
|
34560
34560
|
break;
|
|
34561
34561
|
case 40:
|
|
34562
|
-
|
|
34562
|
+
O[S - 1].unshift({ type: "parStart", parText: P.parseMessage(O[S - 2]), signalType: P.LINETYPE.PAR_START }), O[S - 1].push({ type: "parEnd", signalType: P.LINETYPE.PAR_END }), this.$ = O[S - 1];
|
|
34563
34563
|
break;
|
|
34564
34564
|
case 41:
|
|
34565
|
-
|
|
34565
|
+
O[S - 1].unshift({ type: "criticalStart", criticalText: P.parseMessage(O[S - 2]), signalType: P.LINETYPE.CRITICAL_START }), O[S - 1].push({ type: "criticalEnd", signalType: P.LINETYPE.CRITICAL_END }), this.$ = O[S - 1];
|
|
34566
34566
|
break;
|
|
34567
34567
|
case 42:
|
|
34568
|
-
|
|
34568
|
+
O[S - 1].unshift({ type: "breakStart", breakText: P.parseMessage(O[S - 2]), signalType: P.LINETYPE.BREAK_START }), O[S - 1].push({ type: "breakEnd", optText: P.parseMessage(O[S - 2]), signalType: P.LINETYPE.BREAK_END }), this.$ = O[S - 1];
|
|
34569
34569
|
break;
|
|
34570
34570
|
case 45:
|
|
34571
|
-
this.$ =
|
|
34571
|
+
this.$ = O[S - 3].concat([{ type: "option", optionText: P.parseMessage(O[S - 1]), signalType: P.LINETYPE.CRITICAL_OPTION }, O[S]]);
|
|
34572
34572
|
break;
|
|
34573
34573
|
case 47:
|
|
34574
|
-
this.$ =
|
|
34574
|
+
this.$ = O[S - 3].concat([{ type: "and", parText: P.parseMessage(O[S - 1]), signalType: P.LINETYPE.PAR_AND }, O[S]]);
|
|
34575
34575
|
break;
|
|
34576
34576
|
case 49:
|
|
34577
|
-
this.$ =
|
|
34577
|
+
this.$ = O[S - 3].concat([{ type: "else", altText: P.parseMessage(O[S - 1]), signalType: P.LINETYPE.ALT_ELSE }, O[S]]);
|
|
34578
34578
|
break;
|
|
34579
34579
|
case 50:
|
|
34580
|
-
|
|
34580
|
+
O[S - 3].type = "addParticipant", O[S - 3].description = P.parseMessage(O[S - 1]), this.$ = O[S - 3];
|
|
34581
34581
|
break;
|
|
34582
34582
|
case 51:
|
|
34583
|
-
|
|
34583
|
+
O[S - 1].type = "addParticipant", this.$ = O[S - 1];
|
|
34584
34584
|
break;
|
|
34585
34585
|
case 52:
|
|
34586
|
-
|
|
34586
|
+
O[S - 3].type = "addActor", O[S - 3].description = P.parseMessage(O[S - 1]), this.$ = O[S - 3];
|
|
34587
34587
|
break;
|
|
34588
34588
|
case 53:
|
|
34589
|
-
|
|
34589
|
+
O[S - 1].type = "addActor", this.$ = O[S - 1];
|
|
34590
34590
|
break;
|
|
34591
34591
|
case 54:
|
|
34592
|
-
this.$ = [
|
|
34592
|
+
this.$ = [O[S - 1], { type: "addNote", placement: O[S - 2], actor: O[S - 1].actor, text: O[S] }];
|
|
34593
34593
|
break;
|
|
34594
34594
|
case 55:
|
|
34595
|
-
|
|
34595
|
+
O[S - 2] = [].concat(O[S - 1], O[S - 1]).slice(0, 2), O[S - 2][0] = O[S - 2][0].actor, O[S - 2][1] = O[S - 2][1].actor, this.$ = [O[S - 1], { type: "addNote", placement: P.PLACEMENT.OVER, actor: O[S - 2].slice(0, 2), text: O[S] }];
|
|
34596
34596
|
break;
|
|
34597
34597
|
case 56:
|
|
34598
|
-
this.$ = [
|
|
34598
|
+
this.$ = [O[S - 1], { type: "addLinks", actor: O[S - 1].actor, text: O[S] }];
|
|
34599
34599
|
break;
|
|
34600
34600
|
case 57:
|
|
34601
|
-
this.$ = [
|
|
34601
|
+
this.$ = [O[S - 1], { type: "addALink", actor: O[S - 1].actor, text: O[S] }];
|
|
34602
34602
|
break;
|
|
34603
34603
|
case 58:
|
|
34604
|
-
this.$ = [
|
|
34604
|
+
this.$ = [O[S - 1], { type: "addProperties", actor: O[S - 1].actor, text: O[S] }];
|
|
34605
34605
|
break;
|
|
34606
34606
|
case 59:
|
|
34607
|
-
this.$ = [
|
|
34607
|
+
this.$ = [O[S - 1], { type: "addDetails", actor: O[S - 1].actor, text: O[S] }];
|
|
34608
34608
|
break;
|
|
34609
34609
|
case 62:
|
|
34610
|
-
this.$ = [
|
|
34610
|
+
this.$ = [O[S - 2], O[S]];
|
|
34611
34611
|
break;
|
|
34612
34612
|
case 63:
|
|
34613
|
-
this.$ =
|
|
34613
|
+
this.$ = O[S];
|
|
34614
34614
|
break;
|
|
34615
34615
|
case 64:
|
|
34616
34616
|
this.$ = P.PLACEMENT.LEFTOF;
|
|
@@ -34620,25 +34620,25 @@ var i2 = function() {
|
|
|
34620
34620
|
break;
|
|
34621
34621
|
case 66:
|
|
34622
34622
|
this.$ = [
|
|
34623
|
-
|
|
34624
|
-
|
|
34625
|
-
{ type: "addMessage", from:
|
|
34626
|
-
{ type: "activeStart", signalType: P.LINETYPE.ACTIVE_START, actor:
|
|
34623
|
+
O[S - 4],
|
|
34624
|
+
O[S - 1],
|
|
34625
|
+
{ type: "addMessage", from: O[S - 4].actor, to: O[S - 1].actor, signalType: O[S - 3], msg: O[S] },
|
|
34626
|
+
{ type: "activeStart", signalType: P.LINETYPE.ACTIVE_START, actor: O[S - 1] }
|
|
34627
34627
|
];
|
|
34628
34628
|
break;
|
|
34629
34629
|
case 67:
|
|
34630
34630
|
this.$ = [
|
|
34631
|
-
|
|
34632
|
-
|
|
34633
|
-
{ type: "addMessage", from:
|
|
34634
|
-
{ type: "activeEnd", signalType: P.LINETYPE.ACTIVE_END, actor:
|
|
34631
|
+
O[S - 4],
|
|
34632
|
+
O[S - 1],
|
|
34633
|
+
{ type: "addMessage", from: O[S - 4].actor, to: O[S - 1].actor, signalType: O[S - 3], msg: O[S] },
|
|
34634
|
+
{ type: "activeEnd", signalType: P.LINETYPE.ACTIVE_END, actor: O[S - 4] }
|
|
34635
34635
|
];
|
|
34636
34636
|
break;
|
|
34637
34637
|
case 68:
|
|
34638
|
-
this.$ = [
|
|
34638
|
+
this.$ = [O[S - 3], O[S - 1], { type: "addMessage", from: O[S - 3].actor, to: O[S - 1].actor, signalType: O[S - 2], msg: O[S] }];
|
|
34639
34639
|
break;
|
|
34640
34640
|
case 69:
|
|
34641
|
-
this.$ = { type: "addParticipant", actor:
|
|
34641
|
+
this.$ = { type: "addParticipant", actor: O[S] };
|
|
34642
34642
|
break;
|
|
34643
34643
|
case 70:
|
|
34644
34644
|
this.$ = P.LINETYPE.SOLID_OPEN;
|
|
@@ -34665,23 +34665,23 @@ var i2 = function() {
|
|
|
34665
34665
|
this.$ = P.LINETYPE.DOTTED_POINT;
|
|
34666
34666
|
break;
|
|
34667
34667
|
case 78:
|
|
34668
|
-
this.$ = P.parseMessage(
|
|
34668
|
+
this.$ = P.parseMessage(O[S].trim().substring(1));
|
|
34669
34669
|
break;
|
|
34670
34670
|
case 79:
|
|
34671
34671
|
P.parseDirective("%%{", "open_directive");
|
|
34672
34672
|
break;
|
|
34673
34673
|
case 80:
|
|
34674
|
-
P.parseDirective(
|
|
34674
|
+
P.parseDirective(O[S], "type_directive");
|
|
34675
34675
|
break;
|
|
34676
34676
|
case 81:
|
|
34677
|
-
|
|
34677
|
+
O[S] = O[S].trim().replace(/'/g, '"'), P.parseDirective(O[S], "arg_directive");
|
|
34678
34678
|
break;
|
|
34679
34679
|
case 82:
|
|
34680
34680
|
P.parseDirective("}%%", "close_directive", "sequence");
|
|
34681
34681
|
break;
|
|
34682
34682
|
}
|
|
34683
34683
|
},
|
|
34684
|
-
table: [{ 3: 1, 4: e, 5: i, 6: 4, 7: n, 14: 6, 83: r }, { 1: [3] }, { 3: 8, 4: e, 5: i, 6: 4, 7: n, 14: 6, 83: r }, { 3: 9, 4: e, 5: i, 6: 4, 7: n, 14: 6, 83: r }, { 3: 10, 4: e, 5: i, 6: 4, 7: n, 14: 6, 83: r }, t([1, 4, 5, 19, 23, 26, 28, 34, 35, 36, 38, 40, 41, 42, 43, 44, 46, 48, 50, 54, 56, 57, 62, 63, 64, 65, 73, 83], s, { 8: 11 }), { 15: 12, 84: [1, 13] }, { 84: [2, 79] }, { 1: [2, 1] }, { 1: [2, 2] }, { 1: [2, 3] }, { 1: [2, 4], 4: o, 5: a, 6: 41, 9: 14, 10: 16, 13: 18, 14: 6, 19: l, 22: 20, 23: u, 26: h, 27: 44, 28: d, 29: 24, 30: 25, 31: 26, 32: 27, 33: 28, 34: f, 35: p, 36: m, 38: g, 40: v, 41: x, 42: b, 43: T, 44: k, 46:
|
|
34684
|
+
table: [{ 3: 1, 4: e, 5: i, 6: 4, 7: n, 14: 6, 83: r }, { 1: [3] }, { 3: 8, 4: e, 5: i, 6: 4, 7: n, 14: 6, 83: r }, { 3: 9, 4: e, 5: i, 6: 4, 7: n, 14: 6, 83: r }, { 3: 10, 4: e, 5: i, 6: 4, 7: n, 14: 6, 83: r }, t([1, 4, 5, 19, 23, 26, 28, 34, 35, 36, 38, 40, 41, 42, 43, 44, 46, 48, 50, 54, 56, 57, 62, 63, 64, 65, 73, 83], s, { 8: 11 }), { 15: 12, 84: [1, 13] }, { 84: [2, 79] }, { 1: [2, 1] }, { 1: [2, 2] }, { 1: [2, 3] }, { 1: [2, 4], 4: o, 5: a, 6: 41, 9: 14, 10: 16, 13: 18, 14: 6, 19: l, 22: 20, 23: u, 26: h, 27: 44, 28: d, 29: 24, 30: 25, 31: 26, 32: 27, 33: 28, 34: f, 35: p, 36: m, 38: g, 40: v, 41: x, 42: b, 43: T, 44: k, 46: M, 48: L, 50: B, 54: R, 56: C, 57: I, 62: E, 63: w, 64: A, 65: y, 73: F, 83: r }, { 16: 51, 17: [1, 52], 86: _ }, t([17, 86], [2, 80]), t(z, [2, 6]), { 6: 41, 10: 54, 13: 18, 14: 6, 19: l, 22: 20, 23: u, 26: h, 27: 44, 28: d, 29: 24, 30: 25, 31: 26, 32: 27, 33: 28, 34: f, 35: p, 36: m, 38: g, 40: v, 41: x, 42: b, 43: T, 44: k, 46: M, 48: L, 50: B, 54: R, 56: C, 57: I, 62: E, 63: w, 64: A, 65: y, 73: F, 83: r }, t(z, [2, 8]), t(z, [2, 9]), t(z, [2, 17]), { 20: [1, 55] }, { 5: [1, 56] }, { 5: [1, 59], 24: [1, 57], 25: [1, 58] }, { 27: 60, 73: F }, { 27: 61, 73: F }, { 5: [1, 62] }, { 5: [1, 63] }, { 5: [1, 64] }, { 5: [1, 65] }, { 5: [1, 66] }, t(z, [2, 31]), t(z, [2, 32]), { 37: [1, 67] }, { 39: [1, 68] }, t(z, [2, 35]), { 20: [1, 69] }, { 20: [1, 70] }, { 20: [1, 71] }, { 20: [1, 72] }, { 20: [1, 73] }, { 20: [1, 74] }, { 20: [1, 75] }, t(z, [2, 43]), { 27: 76, 73: F }, { 27: 77, 73: F }, { 70: 78, 74: [1, 79], 75: [1, 80], 76: [1, 81], 77: [1, 82], 78: [1, 83], 79: [1, 84], 80: [1, 85], 81: [1, 86] }, { 58: 87, 60: [1, 88], 68: [1, 89], 69: [1, 90] }, { 27: 91, 73: F }, { 27: 92, 73: F }, { 27: 93, 73: F }, { 27: 94, 73: F }, t([5, 55, 67, 74, 75, 76, 77, 78, 79, 80, 81, 82], [2, 69]), { 5: [1, 95] }, { 18: 96, 85: [1, 97] }, { 5: [2, 82] }, t(z, [2, 7]), t(mt, [2, 10], { 11: 98 }), t(z, [2, 19]), { 5: [1, 100], 24: [1, 99] }, { 5: [1, 101] }, t(z, [2, 23]), { 5: [1, 102] }, { 5: [1, 103] }, t(z, [2, 26]), t(z, [2, 27]), t(z, [2, 28]), t(z, [2, 29]), t(z, [2, 30]), t(z, [2, 33]), t(z, [2, 34]), t(et, s, { 8: 104 }), t(et, s, { 8: 105 }), t(et, s, { 8: 106 }), t(lt, s, { 45: 107, 8: 108 }), t(ct, s, { 47: 109, 8: 110 }), t(Z, s, { 49: 111, 8: 112 }), t(et, s, { 8: 113 }), { 5: [1, 115], 55: [1, 114] }, { 5: [1, 117], 55: [1, 116] }, { 27: 120, 71: [1, 118], 72: [1, 119], 73: F }, t(st, [2, 70]), t(st, [2, 71]), t(st, [2, 72]), t(st, [2, 73]), t(st, [2, 74]), t(st, [2, 75]), t(st, [2, 76]), t(st, [2, 77]), { 27: 121, 73: F }, { 27: 123, 61: 122, 73: F }, { 73: [2, 64] }, { 73: [2, 65] }, { 59: 124, 82: yt }, { 59: 126, 82: yt }, { 59: 127, 82: yt }, { 59: 128, 82: yt }, t(pt, [2, 15]), { 16: 129, 86: _ }, { 86: [2, 81] }, { 4: [1, 132], 5: [1, 134], 12: 131, 13: 133, 21: [1, 130], 54: R, 56: C }, { 5: [1, 135] }, t(z, [2, 21]), t(z, [2, 22]), t(z, [2, 24]), t(z, [2, 25]), { 4: o, 5: a, 6: 41, 9: 14, 10: 16, 13: 18, 14: 6, 19: l, 21: [1, 136], 22: 20, 23: u, 26: h, 27: 44, 28: d, 29: 24, 30: 25, 31: 26, 32: 27, 33: 28, 34: f, 35: p, 36: m, 38: g, 40: v, 41: x, 42: b, 43: T, 44: k, 46: M, 48: L, 50: B, 54: R, 56: C, 57: I, 62: E, 63: w, 64: A, 65: y, 73: F, 83: r }, { 4: o, 5: a, 6: 41, 9: 14, 10: 16, 13: 18, 14: 6, 19: l, 21: [1, 137], 22: 20, 23: u, 26: h, 27: 44, 28: d, 29: 24, 30: 25, 31: 26, 32: 27, 33: 28, 34: f, 35: p, 36: m, 38: g, 40: v, 41: x, 42: b, 43: T, 44: k, 46: M, 48: L, 50: B, 54: R, 56: C, 57: I, 62: E, 63: w, 64: A, 65: y, 73: F, 83: r }, { 4: o, 5: a, 6: 41, 9: 14, 10: 16, 13: 18, 14: 6, 19: l, 21: [1, 138], 22: 20, 23: u, 26: h, 27: 44, 28: d, 29: 24, 30: 25, 31: 26, 32: 27, 33: 28, 34: f, 35: p, 36: m, 38: g, 40: v, 41: x, 42: b, 43: T, 44: k, 46: M, 48: L, 50: B, 54: R, 56: C, 57: I, 62: E, 63: w, 64: A, 65: y, 73: F, 83: r }, { 21: [1, 139] }, { 4: o, 5: a, 6: 41, 9: 14, 10: 16, 13: 18, 14: 6, 19: l, 21: [2, 48], 22: 20, 23: u, 26: h, 27: 44, 28: d, 29: 24, 30: 25, 31: 26, 32: 27, 33: 28, 34: f, 35: p, 36: m, 38: g, 40: v, 41: x, 42: b, 43: T, 44: k, 46: M, 48: L, 50: B, 53: [1, 140], 54: R, 56: C, 57: I, 62: E, 63: w, 64: A, 65: y, 73: F, 83: r }, { 21: [1, 141] }, { 4: o, 5: a, 6: 41, 9: 14, 10: 16, 13: 18, 14: 6, 19: l, 21: [2, 46], 22: 20, 23: u, 26: h, 27: 44, 28: d, 29: 24, 30: 25, 31: 26, 32: 27, 33: 28, 34: f, 35: p, 36: m, 38: g, 40: v, 41: x, 42: b, 43: T, 44: k, 46: M, 48: L, 50: B, 52: [1, 142], 54: R, 56: C, 57: I, 62: E, 63: w, 64: A, 65: y, 73: F, 83: r }, { 21: [1, 143] }, { 4: o, 5: a, 6: 41, 9: 14, 10: 16, 13: 18, 14: 6, 19: l, 21: [2, 44], 22: 20, 23: u, 26: h, 27: 44, 28: d, 29: 24, 30: 25, 31: 26, 32: 27, 33: 28, 34: f, 35: p, 36: m, 38: g, 40: v, 41: x, 42: b, 43: T, 44: k, 46: M, 48: L, 50: B, 51: [1, 144], 54: R, 56: C, 57: I, 62: E, 63: w, 64: A, 65: y, 73: F, 83: r }, { 4: o, 5: a, 6: 41, 9: 14, 10: 16, 13: 18, 14: 6, 19: l, 21: [1, 145], 22: 20, 23: u, 26: h, 27: 44, 28: d, 29: 24, 30: 25, 31: 26, 32: 27, 33: 28, 34: f, 35: p, 36: m, 38: g, 40: v, 41: x, 42: b, 43: T, 44: k, 46: M, 48: L, 50: B, 54: R, 56: C, 57: I, 62: E, 63: w, 64: A, 65: y, 73: F, 83: r }, { 20: [1, 146] }, t(z, [2, 51]), { 20: [1, 147] }, t(z, [2, 53]), { 27: 148, 73: F }, { 27: 149, 73: F }, { 59: 150, 82: yt }, { 59: 151, 82: yt }, { 59: 152, 82: yt }, { 67: [1, 153], 82: [2, 63] }, { 5: [2, 56] }, { 5: [2, 78] }, { 5: [2, 57] }, { 5: [2, 58] }, { 5: [2, 59] }, { 5: [1, 154] }, t(z, [2, 18]), t(mt, [2, 11]), { 13: 155, 54: R, 56: C }, t(mt, [2, 13]), t(mt, [2, 14]), t(z, [2, 20]), t(z, [2, 36]), t(z, [2, 37]), t(z, [2, 38]), t(z, [2, 39]), { 20: [1, 156] }, t(z, [2, 40]), { 20: [1, 157] }, t(z, [2, 41]), { 20: [1, 158] }, t(z, [2, 42]), { 5: [1, 159] }, { 5: [1, 160] }, { 59: 161, 82: yt }, { 59: 162, 82: yt }, { 5: [2, 68] }, { 5: [2, 54] }, { 5: [2, 55] }, { 27: 163, 73: F }, t(pt, [2, 16]), t(mt, [2, 12]), t(lt, s, { 8: 108, 45: 164 }), t(ct, s, { 8: 110, 47: 165 }), t(Z, s, { 8: 112, 49: 166 }), t(z, [2, 50]), t(z, [2, 52]), { 5: [2, 66] }, { 5: [2, 67] }, { 82: [2, 62] }, { 21: [2, 49] }, { 21: [2, 47] }, { 21: [2, 45] }],
|
|
34685
34685
|
defaultActions: { 7: [2, 79], 8: [2, 1], 9: [2, 2], 10: [2, 3], 53: [2, 82], 89: [2, 64], 90: [2, 65], 97: [2, 81], 124: [2, 56], 125: [2, 78], 126: [2, 57], 127: [2, 58], 128: [2, 59], 150: [2, 68], 151: [2, 54], 152: [2, 55], 161: [2, 66], 162: [2, 67], 163: [2, 62], 164: [2, 49], 165: [2, 47], 166: [2, 45] },
|
|
34686
34686
|
parseError: function(H, U) {
|
|
34687
34687
|
if (U.recoverable)
|
|
@@ -34692,12 +34692,12 @@ var i2 = function() {
|
|
|
34692
34692
|
}
|
|
34693
34693
|
},
|
|
34694
34694
|
parse: function(H) {
|
|
34695
|
-
var U = this, D = [0], P = [], j = [null],
|
|
34695
|
+
var U = this, D = [0], P = [], j = [null], O = [], gt = this.table, S = "", It = 0, it = 0, St = 2, V = 1, K = O.slice.call(arguments, 1), tt = Object.create(this.lexer), nt = { yy: {} };
|
|
34696
34696
|
for (var J in this.yy)
|
|
34697
34697
|
Object.prototype.hasOwnProperty.call(this.yy, J) && (nt.yy[J] = this.yy[J]);
|
|
34698
34698
|
tt.setInput(H, nt.yy), nt.yy.lexer = tt, nt.yy.parser = this, typeof tt.yylloc > "u" && (tt.yylloc = {});
|
|
34699
34699
|
var vt = tt.yylloc;
|
|
34700
|
-
|
|
34700
|
+
O.push(vt);
|
|
34701
34701
|
var jt = tt.options && tt.options.ranges;
|
|
34702
34702
|
typeof nt.yy.parseError == "function" ? this.parseError = nt.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
|
|
34703
34703
|
function Yt() {
|
|
@@ -34724,17 +34724,17 @@ Expecting ` + Q.join(", ") + ", got '" + (this.terminals_[Rt] || Rt) + "'" : dt
|
|
|
34724
34724
|
throw new Error("Parse Error: multiple actions possible at state: " + Mt + ", token: " + Rt);
|
|
34725
34725
|
switch (Pt[0]) {
|
|
34726
34726
|
case 1:
|
|
34727
|
-
D.push(Rt), j.push(tt.yytext),
|
|
34727
|
+
D.push(Rt), j.push(tt.yytext), O.push(tt.yylloc), D.push(Pt[1]), Rt = null, it = tt.yyleng, S = tt.yytext, It = tt.yylineno, vt = tt.yylloc;
|
|
34728
34728
|
break;
|
|
34729
34729
|
case 2:
|
|
34730
34730
|
if (_t = this.productions_[Pt[1]][1], Wt.$ = j[j.length - _t], Wt._$ = {
|
|
34731
|
-
first_line:
|
|
34732
|
-
last_line:
|
|
34733
|
-
first_column:
|
|
34734
|
-
last_column:
|
|
34731
|
+
first_line: O[O.length - (_t || 1)].first_line,
|
|
34732
|
+
last_line: O[O.length - 1].last_line,
|
|
34733
|
+
first_column: O[O.length - (_t || 1)].first_column,
|
|
34734
|
+
last_column: O[O.length - 1].last_column
|
|
34735
34735
|
}, jt && (Wt._$.range = [
|
|
34736
|
-
|
|
34737
|
-
|
|
34736
|
+
O[O.length - (_t || 1)].range[0],
|
|
34737
|
+
O[O.length - 1].range[1]
|
|
34738
34738
|
]), $t = this.performAction.apply(Wt, [
|
|
34739
34739
|
S,
|
|
34740
34740
|
it,
|
|
@@ -34742,10 +34742,10 @@ Expecting ` + Q.join(", ") + ", got '" + (this.terminals_[Rt] || Rt) + "'" : dt
|
|
|
34742
34742
|
nt.yy,
|
|
34743
34743
|
Pt[1],
|
|
34744
34744
|
j,
|
|
34745
|
-
|
|
34745
|
+
O
|
|
34746
34746
|
].concat(K)), typeof $t < "u")
|
|
34747
34747
|
return $t;
|
|
34748
|
-
_t && (D = D.slice(0, -1 * _t * 2), j = j.slice(0, -1 * _t),
|
|
34748
|
+
_t && (D = D.slice(0, -1 * _t * 2), j = j.slice(0, -1 * _t), O = O.slice(0, -1 * _t)), D.push(this.productions_[Pt[1]][0]), j.push(Wt.$), O.push(Wt._$), ft = gt[D[D.length - 2]][D[D.length - 1]], D.push(ft);
|
|
34749
34749
|
break;
|
|
34750
34750
|
case 3:
|
|
34751
34751
|
return !0;
|
|
@@ -34859,8 +34859,8 @@ Expecting ` + Q.join(", ") + ", got '" + (this.terminals_[Rt] || Rt) + "'" : dt
|
|
|
34859
34859
|
}, this.yytext += H[0], this.match += H[0], this.matches = H, this.yyleng = this.yytext.length, this.options.ranges && (this.yylloc.range = [this.offset, this.offset += this.yyleng]), this._more = !1, this._backtrack = !1, this._input = this._input.slice(H[0].length), this.matched += H[0], D = this.performAction.call(this, this.yy, this, U, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), D)
|
|
34860
34860
|
return D;
|
|
34861
34861
|
if (this._backtrack) {
|
|
34862
|
-
for (var
|
|
34863
|
-
this[
|
|
34862
|
+
for (var O in j)
|
|
34863
|
+
this[O] = j[O];
|
|
34864
34864
|
return !1;
|
|
34865
34865
|
}
|
|
34866
34866
|
return !1;
|
|
@@ -34872,10 +34872,10 @@ Expecting ` + Q.join(", ") + ", got '" + (this.terminals_[Rt] || Rt) + "'" : dt
|
|
|
34872
34872
|
this._input || (this.done = !0);
|
|
34873
34873
|
var H, U, D, P;
|
|
34874
34874
|
this._more || (this.yytext = "", this.match = "");
|
|
34875
|
-
for (var j = this._currentRules(),
|
|
34876
|
-
if (D = this._input.match(this.rules[j[
|
|
34877
|
-
if (U = D, P =
|
|
34878
|
-
if (H = this.test_match(D, j[
|
|
34875
|
+
for (var j = this._currentRules(), O = 0; O < j.length; O++)
|
|
34876
|
+
if (D = this._input.match(this.rules[j[O]]), D && (!U || D[0].length > U[0].length)) {
|
|
34877
|
+
if (U = D, P = O, this.options.backtrack_lexer) {
|
|
34878
|
+
if (H = this.test_match(D, j[O]), H !== !1)
|
|
34879
34879
|
return H;
|
|
34880
34880
|
if (this._backtrack) {
|
|
34881
34881
|
U = !1;
|
|
@@ -36062,8 +36062,8 @@ const Lit = function(t, e, i, n) {
|
|
|
36062
36062
|
l0(F.from.actor).length
|
|
36063
36063
|
), Lt.insert(z.startx, _ - 10, z.stopx, _);
|
|
36064
36064
|
}
|
|
36065
|
-
let k = 1,
|
|
36066
|
-
const
|
|
36065
|
+
let k = 1, M = 1;
|
|
36066
|
+
const L = [];
|
|
36067
36067
|
p.forEach(function(F) {
|
|
36068
36068
|
let _, z, mt;
|
|
36069
36069
|
switch (F.type) {
|
|
@@ -36155,7 +36155,7 @@ const Lit = function(t, e, i, n) {
|
|
|
36155
36155
|
_ = Lt.endLoop(), Ne.drawLoop(u, _, "par", ut), Lt.bumpVerticalPos(_.stopy - Lt.getVerticalPos()), Lt.models.addLoop(_);
|
|
36156
36156
|
break;
|
|
36157
36157
|
case n.db.LINETYPE.AUTONUMBER:
|
|
36158
|
-
k = F.message.start || k,
|
|
36158
|
+
k = F.message.start || k, M = F.message.step || M, F.message.visible ? n.db.enableSequenceNumbers() : n.db.disableSequenceNumbers();
|
|
36159
36159
|
break;
|
|
36160
36160
|
case n.db.LINETYPE.CRITICAL_START:
|
|
36161
36161
|
rr(
|
|
@@ -36194,7 +36194,7 @@ const Lit = function(t, e, i, n) {
|
|
|
36194
36194
|
try {
|
|
36195
36195
|
mt = F.msgModel, mt.starty = Lt.getVerticalPos(), mt.sequenceIndex = k, mt.sequenceVisible = n.db.showSequenceNumbers();
|
|
36196
36196
|
const et = Sit(u, mt);
|
|
36197
|
-
|
|
36197
|
+
L.push({ messageModel: mt, lineStartY: et }), Lt.models.addMessage(mt);
|
|
36198
36198
|
} catch (et) {
|
|
36199
36199
|
N.error("error while drawing message", et);
|
|
36200
36200
|
}
|
|
@@ -36208,24 +36208,24 @@ const Lit = function(t, e, i, n) {
|
|
|
36208
36208
|
n.db.LINETYPE.DOTTED_CROSS,
|
|
36209
36209
|
n.db.LINETYPE.SOLID_POINT,
|
|
36210
36210
|
n.db.LINETYPE.DOTTED_POINT
|
|
36211
|
-
].includes(F.type) && (k = k +
|
|
36212
|
-
}),
|
|
36211
|
+
].includes(F.type) && (k = k + M);
|
|
36212
|
+
}), L.forEach((F) => Ait(u, F.messageModel, F.lineStartY, n)), ut.mirrorActors && (Lt.bumpVerticalPos(ut.boxMargin * 2), l2(u, h, f, Lt.getVerticalPos(), ut, p, !0), Lt.bumpVerticalPos(ut.boxMargin), d9(u, Lt.getVerticalPos())), Lt.models.boxes.forEach(function(F) {
|
|
36213
36213
|
F.height = Lt.getVerticalPos() - F.y, Lt.insert(F.x, F.y, F.x + F.width, F.height), F.startx = F.x, F.starty = F.y, F.stopx = F.startx + F.width, F.stopy = F.starty + F.height, F.stroke = "rgb(0,0,0, 0.5)", Ne.drawBox(u, F, ut);
|
|
36214
36214
|
}), g && Lt.bumpVerticalPos(ut.boxMargin);
|
|
36215
|
-
const B = p9(u, h, f, l), { bounds:
|
|
36216
|
-
N.debug("For line height fix Querying: #" + e + " .actor-line"), rp("#" + e + " .actor-line").attr("y2",
|
|
36217
|
-
let I =
|
|
36215
|
+
const B = p9(u, h, f, l), { bounds: R } = Lt.getBounds();
|
|
36216
|
+
N.debug("For line height fix Querying: #" + e + " .actor-line"), rp("#" + e + " .actor-line").attr("y2", R.stopy);
|
|
36217
|
+
let I = R.stopy - R.starty;
|
|
36218
36218
|
I < B.maxHeight && (I = B.maxHeight);
|
|
36219
36219
|
let E = I + 2 * ut.diagramMarginY;
|
|
36220
36220
|
ut.mirrorActors && (E = E - ut.boxMargin + ut.bottomMarginAdj);
|
|
36221
|
-
let w =
|
|
36221
|
+
let w = R.stopx - R.startx;
|
|
36222
36222
|
w < B.maxWidth && (w = B.maxWidth);
|
|
36223
36223
|
const A = w + 2 * ut.diagramMarginX;
|
|
36224
|
-
m && u.append("text").text(m).attr("x", (
|
|
36224
|
+
m && u.append("text").text(m).attr("x", (R.stopx - R.startx) / 2 - 2 * ut.diagramMarginX).attr("y", -25), Jn(u, E, A, ut.useMaxWidth);
|
|
36225
36225
|
const y = m ? 40 : 0;
|
|
36226
36226
|
u.attr(
|
|
36227
36227
|
"viewBox",
|
|
36228
|
-
|
|
36228
|
+
R.startx - ut.diagramMarginX + " -" + (ut.diagramMarginY + y) + " " + A + " " + (E + y)
|
|
36229
36229
|
), N.debug("models:", Lt.models);
|
|
36230
36230
|
};
|
|
36231
36231
|
function Mit(t, e, i) {
|
|
@@ -36453,7 +36453,7 @@ var c2 = function() {
|
|
|
36453
36453
|
for (Z = Z || {}, st = lt.length; st--; Z[lt[st]] = ct)
|
|
36454
36454
|
;
|
|
36455
36455
|
return Z;
|
|
36456
|
-
}, e = [1, 2], i = [1, 3], n = [1, 5], r = [1, 7], s = [2, 5], o = [1, 15], a = [1, 17], l = [1, 21], u = [1, 22], h = [1, 23], d = [1, 24], f = [1, 37], p = [1, 25], m = [1, 26], g = [1, 27], v = [1, 28], x = [1, 29], b = [1, 32], T = [1, 33], k = [1, 34],
|
|
36456
|
+
}, e = [1, 2], i = [1, 3], n = [1, 5], r = [1, 7], s = [2, 5], o = [1, 15], a = [1, 17], l = [1, 21], u = [1, 22], h = [1, 23], d = [1, 24], f = [1, 37], p = [1, 25], m = [1, 26], g = [1, 27], v = [1, 28], x = [1, 29], b = [1, 32], T = [1, 33], k = [1, 34], M = [1, 35], L = [1, 36], B = [1, 39], R = [1, 40], C = [1, 41], I = [1, 42], E = [1, 38], w = [1, 45], A = [1, 4, 5, 16, 17, 19, 21, 22, 24, 25, 26, 27, 28, 29, 33, 35, 37, 38, 42, 50, 51, 52, 53, 56, 60], y = [1, 4, 5, 14, 15, 16, 17, 19, 21, 22, 24, 25, 26, 27, 28, 29, 33, 35, 37, 38, 42, 50, 51, 52, 53, 56, 60], F = [1, 4, 5, 7, 16, 17, 19, 21, 22, 24, 25, 26, 27, 28, 29, 33, 35, 37, 38, 42, 50, 51, 52, 53, 56, 60], _ = [4, 5, 16, 17, 19, 21, 22, 24, 25, 26, 27, 28, 29, 33, 35, 37, 38, 42, 50, 51, 52, 53, 56, 60], z = {
|
|
36457
36457
|
trace: function() {
|
|
36458
36458
|
},
|
|
36459
36459
|
yy: {},
|
|
@@ -36571,7 +36571,7 @@ var c2 = function() {
|
|
|
36571
36571
|
break;
|
|
36572
36572
|
}
|
|
36573
36573
|
},
|
|
36574
|
-
table: [{ 3: 1, 4: e, 5: i, 6: 4, 7: n, 45: 6, 60: r }, { 1: [3] }, { 3: 8, 4: e, 5: i, 6: 4, 7: n, 45: 6, 60: r }, { 3: 9, 4: e, 5: i, 6: 4, 7: n, 45: 6, 60: r }, { 3: 10, 4: e, 5: i, 6: 4, 7: n, 45: 6, 60: r }, t([1, 4, 5, 16, 17, 19, 22, 24, 25, 26, 27, 28, 29, 33, 35, 37, 38, 42, 50, 51, 52, 53, 56, 60], s, { 8: 11 }), { 46: 12, 61: [1, 13] }, { 61: [2, 50] }, { 1: [2, 1] }, { 1: [2, 2] }, { 1: [2, 3] }, { 1: [2, 4], 4: o, 5: a, 6: 30, 9: 14, 10: 16, 11: 18, 12: 19, 13: 20, 16: l, 17: u, 19: h, 22: d, 24: f, 25: p, 26: m, 27: g, 28: v, 29: x, 32: 31, 33: b, 35: T, 37: k, 38:
|
|
36574
|
+
table: [{ 3: 1, 4: e, 5: i, 6: 4, 7: n, 45: 6, 60: r }, { 1: [3] }, { 3: 8, 4: e, 5: i, 6: 4, 7: n, 45: 6, 60: r }, { 3: 9, 4: e, 5: i, 6: 4, 7: n, 45: 6, 60: r }, { 3: 10, 4: e, 5: i, 6: 4, 7: n, 45: 6, 60: r }, t([1, 4, 5, 16, 17, 19, 22, 24, 25, 26, 27, 28, 29, 33, 35, 37, 38, 42, 50, 51, 52, 53, 56, 60], s, { 8: 11 }), { 46: 12, 61: [1, 13] }, { 61: [2, 50] }, { 1: [2, 1] }, { 1: [2, 2] }, { 1: [2, 3] }, { 1: [2, 4], 4: o, 5: a, 6: 30, 9: 14, 10: 16, 11: 18, 12: 19, 13: 20, 16: l, 17: u, 19: h, 22: d, 24: f, 25: p, 26: m, 27: g, 28: v, 29: x, 32: 31, 33: b, 35: T, 37: k, 38: M, 42: L, 45: 6, 50: B, 51: R, 52: C, 53: I, 56: E, 60: r }, { 47: 43, 48: [1, 44], 63: w }, t([48, 63], [2, 51]), t(A, [2, 6]), { 6: 30, 10: 46, 11: 18, 12: 19, 13: 20, 16: l, 17: u, 19: h, 22: d, 24: f, 25: p, 26: m, 27: g, 28: v, 29: x, 32: 31, 33: b, 35: T, 37: k, 38: M, 42: L, 45: 6, 50: B, 51: R, 52: C, 53: I, 56: E, 60: r }, t(A, [2, 8]), t(A, [2, 9]), t(A, [2, 10]), t(A, [2, 11]), t(A, [2, 12], { 14: [1, 47], 15: [1, 48] }), t(A, [2, 16]), { 18: [1, 49] }, t(A, [2, 18], { 20: [1, 50] }), { 23: [1, 51] }, t(A, [2, 22]), t(A, [2, 23]), t(A, [2, 24]), t(A, [2, 25]), { 30: 52, 31: [1, 53], 58: [1, 54], 59: [1, 55] }, t(A, [2, 28]), t(A, [2, 29]), { 34: [1, 56] }, { 36: [1, 57] }, t(A, [2, 32]), { 39: [1, 58], 41: [1, 59] }, { 43: [1, 60] }, t(y, [2, 44], { 57: [1, 61] }), t(y, [2, 45], { 57: [1, 62] }), t(A, [2, 38]), t(A, [2, 39]), t(A, [2, 40]), t(A, [2, 41]), t(F, [2, 36]), { 49: 63, 62: [1, 64] }, t(F, [2, 53]), t(A, [2, 7]), t(A, [2, 13]), { 13: 65, 24: f, 56: E }, t(A, [2, 17]), t(_, s, { 8: 66 }), { 24: [1, 67] }, { 24: [1, 68] }, { 23: [1, 69] }, { 24: [2, 48] }, { 24: [2, 49] }, t(A, [2, 30]), t(A, [2, 31]), { 40: [1, 70] }, { 40: [1, 71] }, { 44: [1, 72] }, { 24: [1, 73] }, { 24: [1, 74] }, { 47: 75, 63: w }, { 63: [2, 52] }, t(A, [2, 14], { 14: [1, 76] }), { 4: o, 5: a, 6: 30, 9: 14, 10: 16, 11: 18, 12: 19, 13: 20, 16: l, 17: u, 19: h, 21: [1, 77], 22: d, 24: f, 25: p, 26: m, 27: g, 28: v, 29: x, 32: 31, 33: b, 35: T, 37: k, 38: M, 42: L, 45: 6, 50: B, 51: R, 52: C, 53: I, 56: E, 60: r }, t(A, [2, 20], { 20: [1, 78] }), { 31: [1, 79] }, { 24: [1, 80] }, t(A, [2, 33]), t(A, [2, 34]), t(A, [2, 35]), t(y, [2, 46]), t(y, [2, 47]), t(F, [2, 37]), t(A, [2, 15]), t(A, [2, 19]), t(_, s, { 8: 81 }), t(A, [2, 26]), t(A, [2, 27]), { 4: o, 5: a, 6: 30, 9: 14, 10: 16, 11: 18, 12: 19, 13: 20, 16: l, 17: u, 19: h, 21: [1, 82], 22: d, 24: f, 25: p, 26: m, 27: g, 28: v, 29: x, 32: 31, 33: b, 35: T, 37: k, 38: M, 42: L, 45: 6, 50: B, 51: R, 52: C, 53: I, 56: E, 60: r }, t(A, [2, 21])],
|
|
36575
36575
|
defaultActions: { 7: [2, 50], 8: [2, 1], 9: [2, 2], 10: [2, 3], 54: [2, 48], 55: [2, 49], 64: [2, 52] },
|
|
36576
36576
|
parseError: function(ct, Z) {
|
|
36577
36577
|
if (Z.recoverable)
|
|
@@ -36582,14 +36582,14 @@ var c2 = function() {
|
|
|
36582
36582
|
}
|
|
36583
36583
|
},
|
|
36584
36584
|
parse: function(ct) {
|
|
36585
|
-
var Z = this, st = [0], yt = [], pt = [null], W = [], Et = this.table, Y = "", X = 0, H = 0, U = 2, D = 1, P = W.slice.call(arguments, 1), j = Object.create(this.lexer),
|
|
36585
|
+
var Z = this, st = [0], yt = [], pt = [null], W = [], Et = this.table, Y = "", X = 0, H = 0, U = 2, D = 1, P = W.slice.call(arguments, 1), j = Object.create(this.lexer), O = { yy: {} };
|
|
36586
36586
|
for (var gt in this.yy)
|
|
36587
|
-
Object.prototype.hasOwnProperty.call(this.yy, gt) && (
|
|
36588
|
-
j.setInput(ct,
|
|
36587
|
+
Object.prototype.hasOwnProperty.call(this.yy, gt) && (O.yy[gt] = this.yy[gt]);
|
|
36588
|
+
j.setInput(ct, O.yy), O.yy.lexer = j, O.yy.parser = this, typeof j.yylloc > "u" && (j.yylloc = {});
|
|
36589
36589
|
var S = j.yylloc;
|
|
36590
36590
|
W.push(S);
|
|
36591
36591
|
var It = j.options && j.options.ranges;
|
|
36592
|
-
typeof
|
|
36592
|
+
typeof O.yy.parseError == "function" ? this.parseError = O.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
|
|
36593
36593
|
function it() {
|
|
36594
36594
|
var Mt;
|
|
36595
36595
|
return Mt = yt.pop() || j.lex() || D, typeof Mt != "number" && (Mt instanceof Array && (yt = Mt, Mt = yt.pop()), Mt = Z.symbols_[Mt] || Mt), Mt;
|
|
@@ -36629,7 +36629,7 @@ Expecting ` + Yt.join(", ") + ", got '" + (this.terminals_[St] || St) + "'" : Rt
|
|
|
36629
36629
|
Y,
|
|
36630
36630
|
H,
|
|
36631
36631
|
X,
|
|
36632
|
-
|
|
36632
|
+
O.yy,
|
|
36633
36633
|
K[1],
|
|
36634
36634
|
pt,
|
|
36635
36635
|
W
|
|
@@ -37427,8 +37427,8 @@ const Sd = {}, _nt = function() {
|
|
|
37427
37427
|
T = E9(b.doc, k, b.id, !n, r, s, o);
|
|
37428
37428
|
{
|
|
37429
37429
|
k = mnt(k, b, n);
|
|
37430
|
-
let
|
|
37431
|
-
T.width =
|
|
37430
|
+
let M = k.node().getBBox();
|
|
37431
|
+
T.width = M.width, T.height = M.height + sn.padding / 2, Sd[b.id] = { y: sn.compositTitleSize };
|
|
37432
37432
|
}
|
|
37433
37433
|
} else
|
|
37434
37434
|
T = I6(e, b);
|
|
@@ -37438,8 +37438,8 @@ const Sd = {}, _nt = function() {
|
|
|
37438
37438
|
id: b.id + "-note",
|
|
37439
37439
|
note: b.note,
|
|
37440
37440
|
type: "note"
|
|
37441
|
-
},
|
|
37442
|
-
b.note.position === "left of" ? (a.setNode(T.id + "-note",
|
|
37441
|
+
}, M = I6(e, k);
|
|
37442
|
+
b.note.position === "left of" ? (a.setNode(T.id + "-note", M), a.setNode(T.id, T)) : (a.setNode(T.id, T), a.setNode(T.id + "-note", M)), a.setParent(T.id, T.id + "-group"), a.setParent(T.id + "-note", T.id + "-group");
|
|
37443
37443
|
} else
|
|
37444
37444
|
a.setNode(T.id, T);
|
|
37445
37445
|
}
|
|
@@ -37465,8 +37465,8 @@ const Sd = {}, _nt = function() {
|
|
|
37465
37465
|
"translate(" + (a.node(x).x - a.node(x).width / 2) + "," + (a.node(x).y + (Sd[x] ? Sd[x].y : 0) - a.node(x).height / 2) + " )"
|
|
37466
37466
|
), r.select("#" + m.id + " #" + x).attr("data-x-shift", a.node(x).x - a.node(x).width / 2), s.querySelectorAll("#" + m.id + " #" + x + " .divider").forEach((T) => {
|
|
37467
37467
|
const k = T.parentElement;
|
|
37468
|
-
let
|
|
37469
|
-
k && (k.parentElement && (
|
|
37468
|
+
let M = 0, L = 0;
|
|
37469
|
+
k && (k.parentElement && (M = k.parentElement.getBBox().width), L = parseInt(k.getAttribute("data-x-shift"), 10), Number.isNaN(L) && (L = 0)), T.setAttribute("x1", 0 - L + 8), T.setAttribute("x2", M - L - 8);
|
|
37470
37470
|
})) : N.debug("No Node " + x + ": " + JSON.stringify(a.node(x)));
|
|
37471
37471
|
});
|
|
37472
37472
|
let g = m.getBBox();
|
|
@@ -37646,9 +37646,9 @@ const _l = (t, e, i, n, r, s) => {
|
|
|
37646
37646
|
const T = `${b.x - m} ${b.y - m} ${v} ${x}`;
|
|
37647
37647
|
N.debug(`viewBox ${T}`), f.attr("viewBox", T);
|
|
37648
37648
|
const k = document.querySelectorAll('[id="' + e + '"] .edgeLabel .label');
|
|
37649
|
-
for (const
|
|
37650
|
-
const
|
|
37651
|
-
B.setAttribute("rx", 0), B.setAttribute("ry", 0), B.setAttribute("width",
|
|
37649
|
+
for (const M of k) {
|
|
37650
|
+
const L = M.getBBox(), B = document.createElementNS("http://www.w3.org/2000/svg", Gu);
|
|
37651
|
+
B.setAttribute("rx", 0), B.setAttribute("ry", 0), B.setAttribute("width", L.width), B.setAttribute("height", L.height), M.insertBefore(B, M.firstChild);
|
|
37652
37652
|
}
|
|
37653
37653
|
}, Knt = {
|
|
37654
37654
|
setConf: Ynt,
|
|
@@ -37667,49 +37667,49 @@ var p2 = function() {
|
|
|
37667
37667
|
symbols_: { error: 2, start: 3, journey: 4, document: 5, EOF: 6, directive: 7, line: 8, SPACE: 9, statement: 10, NEWLINE: 11, openDirective: 12, typeDirective: 13, closeDirective: 14, ":": 15, argDirective: 16, title: 17, acc_title: 18, acc_title_value: 19, acc_descr: 20, acc_descr_value: 21, acc_descr_multiline_value: 22, section: 23, taskName: 24, taskData: 25, open_directive: 26, type_directive: 27, arg_directive: 28, close_directive: 29, $accept: 0, $end: 1 },
|
|
37668
37668
|
terminals_: { 2: "error", 4: "journey", 6: "EOF", 9: "SPACE", 11: "NEWLINE", 15: ":", 17: "title", 18: "acc_title", 19: "acc_title_value", 20: "acc_descr", 21: "acc_descr_value", 22: "acc_descr_multiline_value", 23: "section", 24: "taskName", 25: "taskData", 26: "open_directive", 27: "type_directive", 28: "arg_directive", 29: "close_directive" },
|
|
37669
37669
|
productions_: [0, [3, 3], [3, 2], [5, 0], [5, 2], [8, 2], [8, 1], [8, 1], [8, 1], [7, 4], [7, 6], [10, 1], [10, 2], [10, 2], [10, 1], [10, 1], [10, 2], [10, 1], [12, 1], [13, 1], [16, 1], [14, 1]],
|
|
37670
|
-
performAction: function(v, x, b, T, k,
|
|
37671
|
-
var B =
|
|
37670
|
+
performAction: function(v, x, b, T, k, M, L) {
|
|
37671
|
+
var B = M.length - 1;
|
|
37672
37672
|
switch (k) {
|
|
37673
37673
|
case 1:
|
|
37674
|
-
return
|
|
37674
|
+
return M[B - 1];
|
|
37675
37675
|
case 3:
|
|
37676
37676
|
this.$ = [];
|
|
37677
37677
|
break;
|
|
37678
37678
|
case 4:
|
|
37679
|
-
|
|
37679
|
+
M[B - 1].push(M[B]), this.$ = M[B - 1];
|
|
37680
37680
|
break;
|
|
37681
37681
|
case 5:
|
|
37682
37682
|
case 6:
|
|
37683
|
-
this.$ =
|
|
37683
|
+
this.$ = M[B];
|
|
37684
37684
|
break;
|
|
37685
37685
|
case 7:
|
|
37686
37686
|
case 8:
|
|
37687
37687
|
this.$ = [];
|
|
37688
37688
|
break;
|
|
37689
37689
|
case 11:
|
|
37690
|
-
T.setDiagramTitle(
|
|
37690
|
+
T.setDiagramTitle(M[B].substr(6)), this.$ = M[B].substr(6);
|
|
37691
37691
|
break;
|
|
37692
37692
|
case 12:
|
|
37693
|
-
this.$ =
|
|
37693
|
+
this.$ = M[B].trim(), T.setAccTitle(this.$);
|
|
37694
37694
|
break;
|
|
37695
37695
|
case 13:
|
|
37696
37696
|
case 14:
|
|
37697
|
-
this.$ =
|
|
37697
|
+
this.$ = M[B].trim(), T.setAccDescription(this.$);
|
|
37698
37698
|
break;
|
|
37699
37699
|
case 15:
|
|
37700
|
-
T.addSection(
|
|
37700
|
+
T.addSection(M[B].substr(8)), this.$ = M[B].substr(8);
|
|
37701
37701
|
break;
|
|
37702
37702
|
case 16:
|
|
37703
|
-
T.addTask(
|
|
37703
|
+
T.addTask(M[B - 1], M[B]), this.$ = "task";
|
|
37704
37704
|
break;
|
|
37705
37705
|
case 18:
|
|
37706
37706
|
T.parseDirective("%%{", "open_directive");
|
|
37707
37707
|
break;
|
|
37708
37708
|
case 19:
|
|
37709
|
-
T.parseDirective(
|
|
37709
|
+
T.parseDirective(M[B], "type_directive");
|
|
37710
37710
|
break;
|
|
37711
37711
|
case 20:
|
|
37712
|
-
|
|
37712
|
+
M[B] = M[B].trim().replace(/'/g, '"'), T.parseDirective(M[B], "arg_directive");
|
|
37713
37713
|
break;
|
|
37714
37714
|
case 21:
|
|
37715
37715
|
T.parseDirective("}%%", "close_directive", "journey");
|
|
@@ -37727,12 +37727,12 @@ var p2 = function() {
|
|
|
37727
37727
|
}
|
|
37728
37728
|
},
|
|
37729
37729
|
parse: function(v) {
|
|
37730
|
-
var x = this, b = [0], T = [], k = [null],
|
|
37730
|
+
var x = this, b = [0], T = [], k = [null], M = [], L = this.table, B = "", R = 0, C = 0, I = 2, E = 1, w = M.slice.call(arguments, 1), A = Object.create(this.lexer), y = { yy: {} };
|
|
37731
37731
|
for (var F in this.yy)
|
|
37732
37732
|
Object.prototype.hasOwnProperty.call(this.yy, F) && (y.yy[F] = this.yy[F]);
|
|
37733
37733
|
A.setInput(v, y.yy), y.yy.lexer = A, y.yy.parser = this, typeof A.yylloc > "u" && (A.yylloc = {});
|
|
37734
37734
|
var _ = A.yylloc;
|
|
37735
|
-
|
|
37735
|
+
M.push(_);
|
|
37736
37736
|
var z = A.options && A.options.ranges;
|
|
37737
37737
|
typeof y.yy.parseError == "function" ? this.parseError = y.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
|
|
37738
37738
|
function mt() {
|
|
@@ -37740,14 +37740,14 @@ var p2 = function() {
|
|
|
37740
37740
|
return X = T.pop() || A.lex() || E, typeof X != "number" && (X instanceof Array && (T = X, X = T.pop()), X = x.symbols_[X] || X), X;
|
|
37741
37741
|
}
|
|
37742
37742
|
for (var et, lt, ct, Z, st = {}, yt, pt, W, Et; ; ) {
|
|
37743
|
-
if (lt = b[b.length - 1], this.defaultActions[lt] ? ct = this.defaultActions[lt] : ((et === null || typeof et > "u") && (et = mt()), ct =
|
|
37743
|
+
if (lt = b[b.length - 1], this.defaultActions[lt] ? ct = this.defaultActions[lt] : ((et === null || typeof et > "u") && (et = mt()), ct = L[lt] && L[lt][et]), typeof ct > "u" || !ct.length || !ct[0]) {
|
|
37744
37744
|
var Y = "";
|
|
37745
37745
|
Et = [];
|
|
37746
|
-
for (yt in
|
|
37746
|
+
for (yt in L[lt])
|
|
37747
37747
|
this.terminals_[yt] && yt > I && Et.push("'" + this.terminals_[yt] + "'");
|
|
37748
|
-
A.showPosition ? Y = "Parse error on line " + (
|
|
37748
|
+
A.showPosition ? Y = "Parse error on line " + (R + 1) + `:
|
|
37749
37749
|
` + A.showPosition() + `
|
|
37750
|
-
Expecting ` + Et.join(", ") + ", got '" + (this.terminals_[et] || et) + "'" : Y = "Parse error on line " + (
|
|
37750
|
+
Expecting ` + Et.join(", ") + ", got '" + (this.terminals_[et] || et) + "'" : Y = "Parse error on line " + (R + 1) + ": Unexpected " + (et == E ? "end of input" : "'" + (this.terminals_[et] || et) + "'"), this.parseError(Y, {
|
|
37751
37751
|
text: A.match,
|
|
37752
37752
|
token: this.terminals_[et] || et,
|
|
37753
37753
|
line: A.yylineno,
|
|
@@ -37759,28 +37759,28 @@ Expecting ` + Et.join(", ") + ", got '" + (this.terminals_[et] || et) + "'" : Y
|
|
|
37759
37759
|
throw new Error("Parse Error: multiple actions possible at state: " + lt + ", token: " + et);
|
|
37760
37760
|
switch (ct[0]) {
|
|
37761
37761
|
case 1:
|
|
37762
|
-
b.push(et), k.push(A.yytext),
|
|
37762
|
+
b.push(et), k.push(A.yytext), M.push(A.yylloc), b.push(ct[1]), et = null, C = A.yyleng, B = A.yytext, R = A.yylineno, _ = A.yylloc;
|
|
37763
37763
|
break;
|
|
37764
37764
|
case 2:
|
|
37765
37765
|
if (pt = this.productions_[ct[1]][1], st.$ = k[k.length - pt], st._$ = {
|
|
37766
|
-
first_line:
|
|
37767
|
-
last_line:
|
|
37768
|
-
first_column:
|
|
37769
|
-
last_column:
|
|
37766
|
+
first_line: M[M.length - (pt || 1)].first_line,
|
|
37767
|
+
last_line: M[M.length - 1].last_line,
|
|
37768
|
+
first_column: M[M.length - (pt || 1)].first_column,
|
|
37769
|
+
last_column: M[M.length - 1].last_column
|
|
37770
37770
|
}, z && (st._$.range = [
|
|
37771
|
-
|
|
37772
|
-
|
|
37771
|
+
M[M.length - (pt || 1)].range[0],
|
|
37772
|
+
M[M.length - 1].range[1]
|
|
37773
37773
|
]), Z = this.performAction.apply(st, [
|
|
37774
37774
|
B,
|
|
37775
37775
|
C,
|
|
37776
|
-
|
|
37776
|
+
R,
|
|
37777
37777
|
y.yy,
|
|
37778
37778
|
ct[1],
|
|
37779
37779
|
k,
|
|
37780
|
-
|
|
37780
|
+
M
|
|
37781
37781
|
].concat(w)), typeof Z < "u")
|
|
37782
37782
|
return Z;
|
|
37783
|
-
pt && (b = b.slice(0, -1 * pt * 2), k = k.slice(0, -1 * pt),
|
|
37783
|
+
pt && (b = b.slice(0, -1 * pt * 2), k = k.slice(0, -1 * pt), M = M.slice(0, -1 * pt)), b.push(this.productions_[ct[1]][0]), k.push(st.$), M.push(st._$), W = L[b[b.length - 2]][b[b.length - 1]], b.push(W);
|
|
37784
37784
|
break;
|
|
37785
37785
|
case 3:
|
|
37786
37786
|
return !0;
|
|
@@ -37894,8 +37894,8 @@ Expecting ` + Et.join(", ") + ", got '" + (this.terminals_[et] || et) + "'" : Y
|
|
|
37894
37894
|
}, this.yytext += v[0], this.match += v[0], this.matches = v, this.yyleng = this.yytext.length, this.options.ranges && (this.yylloc.range = [this.offset, this.offset += this.yyleng]), this._more = !1, this._backtrack = !1, this._input = this._input.slice(v[0].length), this.matched += v[0], b = this.performAction.call(this, this.yy, this, x, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), b)
|
|
37895
37895
|
return b;
|
|
37896
37896
|
if (this._backtrack) {
|
|
37897
|
-
for (var
|
|
37898
|
-
this[
|
|
37897
|
+
for (var M in k)
|
|
37898
|
+
this[M] = k[M];
|
|
37899
37899
|
return !1;
|
|
37900
37900
|
}
|
|
37901
37901
|
return !1;
|
|
@@ -37907,10 +37907,10 @@ Expecting ` + Et.join(", ") + ", got '" + (this.terminals_[et] || et) + "'" : Y
|
|
|
37907
37907
|
this._input || (this.done = !0);
|
|
37908
37908
|
var v, x, b, T;
|
|
37909
37909
|
this._more || (this.yytext = "", this.match = "");
|
|
37910
|
-
for (var k = this._currentRules(),
|
|
37911
|
-
if (b = this._input.match(this.rules[k[
|
|
37912
|
-
if (x = b, T =
|
|
37913
|
-
if (v = this.test_match(b, k[
|
|
37910
|
+
for (var k = this._currentRules(), M = 0; M < k.length; M++)
|
|
37911
|
+
if (b = this._input.match(this.rules[k[M]]), b && (!x || b[0].length > x[0].length)) {
|
|
37912
|
+
if (x = b, T = M, this.options.backtrack_lexer) {
|
|
37913
|
+
if (v = this.test_match(b, k[M]), v !== !1)
|
|
37914
37914
|
return v;
|
|
37915
37915
|
if (this._backtrack) {
|
|
37916
37916
|
x = !1;
|
|
@@ -38409,21 +38409,21 @@ const vrt = function(t) {
|
|
|
38409
38409
|
t.match(/^\s*flowchart|graph/) && ((i = e == null ? void 0 : e.flowchart) == null ? void 0 : i.defaultRenderer) === "elk")
|
|
38410
38410
|
);
|
|
38411
38411
|
}, _rt = async () => {
|
|
38412
|
-
const { diagram: t } = await import("./flowchart-elk-definition-170a3958-
|
|
38412
|
+
const { diagram: t } = await import("./flowchart-elk-definition-170a3958-FKGxCvsu.mjs");
|
|
38413
38413
|
return { id: F9, diagram: t };
|
|
38414
38414
|
}, krt = {
|
|
38415
38415
|
id: F9,
|
|
38416
38416
|
detector: xrt,
|
|
38417
38417
|
loader: _rt
|
|
38418
38418
|
}, wrt = krt, V9 = "timeline", Trt = (t) => t.match(/^\s*timeline/) !== null, Crt = async () => {
|
|
38419
|
-
const { diagram: t } = await import("./timeline-definition-8e5a9bc6-
|
|
38419
|
+
const { diagram: t } = await import("./timeline-definition-8e5a9bc6-yAX7F08Y.mjs");
|
|
38420
38420
|
return { id: V9, diagram: t };
|
|
38421
38421
|
}, Ert = {
|
|
38422
38422
|
id: V9,
|
|
38423
38423
|
detector: Trt,
|
|
38424
38424
|
loader: Crt
|
|
38425
38425
|
}, Srt = Ert, z9 = "mindmap", Art = (t) => t.match(/^\s*mindmap/) !== null, Lrt = async () => {
|
|
38426
|
-
const { diagram: t } = await import("./mindmap-definition-44684416-
|
|
38426
|
+
const { diagram: t } = await import("./mindmap-definition-44684416-BVkUBicg.mjs");
|
|
38427
38427
|
return { id: z9, diagram: t };
|
|
38428
38428
|
}, Mrt = {
|
|
38429
38429
|
id: z9,
|
|
@@ -38806,21 +38806,21 @@ const Z9 = (t, e, i, n) => {
|
|
|
38806
38806
|
} catch (mt) {
|
|
38807
38807
|
T = new Em("error"), k = mt;
|
|
38808
38808
|
}
|
|
38809
|
-
const
|
|
38809
|
+
const M = g.select(m).node(), L = T.type, B = M.firstChild, R = B.firstChild, C = Sm.includes(L) ? T.renderer.getClasses(e, T) : {}, I = K9(
|
|
38810
38810
|
u,
|
|
38811
|
-
|
|
38811
|
+
L,
|
|
38812
38812
|
// @ts-ignore convert renderer to TS.
|
|
38813
38813
|
C,
|
|
38814
38814
|
h
|
|
38815
38815
|
), E = document.createElement("style");
|
|
38816
|
-
E.innerHTML = I, B.insertBefore(E,
|
|
38816
|
+
E.innerHTML = I, B.insertBefore(E, R);
|
|
38817
38817
|
try {
|
|
38818
38818
|
T.renderer.draw(e, t, zh, T);
|
|
38819
38819
|
} catch (mt) {
|
|
38820
38820
|
throw c1.draw(e, t, zh), mt;
|
|
38821
38821
|
}
|
|
38822
38822
|
const w = g.select(`${m} svg`), A = (s = (r = T.db).getAccTitle) == null ? void 0 : s.call(r), y = (a = (o = T.db).getAccDescription) == null ? void 0 : a.call(o);
|
|
38823
|
-
J9(
|
|
38823
|
+
J9(L, w, A, y), g.select(`[id="${t}"]`).selectAll("foreignobject > *").attr("xmlns", j9);
|
|
38824
38824
|
let F = g.select(m).node().innerHTML;
|
|
38825
38825
|
if (N.debug("config.arrowMarkerAbsolute", u.arrowMarkerAbsolute), F = $9(F, v, yi(u.arrowMarkerAbsolute)), v) {
|
|
38826
38826
|
const mt = g.select(m + " svg").node();
|
|
@@ -38830,7 +38830,7 @@ const Z9 = (t, e, i, n) => {
|
|
|
38830
38830
|
ADD_ATTR: q9
|
|
38831
38831
|
}));
|
|
38832
38832
|
if (i !== void 0)
|
|
38833
|
-
switch (
|
|
38833
|
+
switch (L) {
|
|
38834
38834
|
case "flowchart":
|
|
38835
38835
|
case "flowchart-v2":
|
|
38836
38836
|
i(F, cr.bindFunctions);
|
|
@@ -38885,21 +38885,21 @@ const Z9 = (t, e, i, n) => {
|
|
|
38885
38885
|
} catch (mt) {
|
|
38886
38886
|
T = new Em("error"), k = mt;
|
|
38887
38887
|
}
|
|
38888
|
-
const
|
|
38888
|
+
const M = g.select(m).node(), L = T.type, B = M.firstChild, R = B.firstChild, C = Sm.includes(L) ? T.renderer.getClasses(e, T) : {}, I = K9(
|
|
38889
38889
|
u,
|
|
38890
|
-
|
|
38890
|
+
L,
|
|
38891
38891
|
// @ts-ignore convert renderer to TS.
|
|
38892
38892
|
C,
|
|
38893
38893
|
h
|
|
38894
38894
|
), E = document.createElement("style");
|
|
38895
|
-
E.innerHTML = I, B.insertBefore(E,
|
|
38895
|
+
E.innerHTML = I, B.insertBefore(E, R);
|
|
38896
38896
|
try {
|
|
38897
38897
|
await T.renderer.draw(e, t, zh, T);
|
|
38898
38898
|
} catch (mt) {
|
|
38899
38899
|
throw c1.draw(e, t, zh), mt;
|
|
38900
38900
|
}
|
|
38901
38901
|
const w = g.select(`${m} svg`), A = (s = (r = T.db).getAccTitle) == null ? void 0 : s.call(r), y = (a = (o = T.db).getAccDescription) == null ? void 0 : a.call(o);
|
|
38902
|
-
J9(
|
|
38902
|
+
J9(L, w, A, y), g.select(`[id="${t}"]`).selectAll("foreignobject > *").attr("xmlns", j9);
|
|
38903
38903
|
let F = g.select(m).node().innerHTML;
|
|
38904
38904
|
if (N.debug("config.arrowMarkerAbsolute", u.arrowMarkerAbsolute), F = $9(F, v, yi(u.arrowMarkerAbsolute)), v) {
|
|
38905
38905
|
const mt = g.select(m + " svg").node();
|
|
@@ -38909,7 +38909,7 @@ const Z9 = (t, e, i, n) => {
|
|
|
38909
38909
|
ADD_ATTR: q9
|
|
38910
38910
|
}));
|
|
38911
38911
|
if (i !== void 0)
|
|
38912
|
-
switch (
|
|
38912
|
+
switch (L) {
|
|
38913
38913
|
case "flowchart":
|
|
38914
38914
|
case "flowchart-v2":
|
|
38915
38915
|
i(F, cr.bindFunctions);
|
|
@@ -39539,7 +39539,7 @@ const pst = { class: "bk-text-editor" }, mst = ["placeholder"], gst = { class: "
|
|
|
39539
39539
|
}), hn(() => {
|
|
39540
39540
|
fst();
|
|
39541
39541
|
}), (T, k) => {
|
|
39542
|
-
var
|
|
39542
|
+
var M, L, B;
|
|
39543
39543
|
return Tt(Z2).includes(T.message.role) ? ke("v-if", !0) : (Ut(), ie(
|
|
39544
39544
|
"li",
|
|
39545
39545
|
{
|
|
@@ -39549,7 +39549,7 @@ const pst = { class: "bk-text-editor" }, mst = ["placeholder"], gst = { class: "
|
|
|
39549
39549
|
class: Xe([T.message.role, "message-main"])
|
|
39550
39550
|
},
|
|
39551
39551
|
[
|
|
39552
|
-
(B = (
|
|
39552
|
+
(B = (L = (M = T.message) == null ? void 0 : M.property) == null ? void 0 : L.extra) != null && B.cite ? (Ut(), ie("div", xst, [
|
|
39553
39553
|
De(e8, {
|
|
39554
39554
|
text: T.message.property.extra.cite
|
|
39555
39555
|
}, null, 8, ["text"])
|
|
@@ -39568,7 +39568,7 @@ const pst = { class: "bk-text-editor" }, mst = ["placeholder"], gst = { class: "
|
|
|
39568
39568
|
key: 0,
|
|
39569
39569
|
"auto-focus": !0,
|
|
39570
39570
|
"model-value": T.message.content,
|
|
39571
|
-
onCancel: k[0] || (k[0] = (
|
|
39571
|
+
onCancel: k[0] || (k[0] = (R) => r.value = !1),
|
|
39572
39572
|
onSubmit: m
|
|
39573
39573
|
}, null, 8, ["model-value"])) : (Ut(), ie("p", _st, [
|
|
39574
39574
|
p.value && n.showTime ? (Ut(), ie(
|
|
@@ -39635,7 +39635,7 @@ const pst = { class: "bk-text-editor" }, mst = ["placeholder"], gst = { class: "
|
|
|
39635
39635
|
}),
|
|
39636
39636
|
zt("i", {
|
|
39637
39637
|
class: "bkai-icon bkai-yinyong",
|
|
39638
|
-
onClick: k[1] || (k[1] = (
|
|
39638
|
+
onClick: k[1] || (k[1] = (R) => Tt(a)(T.message.content))
|
|
39639
39639
|
}),
|
|
39640
39640
|
T.message.role === Tt(Dt).Ai ? (Ut(), ie("i", {
|
|
39641
39641
|
key: 0,
|
|
@@ -39645,7 +39645,7 @@ const pst = { class: "bk-text-editor" }, mst = ["placeholder"], gst = { class: "
|
|
|
39645
39645
|
T.message.role === Tt(Dt).User ? (Ut(), ie("i", {
|
|
39646
39646
|
key: 1,
|
|
39647
39647
|
class: "bkai-icon bkai-bianji",
|
|
39648
|
-
onClick: k[2] || (k[2] = (
|
|
39648
|
+
onClick: k[2] || (k[2] = (R) => r.value = !0)
|
|
39649
39649
|
})) : ke("v-if", !0),
|
|
39650
39650
|
zt("i", {
|
|
39651
39651
|
class: "bkai-icon bkai-shanchu",
|
|
@@ -39768,45 +39768,45 @@ const pst = { class: "bk-text-editor" }, mst = ["placeholder"], gst = { class: "
|
|
|
39768
39768
|
}
|
|
39769
39769
|
}), zst = /* @__PURE__ */ en(Vst, [["__scopeId", "data-v-fbe41782"]]);
|
|
39770
39770
|
function Hst(t = {}) {
|
|
39771
|
-
const e = t.initWidth || 400, i = t.minWidth || 400, n = t.minHeight || 400, r = t.maxWidthPercent || 40, s = t.miniHeight || 800, o =
|
|
39772
|
-
|
|
39773
|
-
},
|
|
39774
|
-
|
|
39775
|
-
},
|
|
39776
|
-
|
|
39777
|
-
if (
|
|
39778
|
-
|
|
39771
|
+
const e = t.initWidth || 400, i = t.minWidth || 400, n = t.minHeight || 400, r = t.maxWidthPercent || 40, s = t.miniHeight || 800, o = t.miniPadding !== void 0 ? t.miniPadding : 0, a = Nt(t.defaultLeft !== void 0 ? t.defaultLeft : window.innerWidth - e), l = Nt(t.defaultTop !== void 0 ? t.defaultTop : 0), u = Nt(t.defaultHeight !== void 0 ? t.defaultHeight : window.innerHeight - (t.defaultTop !== void 0 ? t.defaultTop : 0)), h = Nt(e), d = Nt(l.value), f = Nt(a.value), p = Nt(h.value), m = Nt(u.value), g = Nt(Math.max(window.innerWidth * (r / 100), p.value)), v = Nt(!1), x = Nt(0), b = (L, B) => {
|
|
39772
|
+
f.value = L, d.value = B, x.value = L - (window.innerWidth - p.value);
|
|
39773
|
+
}, T = (L, B, R, C) => {
|
|
39774
|
+
f.value = L, d.value = B, p.value = Math.min(R, g.value), m.value = C;
|
|
39775
|
+
}, k = () => {
|
|
39776
|
+
g.value = Math.max(window.innerWidth * (r / 100), p.value), Sn(() => {
|
|
39777
|
+
if (v.value)
|
|
39778
|
+
f.value = window.innerWidth - p.value - o, d.value = window.innerHeight - s - o;
|
|
39779
39779
|
else {
|
|
39780
|
-
const
|
|
39781
|
-
|
|
39782
|
-
|
|
39780
|
+
const L = window.innerWidth - p.value - x.value;
|
|
39781
|
+
f.value = Math.max(0, L), setTimeout(() => {
|
|
39782
|
+
m.value = window.innerHeight - d.value;
|
|
39783
39783
|
}, 0);
|
|
39784
39784
|
}
|
|
39785
|
-
|
|
39785
|
+
p.value > g.value && (p.value = g.value);
|
|
39786
39786
|
});
|
|
39787
|
-
},
|
|
39788
|
-
|
|
39789
|
-
|
|
39790
|
-
})) : (
|
|
39787
|
+
}, M = () => {
|
|
39788
|
+
v.value ? (d.value = l.value, Sn(() => {
|
|
39789
|
+
m.value = u.value, f.value = a.value, p.value = h.value;
|
|
39790
|
+
})) : (d.value = window.innerHeight - s - o, f.value = a.value - o, p.value = e, m.value = s), v.value = !v.value;
|
|
39791
39791
|
};
|
|
39792
39792
|
return Qn(() => {
|
|
39793
|
-
window.addEventListener("resize",
|
|
39793
|
+
window.addEventListener("resize", k);
|
|
39794
39794
|
}), hn(() => {
|
|
39795
|
-
window.removeEventListener("resize",
|
|
39795
|
+
window.removeEventListener("resize", k);
|
|
39796
39796
|
}), {
|
|
39797
39797
|
// 基本属性
|
|
39798
39798
|
minWidth: i,
|
|
39799
39799
|
minHeight: n,
|
|
39800
|
-
maxWidth:
|
|
39801
|
-
top:
|
|
39802
|
-
left:
|
|
39803
|
-
width:
|
|
39804
|
-
height:
|
|
39805
|
-
isCompressionHeight:
|
|
39800
|
+
maxWidth: g,
|
|
39801
|
+
top: d,
|
|
39802
|
+
left: f,
|
|
39803
|
+
width: p,
|
|
39804
|
+
height: m,
|
|
39805
|
+
isCompressionHeight: v,
|
|
39806
39806
|
// 事件处理方法
|
|
39807
|
-
handleDragging:
|
|
39808
|
-
handleResizing:
|
|
39809
|
-
toggleCompression:
|
|
39807
|
+
handleDragging: b,
|
|
39808
|
+
handleResizing: T,
|
|
39809
|
+
toggleCompression: M
|
|
39810
39810
|
};
|
|
39811
39811
|
}
|
|
39812
39812
|
function Ust(t, e = !1) {
|
|
@@ -39814,8 +39814,8 @@ function Ust(t, e = !1) {
|
|
|
39814
39814
|
let f = 0;
|
|
39815
39815
|
const p = (B) => {
|
|
39816
39816
|
B ? o.value = window.innerWidth - 12 : o.value = s;
|
|
39817
|
-
}, m = (B,
|
|
39818
|
-
a.value =
|
|
39817
|
+
}, m = (B, R) => {
|
|
39818
|
+
a.value = R, l.value = R - r;
|
|
39819
39819
|
}, g = () => {
|
|
39820
39820
|
Sn(() => {
|
|
39821
39821
|
a.value = window.innerHeight - 48 - 40 + l.value, u.value ? o.value = window.innerWidth - 12 : o.value = window.innerWidth - 48 - 16;
|
|
@@ -39828,15 +39828,15 @@ function Ust(t, e = !1) {
|
|
|
39828
39828
|
t("click");
|
|
39829
39829
|
}, x = () => {
|
|
39830
39830
|
u.value = !u.value, t("minimize", u.value), u.value ? o.value = window.innerWidth - 12 : o.value = window.innerWidth - 60;
|
|
39831
|
-
}, b = (B,
|
|
39832
|
-
o.value = B, a.value =
|
|
39831
|
+
}, b = (B, R) => {
|
|
39832
|
+
o.value = B, a.value = R;
|
|
39833
39833
|
}, T = () => {
|
|
39834
39834
|
h.value = !0;
|
|
39835
39835
|
}, k = () => {
|
|
39836
39836
|
h.value = !1;
|
|
39837
|
-
}, L = () => {
|
|
39838
|
-
f = Date.now(), d.value = !1;
|
|
39839
39837
|
}, M = () => {
|
|
39838
|
+
f = Date.now(), d.value = !1;
|
|
39839
|
+
}, L = () => {
|
|
39840
39840
|
Date.now() - f > 200 && (d.value = !0);
|
|
39841
39841
|
};
|
|
39842
39842
|
return Qn(() => {
|
|
@@ -39858,8 +39858,8 @@ function Ust(t, e = !1) {
|
|
|
39858
39858
|
handleDragging: b,
|
|
39859
39859
|
handleMouseEnter: T,
|
|
39860
39860
|
handleMouseLeave: k,
|
|
39861
|
-
handleMouseDown:
|
|
39862
|
-
handleMouseUp:
|
|
39861
|
+
handleMouseDown: M,
|
|
39862
|
+
handleMouseUp: L
|
|
39863
39863
|
};
|
|
39864
39864
|
}
|
|
39865
39865
|
const Wst = { class: "nimbus-bkai-wrapper" }, Yst = ["width", "height", "src"], jst = /* @__PURE__ */ Ke({
|
|
@@ -39928,11 +39928,11 @@ const Wst = { class: "nimbus-bkai-wrapper" }, Yst = ["width", "height", "src"],
|
|
|
39928
39928
|
const b = Ie(() => h.value ? me("恢复默认大小") : me("最小化,将缩成锚点")), { createTooltip: T, destroyAll: k } = Ic({
|
|
39929
39929
|
theme: "ai-blueking",
|
|
39930
39930
|
delay: [0, 0]
|
|
39931
|
-
}),
|
|
39931
|
+
}), M = () => {
|
|
39932
39932
|
Sn(() => {
|
|
39933
|
-
|
|
39933
|
+
L();
|
|
39934
39934
|
});
|
|
39935
|
-
},
|
|
39935
|
+
}, L = () => {
|
|
39936
39936
|
k(), o.value && !h.value && T(o.value, "Cmd + I", {
|
|
39937
39937
|
placement: "left"
|
|
39938
39938
|
}), a.value && T(a.value, b.value, {
|
|
@@ -39943,16 +39943,16 @@ const Wst = { class: "nimbus-bkai-wrapper" }, Yst = ["width", "height", "src"],
|
|
|
39943
39943
|
() => h.value,
|
|
39944
39944
|
() => {
|
|
39945
39945
|
Sn(() => {
|
|
39946
|
-
|
|
39946
|
+
L();
|
|
39947
39947
|
});
|
|
39948
39948
|
}
|
|
39949
39949
|
), Qn(() => {
|
|
39950
39950
|
Sn(() => {
|
|
39951
|
-
|
|
39952
|
-
}), window.addEventListener("resize",
|
|
39951
|
+
L();
|
|
39952
|
+
}), window.addEventListener("resize", M);
|
|
39953
39953
|
}), hn(() => {
|
|
39954
|
-
window.removeEventListener("resize",
|
|
39955
|
-
}), (B,
|
|
39954
|
+
window.removeEventListener("resize", M);
|
|
39955
|
+
}), (B, R) => (Ut(), Pi(Tt(g2), {
|
|
39956
39956
|
active: !B.isPanelShow,
|
|
39957
39957
|
axis: "y",
|
|
39958
39958
|
draggable: !0,
|
|
@@ -39972,15 +39972,15 @@ const Wst = { class: "nimbus-bkai-wrapper" }, Yst = ["width", "height", "src"],
|
|
|
39972
39972
|
ref_key: "nimbusContainerRef",
|
|
39973
39973
|
ref: o,
|
|
39974
39974
|
class: Xe(["nimbus-container", { "is-minimize": Tt(h) }]),
|
|
39975
|
-
onClick:
|
|
39975
|
+
onClick: R[1] || (R[1] = //@ts-ignore
|
|
39976
39976
|
(...C) => Tt(d) && Tt(d)(...C)),
|
|
39977
|
-
onMousedown:
|
|
39977
|
+
onMousedown: R[2] || (R[2] = //@ts-ignore
|
|
39978
39978
|
(...C) => Tt(v) && Tt(v)(...C)),
|
|
39979
|
-
onMouseenter:
|
|
39979
|
+
onMouseenter: R[3] || (R[3] = //@ts-ignore
|
|
39980
39980
|
(...C) => Tt(m) && Tt(m)(...C)),
|
|
39981
|
-
onMouseleave:
|
|
39981
|
+
onMouseleave: R[4] || (R[4] = //@ts-ignore
|
|
39982
39982
|
(...C) => Tt(g) && Tt(g)(...C)),
|
|
39983
|
-
onMouseup:
|
|
39983
|
+
onMouseup: R[5] || (R[5] = //@ts-ignore
|
|
39984
39984
|
(...C) => Tt(x) && Tt(x)(...C))
|
|
39985
39985
|
},
|
|
39986
39986
|
[
|
|
@@ -39998,7 +39998,7 @@ const Wst = { class: "nimbus-bkai-wrapper" }, Yst = ["width", "height", "src"],
|
|
|
39998
39998
|
ref_key: "minimizeButtonRef",
|
|
39999
39999
|
ref: a,
|
|
40000
40000
|
class: Xe(["nimbus-mini bkai-icon", Tt(h) ? "bkai-yinyong" : "bkai-minus-line"]),
|
|
40001
|
-
onClick:
|
|
40001
|
+
onClick: R[0] || (R[0] = ks(
|
|
40002
40002
|
//@ts-ignore
|
|
40003
40003
|
(...C) => Tt(f) && Tt(f)(...C),
|
|
40004
40004
|
["stop"]
|
|
@@ -40044,23 +40044,25 @@ const Wst = { class: "nimbus-bkai-wrapper" }, Yst = ["width", "height", "src"],
|
|
|
40044
40044
|
showHistoryIcon: { type: Boolean, default: !0 },
|
|
40045
40045
|
showNewChatIcon: { type: Boolean, default: !0 },
|
|
40046
40046
|
placeholder: { default: me(`输入 "/" 唤出 Prompt
|
|
40047
|
-
通过 Shift + Enter 进行换行输入`) }
|
|
40047
|
+
通过 Shift + Enter 进行换行输入`) },
|
|
40048
|
+
miniPadding: { default: 0 }
|
|
40048
40049
|
},
|
|
40049
40050
|
emits: ["shortcut-click", "close", "show", "stop", "receive-start", "receive-text", "receive-end", "send-message"],
|
|
40050
40051
|
setup(t, { expose: e, emit: i }) {
|
|
40051
40052
|
p1((Q) => ({
|
|
40052
|
-
|
|
40053
|
+
"67838ea9": _.value + "px"
|
|
40053
40054
|
}));
|
|
40054
40055
|
const n = t, r = i;
|
|
40055
40056
|
G6(n8, n.enablePopup);
|
|
40056
40057
|
const s = Nt(), o = Nt(), a = Nt(!1), l = Nt(""), u = Nt(), h = Nt(!1), d = Nt(n.defaultMinimize);
|
|
40057
40058
|
let f = 0;
|
|
40058
|
-
const p = Nt(!1), m = Nt(""), g = Nt([]), v = Ie(() => m.value || me("输入你的问题,助你高效的完成工作")), x = Ie(() => [...n.prompts, ...g.value]), b = Ie(() => Et.value.filter((Q) => !Z2.includes(Q.role)).length > 0), { minWidth: T, minHeight: k, maxWidth:
|
|
40059
|
+
const p = Nt(!1), m = Nt(""), g = Nt([]), v = Ie(() => m.value || me("输入你的问题,助你高效的完成工作")), x = Ie(() => [...n.prompts, ...g.value]), b = Ie(() => Et.value.filter((Q) => !Z2.includes(Q.role)).length > 0), { minWidth: T, minHeight: k, maxWidth: M, top: L, left: B, width: R, height: C, isCompressionHeight: I, handleDragging: E, handleResizing: w, toggleCompression: A } = Hst({
|
|
40059
40060
|
maxWidthPercent: 80,
|
|
40060
40061
|
initWidth: n.defaultWidth,
|
|
40061
40062
|
defaultHeight: n.defaultHeight,
|
|
40062
40063
|
defaultTop: n.defaultTop,
|
|
40063
|
-
defaultLeft: n.defaultLeft
|
|
40064
|
+
defaultLeft: n.defaultLeft,
|
|
40065
|
+
miniPadding: n.miniPadding
|
|
40064
40066
|
}), y = Nt(68), F = (Q) => {
|
|
40065
40067
|
y.value = Q;
|
|
40066
40068
|
}, _ = Ie(() => {
|
|
@@ -40095,7 +40097,7 @@ const Wst = { class: "nimbus-bkai-wrapper" }, Yst = ["width", "height", "src"],
|
|
|
40095
40097
|
stopChat: D,
|
|
40096
40098
|
setCurrentSession: P,
|
|
40097
40099
|
setCurrentSessionChain: j,
|
|
40098
|
-
currentSessionLoading:
|
|
40100
|
+
currentSessionLoading: O,
|
|
40099
40101
|
reGenerateChat: gt,
|
|
40100
40102
|
reSendChat: S,
|
|
40101
40103
|
deleteChat: It,
|
|
@@ -40242,7 +40244,7 @@ const Wst = { class: "nimbus-bkai-wrapper" }, Yst = ["width", "height", "src"],
|
|
|
40242
40244
|
handleRegenerate: Pt,
|
|
40243
40245
|
handleResend: $t,
|
|
40244
40246
|
updateRequestOptions: it,
|
|
40245
|
-
currentSessionLoading:
|
|
40247
|
+
currentSessionLoading: O,
|
|
40246
40248
|
isLoadingSessionContents: Y,
|
|
40247
40249
|
setCurrentSession: P,
|
|
40248
40250
|
focusInput: () => {
|
|
@@ -40258,15 +40260,15 @@ const Wst = { class: "nimbus-bkai-wrapper" }, Yst = ["width", "height", "src"],
|
|
|
40258
40260
|
active: a.value,
|
|
40259
40261
|
draggable: n.draggable,
|
|
40260
40262
|
h: Tt(C),
|
|
40261
|
-
"max-width": Tt(
|
|
40263
|
+
"max-width": Tt(M),
|
|
40262
40264
|
"min-height": Tt(k),
|
|
40263
40265
|
"min-width": Tt(T),
|
|
40264
40266
|
parent: !0,
|
|
40265
40267
|
"prevent-deactivation": !0,
|
|
40266
40268
|
resizable: !0,
|
|
40267
|
-
w: Tt(
|
|
40269
|
+
w: Tt(R),
|
|
40268
40270
|
x: Tt(B),
|
|
40269
|
-
y: Tt(
|
|
40271
|
+
y: Tt(L),
|
|
40270
40272
|
"class-name": "ai-blueking-container-wrapper",
|
|
40271
40273
|
"drag-handle": ".drag-handle",
|
|
40272
40274
|
onDragging: Tt(E),
|
|
@@ -40384,8 +40386,8 @@ const Wst = { class: "nimbus-bkai-wrapper" }, Yst = ["width", "height", "src"],
|
|
|
40384
40386
|
layout: ""
|
|
40385
40387
|
}, {
|
|
40386
40388
|
default: ci(() => [
|
|
40387
|
-
Tt(
|
|
40388
|
-
Tt(
|
|
40389
|
+
Tt(O) || h.value ? (Ut(), ie("div", Zst, [
|
|
40390
|
+
Tt(O) ? (Ut(), Pi(a4, {
|
|
40389
40391
|
key: 0,
|
|
40390
40392
|
color: "#EA3636",
|
|
40391
40393
|
icon: "bkaitingzhishengcheng",
|
|
@@ -40405,7 +40407,7 @@ const Wst = { class: "nimbus-bkai-wrapper" }, Yst = ["width", "height", "src"],
|
|
|
40405
40407
|
ref: o,
|
|
40406
40408
|
modelValue: l.value,
|
|
40407
40409
|
"onUpdate:modelValue": dt[0] || (dt[0] = (ht) => l.value = ht),
|
|
40408
|
-
loading: Tt(
|
|
40410
|
+
loading: Tt(O),
|
|
40409
40411
|
prompts: x.value,
|
|
40410
40412
|
shortcuts: Q.shortcuts || [],
|
|
40411
40413
|
disabled: n.disabledInput,
|
|
@@ -40447,7 +40449,7 @@ const Wst = { class: "nimbus-bkai-wrapper" }, Yst = ["width", "height", "src"],
|
|
|
40447
40449
|
])
|
|
40448
40450
|
], 8, ["to"]));
|
|
40449
40451
|
}
|
|
40450
|
-
}), xot = /* @__PURE__ */ en(Jst, [["__scopeId", "data-v-
|
|
40452
|
+
}), xot = /* @__PURE__ */ en(Jst, [["__scopeId", "data-v-b5981843"]]);
|
|
40451
40453
|
(function() {
|
|
40452
40454
|
var t = '<svg xmlns="http://www.w3.org/2000/svg" data-name="bkai" xmlns:xlink="http://www.w3.org/1999/xlink" style="position:absolute;width:0;height:0;visibility:hidden"><symbol id="bkai-warning-circle-fill" viewBox="0 0 1024 1024"><path fill="#737987" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm32 640h-64v-64h64v64zm0-128h-64V320h64v256z"/></symbol><symbol id="bkai-close-circle-shape" viewBox="0 0 64 64"><path fill="#737987" d="M32 4C16.5 4 4 16.5 4 32s12.5 28 28 28 28-12.5 28-28S47.5 4 32 4zm11.3 36.5l-2.8 2.8-8.5-8.5-8.5 8.5-2.8-2.8 8.5-8.5-8.5-8.5 2.8-2.8 8.5 8.5 8.5-8.5 2.8 2.8-8.5 8.5 8.5 8.5z"/></symbol><symbol id="bkai-close-line-2" viewBox="0 0 64 64"><path d="M52 16.2L47.8 12 32 27.8 16.2 12 12 16.2 27.8 32 12 47.8l4.2 4.2L32 36.2 47.8 52l4.2-4.2L36.2 32z"/></symbol><symbol id="bkai-minus-line" viewBox="0 0 1024 1024"><path d="M128 448h768v128H128V448z" class="st0"/></symbol><symbol id="bkai-visible1" viewBox="0 0 1024 1024"><path d="M512 384a128 128 0 10128 128 128 128 0 00-128-128zm0 192a64 64 0 1164-64 64 64 0 01-64 64z"/><path d="M512 240C264.64 240 64 512 64 512s200.64 272 448 272 448-272 448-272-200.64-272-448-272zm0 480c-160 0-304-139.04-364.96-208C208 442.88 352 304 512 304s304 139.04 364.96 208C816 581.12 672 720 512 720z"/></symbol><symbol id="bkai-links" viewBox="0 0 1024 1024"><path d="M263.04 760.96a148.48 148.48 0 01-1.92-224l92.48-92.48-45.12-45.76L216 491.2a212.8 212.8 0 001.92 314.88A212.8 212.8 0 00532.8 808l92.48-92.48L579.84 672l-92.48 92.48a148.48 148.48 0 01-224.32-3.52zM491.2 216l-92.48 92.48 45.44 45.12 92.48-92.48a148.48 148.48 0 01224 1.92 148.48 148.48 0 011.92 224L672 579.84l45.12 45.44 92.48-92.48a212.8 212.8 0 00-1.92-314.88A212.8 212.8 0 00491.2 216z"/><path d="M398.786 579.888l181.019-181.02 45.255 45.255-181.02 181.02-45.254-45.255z"/></symbol><symbol id="bkai-quanquan" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M512 64.129c-9.343-.661-18.345 3.338-27.005 11.998-2.666 2.667-4.831 6.165-6.495 10.495-1.664 4.33-2.496 7.498-2.496 9.503v4c0 10.004 2.997 18.003 8.991 23.997 3.328 4.01 7.327 6.847 11.999 8.511 4.671 1.664 8.34 2.496 11.006 2.496h4c68.003 0 130.993 16.83 188.97 50.49 57.978 33.66 103.807 79.49 137.489 137.488 33.681 57.999 50.511 121.16 50.49 189.483-.021 68.322-16.851 131.313-50.49 188.97-33.64 57.657-79.469 103.316-137.489 136.976-58.02 33.66-121.18 50.49-189.482 50.49-68.301 0-131.292-16.83-188.97-50.49-57.68-33.66-103.338-79.319-136.977-136.976-33.639-57.657-50.469-120.818-50.49-189.482 0-10.005-3.669-18.676-11.007-26.013-2.666-3.328-6.164-5.824-10.494-7.487-4.33-1.664-7.498-2.496-9.503-2.496h-4c-10.004 0-18.334 3.338-24.99 10.015-4.01 4.01-6.846 8.18-8.51 12.51-1.664 4.33-2.496 7.498-2.496 9.503v4c0 60.665 11.828 118.663 35.484 173.996 23.656 55.332 55.482 102.996 95.477 142.991 39.996 39.996 87.66 71.822 142.992 95.478 55.332 23.656 113.33 35.483 173.996 35.483 60.665 0 118.664-11.827 173.996-35.483 55.332-23.656 102.996-55.482 142.992-95.478 39.995-39.995 71.82-87.659 95.477-142.991 23.656-55.333 35.484-113.331 35.484-173.996 0-60.665-11.828-118.664-35.484-173.996-23.656-55.333-55.482-102.997-95.477-142.992-39.996-39.996-87.66-71.821-142.992-95.477C630.664 75.989 572.666 64.16 512 64.16v-.032z"/></symbol><symbol id="bkai-yanjing-kejian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 192c247.4 0 448 143.3 448 320S759.4 832 512 832 64 688.7 64 512s200.6-320 448-320zm0 64c-54.2 0-106.6 7.5-155.9 22.4-46.6 14.1-88.3 34.1-123.7 59.4C165.1 385.9 128 447.8 128 512c0 64.2 37.1 126.1 104.4 174.2 35.4 25.3 77.1 45.3 123.7 59.4C405.4 760.5 457.8 768 512 768s106.6-7.5 155.9-22.4c46.6-14.1 88.3-34.1 123.7-59.4C858.9 638.1 896 576.2 896 512c0-64.2-37.1-126.1-104.4-174.2-35.4-25.3-77.1-45.3-123.7-59.4C618.6 263.5 566.2 256 512 256zm0 96c88.4 0 160 71.6 160 160s-71.6 160-160 160-160-71.6-160-160 71.6-160 160-160zm0 64c-52.9 0-96 43.1-96 96s43.1 96 96 96 96-43.1 96-96-43.1-96-96-96z"/></symbol><symbol id="bkai-shipin-2" viewBox="0 0 1024 1024"><path fill="#FF9C01" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zM433.067 486.16v161.072c0 44.295 29.53 60.402 67.113 36.242l107.381-71.14c36.242-26.846 36.242-67.114 0-91.275L500.18 449.92c-36.241-24.16-67.113-8.053-67.113 36.241zM602 137.8V326h188.2L602 137.8z"/></symbol><symbol id="bkai-tupian-2" viewBox="0 0 1024 1024"><path fill="#699DF4" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zm-18.4 512l-112 144-80-96-112 144h448l-144-192zM480 448c-35.346 0-64 28.654-64 64 0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64zm122-310.2V326h188.2L602 137.8z"/></symbol><symbol id="bkai-wenben-2" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zM656 704H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h288c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm-64-128H368c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h224c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zM464 448h-96c-8.837 0-16 7.163-16 16v32c0 8.837 7.163 16 16 16h96c8.837 0 16-7.163 16-16v-32c0-8.837-7.163-16-16-16zm138-310.2V326h188.2L602 137.8z"/></symbol><symbol id="bkai-yasuobao-2" viewBox="0 0 1024 1024"><path fill="#63656E" fill-rule="evenodd" d="M623.999 64c26.5 0 63.499 15.5 82 34l156 156c18.5 18.5 34.001 55.5 34.001 82v576.001c0 26.5-21.5 47.999-48.002 47.999H176c-26.5 0-48-21.5-48-47.999V112c0-26.5 21.5-48 48-48h447.999zM296 456h-64v222h128V518h-64v-62zm16 110v64h-32v-64h32zm48-174h-64v64h64v-64zm-64-64h-64v64h64v-64zm64-64h-64v64h64v-64zm280-132v188h188c-3-8.5-7.501-17-11.001-20.5L660.499 143c-3.5-3.5-12-8-20.499-11zm-344 68h-64v64h64v-64zm64-64h-64v64h64v-64z"/></symbol><symbol id="bkai-yinle-2" viewBox="0 0 1024 1024"><path fill="#F8B4B4" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32zm-6.312 385.187l-133.876 40.95c-16.187 4.637-29.4 21.525-29.4 37.712v141.225s-9.712-6.562-31.324-3.5c-31.763 4.55-57.488 28.875-57.488 54.425 0 25.55 25.725 41.213 57.488 36.663 31.762-4.463 55.037-28.088 55.037-53.638V582.449c0-11.375 13.65-16.187 13.65-16.187l118.387-37.1s13.126-4.375 13.126 7.7v96.862s-12.076-6.912-33.688-4.287c-31.762 3.85-57.488 27.65-57.488 53.2 0 25.55 25.726 41.737 57.488 37.887 31.762-3.85 57.488-27.65 57.488-53.2V470.187c0-16.275-13.126-25.638-29.4-21zM602 137.8V326h188.2L602 137.8z"/></symbol><symbol id="bkai-doc-3" viewBox="0 0 1024 1024"><path fill="#3A84FF" d="M675.35 62.103a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12l-536.406-76.587c-21.028-2.995-36.65-21-36.65-42.24V175.932c0-21.24 15.622-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zm220.693 76.837c23.564 0 42.666 19.102 42.666 42.667v682.666c0 23.564-19.102 42.667-42.666 42.667H725.376v-85.333h128V224.273h-128V138.94h170.667zM298.709 352.273h-85.333v341.334h85.333l85.334-85.334 85.333 85.334h85.333V352.273h-85.333v212.864l-85.333-84.864-84.907 85.334-.427-213.334z"/></symbol><symbol id="bkai-excel-2" viewBox="0 0 1024 1024"><path fill="#2DCB56" fill-rule="evenodd" d="M675.307 51.163a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12L121.94 901.248c-21.027-2.995-36.65-21-36.65-42.24V164.992c0-21.24 15.623-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zM896 128c23.564 0 42.667 19.103 42.667 42.667v682.666C938.667 876.897 919.564 896 896 896H725.333v-85.333h128V213.333h-128V128H896zM315.733 341.333h-102.4L332.8 512 213.333 682.667h102.4L384 585.13l68.267 97.536h102.4L435.2 512l119.467-170.667h-102.4L384 438.87l-68.267-97.536z"/></symbol><symbol id="bkai-markdown" viewBox="0 0 1024 1024"><path fill="#979BA5" fill-rule="evenodd" d="M616.8 64c8.5 0 16.6 3.4 22.6 9.4l215.2 215.2c6 6 9.4 14.2 9.4 22.7V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.8zM443.562 477.562h-90V768h55.876V603.75c0-24.5-.813-48.938-2.438-73.312h1.688c4.374 21.374 7.437 34.437 9.187 39.187L490.438 768h49.312l71.625-200.25c2.25-6.25 5.25-18.688 9-37.312h1.5c-1.625 24.624-2.437 45.062-2.437 61.312V768h61.124V477.562H593l-62.812 175.126c-4.126 11.624-8.126 25.374-12 41.25h-1.313c-1.875-12.75-5.437-26.376-10.687-40.876l-62.626-175.5zM602 137.8V326h188.2L602 137.8z"/></symbol><symbol id="bkai-pdf-2" viewBox="0 0 1024 1024"><path fill="#EA3636" fill-rule="evenodd" d="M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4l215.2 215.3zM790.2 326L602 137.8V326h188.2zM633.217 637.256c-15.174-.489-31.314.67-49.65 2.964-24.298-14.987-40.654-35.582-52.274-65.827.28-1.152.86-3.538 1.063-4.38.474-1.958.867-3.594 1.243-5.185 4.293-18.13 6.615-31.358 7.3-44.695.518-10.074-.04-19.368-1.827-27.976-3.298-18.584-16.454-29.453-33.021-30.126-15.446-.627-29.649 7.993-33.281 21.373-5.913 21.612-2.45 50.07 10.08 98.582-15.964 38.056-37.052 82.661-51.203 107.539-18.885 9.74-33.604 18.605-45.953 28.427-16.303 12.966-26.48 26.29-29.286 40.306-1.355 6.48.692 14.966 5.36 21.912 5.296 7.879 13.282 12.991 22.855 13.735 24.152 1.877 53.83-23.024 86.59-79.258 3.295-1.09 6.78-2.257 11.026-3.69 2.323-.783 10.464-3.538 11.91-4.026 7.521-2.54 12.98-4.36 18.376-6.116 23.396-7.612 41.096-12.429 57.21-15.163 27.973 14.973 60.316 24.796 82.098 24.796 17.979 0 30.126-9.319 34.515-23.985 3.857-12.886.794-27.824-7.473-36.084-8.56-8.41-24.3-12.434-45.658-13.123zm-247.985 128.42v-.36l.126-.338c1.275-3.421 3.157-7.008 5.6-10.758 4.284-6.576 10.173-13.5 17.472-20.865 3.92-3.955 8.002-7.8 12.79-12.12 1.073-.969 7.91-7.059 9.189-8.25l11.176-10.407-8.12 12.934c-12.326 19.638-23.46 33.78-33.013 43.004-3.507 3.387-6.6 5.9-9.091 7.505-1.027.662-1.916 1.144-2.613 1.424-.409.163-.771.268-1.13.302-.38.045-.765-.01-1.117-.16a2.068 2.068 0 01-1.269-1.911zm125.934-218.269l-2.26 4.007-1.39-4.385c-3.114-9.829-5.387-24.641-6.016-37.997-.716-15.197.49-24.323 5.286-24.323 6.74 0 9.831 10.808 10.076 27.053.216 14.28-2.03 29.142-5.696 35.645zm-5.81 58.464l1.534-4.05 2.088 3.795c11.69 21.245 26.858 38.967 43.538 51.315l3.595 2.662-4.38.904c-16.328 3.372-31.544 8.457-52.34 16.842 2.174-.876-21.623 8.863-27.638 11.169l-5.252 2.013 2.802-4.877c12.35-21.496 23.758-47.326 36.052-79.773h.001zm157.626 76.261c-7.864 3.104-24.777.329-54.569-12.387l-7.561-3.227 8.199-.607c23.295-1.724 39.807-.44 49.422 3.08 4.09 1.498 6.824 3.388 8.037 5.553 1.31 2.336.71 4.81-1.362 6.31-.448.427-1.155.88-2.166 1.278z"/></symbol><symbol id="bkai-ppt-2" viewBox="0 0 1024 1024"><path fill="#FF5656" fill-rule="evenodd" d="M675.35 62.103a21.336 21.336 0 017.36 16.122v889.43a21.33 21.33 0 01-24.32 21.12l-536.406-76.587c-21.028-2.995-36.65-21-36.65-42.24V175.932c0-21.24 15.622-39.245 36.65-42.24l536.363-76.587a21.333 21.333 0 0117.003 4.998zm220.693 76.837c23.564 0 42.666 19.102 42.666 42.667v682.666c0 23.564-19.102 42.667-42.666 42.667H725.376v-85.333h128V224.273h-128V138.94h170.667zM540.487 323.829H199.154v341.333h85.333V579.83h256v-256zm-85.333 85.333v85.333H284.487v-85.333h170.667z"/></symbol><symbol id="bkai-sousuo" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M478.72 128c193.6 0 350.72 157.12 350.72 350.72 0 82.88-28.8 159.04-76.8 218.88l131.84 131.84c15.36 15.36 15.36 40 0 55.04s-40 15.36-55.04 0L697.6 752.64c-60.16 48-136 76.8-218.88 76.8-193.6 0-350.72-157.12-350.72-350.72S285.12 128 478.72 128zm0 78.4c-150.4 0-272.32 121.92-272.32 272.32s121.92 272.32 272.32 272.32c58.56 0 114.24-18.56 160.32-52.16l9.6-7.36 23.68-19.2 19.2-23.68c35.84-44.8 56.64-99.52 59.2-157.44l.32-12.48c0-150.4-121.92-272.32-272.32-272.32z" clip-rule="evenodd"/></symbol><symbol id="bkai-chouti" viewBox="0 0 1024 1024"><path d="M864 160c35.346 0 64 28.654 64 64v576c0 35.346-28.654 64-64 64H160c-35.346 0-64-28.654-64-64V224c0-35.346 28.654-64 64-64zm-320 64H160v576h384V224zm320 0H608v576h256V224zm-64 224v64H672v-64h128zm0-128v64H672v-64h128z"/></symbol><symbol id="bkai-liaotianchuang" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M832 160c35.346 0 64 28.654 64 64v569.6c0 38.88-28.654 70.4-64 70.4H192c-35.346 0-64-31.52-64-70.4V224c0-35.346 28.654-64 64-64h640zm0 192H192v448h640V352zM704 224c-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32 17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32zm-96 0c-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32 17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32zm192 0c-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32 17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32z"/></symbol><symbol id="bkai-sikao" viewBox="0 0 1024 1024"><path d="M528 96c61.856 0 112 50.144 112 112 0 .376-.002.751-.006 1.126C774.73 260.666 870.4 391.16 870.4 544c0 22.55-2.082 44.612-6.066 66.007C883.94 630.144 896 657.663 896 688c0 61.856-50.144 112-112 112a112.7 112.7 0 01-19.49-1.69C699.754 862.65 610.519 902.4 512 902.4s-187.753-39.75-252.539-104.088A112.33 112.33 0 01240 800c-61.856 0-112-50.144-112-112 0-30.337 12.061-57.856 31.65-78.025A361.172 361.172 0 01153.6 544c0-164.845 111.29-303.696 262.836-345.518C421.232 141.079 469.35 96 528 96zm-91.48 176.633l-4.469 1.278C315.47 308.366 230.4 416.249 230.4 544c0 10.923.622 21.7 1.832 32.3l1.623-.134L240 576c61.856 0 112 50.144 112 112 0 26.132-8.95 50.173-23.95 69.226C377.36 799.817 441.67 825.6 512 825.6c70.33 0 134.639-25.783 183.99-68.412C680.95 738.173 672 714.132 672 688c0-61.856 50.144-112 112-112 2.607 0 5.194.09 7.757.264A280.989 280.989 0 00793.6 544c0-119.973-75.025-222.422-180.718-262.99C592.35 304.904 561.938 320 528 320c-37.782 0-71.195-18.708-91.48-47.367z"/></symbol><symbol id="bkai-wenzhang" viewBox="0 0 1024 1024"><path fill="#3D4265" d="M708.923 157.538h275.692c21.752 0 39.385 17.634 39.385 39.385v748.308c0 43.503-35.266 78.769-78.77 78.769H708.924V157.538z"/><path fill="#3A84FF" d="M0 984.615A39.385 39.385 0 0039.385 1024H945.23c-43.503 0-78.77-35.266-78.77-78.77V39.386C866.462 17.633 848.829 0 827.078 0H39.385C17.633 0 0 17.633 0 39.385v945.23z"/><path fill="#FFF" d="M196.923 288.82c-21.751 0-39.385 17.634-39.385 39.385 0 21.752 17.634 39.385 39.385 39.385h157.539c21.751 0 39.384-17.633 39.384-39.385 0-21.751-17.633-39.384-39.384-39.384H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h472.615c21.752 0 39.385-17.633 39.385-39.384 0-21.752-17.633-39.385-39.385-39.385H196.923zm0 236.308c-21.751 0-39.385 17.633-39.385 39.385 0 21.751 17.634 39.384 39.385 39.384h236.308c21.751 0 39.384-17.633 39.384-39.384 0-21.752-17.633-39.385-39.384-39.385H196.923z"/></g></symbol><symbol id="bkai-published-zhongzhi" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 96c229.75 0 416 186.25 416 416S741.75 928 512 928 96 741.75 96 512 282.25 96 512 96zm0 64c-194.404 0-352 157.596-352 352s157.596 352 352 352 352-157.596 352-352-157.596-352-352-352zm16 208c70.692 0 128 57.308 128 128v32c0 70.692-57.308 128-128 128h-32c-70.692 0-128-57.308-128-128v-32c0-70.692 57.308-128 128-128h32z"/></symbol><symbol id="bkai-fasong" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M873.6 99.2L118.4 476.8c-28.8 16-28.8 44.8-6.4 60.8l182.4 112c16 6.4 28.8 6.4 44.8-6.4L736 288 390.4 672c-6.4 6.4-6.4 16-6.4 22.4v166.4c0 16 6.4 28.8 22.4 38.4s28.8 0 38.4-6.4l89.6-89.6 182.4 121.6c28.8 16 54.4 6.4 60.8-22.4L928 147.2c6.4-38.4-19.2-60.8-54.4-48z" clip-rule="evenodd"/></symbol><symbol id="bkai-diancai" viewBox="0 0 1024 1024"><path d="M192 575.003V128h-64v447.003h64zM448 896c44.402-6.635 76.402-17.301 96-32 42.667-32 64-74.667 64-128v-96h235.517a64 64 0 0017.328-2.39c34.026-9.57 53.851-44.912 44.282-78.938l-108-384C789.364 147.07 764.19 128 735.517 128H288v448l160 320zm35.008-73.024L352 560.96V192h383.517l108 384H544v160c0 33.189-11.849 56.887-38.4 76.8-4.222 3.167-11.054 6.421-20.402 9.518l-2.19.658z"/></symbol><symbol id="bkai-diancaishixin" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 575.003V128h-64v447.003h64zM448 896c44.402-6.635 76.402-17.301 96-32 42.667-32 64-74.667 64-128v-96h235.517a64 64 0 0017.328-2.39c34.026-9.57 53.851-44.912 44.282-78.938l-108-384C789.364 147.07 764.19 128 735.517 128H288v448l160 320z"/></symbol><symbol id="bkai-dianzan" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 448.997V896h-64V448.997h64zM448 128c44.402 6.635 76.402 17.301 96 32 42.667 32 64 74.667 64 128v96h235.517a64 64 0 0117.328 2.39c34.026 9.57 53.851 44.912 44.282 78.938l-108 384C789.364 876.93 764.19 896 735.517 896H288V448l160-320zm35.008 73.024L352 463.04V832h383.517l108-384H544V288c0-33.189-11.849-56.887-38.4-76.8-4.222-3.167-11.054-6.421-20.402-9.518l-2.19-.658z"/></symbol><symbol id="bkai-dianzanshixin" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M192 448.997V896h-64V448.997h64zm96-.997v448h471.758c14.337 0 26.924-9.535 30.805-23.336l126-448c4.785-17.013-5.128-34.684-22.14-39.469a32 32 0 00-8.665-1.195H608v-96c0-53.333-21.333-96-64-128-19.598-14.699-51.598-25.365-96-32L288 448z"/></symbol><symbol id="bkai-dingyue" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M821.428 128C862.625 128 896 162.015 896 204.003v661.17C896 882.182 882.963 896 866.276 896c-7.693 0-14.609-2.936-19.83-7.715l-.508-.257-300.374-157.852h-.521l-301.416 157.32-3.082 1.13c-5.16 4.294-11.74 6.843-18.82 6.843-16.688 0-29.725-13.82-29.725-30.295V204.003C192 162.015 225.375 128 266.572 128h554.856zm0 60.59H266.572c-8.344 0-15.123 6.909-15.123 15.413l-.025 610.781 269.11-140.414c1.042-.532 1.564-1.063 2.607-1.063 13.558-6.91 30.767-6.91 44.847.531l2.086 1.063 266.47 139.755.007-610.653c0-8.504-6.78-15.413-15.123-15.413zm-95.431 294.975c16.166 0 29.724 13.82 29.724 30.295l-.009 30.268 29.734.027c16.687 0 29.724 13.819 29.724 30.295s-13.037 30.295-29.724 30.295l-29.734-.009.01 30.835c0 16.476-13.559 30.295-29.725 30.295-16.687 0-29.724-13.819-29.724-30.295l-.017-30.835-30.23.009c-16.687 0-29.724-13.819-29.724-30.295s13.559-30.295 29.725-30.295l30.229-.027.017-30.268c0-17.007 13.558-30.295 29.724-30.295zM663.419 231.11c16.688 0 29.725 13.818 29.725 30.294 0 17.008-13.037 30.295-29.725 30.295H424.581c-16.688 0-29.725-13.818-29.725-30.295 0-17.007 13.559-30.294 29.725-30.294h238.838z"/></symbol><symbol id="bkai-fujian" viewBox="0 0 1024 1024"><path d="M470.82 362.7L278.013 549.08c-66.508 64.292-66.483 168.527.058 232.85 66.434 64.22 174.442 64.281 240.881.058l241.055-233.02c13.307-12.862 34.88-12.862 48.188 0 13.307 12.864 13.307 33.719 0 46.581L567.138 828.57c-93.066 89.961-244.221 89.874-337.255-.058-93.15-90.044-93.186-235.988-.06-326.01l337.433-326.182.031-.03c66.643-64.347 174.084-64.453 240.847.088 66.649 64.425 66.805 168.328.02 232.886l-192.85 186.42-144.341 139.53c-40.033 38.697-104.634 38.872-144.705.136-40.08-38.744-40.235-100.85.141-139.88L663.43 269.674c13.306-12.862 34.88-12.862 48.188 0 13.306 12.864 13.306 33.72 0 46.581L374.587 642.051c-13.711 13.253-13.66 33.65-.142 46.717 13.398 12.951 34.85 12.893 48.33-.136l144.34-139.53 192.85-186.42c40.14-38.8 40.048-100.994-.02-139.724-19.121-18.61-45.133-29.078-72.268-29.082-27.134-.003-53.15 10.458-72.275 29.064L470.82 362.7z"/></symbol><symbol id="bkai-lashen" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M511.491 192l128.431 159.872h-256L511.492 192zM768 128v64H256v-64h512zM256 832h512v64H256zm224-480h64v320h95.922l-128.43 159.872L383.921 672H480V352z"/></symbol><symbol id="bkai-yasuo" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M511.491 544l128.431 159.872L544 703.84V928h-64V703.84l-96.078.032L511.492 544zM832 480v64H192v-64h640zM544 96v223.968l95.922.032-128.43 159.872L383.921 320l96.078-.032V96h64z"/></symbol><symbol id="bkai-yinyong" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M642.272 192v64H416c-106.039 0-192 85.961-192 192s85.961 192 192 192h355.712L640 509.52 686 464l210 208-210 208-46-45.52L771.712 704H416c-138.717 0-251.665-110.33-255.878-248.026L160 448c0-141.385 114.615-256 256-256h226.272z"/></symbol><symbol id="bkai-drill-down" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M932.061 599.866l-144.135-89.362-34.411 55.443L889.21 649.44 564.58 850.993a97.006 97.006 0 01-102.582 0l-324.63-201.554 131.8-82.84-34.411-55.443-142.837 88.71C74.534 610.259 63.915 629.114 64 649.439c-.054 20.49 10.527 39.525 27.92 50.225l335.018 206.773a158.447 158.447 0 00170.105 0l335.018-205.468c17.393-10.7 27.974-29.736 27.918-50.226.555-20.787-10.125-40.25-27.918-50.877zM784.68 383.309l-38.955-52.182-201.27 150.676V80h-64.926v401.803l-201.27-150.676-38.956 52.182L511.99 587.472 784.68 383.31z"/></symbol><symbol id="bkai-liaotianliebiao" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M160 192h704c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H160c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32zm0 288h352c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H160c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32zm0 288h576c17.673 0 32 14.327 32 32 0 17.673-14.327 32-32 32H160c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32z"/></symbol><symbol id="bkai-xinzengliaotian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960c-58.835 0-115.02-11.341-166.49-31.957L96 928l-.005-249.414C75.355 627.09 64 570.87 64 512 64 264.576 264.576 64 512 64zm0 64c-212.077 0-384 171.923-384 384 0 49.608 9.378 97.809 27.401 142.775l4.594 11.462L159.968 864l185.553.043 12.335.002 11.45 4.587C414.25 886.633 462.423 896 512 896c212.077 0 384-171.923 384-384S724.077 128 512 128zm0 160c17.673 0 32 14.327 32 32v160h160c17.673 0 32 14.327 32 32 0 16.41-12.353 29.936-28.268 31.785L704 544H544v160c0 16.41-12.353 29.936-28.268 31.785L512 736c-17.673 0-32-14.327-32-32V544H320c-17.673 0-32-14.327-32-32 0-17.673 14.327-32 32-32h160V320c0-17.673 14.327-32 32-32z"/></symbol><symbol id="bkai-quxiaozhiding" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M534.3 612.212c29.73 3.15 53.172 13.558 70.325 31.226 27.875 25.374 41.813 63.374 41.813 114 0 49.624-13.938 87.624-41.813 114-20.875 21.5-51.063 32.25-90.563 32.25s-69.687-10.75-90.562-32.25c-26.58-25.037-40.543-60.55-41.892-106.536l73.262-73.341c-10.663 16.383-15.995 38.341-15.995 65.877 0 31.124 6.813 55.124 20.437 72 13.626 16.874 31.876 25.312 54.75 25.312 22.876 0 41.063-8.438 54.563-25.312 13.375-16.876 20.063-40.876 20.063-72 0-31-6.72-54.97-20.157-71.907-13.437-16.937-31.593-25.406-54.469-25.406-14.43 0-27.021 3.358-37.77 10.074l58.008-57.987zm277.888 7.413c27.75 0 49.874 7.125 66.374 21.375 16.5 14.25 24.75 36.312 24.75 66.188 0 32.624-8.25 55.687-24.75 69.187s-40.062 20.25-70.687 20.25h-58.687V896h-57.376V619.625h120.376zM275.37 871.104l.004 24.896h-24.9l24.896-24.896zm549.53-685.26l45.255 45.254-656.195 656.196-45.255-45.255 656.196-656.195zM803 667.625h-53.812V749H803c13.625 0 24.25-3.312 31.875-9.938 7.5-6.624 11.25-17.124 11.25-31.5 0-14.374-3.781-24.624-11.344-30.75-7.562-6.124-18.156-9.187-31.781-9.187zm-457.132-48.009l-48.928 48.928-21.565.018-.004 21.55-58.143 58.144.022-79.694h-83.062v-48.937l211.68-.009zM496 96l181.388 192.096L581.484 384H576l-.02 5.504L421.484 544H416V384H224L496 96z"/></symbol><symbol id="bkai-zhiding" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M496 96l272 288H576v160H416V384H224L496 96zM358.062 619.625v48.937h-82.687V896H217.25V668.562h-83.062v-48.937h223.874zm156 284.063c-39.5 0-69.687-10.75-90.562-32.25-28-26.376-42-64.376-42-114 0-50.626 14-88.626 42-114 20.875-21.5 51.062-32.25 90.562-32.25s69.688 10.75 90.563 32.25c27.875 25.374 41.813 63.374 41.813 114 0 49.624-13.938 87.624-41.813 114-20.875 21.5-51.063 32.25-90.563 32.25zm54.563-74.25c13.375-16.876 20.063-40.876 20.063-72 0-31-6.72-54.97-20.157-71.907-13.437-16.937-31.593-25.406-54.469-25.406-22.874 0-41.124 8.437-54.75 25.313-13.624 16.874-20.437 40.874-20.437 72 0 31.124 6.813 55.124 20.437 72 13.626 16.874 31.876 25.312 54.75 25.312 22.876 0 41.063-8.438 54.563-25.312zm239.25-32.813h-58.687V896h-57.376V619.625h120.376c27.75 0 49.874 7.125 66.374 21.375 16.5 14.25 24.75 36.312 24.75 66.188 0 32.624-8.25 55.687-24.75 69.187s-40.062 20.25-70.687 20.25zm27-57.563c7.5-6.624 11.25-17.124 11.25-31.5 0-14.374-3.781-24.624-11.344-30.75-7.562-6.124-18.156-9.187-31.781-9.187h-53.812V749H803c13.625 0 24.25-3.312 31.875-9.938z"/></symbol><symbol id="bkai-piliangbianji" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M573.538 160v57.6H219.077v588.8h585.846V491.2H864v344c0 15.898-13.233 28.8-29.538 28.8H189.538C173.233 864 160 851.098 160 835.2V188.8c0-15.898 13.233-28.8 29.538-28.8h384zm281.653 0L896 203.948 520.81 608 480 564.052 855.19 160z"/></symbol><symbol id="bkai-shanchu" viewBox="0 0 1024 1024"><path d="M659.2 246.4v-60.8c0-32-25.6-57.6-57.6-57.6h-176c-32 0-57.6 25.6-57.6 57.6v57.6H128v57.6h102.4V832c0 32 25.6 57.6 57.6 57.6h441.6c32 0 57.6-25.6 57.6-57.6V304H896v-57.6H659.2zm-236.8-44.8c0-9.6 6.4-16 16-16h147.2c9.6 0 16 6.4 16 16v44.8h-176v-44.8zm310.4 620.8c0 9.6-6.4 16-16 16H304c-9.6 0-16-6.4-16-16V304h441.6v518.4z"/><path d="M576 384h64v320h-64V384zM384 384h64v320h-64V384z"/></symbol><symbol id="bkai-yuan-jiahao" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64zm31.984 224.016H480v192.016H288v63.984h192v192h63.984v-192H736v-63.984H543.984V288.016z"/></symbol><symbol id="bkai-yuan-jianhao" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512 64c247.424 0 448 200.576 448 448S759.424 960 512 960 64 759.424 64 512 264.576 64 512 64zm224 416.016H288V544h448v-63.984z"/></symbol><symbol id="bkai-zhushou" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M872.2 454.62C868.485 256.243 714.704 96 525.868 96h-27.734C309.297 96 155.516 256.243 151.8 454.592 118.63 473.812 96 509.282 96 550.3v55.466c0 61.18 49.754 110.934 110.933 110.934 61.18 0 110.934-49.754 110.934-110.934V550.3c-.088-60.802-49.08-110.215-109.88-110.823 10.844-160.714 136.67-288.01 290.146-288.01h27.734c153.504 0 279.302 127.296 290.146 288.01-60.8.608-109.792 50.02-109.88 110.823v55.466c0 50.087 33.558 92.02 79.207 105.748a292.503 292.503 0 01-166.345 107.882c-9.389-28.157-35.714-47.17-65.395-47.23-38.292 0-69.333 31.042-69.333 69.334 0 38.291 31.041 69.333 69.333 69.333a69.056 69.056 0 0058.822-33.03c101.164-17.698 189.385-79.083 241.142-167.787C896.772 694.874 928 654.106 928 605.766V550.3c0-41.018-22.63-76.489-55.8-95.68zM262.4 550.3v55.466c0 30.59-24.877 55.467-55.467 55.467s-55.466-24.877-55.466-55.467V550.3c0-30.59 24.876-55.467 55.466-55.467S262.4 519.71 262.4 550.3zm610.133 55.466c0 29.73-23.573 53.886-52.97 55.217l-2.164-1.026c-.194.444-.499.805-.693 1.22-30.47-.197-55.076-24.94-55.106-55.41V550.3c0-30.59 24.877-55.467 55.467-55.467s55.466 24.877 55.466 55.467v55.466z"/></symbol><symbol id="bkai-bianji" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M609.6 201.562L712 303.968 304 710.39H203.2V609.584l406.4-408.022zM683.672 128l101.821 101.83-45.255 45.257-101.822-101.83L683.672 128zM128 799.995h768V896H128v-96.005z"/></symbol><symbol id="bkai-shezhi-3" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M512.141 64c33.285 0 66.664 3.844 73.857 5 14.812 2.5 26.62 13.9 29.623 28.6l12.71 63.4c2.302 11.6 10.208 21.5 21.217 26.1 27.32 11.5 52.84 26.3 76.058 44 9.608 7.2 22.118 9.2 33.426 5.4l61.048-20.6c14.31-4.8 30.123-.2 39.63 11.4 11.51 14.1 22.217 28.9 32.025 44.4l18.614 32.1c8.507 16.3 16.113 33.2 22.618 50.7 5.204 14 1.1 29.7-10.108 39.6L874.021 437c-9.007 7.9-13.41 19.7-12.009 31.6 1.601 14 2.502 28.3 2.502 42.8 0 14.8-.9 29.4-2.702 43.7-1.401 11.9 3.002 23.8 12.01 31.7l48.537 42.7c11.309 9.9 15.312 25.7 10.008 39.8-17.514 46.6-42.633 89.5-73.758 127.2-9.507 11.6-25.22 16-39.43 11.2L757.83 787c-11.308-3.8-23.818-1.7-33.426 5.5-22.817 17.2-47.837 31.8-74.557 43.1-11.109 4.7-19.115 14.5-21.417 26.2l-12.71 63.5c-3.002 14.7-14.711 26.1-29.523 28.6-24.118 4-48.837 6.1-74.057 6.1-24.82 0-49.238-2-72.956-5.9-14.812-2.5-26.621-13.9-29.523-28.6l-12.71-63.3c-2.302-11.6-10.208-21.5-21.217-26.1a355.85 355.85 0 01-75.558-43.5c-9.607-7.2-22.117-9.2-33.426-5.4L205.303 808c-14.21 4.8-29.923.3-39.43-11.2-4.932-5.952-25.037-29.06-41.159-56.796-11.28-19.409-22.147-42.81-32.598-70.204-5.304-14.1-1.301-29.9 10.008-39.8l48.537-42.6c9.007-7.9 13.51-19.7 12.01-31.5-1.902-14.5-2.803-29.4-2.803-44.5 0-14.7.901-29.2 2.702-43.5 1.502-11.9-3.002-23.8-12.009-31.7l-48.638-42.7c-11.308-9.9-15.311-25.7-10.007-39.8 4.503-12 9.507-23.7 14.911-35.1.4-.9.9-1.7 1.401-2.6l32.025-55.4c.5-.9 1-1.8 1.601-2.6 7.406-10.6 15.112-20.9 23.318-30.9 9.508-11.6 25.32-16.1 39.531-11.3l61.147 20.7c11.41 3.8 23.919 1.8 33.526-5.5 23.519-17.8 49.138-32.7 76.66-44.2a35.8 35.8 0 0021.316-26.1l12.61-63.2c2.902-14.8 14.711-26.2 29.623-28.6 6.77-1.094 39.618-4.9 72.556-4.9zm28.022 64h-56.544l-2.802.2c-7.106.6-12.91 5.8-14.311 12.7l-10.308 51.6-5.304 26.7c-1.101 5.4-5.004 9.9-10.208 11.8l-25.72 9.2c-32.525 11.6-62.449 28.9-88.97 51.3l-20.815 17.6c-4.203 3.6-10.008 4.7-15.312 2.9l-25.82-8.7-50.039-16.9c-6.705-2.3-14.11.1-18.114 5.9-.1.1-.2.3-.3.4l-.7 1.2-30.324 52.5-.6 1.2-1.008 2.804c-1.462 5.706.364 11.853 4.91 15.796l39.831 35 20.416 17.9c4.103 3.7 6.105 9.2 5.104 14.7l-4.704 26.7c-3.002 16.7-4.503 33.9-4.503 51 0 17.4 1.501 34.8 4.604 51.7l4.803 26.8c1.001 5.4-.9 11-5.104 14.7l-20.516 18-39.53 34.8c-5.304 4.7-6.805 12.3-3.803 18.7l2.802 5.7c.2.3.3.6.5.9l23.519 40.7.6.9c1.501 2.4 3.203 4.8 4.804 7.1 4.003 5.7 11.309 8.1 18.014 5.9l50.539-17 25.62-8.7c5.204-1.8 11.108-.7 15.312 2.9l20.816 17.4c26.22 22.1 55.943 39.2 88.068 50.7l25.62 9.2c5.204 1.9 9.107 6.3 10.208 11.8l5.304 26.7 10.308 51.6c1.3 7 7.205 12.1 14.31 12.7 10.509.9 21.017 1.3 31.525 1.3 10.909 0 21.817-.5 32.626-1.4 7.005-.6 12.81-5.8 14.21-12.7l10.409-52 5.304-26.6c1.1-5.4 4.903-9.9 10.108-11.8l25.52-9.3c31.924-11.6 61.347-28.6 87.467-50.6l20.816-17.5c4.203-3.6 10.008-4.7 15.312-2.9l25.72 8.7 50.239 17c6.705 2.3 14.11-.1 18.114-5.9 6.105-8.7 11.809-17.6 17.113-26.8 5.504-9.5 10.608-19.1 15.212-28.9 3.002-6.4 1.401-14-3.903-18.7l-39.831-34.9-20.416-17.9c-4.103-3.7-6.105-9.2-5.104-14.7l4.704-26.7c3.002-16.7 4.503-33.8 4.503-51 0-16.9-1.5-33.8-4.403-50.3l-4.704-26.6c-.9-5.5 1.001-11 5.204-14.7l20.316-17.8 39.83-34.8c5.305-4.7 6.906-12.2 3.904-18.6-2.102-4.6-4.303-9.2-6.705-13.7l-17.214-29.8c-2.602-4.1-5.304-8.2-8.106-12.2-4.003-5.8-11.409-8.3-18.114-6l-50.039 16.9-25.82 8.7c-5.204 1.8-11.108.7-15.311-2.9L698.485 292c-26.32-22.3-55.943-39.5-88.268-51.2l-25.52-9.3c-5.204-1.9-9.007-6.4-10.108-11.8l-5.304-26.7-10.408-51.9c-1.4-6.9-7.205-12.1-14.21-12.7-1.502-.2-3.003-.3-4.504-.4zM512.24 351.5c88.469 0 160.124 71.6 160.124 160s-71.655 160-160.124 160c-88.468 0-160.124-71.6-160.124-160s71.656-160 160.124-160zm0 64c-52.94 0-96.074 43.1-96.074 96s43.133 96 96.074 96c52.941 0 96.075-43.1 96.075-96s-43.134-96-96.075-96z"/></symbol><symbol id="bkai-history" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M551.32 96C776.665 96 960 282.618 960 512S776.666 928 551.32 928v-66.56c189.284 0 343.291-156.749 343.291-349.44S740.604 162.56 551.319 162.56c-183.76 0-333.843 147.863-342.458 332.8h117.39L179.124 668.283 32 495.36h111.047C151.678 273.665 331.449 96 551.319 96zm28.445 192v192H800v64H512V288h67.765z"/></symbol><symbol id="bkai-fuzhi" viewBox="0 0 1024 1024"><path d="M672 704v128c0 35.346-28.654 64-64 64H192c-35.346 0-64-28.654-64-64V384c0-35.346 28.654-64 64-64h160V216.889C352 168.242 389.727 128 437.333 128h373.334C858.273 128 896 168.242 896 216.889V615.11C896 663.758 858.273 704 810.667 704H672zm-64-320H192v448h416V384zm64 256h138.667C821.97 640 832 629.302 832 615.111V216.89C832 202.698 821.97 192 810.667 192H437.333C426.03 192 416 202.698 416 216.889V320h192c35.346 0 64 28.654 64 64v256z"/></symbol><symbol id="bkai-zhongxinshengcheng" viewBox="0 0 1024 1024"><path d="M844.077 379.897c16.38 41.657 25.316 87.777 25.316 132.41 0 197.87-160.827 357.06-357.393 357.06-84.88 0-166.783-29.755-230.816-84.802h71.478v-59.51H184.39v166.628h59.566v-60.997c175.718 147.287 439.295 124.97 586.719-50.584 101.261-120.508 125.087-285.648 64.033-429.96l-50.63 29.755zM179.923 644.717c-16.38-41.658-25.316-87.778-25.316-132.41 0-197.871 160.827-357.061 357.393-357.061 84.88 0 166.783 29.755 230.816 84.802h-71.478v59.51H839.61V132.93h-59.566v60.998C604.326 45.152 340.75 68.956 193.325 244.51 92.064 365.02 68.238 530.16 129.292 674.471l50.63-29.754z"/></symbol><symbol id="bkai-fenxiang" viewBox="0 0 1024 1024"><path d="M954.297 473.916L566.932 132.133c-10.735-9.437-27.186-1.672-27.186 12.783v200.458c0 8.96-6.884 16.486-15.635 16.844C299.86 370.461 111.31 537.112 71.64 765.644l-7.35 42.41c-2.918 16.485 16.917 26.76 28.235 14.574l28.936-31.3c104.659-113.37 250.037-177.043 401.834-176.446 9.1 0 16.568 7.526 16.568 16.844v196.158c0 14.455 16.568 22.22 27.185 12.783L954.414 499.48c7.467-6.81 7.467-18.875-.117-25.565zm-796.9 204.998c65.339-153.987 214.218-257.68 384.332-257.68h39.67c9.101 0 16.452-7.527 16.452-16.845V237.977L879.624 486.7 597.851 734.823v-162.23c0-9.319-7.35-16.845-16.452-16.845h-36.053c-140.361-5.734-277.106 38.467-387.949 123.166z"/></symbol><symbol id="bkai-jiahao" viewBox="0 0 1024 1024"><path d="M843.353 366.385C907.69 366.385 960 418.735 960 483.03v362.68c0 64.296-52.32 116.646-116.647 116.646H480.704c-64.336 0-116.646-52.35-116.646-116.647V483.031c0-64.296 52.31-116.646 116.646-116.646h362.65zm0 67.255H480.704c-27.223 0-49.39 22.138-49.39 49.391v362.68c0 27.253 22.167 49.39 49.39 49.39h362.65c27.223 0 49.39-22.137 49.39-49.39V483.03c0-27.253-22.167-49.39-49.39-49.39zM246.72 781.484c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623h-43.443c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623h43.443zm420.255-72.512c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623H540.537c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623h126.437zM739.897 64c64.928 0 117.76 52.801 117.76 117.76v75.993c0 18.586-15.036 33.622-33.623 33.622-18.587 0-33.623-15.036-33.623-33.622V181.76c0-27.845-22.659-50.504-50.504-50.504H181.76c-27.845 0-50.504 22.659-50.504 50.504v387.375c0 27.845 22.659 50.504 50.504 50.504h64.959c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.633-33.623 33.633H181.76c-64.928 0-117.76-52.802-117.76-117.76V181.76C64 116.801 116.842 64 181.76 64h558.137zm53.473 488.594c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623H540.537c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623H793.37z"/></symbol><symbol id="bkai-jieshi" viewBox="0 0 1024 1024"><path d="M843.353 366.385C907.69 366.385 960 418.735 960 483.03v362.68c0 64.296-52.32 116.646-116.647 116.646H480.704c-64.336 0-116.646-52.35-116.646-116.647V483.031c0-64.296 52.31-116.646 116.646-116.646h362.65zm0 67.255H480.704c-27.223 0-49.39 22.138-49.39 49.391v362.68c0 27.253 22.167 49.39 49.39 49.39h362.65c27.223 0 49.39-22.137 49.39-49.39V483.03c0-27.253-22.167-49.39-49.39-49.39zM246.72 781.484c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623h-43.443c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623h43.443zm420.255-72.512c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623H540.537c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623h126.437zM739.897 64c64.928 0 117.76 52.801 117.76 117.76v75.993c0 18.586-15.036 33.622-33.623 33.622-18.587 0-33.623-15.036-33.623-33.622V181.76c0-27.845-22.659-50.504-50.504-50.504H181.76c-27.845 0-50.504 22.659-50.504 50.504v387.375c0 27.845 22.659 50.504 50.504 50.504h64.959c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.633-33.623 33.633H181.76c-64.928 0-117.76-52.802-117.76-117.76V181.76C64 116.801 116.842 64 181.76 64h558.137zm53.473 488.594c18.587 0 33.623 15.036 33.623 33.623 0 18.587-15.036 33.623-33.623 33.623H540.537c-18.587 0-33.623-15.036-33.623-33.623 0-18.587 15.036-33.623 33.623-33.623H793.37z"/></symbol><symbol id="bkai-fanyi" viewBox="0 0 1024 1024"><path d="M377.6 851.2h-96c-44.8-6.4-83.2-44.8-83.2-89.6v-44.8c0-25.6-19.2-44.8-44.8-44.8-25.6 0-44.8 19.2-44.8 44.8v44.8c0 96 76.8 179.2 179.2 179.2h89.6c25.6 0 44.8-19.2 44.8-44.8 0-25.6-25.6-44.8-44.8-44.8zM640 230.4h89.6c25.6 0 44.8 6.4 64 25.6 19.2 19.2 25.6 38.4 25.6 64v44.8c0 25.6 19.2 44.8 44.8 44.8 25.6 0 44.8-19.2 44.8-44.8V320c0-96-76.8-179.2-179.2-179.2H640c-25.6 0-44.8 19.2-44.8 44.8 0 25.6 19.2 44.8 44.8 44.8zM960 908.8L780.8 467.2c-6.4-6.4-12.8-12.8-19.2-12.8H704c-6.4 0-19.2 6.4-19.2 12.8L505.6 908.8V928c0 6.4 12.8 12.8 19.2 12.8h44.8c6.4 0 19.2-6.4 19.2-12.8l44.8-121.6h179.2L857.6 928c6.4 6.4 12.8 12.8 19.2 12.8h44.8c6.4 0 12.8-6.4 19.2-12.8 19.2-6.4 19.2-12.8 19.2-19.2zm-288-192L729.6 576l57.6 140.8H672zM505.6 473.6V204.8c0-12.8-12.8-19.2-19.2-19.2H332.8v-64c0-6.4 0-12.8-6.4-12.8S313.6 96 307.2 96h-44.8c-6.4 0-12.8 0-12.8 6.4s-6.4 12.8-6.4 12.8v64h-160c-6.4 0-12.8 0-12.8 6.4-6.4 12.8-6.4 12.8-6.4 19.2v268.8c0 6.4 0 12.8 6.4 12.8 6.4 6.4 12.8 6.4 12.8 6.4h153.6v108.8c0 12.8 12.8 19.2 19.2 19.2h44.8c12.8 0 19.2-12.8 19.2-19.2V492.8h153.6c25.6 0 32-6.4 32-19.2zm-262.4-64h-89.6V275.2h89.6v134.4zm179.2 0h-89.6V275.2h89.6v134.4z"/></symbol><symbol id="bkai-morenchicun" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M896 128v64H511.52l128.402 159.872h-256L511.456 192H128v-64h768zM128 832h768v64H128zm383.491-.128L383.922 672h256l-128.43 159.872zm320.367-320.367l-159.872-127.57v256l159.872-128.43zm-639.872 0l159.872-127.57v256l-159.872-128.43z"/></symbol><symbol id="bkai-kuangxuan" viewBox="0 0 1024 1024"><path d="M252.066 832l.03 64h128l-.03-64h-128zM128 798.016V832c0 33.923 26.393 61.681 59.764 63.862l4.173-63.864.063-33.965-64-.017zm244.353-444.408l90.51 362.039 120.129-120.174 251.66 251.635 43.199-43.197-251.663-251.634 108.204-108.16-362.039-90.509zM128 606.016v128l64 .017v-128l-64-.017zm0-192v128l64 .017v-128l-64-.017zm704-184.115v128l64-.013v-128l-64 .013zm-704-7.885v128l64 .017v-128l-64-.017zM192 128c-23.688 0-44.37 12.87-55.437 31.998l55.398 32.048L256 192v-64h-64zm320 0v64h128v-64H512zm-192 0v64h128v-64H320zm384 0v64h128l58.677-25.595C880.802 143.799 858.246 128 832 128H704z"/></symbol><symbol id="bkai-jiantou" viewBox="0 0 1024 1097.143"><path fill-rule="evenodd" d="M832 612.37l-91.636-89.143-183.235 178.36-.038-594.36H434.909l.072 594.36-183.345-178.36L160 612.37l336 326.857L832 612.37z"/></symbol><symbol id="bkai-tingzhishengcheng" viewBox="0 0 1024 1097.143"><path fill-rule="evenodd" d="M512 75.264c247.424 0 448 200.576 448 448s-200.576 448-448 448-448-200.576-448-448 200.576-448 448-448zm0 64c-212.077 0-384 171.923-384 384s171.923 384 384 384 384-171.923 384-384-171.923-384-384-384zm0 132c139.162 0 252 112.838 252 252s-112.838 252-252 252-252-112.838-252-252 112.838-252 252-252zm76.368 150.177l-76.375 76.374-76.368-76.367-25.448 25.448 76.367 76.368-76.367 76.368 25.467 25.467 76.368-76.368 76.356 76.356 25.448-25.448-76.355-76.356 76.374-76.375-25.467-25.467z"/></symbol><symbol id="bkai-xiaojingyudian" viewBox="0 0 1024 1024"><path fill-rule="evenodd" d="M621.204 0c547.128 0 526.9 748.792 0 682.56C343.257 647.624 136.189 761.437 0 1024 49.384 341.333 256.452 0 621.204 0z"/></symbol></svg>';
|
|
40453
40455
|
document.body ? document.body.insertAdjacentHTML("afterbegin", t) : document.addEventListener("DOMContentLoaded", function() {
|