lowcoder-comps 0.0.7 → 0.0.8

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 (79) hide show
  1. package/icons/icon-chart.svg +15 -0
  2. package/icons/icon-comp-calendar.svg +22 -0
  3. package/index.html +26 -0
  4. package/index.tsx +19 -0
  5. package/jest.config.js +5 -0
  6. package/package/012a06bb.js +34 -0
  7. package/package/06481cb7.js +1060 -0
  8. package/package/0c8b29d5.js +6 -0
  9. package/package/114884df.js +805 -0
  10. package/package/1264ddb2.js +194 -0
  11. package/package/1cee31ec.js +1095 -0
  12. package/package/269c3ba3.js +46662 -0
  13. package/package/2a2c2e55.js +799 -0
  14. package/package/2b3ab1e4.js +98763 -0
  15. package/package/37590a81.js +967 -0
  16. package/package/3cd7980e.js +184 -0
  17. package/package/40112498.js +424 -0
  18. package/package/4b6e1d6f.js +24 -0
  19. package/package/4bc1082b.js +86 -0
  20. package/package/53e49f9b.js +1600 -0
  21. package/package/55bd5c26.js +266 -0
  22. package/package/591684c8.js +2071 -0
  23. package/package/6c000872.js +16 -0
  24. package/package/756addec.js +775 -0
  25. package/package/7668124e.js +8 -0
  26. package/package/79e8eeeb.js +949 -0
  27. package/package/926fbfec.js +91 -0
  28. package/package/945eefb3.js +2665 -0
  29. package/package/a35f148e.js +1228 -0
  30. package/package/a4d12a43.js +175 -0
  31. package/package/a60de5d1.js +804 -0
  32. package/package/a8dde1ea.js +589 -0
  33. package/package/b4148642.js +7 -0
  34. package/package/b7dd22a2.js +847 -0
  35. package/package/d4f3a2c4.js +18046 -0
  36. package/package/e0f479f3.js +91 -0
  37. package/package/eaa160c9.js +341 -0
  38. package/package/f1bfd8b5.js +311 -0
  39. package/package/f1f9ba79.js +900 -0
  40. package/package/fba61f63.js +2868 -0
  41. package/package/icons/icon-chart.svg +15 -0
  42. package/package/icons/icon-comp-calendar.svg +22 -0
  43. package/package/index.js +5 -0
  44. package/package/package.json +73 -0
  45. package/package.json +1 -4
  46. package/src/__test__/allComp.test.tsx +61 -0
  47. package/src/app-env.d.ts +3 -0
  48. package/src/comps/calendarComp/calendarComp.tsx +442 -0
  49. package/src/comps/calendarComp/calendarConstants.tsx +897 -0
  50. package/src/comps/chartComp/chartComp.tsx +249 -0
  51. package/src/comps/chartComp/chartConfigs/barChartConfig.tsx +51 -0
  52. package/src/comps/chartComp/chartConfigs/cartesianAxisConfig.tsx +307 -0
  53. package/src/comps/chartComp/chartConfigs/chartUrls.tsx +6 -0
  54. package/src/comps/chartComp/chartConfigs/legendConfig.tsx +55 -0
  55. package/src/comps/chartComp/chartConfigs/lineChartConfig.tsx +96 -0
  56. package/src/comps/chartComp/chartConfigs/pieChartConfig.tsx +83 -0
  57. package/src/comps/chartComp/chartConfigs/scatterChartConfig.tsx +62 -0
  58. package/src/comps/chartComp/chartConstants.tsx +243 -0
  59. package/src/comps/chartComp/chartPropertyView.tsx +161 -0
  60. package/src/comps/chartComp/chartUtils.ts +240 -0
  61. package/src/comps/chartComp/reactEcharts/core.tsx +187 -0
  62. package/src/comps/chartComp/reactEcharts/index.ts +20 -0
  63. package/src/comps/chartComp/reactEcharts/types.ts +70 -0
  64. package/src/comps/chartComp/seriesComp.tsx +119 -0
  65. package/src/comps/imageEditorComp/imageEditorClass.tsx +52 -0
  66. package/src/comps/imageEditorComp/imageEditorConstants.tsx +109 -0
  67. package/src/comps/imageEditorComp/index.tsx +184 -0
  68. package/src/comps/mermaidComp/index.tsx +44 -0
  69. package/src/comps/mermaidComp/mermaid.tsx +29 -0
  70. package/src/global.ts +1 -0
  71. package/src/i18n/comps/index.tsx +29 -0
  72. package/src/i18n/comps/locales/en.ts +142 -0
  73. package/src/i18n/comps/locales/enObj.tsx +120 -0
  74. package/src/i18n/comps/locales/index.ts +7 -0
  75. package/src/i18n/comps/locales/types.tsx +9 -0
  76. package/src/i18n/comps/locales/zh.ts +4 -0
  77. package/src/i18n/comps/locales/zhObj.tsx +4 -0
  78. package/src/index.ts +11 -0
  79. package/vite.config.js +10 -0
