hub-ui-x 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/README.md +5 -0
  2. package/dist/_basePickBy-C1WsytTM.js +151 -0
  3. package/dist/_baseUniq-CGQBVjq6.js +614 -0
  4. package/dist/arc-CfWEFjh8.js +84 -0
  5. package/dist/architecture-4AB2E3PP-DcT_AgQk.js +5 -0
  6. package/dist/architectureDiagram-IEHRJDOE-HOxolPJX.js +4635 -0
  7. package/dist/blockDiagram-JOT3LUYC-DOUpbN2x.js +2248 -0
  8. package/dist/c4Diagram-VJAJSXHY-BFAcC0i5.js +1582 -0
  9. package/dist/channel-Cu0z2gst.js +5 -0
  10. package/dist/chart-CJ_SRNKN.js +9241 -0
  11. package/dist/chunk-4BMEZGHF-BBaiA8MA.js +9 -0
  12. package/dist/chunk-A2AXSNBT-BWpKSYi4.js +1373 -0
  13. package/dist/chunk-AEK57VVT-doTsaHuQ.js +1415 -0
  14. package/dist/chunk-D6G4REZN-B6Iq6yid.js +64 -0
  15. package/dist/chunk-RZ5BOZE2-OspkSZtw.js +25 -0
  16. package/dist/chunk-XZIHB7SX-BTYIr8g5.js +15 -0
  17. package/dist/classDiagram-GIVACNV2-B_ES2mS7.js +17 -0
  18. package/dist/classDiagram-v2-COTLJTTW-B_ES2mS7.js +17 -0
  19. package/dist/clone-BZBtMp_G.js +8 -0
  20. package/dist/colors-BD7LS4qt.js +7 -0
  21. package/dist/cytoscape.esm-Swd9B-1A.js +18633 -0
  22. package/dist/dagre-OKDRZEBW-qXmKnSET.js +447 -0
  23. package/dist/diagram-SSKATNLV-D9zp03W0.js +221 -0
  24. package/dist/diagram-VNBRO52H-CBXg8AYQ.js +126 -0
  25. package/dist/download-B6Cbg_6N.js +39 -0
  26. package/dist/echarts-CvKQD1G1.js +44028 -0
  27. package/dist/erDiagram-Q7BY3M3F-BOJJGO7u.js +842 -0
  28. package/dist/flowDiagram-4HSFHLVR-jSArwKHg.js +1623 -0
  29. package/dist/ganttDiagram-APWFNJXF-DlkSU7D9.js +2472 -0
  30. package/dist/gitGraph-O2Q2CXLX-BKCeQqs8.js +5 -0
  31. package/dist/gitGraphDiagram-7IBYFJ6S-DUvZEq_S.js +713 -0
  32. package/dist/graph-zFu0gYaZ.js +247 -0
  33. package/dist/helper-C5NlRbA2.js +13 -0
  34. package/dist/hub-ui-x.css +1 -0
  35. package/dist/hub-ui-x.es.ts +5 -0
  36. package/dist/hub-ui-x.umd.ts +3258 -0
  37. package/dist/index-evjDGH2n.js +62533 -0
  38. package/dist/info-4N47QTOZ-BYDGL7Ae.js +5 -0
  39. package/dist/infoDiagram-PH2N3AL5-DJvDYk-t.js +22 -0
  40. package/dist/init-DjUOC4st.js +16 -0
  41. package/dist/journeyDiagram-U35MCT3I---dClVe4.js +810 -0
  42. package/dist/kanban-definition-NDS4AKOZ-DPL_aBPT.js +719 -0
  43. package/dist/katex-9tX9hjoM.js +11692 -0
  44. package/dist/layout-BqSq5ofg.js +1324 -0
  45. package/dist/linear-fJjgKrP9.js +423 -0
  46. package/dist/mermaid-CZvYCPmi.js +14243 -0
  47. package/dist/mermaid-parser.core-Bz7ADZ88.js +12835 -0
  48. package/dist/min-DLf0xQMm.js +28 -0
  49. package/dist/mindmap-definition-ALO5MXBD-CzxIzyQv.js +3222 -0
  50. package/dist/mindmap-r94UHoYv.js +21909 -0
  51. package/dist/ordinal-DfAQgscy.js +61 -0
  52. package/dist/packet-KVYON367-D4di2cz5.js +5 -0
  53. package/dist/pie-R6RNRRYF-CcxAsT3F.js +5 -0
  54. package/dist/pieDiagram-IB7DONF6-B5HBkGlO.js +162 -0
  55. package/dist/quadrantDiagram-7GDLP6J5-BS5bmqKW.js +1025 -0
  56. package/dist/radar-MK3ICKWK-CVYy5goT.js +5 -0
  57. package/dist/requirementDiagram-KVF5MWMF-Cr8GcN4Y.js +851 -0
  58. package/dist/sankeyDiagram-QLVOVGJD-Bhq9k8_q.js +806 -0
  59. package/dist/sequenceDiagram-X6HHIX6F-CCmFoYyv.js +2282 -0
  60. package/dist/stateDiagram-DGXRK772-JkIqKyGq.js +271 -0
  61. package/dist/stateDiagram-v2-YXO3MK2T-DMxAxUZ1.js +17 -0
  62. package/dist/timeline-definition-BDJGKUSR-Bi42udQn.js +805 -0
  63. package/dist/transform-Bsa6BTXX.js +1834 -0
  64. package/dist/xychartDiagram-VJFVF3MP-BI97ppBM.js +1305 -0
  65. package/package.json +55 -0
