bg-editor 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 (67) hide show
  1. package/LICENSE +8 -0
  2. package/README.md +51 -0
  3. package/README.zh-CN.md +51 -0
  4. package/dist/_basePickBy-4kmg42pS.js +158 -0
  5. package/dist/_baseUniq-WOvvCHTI.js +621 -0
  6. package/dist/arc-wItjmL5I.js +90 -0
  7. package/dist/architecture-U656AL7Q-FYDwFSxk.js +12 -0
  8. package/dist/architectureDiagram-VXUJARFQ-iG5MkBjx.js +4666 -0
  9. package/dist/blockDiagram-VD42YOAC-i2GlXmWy.js +2268 -0
  10. package/dist/c4Diagram-YG6GDRKO-IufO7T1R.js +1587 -0
  11. package/dist/channel-Dah4F59k.js +12 -0
  12. package/dist/chunk-4BX2VUAB-5_v9rnje.js +15 -0
  13. package/dist/chunk-55IACEB6-BDNtSypP.js +15 -0
  14. package/dist/chunk-B4BG7PRW-DzaYPsfW.js +1382 -0
  15. package/dist/chunk-DI55MBZ5-Buwrprkw.js +1377 -0
  16. package/dist/chunk-FMBD7UC4-BaEPEIWb.js +26 -0
  17. package/dist/chunk-QN33PNHL-DhbA7i5G.js +26 -0
  18. package/dist/chunk-QZHKN3VN-BAb_D1oz.js +22 -0
  19. package/dist/chunk-TZMSLE5B-OU1MJ2do.js +71 -0
  20. package/dist/classDiagram-2ON5EDUG-KStC8v09.js +23 -0
  21. package/dist/classDiagram-v2-WZHVMYZB-KStC8v09.js +23 -0
  22. package/dist/clone-C74UiRbr.js +15 -0
  23. package/dist/cose-bilkent-S5V4N54A-eRXCoix2.js +2612 -0
  24. package/dist/cytoscape.esm-BG3R4uVs.js +18738 -0
  25. package/dist/dagre-6UL2VRFP-Bi83jPQf.js +451 -0
  26. package/dist/defaultLocale-DgmhL6Re.js +178 -0
  27. package/dist/diagram-PSM6KHXK-aW98k2-4.js +539 -0
  28. package/dist/diagram-QEK2KX5R-BR--iNM5.js +224 -0
  29. package/dist/diagram-S2PKOQOG-NTnEy5_O.js +149 -0
  30. package/dist/erDiagram-Q2GNP2WA-C8oZ5c-S.js +848 -0
  31. package/dist/flowDiagram-NV44I4VS-DiKad3Bb.js +1627 -0
  32. package/dist/ganttDiagram-LVOFAZNH-CthzjjJq.js +2506 -0
  33. package/dist/gitGraph-F6HP7TQM-CuXAC0XT.js +12 -0
  34. package/dist/gitGraphDiagram-NY62KEGX-d4KszKqi.js +706 -0
  35. package/dist/graph-CnOTx4E0.js +254 -0
  36. package/dist/index-D6-Wf75-.js +122127 -0
  37. package/dist/info-NVLQJR56-Dhmtdc7O.js +12 -0
  38. package/dist/infoDiagram-ER5ION4S-DedidjTu.js +31 -0
  39. package/dist/init-d639unba.js +23 -0
  40. package/dist/journeyDiagram-XKPGCS4Q-BylvmUWL.js +843 -0
  41. package/dist/kanban-definition-3W4ZIXB7-DGV_aVgU.js +725 -0
  42. package/dist/layout-OXk4OSoz.js +1342 -0
  43. package/dist/linear-CO_vz87n.js +266 -0
  44. package/dist/mermaid-parser.core-CYtF6phW.js +12928 -0
  45. package/dist/mindmap-definition-VGOIOE7T-BU05Y6Vz.js +790 -0
  46. package/dist/ordinal-CofNqUw2.js +68 -0
  47. package/dist/packet-BFZMPI3H-D7H_8Q-U.js +12 -0
  48. package/dist/pie-7BOR55EZ-BNWNcO5Z.js +12 -0
  49. package/dist/pieDiagram-ADFJNKIX-reGTUsiW.js +168 -0
  50. package/dist/quadrantDiagram-AYHSOK5B-NeHOJ0lX.js +1029 -0
  51. package/dist/radar-NHE76QYJ-DrVEcvh1.js +12 -0
  52. package/dist/requirementDiagram-UZGBJVZJ-BE76XNaT.js +857 -0
  53. package/dist/sankeyDiagram-TZEHDZUN-UHfMLEKl.js +817 -0
  54. package/dist/sequenceDiagram-WL72ISMW-62KWnVbh.js +2518 -0
  55. package/dist/stateDiagram-FKZM4ZOC--_CkWvu6.js +270 -0
  56. package/dist/stateDiagram-v2-4FDKWEC3-Dj7ZjAmI.js +23 -0
  57. package/dist/style.css +1 -0
  58. package/dist/timeline-definition-IT6M3QCI-C3Wb0xMN.js +804 -0
  59. package/dist/treemap-KMMF4GRG-Bc8F2dFd.js +12 -0
  60. package/dist/umo-editor.js +16 -0
  61. package/dist/xychartDiagram-PRI3JC2R-D2J307cO.js +1347 -0
  62. package/package.json +200 -0
  63. package/types/index.d.ts +277 -0
  64. package/types/src/components/index.d.ts +9 -0
  65. package/types/src/components/menus/button.vue.d.ts +583 -0
  66. package/types/src/components/modal.vue.d.ts +2 -0
  67. package/types/src/components/tooltip.vue.d.ts +27 -0
