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

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 +27 -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
@@ -0,0 +1,2104 @@
1
+ import { utils_default } from "./chunk-O4NI6UNU.mjs";
2
+ import { __name, getAccDescription, setAccDescription, getDiagramTitle, setDiagramTitle, getAccTitle, setAccTitle, getConfig2, configureSvgSize, log, common_default, clear } from "./chunk-YTJNT7DU.mjs";
3
+ import { d as distExports } from "../../../../../../../../_virtual/index.mjs";
4
+ import dayjs2 from "../../../../../../../../_virtual/dayjs.min.mjs";
5
+ import dayjsIsoWeek from "../../../../../../../../_virtual/isoWeek.mjs";
6
+ import dayjsCustomParseFormat from "../../../../../../../../_virtual/customParseFormat.mjs";
7
+ import dayjsAdvancedFormat from "../../../../../../../../_virtual/advancedFormat.mjs";
8
+ import "../../../../../../d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.mjs";
9
+ import "../../../../../../d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.mjs";
10
+ import time from "../../../../../../d3-scale@4.0.2/node_modules/d3-scale/src/time.mjs";
11
+ import min from "../../../../../../d3-array@3.2.4/node_modules/d3-array/src/min.mjs";
12
+ import max from "../../../../../../d3-array@3.2.4/node_modules/d3-array/src/max.mjs";
13
+ import linear from "../../../../../../d3-scale@4.0.2/node_modules/d3-scale/src/linear.mjs";
14
+ import interpolateHcl from "../../../../../../d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.mjs";
15
+ import { axisBottom, axisTop } from "../../../../../../d3-axis@3.0.0/node_modules/d3-axis/src/axis.mjs";
16
+ import { timeFormat } from "../../../../../../d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.mjs";
17
+ import { timeMonth } from "../../../../../../d3-time@3.1.0/node_modules/d3-time/src/month.mjs";
18
+ import { timeSunday, timeSaturday, timeFriday, timeThursday, timeWednesday, timeTuesday, timeMonday } from "../../../../../../d3-time@3.1.0/node_modules/d3-time/src/week.mjs";
19
+ import { timeDay } from "../../../../../../d3-time@3.1.0/node_modules/d3-time/src/day.mjs";
20
+ import { timeHour } from "../../../../../../d3-time@3.1.0/node_modules/d3-time/src/hour.mjs";
21
+ import { timeMinute } from "../../../../../../d3-time@3.1.0/node_modules/d3-time/src/minute.mjs";
22
+ import { second } from "../../../../../../d3-time@3.1.0/node_modules/d3-time/src/second.mjs";
23
+ import { millisecond } from "../../../../../../d3-time@3.1.0/node_modules/d3-time/src/millisecond.mjs";
24
+ import select from "../../../../../../d3-selection@3.0.0/node_modules/d3-selection/src/select.mjs";
25
+ var parser = function() {
26
+ var o = /* @__PURE__ */ __name(function(k, v, o2, l) {
27
+ for (o2 = o2 || {}, l = k.length; l--; o2[k[l]] = v) ;
28
+ return o2;
29
+ }, "o"), $V0 = [6, 8, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 35, 36, 38, 40], $V1 = [1, 26], $V2 = [1, 27], $V3 = [1, 28], $V4 = [1, 29], $V5 = [1, 30], $V6 = [1, 31], $V7 = [1, 32], $V8 = [1, 33], $V9 = [1, 34], $Va = [1, 9], $Vb = [1, 10], $Vc = [1, 11], $Vd = [1, 12], $Ve = [1, 13], $Vf = [1, 14], $Vg = [1, 15], $Vh = [1, 16], $Vi = [1, 19], $Vj = [1, 20], $Vk = [1, 21], $Vl = [1, 22], $Vm = [1, 23], $Vn = [1, 25], $Vo = [1, 35];
30
+ var parser2 = {
31
+ trace: /* @__PURE__ */ __name(function trace() {
32
+ }, "trace"),
33
+ yy: {},
34
+ symbols_: { "error": 2, "start": 3, "gantt": 4, "document": 5, "EOF": 6, "line": 7, "SPACE": 8, "statement": 9, "NL": 10, "weekday": 11, "weekday_monday": 12, "weekday_tuesday": 13, "weekday_wednesday": 14, "weekday_thursday": 15, "weekday_friday": 16, "weekday_saturday": 17, "weekday_sunday": 18, "weekend": 19, "weekend_friday": 20, "weekend_saturday": 21, "dateFormat": 22, "inclusiveEndDates": 23, "topAxis": 24, "axisFormat": 25, "tickInterval": 26, "excludes": 27, "includes": 28, "todayMarker": 29, "title": 30, "acc_title": 31, "acc_title_value": 32, "acc_descr": 33, "acc_descr_value": 34, "acc_descr_multiline_value": 35, "section": 36, "clickStatement": 37, "taskTxt": 38, "taskData": 39, "click": 40, "callbackname": 41, "callbackargs": 42, "href": 43, "clickStatementDebug": 44, "$accept": 0, "$end": 1 },
35
+ terminals_: { 2: "error", 4: "gantt", 6: "EOF", 8: "SPACE", 10: "NL", 12: "weekday_monday", 13: "weekday_tuesday", 14: "weekday_wednesday", 15: "weekday_thursday", 16: "weekday_friday", 17: "weekday_saturday", 18: "weekday_sunday", 20: "weekend_friday", 21: "weekend_saturday", 22: "dateFormat", 23: "inclusiveEndDates", 24: "topAxis", 25: "axisFormat", 26: "tickInterval", 27: "excludes", 28: "includes", 29: "todayMarker", 30: "title", 31: "acc_title", 32: "acc_title_value", 33: "acc_descr", 34: "acc_descr_value", 35: "acc_descr_multiline_value", 36: "section", 38: "taskTxt", 39: "taskData", 40: "click", 41: "callbackname", 42: "callbackargs", 43: "href" },
36
+ productions_: [0, [3, 3], [5, 0], [5, 2], [7, 2], [7, 1], [7, 1], [7, 1], [11, 1], [11, 1], [11, 1], [11, 1], [11, 1], [11, 1], [11, 1], [19, 1], [19, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 1], [9, 2], [9, 2], [9, 1], [9, 1], [9, 1], [9, 2], [37, 2], [37, 3], [37, 3], [37, 4], [37, 3], [37, 4], [37, 2], [44, 2], [44, 3], [44, 3], [44, 4], [44, 3], [44, 4], [44, 2]],
37
+ performAction: /* @__PURE__ */ __name(function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$) {
38
+ var $0 = $$.length - 1;
39
+ switch (yystate) {
40
+ case 1:
41
+ return $$[$0 - 1];
42
+ case 2:
43
+ this.$ = [];
44
+ break;
45
+ case 3:
46
+ $$[$0 - 1].push($$[$0]);
47
+ this.$ = $$[$0 - 1];
48
+ break;
49
+ case 4:
50
+ case 5:
51
+ this.$ = $$[$0];
52
+ break;
53
+ case 6:
54
+ case 7:
55
+ this.$ = [];
56
+ break;
57
+ case 8:
58
+ yy.setWeekday("monday");
59
+ break;
60
+ case 9:
61
+ yy.setWeekday("tuesday");
62
+ break;
63
+ case 10:
64
+ yy.setWeekday("wednesday");
65
+ break;
66
+ case 11:
67
+ yy.setWeekday("thursday");
68
+ break;
69
+ case 12:
70
+ yy.setWeekday("friday");
71
+ break;
72
+ case 13:
73
+ yy.setWeekday("saturday");
74
+ break;
75
+ case 14:
76
+ yy.setWeekday("sunday");
77
+ break;
78
+ case 15:
79
+ yy.setWeekend("friday");
80
+ break;
81
+ case 16:
82
+ yy.setWeekend("saturday");
83
+ break;
84
+ case 17:
85
+ yy.setDateFormat($$[$0].substr(11));
86
+ this.$ = $$[$0].substr(11);
87
+ break;
88
+ case 18:
89
+ yy.enableInclusiveEndDates();
90
+ this.$ = $$[$0].substr(18);
91
+ break;
92
+ case 19:
93
+ yy.TopAxis();
94
+ this.$ = $$[$0].substr(8);
95
+ break;
96
+ case 20:
97
+ yy.setAxisFormat($$[$0].substr(11));
98
+ this.$ = $$[$0].substr(11);
99
+ break;
100
+ case 21:
101
+ yy.setTickInterval($$[$0].substr(13));
102
+ this.$ = $$[$0].substr(13);
103
+ break;
104
+ case 22:
105
+ yy.setExcludes($$[$0].substr(9));
106
+ this.$ = $$[$0].substr(9);
107
+ break;
108
+ case 23:
109
+ yy.setIncludes($$[$0].substr(9));
110
+ this.$ = $$[$0].substr(9);
111
+ break;
112
+ case 24:
113
+ yy.setTodayMarker($$[$0].substr(12));
114
+ this.$ = $$[$0].substr(12);
115
+ break;
116
+ case 27:
117
+ yy.setDiagramTitle($$[$0].substr(6));
118
+ this.$ = $$[$0].substr(6);
119
+ break;
120
+ case 28:
121
+ this.$ = $$[$0].trim();
122
+ yy.setAccTitle(this.$);
123
+ break;
124
+ case 29:
125
+ case 30:
126
+ this.$ = $$[$0].trim();
127
+ yy.setAccDescription(this.$);
128
+ break;
129
+ case 31:
130
+ yy.addSection($$[$0].substr(8));
131
+ this.$ = $$[$0].substr(8);
132
+ break;
133
+ case 33:
134
+ yy.addTask($$[$0 - 1], $$[$0]);
135
+ this.$ = "task";
136
+ break;
137
+ case 34:
138
+ this.$ = $$[$0 - 1];
139
+ yy.setClickEvent($$[$0 - 1], $$[$0], null);
140
+ break;
141
+ case 35:
142
+ this.$ = $$[$0 - 2];
143
+ yy.setClickEvent($$[$0 - 2], $$[$0 - 1], $$[$0]);
144
+ break;
145
+ case 36:
146
+ this.$ = $$[$0 - 2];
147
+ yy.setClickEvent($$[$0 - 2], $$[$0 - 1], null);
148
+ yy.setLink($$[$0 - 2], $$[$0]);
149
+ break;
150
+ case 37:
151
+ this.$ = $$[$0 - 3];
152
+ yy.setClickEvent($$[$0 - 3], $$[$0 - 2], $$[$0 - 1]);
153
+ yy.setLink($$[$0 - 3], $$[$0]);
154
+ break;
155
+ case 38:
156
+ this.$ = $$[$0 - 2];
157
+ yy.setClickEvent($$[$0 - 2], $$[$0], null);
158
+ yy.setLink($$[$0 - 2], $$[$0 - 1]);
159
+ break;
160
+ case 39:
161
+ this.$ = $$[$0 - 3];
162
+ yy.setClickEvent($$[$0 - 3], $$[$0 - 1], $$[$0]);
163
+ yy.setLink($$[$0 - 3], $$[$0 - 2]);
164
+ break;
165
+ case 40:
166
+ this.$ = $$[$0 - 1];
167
+ yy.setLink($$[$0 - 1], $$[$0]);
168
+ break;
169
+ case 41:
170
+ case 47:
171
+ this.$ = $$[$0 - 1] + " " + $$[$0];
172
+ break;
173
+ case 42:
174
+ case 43:
175
+ case 45:
176
+ this.$ = $$[$0 - 2] + " " + $$[$0 - 1] + " " + $$[$0];
177
+ break;
178
+ case 44:
179
+ case 46:
180
+ this.$ = $$[$0 - 3] + " " + $$[$0 - 2] + " " + $$[$0 - 1] + " " + $$[$0];
181
+ break;
182
+ }
183
+ }, "anonymous"),
184
+ table: [{ 3: 1, 4: [1, 2] }, { 1: [3] }, o($V0, [2, 2], { 5: 3 }), { 6: [1, 4], 7: 5, 8: [1, 6], 9: 7, 10: [1, 8], 11: 17, 12: $V1, 13: $V2, 14: $V3, 15: $V4, 16: $V5, 17: $V6, 18: $V7, 19: 18, 20: $V8, 21: $V9, 22: $Va, 23: $Vb, 24: $Vc, 25: $Vd, 26: $Ve, 27: $Vf, 28: $Vg, 29: $Vh, 30: $Vi, 31: $Vj, 33: $Vk, 35: $Vl, 36: $Vm, 37: 24, 38: $Vn, 40: $Vo }, o($V0, [2, 7], { 1: [2, 1] }), o($V0, [2, 3]), { 9: 36, 11: 17, 12: $V1, 13: $V2, 14: $V3, 15: $V4, 16: $V5, 17: $V6, 18: $V7, 19: 18, 20: $V8, 21: $V9, 22: $Va, 23: $Vb, 24: $Vc, 25: $Vd, 26: $Ve, 27: $Vf, 28: $Vg, 29: $Vh, 30: $Vi, 31: $Vj, 33: $Vk, 35: $Vl, 36: $Vm, 37: 24, 38: $Vn, 40: $Vo }, o($V0, [2, 5]), o($V0, [2, 6]), o($V0, [2, 17]), o($V0, [2, 18]), o($V0, [2, 19]), o($V0, [2, 20]), o($V0, [2, 21]), o($V0, [2, 22]), o($V0, [2, 23]), o($V0, [2, 24]), o($V0, [2, 25]), o($V0, [2, 26]), o($V0, [2, 27]), { 32: [1, 37] }, { 34: [1, 38] }, o($V0, [2, 30]), o($V0, [2, 31]), o($V0, [2, 32]), { 39: [1, 39] }, o($V0, [2, 8]), o($V0, [2, 9]), o($V0, [2, 10]), o($V0, [2, 11]), o($V0, [2, 12]), o($V0, [2, 13]), o($V0, [2, 14]), o($V0, [2, 15]), o($V0, [2, 16]), { 41: [1, 40], 43: [1, 41] }, o($V0, [2, 4]), o($V0, [2, 28]), o($V0, [2, 29]), o($V0, [2, 33]), o($V0, [2, 34], { 42: [1, 42], 43: [1, 43] }), o($V0, [2, 40], { 41: [1, 44] }), o($V0, [2, 35], { 43: [1, 45] }), o($V0, [2, 36]), o($V0, [2, 38], { 42: [1, 46] }), o($V0, [2, 37]), o($V0, [2, 39])],
185
+ defaultActions: {},
186
+ parseError: /* @__PURE__ */ __name(function parseError(str, hash) {
187
+ if (hash.recoverable) {
188
+ this.trace(str);
189
+ } else {
190
+ var error = new Error(str);
191
+ error.hash = hash;
192
+ throw error;
193
+ }
194
+ }, "parseError"),
195
+ parse: /* @__PURE__ */ __name(function parse(input) {
196
+ var self = this, stack = [0], tstack = [], vstack = [null], lstack = [], table = this.table, yytext = "", yylineno = 0, yyleng = 0, TERROR = 2, EOF = 1;
197
+ var args = lstack.slice.call(arguments, 1);
198
+ var lexer2 = Object.create(this.lexer);
199
+ var sharedState = { yy: {} };
200
+ for (var k in this.yy) {
201
+ if (Object.prototype.hasOwnProperty.call(this.yy, k)) {
202
+ sharedState.yy[k] = this.yy[k];
203
+ }
204
+ }
205
+ lexer2.setInput(input, sharedState.yy);
206
+ sharedState.yy.lexer = lexer2;
207
+ sharedState.yy.parser = this;
208
+ if (typeof lexer2.yylloc == "undefined") {
209
+ lexer2.yylloc = {};
210
+ }
211
+ var yyloc = lexer2.yylloc;
212
+ lstack.push(yyloc);
213
+ var ranges = lexer2.options && lexer2.options.ranges;
214
+ if (typeof sharedState.yy.parseError === "function") {
215
+ this.parseError = sharedState.yy.parseError;
216
+ } else {
217
+ this.parseError = Object.getPrototypeOf(this).parseError;
218
+ }
219
+ function popStack(n) {
220
+ stack.length = stack.length - 2 * n;
221
+ vstack.length = vstack.length - n;
222
+ lstack.length = lstack.length - n;
223
+ }
224
+ __name(popStack, "popStack");
225
+ function lex() {
226
+ var token;
227
+ token = tstack.pop() || lexer2.lex() || EOF;
228
+ if (typeof token !== "number") {
229
+ if (token instanceof Array) {
230
+ tstack = token;
231
+ token = tstack.pop();
232
+ }
233
+ token = self.symbols_[token] || token;
234
+ }
235
+ return token;
236
+ }
237
+ __name(lex, "lex");
238
+ var symbol, state, action, r, yyval = {}, p, len, newState, expected;
239
+ while (true) {
240
+ state = stack[stack.length - 1];
241
+ if (this.defaultActions[state]) {
242
+ action = this.defaultActions[state];
243
+ } else {
244
+ if (symbol === null || typeof symbol == "undefined") {
245
+ symbol = lex();
246
+ }
247
+ action = table[state] && table[state][symbol];
248
+ }
249
+ if (typeof action === "undefined" || !action.length || !action[0]) {
250
+ var errStr = "";
251
+ expected = [];
252
+ for (p in table[state]) {
253
+ if (this.terminals_[p] && p > TERROR) {
254
+ expected.push("'" + this.terminals_[p] + "'");
255
+ }
256
+ }
257
+ if (lexer2.showPosition) {
258
+ errStr = "Parse error on line " + (yylineno + 1) + ":\n" + lexer2.showPosition() + "\nExpecting " + expected.join(", ") + ", got '" + (this.terminals_[symbol] || symbol) + "'";
259
+ } else {
260
+ errStr = "Parse error on line " + (yylineno + 1) + ": Unexpected " + (symbol == EOF ? "end of input" : "'" + (this.terminals_[symbol] || symbol) + "'");
261
+ }
262
+ this.parseError(errStr, {
263
+ text: lexer2.match,
264
+ token: this.terminals_[symbol] || symbol,
265
+ line: lexer2.yylineno,
266
+ loc: yyloc,
267
+ expected
268
+ });
269
+ }
270
+ if (action[0] instanceof Array && action.length > 1) {
271
+ throw new Error("Parse Error: multiple actions possible at state: " + state + ", token: " + symbol);
272
+ }
273
+ switch (action[0]) {
274
+ case 1:
275
+ stack.push(symbol);
276
+ vstack.push(lexer2.yytext);
277
+ lstack.push(lexer2.yylloc);
278
+ stack.push(action[1]);
279
+ symbol = null;
280
+ {
281
+ yyleng = lexer2.yyleng;
282
+ yytext = lexer2.yytext;
283
+ yylineno = lexer2.yylineno;
284
+ yyloc = lexer2.yylloc;
285
+ }
286
+ break;
287
+ case 2:
288
+ len = this.productions_[action[1]][1];
289
+ yyval.$ = vstack[vstack.length - len];
290
+ yyval._$ = {
291
+ first_line: lstack[lstack.length - (len || 1)].first_line,
292
+ last_line: lstack[lstack.length - 1].last_line,
293
+ first_column: lstack[lstack.length - (len || 1)].first_column,
294
+ last_column: lstack[lstack.length - 1].last_column
295
+ };
296
+ if (ranges) {
297
+ yyval._$.range = [
298
+ lstack[lstack.length - (len || 1)].range[0],
299
+ lstack[lstack.length - 1].range[1]
300
+ ];
301
+ }
302
+ r = this.performAction.apply(yyval, [
303
+ yytext,
304
+ yyleng,
305
+ yylineno,
306
+ sharedState.yy,
307
+ action[1],
308
+ vstack,
309
+ lstack
310
+ ].concat(args));
311
+ if (typeof r !== "undefined") {
312
+ return r;
313
+ }
314
+ if (len) {
315
+ stack = stack.slice(0, -1 * len * 2);
316
+ vstack = vstack.slice(0, -1 * len);
317
+ lstack = lstack.slice(0, -1 * len);
318
+ }
319
+ stack.push(this.productions_[action[1]][0]);
320
+ vstack.push(yyval.$);
321
+ lstack.push(yyval._$);
322
+ newState = table[stack[stack.length - 2]][stack[stack.length - 1]];
323
+ stack.push(newState);
324
+ break;
325
+ case 3:
326
+ return true;
327
+ }
328
+ }
329
+ return true;
330
+ }, "parse")
331
+ };
332
+ var lexer = /* @__PURE__ */ function() {
333
+ var lexer2 = {
334
+ EOF: 1,
335
+ parseError: /* @__PURE__ */ __name(function parseError(str, hash) {
336
+ if (this.yy.parser) {
337
+ this.yy.parser.parseError(str, hash);
338
+ } else {
339
+ throw new Error(str);
340
+ }
341
+ }, "parseError"),
342
+ // resets the lexer, sets new input
343
+ setInput: /* @__PURE__ */ __name(function(input, yy) {
344
+ this.yy = yy || this.yy || {};
345
+ this._input = input;
346
+ this._more = this._backtrack = this.done = false;
347
+ this.yylineno = this.yyleng = 0;
348
+ this.yytext = this.matched = this.match = "";
349
+ this.conditionStack = ["INITIAL"];
350
+ this.yylloc = {
351
+ first_line: 1,
352
+ first_column: 0,
353
+ last_line: 1,
354
+ last_column: 0
355
+ };
356
+ if (this.options.ranges) {
357
+ this.yylloc.range = [0, 0];
358
+ }
359
+ this.offset = 0;
360
+ return this;
361
+ }, "setInput"),
362
+ // consumes and returns one char from the input
363
+ input: /* @__PURE__ */ __name(function() {
364
+ var ch = this._input[0];
365
+ this.yytext += ch;
366
+ this.yyleng++;
367
+ this.offset++;
368
+ this.match += ch;
369
+ this.matched += ch;
370
+ var lines = ch.match(/(?:\r\n?|\n).*/g);
371
+ if (lines) {
372
+ this.yylineno++;
373
+ this.yylloc.last_line++;
374
+ } else {
375
+ this.yylloc.last_column++;
376
+ }
377
+ if (this.options.ranges) {
378
+ this.yylloc.range[1]++;
379
+ }
380
+ this._input = this._input.slice(1);
381
+ return ch;
382
+ }, "input"),
383
+ // unshifts one char (or a string) into the input
384
+ unput: /* @__PURE__ */ __name(function(ch) {
385
+ var len = ch.length;
386
+ var lines = ch.split(/(?:\r\n?|\n)/g);
387
+ this._input = ch + this._input;
388
+ this.yytext = this.yytext.substr(0, this.yytext.length - len);
389
+ this.offset -= len;
390
+ var oldLines = this.match.split(/(?:\r\n?|\n)/g);
391
+ this.match = this.match.substr(0, this.match.length - 1);
392
+ this.matched = this.matched.substr(0, this.matched.length - 1);
393
+ if (lines.length - 1) {
394
+ this.yylineno -= lines.length - 1;
395
+ }
396
+ var r = this.yylloc.range;
397
+ this.yylloc = {
398
+ first_line: this.yylloc.first_line,
399
+ last_line: this.yylineno + 1,
400
+ first_column: this.yylloc.first_column,
401
+ last_column: lines ? (lines.length === oldLines.length ? this.yylloc.first_column : 0) + oldLines[oldLines.length - lines.length].length - lines[0].length : this.yylloc.first_column - len
402
+ };
403
+ if (this.options.ranges) {
404
+ this.yylloc.range = [r[0], r[0] + this.yyleng - len];
405
+ }
406
+ this.yyleng = this.yytext.length;
407
+ return this;
408
+ }, "unput"),
409
+ // When called from action, caches matched text and appends it on next action
410
+ more: /* @__PURE__ */ __name(function() {
411
+ this._more = true;
412
+ return this;
413
+ }, "more"),
414
+ // 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.
415
+ reject: /* @__PURE__ */ __name(function() {
416
+ if (this.options.backtrack_lexer) {
417
+ this._backtrack = true;
418
+ } else {
419
+ 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).\n" + this.showPosition(), {
420
+ text: "",
421
+ token: null,
422
+ line: this.yylineno
423
+ });
424
+ }
425
+ return this;
426
+ }, "reject"),
427
+ // retain first n characters of the match
428
+ less: /* @__PURE__ */ __name(function(n) {
429
+ this.unput(this.match.slice(n));
430
+ }, "less"),
431
+ // displays already matched input, i.e. for error messages
432
+ pastInput: /* @__PURE__ */ __name(function() {
433
+ var past = this.matched.substr(0, this.matched.length - this.match.length);
434
+ return (past.length > 20 ? "..." : "") + past.substr(-20).replace(/\n/g, "");
435
+ }, "pastInput"),
436
+ // displays upcoming input, i.e. for error messages
437
+ upcomingInput: /* @__PURE__ */ __name(function() {
438
+ var next = this.match;
439
+ if (next.length < 20) {
440
+ next += this._input.substr(0, 20 - next.length);
441
+ }
442
+ return (next.substr(0, 20) + (next.length > 20 ? "..." : "")).replace(/\n/g, "");
443
+ }, "upcomingInput"),
444
+ // displays the character position where the lexing error occurred, i.e. for error messages
445
+ showPosition: /* @__PURE__ */ __name(function() {
446
+ var pre = this.pastInput();
447
+ var c = new Array(pre.length + 1).join("-");
448
+ return pre + this.upcomingInput() + "\n" + c + "^";
449
+ }, "showPosition"),
450
+ // test the lexed token: return FALSE when not a match, otherwise return token
451
+ test_match: /* @__PURE__ */ __name(function(match, indexed_rule) {
452
+ var token, lines, backup;
453
+ if (this.options.backtrack_lexer) {
454
+ backup = {
455
+ yylineno: this.yylineno,
456
+ yylloc: {
457
+ first_line: this.yylloc.first_line,
458
+ last_line: this.last_line,
459
+ first_column: this.yylloc.first_column,
460
+ last_column: this.yylloc.last_column
461
+ },
462
+ yytext: this.yytext,
463
+ match: this.match,
464
+ matches: this.matches,
465
+ matched: this.matched,
466
+ yyleng: this.yyleng,
467
+ offset: this.offset,
468
+ _more: this._more,
469
+ _input: this._input,
470
+ yy: this.yy,
471
+ conditionStack: this.conditionStack.slice(0),
472
+ done: this.done
473
+ };
474
+ if (this.options.ranges) {
475
+ backup.yylloc.range = this.yylloc.range.slice(0);
476
+ }
477
+ }
478
+ lines = match[0].match(/(?:\r\n?|\n).*/g);
479
+ if (lines) {
480
+ this.yylineno += lines.length;
481
+ }
482
+ this.yylloc = {
483
+ first_line: this.yylloc.last_line,
484
+ last_line: this.yylineno + 1,
485
+ first_column: this.yylloc.last_column,
486
+ last_column: lines ? lines[lines.length - 1].length - lines[lines.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + match[0].length
487
+ };
488
+ this.yytext += match[0];
489
+ this.match += match[0];
490
+ this.matches = match;
491
+ this.yyleng = this.yytext.length;
492
+ if (this.options.ranges) {
493
+ this.yylloc.range = [this.offset, this.offset += this.yyleng];
494
+ }
495
+ this._more = false;
496
+ this._backtrack = false;
497
+ this._input = this._input.slice(match[0].length);
498
+ this.matched += match[0];
499
+ token = this.performAction.call(this, this.yy, this, indexed_rule, this.conditionStack[this.conditionStack.length - 1]);
500
+ if (this.done && this._input) {
501
+ this.done = false;
502
+ }
503
+ if (token) {
504
+ return token;
505
+ } else if (this._backtrack) {
506
+ for (var k in backup) {
507
+ this[k] = backup[k];
508
+ }
509
+ return false;
510
+ }
511
+ return false;
512
+ }, "test_match"),
513
+ // return next match in input
514
+ next: /* @__PURE__ */ __name(function() {
515
+ if (this.done) {
516
+ return this.EOF;
517
+ }
518
+ if (!this._input) {
519
+ this.done = true;
520
+ }
521
+ var token, match, tempMatch, index;
522
+ if (!this._more) {
523
+ this.yytext = "";
524
+ this.match = "";
525
+ }
526
+ var rules = this._currentRules();
527
+ for (var i = 0; i < rules.length; i++) {
528
+ tempMatch = this._input.match(this.rules[rules[i]]);
529
+ if (tempMatch && (!match || tempMatch[0].length > match[0].length)) {
530
+ match = tempMatch;
531
+ index = i;
532
+ if (this.options.backtrack_lexer) {
533
+ token = this.test_match(tempMatch, rules[i]);
534
+ if (token !== false) {
535
+ return token;
536
+ } else if (this._backtrack) {
537
+ match = false;
538
+ continue;
539
+ } else {
540
+ return false;
541
+ }
542
+ } else if (!this.options.flex) {
543
+ break;
544
+ }
545
+ }
546
+ }
547
+ if (match) {
548
+ token = this.test_match(match, rules[index]);
549
+ if (token !== false) {
550
+ return token;
551
+ }
552
+ return false;
553
+ }
554
+ if (this._input === "") {
555
+ return this.EOF;
556
+ } else {
557
+ return this.parseError("Lexical error on line " + (this.yylineno + 1) + ". Unrecognized text.\n" + this.showPosition(), {
558
+ text: "",
559
+ token: null,
560
+ line: this.yylineno
561
+ });
562
+ }
563
+ }, "next"),
564
+ // return next match that has a token
565
+ lex: /* @__PURE__ */ __name(function lex() {
566
+ var r = this.next();
567
+ if (r) {
568
+ return r;
569
+ } else {
570
+ return this.lex();
571
+ }
572
+ }, "lex"),
573
+ // activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
574
+ begin: /* @__PURE__ */ __name(function begin(condition) {
575
+ this.conditionStack.push(condition);
576
+ }, "begin"),
577
+ // pop the previously active lexer condition state off the condition stack
578
+ popState: /* @__PURE__ */ __name(function popState() {
579
+ var n = this.conditionStack.length - 1;
580
+ if (n > 0) {
581
+ return this.conditionStack.pop();
582
+ } else {
583
+ return this.conditionStack[0];
584
+ }
585
+ }, "popState"),
586
+ // produce the lexer rule set which is active for the currently active lexer condition state
587
+ _currentRules: /* @__PURE__ */ __name(function _currentRules() {
588
+ if (this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1]) {
589
+ return this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules;
590
+ } else {
591
+ return this.conditions["INITIAL"].rules;
592
+ }
593
+ }, "_currentRules"),
594
+ // return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
595
+ topState: /* @__PURE__ */ __name(function topState(n) {
596
+ n = this.conditionStack.length - 1 - Math.abs(n || 0);
597
+ if (n >= 0) {
598
+ return this.conditionStack[n];
599
+ } else {
600
+ return "INITIAL";
601
+ }
602
+ }, "topState"),
603
+ // alias for begin(condition)
604
+ pushState: /* @__PURE__ */ __name(function pushState(condition) {
605
+ this.begin(condition);
606
+ }, "pushState"),
607
+ // return the number of states currently on the stack
608
+ stateStackSize: /* @__PURE__ */ __name(function stateStackSize() {
609
+ return this.conditionStack.length;
610
+ }, "stateStackSize"),
611
+ options: { "case-insensitive": true },
612
+ performAction: /* @__PURE__ */ __name(function anonymous(yy, yy_, $avoiding_name_collisions, YY_START) {
613
+ switch ($avoiding_name_collisions) {
614
+ case 0:
615
+ this.begin("open_directive");
616
+ return "open_directive";
617
+ case 1:
618
+ this.begin("acc_title");
619
+ return 31;
620
+ case 2:
621
+ this.popState();
622
+ return "acc_title_value";
623
+ case 3:
624
+ this.begin("acc_descr");
625
+ return 33;
626
+ case 4:
627
+ this.popState();
628
+ return "acc_descr_value";
629
+ case 5:
630
+ this.begin("acc_descr_multiline");
631
+ break;
632
+ case 6:
633
+ this.popState();
634
+ break;
635
+ case 7:
636
+ return "acc_descr_multiline_value";
637
+ case 8:
638
+ break;
639
+ case 9:
640
+ break;
641
+ case 10:
642
+ break;
643
+ case 11:
644
+ return 10;
645
+ case 12:
646
+ break;
647
+ case 13:
648
+ break;
649
+ case 14:
650
+ this.begin("href");
651
+ break;
652
+ case 15:
653
+ this.popState();
654
+ break;
655
+ case 16:
656
+ return 43;
657
+ case 17:
658
+ this.begin("callbackname");
659
+ break;
660
+ case 18:
661
+ this.popState();
662
+ break;
663
+ case 19:
664
+ this.popState();
665
+ this.begin("callbackargs");
666
+ break;
667
+ case 20:
668
+ return 41;
669
+ case 21:
670
+ this.popState();
671
+ break;
672
+ case 22:
673
+ return 42;
674
+ case 23:
675
+ this.begin("click");
676
+ break;
677
+ case 24:
678
+ this.popState();
679
+ break;
680
+ case 25:
681
+ return 40;
682
+ case 26:
683
+ return 4;
684
+ case 27:
685
+ return 22;
686
+ case 28:
687
+ return 23;
688
+ case 29:
689
+ return 24;
690
+ case 30:
691
+ return 25;
692
+ case 31:
693
+ return 26;
694
+ case 32:
695
+ return 28;
696
+ case 33:
697
+ return 27;
698
+ case 34:
699
+ return 29;
700
+ case 35:
701
+ return 12;
702
+ case 36:
703
+ return 13;
704
+ case 37:
705
+ return 14;
706
+ case 38:
707
+ return 15;
708
+ case 39:
709
+ return 16;
710
+ case 40:
711
+ return 17;
712
+ case 41:
713
+ return 18;
714
+ case 42:
715
+ return 20;
716
+ case 43:
717
+ return 21;
718
+ case 44:
719
+ return "date";
720
+ case 45:
721
+ return 30;
722
+ case 46:
723
+ return "accDescription";
724
+ case 47:
725
+ return 36;
726
+ case 48:
727
+ return 38;
728
+ case 49:
729
+ return 39;
730
+ case 50:
731
+ return ":";
732
+ case 51:
733
+ return 6;
734
+ case 52:
735
+ return "INVALID";
736
+ }
737
+ }, "anonymous"),
738
+ rules: [/^(?:%%\{)/i, /^(?:accTitle\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*\{\s*)/i, /^(?:[\}])/i, /^(?:[^\}]*)/i, /^(?:%%(?!\{)*[^\n]*)/i, /^(?:[^\}]%%*[^\n]*)/i, /^(?:%%*[^\n]*[\n]*)/i, /^(?:[\n]+)/i, /^(?:\s+)/i, /^(?:%[^\n]*)/i, /^(?:href[\s]+["])/i, /^(?:["])/i, /^(?:[^"]*)/i, /^(?:call[\s]+)/i, /^(?:\([\s]*\))/i, /^(?:\()/i, /^(?:[^(]*)/i, /^(?:\))/i, /^(?:[^)]*)/i, /^(?:click[\s]+)/i, /^(?:[\s\n])/i, /^(?:[^\s\n]*)/i, /^(?:gantt\b)/i, /^(?:dateFormat\s[^#\n;]+)/i, /^(?:inclusiveEndDates\b)/i, /^(?:topAxis\b)/i, /^(?:axisFormat\s[^#\n;]+)/i, /^(?:tickInterval\s[^#\n;]+)/i, /^(?:includes\s[^#\n;]+)/i, /^(?:excludes\s[^#\n;]+)/i, /^(?:todayMarker\s[^\n;]+)/i, /^(?:weekday\s+monday\b)/i, /^(?:weekday\s+tuesday\b)/i, /^(?:weekday\s+wednesday\b)/i, /^(?:weekday\s+thursday\b)/i, /^(?:weekday\s+friday\b)/i, /^(?:weekday\s+saturday\b)/i, /^(?:weekday\s+sunday\b)/i, /^(?:weekend\s+friday\b)/i, /^(?:weekend\s+saturday\b)/i, /^(?:\d\d\d\d-\d\d-\d\d\b)/i, /^(?:title\s[^\n]+)/i, /^(?:accDescription\s[^#\n;]+)/i, /^(?:section\s[^\n]+)/i, /^(?:[^:\n]+)/i, /^(?::[^#\n;]+)/i, /^(?::)/i, /^(?:$)/i, /^(?:.)/i],
739
+ conditions: { "acc_descr_multiline": { "rules": [6, 7], "inclusive": false }, "acc_descr": { "rules": [4], "inclusive": false }, "acc_title": { "rules": [2], "inclusive": false }, "callbackargs": { "rules": [21, 22], "inclusive": false }, "callbackname": { "rules": [18, 19, 20], "inclusive": false }, "href": { "rules": [15, 16], "inclusive": false }, "click": { "rules": [24, 25], "inclusive": false }, "INITIAL": { "rules": [0, 1, 3, 5, 8, 9, 10, 11, 12, 13, 14, 17, 23, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52], "inclusive": true } }
740
+ };
741
+ return lexer2;
742
+ }();
743
+ parser2.lexer = lexer;
744
+ function Parser() {
745
+ this.yy = {};
746
+ }
747
+ __name(Parser, "Parser");
748
+ Parser.prototype = parser2;
749
+ parser2.Parser = Parser;
750
+ return new Parser();
751
+ }();
752
+ parser.parser = parser;
753
+ var gantt_default = parser;
754
+ dayjs2.extend(dayjsIsoWeek);
755
+ dayjs2.extend(dayjsCustomParseFormat);
756
+ dayjs2.extend(dayjsAdvancedFormat);
757
+ var WEEKEND_START_DAY = { friday: 5, saturday: 6 };
758
+ var dateFormat = "";
759
+ var axisFormat = "";
760
+ var tickInterval = void 0;
761
+ var todayMarker = "";
762
+ var includes = [];
763
+ var excludes = [];
764
+ var links = /* @__PURE__ */ new Map();
765
+ var sections = [];
766
+ var tasks = [];
767
+ var currentSection = "";
768
+ var displayMode = "";
769
+ var tags = ["active", "done", "crit", "milestone"];
770
+ var funs = [];
771
+ var inclusiveEndDates = false;
772
+ var topAxis = false;
773
+ var weekday = "sunday";
774
+ var weekend = "saturday";
775
+ var lastOrder = 0;
776
+ var clear2 = /* @__PURE__ */ __name(function() {
777
+ sections = [];
778
+ tasks = [];
779
+ currentSection = "";
780
+ funs = [];
781
+ taskCnt = 0;
782
+ lastTask = void 0;
783
+ lastTaskID = void 0;
784
+ rawTasks = [];
785
+ dateFormat = "";
786
+ axisFormat = "";
787
+ displayMode = "";
788
+ tickInterval = void 0;
789
+ todayMarker = "";
790
+ includes = [];
791
+ excludes = [];
792
+ inclusiveEndDates = false;
793
+ topAxis = false;
794
+ lastOrder = 0;
795
+ links = /* @__PURE__ */ new Map();
796
+ clear();
797
+ weekday = "sunday";
798
+ weekend = "saturday";
799
+ }, "clear");
800
+ var setAxisFormat = /* @__PURE__ */ __name(function(txt) {
801
+ axisFormat = txt;
802
+ }, "setAxisFormat");
803
+ var getAxisFormat = /* @__PURE__ */ __name(function() {
804
+ return axisFormat;
805
+ }, "getAxisFormat");
806
+ var setTickInterval = /* @__PURE__ */ __name(function(txt) {
807
+ tickInterval = txt;
808
+ }, "setTickInterval");
809
+ var getTickInterval = /* @__PURE__ */ __name(function() {
810
+ return tickInterval;
811
+ }, "getTickInterval");
812
+ var setTodayMarker = /* @__PURE__ */ __name(function(txt) {
813
+ todayMarker = txt;
814
+ }, "setTodayMarker");
815
+ var getTodayMarker = /* @__PURE__ */ __name(function() {
816
+ return todayMarker;
817
+ }, "getTodayMarker");
818
+ var setDateFormat = /* @__PURE__ */ __name(function(txt) {
819
+ dateFormat = txt;
820
+ }, "setDateFormat");
821
+ var enableInclusiveEndDates = /* @__PURE__ */ __name(function() {
822
+ inclusiveEndDates = true;
823
+ }, "enableInclusiveEndDates");
824
+ var endDatesAreInclusive = /* @__PURE__ */ __name(function() {
825
+ return inclusiveEndDates;
826
+ }, "endDatesAreInclusive");
827
+ var enableTopAxis = /* @__PURE__ */ __name(function() {
828
+ topAxis = true;
829
+ }, "enableTopAxis");
830
+ var topAxisEnabled = /* @__PURE__ */ __name(function() {
831
+ return topAxis;
832
+ }, "topAxisEnabled");
833
+ var setDisplayMode = /* @__PURE__ */ __name(function(txt) {
834
+ displayMode = txt;
835
+ }, "setDisplayMode");
836
+ var getDisplayMode = /* @__PURE__ */ __name(function() {
837
+ return displayMode;
838
+ }, "getDisplayMode");
839
+ var getDateFormat = /* @__PURE__ */ __name(function() {
840
+ return dateFormat;
841
+ }, "getDateFormat");
842
+ var setIncludes = /* @__PURE__ */ __name(function(txt) {
843
+ includes = txt.toLowerCase().split(/[\s,]+/);
844
+ }, "setIncludes");
845
+ var getIncludes = /* @__PURE__ */ __name(function() {
846
+ return includes;
847
+ }, "getIncludes");
848
+ var setExcludes = /* @__PURE__ */ __name(function(txt) {
849
+ excludes = txt.toLowerCase().split(/[\s,]+/);
850
+ }, "setExcludes");
851
+ var getExcludes = /* @__PURE__ */ __name(function() {
852
+ return excludes;
853
+ }, "getExcludes");
854
+ var getLinks = /* @__PURE__ */ __name(function() {
855
+ return links;
856
+ }, "getLinks");
857
+ var addSection = /* @__PURE__ */ __name(function(txt) {
858
+ currentSection = txt;
859
+ sections.push(txt);
860
+ }, "addSection");
861
+ var getSections = /* @__PURE__ */ __name(function() {
862
+ return sections;
863
+ }, "getSections");
864
+ var getTasks = /* @__PURE__ */ __name(function() {
865
+ let allItemsProcessed = compileTasks();
866
+ const maxDepth = 10;
867
+ let iterationCount = 0;
868
+ while (!allItemsProcessed && iterationCount < maxDepth) {
869
+ allItemsProcessed = compileTasks();
870
+ iterationCount++;
871
+ }
872
+ tasks = rawTasks;
873
+ return tasks;
874
+ }, "getTasks");
875
+ var isInvalidDate = /* @__PURE__ */ __name(function(date, dateFormat2, excludes2, includes2) {
876
+ if (includes2.includes(date.format(dateFormat2.trim()))) {
877
+ return false;
878
+ }
879
+ if (excludes2.includes("weekends") && (date.isoWeekday() === WEEKEND_START_DAY[weekend] || date.isoWeekday() === WEEKEND_START_DAY[weekend] + 1)) {
880
+ return true;
881
+ }
882
+ if (excludes2.includes(date.format("dddd").toLowerCase())) {
883
+ return true;
884
+ }
885
+ return excludes2.includes(date.format(dateFormat2.trim()));
886
+ }, "isInvalidDate");
887
+ var setWeekday = /* @__PURE__ */ __name(function(txt) {
888
+ weekday = txt;
889
+ }, "setWeekday");
890
+ var getWeekday = /* @__PURE__ */ __name(function() {
891
+ return weekday;
892
+ }, "getWeekday");
893
+ var setWeekend = /* @__PURE__ */ __name(function(startDay) {
894
+ weekend = startDay;
895
+ }, "setWeekend");
896
+ var checkTaskDates = /* @__PURE__ */ __name(function(task, dateFormat2, excludes2, includes2) {
897
+ if (!excludes2.length || task.manualEndTime) {
898
+ return;
899
+ }
900
+ let startTime;
901
+ if (task.startTime instanceof Date) {
902
+ startTime = dayjs2(task.startTime);
903
+ } else {
904
+ startTime = dayjs2(task.startTime, dateFormat2, true);
905
+ }
906
+ startTime = startTime.add(1, "d");
907
+ let originalEndTime;
908
+ if (task.endTime instanceof Date) {
909
+ originalEndTime = dayjs2(task.endTime);
910
+ } else {
911
+ originalEndTime = dayjs2(task.endTime, dateFormat2, true);
912
+ }
913
+ const [fixedEndTime, renderEndTime] = fixTaskDates(
914
+ startTime,
915
+ originalEndTime,
916
+ dateFormat2,
917
+ excludes2,
918
+ includes2
919
+ );
920
+ task.endTime = fixedEndTime.toDate();
921
+ task.renderEndTime = renderEndTime;
922
+ }, "checkTaskDates");
923
+ var fixTaskDates = /* @__PURE__ */ __name(function(startTime, endTime, dateFormat2, excludes2, includes2) {
924
+ let invalid = false;
925
+ let renderEndTime = null;
926
+ while (startTime <= endTime) {
927
+ if (!invalid) {
928
+ renderEndTime = endTime.toDate();
929
+ }
930
+ invalid = isInvalidDate(startTime, dateFormat2, excludes2, includes2);
931
+ if (invalid) {
932
+ endTime = endTime.add(1, "d");
933
+ }
934
+ startTime = startTime.add(1, "d");
935
+ }
936
+ return [endTime, renderEndTime];
937
+ }, "fixTaskDates");
938
+ var getStartDate = /* @__PURE__ */ __name(function(prevTime, dateFormat2, str) {
939
+ str = str.trim();
940
+ const afterRePattern = /^after\s+(?<ids>[\d\w- ]+)/;
941
+ const afterStatement = afterRePattern.exec(str);
942
+ if (afterStatement !== null) {
943
+ let latestTask = null;
944
+ for (const id of afterStatement.groups.ids.split(" ")) {
945
+ let task = findTaskById(id);
946
+ if (task !== void 0 && (!latestTask || task.endTime > latestTask.endTime)) {
947
+ latestTask = task;
948
+ }
949
+ }
950
+ if (latestTask) {
951
+ return latestTask.endTime;
952
+ }
953
+ const today = /* @__PURE__ */ new Date();
954
+ today.setHours(0, 0, 0, 0);
955
+ return today;
956
+ }
957
+ let mDate = dayjs2(str, dateFormat2.trim(), true);
958
+ if (mDate.isValid()) {
959
+ return mDate.toDate();
960
+ } else {
961
+ log.debug("Invalid date:" + str);
962
+ log.debug("With date format:" + dateFormat2.trim());
963
+ const d = new Date(str);
964
+ if (d === void 0 || isNaN(d.getTime()) || // WebKit browsers can mis-parse invalid dates to be ridiculously
965
+ // huge numbers, e.g. new Date('202304') gets parsed as January 1, 202304.
966
+ // This can cause virtually infinite loops while rendering, so for the
967
+ // purposes of Gantt charts we'll just treat any date beyond 10,000 AD/BC as
968
+ // invalid.
969
+ d.getFullYear() < -1e4 || d.getFullYear() > 1e4) {
970
+ throw new Error("Invalid date:" + str);
971
+ }
972
+ return d;
973
+ }
974
+ }, "getStartDate");
975
+ var parseDuration = /* @__PURE__ */ __name(function(str) {
976
+ const statement = /^(\d+(?:\.\d+)?)([Mdhmswy]|ms)$/.exec(str.trim());
977
+ if (statement !== null) {
978
+ return [Number.parseFloat(statement[1]), statement[2]];
979
+ }
980
+ return [NaN, "ms"];
981
+ }, "parseDuration");
982
+ var getEndDate = /* @__PURE__ */ __name(function(prevTime, dateFormat2, str, inclusive = false) {
983
+ str = str.trim();
984
+ const untilRePattern = /^until\s+(?<ids>[\d\w- ]+)/;
985
+ const untilStatement = untilRePattern.exec(str);
986
+ if (untilStatement !== null) {
987
+ let earliestTask = null;
988
+ for (const id of untilStatement.groups.ids.split(" ")) {
989
+ let task = findTaskById(id);
990
+ if (task !== void 0 && (!earliestTask || task.startTime < earliestTask.startTime)) {
991
+ earliestTask = task;
992
+ }
993
+ }
994
+ if (earliestTask) {
995
+ return earliestTask.startTime;
996
+ }
997
+ const today = /* @__PURE__ */ new Date();
998
+ today.setHours(0, 0, 0, 0);
999
+ return today;
1000
+ }
1001
+ let parsedDate = dayjs2(str, dateFormat2.trim(), true);
1002
+ if (parsedDate.isValid()) {
1003
+ if (inclusive) {
1004
+ parsedDate = parsedDate.add(1, "d");
1005
+ }
1006
+ return parsedDate.toDate();
1007
+ }
1008
+ let endTime = dayjs2(prevTime);
1009
+ const [durationValue, durationUnit] = parseDuration(str);
1010
+ if (!Number.isNaN(durationValue)) {
1011
+ const newEndTime = endTime.add(durationValue, durationUnit);
1012
+ if (newEndTime.isValid()) {
1013
+ endTime = newEndTime;
1014
+ }
1015
+ }
1016
+ return endTime.toDate();
1017
+ }, "getEndDate");
1018
+ var taskCnt = 0;
1019
+ var parseId = /* @__PURE__ */ __name(function(idStr) {
1020
+ if (idStr === void 0) {
1021
+ taskCnt = taskCnt + 1;
1022
+ return "task" + taskCnt;
1023
+ }
1024
+ return idStr;
1025
+ }, "parseId");
1026
+ var compileData = /* @__PURE__ */ __name(function(prevTask, dataStr) {
1027
+ let ds;
1028
+ if (dataStr.substr(0, 1) === ":") {
1029
+ ds = dataStr.substr(1, dataStr.length);
1030
+ } else {
1031
+ ds = dataStr;
1032
+ }
1033
+ const data = ds.split(",");
1034
+ const task = {};
1035
+ getTaskTags(data, task, tags);
1036
+ for (let i = 0; i < data.length; i++) {
1037
+ data[i] = data[i].trim();
1038
+ }
1039
+ let endTimeData = "";
1040
+ switch (data.length) {
1041
+ case 1:
1042
+ task.id = parseId();
1043
+ task.startTime = prevTask.endTime;
1044
+ endTimeData = data[0];
1045
+ break;
1046
+ case 2:
1047
+ task.id = parseId();
1048
+ task.startTime = getStartDate(void 0, dateFormat, data[0]);
1049
+ endTimeData = data[1];
1050
+ break;
1051
+ case 3:
1052
+ task.id = parseId(data[0]);
1053
+ task.startTime = getStartDate(void 0, dateFormat, data[1]);
1054
+ endTimeData = data[2];
1055
+ break;
1056
+ }
1057
+ if (endTimeData) {
1058
+ task.endTime = getEndDate(task.startTime, dateFormat, endTimeData, inclusiveEndDates);
1059
+ task.manualEndTime = dayjs2(endTimeData, "YYYY-MM-DD", true).isValid();
1060
+ checkTaskDates(task, dateFormat, excludes, includes);
1061
+ }
1062
+ return task;
1063
+ }, "compileData");
1064
+ var parseData = /* @__PURE__ */ __name(function(prevTaskId, dataStr) {
1065
+ let ds;
1066
+ if (dataStr.substr(0, 1) === ":") {
1067
+ ds = dataStr.substr(1, dataStr.length);
1068
+ } else {
1069
+ ds = dataStr;
1070
+ }
1071
+ const data = ds.split(",");
1072
+ const task = {};
1073
+ getTaskTags(data, task, tags);
1074
+ for (let i = 0; i < data.length; i++) {
1075
+ data[i] = data[i].trim();
1076
+ }
1077
+ switch (data.length) {
1078
+ case 1:
1079
+ task.id = parseId();
1080
+ task.startTime = {
1081
+ type: "prevTaskEnd",
1082
+ id: prevTaskId
1083
+ };
1084
+ task.endTime = {
1085
+ data: data[0]
1086
+ };
1087
+ break;
1088
+ case 2:
1089
+ task.id = parseId();
1090
+ task.startTime = {
1091
+ type: "getStartDate",
1092
+ startData: data[0]
1093
+ };
1094
+ task.endTime = {
1095
+ data: data[1]
1096
+ };
1097
+ break;
1098
+ case 3:
1099
+ task.id = parseId(data[0]);
1100
+ task.startTime = {
1101
+ type: "getStartDate",
1102
+ startData: data[1]
1103
+ };
1104
+ task.endTime = {
1105
+ data: data[2]
1106
+ };
1107
+ break;
1108
+ }
1109
+ return task;
1110
+ }, "parseData");
1111
+ var lastTask;
1112
+ var lastTaskID;
1113
+ var rawTasks = [];
1114
+ var taskDb = {};
1115
+ var addTask = /* @__PURE__ */ __name(function(descr, data) {
1116
+ const rawTask = {
1117
+ section: currentSection,
1118
+ type: currentSection,
1119
+ processed: false,
1120
+ manualEndTime: false,
1121
+ renderEndTime: null,
1122
+ raw: { data },
1123
+ task: descr,
1124
+ classes: []
1125
+ };
1126
+ const taskInfo = parseData(lastTaskID, data);
1127
+ rawTask.raw.startTime = taskInfo.startTime;
1128
+ rawTask.raw.endTime = taskInfo.endTime;
1129
+ rawTask.id = taskInfo.id;
1130
+ rawTask.prevTaskId = lastTaskID;
1131
+ rawTask.active = taskInfo.active;
1132
+ rawTask.done = taskInfo.done;
1133
+ rawTask.crit = taskInfo.crit;
1134
+ rawTask.milestone = taskInfo.milestone;
1135
+ rawTask.order = lastOrder;
1136
+ lastOrder++;
1137
+ const pos = rawTasks.push(rawTask);
1138
+ lastTaskID = rawTask.id;
1139
+ taskDb[rawTask.id] = pos - 1;
1140
+ }, "addTask");
1141
+ var findTaskById = /* @__PURE__ */ __name(function(id) {
1142
+ const pos = taskDb[id];
1143
+ return rawTasks[pos];
1144
+ }, "findTaskById");
1145
+ var addTaskOrg = /* @__PURE__ */ __name(function(descr, data) {
1146
+ const newTask = {
1147
+ section: currentSection,
1148
+ type: currentSection,
1149
+ description: descr,
1150
+ task: descr,
1151
+ classes: []
1152
+ };
1153
+ const taskInfo = compileData(lastTask, data);
1154
+ newTask.startTime = taskInfo.startTime;
1155
+ newTask.endTime = taskInfo.endTime;
1156
+ newTask.id = taskInfo.id;
1157
+ newTask.active = taskInfo.active;
1158
+ newTask.done = taskInfo.done;
1159
+ newTask.crit = taskInfo.crit;
1160
+ newTask.milestone = taskInfo.milestone;
1161
+ lastTask = newTask;
1162
+ tasks.push(newTask);
1163
+ }, "addTaskOrg");
1164
+ var compileTasks = /* @__PURE__ */ __name(function() {
1165
+ const compileTask = /* @__PURE__ */ __name(function(pos) {
1166
+ const task = rawTasks[pos];
1167
+ let startTime = "";
1168
+ switch (rawTasks[pos].raw.startTime.type) {
1169
+ case "prevTaskEnd": {
1170
+ const prevTask = findTaskById(task.prevTaskId);
1171
+ task.startTime = prevTask.endTime;
1172
+ break;
1173
+ }
1174
+ case "getStartDate":
1175
+ startTime = getStartDate(void 0, dateFormat, rawTasks[pos].raw.startTime.startData);
1176
+ if (startTime) {
1177
+ rawTasks[pos].startTime = startTime;
1178
+ }
1179
+ break;
1180
+ }
1181
+ if (rawTasks[pos].startTime) {
1182
+ rawTasks[pos].endTime = getEndDate(
1183
+ rawTasks[pos].startTime,
1184
+ dateFormat,
1185
+ rawTasks[pos].raw.endTime.data,
1186
+ inclusiveEndDates
1187
+ );
1188
+ if (rawTasks[pos].endTime) {
1189
+ rawTasks[pos].processed = true;
1190
+ rawTasks[pos].manualEndTime = dayjs2(
1191
+ rawTasks[pos].raw.endTime.data,
1192
+ "YYYY-MM-DD",
1193
+ true
1194
+ ).isValid();
1195
+ checkTaskDates(rawTasks[pos], dateFormat, excludes, includes);
1196
+ }
1197
+ }
1198
+ return rawTasks[pos].processed;
1199
+ }, "compileTask");
1200
+ let allProcessed = true;
1201
+ for (const [i, rawTask] of rawTasks.entries()) {
1202
+ compileTask(i);
1203
+ allProcessed = allProcessed && rawTask.processed;
1204
+ }
1205
+ return allProcessed;
1206
+ }, "compileTasks");
1207
+ var setLink = /* @__PURE__ */ __name(function(ids, _linkStr) {
1208
+ let linkStr = _linkStr;
1209
+ if (getConfig2().securityLevel !== "loose") {
1210
+ linkStr = distExports.sanitizeUrl(_linkStr);
1211
+ }
1212
+ ids.split(",").forEach(function(id) {
1213
+ let rawTask = findTaskById(id);
1214
+ if (rawTask !== void 0) {
1215
+ pushFun(id, () => {
1216
+ window.open(linkStr, "_self");
1217
+ });
1218
+ links.set(id, linkStr);
1219
+ }
1220
+ });
1221
+ setClass(ids, "clickable");
1222
+ }, "setLink");
1223
+ var setClass = /* @__PURE__ */ __name(function(ids, className) {
1224
+ ids.split(",").forEach(function(id) {
1225
+ let rawTask = findTaskById(id);
1226
+ if (rawTask !== void 0) {
1227
+ rawTask.classes.push(className);
1228
+ }
1229
+ });
1230
+ }, "setClass");
1231
+ var setClickFun = /* @__PURE__ */ __name(function(id, functionName, functionArgs) {
1232
+ if (getConfig2().securityLevel !== "loose") {
1233
+ return;
1234
+ }
1235
+ if (functionName === void 0) {
1236
+ return;
1237
+ }
1238
+ let argList = [];
1239
+ if (typeof functionArgs === "string") {
1240
+ argList = functionArgs.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/);
1241
+ for (let i = 0; i < argList.length; i++) {
1242
+ let item = argList[i].trim();
1243
+ if (item.startsWith('"') && item.endsWith('"')) {
1244
+ item = item.substr(1, item.length - 2);
1245
+ }
1246
+ argList[i] = item;
1247
+ }
1248
+ }
1249
+ if (argList.length === 0) {
1250
+ argList.push(id);
1251
+ }
1252
+ let rawTask = findTaskById(id);
1253
+ if (rawTask !== void 0) {
1254
+ pushFun(id, () => {
1255
+ utils_default.runFunc(functionName, ...argList);
1256
+ });
1257
+ }
1258
+ }, "setClickFun");
1259
+ var pushFun = /* @__PURE__ */ __name(function(id, callbackFunction) {
1260
+ funs.push(
1261
+ function() {
1262
+ const elem = document.querySelector(`[id="${id}"]`);
1263
+ if (elem !== null) {
1264
+ elem.addEventListener("click", function() {
1265
+ callbackFunction();
1266
+ });
1267
+ }
1268
+ },
1269
+ function() {
1270
+ const elem = document.querySelector(`[id="${id}-text"]`);
1271
+ if (elem !== null) {
1272
+ elem.addEventListener("click", function() {
1273
+ callbackFunction();
1274
+ });
1275
+ }
1276
+ }
1277
+ );
1278
+ }, "pushFun");
1279
+ var setClickEvent = /* @__PURE__ */ __name(function(ids, functionName, functionArgs) {
1280
+ ids.split(",").forEach(function(id) {
1281
+ setClickFun(id, functionName, functionArgs);
1282
+ });
1283
+ setClass(ids, "clickable");
1284
+ }, "setClickEvent");
1285
+ var bindFunctions = /* @__PURE__ */ __name(function(element) {
1286
+ funs.forEach(function(fun) {
1287
+ fun(element);
1288
+ });
1289
+ }, "bindFunctions");
1290
+ var ganttDb_default = {
1291
+ getConfig: /* @__PURE__ */ __name(() => getConfig2().gantt, "getConfig"),
1292
+ clear: clear2,
1293
+ setDateFormat,
1294
+ getDateFormat,
1295
+ enableInclusiveEndDates,
1296
+ endDatesAreInclusive,
1297
+ enableTopAxis,
1298
+ topAxisEnabled,
1299
+ setAxisFormat,
1300
+ getAxisFormat,
1301
+ setTickInterval,
1302
+ getTickInterval,
1303
+ setTodayMarker,
1304
+ getTodayMarker,
1305
+ setAccTitle,
1306
+ getAccTitle,
1307
+ setDiagramTitle,
1308
+ getDiagramTitle,
1309
+ setDisplayMode,
1310
+ getDisplayMode,
1311
+ setAccDescription,
1312
+ getAccDescription,
1313
+ addSection,
1314
+ getSections,
1315
+ getTasks,
1316
+ addTask,
1317
+ findTaskById,
1318
+ addTaskOrg,
1319
+ setIncludes,
1320
+ getIncludes,
1321
+ setExcludes,
1322
+ getExcludes,
1323
+ setClickEvent,
1324
+ setLink,
1325
+ getLinks,
1326
+ bindFunctions,
1327
+ parseDuration,
1328
+ isInvalidDate,
1329
+ setWeekday,
1330
+ getWeekday,
1331
+ setWeekend
1332
+ };
1333
+ function getTaskTags(data, task, tags2) {
1334
+ let matchFound = true;
1335
+ while (matchFound) {
1336
+ matchFound = false;
1337
+ tags2.forEach(function(t) {
1338
+ const pattern = "^\\s*" + t + "\\s*$";
1339
+ const regex = new RegExp(pattern);
1340
+ if (data[0].match(regex)) {
1341
+ task[t] = true;
1342
+ data.shift(1);
1343
+ matchFound = true;
1344
+ }
1345
+ });
1346
+ }
1347
+ }
1348
+ __name(getTaskTags, "getTaskTags");
1349
+ var setConf = /* @__PURE__ */ __name(function() {
1350
+ log.debug("Something is calling, setConf, remove the call");
1351
+ }, "setConf");
1352
+ var mapWeekdayToTimeFunction = {
1353
+ monday: timeMonday,
1354
+ tuesday: timeTuesday,
1355
+ wednesday: timeWednesday,
1356
+ thursday: timeThursday,
1357
+ friday: timeFriday,
1358
+ saturday: timeSaturday,
1359
+ sunday: timeSunday
1360
+ };
1361
+ var getMaxIntersections = /* @__PURE__ */ __name((tasks2, orderOffset) => {
1362
+ let timeline = [...tasks2].map(() => -Infinity);
1363
+ let sorted = [...tasks2].sort((a, b) => a.startTime - b.startTime || a.order - b.order);
1364
+ let maxIntersections = 0;
1365
+ for (const element of sorted) {
1366
+ for (let j = 0; j < timeline.length; j++) {
1367
+ if (element.startTime >= timeline[j]) {
1368
+ timeline[j] = element.endTime;
1369
+ element.order = j + orderOffset;
1370
+ if (j > maxIntersections) {
1371
+ maxIntersections = j;
1372
+ }
1373
+ break;
1374
+ }
1375
+ }
1376
+ }
1377
+ return maxIntersections;
1378
+ }, "getMaxIntersections");
1379
+ var w;
1380
+ var draw = /* @__PURE__ */ __name(function(text, id, version, diagObj) {
1381
+ const conf = getConfig2().gantt;
1382
+ const securityLevel = getConfig2().securityLevel;
1383
+ let sandboxElement;
1384
+ if (securityLevel === "sandbox") {
1385
+ sandboxElement = select("#i" + id);
1386
+ }
1387
+ const root = securityLevel === "sandbox" ? select(sandboxElement.nodes()[0].contentDocument.body) : select("body");
1388
+ const doc = securityLevel === "sandbox" ? sandboxElement.nodes()[0].contentDocument : document;
1389
+ const elem = doc.getElementById(id);
1390
+ w = elem.parentElement.offsetWidth;
1391
+ if (w === void 0) {
1392
+ w = 1200;
1393
+ }
1394
+ if (conf.useWidth !== void 0) {
1395
+ w = conf.useWidth;
1396
+ }
1397
+ const taskArray = diagObj.db.getTasks();
1398
+ let categories = [];
1399
+ for (const element of taskArray) {
1400
+ categories.push(element.type);
1401
+ }
1402
+ categories = checkUnique(categories);
1403
+ const categoryHeights = {};
1404
+ let h = 2 * conf.topPadding;
1405
+ if (diagObj.db.getDisplayMode() === "compact" || conf.displayMode === "compact") {
1406
+ const categoryElements = {};
1407
+ for (const element of taskArray) {
1408
+ if (categoryElements[element.section] === void 0) {
1409
+ categoryElements[element.section] = [element];
1410
+ } else {
1411
+ categoryElements[element.section].push(element);
1412
+ }
1413
+ }
1414
+ let intersections = 0;
1415
+ for (const category of Object.keys(categoryElements)) {
1416
+ const categoryHeight = getMaxIntersections(categoryElements[category], intersections) + 1;
1417
+ intersections += categoryHeight;
1418
+ h += categoryHeight * (conf.barHeight + conf.barGap);
1419
+ categoryHeights[category] = categoryHeight;
1420
+ }
1421
+ } else {
1422
+ h += taskArray.length * (conf.barHeight + conf.barGap);
1423
+ for (const category of categories) {
1424
+ categoryHeights[category] = taskArray.filter((task) => task.type === category).length;
1425
+ }
1426
+ }
1427
+ elem.setAttribute("viewBox", "0 0 " + w + " " + h);
1428
+ const svg = root.select(`[id="${id}"]`);
1429
+ const timeScale = time().domain([
1430
+ min(taskArray, function(d) {
1431
+ return d.startTime;
1432
+ }),
1433
+ max(taskArray, function(d) {
1434
+ return d.endTime;
1435
+ })
1436
+ ]).rangeRound([0, w - conf.leftPadding - conf.rightPadding]);
1437
+ function taskCompare(a, b) {
1438
+ const taskA = a.startTime;
1439
+ const taskB = b.startTime;
1440
+ let result = 0;
1441
+ if (taskA > taskB) {
1442
+ result = 1;
1443
+ } else if (taskA < taskB) {
1444
+ result = -1;
1445
+ }
1446
+ return result;
1447
+ }
1448
+ __name(taskCompare, "taskCompare");
1449
+ taskArray.sort(taskCompare);
1450
+ makeGantt(taskArray, w, h);
1451
+ configureSvgSize(svg, h, w, conf.useMaxWidth);
1452
+ svg.append("text").text(diagObj.db.getDiagramTitle()).attr("x", w / 2).attr("y", conf.titleTopMargin).attr("class", "titleText");
1453
+ function makeGantt(tasks2, pageWidth, pageHeight) {
1454
+ const barHeight = conf.barHeight;
1455
+ const gap = barHeight + conf.barGap;
1456
+ const topPadding = conf.topPadding;
1457
+ const leftPadding = conf.leftPadding;
1458
+ const colorScale = linear().domain([0, categories.length]).range(["#00B9FA", "#F95002"]).interpolate(interpolateHcl);
1459
+ drawExcludeDays(
1460
+ gap,
1461
+ topPadding,
1462
+ leftPadding,
1463
+ pageWidth,
1464
+ pageHeight,
1465
+ tasks2,
1466
+ diagObj.db.getExcludes(),
1467
+ diagObj.db.getIncludes()
1468
+ );
1469
+ makeGrid(leftPadding, topPadding, pageWidth, pageHeight);
1470
+ drawRects(tasks2, gap, topPadding, leftPadding, barHeight, colorScale, pageWidth);
1471
+ vertLabels(gap, topPadding);
1472
+ drawToday(leftPadding, topPadding, pageWidth, pageHeight);
1473
+ }
1474
+ __name(makeGantt, "makeGantt");
1475
+ function drawRects(theArray, theGap, theTopPad, theSidePad, theBarHeight, theColorScale, w2) {
1476
+ const uniqueTaskOrderIds = [...new Set(theArray.map((item) => item.order))];
1477
+ const uniqueTasks = uniqueTaskOrderIds.map((id2) => theArray.find((item) => item.order === id2));
1478
+ svg.append("g").selectAll("rect").data(uniqueTasks).enter().append("rect").attr("x", 0).attr("y", function(d, i) {
1479
+ i = d.order;
1480
+ return i * theGap + theTopPad - 2;
1481
+ }).attr("width", function() {
1482
+ return w2 - conf.rightPadding / 2;
1483
+ }).attr("height", theGap).attr("class", function(d) {
1484
+ for (const [i, category] of categories.entries()) {
1485
+ if (d.type === category) {
1486
+ return "section section" + i % conf.numberSectionStyles;
1487
+ }
1488
+ }
1489
+ return "section section0";
1490
+ });
1491
+ const rectangles = svg.append("g").selectAll("rect").data(theArray).enter();
1492
+ const links2 = diagObj.db.getLinks();
1493
+ rectangles.append("rect").attr("id", function(d) {
1494
+ return d.id;
1495
+ }).attr("rx", 3).attr("ry", 3).attr("x", function(d) {
1496
+ if (d.milestone) {
1497
+ return timeScale(d.startTime) + theSidePad + 0.5 * (timeScale(d.endTime) - timeScale(d.startTime)) - 0.5 * theBarHeight;
1498
+ }
1499
+ return timeScale(d.startTime) + theSidePad;
1500
+ }).attr("y", function(d, i) {
1501
+ i = d.order;
1502
+ return i * theGap + theTopPad;
1503
+ }).attr("width", function(d) {
1504
+ if (d.milestone) {
1505
+ return theBarHeight;
1506
+ }
1507
+ return timeScale(d.renderEndTime || d.endTime) - timeScale(d.startTime);
1508
+ }).attr("height", theBarHeight).attr("transform-origin", function(d, i) {
1509
+ i = d.order;
1510
+ return (timeScale(d.startTime) + theSidePad + 0.5 * (timeScale(d.endTime) - timeScale(d.startTime))).toString() + "px " + (i * theGap + theTopPad + 0.5 * theBarHeight).toString() + "px";
1511
+ }).attr("class", function(d) {
1512
+ const res = "task";
1513
+ let classStr = "";
1514
+ if (d.classes.length > 0) {
1515
+ classStr = d.classes.join(" ");
1516
+ }
1517
+ let secNum = 0;
1518
+ for (const [i, category] of categories.entries()) {
1519
+ if (d.type === category) {
1520
+ secNum = i % conf.numberSectionStyles;
1521
+ }
1522
+ }
1523
+ let taskClass = "";
1524
+ if (d.active) {
1525
+ if (d.crit) {
1526
+ taskClass += " activeCrit";
1527
+ } else {
1528
+ taskClass = " active";
1529
+ }
1530
+ } else if (d.done) {
1531
+ if (d.crit) {
1532
+ taskClass = " doneCrit";
1533
+ } else {
1534
+ taskClass = " done";
1535
+ }
1536
+ } else {
1537
+ if (d.crit) {
1538
+ taskClass += " crit";
1539
+ }
1540
+ }
1541
+ if (taskClass.length === 0) {
1542
+ taskClass = " task";
1543
+ }
1544
+ if (d.milestone) {
1545
+ taskClass = " milestone " + taskClass;
1546
+ }
1547
+ taskClass += secNum;
1548
+ taskClass += " " + classStr;
1549
+ return res + taskClass;
1550
+ });
1551
+ rectangles.append("text").attr("id", function(d) {
1552
+ return d.id + "-text";
1553
+ }).text(function(d) {
1554
+ return d.task;
1555
+ }).attr("font-size", conf.fontSize).attr("x", function(d) {
1556
+ let startX = timeScale(d.startTime);
1557
+ let endX = timeScale(d.renderEndTime || d.endTime);
1558
+ if (d.milestone) {
1559
+ startX += 0.5 * (timeScale(d.endTime) - timeScale(d.startTime)) - 0.5 * theBarHeight;
1560
+ }
1561
+ if (d.milestone) {
1562
+ endX = startX + theBarHeight;
1563
+ }
1564
+ const textWidth = this.getBBox().width;
1565
+ if (textWidth > endX - startX) {
1566
+ if (endX + textWidth + 1.5 * conf.leftPadding > w2) {
1567
+ return startX + theSidePad - 5;
1568
+ } else {
1569
+ return endX + theSidePad + 5;
1570
+ }
1571
+ } else {
1572
+ return (endX - startX) / 2 + startX + theSidePad;
1573
+ }
1574
+ }).attr("y", function(d, i) {
1575
+ i = d.order;
1576
+ return i * theGap + conf.barHeight / 2 + (conf.fontSize / 2 - 2) + theTopPad;
1577
+ }).attr("text-height", theBarHeight).attr("class", function(d) {
1578
+ const startX = timeScale(d.startTime);
1579
+ let endX = timeScale(d.endTime);
1580
+ if (d.milestone) {
1581
+ endX = startX + theBarHeight;
1582
+ }
1583
+ const textWidth = this.getBBox().width;
1584
+ let classStr = "";
1585
+ if (d.classes.length > 0) {
1586
+ classStr = d.classes.join(" ");
1587
+ }
1588
+ let secNum = 0;
1589
+ for (const [i, category] of categories.entries()) {
1590
+ if (d.type === category) {
1591
+ secNum = i % conf.numberSectionStyles;
1592
+ }
1593
+ }
1594
+ let taskType = "";
1595
+ if (d.active) {
1596
+ if (d.crit) {
1597
+ taskType = "activeCritText" + secNum;
1598
+ } else {
1599
+ taskType = "activeText" + secNum;
1600
+ }
1601
+ }
1602
+ if (d.done) {
1603
+ if (d.crit) {
1604
+ taskType = taskType + " doneCritText" + secNum;
1605
+ } else {
1606
+ taskType = taskType + " doneText" + secNum;
1607
+ }
1608
+ } else {
1609
+ if (d.crit) {
1610
+ taskType = taskType + " critText" + secNum;
1611
+ }
1612
+ }
1613
+ if (d.milestone) {
1614
+ taskType += " milestoneText";
1615
+ }
1616
+ if (textWidth > endX - startX) {
1617
+ if (endX + textWidth + 1.5 * conf.leftPadding > w2) {
1618
+ return classStr + " taskTextOutsideLeft taskTextOutside" + secNum + " " + taskType;
1619
+ } else {
1620
+ return classStr + " taskTextOutsideRight taskTextOutside" + secNum + " " + taskType + " width-" + textWidth;
1621
+ }
1622
+ } else {
1623
+ return classStr + " taskText taskText" + secNum + " " + taskType + " width-" + textWidth;
1624
+ }
1625
+ });
1626
+ const securityLevel2 = getConfig2().securityLevel;
1627
+ if (securityLevel2 === "sandbox") {
1628
+ let sandboxElement2;
1629
+ sandboxElement2 = select("#i" + id);
1630
+ const doc2 = sandboxElement2.nodes()[0].contentDocument;
1631
+ rectangles.filter(function(d) {
1632
+ return links2.has(d.id);
1633
+ }).each(function(o) {
1634
+ var taskRect = doc2.querySelector("#" + o.id);
1635
+ var taskText = doc2.querySelector("#" + o.id + "-text");
1636
+ const oldParent = taskRect.parentNode;
1637
+ var Link = doc2.createElement("a");
1638
+ Link.setAttribute("xlink:href", links2.get(o.id));
1639
+ Link.setAttribute("target", "_top");
1640
+ oldParent.appendChild(Link);
1641
+ Link.appendChild(taskRect);
1642
+ Link.appendChild(taskText);
1643
+ });
1644
+ }
1645
+ }
1646
+ __name(drawRects, "drawRects");
1647
+ function drawExcludeDays(theGap, theTopPad, theSidePad, w2, h2, tasks2, excludes2, includes2) {
1648
+ if (excludes2.length === 0 && includes2.length === 0) {
1649
+ return;
1650
+ }
1651
+ let minTime;
1652
+ let maxTime;
1653
+ for (const { startTime, endTime } of tasks2) {
1654
+ if (minTime === void 0 || startTime < minTime) {
1655
+ minTime = startTime;
1656
+ }
1657
+ if (maxTime === void 0 || endTime > maxTime) {
1658
+ maxTime = endTime;
1659
+ }
1660
+ }
1661
+ if (!minTime || !maxTime) {
1662
+ return;
1663
+ }
1664
+ if (dayjs2(maxTime).diff(dayjs2(minTime), "year") > 5) {
1665
+ log.warn(
1666
+ "The difference between the min and max time is more than 5 years. This will cause performance issues. Skipping drawing exclude days."
1667
+ );
1668
+ return;
1669
+ }
1670
+ const dateFormat2 = diagObj.db.getDateFormat();
1671
+ const excludeRanges = [];
1672
+ let range = null;
1673
+ let d = dayjs2(minTime);
1674
+ while (d.valueOf() <= maxTime) {
1675
+ if (diagObj.db.isInvalidDate(d, dateFormat2, excludes2, includes2)) {
1676
+ if (!range) {
1677
+ range = {
1678
+ start: d,
1679
+ end: d
1680
+ };
1681
+ } else {
1682
+ range.end = d;
1683
+ }
1684
+ } else {
1685
+ if (range) {
1686
+ excludeRanges.push(range);
1687
+ range = null;
1688
+ }
1689
+ }
1690
+ d = d.add(1, "d");
1691
+ }
1692
+ const rectangles = svg.append("g").selectAll("rect").data(excludeRanges).enter();
1693
+ rectangles.append("rect").attr("id", function(d2) {
1694
+ return "exclude-" + d2.start.format("YYYY-MM-DD");
1695
+ }).attr("x", function(d2) {
1696
+ return timeScale(d2.start) + theSidePad;
1697
+ }).attr("y", conf.gridLineStartPadding).attr("width", function(d2) {
1698
+ const renderEnd = d2.end.add(1, "day");
1699
+ return timeScale(renderEnd) - timeScale(d2.start);
1700
+ }).attr("height", h2 - theTopPad - conf.gridLineStartPadding).attr("transform-origin", function(d2, i) {
1701
+ return (timeScale(d2.start) + theSidePad + 0.5 * (timeScale(d2.end) - timeScale(d2.start))).toString() + "px " + (i * theGap + 0.5 * h2).toString() + "px";
1702
+ }).attr("class", "exclude-range");
1703
+ }
1704
+ __name(drawExcludeDays, "drawExcludeDays");
1705
+ function makeGrid(theSidePad, theTopPad, w2, h2) {
1706
+ let bottomXAxis = axisBottom(timeScale).tickSize(-h2 + theTopPad + conf.gridLineStartPadding).tickFormat(timeFormat(diagObj.db.getAxisFormat() || conf.axisFormat || "%Y-%m-%d"));
1707
+ const reTickInterval = /^([1-9]\d*)(millisecond|second|minute|hour|day|week|month)$/;
1708
+ const resultTickInterval = reTickInterval.exec(
1709
+ diagObj.db.getTickInterval() || conf.tickInterval
1710
+ );
1711
+ if (resultTickInterval !== null) {
1712
+ const every = resultTickInterval[1];
1713
+ const interval = resultTickInterval[2];
1714
+ const weekday2 = diagObj.db.getWeekday() || conf.weekday;
1715
+ switch (interval) {
1716
+ case "millisecond":
1717
+ bottomXAxis.ticks(millisecond.every(every));
1718
+ break;
1719
+ case "second":
1720
+ bottomXAxis.ticks(second.every(every));
1721
+ break;
1722
+ case "minute":
1723
+ bottomXAxis.ticks(timeMinute.every(every));
1724
+ break;
1725
+ case "hour":
1726
+ bottomXAxis.ticks(timeHour.every(every));
1727
+ break;
1728
+ case "day":
1729
+ bottomXAxis.ticks(timeDay.every(every));
1730
+ break;
1731
+ case "week":
1732
+ bottomXAxis.ticks(mapWeekdayToTimeFunction[weekday2].every(every));
1733
+ break;
1734
+ case "month":
1735
+ bottomXAxis.ticks(timeMonth.every(every));
1736
+ break;
1737
+ }
1738
+ }
1739
+ svg.append("g").attr("class", "grid").attr("transform", "translate(" + theSidePad + ", " + (h2 - 50) + ")").call(bottomXAxis).selectAll("text").style("text-anchor", "middle").attr("fill", "#000").attr("stroke", "none").attr("font-size", 10).attr("dy", "1em");
1740
+ if (diagObj.db.topAxisEnabled() || conf.topAxis) {
1741
+ let topXAxis = axisTop(timeScale).tickSize(-h2 + theTopPad + conf.gridLineStartPadding).tickFormat(timeFormat(diagObj.db.getAxisFormat() || conf.axisFormat || "%Y-%m-%d"));
1742
+ if (resultTickInterval !== null) {
1743
+ const every = resultTickInterval[1];
1744
+ const interval = resultTickInterval[2];
1745
+ const weekday2 = diagObj.db.getWeekday() || conf.weekday;
1746
+ switch (interval) {
1747
+ case "millisecond":
1748
+ topXAxis.ticks(millisecond.every(every));
1749
+ break;
1750
+ case "second":
1751
+ topXAxis.ticks(second.every(every));
1752
+ break;
1753
+ case "minute":
1754
+ topXAxis.ticks(timeMinute.every(every));
1755
+ break;
1756
+ case "hour":
1757
+ topXAxis.ticks(timeHour.every(every));
1758
+ break;
1759
+ case "day":
1760
+ topXAxis.ticks(timeDay.every(every));
1761
+ break;
1762
+ case "week":
1763
+ topXAxis.ticks(mapWeekdayToTimeFunction[weekday2].every(every));
1764
+ break;
1765
+ case "month":
1766
+ topXAxis.ticks(timeMonth.every(every));
1767
+ break;
1768
+ }
1769
+ }
1770
+ svg.append("g").attr("class", "grid").attr("transform", "translate(" + theSidePad + ", " + theTopPad + ")").call(topXAxis).selectAll("text").style("text-anchor", "middle").attr("fill", "#000").attr("stroke", "none").attr("font-size", 10);
1771
+ }
1772
+ }
1773
+ __name(makeGrid, "makeGrid");
1774
+ function vertLabels(theGap, theTopPad) {
1775
+ let prevGap = 0;
1776
+ const numOccurrences = Object.keys(categoryHeights).map((d) => [d, categoryHeights[d]]);
1777
+ svg.append("g").selectAll("text").data(numOccurrences).enter().append(function(d) {
1778
+ const rows = d[0].split(common_default.lineBreakRegex);
1779
+ const dy = -(rows.length - 1) / 2;
1780
+ const svgLabel = doc.createElementNS("http://www.w3.org/2000/svg", "text");
1781
+ svgLabel.setAttribute("dy", dy + "em");
1782
+ for (const [j, row] of rows.entries()) {
1783
+ const tspan = doc.createElementNS("http://www.w3.org/2000/svg", "tspan");
1784
+ tspan.setAttribute("alignment-baseline", "central");
1785
+ tspan.setAttribute("x", "10");
1786
+ if (j > 0) {
1787
+ tspan.setAttribute("dy", "1em");
1788
+ }
1789
+ tspan.textContent = row;
1790
+ svgLabel.appendChild(tspan);
1791
+ }
1792
+ return svgLabel;
1793
+ }).attr("x", 10).attr("y", function(d, i) {
1794
+ if (i > 0) {
1795
+ for (let j = 0; j < i; j++) {
1796
+ prevGap += numOccurrences[i - 1][1];
1797
+ return d[1] * theGap / 2 + prevGap * theGap + theTopPad;
1798
+ }
1799
+ } else {
1800
+ return d[1] * theGap / 2 + theTopPad;
1801
+ }
1802
+ }).attr("font-size", conf.sectionFontSize).attr("class", function(d) {
1803
+ for (const [i, category] of categories.entries()) {
1804
+ if (d[0] === category) {
1805
+ return "sectionTitle sectionTitle" + i % conf.numberSectionStyles;
1806
+ }
1807
+ }
1808
+ return "sectionTitle";
1809
+ });
1810
+ }
1811
+ __name(vertLabels, "vertLabels");
1812
+ function drawToday(theSidePad, theTopPad, w2, h2) {
1813
+ const todayMarker2 = diagObj.db.getTodayMarker();
1814
+ if (todayMarker2 === "off") {
1815
+ return;
1816
+ }
1817
+ const todayG = svg.append("g").attr("class", "today");
1818
+ const today = /* @__PURE__ */ new Date();
1819
+ const todayLine = todayG.append("line");
1820
+ todayLine.attr("x1", timeScale(today) + theSidePad).attr("x2", timeScale(today) + theSidePad).attr("y1", conf.titleTopMargin).attr("y2", h2 - conf.titleTopMargin).attr("class", "today");
1821
+ if (todayMarker2 !== "") {
1822
+ todayLine.attr("style", todayMarker2.replace(/,/g, ";"));
1823
+ }
1824
+ }
1825
+ __name(drawToday, "drawToday");
1826
+ function checkUnique(arr) {
1827
+ const hash = {};
1828
+ const result = [];
1829
+ for (let i = 0, l = arr.length; i < l; ++i) {
1830
+ if (!Object.prototype.hasOwnProperty.call(hash, arr[i])) {
1831
+ hash[arr[i]] = true;
1832
+ result.push(arr[i]);
1833
+ }
1834
+ }
1835
+ return result;
1836
+ }
1837
+ __name(checkUnique, "checkUnique");
1838
+ }, "draw");
1839
+ var ganttRenderer_default = {
1840
+ setConf,
1841
+ draw
1842
+ };
1843
+ var getStyles = /* @__PURE__ */ __name((options) => `
1844
+ .mermaid-main-font {
1845
+ font-family: ${options.fontFamily};
1846
+ }
1847
+
1848
+ .exclude-range {
1849
+ fill: ${options.excludeBkgColor};
1850
+ }
1851
+
1852
+ .section {
1853
+ stroke: none;
1854
+ opacity: 0.2;
1855
+ }
1856
+
1857
+ .section0 {
1858
+ fill: ${options.sectionBkgColor};
1859
+ }
1860
+
1861
+ .section2 {
1862
+ fill: ${options.sectionBkgColor2};
1863
+ }
1864
+
1865
+ .section1,
1866
+ .section3 {
1867
+ fill: ${options.altSectionBkgColor};
1868
+ opacity: 0.2;
1869
+ }
1870
+
1871
+ .sectionTitle0 {
1872
+ fill: ${options.titleColor};
1873
+ }
1874
+
1875
+ .sectionTitle1 {
1876
+ fill: ${options.titleColor};
1877
+ }
1878
+
1879
+ .sectionTitle2 {
1880
+ fill: ${options.titleColor};
1881
+ }
1882
+
1883
+ .sectionTitle3 {
1884
+ fill: ${options.titleColor};
1885
+ }
1886
+
1887
+ .sectionTitle {
1888
+ text-anchor: start;
1889
+ font-family: ${options.fontFamily};
1890
+ }
1891
+
1892
+
1893
+ /* Grid and axis */
1894
+
1895
+ .grid .tick {
1896
+ stroke: ${options.gridColor};
1897
+ opacity: 0.8;
1898
+ shape-rendering: crispEdges;
1899
+ }
1900
+
1901
+ .grid .tick text {
1902
+ font-family: ${options.fontFamily};
1903
+ fill: ${options.textColor};
1904
+ }
1905
+
1906
+ .grid path {
1907
+ stroke-width: 0;
1908
+ }
1909
+
1910
+
1911
+ /* Today line */
1912
+
1913
+ .today {
1914
+ fill: none;
1915
+ stroke: ${options.todayLineColor};
1916
+ stroke-width: 2px;
1917
+ }
1918
+
1919
+
1920
+ /* Task styling */
1921
+
1922
+ /* Default task */
1923
+
1924
+ .task {
1925
+ stroke-width: 2;
1926
+ }
1927
+
1928
+ .taskText {
1929
+ text-anchor: middle;
1930
+ font-family: ${options.fontFamily};
1931
+ }
1932
+
1933
+ .taskTextOutsideRight {
1934
+ fill: ${options.taskTextDarkColor};
1935
+ text-anchor: start;
1936
+ font-family: ${options.fontFamily};
1937
+ }
1938
+
1939
+ .taskTextOutsideLeft {
1940
+ fill: ${options.taskTextDarkColor};
1941
+ text-anchor: end;
1942
+ }
1943
+
1944
+
1945
+ /* Special case clickable */
1946
+
1947
+ .task.clickable {
1948
+ cursor: pointer;
1949
+ }
1950
+
1951
+ .taskText.clickable {
1952
+ cursor: pointer;
1953
+ fill: ${options.taskTextClickableColor} !important;
1954
+ font-weight: bold;
1955
+ }
1956
+
1957
+ .taskTextOutsideLeft.clickable {
1958
+ cursor: pointer;
1959
+ fill: ${options.taskTextClickableColor} !important;
1960
+ font-weight: bold;
1961
+ }
1962
+
1963
+ .taskTextOutsideRight.clickable {
1964
+ cursor: pointer;
1965
+ fill: ${options.taskTextClickableColor} !important;
1966
+ font-weight: bold;
1967
+ }
1968
+
1969
+
1970
+ /* Specific task settings for the sections*/
1971
+
1972
+ .taskText0,
1973
+ .taskText1,
1974
+ .taskText2,
1975
+ .taskText3 {
1976
+ fill: ${options.taskTextColor};
1977
+ }
1978
+
1979
+ .task0,
1980
+ .task1,
1981
+ .task2,
1982
+ .task3 {
1983
+ fill: ${options.taskBkgColor};
1984
+ stroke: ${options.taskBorderColor};
1985
+ }
1986
+
1987
+ .taskTextOutside0,
1988
+ .taskTextOutside2
1989
+ {
1990
+ fill: ${options.taskTextOutsideColor};
1991
+ }
1992
+
1993
+ .taskTextOutside1,
1994
+ .taskTextOutside3 {
1995
+ fill: ${options.taskTextOutsideColor};
1996
+ }
1997
+
1998
+
1999
+ /* Active task */
2000
+
2001
+ .active0,
2002
+ .active1,
2003
+ .active2,
2004
+ .active3 {
2005
+ fill: ${options.activeTaskBkgColor};
2006
+ stroke: ${options.activeTaskBorderColor};
2007
+ }
2008
+
2009
+ .activeText0,
2010
+ .activeText1,
2011
+ .activeText2,
2012
+ .activeText3 {
2013
+ fill: ${options.taskTextDarkColor} !important;
2014
+ }
2015
+
2016
+
2017
+ /* Completed task */
2018
+
2019
+ .done0,
2020
+ .done1,
2021
+ .done2,
2022
+ .done3 {
2023
+ stroke: ${options.doneTaskBorderColor};
2024
+ fill: ${options.doneTaskBkgColor};
2025
+ stroke-width: 2;
2026
+ }
2027
+
2028
+ .doneText0,
2029
+ .doneText1,
2030
+ .doneText2,
2031
+ .doneText3 {
2032
+ fill: ${options.taskTextDarkColor} !important;
2033
+ }
2034
+
2035
+
2036
+ /* Tasks on the critical line */
2037
+
2038
+ .crit0,
2039
+ .crit1,
2040
+ .crit2,
2041
+ .crit3 {
2042
+ stroke: ${options.critBorderColor};
2043
+ fill: ${options.critBkgColor};
2044
+ stroke-width: 2;
2045
+ }
2046
+
2047
+ .activeCrit0,
2048
+ .activeCrit1,
2049
+ .activeCrit2,
2050
+ .activeCrit3 {
2051
+ stroke: ${options.critBorderColor};
2052
+ fill: ${options.activeTaskBkgColor};
2053
+ stroke-width: 2;
2054
+ }
2055
+
2056
+ .doneCrit0,
2057
+ .doneCrit1,
2058
+ .doneCrit2,
2059
+ .doneCrit3 {
2060
+ stroke: ${options.critBorderColor};
2061
+ fill: ${options.doneTaskBkgColor};
2062
+ stroke-width: 2;
2063
+ cursor: pointer;
2064
+ shape-rendering: crispEdges;
2065
+ }
2066
+
2067
+ .milestone {
2068
+ transform: rotate(45deg) scale(0.8,0.8);
2069
+ }
2070
+
2071
+ .milestoneText {
2072
+ font-style: italic;
2073
+ }
2074
+ .doneCritText0,
2075
+ .doneCritText1,
2076
+ .doneCritText2,
2077
+ .doneCritText3 {
2078
+ fill: ${options.taskTextDarkColor} !important;
2079
+ }
2080
+
2081
+ .activeCritText0,
2082
+ .activeCritText1,
2083
+ .activeCritText2,
2084
+ .activeCritText3 {
2085
+ fill: ${options.taskTextDarkColor} !important;
2086
+ }
2087
+
2088
+ .titleText {
2089
+ text-anchor: middle;
2090
+ font-size: 18px;
2091
+ fill: ${options.titleColor || options.textColor};
2092
+ font-family: ${options.fontFamily};
2093
+ }
2094
+ `, "getStyles");
2095
+ var styles_default = getStyles;
2096
+ var diagram = {
2097
+ parser: gantt_default,
2098
+ db: ganttDb_default,
2099
+ renderer: ganttRenderer_default,
2100
+ styles: styles_default
2101
+ };
2102
+ export {
2103
+ diagram
2104
+ };