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,857 @@
1
+ import "./style.css";
2
+ import { g as Ge } from "./chunk-55IACEB6-BDNtSypP.js";
3
+ import { s as ze } from "./chunk-QN33PNHL-DhbA7i5G.js";
4
+ import { _ as f, b as Xe, a as Je, s as Ze, g as et, p as tt, q as st, c as Ne, l as qe, y as it, B as rt, o as nt, r as at, u as lt } from "./index-D6-Wf75-.js";
5
+ /**
6
+ * @umoteam/editor 9.0.1
7
+ * @license MIT
8
+ * @author umodoc https://www.umodoc.com
9
+ * @see https://www.umodoc.com
10
+ **/
11
+ var Ae = function() {
12
+ var e = /* @__PURE__ */ f(function(P, i, n, c) {
13
+ for (n = n || {}, c = P.length; c--; n[P[c]] = i) ;
14
+ return n;
15
+ }, "o"), l = [1, 3], u = [1, 4], h = [1, 5], r = [1, 6], o = [5, 6, 8, 9, 11, 13, 21, 22, 23, 24, 41, 42, 43, 44, 45, 46, 54, 72, 74, 77, 89, 90], m = [1, 22], y = [2, 7], _ = [1, 26], b = [1, 27], N = [1, 28], q = [1, 29], A = [1, 33], C = [1, 34], V = [1, 35], v = [1, 36], x = [1, 37], L = [1, 38], D = [1, 24], O = [1, 31], w = [1, 32], M = [1, 30], p = [1, 39], R = [1, 40], d = [5, 8, 9, 11, 13, 21, 22, 23, 24, 41, 42, 43, 44, 45, 46, 54, 72, 74, 77, 89, 90], $ = [1, 61], X = [89, 90], Ce = [5, 8, 9, 11, 13, 21, 22, 23, 24, 27, 29, 41, 42, 43, 44, 45, 46, 54, 61, 63, 72, 74, 75, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], de = [27, 29], Ve = [1, 70], ve = [1, 71], xe = [1, 72], Le = [1, 73], De = [1, 74], Oe = [1, 75], we = [1, 76], ee = [1, 83], U = [1, 80], te = [1, 84], se = [1, 85], ie = [1, 86], re = [1, 87], ne = [1, 88], ae = [1, 89], le = [1, 90], ce = [1, 91], oe = [1, 92], pe = [5, 8, 9, 11, 13, 21, 22, 23, 24, 27, 41, 42, 43, 44, 45, 46, 54, 72, 74, 75, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], Y = [63, 64], Me = [1, 101], Fe = [5, 8, 9, 11, 13, 21, 22, 23, 24, 41, 42, 43, 44, 45, 46, 54, 72, 74, 76, 77, 89, 90], T = [5, 8, 9, 11, 13, 21, 22, 23, 24, 41, 42, 43, 44, 45, 46, 54, 72, 74, 75, 76, 77, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90], B = [1, 110], Q = [1, 106], H = [1, 107], K = [1, 108], W = [1, 109], j = [1, 111], he = [1, 116], ue = [1, 117], fe = [1, 114], me = [1, 115], Se = {
16
+ trace: /* @__PURE__ */ f(function() {
17
+ }, "trace"),
18
+ yy: {},
19
+ symbols_: { error: 2, start: 3, directive: 4, NEWLINE: 5, RD: 6, diagram: 7, EOF: 8, acc_title: 9, acc_title_value: 10, acc_descr: 11, acc_descr_value: 12, acc_descr_multiline_value: 13, requirementDef: 14, elementDef: 15, relationshipDef: 16, direction: 17, styleStatement: 18, classDefStatement: 19, classStatement: 20, direction_tb: 21, direction_bt: 22, direction_rl: 23, direction_lr: 24, requirementType: 25, requirementName: 26, STRUCT_START: 27, requirementBody: 28, STYLE_SEPARATOR: 29, idList: 30, ID: 31, COLONSEP: 32, id: 33, TEXT: 34, text: 35, RISK: 36, riskLevel: 37, VERIFYMTHD: 38, verifyType: 39, STRUCT_STOP: 40, REQUIREMENT: 41, FUNCTIONAL_REQUIREMENT: 42, INTERFACE_REQUIREMENT: 43, PERFORMANCE_REQUIREMENT: 44, PHYSICAL_REQUIREMENT: 45, DESIGN_CONSTRAINT: 46, LOW_RISK: 47, MED_RISK: 48, HIGH_RISK: 49, VERIFY_ANALYSIS: 50, VERIFY_DEMONSTRATION: 51, VERIFY_INSPECTION: 52, VERIFY_TEST: 53, ELEMENT: 54, elementName: 55, elementBody: 56, TYPE: 57, type: 58, DOCREF: 59, ref: 60, END_ARROW_L: 61, relationship: 62, LINE: 63, END_ARROW_R: 64, CONTAINS: 65, COPIES: 66, DERIVES: 67, SATISFIES: 68, VERIFIES: 69, REFINES: 70, TRACES: 71, CLASSDEF: 72, stylesOpt: 73, CLASS: 74, ALPHA: 75, COMMA: 76, STYLE: 77, style: 78, styleComponent: 79, NUM: 80, COLON: 81, UNIT: 82, SPACE: 83, BRKT: 84, PCT: 85, MINUS: 86, LABEL: 87, SEMICOLON: 88, unqString: 89, qString: 90, $accept: 0, $end: 1 },
20
+ terminals_: { 2: "error", 5: "NEWLINE", 6: "RD", 8: "EOF", 9: "acc_title", 10: "acc_title_value", 11: "acc_descr", 12: "acc_descr_value", 13: "acc_descr_multiline_value", 21: "direction_tb", 22: "direction_bt", 23: "direction_rl", 24: "direction_lr", 27: "STRUCT_START", 29: "STYLE_SEPARATOR", 31: "ID", 32: "COLONSEP", 34: "TEXT", 36: "RISK", 38: "VERIFYMTHD", 40: "STRUCT_STOP", 41: "REQUIREMENT", 42: "FUNCTIONAL_REQUIREMENT", 43: "INTERFACE_REQUIREMENT", 44: "PERFORMANCE_REQUIREMENT", 45: "PHYSICAL_REQUIREMENT", 46: "DESIGN_CONSTRAINT", 47: "LOW_RISK", 48: "MED_RISK", 49: "HIGH_RISK", 50: "VERIFY_ANALYSIS", 51: "VERIFY_DEMONSTRATION", 52: "VERIFY_INSPECTION", 53: "VERIFY_TEST", 54: "ELEMENT", 57: "TYPE", 59: "DOCREF", 61: "END_ARROW_L", 63: "LINE", 64: "END_ARROW_R", 65: "CONTAINS", 66: "COPIES", 67: "DERIVES", 68: "SATISFIES", 69: "VERIFIES", 70: "REFINES", 71: "TRACES", 72: "CLASSDEF", 74: "CLASS", 75: "ALPHA", 76: "COMMA", 77: "STYLE", 80: "NUM", 81: "COLON", 82: "UNIT", 83: "SPACE", 84: "BRKT", 85: "PCT", 86: "MINUS", 87: "LABEL", 88: "SEMICOLON", 89: "unqString", 90: "qString" },
21
+ productions_: [0, [3, 3], [3, 2], [3, 4], [4, 2], [4, 2], [4, 1], [7, 0], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [7, 2], [17, 1], [17, 1], [17, 1], [17, 1], [14, 5], [14, 7], [28, 5], [28, 5], [28, 5], [28, 5], [28, 2], [28, 1], [25, 1], [25, 1], [25, 1], [25, 1], [25, 1], [25, 1], [37, 1], [37, 1], [37, 1], [39, 1], [39, 1], [39, 1], [39, 1], [15, 5], [15, 7], [56, 5], [56, 5], [56, 2], [56, 1], [16, 5], [16, 5], [62, 1], [62, 1], [62, 1], [62, 1], [62, 1], [62, 1], [62, 1], [19, 3], [20, 3], [20, 3], [30, 1], [30, 3], [30, 1], [30, 3], [18, 3], [73, 1], [73, 3], [78, 1], [78, 2], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [79, 1], [26, 1], [26, 1], [33, 1], [33, 1], [35, 1], [35, 1], [55, 1], [55, 1], [58, 1], [58, 1], [60, 1], [60, 1]],
22
+ performAction: /* @__PURE__ */ f(function(i, n, c, s, E, t, Ee) {
23
+ var a = t.length - 1;
24
+ switch (E) {
25
+ case 4:
26
+ this.$ = t[a].trim(), s.setAccTitle(this.$);
27
+ break;
28
+ case 5:
29
+ case 6:
30
+ this.$ = t[a].trim(), s.setAccDescription(this.$);
31
+ break;
32
+ case 7:
33
+ this.$ = [];
34
+ break;
35
+ case 17:
36
+ s.setDirection("TB");
37
+ break;
38
+ case 18:
39
+ s.setDirection("BT");
40
+ break;
41
+ case 19:
42
+ s.setDirection("RL");
43
+ break;
44
+ case 20:
45
+ s.setDirection("LR");
46
+ break;
47
+ case 21:
48
+ s.addRequirement(t[a - 3], t[a - 4]);
49
+ break;
50
+ case 22:
51
+ s.addRequirement(t[a - 5], t[a - 6]), s.setClass([t[a - 5]], t[a - 3]);
52
+ break;
53
+ case 23:
54
+ s.setNewReqId(t[a - 2]);
55
+ break;
56
+ case 24:
57
+ s.setNewReqText(t[a - 2]);
58
+ break;
59
+ case 25:
60
+ s.setNewReqRisk(t[a - 2]);
61
+ break;
62
+ case 26:
63
+ s.setNewReqVerifyMethod(t[a - 2]);
64
+ break;
65
+ case 29:
66
+ this.$ = s.RequirementType.REQUIREMENT;
67
+ break;
68
+ case 30:
69
+ this.$ = s.RequirementType.FUNCTIONAL_REQUIREMENT;
70
+ break;
71
+ case 31:
72
+ this.$ = s.RequirementType.INTERFACE_REQUIREMENT;
73
+ break;
74
+ case 32:
75
+ this.$ = s.RequirementType.PERFORMANCE_REQUIREMENT;
76
+ break;
77
+ case 33:
78
+ this.$ = s.RequirementType.PHYSICAL_REQUIREMENT;
79
+ break;
80
+ case 34:
81
+ this.$ = s.RequirementType.DESIGN_CONSTRAINT;
82
+ break;
83
+ case 35:
84
+ this.$ = s.RiskLevel.LOW_RISK;
85
+ break;
86
+ case 36:
87
+ this.$ = s.RiskLevel.MED_RISK;
88
+ break;
89
+ case 37:
90
+ this.$ = s.RiskLevel.HIGH_RISK;
91
+ break;
92
+ case 38:
93
+ this.$ = s.VerifyType.VERIFY_ANALYSIS;
94
+ break;
95
+ case 39:
96
+ this.$ = s.VerifyType.VERIFY_DEMONSTRATION;
97
+ break;
98
+ case 40:
99
+ this.$ = s.VerifyType.VERIFY_INSPECTION;
100
+ break;
101
+ case 41:
102
+ this.$ = s.VerifyType.VERIFY_TEST;
103
+ break;
104
+ case 42:
105
+ s.addElement(t[a - 3]);
106
+ break;
107
+ case 43:
108
+ s.addElement(t[a - 5]), s.setClass([t[a - 5]], t[a - 3]);
109
+ break;
110
+ case 44:
111
+ s.setNewElementType(t[a - 2]);
112
+ break;
113
+ case 45:
114
+ s.setNewElementDocRef(t[a - 2]);
115
+ break;
116
+ case 48:
117
+ s.addRelationship(t[a - 2], t[a], t[a - 4]);
118
+ break;
119
+ case 49:
120
+ s.addRelationship(t[a - 2], t[a - 4], t[a]);
121
+ break;
122
+ case 50:
123
+ this.$ = s.Relationships.CONTAINS;
124
+ break;
125
+ case 51:
126
+ this.$ = s.Relationships.COPIES;
127
+ break;
128
+ case 52:
129
+ this.$ = s.Relationships.DERIVES;
130
+ break;
131
+ case 53:
132
+ this.$ = s.Relationships.SATISFIES;
133
+ break;
134
+ case 54:
135
+ this.$ = s.Relationships.VERIFIES;
136
+ break;
137
+ case 55:
138
+ this.$ = s.Relationships.REFINES;
139
+ break;
140
+ case 56:
141
+ this.$ = s.Relationships.TRACES;
142
+ break;
143
+ case 57:
144
+ this.$ = t[a - 2], s.defineClass(t[a - 1], t[a]);
145
+ break;
146
+ case 58:
147
+ s.setClass(t[a - 1], t[a]);
148
+ break;
149
+ case 59:
150
+ s.setClass([t[a - 2]], t[a]);
151
+ break;
152
+ case 60:
153
+ case 62:
154
+ this.$ = [t[a]];
155
+ break;
156
+ case 61:
157
+ case 63:
158
+ this.$ = t[a - 2].concat([t[a]]);
159
+ break;
160
+ case 64:
161
+ this.$ = t[a - 2], s.setCssStyle(t[a - 1], t[a]);
162
+ break;
163
+ case 65:
164
+ this.$ = [t[a]];
165
+ break;
166
+ case 66:
167
+ t[a - 2].push(t[a]), this.$ = t[a - 2];
168
+ break;
169
+ case 68:
170
+ this.$ = t[a - 1] + t[a];
171
+ break;
172
+ }
173
+ }, "anonymous"),
174
+ table: [{ 3: 1, 4: 2, 6: l, 9: u, 11: h, 13: r }, { 1: [3] }, { 3: 8, 4: 2, 5: [1, 7], 6: l, 9: u, 11: h, 13: r }, { 5: [1, 9] }, { 10: [1, 10] }, { 12: [1, 11] }, e(o, [2, 6]), { 3: 12, 4: 2, 6: l, 9: u, 11: h, 13: r }, { 1: [2, 2] }, { 4: 17, 5: m, 7: 13, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, e(o, [2, 4]), e(o, [2, 5]), { 1: [2, 1] }, { 8: [1, 41] }, { 4: 17, 5: m, 7: 42, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 43, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 44, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 45, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 46, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 47, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 48, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 49, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 4: 17, 5: m, 7: 50, 8: y, 9: u, 11: h, 13: r, 14: 14, 15: 15, 16: 16, 17: 18, 18: 19, 19: 20, 20: 21, 21: _, 22: b, 23: N, 24: q, 25: 23, 33: 25, 41: A, 42: C, 43: V, 44: v, 45: x, 46: L, 54: D, 72: O, 74: w, 77: M, 89: p, 90: R }, { 26: 51, 89: [1, 52], 90: [1, 53] }, { 55: 54, 89: [1, 55], 90: [1, 56] }, { 29: [1, 59], 61: [1, 57], 63: [1, 58] }, e(d, [2, 17]), e(d, [2, 18]), e(d, [2, 19]), e(d, [2, 20]), { 30: 60, 33: 62, 75: $, 89: p, 90: R }, { 30: 63, 33: 62, 75: $, 89: p, 90: R }, { 30: 64, 33: 62, 75: $, 89: p, 90: R }, e(X, [2, 29]), e(X, [2, 30]), e(X, [2, 31]), e(X, [2, 32]), e(X, [2, 33]), e(X, [2, 34]), e(Ce, [2, 81]), e(Ce, [2, 82]), { 1: [2, 3] }, { 8: [2, 8] }, { 8: [2, 9] }, { 8: [2, 10] }, { 8: [2, 11] }, { 8: [2, 12] }, { 8: [2, 13] }, { 8: [2, 14] }, { 8: [2, 15] }, { 8: [2, 16] }, { 27: [1, 65], 29: [1, 66] }, e(de, [2, 79]), e(de, [2, 80]), { 27: [1, 67], 29: [1, 68] }, e(de, [2, 85]), e(de, [2, 86]), { 62: 69, 65: Ve, 66: ve, 67: xe, 68: Le, 69: De, 70: Oe, 71: we }, { 62: 77, 65: Ve, 66: ve, 67: xe, 68: Le, 69: De, 70: Oe, 71: we }, { 30: 78, 33: 62, 75: $, 89: p, 90: R }, { 73: 79, 75: ee, 76: U, 78: 81, 79: 82, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }, e(pe, [2, 60]), e(pe, [2, 62]), { 73: 93, 75: ee, 76: U, 78: 81, 79: 82, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }, { 30: 94, 33: 62, 75: $, 76: U, 89: p, 90: R }, { 5: [1, 95] }, { 30: 96, 33: 62, 75: $, 89: p, 90: R }, { 5: [1, 97] }, { 30: 98, 33: 62, 75: $, 89: p, 90: R }, { 63: [1, 99] }, e(Y, [2, 50]), e(Y, [2, 51]), e(Y, [2, 52]), e(Y, [2, 53]), e(Y, [2, 54]), e(Y, [2, 55]), e(Y, [2, 56]), { 64: [1, 100] }, e(d, [2, 59], { 76: U }), e(d, [2, 64], { 76: Me }), { 33: 103, 75: [1, 102], 89: p, 90: R }, e(Fe, [2, 65], { 79: 104, 75: ee, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }), e(T, [2, 67]), e(T, [2, 69]), e(T, [2, 70]), e(T, [2, 71]), e(T, [2, 72]), e(T, [2, 73]), e(T, [2, 74]), e(T, [2, 75]), e(T, [2, 76]), e(T, [2, 77]), e(T, [2, 78]), e(d, [2, 57], { 76: Me }), e(d, [2, 58], { 76: U }), { 5: B, 28: 105, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 27: [1, 112], 76: U }, { 5: he, 40: ue, 56: 113, 57: fe, 59: me }, { 27: [1, 118], 76: U }, { 33: 119, 89: p, 90: R }, { 33: 120, 89: p, 90: R }, { 75: ee, 78: 121, 79: 82, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }, e(pe, [2, 61]), e(pe, [2, 63]), e(T, [2, 68]), e(d, [2, 21]), { 32: [1, 122] }, { 32: [1, 123] }, { 32: [1, 124] }, { 32: [1, 125] }, { 5: B, 28: 126, 31: Q, 34: H, 36: K, 38: W, 40: j }, e(d, [2, 28]), { 5: [1, 127] }, e(d, [2, 42]), { 32: [1, 128] }, { 32: [1, 129] }, { 5: he, 40: ue, 56: 130, 57: fe, 59: me }, e(d, [2, 47]), { 5: [1, 131] }, e(d, [2, 48]), e(d, [2, 49]), e(Fe, [2, 66], { 79: 104, 75: ee, 80: te, 81: se, 82: ie, 83: re, 84: ne, 85: ae, 86: le, 87: ce, 88: oe }), { 33: 132, 89: p, 90: R }, { 35: 133, 89: [1, 134], 90: [1, 135] }, { 37: 136, 47: [1, 137], 48: [1, 138], 49: [1, 139] }, { 39: 140, 50: [1, 141], 51: [1, 142], 52: [1, 143], 53: [1, 144] }, e(d, [2, 27]), { 5: B, 28: 145, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 58: 146, 89: [1, 147], 90: [1, 148] }, { 60: 149, 89: [1, 150], 90: [1, 151] }, e(d, [2, 46]), { 5: he, 40: ue, 56: 152, 57: fe, 59: me }, { 5: [1, 153] }, { 5: [1, 154] }, { 5: [2, 83] }, { 5: [2, 84] }, { 5: [1, 155] }, { 5: [2, 35] }, { 5: [2, 36] }, { 5: [2, 37] }, { 5: [1, 156] }, { 5: [2, 38] }, { 5: [2, 39] }, { 5: [2, 40] }, { 5: [2, 41] }, e(d, [2, 22]), { 5: [1, 157] }, { 5: [2, 87] }, { 5: [2, 88] }, { 5: [1, 158] }, { 5: [2, 89] }, { 5: [2, 90] }, e(d, [2, 43]), { 5: B, 28: 159, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 5: B, 28: 160, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 5: B, 28: 161, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 5: B, 28: 162, 31: Q, 34: H, 36: K, 38: W, 40: j }, { 5: he, 40: ue, 56: 163, 57: fe, 59: me }, { 5: he, 40: ue, 56: 164, 57: fe, 59: me }, e(d, [2, 23]), e(d, [2, 24]), e(d, [2, 25]), e(d, [2, 26]), e(d, [2, 44]), e(d, [2, 45])],
175
+ defaultActions: { 8: [2, 2], 12: [2, 1], 41: [2, 3], 42: [2, 8], 43: [2, 9], 44: [2, 10], 45: [2, 11], 46: [2, 12], 47: [2, 13], 48: [2, 14], 49: [2, 15], 50: [2, 16], 134: [2, 83], 135: [2, 84], 137: [2, 35], 138: [2, 36], 139: [2, 37], 141: [2, 38], 142: [2, 39], 143: [2, 40], 144: [2, 41], 147: [2, 87], 148: [2, 88], 150: [2, 89], 151: [2, 90] },
176
+ parseError: /* @__PURE__ */ f(function(i, n) {
177
+ if (n.recoverable)
178
+ this.trace(i);
179
+ else {
180
+ var c = new Error(i);
181
+ throw c.hash = n, c;
182
+ }
183
+ }, "parseError"),
184
+ parse: /* @__PURE__ */ f(function(i) {
185
+ var n = this, c = [0], s = [], E = [null], t = [], Ee = this.table, a = "", ye = 0, Pe = 0, He = 2, $e = 1, Ke = t.slice.call(arguments, 1), g = Object.create(this.lexer), G = { yy: {} };
186
+ for (var Ie in this.yy)
187
+ Object.prototype.hasOwnProperty.call(this.yy, Ie) && (G.yy[Ie] = this.yy[Ie]);
188
+ g.setInput(i, G.yy), G.yy.lexer = g, G.yy.parser = this, typeof g.yylloc > "u" && (g.yylloc = {});
189
+ var be = g.yylloc;
190
+ t.push(be);
191
+ var We = g.options && g.options.ranges;
192
+ typeof G.yy.parseError == "function" ? this.parseError = G.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
193
+ function je(I) {
194
+ c.length = c.length - 2 * I, E.length = E.length - I, t.length = t.length - I;
195
+ }
196
+ f(je, "popStack");
197
+ function Ue() {
198
+ var I;
199
+ return I = s.pop() || g.lex() || $e, typeof I != "number" && (I instanceof Array && (s = I, I = s.pop()), I = n.symbols_[I] || I), I;
200
+ }
201
+ f(Ue, "lex");
202
+ for (var S, z, k, Te, J = {}, ge, F, Ye, _e; ; ) {
203
+ if (z = c[c.length - 1], this.defaultActions[z] ? k = this.defaultActions[z] : ((S === null || typeof S > "u") && (S = Ue()), k = Ee[z] && Ee[z][S]), typeof k > "u" || !k.length || !k[0]) {
204
+ var ke = "";
205
+ _e = [];
206
+ for (ge in Ee[z])
207
+ this.terminals_[ge] && ge > He && _e.push("'" + this.terminals_[ge] + "'");
208
+ g.showPosition ? ke = "Parse error on line " + (ye + 1) + `:
209
+ ` + g.showPosition() + `
210
+ Expecting ` + _e.join(", ") + ", got '" + (this.terminals_[S] || S) + "'" : ke = "Parse error on line " + (ye + 1) + ": Unexpected " + (S == $e ? "end of input" : "'" + (this.terminals_[S] || S) + "'"), this.parseError(ke, {
211
+ text: g.match,
212
+ token: this.terminals_[S] || S,
213
+ line: g.yylineno,
214
+ loc: be,
215
+ expected: _e
216
+ });
217
+ }
218
+ if (k[0] instanceof Array && k.length > 1)
219
+ throw new Error("Parse Error: multiple actions possible at state: " + z + ", token: " + S);
220
+ switch (k[0]) {
221
+ case 1:
222
+ c.push(S), E.push(g.yytext), t.push(g.yylloc), c.push(k[1]), S = null, Pe = g.yyleng, a = g.yytext, ye = g.yylineno, be = g.yylloc;
223
+ break;
224
+ case 2:
225
+ if (F = this.productions_[k[1]][1], J.$ = E[E.length - F], J._$ = {
226
+ first_line: t[t.length - (F || 1)].first_line,
227
+ last_line: t[t.length - 1].last_line,
228
+ first_column: t[t.length - (F || 1)].first_column,
229
+ last_column: t[t.length - 1].last_column
230
+ }, We && (J._$.range = [
231
+ t[t.length - (F || 1)].range[0],
232
+ t[t.length - 1].range[1]
233
+ ]), Te = this.performAction.apply(J, [
234
+ a,
235
+ Pe,
236
+ ye,
237
+ G.yy,
238
+ k[1],
239
+ E,
240
+ t
241
+ ].concat(Ke)), typeof Te < "u")
242
+ return Te;
243
+ F && (c = c.slice(0, -1 * F * 2), E = E.slice(0, -1 * F), t = t.slice(0, -1 * F)), c.push(this.productions_[k[1]][0]), E.push(J.$), t.push(J._$), Ye = Ee[c[c.length - 2]][c[c.length - 1]], c.push(Ye);
244
+ break;
245
+ case 3:
246
+ return !0;
247
+ }
248
+ }
249
+ return !0;
250
+ }, "parse")
251
+ }, Qe = /* @__PURE__ */ function() {
252
+ var P = {
253
+ EOF: 1,
254
+ parseError: /* @__PURE__ */ f(function(n, c) {
255
+ if (this.yy.parser)
256
+ this.yy.parser.parseError(n, c);
257
+ else
258
+ throw new Error(n);
259
+ }, "parseError"),
260
+ // resets the lexer, sets new input
261
+ setInput: /* @__PURE__ */ f(function(i, n) {
262
+ return this.yy = n || this.yy || {}, this._input = i, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
263
+ first_line: 1,
264
+ first_column: 0,
265
+ last_line: 1,
266
+ last_column: 0
267
+ }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
268
+ }, "setInput"),
269
+ // consumes and returns one char from the input
270
+ input: /* @__PURE__ */ f(function() {
271
+ var i = this._input[0];
272
+ this.yytext += i, this.yyleng++, this.offset++, this.match += i, this.matched += i;
273
+ var n = i.match(/(?:\r\n?|\n).*/g);
274
+ return n ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), i;
275
+ }, "input"),
276
+ // unshifts one char (or a string) into the input
277
+ unput: /* @__PURE__ */ f(function(i) {
278
+ var n = i.length, c = i.split(/(?:\r\n?|\n)/g);
279
+ this._input = i + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - n), this.offset -= n;
280
+ var s = this.match.split(/(?:\r\n?|\n)/g);
281
+ this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), c.length - 1 && (this.yylineno -= c.length - 1);
282
+ var E = this.yylloc.range;
283
+ return this.yylloc = {
284
+ first_line: this.yylloc.first_line,
285
+ last_line: this.yylineno + 1,
286
+ first_column: this.yylloc.first_column,
287
+ last_column: c ? (c.length === s.length ? this.yylloc.first_column : 0) + s[s.length - c.length].length - c[0].length : this.yylloc.first_column - n
288
+ }, this.options.ranges && (this.yylloc.range = [E[0], E[0] + this.yyleng - n]), this.yyleng = this.yytext.length, this;
289
+ }, "unput"),
290
+ // When called from action, caches matched text and appends it on next action
291
+ more: /* @__PURE__ */ f(function() {
292
+ return this._more = !0, this;
293
+ }, "more"),
294
+ // 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.
295
+ reject: /* @__PURE__ */ f(function() {
296
+ if (this.options.backtrack_lexer)
297
+ this._backtrack = !0;
298
+ else
299
+ 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).
300
+ ` + this.showPosition(), {
301
+ text: "",
302
+ token: null,
303
+ line: this.yylineno
304
+ });
305
+ return this;
306
+ }, "reject"),
307
+ // retain first n characters of the match
308
+ less: /* @__PURE__ */ f(function(i) {
309
+ this.unput(this.match.slice(i));
310
+ }, "less"),
311
+ // displays already matched input, i.e. for error messages
312
+ pastInput: /* @__PURE__ */ f(function() {
313
+ var i = this.matched.substr(0, this.matched.length - this.match.length);
314
+ return (i.length > 20 ? "..." : "") + i.substr(-20).replace(/\n/g, "");
315
+ }, "pastInput"),
316
+ // displays upcoming input, i.e. for error messages
317
+ upcomingInput: /* @__PURE__ */ f(function() {
318
+ var i = this.match;
319
+ return i.length < 20 && (i += this._input.substr(0, 20 - i.length)), (i.substr(0, 20) + (i.length > 20 ? "..." : "")).replace(/\n/g, "");
320
+ }, "upcomingInput"),
321
+ // displays the character position where the lexing error occurred, i.e. for error messages
322
+ showPosition: /* @__PURE__ */ f(function() {
323
+ var i = this.pastInput(), n = new Array(i.length + 1).join("-");
324
+ return i + this.upcomingInput() + `
325
+ ` + n + "^";
326
+ }, "showPosition"),
327
+ // test the lexed token: return FALSE when not a match, otherwise return token
328
+ test_match: /* @__PURE__ */ f(function(i, n) {
329
+ var c, s, E;
330
+ if (this.options.backtrack_lexer && (E = {
331
+ yylineno: this.yylineno,
332
+ yylloc: {
333
+ first_line: this.yylloc.first_line,
334
+ last_line: this.last_line,
335
+ first_column: this.yylloc.first_column,
336
+ last_column: this.yylloc.last_column
337
+ },
338
+ yytext: this.yytext,
339
+ match: this.match,
340
+ matches: this.matches,
341
+ matched: this.matched,
342
+ yyleng: this.yyleng,
343
+ offset: this.offset,
344
+ _more: this._more,
345
+ _input: this._input,
346
+ yy: this.yy,
347
+ conditionStack: this.conditionStack.slice(0),
348
+ done: this.done
349
+ }, this.options.ranges && (E.yylloc.range = this.yylloc.range.slice(0))), s = i[0].match(/(?:\r\n?|\n).*/g), s && (this.yylineno += s.length), this.yylloc = {
350
+ first_line: this.yylloc.last_line,
351
+ last_line: this.yylineno + 1,
352
+ first_column: this.yylloc.last_column,
353
+ last_column: s ? s[s.length - 1].length - s[s.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + i[0].length
354
+ }, this.yytext += i[0], this.match += i[0], this.matches = i, 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(i[0].length), this.matched += i[0], c = this.performAction.call(this, this.yy, this, n, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), c)
355
+ return c;
356
+ if (this._backtrack) {
357
+ for (var t in E)
358
+ this[t] = E[t];
359
+ return !1;
360
+ }
361
+ return !1;
362
+ }, "test_match"),
363
+ // return next match in input
364
+ next: /* @__PURE__ */ f(function() {
365
+ if (this.done)
366
+ return this.EOF;
367
+ this._input || (this.done = !0);
368
+ var i, n, c, s;
369
+ this._more || (this.yytext = "", this.match = "");
370
+ for (var E = this._currentRules(), t = 0; t < E.length; t++)
371
+ if (c = this._input.match(this.rules[E[t]]), c && (!n || c[0].length > n[0].length)) {
372
+ if (n = c, s = t, this.options.backtrack_lexer) {
373
+ if (i = this.test_match(c, E[t]), i !== !1)
374
+ return i;
375
+ if (this._backtrack) {
376
+ n = !1;
377
+ continue;
378
+ } else
379
+ return !1;
380
+ } else if (!this.options.flex)
381
+ break;
382
+ }
383
+ return n ? (i = this.test_match(n, E[s]), i !== !1 ? i : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
384
+ ` + this.showPosition(), {
385
+ text: "",
386
+ token: null,
387
+ line: this.yylineno
388
+ });
389
+ }, "next"),
390
+ // return next match that has a token
391
+ lex: /* @__PURE__ */ f(function() {
392
+ var n = this.next();
393
+ return n || this.lex();
394
+ }, "lex"),
395
+ // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
396
+ begin: /* @__PURE__ */ f(function(n) {
397
+ this.conditionStack.push(n);
398
+ }, "begin"),
399
+ // pop the previously active lexer condition state off the condition stack
400
+ popState: /* @__PURE__ */ f(function() {
401
+ var n = this.conditionStack.length - 1;
402
+ return n > 0 ? this.conditionStack.pop() : this.conditionStack[0];
403
+ }, "popState"),
404
+ // produce the lexer rule set which is active for the currently active lexer condition state
405
+ _currentRules: /* @__PURE__ */ f(function() {
406
+ return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
407
+ }, "_currentRules"),
408
+ // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
409
+ topState: /* @__PURE__ */ f(function(n) {
410
+ return n = this.conditionStack.length - 1 - Math.abs(n || 0), n >= 0 ? this.conditionStack[n] : "INITIAL";
411
+ }, "topState"),
412
+ // alias for begin(condition)
413
+ pushState: /* @__PURE__ */ f(function(n) {
414
+ this.begin(n);
415
+ }, "pushState"),
416
+ // return the number of states currently on the stack
417
+ stateStackSize: /* @__PURE__ */ f(function() {
418
+ return this.conditionStack.length;
419
+ }, "stateStackSize"),
420
+ options: { "case-insensitive": !0 },
421
+ performAction: /* @__PURE__ */ f(function(n, c, s, E) {
422
+ switch (s) {
423
+ case 0:
424
+ return "title";
425
+ case 1:
426
+ return this.begin("acc_title"), 9;
427
+ case 2:
428
+ return this.popState(), "acc_title_value";
429
+ case 3:
430
+ return this.begin("acc_descr"), 11;
431
+ case 4:
432
+ return this.popState(), "acc_descr_value";
433
+ case 5:
434
+ this.begin("acc_descr_multiline");
435
+ break;
436
+ case 6:
437
+ this.popState();
438
+ break;
439
+ case 7:
440
+ return "acc_descr_multiline_value";
441
+ case 8:
442
+ return 21;
443
+ case 9:
444
+ return 22;
445
+ case 10:
446
+ return 23;
447
+ case 11:
448
+ return 24;
449
+ case 12:
450
+ return 5;
451
+ case 13:
452
+ break;
453
+ case 14:
454
+ break;
455
+ case 15:
456
+ break;
457
+ case 16:
458
+ return 8;
459
+ case 17:
460
+ return 6;
461
+ case 18:
462
+ return 27;
463
+ case 19:
464
+ return 40;
465
+ case 20:
466
+ return 29;
467
+ case 21:
468
+ return 32;
469
+ case 22:
470
+ return 31;
471
+ case 23:
472
+ return 34;
473
+ case 24:
474
+ return 36;
475
+ case 25:
476
+ return 38;
477
+ case 26:
478
+ return 41;
479
+ case 27:
480
+ return 42;
481
+ case 28:
482
+ return 43;
483
+ case 29:
484
+ return 44;
485
+ case 30:
486
+ return 45;
487
+ case 31:
488
+ return 46;
489
+ case 32:
490
+ return 47;
491
+ case 33:
492
+ return 48;
493
+ case 34:
494
+ return 49;
495
+ case 35:
496
+ return 50;
497
+ case 36:
498
+ return 51;
499
+ case 37:
500
+ return 52;
501
+ case 38:
502
+ return 53;
503
+ case 39:
504
+ return 54;
505
+ case 40:
506
+ return 65;
507
+ case 41:
508
+ return 66;
509
+ case 42:
510
+ return 67;
511
+ case 43:
512
+ return 68;
513
+ case 44:
514
+ return 69;
515
+ case 45:
516
+ return 70;
517
+ case 46:
518
+ return 71;
519
+ case 47:
520
+ return 57;
521
+ case 48:
522
+ return 59;
523
+ case 49:
524
+ return this.begin("style"), 77;
525
+ case 50:
526
+ return 75;
527
+ case 51:
528
+ return 81;
529
+ case 52:
530
+ return 88;
531
+ case 53:
532
+ return "PERCENT";
533
+ case 54:
534
+ return 86;
535
+ case 55:
536
+ return 84;
537
+ case 56:
538
+ break;
539
+ case 57:
540
+ this.begin("string");
541
+ break;
542
+ case 58:
543
+ this.popState();
544
+ break;
545
+ case 59:
546
+ return this.begin("style"), 72;
547
+ case 60:
548
+ return this.begin("style"), 74;
549
+ case 61:
550
+ return 61;
551
+ case 62:
552
+ return 64;
553
+ case 63:
554
+ return 63;
555
+ case 64:
556
+ this.begin("string");
557
+ break;
558
+ case 65:
559
+ this.popState();
560
+ break;
561
+ case 66:
562
+ return "qString";
563
+ case 67:
564
+ return c.yytext = c.yytext.trim(), 89;
565
+ case 68:
566
+ return 75;
567
+ case 69:
568
+ return 80;
569
+ case 70:
570
+ return 76;
571
+ }
572
+ }, "anonymous"),
573
+ rules: [/^(?:title\s[^#\n;]+)/i, /^(?:accTitle\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*\{\s*)/i, /^(?:[\}])/i, /^(?:[^\}]*)/i, /^(?:.*direction\s+TB[^\n]*)/i, /^(?:.*direction\s+BT[^\n]*)/i, /^(?:.*direction\s+RL[^\n]*)/i, /^(?:.*direction\s+LR[^\n]*)/i, /^(?:(\r?\n)+)/i, /^(?:\s+)/i, /^(?:#[^\n]*)/i, /^(?:%[^\n]*)/i, /^(?:$)/i, /^(?:requirementDiagram\b)/i, /^(?:\{)/i, /^(?:\})/i, /^(?::{3})/i, /^(?::)/i, /^(?:id\b)/i, /^(?:text\b)/i, /^(?:risk\b)/i, /^(?:verifyMethod\b)/i, /^(?:requirement\b)/i, /^(?:functionalRequirement\b)/i, /^(?:interfaceRequirement\b)/i, /^(?:performanceRequirement\b)/i, /^(?:physicalRequirement\b)/i, /^(?:designConstraint\b)/i, /^(?:low\b)/i, /^(?:medium\b)/i, /^(?:high\b)/i, /^(?:analysis\b)/i, /^(?:demonstration\b)/i, /^(?:inspection\b)/i, /^(?:test\b)/i, /^(?:element\b)/i, /^(?:contains\b)/i, /^(?:copies\b)/i, /^(?:derives\b)/i, /^(?:satisfies\b)/i, /^(?:verifies\b)/i, /^(?:refines\b)/i, /^(?:traces\b)/i, /^(?:type\b)/i, /^(?:docref\b)/i, /^(?:style\b)/i, /^(?:\w+)/i, /^(?::)/i, /^(?:;)/i, /^(?:%)/i, /^(?:-)/i, /^(?:#)/i, /^(?: )/i, /^(?:["])/i, /^(?:\n)/i, /^(?:classDef\b)/i, /^(?:class\b)/i, /^(?:<-)/i, /^(?:->)/i, /^(?:-)/i, /^(?:["])/i, /^(?:["])/i, /^(?:[^"]*)/i, /^(?:[\w][^:,\r\n\{\<\>\-\=]*)/i, /^(?:\w+)/i, /^(?:[0-9]+)/i, /^(?:,)/i],
574
+ conditions: { acc_descr_multiline: { rules: [6, 7, 68, 69, 70], inclusive: !1 }, acc_descr: { rules: [4, 68, 69, 70], inclusive: !1 }, acc_title: { rules: [2, 68, 69, 70], inclusive: !1 }, style: { rules: [50, 51, 52, 53, 54, 55, 56, 57, 58, 68, 69, 70], inclusive: !1 }, unqString: { rules: [68, 69, 70], inclusive: !1 }, token: { rules: [68, 69, 70], inclusive: !1 }, string: { rules: [65, 66, 68, 69, 70], inclusive: !1 }, INITIAL: { rules: [0, 1, 3, 5, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 59, 60, 61, 62, 63, 64, 67, 68, 69, 70], inclusive: !0 } }
575
+ };
576
+ return P;
577
+ }();
578
+ Se.lexer = Qe;
579
+ function Re() {
580
+ this.yy = {};
581
+ }
582
+ return f(Re, "Parser"), Re.prototype = Se, Se.Parser = Re, new Re();
583
+ }();
584
+ Ae.parser = Ae;
585
+ var ct = Ae, Z, ot = (Z = class {
586
+ constructor() {
587
+ this.relations = [], this.latestRequirement = this.getInitialRequirement(), this.requirements = /* @__PURE__ */ new Map(), this.latestElement = this.getInitialElement(), this.elements = /* @__PURE__ */ new Map(), this.classes = /* @__PURE__ */ new Map(), this.direction = "TB", this.RequirementType = {
588
+ REQUIREMENT: "Requirement",
589
+ FUNCTIONAL_REQUIREMENT: "Functional Requirement",
590
+ INTERFACE_REQUIREMENT: "Interface Requirement",
591
+ PERFORMANCE_REQUIREMENT: "Performance Requirement",
592
+ PHYSICAL_REQUIREMENT: "Physical Requirement",
593
+ DESIGN_CONSTRAINT: "Design Constraint"
594
+ }, this.RiskLevel = {
595
+ LOW_RISK: "Low",
596
+ MED_RISK: "Medium",
597
+ HIGH_RISK: "High"
598
+ }, this.VerifyType = {
599
+ VERIFY_ANALYSIS: "Analysis",
600
+ VERIFY_DEMONSTRATION: "Demonstration",
601
+ VERIFY_INSPECTION: "Inspection",
602
+ VERIFY_TEST: "Test"
603
+ }, this.Relationships = {
604
+ CONTAINS: "contains",
605
+ COPIES: "copies",
606
+ DERIVES: "derives",
607
+ SATISFIES: "satisfies",
608
+ VERIFIES: "verifies",
609
+ REFINES: "refines",
610
+ TRACES: "traces"
611
+ }, this.setAccTitle = Xe, this.getAccTitle = Je, this.setAccDescription = Ze, this.getAccDescription = et, this.setDiagramTitle = tt, this.getDiagramTitle = st, this.getConfig = /* @__PURE__ */ f(() => Ne().requirement, "getConfig"), this.clear(), this.setDirection = this.setDirection.bind(this), this.addRequirement = this.addRequirement.bind(this), this.setNewReqId = this.setNewReqId.bind(this), this.setNewReqRisk = this.setNewReqRisk.bind(this), this.setNewReqText = this.setNewReqText.bind(this), this.setNewReqVerifyMethod = this.setNewReqVerifyMethod.bind(this), this.addElement = this.addElement.bind(this), this.setNewElementType = this.setNewElementType.bind(this), this.setNewElementDocRef = this.setNewElementDocRef.bind(this), this.addRelationship = this.addRelationship.bind(this), this.setCssStyle = this.setCssStyle.bind(this), this.setClass = this.setClass.bind(this), this.defineClass = this.defineClass.bind(this), this.setAccTitle = this.setAccTitle.bind(this), this.setAccDescription = this.setAccDescription.bind(this);
612
+ }
613
+ getDirection() {
614
+ return this.direction;
615
+ }
616
+ setDirection(l) {
617
+ this.direction = l;
618
+ }
619
+ resetLatestRequirement() {
620
+ this.latestRequirement = this.getInitialRequirement();
621
+ }
622
+ resetLatestElement() {
623
+ this.latestElement = this.getInitialElement();
624
+ }
625
+ getInitialRequirement() {
626
+ return {
627
+ requirementId: "",
628
+ text: "",
629
+ risk: "",
630
+ verifyMethod: "",
631
+ name: "",
632
+ type: "",
633
+ cssStyles: [],
634
+ classes: ["default"]
635
+ };
636
+ }
637
+ getInitialElement() {
638
+ return {
639
+ name: "",
640
+ type: "",
641
+ docRef: "",
642
+ cssStyles: [],
643
+ classes: ["default"]
644
+ };
645
+ }
646
+ addRequirement(l, u) {
647
+ return this.requirements.has(l) || this.requirements.set(l, {
648
+ name: l,
649
+ type: u,
650
+ requirementId: this.latestRequirement.requirementId,
651
+ text: this.latestRequirement.text,
652
+ risk: this.latestRequirement.risk,
653
+ verifyMethod: this.latestRequirement.verifyMethod,
654
+ cssStyles: [],
655
+ classes: ["default"]
656
+ }), this.resetLatestRequirement(), this.requirements.get(l);
657
+ }
658
+ getRequirements() {
659
+ return this.requirements;
660
+ }
661
+ setNewReqId(l) {
662
+ this.latestRequirement !== void 0 && (this.latestRequirement.requirementId = l);
663
+ }
664
+ setNewReqText(l) {
665
+ this.latestRequirement !== void 0 && (this.latestRequirement.text = l);
666
+ }
667
+ setNewReqRisk(l) {
668
+ this.latestRequirement !== void 0 && (this.latestRequirement.risk = l);
669
+ }
670
+ setNewReqVerifyMethod(l) {
671
+ this.latestRequirement !== void 0 && (this.latestRequirement.verifyMethod = l);
672
+ }
673
+ addElement(l) {
674
+ return this.elements.has(l) || (this.elements.set(l, {
675
+ name: l,
676
+ type: this.latestElement.type,
677
+ docRef: this.latestElement.docRef,
678
+ cssStyles: [],
679
+ classes: ["default"]
680
+ }), qe.info("Added new element: ", l)), this.resetLatestElement(), this.elements.get(l);
681
+ }
682
+ getElements() {
683
+ return this.elements;
684
+ }
685
+ setNewElementType(l) {
686
+ this.latestElement !== void 0 && (this.latestElement.type = l);
687
+ }
688
+ setNewElementDocRef(l) {
689
+ this.latestElement !== void 0 && (this.latestElement.docRef = l);
690
+ }
691
+ addRelationship(l, u, h) {
692
+ this.relations.push({
693
+ type: l,
694
+ src: u,
695
+ dst: h
696
+ });
697
+ }
698
+ getRelationships() {
699
+ return this.relations;
700
+ }
701
+ clear() {
702
+ this.relations = [], this.resetLatestRequirement(), this.requirements = /* @__PURE__ */ new Map(), this.resetLatestElement(), this.elements = /* @__PURE__ */ new Map(), this.classes = /* @__PURE__ */ new Map(), it();
703
+ }
704
+ setCssStyle(l, u) {
705
+ for (const h of l) {
706
+ const r = this.requirements.get(h) ?? this.elements.get(h);
707
+ if (!u || !r)
708
+ return;
709
+ for (const o of u)
710
+ o.includes(",") ? r.cssStyles.push(...o.split(",")) : r.cssStyles.push(o);
711
+ }
712
+ }
713
+ setClass(l, u) {
714
+ for (const h of l) {
715
+ const r = this.requirements.get(h) ?? this.elements.get(h);
716
+ if (r)
717
+ for (const o of u) {
718
+ r.classes.push(o);
719
+ const m = this.classes.get(o)?.styles;
720
+ m && r.cssStyles.push(...m);
721
+ }
722
+ }
723
+ }
724
+ defineClass(l, u) {
725
+ for (const h of l) {
726
+ let r = this.classes.get(h);
727
+ r === void 0 && (r = { id: h, styles: [], textStyles: [] }, this.classes.set(h, r)), u && u.forEach(function(o) {
728
+ if (/color/.exec(o)) {
729
+ const m = o.replace("fill", "bgFill");
730
+ r.textStyles.push(m);
731
+ }
732
+ r.styles.push(o);
733
+ }), this.requirements.forEach((o) => {
734
+ o.classes.includes(h) && o.cssStyles.push(...u.flatMap((m) => m.split(",")));
735
+ }), this.elements.forEach((o) => {
736
+ o.classes.includes(h) && o.cssStyles.push(...u.flatMap((m) => m.split(",")));
737
+ });
738
+ }
739
+ }
740
+ getClasses() {
741
+ return this.classes;
742
+ }
743
+ getData() {
744
+ const l = Ne(), u = [], h = [];
745
+ for (const r of this.requirements.values()) {
746
+ const o = r;
747
+ o.id = r.name, o.cssStyles = r.cssStyles, o.cssClasses = r.classes.join(" "), o.shape = "requirementBox", o.look = l.look, u.push(o);
748
+ }
749
+ for (const r of this.elements.values()) {
750
+ const o = r;
751
+ o.shape = "requirementBox", o.look = l.look, o.id = r.name, o.cssStyles = r.cssStyles, o.cssClasses = r.classes.join(" "), u.push(o);
752
+ }
753
+ for (const r of this.relations) {
754
+ let o = 0;
755
+ const m = r.type === this.Relationships.CONTAINS, y = {
756
+ id: `${r.src}-${r.dst}-${o}`,
757
+ start: this.requirements.get(r.src)?.name ?? this.elements.get(r.src)?.name,
758
+ end: this.requirements.get(r.dst)?.name ?? this.elements.get(r.dst)?.name,
759
+ label: `&lt;&lt;${r.type}&gt;&gt;`,
760
+ classes: "relationshipLine",
761
+ style: ["fill:none", m ? "" : "stroke-dasharray: 10,7"],
762
+ labelpos: "c",
763
+ thickness: "normal",
764
+ type: "normal",
765
+ pattern: m ? "normal" : "dashed",
766
+ arrowTypeStart: m ? "requirement_contains" : "",
767
+ arrowTypeEnd: m ? "" : "requirement_arrow",
768
+ look: l.look
769
+ };
770
+ h.push(y), o++;
771
+ }
772
+ return { nodes: u, edges: h, other: {}, config: l, direction: this.getDirection() };
773
+ }
774
+ }, f(Z, "RequirementDB"), Z), ht = /* @__PURE__ */ f((e) => `
775
+
776
+ marker {
777
+ fill: ${e.relationColor};
778
+ stroke: ${e.relationColor};
779
+ }
780
+
781
+ marker.cross {
782
+ stroke: ${e.lineColor};
783
+ }
784
+
785
+ svg {
786
+ font-family: ${e.fontFamily};
787
+ font-size: ${e.fontSize};
788
+ }
789
+
790
+ .reqBox {
791
+ fill: ${e.requirementBackground};
792
+ fill-opacity: 1.0;
793
+ stroke: ${e.requirementBorderColor};
794
+ stroke-width: ${e.requirementBorderSize};
795
+ }
796
+
797
+ .reqTitle, .reqLabel{
798
+ fill: ${e.requirementTextColor};
799
+ }
800
+ .reqLabelBox {
801
+ fill: ${e.relationLabelBackground};
802
+ fill-opacity: 1.0;
803
+ }
804
+
805
+ .req-title-line {
806
+ stroke: ${e.requirementBorderColor};
807
+ stroke-width: ${e.requirementBorderSize};
808
+ }
809
+ .relationshipLine {
810
+ stroke: ${e.relationColor};
811
+ stroke-width: 1;
812
+ }
813
+ .relationshipLabel {
814
+ fill: ${e.relationLabelColor};
815
+ }
816
+ .divider {
817
+ stroke: ${e.nodeBorder};
818
+ stroke-width: 1;
819
+ }
820
+ .label {
821
+ font-family: ${e.fontFamily};
822
+ color: ${e.nodeTextColor || e.textColor};
823
+ }
824
+ .label text,span {
825
+ fill: ${e.nodeTextColor || e.textColor};
826
+ color: ${e.nodeTextColor || e.textColor};
827
+ }
828
+ .labelBkg {
829
+ background-color: ${e.edgeLabelBackground};
830
+ }
831
+
832
+ `, "getStyles"), ut = ht, Be = {};
833
+ rt(Be, {
834
+ draw: () => ft
835
+ });
836
+ var ft = /* @__PURE__ */ f(async function(e, l, u, h) {
837
+ qe.info("REF0:"), qe.info("Drawing requirement diagram (unified)", l);
838
+ const { securityLevel: r, state: o, layout: m } = Ne(), y = h.db.getData(), _ = Ge(l, r);
839
+ y.type = h.type, y.layoutAlgorithm = nt(m), y.nodeSpacing = o?.nodeSpacing ?? 50, y.rankSpacing = o?.rankSpacing ?? 50, y.markers = ["requirement_contains", "requirement_arrow"], y.diagramId = l, await at(y, _);
840
+ const b = 8;
841
+ lt.insertTitle(
842
+ _,
843
+ "requirementDiagramTitleText",
844
+ o?.titleTopMargin ?? 25,
845
+ h.db.getDiagramTitle()
846
+ ), ze(_, b, "requirementDiagram", o?.useMaxWidth ?? !0);
847
+ }, "draw"), Rt = {
848
+ parser: ct,
849
+ get db() {
850
+ return new ot();
851
+ },
852
+ renderer: Be,
853
+ styles: ut
854
+ };
855
+ export {
856
+ Rt as diagram
857
+ };