@@ -0,0 +1,1382 @@
1
+ import "./style.css";
2
+ import { g as et } from "./chunk-FMBD7UC4-BaEPEIWb.js";
3
+ import { g as tt } from "./chunk-55IACEB6-BDNtSypP.js";
4
+ import { s as st } from "./chunk-QN33PNHL-DhbA7i5G.js";
5
+ import { _ as A, l as Oe, c as D, o as it, r as at, u as we, d as ee, b as nt, a as rt, s as ut, g as lt, p as ot, q as ct, k as v, y as ht, x as dt, i as pt, Q as R } from "./index-D6-Wf75-.js";
6
+ /**
7
+ * @umoteam/editor 9.0.1
8
+ * @license MIT
9
+ * @author umodoc https://www.umodoc.com
10
+ * @see https://www.umodoc.com
11
+ **/
12
+ var Ve = function() {
13
+ var s = /* @__PURE__ */ A(function(I, o, c, d) {
14
+ for (c = c || {}, d = I.length; d--; c[I[d]] = o) ;
15
+ return c;
16
+ }, "o"), i = [1, 18], a = [1, 19], u = [1, 20], l = [1, 41], n = [1, 42], p = [1, 26], f = [1, 24], m = [1, 25], B = [1, 32], L = [1, 33], Ae = [1, 34], C = [1, 45], fe = [1, 35], ge = [1, 36], me = [1, 37], Ce = [1, 38], be = [1, 27], Ee = [1, 28], ye = [1, 29], Te = [1, 30], ke = [1, 31], b = [1, 44], E = [1, 46], y = [1, 43], T = [1, 47], De = [1, 9], h = [1, 8, 9], te = [1, 58], se = [1, 59], ie = [1, 60], ae = [1, 61], ne = [1, 62], Fe = [1, 63], Be = [1, 64], z = [1, 8, 9, 41], Pe = [1, 76], P = [1, 8, 9, 12, 13, 22, 39, 41, 44, 68, 69, 70, 71, 72, 73, 74, 79, 81], re = [1, 8, 9, 12, 13, 18, 20, 22, 39, 41, 44, 50, 60, 68, 69, 70, 71, 72, 73, 74, 79, 81, 86, 100, 102, 103], ue = [13, 60, 86, 100, 102, 103], K = [13, 60, 73, 74, 86, 100, 102, 103], Me = [13, 60, 68, 69, 70, 71, 72, 86, 100, 102, 103], _e = [1, 100], Y = [1, 117], Q = [1, 113], W = [1, 109], j = [1, 115], X = [1, 110], q = [1, 111], H = [1, 112], J = [1, 114], Z = [1, 116], Re = [22, 48, 60, 61, 82, 86, 87, 88, 89, 90], Se = [1, 8, 9, 39, 41, 44], le = [1, 8, 9, 22], Ge = [1, 145], Ue = [1, 8, 9, 61], N = [1, 8, 9, 22, 48, 60, 61, 82, 86, 87, 88, 89, 90], Ne = {
17
+ trace: /* @__PURE__ */ A(function() {
18
+ }, "trace"),
19
+ yy: {},
20
+ symbols_: { error: 2, start: 3, mermaidDoc: 4, statements: 5, graphConfig: 6, CLASS_DIAGRAM: 7, NEWLINE: 8, EOF: 9, statement: 10, classLabel: 11, SQS: 12, STR: 13, SQE: 14, namespaceName: 15, alphaNumToken: 16, classLiteralName: 17, DOT: 18, className: 19, GENERICTYPE: 20, relationStatement: 21, LABEL: 22, namespaceStatement: 23, classStatement: 24, memberStatement: 25, annotationStatement: 26, clickStatement: 27, styleStatement: 28, cssClassStatement: 29, noteStatement: 30, classDefStatement: 31, direction: 32, acc_title: 33, acc_title_value: 34, acc_descr: 35, acc_descr_value: 36, acc_descr_multiline_value: 37, namespaceIdentifier: 38, STRUCT_START: 39, classStatements: 40, STRUCT_STOP: 41, NAMESPACE: 42, classIdentifier: 43, STYLE_SEPARATOR: 44, members: 45, CLASS: 46, emptyBody: 47, SPACE: 48, ANNOTATION_START: 49, ANNOTATION_END: 50, MEMBER: 51, SEPARATOR: 52, relation: 53, NOTE_FOR: 54, noteText: 55, NOTE: 56, CLASSDEF: 57, classList: 58, stylesOpt: 59, ALPHA: 60, COMMA: 61, direction_tb: 62, direction_bt: 63, direction_rl: 64, direction_lr: 65, relationType: 66, lineType: 67, AGGREGATION: 68, EXTENSION: 69, COMPOSITION: 70, DEPENDENCY: 71, LOLLIPOP: 72, LINE: 73, DOTTED_LINE: 74, CALLBACK: 75, LINK: 76, LINK_TARGET: 77, CLICK: 78, CALLBACK_NAME: 79, CALLBACK_ARGS: 80, HREF: 81, STYLE: 82, CSSCLASS: 83, style: 84, styleComponent: 85, NUM: 86, COLON: 87, UNIT: 88, BRKT: 89, PCT: 90, commentToken: 91, textToken: 92, graphCodeTokens: 93, textNoTagsToken: 94, TAGSTART: 95, TAGEND: 96, "==": 97, "--": 98, DEFAULT: 99, MINUS: 100, keywords: 101, UNICODE_TEXT: 102, BQUOTE_STR: 103, $accept: 0, $end: 1 },
21
+ terminals_: { 2: "error", 7: "CLASS_DIAGRAM", 8: "NEWLINE", 9: "EOF", 12: "SQS", 13: "STR", 14: "SQE", 18: "DOT", 20: "GENERICTYPE", 22: "LABEL", 33: "acc_title", 34: "acc_title_value", 35: "acc_descr", 36: "acc_descr_value", 37: "acc_descr_multiline_value", 39: "STRUCT_START", 41: "STRUCT_STOP", 42: "NAMESPACE", 44: "STYLE_SEPARATOR", 46: "CLASS", 48: "SPACE", 49: "ANNOTATION_START", 50: "ANNOTATION_END", 51: "MEMBER", 52: "SEPARATOR", 54: "NOTE_FOR", 56: "NOTE", 57: "CLASSDEF", 60: "ALPHA", 61: "COMMA", 62: "direction_tb", 63: "direction_bt", 64: "direction_rl", 65: "direction_lr", 68: "AGGREGATION", 69: "EXTENSION", 70: "COMPOSITION", 71: "DEPENDENCY", 72: "LOLLIPOP", 73: "LINE", 74: "DOTTED_LINE", 75: "CALLBACK", 76: "LINK", 77: "LINK_TARGET", 78: "CLICK", 79: "CALLBACK_NAME", 80: "CALLBACK_ARGS", 81: "HREF", 82: "STYLE", 83: "CSSCLASS", 86: "NUM", 87: "COLON", 88: "UNIT", 89: "BRKT", 90: "PCT", 93: "graphCodeTokens", 95: "TAGSTART", 96: "TAGEND", 97: "==", 98: "--", 99: "DEFAULT", 100: "MINUS", 101: "keywords", 102: "UNICODE_TEXT", 103: "BQUOTE_STR" },
22
+ productions_: [0, [3, 1], [3, 1], [4, 1], [6, 4], [5, 1], [5, 2], [5, 3], [11, 3], [15, 1], [15, 1], [15, 3], [15, 2], [19, 1], [19, 3], [19, 1], [19, 2], [19, 2], [19, 2], [10, 1], [10, 2], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 1], [10, 2], [10, 2], [10, 1], [23, 4], [23, 5], [38, 2], [40, 1], [40, 2], [40, 3], [24, 1], [24, 3], [24, 4], [24, 3], [24, 6], [43, 2], [43, 3], [47, 0], [47, 2], [47, 2], [26, 4], [45, 1], [45, 2], [25, 1], [25, 2], [25, 1], [25, 1], [21, 3], [21, 4], [21, 4], [21, 5], [30, 3], [30, 2], [31, 3], [58, 1], [58, 3], [32, 1], [32, 1], [32, 1], [32, 1], [53, 3], [53, 2], [53, 2], [53, 1], [66, 1], [66, 1], [66, 1], [66, 1], [66, 1], [67, 1], [67, 1], [27, 3], [27, 4], [27, 3], [27, 4], [27, 4], [27, 5], [27, 3], [27, 4], [27, 4], [27, 5], [27, 4], [27, 5], [27, 5], [27, 6], [28, 3], [29, 3], [59, 1], [59, 3], [84, 1], [84, 2], [85, 1], [85, 1], [85, 1], [85, 1], [85, 1], [85, 1], [85, 1], [85, 1], [85, 1], [91, 1], [91, 1], [92, 1], [92, 1], [92, 1], [92, 1], [92, 1], [92, 1], [92, 1], [94, 1], [94, 1], [94, 1], [94, 1], [16, 1], [16, 1], [16, 1], [16, 1], [17, 1], [55, 1]],
23
+ performAction: /* @__PURE__ */ A(function(o, c, d, r, g, e, $) {
24
+ var t = e.length - 1;
25
+ switch (g) {
26
+ case 8:
27
+ this.$ = e[t - 1];
28
+ break;
29
+ case 9:
30
+ case 10:
31
+ case 13:
32
+ case 15:
33
+ this.$ = e[t];
34
+ break;
35
+ case 11:
36
+ case 14:
37
+ this.$ = e[t - 2] + "." + e[t];
38
+ break;
39
+ case 12:
40
+ case 16:
41
+ this.$ = e[t - 1] + e[t];
42
+ break;
43
+ case 17:
44
+ case 18:
45
+ this.$ = e[t - 1] + "~" + e[t] + "~";
46
+ break;
47
+ case 19:
48
+ r.addRelation(e[t]);
49
+ break;
50
+ case 20:
51
+ e[t - 1].title = r.cleanupLabel(e[t]), r.addRelation(e[t - 1]);
52
+ break;
53
+ case 31:
54
+ this.$ = e[t].trim(), r.setAccTitle(this.$);
55
+ break;
56
+ case 32:
57
+ case 33:
58
+ this.$ = e[t].trim(), r.setAccDescription(this.$);
59
+ break;
60
+ case 34:
61
+ r.addClassesToNamespace(e[t - 3], e[t - 1]);
62
+ break;
63
+ case 35:
64
+ r.addClassesToNamespace(e[t - 4], e[t - 1]);
65
+ break;
66
+ case 36:
67
+ this.$ = e[t], r.addNamespace(e[t]);
68
+ break;
69
+ case 37:
70
+ this.$ = [e[t]];
71
+ break;
72
+ case 38:
73
+ this.$ = [e[t - 1]];
74
+ break;
75
+ case 39:
76
+ e[t].unshift(e[t - 2]), this.$ = e[t];
77
+ break;
78
+ case 41:
79
+ r.setCssClass(e[t - 2], e[t]);
80
+ break;
81
+ case 42:
82
+ r.addMembers(e[t - 3], e[t - 1]);
83
+ break;
84
+ case 44:
85
+ r.setCssClass(e[t - 5], e[t - 3]), r.addMembers(e[t - 5], e[t - 1]);
86
+ break;
87
+ case 45:
88
+ this.$ = e[t], r.addClass(e[t]);
89
+ break;
90
+ case 46:
91
+ this.$ = e[t - 1], r.addClass(e[t - 1]), r.setClassLabel(e[t - 1], e[t]);
92
+ break;
93
+ case 50:
94
+ r.addAnnotation(e[t], e[t - 2]);
95
+ break;
96
+ case 51:
97
+ case 64:
98
+ this.$ = [e[t]];
99
+ break;
100
+ case 52:
101
+ e[t].push(e[t - 1]), this.$ = e[t];
102
+ break;
103
+ case 53:
104
+ break;
105
+ case 54:
106
+ r.addMember(e[t - 1], r.cleanupLabel(e[t]));
107
+ break;
108
+ case 55:
109
+ break;
110
+ case 56:
111
+ break;
112
+ case 57:
113
+ this.$ = { id1: e[t - 2], id2: e[t], relation: e[t - 1], relationTitle1: "none", relationTitle2: "none" };
114
+ break;
115
+ case 58:
116
+ this.$ = { id1: e[t - 3], id2: e[t], relation: e[t - 1], relationTitle1: e[t - 2], relationTitle2: "none" };
117
+ break;
118
+ case 59:
119
+ this.$ = { id1: e[t - 3], id2: e[t], relation: e[t - 2], relationTitle1: "none", relationTitle2: e[t - 1] };
120
+ break;
121
+ case 60:
122
+ this.$ = { id1: e[t - 4], id2: e[t], relation: e[t - 2], relationTitle1: e[t - 3], relationTitle2: e[t - 1] };
123
+ break;
124
+ case 61:
125
+ r.addNote(e[t], e[t - 1]);
126
+ break;
127
+ case 62:
128
+ r.addNote(e[t]);
129
+ break;
130
+ case 63:
131
+ this.$ = e[t - 2], r.defineClass(e[t - 1], e[t]);
132
+ break;
133
+ case 65:
134
+ this.$ = e[t - 2].concat([e[t]]);
135
+ break;
136
+ case 66:
137
+ r.setDirection("TB");
138
+ break;
139
+ case 67:
140
+ r.setDirection("BT");
141
+ break;
142
+ case 68:
143
+ r.setDirection("RL");
144
+ break;
145
+ case 69:
146
+ r.setDirection("LR");
147
+ break;
148
+ case 70:
149
+ this.$ = { type1: e[t - 2], type2: e[t], lineType: e[t - 1] };
150
+ break;
151
+ case 71:
152
+ this.$ = { type1: "none", type2: e[t], lineType: e[t - 1] };
153
+ break;
154
+ case 72:
155
+ this.$ = { type1: e[t - 1], type2: "none", lineType: e[t] };
156
+ break;
157
+ case 73:
158
+ this.$ = { type1: "none", type2: "none", lineType: e[t] };
159
+ break;
160
+ case 74:
161
+ this.$ = r.relationType.AGGREGATION;
162
+ break;
163
+ case 75:
164
+ this.$ = r.relationType.EXTENSION;
165
+ break;
166
+ case 76:
167
+ this.$ = r.relationType.COMPOSITION;
168
+ break;
169
+ case 77:
170
+ this.$ = r.relationType.DEPENDENCY;
171
+ break;
172
+ case 78:
173
+ this.$ = r.relationType.LOLLIPOP;
174
+ break;
175
+ case 79:
176
+ this.$ = r.lineType.LINE;
177
+ break;
178
+ case 80:
179
+ this.$ = r.lineType.DOTTED_LINE;
180
+ break;
181
+ case 81:
182
+ case 87:
183
+ this.$ = e[t - 2], r.setClickEvent(e[t - 1], e[t]);
184
+ break;
185
+ case 82:
186
+ case 88:
187
+ this.$ = e[t - 3], r.setClickEvent(e[t - 2], e[t - 1]), r.setTooltip(e[t - 2], e[t]);
188
+ break;
189
+ case 83:
190
+ this.$ = e[t - 2], r.setLink(e[t - 1], e[t]);
191
+ break;
192
+ case 84:
193
+ this.$ = e[t - 3], r.setLink(e[t - 2], e[t - 1], e[t]);
194
+ break;
195
+ case 85:
196
+ this.$ = e[t - 3], r.setLink(e[t - 2], e[t - 1]), r.setTooltip(e[t - 2], e[t]);
197
+ break;
198
+ case 86:
199
+ this.$ = e[t - 4], r.setLink(e[t - 3], e[t - 2], e[t]), r.setTooltip(e[t - 3], e[t - 1]);
200
+ break;
201
+ case 89:
202
+ this.$ = e[t - 3], r.setClickEvent(e[t - 2], e[t - 1], e[t]);
203
+ break;
204
+ case 90:
205
+ this.$ = e[t - 4], r.setClickEvent(e[t - 3], e[t - 2], e[t - 1]), r.setTooltip(e[t - 3], e[t]);
206
+ break;
207
+ case 91:
208
+ this.$ = e[t - 3], r.setLink(e[t - 2], e[t]);
209
+ break;
210
+ case 92:
211
+ this.$ = e[t - 4], r.setLink(e[t - 3], e[t - 1], e[t]);
212
+ break;
213
+ case 93:
214
+ this.$ = e[t - 4], r.setLink(e[t - 3], e[t - 1]), r.setTooltip(e[t - 3], e[t]);
215
+ break;
216
+ case 94:
217
+ this.$ = e[t - 5], r.setLink(e[t - 4], e[t - 2], e[t]), r.setTooltip(e[t - 4], e[t - 1]);
218
+ break;
219
+ case 95:
220
+ this.$ = e[t - 2], r.setCssStyle(e[t - 1], e[t]);
221
+ break;
222
+ case 96:
223
+ r.setCssClass(e[t - 1], e[t]);
224
+ break;
225
+ case 97:
226
+ this.$ = [e[t]];
227
+ break;
228
+ case 98:
229
+ e[t - 2].push(e[t]), this.$ = e[t - 2];
230
+ break;
231
+ case 100:
232
+ this.$ = e[t - 1] + e[t];
233
+ break;
234
+ }
235
+ }, "anonymous"),
236
+ table: [{ 3: 1, 4: 2, 5: 3, 6: 4, 7: [1, 6], 10: 5, 16: 39, 17: 40, 19: 21, 21: 7, 23: 8, 24: 9, 25: 10, 26: 11, 27: 12, 28: 13, 29: 14, 30: 15, 31: 16, 32: 17, 33: i, 35: a, 37: u, 38: 22, 42: l, 43: 23, 46: n, 49: p, 51: f, 52: m, 54: B, 56: L, 57: Ae, 60: C, 62: fe, 63: ge, 64: me, 65: Ce, 75: be, 76: Ee, 78: ye, 82: Te, 83: ke, 86: b, 100: E, 102: y, 103: T }, { 1: [3] }, { 1: [2, 1] }, { 1: [2, 2] }, { 1: [2, 3] }, s(De, [2, 5], { 8: [1, 48] }), { 8: [1, 49] }, s(h, [2, 19], { 22: [1, 50] }), s(h, [2, 21]), s(h, [2, 22]), s(h, [2, 23]), s(h, [2, 24]), s(h, [2, 25]), s(h, [2, 26]), s(h, [2, 27]), s(h, [2, 28]), s(h, [2, 29]), s(h, [2, 30]), { 34: [1, 51] }, { 36: [1, 52] }, s(h, [2, 33]), s(h, [2, 53], { 53: 53, 66: 56, 67: 57, 13: [1, 54], 22: [1, 55], 68: te, 69: se, 70: ie, 71: ae, 72: ne, 73: Fe, 74: Be }), { 39: [1, 65] }, s(z, [2, 40], { 39: [1, 67], 44: [1, 66] }), s(h, [2, 55]), s(h, [2, 56]), { 16: 68, 60: C, 86: b, 100: E, 102: y }, { 16: 39, 17: 40, 19: 69, 60: C, 86: b, 100: E, 102: y, 103: T }, { 16: 39, 17: 40, 19: 70, 60: C, 86: b, 100: E, 102: y, 103: T }, { 16: 39, 17: 40, 19: 71, 60: C, 86: b, 100: E, 102: y, 103: T }, { 60: [1, 72] }, { 13: [1, 73] }, { 16: 39, 17: 40, 19: 74, 60: C, 86: b, 100: E, 102: y, 103: T }, { 13: Pe, 55: 75 }, { 58: 77, 60: [1, 78] }, s(h, [2, 66]), s(h, [2, 67]), s(h, [2, 68]), s(h, [2, 69]), s(P, [2, 13], { 16: 39, 17: 40, 19: 80, 18: [1, 79], 20: [1, 81], 60: C, 86: b, 100: E, 102: y, 103: T }), s(P, [2, 15], { 20: [1, 82] }), { 15: 83, 16: 84, 17: 85, 60: C, 86: b, 100: E, 102: y, 103: T }, { 16: 39, 17: 40, 19: 86, 60: C, 86: b, 100: E, 102: y, 103: T }, s(re, [2, 123]), s(re, [2, 124]), s(re, [2, 125]), s(re, [2, 126]), s([1, 8, 9, 12, 13, 20, 22, 39, 41, 44, 68, 69, 70, 71, 72, 73, 74, 79, 81], [2, 127]), s(De, [2, 6], { 10: 5, 21: 7, 23: 8, 24: 9, 25: 10, 26: 11, 27: 12, 28: 13, 29: 14, 30: 15, 31: 16, 32: 17, 19: 21, 38: 22, 43: 23, 16: 39, 17: 40, 5: 87, 33: i, 35: a, 37: u, 42: l, 46: n, 49: p, 51: f, 52: m, 54: B, 56: L, 57: Ae, 60: C, 62: fe, 63: ge, 64: me, 65: Ce, 75: be, 76: Ee, 78: ye, 82: Te, 83: ke, 86: b, 100: E, 102: y, 103: T }), { 5: 88, 10: 5, 16: 39, 17: 40, 19: 21, 21: 7, 23: 8, 24: 9, 25: 10, 26: 11, 27: 12, 28: 13, 29: 14, 30: 15, 31: 16, 32: 17, 33: i, 35: a, 37: u, 38: 22, 42: l, 43: 23, 46: n, 49: p, 51: f, 52: m, 54: B, 56: L, 57: Ae, 60: C, 62: fe, 63: ge, 64: me, 65: Ce, 75: be, 76: Ee, 78: ye, 82: Te, 83: ke, 86: b, 100: E, 102: y, 103: T }, s(h, [2, 20]), s(h, [2, 31]), s(h, [2, 32]), { 13: [1, 90], 16: 39, 17: 40, 19: 89, 60: C, 86: b, 100: E, 102: y, 103: T }, { 53: 91, 66: 56, 67: 57, 68: te, 69: se, 70: ie, 71: ae, 72: ne, 73: Fe, 74: Be }, s(h, [2, 54]), { 67: 92, 73: Fe, 74: Be }, s(ue, [2, 73], { 66: 93, 68: te, 69: se, 70: ie, 71: ae, 72: ne }), s(K, [2, 74]), s(K, [2, 75]), s(K, [2, 76]), s(K, [2, 77]), s(K, [2, 78]), s(Me, [2, 79]), s(Me, [2, 80]), { 8: [1, 95], 24: 96, 40: 94, 43: 23, 46: n }, { 16: 97, 60: C, 86: b, 100: E, 102: y }, { 41: [1, 99], 45: 98, 51: _e }, { 50: [1, 101] }, { 13: [1, 102] }, { 13: [1, 103] }, { 79: [1, 104], 81: [1, 105] }, { 22: Y, 48: Q, 59: 106, 60: W, 82: j, 84: 107, 85: 108, 86: X, 87: q, 88: H, 89: J, 90: Z }, { 60: [1, 118] }, { 13: Pe, 55: 119 }, s(h, [2, 62]), s(h, [2, 128]), { 22: Y, 48: Q, 59: 120, 60: W, 61: [1, 121], 82: j, 84: 107, 85: 108, 86: X, 87: q, 88: H, 89: J, 90: Z }, s(Re, [2, 64]), { 16: 39, 17: 40, 19: 122, 60: C, 86: b, 100: E, 102: y, 103: T }, s(P, [2, 16]), s(P, [2, 17]), s(P, [2, 18]), { 39: [2, 36] }, { 15: 124, 16: 84, 17: 85, 18: [1, 123], 39: [2, 9], 60: C, 86: b, 100: E, 102: y, 103: T }, { 39: [2, 10] }, s(Se, [2, 45], { 11: 125, 12: [1, 126] }), s(De, [2, 7]), { 9: [1, 127] }, s(le, [2, 57]), { 16: 39, 17: 40, 19: 128, 60: C, 86: b, 100: E, 102: y, 103: T }, { 13: [1, 130], 16: 39, 17: 40, 19: 129, 60: C, 86: b, 100: E, 102: y, 103: T }, s(ue, [2, 72], { 66: 131, 68: te, 69: se, 70: ie, 71: ae, 72: ne }), s(ue, [2, 71]), { 41: [1, 132] }, { 24: 96, 40: 133, 43: 23, 46: n }, { 8: [1, 134], 41: [2, 37] }, s(z, [2, 41], { 39: [1, 135] }), { 41: [1, 136] }, s(z, [2, 43]), { 41: [2, 51], 45: 137, 51: _e }, { 16: 39, 17: 40, 19: 138, 60: C, 86: b, 100: E, 102: y, 103: T }, s(h, [2, 81], { 13: [1, 139] }), s(h, [2, 83], { 13: [1, 141], 77: [1, 140] }), s(h, [2, 87], { 13: [1, 142], 80: [1, 143] }), { 13: [1, 144] }, s(h, [2, 95], { 61: Ge }), s(Ue, [2, 97], { 85: 146, 22: Y, 48: Q, 60: W, 82: j, 86: X, 87: q, 88: H, 89: J, 90: Z }), s(N, [2, 99]), s(N, [2, 101]), s(N, [2, 102]), s(N, [2, 103]), s(N, [2, 104]), s(N, [2, 105]), s(N, [2, 106]), s(N, [2, 107]), s(N, [2, 108]), s(N, [2, 109]), s(h, [2, 96]), s(h, [2, 61]), s(h, [2, 63], { 61: Ge }), { 60: [1, 147] }, s(P, [2, 14]), { 15: 148, 16: 84, 17: 85, 60: C, 86: b, 100: E, 102: y, 103: T }, { 39: [2, 12] }, s(Se, [2, 46]), { 13: [1, 149] }, { 1: [2, 4] }, s(le, [2, 59]), s(le, [2, 58]), { 16: 39, 17: 40, 19: 150, 60: C, 86: b, 100: E, 102: y, 103: T }, s(ue, [2, 70]), s(h, [2, 34]), { 41: [1, 151] }, { 24: 96, 40: 152, 41: [2, 38], 43: 23, 46: n }, { 45: 153, 51: _e }, s(z, [2, 42]), { 41: [2, 52] }, s(h, [2, 50]), s(h, [2, 82]), s(h, [2, 84]), s(h, [2, 85], { 77: [1, 154] }), s(h, [2, 88]), s(h, [2, 89], { 13: [1, 155] }), s(h, [2, 91], { 13: [1, 157], 77: [1, 156] }), { 22: Y, 48: Q, 60: W, 82: j, 84: 158, 85: 108, 86: X, 87: q, 88: H, 89: J, 90: Z }, s(N, [2, 100]), s(Re, [2, 65]), { 39: [2, 11] }, { 14: [1, 159] }, s(le, [2, 60]), s(h, [2, 35]), { 41: [2, 39] }, { 41: [1, 160] }, s(h, [2, 86]), s(h, [2, 90]), s(h, [2, 92]), s(h, [2, 93], { 77: [1, 161] }), s(Ue, [2, 98], { 85: 146, 22: Y, 48: Q, 60: W, 82: j, 86: X, 87: q, 88: H, 89: J, 90: Z }), s(Se, [2, 8]), s(z, [2, 44]), s(h, [2, 94])],
237
+ defaultActions: { 2: [2, 1], 3: [2, 2], 4: [2, 3], 83: [2, 36], 85: [2, 10], 124: [2, 12], 127: [2, 4], 137: [2, 52], 148: [2, 11], 152: [2, 39] },
238
+ parseError: /* @__PURE__ */ A(function(o, c) {
239
+ if (c.recoverable)
240
+ this.trace(o);
241
+ else {
242
+ var d = new Error(o);
243
+ throw d.hash = c, d;
244
+ }
245
+ }, "parseError"),
246
+ parse: /* @__PURE__ */ A(function(o) {
247
+ var c = this, d = [0], r = [], g = [null], e = [], $ = this.table, t = "", ce = 0, ze = 0, He = 2, Ke = 1, Je = e.slice.call(arguments, 1), k = Object.create(this.lexer), O = { yy: {} };
248
+ for (var Le in this.yy)
249
+ Object.prototype.hasOwnProperty.call(this.yy, Le) && (O.yy[Le] = this.yy[Le]);
250
+ k.setInput(o, O.yy), O.yy.lexer = k, O.yy.parser = this, typeof k.yylloc > "u" && (k.yylloc = {});
251
+ var xe = k.yylloc;
252
+ e.push(xe);
253
+ var Ze = k.options && k.options.ranges;
254
+ typeof O.yy.parseError == "function" ? this.parseError = O.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
255
+ function $e(_) {
256
+ d.length = d.length - 2 * _, g.length = g.length - _, e.length = e.length - _;
257
+ }
258
+ A($e, "popStack");
259
+ function Ye() {
260
+ var _;
261
+ return _ = r.pop() || k.lex() || Ke, typeof _ != "number" && (_ instanceof Array && (r = _, _ = r.pop()), _ = c.symbols_[_] || _), _;
262
+ }
263
+ A(Ye, "lex");
264
+ for (var F, w, S, ve, M = {}, he, x, Qe, de; ; ) {
265
+ if (w = d[d.length - 1], this.defaultActions[w] ? S = this.defaultActions[w] : ((F === null || typeof F > "u") && (F = Ye()), S = $[w] && $[w][F]), typeof S > "u" || !S.length || !S[0]) {
266
+ var Ie = "";
267
+ de = [];
268
+ for (he in $[w])
269
+ this.terminals_[he] && he > He && de.push("'" + this.terminals_[he] + "'");
270
+ k.showPosition ? Ie = "Parse error on line " + (ce + 1) + `:
271
+ ` + k.showPosition() + `
272
+ Expecting ` + de.join(", ") + ", got '" + (this.terminals_[F] || F) + "'" : Ie = "Parse error on line " + (ce + 1) + ": Unexpected " + (F == Ke ? "end of input" : "'" + (this.terminals_[F] || F) + "'"), this.parseError(Ie, {
273
+ text: k.match,
274
+ token: this.terminals_[F] || F,
275
+ line: k.yylineno,
276
+ loc: xe,
277
+ expected: de
278
+ });
279
+ }
280
+ if (S[0] instanceof Array && S.length > 1)
281
+ throw new Error("Parse Error: multiple actions possible at state: " + w + ", token: " + F);
282
+ switch (S[0]) {
283
+ case 1:
284
+ d.push(F), g.push(k.yytext), e.push(k.yylloc), d.push(S[1]), F = null, ze = k.yyleng, t = k.yytext, ce = k.yylineno, xe = k.yylloc;
285
+ break;
286
+ case 2:
287
+ if (x = this.productions_[S[1]][1], M.$ = g[g.length - x], M._$ = {
288
+ first_line: e[e.length - (x || 1)].first_line,
289
+ last_line: e[e.length - 1].last_line,
290
+ first_column: e[e.length - (x || 1)].first_column,
291
+ last_column: e[e.length - 1].last_column
292
+ }, Ze && (M._$.range = [
293
+ e[e.length - (x || 1)].range[0],
294
+ e[e.length - 1].range[1]
295
+ ]), ve = this.performAction.apply(M, [
296
+ t,
297
+ ze,
298
+ ce,
299
+ O.yy,
300
+ S[1],
301
+ g,
302
+ e
303
+ ].concat(Je)), typeof ve < "u")
304
+ return ve;
305
+ x && (d = d.slice(0, -1 * x * 2), g = g.slice(0, -1 * x), e = e.slice(0, -1 * x)), d.push(this.productions_[S[1]][0]), g.push(M.$), e.push(M._$), Qe = $[d[d.length - 2]][d[d.length - 1]], d.push(Qe);
306
+ break;
307
+ case 3:
308
+ return !0;
309
+ }
310
+ }
311
+ return !0;
312
+ }, "parse")
313
+ }, qe = /* @__PURE__ */ function() {
314
+ var I = {
315
+ EOF: 1,
316
+ parseError: /* @__PURE__ */ A(function(c, d) {
317
+ if (this.yy.parser)
318
+ this.yy.parser.parseError(c, d);
319
+ else
320
+ throw new Error(c);
321
+ }, "parseError"),
322
+ // resets the lexer, sets new input
323
+ setInput: /* @__PURE__ */ A(function(o, c) {
324
+ return this.yy = c || this.yy || {}, this._input = o, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
325
+ first_line: 1,
326
+ first_column: 0,
327
+ last_line: 1,
328
+ last_column: 0
329
+ }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
330
+ }, "setInput"),
331
+ // consumes and returns one char from the input
332
+ input: /* @__PURE__ */ A(function() {
333
+ var o = this._input[0];
334
+ this.yytext += o, this.yyleng++, this.offset++, this.match += o, this.matched += o;
335
+ var c = o.match(/(?:\r\n?|\n).*/g);
336
+ return c ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), o;
337
+ }, "input"),
338
+ // unshifts one char (or a string) into the input
339
+ unput: /* @__PURE__ */ A(function(o) {
340
+ var c = o.length, d = o.split(/(?:\r\n?|\n)/g);
341
+ this._input = o + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - c), this.offset -= c;
342
+ var r = this.match.split(/(?:\r\n?|\n)/g);
343
+ this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), d.length - 1 && (this.yylineno -= d.length - 1);
344
+ var g = this.yylloc.range;
345
+ return this.yylloc = {
346
+ first_line: this.yylloc.first_line,
347
+ last_line: this.yylineno + 1,
348
+ first_column: this.yylloc.first_column,
349
+ last_column: d ? (d.length === r.length ? this.yylloc.first_column : 0) + r[r.length - d.length].length - d[0].length : this.yylloc.first_column - c
350
+ }, this.options.ranges && (this.yylloc.range = [g[0], g[0] + this.yyleng - c]), this.yyleng = this.yytext.length, this;
351
+ }, "unput"),
352
+ // When called from action, caches matched text and appends it on next action
353
+ more: /* @__PURE__ */ A(function() {
354
+ return this._more = !0, this;
355
+ }, "more"),
356
+ // 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.
357
+ reject: /* @__PURE__ */ A(function() {
358
+ if (this.options.backtrack_lexer)
359
+ this._backtrack = !0;
360
+ else
361
+ 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).
362
+ ` + this.showPosition(), {
363
+ text: "",
364
+ token: null,
365
+ line: this.yylineno
366
+ });
367
+ return this;
368
+ }, "reject"),
369
+ // retain first n characters of the match
370
+ less: /* @__PURE__ */ A(function(o) {
371
+ this.unput(this.match.slice(o));
372
+ }, "less"),
373
+ // displays already matched input, i.e. for error messages
374
+ pastInput: /* @__PURE__ */ A(function() {
375
+ var o = this.matched.substr(0, this.matched.length - this.match.length);
376
+ return (o.length > 20 ? "..." : "") + o.substr(-20).replace(/\n/g, "");
377
+ }, "pastInput"),
378
+ // displays upcoming input, i.e. for error messages
379
+ upcomingInput: /* @__PURE__ */ A(function() {
380
+ var o = this.match;
381
+ return o.length < 20 && (o += this._input.substr(0, 20 - o.length)), (o.substr(0, 20) + (o.length > 20 ? "..." : "")).replace(/\n/g, "");
382
+ }, "upcomingInput"),
383
+ // displays the character position where the lexing error occurred, i.e. for error messages
384
+ showPosition: /* @__PURE__ */ A(function() {
385
+ var o = this.pastInput(), c = new Array(o.length + 1).join("-");
386
+ return o + this.upcomingInput() + `
387
+ ` + c + "^";
388
+ }, "showPosition"),
389
+ // test the lexed token: return FALSE when not a match, otherwise return token
390
+ test_match: /* @__PURE__ */ A(function(o, c) {
391
+ var d, r, g;
392
+ if (this.options.backtrack_lexer && (g = {
393
+ yylineno: this.yylineno,
394
+ yylloc: {
395
+ first_line: this.yylloc.first_line,
396
+ last_line: this.last_line,
397
+ first_column: this.yylloc.first_column,
398
+ last_column: this.yylloc.last_column
399
+ },
400
+ yytext: this.yytext,
401
+ match: this.match,
402
+ matches: this.matches,
403
+ matched: this.matched,
404
+ yyleng: this.yyleng,
405
+ offset: this.offset,
406
+ _more: this._more,
407
+ _input: this._input,
408
+ yy: this.yy,
409
+ conditionStack: this.conditionStack.slice(0),
410
+ done: this.done
411
+ }, this.options.ranges && (g.yylloc.range = this.yylloc.range.slice(0))), r = o[0].match(/(?:\r\n?|\n).*/g), r && (this.yylineno += r.length), this.yylloc = {
412
+ first_line: this.yylloc.last_line,
413
+ last_line: this.yylineno + 1,
414
+ first_column: this.yylloc.last_column,
415
+ last_column: r ? r[r.length - 1].length - r[r.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + o[0].length
416
+ }, this.yytext += o[0], this.match += o[0], this.matches = o, 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(o[0].length), this.matched += o[0], d = this.performAction.call(this, this.yy, this, c, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), d)
417
+ return d;
418
+ if (this._backtrack) {
419
+ for (var e in g)
420
+ this[e] = g[e];
421
+ return !1;
422
+ }
423
+ return !1;
424
+ }, "test_match"),
425
+ // return next match in input
426
+ next: /* @__PURE__ */ A(function() {
427
+ if (this.done)
428
+ return this.EOF;
429
+ this._input || (this.done = !0);
430
+ var o, c, d, r;
431
+ this._more || (this.yytext = "", this.match = "");
432
+ for (var g = this._currentRules(), e = 0; e < g.length; e++)
433
+ if (d = this._input.match(this.rules[g[e]]), d && (!c || d[0].length > c[0].length)) {
434
+ if (c = d, r = e, this.options.backtrack_lexer) {
435
+ if (o = this.test_match(d, g[e]), o !== !1)
436
+ return o;
437
+ if (this._backtrack) {
438
+ c = !1;
439
+ continue;
440
+ } else
441
+ return !1;
442
+ } else if (!this.options.flex)
443
+ break;
444
+ }
445
+ return c ? (o = this.test_match(c, g[r]), o !== !1 ? o : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
446
+ ` + this.showPosition(), {
447
+ text: "",
448
+ token: null,
449
+ line: this.yylineno
450
+ });
451
+ }, "next"),
452
+ // return next match that has a token
453
+ lex: /* @__PURE__ */ A(function() {
454
+ var c = this.next();
455
+ return c || this.lex();
456
+ }, "lex"),
457
+ // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
458
+ begin: /* @__PURE__ */ A(function(c) {
459
+ this.conditionStack.push(c);
460
+ }, "begin"),
461
+ // pop the previously active lexer condition state off the condition stack
462
+ popState: /* @__PURE__ */ A(function() {
463
+ var c = this.conditionStack.length - 1;
464
+ return c > 0 ? this.conditionStack.pop() : this.conditionStack[0];
465
+ }, "popState"),
466
+ // produce the lexer rule set which is active for the currently active lexer condition state
467
+ _currentRules: /* @__PURE__ */ A(function() {
468
+ return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
469
+ }, "_currentRules"),
470
+ // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
471
+ topState: /* @__PURE__ */ A(function(c) {
472
+ return c = this.conditionStack.length - 1 - Math.abs(c || 0), c >= 0 ? this.conditionStack[c] : "INITIAL";
473
+ }, "topState"),
474
+ // alias for begin(condition)
475
+ pushState: /* @__PURE__ */ A(function(c) {
476
+ this.begin(c);
477
+ }, "pushState"),
478
+ // return the number of states currently on the stack
479
+ stateStackSize: /* @__PURE__ */ A(function() {
480
+ return this.conditionStack.length;
481
+ }, "stateStackSize"),
482
+ options: {},
483
+ performAction: /* @__PURE__ */ A(function(c, d, r, g) {
484
+ switch (r) {
485
+ case 0:
486
+ return 62;
487
+ case 1:
488
+ return 63;
489
+ case 2:
490
+ return 64;
491
+ case 3:
492
+ return 65;
493
+ case 4:
494
+ break;
495
+ case 5:
496
+ break;
497
+ case 6:
498
+ return this.begin("acc_title"), 33;
499
+ case 7:
500
+ return this.popState(), "acc_title_value";
501
+ case 8:
502
+ return this.begin("acc_descr"), 35;
503
+ case 9:
504
+ return this.popState(), "acc_descr_value";
505
+ case 10:
506
+ this.begin("acc_descr_multiline");
507
+ break;
508
+ case 11:
509
+ this.popState();
510
+ break;
511
+ case 12:
512
+ return "acc_descr_multiline_value";
513
+ case 13:
514
+ return 8;
515
+ case 14:
516
+ break;
517
+ case 15:
518
+ return 7;
519
+ case 16:
520
+ return 7;
521
+ case 17:
522
+ return "EDGE_STATE";
523
+ case 18:
524
+ this.begin("callback_name");
525
+ break;
526
+ case 19:
527
+ this.popState();
528
+ break;
529
+ case 20:
530
+ this.popState(), this.begin("callback_args");
531
+ break;
532
+ case 21:
533
+ return 79;
534
+ case 22:
535
+ this.popState();
536
+ break;
537
+ case 23:
538
+ return 80;
539
+ case 24:
540
+ this.popState();
541
+ break;
542
+ case 25:
543
+ return "STR";
544
+ case 26:
545
+ this.begin("string");
546
+ break;
547
+ case 27:
548
+ return 82;
549
+ case 28:
550
+ return 57;
551
+ case 29:
552
+ return this.begin("namespace"), 42;
553
+ case 30:
554
+ return this.popState(), 8;
555
+ case 31:
556
+ break;
557
+ case 32:
558
+ return this.begin("namespace-body"), 39;
559
+ case 33:
560
+ return this.popState(), 41;
561
+ case 34:
562
+ return "EOF_IN_STRUCT";
563
+ case 35:
564
+ return 8;
565
+ case 36:
566
+ break;
567
+ case 37:
568
+ return "EDGE_STATE";
569
+ case 38:
570
+ return this.begin("class"), 46;
571
+ case 39:
572
+ return this.popState(), 8;
573
+ case 40:
574
+ break;
575
+ case 41:
576
+ return this.popState(), this.popState(), 41;
577
+ case 42:
578
+ return this.begin("class-body"), 39;
579
+ case 43:
580
+ return this.popState(), 41;
581
+ case 44:
582
+ return "EOF_IN_STRUCT";
583
+ case 45:
584
+ return "EDGE_STATE";
585
+ case 46:
586
+ return "OPEN_IN_STRUCT";
587
+ case 47:
588
+ break;
589
+ case 48:
590
+ return "MEMBER";
591
+ case 49:
592
+ return 83;
593
+ case 50:
594
+ return 75;
595
+ case 51:
596
+ return 76;
597
+ case 52:
598
+ return 78;
599
+ case 53:
600
+ return 54;
601
+ case 54:
602
+ return 56;
603
+ case 55:
604
+ return 49;
605
+ case 56:
606
+ return 50;
607
+ case 57:
608
+ return 81;
609
+ case 58:
610
+ this.popState();
611
+ break;
612
+ case 59:
613
+ return "GENERICTYPE";
614
+ case 60:
615
+ this.begin("generic");
616
+ break;
617
+ case 61:
618
+ this.popState();
619
+ break;
620
+ case 62:
621
+ return "BQUOTE_STR";
622
+ case 63:
623
+ this.begin("bqstring");
624
+ break;
625
+ case 64:
626
+ return 77;
627
+ case 65:
628
+ return 77;
629
+ case 66:
630
+ return 77;
631
+ case 67:
632
+ return 77;
633
+ case 68:
634
+ return 69;
635
+ case 69:
636
+ return 69;
637
+ case 70:
638
+ return 71;
639
+ case 71:
640
+ return 71;
641
+ case 72:
642
+ return 70;
643
+ case 73:
644
+ return 68;
645
+ case 74:
646
+ return 72;
647
+ case 75:
648
+ return 73;
649
+ case 76:
650
+ return 74;
651
+ case 77:
652
+ return 22;
653
+ case 78:
654
+ return 44;
655
+ case 79:
656
+ return 100;
657
+ case 80:
658
+ return 18;
659
+ case 81:
660
+ return "PLUS";
661
+ case 82:
662
+ return 87;
663
+ case 83:
664
+ return 61;
665
+ case 84:
666
+ return 89;
667
+ case 85:
668
+ return 89;
669
+ case 86:
670
+ return 90;
671
+ case 87:
672
+ return "EQUALS";
673
+ case 88:
674
+ return "EQUALS";
675
+ case 89:
676
+ return 60;
677
+ case 90:
678
+ return 12;
679
+ case 91:
680
+ return 14;
681
+ case 92:
682
+ return "PUNCTUATION";
683
+ case 93:
684
+ return 86;
685
+ case 94:
686
+ return 102;
687
+ case 95:
688
+ return 48;
689
+ case 96:
690
+ return 48;
691
+ case 97:
692
+ return 9;
693
+ }
694
+ }, "anonymous"),
695
+ rules: [/^(?:.*direction\s+TB[^\n]*)/, /^(?:.*direction\s+BT[^\n]*)/, /^(?:.*direction\s+RL[^\n]*)/, /^(?:.*direction\s+LR[^\n]*)/, /^(?:%%(?!\{)*[^\n]*(\r?\n?)+)/, /^(?:%%[^\n]*(\r?\n)*)/, /^(?:accTitle\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*\{\s*)/, /^(?:[\}])/, /^(?:[^\}]*)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:classDiagram-v2\b)/, /^(?:classDiagram\b)/, /^(?:\[\*\])/, /^(?:call[\s]+)/, /^(?:\([\s]*\))/, /^(?:\()/, /^(?:[^(]*)/, /^(?:\))/, /^(?:[^)]*)/, /^(?:["])/, /^(?:[^"]*)/, /^(?:["])/, /^(?:style\b)/, /^(?:classDef\b)/, /^(?:namespace\b)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:[{])/, /^(?:[}])/, /^(?:$)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:\[\*\])/, /^(?:class\b)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:[}])/, /^(?:[{])/, /^(?:[}])/, /^(?:$)/, /^(?:\[\*\])/, /^(?:[{])/, /^(?:[\n])/, /^(?:[^{}\n]*)/, /^(?:cssClass\b)/, /^(?:callback\b)/, /^(?:link\b)/, /^(?:click\b)/, /^(?:note for\b)/, /^(?:note\b)/, /^(?:<<)/, /^(?:>>)/, /^(?:href\b)/, /^(?:[~])/, /^(?:[^~]*)/, /^(?:~)/, /^(?:[`])/, /^(?:[^`]+)/, /^(?:[`])/, /^(?:_self\b)/, /^(?:_blank\b)/, /^(?:_parent\b)/, /^(?:_top\b)/, /^(?:\s*<\|)/, /^(?:\s*\|>)/, /^(?:\s*>)/, /^(?:\s*<)/, /^(?:\s*\*)/, /^(?:\s*o\b)/, /^(?:\s*\(\))/, /^(?:--)/, /^(?:\.\.)/, /^(?::{1}[^:\n;]+)/, /^(?::{3})/, /^(?:-)/, /^(?:\.)/, /^(?:\+)/, /^(?::)/, /^(?:,)/, /^(?:#)/, /^(?:#)/, /^(?:%)/, /^(?:=)/, /^(?:=)/, /^(?:\w+)/, /^(?:\[)/, /^(?:\])/, /^(?:[!"#$%&'*+,-.`?\\/])/, /^(?:[0-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])/, /^(?:\s)/, /^(?:\s)/, /^(?:$)/],
696
+ conditions: { "namespace-body": { rules: [26, 33, 34, 35, 36, 37, 38, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, namespace: { rules: [26, 29, 30, 31, 32, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, "class-body": { rules: [26, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, class: { rules: [26, 39, 40, 41, 42, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, acc_descr_multiline: { rules: [11, 12, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, acc_descr: { rules: [9, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, acc_title: { rules: [7, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, callback_args: { rules: [22, 23, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, callback_name: { rules: [19, 20, 21, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, href: { rules: [26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, struct: { rules: [26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, generic: { rules: [26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, bqstring: { rules: [26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, string: { rules: [24, 25, 26, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97], inclusive: !1 }, INITIAL: { rules: [0, 1, 2, 3, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 26, 27, 28, 29, 38, 49, 50, 51, 52, 53, 54, 55, 56, 57, 60, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97], inclusive: !0 } }
697
+ };
698
+ return I;
699
+ }();
700
+ Ne.lexer = qe;
701
+ function oe() {
702
+ this.yy = {};
703
+ }
704
+ return A(oe, "Parser"), oe.prototype = Ne, Ne.Parser = oe, new oe();
705
+ }();
706
+ Ve.parser = Ve;
707
+ var kt = Ve, We = ["#", "+", "~", "-", ""], G, je = (G = class {
708
+ constructor(i, a) {
709
+ this.memberType = a, this.visibility = "", this.classifier = "", this.text = "";
710
+ const u = pt(i, D());
711
+ this.parseMember(u);
712
+ }
713
+ getDisplayDetails() {
714
+ let i = this.visibility + R(this.id);
715
+ this.memberType === "method" && (i += `(${R(this.parameters.trim())})`, this.returnType && (i += " : " + R(this.returnType))), i = i.trim();
716
+ const a = this.parseClassifier();
717
+ return {
718
+ displayText: i,
719
+ cssStyle: a
720
+ };
721
+ }
722
+ parseMember(i) {
723
+ let a = "";
724
+ if (this.memberType === "method") {
725
+ const n = /([#+~-])?(.+)\((.*)\)([\s$*])?(.*)([$*])?/.exec(i);
726
+ if (n) {
727
+ const p = n[1] ? n[1].trim() : "";
728
+ if (We.includes(p) && (this.visibility = p), this.id = n[2], this.parameters = n[3] ? n[3].trim() : "", a = n[4] ? n[4].trim() : "", this.returnType = n[5] ? n[5].trim() : "", a === "") {
729
+ const f = this.returnType.substring(this.returnType.length - 1);
730
+ /[$*]/.exec(f) && (a = f, this.returnType = this.returnType.substring(0, this.returnType.length - 1));
731
+ }
732
+ }
733
+ } else {
734
+ const l = i.length, n = i.substring(0, 1), p = i.substring(l - 1);
735
+ We.includes(n) && (this.visibility = n), /[$*]/.exec(p) && (a = p), this.id = i.substring(
736
+ this.visibility === "" ? 0 : 1,
737
+ a === "" ? l : l - 1
738
+ );
739
+ }
740
+ this.classifier = a, this.id = this.id.startsWith(" ") ? " " + this.id.trim() : this.id.trim();
741
+ const u = `${this.visibility ? "\\" + this.visibility : ""}${R(this.id)}${this.memberType === "method" ? `(${R(this.parameters)})${this.returnType ? " : " + R(this.returnType) : ""}` : ""}`;
742
+ this.text = u.replaceAll("<", "&lt;").replaceAll(">", "&gt;"), this.text.startsWith("\\&lt;") && (this.text = this.text.replace("\\&lt;", "~"));
743
+ }
744
+ parseClassifier() {
745
+ switch (this.classifier) {
746
+ case "*":
747
+ return "font-style:italic;";
748
+ case "$":
749
+ return "text-decoration:underline;";
750
+ default:
751
+ return "";
752
+ }
753
+ }
754
+ }, A(G, "ClassMember"), G), pe = "classId-", Xe = 0, V = /* @__PURE__ */ A((s) => v.sanitizeText(s, D()), "sanitizeText"), U, Dt = (U = class {
755
+ constructor() {
756
+ this.relations = [], this.classes = /* @__PURE__ */ new Map(), this.styleClasses = /* @__PURE__ */ new Map(), this.notes = [], this.interfaces = [], this.namespaces = /* @__PURE__ */ new Map(), this.namespaceCounter = 0, this.functions = [], this.lineType = {
757
+ LINE: 0,
758
+ DOTTED_LINE: 1
759
+ }, this.relationType = {
760
+ AGGREGATION: 0,
761
+ EXTENSION: 1,
762
+ COMPOSITION: 2,
763
+ DEPENDENCY: 3,
764
+ LOLLIPOP: 4
765
+ }, this.setupToolTips = /* @__PURE__ */ A((i) => {
766
+ let a = ee(".mermaidTooltip");
767
+ (a._groups || a)[0][0] === null && (a = ee("body").append("div").attr("class", "mermaidTooltip").style("opacity", 0)), ee(i).select("svg").selectAll("g.node").on("mouseover", (n) => {
768
+ const p = ee(n.currentTarget);
769
+ if (p.attr("title") === null)
770
+ return;
771
+ const m = this.getBoundingClientRect();
772
+ a.transition().duration(200).style("opacity", ".9"), a.text(p.attr("title")).style("left", window.scrollX + m.left + (m.right - m.left) / 2 + "px").style("top", window.scrollY + m.top - 14 + document.body.scrollTop + "px"), a.html(a.html().replace(/&lt;br\/&gt;/g, "<br/>")), p.classed("hover", !0);
773
+ }).on("mouseout", (n) => {
774
+ a.transition().duration(500).style("opacity", 0), ee(n.currentTarget).classed("hover", !1);
775
+ });
776
+ }, "setupToolTips"), this.direction = "TB", this.setAccTitle = nt, this.getAccTitle = rt, this.setAccDescription = ut, this.getAccDescription = lt, this.setDiagramTitle = ot, this.getDiagramTitle = ct, this.getConfig = /* @__PURE__ */ A(() => D().class, "getConfig"), this.functions.push(this.setupToolTips.bind(this)), this.clear(), this.addRelation = this.addRelation.bind(this), this.addClassesToNamespace = this.addClassesToNamespace.bind(this), this.addNamespace = this.addNamespace.bind(this), this.setCssClass = this.setCssClass.bind(this), this.addMembers = this.addMembers.bind(this), this.addClass = this.addClass.bind(this), this.setClassLabel = this.setClassLabel.bind(this), this.addAnnotation = this.addAnnotation.bind(this), this.addMember = this.addMember.bind(this), this.cleanupLabel = this.cleanupLabel.bind(this), this.addNote = this.addNote.bind(this), this.defineClass = this.defineClass.bind(this), this.setDirection = this.setDirection.bind(this), this.setLink = this.setLink.bind(this), this.bindFunctions = this.bindFunctions.bind(this), this.clear = this.clear.bind(this), this.setTooltip = this.setTooltip.bind(this), this.setClickEvent = this.setClickEvent.bind(this), this.setCssStyle = this.setCssStyle.bind(this);
777
+ }
778
+ splitClassNameAndType(i) {
779
+ const a = v.sanitizeText(i, D());
780
+ let u = "", l = a;
781
+ if (a.indexOf("~") > 0) {
782
+ const n = a.split("~");
783
+ l = V(n[0]), u = V(n[1]);
784
+ }
785
+ return { className: l, type: u };
786
+ }
787
+ setClassLabel(i, a) {
788
+ const u = v.sanitizeText(i, D());
789
+ a && (a = V(a));
790
+ const { className: l } = this.splitClassNameAndType(u);
791
+ this.classes.get(l).label = a, this.classes.get(l).text = `${a}${this.classes.get(l).type ? `<${this.classes.get(l).type}>` : ""}`;
792
+ }
793
+ /**
794
+ * Function called by parser when a node definition has been found.
795
+ *
796
+ * @param id - ID of the class to add
797
+ * @public
798
+ */
799
+ addClass(i) {
800
+ const a = v.sanitizeText(i, D()), { className: u, type: l } = this.splitClassNameAndType(a);
801
+ if (this.classes.has(u))
802
+ return;
803
+ const n = v.sanitizeText(u, D());
804
+ this.classes.set(n, {
805
+ id: n,
806
+ type: l,
807
+ label: n,
808
+ text: `${n}${l ? `&lt;${l}&gt;` : ""}`,
809
+ shape: "classBox",
810
+ cssClasses: "default",
811
+ methods: [],
812
+ members: [],
813
+ annotations: [],
814
+ styles: [],
815
+ domId: pe + n + "-" + Xe
816
+ }), Xe++;
817
+ }
818
+ addInterface(i, a) {
819
+ const u = {
820
+ id: `interface${this.interfaces.length}`,
821
+ label: i,
822
+ classId: a
823
+ };
824
+ this.interfaces.push(u);
825
+ }
826
+ /**
827
+ * Function to lookup domId from id in the graph definition.
828
+ *
829
+ * @param id - class ID to lookup
830
+ * @public
831
+ */
832
+ lookUpDomId(i) {
833
+ const a = v.sanitizeText(i, D());
834
+ if (this.classes.has(a))
835
+ return this.classes.get(a).domId;
836
+ throw new Error("Class not found: " + a);
837
+ }
838
+ clear() {
839
+ this.relations = [], this.classes = /* @__PURE__ */ new Map(), this.notes = [], this.interfaces = [], this.functions = [], this.functions.push(this.setupToolTips.bind(this)), this.namespaces = /* @__PURE__ */ new Map(), this.namespaceCounter = 0, this.direction = "TB", ht();
840
+ }
841
+ getClass(i) {
842
+ return this.classes.get(i);
843
+ }
844
+ getClasses() {
845
+ return this.classes;
846
+ }
847
+ getRelations() {
848
+ return this.relations;
849
+ }
850
+ getNotes() {
851
+ return this.notes;
852
+ }
853
+ addRelation(i) {
854
+ Oe.debug("Adding relation: " + JSON.stringify(i));
855
+ const a = [
856
+ this.relationType.LOLLIPOP,
857
+ this.relationType.AGGREGATION,
858
+ this.relationType.COMPOSITION,
859
+ this.relationType.DEPENDENCY,
860
+ this.relationType.EXTENSION
861
+ ];
862
+ i.relation.type1 === this.relationType.LOLLIPOP && !a.includes(i.relation.type2) ? (this.addClass(i.id2), this.addInterface(i.id1, i.id2), i.id1 = `interface${this.interfaces.length - 1}`) : i.relation.type2 === this.relationType.LOLLIPOP && !a.includes(i.relation.type1) ? (this.addClass(i.id1), this.addInterface(i.id2, i.id1), i.id2 = `interface${this.interfaces.length - 1}`) : (this.addClass(i.id1), this.addClass(i.id2)), i.id1 = this.splitClassNameAndType(i.id1).className, i.id2 = this.splitClassNameAndType(i.id2).className, i.relationTitle1 = v.sanitizeText(
863
+ i.relationTitle1.trim(),
864
+ D()
865
+ ), i.relationTitle2 = v.sanitizeText(
866
+ i.relationTitle2.trim(),
867
+ D()
868
+ ), this.relations.push(i);
869
+ }
870
+ /**
871
+ * Adds an annotation to the specified class Annotations mark special properties of the given type
872
+ * (like 'interface' or 'service')
873
+ *
874
+ * @param className - The class name
875
+ * @param annotation - The name of the annotation without any brackets
876
+ * @public
877
+ */
878
+ addAnnotation(i, a) {
879
+ const u = this.splitClassNameAndType(i).className;
880
+ this.classes.get(u).annotations.push(a);
881
+ }
882
+ /**
883
+ * Adds a member to the specified class
884
+ *
885
+ * @param className - The class name
886
+ * @param member - The full name of the member. If the member is enclosed in `<<brackets>>` it is
887
+ * treated as an annotation If the member is ending with a closing bracket ) it is treated as a
888
+ * method Otherwise the member will be treated as a normal property
889
+ * @public
890
+ */
891
+ addMember(i, a) {
892
+ this.addClass(i);
893
+ const u = this.splitClassNameAndType(i).className, l = this.classes.get(u);
894
+ if (typeof a == "string") {
895
+ const n = a.trim();
896
+ n.startsWith("<<") && n.endsWith(">>") ? l.annotations.push(V(n.substring(2, n.length - 2))) : n.indexOf(")") > 0 ? l.methods.push(new je(n, "method")) : n && l.members.push(new je(n, "attribute"));
897
+ }
898
+ }
899
+ addMembers(i, a) {
900
+ Array.isArray(a) && (a.reverse(), a.forEach((u) => this.addMember(i, u)));
901
+ }
902
+ addNote(i, a) {
903
+ const u = {
904
+ id: `note${this.notes.length}`,
905
+ class: a,
906
+ text: i
907
+ };
908
+ this.notes.push(u);
909
+ }
910
+ cleanupLabel(i) {
911
+ return i.startsWith(":") && (i = i.substring(1)), V(i.trim());
912
+ }
913
+ /**
914
+ * Called by parser when assigning cssClass to a class
915
+ *
916
+ * @param ids - Comma separated list of ids
917
+ * @param className - Class to add
918
+ */
919
+ setCssClass(i, a) {
920
+ i.split(",").forEach((u) => {
921
+ let l = u;
922
+ /\d/.exec(u[0]) && (l = pe + l);
923
+ const n = this.classes.get(l);
924
+ n && (n.cssClasses += " " + a);
925
+ });
926
+ }
927
+ defineClass(i, a) {
928
+ for (const u of i) {
929
+ let l = this.styleClasses.get(u);
930
+ l === void 0 && (l = { id: u, styles: [], textStyles: [] }, this.styleClasses.set(u, l)), a && a.forEach((n) => {
931
+ if (/color/.exec(n)) {
932
+ const p = n.replace("fill", "bgFill");
933
+ l.textStyles.push(p);
934
+ }
935
+ l.styles.push(n);
936
+ }), this.classes.forEach((n) => {
937
+ n.cssClasses.includes(u) && n.styles.push(...a.flatMap((p) => p.split(",")));
938
+ });
939
+ }
940
+ }
941
+ /**
942
+ * Called by parser when a tooltip is found, e.g. a clickable element.
943
+ *
944
+ * @param ids - Comma separated list of ids
945
+ * @param tooltip - Tooltip to add
946
+ */
947
+ setTooltip(i, a) {
948
+ i.split(",").forEach((u) => {
949
+ a !== void 0 && (this.classes.get(u).tooltip = V(a));
950
+ });
951
+ }
952
+ getTooltip(i, a) {
953
+ return a && this.namespaces.has(a) ? this.namespaces.get(a).classes.get(i).tooltip : this.classes.get(i).tooltip;
954
+ }
955
+ /**
956
+ * Called by parser when a link is found. Adds the URL to the vertex data.
957
+ *
958
+ * @param ids - Comma separated list of ids
959
+ * @param linkStr - URL to create a link for
960
+ * @param target - Target of the link, _blank by default as originally defined in the svgDraw.js file
961
+ */
962
+ setLink(i, a, u) {
963
+ const l = D();
964
+ i.split(",").forEach((n) => {
965
+ let p = n;
966
+ /\d/.exec(n[0]) && (p = pe + p);
967
+ const f = this.classes.get(p);
968
+ f && (f.link = we.formatUrl(a, l), l.securityLevel === "sandbox" ? f.linkTarget = "_top" : typeof u == "string" ? f.linkTarget = V(u) : f.linkTarget = "_blank");
969
+ }), this.setCssClass(i, "clickable");
970
+ }
971
+ /**
972
+ * Called by parser when a click definition is found. Registers an event handler.
973
+ *
974
+ * @param ids - Comma separated list of ids
975
+ * @param functionName - Function to be called on click
976
+ * @param functionArgs - Function args the function should be called with
977
+ */
978
+ setClickEvent(i, a, u) {
979
+ i.split(",").forEach((l) => {
980
+ this.setClickFunc(l, a, u), this.classes.get(l).haveCallback = !0;
981
+ }), this.setCssClass(i, "clickable");
982
+ }
983
+ setClickFunc(i, a, u) {
984
+ const l = v.sanitizeText(i, D());
985
+ if (D().securityLevel !== "loose" || a === void 0)
986
+ return;
987
+ const p = l;
988
+ if (this.classes.has(p)) {
989
+ const f = this.lookUpDomId(p);
990
+ let m = [];
991
+ if (typeof u == "string") {
992
+ m = u.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/);
993
+ for (let B = 0; B < m.length; B++) {
994
+ let L = m[B].trim();
995
+ L.startsWith('"') && L.endsWith('"') && (L = L.substr(1, L.length - 2)), m[B] = L;
996
+ }
997
+ }
998
+ m.length === 0 && m.push(f), this.functions.push(() => {
999
+ const B = document.querySelector(`[id="${f}"]`);
1000
+ B !== null && B.addEventListener(
1001
+ "click",
1002
+ () => {
1003
+ we.runFunc(a, ...m);
1004
+ },
1005
+ !1
1006
+ );
1007
+ });
1008
+ }
1009
+ }
1010
+ bindFunctions(i) {
1011
+ this.functions.forEach((a) => {
1012
+ a(i);
1013
+ });
1014
+ }
1015
+ getDirection() {
1016
+ return this.direction;
1017
+ }
1018
+ setDirection(i) {
1019
+ this.direction = i;
1020
+ }
1021
+ /**
1022
+ * Function called by parser when a namespace definition has been found.
1023
+ *
1024
+ * @param id - ID of the namespace to add
1025
+ * @public
1026
+ */
1027
+ addNamespace(i) {
1028
+ this.namespaces.has(i) || (this.namespaces.set(i, {
1029
+ id: i,
1030
+ classes: /* @__PURE__ */ new Map(),
1031
+ children: {},
1032
+ domId: pe + i + "-" + this.namespaceCounter
1033
+ }), this.namespaceCounter++);
1034
+ }
1035
+ getNamespace(i) {
1036
+ return this.namespaces.get(i);
1037
+ }
1038
+ getNamespaces() {
1039
+ return this.namespaces;
1040
+ }
1041
+ /**
1042
+ * Function called by parser when a namespace definition has been found.
1043
+ *
1044
+ * @param id - ID of the namespace to add
1045
+ * @param classNames - IDs of the class to add
1046
+ * @public
1047
+ */
1048
+ addClassesToNamespace(i, a) {
1049
+ if (this.namespaces.has(i))
1050
+ for (const u of a) {
1051
+ const { className: l } = this.splitClassNameAndType(u);
1052
+ this.classes.get(l).parent = i, this.namespaces.get(i).classes.set(l, this.classes.get(l));
1053
+ }
1054
+ }
1055
+ setCssStyle(i, a) {
1056
+ const u = this.classes.get(i);
1057
+ if (!(!a || !u))
1058
+ for (const l of a)
1059
+ l.includes(",") ? u.styles.push(...l.split(",")) : u.styles.push(l);
1060
+ }
1061
+ /**
1062
+ * Gets the arrow marker for a type index
1063
+ *
1064
+ * @param type - The type to look for
1065
+ * @returns The arrow marker
1066
+ */
1067
+ getArrowMarker(i) {
1068
+ let a;
1069
+ switch (i) {
1070
+ case 0:
1071
+ a = "aggregation";
1072
+ break;
1073
+ case 1:
1074
+ a = "extension";
1075
+ break;
1076
+ case 2:
1077
+ a = "composition";
1078
+ break;
1079
+ case 3:
1080
+ a = "dependency";
1081
+ break;
1082
+ case 4:
1083
+ a = "lollipop";
1084
+ break;
1085
+ default:
1086
+ a = "none";
1087
+ }
1088
+ return a;
1089
+ }
1090
+ getData() {
1091
+ const i = [], a = [], u = D();
1092
+ for (const n of this.namespaces.keys()) {
1093
+ const p = this.namespaces.get(n);
1094
+ if (p) {
1095
+ const f = {
1096
+ id: p.id,
1097
+ label: p.id,
1098
+ isGroup: !0,
1099
+ padding: u.class.padding ?? 16,
1100
+ // parent node must be one of [rect, roundedWithTitle, noteGroup, divider]
1101
+ shape: "rect",
1102
+ cssStyles: ["fill: none", "stroke: black"],
1103
+ look: u.look
1104
+ };
1105
+ i.push(f);
1106
+ }
1107
+ }
1108
+ for (const n of this.classes.keys()) {
1109
+ const p = this.classes.get(n);
1110
+ if (p) {
1111
+ const f = p;
1112
+ f.parentId = p.parent, f.look = u.look, i.push(f);
1113
+ }
1114
+ }
1115
+ let l = 0;
1116
+ for (const n of this.notes) {
1117
+ l++;
1118
+ const p = {
1119
+ id: n.id,
1120
+ label: n.text,
1121
+ isGroup: !1,
1122
+ shape: "note",
1123
+ padding: u.class.padding ?? 6,
1124
+ cssStyles: [
1125
+ "text-align: left",
1126
+ "white-space: nowrap",
1127
+ `fill: ${u.themeVariables.noteBkgColor}`,
1128
+ `stroke: ${u.themeVariables.noteBorderColor}`
1129
+ ],
1130
+ look: u.look
1131
+ };
1132
+ i.push(p);
1133
+ const f = this.classes.get(n.class)?.id ?? "";
1134
+ if (f) {
1135
+ const m = {
1136
+ id: `edgeNote${l}`,
1137
+ start: n.id,
1138
+ end: f,
1139
+ type: "normal",
1140
+ thickness: "normal",
1141
+ classes: "relation",
1142
+ arrowTypeStart: "none",
1143
+ arrowTypeEnd: "none",
1144
+ arrowheadStyle: "",
1145
+ labelStyle: [""],
1146
+ style: ["fill: none"],
1147
+ pattern: "dotted",
1148
+ look: u.look
1149
+ };
1150
+ a.push(m);
1151
+ }
1152
+ }
1153
+ for (const n of this.interfaces) {
1154
+ const p = {
1155
+ id: n.id,
1156
+ label: n.label,
1157
+ isGroup: !1,
1158
+ shape: "rect",
1159
+ cssStyles: ["opacity: 0;"],
1160
+ look: u.look
1161
+ };
1162
+ i.push(p);
1163
+ }
1164
+ l = 0;
1165
+ for (const n of this.relations) {
1166
+ l++;
1167
+ const p = {
1168
+ id: dt(n.id1, n.id2, {
1169
+ prefix: "id",
1170
+ counter: l
1171
+ }),
1172
+ start: n.id1,
1173
+ end: n.id2,
1174
+ type: "normal",
1175
+ label: n.title,
1176
+ labelpos: "c",
1177
+ thickness: "normal",
1178
+ classes: "relation",
1179
+ arrowTypeStart: this.getArrowMarker(n.relation.type1),
1180
+ arrowTypeEnd: this.getArrowMarker(n.relation.type2),
1181
+ startLabelRight: n.relationTitle1 === "none" ? "" : n.relationTitle1,
1182
+ endLabelLeft: n.relationTitle2 === "none" ? "" : n.relationTitle2,
1183
+ arrowheadStyle: "",
1184
+ labelStyle: ["display: inline-block"],
1185
+ style: n.style || "",
1186
+ pattern: n.relation.lineType == 1 ? "dashed" : "solid",
1187
+ look: u.look
1188
+ };
1189
+ a.push(p);
1190
+ }
1191
+ return { nodes: i, edges: a, other: {}, config: u, direction: this.getDirection() };
1192
+ }
1193
+ }, A(U, "ClassDB"), U), At = /* @__PURE__ */ A((s) => `g.classGroup text {
1194
+ fill: ${s.nodeBorder || s.classText};
1195
+ stroke: none;
1196
+ font-family: ${s.fontFamily};
1197
+ font-size: 10px;
1198
+
1199
+ .title {
1200
+ font-weight: bolder;
1201
+ }
1202
+
1203
+ }
1204
+
1205
+ .nodeLabel, .edgeLabel {
1206
+ color: ${s.classText};
1207
+ }
1208
+ .edgeLabel .label rect {
1209
+ fill: ${s.mainBkg};
1210
+ }
1211
+ .label text {
1212
+ fill: ${s.classText};
1213
+ }
1214
+
1215
+ .labelBkg {
1216
+ background: ${s.mainBkg};
1217
+ }
1218
+ .edgeLabel .label span {
1219
+ background: ${s.mainBkg};
1220
+ }
1221
+
1222
+ .classTitle {
1223
+ font-weight: bolder;
1224
+ }
1225
+ .node rect,
1226
+ .node circle,
1227
+ .node ellipse,
1228
+ .node polygon,
1229
+ .node path {
1230
+ fill: ${s.mainBkg};
1231
+ stroke: ${s.nodeBorder};
1232
+ stroke-width: 1px;
1233
+ }
1234
+
1235
+
1236
+ .divider {
1237
+ stroke: ${s.nodeBorder};
1238
+ stroke-width: 1;
1239
+ }
1240
+
1241
+ g.clickable {
1242
+ cursor: pointer;
1243
+ }
1244
+
1245
+ g.classGroup rect {
1246
+ fill: ${s.mainBkg};
1247
+ stroke: ${s.nodeBorder};
1248
+ }
1249
+
1250
+ g.classGroup line {
1251
+ stroke: ${s.nodeBorder};
1252
+ stroke-width: 1;
1253
+ }
1254
+
1255
+ .classLabel .box {
1256
+ stroke: none;
1257
+ stroke-width: 0;
1258
+ fill: ${s.mainBkg};
1259
+ opacity: 0.5;
1260
+ }
1261
+
1262
+ .classLabel .label {
1263
+ fill: ${s.nodeBorder};
1264
+ font-size: 10px;
1265
+ }
1266
+
1267
+ .relation {
1268
+ stroke: ${s.lineColor};
1269
+ stroke-width: 1;
1270
+ fill: none;
1271
+ }
1272
+
1273
+ .dashed-line{
1274
+ stroke-dasharray: 3;
1275
+ }
1276
+
1277
+ .dotted-line{
1278
+ stroke-dasharray: 1 2;
1279
+ }
1280
+
1281
+ #compositionStart, .composition {
1282
+ fill: ${s.lineColor} !important;
1283
+ stroke: ${s.lineColor} !important;
1284
+ stroke-width: 1;
1285
+ }
1286
+
1287
+ #compositionEnd, .composition {
1288
+ fill: ${s.lineColor} !important;
1289
+ stroke: ${s.lineColor} !important;
1290
+ stroke-width: 1;
1291
+ }
1292
+
1293
+ #dependencyStart, .dependency {
1294
+ fill: ${s.lineColor} !important;
1295
+ stroke: ${s.lineColor} !important;
1296
+ stroke-width: 1;
1297
+ }
1298
+
1299
+ #dependencyStart, .dependency {
1300
+ fill: ${s.lineColor} !important;
1301
+ stroke: ${s.lineColor} !important;
1302
+ stroke-width: 1;
1303
+ }
1304
+
1305
+ #extensionStart, .extension {
1306
+ fill: transparent !important;
1307
+ stroke: ${s.lineColor} !important;
1308
+ stroke-width: 1;
1309
+ }
1310
+
1311
+ #extensionEnd, .extension {
1312
+ fill: transparent !important;
1313
+ stroke: ${s.lineColor} !important;
1314
+ stroke-width: 1;
1315
+ }
1316
+
1317
+ #aggregationStart, .aggregation {
1318
+ fill: transparent !important;
1319
+ stroke: ${s.lineColor} !important;
1320
+ stroke-width: 1;
1321
+ }
1322
+
1323
+ #aggregationEnd, .aggregation {
1324
+ fill: transparent !important;
1325
+ stroke: ${s.lineColor} !important;
1326
+ stroke-width: 1;
1327
+ }
1328
+
1329
+ #lollipopStart, .lollipop {
1330
+ fill: ${s.mainBkg} !important;
1331
+ stroke: ${s.lineColor} !important;
1332
+ stroke-width: 1;
1333
+ }
1334
+
1335
+ #lollipopEnd, .lollipop {
1336
+ fill: ${s.mainBkg} !important;
1337
+ stroke: ${s.lineColor} !important;
1338
+ stroke-width: 1;
1339
+ }
1340
+
1341
+ .edgeTerminals {
1342
+ font-size: 11px;
1343
+ line-height: initial;
1344
+ }
1345
+
1346
+ .classTitleText {
1347
+ text-anchor: middle;
1348
+ font-size: 18px;
1349
+ fill: ${s.textColor};
1350
+ }
1351
+ ${et()}
1352
+ `, "getStyles"), Ft = At, ft = /* @__PURE__ */ A((s, i = "TB") => {
1353
+ if (!s.doc)
1354
+ return i;
1355
+ let a = i;
1356
+ for (const u of s.doc)
1357
+ u.stmt === "dir" && (a = u.value);
1358
+ return a;
1359
+ }, "getDir"), gt = /* @__PURE__ */ A(function(s, i) {
1360
+ return i.db.getClasses();
1361
+ }, "getClasses"), mt = /* @__PURE__ */ A(async function(s, i, a, u) {
1362
+ Oe.info("REF0:"), Oe.info("Drawing class diagram (v3)", i);
1363
+ const { securityLevel: l, state: n, layout: p } = D(), f = u.db.getData(), m = tt(i, l);
1364
+ f.type = u.type, f.layoutAlgorithm = it(p), f.nodeSpacing = n?.nodeSpacing || 50, f.rankSpacing = n?.rankSpacing || 50, f.markers = ["aggregation", "extension", "composition", "dependency", "lollipop"], f.diagramId = i, await at(f, m);
1365
+ const B = 8;
1366
+ we.insertTitle(
1367
+ m,
1368
+ "classDiagramTitleText",
1369
+ n?.titleTopMargin ?? 25,
1370
+ u.db.getDiagramTitle()
1371
+ ), st(m, B, "classDiagram", n?.useMaxWidth ?? !0);
1372
+ }, "draw"), Bt = {
1373
+ getClasses: gt,
1374
+ draw: mt,
1375
+ getDir: ft
1376
+ };
1377
+ export {
1378
+ Dt as C,
1379
+ kt as a,
1380
+ Bt as c,
1381
+ Ft as s
1382
+ };