@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.
- package/dist/_virtual/_commonjsHelpers.mjs +6 -0
- package/dist/_virtual/_plugin-vue_export-helper.mjs +10 -0
- package/dist/_virtual/advancedFormat.mjs +7 -0
- package/dist/_virtual/advancedFormat2.mjs +4 -0
- package/dist/_virtual/cancellation.mjs +5 -0
- package/dist/_virtual/cancellation2.mjs +4 -0
- package/dist/_virtual/constants.mjs +4 -0
- package/dist/_virtual/cose-base.mjs +4 -0
- package/dist/_virtual/cose-base2.mjs +4 -0
- package/dist/_virtual/customParseFormat.mjs +7 -0
- package/dist/_virtual/customParseFormat2.mjs +4 -0
- package/dist/_virtual/cytoscape-cose-bilkent.mjs +7 -0
- package/dist/_virtual/cytoscape-cose-bilkent2.mjs +4 -0
- package/dist/_virtual/cytoscape-fcose.mjs +7 -0
- package/dist/_virtual/cytoscape-fcose2.mjs +4 -0
- package/dist/_virtual/dayjs.min.mjs +7 -0
- package/dist/_virtual/dayjs.min2.mjs +4 -0
- package/dist/_virtual/events.mjs +5 -0
- package/dist/_virtual/events2.mjs +4 -0
- package/dist/_virtual/index.mjs +5 -0
- package/dist/_virtual/index2.mjs +4 -0
- package/dist/_virtual/is.mjs +4 -0
- package/dist/_virtual/isoWeek.mjs +7 -0
- package/dist/_virtual/isoWeek2.mjs +4 -0
- package/dist/_virtual/layout-base.mjs +4 -0
- package/dist/_virtual/layout-base2.mjs +4 -0
- package/dist/_virtual/ral.mjs +4 -0
- package/dist/components/badge/ElmBadge.vue.mjs +10 -0
- package/dist/components/badge/ElmBadge.vue2.mjs +33 -0
- package/dist/components/badge/ElmBadge.vue3.mjs +14 -0
- package/dist/components/badge/ElmTag.vue.mjs +10 -0
- package/dist/components/badge/ElmTag.vue2.mjs +39 -0
- package/dist/components/badge/ElmTag.vue3.mjs +14 -0
- package/dist/components/code/ElmCodeBlock.vue.mjs +10 -0
- package/dist/components/code/ElmCodeBlock.vue2.mjs +86 -0
- package/dist/components/code/ElmCodeBlock.vue3.mjs +18 -0
- package/dist/components/code/ElmKatex.vue.mjs +10 -0
- package/dist/components/code/ElmKatex.vue2.mjs +46 -0
- package/dist/components/code/ElmKatex.vue3.mjs +8 -0
- package/dist/components/code/ElmMermaid.vue.mjs +6 -0
- package/dist/components/code/ElmMermaid.vue2.mjs +56 -0
- package/dist/components/code/ElmShikiHighlighter.vue.mjs +11 -0
- package/dist/components/code/ElmShikiHighlighter.vue2.mjs +44 -0
- package/dist/components/code/ElmShikiHighlighter.vue3.mjs +8 -0
- package/dist/components/containments/ElmColumn.vue.mjs +10 -0
- package/dist/components/containments/ElmColumn.vue2.mjs +16 -0
- package/dist/components/containments/ElmColumn.vue3.mjs +8 -0
- package/dist/components/containments/ElmColumnList.vue.mjs +10 -0
- package/dist/components/containments/ElmColumnList.vue2.mjs +16 -0
- package/dist/components/containments/ElmColumnList.vue3.mjs +6 -0
- package/dist/components/containments/ElmDesktopWindow.vue.mjs +10 -0
- package/dist/components/containments/ElmDesktopWindow.vue2.mjs +42 -0
- package/dist/components/containments/ElmDesktopWindow.vue3.mjs +14 -0
- package/dist/components/containments/ElmModal.vue.mjs +10 -0
- package/dist/components/containments/ElmModal.vue2.mjs +44 -0
- package/dist/components/containments/ElmModal.vue3.mjs +11 -0
- package/dist/components/containments/ElmParallax.vue.mjs +10 -0
- package/dist/components/containments/ElmParallax.vue2.mjs +35 -0
- package/dist/components/containments/ElmParallax.vue3.mjs +8 -0
- package/dist/components/containments/ElmSnackbar.vue.mjs +10 -0
- package/dist/components/containments/ElmSnackbar.vue2.mjs +39 -0
- package/dist/components/containments/ElmSnackbar.vue3.mjs +14 -0
- package/dist/components/containments/ElmSnackbarContainer.vue.mjs +10 -0
- package/dist/components/containments/ElmSnackbarContainer.vue2.mjs +33 -0
- package/dist/components/containments/ElmSnackbarContainer.vue3.mjs +7 -0
- package/dist/components/containments/ElmToggle.vue.mjs +10 -0
- package/dist/components/containments/ElmToggle.vue2.mjs +71 -0
- package/dist/components/containments/ElmToggle.vue3.mjs +17 -0
- package/dist/components/containments/ElmTooltip.vue.mjs +10 -0
- package/dist/components/containments/ElmTooltip.vue2.mjs +49 -0
- package/dist/components/containments/ElmTooltip.vue3.mjs +8 -0
- package/dist/components/data/ElmMultiProgress.vue.mjs +10 -0
- package/dist/components/data/ElmMultiProgress.vue2.mjs +45 -0
- package/dist/components/data/ElmMultiProgress.vue3.mjs +11 -0
- package/dist/components/data/ElmProgress.vue.mjs +10 -0
- package/dist/components/data/ElmProgress.vue2.mjs +53 -0
- package/dist/components/data/ElmProgress.vue3.mjs +20 -0
- package/dist/components/data/ElmStatusMessage.vue.mjs +10 -0
- package/dist/components/data/ElmStatusMessage.vue2.mjs +75 -0
- package/dist/components/data/ElmStatusMessage.vue3.mjs +11 -0
- package/dist/components/fallback/ElmBlockFallback.vue.mjs +10 -0
- package/dist/components/fallback/ElmBlockFallback.vue2.mjs +17 -0
- package/dist/components/fallback/ElmBlockFallback.vue3.mjs +6 -0
- package/dist/components/fallback/ElmRectangleWave.vue.mjs +10 -0
- package/dist/components/fallback/ElmRectangleWave.vue2.mjs +15 -0
- package/dist/components/fallback/ElmRectangleWave.vue3.mjs +9 -0
- package/dist/components/fallback/ElmSpinner.vue.mjs +10 -0
- package/dist/components/fallback/ElmSpinner.vue2.mjs +30 -0
- package/dist/components/fallback/ElmSpinner.vue3.mjs +12 -0
- package/dist/components/form/ElmButton.vue.mjs +10 -0
- package/dist/components/form/ElmButton.vue2.mjs +57 -0
- package/dist/components/form/ElmButton.vue3.mjs +20 -0
- package/dist/components/form/ElmCheckbox.vue.mjs +10 -0
- package/dist/components/form/ElmCheckbox.vue2.mjs +177 -0
- package/dist/components/form/ElmCheckbox.vue3.mjs +22 -0
- package/dist/components/form/ElmSwitch.vue.mjs +10 -0
- package/dist/components/form/ElmSwitch.vue2.mjs +61 -0
- package/dist/components/form/ElmSwitch.vue3.mjs +16 -0
- package/dist/components/form/ElmTextField.vue.mjs +10 -0
- package/dist/components/form/ElmTextField.vue2.mjs +124 -0
- package/dist/components/form/ElmTextField.vue3.mjs +34 -0
- package/dist/components/form/ElmTotp.vue.mjs +10 -0
- package/dist/components/form/ElmTotp.vue2.mjs +102 -0
- package/dist/components/form/ElmTotp.vue3.mjs +22 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue.mjs +10 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue2.mjs +54 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue3.mjs +11 -0
- package/dist/components/headings/ElmHeading1.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading1.vue2.mjs +43 -0
- package/dist/components/headings/ElmHeading1.vue3.mjs +8 -0
- package/dist/components/headings/ElmHeading2.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading2.vue2.mjs +49 -0
- package/dist/components/headings/ElmHeading2.vue3.mjs +11 -0
- package/dist/components/headings/ElmHeading3.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading3.vue2.mjs +39 -0
- package/dist/components/headings/ElmHeading3.vue3.mjs +8 -0
- package/dist/components/headings/ElmHeading4.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading4.vue2.mjs +31 -0
- package/dist/components/headings/ElmHeading4.vue3.mjs +8 -0
- package/dist/components/headings/ElmHeading5.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading5.vue2.mjs +31 -0
- package/dist/components/headings/ElmHeading5.vue3.mjs +8 -0
- package/dist/components/headings/ElmHeading6.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading6.vue2.mjs +31 -0
- package/dist/components/headings/ElmHeading6.vue3.mjs +8 -0
- package/dist/components/icon/ElmArrowIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmArrowIcon.vue2.mjs +31 -0
- package/dist/components/icon/ElmArrowIcon.vue3.mjs +17 -0
- package/dist/components/icon/ElmBookmarkIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmBookmarkIcon.vue2.mjs +45 -0
- package/dist/components/icon/ElmBookmarkIcon.vue3.mjs +15 -0
- package/dist/components/icon/ElmCubeIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmCubeIcon.vue2.mjs +41 -0
- package/dist/components/icon/ElmCubeIcon.vue3.mjs +12 -0
- package/dist/components/icon/ElmDotLoadingIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmDotLoadingIcon.vue2.mjs +28 -0
- package/dist/components/icon/ElmDotLoadingIcon.vue3.mjs +14 -0
- package/dist/components/icon/ElmLanguageIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmLanguageIcon.vue2.mjs +148 -0
- package/dist/components/icon/ElmLanguageIcon.vue3.mjs +11 -0
- package/dist/components/icon/ElmLoginIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmLoginIcon.vue2.mjs +37 -0
- package/dist/components/icon/ElmLoginIcon.vue3.mjs +8 -0
- package/dist/components/icon/ElmToggleTheme.vue.mjs +10 -0
- package/dist/components/icon/ElmToggleTheme.vue2.mjs +30 -0
- package/dist/components/icon/ElmToggleTheme.vue3.mjs +8 -0
- package/dist/components/icon/languages/Bash.vue.mjs +31 -0
- package/dist/components/icon/languages/Bash.vue2.mjs +8 -0
- package/dist/components/icon/languages/Css.vue.mjs +19 -0
- package/dist/components/icon/languages/Rust.vue.mjs +17 -0
- package/dist/components/inline/ElmInlineLink.vue.mjs +10 -0
- package/dist/components/inline/ElmInlineLink.vue2.mjs +53 -0
- package/dist/components/inline/ElmInlineLink.vue3.mjs +11 -0
- package/dist/components/inline/ElmInlineRuby.vue.mjs +29 -0
- package/dist/components/inline/ElmInlineRuby.vue2.mjs +4 -0
- package/dist/components/inline/ElmInlineText.vue.mjs +10 -0
- package/dist/components/inline/ElmInlineText.vue2.mjs +57 -0
- package/dist/components/inline/ElmInlineText.vue3.mjs +11 -0
- package/dist/components/media/ElmFile.vue.mjs +10 -0
- package/dist/components/media/ElmFile.vue2.mjs +77 -0
- package/dist/components/media/ElmFile.vue3.mjs +14 -0
- package/dist/components/media/ElmImage.vue.mjs +10 -0
- package/dist/components/media/ElmImage.vue2.mjs +91 -0
- package/dist/components/media/ElmImage.vue3.mjs +18 -0
- package/dist/components/navigation/ElmBookmark.vue.mjs +10 -0
- package/dist/components/navigation/ElmBookmark.vue2.mjs +115 -0
- package/dist/components/navigation/ElmBookmark.vue3.mjs +32 -0
- package/dist/components/navigation/ElmBreadcrumb.vue.mjs +10 -0
- package/dist/components/navigation/ElmBreadcrumb.vue2.mjs +63 -0
- package/dist/components/navigation/ElmBreadcrumb.vue3.mjs +18 -0
- package/dist/components/navigation/ElmPagetop.vue.mjs +10 -0
- package/dist/components/navigation/ElmPagetop.vue2.mjs +51 -0
- package/dist/components/navigation/ElmPagetop.vue3.mjs +18 -0
- package/dist/components/navigation/ElmTableOfContents.vue.mjs +10 -0
- package/dist/components/navigation/ElmTableOfContents.vue2.mjs +43 -0
- package/dist/components/navigation/ElmTableOfContents.vue3.mjs +14 -0
- package/dist/components/others/ElmColorSample.vue.mjs +10 -0
- package/dist/components/others/ElmColorSample.vue2.mjs +72 -0
- package/dist/components/others/ElmColorSample.vue3.mjs +9 -0
- package/dist/components/others/ElmColorTable.vue.mjs +10 -0
- package/dist/components/others/ElmColorTable.vue2.mjs +45 -0
- package/dist/components/others/ElmColorTable.vue3.mjs +10 -0
- package/dist/components/renderer/ElmJsonRenderer.vue.mjs +96 -0
- package/dist/components/renderer/ElmJsonRenderer.vue2.mjs +4 -0
- package/dist/components/renderer/ElmJsonRendererAsync.vue.mjs +24 -0
- package/dist/components/renderer/ElmJsonRendererAsync.vue2.mjs +4 -0
- package/dist/components/table/ElmTable.vue.mjs +6 -0
- package/dist/components/table/ElmTable.vue2.mjs +22 -0
- package/dist/components/table/ElmTableBody.vue.mjs +15 -0
- package/dist/components/table/ElmTableBody.vue3.mjs +5 -0
- package/dist/components/table/ElmTableCell.vue.mjs +6 -0
- package/dist/components/table/ElmTableCell.vue2.mjs +22 -0
- package/dist/components/table/ElmTableHeader.vue.mjs +15 -0
- package/dist/components/table/ElmTableHeader.vue3.mjs +5 -0
- package/dist/components/table/ElmTableRow.vue.mjs +14 -0
- package/dist/components/table/ElmTableRow.vue2.mjs +4 -0
- package/dist/components/typography/ElmBlockQuote.vue.mjs +10 -0
- package/dist/components/typography/ElmBlockQuote.vue2.mjs +27 -0
- package/dist/components/typography/ElmBlockQuote.vue3.mjs +8 -0
- package/dist/components/typography/ElmBulletedList.vue.mjs +27 -0
- package/dist/components/typography/ElmBulletedList.vue3.mjs +5 -0
- package/dist/components/typography/ElmCallout.vue.mjs +10 -0
- package/dist/components/typography/ElmCallout.vue2.mjs +57 -0
- package/dist/components/typography/ElmCallout.vue3.mjs +14 -0
- package/dist/components/typography/ElmDivider.vue.mjs +10 -0
- package/dist/components/typography/ElmDivider.vue2.mjs +29 -0
- package/dist/components/typography/ElmDivider.vue3.mjs +8 -0
- package/dist/components/typography/ElmListItem.vue.mjs +10 -0
- package/dist/components/typography/ElmListItem.vue2.mjs +16 -0
- package/dist/components/typography/ElmListItem.vue3.mjs +8 -0
- package/dist/components/typography/ElmNumberedList.vue.mjs +27 -0
- package/dist/components/typography/ElmNumberedList.vue3.mjs +5 -0
- package/dist/components/typography/ElmParagraph.vue.mjs +10 -0
- package/dist/components/typography/ElmParagraph.vue2.mjs +27 -0
- package/dist/components/typography/ElmParagraph.vue3.mjs +8 -0
- package/dist/hooks/useElmethisTheme.mjs +43 -0
- package/dist/hooks/useTyping.mjs +37 -0
- package/dist/index.mjs +150 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/constants.mjs +20 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/index.mjs +76 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.mjs +57 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.mjs +220 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.mjs +64 -0
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.mjs +39 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.mjs +14 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.mjs +10 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.mjs +15 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.mjs +15 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +28 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.mjs +20 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.mjs +54 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +17 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +27 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +24 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.mjs +120 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.mjs +33 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.mjs +10 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.mjs +29 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.mjs +41 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.4.0/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs +115 -0
- 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
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.mjs +393 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.mjs +42 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.mjs +12 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.mjs +4 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.mjs +42 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.mjs +87 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.mjs +161 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.mjs +60 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.mjs +416 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.mjs +47 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.mjs +41 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.mjs +24 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.mjs +424 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.mjs +22 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.mjs +48 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.mjs +387 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.mjs +40 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.mjs +83 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.mjs +181 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.mjs +25 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.mjs +69 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.mjs +270 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.mjs +59 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.mjs +128 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.mjs +38 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.mjs +323 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.mjs +434 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.mjs +251 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.mjs +167 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.mjs +19 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.mjs +720 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.mjs +11 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.mjs +552 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.mjs +214 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.mjs +20 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.mjs +115 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.mjs +88 -0
- package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.mjs +1090 -0
- package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.mjs +2555 -0
- 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
- package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.31.1/node_modules/cytoscape-fcose/cytoscape-fcose.mjs +1278 -0
- package/dist/node_modules/.pnpm/cytoscape@3.31.1/node_modules/cytoscape/dist/cytoscape.esm.mjs +29469 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.mjs +47 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.mjs +51 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.mjs +94 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.mjs +338 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.mjs +95 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.mjs +70 -0
- package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/defaultLocale.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/exponent.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatDecimal.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.mjs +12 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.mjs +37 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTypes.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/identity.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.mjs +82 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionFixed.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionPrefix.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionRound.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.mjs +29 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.mjs +4 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.mjs +43 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.mjs +59 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.mjs +73 -0
- package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.mjs +88 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.mjs +326 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.mjs +56 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.mjs +95 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.mjs +61 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.mjs +38 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.mjs +34 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.mjs +54 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.mjs +12 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.mjs +46 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.mjs +64 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.mjs +76 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.mjs +31 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.mjs +88 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.mjs +19 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.mjs +12 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.mjs +64 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.mjs +23 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.mjs +17 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.mjs +24 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.mjs +4 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.mjs +45 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.mjs +133 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.mjs +66 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.mjs +63 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.mjs +50 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.mjs +49 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.mjs +43 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.mjs +73 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.mjs +69 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.mjs +57 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.mjs +83 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.mjs +75 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.mjs +63 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.mjs +39 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.mjs +99 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.mjs +54 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.mjs +59 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.mjs +41 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.mjs +32 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.mjs +19 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.mjs +55 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.mjs +542 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.mjs +34 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.mjs +61 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.mjs +23 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.mjs +54 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.mjs +66 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.mjs +45 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.mjs +96 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.mjs +21 -0
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.mjs +45 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/acyclic.mjs +55 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/add-border-segments.mjs +33 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/coordinate-system.mjs +66 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/data/list.mjs +49 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/greedy-fas.mjs +97 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/layout.mjs +344 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/nesting-graph.mjs +94 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/normalize.mjs +69 -0
- 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
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/barycenter.mjs +29 -0
- 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
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/cross-count.mjs +54 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/index.mjs +51 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/init-order.mjs +30 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.mjs +84 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.mjs +66 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort.mjs +47 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.mjs +66 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/bk.mjs +296 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/index.mjs +29 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.mjs +45 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/index.mjs +29 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.mjs +148 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/util.mjs +30 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/util.mjs +164 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dfs.mjs +33 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dijkstra.mjs +2 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/floyd-warshall.mjs +2 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/postorder.mjs +7 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/preorder.mjs +7 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/topsort.mjs +7 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/graph.mjs +420 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/json.mjs +47 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.mjs +286 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/advancedFormat.mjs +58 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.mjs +133 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/isoWeek.mjs +37 -0
- package/dist/node_modules/.pnpm/dompurify@3.2.4/node_modules/dompurify/dist/purify.es.mjs +965 -0
- package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.mjs +43 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.mjs +131 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.mjs +5 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.mjs +24 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.mjs +40 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.mjs +50 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.mjs +39 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.mjs +172 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.mjs +33 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.mjs +13 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.mjs +15 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.mjs +13 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.mjs +12 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.mjs +8 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.mjs +7 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.mjs +12 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.mjs +7 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.mjs +7 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.mjs +7 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.mjs +10 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.mjs +20 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.mjs +18 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.mjs +95 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.mjs +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/unit.mjs +10 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.mjs +87 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.mjs +74 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.mjs +17 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.mjs +62 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.mjs +478 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.mjs +725 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.mjs +20 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.mjs +11 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.mjs +13 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.mjs +233 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.mjs +17 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.mjs +453 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.mjs +72 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.mjs +336 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.mjs +105 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.mjs +111 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.mjs +139 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.mjs +19 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.mjs +80 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.mjs +70 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.mjs +62 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.mjs +60 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.mjs +256 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.mjs +202 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.mjs +69 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.mjs +73 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.mjs +159 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.mjs +137 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.mjs +177 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.mjs +126 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.mjs +12 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.mjs +12 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.mjs +33 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.mjs +377 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.mjs +56 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.mjs +239 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.mjs +466 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.mjs +37 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.mjs +236 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.mjs +142 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.mjs +75 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.mjs +43 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.mjs +81 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.mjs +328 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.mjs +210 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.mjs +15 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.mjs +74 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.mjs +64 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.mjs +106 -0
- package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.mjs +3197 -0
- package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.mjs +3745 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs +83 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.mjs +45 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs +61 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.mjs +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.mjs +50 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.mjs +59 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.mjs +50 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs +4 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs +4 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/min.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.mjs +5 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.mjs +10 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.mjs +8 -0
- package/dist/node_modules/.pnpm/marked@15.0.7/node_modules/marked/lib/marked.esm.mjs +2152 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-IEHRJDOE.mjs +1093 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-JOT3LUYC.mjs +3598 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-VJAJSXHY.mjs +2487 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4BMEZGHF.mjs +17 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-5NNNAHNI.mjs +143 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-6JRP7KZX.mjs +2696 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-7B677QYD.mjs +19 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-A2AXSNBT.mjs +1828 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AEK57VVT.mjs +1961 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-C3MQ5ANM.mjs +332 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-D6G4REZN.mjs +109 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-H2D2JQ3I.mjs +78 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-HRU6DDCH.mjs +5018 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IIMUDSI4.mjs +696 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-K557N5IZ.mjs +17 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-O4NI6UNU.mjs +557 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RZ5BOZE2.mjs +38 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-TYCBKAJE.mjs +57 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-VV3M67IP.mjs +107 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-XZIHB7SX.mjs +17 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-YTJNT7DU.mjs +3052 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-GIVACNV2.mjs +27 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-COTLJTTW.mjs +27 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-OKDRZEBW.mjs +662 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-SSKATNLV.mjs +306 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VNBRO52H.mjs +191 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-Q7BY3M3F.mjs +1168 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-4HSFHLVR.mjs +2339 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-APWFNJXF.mjs +2104 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-7IBYFJ6S.mjs +1215 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-PH2N3AL5.mjs +31 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-U35MCT3I.mjs +1201 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-NDS4AKOZ.mjs +1055 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-ALO5MXBD.mjs +1195 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-IB7DONF6.mjs +188 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-7GDLP6J5.mjs +1340 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-KVF5MWMF.mjs +1168 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-QLVOVGJD.mjs +670 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-X6HHIX6F.mjs +3419 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-DGXRK772.mjs +477 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-YXO3MK2T.mjs +27 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-BDJGKUSR.mjs +1232 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-VJFVF3MP.mjs +1778 -0
- package/dist/node_modules/.pnpm/mermaid@11.6.0/node_modules/mermaid/dist/mermaid.core.mjs +1222 -0
- package/dist/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/index.browser.mjs +13 -0
- package/dist/node_modules/.pnpm/nanoid@5.1.5/node_modules/nanoid/url-alphabet/index.mjs +4 -0
- package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.mjs +1001 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.mjs +16 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.mjs +164 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.mjs +29 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.mjs +156 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.mjs +38 -0
- package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.mjs +42 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.mjs +95 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.mjs +133 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.mjs +40 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.mjs +28 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.mjs +225 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.mjs +1262 -0
- package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.mjs +344 -0
- package/package.json +27 -25
- package/dist/Bash-aFIJDfx0.js +0 -30
- package/dist/Css-aYNwv_jI.js +0 -18
- package/dist/ElmShikiHighlighter--ESSD5xl.js +0 -7531
- package/dist/Rust-CcTG3HST.js +0 -16
- package/dist/_basePickBy-q3OsvEq8.js +0 -152
- package/dist/_baseUniq-DXyFBvJx.js +0 -583
- package/dist/abap-BPxeDPn4.js +0 -6
- package/dist/actionscript-3-Cjb604Dt.js +0 -6
- package/dist/ada-BSgRrxrM.js +0 -6
- package/dist/andromeeda-uXNdzNpk.js +0 -4
- package/dist/angular-html-Zg5oS4-1.js +0 -32
- package/dist/angular-ts-NgJ-y-q8.js +0 -21
- package/dist/apache-Cyj7Ib-S.js +0 -6
- package/dist/apex-DAAiMqi-.js +0 -6
- package/dist/apl-DxZdCuNa.js +0 -16
- package/dist/applescript-CroEtIVQ.js +0 -6
- package/dist/ara-9AczF2vY.js +0 -6
- package/dist/arc-BLiqnhIS.js +0 -83
- package/dist/architecture-4AB2E3PP-CJBMa096.js +0 -5
- package/dist/architectureDiagram-IEHRJDOE-BmZLGcAR.js +0 -4633
- package/dist/asciidoc-raFNDrGb.js +0 -6
- package/dist/asm-C8ld_M07.js +0 -6
- package/dist/astro-DVLPOVeH.js +0 -16
- package/dist/aurora-x-BwoVEUWZ.js +0 -4
- package/dist/awk-gc4Y_RTq.js +0 -6
- package/dist/ayu-dark-CxPZkpb2.js +0 -4
- package/dist/ballerina-CML1q4Hw.js +0 -6
- package/dist/bat-BVW1L4ug.js +0 -6
- package/dist/beancount-DYEC72C_.js +0 -6
- package/dist/berry-VTah6p7n.js +0 -6
- package/dist/bibtex-Bqt_3AVI.js +0 -6
- package/dist/bicep-DGk9_2l4.js +0 -6
- package/dist/blade-kJIUE9Xv.js +0 -20
- package/dist/blockDiagram-JOT3LUYC-CirZxs50.js +0 -2247
- package/dist/bsl-tt9CYf2I.js +0 -8
- package/dist/c-Cb-M0LQR.js +0 -6
- package/dist/c4Diagram-VJAJSXHY-CT04iVyI.js +0 -1581
- package/dist/cadence-Di4VMBdJ.js +0 -6
- package/dist/cairo-CNbjbPRN.js +0 -8
- package/dist/catppuccin-frappe-MQ6irQtC.js +0 -4
- package/dist/catppuccin-latte-UMitw0Sv.js +0 -4
- package/dist/catppuccin-macchiato-CpTwm6bY.js +0 -4
- package/dist/catppuccin-mocha-DAcVHoH1.js +0 -4
- package/dist/channel-DJoWX82m.js +0 -5
- package/dist/chunk-4BMEZGHF-DbrRFQBV.js +0 -9
- package/dist/chunk-A2AXSNBT-8nnxOxzM.js +0 -1372
- package/dist/chunk-AEK57VVT-BuA3ibij.js +0 -1415
- package/dist/chunk-D6G4REZN-C3CadGUl.js +0 -64
- package/dist/chunk-RZ5BOZE2-bPOa0Bzk.js +0 -24
- package/dist/chunk-XZIHB7SX-tSNzo5Pm.js +0 -15
- package/dist/clarity-WOA8trQj.js +0 -6
- package/dist/classDiagram-GIVACNV2-Ikn0C8nj.js +0 -16
- package/dist/classDiagram-v2-COTLJTTW-Ikn0C8nj.js +0 -16
- package/dist/clojure-r3NcJ8yt.js +0 -6
- package/dist/clone-KYMNdRyb.js +0 -8
- package/dist/cmake-CQmEhYbr.js +0 -6
- package/dist/cobol-DpscMYyB.js +0 -10
- package/dist/codeowners-Bt9yU6NX.js +0 -6
- package/dist/codeql-2Dcm6WNF.js +0 -6
- package/dist/coffee-cT6mLyjo.js +0 -8
- package/dist/common-lisp-DuX5KqId.js +0 -6
- package/dist/coq-DboLktjX.js +0 -6
- package/dist/cpp-Dfuj7FgN.js +0 -18
- package/dist/crystal-Cu359yzW.js +0 -18
- package/dist/csharp-xQvxkZxj.js +0 -6
- package/dist/css-BnL1064W.js +0 -6
- package/dist/csv-CmYOceLb.js +0 -6
- package/dist/cue-ByErcpN2.js +0 -6
- package/dist/cypher-DEVyrV5b.js +0 -6
- package/dist/cytoscape.esm-aRg21b6u.js +0 -18120
- package/dist/d-CBVqdj3C.js +0 -6
- package/dist/dagre-OKDRZEBW-Dd5I26Ao.js +0 -447
- package/dist/dark-plus-pUHDTVV0.js +0 -4
- package/dist/dart-u2fD-sKr.js +0 -6
- package/dist/dax-Crz9Wv4y.js +0 -6
- package/dist/desktop-DNXSD5qJ.js +0 -6
- package/dist/diagram-SSKATNLV-DZNkfESc.js +0 -221
- package/dist/diagram-VNBRO52H-CEw-lSHb.js +0 -126
- package/dist/diff-DOdUfPSR.js +0 -6
- package/dist/docker-CsHqm9tx.js +0 -6
- package/dist/dotenv-BYL4tpZA.js +0 -6
- package/dist/dracula-BtZx2Kac.js +0 -4
- package/dist/dracula-soft-BKa-aqBv.js +0 -4
- package/dist/dream-maker-kevRUHRs.js +0 -6
- package/dist/edge-D-R-hhaT.js +0 -12
- package/dist/elixir-DuneT2DZ.js +0 -8
- package/dist/elm-DdPFQYmH.js +0 -8
- package/dist/elmethis.js +0 -70
- package/dist/emacs-lisp-Bwasiep6.js +0 -6
- package/dist/erDiagram-Q7BY3M3F-Bi-5rbd2.js +0 -841
- package/dist/erb-BDkUfiWc.js +0 -10
- package/dist/erlang-CxpbZUOc.js +0 -6
- package/dist/everforest-dark-DMCBqXCK.js +0 -4
- package/dist/everforest-light-BbXl82Em.js +0 -4
- package/dist/fennel-B1x5pKr1.js +0 -6
- package/dist/fish-BjbXctXH.js +0 -6
- package/dist/flowDiagram-4HSFHLVR-Bep2tb38.js +0 -1622
- package/dist/fluent-DCuHrNR-.js +0 -6
- package/dist/fortran-fixed-form-muAGtm2V.js +0 -8
- package/dist/fortran-free-form-Db8k5H7x.js +0 -6
- package/dist/fsharp-D3TfYvtR.js +0 -8
- package/dist/ganttDiagram-APWFNJXF-MiSNV5UX.js +0 -2493
- package/dist/gdresource-C22851qr.js +0 -10
- package/dist/gdscript-C-C99PjI.js +0 -6
- package/dist/gdshader-0TihrSQl.js +0 -6
- package/dist/genie-MtKmcmPo.js +0 -6
- package/dist/gherkin-AzJBtK0J.js +0 -6
- package/dist/git-commit-Cdscfa4x.js +0 -8
- package/dist/git-rebase-BkertWzk.js +0 -8
- package/dist/gitGraph-O2Q2CXLX-2aBB3Qlu.js +0 -5
- package/dist/gitGraphDiagram-7IBYFJ6S-BeIrUUuR.js +0 -712
- package/dist/github-dark-DenFmJkN.js +0 -4
- package/dist/github-dark-default-BJPUVz4H.js +0 -4
- package/dist/github-dark-dimmed-DUshB20C.js +0 -4
- package/dist/github-dark-high-contrast-D3aGCnF8.js +0 -4
- package/dist/github-light-JYsPkUQd.js +0 -4
- package/dist/github-light-default-D99KPAby.js +0 -4
- package/dist/github-light-high-contrast-BbmZE-Mp.js +0 -4
- package/dist/gleam-BoJB89vF.js +0 -6
- package/dist/glimmer-js-DEzcmBLn.js +0 -14
- package/dist/glimmer-ts-CfoDm2Ms.js +0 -14
- package/dist/glsl-BcGeWDoy.js +0 -8
- package/dist/gnuplot-DgGnPAp8.js +0 -6
- package/dist/go-Cw0OOp5U.js +0 -6
- package/dist/graph-BN6Ja3dj.js +0 -247
- package/dist/graphql-BA9S3A0F.js +0 -14
- package/dist/groovy-45PuQEhl.js +0 -6
- package/dist/gruvbox-dark-hard-BDGmrmYl.js +0 -4
- package/dist/gruvbox-dark-medium-D7OrvcL5.js +0 -4
- package/dist/gruvbox-dark-soft-D_75PUdg.js +0 -4
- package/dist/gruvbox-light-hard-DhQt1gbs.js +0 -4
- package/dist/gruvbox-light-medium-DNXV_Sw8.js +0 -4
- package/dist/gruvbox-light-soft-C7ZspGxH.js +0 -4
- package/dist/hack-B5c1rmdK.js +0 -10
- package/dist/haml-CknjlTyn.js +0 -10
- package/dist/handlebars-DxZCQ1Ls.js +0 -14
- package/dist/haskell-ClRE648j.js +0 -6
- package/dist/haxe-CClgwBXY.js +0 -6
- package/dist/hcl-JJeBEFYE.js +0 -6
- package/dist/hjson-BollGKL_.js +0 -6
- package/dist/hlsl-b3kI2reZ.js +0 -6
- package/dist/houston-BDYrDoDW.js +0 -4
- package/dist/html-Iy9EJBkL.js +0 -10
- package/dist/html-derivative-BfM_d1x5.js +0 -8
- package/dist/http-Q-2xEgRf.js +0 -14
- package/dist/hxml-C2bnoXd-.js +0 -8
- package/dist/hy-S8dYOqS_.js +0 -6
- package/dist/imba-DzSSVziz.js +0 -6
- package/dist/index-DzMRhuTS.js +0 -17481
- package/dist/info-4N47QTOZ-MlaygFtp.js +0 -5
- package/dist/infoDiagram-PH2N3AL5-CLDi4hXF.js +0 -22
- package/dist/ini-Cw62c0sR.js +0 -6
- package/dist/init-DjUOC4st.js +0 -16
- package/dist/java-DNw9zkk2.js +0 -6
- package/dist/javascript-CXHlxgtu.js +0 -6
- package/dist/jinja-D3ov3d_Q.js +0 -11
- package/dist/jison-bKZ_ygkY.js +0 -8
- package/dist/journeyDiagram-U35MCT3I-DF_hle8P.js +0 -809
- package/dist/json-D4cXEhM0.js +0 -6
- package/dist/json5-QDX9y-Y9.js +0 -6
- package/dist/jsonc-Bph7GQf8.js +0 -6
- package/dist/jsonl-CCrMgdQc.js +0 -6
- package/dist/jsonnet-SAcLllmN.js +0 -6
- package/dist/jssm-f8vsTkbr.js +0 -6
- package/dist/jsx-BYrS51r7.js +0 -6
- package/dist/julia-k0_CCOLn.js +0 -16
- package/dist/kanagawa-dragon-CiKur4Hl.js +0 -4
- package/dist/kanagawa-lotus-BKu-smKu.js +0 -4
- package/dist/kanagawa-wave-CQwozSzG.js +0 -4
- package/dist/kanban-definition-NDS4AKOZ-D2HjB3aQ.js +0 -719
- package/dist/kotlin-DZs3CUXT.js +0 -6
- package/dist/kusto-gqgW0Ct6.js +0 -6
- package/dist/laserwave-6a00oqik.js +0 -4
- package/dist/latex-ixPYeODw.js +0 -8
- package/dist/layout-eoX7qCNd.js +0 -1325
- package/dist/lean-DM2VgJqL.js +0 -6
- package/dist/less-I_XXVOZl.js +0 -6
- package/dist/light-plus-CZuVqSLX.js +0 -4
- package/dist/linear-CjVlzhPx.js +0 -423
- package/dist/liquid-DQYM4OUl.js +0 -14
- package/dist/llvm-D3Vjgx0u.js +0 -6
- package/dist/log-D-MzYv1Z.js +0 -6
- package/dist/logo-D1k-IeHX.js +0 -6
- package/dist/lua-DcPVWcJ7.js +0 -8
- package/dist/luau-B3dL2bb0.js +0 -6
- package/dist/make-CR9bkdqJ.js +0 -6
- package/dist/markdown-w3MmBOPg.js +0 -6
- package/dist/marko-Dou6ix2a.js +0 -14
- package/dist/material-theme-D6KBX41T.js +0 -4
- package/dist/material-theme-darker-CkRroheE.js +0 -4
- package/dist/material-theme-lighter-BUBw43Yz.js +0 -4
- package/dist/material-theme-ocean-ClGX14Ja.js +0 -4
- package/dist/material-theme-palenight-C1RVm8K1.js +0 -4
- package/dist/matlab-Dj6qX5si.js +0 -6
- package/dist/mdc-Df47nGTR.js +0 -12
- package/dist/mdx-COYqLMfv.js +0 -6
- package/dist/mermaid-parser.core-Cnk6H5Tf.js +0 -12836
- package/dist/mermaid-qIAHIJes.js +0 -6
- package/dist/mermaid.core-CVg1AOGh.js +0 -15467
- package/dist/min-dark-C7ak0t6c.js +0 -4
- package/dist/min-light-CKFxVcPp.js +0 -4
- package/dist/mindmap-definition-ALO5MXBD-RsXchRow.js +0 -3220
- package/dist/mipsasm-BJbuoeDX.js +0 -6
- package/dist/mojo-BFkEE7I6.js +0 -6
- package/dist/monokai-C1KBYcO0.js +0 -4
- package/dist/move-DhZIVzw9.js +0 -6
- package/dist/narrat-Cru3p5ML.js +0 -6
- package/dist/nextflow-JJGGygxI.js +0 -6
- package/dist/nginx-Chu4HPUZ.js +0 -8
- package/dist/night-owl-Bm2rzalh.js +0 -4
- package/dist/nim-m3ClKyoA.js +0 -20
- package/dist/nix-DeKhqLCs.js +0 -6
- package/dist/nord-CC5OiUXg.js +0 -4
- package/dist/nushell-vZ0whCpp.js +0 -6
- package/dist/objective-c-DLUrAoO7.js +0 -6
- package/dist/objective-cpp-BR9pz3Y7.js +0 -6
- package/dist/ocaml-JmaGD6hS.js +0 -6
- package/dist/one-dark-pro-DTA3VF0_.js +0 -4
- package/dist/one-light-D9sNaUtq.js +0 -4
- package/dist/ordinal-DfAQgscy.js +0 -61
- package/dist/packet-KVYON367-B0ibT50B.js +0 -5
- package/dist/pascal-NVmycfDo.js +0 -6
- package/dist/perl-Dvb6TR9K.js +0 -16
- package/dist/php-CJHnp_ft.js +0 -18
- package/dist/pie-R6RNRRYF-eieuCIEv.js +0 -5
- package/dist/pieDiagram-IB7DONF6-z3HiYOHT.js +0 -161
- package/dist/plastic-CSTz3KZp.js +0 -4
- package/dist/plsql-DMWd0imC.js +0 -6
- package/dist/po-GS6uwG3N.js +0 -6
- package/dist/poimandres-C-VADXHD.js +0 -4
- package/dist/polar-kLOnm3TU.js +0 -6
- package/dist/postcss-BHhGrjb8.js +0 -6
- package/dist/powerquery-CMfeLaGU.js +0 -6
- package/dist/powershell-D1mvJxDs.js +0 -6
- package/dist/prisma-pUoUFT3i.js +0 -6
- package/dist/prolog-DY7WzwMi.js +0 -6
- package/dist/proto-CNCp3VWu.js +0 -6
- package/dist/pug-CUZjrycK.js +0 -12
- package/dist/puppet-B0mgPBqt.js +0 -6
- package/dist/purescript-Go548NjJ.js +0 -6
- package/dist/python-x6NdgKMy.js +0 -6
- package/dist/qml-BZvDVi14.js +0 -8
- package/dist/qmldir-BInDYbpo.js +0 -6
- package/dist/qss-8QkBlVEn.js +0 -6
- package/dist/quadrantDiagram-7GDLP6J5-DKNPBuF7.js +0 -1024
- package/dist/r-HSnR3oil.js +0 -6
- package/dist/racket-N6wCNCGC.js +0 -6
- package/dist/radar-MK3ICKWK-EavvS0dk.js +0 -5
- package/dist/raku-DIMO1_4D.js +0 -6
- package/dist/razor-B0naKaWH.js +0 -10
- package/dist/red-7y8PH7HH.js +0 -4
- package/dist/reg-6UpU0EA6.js +0 -6
- package/dist/regexp-DHtjPxOp.js +0 -6
- package/dist/rel-DBIoUiKW.js +0 -6
- package/dist/requirementDiagram-KVF5MWMF-CVtQbDO9.js +0 -851
- package/dist/riscv-DpWk9ieM.js +0 -6
- package/dist/rose-pine-4uTOzEpE.js +0 -4
- package/dist/rose-pine-dawn-GMd81k-m.js +0 -4
- package/dist/rose-pine-moon-CIFp_3PJ.js +0 -4
- package/dist/rst-B64R6T0G.js +0 -22
- package/dist/ruby-DfrpdncG.js +0 -30
- package/dist/rust-B-KPd2nT.js +0 -6
- package/dist/sankeyDiagram-QLVOVGJD-Bv56p0v8.js +0 -808
- package/dist/sas-CJQBty5v.js +0 -8
- package/dist/sass-Zos2Blmo.js +0 -6
- package/dist/scala-7cAMYIqn.js +0 -6
- package/dist/scheme-BQZQETGI.js +0 -6
- package/dist/scss-SeF7XgZE.js +0 -8
- package/dist/sdbl-67k1U2sQ.js +0 -6
- package/dist/sequenceDiagram-X6HHIX6F-B6HsmiCo.js +0 -2281
- package/dist/shaderlab-D-UIeqfT.js +0 -8
- package/dist/shellscript-DmhSIIKI.js +0 -6
- package/dist/shellsession-DJoY56qV.js +0 -8
- package/dist/slack-dark-i7wN4OET.js +0 -4
- package/dist/slack-ochin-ndHf0LoP.js +0 -4
- package/dist/smalltalk-WltKgyq1.js +0 -6
- package/dist/snazzy-light-BlSJXAu4.js +0 -4
- package/dist/solarized-dark-UTmkh7lw.js +0 -4
- package/dist/solarized-light-BheCkDPT.js +0 -4
- package/dist/solidity-C04s0Yy3.js +0 -6
- package/dist/soy-BLRDPjcE.js +0 -8
- package/dist/sparql-DTCaWUmB.js +0 -8
- package/dist/splunk-SGh_QiTm.js +0 -6
- package/dist/sql-CsvhJWkt.js +0 -6
- package/dist/ssh-config-D4I637-k.js +0 -6
- package/dist/stata-CoSdWLbd.js +0 -8
- package/dist/stateDiagram-DGXRK772-DisyN0eE.js +0 -270
- package/dist/stateDiagram-v2-YXO3MK2T-DLdp-rnZ.js +0 -16
- package/dist/stylus-C0YS3cII.js +0 -6
- package/dist/svelte-D5kfh286.js +0 -14
- package/dist/swift-DvTgPjC_.js +0 -6
- package/dist/synthwave-84-NU3C_KFZ.js +0 -4
- package/dist/system-verilog-NDUJ-OOt.js +0 -6
- package/dist/systemd-WbxZvB8q.js +0 -6
- package/dist/talonscript-CL368eRB.js +0 -6
- package/dist/tasl-Dz-WwaLH.js +0 -6
- package/dist/tcl-DlZIgGJq.js +0 -6
- package/dist/templ-BeQ_faiG.js +0 -12
- package/dist/terraform-BlQVOgpk.js +0 -6
- package/dist/tex-D5wZQANC.js +0 -8
- package/dist/timeline-definition-BDJGKUSR-BXC_uTuM.js +0 -804
- package/dist/tokyo-night-DP4TmcQl.js +0 -4
- package/dist/toml-DMRYbshZ.js +0 -6
- package/dist/ts-tags-BhMM8FHa.js +0 -41
- package/dist/tsv-BtvSkaG0.js +0 -6
- package/dist/tsx-D0IYuDPS.js +0 -6
- package/dist/turtle-p-VV8DEc.js +0 -6
- package/dist/twig-B7P5Ovvl.js +0 -18
- package/dist/typescript-DKfvlBCw.js +0 -6
- package/dist/typespec-CTme0-JL.js +0 -6
- package/dist/typst-Dn4vyooU.js +0 -6
- package/dist/v-D7ebitkb.js +0 -6
- package/dist/vala-TRtLMDHC.js +0 -6
- package/dist/vb-B47FrOmA.js +0 -6
- package/dist/verilog-B2TLsC4I.js +0 -6
- package/dist/vesper-BckBta1U.js +0 -4
- package/dist/vhdl-CU5AEtCN.js +0 -6
- package/dist/viml-D-fUhqVn.js +0 -6
- package/dist/vitesse-black-BoGvW84i.js +0 -4
- package/dist/vitesse-dark-Cym-eLtO.js +0 -4
- package/dist/vitesse-light-CcmG315c.js +0 -4
- package/dist/vue-CdwmeZFh.js +0 -31
- package/dist/vue-html-C-PRGoQQ.js +0 -10
- package/dist/vyper-C03y8CZF.js +0 -6
- package/dist/wasm-Bq8UuFo1.js +0 -6
- package/dist/wasm-DQxwEHae.js +0 -7
- package/dist/wenyan-DZPWEYbu.js +0 -6
- package/dist/wgsl-De1GPYf9.js +0 -6
- package/dist/wikitext-C-THcCj2.js +0 -6
- package/dist/wit-BanP67gl.js +0 -6
- package/dist/wolfram-CUT_U39K.js +0 -6
- package/dist/xml-jRL-qgj-.js +0 -8
- package/dist/xsl-CZWICAVO.js +0 -8
- package/dist/xychartDiagram-VJFVF3MP-CkPa_K58.js +0 -1304
- package/dist/yaml-DcQhbMrL.js +0 -6
- package/dist/zenscript-8JCzLCTe.js +0 -6
- package/dist/zig-DhdgDxkm.js +0 -6
|
@@ -0,0 +1,1222 @@
|
|
|
1
|
+
var _a;
|
|
2
|
+
import { load, JSON_SCHEMA } from "./chunks/mermaid.core/chunk-6JRP7KZX.mjs";
|
|
3
|
+
import { registerLayoutLoaders } from "./chunks/mermaid.core/chunk-TYCBKAJE.mjs";
|
|
4
|
+
import "./chunks/mermaid.core/chunk-IIMUDSI4.mjs";
|
|
5
|
+
import "./chunks/mermaid.core/chunk-VV3M67IP.mjs";
|
|
6
|
+
import "./chunks/mermaid.core/chunk-HRU6DDCH.mjs";
|
|
7
|
+
import { detectType, __name, log, registerLazyLoadedDiagrams, defaultConfig, updateSiteConfig, getSiteConfig, setConfig, getConfig, reset, registerDiagram, detectors, getDiagram, assignWithDepth_default, saveConfigFromInitialize, themes_default, setSiteConfig, setLogLevel, evaluate, configureSvgSize, getDiagramLoader, UnknownDiagramError, addDirective, styles_default, frontMatterRegex } from "./chunks/mermaid.core/chunk-YTJNT7DU.mjs";
|
|
8
|
+
import { registerIconPacks } from "./chunks/mermaid.core/chunk-H2D2JQ3I.mjs";
|
|
9
|
+
import "./chunks/mermaid.core/chunk-C3MQ5ANM.mjs";
|
|
10
|
+
import { isDetailedError, utils_default, cleanAndMerge, encodeEntities, decodeEntities, removeDirectives } from "./chunks/mermaid.core/chunk-O4NI6UNU.mjs";
|
|
11
|
+
import { package_default } from "./chunks/mermaid.core/chunk-5NNNAHNI.mjs";
|
|
12
|
+
import { selectSvgElement } from "./chunks/mermaid.core/chunk-7B677QYD.mjs";
|
|
13
|
+
import { dedent } from "../../../../ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.mjs";
|
|
14
|
+
import "../../../../d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.mjs";
|
|
15
|
+
import "../../../../d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.mjs";
|
|
16
|
+
import purify from "../../../../dompurify@3.2.4/node_modules/dompurify/dist/purify.es.mjs";
|
|
17
|
+
import isEmpty from "../../../../lodash-es@4.17.21/node_modules/lodash-es/isEmpty.mjs";
|
|
18
|
+
import { serialize, stringify } from "../../../../stylis@4.3.6/node_modules/stylis/src/Serializer.mjs";
|
|
19
|
+
import { compile } from "../../../../stylis@4.3.6/node_modules/stylis/src/Parser.mjs";
|
|
20
|
+
import select from "../../../../d3-selection@3.0.0/node_modules/d3-selection/src/select.mjs";
|
|
21
|
+
var id = "c4";
|
|
22
|
+
var detector = /* @__PURE__ */ __name((txt) => {
|
|
23
|
+
return /^\s*C4Context|C4Container|C4Component|C4Dynamic|C4Deployment/.test(txt);
|
|
24
|
+
}, "detector");
|
|
25
|
+
var loader = /* @__PURE__ */ __name(async () => {
|
|
26
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/c4Diagram-VJAJSXHY.mjs");
|
|
27
|
+
return { id, diagram: diagram2 };
|
|
28
|
+
}, "loader");
|
|
29
|
+
var plugin = {
|
|
30
|
+
id,
|
|
31
|
+
detector,
|
|
32
|
+
loader
|
|
33
|
+
};
|
|
34
|
+
var c4Detector_default = plugin;
|
|
35
|
+
var id2 = "flowchart";
|
|
36
|
+
var detector2 = /* @__PURE__ */ __name((txt, config) => {
|
|
37
|
+
var _a2, _b;
|
|
38
|
+
if (((_a2 = config == null ? void 0 : config.flowchart) == null ? void 0 : _a2.defaultRenderer) === "dagre-wrapper" || ((_b = config == null ? void 0 : config.flowchart) == null ? void 0 : _b.defaultRenderer) === "elk") {
|
|
39
|
+
return false;
|
|
40
|
+
}
|
|
41
|
+
return /^\s*graph/.test(txt);
|
|
42
|
+
}, "detector");
|
|
43
|
+
var loader2 = /* @__PURE__ */ __name(async () => {
|
|
44
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/flowDiagram-4HSFHLVR.mjs");
|
|
45
|
+
return { id: id2, diagram: diagram2 };
|
|
46
|
+
}, "loader");
|
|
47
|
+
var plugin2 = {
|
|
48
|
+
id: id2,
|
|
49
|
+
detector: detector2,
|
|
50
|
+
loader: loader2
|
|
51
|
+
};
|
|
52
|
+
var flowDetector_default = plugin2;
|
|
53
|
+
var id3 = "flowchart-v2";
|
|
54
|
+
var detector3 = /* @__PURE__ */ __name((txt, config) => {
|
|
55
|
+
var _a2, _b, _c;
|
|
56
|
+
if (((_a2 = config == null ? void 0 : config.flowchart) == null ? void 0 : _a2.defaultRenderer) === "dagre-d3") {
|
|
57
|
+
return false;
|
|
58
|
+
}
|
|
59
|
+
if (((_b = config == null ? void 0 : config.flowchart) == null ? void 0 : _b.defaultRenderer) === "elk") {
|
|
60
|
+
config.layout = "elk";
|
|
61
|
+
}
|
|
62
|
+
if (/^\s*graph/.test(txt) && ((_c = config == null ? void 0 : config.flowchart) == null ? void 0 : _c.defaultRenderer) === "dagre-wrapper") {
|
|
63
|
+
return true;
|
|
64
|
+
}
|
|
65
|
+
return /^\s*flowchart/.test(txt);
|
|
66
|
+
}, "detector");
|
|
67
|
+
var loader3 = /* @__PURE__ */ __name(async () => {
|
|
68
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/flowDiagram-4HSFHLVR.mjs");
|
|
69
|
+
return { id: id3, diagram: diagram2 };
|
|
70
|
+
}, "loader");
|
|
71
|
+
var plugin3 = {
|
|
72
|
+
id: id3,
|
|
73
|
+
detector: detector3,
|
|
74
|
+
loader: loader3
|
|
75
|
+
};
|
|
76
|
+
var flowDetector_v2_default = plugin3;
|
|
77
|
+
var id4 = "er";
|
|
78
|
+
var detector4 = /* @__PURE__ */ __name((txt) => {
|
|
79
|
+
return /^\s*erDiagram/.test(txt);
|
|
80
|
+
}, "detector");
|
|
81
|
+
var loader4 = /* @__PURE__ */ __name(async () => {
|
|
82
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/erDiagram-Q7BY3M3F.mjs");
|
|
83
|
+
return { id: id4, diagram: diagram2 };
|
|
84
|
+
}, "loader");
|
|
85
|
+
var plugin4 = {
|
|
86
|
+
id: id4,
|
|
87
|
+
detector: detector4,
|
|
88
|
+
loader: loader4
|
|
89
|
+
};
|
|
90
|
+
var erDetector_default = plugin4;
|
|
91
|
+
var id5 = "gitGraph";
|
|
92
|
+
var detector5 = /* @__PURE__ */ __name((txt) => {
|
|
93
|
+
return /^\s*gitGraph/.test(txt);
|
|
94
|
+
}, "detector");
|
|
95
|
+
var loader5 = /* @__PURE__ */ __name(async () => {
|
|
96
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/gitGraphDiagram-7IBYFJ6S.mjs");
|
|
97
|
+
return { id: id5, diagram: diagram2 };
|
|
98
|
+
}, "loader");
|
|
99
|
+
var plugin5 = {
|
|
100
|
+
id: id5,
|
|
101
|
+
detector: detector5,
|
|
102
|
+
loader: loader5
|
|
103
|
+
};
|
|
104
|
+
var gitGraphDetector_default = plugin5;
|
|
105
|
+
var id6 = "gantt";
|
|
106
|
+
var detector6 = /* @__PURE__ */ __name((txt) => {
|
|
107
|
+
return /^\s*gantt/.test(txt);
|
|
108
|
+
}, "detector");
|
|
109
|
+
var loader6 = /* @__PURE__ */ __name(async () => {
|
|
110
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/ganttDiagram-APWFNJXF.mjs");
|
|
111
|
+
return { id: id6, diagram: diagram2 };
|
|
112
|
+
}, "loader");
|
|
113
|
+
var plugin6 = {
|
|
114
|
+
id: id6,
|
|
115
|
+
detector: detector6,
|
|
116
|
+
loader: loader6
|
|
117
|
+
};
|
|
118
|
+
var ganttDetector_default = plugin6;
|
|
119
|
+
var id7 = "info";
|
|
120
|
+
var detector7 = /* @__PURE__ */ __name((txt) => {
|
|
121
|
+
return /^\s*info/.test(txt);
|
|
122
|
+
}, "detector");
|
|
123
|
+
var loader7 = /* @__PURE__ */ __name(async () => {
|
|
124
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/infoDiagram-PH2N3AL5.mjs");
|
|
125
|
+
return { id: id7, diagram: diagram2 };
|
|
126
|
+
}, "loader");
|
|
127
|
+
var info = {
|
|
128
|
+
id: id7,
|
|
129
|
+
detector: detector7,
|
|
130
|
+
loader: loader7
|
|
131
|
+
};
|
|
132
|
+
var id8 = "pie";
|
|
133
|
+
var detector8 = /* @__PURE__ */ __name((txt) => {
|
|
134
|
+
return /^\s*pie/.test(txt);
|
|
135
|
+
}, "detector");
|
|
136
|
+
var loader8 = /* @__PURE__ */ __name(async () => {
|
|
137
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/pieDiagram-IB7DONF6.mjs");
|
|
138
|
+
return { id: id8, diagram: diagram2 };
|
|
139
|
+
}, "loader");
|
|
140
|
+
var pie = {
|
|
141
|
+
id: id8,
|
|
142
|
+
detector: detector8,
|
|
143
|
+
loader: loader8
|
|
144
|
+
};
|
|
145
|
+
var id9 = "quadrantChart";
|
|
146
|
+
var detector9 = /* @__PURE__ */ __name((txt) => {
|
|
147
|
+
return /^\s*quadrantChart/.test(txt);
|
|
148
|
+
}, "detector");
|
|
149
|
+
var loader9 = /* @__PURE__ */ __name(async () => {
|
|
150
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/quadrantDiagram-7GDLP6J5.mjs");
|
|
151
|
+
return { id: id9, diagram: diagram2 };
|
|
152
|
+
}, "loader");
|
|
153
|
+
var plugin7 = {
|
|
154
|
+
id: id9,
|
|
155
|
+
detector: detector9,
|
|
156
|
+
loader: loader9
|
|
157
|
+
};
|
|
158
|
+
var quadrantDetector_default = plugin7;
|
|
159
|
+
var id10 = "xychart";
|
|
160
|
+
var detector10 = /* @__PURE__ */ __name((txt) => {
|
|
161
|
+
return /^\s*xychart-beta/.test(txt);
|
|
162
|
+
}, "detector");
|
|
163
|
+
var loader10 = /* @__PURE__ */ __name(async () => {
|
|
164
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/xychartDiagram-VJFVF3MP.mjs");
|
|
165
|
+
return { id: id10, diagram: diagram2 };
|
|
166
|
+
}, "loader");
|
|
167
|
+
var plugin8 = {
|
|
168
|
+
id: id10,
|
|
169
|
+
detector: detector10,
|
|
170
|
+
loader: loader10
|
|
171
|
+
};
|
|
172
|
+
var xychartDetector_default = plugin8;
|
|
173
|
+
var id11 = "requirement";
|
|
174
|
+
var detector11 = /* @__PURE__ */ __name((txt) => {
|
|
175
|
+
return /^\s*requirement(Diagram)?/.test(txt);
|
|
176
|
+
}, "detector");
|
|
177
|
+
var loader11 = /* @__PURE__ */ __name(async () => {
|
|
178
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/requirementDiagram-KVF5MWMF.mjs");
|
|
179
|
+
return { id: id11, diagram: diagram2 };
|
|
180
|
+
}, "loader");
|
|
181
|
+
var plugin9 = {
|
|
182
|
+
id: id11,
|
|
183
|
+
detector: detector11,
|
|
184
|
+
loader: loader11
|
|
185
|
+
};
|
|
186
|
+
var requirementDetector_default = plugin9;
|
|
187
|
+
var id12 = "sequence";
|
|
188
|
+
var detector12 = /* @__PURE__ */ __name((txt) => {
|
|
189
|
+
return /^\s*sequenceDiagram/.test(txt);
|
|
190
|
+
}, "detector");
|
|
191
|
+
var loader12 = /* @__PURE__ */ __name(async () => {
|
|
192
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/sequenceDiagram-X6HHIX6F.mjs");
|
|
193
|
+
return { id: id12, diagram: diagram2 };
|
|
194
|
+
}, "loader");
|
|
195
|
+
var plugin10 = {
|
|
196
|
+
id: id12,
|
|
197
|
+
detector: detector12,
|
|
198
|
+
loader: loader12
|
|
199
|
+
};
|
|
200
|
+
var sequenceDetector_default = plugin10;
|
|
201
|
+
var id13 = "class";
|
|
202
|
+
var detector13 = /* @__PURE__ */ __name((txt, config) => {
|
|
203
|
+
var _a2;
|
|
204
|
+
if (((_a2 = config == null ? void 0 : config.class) == null ? void 0 : _a2.defaultRenderer) === "dagre-wrapper") {
|
|
205
|
+
return false;
|
|
206
|
+
}
|
|
207
|
+
return /^\s*classDiagram/.test(txt);
|
|
208
|
+
}, "detector");
|
|
209
|
+
var loader13 = /* @__PURE__ */ __name(async () => {
|
|
210
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/classDiagram-GIVACNV2.mjs");
|
|
211
|
+
return { id: id13, diagram: diagram2 };
|
|
212
|
+
}, "loader");
|
|
213
|
+
var plugin11 = {
|
|
214
|
+
id: id13,
|
|
215
|
+
detector: detector13,
|
|
216
|
+
loader: loader13
|
|
217
|
+
};
|
|
218
|
+
var classDetector_default = plugin11;
|
|
219
|
+
var id14 = "classDiagram";
|
|
220
|
+
var detector14 = /* @__PURE__ */ __name((txt, config) => {
|
|
221
|
+
var _a2;
|
|
222
|
+
if (/^\s*classDiagram/.test(txt) && ((_a2 = config == null ? void 0 : config.class) == null ? void 0 : _a2.defaultRenderer) === "dagre-wrapper") {
|
|
223
|
+
return true;
|
|
224
|
+
}
|
|
225
|
+
return /^\s*classDiagram-v2/.test(txt);
|
|
226
|
+
}, "detector");
|
|
227
|
+
var loader14 = /* @__PURE__ */ __name(async () => {
|
|
228
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/classDiagram-v2-COTLJTTW.mjs");
|
|
229
|
+
return { id: id14, diagram: diagram2 };
|
|
230
|
+
}, "loader");
|
|
231
|
+
var plugin12 = {
|
|
232
|
+
id: id14,
|
|
233
|
+
detector: detector14,
|
|
234
|
+
loader: loader14
|
|
235
|
+
};
|
|
236
|
+
var classDetector_V2_default = plugin12;
|
|
237
|
+
var id15 = "state";
|
|
238
|
+
var detector15 = /* @__PURE__ */ __name((txt, config) => {
|
|
239
|
+
var _a2;
|
|
240
|
+
if (((_a2 = config == null ? void 0 : config.state) == null ? void 0 : _a2.defaultRenderer) === "dagre-wrapper") {
|
|
241
|
+
return false;
|
|
242
|
+
}
|
|
243
|
+
return /^\s*stateDiagram/.test(txt);
|
|
244
|
+
}, "detector");
|
|
245
|
+
var loader15 = /* @__PURE__ */ __name(async () => {
|
|
246
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/stateDiagram-DGXRK772.mjs");
|
|
247
|
+
return { id: id15, diagram: diagram2 };
|
|
248
|
+
}, "loader");
|
|
249
|
+
var plugin13 = {
|
|
250
|
+
id: id15,
|
|
251
|
+
detector: detector15,
|
|
252
|
+
loader: loader15
|
|
253
|
+
};
|
|
254
|
+
var stateDetector_default = plugin13;
|
|
255
|
+
var id16 = "stateDiagram";
|
|
256
|
+
var detector16 = /* @__PURE__ */ __name((txt, config) => {
|
|
257
|
+
var _a2;
|
|
258
|
+
if (/^\s*stateDiagram-v2/.test(txt)) {
|
|
259
|
+
return true;
|
|
260
|
+
}
|
|
261
|
+
if (/^\s*stateDiagram/.test(txt) && ((_a2 = config == null ? void 0 : config.state) == null ? void 0 : _a2.defaultRenderer) === "dagre-wrapper") {
|
|
262
|
+
return true;
|
|
263
|
+
}
|
|
264
|
+
return false;
|
|
265
|
+
}, "detector");
|
|
266
|
+
var loader16 = /* @__PURE__ */ __name(async () => {
|
|
267
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/stateDiagram-v2-YXO3MK2T.mjs");
|
|
268
|
+
return { id: id16, diagram: diagram2 };
|
|
269
|
+
}, "loader");
|
|
270
|
+
var plugin14 = {
|
|
271
|
+
id: id16,
|
|
272
|
+
detector: detector16,
|
|
273
|
+
loader: loader16
|
|
274
|
+
};
|
|
275
|
+
var stateDetector_V2_default = plugin14;
|
|
276
|
+
var id17 = "journey";
|
|
277
|
+
var detector17 = /* @__PURE__ */ __name((txt) => {
|
|
278
|
+
return /^\s*journey/.test(txt);
|
|
279
|
+
}, "detector");
|
|
280
|
+
var loader17 = /* @__PURE__ */ __name(async () => {
|
|
281
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/journeyDiagram-U35MCT3I.mjs");
|
|
282
|
+
return { id: id17, diagram: diagram2 };
|
|
283
|
+
}, "loader");
|
|
284
|
+
var plugin15 = {
|
|
285
|
+
id: id17,
|
|
286
|
+
detector: detector17,
|
|
287
|
+
loader: loader17
|
|
288
|
+
};
|
|
289
|
+
var journeyDetector_default = plugin15;
|
|
290
|
+
var draw = /* @__PURE__ */ __name((_text, id27, version) => {
|
|
291
|
+
log.debug("rendering svg for syntax error\n");
|
|
292
|
+
const svg = selectSvgElement(id27);
|
|
293
|
+
const g = svg.append("g");
|
|
294
|
+
svg.attr("viewBox", "0 0 2412 512");
|
|
295
|
+
configureSvgSize(svg, 100, 512, true);
|
|
296
|
+
g.append("path").attr("class", "error-icon").attr(
|
|
297
|
+
"d",
|
|
298
|
+
"m411.313,123.313c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32-9.375,9.375-20.688-20.688c-12.484-12.5-32.766-12.5-45.25,0l-16,16c-1.261,1.261-2.304,2.648-3.31,4.051-21.739-8.561-45.324-13.426-70.065-13.426-105.867,0-192,86.133-192,192s86.133,192 192,192 192-86.133 192-192c0-24.741-4.864-48.327-13.426-70.065 1.402-1.007 2.79-2.049 4.051-3.31l16-16c12.5-12.492 12.5-32.758 0-45.25l-20.688-20.688 9.375-9.375 32.001-31.999zm-219.313,100.687c-52.938,0-96,43.063-96,96 0,8.836-7.164,16-16,16s-16-7.164-16-16c0-70.578 57.422-128 128-128 8.836,0 16,7.164 16,16s-7.164,16-16,16z"
|
|
299
|
+
);
|
|
300
|
+
g.append("path").attr("class", "error-icon").attr(
|
|
301
|
+
"d",
|
|
302
|
+
"m459.02,148.98c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l16,16c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16.001-16z"
|
|
303
|
+
);
|
|
304
|
+
g.append("path").attr("class", "error-icon").attr(
|
|
305
|
+
"d",
|
|
306
|
+
"m340.395,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688 6.25-6.25 6.25-16.375 0-22.625l-16-16c-6.25-6.25-16.375-6.25-22.625,0s-6.25,16.375 0,22.625l15.999,16z"
|
|
307
|
+
);
|
|
308
|
+
g.append("path").attr("class", "error-icon").attr(
|
|
309
|
+
"d",
|
|
310
|
+
"m400,64c8.844,0 16-7.164 16-16v-32c0-8.836-7.156-16-16-16-8.844,0-16,7.164-16,16v32c0,8.836 7.156,16 16,16z"
|
|
311
|
+
);
|
|
312
|
+
g.append("path").attr("class", "error-icon").attr(
|
|
313
|
+
"d",
|
|
314
|
+
"m496,96.586h-32c-8.844,0-16,7.164-16,16 0,8.836 7.156,16 16,16h32c8.844,0 16-7.164 16-16 0-8.836-7.156-16-16-16z"
|
|
315
|
+
);
|
|
316
|
+
g.append("path").attr("class", "error-icon").attr(
|
|
317
|
+
"d",
|
|
318
|
+
"m436.98,75.605c3.125,3.125 7.219,4.688 11.313,4.688 4.094,0 8.188-1.563 11.313-4.688l32-32c6.25-6.25 6.25-16.375 0-22.625s-16.375-6.25-22.625,0l-32,32c-6.251,6.25-6.251,16.375-0.001,22.625z"
|
|
319
|
+
);
|
|
320
|
+
g.append("text").attr("class", "error-text").attr("x", 1440).attr("y", 250).attr("font-size", "150px").style("text-anchor", "middle").text("Syntax error in text");
|
|
321
|
+
g.append("text").attr("class", "error-text").attr("x", 1250).attr("y", 400).attr("font-size", "100px").style("text-anchor", "middle").text(`mermaid version ${version}`);
|
|
322
|
+
}, "draw");
|
|
323
|
+
var renderer = { draw };
|
|
324
|
+
var errorRenderer_default = renderer;
|
|
325
|
+
var diagram = {
|
|
326
|
+
db: {},
|
|
327
|
+
renderer,
|
|
328
|
+
parser: {
|
|
329
|
+
parse: /* @__PURE__ */ __name(() => {
|
|
330
|
+
return;
|
|
331
|
+
}, "parse")
|
|
332
|
+
}
|
|
333
|
+
};
|
|
334
|
+
var errorDiagram_default = diagram;
|
|
335
|
+
var id18 = "flowchart-elk";
|
|
336
|
+
var detector18 = /* @__PURE__ */ __name((txt, config = {}) => {
|
|
337
|
+
var _a2;
|
|
338
|
+
if (
|
|
339
|
+
// If diagram explicitly states flowchart-elk
|
|
340
|
+
/^\s*flowchart-elk/.test(txt) || // If a flowchart/graph diagram has their default renderer set to elk
|
|
341
|
+
/^\s*flowchart|graph/.test(txt) && ((_a2 = config == null ? void 0 : config.flowchart) == null ? void 0 : _a2.defaultRenderer) === "elk"
|
|
342
|
+
) {
|
|
343
|
+
config.layout = "elk";
|
|
344
|
+
return true;
|
|
345
|
+
}
|
|
346
|
+
return false;
|
|
347
|
+
}, "detector");
|
|
348
|
+
var loader18 = /* @__PURE__ */ __name(async () => {
|
|
349
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/flowDiagram-4HSFHLVR.mjs");
|
|
350
|
+
return { id: id18, diagram: diagram2 };
|
|
351
|
+
}, "loader");
|
|
352
|
+
var plugin16 = {
|
|
353
|
+
id: id18,
|
|
354
|
+
detector: detector18,
|
|
355
|
+
loader: loader18
|
|
356
|
+
};
|
|
357
|
+
var detector_default = plugin16;
|
|
358
|
+
var id19 = "timeline";
|
|
359
|
+
var detector19 = /* @__PURE__ */ __name((txt) => {
|
|
360
|
+
return /^\s*timeline/.test(txt);
|
|
361
|
+
}, "detector");
|
|
362
|
+
var loader19 = /* @__PURE__ */ __name(async () => {
|
|
363
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/timeline-definition-BDJGKUSR.mjs");
|
|
364
|
+
return { id: id19, diagram: diagram2 };
|
|
365
|
+
}, "loader");
|
|
366
|
+
var plugin17 = {
|
|
367
|
+
id: id19,
|
|
368
|
+
detector: detector19,
|
|
369
|
+
loader: loader19
|
|
370
|
+
};
|
|
371
|
+
var detector_default2 = plugin17;
|
|
372
|
+
var id20 = "mindmap";
|
|
373
|
+
var detector20 = /* @__PURE__ */ __name((txt) => {
|
|
374
|
+
return /^\s*mindmap/.test(txt);
|
|
375
|
+
}, "detector");
|
|
376
|
+
var loader20 = /* @__PURE__ */ __name(async () => {
|
|
377
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/mindmap-definition-ALO5MXBD.mjs");
|
|
378
|
+
return { id: id20, diagram: diagram2 };
|
|
379
|
+
}, "loader");
|
|
380
|
+
var plugin18 = {
|
|
381
|
+
id: id20,
|
|
382
|
+
detector: detector20,
|
|
383
|
+
loader: loader20
|
|
384
|
+
};
|
|
385
|
+
var detector_default3 = plugin18;
|
|
386
|
+
var id21 = "kanban";
|
|
387
|
+
var detector21 = /* @__PURE__ */ __name((txt) => {
|
|
388
|
+
return /^\s*kanban/.test(txt);
|
|
389
|
+
}, "detector");
|
|
390
|
+
var loader21 = /* @__PURE__ */ __name(async () => {
|
|
391
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/kanban-definition-NDS4AKOZ.mjs");
|
|
392
|
+
return { id: id21, diagram: diagram2 };
|
|
393
|
+
}, "loader");
|
|
394
|
+
var plugin19 = {
|
|
395
|
+
id: id21,
|
|
396
|
+
detector: detector21,
|
|
397
|
+
loader: loader21
|
|
398
|
+
};
|
|
399
|
+
var detector_default4 = plugin19;
|
|
400
|
+
var id22 = "sankey";
|
|
401
|
+
var detector22 = /* @__PURE__ */ __name((txt) => {
|
|
402
|
+
return /^\s*sankey-beta/.test(txt);
|
|
403
|
+
}, "detector");
|
|
404
|
+
var loader22 = /* @__PURE__ */ __name(async () => {
|
|
405
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/sankeyDiagram-QLVOVGJD.mjs");
|
|
406
|
+
return { id: id22, diagram: diagram2 };
|
|
407
|
+
}, "loader");
|
|
408
|
+
var plugin20 = {
|
|
409
|
+
id: id22,
|
|
410
|
+
detector: detector22,
|
|
411
|
+
loader: loader22
|
|
412
|
+
};
|
|
413
|
+
var sankeyDetector_default = plugin20;
|
|
414
|
+
var id23 = "packet";
|
|
415
|
+
var detector23 = /* @__PURE__ */ __name((txt) => {
|
|
416
|
+
return /^\s*packet-beta/.test(txt);
|
|
417
|
+
}, "detector");
|
|
418
|
+
var loader23 = /* @__PURE__ */ __name(async () => {
|
|
419
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/diagram-VNBRO52H.mjs");
|
|
420
|
+
return { id: id23, diagram: diagram2 };
|
|
421
|
+
}, "loader");
|
|
422
|
+
var packet = {
|
|
423
|
+
id: id23,
|
|
424
|
+
detector: detector23,
|
|
425
|
+
loader: loader23
|
|
426
|
+
};
|
|
427
|
+
var id24 = "radar";
|
|
428
|
+
var detector24 = /* @__PURE__ */ __name((txt) => {
|
|
429
|
+
return /^\s*radar-beta/.test(txt);
|
|
430
|
+
}, "detector");
|
|
431
|
+
var loader24 = /* @__PURE__ */ __name(async () => {
|
|
432
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/diagram-SSKATNLV.mjs");
|
|
433
|
+
return { id: id24, diagram: diagram2 };
|
|
434
|
+
}, "loader");
|
|
435
|
+
var radar = {
|
|
436
|
+
id: id24,
|
|
437
|
+
detector: detector24,
|
|
438
|
+
loader: loader24
|
|
439
|
+
};
|
|
440
|
+
var id25 = "block";
|
|
441
|
+
var detector25 = /* @__PURE__ */ __name((txt) => {
|
|
442
|
+
return /^\s*block-beta/.test(txt);
|
|
443
|
+
}, "detector");
|
|
444
|
+
var loader25 = /* @__PURE__ */ __name(async () => {
|
|
445
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/blockDiagram-JOT3LUYC.mjs");
|
|
446
|
+
return { id: id25, diagram: diagram2 };
|
|
447
|
+
}, "loader");
|
|
448
|
+
var plugin21 = {
|
|
449
|
+
id: id25,
|
|
450
|
+
detector: detector25,
|
|
451
|
+
loader: loader25
|
|
452
|
+
};
|
|
453
|
+
var blockDetector_default = plugin21;
|
|
454
|
+
var id26 = "architecture";
|
|
455
|
+
var detector26 = /* @__PURE__ */ __name((txt) => {
|
|
456
|
+
return /^\s*architecture/.test(txt);
|
|
457
|
+
}, "detector");
|
|
458
|
+
var loader26 = /* @__PURE__ */ __name(async () => {
|
|
459
|
+
const { diagram: diagram2 } = await import("./chunks/mermaid.core/architectureDiagram-IEHRJDOE.mjs");
|
|
460
|
+
return { id: id26, diagram: diagram2 };
|
|
461
|
+
}, "loader");
|
|
462
|
+
var architecture = {
|
|
463
|
+
id: id26,
|
|
464
|
+
detector: detector26,
|
|
465
|
+
loader: loader26
|
|
466
|
+
};
|
|
467
|
+
var architectureDetector_default = architecture;
|
|
468
|
+
var hasLoadedDiagrams = false;
|
|
469
|
+
var addDiagrams = /* @__PURE__ */ __name(() => {
|
|
470
|
+
if (hasLoadedDiagrams) {
|
|
471
|
+
return;
|
|
472
|
+
}
|
|
473
|
+
hasLoadedDiagrams = true;
|
|
474
|
+
registerDiagram("error", errorDiagram_default, (text) => {
|
|
475
|
+
return text.toLowerCase().trim() === "error";
|
|
476
|
+
});
|
|
477
|
+
registerDiagram(
|
|
478
|
+
"---",
|
|
479
|
+
// --- diagram type may appear if YAML front-matter is not parsed correctly
|
|
480
|
+
{
|
|
481
|
+
db: {
|
|
482
|
+
clear: /* @__PURE__ */ __name(() => {
|
|
483
|
+
}, "clear")
|
|
484
|
+
},
|
|
485
|
+
styles: {},
|
|
486
|
+
// should never be used
|
|
487
|
+
renderer: {
|
|
488
|
+
draw: /* @__PURE__ */ __name(() => {
|
|
489
|
+
}, "draw")
|
|
490
|
+
},
|
|
491
|
+
parser: {
|
|
492
|
+
parse: /* @__PURE__ */ __name(() => {
|
|
493
|
+
throw new Error(
|
|
494
|
+
"Diagrams beginning with --- are not valid. If you were trying to use a YAML front-matter, please ensure that you've correctly opened and closed the YAML front-matter with un-indented `---` blocks"
|
|
495
|
+
);
|
|
496
|
+
}, "parse")
|
|
497
|
+
},
|
|
498
|
+
init: /* @__PURE__ */ __name(() => null, "init")
|
|
499
|
+
// no op
|
|
500
|
+
},
|
|
501
|
+
(text) => {
|
|
502
|
+
return text.toLowerCase().trimStart().startsWith("---");
|
|
503
|
+
}
|
|
504
|
+
);
|
|
505
|
+
registerLazyLoadedDiagrams(
|
|
506
|
+
c4Detector_default,
|
|
507
|
+
detector_default4,
|
|
508
|
+
classDetector_V2_default,
|
|
509
|
+
classDetector_default,
|
|
510
|
+
erDetector_default,
|
|
511
|
+
ganttDetector_default,
|
|
512
|
+
info,
|
|
513
|
+
pie,
|
|
514
|
+
requirementDetector_default,
|
|
515
|
+
sequenceDetector_default,
|
|
516
|
+
detector_default,
|
|
517
|
+
flowDetector_v2_default,
|
|
518
|
+
flowDetector_default,
|
|
519
|
+
detector_default3,
|
|
520
|
+
detector_default2,
|
|
521
|
+
gitGraphDetector_default,
|
|
522
|
+
stateDetector_V2_default,
|
|
523
|
+
stateDetector_default,
|
|
524
|
+
journeyDetector_default,
|
|
525
|
+
quadrantDetector_default,
|
|
526
|
+
sankeyDetector_default,
|
|
527
|
+
packet,
|
|
528
|
+
xychartDetector_default,
|
|
529
|
+
blockDetector_default,
|
|
530
|
+
architectureDetector_default,
|
|
531
|
+
radar
|
|
532
|
+
);
|
|
533
|
+
}, "addDiagrams");
|
|
534
|
+
var loadRegisteredDiagrams = /* @__PURE__ */ __name(async () => {
|
|
535
|
+
log.debug(`Loading registered diagrams`);
|
|
536
|
+
const results = await Promise.allSettled(
|
|
537
|
+
Object.entries(detectors).map(async ([key, { detector: detector27, loader: loader27 }]) => {
|
|
538
|
+
if (loader27) {
|
|
539
|
+
try {
|
|
540
|
+
getDiagram(key);
|
|
541
|
+
} catch {
|
|
542
|
+
try {
|
|
543
|
+
const { diagram: diagram2, id: id27 } = await loader27();
|
|
544
|
+
registerDiagram(id27, diagram2, detector27);
|
|
545
|
+
} catch (err) {
|
|
546
|
+
log.error(`Failed to load external diagram with key ${key}. Removing from detectors.`);
|
|
547
|
+
delete detectors[key];
|
|
548
|
+
throw err;
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
})
|
|
553
|
+
);
|
|
554
|
+
const failed = results.filter((result) => result.status === "rejected");
|
|
555
|
+
if (failed.length > 0) {
|
|
556
|
+
log.error(`Failed to load ${failed.length} external diagrams`);
|
|
557
|
+
for (const res of failed) {
|
|
558
|
+
log.error(res);
|
|
559
|
+
}
|
|
560
|
+
throw new Error(`Failed to load ${failed.length} external diagrams`);
|
|
561
|
+
}
|
|
562
|
+
}, "loadRegisteredDiagrams");
|
|
563
|
+
var SVG_ROLE = "graphics-document document";
|
|
564
|
+
function setA11yDiagramInfo(svg, diagramType) {
|
|
565
|
+
svg.attr("role", SVG_ROLE);
|
|
566
|
+
if (diagramType !== "") {
|
|
567
|
+
svg.attr("aria-roledescription", diagramType);
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
__name(setA11yDiagramInfo, "setA11yDiagramInfo");
|
|
571
|
+
function addSVGa11yTitleDescription(svg, a11yTitle, a11yDesc, baseId) {
|
|
572
|
+
if (svg.insert === void 0) {
|
|
573
|
+
return;
|
|
574
|
+
}
|
|
575
|
+
if (a11yDesc) {
|
|
576
|
+
const descId = `chart-desc-${baseId}`;
|
|
577
|
+
svg.attr("aria-describedby", descId);
|
|
578
|
+
svg.insert("desc", ":first-child").attr("id", descId).text(a11yDesc);
|
|
579
|
+
}
|
|
580
|
+
if (a11yTitle) {
|
|
581
|
+
const titleId = `chart-title-${baseId}`;
|
|
582
|
+
svg.attr("aria-labelledby", titleId);
|
|
583
|
+
svg.insert("title", ":first-child").attr("id", titleId).text(a11yTitle);
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
__name(addSVGa11yTitleDescription, "addSVGa11yTitleDescription");
|
|
587
|
+
var Diagram = (_a = class {
|
|
588
|
+
constructor(type, text, db, parser, renderer2) {
|
|
589
|
+
this.type = type;
|
|
590
|
+
this.text = text;
|
|
591
|
+
this.db = db;
|
|
592
|
+
this.parser = parser;
|
|
593
|
+
this.renderer = renderer2;
|
|
594
|
+
}
|
|
595
|
+
static async fromText(text, metadata = {}) {
|
|
596
|
+
var _a2, _b;
|
|
597
|
+
const config = getConfig();
|
|
598
|
+
const type = detectType(text, config);
|
|
599
|
+
text = encodeEntities(text) + "\n";
|
|
600
|
+
try {
|
|
601
|
+
getDiagram(type);
|
|
602
|
+
} catch {
|
|
603
|
+
const loader27 = getDiagramLoader(type);
|
|
604
|
+
if (!loader27) {
|
|
605
|
+
throw new UnknownDiagramError(`Diagram ${type} not found.`);
|
|
606
|
+
}
|
|
607
|
+
const { id: id27, diagram: diagram2 } = await loader27();
|
|
608
|
+
registerDiagram(id27, diagram2);
|
|
609
|
+
}
|
|
610
|
+
const { db, parser, renderer: renderer2, init: init2 } = getDiagram(type);
|
|
611
|
+
if (parser.parser) {
|
|
612
|
+
parser.parser.yy = db;
|
|
613
|
+
}
|
|
614
|
+
(_a2 = db.clear) == null ? void 0 : _a2.call(db);
|
|
615
|
+
init2 == null ? void 0 : init2(config);
|
|
616
|
+
if (metadata.title) {
|
|
617
|
+
(_b = db.setDiagramTitle) == null ? void 0 : _b.call(db, metadata.title);
|
|
618
|
+
}
|
|
619
|
+
await parser.parse(text);
|
|
620
|
+
return new _a(type, text, db, parser, renderer2);
|
|
621
|
+
}
|
|
622
|
+
async render(id27, version) {
|
|
623
|
+
await this.renderer.draw(this.text, id27, version, this);
|
|
624
|
+
}
|
|
625
|
+
getParser() {
|
|
626
|
+
return this.parser;
|
|
627
|
+
}
|
|
628
|
+
getType() {
|
|
629
|
+
return this.type;
|
|
630
|
+
}
|
|
631
|
+
}, __name(_a, "Diagram"), _a);
|
|
632
|
+
var interactionFunctions = [];
|
|
633
|
+
var attachFunctions = /* @__PURE__ */ __name(() => {
|
|
634
|
+
interactionFunctions.forEach((f) => {
|
|
635
|
+
f();
|
|
636
|
+
});
|
|
637
|
+
interactionFunctions = [];
|
|
638
|
+
}, "attachFunctions");
|
|
639
|
+
var cleanupComments = /* @__PURE__ */ __name((text) => {
|
|
640
|
+
return text.replace(/^\s*%%(?!{)[^\n]+\n?/gm, "").trimStart();
|
|
641
|
+
}, "cleanupComments");
|
|
642
|
+
function extractFrontMatter(text) {
|
|
643
|
+
const matches = text.match(frontMatterRegex);
|
|
644
|
+
if (!matches) {
|
|
645
|
+
return {
|
|
646
|
+
text,
|
|
647
|
+
metadata: {}
|
|
648
|
+
};
|
|
649
|
+
}
|
|
650
|
+
let parsed = load(matches[1], {
|
|
651
|
+
// To support config, we need JSON schema.
|
|
652
|
+
// https://www.yaml.org/spec/1.2/spec.html#id2803231
|
|
653
|
+
schema: JSON_SCHEMA
|
|
654
|
+
}) ?? {};
|
|
655
|
+
parsed = typeof parsed === "object" && !Array.isArray(parsed) ? parsed : {};
|
|
656
|
+
const metadata = {};
|
|
657
|
+
if (parsed.displayMode) {
|
|
658
|
+
metadata.displayMode = parsed.displayMode.toString();
|
|
659
|
+
}
|
|
660
|
+
if (parsed.title) {
|
|
661
|
+
metadata.title = parsed.title.toString();
|
|
662
|
+
}
|
|
663
|
+
if (parsed.config) {
|
|
664
|
+
metadata.config = parsed.config;
|
|
665
|
+
}
|
|
666
|
+
return {
|
|
667
|
+
text: text.slice(matches[0].length),
|
|
668
|
+
metadata
|
|
669
|
+
};
|
|
670
|
+
}
|
|
671
|
+
__name(extractFrontMatter, "extractFrontMatter");
|
|
672
|
+
var cleanupText = /* @__PURE__ */ __name((code) => {
|
|
673
|
+
return code.replace(/\r\n?/g, "\n").replace(
|
|
674
|
+
/<(\w+)([^>]*)>/g,
|
|
675
|
+
(match, tag, attributes) => "<" + tag + attributes.replace(/="([^"]*)"/g, "='$1'") + ">"
|
|
676
|
+
);
|
|
677
|
+
}, "cleanupText");
|
|
678
|
+
var processFrontmatter = /* @__PURE__ */ __name((code) => {
|
|
679
|
+
const { text, metadata } = extractFrontMatter(code);
|
|
680
|
+
const { displayMode, title, config = {} } = metadata;
|
|
681
|
+
if (displayMode) {
|
|
682
|
+
if (!config.gantt) {
|
|
683
|
+
config.gantt = {};
|
|
684
|
+
}
|
|
685
|
+
config.gantt.displayMode = displayMode;
|
|
686
|
+
}
|
|
687
|
+
return { title, config, text };
|
|
688
|
+
}, "processFrontmatter");
|
|
689
|
+
var processDirectives = /* @__PURE__ */ __name((code) => {
|
|
690
|
+
const initDirective = utils_default.detectInit(code) ?? {};
|
|
691
|
+
const wrapDirectives = utils_default.detectDirective(code, "wrap");
|
|
692
|
+
if (Array.isArray(wrapDirectives)) {
|
|
693
|
+
initDirective.wrap = wrapDirectives.some(({ type }) => type === "wrap");
|
|
694
|
+
} else if ((wrapDirectives == null ? void 0 : wrapDirectives.type) === "wrap") {
|
|
695
|
+
initDirective.wrap = true;
|
|
696
|
+
}
|
|
697
|
+
return {
|
|
698
|
+
text: removeDirectives(code),
|
|
699
|
+
directive: initDirective
|
|
700
|
+
};
|
|
701
|
+
}, "processDirectives");
|
|
702
|
+
function preprocessDiagram(code) {
|
|
703
|
+
const cleanedCode = cleanupText(code);
|
|
704
|
+
const frontMatterResult = processFrontmatter(cleanedCode);
|
|
705
|
+
const directiveResult = processDirectives(frontMatterResult.text);
|
|
706
|
+
const config = cleanAndMerge(frontMatterResult.config, directiveResult.directive);
|
|
707
|
+
code = cleanupComments(directiveResult.text);
|
|
708
|
+
return {
|
|
709
|
+
code,
|
|
710
|
+
title: frontMatterResult.title,
|
|
711
|
+
config
|
|
712
|
+
};
|
|
713
|
+
}
|
|
714
|
+
__name(preprocessDiagram, "preprocessDiagram");
|
|
715
|
+
function toBase64(str) {
|
|
716
|
+
const utf8Bytes = new TextEncoder().encode(str);
|
|
717
|
+
const utf8Str = Array.from(utf8Bytes, (byte) => String.fromCodePoint(byte)).join("");
|
|
718
|
+
return btoa(utf8Str);
|
|
719
|
+
}
|
|
720
|
+
__name(toBase64, "toBase64");
|
|
721
|
+
var MAX_TEXTLENGTH = 5e4;
|
|
722
|
+
var MAX_TEXTLENGTH_EXCEEDED_MSG = "graph TB;a[Maximum text size in diagram exceeded];style a fill:#faa";
|
|
723
|
+
var SECURITY_LVL_SANDBOX = "sandbox";
|
|
724
|
+
var SECURITY_LVL_LOOSE = "loose";
|
|
725
|
+
var XMLNS_SVG_STD = "http://www.w3.org/2000/svg";
|
|
726
|
+
var XMLNS_XLINK_STD = "http://www.w3.org/1999/xlink";
|
|
727
|
+
var XMLNS_XHTML_STD = "http://www.w3.org/1999/xhtml";
|
|
728
|
+
var IFRAME_WIDTH = "100%";
|
|
729
|
+
var IFRAME_HEIGHT = "100%";
|
|
730
|
+
var IFRAME_STYLES = "border:0;margin:0;";
|
|
731
|
+
var IFRAME_BODY_STYLE = "margin:0";
|
|
732
|
+
var IFRAME_SANDBOX_OPTS = "allow-top-navigation-by-user-activation allow-popups";
|
|
733
|
+
var IFRAME_NOT_SUPPORTED_MSG = 'The "iframe" tag is not supported by your browser.';
|
|
734
|
+
var DOMPURIFY_TAGS = ["foreignobject"];
|
|
735
|
+
var DOMPURIFY_ATTR = ["dominant-baseline"];
|
|
736
|
+
function processAndSetConfigs(text) {
|
|
737
|
+
const processed = preprocessDiagram(text);
|
|
738
|
+
reset();
|
|
739
|
+
addDirective(processed.config ?? {});
|
|
740
|
+
return processed;
|
|
741
|
+
}
|
|
742
|
+
__name(processAndSetConfigs, "processAndSetConfigs");
|
|
743
|
+
async function parse(text, parseOptions) {
|
|
744
|
+
addDiagrams();
|
|
745
|
+
try {
|
|
746
|
+
const { code, config } = processAndSetConfigs(text);
|
|
747
|
+
const diagram2 = await getDiagramFromText(code);
|
|
748
|
+
return { diagramType: diagram2.type, config };
|
|
749
|
+
} catch (error) {
|
|
750
|
+
if (parseOptions == null ? void 0 : parseOptions.suppressErrors) {
|
|
751
|
+
return false;
|
|
752
|
+
}
|
|
753
|
+
throw error;
|
|
754
|
+
}
|
|
755
|
+
}
|
|
756
|
+
__name(parse, "parse");
|
|
757
|
+
var cssImportantStyles = /* @__PURE__ */ __name((cssClass, element, cssClasses = []) => {
|
|
758
|
+
return `
|
|
759
|
+
.${cssClass} ${element} { ${cssClasses.join(" !important; ")} !important; }`;
|
|
760
|
+
}, "cssImportantStyles");
|
|
761
|
+
var createCssStyles = /* @__PURE__ */ __name((config, classDefs = /* @__PURE__ */ new Map()) => {
|
|
762
|
+
var _a2;
|
|
763
|
+
let cssStyles = "";
|
|
764
|
+
if (config.themeCSS !== void 0) {
|
|
765
|
+
cssStyles += `
|
|
766
|
+
${config.themeCSS}`;
|
|
767
|
+
}
|
|
768
|
+
if (config.fontFamily !== void 0) {
|
|
769
|
+
cssStyles += `
|
|
770
|
+
:root { --mermaid-font-family: ${config.fontFamily}}`;
|
|
771
|
+
}
|
|
772
|
+
if (config.altFontFamily !== void 0) {
|
|
773
|
+
cssStyles += `
|
|
774
|
+
:root { --mermaid-alt-font-family: ${config.altFontFamily}}`;
|
|
775
|
+
}
|
|
776
|
+
if (classDefs instanceof Map) {
|
|
777
|
+
const htmlLabels = config.htmlLabels ?? ((_a2 = config.flowchart) == null ? void 0 : _a2.htmlLabels);
|
|
778
|
+
const cssHtmlElements = ["> *", "span"];
|
|
779
|
+
const cssShapeElements = ["rect", "polygon", "ellipse", "circle", "path"];
|
|
780
|
+
const cssElements = htmlLabels ? cssHtmlElements : cssShapeElements;
|
|
781
|
+
classDefs.forEach((styleClassDef) => {
|
|
782
|
+
if (!isEmpty(styleClassDef.styles)) {
|
|
783
|
+
cssElements.forEach((cssElement) => {
|
|
784
|
+
cssStyles += cssImportantStyles(styleClassDef.id, cssElement, styleClassDef.styles);
|
|
785
|
+
});
|
|
786
|
+
}
|
|
787
|
+
if (!isEmpty(styleClassDef.textStyles)) {
|
|
788
|
+
cssStyles += cssImportantStyles(
|
|
789
|
+
styleClassDef.id,
|
|
790
|
+
"tspan",
|
|
791
|
+
((styleClassDef == null ? void 0 : styleClassDef.textStyles) || []).map((s) => s.replace("color", "fill"))
|
|
792
|
+
);
|
|
793
|
+
}
|
|
794
|
+
});
|
|
795
|
+
}
|
|
796
|
+
return cssStyles;
|
|
797
|
+
}, "createCssStyles");
|
|
798
|
+
var createUserStyles = /* @__PURE__ */ __name((config, graphType, classDefs, svgId) => {
|
|
799
|
+
const userCSSstyles = createCssStyles(config, classDefs);
|
|
800
|
+
const allStyles = styles_default(graphType, userCSSstyles, config.themeVariables);
|
|
801
|
+
return serialize(compile(`${svgId}{${allStyles}}`), stringify);
|
|
802
|
+
}, "createUserStyles");
|
|
803
|
+
var cleanUpSvgCode = /* @__PURE__ */ __name((svgCode = "", inSandboxMode, useArrowMarkerUrls) => {
|
|
804
|
+
let cleanedUpSvg = svgCode;
|
|
805
|
+
if (!useArrowMarkerUrls && !inSandboxMode) {
|
|
806
|
+
cleanedUpSvg = cleanedUpSvg.replace(
|
|
807
|
+
/marker-end="url\([\d+./:=?A-Za-z-]*?#/g,
|
|
808
|
+
'marker-end="url(#'
|
|
809
|
+
);
|
|
810
|
+
}
|
|
811
|
+
cleanedUpSvg = decodeEntities(cleanedUpSvg);
|
|
812
|
+
cleanedUpSvg = cleanedUpSvg.replace(/<br>/g, "<br/>");
|
|
813
|
+
return cleanedUpSvg;
|
|
814
|
+
}, "cleanUpSvgCode");
|
|
815
|
+
var putIntoIFrame = /* @__PURE__ */ __name((svgCode = "", svgElement) => {
|
|
816
|
+
var _a2, _b;
|
|
817
|
+
const height = ((_b = (_a2 = svgElement == null ? void 0 : svgElement.viewBox) == null ? void 0 : _a2.baseVal) == null ? void 0 : _b.height) ? svgElement.viewBox.baseVal.height + "px" : IFRAME_HEIGHT;
|
|
818
|
+
const base64encodedSrc = toBase64(`<body style="${IFRAME_BODY_STYLE}">${svgCode}</body>`);
|
|
819
|
+
return `<iframe style="width:${IFRAME_WIDTH};height:${height};${IFRAME_STYLES}" src="data:text/html;charset=UTF-8;base64,${base64encodedSrc}" sandbox="${IFRAME_SANDBOX_OPTS}">
|
|
820
|
+
${IFRAME_NOT_SUPPORTED_MSG}
|
|
821
|
+
</iframe>`;
|
|
822
|
+
}, "putIntoIFrame");
|
|
823
|
+
var appendDivSvgG = /* @__PURE__ */ __name((parentRoot, id27, enclosingDivId, divStyle, svgXlink) => {
|
|
824
|
+
const enclosingDiv = parentRoot.append("div");
|
|
825
|
+
enclosingDiv.attr("id", enclosingDivId);
|
|
826
|
+
if (divStyle) {
|
|
827
|
+
enclosingDiv.attr("style", divStyle);
|
|
828
|
+
}
|
|
829
|
+
const svgNode = enclosingDiv.append("svg").attr("id", id27).attr("width", "100%").attr("xmlns", XMLNS_SVG_STD);
|
|
830
|
+
if (svgXlink) {
|
|
831
|
+
svgNode.attr("xmlns:xlink", svgXlink);
|
|
832
|
+
}
|
|
833
|
+
svgNode.append("g");
|
|
834
|
+
return parentRoot;
|
|
835
|
+
}, "appendDivSvgG");
|
|
836
|
+
function sandboxedIframe(parentNode, iFrameId) {
|
|
837
|
+
return parentNode.append("iframe").attr("id", iFrameId).attr("style", "width: 100%; height: 100%;").attr("sandbox", "");
|
|
838
|
+
}
|
|
839
|
+
__name(sandboxedIframe, "sandboxedIframe");
|
|
840
|
+
var removeExistingElements = /* @__PURE__ */ __name((doc, id27, divId, iFrameId) => {
|
|
841
|
+
var _a2, _b, _c;
|
|
842
|
+
(_a2 = doc.getElementById(id27)) == null ? void 0 : _a2.remove();
|
|
843
|
+
(_b = doc.getElementById(divId)) == null ? void 0 : _b.remove();
|
|
844
|
+
(_c = doc.getElementById(iFrameId)) == null ? void 0 : _c.remove();
|
|
845
|
+
}, "removeExistingElements");
|
|
846
|
+
var render = /* @__PURE__ */ __name(async function(id27, text, svgContainingElement) {
|
|
847
|
+
var _a2, _b, _c, _d, _e, _f;
|
|
848
|
+
addDiagrams();
|
|
849
|
+
const processed = processAndSetConfigs(text);
|
|
850
|
+
text = processed.code;
|
|
851
|
+
const config = getConfig();
|
|
852
|
+
log.debug(config);
|
|
853
|
+
if (text.length > ((config == null ? void 0 : config.maxTextSize) ?? MAX_TEXTLENGTH)) {
|
|
854
|
+
text = MAX_TEXTLENGTH_EXCEEDED_MSG;
|
|
855
|
+
}
|
|
856
|
+
const idSelector = "#" + id27;
|
|
857
|
+
const iFrameID = "i" + id27;
|
|
858
|
+
const iFrameID_selector = "#" + iFrameID;
|
|
859
|
+
const enclosingDivID = "d" + id27;
|
|
860
|
+
const enclosingDivID_selector = "#" + enclosingDivID;
|
|
861
|
+
const removeTempElements = /* @__PURE__ */ __name(() => {
|
|
862
|
+
const tmpElementSelector = isSandboxed ? iFrameID_selector : enclosingDivID_selector;
|
|
863
|
+
const node = select(tmpElementSelector).node();
|
|
864
|
+
if (node && "remove" in node) {
|
|
865
|
+
node.remove();
|
|
866
|
+
}
|
|
867
|
+
}, "removeTempElements");
|
|
868
|
+
let root = select("body");
|
|
869
|
+
const isSandboxed = config.securityLevel === SECURITY_LVL_SANDBOX;
|
|
870
|
+
const isLooseSecurityLevel = config.securityLevel === SECURITY_LVL_LOOSE;
|
|
871
|
+
const fontFamily = config.fontFamily;
|
|
872
|
+
if (svgContainingElement !== void 0) {
|
|
873
|
+
if (svgContainingElement) {
|
|
874
|
+
svgContainingElement.innerHTML = "";
|
|
875
|
+
}
|
|
876
|
+
if (isSandboxed) {
|
|
877
|
+
const iframe = sandboxedIframe(select(svgContainingElement), iFrameID);
|
|
878
|
+
root = select(iframe.nodes()[0].contentDocument.body);
|
|
879
|
+
root.node().style.margin = 0;
|
|
880
|
+
} else {
|
|
881
|
+
root = select(svgContainingElement);
|
|
882
|
+
}
|
|
883
|
+
appendDivSvgG(root, id27, enclosingDivID, `font-family: ${fontFamily}`, XMLNS_XLINK_STD);
|
|
884
|
+
} else {
|
|
885
|
+
removeExistingElements(document, id27, enclosingDivID, iFrameID);
|
|
886
|
+
if (isSandboxed) {
|
|
887
|
+
const iframe = sandboxedIframe(select("body"), iFrameID);
|
|
888
|
+
root = select(iframe.nodes()[0].contentDocument.body);
|
|
889
|
+
root.node().style.margin = 0;
|
|
890
|
+
} else {
|
|
891
|
+
root = select("body");
|
|
892
|
+
}
|
|
893
|
+
appendDivSvgG(root, id27, enclosingDivID);
|
|
894
|
+
}
|
|
895
|
+
let diag;
|
|
896
|
+
let parseEncounteredException;
|
|
897
|
+
try {
|
|
898
|
+
diag = await Diagram.fromText(text, { title: processed.title });
|
|
899
|
+
} catch (error) {
|
|
900
|
+
if (config.suppressErrorRendering) {
|
|
901
|
+
removeTempElements();
|
|
902
|
+
throw error;
|
|
903
|
+
}
|
|
904
|
+
diag = await Diagram.fromText("error");
|
|
905
|
+
parseEncounteredException = error;
|
|
906
|
+
}
|
|
907
|
+
const element = root.select(enclosingDivID_selector).node();
|
|
908
|
+
const diagramType = diag.type;
|
|
909
|
+
const svg = element.firstChild;
|
|
910
|
+
const firstChild = svg.firstChild;
|
|
911
|
+
const diagramClassDefs = (_b = (_a2 = diag.renderer).getClasses) == null ? void 0 : _b.call(_a2, text, diag);
|
|
912
|
+
const rules = createUserStyles(config, diagramType, diagramClassDefs, idSelector);
|
|
913
|
+
const style1 = document.createElement("style");
|
|
914
|
+
style1.innerHTML = rules;
|
|
915
|
+
svg.insertBefore(style1, firstChild);
|
|
916
|
+
try {
|
|
917
|
+
await diag.renderer.draw(text, id27, package_default.version, diag);
|
|
918
|
+
} catch (e) {
|
|
919
|
+
if (config.suppressErrorRendering) {
|
|
920
|
+
removeTempElements();
|
|
921
|
+
} else {
|
|
922
|
+
errorRenderer_default.draw(text, id27, package_default.version);
|
|
923
|
+
}
|
|
924
|
+
throw e;
|
|
925
|
+
}
|
|
926
|
+
const svgNode = root.select(`${enclosingDivID_selector} svg`);
|
|
927
|
+
const a11yTitle = (_d = (_c = diag.db).getAccTitle) == null ? void 0 : _d.call(_c);
|
|
928
|
+
const a11yDescr = (_f = (_e = diag.db).getAccDescription) == null ? void 0 : _f.call(_e);
|
|
929
|
+
addA11yInfo(diagramType, svgNode, a11yTitle, a11yDescr);
|
|
930
|
+
root.select(`[id="${id27}"]`).selectAll("foreignobject > *").attr("xmlns", XMLNS_XHTML_STD);
|
|
931
|
+
let svgCode = root.select(enclosingDivID_selector).node().innerHTML;
|
|
932
|
+
log.debug("config.arrowMarkerAbsolute", config.arrowMarkerAbsolute);
|
|
933
|
+
svgCode = cleanUpSvgCode(svgCode, isSandboxed, evaluate(config.arrowMarkerAbsolute));
|
|
934
|
+
if (isSandboxed) {
|
|
935
|
+
const svgEl = root.select(enclosingDivID_selector + " svg").node();
|
|
936
|
+
svgCode = putIntoIFrame(svgCode, svgEl);
|
|
937
|
+
} else if (!isLooseSecurityLevel) {
|
|
938
|
+
svgCode = purify.sanitize(svgCode, {
|
|
939
|
+
ADD_TAGS: DOMPURIFY_TAGS,
|
|
940
|
+
ADD_ATTR: DOMPURIFY_ATTR,
|
|
941
|
+
HTML_INTEGRATION_POINTS: { foreignobject: true }
|
|
942
|
+
});
|
|
943
|
+
}
|
|
944
|
+
attachFunctions();
|
|
945
|
+
if (parseEncounteredException) {
|
|
946
|
+
throw parseEncounteredException;
|
|
947
|
+
}
|
|
948
|
+
removeTempElements();
|
|
949
|
+
return {
|
|
950
|
+
diagramType,
|
|
951
|
+
svg: svgCode,
|
|
952
|
+
bindFunctions: diag.db.bindFunctions
|
|
953
|
+
};
|
|
954
|
+
}, "render");
|
|
955
|
+
function initialize(userOptions = {}) {
|
|
956
|
+
var _a2;
|
|
957
|
+
const options = assignWithDepth_default({}, userOptions);
|
|
958
|
+
if ((options == null ? void 0 : options.fontFamily) && !((_a2 = options.themeVariables) == null ? void 0 : _a2.fontFamily)) {
|
|
959
|
+
if (!options.themeVariables) {
|
|
960
|
+
options.themeVariables = {};
|
|
961
|
+
}
|
|
962
|
+
options.themeVariables.fontFamily = options.fontFamily;
|
|
963
|
+
}
|
|
964
|
+
saveConfigFromInitialize(options);
|
|
965
|
+
if ((options == null ? void 0 : options.theme) && options.theme in themes_default) {
|
|
966
|
+
options.themeVariables = themes_default[options.theme].getThemeVariables(
|
|
967
|
+
options.themeVariables
|
|
968
|
+
);
|
|
969
|
+
} else if (options) {
|
|
970
|
+
options.themeVariables = themes_default.default.getThemeVariables(options.themeVariables);
|
|
971
|
+
}
|
|
972
|
+
const config = typeof options === "object" ? setSiteConfig(options) : getSiteConfig();
|
|
973
|
+
setLogLevel(config.logLevel);
|
|
974
|
+
addDiagrams();
|
|
975
|
+
}
|
|
976
|
+
__name(initialize, "initialize");
|
|
977
|
+
var getDiagramFromText = /* @__PURE__ */ __name((text, metadata = {}) => {
|
|
978
|
+
const { code } = preprocessDiagram(text);
|
|
979
|
+
return Diagram.fromText(code, metadata);
|
|
980
|
+
}, "getDiagramFromText");
|
|
981
|
+
function addA11yInfo(diagramType, svgNode, a11yTitle, a11yDescr) {
|
|
982
|
+
setA11yDiagramInfo(svgNode, diagramType);
|
|
983
|
+
addSVGa11yTitleDescription(svgNode, a11yTitle, a11yDescr, svgNode.attr("id"));
|
|
984
|
+
}
|
|
985
|
+
__name(addA11yInfo, "addA11yInfo");
|
|
986
|
+
var mermaidAPI = Object.freeze({
|
|
987
|
+
render,
|
|
988
|
+
parse,
|
|
989
|
+
getDiagramFromText,
|
|
990
|
+
initialize,
|
|
991
|
+
getConfig,
|
|
992
|
+
setConfig,
|
|
993
|
+
getSiteConfig,
|
|
994
|
+
updateSiteConfig,
|
|
995
|
+
reset: /* @__PURE__ */ __name(() => {
|
|
996
|
+
reset();
|
|
997
|
+
}, "reset"),
|
|
998
|
+
globalReset: /* @__PURE__ */ __name(() => {
|
|
999
|
+
reset(defaultConfig);
|
|
1000
|
+
}, "globalReset"),
|
|
1001
|
+
defaultConfig
|
|
1002
|
+
});
|
|
1003
|
+
setLogLevel(getConfig().logLevel);
|
|
1004
|
+
reset(getConfig());
|
|
1005
|
+
var handleError = /* @__PURE__ */ __name((error, errors, parseError) => {
|
|
1006
|
+
log.warn(error);
|
|
1007
|
+
if (isDetailedError(error)) {
|
|
1008
|
+
if (parseError) {
|
|
1009
|
+
parseError(error.str, error.hash);
|
|
1010
|
+
}
|
|
1011
|
+
errors.push({ ...error, message: error.str, error });
|
|
1012
|
+
} else {
|
|
1013
|
+
if (parseError) {
|
|
1014
|
+
parseError(error);
|
|
1015
|
+
}
|
|
1016
|
+
if (error instanceof Error) {
|
|
1017
|
+
errors.push({
|
|
1018
|
+
str: error.message,
|
|
1019
|
+
message: error.message,
|
|
1020
|
+
hash: error.name,
|
|
1021
|
+
error
|
|
1022
|
+
});
|
|
1023
|
+
}
|
|
1024
|
+
}
|
|
1025
|
+
}, "handleError");
|
|
1026
|
+
var run = /* @__PURE__ */ __name(async function(options = {
|
|
1027
|
+
querySelector: ".mermaid"
|
|
1028
|
+
}) {
|
|
1029
|
+
try {
|
|
1030
|
+
await runThrowsErrors(options);
|
|
1031
|
+
} catch (e) {
|
|
1032
|
+
if (isDetailedError(e)) {
|
|
1033
|
+
log.error(e.str);
|
|
1034
|
+
}
|
|
1035
|
+
if (mermaid.parseError) {
|
|
1036
|
+
mermaid.parseError(e);
|
|
1037
|
+
}
|
|
1038
|
+
if (!options.suppressErrors) {
|
|
1039
|
+
log.error("Use the suppressErrors option to suppress these errors");
|
|
1040
|
+
throw e;
|
|
1041
|
+
}
|
|
1042
|
+
}
|
|
1043
|
+
}, "run");
|
|
1044
|
+
var runThrowsErrors = /* @__PURE__ */ __name(async function({ postRenderCallback, querySelector, nodes } = {
|
|
1045
|
+
querySelector: ".mermaid"
|
|
1046
|
+
}) {
|
|
1047
|
+
const conf = mermaidAPI.getConfig();
|
|
1048
|
+
log.debug(`${!postRenderCallback ? "No " : ""}Callback function found`);
|
|
1049
|
+
let nodesToProcess;
|
|
1050
|
+
if (nodes) {
|
|
1051
|
+
nodesToProcess = nodes;
|
|
1052
|
+
} else if (querySelector) {
|
|
1053
|
+
nodesToProcess = document.querySelectorAll(querySelector);
|
|
1054
|
+
} else {
|
|
1055
|
+
throw new Error("Nodes and querySelector are both undefined");
|
|
1056
|
+
}
|
|
1057
|
+
log.debug(`Found ${nodesToProcess.length} diagrams`);
|
|
1058
|
+
if ((conf == null ? void 0 : conf.startOnLoad) !== void 0) {
|
|
1059
|
+
log.debug("Start On Load: " + (conf == null ? void 0 : conf.startOnLoad));
|
|
1060
|
+
mermaidAPI.updateSiteConfig({ startOnLoad: conf == null ? void 0 : conf.startOnLoad });
|
|
1061
|
+
}
|
|
1062
|
+
const idGenerator = new utils_default.InitIDGenerator(conf.deterministicIds, conf.deterministicIDSeed);
|
|
1063
|
+
let txt;
|
|
1064
|
+
const errors = [];
|
|
1065
|
+
for (const element of Array.from(nodesToProcess)) {
|
|
1066
|
+
log.info("Rendering diagram: " + element.id);
|
|
1067
|
+
if (element.getAttribute("data-processed")) {
|
|
1068
|
+
continue;
|
|
1069
|
+
}
|
|
1070
|
+
element.setAttribute("data-processed", "true");
|
|
1071
|
+
const id27 = `mermaid-${idGenerator.next()}`;
|
|
1072
|
+
txt = element.innerHTML;
|
|
1073
|
+
txt = dedent(utils_default.entityDecode(txt)).trim().replace(/<br\s*\/?>/gi, "<br/>");
|
|
1074
|
+
const init2 = utils_default.detectInit(txt);
|
|
1075
|
+
if (init2) {
|
|
1076
|
+
log.debug("Detected early reinit: ", init2);
|
|
1077
|
+
}
|
|
1078
|
+
try {
|
|
1079
|
+
const { svg, bindFunctions } = await render2(id27, txt, element);
|
|
1080
|
+
element.innerHTML = svg;
|
|
1081
|
+
if (postRenderCallback) {
|
|
1082
|
+
await postRenderCallback(id27);
|
|
1083
|
+
}
|
|
1084
|
+
if (bindFunctions) {
|
|
1085
|
+
bindFunctions(element);
|
|
1086
|
+
}
|
|
1087
|
+
} catch (error) {
|
|
1088
|
+
handleError(error, errors, mermaid.parseError);
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
if (errors.length > 0) {
|
|
1092
|
+
throw errors[0];
|
|
1093
|
+
}
|
|
1094
|
+
}, "runThrowsErrors");
|
|
1095
|
+
var initialize2 = /* @__PURE__ */ __name(function(config) {
|
|
1096
|
+
mermaidAPI.initialize(config);
|
|
1097
|
+
}, "initialize");
|
|
1098
|
+
var init = /* @__PURE__ */ __name(async function(config, nodes, callback) {
|
|
1099
|
+
log.warn("mermaid.init is deprecated. Please use run instead.");
|
|
1100
|
+
if (config) {
|
|
1101
|
+
initialize2(config);
|
|
1102
|
+
}
|
|
1103
|
+
const runOptions = { postRenderCallback: callback, querySelector: ".mermaid" };
|
|
1104
|
+
if (typeof nodes === "string") {
|
|
1105
|
+
runOptions.querySelector = nodes;
|
|
1106
|
+
} else if (nodes) {
|
|
1107
|
+
if (nodes instanceof HTMLElement) {
|
|
1108
|
+
runOptions.nodes = [nodes];
|
|
1109
|
+
} else {
|
|
1110
|
+
runOptions.nodes = nodes;
|
|
1111
|
+
}
|
|
1112
|
+
}
|
|
1113
|
+
await run(runOptions);
|
|
1114
|
+
}, "init");
|
|
1115
|
+
var registerExternalDiagrams = /* @__PURE__ */ __name(async (diagrams, {
|
|
1116
|
+
lazyLoad = true
|
|
1117
|
+
} = {}) => {
|
|
1118
|
+
addDiagrams();
|
|
1119
|
+
registerLazyLoadedDiagrams(...diagrams);
|
|
1120
|
+
if (lazyLoad === false) {
|
|
1121
|
+
await loadRegisteredDiagrams();
|
|
1122
|
+
}
|
|
1123
|
+
}, "registerExternalDiagrams");
|
|
1124
|
+
var contentLoaded = /* @__PURE__ */ __name(function() {
|
|
1125
|
+
if (mermaid.startOnLoad) {
|
|
1126
|
+
const { startOnLoad } = mermaidAPI.getConfig();
|
|
1127
|
+
if (startOnLoad) {
|
|
1128
|
+
mermaid.run().catch((err) => log.error("Mermaid failed to initialize", err));
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
}, "contentLoaded");
|
|
1132
|
+
if (typeof document !== "undefined") {
|
|
1133
|
+
window.addEventListener("load", contentLoaded, false);
|
|
1134
|
+
}
|
|
1135
|
+
var setParseErrorHandler = /* @__PURE__ */ __name(function(parseErrorHandler) {
|
|
1136
|
+
mermaid.parseError = parseErrorHandler;
|
|
1137
|
+
}, "setParseErrorHandler");
|
|
1138
|
+
var executionQueue = [];
|
|
1139
|
+
var executionQueueRunning = false;
|
|
1140
|
+
var executeQueue = /* @__PURE__ */ __name(async () => {
|
|
1141
|
+
if (executionQueueRunning) {
|
|
1142
|
+
return;
|
|
1143
|
+
}
|
|
1144
|
+
executionQueueRunning = true;
|
|
1145
|
+
while (executionQueue.length > 0) {
|
|
1146
|
+
const f = executionQueue.shift();
|
|
1147
|
+
if (f) {
|
|
1148
|
+
try {
|
|
1149
|
+
await f();
|
|
1150
|
+
} catch (e) {
|
|
1151
|
+
log.error("Error executing queue", e);
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
executionQueueRunning = false;
|
|
1156
|
+
}, "executeQueue");
|
|
1157
|
+
var parse2 = /* @__PURE__ */ __name(async (text, parseOptions) => {
|
|
1158
|
+
return new Promise((resolve, reject) => {
|
|
1159
|
+
const performCall = /* @__PURE__ */ __name(() => new Promise((res, rej) => {
|
|
1160
|
+
mermaidAPI.parse(text, parseOptions).then(
|
|
1161
|
+
(r) => {
|
|
1162
|
+
res(r);
|
|
1163
|
+
resolve(r);
|
|
1164
|
+
},
|
|
1165
|
+
(e) => {
|
|
1166
|
+
var _a2;
|
|
1167
|
+
log.error("Error parsing", e);
|
|
1168
|
+
(_a2 = mermaid.parseError) == null ? void 0 : _a2.call(mermaid, e);
|
|
1169
|
+
rej(e);
|
|
1170
|
+
reject(e);
|
|
1171
|
+
}
|
|
1172
|
+
);
|
|
1173
|
+
}), "performCall");
|
|
1174
|
+
executionQueue.push(performCall);
|
|
1175
|
+
executeQueue().catch(reject);
|
|
1176
|
+
});
|
|
1177
|
+
}, "parse");
|
|
1178
|
+
var render2 = /* @__PURE__ */ __name((id27, text, container) => {
|
|
1179
|
+
return new Promise((resolve, reject) => {
|
|
1180
|
+
const performCall = /* @__PURE__ */ __name(() => new Promise((res, rej) => {
|
|
1181
|
+
mermaidAPI.render(id27, text, container).then(
|
|
1182
|
+
(r) => {
|
|
1183
|
+
res(r);
|
|
1184
|
+
resolve(r);
|
|
1185
|
+
},
|
|
1186
|
+
(e) => {
|
|
1187
|
+
var _a2;
|
|
1188
|
+
log.error("Error parsing", e);
|
|
1189
|
+
(_a2 = mermaid.parseError) == null ? void 0 : _a2.call(mermaid, e);
|
|
1190
|
+
rej(e);
|
|
1191
|
+
reject(e);
|
|
1192
|
+
}
|
|
1193
|
+
);
|
|
1194
|
+
}), "performCall");
|
|
1195
|
+
executionQueue.push(performCall);
|
|
1196
|
+
executeQueue().catch(reject);
|
|
1197
|
+
});
|
|
1198
|
+
}, "render");
|
|
1199
|
+
var mermaid = {
|
|
1200
|
+
startOnLoad: true,
|
|
1201
|
+
mermaidAPI,
|
|
1202
|
+
parse: parse2,
|
|
1203
|
+
render: render2,
|
|
1204
|
+
init,
|
|
1205
|
+
run,
|
|
1206
|
+
registerExternalDiagrams,
|
|
1207
|
+
registerLayoutLoaders,
|
|
1208
|
+
initialize: initialize2,
|
|
1209
|
+
parseError: void 0,
|
|
1210
|
+
contentLoaded,
|
|
1211
|
+
setParseErrorHandler,
|
|
1212
|
+
detectType,
|
|
1213
|
+
registerIconPacks
|
|
1214
|
+
};
|
|
1215
|
+
var mermaid_default = mermaid;
|
|
1216
|
+
/*! Check if previously processed */
|
|
1217
|
+
/*!
|
|
1218
|
+
* Wait for document loaded before starting the execution
|
|
1219
|
+
*/
|
|
1220
|
+
export {
|
|
1221
|
+
mermaid_default as default
|
|
1222
|
+
};
|