lowcoder-comps 0.0.29 → 0.0.31

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 (86) hide show
  1. package/README.md +120 -0
  2. package/index.html +26 -0
  3. package/index.tsx +21 -0
  4. package/jest.config.js +6 -0
  5. package/package.json +3 -4
  6. package/src/__test__/allComp.test.tsx +61 -0
  7. package/src/app-env.d.ts +3 -0
  8. package/src/comps/calendarComp/calendarComp.tsx +633 -0
  9. package/src/comps/calendarComp/calendarConstants.tsx +1048 -0
  10. package/src/comps/calendarComp/errorBoundary.tsx +30 -0
  11. package/src/comps/chartComp/chartComp.tsx +442 -0
  12. package/src/comps/chartComp/chartConfigs/barChartConfig.tsx +51 -0
  13. package/src/comps/chartComp/chartConfigs/cartesianAxisConfig.tsx +307 -0
  14. package/src/comps/chartComp/chartConfigs/chartUrls.tsx +9 -0
  15. package/src/comps/chartComp/chartConfigs/legendConfig.tsx +55 -0
  16. package/src/comps/chartComp/chartConfigs/lineChartConfig.tsx +96 -0
  17. package/src/comps/chartComp/chartConfigs/pieChartConfig.tsx +83 -0
  18. package/src/comps/chartComp/chartConfigs/scatterChartConfig.tsx +62 -0
  19. package/src/comps/chartComp/chartConstants.tsx +299 -0
  20. package/src/comps/chartComp/chartPropertyView.tsx +235 -0
  21. package/src/comps/chartComp/chartUtils.ts +291 -0
  22. package/src/comps/chartComp/reactEcharts/core.tsx +194 -0
  23. package/src/comps/chartComp/reactEcharts/index.ts +21 -0
  24. package/src/comps/chartComp/reactEcharts/types.ts +76 -0
  25. package/src/comps/chartComp/seriesComp.tsx +119 -0
  26. package/src/comps/imageEditorComp/imageEditorClass.tsx +52 -0
  27. package/src/comps/imageEditorComp/imageEditorConstants.tsx +109 -0
  28. package/src/comps/imageEditorComp/index.tsx +184 -0
  29. package/src/comps/mermaidComp/index.tsx +44 -0
  30. package/src/comps/mermaidComp/mermaid.tsx +29 -0
  31. package/src/global.ts +1 -0
  32. package/src/i18n/comps/index.tsx +29 -0
  33. package/src/i18n/comps/locales/en.ts +163 -0
  34. package/src/i18n/comps/locales/enObj.tsx +198 -0
  35. package/src/i18n/comps/locales/index.ts +7 -0
  36. package/src/i18n/comps/locales/types.tsx +10 -0
  37. package/src/i18n/comps/locales/zh.ts +156 -0
  38. package/src/i18n/comps/locales/zhObj.tsx +4 -0
  39. package/src/index.ts +11 -0
  40. package/tsconfig.json +22 -0
  41. package/vite.config.js +10 -0
  42. package/2085da13.js +0 -960
  43. package/250691b5.js +0 -5
  44. package/256b619e.js +0 -92
  45. package/274f545c.js +0 -881
  46. package/289305a1.js +0 -208
  47. package/2eae45c2.js +0 -34
  48. package/2ff2c7a6.js +0 -6
  49. package/2ff7471d.js +0 -9
  50. package/335b22a2.js +0 -220
  51. package/38c826fe.js +0 -1127
  52. package/44011c1d.js +0 -818
  53. package/4fc06812.js +0 -64
  54. package/56a787cf.js +0 -915
  55. package/590941ff.js +0 -86
  56. package/6341867f.js +0 -804
  57. package/657fd065.js +0 -8
  58. package/78a5e50d.js +0 -1579
  59. package/820c3641.js +0 -25
  60. package/88b4e75a.js +0 -2967
  61. package/8d999722.js +0 -1102
  62. package/92e85b65.js +0 -65
  63. package/989caea2.js +0 -505
  64. package/99b984d1.js +0 -237
  65. package/9e5f02d6.js +0 -19104
  66. package/a40faea7.js +0 -11624
  67. package/abac9104.js +0 -1536
  68. package/af2f19b3.js +0 -819
  69. package/af5ee3de.js +0 -268
  70. package/b24707c2.js +0 -48428
  71. package/b68f8b69.js +0 -1276
  72. package/ba68ba65.js +0 -391
  73. package/bafb8599.js +0 -319
  74. package/bba60c35.js +0 -2501
  75. package/bd7c2a8e.js +0 -1089
  76. package/c71dadea.js +0 -455
  77. package/d05c1762.js +0 -933
  78. package/d073ab24.js +0 -134353
  79. package/d838cd10.js +0 -769
  80. package/dc36a6eb.js +0 -796
  81. package/ed143450.js +0 -1284
  82. package/ee8ec8f2.js +0 -2284
  83. package/f6755210.js +0 -1269
  84. package/f9637058.js +0 -16
  85. package/fba4c8e4.js +0 -447
  86. package/index.js +0 -5
