@elmethis/core 1.0.0-alpha.147 → 1.0.0-alpha.148

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1191) hide show
  1. package/dist/_virtual/_commonjsHelpers.mjs +6 -0
  2. package/dist/_virtual/_plugin-vue_export-helper.mjs +10 -0
  3. package/dist/_virtual/advancedFormat.mjs +7 -0
  4. package/dist/_virtual/advancedFormat2.mjs +4 -0
  5. package/dist/_virtual/cancellation.mjs +5 -0
  6. package/dist/_virtual/cancellation2.mjs +4 -0
  7. package/dist/_virtual/constants.mjs +4 -0
  8. package/dist/_virtual/cose-base.mjs +4 -0
  9. package/dist/_virtual/cose-base2.mjs +4 -0
  10. package/dist/_virtual/customParseFormat.mjs +7 -0
  11. package/dist/_virtual/customParseFormat2.mjs +4 -0
  12. package/dist/_virtual/cytoscape-cose-bilkent.mjs +7 -0
  13. package/dist/_virtual/cytoscape-cose-bilkent2.mjs +4 -0
  14. package/dist/_virtual/cytoscape-fcose.mjs +7 -0
  15. package/dist/_virtual/cytoscape-fcose2.mjs +4 -0
  16. package/dist/_virtual/dayjs.min.mjs +7 -0
  17. package/dist/_virtual/dayjs.min2.mjs +4 -0
  18. package/dist/_virtual/events.mjs +5 -0
  19. package/dist/_virtual/events2.mjs +4 -0
  20. package/dist/_virtual/index.mjs +5 -0
  21. package/dist/_virtual/index2.mjs +4 -0
  22. package/dist/_virtual/is.mjs +4 -0
  23. package/dist/_virtual/isoWeek.mjs +7 -0
  24. package/dist/_virtual/isoWeek2.mjs +4 -0
  25. package/dist/_virtual/layout-base.mjs +4 -0
  26. package/dist/_virtual/layout-base2.mjs +4 -0
  27. package/dist/_virtual/ral.mjs +4 -0
  28. package/dist/components/badge/ElmBadge.vue.mjs +10 -0
  29. package/dist/components/badge/ElmBadge.vue2.mjs +33 -0
  30. package/dist/components/badge/ElmBadge.vue3.mjs +14 -0
  31. package/dist/components/badge/ElmTag.vue.mjs +10 -0
  32. package/dist/components/badge/ElmTag.vue2.mjs +39 -0
  33. package/dist/components/badge/ElmTag.vue3.mjs +14 -0
  34. package/dist/components/code/ElmCodeBlock.vue.mjs +10 -0
  35. package/dist/components/code/ElmCodeBlock.vue2.mjs +86 -0
  36. package/dist/components/code/ElmCodeBlock.vue3.mjs +18 -0
  37. package/dist/components/code/ElmKatex.vue.mjs +10 -0
  38. package/dist/components/code/ElmKatex.vue2.mjs +46 -0
  39. package/dist/components/code/ElmKatex.vue3.mjs +8 -0
  40. package/dist/components/code/ElmMermaid.vue.mjs +6 -0
  41. package/dist/components/code/ElmMermaid.vue2.mjs +56 -0
  42. package/dist/components/code/ElmShikiHighlighter.vue.mjs +11 -0
  43. package/dist/components/code/ElmShikiHighlighter.vue2.mjs +44 -0
  44. package/dist/components/code/ElmShikiHighlighter.vue3.mjs +8 -0
  45. package/dist/components/containments/ElmColumn.vue.mjs +10 -0
  46. package/dist/components/containments/ElmColumn.vue2.mjs +16 -0
  47. package/dist/components/containments/ElmColumn.vue3.mjs +8 -0
  48. package/dist/components/containments/ElmColumnList.vue.mjs +10 -0
  49. package/dist/components/containments/ElmColumnList.vue2.mjs +16 -0
  50. package/dist/components/containments/ElmColumnList.vue3.mjs +6 -0
  51. package/dist/components/containments/ElmDesktopWindow.vue.mjs +10 -0
  52. package/dist/components/containments/ElmDesktopWindow.vue2.mjs +42 -0
  53. package/dist/components/containments/ElmDesktopWindow.vue3.mjs +14 -0
  54. package/dist/components/containments/ElmModal.vue.mjs +10 -0
  55. package/dist/components/containments/ElmModal.vue2.mjs +44 -0
  56. package/dist/components/containments/ElmModal.vue3.mjs +11 -0
  57. package/dist/components/containments/ElmParallax.vue.mjs +10 -0
  58. package/dist/components/containments/ElmParallax.vue2.mjs +35 -0
  59. package/dist/components/containments/ElmParallax.vue3.mjs +8 -0
  60. package/dist/components/containments/ElmSnackbar.vue.mjs +10 -0
  61. package/dist/components/containments/ElmSnackbar.vue2.mjs +39 -0
  62. package/dist/components/containments/ElmSnackbar.vue3.mjs +14 -0
  63. package/dist/components/containments/ElmSnackbarContainer.vue.mjs +10 -0
  64. package/dist/components/containments/ElmSnackbarContainer.vue2.mjs +33 -0
  65. package/dist/components/containments/ElmSnackbarContainer.vue3.mjs +7 -0
  66. package/dist/components/containments/ElmToggle.vue.mjs +10 -0
  67. package/dist/components/containments/ElmToggle.vue2.mjs +71 -0
  68. package/dist/components/containments/ElmToggle.vue3.mjs +17 -0
  69. package/dist/components/containments/ElmTooltip.vue.mjs +10 -0
  70. package/dist/components/containments/ElmTooltip.vue2.mjs +49 -0
  71. package/dist/components/containments/ElmTooltip.vue3.mjs +8 -0
  72. package/dist/components/data/ElmMultiProgress.vue.mjs +10 -0
  73. package/dist/components/data/ElmMultiProgress.vue2.mjs +45 -0
  74. package/dist/components/data/ElmMultiProgress.vue3.mjs +11 -0
  75. package/dist/components/data/ElmProgress.vue.mjs +10 -0
  76. package/dist/components/data/ElmProgress.vue2.mjs +53 -0
  77. package/dist/components/data/ElmProgress.vue3.mjs +20 -0
  78. package/dist/components/data/ElmStatusMessage.vue.mjs +10 -0
  79. package/dist/components/data/ElmStatusMessage.vue2.mjs +75 -0
  80. package/dist/components/data/ElmStatusMessage.vue3.mjs +11 -0
  81. package/dist/components/fallback/ElmBlockFallback.vue.mjs +10 -0
  82. package/dist/components/fallback/ElmBlockFallback.vue2.mjs +17 -0
  83. package/dist/components/fallback/ElmBlockFallback.vue3.mjs +6 -0
  84. package/dist/components/fallback/ElmRectangleWave.vue.mjs +10 -0
  85. package/dist/components/fallback/ElmRectangleWave.vue2.mjs +15 -0
  86. package/dist/components/fallback/ElmRectangleWave.vue3.mjs +9 -0
  87. package/dist/components/fallback/ElmSpinner.vue.mjs +10 -0
  88. package/dist/components/fallback/ElmSpinner.vue2.mjs +30 -0
  89. package/dist/components/fallback/ElmSpinner.vue3.mjs +12 -0
  90. package/dist/components/form/ElmButton.vue.mjs +10 -0
  91. package/dist/components/form/ElmButton.vue2.mjs +57 -0
  92. package/dist/components/form/ElmButton.vue3.mjs +20 -0
  93. package/dist/components/form/ElmCheckbox.vue.mjs +10 -0
  94. package/dist/components/form/ElmCheckbox.vue2.mjs +177 -0
  95. package/dist/components/form/ElmCheckbox.vue3.mjs +22 -0
  96. package/dist/components/form/ElmSwitch.vue.mjs +10 -0
  97. package/dist/components/form/ElmSwitch.vue2.mjs +61 -0
  98. package/dist/components/form/ElmSwitch.vue3.mjs +16 -0
  99. package/dist/components/form/ElmTextField.vue.mjs +10 -0
  100. package/dist/components/form/ElmTextField.vue2.mjs +124 -0
  101. package/dist/components/form/ElmTextField.vue3.mjs +34 -0
  102. package/dist/components/form/ElmTotp.vue.mjs +10 -0
  103. package/dist/components/form/ElmTotp.vue2.mjs +102 -0
  104. package/dist/components/form/ElmTotp.vue3.mjs +22 -0
  105. package/dist/components/headings/ElmFragmentIdentifier.vue.mjs +10 -0
  106. package/dist/components/headings/ElmFragmentIdentifier.vue2.mjs +54 -0
  107. package/dist/components/headings/ElmFragmentIdentifier.vue3.mjs +11 -0
  108. package/dist/components/headings/ElmHeading1.vue.mjs +10 -0
  109. package/dist/components/headings/ElmHeading1.vue2.mjs +43 -0
  110. package/dist/components/headings/ElmHeading1.vue3.mjs +8 -0
  111. package/dist/components/headings/ElmHeading2.vue.mjs +10 -0
  112. package/dist/components/headings/ElmHeading2.vue2.mjs +49 -0
  113. package/dist/components/headings/ElmHeading2.vue3.mjs +11 -0
  114. package/dist/components/headings/ElmHeading3.vue.mjs +10 -0
  115. package/dist/components/headings/ElmHeading3.vue2.mjs +39 -0
  116. package/dist/components/headings/ElmHeading3.vue3.mjs +8 -0
  117. package/dist/components/headings/ElmHeading4.vue.mjs +10 -0
  118. package/dist/components/headings/ElmHeading4.vue2.mjs +31 -0
  119. package/dist/components/headings/ElmHeading4.vue3.mjs +8 -0
  120. package/dist/components/headings/ElmHeading5.vue.mjs +10 -0
  121. package/dist/components/headings/ElmHeading5.vue2.mjs +31 -0
  122. package/dist/components/headings/ElmHeading5.vue3.mjs +8 -0
  123. package/dist/components/headings/ElmHeading6.vue.mjs +10 -0
  124. package/dist/components/headings/ElmHeading6.vue2.mjs +31 -0
  125. package/dist/components/headings/ElmHeading6.vue3.mjs +8 -0
  126. package/dist/components/icon/ElmArrowIcon.vue.mjs +10 -0
  127. package/dist/components/icon/ElmArrowIcon.vue2.mjs +31 -0
  128. package/dist/components/icon/ElmArrowIcon.vue3.mjs +17 -0
  129. package/dist/components/icon/ElmBookmarkIcon.vue.mjs +10 -0
  130. package/dist/components/icon/ElmBookmarkIcon.vue2.mjs +45 -0
  131. package/dist/components/icon/ElmBookmarkIcon.vue3.mjs +15 -0
  132. package/dist/components/icon/ElmCubeIcon.vue.mjs +10 -0
  133. package/dist/components/icon/ElmCubeIcon.vue2.mjs +41 -0
  134. package/dist/components/icon/ElmCubeIcon.vue3.mjs +12 -0
  135. package/dist/components/icon/ElmDotLoadingIcon.vue.mjs +10 -0
  136. package/dist/components/icon/ElmDotLoadingIcon.vue2.mjs +28 -0
  137. package/dist/components/icon/ElmDotLoadingIcon.vue3.mjs +14 -0
  138. package/dist/components/icon/ElmLanguageIcon.vue.mjs +10 -0
  139. package/dist/components/icon/ElmLanguageIcon.vue2.mjs +148 -0
  140. package/dist/components/icon/ElmLanguageIcon.vue3.mjs +11 -0
  141. package/dist/components/icon/ElmLoginIcon.vue.mjs +10 -0
  142. package/dist/components/icon/ElmLoginIcon.vue2.mjs +37 -0
  143. package/dist/components/icon/ElmLoginIcon.vue3.mjs +8 -0
  144. package/dist/components/icon/ElmToggleTheme.vue.mjs +10 -0
  145. package/dist/components/icon/ElmToggleTheme.vue2.mjs +30 -0
  146. package/dist/components/icon/ElmToggleTheme.vue3.mjs +8 -0
  147. package/dist/components/icon/languages/Bash.vue.mjs +31 -0
  148. package/dist/components/icon/languages/Bash.vue2.mjs +8 -0
  149. package/dist/components/icon/languages/Css.vue.mjs +19 -0
  150. package/dist/components/icon/languages/Rust.vue.mjs +17 -0
  151. package/dist/components/inline/ElmInlineLink.vue.mjs +10 -0
  152. package/dist/components/inline/ElmInlineLink.vue2.mjs +53 -0
  153. package/dist/components/inline/ElmInlineLink.vue3.mjs +11 -0
  154. package/dist/components/inline/ElmInlineRuby.vue.mjs +29 -0
  155. package/dist/components/inline/ElmInlineRuby.vue2.mjs +4 -0
  156. package/dist/components/inline/ElmInlineText.vue.mjs +10 -0
  157. package/dist/components/inline/ElmInlineText.vue2.mjs +57 -0
  158. package/dist/components/inline/ElmInlineText.vue3.mjs +11 -0
  159. package/dist/components/media/ElmFile.vue.mjs +10 -0
  160. package/dist/components/media/ElmFile.vue2.mjs +77 -0
  161. package/dist/components/media/ElmFile.vue3.mjs +14 -0
  162. package/dist/components/media/ElmImage.vue.mjs +10 -0
  163. package/dist/components/media/ElmImage.vue2.mjs +91 -0
  164. package/dist/components/media/ElmImage.vue3.mjs +18 -0
  165. package/dist/components/navigation/ElmBookmark.vue.mjs +10 -0
  166. package/dist/components/navigation/ElmBookmark.vue2.mjs +115 -0
  167. package/dist/components/navigation/ElmBookmark.vue3.mjs +32 -0
  168. package/dist/components/navigation/ElmBreadcrumb.vue.mjs +10 -0
  169. package/dist/components/navigation/ElmBreadcrumb.vue2.mjs +63 -0
  170. package/dist/components/navigation/ElmBreadcrumb.vue3.mjs +18 -0
  171. package/dist/components/navigation/ElmPagetop.vue.mjs +10 -0
  172. package/dist/components/navigation/ElmPagetop.vue2.mjs +51 -0
  173. package/dist/components/navigation/ElmPagetop.vue3.mjs +18 -0
  174. package/dist/components/navigation/ElmTableOfContents.vue.mjs +10 -0
  175. package/dist/components/navigation/ElmTableOfContents.vue2.mjs +43 -0
  176. package/dist/components/navigation/ElmTableOfContents.vue3.mjs +14 -0
  177. package/dist/components/others/ElmColorSample.vue.mjs +10 -0
  178. package/dist/components/others/ElmColorSample.vue2.mjs +72 -0
  179. package/dist/components/others/ElmColorSample.vue3.mjs +9 -0
  180. package/dist/components/others/ElmColorTable.vue.mjs +10 -0
  181. package/dist/components/others/ElmColorTable.vue2.mjs +45 -0
  182. package/dist/components/others/ElmColorTable.vue3.mjs +10 -0
  183. package/dist/components/renderer/ElmJsonRenderer.vue.mjs +96 -0
  184. package/dist/components/renderer/ElmJsonRenderer.vue2.mjs +4 -0
  185. package/dist/components/renderer/ElmJsonRendererAsync.vue.mjs +24 -0
  186. package/dist/components/renderer/ElmJsonRendererAsync.vue2.mjs +4 -0
  187. package/dist/components/table/ElmTable.vue.mjs +6 -0
  188. package/dist/components/table/ElmTable.vue2.mjs +22 -0
  189. package/dist/components/table/ElmTableBody.vue.mjs +15 -0
  190. package/dist/components/table/ElmTableBody.vue3.mjs +5 -0
  191. package/dist/components/table/ElmTableCell.vue.mjs +6 -0
  192. package/dist/components/table/ElmTableCell.vue2.mjs +22 -0
  193. package/dist/components/table/ElmTableHeader.vue.mjs +15 -0
  194. package/dist/components/table/ElmTableHeader.vue3.mjs +5 -0
  195. package/dist/components/table/ElmTableRow.vue.mjs +14 -0
  196. package/dist/components/table/ElmTableRow.vue2.mjs +4 -0
  197. package/dist/components/typography/ElmBlockQuote.vue.mjs +10 -0
  198. package/dist/components/typography/ElmBlockQuote.vue2.mjs +27 -0
  199. package/dist/components/typography/ElmBlockQuote.vue3.mjs +8 -0
  200. package/dist/components/typography/ElmBulletedList.vue.mjs +27 -0
  201. package/dist/components/typography/ElmBulletedList.vue3.mjs +5 -0
  202. package/dist/components/typography/ElmCallout.vue.mjs +10 -0
  203. package/dist/components/typography/ElmCallout.vue2.mjs +57 -0
  204. package/dist/components/typography/ElmCallout.vue3.mjs +14 -0
  205. package/dist/components/typography/ElmDivider.vue.mjs +10 -0
  206. package/dist/components/typography/ElmDivider.vue2.mjs +29 -0
  207. package/dist/components/typography/ElmDivider.vue3.mjs +8 -0
  208. package/dist/components/typography/ElmListItem.vue.mjs +10 -0
  209. package/dist/components/typography/ElmListItem.vue2.mjs +16 -0
  210. package/dist/components/typography/ElmListItem.vue3.mjs +8 -0
  211. package/dist/components/typography/ElmNumberedList.vue.mjs +27 -0
  212. package/dist/components/typography/ElmNumberedList.vue3.mjs +5 -0
  213. package/dist/components/typography/ElmParagraph.vue.mjs +10 -0
  214. package/dist/components/typography/ElmParagraph.vue2.mjs +27 -0
  215. package/dist/components/typography/ElmParagraph.vue3.mjs +8 -0
  216. package/dist/hooks/useElmethisTheme.mjs +43 -0
  217. package/dist/hooks/useTyping.mjs +37 -0
  218. package/dist/index.mjs +150 -0
  219. package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/constants.mjs +20 -0
  220. package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/index.mjs +76 -0
  221. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.mjs +57 -0
  222. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.mjs +220 -0
  223. package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.mjs +64 -0
  224. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/base-regexp-visitor.mjs +101 -0
  225. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.mjs +45 -0
  226. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.mjs +693 -0
  227. package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.mjs +39 -0
  228. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.mjs +14 -0
  229. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.mjs +10 -0
  230. package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.mjs +15 -0
  231. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.mjs +15 -0
  232. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +28 -0
  233. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.mjs +20 -0
  234. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.mjs +54 -0
  235. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +17 -0
  236. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +27 -0
  237. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +24 -0
  238. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.mjs +120 -0
  239. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.mjs +33 -0
  240. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.mjs +10 -0
  241. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.mjs +29 -0
  242. package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.mjs +41 -0
  243. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-4AB2E3PP.mjs +6 -0
  244. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-2NYFTIL2.mjs +34 -0
  245. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-2O5ZK7RR.mjs +34 -0
  246. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-7PKI6E2E.mjs +541 -0
  247. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-C4OEIS7N.mjs +46 -0
  248. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-EXZZNE6F.mjs +34 -0
  249. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-ROXG7S4E.mjs +42 -0
  250. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-V4Q32G6S.mjs +34 -0
  251. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-O2Q2CXLX.mjs +6 -0
  252. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-4N47QTOZ.mjs +6 -0
  253. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-KVYON367.mjs +6 -0
  254. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-R6RNRRYF.mjs +6 -0
  255. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-MK3ICKWK.mjs +6 -0
  256. package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs +115 -0
  257. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/all-star-lookahead.mjs +531 -0
  258. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.mjs +393 -0
  259. package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.mjs +42 -0
  260. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.mjs +12 -0
  261. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.mjs +4 -0
  262. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.mjs +42 -0
  263. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.mjs +87 -0
  264. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.mjs +161 -0
  265. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.mjs +60 -0
  266. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.mjs +416 -0
  267. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.mjs +47 -0
  268. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.mjs +41 -0
  269. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.mjs +24 -0
  270. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.mjs +424 -0
  271. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.mjs +22 -0
  272. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.mjs +48 -0
  273. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.mjs +387 -0
  274. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.mjs +40 -0
  275. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.mjs +83 -0
  276. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.mjs +181 -0
  277. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.mjs +25 -0
  278. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.mjs +69 -0
  279. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.mjs +270 -0
  280. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.mjs +59 -0
  281. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.mjs +128 -0
  282. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.mjs +38 -0
  283. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.mjs +323 -0
  284. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.mjs +434 -0
  285. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.mjs +251 -0
  286. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.mjs +167 -0
  287. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.mjs +19 -0
  288. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.mjs +720 -0
  289. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.mjs +11 -0
  290. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.mjs +552 -0
  291. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.mjs +214 -0
  292. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.mjs +20 -0
  293. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.mjs +115 -0
  294. package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.mjs +88 -0
  295. package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.mjs +1090 -0
  296. package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.mjs +2555 -0
  297. package/dist/node_modules/.pnpm/cytoscape-cose-bilkent@4.1.0_cytoscape@3.31.1/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.mjs +374 -0
  298. package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.31.1/node_modules/cytoscape-fcose/cytoscape-fcose.mjs +1278 -0
  299. package/dist/node_modules/.pnpm/cytoscape@3.31.1/node_modules/cytoscape/dist/cytoscape.esm.mjs +29469 -0
  300. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.mjs +21 -0
  301. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.mjs +21 -0
  302. package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.mjs +21 -0
  303. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.mjs +6 -0
  304. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.mjs +10 -0
  305. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.mjs +47 -0
  306. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.mjs +6 -0
  307. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.mjs +21 -0
  308. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.mjs +21 -0
  309. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.mjs +6 -0
  310. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.mjs +11 -0
  311. package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.mjs +51 -0
  312. package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.mjs +94 -0
  313. package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.mjs +6 -0
  314. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.mjs +338 -0
  315. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.mjs +13 -0
  316. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.mjs +95 -0
  317. package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.mjs +6 -0
  318. package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.mjs +70 -0
  319. package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.mjs +6 -0
  320. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/defaultLocale.mjs +20 -0
  321. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/exponent.mjs +7 -0
  322. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatDecimal.mjs +15 -0
  323. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.mjs +15 -0
  324. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.mjs +10 -0
  325. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.mjs +12 -0
  326. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.mjs +10 -0
  327. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.mjs +37 -0
  328. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.mjs +21 -0
  329. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTypes.mjs +21 -0
  330. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/identity.mjs +6 -0
  331. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.mjs +82 -0
  332. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionFixed.mjs +7 -0
  333. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionPrefix.mjs +7 -0
  334. package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionRound.mjs +8 -0
  335. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.mjs +13 -0
  336. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.mjs +29 -0
  337. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.mjs +4 -0
  338. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.mjs +9 -0
  339. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.mjs +18 -0
  340. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.mjs +8 -0
  341. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.mjs +15 -0
  342. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.mjs +20 -0
  343. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.mjs +20 -0
  344. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.mjs +8 -0
  345. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.mjs +43 -0
  346. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.mjs +28 -0
  347. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.mjs +59 -0
  348. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.mjs +18 -0
  349. package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.mjs +16 -0
  350. package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.mjs +73 -0
  351. package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.mjs +88 -0
  352. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.mjs +22 -0
  353. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.mjs +8 -0
  354. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.mjs +326 -0
  355. package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.mjs +13 -0
  356. package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.mjs +5 -0
  357. package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.mjs +8 -0
  358. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.mjs +56 -0
  359. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.mjs +8 -0
  360. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.mjs +95 -0
  361. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.mjs +16 -0
  362. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.mjs +61 -0
  363. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.mjs +14 -0
  364. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.mjs +6 -0
  365. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.mjs +38 -0
  366. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.mjs +34 -0
  367. package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.mjs +54 -0
  368. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.mjs +6 -0
  369. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.mjs +8 -0
  370. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.mjs +20 -0
  371. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.mjs +14 -0
  372. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.mjs +9 -0
  373. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.mjs +12 -0
  374. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.mjs +7 -0
  375. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.mjs +10 -0
  376. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.mjs +46 -0
  377. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.mjs +9 -0
  378. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.mjs +64 -0
  379. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.mjs +14 -0
  380. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.mjs +76 -0
  381. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.mjs +6 -0
  382. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.mjs +28 -0
  383. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.mjs +11 -0
  384. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.mjs +6 -0
  385. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.mjs +31 -0
  386. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.mjs +8 -0
  387. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.mjs +16 -0
  388. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.mjs +20 -0
  389. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.mjs +88 -0
  390. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.mjs +14 -0
  391. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.mjs +10 -0
  392. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.mjs +19 -0
  393. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.mjs +9 -0
  394. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.mjs +18 -0
  395. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.mjs +12 -0
  396. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.mjs +6 -0
  397. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.mjs +64 -0
  398. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.mjs +14 -0
  399. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.mjs +23 -0
  400. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.mjs +9 -0
  401. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.mjs +10 -0
  402. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.mjs +17 -0
  403. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.mjs +24 -0
  404. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.mjs +16 -0
  405. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.mjs +16 -0
  406. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.mjs +8 -0
  407. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.mjs +22 -0
  408. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.mjs +6 -0
  409. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.mjs +28 -0
  410. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.mjs +20 -0
  411. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.mjs +10 -0
  412. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.mjs +11 -0
  413. package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.mjs +6 -0
  414. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.mjs +4 -0
  415. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.mjs +8 -0
  416. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.mjs +45 -0
  417. package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.mjs +10 -0
  418. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.mjs +133 -0
  419. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.mjs +6 -0
  420. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.mjs +8 -0
  421. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.mjs +66 -0
  422. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.mjs +63 -0
  423. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.mjs +50 -0
  424. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.mjs +49 -0
  425. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.mjs +43 -0
  426. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.mjs +73 -0
  427. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.mjs +69 -0
  428. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.mjs +57 -0
  429. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.mjs +83 -0
  430. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.mjs +75 -0
  431. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.mjs +63 -0
  432. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.mjs +39 -0
  433. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.mjs +25 -0
  434. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.mjs +99 -0
  435. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.mjs +54 -0
  436. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.mjs +59 -0
  437. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.mjs +6 -0
  438. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.mjs +6 -0
  439. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.mjs +41 -0
  440. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.mjs +32 -0
  441. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.mjs +5 -0
  442. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.mjs +19 -0
  443. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.mjs +55 -0
  444. package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.mjs +10 -0
  445. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.mjs +25 -0
  446. package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.mjs +542 -0
  447. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.mjs +34 -0
  448. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.mjs +16 -0
  449. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.mjs +26 -0
  450. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.mjs +61 -0
  451. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.mjs +23 -0
  452. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.mjs +26 -0
  453. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.mjs +27 -0
  454. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.mjs +15 -0
  455. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.mjs +54 -0
  456. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.mjs +66 -0
  457. package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.mjs +45 -0
  458. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.mjs +13 -0
  459. package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.mjs +96 -0
  460. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.mjs +21 -0
  461. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.mjs +5 -0
  462. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.mjs +9 -0
  463. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.mjs +39 -0
  464. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.mjs +55 -0
  465. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.mjs +42 -0
  466. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.mjs +18 -0
  467. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.mjs +18 -0
  468. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.mjs +14 -0
  469. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.mjs +15 -0
  470. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.mjs +23 -0
  471. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.mjs +16 -0
  472. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.mjs +68 -0
  473. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.mjs +11 -0
  474. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.mjs +18 -0
  475. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.mjs +23 -0
  476. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.mjs +13 -0
  477. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.mjs +125 -0
  478. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.mjs +20 -0
  479. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.mjs +24 -0
  480. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.mjs +8 -0
  481. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.mjs +47 -0
  482. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.mjs +25 -0
  483. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.mjs +18 -0
  484. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.mjs +25 -0
  485. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.mjs +22 -0
  486. package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.mjs +64 -0
  487. package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.mjs +45 -0
  488. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/acyclic.mjs +55 -0
  489. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/add-border-segments.mjs +33 -0
  490. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/coordinate-system.mjs +66 -0
  491. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/data/list.mjs +49 -0
  492. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/greedy-fas.mjs +97 -0
  493. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/layout.mjs +344 -0
  494. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/nesting-graph.mjs +94 -0
  495. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/normalize.mjs +69 -0
  496. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.mjs +25 -0
  497. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/barycenter.mjs +29 -0
  498. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.mjs +33 -0
  499. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/cross-count.mjs +54 -0
  500. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/index.mjs +51 -0
  501. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/init-order.mjs +30 -0
  502. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.mjs +84 -0
  503. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.mjs +66 -0
  504. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort.mjs +47 -0
  505. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.mjs +66 -0
  506. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/bk.mjs +296 -0
  507. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/index.mjs +29 -0
  508. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.mjs +45 -0
  509. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/index.mjs +29 -0
  510. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.mjs +148 -0
  511. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/util.mjs +30 -0
  512. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/util.mjs +164 -0
  513. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dfs.mjs +33 -0
  514. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dijkstra.mjs +2 -0
  515. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/floyd-warshall.mjs +2 -0
  516. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/postorder.mjs +7 -0
  517. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/preorder.mjs +7 -0
  518. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/topsort.mjs +7 -0
  519. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/graph.mjs +420 -0
  520. package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/json.mjs +47 -0
  521. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.mjs +286 -0
  522. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/advancedFormat.mjs +58 -0
  523. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.mjs +133 -0
  524. package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/isoWeek.mjs +37 -0
  525. package/dist/node_modules/.pnpm/dompurify@3.2.4/node_modules/dompurify/dist/purify.es.mjs +965 -0
  526. package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.mjs +43 -0
  527. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.mjs +131 -0
  528. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.mjs +5 -0
  529. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.mjs +24 -0
  530. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.mjs +40 -0
  531. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.mjs +50 -0
  532. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.mjs +39 -0
  533. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.mjs +172 -0
  534. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.mjs +33 -0
  535. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.mjs +13 -0
  536. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.mjs +15 -0
  537. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.mjs +13 -0
  538. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.mjs +12 -0
  539. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.mjs +8 -0
  540. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.mjs +7 -0
  541. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.mjs +12 -0
  542. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.mjs +7 -0
  543. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.mjs +7 -0
  544. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.mjs +7 -0
  545. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.mjs +10 -0
  546. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.mjs +20 -0
  547. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.mjs +18 -0
  548. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.mjs +95 -0
  549. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.mjs +11 -0
  550. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.mjs +14 -0
  551. package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/unit.mjs +10 -0
  552. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.mjs +87 -0
  553. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.mjs +74 -0
  554. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.mjs +17 -0
  555. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.mjs +62 -0
  556. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.mjs +478 -0
  557. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.mjs +725 -0
  558. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.mjs +20 -0
  559. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.mjs +11 -0
  560. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.mjs +13 -0
  561. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.mjs +233 -0
  562. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.mjs +17 -0
  563. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.mjs +453 -0
  564. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.mjs +72 -0
  565. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.mjs +336 -0
  566. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.mjs +105 -0
  567. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.mjs +111 -0
  568. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.mjs +139 -0
  569. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.mjs +19 -0
  570. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.mjs +80 -0
  571. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.mjs +70 -0
  572. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.mjs +62 -0
  573. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.mjs +60 -0
  574. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.mjs +256 -0
  575. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.mjs +202 -0
  576. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.mjs +69 -0
  577. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.mjs +73 -0
  578. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.mjs +159 -0
  579. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.mjs +137 -0
  580. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.mjs +177 -0
  581. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.mjs +126 -0
  582. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.mjs +12 -0
  583. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.mjs +12 -0
  584. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.mjs +33 -0
  585. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.mjs +377 -0
  586. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.mjs +56 -0
  587. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.mjs +239 -0
  588. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.mjs +466 -0
  589. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.mjs +37 -0
  590. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.mjs +236 -0
  591. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.mjs +142 -0
  592. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.mjs +75 -0
  593. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.mjs +43 -0
  594. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.mjs +81 -0
  595. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.mjs +328 -0
  596. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.mjs +210 -0
  597. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.mjs +15 -0
  598. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.mjs +74 -0
  599. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.mjs +64 -0
  600. package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.mjs +106 -0
  601. package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.mjs +3197 -0
  602. package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.mjs +3745 -0
  603. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs +6 -0
  604. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs +21 -0
  605. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs +21 -0
  606. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs +6 -0
  607. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs +21 -0
  608. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs +6 -0
  609. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs +6 -0
  610. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.mjs +15 -0
  611. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs +18 -0
  612. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs +5 -0
  613. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs +5 -0
  614. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs +6 -0
  615. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs +16 -0
  616. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs +12 -0
  617. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs +13 -0
  618. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.mjs +8 -0
  619. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs +24 -0
  620. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs +10 -0
  621. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs +10 -0
  622. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.mjs +13 -0
  623. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.mjs +12 -0
  624. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs +10 -0
  625. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs +13 -0
  626. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs +13 -0
  627. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.mjs +8 -0
  628. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs +16 -0
  629. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs +83 -0
  630. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs +21 -0
  631. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.mjs +6 -0
  632. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.mjs +14 -0
  633. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.mjs +13 -0
  634. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.mjs +12 -0
  635. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.mjs +21 -0
  636. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs +5 -0
  637. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.mjs +8 -0
  638. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs +13 -0
  639. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs +9 -0
  640. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs +14 -0
  641. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.mjs +6 -0
  642. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.mjs +9 -0
  643. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs +9 -0
  644. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.mjs +14 -0
  645. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.mjs +45 -0
  646. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs +9 -0
  647. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.mjs +35 -0
  648. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.mjs +6 -0
  649. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs +22 -0
  650. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs +9 -0
  651. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs +14 -0
  652. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.mjs +20 -0
  653. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs +19 -0
  654. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs +20 -0
  655. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.mjs +6 -0
  656. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.mjs +12 -0
  657. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.mjs +15 -0
  658. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.mjs +20 -0
  659. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs +27 -0
  660. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs +61 -0
  661. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.mjs +8 -0
  662. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.mjs +9 -0
  663. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.mjs +9 -0
  664. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs +9 -0
  665. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs +14 -0
  666. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs +10 -0
  667. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs +21 -0
  668. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs +8 -0
  669. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.mjs +46 -0
  670. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.mjs +6 -0
  671. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.mjs +7 -0
  672. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs +13 -0
  673. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs +9 -0
  674. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs +16 -0
  675. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs +7 -0
  676. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs +9 -0
  677. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs +8 -0
  678. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs +8 -0
  679. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs +11 -0
  680. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs +23 -0
  681. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.mjs +8 -0
  682. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs +5 -0
  683. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs +23 -0
  684. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.mjs +21 -0
  685. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs +15 -0
  686. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.mjs +10 -0
  687. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs +12 -0
  688. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.mjs +50 -0
  689. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.mjs +59 -0
  690. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.mjs +50 -0
  691. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs +4 -0
  692. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs +9 -0
  693. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs +8 -0
  694. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.mjs +13 -0
  695. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs +9 -0
  696. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs +5 -0
  697. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs +25 -0
  698. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs +17 -0
  699. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs +34 -0
  700. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs +6 -0
  701. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.mjs +25 -0
  702. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs +8 -0
  703. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs +8 -0
  704. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs +15 -0
  705. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs +10 -0
  706. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs +11 -0
  707. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs +13 -0
  708. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs +43 -0
  709. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs +9 -0
  710. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.mjs +10 -0
  711. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs +10 -0
  712. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs +17 -0
  713. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs +16 -0
  714. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs +7 -0
  715. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs +11 -0
  716. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs +8 -0
  717. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.mjs +7 -0
  718. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs +7 -0
  719. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs +20 -0
  720. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs +8 -0
  721. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs +7 -0
  722. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs +14 -0
  723. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs +14 -0
  724. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs +9 -0
  725. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs +7 -0
  726. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs +7 -0
  727. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs +10 -0
  728. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.mjs +10 -0
  729. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.mjs +11 -0
  730. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs +15 -0
  731. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs +5 -0
  732. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs +5 -0
  733. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs +12 -0
  734. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs +18 -0
  735. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs +8 -0
  736. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs +8 -0
  737. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs +21 -0
  738. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs +6 -0
  739. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs +12 -0
  740. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.mjs +8 -0
  741. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.mjs +6 -0
  742. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.mjs +10 -0
  743. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs +6 -0
  744. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs +20 -0
  745. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs +8 -0
  746. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs +8 -0
  747. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs +6 -0
  748. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs +6 -0
  749. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs +22 -0
  750. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.mjs +12 -0
  751. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs +16 -0
  752. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs +11 -0
  753. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs +18 -0
  754. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.mjs +8 -0
  755. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs +8 -0
  756. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs +6 -0
  757. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.mjs +11 -0
  758. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.mjs +8 -0
  759. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.mjs +8 -0
  760. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.mjs +11 -0
  761. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs +8 -0
  762. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.mjs +8 -0
  763. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs +6 -0
  764. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs +13 -0
  765. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs +4 -0
  766. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs +8 -0
  767. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs +8 -0
  768. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs +11 -0
  769. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.mjs +35 -0
  770. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs +13 -0
  771. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs +7 -0
  772. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs +8 -0
  773. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs +7 -0
  774. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs +6 -0
  775. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs +22 -0
  776. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs +8 -0
  777. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs +9 -0
  778. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs +8 -0
  779. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs +9 -0
  780. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs +9 -0
  781. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.mjs +11 -0
  782. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs +22 -0
  783. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs +8 -0
  784. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/min.mjs +9 -0
  785. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.mjs +5 -0
  786. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.mjs +10 -0
  787. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.mjs +12 -0
  788. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs +6 -0
  789. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs +6 -0
  790. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs +8 -0
  791. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs +7 -0
  792. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.mjs +8 -0
  793. package/dist/node_modules/.pnpm/marked@15.0.7/node_modules/marked/lib/marked.esm.mjs +2152 -0
  794. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-IEHRJDOE.mjs +1093 -0
  795. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-JOT3LUYC.mjs +3598 -0
  796. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-VJAJSXHY.mjs +2487 -0
  797. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4BMEZGHF.mjs +17 -0
  798. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-5NNNAHNI.mjs +143 -0
  799. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-6JRP7KZX.mjs +2696 -0
  800. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-7B677QYD.mjs +19 -0
  801. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-A2AXSNBT.mjs +1828 -0
  802. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AEK57VVT.mjs +1961 -0
  803. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-C3MQ5ANM.mjs +332 -0
  804. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-D6G4REZN.mjs +109 -0
  805. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-H2D2JQ3I.mjs +78 -0
  806. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-HRU6DDCH.mjs +5018 -0
  807. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IIMUDSI4.mjs +696 -0
  808. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-K557N5IZ.mjs +17 -0
  809. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-O4NI6UNU.mjs +557 -0
  810. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RZ5BOZE2.mjs +38 -0
  811. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-TYCBKAJE.mjs +57 -0
  812. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-VV3M67IP.mjs +107 -0
  813. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-XZIHB7SX.mjs +17 -0
  814. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-YTJNT7DU.mjs +3052 -0
  815. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-GIVACNV2.mjs +27 -0
  816. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-COTLJTTW.mjs +27 -0
  817. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-OKDRZEBW.mjs +662 -0
  818. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-SSKATNLV.mjs +306 -0
  819. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VNBRO52H.mjs +191 -0
  820. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-Q7BY3M3F.mjs +1168 -0
  821. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-4HSFHLVR.mjs +2339 -0
  822. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-APWFNJXF.mjs +2104 -0
  823. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-7IBYFJ6S.mjs +1215 -0
  824. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-PH2N3AL5.mjs +31 -0
  825. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-U35MCT3I.mjs +1201 -0
  826. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-NDS4AKOZ.mjs +1055 -0
  827. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-ALO5MXBD.mjs +1195 -0
  828. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-IB7DONF6.mjs +188 -0
  829. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-7GDLP6J5.mjs +1340 -0
  830. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-KVF5MWMF.mjs +1168 -0
  831. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-QLVOVGJD.mjs +670 -0
  832. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-X6HHIX6F.mjs +3419 -0
  833. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-DGXRK772.mjs +477 -0
  834. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-YXO3MK2T.mjs +27 -0
  835. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-BDJGKUSR.mjs +1232 -0
  836. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-VJFVF3MP.mjs +1778 -0
  837. package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/mermaid.core.mjs +1222 -0
  838. package/dist/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/index.browser.mjs +13 -0
  839. package/dist/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/url-alphabet/index.mjs +4 -0
  840. package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.mjs +1001 -0
  841. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.mjs +16 -0
  842. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.mjs +164 -0
  843. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.mjs +29 -0
  844. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.mjs +156 -0
  845. package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.mjs +38 -0
  846. package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.mjs +42 -0
  847. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.mjs +95 -0
  848. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.mjs +133 -0
  849. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.mjs +40 -0
  850. package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.mjs +28 -0
  851. package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.mjs +225 -0
  852. package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.mjs +1262 -0
  853. package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.mjs +344 -0
  854. package/package.json +25 -25
  855. package/dist/Bash-aFIJDfx0.js +0 -30
  856. package/dist/Css-aYNwv_jI.js +0 -18
  857. package/dist/ElmShikiHighlighter--ESSD5xl.js +0 -7531
  858. package/dist/Rust-CcTG3HST.js +0 -16
  859. package/dist/_basePickBy-q3OsvEq8.js +0 -152
  860. package/dist/_baseUniq-DXyFBvJx.js +0 -583
  861. package/dist/abap-BPxeDPn4.js +0 -6
  862. package/dist/actionscript-3-Cjb604Dt.js +0 -6
  863. package/dist/ada-BSgRrxrM.js +0 -6
  864. package/dist/andromeeda-uXNdzNpk.js +0 -4
  865. package/dist/angular-html-Zg5oS4-1.js +0 -32
  866. package/dist/angular-ts-NgJ-y-q8.js +0 -21
  867. package/dist/apache-Cyj7Ib-S.js +0 -6
  868. package/dist/apex-DAAiMqi-.js +0 -6
  869. package/dist/apl-DxZdCuNa.js +0 -16
  870. package/dist/applescript-CroEtIVQ.js +0 -6
  871. package/dist/ara-9AczF2vY.js +0 -6
  872. package/dist/arc-BLiqnhIS.js +0 -83
  873. package/dist/architecture-4AB2E3PP-CJBMa096.js +0 -5
  874. package/dist/architectureDiagram-IEHRJDOE-BmZLGcAR.js +0 -4633
  875. package/dist/asciidoc-raFNDrGb.js +0 -6
  876. package/dist/asm-C8ld_M07.js +0 -6
  877. package/dist/astro-DVLPOVeH.js +0 -16
  878. package/dist/aurora-x-BwoVEUWZ.js +0 -4
  879. package/dist/awk-gc4Y_RTq.js +0 -6
  880. package/dist/ayu-dark-CxPZkpb2.js +0 -4
  881. package/dist/ballerina-CML1q4Hw.js +0 -6
  882. package/dist/bat-BVW1L4ug.js +0 -6
  883. package/dist/beancount-DYEC72C_.js +0 -6
  884. package/dist/berry-VTah6p7n.js +0 -6
  885. package/dist/bibtex-Bqt_3AVI.js +0 -6
  886. package/dist/bicep-DGk9_2l4.js +0 -6
  887. package/dist/blade-kJIUE9Xv.js +0 -20
  888. package/dist/blockDiagram-JOT3LUYC-CirZxs50.js +0 -2247
  889. package/dist/bsl-tt9CYf2I.js +0 -8
  890. package/dist/c-Cb-M0LQR.js +0 -6
  891. package/dist/c4Diagram-VJAJSXHY-CT04iVyI.js +0 -1581
  892. package/dist/cadence-Di4VMBdJ.js +0 -6
  893. package/dist/cairo-CNbjbPRN.js +0 -8
  894. package/dist/catppuccin-frappe-MQ6irQtC.js +0 -4
  895. package/dist/catppuccin-latte-UMitw0Sv.js +0 -4
  896. package/dist/catppuccin-macchiato-CpTwm6bY.js +0 -4
  897. package/dist/catppuccin-mocha-DAcVHoH1.js +0 -4
  898. package/dist/channel-DJoWX82m.js +0 -5
  899. package/dist/chunk-4BMEZGHF-DbrRFQBV.js +0 -9
  900. package/dist/chunk-A2AXSNBT-8nnxOxzM.js +0 -1372
  901. package/dist/chunk-AEK57VVT-BuA3ibij.js +0 -1415
  902. package/dist/chunk-D6G4REZN-C3CadGUl.js +0 -64
  903. package/dist/chunk-RZ5BOZE2-bPOa0Bzk.js +0 -24
  904. package/dist/chunk-XZIHB7SX-tSNzo5Pm.js +0 -15
  905. package/dist/clarity-WOA8trQj.js +0 -6
  906. package/dist/classDiagram-GIVACNV2-Ikn0C8nj.js +0 -16
  907. package/dist/classDiagram-v2-COTLJTTW-Ikn0C8nj.js +0 -16
  908. package/dist/clojure-r3NcJ8yt.js +0 -6
  909. package/dist/clone-KYMNdRyb.js +0 -8
  910. package/dist/cmake-CQmEhYbr.js +0 -6
  911. package/dist/cobol-DpscMYyB.js +0 -10
  912. package/dist/codeowners-Bt9yU6NX.js +0 -6
  913. package/dist/codeql-2Dcm6WNF.js +0 -6
  914. package/dist/coffee-cT6mLyjo.js +0 -8
  915. package/dist/common-lisp-DuX5KqId.js +0 -6
  916. package/dist/coq-DboLktjX.js +0 -6
  917. package/dist/cpp-Dfuj7FgN.js +0 -18
  918. package/dist/crystal-Cu359yzW.js +0 -18
  919. package/dist/csharp-xQvxkZxj.js +0 -6
  920. package/dist/css-BnL1064W.js +0 -6
  921. package/dist/csv-CmYOceLb.js +0 -6
  922. package/dist/cue-ByErcpN2.js +0 -6
  923. package/dist/cypher-DEVyrV5b.js +0 -6
  924. package/dist/cytoscape.esm-aRg21b6u.js +0 -18120
  925. package/dist/d-CBVqdj3C.js +0 -6
  926. package/dist/dagre-OKDRZEBW-Dd5I26Ao.js +0 -447
  927. package/dist/dark-plus-pUHDTVV0.js +0 -4
  928. package/dist/dart-u2fD-sKr.js +0 -6
  929. package/dist/dax-Crz9Wv4y.js +0 -6
  930. package/dist/desktop-DNXSD5qJ.js +0 -6
  931. package/dist/diagram-SSKATNLV-DZNkfESc.js +0 -221
  932. package/dist/diagram-VNBRO52H-CEw-lSHb.js +0 -126
  933. package/dist/diff-DOdUfPSR.js +0 -6
  934. package/dist/docker-CsHqm9tx.js +0 -6
  935. package/dist/dotenv-BYL4tpZA.js +0 -6
  936. package/dist/dracula-BtZx2Kac.js +0 -4
  937. package/dist/dracula-soft-BKa-aqBv.js +0 -4
  938. package/dist/dream-maker-kevRUHRs.js +0 -6
  939. package/dist/edge-D-R-hhaT.js +0 -12
  940. package/dist/elixir-DuneT2DZ.js +0 -8
  941. package/dist/elm-DdPFQYmH.js +0 -8
  942. package/dist/elmethis.js +0 -70
  943. package/dist/emacs-lisp-Bwasiep6.js +0 -6
  944. package/dist/erDiagram-Q7BY3M3F-Bi-5rbd2.js +0 -841
  945. package/dist/erb-BDkUfiWc.js +0 -10
  946. package/dist/erlang-CxpbZUOc.js +0 -6
  947. package/dist/everforest-dark-DMCBqXCK.js +0 -4
  948. package/dist/everforest-light-BbXl82Em.js +0 -4
  949. package/dist/fennel-B1x5pKr1.js +0 -6
  950. package/dist/fish-BjbXctXH.js +0 -6
  951. package/dist/flowDiagram-4HSFHLVR-Bep2tb38.js +0 -1622
  952. package/dist/fluent-DCuHrNR-.js +0 -6
  953. package/dist/fortran-fixed-form-muAGtm2V.js +0 -8
  954. package/dist/fortran-free-form-Db8k5H7x.js +0 -6
  955. package/dist/fsharp-D3TfYvtR.js +0 -8
  956. package/dist/ganttDiagram-APWFNJXF-MiSNV5UX.js +0 -2493
  957. package/dist/gdresource-C22851qr.js +0 -10
  958. package/dist/gdscript-C-C99PjI.js +0 -6
  959. package/dist/gdshader-0TihrSQl.js +0 -6
  960. package/dist/genie-MtKmcmPo.js +0 -6
  961. package/dist/gherkin-AzJBtK0J.js +0 -6
  962. package/dist/git-commit-Cdscfa4x.js +0 -8
  963. package/dist/git-rebase-BkertWzk.js +0 -8
  964. package/dist/gitGraph-O2Q2CXLX-2aBB3Qlu.js +0 -5
  965. package/dist/gitGraphDiagram-7IBYFJ6S-BeIrUUuR.js +0 -712
  966. package/dist/github-dark-DenFmJkN.js +0 -4
  967. package/dist/github-dark-default-BJPUVz4H.js +0 -4
  968. package/dist/github-dark-dimmed-DUshB20C.js +0 -4
  969. package/dist/github-dark-high-contrast-D3aGCnF8.js +0 -4
  970. package/dist/github-light-JYsPkUQd.js +0 -4
  971. package/dist/github-light-default-D99KPAby.js +0 -4
  972. package/dist/github-light-high-contrast-BbmZE-Mp.js +0 -4
  973. package/dist/gleam-BoJB89vF.js +0 -6
  974. package/dist/glimmer-js-DEzcmBLn.js +0 -14
  975. package/dist/glimmer-ts-CfoDm2Ms.js +0 -14
  976. package/dist/glsl-BcGeWDoy.js +0 -8
  977. package/dist/gnuplot-DgGnPAp8.js +0 -6
  978. package/dist/go-Cw0OOp5U.js +0 -6
  979. package/dist/graph-BN6Ja3dj.js +0 -247
  980. package/dist/graphql-BA9S3A0F.js +0 -14
  981. package/dist/groovy-45PuQEhl.js +0 -6
  982. package/dist/gruvbox-dark-hard-BDGmrmYl.js +0 -4
  983. package/dist/gruvbox-dark-medium-D7OrvcL5.js +0 -4
  984. package/dist/gruvbox-dark-soft-D_75PUdg.js +0 -4
  985. package/dist/gruvbox-light-hard-DhQt1gbs.js +0 -4
  986. package/dist/gruvbox-light-medium-DNXV_Sw8.js +0 -4
  987. package/dist/gruvbox-light-soft-C7ZspGxH.js +0 -4
  988. package/dist/hack-B5c1rmdK.js +0 -10
  989. package/dist/haml-CknjlTyn.js +0 -10
  990. package/dist/handlebars-DxZCQ1Ls.js +0 -14
  991. package/dist/haskell-ClRE648j.js +0 -6
  992. package/dist/haxe-CClgwBXY.js +0 -6
  993. package/dist/hcl-JJeBEFYE.js +0 -6
  994. package/dist/hjson-BollGKL_.js +0 -6
  995. package/dist/hlsl-b3kI2reZ.js +0 -6
  996. package/dist/houston-BDYrDoDW.js +0 -4
  997. package/dist/html-Iy9EJBkL.js +0 -10
  998. package/dist/html-derivative-BfM_d1x5.js +0 -8
  999. package/dist/http-Q-2xEgRf.js +0 -14
  1000. package/dist/hxml-C2bnoXd-.js +0 -8
  1001. package/dist/hy-S8dYOqS_.js +0 -6
  1002. package/dist/imba-DzSSVziz.js +0 -6
  1003. package/dist/index-DzMRhuTS.js +0 -17481
  1004. package/dist/info-4N47QTOZ-MlaygFtp.js +0 -5
  1005. package/dist/infoDiagram-PH2N3AL5-CLDi4hXF.js +0 -22
  1006. package/dist/ini-Cw62c0sR.js +0 -6
  1007. package/dist/init-DjUOC4st.js +0 -16
  1008. package/dist/java-DNw9zkk2.js +0 -6
  1009. package/dist/javascript-CXHlxgtu.js +0 -6
  1010. package/dist/jinja-D3ov3d_Q.js +0 -11
  1011. package/dist/jison-bKZ_ygkY.js +0 -8
  1012. package/dist/journeyDiagram-U35MCT3I-DF_hle8P.js +0 -809
  1013. package/dist/json-D4cXEhM0.js +0 -6
  1014. package/dist/json5-QDX9y-Y9.js +0 -6
  1015. package/dist/jsonc-Bph7GQf8.js +0 -6
  1016. package/dist/jsonl-CCrMgdQc.js +0 -6
  1017. package/dist/jsonnet-SAcLllmN.js +0 -6
  1018. package/dist/jssm-f8vsTkbr.js +0 -6
  1019. package/dist/jsx-BYrS51r7.js +0 -6
  1020. package/dist/julia-k0_CCOLn.js +0 -16
  1021. package/dist/kanagawa-dragon-CiKur4Hl.js +0 -4
  1022. package/dist/kanagawa-lotus-BKu-smKu.js +0 -4
  1023. package/dist/kanagawa-wave-CQwozSzG.js +0 -4
  1024. package/dist/kanban-definition-NDS4AKOZ-D2HjB3aQ.js +0 -719
  1025. package/dist/kotlin-DZs3CUXT.js +0 -6
  1026. package/dist/kusto-gqgW0Ct6.js +0 -6
  1027. package/dist/laserwave-6a00oqik.js +0 -4
  1028. package/dist/latex-ixPYeODw.js +0 -8
  1029. package/dist/layout-eoX7qCNd.js +0 -1325
  1030. package/dist/lean-DM2VgJqL.js +0 -6
  1031. package/dist/less-I_XXVOZl.js +0 -6
  1032. package/dist/light-plus-CZuVqSLX.js +0 -4
  1033. package/dist/linear-CjVlzhPx.js +0 -423
  1034. package/dist/liquid-DQYM4OUl.js +0 -14
  1035. package/dist/llvm-D3Vjgx0u.js +0 -6
  1036. package/dist/log-D-MzYv1Z.js +0 -6
  1037. package/dist/logo-D1k-IeHX.js +0 -6
  1038. package/dist/lua-DcPVWcJ7.js +0 -8
  1039. package/dist/luau-B3dL2bb0.js +0 -6
  1040. package/dist/make-CR9bkdqJ.js +0 -6
  1041. package/dist/markdown-w3MmBOPg.js +0 -6
  1042. package/dist/marko-Dou6ix2a.js +0 -14
  1043. package/dist/material-theme-D6KBX41T.js +0 -4
  1044. package/dist/material-theme-darker-CkRroheE.js +0 -4
  1045. package/dist/material-theme-lighter-BUBw43Yz.js +0 -4
  1046. package/dist/material-theme-ocean-ClGX14Ja.js +0 -4
  1047. package/dist/material-theme-palenight-C1RVm8K1.js +0 -4
  1048. package/dist/matlab-Dj6qX5si.js +0 -6
  1049. package/dist/mdc-Df47nGTR.js +0 -12
  1050. package/dist/mdx-COYqLMfv.js +0 -6
  1051. package/dist/mermaid-parser.core-Cnk6H5Tf.js +0 -12836
  1052. package/dist/mermaid-qIAHIJes.js +0 -6
  1053. package/dist/mermaid.core-CVg1AOGh.js +0 -15467
  1054. package/dist/min-dark-C7ak0t6c.js +0 -4
  1055. package/dist/min-light-CKFxVcPp.js +0 -4
  1056. package/dist/mindmap-definition-ALO5MXBD-RsXchRow.js +0 -3220
  1057. package/dist/mipsasm-BJbuoeDX.js +0 -6
  1058. package/dist/mojo-BFkEE7I6.js +0 -6
  1059. package/dist/monokai-C1KBYcO0.js +0 -4
  1060. package/dist/move-DhZIVzw9.js +0 -6
  1061. package/dist/narrat-Cru3p5ML.js +0 -6
  1062. package/dist/nextflow-JJGGygxI.js +0 -6
  1063. package/dist/nginx-Chu4HPUZ.js +0 -8
  1064. package/dist/night-owl-Bm2rzalh.js +0 -4
  1065. package/dist/nim-m3ClKyoA.js +0 -20
  1066. package/dist/nix-DeKhqLCs.js +0 -6
  1067. package/dist/nord-CC5OiUXg.js +0 -4
  1068. package/dist/nushell-vZ0whCpp.js +0 -6
  1069. package/dist/objective-c-DLUrAoO7.js +0 -6
  1070. package/dist/objective-cpp-BR9pz3Y7.js +0 -6
  1071. package/dist/ocaml-JmaGD6hS.js +0 -6
  1072. package/dist/one-dark-pro-DTA3VF0_.js +0 -4
  1073. package/dist/one-light-D9sNaUtq.js +0 -4
  1074. package/dist/ordinal-DfAQgscy.js +0 -61
  1075. package/dist/packet-KVYON367-B0ibT50B.js +0 -5
  1076. package/dist/pascal-NVmycfDo.js +0 -6
  1077. package/dist/perl-Dvb6TR9K.js +0 -16
  1078. package/dist/php-CJHnp_ft.js +0 -18
  1079. package/dist/pie-R6RNRRYF-eieuCIEv.js +0 -5
  1080. package/dist/pieDiagram-IB7DONF6-z3HiYOHT.js +0 -161
  1081. package/dist/plastic-CSTz3KZp.js +0 -4
  1082. package/dist/plsql-DMWd0imC.js +0 -6
  1083. package/dist/po-GS6uwG3N.js +0 -6
  1084. package/dist/poimandres-C-VADXHD.js +0 -4
  1085. package/dist/polar-kLOnm3TU.js +0 -6
  1086. package/dist/postcss-BHhGrjb8.js +0 -6
  1087. package/dist/powerquery-CMfeLaGU.js +0 -6
  1088. package/dist/powershell-D1mvJxDs.js +0 -6
  1089. package/dist/prisma-pUoUFT3i.js +0 -6
  1090. package/dist/prolog-DY7WzwMi.js +0 -6
  1091. package/dist/proto-CNCp3VWu.js +0 -6
  1092. package/dist/pug-CUZjrycK.js +0 -12
  1093. package/dist/puppet-B0mgPBqt.js +0 -6
  1094. package/dist/purescript-Go548NjJ.js +0 -6
  1095. package/dist/python-x6NdgKMy.js +0 -6
  1096. package/dist/qml-BZvDVi14.js +0 -8
  1097. package/dist/qmldir-BInDYbpo.js +0 -6
  1098. package/dist/qss-8QkBlVEn.js +0 -6
  1099. package/dist/quadrantDiagram-7GDLP6J5-DKNPBuF7.js +0 -1024
  1100. package/dist/r-HSnR3oil.js +0 -6
  1101. package/dist/racket-N6wCNCGC.js +0 -6
  1102. package/dist/radar-MK3ICKWK-EavvS0dk.js +0 -5
  1103. package/dist/raku-DIMO1_4D.js +0 -6
  1104. package/dist/razor-B0naKaWH.js +0 -10
  1105. package/dist/red-7y8PH7HH.js +0 -4
  1106. package/dist/reg-6UpU0EA6.js +0 -6
  1107. package/dist/regexp-DHtjPxOp.js +0 -6
  1108. package/dist/rel-DBIoUiKW.js +0 -6
  1109. package/dist/requirementDiagram-KVF5MWMF-CVtQbDO9.js +0 -851
  1110. package/dist/riscv-DpWk9ieM.js +0 -6
  1111. package/dist/rose-pine-4uTOzEpE.js +0 -4
  1112. package/dist/rose-pine-dawn-GMd81k-m.js +0 -4
  1113. package/dist/rose-pine-moon-CIFp_3PJ.js +0 -4
  1114. package/dist/rst-B64R6T0G.js +0 -22
  1115. package/dist/ruby-DfrpdncG.js +0 -30
  1116. package/dist/rust-B-KPd2nT.js +0 -6
  1117. package/dist/sankeyDiagram-QLVOVGJD-Bv56p0v8.js +0 -808
  1118. package/dist/sas-CJQBty5v.js +0 -8
  1119. package/dist/sass-Zos2Blmo.js +0 -6
  1120. package/dist/scala-7cAMYIqn.js +0 -6
  1121. package/dist/scheme-BQZQETGI.js +0 -6
  1122. package/dist/scss-SeF7XgZE.js +0 -8
  1123. package/dist/sdbl-67k1U2sQ.js +0 -6
  1124. package/dist/sequenceDiagram-X6HHIX6F-B6HsmiCo.js +0 -2281
  1125. package/dist/shaderlab-D-UIeqfT.js +0 -8
  1126. package/dist/shellscript-DmhSIIKI.js +0 -6
  1127. package/dist/shellsession-DJoY56qV.js +0 -8
  1128. package/dist/slack-dark-i7wN4OET.js +0 -4
  1129. package/dist/slack-ochin-ndHf0LoP.js +0 -4
  1130. package/dist/smalltalk-WltKgyq1.js +0 -6
  1131. package/dist/snazzy-light-BlSJXAu4.js +0 -4
  1132. package/dist/solarized-dark-UTmkh7lw.js +0 -4
  1133. package/dist/solarized-light-BheCkDPT.js +0 -4
  1134. package/dist/solidity-C04s0Yy3.js +0 -6
  1135. package/dist/soy-BLRDPjcE.js +0 -8
  1136. package/dist/sparql-DTCaWUmB.js +0 -8
  1137. package/dist/splunk-SGh_QiTm.js +0 -6
  1138. package/dist/sql-CsvhJWkt.js +0 -6
  1139. package/dist/ssh-config-D4I637-k.js +0 -6
  1140. package/dist/stata-CoSdWLbd.js +0 -8
  1141. package/dist/stateDiagram-DGXRK772-DisyN0eE.js +0 -270
  1142. package/dist/stateDiagram-v2-YXO3MK2T-DLdp-rnZ.js +0 -16
  1143. package/dist/stylus-C0YS3cII.js +0 -6
  1144. package/dist/svelte-D5kfh286.js +0 -14
  1145. package/dist/swift-DvTgPjC_.js +0 -6
  1146. package/dist/synthwave-84-NU3C_KFZ.js +0 -4
  1147. package/dist/system-verilog-NDUJ-OOt.js +0 -6
  1148. package/dist/systemd-WbxZvB8q.js +0 -6
  1149. package/dist/talonscript-CL368eRB.js +0 -6
  1150. package/dist/tasl-Dz-WwaLH.js +0 -6
  1151. package/dist/tcl-DlZIgGJq.js +0 -6
  1152. package/dist/templ-BeQ_faiG.js +0 -12
  1153. package/dist/terraform-BlQVOgpk.js +0 -6
  1154. package/dist/tex-D5wZQANC.js +0 -8
  1155. package/dist/timeline-definition-BDJGKUSR-BXC_uTuM.js +0 -804
  1156. package/dist/tokyo-night-DP4TmcQl.js +0 -4
  1157. package/dist/toml-DMRYbshZ.js +0 -6
  1158. package/dist/ts-tags-BhMM8FHa.js +0 -41
  1159. package/dist/tsv-BtvSkaG0.js +0 -6
  1160. package/dist/tsx-D0IYuDPS.js +0 -6
  1161. package/dist/turtle-p-VV8DEc.js +0 -6
  1162. package/dist/twig-B7P5Ovvl.js +0 -18
  1163. package/dist/typescript-DKfvlBCw.js +0 -6
  1164. package/dist/typespec-CTme0-JL.js +0 -6
  1165. package/dist/typst-Dn4vyooU.js +0 -6
  1166. package/dist/v-D7ebitkb.js +0 -6
  1167. package/dist/vala-TRtLMDHC.js +0 -6
  1168. package/dist/vb-B47FrOmA.js +0 -6
  1169. package/dist/verilog-B2TLsC4I.js +0 -6
  1170. package/dist/vesper-BckBta1U.js +0 -4
  1171. package/dist/vhdl-CU5AEtCN.js +0 -6
  1172. package/dist/viml-D-fUhqVn.js +0 -6
  1173. package/dist/vitesse-black-BoGvW84i.js +0 -4
  1174. package/dist/vitesse-dark-Cym-eLtO.js +0 -4
  1175. package/dist/vitesse-light-CcmG315c.js +0 -4
  1176. package/dist/vue-CdwmeZFh.js +0 -31
  1177. package/dist/vue-html-C-PRGoQQ.js +0 -10
  1178. package/dist/vyper-C03y8CZF.js +0 -6
  1179. package/dist/wasm-Bq8UuFo1.js +0 -6
  1180. package/dist/wasm-DQxwEHae.js +0 -7
  1181. package/dist/wenyan-DZPWEYbu.js +0 -6
  1182. package/dist/wgsl-De1GPYf9.js +0 -6
  1183. package/dist/wikitext-C-THcCj2.js +0 -6
  1184. package/dist/wit-BanP67gl.js +0 -6
  1185. package/dist/wolfram-CUT_U39K.js +0 -6
  1186. package/dist/xml-jRL-qgj-.js +0 -8
  1187. package/dist/xsl-CZWICAVO.js +0 -8
  1188. package/dist/xychartDiagram-VJFVF3MP-CkPa_K58.js +0 -1304
  1189. package/dist/yaml-DcQhbMrL.js +0 -6
  1190. package/dist/zenscript-8JCzLCTe.js +0 -6
  1191. package/dist/zig-DhdgDxkm.js +0 -6