@@ -0,0 +1,1623 @@
1
+ import { _ as m, m as Ot, l as Z, c as G1, n as Ht, r as qt, u as it, b as Xt, s as Qt, o as Jt, a as Zt, g as $t, p as te, j as ee, q as se, J as ie, t as re, v as st, x as ae, y as ne, z as ue } from "./mermaid-CZvYCPmi.js";
2
+ import { g as le, s as oe } from "./chunk-RZ5BOZE2-OspkSZtw.js";
3
+ import { s as C1 } from "./transform-Bsa6BTXX.js";
4
+ import { c as ce } from "./channel-Cu0z2gst.js";
5
+ var he = "flowchart-", P1, de = (P1 = class {
6
+ // cspell:ignore funs
7
+ constructor() {
8
+ this.vertexCounter = 0, this.config = G1(), this.vertices = /* @__PURE__ */ new Map(), this.edges = [], this.classes = /* @__PURE__ */ new Map(), this.subGraphs = [], this.subGraphLookup = /* @__PURE__ */ new Map(), this.tooltips = /* @__PURE__ */ new Map(), this.subCount = 0, this.firstGraphFlag = !0, this.secCount = -1, this.posCrossRef = [], this.funs = [], this.setAccTitle = Xt, this.setAccDescription = Qt, this.setDiagramTitle = Jt, this.getAccTitle = Zt, this.getAccDescription = $t, this.getDiagramTitle = te, this.funs.push(this.setupToolTips.bind(this)), this.addVertex = this.addVertex.bind(this), this.firstGraph = this.firstGraph.bind(this), this.setDirection = this.setDirection.bind(this), this.addSubGraph = this.addSubGraph.bind(this), this.addLink = this.addLink.bind(this), this.setLink = this.setLink.bind(this), this.updateLink = this.updateLink.bind(this), this.addClass = this.addClass.bind(this), this.setClass = this.setClass.bind(this), this.destructLink = this.destructLink.bind(this), this.setClickEvent = this.setClickEvent.bind(this), this.setTooltip = this.setTooltip.bind(this), this.updateLinkInterpolate = this.updateLinkInterpolate.bind(this), this.setClickFun = this.setClickFun.bind(this), this.bindFunctions = this.bindFunctions.bind(this), this.lex = {
9
+ firstGraph: this.firstGraph.bind(this)
10
+ }, this.clear(), this.setGen("gen-2");
11
+ }
12
+ sanitizeText(i) {
13
+ return ee.sanitizeText(i, this.config);
14
+ }
15
+ /**
16
+ * Function to lookup domId from id in the graph definition.
17
+ *
18
+ * @param id - id of the node
19
+ */
20
+ lookUpDomId(i) {
21
+ for (const a of this.vertices.values())
22
+ if (a.id === i)
23
+ return a.domId;
24
+ return i;
25
+ }
26
+ /**
27
+ * Function called by parser when a node definition has been found
28
+ */
29
+ addVertex(i, a, n, u, l, f, c = {}, A) {
30
+ var U, T;
31
+ if (!i || i.trim().length === 0)
32
+ return;
33
+ let r;
34
+ if (A !== void 0) {
35
+ let d;
36
+ A.includes(`
37
+ `) ? d = A + `
38
+ ` : d = `{
39
+ ` + A + `
40
+ }`, r = se(d, { schema: ie });
41
+ }
42
+ const b = this.edges.find((d) => d.id === i);
43
+ if (b) {
44
+ const d = r;
45
+ (d == null ? void 0 : d.animate) !== void 0 && (b.animate = d.animate), (d == null ? void 0 : d.animation) !== void 0 && (b.animation = d.animation);
46
+ return;
47
+ }
48
+ let F, k = this.vertices.get(i);
49
+ if (k === void 0 && (k = {
50
+ id: i,
51
+ labelType: "text",
52
+ domId: he + i + "-" + this.vertexCounter,
53
+ styles: [],
54
+ classes: []
55
+ }, this.vertices.set(i, k)), this.vertexCounter++, a !== void 0 ? (this.config = G1(), F = this.sanitizeText(a.text.trim()), k.labelType = a.type, F.startsWith('"') && F.endsWith('"') && (F = F.substring(1, F.length - 1)), k.text = F) : k.text === void 0 && (k.text = i), n !== void 0 && (k.type = n), u != null && u.forEach((d) => {
56
+ k.styles.push(d);
57
+ }), l != null && l.forEach((d) => {
58
+ k.classes.push(d);
59
+ }), f !== void 0 && (k.dir = f), k.props === void 0 ? k.props = c : c !== void 0 && Object.assign(k.props, c), r !== void 0) {
60
+ if (r.shape) {
61
+ if (r.shape !== r.shape.toLowerCase() || r.shape.includes("_"))
62
+ throw new Error(`No such shape: ${r.shape}. Shape names should be lowercase.`);
63
+ if (!re(r.shape))
64
+ throw new Error(`No such shape: ${r.shape}.`);
65
+ k.type = r == null ? void 0 : r.shape;
66
+ }
67
+ r != null && r.label && (k.text = r == null ? void 0 : r.label), r != null && r.icon && (k.icon = r == null ? void 0 : r.icon, !((U = r.label) != null && U.trim()) && k.text === i && (k.text = "")), r != null && r.form && (k.form = r == null ? void 0 : r.form), r != null && r.pos && (k.pos = r == null ? void 0 : r.pos), r != null && r.img && (k.img = r == null ? void 0 : r.img, !((T = r.label) != null && T.trim()) && k.text === i && (k.text = "")), r != null && r.constraint && (k.constraint = r.constraint), r.w && (k.assetWidth = Number(r.w)), r.h && (k.assetHeight = Number(r.h));
68
+ }
69
+ }
70
+ /**
71
+ * Function called by parser when a link/edge definition has been found
72
+ *
73
+ */
74
+ addSingleLink(i, a, n, u) {
75
+ const c = {
76
+ start: i,
77
+ end: a,
78
+ type: void 0,
79
+ text: "",
80
+ labelType: "text",
81
+ classes: [],
82
+ isUserDefinedId: !1,
83
+ interpolate: this.edges.defaultInterpolate
84
+ };
85
+ Z.info("abc78 Got edge...", c);
86
+ const A = n.text;
87
+ if (A !== void 0 && (c.text = this.sanitizeText(A.text.trim()), c.text.startsWith('"') && c.text.endsWith('"') && (c.text = c.text.substring(1, c.text.length - 1)), c.labelType = A.type), n !== void 0 && (c.type = n.type, c.stroke = n.stroke, c.length = n.length > 10 ? 10 : n.length), u && !this.edges.some((r) => r.id === u))
88
+ c.id = u, c.isUserDefinedId = !0;
89
+ else {
90
+ const r = this.edges.filter((b) => b.start === c.start && b.end === c.end);
91
+ r.length === 0 ? c.id = st(c.start, c.end, { counter: 0, prefix: "L" }) : c.id = st(c.start, c.end, {
92
+ counter: r.length + 1,
93
+ prefix: "L"
94
+ });
95
+ }
96
+ if (this.edges.length < (this.config.maxEdges ?? 500))
97
+ Z.info("Pushing edge..."), this.edges.push(c);
98
+ else
99
+ throw new Error(
100
+ `Edge limit exceeded. ${this.edges.length} edges found, but the limit is ${this.config.maxEdges}.
101
+
102
+ Initialize mermaid with maxEdges set to a higher number to allow more edges.
103
+ You cannot set this config via configuration inside the diagram as it is a secure config.
104
+ You have to call mermaid.initialize.`
105
+ );
106
+ }
107
+ isLinkData(i) {
108
+ return i !== null && typeof i == "object" && "id" in i && typeof i.id == "string";
109
+ }
110
+ addLink(i, a, n) {
111
+ const u = this.isLinkData(n) ? n.id.replace("@", "") : void 0;
112
+ Z.info("addLink", i, a, u);
113
+ for (const l of i)
114
+ for (const f of a) {
115
+ const c = l === i[i.length - 1], A = f === a[0];
116
+ c && A ? this.addSingleLink(l, f, n, u) : this.addSingleLink(l, f, n, void 0);
117
+ }
118
+ }
119
+ /**
120
+ * Updates a link's line interpolation algorithm
121
+ */
122
+ updateLinkInterpolate(i, a) {
123
+ i.forEach((n) => {
124
+ n === "default" ? this.edges.defaultInterpolate = a : this.edges[n].interpolate = a;
125
+ });
126
+ }
127
+ /**
128
+ * Updates a link with a style
129
+ *
130
+ */
131
+ updateLink(i, a) {
132
+ i.forEach((n) => {
133
+ var u, l, f, c, A, r;
134
+ if (typeof n == "number" && n >= this.edges.length)
135
+ throw new Error(
136
+ `The index ${n} for linkStyle is out of bounds. Valid indices for linkStyle are between 0 and ${this.edges.length - 1}. (Help: Ensure that the index is within the range of existing edges.)`
137
+ );
138
+ n === "default" ? this.edges.defaultStyle = a : (this.edges[n].style = a, (((l = (u = this.edges[n]) == null ? void 0 : u.style) == null ? void 0 : l.length) ?? 0) > 0 && !((c = (f = this.edges[n]) == null ? void 0 : f.style) != null && c.some((b) => b == null ? void 0 : b.startsWith("fill"))) && ((r = (A = this.edges[n]) == null ? void 0 : A.style) == null || r.push("fill:none")));
139
+ });
140
+ }
141
+ addClass(i, a) {
142
+ const n = a.join().replace(/\\,/g, "§§§").replace(/,/g, ";").replace(/§§§/g, ",").split(";");
143
+ i.split(",").forEach((u) => {
144
+ let l = this.classes.get(u);
145
+ l === void 0 && (l = { id: u, styles: [], textStyles: [] }, this.classes.set(u, l)), n != null && n.forEach((f) => {
146
+ if (/color/.exec(f)) {
147
+ const c = f.replace("fill", "bgFill");
148
+ l.textStyles.push(c);
149
+ }
150
+ l.styles.push(f);
151
+ });
152
+ });
153
+ }
154
+ /**
155
+ * Called by parser when a graph definition is found, stores the direction of the chart.
156
+ *
157
+ */
158
+ setDirection(i) {
159
+ this.direction = i, /.*</.exec(this.direction) && (this.direction = "RL"), /.*\^/.exec(this.direction) && (this.direction = "BT"), /.*>/.exec(this.direction) && (this.direction = "LR"), /.*v/.exec(this.direction) && (this.direction = "TB"), this.direction === "TD" && (this.direction = "TB");
160
+ }
161
+ /**
162
+ * Called by parser when a special node is found, e.g. a clickable element.
163
+ *
164
+ * @param ids - Comma separated list of ids
165
+ * @param className - Class to add
166
+ */
167
+ setClass(i, a) {
168
+ for (const n of i.split(",")) {
169
+ const u = this.vertices.get(n);
170
+ u && u.classes.push(a);
171
+ const l = this.edges.find((c) => c.id === n);
172
+ l && l.classes.push(a);
173
+ const f = this.subGraphLookup.get(n);
174
+ f && f.classes.push(a);
175
+ }
176
+ }
177
+ setTooltip(i, a) {
178
+ if (a !== void 0) {
179
+ a = this.sanitizeText(a);
180
+ for (const n of i.split(","))
181
+ this.tooltips.set(this.version === "gen-1" ? this.lookUpDomId(n) : n, a);
182
+ }
183
+ }
184
+ setClickFun(i, a, n) {
185
+ const u = this.lookUpDomId(i);
186
+ if (G1().securityLevel !== "loose" || a === void 0)
187
+ return;
188
+ let l = [];
189
+ if (typeof n == "string") {
190
+ l = n.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/);
191
+ for (let c = 0; c < l.length; c++) {
192
+ let A = l[c].trim();
193
+ A.startsWith('"') && A.endsWith('"') && (A = A.substr(1, A.length - 2)), l[c] = A;
194
+ }
195
+ }
196
+ l.length === 0 && l.push(i);
197
+ const f = this.vertices.get(i);
198
+ f && (f.haveCallback = !0, this.funs.push(() => {
199
+ const c = document.querySelector(`[id="${u}"]`);
200
+ c !== null && c.addEventListener(
201
+ "click",
202
+ () => {
203
+ it.runFunc(a, ...l);
204
+ },
205
+ !1
206
+ );
207
+ }));
208
+ }
209
+ /**
210
+ * Called by parser when a link is found. Adds the URL to the vertex data.
211
+ *
212
+ * @param ids - Comma separated list of ids
213
+ * @param linkStr - URL to create a link for
214
+ * @param target - Target attribute for the link
215
+ */
216
+ setLink(i, a, n) {
217
+ i.split(",").forEach((u) => {
218
+ const l = this.vertices.get(u);
219
+ l !== void 0 && (l.link = it.formatUrl(a, this.config), l.linkTarget = n);
220
+ }), this.setClass(i, "clickable");
221
+ }
222
+ getTooltip(i) {
223
+ return this.tooltips.get(i);
224
+ }
225
+ /**
226
+ * Called by parser when a click definition is found. Registers an event handler.
227
+ *
228
+ * @param ids - Comma separated list of ids
229
+ * @param functionName - Function to be called on click
230
+ * @param functionArgs - Arguments to be passed to the function
231
+ */
232
+ setClickEvent(i, a, n) {
233
+ i.split(",").forEach((u) => {
234
+ this.setClickFun(u, a, n);
235
+ }), this.setClass(i, "clickable");
236
+ }
237
+ bindFunctions(i) {
238
+ this.funs.forEach((a) => {
239
+ a(i);
240
+ });
241
+ }
242
+ getDirection() {
243
+ var i;
244
+ return (i = this.direction) == null ? void 0 : i.trim();
245
+ }
246
+ /**
247
+ * Retrieval function for fetching the found nodes after parsing has completed.
248
+ *
249
+ */
250
+ getVertices() {
251
+ return this.vertices;
252
+ }
253
+ /**
254
+ * Retrieval function for fetching the found links after parsing has completed.
255
+ *
256
+ */
257
+ getEdges() {
258
+ return this.edges;
259
+ }
260
+ /**
261
+ * Retrieval function for fetching the found class definitions after parsing has completed.
262
+ *
263
+ */
264
+ getClasses() {
265
+ return this.classes;
266
+ }
267
+ setupToolTips(i) {
268
+ let a = C1(".mermaidTooltip");
269
+ (a._groups || a)[0][0] === null && (a = C1("body").append("div").attr("class", "mermaidTooltip").style("opacity", 0)), C1(i).select("svg").selectAll("g.node").on("mouseover", (l) => {
270
+ var r;
271
+ const f = C1(l.currentTarget);
272
+ if (f.attr("title") === null)
273
+ return;
274
+ const A = (r = l.currentTarget) == null ? void 0 : r.getBoundingClientRect();
275
+ a.transition().duration(200).style("opacity", ".9"), a.text(f.attr("title")).style("left", window.scrollX + A.left + (A.right - A.left) / 2 + "px").style("top", window.scrollY + A.bottom + "px"), a.html(a.html().replace(/&lt;br\/&gt;/g, "<br/>")), f.classed("hover", !0);
276
+ }).on("mouseout", (l) => {
277
+ a.transition().duration(500).style("opacity", 0), C1(l.currentTarget).classed("hover", !1);
278
+ });
279
+ }
280
+ /**
281
+ * Clears the internal graph db so that a new graph can be parsed.
282
+ *
283
+ */
284
+ clear(i = "gen-2") {
285
+ this.vertices = /* @__PURE__ */ new Map(), this.classes = /* @__PURE__ */ new Map(), this.edges = [], this.funs = [this.setupToolTips.bind(this)], this.subGraphs = [], this.subGraphLookup = /* @__PURE__ */ new Map(), this.subCount = 0, this.tooltips = /* @__PURE__ */ new Map(), this.firstGraphFlag = !0, this.version = i, this.config = G1(), ae();
286
+ }
287
+ setGen(i) {
288
+ this.version = i || "gen-2";
289
+ }
290
+ defaultStyle() {
291
+ return "fill:#ffa;stroke: #f66; stroke-width: 3px; stroke-dasharray: 5, 5;fill:#ffa;stroke: #666;";
292
+ }
293
+ addSubGraph(i, a, n) {
294
+ let u = i.text.trim(), l = n.text;
295
+ i === n && /\s/.exec(n.text) && (u = void 0);
296
+ const f = /* @__PURE__ */ m((b) => {
297
+ const F = { boolean: {}, number: {}, string: {} }, k = [];
298
+ let U;
299
+ return { nodeList: b.filter(function(d) {
300
+ const K = typeof d;
301
+ return d.stmt && d.stmt === "dir" ? (U = d.value, !1) : d.trim() === "" ? !1 : K in F ? F[K].hasOwnProperty(d) ? !1 : F[K][d] = !0 : k.includes(d) ? !1 : k.push(d);
302
+ }), dir: U };
303
+ }, "uniq"), { nodeList: c, dir: A } = f(a.flat());
304
+ if (this.version === "gen-1")
305
+ for (let b = 0; b < c.length; b++)
306
+ c[b] = this.lookUpDomId(c[b]);
307
+ u = u ?? "subGraph" + this.subCount, l = l || "", l = this.sanitizeText(l), this.subCount = this.subCount + 1;
308
+ const r = {
309
+ id: u,
310
+ nodes: c,
311
+ title: l.trim(),
312
+ classes: [],
313
+ dir: A,
314
+ labelType: n.type
315
+ };
316
+ return Z.info("Adding", r.id, r.nodes, r.dir), r.nodes = this.makeUniq(r, this.subGraphs).nodes, this.subGraphs.push(r), this.subGraphLookup.set(u, r), u;
317
+ }
318
+ getPosForId(i) {
319
+ for (const [a, n] of this.subGraphs.entries())
320
+ if (n.id === i)
321
+ return a;
322
+ return -1;
323
+ }
324
+ indexNodes2(i, a) {
325
+ const n = this.subGraphs[a].nodes;
326
+ if (this.secCount = this.secCount + 1, this.secCount > 2e3)
327
+ return {
328
+ result: !1,
329
+ count: 0
330
+ };
331
+ if (this.posCrossRef[this.secCount] = a, this.subGraphs[a].id === i)
332
+ return {
333
+ result: !0,
334
+ count: 0
335
+ };
336
+ let u = 0, l = 1;
337
+ for (; u < n.length; ) {
338
+ const f = this.getPosForId(n[u]);
339
+ if (f >= 0) {
340
+ const c = this.indexNodes2(i, f);
341
+ if (c.result)
342
+ return {
343
+ result: !0,
344
+ count: l + c.count
345
+ };
346
+ l = l + c.count;
347
+ }
348
+ u = u + 1;
349
+ }
350
+ return {
351
+ result: !1,
352
+ count: l
353
+ };
354
+ }
355
+ getDepthFirstPos(i) {
356
+ return this.posCrossRef[i];
357
+ }
358
+ indexNodes() {
359
+ this.secCount = -1, this.subGraphs.length > 0 && this.indexNodes2("none", this.subGraphs.length - 1);
360
+ }
361
+ getSubGraphs() {
362
+ return this.subGraphs;
363
+ }
364
+ firstGraph() {
365
+ return this.firstGraphFlag ? (this.firstGraphFlag = !1, !0) : !1;
366
+ }
367
+ destructStartLink(i) {
368
+ let a = i.trim(), n = "arrow_open";
369
+ switch (a[0]) {
370
+ case "<":
371
+ n = "arrow_point", a = a.slice(1);
372
+ break;
373
+ case "x":
374
+ n = "arrow_cross", a = a.slice(1);
375
+ break;
376
+ case "o":
377
+ n = "arrow_circle", a = a.slice(1);
378
+ break;
379
+ }
380
+ let u = "normal";
381
+ return a.includes("=") && (u = "thick"), a.includes(".") && (u = "dotted"), { type: n, stroke: u };
382
+ }
383
+ countChar(i, a) {
384
+ const n = a.length;
385
+ let u = 0;
386
+ for (let l = 0; l < n; ++l)
387
+ a[l] === i && ++u;
388
+ return u;
389
+ }
390
+ destructEndLink(i) {
391
+ const a = i.trim();
392
+ let n = a.slice(0, -1), u = "arrow_open";
393
+ switch (a.slice(-1)) {
394
+ case "x":
395
+ u = "arrow_cross", a.startsWith("x") && (u = "double_" + u, n = n.slice(1));
396
+ break;
397
+ case ">":
398
+ u = "arrow_point", a.startsWith("<") && (u = "double_" + u, n = n.slice(1));
399
+ break;
400
+ case "o":
401
+ u = "arrow_circle", a.startsWith("o") && (u = "double_" + u, n = n.slice(1));
402
+ break;
403
+ }
404
+ let l = "normal", f = n.length - 1;
405
+ n.startsWith("=") && (l = "thick"), n.startsWith("~") && (l = "invisible");
406
+ const c = this.countChar(".", n);
407
+ return c && (l = "dotted", f = c), { type: u, stroke: l, length: f };
408
+ }
409
+ destructLink(i, a) {
410
+ const n = this.destructEndLink(i);
411
+ let u;
412
+ if (a) {
413
+ if (u = this.destructStartLink(a), u.stroke !== n.stroke)
414
+ return { type: "INVALID", stroke: "INVALID" };
415
+ if (u.type === "arrow_open")
416
+ u.type = n.type;
417
+ else {
418
+ if (u.type !== n.type)
419
+ return { type: "INVALID", stroke: "INVALID" };
420
+ u.type = "double_" + u.type;
421
+ }
422
+ return u.type === "double_arrow" && (u.type = "double_arrow_point"), u.length = n.length, u;
423
+ }
424
+ return n;
425
+ }
426
+ // Todo optimizer this by caching existing nodes
427
+ exists(i, a) {
428
+ for (const n of i)
429
+ if (n.nodes.includes(a))
430
+ return !0;
431
+ return !1;
432
+ }
433
+ /**
434
+ * Deletes an id from all subgraphs
435
+ *
436
+ */
437
+ makeUniq(i, a) {
438
+ const n = [];
439
+ return i.nodes.forEach((u, l) => {
440
+ this.exists(a, u) || n.push(i.nodes[l]);
441
+ }), { nodes: n };
442
+ }
443
+ getTypeFromVertex(i) {
444
+ if (i.img)
445
+ return "imageSquare";
446
+ if (i.icon)
447
+ return i.form === "circle" ? "iconCircle" : i.form === "square" ? "iconSquare" : i.form === "rounded" ? "iconRounded" : "icon";
448
+ switch (i.type) {
449
+ case "square":
450
+ case void 0:
451
+ return "squareRect";
452
+ case "round":
453
+ return "roundedRect";
454
+ case "ellipse":
455
+ return "ellipse";
456
+ default:
457
+ return i.type;
458
+ }
459
+ }
460
+ findNode(i, a) {
461
+ return i.find((n) => n.id === a);
462
+ }
463
+ destructEdgeType(i) {
464
+ let a = "none", n = "arrow_point";
465
+ switch (i) {
466
+ case "arrow_point":
467
+ case "arrow_circle":
468
+ case "arrow_cross":
469
+ n = i;
470
+ break;
471
+ case "double_arrow_point":
472
+ case "double_arrow_circle":
473
+ case "double_arrow_cross":
474
+ a = i.replace("double_", ""), n = a;
475
+ break;
476
+ }
477
+ return { arrowTypeStart: a, arrowTypeEnd: n };
478
+ }
479
+ addNodeFromVertex(i, a, n, u, l, f) {
480
+ var b;
481
+ const c = n.get(i.id), A = u.get(i.id) ?? !1, r = this.findNode(a, i.id);
482
+ if (r)
483
+ r.cssStyles = i.styles, r.cssCompiledStyles = this.getCompiledStyles(i.classes), r.cssClasses = i.classes.join(" ");
484
+ else {
485
+ const F = {
486
+ id: i.id,
487
+ label: i.text,
488
+ labelStyle: "",
489
+ parentId: c,
490
+ padding: ((b = l.flowchart) == null ? void 0 : b.padding) || 8,
491
+ cssStyles: i.styles,
492
+ cssCompiledStyles: this.getCompiledStyles(["default", "node", ...i.classes]),
493
+ cssClasses: "default " + i.classes.join(" "),
494
+ dir: i.dir,
495
+ domId: i.domId,
496
+ look: f,
497
+ link: i.link,
498
+ linkTarget: i.linkTarget,
499
+ tooltip: this.getTooltip(i.id),
500
+ icon: i.icon,
501
+ pos: i.pos,
502
+ img: i.img,
503
+ assetWidth: i.assetWidth,
504
+ assetHeight: i.assetHeight,
505
+ constraint: i.constraint
506
+ };
507
+ A ? a.push({
508
+ ...F,
509
+ isGroup: !0,
510
+ shape: "rect"
511
+ }) : a.push({
512
+ ...F,
513
+ isGroup: !1,
514
+ shape: this.getTypeFromVertex(i)
515
+ });
516
+ }
517
+ }
518
+ getCompiledStyles(i) {
519
+ let a = [];
520
+ for (const n of i) {
521
+ const u = this.classes.get(n);
522
+ u != null && u.styles && (a = [...a, ...u.styles ?? []].map((l) => l.trim())), u != null && u.textStyles && (a = [...a, ...u.textStyles ?? []].map((l) => l.trim()));
523
+ }
524
+ return a;
525
+ }
526
+ getData() {
527
+ const i = G1(), a = [], n = [], u = this.getSubGraphs(), l = /* @__PURE__ */ new Map(), f = /* @__PURE__ */ new Map();
528
+ for (let r = u.length - 1; r >= 0; r--) {
529
+ const b = u[r];
530
+ b.nodes.length > 0 && f.set(b.id, !0);
531
+ for (const F of b.nodes)
532
+ l.set(F, b.id);
533
+ }
534
+ for (let r = u.length - 1; r >= 0; r--) {
535
+ const b = u[r];
536
+ a.push({
537
+ id: b.id,
538
+ label: b.title,
539
+ labelStyle: "",
540
+ parentId: l.get(b.id),
541
+ padding: 8,
542
+ cssCompiledStyles: this.getCompiledStyles(b.classes),
543
+ cssClasses: b.classes.join(" "),
544
+ shape: "rect",
545
+ dir: b.dir,
546
+ isGroup: !0,
547
+ look: i.look
548
+ });
549
+ }
550
+ this.getVertices().forEach((r) => {
551
+ this.addNodeFromVertex(r, a, l, f, i, i.look || "classic");
552
+ });
553
+ const A = this.getEdges();
554
+ return A.forEach((r, b) => {
555
+ var d;
556
+ const { arrowTypeStart: F, arrowTypeEnd: k } = this.destructEdgeType(r.type), U = [...A.defaultStyle ?? []];
557
+ r.style && U.push(...r.style);
558
+ const T = {
559
+ id: st(r.start, r.end, { counter: b, prefix: "L" }, r.id),
560
+ isUserDefinedId: r.isUserDefinedId,
561
+ start: r.start,
562
+ end: r.end,
563
+ type: r.type ?? "normal",
564
+ label: r.text,
565
+ labelpos: "c",
566
+ thickness: r.stroke,
567
+ minlen: r.length,
568
+ classes: (r == null ? void 0 : r.stroke) === "invisible" ? "" : "edge-thickness-normal edge-pattern-solid flowchart-link",
569
+ arrowTypeStart: (r == null ? void 0 : r.stroke) === "invisible" || (r == null ? void 0 : r.type) === "arrow_open" ? "none" : F,
570
+ arrowTypeEnd: (r == null ? void 0 : r.stroke) === "invisible" || (r == null ? void 0 : r.type) === "arrow_open" ? "none" : k,
571
+ arrowheadStyle: "fill: #333",
572
+ cssCompiledStyles: this.getCompiledStyles(r.classes),
573
+ labelStyle: U,
574
+ style: U,
575
+ pattern: r.stroke,
576
+ look: i.look,
577
+ animate: r.animate,
578
+ animation: r.animation,
579
+ curve: r.interpolate || this.edges.defaultInterpolate || ((d = i.flowchart) == null ? void 0 : d.curve)
580
+ };
581
+ n.push(T);
582
+ }), { nodes: a, edges: n, other: {}, config: i };
583
+ }
584
+ defaultConfig() {
585
+ return ne.flowchart;
586
+ }
587
+ }, m(P1, "FlowDB"), P1), pe = /* @__PURE__ */ m(function(s, i) {
588
+ return i.db.getClasses();
589
+ }, "getClasses"), fe = /* @__PURE__ */ m(async function(s, i, a, n) {
590
+ var U;
591
+ Z.info("REF0:"), Z.info("Drawing state diagram (v2)", i);
592
+ const { securityLevel: u, flowchart: l, layout: f } = G1();
593
+ let c;
594
+ u === "sandbox" && (c = C1("#i" + i));
595
+ const A = u === "sandbox" ? c.nodes()[0].contentDocument : document;
596
+ Z.debug("Before getData: ");
597
+ const r = n.db.getData();
598
+ Z.debug("Data: ", r);
599
+ const b = le(i, u), F = n.db.getDirection();
600
+ r.type = n.type, r.layoutAlgorithm = Ht(f), r.layoutAlgorithm === "dagre" && f === "elk" && Z.warn(
601
+ "flowchart-elk was moved to an external package in Mermaid v11. Please refer [release notes](https://github.com/mermaid-js/mermaid/releases/tag/v11.0.0) for more details. This diagram will be rendered using `dagre` layout as a fallback."
602
+ ), r.direction = F, r.nodeSpacing = (l == null ? void 0 : l.nodeSpacing) || 50, r.rankSpacing = (l == null ? void 0 : l.rankSpacing) || 50, r.markers = ["point", "circle", "cross"], r.diagramId = i, Z.debug("REF1:", r), await qt(r, b);
603
+ const k = ((U = r.config.flowchart) == null ? void 0 : U.diagramPadding) ?? 8;
604
+ it.insertTitle(
605
+ b,
606
+ "flowchartTitleText",
607
+ (l == null ? void 0 : l.titleTopMargin) || 0,
608
+ n.db.getDiagramTitle()
609
+ ), oe(b, k, "flowchart", (l == null ? void 0 : l.useMaxWidth) || !1);
610
+ for (const T of r.nodes) {
611
+ const d = C1(`#${i} [id="${T.id}"]`);
612
+ if (!d || !T.link)
613
+ continue;
614
+ const K = A.createElementNS("http://www.w3.org/2000/svg", "a");
615
+ K.setAttributeNS("http://www.w3.org/2000/svg", "class", T.cssClasses), K.setAttributeNS("http://www.w3.org/2000/svg", "rel", "noopener"), u === "sandbox" ? K.setAttributeNS("http://www.w3.org/2000/svg", "target", "_top") : T.linkTarget && K.setAttributeNS("http://www.w3.org/2000/svg", "target", T.linkTarget);
616
+ const f1 = d.insert(function() {
617
+ return K;
618
+ }, ":first-child"), g1 = d.select(".label-container");
619
+ g1 && f1.append(function() {
620
+ return g1.node();
621
+ });
622
+ const b1 = d.select(".label");
623
+ b1 && f1.append(function() {
624
+ return b1.node();
625
+ });
626
+ }
627
+ }, "draw"), ge = {
628
+ getClasses: pe,
629
+ draw: fe
630
+ }, rt = function() {
631
+ var s = /* @__PURE__ */ m(function(p1, h, p, g) {
632
+ for (p = p || {}, g = p1.length; g--; p[p1[g]] = h) ;
633
+ return p;
634
+ }, "o"), i = [1, 4], a = [1, 3], n = [1, 5], u = [1, 8, 9, 10, 11, 27, 34, 36, 38, 44, 60, 84, 85, 86, 87, 88, 89, 102, 105, 106, 109, 111, 114, 115, 116, 121, 122, 123, 124], l = [2, 2], f = [1, 13], c = [1, 14], A = [1, 15], r = [1, 16], b = [1, 23], F = [1, 25], k = [1, 26], U = [1, 27], T = [1, 49], d = [1, 48], K = [1, 29], f1 = [1, 30], g1 = [1, 31], b1 = [1, 32], M1 = [1, 33], V = [1, 44], L = [1, 46], I = [1, 42], w = [1, 47], R = [1, 43], N = [1, 50], G = [1, 45], P = [1, 51], O = [1, 52], U1 = [1, 34], W1 = [1, 35], z1 = [1, 36], j1 = [1, 37], h1 = [1, 57], E = [1, 8, 9, 10, 11, 27, 32, 34, 36, 38, 44, 60, 84, 85, 86, 87, 88, 89, 102, 105, 106, 109, 111, 114, 115, 116, 121, 122, 123, 124], $ = [1, 61], t1 = [1, 60], e1 = [1, 62], S1 = [8, 9, 11, 75, 77, 78], at = [1, 78], D1 = [1, 91], x1 = [1, 96], T1 = [1, 95], E1 = [1, 92], y1 = [1, 88], F1 = [1, 94], _1 = [1, 90], B1 = [1, 97], v1 = [1, 93], V1 = [1, 98], L1 = [1, 89], A1 = [8, 9, 10, 11, 40, 75, 77, 78], W = [8, 9, 10, 11, 40, 46, 75, 77, 78], H = [8, 9, 10, 11, 29, 40, 44, 46, 48, 50, 52, 54, 56, 58, 60, 63, 65, 67, 68, 70, 75, 77, 78, 89, 102, 105, 106, 109, 111, 114, 115, 116], nt = [8, 9, 11, 44, 60, 75, 77, 78, 89, 102, 105, 106, 109, 111, 114, 115, 116], I1 = [44, 60, 89, 102, 105, 106, 109, 111, 114, 115, 116], ut = [1, 121], lt = [1, 122], K1 = [1, 124], Y1 = [1, 123], ot = [44, 60, 62, 74, 89, 102, 105, 106, 109, 111, 114, 115, 116], ct = [1, 133], ht = [1, 147], dt = [1, 148], pt = [1, 149], ft = [1, 150], gt = [1, 135], bt = [1, 137], At = [1, 141], kt = [1, 142], mt = [1, 143], Ct = [1, 144], St = [1, 145], Dt = [1, 146], xt = [1, 151], Tt = [1, 152], Et = [1, 131], yt = [1, 132], Ft = [1, 139], _t = [1, 134], Bt = [1, 138], vt = [1, 136], Q1 = [8, 9, 10, 11, 27, 32, 34, 36, 38, 44, 60, 84, 85, 86, 87, 88, 89, 102, 105, 106, 109, 111, 114, 115, 116, 121, 122, 123, 124], Vt = [1, 154], Lt = [1, 156], B = [8, 9, 11], q = [8, 9, 10, 11, 14, 44, 60, 89, 105, 106, 109, 111, 114, 115, 116], C = [1, 176], z = [1, 172], j = [1, 173], S = [1, 177], D = [1, 174], x = [1, 175], w1 = [77, 116, 119], y = [8, 9, 10, 11, 12, 14, 27, 29, 32, 44, 60, 75, 84, 85, 86, 87, 88, 89, 90, 105, 109, 111, 114, 115, 116], It = [10, 106], d1 = [31, 49, 51, 53, 55, 57, 62, 64, 66, 67, 69, 71, 116, 117, 118], s1 = [1, 247], i1 = [1, 245], r1 = [1, 249], a1 = [1, 243], n1 = [1, 244], u1 = [1, 246], l1 = [1, 248], o1 = [1, 250], R1 = [1, 268], wt = [8, 9, 11, 106], J = [8, 9, 10, 11, 60, 84, 105, 106, 109, 110, 111, 112], J1 = {
635
+ trace: /* @__PURE__ */ m(function() {
636
+ }, "trace"),
637
+ yy: {},
638
+ symbols_: { error: 2, start: 3, graphConfig: 4, document: 5, line: 6, statement: 7, SEMI: 8, NEWLINE: 9, SPACE: 10, EOF: 11, GRAPH: 12, NODIR: 13, DIR: 14, FirstStmtSeparator: 15, ending: 16, endToken: 17, spaceList: 18, spaceListNewline: 19, vertexStatement: 20, separator: 21, styleStatement: 22, linkStyleStatement: 23, classDefStatement: 24, classStatement: 25, clickStatement: 26, subgraph: 27, textNoTags: 28, SQS: 29, text: 30, SQE: 31, end: 32, direction: 33, acc_title: 34, acc_title_value: 35, acc_descr: 36, acc_descr_value: 37, acc_descr_multiline_value: 38, shapeData: 39, SHAPE_DATA: 40, link: 41, node: 42, styledVertex: 43, AMP: 44, vertex: 45, STYLE_SEPARATOR: 46, idString: 47, DOUBLECIRCLESTART: 48, DOUBLECIRCLEEND: 49, PS: 50, PE: 51, "(-": 52, "-)": 53, STADIUMSTART: 54, STADIUMEND: 55, SUBROUTINESTART: 56, SUBROUTINEEND: 57, VERTEX_WITH_PROPS_START: 58, "NODE_STRING[field]": 59, COLON: 60, "NODE_STRING[value]": 61, PIPE: 62, CYLINDERSTART: 63, CYLINDEREND: 64, DIAMOND_START: 65, DIAMOND_STOP: 66, TAGEND: 67, TRAPSTART: 68, TRAPEND: 69, INVTRAPSTART: 70, INVTRAPEND: 71, linkStatement: 72, arrowText: 73, TESTSTR: 74, START_LINK: 75, edgeText: 76, LINK: 77, LINK_ID: 78, edgeTextToken: 79, STR: 80, MD_STR: 81, textToken: 82, keywords: 83, STYLE: 84, LINKSTYLE: 85, CLASSDEF: 86, CLASS: 87, CLICK: 88, DOWN: 89, UP: 90, textNoTagsToken: 91, stylesOpt: 92, "idString[vertex]": 93, "idString[class]": 94, CALLBACKNAME: 95, CALLBACKARGS: 96, HREF: 97, LINK_TARGET: 98, "STR[link]": 99, "STR[tooltip]": 100, alphaNum: 101, DEFAULT: 102, numList: 103, INTERPOLATE: 104, NUM: 105, COMMA: 106, style: 107, styleComponent: 108, NODE_STRING: 109, UNIT: 110, BRKT: 111, PCT: 112, idStringToken: 113, MINUS: 114, MULT: 115, UNICODE_TEXT: 116, TEXT: 117, TAGSTART: 118, EDGE_TEXT: 119, alphaNumToken: 120, direction_tb: 121, direction_bt: 122, direction_rl: 123, direction_lr: 124, $accept: 0, $end: 1 },
639
+ terminals_: { 2: "error", 8: "SEMI", 9: "NEWLINE", 10: "SPACE", 11: "EOF", 12: "GRAPH", 13: "NODIR", 14: "DIR", 27: "subgraph", 29: "SQS", 31: "SQE", 32: "end", 34: "acc_title", 35: "acc_title_value", 36: "acc_descr", 37: "acc_descr_value", 38: "acc_descr_multiline_value", 40: "SHAPE_DATA", 44: "AMP", 46: "STYLE_SEPARATOR", 48: "DOUBLECIRCLESTART", 49: "DOUBLECIRCLEEND", 50: "PS", 51: "PE", 52: "(-", 53: "-)", 54: "STADIUMSTART", 55: "STADIUMEND", 56: "SUBROUTINESTART", 57: "SUBROUTINEEND", 58: "VERTEX_WITH_PROPS_START", 59: "NODE_STRING[field]", 60: "COLON", 61: "NODE_STRING[value]", 62: "PIPE", 63: "CYLINDERSTART", 64: "CYLINDEREND", 65: "DIAMOND_START", 66: "DIAMOND_STOP", 67: "TAGEND", 68: "TRAPSTART", 69: "TRAPEND", 70: "INVTRAPSTART", 71: "INVTRAPEND", 74: "TESTSTR", 75: "START_LINK", 77: "LINK", 78: "LINK_ID", 80: "STR", 81: "MD_STR", 84: "STYLE", 85: "LINKSTYLE", 86: "CLASSDEF", 87: "CLASS", 88: "CLICK", 89: "DOWN", 90: "UP", 93: "idString[vertex]", 94: "idString[class]", 95: "CALLBACKNAME", 96: "CALLBACKARGS", 97: "HREF", 98: "LINK_TARGET", 99: "STR[link]", 100: "STR[tooltip]", 102: "DEFAULT", 104: "INTERPOLATE", 105: "NUM", 106: "COMMA", 109: "NODE_STRING", 110: "UNIT", 111: "BRKT", 112: "PCT", 114: "MINUS", 115: "MULT", 116: "UNICODE_TEXT", 117: "TEXT", 118: "TAGSTART", 119: "EDGE_TEXT", 121: "direction_tb", 122: "direction_bt", 123: "direction_rl", 124: "direction_lr" },
640
+ productions_: [0, [3, 2], [5, 0], [5, 2], [6, 1], [6, 1], [6, 1], [6, 1], [6, 1], [4, 2], [4, 2], [4, 2], [4, 3], [16, 2], [16, 1], [17, 1], [17, 1], [17, 1], [15, 1], [15, 1], [15, 2], [19, 2], [19, 2], [19, 1], [19, 1], [18, 2], [18, 1], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 9], [7, 6], [7, 4], [7, 1], [7, 2], [7, 2], [7, 1], [21, 1], [21, 1], [21, 1], [39, 2], [39, 1], [20, 4], [20, 3], [20, 4], [20, 2], [20, 2], [20, 1], [42, 1], [42, 6], [42, 5], [43, 1], [43, 3], [45, 4], [45, 4], [45, 6], [45, 4], [45, 4], [45, 4], [45, 8], [45, 4], [45, 4], [45, 4], [45, 6], [45, 4], [45, 4], [45, 4], [45, 4], [45, 4], [45, 1], [41, 2], [41, 3], [41, 3], [41, 1], [41, 3], [41, 4], [76, 1], [76, 2], [76, 1], [76, 1], [72, 1], [72, 2], [73, 3], [30, 1], [30, 2], [30, 1], [30, 1], [83, 1], [83, 1], [83, 1], [83, 1], [83, 1], [83, 1], [83, 1], [83, 1], [83, 1], [83, 1], [83, 1], [28, 1], [28, 2], [28, 1], [28, 1], [24, 5], [25, 5], [26, 2], [26, 4], [26, 3], [26, 5], [26, 3], [26, 5], [26, 5], [26, 7], [26, 2], [26, 4], [26, 2], [26, 4], [26, 4], [26, 6], [22, 5], [23, 5], [23, 5], [23, 9], [23, 9], [23, 7], [23, 7], [103, 1], [103, 3], [92, 1], [92, 3], [107, 1], [107, 2], [108, 1], [108, 1], [108, 1], [108, 1], [108, 1], [108, 1], [108, 1], [108, 1], [113, 1], [113, 1], [113, 1], [113, 1], [113, 1], [113, 1], [113, 1], [113, 1], [113, 1], [113, 1], [113, 1], [82, 1], [82, 1], [82, 1], [82, 1], [91, 1], [91, 1], [91, 1], [91, 1], [91, 1], [91, 1], [91, 1], [91, 1], [91, 1], [91, 1], [91, 1], [79, 1], [79, 1], [120, 1], [120, 1], [120, 1], [120, 1], [120, 1], [120, 1], [120, 1], [120, 1], [120, 1], [120, 1], [120, 1], [47, 1], [47, 2], [101, 1], [101, 2], [33, 1], [33, 1], [33, 1], [33, 1]],
641
+ performAction: /* @__PURE__ */ m(function(h, p, g, o, _, t, O1) {
642
+ var e = t.length - 1;
643
+ switch (_) {
644
+ case 2:
645
+ this.$ = [];
646
+ break;
647
+ case 3:
648
+ (!Array.isArray(t[e]) || t[e].length > 0) && t[e - 1].push(t[e]), this.$ = t[e - 1];
649
+ break;
650
+ case 4:
651
+ case 183:
652
+ this.$ = t[e];
653
+ break;
654
+ case 11:
655
+ o.setDirection("TB"), this.$ = "TB";
656
+ break;
657
+ case 12:
658
+ o.setDirection(t[e - 1]), this.$ = t[e - 1];
659
+ break;
660
+ case 27:
661
+ this.$ = t[e - 1].nodes;
662
+ break;
663
+ case 28:
664
+ case 29:
665
+ case 30:
666
+ case 31:
667
+ case 32:
668
+ this.$ = [];
669
+ break;
670
+ case 33:
671
+ this.$ = o.addSubGraph(t[e - 6], t[e - 1], t[e - 4]);
672
+ break;
673
+ case 34:
674
+ this.$ = o.addSubGraph(t[e - 3], t[e - 1], t[e - 3]);
675
+ break;
676
+ case 35:
677
+ this.$ = o.addSubGraph(void 0, t[e - 1], void 0);
678
+ break;
679
+ case 37:
680
+ this.$ = t[e].trim(), o.setAccTitle(this.$);
681
+ break;
682
+ case 38:
683
+ case 39:
684
+ this.$ = t[e].trim(), o.setAccDescription(this.$);
685
+ break;
686
+ case 43:
687
+ this.$ = t[e - 1] + t[e];
688
+ break;
689
+ case 44:
690
+ this.$ = t[e];
691
+ break;
692
+ case 45:
693
+ o.addVertex(t[e - 1][t[e - 1].length - 1], void 0, void 0, void 0, void 0, void 0, void 0, t[e]), o.addLink(t[e - 3].stmt, t[e - 1], t[e - 2]), this.$ = { stmt: t[e - 1], nodes: t[e - 1].concat(t[e - 3].nodes) };
694
+ break;
695
+ case 46:
696
+ o.addLink(t[e - 2].stmt, t[e], t[e - 1]), this.$ = { stmt: t[e], nodes: t[e].concat(t[e - 2].nodes) };
697
+ break;
698
+ case 47:
699
+ o.addLink(t[e - 3].stmt, t[e - 1], t[e - 2]), this.$ = { stmt: t[e - 1], nodes: t[e - 1].concat(t[e - 3].nodes) };
700
+ break;
701
+ case 48:
702
+ this.$ = { stmt: t[e - 1], nodes: t[e - 1] };
703
+ break;
704
+ case 49:
705
+ o.addVertex(t[e - 1][t[e - 1].length - 1], void 0, void 0, void 0, void 0, void 0, void 0, t[e]), this.$ = { stmt: t[e - 1], nodes: t[e - 1], shapeData: t[e] };
706
+ break;
707
+ case 50:
708
+ this.$ = { stmt: t[e], nodes: t[e] };
709
+ break;
710
+ case 51:
711
+ this.$ = [t[e]];
712
+ break;
713
+ case 52:
714
+ o.addVertex(t[e - 5][t[e - 5].length - 1], void 0, void 0, void 0, void 0, void 0, void 0, t[e - 4]), this.$ = t[e - 5].concat(t[e]);
715
+ break;
716
+ case 53:
717
+ this.$ = t[e - 4].concat(t[e]);
718
+ break;
719
+ case 54:
720
+ this.$ = t[e];
721
+ break;
722
+ case 55:
723
+ this.$ = t[e - 2], o.setClass(t[e - 2], t[e]);
724
+ break;
725
+ case 56:
726
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "square");
727
+ break;
728
+ case 57:
729
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "doublecircle");
730
+ break;
731
+ case 58:
732
+ this.$ = t[e - 5], o.addVertex(t[e - 5], t[e - 2], "circle");
733
+ break;
734
+ case 59:
735
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "ellipse");
736
+ break;
737
+ case 60:
738
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "stadium");
739
+ break;
740
+ case 61:
741
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "subroutine");
742
+ break;
743
+ case 62:
744
+ this.$ = t[e - 7], o.addVertex(t[e - 7], t[e - 1], "rect", void 0, void 0, void 0, Object.fromEntries([[t[e - 5], t[e - 3]]]));
745
+ break;
746
+ case 63:
747
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "cylinder");
748
+ break;
749
+ case 64:
750
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "round");
751
+ break;
752
+ case 65:
753
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "diamond");
754
+ break;
755
+ case 66:
756
+ this.$ = t[e - 5], o.addVertex(t[e - 5], t[e - 2], "hexagon");
757
+ break;
758
+ case 67:
759
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "odd");
760
+ break;
761
+ case 68:
762
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "trapezoid");
763
+ break;
764
+ case 69:
765
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "inv_trapezoid");
766
+ break;
767
+ case 70:
768
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "lean_right");
769
+ break;
770
+ case 71:
771
+ this.$ = t[e - 3], o.addVertex(t[e - 3], t[e - 1], "lean_left");
772
+ break;
773
+ case 72:
774
+ this.$ = t[e], o.addVertex(t[e]);
775
+ break;
776
+ case 73:
777
+ t[e - 1].text = t[e], this.$ = t[e - 1];
778
+ break;
779
+ case 74:
780
+ case 75:
781
+ t[e - 2].text = t[e - 1], this.$ = t[e - 2];
782
+ break;
783
+ case 76:
784
+ this.$ = t[e];
785
+ break;
786
+ case 77:
787
+ var v = o.destructLink(t[e], t[e - 2]);
788
+ this.$ = { type: v.type, stroke: v.stroke, length: v.length, text: t[e - 1] };
789
+ break;
790
+ case 78:
791
+ var v = o.destructLink(t[e], t[e - 2]);
792
+ this.$ = { type: v.type, stroke: v.stroke, length: v.length, text: t[e - 1], id: t[e - 3] };
793
+ break;
794
+ case 79:
795
+ this.$ = { text: t[e], type: "text" };
796
+ break;
797
+ case 80:
798
+ this.$ = { text: t[e - 1].text + "" + t[e], type: t[e - 1].type };
799
+ break;
800
+ case 81:
801
+ this.$ = { text: t[e], type: "string" };
802
+ break;
803
+ case 82:
804
+ this.$ = { text: t[e], type: "markdown" };
805
+ break;
806
+ case 83:
807
+ var v = o.destructLink(t[e]);
808
+ this.$ = { type: v.type, stroke: v.stroke, length: v.length };
809
+ break;
810
+ case 84:
811
+ var v = o.destructLink(t[e]);
812
+ this.$ = { type: v.type, stroke: v.stroke, length: v.length, id: t[e - 1] };
813
+ break;
814
+ case 85:
815
+ this.$ = t[e - 1];
816
+ break;
817
+ case 86:
818
+ this.$ = { text: t[e], type: "text" };
819
+ break;
820
+ case 87:
821
+ this.$ = { text: t[e - 1].text + "" + t[e], type: t[e - 1].type };
822
+ break;
823
+ case 88:
824
+ this.$ = { text: t[e], type: "string" };
825
+ break;
826
+ case 89:
827
+ case 104:
828
+ this.$ = { text: t[e], type: "markdown" };
829
+ break;
830
+ case 101:
831
+ this.$ = { text: t[e], type: "text" };
832
+ break;
833
+ case 102:
834
+ this.$ = { text: t[e - 1].text + "" + t[e], type: t[e - 1].type };
835
+ break;
836
+ case 103:
837
+ this.$ = { text: t[e], type: "text" };
838
+ break;
839
+ case 105:
840
+ this.$ = t[e - 4], o.addClass(t[e - 2], t[e]);
841
+ break;
842
+ case 106:
843
+ this.$ = t[e - 4], o.setClass(t[e - 2], t[e]);
844
+ break;
845
+ case 107:
846
+ case 115:
847
+ this.$ = t[e - 1], o.setClickEvent(t[e - 1], t[e]);
848
+ break;
849
+ case 108:
850
+ case 116:
851
+ this.$ = t[e - 3], o.setClickEvent(t[e - 3], t[e - 2]), o.setTooltip(t[e - 3], t[e]);
852
+ break;
853
+ case 109:
854
+ this.$ = t[e - 2], o.setClickEvent(t[e - 2], t[e - 1], t[e]);
855
+ break;
856
+ case 110:
857
+ this.$ = t[e - 4], o.setClickEvent(t[e - 4], t[e - 3], t[e - 2]), o.setTooltip(t[e - 4], t[e]);
858
+ break;
859
+ case 111:
860
+ this.$ = t[e - 2], o.setLink(t[e - 2], t[e]);
861
+ break;
862
+ case 112:
863
+ this.$ = t[e - 4], o.setLink(t[e - 4], t[e - 2]), o.setTooltip(t[e - 4], t[e]);
864
+ break;
865
+ case 113:
866
+ this.$ = t[e - 4], o.setLink(t[e - 4], t[e - 2], t[e]);
867
+ break;
868
+ case 114:
869
+ this.$ = t[e - 6], o.setLink(t[e - 6], t[e - 4], t[e]), o.setTooltip(t[e - 6], t[e - 2]);
870
+ break;
871
+ case 117:
872
+ this.$ = t[e - 1], o.setLink(t[e - 1], t[e]);
873
+ break;
874
+ case 118:
875
+ this.$ = t[e - 3], o.setLink(t[e - 3], t[e - 2]), o.setTooltip(t[e - 3], t[e]);
876
+ break;
877
+ case 119:
878
+ this.$ = t[e - 3], o.setLink(t[e - 3], t[e - 2], t[e]);
879
+ break;
880
+ case 120:
881
+ this.$ = t[e - 5], o.setLink(t[e - 5], t[e - 4], t[e]), o.setTooltip(t[e - 5], t[e - 2]);
882
+ break;
883
+ case 121:
884
+ this.$ = t[e - 4], o.addVertex(t[e - 2], void 0, void 0, t[e]);
885
+ break;
886
+ case 122:
887
+ this.$ = t[e - 4], o.updateLink([t[e - 2]], t[e]);
888
+ break;
889
+ case 123:
890
+ this.$ = t[e - 4], o.updateLink(t[e - 2], t[e]);
891
+ break;
892
+ case 124:
893
+ this.$ = t[e - 8], o.updateLinkInterpolate([t[e - 6]], t[e - 2]), o.updateLink([t[e - 6]], t[e]);
894
+ break;
895
+ case 125:
896
+ this.$ = t[e - 8], o.updateLinkInterpolate(t[e - 6], t[e - 2]), o.updateLink(t[e - 6], t[e]);
897
+ break;
898
+ case 126:
899
+ this.$ = t[e - 6], o.updateLinkInterpolate([t[e - 4]], t[e]);
900
+ break;
901
+ case 127:
902
+ this.$ = t[e - 6], o.updateLinkInterpolate(t[e - 4], t[e]);
903
+ break;
904
+ case 128:
905
+ case 130:
906
+ this.$ = [t[e]];
907
+ break;
908
+ case 129:
909
+ case 131:
910
+ t[e - 2].push(t[e]), this.$ = t[e - 2];
911
+ break;
912
+ case 133:
913
+ this.$ = t[e - 1] + t[e];
914
+ break;
915
+ case 181:
916
+ this.$ = t[e];
917
+ break;
918
+ case 182:
919
+ this.$ = t[e - 1] + "" + t[e];
920
+ break;
921
+ case 184:
922
+ this.$ = t[e - 1] + "" + t[e];
923
+ break;
924
+ case 185:
925
+ this.$ = { stmt: "dir", value: "TB" };
926
+ break;
927
+ case 186:
928
+ this.$ = { stmt: "dir", value: "BT" };
929
+ break;
930
+ case 187:
931
+ this.$ = { stmt: "dir", value: "RL" };
932
+ break;
933
+ case 188:
934
+ this.$ = { stmt: "dir", value: "LR" };
935
+ break;
936
+ }
937
+ }, "anonymous"),
938
+ table: [{ 3: 1, 4: 2, 9: i, 10: a, 12: n }, { 1: [3] }, s(u, l, { 5: 6 }), { 4: 7, 9: i, 10: a, 12: n }, { 4: 8, 9: i, 10: a, 12: n }, { 13: [1, 9], 14: [1, 10] }, { 1: [2, 1], 6: 11, 7: 12, 8: f, 9: c, 10: A, 11: r, 20: 17, 22: 18, 23: 19, 24: 20, 25: 21, 26: 22, 27: b, 33: 24, 34: F, 36: k, 38: U, 42: 28, 43: 38, 44: T, 45: 39, 47: 40, 60: d, 84: K, 85: f1, 86: g1, 87: b1, 88: M1, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 41, 114: G, 115: P, 116: O, 121: U1, 122: W1, 123: z1, 124: j1 }, s(u, [2, 9]), s(u, [2, 10]), s(u, [2, 11]), { 8: [1, 54], 9: [1, 55], 10: h1, 15: 53, 18: 56 }, s(E, [2, 3]), s(E, [2, 4]), s(E, [2, 5]), s(E, [2, 6]), s(E, [2, 7]), s(E, [2, 8]), { 8: $, 9: t1, 11: e1, 21: 58, 41: 59, 72: 63, 75: [1, 64], 77: [1, 66], 78: [1, 65] }, { 8: $, 9: t1, 11: e1, 21: 67 }, { 8: $, 9: t1, 11: e1, 21: 68 }, { 8: $, 9: t1, 11: e1, 21: 69 }, { 8: $, 9: t1, 11: e1, 21: 70 }, { 8: $, 9: t1, 11: e1, 21: 71 }, { 8: $, 9: t1, 10: [1, 72], 11: e1, 21: 73 }, s(E, [2, 36]), { 35: [1, 74] }, { 37: [1, 75] }, s(E, [2, 39]), s(S1, [2, 50], { 18: 76, 39: 77, 10: h1, 40: at }), { 10: [1, 79] }, { 10: [1, 80] }, { 10: [1, 81] }, { 10: [1, 82] }, { 14: D1, 44: x1, 60: T1, 80: [1, 86], 89: E1, 95: [1, 83], 97: [1, 84], 101: 85, 105: y1, 106: F1, 109: _1, 111: B1, 114: v1, 115: V1, 116: L1, 120: 87 }, s(E, [2, 185]), s(E, [2, 186]), s(E, [2, 187]), s(E, [2, 188]), s(A1, [2, 51]), s(A1, [2, 54], { 46: [1, 99] }), s(W, [2, 72], { 113: 112, 29: [1, 100], 44: T, 48: [1, 101], 50: [1, 102], 52: [1, 103], 54: [1, 104], 56: [1, 105], 58: [1, 106], 60: d, 63: [1, 107], 65: [1, 108], 67: [1, 109], 68: [1, 110], 70: [1, 111], 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 114: G, 115: P, 116: O }), s(H, [2, 181]), s(H, [2, 142]), s(H, [2, 143]), s(H, [2, 144]), s(H, [2, 145]), s(H, [2, 146]), s(H, [2, 147]), s(H, [2, 148]), s(H, [2, 149]), s(H, [2, 150]), s(H, [2, 151]), s(H, [2, 152]), s(u, [2, 12]), s(u, [2, 18]), s(u, [2, 19]), { 9: [1, 113] }, s(nt, [2, 26], { 18: 114, 10: h1 }), s(E, [2, 27]), { 42: 115, 43: 38, 44: T, 45: 39, 47: 40, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 41, 114: G, 115: P, 116: O }, s(E, [2, 40]), s(E, [2, 41]), s(E, [2, 42]), s(I1, [2, 76], { 73: 116, 62: [1, 118], 74: [1, 117] }), { 76: 119, 79: 120, 80: ut, 81: lt, 116: K1, 119: Y1 }, { 75: [1, 125], 77: [1, 126] }, s(ot, [2, 83]), s(E, [2, 28]), s(E, [2, 29]), s(E, [2, 30]), s(E, [2, 31]), s(E, [2, 32]), { 10: ct, 12: ht, 14: dt, 27: pt, 28: 127, 32: ft, 44: gt, 60: bt, 75: At, 80: [1, 129], 81: [1, 130], 83: 140, 84: kt, 85: mt, 86: Ct, 87: St, 88: Dt, 89: xt, 90: Tt, 91: 128, 105: Et, 109: yt, 111: Ft, 114: _t, 115: Bt, 116: vt }, s(Q1, l, { 5: 153 }), s(E, [2, 37]), s(E, [2, 38]), s(S1, [2, 48], { 44: Vt }), s(S1, [2, 49], { 18: 155, 10: h1, 40: Lt }), s(A1, [2, 44]), { 44: T, 47: 157, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 41, 114: G, 115: P, 116: O }, { 102: [1, 158], 103: 159, 105: [1, 160] }, { 44: T, 47: 161, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 41, 114: G, 115: P, 116: O }, { 44: T, 47: 162, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 41, 114: G, 115: P, 116: O }, s(B, [2, 107], { 10: [1, 163], 96: [1, 164] }), { 80: [1, 165] }, s(B, [2, 115], { 120: 167, 10: [1, 166], 14: D1, 44: x1, 60: T1, 89: E1, 105: y1, 106: F1, 109: _1, 111: B1, 114: v1, 115: V1, 116: L1 }), s(B, [2, 117], { 10: [1, 168] }), s(q, [2, 183]), s(q, [2, 170]), s(q, [2, 171]), s(q, [2, 172]), s(q, [2, 173]), s(q, [2, 174]), s(q, [2, 175]), s(q, [2, 176]), s(q, [2, 177]), s(q, [2, 178]), s(q, [2, 179]), s(q, [2, 180]), { 44: T, 47: 169, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 41, 114: G, 115: P, 116: O }, { 30: 170, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 30: 178, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 30: 180, 50: [1, 179], 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 30: 181, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 30: 182, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 30: 183, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 109: [1, 184] }, { 30: 185, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 30: 186, 65: [1, 187], 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 30: 188, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 30: 189, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 30: 190, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, s(H, [2, 182]), s(u, [2, 20]), s(nt, [2, 25]), s(S1, [2, 46], { 39: 191, 18: 192, 10: h1, 40: at }), s(I1, [2, 73], { 10: [1, 193] }), { 10: [1, 194] }, { 30: 195, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 77: [1, 196], 79: 197, 116: K1, 119: Y1 }, s(w1, [2, 79]), s(w1, [2, 81]), s(w1, [2, 82]), s(w1, [2, 168]), s(w1, [2, 169]), { 76: 198, 79: 120, 80: ut, 81: lt, 116: K1, 119: Y1 }, s(ot, [2, 84]), { 8: $, 9: t1, 10: ct, 11: e1, 12: ht, 14: dt, 21: 200, 27: pt, 29: [1, 199], 32: ft, 44: gt, 60: bt, 75: At, 83: 140, 84: kt, 85: mt, 86: Ct, 87: St, 88: Dt, 89: xt, 90: Tt, 91: 201, 105: Et, 109: yt, 111: Ft, 114: _t, 115: Bt, 116: vt }, s(y, [2, 101]), s(y, [2, 103]), s(y, [2, 104]), s(y, [2, 157]), s(y, [2, 158]), s(y, [2, 159]), s(y, [2, 160]), s(y, [2, 161]), s(y, [2, 162]), s(y, [2, 163]), s(y, [2, 164]), s(y, [2, 165]), s(y, [2, 166]), s(y, [2, 167]), s(y, [2, 90]), s(y, [2, 91]), s(y, [2, 92]), s(y, [2, 93]), s(y, [2, 94]), s(y, [2, 95]), s(y, [2, 96]), s(y, [2, 97]), s(y, [2, 98]), s(y, [2, 99]), s(y, [2, 100]), { 6: 11, 7: 12, 8: f, 9: c, 10: A, 11: r, 20: 17, 22: 18, 23: 19, 24: 20, 25: 21, 26: 22, 27: b, 32: [1, 202], 33: 24, 34: F, 36: k, 38: U, 42: 28, 43: 38, 44: T, 45: 39, 47: 40, 60: d, 84: K, 85: f1, 86: g1, 87: b1, 88: M1, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 41, 114: G, 115: P, 116: O, 121: U1, 122: W1, 123: z1, 124: j1 }, { 10: h1, 18: 203 }, { 44: [1, 204] }, s(A1, [2, 43]), { 10: [1, 205], 44: T, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 112, 114: G, 115: P, 116: O }, { 10: [1, 206] }, { 10: [1, 207], 106: [1, 208] }, s(It, [2, 128]), { 10: [1, 209], 44: T, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 112, 114: G, 115: P, 116: O }, { 10: [1, 210], 44: T, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 112, 114: G, 115: P, 116: O }, { 80: [1, 211] }, s(B, [2, 109], { 10: [1, 212] }), s(B, [2, 111], { 10: [1, 213] }), { 80: [1, 214] }, s(q, [2, 184]), { 80: [1, 215], 98: [1, 216] }, s(A1, [2, 55], { 113: 112, 44: T, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 114: G, 115: P, 116: O }), { 31: [1, 217], 67: C, 82: 218, 116: S, 117: D, 118: x }, s(d1, [2, 86]), s(d1, [2, 88]), s(d1, [2, 89]), s(d1, [2, 153]), s(d1, [2, 154]), s(d1, [2, 155]), s(d1, [2, 156]), { 49: [1, 219], 67: C, 82: 218, 116: S, 117: D, 118: x }, { 30: 220, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 51: [1, 221], 67: C, 82: 218, 116: S, 117: D, 118: x }, { 53: [1, 222], 67: C, 82: 218, 116: S, 117: D, 118: x }, { 55: [1, 223], 67: C, 82: 218, 116: S, 117: D, 118: x }, { 57: [1, 224], 67: C, 82: 218, 116: S, 117: D, 118: x }, { 60: [1, 225] }, { 64: [1, 226], 67: C, 82: 218, 116: S, 117: D, 118: x }, { 66: [1, 227], 67: C, 82: 218, 116: S, 117: D, 118: x }, { 30: 228, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, { 31: [1, 229], 67: C, 82: 218, 116: S, 117: D, 118: x }, { 67: C, 69: [1, 230], 71: [1, 231], 82: 218, 116: S, 117: D, 118: x }, { 67: C, 69: [1, 233], 71: [1, 232], 82: 218, 116: S, 117: D, 118: x }, s(S1, [2, 45], { 18: 155, 10: h1, 40: Lt }), s(S1, [2, 47], { 44: Vt }), s(I1, [2, 75]), s(I1, [2, 74]), { 62: [1, 234], 67: C, 82: 218, 116: S, 117: D, 118: x }, s(I1, [2, 77]), s(w1, [2, 80]), { 77: [1, 235], 79: 197, 116: K1, 119: Y1 }, { 30: 236, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, s(Q1, l, { 5: 237 }), s(y, [2, 102]), s(E, [2, 35]), { 43: 238, 44: T, 45: 39, 47: 40, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 41, 114: G, 115: P, 116: O }, { 10: h1, 18: 239 }, { 10: s1, 60: i1, 84: r1, 92: 240, 105: a1, 107: 241, 108: 242, 109: n1, 110: u1, 111: l1, 112: o1 }, { 10: s1, 60: i1, 84: r1, 92: 251, 104: [1, 252], 105: a1, 107: 241, 108: 242, 109: n1, 110: u1, 111: l1, 112: o1 }, { 10: s1, 60: i1, 84: r1, 92: 253, 104: [1, 254], 105: a1, 107: 241, 108: 242, 109: n1, 110: u1, 111: l1, 112: o1 }, { 105: [1, 255] }, { 10: s1, 60: i1, 84: r1, 92: 256, 105: a1, 107: 241, 108: 242, 109: n1, 110: u1, 111: l1, 112: o1 }, { 44: T, 47: 257, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 41, 114: G, 115: P, 116: O }, s(B, [2, 108]), { 80: [1, 258] }, { 80: [1, 259], 98: [1, 260] }, s(B, [2, 116]), s(B, [2, 118], { 10: [1, 261] }), s(B, [2, 119]), s(W, [2, 56]), s(d1, [2, 87]), s(W, [2, 57]), { 51: [1, 262], 67: C, 82: 218, 116: S, 117: D, 118: x }, s(W, [2, 64]), s(W, [2, 59]), s(W, [2, 60]), s(W, [2, 61]), { 109: [1, 263] }, s(W, [2, 63]), s(W, [2, 65]), { 66: [1, 264], 67: C, 82: 218, 116: S, 117: D, 118: x }, s(W, [2, 67]), s(W, [2, 68]), s(W, [2, 70]), s(W, [2, 69]), s(W, [2, 71]), s([10, 44, 60, 89, 102, 105, 106, 109, 111, 114, 115, 116], [2, 85]), s(I1, [2, 78]), { 31: [1, 265], 67: C, 82: 218, 116: S, 117: D, 118: x }, { 6: 11, 7: 12, 8: f, 9: c, 10: A, 11: r, 20: 17, 22: 18, 23: 19, 24: 20, 25: 21, 26: 22, 27: b, 32: [1, 266], 33: 24, 34: F, 36: k, 38: U, 42: 28, 43: 38, 44: T, 45: 39, 47: 40, 60: d, 84: K, 85: f1, 86: g1, 87: b1, 88: M1, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 41, 114: G, 115: P, 116: O, 121: U1, 122: W1, 123: z1, 124: j1 }, s(A1, [2, 53]), { 43: 267, 44: T, 45: 39, 47: 40, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 41, 114: G, 115: P, 116: O }, s(B, [2, 121], { 106: R1 }), s(wt, [2, 130], { 108: 269, 10: s1, 60: i1, 84: r1, 105: a1, 109: n1, 110: u1, 111: l1, 112: o1 }), s(J, [2, 132]), s(J, [2, 134]), s(J, [2, 135]), s(J, [2, 136]), s(J, [2, 137]), s(J, [2, 138]), s(J, [2, 139]), s(J, [2, 140]), s(J, [2, 141]), s(B, [2, 122], { 106: R1 }), { 10: [1, 270] }, s(B, [2, 123], { 106: R1 }), { 10: [1, 271] }, s(It, [2, 129]), s(B, [2, 105], { 106: R1 }), s(B, [2, 106], { 113: 112, 44: T, 60: d, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 114: G, 115: P, 116: O }), s(B, [2, 110]), s(B, [2, 112], { 10: [1, 272] }), s(B, [2, 113]), { 98: [1, 273] }, { 51: [1, 274] }, { 62: [1, 275] }, { 66: [1, 276] }, { 8: $, 9: t1, 11: e1, 21: 277 }, s(E, [2, 34]), s(A1, [2, 52]), { 10: s1, 60: i1, 84: r1, 105: a1, 107: 278, 108: 242, 109: n1, 110: u1, 111: l1, 112: o1 }, s(J, [2, 133]), { 14: D1, 44: x1, 60: T1, 89: E1, 101: 279, 105: y1, 106: F1, 109: _1, 111: B1, 114: v1, 115: V1, 116: L1, 120: 87 }, { 14: D1, 44: x1, 60: T1, 89: E1, 101: 280, 105: y1, 106: F1, 109: _1, 111: B1, 114: v1, 115: V1, 116: L1, 120: 87 }, { 98: [1, 281] }, s(B, [2, 120]), s(W, [2, 58]), { 30: 282, 67: C, 80: z, 81: j, 82: 171, 116: S, 117: D, 118: x }, s(W, [2, 66]), s(Q1, l, { 5: 283 }), s(wt, [2, 131], { 108: 269, 10: s1, 60: i1, 84: r1, 105: a1, 109: n1, 110: u1, 111: l1, 112: o1 }), s(B, [2, 126], { 120: 167, 10: [1, 284], 14: D1, 44: x1, 60: T1, 89: E1, 105: y1, 106: F1, 109: _1, 111: B1, 114: v1, 115: V1, 116: L1 }), s(B, [2, 127], { 120: 167, 10: [1, 285], 14: D1, 44: x1, 60: T1, 89: E1, 105: y1, 106: F1, 109: _1, 111: B1, 114: v1, 115: V1, 116: L1 }), s(B, [2, 114]), { 31: [1, 286], 67: C, 82: 218, 116: S, 117: D, 118: x }, { 6: 11, 7: 12, 8: f, 9: c, 10: A, 11: r, 20: 17, 22: 18, 23: 19, 24: 20, 25: 21, 26: 22, 27: b, 32: [1, 287], 33: 24, 34: F, 36: k, 38: U, 42: 28, 43: 38, 44: T, 45: 39, 47: 40, 60: d, 84: K, 85: f1, 86: g1, 87: b1, 88: M1, 89: V, 102: L, 105: I, 106: w, 109: R, 111: N, 113: 41, 114: G, 115: P, 116: O, 121: U1, 122: W1, 123: z1, 124: j1 }, { 10: s1, 60: i1, 84: r1, 92: 288, 105: a1, 107: 241, 108: 242, 109: n1, 110: u1, 111: l1, 112: o1 }, { 10: s1, 60: i1, 84: r1, 92: 289, 105: a1, 107: 241, 108: 242, 109: n1, 110: u1, 111: l1, 112: o1 }, s(W, [2, 62]), s(E, [2, 33]), s(B, [2, 124], { 106: R1 }), s(B, [2, 125], { 106: R1 })],
939
+ defaultActions: {},
940
+ parseError: /* @__PURE__ */ m(function(h, p) {
941
+ if (p.recoverable)
942
+ this.trace(h);
943
+ else {
944
+ var g = new Error(h);
945
+ throw g.hash = p, g;
946
+ }
947
+ }, "parseError"),
948
+ parse: /* @__PURE__ */ m(function(h) {
949
+ var p = this, g = [0], o = [], _ = [null], t = [], O1 = this.table, e = "", v = 0, Rt = 0, zt = 2, Nt = 1, jt = t.slice.call(arguments, 1), M = Object.create(this.lexer), k1 = { yy: {} };
950
+ for (var Z1 in this.yy)
951
+ Object.prototype.hasOwnProperty.call(this.yy, Z1) && (k1.yy[Z1] = this.yy[Z1]);
952
+ M.setInput(h, k1.yy), k1.yy.lexer = M, k1.yy.parser = this, typeof M.yylloc > "u" && (M.yylloc = {});
953
+ var $1 = M.yylloc;
954
+ t.push($1);
955
+ var Kt = M.options && M.options.ranges;
956
+ typeof k1.yy.parseError == "function" ? this.parseError = k1.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
957
+ function Yt(X) {
958
+ g.length = g.length - 2 * X, _.length = _.length - X, t.length = t.length - X;
959
+ }
960
+ m(Yt, "popStack");
961
+ function Gt() {
962
+ var X;
963
+ return X = o.pop() || M.lex() || Nt, typeof X != "number" && (X instanceof Array && (o = X, X = o.pop()), X = p.symbols_[X] || X), X;
964
+ }
965
+ m(Gt, "lex");
966
+ for (var Y, m1, Q, tt, N1 = {}, q1, c1, Pt, X1; ; ) {
967
+ if (m1 = g[g.length - 1], this.defaultActions[m1] ? Q = this.defaultActions[m1] : ((Y === null || typeof Y > "u") && (Y = Gt()), Q = O1[m1] && O1[m1][Y]), typeof Q > "u" || !Q.length || !Q[0]) {
968
+ var et = "";
969
+ X1 = [];
970
+ for (q1 in O1[m1])
971
+ this.terminals_[q1] && q1 > zt && X1.push("'" + this.terminals_[q1] + "'");
972
+ M.showPosition ? et = "Parse error on line " + (v + 1) + `:
973
+ ` + M.showPosition() + `
974
+ Expecting ` + X1.join(", ") + ", got '" + (this.terminals_[Y] || Y) + "'" : et = "Parse error on line " + (v + 1) + ": Unexpected " + (Y == Nt ? "end of input" : "'" + (this.terminals_[Y] || Y) + "'"), this.parseError(et, {
975
+ text: M.match,
976
+ token: this.terminals_[Y] || Y,
977
+ line: M.yylineno,
978
+ loc: $1,
979
+ expected: X1
980
+ });
981
+ }
982
+ if (Q[0] instanceof Array && Q.length > 1)
983
+ throw new Error("Parse Error: multiple actions possible at state: " + m1 + ", token: " + Y);
984
+ switch (Q[0]) {
985
+ case 1:
986
+ g.push(Y), _.push(M.yytext), t.push(M.yylloc), g.push(Q[1]), Y = null, Rt = M.yyleng, e = M.yytext, v = M.yylineno, $1 = M.yylloc;
987
+ break;
988
+ case 2:
989
+ if (c1 = this.productions_[Q[1]][1], N1.$ = _[_.length - c1], N1._$ = {
990
+ first_line: t[t.length - (c1 || 1)].first_line,
991
+ last_line: t[t.length - 1].last_line,
992
+ first_column: t[t.length - (c1 || 1)].first_column,
993
+ last_column: t[t.length - 1].last_column
994
+ }, Kt && (N1._$.range = [
995
+ t[t.length - (c1 || 1)].range[0],
996
+ t[t.length - 1].range[1]
997
+ ]), tt = this.performAction.apply(N1, [
998
+ e,
999
+ Rt,
1000
+ v,
1001
+ k1.yy,
1002
+ Q[1],
1003
+ _,
1004
+ t
1005
+ ].concat(jt)), typeof tt < "u")
1006
+ return tt;
1007
+ c1 && (g = g.slice(0, -1 * c1 * 2), _ = _.slice(0, -1 * c1), t = t.slice(0, -1 * c1)), g.push(this.productions_[Q[1]][0]), _.push(N1.$), t.push(N1._$), Pt = O1[g[g.length - 2]][g[g.length - 1]], g.push(Pt);
1008
+ break;
1009
+ case 3:
1010
+ return !0;
1011
+ }
1012
+ }
1013
+ return !0;
1014
+ }, "parse")
1015
+ }, Wt = /* @__PURE__ */ function() {
1016
+ var p1 = {
1017
+ EOF: 1,
1018
+ parseError: /* @__PURE__ */ m(function(p, g) {
1019
+ if (this.yy.parser)
1020
+ this.yy.parser.parseError(p, g);
1021
+ else
1022
+ throw new Error(p);
1023
+ }, "parseError"),
1024
+ // resets the lexer, sets new input
1025
+ setInput: /* @__PURE__ */ m(function(h, p) {
1026
+ return this.yy = p || this.yy || {}, this._input = h, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
1027
+ first_line: 1,
1028
+ first_column: 0,
1029
+ last_line: 1,
1030
+ last_column: 0
1031
+ }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
1032
+ }, "setInput"),
1033
+ // consumes and returns one char from the input
1034
+ input: /* @__PURE__ */ m(function() {
1035
+ var h = this._input[0];
1036
+ this.yytext += h, this.yyleng++, this.offset++, this.match += h, this.matched += h;
1037
+ var p = h.match(/(?:\r\n?|\n).*/g);
1038
+ return p ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), h;
1039
+ }, "input"),
1040
+ // unshifts one char (or a string) into the input
1041
+ unput: /* @__PURE__ */ m(function(h) {
1042
+ var p = h.length, g = h.split(/(?:\r\n?|\n)/g);
1043
+ this._input = h + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - p), this.offset -= p;
1044
+ var o = this.match.split(/(?:\r\n?|\n)/g);
1045
+ this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), g.length - 1 && (this.yylineno -= g.length - 1);
1046
+ var _ = this.yylloc.range;
1047
+ return this.yylloc = {
1048
+ first_line: this.yylloc.first_line,
1049
+ last_line: this.yylineno + 1,
1050
+ first_column: this.yylloc.first_column,
1051
+ last_column: g ? (g.length === o.length ? this.yylloc.first_column : 0) + o[o.length - g.length].length - g[0].length : this.yylloc.first_column - p
1052
+ }, this.options.ranges && (this.yylloc.range = [_[0], _[0] + this.yyleng - p]), this.yyleng = this.yytext.length, this;
1053
+ }, "unput"),
1054
+ // When called from action, caches matched text and appends it on next action
1055
+ more: /* @__PURE__ */ m(function() {
1056
+ return this._more = !0, this;
1057
+ }, "more"),
1058
+ // When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
1059
+ reject: /* @__PURE__ */ m(function() {
1060
+ if (this.options.backtrack_lexer)
1061
+ this._backtrack = !0;
1062
+ else
1063
+ return this.parseError("Lexical error on line " + (this.yylineno + 1) + `. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
1064
+ ` + this.showPosition(), {
1065
+ text: "",
1066
+ token: null,
1067
+ line: this.yylineno
1068
+ });
1069
+ return this;
1070
+ }, "reject"),
1071
+ // retain first n characters of the match
1072
+ less: /* @__PURE__ */ m(function(h) {
1073
+ this.unput(this.match.slice(h));
1074
+ }, "less"),
1075
+ // displays already matched input, i.e. for error messages
1076
+ pastInput: /* @__PURE__ */ m(function() {
1077
+ var h = this.matched.substr(0, this.matched.length - this.match.length);
1078
+ return (h.length > 20 ? "..." : "") + h.substr(-20).replace(/\n/g, "");
1079
+ }, "pastInput"),
1080
+ // displays upcoming input, i.e. for error messages
1081
+ upcomingInput: /* @__PURE__ */ m(function() {
1082
+ var h = this.match;
1083
+ return h.length < 20 && (h += this._input.substr(0, 20 - h.length)), (h.substr(0, 20) + (h.length > 20 ? "..." : "")).replace(/\n/g, "");
1084
+ }, "upcomingInput"),
1085
+ // displays the character position where the lexing error occurred, i.e. for error messages
1086
+ showPosition: /* @__PURE__ */ m(function() {
1087
+ var h = this.pastInput(), p = new Array(h.length + 1).join("-");
1088
+ return h + this.upcomingInput() + `
1089
+ ` + p + "^";
1090
+ }, "showPosition"),
1091
+ // test the lexed token: return FALSE when not a match, otherwise return token
1092
+ test_match: /* @__PURE__ */ m(function(h, p) {
1093
+ var g, o, _;
1094
+ if (this.options.backtrack_lexer && (_ = {
1095
+ yylineno: this.yylineno,
1096
+ yylloc: {
1097
+ first_line: this.yylloc.first_line,
1098
+ last_line: this.last_line,
1099
+ first_column: this.yylloc.first_column,
1100
+ last_column: this.yylloc.last_column
1101
+ },
1102
+ yytext: this.yytext,
1103
+ match: this.match,
1104
+ matches: this.matches,
1105
+ matched: this.matched,
1106
+ yyleng: this.yyleng,
1107
+ offset: this.offset,
1108
+ _more: this._more,
1109
+ _input: this._input,
1110
+ yy: this.yy,
1111
+ conditionStack: this.conditionStack.slice(0),
1112
+ done: this.done
1113
+ }, this.options.ranges && (_.yylloc.range = this.yylloc.range.slice(0))), o = h[0].match(/(?:\r\n?|\n).*/g), o && (this.yylineno += o.length), this.yylloc = {
1114
+ first_line: this.yylloc.last_line,
1115
+ last_line: this.yylineno + 1,
1116
+ first_column: this.yylloc.last_column,
1117
+ last_column: o ? o[o.length - 1].length - o[o.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + h[0].length
1118
+ }, 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], g = this.performAction.call(this, this.yy, this, p, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), g)
1119
+ return g;
1120
+ if (this._backtrack) {
1121
+ for (var t in _)
1122
+ this[t] = _[t];
1123
+ return !1;
1124
+ }
1125
+ return !1;
1126
+ }, "test_match"),
1127
+ // return next match in input
1128
+ next: /* @__PURE__ */ m(function() {
1129
+ if (this.done)
1130
+ return this.EOF;
1131
+ this._input || (this.done = !0);
1132
+ var h, p, g, o;
1133
+ this._more || (this.yytext = "", this.match = "");
1134
+ for (var _ = this._currentRules(), t = 0; t < _.length; t++)
1135
+ if (g = this._input.match(this.rules[_[t]]), g && (!p || g[0].length > p[0].length)) {
1136
+ if (p = g, o = t, this.options.backtrack_lexer) {
1137
+ if (h = this.test_match(g, _[t]), h !== !1)
1138
+ return h;
1139
+ if (this._backtrack) {
1140
+ p = !1;
1141
+ continue;
1142
+ } else
1143
+ return !1;
1144
+ } else if (!this.options.flex)
1145
+ break;
1146
+ }
1147
+ return p ? (h = this.test_match(p, _[o]), h !== !1 ? h : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
1148
+ ` + this.showPosition(), {
1149
+ text: "",
1150
+ token: null,
1151
+ line: this.yylineno
1152
+ });
1153
+ }, "next"),
1154
+ // return next match that has a token
1155
+ lex: /* @__PURE__ */ m(function() {
1156
+ var p = this.next();
1157
+ return p || this.lex();
1158
+ }, "lex"),
1159
+ // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
1160
+ begin: /* @__PURE__ */ m(function(p) {
1161
+ this.conditionStack.push(p);
1162
+ }, "begin"),
1163
+ // pop the previously active lexer condition state off the condition stack
1164
+ popState: /* @__PURE__ */ m(function() {
1165
+ var p = this.conditionStack.length - 1;
1166
+ return p > 0 ? this.conditionStack.pop() : this.conditionStack[0];
1167
+ }, "popState"),
1168
+ // produce the lexer rule set which is active for the currently active lexer condition state
1169
+ _currentRules: /* @__PURE__ */ m(function() {
1170
+ return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
1171
+ }, "_currentRules"),
1172
+ // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
1173
+ topState: /* @__PURE__ */ m(function(p) {
1174
+ return p = this.conditionStack.length - 1 - Math.abs(p || 0), p >= 0 ? this.conditionStack[p] : "INITIAL";
1175
+ }, "topState"),
1176
+ // alias for begin(condition)
1177
+ pushState: /* @__PURE__ */ m(function(p) {
1178
+ this.begin(p);
1179
+ }, "pushState"),
1180
+ // return the number of states currently on the stack
1181
+ stateStackSize: /* @__PURE__ */ m(function() {
1182
+ return this.conditionStack.length;
1183
+ }, "stateStackSize"),
1184
+ options: {},
1185
+ performAction: /* @__PURE__ */ m(function(p, g, o, _) {
1186
+ switch (o) {
1187
+ case 0:
1188
+ return this.begin("acc_title"), 34;
1189
+ case 1:
1190
+ return this.popState(), "acc_title_value";
1191
+ case 2:
1192
+ return this.begin("acc_descr"), 36;
1193
+ case 3:
1194
+ return this.popState(), "acc_descr_value";
1195
+ case 4:
1196
+ this.begin("acc_descr_multiline");
1197
+ break;
1198
+ case 5:
1199
+ this.popState();
1200
+ break;
1201
+ case 6:
1202
+ return "acc_descr_multiline_value";
1203
+ case 7:
1204
+ return this.pushState("shapeData"), g.yytext = "", 40;
1205
+ case 8:
1206
+ return this.pushState("shapeDataStr"), 40;
1207
+ case 9:
1208
+ return this.popState(), 40;
1209
+ case 10:
1210
+ const t = /\n\s*/g;
1211
+ return g.yytext = g.yytext.replace(t, "<br/>"), 40;
1212
+ case 11:
1213
+ return 40;
1214
+ case 12:
1215
+ this.popState();
1216
+ break;
1217
+ case 13:
1218
+ this.begin("callbackname");
1219
+ break;
1220
+ case 14:
1221
+ this.popState();
1222
+ break;
1223
+ case 15:
1224
+ this.popState(), this.begin("callbackargs");
1225
+ break;
1226
+ case 16:
1227
+ return 95;
1228
+ case 17:
1229
+ this.popState();
1230
+ break;
1231
+ case 18:
1232
+ return 96;
1233
+ case 19:
1234
+ return "MD_STR";
1235
+ case 20:
1236
+ this.popState();
1237
+ break;
1238
+ case 21:
1239
+ this.begin("md_string");
1240
+ break;
1241
+ case 22:
1242
+ return "STR";
1243
+ case 23:
1244
+ this.popState();
1245
+ break;
1246
+ case 24:
1247
+ this.pushState("string");
1248
+ break;
1249
+ case 25:
1250
+ return 84;
1251
+ case 26:
1252
+ return 102;
1253
+ case 27:
1254
+ return 85;
1255
+ case 28:
1256
+ return 104;
1257
+ case 29:
1258
+ return 86;
1259
+ case 30:
1260
+ return 87;
1261
+ case 31:
1262
+ return 97;
1263
+ case 32:
1264
+ this.begin("click");
1265
+ break;
1266
+ case 33:
1267
+ this.popState();
1268
+ break;
1269
+ case 34:
1270
+ return 88;
1271
+ case 35:
1272
+ return p.lex.firstGraph() && this.begin("dir"), 12;
1273
+ case 36:
1274
+ return p.lex.firstGraph() && this.begin("dir"), 12;
1275
+ case 37:
1276
+ return p.lex.firstGraph() && this.begin("dir"), 12;
1277
+ case 38:
1278
+ return 27;
1279
+ case 39:
1280
+ return 32;
1281
+ case 40:
1282
+ return 98;
1283
+ case 41:
1284
+ return 98;
1285
+ case 42:
1286
+ return 98;
1287
+ case 43:
1288
+ return 98;
1289
+ case 44:
1290
+ return this.popState(), 13;
1291
+ case 45:
1292
+ return this.popState(), 14;
1293
+ case 46:
1294
+ return this.popState(), 14;
1295
+ case 47:
1296
+ return this.popState(), 14;
1297
+ case 48:
1298
+ return this.popState(), 14;
1299
+ case 49:
1300
+ return this.popState(), 14;
1301
+ case 50:
1302
+ return this.popState(), 14;
1303
+ case 51:
1304
+ return this.popState(), 14;
1305
+ case 52:
1306
+ return this.popState(), 14;
1307
+ case 53:
1308
+ return this.popState(), 14;
1309
+ case 54:
1310
+ return this.popState(), 14;
1311
+ case 55:
1312
+ return 121;
1313
+ case 56:
1314
+ return 122;
1315
+ case 57:
1316
+ return 123;
1317
+ case 58:
1318
+ return 124;
1319
+ case 59:
1320
+ return 78;
1321
+ case 60:
1322
+ return 105;
1323
+ case 61:
1324
+ return 111;
1325
+ case 62:
1326
+ return 46;
1327
+ case 63:
1328
+ return 60;
1329
+ case 64:
1330
+ return 44;
1331
+ case 65:
1332
+ return 8;
1333
+ case 66:
1334
+ return 106;
1335
+ case 67:
1336
+ return 115;
1337
+ case 68:
1338
+ return this.popState(), 77;
1339
+ case 69:
1340
+ return this.pushState("edgeText"), 75;
1341
+ case 70:
1342
+ return 119;
1343
+ case 71:
1344
+ return this.popState(), 77;
1345
+ case 72:
1346
+ return this.pushState("thickEdgeText"), 75;
1347
+ case 73:
1348
+ return 119;
1349
+ case 74:
1350
+ return this.popState(), 77;
1351
+ case 75:
1352
+ return this.pushState("dottedEdgeText"), 75;
1353
+ case 76:
1354
+ return 119;
1355
+ case 77:
1356
+ return 77;
1357
+ case 78:
1358
+ return this.popState(), 53;
1359
+ case 79:
1360
+ return "TEXT";
1361
+ case 80:
1362
+ return this.pushState("ellipseText"), 52;
1363
+ case 81:
1364
+ return this.popState(), 55;
1365
+ case 82:
1366
+ return this.pushState("text"), 54;
1367
+ case 83:
1368
+ return this.popState(), 57;
1369
+ case 84:
1370
+ return this.pushState("text"), 56;
1371
+ case 85:
1372
+ return 58;
1373
+ case 86:
1374
+ return this.pushState("text"), 67;
1375
+ case 87:
1376
+ return this.popState(), 64;
1377
+ case 88:
1378
+ return this.pushState("text"), 63;
1379
+ case 89:
1380
+ return this.popState(), 49;
1381
+ case 90:
1382
+ return this.pushState("text"), 48;
1383
+ case 91:
1384
+ return this.popState(), 69;
1385
+ case 92:
1386
+ return this.popState(), 71;
1387
+ case 93:
1388
+ return 117;
1389
+ case 94:
1390
+ return this.pushState("trapText"), 68;
1391
+ case 95:
1392
+ return this.pushState("trapText"), 70;
1393
+ case 96:
1394
+ return 118;
1395
+ case 97:
1396
+ return 67;
1397
+ case 98:
1398
+ return 90;
1399
+ case 99:
1400
+ return "SEP";
1401
+ case 100:
1402
+ return 89;
1403
+ case 101:
1404
+ return 115;
1405
+ case 102:
1406
+ return 111;
1407
+ case 103:
1408
+ return 44;
1409
+ case 104:
1410
+ return 109;
1411
+ case 105:
1412
+ return 114;
1413
+ case 106:
1414
+ return 116;
1415
+ case 107:
1416
+ return this.popState(), 62;
1417
+ case 108:
1418
+ return this.pushState("text"), 62;
1419
+ case 109:
1420
+ return this.popState(), 51;
1421
+ case 110:
1422
+ return this.pushState("text"), 50;
1423
+ case 111:
1424
+ return this.popState(), 31;
1425
+ case 112:
1426
+ return this.pushState("text"), 29;
1427
+ case 113:
1428
+ return this.popState(), 66;
1429
+ case 114:
1430
+ return this.pushState("text"), 65;
1431
+ case 115:
1432
+ return "TEXT";
1433
+ case 116:
1434
+ return "QUOTE";
1435
+ case 117:
1436
+ return 9;
1437
+ case 118:
1438
+ return 10;
1439
+ case 119:
1440
+ return 11;
1441
+ }
1442
+ }, "anonymous"),
1443
+ rules: [/^(?:accTitle\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*\{\s*)/, /^(?:[\}])/, /^(?:[^\}]*)/, /^(?:@\{)/, /^(?:["])/, /^(?:["])/, /^(?:[^\"]+)/, /^(?:[^}^"]+)/, /^(?:\})/, /^(?:call[\s]+)/, /^(?:\([\s]*\))/, /^(?:\()/, /^(?:[^(]*)/, /^(?:\))/, /^(?:[^)]*)/, /^(?:[^`"]+)/, /^(?:[`]["])/, /^(?:["][`])/, /^(?:[^"]+)/, /^(?:["])/, /^(?:["])/, /^(?:style\b)/, /^(?:default\b)/, /^(?:linkStyle\b)/, /^(?:interpolate\b)/, /^(?:classDef\b)/, /^(?:class\b)/, /^(?:href[\s])/, /^(?:click[\s]+)/, /^(?:[\s\n])/, /^(?:[^\s\n]*)/, /^(?:flowchart-elk\b)/, /^(?:graph\b)/, /^(?:flowchart\b)/, /^(?:subgraph\b)/, /^(?:end\b\s*)/, /^(?:_self\b)/, /^(?:_blank\b)/, /^(?:_parent\b)/, /^(?:_top\b)/, /^(?:(\r?\n)*\s*\n)/, /^(?:\s*LR\b)/, /^(?:\s*RL\b)/, /^(?:\s*TB\b)/, /^(?:\s*BT\b)/, /^(?:\s*TD\b)/, /^(?:\s*BR\b)/, /^(?:\s*<)/, /^(?:\s*>)/, /^(?:\s*\^)/, /^(?:\s*v\b)/, /^(?:.*direction\s+TB[^\n]*)/, /^(?:.*direction\s+BT[^\n]*)/, /^(?:.*direction\s+RL[^\n]*)/, /^(?:.*direction\s+LR[^\n]*)/, /^(?:[^\s\"]+@(?=[^\{\"]))/, /^(?:[0-9]+)/, /^(?:#)/, /^(?::::)/, /^(?::)/, /^(?:&)/, /^(?:;)/, /^(?:,)/, /^(?:\*)/, /^(?:\s*[xo<]?--+[-xo>]\s*)/, /^(?:\s*[xo<]?--\s*)/, /^(?:[^-]|-(?!-)+)/, /^(?:\s*[xo<]?==+[=xo>]\s*)/, /^(?:\s*[xo<]?==\s*)/, /^(?:[^=]|=(?!))/, /^(?:\s*[xo<]?-?\.+-[xo>]?\s*)/, /^(?:\s*[xo<]?-\.\s*)/, /^(?:[^\.]|\.(?!))/, /^(?:\s*~~[\~]+\s*)/, /^(?:[-/\)][\)])/, /^(?:[^\(\)\[\]\{\}]|!\)+)/, /^(?:\(-)/, /^(?:\]\))/, /^(?:\(\[)/, /^(?:\]\])/, /^(?:\[\[)/, /^(?:\[\|)/, /^(?:>)/, /^(?:\)\])/, /^(?:\[\()/, /^(?:\)\)\))/, /^(?:\(\(\()/, /^(?:[\\(?=\])][\]])/, /^(?:\/(?=\])\])/, /^(?:\/(?!\])|\\(?!\])|[^\\\[\]\(\)\{\}\/]+)/, /^(?:\[\/)/, /^(?:\[\\)/, /^(?:<)/, /^(?:>)/, /^(?:\^)/, /^(?:\\\|)/, /^(?:v\b)/, /^(?:\*)/, /^(?:#)/, /^(?:&)/, /^(?:([A-Za-z0-9!"\#$%&'*+\.`?\\_\/]|-(?=[^\>\-\.])|(?!))+)/, /^(?:-)/, /^(?:[\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6]|[\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377]|[\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5]|[\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA]|[\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE]|[\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA]|[\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0]|[\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977]|[\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2]|[\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A]|[\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39]|[\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8]|[\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C]|[\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C]|[\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99]|[\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0]|[\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D]|[\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3]|[\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10]|[\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1]|[\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81]|[\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3]|[\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6]|[\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A]|[\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081]|[\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D]|[\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0]|[\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310]|[\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C]|[\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711]|[\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7]|[\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C]|[\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16]|[\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF]|[\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC]|[\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D]|[\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D]|[\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3]|[\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F]|[\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128]|[\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184]|[\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3]|[\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6]|[\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE]|[\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C]|[\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D]|[\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC]|[\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B]|[\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788]|[\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805]|[\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB]|[\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28]|[\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5]|[\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4]|[\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|[\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D]|[\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36]|[\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D]|[\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC]|[\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF]|[\uFFD2-\uFFD7\uFFDA-\uFFDC])/, /^(?:\|)/, /^(?:\|)/, /^(?:\))/, /^(?:\()/, /^(?:\])/, /^(?:\[)/, /^(?:(\}))/, /^(?:\{)/, /^(?:[^\[\]\(\)\{\}\|\"]+)/, /^(?:")/, /^(?:(\r?\n)+)/, /^(?:\s)/, /^(?:$)/],
1444
+ conditions: { shapeDataEndBracket: { rules: [21, 24, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, shapeDataStr: { rules: [9, 10, 21, 24, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, shapeData: { rules: [8, 11, 12, 21, 24, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, callbackargs: { rules: [17, 18, 21, 24, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, callbackname: { rules: [14, 15, 16, 21, 24, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, href: { rules: [21, 24, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, click: { rules: [21, 24, 33, 34, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, dottedEdgeText: { rules: [21, 24, 74, 76, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, thickEdgeText: { rules: [21, 24, 71, 73, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, edgeText: { rules: [21, 24, 68, 70, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, trapText: { rules: [21, 24, 77, 80, 82, 84, 88, 90, 91, 92, 93, 94, 95, 108, 110, 112, 114], inclusive: !1 }, ellipseText: { rules: [21, 24, 77, 78, 79, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, text: { rules: [21, 24, 77, 80, 81, 82, 83, 84, 87, 88, 89, 90, 94, 95, 107, 108, 109, 110, 111, 112, 113, 114, 115], inclusive: !1 }, vertex: { rules: [21, 24, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, dir: { rules: [21, 24, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, acc_descr_multiline: { rules: [5, 6, 21, 24, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, acc_descr: { rules: [3, 21, 24, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, acc_title: { rules: [1, 21, 24, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, md_string: { rules: [19, 20, 21, 24, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, string: { rules: [21, 22, 23, 24, 77, 80, 82, 84, 88, 90, 94, 95, 108, 110, 112, 114], inclusive: !1 }, INITIAL: { rules: [0, 2, 4, 7, 13, 21, 24, 25, 26, 27, 28, 29, 30, 31, 32, 35, 36, 37, 38, 39, 40, 41, 42, 43, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 71, 72, 74, 75, 77, 80, 82, 84, 85, 86, 88, 90, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 110, 112, 114, 116, 117, 118, 119], inclusive: !0 } }
1445
+ };
1446
+ return p1;
1447
+ }();
1448
+ J1.lexer = Wt;
1449
+ function H1() {
1450
+ this.yy = {};
1451
+ }
1452
+ return m(H1, "Parser"), H1.prototype = J1, J1.Parser = H1, new H1();
1453
+ }();
1454
+ rt.parser = rt;
1455
+ var Mt = rt, Ut = Object.assign({}, Mt);
1456
+ Ut.parse = (s) => {
1457
+ const i = s.replace(/}\s*\n/g, `}
1458
+ `);
1459
+ return Mt.parse(i);
1460
+ };
1461
+ var be = Ut, Ae = /* @__PURE__ */ m((s, i) => {
1462
+ const a = ce, n = a(s, "r"), u = a(s, "g"), l = a(s, "b");
1463
+ return ue(n, u, l, i);
1464
+ }, "fade"), ke = /* @__PURE__ */ m((s) => `.label {
1465
+ font-family: ${s.fontFamily};
1466
+ color: ${s.nodeTextColor || s.textColor};
1467
+ }
1468
+ .cluster-label text {
1469
+ fill: ${s.titleColor};
1470
+ }
1471
+ .cluster-label span {
1472
+ color: ${s.titleColor};
1473
+ }
1474
+ .cluster-label span p {
1475
+ background-color: transparent;
1476
+ }
1477
+
1478
+ .label text,span {
1479
+ fill: ${s.nodeTextColor || s.textColor};
1480
+ color: ${s.nodeTextColor || s.textColor};
1481
+ }
1482
+
1483
+ .node rect,
1484
+ .node circle,
1485
+ .node ellipse,
1486
+ .node polygon,
1487
+ .node path {
1488
+ fill: ${s.mainBkg};
1489
+ stroke: ${s.nodeBorder};
1490
+ stroke-width: 1px;
1491
+ }
1492
+ .rough-node .label text , .node .label text, .image-shape .label, .icon-shape .label {
1493
+ text-anchor: middle;
1494
+ }
1495
+ // .flowchart-label .text-outer-tspan {
1496
+ // text-anchor: middle;
1497
+ // }
1498
+ // .flowchart-label .text-inner-tspan {
1499
+ // text-anchor: start;
1500
+ // }
1501
+
1502
+ .node .katex path {
1503
+ fill: #000;
1504
+ stroke: #000;
1505
+ stroke-width: 1px;
1506
+ }
1507
+
1508
+ .rough-node .label,.node .label, .image-shape .label, .icon-shape .label {
1509
+ text-align: center;
1510
+ }
1511
+ .node.clickable {
1512
+ cursor: pointer;
1513
+ }
1514
+
1515
+
1516
+ .root .anchor path {
1517
+ fill: ${s.lineColor} !important;
1518
+ stroke-width: 0;
1519
+ stroke: ${s.lineColor};
1520
+ }
1521
+
1522
+ .arrowheadPath {
1523
+ fill: ${s.arrowheadColor};
1524
+ }
1525
+
1526
+ .edgePath .path {
1527
+ stroke: ${s.lineColor};
1528
+ stroke-width: 2.0px;
1529
+ }
1530
+
1531
+ .flowchart-link {
1532
+ stroke: ${s.lineColor};
1533
+ fill: none;
1534
+ }
1535
+
1536
+ .edgeLabel {
1537
+ background-color: ${s.edgeLabelBackground};
1538
+ p {
1539
+ background-color: ${s.edgeLabelBackground};
1540
+ }
1541
+ rect {
1542
+ opacity: 0.5;
1543
+ background-color: ${s.edgeLabelBackground};
1544
+ fill: ${s.edgeLabelBackground};
1545
+ }
1546
+ text-align: center;
1547
+ }
1548
+
1549
+ /* For html labels only */
1550
+ .labelBkg {
1551
+ background-color: ${Ae(s.edgeLabelBackground, 0.5)};
1552
+ // background-color:
1553
+ }
1554
+
1555
+ .cluster rect {
1556
+ fill: ${s.clusterBkg};
1557
+ stroke: ${s.clusterBorder};
1558
+ stroke-width: 1px;
1559
+ }
1560
+
1561
+ .cluster text {
1562
+ fill: ${s.titleColor};
1563
+ }
1564
+
1565
+ .cluster span {
1566
+ color: ${s.titleColor};
1567
+ }
1568
+ /* .cluster div {
1569
+ color: ${s.titleColor};
1570
+ } */
1571
+
1572
+ div.mermaidTooltip {
1573
+ position: absolute;
1574
+ text-align: center;
1575
+ max-width: 200px;
1576
+ padding: 2px;
1577
+ font-family: ${s.fontFamily};
1578
+ font-size: 12px;
1579
+ background: ${s.tertiaryColor};
1580
+ border: 1px solid ${s.border2};
1581
+ border-radius: 2px;
1582
+ pointer-events: none;
1583
+ z-index: 100;
1584
+ }
1585
+
1586
+ .flowchartTitleText {
1587
+ text-anchor: middle;
1588
+ font-size: 18px;
1589
+ fill: ${s.textColor};
1590
+ }
1591
+
1592
+ rect.text {
1593
+ fill: none;
1594
+ stroke-width: 0;
1595
+ }
1596
+
1597
+ .icon-shape, .image-shape {
1598
+ background-color: ${s.edgeLabelBackground};
1599
+ p {
1600
+ background-color: ${s.edgeLabelBackground};
1601
+ padding: 2px;
1602
+ }
1603
+ rect {
1604
+ opacity: 0.5;
1605
+ background-color: ${s.edgeLabelBackground};
1606
+ fill: ${s.edgeLabelBackground};
1607
+ }
1608
+ text-align: center;
1609
+ }
1610
+ `, "getStyles"), me = ke, Te = {
1611
+ parser: be,
1612
+ get db() {
1613
+ return new de();
1614
+ },
1615
+ renderer: ge,
1616
+ styles: me,
1617
+ init: /* @__PURE__ */ m((s) => {
1618
+ s.flowchart || (s.flowchart = {}), s.layout && Ot({ layout: s.layout }), s.flowchart.arrowMarkerAbsolute = s.arrowMarkerAbsolute, Ot({ flowchart: { arrowMarkerAbsolute: s.arrowMarkerAbsolute } });
1619
+ }, "init")
1620
+ };
1621
+ export {
1622
+ Te as diagram
1623
+ };