jekyll-ham 1.0.2 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (369) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -6
  3. data/_layouts/default.html +6 -0
  4. data/_layouts/page.html +1 -1
  5. data/assets/bootstrap-icons.min.css +3 -3
  6. data/assets/fonts/bootstrap-icons.woff +0 -0
  7. data/assets/fonts/bootstrap-icons.woff2 +0 -0
  8. data/assets/mermaid/Diagram.d.ts +33 -0
  9. data/assets/mermaid/Tableau10-31042135.js +10 -0
  10. data/assets/mermaid/Tableau10-558cc280.js +9 -0
  11. data/assets/mermaid/__mocks__/mermaidAPI.d.ts +13 -0
  12. data/assets/mermaid/accessibility.d.ts +27 -0
  13. data/assets/mermaid/accessibility.spec.d.ts +1 -0
  14. data/assets/mermaid/arc-c0f908ab.js +148 -0
  15. data/assets/mermaid/arc-d1f6357e.js +86 -0
  16. data/assets/mermaid/array-2ff2c7a6.js +6 -0
  17. data/assets/mermaid/array-b7dcf730.js +6 -0
  18. data/assets/mermaid/assignWithDepth.d.ts +30 -0
  19. data/assets/mermaid/blockDiagram-5dc23a45.js +1230 -0
  20. data/assets/mermaid/blockDiagram-9f4a6865.js +1822 -0
  21. data/assets/mermaid/blockDiagram-efe38566.js +1818 -0
  22. data/assets/mermaid/c4Diagram-1e775db3.js +1579 -0
  23. data/assets/mermaid/c4Diagram-ae766693.js +2473 -0
  24. data/assets/mermaid/c4Diagram-af207393.js +2463 -0
  25. data/assets/mermaid/channel-ebbc4130.js +5 -0
  26. data/assets/mermaid/channel-f9001828.js +8 -0
  27. data/assets/mermaid/classDiagram-72b9c71d.js +356 -0
  28. data/assets/mermaid/classDiagram-f52caa06.js +220 -0
  29. data/assets/mermaid/classDiagram-fb54d2a0.js +363 -0
  30. data/assets/mermaid/classDiagram-v2-640c694e.js +206 -0
  31. data/assets/mermaid/classDiagram-v2-a2b738ad.js +298 -0
  32. data/assets/mermaid/classDiagram-v2-fedb80f6.js +290 -0
  33. data/assets/mermaid/clone-9ea6bfeb.js +8 -0
  34. data/assets/mermaid/clone-afc2f047.js +8 -0
  35. data/assets/mermaid/config.d.ts +98 -0
  36. data/assets/mermaid/config.spec.d.ts +1 -0
  37. data/assets/mermaid/config.type.d.ts +1534 -0
  38. data/assets/mermaid/createText-03b82060.js +2966 -0
  39. data/assets/mermaid/createText-b70fe78a.js +4929 -0
  40. data/assets/mermaid/createText-ca0c5216.js +251 -0
  41. data/assets/mermaid/dagre-wrapper/blockArrowHelper.d.ts +8 -0
  42. data/assets/mermaid/dagre-wrapper/clusters.d.ts +4 -0
  43. data/assets/mermaid/dagre-wrapper/createLabel.d.ts +9 -0
  44. data/assets/mermaid/dagre-wrapper/edgeMarker.d.ts +12 -0
  45. data/assets/mermaid/dagre-wrapper/edgeMarker.spec.d.ts +1 -0
  46. data/assets/mermaid/dagre-wrapper/edges.d.ts +14 -0
  47. data/assets/mermaid/dagre-wrapper/index.d.ts +1 -0
  48. data/assets/mermaid/dagre-wrapper/intersect/index.d.ts +13 -0
  49. data/assets/mermaid/dagre-wrapper/intersect/intersect-circle.d.ts +10 -0
  50. data/assets/mermaid/dagre-wrapper/intersect/intersect-ellipse.d.ts +11 -0
  51. data/assets/mermaid/dagre-wrapper/intersect/intersect-line.d.ts +13 -0
  52. data/assets/mermaid/dagre-wrapper/intersect/intersect-node.d.ts +6 -0
  53. data/assets/mermaid/dagre-wrapper/intersect/intersect-polygon.d.ts +10 -0
  54. data/assets/mermaid/dagre-wrapper/intersect/intersect-rect.d.ts +5 -0
  55. data/assets/mermaid/dagre-wrapper/markers.d.ts +2 -0
  56. data/assets/mermaid/dagre-wrapper/mermaid-graphlib.d.ts +8 -0
  57. data/assets/mermaid/dagre-wrapper/nodes.d.ts +4 -0
  58. data/assets/mermaid/dagre-wrapper/shapes/note.d.ts +2 -0
  59. data/assets/mermaid/dagre-wrapper/shapes/util.d.ts +14 -0
  60. data/assets/mermaid/defaultConfig.d.ts +12 -0
  61. data/assets/mermaid/diagram-api/comments.d.ts +6 -0
  62. data/assets/mermaid/diagram-api/comments.spec.d.ts +1 -0
  63. data/assets/mermaid/diagram-api/detectType.d.ts +42 -0
  64. data/assets/mermaid/diagram-api/diagram-orchestration.d.ts +1 -0
  65. data/assets/mermaid/diagram-api/diagram-orchestration.spec.d.ts +1 -0
  66. data/assets/mermaid/diagram-api/diagramAPI.d.ts +31 -0
  67. data/assets/mermaid/diagram-api/diagramAPI.spec.d.ts +1 -0
  68. data/assets/mermaid/diagram-api/frontmatter.d.ts +18 -0
  69. data/assets/mermaid/diagram-api/frontmatter.spec.d.ts +1 -0
  70. data/assets/mermaid/diagram-api/loadDiagram.d.ts +1 -0
  71. data/assets/mermaid/diagram-api/regexes.d.ts +3 -0
  72. data/assets/mermaid/diagram-api/types.d.ts +84 -0
  73. data/assets/mermaid/diagram.spec.d.ts +1 -0
  74. data/assets/mermaid/diagrams/block/blockDB.d.ts +54 -0
  75. data/assets/mermaid/diagrams/block/blockDetector.d.ts +3 -0
  76. data/assets/mermaid/diagrams/block/blockDiagram.d.ts +2 -0
  77. data/assets/mermaid/diagrams/block/blockRenderer.d.ts +15 -0
  78. data/assets/mermaid/diagrams/block/blockTypes.d.ts +36 -0
  79. data/assets/mermaid/diagrams/block/blockUtils.d.ts +1 -0
  80. data/assets/mermaid/diagrams/block/layout.d.ts +13 -0
  81. data/assets/mermaid/diagrams/block/layout.spec.d.ts +1 -0
  82. data/assets/mermaid/diagrams/block/parser/block.spec.d.ts +1 -0
  83. data/assets/mermaid/diagrams/block/renderHelpers.d.ts +10 -0
  84. data/assets/mermaid/diagrams/block/styles.d.ts +18 -0
  85. data/assets/mermaid/diagrams/c4/c4Db.d.ts +127 -0
  86. data/assets/mermaid/diagrams/c4/c4Detector.d.ts +3 -0
  87. data/assets/mermaid/diagrams/c4/c4Diagram.d.ts +2 -0
  88. data/assets/mermaid/diagrams/c4/c4Renderer.d.ts +12 -0
  89. data/assets/mermaid/diagrams/c4/styles.d.ts +2 -0
  90. data/assets/mermaid/diagrams/c4/svgDraw.d.ts +36 -0
  91. data/assets/mermaid/diagrams/class/classDb.d.ts +144 -0
  92. data/assets/mermaid/diagrams/class/classDetector-V2.d.ts +3 -0
  93. data/assets/mermaid/diagrams/class/classDetector.d.ts +3 -0
  94. data/assets/mermaid/diagrams/class/classDiagram-v2.d.ts +2 -0
  95. data/assets/mermaid/diagrams/class/classDiagram.d.ts +2 -0
  96. data/assets/mermaid/diagrams/class/classDiagram.spec.d.ts +1 -0
  97. data/assets/mermaid/diagrams/class/classRenderer-v2.d.ts +57 -0
  98. data/assets/mermaid/diagrams/class/classRenderer.d.ts +5 -0
  99. data/assets/mermaid/diagrams/class/classTypes.d.ts +78 -0
  100. data/assets/mermaid/diagrams/class/classTypes.spec.d.ts +1 -0
  101. data/assets/mermaid/diagrams/class/styles.d.ts +2 -0
  102. data/assets/mermaid/diagrams/class/svgDraw.d.ts +25 -0
  103. data/assets/mermaid/diagrams/common/common.d.ts +110 -0
  104. data/assets/mermaid/diagrams/common/common.spec.d.ts +1 -0
  105. data/assets/mermaid/diagrams/common/commonDb.d.ts +7 -0
  106. data/assets/mermaid/diagrams/common/commonTypes.d.ts +51 -0
  107. data/assets/mermaid/diagrams/common/svgDrawCommon.d.ts +15 -0
  108. data/assets/mermaid/diagrams/er/erDb.d.ts +49 -0
  109. data/assets/mermaid/diagrams/er/erDetector.d.ts +3 -0
  110. data/assets/mermaid/diagrams/er/erDiagram.d.ts +34 -0
  111. data/assets/mermaid/diagrams/er/erMarkers.d.ts +24 -0
  112. data/assets/mermaid/diagrams/er/erRenderer.d.ts +19 -0
  113. data/assets/mermaid/diagrams/er/erRenderer.spec.d.ts +1 -0
  114. data/assets/mermaid/diagrams/er/styles.d.ts +2 -0
  115. data/assets/mermaid/diagrams/error/errorDiagram.d.ts +3 -0
  116. data/assets/mermaid/diagrams/error/errorRenderer.d.ts +12 -0
  117. data/assets/mermaid/diagrams/flowchart/elk/detector.d.ts +3 -0
  118. data/assets/mermaid/diagrams/flowchart/elk/detector.spec.d.ts +1 -0
  119. data/assets/mermaid/diagrams/flowchart/elk/flowRenderer-elk.d.ts +10 -0
  120. data/assets/mermaid/diagrams/flowchart/elk/flowchart-elk-definition.d.ts +10 -0
  121. data/assets/mermaid/diagrams/flowchart/elk/render-utils.d.ts +5 -0
  122. data/assets/mermaid/diagrams/flowchart/elk/render-utils.spec.d.ts +1 -0
  123. data/assets/mermaid/diagrams/flowchart/elk/styles.d.ts +19 -0
  124. data/assets/mermaid/diagrams/flowchart/flowChartShapes.d.ts +9 -0
  125. data/assets/mermaid/diagrams/flowchart/flowDb.d.ts +87 -0
  126. data/assets/mermaid/diagrams/flowchart/flowDetector-v2.d.ts +3 -0
  127. data/assets/mermaid/diagrams/flowchart/flowDetector.d.ts +3 -0
  128. data/assets/mermaid/diagrams/flowchart/flowDiagram-v2.d.ts +57 -0
  129. data/assets/mermaid/diagrams/flowchart/flowDiagram.d.ts +57 -0
  130. data/assets/mermaid/diagrams/flowchart/flowRenderer-v2.d.ts +13 -0
  131. data/assets/mermaid/diagrams/flowchart/flowRenderer.d.ts +13 -0
  132. data/assets/mermaid/diagrams/flowchart/styles.d.ts +18 -0
  133. data/assets/mermaid/diagrams/gantt/ganttDb.d.ts +106 -0
  134. data/assets/mermaid/diagrams/gantt/ganttDb.spec.d.ts +1 -0
  135. data/assets/mermaid/diagrams/gantt/ganttDetector.d.ts +3 -0
  136. data/assets/mermaid/diagrams/gantt/ganttDiagram.d.ts +2 -0
  137. data/assets/mermaid/diagrams/gantt/ganttRenderer.d.ts +7 -0
  138. data/assets/mermaid/diagrams/gantt/styles.d.ts +2 -0
  139. data/assets/mermaid/diagrams/git/gitGraphAst.d.ts +61 -0
  140. data/assets/mermaid/diagrams/git/gitGraphDetector.d.ts +3 -0
  141. data/assets/mermaid/diagrams/git/gitGraphDiagram.d.ts +2 -0
  142. data/assets/mermaid/diagrams/git/gitGraphRenderer.d.ts +5 -0
  143. data/assets/mermaid/diagrams/git/styles.d.ts +2 -0
  144. data/assets/mermaid/diagrams/info/info.spec.d.ts +1 -0
  145. data/assets/mermaid/diagrams/info/infoDb.d.ts +5 -0
  146. data/assets/mermaid/diagrams/info/infoDetector.d.ts +2 -0
  147. data/assets/mermaid/diagrams/info/infoDiagram.d.ts +2 -0
  148. data/assets/mermaid/diagrams/info/infoRenderer.d.ts +4 -0
  149. data/assets/mermaid/diagrams/info/infoTypes.d.ts +9 -0
  150. data/assets/mermaid/diagrams/mindmap/detector.d.ts +3 -0
  151. data/assets/mermaid/diagrams/mindmap/mindmap-definition.d.ts +2 -0
  152. data/assets/mermaid/diagrams/mindmap/mindmap.spec.d.ts +1 -0
  153. data/assets/mermaid/diagrams/mindmap/mindmapDb.d.ts +30 -0
  154. data/assets/mermaid/diagrams/mindmap/mindmapRenderer.d.ts +21 -0
  155. data/assets/mermaid/diagrams/mindmap/mindmapTypes.d.ts +20 -0
  156. data/assets/mermaid/diagrams/mindmap/styles.d.ts +3 -0
  157. data/assets/mermaid/diagrams/mindmap/svgDraw.d.ts +13 -0
  158. data/assets/mermaid/diagrams/pie/pie.spec.d.ts +1 -0
  159. data/assets/mermaid/diagrams/pie/pieDb.d.ts +6 -0
  160. data/assets/mermaid/diagrams/pie/pieDetector.d.ts +2 -0
  161. data/assets/mermaid/diagrams/pie/pieDiagram.d.ts +2 -0
  162. data/assets/mermaid/diagrams/pie/pieRenderer.d.ts +13 -0
  163. data/assets/mermaid/diagrams/pie/pieStyles.d.ts +3 -0
  164. data/assets/mermaid/diagrams/pie/pieTypes.d.ts +53 -0
  165. data/assets/mermaid/diagrams/quadrant-chart/parser/quadrant.jison.spec.d.ts +1 -0
  166. data/assets/mermaid/diagrams/quadrant-chart/quadrantBuilder.d.ts +118 -0
  167. data/assets/mermaid/diagrams/quadrant-chart/quadrantDb.d.ts +38 -0
  168. data/assets/mermaid/diagrams/quadrant-chart/quadrantDetector.d.ts +3 -0
  169. data/assets/mermaid/diagrams/quadrant-chart/quadrantDiagram.d.ts +2 -0
  170. data/assets/mermaid/diagrams/quadrant-chart/quadrantRenderer.d.ts +6 -0
  171. data/assets/mermaid/diagrams/requirement/requirementDb.d.ts +70 -0
  172. data/assets/mermaid/diagrams/requirement/requirementDetector.d.ts +3 -0
  173. data/assets/mermaid/diagrams/requirement/requirementDiagram.d.ts +2 -0
  174. data/assets/mermaid/diagrams/requirement/requirementMarkers.d.ts +10 -0
  175. data/assets/mermaid/diagrams/requirement/requirementRenderer.d.ts +7 -0
  176. data/assets/mermaid/diagrams/requirement/styles.d.ts +2 -0
  177. data/assets/mermaid/diagrams/sankey/parser/sankey.spec.d.ts +1 -0
  178. data/assets/mermaid/diagrams/sankey/sankeyDB.d.ts +36 -0
  179. data/assets/mermaid/diagrams/sankey/sankeyDetector.d.ts +3 -0
  180. data/assets/mermaid/diagrams/sankey/sankeyDiagram.d.ts +2 -0
  181. data/assets/mermaid/diagrams/sankey/sankeyRenderer.d.ts +14 -0
  182. data/assets/mermaid/diagrams/sankey/sankeyUtils.d.ts +1 -0
  183. data/assets/mermaid/diagrams/sequence/sequenceDb.d.ts +153 -0
  184. data/assets/mermaid/diagrams/sequence/sequenceDetector.d.ts +3 -0
  185. data/assets/mermaid/diagrams/sequence/sequenceDiagram.d.ts +2 -0
  186. data/assets/mermaid/diagrams/sequence/sequenceRenderer.d.ts +202 -0
  187. data/assets/mermaid/diagrams/sequence/styles.d.ts +2 -0
  188. data/assets/mermaid/diagrams/sequence/svgDraw.d.ts +73 -0
  189. data/assets/mermaid/diagrams/state/id-cache.d.ts +11 -0
  190. data/assets/mermaid/diagrams/state/shapes.d.ts +14 -0
  191. data/assets/mermaid/diagrams/state/stateCommon.d.ts +22 -0
  192. data/assets/mermaid/diagrams/state/stateDb.d.ts +91 -0
  193. data/assets/mermaid/diagrams/state/stateDetector-V2.d.ts +3 -0
  194. data/assets/mermaid/diagrams/state/stateDetector.d.ts +3 -0
  195. data/assets/mermaid/diagrams/state/stateDiagram-v2.d.ts +2 -0
  196. data/assets/mermaid/diagrams/state/stateDiagram.d.ts +2 -0
  197. data/assets/mermaid/diagrams/state/stateRenderer-v2.d.ts +20 -0
  198. data/assets/mermaid/diagrams/state/stateRenderer.d.ts +7 -0
  199. data/assets/mermaid/diagrams/state/styles.d.ts +2 -0
  200. data/assets/mermaid/diagrams/timeline/detector.d.ts +3 -0
  201. data/assets/mermaid/diagrams/timeline/styles.d.ts +2 -0
  202. data/assets/mermaid/diagrams/timeline/svgDraw.d.ts +46 -0
  203. data/assets/mermaid/diagrams/timeline/timeline-definition.d.ts +10 -0
  204. data/assets/mermaid/diagrams/timeline/timelineDb.d.ts +20 -0
  205. data/assets/mermaid/diagrams/timeline/timelineRenderer.d.ts +19 -0
  206. data/assets/mermaid/diagrams/user-journey/journeyDb.d.ts +30 -0
  207. data/assets/mermaid/diagrams/user-journey/journeyDetector.d.ts +3 -0
  208. data/assets/mermaid/diagrams/user-journey/journeyDiagram.d.ts +2 -0
  209. data/assets/mermaid/diagrams/user-journey/journeyRenderer.d.ts +30 -0
  210. data/assets/mermaid/diagrams/user-journey/styles.d.ts +2 -0
  211. data/assets/mermaid/diagrams/user-journey/svgDraw.d.ts +20 -0
  212. data/assets/mermaid/diagrams/xychart/chartBuilder/components/axis/bandAxis.d.ts +12 -0
  213. data/assets/mermaid/diagrams/xychart/chartBuilder/components/axis/baseAxis.d.ts +38 -0
  214. data/assets/mermaid/diagrams/xychart/chartBuilder/components/axis/index.d.ts +12 -0
  215. data/assets/mermaid/diagrams/xychart/chartBuilder/components/axis/linearAxis.d.ts +11 -0
  216. data/assets/mermaid/diagrams/xychart/chartBuilder/components/chartTitle.d.ts +16 -0
  217. data/assets/mermaid/diagrams/xychart/chartBuilder/components/plot/barPlot.d.ts +12 -0
  218. data/assets/mermaid/diagrams/xychart/chartBuilder/components/plot/index.d.ts +20 -0
  219. data/assets/mermaid/diagrams/xychart/chartBuilder/components/plot/linePlot.d.ts +11 -0
  220. data/assets/mermaid/diagrams/xychart/chartBuilder/index.d.ts +5 -0
  221. data/assets/mermaid/diagrams/xychart/chartBuilder/interfaces.d.ts +132 -0
  222. data/assets/mermaid/diagrams/xychart/chartBuilder/orchestrator.d.ts +12 -0
  223. data/assets/mermaid/diagrams/xychart/chartBuilder/textDimensionCalculator.d.ts +10 -0
  224. data/assets/mermaid/diagrams/xychart/parser/xychart.jison.spec.d.ts +1 -0
  225. data/assets/mermaid/diagrams/xychart/xychartDb.d.ts +40 -0
  226. data/assets/mermaid/diagrams/xychart/xychartDetector.d.ts +3 -0
  227. data/assets/mermaid/diagrams/xychart/xychartDiagram.d.ts +2 -0
  228. data/assets/mermaid/diagrams/xychart/xychartRenderer.d.ts +6 -0
  229. data/assets/mermaid/docs/vite.config.d.ts +2 -0
  230. data/assets/mermaid/edges-066a5561.js +1840 -0
  231. data/assets/mermaid/edges-16357fde.js +1083 -0
  232. data/assets/mermaid/edges-ce5cfb7c.js +1840 -0
  233. data/assets/mermaid/erDiagram-09d1c15f.js +1176 -0
  234. data/assets/mermaid/erDiagram-543717f2.js +1321 -0
  235. data/assets/mermaid/erDiagram-c7ff1bec.js +931 -0
  236. data/assets/mermaid/errors.d.ts +3 -0
  237. data/assets/mermaid/flowDb-9a89ea33.js +1126 -0
  238. data/assets/mermaid/flowDb-ba9bd7fa.js +1713 -0
  239. data/assets/mermaid/flowDb-c1833063.js +1714 -0
  240. data/assets/mermaid/flowDiagram-aadb13b0.js +797 -0
  241. data/assets/mermaid/flowDiagram-b222e15a.js +614 -0
  242. data/assets/mermaid/flowDiagram-b5e7ba30.js +1278 -0
  243. data/assets/mermaid/flowDiagram-v2-13329dc7.js +40 -0
  244. data/assets/mermaid/flowDiagram-v2-54711e03.js +32 -0
  245. data/assets/mermaid/flowDiagram-v2-f2119625.js +25 -0
  246. data/assets/mermaid/flowchart-elk-definition-2d49707c.js +93397 -0
  247. data/assets/mermaid/flowchart-elk-definition-ae0efee6.js +814 -0
  248. data/assets/mermaid/flowchart-elk-definition-cf813a97.js +48407 -0
  249. data/assets/mermaid/ganttDiagram-12cf43db.js +3445 -0
  250. data/assets/mermaid/ganttDiagram-3c2fde2b.js +2501 -0
  251. data/assets/mermaid/ganttDiagram-b62c793e.js +2061 -0
  252. data/assets/mermaid/gitGraphDiagram-942e62fe.js +1800 -0
  253. data/assets/mermaid/gitGraphDiagram-b9392a12.js +1790 -0
  254. data/assets/mermaid/gitGraphDiagram-c3a0619c.js +1264 -0
  255. data/assets/mermaid/graph-0ee63739.js +881 -0
  256. data/assets/mermaid/graph-fe24fab6.js +1285 -0
  257. data/assets/mermaid/index-01f381cb.js +622 -0
  258. data/assets/mermaid/index-bb6d8841.js +373 -0
  259. data/assets/mermaid/index-fc479858.js +663 -0
  260. data/assets/mermaid/infoDiagram-2f5c50c0.js +319 -0
  261. data/assets/mermaid/infoDiagram-94cd232f.js +520 -0
  262. data/assets/mermaid/infoDiagram-d0d5c9bd.js +510 -0
  263. data/assets/mermaid/init-cc95ec8e.js +16 -0
  264. data/assets/mermaid/init-f9637058.js +16 -0
  265. data/assets/mermaid/interactionDb.d.ts +2 -0
  266. data/assets/mermaid/journeyDiagram-14fe341a.js +804 -0
  267. data/assets/mermaid/journeyDiagram-6625b456.js +1191 -0
  268. data/assets/mermaid/journeyDiagram-b56e6921.js +1183 -0
  269. data/assets/mermaid/katex-d90b6d29.js +11624 -0
  270. data/assets/mermaid/katex-ffb0e8f1.js +14432 -0
  271. data/assets/mermaid/layout-163b9689.js +2314 -0
  272. data/assets/mermaid/layout-fd473db2.js +1536 -0
  273. data/assets/mermaid/line-24d93f1b.js +34 -0
  274. data/assets/mermaid/line-87f517ef.js +50 -0
  275. data/assets/mermaid/linear-0ad15847.js +595 -0
  276. data/assets/mermaid/linear-9bcf74c4.js +447 -0
  277. data/assets/mermaid/logger.d.ts +9 -0
  278. data/assets/mermaid/mermaid-6dc72991.js +6461 -0
  279. data/assets/mermaid/mermaid-9f2aa176.js +8112 -0
  280. data/assets/mermaid/mermaid-dcacb631.js +12793 -0
  281. data/assets/mermaid/mermaid.core.mjs +14 -0
  282. data/assets/mermaid/mermaid.d.ts +146 -0
  283. data/assets/mermaid/mermaid.esm.min.mjs +4 -0
  284. data/assets/mermaid/mermaid.esm.mjs +4 -0
  285. data/assets/mermaid/mermaid.js +195755 -0
  286. data/assets/mermaid/mermaid.min.js +2029 -0
  287. data/assets/mermaid/mermaid.spec.d.ts +1 -0
  288. data/assets/mermaid/mermaidAPI.d.ts +170 -0
  289. data/assets/mermaid/mermaidAPI.spec.d.ts +1 -0
  290. data/assets/mermaid/mindmap-definition-307c710a.js +1177 -0
  291. data/assets/mermaid/mindmap-definition-696ddea4.js +32342 -0
  292. data/assets/mermaid/mindmap-definition-9399c7e6.js +18760 -0
  293. data/assets/mermaid/ordinal-475e0c0c.js +82 -0
  294. data/assets/mermaid/ordinal-5695958c.js +65 -0
  295. data/assets/mermaid/path-39bad7e2.js +118 -0
  296. data/assets/mermaid/path-428ebac9.js +91 -0
  297. data/assets/mermaid/pieDiagram-828dae43.js +502 -0
  298. data/assets/mermaid/pieDiagram-bb1d19e5.js +722 -0
  299. data/assets/mermaid/pieDiagram-e854eaf0.js +772 -0
  300. data/assets/mermaid/preprocess.d.ts +10 -0
  301. data/assets/mermaid/quadrantDiagram-25a9848b.js +1199 -0
  302. data/assets/mermaid/quadrantDiagram-5fa00455.js +904 -0
  303. data/assets/mermaid/quadrantDiagram-c759a472.js +1207 -0
  304. data/assets/mermaid/rendering-util/createText.d.ts +11 -0
  305. data/assets/mermaid/rendering-util/handle-markdown-text.d.ts +6 -0
  306. data/assets/mermaid/rendering-util/handle-markdown-text.spec.d.ts +1 -0
  307. data/assets/mermaid/rendering-util/selectSvgElement.d.ts +8 -0
  308. data/assets/mermaid/rendering-util/splitText.d.ts +24 -0
  309. data/assets/mermaid/rendering-util/splitText.spec.d.ts +1 -0
  310. data/assets/mermaid/rendering-util/uid.d.ts +8 -0
  311. data/assets/mermaid/requirementDiagram-03163dc4.js +769 -0
  312. data/assets/mermaid/requirementDiagram-87253d64.js +1098 -0
  313. data/assets/mermaid/requirementDiagram-a721e157.js +1091 -0
  314. data/assets/mermaid/sankeyDiagram-33525efb.js +1198 -0
  315. data/assets/mermaid/sankeyDiagram-52ec8976.js +818 -0
  316. data/assets/mermaid/sankeyDiagram-707fac0f.js +660 -0
  317. data/assets/mermaid/sequenceDiagram-6894f283.js +3346 -0
  318. data/assets/mermaid/sequenceDiagram-9813c129.js +3336 -0
  319. data/assets/mermaid/sequenceDiagram-b517d154.js +2234 -0
  320. data/assets/mermaid/setupGraphViewbox.d.ts +3 -0
  321. data/assets/mermaid/stateDiagram-5dee940d.js +474 -0
  322. data/assets/mermaid/stateDiagram-5ec31577.js +467 -0
  323. data/assets/mermaid/stateDiagram-fca82b5b.js +275 -0
  324. data/assets/mermaid/stateDiagram-v2-1992cada.js +333 -0
  325. data/assets/mermaid/stateDiagram-v2-992e82a1.js +325 -0
  326. data/assets/mermaid/stateDiagram-v2-ed04200a.js +190 -0
  327. data/assets/mermaid/styles-0784dbeb.js +1363 -0
  328. data/assets/mermaid/styles-11e81fdd.js +1089 -0
  329. data/assets/mermaid/styles-36a1a2e8.js +1483 -0
  330. data/assets/mermaid/styles-483fbfea.js +509 -0
  331. data/assets/mermaid/styles-727cdd61.js +571 -0
  332. data/assets/mermaid/styles-b83b31c9.js +1484 -0
  333. data/assets/mermaid/styles-cacbff60.js +960 -0
  334. data/assets/mermaid/styles-e75131e4.js +433 -0
  335. data/assets/mermaid/styles-f80da881.js +1363 -0
  336. data/assets/mermaid/styles.d.ts +12 -0
  337. data/assets/mermaid/styles.spec.d.ts +1 -0
  338. data/assets/mermaid/svgDrawCommon-5e1cfd1d.js +101 -0
  339. data/assets/mermaid/svgDrawCommon-d6ab583c.js +100 -0
  340. data/assets/mermaid/svgDrawCommon-ecc5f780.js +64 -0
  341. data/assets/mermaid/tests/MockedD3.d.ts +45 -0
  342. data/assets/mermaid/tests/setup.d.ts +1 -0
  343. data/assets/mermaid/tests/util.d.ts +3 -0
  344. data/assets/mermaid/themes/erDiagram-oldHardcodedValues.d.ts +7 -0
  345. data/assets/mermaid/themes/index.d.ts +24 -0
  346. data/assets/mermaid/themes/theme-base.d.ts +189 -0
  347. data/assets/mermaid/themes/theme-dark.d.ts +177 -0
  348. data/assets/mermaid/themes/theme-default.d.ts +188 -0
  349. data/assets/mermaid/themes/theme-forest.d.ts +185 -0
  350. data/assets/mermaid/themes/theme-helpers.d.ts +1 -0
  351. data/assets/mermaid/themes/theme-neutral.d.ts +182 -0
  352. data/assets/mermaid/timeline-definition-23ce0e2e.js +1211 -0
  353. data/assets/mermaid/timeline-definition-4ee9bff4.js +795 -0
  354. data/assets/mermaid/timeline-definition-bf702344.js +1219 -0
  355. data/assets/mermaid/types.d.ts +31 -0
  356. data/assets/mermaid/utils/imperativeState.d.ts +32 -0
  357. data/assets/mermaid/utils/imperativeState.spec.d.ts +1 -0
  358. data/assets/mermaid/utils/lineWithOffset.d.ts +5 -0
  359. data/assets/mermaid/utils/sanitizeDirective.d.ts +7 -0
  360. data/assets/mermaid/utils/subGraphTitleMargins.d.ts +8 -0
  361. data/assets/mermaid/utils/subGraphTitleMargins.spec.d.ts +1 -0
  362. data/assets/mermaid/utils.d.ts +286 -0
  363. data/assets/mermaid/utils.spec.d.ts +1 -0
  364. data/assets/mermaid/xychartDiagram-de2e5521.js +1800 -0
  365. data/assets/mermaid/xychartDiagram-e5e6b652.js +1284 -0
  366. data/assets/mermaid/xychartDiagram-f11f50a6.js +1745 -0
  367. data/assets/tables.css +23 -0
  368. data/assets/toURI.js +142 -0
  369. metadata +368 -7