@@ -1,2247 +0,0 @@
1
- import { _ as d, G as at, d as R, e as de, l as L, z as ge, B as ue, c as z, aj as pe, a8 as fe, a9 as xe, ak as Z, al as Yt, am as ye, u as tt, k as be, an as we, ao as xt, ap as me, i as Tt } from "./mermaid.core-CVg1AOGh.js";
2
- import { c as Le } from "./clone-KYMNdRyb.js";
3
- import { G as Se } from "./graph-BN6Ja3dj.js";
4
- import { c as ve } from "./channel-DJoWX82m.js";
5
- var yt = function() {
6
- var e = /* @__PURE__ */ d(function(N, x, g, u) {
7
- for (g = g || {}, u = N.length; u--; g[N[u]] = x) ;
8
- return g;
9
- }, "o"), t = [1, 7], r = [1, 13], n = [1, 14], i = [1, 15], a = [1, 19], s = [1, 16], l = [1, 17], o = [1, 18], f = [8, 30], h = [8, 21, 28, 29, 30, 31, 32, 40, 44, 47], y = [1, 23], b = [1, 24], m = [8, 15, 16, 21, 28, 29, 30, 31, 32, 40, 44, 47], E = [8, 15, 16, 21, 27, 28, 29, 30, 31, 32, 40, 44, 47], D = [1, 49], v = {
10
- trace: /* @__PURE__ */ d(function() {
11
- }, "trace"),
12
- yy: {},
13
- symbols_: { error: 2, spaceLines: 3, SPACELINE: 4, NL: 5, separator: 6, SPACE: 7, EOF: 8, start: 9, BLOCK_DIAGRAM_KEY: 10, document: 11, stop: 12, statement: 13, link: 14, LINK: 15, START_LINK: 16, LINK_LABEL: 17, STR: 18, nodeStatement: 19, columnsStatement: 20, SPACE_BLOCK: 21, blockStatement: 22, classDefStatement: 23, cssClassStatement: 24, styleStatement: 25, node: 26, SIZE: 27, COLUMNS: 28, "id-block": 29, end: 30, block: 31, NODE_ID: 32, nodeShapeNLabel: 33, dirList: 34, DIR: 35, NODE_DSTART: 36, NODE_DEND: 37, BLOCK_ARROW_START: 38, BLOCK_ARROW_END: 39, classDef: 40, CLASSDEF_ID: 41, CLASSDEF_STYLEOPTS: 42, DEFAULT: 43, class: 44, CLASSENTITY_IDS: 45, STYLECLASS: 46, style: 47, STYLE_ENTITY_IDS: 48, STYLE_DEFINITION_DATA: 49, $accept: 0, $end: 1 },
14
- terminals_: { 2: "error", 4: "SPACELINE", 5: "NL", 7: "SPACE", 8: "EOF", 10: "BLOCK_DIAGRAM_KEY", 15: "LINK", 16: "START_LINK", 17: "LINK_LABEL", 18: "STR", 21: "SPACE_BLOCK", 27: "SIZE", 28: "COLUMNS", 29: "id-block", 30: "end", 31: "block", 32: "NODE_ID", 35: "DIR", 36: "NODE_DSTART", 37: "NODE_DEND", 38: "BLOCK_ARROW_START", 39: "BLOCK_ARROW_END", 40: "classDef", 41: "CLASSDEF_ID", 42: "CLASSDEF_STYLEOPTS", 43: "DEFAULT", 44: "class", 45: "CLASSENTITY_IDS", 46: "STYLECLASS", 47: "style", 48: "STYLE_ENTITY_IDS", 49: "STYLE_DEFINITION_DATA" },
15
- productions_: [0, [3, 1], [3, 2], [3, 2], [6, 1], [6, 1], [6, 1], [9, 3], [12, 1], [12, 1], [12, 2], [12, 2], [11, 1], [11, 2], [14, 1], [14, 4], [13, 1], [13, 1], [13, 1], [13, 1], [13, 1], [13, 1], [13, 1], [19, 3], [19, 2], [19, 1], [20, 1], [22, 4], [22, 3], [26, 1], [26, 2], [34, 1], [34, 2], [33, 3], [33, 4], [23, 3], [23, 3], [24, 3], [25, 3]],
16
- performAction: /* @__PURE__ */ d(function(x, g, u, w, S, c, _) {
17
- var p = c.length - 1;
18
- switch (S) {
19
- case 4:
20
- w.getLogger().debug("Rule: separator (NL) ");
21
- break;
22
- case 5:
23
- w.getLogger().debug("Rule: separator (Space) ");
24
- break;
25
- case 6:
26
- w.getLogger().debug("Rule: separator (EOF) ");
27
- break;
28
- case 7:
29
- w.getLogger().debug("Rule: hierarchy: ", c[p - 1]), w.setHierarchy(c[p - 1]);
30
- break;
31
- case 8:
32
- w.getLogger().debug("Stop NL ");
33
- break;
34
- case 9:
35
- w.getLogger().debug("Stop EOF ");
36
- break;
37
- case 10:
38
- w.getLogger().debug("Stop NL2 ");
39
- break;
40
- case 11:
41
- w.getLogger().debug("Stop EOF2 ");
42
- break;
43
- case 12:
44
- w.getLogger().debug("Rule: statement: ", c[p]), typeof c[p].length == "number" ? this.$ = c[p] : this.$ = [c[p]];
45
- break;
46
- case 13:
47
- w.getLogger().debug("Rule: statement #2: ", c[p - 1]), this.$ = [c[p - 1]].concat(c[p]);
48
- break;
49
- case 14:
50
- w.getLogger().debug("Rule: link: ", c[p], x), this.$ = { edgeTypeStr: c[p], label: "" };
51
- break;
52
- case 15:
53
- w.getLogger().debug("Rule: LABEL link: ", c[p - 3], c[p - 1], c[p]), this.$ = { edgeTypeStr: c[p], label: c[p - 1] };
54
- break;
55
- case 18:
56
- const A = parseInt(c[p]), O = w.generateId();
57
- this.$ = { id: O, type: "space", label: "", width: A, children: [] };
58
- break;
59
- case 23:
60
- w.getLogger().debug("Rule: (nodeStatement link node) ", c[p - 2], c[p - 1], c[p], " typestr: ", c[p - 1].edgeTypeStr);
61
- const X = w.edgeStrToEdgeData(c[p - 1].edgeTypeStr);
62
- this.$ = [
63
- { id: c[p - 2].id, label: c[p - 2].label, type: c[p - 2].type, directions: c[p - 2].directions },
64
- { id: c[p - 2].id + "-" + c[p].id, start: c[p - 2].id, end: c[p].id, label: c[p - 1].label, type: "edge", directions: c[p].directions, arrowTypeEnd: X, arrowTypeStart: "arrow_open" },
65
- { id: c[p].id, label: c[p].label, type: w.typeStr2Type(c[p].typeStr), directions: c[p].directions }
66
- ];
67
- break;
68
- case 24:
69
- w.getLogger().debug("Rule: nodeStatement (abc88 node size) ", c[p - 1], c[p]), this.$ = { id: c[p - 1].id, label: c[p - 1].label, type: w.typeStr2Type(c[p - 1].typeStr), directions: c[p - 1].directions, widthInColumns: parseInt(c[p], 10) };
70
- break;
71
- case 25:
72
- w.getLogger().debug("Rule: nodeStatement (node) ", c[p]), this.$ = { id: c[p].id, label: c[p].label, type: w.typeStr2Type(c[p].typeStr), directions: c[p].directions, widthInColumns: 1 };
73
- break;
74
- case 26:
75
- w.getLogger().debug("APA123", this ? this : "na"), w.getLogger().debug("COLUMNS: ", c[p]), this.$ = { type: "column-setting", columns: c[p] === "auto" ? -1 : parseInt(c[p]) };
76
- break;
77
- case 27:
78
- w.getLogger().debug("Rule: id-block statement : ", c[p - 2], c[p - 1]), w.generateId(), this.$ = { ...c[p - 2], type: "composite", children: c[p - 1] };
79
- break;
80
- case 28:
81
- w.getLogger().debug("Rule: blockStatement : ", c[p - 2], c[p - 1], c[p]);
82
- const W = w.generateId();
83
- this.$ = { id: W, type: "composite", label: "", children: c[p - 1] };
84
- break;
85
- case 29:
86
- w.getLogger().debug("Rule: node (NODE_ID separator): ", c[p]), this.$ = { id: c[p] };
87
- break;
88
- case 30:
89
- w.getLogger().debug("Rule: node (NODE_ID nodeShapeNLabel separator): ", c[p - 1], c[p]), this.$ = { id: c[p - 1], label: c[p].label, typeStr: c[p].typeStr, directions: c[p].directions };
90
- break;
91
- case 31:
92
- w.getLogger().debug("Rule: dirList: ", c[p]), this.$ = [c[p]];
93
- break;
94
- case 32:
95
- w.getLogger().debug("Rule: dirList: ", c[p - 1], c[p]), this.$ = [c[p - 1]].concat(c[p]);
96
- break;
97
- case 33:
98
- w.getLogger().debug("Rule: nodeShapeNLabel: ", c[p - 2], c[p - 1], c[p]), this.$ = { typeStr: c[p - 2] + c[p], label: c[p - 1] };
99
- break;
100
- case 34:
101
- w.getLogger().debug("Rule: BLOCK_ARROW nodeShapeNLabel: ", c[p - 3], c[p - 2], " #3:", c[p - 1], c[p]), this.$ = { typeStr: c[p - 3] + c[p], label: c[p - 2], directions: c[p - 1] };
102
- break;
103
- case 35:
104
- case 36:
105
- this.$ = { type: "classDef", id: c[p - 1].trim(), css: c[p].trim() };
106
- break;
107
- case 37:
108
- this.$ = { type: "applyClass", id: c[p - 1].trim(), styleClass: c[p].trim() };
109
- break;
110
- case 38:
111
- this.$ = { type: "applyStyles", id: c[p - 1].trim(), stylesStr: c[p].trim() };
112
- break;
113
- }
114
- }, "anonymous"),
115
- table: [{ 9: 1, 10: [1, 2] }, { 1: [3] }, { 11: 3, 13: 4, 19: 5, 20: 6, 21: t, 22: 8, 23: 9, 24: 10, 25: 11, 26: 12, 28: r, 29: n, 31: i, 32: a, 40: s, 44: l, 47: o }, { 8: [1, 20] }, e(f, [2, 12], { 13: 4, 19: 5, 20: 6, 22: 8, 23: 9, 24: 10, 25: 11, 26: 12, 11: 21, 21: t, 28: r, 29: n, 31: i, 32: a, 40: s, 44: l, 47: o }), e(h, [2, 16], { 14: 22, 15: y, 16: b }), e(h, [2, 17]), e(h, [2, 18]), e(h, [2, 19]), e(h, [2, 20]), e(h, [2, 21]), e(h, [2, 22]), e(m, [2, 25], { 27: [1, 25] }), e(h, [2, 26]), { 19: 26, 26: 12, 32: a }, { 11: 27, 13: 4, 19: 5, 20: 6, 21: t, 22: 8, 23: 9, 24: 10, 25: 11, 26: 12, 28: r, 29: n, 31: i, 32: a, 40: s, 44: l, 47: o }, { 41: [1, 28], 43: [1, 29] }, { 45: [1, 30] }, { 48: [1, 31] }, e(E, [2, 29], { 33: 32, 36: [1, 33], 38: [1, 34] }), { 1: [2, 7] }, e(f, [2, 13]), { 26: 35, 32: a }, { 32: [2, 14] }, { 17: [1, 36] }, e(m, [2, 24]), { 11: 37, 13: 4, 14: 22, 15: y, 16: b, 19: 5, 20: 6, 21: t, 22: 8, 23: 9, 24: 10, 25: 11, 26: 12, 28: r, 29: n, 31: i, 32: a, 40: s, 44: l, 47: o }, { 30: [1, 38] }, { 42: [1, 39] }, { 42: [1, 40] }, { 46: [1, 41] }, { 49: [1, 42] }, e(E, [2, 30]), { 18: [1, 43] }, { 18: [1, 44] }, e(m, [2, 23]), { 18: [1, 45] }, { 30: [1, 46] }, e(h, [2, 28]), e(h, [2, 35]), e(h, [2, 36]), e(h, [2, 37]), e(h, [2, 38]), { 37: [1, 47] }, { 34: 48, 35: D }, { 15: [1, 50] }, e(h, [2, 27]), e(E, [2, 33]), { 39: [1, 51] }, { 34: 52, 35: D, 39: [2, 31] }, { 32: [2, 15] }, e(E, [2, 34]), { 39: [2, 32] }],
116
- defaultActions: { 20: [2, 7], 23: [2, 14], 50: [2, 15], 52: [2, 32] },
117
- parseError: /* @__PURE__ */ d(function(x, g) {
118
- if (g.recoverable)
119
- this.trace(x);
120
- else {
121
- var u = new Error(x);
122
- throw u.hash = g, u;
123
- }
124
- }, "parseError"),
125
- parse: /* @__PURE__ */ d(function(x) {
126
- var g = this, u = [0], w = [], S = [null], c = [], _ = this.table, p = "", A = 0, O = 0, X = 2, W = 1, ce = c.slice.call(arguments, 1), M = Object.create(this.lexer), J = { yy: {} };
127
- for (var gt in this.yy)
128
- Object.prototype.hasOwnProperty.call(this.yy, gt) && (J.yy[gt] = this.yy[gt]);
129
- M.setInput(x, J.yy), J.yy.lexer = M, J.yy.parser = this, typeof M.yylloc > "u" && (M.yylloc = {});
130
- var ut = M.yylloc;
131
- c.push(ut);
132
- var oe = M.options && M.options.ranges;
133
- typeof J.yy.parseError == "function" ? this.parseError = J.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
134
- function he(H) {
135
- u.length = u.length - 2 * H, S.length = S.length - H, c.length = c.length - H;
136
- }
137
- d(he, "popStack");
138
- function Dt() {
139
- var H;
140
- return H = w.pop() || M.lex() || W, typeof H != "number" && (H instanceof Array && (w = H, H = w.pop()), H = g.symbols_[H] || H), H;
141
- }
142
- d(Dt, "lex");
143
- for (var Y, Q, U, pt, $ = {}, st, q, Nt, it; ; ) {
144
- if (Q = u[u.length - 1], this.defaultActions[Q] ? U = this.defaultActions[Q] : ((Y === null || typeof Y > "u") && (Y = Dt()), U = _[Q] && _[Q][Y]), typeof U > "u" || !U.length || !U[0]) {
145
- var ft = "";
146
- it = [];
147
- for (st in _[Q])
148
- this.terminals_[st] && st > X && it.push("'" + this.terminals_[st] + "'");
149
- M.showPosition ? ft = "Parse error on line " + (A + 1) + `:
150
- ` + M.showPosition() + `
151
- Expecting ` + it.join(", ") + ", got '" + (this.terminals_[Y] || Y) + "'" : ft = "Parse error on line " + (A + 1) + ": Unexpected " + (Y == W ? "end of input" : "'" + (this.terminals_[Y] || Y) + "'"), this.parseError(ft, {
152
- text: M.match,
153
- token: this.terminals_[Y] || Y,
154
- line: M.yylineno,
155
- loc: ut,
156
- expected: it
157
- });
158
- }
159
- if (U[0] instanceof Array && U.length > 1)
160
- throw new Error("Parse Error: multiple actions possible at state: " + Q + ", token: " + Y);
161
- switch (U[0]) {
162
- case 1:
163
- u.push(Y), S.push(M.yytext), c.push(M.yylloc), u.push(U[1]), Y = null, O = M.yyleng, p = M.yytext, A = M.yylineno, ut = M.yylloc;
164
- break;
165
- case 2:
166
- if (q = this.productions_[U[1]][1], $.$ = S[S.length - q], $._$ = {
167
- first_line: c[c.length - (q || 1)].first_line,
168
- last_line: c[c.length - 1].last_line,
169
- first_column: c[c.length - (q || 1)].first_column,
170
- last_column: c[c.length - 1].last_column
171
- }, oe && ($._$.range = [
172
- c[c.length - (q || 1)].range[0],
173
- c[c.length - 1].range[1]
174
- ]), pt = this.performAction.apply($, [
175
- p,
176
- O,
177
- A,
178
- J.yy,
179
- U[1],
180
- S,
181
- c
182
- ].concat(ce)), typeof pt < "u")
183
- return pt;
184
- q && (u = u.slice(0, -1 * q * 2), S = S.slice(0, -1 * q), c = c.slice(0, -1 * q)), u.push(this.productions_[U[1]][0]), S.push($.$), c.push($._$), Nt = _[u[u.length - 2]][u[u.length - 1]], u.push(Nt);
185
- break;
186
- case 3:
187
- return !0;
188
- }
189
- }
190
- return !0;
191
- }, "parse")
192
- }, T = /* @__PURE__ */ function() {
193
- var N = {
194
- EOF: 1,
195
- parseError: /* @__PURE__ */ d(function(g, u) {
196
- if (this.yy.parser)
197
- this.yy.parser.parseError(g, u);
198
- else
199
- throw new Error(g);
200
- }, "parseError"),
201
- // resets the lexer, sets new input
202
- setInput: /* @__PURE__ */ d(function(x, g) {
203
- return this.yy = g || this.yy || {}, this._input = x, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
204
- first_line: 1,
205
- first_column: 0,
206
- last_line: 1,
207
- last_column: 0
208
- }, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
209
- }, "setInput"),
210
- // consumes and returns one char from the input
211
- input: /* @__PURE__ */ d(function() {
212
- var x = this._input[0];
213
- this.yytext += x, this.yyleng++, this.offset++, this.match += x, this.matched += x;
214
- var g = x.match(/(?:\r\n?|\n).*/g);
215
- return g ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), x;
216
- }, "input"),
217
- // unshifts one char (or a string) into the input
218
- unput: /* @__PURE__ */ d(function(x) {
219
- var g = x.length, u = x.split(/(?:\r\n?|\n)/g);
220
- this._input = x + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - g), this.offset -= g;
221
- var w = this.match.split(/(?:\r\n?|\n)/g);
222
- this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), u.length - 1 && (this.yylineno -= u.length - 1);
223
- var S = this.yylloc.range;
224
- return this.yylloc = {
225
- first_line: this.yylloc.first_line,
226
- last_line: this.yylineno + 1,
227
- first_column: this.yylloc.first_column,
228
- last_column: u ? (u.length === w.length ? this.yylloc.first_column : 0) + w[w.length - u.length].length - u[0].length : this.yylloc.first_column - g
229
- }, this.options.ranges && (this.yylloc.range = [S[0], S[0] + this.yyleng - g]), this.yyleng = this.yytext.length, this;
230
- }, "unput"),
231
- // When called from action, caches matched text and appends it on next action
232
- more: /* @__PURE__ */ d(function() {
233
- return this._more = !0, this;
234
- }, "more"),
235
- // 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.
236
- reject: /* @__PURE__ */ d(function() {
237
- if (this.options.backtrack_lexer)
238
- this._backtrack = !0;
239
- else
240
- 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).
241
- ` + this.showPosition(), {
242
- text: "",
243
- token: null,
244
- line: this.yylineno
245
- });
246
- return this;
247
- }, "reject"),
248
- // retain first n characters of the match
249
- less: /* @__PURE__ */ d(function(x) {
250
- this.unput(this.match.slice(x));
251
- }, "less"),
252
- // displays already matched input, i.e. for error messages
253
- pastInput: /* @__PURE__ */ d(function() {
254
- var x = this.matched.substr(0, this.matched.length - this.match.length);
255
- return (x.length > 20 ? "..." : "") + x.substr(-20).replace(/\n/g, "");
256
- }, "pastInput"),
257
- // displays upcoming input, i.e. for error messages
258
- upcomingInput: /* @__PURE__ */ d(function() {
259
- var x = this.match;
260
- return x.length < 20 && (x += this._input.substr(0, 20 - x.length)), (x.substr(0, 20) + (x.length > 20 ? "..." : "")).replace(/\n/g, "");
261
- }, "upcomingInput"),
262
- // displays the character position where the lexing error occurred, i.e. for error messages
263
- showPosition: /* @__PURE__ */ d(function() {
264
- var x = this.pastInput(), g = new Array(x.length + 1).join("-");
265
- return x + this.upcomingInput() + `
266
- ` + g + "^";
267
- }, "showPosition"),
268
- // test the lexed token: return FALSE when not a match, otherwise return token
269
- test_match: /* @__PURE__ */ d(function(x, g) {
270
- var u, w, S;
271
- if (this.options.backtrack_lexer && (S = {
272
- yylineno: this.yylineno,
273
- yylloc: {
274
- first_line: this.yylloc.first_line,
275
- last_line: this.last_line,
276
- first_column: this.yylloc.first_column,
277
- last_column: this.yylloc.last_column
278
- },
279
- yytext: this.yytext,
280
- match: this.match,
281
- matches: this.matches,
282
- matched: this.matched,
283
- yyleng: this.yyleng,
284
- offset: this.offset,
285
- _more: this._more,
286
- _input: this._input,
287
- yy: this.yy,
288
- conditionStack: this.conditionStack.slice(0),
289
- done: this.done
290
- }, this.options.ranges && (S.yylloc.range = this.yylloc.range.slice(0))), w = x[0].match(/(?:\r\n?|\n).*/g), w && (this.yylineno += w.length), this.yylloc = {
291
- first_line: this.yylloc.last_line,
292
- last_line: this.yylineno + 1,
293
- first_column: this.yylloc.last_column,
294
- last_column: w ? w[w.length - 1].length - w[w.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + x[0].length
295
- }, this.yytext += x[0], this.match += x[0], this.matches = x, this.yyleng = this.yytext.length, this.options.ranges && (this.yylloc.range = [this.offset, this.offset += this.yyleng]), this._more = !1, this._backtrack = !1, this._input = this._input.slice(x[0].length), this.matched += x[0], u = this.performAction.call(this, this.yy, this, g, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), u)
296
- return u;
297
- if (this._backtrack) {
298
- for (var c in S)
299
- this[c] = S[c];
300
- return !1;
301
- }
302
- return !1;
303
- }, "test_match"),
304
- // return next match in input
305
- next: /* @__PURE__ */ d(function() {
306
- if (this.done)
307
- return this.EOF;
308
- this._input || (this.done = !0);
309
- var x, g, u, w;
310
- this._more || (this.yytext = "", this.match = "");
311
- for (var S = this._currentRules(), c = 0; c < S.length; c++)
312
- if (u = this._input.match(this.rules[S[c]]), u && (!g || u[0].length > g[0].length)) {
313
- if (g = u, w = c, this.options.backtrack_lexer) {
314
- if (x = this.test_match(u, S[c]), x !== !1)
315
- return x;
316
- if (this._backtrack) {
317
- g = !1;
318
- continue;
319
- } else
320
- return !1;
321
- } else if (!this.options.flex)
322
- break;
323
- }
324
- return g ? (x = this.test_match(g, S[w]), x !== !1 ? x : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
325
- ` + this.showPosition(), {
326
- text: "",
327
- token: null,
328
- line: this.yylineno
329
- });
330
- }, "next"),
331
- // return next match that has a token
332
- lex: /* @__PURE__ */ d(function() {
333
- var g = this.next();
334
- return g || this.lex();
335
- }, "lex"),
336
- // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
337
- begin: /* @__PURE__ */ d(function(g) {
338
- this.conditionStack.push(g);
339
- }, "begin"),
340
- // pop the previously active lexer condition state off the condition stack
341
- popState: /* @__PURE__ */ d(function() {
342
- var g = this.conditionStack.length - 1;
343
- return g > 0 ? this.conditionStack.pop() : this.conditionStack[0];
344
- }, "popState"),
345
- // produce the lexer rule set which is active for the currently active lexer condition state
346
- _currentRules: /* @__PURE__ */ d(function() {
347
- return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
348
- }, "_currentRules"),
349
- // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
350
- topState: /* @__PURE__ */ d(function(g) {
351
- return g = this.conditionStack.length - 1 - Math.abs(g || 0), g >= 0 ? this.conditionStack[g] : "INITIAL";
352
- }, "topState"),
353
- // alias for begin(condition)
354
- pushState: /* @__PURE__ */ d(function(g) {
355
- this.begin(g);
356
- }, "pushState"),
357
- // return the number of states currently on the stack
358
- stateStackSize: /* @__PURE__ */ d(function() {
359
- return this.conditionStack.length;
360
- }, "stateStackSize"),
361
- options: {},
362
- performAction: /* @__PURE__ */ d(function(g, u, w, S) {
363
- switch (w) {
364
- case 0:
365
- return 10;
366
- case 1:
367
- return g.getLogger().debug("Found space-block"), 31;
368
- case 2:
369
- return g.getLogger().debug("Found nl-block"), 31;
370
- case 3:
371
- return g.getLogger().debug("Found space-block"), 29;
372
- case 4:
373
- g.getLogger().debug(".", u.yytext);
374
- break;
375
- case 5:
376
- g.getLogger().debug("_", u.yytext);
377
- break;
378
- case 6:
379
- return 5;
380
- case 7:
381
- return u.yytext = -1, 28;
382
- case 8:
383
- return u.yytext = u.yytext.replace(/columns\s+/, ""), g.getLogger().debug("COLUMNS (LEX)", u.yytext), 28;
384
- case 9:
385
- this.pushState("md_string");
386
- break;
387
- case 10:
388
- return "MD_STR";
389
- case 11:
390
- this.popState();
391
- break;
392
- case 12:
393
- this.pushState("string");
394
- break;
395
- case 13:
396
- g.getLogger().debug("LEX: POPPING STR:", u.yytext), this.popState();
397
- break;
398
- case 14:
399
- return g.getLogger().debug("LEX: STR end:", u.yytext), "STR";
400
- case 15:
401
- return u.yytext = u.yytext.replace(/space\:/, ""), g.getLogger().debug("SPACE NUM (LEX)", u.yytext), 21;
402
- case 16:
403
- return u.yytext = "1", g.getLogger().debug("COLUMNS (LEX)", u.yytext), 21;
404
- case 17:
405
- return 43;
406
- case 18:
407
- return "LINKSTYLE";
408
- case 19:
409
- return "INTERPOLATE";
410
- case 20:
411
- return this.pushState("CLASSDEF"), 40;
412
- case 21:
413
- return this.popState(), this.pushState("CLASSDEFID"), "DEFAULT_CLASSDEF_ID";
414
- case 22:
415
- return this.popState(), this.pushState("CLASSDEFID"), 41;
416
- case 23:
417
- return this.popState(), 42;
418
- case 24:
419
- return this.pushState("CLASS"), 44;
420
- case 25:
421
- return this.popState(), this.pushState("CLASS_STYLE"), 45;
422
- case 26:
423
- return this.popState(), 46;
424
- case 27:
425
- return this.pushState("STYLE_STMNT"), 47;
426
- case 28:
427
- return this.popState(), this.pushState("STYLE_DEFINITION"), 48;
428
- case 29:
429
- return this.popState(), 49;
430
- case 30:
431
- return this.pushState("acc_title"), "acc_title";
432
- case 31:
433
- return this.popState(), "acc_title_value";
434
- case 32:
435
- return this.pushState("acc_descr"), "acc_descr";
436
- case 33:
437
- return this.popState(), "acc_descr_value";
438
- case 34:
439
- this.pushState("acc_descr_multiline");
440
- break;
441
- case 35:
442
- this.popState();
443
- break;
444
- case 36:
445
- return "acc_descr_multiline_value";
446
- case 37:
447
- return 30;
448
- case 38:
449
- return this.popState(), g.getLogger().debug("Lex: (("), "NODE_DEND";
450
- case 39:
451
- return this.popState(), g.getLogger().debug("Lex: (("), "NODE_DEND";
452
- case 40:
453
- return this.popState(), g.getLogger().debug("Lex: ))"), "NODE_DEND";
454
- case 41:
455
- return this.popState(), g.getLogger().debug("Lex: (("), "NODE_DEND";
456
- case 42:
457
- return this.popState(), g.getLogger().debug("Lex: (("), "NODE_DEND";
458
- case 43:
459
- return this.popState(), g.getLogger().debug("Lex: (-"), "NODE_DEND";
460
- case 44:
461
- return this.popState(), g.getLogger().debug("Lex: -)"), "NODE_DEND";
462
- case 45:
463
- return this.popState(), g.getLogger().debug("Lex: (("), "NODE_DEND";
464
- case 46:
465
- return this.popState(), g.getLogger().debug("Lex: ]]"), "NODE_DEND";
466
- case 47:
467
- return this.popState(), g.getLogger().debug("Lex: ("), "NODE_DEND";
468
- case 48:
469
- return this.popState(), g.getLogger().debug("Lex: ])"), "NODE_DEND";
470
- case 49:
471
- return this.popState(), g.getLogger().debug("Lex: /]"), "NODE_DEND";
472
- case 50:
473
- return this.popState(), g.getLogger().debug("Lex: /]"), "NODE_DEND";
474
- case 51:
475
- return this.popState(), g.getLogger().debug("Lex: )]"), "NODE_DEND";
476
- case 52:
477
- return this.popState(), g.getLogger().debug("Lex: )"), "NODE_DEND";
478
- case 53:
479
- return this.popState(), g.getLogger().debug("Lex: ]>"), "NODE_DEND";
480
- case 54:
481
- return this.popState(), g.getLogger().debug("Lex: ]"), "NODE_DEND";
482
- case 55:
483
- return g.getLogger().debug("Lexa: -)"), this.pushState("NODE"), 36;
484
- case 56:
485
- return g.getLogger().debug("Lexa: (-"), this.pushState("NODE"), 36;
486
- case 57:
487
- return g.getLogger().debug("Lexa: ))"), this.pushState("NODE"), 36;
488
- case 58:
489
- return g.getLogger().debug("Lexa: )"), this.pushState("NODE"), 36;
490
- case 59:
491
- return g.getLogger().debug("Lex: ((("), this.pushState("NODE"), 36;
492
- case 60:
493
- return g.getLogger().debug("Lexa: )"), this.pushState("NODE"), 36;
494
- case 61:
495
- return g.getLogger().debug("Lexa: )"), this.pushState("NODE"), 36;
496
- case 62:
497
- return g.getLogger().debug("Lexa: )"), this.pushState("NODE"), 36;
498
- case 63:
499
- return g.getLogger().debug("Lexc: >"), this.pushState("NODE"), 36;
500
- case 64:
501
- return g.getLogger().debug("Lexa: (["), this.pushState("NODE"), 36;
502
- case 65:
503
- return g.getLogger().debug("Lexa: )"), this.pushState("NODE"), 36;
504
- case 66:
505
- return this.pushState("NODE"), 36;
506
- case 67:
507
- return this.pushState("NODE"), 36;
508
- case 68:
509
- return this.pushState("NODE"), 36;
510
- case 69:
511
- return this.pushState("NODE"), 36;
512
- case 70:
513
- return this.pushState("NODE"), 36;
514
- case 71:
515
- return this.pushState("NODE"), 36;
516
- case 72:
517
- return this.pushState("NODE"), 36;
518
- case 73:
519
- return g.getLogger().debug("Lexa: ["), this.pushState("NODE"), 36;
520
- case 74:
521
- return this.pushState("BLOCK_ARROW"), g.getLogger().debug("LEX ARR START"), 38;
522
- case 75:
523
- return g.getLogger().debug("Lex: NODE_ID", u.yytext), 32;
524
- case 76:
525
- return g.getLogger().debug("Lex: EOF", u.yytext), 8;
526
- case 77:
527
- this.pushState("md_string");
528
- break;
529
- case 78:
530
- this.pushState("md_string");
531
- break;
532
- case 79:
533
- return "NODE_DESCR";
534
- case 80:
535
- this.popState();
536
- break;
537
- case 81:
538
- g.getLogger().debug("Lex: Starting string"), this.pushState("string");
539
- break;
540
- case 82:
541
- g.getLogger().debug("LEX ARR: Starting string"), this.pushState("string");
542
- break;
543
- case 83:
544
- return g.getLogger().debug("LEX: NODE_DESCR:", u.yytext), "NODE_DESCR";
545
- case 84:
546
- g.getLogger().debug("LEX POPPING"), this.popState();
547
- break;
548
- case 85:
549
- g.getLogger().debug("Lex: =>BAE"), this.pushState("ARROW_DIR");
550
- break;
551
- case 86:
552
- return u.yytext = u.yytext.replace(/^,\s*/, ""), g.getLogger().debug("Lex (right): dir:", u.yytext), "DIR";
553
- case 87:
554
- return u.yytext = u.yytext.replace(/^,\s*/, ""), g.getLogger().debug("Lex (left):", u.yytext), "DIR";
555
- case 88:
556
- return u.yytext = u.yytext.replace(/^,\s*/, ""), g.getLogger().debug("Lex (x):", u.yytext), "DIR";
557
- case 89:
558
- return u.yytext = u.yytext.replace(/^,\s*/, ""), g.getLogger().debug("Lex (y):", u.yytext), "DIR";
559
- case 90:
560
- return u.yytext = u.yytext.replace(/^,\s*/, ""), g.getLogger().debug("Lex (up):", u.yytext), "DIR";
561
- case 91:
562
- return u.yytext = u.yytext.replace(/^,\s*/, ""), g.getLogger().debug("Lex (down):", u.yytext), "DIR";
563
- case 92:
564
- return u.yytext = "]>", g.getLogger().debug("Lex (ARROW_DIR end):", u.yytext), this.popState(), this.popState(), "BLOCK_ARROW_END";
565
- case 93:
566
- return g.getLogger().debug("Lex: LINK", "#" + u.yytext + "#"), 15;
567
- case 94:
568
- return g.getLogger().debug("Lex: LINK", u.yytext), 15;
569
- case 95:
570
- return g.getLogger().debug("Lex: LINK", u.yytext), 15;
571
- case 96:
572
- return g.getLogger().debug("Lex: LINK", u.yytext), 15;
573
- case 97:
574
- return g.getLogger().debug("Lex: START_LINK", u.yytext), this.pushState("LLABEL"), 16;
575
- case 98:
576
- return g.getLogger().debug("Lex: START_LINK", u.yytext), this.pushState("LLABEL"), 16;
577
- case 99:
578
- return g.getLogger().debug("Lex: START_LINK", u.yytext), this.pushState("LLABEL"), 16;
579
- case 100:
580
- this.pushState("md_string");
581
- break;
582
- case 101:
583
- return g.getLogger().debug("Lex: Starting string"), this.pushState("string"), "LINK_LABEL";
584
- case 102:
585
- return this.popState(), g.getLogger().debug("Lex: LINK", "#" + u.yytext + "#"), 15;
586
- case 103:
587
- return this.popState(), g.getLogger().debug("Lex: LINK", u.yytext), 15;
588
- case 104:
589
- return this.popState(), g.getLogger().debug("Lex: LINK", u.yytext), 15;
590
- case 105:
591
- return g.getLogger().debug("Lex: COLON", u.yytext), u.yytext = u.yytext.slice(1), 27;
592
- }
593
- }, "anonymous"),
594
- rules: [/^(?:block-beta\b)/, /^(?:block\s+)/, /^(?:block\n+)/, /^(?:block:)/, /^(?:[\s]+)/, /^(?:[\n]+)/, /^(?:((\u000D\u000A)|(\u000A)))/, /^(?:columns\s+auto\b)/, /^(?:columns\s+[\d]+)/, /^(?:["][`])/, /^(?:[^`"]+)/, /^(?:[`]["])/, /^(?:["])/, /^(?:["])/, /^(?:[^"]*)/, /^(?:space[:]\d+)/, /^(?:space\b)/, /^(?:default\b)/, /^(?:linkStyle\b)/, /^(?:interpolate\b)/, /^(?:classDef\s+)/, /^(?:DEFAULT\s+)/, /^(?:\w+\s+)/, /^(?:[^\n]*)/, /^(?:class\s+)/, /^(?:(\w+)+((,\s*\w+)*))/, /^(?:[^\n]*)/, /^(?:style\s+)/, /^(?:(\w+)+((,\s*\w+)*))/, /^(?:[^\n]*)/, /^(?:accTitle\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*:\s*)/, /^(?:(?!\n||)*[^\n]*)/, /^(?:accDescr\s*\{\s*)/, /^(?:[\}])/, /^(?:[^\}]*)/, /^(?:end\b\s*)/, /^(?:\(\(\()/, /^(?:\)\)\))/, /^(?:[\)]\))/, /^(?:\}\})/, /^(?:\})/, /^(?:\(-)/, /^(?:-\))/, /^(?:\(\()/, /^(?:\]\])/, /^(?:\()/, /^(?:\]\))/, /^(?:\\\])/, /^(?:\/\])/, /^(?:\)\])/, /^(?:[\)])/, /^(?:\]>)/, /^(?:[\]])/, /^(?:-\))/, /^(?:\(-)/, /^(?:\)\))/, /^(?:\))/, /^(?:\(\(\()/, /^(?:\(\()/, /^(?:\{\{)/, /^(?:\{)/, /^(?:>)/, /^(?:\(\[)/, /^(?:\()/, /^(?:\[\[)/, /^(?:\[\|)/, /^(?:\[\()/, /^(?:\)\)\))/, /^(?:\[\\)/, /^(?:\[\/)/, /^(?:\[\\)/, /^(?:\[)/, /^(?:<\[)/, /^(?:[^\(\[\n\-\)\{\}\s\<\>:]+)/, /^(?:$)/, /^(?:["][`])/, /^(?:["][`])/, /^(?:[^`"]+)/, /^(?:[`]["])/, /^(?:["])/, /^(?:["])/, /^(?:[^"]+)/, /^(?:["])/, /^(?:\]>\s*\()/, /^(?:,?\s*right\s*)/, /^(?:,?\s*left\s*)/, /^(?:,?\s*x\s*)/, /^(?:,?\s*y\s*)/, /^(?:,?\s*up\s*)/, /^(?:,?\s*down\s*)/, /^(?:\)\s*)/, /^(?:\s*[xo<]?--+[-xo>]\s*)/, /^(?:\s*[xo<]?==+[=xo>]\s*)/, /^(?:\s*[xo<]?-?\.+-[xo>]?\s*)/, /^(?:\s*~~[\~]+\s*)/, /^(?:\s*[xo<]?--\s*)/, /^(?:\s*[xo<]?==\s*)/, /^(?:\s*[xo<]?-\.\s*)/, /^(?:["][`])/, /^(?:["])/, /^(?:\s*[xo<]?--+[-xo>]\s*)/, /^(?:\s*[xo<]?==+[=xo>]\s*)/, /^(?:\s*[xo<]?-?\.+-[xo>]?\s*)/, /^(?::\d+)/],
595
- conditions: { STYLE_DEFINITION: { rules: [29], inclusive: !1 }, STYLE_STMNT: { rules: [28], inclusive: !1 }, CLASSDEFID: { rules: [23], inclusive: !1 }, CLASSDEF: { rules: [21, 22], inclusive: !1 }, CLASS_STYLE: { rules: [26], inclusive: !1 }, CLASS: { rules: [25], inclusive: !1 }, LLABEL: { rules: [100, 101, 102, 103, 104], inclusive: !1 }, ARROW_DIR: { rules: [86, 87, 88, 89, 90, 91, 92], inclusive: !1 }, BLOCK_ARROW: { rules: [77, 82, 85], inclusive: !1 }, NODE: { rules: [38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 78, 81], inclusive: !1 }, md_string: { rules: [10, 11, 79, 80], inclusive: !1 }, space: { rules: [], inclusive: !1 }, string: { rules: [13, 14, 83, 84], inclusive: !1 }, acc_descr_multiline: { rules: [35, 36], inclusive: !1 }, acc_descr: { rules: [33], inclusive: !1 }, acc_title: { rules: [31], inclusive: !1 }, INITIAL: { rules: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 15, 16, 17, 18, 19, 20, 24, 27, 30, 32, 34, 37, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 93, 94, 95, 96, 97, 98, 99, 105], inclusive: !0 } }
596
- };
597
- return N;
598
- }();
599
- v.lexer = T;
600
- function k() {
601
- this.yy = {};
602
- }
603
- return d(k, "Parser"), k.prototype = v, v.Parser = k, new k();
604
- }();
605
- yt.parser = yt;
606
- var Ee = yt, V = /* @__PURE__ */ new Map(), St = [], bt = /* @__PURE__ */ new Map(), Ct = "color", Bt = "fill", _e = "bgFill", Ht = ",", ke = z(), ct = /* @__PURE__ */ new Map(), De = /* @__PURE__ */ d((e) => be.sanitizeText(e, ke), "sanitizeText"), Ne = /* @__PURE__ */ d(function(e, t = "") {
607
- let r = ct.get(e);
608
- r || (r = { id: e, styles: [], textStyles: [] }, ct.set(e, r)), t != null && t.split(Ht).forEach((n) => {
609
- const i = n.replace(/([^;]*);/, "$1").trim();
610
- if (RegExp(Ct).exec(n)) {
611
- const s = i.replace(Bt, _e).replace(Ct, Bt);
612
- r.textStyles.push(s);
613
- }
614
- r.styles.push(i);
615
- });
616
- }, "addStyleClass"), Te = /* @__PURE__ */ d(function(e, t = "") {
617
- const r = V.get(e);
618
- t != null && (r.styles = t.split(Ht));
619
- }, "addStyle2Node"), Ce = /* @__PURE__ */ d(function(e, t) {
620
- e.split(",").forEach(function(r) {
621
- let n = V.get(r);
622
- if (n === void 0) {
623
- const i = r.trim();
624
- n = { id: i, type: "na", children: [] }, V.set(i, n);
625
- }
626
- n.classes || (n.classes = []), n.classes.push(t);
627
- });
628
- }, "setCssClass"), Kt = /* @__PURE__ */ d((e, t) => {
629
- const r = e.flat(), n = [];
630
- for (const i of r) {
631
- if (i.label && (i.label = De(i.label)), i.type === "classDef") {
632
- Ne(i.id, i.css);
633
- continue;
634
- }
635
- if (i.type === "applyClass") {
636
- Ce(i.id, (i == null ? void 0 : i.styleClass) ?? "");
637
- continue;
638
- }
639
- if (i.type === "applyStyles") {
640
- i != null && i.stylesStr && Te(i.id, i == null ? void 0 : i.stylesStr);
641
- continue;
642
- }
643
- if (i.type === "column-setting")
644
- t.columns = i.columns ?? -1;
645
- else if (i.type === "edge") {
646
- const a = (bt.get(i.id) ?? 0) + 1;
647
- bt.set(i.id, a), i.id = a + "-" + i.id, St.push(i);
648
- } else {
649
- i.label || (i.type === "composite" ? i.label = "" : i.label = i.id);
650
- const a = V.get(i.id);
651
- if (a === void 0 ? V.set(i.id, i) : (i.type !== "na" && (a.type = i.type), i.label !== i.id && (a.label = i.label)), i.children && Kt(i.children, i), i.type === "space") {
652
- const s = i.width ?? 1;
653
- for (let l = 0; l < s; l++) {
654
- const o = Le(i);
655
- o.id = o.id + "-" + l, V.set(o.id, o), n.push(o);
656
- }
657
- } else a === void 0 && n.push(i);
658
- }
659
- }
660
- t.children = n;
661
- }, "populateBlockDatabase"), vt = [], rt = { id: "root", type: "composite", children: [], columns: -1 }, Be = /* @__PURE__ */ d(() => {
662
- L.debug("Clear called"), ge(), rt = { id: "root", type: "composite", children: [], columns: -1 }, V = /* @__PURE__ */ new Map([["root", rt]]), vt = [], ct = /* @__PURE__ */ new Map(), St = [], bt = /* @__PURE__ */ new Map();
663
- }, "clear");
664
- function Xt(e) {
665
- switch (L.debug("typeStr2Type", e), e) {
666
- case "[]":
667
- return "square";
668
- case "()":
669
- return L.debug("we have a round"), "round";
670
- case "(())":
671
- return "circle";
672
- case ">]":
673
- return "rect_left_inv_arrow";
674
- case "{}":
675
- return "diamond";
676
- case "{{}}":
677
- return "hexagon";
678
- case "([])":
679
- return "stadium";
680
- case "[[]]":
681
- return "subroutine";
682
- case "[()]":
683
- return "cylinder";
684
- case "((()))":
685
- return "doublecircle";
686
- case "[//]":
687
- return "lean_right";
688
- case "[\\\\]":
689
- return "lean_left";
690
- case "[/\\]":
691
- return "trapezoid";
692
- case "[\\/]":
693
- return "inv_trapezoid";
694
- case "<[]>":
695
- return "block_arrow";
696
- default:
697
- return "na";
698
- }
699
- }
700
- d(Xt, "typeStr2Type");
701
- function Ut(e) {
702
- switch (L.debug("typeStr2Type", e), e) {
703
- case "==":
704
- return "thick";
705
- default:
706
- return "normal";
707
- }
708
- }
709
- d(Ut, "edgeTypeStr2Type");
710
- function jt(e) {
711
- switch (e.trim()) {
712
- case "--x":
713
- return "arrow_cross";
714
- case "--o":
715
- return "arrow_circle";
716
- default:
717
- return "arrow_point";
718
- }
719
- }
720
- d(jt, "edgeStrToEdgeData");
721
- var It = 0, Ie = /* @__PURE__ */ d(() => (It++, "id-" + Math.random().toString(36).substr(2, 12) + "-" + It), "generateId"), Oe = /* @__PURE__ */ d((e) => {
722
- rt.children = e, Kt(e, rt), vt = rt.children;
723
- }, "setHierarchy"), Re = /* @__PURE__ */ d((e) => {
724
- const t = V.get(e);
725
- return t ? t.columns ? t.columns : t.children ? t.children.length : -1 : -1;
726
- }, "getColumns"), ze = /* @__PURE__ */ d(() => [...V.values()], "getBlocksFlat"), Ae = /* @__PURE__ */ d(() => vt || [], "getBlocks"), Me = /* @__PURE__ */ d(() => St, "getEdges"), Fe = /* @__PURE__ */ d((e) => V.get(e), "getBlock"), We = /* @__PURE__ */ d((e) => {
727
- V.set(e.id, e);
728
- }, "setBlock"), Pe = /* @__PURE__ */ d(() => console, "getLogger"), Ye = /* @__PURE__ */ d(function() {
729
- return ct;
730
- }, "getClasses"), He = {
731
- getConfig: /* @__PURE__ */ d(() => at().block, "getConfig"),
732
- typeStr2Type: Xt,
733
- edgeTypeStr2Type: Ut,
734
- edgeStrToEdgeData: jt,
735
- getLogger: Pe,
736
- getBlocksFlat: ze,
737
- getBlocks: Ae,
738
- getEdges: Me,
739
- setHierarchy: Oe,
740
- getBlock: Fe,
741
- setBlock: We,
742
- getColumns: Re,
743
- getClasses: Ye,
744
- clear: Be,
745
- generateId: Ie
746
- }, Ke = He, nt = /* @__PURE__ */ d((e, t) => {
747
- const r = ve, n = r(e, "r"), i = r(e, "g"), a = r(e, "b");
748
- return ue(n, i, a, t);
749
- }, "fade"), Xe = /* @__PURE__ */ d((e) => `.label {
750
- font-family: ${e.fontFamily};
751
- color: ${e.nodeTextColor || e.textColor};
752
- }
753
- .cluster-label text {
754
- fill: ${e.titleColor};
755
- }
756
- .cluster-label span,p {
757
- color: ${e.titleColor};
758
- }
759
-
760
-
761
-
762
- .label text,span,p {
763
- fill: ${e.nodeTextColor || e.textColor};
764
- color: ${e.nodeTextColor || e.textColor};
765
- }
766
-
767
- .node rect,
768
- .node circle,
769
- .node ellipse,
770
- .node polygon,
771
- .node path {
772
- fill: ${e.mainBkg};
773
- stroke: ${e.nodeBorder};
774
- stroke-width: 1px;
775
- }
776
- .flowchart-label text {
777
- text-anchor: middle;
778
- }
779
- // .flowchart-label .text-outer-tspan {
780
- // text-anchor: middle;
781
- // }
782
- // .flowchart-label .text-inner-tspan {
783
- // text-anchor: start;
784
- // }
785
-
786
- .node .label {
787
- text-align: center;
788
- }
789
- .node.clickable {
790
- cursor: pointer;
791
- }
792
-
793
- .arrowheadPath {
794
- fill: ${e.arrowheadColor};
795
- }
796
-
797
- .edgePath .path {
798
- stroke: ${e.lineColor};
799
- stroke-width: 2.0px;
800
- }
801
-
802
- .flowchart-link {
803
- stroke: ${e.lineColor};
804
- fill: none;
805
- }
806
-
807
- .edgeLabel {
808
- background-color: ${e.edgeLabelBackground};
809
- rect {
810
- opacity: 0.5;
811
- background-color: ${e.edgeLabelBackground};
812
- fill: ${e.edgeLabelBackground};
813
- }
814
- text-align: center;
815
- }
816
-
817
- /* For html labels only */
818
- .labelBkg {
819
- background-color: ${nt(e.edgeLabelBackground, 0.5)};
820
- // background-color:
821
- }
822
-
823
- .node .cluster {
824
- // fill: ${nt(e.mainBkg, 0.5)};
825
- fill: ${nt(e.clusterBkg, 0.5)};
826
- stroke: ${nt(e.clusterBorder, 0.2)};
827
- box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
828
- stroke-width: 1px;
829
- }
830
-
831
- .cluster text {
832
- fill: ${e.titleColor};
833
- }
834
-
835
- .cluster span,p {
836
- color: ${e.titleColor};
837
- }
838
- /* .cluster div {
839
- color: ${e.titleColor};
840
- } */
841
-
842
- div.mermaidTooltip {
843
- position: absolute;
844
- text-align: center;
845
- max-width: 200px;
846
- padding: 2px;
847
- font-family: ${e.fontFamily};
848
- font-size: 12px;
849
- background: ${e.tertiaryColor};
850
- border: 1px solid ${e.border2};
851
- border-radius: 2px;
852
- pointer-events: none;
853
- z-index: 100;
854
- }
855
-
856
- .flowchartTitleText {
857
- text-anchor: middle;
858
- font-size: 18px;
859
- fill: ${e.textColor};
860
- }
861
- `, "getStyles"), Ue = Xe, je = /* @__PURE__ */ d((e, t, r, n) => {
862
- t.forEach((i) => {
863
- rr[i](e, r, n);
864
- });
865
- }, "insertMarkers"), Ve = /* @__PURE__ */ d((e, t, r) => {
866
- L.trace("Making markers for ", r), e.append("defs").append("marker").attr("id", r + "_" + t + "-extensionStart").attr("class", "marker extension " + t).attr("refX", 18).attr("refY", 7).attr("markerWidth", 190).attr("markerHeight", 240).attr("orient", "auto").append("path").attr("d", "M 1,7 L18,13 V 1 Z"), e.append("defs").append("marker").attr("id", r + "_" + t + "-extensionEnd").attr("class", "marker extension " + t).attr("refX", 1).attr("refY", 7).attr("markerWidth", 20).attr("markerHeight", 28).attr("orient", "auto").append("path").attr("d", "M 1,1 V 13 L18,7 Z");
867
- }, "extension"), Ge = /* @__PURE__ */ d((e, t, r) => {
868
- e.append("defs").append("marker").attr("id", r + "_" + t + "-compositionStart").attr("class", "marker composition " + t).attr("refX", 18).attr("refY", 7).attr("markerWidth", 190).attr("markerHeight", 240).attr("orient", "auto").append("path").attr("d", "M 18,7 L9,13 L1,7 L9,1 Z"), e.append("defs").append("marker").attr("id", r + "_" + t + "-compositionEnd").attr("class", "marker composition " + t).attr("refX", 1).attr("refY", 7).attr("markerWidth", 20).attr("markerHeight", 28).attr("orient", "auto").append("path").attr("d", "M 18,7 L9,13 L1,7 L9,1 Z");
869
- }, "composition"), Ze = /* @__PURE__ */ d((e, t, r) => {
870
- e.append("defs").append("marker").attr("id", r + "_" + t + "-aggregationStart").attr("class", "marker aggregation " + t).attr("refX", 18).attr("refY", 7).attr("markerWidth", 190).attr("markerHeight", 240).attr("orient", "auto").append("path").attr("d", "M 18,7 L9,13 L1,7 L9,1 Z"), e.append("defs").append("marker").attr("id", r + "_" + t + "-aggregationEnd").attr("class", "marker aggregation " + t).attr("refX", 1).attr("refY", 7).attr("markerWidth", 20).attr("markerHeight", 28).attr("orient", "auto").append("path").attr("d", "M 18,7 L9,13 L1,7 L9,1 Z");
871
- }, "aggregation"), qe = /* @__PURE__ */ d((e, t, r) => {
872
- e.append("defs").append("marker").attr("id", r + "_" + t + "-dependencyStart").attr("class", "marker dependency " + t).attr("refX", 6).attr("refY", 7).attr("markerWidth", 190).attr("markerHeight", 240).attr("orient", "auto").append("path").attr("d", "M 5,7 L9,13 L1,7 L9,1 Z"), e.append("defs").append("marker").attr("id", r + "_" + t + "-dependencyEnd").attr("class", "marker dependency " + t).attr("refX", 13).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");
873
- }, "dependency"), Je = /* @__PURE__ */ d((e, t, r) => {
874
- e.append("defs").append("marker").attr("id", r + "_" + t + "-lollipopStart").attr("class", "marker lollipop " + t).attr("refX", 13).attr("refY", 7).attr("markerWidth", 190).attr("markerHeight", 240).attr("orient", "auto").append("circle").attr("stroke", "black").attr("fill", "transparent").attr("cx", 7).attr("cy", 7).attr("r", 6), e.append("defs").append("marker").attr("id", r + "_" + t + "-lollipopEnd").attr("class", "marker lollipop " + t).attr("refX", 1).attr("refY", 7).attr("markerWidth", 190).attr("markerHeight", 240).attr("orient", "auto").append("circle").attr("stroke", "black").attr("fill", "transparent").attr("cx", 7).attr("cy", 7).attr("r", 6);
875
- }, "lollipop"), Qe = /* @__PURE__ */ d((e, t, r) => {
876
- e.append("marker").attr("id", r + "_" + t + "-pointEnd").attr("class", "marker " + t).attr("viewBox", "0 0 10 10").attr("refX", 6).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").attr("class", "arrowMarkerPath").style("stroke-width", 1).style("stroke-dasharray", "1,0"), e.append("marker").attr("id", r + "_" + t + "-pointStart").attr("class", "marker " + t).attr("viewBox", "0 0 10 10").attr("refX", 4.5).attr("refY", 5).attr("markerUnits", "userSpaceOnUse").attr("markerWidth", 12).attr("markerHeight", 12).attr("orient", "auto").append("path").attr("d", "M 0 5 L 10 10 L 10 0 z").attr("class", "arrowMarkerPath").style("stroke-width", 1).style("stroke-dasharray", "1,0");
877
- }, "point"), $e = /* @__PURE__ */ d((e, t, r) => {
878
- e.append("marker").attr("id", r + "_" + t + "-circleEnd").attr("class", "marker " + t).attr("viewBox", "0 0 10 10").attr("refX", 11).attr("refY", 5).attr("markerUnits", "userSpaceOnUse").attr("markerWidth", 11).attr("markerHeight", 11).attr("orient", "auto").append("circle").attr("cx", "5").attr("cy", "5").attr("r", "5").attr("class", "arrowMarkerPath").style("stroke-width", 1).style("stroke-dasharray", "1,0"), e.append("marker").attr("id", r + "_" + t + "-circleStart").attr("class", "marker " + t).attr("viewBox", "0 0 10 10").attr("refX", -1).attr("refY", 5).attr("markerUnits", "userSpaceOnUse").attr("markerWidth", 11).attr("markerHeight", 11).attr("orient", "auto").append("circle").attr("cx", "5").attr("cy", "5").attr("r", "5").attr("class", "arrowMarkerPath").style("stroke-width", 1).style("stroke-dasharray", "1,0");
879
- }, "circle"), tr = /* @__PURE__ */ d((e, t, r) => {
880
- e.append("marker").attr("id", r + "_" + t + "-crossEnd").attr("class", "marker cross " + t).attr("viewBox", "0 0 11 11").attr("refX", 12).attr("refY", 5.2).attr("markerUnits", "userSpaceOnUse").attr("markerWidth", 11).attr("markerHeight", 11).attr("orient", "auto").append("path").attr("d", "M 1,1 l 9,9 M 10,1 l -9,9").attr("class", "arrowMarkerPath").style("stroke-width", 2).style("stroke-dasharray", "1,0"), e.append("marker").attr("id", r + "_" + t + "-crossStart").attr("class", "marker cross " + t).attr("viewBox", "0 0 11 11").attr("refX", -1).attr("refY", 5.2).attr("markerUnits", "userSpaceOnUse").attr("markerWidth", 11).attr("markerHeight", 11).attr("orient", "auto").append("path").attr("d", "M 1,1 l 9,9 M 10,1 l -9,9").attr("class", "arrowMarkerPath").style("stroke-width", 2).style("stroke-dasharray", "1,0");
881
- }, "cross"), er = /* @__PURE__ */ d((e, t, r) => {
882
- e.append("defs").append("marker").attr("id", r + "_" + t + "-barbEnd").attr("refX", 19).attr("refY", 7).attr("markerWidth", 20).attr("markerHeight", 14).attr("markerUnits", "strokeWidth").attr("orient", "auto").append("path").attr("d", "M 19,7 L9,13 L14,7 L9,1 Z");
883
- }, "barb"), rr = {
884
- extension: Ve,
885
- composition: Ge,
886
- aggregation: Ze,
887
- dependency: qe,
888
- lollipop: Je,
889
- point: Qe,
890
- circle: $e,
891
- cross: tr,
892
- barb: er
893
- }, ar = je, Wt, Pt, I = ((Pt = (Wt = z()) == null ? void 0 : Wt.block) == null ? void 0 : Pt.padding) ?? 8;
894
- function Vt(e, t) {
895
- if (e === 0 || !Number.isInteger(e))
896
- throw new Error("Columns must be an integer !== 0.");
897
- if (t < 0 || !Number.isInteger(t))
898
- throw new Error("Position must be a non-negative integer." + t);
899
- if (e < 0)
900
- return { px: t, py: 0 };
901
- if (e === 1)
902
- return { px: 0, py: t };
903
- const r = t % e, n = Math.floor(t / e);
904
- return { px: r, py: n };
905
- }
906
- d(Vt, "calculateBlockPosition");
907
- var sr = /* @__PURE__ */ d((e) => {
908
- let t = 0, r = 0;
909
- for (const n of e.children) {
910
- const { width: i, height: a, x: s, y: l } = n.size ?? { width: 0, height: 0, x: 0, y: 0 };
911
- L.debug(
912
- "getMaxChildSize abc95 child:",
913
- n.id,
914
- "width:",
915
- i,
916
- "height:",
917
- a,
918
- "x:",
919
- s,
920
- "y:",
921
- l,
922
- n.type
923
- ), n.type !== "space" && (i > t && (t = i / (e.widthInColumns ?? 1)), a > r && (r = a));
924
- }
925
- return { width: t, height: r };
926
- }, "getMaxChildSize");
927
- function ot(e, t, r = 0, n = 0) {
928
- var s, l, o, f, h, y, b, m, E, D, v;
929
- L.debug(
930
- "setBlockSizes abc95 (start)",
931
- e.id,
932
- (s = e == null ? void 0 : e.size) == null ? void 0 : s.x,
933
- "block width =",
934
- e == null ? void 0 : e.size,
935
- "sieblingWidth",
936
- r
937
- ), (l = e == null ? void 0 : e.size) != null && l.width || (e.size = {
938
- width: r,
939
- height: n,
940
- x: 0,
941
- y: 0
942
- });
943
- let i = 0, a = 0;
944
- if (((o = e.children) == null ? void 0 : o.length) > 0) {
945
- for (const S of e.children)
946
- ot(S, t);
947
- const T = sr(e);
948
- i = T.width, a = T.height, L.debug("setBlockSizes abc95 maxWidth of", e.id, ":s children is ", i, a);
949
- for (const S of e.children)
950
- S.size && (L.debug(
951
- `abc95 Setting size of children of ${e.id} id=${S.id} ${i} ${a} ${JSON.stringify(S.size)}`
952
- ), S.size.width = i * (S.widthInColumns ?? 1) + I * ((S.widthInColumns ?? 1) - 1), S.size.height = a, S.size.x = 0, S.size.y = 0, L.debug(
953
- `abc95 updating size of ${e.id} children child:${S.id} maxWidth:${i} maxHeight:${a}`
954
- ));
955
- for (const S of e.children)
956
- ot(S, t, i, a);
957
- const k = e.columns ?? -1;
958
- let N = 0;
959
- for (const S of e.children)
960
- N += S.widthInColumns ?? 1;
961
- let x = e.children.length;
962
- k > 0 && k < N && (x = k);
963
- const g = Math.ceil(N / x);
964
- let u = x * (i + I) + I, w = g * (a + I) + I;
965
- if (u < r) {
966
- L.debug(
967
- `Detected to small siebling: abc95 ${e.id} sieblingWidth ${r} sieblingHeight ${n} width ${u}`
968
- ), u = r, w = n;
969
- const S = (r - x * I - I) / x, c = (n - g * I - I) / g;
970
- L.debug("Size indata abc88", e.id, "childWidth", S, "maxWidth", i), L.debug("Size indata abc88", e.id, "childHeight", c, "maxHeight", a), L.debug("Size indata abc88 xSize", x, "padding", I);
971
- for (const _ of e.children)
972
- _.size && (_.size.width = S, _.size.height = c, _.size.x = 0, _.size.y = 0);
973
- }
974
- if (L.debug(
975
- `abc95 (finale calc) ${e.id} xSize ${x} ySize ${g} columns ${k}${e.children.length} width=${Math.max(u, ((f = e.size) == null ? void 0 : f.width) || 0)}`
976
- ), u < (((h = e == null ? void 0 : e.size) == null ? void 0 : h.width) || 0)) {
977
- u = ((y = e == null ? void 0 : e.size) == null ? void 0 : y.width) || 0;
978
- const S = k > 0 ? Math.min(e.children.length, k) : e.children.length;
979
- if (S > 0) {
980
- const c = (u - S * I - I) / S;
981
- L.debug("abc95 (growing to fit) width", e.id, u, (b = e.size) == null ? void 0 : b.width, c);
982
- for (const _ of e.children)
983
- _.size && (_.size.width = c);
984
- }
985
- }
986
- e.size = {
987
- width: u,
988
- height: w,
989
- x: 0,
990
- y: 0
991
- };
992
- }
993
- L.debug(
994
- "setBlockSizes abc94 (done)",
995
- e.id,
996
- (m = e == null ? void 0 : e.size) == null ? void 0 : m.x,
997
- (E = e == null ? void 0 : e.size) == null ? void 0 : E.width,
998
- (D = e == null ? void 0 : e.size) == null ? void 0 : D.y,
999
- (v = e == null ? void 0 : e.size) == null ? void 0 : v.height
1000
- );
1001
- }
1002
- d(ot, "setBlockSizes");
1003
- function Et(e, t) {
1004
- var n, i, a, s, l, o, f, h, y, b, m, E, D, v, T, k, N;
1005
- L.debug(
1006
- `abc85 layout blocks (=>layoutBlocks) ${e.id} x: ${(n = e == null ? void 0 : e.size) == null ? void 0 : n.x} y: ${(i = e == null ? void 0 : e.size) == null ? void 0 : i.y} width: ${(a = e == null ? void 0 : e.size) == null ? void 0 : a.width}`
1007
- );
1008
- const r = e.columns ?? -1;
1009
- if (L.debug("layoutBlocks columns abc95", e.id, "=>", r, e), e.children && // find max width of children
1010
- e.children.length > 0) {
1011
- const x = ((l = (s = e == null ? void 0 : e.children[0]) == null ? void 0 : s.size) == null ? void 0 : l.width) ?? 0, g = e.children.length * x + (e.children.length - 1) * I;
1012
- L.debug("widthOfChildren 88", g, "posX");
1013
- let u = 0;
1014
- L.debug("abc91 block?.size?.x", e.id, (o = e == null ? void 0 : e.size) == null ? void 0 : o.x);
1015
- let w = (f = e == null ? void 0 : e.size) != null && f.x ? ((h = e == null ? void 0 : e.size) == null ? void 0 : h.x) + (-((y = e == null ? void 0 : e.size) == null ? void 0 : y.width) / 2 || 0) : -I, S = 0;
1016
- for (const c of e.children) {
1017
- const _ = e;
1018
- if (!c.size)
1019
- continue;
1020
- const { width: p, height: A } = c.size, { px: O, py: X } = Vt(r, u);
1021
- if (X != S && (S = X, w = (b = e == null ? void 0 : e.size) != null && b.x ? ((m = e == null ? void 0 : e.size) == null ? void 0 : m.x) + (-((E = e == null ? void 0 : e.size) == null ? void 0 : E.width) / 2 || 0) : -I, L.debug("New row in layout for block", e.id, " and child ", c.id, S)), L.debug(
1022
- `abc89 layout blocks (child) id: ${c.id} Pos: ${u} (px, py) ${O},${X} (${(D = _ == null ? void 0 : _.size) == null ? void 0 : D.x},${(v = _ == null ? void 0 : _.size) == null ? void 0 : v.y}) parent: ${_.id} width: ${p}${I}`
1023
- ), _.size) {
1024
- const W = p / 2;
1025
- c.size.x = w + I + W, L.debug(
1026
- `abc91 layout blocks (calc) px, pyid:${c.id} startingPos=X${w} new startingPosX${c.size.x} ${W} padding=${I} width=${p} halfWidth=${W} => x:${c.size.x} y:${c.size.y} ${c.widthInColumns} (width * (child?.w || 1)) / 2 ${p * ((c == null ? void 0 : c.widthInColumns) ?? 1) / 2}`
1027
- ), w = c.size.x + W, c.size.y = _.size.y - _.size.height / 2 + X * (A + I) + A / 2 + I, L.debug(
1028
- `abc88 layout blocks (calc) px, pyid:${c.id}startingPosX${w}${I}${W}=>x:${c.size.x}y:${c.size.y}${c.widthInColumns}(width * (child?.w || 1)) / 2${p * ((c == null ? void 0 : c.widthInColumns) ?? 1) / 2}`
1029
- );
1030
- }
1031
- c.children && Et(c), u += (c == null ? void 0 : c.widthInColumns) ?? 1, L.debug("abc88 columnsPos", c, u);
1032
- }
1033
- }
1034
- L.debug(
1035
- `layout blocks (<==layoutBlocks) ${e.id} x: ${(T = e == null ? void 0 : e.size) == null ? void 0 : T.x} y: ${(k = e == null ? void 0 : e.size) == null ? void 0 : k.y} width: ${(N = e == null ? void 0 : e.size) == null ? void 0 : N.width}`
1036
- );
1037
- }
1038
- d(Et, "layoutBlocks");
1039
- function _t(e, { minX: t, minY: r, maxX: n, maxY: i } = { minX: 0, minY: 0, maxX: 0, maxY: 0 }) {
1040
- if (e.size && e.id !== "root") {
1041
- const { x: a, y: s, width: l, height: o } = e.size;
1042
- a - l / 2 < t && (t = a - l / 2), s - o / 2 < r && (r = s - o / 2), a + l / 2 > n && (n = a + l / 2), s + o / 2 > i && (i = s + o / 2);
1043
- }
1044
- if (e.children)
1045
- for (const a of e.children)
1046
- ({ minX: t, minY: r, maxX: n, maxY: i } = _t(a, { minX: t, minY: r, maxX: n, maxY: i }));
1047
- return { minX: t, minY: r, maxX: n, maxY: i };
1048
- }
1049
- d(_t, "findBounds");
1050
- function Gt(e) {
1051
- const t = e.getBlock("root");
1052
- if (!t)
1053
- return;
1054
- ot(t, e, 0, 0), Et(t), L.debug("getBlocks", JSON.stringify(t, null, 2));
1055
- const { minX: r, minY: n, maxX: i, maxY: a } = _t(t), s = a - n, l = i - r;
1056
- return { x: r, y: n, width: l, height: s };
1057
- }
1058
- d(Gt, "layout");
1059
- function wt(e, t) {
1060
- t && e.attr("style", t);
1061
- }
1062
- d(wt, "applyStyle");
1063
- function Zt(e) {
1064
- const t = R(document.createElementNS("http://www.w3.org/2000/svg", "foreignObject")), r = t.append("xhtml:div"), n = e.label, i = e.isNode ? "nodeLabel" : "edgeLabel", a = r.append("span");
1065
- return a.html(n), wt(a, e.labelStyle), a.attr("class", i), wt(r, e.labelStyle), r.style("display", "inline-block"), r.style("white-space", "nowrap"), r.attr("xmlns", "http://www.w3.org/1999/xhtml"), t.node();
1066
- }
1067
- d(Zt, "addHtmlLabel");
1068
- var ir = /* @__PURE__ */ d((e, t, r, n) => {
1069
- let i = e || "";
1070
- if (typeof i == "object" && (i = i[0]), Z(z().flowchart.htmlLabels)) {
1071
- i = i.replace(/\\n|\n/g, "<br />"), L.debug("vertexText" + i);
1072
- const a = {
1073
- isNode: n,
1074
- label: we(xt(i)),
1075
- labelStyle: t.replace("fill:", "color:")
1076
- };
1077
- return Zt(a);
1078
- } else {
1079
- const a = document.createElementNS("http://www.w3.org/2000/svg", "text");
1080
- a.setAttribute("style", t.replace("color:", "fill:"));
1081
- let s = [];
1082
- typeof i == "string" ? s = i.split(/\\n|\n|<br\s*\/?>/gi) : Array.isArray(i) ? s = i : s = [];
1083
- for (const l of s) {
1084
- const o = document.createElementNS("http://www.w3.org/2000/svg", "tspan");
1085
- o.setAttributeNS("http://www.w3.org/XML/1998/namespace", "xml:space", "preserve"), o.setAttribute("dy", "1em"), o.setAttribute("x", "0"), r ? o.setAttribute("class", "title-row") : o.setAttribute("class", "row"), o.textContent = l.trim(), a.appendChild(o);
1086
- }
1087
- return a;
1088
- }
1089
- }, "createLabel"), j = ir, nr = /* @__PURE__ */ d((e, t, r, n, i) => {
1090
- t.arrowTypeStart && Ot(e, "start", t.arrowTypeStart, r, n, i), t.arrowTypeEnd && Ot(e, "end", t.arrowTypeEnd, r, n, i);
1091
- }, "addEdgeMarkers"), lr = {
1092
- arrow_cross: "cross",
1093
- arrow_point: "point",
1094
- arrow_barb: "barb",
1095
- arrow_circle: "circle",
1096
- aggregation: "aggregation",
1097
- extension: "extension",
1098
- composition: "composition",
1099
- dependency: "dependency",
1100
- lollipop: "lollipop"
1101
- }, Ot = /* @__PURE__ */ d((e, t, r, n, i, a) => {
1102
- const s = lr[r];
1103
- if (!s) {
1104
- L.warn(`Unknown arrow type: ${r}`);
1105
- return;
1106
- }
1107
- const l = t === "start" ? "Start" : "End";
1108
- e.attr(`marker-${t}`, `url(${n}#${i}_${a}-${s}${l})`);
1109
- }, "addEdgeMarker"), mt = {}, P = {}, cr = /* @__PURE__ */ d((e, t) => {
1110
- const r = z(), n = Z(r.flowchart.htmlLabels), i = t.labelType === "markdown" ? Yt(
1111
- e,
1112
- t.label,
1113
- {
1114
- style: t.labelStyle,
1115
- useHtmlLabels: n,
1116
- addSvgBackground: !0
1117
- },
1118
- r
1119
- ) : j(t.label, t.labelStyle), a = e.insert("g").attr("class", "edgeLabel"), s = a.insert("g").attr("class", "label");
1120
- s.node().appendChild(i);
1121
- let l = i.getBBox();
1122
- if (n) {
1123
- const f = i.children[0], h = R(i);
1124
- l = f.getBoundingClientRect(), h.attr("width", l.width), h.attr("height", l.height);
1125
- }
1126
- s.attr("transform", "translate(" + -l.width / 2 + ", " + -l.height / 2 + ")"), mt[t.id] = a, t.width = l.width, t.height = l.height;
1127
- let o;
1128
- if (t.startLabelLeft) {
1129
- const f = j(t.startLabelLeft, t.labelStyle), h = e.insert("g").attr("class", "edgeTerminals"), y = h.insert("g").attr("class", "inner");
1130
- o = y.node().appendChild(f);
1131
- const b = f.getBBox();
1132
- y.attr("transform", "translate(" + -b.width / 2 + ", " + -b.height / 2 + ")"), P[t.id] || (P[t.id] = {}), P[t.id].startLeft = h, et(o, t.startLabelLeft);
1133
- }
1134
- if (t.startLabelRight) {
1135
- const f = j(t.startLabelRight, t.labelStyle), h = e.insert("g").attr("class", "edgeTerminals"), y = h.insert("g").attr("class", "inner");
1136
- o = h.node().appendChild(f), y.node().appendChild(f);
1137
- const b = f.getBBox();
1138
- y.attr("transform", "translate(" + -b.width / 2 + ", " + -b.height / 2 + ")"), P[t.id] || (P[t.id] = {}), P[t.id].startRight = h, et(o, t.startLabelRight);
1139
- }
1140
- if (t.endLabelLeft) {
1141
- const f = j(t.endLabelLeft, t.labelStyle), h = e.insert("g").attr("class", "edgeTerminals"), y = h.insert("g").attr("class", "inner");
1142
- o = y.node().appendChild(f);
1143
- const b = f.getBBox();
1144
- y.attr("transform", "translate(" + -b.width / 2 + ", " + -b.height / 2 + ")"), h.node().appendChild(f), P[t.id] || (P[t.id] = {}), P[t.id].endLeft = h, et(o, t.endLabelLeft);
1145
- }
1146
- if (t.endLabelRight) {
1147
- const f = j(t.endLabelRight, t.labelStyle), h = e.insert("g").attr("class", "edgeTerminals"), y = h.insert("g").attr("class", "inner");
1148
- o = y.node().appendChild(f);
1149
- const b = f.getBBox();
1150
- y.attr("transform", "translate(" + -b.width / 2 + ", " + -b.height / 2 + ")"), h.node().appendChild(f), P[t.id] || (P[t.id] = {}), P[t.id].endRight = h, et(o, t.endLabelRight);
1151
- }
1152
- return i;
1153
- }, "insertEdgeLabel");
1154
- function et(e, t) {
1155
- z().flowchart.htmlLabels && e && (e.style.width = t.length * 9 + "px", e.style.height = "12px");
1156
- }
1157
- d(et, "setTerminalWidth");
1158
- var or = /* @__PURE__ */ d((e, t) => {
1159
- L.debug("Moving label abc88 ", e.id, e.label, mt[e.id], t);
1160
- let r = t.updatedPath ? t.updatedPath : t.originalPath;
1161
- const n = z(), { subGraphTitleTotalMargin: i } = ye(n);
1162
- if (e.label) {
1163
- const a = mt[e.id];
1164
- let s = e.x, l = e.y;
1165
- if (r) {
1166
- const o = tt.calcLabelPosition(r);
1167
- L.debug(
1168
- "Moving label " + e.label + " from (",
1169
- s,
1170
- ",",
1171
- l,
1172
- ") to (",
1173
- o.x,
1174
- ",",
1175
- o.y,
1176
- ") abc88"
1177
- ), t.updatedPath && (s = o.x, l = o.y);
1178
- }
1179
- a.attr("transform", `translate(${s}, ${l + i / 2})`);
1180
- }
1181
- if (e.startLabelLeft) {
1182
- const a = P[e.id].startLeft;
1183
- let s = e.x, l = e.y;
1184
- if (r) {
1185
- const o = tt.calcTerminalLabelPosition(e.arrowTypeStart ? 10 : 0, "start_left", r);
1186
- s = o.x, l = o.y;
1187
- }
1188
- a.attr("transform", `translate(${s}, ${l})`);
1189
- }
1190
- if (e.startLabelRight) {
1191
- const a = P[e.id].startRight;
1192
- let s = e.x, l = e.y;
1193
- if (r) {
1194
- const o = tt.calcTerminalLabelPosition(
1195
- e.arrowTypeStart ? 10 : 0,
1196
- "start_right",
1197
- r
1198
- );
1199
- s = o.x, l = o.y;
1200
- }
1201
- a.attr("transform", `translate(${s}, ${l})`);
1202
- }
1203
- if (e.endLabelLeft) {
1204
- const a = P[e.id].endLeft;
1205
- let s = e.x, l = e.y;
1206
- if (r) {
1207
- const o = tt.calcTerminalLabelPosition(e.arrowTypeEnd ? 10 : 0, "end_left", r);
1208
- s = o.x, l = o.y;
1209
- }
1210
- a.attr("transform", `translate(${s}, ${l})`);
1211
- }
1212
- if (e.endLabelRight) {
1213
- const a = P[e.id].endRight;
1214
- let s = e.x, l = e.y;
1215
- if (r) {
1216
- const o = tt.calcTerminalLabelPosition(e.arrowTypeEnd ? 10 : 0, "end_right", r);
1217
- s = o.x, l = o.y;
1218
- }
1219
- a.attr("transform", `translate(${s}, ${l})`);
1220
- }
1221
- }, "positionEdgeLabel"), hr = /* @__PURE__ */ d((e, t) => {
1222
- const r = e.x, n = e.y, i = Math.abs(t.x - r), a = Math.abs(t.y - n), s = e.width / 2, l = e.height / 2;
1223
- return i >= s || a >= l;
1224
- }, "outsideNode"), dr = /* @__PURE__ */ d((e, t, r) => {
1225
- L.debug(`intersection calc abc89:
1226
- outsidePoint: ${JSON.stringify(t)}
1227
- insidePoint : ${JSON.stringify(r)}
1228
- node : x:${e.x} y:${e.y} w:${e.width} h:${e.height}`);
1229
- const n = e.x, i = e.y, a = Math.abs(n - r.x), s = e.width / 2;
1230
- let l = r.x < t.x ? s - a : s + a;
1231
- const o = e.height / 2, f = Math.abs(t.y - r.y), h = Math.abs(t.x - r.x);
1232
- if (Math.abs(i - t.y) * s > Math.abs(n - t.x) * o) {
1233
- let y = r.y < t.y ? t.y - o - i : i - o - t.y;
1234
- l = h * y / f;
1235
- const b = {
1236
- x: r.x < t.x ? r.x + l : r.x - h + l,
1237
- y: r.y < t.y ? r.y + f - y : r.y - f + y
1238
- };
1239
- return l === 0 && (b.x = t.x, b.y = t.y), h === 0 && (b.x = t.x), f === 0 && (b.y = t.y), L.debug(`abc89 topp/bott calc, Q ${f}, q ${y}, R ${h}, r ${l}`, b), b;
1240
- } else {
1241
- r.x < t.x ? l = t.x - s - n : l = n - s - t.x;
1242
- let y = f * l / h, b = r.x < t.x ? r.x + h - l : r.x - h + l, m = r.y < t.y ? r.y + y : r.y - y;
1243
- return L.debug(`sides calc abc89, Q ${f}, q ${y}, R ${h}, r ${l}`, { _x: b, _y: m }), l === 0 && (b = t.x, m = t.y), h === 0 && (b = t.x), f === 0 && (m = t.y), { x: b, y: m };
1244
- }
1245
- }, "intersection"), Rt = /* @__PURE__ */ d((e, t) => {
1246
- L.debug("abc88 cutPathAtIntersect", e, t);
1247
- let r = [], n = e[0], i = !1;
1248
- return e.forEach((a) => {
1249
- if (!hr(t, a) && !i) {
1250
- const s = dr(t, n, a);
1251
- let l = !1;
1252
- r.forEach((o) => {
1253
- l = l || o.x === s.x && o.y === s.y;
1254
- }), r.some((o) => o.x === s.x && o.y === s.y) || r.push(s), i = !0;
1255
- } else
1256
- n = a, i || r.push(a);
1257
- }), r;
1258
- }, "cutPathAtIntersect"), gr = /* @__PURE__ */ d(function(e, t, r, n, i, a, s) {
1259
- let l = r.points;
1260
- L.debug("abc88 InsertEdge: edge=", r, "e=", t);
1261
- let o = !1;
1262
- const f = a.node(t.v);
1263
- var h = a.node(t.w);
1264
- h != null && h.intersect && (f != null && f.intersect) && (l = l.slice(1, r.points.length - 1), l.unshift(f.intersect(l[0])), l.push(h.intersect(l[l.length - 1]))), r.toCluster && (L.debug("to cluster abc88", n[r.toCluster]), l = Rt(r.points, n[r.toCluster].node), o = !0), r.fromCluster && (L.debug("from cluster abc88", n[r.fromCluster]), l = Rt(l.reverse(), n[r.fromCluster].node).reverse(), o = !0);
1265
- const y = l.filter((x) => !Number.isNaN(x.y));
1266
- let b = xe;
1267
- r.curve && (i === "graph" || i === "flowchart") && (b = r.curve);
1268
- const { x: m, y: E } = pe(r), D = fe().x(m).y(E).curve(b);
1269
- let v;
1270
- switch (r.thickness) {
1271
- case "normal":
1272
- v = "edge-thickness-normal";
1273
- break;
1274
- case "thick":
1275
- v = "edge-thickness-thick";
1276
- break;
1277
- case "invisible":
1278
- v = "edge-thickness-thick";
1279
- break;
1280
- default:
1281
- v = "";
1282
- }
1283
- switch (r.pattern) {
1284
- case "solid":
1285
- v += " edge-pattern-solid";
1286
- break;
1287
- case "dotted":
1288
- v += " edge-pattern-dotted";
1289
- break;
1290
- case "dashed":
1291
- v += " edge-pattern-dashed";
1292
- break;
1293
- }
1294
- const T = e.append("path").attr("d", D(y)).attr("id", r.id).attr("class", " " + v + (r.classes ? " " + r.classes : "")).attr("style", r.style);
1295
- let k = "";
1296
- (z().flowchart.arrowMarkerAbsolute || z().state.arrowMarkerAbsolute) && (k = window.location.protocol + "//" + window.location.host + window.location.pathname + window.location.search, k = k.replace(/\(/g, "\\("), k = k.replace(/\)/g, "\\)")), nr(T, r, k, s, i);
1297
- let N = {};
1298
- return o && (N.updatedPath = l), N.originalPath = r.points, N;
1299
- }, "insertEdge"), ur = /* @__PURE__ */ d((e) => {
1300
- const t = /* @__PURE__ */ new Set();
1301
- for (const r of e)
1302
- switch (r) {
1303
- case "x":
1304
- t.add("right"), t.add("left");
1305
- break;
1306
- case "y":
1307
- t.add("up"), t.add("down");
1308
- break;
1309
- default:
1310
- t.add(r);
1311
- break;
1312
- }
1313
- return t;
1314
- }, "expandAndDeduplicateDirections"), pr = /* @__PURE__ */ d((e, t, r) => {
1315
- const n = ur(e), i = 2, a = t.height + 2 * r.padding, s = a / i, l = t.width + 2 * s + r.padding, o = r.padding / 2;
1316
- return n.has("right") && n.has("left") && n.has("up") && n.has("down") ? [
1317
- // Bottom
1318
- { x: 0, y: 0 },
1319
- { x: s, y: 0 },
1320
- { x: l / 2, y: 2 * o },
1321
- { x: l - s, y: 0 },
1322
- { x: l, y: 0 },
1323
- // Right
1324
- { x: l, y: -a / 3 },
1325
- { x: l + 2 * o, y: -a / 2 },
1326
- { x: l, y: -2 * a / 3 },
1327
- { x: l, y: -a },
1328
- // Top
1329
- { x: l - s, y: -a },
1330
- { x: l / 2, y: -a - 2 * o },
1331
- { x: s, y: -a },
1332
- // Left
1333
- { x: 0, y: -a },
1334
- { x: 0, y: -2 * a / 3 },
1335
- { x: -2 * o, y: -a / 2 },
1336
- { x: 0, y: -a / 3 }
1337
- ] : n.has("right") && n.has("left") && n.has("up") ? [
1338
- { x: s, y: 0 },
1339
- { x: l - s, y: 0 },
1340
- { x: l, y: -a / 2 },
1341
- { x: l - s, y: -a },
1342
- { x: s, y: -a },
1343
- { x: 0, y: -a / 2 }
1344
- ] : n.has("right") && n.has("left") && n.has("down") ? [
1345
- { x: 0, y: 0 },
1346
- { x: s, y: -a },
1347
- { x: l - s, y: -a },
1348
- { x: l, y: 0 }
1349
- ] : n.has("right") && n.has("up") && n.has("down") ? [
1350
- { x: 0, y: 0 },
1351
- { x: l, y: -s },
1352
- { x: l, y: -a + s },
1353
- { x: 0, y: -a }
1354
- ] : n.has("left") && n.has("up") && n.has("down") ? [
1355
- { x: l, y: 0 },
1356
- { x: 0, y: -s },
1357
- { x: 0, y: -a + s },
1358
- { x: l, y: -a }
1359
- ] : n.has("right") && n.has("left") ? [
1360
- { x: s, y: 0 },
1361
- { x: s, y: -o },
1362
- { x: l - s, y: -o },
1363
- { x: l - s, y: 0 },
1364
- { x: l, y: -a / 2 },
1365
- { x: l - s, y: -a },
1366
- { x: l - s, y: -a + o },
1367
- { x: s, y: -a + o },
1368
- { x: s, y: -a },
1369
- { x: 0, y: -a / 2 }
1370
- ] : n.has("up") && n.has("down") ? [
1371
- // Bottom center
1372
- { x: l / 2, y: 0 },
1373
- // Left pont of bottom arrow
1374
- { x: 0, y: -o },
1375
- { x: s, y: -o },
1376
- // Left top over vertical section
1377
- { x: s, y: -a + o },
1378
- { x: 0, y: -a + o },
1379
- // Top of arrow
1380
- { x: l / 2, y: -a },
1381
- { x: l, y: -a + o },
1382
- // Top of right vertical bar
1383
- { x: l - s, y: -a + o },
1384
- { x: l - s, y: -o },
1385
- { x: l, y: -o }
1386
- ] : n.has("right") && n.has("up") ? [
1387
- { x: 0, y: 0 },
1388
- { x: l, y: -s },
1389
- { x: 0, y: -a }
1390
- ] : n.has("right") && n.has("down") ? [
1391
- { x: 0, y: 0 },
1392
- { x: l, y: 0 },
1393
- { x: 0, y: -a }
1394
- ] : n.has("left") && n.has("up") ? [
1395
- { x: l, y: 0 },
1396
- { x: 0, y: -s },
1397
- { x: l, y: -a }
1398
- ] : n.has("left") && n.has("down") ? [
1399
- { x: l, y: 0 },
1400
- { x: 0, y: 0 },
1401
- { x: l, y: -a }
1402
- ] : n.has("right") ? [
1403
- { x: s, y: -o },
1404
- { x: s, y: -o },
1405
- { x: l - s, y: -o },
1406
- { x: l - s, y: 0 },
1407
- { x: l, y: -a / 2 },
1408
- { x: l - s, y: -a },
1409
- { x: l - s, y: -a + o },
1410
- // top left corner of arrow
1411
- { x: s, y: -a + o },
1412
- { x: s, y: -a + o }
1413
- ] : n.has("left") ? [
1414
- { x: s, y: 0 },
1415
- { x: s, y: -o },
1416
- // Two points, the right corners
1417
- { x: l - s, y: -o },
1418
- { x: l - s, y: -a + o },
1419
- { x: s, y: -a + o },
1420
- { x: s, y: -a },
1421
- { x: 0, y: -a / 2 }
1422
- ] : n.has("up") ? [
1423
- // Bottom center
1424
- { x: s, y: -o },
1425
- // Left top over vertical section
1426
- { x: s, y: -a + o },
1427
- { x: 0, y: -a + o },
1428
- // Top of arrow
1429
- { x: l / 2, y: -a },
1430
- { x: l, y: -a + o },
1431
- // Top of right vertical bar
1432
- { x: l - s, y: -a + o },
1433
- { x: l - s, y: -o }
1434
- ] : n.has("down") ? [
1435
- // Bottom center
1436
- { x: l / 2, y: 0 },
1437
- // Left pont of bottom arrow
1438
- { x: 0, y: -o },
1439
- { x: s, y: -o },
1440
- // Left top over vertical section
1441
- { x: s, y: -a + o },
1442
- { x: l - s, y: -a + o },
1443
- { x: l - s, y: -o },
1444
- { x: l, y: -o }
1445
- ] : [{ x: 0, y: 0 }];
1446
- }, "getArrowPoints");
1447
- function qt(e, t) {
1448
- return e.intersect(t);
1449
- }
1450
- d(qt, "intersectNode");
1451
- var fr = qt;
1452
- function Jt(e, t, r, n) {
1453
- var i = e.x, a = e.y, s = i - n.x, l = a - n.y, o = Math.sqrt(t * t * l * l + r * r * s * s), f = Math.abs(t * r * s / o);
1454
- n.x < i && (f = -f);
1455
- var h = Math.abs(t * r * l / o);
1456
- return n.y < a && (h = -h), { x: i + f, y: a + h };
1457
- }
1458
- d(Jt, "intersectEllipse");
1459
- var Qt = Jt;
1460
- function $t(e, t, r) {
1461
- return Qt(e, t, t, r);
1462
- }
1463
- d($t, "intersectCircle");
1464
- var xr = $t;
1465
- function te(e, t, r, n) {
1466
- var i, a, s, l, o, f, h, y, b, m, E, D, v, T, k;
1467
- if (i = t.y - e.y, s = e.x - t.x, o = t.x * e.y - e.x * t.y, b = i * r.x + s * r.y + o, m = i * n.x + s * n.y + o, !(b !== 0 && m !== 0 && Lt(b, m)) && (a = n.y - r.y, l = r.x - n.x, f = n.x * r.y - r.x * n.y, h = a * e.x + l * e.y + f, y = a * t.x + l * t.y + f, !(h !== 0 && y !== 0 && Lt(h, y)) && (E = i * l - a * s, E !== 0)))
1468
- return D = Math.abs(E / 2), v = s * f - l * o, T = v < 0 ? (v - D) / E : (v + D) / E, v = a * o - i * f, k = v < 0 ? (v - D) / E : (v + D) / E, { x: T, y: k };
1469
- }
1470
- d(te, "intersectLine");
1471
- function Lt(e, t) {
1472
- return e * t > 0;
1473
- }
1474
- d(Lt, "sameSign");
1475
- var yr = te, br = ee;
1476
- function ee(e, t, r) {
1477
- var n = e.x, i = e.y, a = [], s = Number.POSITIVE_INFINITY, l = Number.POSITIVE_INFINITY;
1478
- typeof t.forEach == "function" ? t.forEach(function(E) {
1479
- s = Math.min(s, E.x), l = Math.min(l, E.y);
1480
- }) : (s = Math.min(s, t.x), l = Math.min(l, t.y));
1481
- for (var o = n - e.width / 2 - s, f = i - e.height / 2 - l, h = 0; h < t.length; h++) {
1482
- var y = t[h], b = t[h < t.length - 1 ? h + 1 : 0], m = yr(
1483
- e,
1484
- r,
1485
- { x: o + y.x, y: f + y.y },
1486
- { x: o + b.x, y: f + b.y }
1487
- );
1488
- m && a.push(m);
1489
- }
1490
- return a.length ? (a.length > 1 && a.sort(function(E, D) {
1491
- var v = E.x - r.x, T = E.y - r.y, k = Math.sqrt(v * v + T * T), N = D.x - r.x, x = D.y - r.y, g = Math.sqrt(N * N + x * x);
1492
- return k < g ? -1 : k === g ? 0 : 1;
1493
- }), a[0]) : e;
1494
- }
1495
- d(ee, "intersectPolygon");
1496
- var wr = /* @__PURE__ */ d((e, t) => {
1497
- var r = e.x, n = e.y, i = t.x - r, a = t.y - n, s = e.width / 2, l = e.height / 2, o, f;
1498
- return Math.abs(a) * s > Math.abs(i) * l ? (a < 0 && (l = -l), o = a === 0 ? 0 : l * i / a, f = l) : (i < 0 && (s = -s), o = s, f = i === 0 ? 0 : s * a / i), { x: r + o, y: n + f };
1499
- }, "intersectRect"), mr = wr, C = {
1500
- node: fr,
1501
- circle: xr,
1502
- ellipse: Qt,
1503
- polygon: br,
1504
- rect: mr
1505
- }, F = /* @__PURE__ */ d(async (e, t, r, n) => {
1506
- const i = z();
1507
- let a;
1508
- const s = t.useHtmlLabels || Z(i.flowchart.htmlLabels);
1509
- r ? a = r : a = "node default";
1510
- const l = e.insert("g").attr("class", a).attr("id", t.domId || t.id), o = l.insert("g").attr("class", "label").attr("style", t.labelStyle);
1511
- let f;
1512
- t.labelText === void 0 ? f = "" : f = typeof t.labelText == "string" ? t.labelText : t.labelText[0];
1513
- const h = o.node();
1514
- let y;
1515
- t.labelType === "markdown" ? y = Yt(
1516
- o,
1517
- Tt(xt(f), i),
1518
- {
1519
- useHtmlLabels: s,
1520
- width: t.width || i.flowchart.wrappingWidth,
1521
- classes: "markdown-node-label"
1522
- },
1523
- i
1524
- ) : y = h.appendChild(
1525
- j(Tt(xt(f), i), t.labelStyle, !1, n)
1526
- );
1527
- let b = y.getBBox();
1528
- const m = t.padding / 2;
1529
- if (Z(i.flowchart.htmlLabels)) {
1530
- const E = y.children[0], D = R(y), v = E.getElementsByTagName("img");
1531
- if (v) {
1532
- const T = f.replace(/<img[^>]*>/g, "").trim() === "";
1533
- await Promise.all(
1534
- [...v].map(
1535
- (k) => new Promise((N) => {
1536
- function x() {
1537
- if (k.style.display = "flex", k.style.flexDirection = "column", T) {
1538
- const g = i.fontSize ? i.fontSize : window.getComputedStyle(document.body).fontSize, w = parseInt(g, 10) * 5 + "px";
1539
- k.style.minWidth = w, k.style.maxWidth = w;
1540
- } else
1541
- k.style.width = "100%";
1542
- N(k);
1543
- }
1544
- d(x, "setupImage"), setTimeout(() => {
1545
- k.complete && x();
1546
- }), k.addEventListener("error", x), k.addEventListener("load", x);
1547
- })
1548
- )
1549
- );
1550
- }
1551
- b = E.getBoundingClientRect(), D.attr("width", b.width), D.attr("height", b.height);
1552
- }
1553
- return s ? o.attr("transform", "translate(" + -b.width / 2 + ", " + -b.height / 2 + ")") : o.attr("transform", "translate(0, " + -b.height / 2 + ")"), t.centerLabel && o.attr("transform", "translate(" + -b.width / 2 + ", " + -b.height / 2 + ")"), o.insert("rect", ":first-child"), { shapeSvg: l, bbox: b, halfPadding: m, label: o };
1554
- }, "labelHelper"), B = /* @__PURE__ */ d((e, t) => {
1555
- const r = t.node().getBBox();
1556
- e.width = r.width, e.height = r.height;
1557
- }, "updateNodeBounds");
1558
- function G(e, t, r, n) {
1559
- return e.insert("polygon", ":first-child").attr(
1560
- "points",
1561
- n.map(function(i) {
1562
- return i.x + "," + i.y;
1563
- }).join(" ")
1564
- ).attr("class", "label-container").attr("transform", "translate(" + -t / 2 + "," + r / 2 + ")");
1565
- }
1566
- d(G, "insertPolygonShape");
1567
- var Lr = /* @__PURE__ */ d(async (e, t) => {
1568
- t.useHtmlLabels || z().flowchart.htmlLabels || (t.centerLabel = !0);
1569
- const { shapeSvg: n, bbox: i, halfPadding: a } = await F(
1570
- e,
1571
- t,
1572
- "node " + t.classes,
1573
- !0
1574
- );
1575
- L.info("Classes = ", t.classes);
1576
- const s = n.insert("rect", ":first-child");
1577
- return s.attr("rx", t.rx).attr("ry", t.ry).attr("x", -i.width / 2 - a).attr("y", -i.height / 2 - a).attr("width", i.width + t.padding).attr("height", i.height + t.padding), B(t, s), t.intersect = function(l) {
1578
- return C.rect(t, l);
1579
- }, n;
1580
- }, "note"), Sr = Lr, zt = /* @__PURE__ */ d((e) => e ? " " + e : "", "formatClass"), K = /* @__PURE__ */ d((e, t) => `${t || "node default"}${zt(e.classes)} ${zt(
1581
- e.class
1582
- )}`, "getClassesFromNode"), At = /* @__PURE__ */ d(async (e, t) => {
1583
- const { shapeSvg: r, bbox: n } = await F(
1584
- e,
1585
- t,
1586
- K(t, void 0),
1587
- !0
1588
- ), i = n.width + t.padding, a = n.height + t.padding, s = i + a, l = [
1589
- { x: s / 2, y: 0 },
1590
- { x: s, y: -s / 2 },
1591
- { x: s / 2, y: -s },
1592
- { x: 0, y: -s / 2 }
1593
- ];
1594
- L.info("Question main (Circle)");
1595
- const o = G(r, s, s, l);
1596
- return o.attr("style", t.style), B(t, o), t.intersect = function(f) {
1597
- return L.warn("Intersect called"), C.polygon(t, l, f);
1598
- }, r;
1599
- }, "question"), vr = /* @__PURE__ */ d((e, t) => {
1600
- const r = e.insert("g").attr("class", "node default").attr("id", t.domId || t.id), n = 28, i = [
1601
- { x: 0, y: n / 2 },
1602
- { x: n / 2, y: 0 },
1603
- { x: 0, y: -28 / 2 },
1604
- { x: -28 / 2, y: 0 }
1605
- ];
1606
- return r.insert("polygon", ":first-child").attr(
1607
- "points",
1608
- i.map(function(s) {
1609
- return s.x + "," + s.y;
1610
- }).join(" ")
1611
- ).attr("class", "state-start").attr("r", 7).attr("width", 28).attr("height", 28), t.width = 28, t.height = 28, t.intersect = function(s) {
1612
- return C.circle(t, 14, s);
1613
- }, r;
1614
- }, "choice"), Er = /* @__PURE__ */ d(async (e, t) => {
1615
- const { shapeSvg: r, bbox: n } = await F(
1616
- e,
1617
- t,
1618
- K(t, void 0),
1619
- !0
1620
- ), i = 4, a = n.height + t.padding, s = a / i, l = n.width + 2 * s + t.padding, o = [
1621
- { x: s, y: 0 },
1622
- { x: l - s, y: 0 },
1623
- { x: l, y: -a / 2 },
1624
- { x: l - s, y: -a },
1625
- { x: s, y: -a },
1626
- { x: 0, y: -a / 2 }
1627
- ], f = G(r, l, a, o);
1628
- return f.attr("style", t.style), B(t, f), t.intersect = function(h) {
1629
- return C.polygon(t, o, h);
1630
- }, r;
1631
- }, "hexagon"), _r = /* @__PURE__ */ d(async (e, t) => {
1632
- const { shapeSvg: r, bbox: n } = await F(e, t, void 0, !0), i = 2, a = n.height + 2 * t.padding, s = a / i, l = n.width + 2 * s + t.padding, o = pr(t.directions, n, t), f = G(r, l, a, o);
1633
- return f.attr("style", t.style), B(t, f), t.intersect = function(h) {
1634
- return C.polygon(t, o, h);
1635
- }, r;
1636
- }, "block_arrow"), kr = /* @__PURE__ */ d(async (e, t) => {
1637
- const { shapeSvg: r, bbox: n } = await F(
1638
- e,
1639
- t,
1640
- K(t, void 0),
1641
- !0
1642
- ), i = n.width + t.padding, a = n.height + t.padding, s = [
1643
- { x: -a / 2, y: 0 },
1644
- { x: i, y: 0 },
1645
- { x: i, y: -a },
1646
- { x: -a / 2, y: -a },
1647
- { x: 0, y: -a / 2 }
1648
- ];
1649
- return G(r, i, a, s).attr("style", t.style), t.width = i + a, t.height = a, t.intersect = function(o) {
1650
- return C.polygon(t, s, o);
1651
- }, r;
1652
- }, "rect_left_inv_arrow"), Dr = /* @__PURE__ */ d(async (e, t) => {
1653
- const { shapeSvg: r, bbox: n } = await F(e, t, K(t), !0), i = n.width + t.padding, a = n.height + t.padding, s = [
1654
- { x: -2 * a / 6, y: 0 },
1655
- { x: i - a / 6, y: 0 },
1656
- { x: i + 2 * a / 6, y: -a },
1657
- { x: a / 6, y: -a }
1658
- ], l = G(r, i, a, s);
1659
- return l.attr("style", t.style), B(t, l), t.intersect = function(o) {
1660
- return C.polygon(t, s, o);
1661
- }, r;
1662
- }, "lean_right"), Nr = /* @__PURE__ */ d(async (e, t) => {
1663
- const { shapeSvg: r, bbox: n } = await F(
1664
- e,
1665
- t,
1666
- K(t, void 0),
1667
- !0
1668
- ), i = n.width + t.padding, a = n.height + t.padding, s = [
1669
- { x: 2 * a / 6, y: 0 },
1670
- { x: i + a / 6, y: 0 },
1671
- { x: i - 2 * a / 6, y: -a },
1672
- { x: -a / 6, y: -a }
1673
- ], l = G(r, i, a, s);
1674
- return l.attr("style", t.style), B(t, l), t.intersect = function(o) {
1675
- return C.polygon(t, s, o);
1676
- }, r;
1677
- }, "lean_left"), Tr = /* @__PURE__ */ d(async (e, t) => {
1678
- const { shapeSvg: r, bbox: n } = await F(
1679
- e,
1680
- t,
1681
- K(t, void 0),
1682
- !0
1683
- ), i = n.width + t.padding, a = n.height + t.padding, s = [
1684
- { x: -2 * a / 6, y: 0 },
1685
- { x: i + 2 * a / 6, y: 0 },
1686
- { x: i - a / 6, y: -a },
1687
- { x: a / 6, y: -a }
1688
- ], l = G(r, i, a, s);
1689
- return l.attr("style", t.style), B(t, l), t.intersect = function(o) {
1690
- return C.polygon(t, s, o);
1691
- }, r;
1692
- }, "trapezoid"), Cr = /* @__PURE__ */ d(async (e, t) => {
1693
- const { shapeSvg: r, bbox: n } = await F(
1694
- e,
1695
- t,
1696
- K(t, void 0),
1697
- !0
1698
- ), i = n.width + t.padding, a = n.height + t.padding, s = [
1699
- { x: a / 6, y: 0 },
1700
- { x: i - a / 6, y: 0 },
1701
- { x: i + 2 * a / 6, y: -a },
1702
- { x: -2 * a / 6, y: -a }
1703
- ], l = G(r, i, a, s);
1704
- return l.attr("style", t.style), B(t, l), t.intersect = function(o) {
1705
- return C.polygon(t, s, o);
1706
- }, r;
1707
- }, "inv_trapezoid"), Br = /* @__PURE__ */ d(async (e, t) => {
1708
- const { shapeSvg: r, bbox: n } = await F(
1709
- e,
1710
- t,
1711
- K(t, void 0),
1712
- !0
1713
- ), i = n.width + t.padding, a = n.height + t.padding, s = [
1714
- { x: 0, y: 0 },
1715
- { x: i + a / 2, y: 0 },
1716
- { x: i, y: -a / 2 },
1717
- { x: i + a / 2, y: -a },
1718
- { x: 0, y: -a }
1719
- ], l = G(r, i, a, s);
1720
- return l.attr("style", t.style), B(t, l), t.intersect = function(o) {
1721
- return C.polygon(t, s, o);
1722
- }, r;
1723
- }, "rect_right_inv_arrow"), Ir = /* @__PURE__ */ d(async (e, t) => {
1724
- const { shapeSvg: r, bbox: n } = await F(
1725
- e,
1726
- t,
1727
- K(t, void 0),
1728
- !0
1729
- ), i = n.width + t.padding, a = i / 2, s = a / (2.5 + i / 50), l = n.height + s + t.padding, o = "M 0," + s + " a " + a + "," + s + " 0,0,0 " + i + " 0 a " + a + "," + s + " 0,0,0 " + -i + " 0 l 0," + l + " a " + a + "," + s + " 0,0,0 " + i + " 0 l 0," + -l, f = r.attr("label-offset-y", s).insert("path", ":first-child").attr("style", t.style).attr("d", o).attr("transform", "translate(" + -i / 2 + "," + -(l / 2 + s) + ")");
1730
- return B(t, f), t.intersect = function(h) {
1731
- const y = C.rect(t, h), b = y.x - t.x;
1732
- if (a != 0 && (Math.abs(b) < t.width / 2 || Math.abs(b) == t.width / 2 && Math.abs(y.y - t.y) > t.height / 2 - s)) {
1733
- let m = s * s * (1 - b * b / (a * a));
1734
- m != 0 && (m = Math.sqrt(m)), m = s - m, h.y - t.y > 0 && (m = -m), y.y += m;
1735
- }
1736
- return y;
1737
- }, r;
1738
- }, "cylinder"), Or = /* @__PURE__ */ d(async (e, t) => {
1739
- const { shapeSvg: r, bbox: n, halfPadding: i } = await F(
1740
- e,
1741
- t,
1742
- "node " + t.classes + " " + t.class,
1743
- !0
1744
- ), a = r.insert("rect", ":first-child"), s = t.positioned ? t.width : n.width + t.padding, l = t.positioned ? t.height : n.height + t.padding, o = t.positioned ? -s / 2 : -n.width / 2 - i, f = t.positioned ? -l / 2 : -n.height / 2 - i;
1745
- if (a.attr("class", "basic label-container").attr("style", t.style).attr("rx", t.rx).attr("ry", t.ry).attr("x", o).attr("y", f).attr("width", s).attr("height", l), t.props) {
1746
- const h = new Set(Object.keys(t.props));
1747
- t.props.borders && (ht(a, t.props.borders, s, l), h.delete("borders")), h.forEach((y) => {
1748
- L.warn(`Unknown node property ${y}`);
1749
- });
1750
- }
1751
- return B(t, a), t.intersect = function(h) {
1752
- return C.rect(t, h);
1753
- }, r;
1754
- }, "rect"), Rr = /* @__PURE__ */ d(async (e, t) => {
1755
- const { shapeSvg: r, bbox: n, halfPadding: i } = await F(
1756
- e,
1757
- t,
1758
- "node " + t.classes,
1759
- !0
1760
- ), a = r.insert("rect", ":first-child"), s = t.positioned ? t.width : n.width + t.padding, l = t.positioned ? t.height : n.height + t.padding, o = t.positioned ? -s / 2 : -n.width / 2 - i, f = t.positioned ? -l / 2 : -n.height / 2 - i;
1761
- if (a.attr("class", "basic cluster composite label-container").attr("style", t.style).attr("rx", t.rx).attr("ry", t.ry).attr("x", o).attr("y", f).attr("width", s).attr("height", l), t.props) {
1762
- const h = new Set(Object.keys(t.props));
1763
- t.props.borders && (ht(a, t.props.borders, s, l), h.delete("borders")), h.forEach((y) => {
1764
- L.warn(`Unknown node property ${y}`);
1765
- });
1766
- }
1767
- return B(t, a), t.intersect = function(h) {
1768
- return C.rect(t, h);
1769
- }, r;
1770
- }, "composite"), zr = /* @__PURE__ */ d(async (e, t) => {
1771
- const { shapeSvg: r } = await F(e, t, "label", !0);
1772
- L.trace("Classes = ", t.class);
1773
- const n = r.insert("rect", ":first-child"), i = 0, a = 0;
1774
- if (n.attr("width", i).attr("height", a), r.attr("class", "label edgeLabel"), t.props) {
1775
- const s = new Set(Object.keys(t.props));
1776
- t.props.borders && (ht(n, t.props.borders, i, a), s.delete("borders")), s.forEach((l) => {
1777
- L.warn(`Unknown node property ${l}`);
1778
- });
1779
- }
1780
- return B(t, n), t.intersect = function(s) {
1781
- return C.rect(t, s);
1782
- }, r;
1783
- }, "labelRect");
1784
- function ht(e, t, r, n) {
1785
- const i = [], a = /* @__PURE__ */ d((l) => {
1786
- i.push(l, 0);
1787
- }, "addBorder"), s = /* @__PURE__ */ d((l) => {
1788
- i.push(0, l);
1789
- }, "skipBorder");
1790
- t.includes("t") ? (L.debug("add top border"), a(r)) : s(r), t.includes("r") ? (L.debug("add right border"), a(n)) : s(n), t.includes("b") ? (L.debug("add bottom border"), a(r)) : s(r), t.includes("l") ? (L.debug("add left border"), a(n)) : s(n), e.attr("stroke-dasharray", i.join(" "));
1791
- }
1792
- d(ht, "applyNodePropertyBorders");
1793
- var Ar = /* @__PURE__ */ d((e, t) => {
1794
- let r;
1795
- t.classes ? r = "node " + t.classes : r = "node default";
1796
- const n = e.insert("g").attr("class", r).attr("id", t.domId || t.id), i = n.insert("rect", ":first-child"), a = n.insert("line"), s = n.insert("g").attr("class", "label"), l = t.labelText.flat ? t.labelText.flat() : t.labelText;
1797
- let o = "";
1798
- typeof l == "object" ? o = l[0] : o = l, L.info("Label text abc79", o, l, typeof l == "object");
1799
- const f = s.node().appendChild(j(o, t.labelStyle, !0, !0));
1800
- let h = { width: 0, height: 0 };
1801
- if (Z(z().flowchart.htmlLabels)) {
1802
- const D = f.children[0], v = R(f);
1803
- h = D.getBoundingClientRect(), v.attr("width", h.width), v.attr("height", h.height);
1804
- }
1805
- L.info("Text 2", l);
1806
- const y = l.slice(1, l.length);
1807
- let b = f.getBBox();
1808
- const m = s.node().appendChild(
1809
- j(y.join ? y.join("<br/>") : y, t.labelStyle, !0, !0)
1810
- );
1811
- if (Z(z().flowchart.htmlLabels)) {
1812
- const D = m.children[0], v = R(m);
1813
- h = D.getBoundingClientRect(), v.attr("width", h.width), v.attr("height", h.height);
1814
- }
1815
- const E = t.padding / 2;
1816
- return R(m).attr(
1817
- "transform",
1818
- "translate( " + // (titleBox.width - bbox.width) / 2 +
1819
- (h.width > b.width ? 0 : (b.width - h.width) / 2) + ", " + (b.height + E + 5) + ")"
1820
- ), R(f).attr(
1821
- "transform",
1822
- "translate( " + // (titleBox.width - bbox.width) / 2 +
1823
- (h.width < b.width ? 0 : -(b.width - h.width) / 2) + ", 0)"
1824
- ), h = s.node().getBBox(), s.attr(
1825
- "transform",
1826
- "translate(" + -h.width / 2 + ", " + (-h.height / 2 - E + 3) + ")"
1827
- ), i.attr("class", "outer title-state").attr("x", -h.width / 2 - E).attr("y", -h.height / 2 - E).attr("width", h.width + t.padding).attr("height", h.height + t.padding), a.attr("class", "divider").attr("x1", -h.width / 2 - E).attr("x2", h.width / 2 + E).attr("y1", -h.height / 2 - E + b.height + E).attr("y2", -h.height / 2 - E + b.height + E), B(t, i), t.intersect = function(D) {
1828
- return C.rect(t, D);
1829
- }, n;
1830
- }, "rectWithTitle"), Mr = /* @__PURE__ */ d(async (e, t) => {
1831
- const { shapeSvg: r, bbox: n } = await F(
1832
- e,
1833
- t,
1834
- K(t, void 0),
1835
- !0
1836
- ), i = n.height + t.padding, a = n.width + i / 4 + t.padding, s = r.insert("rect", ":first-child").attr("style", t.style).attr("rx", i / 2).attr("ry", i / 2).attr("x", -a / 2).attr("y", -i / 2).attr("width", a).attr("height", i);
1837
- return B(t, s), t.intersect = function(l) {
1838
- return C.rect(t, l);
1839
- }, r;
1840
- }, "stadium"), Fr = /* @__PURE__ */ d(async (e, t) => {
1841
- const { shapeSvg: r, bbox: n, halfPadding: i } = await F(
1842
- e,
1843
- t,
1844
- K(t, void 0),
1845
- !0
1846
- ), a = r.insert("circle", ":first-child");
1847
- return a.attr("style", t.style).attr("rx", t.rx).attr("ry", t.ry).attr("r", n.width / 2 + i).attr("width", n.width + t.padding).attr("height", n.height + t.padding), L.info("Circle main"), B(t, a), t.intersect = function(s) {
1848
- return L.info("Circle intersect", t, n.width / 2 + i, s), C.circle(t, n.width / 2 + i, s);
1849
- }, r;
1850
- }, "circle"), Wr = /* @__PURE__ */ d(async (e, t) => {
1851
- const { shapeSvg: r, bbox: n, halfPadding: i } = await F(
1852
- e,
1853
- t,
1854
- K(t, void 0),
1855
- !0
1856
- ), a = 5, s = r.insert("g", ":first-child"), l = s.insert("circle"), o = s.insert("circle");
1857
- return s.attr("class", t.class), l.attr("style", t.style).attr("rx", t.rx).attr("ry", t.ry).attr("r", n.width / 2 + i + a).attr("width", n.width + t.padding + a * 2).attr("height", n.height + t.padding + a * 2), o.attr("style", t.style).attr("rx", t.rx).attr("ry", t.ry).attr("r", n.width / 2 + i).attr("width", n.width + t.padding).attr("height", n.height + t.padding), L.info("DoubleCircle main"), B(t, l), t.intersect = function(f) {
1858
- return L.info("DoubleCircle intersect", t, n.width / 2 + i + a, f), C.circle(t, n.width / 2 + i + a, f);
1859
- }, r;
1860
- }, "doublecircle"), Pr = /* @__PURE__ */ d(async (e, t) => {
1861
- const { shapeSvg: r, bbox: n } = await F(
1862
- e,
1863
- t,
1864
- K(t, void 0),
1865
- !0
1866
- ), i = n.width + t.padding, a = n.height + t.padding, s = [
1867
- { x: 0, y: 0 },
1868
- { x: i, y: 0 },
1869
- { x: i, y: -a },
1870
- { x: 0, y: -a },
1871
- { x: 0, y: 0 },
1872
- { x: -8, y: 0 },
1873
- { x: i + 8, y: 0 },
1874
- { x: i + 8, y: -a },
1875
- { x: -8, y: -a },
1876
- { x: -8, y: 0 }
1877
- ], l = G(r, i, a, s);
1878
- return l.attr("style", t.style), B(t, l), t.intersect = function(o) {
1879
- return C.polygon(t, s, o);
1880
- }, r;
1881
- }, "subroutine"), Yr = /* @__PURE__ */ d((e, t) => {
1882
- const r = e.insert("g").attr("class", "node default").attr("id", t.domId || t.id), n = r.insert("circle", ":first-child");
1883
- return n.attr("class", "state-start").attr("r", 7).attr("width", 14).attr("height", 14), B(t, n), t.intersect = function(i) {
1884
- return C.circle(t, 7, i);
1885
- }, r;
1886
- }, "start"), Mt = /* @__PURE__ */ d((e, t, r) => {
1887
- const n = e.insert("g").attr("class", "node default").attr("id", t.domId || t.id);
1888
- let i = 70, a = 10;
1889
- r === "LR" && (i = 10, a = 70);
1890
- const s = n.append("rect").attr("x", -1 * i / 2).attr("y", -1 * a / 2).attr("width", i).attr("height", a).attr("class", "fork-join");
1891
- return B(t, s), t.height = t.height + t.padding / 2, t.width = t.width + t.padding / 2, t.intersect = function(l) {
1892
- return C.rect(t, l);
1893
- }, n;
1894
- }, "forkJoin"), Hr = /* @__PURE__ */ d((e, t) => {
1895
- const r = e.insert("g").attr("class", "node default").attr("id", t.domId || t.id), n = r.insert("circle", ":first-child"), i = r.insert("circle", ":first-child");
1896
- return i.attr("class", "state-start").attr("r", 7).attr("width", 14).attr("height", 14), n.attr("class", "state-end").attr("r", 5).attr("width", 10).attr("height", 10), B(t, i), t.intersect = function(a) {
1897
- return C.circle(t, 7, a);
1898
- }, r;
1899
- }, "end"), Kr = /* @__PURE__ */ d((e, t) => {
1900
- var S;
1901
- const r = t.padding / 2, n = 4, i = 8;
1902
- let a;
1903
- t.classes ? a = "node " + t.classes : a = "node default";
1904
- const s = e.insert("g").attr("class", a).attr("id", t.domId || t.id), l = s.insert("rect", ":first-child"), o = s.insert("line"), f = s.insert("line");
1905
- let h = 0, y = n;
1906
- const b = s.insert("g").attr("class", "label");
1907
- let m = 0;
1908
- const E = (S = t.classData.annotations) == null ? void 0 : S[0], D = t.classData.annotations[0] ? "«" + t.classData.annotations[0] + "»" : "", v = b.node().appendChild(j(D, t.labelStyle, !0, !0));
1909
- let T = v.getBBox();
1910
- if (Z(z().flowchart.htmlLabels)) {
1911
- const c = v.children[0], _ = R(v);
1912
- T = c.getBoundingClientRect(), _.attr("width", T.width), _.attr("height", T.height);
1913
- }
1914
- t.classData.annotations[0] && (y += T.height + n, h += T.width);
1915
- let k = t.classData.label;
1916
- t.classData.type !== void 0 && t.classData.type !== "" && (z().flowchart.htmlLabels ? k += "&lt;" + t.classData.type + "&gt;" : k += "<" + t.classData.type + ">");
1917
- const N = b.node().appendChild(j(k, t.labelStyle, !0, !0));
1918
- R(N).attr("class", "classTitle");
1919
- let x = N.getBBox();
1920
- if (Z(z().flowchart.htmlLabels)) {
1921
- const c = N.children[0], _ = R(N);
1922
- x = c.getBoundingClientRect(), _.attr("width", x.width), _.attr("height", x.height);
1923
- }
1924
- y += x.height + n, x.width > h && (h = x.width);
1925
- const g = [];
1926
- t.classData.members.forEach((c) => {
1927
- const _ = c.getDisplayDetails();
1928
- let p = _.displayText;
1929
- z().flowchart.htmlLabels && (p = p.replace(/</g, "&lt;").replace(/>/g, "&gt;"));
1930
- const A = b.node().appendChild(
1931
- j(
1932
- p,
1933
- _.cssStyle ? _.cssStyle : t.labelStyle,
1934
- !0,
1935
- !0
1936
- )
1937
- );
1938
- let O = A.getBBox();
1939
- if (Z(z().flowchart.htmlLabels)) {
1940
- const X = A.children[0], W = R(A);
1941
- O = X.getBoundingClientRect(), W.attr("width", O.width), W.attr("height", O.height);
1942
- }
1943
- O.width > h && (h = O.width), y += O.height + n, g.push(A);
1944
- }), y += i;
1945
- const u = [];
1946
- if (t.classData.methods.forEach((c) => {
1947
- const _ = c.getDisplayDetails();
1948
- let p = _.displayText;
1949
- z().flowchart.htmlLabels && (p = p.replace(/</g, "&lt;").replace(/>/g, "&gt;"));
1950
- const A = b.node().appendChild(
1951
- j(
1952
- p,
1953
- _.cssStyle ? _.cssStyle : t.labelStyle,
1954
- !0,
1955
- !0
1956
- )
1957
- );
1958
- let O = A.getBBox();
1959
- if (Z(z().flowchart.htmlLabels)) {
1960
- const X = A.children[0], W = R(A);
1961
- O = X.getBoundingClientRect(), W.attr("width", O.width), W.attr("height", O.height);
1962
- }
1963
- O.width > h && (h = O.width), y += O.height + n, u.push(A);
1964
- }), y += i, E) {
1965
- let c = (h - T.width) / 2;
1966
- R(v).attr(
1967
- "transform",
1968
- "translate( " + (-1 * h / 2 + c) + ", " + -1 * y / 2 + ")"
1969
- ), m = T.height + n;
1970
- }
1971
- let w = (h - x.width) / 2;
1972
- return R(N).attr(
1973
- "transform",
1974
- "translate( " + (-1 * h / 2 + w) + ", " + (-1 * y / 2 + m) + ")"
1975
- ), m += x.height + n, o.attr("class", "divider").attr("x1", -h / 2 - r).attr("x2", h / 2 + r).attr("y1", -y / 2 - r + i + m).attr("y2", -y / 2 - r + i + m), m += i, g.forEach((c) => {
1976
- R(c).attr(
1977
- "transform",
1978
- "translate( " + -h / 2 + ", " + (-1 * y / 2 + m + i / 2) + ")"
1979
- );
1980
- const _ = c == null ? void 0 : c.getBBox();
1981
- m += ((_ == null ? void 0 : _.height) ?? 0) + n;
1982
- }), m += i, f.attr("class", "divider").attr("x1", -h / 2 - r).attr("x2", h / 2 + r).attr("y1", -y / 2 - r + i + m).attr("y2", -y / 2 - r + i + m), m += i, u.forEach((c) => {
1983
- R(c).attr(
1984
- "transform",
1985
- "translate( " + -h / 2 + ", " + (-1 * y / 2 + m) + ")"
1986
- );
1987
- const _ = c == null ? void 0 : c.getBBox();
1988
- m += ((_ == null ? void 0 : _.height) ?? 0) + n;
1989
- }), l.attr("style", t.style).attr("class", "outer title-state").attr("x", -h / 2 - r).attr("y", -(y / 2) - r).attr("width", h + t.padding).attr("height", y + t.padding), B(t, l), t.intersect = function(c) {
1990
- return C.rect(t, c);
1991
- }, s;
1992
- }, "class_box"), Ft = {
1993
- rhombus: At,
1994
- composite: Rr,
1995
- question: At,
1996
- rect: Or,
1997
- labelRect: zr,
1998
- rectWithTitle: Ar,
1999
- choice: vr,
2000
- circle: Fr,
2001
- doublecircle: Wr,
2002
- stadium: Mr,
2003
- hexagon: Er,
2004
- block_arrow: _r,
2005
- rect_left_inv_arrow: kr,
2006
- lean_right: Dr,
2007
- lean_left: Nr,
2008
- trapezoid: Tr,
2009
- inv_trapezoid: Cr,
2010
- rect_right_inv_arrow: Br,
2011
- cylinder: Ir,
2012
- start: Yr,
2013
- end: Hr,
2014
- note: Sr,
2015
- subroutine: Pr,
2016
- fork: Mt,
2017
- join: Mt,
2018
- class_box: Kr
2019
- }, lt = {}, re = /* @__PURE__ */ d(async (e, t, r) => {
2020
- let n, i;
2021
- if (t.link) {
2022
- let a;
2023
- z().securityLevel === "sandbox" ? a = "_top" : t.linkTarget && (a = t.linkTarget || "_blank"), n = e.insert("svg:a").attr("xlink:href", t.link).attr("target", a), i = await Ft[t.shape](n, t, r);
2024
- } else
2025
- i = await Ft[t.shape](e, t, r), n = i;
2026
- return t.tooltip && i.attr("title", t.tooltip), t.class && i.attr("class", "node default " + t.class), lt[t.id] = n, t.haveCallback && lt[t.id].attr("class", lt[t.id].attr("class") + " clickable"), n;
2027
- }, "insertNode"), Xr = /* @__PURE__ */ d((e) => {
2028
- const t = lt[e.id];
2029
- L.trace(
2030
- "Transforming node",
2031
- e.diff,
2032
- e,
2033
- "translate(" + (e.x - e.width / 2 - 5) + ", " + e.width / 2 + ")"
2034
- );
2035
- const r = 8, n = e.diff || 0;
2036
- return e.clusterNode ? t.attr(
2037
- "transform",
2038
- "translate(" + (e.x + n - e.width / 2) + ", " + (e.y - e.height / 2 - r) + ")"
2039
- ) : t.attr("transform", "translate(" + e.x + ", " + e.y + ")"), n;
2040
- }, "positionNode");
2041
- function kt(e, t, r = !1) {
2042
- var b, m, E;
2043
- const n = e;
2044
- let i = "default";
2045
- (((b = n == null ? void 0 : n.classes) == null ? void 0 : b.length) || 0) > 0 && (i = ((n == null ? void 0 : n.classes) ?? []).join(" ")), i = i + " flowchart-label";
2046
- let a = 0, s = "", l;
2047
- switch (n.type) {
2048
- case "round":
2049
- a = 5, s = "rect";
2050
- break;
2051
- case "composite":
2052
- a = 0, s = "composite", l = 0;
2053
- break;
2054
- case "square":
2055
- s = "rect";
2056
- break;
2057
- case "diamond":
2058
- s = "question";
2059
- break;
2060
- case "hexagon":
2061
- s = "hexagon";
2062
- break;
2063
- case "block_arrow":
2064
- s = "block_arrow";
2065
- break;
2066
- case "odd":
2067
- s = "rect_left_inv_arrow";
2068
- break;
2069
- case "lean_right":
2070
- s = "lean_right";
2071
- break;
2072
- case "lean_left":
2073
- s = "lean_left";
2074
- break;
2075
- case "trapezoid":
2076
- s = "trapezoid";
2077
- break;
2078
- case "inv_trapezoid":
2079
- s = "inv_trapezoid";
2080
- break;
2081
- case "rect_left_inv_arrow":
2082
- s = "rect_left_inv_arrow";
2083
- break;
2084
- case "circle":
2085
- s = "circle";
2086
- break;
2087
- case "ellipse":
2088
- s = "ellipse";
2089
- break;
2090
- case "stadium":
2091
- s = "stadium";
2092
- break;
2093
- case "subroutine":
2094
- s = "subroutine";
2095
- break;
2096
- case "cylinder":
2097
- s = "cylinder";
2098
- break;
2099
- case "group":
2100
- s = "rect";
2101
- break;
2102
- case "doublecircle":
2103
- s = "doublecircle";
2104
- break;
2105
- default:
2106
- s = "rect";
2107
- }
2108
- const o = me((n == null ? void 0 : n.styles) ?? []), f = n.label, h = n.size ?? { width: 0, height: 0, x: 0, y: 0 };
2109
- return {
2110
- labelStyle: o.labelStyle,
2111
- shape: s,
2112
- labelText: f,
2113
- rx: a,
2114
- ry: a,
2115
- class: i,
2116
- style: o.style,
2117
- id: n.id,
2118
- directions: n.directions,
2119
- width: h.width,
2120
- height: h.height,
2121
- x: h.x,
2122
- y: h.y,
2123
- positioned: r,
2124
- intersect: void 0,
2125
- type: n.type,
2126
- padding: l ?? ((E = (m = at()) == null ? void 0 : m.block) == null ? void 0 : E.padding) ?? 0
2127
- };
2128
- }
2129
- d(kt, "getNodeFromBlock");
2130
- async function ae(e, t, r) {
2131
- const n = kt(t, r, !1);
2132
- if (n.type === "group")
2133
- return;
2134
- const i = at(), a = await re(e, n, { config: i }), s = a.node().getBBox(), l = r.getBlock(n.id);
2135
- l.size = { width: s.width, height: s.height, x: 0, y: 0, node: a }, r.setBlock(l), a.remove();
2136
- }
2137
- d(ae, "calculateBlockSize");
2138
- async function se(e, t, r) {
2139
- const n = kt(t, r, !0);
2140
- if (r.getBlock(n.id).type !== "space") {
2141
- const a = at();
2142
- await re(e, n, { config: a }), t.intersect = n == null ? void 0 : n.intersect, Xr(n);
2143
- }
2144
- }
2145
- d(se, "insertBlockPositioned");
2146
- async function dt(e, t, r, n) {
2147
- for (const i of t)
2148
- await n(e, i, r), i.children && await dt(e, i.children, r, n);
2149
- }
2150
- d(dt, "performOperations");
2151
- async function ie(e, t, r) {
2152
- await dt(e, t, r, ae);
2153
- }
2154
- d(ie, "calculateBlockSizes");
2155
- async function ne(e, t, r) {
2156
- await dt(e, t, r, se);
2157
- }
2158
- d(ne, "insertBlocks");
2159
- async function le(e, t, r, n, i) {
2160
- const a = new Se({
2161
- multigraph: !0,
2162
- compound: !0
2163
- });
2164
- a.setGraph({
2165
- rankdir: "TB",
2166
- nodesep: 10,
2167
- ranksep: 10,
2168
- marginx: 8,
2169
- marginy: 8
2170
- });
2171
- for (const s of r)
2172
- s.size && a.setNode(s.id, {
2173
- width: s.size.width,
2174
- height: s.size.height,
2175
- intersect: s.intersect
2176
- });
2177
- for (const s of t)
2178
- if (s.start && s.end) {
2179
- const l = n.getBlock(s.start), o = n.getBlock(s.end);
2180
- if (l != null && l.size && (o != null && o.size)) {
2181
- const f = l.size, h = o.size, y = [
2182
- { x: f.x, y: f.y },
2183
- { x: f.x + (h.x - f.x) / 2, y: f.y + (h.y - f.y) / 2 },
2184
- { x: h.x, y: h.y }
2185
- ];
2186
- gr(
2187
- e,
2188
- { v: s.start, w: s.end, name: s.id },
2189
- {
2190
- ...s,
2191
- arrowTypeEnd: s.arrowTypeEnd,
2192
- arrowTypeStart: s.arrowTypeStart,
2193
- points: y,
2194
- classes: "edge-thickness-normal edge-pattern-solid flowchart-link LS-a1 LE-b1"
2195
- },
2196
- void 0,
2197
- "block",
2198
- a,
2199
- i
2200
- ), s.label && (await cr(e, {
2201
- ...s,
2202
- label: s.label,
2203
- labelStyle: "stroke: #333; stroke-width: 1.5px;fill:none;",
2204
- arrowTypeEnd: s.arrowTypeEnd,
2205
- arrowTypeStart: s.arrowTypeStart,
2206
- points: y,
2207
- classes: "edge-thickness-normal edge-pattern-solid flowchart-link LS-a1 LE-b1"
2208
- }), or(
2209
- { ...s, x: y[1].x, y: y[1].y },
2210
- {
2211
- originalPath: y
2212
- }
2213
- ));
2214
- }
2215
- }
2216
- }
2217
- d(le, "insertEdges");
2218
- var Ur = /* @__PURE__ */ d(function(e, t) {
2219
- return t.db.getClasses();
2220
- }, "getClasses"), jr = /* @__PURE__ */ d(async function(e, t, r, n) {
2221
- const { securityLevel: i, block: a } = at(), s = n.db;
2222
- let l;
2223
- i === "sandbox" && (l = R("#i" + t));
2224
- const o = i === "sandbox" ? R(l.nodes()[0].contentDocument.body) : R("body"), f = i === "sandbox" ? o.select(`[id="${t}"]`) : R(`[id="${t}"]`);
2225
- ar(f, ["point", "circle", "cross"], n.type, t);
2226
- const y = s.getBlocks(), b = s.getBlocksFlat(), m = s.getEdges(), E = f.insert("g").attr("class", "block");
2227
- await ie(E, y, s);
2228
- const D = Gt(s);
2229
- if (await ne(E, y, s), await le(E, m, b, s, t), D) {
2230
- const v = D, T = Math.max(1, Math.round(0.125 * (v.width / v.height))), k = v.height + T + 10, N = v.width + 10, { useMaxWidth: x } = a;
2231
- de(f, k, N, !!x), L.debug("Here Bounds", D, v), f.attr(
2232
- "viewBox",
2233
- `${v.x - 5} ${v.y - 5} ${v.width + 10} ${v.height + 10}`
2234
- );
2235
- }
2236
- }, "draw"), Vr = {
2237
- draw: jr,
2238
- getClasses: Ur
2239
- }, Qr = {
2240
- parser: Ee,
2241
- db: Ke,
2242
- renderer: Vr,
2243
- styles: Ue
2244
- };
2245
- export {
2246
- Qr as diagram
2247
- };