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,1587 @@
1
+ import "./style.css";
2
+ import { g as Se, d as De } from "./chunk-TZMSLE5B-OU1MJ2do.js";
3
+ import { _ as g, s as Pe, g as Be, a as Ie, b as Me, c as Bt, d as jt, l as de, e as Le, f as Ne, h as Tt, i as ge, j as Ye, w as je, k as $t, m as fe } from "./index-D6-Wf75-.js";
4
+ /**
5
+ * @umoteam/editor 9.0.1
6
+ * @license MIT
7
+ * @author umodoc https://www.umodoc.com
8
+ * @see https://www.umodoc.com
9
+ **/
10
+ var Ft = function() {
11
+ var e = /* @__PURE__ */ g(function(_t, x, m, v) {
12
+ for (m = m || {}, v = _t.length; v--; m[_t[v]] = x) ;
13
+ return m;
14
+ }, "o"), t = [1, 24], s = [1, 25], o = [1, 26], l = [1, 27], a = [1, 28], r = [1, 63], n = [1, 64], i = [1, 65], u = [1, 66], d = [1, 67], y = [1, 68], p = [1, 69], E = [1, 29], O = [1, 30], S = [1, 31], P = [1, 32], M = [1, 33], U = [1, 34], H = [1, 35], q = [1, 36], G = [1, 37], K = [1, 38], J = [1, 39], Z = [1, 40], $ = [1, 41], tt = [1, 42], et = [1, 43], at = [1, 44], it = [1, 45], nt = [1, 46], rt = [1, 47], st = [1, 48], lt = [1, 50], ot = [1, 51], ct = [1, 52], ht = [1, 53], ut = [1, 54], dt = [1, 55], ft = [1, 56], pt = [1, 57], yt = [1, 58], gt = [1, 59], bt = [1, 60], Ct = [14, 42], Qt = [14, 34, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74], St = [12, 14, 34, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74], k = [1, 82], A = [1, 83], C = [1, 84], w = [1, 85], T = [12, 14, 42], le = [12, 14, 33, 42], Mt = [12, 14, 33, 42, 76, 77, 79, 80], vt = [12, 33], Ht = [34, 36, 37, 38, 39, 40, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74], qt = {
15
+ trace: /* @__PURE__ */ g(function() {
16
+ }, "trace"),
17
+ yy: {},
18
+ symbols_: { error: 2, start: 3, mermaidDoc: 4, direction: 5, direction_tb: 6, direction_bt: 7, direction_rl: 8, direction_lr: 9, graphConfig: 10, C4_CONTEXT: 11, NEWLINE: 12, statements: 13, EOF: 14, C4_CONTAINER: 15, C4_COMPONENT: 16, C4_DYNAMIC: 17, C4_DEPLOYMENT: 18, otherStatements: 19, diagramStatements: 20, otherStatement: 21, title: 22, accDescription: 23, acc_title: 24, acc_title_value: 25, acc_descr: 26, acc_descr_value: 27, acc_descr_multiline_value: 28, boundaryStatement: 29, boundaryStartStatement: 30, boundaryStopStatement: 31, boundaryStart: 32, LBRACE: 33, ENTERPRISE_BOUNDARY: 34, attributes: 35, SYSTEM_BOUNDARY: 36, BOUNDARY: 37, CONTAINER_BOUNDARY: 38, NODE: 39, NODE_L: 40, NODE_R: 41, RBRACE: 42, diagramStatement: 43, PERSON: 44, PERSON_EXT: 45, SYSTEM: 46, SYSTEM_DB: 47, SYSTEM_QUEUE: 48, SYSTEM_EXT: 49, SYSTEM_EXT_DB: 50, SYSTEM_EXT_QUEUE: 51, CONTAINER: 52, CONTAINER_DB: 53, CONTAINER_QUEUE: 54, CONTAINER_EXT: 55, CONTAINER_EXT_DB: 56, CONTAINER_EXT_QUEUE: 57, COMPONENT: 58, COMPONENT_DB: 59, COMPONENT_QUEUE: 60, COMPONENT_EXT: 61, COMPONENT_EXT_DB: 62, COMPONENT_EXT_QUEUE: 63, REL: 64, BIREL: 65, REL_U: 66, REL_D: 67, REL_L: 68, REL_R: 69, REL_B: 70, REL_INDEX: 71, UPDATE_EL_STYLE: 72, UPDATE_REL_STYLE: 73, UPDATE_LAYOUT_CONFIG: 74, attribute: 75, STR: 76, STR_KEY: 77, STR_VALUE: 78, ATTRIBUTE: 79, ATTRIBUTE_EMPTY: 80, $accept: 0, $end: 1 },
19
+ terminals_: { 2: "error", 6: "direction_tb", 7: "direction_bt", 8: "direction_rl", 9: "direction_lr", 11: "C4_CONTEXT", 12: "NEWLINE", 14: "EOF", 15: "C4_CONTAINER", 16: "C4_COMPONENT", 17: "C4_DYNAMIC", 18: "C4_DEPLOYMENT", 22: "title", 23: "accDescription", 24: "acc_title", 25: "acc_title_value", 26: "acc_descr", 27: "acc_descr_value", 28: "acc_descr_multiline_value", 33: "LBRACE", 34: "ENTERPRISE_BOUNDARY", 36: "SYSTEM_BOUNDARY", 37: "BOUNDARY", 38: "CONTAINER_BOUNDARY", 39: "NODE", 40: "NODE_L", 41: "NODE_R", 42: "RBRACE", 44: "PERSON", 45: "PERSON_EXT", 46: "SYSTEM", 47: "SYSTEM_DB", 48: "SYSTEM_QUEUE", 49: "SYSTEM_EXT", 50: "SYSTEM_EXT_DB", 51: "SYSTEM_EXT_QUEUE", 52: "CONTAINER", 53: "CONTAINER_DB", 54: "CONTAINER_QUEUE", 55: "CONTAINER_EXT", 56: "CONTAINER_EXT_DB", 57: "CONTAINER_EXT_QUEUE", 58: "COMPONENT", 59: "COMPONENT_DB", 60: "COMPONENT_QUEUE", 61: "COMPONENT_EXT", 62: "COMPONENT_EXT_DB", 63: "COMPONENT_EXT_QUEUE", 64: "REL", 65: "BIREL", 66: "REL_U", 67: "REL_D", 68: "REL_L", 69: "REL_R", 70: "REL_B", 71: "REL_INDEX", 72: "UPDATE_EL_STYLE", 73: "UPDATE_REL_STYLE", 74: "UPDATE_LAYOUT_CONFIG", 76: "STR", 77: "STR_KEY", 78: "STR_VALUE", 79: "ATTRIBUTE", 80: "ATTRIBUTE_EMPTY" },
20
+ productions_: [0, [3, 1], [3, 1], [5, 1], [5, 1], [5, 1], [5, 1], [4, 1], [10, 4], [10, 4], [10, 4], [10, 4], [10, 4], [13, 1], [13, 1], [13, 2], [19, 1], [19, 2], [19, 3], [21, 1], [21, 1], [21, 2], [21, 2], [21, 1], [29, 3], [30, 3], [30, 3], [30, 4], [32, 2], [32, 2], [32, 2], [32, 2], [32, 2], [32, 2], [32, 2], [31, 1], [20, 1], [20, 2], [20, 3], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 1], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [35, 1], [35, 2], [75, 1], [75, 2], [75, 1], [75, 1]],
21
+ performAction: /* @__PURE__ */ g(function(x, m, v, b, R, h, Dt) {
22
+ var f = h.length - 1;
23
+ switch (R) {
24
+ case 3:
25
+ b.setDirection("TB");
26
+ break;
27
+ case 4:
28
+ b.setDirection("BT");
29
+ break;
30
+ case 5:
31
+ b.setDirection("RL");
32
+ break;
33
+ case 6:
34
+ b.setDirection("LR");
35
+ break;
36
+ case 8:
37
+ case 9:
38
+ case 10:
39
+ case 11:
40
+ case 12:
41
+ b.setC4Type(h[f - 3]);
42
+ break;
43
+ case 19:
44
+ b.setTitle(h[f].substring(6)), this.$ = h[f].substring(6);
45
+ break;
46
+ case 20:
47
+ b.setAccDescription(h[f].substring(15)), this.$ = h[f].substring(15);
48
+ break;
49
+ case 21:
50
+ this.$ = h[f].trim(), b.setTitle(this.$);
51
+ break;
52
+ case 22:
53
+ case 23:
54
+ this.$ = h[f].trim(), b.setAccDescription(this.$);
55
+ break;
56
+ case 28:
57
+ h[f].splice(2, 0, "ENTERPRISE"), b.addPersonOrSystemBoundary(...h[f]), this.$ = h[f];
58
+ break;
59
+ case 29:
60
+ h[f].splice(2, 0, "SYSTEM"), b.addPersonOrSystemBoundary(...h[f]), this.$ = h[f];
61
+ break;
62
+ case 30:
63
+ b.addPersonOrSystemBoundary(...h[f]), this.$ = h[f];
64
+ break;
65
+ case 31:
66
+ h[f].splice(2, 0, "CONTAINER"), b.addContainerBoundary(...h[f]), this.$ = h[f];
67
+ break;
68
+ case 32:
69
+ b.addDeploymentNode("node", ...h[f]), this.$ = h[f];
70
+ break;
71
+ case 33:
72
+ b.addDeploymentNode("nodeL", ...h[f]), this.$ = h[f];
73
+ break;
74
+ case 34:
75
+ b.addDeploymentNode("nodeR", ...h[f]), this.$ = h[f];
76
+ break;
77
+ case 35:
78
+ b.popBoundaryParseStack();
79
+ break;
80
+ case 39:
81
+ b.addPersonOrSystem("person", ...h[f]), this.$ = h[f];
82
+ break;
83
+ case 40:
84
+ b.addPersonOrSystem("external_person", ...h[f]), this.$ = h[f];
85
+ break;
86
+ case 41:
87
+ b.addPersonOrSystem("system", ...h[f]), this.$ = h[f];
88
+ break;
89
+ case 42:
90
+ b.addPersonOrSystem("system_db", ...h[f]), this.$ = h[f];
91
+ break;
92
+ case 43:
93
+ b.addPersonOrSystem("system_queue", ...h[f]), this.$ = h[f];
94
+ break;
95
+ case 44:
96
+ b.addPersonOrSystem("external_system", ...h[f]), this.$ = h[f];
97
+ break;
98
+ case 45:
99
+ b.addPersonOrSystem("external_system_db", ...h[f]), this.$ = h[f];
100
+ break;
101
+ case 46:
102
+ b.addPersonOrSystem("external_system_queue", ...h[f]), this.$ = h[f];
103
+ break;
104
+ case 47:
105
+ b.addContainer("container", ...h[f]), this.$ = h[f];
106
+ break;
107
+ case 48:
108
+ b.addContainer("container_db", ...h[f]), this.$ = h[f];
109
+ break;
110
+ case 49:
111
+ b.addContainer("container_queue", ...h[f]), this.$ = h[f];
112
+ break;
113
+ case 50:
114
+ b.addContainer("external_container", ...h[f]), this.$ = h[f];
115
+ break;
116
+ case 51:
117
+ b.addContainer("external_container_db", ...h[f]), this.$ = h[f];
118
+ break;
119
+ case 52:
120
+ b.addContainer("external_container_queue", ...h[f]), this.$ = h[f];
121
+ break;
122
+ case 53:
123
+ b.addComponent("component", ...h[f]), this.$ = h[f];
124
+ break;
125
+ case 54:
126
+ b.addComponent("component_db", ...h[f]), this.$ = h[f];
127
+ break;
128
+ case 55:
129
+ b.addComponent("component_queue", ...h[f]), this.$ = h[f];
130
+ break;
131
+ case 56:
132
+ b.addComponent("external_component", ...h[f]), this.$ = h[f];
133
+ break;
134
+ case 57:
135
+ b.addComponent("external_component_db", ...h[f]), this.$ = h[f];
136
+ break;
137
+ case 58:
138
+ b.addComponent("external_component_queue", ...h[f]), this.$ = h[f];
139
+ break;
140
+ case 60:
141
+ b.addRel("rel", ...h[f]), this.$ = h[f];
142
+ break;
143
+ case 61:
144
+ b.addRel("birel", ...h[f]), this.$ = h[f];
145
+ break;
146
+ case 62:
147
+ b.addRel("rel_u", ...h[f]), this.$ = h[f];
148
+ break;
149
+ case 63:
150
+ b.addRel("rel_d", ...h[f]), this.$ = h[f];
151
+ break;
152
+ case 64:
153
+ b.addRel("rel_l", ...h[f]), this.$ = h[f];
154
+ break;
155
+ case 65:
156
+ b.addRel("rel_r", ...h[f]), this.$ = h[f];
157
+ break;
158
+ case 66:
159
+ b.addRel("rel_b", ...h[f]), this.$ = h[f];
160
+ break;
161
+ case 67:
162
+ h[f].splice(0, 1), b.addRel("rel", ...h[f]), this.$ = h[f];
163
+ break;
164
+ case 68:
165
+ b.updateElStyle("update_el_style", ...h[f]), this.$ = h[f];
166
+ break;
167
+ case 69:
168
+ b.updateRelStyle("update_rel_style", ...h[f]), this.$ = h[f];
169
+ break;
170
+ case 70:
171
+ b.updateLayoutConfig("update_layout_config", ...h[f]), this.$ = h[f];
172
+ break;
173
+ case 71:
174
+ this.$ = [h[f]];
175
+ break;
176
+ case 72:
177
+ h[f].unshift(h[f - 1]), this.$ = h[f];
178
+ break;
179
+ case 73:
180
+ case 75:
181
+ this.$ = h[f].trim();
182
+ break;
183
+ case 74:
184
+ let Et = {};
185
+ Et[h[f - 1].trim()] = h[f].trim(), this.$ = Et;
186
+ break;
187
+ case 76:
188
+ this.$ = "";
189
+ break;
190
+ }
191
+ }, "anonymous"),
192
+ table: [{ 3: 1, 4: 2, 5: 3, 6: [1, 5], 7: [1, 6], 8: [1, 7], 9: [1, 8], 10: 4, 11: [1, 9], 15: [1, 10], 16: [1, 11], 17: [1, 12], 18: [1, 13] }, { 1: [3] }, { 1: [2, 1] }, { 1: [2, 2] }, { 1: [2, 7] }, { 1: [2, 3] }, { 1: [2, 4] }, { 1: [2, 5] }, { 1: [2, 6] }, { 12: [1, 14] }, { 12: [1, 15] }, { 12: [1, 16] }, { 12: [1, 17] }, { 12: [1, 18] }, { 13: 19, 19: 20, 20: 21, 21: 22, 22: t, 23: s, 24: o, 26: l, 28: a, 29: 49, 30: 61, 32: 62, 34: r, 36: n, 37: i, 38: u, 39: d, 40: y, 41: p, 43: 23, 44: E, 45: O, 46: S, 47: P, 48: M, 49: U, 50: H, 51: q, 52: G, 53: K, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: at, 60: it, 61: nt, 62: rt, 63: st, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt }, { 13: 70, 19: 20, 20: 21, 21: 22, 22: t, 23: s, 24: o, 26: l, 28: a, 29: 49, 30: 61, 32: 62, 34: r, 36: n, 37: i, 38: u, 39: d, 40: y, 41: p, 43: 23, 44: E, 45: O, 46: S, 47: P, 48: M, 49: U, 50: H, 51: q, 52: G, 53: K, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: at, 60: it, 61: nt, 62: rt, 63: st, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt }, { 13: 71, 19: 20, 20: 21, 21: 22, 22: t, 23: s, 24: o, 26: l, 28: a, 29: 49, 30: 61, 32: 62, 34: r, 36: n, 37: i, 38: u, 39: d, 40: y, 41: p, 43: 23, 44: E, 45: O, 46: S, 47: P, 48: M, 49: U, 50: H, 51: q, 52: G, 53: K, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: at, 60: it, 61: nt, 62: rt, 63: st, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt }, { 13: 72, 19: 20, 20: 21, 21: 22, 22: t, 23: s, 24: o, 26: l, 28: a, 29: 49, 30: 61, 32: 62, 34: r, 36: n, 37: i, 38: u, 39: d, 40: y, 41: p, 43: 23, 44: E, 45: O, 46: S, 47: P, 48: M, 49: U, 50: H, 51: q, 52: G, 53: K, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: at, 60: it, 61: nt, 62: rt, 63: st, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt }, { 13: 73, 19: 20, 20: 21, 21: 22, 22: t, 23: s, 24: o, 26: l, 28: a, 29: 49, 30: 61, 32: 62, 34: r, 36: n, 37: i, 38: u, 39: d, 40: y, 41: p, 43: 23, 44: E, 45: O, 46: S, 47: P, 48: M, 49: U, 50: H, 51: q, 52: G, 53: K, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: at, 60: it, 61: nt, 62: rt, 63: st, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt }, { 14: [1, 74] }, e(Ct, [2, 13], { 43: 23, 29: 49, 30: 61, 32: 62, 20: 75, 34: r, 36: n, 37: i, 38: u, 39: d, 40: y, 41: p, 44: E, 45: O, 46: S, 47: P, 48: M, 49: U, 50: H, 51: q, 52: G, 53: K, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: at, 60: it, 61: nt, 62: rt, 63: st, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt }), e(Ct, [2, 14]), e(Qt, [2, 16], { 12: [1, 76] }), e(Ct, [2, 36], { 12: [1, 77] }), e(St, [2, 19]), e(St, [2, 20]), { 25: [1, 78] }, { 27: [1, 79] }, e(St, [2, 23]), { 35: 80, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 86, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 87, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 88, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 89, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 90, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 91, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 92, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 93, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 94, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 95, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 96, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 97, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 98, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 99, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 100, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 101, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 102, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 103, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 104, 75: 81, 76: k, 77: A, 79: C, 80: w }, e(T, [2, 59]), { 35: 105, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 106, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 107, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 108, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 109, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 110, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 111, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 112, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 113, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 114, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 115, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 20: 116, 29: 49, 30: 61, 32: 62, 34: r, 36: n, 37: i, 38: u, 39: d, 40: y, 41: p, 43: 23, 44: E, 45: O, 46: S, 47: P, 48: M, 49: U, 50: H, 51: q, 52: G, 53: K, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: at, 60: it, 61: nt, 62: rt, 63: st, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt }, { 12: [1, 118], 33: [1, 117] }, { 35: 119, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 120, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 121, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 122, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 123, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 124, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 35: 125, 75: 81, 76: k, 77: A, 79: C, 80: w }, { 14: [1, 126] }, { 14: [1, 127] }, { 14: [1, 128] }, { 14: [1, 129] }, { 1: [2, 8] }, e(Ct, [2, 15]), e(Qt, [2, 17], { 21: 22, 19: 130, 22: t, 23: s, 24: o, 26: l, 28: a }), e(Ct, [2, 37], { 19: 20, 20: 21, 21: 22, 43: 23, 29: 49, 30: 61, 32: 62, 13: 131, 22: t, 23: s, 24: o, 26: l, 28: a, 34: r, 36: n, 37: i, 38: u, 39: d, 40: y, 41: p, 44: E, 45: O, 46: S, 47: P, 48: M, 49: U, 50: H, 51: q, 52: G, 53: K, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: at, 60: it, 61: nt, 62: rt, 63: st, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt }), e(St, [2, 21]), e(St, [2, 22]), e(T, [2, 39]), e(le, [2, 71], { 75: 81, 35: 132, 76: k, 77: A, 79: C, 80: w }), e(Mt, [2, 73]), { 78: [1, 133] }, e(Mt, [2, 75]), e(Mt, [2, 76]), e(T, [2, 40]), e(T, [2, 41]), e(T, [2, 42]), e(T, [2, 43]), e(T, [2, 44]), e(T, [2, 45]), e(T, [2, 46]), e(T, [2, 47]), e(T, [2, 48]), e(T, [2, 49]), e(T, [2, 50]), e(T, [2, 51]), e(T, [2, 52]), e(T, [2, 53]), e(T, [2, 54]), e(T, [2, 55]), e(T, [2, 56]), e(T, [2, 57]), e(T, [2, 58]), e(T, [2, 60]), e(T, [2, 61]), e(T, [2, 62]), e(T, [2, 63]), e(T, [2, 64]), e(T, [2, 65]), e(T, [2, 66]), e(T, [2, 67]), e(T, [2, 68]), e(T, [2, 69]), e(T, [2, 70]), { 31: 134, 42: [1, 135] }, { 12: [1, 136] }, { 33: [1, 137] }, e(vt, [2, 28]), e(vt, [2, 29]), e(vt, [2, 30]), e(vt, [2, 31]), e(vt, [2, 32]), e(vt, [2, 33]), e(vt, [2, 34]), { 1: [2, 9] }, { 1: [2, 10] }, { 1: [2, 11] }, { 1: [2, 12] }, e(Qt, [2, 18]), e(Ct, [2, 38]), e(le, [2, 72]), e(Mt, [2, 74]), e(T, [2, 24]), e(T, [2, 35]), e(Ht, [2, 25]), e(Ht, [2, 26], { 12: [1, 138] }), e(Ht, [2, 27])],
193
+ defaultActions: { 2: [2, 1], 3: [2, 2], 4: [2, 7], 5: [2, 3], 6: [2, 4], 7: [2, 5], 8: [2, 6], 74: [2, 8], 126: [2, 9], 127: [2, 10], 128: [2, 11], 129: [2, 12] },
194
+ parseError: /* @__PURE__ */ g(function(x, m) {
195
+ if (m.recoverable)
196
+ this.trace(x);
197
+ else {
198
+ var v = new Error(x);
199
+ throw v.hash = m, v;
200
+ }
201
+ }, "parseError"),
202
+ parse: /* @__PURE__ */ g(function(x) {
203
+ var m = this, v = [0], b = [], R = [null], h = [], Dt = this.table, f = "", Et = 0, oe = 0, we = 2, ce = 1, Te = h.slice.call(arguments, 1), D = Object.create(this.lexer), kt = { yy: {} };
204
+ for (var Gt in this.yy)
205
+ Object.prototype.hasOwnProperty.call(this.yy, Gt) && (kt.yy[Gt] = this.yy[Gt]);
206
+ D.setInput(x, kt.yy), kt.yy.lexer = D, kt.yy.parser = this, typeof D.yylloc > "u" && (D.yylloc = {});
207
+ var Kt = D.yylloc;
208
+ h.push(Kt);
209
+ var Oe = D.options && D.options.ranges;
210
+ typeof kt.yy.parseError == "function" ? this.parseError = kt.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
211
+ function Re(L) {
212
+ v.length = v.length - 2 * L, R.length = R.length - L, h.length = h.length - L;
213
+ }
214
+ g(Re, "popStack");
215
+ function he() {
216
+ var L;
217
+ return L = b.pop() || D.lex() || ce, typeof L != "number" && (L instanceof Array && (b = L, L = b.pop()), L = m.symbols_[L] || L), L;
218
+ }
219
+ g(he, "lex");
220
+ for (var I, At, N, Jt, wt = {}, Nt, W, ue, Yt; ; ) {
221
+ if (At = v[v.length - 1], this.defaultActions[At] ? N = this.defaultActions[At] : ((I === null || typeof I > "u") && (I = he()), N = Dt[At] && Dt[At][I]), typeof N > "u" || !N.length || !N[0]) {
222
+ var Zt = "";
223
+ Yt = [];
224
+ for (Nt in Dt[At])
225
+ this.terminals_[Nt] && Nt > we && Yt.push("'" + this.terminals_[Nt] + "'");
226
+ D.showPosition ? Zt = "Parse error on line " + (Et + 1) + `:
227
+ ` + D.showPosition() + `
228
+ Expecting ` + Yt.join(", ") + ", got '" + (this.terminals_[I] || I) + "'" : Zt = "Parse error on line " + (Et + 1) + ": Unexpected " + (I == ce ? "end of input" : "'" + (this.terminals_[I] || I) + "'"), this.parseError(Zt, {
229
+ text: D.match,
230
+ token: this.terminals_[I] || I,
231
+ line: D.yylineno,
232
+ loc: Kt,
233
+ expected: Yt
234
+ });
235
+ }
236
+ if (N[0] instanceof Array && N.length > 1)
237
+ throw new Error("Parse Error: multiple actions possible at state: " + At + ", token: " + I);
238
+ switch (N[0]) {
239
+ case 1:
240
+ v.push(I), R.push(D.yytext), h.push(D.yylloc), v.push(N[1]), I = null, oe = D.yyleng, f = D.yytext, Et = D.yylineno, Kt = D.yylloc;
241
+ break;
242
+ case 2:
243
+ if (W = this.productions_[N[1]][1], wt.$ = R[R.length - W], wt._$ = {
244
+ first_line: h[h.length - (W || 1)].first_line,
245
+ last_line: h[h.length - 1].last_line,
246
+ first_column: h[h.length - (W || 1)].first_column,
247
+ last_column: h[h.length - 1].last_column
248
+ }, Oe && (wt._$.range = [
249
+ h[h.length - (W || 1)].range[0],
250
+ h[h.length - 1].range[1]
251
+ ]), Jt = this.performAction.apply(wt, [
252
+ f,
253
+ oe,
254
+ Et,
255
+ kt.yy,
256
+ N[1],
257
+ R,
258
+ h
259
+ ].concat(Te)), typeof Jt < "u")
260
+ return Jt;
261
+ W && (v = v.slice(0, -1 * W * 2), R = R.slice(0, -1 * W), h = h.slice(0, -1 * W)), v.push(this.productions_[N[1]][0]), R.push(wt.$), h.push(wt._$), ue = Dt[v[v.length - 2]][v[v.length - 1]], v.push(ue);
262
+ break;
263
+ case 3:
264
+ return !0;
265
+ }
266
+ }
267
+ return !0;
268
+ }, "parse")
269
+ }, Ce = /* @__PURE__ */ function() {
270
+ var _t = {
271
+ EOF: 1,
272
+ parseError: /* @__PURE__ */ g(function(m, v) {
273
+ if (this.yy.parser)
274
+ this.yy.parser.parseError(m, v);
275
+ else
276
+ throw new Error(m);
277
+ }, "parseError"),
278
+ // resets the lexer, sets new input
279
+ setInput: /* @__PURE__ */ g(function(x, m) {
280
+ return this.yy = m || this.yy || {}, this._input = x, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
281
+ first_line: 1,
282
+ first_column: 0,
283
+ last_line: 1,
284
+ last_column: 0
285
+ }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
286
+ }, "setInput"),
287
+ // consumes and returns one char from the input
288
+ input: /* @__PURE__ */ g(function() {
289
+ var x = this._input[0];
290
+ this.yytext += x, this.yyleng++, this.offset++, this.match += x, this.matched += x;
291
+ var m = x.match(/(?:\r\n?|\n).*/g);
292
+ return m ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), x;
293
+ }, "input"),
294
+ // unshifts one char (or a string) into the input
295
+ unput: /* @__PURE__ */ g(function(x) {
296
+ var m = x.length, v = x.split(/(?:\r\n?|\n)/g);
297
+ this._input = x + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - m), this.offset -= m;
298
+ var b = this.match.split(/(?:\r\n?|\n)/g);
299
+ this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), v.length - 1 && (this.yylineno -= v.length - 1);
300
+ var R = this.yylloc.range;
301
+ return this.yylloc = {
302
+ first_line: this.yylloc.first_line,
303
+ last_line: this.yylineno + 1,
304
+ first_column: this.yylloc.first_column,
305
+ last_column: v ? (v.length === b.length ? this.yylloc.first_column : 0) + b[b.length - v.length].length - v[0].length : this.yylloc.first_column - m
306
+ }, this.options.ranges && (this.yylloc.range = [R[0], R[0] + this.yyleng - m]), this.yyleng = this.yytext.length, this;
307
+ }, "unput"),
308
+ // When called from action, caches matched text and appends it on next action
309
+ more: /* @__PURE__ */ g(function() {
310
+ return this._more = !0, this;
311
+ }, "more"),
312
+ // 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.
313
+ reject: /* @__PURE__ */ g(function() {
314
+ if (this.options.backtrack_lexer)
315
+ this._backtrack = !0;
316
+ else
317
+ 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).
318
+ ` + this.showPosition(), {
319
+ text: "",
320
+ token: null,
321
+ line: this.yylineno
322
+ });
323
+ return this;
324
+ }, "reject"),
325
+ // retain first n characters of the match
326
+ less: /* @__PURE__ */ g(function(x) {
327
+ this.unput(this.match.slice(x));
328
+ }, "less"),
329
+ // displays already matched input, i.e. for error messages
330
+ pastInput: /* @__PURE__ */ g(function() {
331
+ var x = this.matched.substr(0, this.matched.length - this.match.length);
332
+ return (x.length > 20 ? "..." : "") + x.substr(-20).replace(/\n/g, "");
333
+ }, "pastInput"),
334
+ // displays upcoming input, i.e. for error messages
335
+ upcomingInput: /* @__PURE__ */ g(function() {
336
+ var x = this.match;
337
+ return x.length < 20 && (x += this._input.substr(0, 20 - x.length)), (x.substr(0, 20) + (x.length > 20 ? "..." : "")).replace(/\n/g, "");
338
+ }, "upcomingInput"),
339
+ // displays the character position where the lexing error occurred, i.e. for error messages
340
+ showPosition: /* @__PURE__ */ g(function() {
341
+ var x = this.pastInput(), m = new Array(x.length + 1).join("-");
342
+ return x + this.upcomingInput() + `
343
+ ` + m + "^";
344
+ }, "showPosition"),
345
+ // test the lexed token: return FALSE when not a match, otherwise return token
346
+ test_match: /* @__PURE__ */ g(function(x, m) {
347
+ var v, b, R;
348
+ if (this.options.backtrack_lexer && (R = {
349
+ yylineno: this.yylineno,
350
+ yylloc: {
351
+ first_line: this.yylloc.first_line,
352
+ last_line: this.last_line,
353
+ first_column: this.yylloc.first_column,
354
+ last_column: this.yylloc.last_column
355
+ },
356
+ yytext: this.yytext,
357
+ match: this.match,
358
+ matches: this.matches,
359
+ matched: this.matched,
360
+ yyleng: this.yyleng,
361
+ offset: this.offset,
362
+ _more: this._more,
363
+ _input: this._input,
364
+ yy: this.yy,
365
+ conditionStack: this.conditionStack.slice(0),
366
+ done: this.done
367
+ }, this.options.ranges && (R.yylloc.range = this.yylloc.range.slice(0))), b = x[0].match(/(?:\r\n?|\n).*/g), b && (this.yylineno += b.length), this.yylloc = {
368
+ first_line: this.yylloc.last_line,
369
+ last_line: this.yylineno + 1,
370
+ first_column: this.yylloc.last_column,
371
+ last_column: b ? b[b.length - 1].length - b[b.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + x[0].length
372
+ }, this.yytext += x[0], this.match += x[0], this.matches = x, 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(x[0].length), this.matched += x[0], v = this.performAction.call(this, this.yy, this, m, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), v)
373
+ return v;
374
+ if (this._backtrack) {
375
+ for (var h in R)
376
+ this[h] = R[h];
377
+ return !1;
378
+ }
379
+ return !1;
380
+ }, "test_match"),
381
+ // return next match in input
382
+ next: /* @__PURE__ */ g(function() {
383
+ if (this.done)
384
+ return this.EOF;
385
+ this._input || (this.done = !0);
386
+ var x, m, v, b;
387
+ this._more || (this.yytext = "", this.match = "");
388
+ for (var R = this._currentRules(), h = 0; h < R.length; h++)
389
+ if (v = this._input.match(this.rules[R[h]]), v && (!m || v[0].length > m[0].length)) {
390
+ if (m = v, b = h, this.options.backtrack_lexer) {
391
+ if (x = this.test_match(v, R[h]), x !== !1)
392
+ return x;
393
+ if (this._backtrack) {
394
+ m = !1;
395
+ continue;
396
+ } else
397
+ return !1;
398
+ } else if (!this.options.flex)
399
+ break;
400
+ }
401
+ return m ? (x = this.test_match(m, R[b]), x !== !1 ? x : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
402
+ ` + this.showPosition(), {
403
+ text: "",
404
+ token: null,
405
+ line: this.yylineno
406
+ });
407
+ }, "next"),
408
+ // return next match that has a token
409
+ lex: /* @__PURE__ */ g(function() {
410
+ var m = this.next();
411
+ return m || this.lex();
412
+ }, "lex"),
413
+ // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
414
+ begin: /* @__PURE__ */ g(function(m) {
415
+ this.conditionStack.push(m);
416
+ }, "begin"),
417
+ // pop the previously active lexer condition state off the condition stack
418
+ popState: /* @__PURE__ */ g(function() {
419
+ var m = this.conditionStack.length - 1;
420
+ return m > 0 ? this.conditionStack.pop() : this.conditionStack[0];
421
+ }, "popState"),
422
+ // produce the lexer rule set which is active for the currently active lexer condition state
423
+ _currentRules: /* @__PURE__ */ g(function() {
424
+ return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
425
+ }, "_currentRules"),
426
+ // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
427
+ topState: /* @__PURE__ */ g(function(m) {
428
+ return m = this.conditionStack.length - 1 - Math.abs(m || 0), m >= 0 ? this.conditionStack[m] : "INITIAL";
429
+ }, "topState"),
430
+ // alias for begin(condition)
431
+ pushState: /* @__PURE__ */ g(function(m) {
432
+ this.begin(m);
433
+ }, "pushState"),
434
+ // return the number of states currently on the stack
435
+ stateStackSize: /* @__PURE__ */ g(function() {
436
+ return this.conditionStack.length;
437
+ }, "stateStackSize"),
438
+ options: {},
439
+ performAction: /* @__PURE__ */ g(function(m, v, b, R) {
440
+ switch (b) {
441
+ case 0:
442
+ return 6;
443
+ case 1:
444
+ return 7;
445
+ case 2:
446
+ return 8;
447
+ case 3:
448
+ return 9;
449
+ case 4:
450
+ return 22;
451
+ case 5:
452
+ return 23;
453
+ case 6:
454
+ return this.begin("acc_title"), 24;
455
+ case 7:
456
+ return this.popState(), "acc_title_value";
457
+ case 8:
458
+ return this.begin("acc_descr"), 26;
459
+ case 9:
460
+ return this.popState(), "acc_descr_value";
461
+ case 10:
462
+ this.begin("acc_descr_multiline");
463
+ break;
464
+ case 11:
465
+ this.popState();
466
+ break;
467
+ case 12:
468
+ return "acc_descr_multiline_value";
469
+ case 13:
470
+ break;
471
+ case 14:
472
+ c;
473
+ break;
474
+ case 15:
475
+ return 12;
476
+ case 16:
477
+ break;
478
+ case 17:
479
+ return 11;
480
+ case 18:
481
+ return 15;
482
+ case 19:
483
+ return 16;
484
+ case 20:
485
+ return 17;
486
+ case 21:
487
+ return 18;
488
+ case 22:
489
+ return this.begin("person_ext"), 45;
490
+ case 23:
491
+ return this.begin("person"), 44;
492
+ case 24:
493
+ return this.begin("system_ext_queue"), 51;
494
+ case 25:
495
+ return this.begin("system_ext_db"), 50;
496
+ case 26:
497
+ return this.begin("system_ext"), 49;
498
+ case 27:
499
+ return this.begin("system_queue"), 48;
500
+ case 28:
501
+ return this.begin("system_db"), 47;
502
+ case 29:
503
+ return this.begin("system"), 46;
504
+ case 30:
505
+ return this.begin("boundary"), 37;
506
+ case 31:
507
+ return this.begin("enterprise_boundary"), 34;
508
+ case 32:
509
+ return this.begin("system_boundary"), 36;
510
+ case 33:
511
+ return this.begin("container_ext_queue"), 57;
512
+ case 34:
513
+ return this.begin("container_ext_db"), 56;
514
+ case 35:
515
+ return this.begin("container_ext"), 55;
516
+ case 36:
517
+ return this.begin("container_queue"), 54;
518
+ case 37:
519
+ return this.begin("container_db"), 53;
520
+ case 38:
521
+ return this.begin("container"), 52;
522
+ case 39:
523
+ return this.begin("container_boundary"), 38;
524
+ case 40:
525
+ return this.begin("component_ext_queue"), 63;
526
+ case 41:
527
+ return this.begin("component_ext_db"), 62;
528
+ case 42:
529
+ return this.begin("component_ext"), 61;
530
+ case 43:
531
+ return this.begin("component_queue"), 60;
532
+ case 44:
533
+ return this.begin("component_db"), 59;
534
+ case 45:
535
+ return this.begin("component"), 58;
536
+ case 46:
537
+ return this.begin("node"), 39;
538
+ case 47:
539
+ return this.begin("node"), 39;
540
+ case 48:
541
+ return this.begin("node_l"), 40;
542
+ case 49:
543
+ return this.begin("node_r"), 41;
544
+ case 50:
545
+ return this.begin("rel"), 64;
546
+ case 51:
547
+ return this.begin("birel"), 65;
548
+ case 52:
549
+ return this.begin("rel_u"), 66;
550
+ case 53:
551
+ return this.begin("rel_u"), 66;
552
+ case 54:
553
+ return this.begin("rel_d"), 67;
554
+ case 55:
555
+ return this.begin("rel_d"), 67;
556
+ case 56:
557
+ return this.begin("rel_l"), 68;
558
+ case 57:
559
+ return this.begin("rel_l"), 68;
560
+ case 58:
561
+ return this.begin("rel_r"), 69;
562
+ case 59:
563
+ return this.begin("rel_r"), 69;
564
+ case 60:
565
+ return this.begin("rel_b"), 70;
566
+ case 61:
567
+ return this.begin("rel_index"), 71;
568
+ case 62:
569
+ return this.begin("update_el_style"), 72;
570
+ case 63:
571
+ return this.begin("update_rel_style"), 73;
572
+ case 64:
573
+ return this.begin("update_layout_config"), 74;
574
+ case 65:
575
+ return "EOF_IN_STRUCT";
576
+ case 66:
577
+ return this.begin("attribute"), "ATTRIBUTE_EMPTY";
578
+ case 67:
579
+ this.begin("attribute");
580
+ break;
581
+ case 68:
582
+ this.popState(), this.popState();
583
+ break;
584
+ case 69:
585
+ return 80;
586
+ case 70:
587
+ break;
588
+ case 71:
589
+ return 80;
590
+ case 72:
591
+ this.begin("string");
592
+ break;
593
+ case 73:
594
+ this.popState();
595
+ break;
596
+ case 74:
597
+ return "STR";
598
+ case 75:
599
+ this.begin("string_kv");
600
+ break;
601
+ case 76:
602
+ return this.begin("string_kv_key"), "STR_KEY";
603
+ case 77:
604
+ this.popState(), this.begin("string_kv_value");
605
+ break;
606
+ case 78:
607
+ return "STR_VALUE";
608
+ case 79:
609
+ this.popState(), this.popState();
610
+ break;
611
+ case 80:
612
+ return "STR";
613
+ case 81:
614
+ return "LBRACE";
615
+ case 82:
616
+ return "RBRACE";
617
+ case 83:
618
+ return "SPACE";
619
+ case 84:
620
+ return "EOL";
621
+ case 85:
622
+ return 14;
623
+ }
624
+ }, "anonymous"),
625
+ rules: [/^(?:.*direction\s+TB[^\n]*)/, /^(?:.*direction\s+BT[^\n]*)/, /^(?:.*direction\s+RL[^\n]*)/, /^(?:.*direction\s+LR[^\n]*)/, /^(?:title\s[^#\n;]+)/, /^(?:accDescription\s[^#\n;]+)/, /^(?:accTitle\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*\{\s*)/, /^(?:[\}])/, /^(?:[^\}]*)/, /^(?:%%(?!\{)*[^\n]*(\r?\n?)+)/, /^(?:%%[^\n]*(\r?\n)*)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:C4Context\b)/, /^(?:C4Container\b)/, /^(?:C4Component\b)/, /^(?:C4Dynamic\b)/, /^(?:C4Deployment\b)/, /^(?:Person_Ext\b)/, /^(?:Person\b)/, /^(?:SystemQueue_Ext\b)/, /^(?:SystemDb_Ext\b)/, /^(?:System_Ext\b)/, /^(?:SystemQueue\b)/, /^(?:SystemDb\b)/, /^(?:System\b)/, /^(?:Boundary\b)/, /^(?:Enterprise_Boundary\b)/, /^(?:System_Boundary\b)/, /^(?:ContainerQueue_Ext\b)/, /^(?:ContainerDb_Ext\b)/, /^(?:Container_Ext\b)/, /^(?:ContainerQueue\b)/, /^(?:ContainerDb\b)/, /^(?:Container\b)/, /^(?:Container_Boundary\b)/, /^(?:ComponentQueue_Ext\b)/, /^(?:ComponentDb_Ext\b)/, /^(?:Component_Ext\b)/, /^(?:ComponentQueue\b)/, /^(?:ComponentDb\b)/, /^(?:Component\b)/, /^(?:Deployment_Node\b)/, /^(?:Node\b)/, /^(?:Node_L\b)/, /^(?:Node_R\b)/, /^(?:Rel\b)/, /^(?:BiRel\b)/, /^(?:Rel_Up\b)/, /^(?:Rel_U\b)/, /^(?:Rel_Down\b)/, /^(?:Rel_D\b)/, /^(?:Rel_Left\b)/, /^(?:Rel_L\b)/, /^(?:Rel_Right\b)/, /^(?:Rel_R\b)/, /^(?:Rel_Back\b)/, /^(?:RelIndex\b)/, /^(?:UpdateElementStyle\b)/, /^(?:UpdateRelStyle\b)/, /^(?:UpdateLayoutConfig\b)/, /^(?:$)/, /^(?:[(][ ]*[,])/, /^(?:[(])/, /^(?:[)])/, /^(?:,,)/, /^(?:,)/, /^(?:[ ]*["]["])/, /^(?:[ ]*["])/, /^(?:["])/, /^(?:[^"]*)/, /^(?:[ ]*[\$])/, /^(?:[^=]*)/, /^(?:[=][ ]*["])/, /^(?:[^"]+)/, /^(?:["])/, /^(?:[^,]+)/, /^(?:\{)/, /^(?:\})/, /^(?:[\s]+)/, /^(?:[\n\r]+)/, /^(?:$)/],
626
+ conditions: { acc_descr_multiline: { rules: [11, 12], inclusive: !1 }, acc_descr: { rules: [9], inclusive: !1 }, acc_title: { rules: [7], inclusive: !1 }, string_kv_value: { rules: [78, 79], inclusive: !1 }, string_kv_key: { rules: [77], inclusive: !1 }, string_kv: { rules: [76], inclusive: !1 }, string: { rules: [73, 74], inclusive: !1 }, attribute: { rules: [68, 69, 70, 71, 72, 75, 80], inclusive: !1 }, update_layout_config: { rules: [65, 66, 67, 68], inclusive: !1 }, update_rel_style: { rules: [65, 66, 67, 68], inclusive: !1 }, update_el_style: { rules: [65, 66, 67, 68], inclusive: !1 }, rel_b: { rules: [65, 66, 67, 68], inclusive: !1 }, rel_r: { rules: [65, 66, 67, 68], inclusive: !1 }, rel_l: { rules: [65, 66, 67, 68], inclusive: !1 }, rel_d: { rules: [65, 66, 67, 68], inclusive: !1 }, rel_u: { rules: [65, 66, 67, 68], inclusive: !1 }, rel_bi: { rules: [], inclusive: !1 }, rel: { rules: [65, 66, 67, 68], inclusive: !1 }, node_r: { rules: [65, 66, 67, 68], inclusive: !1 }, node_l: { rules: [65, 66, 67, 68], inclusive: !1 }, node: { rules: [65, 66, 67, 68], inclusive: !1 }, index: { rules: [], inclusive: !1 }, rel_index: { rules: [65, 66, 67, 68], inclusive: !1 }, component_ext_queue: { rules: [], inclusive: !1 }, component_ext_db: { rules: [65, 66, 67, 68], inclusive: !1 }, component_ext: { rules: [65, 66, 67, 68], inclusive: !1 }, component_queue: { rules: [65, 66, 67, 68], inclusive: !1 }, component_db: { rules: [65, 66, 67, 68], inclusive: !1 }, component: { rules: [65, 66, 67, 68], inclusive: !1 }, container_boundary: { rules: [65, 66, 67, 68], inclusive: !1 }, container_ext_queue: { rules: [65, 66, 67, 68], inclusive: !1 }, container_ext_db: { rules: [65, 66, 67, 68], inclusive: !1 }, container_ext: { rules: [65, 66, 67, 68], inclusive: !1 }, container_queue: { rules: [65, 66, 67, 68], inclusive: !1 }, container_db: { rules: [65, 66, 67, 68], inclusive: !1 }, container: { rules: [65, 66, 67, 68], inclusive: !1 }, birel: { rules: [65, 66, 67, 68], inclusive: !1 }, system_boundary: { rules: [65, 66, 67, 68], inclusive: !1 }, enterprise_boundary: { rules: [65, 66, 67, 68], inclusive: !1 }, boundary: { rules: [65, 66, 67, 68], inclusive: !1 }, system_ext_queue: { rules: [65, 66, 67, 68], inclusive: !1 }, system_ext_db: { rules: [65, 66, 67, 68], inclusive: !1 }, system_ext: { rules: [65, 66, 67, 68], inclusive: !1 }, system_queue: { rules: [65, 66, 67, 68], inclusive: !1 }, system_db: { rules: [65, 66, 67, 68], inclusive: !1 }, system: { rules: [65, 66, 67, 68], inclusive: !1 }, person_ext: { rules: [65, 66, 67, 68], inclusive: !1 }, person: { rules: [65, 66, 67, 68], inclusive: !1 }, INITIAL: { rules: [0, 1, 2, 3, 4, 5, 6, 8, 10, 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, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 81, 82, 83, 84, 85], inclusive: !0 } }
627
+ };
628
+ return _t;
629
+ }();
630
+ qt.lexer = Ce;
631
+ function Lt() {
632
+ this.yy = {};
633
+ }
634
+ return g(Lt, "Parser"), Lt.prototype = qt, qt.Parser = Lt, new Lt();
635
+ }();
636
+ Ft.parser = Ft;
637
+ var Ue = Ft, V = [], xt = [""], B = "global", F = "", X = [
638
+ {
639
+ alias: "global",
640
+ label: { text: "global" },
641
+ type: { text: "global" },
642
+ tags: null,
643
+ link: null,
644
+ parentBoundary: ""
645
+ }
646
+ ], It = [], ie = "", ne = !1, Vt = 4, zt = 2, be, Fe = /* @__PURE__ */ g(function() {
647
+ return be;
648
+ }, "getC4Type"), Ve = /* @__PURE__ */ g(function(e) {
649
+ be = ge(e, Bt());
650
+ }, "setC4Type"), ze = /* @__PURE__ */ g(function(e, t, s, o, l, a, r, n, i) {
651
+ if (e == null || t === void 0 || t === null || s === void 0 || s === null || o === void 0 || o === null)
652
+ return;
653
+ let u = {};
654
+ const d = It.find((y) => y.from === t && y.to === s);
655
+ if (d ? u = d : It.push(u), u.type = e, u.from = t, u.to = s, u.label = { text: o }, l == null)
656
+ u.techn = { text: "" };
657
+ else if (typeof l == "object") {
658
+ let [y, p] = Object.entries(l)[0];
659
+ u[y] = { text: p };
660
+ } else
661
+ u.techn = { text: l };
662
+ if (a == null)
663
+ u.descr = { text: "" };
664
+ else if (typeof a == "object") {
665
+ let [y, p] = Object.entries(a)[0];
666
+ u[y] = { text: p };
667
+ } else
668
+ u.descr = { text: a };
669
+ if (typeof r == "object") {
670
+ let [y, p] = Object.entries(r)[0];
671
+ u[y] = p;
672
+ } else
673
+ u.sprite = r;
674
+ if (typeof n == "object") {
675
+ let [y, p] = Object.entries(n)[0];
676
+ u[y] = p;
677
+ } else
678
+ u.tags = n;
679
+ if (typeof i == "object") {
680
+ let [y, p] = Object.entries(i)[0];
681
+ u[y] = p;
682
+ } else
683
+ u.link = i;
684
+ u.wrap = mt();
685
+ }, "addRel"), Xe = /* @__PURE__ */ g(function(e, t, s, o, l, a, r) {
686
+ if (t === null || s === null)
687
+ return;
688
+ let n = {};
689
+ const i = V.find((u) => u.alias === t);
690
+ if (i && t === i.alias ? n = i : (n.alias = t, V.push(n)), s == null ? n.label = { text: "" } : n.label = { text: s }, o == null)
691
+ n.descr = { text: "" };
692
+ else if (typeof o == "object") {
693
+ let [u, d] = Object.entries(o)[0];
694
+ n[u] = { text: d };
695
+ } else
696
+ n.descr = { text: o };
697
+ if (typeof l == "object") {
698
+ let [u, d] = Object.entries(l)[0];
699
+ n[u] = d;
700
+ } else
701
+ n.sprite = l;
702
+ if (typeof a == "object") {
703
+ let [u, d] = Object.entries(a)[0];
704
+ n[u] = d;
705
+ } else
706
+ n.tags = a;
707
+ if (typeof r == "object") {
708
+ let [u, d] = Object.entries(r)[0];
709
+ n[u] = d;
710
+ } else
711
+ n.link = r;
712
+ n.typeC4Shape = { text: e }, n.parentBoundary = B, n.wrap = mt();
713
+ }, "addPersonOrSystem"), We = /* @__PURE__ */ g(function(e, t, s, o, l, a, r, n) {
714
+ if (t === null || s === null)
715
+ return;
716
+ let i = {};
717
+ const u = V.find((d) => d.alias === t);
718
+ if (u && t === u.alias ? i = u : (i.alias = t, V.push(i)), s == null ? i.label = { text: "" } : i.label = { text: s }, o == null)
719
+ i.techn = { text: "" };
720
+ else if (typeof o == "object") {
721
+ let [d, y] = Object.entries(o)[0];
722
+ i[d] = { text: y };
723
+ } else
724
+ i.techn = { text: o };
725
+ if (l == null)
726
+ i.descr = { text: "" };
727
+ else if (typeof l == "object") {
728
+ let [d, y] = Object.entries(l)[0];
729
+ i[d] = { text: y };
730
+ } else
731
+ i.descr = { text: l };
732
+ if (typeof a == "object") {
733
+ let [d, y] = Object.entries(a)[0];
734
+ i[d] = y;
735
+ } else
736
+ i.sprite = a;
737
+ if (typeof r == "object") {
738
+ let [d, y] = Object.entries(r)[0];
739
+ i[d] = y;
740
+ } else
741
+ i.tags = r;
742
+ if (typeof n == "object") {
743
+ let [d, y] = Object.entries(n)[0];
744
+ i[d] = y;
745
+ } else
746
+ i.link = n;
747
+ i.wrap = mt(), i.typeC4Shape = { text: e }, i.parentBoundary = B;
748
+ }, "addContainer"), Qe = /* @__PURE__ */ g(function(e, t, s, o, l, a, r, n) {
749
+ if (t === null || s === null)
750
+ return;
751
+ let i = {};
752
+ const u = V.find((d) => d.alias === t);
753
+ if (u && t === u.alias ? i = u : (i.alias = t, V.push(i)), s == null ? i.label = { text: "" } : i.label = { text: s }, o == null)
754
+ i.techn = { text: "" };
755
+ else if (typeof o == "object") {
756
+ let [d, y] = Object.entries(o)[0];
757
+ i[d] = { text: y };
758
+ } else
759
+ i.techn = { text: o };
760
+ if (l == null)
761
+ i.descr = { text: "" };
762
+ else if (typeof l == "object") {
763
+ let [d, y] = Object.entries(l)[0];
764
+ i[d] = { text: y };
765
+ } else
766
+ i.descr = { text: l };
767
+ if (typeof a == "object") {
768
+ let [d, y] = Object.entries(a)[0];
769
+ i[d] = y;
770
+ } else
771
+ i.sprite = a;
772
+ if (typeof r == "object") {
773
+ let [d, y] = Object.entries(r)[0];
774
+ i[d] = y;
775
+ } else
776
+ i.tags = r;
777
+ if (typeof n == "object") {
778
+ let [d, y] = Object.entries(n)[0];
779
+ i[d] = y;
780
+ } else
781
+ i.link = n;
782
+ i.wrap = mt(), i.typeC4Shape = { text: e }, i.parentBoundary = B;
783
+ }, "addComponent"), He = /* @__PURE__ */ g(function(e, t, s, o, l) {
784
+ if (e === null || t === null)
785
+ return;
786
+ let a = {};
787
+ const r = X.find((n) => n.alias === e);
788
+ if (r && e === r.alias ? a = r : (a.alias = e, X.push(a)), t == null ? a.label = { text: "" } : a.label = { text: t }, s == null)
789
+ a.type = { text: "system" };
790
+ else if (typeof s == "object") {
791
+ let [n, i] = Object.entries(s)[0];
792
+ a[n] = { text: i };
793
+ } else
794
+ a.type = { text: s };
795
+ if (typeof o == "object") {
796
+ let [n, i] = Object.entries(o)[0];
797
+ a[n] = i;
798
+ } else
799
+ a.tags = o;
800
+ if (typeof l == "object") {
801
+ let [n, i] = Object.entries(l)[0];
802
+ a[n] = i;
803
+ } else
804
+ a.link = l;
805
+ a.parentBoundary = B, a.wrap = mt(), F = B, B = e, xt.push(F);
806
+ }, "addPersonOrSystemBoundary"), qe = /* @__PURE__ */ g(function(e, t, s, o, l) {
807
+ if (e === null || t === null)
808
+ return;
809
+ let a = {};
810
+ const r = X.find((n) => n.alias === e);
811
+ if (r && e === r.alias ? a = r : (a.alias = e, X.push(a)), t == null ? a.label = { text: "" } : a.label = { text: t }, s == null)
812
+ a.type = { text: "container" };
813
+ else if (typeof s == "object") {
814
+ let [n, i] = Object.entries(s)[0];
815
+ a[n] = { text: i };
816
+ } else
817
+ a.type = { text: s };
818
+ if (typeof o == "object") {
819
+ let [n, i] = Object.entries(o)[0];
820
+ a[n] = i;
821
+ } else
822
+ a.tags = o;
823
+ if (typeof l == "object") {
824
+ let [n, i] = Object.entries(l)[0];
825
+ a[n] = i;
826
+ } else
827
+ a.link = l;
828
+ a.parentBoundary = B, a.wrap = mt(), F = B, B = e, xt.push(F);
829
+ }, "addContainerBoundary"), Ge = /* @__PURE__ */ g(function(e, t, s, o, l, a, r, n) {
830
+ if (t === null || s === null)
831
+ return;
832
+ let i = {};
833
+ const u = X.find((d) => d.alias === t);
834
+ if (u && t === u.alias ? i = u : (i.alias = t, X.push(i)), s == null ? i.label = { text: "" } : i.label = { text: s }, o == null)
835
+ i.type = { text: "node" };
836
+ else if (typeof o == "object") {
837
+ let [d, y] = Object.entries(o)[0];
838
+ i[d] = { text: y };
839
+ } else
840
+ i.type = { text: o };
841
+ if (l == null)
842
+ i.descr = { text: "" };
843
+ else if (typeof l == "object") {
844
+ let [d, y] = Object.entries(l)[0];
845
+ i[d] = { text: y };
846
+ } else
847
+ i.descr = { text: l };
848
+ if (typeof r == "object") {
849
+ let [d, y] = Object.entries(r)[0];
850
+ i[d] = y;
851
+ } else
852
+ i.tags = r;
853
+ if (typeof n == "object") {
854
+ let [d, y] = Object.entries(n)[0];
855
+ i[d] = y;
856
+ } else
857
+ i.link = n;
858
+ i.nodeType = e, i.parentBoundary = B, i.wrap = mt(), F = B, B = t, xt.push(F);
859
+ }, "addDeploymentNode"), Ke = /* @__PURE__ */ g(function() {
860
+ B = F, xt.pop(), F = xt.pop(), xt.push(F);
861
+ }, "popBoundaryParseStack"), Je = /* @__PURE__ */ g(function(e, t, s, o, l, a, r, n, i, u, d) {
862
+ let y = V.find((p) => p.alias === t);
863
+ if (!(y === void 0 && (y = X.find((p) => p.alias === t), y === void 0))) {
864
+ if (s != null)
865
+ if (typeof s == "object") {
866
+ let [p, E] = Object.entries(s)[0];
867
+ y[p] = E;
868
+ } else
869
+ y.bgColor = s;
870
+ if (o != null)
871
+ if (typeof o == "object") {
872
+ let [p, E] = Object.entries(o)[0];
873
+ y[p] = E;
874
+ } else
875
+ y.fontColor = o;
876
+ if (l != null)
877
+ if (typeof l == "object") {
878
+ let [p, E] = Object.entries(l)[0];
879
+ y[p] = E;
880
+ } else
881
+ y.borderColor = l;
882
+ if (a != null)
883
+ if (typeof a == "object") {
884
+ let [p, E] = Object.entries(a)[0];
885
+ y[p] = E;
886
+ } else
887
+ y.shadowing = a;
888
+ if (r != null)
889
+ if (typeof r == "object") {
890
+ let [p, E] = Object.entries(r)[0];
891
+ y[p] = E;
892
+ } else
893
+ y.shape = r;
894
+ if (n != null)
895
+ if (typeof n == "object") {
896
+ let [p, E] = Object.entries(n)[0];
897
+ y[p] = E;
898
+ } else
899
+ y.sprite = n;
900
+ if (i != null)
901
+ if (typeof i == "object") {
902
+ let [p, E] = Object.entries(i)[0];
903
+ y[p] = E;
904
+ } else
905
+ y.techn = i;
906
+ if (u != null)
907
+ if (typeof u == "object") {
908
+ let [p, E] = Object.entries(u)[0];
909
+ y[p] = E;
910
+ } else
911
+ y.legendText = u;
912
+ if (d != null)
913
+ if (typeof d == "object") {
914
+ let [p, E] = Object.entries(d)[0];
915
+ y[p] = E;
916
+ } else
917
+ y.legendSprite = d;
918
+ }
919
+ }, "updateElStyle"), Ze = /* @__PURE__ */ g(function(e, t, s, o, l, a, r) {
920
+ const n = It.find((i) => i.from === t && i.to === s);
921
+ if (n !== void 0) {
922
+ if (o != null)
923
+ if (typeof o == "object") {
924
+ let [i, u] = Object.entries(o)[0];
925
+ n[i] = u;
926
+ } else
927
+ n.textColor = o;
928
+ if (l != null)
929
+ if (typeof l == "object") {
930
+ let [i, u] = Object.entries(l)[0];
931
+ n[i] = u;
932
+ } else
933
+ n.lineColor = l;
934
+ if (a != null)
935
+ if (typeof a == "object") {
936
+ let [i, u] = Object.entries(a)[0];
937
+ n[i] = parseInt(u);
938
+ } else
939
+ n.offsetX = parseInt(a);
940
+ if (r != null)
941
+ if (typeof r == "object") {
942
+ let [i, u] = Object.entries(r)[0];
943
+ n[i] = parseInt(u);
944
+ } else
945
+ n.offsetY = parseInt(r);
946
+ }
947
+ }, "updateRelStyle"), $e = /* @__PURE__ */ g(function(e, t, s) {
948
+ let o = Vt, l = zt;
949
+ if (typeof t == "object") {
950
+ const a = Object.values(t)[0];
951
+ o = parseInt(a);
952
+ } else
953
+ o = parseInt(t);
954
+ if (typeof s == "object") {
955
+ const a = Object.values(s)[0];
956
+ l = parseInt(a);
957
+ } else
958
+ l = parseInt(s);
959
+ o >= 1 && (Vt = o), l >= 1 && (zt = l);
960
+ }, "updateLayoutConfig"), t0 = /* @__PURE__ */ g(function() {
961
+ return Vt;
962
+ }, "getC4ShapeInRow"), e0 = /* @__PURE__ */ g(function() {
963
+ return zt;
964
+ }, "getC4BoundaryInRow"), a0 = /* @__PURE__ */ g(function() {
965
+ return B;
966
+ }, "getCurrentBoundaryParse"), i0 = /* @__PURE__ */ g(function() {
967
+ return F;
968
+ }, "getParentBoundaryParse"), _e = /* @__PURE__ */ g(function(e) {
969
+ return e == null ? V : V.filter((t) => t.parentBoundary === e);
970
+ }, "getC4ShapeArray"), n0 = /* @__PURE__ */ g(function(e) {
971
+ return V.find((t) => t.alias === e);
972
+ }, "getC4Shape"), r0 = /* @__PURE__ */ g(function(e) {
973
+ return Object.keys(_e(e));
974
+ }, "getC4ShapeKeys"), xe = /* @__PURE__ */ g(function(e) {
975
+ return e == null ? X : X.filter((t) => t.parentBoundary === e);
976
+ }, "getBoundaries"), s0 = xe, l0 = /* @__PURE__ */ g(function() {
977
+ return It;
978
+ }, "getRels"), o0 = /* @__PURE__ */ g(function() {
979
+ return ie;
980
+ }, "getTitle"), c0 = /* @__PURE__ */ g(function(e) {
981
+ ne = e;
982
+ }, "setWrap"), mt = /* @__PURE__ */ g(function() {
983
+ return ne;
984
+ }, "autoWrap"), h0 = /* @__PURE__ */ g(function() {
985
+ V = [], X = [
986
+ {
987
+ alias: "global",
988
+ label: { text: "global" },
989
+ type: { text: "global" },
990
+ tags: null,
991
+ link: null,
992
+ parentBoundary: ""
993
+ }
994
+ ], F = "", B = "global", xt = [""], It = [], xt = [""], ie = "", ne = !1, Vt = 4, zt = 2;
995
+ }, "clear"), u0 = {
996
+ SOLID: 0,
997
+ DOTTED: 1,
998
+ NOTE: 2,
999
+ SOLID_CROSS: 3,
1000
+ DOTTED_CROSS: 4,
1001
+ SOLID_OPEN: 5,
1002
+ DOTTED_OPEN: 6,
1003
+ LOOP_START: 10,
1004
+ LOOP_END: 11,
1005
+ ALT_START: 12,
1006
+ ALT_ELSE: 13,
1007
+ ALT_END: 14,
1008
+ OPT_START: 15,
1009
+ OPT_END: 16,
1010
+ ACTIVE_START: 17,
1011
+ ACTIVE_END: 18,
1012
+ PAR_START: 19,
1013
+ PAR_AND: 20,
1014
+ PAR_END: 21,
1015
+ RECT_START: 22,
1016
+ RECT_END: 23,
1017
+ SOLID_POINT: 24,
1018
+ DOTTED_POINT: 25
1019
+ }, d0 = {
1020
+ FILLED: 0,
1021
+ OPEN: 1
1022
+ }, f0 = {
1023
+ LEFTOF: 0,
1024
+ RIGHTOF: 1,
1025
+ OVER: 2
1026
+ }, p0 = /* @__PURE__ */ g(function(e) {
1027
+ ie = ge(e, Bt());
1028
+ }, "setTitle"), te = {
1029
+ addPersonOrSystem: Xe,
1030
+ addPersonOrSystemBoundary: He,
1031
+ addContainer: We,
1032
+ addContainerBoundary: qe,
1033
+ addComponent: Qe,
1034
+ addDeploymentNode: Ge,
1035
+ popBoundaryParseStack: Ke,
1036
+ addRel: ze,
1037
+ updateElStyle: Je,
1038
+ updateRelStyle: Ze,
1039
+ updateLayoutConfig: $e,
1040
+ autoWrap: mt,
1041
+ setWrap: c0,
1042
+ getC4ShapeArray: _e,
1043
+ getC4Shape: n0,
1044
+ getC4ShapeKeys: r0,
1045
+ getBoundaries: xe,
1046
+ getBoundarys: s0,
1047
+ getCurrentBoundaryParse: a0,
1048
+ getParentBoundaryParse: i0,
1049
+ getRels: l0,
1050
+ getTitle: o0,
1051
+ getC4Type: Fe,
1052
+ getC4ShapeInRow: t0,
1053
+ getC4BoundaryInRow: e0,
1054
+ setAccTitle: Me,
1055
+ getAccTitle: Ie,
1056
+ getAccDescription: Be,
1057
+ setAccDescription: Pe,
1058
+ getConfig: /* @__PURE__ */ g(() => Bt().c4, "getConfig"),
1059
+ clear: h0,
1060
+ LINETYPE: u0,
1061
+ ARROWTYPE: d0,
1062
+ PLACEMENT: f0,
1063
+ setTitle: p0,
1064
+ setC4Type: Ve
1065
+ // apply,
1066
+ }, re = /* @__PURE__ */ g(function(e, t) {
1067
+ return De(e, t);
1068
+ }, "drawRect"), me = /* @__PURE__ */ g(function(e, t, s, o, l, a) {
1069
+ const r = e.append("image");
1070
+ r.attr("width", t), r.attr("height", s), r.attr("x", o), r.attr("y", l);
1071
+ let n = a.startsWith("data:image/png;base64") ? a : Ye(a);
1072
+ r.attr("xlink:href", n);
1073
+ }, "drawImage"), y0 = /* @__PURE__ */ g((e, t, s) => {
1074
+ const o = e.append("g");
1075
+ let l = 0;
1076
+ for (let a of t) {
1077
+ let r = a.textColor ? a.textColor : "#444444", n = a.lineColor ? a.lineColor : "#444444", i = a.offsetX ? parseInt(a.offsetX) : 0, u = a.offsetY ? parseInt(a.offsetY) : 0, d = "";
1078
+ if (l === 0) {
1079
+ let p = o.append("line");
1080
+ p.attr("x1", a.startPoint.x), p.attr("y1", a.startPoint.y), p.attr("x2", a.endPoint.x), p.attr("y2", a.endPoint.y), p.attr("stroke-width", "1"), p.attr("stroke", n), p.style("fill", "none"), a.type !== "rel_b" && p.attr("marker-end", "url(" + d + "#arrowhead)"), (a.type === "birel" || a.type === "rel_b") && p.attr("marker-start", "url(" + d + "#arrowend)"), l = -1;
1081
+ } else {
1082
+ let p = o.append("path");
1083
+ p.attr("fill", "none").attr("stroke-width", "1").attr("stroke", n).attr(
1084
+ "d",
1085
+ "Mstartx,starty Qcontrolx,controly stopx,stopy ".replaceAll("startx", a.startPoint.x).replaceAll("starty", a.startPoint.y).replaceAll(
1086
+ "controlx",
1087
+ a.startPoint.x + (a.endPoint.x - a.startPoint.x) / 2 - (a.endPoint.x - a.startPoint.x) / 4
1088
+ ).replaceAll("controly", a.startPoint.y + (a.endPoint.y - a.startPoint.y) / 2).replaceAll("stopx", a.endPoint.x).replaceAll("stopy", a.endPoint.y)
1089
+ ), a.type !== "rel_b" && p.attr("marker-end", "url(" + d + "#arrowhead)"), (a.type === "birel" || a.type === "rel_b") && p.attr("marker-start", "url(" + d + "#arrowend)");
1090
+ }
1091
+ let y = s.messageFont();
1092
+ Q(s)(
1093
+ a.label.text,
1094
+ o,
1095
+ Math.min(a.startPoint.x, a.endPoint.x) + Math.abs(a.endPoint.x - a.startPoint.x) / 2 + i,
1096
+ Math.min(a.startPoint.y, a.endPoint.y) + Math.abs(a.endPoint.y - a.startPoint.y) / 2 + u,
1097
+ a.label.width,
1098
+ a.label.height,
1099
+ { fill: r },
1100
+ y
1101
+ ), a.techn && a.techn.text !== "" && (y = s.messageFont(), Q(s)(
1102
+ "[" + a.techn.text + "]",
1103
+ o,
1104
+ Math.min(a.startPoint.x, a.endPoint.x) + Math.abs(a.endPoint.x - a.startPoint.x) / 2 + i,
1105
+ Math.min(a.startPoint.y, a.endPoint.y) + Math.abs(a.endPoint.y - a.startPoint.y) / 2 + s.messageFontSize + 5 + u,
1106
+ Math.max(a.label.width, a.techn.width),
1107
+ a.techn.height,
1108
+ { fill: r, "font-style": "italic" },
1109
+ y
1110
+ ));
1111
+ }
1112
+ }, "drawRels"), g0 = /* @__PURE__ */ g(function(e, t, s) {
1113
+ const o = e.append("g");
1114
+ let l = t.bgColor ? t.bgColor : "none", a = t.borderColor ? t.borderColor : "#444444", r = t.fontColor ? t.fontColor : "black", n = { "stroke-width": 1, "stroke-dasharray": "7.0,7.0" };
1115
+ t.nodeType && (n = { "stroke-width": 1 });
1116
+ let i = {
1117
+ x: t.x,
1118
+ y: t.y,
1119
+ fill: l,
1120
+ stroke: a,
1121
+ width: t.width,
1122
+ height: t.height,
1123
+ rx: 2.5,
1124
+ ry: 2.5,
1125
+ attrs: n
1126
+ };
1127
+ re(o, i);
1128
+ let u = s.boundaryFont();
1129
+ u.fontWeight = "bold", u.fontSize = u.fontSize + 2, u.fontColor = r, Q(s)(
1130
+ t.label.text,
1131
+ o,
1132
+ t.x,
1133
+ t.y + t.label.Y,
1134
+ t.width,
1135
+ t.height,
1136
+ { fill: "#444444" },
1137
+ u
1138
+ ), t.type && t.type.text !== "" && (u = s.boundaryFont(), u.fontColor = r, Q(s)(
1139
+ t.type.text,
1140
+ o,
1141
+ t.x,
1142
+ t.y + t.type.Y,
1143
+ t.width,
1144
+ t.height,
1145
+ { fill: "#444444" },
1146
+ u
1147
+ )), t.descr && t.descr.text !== "" && (u = s.boundaryFont(), u.fontSize = u.fontSize - 2, u.fontColor = r, Q(s)(
1148
+ t.descr.text,
1149
+ o,
1150
+ t.x,
1151
+ t.y + t.descr.Y,
1152
+ t.width,
1153
+ t.height,
1154
+ { fill: "#444444" },
1155
+ u
1156
+ ));
1157
+ }, "drawBoundary"), b0 = /* @__PURE__ */ g(function(e, t, s) {
1158
+ let o = t.bgColor ? t.bgColor : s[t.typeC4Shape.text + "_bg_color"], l = t.borderColor ? t.borderColor : s[t.typeC4Shape.text + "_border_color"], a = t.fontColor ? t.fontColor : "#FFFFFF", r = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAACD0lEQVR4Xu2YoU4EMRCGT+4j8Ai8AhaH4QHgAUjQuFMECUgMIUgwJAgMhgQsAYUiJCiQIBBY+EITsjfTdme6V24v4c8vyGbb+ZjOtN0bNcvjQXmkH83WvYBWto6PLm6v7p7uH1/w2fXD+PBycX1Pv2l3IdDm/vn7x+dXQiAubRzoURa7gRZWd0iGRIiJbOnhnfYBQZNJjNbuyY2eJG8fkDE3bbG4ep6MHUAsgYxmE3nVs6VsBWJSGccsOlFPmLIViMzLOB7pCVO2AtHJMohH7Fh6zqitQK7m0rJvAVYgGcEpe//PLdDz65sM4pF9N7ICcXDKIB5Nv6j7tD0NoSdM2QrU9Gg0ewE1LqBhHR3BBdvj2vapnidjHxD/q6vd7Pvhr31AwcY8eXMTXAKECZZJFXuEq27aLgQK5uLMohCenGGuGewOxSjBvYBqeG6B+Nqiblggdjnc+ZXDy+FNFpFzw76O3UBAROuXh6FoiAcf5g9eTvUgzy0nWg6I8cXHRUpg5bOVBCo+KDpFajOf23GgPme7RSQ+lacIENUgJ6gg1k6HjgOlqnLqip4tEuhv0hNEMXUD0clyXE3p6pZA0S2nnvTlXwLJEZWlb7cTQH1+USgTN4VhAenm/wea1OCAOmqo6fE1WCb9WSKBah+rbUWPWAmE2Rvk0ApiB45eOyNAzU8xcTvj8KvkKEoOaIYeHNA3ZuygAvFMUO0AAAAASUVORK5CYII=";
1159
+ switch (t.typeC4Shape.text) {
1160
+ case "person":
1161
+ r = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAACD0lEQVR4Xu2YoU4EMRCGT+4j8Ai8AhaH4QHgAUjQuFMECUgMIUgwJAgMhgQsAYUiJCiQIBBY+EITsjfTdme6V24v4c8vyGbb+ZjOtN0bNcvjQXmkH83WvYBWto6PLm6v7p7uH1/w2fXD+PBycX1Pv2l3IdDm/vn7x+dXQiAubRzoURa7gRZWd0iGRIiJbOnhnfYBQZNJjNbuyY2eJG8fkDE3bbG4ep6MHUAsgYxmE3nVs6VsBWJSGccsOlFPmLIViMzLOB7pCVO2AtHJMohH7Fh6zqitQK7m0rJvAVYgGcEpe//PLdDz65sM4pF9N7ICcXDKIB5Nv6j7tD0NoSdM2QrU9Gg0ewE1LqBhHR3BBdvj2vapnidjHxD/q6vd7Pvhr31AwcY8eXMTXAKECZZJFXuEq27aLgQK5uLMohCenGGuGewOxSjBvYBqeG6B+Nqiblggdjnc+ZXDy+FNFpFzw76O3UBAROuXh6FoiAcf5g9eTvUgzy0nWg6I8cXHRUpg5bOVBCo+KDpFajOf23GgPme7RSQ+lacIENUgJ6gg1k6HjgOlqnLqip4tEuhv0hNEMXUD0clyXE3p6pZA0S2nnvTlXwLJEZWlb7cTQH1+USgTN4VhAenm/wea1OCAOmqo6fE1WCb9WSKBah+rbUWPWAmE2Rvk0ApiB45eOyNAzU8xcTvj8KvkKEoOaIYeHNA3ZuygAvFMUO0AAAAASUVORK5CYII=";
1162
+ break;
1163
+ case "external_person":
1164
+ r = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAAB6ElEQVR4Xu2YLY+EMBCG9+dWr0aj0Wg0Go1Go0+j8Xdv2uTCvv1gpt0ebHKPuhDaeW4605Z9mJvx4AdXUyTUdd08z+u6flmWZRnHsWkafk9DptAwDPu+f0eAYtu2PEaGWuj5fCIZrBAC2eLBAnRCsEkkxmeaJp7iDJ2QMDdHsLg8SxKFEJaAo8lAXnmuOFIhTMpxxKATebo4UiFknuNo4OniSIXQyRxEA3YsnjGCVEjVXD7yLUAqxBGUyPv/Y4W2beMgGuS7kVQIBycH0fD+oi5pezQETxdHKmQKGk1eQEYldK+jw5GxPfZ9z7Mk0Qnhf1W1m3w//EUn5BDmSZsbR44QQLBEqrBHqOrmSKaQAxdnLArCrxZcM7A7ZKs4ioRq8LFC+NpC3WCBJsvpVw5edm9iEXFuyNfxXAgSwfrFQ1c0iNda8AdejvUgnktOtJQQxmcfFzGglc5WVCj7oDgFqU18boeFSs52CUh8LE8BIVQDT1ABrB0HtgSEYlX5doJnCwv9TXocKCaKbnwhdDKPq4lf3SwU3HLq4V/+WYhHVMa/3b4IlfyikAduCkcBc7mQ3/z/Qq/cTuikhkzB12Ae/mcJC9U+Vo8Ej1gWAtgbeGgFsAMHr50BIWOLCbezvhpBFUdY6EJuJ/QDW0XoMX60zZ0AAAAASUVORK5CYII=";
1165
+ break;
1166
+ }
1167
+ const n = e.append("g");
1168
+ n.attr("class", "person-man");
1169
+ const i = Se();
1170
+ switch (t.typeC4Shape.text) {
1171
+ case "person":
1172
+ case "external_person":
1173
+ case "system":
1174
+ case "external_system":
1175
+ case "container":
1176
+ case "external_container":
1177
+ case "component":
1178
+ case "external_component":
1179
+ i.x = t.x, i.y = t.y, i.fill = o, i.width = t.width, i.height = t.height, i.stroke = l, i.rx = 2.5, i.ry = 2.5, i.attrs = { "stroke-width": 0.5 }, re(n, i);
1180
+ break;
1181
+ case "system_db":
1182
+ case "external_system_db":
1183
+ case "container_db":
1184
+ case "external_container_db":
1185
+ case "component_db":
1186
+ case "external_component_db":
1187
+ n.append("path").attr("fill", o).attr("stroke-width", "0.5").attr("stroke", l).attr(
1188
+ "d",
1189
+ "Mstartx,startyc0,-10 half,-10 half,-10c0,0 half,0 half,10l0,heightc0,10 -half,10 -half,10c0,0 -half,0 -half,-10l0,-height".replaceAll("startx", t.x).replaceAll("starty", t.y).replaceAll("half", t.width / 2).replaceAll("height", t.height)
1190
+ ), n.append("path").attr("fill", "none").attr("stroke-width", "0.5").attr("stroke", l).attr(
1191
+ "d",
1192
+ "Mstartx,startyc0,10 half,10 half,10c0,0 half,0 half,-10".replaceAll("startx", t.x).replaceAll("starty", t.y).replaceAll("half", t.width / 2)
1193
+ );
1194
+ break;
1195
+ case "system_queue":
1196
+ case "external_system_queue":
1197
+ case "container_queue":
1198
+ case "external_container_queue":
1199
+ case "component_queue":
1200
+ case "external_component_queue":
1201
+ n.append("path").attr("fill", o).attr("stroke-width", "0.5").attr("stroke", l).attr(
1202
+ "d",
1203
+ "Mstartx,startylwidth,0c5,0 5,half 5,halfc0,0 0,half -5,halfl-width,0c-5,0 -5,-half -5,-halfc0,0 0,-half 5,-half".replaceAll("startx", t.x).replaceAll("starty", t.y).replaceAll("width", t.width).replaceAll("half", t.height / 2)
1204
+ ), n.append("path").attr("fill", "none").attr("stroke-width", "0.5").attr("stroke", l).attr(
1205
+ "d",
1206
+ "Mstartx,startyc-5,0 -5,half -5,halfc0,half 5,half 5,half".replaceAll("startx", t.x + t.width).replaceAll("starty", t.y).replaceAll("half", t.height / 2)
1207
+ );
1208
+ break;
1209
+ }
1210
+ let u = w0(s, t.typeC4Shape.text);
1211
+ switch (n.append("text").attr("fill", a).attr("font-family", u.fontFamily).attr("font-size", u.fontSize - 2).attr("font-style", "italic").attr("lengthAdjust", "spacing").attr("textLength", t.typeC4Shape.width).attr("x", t.x + t.width / 2 - t.typeC4Shape.width / 2).attr("y", t.y + t.typeC4Shape.Y).text("<<" + t.typeC4Shape.text + ">>"), t.typeC4Shape.text) {
1212
+ case "person":
1213
+ case "external_person":
1214
+ me(
1215
+ n,
1216
+ 48,
1217
+ 48,
1218
+ t.x + t.width / 2 - 24,
1219
+ t.y + t.image.Y,
1220
+ r
1221
+ );
1222
+ break;
1223
+ }
1224
+ let d = s[t.typeC4Shape.text + "Font"]();
1225
+ return d.fontWeight = "bold", d.fontSize = d.fontSize + 2, d.fontColor = a, Q(s)(
1226
+ t.label.text,
1227
+ n,
1228
+ t.x,
1229
+ t.y + t.label.Y,
1230
+ t.width,
1231
+ t.height,
1232
+ { fill: a },
1233
+ d
1234
+ ), d = s[t.typeC4Shape.text + "Font"](), d.fontColor = a, t.techn && t.techn?.text !== "" ? Q(s)(
1235
+ t.techn.text,
1236
+ n,
1237
+ t.x,
1238
+ t.y + t.techn.Y,
1239
+ t.width,
1240
+ t.height,
1241
+ { fill: a, "font-style": "italic" },
1242
+ d
1243
+ ) : t.type && t.type.text !== "" && Q(s)(
1244
+ t.type.text,
1245
+ n,
1246
+ t.x,
1247
+ t.y + t.type.Y,
1248
+ t.width,
1249
+ t.height,
1250
+ { fill: a, "font-style": "italic" },
1251
+ d
1252
+ ), t.descr && t.descr.text !== "" && (d = s.personFont(), d.fontColor = a, Q(s)(
1253
+ t.descr.text,
1254
+ n,
1255
+ t.x,
1256
+ t.y + t.descr.Y,
1257
+ t.width,
1258
+ t.height,
1259
+ { fill: a },
1260
+ d
1261
+ )), t.height;
1262
+ }, "drawC4Shape"), _0 = /* @__PURE__ */ g(function(e) {
1263
+ e.append("defs").append("symbol").attr("id", "database").attr("fill-rule", "evenodd").attr("clip-rule", "evenodd").append("path").attr("transform", "scale(.5)").attr(
1264
+ "d",
1265
+ "M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z"
1266
+ );
1267
+ }, "insertDatabaseIcon"), x0 = /* @__PURE__ */ g(function(e) {
1268
+ e.append("defs").append("symbol").attr("id", "computer").attr("width", "24").attr("height", "24").append("path").attr("transform", "scale(.5)").attr(
1269
+ "d",
1270
+ "M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z"
1271
+ );
1272
+ }, "insertComputerIcon"), m0 = /* @__PURE__ */ g(function(e) {
1273
+ e.append("defs").append("symbol").attr("id", "clock").attr("width", "24").attr("height", "24").append("path").attr("transform", "scale(.5)").attr(
1274
+ "d",
1275
+ "M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z"
1276
+ );
1277
+ }, "insertClockIcon"), v0 = /* @__PURE__ */ g(function(e) {
1278
+ e.append("defs").append("marker").attr("id", "arrowhead").attr("refX", 9).attr("refY", 5).attr("markerUnits", "userSpaceOnUse").attr("markerWidth", 12).attr("markerHeight", 12).attr("orient", "auto").append("path").attr("d", "M 0 0 L 10 5 L 0 10 z");
1279
+ }, "insertArrowHead"), E0 = /* @__PURE__ */ g(function(e) {
1280
+ e.append("defs").append("marker").attr("id", "arrowend").attr("refX", 1).attr("refY", 5).attr("markerUnits", "userSpaceOnUse").attr("markerWidth", 12).attr("markerHeight", 12).attr("orient", "auto").append("path").attr("d", "M 10 0 L 0 5 L 10 10 z");
1281
+ }, "insertArrowEnd"), k0 = /* @__PURE__ */ g(function(e) {
1282
+ e.append("defs").append("marker").attr("id", "filled-head").attr("refX", 18).attr("refY", 7).attr("markerWidth", 20).attr("markerHeight", 28).attr("orient", "auto").append("path").attr("d", "M 18,7 L9,13 L14,7 L9,1 Z");
1283
+ }, "insertArrowFilledHead"), A0 = /* @__PURE__ */ g(function(e) {
1284
+ e.append("defs").append("marker").attr("id", "sequencenumber").attr("refX", 15).attr("refY", 15).attr("markerWidth", 60).attr("markerHeight", 40).attr("orient", "auto").append("circle").attr("cx", 15).attr("cy", 15).attr("r", 6);
1285
+ }, "insertDynamicNumber"), C0 = /* @__PURE__ */ g(function(e) {
1286
+ const s = e.append("defs").append("marker").attr("id", "crosshead").attr("markerWidth", 15).attr("markerHeight", 8).attr("orient", "auto").attr("refX", 16).attr("refY", 4);
1287
+ s.append("path").attr("fill", "black").attr("stroke", "#000000").style("stroke-dasharray", "0, 0").attr("stroke-width", "1px").attr("d", "M 9,2 V 6 L16,4 Z"), s.append("path").attr("fill", "none").attr("stroke", "#000000").style("stroke-dasharray", "0, 0").attr("stroke-width", "1px").attr("d", "M 0,1 L 6,7 M 6,1 L 0,7");
1288
+ }, "insertArrowCrossHead"), w0 = /* @__PURE__ */ g((e, t) => ({
1289
+ fontFamily: e[t + "FontFamily"],
1290
+ fontSize: e[t + "FontSize"],
1291
+ fontWeight: e[t + "FontWeight"]
1292
+ }), "getC4ShapeFont"), Q = /* @__PURE__ */ function() {
1293
+ function e(l, a, r, n, i, u, d) {
1294
+ const y = a.append("text").attr("x", r + i / 2).attr("y", n + u / 2 + 5).style("text-anchor", "middle").text(l);
1295
+ o(y, d);
1296
+ }
1297
+ g(e, "byText");
1298
+ function t(l, a, r, n, i, u, d, y) {
1299
+ const { fontSize: p, fontFamily: E, fontWeight: O } = y, S = l.split($t.lineBreakRegex);
1300
+ for (let P = 0; P < S.length; P++) {
1301
+ const M = P * p - p * (S.length - 1) / 2, U = a.append("text").attr("x", r + i / 2).attr("y", n).style("text-anchor", "middle").attr("dominant-baseline", "middle").style("font-size", p).style("font-weight", O).style("font-family", E);
1302
+ U.append("tspan").attr("dy", M).text(S[P]).attr("alignment-baseline", "mathematical"), o(U, d);
1303
+ }
1304
+ }
1305
+ g(t, "byTspan");
1306
+ function s(l, a, r, n, i, u, d, y) {
1307
+ const p = a.append("switch"), O = p.append("foreignObject").attr("x", r).attr("y", n).attr("width", i).attr("height", u).append("xhtml:div").style("display", "table").style("height", "100%").style("width", "100%");
1308
+ O.append("div").style("display", "table-cell").style("text-align", "center").style("vertical-align", "middle").text(l), t(l, p, r, n, i, u, d, y), o(O, d);
1309
+ }
1310
+ g(s, "byFo");
1311
+ function o(l, a) {
1312
+ for (const r in a)
1313
+ a.hasOwnProperty(r) && l.attr(r, a[r]);
1314
+ }
1315
+ return g(o, "_setTextAttrs"), function(l) {
1316
+ return l.textPlacement === "fo" ? s : l.textPlacement === "old" ? e : t;
1317
+ };
1318
+ }(), z = {
1319
+ drawRect: re,
1320
+ drawBoundary: g0,
1321
+ drawC4Shape: b0,
1322
+ drawRels: y0,
1323
+ drawImage: me,
1324
+ insertArrowHead: v0,
1325
+ insertArrowEnd: E0,
1326
+ insertArrowFilledHead: k0,
1327
+ insertDynamicNumber: A0,
1328
+ insertArrowCrossHead: C0,
1329
+ insertDatabaseIcon: _0,
1330
+ insertComputerIcon: x0,
1331
+ insertClockIcon: m0
1332
+ }, Xt = 0, Wt = 0, ve = 4, ee = 2;
1333
+ Ft.yy = te;
1334
+ var _ = {}, Ot, Ee = (Ot = class {
1335
+ constructor(t) {
1336
+ this.name = "", this.data = {}, this.data.startx = void 0, this.data.stopx = void 0, this.data.starty = void 0, this.data.stopy = void 0, this.data.widthLimit = void 0, this.nextData = {}, this.nextData.startx = void 0, this.nextData.stopx = void 0, this.nextData.starty = void 0, this.nextData.stopy = void 0, this.nextData.cnt = 0, ae(t.db.getConfig());
1337
+ }
1338
+ setData(t, s, o, l) {
1339
+ this.nextData.startx = this.data.startx = t, this.nextData.stopx = this.data.stopx = s, this.nextData.starty = this.data.starty = o, this.nextData.stopy = this.data.stopy = l;
1340
+ }
1341
+ updateVal(t, s, o, l) {
1342
+ t[s] === void 0 ? t[s] = o : t[s] = l(o, t[s]);
1343
+ }
1344
+ insert(t) {
1345
+ this.nextData.cnt = this.nextData.cnt + 1;
1346
+ let s = this.nextData.startx === this.nextData.stopx ? this.nextData.stopx + t.margin : this.nextData.stopx + t.margin * 2, o = s + t.width, l = this.nextData.starty + t.margin * 2, a = l + t.height;
1347
+ (s >= this.data.widthLimit || o >= this.data.widthLimit || this.nextData.cnt > ve) && (s = this.nextData.startx + t.margin + _.nextLinePaddingX, l = this.nextData.stopy + t.margin * 2, this.nextData.stopx = o = s + t.width, this.nextData.starty = this.nextData.stopy, this.nextData.stopy = a = l + t.height, this.nextData.cnt = 1), t.x = s, t.y = l, this.updateVal(this.data, "startx", s, Math.min), this.updateVal(this.data, "starty", l, Math.min), this.updateVal(this.data, "stopx", o, Math.max), this.updateVal(this.data, "stopy", a, Math.max), this.updateVal(this.nextData, "startx", s, Math.min), this.updateVal(this.nextData, "starty", l, Math.min), this.updateVal(this.nextData, "stopx", o, Math.max), this.updateVal(this.nextData, "stopy", a, Math.max);
1348
+ }
1349
+ init(t) {
1350
+ this.name = "", this.data = {
1351
+ startx: void 0,
1352
+ stopx: void 0,
1353
+ starty: void 0,
1354
+ stopy: void 0,
1355
+ widthLimit: void 0
1356
+ }, this.nextData = {
1357
+ startx: void 0,
1358
+ stopx: void 0,
1359
+ starty: void 0,
1360
+ stopy: void 0,
1361
+ cnt: 0
1362
+ }, ae(t.db.getConfig());
1363
+ }
1364
+ bumpLastMargin(t) {
1365
+ this.data.stopx += t, this.data.stopy += t;
1366
+ }
1367
+ }, g(Ot, "Bounds"), Ot), ae = /* @__PURE__ */ g(function(e) {
1368
+ Ne(_, e), e.fontFamily && (_.personFontFamily = _.systemFontFamily = _.messageFontFamily = e.fontFamily), e.fontSize && (_.personFontSize = _.systemFontSize = _.messageFontSize = e.fontSize), e.fontWeight && (_.personFontWeight = _.systemFontWeight = _.messageFontWeight = e.fontWeight);
1369
+ }, "setConf"), Pt = /* @__PURE__ */ g((e, t) => ({
1370
+ fontFamily: e[t + "FontFamily"],
1371
+ fontSize: e[t + "FontSize"],
1372
+ fontWeight: e[t + "FontWeight"]
1373
+ }), "c4ShapeFont"), Ut = /* @__PURE__ */ g((e) => ({
1374
+ fontFamily: e.boundaryFontFamily,
1375
+ fontSize: e.boundaryFontSize,
1376
+ fontWeight: e.boundaryFontWeight
1377
+ }), "boundaryFont"), T0 = /* @__PURE__ */ g((e) => ({
1378
+ fontFamily: e.messageFontFamily,
1379
+ fontSize: e.messageFontSize,
1380
+ fontWeight: e.messageFontWeight
1381
+ }), "messageFont");
1382
+ function j(e, t, s, o, l) {
1383
+ if (!t[e].width)
1384
+ if (s)
1385
+ t[e].text = je(t[e].text, l, o), t[e].textLines = t[e].text.split($t.lineBreakRegex).length, t[e].width = l, t[e].height = fe(t[e].text, o);
1386
+ else {
1387
+ let a = t[e].text.split($t.lineBreakRegex);
1388
+ t[e].textLines = a.length;
1389
+ let r = 0;
1390
+ t[e].height = 0, t[e].width = 0;
1391
+ for (const n of a)
1392
+ t[e].width = Math.max(
1393
+ Tt(n, o),
1394
+ t[e].width
1395
+ ), r = fe(n, o), t[e].height = t[e].height + r;
1396
+ }
1397
+ }
1398
+ g(j, "calcC4ShapeTextWH");
1399
+ var ke = /* @__PURE__ */ g(function(e, t, s) {
1400
+ t.x = s.data.startx, t.y = s.data.starty, t.width = s.data.stopx - s.data.startx, t.height = s.data.stopy - s.data.starty, t.label.y = _.c4ShapeMargin - 35;
1401
+ let o = t.wrap && _.wrap, l = Ut(_);
1402
+ l.fontSize = l.fontSize + 2, l.fontWeight = "bold";
1403
+ let a = Tt(t.label.text, l);
1404
+ j("label", t, o, l, a), z.drawBoundary(e, t, _);
1405
+ }, "drawBoundary"), Ae = /* @__PURE__ */ g(function(e, t, s, o) {
1406
+ let l = 0;
1407
+ for (const a of o) {
1408
+ l = 0;
1409
+ const r = s[a];
1410
+ let n = Pt(_, r.typeC4Shape.text);
1411
+ switch (n.fontSize = n.fontSize - 2, r.typeC4Shape.width = Tt(
1412
+ "«" + r.typeC4Shape.text + "»",
1413
+ n
1414
+ ), r.typeC4Shape.height = n.fontSize + 2, r.typeC4Shape.Y = _.c4ShapePadding, l = r.typeC4Shape.Y + r.typeC4Shape.height - 4, r.image = { width: 0, height: 0, Y: 0 }, r.typeC4Shape.text) {
1415
+ case "person":
1416
+ case "external_person":
1417
+ r.image.width = 48, r.image.height = 48, r.image.Y = l, l = r.image.Y + r.image.height;
1418
+ break;
1419
+ }
1420
+ r.sprite && (r.image.width = 48, r.image.height = 48, r.image.Y = l, l = r.image.Y + r.image.height);
1421
+ let i = r.wrap && _.wrap, u = _.width - _.c4ShapePadding * 2, d = Pt(_, r.typeC4Shape.text);
1422
+ if (d.fontSize = d.fontSize + 2, d.fontWeight = "bold", j("label", r, i, d, u), r.label.Y = l + 8, l = r.label.Y + r.label.height, r.type && r.type.text !== "") {
1423
+ r.type.text = "[" + r.type.text + "]";
1424
+ let E = Pt(_, r.typeC4Shape.text);
1425
+ j("type", r, i, E, u), r.type.Y = l + 5, l = r.type.Y + r.type.height;
1426
+ } else if (r.techn && r.techn.text !== "") {
1427
+ r.techn.text = "[" + r.techn.text + "]";
1428
+ let E = Pt(_, r.techn.text);
1429
+ j("techn", r, i, E, u), r.techn.Y = l + 5, l = r.techn.Y + r.techn.height;
1430
+ }
1431
+ let y = l, p = r.label.width;
1432
+ if (r.descr && r.descr.text !== "") {
1433
+ let E = Pt(_, r.typeC4Shape.text);
1434
+ j("descr", r, i, E, u), r.descr.Y = l + 20, l = r.descr.Y + r.descr.height, p = Math.max(r.label.width, r.descr.width), y = l - r.descr.textLines * 5;
1435
+ }
1436
+ p = p + _.c4ShapePadding, r.width = Math.max(r.width || _.width, p, _.width), r.height = Math.max(r.height || _.height, y, _.height), r.margin = r.margin || _.c4ShapeMargin, e.insert(r), z.drawC4Shape(t, r, _);
1437
+ }
1438
+ e.bumpLastMargin(_.c4ShapeMargin);
1439
+ }, "drawC4ShapeArray"), Rt, Y = (Rt = class {
1440
+ constructor(t, s) {
1441
+ this.x = t, this.y = s;
1442
+ }
1443
+ }, g(Rt, "Point"), Rt), pe = /* @__PURE__ */ g(function(e, t) {
1444
+ let s = e.x, o = e.y, l = t.x, a = t.y, r = s + e.width / 2, n = o + e.height / 2, i = Math.abs(s - l), u = Math.abs(o - a), d = u / i, y = e.height / e.width, p = null;
1445
+ return o == a && s < l ? p = new Y(s + e.width, n) : o == a && s > l ? p = new Y(s, n) : s == l && o < a ? p = new Y(r, o + e.height) : s == l && o > a && (p = new Y(r, o)), s > l && o < a ? y >= d ? p = new Y(s, n + d * e.width / 2) : p = new Y(
1446
+ r - i / u * e.height / 2,
1447
+ o + e.height
1448
+ ) : s < l && o < a ? y >= d ? p = new Y(s + e.width, n + d * e.width / 2) : p = new Y(
1449
+ r + i / u * e.height / 2,
1450
+ o + e.height
1451
+ ) : s < l && o > a ? y >= d ? p = new Y(s + e.width, n - d * e.width / 2) : p = new Y(r + e.height / 2 * i / u, o) : s > l && o > a && (y >= d ? p = new Y(s, n - e.width / 2 * d) : p = new Y(r - e.height / 2 * i / u, o)), p;
1452
+ }, "getIntersectPoint"), O0 = /* @__PURE__ */ g(function(e, t) {
1453
+ let s = { x: 0, y: 0 };
1454
+ s.x = t.x + t.width / 2, s.y = t.y + t.height / 2;
1455
+ let o = pe(e, s);
1456
+ s.x = e.x + e.width / 2, s.y = e.y + e.height / 2;
1457
+ let l = pe(t, s);
1458
+ return { startPoint: o, endPoint: l };
1459
+ }, "getIntersectPoints"), R0 = /* @__PURE__ */ g(function(e, t, s, o) {
1460
+ let l = 0;
1461
+ for (let a of t) {
1462
+ l = l + 1;
1463
+ let r = a.wrap && _.wrap, n = T0(_);
1464
+ o.db.getC4Type() === "C4Dynamic" && (a.label.text = l + ": " + a.label.text);
1465
+ let u = Tt(a.label.text, n);
1466
+ j("label", a, r, n, u), a.techn && a.techn.text !== "" && (u = Tt(a.techn.text, n), j("techn", a, r, n, u)), a.descr && a.descr.text !== "" && (u = Tt(a.descr.text, n), j("descr", a, r, n, u));
1467
+ let d = s(a.from), y = s(a.to), p = O0(d, y);
1468
+ a.startPoint = p.startPoint, a.endPoint = p.endPoint;
1469
+ }
1470
+ z.drawRels(e, t, _);
1471
+ }, "drawRels");
1472
+ function se(e, t, s, o, l) {
1473
+ let a = new Ee(l);
1474
+ a.data.widthLimit = s.data.widthLimit / Math.min(ee, o.length);
1475
+ for (let [r, n] of o.entries()) {
1476
+ let i = 0;
1477
+ n.image = { width: 0, height: 0, Y: 0 }, n.sprite && (n.image.width = 48, n.image.height = 48, n.image.Y = i, i = n.image.Y + n.image.height);
1478
+ let u = n.wrap && _.wrap, d = Ut(_);
1479
+ if (d.fontSize = d.fontSize + 2, d.fontWeight = "bold", j(
1480
+ "label",
1481
+ n,
1482
+ u,
1483
+ d,
1484
+ a.data.widthLimit
1485
+ ), n.label.Y = i + 8, i = n.label.Y + n.label.height, n.type && n.type.text !== "") {
1486
+ n.type.text = "[" + n.type.text + "]";
1487
+ let O = Ut(_);
1488
+ j(
1489
+ "type",
1490
+ n,
1491
+ u,
1492
+ O,
1493
+ a.data.widthLimit
1494
+ ), n.type.Y = i + 5, i = n.type.Y + n.type.height;
1495
+ }
1496
+ if (n.descr && n.descr.text !== "") {
1497
+ let O = Ut(_);
1498
+ O.fontSize = O.fontSize - 2, j(
1499
+ "descr",
1500
+ n,
1501
+ u,
1502
+ O,
1503
+ a.data.widthLimit
1504
+ ), n.descr.Y = i + 20, i = n.descr.Y + n.descr.height;
1505
+ }
1506
+ if (r == 0 || r % ee === 0) {
1507
+ let O = s.data.startx + _.diagramMarginX, S = s.data.stopy + _.diagramMarginY + i;
1508
+ a.setData(O, O, S, S);
1509
+ } else {
1510
+ let O = a.data.stopx !== a.data.startx ? a.data.stopx + _.diagramMarginX : a.data.startx, S = a.data.starty;
1511
+ a.setData(O, O, S, S);
1512
+ }
1513
+ a.name = n.alias;
1514
+ let y = l.db.getC4ShapeArray(n.alias), p = l.db.getC4ShapeKeys(n.alias);
1515
+ p.length > 0 && Ae(
1516
+ a,
1517
+ e,
1518
+ y,
1519
+ p
1520
+ ), t = n.alias;
1521
+ let E = l.db.getBoundaries(t);
1522
+ E.length > 0 && se(
1523
+ e,
1524
+ t,
1525
+ a,
1526
+ E,
1527
+ l
1528
+ ), n.alias !== "global" && ke(e, n, a), s.data.stopy = Math.max(
1529
+ a.data.stopy + _.c4ShapeMargin,
1530
+ s.data.stopy
1531
+ ), s.data.stopx = Math.max(
1532
+ a.data.stopx + _.c4ShapeMargin,
1533
+ s.data.stopx
1534
+ ), Xt = Math.max(Xt, s.data.stopx), Wt = Math.max(Wt, s.data.stopy);
1535
+ }
1536
+ }
1537
+ g(se, "drawInsideBoundary");
1538
+ var S0 = /* @__PURE__ */ g(function(e, t, s, o) {
1539
+ _ = Bt().c4;
1540
+ const l = Bt().securityLevel;
1541
+ let a;
1542
+ l === "sandbox" && (a = jt("#i" + t));
1543
+ const r = l === "sandbox" ? jt(a.nodes()[0].contentDocument.body) : jt("body");
1544
+ let n = o.db;
1545
+ o.db.setWrap(_.wrap), ve = n.getC4ShapeInRow(), ee = n.getC4BoundaryInRow(), de.debug(`C:${JSON.stringify(_, null, 2)}`);
1546
+ const i = l === "sandbox" ? r.select(`[id="${t}"]`) : jt(`[id="${t}"]`);
1547
+ z.insertComputerIcon(i), z.insertDatabaseIcon(i), z.insertClockIcon(i);
1548
+ let u = new Ee(o);
1549
+ u.setData(
1550
+ _.diagramMarginX,
1551
+ _.diagramMarginX,
1552
+ _.diagramMarginY,
1553
+ _.diagramMarginY
1554
+ ), u.data.widthLimit = screen.availWidth, Xt = _.diagramMarginX, Wt = _.diagramMarginY;
1555
+ const d = o.db.getTitle();
1556
+ let y = o.db.getBoundaries("");
1557
+ se(i, "", u, y, o), z.insertArrowHead(i), z.insertArrowEnd(i), z.insertArrowCrossHead(i), z.insertArrowFilledHead(i), R0(i, o.db.getRels(), o.db.getC4Shape, o), u.data.stopx = Xt, u.data.stopy = Wt;
1558
+ const p = u.data;
1559
+ let O = p.stopy - p.starty + 2 * _.diagramMarginY;
1560
+ const P = p.stopx - p.startx + 2 * _.diagramMarginX;
1561
+ d && i.append("text").text(d).attr("x", (p.stopx - p.startx) / 2 - 4 * _.diagramMarginX).attr("y", p.starty + _.diagramMarginY), Le(i, O, P, _.useMaxWidth);
1562
+ const M = d ? 60 : 0;
1563
+ i.attr(
1564
+ "viewBox",
1565
+ p.startx - _.diagramMarginX + " -" + (_.diagramMarginY + M) + " " + P + " " + (O + M)
1566
+ ), de.debug("models:", p);
1567
+ }, "draw"), ye = {
1568
+ drawPersonOrSystemArray: Ae,
1569
+ drawBoundary: ke,
1570
+ setConf: ae,
1571
+ draw: S0
1572
+ }, D0 = /* @__PURE__ */ g((e) => `.person {
1573
+ stroke: ${e.personBorder};
1574
+ fill: ${e.personBkg};
1575
+ }
1576
+ `, "getStyles"), P0 = D0, L0 = {
1577
+ parser: Ue,
1578
+ db: te,
1579
+ renderer: ye,
1580
+ styles: P0,
1581
+ init: /* @__PURE__ */ g(({ c4: e, wrap: t }) => {
1582
+ ye.setConf(e), te.setWrap(t);
1583
+ }, "init")
1584
+ };
1585
+ export {
1586
+ L0 as diagram
1587
+ };