@@ -0,0 +1,1579 @@
1
+ import { s as we, g as Oe, a as Te, b as Re, c as Dt, d as ue, e as De, f as Kt, h as Se, i as wt, j as Nt, l as le, k as Pe, w as Me, m as oe } from "./mermaid-9f2aa176.js";
2
+ import { d as Le, g as Ne } from "./svgDrawCommon-ecc5f780.js";
3
+ var Yt = function() {
4
+ var e = function(bt, _, x, m) {
5
+ for (x = x || {}, m = bt.length; m--; x[bt[m]] = _)
6
+ ;
7
+ return x;
8
+ }, t = [1, 24], r = [1, 25], o = [1, 26], l = [1, 27], n = [1, 28], a = [1, 63], s = [1, 64], i = [1, 65], u = [1, 66], d = [1, 67], f = [1, 68], p = [1, 69], E = [1, 29], O = [1, 30], R = [1, 31], S = [1, 32], L = [1, 33], Y = [1, 34], Q = [1, 35], H = [1, 36], q = [1, 37], G = [1, 38], K = [1, 39], J = [1, 40], Z = [1, 41], $ = [1, 42], tt = [1, 43], et = [1, 44], nt = [1, 45], it = [1, 46], st = [1, 47], at = [1, 48], rt = [1, 50], lt = [1, 51], ot = [1, 52], ct = [1, 53], ht = [1, 54], ut = [1, 55], dt = [1, 56], ft = [1, 57], pt = [1, 58], yt = [1, 59], gt = [1, 60], Ct = [14, 42], Vt = [14, 34, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74], Ot = [12, 14, 34, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74], k = [1, 82], A = [1, 83], C = [1, 84], v = [1, 85], w = [12, 14, 42], ie = [12, 14, 33, 42], Pt = [12, 14, 33, 42, 76, 77, 79, 80], mt = [12, 33], zt = [34, 36, 37, 38, 39, 40, 41, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74], Xt = {
9
+ trace: function() {
10
+ },
11
+ yy: {},
12
+ symbols_: { error: 2, start: 3, mermaidDoc: 4, direction: 5, direction_tb: 6, direction_bt: 7, direction_rl: 8, direction_lr: 9, graphConfig: 10, C4_CONTEXT: 11, NEWLINE: 12, statements: 13, EOF: 14, C4_CONTAINER: 15, C4_COMPONENT: 16, C4_DYNAMIC: 17, C4_DEPLOYMENT: 18, otherStatements: 19, diagramStatements: 20, otherStatement: 21, title: 22, accDescription: 23, acc_title: 24, acc_title_value: 25, acc_descr: 26, acc_descr_value: 27, acc_descr_multiline_value: 28, boundaryStatement: 29, boundaryStartStatement: 30, boundaryStopStatement: 31, boundaryStart: 32, LBRACE: 33, ENTERPRISE_BOUNDARY: 34, attributes: 35, SYSTEM_BOUNDARY: 36, BOUNDARY: 37, CONTAINER_BOUNDARY: 38, NODE: 39, NODE_L: 40, NODE_R: 41, RBRACE: 42, diagramStatement: 43, PERSON: 44, PERSON_EXT: 45, SYSTEM: 46, SYSTEM_DB: 47, SYSTEM_QUEUE: 48, SYSTEM_EXT: 49, SYSTEM_EXT_DB: 50, SYSTEM_EXT_QUEUE: 51, CONTAINER: 52, CONTAINER_DB: 53, CONTAINER_QUEUE: 54, CONTAINER_EXT: 55, CONTAINER_EXT_DB: 56, CONTAINER_EXT_QUEUE: 57, COMPONENT: 58, COMPONENT_DB: 59, COMPONENT_QUEUE: 60, COMPONENT_EXT: 61, COMPONENT_EXT_DB: 62, COMPONENT_EXT_QUEUE: 63, REL: 64, BIREL: 65, REL_U: 66, REL_D: 67, REL_L: 68, REL_R: 69, REL_B: 70, REL_INDEX: 71, UPDATE_EL_STYLE: 72, UPDATE_REL_STYLE: 73, UPDATE_LAYOUT_CONFIG: 74, attribute: 75, STR: 76, STR_KEY: 77, STR_VALUE: 78, ATTRIBUTE: 79, ATTRIBUTE_EMPTY: 80, $accept: 0, $end: 1 },
13
+ terminals_: { 2: "error", 6: "direction_tb", 7: "direction_bt", 8: "direction_rl", 9: "direction_lr", 11: "C4_CONTEXT", 12: "NEWLINE", 14: "EOF", 15: "C4_CONTAINER", 16: "C4_COMPONENT", 17: "C4_DYNAMIC", 18: "C4_DEPLOYMENT", 22: "title", 23: "accDescription", 24: "acc_title", 25: "acc_title_value", 26: "acc_descr", 27: "acc_descr_value", 28: "acc_descr_multiline_value", 33: "LBRACE", 34: "ENTERPRISE_BOUNDARY", 36: "SYSTEM_BOUNDARY", 37: "BOUNDARY", 38: "CONTAINER_BOUNDARY", 39: "NODE", 40: "NODE_L", 41: "NODE_R", 42: "RBRACE", 44: "PERSON", 45: "PERSON_EXT", 46: "SYSTEM", 47: "SYSTEM_DB", 48: "SYSTEM_QUEUE", 49: "SYSTEM_EXT", 50: "SYSTEM_EXT_DB", 51: "SYSTEM_EXT_QUEUE", 52: "CONTAINER", 53: "CONTAINER_DB", 54: "CONTAINER_QUEUE", 55: "CONTAINER_EXT", 56: "CONTAINER_EXT_DB", 57: "CONTAINER_EXT_QUEUE", 58: "COMPONENT", 59: "COMPONENT_DB", 60: "COMPONENT_QUEUE", 61: "COMPONENT_EXT", 62: "COMPONENT_EXT_DB", 63: "COMPONENT_EXT_QUEUE", 64: "REL", 65: "BIREL", 66: "REL_U", 67: "REL_D", 68: "REL_L", 69: "REL_R", 70: "REL_B", 71: "REL_INDEX", 72: "UPDATE_EL_STYLE", 73: "UPDATE_REL_STYLE", 74: "UPDATE_LAYOUT_CONFIG", 76: "STR", 77: "STR_KEY", 78: "STR_VALUE", 79: "ATTRIBUTE", 80: "ATTRIBUTE_EMPTY" },
14
+ productions_: [0, [3, 1], [3, 1], [5, 1], [5, 1], [5, 1], [5, 1], [4, 1], [10, 4], [10, 4], [10, 4], [10, 4], [10, 4], [13, 1], [13, 1], [13, 2], [19, 1], [19, 2], [19, 3], [21, 1], [21, 1], [21, 2], [21, 2], [21, 1], [29, 3], [30, 3], [30, 3], [30, 4], [32, 2], [32, 2], [32, 2], [32, 2], [32, 2], [32, 2], [32, 2], [31, 1], [20, 1], [20, 2], [20, 3], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 1], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [43, 2], [35, 1], [35, 2], [75, 1], [75, 2], [75, 1], [75, 1]],
15
+ performAction: function(_, x, m, g, T, h, Tt) {
16
+ var y = h.length - 1;
17
+ switch (T) {
18
+ case 3:
19
+ g.setDirection("TB");
20
+ break;
21
+ case 4:
22
+ g.setDirection("BT");
23
+ break;
24
+ case 5:
25
+ g.setDirection("RL");
26
+ break;
27
+ case 6:
28
+ g.setDirection("LR");
29
+ break;
30
+ case 8:
31
+ case 9:
32
+ case 10:
33
+ case 11:
34
+ case 12:
35
+ g.setC4Type(h[y - 3]);
36
+ break;
37
+ case 19:
38
+ g.setTitle(h[y].substring(6)), this.$ = h[y].substring(6);
39
+ break;
40
+ case 20:
41
+ g.setAccDescription(h[y].substring(15)), this.$ = h[y].substring(15);
42
+ break;
43
+ case 21:
44
+ this.$ = h[y].trim(), g.setTitle(this.$);
45
+ break;
46
+ case 22:
47
+ case 23:
48
+ this.$ = h[y].trim(), g.setAccDescription(this.$);
49
+ break;
50
+ case 28:
51
+ case 29:
52
+ h[y].splice(2, 0, "ENTERPRISE"), g.addPersonOrSystemBoundary(...h[y]), this.$ = h[y];
53
+ break;
54
+ case 30:
55
+ g.addPersonOrSystemBoundary(...h[y]), this.$ = h[y];
56
+ break;
57
+ case 31:
58
+ h[y].splice(2, 0, "CONTAINER"), g.addContainerBoundary(...h[y]), this.$ = h[y];
59
+ break;
60
+ case 32:
61
+ g.addDeploymentNode("node", ...h[y]), this.$ = h[y];
62
+ break;
63
+ case 33:
64
+ g.addDeploymentNode("nodeL", ...h[y]), this.$ = h[y];
65
+ break;
66
+ case 34:
67
+ g.addDeploymentNode("nodeR", ...h[y]), this.$ = h[y];
68
+ break;
69
+ case 35:
70
+ g.popBoundaryParseStack();
71
+ break;
72
+ case 39:
73
+ g.addPersonOrSystem("person", ...h[y]), this.$ = h[y];
74
+ break;
75
+ case 40:
76
+ g.addPersonOrSystem("external_person", ...h[y]), this.$ = h[y];
77
+ break;
78
+ case 41:
79
+ g.addPersonOrSystem("system", ...h[y]), this.$ = h[y];
80
+ break;
81
+ case 42:
82
+ g.addPersonOrSystem("system_db", ...h[y]), this.$ = h[y];
83
+ break;
84
+ case 43:
85
+ g.addPersonOrSystem("system_queue", ...h[y]), this.$ = h[y];
86
+ break;
87
+ case 44:
88
+ g.addPersonOrSystem("external_system", ...h[y]), this.$ = h[y];
89
+ break;
90
+ case 45:
91
+ g.addPersonOrSystem("external_system_db", ...h[y]), this.$ = h[y];
92
+ break;
93
+ case 46:
94
+ g.addPersonOrSystem("external_system_queue", ...h[y]), this.$ = h[y];
95
+ break;
96
+ case 47:
97
+ g.addContainer("container", ...h[y]), this.$ = h[y];
98
+ break;
99
+ case 48:
100
+ g.addContainer("container_db", ...h[y]), this.$ = h[y];
101
+ break;
102
+ case 49:
103
+ g.addContainer("container_queue", ...h[y]), this.$ = h[y];
104
+ break;
105
+ case 50:
106
+ g.addContainer("external_container", ...h[y]), this.$ = h[y];
107
+ break;
108
+ case 51:
109
+ g.addContainer("external_container_db", ...h[y]), this.$ = h[y];
110
+ break;
111
+ case 52:
112
+ g.addContainer("external_container_queue", ...h[y]), this.$ = h[y];
113
+ break;
114
+ case 53:
115
+ g.addComponent("component", ...h[y]), this.$ = h[y];
116
+ break;
117
+ case 54:
118
+ g.addComponent("component_db", ...h[y]), this.$ = h[y];
119
+ break;
120
+ case 55:
121
+ g.addComponent("component_queue", ...h[y]), this.$ = h[y];
122
+ break;
123
+ case 56:
124
+ g.addComponent("external_component", ...h[y]), this.$ = h[y];
125
+ break;
126
+ case 57:
127
+ g.addComponent("external_component_db", ...h[y]), this.$ = h[y];
128
+ break;
129
+ case 58:
130
+ g.addComponent("external_component_queue", ...h[y]), this.$ = h[y];
131
+ break;
132
+ case 60:
133
+ g.addRel("rel", ...h[y]), this.$ = h[y];
134
+ break;
135
+ case 61:
136
+ g.addRel("birel", ...h[y]), this.$ = h[y];
137
+ break;
138
+ case 62:
139
+ g.addRel("rel_u", ...h[y]), this.$ = h[y];
140
+ break;
141
+ case 63:
142
+ g.addRel("rel_d", ...h[y]), this.$ = h[y];
143
+ break;
144
+ case 64:
145
+ g.addRel("rel_l", ...h[y]), this.$ = h[y];
146
+ break;
147
+ case 65:
148
+ g.addRel("rel_r", ...h[y]), this.$ = h[y];
149
+ break;
150
+ case 66:
151
+ g.addRel("rel_b", ...h[y]), this.$ = h[y];
152
+ break;
153
+ case 67:
154
+ h[y].splice(0, 1), g.addRel("rel", ...h[y]), this.$ = h[y];
155
+ break;
156
+ case 68:
157
+ g.updateElStyle("update_el_style", ...h[y]), this.$ = h[y];
158
+ break;
159
+ case 69:
160
+ g.updateRelStyle("update_rel_style", ...h[y]), this.$ = h[y];
161
+ break;
162
+ case 70:
163
+ g.updateLayoutConfig("update_layout_config", ...h[y]), this.$ = h[y];
164
+ break;
165
+ case 71:
166
+ this.$ = [h[y]];
167
+ break;
168
+ case 72:
169
+ h[y].unshift(h[y - 1]), this.$ = h[y];
170
+ break;
171
+ case 73:
172
+ case 75:
173
+ this.$ = h[y].trim();
174
+ break;
175
+ case 74:
176
+ let Et = {};
177
+ Et[h[y - 1].trim()] = h[y].trim(), this.$ = Et;
178
+ break;
179
+ case 76:
180
+ this.$ = "";
181
+ break;
182
+ }
183
+ },
184
+ table: [{ 3: 1, 4: 2, 5: 3, 6: [1, 5], 7: [1, 6], 8: [1, 7], 9: [1, 8], 10: 4, 11: [1, 9], 15: [1, 10], 16: [1, 11], 17: [1, 12], 18: [1, 13] }, { 1: [3] }, { 1: [2, 1] }, { 1: [2, 2] }, { 1: [2, 7] }, { 1: [2, 3] }, { 1: [2, 4] }, { 1: [2, 5] }, { 1: [2, 6] }, { 12: [1, 14] }, { 12: [1, 15] }, { 12: [1, 16] }, { 12: [1, 17] }, { 12: [1, 18] }, { 13: 19, 19: 20, 20: 21, 21: 22, 22: t, 23: r, 24: o, 26: l, 28: n, 29: 49, 30: 61, 32: 62, 34: a, 36: s, 37: i, 38: u, 39: d, 40: f, 41: p, 43: 23, 44: E, 45: O, 46: R, 47: S, 48: L, 49: Y, 50: Q, 51: H, 52: q, 53: G, 54: K, 55: J, 56: Z, 57: $, 58: tt, 59: et, 60: nt, 61: it, 62: st, 63: at, 64: rt, 65: lt, 66: ot, 67: ct, 68: ht, 69: ut, 70: dt, 71: ft, 72: pt, 73: yt, 74: gt }, { 13: 70, 19: 20, 20: 21, 21: 22, 22: t, 23: r, 24: o, 26: l, 28: n, 29: 49, 30: 61, 32: 62, 34: a, 36: s, 37: i, 38: u, 39: d, 40: f, 41: p, 43: 23, 44: E, 45: O, 46: R, 47: S, 48: L, 49: Y, 50: Q, 51: H, 52: q, 53: G, 54: K, 55: J, 56: Z, 57: $, 58: tt, 59: et, 60: nt, 61: it, 62: st, 63: at, 64: rt, 65: lt, 66: ot, 67: ct, 68: ht, 69: ut, 70: dt, 71: ft, 72: pt, 73: yt, 74: gt }, { 13: 71, 19: 20, 20: 21, 21: 22, 22: t, 23: r, 24: o, 26: l, 28: n, 29: 49, 30: 61, 32: 62, 34: a, 36: s, 37: i, 38: u, 39: d, 40: f, 41: p, 43: 23, 44: E, 45: O, 46: R, 47: S, 48: L, 49: Y, 50: Q, 51: H, 52: q, 53: G, 54: K, 55: J, 56: Z, 57: $, 58: tt, 59: et, 60: nt, 61: it, 62: st, 63: at, 64: rt, 65: lt, 66: ot, 67: ct, 68: ht, 69: ut, 70: dt, 71: ft, 72: pt, 73: yt, 74: gt }, { 13: 72, 19: 20, 20: 21, 21: 22, 22: t, 23: r, 24: o, 26: l, 28: n, 29: 49, 30: 61, 32: 62, 34: a, 36: s, 37: i, 38: u, 39: d, 40: f, 41: p, 43: 23, 44: E, 45: O, 46: R, 47: S, 48: L, 49: Y, 50: Q, 51: H, 52: q, 53: G, 54: K, 55: J, 56: Z, 57: $, 58: tt, 59: et, 60: nt, 61: it, 62: st, 63: at, 64: rt, 65: lt, 66: ot, 67: ct, 68: ht, 69: ut, 70: dt, 71: ft, 72: pt, 73: yt, 74: gt }, { 13: 73, 19: 20, 20: 21, 21: 22, 22: t, 23: r, 24: o, 26: l, 28: n, 29: 49, 30: 61, 32: 62, 34: a, 36: s, 37: i, 38: u, 39: d, 40: f, 41: p, 43: 23, 44: E, 45: O, 46: R, 47: S, 48: L, 49: Y, 50: Q, 51: H, 52: q, 53: G, 54: K, 55: J, 56: Z, 57: $, 58: tt, 59: et, 60: nt, 61: it, 62: st, 63: at, 64: rt, 65: lt, 66: ot, 67: ct, 68: ht, 69: ut, 70: dt, 71: ft, 72: pt, 73: yt, 74: gt }, { 14: [1, 74] }, e(Ct, [2, 13], { 43: 23, 29: 49, 30: 61, 32: 62, 20: 75, 34: a, 36: s, 37: i, 38: u, 39: d, 40: f, 41: p, 44: E, 45: O, 46: R, 47: S, 48: L, 49: Y, 50: Q, 51: H, 52: q, 53: G, 54: K, 55: J, 56: Z, 57: $, 58: tt, 59: et, 60: nt, 61: it, 62: st, 63: at, 64: rt, 65: lt, 66: ot, 67: ct, 68: ht, 69: ut, 70: dt, 71: ft, 72: pt, 73: yt, 74: gt }), e(Ct, [2, 14]), e(Vt, [2, 16], { 12: [1, 76] }), e(Ct, [2, 36], { 12: [1, 77] }), e(Ot, [2, 19]), e(Ot, [2, 20]), { 25: [1, 78] }, { 27: [1, 79] }, e(Ot, [2, 23]), { 35: 80, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 86, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 87, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 88, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 89, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 90, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 91, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 92, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 93, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 94, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 95, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 96, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 97, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 98, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 99, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 100, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 101, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 102, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 103, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 104, 75: 81, 76: k, 77: A, 79: C, 80: v }, e(w, [2, 59]), { 35: 105, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 106, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 107, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 108, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 109, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 110, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 111, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 112, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 113, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 114, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 115, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 20: 116, 29: 49, 30: 61, 32: 62, 34: a, 36: s, 37: i, 38: u, 39: d, 40: f, 41: p, 43: 23, 44: E, 45: O, 46: R, 47: S, 48: L, 49: Y, 50: Q, 51: H, 52: q, 53: G, 54: K, 55: J, 56: Z, 57: $, 58: tt, 59: et, 60: nt, 61: it, 62: st, 63: at, 64: rt, 65: lt, 66: ot, 67: ct, 68: ht, 69: ut, 70: dt, 71: ft, 72: pt, 73: yt, 74: gt }, { 12: [1, 118], 33: [1, 117] }, { 35: 119, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 120, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 121, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 122, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 123, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 124, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 35: 125, 75: 81, 76: k, 77: A, 79: C, 80: v }, { 14: [1, 126] }, { 14: [1, 127] }, { 14: [1, 128] }, { 14: [1, 129] }, { 1: [2, 8] }, e(Ct, [2, 15]), e(Vt, [2, 17], { 21: 22, 19: 130, 22: t, 23: r, 24: o, 26: l, 28: n }), e(Ct, [2, 37], { 19: 20, 20: 21, 21: 22, 43: 23, 29: 49, 30: 61, 32: 62, 13: 131, 22: t, 23: r, 24: o, 26: l, 28: n, 34: a, 36: s, 37: i, 38: u, 39: d, 40: f, 41: p, 44: E, 45: O, 46: R, 47: S, 48: L, 49: Y, 50: Q, 51: H, 52: q, 53: G, 54: K, 55: J, 56: Z, 57: $, 58: tt, 59: et, 60: nt, 61: it, 62: st, 63: at, 64: rt, 65: lt, 66: ot, 67: ct, 68: ht, 69: ut, 70: dt, 71: ft, 72: pt, 73: yt, 74: gt }), e(Ot, [2, 21]), e(Ot, [2, 22]), e(w, [2, 39]), e(ie, [2, 71], { 75: 81, 35: 132, 76: k, 77: A, 79: C, 80: v }), e(Pt, [2, 73]), { 78: [1, 133] }, e(Pt, [2, 75]), e(Pt, [2, 76]), e(w, [2, 40]), e(w, [2, 41]), e(w, [2, 42]), e(w, [2, 43]), e(w, [2, 44]), e(w, [2, 45]), e(w, [2, 46]), 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, 60]), e(w, [2, 61]), e(w, [2, 62]), e(w, [2, 63]), e(w, [2, 64]), e(w, [2, 65]), e(w, [2, 66]), e(w, [2, 67]), e(w, [2, 68]), e(w, [2, 69]), e(w, [2, 70]), { 31: 134, 42: [1, 135] }, { 12: [1, 136] }, { 33: [1, 137] }, e(mt, [2, 28]), e(mt, [2, 29]), e(mt, [2, 30]), e(mt, [2, 31]), e(mt, [2, 32]), e(mt, [2, 33]), e(mt, [2, 34]), { 1: [2, 9] }, { 1: [2, 10] }, { 1: [2, 11] }, { 1: [2, 12] }, e(Vt, [2, 18]), e(Ct, [2, 38]), e(ie, [2, 72]), e(Pt, [2, 74]), e(w, [2, 24]), e(w, [2, 35]), e(zt, [2, 25]), e(zt, [2, 26], { 12: [1, 138] }), e(zt, [2, 27])],
185
+ defaultActions: { 2: [2, 1], 3: [2, 2], 4: [2, 7], 5: [2, 3], 6: [2, 4], 7: [2, 5], 8: [2, 6], 74: [2, 8], 126: [2, 9], 127: [2, 10], 128: [2, 11], 129: [2, 12] },
186
+ parseError: function(_, x) {
187
+ if (x.recoverable)
188
+ this.trace(_);
189
+ else {
190
+ var m = new Error(_);
191
+ throw m.hash = x, m;
192
+ }
193
+ },
194
+ parse: function(_) {
195
+ var x = this, m = [0], g = [], T = [null], h = [], Tt = this.table, y = "", Et = 0, se = 0, ke = 2, ae = 1, Ae = h.slice.call(arguments, 1), D = Object.create(this.lexer), kt = { yy: {} };
196
+ for (var Qt in this.yy)
197
+ Object.prototype.hasOwnProperty.call(this.yy, Qt) && (kt.yy[Qt] = this.yy[Qt]);
198
+ D.setInput(_, kt.yy), kt.yy.lexer = D, kt.yy.parser = this, typeof D.yylloc > "u" && (D.yylloc = {});
199
+ var Ht = D.yylloc;
200
+ h.push(Ht);
201
+ var Ce = D.options && D.options.ranges;
202
+ typeof kt.yy.parseError == "function" ? this.parseError = kt.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
203
+ function ve() {
204
+ var X;
205
+ return X = g.pop() || D.lex() || ae, typeof X != "number" && (X instanceof Array && (g = X, X = g.pop()), X = x.symbols_[X] || X), X;
206
+ }
207
+ for (var M, At, N, qt, vt = {}, Mt, z, re, Lt; ; ) {
208
+ if (At = m[m.length - 1], this.defaultActions[At] ? N = this.defaultActions[At] : ((M === null || typeof M > "u") && (M = ve()), N = Tt[At] && Tt[At][M]), typeof N > "u" || !N.length || !N[0]) {
209
+ var Gt = "";
210
+ Lt = [];
211
+ for (Mt in Tt[At])
212
+ this.terminals_[Mt] && Mt > ke && Lt.push("'" + this.terminals_[Mt] + "'");
213
+ D.showPosition ? Gt = "Parse error on line " + (Et + 1) + `:
214
+ ` + D.showPosition() + `
215
+ Expecting ` + Lt.join(", ") + ", got '" + (this.terminals_[M] || M) + "'" : Gt = "Parse error on line " + (Et + 1) + ": Unexpected " + (M == ae ? "end of input" : "'" + (this.terminals_[M] || M) + "'"), this.parseError(Gt, {
216
+ text: D.match,
217
+ token: this.terminals_[M] || M,
218
+ line: D.yylineno,
219
+ loc: Ht,
220
+ expected: Lt
221
+ });
222
+ }
223
+ if (N[0] instanceof Array && N.length > 1)
224
+ throw new Error("Parse Error: multiple actions possible at state: " + At + ", token: " + M);
225
+ switch (N[0]) {
226
+ case 1:
227
+ m.push(M), T.push(D.yytext), h.push(D.yylloc), m.push(N[1]), M = null, se = D.yyleng, y = D.yytext, Et = D.yylineno, Ht = D.yylloc;
228
+ break;
229
+ case 2:
230
+ if (z = this.productions_[N[1]][1], vt.$ = T[T.length - z], vt._$ = {
231
+ first_line: h[h.length - (z || 1)].first_line,
232
+ last_line: h[h.length - 1].last_line,
233
+ first_column: h[h.length - (z || 1)].first_column,
234
+ last_column: h[h.length - 1].last_column
235
+ }, Ce && (vt._$.range = [
236
+ h[h.length - (z || 1)].range[0],
237
+ h[h.length - 1].range[1]
238
+ ]), qt = this.performAction.apply(vt, [
239
+ y,
240
+ se,
241
+ Et,
242
+ kt.yy,
243
+ N[1],
244
+ T,
245
+ h
246
+ ].concat(Ae)), typeof qt < "u")
247
+ return qt;
248
+ z && (m = m.slice(0, -1 * z * 2), T = T.slice(0, -1 * z), h = h.slice(0, -1 * z)), m.push(this.productions_[N[1]][0]), T.push(vt.$), h.push(vt._$), re = Tt[m[m.length - 2]][m[m.length - 1]], m.push(re);
249
+ break;
250
+ case 3:
251
+ return !0;
252
+ }
253
+ }
254
+ return !0;
255
+ }
256
+ }, Ee = function() {
257
+ var bt = {
258
+ EOF: 1,
259
+ parseError: function(x, m) {
260
+ if (this.yy.parser)
261
+ this.yy.parser.parseError(x, m);
262
+ else
263
+ throw new Error(x);
264
+ },
265
+ // resets the lexer, sets new input
266
+ setInput: function(_, x) {
267
+ 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 = {
268
+ first_line: 1,
269
+ first_column: 0,
270
+ last_line: 1,
271
+ last_column: 0
272
+ }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
273
+ },
274
+ // consumes and returns one char from the input
275
+ input: function() {
276
+ var _ = this._input[0];
277
+ this.yytext += _, this.yyleng++, this.offset++, this.match += _, this.matched += _;
278
+ var x = _.match(/(?:\r\n?|\n).*/g);
279
+ 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), _;
280
+ },
281
+ // unshifts one char (or a string) into the input
282
+ unput: function(_) {
283
+ var x = _.length, m = _.split(/(?:\r\n?|\n)/g);
284
+ this._input = _ + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - x), this.offset -= x;
285
+ var g = this.match.split(/(?:\r\n?|\n)/g);
286
+ 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);
287
+ var T = this.yylloc.range;
288
+ return this.yylloc = {
289
+ first_line: this.yylloc.first_line,
290
+ last_line: this.yylineno + 1,
291
+ first_column: this.yylloc.first_column,
292
+ 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
293
+ }, this.options.ranges && (this.yylloc.range = [T[0], T[0] + this.yyleng - x]), this.yyleng = this.yytext.length, this;
294
+ },
295
+ // When called from action, caches matched text and appends it on next action
296
+ more: function() {
297
+ return this._more = !0, this;
298
+ },
299
+ // When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
300
+ reject: function() {
301
+ if (this.options.backtrack_lexer)
302
+ this._backtrack = !0;
303
+ else
304
+ 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).
305
+ ` + this.showPosition(), {
306
+ text: "",
307
+ token: null,
308
+ line: this.yylineno
309
+ });
310
+ return this;
311
+ },
312
+ // retain first n characters of the match
313
+ less: function(_) {
314
+ this.unput(this.match.slice(_));
315
+ },
316
+ // displays already matched input, i.e. for error messages
317
+ pastInput: function() {
318
+ var _ = this.matched.substr(0, this.matched.length - this.match.length);
319
+ return (_.length > 20 ? "..." : "") + _.substr(-20).replace(/\n/g, "");
320
+ },
321
+ // displays upcoming input, i.e. for error messages
322
+ upcomingInput: function() {
323
+ var _ = this.match;
324
+ return _.length < 20 && (_ += this._input.substr(0, 20 - _.length)), (_.substr(0, 20) + (_.length > 20 ? "..." : "")).replace(/\n/g, "");
325
+ },
326
+ // displays the character position where the lexing error occurred, i.e. for error messages
327
+ showPosition: function() {
328
+ var _ = this.pastInput(), x = new Array(_.length + 1).join("-");
329
+ return _ + this.upcomingInput() + `
330
+ ` + x + "^";
331
+ },
332
+ // test the lexed token: return FALSE when not a match, otherwise return token
333
+ test_match: function(_, x) {
334
+ var m, g, T;
335
+ if (this.options.backtrack_lexer && (T = {
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 && (T.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 T)
363
+ this[h] = T[h];
364
+ return !1;
365
+ }
366
+ return !1;
367
+ },
368
+ // return next match in input
369
+ next: function() {
370
+ if (this.done)
371
+ return this.EOF;
372
+ this._input || (this.done = !0);
373
+ var _, x, m, g;
374
+ this._more || (this.yytext = "", this.match = "");
375
+ for (var T = this._currentRules(), h = 0; h < T.length; h++)
376
+ if (m = this._input.match(this.rules[T[h]]), m && (!x || m[0].length > x[0].length)) {
377
+ if (x = m, g = h, this.options.backtrack_lexer) {
378
+ if (_ = this.test_match(m, T[h]), _ !== !1)
379
+ return _;
380
+ if (this._backtrack) {
381
+ x = !1;
382
+ continue;
383
+ } else
384
+ return !1;
385
+ } else if (!this.options.flex)
386
+ break;
387
+ }
388
+ return x ? (_ = this.test_match(x, T[g]), _ !== !1 ? _ : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
389
+ ` + this.showPosition(), {
390
+ text: "",
391
+ token: null,
392
+ line: this.yylineno
393
+ });
394
+ },
395
+ // return next match that has a token
396
+ lex: function() {
397
+ var x = this.next();
398
+ return x || this.lex();
399
+ },
400
+ // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
401
+ begin: function(x) {
402
+ this.conditionStack.push(x);
403
+ },
404
+ // pop the previously active lexer condition state off the condition stack
405
+ popState: function() {
406
+ var x = this.conditionStack.length - 1;
407
+ return x > 0 ? this.conditionStack.pop() : this.conditionStack[0];
408
+ },
409
+ // produce the lexer rule set which is active for the currently active lexer condition state
410
+ _currentRules: function() {
411
+ return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
412
+ },
413
+ // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
414
+ topState: function(x) {
415
+ return x = this.conditionStack.length - 1 - Math.abs(x || 0), x >= 0 ? this.conditionStack[x] : "INITIAL";
416
+ },
417
+ // alias for begin(condition)
418
+ pushState: function(x) {
419
+ this.begin(x);
420
+ },
421
+ // return the number of states currently on the stack
422
+ stateStackSize: function() {
423
+ return this.conditionStack.length;
424
+ },
425
+ options: {},
426
+ performAction: function(x, m, g, T) {
427
+ switch (g) {
428
+ case 0:
429
+ return 6;
430
+ case 1:
431
+ return 7;
432
+ case 2:
433
+ return 8;
434
+ case 3:
435
+ return 9;
436
+ case 4:
437
+ return 22;
438
+ case 5:
439
+ return 23;
440
+ case 6:
441
+ return this.begin("acc_title"), 24;
442
+ case 7:
443
+ return this.popState(), "acc_title_value";
444
+ case 8:
445
+ return this.begin("acc_descr"), 26;
446
+ case 9:
447
+ return this.popState(), "acc_descr_value";
448
+ case 10:
449
+ this.begin("acc_descr_multiline");
450
+ break;
451
+ case 11:
452
+ this.popState();
453
+ break;
454
+ case 12:
455
+ return "acc_descr_multiline_value";
456
+ case 13:
457
+ break;
458
+ case 14:
459
+ c;
460
+ break;
461
+ case 15:
462
+ return 12;
463
+ case 16:
464
+ break;
465
+ case 17:
466
+ return 11;
467
+ case 18:
468
+ return 15;
469
+ case 19:
470
+ return 16;
471
+ case 20:
472
+ return 17;
473
+ case 21:
474
+ return 18;
475
+ case 22:
476
+ return this.begin("person_ext"), 45;
477
+ case 23:
478
+ return this.begin("person"), 44;
479
+ case 24:
480
+ return this.begin("system_ext_queue"), 51;
481
+ case 25:
482
+ return this.begin("system_ext_db"), 50;
483
+ case 26:
484
+ return this.begin("system_ext"), 49;
485
+ case 27:
486
+ return this.begin("system_queue"), 48;
487
+ case 28:
488
+ return this.begin("system_db"), 47;
489
+ case 29:
490
+ return this.begin("system"), 46;
491
+ case 30:
492
+ return this.begin("boundary"), 37;
493
+ case 31:
494
+ return this.begin("enterprise_boundary"), 34;
495
+ case 32:
496
+ return this.begin("system_boundary"), 36;
497
+ case 33:
498
+ return this.begin("container_ext_queue"), 57;
499
+ case 34:
500
+ return this.begin("container_ext_db"), 56;
501
+ case 35:
502
+ return this.begin("container_ext"), 55;
503
+ case 36:
504
+ return this.begin("container_queue"), 54;
505
+ case 37:
506
+ return this.begin("container_db"), 53;
507
+ case 38:
508
+ return this.begin("container"), 52;
509
+ case 39:
510
+ return this.begin("container_boundary"), 38;
511
+ case 40:
512
+ return this.begin("component_ext_queue"), 63;
513
+ case 41:
514
+ return this.begin("component_ext_db"), 62;
515
+ case 42:
516
+ return this.begin("component_ext"), 61;
517
+ case 43:
518
+ return this.begin("component_queue"), 60;
519
+ case 44:
520
+ return this.begin("component_db"), 59;
521
+ case 45:
522
+ return this.begin("component"), 58;
523
+ case 46:
524
+ return this.begin("node"), 39;
525
+ case 47:
526
+ return this.begin("node"), 39;
527
+ case 48:
528
+ return this.begin("node_l"), 40;
529
+ case 49:
530
+ return this.begin("node_r"), 41;
531
+ case 50:
532
+ return this.begin("rel"), 64;
533
+ case 51:
534
+ return this.begin("birel"), 65;
535
+ case 52:
536
+ return this.begin("rel_u"), 66;
537
+ case 53:
538
+ return this.begin("rel_u"), 66;
539
+ case 54:
540
+ return this.begin("rel_d"), 67;
541
+ case 55:
542
+ return this.begin("rel_d"), 67;
543
+ case 56:
544
+ return this.begin("rel_l"), 68;
545
+ case 57:
546
+ return this.begin("rel_l"), 68;
547
+ case 58:
548
+ return this.begin("rel_r"), 69;
549
+ case 59:
550
+ return this.begin("rel_r"), 69;
551
+ case 60:
552
+ return this.begin("rel_b"), 70;
553
+ case 61:
554
+ return this.begin("rel_index"), 71;
555
+ case 62:
556
+ return this.begin("update_el_style"), 72;
557
+ case 63:
558
+ return this.begin("update_rel_style"), 73;
559
+ case 64:
560
+ return this.begin("update_layout_config"), 74;
561
+ case 65:
562
+ return "EOF_IN_STRUCT";
563
+ case 66:
564
+ return this.begin("attribute"), "ATTRIBUTE_EMPTY";
565
+ case 67:
566
+ this.begin("attribute");
567
+ break;
568
+ case 68:
569
+ this.popState(), this.popState();
570
+ break;
571
+ case 69:
572
+ return 80;
573
+ case 70:
574
+ break;
575
+ case 71:
576
+ return 80;
577
+ case 72:
578
+ this.begin("string");
579
+ break;
580
+ case 73:
581
+ this.popState();
582
+ break;
583
+ case 74:
584
+ return "STR";
585
+ case 75:
586
+ this.begin("string_kv");
587
+ break;
588
+ case 76:
589
+ return this.begin("string_kv_key"), "STR_KEY";
590
+ case 77:
591
+ this.popState(), this.begin("string_kv_value");
592
+ break;
593
+ case 78:
594
+ return "STR_VALUE";
595
+ case 79:
596
+ this.popState(), this.popState();
597
+ break;
598
+ case 80:
599
+ return "STR";
600
+ case 81:
601
+ return "LBRACE";
602
+ case 82:
603
+ return "RBRACE";
604
+ case 83:
605
+ return "SPACE";
606
+ case 84:
607
+ return "EOL";
608
+ case 85:
609
+ return 14;
610
+ }
611
+ },
612
+ rules: [/^(?:.*direction\s+TB[^\n]*)/, /^(?:.*direction\s+BT[^\n]*)/, /^(?:.*direction\s+RL[^\n]*)/, /^(?:.*direction\s+LR[^\n]*)/, /^(?:title\s[^#\n;]+)/, /^(?:accDescription\s[^#\n;]+)/, /^(?:accTitle\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*\{\s*)/, /^(?:[\}])/, /^(?:[^\}]*)/, /^(?:%%(?!\{)*[^\n]*(\r?\n?)+)/, /^(?:%%[^\n]*(\r?\n)*)/, /^(?:\s*(\r?\n)+)/, /^(?:\s+)/, /^(?:C4Context\b)/, /^(?:C4Container\b)/, /^(?:C4Component\b)/, /^(?:C4Dynamic\b)/, /^(?:C4Deployment\b)/, /^(?:Person_Ext\b)/, /^(?:Person\b)/, /^(?:SystemQueue_Ext\b)/, /^(?:SystemDb_Ext\b)/, /^(?:System_Ext\b)/, /^(?:SystemQueue\b)/, /^(?:SystemDb\b)/, /^(?:System\b)/, /^(?:Boundary\b)/, /^(?:Enterprise_Boundary\b)/, /^(?:System_Boundary\b)/, /^(?:ContainerQueue_Ext\b)/, /^(?:ContainerDb_Ext\b)/, /^(?:Container_Ext\b)/, /^(?:ContainerQueue\b)/, /^(?:ContainerDb\b)/, /^(?:Container\b)/, /^(?:Container_Boundary\b)/, /^(?:ComponentQueue_Ext\b)/, /^(?:ComponentDb_Ext\b)/, /^(?:Component_Ext\b)/, /^(?:ComponentQueue\b)/, /^(?:ComponentDb\b)/, /^(?:Component\b)/, /^(?:Deployment_Node\b)/, /^(?:Node\b)/, /^(?:Node_L\b)/, /^(?:Node_R\b)/, /^(?:Rel\b)/, /^(?:BiRel\b)/, /^(?:Rel_Up\b)/, /^(?:Rel_U\b)/, /^(?:Rel_Down\b)/, /^(?:Rel_D\b)/, /^(?:Rel_Left\b)/, /^(?:Rel_L\b)/, /^(?:Rel_Right\b)/, /^(?:Rel_R\b)/, /^(?:Rel_Back\b)/, /^(?:RelIndex\b)/, /^(?:UpdateElementStyle\b)/, /^(?:UpdateRelStyle\b)/, /^(?:UpdateLayoutConfig\b)/, /^(?:$)/, /^(?:[(][ ]*[,])/, /^(?:[(])/, /^(?:[)])/, /^(?:,,)/, /^(?:,)/, /^(?:[ ]*["]["])/, /^(?:[ ]*["])/, /^(?:["])/, /^(?:[^"]*)/, /^(?:[ ]*[\$])/, /^(?:[^=]*)/, /^(?:[=][ ]*["])/, /^(?:[^"]+)/, /^(?:["])/, /^(?:[^,]+)/, /^(?:\{)/, /^(?:\})/, /^(?:[\s]+)/, /^(?:[\n\r]+)/, /^(?:$)/],
613
+ conditions: { acc_descr_multiline: { rules: [11, 12], inclusive: !1 }, acc_descr: { rules: [9], inclusive: !1 }, acc_title: { rules: [7], inclusive: !1 }, string_kv_value: { rules: [78, 79], inclusive: !1 }, string_kv_key: { rules: [77], inclusive: !1 }, string_kv: { rules: [76], inclusive: !1 }, string: { rules: [73, 74], inclusive: !1 }, attribute: { rules: [68, 69, 70, 71, 72, 75, 80], inclusive: !1 }, update_layout_config: { rules: [65, 66, 67, 68], inclusive: !1 }, update_rel_style: { rules: [65, 66, 67, 68], inclusive: !1 }, update_el_style: { rules: [65, 66, 67, 68], inclusive: !1 }, rel_b: { rules: [65, 66, 67, 68], inclusive: !1 }, rel_r: { rules: [65, 66, 67, 68], inclusive: !1 }, rel_l: { rules: [65, 66, 67, 68], inclusive: !1 }, rel_d: { rules: [65, 66, 67, 68], inclusive: !1 }, rel_u: { rules: [65, 66, 67, 68], inclusive: !1 }, rel_bi: { rules: [], inclusive: !1 }, rel: { rules: [65, 66, 67, 68], inclusive: !1 }, node_r: { rules: [65, 66, 67, 68], inclusive: !1 }, node_l: { rules: [65, 66, 67, 68], inclusive: !1 }, node: { rules: [65, 66, 67, 68], inclusive: !1 }, index: { rules: [], inclusive: !1 }, rel_index: { rules: [65, 66, 67, 68], inclusive: !1 }, component_ext_queue: { rules: [], inclusive: !1 }, component_ext_db: { rules: [65, 66, 67, 68], inclusive: !1 }, component_ext: { rules: [65, 66, 67, 68], inclusive: !1 }, component_queue: { rules: [65, 66, 67, 68], inclusive: !1 }, component_db: { rules: [65, 66, 67, 68], inclusive: !1 }, component: { rules: [65, 66, 67, 68], inclusive: !1 }, container_boundary: { rules: [65, 66, 67, 68], inclusive: !1 }, container_ext_queue: { rules: [65, 66, 67, 68], inclusive: !1 }, container_ext_db: { rules: [65, 66, 67, 68], inclusive: !1 }, container_ext: { rules: [65, 66, 67, 68], inclusive: !1 }, container_queue: { rules: [65, 66, 67, 68], inclusive: !1 }, container_db: { rules: [65, 66, 67, 68], inclusive: !1 }, container: { rules: [65, 66, 67, 68], inclusive: !1 }, birel: { rules: [65, 66, 67, 68], inclusive: !1 }, system_boundary: { rules: [65, 66, 67, 68], inclusive: !1 }, enterprise_boundary: { rules: [65, 66, 67, 68], inclusive: !1 }, boundary: { rules: [65, 66, 67, 68], inclusive: !1 }, system_ext_queue: { rules: [65, 66, 67, 68], inclusive: !1 }, system_ext_db: { rules: [65, 66, 67, 68], inclusive: !1 }, system_ext: { rules: [65, 66, 67, 68], inclusive: !1 }, system_queue: { rules: [65, 66, 67, 68], inclusive: !1 }, system_db: { rules: [65, 66, 67, 68], inclusive: !1 }, system: { rules: [65, 66, 67, 68], inclusive: !1 }, person_ext: { rules: [65, 66, 67, 68], inclusive: !1 }, person: { rules: [65, 66, 67, 68], inclusive: !1 }, INITIAL: { rules: [0, 1, 2, 3, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 81, 82, 83, 84, 85], inclusive: !0 } }
614
+ };
615
+ return bt;
616
+ }();
617
+ Xt.lexer = Ee;
618
+ function Wt() {
619
+ this.yy = {};
620
+ }
621
+ return Wt.prototype = Xt, Xt.Parser = Wt, new Wt();
622
+ }();
623
+ Yt.parser = Yt;
624
+ const Be = Yt;
625
+ let U = [], _t = [""], P = "global", j = "", V = [
626
+ {
627
+ alias: "global",
628
+ label: { text: "global" },
629
+ type: { text: "global" },
630
+ tags: null,
631
+ link: null,
632
+ parentBoundary: ""
633
+ }
634
+ ], St = [], te = "", ee = !1, It = 4, jt = 2;
635
+ var de;
636
+ const Ye = function() {
637
+ return de;
638
+ }, Ie = function(e) {
639
+ de = ue(e, Dt());
640
+ }, je = function(e, t, r, o, l, n, a, s, i) {
641
+ if (e == null || t === void 0 || t === null || r === void 0 || r === null || o === void 0 || o === null)
642
+ return;
643
+ let u = {};
644
+ const d = St.find((f) => f.from === t && f.to === r);
645
+ if (d ? u = d : St.push(u), u.type = e, u.from = t, u.to = r, u.label = { text: o }, l == null)
646
+ u.techn = { text: "" };
647
+ else if (typeof l == "object") {
648
+ let [f, p] = Object.entries(l)[0];
649
+ u[f] = { text: p };
650
+ } else
651
+ u.techn = { text: l };
652
+ if (n == null)
653
+ u.descr = { text: "" };
654
+ else if (typeof n == "object") {
655
+ let [f, p] = Object.entries(n)[0];
656
+ u[f] = { text: p };
657
+ } else
658
+ u.descr = { text: n };
659
+ if (typeof a == "object") {
660
+ let [f, p] = Object.entries(a)[0];
661
+ u[f] = p;
662
+ } else
663
+ u.sprite = a;
664
+ if (typeof s == "object") {
665
+ let [f, p] = Object.entries(s)[0];
666
+ u[f] = p;
667
+ } else
668
+ u.tags = s;
669
+ if (typeof i == "object") {
670
+ let [f, p] = Object.entries(i)[0];
671
+ u[f] = p;
672
+ } else
673
+ u.link = i;
674
+ u.wrap = xt();
675
+ }, Ue = function(e, t, r, o, l, n, a) {
676
+ if (t === null || r === null)
677
+ return;
678
+ let s = {};
679
+ const i = U.find((u) => u.alias === t);
680
+ if (i && t === i.alias ? s = i : (s.alias = t, U.push(s)), r == null ? s.label = { text: "" } : s.label = { text: r }, o == null)
681
+ s.descr = { text: "" };
682
+ else if (typeof o == "object") {
683
+ let [u, d] = Object.entries(o)[0];
684
+ s[u] = { text: d };
685
+ } else
686
+ s.descr = { text: o };
687
+ if (typeof l == "object") {
688
+ let [u, d] = Object.entries(l)[0];
689
+ s[u] = d;
690
+ } else
691
+ s.sprite = l;
692
+ if (typeof n == "object") {
693
+ let [u, d] = Object.entries(n)[0];
694
+ s[u] = d;
695
+ } else
696
+ s.tags = n;
697
+ if (typeof a == "object") {
698
+ let [u, d] = Object.entries(a)[0];
699
+ s[u] = d;
700
+ } else
701
+ s.link = a;
702
+ s.typeC4Shape = { text: e }, s.parentBoundary = P, s.wrap = xt();
703
+ }, Fe = function(e, t, r, o, l, n, a, s) {
704
+ if (t === null || r === null)
705
+ return;
706
+ let i = {};
707
+ const u = U.find((d) => d.alias === t);
708
+ if (u && t === u.alias ? i = u : (i.alias = t, U.push(i)), r == null ? i.label = { text: "" } : i.label = { text: r }, o == null)
709
+ i.techn = { text: "" };
710
+ else if (typeof o == "object") {
711
+ let [d, f] = Object.entries(o)[0];
712
+ i[d] = { text: f };
713
+ } else
714
+ i.techn = { text: o };
715
+ if (l == null)
716
+ i.descr = { text: "" };
717
+ else if (typeof l == "object") {
718
+ let [d, f] = Object.entries(l)[0];
719
+ i[d] = { text: f };
720
+ } else
721
+ i.descr = { text: l };
722
+ if (typeof n == "object") {
723
+ let [d, f] = Object.entries(n)[0];
724
+ i[d] = f;
725
+ } else
726
+ i.sprite = n;
727
+ if (typeof a == "object") {
728
+ let [d, f] = Object.entries(a)[0];
729
+ i[d] = f;
730
+ } else
731
+ i.tags = a;
732
+ if (typeof s == "object") {
733
+ let [d, f] = Object.entries(s)[0];
734
+ i[d] = f;
735
+ } else
736
+ i.link = s;
737
+ i.wrap = xt(), i.typeC4Shape = { text: e }, i.parentBoundary = P;
738
+ }, Ve = function(e, t, r, o, l, n, a, s) {
739
+ if (t === null || r === null)
740
+ return;
741
+ let i = {};
742
+ const u = U.find((d) => d.alias === t);
743
+ if (u && t === u.alias ? i = u : (i.alias = t, U.push(i)), r == null ? i.label = { text: "" } : i.label = { text: r }, o == null)
744
+ i.techn = { text: "" };
745
+ else if (typeof o == "object") {
746
+ let [d, f] = Object.entries(o)[0];
747
+ i[d] = { text: f };
748
+ } else
749
+ i.techn = { text: o };
750
+ if (l == null)
751
+ i.descr = { text: "" };
752
+ else if (typeof l == "object") {
753
+ let [d, f] = Object.entries(l)[0];
754
+ i[d] = { text: f };
755
+ } else
756
+ i.descr = { text: l };
757
+ if (typeof n == "object") {
758
+ let [d, f] = Object.entries(n)[0];
759
+ i[d] = f;
760
+ } else
761
+ i.sprite = n;
762
+ if (typeof a == "object") {
763
+ let [d, f] = Object.entries(a)[0];
764
+ i[d] = f;
765
+ } else
766
+ i.tags = a;
767
+ if (typeof s == "object") {
768
+ let [d, f] = Object.entries(s)[0];
769
+ i[d] = f;
770
+ } else
771
+ i.link = s;
772
+ i.wrap = xt(), i.typeC4Shape = { text: e }, i.parentBoundary = P;
773
+ }, ze = function(e, t, r, o, l) {
774
+ if (e === null || t === null)
775
+ return;
776
+ let n = {};
777
+ const a = V.find((s) => s.alias === e);
778
+ if (a && e === a.alias ? n = a : (n.alias = e, V.push(n)), t == null ? n.label = { text: "" } : n.label = { text: t }, r == null)
779
+ n.type = { text: "system" };
780
+ else if (typeof r == "object") {
781
+ let [s, i] = Object.entries(r)[0];
782
+ n[s] = { text: i };
783
+ } else
784
+ n.type = { text: r };
785
+ if (typeof o == "object") {
786
+ let [s, i] = Object.entries(o)[0];
787
+ n[s] = i;
788
+ } else
789
+ n.tags = o;
790
+ if (typeof l == "object") {
791
+ let [s, i] = Object.entries(l)[0];
792
+ n[s] = i;
793
+ } else
794
+ n.link = l;
795
+ n.parentBoundary = P, n.wrap = xt(), j = P, P = e, _t.push(j);
796
+ }, Xe = function(e, t, r, o, l) {
797
+ if (e === null || t === null)
798
+ return;
799
+ let n = {};
800
+ const a = V.find((s) => s.alias === e);
801
+ if (a && e === a.alias ? n = a : (n.alias = e, V.push(n)), t == null ? n.label = { text: "" } : n.label = { text: t }, r == null)
802
+ n.type = { text: "container" };
803
+ else if (typeof r == "object") {
804
+ let [s, i] = Object.entries(r)[0];
805
+ n[s] = { text: i };
806
+ } else
807
+ n.type = { text: r };
808
+ if (typeof o == "object") {
809
+ let [s, i] = Object.entries(o)[0];
810
+ n[s] = i;
811
+ } else
812
+ n.tags = o;
813
+ if (typeof l == "object") {
814
+ let [s, i] = Object.entries(l)[0];
815
+ n[s] = i;
816
+ } else
817
+ n.link = l;
818
+ n.parentBoundary = P, n.wrap = xt(), j = P, P = e, _t.push(j);
819
+ }, We = function(e, t, r, o, l, n, a, s) {
820
+ if (t === null || r === null)
821
+ return;
822
+ let i = {};
823
+ const u = V.find((d) => d.alias === t);
824
+ if (u && t === u.alias ? i = u : (i.alias = t, V.push(i)), r == null ? i.label = { text: "" } : i.label = { text: r }, o == null)
825
+ i.type = { text: "node" };
826
+ else if (typeof o == "object") {
827
+ let [d, f] = Object.entries(o)[0];
828
+ i[d] = { text: f };
829
+ } else
830
+ i.type = { text: o };
831
+ if (l == null)
832
+ i.descr = { text: "" };
833
+ else if (typeof l == "object") {
834
+ let [d, f] = Object.entries(l)[0];
835
+ i[d] = { text: f };
836
+ } else
837
+ i.descr = { text: l };
838
+ if (typeof a == "object") {
839
+ let [d, f] = Object.entries(a)[0];
840
+ i[d] = f;
841
+ } else
842
+ i.tags = a;
843
+ if (typeof s == "object") {
844
+ let [d, f] = Object.entries(s)[0];
845
+ i[d] = f;
846
+ } else
847
+ i.link = s;
848
+ i.nodeType = e, i.parentBoundary = P, i.wrap = xt(), j = P, P = t, _t.push(j);
849
+ }, Qe = function() {
850
+ P = j, _t.pop(), j = _t.pop(), _t.push(j);
851
+ }, He = function(e, t, r, o, l, n, a, s, i, u, d) {
852
+ let f = U.find((p) => p.alias === t);
853
+ if (!(f === void 0 && (f = V.find((p) => p.alias === t), f === void 0))) {
854
+ if (r != null)
855
+ if (typeof r == "object") {
856
+ let [p, E] = Object.entries(r)[0];
857
+ f[p] = E;
858
+ } else
859
+ f.bgColor = r;
860
+ if (o != null)
861
+ if (typeof o == "object") {
862
+ let [p, E] = Object.entries(o)[0];
863
+ f[p] = E;
864
+ } else
865
+ f.fontColor = o;
866
+ if (l != null)
867
+ if (typeof l == "object") {
868
+ let [p, E] = Object.entries(l)[0];
869
+ f[p] = E;
870
+ } else
871
+ f.borderColor = l;
872
+ if (n != null)
873
+ if (typeof n == "object") {
874
+ let [p, E] = Object.entries(n)[0];
875
+ f[p] = E;
876
+ } else
877
+ f.shadowing = n;
878
+ if (a != null)
879
+ if (typeof a == "object") {
880
+ let [p, E] = Object.entries(a)[0];
881
+ f[p] = E;
882
+ } else
883
+ f.shape = a;
884
+ if (s != null)
885
+ if (typeof s == "object") {
886
+ let [p, E] = Object.entries(s)[0];
887
+ f[p] = E;
888
+ } else
889
+ f.sprite = s;
890
+ if (i != null)
891
+ if (typeof i == "object") {
892
+ let [p, E] = Object.entries(i)[0];
893
+ f[p] = E;
894
+ } else
895
+ f.techn = i;
896
+ if (u != null)
897
+ if (typeof u == "object") {
898
+ let [p, E] = Object.entries(u)[0];
899
+ f[p] = E;
900
+ } else
901
+ f.legendText = u;
902
+ if (d != null)
903
+ if (typeof d == "object") {
904
+ let [p, E] = Object.entries(d)[0];
905
+ f[p] = E;
906
+ } else
907
+ f.legendSprite = d;
908
+ }
909
+ }, qe = function(e, t, r, o, l, n, a) {
910
+ const s = St.find((i) => i.from === t && i.to === r);
911
+ if (s !== void 0) {
912
+ if (o != null)
913
+ if (typeof o == "object") {
914
+ let [i, u] = Object.entries(o)[0];
915
+ s[i] = u;
916
+ } else
917
+ s.textColor = o;
918
+ if (l != null)
919
+ if (typeof l == "object") {
920
+ let [i, u] = Object.entries(l)[0];
921
+ s[i] = u;
922
+ } else
923
+ s.lineColor = l;
924
+ if (n != null)
925
+ if (typeof n == "object") {
926
+ let [i, u] = Object.entries(n)[0];
927
+ s[i] = parseInt(u);
928
+ } else
929
+ s.offsetX = parseInt(n);
930
+ if (a != null)
931
+ if (typeof a == "object") {
932
+ let [i, u] = Object.entries(a)[0];
933
+ s[i] = parseInt(u);
934
+ } else
935
+ s.offsetY = parseInt(a);
936
+ }
937
+ }, Ge = function(e, t, r) {
938
+ let o = It, l = jt;
939
+ if (typeof t == "object") {
940
+ const n = Object.values(t)[0];
941
+ o = parseInt(n);
942
+ } else
943
+ o = parseInt(t);
944
+ if (typeof r == "object") {
945
+ const n = Object.values(r)[0];
946
+ l = parseInt(n);
947
+ } else
948
+ l = parseInt(r);
949
+ o >= 1 && (It = o), l >= 1 && (jt = l);
950
+ }, Ke = function() {
951
+ return It;
952
+ }, Je = function() {
953
+ return jt;
954
+ }, Ze = function() {
955
+ return P;
956
+ }, $e = function() {
957
+ return j;
958
+ }, fe = function(e) {
959
+ return e == null ? U : U.filter((t) => t.parentBoundary === e);
960
+ }, t0 = function(e) {
961
+ return U.find((t) => t.alias === e);
962
+ }, e0 = function(e) {
963
+ return Object.keys(fe(e));
964
+ }, pe = function(e) {
965
+ return e == null ? V : V.filter((t) => t.parentBoundary === e);
966
+ }, n0 = pe, i0 = function() {
967
+ return St;
968
+ }, s0 = function() {
969
+ return te;
970
+ }, a0 = function(e) {
971
+ ee = e;
972
+ }, xt = function() {
973
+ return ee;
974
+ }, r0 = function() {
975
+ U = [], V = [
976
+ {
977
+ alias: "global",
978
+ label: { text: "global" },
979
+ type: { text: "global" },
980
+ tags: null,
981
+ link: null,
982
+ parentBoundary: ""
983
+ }
984
+ ], j = "", P = "global", _t = [""], St = [], _t = [""], te = "", ee = !1, It = 4, jt = 2;
985
+ }, l0 = {
986
+ SOLID: 0,
987
+ DOTTED: 1,
988
+ NOTE: 2,
989
+ SOLID_CROSS: 3,
990
+ DOTTED_CROSS: 4,
991
+ SOLID_OPEN: 5,
992
+ DOTTED_OPEN: 6,
993
+ LOOP_START: 10,
994
+ LOOP_END: 11,
995
+ ALT_START: 12,
996
+ ALT_ELSE: 13,
997
+ ALT_END: 14,
998
+ OPT_START: 15,
999
+ OPT_END: 16,
1000
+ ACTIVE_START: 17,
1001
+ ACTIVE_END: 18,
1002
+ PAR_START: 19,
1003
+ PAR_AND: 20,
1004
+ PAR_END: 21,
1005
+ RECT_START: 22,
1006
+ RECT_END: 23,
1007
+ SOLID_POINT: 24,
1008
+ DOTTED_POINT: 25
1009
+ }, o0 = {
1010
+ FILLED: 0,
1011
+ OPEN: 1
1012
+ }, c0 = {
1013
+ LEFTOF: 0,
1014
+ RIGHTOF: 1,
1015
+ OVER: 2
1016
+ }, h0 = function(e) {
1017
+ te = ue(e, Dt());
1018
+ }, Jt = {
1019
+ addPersonOrSystem: Ue,
1020
+ addPersonOrSystemBoundary: ze,
1021
+ addContainer: Fe,
1022
+ addContainerBoundary: Xe,
1023
+ addComponent: Ve,
1024
+ addDeploymentNode: We,
1025
+ popBoundaryParseStack: Qe,
1026
+ addRel: je,
1027
+ updateElStyle: He,
1028
+ updateRelStyle: qe,
1029
+ updateLayoutConfig: Ge,
1030
+ autoWrap: xt,
1031
+ setWrap: a0,
1032
+ getC4ShapeArray: fe,
1033
+ getC4Shape: t0,
1034
+ getC4ShapeKeys: e0,
1035
+ getBoundaries: pe,
1036
+ getBoundarys: n0,
1037
+ getCurrentBoundaryParse: Ze,
1038
+ getParentBoundaryParse: $e,
1039
+ getRels: i0,
1040
+ getTitle: s0,
1041
+ getC4Type: Ye,
1042
+ getC4ShapeInRow: Ke,
1043
+ getC4BoundaryInRow: Je,
1044
+ setAccTitle: we,
1045
+ getAccTitle: Oe,
1046
+ getAccDescription: Te,
1047
+ setAccDescription: Re,
1048
+ getConfig: () => Dt().c4,
1049
+ clear: r0,
1050
+ LINETYPE: l0,
1051
+ ARROWTYPE: o0,
1052
+ PLACEMENT: c0,
1053
+ setTitle: h0,
1054
+ setC4Type: Ie
1055
+ // apply,
1056
+ }, ne = function(e, t) {
1057
+ return Le(e, t);
1058
+ }, ye = function(e, t, r, o, l, n) {
1059
+ const a = e.append("image");
1060
+ a.attr("width", t), a.attr("height", r), a.attr("x", o), a.attr("y", l);
1061
+ let s = n.startsWith("data:image/png;base64") ? n : De.sanitizeUrl(n);
1062
+ a.attr("xlink:href", s);
1063
+ }, u0 = (e, t, r) => {
1064
+ const o = e.append("g");
1065
+ let l = 0;
1066
+ for (let n of t) {
1067
+ let a = n.textColor ? n.textColor : "#444444", s = n.lineColor ? n.lineColor : "#444444", i = n.offsetX ? parseInt(n.offsetX) : 0, u = n.offsetY ? parseInt(n.offsetY) : 0, d = "";
1068
+ if (l === 0) {
1069
+ let p = o.append("line");
1070
+ p.attr("x1", n.startPoint.x), p.attr("y1", n.startPoint.y), p.attr("x2", n.endPoint.x), p.attr("y2", n.endPoint.y), p.attr("stroke-width", "1"), p.attr("stroke", s), p.style("fill", "none"), n.type !== "rel_b" && p.attr("marker-end", "url(" + d + "#arrowhead)"), (n.type === "birel" || n.type === "rel_b") && p.attr("marker-start", "url(" + d + "#arrowend)"), l = -1;
1071
+ } else {
1072
+ let p = o.append("path");
1073
+ p.attr("fill", "none").attr("stroke-width", "1").attr("stroke", s).attr(
1074
+ "d",
1075
+ "Mstartx,starty Qcontrolx,controly stopx,stopy ".replaceAll("startx", n.startPoint.x).replaceAll("starty", n.startPoint.y).replaceAll(
1076
+ "controlx",
1077
+ n.startPoint.x + (n.endPoint.x - n.startPoint.x) / 2 - (n.endPoint.x - n.startPoint.x) / 4
1078
+ ).replaceAll("controly", n.startPoint.y + (n.endPoint.y - n.startPoint.y) / 2).replaceAll("stopx", n.endPoint.x).replaceAll("stopy", n.endPoint.y)
1079
+ ), n.type !== "rel_b" && p.attr("marker-end", "url(" + d + "#arrowhead)"), (n.type === "birel" || n.type === "rel_b") && p.attr("marker-start", "url(" + d + "#arrowend)");
1080
+ }
1081
+ let f = r.messageFont();
1082
+ W(r)(
1083
+ n.label.text,
1084
+ o,
1085
+ Math.min(n.startPoint.x, n.endPoint.x) + Math.abs(n.endPoint.x - n.startPoint.x) / 2 + i,
1086
+ Math.min(n.startPoint.y, n.endPoint.y) + Math.abs(n.endPoint.y - n.startPoint.y) / 2 + u,
1087
+ n.label.width,
1088
+ n.label.height,
1089
+ { fill: a },
1090
+ f
1091
+ ), n.techn && n.techn.text !== "" && (f = r.messageFont(), W(r)(
1092
+ "[" + n.techn.text + "]",
1093
+ o,
1094
+ Math.min(n.startPoint.x, n.endPoint.x) + Math.abs(n.endPoint.x - n.startPoint.x) / 2 + i,
1095
+ Math.min(n.startPoint.y, n.endPoint.y) + Math.abs(n.endPoint.y - n.startPoint.y) / 2 + r.messageFontSize + 5 + u,
1096
+ Math.max(n.label.width, n.techn.width),
1097
+ n.techn.height,
1098
+ { fill: a, "font-style": "italic" },
1099
+ f
1100
+ ));
1101
+ }
1102
+ }, d0 = function(e, t, r) {
1103
+ const o = e.append("g");
1104
+ let l = t.bgColor ? t.bgColor : "none", n = t.borderColor ? t.borderColor : "#444444", a = t.fontColor ? t.fontColor : "black", s = { "stroke-width": 1, "stroke-dasharray": "7.0,7.0" };
1105
+ t.nodeType && (s = { "stroke-width": 1 });
1106
+ let i = {
1107
+ x: t.x,
1108
+ y: t.y,
1109
+ fill: l,
1110
+ stroke: n,
1111
+ width: t.width,
1112
+ height: t.height,
1113
+ rx: 2.5,
1114
+ ry: 2.5,
1115
+ attrs: s
1116
+ };
1117
+ ne(o, i);
1118
+ let u = r.boundaryFont();
1119
+ u.fontWeight = "bold", u.fontSize = u.fontSize + 2, u.fontColor = a, W(r)(
1120
+ t.label.text,
1121
+ o,
1122
+ t.x,
1123
+ t.y + t.label.Y,
1124
+ t.width,
1125
+ t.height,
1126
+ { fill: "#444444" },
1127
+ u
1128
+ ), t.type && t.type.text !== "" && (u = r.boundaryFont(), u.fontColor = a, W(r)(
1129
+ t.type.text,
1130
+ o,
1131
+ t.x,
1132
+ t.y + t.type.Y,
1133
+ t.width,
1134
+ t.height,
1135
+ { fill: "#444444" },
1136
+ u
1137
+ )), t.descr && t.descr.text !== "" && (u = r.boundaryFont(), u.fontSize = u.fontSize - 2, u.fontColor = a, W(r)(
1138
+ t.descr.text,
1139
+ o,
1140
+ t.x,
1141
+ t.y + t.descr.Y,
1142
+ t.width,
1143
+ t.height,
1144
+ { fill: "#444444" },
1145
+ u
1146
+ ));
1147
+ }, f0 = function(e, t, r) {
1148
+ var f;
1149
+ let o = t.bgColor ? t.bgColor : r[t.typeC4Shape.text + "_bg_color"], l = t.borderColor ? t.borderColor : r[t.typeC4Shape.text + "_border_color"], n = t.fontColor ? t.fontColor : "#FFFFFF", a = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAACD0lEQVR4Xu2YoU4EMRCGT+4j8Ai8AhaH4QHgAUjQuFMECUgMIUgwJAgMhgQsAYUiJCiQIBBY+EITsjfTdme6V24v4c8vyGbb+ZjOtN0bNcvjQXmkH83WvYBWto6PLm6v7p7uH1/w2fXD+PBycX1Pv2l3IdDm/vn7x+dXQiAubRzoURa7gRZWd0iGRIiJbOnhnfYBQZNJjNbuyY2eJG8fkDE3bbG4ep6MHUAsgYxmE3nVs6VsBWJSGccsOlFPmLIViMzLOB7pCVO2AtHJMohH7Fh6zqitQK7m0rJvAVYgGcEpe//PLdDz65sM4pF9N7ICcXDKIB5Nv6j7tD0NoSdM2QrU9Gg0ewE1LqBhHR3BBdvj2vapnidjHxD/q6vd7Pvhr31AwcY8eXMTXAKECZZJFXuEq27aLgQK5uLMohCenGGuGewOxSjBvYBqeG6B+Nqiblggdjnc+ZXDy+FNFpFzw76O3UBAROuXh6FoiAcf5g9eTvUgzy0nWg6I8cXHRUpg5bOVBCo+KDpFajOf23GgPme7RSQ+lacIENUgJ6gg1k6HjgOlqnLqip4tEuhv0hNEMXUD0clyXE3p6pZA0S2nnvTlXwLJEZWlb7cTQH1+USgTN4VhAenm/wea1OCAOmqo6fE1WCb9WSKBah+rbUWPWAmE2Rvk0ApiB45eOyNAzU8xcTvj8KvkKEoOaIYeHNA3ZuygAvFMUO0AAAAASUVORK5CYII=";
1150
+ switch (t.typeC4Shape.text) {
1151
+ case "person":
1152
+ a = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAACD0lEQVR4Xu2YoU4EMRCGT+4j8Ai8AhaH4QHgAUjQuFMECUgMIUgwJAgMhgQsAYUiJCiQIBBY+EITsjfTdme6V24v4c8vyGbb+ZjOtN0bNcvjQXmkH83WvYBWto6PLm6v7p7uH1/w2fXD+PBycX1Pv2l3IdDm/vn7x+dXQiAubRzoURa7gRZWd0iGRIiJbOnhnfYBQZNJjNbuyY2eJG8fkDE3bbG4ep6MHUAsgYxmE3nVs6VsBWJSGccsOlFPmLIViMzLOB7pCVO2AtHJMohH7Fh6zqitQK7m0rJvAVYgGcEpe//PLdDz65sM4pF9N7ICcXDKIB5Nv6j7tD0NoSdM2QrU9Gg0ewE1LqBhHR3BBdvj2vapnidjHxD/q6vd7Pvhr31AwcY8eXMTXAKECZZJFXuEq27aLgQK5uLMohCenGGuGewOxSjBvYBqeG6B+Nqiblggdjnc+ZXDy+FNFpFzw76O3UBAROuXh6FoiAcf5g9eTvUgzy0nWg6I8cXHRUpg5bOVBCo+KDpFajOf23GgPme7RSQ+lacIENUgJ6gg1k6HjgOlqnLqip4tEuhv0hNEMXUD0clyXE3p6pZA0S2nnvTlXwLJEZWlb7cTQH1+USgTN4VhAenm/wea1OCAOmqo6fE1WCb9WSKBah+rbUWPWAmE2Rvk0ApiB45eOyNAzU8xcTvj8KvkKEoOaIYeHNA3ZuygAvFMUO0AAAAASUVORK5CYII=";
1153
+ break;
1154
+ case "external_person":
1155
+ a = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAAB6ElEQVR4Xu2YLY+EMBCG9+dWr0aj0Wg0Go1Go0+j8Xdv2uTCvv1gpt0ebHKPuhDaeW4605Z9mJvx4AdXUyTUdd08z+u6flmWZRnHsWkafk9DptAwDPu+f0eAYtu2PEaGWuj5fCIZrBAC2eLBAnRCsEkkxmeaJp7iDJ2QMDdHsLg8SxKFEJaAo8lAXnmuOFIhTMpxxKATebo4UiFknuNo4OniSIXQyRxEA3YsnjGCVEjVXD7yLUAqxBGUyPv/Y4W2beMgGuS7kVQIBycH0fD+oi5pezQETxdHKmQKGk1eQEYldK+jw5GxPfZ9z7Mk0Qnhf1W1m3w//EUn5BDmSZsbR44QQLBEqrBHqOrmSKaQAxdnLArCrxZcM7A7ZKs4ioRq8LFC+NpC3WCBJsvpVw5edm9iEXFuyNfxXAgSwfrFQ1c0iNda8AdejvUgnktOtJQQxmcfFzGglc5WVCj7oDgFqU18boeFSs52CUh8LE8BIVQDT1ABrB0HtgSEYlX5doJnCwv9TXocKCaKbnwhdDKPq4lf3SwU3HLq4V/+WYhHVMa/3b4IlfyikAduCkcBc7mQ3/z/Qq/cTuikhkzB12Ae/mcJC9U+Vo8Ej1gWAtgbeGgFsAMHr50BIWOLCbezvhpBFUdY6EJuJ/QDW0XoMX60zZ0AAAAASUVORK5CYII=";
1156
+ break;
1157
+ }
1158
+ const s = e.append("g");
1159
+ s.attr("class", "person-man");
1160
+ const i = Ne();
1161
+ switch (t.typeC4Shape.text) {
1162
+ case "person":
1163
+ case "external_person":
1164
+ case "system":
1165
+ case "external_system":
1166
+ case "container":
1167
+ case "external_container":
1168
+ case "component":
1169
+ case "external_component":
1170
+ i.x = t.x, i.y = t.y, i.fill = o, i.width = t.width, i.height = t.height, i.stroke = l, i.rx = 2.5, i.ry = 2.5, i.attrs = { "stroke-width": 0.5 }, ne(s, i);
1171
+ break;
1172
+ case "system_db":
1173
+ case "external_system_db":
1174
+ case "container_db":
1175
+ case "external_container_db":
1176
+ case "component_db":
1177
+ case "external_component_db":
1178
+ s.append("path").attr("fill", o).attr("stroke-width", "0.5").attr("stroke", l).attr(
1179
+ "d",
1180
+ "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)
1181
+ ), s.append("path").attr("fill", "none").attr("stroke-width", "0.5").attr("stroke", l).attr(
1182
+ "d",
1183
+ "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)
1184
+ );
1185
+ break;
1186
+ case "system_queue":
1187
+ case "external_system_queue":
1188
+ case "container_queue":
1189
+ case "external_container_queue":
1190
+ case "component_queue":
1191
+ case "external_component_queue":
1192
+ s.append("path").attr("fill", o).attr("stroke-width", "0.5").attr("stroke", l).attr(
1193
+ "d",
1194
+ "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)
1195
+ ), s.append("path").attr("fill", "none").attr("stroke-width", "0.5").attr("stroke", l).attr(
1196
+ "d",
1197
+ "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)
1198
+ );
1199
+ break;
1200
+ }
1201
+ let u = k0(r, t.typeC4Shape.text);
1202
+ switch (s.append("text").attr("fill", n).attr("font-family", u.fontFamily).attr("font-size", u.fontSize - 2).attr("font-style", "italic").attr("lengthAdjust", "spacing").attr("textLength", t.typeC4Shape.width).attr("x", t.x + t.width / 2 - t.typeC4Shape.width / 2).attr("y", t.y + t.typeC4Shape.Y).text("<<" + t.typeC4Shape.text + ">>"), t.typeC4Shape.text) {
1203
+ case "person":
1204
+ case "external_person":
1205
+ ye(
1206
+ s,
1207
+ 48,
1208
+ 48,
1209
+ t.x + t.width / 2 - 24,
1210
+ t.y + t.image.Y,
1211
+ a
1212
+ );
1213
+ break;
1214
+ }
1215
+ let d = r[t.typeC4Shape.text + "Font"]();
1216
+ return d.fontWeight = "bold", d.fontSize = d.fontSize + 2, d.fontColor = n, W(r)(
1217
+ t.label.text,
1218
+ s,
1219
+ t.x,
1220
+ t.y + t.label.Y,
1221
+ t.width,
1222
+ t.height,
1223
+ { fill: n },
1224
+ d
1225
+ ), d = r[t.typeC4Shape.text + "Font"](), d.fontColor = n, t.techn && ((f = t.techn) == null ? void 0 : f.text) !== "" ? W(r)(
1226
+ t.techn.text,
1227
+ s,
1228
+ t.x,
1229
+ t.y + t.techn.Y,
1230
+ t.width,
1231
+ t.height,
1232
+ { fill: n, "font-style": "italic" },
1233
+ d
1234
+ ) : t.type && t.type.text !== "" && W(r)(
1235
+ t.type.text,
1236
+ s,
1237
+ t.x,
1238
+ t.y + t.type.Y,
1239
+ t.width,
1240
+ t.height,
1241
+ { fill: n, "font-style": "italic" },
1242
+ d
1243
+ ), t.descr && t.descr.text !== "" && (d = r.personFont(), d.fontColor = n, W(r)(
1244
+ t.descr.text,
1245
+ s,
1246
+ t.x,
1247
+ t.y + t.descr.Y,
1248
+ t.width,
1249
+ t.height,
1250
+ { fill: n },
1251
+ d
1252
+ )), t.height;
1253
+ }, p0 = function(e) {
1254
+ e.append("defs").append("symbol").attr("id", "database").attr("fill-rule", "evenodd").attr("clip-rule", "evenodd").append("path").attr("transform", "scale(.5)").attr(
1255
+ "d",
1256
+ "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"
1257
+ );
1258
+ }, y0 = function(e) {
1259
+ e.append("defs").append("symbol").attr("id", "computer").attr("width", "24").attr("height", "24").append("path").attr("transform", "scale(.5)").attr(
1260
+ "d",
1261
+ "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"
1262
+ );
1263
+ }, g0 = function(e) {
1264
+ e.append("defs").append("symbol").attr("id", "clock").attr("width", "24").attr("height", "24").append("path").attr("transform", "scale(.5)").attr(
1265
+ "d",
1266
+ "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"
1267
+ );
1268
+ }, b0 = function(e) {
1269
+ 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");
1270
+ }, _0 = function(e) {
1271
+ 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");
1272
+ }, x0 = function(e) {
1273
+ 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");
1274
+ }, m0 = function(e) {
1275
+ 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);
1276
+ }, E0 = function(e) {
1277
+ const r = e.append("defs").append("marker").attr("id", "crosshead").attr("markerWidth", 15).attr("markerHeight", 8).attr("orient", "auto").attr("refX", 16).attr("refY", 4);
1278
+ r.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"), r.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");
1279
+ }, k0 = (e, t) => ({
1280
+ fontFamily: e[t + "FontFamily"],
1281
+ fontSize: e[t + "FontSize"],
1282
+ fontWeight: e[t + "FontWeight"]
1283
+ }), W = function() {
1284
+ function e(l, n, a, s, i, u, d) {
1285
+ const f = n.append("text").attr("x", a + i / 2).attr("y", s + u / 2 + 5).style("text-anchor", "middle").text(l);
1286
+ o(f, d);
1287
+ }
1288
+ function t(l, n, a, s, i, u, d, f) {
1289
+ const { fontSize: p, fontFamily: E, fontWeight: O } = f, R = l.split(Kt.lineBreakRegex);
1290
+ for (let S = 0; S < R.length; S++) {
1291
+ const L = S * p - p * (R.length - 1) / 2, Y = n.append("text").attr("x", a + i / 2).attr("y", s).style("text-anchor", "middle").attr("dominant-baseline", "middle").style("font-size", p).style("font-weight", O).style("font-family", E);
1292
+ Y.append("tspan").attr("dy", L).text(R[S]).attr("alignment-baseline", "mathematical"), o(Y, d);
1293
+ }
1294
+ }
1295
+ function r(l, n, a, s, i, u, d, f) {
1296
+ const p = n.append("switch"), O = p.append("foreignObject").attr("x", a).attr("y", s).attr("width", i).attr("height", u).append("xhtml:div").style("display", "table").style("height", "100%").style("width", "100%");
1297
+ O.append("div").style("display", "table-cell").style("text-align", "center").style("vertical-align", "middle").text(l), t(l, p, a, s, i, u, d, f), o(O, d);
1298
+ }
1299
+ function o(l, n) {
1300
+ for (const a in n)
1301
+ n.hasOwnProperty(a) && l.attr(a, n[a]);
1302
+ }
1303
+ return function(l) {
1304
+ return l.textPlacement === "fo" ? r : l.textPlacement === "old" ? e : t;
1305
+ };
1306
+ }(), F = {
1307
+ drawRect: ne,
1308
+ drawBoundary: d0,
1309
+ drawC4Shape: f0,
1310
+ drawRels: u0,
1311
+ drawImage: ye,
1312
+ insertArrowHead: b0,
1313
+ insertArrowEnd: _0,
1314
+ insertArrowFilledHead: x0,
1315
+ insertDynamicNumber: m0,
1316
+ insertArrowCrossHead: E0,
1317
+ insertDatabaseIcon: p0,
1318
+ insertComputerIcon: y0,
1319
+ insertClockIcon: g0
1320
+ };
1321
+ let Ut = 0, Ft = 0, ge = 4, Zt = 2;
1322
+ Yt.yy = Jt;
1323
+ let b = {};
1324
+ class be {
1325
+ constructor(t) {
1326
+ 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, $t(t.db.getConfig());
1327
+ }
1328
+ setData(t, r, o, l) {
1329
+ this.nextData.startx = this.data.startx = t, this.nextData.stopx = this.data.stopx = r, this.nextData.starty = this.data.starty = o, this.nextData.stopy = this.data.stopy = l;
1330
+ }
1331
+ updateVal(t, r, o, l) {
1332
+ t[r] === void 0 ? t[r] = o : t[r] = l(o, t[r]);
1333
+ }
1334
+ insert(t) {
1335
+ this.nextData.cnt = this.nextData.cnt + 1;
1336
+ let r = this.nextData.startx === this.nextData.stopx ? this.nextData.stopx + t.margin : this.nextData.stopx + t.margin * 2, o = r + t.width, l = this.nextData.starty + t.margin * 2, n = l + t.height;
1337
+ (r >= this.data.widthLimit || o >= this.data.widthLimit || this.nextData.cnt > ge) && (r = this.nextData.startx + t.margin + b.nextLinePaddingX, l = this.nextData.stopy + t.margin * 2, this.nextData.stopx = o = r + t.width, this.nextData.starty = this.nextData.stopy, this.nextData.stopy = n = l + t.height, this.nextData.cnt = 1), t.x = r, t.y = l, this.updateVal(this.data, "startx", r, Math.min), this.updateVal(this.data, "starty", l, Math.min), this.updateVal(this.data, "stopx", o, Math.max), this.updateVal(this.data, "stopy", n, Math.max), this.updateVal(this.nextData, "startx", r, Math.min), this.updateVal(this.nextData, "starty", l, Math.min), this.updateVal(this.nextData, "stopx", o, Math.max), this.updateVal(this.nextData, "stopy", n, Math.max);
1338
+ }
1339
+ init(t) {
1340
+ this.name = "", this.data = {
1341
+ startx: void 0,
1342
+ stopx: void 0,
1343
+ starty: void 0,
1344
+ stopy: void 0,
1345
+ widthLimit: void 0
1346
+ }, this.nextData = {
1347
+ startx: void 0,
1348
+ stopx: void 0,
1349
+ starty: void 0,
1350
+ stopy: void 0,
1351
+ cnt: 0
1352
+ }, $t(t.db.getConfig());
1353
+ }
1354
+ bumpLastMargin(t) {
1355
+ this.data.stopx += t, this.data.stopy += t;
1356
+ }
1357
+ }
1358
+ const $t = function(e) {
1359
+ Se(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);
1360
+ }, Rt = (e, t) => ({
1361
+ fontFamily: e[t + "FontFamily"],
1362
+ fontSize: e[t + "FontSize"],
1363
+ fontWeight: e[t + "FontWeight"]
1364
+ }), Bt = (e) => ({
1365
+ fontFamily: e.boundaryFontFamily,
1366
+ fontSize: e.boundaryFontSize,
1367
+ fontWeight: e.boundaryFontWeight
1368
+ }), A0 = (e) => ({
1369
+ fontFamily: e.messageFontFamily,
1370
+ fontSize: e.messageFontSize,
1371
+ fontWeight: e.messageFontWeight
1372
+ });
1373
+ function I(e, t, r, o, l) {
1374
+ if (!t[e].width)
1375
+ if (r)
1376
+ t[e].text = Me(t[e].text, l, o), t[e].textLines = t[e].text.split(Kt.lineBreakRegex).length, t[e].width = l, t[e].height = oe(t[e].text, o);
1377
+ else {
1378
+ let n = t[e].text.split(Kt.lineBreakRegex);
1379
+ t[e].textLines = n.length;
1380
+ let a = 0;
1381
+ t[e].height = 0, t[e].width = 0;
1382
+ for (const s of n)
1383
+ t[e].width = Math.max(
1384
+ wt(s, o),
1385
+ t[e].width
1386
+ ), a = oe(s, o), t[e].height = t[e].height + a;
1387
+ }
1388
+ }
1389
+ const _e = function(e, t, r) {
1390
+ t.x = r.data.startx, t.y = r.data.starty, t.width = r.data.stopx - r.data.startx, t.height = r.data.stopy - r.data.starty, t.label.y = b.c4ShapeMargin - 35;
1391
+ let o = t.wrap && b.wrap, l = Bt(b);
1392
+ l.fontSize = l.fontSize + 2, l.fontWeight = "bold";
1393
+ let n = wt(t.label.text, l);
1394
+ I("label", t, o, l, n), F.drawBoundary(e, t, b);
1395
+ }, xe = function(e, t, r, o) {
1396
+ let l = 0;
1397
+ for (const n of o) {
1398
+ l = 0;
1399
+ const a = r[n];
1400
+ let s = Rt(b, a.typeC4Shape.text);
1401
+ switch (s.fontSize = s.fontSize - 2, a.typeC4Shape.width = wt(
1402
+ "«" + a.typeC4Shape.text + "»",
1403
+ s
1404
+ ), a.typeC4Shape.height = s.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) {
1405
+ case "person":
1406
+ case "external_person":
1407
+ a.image.width = 48, a.image.height = 48, a.image.Y = l, l = a.image.Y + a.image.height;
1408
+ break;
1409
+ }
1410
+ a.sprite && (a.image.width = 48, a.image.height = 48, a.image.Y = l, l = a.image.Y + a.image.height);
1411
+ let i = a.wrap && b.wrap, u = b.width - b.c4ShapePadding * 2, d = Rt(b, a.typeC4Shape.text);
1412
+ if (d.fontSize = d.fontSize + 2, d.fontWeight = "bold", I("label", a, i, d, u), a.label.Y = l + 8, l = a.label.Y + a.label.height, a.type && a.type.text !== "") {
1413
+ a.type.text = "[" + a.type.text + "]";
1414
+ let E = Rt(b, a.typeC4Shape.text);
1415
+ I("type", a, i, E, u), a.type.Y = l + 5, l = a.type.Y + a.type.height;
1416
+ } else if (a.techn && a.techn.text !== "") {
1417
+ a.techn.text = "[" + a.techn.text + "]";
1418
+ let E = Rt(b, a.techn.text);
1419
+ I("techn", a, i, E, u), a.techn.Y = l + 5, l = a.techn.Y + a.techn.height;
1420
+ }
1421
+ let f = l, p = a.label.width;
1422
+ if (a.descr && a.descr.text !== "") {
1423
+ let E = Rt(b, a.typeC4Shape.text);
1424
+ I("descr", a, i, E, u), a.descr.Y = l + 20, l = a.descr.Y + a.descr.height, p = Math.max(a.label.width, a.descr.width), f = l - a.descr.textLines * 5;
1425
+ }
1426
+ p = p + b.c4ShapePadding, a.width = Math.max(a.width || b.width, p, b.width), a.height = Math.max(a.height || b.height, f, b.height), a.margin = a.margin || b.c4ShapeMargin, e.insert(a), F.drawC4Shape(t, a, b);
1427
+ }
1428
+ e.bumpLastMargin(b.c4ShapeMargin);
1429
+ };
1430
+ class B {
1431
+ constructor(t, r) {
1432
+ this.x = t, this.y = r;
1433
+ }
1434
+ }
1435
+ let ce = function(e, t) {
1436
+ let r = e.x, o = e.y, l = t.x, n = t.y, a = r + e.width / 2, s = o + e.height / 2, i = Math.abs(r - l), u = Math.abs(o - n), d = u / i, f = e.height / e.width, p = null;
1437
+ return o == n && r < l ? p = new B(r + e.width, s) : o == n && r > l ? p = new B(r, s) : r == l && o < n ? p = new B(a, o + e.height) : r == l && o > n && (p = new B(a, o)), r > l && o < n ? f >= d ? p = new B(r, s + d * e.width / 2) : p = new B(
1438
+ a - i / u * e.height / 2,
1439
+ o + e.height
1440
+ ) : r < l && o < n ? f >= d ? p = new B(r + e.width, s + d * e.width / 2) : p = new B(
1441
+ a + i / u * e.height / 2,
1442
+ o + e.height
1443
+ ) : r < l && o > n ? f >= d ? p = new B(r + e.width, s - d * e.width / 2) : p = new B(a + e.height / 2 * i / u, o) : r > l && o > n && (f >= d ? p = new B(r, s - e.width / 2 * d) : p = new B(a - e.height / 2 * i / u, o)), p;
1444
+ }, C0 = function(e, t) {
1445
+ let r = { x: 0, y: 0 };
1446
+ r.x = t.x + t.width / 2, r.y = t.y + t.height / 2;
1447
+ let o = ce(e, r);
1448
+ r.x = e.x + e.width / 2, r.y = e.y + e.height / 2;
1449
+ let l = ce(t, r);
1450
+ return { startPoint: o, endPoint: l };
1451
+ };
1452
+ const v0 = function(e, t, r, o) {
1453
+ let l = 0;
1454
+ for (let n of t) {
1455
+ l = l + 1;
1456
+ let a = n.wrap && b.wrap, s = A0(b);
1457
+ o.db.getC4Type() === "C4Dynamic" && (n.label.text = l + ": " + n.label.text);
1458
+ let u = wt(n.label.text, s);
1459
+ I("label", n, a, s, u), n.techn && n.techn.text !== "" && (u = wt(n.techn.text, s), I("techn", n, a, s, u)), n.descr && n.descr.text !== "" && (u = wt(n.descr.text, s), I("descr", n, a, s, u));
1460
+ let d = r(n.from), f = r(n.to), p = C0(d, f);
1461
+ n.startPoint = p.startPoint, n.endPoint = p.endPoint;
1462
+ }
1463
+ F.drawRels(e, t, b);
1464
+ };
1465
+ function me(e, t, r, o, l) {
1466
+ let n = new be(l);
1467
+ n.data.widthLimit = r.data.widthLimit / Math.min(Zt, o.length);
1468
+ for (let [a, s] of o.entries()) {
1469
+ let i = 0;
1470
+ s.image = { width: 0, height: 0, Y: 0 }, s.sprite && (s.image.width = 48, s.image.height = 48, s.image.Y = i, i = s.image.Y + s.image.height);
1471
+ let u = s.wrap && b.wrap, d = Bt(b);
1472
+ if (d.fontSize = d.fontSize + 2, d.fontWeight = "bold", I(
1473
+ "label",
1474
+ s,
1475
+ u,
1476
+ d,
1477
+ n.data.widthLimit
1478
+ ), s.label.Y = i + 8, i = s.label.Y + s.label.height, s.type && s.type.text !== "") {
1479
+ s.type.text = "[" + s.type.text + "]";
1480
+ let O = Bt(b);
1481
+ I(
1482
+ "type",
1483
+ s,
1484
+ u,
1485
+ O,
1486
+ n.data.widthLimit
1487
+ ), s.type.Y = i + 5, i = s.type.Y + s.type.height;
1488
+ }
1489
+ if (s.descr && s.descr.text !== "") {
1490
+ let O = Bt(b);
1491
+ O.fontSize = O.fontSize - 2, I(
1492
+ "descr",
1493
+ s,
1494
+ u,
1495
+ O,
1496
+ n.data.widthLimit
1497
+ ), s.descr.Y = i + 20, i = s.descr.Y + s.descr.height;
1498
+ }
1499
+ if (a == 0 || a % Zt === 0) {
1500
+ let O = r.data.startx + b.diagramMarginX, R = r.data.stopy + b.diagramMarginY + i;
1501
+ n.setData(O, O, R, R);
1502
+ } else {
1503
+ let O = n.data.stopx !== n.data.startx ? n.data.stopx + b.diagramMarginX : n.data.startx, R = n.data.starty;
1504
+ n.setData(O, O, R, R);
1505
+ }
1506
+ n.name = s.alias;
1507
+ let f = l.db.getC4ShapeArray(s.alias), p = l.db.getC4ShapeKeys(s.alias);
1508
+ p.length > 0 && xe(
1509
+ n,
1510
+ e,
1511
+ f,
1512
+ p
1513
+ ), t = s.alias;
1514
+ let E = l.db.getBoundarys(t);
1515
+ E.length > 0 && me(
1516
+ e,
1517
+ t,
1518
+ n,
1519
+ E,
1520
+ l
1521
+ ), s.alias !== "global" && _e(e, s, n), r.data.stopy = Math.max(
1522
+ n.data.stopy + b.c4ShapeMargin,
1523
+ r.data.stopy
1524
+ ), r.data.stopx = Math.max(
1525
+ n.data.stopx + b.c4ShapeMargin,
1526
+ r.data.stopx
1527
+ ), Ut = Math.max(Ut, r.data.stopx), Ft = Math.max(Ft, r.data.stopy);
1528
+ }
1529
+ }
1530
+ const w0 = function(e, t, r, o) {
1531
+ b = Dt().c4;
1532
+ const l = Dt().securityLevel;
1533
+ let n;
1534
+ l === "sandbox" && (n = Nt("#i" + t));
1535
+ const a = l === "sandbox" ? Nt(n.nodes()[0].contentDocument.body) : Nt("body");
1536
+ let s = o.db;
1537
+ o.db.setWrap(b.wrap), ge = s.getC4ShapeInRow(), Zt = s.getC4BoundaryInRow(), le.debug(`C:${JSON.stringify(b, null, 2)}`);
1538
+ const i = l === "sandbox" ? a.select(`[id="${t}"]`) : Nt(`[id="${t}"]`);
1539
+ F.insertComputerIcon(i), F.insertDatabaseIcon(i), F.insertClockIcon(i);
1540
+ let u = new be(o);
1541
+ u.setData(
1542
+ b.diagramMarginX,
1543
+ b.diagramMarginX,
1544
+ b.diagramMarginY,
1545
+ b.diagramMarginY
1546
+ ), u.data.widthLimit = screen.availWidth, Ut = b.diagramMarginX, Ft = b.diagramMarginY;
1547
+ const d = o.db.getTitle();
1548
+ let f = o.db.getBoundarys("");
1549
+ me(i, "", u, f, o), F.insertArrowHead(i), F.insertArrowEnd(i), F.insertArrowCrossHead(i), F.insertArrowFilledHead(i), v0(i, o.db.getRels(), o.db.getC4Shape, o), u.data.stopx = Ut, u.data.stopy = Ft;
1550
+ const p = u.data;
1551
+ let O = p.stopy - p.starty + 2 * b.diagramMarginY;
1552
+ const S = p.stopx - p.startx + 2 * b.diagramMarginX;
1553
+ d && i.append("text").text(d).attr("x", (p.stopx - p.startx) / 2 - 4 * b.diagramMarginX).attr("y", p.starty + b.diagramMarginY), Pe(i, O, S, b.useMaxWidth);
1554
+ const L = d ? 60 : 0;
1555
+ i.attr(
1556
+ "viewBox",
1557
+ p.startx - b.diagramMarginX + " -" + (b.diagramMarginY + L) + " " + S + " " + (O + L)
1558
+ ), le.debug("models:", p);
1559
+ }, he = {
1560
+ drawPersonOrSystemArray: xe,
1561
+ drawBoundary: _e,
1562
+ setConf: $t,
1563
+ draw: w0
1564
+ }, O0 = (e) => `.person {
1565
+ stroke: ${e.personBorder};
1566
+ fill: ${e.personBkg};
1567
+ }
1568
+ `, T0 = O0, S0 = {
1569
+ parser: Be,
1570
+ db: Jt,
1571
+ renderer: he,
1572
+ styles: T0,
1573
+ init: ({ c4: e, wrap: t }) => {
1574
+ he.setConf(e), Jt.setWrap(t);
1575
+ }
1576
+ };
1577
+ export {
1578
+ S0 as diagram
1579
+ };