package/38c826fe.js DELETED
@@ -1,1127 +0,0 @@
1
- import { c as et, aq as me, s as ye, g as ve, a as Ve, b as Le, C as Ie, D as Re, l as J1, A as dt, E as Ne, j as we, h as w1 } from "./d073ab24.js";
2
- var pt = function() {
3
- var e = function(f1, a, o, f) {
4
- for (o = o || {}, f = f1.length; f--; o[f1[f]] = a)
5
- ;
6
- return o;
7
- }, u = [1, 4], i = [1, 3], n = [1, 5], c = [1, 8, 9, 10, 11, 27, 34, 36, 38, 42, 58, 81, 82, 83, 84, 85, 86, 99, 102, 103, 106, 108, 111, 112, 113, 118, 119, 120, 121], l = [2, 2], h = [1, 13], S = [1, 14], F = [1, 15], O = [1, 16], X = [1, 23], o1 = [1, 25], p1 = [1, 26], A1 = [1, 27], _ = [1, 49], k = [1, 48], l1 = [1, 29], U1 = [1, 30], G1 = [1, 31], M1 = [1, 32], K1 = [1, 33], B = [1, 44], m = [1, 46], y = [1, 42], v = [1, 47], V = [1, 43], L = [1, 50], I = [1, 45], R = [1, 51], N = [1, 52], Y1 = [1, 34], j1 = [1, 35], z1 = [1, 36], X1 = [1, 37], I1 = [1, 57], b = [1, 8, 9, 10, 11, 27, 32, 34, 36, 38, 42, 58, 81, 82, 83, 84, 85, 86, 99, 102, 103, 106, 108, 111, 112, 113, 118, 119, 120, 121], W = [1, 61], Q = [1, 60], Z = [1, 62], H1 = [8, 9, 11, 73, 75], k1 = [1, 88], b1 = [1, 93], g1 = [1, 92], D1 = [1, 89], F1 = [1, 85], T1 = [1, 91], C1 = [1, 87], S1 = [1, 94], _1 = [1, 90], x1 = [1, 95], B1 = [1, 86], q1 = [8, 9, 10, 11, 73, 75], w = [8, 9, 10, 11, 44, 73, 75], M = [8, 9, 10, 11, 29, 42, 44, 46, 48, 50, 52, 54, 56, 58, 61, 63, 65, 66, 68, 73, 75, 86, 99, 102, 103, 106, 108, 111, 112, 113], Et = [8, 9, 11, 42, 58, 73, 75, 86, 99, 102, 103, 106, 108, 111, 112, 113], R1 = [42, 58, 86, 99, 102, 103, 106, 108, 111, 112, 113], kt = [1, 121], bt = [1, 120], gt = [1, 128], Dt = [1, 142], Ft = [1, 143], Tt = [1, 144], Ct = [1, 145], St = [1, 130], _t = [1, 132], xt = [1, 136], Bt = [1, 137], mt = [1, 138], yt = [1, 139], vt = [1, 140], Vt = [1, 141], Lt = [1, 146], It = [1, 147], Rt = [1, 126], Nt = [1, 127], wt = [1, 134], Ot = [1, 129], Pt = [1, 133], Ut = [1, 131], nt = [8, 9, 10, 11, 27, 32, 34, 36, 38, 42, 58, 81, 82, 83, 84, 85, 86, 99, 102, 103, 106, 108, 111, 112, 113, 118, 119, 120, 121], Gt = [1, 149], T = [8, 9, 11], K = [8, 9, 10, 11, 14, 42, 58, 86, 102, 103, 106, 108, 111, 112, 113], p = [1, 169], P = [1, 165], U = [1, 166], A = [1, 170], d = [1, 167], E = [1, 168], m1 = [75, 113, 116], g = [8, 9, 10, 11, 12, 14, 27, 29, 32, 42, 58, 73, 81, 82, 83, 84, 85, 86, 87, 102, 106, 108, 111, 112, 113], Mt = [10, 103], h1 = [31, 47, 49, 51, 53, 55, 60, 62, 64, 65, 67, 69, 113, 114, 115], J = [1, 235], $ = [1, 233], t1 = [1, 237], e1 = [1, 231], s1 = [1, 232], u1 = [1, 234], i1 = [1, 236], r1 = [1, 238], y1 = [1, 255], Kt = [8, 9, 11, 103], q = [8, 9, 10, 11, 58, 81, 102, 103, 106, 107, 108, 109], at = {
8
- trace: function() {
9
- },
10
- yy: {},
11
- 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, link: 39, node: 40, styledVertex: 41, AMP: 42, vertex: 43, STYLE_SEPARATOR: 44, idString: 45, DOUBLECIRCLESTART: 46, DOUBLECIRCLEEND: 47, PS: 48, PE: 49, "(-": 50, "-)": 51, STADIUMSTART: 52, STADIUMEND: 53, SUBROUTINESTART: 54, SUBROUTINEEND: 55, VERTEX_WITH_PROPS_START: 56, "NODE_STRING[field]": 57, COLON: 58, "NODE_STRING[value]": 59, PIPE: 60, CYLINDERSTART: 61, CYLINDEREND: 62, DIAMOND_START: 63, DIAMOND_STOP: 64, TAGEND: 65, TRAPSTART: 66, TRAPEND: 67, INVTRAPSTART: 68, INVTRAPEND: 69, linkStatement: 70, arrowText: 71, TESTSTR: 72, START_LINK: 73, edgeText: 74, LINK: 75, edgeTextToken: 76, STR: 77, MD_STR: 78, textToken: 79, keywords: 80, STYLE: 81, LINKSTYLE: 82, CLASSDEF: 83, CLASS: 84, CLICK: 85, DOWN: 86, UP: 87, textNoTagsToken: 88, stylesOpt: 89, "idString[vertex]": 90, "idString[class]": 91, CALLBACKNAME: 92, CALLBACKARGS: 93, HREF: 94, LINK_TARGET: 95, "STR[link]": 96, "STR[tooltip]": 97, alphaNum: 98, DEFAULT: 99, numList: 100, INTERPOLATE: 101, NUM: 102, COMMA: 103, style: 104, styleComponent: 105, NODE_STRING: 106, UNIT: 107, BRKT: 108, PCT: 109, idStringToken: 110, MINUS: 111, MULT: 112, UNICODE_TEXT: 113, TEXT: 114, TAGSTART: 115, EDGE_TEXT: 116, alphaNumToken: 117, direction_tb: 118, direction_bt: 119, direction_rl: 120, direction_lr: 121, $accept: 0, $end: 1 },
12
- 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", 42: "AMP", 44: "STYLE_SEPARATOR", 46: "DOUBLECIRCLESTART", 47: "DOUBLECIRCLEEND", 48: "PS", 49: "PE", 50: "(-", 51: "-)", 52: "STADIUMSTART", 53: "STADIUMEND", 54: "SUBROUTINESTART", 55: "SUBROUTINEEND", 56: "VERTEX_WITH_PROPS_START", 57: "NODE_STRING[field]", 58: "COLON", 59: "NODE_STRING[value]", 60: "PIPE", 61: "CYLINDERSTART", 62: "CYLINDEREND", 63: "DIAMOND_START", 64: "DIAMOND_STOP", 65: "TAGEND", 66: "TRAPSTART", 67: "TRAPEND", 68: "INVTRAPSTART", 69: "INVTRAPEND", 72: "TESTSTR", 73: "START_LINK", 75: "LINK", 77: "STR", 78: "MD_STR", 81: "STYLE", 82: "LINKSTYLE", 83: "CLASSDEF", 84: "CLASS", 85: "CLICK", 86: "DOWN", 87: "UP", 90: "idString[vertex]", 91: "idString[class]", 92: "CALLBACKNAME", 93: "CALLBACKARGS", 94: "HREF", 95: "LINK_TARGET", 96: "STR[link]", 97: "STR[tooltip]", 99: "DEFAULT", 101: "INTERPOLATE", 102: "NUM", 103: "COMMA", 106: "NODE_STRING", 107: "UNIT", 108: "BRKT", 109: "PCT", 111: "MINUS", 112: "MULT", 113: "UNICODE_TEXT", 114: "TEXT", 115: "TAGSTART", 116: "EDGE_TEXT", 118: "direction_tb", 119: "direction_bt", 120: "direction_rl", 121: "direction_lr" },
13
- 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], [20, 3], [20, 4], [20, 2], [20, 1], [40, 1], [40, 5], [41, 1], [41, 3], [43, 4], [43, 4], [43, 6], [43, 4], [43, 4], [43, 4], [43, 8], [43, 4], [43, 4], [43, 4], [43, 6], [43, 4], [43, 4], [43, 4], [43, 4], [43, 4], [43, 1], [39, 2], [39, 3], [39, 3], [39, 1], [39, 3], [74, 1], [74, 2], [74, 1], [74, 1], [70, 1], [71, 3], [30, 1], [30, 2], [30, 1], [30, 1], [80, 1], [80, 1], [80, 1], [80, 1], [80, 1], [80, 1], [80, 1], [80, 1], [80, 1], [80, 1], [80, 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], [100, 1], [100, 3], [89, 1], [89, 3], [104, 1], [104, 2], [105, 1], [105, 1], [105, 1], [105, 1], [105, 1], [105, 1], [105, 1], [105, 1], [110, 1], [110, 1], [110, 1], [110, 1], [110, 1], [110, 1], [110, 1], [110, 1], [110, 1], [110, 1], [110, 1], [79, 1], [79, 1], [79, 1], [79, 1], [88, 1], [88, 1], [88, 1], [88, 1], [88, 1], [88, 1], [88, 1], [88, 1], [88, 1], [88, 1], [88, 1], [76, 1], [76, 1], [117, 1], [117, 1], [117, 1], [117, 1], [117, 1], [117, 1], [117, 1], [117, 1], [117, 1], [117, 1], [117, 1], [45, 1], [45, 2], [98, 1], [98, 2], [33, 1], [33, 1], [33, 1], [33, 1]],
14
- performAction: function(a, o, f, r, C, t, N1) {
15
- var s = t.length - 1;
16
- switch (C) {
17
- case 2:
18
- this.$ = [];
19
- break;
20
- case 3:
21
- (!Array.isArray(t[s]) || t[s].length > 0) && t[s - 1].push(t[s]), this.$ = t[s - 1];
22
- break;
23
- case 4:
24
- case 176:
25
- this.$ = t[s];
26
- break;
27
- case 11:
28
- r.setDirection("TB"), this.$ = "TB";
29
- break;
30
- case 12:
31
- r.setDirection(t[s - 1]), this.$ = t[s - 1];
32
- break;
33
- case 27:
34
- this.$ = t[s - 1].nodes;
35
- break;
36
- case 28:
37
- case 29:
38
- case 30:
39
- case 31:
40
- case 32:
41
- this.$ = [];
42
- break;
43
- case 33:
44
- this.$ = r.addSubGraph(t[s - 6], t[s - 1], t[s - 4]);
45
- break;
46
- case 34:
47
- this.$ = r.addSubGraph(t[s - 3], t[s - 1], t[s - 3]);
48
- break;
49
- case 35:
50
- this.$ = r.addSubGraph(void 0, t[s - 1], void 0);
51
- break;
52
- case 37:
53
- this.$ = t[s].trim(), r.setAccTitle(this.$);
54
- break;
55
- case 38:
56
- case 39:
57
- this.$ = t[s].trim(), r.setAccDescription(this.$);
58
- break;
59
- case 43:
60
- r.addLink(t[s - 2].stmt, t[s], t[s - 1]), this.$ = { stmt: t[s], nodes: t[s].concat(t[s - 2].nodes) };
61
- break;
62
- case 44:
63
- r.addLink(t[s - 3].stmt, t[s - 1], t[s - 2]), this.$ = { stmt: t[s - 1], nodes: t[s - 1].concat(t[s - 3].nodes) };
64
- break;
65
- case 45:
66
- this.$ = { stmt: t[s - 1], nodes: t[s - 1] };
67
- break;
68
- case 46:
69
- this.$ = { stmt: t[s], nodes: t[s] };
70
- break;
71
- case 47:
72
- this.$ = [t[s]];
73
- break;
74
- case 48:
75
- this.$ = t[s - 4].concat(t[s]);
76
- break;
77
- case 49:
78
- this.$ = t[s];
79
- break;
80
- case 50:
81
- this.$ = t[s - 2], r.setClass(t[s - 2], t[s]);
82
- break;
83
- case 51:
84
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "square");
85
- break;
86
- case 52:
87
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "doublecircle");
88
- break;
89
- case 53:
90
- this.$ = t[s - 5], r.addVertex(t[s - 5], t[s - 2], "circle");
91
- break;
92
- case 54:
93
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "ellipse");
94
- break;
95
- case 55:
96
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "stadium");
97
- break;
98
- case 56:
99
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "subroutine");
100
- break;
101
- case 57:
102
- this.$ = t[s - 7], r.addVertex(t[s - 7], t[s - 1], "rect", void 0, void 0, void 0, Object.fromEntries([[t[s - 5], t[s - 3]]]));
103
- break;
104
- case 58:
105
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "cylinder");
106
- break;
107
- case 59:
108
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "round");
109
- break;
110
- case 60:
111
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "diamond");
112
- break;
113
- case 61:
114
- this.$ = t[s - 5], r.addVertex(t[s - 5], t[s - 2], "hexagon");
115
- break;
116
- case 62:
117
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "odd");
118
- break;
119
- case 63:
120
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "trapezoid");
121
- break;
122
- case 64:
123
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "inv_trapezoid");
124
- break;
125
- case 65:
126
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "lean_right");
127
- break;
128
- case 66:
129
- this.$ = t[s - 3], r.addVertex(t[s - 3], t[s - 1], "lean_left");
130
- break;
131
- case 67:
132
- this.$ = t[s], r.addVertex(t[s]);
133
- break;
134
- case 68:
135
- t[s - 1].text = t[s], this.$ = t[s - 1];
136
- break;
137
- case 69:
138
- case 70:
139
- t[s - 2].text = t[s - 1], this.$ = t[s - 2];
140
- break;
141
- case 71:
142
- this.$ = t[s];
143
- break;
144
- case 72:
145
- var Y = r.destructLink(t[s], t[s - 2]);
146
- this.$ = { type: Y.type, stroke: Y.stroke, length: Y.length, text: t[s - 1] };
147
- break;
148
- case 73:
149
- this.$ = { text: t[s], type: "text" };
150
- break;
151
- case 74:
152
- this.$ = { text: t[s - 1].text + "" + t[s], type: t[s - 1].type };
153
- break;
154
- case 75:
155
- this.$ = { text: t[s], type: "string" };
156
- break;
157
- case 76:
158
- this.$ = { text: t[s], type: "markdown" };
159
- break;
160
- case 77:
161
- var Y = r.destructLink(t[s]);
162
- this.$ = { type: Y.type, stroke: Y.stroke, length: Y.length };
163
- break;
164
- case 78:
165
- this.$ = t[s - 1];
166
- break;
167
- case 79:
168
- this.$ = { text: t[s], type: "text" };
169
- break;
170
- case 80:
171
- this.$ = { text: t[s - 1].text + "" + t[s], type: t[s - 1].type };
172
- break;
173
- case 81:
174
- this.$ = { text: t[s], type: "string" };
175
- break;
176
- case 82:
177
- case 97:
178
- this.$ = { text: t[s], type: "markdown" };
179
- break;
180
- case 94:
181
- this.$ = { text: t[s], type: "text" };
182
- break;
183
- case 95:
184
- this.$ = { text: t[s - 1].text + "" + t[s], type: t[s - 1].type };
185
- break;
186
- case 96:
187
- this.$ = { text: t[s], type: "text" };
188
- break;
189
- case 98:
190
- this.$ = t[s - 4], r.addClass(t[s - 2], t[s]);
191
- break;
192
- case 99:
193
- this.$ = t[s - 4], r.setClass(t[s - 2], t[s]);
194
- break;
195
- case 100:
196
- case 108:
197
- this.$ = t[s - 1], r.setClickEvent(t[s - 1], t[s]);
198
- break;
199
- case 101:
200
- case 109:
201
- this.$ = t[s - 3], r.setClickEvent(t[s - 3], t[s - 2]), r.setTooltip(t[s - 3], t[s]);
202
- break;
203
- case 102:
204
- this.$ = t[s - 2], r.setClickEvent(t[s - 2], t[s - 1], t[s]);
205
- break;
206
- case 103:
207
- this.$ = t[s - 4], r.setClickEvent(t[s - 4], t[s - 3], t[s - 2]), r.setTooltip(t[s - 4], t[s]);
208
- break;
209
- case 104:
210
- this.$ = t[s - 2], r.setLink(t[s - 2], t[s]);
211
- break;
212
- case 105:
213
- this.$ = t[s - 4], r.setLink(t[s - 4], t[s - 2]), r.setTooltip(t[s - 4], t[s]);
214
- break;
215
- case 106:
216
- this.$ = t[s - 4], r.setLink(t[s - 4], t[s - 2], t[s]);
217
- break;
218
- case 107:
219
- this.$ = t[s - 6], r.setLink(t[s - 6], t[s - 4], t[s]), r.setTooltip(t[s - 6], t[s - 2]);
220
- break;
221
- case 110:
222
- this.$ = t[s - 1], r.setLink(t[s - 1], t[s]);
223
- break;
224
- case 111:
225
- this.$ = t[s - 3], r.setLink(t[s - 3], t[s - 2]), r.setTooltip(t[s - 3], t[s]);
226
- break;
227
- case 112:
228
- this.$ = t[s - 3], r.setLink(t[s - 3], t[s - 2], t[s]);
229
- break;
230
- case 113:
231
- this.$ = t[s - 5], r.setLink(t[s - 5], t[s - 4], t[s]), r.setTooltip(t[s - 5], t[s - 2]);
232
- break;
233
- case 114:
234
- this.$ = t[s - 4], r.addVertex(t[s - 2], void 0, void 0, t[s]);
235
- break;
236
- case 115:
237
- this.$ = t[s - 4], r.updateLink([t[s - 2]], t[s]);
238
- break;
239
- case 116:
240
- this.$ = t[s - 4], r.updateLink(t[s - 2], t[s]);
241
- break;
242
- case 117:
243
- this.$ = t[s - 8], r.updateLinkInterpolate([t[s - 6]], t[s - 2]), r.updateLink([t[s - 6]], t[s]);
244
- break;
245
- case 118:
246
- this.$ = t[s - 8], r.updateLinkInterpolate(t[s - 6], t[s - 2]), r.updateLink(t[s - 6], t[s]);
247
- break;
248
- case 119:
249
- this.$ = t[s - 6], r.updateLinkInterpolate([t[s - 4]], t[s]);
250
- break;
251
- case 120:
252
- this.$ = t[s - 6], r.updateLinkInterpolate(t[s - 4], t[s]);
253
- break;
254
- case 121:
255
- case 123:
256
- this.$ = [t[s]];
257
- break;
258
- case 122:
259
- case 124:
260
- t[s - 2].push(t[s]), this.$ = t[s - 2];
261
- break;
262
- case 126:
263
- this.$ = t[s - 1] + t[s];
264
- break;
265
- case 174:
266
- this.$ = t[s];
267
- break;
268
- case 175:
269
- this.$ = t[s - 1] + "" + t[s];
270
- break;
271
- case 177:
272
- this.$ = t[s - 1] + "" + t[s];
273
- break;
274
- case 178:
275
- this.$ = { stmt: "dir", value: "TB" };
276
- break;
277
- case 179:
278
- this.$ = { stmt: "dir", value: "BT" };
279
- break;
280
- case 180:
281
- this.$ = { stmt: "dir", value: "RL" };
282
- break;
283
- case 181:
284
- this.$ = { stmt: "dir", value: "LR" };
285
- break;
286
- }
287
- },
288
- table: [{ 3: 1, 4: 2, 9: u, 10: i, 12: n }, { 1: [3] }, e(c, l, { 5: 6 }), { 4: 7, 9: u, 10: i, 12: n }, { 4: 8, 9: u, 10: i, 12: n }, { 13: [1, 9], 14: [1, 10] }, { 1: [2, 1], 6: 11, 7: 12, 8: h, 9: S, 10: F, 11: O, 20: 17, 22: 18, 23: 19, 24: 20, 25: 21, 26: 22, 27: X, 33: 24, 34: o1, 36: p1, 38: A1, 40: 28, 41: 38, 42: _, 43: 39, 45: 40, 58: k, 81: l1, 82: U1, 83: G1, 84: M1, 85: K1, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 41, 111: I, 112: R, 113: N, 118: Y1, 119: j1, 120: z1, 121: X1 }, e(c, [2, 9]), e(c, [2, 10]), e(c, [2, 11]), { 8: [1, 54], 9: [1, 55], 10: I1, 15: 53, 18: 56 }, e(b, [2, 3]), e(b, [2, 4]), e(b, [2, 5]), e(b, [2, 6]), e(b, [2, 7]), e(b, [2, 8]), { 8: W, 9: Q, 11: Z, 21: 58, 39: 59, 70: 63, 73: [1, 64], 75: [1, 65] }, { 8: W, 9: Q, 11: Z, 21: 66 }, { 8: W, 9: Q, 11: Z, 21: 67 }, { 8: W, 9: Q, 11: Z, 21: 68 }, { 8: W, 9: Q, 11: Z, 21: 69 }, { 8: W, 9: Q, 11: Z, 21: 70 }, { 8: W, 9: Q, 10: [1, 71], 11: Z, 21: 72 }, e(b, [2, 36]), { 35: [1, 73] }, { 37: [1, 74] }, e(b, [2, 39]), e(H1, [2, 46], { 18: 75, 10: I1 }), { 10: [1, 76] }, { 10: [1, 77] }, { 10: [1, 78] }, { 10: [1, 79] }, { 14: k1, 42: b1, 58: g1, 77: [1, 83], 86: D1, 92: [1, 80], 94: [1, 81], 98: 82, 102: F1, 103: T1, 106: C1, 108: S1, 111: _1, 112: x1, 113: B1, 117: 84 }, e(b, [2, 178]), e(b, [2, 179]), e(b, [2, 180]), e(b, [2, 181]), e(q1, [2, 47]), e(q1, [2, 49], { 44: [1, 96] }), e(w, [2, 67], { 110: 109, 29: [1, 97], 42: _, 46: [1, 98], 48: [1, 99], 50: [1, 100], 52: [1, 101], 54: [1, 102], 56: [1, 103], 58: k, 61: [1, 104], 63: [1, 105], 65: [1, 106], 66: [1, 107], 68: [1, 108], 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 111: I, 112: R, 113: N }), e(M, [2, 174]), e(M, [2, 135]), e(M, [2, 136]), e(M, [2, 137]), e(M, [2, 138]), e(M, [2, 139]), e(M, [2, 140]), e(M, [2, 141]), e(M, [2, 142]), e(M, [2, 143]), e(M, [2, 144]), e(M, [2, 145]), e(c, [2, 12]), e(c, [2, 18]), e(c, [2, 19]), { 9: [1, 110] }, e(Et, [2, 26], { 18: 111, 10: I1 }), e(b, [2, 27]), { 40: 112, 41: 38, 42: _, 43: 39, 45: 40, 58: k, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 41, 111: I, 112: R, 113: N }, e(b, [2, 40]), e(b, [2, 41]), e(b, [2, 42]), e(R1, [2, 71], { 71: 113, 60: [1, 115], 72: [1, 114] }), { 74: 116, 76: 117, 77: [1, 118], 78: [1, 119], 113: kt, 116: bt }, e([42, 58, 60, 72, 86, 99, 102, 103, 106, 108, 111, 112, 113], [2, 77]), e(b, [2, 28]), e(b, [2, 29]), e(b, [2, 30]), e(b, [2, 31]), e(b, [2, 32]), { 10: gt, 12: Dt, 14: Ft, 27: Tt, 28: 122, 32: Ct, 42: St, 58: _t, 73: xt, 77: [1, 124], 78: [1, 125], 80: 135, 81: Bt, 82: mt, 83: yt, 84: vt, 85: Vt, 86: Lt, 87: It, 88: 123, 102: Rt, 106: Nt, 108: wt, 111: Ot, 112: Pt, 113: Ut }, e(nt, l, { 5: 148 }), e(b, [2, 37]), e(b, [2, 38]), e(H1, [2, 45], { 42: Gt }), { 42: _, 45: 150, 58: k, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 41, 111: I, 112: R, 113: N }, { 99: [1, 151], 100: 152, 102: [1, 153] }, { 42: _, 45: 154, 58: k, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 41, 111: I, 112: R, 113: N }, { 42: _, 45: 155, 58: k, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 41, 111: I, 112: R, 113: N }, e(T, [2, 100], { 10: [1, 156], 93: [1, 157] }), { 77: [1, 158] }, e(T, [2, 108], { 117: 160, 10: [1, 159], 14: k1, 42: b1, 58: g1, 86: D1, 102: F1, 103: T1, 106: C1, 108: S1, 111: _1, 112: x1, 113: B1 }), e(T, [2, 110], { 10: [1, 161] }), e(K, [2, 176]), e(K, [2, 163]), e(K, [2, 164]), e(K, [2, 165]), e(K, [2, 166]), e(K, [2, 167]), e(K, [2, 168]), e(K, [2, 169]), e(K, [2, 170]), e(K, [2, 171]), e(K, [2, 172]), e(K, [2, 173]), { 42: _, 45: 162, 58: k, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 41, 111: I, 112: R, 113: N }, { 30: 163, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 30: 171, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 30: 173, 48: [1, 172], 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 30: 174, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 30: 175, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 30: 176, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 106: [1, 177] }, { 30: 178, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 30: 179, 63: [1, 180], 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 30: 181, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 30: 182, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 30: 183, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, e(M, [2, 175]), e(c, [2, 20]), e(Et, [2, 25]), e(H1, [2, 43], { 18: 184, 10: I1 }), e(R1, [2, 68], { 10: [1, 185] }), { 10: [1, 186] }, { 30: 187, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 75: [1, 188], 76: 189, 113: kt, 116: bt }, e(m1, [2, 73]), e(m1, [2, 75]), e(m1, [2, 76]), e(m1, [2, 161]), e(m1, [2, 162]), { 8: W, 9: Q, 10: gt, 11: Z, 12: Dt, 14: Ft, 21: 191, 27: Tt, 29: [1, 190], 32: Ct, 42: St, 58: _t, 73: xt, 80: 135, 81: Bt, 82: mt, 83: yt, 84: vt, 85: Vt, 86: Lt, 87: It, 88: 192, 102: Rt, 106: Nt, 108: wt, 111: Ot, 112: Pt, 113: Ut }, e(g, [2, 94]), e(g, [2, 96]), e(g, [2, 97]), e(g, [2, 150]), e(g, [2, 151]), e(g, [2, 152]), e(g, [2, 153]), e(g, [2, 154]), e(g, [2, 155]), e(g, [2, 156]), e(g, [2, 157]), e(g, [2, 158]), e(g, [2, 159]), e(g, [2, 160]), e(g, [2, 83]), e(g, [2, 84]), e(g, [2, 85]), e(g, [2, 86]), e(g, [2, 87]), e(g, [2, 88]), e(g, [2, 89]), e(g, [2, 90]), e(g, [2, 91]), e(g, [2, 92]), e(g, [2, 93]), { 6: 11, 7: 12, 8: h, 9: S, 10: F, 11: O, 20: 17, 22: 18, 23: 19, 24: 20, 25: 21, 26: 22, 27: X, 32: [1, 193], 33: 24, 34: o1, 36: p1, 38: A1, 40: 28, 41: 38, 42: _, 43: 39, 45: 40, 58: k, 81: l1, 82: U1, 83: G1, 84: M1, 85: K1, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 41, 111: I, 112: R, 113: N, 118: Y1, 119: j1, 120: z1, 121: X1 }, { 10: I1, 18: 194 }, { 10: [1, 195], 42: _, 58: k, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 109, 111: I, 112: R, 113: N }, { 10: [1, 196] }, { 10: [1, 197], 103: [1, 198] }, e(Mt, [2, 121]), { 10: [1, 199], 42: _, 58: k, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 109, 111: I, 112: R, 113: N }, { 10: [1, 200], 42: _, 58: k, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 109, 111: I, 112: R, 113: N }, { 77: [1, 201] }, e(T, [2, 102], { 10: [1, 202] }), e(T, [2, 104], { 10: [1, 203] }), { 77: [1, 204] }, e(K, [2, 177]), { 77: [1, 205], 95: [1, 206] }, e(q1, [2, 50], { 110: 109, 42: _, 58: k, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 111: I, 112: R, 113: N }), { 31: [1, 207], 65: p, 79: 208, 113: A, 114: d, 115: E }, e(h1, [2, 79]), e(h1, [2, 81]), e(h1, [2, 82]), e(h1, [2, 146]), e(h1, [2, 147]), e(h1, [2, 148]), e(h1, [2, 149]), { 47: [1, 209], 65: p, 79: 208, 113: A, 114: d, 115: E }, { 30: 210, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 49: [1, 211], 65: p, 79: 208, 113: A, 114: d, 115: E }, { 51: [1, 212], 65: p, 79: 208, 113: A, 114: d, 115: E }, { 53: [1, 213], 65: p, 79: 208, 113: A, 114: d, 115: E }, { 55: [1, 214], 65: p, 79: 208, 113: A, 114: d, 115: E }, { 58: [1, 215] }, { 62: [1, 216], 65: p, 79: 208, 113: A, 114: d, 115: E }, { 64: [1, 217], 65: p, 79: 208, 113: A, 114: d, 115: E }, { 30: 218, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, { 31: [1, 219], 65: p, 79: 208, 113: A, 114: d, 115: E }, { 65: p, 67: [1, 220], 69: [1, 221], 79: 208, 113: A, 114: d, 115: E }, { 65: p, 67: [1, 223], 69: [1, 222], 79: 208, 113: A, 114: d, 115: E }, e(H1, [2, 44], { 42: Gt }), e(R1, [2, 70]), e(R1, [2, 69]), { 60: [1, 224], 65: p, 79: 208, 113: A, 114: d, 115: E }, e(R1, [2, 72]), e(m1, [2, 74]), { 30: 225, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, e(nt, l, { 5: 226 }), e(g, [2, 95]), e(b, [2, 35]), { 41: 227, 42: _, 43: 39, 45: 40, 58: k, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 41, 111: I, 112: R, 113: N }, { 10: J, 58: $, 81: t1, 89: 228, 102: e1, 104: 229, 105: 230, 106: s1, 107: u1, 108: i1, 109: r1 }, { 10: J, 58: $, 81: t1, 89: 239, 101: [1, 240], 102: e1, 104: 229, 105: 230, 106: s1, 107: u1, 108: i1, 109: r1 }, { 10: J, 58: $, 81: t1, 89: 241, 101: [1, 242], 102: e1, 104: 229, 105: 230, 106: s1, 107: u1, 108: i1, 109: r1 }, { 102: [1, 243] }, { 10: J, 58: $, 81: t1, 89: 244, 102: e1, 104: 229, 105: 230, 106: s1, 107: u1, 108: i1, 109: r1 }, { 42: _, 45: 245, 58: k, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 41, 111: I, 112: R, 113: N }, e(T, [2, 101]), { 77: [1, 246] }, { 77: [1, 247], 95: [1, 248] }, e(T, [2, 109]), e(T, [2, 111], { 10: [1, 249] }), e(T, [2, 112]), e(w, [2, 51]), e(h1, [2, 80]), e(w, [2, 52]), { 49: [1, 250], 65: p, 79: 208, 113: A, 114: d, 115: E }, e(w, [2, 59]), e(w, [2, 54]), e(w, [2, 55]), e(w, [2, 56]), { 106: [1, 251] }, e(w, [2, 58]), e(w, [2, 60]), { 64: [1, 252], 65: p, 79: 208, 113: A, 114: d, 115: E }, e(w, [2, 62]), e(w, [2, 63]), e(w, [2, 65]), e(w, [2, 64]), e(w, [2, 66]), e([10, 42, 58, 86, 99, 102, 103, 106, 108, 111, 112, 113], [2, 78]), { 31: [1, 253], 65: p, 79: 208, 113: A, 114: d, 115: E }, { 6: 11, 7: 12, 8: h, 9: S, 10: F, 11: O, 20: 17, 22: 18, 23: 19, 24: 20, 25: 21, 26: 22, 27: X, 32: [1, 254], 33: 24, 34: o1, 36: p1, 38: A1, 40: 28, 41: 38, 42: _, 43: 39, 45: 40, 58: k, 81: l1, 82: U1, 83: G1, 84: M1, 85: K1, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 41, 111: I, 112: R, 113: N, 118: Y1, 119: j1, 120: z1, 121: X1 }, e(q1, [2, 48]), e(T, [2, 114], { 103: y1 }), e(Kt, [2, 123], { 105: 256, 10: J, 58: $, 81: t1, 102: e1, 106: s1, 107: u1, 108: i1, 109: r1 }), e(q, [2, 125]), e(q, [2, 127]), e(q, [2, 128]), e(q, [2, 129]), e(q, [2, 130]), e(q, [2, 131]), e(q, [2, 132]), e(q, [2, 133]), e(q, [2, 134]), e(T, [2, 115], { 103: y1 }), { 10: [1, 257] }, e(T, [2, 116], { 103: y1 }), { 10: [1, 258] }, e(Mt, [2, 122]), e(T, [2, 98], { 103: y1 }), e(T, [2, 99], { 110: 109, 42: _, 58: k, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 111: I, 112: R, 113: N }), e(T, [2, 103]), e(T, [2, 105], { 10: [1, 259] }), e(T, [2, 106]), { 95: [1, 260] }, { 49: [1, 261] }, { 60: [1, 262] }, { 64: [1, 263] }, { 8: W, 9: Q, 11: Z, 21: 264 }, e(b, [2, 34]), { 10: J, 58: $, 81: t1, 102: e1, 104: 265, 105: 230, 106: s1, 107: u1, 108: i1, 109: r1 }, e(q, [2, 126]), { 14: k1, 42: b1, 58: g1, 86: D1, 98: 266, 102: F1, 103: T1, 106: C1, 108: S1, 111: _1, 112: x1, 113: B1, 117: 84 }, { 14: k1, 42: b1, 58: g1, 86: D1, 98: 267, 102: F1, 103: T1, 106: C1, 108: S1, 111: _1, 112: x1, 113: B1, 117: 84 }, { 95: [1, 268] }, e(T, [2, 113]), e(w, [2, 53]), { 30: 269, 65: p, 77: P, 78: U, 79: 164, 113: A, 114: d, 115: E }, e(w, [2, 61]), e(nt, l, { 5: 270 }), e(Kt, [2, 124], { 105: 256, 10: J, 58: $, 81: t1, 102: e1, 106: s1, 107: u1, 108: i1, 109: r1 }), e(T, [2, 119], { 117: 160, 10: [1, 271], 14: k1, 42: b1, 58: g1, 86: D1, 102: F1, 103: T1, 106: C1, 108: S1, 111: _1, 112: x1, 113: B1 }), e(T, [2, 120], { 117: 160, 10: [1, 272], 14: k1, 42: b1, 58: g1, 86: D1, 102: F1, 103: T1, 106: C1, 108: S1, 111: _1, 112: x1, 113: B1 }), e(T, [2, 107]), { 31: [1, 273], 65: p, 79: 208, 113: A, 114: d, 115: E }, { 6: 11, 7: 12, 8: h, 9: S, 10: F, 11: O, 20: 17, 22: 18, 23: 19, 24: 20, 25: 21, 26: 22, 27: X, 32: [1, 274], 33: 24, 34: o1, 36: p1, 38: A1, 40: 28, 41: 38, 42: _, 43: 39, 45: 40, 58: k, 81: l1, 82: U1, 83: G1, 84: M1, 85: K1, 86: B, 99: m, 102: y, 103: v, 106: V, 108: L, 110: 41, 111: I, 112: R, 113: N, 118: Y1, 119: j1, 120: z1, 121: X1 }, { 10: J, 58: $, 81: t1, 89: 275, 102: e1, 104: 229, 105: 230, 106: s1, 107: u1, 108: i1, 109: r1 }, { 10: J, 58: $, 81: t1, 89: 276, 102: e1, 104: 229, 105: 230, 106: s1, 107: u1, 108: i1, 109: r1 }, e(w, [2, 57]), e(b, [2, 33]), e(T, [2, 117], { 103: y1 }), e(T, [2, 118], { 103: y1 })],
289
- defaultActions: {},
290
- parseError: function(a, o) {
291
- if (o.recoverable)
292
- this.trace(a);
293
- else {
294
- var f = new Error(a);
295
- throw f.hash = o, f;
296
- }
297
- },
298
- parse: function(a) {
299
- var o = this, f = [0], r = [], C = [null], t = [], N1 = this.table, s = "", Y = 0, Yt = 0, Se = 2, jt = 1, _e = t.slice.call(arguments, 1), x = Object.create(this.lexer), d1 = { yy: {} };
300
- for (var ot in this.yy)
301
- Object.prototype.hasOwnProperty.call(this.yy, ot) && (d1.yy[ot] = this.yy[ot]);
302
- x.setInput(a, d1.yy), d1.yy.lexer = x, d1.yy.parser = this, typeof x.yylloc == "undefined" && (x.yylloc = {});
303
- var lt = x.yylloc;
304
- t.push(lt);
305
- var xe = x.options && x.options.ranges;
306
- typeof d1.yy.parseError == "function" ? this.parseError = d1.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
307
- function Be() {
308
- var a1;
309
- return a1 = r.pop() || x.lex() || jt, typeof a1 != "number" && (a1 instanceof Array && (r = a1, a1 = r.pop()), a1 = o.symbols_[a1] || a1), a1;
310
- }
311
- for (var G, E1, j, ht, v1 = {}, W1, n1, zt, Q1; ; ) {
312
- if (E1 = f[f.length - 1], this.defaultActions[E1] ? j = this.defaultActions[E1] : ((G === null || typeof G == "undefined") && (G = Be()), j = N1[E1] && N1[E1][G]), typeof j == "undefined" || !j.length || !j[0]) {
313
- var ft = "";
314
- Q1 = [];
315
- for (W1 in N1[E1])
316
- this.terminals_[W1] && W1 > Se && Q1.push("'" + this.terminals_[W1] + "'");
317
- x.showPosition ? ft = "Parse error on line " + (Y + 1) + `:
318
- ` + x.showPosition() + `
319
- Expecting ` + Q1.join(", ") + ", got '" + (this.terminals_[G] || G) + "'" : ft = "Parse error on line " + (Y + 1) + ": Unexpected " + (G == jt ? "end of input" : "'" + (this.terminals_[G] || G) + "'"), this.parseError(ft, {
320
- text: x.match,
321
- token: this.terminals_[G] || G,
322
- line: x.yylineno,
323
- loc: lt,
324
- expected: Q1
325
- });
326
- }
327
- if (j[0] instanceof Array && j.length > 1)
328
- throw new Error("Parse Error: multiple actions possible at state: " + E1 + ", token: " + G);
329
- switch (j[0]) {
330
- case 1:
331
- f.push(G), C.push(x.yytext), t.push(x.yylloc), f.push(j[1]), G = null, Yt = x.yyleng, s = x.yytext, Y = x.yylineno, lt = x.yylloc;
332
- break;
333
- case 2:
334
- if (n1 = this.productions_[j[1]][1], v1.$ = C[C.length - n1], v1._$ = {
335
- first_line: t[t.length - (n1 || 1)].first_line,
336
- last_line: t[t.length - 1].last_line,
337
- first_column: t[t.length - (n1 || 1)].first_column,
338
- last_column: t[t.length - 1].last_column
339
- }, xe && (v1._$.range = [
340
- t[t.length - (n1 || 1)].range[0],
341
- t[t.length - 1].range[1]
342
- ]), ht = this.performAction.apply(v1, [
343
- s,
344
- Yt,
345
- Y,
346
- d1.yy,
347
- j[1],
348
- C,
349
- t
350
- ].concat(_e)), typeof ht != "undefined")
351
- return ht;
352
- n1 && (f = f.slice(0, -1 * n1 * 2), C = C.slice(0, -1 * n1), t = t.slice(0, -1 * n1)), f.push(this.productions_[j[1]][0]), C.push(v1.$), t.push(v1._$), zt = N1[f[f.length - 2]][f[f.length - 1]], f.push(zt);
353
- break;
354
- case 3:
355
- return !0;
356
- }
357
- }
358
- return !0;
359
- }
360
- }, Ce = function() {
361
- var f1 = {
362
- EOF: 1,
363
- parseError: function(o, f) {
364
- if (this.yy.parser)
365
- this.yy.parser.parseError(o, f);
366
- else
367
- throw new Error(o);
368
- },
369
- // resets the lexer, sets new input
370
- setInput: function(a, o) {
371
- return this.yy = o || this.yy || {}, this._input = a, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
372
- first_line: 1,
373
- first_column: 0,
374
- last_line: 1,
375
- last_column: 0
376
- }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
377
- },
378
- // consumes and returns one char from the input
379
- input: function() {
380
- var a = this._input[0];
381
- this.yytext += a, this.yyleng++, this.offset++, this.match += a, this.matched += a;
382
- var o = a.match(/(?:\r\n?|\n).*/g);
383
- return o ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), a;
384
- },
385
- // unshifts one char (or a string) into the input
386
- unput: function(a) {
387
- var o = a.length, f = a.split(/(?:\r\n?|\n)/g);
388
- this._input = a + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - o), this.offset -= o;
389
- var r = this.match.split(/(?:\r\n?|\n)/g);
390
- this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), f.length - 1 && (this.yylineno -= f.length - 1);
391
- var C = this.yylloc.range;
392
- return this.yylloc = {
393
- first_line: this.yylloc.first_line,
394
- last_line: this.yylineno + 1,
395
- first_column: this.yylloc.first_column,
396
- last_column: f ? (f.length === r.length ? this.yylloc.first_column : 0) + r[r.length - f.length].length - f[0].length : this.yylloc.first_column - o
397
- }, this.options.ranges && (this.yylloc.range = [C[0], C[0] + this.yyleng - o]), this.yyleng = this.yytext.length, this;
398
- },
399
- // When called from action, caches matched text and appends it on next action
400
- more: function() {
401
- return this._more = !0, this;
402
- },
403
- // 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.
404
- reject: function() {
405
- if (this.options.backtrack_lexer)
406
- this._backtrack = !0;
407
- else
408
- 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).
409
- ` + this.showPosition(), {
410
- text: "",
411
- token: null,
412
- line: this.yylineno
413
- });
414
- return this;
415
- },
416
- // retain first n characters of the match
417
- less: function(a) {
418
- this.unput(this.match.slice(a));
419
- },
420
- // displays already matched input, i.e. for error messages
421
- pastInput: function() {
422
- var a = this.matched.substr(0, this.matched.length - this.match.length);
423
- return (a.length > 20 ? "..." : "") + a.substr(-20).replace(/\n/g, "");
424
- },
425
- // displays upcoming input, i.e. for error messages
426
- upcomingInput: function() {
427
- var a = this.match;
428
- return a.length < 20 && (a += this._input.substr(0, 20 - a.length)), (a.substr(0, 20) + (a.length > 20 ? "..." : "")).replace(/\n/g, "");
429
- },
430
- // displays the character position where the lexing error occurred, i.e. for error messages
431
- showPosition: function() {
432
- var a = this.pastInput(), o = new Array(a.length + 1).join("-");
433
- return a + this.upcomingInput() + `
434
- ` + o + "^";
435
- },
436
- // test the lexed token: return FALSE when not a match, otherwise return token
437
- test_match: function(a, o) {
438
- var f, r, C;
439
- if (this.options.backtrack_lexer && (C = {
440
- yylineno: this.yylineno,
441
- yylloc: {
442
- first_line: this.yylloc.first_line,
443
- last_line: this.last_line,
444
- first_column: this.yylloc.first_column,
445
- last_column: this.yylloc.last_column
446
- },
447
- yytext: this.yytext,
448
- match: this.match,
449
- matches: this.matches,
450
- matched: this.matched,
451
- yyleng: this.yyleng,
452
- offset: this.offset,
453
- _more: this._more,
454
- _input: this._input,
455
- yy: this.yy,
456
- conditionStack: this.conditionStack.slice(0),
457
- done: this.done
458
- }, this.options.ranges && (C.yylloc.range = this.yylloc.range.slice(0))), r = a[0].match(/(?:\r\n?|\n).*/g), r && (this.yylineno += r.length), this.yylloc = {
459
- first_line: this.yylloc.last_line,
460
- last_line: this.yylineno + 1,
461
- first_column: this.yylloc.last_column,
462
- last_column: r ? r[r.length - 1].length - r[r.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + a[0].length
463
- }, this.yytext += a[0], this.match += a[0], this.matches = a, 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(a[0].length), this.matched += a[0], f = this.performAction.call(this, this.yy, this, o, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), f)
464
- return f;
465
- if (this._backtrack) {
466
- for (var t in C)
467
- this[t] = C[t];
468
- return !1;
469
- }
470
- return !1;
471
- },
472
- // return next match in input
473
- next: function() {
474
- if (this.done)
475
- return this.EOF;
476
- this._input || (this.done = !0);
477
- var a, o, f, r;
478
- this._more || (this.yytext = "", this.match = "");
479
- for (var C = this._currentRules(), t = 0; t < C.length; t++)
480
- if (f = this._input.match(this.rules[C[t]]), f && (!o || f[0].length > o[0].length)) {
481
- if (o = f, r = t, this.options.backtrack_lexer) {
482
- if (a = this.test_match(f, C[t]), a !== !1)
483
- return a;
484
- if (this._backtrack) {
485
- o = !1;
486
- continue;
487
- } else
488
- return !1;
489
- } else if (!this.options.flex)
490
- break;
491
- }
492
- return o ? (a = this.test_match(o, C[r]), a !== !1 ? a : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
493
- ` + this.showPosition(), {
494
- text: "",
495
- token: null,
496
- line: this.yylineno
497
- });
498
- },
499
- // return next match that has a token
500
- lex: function() {
501
- var o = this.next();
502
- return o || this.lex();
503
- },
504
- // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
505
- begin: function(o) {
506
- this.conditionStack.push(o);
507
- },
508
- // pop the previously active lexer condition state off the condition stack
509
- popState: function() {
510
- var o = this.conditionStack.length - 1;
511
- return o > 0 ? this.conditionStack.pop() : this.conditionStack[0];
512
- },
513
- // produce the lexer rule set which is active for the currently active lexer condition state
514
- _currentRules: function() {
515
- return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
516
- },
517
- // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
518
- topState: function(o) {
519
- return o = this.conditionStack.length - 1 - Math.abs(o || 0), o >= 0 ? this.conditionStack[o] : "INITIAL";
520
- },
521
- // alias for begin(condition)
522
- pushState: function(o) {
523
- this.begin(o);
524
- },
525
- // return the number of states currently on the stack
526
- stateStackSize: function() {
527
- return this.conditionStack.length;
528
- },
529
- options: {},
530
- performAction: function(o, f, r, C) {
531
- switch (r) {
532
- case 0:
533
- return this.begin("acc_title"), 34;
534
- case 1:
535
- return this.popState(), "acc_title_value";
536
- case 2:
537
- return this.begin("acc_descr"), 36;
538
- case 3:
539
- return this.popState(), "acc_descr_value";
540
- case 4:
541
- this.begin("acc_descr_multiline");
542
- break;
543
- case 5:
544
- this.popState();
545
- break;
546
- case 6:
547
- return "acc_descr_multiline_value";
548
- case 7:
549
- this.begin("callbackname");
550
- break;
551
- case 8:
552
- this.popState();
553
- break;
554
- case 9:
555
- this.popState(), this.begin("callbackargs");
556
- break;
557
- case 10:
558
- return 92;
559
- case 11:
560
- this.popState();
561
- break;
562
- case 12:
563
- return 93;
564
- case 13:
565
- return "MD_STR";
566
- case 14:
567
- this.popState();
568
- break;
569
- case 15:
570
- this.begin("md_string");
571
- break;
572
- case 16:
573
- return "STR";
574
- case 17:
575
- this.popState();
576
- break;
577
- case 18:
578
- this.pushState("string");
579
- break;
580
- case 19:
581
- return 81;
582
- case 20:
583
- return 99;
584
- case 21:
585
- return 82;
586
- case 22:
587
- return 101;
588
- case 23:
589
- return 83;
590
- case 24:
591
- return 84;
592
- case 25:
593
- return 94;
594
- case 26:
595
- this.begin("click");
596
- break;
597
- case 27:
598
- this.popState();
599
- break;
600
- case 28:
601
- return 85;
602
- case 29:
603
- return o.lex.firstGraph() && this.begin("dir"), 12;
604
- case 30:
605
- return o.lex.firstGraph() && this.begin("dir"), 12;
606
- case 31:
607
- return o.lex.firstGraph() && this.begin("dir"), 12;
608
- case 32:
609
- return 27;
610
- case 33:
611
- return 32;
612
- case 34:
613
- return 95;
614
- case 35:
615
- return 95;
616
- case 36:
617
- return 95;
618
- case 37:
619
- return 95;
620
- case 38:
621
- return this.popState(), 13;
622
- case 39:
623
- return this.popState(), 14;
624
- case 40:
625
- return this.popState(), 14;
626
- case 41:
627
- return this.popState(), 14;
628
- case 42:
629
- return this.popState(), 14;
630
- case 43:
631
- return this.popState(), 14;
632
- case 44:
633
- return this.popState(), 14;
634
- case 45:
635
- return this.popState(), 14;
636
- case 46:
637
- return this.popState(), 14;
638
- case 47:
639
- return this.popState(), 14;
640
- case 48:
641
- return this.popState(), 14;
642
- case 49:
643
- return 118;
644
- case 50:
645
- return 119;
646
- case 51:
647
- return 120;
648
- case 52:
649
- return 121;
650
- case 53:
651
- return 102;
652
- case 54:
653
- return 108;
654
- case 55:
655
- return 44;
656
- case 56:
657
- return 58;
658
- case 57:
659
- return 42;
660
- case 58:
661
- return 8;
662
- case 59:
663
- return 103;
664
- case 60:
665
- return 112;
666
- case 61:
667
- return this.popState(), 75;
668
- case 62:
669
- return this.pushState("edgeText"), 73;
670
- case 63:
671
- return 116;
672
- case 64:
673
- return this.popState(), 75;
674
- case 65:
675
- return this.pushState("thickEdgeText"), 73;
676
- case 66:
677
- return 116;
678
- case 67:
679
- return this.popState(), 75;
680
- case 68:
681
- return this.pushState("dottedEdgeText"), 73;
682
- case 69:
683
- return 116;
684
- case 70:
685
- return 75;
686
- case 71:
687
- return this.popState(), 51;
688
- case 72:
689
- return "TEXT";
690
- case 73:
691
- return this.pushState("ellipseText"), 50;
692
- case 74:
693
- return this.popState(), 53;
694
- case 75:
695
- return this.pushState("text"), 52;
696
- case 76:
697
- return this.popState(), 55;
698
- case 77:
699
- return this.pushState("text"), 54;
700
- case 78:
701
- return 56;
702
- case 79:
703
- return this.pushState("text"), 65;
704
- case 80:
705
- return this.popState(), 62;
706
- case 81:
707
- return this.pushState("text"), 61;
708
- case 82:
709
- return this.popState(), 47;
710
- case 83:
711
- return this.pushState("text"), 46;
712
- case 84:
713
- return this.popState(), 67;
714
- case 85:
715
- return this.popState(), 69;
716
- case 86:
717
- return 114;
718
- case 87:
719
- return this.pushState("trapText"), 66;
720
- case 88:
721
- return this.pushState("trapText"), 68;
722
- case 89:
723
- return 115;
724
- case 90:
725
- return 65;
726
- case 91:
727
- return 87;
728
- case 92:
729
- return "SEP";
730
- case 93:
731
- return 86;
732
- case 94:
733
- return 112;
734
- case 95:
735
- return 108;
736
- case 96:
737
- return 42;
738
- case 97:
739
- return 106;
740
- case 98:
741
- return 111;
742
- case 99:
743
- return 113;
744
- case 100:
745
- return this.popState(), 60;
746
- case 101:
747
- return this.pushState("text"), 60;
748
- case 102:
749
- return this.popState(), 49;
750
- case 103:
751
- return this.pushState("text"), 48;
752
- case 104:
753
- return this.popState(), 31;
754
- case 105:
755
- return this.pushState("text"), 29;
756
- case 106:
757
- return this.popState(), 64;
758
- case 107:
759
- return this.pushState("text"), 63;
760
- case 108:
761
- return "TEXT";
762
- case 109:
763
- return "QUOTE";
764
- case 110:
765
- return 9;
766
- case 111:
767
- return 10;
768
- case 112:
769
- return 11;
770
- }
771
- },
772
- 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]*)/, /^(?:[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)/, /^(?:$)/],
773
- conditions: { callbackargs: { rules: [11, 12, 15, 18, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, callbackname: { rules: [8, 9, 10, 15, 18, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, href: { rules: [15, 18, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, click: { rules: [15, 18, 27, 28, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, dottedEdgeText: { rules: [15, 18, 67, 69, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, thickEdgeText: { rules: [15, 18, 64, 66, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, edgeText: { rules: [15, 18, 61, 63, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, trapText: { rules: [15, 18, 70, 73, 75, 77, 81, 83, 84, 85, 86, 87, 88, 101, 103, 105, 107], inclusive: !1 }, ellipseText: { rules: [15, 18, 70, 71, 72, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, text: { rules: [15, 18, 70, 73, 74, 75, 76, 77, 80, 81, 82, 83, 87, 88, 100, 101, 102, 103, 104, 105, 106, 107, 108], inclusive: !1 }, vertex: { rules: [15, 18, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, dir: { rules: [15, 18, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, acc_descr_multiline: { rules: [5, 6, 15, 18, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, acc_descr: { rules: [3, 15, 18, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, acc_title: { rules: [1, 15, 18, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, md_string: { rules: [13, 14, 15, 18, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, string: { rules: [15, 16, 17, 18, 70, 73, 75, 77, 81, 83, 87, 88, 101, 103, 105, 107], inclusive: !1 }, INITIAL: { rules: [0, 2, 4, 7, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 29, 30, 31, 32, 33, 34, 35, 36, 37, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 65, 67, 68, 70, 73, 75, 77, 78, 79, 81, 83, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 101, 103, 105, 107, 109, 110, 111, 112], inclusive: !0 } }
774
- };
775
- return f1;
776
- }();
777
- at.lexer = Ce;
778
- function ct() {
779
- this.yy = {};
780
- }
781
- return ct.prototype = at, at.Parser = ct, new ct();
782
- }();
783
- pt.parser = pt;
784
- const Xe = pt, Oe = "flowchart-";
785
- let Xt = 0, L1 = et(), D = {}, H = [], V1 = {}, c1 = [], $1 = {}, tt = {}, Z1 = 0, At = !0, z, st, ut = [];
786
- const it = (e) => we.sanitizeText(e, L1), P1 = function(e) {
787
- const u = Object.keys(D);
788
- for (const i of u)
789
- if (D[i].id === e)
790
- return D[i].domId;
791
- return e;
792
- }, Ht = function(e, u, i, n, c, l, h = {}) {
793
- let S, F = e;
794
- F !== void 0 && F.trim().length !== 0 && (D[F] === void 0 && (D[F] = {
795
- id: F,
796
- labelType: "text",
797
- domId: Oe + F + "-" + Xt,
798
- styles: [],
799
- classes: []
800
- }), Xt++, u !== void 0 ? (L1 = et(), S = it(u.text.trim()), D[F].labelType = u.type, S[0] === '"' && S[S.length - 1] === '"' && (S = S.substring(1, S.length - 1)), D[F].text = S) : D[F].text === void 0 && (D[F].text = e), i !== void 0 && (D[F].type = i), n != null && n.forEach(function(O) {
801
- D[F].styles.push(O);
802
- }), c != null && c.forEach(function(O) {
803
- D[F].classes.push(O);
804
- }), l !== void 0 && (D[F].dir = l), D[F].props === void 0 ? D[F].props = h : h !== void 0 && Object.assign(D[F].props, h));
805
- }, qt = function(e, u, i) {
806
- var S;
807
- const l = { start: e, end: u, type: void 0, text: "", labelType: "text" };
808
- J1.info("abc78 Got edge...", l);
809
- const h = i.text;
810
- if (h !== void 0 && (l.text = it(h.text.trim()), l.text[0] === '"' && l.text[l.text.length - 1] === '"' && (l.text = l.text.substring(1, l.text.length - 1)), l.labelType = h.type), i !== void 0 && (l.type = i.type, l.stroke = i.stroke, l.length = i.length), (l == null ? void 0 : l.length) > 10 && (l.length = 10), H.length < ((S = L1.maxEdges) != null ? S : 500))
811
- J1.info("abc78 pushing edge..."), H.push(l);
812
- else
813
- throw new Error(
814
- `Edge limit exceeded. ${H.length} edges found, but the limit is ${L1.maxEdges}.
815
-
816
- Initialize mermaid with maxEdges set to a higher number to allow more edges.
817
- You cannot set this config via configuration inside the diagram as it is a secure config.
818
- You have to call mermaid.initialize.`
819
- );
820
- }, Wt = function(e, u, i) {
821
- J1.info("addLink (abc78)", e, u, i);
822
- let n, c;
823
- for (n = 0; n < e.length; n++)
824
- for (c = 0; c < u.length; c++)
825
- qt(e[n], u[c], i);
826
- }, Qt = function(e, u) {
827
- e.forEach(function(i) {
828
- i === "default" ? H.defaultInterpolate = u : H[i].interpolate = u;
829
- });
830
- }, Zt = function(e, u) {
831
- e.forEach(function(i) {
832
- if (i >= H.length)
833
- throw new Error(
834
- `The index ${i} for linkStyle is out of bounds. Valid indices for linkStyle are between 0 and ${H.length - 1}. (Help: Ensure that the index is within the range of existing edges.)`
835
- );
836
- i === "default" ? H.defaultStyle = u : (dt.isSubstringInArray("fill", u) === -1 && u.push("fill:none"), H[i].style = u);
837
- });
838
- }, Jt = function(e, u) {
839
- e.split(",").forEach(function(i) {
840
- V1[i] === void 0 && (V1[i] = { id: i, styles: [], textStyles: [] }), u != null && u.forEach(function(n) {
841
- if (n.match("color")) {
842
- const c = n.replace("fill", "bgFill").replace("color", "fill");
843
- V1[i].textStyles.push(c);
844
- }
845
- V1[i].styles.push(n);
846
- });
847
- });
848
- }, $t = function(e) {
849
- z = e, z.match(/.*</) && (z = "RL"), z.match(/.*\^/) && (z = "BT"), z.match(/.*>/) && (z = "LR"), z.match(/.*v/) && (z = "TB"), z === "TD" && (z = "TB");
850
- }, rt = function(e, u) {
851
- e.split(",").forEach(function(i) {
852
- let n = i;
853
- D[n] !== void 0 && D[n].classes.push(u), $1[n] !== void 0 && $1[n].classes.push(u);
854
- });
855
- }, Pe = function(e, u) {
856
- e.split(",").forEach(function(i) {
857
- u !== void 0 && (tt[st === "gen-1" ? P1(i) : i] = it(u));
858
- });
859
- }, Ue = function(e, u, i) {
860
- let n = P1(e);
861
- if (et().securityLevel !== "loose" || u === void 0)
862
- return;
863
- let c = [];
864
- if (typeof i == "string") {
865
- c = i.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/);
866
- for (let l = 0; l < c.length; l++) {
867
- let h = c[l].trim();
868
- h.charAt(0) === '"' && h.charAt(h.length - 1) === '"' && (h = h.substr(1, h.length - 2)), c[l] = h;
869
- }
870
- }
871
- c.length === 0 && c.push(e), D[e] !== void 0 && (D[e].haveCallback = !0, ut.push(function() {
872
- const l = document.querySelector(`[id="${n}"]`);
873
- l !== null && l.addEventListener(
874
- "click",
875
- function() {
876
- dt.runFunc(u, ...c);
877
- },
878
- !1
879
- );
880
- }));
881
- }, te = function(e, u, i) {
882
- e.split(",").forEach(function(n) {
883
- D[n] !== void 0 && (D[n].link = dt.formatUrl(u, L1), D[n].linkTarget = i);
884
- }), rt(e, "clickable");
885
- }, ee = function(e) {
886
- if (tt.hasOwnProperty(e))
887
- return tt[e];
888
- }, se = function(e, u, i) {
889
- e.split(",").forEach(function(n) {
890
- Ue(n, u, i);
891
- }), rt(e, "clickable");
892
- }, ue = function(e) {
893
- ut.forEach(function(u) {
894
- u(e);
895
- });
896
- }, ie = function() {
897
- return z.trim();
898
- }, re = function() {
899
- return D;
900
- }, ne = function() {
901
- return H;
902
- }, ae = function() {
903
- return V1;
904
- }, ce = function(e) {
905
- let u = w1(".mermaidTooltip");
906
- (u._groups || u)[0][0] === null && (u = w1("body").append("div").attr("class", "mermaidTooltip").style("opacity", 0)), w1(e).select("svg").selectAll("g.node").on("mouseover", function() {
907
- const c = w1(this);
908
- if (c.attr("title") === null)
909
- return;
910
- const h = this.getBoundingClientRect();
911
- u.transition().duration(200).style("opacity", ".9"), u.text(c.attr("title")).style("left", window.scrollX + h.left + (h.right - h.left) / 2 + "px").style("top", window.scrollY + h.bottom + "px"), u.html(u.html().replace(/&lt;br\/&gt;/g, "<br/>")), c.classed("hover", !0);
912
- }).on("mouseout", function() {
913
- u.transition().duration(500).style("opacity", 0), w1(this).classed("hover", !1);
914
- });
915
- };
916
- ut.push(ce);
917
- const oe = function(e = "gen-1") {
918
- D = {}, V1 = {}, H = [], ut = [ce], c1 = [], $1 = {}, Z1 = 0, tt = {}, At = !0, st = e, L1 = et(), Ne();
919
- }, le = (e) => {
920
- st = e || "gen-2";
921
- }, he = function() {
922
- return "fill:#ffa;stroke: #f66; stroke-width: 3px; stroke-dasharray: 5, 5;fill:#ffa;stroke: #666;";
923
- }, fe = function(e, u, i) {
924
- let n = e.text.trim(), c = i.text;
925
- e === i && i.text.match(/\s/) && (n = void 0);
926
- function l(X) {
927
- const o1 = { boolean: {}, number: {}, string: {} }, p1 = [];
928
- let A1;
929
- return { nodeList: X.filter(function(k) {
930
- const l1 = typeof k;
931
- return k.stmt && k.stmt === "dir" ? (A1 = k.value, !1) : k.trim() === "" ? !1 : l1 in o1 ? o1[l1].hasOwnProperty(k) ? !1 : o1[l1][k] = !0 : p1.includes(k) ? !1 : p1.push(k);
932
- }), dir: A1 };
933
- }
934
- let h = [];
935
- const { nodeList: S, dir: F } = l(h.concat.apply(h, u));
936
- if (h = S, st === "gen-1")
937
- for (let X = 0; X < h.length; X++)
938
- h[X] = P1(h[X]);
939
- n = n || "subGraph" + Z1, c = c || "", c = it(c), Z1 = Z1 + 1;
940
- const O = {
941
- id: n,
942
- nodes: h,
943
- title: c.trim(),
944
- classes: [],
945
- dir: F,
946
- labelType: i.type
947
- };
948
- return J1.info("Adding", O.id, O.nodes, O.dir), O.nodes = Fe(O, c1).nodes, c1.push(O), $1[n] = O, n;
949
- }, Ge = function(e) {
950
- for (const [u, i] of c1.entries())
951
- if (i.id === e)
952
- return u;
953
- return -1;
954
- };
955
- let O1 = -1;
956
- const pe = [], Ae = function(e, u) {
957
- const i = c1[u].nodes;
958
- if (O1 = O1 + 1, O1 > 2e3)
959
- return;
960
- if (pe[O1] = u, c1[u].id === e)
961
- return {
962
- result: !0,
963
- count: 0
964
- };
965
- let n = 0, c = 1;
966
- for (; n < i.length; ) {
967
- const l = Ge(i[n]);
968
- if (l >= 0) {
969
- const h = Ae(e, l);
970
- if (h.result)
971
- return {
972
- result: !0,
973
- count: c + h.count
974
- };
975
- c = c + h.count;
976
- }
977
- n = n + 1;
978
- }
979
- return {
980
- result: !1,
981
- count: c
982
- };
983
- }, de = function(e) {
984
- return pe[e];
985
- }, Ee = function() {
986
- O1 = -1, c1.length > 0 && Ae("none", c1.length - 1);
987
- }, ke = function() {
988
- return c1;
989
- }, be = () => At ? (At = !1, !0) : !1, Me = (e) => {
990
- let u = e.trim(), i = "arrow_open";
991
- switch (u[0]) {
992
- case "<":
993
- i = "arrow_point", u = u.slice(1);
994
- break;
995
- case "x":
996
- i = "arrow_cross", u = u.slice(1);
997
- break;
998
- case "o":
999
- i = "arrow_circle", u = u.slice(1);
1000
- break;
1001
- }
1002
- let n = "normal";
1003
- return u.includes("=") && (n = "thick"), u.includes(".") && (n = "dotted"), { type: i, stroke: n };
1004
- }, Ke = (e, u) => {
1005
- const i = u.length;
1006
- let n = 0;
1007
- for (let c = 0; c < i; ++c)
1008
- u[c] === e && ++n;
1009
- return n;
1010
- }, Ye = (e) => {
1011
- const u = e.trim();
1012
- let i = u.slice(0, -1), n = "arrow_open";
1013
- switch (u.slice(-1)) {
1014
- case "x":
1015
- n = "arrow_cross", u[0] === "x" && (n = "double_" + n, i = i.slice(1));
1016
- break;
1017
- case ">":
1018
- n = "arrow_point", u[0] === "<" && (n = "double_" + n, i = i.slice(1));
1019
- break;
1020
- case "o":
1021
- n = "arrow_circle", u[0] === "o" && (n = "double_" + n, i = i.slice(1));
1022
- break;
1023
- }
1024
- let c = "normal", l = i.length - 1;
1025
- i[0] === "=" && (c = "thick"), i[0] === "~" && (c = "invisible");
1026
- let h = Ke(".", i);
1027
- return h && (c = "dotted", l = h), { type: n, stroke: c, length: l };
1028
- }, ge = (e, u) => {
1029
- const i = Ye(e);
1030
- let n;
1031
- if (u) {
1032
- if (n = Me(u), n.stroke !== i.stroke)
1033
- return { type: "INVALID", stroke: "INVALID" };
1034
- if (n.type === "arrow_open")
1035
- n.type = i.type;
1036
- else {
1037
- if (n.type !== i.type)
1038
- return { type: "INVALID", stroke: "INVALID" };
1039
- n.type = "double_" + n.type;
1040
- }
1041
- return n.type === "double_arrow" && (n.type = "double_arrow_point"), n.length = i.length, n;
1042
- }
1043
- return i;
1044
- }, De = (e, u) => {
1045
- let i = !1;
1046
- return e.forEach((n) => {
1047
- n.nodes.indexOf(u) >= 0 && (i = !0);
1048
- }), i;
1049
- }, Fe = (e, u) => {
1050
- const i = [];
1051
- return e.nodes.forEach((n, c) => {
1052
- De(u, n) || i.push(e.nodes[c]);
1053
- }), { nodes: i };
1054
- }, Te = {
1055
- firstGraph: be
1056
- }, je = {
1057
- defaultConfig: () => me.flowchart,
1058
- setAccTitle: ye,
1059
- getAccTitle: ve,
1060
- getAccDescription: Ve,
1061
- setAccDescription: Le,
1062
- addVertex: Ht,
1063
- lookUpDomId: P1,
1064
- addLink: Wt,
1065
- updateLinkInterpolate: Qt,
1066
- updateLink: Zt,
1067
- addClass: Jt,
1068
- setDirection: $t,
1069
- setClass: rt,
1070
- setTooltip: Pe,
1071
- getTooltip: ee,
1072
- setClickEvent: se,
1073
- setLink: te,
1074
- bindFunctions: ue,
1075
- getDirection: ie,
1076
- getVertices: re,
1077
- getEdges: ne,
1078
- getClasses: ae,
1079
- clear: oe,
1080
- setGen: le,
1081
- defaultStyle: he,
1082
- addSubGraph: fe,
1083
- getDepthFirstPos: de,
1084
- indexNodes: Ee,
1085
- getSubGraphs: ke,
1086
- destructLink: ge,
1087
- lex: Te,
1088
- exists: De,
1089
- makeUniq: Fe,
1090
- setDiagramTitle: Ie,
1091
- getDiagramTitle: Re
1092
- }, He = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1093
- __proto__: null,
1094
- addClass: Jt,
1095
- addLink: Wt,
1096
- addSingleLink: qt,
1097
- addSubGraph: fe,
1098
- addVertex: Ht,
1099
- bindFunctions: ue,
1100
- clear: oe,
1101
- default: je,
1102
- defaultStyle: he,
1103
- destructLink: ge,
1104
- firstGraph: be,
1105
- getClasses: ae,
1106
- getDepthFirstPos: de,
1107
- getDirection: ie,
1108
- getEdges: ne,
1109
- getSubGraphs: ke,
1110
- getTooltip: ee,
1111
- getVertices: re,
1112
- indexNodes: Ee,
1113
- lex: Te,
1114
- lookUpDomId: P1,
1115
- setClass: rt,
1116
- setClickEvent: se,
1117
- setDirection: $t,
1118
- setGen: le,
1119
- setLink: te,
1120
- updateLink: Zt,
1121
- updateLinkInterpolate: Qt
1122
- }, Symbol.toStringTag, { value: "Module" }));
1123
- export {
1124
- He as d,
1125
- je as f,
1126
- Xe as p
1127
- };