@elmethis/core 1.0.0-alpha.147 → 1.0.0-alpha.148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +25 -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
|
@@ -1,1024 +0,0 @@
|
|
|
1
|
-
import { _ as o, s as _e, g as Ae, t as ie, q as ke, a as Fe, b as Pe, c as wt, l as At, d as zt, e as ve, z as Ce, H as D, a1 as Le, i as Ee } from "./mermaid.core-CVg1AOGh.js";
|
|
2
|
-
import { l as ee } from "./linear-CjVlzhPx.js";
|
|
3
|
-
var Vt = function() {
|
|
4
|
-
var t = /* @__PURE__ */ o(function(j, r, l, g) {
|
|
5
|
-
for (l = l || {}, g = j.length; g--; l[j[g]] = r) ;
|
|
6
|
-
return l;
|
|
7
|
-
}, "o"), n = [1, 3], u = [1, 4], c = [1, 5], h = [1, 6], p = [1, 7], y = [1, 4, 5, 10, 12, 13, 14, 18, 25, 35, 37, 39, 41, 42, 48, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 63, 64, 65, 66, 67], S = [1, 4, 5, 10, 12, 13, 14, 18, 25, 28, 35, 37, 39, 41, 42, 48, 50, 51, 52, 53, 54, 55, 56, 57, 60, 61, 63, 64, 65, 66, 67], a = [55, 56, 57], A = [2, 36], d = [1, 37], T = [1, 36], q = [1, 38], m = [1, 35], b = [1, 43], x = [1, 41], O = [1, 14], Y = [1, 23], G = [1, 18], yt = [1, 19], Tt = [1, 20], dt = [1, 21], Ft = [1, 22], ut = [1, 24], xt = [1, 25], ft = [1, 26], gt = [1, 27], i = [1, 28], Bt = [1, 29], W = [1, 32], U = [1, 33], k = [1, 34], F = [1, 39], P = [1, 40], v = [1, 42], C = [1, 44], H = [1, 62], X = [1, 61], L = [4, 5, 8, 10, 12, 13, 14, 18, 44, 47, 49, 55, 56, 57, 63, 64, 65, 66, 67], Rt = [1, 65], Nt = [1, 66], Wt = [1, 67], Ut = [1, 68], Qt = [1, 69], Ot = [1, 70], Ht = [1, 71], Xt = [1, 72], Mt = [1, 73], Yt = [1, 74], jt = [1, 75], Gt = [1, 76], I = [4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 18], J = [1, 90], $ = [1, 91], tt = [1, 92], et = [1, 99], it = [1, 93], at = [1, 96], nt = [1, 94], st = [1, 95], rt = [1, 97], ot = [1, 98], Pt = [1, 102], Kt = [10, 55, 56, 57], R = [4, 5, 6, 8, 10, 11, 13, 17, 18, 19, 20, 55, 56, 57], vt = {
|
|
8
|
-
trace: /* @__PURE__ */ o(function() {
|
|
9
|
-
}, "trace"),
|
|
10
|
-
yy: {},
|
|
11
|
-
symbols_: { error: 2, idStringToken: 3, ALPHA: 4, NUM: 5, NODE_STRING: 6, DOWN: 7, MINUS: 8, DEFAULT: 9, COMMA: 10, COLON: 11, AMP: 12, BRKT: 13, MULT: 14, UNICODE_TEXT: 15, styleComponent: 16, UNIT: 17, SPACE: 18, STYLE: 19, PCT: 20, idString: 21, style: 22, stylesOpt: 23, classDefStatement: 24, CLASSDEF: 25, start: 26, eol: 27, QUADRANT: 28, document: 29, line: 30, statement: 31, axisDetails: 32, quadrantDetails: 33, points: 34, title: 35, title_value: 36, acc_title: 37, acc_title_value: 38, acc_descr: 39, acc_descr_value: 40, acc_descr_multiline_value: 41, section: 42, text: 43, point_start: 44, point_x: 45, point_y: 46, class_name: 47, "X-AXIS": 48, "AXIS-TEXT-DELIMITER": 49, "Y-AXIS": 50, QUADRANT_1: 51, QUADRANT_2: 52, QUADRANT_3: 53, QUADRANT_4: 54, NEWLINE: 55, SEMI: 56, EOF: 57, alphaNumToken: 58, textNoTagsToken: 59, STR: 60, MD_STR: 61, alphaNum: 62, PUNCTUATION: 63, PLUS: 64, EQUALS: 65, DOT: 66, UNDERSCORE: 67, $accept: 0, $end: 1 },
|
|
12
|
-
terminals_: { 2: "error", 4: "ALPHA", 5: "NUM", 6: "NODE_STRING", 7: "DOWN", 8: "MINUS", 9: "DEFAULT", 10: "COMMA", 11: "COLON", 12: "AMP", 13: "BRKT", 14: "MULT", 15: "UNICODE_TEXT", 17: "UNIT", 18: "SPACE", 19: "STYLE", 20: "PCT", 25: "CLASSDEF", 28: "QUADRANT", 35: "title", 36: "title_value", 37: "acc_title", 38: "acc_title_value", 39: "acc_descr", 40: "acc_descr_value", 41: "acc_descr_multiline_value", 42: "section", 44: "point_start", 45: "point_x", 46: "point_y", 47: "class_name", 48: "X-AXIS", 49: "AXIS-TEXT-DELIMITER", 50: "Y-AXIS", 51: "QUADRANT_1", 52: "QUADRANT_2", 53: "QUADRANT_3", 54: "QUADRANT_4", 55: "NEWLINE", 56: "SEMI", 57: "EOF", 60: "STR", 61: "MD_STR", 63: "PUNCTUATION", 64: "PLUS", 65: "EQUALS", 66: "DOT", 67: "UNDERSCORE" },
|
|
13
|
-
productions_: [0, [3, 1], [3, 1], [3, 1], [3, 1], [3, 1], [3, 1], [3, 1], [3, 1], [3, 1], [3, 1], [3, 1], [3, 1], [16, 1], [16, 1], [16, 1], [16, 1], [16, 1], [16, 1], [16, 1], [16, 1], [16, 1], [16, 1], [21, 1], [21, 2], [22, 1], [22, 2], [23, 1], [23, 3], [24, 5], [26, 2], [26, 2], [26, 2], [29, 0], [29, 2], [30, 2], [31, 0], [31, 1], [31, 2], [31, 1], [31, 1], [31, 1], [31, 2], [31, 2], [31, 2], [31, 1], [31, 1], [34, 4], [34, 5], [34, 5], [34, 6], [32, 4], [32, 3], [32, 2], [32, 4], [32, 3], [32, 2], [33, 2], [33, 2], [33, 2], [33, 2], [27, 1], [27, 1], [27, 1], [43, 1], [43, 2], [43, 1], [43, 1], [62, 1], [62, 2], [58, 1], [58, 1], [58, 1], [58, 1], [58, 1], [58, 1], [58, 1], [58, 1], [58, 1], [58, 1], [58, 1], [59, 1], [59, 1], [59, 1]],
|
|
14
|
-
performAction: /* @__PURE__ */ o(function(r, l, g, f, _, e, pt) {
|
|
15
|
-
var s = e.length - 1;
|
|
16
|
-
switch (_) {
|
|
17
|
-
case 23:
|
|
18
|
-
this.$ = e[s];
|
|
19
|
-
break;
|
|
20
|
-
case 24:
|
|
21
|
-
this.$ = e[s - 1] + "" + e[s];
|
|
22
|
-
break;
|
|
23
|
-
case 26:
|
|
24
|
-
this.$ = e[s - 1] + e[s];
|
|
25
|
-
break;
|
|
26
|
-
case 27:
|
|
27
|
-
this.$ = [e[s].trim()];
|
|
28
|
-
break;
|
|
29
|
-
case 28:
|
|
30
|
-
e[s - 2].push(e[s].trim()), this.$ = e[s - 2];
|
|
31
|
-
break;
|
|
32
|
-
case 29:
|
|
33
|
-
this.$ = e[s - 4], f.addClass(e[s - 2], e[s]);
|
|
34
|
-
break;
|
|
35
|
-
case 37:
|
|
36
|
-
this.$ = [];
|
|
37
|
-
break;
|
|
38
|
-
case 42:
|
|
39
|
-
this.$ = e[s].trim(), f.setDiagramTitle(this.$);
|
|
40
|
-
break;
|
|
41
|
-
case 43:
|
|
42
|
-
this.$ = e[s].trim(), f.setAccTitle(this.$);
|
|
43
|
-
break;
|
|
44
|
-
case 44:
|
|
45
|
-
case 45:
|
|
46
|
-
this.$ = e[s].trim(), f.setAccDescription(this.$);
|
|
47
|
-
break;
|
|
48
|
-
case 46:
|
|
49
|
-
f.addSection(e[s].substr(8)), this.$ = e[s].substr(8);
|
|
50
|
-
break;
|
|
51
|
-
case 47:
|
|
52
|
-
f.addPoint(e[s - 3], "", e[s - 1], e[s], []);
|
|
53
|
-
break;
|
|
54
|
-
case 48:
|
|
55
|
-
f.addPoint(e[s - 4], e[s - 3], e[s - 1], e[s], []);
|
|
56
|
-
break;
|
|
57
|
-
case 49:
|
|
58
|
-
f.addPoint(e[s - 4], "", e[s - 2], e[s - 1], e[s]);
|
|
59
|
-
break;
|
|
60
|
-
case 50:
|
|
61
|
-
f.addPoint(e[s - 5], e[s - 4], e[s - 2], e[s - 1], e[s]);
|
|
62
|
-
break;
|
|
63
|
-
case 51:
|
|
64
|
-
f.setXAxisLeftText(e[s - 2]), f.setXAxisRightText(e[s]);
|
|
65
|
-
break;
|
|
66
|
-
case 52:
|
|
67
|
-
e[s - 1].text += " ⟶ ", f.setXAxisLeftText(e[s - 1]);
|
|
68
|
-
break;
|
|
69
|
-
case 53:
|
|
70
|
-
f.setXAxisLeftText(e[s]);
|
|
71
|
-
break;
|
|
72
|
-
case 54:
|
|
73
|
-
f.setYAxisBottomText(e[s - 2]), f.setYAxisTopText(e[s]);
|
|
74
|
-
break;
|
|
75
|
-
case 55:
|
|
76
|
-
e[s - 1].text += " ⟶ ", f.setYAxisBottomText(e[s - 1]);
|
|
77
|
-
break;
|
|
78
|
-
case 56:
|
|
79
|
-
f.setYAxisBottomText(e[s]);
|
|
80
|
-
break;
|
|
81
|
-
case 57:
|
|
82
|
-
f.setQuadrant1Text(e[s]);
|
|
83
|
-
break;
|
|
84
|
-
case 58:
|
|
85
|
-
f.setQuadrant2Text(e[s]);
|
|
86
|
-
break;
|
|
87
|
-
case 59:
|
|
88
|
-
f.setQuadrant3Text(e[s]);
|
|
89
|
-
break;
|
|
90
|
-
case 60:
|
|
91
|
-
f.setQuadrant4Text(e[s]);
|
|
92
|
-
break;
|
|
93
|
-
case 64:
|
|
94
|
-
this.$ = { text: e[s], type: "text" };
|
|
95
|
-
break;
|
|
96
|
-
case 65:
|
|
97
|
-
this.$ = { text: e[s - 1].text + "" + e[s], type: e[s - 1].type };
|
|
98
|
-
break;
|
|
99
|
-
case 66:
|
|
100
|
-
this.$ = { text: e[s], type: "text" };
|
|
101
|
-
break;
|
|
102
|
-
case 67:
|
|
103
|
-
this.$ = { text: e[s], type: "markdown" };
|
|
104
|
-
break;
|
|
105
|
-
case 68:
|
|
106
|
-
this.$ = e[s];
|
|
107
|
-
break;
|
|
108
|
-
case 69:
|
|
109
|
-
this.$ = e[s - 1] + "" + e[s];
|
|
110
|
-
break;
|
|
111
|
-
}
|
|
112
|
-
}, "anonymous"),
|
|
113
|
-
table: [{ 18: n, 26: 1, 27: 2, 28: u, 55: c, 56: h, 57: p }, { 1: [3] }, { 18: n, 26: 8, 27: 2, 28: u, 55: c, 56: h, 57: p }, { 18: n, 26: 9, 27: 2, 28: u, 55: c, 56: h, 57: p }, t(y, [2, 33], { 29: 10 }), t(S, [2, 61]), t(S, [2, 62]), t(S, [2, 63]), { 1: [2, 30] }, { 1: [2, 31] }, t(a, A, { 30: 11, 31: 12, 24: 13, 32: 15, 33: 16, 34: 17, 43: 30, 58: 31, 1: [2, 32], 4: d, 5: T, 10: q, 12: m, 13: b, 14: x, 18: O, 25: Y, 35: G, 37: yt, 39: Tt, 41: dt, 42: Ft, 48: ut, 50: xt, 51: ft, 52: gt, 53: i, 54: Bt, 60: W, 61: U, 63: k, 64: F, 65: P, 66: v, 67: C }), t(y, [2, 34]), { 27: 45, 55: c, 56: h, 57: p }, t(a, [2, 37]), t(a, A, { 24: 13, 32: 15, 33: 16, 34: 17, 43: 30, 58: 31, 31: 46, 4: d, 5: T, 10: q, 12: m, 13: b, 14: x, 18: O, 25: Y, 35: G, 37: yt, 39: Tt, 41: dt, 42: Ft, 48: ut, 50: xt, 51: ft, 52: gt, 53: i, 54: Bt, 60: W, 61: U, 63: k, 64: F, 65: P, 66: v, 67: C }), t(a, [2, 39]), t(a, [2, 40]), t(a, [2, 41]), { 36: [1, 47] }, { 38: [1, 48] }, { 40: [1, 49] }, t(a, [2, 45]), t(a, [2, 46]), { 18: [1, 50] }, { 4: d, 5: T, 10: q, 12: m, 13: b, 14: x, 43: 51, 58: 31, 60: W, 61: U, 63: k, 64: F, 65: P, 66: v, 67: C }, { 4: d, 5: T, 10: q, 12: m, 13: b, 14: x, 43: 52, 58: 31, 60: W, 61: U, 63: k, 64: F, 65: P, 66: v, 67: C }, { 4: d, 5: T, 10: q, 12: m, 13: b, 14: x, 43: 53, 58: 31, 60: W, 61: U, 63: k, 64: F, 65: P, 66: v, 67: C }, { 4: d, 5: T, 10: q, 12: m, 13: b, 14: x, 43: 54, 58: 31, 60: W, 61: U, 63: k, 64: F, 65: P, 66: v, 67: C }, { 4: d, 5: T, 10: q, 12: m, 13: b, 14: x, 43: 55, 58: 31, 60: W, 61: U, 63: k, 64: F, 65: P, 66: v, 67: C }, { 4: d, 5: T, 10: q, 12: m, 13: b, 14: x, 43: 56, 58: 31, 60: W, 61: U, 63: k, 64: F, 65: P, 66: v, 67: C }, { 4: d, 5: T, 8: H, 10: q, 12: m, 13: b, 14: x, 18: X, 44: [1, 57], 47: [1, 58], 58: 60, 59: 59, 63: k, 64: F, 65: P, 66: v, 67: C }, t(L, [2, 64]), t(L, [2, 66]), t(L, [2, 67]), t(L, [2, 70]), t(L, [2, 71]), t(L, [2, 72]), t(L, [2, 73]), t(L, [2, 74]), t(L, [2, 75]), t(L, [2, 76]), t(L, [2, 77]), t(L, [2, 78]), t(L, [2, 79]), t(L, [2, 80]), t(y, [2, 35]), t(a, [2, 38]), t(a, [2, 42]), t(a, [2, 43]), t(a, [2, 44]), { 3: 64, 4: Rt, 5: Nt, 6: Wt, 7: Ut, 8: Qt, 9: Ot, 10: Ht, 11: Xt, 12: Mt, 13: Yt, 14: jt, 15: Gt, 21: 63 }, t(a, [2, 53], { 59: 59, 58: 60, 4: d, 5: T, 8: H, 10: q, 12: m, 13: b, 14: x, 18: X, 49: [1, 77], 63: k, 64: F, 65: P, 66: v, 67: C }), t(a, [2, 56], { 59: 59, 58: 60, 4: d, 5: T, 8: H, 10: q, 12: m, 13: b, 14: x, 18: X, 49: [1, 78], 63: k, 64: F, 65: P, 66: v, 67: C }), t(a, [2, 57], { 59: 59, 58: 60, 4: d, 5: T, 8: H, 10: q, 12: m, 13: b, 14: x, 18: X, 63: k, 64: F, 65: P, 66: v, 67: C }), t(a, [2, 58], { 59: 59, 58: 60, 4: d, 5: T, 8: H, 10: q, 12: m, 13: b, 14: x, 18: X, 63: k, 64: F, 65: P, 66: v, 67: C }), t(a, [2, 59], { 59: 59, 58: 60, 4: d, 5: T, 8: H, 10: q, 12: m, 13: b, 14: x, 18: X, 63: k, 64: F, 65: P, 66: v, 67: C }), t(a, [2, 60], { 59: 59, 58: 60, 4: d, 5: T, 8: H, 10: q, 12: m, 13: b, 14: x, 18: X, 63: k, 64: F, 65: P, 66: v, 67: C }), { 45: [1, 79] }, { 44: [1, 80] }, t(L, [2, 65]), t(L, [2, 81]), t(L, [2, 82]), t(L, [2, 83]), { 3: 82, 4: Rt, 5: Nt, 6: Wt, 7: Ut, 8: Qt, 9: Ot, 10: Ht, 11: Xt, 12: Mt, 13: Yt, 14: jt, 15: Gt, 18: [1, 81] }, t(I, [2, 23]), t(I, [2, 1]), t(I, [2, 2]), t(I, [2, 3]), t(I, [2, 4]), t(I, [2, 5]), t(I, [2, 6]), t(I, [2, 7]), t(I, [2, 8]), t(I, [2, 9]), t(I, [2, 10]), t(I, [2, 11]), t(I, [2, 12]), t(a, [2, 52], { 58: 31, 43: 83, 4: d, 5: T, 10: q, 12: m, 13: b, 14: x, 60: W, 61: U, 63: k, 64: F, 65: P, 66: v, 67: C }), t(a, [2, 55], { 58: 31, 43: 84, 4: d, 5: T, 10: q, 12: m, 13: b, 14: x, 60: W, 61: U, 63: k, 64: F, 65: P, 66: v, 67: C }), { 46: [1, 85] }, { 45: [1, 86] }, { 4: J, 5: $, 6: tt, 8: et, 11: it, 13: at, 16: 89, 17: nt, 18: st, 19: rt, 20: ot, 22: 88, 23: 87 }, t(I, [2, 24]), t(a, [2, 51], { 59: 59, 58: 60, 4: d, 5: T, 8: H, 10: q, 12: m, 13: b, 14: x, 18: X, 63: k, 64: F, 65: P, 66: v, 67: C }), t(a, [2, 54], { 59: 59, 58: 60, 4: d, 5: T, 8: H, 10: q, 12: m, 13: b, 14: x, 18: X, 63: k, 64: F, 65: P, 66: v, 67: C }), t(a, [2, 47], { 22: 88, 16: 89, 23: 100, 4: J, 5: $, 6: tt, 8: et, 11: it, 13: at, 17: nt, 18: st, 19: rt, 20: ot }), { 46: [1, 101] }, t(a, [2, 29], { 10: Pt }), t(Kt, [2, 27], { 16: 103, 4: J, 5: $, 6: tt, 8: et, 11: it, 13: at, 17: nt, 18: st, 19: rt, 20: ot }), t(R, [2, 25]), t(R, [2, 13]), t(R, [2, 14]), t(R, [2, 15]), t(R, [2, 16]), t(R, [2, 17]), t(R, [2, 18]), t(R, [2, 19]), t(R, [2, 20]), t(R, [2, 21]), t(R, [2, 22]), t(a, [2, 49], { 10: Pt }), t(a, [2, 48], { 22: 88, 16: 89, 23: 104, 4: J, 5: $, 6: tt, 8: et, 11: it, 13: at, 17: nt, 18: st, 19: rt, 20: ot }), { 4: J, 5: $, 6: tt, 8: et, 11: it, 13: at, 16: 89, 17: nt, 18: st, 19: rt, 20: ot, 22: 105 }, t(R, [2, 26]), t(a, [2, 50], { 10: Pt }), t(Kt, [2, 28], { 16: 103, 4: J, 5: $, 6: tt, 8: et, 11: it, 13: at, 17: nt, 18: st, 19: rt, 20: ot })],
|
|
114
|
-
defaultActions: { 8: [2, 30], 9: [2, 31] },
|
|
115
|
-
parseError: /* @__PURE__ */ o(function(r, l) {
|
|
116
|
-
if (l.recoverable)
|
|
117
|
-
this.trace(r);
|
|
118
|
-
else {
|
|
119
|
-
var g = new Error(r);
|
|
120
|
-
throw g.hash = l, g;
|
|
121
|
-
}
|
|
122
|
-
}, "parseError"),
|
|
123
|
-
parse: /* @__PURE__ */ o(function(r) {
|
|
124
|
-
var l = this, g = [0], f = [], _ = [null], e = [], pt = this.table, s = "", mt = 0, Zt = 0, qe = 2, Jt = 1, me = e.slice.call(arguments, 1), E = Object.create(this.lexer), K = { yy: {} };
|
|
125
|
-
for (var Ct in this.yy)
|
|
126
|
-
Object.prototype.hasOwnProperty.call(this.yy, Ct) && (K.yy[Ct] = this.yy[Ct]);
|
|
127
|
-
E.setInput(r, K.yy), K.yy.lexer = E, K.yy.parser = this, typeof E.yylloc > "u" && (E.yylloc = {});
|
|
128
|
-
var Lt = E.yylloc;
|
|
129
|
-
e.push(Lt);
|
|
130
|
-
var be = E.options && E.options.ranges;
|
|
131
|
-
typeof K.yy.parseError == "function" ? this.parseError = K.yy.parseError : this.parseError = Object.getPrototypeOf(this).parseError;
|
|
132
|
-
function Se(B) {
|
|
133
|
-
g.length = g.length - 2 * B, _.length = _.length - B, e.length = e.length - B;
|
|
134
|
-
}
|
|
135
|
-
o(Se, "popStack");
|
|
136
|
-
function $t() {
|
|
137
|
-
var B;
|
|
138
|
-
return B = f.pop() || E.lex() || Jt, typeof B != "number" && (B instanceof Array && (f = B, B = f.pop()), B = l.symbols_[B] || B), B;
|
|
139
|
-
}
|
|
140
|
-
o($t, "lex");
|
|
141
|
-
for (var w, Z, N, Et, lt = {}, bt, M, te, St; ; ) {
|
|
142
|
-
if (Z = g[g.length - 1], this.defaultActions[Z] ? N = this.defaultActions[Z] : ((w === null || typeof w > "u") && (w = $t()), N = pt[Z] && pt[Z][w]), typeof N > "u" || !N.length || !N[0]) {
|
|
143
|
-
var Dt = "";
|
|
144
|
-
St = [];
|
|
145
|
-
for (bt in pt[Z])
|
|
146
|
-
this.terminals_[bt] && bt > qe && St.push("'" + this.terminals_[bt] + "'");
|
|
147
|
-
E.showPosition ? Dt = "Parse error on line " + (mt + 1) + `:
|
|
148
|
-
` + E.showPosition() + `
|
|
149
|
-
Expecting ` + St.join(", ") + ", got '" + (this.terminals_[w] || w) + "'" : Dt = "Parse error on line " + (mt + 1) + ": Unexpected " + (w == Jt ? "end of input" : "'" + (this.terminals_[w] || w) + "'"), this.parseError(Dt, {
|
|
150
|
-
text: E.match,
|
|
151
|
-
token: this.terminals_[w] || w,
|
|
152
|
-
line: E.yylineno,
|
|
153
|
-
loc: Lt,
|
|
154
|
-
expected: St
|
|
155
|
-
});
|
|
156
|
-
}
|
|
157
|
-
if (N[0] instanceof Array && N.length > 1)
|
|
158
|
-
throw new Error("Parse Error: multiple actions possible at state: " + Z + ", token: " + w);
|
|
159
|
-
switch (N[0]) {
|
|
160
|
-
case 1:
|
|
161
|
-
g.push(w), _.push(E.yytext), e.push(E.yylloc), g.push(N[1]), w = null, Zt = E.yyleng, s = E.yytext, mt = E.yylineno, Lt = E.yylloc;
|
|
162
|
-
break;
|
|
163
|
-
case 2:
|
|
164
|
-
if (M = this.productions_[N[1]][1], lt.$ = _[_.length - M], lt._$ = {
|
|
165
|
-
first_line: e[e.length - (M || 1)].first_line,
|
|
166
|
-
last_line: e[e.length - 1].last_line,
|
|
167
|
-
first_column: e[e.length - (M || 1)].first_column,
|
|
168
|
-
last_column: e[e.length - 1].last_column
|
|
169
|
-
}, be && (lt._$.range = [
|
|
170
|
-
e[e.length - (M || 1)].range[0],
|
|
171
|
-
e[e.length - 1].range[1]
|
|
172
|
-
]), Et = this.performAction.apply(lt, [
|
|
173
|
-
s,
|
|
174
|
-
Zt,
|
|
175
|
-
mt,
|
|
176
|
-
K.yy,
|
|
177
|
-
N[1],
|
|
178
|
-
_,
|
|
179
|
-
e
|
|
180
|
-
].concat(me)), typeof Et < "u")
|
|
181
|
-
return Et;
|
|
182
|
-
M && (g = g.slice(0, -1 * M * 2), _ = _.slice(0, -1 * M), e = e.slice(0, -1 * M)), g.push(this.productions_[N[1]][0]), _.push(lt.$), e.push(lt._$), te = pt[g[g.length - 2]][g[g.length - 1]], g.push(te);
|
|
183
|
-
break;
|
|
184
|
-
case 3:
|
|
185
|
-
return !0;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
return !0;
|
|
189
|
-
}, "parse")
|
|
190
|
-
}, Te = /* @__PURE__ */ function() {
|
|
191
|
-
var j = {
|
|
192
|
-
EOF: 1,
|
|
193
|
-
parseError: /* @__PURE__ */ o(function(l, g) {
|
|
194
|
-
if (this.yy.parser)
|
|
195
|
-
this.yy.parser.parseError(l, g);
|
|
196
|
-
else
|
|
197
|
-
throw new Error(l);
|
|
198
|
-
}, "parseError"),
|
|
199
|
-
// resets the lexer, sets new input
|
|
200
|
-
setInput: /* @__PURE__ */ o(function(r, l) {
|
|
201
|
-
return this.yy = l || this.yy || {}, this._input = r, this._more = this._backtrack = this.done = !1, this.yylineno = this.yyleng = 0, this.yytext = this.matched = this.match = "", this.conditionStack = ["INITIAL"], this.yylloc = {
|
|
202
|
-
first_line: 1,
|
|
203
|
-
first_column: 0,
|
|
204
|
-
last_line: 1,
|
|
205
|
-
last_column: 0
|
|
206
|
-
}, this.options.ranges && (this.yylloc.range = [0, 0]), this.offset = 0, this;
|
|
207
|
-
}, "setInput"),
|
|
208
|
-
// consumes and returns one char from the input
|
|
209
|
-
input: /* @__PURE__ */ o(function() {
|
|
210
|
-
var r = this._input[0];
|
|
211
|
-
this.yytext += r, this.yyleng++, this.offset++, this.match += r, this.matched += r;
|
|
212
|
-
var l = r.match(/(?:\r\n?|\n).*/g);
|
|
213
|
-
return l ? (this.yylineno++, this.yylloc.last_line++) : this.yylloc.last_column++, this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1), r;
|
|
214
|
-
}, "input"),
|
|
215
|
-
// unshifts one char (or a string) into the input
|
|
216
|
-
unput: /* @__PURE__ */ o(function(r) {
|
|
217
|
-
var l = r.length, g = r.split(/(?:\r\n?|\n)/g);
|
|
218
|
-
this._input = r + this._input, this.yytext = this.yytext.substr(0, this.yytext.length - l), this.offset -= l;
|
|
219
|
-
var f = this.match.split(/(?:\r\n?|\n)/g);
|
|
220
|
-
this.match = this.match.substr(0, this.match.length - 1), this.matched = this.matched.substr(0, this.matched.length - 1), g.length - 1 && (this.yylineno -= g.length - 1);
|
|
221
|
-
var _ = this.yylloc.range;
|
|
222
|
-
return this.yylloc = {
|
|
223
|
-
first_line: this.yylloc.first_line,
|
|
224
|
-
last_line: this.yylineno + 1,
|
|
225
|
-
first_column: this.yylloc.first_column,
|
|
226
|
-
last_column: g ? (g.length === f.length ? this.yylloc.first_column : 0) + f[f.length - g.length].length - g[0].length : this.yylloc.first_column - l
|
|
227
|
-
}, this.options.ranges && (this.yylloc.range = [_[0], _[0] + this.yyleng - l]), this.yyleng = this.yytext.length, this;
|
|
228
|
-
}, "unput"),
|
|
229
|
-
// When called from action, caches matched text and appends it on next action
|
|
230
|
-
more: /* @__PURE__ */ o(function() {
|
|
231
|
-
return this._more = !0, this;
|
|
232
|
-
}, "more"),
|
|
233
|
-
// When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
|
|
234
|
-
reject: /* @__PURE__ */ o(function() {
|
|
235
|
-
if (this.options.backtrack_lexer)
|
|
236
|
-
this._backtrack = !0;
|
|
237
|
-
else
|
|
238
|
-
return this.parseError("Lexical error on line " + (this.yylineno + 1) + `. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
|
|
239
|
-
` + this.showPosition(), {
|
|
240
|
-
text: "",
|
|
241
|
-
token: null,
|
|
242
|
-
line: this.yylineno
|
|
243
|
-
});
|
|
244
|
-
return this;
|
|
245
|
-
}, "reject"),
|
|
246
|
-
// retain first n characters of the match
|
|
247
|
-
less: /* @__PURE__ */ o(function(r) {
|
|
248
|
-
this.unput(this.match.slice(r));
|
|
249
|
-
}, "less"),
|
|
250
|
-
// displays already matched input, i.e. for error messages
|
|
251
|
-
pastInput: /* @__PURE__ */ o(function() {
|
|
252
|
-
var r = this.matched.substr(0, this.matched.length - this.match.length);
|
|
253
|
-
return (r.length > 20 ? "..." : "") + r.substr(-20).replace(/\n/g, "");
|
|
254
|
-
}, "pastInput"),
|
|
255
|
-
// displays upcoming input, i.e. for error messages
|
|
256
|
-
upcomingInput: /* @__PURE__ */ o(function() {
|
|
257
|
-
var r = this.match;
|
|
258
|
-
return r.length < 20 && (r += this._input.substr(0, 20 - r.length)), (r.substr(0, 20) + (r.length > 20 ? "..." : "")).replace(/\n/g, "");
|
|
259
|
-
}, "upcomingInput"),
|
|
260
|
-
// displays the character position where the lexing error occurred, i.e. for error messages
|
|
261
|
-
showPosition: /* @__PURE__ */ o(function() {
|
|
262
|
-
var r = this.pastInput(), l = new Array(r.length + 1).join("-");
|
|
263
|
-
return r + this.upcomingInput() + `
|
|
264
|
-
` + l + "^";
|
|
265
|
-
}, "showPosition"),
|
|
266
|
-
// test the lexed token: return FALSE when not a match, otherwise return token
|
|
267
|
-
test_match: /* @__PURE__ */ o(function(r, l) {
|
|
268
|
-
var g, f, _;
|
|
269
|
-
if (this.options.backtrack_lexer && (_ = {
|
|
270
|
-
yylineno: this.yylineno,
|
|
271
|
-
yylloc: {
|
|
272
|
-
first_line: this.yylloc.first_line,
|
|
273
|
-
last_line: this.last_line,
|
|
274
|
-
first_column: this.yylloc.first_column,
|
|
275
|
-
last_column: this.yylloc.last_column
|
|
276
|
-
},
|
|
277
|
-
yytext: this.yytext,
|
|
278
|
-
match: this.match,
|
|
279
|
-
matches: this.matches,
|
|
280
|
-
matched: this.matched,
|
|
281
|
-
yyleng: this.yyleng,
|
|
282
|
-
offset: this.offset,
|
|
283
|
-
_more: this._more,
|
|
284
|
-
_input: this._input,
|
|
285
|
-
yy: this.yy,
|
|
286
|
-
conditionStack: this.conditionStack.slice(0),
|
|
287
|
-
done: this.done
|
|
288
|
-
}, this.options.ranges && (_.yylloc.range = this.yylloc.range.slice(0))), f = r[0].match(/(?:\r\n?|\n).*/g), f && (this.yylineno += f.length), this.yylloc = {
|
|
289
|
-
first_line: this.yylloc.last_line,
|
|
290
|
-
last_line: this.yylineno + 1,
|
|
291
|
-
first_column: this.yylloc.last_column,
|
|
292
|
-
last_column: f ? f[f.length - 1].length - f[f.length - 1].match(/\r?\n?/)[0].length : this.yylloc.last_column + r[0].length
|
|
293
|
-
}, this.yytext += r[0], this.match += r[0], this.matches = r, this.yyleng = this.yytext.length, this.options.ranges && (this.yylloc.range = [this.offset, this.offset += this.yyleng]), this._more = !1, this._backtrack = !1, this._input = this._input.slice(r[0].length), this.matched += r[0], g = this.performAction.call(this, this.yy, this, l, this.conditionStack[this.conditionStack.length - 1]), this.done && this._input && (this.done = !1), g)
|
|
294
|
-
return g;
|
|
295
|
-
if (this._backtrack) {
|
|
296
|
-
for (var e in _)
|
|
297
|
-
this[e] = _[e];
|
|
298
|
-
return !1;
|
|
299
|
-
}
|
|
300
|
-
return !1;
|
|
301
|
-
}, "test_match"),
|
|
302
|
-
// return next match in input
|
|
303
|
-
next: /* @__PURE__ */ o(function() {
|
|
304
|
-
if (this.done)
|
|
305
|
-
return this.EOF;
|
|
306
|
-
this._input || (this.done = !0);
|
|
307
|
-
var r, l, g, f;
|
|
308
|
-
this._more || (this.yytext = "", this.match = "");
|
|
309
|
-
for (var _ = this._currentRules(), e = 0; e < _.length; e++)
|
|
310
|
-
if (g = this._input.match(this.rules[_[e]]), g && (!l || g[0].length > l[0].length)) {
|
|
311
|
-
if (l = g, f = e, this.options.backtrack_lexer) {
|
|
312
|
-
if (r = this.test_match(g, _[e]), r !== !1)
|
|
313
|
-
return r;
|
|
314
|
-
if (this._backtrack) {
|
|
315
|
-
l = !1;
|
|
316
|
-
continue;
|
|
317
|
-
} else
|
|
318
|
-
return !1;
|
|
319
|
-
} else if (!this.options.flex)
|
|
320
|
-
break;
|
|
321
|
-
}
|
|
322
|
-
return l ? (r = this.test_match(l, _[f]), r !== !1 ? r : !1) : this._input === "" ? this.EOF : this.parseError("Lexical error on line " + (this.yylineno + 1) + `. Unrecognized text.
|
|
323
|
-
` + this.showPosition(), {
|
|
324
|
-
text: "",
|
|
325
|
-
token: null,
|
|
326
|
-
line: this.yylineno
|
|
327
|
-
});
|
|
328
|
-
}, "next"),
|
|
329
|
-
// return next match that has a token
|
|
330
|
-
lex: /* @__PURE__ */ o(function() {
|
|
331
|
-
var l = this.next();
|
|
332
|
-
return l || this.lex();
|
|
333
|
-
}, "lex"),
|
|
334
|
-
// activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
|
|
335
|
-
begin: /* @__PURE__ */ o(function(l) {
|
|
336
|
-
this.conditionStack.push(l);
|
|
337
|
-
}, "begin"),
|
|
338
|
-
// pop the previously active lexer condition state off the condition stack
|
|
339
|
-
popState: /* @__PURE__ */ o(function() {
|
|
340
|
-
var l = this.conditionStack.length - 1;
|
|
341
|
-
return l > 0 ? this.conditionStack.pop() : this.conditionStack[0];
|
|
342
|
-
}, "popState"),
|
|
343
|
-
// produce the lexer rule set which is active for the currently active lexer condition state
|
|
344
|
-
_currentRules: /* @__PURE__ */ o(function() {
|
|
345
|
-
return this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1] ? this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules : this.conditions.INITIAL.rules;
|
|
346
|
-
}, "_currentRules"),
|
|
347
|
-
// return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
|
|
348
|
-
topState: /* @__PURE__ */ o(function(l) {
|
|
349
|
-
return l = this.conditionStack.length - 1 - Math.abs(l || 0), l >= 0 ? this.conditionStack[l] : "INITIAL";
|
|
350
|
-
}, "topState"),
|
|
351
|
-
// alias for begin(condition)
|
|
352
|
-
pushState: /* @__PURE__ */ o(function(l) {
|
|
353
|
-
this.begin(l);
|
|
354
|
-
}, "pushState"),
|
|
355
|
-
// return the number of states currently on the stack
|
|
356
|
-
stateStackSize: /* @__PURE__ */ o(function() {
|
|
357
|
-
return this.conditionStack.length;
|
|
358
|
-
}, "stateStackSize"),
|
|
359
|
-
options: { "case-insensitive": !0 },
|
|
360
|
-
performAction: /* @__PURE__ */ o(function(l, g, f, _) {
|
|
361
|
-
switch (f) {
|
|
362
|
-
case 0:
|
|
363
|
-
break;
|
|
364
|
-
case 1:
|
|
365
|
-
break;
|
|
366
|
-
case 2:
|
|
367
|
-
return 55;
|
|
368
|
-
case 3:
|
|
369
|
-
break;
|
|
370
|
-
case 4:
|
|
371
|
-
return this.begin("title"), 35;
|
|
372
|
-
case 5:
|
|
373
|
-
return this.popState(), "title_value";
|
|
374
|
-
case 6:
|
|
375
|
-
return this.begin("acc_title"), 37;
|
|
376
|
-
case 7:
|
|
377
|
-
return this.popState(), "acc_title_value";
|
|
378
|
-
case 8:
|
|
379
|
-
return this.begin("acc_descr"), 39;
|
|
380
|
-
case 9:
|
|
381
|
-
return this.popState(), "acc_descr_value";
|
|
382
|
-
case 10:
|
|
383
|
-
this.begin("acc_descr_multiline");
|
|
384
|
-
break;
|
|
385
|
-
case 11:
|
|
386
|
-
this.popState();
|
|
387
|
-
break;
|
|
388
|
-
case 12:
|
|
389
|
-
return "acc_descr_multiline_value";
|
|
390
|
-
case 13:
|
|
391
|
-
return 48;
|
|
392
|
-
case 14:
|
|
393
|
-
return 50;
|
|
394
|
-
case 15:
|
|
395
|
-
return 49;
|
|
396
|
-
case 16:
|
|
397
|
-
return 51;
|
|
398
|
-
case 17:
|
|
399
|
-
return 52;
|
|
400
|
-
case 18:
|
|
401
|
-
return 53;
|
|
402
|
-
case 19:
|
|
403
|
-
return 54;
|
|
404
|
-
case 20:
|
|
405
|
-
return 25;
|
|
406
|
-
case 21:
|
|
407
|
-
this.begin("md_string");
|
|
408
|
-
break;
|
|
409
|
-
case 22:
|
|
410
|
-
return "MD_STR";
|
|
411
|
-
case 23:
|
|
412
|
-
this.popState();
|
|
413
|
-
break;
|
|
414
|
-
case 24:
|
|
415
|
-
this.begin("string");
|
|
416
|
-
break;
|
|
417
|
-
case 25:
|
|
418
|
-
this.popState();
|
|
419
|
-
break;
|
|
420
|
-
case 26:
|
|
421
|
-
return "STR";
|
|
422
|
-
case 27:
|
|
423
|
-
this.begin("class_name");
|
|
424
|
-
break;
|
|
425
|
-
case 28:
|
|
426
|
-
return this.popState(), 47;
|
|
427
|
-
case 29:
|
|
428
|
-
return this.begin("point_start"), 44;
|
|
429
|
-
case 30:
|
|
430
|
-
return this.begin("point_x"), 45;
|
|
431
|
-
case 31:
|
|
432
|
-
this.popState();
|
|
433
|
-
break;
|
|
434
|
-
case 32:
|
|
435
|
-
this.popState(), this.begin("point_y");
|
|
436
|
-
break;
|
|
437
|
-
case 33:
|
|
438
|
-
return this.popState(), 46;
|
|
439
|
-
case 34:
|
|
440
|
-
return 28;
|
|
441
|
-
case 35:
|
|
442
|
-
return 4;
|
|
443
|
-
case 36:
|
|
444
|
-
return 11;
|
|
445
|
-
case 37:
|
|
446
|
-
return 64;
|
|
447
|
-
case 38:
|
|
448
|
-
return 10;
|
|
449
|
-
case 39:
|
|
450
|
-
return 65;
|
|
451
|
-
case 40:
|
|
452
|
-
return 65;
|
|
453
|
-
case 41:
|
|
454
|
-
return 14;
|
|
455
|
-
case 42:
|
|
456
|
-
return 13;
|
|
457
|
-
case 43:
|
|
458
|
-
return 67;
|
|
459
|
-
case 44:
|
|
460
|
-
return 66;
|
|
461
|
-
case 45:
|
|
462
|
-
return 12;
|
|
463
|
-
case 46:
|
|
464
|
-
return 8;
|
|
465
|
-
case 47:
|
|
466
|
-
return 5;
|
|
467
|
-
case 48:
|
|
468
|
-
return 18;
|
|
469
|
-
case 49:
|
|
470
|
-
return 56;
|
|
471
|
-
case 50:
|
|
472
|
-
return 63;
|
|
473
|
-
case 51:
|
|
474
|
-
return 57;
|
|
475
|
-
}
|
|
476
|
-
}, "anonymous"),
|
|
477
|
-
rules: [/^(?:%%(?!\{)[^\n]*)/i, /^(?:[^\}]%%[^\n]*)/i, /^(?:[\n\r]+)/i, /^(?:%%[^\n]*)/i, /^(?:title\b)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accTitle\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*:\s*)/i, /^(?:(?!\n||)*[^\n]*)/i, /^(?:accDescr\s*\{\s*)/i, /^(?:[\}])/i, /^(?:[^\}]*)/i, /^(?: *x-axis *)/i, /^(?: *y-axis *)/i, /^(?: *--+> *)/i, /^(?: *quadrant-1 *)/i, /^(?: *quadrant-2 *)/i, /^(?: *quadrant-3 *)/i, /^(?: *quadrant-4 *)/i, /^(?:classDef\b)/i, /^(?:["][`])/i, /^(?:[^`"]+)/i, /^(?:[`]["])/i, /^(?:["])/i, /^(?:["])/i, /^(?:[^"]*)/i, /^(?::::)/i, /^(?:^\w+)/i, /^(?:\s*:\s*\[\s*)/i, /^(?:(1)|(0(.\d+)?))/i, /^(?:\s*\] *)/i, /^(?:\s*,\s*)/i, /^(?:(1)|(0(.\d+)?))/i, /^(?: *quadrantChart *)/i, /^(?:[A-Za-z]+)/i, /^(?::)/i, /^(?:\+)/i, /^(?:,)/i, /^(?:=)/i, /^(?:=)/i, /^(?:\*)/i, /^(?:#)/i, /^(?:[\_])/i, /^(?:\.)/i, /^(?:&)/i, /^(?:-)/i, /^(?:[0-9]+)/i, /^(?:\s)/i, /^(?:;)/i, /^(?:[!"#$%&'*+,-.`?\\_/])/i, /^(?:$)/i],
|
|
478
|
-
conditions: { class_name: { rules: [28], inclusive: !1 }, point_y: { rules: [33], inclusive: !1 }, point_x: { rules: [32], inclusive: !1 }, point_start: { rules: [30, 31], inclusive: !1 }, acc_descr_multiline: { rules: [11, 12], inclusive: !1 }, acc_descr: { rules: [9], inclusive: !1 }, acc_title: { rules: [7], inclusive: !1 }, title: { rules: [5], inclusive: !1 }, md_string: { rules: [22, 23], inclusive: !1 }, string: { rules: [25, 26], inclusive: !1 }, INITIAL: { rules: [0, 1, 2, 3, 4, 6, 8, 10, 13, 14, 15, 16, 17, 18, 19, 20, 21, 24, 27, 29, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51], inclusive: !0 } }
|
|
479
|
-
};
|
|
480
|
-
return j;
|
|
481
|
-
}();
|
|
482
|
-
vt.lexer = Te;
|
|
483
|
-
function qt() {
|
|
484
|
-
this.yy = {};
|
|
485
|
-
}
|
|
486
|
-
return o(qt, "Parser"), qt.prototype = vt, vt.Parser = qt, new qt();
|
|
487
|
-
}();
|
|
488
|
-
Vt.parser = Vt;
|
|
489
|
-
var De = Vt, V = Le(), ht, ze = (ht = class {
|
|
490
|
-
constructor() {
|
|
491
|
-
this.classes = /* @__PURE__ */ new Map(), this.config = this.getDefaultConfig(), this.themeConfig = this.getDefaultThemeConfig(), this.data = this.getDefaultData();
|
|
492
|
-
}
|
|
493
|
-
getDefaultData() {
|
|
494
|
-
return {
|
|
495
|
-
titleText: "",
|
|
496
|
-
quadrant1Text: "",
|
|
497
|
-
quadrant2Text: "",
|
|
498
|
-
quadrant3Text: "",
|
|
499
|
-
quadrant4Text: "",
|
|
500
|
-
xAxisLeftText: "",
|
|
501
|
-
xAxisRightText: "",
|
|
502
|
-
yAxisBottomText: "",
|
|
503
|
-
yAxisTopText: "",
|
|
504
|
-
points: []
|
|
505
|
-
};
|
|
506
|
-
}
|
|
507
|
-
getDefaultConfig() {
|
|
508
|
-
var n, u, c, h, p, y, S, a, A, d, T, q, m, b, x, O, Y, G;
|
|
509
|
-
return {
|
|
510
|
-
showXAxis: !0,
|
|
511
|
-
showYAxis: !0,
|
|
512
|
-
showTitle: !0,
|
|
513
|
-
chartHeight: ((n = D.quadrantChart) == null ? void 0 : n.chartWidth) || 500,
|
|
514
|
-
chartWidth: ((u = D.quadrantChart) == null ? void 0 : u.chartHeight) || 500,
|
|
515
|
-
titlePadding: ((c = D.quadrantChart) == null ? void 0 : c.titlePadding) || 10,
|
|
516
|
-
titleFontSize: ((h = D.quadrantChart) == null ? void 0 : h.titleFontSize) || 20,
|
|
517
|
-
quadrantPadding: ((p = D.quadrantChart) == null ? void 0 : p.quadrantPadding) || 5,
|
|
518
|
-
xAxisLabelPadding: ((y = D.quadrantChart) == null ? void 0 : y.xAxisLabelPadding) || 5,
|
|
519
|
-
yAxisLabelPadding: ((S = D.quadrantChart) == null ? void 0 : S.yAxisLabelPadding) || 5,
|
|
520
|
-
xAxisLabelFontSize: ((a = D.quadrantChart) == null ? void 0 : a.xAxisLabelFontSize) || 16,
|
|
521
|
-
yAxisLabelFontSize: ((A = D.quadrantChart) == null ? void 0 : A.yAxisLabelFontSize) || 16,
|
|
522
|
-
quadrantLabelFontSize: ((d = D.quadrantChart) == null ? void 0 : d.quadrantLabelFontSize) || 16,
|
|
523
|
-
quadrantTextTopPadding: ((T = D.quadrantChart) == null ? void 0 : T.quadrantTextTopPadding) || 5,
|
|
524
|
-
pointTextPadding: ((q = D.quadrantChart) == null ? void 0 : q.pointTextPadding) || 5,
|
|
525
|
-
pointLabelFontSize: ((m = D.quadrantChart) == null ? void 0 : m.pointLabelFontSize) || 12,
|
|
526
|
-
pointRadius: ((b = D.quadrantChart) == null ? void 0 : b.pointRadius) || 5,
|
|
527
|
-
xAxisPosition: ((x = D.quadrantChart) == null ? void 0 : x.xAxisPosition) || "top",
|
|
528
|
-
yAxisPosition: ((O = D.quadrantChart) == null ? void 0 : O.yAxisPosition) || "left",
|
|
529
|
-
quadrantInternalBorderStrokeWidth: ((Y = D.quadrantChart) == null ? void 0 : Y.quadrantInternalBorderStrokeWidth) || 1,
|
|
530
|
-
quadrantExternalBorderStrokeWidth: ((G = D.quadrantChart) == null ? void 0 : G.quadrantExternalBorderStrokeWidth) || 2
|
|
531
|
-
};
|
|
532
|
-
}
|
|
533
|
-
getDefaultThemeConfig() {
|
|
534
|
-
return {
|
|
535
|
-
quadrant1Fill: V.quadrant1Fill,
|
|
536
|
-
quadrant2Fill: V.quadrant2Fill,
|
|
537
|
-
quadrant3Fill: V.quadrant3Fill,
|
|
538
|
-
quadrant4Fill: V.quadrant4Fill,
|
|
539
|
-
quadrant1TextFill: V.quadrant1TextFill,
|
|
540
|
-
quadrant2TextFill: V.quadrant2TextFill,
|
|
541
|
-
quadrant3TextFill: V.quadrant3TextFill,
|
|
542
|
-
quadrant4TextFill: V.quadrant4TextFill,
|
|
543
|
-
quadrantPointFill: V.quadrantPointFill,
|
|
544
|
-
quadrantPointTextFill: V.quadrantPointTextFill,
|
|
545
|
-
quadrantXAxisTextFill: V.quadrantXAxisTextFill,
|
|
546
|
-
quadrantYAxisTextFill: V.quadrantYAxisTextFill,
|
|
547
|
-
quadrantTitleFill: V.quadrantTitleFill,
|
|
548
|
-
quadrantInternalBorderStrokeFill: V.quadrantInternalBorderStrokeFill,
|
|
549
|
-
quadrantExternalBorderStrokeFill: V.quadrantExternalBorderStrokeFill
|
|
550
|
-
};
|
|
551
|
-
}
|
|
552
|
-
clear() {
|
|
553
|
-
this.config = this.getDefaultConfig(), this.themeConfig = this.getDefaultThemeConfig(), this.data = this.getDefaultData(), this.classes = /* @__PURE__ */ new Map(), At.info("clear called");
|
|
554
|
-
}
|
|
555
|
-
setData(n) {
|
|
556
|
-
this.data = { ...this.data, ...n };
|
|
557
|
-
}
|
|
558
|
-
addPoints(n) {
|
|
559
|
-
this.data.points = [...n, ...this.data.points];
|
|
560
|
-
}
|
|
561
|
-
addClass(n, u) {
|
|
562
|
-
this.classes.set(n, u);
|
|
563
|
-
}
|
|
564
|
-
setConfig(n) {
|
|
565
|
-
At.trace("setConfig called with: ", n), this.config = { ...this.config, ...n };
|
|
566
|
-
}
|
|
567
|
-
setThemeConfig(n) {
|
|
568
|
-
At.trace("setThemeConfig called with: ", n), this.themeConfig = { ...this.themeConfig, ...n };
|
|
569
|
-
}
|
|
570
|
-
calculateSpace(n, u, c, h) {
|
|
571
|
-
const p = this.config.xAxisLabelPadding * 2 + this.config.xAxisLabelFontSize, y = {
|
|
572
|
-
top: n === "top" && u ? p : 0,
|
|
573
|
-
bottom: n === "bottom" && u ? p : 0
|
|
574
|
-
}, S = this.config.yAxisLabelPadding * 2 + this.config.yAxisLabelFontSize, a = {
|
|
575
|
-
left: this.config.yAxisPosition === "left" && c ? S : 0,
|
|
576
|
-
right: this.config.yAxisPosition === "right" && c ? S : 0
|
|
577
|
-
}, A = this.config.titleFontSize + this.config.titlePadding * 2, d = {
|
|
578
|
-
top: h ? A : 0
|
|
579
|
-
}, T = this.config.quadrantPadding + a.left, q = this.config.quadrantPadding + y.top + d.top, m = this.config.chartWidth - this.config.quadrantPadding * 2 - a.left - a.right, b = this.config.chartHeight - this.config.quadrantPadding * 2 - y.top - y.bottom - d.top, x = m / 2, O = b / 2;
|
|
580
|
-
return {
|
|
581
|
-
xAxisSpace: y,
|
|
582
|
-
yAxisSpace: a,
|
|
583
|
-
titleSpace: d,
|
|
584
|
-
quadrantSpace: {
|
|
585
|
-
quadrantLeft: T,
|
|
586
|
-
quadrantTop: q,
|
|
587
|
-
quadrantWidth: m,
|
|
588
|
-
quadrantHalfWidth: x,
|
|
589
|
-
quadrantHeight: b,
|
|
590
|
-
quadrantHalfHeight: O
|
|
591
|
-
}
|
|
592
|
-
};
|
|
593
|
-
}
|
|
594
|
-
getAxisLabels(n, u, c, h) {
|
|
595
|
-
const { quadrantSpace: p, titleSpace: y } = h, {
|
|
596
|
-
quadrantHalfHeight: S,
|
|
597
|
-
quadrantHeight: a,
|
|
598
|
-
quadrantLeft: A,
|
|
599
|
-
quadrantHalfWidth: d,
|
|
600
|
-
quadrantTop: T,
|
|
601
|
-
quadrantWidth: q
|
|
602
|
-
} = p, m = !!this.data.xAxisRightText, b = !!this.data.yAxisTopText, x = [];
|
|
603
|
-
return this.data.xAxisLeftText && u && x.push({
|
|
604
|
-
text: this.data.xAxisLeftText,
|
|
605
|
-
fill: this.themeConfig.quadrantXAxisTextFill,
|
|
606
|
-
x: A + (m ? d / 2 : 0),
|
|
607
|
-
y: n === "top" ? this.config.xAxisLabelPadding + y.top : this.config.xAxisLabelPadding + T + a + this.config.quadrantPadding,
|
|
608
|
-
fontSize: this.config.xAxisLabelFontSize,
|
|
609
|
-
verticalPos: m ? "center" : "left",
|
|
610
|
-
horizontalPos: "top",
|
|
611
|
-
rotation: 0
|
|
612
|
-
}), this.data.xAxisRightText && u && x.push({
|
|
613
|
-
text: this.data.xAxisRightText,
|
|
614
|
-
fill: this.themeConfig.quadrantXAxisTextFill,
|
|
615
|
-
x: A + d + (m ? d / 2 : 0),
|
|
616
|
-
y: n === "top" ? this.config.xAxisLabelPadding + y.top : this.config.xAxisLabelPadding + T + a + this.config.quadrantPadding,
|
|
617
|
-
fontSize: this.config.xAxisLabelFontSize,
|
|
618
|
-
verticalPos: m ? "center" : "left",
|
|
619
|
-
horizontalPos: "top",
|
|
620
|
-
rotation: 0
|
|
621
|
-
}), this.data.yAxisBottomText && c && x.push({
|
|
622
|
-
text: this.data.yAxisBottomText,
|
|
623
|
-
fill: this.themeConfig.quadrantYAxisTextFill,
|
|
624
|
-
x: this.config.yAxisPosition === "left" ? this.config.yAxisLabelPadding : this.config.yAxisLabelPadding + A + q + this.config.quadrantPadding,
|
|
625
|
-
y: T + a - (b ? S / 2 : 0),
|
|
626
|
-
fontSize: this.config.yAxisLabelFontSize,
|
|
627
|
-
verticalPos: b ? "center" : "left",
|
|
628
|
-
horizontalPos: "top",
|
|
629
|
-
rotation: -90
|
|
630
|
-
}), this.data.yAxisTopText && c && x.push({
|
|
631
|
-
text: this.data.yAxisTopText,
|
|
632
|
-
fill: this.themeConfig.quadrantYAxisTextFill,
|
|
633
|
-
x: this.config.yAxisPosition === "left" ? this.config.yAxisLabelPadding : this.config.yAxisLabelPadding + A + q + this.config.quadrantPadding,
|
|
634
|
-
y: T + S - (b ? S / 2 : 0),
|
|
635
|
-
fontSize: this.config.yAxisLabelFontSize,
|
|
636
|
-
verticalPos: b ? "center" : "left",
|
|
637
|
-
horizontalPos: "top",
|
|
638
|
-
rotation: -90
|
|
639
|
-
}), x;
|
|
640
|
-
}
|
|
641
|
-
getQuadrants(n) {
|
|
642
|
-
const { quadrantSpace: u } = n, { quadrantHalfHeight: c, quadrantLeft: h, quadrantHalfWidth: p, quadrantTop: y } = u, S = [
|
|
643
|
-
{
|
|
644
|
-
text: {
|
|
645
|
-
text: this.data.quadrant1Text,
|
|
646
|
-
fill: this.themeConfig.quadrant1TextFill,
|
|
647
|
-
x: 0,
|
|
648
|
-
y: 0,
|
|
649
|
-
fontSize: this.config.quadrantLabelFontSize,
|
|
650
|
-
verticalPos: "center",
|
|
651
|
-
horizontalPos: "middle",
|
|
652
|
-
rotation: 0
|
|
653
|
-
},
|
|
654
|
-
x: h + p,
|
|
655
|
-
y,
|
|
656
|
-
width: p,
|
|
657
|
-
height: c,
|
|
658
|
-
fill: this.themeConfig.quadrant1Fill
|
|
659
|
-
},
|
|
660
|
-
{
|
|
661
|
-
text: {
|
|
662
|
-
text: this.data.quadrant2Text,
|
|
663
|
-
fill: this.themeConfig.quadrant2TextFill,
|
|
664
|
-
x: 0,
|
|
665
|
-
y: 0,
|
|
666
|
-
fontSize: this.config.quadrantLabelFontSize,
|
|
667
|
-
verticalPos: "center",
|
|
668
|
-
horizontalPos: "middle",
|
|
669
|
-
rotation: 0
|
|
670
|
-
},
|
|
671
|
-
x: h,
|
|
672
|
-
y,
|
|
673
|
-
width: p,
|
|
674
|
-
height: c,
|
|
675
|
-
fill: this.themeConfig.quadrant2Fill
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
text: {
|
|
679
|
-
text: this.data.quadrant3Text,
|
|
680
|
-
fill: this.themeConfig.quadrant3TextFill,
|
|
681
|
-
x: 0,
|
|
682
|
-
y: 0,
|
|
683
|
-
fontSize: this.config.quadrantLabelFontSize,
|
|
684
|
-
verticalPos: "center",
|
|
685
|
-
horizontalPos: "middle",
|
|
686
|
-
rotation: 0
|
|
687
|
-
},
|
|
688
|
-
x: h,
|
|
689
|
-
y: y + c,
|
|
690
|
-
width: p,
|
|
691
|
-
height: c,
|
|
692
|
-
fill: this.themeConfig.quadrant3Fill
|
|
693
|
-
},
|
|
694
|
-
{
|
|
695
|
-
text: {
|
|
696
|
-
text: this.data.quadrant4Text,
|
|
697
|
-
fill: this.themeConfig.quadrant4TextFill,
|
|
698
|
-
x: 0,
|
|
699
|
-
y: 0,
|
|
700
|
-
fontSize: this.config.quadrantLabelFontSize,
|
|
701
|
-
verticalPos: "center",
|
|
702
|
-
horizontalPos: "middle",
|
|
703
|
-
rotation: 0
|
|
704
|
-
},
|
|
705
|
-
x: h + p,
|
|
706
|
-
y: y + c,
|
|
707
|
-
width: p,
|
|
708
|
-
height: c,
|
|
709
|
-
fill: this.themeConfig.quadrant4Fill
|
|
710
|
-
}
|
|
711
|
-
];
|
|
712
|
-
for (const a of S)
|
|
713
|
-
a.text.x = a.x + a.width / 2, this.data.points.length === 0 ? (a.text.y = a.y + a.height / 2, a.text.horizontalPos = "middle") : (a.text.y = a.y + this.config.quadrantTextTopPadding, a.text.horizontalPos = "top");
|
|
714
|
-
return S;
|
|
715
|
-
}
|
|
716
|
-
getQuadrantPoints(n) {
|
|
717
|
-
const { quadrantSpace: u } = n, { quadrantHeight: c, quadrantLeft: h, quadrantTop: p, quadrantWidth: y } = u, S = ee().domain([0, 1]).range([h, y + h]), a = ee().domain([0, 1]).range([c + p, p]);
|
|
718
|
-
return this.data.points.map((d) => {
|
|
719
|
-
const T = this.classes.get(d.className);
|
|
720
|
-
return T && (d = { ...T, ...d }), {
|
|
721
|
-
x: S(d.x),
|
|
722
|
-
y: a(d.y),
|
|
723
|
-
fill: d.color ?? this.themeConfig.quadrantPointFill,
|
|
724
|
-
radius: d.radius ?? this.config.pointRadius,
|
|
725
|
-
text: {
|
|
726
|
-
text: d.text,
|
|
727
|
-
fill: this.themeConfig.quadrantPointTextFill,
|
|
728
|
-
x: S(d.x),
|
|
729
|
-
y: a(d.y) + this.config.pointTextPadding,
|
|
730
|
-
verticalPos: "center",
|
|
731
|
-
horizontalPos: "top",
|
|
732
|
-
fontSize: this.config.pointLabelFontSize,
|
|
733
|
-
rotation: 0
|
|
734
|
-
},
|
|
735
|
-
strokeColor: d.strokeColor ?? this.themeConfig.quadrantPointFill,
|
|
736
|
-
strokeWidth: d.strokeWidth ?? "0px"
|
|
737
|
-
};
|
|
738
|
-
});
|
|
739
|
-
}
|
|
740
|
-
getBorders(n) {
|
|
741
|
-
const u = this.config.quadrantExternalBorderStrokeWidth / 2, { quadrantSpace: c } = n, {
|
|
742
|
-
quadrantHalfHeight: h,
|
|
743
|
-
quadrantHeight: p,
|
|
744
|
-
quadrantLeft: y,
|
|
745
|
-
quadrantHalfWidth: S,
|
|
746
|
-
quadrantTop: a,
|
|
747
|
-
quadrantWidth: A
|
|
748
|
-
} = c;
|
|
749
|
-
return [
|
|
750
|
-
// top border
|
|
751
|
-
{
|
|
752
|
-
strokeFill: this.themeConfig.quadrantExternalBorderStrokeFill,
|
|
753
|
-
strokeWidth: this.config.quadrantExternalBorderStrokeWidth,
|
|
754
|
-
x1: y - u,
|
|
755
|
-
y1: a,
|
|
756
|
-
x2: y + A + u,
|
|
757
|
-
y2: a
|
|
758
|
-
},
|
|
759
|
-
// right border
|
|
760
|
-
{
|
|
761
|
-
strokeFill: this.themeConfig.quadrantExternalBorderStrokeFill,
|
|
762
|
-
strokeWidth: this.config.quadrantExternalBorderStrokeWidth,
|
|
763
|
-
x1: y + A,
|
|
764
|
-
y1: a + u,
|
|
765
|
-
x2: y + A,
|
|
766
|
-
y2: a + p - u
|
|
767
|
-
},
|
|
768
|
-
// bottom border
|
|
769
|
-
{
|
|
770
|
-
strokeFill: this.themeConfig.quadrantExternalBorderStrokeFill,
|
|
771
|
-
strokeWidth: this.config.quadrantExternalBorderStrokeWidth,
|
|
772
|
-
x1: y - u,
|
|
773
|
-
y1: a + p,
|
|
774
|
-
x2: y + A + u,
|
|
775
|
-
y2: a + p
|
|
776
|
-
},
|
|
777
|
-
// left border
|
|
778
|
-
{
|
|
779
|
-
strokeFill: this.themeConfig.quadrantExternalBorderStrokeFill,
|
|
780
|
-
strokeWidth: this.config.quadrantExternalBorderStrokeWidth,
|
|
781
|
-
x1: y,
|
|
782
|
-
y1: a + u,
|
|
783
|
-
x2: y,
|
|
784
|
-
y2: a + p - u
|
|
785
|
-
},
|
|
786
|
-
// vertical inner border
|
|
787
|
-
{
|
|
788
|
-
strokeFill: this.themeConfig.quadrantInternalBorderStrokeFill,
|
|
789
|
-
strokeWidth: this.config.quadrantInternalBorderStrokeWidth,
|
|
790
|
-
x1: y + S,
|
|
791
|
-
y1: a + u,
|
|
792
|
-
x2: y + S,
|
|
793
|
-
y2: a + p - u
|
|
794
|
-
},
|
|
795
|
-
// horizontal inner border
|
|
796
|
-
{
|
|
797
|
-
strokeFill: this.themeConfig.quadrantInternalBorderStrokeFill,
|
|
798
|
-
strokeWidth: this.config.quadrantInternalBorderStrokeWidth,
|
|
799
|
-
x1: y + u,
|
|
800
|
-
y1: a + h,
|
|
801
|
-
x2: y + A - u,
|
|
802
|
-
y2: a + h
|
|
803
|
-
}
|
|
804
|
-
];
|
|
805
|
-
}
|
|
806
|
-
getTitle(n) {
|
|
807
|
-
if (n)
|
|
808
|
-
return {
|
|
809
|
-
text: this.data.titleText,
|
|
810
|
-
fill: this.themeConfig.quadrantTitleFill,
|
|
811
|
-
fontSize: this.config.titleFontSize,
|
|
812
|
-
horizontalPos: "top",
|
|
813
|
-
verticalPos: "center",
|
|
814
|
-
rotation: 0,
|
|
815
|
-
y: this.config.titlePadding,
|
|
816
|
-
x: this.config.chartWidth / 2
|
|
817
|
-
};
|
|
818
|
-
}
|
|
819
|
-
build() {
|
|
820
|
-
const n = this.config.showXAxis && !!(this.data.xAxisLeftText || this.data.xAxisRightText), u = this.config.showYAxis && !!(this.data.yAxisTopText || this.data.yAxisBottomText), c = this.config.showTitle && !!this.data.titleText, h = this.data.points.length > 0 ? "bottom" : this.config.xAxisPosition, p = this.calculateSpace(h, n, u, c);
|
|
821
|
-
return {
|
|
822
|
-
points: this.getQuadrantPoints(p),
|
|
823
|
-
quadrants: this.getQuadrants(p),
|
|
824
|
-
axisLabels: this.getAxisLabels(h, n, u, p),
|
|
825
|
-
borderLines: this.getBorders(p),
|
|
826
|
-
title: this.getTitle(c)
|
|
827
|
-
};
|
|
828
|
-
}
|
|
829
|
-
}, o(ht, "QuadrantBuilder"), ht), ct, _t = (ct = class extends Error {
|
|
830
|
-
constructor(n, u, c) {
|
|
831
|
-
super(`value for ${n} ${u} is invalid, please use a valid ${c}`), this.name = "InvalidStyleError";
|
|
832
|
-
}
|
|
833
|
-
}, o(ct, "InvalidStyleError"), ct);
|
|
834
|
-
function It(t) {
|
|
835
|
-
return !/^#?([\dA-Fa-f]{6}|[\dA-Fa-f]{3})$/.test(t);
|
|
836
|
-
}
|
|
837
|
-
o(It, "validateHexCode");
|
|
838
|
-
function ae(t) {
|
|
839
|
-
return !/^\d+$/.test(t);
|
|
840
|
-
}
|
|
841
|
-
o(ae, "validateNumber");
|
|
842
|
-
function ne(t) {
|
|
843
|
-
return !/^\d+px$/.test(t);
|
|
844
|
-
}
|
|
845
|
-
o(ne, "validateSizeInPixels");
|
|
846
|
-
var Ve = wt();
|
|
847
|
-
function Q(t) {
|
|
848
|
-
return Ee(t.trim(), Ve);
|
|
849
|
-
}
|
|
850
|
-
o(Q, "textSanitizer");
|
|
851
|
-
var z = new ze();
|
|
852
|
-
function se(t) {
|
|
853
|
-
z.setData({ quadrant1Text: Q(t.text) });
|
|
854
|
-
}
|
|
855
|
-
o(se, "setQuadrant1Text");
|
|
856
|
-
function re(t) {
|
|
857
|
-
z.setData({ quadrant2Text: Q(t.text) });
|
|
858
|
-
}
|
|
859
|
-
o(re, "setQuadrant2Text");
|
|
860
|
-
function oe(t) {
|
|
861
|
-
z.setData({ quadrant3Text: Q(t.text) });
|
|
862
|
-
}
|
|
863
|
-
o(oe, "setQuadrant3Text");
|
|
864
|
-
function le(t) {
|
|
865
|
-
z.setData({ quadrant4Text: Q(t.text) });
|
|
866
|
-
}
|
|
867
|
-
o(le, "setQuadrant4Text");
|
|
868
|
-
function he(t) {
|
|
869
|
-
z.setData({ xAxisLeftText: Q(t.text) });
|
|
870
|
-
}
|
|
871
|
-
o(he, "setXAxisLeftText");
|
|
872
|
-
function ce(t) {
|
|
873
|
-
z.setData({ xAxisRightText: Q(t.text) });
|
|
874
|
-
}
|
|
875
|
-
o(ce, "setXAxisRightText");
|
|
876
|
-
function de(t) {
|
|
877
|
-
z.setData({ yAxisTopText: Q(t.text) });
|
|
878
|
-
}
|
|
879
|
-
o(de, "setYAxisTopText");
|
|
880
|
-
function ue(t) {
|
|
881
|
-
z.setData({ yAxisBottomText: Q(t.text) });
|
|
882
|
-
}
|
|
883
|
-
o(ue, "setYAxisBottomText");
|
|
884
|
-
function kt(t) {
|
|
885
|
-
const n = {};
|
|
886
|
-
for (const u of t) {
|
|
887
|
-
const [c, h] = u.trim().split(/\s*:\s*/);
|
|
888
|
-
if (c === "radius") {
|
|
889
|
-
if (ae(h))
|
|
890
|
-
throw new _t(c, h, "number");
|
|
891
|
-
n.radius = parseInt(h);
|
|
892
|
-
} else if (c === "color") {
|
|
893
|
-
if (It(h))
|
|
894
|
-
throw new _t(c, h, "hex code");
|
|
895
|
-
n.color = h;
|
|
896
|
-
} else if (c === "stroke-color") {
|
|
897
|
-
if (It(h))
|
|
898
|
-
throw new _t(c, h, "hex code");
|
|
899
|
-
n.strokeColor = h;
|
|
900
|
-
} else if (c === "stroke-width") {
|
|
901
|
-
if (ne(h))
|
|
902
|
-
throw new _t(c, h, "number of pixels (eg. 10px)");
|
|
903
|
-
n.strokeWidth = h;
|
|
904
|
-
} else
|
|
905
|
-
throw new Error(`style named ${c} is not supported.`);
|
|
906
|
-
}
|
|
907
|
-
return n;
|
|
908
|
-
}
|
|
909
|
-
o(kt, "parseStyles");
|
|
910
|
-
function xe(t, n, u, c, h) {
|
|
911
|
-
const p = kt(h);
|
|
912
|
-
z.addPoints([
|
|
913
|
-
{
|
|
914
|
-
x: u,
|
|
915
|
-
y: c,
|
|
916
|
-
text: Q(t.text),
|
|
917
|
-
className: n,
|
|
918
|
-
...p
|
|
919
|
-
}
|
|
920
|
-
]);
|
|
921
|
-
}
|
|
922
|
-
o(xe, "addPoint");
|
|
923
|
-
function fe(t, n) {
|
|
924
|
-
z.addClass(t, kt(n));
|
|
925
|
-
}
|
|
926
|
-
o(fe, "addClass");
|
|
927
|
-
function ge(t) {
|
|
928
|
-
z.setConfig({ chartWidth: t });
|
|
929
|
-
}
|
|
930
|
-
o(ge, "setWidth");
|
|
931
|
-
function pe(t) {
|
|
932
|
-
z.setConfig({ chartHeight: t });
|
|
933
|
-
}
|
|
934
|
-
o(pe, "setHeight");
|
|
935
|
-
function ye() {
|
|
936
|
-
const t = wt(), { themeVariables: n, quadrantChart: u } = t;
|
|
937
|
-
return u && z.setConfig(u), z.setThemeConfig({
|
|
938
|
-
quadrant1Fill: n.quadrant1Fill,
|
|
939
|
-
quadrant2Fill: n.quadrant2Fill,
|
|
940
|
-
quadrant3Fill: n.quadrant3Fill,
|
|
941
|
-
quadrant4Fill: n.quadrant4Fill,
|
|
942
|
-
quadrant1TextFill: n.quadrant1TextFill,
|
|
943
|
-
quadrant2TextFill: n.quadrant2TextFill,
|
|
944
|
-
quadrant3TextFill: n.quadrant3TextFill,
|
|
945
|
-
quadrant4TextFill: n.quadrant4TextFill,
|
|
946
|
-
quadrantPointFill: n.quadrantPointFill,
|
|
947
|
-
quadrantPointTextFill: n.quadrantPointTextFill,
|
|
948
|
-
quadrantXAxisTextFill: n.quadrantXAxisTextFill,
|
|
949
|
-
quadrantYAxisTextFill: n.quadrantYAxisTextFill,
|
|
950
|
-
quadrantExternalBorderStrokeFill: n.quadrantExternalBorderStrokeFill,
|
|
951
|
-
quadrantInternalBorderStrokeFill: n.quadrantInternalBorderStrokeFill,
|
|
952
|
-
quadrantTitleFill: n.quadrantTitleFill
|
|
953
|
-
}), z.setData({ titleText: ie() }), z.build();
|
|
954
|
-
}
|
|
955
|
-
o(ye, "getQuadrantData");
|
|
956
|
-
var Ie = /* @__PURE__ */ o(function() {
|
|
957
|
-
z.clear(), Ce();
|
|
958
|
-
}, "clear"), we = {
|
|
959
|
-
setWidth: ge,
|
|
960
|
-
setHeight: pe,
|
|
961
|
-
setQuadrant1Text: se,
|
|
962
|
-
setQuadrant2Text: re,
|
|
963
|
-
setQuadrant3Text: oe,
|
|
964
|
-
setQuadrant4Text: le,
|
|
965
|
-
setXAxisLeftText: he,
|
|
966
|
-
setXAxisRightText: ce,
|
|
967
|
-
setYAxisTopText: de,
|
|
968
|
-
setYAxisBottomText: ue,
|
|
969
|
-
parseStyles: kt,
|
|
970
|
-
addPoint: xe,
|
|
971
|
-
addClass: fe,
|
|
972
|
-
getQuadrantData: ye,
|
|
973
|
-
clear: Ie,
|
|
974
|
-
setAccTitle: Pe,
|
|
975
|
-
getAccTitle: Fe,
|
|
976
|
-
setDiagramTitle: ke,
|
|
977
|
-
getDiagramTitle: ie,
|
|
978
|
-
getAccDescription: Ae,
|
|
979
|
-
setAccDescription: _e
|
|
980
|
-
}, Be = /* @__PURE__ */ o((t, n, u, c) => {
|
|
981
|
-
var xt, ft, gt;
|
|
982
|
-
function h(i) {
|
|
983
|
-
return i === "top" ? "hanging" : "middle";
|
|
984
|
-
}
|
|
985
|
-
o(h, "getDominantBaseLine");
|
|
986
|
-
function p(i) {
|
|
987
|
-
return i === "left" ? "start" : "middle";
|
|
988
|
-
}
|
|
989
|
-
o(p, "getTextAnchor");
|
|
990
|
-
function y(i) {
|
|
991
|
-
return `translate(${i.x}, ${i.y}) rotate(${i.rotation || 0})`;
|
|
992
|
-
}
|
|
993
|
-
o(y, "getTransformation");
|
|
994
|
-
const S = wt();
|
|
995
|
-
At.debug(`Rendering quadrant chart
|
|
996
|
-
` + t);
|
|
997
|
-
const a = S.securityLevel;
|
|
998
|
-
let A;
|
|
999
|
-
a === "sandbox" && (A = zt("#i" + n));
|
|
1000
|
-
const T = (a === "sandbox" ? zt(A.nodes()[0].contentDocument.body) : zt("body")).select(`[id="${n}"]`), q = T.append("g").attr("class", "main"), m = ((xt = S.quadrantChart) == null ? void 0 : xt.chartWidth) ?? 500, b = ((ft = S.quadrantChart) == null ? void 0 : ft.chartHeight) ?? 500;
|
|
1001
|
-
ve(T, b, m, ((gt = S.quadrantChart) == null ? void 0 : gt.useMaxWidth) ?? !0), T.attr("viewBox", "0 0 " + m + " " + b), c.db.setHeight(b), c.db.setWidth(m);
|
|
1002
|
-
const x = c.db.getQuadrantData(), O = q.append("g").attr("class", "quadrants"), Y = q.append("g").attr("class", "border"), G = q.append("g").attr("class", "data-points"), yt = q.append("g").attr("class", "labels"), Tt = q.append("g").attr("class", "title");
|
|
1003
|
-
x.title && Tt.append("text").attr("x", 0).attr("y", 0).attr("fill", x.title.fill).attr("font-size", x.title.fontSize).attr("dominant-baseline", h(x.title.horizontalPos)).attr("text-anchor", p(x.title.verticalPos)).attr("transform", y(x.title)).text(x.title.text), x.borderLines && Y.selectAll("line").data(x.borderLines).enter().append("line").attr("x1", (i) => i.x1).attr("y1", (i) => i.y1).attr("x2", (i) => i.x2).attr("y2", (i) => i.y2).style("stroke", (i) => i.strokeFill).style("stroke-width", (i) => i.strokeWidth);
|
|
1004
|
-
const dt = O.selectAll("g.quadrant").data(x.quadrants).enter().append("g").attr("class", "quadrant");
|
|
1005
|
-
dt.append("rect").attr("x", (i) => i.x).attr("y", (i) => i.y).attr("width", (i) => i.width).attr("height", (i) => i.height).attr("fill", (i) => i.fill), dt.append("text").attr("x", 0).attr("y", 0).attr("fill", (i) => i.text.fill).attr("font-size", (i) => i.text.fontSize).attr(
|
|
1006
|
-
"dominant-baseline",
|
|
1007
|
-
(i) => h(i.text.horizontalPos)
|
|
1008
|
-
).attr("text-anchor", (i) => p(i.text.verticalPos)).attr("transform", (i) => y(i.text)).text((i) => i.text.text), yt.selectAll("g.label").data(x.axisLabels).enter().append("g").attr("class", "label").append("text").attr("x", 0).attr("y", 0).text((i) => i.text).attr("fill", (i) => i.fill).attr("font-size", (i) => i.fontSize).attr("dominant-baseline", (i) => h(i.horizontalPos)).attr("text-anchor", (i) => p(i.verticalPos)).attr("transform", (i) => y(i));
|
|
1009
|
-
const ut = G.selectAll("g.data-point").data(x.points).enter().append("g").attr("class", "data-point");
|
|
1010
|
-
ut.append("circle").attr("cx", (i) => i.x).attr("cy", (i) => i.y).attr("r", (i) => i.radius).attr("fill", (i) => i.fill).attr("stroke", (i) => i.strokeColor).attr("stroke-width", (i) => i.strokeWidth), ut.append("text").attr("x", 0).attr("y", 0).text((i) => i.text.text).attr("fill", (i) => i.text.fill).attr("font-size", (i) => i.text.fontSize).attr(
|
|
1011
|
-
"dominant-baseline",
|
|
1012
|
-
(i) => h(i.text.horizontalPos)
|
|
1013
|
-
).attr("text-anchor", (i) => p(i.text.verticalPos)).attr("transform", (i) => y(i.text));
|
|
1014
|
-
}, "draw"), Re = {
|
|
1015
|
-
draw: Be
|
|
1016
|
-
}, Ue = {
|
|
1017
|
-
parser: De,
|
|
1018
|
-
db: we,
|
|
1019
|
-
renderer: Re,
|
|
1020
|
-
styles: /* @__PURE__ */ o(() => "", "styles")
|
|
1021
|
-
};
|
|
1022
|
-
export {
|
|
1023
|
-
Ue as diagram
|
|
1024
|
-
};
|