@@ -0,0 +1,1600 @@
1
+ import { s as Ve, g as je, a as Ue, b as Fe, c as Ut, d as Ee, m as ze, e as Xe, f as Yt, h as Qt, l as _e, i as We, j as ke, w as Qe, k as le, n as xe } from "./2b3ab1e4.js";
2
+ var qt = function() {
3
+ var e = function(Ot, _, x, m) {
4
+ for (x = x || {}, m = Ot.length; m--; x[Ot[m]] = _)
5
+ ;
6
+ return x;
7
+ }, t = [1, 6], n = [1, 7], o = [1, 8], l = [1, 9], i = [1, 16], a = [1, 11], r = [1, 12], s = [1, 13], u = [1, 14], y = [1, 15], d = [1, 27], p = [1, 33], C = [1, 34], T = [1, 35], R = [1, 36], D = [1, 37], L = [1, 72], Y = [1, 73], Q = [1, 74], H = [1, 75], q = [1, 76], G = [1, 77], K = [1, 78], J = [1, 38], Z = [1, 39], $ = [1, 40], tt = [1, 41], et = [1, 42], it = [1, 43], nt = [1, 44], st = [1, 45], at = [1, 46], rt = [1, 47], lt = [1, 48], ot = [1, 49], ct = [1, 50], ht = [1, 51], ut = [1, 52], dt = [1, 53], ft = [1, 54], pt = [1, 55], yt = [1, 56], gt = [1, 57], bt = [1, 59], _t = [1, 60], xt = [1, 61], mt = [1, 62], vt = [1, 63], Et = [1, 64], kt = [1, 65], At = [1, 66], Ct = [1, 67], wt = [1, 68], Tt = [1, 69], Nt = [24, 52], $t = [24, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], It = [15, 24, 44, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], v = [1, 94], E = [1, 95], k = [1, 96], A = [1, 97], w = [15, 24, 52], fe = [7, 8, 9, 10, 18, 22, 25, 26, 27, 28], pe = [15, 24, 43, 52], zt = [15, 24, 43, 52, 86, 87, 89, 90], Dt = [15, 43], te = [44, 46, 47, 48, 49, 50, 51, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84], ee = {
8
+ trace: function() {
9
+ },
10
+ yy: {},
11
+ symbols_: { error: 2, start: 3, mermaidDoc: 4, direction: 5, directive: 6, direction_tb: 7, direction_bt: 8, direction_rl: 9, direction_lr: 10, graphConfig: 11, openDirective: 12, typeDirective: 13, closeDirective: 14, NEWLINE: 15, ":": 16, argDirective: 17, open_directive: 18, type_directive: 19, arg_directive: 20, close_directive: 21, C4_CONTEXT: 22, statements: 23, EOF: 24, C4_CONTAINER: 25, C4_COMPONENT: 26, C4_DYNAMIC: 27, C4_DEPLOYMENT: 28, otherStatements: 29, diagramStatements: 30, otherStatement: 31, title: 32, accDescription: 33, acc_title: 34, acc_title_value: 35, acc_descr: 36, acc_descr_value: 37, acc_descr_multiline_value: 38, boundaryStatement: 39, boundaryStartStatement: 40, boundaryStopStatement: 41, boundaryStart: 42, LBRACE: 43, ENTERPRISE_BOUNDARY: 44, attributes: 45, SYSTEM_BOUNDARY: 46, BOUNDARY: 47, CONTAINER_BOUNDARY: 48, NODE: 49, NODE_L: 50, NODE_R: 51, RBRACE: 52, diagramStatement: 53, PERSON: 54, PERSON_EXT: 55, SYSTEM: 56, SYSTEM_DB: 57, SYSTEM_QUEUE: 58, SYSTEM_EXT: 59, SYSTEM_EXT_DB: 60, SYSTEM_EXT_QUEUE: 61, CONTAINER: 62, CONTAINER_DB: 63, CONTAINER_QUEUE: 64, CONTAINER_EXT: 65, CONTAINER_EXT_DB: 66, CONTAINER_EXT_QUEUE: 67, COMPONENT: 68, COMPONENT_DB: 69, COMPONENT_QUEUE: 70, COMPONENT_EXT: 71, COMPONENT_EXT_DB: 72, COMPONENT_EXT_QUEUE: 73, REL: 74, BIREL: 75, REL_U: 76, REL_D: 77, REL_L: 78, REL_R: 79, REL_B: 80, REL_INDEX: 81, UPDATE_EL_STYLE: 82, UPDATE_REL_STYLE: 83, UPDATE_LAYOUT_CONFIG: 84, attribute: 85, STR: 86, STR_KEY: 87, STR_VALUE: 88, ATTRIBUTE: 89, ATTRIBUTE_EMPTY: 90, $accept: 0, $end: 1 },
12
+ terminals_: { 2: "error", 7: "direction_tb", 8: "direction_bt", 9: "direction_rl", 10: "direction_lr", 15: "NEWLINE", 16: ":", 18: "open_directive", 19: "type_directive", 20: "arg_directive", 21: "close_directive", 22: "C4_CONTEXT", 24: "EOF", 25: "C4_CONTAINER", 26: "C4_COMPONENT", 27: "C4_DYNAMIC", 28: "C4_DEPLOYMENT", 32: "title", 33: "accDescription", 34: "acc_title", 35: "acc_title_value", 36: "acc_descr", 37: "acc_descr_value", 38: "acc_descr_multiline_value", 43: "LBRACE", 44: "ENTERPRISE_BOUNDARY", 46: "SYSTEM_BOUNDARY", 47: "BOUNDARY", 48: "CONTAINER_BOUNDARY", 49: "NODE", 50: "NODE_L", 51: "NODE_R", 52: "RBRACE", 54: "PERSON", 55: "PERSON_EXT", 56: "SYSTEM", 57: "SYSTEM_DB", 58: "SYSTEM_QUEUE", 59: "SYSTEM_EXT", 60: "SYSTEM_EXT_DB", 61: "SYSTEM_EXT_QUEUE", 62: "CONTAINER", 63: "CONTAINER_DB", 64: "CONTAINER_QUEUE", 65: "CONTAINER_EXT", 66: "CONTAINER_EXT_DB", 67: "CONTAINER_EXT_QUEUE", 68: "COMPONENT", 69: "COMPONENT_DB", 70: "COMPONENT_QUEUE", 71: "COMPONENT_EXT", 72: "COMPONENT_EXT_DB", 73: "COMPONENT_EXT_QUEUE", 74: "REL", 75: "BIREL", 76: "REL_U", 77: "REL_D", 78: "REL_L", 79: "REL_R", 80: "REL_B", 81: "REL_INDEX", 82: "UPDATE_EL_STYLE", 83: "UPDATE_REL_STYLE", 84: "UPDATE_LAYOUT_CONFIG", 86: "STR", 87: "STR_KEY", 88: "STR_VALUE", 89: "ATTRIBUTE", 90: "ATTRIBUTE_EMPTY" },
13
+ productions_: [0, [3, 1], [3, 1], [3, 2], [5, 1], [5, 1], [5, 1], [5, 1], [4, 1], [6, 4], [6, 6], [12, 1], [13, 1], [17, 1], [14, 1], [11, 4], [11, 4], [11, 4], [11, 4], [11, 4], [23, 1], [23, 1], [23, 2], [29, 1], [29, 2], [29, 3], [31, 1], [31, 1], [31, 2], [31, 2], [31, 1], [39, 3], [40, 3], [40, 3], [40, 4], [42, 2], [42, 2], [42, 2], [42, 2], [42, 2], [42, 2], [42, 2], [41, 1], [30, 1], [30, 2], [30, 3], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 1], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [53, 2], [45, 1], [45, 2], [85, 1], [85, 2], [85, 1], [85, 1]],
14
+ performAction: function(_, x, m, g, O, h, Vt) {
15
+ var f = h.length - 1;
16
+ switch (O) {
17
+ case 4:
18
+ g.setDirection("TB");
19
+ break;
20
+ case 5:
21
+ g.setDirection("BT");
22
+ break;
23
+ case 6:
24
+ g.setDirection("RL");
25
+ break;
26
+ case 7:
27
+ g.setDirection("LR");
28
+ break;
29
+ case 11:
30
+ g.parseDirective("%%{", "open_directive");
31
+ break;
32
+ case 12:
33
+ break;
34
+ case 13:
35
+ h[f] = h[f].trim().replace(/'/g, '"'), g.parseDirective(h[f], "arg_directive");
36
+ break;
37
+ case 14:
38
+ g.parseDirective("}%%", "close_directive", "c4Context");
39
+ break;
40
+ case 15:
41
+ case 16:
42
+ case 17:
43
+ case 18:
44
+ case 19:
45
+ g.setC4Type(h[f - 3]);
46
+ break;
47
+ case 26:
48
+ g.setTitle(h[f].substring(6)), this.$ = h[f].substring(6);
49
+ break;
50
+ case 27:
51
+ g.setAccDescription(h[f].substring(15)), this.$ = h[f].substring(15);
52
+ break;
53
+ case 28:
54
+ this.$ = h[f].trim(), g.setTitle(this.$);
55
+ break;
56
+ case 29:
57
+ case 30:
58
+ this.$ = h[f].trim(), g.setAccDescription(this.$);
59
+ break;
60
+ case 35:
61
+ case 36:
62
+ h[f].splice(2, 0, "ENTERPRISE"), g.addPersonOrSystemBoundary(...h[f]), this.$ = h[f];
63
+ break;
64
+ case 37:
65
+ g.addPersonOrSystemBoundary(...h[f]), this.$ = h[f];
66
+ break;
67
+ case 38:
68
+ h[f].splice(2, 0, "CONTAINER"), g.addContainerBoundary(...h[f]), this.$ = h[f];
69
+ break;
70
+ case 39:
71
+ g.addDeploymentNode("node", ...h[f]), this.$ = h[f];
72
+ break;
73
+ case 40:
74
+ g.addDeploymentNode("nodeL", ...h[f]), this.$ = h[f];
75
+ break;
76
+ case 41:
77
+ g.addDeploymentNode("nodeR", ...h[f]), this.$ = h[f];
78
+ break;
79
+ case 42:
80
+ g.popBoundaryParseStack();
81
+ break;
82
+ case 46:
83
+ g.addPersonOrSystem("person", ...h[f]), this.$ = h[f];
84
+ break;
85
+ case 47:
86
+ g.addPersonOrSystem("external_person", ...h[f]), this.$ = h[f];
87
+ break;
88
+ case 48:
89
+ g.addPersonOrSystem("system", ...h[f]), this.$ = h[f];
90
+ break;
91
+ case 49:
92
+ g.addPersonOrSystem("system_db", ...h[f]), this.$ = h[f];
93
+ break;
94
+ case 50:
95
+ g.addPersonOrSystem("system_queue", ...h[f]), this.$ = h[f];
96
+ break;
97
+ case 51:
98
+ g.addPersonOrSystem("external_system", ...h[f]), this.$ = h[f];
99
+ break;
100
+ case 52:
101
+ g.addPersonOrSystem("external_system_db", ...h[f]), this.$ = h[f];
102
+ break;
103
+ case 53:
104
+ g.addPersonOrSystem("external_system_queue", ...h[f]), this.$ = h[f];
105
+ break;
106
+ case 54:
107
+ g.addContainer("container", ...h[f]), this.$ = h[f];
108
+ break;
109
+ case 55:
110
+ g.addContainer("container_db", ...h[f]), this.$ = h[f];
111
+ break;
112
+ case 56:
113
+ g.addContainer("container_queue", ...h[f]), this.$ = h[f];
114
+ break;
115
+ case 57:
116
+ g.addContainer("external_container", ...h[f]), this.$ = h[f];
117
+ break;
118
+ case 58:
119
+ g.addContainer("external_container_db", ...h[f]), this.$ = h[f];
120
+ break;
121
+ case 59:
122
+ g.addContainer("external_container_queue", ...h[f]), this.$ = h[f];
123
+ break;
124
+ case 60:
125
+ g.addComponent("component", ...h[f]), this.$ = h[f];
126
+ break;
127
+ case 61:
128
+ g.addComponent("component_db", ...h[f]), this.$ = h[f];
129
+ break;
130
+ case 62:
131
+ g.addComponent("component_queue", ...h[f]), this.$ = h[f];
132
+ break;
133
+ case 63:
134
+ g.addComponent("external_component", ...h[f]), this.$ = h[f];
135
+ break;
136
+ case 64:
137
+ g.addComponent("external_component_db", ...h[f]), this.$ = h[f];
138
+ break;
139
+ case 65:
140
+ g.addComponent("external_component_queue", ...h[f]), this.$ = h[f];
141
+ break;
142
+ case 67:
143
+ g.addRel("rel", ...h[f]), this.$ = h[f];
144
+ break;
145
+ case 68:
146
+ g.addRel("birel", ...h[f]), this.$ = h[f];
147
+ break;
148
+ case 69:
149
+ g.addRel("rel_u", ...h[f]), this.$ = h[f];
150
+ break;
151
+ case 70:
152
+ g.addRel("rel_d", ...h[f]), this.$ = h[f];
153
+ break;
154
+ case 71:
155
+ g.addRel("rel_l", ...h[f]), this.$ = h[f];
156
+ break;
157
+ case 72:
158
+ g.addRel("rel_r", ...h[f]), this.$ = h[f];
159
+ break;
160
+ case 73:
161
+ g.addRel("rel_b", ...h[f]), this.$ = h[f];
162
+ break;
163
+ case 74:
164
+ h[f].splice(0, 1), g.addRel("rel", ...h[f]), this.$ = h[f];
165
+ break;
166
+ case 75:
167
+ g.updateElStyle("update_el_style", ...h[f]), this.$ = h[f];
168
+ break;
169
+ case 76:
170
+ g.updateRelStyle("update_rel_style", ...h[f]), this.$ = h[f];
171
+ break;
172
+ case 77:
173
+ g.updateLayoutConfig("update_layout_config", ...h[f]), this.$ = h[f];
174
+ break;
175
+ case 78:
176
+ this.$ = [h[f]];
177
+ break;
178
+ case 79:
179
+ h[f].unshift(h[f - 1]), this.$ = h[f];
180
+ break;
181
+ case 80:
182
+ case 82:
183
+ this.$ = h[f].trim();
184
+ break;
185
+ case 81:
186
+ let Pt = {};
187
+ Pt[h[f - 1].trim()] = h[f].trim(), this.$ = Pt;
188
+ break;
189
+ case 83:
190
+ this.$ = "";
191
+ break;
192
+ }
193
+ },
194
+ table: [{ 3: 1, 4: 2, 5: 3, 6: 4, 7: t, 8: n, 9: o, 10: l, 11: 5, 12: 10, 18: i, 22: a, 25: r, 26: s, 27: u, 28: y }, { 1: [3] }, { 1: [2, 1] }, { 1: [2, 2] }, { 3: 17, 4: 2, 5: 3, 6: 4, 7: t, 8: n, 9: o, 10: l, 11: 5, 12: 10, 18: i, 22: a, 25: r, 26: s, 27: u, 28: y }, { 1: [2, 8] }, { 1: [2, 4] }, { 1: [2, 5] }, { 1: [2, 6] }, { 1: [2, 7] }, { 13: 18, 19: [1, 19] }, { 15: [1, 20] }, { 15: [1, 21] }, { 15: [1, 22] }, { 15: [1, 23] }, { 15: [1, 24] }, { 19: [2, 11] }, { 1: [2, 3] }, { 14: 25, 16: [1, 26], 21: d }, e([16, 21], [2, 12]), { 23: 28, 29: 29, 30: 30, 31: 31, 32: p, 33: C, 34: T, 36: R, 38: D, 39: 58, 40: 70, 42: 71, 44: L, 46: Y, 47: Q, 48: H, 49: q, 50: G, 51: K, 53: 32, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: it, 60: nt, 61: st, 62: at, 63: rt, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt, 75: _t, 76: xt, 77: mt, 78: vt, 79: Et, 80: kt, 81: At, 82: Ct, 83: wt, 84: Tt }, { 23: 79, 29: 29, 30: 30, 31: 31, 32: p, 33: C, 34: T, 36: R, 38: D, 39: 58, 40: 70, 42: 71, 44: L, 46: Y, 47: Q, 48: H, 49: q, 50: G, 51: K, 53: 32, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: it, 60: nt, 61: st, 62: at, 63: rt, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt, 75: _t, 76: xt, 77: mt, 78: vt, 79: Et, 80: kt, 81: At, 82: Ct, 83: wt, 84: Tt }, { 23: 80, 29: 29, 30: 30, 31: 31, 32: p, 33: C, 34: T, 36: R, 38: D, 39: 58, 40: 70, 42: 71, 44: L, 46: Y, 47: Q, 48: H, 49: q, 50: G, 51: K, 53: 32, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: it, 60: nt, 61: st, 62: at, 63: rt, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt, 75: _t, 76: xt, 77: mt, 78: vt, 79: Et, 80: kt, 81: At, 82: Ct, 83: wt, 84: Tt }, { 23: 81, 29: 29, 30: 30, 31: 31, 32: p, 33: C, 34: T, 36: R, 38: D, 39: 58, 40: 70, 42: 71, 44: L, 46: Y, 47: Q, 48: H, 49: q, 50: G, 51: K, 53: 32, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: it, 60: nt, 61: st, 62: at, 63: rt, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt, 75: _t, 76: xt, 77: mt, 78: vt, 79: Et, 80: kt, 81: At, 82: Ct, 83: wt, 84: Tt }, { 23: 82, 29: 29, 30: 30, 31: 31, 32: p, 33: C, 34: T, 36: R, 38: D, 39: 58, 40: 70, 42: 71, 44: L, 46: Y, 47: Q, 48: H, 49: q, 50: G, 51: K, 53: 32, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: it, 60: nt, 61: st, 62: at, 63: rt, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt, 75: _t, 76: xt, 77: mt, 78: vt, 79: Et, 80: kt, 81: At, 82: Ct, 83: wt, 84: Tt }, { 15: [1, 83] }, { 17: 84, 20: [1, 85] }, { 15: [2, 14] }, { 24: [1, 86] }, e(Nt, [2, 20], { 53: 32, 39: 58, 40: 70, 42: 71, 30: 87, 44: L, 46: Y, 47: Q, 48: H, 49: q, 50: G, 51: K, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: it, 60: nt, 61: st, 62: at, 63: rt, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt, 75: _t, 76: xt, 77: mt, 78: vt, 79: Et, 80: kt, 81: At, 82: Ct, 83: wt, 84: Tt }), e(Nt, [2, 21]), e($t, [2, 23], { 15: [1, 88] }), e(Nt, [2, 43], { 15: [1, 89] }), e(It, [2, 26]), e(It, [2, 27]), { 35: [1, 90] }, { 37: [1, 91] }, e(It, [2, 30]), { 45: 92, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 98, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 99, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 100, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 101, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 102, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 103, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 104, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 105, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 106, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 107, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 108, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 109, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 110, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 111, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 112, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 113, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 114, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 115, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 116, 85: 93, 86: v, 87: E, 89: k, 90: A }, e(w, [2, 66]), { 45: 117, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 118, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 119, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 120, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 121, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 122, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 123, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 124, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 125, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 126, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 127, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 30: 128, 39: 58, 40: 70, 42: 71, 44: L, 46: Y, 47: Q, 48: H, 49: q, 50: G, 51: K, 53: 32, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: it, 60: nt, 61: st, 62: at, 63: rt, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt, 75: _t, 76: xt, 77: mt, 78: vt, 79: Et, 80: kt, 81: At, 82: Ct, 83: wt, 84: Tt }, { 15: [1, 130], 43: [1, 129] }, { 45: 131, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 132, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 133, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 134, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 135, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 136, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 45: 137, 85: 93, 86: v, 87: E, 89: k, 90: A }, { 24: [1, 138] }, { 24: [1, 139] }, { 24: [1, 140] }, { 24: [1, 141] }, e(fe, [2, 9]), { 14: 142, 21: d }, { 21: [2, 13] }, { 1: [2, 15] }, e(Nt, [2, 22]), e($t, [2, 24], { 31: 31, 29: 143, 32: p, 33: C, 34: T, 36: R, 38: D }), e(Nt, [2, 44], { 29: 29, 30: 30, 31: 31, 53: 32, 39: 58, 40: 70, 42: 71, 23: 144, 32: p, 33: C, 34: T, 36: R, 38: D, 44: L, 46: Y, 47: Q, 48: H, 49: q, 50: G, 51: K, 54: J, 55: Z, 56: $, 57: tt, 58: et, 59: it, 60: nt, 61: st, 62: at, 63: rt, 64: lt, 65: ot, 66: ct, 67: ht, 68: ut, 69: dt, 70: ft, 71: pt, 72: yt, 73: gt, 74: bt, 75: _t, 76: xt, 77: mt, 78: vt, 79: Et, 80: kt, 81: At, 82: Ct, 83: wt, 84: Tt }), e(It, [2, 28]), e(It, [2, 29]), e(w, [2, 46]), e(pe, [2, 78], { 85: 93, 45: 145, 86: v, 87: E, 89: k, 90: A }), e(zt, [2, 80]), { 88: [1, 146] }, e(zt, [2, 82]), e(zt, [2, 83]), e(w, [2, 47]), e(w, [2, 48]), e(w, [2, 49]), e(w, [2, 50]), e(w, [2, 51]), e(w, [2, 52]), e(w, [2, 53]), e(w, [2, 54]), e(w, [2, 55]), e(w, [2, 56]), e(w, [2, 57]), e(w, [2, 58]), e(w, [2, 59]), e(w, [2, 60]), e(w, [2, 61]), e(w, [2, 62]), e(w, [2, 63]), e(w, [2, 64]), e(w, [2, 65]), e(w, [2, 67]), e(w, [2, 68]), e(w, [2, 69]), e(w, [2, 70]), e(w, [2, 71]), e(w, [2, 72]), e(w, [2, 73]), e(w, [2, 74]), e(w, [2, 75]), e(w, [2, 76]), e(w, [2, 77]), { 41: 147, 52: [1, 148] }, { 15: [1, 149] }, { 43: [1, 150] }, e(Dt, [2, 35]), e(Dt, [2, 36]), e(Dt, [2, 37]), e(Dt, [2, 38]), e(Dt, [2, 39]), e(Dt, [2, 40]), e(Dt, [2, 41]), { 1: [2, 16] }, { 1: [2, 17] }, { 1: [2, 18] }, { 1: [2, 19] }, { 15: [1, 151] }, e($t, [2, 25]), e(Nt, [2, 45]), e(pe, [2, 79]), e(zt, [2, 81]), e(w, [2, 31]), e(w, [2, 42]), e(te, [2, 32]), e(te, [2, 33], { 15: [1, 152] }), e(fe, [2, 10]), e(te, [2, 34])],
195
+ defaultActions: { 2: [2, 1], 3: [2, 2], 5: [2, 8], 6: [2, 4], 7: [2, 5], 8: [2, 6], 9: [2, 7], 16: [2, 11], 17: [2, 3], 27: [2, 14], 85: [2, 13], 86: [2, 15], 138: [2, 16], 139: [2, 17], 140: [2, 18], 141: [2, 19] },
196
+ parseError: function(_, x) {
197
+ if (x.recoverable)
198
+ this.trace(_);
199
+ else {
200
+ var m = new Error(_);
201
+ throw m.hash = x, m;
202
+ }
203
+ },
204
+ parse: function(_) {
205
+ var x = this, m = [0], g = [], O = [null], h = [], Vt = this.table, f = "", Pt = 0, ye = 0, Ne = 2, ge = 1, Be = h.slice.call(arguments, 1), S = Object.create(this.lexer), Mt = { yy: {} };
206
+ for (var ne in this.yy)
207
+ Object.prototype.hasOwnProperty.call(this.yy, ne) && (Mt.yy[ne] = this.yy[ne]);
208
+ S.setInput(_, Mt.yy), Mt.yy.lexer = S, Mt.yy.parser = this, typeof S.yylloc == "undefined" && (S.yylloc = {});
209
+ var se = S.yylloc;
210
+ h.push(se);
211
+ var Ye = S.options && S.options.ranges;
212
+ typeof Mt.yy.parseError == "function" ? this.parseError = Mt.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
213
+ function Ie() {
214
+ var X;
215
+ return X = g.pop() || S.lex() || ge, typeof X != "number" && (X instanceof Array && (g = X, X = g.pop()), X = x.symbols_[X] || X), X;
216
+ }
217
+ for (var M, Lt, N, ae, Bt = {}, Xt, z, be, Wt; ; ) {
218
+ if (Lt = m[m.length - 1], this.defaultActions[Lt] ? N = this.defaultActions[Lt] : ((M === null || typeof M == "undefined") && (M = Ie()), N = Vt[Lt] && Vt[Lt][M]), typeof N == "undefined" || !N.length || !N[0]) {
219
+ var re = "";
220
+ Wt = [];
221
+ for (Xt in Vt[Lt])
222
+ this.terminals_[Xt] && Xt > Ne && Wt.push("'" + this.terminals_[Xt] + "'");
223
+ S.showPosition ? re = "Parse error on line " + (Pt + 1) + `:
224
+ ` + S.showPosition() + `
225
+ Expecting ` + Wt.join(", ") + ", got '" + (this.terminals_[M] || M) + "'" : re = "Parse error on line " + (Pt + 1) + ": Unexpected " + (M == ge ? "end of input" : "'" + (this.terminals_[M] || M) + "'"), this.parseError(re, {
226
+ text: S.match,
227
+ token: this.terminals_[M] || M,
228
+ line: S.yylineno,
229
+ loc: se,
230
+ expected: Wt
231
+ });
232
+ }
233
+ if (N[0] instanceof Array && N.length > 1)
234
+ throw new Error("Parse Error: multiple actions possible at state: " + Lt + ", token: " + M);
235
+ switch (N[0]) {
236
+ case 1:
237
+ m.push(M), O.push(S.yytext), h.push(S.yylloc), m.push(N[1]), M = null, ye = S.yyleng, f = S.yytext, Pt = S.yylineno, se = S.yylloc;
238
+ break;
239
+ case 2:
240
+ if (z = this.productions_[N[1]][1], Bt.$ = O[O.length - z], Bt._$ = {
241
+ first_line: h[h.length - (z || 1)].first_line,
242
+ last_line: h[h.length - 1].last_line,
243
+ first_column: h[h.length - (z || 1)].first_column,
244
+ last_column: h[h.length - 1].last_column
245
+ }, Ye && (Bt._$.range = [
246
+ h[h.length - (z || 1)].range[0],
247
+ h[h.length - 1].range[1]
248
+ ]), ae = this.performAction.apply(Bt, [
249
+ f,
250
+ ye,
251
+ Pt,
252
+ Mt.yy,
253
+ N[1],
254
+ O,
255
+ h
256
+ ].concat(Be)), typeof ae != "undefined")
257
+ return ae;
258
+ z && (m = m.slice(0, -1 * z * 2), O = O.slice(0, -1 * z), h = h.slice(0, -1 * z)), m.push(this.productions_[N[1]][0]), O.push(Bt.$), h.push(Bt._$), be = Vt[m[m.length - 2]][m[m.length - 1]], m.push(be);
259
+ break;
260
+ case 3:
261
+ return !0;
262
+ }
263
+ }
264
+ return !0;
265
+ }
266
+ }, Le = function() {
267
+ var Ot = {
268
+ EOF: 1,
269
+ parseError: function(x, m) {
270
+ if (this.yy.parser)
271
+ this.yy.parser.parseError(x, m);
272
+ else
273
+ throw new Error(x);
274
+ },
275
+ setInput: function(_, x) {
276
+ return this.yy = x || this.yy || {}, this._input = _, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
277
+ first_line: 1,
278
+ first_column: 0,
279
+ last_line: 1,
280
+ last_column: 0
281
+ }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
282
+ },
283
+ input: function() {
284
+ var _ = this._input[0];
285
+ this.yytext += _, this.yyleng++, this.offset++, this.match += _, this.matched += _;
286
+ var x = _.match(/(?:\r\n?|\n).*/g);
287
+ return x ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), _;
288
+ },
289
+ unput: function(_) {
290
+ var x = _.length, m = _.split(/(?:\r\n?|\n)/g);
291
+ this._input = _ + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - x), this.offset -= x;
292
+ var g = this.match.split(/(?:\r\n?|\n)/g);
293
+ this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), m.length - 1 && (this.yylineno -= m.length - 1);
294
+ var O = this.yylloc.range;
295
+ return this.yylloc = {
296
+ first_line: this.yylloc.first_line,
297
+ last_line: this.yylineno + 1,
298
+ first_column: this.yylloc.first_column,
299
+ last_column: m ? (m.length === g.length ? this.yylloc.first_column : 0) + g[g.length - m.length].length - m[0].length : this.yylloc.first_column - x
300
+ }, this.options.ranges && (this.yylloc.range = [O[0], O[0] + this.yyleng - x]), this.yyleng = this.yytext.length, this;
301
+ },
302
+ more: function() {
303
+ return this._more = !0, this;
304
+ },
305
+ reject: function() {
306
+ if (this.options.backtrack_lexer)
307
+ this._backtrack = !0;
308
+ else
309
+ 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).
310
+ ` + this.showPosition(), {
311
+ text: "",
312
+ token: null,
313
+ line: this.yylineno
314
+ });
315
+ return this;
316
+ },
317
+ less: function(_) {
318
+ this.unput(this.match.slice(_));
319
+ },
320
+ pastInput: function() {
321
+ var _ = this.matched.substr(0, this.matched.length - this.match.length);
322
+ return (_.length > 20 ? "..." : "") + _.substr(-20).replace(/\n/g, "");
323
+ },
324
+ upcomingInput: function() {
325
+ var _ = this.match;
326
+ return _.length < 20 && (_ += this._input.substr(0, 20 - _.length)), (_.substr(0, 20) + (_.length > 20 ? "..." : "")).replace(/\n/g, "");
327
+ },
328
+ showPosition: function() {
329
+ var _ = this.pastInput(), x = new Array(_.length + 1).join("-");
330
+ return _ + this.upcomingInput() + `
331
+ ` + x + "^";
332
+ },
333
+ test_match: function(_, x) {
334
+ var m, g, O;
335
+ if (this.options.backtrack_lexer && (O = {
336
+ yylineno: this.yylineno,
337
+ yylloc: {
338
+ first_line: this.yylloc.first_line,
339
+ last_line: this.last_line,
340
+ first_column: this.yylloc.first_column,
341
+ last_column: this.yylloc.last_column
342
+ },
343
+ yytext: this.yytext,
344
+ match: this.match,
345
+ matches: this.matches,
346
+ matched: this.matched,
347
+ yyleng: this.yyleng,
348
+ offset: this.offset,
349
+ _more: this._more,
350
+ _input: this._input,
351
+ yy: this.yy,
352
+ conditionStack: this.conditionStack.slice(0),
353
+ done: this.done
354
+ }, this.options.ranges && (O.yylloc.range = this.yylloc.range.slice(0))), g = _[0].match(/(?:\r\n?|\n).*/g), g && (this.yylineno += g.length), this.yylloc = {
355
+ first_line: this.yylloc.last_line,
356
+ last_line: this.yylineno + 1,
357
+ first_column: this.yylloc.last_column,
358
+ last_column: g ? g[g.length - 1].length - g[g.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + _[0].length
359
+ }, this.yytext += _[0], this.match += _[0], this.matches = _, 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(_[0].length), this.matched += _[0], m = this.performAction.call(this, this.yy, this, x, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), m)
360
+ return m;
361
+ if (this._backtrack) {
362
+ for (var h in O)
363
+ this[h] = O[h];
364
+ return !1;
365
+ }
366
+ return !1;
367
+ },
368
+ next: function() {
369
+ if (this.done)
370
+ return this.EOF;
371
+ this._input || (this.done = !0);
372
+ var _, x, m, g;
373
+ this._more || (this.yytext = "", this.match = "");
374
+ for (var O = this._currentRules(), h = 0; h < O.length; h++)
375
+ if (m = this._input.match(this.rules[O[h]]), m && (!x || m[0].length > x[0].length)) {
376
+ if (x = m, g = h, this.options.backtrack_lexer) {
377
+ if (_ = this.test_match(m, O[h]), _ !== !1)
378
+ return _;
379
+ if (this._backtrack) {
380
+ x = !1;
381
+ continue;
382
+ } else
383
+ return !1;
384
+ } else if (!this.options.flex)
385
+ break;
386
+ }
387
+ return x ? (_ = this.test_match(x, O[g]), _ !== !1 ? _ : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
388
+ ` + this.showPosition(), {
389
+ text: "",
390
+ token: null,
391
+ line: this.yylineno
392
+ });
393
+ },
394
+ lex: function() {
395
+ var x = this.next();
396
+ return x || this.lex();
397
+ },
398
+ begin: function(x) {
399
+ this.conditionStack.push(x);
400
+ },
401
+ popState: function() {
402
+ var x = this.conditionStack.length - 1;
403
+ return x > 0 ? this.conditionStack.pop() : this.conditionStack[0];
404
+ },
405
+ _currentRules: function() {
406
+ return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
407
+ },
408
+ topState: function(x) {
409
+ return x = this.conditionStack.length - 1 - Math.abs(x || 0), x >= 0 ? this.conditionStack[x] : "INITIAL";
410
+ },
411
+ pushState: function(x) {
412
+ this.begin(x);
413
+ },
414
+ stateStackSize: function() {
415
+ return this.conditionStack.length;
416
+ },
417
+ options: {},
418
+ performAction: function(x, m, g, O) {
419
+ switch (g) {
420
+ case 0:
421
+ return this.begin("open_directive"), 18;
422
+ case 1:
423
+ return 7;
424
+ case 2:
425
+ return 8;
426
+ case 3:
427
+ return 9;
428
+ case 4:
429
+ return 10;
430
+ case 5:
431
+ return this.begin("type_directive"), 19;
432
+ case 6:
433
+ return this.popState(), this.begin("arg_directive"), 16;
434
+ case 7:
435
+ return this.popState(), this.popState(), 21;
436
+ case 8:
437
+ return 20;
438
+ case 9:
439
+ return 32;
440
+ case 10:
441
+ return 33;
442
+ case 11:
443
+ return this.begin("acc_title"), 34;
444
+ case 12:
445
+ return this.popState(), "acc_title_value";
446
+ case 13:
447
+ return this.begin("acc_descr"), 36;
448
+ case 14:
449
+ return this.popState(), "acc_descr_value";
450
+ case 15:
451
+ this.begin("acc_descr_multiline");
452
+ break;
453
+ case 16:
454
+ this.popState();
455
+ break;
456
+ case 17:
457
+ return "acc_descr_multiline_value";
458
+ case 18:
459
+ break;
460
+ case 19:
461
+ c;
462
+ break;
463
+ case 20:
464
+ return 15;
465
+ case 21:
466
+ break;
467
+ case 22:
468
+ return 22;
469
+ case 23:
470
+ return 25;
471
+ case 24:
472
+ return 26;
473
+ case 25:
474
+ return 27;
475
+ case 26:
476
+ return 28;
477
+ case 27:
478
+ return this.begin("person_ext"), 55;
479
+ case 28:
480
+ return this.begin("person"), 54;
481
+ case 29:
482
+ return this.begin("system_ext_queue"), 61;
483
+ case 30:
484
+ return this.begin("system_ext_db"), 60;
485
+ case 31:
486
+ return this.begin("system_ext"), 59;
487
+ case 32:
488
+ return this.begin("system_queue"), 58;
489
+ case 33:
490
+ return this.begin("system_db"), 57;
491
+ case 34:
492
+ return this.begin("system"), 56;
493
+ case 35:
494
+ return this.begin("boundary"), 47;
495
+ case 36:
496
+ return this.begin("enterprise_boundary"), 44;
497
+ case 37:
498
+ return this.begin("system_boundary"), 46;
499
+ case 38:
500
+ return this.begin("container_ext_queue"), 67;
501
+ case 39:
502
+ return this.begin("container_ext_db"), 66;
503
+ case 40:
504
+ return this.begin("container_ext"), 65;
505
+ case 41:
506
+ return this.begin("container_queue"), 64;
507
+ case 42:
508
+ return this.begin("container_db"), 63;
509
+ case 43:
510
+ return this.begin("container"), 62;
511
+ case 44:
512
+ return this.begin("container_boundary"), 48;
513
+ case 45:
514
+ return this.begin("component_ext_queue"), 73;
515
+ case 46:
516
+ return this.begin("component_ext_db"), 72;
517
+ case 47:
518
+ return this.begin("component_ext"), 71;
519
+ case 48:
520
+ return this.begin("component_queue"), 70;
521
+ case 49:
522
+ return this.begin("component_db"), 69;
523
+ case 50:
524
+ return this.begin("component"), 68;
525
+ case 51:
526
+ return this.begin("node"), 49;
527
+ case 52:
528
+ return this.begin("node"), 49;
529
+ case 53:
530
+ return this.begin("node_l"), 50;
531
+ case 54:
532
+ return this.begin("node_r"), 51;
533
+ case 55:
534
+ return this.begin("rel"), 74;
535
+ case 56:
536
+ return this.begin("birel"), 75;
537
+ case 57:
538
+ return this.begin("rel_u"), 76;
539
+ case 58:
540
+ return this.begin("rel_u"), 76;
541
+ case 59:
542
+ return this.begin("rel_d"), 77;
543
+ case 60:
544
+ return this.begin("rel_d"), 77;
545
+ case 61:
546
+ return this.begin("rel_l"), 78;
547
+ case 62:
548
+ return this.begin("rel_l"), 78;
549
+ case 63:
550
+ return this.begin("rel_r"), 79;
551
+ case 64:
552
+ return this.begin("rel_r"), 79;
553
+ case 65:
554
+ return this.begin("rel_b"), 80;
555
+ case 66:
556
+ return this.begin("rel_index"), 81;
557
+ case 67:
558
+ return this.begin("update_el_style"), 82;
559
+ case 68:
560
+ return this.begin("update_rel_style"), 83;
561
+ case 69:
562
+ return this.begin("update_layout_config"), 84;
563
+ case 70:
564
+ return "EOF_IN_STRUCT";
565
+ case 71:
566
+ return this.begin("attribute"), "ATTRIBUTE_EMPTY";
567
+ case 72:
568
+ this.begin("attribute");
569
+ break;
570
+ case 73:
571
+ this.popState(), this.popState();
572
+ break;
573
+ case 74:
574
+ return 90;
575
+ case 75:
576
+ break;
577
+ case 76:
578
+ return 90;
579
+ case 77:
580
+ this.begin("string");
581
+ break;
582
+ case 78:
583
+ this.popState();
584
+ break;
585
+ case 79:
586
+ return "STR";
587
+ case 80:
588
+ this.begin("string_kv");
589
+ break;
590
+ case 81:
591
+ return this.begin("string_kv_key"), "STR_KEY";
592
+ case 82:
593
+ this.popState(), this.begin("string_kv_value");
594
+ break;
595
+ case 83:
596
+ return "STR_VALUE";
597
+ case 84:
598
+ this.popState(), this.popState();
599
+ break;
600
+ case 85:
601
+ return "STR";
602
+ case 86:
603
+ return "LBRACE";
604
+ case 87:
605
+ return "RBRACE";
606
+ case 88:
607
+ return "SPACE";
608
+ case 89:
609
+ return "EOL";
610
+ case 90:
611
+ return 24;
612
+ }
613
+ },
614
+ rules: [/^(?:%%\{)/, /^(?:.*direction\s+TB[^\n]*)/, /^(?:.*direction\s+BT[^\n]*)/, /^(?:.*direction\s+RL[^\n]*)/, /^(?:.*direction\s+LR[^\n]*)/, /^(?:((?:(?!\}%%)[^:.])*))/, /^(?::)/, /^(?:\}%%)/, /^(?:((?:(?!\}%%).|\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]+)/, /^(?:$)/],
615
+ conditions: { acc_descr_multiline: { rules: [16, 17], inclusive: !1 }, acc_descr: { rules: [14], inclusive: !1 }, acc_title: { rules: [12], inclusive: !1 }, close_directive: { rules: [], inclusive: !1 }, arg_directive: { rules: [7, 8], inclusive: !1 }, type_directive: { rules: [6, 7], inclusive: !1 }, open_directive: { rules: [5], inclusive: !1 }, string_kv_value: { rules: [83, 84], inclusive: !1 }, string_kv_key: { rules: [82], inclusive: !1 }, string_kv: { rules: [81], inclusive: !1 }, string: { rules: [78, 79], inclusive: !1 }, attribute: { rules: [73, 74, 75, 76, 77, 80, 85], inclusive: !1 }, update_layout_config: { rules: [70, 71, 72, 73], inclusive: !1 }, update_rel_style: { rules: [70, 71, 72, 73], inclusive: !1 }, update_el_style: { rules: [70, 71, 72, 73], inclusive: !1 }, rel_b: { rules: [70, 71, 72, 73], inclusive: !1 }, rel_r: { rules: [70, 71, 72, 73], inclusive: !1 }, rel_l: { rules: [70, 71, 72, 73], inclusive: !1 }, rel_d: { rules: [70, 71, 72, 73], inclusive: !1 }, rel_u: { rules: [70, 71, 72, 73], inclusive: !1 }, rel_bi: { rules: [], inclusive: !1 }, rel: { rules: [70, 71, 72, 73], inclusive: !1 }, node_r: { rules: [70, 71, 72, 73], inclusive: !1 }, node_l: { rules: [70, 71, 72, 73], inclusive: !1 }, node: { rules: [70, 71, 72, 73], inclusive: !1 }, index: { rules: [], inclusive: !1 }, rel_index: { rules: [70, 71, 72, 73], inclusive: !1 }, component_ext_queue: { rules: [], inclusive: !1 }, component_ext_db: { rules: [70, 71, 72, 73], inclusive: !1 }, component_ext: { rules: [70, 71, 72, 73], inclusive: !1 }, component_queue: { rules: [70, 71, 72, 73], inclusive: !1 }, component_db: { rules: [70, 71, 72, 73], inclusive: !1 }, component: { rules: [70, 71, 72, 73], inclusive: !1 }, container_boundary: { rules: [70, 71, 72, 73], inclusive: !1 }, container_ext_queue: { rules: [], inclusive: !1 }, container_ext_db: { rules: [70, 71, 72, 73], inclusive: !1 }, container_ext: { rules: [70, 71, 72, 73], inclusive: !1 }, container_queue: { rules: [70, 71, 72, 73], inclusive: !1 }, container_db: { rules: [70, 71, 72, 73], inclusive: !1 }, container: { rules: [70, 71, 72, 73], inclusive: !1 }, birel: { rules: [70, 71, 72, 73], inclusive: !1 }, system_boundary: { rules: [70, 71, 72, 73], inclusive: !1 }, enterprise_boundary: { rules: [70, 71, 72, 73], inclusive: !1 }, boundary: { rules: [70, 71, 72, 73], inclusive: !1 }, system_ext_queue: { rules: [70, 71, 72, 73], inclusive: !1 }, system_ext_db: { rules: [70, 71, 72, 73], inclusive: !1 }, system_ext: { rules: [70, 71, 72, 73], inclusive: !1 }, system_queue: { rules: [70, 71, 72, 73], inclusive: !1 }, system_db: { rules: [70, 71, 72, 73], inclusive: !1 }, system: { rules: [70, 71, 72, 73], inclusive: !1 }, person_ext: { rules: [70, 71, 72, 73], inclusive: !1 }, person: { rules: [70, 71, 72, 73], inclusive: !1 }, INITIAL: { rules: [0, 1, 2, 3, 4, 9, 10, 11, 13, 15, 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, 65, 66, 67, 68, 69, 86, 87, 88, 89, 90], inclusive: !0 } }
616
+ };
617
+ return Ot;
618
+ }();
619
+ ee.lexer = Le;
620
+ function ie() {
621
+ this.yy = {};
622
+ }
623
+ return ie.prototype = ee, ee.Parser = ie, new ie();
624
+ }();
625
+ qt.parser = qt;
626
+ const He = qt;
627
+ let j = [], Rt = [""], P = "global", V = "", F = [
628
+ {
629
+ alias: "global",
630
+ label: { text: "global" },
631
+ type: { text: "global" },
632
+ tags: null,
633
+ link: null,
634
+ parentBoundary: ""
635
+ }
636
+ ], Ft = [], he = "", ue = !1, Gt = 4, Kt = 2;
637
+ var Ae;
638
+ const qe = function() {
639
+ return Ae;
640
+ }, Ge = function(e) {
641
+ Ae = Ee(e, Ut());
642
+ }, Ke = function(e, t, n) {
643
+ ze.parseDirective(this, e, t, n);
644
+ }, Je = function(e, t, n, o, l, i, a, r, s) {
645
+ if (e == null || t === void 0 || t === null || n === void 0 || n === null || o === void 0 || o === null)
646
+ return;
647
+ let u = {};
648
+ const y = Ft.find((d) => d.from === t && d.to === n);
649
+ if (y ? u = y : Ft.push(u), u.type = e, u.from = t, u.to = n, u.label = { text: o }, l == null)
650
+ u.techn = { text: "" };
651
+ else if (typeof l == "object") {
652
+ let [d, p] = Object.entries(l)[0];
653
+ u[d] = { text: p };
654
+ } else
655
+ u.techn = { text: l };
656
+ if (i == null)
657
+ u.descr = { text: "" };
658
+ else if (typeof i == "object") {
659
+ let [d, p] = Object.entries(i)[0];
660
+ u[d] = { text: p };
661
+ } else
662
+ u.descr = { text: i };
663
+ if (typeof a == "object") {
664
+ let [d, p] = Object.entries(a)[0];
665
+ u[d] = p;
666
+ } else
667
+ u.sprite = a;
668
+ if (typeof r == "object") {
669
+ let [d, p] = Object.entries(r)[0];
670
+ u[d] = p;
671
+ } else
672
+ u.tags = r;
673
+ if (typeof s == "object") {
674
+ let [d, p] = Object.entries(s)[0];
675
+ u[d] = p;
676
+ } else
677
+ u.link = s;
678
+ u.wrap = St();
679
+ }, Ze = function(e, t, n, o, l, i, a) {
680
+ if (t === null || n === null)
681
+ return;
682
+ let r = {};
683
+ const s = j.find((u) => u.alias === t);
684
+ if (s && t === s.alias ? r = s : (r.alias = t, j.push(r)), n == null ? r.label = { text: "" } : r.label = { text: n }, o == null)
685
+ r.descr = { text: "" };
686
+ else if (typeof o == "object") {
687
+ let [u, y] = Object.entries(o)[0];
688
+ r[u] = { text: y };
689
+ } else
690
+ r.descr = { text: o };
691
+ if (typeof l == "object") {
692
+ let [u, y] = Object.entries(l)[0];
693
+ r[u] = y;
694
+ } else
695
+ r.sprite = l;
696
+ if (typeof i == "object") {
697
+ let [u, y] = Object.entries(i)[0];
698
+ r[u] = y;
699
+ } else
700
+ r.tags = i;
701
+ if (typeof a == "object") {
702
+ let [u, y] = Object.entries(a)[0];
703
+ r[u] = y;
704
+ } else
705
+ r.link = a;
706
+ r.typeC4Shape = { text: e }, r.parentBoundary = P, r.wrap = St();
707
+ }, $e = function(e, t, n, o, l, i, a, r) {
708
+ if (t === null || n === null)
709
+ return;
710
+ let s = {};
711
+ const u = j.find((y) => y.alias === t);
712
+ if (u && t === u.alias ? s = u : (s.alias = t, j.push(s)), n == null ? s.label = { text: "" } : s.label = { text: n }, o == null)
713
+ s.techn = { text: "" };
714
+ else if (typeof o == "object") {
715
+ let [y, d] = Object.entries(o)[0];
716
+ s[y] = { text: d };
717
+ } else
718
+ s.techn = { text: o };
719
+ if (l == null)
720
+ s.descr = { text: "" };
721
+ else if (typeof l == "object") {
722
+ let [y, d] = Object.entries(l)[0];
723
+ s[y] = { text: d };
724
+ } else
725
+ s.descr = { text: l };
726
+ if (typeof i == "object") {
727
+ let [y, d] = Object.entries(i)[0];
728
+ s[y] = d;
729
+ } else
730
+ s.sprite = i;
731
+ if (typeof a == "object") {
732
+ let [y, d] = Object.entries(a)[0];
733
+ s[y] = d;
734
+ } else
735
+ s.tags = a;
736
+ if (typeof r == "object") {
737
+ let [y, d] = Object.entries(r)[0];
738
+ s[y] = d;
739
+ } else
740
+ s.link = r;
741
+ s.wrap = St(), s.typeC4Shape = { text: e }, s.parentBoundary = P;
742
+ }, t0 = function(e, t, n, o, l, i, a, r) {
743
+ if (t === null || n === null)
744
+ return;
745
+ let s = {};
746
+ const u = j.find((y) => y.alias === t);
747
+ if (u && t === u.alias ? s = u : (s.alias = t, j.push(s)), n == null ? s.label = { text: "" } : s.label = { text: n }, o == null)
748
+ s.techn = { text: "" };
749
+ else if (typeof o == "object") {
750
+ let [y, d] = Object.entries(o)[0];
751
+ s[y] = { text: d };
752
+ } else
753
+ s.techn = { text: o };
754
+ if (l == null)
755
+ s.descr = { text: "" };
756
+ else if (typeof l == "object") {
757
+ let [y, d] = Object.entries(l)[0];
758
+ s[y] = { text: d };
759
+ } else
760
+ s.descr = { text: l };
761
+ if (typeof i == "object") {
762
+ let [y, d] = Object.entries(i)[0];
763
+ s[y] = d;
764
+ } else
765
+ s.sprite = i;
766
+ if (typeof a == "object") {
767
+ let [y, d] = Object.entries(a)[0];
768
+ s[y] = d;
769
+ } else
770
+ s.tags = a;
771
+ if (typeof r == "object") {
772
+ let [y, d] = Object.entries(r)[0];
773
+ s[y] = d;
774
+ } else
775
+ s.link = r;
776
+ s.wrap = St(), s.typeC4Shape = { text: e }, s.parentBoundary = P;
777
+ }, e0 = function(e, t, n, o, l) {
778
+ if (e === null || t === null)
779
+ return;
780
+ let i = {};
781
+ const a = F.find((r) => r.alias === e);
782
+ if (a && e === a.alias ? i = a : (i.alias = e, F.push(i)), t == null ? i.label = { text: "" } : i.label = { text: t }, n == null)
783
+ i.type = { text: "system" };
784
+ else if (typeof n == "object") {
785
+ let [r, s] = Object.entries(n)[0];
786
+ i[r] = { text: s };
787
+ } else
788
+ i.type = { text: n };
789
+ if (typeof o == "object") {
790
+ let [r, s] = Object.entries(o)[0];
791
+ i[r] = s;
792
+ } else
793
+ i.tags = o;
794
+ if (typeof l == "object") {
795
+ let [r, s] = Object.entries(l)[0];
796
+ i[r] = s;
797
+ } else
798
+ i.link = l;
799
+ i.parentBoundary = P, i.wrap = St(), V = P, P = e, Rt.push(V);
800
+ }, i0 = function(e, t, n, o, l) {
801
+ if (e === null || t === null)
802
+ return;
803
+ let i = {};
804
+ const a = F.find((r) => r.alias === e);
805
+ if (a && e === a.alias ? i = a : (i.alias = e, F.push(i)), t == null ? i.label = { text: "" } : i.label = { text: t }, n == null)
806
+ i.type = { text: "container" };
807
+ else if (typeof n == "object") {
808
+ let [r, s] = Object.entries(n)[0];
809
+ i[r] = { text: s };
810
+ } else
811
+ i.type = { text: n };
812
+ if (typeof o == "object") {
813
+ let [r, s] = Object.entries(o)[0];
814
+ i[r] = s;
815
+ } else
816
+ i.tags = o;
817
+ if (typeof l == "object") {
818
+ let [r, s] = Object.entries(l)[0];
819
+ i[r] = s;
820
+ } else
821
+ i.link = l;
822
+ i.parentBoundary = P, i.wrap = St(), V = P, P = e, Rt.push(V);
823
+ }, n0 = function(e, t, n, o, l, i, a, r) {
824
+ if (t === null || n === null)
825
+ return;
826
+ let s = {};
827
+ const u = F.find((y) => y.alias === t);
828
+ if (u && t === u.alias ? s = u : (s.alias = t, F.push(s)), n == null ? s.label = { text: "" } : s.label = { text: n }, o == null)
829
+ s.type = { text: "node" };
830
+ else if (typeof o == "object") {
831
+ let [y, d] = Object.entries(o)[0];
832
+ s[y] = { text: d };
833
+ } else
834
+ s.type = { text: o };
835
+ if (l == null)
836
+ s.descr = { text: "" };
837
+ else if (typeof l == "object") {
838
+ let [y, d] = Object.entries(l)[0];
839
+ s[y] = { text: d };
840
+ } else
841
+ s.descr = { text: l };
842
+ if (typeof a == "object") {
843
+ let [y, d] = Object.entries(a)[0];
844
+ s[y] = d;
845
+ } else
846
+ s.tags = a;
847
+ if (typeof r == "object") {
848
+ let [y, d] = Object.entries(r)[0];
849
+ s[y] = d;
850
+ } else
851
+ s.link = r;
852
+ s.nodeType = e, s.parentBoundary = P, s.wrap = St(), V = P, P = t, Rt.push(V);
853
+ }, s0 = function() {
854
+ P = V, Rt.pop(), V = Rt.pop(), Rt.push(V);
855
+ }, a0 = function(e, t, n, o, l, i, a, r, s, u, y) {
856
+ let d = j.find((p) => p.alias === t);
857
+ if (!(d === void 0 && (d = F.find((p) => p.alias === t), d === void 0))) {
858
+ if (n != null)
859
+ if (typeof n == "object") {
860
+ let [p, C] = Object.entries(n)[0];
861
+ d[p] = C;
862
+ } else
863
+ d.bgColor = n;
864
+ if (o != null)
865
+ if (typeof o == "object") {
866
+ let [p, C] = Object.entries(o)[0];
867
+ d[p] = C;
868
+ } else
869
+ d.fontColor = o;
870
+ if (l != null)
871
+ if (typeof l == "object") {
872
+ let [p, C] = Object.entries(l)[0];
873
+ d[p] = C;
874
+ } else
875
+ d.borderColor = l;
876
+ if (i != null)
877
+ if (typeof i == "object") {
878
+ let [p, C] = Object.entries(i)[0];
879
+ d[p] = C;
880
+ } else
881
+ d.shadowing = i;
882
+ if (a != null)
883
+ if (typeof a == "object") {
884
+ let [p, C] = Object.entries(a)[0];
885
+ d[p] = C;
886
+ } else
887
+ d.shape = a;
888
+ if (r != null)
889
+ if (typeof r == "object") {
890
+ let [p, C] = Object.entries(r)[0];
891
+ d[p] = C;
892
+ } else
893
+ d.sprite = r;
894
+ if (s != null)
895
+ if (typeof s == "object") {
896
+ let [p, C] = Object.entries(s)[0];
897
+ d[p] = C;
898
+ } else
899
+ d.techn = s;
900
+ if (u != null)
901
+ if (typeof u == "object") {
902
+ let [p, C] = Object.entries(u)[0];
903
+ d[p] = C;
904
+ } else
905
+ d.legendText = u;
906
+ if (y != null)
907
+ if (typeof y == "object") {
908
+ let [p, C] = Object.entries(y)[0];
909
+ d[p] = C;
910
+ } else
911
+ d.legendSprite = y;
912
+ }
913
+ }, r0 = function(e, t, n, o, l, i, a) {
914
+ const r = Ft.find((s) => s.from === t && s.to === n);
915
+ if (r !== void 0) {
916
+ if (o != null)
917
+ if (typeof o == "object") {
918
+ let [s, u] = Object.entries(o)[0];
919
+ r[s] = u;
920
+ } else
921
+ r.textColor = o;
922
+ if (l != null)
923
+ if (typeof l == "object") {
924
+ let [s, u] = Object.entries(l)[0];
925
+ r[s] = u;
926
+ } else
927
+ r.lineColor = l;
928
+ if (i != null)
929
+ if (typeof i == "object") {
930
+ let [s, u] = Object.entries(i)[0];
931
+ r[s] = parseInt(u);
932
+ } else
933
+ r.offsetX = parseInt(i);
934
+ if (a != null)
935
+ if (typeof a == "object") {
936
+ let [s, u] = Object.entries(a)[0];
937
+ r[s] = parseInt(u);
938
+ } else
939
+ r.offsetY = parseInt(a);
940
+ }
941
+ }, l0 = function(e, t, n) {
942
+ let o = Gt, l = Kt;
943
+ if (typeof t == "object") {
944
+ const i = Object.values(t)[0];
945
+ o = parseInt(i);
946
+ } else
947
+ o = parseInt(t);
948
+ if (typeof n == "object") {
949
+ const i = Object.values(n)[0];
950
+ l = parseInt(i);
951
+ } else
952
+ l = parseInt(n);
953
+ o >= 1 && (Gt = o), l >= 1 && (Kt = l);
954
+ }, o0 = function() {
955
+ return Gt;
956
+ }, c0 = function() {
957
+ return Kt;
958
+ }, h0 = function() {
959
+ return P;
960
+ }, u0 = function() {
961
+ return V;
962
+ }, Ce = function(e) {
963
+ return e == null ? j : j.filter((t) => t.parentBoundary === e);
964
+ }, d0 = function(e) {
965
+ return j.find((t) => t.alias === e);
966
+ }, f0 = function(e) {
967
+ return Object.keys(Ce(e));
968
+ }, p0 = function(e) {
969
+ return e == null ? F : F.filter((t) => t.parentBoundary === e);
970
+ }, y0 = function() {
971
+ return Ft;
972
+ }, g0 = function() {
973
+ return he;
974
+ }, b0 = function(e) {
975
+ ue = e;
976
+ }, St = function() {
977
+ return ue;
978
+ }, _0 = function() {
979
+ j = [], F = [
980
+ {
981
+ alias: "global",
982
+ label: { text: "global" },
983
+ type: { text: "global" },
984
+ tags: null,
985
+ link: null,
986
+ parentBoundary: ""
987
+ }
988
+ ], V = "", P = "global", Rt = [""], Ft = [], Rt = [""], he = "", ue = !1, Gt = 4, Kt = 2;
989
+ }, x0 = {
990
+ SOLID: 0,
991
+ DOTTED: 1,
992
+ NOTE: 2,
993
+ SOLID_CROSS: 3,
994
+ DOTTED_CROSS: 4,
995
+ SOLID_OPEN: 5,
996
+ DOTTED_OPEN: 6,
997
+ LOOP_START: 10,
998
+ LOOP_END: 11,
999
+ ALT_START: 12,
1000
+ ALT_ELSE: 13,
1001
+ ALT_END: 14,
1002
+ OPT_START: 15,
1003
+ OPT_END: 16,
1004
+ ACTIVE_START: 17,
1005
+ ACTIVE_END: 18,
1006
+ PAR_START: 19,
1007
+ PAR_AND: 20,
1008
+ PAR_END: 21,
1009
+ RECT_START: 22,
1010
+ RECT_END: 23,
1011
+ SOLID_POINT: 24,
1012
+ DOTTED_POINT: 25
1013
+ }, m0 = {
1014
+ FILLED: 0,
1015
+ OPEN: 1
1016
+ }, v0 = {
1017
+ LEFTOF: 0,
1018
+ RIGHTOF: 1,
1019
+ OVER: 2
1020
+ }, E0 = function(e) {
1021
+ he = Ee(e, Ut());
1022
+ }, we = {
1023
+ addPersonOrSystem: Ze,
1024
+ addPersonOrSystemBoundary: e0,
1025
+ addContainer: $e,
1026
+ addContainerBoundary: i0,
1027
+ addComponent: t0,
1028
+ addDeploymentNode: n0,
1029
+ popBoundaryParseStack: s0,
1030
+ addRel: Je,
1031
+ updateElStyle: a0,
1032
+ updateRelStyle: r0,
1033
+ updateLayoutConfig: l0,
1034
+ autoWrap: St,
1035
+ setWrap: b0,
1036
+ getC4ShapeArray: Ce,
1037
+ getC4Shape: d0,
1038
+ getC4ShapeKeys: f0,
1039
+ getBoundarys: p0,
1040
+ getCurrentBoundaryParse: h0,
1041
+ getParentBoundaryParse: u0,
1042
+ getRels: y0,
1043
+ getTitle: g0,
1044
+ getC4Type: qe,
1045
+ getC4ShapeInRow: o0,
1046
+ getC4BoundaryInRow: c0,
1047
+ setAccTitle: Ve,
1048
+ getAccTitle: je,
1049
+ getAccDescription: Ue,
1050
+ setAccDescription: Fe,
1051
+ parseDirective: Ke,
1052
+ getConfig: () => Ut().c4,
1053
+ clear: _0,
1054
+ LINETYPE: x0,
1055
+ ARROWTYPE: m0,
1056
+ PLACEMENT: v0,
1057
+ setTitle: E0,
1058
+ setC4Type: Ge
1059
+ }, de = function(e, t) {
1060
+ const n = e.append("rect");
1061
+ if (n.attr("x", t.x), n.attr("y", t.y), n.attr("fill", t.fill), n.attr("stroke", t.stroke), n.attr("width", t.width), n.attr("height", t.height), n.attr("rx", t.rx), n.attr("ry", t.ry), t.attrs !== "undefined" && t.attrs !== null)
1062
+ for (let o in t.attrs)
1063
+ n.attr(o, t.attrs[o]);
1064
+ return t.class !== "undefined" && n.attr("class", t.class), n;
1065
+ }, Te = function(e, t, n, o, l, i) {
1066
+ const a = e.append("image");
1067
+ a.attr("width", t), a.attr("height", n), a.attr("x", o), a.attr("y", l);
1068
+ let r = i.startsWith("data:image/png;base64") ? i : ke(i);
1069
+ a.attr("xlink:href", r);
1070
+ }, k0 = (e, t, n) => {
1071
+ const o = e.append("g");
1072
+ let l = 0;
1073
+ for (let i of t) {
1074
+ let a = i.textColor ? i.textColor : "#444444", r = i.lineColor ? i.lineColor : "#444444", s = i.offsetX ? parseInt(i.offsetX) : 0, u = i.offsetY ? parseInt(i.offsetY) : 0, y = "";
1075
+ if (l === 0) {
1076
+ let p = o.append("line");
1077
+ p.attr("x1", i.startPoint.x), p.attr("y1", i.startPoint.y), p.attr("x2", i.endPoint.x), p.attr("y2", i.endPoint.y), p.attr("stroke-width", "1"), p.attr("stroke", r), p.style("fill", "none"), i.type !== "rel_b" && p.attr("marker-end", "url(" + y + "#arrowhead)"), (i.type === "birel" || i.type === "rel_b") && p.attr("marker-start", "url(" + y + "#arrowend)"), l = -1;
1078
+ } else {
1079
+ let p = o.append("path");
1080
+ p.attr("fill", "none").attr("stroke-width", "1").attr("stroke", r).attr(
1081
+ "d",
1082
+ "Mstartx,starty Qcontrolx,controly stopx,stopy ".replaceAll("startx", i.startPoint.x).replaceAll("starty", i.startPoint.y).replaceAll(
1083
+ "controlx",
1084
+ i.startPoint.x + (i.endPoint.x - i.startPoint.x) / 2 - (i.endPoint.x - i.startPoint.x) / 4
1085
+ ).replaceAll("controly", i.startPoint.y + (i.endPoint.y - i.startPoint.y) / 2).replaceAll("stopx", i.endPoint.x).replaceAll("stopy", i.endPoint.y)
1086
+ ), i.type !== "rel_b" && p.attr("marker-end", "url(" + y + "#arrowhead)"), (i.type === "birel" || i.type === "rel_b") && p.attr("marker-start", "url(" + y + "#arrowend)");
1087
+ }
1088
+ let d = n.messageFont();
1089
+ W(n)(
1090
+ i.label.text,
1091
+ o,
1092
+ Math.min(i.startPoint.x, i.endPoint.x) + Math.abs(i.endPoint.x - i.startPoint.x) / 2 + s,
1093
+ Math.min(i.startPoint.y, i.endPoint.y) + Math.abs(i.endPoint.y - i.startPoint.y) / 2 + u,
1094
+ i.label.width,
1095
+ i.label.height,
1096
+ { fill: a },
1097
+ d
1098
+ ), i.techn && i.techn.text !== "" && (d = n.messageFont(), W(n)(
1099
+ "[" + i.techn.text + "]",
1100
+ o,
1101
+ Math.min(i.startPoint.x, i.endPoint.x) + Math.abs(i.endPoint.x - i.startPoint.x) / 2 + s,
1102
+ Math.min(i.startPoint.y, i.endPoint.y) + Math.abs(i.endPoint.y - i.startPoint.y) / 2 + n.messageFontSize + 5 + u,
1103
+ Math.max(i.label.width, i.techn.width),
1104
+ i.techn.height,
1105
+ { fill: a, "font-style": "italic" },
1106
+ d
1107
+ ));
1108
+ }
1109
+ }, A0 = function(e, t, n) {
1110
+ const o = e.append("g");
1111
+ let l = t.bgColor ? t.bgColor : "none", i = t.borderColor ? t.borderColor : "#444444", a = t.fontColor ? t.fontColor : "black", r = { "stroke-width": 1, "stroke-dasharray": "7.0,7.0" };
1112
+ t.nodeType && (r = { "stroke-width": 1 });
1113
+ let s = {
1114
+ x: t.x,
1115
+ y: t.y,
1116
+ fill: l,
1117
+ stroke: i,
1118
+ width: t.width,
1119
+ height: t.height,
1120
+ rx: 2.5,
1121
+ ry: 2.5,
1122
+ attrs: r
1123
+ };
1124
+ de(o, s);
1125
+ let u = n.boundaryFont();
1126
+ u.fontWeight = "bold", u.fontSize = u.fontSize + 2, u.fontColor = a, W(n)(
1127
+ t.label.text,
1128
+ o,
1129
+ t.x,
1130
+ t.y + t.label.Y,
1131
+ t.width,
1132
+ t.height,
1133
+ { fill: "#444444" },
1134
+ u
1135
+ ), t.type && t.type.text !== "" && (u = n.boundaryFont(), u.fontColor = a, W(n)(
1136
+ t.type.text,
1137
+ o,
1138
+ t.x,
1139
+ t.y + t.type.Y,
1140
+ t.width,
1141
+ t.height,
1142
+ { fill: "#444444" },
1143
+ u
1144
+ )), t.descr && t.descr.text !== "" && (u = n.boundaryFont(), u.fontSize = u.fontSize - 2, u.fontColor = a, W(n)(
1145
+ t.descr.text,
1146
+ o,
1147
+ t.x,
1148
+ t.y + t.descr.Y,
1149
+ t.width,
1150
+ t.height,
1151
+ { fill: "#444444" },
1152
+ u
1153
+ ));
1154
+ }, C0 = function(e, t, n) {
1155
+ var o;
1156
+ let l = t.bgColor ? t.bgColor : n[t.typeC4Shape.text + "_bg_color"], i = t.borderColor ? t.borderColor : n[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=";
1157
+ switch (t.typeC4Shape.text) {
1158
+ case "person":
1159
+ r = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAACD0lEQVR4Xu2YoU4EMRCGT+4j8Ai8AhaH4QHgAUjQuFMECUgMIUgwJAgMhgQsAYUiJCiQIBBY+EITsjfTdme6V24v4c8vyGbb+ZjOtN0bNcvjQXmkH83WvYBWto6PLm6v7p7uH1/w2fXD+PBycX1Pv2l3IdDm/vn7x+dXQiAubRzoURa7gRZWd0iGRIiJbOnhnfYBQZNJjNbuyY2eJG8fkDE3bbG4ep6MHUAsgYxmE3nVs6VsBWJSGccsOlFPmLIViMzLOB7pCVO2AtHJMohH7Fh6zqitQK7m0rJvAVYgGcEpe//PLdDz65sM4pF9N7ICcXDKIB5Nv6j7tD0NoSdM2QrU9Gg0ewE1LqBhHR3BBdvj2vapnidjHxD/q6vd7Pvhr31AwcY8eXMTXAKECZZJFXuEq27aLgQK5uLMohCenGGuGewOxSjBvYBqeG6B+Nqiblggdjnc+ZXDy+FNFpFzw76O3UBAROuXh6FoiAcf5g9eTvUgzy0nWg6I8cXHRUpg5bOVBCo+KDpFajOf23GgPme7RSQ+lacIENUgJ6gg1k6HjgOlqnLqip4tEuhv0hNEMXUD0clyXE3p6pZA0S2nnvTlXwLJEZWlb7cTQH1+USgTN4VhAenm/wea1OCAOmqo6fE1WCb9WSKBah+rbUWPWAmE2Rvk0ApiB45eOyNAzU8xcTvj8KvkKEoOaIYeHNA3ZuygAvFMUO0AAAAASUVORK5CYII=";
1160
+ break;
1161
+ case "external_person":
1162
+ r = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAAB6ElEQVR4Xu2YLY+EMBCG9+dWr0aj0Wg0Go1Go0+j8Xdv2uTCvv1gpt0ebHKPuhDaeW4605Z9mJvx4AdXUyTUdd08z+u6flmWZRnHsWkafk9DptAwDPu+f0eAYtu2PEaGWuj5fCIZrBAC2eLBAnRCsEkkxmeaJp7iDJ2QMDdHsLg8SxKFEJaAo8lAXnmuOFIhTMpxxKATebo4UiFknuNo4OniSIXQyRxEA3YsnjGCVEjVXD7yLUAqxBGUyPv/Y4W2beMgGuS7kVQIBycH0fD+oi5pezQETxdHKmQKGk1eQEYldK+jw5GxPfZ9z7Mk0Qnhf1W1m3w//EUn5BDmSZsbR44QQLBEqrBHqOrmSKaQAxdnLArCrxZcM7A7ZKs4ioRq8LFC+NpC3WCBJsvpVw5edm9iEXFuyNfxXAgSwfrFQ1c0iNda8AdejvUgnktOtJQQxmcfFzGglc5WVCj7oDgFqU18boeFSs52CUh8LE8BIVQDT1ABrB0HtgSEYlX5doJnCwv9TXocKCaKbnwhdDKPq4lf3SwU3HLq4V/+WYhHVMa/3b4IlfyikAduCkcBc7mQ3/z/Qq/cTuikhkzB12Ae/mcJC9U+Vo8Ej1gWAtgbeGgFsAMHr50BIWOLCbezvhpBFUdY6EJuJ/QDW0XoMX60zZ0AAAAASUVORK5CYII=";
1163
+ break;
1164
+ }
1165
+ const s = e.append("g");
1166
+ s.attr("class", "person-man");
1167
+ const u = Oe();
1168
+ switch (t.typeC4Shape.text) {
1169
+ case "person":
1170
+ case "external_person":
1171
+ case "system":
1172
+ case "external_system":
1173
+ case "container":
1174
+ case "external_container":
1175
+ case "component":
1176
+ case "external_component":
1177
+ u.x = t.x, u.y = t.y, u.fill = l, u.width = t.width, u.height = t.height, u.stroke = i, u.rx = 2.5, u.ry = 2.5, u.attrs = { "stroke-width": 0.5 }, de(s, u);
1178
+ break;
1179
+ case "system_db":
1180
+ case "external_system_db":
1181
+ case "container_db":
1182
+ case "external_container_db":
1183
+ case "component_db":
1184
+ case "external_component_db":
1185
+ s.append("path").attr("fill", l).attr("stroke-width", "0.5").attr("stroke", i).attr(
1186
+ "d",
1187
+ "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)
1188
+ ), s.append("path").attr("fill", "none").attr("stroke-width", "0.5").attr("stroke", i).attr(
1189
+ "d",
1190
+ "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)
1191
+ );
1192
+ break;
1193
+ case "system_queue":
1194
+ case "external_system_queue":
1195
+ case "container_queue":
1196
+ case "external_container_queue":
1197
+ case "component_queue":
1198
+ case "external_component_queue":
1199
+ s.append("path").attr("fill", l).attr("stroke-width", "0.5").attr("stroke", i).attr(
1200
+ "d",
1201
+ "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)
1202
+ ), s.append("path").attr("fill", "none").attr("stroke-width", "0.5").attr("stroke", i).attr(
1203
+ "d",
1204
+ "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)
1205
+ );
1206
+ break;
1207
+ }
1208
+ let y = L0(n, t.typeC4Shape.text);
1209
+ switch (s.append("text").attr("fill", a).attr("font-family", y.fontFamily).attr("font-size", y.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) {
1210
+ case "person":
1211
+ case "external_person":
1212
+ Te(
1213
+ s,
1214
+ 48,
1215
+ 48,
1216
+ t.x + t.width / 2 - 24,
1217
+ t.y + t.image.Y,
1218
+ r
1219
+ );
1220
+ break;
1221
+ }
1222
+ let d = n[t.typeC4Shape.text + "Font"]();
1223
+ return d.fontWeight = "bold", d.fontSize = d.fontSize + 2, d.fontColor = a, W(n)(
1224
+ t.label.text,
1225
+ s,
1226
+ t.x,
1227
+ t.y + t.label.Y,
1228
+ t.width,
1229
+ t.height,
1230
+ { fill: a },
1231
+ d
1232
+ ), d = n[t.typeC4Shape.text + "Font"](), d.fontColor = a, t.techn && ((o = t.techn) == null ? void 0 : o.text) !== "" ? W(n)(
1233
+ t.techn.text,
1234
+ s,
1235
+ t.x,
1236
+ t.y + t.techn.Y,
1237
+ t.width,
1238
+ t.height,
1239
+ { fill: a, "font-style": "italic" },
1240
+ d
1241
+ ) : t.type && t.type.text !== "" && W(n)(
1242
+ t.type.text,
1243
+ s,
1244
+ t.x,
1245
+ t.y + t.type.Y,
1246
+ t.width,
1247
+ t.height,
1248
+ { fill: a, "font-style": "italic" },
1249
+ d
1250
+ ), t.descr && t.descr.text !== "" && (d = n.personFont(), d.fontColor = a, W(n)(
1251
+ t.descr.text,
1252
+ s,
1253
+ t.x,
1254
+ t.y + t.descr.Y,
1255
+ t.width,
1256
+ t.height,
1257
+ { fill: a },
1258
+ d
1259
+ )), t.height;
1260
+ }, w0 = function(e) {
1261
+ e.append("defs").append("symbol").attr("id", "database").attr("fill-rule", "evenodd").attr("clip-rule", "evenodd").append("path").attr("transform", "scale(.5)").attr(
1262
+ "d",
1263
+ "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"
1264
+ );
1265
+ }, T0 = function(e) {
1266
+ e.append("defs").append("symbol").attr("id", "computer").attr("width", "24").attr("height", "24").append("path").attr("transform", "scale(.5)").attr(
1267
+ "d",
1268
+ "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"
1269
+ );
1270
+ }, O0 = function(e) {
1271
+ e.append("defs").append("symbol").attr("id", "clock").attr("width", "24").attr("height", "24").append("path").attr("transform", "scale(.5)").attr(
1272
+ "d",
1273
+ "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"
1274
+ );
1275
+ }, R0 = function(e) {
1276
+ 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");
1277
+ }, S0 = function(e) {
1278
+ 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");
1279
+ }, D0 = function(e) {
1280
+ 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");
1281
+ }, P0 = function(e) {
1282
+ 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);
1283
+ }, M0 = function(e) {
1284
+ const n = e.append("defs").append("marker").attr("id", "crosshead").attr("markerWidth", 15).attr("markerHeight", 8).attr("orient", "auto").attr("refX", 16).attr("refY", 4);
1285
+ n.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"), n.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");
1286
+ }, Oe = function() {
1287
+ return {
1288
+ x: 0,
1289
+ y: 0,
1290
+ fill: "#EDF2AE",
1291
+ stroke: "#666",
1292
+ width: 100,
1293
+ anchor: "start",
1294
+ height: 100,
1295
+ rx: 0,
1296
+ ry: 0
1297
+ };
1298
+ }, L0 = (e, t) => ({
1299
+ fontFamily: e[t + "FontFamily"],
1300
+ fontSize: e[t + "FontSize"],
1301
+ fontWeight: e[t + "FontWeight"]
1302
+ }), W = function() {
1303
+ function e(l, i, a, r, s, u, y) {
1304
+ const d = i.append("text").attr("x", a + s / 2).attr("y", r + u / 2 + 5).style("text-anchor", "middle").text(l);
1305
+ o(d, y);
1306
+ }
1307
+ function t(l, i, a, r, s, u, y, d) {
1308
+ const { fontSize: p, fontFamily: C, fontWeight: T } = d, R = l.split(le.lineBreakRegex);
1309
+ for (let D = 0; D < R.length; D++) {
1310
+ const L = D * p - p * (R.length - 1) / 2, Y = i.append("text").attr("x", a + s / 2).attr("y", r).style("text-anchor", "middle").attr("dominant-baseline", "middle").style("font-size", p).style("font-weight", T).style("font-family", C);
1311
+ Y.append("tspan").attr("dy", L).text(R[D]).attr("alignment-baseline", "mathematical"), o(Y, y);
1312
+ }
1313
+ }
1314
+ function n(l, i, a, r, s, u, y, d) {
1315
+ const p = i.append("switch"), T = p.append("foreignObject").attr("x", a).attr("y", r).attr("width", s).attr("height", u).append("xhtml:div").style("display", "table").style("height", "100%").style("width", "100%");
1316
+ T.append("div").style("display", "table-cell").style("text-align", "center").style("vertical-align", "middle").text(l), t(l, p, a, r, s, u, y, d), o(T, y);
1317
+ }
1318
+ function o(l, i) {
1319
+ for (const a in i)
1320
+ i.hasOwnProperty(a) && l.attr(a, i[a]);
1321
+ }
1322
+ return function(l) {
1323
+ return l.textPlacement === "fo" ? n : l.textPlacement === "old" ? e : t;
1324
+ };
1325
+ }(), U = {
1326
+ drawRect: de,
1327
+ drawBoundary: A0,
1328
+ drawC4Shape: C0,
1329
+ drawRels: k0,
1330
+ drawImage: Te,
1331
+ insertArrowHead: R0,
1332
+ insertArrowEnd: S0,
1333
+ insertArrowFilledHead: D0,
1334
+ insertDynamicNumber: P0,
1335
+ insertArrowCrossHead: M0,
1336
+ insertDatabaseIcon: w0,
1337
+ insertComputerIcon: T0,
1338
+ insertClockIcon: O0,
1339
+ getNoteRect: Oe,
1340
+ sanitizeUrl: ke
1341
+ };
1342
+ let Jt = 0, Zt = 0, Re = 4, oe = 2;
1343
+ qt.yy = we;
1344
+ let b = {};
1345
+ class Se {
1346
+ constructor(t) {
1347
+ 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, ce(t.db.getConfig());
1348
+ }
1349
+ setData(t, n, o, l) {
1350
+ this.nextData.startx = this.data.startx = t, this.nextData.stopx = this.data.stopx = n, this.nextData.starty = this.data.starty = o, this.nextData.stopy = this.data.stopy = l;
1351
+ }
1352
+ updateVal(t, n, o, l) {
1353
+ t[n] === void 0 ? t[n] = o : t[n] = l(o, t[n]);
1354
+ }
1355
+ insert(t) {
1356
+ this.nextData.cnt = this.nextData.cnt + 1;
1357
+ let n = this.nextData.startx === this.nextData.stopx ? this.nextData.stopx + t.margin : this.nextData.stopx + t.margin * 2, o = n + t.width, l = this.nextData.starty + t.margin * 2, i = l + t.height;
1358
+ (n >= this.data.widthLimit || o >= this.data.widthLimit || this.nextData.cnt > Re) && (n = this.nextData.startx + t.margin + b.nextLinePaddingX, l = this.nextData.stopy + t.margin * 2, this.nextData.stopx = o = n + t.width, this.nextData.starty = this.nextData.stopy, this.nextData.stopy = i = l + t.height, this.nextData.cnt = 1), t.x = n, t.y = l, this.updateVal(this.data, "startx", n, Math.min), this.updateVal(this.data, "starty", l, Math.min), this.updateVal(this.data, "stopx", o, Math.max), this.updateVal(this.data, "stopy", i, Math.max), this.updateVal(this.nextData, "startx", n, Math.min), this.updateVal(this.nextData, "starty", l, Math.min), this.updateVal(this.nextData, "stopx", o, Math.max), this.updateVal(this.nextData, "stopy", i, Math.max);
1359
+ }
1360
+ init(t) {
1361
+ this.name = "", this.data = {
1362
+ startx: void 0,
1363
+ stopx: void 0,
1364
+ starty: void 0,
1365
+ stopy: void 0,
1366
+ widthLimit: void 0
1367
+ }, this.nextData = {
1368
+ startx: void 0,
1369
+ stopx: void 0,
1370
+ starty: void 0,
1371
+ stopy: void 0,
1372
+ cnt: 0
1373
+ }, ce(t.db.getConfig());
1374
+ }
1375
+ bumpLastMargin(t) {
1376
+ this.data.stopx += t, this.data.stopy += t;
1377
+ }
1378
+ }
1379
+ const ce = function(e) {
1380
+ Xe(b, e), e.fontFamily && (b.personFontFamily = b.systemFontFamily = b.messageFontFamily = e.fontFamily), e.fontSize && (b.personFontSize = b.systemFontSize = b.messageFontSize = e.fontSize), e.fontWeight && (b.personFontWeight = b.systemFontWeight = b.messageFontWeight = e.fontWeight);
1381
+ }, jt = (e, t) => ({
1382
+ fontFamily: e[t + "FontFamily"],
1383
+ fontSize: e[t + "FontSize"],
1384
+ fontWeight: e[t + "FontWeight"]
1385
+ }), Ht = (e) => ({
1386
+ fontFamily: e.boundaryFontFamily,
1387
+ fontSize: e.boundaryFontSize,
1388
+ fontWeight: e.boundaryFontWeight
1389
+ }), N0 = (e) => ({
1390
+ fontFamily: e.messageFontFamily,
1391
+ fontSize: e.messageFontSize,
1392
+ fontWeight: e.messageFontWeight
1393
+ });
1394
+ function I(e, t, n, o, l) {
1395
+ if (!t[e].width)
1396
+ if (n)
1397
+ t[e].text = Qe(t[e].text, l, o), t[e].textLines = t[e].text.split(le.lineBreakRegex).length, t[e].width = l, t[e].height = xe(t[e].text, o);
1398
+ else {
1399
+ let i = t[e].text.split(le.lineBreakRegex);
1400
+ t[e].textLines = i.length;
1401
+ let a = 0;
1402
+ t[e].height = 0, t[e].width = 0;
1403
+ for (const r of i)
1404
+ t[e].width = Math.max(
1405
+ Yt(r, o),
1406
+ t[e].width
1407
+ ), a = xe(r, o), t[e].height = t[e].height + a;
1408
+ }
1409
+ }
1410
+ const De = function(e, t, n) {
1411
+ t.x = n.data.startx, t.y = n.data.starty, t.width = n.data.stopx - n.data.startx, t.height = n.data.stopy - n.data.starty, t.label.y = b.c4ShapeMargin - 35;
1412
+ let o = t.wrap && b.wrap, l = Ht(b);
1413
+ l.fontSize = l.fontSize + 2, l.fontWeight = "bold";
1414
+ let i = Yt(t.label.text, l);
1415
+ I("label", t, o, l, i), U.drawBoundary(e, t, b);
1416
+ }, Pe = function(e, t, n, o) {
1417
+ let l = 0;
1418
+ for (const i of o) {
1419
+ l = 0;
1420
+ const a = n[i];
1421
+ let r = jt(b, a.typeC4Shape.text);
1422
+ switch (r.fontSize = r.fontSize - 2, a.typeC4Shape.width = Yt(
1423
+ "<<" + a.typeC4Shape.text + ">>",
1424
+ r
1425
+ ), a.typeC4Shape.height = r.fontSize + 2, a.typeC4Shape.Y = b.c4ShapePadding, l = a.typeC4Shape.Y + a.typeC4Shape.height - 4, a.image = { width: 0, height: 0, Y: 0 }, a.typeC4Shape.text) {
1426
+ case "person":
1427
+ case "external_person":
1428
+ a.image.width = 48, a.image.height = 48, a.image.Y = l, l = a.image.Y + a.image.height;
1429
+ break;
1430
+ }
1431
+ a.sprite && (a.image.width = 48, a.image.height = 48, a.image.Y = l, l = a.image.Y + a.image.height);
1432
+ let s = a.wrap && b.wrap, u = b.width - b.c4ShapePadding * 2, y = jt(b, a.typeC4Shape.text);
1433
+ if (y.fontSize = y.fontSize + 2, y.fontWeight = "bold", I("label", a, s, y, u), a.label.Y = l + 8, l = a.label.Y + a.label.height, a.type && a.type.text !== "") {
1434
+ a.type.text = "[" + a.type.text + "]";
1435
+ let C = jt(b, a.typeC4Shape.text);
1436
+ I("type", a, s, C, u), a.type.Y = l + 5, l = a.type.Y + a.type.height;
1437
+ } else if (a.techn && a.techn.text !== "") {
1438
+ a.techn.text = "[" + a.techn.text + "]";
1439
+ let C = jt(b, a.techn.text);
1440
+ I("techn", a, s, C, u), a.techn.Y = l + 5, l = a.techn.Y + a.techn.height;
1441
+ }
1442
+ let d = l, p = a.label.width;
1443
+ if (a.descr && a.descr.text !== "") {
1444
+ let C = jt(b, a.typeC4Shape.text);
1445
+ I("descr", a, s, C, u), a.descr.Y = l + 20, l = a.descr.Y + a.descr.height, p = Math.max(a.label.width, a.descr.width), d = l - a.descr.textLines * 5;
1446
+ }
1447
+ p = p + b.c4ShapePadding, a.width = Math.max(a.width || b.width, p, b.width), a.height = Math.max(a.height || b.height, d, b.height), a.margin = a.margin || b.c4ShapeMargin, e.insert(a), U.drawC4Shape(t, a, b);
1448
+ }
1449
+ e.bumpLastMargin(b.c4ShapeMargin);
1450
+ };
1451
+ class B {
1452
+ constructor(t, n) {
1453
+ this.x = t, this.y = n;
1454
+ }
1455
+ }
1456
+ let me = function(e, t) {
1457
+ let n = e.x, o = e.y, l = t.x, i = t.y, a = n + e.width / 2, r = o + e.height / 2, s = Math.abs(n - l), u = Math.abs(o - i), y = u / s, d = e.height / e.width, p = null;
1458
+ return o == i && n < l ? p = new B(n + e.width, r) : o == i && n > l ? p = new B(n, r) : n == l && o < i ? p = new B(a, o + e.height) : n == l && o > i && (p = new B(a, o)), n > l && o < i ? d >= y ? p = new B(n, r + y * e.width / 2) : p = new B(
1459
+ a - s / u * e.height / 2,
1460
+ o + e.height
1461
+ ) : n < l && o < i ? d >= y ? p = new B(n + e.width, r + y * e.width / 2) : p = new B(
1462
+ a + s / u * e.height / 2,
1463
+ o + e.height
1464
+ ) : n < l && o > i ? d >= y ? p = new B(n + e.width, r - y * e.width / 2) : p = new B(a + e.height / 2 * s / u, o) : n > l && o > i && (d >= y ? p = new B(n, r - e.width / 2 * y) : p = new B(a - e.height / 2 * s / u, o)), p;
1465
+ }, B0 = function(e, t) {
1466
+ let n = { x: 0, y: 0 };
1467
+ n.x = t.x + t.width / 2, n.y = t.y + t.height / 2;
1468
+ let o = me(e, n);
1469
+ n.x = e.x + e.width / 2, n.y = e.y + e.height / 2;
1470
+ let l = me(t, n);
1471
+ return { startPoint: o, endPoint: l };
1472
+ };
1473
+ const Y0 = function(e, t, n, o) {
1474
+ let l = 0;
1475
+ for (let i of t) {
1476
+ l = l + 1;
1477
+ let a = i.wrap && b.wrap, r = N0(b);
1478
+ o.db.getC4Type() === "C4Dynamic" && (i.label.text = l + ": " + i.label.text);
1479
+ let u = Yt(i.label.text, r);
1480
+ I("label", i, a, r, u), i.techn && i.techn.text !== "" && (u = Yt(i.techn.text, r), I("techn", i, a, r, u)), i.descr && i.descr.text !== "" && (u = Yt(i.descr.text, r), I("descr", i, a, r, u));
1481
+ let y = n(i.from), d = n(i.to), p = B0(y, d);
1482
+ i.startPoint = p.startPoint, i.endPoint = p.endPoint;
1483
+ }
1484
+ U.drawRels(e, t, b);
1485
+ };
1486
+ function Me(e, t, n, o, l) {
1487
+ let i = new Se(l);
1488
+ i.data.widthLimit = n.data.widthLimit / Math.min(oe, o.length);
1489
+ for (let [a, r] of o.entries()) {
1490
+ let s = 0;
1491
+ r.image = { width: 0, height: 0, Y: 0 }, r.sprite && (r.image.width = 48, r.image.height = 48, r.image.Y = s, s = r.image.Y + r.image.height);
1492
+ let u = r.wrap && b.wrap, y = Ht(b);
1493
+ if (y.fontSize = y.fontSize + 2, y.fontWeight = "bold", I(
1494
+ "label",
1495
+ r,
1496
+ u,
1497
+ y,
1498
+ i.data.widthLimit
1499
+ ), r.label.Y = s + 8, s = r.label.Y + r.label.height, r.type && r.type.text !== "") {
1500
+ r.type.text = "[" + r.type.text + "]";
1501
+ let T = Ht(b);
1502
+ I(
1503
+ "type",
1504
+ r,
1505
+ u,
1506
+ T,
1507
+ i.data.widthLimit
1508
+ ), r.type.Y = s + 5, s = r.type.Y + r.type.height;
1509
+ }
1510
+ if (r.descr && r.descr.text !== "") {
1511
+ let T = Ht(b);
1512
+ T.fontSize = T.fontSize - 2, I(
1513
+ "descr",
1514
+ r,
1515
+ u,
1516
+ T,
1517
+ i.data.widthLimit
1518
+ ), r.descr.Y = s + 20, s = r.descr.Y + r.descr.height;
1519
+ }
1520
+ if (a == 0 || a % oe === 0) {
1521
+ let T = n.data.startx + b.diagramMarginX, R = n.data.stopy + b.diagramMarginY + s;
1522
+ i.setData(T, T, R, R);
1523
+ } else {
1524
+ let T = i.data.stopx !== i.data.startx ? i.data.stopx + b.diagramMarginX : i.data.startx, R = i.data.starty;
1525
+ i.setData(T, T, R, R);
1526
+ }
1527
+ i.name = r.alias;
1528
+ let d = l.db.getC4ShapeArray(r.alias), p = l.db.getC4ShapeKeys(r.alias);
1529
+ p.length > 0 && Pe(
1530
+ i,
1531
+ e,
1532
+ d,
1533
+ p
1534
+ ), t = r.alias;
1535
+ let C = l.db.getBoundarys(t);
1536
+ C.length > 0 && Me(
1537
+ e,
1538
+ t,
1539
+ i,
1540
+ C,
1541
+ l
1542
+ ), r.alias !== "global" && De(e, r, i), n.data.stopy = Math.max(
1543
+ i.data.stopy + b.c4ShapeMargin,
1544
+ n.data.stopy
1545
+ ), n.data.stopx = Math.max(
1546
+ i.data.stopx + b.c4ShapeMargin,
1547
+ n.data.stopx
1548
+ ), Jt = Math.max(Jt, n.data.stopx), Zt = Math.max(Zt, n.data.stopy);
1549
+ }
1550
+ }
1551
+ const I0 = function(e, t, n, o) {
1552
+ b = Ut().c4;
1553
+ const l = Ut().securityLevel;
1554
+ let i;
1555
+ l === "sandbox" && (i = Qt("#i" + t));
1556
+ const a = l === "sandbox" ? Qt(i.nodes()[0].contentDocument.body) : Qt("body");
1557
+ let r = o.db;
1558
+ o.db.setWrap(b.wrap), Re = r.getC4ShapeInRow(), oe = r.getC4BoundaryInRow(), _e.debug(`C:${JSON.stringify(b, null, 2)}`);
1559
+ const s = l === "sandbox" ? a.select(`[id="${t}"]`) : Qt(`[id="${t}"]`);
1560
+ U.insertComputerIcon(s), U.insertDatabaseIcon(s), U.insertClockIcon(s);
1561
+ let u = new Se(o);
1562
+ u.setData(
1563
+ b.diagramMarginX,
1564
+ b.diagramMarginX,
1565
+ b.diagramMarginY,
1566
+ b.diagramMarginY
1567
+ ), u.data.widthLimit = screen.availWidth, Jt = b.diagramMarginX, Zt = b.diagramMarginY;
1568
+ const y = o.db.getTitle();
1569
+ let d = o.db.getBoundarys("");
1570
+ Me(s, "", u, d, o), U.insertArrowHead(s), U.insertArrowEnd(s), U.insertArrowCrossHead(s), U.insertArrowFilledHead(s), Y0(s, o.db.getRels(), o.db.getC4Shape, o), u.data.stopx = Jt, u.data.stopy = Zt;
1571
+ const p = u.data;
1572
+ let T = p.stopy - p.starty + 2 * b.diagramMarginY;
1573
+ const D = p.stopx - p.startx + 2 * b.diagramMarginX;
1574
+ y && s.append("text").text(y).attr("x", (p.stopx - p.startx) / 2 - 4 * b.diagramMarginX).attr("y", p.starty + b.diagramMarginY), We(s, T, D, b.useMaxWidth);
1575
+ const L = y ? 60 : 0;
1576
+ s.attr(
1577
+ "viewBox",
1578
+ p.startx - b.diagramMarginX + " -" + (b.diagramMarginY + L) + " " + D + " " + (T + L)
1579
+ ), _e.debug("models:", p);
1580
+ }, ve = {
1581
+ drawPersonOrSystemArray: Pe,
1582
+ drawBoundary: De,
1583
+ setConf: ce,
1584
+ draw: I0
1585
+ }, V0 = (e) => `.person {
1586
+ stroke: ${e.personBorder};
1587
+ fill: ${e.personBkg};
1588
+ }
1589
+ `, j0 = V0, F0 = {
1590
+ parser: He,
1591
+ db: we,
1592
+ renderer: ve,
1593
+ styles: j0,
1594
+ init: (e) => {
1595
+ ve.setConf(e.c4);
1596
+ }
1597
+ };
1598
+ export {
1599
+ F0 as diagram
1600
+ };