@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
|
@@ -0,0 +1,1278 @@
|
|
|
1
|
+
import { __module as cytoscapeFcose$1 } from "../../../../../_virtual/cytoscape-fcose2.mjs";
|
|
2
|
+
import { __require as requireCoseBase } from "../../../cose-base@2.2.0/node_modules/cose-base/cose-base.mjs";
|
|
3
|
+
var cytoscapeFcose = cytoscapeFcose$1.exports;
|
|
4
|
+
var hasRequiredCytoscapeFcose;
|
|
5
|
+
function requireCytoscapeFcose() {
|
|
6
|
+
if (hasRequiredCytoscapeFcose) return cytoscapeFcose$1.exports;
|
|
7
|
+
hasRequiredCytoscapeFcose = 1;
|
|
8
|
+
(function(module, exports) {
|
|
9
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
10
|
+
module.exports = factory(requireCoseBase());
|
|
11
|
+
})(cytoscapeFcose, function(__WEBPACK_EXTERNAL_MODULE__140__) {
|
|
12
|
+
return (
|
|
13
|
+
/******/
|
|
14
|
+
(() => {
|
|
15
|
+
var __webpack_modules__ = {
|
|
16
|
+
/***/
|
|
17
|
+
658: (
|
|
18
|
+
/***/
|
|
19
|
+
(module2) => {
|
|
20
|
+
module2.exports = Object.assign != null ? Object.assign.bind(Object) : function(tgt) {
|
|
21
|
+
for (var _len = arguments.length, srcs = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
|
|
22
|
+
srcs[_key - 1] = arguments[_key];
|
|
23
|
+
}
|
|
24
|
+
srcs.forEach(function(src) {
|
|
25
|
+
Object.keys(src).forEach(function(k) {
|
|
26
|
+
return tgt[k] = src[k];
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
return tgt;
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
),
|
|
33
|
+
/***/
|
|
34
|
+
548: (
|
|
35
|
+
/***/
|
|
36
|
+
(module2, __unused_webpack_exports, __webpack_require__2) => {
|
|
37
|
+
var _slicedToArray = /* @__PURE__ */ function() {
|
|
38
|
+
function sliceIterator(arr, i) {
|
|
39
|
+
var _arr = [];
|
|
40
|
+
var _n = true;
|
|
41
|
+
var _d = false;
|
|
42
|
+
var _e = void 0;
|
|
43
|
+
try {
|
|
44
|
+
for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) {
|
|
45
|
+
_arr.push(_s.value);
|
|
46
|
+
if (i && _arr.length === i) break;
|
|
47
|
+
}
|
|
48
|
+
} catch (err) {
|
|
49
|
+
_d = true;
|
|
50
|
+
_e = err;
|
|
51
|
+
} finally {
|
|
52
|
+
try {
|
|
53
|
+
if (!_n && _i["return"]) _i["return"]();
|
|
54
|
+
} finally {
|
|
55
|
+
if (_d) throw _e;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
return _arr;
|
|
59
|
+
}
|
|
60
|
+
return function(arr, i) {
|
|
61
|
+
if (Array.isArray(arr)) {
|
|
62
|
+
return arr;
|
|
63
|
+
} else if (Symbol.iterator in Object(arr)) {
|
|
64
|
+
return sliceIterator(arr, i);
|
|
65
|
+
} else {
|
|
66
|
+
throw new TypeError("Invalid attempt to destructure non-iterable instance");
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
}();
|
|
70
|
+
var LinkedList = __webpack_require__2(140).layoutBase.LinkedList;
|
|
71
|
+
var auxiliary = {};
|
|
72
|
+
auxiliary.getTopMostNodes = function(nodes) {
|
|
73
|
+
var nodesMap = {};
|
|
74
|
+
for (var i = 0; i < nodes.length; i++) {
|
|
75
|
+
nodesMap[nodes[i].id()] = true;
|
|
76
|
+
}
|
|
77
|
+
var roots = nodes.filter(function(ele, i2) {
|
|
78
|
+
if (typeof ele === "number") {
|
|
79
|
+
ele = i2;
|
|
80
|
+
}
|
|
81
|
+
var parent = ele.parent()[0];
|
|
82
|
+
while (parent != null) {
|
|
83
|
+
if (nodesMap[parent.id()]) {
|
|
84
|
+
return false;
|
|
85
|
+
}
|
|
86
|
+
parent = parent.parent()[0];
|
|
87
|
+
}
|
|
88
|
+
return true;
|
|
89
|
+
});
|
|
90
|
+
return roots;
|
|
91
|
+
};
|
|
92
|
+
auxiliary.connectComponents = function(cy, eles, topMostNodes, dummyNodes) {
|
|
93
|
+
var queue = new LinkedList();
|
|
94
|
+
var visited = /* @__PURE__ */ new Set();
|
|
95
|
+
var visitedTopMostNodes = [];
|
|
96
|
+
var currentNeighbor = void 0;
|
|
97
|
+
var minDegreeNode = void 0;
|
|
98
|
+
var minDegree = void 0;
|
|
99
|
+
var isConnected = false;
|
|
100
|
+
var count = 1;
|
|
101
|
+
var nodesConnectedToDummy = [];
|
|
102
|
+
var components = [];
|
|
103
|
+
var _loop = function _loop2() {
|
|
104
|
+
var cmpt = cy.collection();
|
|
105
|
+
components.push(cmpt);
|
|
106
|
+
var currentNode = topMostNodes[0];
|
|
107
|
+
var childrenOfCurrentNode = cy.collection();
|
|
108
|
+
childrenOfCurrentNode.merge(currentNode).merge(currentNode.descendants().intersection(eles));
|
|
109
|
+
visitedTopMostNodes.push(currentNode);
|
|
110
|
+
childrenOfCurrentNode.forEach(function(node) {
|
|
111
|
+
queue.push(node);
|
|
112
|
+
visited.add(node);
|
|
113
|
+
cmpt.merge(node);
|
|
114
|
+
});
|
|
115
|
+
var _loop22 = function _loop23() {
|
|
116
|
+
currentNode = queue.shift();
|
|
117
|
+
var neighborNodes = cy.collection();
|
|
118
|
+
currentNode.neighborhood().nodes().forEach(function(node) {
|
|
119
|
+
if (eles.intersection(currentNode.edgesWith(node)).length > 0) {
|
|
120
|
+
neighborNodes.merge(node);
|
|
121
|
+
}
|
|
122
|
+
});
|
|
123
|
+
for (var i = 0; i < neighborNodes.length; i++) {
|
|
124
|
+
var neighborNode = neighborNodes[i];
|
|
125
|
+
currentNeighbor = topMostNodes.intersection(neighborNode.union(neighborNode.ancestors()));
|
|
126
|
+
if (currentNeighbor != null && !visited.has(currentNeighbor[0])) {
|
|
127
|
+
var childrenOfNeighbor = currentNeighbor.union(currentNeighbor.descendants());
|
|
128
|
+
childrenOfNeighbor.forEach(function(node) {
|
|
129
|
+
queue.push(node);
|
|
130
|
+
visited.add(node);
|
|
131
|
+
cmpt.merge(node);
|
|
132
|
+
if (topMostNodes.has(node)) {
|
|
133
|
+
visitedTopMostNodes.push(node);
|
|
134
|
+
}
|
|
135
|
+
});
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
};
|
|
139
|
+
while (queue.length != 0) {
|
|
140
|
+
_loop22();
|
|
141
|
+
}
|
|
142
|
+
cmpt.forEach(function(node) {
|
|
143
|
+
eles.intersection(node.connectedEdges()).forEach(function(e) {
|
|
144
|
+
if (cmpt.has(e.source()) && cmpt.has(e.target())) {
|
|
145
|
+
cmpt.merge(e);
|
|
146
|
+
}
|
|
147
|
+
});
|
|
148
|
+
});
|
|
149
|
+
if (visitedTopMostNodes.length == topMostNodes.length) {
|
|
150
|
+
isConnected = true;
|
|
151
|
+
}
|
|
152
|
+
if (!isConnected || isConnected && count > 1) {
|
|
153
|
+
minDegreeNode = visitedTopMostNodes[0];
|
|
154
|
+
minDegree = minDegreeNode.connectedEdges().length;
|
|
155
|
+
visitedTopMostNodes.forEach(function(node) {
|
|
156
|
+
if (node.connectedEdges().length < minDegree) {
|
|
157
|
+
minDegree = node.connectedEdges().length;
|
|
158
|
+
minDegreeNode = node;
|
|
159
|
+
}
|
|
160
|
+
});
|
|
161
|
+
nodesConnectedToDummy.push(minDegreeNode.id());
|
|
162
|
+
var temp = cy.collection();
|
|
163
|
+
temp.merge(visitedTopMostNodes[0]);
|
|
164
|
+
visitedTopMostNodes.forEach(function(node) {
|
|
165
|
+
temp.merge(node);
|
|
166
|
+
});
|
|
167
|
+
visitedTopMostNodes = [];
|
|
168
|
+
topMostNodes = topMostNodes.difference(temp);
|
|
169
|
+
count++;
|
|
170
|
+
}
|
|
171
|
+
};
|
|
172
|
+
do {
|
|
173
|
+
_loop();
|
|
174
|
+
} while (!isConnected);
|
|
175
|
+
if (dummyNodes) {
|
|
176
|
+
if (nodesConnectedToDummy.length > 0) {
|
|
177
|
+
dummyNodes.set("dummy" + (dummyNodes.size + 1), nodesConnectedToDummy);
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
return components;
|
|
181
|
+
};
|
|
182
|
+
auxiliary.relocateComponent = function(originalCenter, componentResult, options) {
|
|
183
|
+
if (!options.fixedNodeConstraint) {
|
|
184
|
+
var minXCoord = Number.POSITIVE_INFINITY;
|
|
185
|
+
var maxXCoord = Number.NEGATIVE_INFINITY;
|
|
186
|
+
var minYCoord = Number.POSITIVE_INFINITY;
|
|
187
|
+
var maxYCoord = Number.NEGATIVE_INFINITY;
|
|
188
|
+
if (options.quality == "draft") {
|
|
189
|
+
var _iteratorNormalCompletion = true;
|
|
190
|
+
var _didIteratorError = false;
|
|
191
|
+
var _iteratorError = void 0;
|
|
192
|
+
try {
|
|
193
|
+
for (var _iterator = componentResult.nodeIndexes[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {
|
|
194
|
+
var _ref = _step.value;
|
|
195
|
+
var _ref2 = _slicedToArray(_ref, 2);
|
|
196
|
+
var key = _ref2[0];
|
|
197
|
+
var value = _ref2[1];
|
|
198
|
+
var cyNode = options.cy.getElementById(key);
|
|
199
|
+
if (cyNode) {
|
|
200
|
+
var nodeBB = cyNode.boundingBox();
|
|
201
|
+
var leftX = componentResult.xCoords[value] - nodeBB.w / 2;
|
|
202
|
+
var rightX = componentResult.xCoords[value] + nodeBB.w / 2;
|
|
203
|
+
var topY = componentResult.yCoords[value] - nodeBB.h / 2;
|
|
204
|
+
var bottomY = componentResult.yCoords[value] + nodeBB.h / 2;
|
|
205
|
+
if (leftX < minXCoord) minXCoord = leftX;
|
|
206
|
+
if (rightX > maxXCoord) maxXCoord = rightX;
|
|
207
|
+
if (topY < minYCoord) minYCoord = topY;
|
|
208
|
+
if (bottomY > maxYCoord) maxYCoord = bottomY;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
} catch (err) {
|
|
212
|
+
_didIteratorError = true;
|
|
213
|
+
_iteratorError = err;
|
|
214
|
+
} finally {
|
|
215
|
+
try {
|
|
216
|
+
if (!_iteratorNormalCompletion && _iterator.return) {
|
|
217
|
+
_iterator.return();
|
|
218
|
+
}
|
|
219
|
+
} finally {
|
|
220
|
+
if (_didIteratorError) {
|
|
221
|
+
throw _iteratorError;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
var diffOnX = originalCenter.x - (maxXCoord + minXCoord) / 2;
|
|
226
|
+
var diffOnY = originalCenter.y - (maxYCoord + minYCoord) / 2;
|
|
227
|
+
componentResult.xCoords = componentResult.xCoords.map(function(x) {
|
|
228
|
+
return x + diffOnX;
|
|
229
|
+
});
|
|
230
|
+
componentResult.yCoords = componentResult.yCoords.map(function(y) {
|
|
231
|
+
return y + diffOnY;
|
|
232
|
+
});
|
|
233
|
+
} else {
|
|
234
|
+
Object.keys(componentResult).forEach(function(item) {
|
|
235
|
+
var node = componentResult[item];
|
|
236
|
+
var leftX2 = node.getRect().x;
|
|
237
|
+
var rightX2 = node.getRect().x + node.getRect().width;
|
|
238
|
+
var topY2 = node.getRect().y;
|
|
239
|
+
var bottomY2 = node.getRect().y + node.getRect().height;
|
|
240
|
+
if (leftX2 < minXCoord) minXCoord = leftX2;
|
|
241
|
+
if (rightX2 > maxXCoord) maxXCoord = rightX2;
|
|
242
|
+
if (topY2 < minYCoord) minYCoord = topY2;
|
|
243
|
+
if (bottomY2 > maxYCoord) maxYCoord = bottomY2;
|
|
244
|
+
});
|
|
245
|
+
var _diffOnX = originalCenter.x - (maxXCoord + minXCoord) / 2;
|
|
246
|
+
var _diffOnY = originalCenter.y - (maxYCoord + minYCoord) / 2;
|
|
247
|
+
Object.keys(componentResult).forEach(function(item) {
|
|
248
|
+
var node = componentResult[item];
|
|
249
|
+
node.setCenter(node.getCenterX() + _diffOnX, node.getCenterY() + _diffOnY);
|
|
250
|
+
});
|
|
251
|
+
}
|
|
252
|
+
}
|
|
253
|
+
};
|
|
254
|
+
auxiliary.calcBoundingBox = function(parentNode, xCoords, yCoords, nodeIndexes) {
|
|
255
|
+
var left = Number.MAX_SAFE_INTEGER;
|
|
256
|
+
var right = Number.MIN_SAFE_INTEGER;
|
|
257
|
+
var top = Number.MAX_SAFE_INTEGER;
|
|
258
|
+
var bottom = Number.MIN_SAFE_INTEGER;
|
|
259
|
+
var nodeLeft = void 0;
|
|
260
|
+
var nodeRight = void 0;
|
|
261
|
+
var nodeTop = void 0;
|
|
262
|
+
var nodeBottom = void 0;
|
|
263
|
+
var nodes = parentNode.descendants().not(":parent");
|
|
264
|
+
var s = nodes.length;
|
|
265
|
+
for (var i = 0; i < s; i++) {
|
|
266
|
+
var node = nodes[i];
|
|
267
|
+
nodeLeft = xCoords[nodeIndexes.get(node.id())] - node.width() / 2;
|
|
268
|
+
nodeRight = xCoords[nodeIndexes.get(node.id())] + node.width() / 2;
|
|
269
|
+
nodeTop = yCoords[nodeIndexes.get(node.id())] - node.height() / 2;
|
|
270
|
+
nodeBottom = yCoords[nodeIndexes.get(node.id())] + node.height() / 2;
|
|
271
|
+
if (left > nodeLeft) {
|
|
272
|
+
left = nodeLeft;
|
|
273
|
+
}
|
|
274
|
+
if (right < nodeRight) {
|
|
275
|
+
right = nodeRight;
|
|
276
|
+
}
|
|
277
|
+
if (top > nodeTop) {
|
|
278
|
+
top = nodeTop;
|
|
279
|
+
}
|
|
280
|
+
if (bottom < nodeBottom) {
|
|
281
|
+
bottom = nodeBottom;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
var boundingBox = {};
|
|
285
|
+
boundingBox.topLeftX = left;
|
|
286
|
+
boundingBox.topLeftY = top;
|
|
287
|
+
boundingBox.width = right - left;
|
|
288
|
+
boundingBox.height = bottom - top;
|
|
289
|
+
return boundingBox;
|
|
290
|
+
};
|
|
291
|
+
auxiliary.calcParentsWithoutChildren = function(cy, eles) {
|
|
292
|
+
var parentsWithoutChildren = cy.collection();
|
|
293
|
+
eles.nodes(":parent").forEach(function(parent) {
|
|
294
|
+
var check = false;
|
|
295
|
+
parent.children().forEach(function(child) {
|
|
296
|
+
if (child.css("display") != "none") {
|
|
297
|
+
check = true;
|
|
298
|
+
}
|
|
299
|
+
});
|
|
300
|
+
if (!check) {
|
|
301
|
+
parentsWithoutChildren.merge(parent);
|
|
302
|
+
}
|
|
303
|
+
});
|
|
304
|
+
return parentsWithoutChildren;
|
|
305
|
+
};
|
|
306
|
+
module2.exports = auxiliary;
|
|
307
|
+
}
|
|
308
|
+
),
|
|
309
|
+
/***/
|
|
310
|
+
816: (
|
|
311
|
+
/***/
|
|
312
|
+
(module2, __unused_webpack_exports, __webpack_require__2) => {
|
|
313
|
+
var aux = __webpack_require__2(548);
|
|
314
|
+
var CoSELayout = __webpack_require__2(140).CoSELayout;
|
|
315
|
+
var CoSENode = __webpack_require__2(140).CoSENode;
|
|
316
|
+
var PointD = __webpack_require__2(140).layoutBase.PointD;
|
|
317
|
+
var DimensionD = __webpack_require__2(140).layoutBase.DimensionD;
|
|
318
|
+
var LayoutConstants = __webpack_require__2(140).layoutBase.LayoutConstants;
|
|
319
|
+
var FDLayoutConstants = __webpack_require__2(140).layoutBase.FDLayoutConstants;
|
|
320
|
+
var CoSEConstants = __webpack_require__2(140).CoSEConstants;
|
|
321
|
+
var coseLayout = function coseLayout2(options, spectralResult) {
|
|
322
|
+
var cy = options.cy;
|
|
323
|
+
var eles = options.eles;
|
|
324
|
+
var nodes = eles.nodes();
|
|
325
|
+
var edges = eles.edges();
|
|
326
|
+
var nodeIndexes = void 0;
|
|
327
|
+
var xCoords = void 0;
|
|
328
|
+
var yCoords = void 0;
|
|
329
|
+
var idToLNode = {};
|
|
330
|
+
if (options.randomize) {
|
|
331
|
+
nodeIndexes = spectralResult["nodeIndexes"];
|
|
332
|
+
xCoords = spectralResult["xCoords"];
|
|
333
|
+
yCoords = spectralResult["yCoords"];
|
|
334
|
+
}
|
|
335
|
+
var isFn = function isFn2(fn) {
|
|
336
|
+
return typeof fn === "function";
|
|
337
|
+
};
|
|
338
|
+
var optFn = function optFn2(opt, ele) {
|
|
339
|
+
if (isFn(opt)) {
|
|
340
|
+
return opt(ele);
|
|
341
|
+
} else {
|
|
342
|
+
return opt;
|
|
343
|
+
}
|
|
344
|
+
};
|
|
345
|
+
var parentsWithoutChildren = aux.calcParentsWithoutChildren(cy, eles);
|
|
346
|
+
var processChildrenList = function processChildrenList2(parent, children, layout, options2) {
|
|
347
|
+
var size = children.length;
|
|
348
|
+
for (var i = 0; i < size; i++) {
|
|
349
|
+
var theChild = children[i];
|
|
350
|
+
var children_of_children = null;
|
|
351
|
+
if (theChild.intersection(parentsWithoutChildren).length == 0) {
|
|
352
|
+
children_of_children = theChild.children();
|
|
353
|
+
}
|
|
354
|
+
var theNode = void 0;
|
|
355
|
+
var dimensions = theChild.layoutDimensions({
|
|
356
|
+
nodeDimensionsIncludeLabels: options2.nodeDimensionsIncludeLabels
|
|
357
|
+
});
|
|
358
|
+
if (theChild.outerWidth() != null && theChild.outerHeight() != null) {
|
|
359
|
+
if (options2.randomize) {
|
|
360
|
+
if (!theChild.isParent()) {
|
|
361
|
+
theNode = parent.add(new CoSENode(layout.graphManager, new PointD(xCoords[nodeIndexes.get(theChild.id())] - dimensions.w / 2, yCoords[nodeIndexes.get(theChild.id())] - dimensions.h / 2), new DimensionD(parseFloat(dimensions.w), parseFloat(dimensions.h))));
|
|
362
|
+
} else {
|
|
363
|
+
var parentInfo = aux.calcBoundingBox(theChild, xCoords, yCoords, nodeIndexes);
|
|
364
|
+
if (theChild.intersection(parentsWithoutChildren).length == 0) {
|
|
365
|
+
theNode = parent.add(new CoSENode(layout.graphManager, new PointD(parentInfo.topLeftX, parentInfo.topLeftY), new DimensionD(parentInfo.width, parentInfo.height)));
|
|
366
|
+
} else {
|
|
367
|
+
theNode = parent.add(new CoSENode(layout.graphManager, new PointD(parentInfo.topLeftX, parentInfo.topLeftY), new DimensionD(parseFloat(dimensions.w), parseFloat(dimensions.h))));
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
} else {
|
|
371
|
+
theNode = parent.add(new CoSENode(layout.graphManager, new PointD(theChild.position("x") - dimensions.w / 2, theChild.position("y") - dimensions.h / 2), new DimensionD(parseFloat(dimensions.w), parseFloat(dimensions.h))));
|
|
372
|
+
}
|
|
373
|
+
} else {
|
|
374
|
+
theNode = parent.add(new CoSENode(this.graphManager));
|
|
375
|
+
}
|
|
376
|
+
theNode.id = theChild.data("id");
|
|
377
|
+
theNode.nodeRepulsion = optFn(options2.nodeRepulsion, theChild);
|
|
378
|
+
theNode.paddingLeft = parseInt(theChild.css("padding"));
|
|
379
|
+
theNode.paddingTop = parseInt(theChild.css("padding"));
|
|
380
|
+
theNode.paddingRight = parseInt(theChild.css("padding"));
|
|
381
|
+
theNode.paddingBottom = parseInt(theChild.css("padding"));
|
|
382
|
+
if (options2.nodeDimensionsIncludeLabels) {
|
|
383
|
+
theNode.labelWidth = theChild.boundingBox({ includeLabels: true, includeNodes: false, includeOverlays: false }).w;
|
|
384
|
+
theNode.labelHeight = theChild.boundingBox({ includeLabels: true, includeNodes: false, includeOverlays: false }).h;
|
|
385
|
+
theNode.labelPosVertical = theChild.css("text-valign");
|
|
386
|
+
theNode.labelPosHorizontal = theChild.css("text-halign");
|
|
387
|
+
}
|
|
388
|
+
idToLNode[theChild.data("id")] = theNode;
|
|
389
|
+
if (isNaN(theNode.rect.x)) {
|
|
390
|
+
theNode.rect.x = 0;
|
|
391
|
+
}
|
|
392
|
+
if (isNaN(theNode.rect.y)) {
|
|
393
|
+
theNode.rect.y = 0;
|
|
394
|
+
}
|
|
395
|
+
if (children_of_children != null && children_of_children.length > 0) {
|
|
396
|
+
var theNewGraph = void 0;
|
|
397
|
+
theNewGraph = layout.getGraphManager().add(layout.newGraph(), theNode);
|
|
398
|
+
processChildrenList2(theNewGraph, children_of_children, layout, options2);
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
};
|
|
402
|
+
var processEdges = function processEdges2(layout, gm2, edges2) {
|
|
403
|
+
var idealLengthTotal = 0;
|
|
404
|
+
var edgeCount = 0;
|
|
405
|
+
for (var i = 0; i < edges2.length; i++) {
|
|
406
|
+
var edge = edges2[i];
|
|
407
|
+
var sourceNode = idToLNode[edge.data("source")];
|
|
408
|
+
var targetNode = idToLNode[edge.data("target")];
|
|
409
|
+
if (sourceNode && targetNode && sourceNode !== targetNode && sourceNode.getEdgesBetween(targetNode).length == 0) {
|
|
410
|
+
var e1 = gm2.add(layout.newEdge(), sourceNode, targetNode);
|
|
411
|
+
e1.id = edge.id();
|
|
412
|
+
e1.idealLength = optFn(options.idealEdgeLength, edge);
|
|
413
|
+
e1.edgeElasticity = optFn(options.edgeElasticity, edge);
|
|
414
|
+
idealLengthTotal += e1.idealLength;
|
|
415
|
+
edgeCount++;
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
if (options.idealEdgeLength != null) {
|
|
419
|
+
if (edgeCount > 0) CoSEConstants.DEFAULT_EDGE_LENGTH = FDLayoutConstants.DEFAULT_EDGE_LENGTH = idealLengthTotal / edgeCount;
|
|
420
|
+
else if (!isFn(options.idealEdgeLength))
|
|
421
|
+
CoSEConstants.DEFAULT_EDGE_LENGTH = FDLayoutConstants.DEFAULT_EDGE_LENGTH = options.idealEdgeLength;
|
|
422
|
+
else
|
|
423
|
+
CoSEConstants.DEFAULT_EDGE_LENGTH = FDLayoutConstants.DEFAULT_EDGE_LENGTH = 50;
|
|
424
|
+
CoSEConstants.MIN_REPULSION_DIST = FDLayoutConstants.MIN_REPULSION_DIST = FDLayoutConstants.DEFAULT_EDGE_LENGTH / 10;
|
|
425
|
+
CoSEConstants.DEFAULT_RADIAL_SEPARATION = FDLayoutConstants.DEFAULT_EDGE_LENGTH;
|
|
426
|
+
}
|
|
427
|
+
};
|
|
428
|
+
var processConstraints = function processConstraints2(layout, options2) {
|
|
429
|
+
if (options2.fixedNodeConstraint) {
|
|
430
|
+
layout.constraints["fixedNodeConstraint"] = options2.fixedNodeConstraint;
|
|
431
|
+
}
|
|
432
|
+
if (options2.alignmentConstraint) {
|
|
433
|
+
layout.constraints["alignmentConstraint"] = options2.alignmentConstraint;
|
|
434
|
+
}
|
|
435
|
+
if (options2.relativePlacementConstraint) {
|
|
436
|
+
layout.constraints["relativePlacementConstraint"] = options2.relativePlacementConstraint;
|
|
437
|
+
}
|
|
438
|
+
};
|
|
439
|
+
if (options.nestingFactor != null) CoSEConstants.PER_LEVEL_IDEAL_EDGE_LENGTH_FACTOR = FDLayoutConstants.PER_LEVEL_IDEAL_EDGE_LENGTH_FACTOR = options.nestingFactor;
|
|
440
|
+
if (options.gravity != null) CoSEConstants.DEFAULT_GRAVITY_STRENGTH = FDLayoutConstants.DEFAULT_GRAVITY_STRENGTH = options.gravity;
|
|
441
|
+
if (options.numIter != null) CoSEConstants.MAX_ITERATIONS = FDLayoutConstants.MAX_ITERATIONS = options.numIter;
|
|
442
|
+
if (options.gravityRange != null) CoSEConstants.DEFAULT_GRAVITY_RANGE_FACTOR = FDLayoutConstants.DEFAULT_GRAVITY_RANGE_FACTOR = options.gravityRange;
|
|
443
|
+
if (options.gravityCompound != null) CoSEConstants.DEFAULT_COMPOUND_GRAVITY_STRENGTH = FDLayoutConstants.DEFAULT_COMPOUND_GRAVITY_STRENGTH = options.gravityCompound;
|
|
444
|
+
if (options.gravityRangeCompound != null) CoSEConstants.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR = FDLayoutConstants.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR = options.gravityRangeCompound;
|
|
445
|
+
if (options.initialEnergyOnIncremental != null) CoSEConstants.DEFAULT_COOLING_FACTOR_INCREMENTAL = FDLayoutConstants.DEFAULT_COOLING_FACTOR_INCREMENTAL = options.initialEnergyOnIncremental;
|
|
446
|
+
if (options.tilingCompareBy != null) CoSEConstants.TILING_COMPARE_BY = options.tilingCompareBy;
|
|
447
|
+
if (options.quality == "proof") LayoutConstants.QUALITY = 2;
|
|
448
|
+
else LayoutConstants.QUALITY = 0;
|
|
449
|
+
CoSEConstants.NODE_DIMENSIONS_INCLUDE_LABELS = FDLayoutConstants.NODE_DIMENSIONS_INCLUDE_LABELS = LayoutConstants.NODE_DIMENSIONS_INCLUDE_LABELS = options.nodeDimensionsIncludeLabels;
|
|
450
|
+
CoSEConstants.DEFAULT_INCREMENTAL = FDLayoutConstants.DEFAULT_INCREMENTAL = LayoutConstants.DEFAULT_INCREMENTAL = !options.randomize;
|
|
451
|
+
CoSEConstants.ANIMATE = FDLayoutConstants.ANIMATE = LayoutConstants.ANIMATE = options.animate;
|
|
452
|
+
CoSEConstants.TILE = options.tile;
|
|
453
|
+
CoSEConstants.TILING_PADDING_VERTICAL = typeof options.tilingPaddingVertical === "function" ? options.tilingPaddingVertical.call() : options.tilingPaddingVertical;
|
|
454
|
+
CoSEConstants.TILING_PADDING_HORIZONTAL = typeof options.tilingPaddingHorizontal === "function" ? options.tilingPaddingHorizontal.call() : options.tilingPaddingHorizontal;
|
|
455
|
+
CoSEConstants.DEFAULT_INCREMENTAL = FDLayoutConstants.DEFAULT_INCREMENTAL = LayoutConstants.DEFAULT_INCREMENTAL = true;
|
|
456
|
+
CoSEConstants.PURE_INCREMENTAL = !options.randomize;
|
|
457
|
+
LayoutConstants.DEFAULT_UNIFORM_LEAF_NODE_SIZES = options.uniformNodeDimensions;
|
|
458
|
+
if (options.step == "transformed") {
|
|
459
|
+
CoSEConstants.TRANSFORM_ON_CONSTRAINT_HANDLING = true;
|
|
460
|
+
CoSEConstants.ENFORCE_CONSTRAINTS = false;
|
|
461
|
+
CoSEConstants.APPLY_LAYOUT = false;
|
|
462
|
+
}
|
|
463
|
+
if (options.step == "enforced") {
|
|
464
|
+
CoSEConstants.TRANSFORM_ON_CONSTRAINT_HANDLING = false;
|
|
465
|
+
CoSEConstants.ENFORCE_CONSTRAINTS = true;
|
|
466
|
+
CoSEConstants.APPLY_LAYOUT = false;
|
|
467
|
+
}
|
|
468
|
+
if (options.step == "cose") {
|
|
469
|
+
CoSEConstants.TRANSFORM_ON_CONSTRAINT_HANDLING = false;
|
|
470
|
+
CoSEConstants.ENFORCE_CONSTRAINTS = false;
|
|
471
|
+
CoSEConstants.APPLY_LAYOUT = true;
|
|
472
|
+
}
|
|
473
|
+
if (options.step == "all") {
|
|
474
|
+
if (options.randomize) CoSEConstants.TRANSFORM_ON_CONSTRAINT_HANDLING = true;
|
|
475
|
+
else CoSEConstants.TRANSFORM_ON_CONSTRAINT_HANDLING = false;
|
|
476
|
+
CoSEConstants.ENFORCE_CONSTRAINTS = true;
|
|
477
|
+
CoSEConstants.APPLY_LAYOUT = true;
|
|
478
|
+
}
|
|
479
|
+
if (options.fixedNodeConstraint || options.alignmentConstraint || options.relativePlacementConstraint) {
|
|
480
|
+
CoSEConstants.TREE_REDUCTION_ON_INCREMENTAL = false;
|
|
481
|
+
} else {
|
|
482
|
+
CoSEConstants.TREE_REDUCTION_ON_INCREMENTAL = true;
|
|
483
|
+
}
|
|
484
|
+
var coseLayout3 = new CoSELayout();
|
|
485
|
+
var gm = coseLayout3.newGraphManager();
|
|
486
|
+
processChildrenList(gm.addRoot(), aux.getTopMostNodes(nodes), coseLayout3, options);
|
|
487
|
+
processEdges(coseLayout3, gm, edges);
|
|
488
|
+
processConstraints(coseLayout3, options);
|
|
489
|
+
coseLayout3.runLayout();
|
|
490
|
+
return idToLNode;
|
|
491
|
+
};
|
|
492
|
+
module2.exports = { coseLayout };
|
|
493
|
+
}
|
|
494
|
+
),
|
|
495
|
+
/***/
|
|
496
|
+
212: (
|
|
497
|
+
/***/
|
|
498
|
+
(module2, __unused_webpack_exports, __webpack_require__2) => {
|
|
499
|
+
var _createClass = /* @__PURE__ */ function() {
|
|
500
|
+
function defineProperties(target, props) {
|
|
501
|
+
for (var i = 0; i < props.length; i++) {
|
|
502
|
+
var descriptor = props[i];
|
|
503
|
+
descriptor.enumerable = descriptor.enumerable || false;
|
|
504
|
+
descriptor.configurable = true;
|
|
505
|
+
if ("value" in descriptor) descriptor.writable = true;
|
|
506
|
+
Object.defineProperty(target, descriptor.key, descriptor);
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
return function(Constructor, protoProps, staticProps) {
|
|
510
|
+
if (protoProps) defineProperties(Constructor.prototype, protoProps);
|
|
511
|
+
if (staticProps) defineProperties(Constructor, staticProps);
|
|
512
|
+
return Constructor;
|
|
513
|
+
};
|
|
514
|
+
}();
|
|
515
|
+
function _classCallCheck(instance, Constructor) {
|
|
516
|
+
if (!(instance instanceof Constructor)) {
|
|
517
|
+
throw new TypeError("Cannot call a class as a function");
|
|
518
|
+
}
|
|
519
|
+
}
|
|
520
|
+
var assign = __webpack_require__2(658);
|
|
521
|
+
var aux = __webpack_require__2(548);
|
|
522
|
+
var _require = __webpack_require__2(657), spectralLayout = _require.spectralLayout;
|
|
523
|
+
var _require2 = __webpack_require__2(816), coseLayout = _require2.coseLayout;
|
|
524
|
+
var defaults = Object.freeze({
|
|
525
|
+
// 'draft', 'default' or 'proof'
|
|
526
|
+
// - 'draft' only applies spectral layout
|
|
527
|
+
// - 'default' improves the quality with subsequent CoSE layout (fast cooling rate)
|
|
528
|
+
// - 'proof' improves the quality with subsequent CoSE layout (slow cooling rate)
|
|
529
|
+
quality: "default",
|
|
530
|
+
// Use random node positions at beginning of layout
|
|
531
|
+
// if this is set to false, then quality option must be "proof"
|
|
532
|
+
randomize: true,
|
|
533
|
+
// Whether or not to animate the layout
|
|
534
|
+
animate: true,
|
|
535
|
+
// Duration of animation in ms, if enabled
|
|
536
|
+
animationDuration: 1e3,
|
|
537
|
+
// Easing of animation, if enabled
|
|
538
|
+
animationEasing: void 0,
|
|
539
|
+
// Fit the viewport to the repositioned nodes
|
|
540
|
+
fit: true,
|
|
541
|
+
// Padding around layout
|
|
542
|
+
padding: 30,
|
|
543
|
+
// Whether to include labels in node dimensions. Valid in "proof" quality
|
|
544
|
+
nodeDimensionsIncludeLabels: false,
|
|
545
|
+
// Whether or not simple nodes (non-compound nodes) are of uniform dimensions
|
|
546
|
+
uniformNodeDimensions: false,
|
|
547
|
+
// Whether to pack disconnected components - valid only if randomize: true
|
|
548
|
+
packComponents: true,
|
|
549
|
+
// Layout step - all, transformed, enforced, cose - for debug purpose only
|
|
550
|
+
step: "all",
|
|
551
|
+
/* spectral layout options */
|
|
552
|
+
// False for random, true for greedy
|
|
553
|
+
samplingType: true,
|
|
554
|
+
// Sample size to construct distance matrix
|
|
555
|
+
sampleSize: 25,
|
|
556
|
+
// Separation amount between nodes
|
|
557
|
+
nodeSeparation: 75,
|
|
558
|
+
// Power iteration tolerance
|
|
559
|
+
piTol: 1e-7,
|
|
560
|
+
/* CoSE layout options */
|
|
561
|
+
// Node repulsion (non overlapping) multiplier
|
|
562
|
+
nodeRepulsion: function nodeRepulsion(node) {
|
|
563
|
+
return 4500;
|
|
564
|
+
},
|
|
565
|
+
// Ideal edge (non nested) length
|
|
566
|
+
idealEdgeLength: function idealEdgeLength(edge) {
|
|
567
|
+
return 50;
|
|
568
|
+
},
|
|
569
|
+
// Divisor to compute edge forces
|
|
570
|
+
edgeElasticity: function edgeElasticity(edge) {
|
|
571
|
+
return 0.45;
|
|
572
|
+
},
|
|
573
|
+
// Nesting factor (multiplier) to compute ideal edge length for nested edges
|
|
574
|
+
nestingFactor: 0.1,
|
|
575
|
+
// Gravity force (constant)
|
|
576
|
+
gravity: 0.25,
|
|
577
|
+
// Maximum number of iterations to perform
|
|
578
|
+
numIter: 2500,
|
|
579
|
+
// For enabling tiling
|
|
580
|
+
tile: true,
|
|
581
|
+
// The function that specifies the criteria for comparing nodes while sorting them during tiling operation.
|
|
582
|
+
// Takes the node id as a parameter and the default tiling operation is perfomed when this option is not set.
|
|
583
|
+
tilingCompareBy: void 0,
|
|
584
|
+
// Represents the amount of the vertical space to put between the zero degree members during the tiling operation(can also be a function)
|
|
585
|
+
tilingPaddingVertical: 10,
|
|
586
|
+
// Represents the amount of the horizontal space to put between the zero degree members during the tiling operation(can also be a function)
|
|
587
|
+
tilingPaddingHorizontal: 10,
|
|
588
|
+
// Gravity range (constant) for compounds
|
|
589
|
+
gravityRangeCompound: 1.5,
|
|
590
|
+
// Gravity force (constant) for compounds
|
|
591
|
+
gravityCompound: 1,
|
|
592
|
+
// Gravity range (constant)
|
|
593
|
+
gravityRange: 3.8,
|
|
594
|
+
// Initial cooling factor for incremental layout
|
|
595
|
+
initialEnergyOnIncremental: 0.3,
|
|
596
|
+
/* constraint options */
|
|
597
|
+
// Fix required nodes to predefined positions
|
|
598
|
+
// [{nodeId: 'n1', position: {x: 100, y: 200}, {...}]
|
|
599
|
+
fixedNodeConstraint: void 0,
|
|
600
|
+
// Align required nodes in vertical/horizontal direction
|
|
601
|
+
// {vertical: [['n1', 'n2')], ['n3', 'n4']], horizontal: ['n2', 'n4']}
|
|
602
|
+
alignmentConstraint: void 0,
|
|
603
|
+
// Place two nodes relatively in vertical/horizontal direction
|
|
604
|
+
// [{top: 'n1', bottom: 'n2', gap: 100}, {left: 'n3', right: 'n4', gap: 75}]
|
|
605
|
+
relativePlacementConstraint: void 0,
|
|
606
|
+
/* layout event callbacks */
|
|
607
|
+
ready: function ready() {
|
|
608
|
+
},
|
|
609
|
+
// on layoutready
|
|
610
|
+
stop: function stop() {
|
|
611
|
+
}
|
|
612
|
+
// on layoutstop
|
|
613
|
+
});
|
|
614
|
+
var Layout = function() {
|
|
615
|
+
function Layout2(options) {
|
|
616
|
+
_classCallCheck(this, Layout2);
|
|
617
|
+
this.options = assign({}, defaults, options);
|
|
618
|
+
}
|
|
619
|
+
_createClass(Layout2, [{
|
|
620
|
+
key: "run",
|
|
621
|
+
value: function run() {
|
|
622
|
+
var layout = this;
|
|
623
|
+
var options = this.options;
|
|
624
|
+
var cy = options.cy;
|
|
625
|
+
var eles = options.eles;
|
|
626
|
+
var spectralResult = [];
|
|
627
|
+
var coseResult = [];
|
|
628
|
+
var components = void 0;
|
|
629
|
+
var componentCenters = [];
|
|
630
|
+
if (options.fixedNodeConstraint && (!Array.isArray(options.fixedNodeConstraint) || options.fixedNodeConstraint.length == 0)) {
|
|
631
|
+
options.fixedNodeConstraint = void 0;
|
|
632
|
+
}
|
|
633
|
+
if (options.alignmentConstraint) {
|
|
634
|
+
if (options.alignmentConstraint.vertical && (!Array.isArray(options.alignmentConstraint.vertical) || options.alignmentConstraint.vertical.length == 0)) {
|
|
635
|
+
options.alignmentConstraint.vertical = void 0;
|
|
636
|
+
}
|
|
637
|
+
if (options.alignmentConstraint.horizontal && (!Array.isArray(options.alignmentConstraint.horizontal) || options.alignmentConstraint.horizontal.length == 0)) {
|
|
638
|
+
options.alignmentConstraint.horizontal = void 0;
|
|
639
|
+
}
|
|
640
|
+
}
|
|
641
|
+
if (options.relativePlacementConstraint && (!Array.isArray(options.relativePlacementConstraint) || options.relativePlacementConstraint.length == 0)) {
|
|
642
|
+
options.relativePlacementConstraint = void 0;
|
|
643
|
+
}
|
|
644
|
+
var constraintExist = options.fixedNodeConstraint || options.alignmentConstraint || options.relativePlacementConstraint;
|
|
645
|
+
if (constraintExist) {
|
|
646
|
+
options.tile = false;
|
|
647
|
+
options.packComponents = false;
|
|
648
|
+
}
|
|
649
|
+
var layUtil = void 0;
|
|
650
|
+
var packingEnabled = false;
|
|
651
|
+
if (cy.layoutUtilities && options.packComponents) {
|
|
652
|
+
layUtil = cy.layoutUtilities("get");
|
|
653
|
+
if (!layUtil) layUtil = cy.layoutUtilities();
|
|
654
|
+
packingEnabled = true;
|
|
655
|
+
}
|
|
656
|
+
if (eles.nodes().length > 0) {
|
|
657
|
+
if (!packingEnabled) {
|
|
658
|
+
var boundingBox = options.eles.boundingBox();
|
|
659
|
+
componentCenters.push({ x: boundingBox.x1 + boundingBox.w / 2, y: boundingBox.y1 + boundingBox.h / 2 });
|
|
660
|
+
if (options.randomize) {
|
|
661
|
+
var result = spectralLayout(options);
|
|
662
|
+
spectralResult.push(result);
|
|
663
|
+
}
|
|
664
|
+
if (options.quality == "default" || options.quality == "proof") {
|
|
665
|
+
coseResult.push(coseLayout(options, spectralResult[0]));
|
|
666
|
+
aux.relocateComponent(componentCenters[0], coseResult[0], options);
|
|
667
|
+
} else {
|
|
668
|
+
aux.relocateComponent(componentCenters[0], spectralResult[0], options);
|
|
669
|
+
}
|
|
670
|
+
} else {
|
|
671
|
+
var topMostNodes = aux.getTopMostNodes(options.eles.nodes());
|
|
672
|
+
components = aux.connectComponents(cy, options.eles, topMostNodes);
|
|
673
|
+
components.forEach(function(component) {
|
|
674
|
+
var boundingBox2 = component.boundingBox();
|
|
675
|
+
componentCenters.push({ x: boundingBox2.x1 + boundingBox2.w / 2, y: boundingBox2.y1 + boundingBox2.h / 2 });
|
|
676
|
+
});
|
|
677
|
+
if (options.randomize) {
|
|
678
|
+
components.forEach(function(component) {
|
|
679
|
+
options.eles = component;
|
|
680
|
+
spectralResult.push(spectralLayout(options));
|
|
681
|
+
});
|
|
682
|
+
}
|
|
683
|
+
if (options.quality == "default" || options.quality == "proof") {
|
|
684
|
+
var toBeTiledNodes = cy.collection();
|
|
685
|
+
if (options.tile) {
|
|
686
|
+
var nodeIndexes = /* @__PURE__ */ new Map();
|
|
687
|
+
var _xCoords = [];
|
|
688
|
+
var _yCoords = [];
|
|
689
|
+
var count = 0;
|
|
690
|
+
var tempSpectralResult = { nodeIndexes, xCoords: _xCoords, yCoords: _yCoords };
|
|
691
|
+
var indexesToBeDeleted = [];
|
|
692
|
+
components.forEach(function(component, index) {
|
|
693
|
+
if (component.edges().length == 0) {
|
|
694
|
+
component.nodes().forEach(function(node, i2) {
|
|
695
|
+
toBeTiledNodes.merge(component.nodes()[i2]);
|
|
696
|
+
if (!node.isParent()) {
|
|
697
|
+
tempSpectralResult.nodeIndexes.set(component.nodes()[i2].id(), count++);
|
|
698
|
+
tempSpectralResult.xCoords.push(component.nodes()[0].position().x);
|
|
699
|
+
tempSpectralResult.yCoords.push(component.nodes()[0].position().y);
|
|
700
|
+
}
|
|
701
|
+
});
|
|
702
|
+
indexesToBeDeleted.push(index);
|
|
703
|
+
}
|
|
704
|
+
});
|
|
705
|
+
if (toBeTiledNodes.length > 1) {
|
|
706
|
+
var _boundingBox = toBeTiledNodes.boundingBox();
|
|
707
|
+
componentCenters.push({ x: _boundingBox.x1 + _boundingBox.w / 2, y: _boundingBox.y1 + _boundingBox.h / 2 });
|
|
708
|
+
components.push(toBeTiledNodes);
|
|
709
|
+
spectralResult.push(tempSpectralResult);
|
|
710
|
+
for (var i = indexesToBeDeleted.length - 1; i >= 0; i--) {
|
|
711
|
+
components.splice(indexesToBeDeleted[i], 1);
|
|
712
|
+
spectralResult.splice(indexesToBeDeleted[i], 1);
|
|
713
|
+
componentCenters.splice(indexesToBeDeleted[i], 1);
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
components.forEach(function(component, index) {
|
|
718
|
+
options.eles = component;
|
|
719
|
+
coseResult.push(coseLayout(options, spectralResult[index]));
|
|
720
|
+
aux.relocateComponent(componentCenters[index], coseResult[index], options);
|
|
721
|
+
});
|
|
722
|
+
} else {
|
|
723
|
+
components.forEach(function(component, index) {
|
|
724
|
+
aux.relocateComponent(componentCenters[index], spectralResult[index], options);
|
|
725
|
+
});
|
|
726
|
+
}
|
|
727
|
+
var componentsEvaluated = /* @__PURE__ */ new Set();
|
|
728
|
+
if (components.length > 1) {
|
|
729
|
+
var subgraphs = [];
|
|
730
|
+
var hiddenEles = eles.filter(function(ele) {
|
|
731
|
+
return ele.css("display") == "none";
|
|
732
|
+
});
|
|
733
|
+
components.forEach(function(component, index) {
|
|
734
|
+
var nodeIndexes2 = void 0;
|
|
735
|
+
if (options.quality == "draft") {
|
|
736
|
+
nodeIndexes2 = spectralResult[index].nodeIndexes;
|
|
737
|
+
}
|
|
738
|
+
if (component.nodes().not(hiddenEles).length > 0) {
|
|
739
|
+
var subgraph = {};
|
|
740
|
+
subgraph.edges = [];
|
|
741
|
+
subgraph.nodes = [];
|
|
742
|
+
var nodeIndex = void 0;
|
|
743
|
+
component.nodes().not(hiddenEles).forEach(function(node) {
|
|
744
|
+
if (options.quality == "draft") {
|
|
745
|
+
if (!node.isParent()) {
|
|
746
|
+
nodeIndex = nodeIndexes2.get(node.id());
|
|
747
|
+
subgraph.nodes.push({ x: spectralResult[index].xCoords[nodeIndex] - node.boundingbox().w / 2, y: spectralResult[index].yCoords[nodeIndex] - node.boundingbox().h / 2, width: node.boundingbox().w, height: node.boundingbox().h });
|
|
748
|
+
} else {
|
|
749
|
+
var parentInfo = aux.calcBoundingBox(node, spectralResult[index].xCoords, spectralResult[index].yCoords, nodeIndexes2);
|
|
750
|
+
subgraph.nodes.push({ x: parentInfo.topLeftX, y: parentInfo.topLeftY, width: parentInfo.width, height: parentInfo.height });
|
|
751
|
+
}
|
|
752
|
+
} else {
|
|
753
|
+
if (coseResult[index][node.id()]) {
|
|
754
|
+
subgraph.nodes.push({ x: coseResult[index][node.id()].getLeft(), y: coseResult[index][node.id()].getTop(), width: coseResult[index][node.id()].getWidth(), height: coseResult[index][node.id()].getHeight() });
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
});
|
|
758
|
+
component.edges().forEach(function(edge) {
|
|
759
|
+
var source = edge.source();
|
|
760
|
+
var target = edge.target();
|
|
761
|
+
if (source.css("display") != "none" && target.css("display") != "none") {
|
|
762
|
+
if (options.quality == "draft") {
|
|
763
|
+
var sourceNodeIndex = nodeIndexes2.get(source.id());
|
|
764
|
+
var targetNodeIndex = nodeIndexes2.get(target.id());
|
|
765
|
+
var sourceCenter = [];
|
|
766
|
+
var targetCenter = [];
|
|
767
|
+
if (source.isParent()) {
|
|
768
|
+
var parentInfo = aux.calcBoundingBox(source, spectralResult[index].xCoords, spectralResult[index].yCoords, nodeIndexes2);
|
|
769
|
+
sourceCenter.push(parentInfo.topLeftX + parentInfo.width / 2);
|
|
770
|
+
sourceCenter.push(parentInfo.topLeftY + parentInfo.height / 2);
|
|
771
|
+
} else {
|
|
772
|
+
sourceCenter.push(spectralResult[index].xCoords[sourceNodeIndex]);
|
|
773
|
+
sourceCenter.push(spectralResult[index].yCoords[sourceNodeIndex]);
|
|
774
|
+
}
|
|
775
|
+
if (target.isParent()) {
|
|
776
|
+
var _parentInfo = aux.calcBoundingBox(target, spectralResult[index].xCoords, spectralResult[index].yCoords, nodeIndexes2);
|
|
777
|
+
targetCenter.push(_parentInfo.topLeftX + _parentInfo.width / 2);
|
|
778
|
+
targetCenter.push(_parentInfo.topLeftY + _parentInfo.height / 2);
|
|
779
|
+
} else {
|
|
780
|
+
targetCenter.push(spectralResult[index].xCoords[targetNodeIndex]);
|
|
781
|
+
targetCenter.push(spectralResult[index].yCoords[targetNodeIndex]);
|
|
782
|
+
}
|
|
783
|
+
subgraph.edges.push({ startX: sourceCenter[0], startY: sourceCenter[1], endX: targetCenter[0], endY: targetCenter[1] });
|
|
784
|
+
} else {
|
|
785
|
+
if (coseResult[index][source.id()] && coseResult[index][target.id()]) {
|
|
786
|
+
subgraph.edges.push({ startX: coseResult[index][source.id()].getCenterX(), startY: coseResult[index][source.id()].getCenterY(), endX: coseResult[index][target.id()].getCenterX(), endY: coseResult[index][target.id()].getCenterY() });
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
});
|
|
791
|
+
if (subgraph.nodes.length > 0) {
|
|
792
|
+
subgraphs.push(subgraph);
|
|
793
|
+
componentsEvaluated.add(index);
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
});
|
|
797
|
+
var shiftResult = layUtil.packComponents(subgraphs, options.randomize).shifts;
|
|
798
|
+
if (options.quality == "draft") {
|
|
799
|
+
spectralResult.forEach(function(result2, index) {
|
|
800
|
+
var newXCoords = result2.xCoords.map(function(x) {
|
|
801
|
+
return x + shiftResult[index].dx;
|
|
802
|
+
});
|
|
803
|
+
var newYCoords = result2.yCoords.map(function(y) {
|
|
804
|
+
return y + shiftResult[index].dy;
|
|
805
|
+
});
|
|
806
|
+
result2.xCoords = newXCoords;
|
|
807
|
+
result2.yCoords = newYCoords;
|
|
808
|
+
});
|
|
809
|
+
} else {
|
|
810
|
+
var _count = 0;
|
|
811
|
+
componentsEvaluated.forEach(function(index) {
|
|
812
|
+
Object.keys(coseResult[index]).forEach(function(item) {
|
|
813
|
+
var nodeRectangle = coseResult[index][item];
|
|
814
|
+
nodeRectangle.setCenter(nodeRectangle.getCenterX() + shiftResult[_count].dx, nodeRectangle.getCenterY() + shiftResult[_count].dy);
|
|
815
|
+
});
|
|
816
|
+
_count++;
|
|
817
|
+
});
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
var getPositions = function getPositions2(ele, i2) {
|
|
823
|
+
if (options.quality == "default" || options.quality == "proof") {
|
|
824
|
+
if (typeof ele === "number") {
|
|
825
|
+
ele = i2;
|
|
826
|
+
}
|
|
827
|
+
var pos = void 0;
|
|
828
|
+
var node = void 0;
|
|
829
|
+
var theId = ele.data("id");
|
|
830
|
+
coseResult.forEach(function(result2) {
|
|
831
|
+
if (theId in result2) {
|
|
832
|
+
pos = { x: result2[theId].getRect().getCenterX(), y: result2[theId].getRect().getCenterY() };
|
|
833
|
+
node = result2[theId];
|
|
834
|
+
}
|
|
835
|
+
});
|
|
836
|
+
if (options.nodeDimensionsIncludeLabels) {
|
|
837
|
+
if (node.labelWidth) {
|
|
838
|
+
if (node.labelPosHorizontal == "left") {
|
|
839
|
+
pos.x += node.labelWidth / 2;
|
|
840
|
+
} else if (node.labelPosHorizontal == "right") {
|
|
841
|
+
pos.x -= node.labelWidth / 2;
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
if (node.labelHeight) {
|
|
845
|
+
if (node.labelPosVertical == "top") {
|
|
846
|
+
pos.y += node.labelHeight / 2;
|
|
847
|
+
} else if (node.labelPosVertical == "bottom") {
|
|
848
|
+
pos.y -= node.labelHeight / 2;
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
if (pos == void 0) pos = { x: ele.position("x"), y: ele.position("y") };
|
|
853
|
+
return {
|
|
854
|
+
x: pos.x,
|
|
855
|
+
y: pos.y
|
|
856
|
+
};
|
|
857
|
+
} else {
|
|
858
|
+
var _pos = void 0;
|
|
859
|
+
spectralResult.forEach(function(result2) {
|
|
860
|
+
var index = result2.nodeIndexes.get(ele.id());
|
|
861
|
+
if (index != void 0) {
|
|
862
|
+
_pos = { x: result2.xCoords[index], y: result2.yCoords[index] };
|
|
863
|
+
}
|
|
864
|
+
});
|
|
865
|
+
if (_pos == void 0) _pos = { x: ele.position("x"), y: ele.position("y") };
|
|
866
|
+
return {
|
|
867
|
+
x: _pos.x,
|
|
868
|
+
y: _pos.y
|
|
869
|
+
};
|
|
870
|
+
}
|
|
871
|
+
};
|
|
872
|
+
if (options.quality == "default" || options.quality == "proof" || options.randomize) {
|
|
873
|
+
var parentsWithoutChildren = aux.calcParentsWithoutChildren(cy, eles);
|
|
874
|
+
var _hiddenEles = eles.filter(function(ele) {
|
|
875
|
+
return ele.css("display") == "none";
|
|
876
|
+
});
|
|
877
|
+
options.eles = eles.not(_hiddenEles);
|
|
878
|
+
eles.nodes().not(":parent").not(_hiddenEles).layoutPositions(layout, options, getPositions);
|
|
879
|
+
if (parentsWithoutChildren.length > 0) {
|
|
880
|
+
parentsWithoutChildren.forEach(function(ele) {
|
|
881
|
+
ele.position(getPositions(ele));
|
|
882
|
+
});
|
|
883
|
+
}
|
|
884
|
+
} else {
|
|
885
|
+
console.log("If randomize option is set to false, then quality option must be 'default' or 'proof'.");
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
}]);
|
|
889
|
+
return Layout2;
|
|
890
|
+
}();
|
|
891
|
+
module2.exports = Layout;
|
|
892
|
+
}
|
|
893
|
+
),
|
|
894
|
+
/***/
|
|
895
|
+
657: (
|
|
896
|
+
/***/
|
|
897
|
+
(module2, __unused_webpack_exports, __webpack_require__2) => {
|
|
898
|
+
var aux = __webpack_require__2(548);
|
|
899
|
+
var Matrix = __webpack_require__2(140).layoutBase.Matrix;
|
|
900
|
+
var SVD = __webpack_require__2(140).layoutBase.SVD;
|
|
901
|
+
var spectralLayout = function spectralLayout2(options) {
|
|
902
|
+
var cy = options.cy;
|
|
903
|
+
var eles = options.eles;
|
|
904
|
+
var nodes = eles.nodes();
|
|
905
|
+
var parentNodes = eles.nodes(":parent");
|
|
906
|
+
var dummyNodes = /* @__PURE__ */ new Map();
|
|
907
|
+
var nodeIndexes = /* @__PURE__ */ new Map();
|
|
908
|
+
var parentChildMap = /* @__PURE__ */ new Map();
|
|
909
|
+
var allNodesNeighborhood = [];
|
|
910
|
+
var xCoords = [];
|
|
911
|
+
var yCoords = [];
|
|
912
|
+
var samplesColumn = [];
|
|
913
|
+
var minDistancesColumn = [];
|
|
914
|
+
var C = [];
|
|
915
|
+
var PHI = [];
|
|
916
|
+
var INV = [];
|
|
917
|
+
var nodeSize = void 0;
|
|
918
|
+
var infinity = 1e8;
|
|
919
|
+
var small = 1e-9;
|
|
920
|
+
var piTol = options.piTol;
|
|
921
|
+
var samplingType = options.samplingType;
|
|
922
|
+
var nodeSeparation = options.nodeSeparation;
|
|
923
|
+
var sampleSize = void 0;
|
|
924
|
+
var randomSampleCR = function randomSampleCR2() {
|
|
925
|
+
var sample2 = 0;
|
|
926
|
+
var count = 0;
|
|
927
|
+
var flag = false;
|
|
928
|
+
while (count < sampleSize) {
|
|
929
|
+
sample2 = Math.floor(Math.random() * nodeSize);
|
|
930
|
+
flag = false;
|
|
931
|
+
for (var i2 = 0; i2 < count; i2++) {
|
|
932
|
+
if (samplesColumn[i2] == sample2) {
|
|
933
|
+
flag = true;
|
|
934
|
+
break;
|
|
935
|
+
}
|
|
936
|
+
}
|
|
937
|
+
if (!flag) {
|
|
938
|
+
samplesColumn[count] = sample2;
|
|
939
|
+
count++;
|
|
940
|
+
} else {
|
|
941
|
+
continue;
|
|
942
|
+
}
|
|
943
|
+
}
|
|
944
|
+
};
|
|
945
|
+
var BFS = function BFS2(pivot, index2, samplingMethod) {
|
|
946
|
+
var path = [];
|
|
947
|
+
var front = 0;
|
|
948
|
+
var back = 0;
|
|
949
|
+
var current = 0;
|
|
950
|
+
var temp = void 0;
|
|
951
|
+
var distance = [];
|
|
952
|
+
var max_dist = 0;
|
|
953
|
+
var max_ind = 1;
|
|
954
|
+
for (var i2 = 0; i2 < nodeSize; i2++) {
|
|
955
|
+
distance[i2] = infinity;
|
|
956
|
+
}
|
|
957
|
+
path[back] = pivot;
|
|
958
|
+
distance[pivot] = 0;
|
|
959
|
+
while (back >= front) {
|
|
960
|
+
current = path[front++];
|
|
961
|
+
var neighbors = allNodesNeighborhood[current];
|
|
962
|
+
for (var _i = 0; _i < neighbors.length; _i++) {
|
|
963
|
+
temp = nodeIndexes.get(neighbors[_i]);
|
|
964
|
+
if (distance[temp] == infinity) {
|
|
965
|
+
distance[temp] = distance[current] + 1;
|
|
966
|
+
path[++back] = temp;
|
|
967
|
+
}
|
|
968
|
+
}
|
|
969
|
+
C[current][index2] = distance[current] * nodeSeparation;
|
|
970
|
+
}
|
|
971
|
+
if (samplingMethod) {
|
|
972
|
+
for (var _i2 = 0; _i2 < nodeSize; _i2++) {
|
|
973
|
+
if (C[_i2][index2] < minDistancesColumn[_i2]) minDistancesColumn[_i2] = C[_i2][index2];
|
|
974
|
+
}
|
|
975
|
+
for (var _i3 = 0; _i3 < nodeSize; _i3++) {
|
|
976
|
+
if (minDistancesColumn[_i3] > max_dist) {
|
|
977
|
+
max_dist = minDistancesColumn[_i3];
|
|
978
|
+
max_ind = _i3;
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
return max_ind;
|
|
983
|
+
};
|
|
984
|
+
var allBFS = function allBFS2(samplingMethod) {
|
|
985
|
+
var sample2 = void 0;
|
|
986
|
+
if (!samplingMethod) {
|
|
987
|
+
randomSampleCR();
|
|
988
|
+
for (var i2 = 0; i2 < sampleSize; i2++) {
|
|
989
|
+
BFS(samplesColumn[i2], i2, samplingMethod);
|
|
990
|
+
}
|
|
991
|
+
} else {
|
|
992
|
+
sample2 = Math.floor(Math.random() * nodeSize);
|
|
993
|
+
for (var _i4 = 0; _i4 < nodeSize; _i4++) {
|
|
994
|
+
minDistancesColumn[_i4] = infinity;
|
|
995
|
+
}
|
|
996
|
+
for (var _i5 = 0; _i5 < sampleSize; _i5++) {
|
|
997
|
+
samplesColumn[_i5] = sample2;
|
|
998
|
+
sample2 = BFS(sample2, _i5, samplingMethod);
|
|
999
|
+
}
|
|
1000
|
+
}
|
|
1001
|
+
for (var _i6 = 0; _i6 < nodeSize; _i6++) {
|
|
1002
|
+
for (var j = 0; j < sampleSize; j++) {
|
|
1003
|
+
C[_i6][j] *= C[_i6][j];
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
for (var _i7 = 0; _i7 < sampleSize; _i7++) {
|
|
1007
|
+
PHI[_i7] = [];
|
|
1008
|
+
}
|
|
1009
|
+
for (var _i8 = 0; _i8 < sampleSize; _i8++) {
|
|
1010
|
+
for (var _j = 0; _j < sampleSize; _j++) {
|
|
1011
|
+
PHI[_i8][_j] = C[samplesColumn[_j]][_i8];
|
|
1012
|
+
}
|
|
1013
|
+
}
|
|
1014
|
+
};
|
|
1015
|
+
var sample = function sample2() {
|
|
1016
|
+
var SVDResult = SVD.svd(PHI);
|
|
1017
|
+
var a_q = SVDResult.S;
|
|
1018
|
+
var a_u = SVDResult.U;
|
|
1019
|
+
var a_v = SVDResult.V;
|
|
1020
|
+
var max_s = a_q[0] * a_q[0] * a_q[0];
|
|
1021
|
+
var a_Sig = [];
|
|
1022
|
+
for (var i2 = 0; i2 < sampleSize; i2++) {
|
|
1023
|
+
a_Sig[i2] = [];
|
|
1024
|
+
for (var j = 0; j < sampleSize; j++) {
|
|
1025
|
+
a_Sig[i2][j] = 0;
|
|
1026
|
+
if (i2 == j) {
|
|
1027
|
+
a_Sig[i2][j] = a_q[i2] / (a_q[i2] * a_q[i2] + max_s / (a_q[i2] * a_q[i2]));
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
INV = Matrix.multMat(Matrix.multMat(a_v, a_Sig), Matrix.transpose(a_u));
|
|
1032
|
+
};
|
|
1033
|
+
var powerIteration = function powerIteration2() {
|
|
1034
|
+
var theta1 = void 0;
|
|
1035
|
+
var theta2 = void 0;
|
|
1036
|
+
var Y1 = [];
|
|
1037
|
+
var Y2 = [];
|
|
1038
|
+
var V1 = [];
|
|
1039
|
+
var V2 = [];
|
|
1040
|
+
for (var i2 = 0; i2 < nodeSize; i2++) {
|
|
1041
|
+
Y1[i2] = Math.random();
|
|
1042
|
+
Y2[i2] = Math.random();
|
|
1043
|
+
}
|
|
1044
|
+
Y1 = Matrix.normalize(Y1);
|
|
1045
|
+
Y2 = Matrix.normalize(Y2);
|
|
1046
|
+
var current = small;
|
|
1047
|
+
var previous = small;
|
|
1048
|
+
var temp = void 0;
|
|
1049
|
+
while (true) {
|
|
1050
|
+
for (var _i9 = 0; _i9 < nodeSize; _i9++) {
|
|
1051
|
+
V1[_i9] = Y1[_i9];
|
|
1052
|
+
}
|
|
1053
|
+
Y1 = Matrix.multGamma(Matrix.multL(Matrix.multGamma(V1), C, INV));
|
|
1054
|
+
theta1 = Matrix.dotProduct(V1, Y1);
|
|
1055
|
+
Y1 = Matrix.normalize(Y1);
|
|
1056
|
+
current = Matrix.dotProduct(V1, Y1);
|
|
1057
|
+
temp = Math.abs(current / previous);
|
|
1058
|
+
if (temp <= 1 + piTol && temp >= 1) {
|
|
1059
|
+
break;
|
|
1060
|
+
}
|
|
1061
|
+
previous = current;
|
|
1062
|
+
}
|
|
1063
|
+
for (var _i10 = 0; _i10 < nodeSize; _i10++) {
|
|
1064
|
+
V1[_i10] = Y1[_i10];
|
|
1065
|
+
}
|
|
1066
|
+
previous = small;
|
|
1067
|
+
while (true) {
|
|
1068
|
+
for (var _i11 = 0; _i11 < nodeSize; _i11++) {
|
|
1069
|
+
V2[_i11] = Y2[_i11];
|
|
1070
|
+
}
|
|
1071
|
+
V2 = Matrix.minusOp(V2, Matrix.multCons(V1, Matrix.dotProduct(V1, V2)));
|
|
1072
|
+
Y2 = Matrix.multGamma(Matrix.multL(Matrix.multGamma(V2), C, INV));
|
|
1073
|
+
theta2 = Matrix.dotProduct(V2, Y2);
|
|
1074
|
+
Y2 = Matrix.normalize(Y2);
|
|
1075
|
+
current = Matrix.dotProduct(V2, Y2);
|
|
1076
|
+
temp = Math.abs(current / previous);
|
|
1077
|
+
if (temp <= 1 + piTol && temp >= 1) {
|
|
1078
|
+
break;
|
|
1079
|
+
}
|
|
1080
|
+
previous = current;
|
|
1081
|
+
}
|
|
1082
|
+
for (var _i12 = 0; _i12 < nodeSize; _i12++) {
|
|
1083
|
+
V2[_i12] = Y2[_i12];
|
|
1084
|
+
}
|
|
1085
|
+
xCoords = Matrix.multCons(V1, Math.sqrt(Math.abs(theta1)));
|
|
1086
|
+
yCoords = Matrix.multCons(V2, Math.sqrt(Math.abs(theta2)));
|
|
1087
|
+
};
|
|
1088
|
+
aux.connectComponents(cy, eles, aux.getTopMostNodes(nodes), dummyNodes);
|
|
1089
|
+
parentNodes.forEach(function(ele) {
|
|
1090
|
+
aux.connectComponents(cy, eles, aux.getTopMostNodes(ele.descendants().intersection(eles)), dummyNodes);
|
|
1091
|
+
});
|
|
1092
|
+
var index = 0;
|
|
1093
|
+
for (var i = 0; i < nodes.length; i++) {
|
|
1094
|
+
if (!nodes[i].isParent()) {
|
|
1095
|
+
nodeIndexes.set(nodes[i].id(), index++);
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
var _iteratorNormalCompletion = true;
|
|
1099
|
+
var _didIteratorError = false;
|
|
1100
|
+
var _iteratorError = void 0;
|
|
1101
|
+
try {
|
|
1102
|
+
for (var _iterator = dummyNodes.keys()[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {
|
|
1103
|
+
var key = _step.value;
|
|
1104
|
+
nodeIndexes.set(key, index++);
|
|
1105
|
+
}
|
|
1106
|
+
} catch (err) {
|
|
1107
|
+
_didIteratorError = true;
|
|
1108
|
+
_iteratorError = err;
|
|
1109
|
+
} finally {
|
|
1110
|
+
try {
|
|
1111
|
+
if (!_iteratorNormalCompletion && _iterator.return) {
|
|
1112
|
+
_iterator.return();
|
|
1113
|
+
}
|
|
1114
|
+
} finally {
|
|
1115
|
+
if (_didIteratorError) {
|
|
1116
|
+
throw _iteratorError;
|
|
1117
|
+
}
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
for (var _i13 = 0; _i13 < nodeIndexes.size; _i13++) {
|
|
1121
|
+
allNodesNeighborhood[_i13] = [];
|
|
1122
|
+
}
|
|
1123
|
+
parentNodes.forEach(function(ele) {
|
|
1124
|
+
var children = ele.children().intersection(eles);
|
|
1125
|
+
while (children.nodes(":childless").length == 0) {
|
|
1126
|
+
children = children.nodes()[0].children().intersection(eles);
|
|
1127
|
+
}
|
|
1128
|
+
var index2 = 0;
|
|
1129
|
+
var min = children.nodes(":childless")[0].connectedEdges().length;
|
|
1130
|
+
children.nodes(":childless").forEach(function(ele2, i2) {
|
|
1131
|
+
if (ele2.connectedEdges().length < min) {
|
|
1132
|
+
min = ele2.connectedEdges().length;
|
|
1133
|
+
index2 = i2;
|
|
1134
|
+
}
|
|
1135
|
+
});
|
|
1136
|
+
parentChildMap.set(ele.id(), children.nodes(":childless")[index2].id());
|
|
1137
|
+
});
|
|
1138
|
+
nodes.forEach(function(ele) {
|
|
1139
|
+
var eleIndex = void 0;
|
|
1140
|
+
if (ele.isParent()) eleIndex = nodeIndexes.get(parentChildMap.get(ele.id()));
|
|
1141
|
+
else eleIndex = nodeIndexes.get(ele.id());
|
|
1142
|
+
ele.neighborhood().nodes().forEach(function(node) {
|
|
1143
|
+
if (eles.intersection(ele.edgesWith(node)).length > 0) {
|
|
1144
|
+
if (node.isParent()) allNodesNeighborhood[eleIndex].push(parentChildMap.get(node.id()));
|
|
1145
|
+
else allNodesNeighborhood[eleIndex].push(node.id());
|
|
1146
|
+
}
|
|
1147
|
+
});
|
|
1148
|
+
});
|
|
1149
|
+
var _loop = function _loop2(_key2) {
|
|
1150
|
+
var eleIndex = nodeIndexes.get(_key2);
|
|
1151
|
+
var disconnectedId = void 0;
|
|
1152
|
+
dummyNodes.get(_key2).forEach(function(id) {
|
|
1153
|
+
if (cy.getElementById(id).isParent()) disconnectedId = parentChildMap.get(id);
|
|
1154
|
+
else disconnectedId = id;
|
|
1155
|
+
allNodesNeighborhood[eleIndex].push(disconnectedId);
|
|
1156
|
+
allNodesNeighborhood[nodeIndexes.get(disconnectedId)].push(_key2);
|
|
1157
|
+
});
|
|
1158
|
+
};
|
|
1159
|
+
var _iteratorNormalCompletion2 = true;
|
|
1160
|
+
var _didIteratorError2 = false;
|
|
1161
|
+
var _iteratorError2 = void 0;
|
|
1162
|
+
try {
|
|
1163
|
+
for (var _iterator2 = dummyNodes.keys()[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = true) {
|
|
1164
|
+
var _key = _step2.value;
|
|
1165
|
+
_loop(_key);
|
|
1166
|
+
}
|
|
1167
|
+
} catch (err) {
|
|
1168
|
+
_didIteratorError2 = true;
|
|
1169
|
+
_iteratorError2 = err;
|
|
1170
|
+
} finally {
|
|
1171
|
+
try {
|
|
1172
|
+
if (!_iteratorNormalCompletion2 && _iterator2.return) {
|
|
1173
|
+
_iterator2.return();
|
|
1174
|
+
}
|
|
1175
|
+
} finally {
|
|
1176
|
+
if (_didIteratorError2) {
|
|
1177
|
+
throw _iteratorError2;
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
nodeSize = nodeIndexes.size;
|
|
1182
|
+
var spectralResult = void 0;
|
|
1183
|
+
if (nodeSize > 2) {
|
|
1184
|
+
sampleSize = nodeSize < options.sampleSize ? nodeSize : options.sampleSize;
|
|
1185
|
+
for (var _i14 = 0; _i14 < nodeSize; _i14++) {
|
|
1186
|
+
C[_i14] = [];
|
|
1187
|
+
}
|
|
1188
|
+
for (var _i15 = 0; _i15 < sampleSize; _i15++) {
|
|
1189
|
+
INV[_i15] = [];
|
|
1190
|
+
}
|
|
1191
|
+
if (options.quality == "draft" || options.step == "all") {
|
|
1192
|
+
allBFS(samplingType);
|
|
1193
|
+
sample();
|
|
1194
|
+
powerIteration();
|
|
1195
|
+
spectralResult = { nodeIndexes, xCoords, yCoords };
|
|
1196
|
+
} else {
|
|
1197
|
+
nodeIndexes.forEach(function(value, key2) {
|
|
1198
|
+
xCoords.push(cy.getElementById(key2).position("x"));
|
|
1199
|
+
yCoords.push(cy.getElementById(key2).position("y"));
|
|
1200
|
+
});
|
|
1201
|
+
spectralResult = { nodeIndexes, xCoords, yCoords };
|
|
1202
|
+
}
|
|
1203
|
+
return spectralResult;
|
|
1204
|
+
} else {
|
|
1205
|
+
var iterator = nodeIndexes.keys();
|
|
1206
|
+
var firstNode = cy.getElementById(iterator.next().value);
|
|
1207
|
+
var firstNodePos = firstNode.position();
|
|
1208
|
+
var firstNodeWidth = firstNode.outerWidth();
|
|
1209
|
+
xCoords.push(firstNodePos.x);
|
|
1210
|
+
yCoords.push(firstNodePos.y);
|
|
1211
|
+
if (nodeSize == 2) {
|
|
1212
|
+
var secondNode = cy.getElementById(iterator.next().value);
|
|
1213
|
+
var secondNodeWidth = secondNode.outerWidth();
|
|
1214
|
+
xCoords.push(firstNodePos.x + firstNodeWidth / 2 + secondNodeWidth / 2 + options.idealEdgeLength);
|
|
1215
|
+
yCoords.push(firstNodePos.y);
|
|
1216
|
+
}
|
|
1217
|
+
spectralResult = { nodeIndexes, xCoords, yCoords };
|
|
1218
|
+
return spectralResult;
|
|
1219
|
+
}
|
|
1220
|
+
};
|
|
1221
|
+
module2.exports = { spectralLayout };
|
|
1222
|
+
}
|
|
1223
|
+
),
|
|
1224
|
+
/***/
|
|
1225
|
+
579: (
|
|
1226
|
+
/***/
|
|
1227
|
+
(module2, __unused_webpack_exports, __webpack_require__2) => {
|
|
1228
|
+
var impl = __webpack_require__2(212);
|
|
1229
|
+
var register = function register2(cytoscape2) {
|
|
1230
|
+
if (!cytoscape2) {
|
|
1231
|
+
return;
|
|
1232
|
+
}
|
|
1233
|
+
cytoscape2("layout", "fcose", impl);
|
|
1234
|
+
};
|
|
1235
|
+
if (typeof cytoscape !== "undefined") {
|
|
1236
|
+
register(cytoscape);
|
|
1237
|
+
}
|
|
1238
|
+
module2.exports = register;
|
|
1239
|
+
}
|
|
1240
|
+
),
|
|
1241
|
+
/***/
|
|
1242
|
+
140: (
|
|
1243
|
+
/***/
|
|
1244
|
+
(module2) => {
|
|
1245
|
+
module2.exports = __WEBPACK_EXTERNAL_MODULE__140__;
|
|
1246
|
+
}
|
|
1247
|
+
)
|
|
1248
|
+
/******/
|
|
1249
|
+
};
|
|
1250
|
+
var __webpack_module_cache__ = {};
|
|
1251
|
+
function __webpack_require__(moduleId) {
|
|
1252
|
+
var cachedModule = __webpack_module_cache__[moduleId];
|
|
1253
|
+
if (cachedModule !== void 0) {
|
|
1254
|
+
return cachedModule.exports;
|
|
1255
|
+
}
|
|
1256
|
+
var module2 = __webpack_module_cache__[moduleId] = {
|
|
1257
|
+
/******/
|
|
1258
|
+
// no module.id needed
|
|
1259
|
+
/******/
|
|
1260
|
+
// no module.loaded needed
|
|
1261
|
+
/******/
|
|
1262
|
+
exports: {}
|
|
1263
|
+
/******/
|
|
1264
|
+
};
|
|
1265
|
+
__webpack_modules__[moduleId](module2, module2.exports, __webpack_require__);
|
|
1266
|
+
return module2.exports;
|
|
1267
|
+
}
|
|
1268
|
+
var __webpack_exports__ = __webpack_require__(579);
|
|
1269
|
+
return __webpack_exports__;
|
|
1270
|
+
})()
|
|
1271
|
+
);
|
|
1272
|
+
});
|
|
1273
|
+
})(cytoscapeFcose$1);
|
|
1274
|
+
return cytoscapeFcose$1.exports;
|
|
1275
|
+
}
|
|
1276
|
+
export {
|
|
1277
|
+
requireCytoscapeFcose as __require
|
|
1278
|
+
};
|