@windrun-huaiin/third-ui 7.0.0 → 7.1.0
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.js +7 -0
- package/dist/_virtual/_commonjsHelpers.mjs +5 -0
- package/dist/_virtual/advancedFormat.js +9 -0
- package/dist/_virtual/advancedFormat.mjs +7 -0
- package/dist/_virtual/advancedFormat2.js +5 -0
- package/dist/_virtual/advancedFormat2.mjs +3 -0
- package/dist/_virtual/cancellation.js +7 -0
- package/dist/_virtual/cancellation.mjs +5 -0
- package/dist/_virtual/cancellation2.js +5 -0
- package/dist/_virtual/cancellation2.mjs +3 -0
- package/dist/_virtual/constants.js +5 -0
- package/dist/_virtual/constants.mjs +3 -0
- package/dist/_virtual/cose-base.js +5 -0
- package/dist/_virtual/cose-base.mjs +3 -0
- package/dist/_virtual/cose-base2.js +5 -0
- package/dist/_virtual/cose-base2.mjs +3 -0
- package/dist/_virtual/customParseFormat.js +9 -0
- package/dist/_virtual/customParseFormat.mjs +7 -0
- package/dist/_virtual/customParseFormat2.js +5 -0
- package/dist/_virtual/customParseFormat2.mjs +3 -0
- package/dist/_virtual/cytoscape-cose-bilkent.js +9 -0
- package/dist/_virtual/cytoscape-cose-bilkent.mjs +7 -0
- package/dist/_virtual/cytoscape-cose-bilkent2.js +5 -0
- package/dist/_virtual/cytoscape-cose-bilkent2.mjs +3 -0
- package/dist/_virtual/cytoscape-fcose.js +9 -0
- package/dist/_virtual/cytoscape-fcose.mjs +7 -0
- package/dist/_virtual/cytoscape-fcose2.js +5 -0
- package/dist/_virtual/cytoscape-fcose2.mjs +3 -0
- package/dist/_virtual/dayjs.min.js +9 -0
- package/dist/_virtual/dayjs.min.mjs +7 -0
- package/dist/_virtual/dayjs.min2.js +5 -0
- package/dist/_virtual/dayjs.min2.mjs +3 -0
- package/dist/_virtual/events.js +7 -0
- package/dist/_virtual/events.mjs +5 -0
- package/dist/_virtual/events2.js +5 -0
- package/dist/_virtual/events2.mjs +3 -0
- package/dist/_virtual/index.js +7 -0
- package/dist/_virtual/index.mjs +5 -0
- package/dist/_virtual/index2.js +5 -0
- package/dist/_virtual/index2.mjs +3 -0
- package/dist/_virtual/is.js +5 -0
- package/dist/_virtual/is.mjs +3 -0
- package/dist/_virtual/isoWeek.js +9 -0
- package/dist/_virtual/isoWeek.mjs +7 -0
- package/dist/_virtual/isoWeek2.js +5 -0
- package/dist/_virtual/isoWeek2.mjs +3 -0
- package/dist/_virtual/layout-base.js +5 -0
- package/dist/_virtual/layout-base.mjs +3 -0
- package/dist/_virtual/layout-base2.js +5 -0
- package/dist/_virtual/layout-base2.mjs +3 -0
- package/dist/_virtual/ral.js +5 -0
- package/dist/_virtual/ral.mjs +3 -0
- package/dist/clerk/clerk-organization-client.d.ts +11 -0
- package/dist/clerk/clerk-organization-client.js +18 -0
- package/dist/clerk/clerk-organization-client.mjs +16 -0
- package/dist/clerk/clerk-organization.d.ts +6 -0
- package/dist/clerk/clerk-organization.js +22 -0
- package/dist/clerk/clerk-organization.mjs +20 -0
- package/dist/clerk/clerk-page-generator.d.ts +11 -0
- package/dist/clerk/clerk-page-generator.js +24 -0
- package/dist/clerk/clerk-page-generator.mjs +20 -0
- package/dist/clerk/clerk-provider-client.d.ts +12 -0
- package/dist/clerk/clerk-provider-client.js +34 -0
- package/dist/clerk/clerk-provider-client.mjs +32 -0
- package/dist/clerk/clerk-user-client.d.ts +13 -0
- package/dist/clerk/clerk-user-client.js +16 -0
- package/dist/clerk/clerk-user-client.mjs +14 -0
- package/dist/clerk/clerk-user.d.ts +7 -0
- package/dist/clerk/clerk-user.js +25 -0
- package/dist/clerk/clerk-user.mjs +23 -0
- package/dist/clerk/index.d.ts +1 -0
- package/dist/clerk/index.js +8 -0
- package/dist/clerk/index.mjs +2 -0
- package/dist/clerk/server.d.ts +3 -0
- package/dist/clerk/server.js +13 -0
- package/dist/clerk/server.mjs +3 -0
- package/dist/fuma/fuma-banner-suit.d.ts +4 -0
- package/dist/fuma/fuma-banner-suit.js +33 -0
- package/dist/fuma/fuma-banner-suit.mjs +31 -0
- package/dist/fuma/fuma-page-genarator.d.ts +44 -0
- package/dist/fuma/fuma-page-genarator.js +77 -0
- package/dist/fuma/fuma-page-genarator.mjs +75 -0
- package/dist/fuma/llm-copy-handler.d.ts +16 -0
- package/dist/fuma/llm-copy-handler.js +83 -0
- package/dist/fuma/llm-copy-handler.mjs +81 -0
- package/dist/fuma/mdx/airtical-card.d.ts +10 -0
- package/dist/fuma/mdx/banner.d.ts +17 -0
- package/dist/fuma/mdx/banner.js +90 -0
- package/dist/fuma/mdx/banner.mjs +88 -0
- package/dist/fuma/mdx/fuma-github-info.d.ts +18 -0
- package/dist/fuma/mdx/fuma-github-info.js +113 -0
- package/dist/fuma/mdx/fuma-github-info.mjs +111 -0
- package/dist/fuma/mdx/gradient-button.d.ts +14 -0
- package/dist/fuma/mdx/gradient-button.js +74 -0
- package/dist/fuma/mdx/gradient-button.mjs +72 -0
- package/dist/fuma/mdx/image-grid.d.ts +6 -0
- package/dist/fuma/mdx/image-grid.js +17 -0
- package/dist/fuma/mdx/image-grid.mjs +15 -0
- package/dist/fuma/mdx/image-zoom.d.ts +22 -0
- package/dist/fuma/mdx/image-zoom.js +39 -0
- package/dist/fuma/mdx/image-zoom.mjs +37 -0
- package/dist/fuma/mdx/index.d.ts +11 -0
- package/dist/fuma/mdx/index.js +31 -0
- package/dist/fuma/mdx/index.mjs +12 -0
- package/dist/fuma/mdx/mermaid.d.ts +12 -0
- package/dist/fuma/mdx/mermaid.js +177 -0
- package/dist/fuma/mdx/mermaid.mjs +173 -0
- package/dist/fuma/mdx/toc-base.d.ts +11 -0
- package/dist/fuma/mdx/toc-base.js +70 -0
- package/dist/fuma/mdx/toc-base.mjs +66 -0
- package/dist/fuma/mdx/toc-footer-wrapper.d.ts +9 -0
- package/dist/fuma/mdx/toc-footer-wrapper.js +12 -0
- package/dist/fuma/mdx/toc-footer-wrapper.mjs +10 -0
- package/dist/fuma/mdx/trophy-card.d.ts +6 -0
- package/dist/fuma/mdx/trophy-card.js +11 -0
- package/dist/fuma/mdx/trophy-card.mjs +9 -0
- package/dist/fuma/mdx/zia-card.d.ts +9 -0
- package/dist/fuma/mdx/zia-card.js +20 -0
- package/dist/fuma/mdx/zia-card.mjs +18 -0
- package/dist/fuma/mdx/zia-file.d.ts +16 -0
- package/dist/fuma/mdx/zia-file.js +30 -0
- package/dist/fuma/mdx/zia-file.mjs +27 -0
- package/dist/fuma/server.d.ts +4 -0
- package/dist/fuma/server.js +13 -0
- package/dist/fuma/server.mjs +4 -0
- package/dist/fuma/site-x.d.ts +8 -0
- package/dist/fuma/site-x.js +32 -0
- package/dist/fuma/site-x.mjs +30 -0
- package/dist/lib/clerk-intl.d.ts +4568 -0
- package/dist/lib/clerk-intl.js +13 -0
- package/dist/lib/clerk-intl.mjs +11 -0
- package/dist/lib/fuma-schema-check-util.d.ts +62 -0
- package/dist/lib/fuma-schema-check-util.js +64 -0
- package/dist/lib/fuma-schema-check-util.mjs +56 -0
- package/dist/lib/fuma-search-util.d.ts +2 -0
- package/dist/lib/fuma-search-util.js +8 -0
- package/dist/lib/fuma-search-util.mjs +6 -0
- package/dist/lib/seo-util.d.ts +31 -0
- package/dist/lib/seo-util.js +106 -0
- package/dist/lib/seo-util.mjs +101 -0
- package/dist/lib/server.d.ts +4 -0
- package/dist/lib/server.js +22 -0
- package/dist/lib/server.mjs +4 -0
- package/dist/main/ads-alert-dialog.d.ts +15 -0
- package/dist/main/ads-alert-dialog.js +21 -0
- package/dist/main/ads-alert-dialog.mjs +19 -0
- package/dist/main/ai-prompt-textarea.d.ts +72 -0
- package/dist/main/ai-prompt-textarea.js +114 -0
- package/dist/main/ai-prompt-textarea.mjs +112 -0
- package/dist/main/cta.d.ts +4 -0
- package/dist/main/cta.js +25 -0
- package/dist/main/cta.mjs +23 -0
- package/dist/main/faq-interactive.d.ts +13 -0
- package/dist/main/faq-interactive.js +52 -0
- package/dist/main/faq-interactive.mjs +50 -0
- package/dist/main/faq.d.ts +4 -0
- package/dist/main/faq.js +34 -0
- package/dist/main/faq.mjs +32 -0
- package/dist/main/features.d.ts +4 -0
- package/dist/main/features.js +33 -0
- package/dist/main/features.mjs +31 -0
- package/dist/main/footer.d.ts +3 -0
- package/dist/main/footer.js +24 -0
- package/dist/main/footer.mjs +22 -0
- package/dist/main/gallery-interactive.d.ts +18 -0
- package/dist/main/gallery-interactive.js +138 -0
- package/dist/main/gallery-interactive.mjs +136 -0
- package/dist/main/gallery.d.ts +7 -0
- package/dist/main/gallery.js +38 -0
- package/dist/main/gallery.mjs +36 -0
- package/dist/main/go-to-top.d.ts +1 -0
- package/dist/main/go-to-top.js +33 -0
- package/dist/main/go-to-top.mjs +31 -0
- package/dist/main/index.d.ts +10 -0
- package/dist/main/index.js +27 -0
- package/dist/main/index.mjs +11 -0
- package/dist/main/language-detector.d.ts +14 -0
- package/dist/main/loading.d.ts +1 -0
- package/dist/main/loading.js +71 -0
- package/dist/main/loading.mjs +69 -0
- package/dist/main/nprogress-bar.d.ts +1 -0
- package/dist/main/nprogress-bar.js +25 -0
- package/dist/main/nprogress-bar.mjs +23 -0
- package/dist/main/price-plan-interactive.d.ts +33 -0
- package/dist/main/price-plan-interactive.js +209 -0
- package/dist/main/price-plan-interactive.mjs +207 -0
- package/dist/main/price-plan.d.ts +19 -0
- package/dist/main/price-plan.js +87 -0
- package/dist/main/price-plan.mjs +85 -0
- package/dist/main/rich-text-expert.d.ts +6 -0
- package/dist/main/rich-text-expert.js +33 -0
- package/dist/main/rich-text-expert.mjs +30 -0
- package/dist/main/seo-content.d.ts +4 -0
- package/dist/main/seo-content.js +30 -0
- package/dist/main/seo-content.mjs +28 -0
- package/dist/main/server.d.ts +9 -0
- package/dist/main/server.js +23 -0
- package/dist/main/server.mjs +9 -0
- package/dist/main/tips.d.ts +4 -0
- package/dist/main/tips.js +32 -0
- package/dist/main/tips.mjs +30 -0
- package/dist/main/usage.d.ts +4 -0
- package/dist/main/usage.js +34 -0
- package/dist/main/usage.mjs +32 -0
- package/dist/main/x-button.d.ts +34 -0
- package/dist/main/x-button.js +67 -0
- package/dist/main/x-button.mjs +65 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/constants.js +23 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/constants.mjs +21 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/index.js +94 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/index.mjs +92 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.js +88 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.mjs +83 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.js +246 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.mjs +232 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.js +56 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.mjs +54 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/base-regexp-visitor.js +89 -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 +87 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.js +48 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.mjs +44 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.js +729 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.mjs +727 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.js +43 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.mjs +36 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.js +18 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.mjs +15 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.js +11 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.mjs +9 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.js +21 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.mjs +19 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.js +17 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.mjs +14 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.js +29 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +24 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.js +22 -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.js +55 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.mjs +52 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.js +18 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +16 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.js +29 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +26 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.js +25 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +23 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.js +122 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.mjs +119 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.js +34 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.mjs +30 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.js +11 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.mjs +9 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.js +30 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.mjs +28 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.js +42 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.mjs +40 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-O4VJ6CD3.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-O4VJ6CD3.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4KMFLZZN.js +635 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4KMFLZZN.mjs +598 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BN7GFLIU.js +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BN7GFLIU.mjs +38 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.js +58 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.mjs +55 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KMC2YHZD.js +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KMC2YHZD.mjs +38 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.js +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.mjs +38 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.js +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.mjs +38 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFWHJNB7.js +54 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFWHJNB7.mjs +51 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-XRWGC2XP.js +122 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-XRWGC2XP.mjs +119 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-ZV4HHKMB.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-ZV4HHKMB.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-63CPKGFF.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-63CPKGFF.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-HUATNLJX.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-HUATNLJX.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-WTHONI2E.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-WTHONI2E.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NJJJXTRR.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NJJJXTRR.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-75Q7IDZK.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-75Q7IDZK.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +129 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs +78 -0
- package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.2/node_modules/tslib/tslib.es6.js +48 -0
- package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.2/node_modules/tslib/tslib.es6.mjs +45 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/all-star-lookahead.js +567 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/all-star-lookahead.mjs +565 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.js +426 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.mjs +409 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.js +52 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.mjs +48 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.js +13 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.mjs +11 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.js +6 -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.js +77 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.mjs +72 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.js +106 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.mjs +100 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.js +184 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.mjs +180 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.js +66 -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.js +469 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.mjs +454 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.js +66 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.mjs +61 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.js +48 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.mjs +44 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.js +27 -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.js +510 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.mjs +500 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.js +33 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.mjs +23 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.js +52 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.mjs +50 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.js +493 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.mjs +480 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.js +44 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.mjs +41 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.js +108 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.mjs +106 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.js +208 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.mjs +201 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.js +27 -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.js +79 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.mjs +77 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js +304 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.mjs +302 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.js +74 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.mjs +72 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.js +141 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.mjs +138 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.js +52 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.mjs +50 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.js +339 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.mjs +337 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.js +555 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.mjs +553 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.js +305 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.mjs +299 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.js +198 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.mjs +196 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.js +23 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.mjs +21 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.js +920 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.mjs +893 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.js +12 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.mjs +10 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.js +664 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.mjs +662 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.js +253 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.mjs +248 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.js +23 -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.js +140 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.mjs +125 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.js +95 -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/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js +47 -0
- package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs +44 -0
- package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.js +1440 -0
- package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.mjs +1438 -0
- package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.js +3220 -0
- package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.mjs +3218 -0
- package/dist/node_modules/.pnpm/cytoscape-cose-bilkent@4.1.0_cytoscape@3.33.0/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.js +466 -0
- package/dist/node_modules/.pnpm/cytoscape-cose-bilkent@4.1.0_cytoscape@3.33.0/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.mjs +464 -0
- package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.33.0/node_modules/cytoscape-fcose/cytoscape-fcose.js +1547 -0
- package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.33.0/node_modules/cytoscape-fcose/cytoscape-fcose.mjs +1545 -0
- package/dist/node_modules/.pnpm/cytoscape@3.33.0/node_modules/cytoscape/dist/cytoscape.esm.js +35565 -0
- package/dist/node_modules/.pnpm/cytoscape@3.33.0/node_modules/cytoscape/dist/cytoscape.esm.mjs +35563 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.js +24 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.js +24 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.js +22 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.js +7 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.js +14 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.js +60 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.mjs +58 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.js +11 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.js +24 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.js +24 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.js +7 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.js +17 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.js +63 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.mjs +57 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.js +171 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.mjs +168 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.js +7 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.js +410 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.mjs +398 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.js +17 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.mjs +12 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.js +124 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.mjs +117 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.js +7 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.mjs +4 -0
- package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js +86 -0
- package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.mjs +84 -0
- package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js +7 -0
- package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/defaultLocale.js +24 -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.js +9 -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.js +27 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatDecimal.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.js +22 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.js +11 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.js +22 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.js +15 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.js +54 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.mjs +49 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.js +15 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTypes.js +23 -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.js +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/identity.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.js +152 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.mjs +150 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionFixed.js +9 -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.js +9 -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.js +10 -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-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.js +8 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/constant.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/constant.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.js +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.js +7 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.js +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js +19 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.mjs +17 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.js +12 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.js +99 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.mjs +93 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.js +18 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.js +13 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.js +13 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.js +34 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.mjs +32 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.js +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.js +13 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/dice.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/dice.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/index.js +98 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/index.mjs +96 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/round.js +10 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/round.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/slice.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/slice.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/squarify.js +74 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/squarify.mjs +68 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.js +21 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.mjs +19 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.js +37 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.mjs +31 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.js +5 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.mjs +3 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.js +10 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.js +24 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.js +9 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.js +21 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.js +27 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js +28 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.js +9 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js +68 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.mjs +66 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js +33 -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.js +68 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.mjs +65 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js +23 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.js +26 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.mjs +24 -0
- package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.js +132 -0
- package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.mjs +130 -0
- package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.js +149 -0
- package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.mjs +147 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.js +30 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.js +375 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.mjs +373 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.js +19 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.mjs +17 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.js +7 -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.js +9 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.js +87 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.mjs +85 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.js +136 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.mjs +129 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.js +12 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.js +77 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.mjs +72 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.js +22 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.js +7 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.js +53 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.mjs +48 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.js +37 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.mjs +35 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.js +85 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.mjs +80 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.js +13 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.js +18 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.js +11 -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.js +16 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.js +12 -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.js +61 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.mjs +59 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.js +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.js +79 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.mjs +77 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.js +17 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.js +132 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.mjs +130 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.js +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.js +38 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.mjs +36 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.js +14 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.mjs +12 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.js +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.mjs +24 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.js +10 -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.js +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js +96 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.mjs +90 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.js +18 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.js +19 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.mjs +17 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.js +11 -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.js +23 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.js +15 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.js +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.js +71 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.mjs +69 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.js +17 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.js +32 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.mjs +30 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.js +11 -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.js +12 -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.js +21 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.mjs +19 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.js +22 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.js +22 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.js +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.js +28 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.js +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.js +42 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.mjs +37 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.js +13 -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.js +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.js +5 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.mjs +3 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.js +62 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.mjs +60 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.js +12 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.js +272 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.mjs +270 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.js +9 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.js +59 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.mjs +53 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.js +56 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.mjs +54 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.js +43 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.mjs +41 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.js +50 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.mjs +47 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.js +60 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.mjs +58 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.js +69 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.mjs +63 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.js +68 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.mjs +63 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.js +56 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.mjs +51 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.js +95 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.mjs +90 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.js +78 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.mjs +76 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.js +66 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.mjs +64 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.js +35 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.mjs +33 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.js +29 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.js +109 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.mjs +106 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.js +69 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.mjs +67 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.js +61 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.mjs +55 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.js +7 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.js +7 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.js +62 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.mjs +60 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.js +36 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.js +5 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.mjs +3 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.js +23 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.js +84 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.mjs +82 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.js +12 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.js +30 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.js +692 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.mjs +690 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.js +41 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.mjs +37 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.js +17 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.js +31 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.js +73 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.mjs +71 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.js +29 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.js +31 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.js +32 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.mjs +29 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.js +18 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.js +60 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.mjs +57 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.js +73 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.mjs +58 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.js +54 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.mjs +51 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.js +15 -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.js +117 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.mjs +112 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.js +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js +8 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.js +11 -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.js +46 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.mjs +44 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.js +82 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.mjs +80 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.js +48 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.mjs +46 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.js +27 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.js +27 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.js +20 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.js +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.js +33 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.mjs +31 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.js +20 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.js +74 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.mjs +71 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.js +16 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.js +23 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.js +36 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.mjs +34 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.js +15 -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.js +170 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.mjs +156 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.js +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.mjs +24 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.js +30 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.js +11 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.js +84 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.mjs +82 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.js +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.js +24 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.js +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.js +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.js +88 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.mjs +83 -0
- package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js +48 -0
- package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.mjs +46 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/acyclic.js +64 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/acyclic.mjs +61 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/add-border-segments.js +38 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/add-border-segments.mjs +36 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/coordinate-system.js +78 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/coordinate-system.mjs +75 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/data/list.js +58 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/data/list.mjs +56 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/greedy-fas.js +125 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/greedy-fas.mjs +123 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/layout.js +414 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/layout.mjs +412 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/nesting-graph.js +143 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/nesting-graph.mjs +140 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/normalize.js +114 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/normalize.mjs +111 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.js +55 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.mjs +53 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/barycenter.js +34 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/barycenter.mjs +32 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.js +80 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.mjs +78 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/cross-count.js +88 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/cross-count.mjs +86 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/index.js +82 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/index.mjs +80 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/init-order.js +52 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/init-order.mjs +50 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js +134 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.mjs +132 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js +83 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.mjs +81 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort.js +64 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort.mjs +62 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.js +88 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.mjs +86 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/bk.js +431 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/bk.mjs +420 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/index.js +36 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/index.mjs +34 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.js +90 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.mjs +88 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/index.js +54 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/index.mjs +52 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js +244 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.mjs +242 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/util.js +68 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/util.mjs +65 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/util.js +219 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/util.mjs +207 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dfs.js +49 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dfs.mjs +47 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/postorder.js +9 -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.js +9 -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.js +6 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/topsort.mjs +4 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/graph.js +526 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/graph.mjs +524 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/json.js +53 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/json.mjs +51 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.mjs +16 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/advancedFormat.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/advancedFormat.mjs +16 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.mjs +16 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/isoWeek.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/isoWeek.mjs +16 -0
- package/dist/node_modules/.pnpm/dompurify@3.2.6/node_modules/dompurify/dist/purify.es.js +1338 -0
- package/dist/node_modules/.pnpm/dompurify@3.2.6/node_modules/dompurify/dist/purify.es.mjs +1336 -0
- package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.js +48 -0
- package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.mjs +46 -0
- package/dist/node_modules/.pnpm/katex@0.16.22/node_modules/katex/dist/katex.js +18565 -0
- package/dist/node_modules/.pnpm/katex@0.16.22/node_modules/katex/dist/katex.mjs +18549 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.js +135 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.mjs +133 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.js +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.mjs +7 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.js +29 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.mjs +27 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.js +45 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.mjs +43 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.js +52 -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.js +46 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.mjs +44 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.js +176 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.mjs +174 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.js +38 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.mjs +36 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.js +17 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.js +19 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.mjs +17 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.js +17 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.mjs +15 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.js +16 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.js +12 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.mjs +10 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.js +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.mjs +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.js +16 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.js +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.mjs +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.js +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.mjs +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.js +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.mjs +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.js +15 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.mjs +13 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.js +25 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.mjs +23 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.js +22 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.mjs +20 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.js +91 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.mjs +89 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.js +15 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.mjs +13 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.js +16 -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.js +12 -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.js +102 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.mjs +99 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.js +130 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.mjs +128 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.js +24 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.mjs +22 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.js +71 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.mjs +69 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.js +514 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.mjs +511 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.js +731 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.mjs +652 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.js +31 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.mjs +29 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.js +23 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.mjs +21 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.js +20 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.mjs +18 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.js +251 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.mjs +245 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.js +32 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.mjs +29 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.js +496 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.mjs +489 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.js +87 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.mjs +80 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.js +378 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.mjs +376 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.js +132 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.mjs +130 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.js +103 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.mjs +101 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.js +169 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.mjs +167 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.js +26 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.mjs +23 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.js +91 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.mjs +89 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.js +89 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.mjs +87 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.js +69 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.mjs +67 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.js +77 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.mjs +74 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.js +279 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.mjs +277 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.js +223 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.mjs +220 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.js +82 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.mjs +80 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.js +91 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.mjs +82 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.js +211 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.mjs +201 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.js +153 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.mjs +148 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.js +193 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.mjs +190 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.js +149 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.mjs +138 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.js +16 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.mjs +16 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.js +18 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.mjs +15 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.js +44 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.mjs +42 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.js +495 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.mjs +477 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.js +101 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.mjs +94 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.js +287 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.mjs +278 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.js +517 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.mjs +511 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.js +43 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.mjs +41 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.js +251 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.mjs +246 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.js +158 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.mjs +155 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.js +80 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.mjs +77 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.js +49 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.mjs +47 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.js +96 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.mjs +94 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.js +382 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.mjs +380 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.js +274 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.mjs +267 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.js +21 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.mjs +18 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.js +96 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.mjs +94 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.js +79 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.mjs +77 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.js +120 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.mjs +118 -0
- package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.js +4276 -0
- package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.mjs +4274 -0
- package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.js +5116 -0
- package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.mjs +5114 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayAggregator.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayAggregator.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEvery.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEvery.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.js +51 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs +49 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAggregator.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAggregator.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.js +164 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs +162 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseDifference.js +59 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseDifference.mjs +57 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEvery.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEvery.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.js +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.js +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGt.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGt.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHas.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHas.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.js +85 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.mjs +83 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.js +61 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.mjs +59 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.js +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.js +49 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs +47 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsRegExp.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsRegExp.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.js +62 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs +60 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.js +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs +42 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.js +96 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs +94 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseOrderBy.js +51 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseOrderBy.mjs +49 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePick.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePick.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePickBy.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePickBy.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRange.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRange.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.js +53 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs +51 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSome.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSome.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSortBy.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSortBy.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.js +69 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.mjs +67 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseValues.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseValues.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseZipObject.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseZipObject.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareAscending.js +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareAscending.mjs +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareMultiple.js +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareMultiple.mjs +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.js +40 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAggregator.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAggregator.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createFind.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createFind.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createRange.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createRange.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.js +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.js +86 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.mjs +84 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.js +114 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.mjs +112 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.js +92 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.mjs +90 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js +6 -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.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.js +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js +48 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.js +60 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs +58 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.js +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.mjs +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.js +79 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs +77 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/assign.js +60 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/assign.mjs +58 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/compact.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/compact.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/defaults.js +66 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/defaults.mjs +64 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/difference.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/difference.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/drop.js +40 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/drop.mjs +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/dropRight.js +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/dropRight.mjs +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/every.js +54 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/every.mjs +52 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.js +54 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.mjs +52 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/find.js +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/find.mjs +42 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/findIndex.js +57 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/findIndex.mjs +55 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.js +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.mjs +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forIn.js +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forIn.mjs +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forOwn.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forOwn.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/groupBy.js +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/groupBy.mjs +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/has.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/has.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/head.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/head.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/includes.js +55 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/includes.mjs +53 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/indexOf.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/indexOf.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.js +40 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.js +79 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.mjs +77 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.js +64 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs +62 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isRegExp.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isRegExp.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isString.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isString.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isUndefined.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isUndefined.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.js +55 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.mjs +53 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/mapValues.js +45 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/mapValues.mjs +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/max.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/max.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.js +75 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs +73 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.js +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/min.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/min.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/minBy.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/minBy.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/negate.js +42 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/negate.mjs +40 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pick.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pick.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pickBy.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pickBy.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/range.js +48 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/range.mjs +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.js +53 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.mjs +51 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reject.js +48 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reject.mjs +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/some.js +49 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/some.mjs +47 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/sortBy.js +50 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/sortBy.mjs +48 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toFinite.js +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toFinite.mjs +42 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toInteger.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toInteger.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.js +66 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.mjs +64 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/union.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/union.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniq.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniq.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqueId.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqueId.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/values.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/values.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/zipObject.js +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/zipObject.mjs +24 -0
- package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.js +83 -0
- package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.mjs +73 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-SUXI7LT5.js +1117 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-SUXI7LT5.mjs +1115 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-6J76NXCF.js +3641 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-6J76NXCF.mjs +3639 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-6F6E4RAY.js +2502 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-6F6E4RAY.mjs +2500 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-353BL4L5.js +19 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-353BL4L5.mjs +17 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3XYRH5AP.js +3124 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3XYRH5AP.mjs +3071 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55PJQP7W.js +559 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55PJQP7W.mjs +541 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-67H74DCK.js +111 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-67H74DCK.mjs +103 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AACKK3MU.js +22 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AACKK3MU.mjs +20 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AC5SNWB5.js +19 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AC5SNWB5.mjs +17 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BFAMUDN2.js +18 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BFAMUDN2.mjs +16 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-E2GYISFI.js +22 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-E2GYISFI.mjs +20 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IWUHOULB.js +62 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IWUHOULB.mjs +58 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JW4RIYDF.js +4980 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JW4RIYDF.mjs +4969 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-L5ZGVLVO.js +2699 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-L5ZGVLVO.mjs +2696 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-M6DAPIYF.js +701 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-M6DAPIYF.mjs +695 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MXNHSMXR.js +110 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MXNHSMXR.mjs +108 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OW32GOEJ.js +1935 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OW32GOEJ.mjs +1930 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-P3VETL53.js +20 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-P3VETL53.mjs +18 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QESNASVV.js +432 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QESNASVV.mjs +425 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RKKUNAVE.js +146 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RKKUNAVE.mjs +144 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SKB7J2MH.js +27 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SKB7J2MH.mjs +25 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SZ463SBG.js +1847 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SZ463SBG.mjs +1842 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UWXLY5YG.js +88 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UWXLY5YG.mjs +82 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.js +30 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.mjs +28 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.js +30 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.mjs +28 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-JOIXM2OF.js +661 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-JOIXM2OF.mjs +659 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5UYTHUR4.js +213 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5UYTHUR4.mjs +211 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VMROVX33.js +539 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VMROVX33.mjs +537 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-ZTM2IBQH.js +311 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-ZTM2IBQH.mjs +309 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-3M52JZNH.js +1179 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-3M52JZNH.mjs +1177 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-KYDEHFYC.js +2351 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-KYDEHFYC.mjs +2349 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-EK5VF46D.js +2145 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-EK5VF46D.mjs +2143 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-GW3U2K7C.js +1218 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-GW3U2K7C.mjs +1216 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.js +41 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.mjs +39 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-EWQZEKCU.js +1268 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-EWQZEKCU.mjs +1266 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-ZSS6B67P.js +1064 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-ZSS6B67P.mjs +1062 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-6CBA2TL7.js +1215 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-6CBA2TL7.mjs +1213 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-NIOCPIFQ.js +196 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-NIOCPIFQ.mjs +194 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-2OG54O6I.js +1352 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-2OG54O6I.mjs +1350 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-QOLK2EJ7.js +1180 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-QOLK2EJ7.mjs +1178 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-4UZDY2LN.js +696 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-4UZDY2LN.mjs +694 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SKLFT4DO.js +3430 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SKLFT4DO.mjs +3428 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-MI5ZYTHO.js +465 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-MI5ZYTHO.mjs +463 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.js +30 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.mjs +28 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-MYPXXCX6.js +1237 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-MYPXXCX6.mjs +1235 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-H2YORKM3.js +1889 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-H2YORKM3.mjs +1887 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/mermaid.core.js +1310 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/mermaid.core.mjs +1308 -0
- package/dist/node_modules/.pnpm/react-medium-image-zoom@5.3.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-medium-image-zoom/dist/index.js +810 -0
- package/dist/node_modules/.pnpm/react-medium-image-zoom@5.3.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-medium-image-zoom/dist/index.mjs +805 -0
- package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.js +5 -0
- package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.mjs +3 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.js +17 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.mjs +9 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.js +210 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.mjs +204 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.js +40 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.mjs +37 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.js +232 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.mjs +215 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.js +96 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.mjs +85 -0
- package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.js +43 -0
- package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.mjs +38 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js +111 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.mjs +109 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.js +141 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.mjs +139 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.js +47 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.mjs +45 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.js +35 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.mjs +33 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.js +266 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.mjs +266 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.js +1933 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.mjs +1933 -0
- package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.js +6 -0
- package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.mjs +3 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js +135 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.mjs +132 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js +11 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.mjs +8 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js +8 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.mjs +8 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js +122 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.mjs +111 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js +138 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.mjs +135 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js +113 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.mjs +111 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js +3339 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs +3297 -0
- package/package.json +43 -13
- package/src/clerk/clerk-organization-client.tsx +1 -1
- package/src/clerk/clerk-user-client.tsx +1 -1
- package/src/fuma/llm-copy-handler.ts +1 -1
- package/src/fuma/mdx/airtical-card.tsx +1 -1
- package/src/fuma/mdx/banner.tsx +2 -2
- package/src/fuma/mdx/fuma-github-info.tsx +1 -1
- package/src/fuma/mdx/gradient-button.tsx +2 -2
- package/src/fuma/mdx/mermaid.tsx +1 -1
- package/src/fuma/mdx/toc-base.tsx +2 -2
- package/src/fuma/mdx/trophy-card.tsx +1 -1
- package/src/fuma/mdx/zia-card.tsx +2 -2
- package/src/fuma/mdx/zia-file.tsx +2 -2
- package/src/fuma/site-x.tsx +1 -1
- package/src/main/ads-alert-dialog.tsx +2 -2
- package/src/main/ai-prompt-textarea.tsx +1 -1
- package/src/main/cta.tsx +1 -1
- package/src/main/faq.tsx +1 -1
- package/src/main/features.tsx +3 -3
- package/src/main/footer.tsx +1 -1
- package/src/main/gallery.tsx +1 -1
- package/src/main/go-to-top.tsx +1 -1
- package/src/main/language-detector.tsx +1 -1
- package/src/main/price-plan-interactive.tsx +1 -1
- package/src/main/price-plan.tsx +1 -1
- package/src/main/seo-content.tsx +1 -1
- package/src/main/tips.tsx +1 -1
- package/src/main/usage.tsx +2 -2
- package/src/main/x-button.tsx +1 -1
|
@@ -0,0 +1,3220 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var coseBase$1 = require('../../../../../_virtual/cose-base2.js');
|
|
4
|
+
var layoutBase = require('../../../layout-base@2.0.1/node_modules/layout-base/layout-base.js');
|
|
5
|
+
|
|
6
|
+
var coseBase = coseBase$1.__module.exports;
|
|
7
|
+
|
|
8
|
+
var hasRequiredCoseBase;
|
|
9
|
+
|
|
10
|
+
function requireCoseBase () {
|
|
11
|
+
if (hasRequiredCoseBase) return coseBase$1.__module.exports;
|
|
12
|
+
hasRequiredCoseBase = 1;
|
|
13
|
+
(function (module, exports) {
|
|
14
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
15
|
+
module.exports = factory(layoutBase.__require());
|
|
16
|
+
})(coseBase, function(__WEBPACK_EXTERNAL_MODULE__551__) {
|
|
17
|
+
return /******/ (() => { // webpackBootstrap
|
|
18
|
+
/******/ var __webpack_modules__ = ({
|
|
19
|
+
|
|
20
|
+
/***/ 45:
|
|
21
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
var coseBase = {};
|
|
26
|
+
|
|
27
|
+
coseBase.layoutBase = __webpack_require__(551);
|
|
28
|
+
coseBase.CoSEConstants = __webpack_require__(806);
|
|
29
|
+
coseBase.CoSEEdge = __webpack_require__(767);
|
|
30
|
+
coseBase.CoSEGraph = __webpack_require__(880);
|
|
31
|
+
coseBase.CoSEGraphManager = __webpack_require__(578);
|
|
32
|
+
coseBase.CoSELayout = __webpack_require__(765);
|
|
33
|
+
coseBase.CoSENode = __webpack_require__(991);
|
|
34
|
+
coseBase.ConstraintHandler = __webpack_require__(902);
|
|
35
|
+
|
|
36
|
+
module.exports = coseBase;
|
|
37
|
+
|
|
38
|
+
/***/ }),
|
|
39
|
+
|
|
40
|
+
/***/ 806:
|
|
41
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
var FDLayoutConstants = __webpack_require__(551).FDLayoutConstants;
|
|
46
|
+
|
|
47
|
+
function CoSEConstants() {}
|
|
48
|
+
|
|
49
|
+
//CoSEConstants inherits static props in FDLayoutConstants
|
|
50
|
+
for (var prop in FDLayoutConstants) {
|
|
51
|
+
CoSEConstants[prop] = FDLayoutConstants[prop];
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
CoSEConstants.DEFAULT_USE_MULTI_LEVEL_SCALING = false;
|
|
55
|
+
CoSEConstants.DEFAULT_RADIAL_SEPARATION = FDLayoutConstants.DEFAULT_EDGE_LENGTH;
|
|
56
|
+
CoSEConstants.DEFAULT_COMPONENT_SEPERATION = 60;
|
|
57
|
+
CoSEConstants.TILE = true;
|
|
58
|
+
CoSEConstants.TILING_PADDING_VERTICAL = 10;
|
|
59
|
+
CoSEConstants.TILING_PADDING_HORIZONTAL = 10;
|
|
60
|
+
CoSEConstants.TRANSFORM_ON_CONSTRAINT_HANDLING = true;
|
|
61
|
+
CoSEConstants.ENFORCE_CONSTRAINTS = true;
|
|
62
|
+
CoSEConstants.APPLY_LAYOUT = true;
|
|
63
|
+
CoSEConstants.RELAX_MOVEMENT_ON_CONSTRAINTS = true;
|
|
64
|
+
CoSEConstants.TREE_REDUCTION_ON_INCREMENTAL = true; // this should be set to false if there will be a constraint
|
|
65
|
+
// This constant is for differentiating whether actual layout algorithm that uses cose-base wants to apply only incremental layout or
|
|
66
|
+
// an incremental layout on top of a randomized layout. If it is only incremental layout, then this constant should be true.
|
|
67
|
+
CoSEConstants.PURE_INCREMENTAL = CoSEConstants.DEFAULT_INCREMENTAL;
|
|
68
|
+
|
|
69
|
+
module.exports = CoSEConstants;
|
|
70
|
+
|
|
71
|
+
/***/ }),
|
|
72
|
+
|
|
73
|
+
/***/ 767:
|
|
74
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
var FDLayoutEdge = __webpack_require__(551).FDLayoutEdge;
|
|
79
|
+
|
|
80
|
+
function CoSEEdge(source, target, vEdge) {
|
|
81
|
+
FDLayoutEdge.call(this, source, target, vEdge);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
CoSEEdge.prototype = Object.create(FDLayoutEdge.prototype);
|
|
85
|
+
for (var prop in FDLayoutEdge) {
|
|
86
|
+
CoSEEdge[prop] = FDLayoutEdge[prop];
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
module.exports = CoSEEdge;
|
|
90
|
+
|
|
91
|
+
/***/ }),
|
|
92
|
+
|
|
93
|
+
/***/ 880:
|
|
94
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
var LGraph = __webpack_require__(551).LGraph;
|
|
99
|
+
|
|
100
|
+
function CoSEGraph(parent, graphMgr, vGraph) {
|
|
101
|
+
LGraph.call(this, parent, graphMgr, vGraph);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
CoSEGraph.prototype = Object.create(LGraph.prototype);
|
|
105
|
+
for (var prop in LGraph) {
|
|
106
|
+
CoSEGraph[prop] = LGraph[prop];
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
module.exports = CoSEGraph;
|
|
110
|
+
|
|
111
|
+
/***/ }),
|
|
112
|
+
|
|
113
|
+
/***/ 578:
|
|
114
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
var LGraphManager = __webpack_require__(551).LGraphManager;
|
|
119
|
+
|
|
120
|
+
function CoSEGraphManager(layout) {
|
|
121
|
+
LGraphManager.call(this, layout);
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
CoSEGraphManager.prototype = Object.create(LGraphManager.prototype);
|
|
125
|
+
for (var prop in LGraphManager) {
|
|
126
|
+
CoSEGraphManager[prop] = LGraphManager[prop];
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
module.exports = CoSEGraphManager;
|
|
130
|
+
|
|
131
|
+
/***/ }),
|
|
132
|
+
|
|
133
|
+
/***/ 765:
|
|
134
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
var FDLayout = __webpack_require__(551).FDLayout;
|
|
139
|
+
var CoSEGraphManager = __webpack_require__(578);
|
|
140
|
+
var CoSEGraph = __webpack_require__(880);
|
|
141
|
+
var CoSENode = __webpack_require__(991);
|
|
142
|
+
var CoSEEdge = __webpack_require__(767);
|
|
143
|
+
var CoSEConstants = __webpack_require__(806);
|
|
144
|
+
var ConstraintHandler = __webpack_require__(902);
|
|
145
|
+
var FDLayoutConstants = __webpack_require__(551).FDLayoutConstants;
|
|
146
|
+
var LayoutConstants = __webpack_require__(551).LayoutConstants;
|
|
147
|
+
var Point = __webpack_require__(551).Point;
|
|
148
|
+
var PointD = __webpack_require__(551).PointD;
|
|
149
|
+
var DimensionD = __webpack_require__(551).DimensionD;
|
|
150
|
+
var Layout = __webpack_require__(551).Layout;
|
|
151
|
+
var Integer = __webpack_require__(551).Integer;
|
|
152
|
+
var IGeometry = __webpack_require__(551).IGeometry;
|
|
153
|
+
var LGraph = __webpack_require__(551).LGraph;
|
|
154
|
+
var Transform = __webpack_require__(551).Transform;
|
|
155
|
+
var LinkedList = __webpack_require__(551).LinkedList;
|
|
156
|
+
|
|
157
|
+
function CoSELayout() {
|
|
158
|
+
FDLayout.call(this);
|
|
159
|
+
|
|
160
|
+
this.toBeTiled = {}; // Memorize if a node is to be tiled or is tiled
|
|
161
|
+
this.constraints = {}; // keep layout constraints
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
CoSELayout.prototype = Object.create(FDLayout.prototype);
|
|
165
|
+
|
|
166
|
+
for (var prop in FDLayout) {
|
|
167
|
+
CoSELayout[prop] = FDLayout[prop];
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
CoSELayout.prototype.newGraphManager = function () {
|
|
171
|
+
var gm = new CoSEGraphManager(this);
|
|
172
|
+
this.graphManager = gm;
|
|
173
|
+
return gm;
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
CoSELayout.prototype.newGraph = function (vGraph) {
|
|
177
|
+
return new CoSEGraph(null, this.graphManager, vGraph);
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
CoSELayout.prototype.newNode = function (vNode) {
|
|
181
|
+
return new CoSENode(this.graphManager, vNode);
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
CoSELayout.prototype.newEdge = function (vEdge) {
|
|
185
|
+
return new CoSEEdge(null, null, vEdge);
|
|
186
|
+
};
|
|
187
|
+
|
|
188
|
+
CoSELayout.prototype.initParameters = function () {
|
|
189
|
+
FDLayout.prototype.initParameters.call(this, arguments);
|
|
190
|
+
if (!this.isSubLayout) {
|
|
191
|
+
if (CoSEConstants.DEFAULT_EDGE_LENGTH < 10) {
|
|
192
|
+
this.idealEdgeLength = 10;
|
|
193
|
+
} else {
|
|
194
|
+
this.idealEdgeLength = CoSEConstants.DEFAULT_EDGE_LENGTH;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
this.useSmartIdealEdgeLengthCalculation = CoSEConstants.DEFAULT_USE_SMART_IDEAL_EDGE_LENGTH_CALCULATION;
|
|
198
|
+
this.gravityConstant = FDLayoutConstants.DEFAULT_GRAVITY_STRENGTH;
|
|
199
|
+
this.compoundGravityConstant = FDLayoutConstants.DEFAULT_COMPOUND_GRAVITY_STRENGTH;
|
|
200
|
+
this.gravityRangeFactor = FDLayoutConstants.DEFAULT_GRAVITY_RANGE_FACTOR;
|
|
201
|
+
this.compoundGravityRangeFactor = FDLayoutConstants.DEFAULT_COMPOUND_GRAVITY_RANGE_FACTOR;
|
|
202
|
+
|
|
203
|
+
// variables for tree reduction support
|
|
204
|
+
this.prunedNodesAll = [];
|
|
205
|
+
this.growTreeIterations = 0;
|
|
206
|
+
this.afterGrowthIterations = 0;
|
|
207
|
+
this.isTreeGrowing = false;
|
|
208
|
+
this.isGrowthFinished = false;
|
|
209
|
+
}
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
// This method is used to set CoSE related parameters used by spring embedder.
|
|
213
|
+
CoSELayout.prototype.initSpringEmbedder = function () {
|
|
214
|
+
FDLayout.prototype.initSpringEmbedder.call(this);
|
|
215
|
+
|
|
216
|
+
// variables for cooling
|
|
217
|
+
this.coolingCycle = 0;
|
|
218
|
+
this.maxCoolingCycle = this.maxIterations / FDLayoutConstants.CONVERGENCE_CHECK_PERIOD;
|
|
219
|
+
this.finalTemperature = 0.04;
|
|
220
|
+
this.coolingAdjuster = 1;
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
CoSELayout.prototype.layout = function () {
|
|
224
|
+
var createBendsAsNeeded = LayoutConstants.DEFAULT_CREATE_BENDS_AS_NEEDED;
|
|
225
|
+
if (createBendsAsNeeded) {
|
|
226
|
+
this.createBendpoints();
|
|
227
|
+
this.graphManager.resetAllEdges();
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
this.level = 0;
|
|
231
|
+
return this.classicLayout();
|
|
232
|
+
};
|
|
233
|
+
|
|
234
|
+
CoSELayout.prototype.classicLayout = function () {
|
|
235
|
+
this.nodesWithGravity = this.calculateNodesToApplyGravitationTo();
|
|
236
|
+
this.graphManager.setAllNodesToApplyGravitation(this.nodesWithGravity);
|
|
237
|
+
this.calcNoOfChildrenForAllNodes();
|
|
238
|
+
this.graphManager.calcLowestCommonAncestors();
|
|
239
|
+
this.graphManager.calcInclusionTreeDepths();
|
|
240
|
+
this.graphManager.getRoot().calcEstimatedSize();
|
|
241
|
+
this.calcIdealEdgeLengths();
|
|
242
|
+
|
|
243
|
+
if (!this.incremental) {
|
|
244
|
+
var forest = this.getFlatForest();
|
|
245
|
+
|
|
246
|
+
// The graph associated with this layout is flat and a forest
|
|
247
|
+
if (forest.length > 0) {
|
|
248
|
+
this.positionNodesRadially(forest);
|
|
249
|
+
}
|
|
250
|
+
// The graph associated with this layout is not flat or a forest
|
|
251
|
+
else {
|
|
252
|
+
// Reduce the trees when incremental mode is not enabled and graph is not a forest
|
|
253
|
+
this.reduceTrees();
|
|
254
|
+
// Update nodes that gravity will be applied
|
|
255
|
+
this.graphManager.resetAllNodesToApplyGravitation();
|
|
256
|
+
var allNodes = new Set(this.getAllNodes());
|
|
257
|
+
var intersection = this.nodesWithGravity.filter(function (x) {
|
|
258
|
+
return allNodes.has(x);
|
|
259
|
+
});
|
|
260
|
+
this.graphManager.setAllNodesToApplyGravitation(intersection);
|
|
261
|
+
|
|
262
|
+
this.positionNodesRandomly();
|
|
263
|
+
}
|
|
264
|
+
} else {
|
|
265
|
+
if (CoSEConstants.TREE_REDUCTION_ON_INCREMENTAL) {
|
|
266
|
+
// Reduce the trees in incremental mode if only this constant is set to true
|
|
267
|
+
this.reduceTrees();
|
|
268
|
+
// Update nodes that gravity will be applied
|
|
269
|
+
this.graphManager.resetAllNodesToApplyGravitation();
|
|
270
|
+
var allNodes = new Set(this.getAllNodes());
|
|
271
|
+
var intersection = this.nodesWithGravity.filter(function (x) {
|
|
272
|
+
return allNodes.has(x);
|
|
273
|
+
});
|
|
274
|
+
this.graphManager.setAllNodesToApplyGravitation(intersection);
|
|
275
|
+
}
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
if (Object.keys(this.constraints).length > 0) {
|
|
279
|
+
ConstraintHandler.handleConstraints(this);
|
|
280
|
+
this.initConstraintVariables();
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
this.initSpringEmbedder();
|
|
284
|
+
if (CoSEConstants.APPLY_LAYOUT) {
|
|
285
|
+
this.runSpringEmbedder();
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
return true;
|
|
289
|
+
};
|
|
290
|
+
|
|
291
|
+
CoSELayout.prototype.tick = function () {
|
|
292
|
+
this.totalIterations++;
|
|
293
|
+
|
|
294
|
+
if (this.totalIterations === this.maxIterations && !this.isTreeGrowing && !this.isGrowthFinished) {
|
|
295
|
+
if (this.prunedNodesAll.length > 0) {
|
|
296
|
+
this.isTreeGrowing = true;
|
|
297
|
+
} else {
|
|
298
|
+
return true;
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
if (this.totalIterations % FDLayoutConstants.CONVERGENCE_CHECK_PERIOD == 0 && !this.isTreeGrowing && !this.isGrowthFinished) {
|
|
303
|
+
if (this.isConverged()) {
|
|
304
|
+
if (this.prunedNodesAll.length > 0) {
|
|
305
|
+
this.isTreeGrowing = true;
|
|
306
|
+
} else {
|
|
307
|
+
return true;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
this.coolingCycle++;
|
|
312
|
+
|
|
313
|
+
if (this.layoutQuality == 0) {
|
|
314
|
+
// quality - "draft"
|
|
315
|
+
this.coolingAdjuster = this.coolingCycle;
|
|
316
|
+
} else if (this.layoutQuality == 1) {
|
|
317
|
+
// quality - "default"
|
|
318
|
+
this.coolingAdjuster = this.coolingCycle / 3;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
// cooling schedule is based on http://www.btluke.com/simanf1.html -> cooling schedule 3
|
|
322
|
+
this.coolingFactor = Math.max(this.initialCoolingFactor - Math.pow(this.coolingCycle, Math.log(100 * (this.initialCoolingFactor - this.finalTemperature)) / Math.log(this.maxCoolingCycle)) / 100 * this.coolingAdjuster, this.finalTemperature);
|
|
323
|
+
this.animationPeriod = Math.ceil(this.initialAnimationPeriod * Math.sqrt(this.coolingFactor));
|
|
324
|
+
}
|
|
325
|
+
// Operations while tree is growing again
|
|
326
|
+
if (this.isTreeGrowing) {
|
|
327
|
+
if (this.growTreeIterations % 10 == 0) {
|
|
328
|
+
if (this.prunedNodesAll.length > 0) {
|
|
329
|
+
this.graphManager.updateBounds();
|
|
330
|
+
this.updateGrid();
|
|
331
|
+
this.growTree(this.prunedNodesAll);
|
|
332
|
+
// Update nodes that gravity will be applied
|
|
333
|
+
this.graphManager.resetAllNodesToApplyGravitation();
|
|
334
|
+
var allNodes = new Set(this.getAllNodes());
|
|
335
|
+
var intersection = this.nodesWithGravity.filter(function (x) {
|
|
336
|
+
return allNodes.has(x);
|
|
337
|
+
});
|
|
338
|
+
this.graphManager.setAllNodesToApplyGravitation(intersection);
|
|
339
|
+
|
|
340
|
+
this.graphManager.updateBounds();
|
|
341
|
+
this.updateGrid();
|
|
342
|
+
if (CoSEConstants.PURE_INCREMENTAL) this.coolingFactor = FDLayoutConstants.DEFAULT_COOLING_FACTOR_INCREMENTAL / 2;else this.coolingFactor = FDLayoutConstants.DEFAULT_COOLING_FACTOR_INCREMENTAL;
|
|
343
|
+
} else {
|
|
344
|
+
this.isTreeGrowing = false;
|
|
345
|
+
this.isGrowthFinished = true;
|
|
346
|
+
}
|
|
347
|
+
}
|
|
348
|
+
this.growTreeIterations++;
|
|
349
|
+
}
|
|
350
|
+
// Operations after growth is finished
|
|
351
|
+
if (this.isGrowthFinished) {
|
|
352
|
+
if (this.isConverged()) {
|
|
353
|
+
return true;
|
|
354
|
+
}
|
|
355
|
+
if (this.afterGrowthIterations % 10 == 0) {
|
|
356
|
+
this.graphManager.updateBounds();
|
|
357
|
+
this.updateGrid();
|
|
358
|
+
}
|
|
359
|
+
if (CoSEConstants.PURE_INCREMENTAL) this.coolingFactor = FDLayoutConstants.DEFAULT_COOLING_FACTOR_INCREMENTAL / 2 * ((100 - this.afterGrowthIterations) / 100);else this.coolingFactor = FDLayoutConstants.DEFAULT_COOLING_FACTOR_INCREMENTAL * ((100 - this.afterGrowthIterations) / 100);
|
|
360
|
+
this.afterGrowthIterations++;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
var gridUpdateAllowed = !this.isTreeGrowing && !this.isGrowthFinished;
|
|
364
|
+
var forceToNodeSurroundingUpdate = this.growTreeIterations % 10 == 1 && this.isTreeGrowing || this.afterGrowthIterations % 10 == 1 && this.isGrowthFinished;
|
|
365
|
+
|
|
366
|
+
this.totalDisplacement = 0;
|
|
367
|
+
this.graphManager.updateBounds();
|
|
368
|
+
this.calcSpringForces();
|
|
369
|
+
this.calcRepulsionForces(gridUpdateAllowed, forceToNodeSurroundingUpdate);
|
|
370
|
+
this.calcGravitationalForces();
|
|
371
|
+
this.moveNodes();
|
|
372
|
+
this.animate();
|
|
373
|
+
|
|
374
|
+
return false; // Layout is not ended yet return false
|
|
375
|
+
};
|
|
376
|
+
|
|
377
|
+
CoSELayout.prototype.getPositionsData = function () {
|
|
378
|
+
var allNodes = this.graphManager.getAllNodes();
|
|
379
|
+
var pData = {};
|
|
380
|
+
for (var i = 0; i < allNodes.length; i++) {
|
|
381
|
+
var rect = allNodes[i].rect;
|
|
382
|
+
var id = allNodes[i].id;
|
|
383
|
+
pData[id] = {
|
|
384
|
+
id: id,
|
|
385
|
+
x: rect.getCenterX(),
|
|
386
|
+
y: rect.getCenterY(),
|
|
387
|
+
w: rect.width,
|
|
388
|
+
h: rect.height
|
|
389
|
+
};
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
return pData;
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
CoSELayout.prototype.runSpringEmbedder = function () {
|
|
396
|
+
this.initialAnimationPeriod = 25;
|
|
397
|
+
this.animationPeriod = this.initialAnimationPeriod;
|
|
398
|
+
var layoutEnded = false;
|
|
399
|
+
|
|
400
|
+
// If aminate option is 'during' signal that layout is supposed to start iterating
|
|
401
|
+
if (FDLayoutConstants.ANIMATE === 'during') {
|
|
402
|
+
this.emit('layoutstarted');
|
|
403
|
+
} else {
|
|
404
|
+
// If aminate option is 'during' tick() function will be called on index.js
|
|
405
|
+
while (!layoutEnded) {
|
|
406
|
+
layoutEnded = this.tick();
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
this.graphManager.updateBounds();
|
|
410
|
+
}
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
// overrides moveNodes method in FDLayout
|
|
414
|
+
CoSELayout.prototype.moveNodes = function () {
|
|
415
|
+
var lNodes = this.getAllNodes();
|
|
416
|
+
var node;
|
|
417
|
+
|
|
418
|
+
// calculate displacement for each node
|
|
419
|
+
for (var i = 0; i < lNodes.length; i++) {
|
|
420
|
+
node = lNodes[i];
|
|
421
|
+
node.calculateDisplacement();
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
if (Object.keys(this.constraints).length > 0) {
|
|
425
|
+
this.updateDisplacements();
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
// move each node
|
|
429
|
+
for (var i = 0; i < lNodes.length; i++) {
|
|
430
|
+
node = lNodes[i];
|
|
431
|
+
node.move();
|
|
432
|
+
}
|
|
433
|
+
};
|
|
434
|
+
|
|
435
|
+
// constraint related methods: initConstraintVariables and updateDisplacements
|
|
436
|
+
|
|
437
|
+
// initialize constraint related variables
|
|
438
|
+
CoSELayout.prototype.initConstraintVariables = function () {
|
|
439
|
+
var self = this;
|
|
440
|
+
this.idToNodeMap = new Map();
|
|
441
|
+
this.fixedNodeSet = new Set();
|
|
442
|
+
|
|
443
|
+
var allNodes = this.graphManager.getAllNodes();
|
|
444
|
+
|
|
445
|
+
// fill idToNodeMap
|
|
446
|
+
for (var i = 0; i < allNodes.length; i++) {
|
|
447
|
+
var node = allNodes[i];
|
|
448
|
+
this.idToNodeMap.set(node.id, node);
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
// calculate fixed node weight for given compound node
|
|
452
|
+
var calculateCompoundWeight = function calculateCompoundWeight(compoundNode) {
|
|
453
|
+
var nodes = compoundNode.getChild().getNodes();
|
|
454
|
+
var node;
|
|
455
|
+
var fixedNodeWeight = 0;
|
|
456
|
+
for (var i = 0; i < nodes.length; i++) {
|
|
457
|
+
node = nodes[i];
|
|
458
|
+
if (node.getChild() == null) {
|
|
459
|
+
if (self.fixedNodeSet.has(node.id)) {
|
|
460
|
+
fixedNodeWeight += 100;
|
|
461
|
+
}
|
|
462
|
+
} else {
|
|
463
|
+
fixedNodeWeight += calculateCompoundWeight(node);
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
return fixedNodeWeight;
|
|
467
|
+
};
|
|
468
|
+
|
|
469
|
+
if (this.constraints.fixedNodeConstraint) {
|
|
470
|
+
// fill fixedNodeSet
|
|
471
|
+
this.constraints.fixedNodeConstraint.forEach(function (nodeData) {
|
|
472
|
+
self.fixedNodeSet.add(nodeData.nodeId);
|
|
473
|
+
});
|
|
474
|
+
|
|
475
|
+
// assign fixed node weights to compounds if they contain fixed nodes
|
|
476
|
+
var allNodes = this.graphManager.getAllNodes();
|
|
477
|
+
var node;
|
|
478
|
+
|
|
479
|
+
for (var i = 0; i < allNodes.length; i++) {
|
|
480
|
+
node = allNodes[i];
|
|
481
|
+
if (node.getChild() != null) {
|
|
482
|
+
var fixedNodeWeight = calculateCompoundWeight(node);
|
|
483
|
+
if (fixedNodeWeight > 0) {
|
|
484
|
+
node.fixedNodeWeight = fixedNodeWeight;
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
if (this.constraints.relativePlacementConstraint) {
|
|
491
|
+
var nodeToDummyForVerticalAlignment = new Map();
|
|
492
|
+
var nodeToDummyForHorizontalAlignment = new Map();
|
|
493
|
+
this.dummyToNodeForVerticalAlignment = new Map();
|
|
494
|
+
this.dummyToNodeForHorizontalAlignment = new Map();
|
|
495
|
+
this.fixedNodesOnHorizontal = new Set();
|
|
496
|
+
this.fixedNodesOnVertical = new Set();
|
|
497
|
+
|
|
498
|
+
// fill maps and sets
|
|
499
|
+
this.fixedNodeSet.forEach(function (nodeId) {
|
|
500
|
+
self.fixedNodesOnHorizontal.add(nodeId);
|
|
501
|
+
self.fixedNodesOnVertical.add(nodeId);
|
|
502
|
+
});
|
|
503
|
+
|
|
504
|
+
if (this.constraints.alignmentConstraint) {
|
|
505
|
+
if (this.constraints.alignmentConstraint.vertical) {
|
|
506
|
+
var verticalAlignment = this.constraints.alignmentConstraint.vertical;
|
|
507
|
+
for (var i = 0; i < verticalAlignment.length; i++) {
|
|
508
|
+
this.dummyToNodeForVerticalAlignment.set("dummy" + i, []);
|
|
509
|
+
verticalAlignment[i].forEach(function (nodeId) {
|
|
510
|
+
nodeToDummyForVerticalAlignment.set(nodeId, "dummy" + i);
|
|
511
|
+
self.dummyToNodeForVerticalAlignment.get("dummy" + i).push(nodeId);
|
|
512
|
+
if (self.fixedNodeSet.has(nodeId)) {
|
|
513
|
+
self.fixedNodesOnHorizontal.add("dummy" + i);
|
|
514
|
+
}
|
|
515
|
+
});
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
if (this.constraints.alignmentConstraint.horizontal) {
|
|
519
|
+
var horizontalAlignment = this.constraints.alignmentConstraint.horizontal;
|
|
520
|
+
for (var i = 0; i < horizontalAlignment.length; i++) {
|
|
521
|
+
this.dummyToNodeForHorizontalAlignment.set("dummy" + i, []);
|
|
522
|
+
horizontalAlignment[i].forEach(function (nodeId) {
|
|
523
|
+
nodeToDummyForHorizontalAlignment.set(nodeId, "dummy" + i);
|
|
524
|
+
self.dummyToNodeForHorizontalAlignment.get("dummy" + i).push(nodeId);
|
|
525
|
+
if (self.fixedNodeSet.has(nodeId)) {
|
|
526
|
+
self.fixedNodesOnVertical.add("dummy" + i);
|
|
527
|
+
}
|
|
528
|
+
});
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
if (CoSEConstants.RELAX_MOVEMENT_ON_CONSTRAINTS) {
|
|
534
|
+
|
|
535
|
+
this.shuffle = function (array) {
|
|
536
|
+
var j, x, i;
|
|
537
|
+
for (i = array.length - 1; i >= 2 * array.length / 3; i--) {
|
|
538
|
+
j = Math.floor(Math.random() * (i + 1));
|
|
539
|
+
x = array[i];
|
|
540
|
+
array[i] = array[j];
|
|
541
|
+
array[j] = x;
|
|
542
|
+
}
|
|
543
|
+
return array;
|
|
544
|
+
};
|
|
545
|
+
|
|
546
|
+
this.nodesInRelativeHorizontal = [];
|
|
547
|
+
this.nodesInRelativeVertical = [];
|
|
548
|
+
this.nodeToRelativeConstraintMapHorizontal = new Map();
|
|
549
|
+
this.nodeToRelativeConstraintMapVertical = new Map();
|
|
550
|
+
this.nodeToTempPositionMapHorizontal = new Map();
|
|
551
|
+
this.nodeToTempPositionMapVertical = new Map();
|
|
552
|
+
|
|
553
|
+
// fill arrays and maps
|
|
554
|
+
this.constraints.relativePlacementConstraint.forEach(function (constraint) {
|
|
555
|
+
if (constraint.left) {
|
|
556
|
+
var nodeIdLeft = nodeToDummyForVerticalAlignment.has(constraint.left) ? nodeToDummyForVerticalAlignment.get(constraint.left) : constraint.left;
|
|
557
|
+
var nodeIdRight = nodeToDummyForVerticalAlignment.has(constraint.right) ? nodeToDummyForVerticalAlignment.get(constraint.right) : constraint.right;
|
|
558
|
+
|
|
559
|
+
if (!self.nodesInRelativeHorizontal.includes(nodeIdLeft)) {
|
|
560
|
+
self.nodesInRelativeHorizontal.push(nodeIdLeft);
|
|
561
|
+
self.nodeToRelativeConstraintMapHorizontal.set(nodeIdLeft, []);
|
|
562
|
+
if (self.dummyToNodeForVerticalAlignment.has(nodeIdLeft)) {
|
|
563
|
+
self.nodeToTempPositionMapHorizontal.set(nodeIdLeft, self.idToNodeMap.get(self.dummyToNodeForVerticalAlignment.get(nodeIdLeft)[0]).getCenterX());
|
|
564
|
+
} else {
|
|
565
|
+
self.nodeToTempPositionMapHorizontal.set(nodeIdLeft, self.idToNodeMap.get(nodeIdLeft).getCenterX());
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
if (!self.nodesInRelativeHorizontal.includes(nodeIdRight)) {
|
|
569
|
+
self.nodesInRelativeHorizontal.push(nodeIdRight);
|
|
570
|
+
self.nodeToRelativeConstraintMapHorizontal.set(nodeIdRight, []);
|
|
571
|
+
if (self.dummyToNodeForVerticalAlignment.has(nodeIdRight)) {
|
|
572
|
+
self.nodeToTempPositionMapHorizontal.set(nodeIdRight, self.idToNodeMap.get(self.dummyToNodeForVerticalAlignment.get(nodeIdRight)[0]).getCenterX());
|
|
573
|
+
} else {
|
|
574
|
+
self.nodeToTempPositionMapHorizontal.set(nodeIdRight, self.idToNodeMap.get(nodeIdRight).getCenterX());
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
self.nodeToRelativeConstraintMapHorizontal.get(nodeIdLeft).push({ right: nodeIdRight, gap: constraint.gap });
|
|
579
|
+
self.nodeToRelativeConstraintMapHorizontal.get(nodeIdRight).push({ left: nodeIdLeft, gap: constraint.gap });
|
|
580
|
+
} else {
|
|
581
|
+
var nodeIdTop = nodeToDummyForHorizontalAlignment.has(constraint.top) ? nodeToDummyForHorizontalAlignment.get(constraint.top) : constraint.top;
|
|
582
|
+
var nodeIdBottom = nodeToDummyForHorizontalAlignment.has(constraint.bottom) ? nodeToDummyForHorizontalAlignment.get(constraint.bottom) : constraint.bottom;
|
|
583
|
+
|
|
584
|
+
if (!self.nodesInRelativeVertical.includes(nodeIdTop)) {
|
|
585
|
+
self.nodesInRelativeVertical.push(nodeIdTop);
|
|
586
|
+
self.nodeToRelativeConstraintMapVertical.set(nodeIdTop, []);
|
|
587
|
+
if (self.dummyToNodeForHorizontalAlignment.has(nodeIdTop)) {
|
|
588
|
+
self.nodeToTempPositionMapVertical.set(nodeIdTop, self.idToNodeMap.get(self.dummyToNodeForHorizontalAlignment.get(nodeIdTop)[0]).getCenterY());
|
|
589
|
+
} else {
|
|
590
|
+
self.nodeToTempPositionMapVertical.set(nodeIdTop, self.idToNodeMap.get(nodeIdTop).getCenterY());
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
if (!self.nodesInRelativeVertical.includes(nodeIdBottom)) {
|
|
594
|
+
self.nodesInRelativeVertical.push(nodeIdBottom);
|
|
595
|
+
self.nodeToRelativeConstraintMapVertical.set(nodeIdBottom, []);
|
|
596
|
+
if (self.dummyToNodeForHorizontalAlignment.has(nodeIdBottom)) {
|
|
597
|
+
self.nodeToTempPositionMapVertical.set(nodeIdBottom, self.idToNodeMap.get(self.dummyToNodeForHorizontalAlignment.get(nodeIdBottom)[0]).getCenterY());
|
|
598
|
+
} else {
|
|
599
|
+
self.nodeToTempPositionMapVertical.set(nodeIdBottom, self.idToNodeMap.get(nodeIdBottom).getCenterY());
|
|
600
|
+
}
|
|
601
|
+
}
|
|
602
|
+
self.nodeToRelativeConstraintMapVertical.get(nodeIdTop).push({ bottom: nodeIdBottom, gap: constraint.gap });
|
|
603
|
+
self.nodeToRelativeConstraintMapVertical.get(nodeIdBottom).push({ top: nodeIdTop, gap: constraint.gap });
|
|
604
|
+
}
|
|
605
|
+
});
|
|
606
|
+
} else {
|
|
607
|
+
var subGraphOnHorizontal = new Map(); // subgraph from vertical RP constraints
|
|
608
|
+
var subGraphOnVertical = new Map(); // subgraph from vertical RP constraints
|
|
609
|
+
|
|
610
|
+
// construct subgraphs from relative placement constraints
|
|
611
|
+
this.constraints.relativePlacementConstraint.forEach(function (constraint) {
|
|
612
|
+
if (constraint.left) {
|
|
613
|
+
var left = nodeToDummyForVerticalAlignment.has(constraint.left) ? nodeToDummyForVerticalAlignment.get(constraint.left) : constraint.left;
|
|
614
|
+
var right = nodeToDummyForVerticalAlignment.has(constraint.right) ? nodeToDummyForVerticalAlignment.get(constraint.right) : constraint.right;
|
|
615
|
+
if (subGraphOnHorizontal.has(left)) {
|
|
616
|
+
subGraphOnHorizontal.get(left).push(right);
|
|
617
|
+
} else {
|
|
618
|
+
subGraphOnHorizontal.set(left, [right]);
|
|
619
|
+
}
|
|
620
|
+
if (subGraphOnHorizontal.has(right)) {
|
|
621
|
+
subGraphOnHorizontal.get(right).push(left);
|
|
622
|
+
} else {
|
|
623
|
+
subGraphOnHorizontal.set(right, [left]);
|
|
624
|
+
}
|
|
625
|
+
} else {
|
|
626
|
+
var top = nodeToDummyForHorizontalAlignment.has(constraint.top) ? nodeToDummyForHorizontalAlignment.get(constraint.top) : constraint.top;
|
|
627
|
+
var bottom = nodeToDummyForHorizontalAlignment.has(constraint.bottom) ? nodeToDummyForHorizontalAlignment.get(constraint.bottom) : constraint.bottom;
|
|
628
|
+
if (subGraphOnVertical.has(top)) {
|
|
629
|
+
subGraphOnVertical.get(top).push(bottom);
|
|
630
|
+
} else {
|
|
631
|
+
subGraphOnVertical.set(top, [bottom]);
|
|
632
|
+
}
|
|
633
|
+
if (subGraphOnVertical.has(bottom)) {
|
|
634
|
+
subGraphOnVertical.get(bottom).push(top);
|
|
635
|
+
} else {
|
|
636
|
+
subGraphOnVertical.set(bottom, [top]);
|
|
637
|
+
}
|
|
638
|
+
}
|
|
639
|
+
});
|
|
640
|
+
|
|
641
|
+
// function to construct components from a given graph
|
|
642
|
+
// also returns an array that keeps whether each component contains fixed node
|
|
643
|
+
var constructComponents = function constructComponents(graph, fixedNodes) {
|
|
644
|
+
var components = [];
|
|
645
|
+
var isFixed = [];
|
|
646
|
+
var queue = new LinkedList();
|
|
647
|
+
var visited = new Set();
|
|
648
|
+
var count = 0;
|
|
649
|
+
|
|
650
|
+
graph.forEach(function (value, key) {
|
|
651
|
+
if (!visited.has(key)) {
|
|
652
|
+
components[count] = [];
|
|
653
|
+
isFixed[count] = false;
|
|
654
|
+
var currentNode = key;
|
|
655
|
+
queue.push(currentNode);
|
|
656
|
+
visited.add(currentNode);
|
|
657
|
+
components[count].push(currentNode);
|
|
658
|
+
|
|
659
|
+
while (queue.length != 0) {
|
|
660
|
+
currentNode = queue.shift();
|
|
661
|
+
if (fixedNodes.has(currentNode)) {
|
|
662
|
+
isFixed[count] = true;
|
|
663
|
+
}
|
|
664
|
+
var neighbors = graph.get(currentNode);
|
|
665
|
+
neighbors.forEach(function (neighbor) {
|
|
666
|
+
if (!visited.has(neighbor)) {
|
|
667
|
+
queue.push(neighbor);
|
|
668
|
+
visited.add(neighbor);
|
|
669
|
+
components[count].push(neighbor);
|
|
670
|
+
}
|
|
671
|
+
});
|
|
672
|
+
}
|
|
673
|
+
count++;
|
|
674
|
+
}
|
|
675
|
+
});
|
|
676
|
+
|
|
677
|
+
return { components: components, isFixed: isFixed };
|
|
678
|
+
};
|
|
679
|
+
|
|
680
|
+
var resultOnHorizontal = constructComponents(subGraphOnHorizontal, self.fixedNodesOnHorizontal);
|
|
681
|
+
this.componentsOnHorizontal = resultOnHorizontal.components;
|
|
682
|
+
this.fixedComponentsOnHorizontal = resultOnHorizontal.isFixed;
|
|
683
|
+
var resultOnVertical = constructComponents(subGraphOnVertical, self.fixedNodesOnVertical);
|
|
684
|
+
this.componentsOnVertical = resultOnVertical.components;
|
|
685
|
+
this.fixedComponentsOnVertical = resultOnVertical.isFixed;
|
|
686
|
+
}
|
|
687
|
+
}
|
|
688
|
+
};
|
|
689
|
+
|
|
690
|
+
// updates node displacements based on constraints
|
|
691
|
+
CoSELayout.prototype.updateDisplacements = function () {
|
|
692
|
+
var self = this;
|
|
693
|
+
if (this.constraints.fixedNodeConstraint) {
|
|
694
|
+
this.constraints.fixedNodeConstraint.forEach(function (nodeData) {
|
|
695
|
+
var fixedNode = self.idToNodeMap.get(nodeData.nodeId);
|
|
696
|
+
fixedNode.displacementX = 0;
|
|
697
|
+
fixedNode.displacementY = 0;
|
|
698
|
+
});
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
if (this.constraints.alignmentConstraint) {
|
|
702
|
+
if (this.constraints.alignmentConstraint.vertical) {
|
|
703
|
+
var allVerticalAlignments = this.constraints.alignmentConstraint.vertical;
|
|
704
|
+
for (var i = 0; i < allVerticalAlignments.length; i++) {
|
|
705
|
+
var totalDisplacementX = 0;
|
|
706
|
+
for (var j = 0; j < allVerticalAlignments[i].length; j++) {
|
|
707
|
+
if (this.fixedNodeSet.has(allVerticalAlignments[i][j])) {
|
|
708
|
+
totalDisplacementX = 0;
|
|
709
|
+
break;
|
|
710
|
+
}
|
|
711
|
+
totalDisplacementX += this.idToNodeMap.get(allVerticalAlignments[i][j]).displacementX;
|
|
712
|
+
}
|
|
713
|
+
var averageDisplacementX = totalDisplacementX / allVerticalAlignments[i].length;
|
|
714
|
+
for (var j = 0; j < allVerticalAlignments[i].length; j++) {
|
|
715
|
+
this.idToNodeMap.get(allVerticalAlignments[i][j]).displacementX = averageDisplacementX;
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
}
|
|
719
|
+
if (this.constraints.alignmentConstraint.horizontal) {
|
|
720
|
+
var allHorizontalAlignments = this.constraints.alignmentConstraint.horizontal;
|
|
721
|
+
for (var i = 0; i < allHorizontalAlignments.length; i++) {
|
|
722
|
+
var totalDisplacementY = 0;
|
|
723
|
+
for (var j = 0; j < allHorizontalAlignments[i].length; j++) {
|
|
724
|
+
if (this.fixedNodeSet.has(allHorizontalAlignments[i][j])) {
|
|
725
|
+
totalDisplacementY = 0;
|
|
726
|
+
break;
|
|
727
|
+
}
|
|
728
|
+
totalDisplacementY += this.idToNodeMap.get(allHorizontalAlignments[i][j]).displacementY;
|
|
729
|
+
}
|
|
730
|
+
var averageDisplacementY = totalDisplacementY / allHorizontalAlignments[i].length;
|
|
731
|
+
for (var j = 0; j < allHorizontalAlignments[i].length; j++) {
|
|
732
|
+
this.idToNodeMap.get(allHorizontalAlignments[i][j]).displacementY = averageDisplacementY;
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
if (this.constraints.relativePlacementConstraint) {
|
|
739
|
+
|
|
740
|
+
if (CoSEConstants.RELAX_MOVEMENT_ON_CONSTRAINTS) {
|
|
741
|
+
// shuffle array to randomize node processing order
|
|
742
|
+
if (this.totalIterations % 10 == 0) {
|
|
743
|
+
this.shuffle(this.nodesInRelativeHorizontal);
|
|
744
|
+
this.shuffle(this.nodesInRelativeVertical);
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
this.nodesInRelativeHorizontal.forEach(function (nodeId) {
|
|
748
|
+
if (!self.fixedNodesOnHorizontal.has(nodeId)) {
|
|
749
|
+
var displacement = 0;
|
|
750
|
+
if (self.dummyToNodeForVerticalAlignment.has(nodeId)) {
|
|
751
|
+
displacement = self.idToNodeMap.get(self.dummyToNodeForVerticalAlignment.get(nodeId)[0]).displacementX;
|
|
752
|
+
} else {
|
|
753
|
+
displacement = self.idToNodeMap.get(nodeId).displacementX;
|
|
754
|
+
}
|
|
755
|
+
self.nodeToRelativeConstraintMapHorizontal.get(nodeId).forEach(function (constraint) {
|
|
756
|
+
if (constraint.right) {
|
|
757
|
+
var diff = self.nodeToTempPositionMapHorizontal.get(constraint.right) - self.nodeToTempPositionMapHorizontal.get(nodeId) - displacement;
|
|
758
|
+
if (diff < constraint.gap) {
|
|
759
|
+
displacement -= constraint.gap - diff;
|
|
760
|
+
}
|
|
761
|
+
} else {
|
|
762
|
+
var diff = self.nodeToTempPositionMapHorizontal.get(nodeId) - self.nodeToTempPositionMapHorizontal.get(constraint.left) + displacement;
|
|
763
|
+
if (diff < constraint.gap) {
|
|
764
|
+
displacement += constraint.gap - diff;
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
});
|
|
768
|
+
self.nodeToTempPositionMapHorizontal.set(nodeId, self.nodeToTempPositionMapHorizontal.get(nodeId) + displacement);
|
|
769
|
+
if (self.dummyToNodeForVerticalAlignment.has(nodeId)) {
|
|
770
|
+
self.dummyToNodeForVerticalAlignment.get(nodeId).forEach(function (nodeId) {
|
|
771
|
+
self.idToNodeMap.get(nodeId).displacementX = displacement;
|
|
772
|
+
});
|
|
773
|
+
} else {
|
|
774
|
+
self.idToNodeMap.get(nodeId).displacementX = displacement;
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
});
|
|
778
|
+
|
|
779
|
+
this.nodesInRelativeVertical.forEach(function (nodeId) {
|
|
780
|
+
if (!self.fixedNodesOnHorizontal.has(nodeId)) {
|
|
781
|
+
var displacement = 0;
|
|
782
|
+
if (self.dummyToNodeForHorizontalAlignment.has(nodeId)) {
|
|
783
|
+
displacement = self.idToNodeMap.get(self.dummyToNodeForHorizontalAlignment.get(nodeId)[0]).displacementY;
|
|
784
|
+
} else {
|
|
785
|
+
displacement = self.idToNodeMap.get(nodeId).displacementY;
|
|
786
|
+
}
|
|
787
|
+
self.nodeToRelativeConstraintMapVertical.get(nodeId).forEach(function (constraint) {
|
|
788
|
+
if (constraint.bottom) {
|
|
789
|
+
var diff = self.nodeToTempPositionMapVertical.get(constraint.bottom) - self.nodeToTempPositionMapVertical.get(nodeId) - displacement;
|
|
790
|
+
if (diff < constraint.gap) {
|
|
791
|
+
displacement -= constraint.gap - diff;
|
|
792
|
+
}
|
|
793
|
+
} else {
|
|
794
|
+
var diff = self.nodeToTempPositionMapVertical.get(nodeId) - self.nodeToTempPositionMapVertical.get(constraint.top) + displacement;
|
|
795
|
+
if (diff < constraint.gap) {
|
|
796
|
+
displacement += constraint.gap - diff;
|
|
797
|
+
}
|
|
798
|
+
}
|
|
799
|
+
});
|
|
800
|
+
self.nodeToTempPositionMapVertical.set(nodeId, self.nodeToTempPositionMapVertical.get(nodeId) + displacement);
|
|
801
|
+
if (self.dummyToNodeForHorizontalAlignment.has(nodeId)) {
|
|
802
|
+
self.dummyToNodeForHorizontalAlignment.get(nodeId).forEach(function (nodeId) {
|
|
803
|
+
self.idToNodeMap.get(nodeId).displacementY = displacement;
|
|
804
|
+
});
|
|
805
|
+
} else {
|
|
806
|
+
self.idToNodeMap.get(nodeId).displacementY = displacement;
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
});
|
|
810
|
+
} else {
|
|
811
|
+
for (var i = 0; i < this.componentsOnHorizontal.length; i++) {
|
|
812
|
+
var component = this.componentsOnHorizontal[i];
|
|
813
|
+
if (this.fixedComponentsOnHorizontal[i]) {
|
|
814
|
+
for (var j = 0; j < component.length; j++) {
|
|
815
|
+
if (this.dummyToNodeForVerticalAlignment.has(component[j])) {
|
|
816
|
+
this.dummyToNodeForVerticalAlignment.get(component[j]).forEach(function (nodeId) {
|
|
817
|
+
self.idToNodeMap.get(nodeId).displacementX = 0;
|
|
818
|
+
});
|
|
819
|
+
} else {
|
|
820
|
+
this.idToNodeMap.get(component[j]).displacementX = 0;
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
} else {
|
|
824
|
+
var sum = 0;
|
|
825
|
+
var count = 0;
|
|
826
|
+
for (var j = 0; j < component.length; j++) {
|
|
827
|
+
if (this.dummyToNodeForVerticalAlignment.has(component[j])) {
|
|
828
|
+
var actualNodes = this.dummyToNodeForVerticalAlignment.get(component[j]);
|
|
829
|
+
sum += actualNodes.length * this.idToNodeMap.get(actualNodes[0]).displacementX;
|
|
830
|
+
count += actualNodes.length;
|
|
831
|
+
} else {
|
|
832
|
+
sum += this.idToNodeMap.get(component[j]).displacementX;
|
|
833
|
+
count++;
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
var averageDisplacement = sum / count;
|
|
837
|
+
for (var j = 0; j < component.length; j++) {
|
|
838
|
+
if (this.dummyToNodeForVerticalAlignment.has(component[j])) {
|
|
839
|
+
this.dummyToNodeForVerticalAlignment.get(component[j]).forEach(function (nodeId) {
|
|
840
|
+
self.idToNodeMap.get(nodeId).displacementX = averageDisplacement;
|
|
841
|
+
});
|
|
842
|
+
} else {
|
|
843
|
+
this.idToNodeMap.get(component[j]).displacementX = averageDisplacement;
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
for (var i = 0; i < this.componentsOnVertical.length; i++) {
|
|
850
|
+
var component = this.componentsOnVertical[i];
|
|
851
|
+
if (this.fixedComponentsOnVertical[i]) {
|
|
852
|
+
for (var j = 0; j < component.length; j++) {
|
|
853
|
+
if (this.dummyToNodeForHorizontalAlignment.has(component[j])) {
|
|
854
|
+
this.dummyToNodeForHorizontalAlignment.get(component[j]).forEach(function (nodeId) {
|
|
855
|
+
self.idToNodeMap.get(nodeId).displacementY = 0;
|
|
856
|
+
});
|
|
857
|
+
} else {
|
|
858
|
+
this.idToNodeMap.get(component[j]).displacementY = 0;
|
|
859
|
+
}
|
|
860
|
+
}
|
|
861
|
+
} else {
|
|
862
|
+
var sum = 0;
|
|
863
|
+
var count = 0;
|
|
864
|
+
for (var j = 0; j < component.length; j++) {
|
|
865
|
+
if (this.dummyToNodeForHorizontalAlignment.has(component[j])) {
|
|
866
|
+
var actualNodes = this.dummyToNodeForHorizontalAlignment.get(component[j]);
|
|
867
|
+
sum += actualNodes.length * this.idToNodeMap.get(actualNodes[0]).displacementY;
|
|
868
|
+
count += actualNodes.length;
|
|
869
|
+
} else {
|
|
870
|
+
sum += this.idToNodeMap.get(component[j]).displacementY;
|
|
871
|
+
count++;
|
|
872
|
+
}
|
|
873
|
+
}
|
|
874
|
+
var averageDisplacement = sum / count;
|
|
875
|
+
for (var j = 0; j < component.length; j++) {
|
|
876
|
+
if (this.dummyToNodeForHorizontalAlignment.has(component[j])) {
|
|
877
|
+
this.dummyToNodeForHorizontalAlignment.get(component[j]).forEach(function (nodeId) {
|
|
878
|
+
self.idToNodeMap.get(nodeId).displacementY = averageDisplacement;
|
|
879
|
+
});
|
|
880
|
+
} else {
|
|
881
|
+
this.idToNodeMap.get(component[j]).displacementY = averageDisplacement;
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
}
|
|
888
|
+
};
|
|
889
|
+
|
|
890
|
+
CoSELayout.prototype.calculateNodesToApplyGravitationTo = function () {
|
|
891
|
+
var nodeList = [];
|
|
892
|
+
var graph;
|
|
893
|
+
|
|
894
|
+
var graphs = this.graphManager.getGraphs();
|
|
895
|
+
var size = graphs.length;
|
|
896
|
+
var i;
|
|
897
|
+
for (i = 0; i < size; i++) {
|
|
898
|
+
graph = graphs[i];
|
|
899
|
+
|
|
900
|
+
graph.updateConnected();
|
|
901
|
+
|
|
902
|
+
if (!graph.isConnected) {
|
|
903
|
+
nodeList = nodeList.concat(graph.getNodes());
|
|
904
|
+
}
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
return nodeList;
|
|
908
|
+
};
|
|
909
|
+
|
|
910
|
+
CoSELayout.prototype.createBendpoints = function () {
|
|
911
|
+
var edges = [];
|
|
912
|
+
edges = edges.concat(this.graphManager.getAllEdges());
|
|
913
|
+
var visited = new Set();
|
|
914
|
+
var i;
|
|
915
|
+
for (i = 0; i < edges.length; i++) {
|
|
916
|
+
var edge = edges[i];
|
|
917
|
+
|
|
918
|
+
if (!visited.has(edge)) {
|
|
919
|
+
var source = edge.getSource();
|
|
920
|
+
var target = edge.getTarget();
|
|
921
|
+
|
|
922
|
+
if (source == target) {
|
|
923
|
+
edge.getBendpoints().push(new PointD());
|
|
924
|
+
edge.getBendpoints().push(new PointD());
|
|
925
|
+
this.createDummyNodesForBendpoints(edge);
|
|
926
|
+
visited.add(edge);
|
|
927
|
+
} else {
|
|
928
|
+
var edgeList = [];
|
|
929
|
+
|
|
930
|
+
edgeList = edgeList.concat(source.getEdgeListToNode(target));
|
|
931
|
+
edgeList = edgeList.concat(target.getEdgeListToNode(source));
|
|
932
|
+
|
|
933
|
+
if (!visited.has(edgeList[0])) {
|
|
934
|
+
if (edgeList.length > 1) {
|
|
935
|
+
var k;
|
|
936
|
+
for (k = 0; k < edgeList.length; k++) {
|
|
937
|
+
var multiEdge = edgeList[k];
|
|
938
|
+
multiEdge.getBendpoints().push(new PointD());
|
|
939
|
+
this.createDummyNodesForBendpoints(multiEdge);
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
edgeList.forEach(function (edge) {
|
|
943
|
+
visited.add(edge);
|
|
944
|
+
});
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
if (visited.size == edges.length) {
|
|
950
|
+
break;
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
};
|
|
954
|
+
|
|
955
|
+
CoSELayout.prototype.positionNodesRadially = function (forest) {
|
|
956
|
+
// We tile the trees to a grid row by row; first tree starts at (0,0)
|
|
957
|
+
var currentStartingPoint = new Point(0, 0);
|
|
958
|
+
var numberOfColumns = Math.ceil(Math.sqrt(forest.length));
|
|
959
|
+
var height = 0;
|
|
960
|
+
var currentY = 0;
|
|
961
|
+
var currentX = 0;
|
|
962
|
+
var point = new PointD(0, 0);
|
|
963
|
+
|
|
964
|
+
for (var i = 0; i < forest.length; i++) {
|
|
965
|
+
if (i % numberOfColumns == 0) {
|
|
966
|
+
// Start of a new row, make the x coordinate 0, increment the
|
|
967
|
+
// y coordinate with the max height of the previous row
|
|
968
|
+
currentX = 0;
|
|
969
|
+
currentY = height;
|
|
970
|
+
|
|
971
|
+
if (i != 0) {
|
|
972
|
+
currentY += CoSEConstants.DEFAULT_COMPONENT_SEPERATION;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
height = 0;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
var tree = forest[i];
|
|
979
|
+
|
|
980
|
+
// Find the center of the tree
|
|
981
|
+
var centerNode = Layout.findCenterOfTree(tree);
|
|
982
|
+
|
|
983
|
+
// Set the staring point of the next tree
|
|
984
|
+
currentStartingPoint.x = currentX;
|
|
985
|
+
currentStartingPoint.y = currentY;
|
|
986
|
+
|
|
987
|
+
// Do a radial layout starting with the center
|
|
988
|
+
point = CoSELayout.radialLayout(tree, centerNode, currentStartingPoint);
|
|
989
|
+
|
|
990
|
+
if (point.y > height) {
|
|
991
|
+
height = Math.floor(point.y);
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
currentX = Math.floor(point.x + CoSEConstants.DEFAULT_COMPONENT_SEPERATION);
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
this.transform(new PointD(LayoutConstants.WORLD_CENTER_X - point.x / 2, LayoutConstants.WORLD_CENTER_Y - point.y / 2));
|
|
998
|
+
};
|
|
999
|
+
|
|
1000
|
+
CoSELayout.radialLayout = function (tree, centerNode, startingPoint) {
|
|
1001
|
+
var radialSep = Math.max(this.maxDiagonalInTree(tree), CoSEConstants.DEFAULT_RADIAL_SEPARATION);
|
|
1002
|
+
CoSELayout.branchRadialLayout(centerNode, null, 0, 359, 0, radialSep);
|
|
1003
|
+
var bounds = LGraph.calculateBounds(tree);
|
|
1004
|
+
|
|
1005
|
+
var transform = new Transform();
|
|
1006
|
+
transform.setDeviceOrgX(bounds.getMinX());
|
|
1007
|
+
transform.setDeviceOrgY(bounds.getMinY());
|
|
1008
|
+
transform.setWorldOrgX(startingPoint.x);
|
|
1009
|
+
transform.setWorldOrgY(startingPoint.y);
|
|
1010
|
+
|
|
1011
|
+
for (var i = 0; i < tree.length; i++) {
|
|
1012
|
+
var node = tree[i];
|
|
1013
|
+
node.transform(transform);
|
|
1014
|
+
}
|
|
1015
|
+
|
|
1016
|
+
var bottomRight = new PointD(bounds.getMaxX(), bounds.getMaxY());
|
|
1017
|
+
|
|
1018
|
+
return transform.inverseTransformPoint(bottomRight);
|
|
1019
|
+
};
|
|
1020
|
+
|
|
1021
|
+
CoSELayout.branchRadialLayout = function (node, parentOfNode, startAngle, endAngle, distance, radialSeparation) {
|
|
1022
|
+
// First, position this node by finding its angle.
|
|
1023
|
+
var halfInterval = (endAngle - startAngle + 1) / 2;
|
|
1024
|
+
|
|
1025
|
+
if (halfInterval < 0) {
|
|
1026
|
+
halfInterval += 180;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
var nodeAngle = (halfInterval + startAngle) % 360;
|
|
1030
|
+
var teta = nodeAngle * IGeometry.TWO_PI / 360;
|
|
1031
|
+
var x_ = distance * Math.cos(teta);
|
|
1032
|
+
var y_ = distance * Math.sin(teta);
|
|
1033
|
+
|
|
1034
|
+
node.setCenter(x_, y_);
|
|
1035
|
+
|
|
1036
|
+
// Traverse all neighbors of this node and recursively call this
|
|
1037
|
+
// function.
|
|
1038
|
+
var neighborEdges = [];
|
|
1039
|
+
neighborEdges = neighborEdges.concat(node.getEdges());
|
|
1040
|
+
var childCount = neighborEdges.length;
|
|
1041
|
+
|
|
1042
|
+
if (parentOfNode != null) {
|
|
1043
|
+
childCount--;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
var branchCount = 0;
|
|
1047
|
+
|
|
1048
|
+
var incEdgesCount = neighborEdges.length;
|
|
1049
|
+
var startIndex;
|
|
1050
|
+
|
|
1051
|
+
var edges = node.getEdgesBetween(parentOfNode);
|
|
1052
|
+
|
|
1053
|
+
// If there are multiple edges, prune them until there remains only one
|
|
1054
|
+
// edge.
|
|
1055
|
+
while (edges.length > 1) {
|
|
1056
|
+
//neighborEdges.remove(edges.remove(0));
|
|
1057
|
+
var temp = edges[0];
|
|
1058
|
+
edges.splice(0, 1);
|
|
1059
|
+
var index = neighborEdges.indexOf(temp);
|
|
1060
|
+
if (index >= 0) {
|
|
1061
|
+
neighborEdges.splice(index, 1);
|
|
1062
|
+
}
|
|
1063
|
+
incEdgesCount--;
|
|
1064
|
+
childCount--;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
if (parentOfNode != null) {
|
|
1068
|
+
//assert edges.length == 1;
|
|
1069
|
+
startIndex = (neighborEdges.indexOf(edges[0]) + 1) % incEdgesCount;
|
|
1070
|
+
} else {
|
|
1071
|
+
startIndex = 0;
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
var stepAngle = Math.abs(endAngle - startAngle) / childCount;
|
|
1075
|
+
|
|
1076
|
+
for (var i = startIndex; branchCount != childCount; i = ++i % incEdgesCount) {
|
|
1077
|
+
var currentNeighbor = neighborEdges[i].getOtherEnd(node);
|
|
1078
|
+
|
|
1079
|
+
// Don't back traverse to root node in current tree.
|
|
1080
|
+
if (currentNeighbor == parentOfNode) {
|
|
1081
|
+
continue;
|
|
1082
|
+
}
|
|
1083
|
+
|
|
1084
|
+
var childStartAngle = (startAngle + branchCount * stepAngle) % 360;
|
|
1085
|
+
var childEndAngle = (childStartAngle + stepAngle) % 360;
|
|
1086
|
+
|
|
1087
|
+
CoSELayout.branchRadialLayout(currentNeighbor, node, childStartAngle, childEndAngle, distance + radialSeparation, radialSeparation);
|
|
1088
|
+
|
|
1089
|
+
branchCount++;
|
|
1090
|
+
}
|
|
1091
|
+
};
|
|
1092
|
+
|
|
1093
|
+
CoSELayout.maxDiagonalInTree = function (tree) {
|
|
1094
|
+
var maxDiagonal = Integer.MIN_VALUE;
|
|
1095
|
+
|
|
1096
|
+
for (var i = 0; i < tree.length; i++) {
|
|
1097
|
+
var node = tree[i];
|
|
1098
|
+
var diagonal = node.getDiagonal();
|
|
1099
|
+
|
|
1100
|
+
if (diagonal > maxDiagonal) {
|
|
1101
|
+
maxDiagonal = diagonal;
|
|
1102
|
+
}
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
return maxDiagonal;
|
|
1106
|
+
};
|
|
1107
|
+
|
|
1108
|
+
CoSELayout.prototype.calcRepulsionRange = function () {
|
|
1109
|
+
// formula is 2 x (level + 1) x idealEdgeLength
|
|
1110
|
+
return 2 * (this.level + 1) * this.idealEdgeLength;
|
|
1111
|
+
};
|
|
1112
|
+
|
|
1113
|
+
// Tiling methods
|
|
1114
|
+
|
|
1115
|
+
// Group zero degree members whose parents are not to be tiled, create dummy parents where needed and fill memberGroups by their dummp parent id's
|
|
1116
|
+
CoSELayout.prototype.groupZeroDegreeMembers = function () {
|
|
1117
|
+
var self = this;
|
|
1118
|
+
// array of [parent_id x oneDegreeNode_id]
|
|
1119
|
+
var tempMemberGroups = {}; // A temporary map of parent node and its zero degree members
|
|
1120
|
+
this.memberGroups = {}; // A map of dummy parent node and its zero degree members whose parents are not to be tiled
|
|
1121
|
+
this.idToDummyNode = {}; // A map of id to dummy node
|
|
1122
|
+
|
|
1123
|
+
var zeroDegree = []; // List of zero degree nodes whose parents are not to be tiled
|
|
1124
|
+
var allNodes = this.graphManager.getAllNodes();
|
|
1125
|
+
|
|
1126
|
+
// Fill zero degree list
|
|
1127
|
+
for (var i = 0; i < allNodes.length; i++) {
|
|
1128
|
+
var node = allNodes[i];
|
|
1129
|
+
var parent = node.getParent();
|
|
1130
|
+
// If a node has zero degree and its parent is not to be tiled if exists add that node to zeroDegres list
|
|
1131
|
+
if (this.getNodeDegreeWithChildren(node) === 0 && (parent.id == undefined || !this.getToBeTiled(parent))) {
|
|
1132
|
+
zeroDegree.push(node);
|
|
1133
|
+
}
|
|
1134
|
+
}
|
|
1135
|
+
|
|
1136
|
+
// Create a map of parent node and its zero degree members
|
|
1137
|
+
for (var i = 0; i < zeroDegree.length; i++) {
|
|
1138
|
+
var node = zeroDegree[i]; // Zero degree node itself
|
|
1139
|
+
var p_id = node.getParent().id; // Parent id
|
|
1140
|
+
|
|
1141
|
+
if (typeof tempMemberGroups[p_id] === "undefined") tempMemberGroups[p_id] = [];
|
|
1142
|
+
|
|
1143
|
+
tempMemberGroups[p_id] = tempMemberGroups[p_id].concat(node); // Push node to the list belongs to its parent in tempMemberGroups
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
// If there are at least two nodes at a level, create a dummy compound for them
|
|
1147
|
+
Object.keys(tempMemberGroups).forEach(function (p_id) {
|
|
1148
|
+
if (tempMemberGroups[p_id].length > 1) {
|
|
1149
|
+
var dummyCompoundId = "DummyCompound_" + p_id; // The id of dummy compound which will be created soon
|
|
1150
|
+
self.memberGroups[dummyCompoundId] = tempMemberGroups[p_id]; // Add dummy compound to memberGroups
|
|
1151
|
+
|
|
1152
|
+
var parent = tempMemberGroups[p_id][0].getParent(); // The parent of zero degree nodes will be the parent of new dummy compound
|
|
1153
|
+
|
|
1154
|
+
// Create a dummy compound with calculated id
|
|
1155
|
+
var dummyCompound = new CoSENode(self.graphManager);
|
|
1156
|
+
dummyCompound.id = dummyCompoundId;
|
|
1157
|
+
dummyCompound.paddingLeft = parent.paddingLeft || 0;
|
|
1158
|
+
dummyCompound.paddingRight = parent.paddingRight || 0;
|
|
1159
|
+
dummyCompound.paddingBottom = parent.paddingBottom || 0;
|
|
1160
|
+
dummyCompound.paddingTop = parent.paddingTop || 0;
|
|
1161
|
+
|
|
1162
|
+
self.idToDummyNode[dummyCompoundId] = dummyCompound;
|
|
1163
|
+
|
|
1164
|
+
var dummyParentGraph = self.getGraphManager().add(self.newGraph(), dummyCompound);
|
|
1165
|
+
var parentGraph = parent.getChild();
|
|
1166
|
+
|
|
1167
|
+
// Add dummy compound to parent the graph
|
|
1168
|
+
parentGraph.add(dummyCompound);
|
|
1169
|
+
|
|
1170
|
+
// For each zero degree node in this level remove it from its parent graph and add it to the graph of dummy parent
|
|
1171
|
+
for (var i = 0; i < tempMemberGroups[p_id].length; i++) {
|
|
1172
|
+
var node = tempMemberGroups[p_id][i];
|
|
1173
|
+
|
|
1174
|
+
parentGraph.remove(node);
|
|
1175
|
+
dummyParentGraph.add(node);
|
|
1176
|
+
}
|
|
1177
|
+
}
|
|
1178
|
+
});
|
|
1179
|
+
};
|
|
1180
|
+
|
|
1181
|
+
CoSELayout.prototype.clearCompounds = function () {
|
|
1182
|
+
var childGraphMap = {};
|
|
1183
|
+
var idToNode = {};
|
|
1184
|
+
|
|
1185
|
+
// Get compound ordering by finding the inner one first
|
|
1186
|
+
this.performDFSOnCompounds();
|
|
1187
|
+
|
|
1188
|
+
for (var i = 0; i < this.compoundOrder.length; i++) {
|
|
1189
|
+
|
|
1190
|
+
idToNode[this.compoundOrder[i].id] = this.compoundOrder[i];
|
|
1191
|
+
childGraphMap[this.compoundOrder[i].id] = [].concat(this.compoundOrder[i].getChild().getNodes());
|
|
1192
|
+
|
|
1193
|
+
// Remove children of compounds
|
|
1194
|
+
this.graphManager.remove(this.compoundOrder[i].getChild());
|
|
1195
|
+
this.compoundOrder[i].child = null;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
this.graphManager.resetAllNodes();
|
|
1199
|
+
|
|
1200
|
+
// Tile the removed children
|
|
1201
|
+
this.tileCompoundMembers(childGraphMap, idToNode);
|
|
1202
|
+
};
|
|
1203
|
+
|
|
1204
|
+
CoSELayout.prototype.clearZeroDegreeMembers = function () {
|
|
1205
|
+
var self = this;
|
|
1206
|
+
var tiledZeroDegreePack = this.tiledZeroDegreePack = [];
|
|
1207
|
+
|
|
1208
|
+
Object.keys(this.memberGroups).forEach(function (id) {
|
|
1209
|
+
var compoundNode = self.idToDummyNode[id]; // Get the dummy compound
|
|
1210
|
+
|
|
1211
|
+
tiledZeroDegreePack[id] = self.tileNodes(self.memberGroups[id], compoundNode.paddingLeft + compoundNode.paddingRight);
|
|
1212
|
+
|
|
1213
|
+
// Set the width and height of the dummy compound as calculated
|
|
1214
|
+
compoundNode.rect.width = tiledZeroDegreePack[id].width;
|
|
1215
|
+
compoundNode.rect.height = tiledZeroDegreePack[id].height;
|
|
1216
|
+
compoundNode.setCenter(tiledZeroDegreePack[id].centerX, tiledZeroDegreePack[id].centerY);
|
|
1217
|
+
|
|
1218
|
+
// compound left and top margings for labels
|
|
1219
|
+
// when node labels are included, these values may be set to different values below and are used in tilingPostLayout,
|
|
1220
|
+
// otherwise they stay as zero
|
|
1221
|
+
compoundNode.labelMarginLeft = 0;
|
|
1222
|
+
compoundNode.labelMarginTop = 0;
|
|
1223
|
+
|
|
1224
|
+
// Update compound bounds considering its label properties and set label margins for left and top
|
|
1225
|
+
if (CoSEConstants.NODE_DIMENSIONS_INCLUDE_LABELS) {
|
|
1226
|
+
|
|
1227
|
+
var width = compoundNode.rect.width;
|
|
1228
|
+
var height = compoundNode.rect.height;
|
|
1229
|
+
|
|
1230
|
+
if (compoundNode.labelWidth) {
|
|
1231
|
+
if (compoundNode.labelPosHorizontal == "left") {
|
|
1232
|
+
compoundNode.rect.x -= compoundNode.labelWidth;
|
|
1233
|
+
compoundNode.setWidth(width + compoundNode.labelWidth);
|
|
1234
|
+
compoundNode.labelMarginLeft = compoundNode.labelWidth;
|
|
1235
|
+
} else if (compoundNode.labelPosHorizontal == "center" && compoundNode.labelWidth > width) {
|
|
1236
|
+
compoundNode.rect.x -= (compoundNode.labelWidth - width) / 2;
|
|
1237
|
+
compoundNode.setWidth(compoundNode.labelWidth);
|
|
1238
|
+
compoundNode.labelMarginLeft = (compoundNode.labelWidth - width) / 2;
|
|
1239
|
+
} else if (compoundNode.labelPosHorizontal == "right") {
|
|
1240
|
+
compoundNode.setWidth(width + compoundNode.labelWidth);
|
|
1241
|
+
}
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
if (compoundNode.labelHeight) {
|
|
1245
|
+
if (compoundNode.labelPosVertical == "top") {
|
|
1246
|
+
compoundNode.rect.y -= compoundNode.labelHeight;
|
|
1247
|
+
compoundNode.setHeight(height + compoundNode.labelHeight);
|
|
1248
|
+
compoundNode.labelMarginTop = compoundNode.labelHeight;
|
|
1249
|
+
} else if (compoundNode.labelPosVertical == "center" && compoundNode.labelHeight > height) {
|
|
1250
|
+
compoundNode.rect.y -= (compoundNode.labelHeight - height) / 2;
|
|
1251
|
+
compoundNode.setHeight(compoundNode.labelHeight);
|
|
1252
|
+
compoundNode.labelMarginTop = (compoundNode.labelHeight - height) / 2;
|
|
1253
|
+
} else if (compoundNode.labelPosVertical == "bottom") {
|
|
1254
|
+
compoundNode.setHeight(height + compoundNode.labelHeight);
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
});
|
|
1259
|
+
};
|
|
1260
|
+
|
|
1261
|
+
CoSELayout.prototype.repopulateCompounds = function () {
|
|
1262
|
+
for (var i = this.compoundOrder.length - 1; i >= 0; i--) {
|
|
1263
|
+
var lCompoundNode = this.compoundOrder[i];
|
|
1264
|
+
var id = lCompoundNode.id;
|
|
1265
|
+
var horizontalMargin = lCompoundNode.paddingLeft;
|
|
1266
|
+
var verticalMargin = lCompoundNode.paddingTop;
|
|
1267
|
+
var labelMarginLeft = lCompoundNode.labelMarginLeft;
|
|
1268
|
+
var labelMarginTop = lCompoundNode.labelMarginTop;
|
|
1269
|
+
|
|
1270
|
+
this.adjustLocations(this.tiledMemberPack[id], lCompoundNode.rect.x, lCompoundNode.rect.y, horizontalMargin, verticalMargin, labelMarginLeft, labelMarginTop);
|
|
1271
|
+
}
|
|
1272
|
+
};
|
|
1273
|
+
|
|
1274
|
+
CoSELayout.prototype.repopulateZeroDegreeMembers = function () {
|
|
1275
|
+
var self = this;
|
|
1276
|
+
var tiledPack = this.tiledZeroDegreePack;
|
|
1277
|
+
|
|
1278
|
+
Object.keys(tiledPack).forEach(function (id) {
|
|
1279
|
+
var compoundNode = self.idToDummyNode[id]; // Get the dummy compound by its id
|
|
1280
|
+
var horizontalMargin = compoundNode.paddingLeft;
|
|
1281
|
+
var verticalMargin = compoundNode.paddingTop;
|
|
1282
|
+
var labelMarginLeft = compoundNode.labelMarginLeft;
|
|
1283
|
+
var labelMarginTop = compoundNode.labelMarginTop;
|
|
1284
|
+
|
|
1285
|
+
// Adjust the positions of nodes wrt its compound
|
|
1286
|
+
self.adjustLocations(tiledPack[id], compoundNode.rect.x, compoundNode.rect.y, horizontalMargin, verticalMargin, labelMarginLeft, labelMarginTop);
|
|
1287
|
+
});
|
|
1288
|
+
};
|
|
1289
|
+
|
|
1290
|
+
CoSELayout.prototype.getToBeTiled = function (node) {
|
|
1291
|
+
var id = node.id;
|
|
1292
|
+
//firstly check the previous results
|
|
1293
|
+
if (this.toBeTiled[id] != null) {
|
|
1294
|
+
return this.toBeTiled[id];
|
|
1295
|
+
}
|
|
1296
|
+
|
|
1297
|
+
//only compound nodes are to be tiled
|
|
1298
|
+
var childGraph = node.getChild();
|
|
1299
|
+
if (childGraph == null) {
|
|
1300
|
+
this.toBeTiled[id] = false;
|
|
1301
|
+
return false;
|
|
1302
|
+
}
|
|
1303
|
+
|
|
1304
|
+
var children = childGraph.getNodes(); // Get the children nodes
|
|
1305
|
+
|
|
1306
|
+
//a compound node is not to be tiled if all of its compound children are not to be tiled
|
|
1307
|
+
for (var i = 0; i < children.length; i++) {
|
|
1308
|
+
var theChild = children[i];
|
|
1309
|
+
|
|
1310
|
+
if (this.getNodeDegree(theChild) > 0) {
|
|
1311
|
+
this.toBeTiled[id] = false;
|
|
1312
|
+
return false;
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
//pass the children not having the compound structure
|
|
1316
|
+
if (theChild.getChild() == null) {
|
|
1317
|
+
this.toBeTiled[theChild.id] = false;
|
|
1318
|
+
continue;
|
|
1319
|
+
}
|
|
1320
|
+
|
|
1321
|
+
if (!this.getToBeTiled(theChild)) {
|
|
1322
|
+
this.toBeTiled[id] = false;
|
|
1323
|
+
return false;
|
|
1324
|
+
}
|
|
1325
|
+
}
|
|
1326
|
+
this.toBeTiled[id] = true;
|
|
1327
|
+
return true;
|
|
1328
|
+
};
|
|
1329
|
+
|
|
1330
|
+
// Get degree of a node depending of its edges and independent of its children
|
|
1331
|
+
CoSELayout.prototype.getNodeDegree = function (node) {
|
|
1332
|
+
node.id;
|
|
1333
|
+
var edges = node.getEdges();
|
|
1334
|
+
var degree = 0;
|
|
1335
|
+
|
|
1336
|
+
// For the edges connected
|
|
1337
|
+
for (var i = 0; i < edges.length; i++) {
|
|
1338
|
+
var edge = edges[i];
|
|
1339
|
+
if (edge.getSource().id !== edge.getTarget().id) {
|
|
1340
|
+
degree = degree + 1;
|
|
1341
|
+
}
|
|
1342
|
+
}
|
|
1343
|
+
return degree;
|
|
1344
|
+
};
|
|
1345
|
+
|
|
1346
|
+
// Get degree of a node with its children
|
|
1347
|
+
CoSELayout.prototype.getNodeDegreeWithChildren = function (node) {
|
|
1348
|
+
var degree = this.getNodeDegree(node);
|
|
1349
|
+
if (node.getChild() == null) {
|
|
1350
|
+
return degree;
|
|
1351
|
+
}
|
|
1352
|
+
var children = node.getChild().getNodes();
|
|
1353
|
+
for (var i = 0; i < children.length; i++) {
|
|
1354
|
+
var child = children[i];
|
|
1355
|
+
degree += this.getNodeDegreeWithChildren(child);
|
|
1356
|
+
}
|
|
1357
|
+
return degree;
|
|
1358
|
+
};
|
|
1359
|
+
|
|
1360
|
+
CoSELayout.prototype.performDFSOnCompounds = function () {
|
|
1361
|
+
this.compoundOrder = [];
|
|
1362
|
+
this.fillCompexOrderByDFS(this.graphManager.getRoot().getNodes());
|
|
1363
|
+
};
|
|
1364
|
+
|
|
1365
|
+
CoSELayout.prototype.fillCompexOrderByDFS = function (children) {
|
|
1366
|
+
for (var i = 0; i < children.length; i++) {
|
|
1367
|
+
var child = children[i];
|
|
1368
|
+
if (child.getChild() != null) {
|
|
1369
|
+
this.fillCompexOrderByDFS(child.getChild().getNodes());
|
|
1370
|
+
}
|
|
1371
|
+
if (this.getToBeTiled(child)) {
|
|
1372
|
+
this.compoundOrder.push(child);
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
};
|
|
1376
|
+
|
|
1377
|
+
/**
|
|
1378
|
+
* This method places each zero degree member wrt given (x,y) coordinates (top left).
|
|
1379
|
+
*/
|
|
1380
|
+
CoSELayout.prototype.adjustLocations = function (organization, x, y, compoundHorizontalMargin, compoundVerticalMargin, compoundLabelMarginLeft, compoundLabelMarginTop) {
|
|
1381
|
+
x += compoundHorizontalMargin + compoundLabelMarginLeft;
|
|
1382
|
+
y += compoundVerticalMargin + compoundLabelMarginTop;
|
|
1383
|
+
|
|
1384
|
+
var left = x;
|
|
1385
|
+
|
|
1386
|
+
for (var i = 0; i < organization.rows.length; i++) {
|
|
1387
|
+
var row = organization.rows[i];
|
|
1388
|
+
x = left;
|
|
1389
|
+
var maxHeight = 0;
|
|
1390
|
+
|
|
1391
|
+
for (var j = 0; j < row.length; j++) {
|
|
1392
|
+
var lnode = row[j];
|
|
1393
|
+
|
|
1394
|
+
lnode.rect.x = x; // + lnode.rect.width / 2;
|
|
1395
|
+
lnode.rect.y = y; // + lnode.rect.height / 2;
|
|
1396
|
+
|
|
1397
|
+
x += lnode.rect.width + organization.horizontalPadding;
|
|
1398
|
+
|
|
1399
|
+
if (lnode.rect.height > maxHeight) maxHeight = lnode.rect.height;
|
|
1400
|
+
}
|
|
1401
|
+
|
|
1402
|
+
y += maxHeight + organization.verticalPadding;
|
|
1403
|
+
}
|
|
1404
|
+
};
|
|
1405
|
+
|
|
1406
|
+
CoSELayout.prototype.tileCompoundMembers = function (childGraphMap, idToNode) {
|
|
1407
|
+
var self = this;
|
|
1408
|
+
this.tiledMemberPack = [];
|
|
1409
|
+
|
|
1410
|
+
Object.keys(childGraphMap).forEach(function (id) {
|
|
1411
|
+
// Get the compound node
|
|
1412
|
+
var compoundNode = idToNode[id];
|
|
1413
|
+
|
|
1414
|
+
self.tiledMemberPack[id] = self.tileNodes(childGraphMap[id], compoundNode.paddingLeft + compoundNode.paddingRight);
|
|
1415
|
+
|
|
1416
|
+
compoundNode.rect.width = self.tiledMemberPack[id].width;
|
|
1417
|
+
compoundNode.rect.height = self.tiledMemberPack[id].height;
|
|
1418
|
+
compoundNode.setCenter(self.tiledMemberPack[id].centerX, self.tiledMemberPack[id].centerY);
|
|
1419
|
+
|
|
1420
|
+
// compound left and top margings for labels
|
|
1421
|
+
// when node labels are included, these values may be set to different values below and are used in tilingPostLayout,
|
|
1422
|
+
// otherwise they stay as zero
|
|
1423
|
+
compoundNode.labelMarginLeft = 0;
|
|
1424
|
+
compoundNode.labelMarginTop = 0;
|
|
1425
|
+
|
|
1426
|
+
// Update compound bounds considering its label properties and set label margins for left and top
|
|
1427
|
+
if (CoSEConstants.NODE_DIMENSIONS_INCLUDE_LABELS) {
|
|
1428
|
+
|
|
1429
|
+
var width = compoundNode.rect.width;
|
|
1430
|
+
var height = compoundNode.rect.height;
|
|
1431
|
+
|
|
1432
|
+
if (compoundNode.labelWidth) {
|
|
1433
|
+
if (compoundNode.labelPosHorizontal == "left") {
|
|
1434
|
+
compoundNode.rect.x -= compoundNode.labelWidth;
|
|
1435
|
+
compoundNode.setWidth(width + compoundNode.labelWidth);
|
|
1436
|
+
compoundNode.labelMarginLeft = compoundNode.labelWidth;
|
|
1437
|
+
} else if (compoundNode.labelPosHorizontal == "center" && compoundNode.labelWidth > width) {
|
|
1438
|
+
compoundNode.rect.x -= (compoundNode.labelWidth - width) / 2;
|
|
1439
|
+
compoundNode.setWidth(compoundNode.labelWidth);
|
|
1440
|
+
compoundNode.labelMarginLeft = (compoundNode.labelWidth - width) / 2;
|
|
1441
|
+
} else if (compoundNode.labelPosHorizontal == "right") {
|
|
1442
|
+
compoundNode.setWidth(width + compoundNode.labelWidth);
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
if (compoundNode.labelHeight) {
|
|
1447
|
+
if (compoundNode.labelPosVertical == "top") {
|
|
1448
|
+
compoundNode.rect.y -= compoundNode.labelHeight;
|
|
1449
|
+
compoundNode.setHeight(height + compoundNode.labelHeight);
|
|
1450
|
+
compoundNode.labelMarginTop = compoundNode.labelHeight;
|
|
1451
|
+
} else if (compoundNode.labelPosVertical == "center" && compoundNode.labelHeight > height) {
|
|
1452
|
+
compoundNode.rect.y -= (compoundNode.labelHeight - height) / 2;
|
|
1453
|
+
compoundNode.setHeight(compoundNode.labelHeight);
|
|
1454
|
+
compoundNode.labelMarginTop = (compoundNode.labelHeight - height) / 2;
|
|
1455
|
+
} else if (compoundNode.labelPosVertical == "bottom") {
|
|
1456
|
+
compoundNode.setHeight(height + compoundNode.labelHeight);
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
}
|
|
1460
|
+
});
|
|
1461
|
+
};
|
|
1462
|
+
|
|
1463
|
+
CoSELayout.prototype.tileNodes = function (nodes, minWidth) {
|
|
1464
|
+
var horizontalOrg = this.tileNodesByFavoringDim(nodes, minWidth, true);
|
|
1465
|
+
var verticalOrg = this.tileNodesByFavoringDim(nodes, minWidth, false);
|
|
1466
|
+
|
|
1467
|
+
var horizontalRatio = this.getOrgRatio(horizontalOrg);
|
|
1468
|
+
var verticalRatio = this.getOrgRatio(verticalOrg);
|
|
1469
|
+
var bestOrg;
|
|
1470
|
+
|
|
1471
|
+
// the best ratio is the one that is closer to 1 since the ratios are already normalized
|
|
1472
|
+
// and the best organization is the one that has the best ratio
|
|
1473
|
+
if (verticalRatio < horizontalRatio) {
|
|
1474
|
+
bestOrg = verticalOrg;
|
|
1475
|
+
} else {
|
|
1476
|
+
bestOrg = horizontalOrg;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
return bestOrg;
|
|
1480
|
+
};
|
|
1481
|
+
|
|
1482
|
+
// get the width/height ratio of the organization that is normalized so that it will not be less than 1
|
|
1483
|
+
CoSELayout.prototype.getOrgRatio = function (organization) {
|
|
1484
|
+
// get dimensions and calculate the initial ratio
|
|
1485
|
+
var width = organization.width;
|
|
1486
|
+
var height = organization.height;
|
|
1487
|
+
var ratio = width / height;
|
|
1488
|
+
|
|
1489
|
+
// if the initial ratio is less then 1 then inverse it
|
|
1490
|
+
if (ratio < 1) {
|
|
1491
|
+
ratio = 1 / ratio;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
// return the normalized ratio
|
|
1495
|
+
return ratio;
|
|
1496
|
+
};
|
|
1497
|
+
|
|
1498
|
+
/*
|
|
1499
|
+
* Calculates the ideal width for the rows. This method assumes that
|
|
1500
|
+
* each node has the same sizes and calculates the ideal row width that
|
|
1501
|
+
* approximates a square shaped complex accordingly. However, since nodes would
|
|
1502
|
+
* have different sizes some rows would have different sizes and the resulting
|
|
1503
|
+
* shape would not be an exact square.
|
|
1504
|
+
*/
|
|
1505
|
+
CoSELayout.prototype.calcIdealRowWidth = function (members, favorHorizontalDim) {
|
|
1506
|
+
// To approximate a square shaped complex we need to make complex width equal to complex height.
|
|
1507
|
+
// To achieve this we need to solve the following equation system for hc:
|
|
1508
|
+
// (x + bx) * hc - bx = (y + by) * vc - by, hc * vc = n
|
|
1509
|
+
// where x is the avarage width of the nodes, y is the avarage height of nodes
|
|
1510
|
+
// bx and by are the buffer sizes in horizontal and vertical dimensions accordingly,
|
|
1511
|
+
// hc and vc are the number of rows in horizontal and vertical dimensions
|
|
1512
|
+
// n is number of members.
|
|
1513
|
+
|
|
1514
|
+
var verticalPadding = CoSEConstants.TILING_PADDING_VERTICAL;
|
|
1515
|
+
var horizontalPadding = CoSEConstants.TILING_PADDING_HORIZONTAL;
|
|
1516
|
+
|
|
1517
|
+
// number of members
|
|
1518
|
+
var membersSize = members.length;
|
|
1519
|
+
|
|
1520
|
+
// sum of the width of all members
|
|
1521
|
+
var totalWidth = 0;
|
|
1522
|
+
|
|
1523
|
+
// sum of the height of all members
|
|
1524
|
+
var totalHeight = 0;
|
|
1525
|
+
|
|
1526
|
+
var maxWidth = 0;
|
|
1527
|
+
|
|
1528
|
+
// traverse all members to calculate total width and total height and get the maximum members width
|
|
1529
|
+
members.forEach(function (node) {
|
|
1530
|
+
totalWidth += node.getWidth();
|
|
1531
|
+
totalHeight += node.getHeight();
|
|
1532
|
+
|
|
1533
|
+
if (node.getWidth() > maxWidth) {
|
|
1534
|
+
maxWidth = node.getWidth();
|
|
1535
|
+
}
|
|
1536
|
+
});
|
|
1537
|
+
|
|
1538
|
+
// average width of the members
|
|
1539
|
+
var averageWidth = totalWidth / membersSize;
|
|
1540
|
+
|
|
1541
|
+
// average height of the members
|
|
1542
|
+
var averageHeight = totalHeight / membersSize;
|
|
1543
|
+
|
|
1544
|
+
// solving the initial equation system for the hc yields the following second degree equation:
|
|
1545
|
+
// hc^2 * (x+bx) + hc * (by - bx) - n * (y + by) = 0
|
|
1546
|
+
|
|
1547
|
+
// the delta value to solve the equation above for hc
|
|
1548
|
+
var delta = Math.pow(verticalPadding - horizontalPadding, 2) + 4 * (averageWidth + horizontalPadding) * (averageHeight + verticalPadding) * membersSize;
|
|
1549
|
+
|
|
1550
|
+
// solve the equation using delta value to calculate the horizontal count
|
|
1551
|
+
// that represents the number of nodes in an ideal row
|
|
1552
|
+
var horizontalCountDouble = (horizontalPadding - verticalPadding + Math.sqrt(delta)) / (2 * (averageWidth + horizontalPadding));
|
|
1553
|
+
// round the calculated horizontal count up or down according to the favored dimension
|
|
1554
|
+
var horizontalCount;
|
|
1555
|
+
|
|
1556
|
+
if (favorHorizontalDim) {
|
|
1557
|
+
horizontalCount = Math.ceil(horizontalCountDouble);
|
|
1558
|
+
// if horizontalCount count is not a float value then both of rounding to floor and ceil
|
|
1559
|
+
// will yield the same values. Instead of repeating the same calculation try going up
|
|
1560
|
+
// while favoring horizontal dimension in such cases
|
|
1561
|
+
if (horizontalCount == horizontalCountDouble) {
|
|
1562
|
+
horizontalCount++;
|
|
1563
|
+
}
|
|
1564
|
+
} else {
|
|
1565
|
+
horizontalCount = Math.floor(horizontalCountDouble);
|
|
1566
|
+
}
|
|
1567
|
+
|
|
1568
|
+
// ideal width to be calculated
|
|
1569
|
+
var idealWidth = horizontalCount * (averageWidth + horizontalPadding) - horizontalPadding;
|
|
1570
|
+
|
|
1571
|
+
// if max width is bigger than calculated ideal width reset ideal width to it
|
|
1572
|
+
if (maxWidth > idealWidth) {
|
|
1573
|
+
idealWidth = maxWidth;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
// add the left-right margins to the ideal row width
|
|
1577
|
+
idealWidth += horizontalPadding * 2;
|
|
1578
|
+
|
|
1579
|
+
// return the ideal row width1
|
|
1580
|
+
return idealWidth;
|
|
1581
|
+
};
|
|
1582
|
+
|
|
1583
|
+
CoSELayout.prototype.tileNodesByFavoringDim = function (nodes, minWidth, favorHorizontalDim) {
|
|
1584
|
+
var verticalPadding = CoSEConstants.TILING_PADDING_VERTICAL;
|
|
1585
|
+
var horizontalPadding = CoSEConstants.TILING_PADDING_HORIZONTAL;
|
|
1586
|
+
var tilingCompareBy = CoSEConstants.TILING_COMPARE_BY;
|
|
1587
|
+
var organization = {
|
|
1588
|
+
rows: [],
|
|
1589
|
+
rowWidth: [],
|
|
1590
|
+
rowHeight: [],
|
|
1591
|
+
width: 0,
|
|
1592
|
+
height: minWidth, // assume minHeight equals to minWidth
|
|
1593
|
+
verticalPadding: verticalPadding,
|
|
1594
|
+
horizontalPadding: horizontalPadding,
|
|
1595
|
+
centerX: 0,
|
|
1596
|
+
centerY: 0
|
|
1597
|
+
};
|
|
1598
|
+
|
|
1599
|
+
if (tilingCompareBy) {
|
|
1600
|
+
organization.idealRowWidth = this.calcIdealRowWidth(nodes, favorHorizontalDim);
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
var getNodeArea = function getNodeArea(n) {
|
|
1604
|
+
return n.rect.width * n.rect.height;
|
|
1605
|
+
};
|
|
1606
|
+
|
|
1607
|
+
var areaCompareFcn = function areaCompareFcn(n1, n2) {
|
|
1608
|
+
return getNodeArea(n2) - getNodeArea(n1);
|
|
1609
|
+
};
|
|
1610
|
+
|
|
1611
|
+
// Sort the nodes in descending order of their areas
|
|
1612
|
+
nodes.sort(function (n1, n2) {
|
|
1613
|
+
var cmpBy = areaCompareFcn;
|
|
1614
|
+
if (organization.idealRowWidth) {
|
|
1615
|
+
cmpBy = tilingCompareBy;
|
|
1616
|
+
return cmpBy(n1.id, n2.id);
|
|
1617
|
+
}
|
|
1618
|
+
return cmpBy(n1, n2);
|
|
1619
|
+
});
|
|
1620
|
+
|
|
1621
|
+
// Create the organization -> calculate compound center
|
|
1622
|
+
var sumCenterX = 0;
|
|
1623
|
+
var sumCenterY = 0;
|
|
1624
|
+
for (var i = 0; i < nodes.length; i++) {
|
|
1625
|
+
var lNode = nodes[i];
|
|
1626
|
+
|
|
1627
|
+
sumCenterX += lNode.getCenterX();
|
|
1628
|
+
sumCenterY += lNode.getCenterY();
|
|
1629
|
+
}
|
|
1630
|
+
|
|
1631
|
+
organization.centerX = sumCenterX / nodes.length;
|
|
1632
|
+
organization.centerY = sumCenterY / nodes.length;
|
|
1633
|
+
|
|
1634
|
+
// Create the organization -> tile members
|
|
1635
|
+
for (var i = 0; i < nodes.length; i++) {
|
|
1636
|
+
var lNode = nodes[i];
|
|
1637
|
+
|
|
1638
|
+
if (organization.rows.length == 0) {
|
|
1639
|
+
this.insertNodeToRow(organization, lNode, 0, minWidth);
|
|
1640
|
+
} else if (this.canAddHorizontal(organization, lNode.rect.width, lNode.rect.height)) {
|
|
1641
|
+
var rowIndex = organization.rows.length - 1;
|
|
1642
|
+
if (!organization.idealRowWidth) {
|
|
1643
|
+
rowIndex = this.getShortestRowIndex(organization);
|
|
1644
|
+
}
|
|
1645
|
+
this.insertNodeToRow(organization, lNode, rowIndex, minWidth);
|
|
1646
|
+
} else {
|
|
1647
|
+
this.insertNodeToRow(organization, lNode, organization.rows.length, minWidth);
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
this.shiftToLastRow(organization);
|
|
1651
|
+
}
|
|
1652
|
+
|
|
1653
|
+
return organization;
|
|
1654
|
+
};
|
|
1655
|
+
|
|
1656
|
+
CoSELayout.prototype.insertNodeToRow = function (organization, node, rowIndex, minWidth) {
|
|
1657
|
+
var minCompoundSize = minWidth;
|
|
1658
|
+
|
|
1659
|
+
// Add new row if needed
|
|
1660
|
+
if (rowIndex == organization.rows.length) {
|
|
1661
|
+
var secondDimension = [];
|
|
1662
|
+
|
|
1663
|
+
organization.rows.push(secondDimension);
|
|
1664
|
+
organization.rowWidth.push(minCompoundSize);
|
|
1665
|
+
organization.rowHeight.push(0);
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
// Update row width
|
|
1669
|
+
var w = organization.rowWidth[rowIndex] + node.rect.width;
|
|
1670
|
+
|
|
1671
|
+
if (organization.rows[rowIndex].length > 0) {
|
|
1672
|
+
w += organization.horizontalPadding;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
organization.rowWidth[rowIndex] = w;
|
|
1676
|
+
// Update compound width
|
|
1677
|
+
if (organization.width < w) {
|
|
1678
|
+
organization.width = w;
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
// Update height
|
|
1682
|
+
var h = node.rect.height;
|
|
1683
|
+
if (rowIndex > 0) h += organization.verticalPadding;
|
|
1684
|
+
|
|
1685
|
+
var extraHeight = 0;
|
|
1686
|
+
if (h > organization.rowHeight[rowIndex]) {
|
|
1687
|
+
extraHeight = organization.rowHeight[rowIndex];
|
|
1688
|
+
organization.rowHeight[rowIndex] = h;
|
|
1689
|
+
extraHeight = organization.rowHeight[rowIndex] - extraHeight;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
organization.height += extraHeight;
|
|
1693
|
+
|
|
1694
|
+
// Insert node
|
|
1695
|
+
organization.rows[rowIndex].push(node);
|
|
1696
|
+
};
|
|
1697
|
+
|
|
1698
|
+
//Scans the rows of an organization and returns the one with the min width
|
|
1699
|
+
CoSELayout.prototype.getShortestRowIndex = function (organization) {
|
|
1700
|
+
var r = -1;
|
|
1701
|
+
var min = Number.MAX_VALUE;
|
|
1702
|
+
|
|
1703
|
+
for (var i = 0; i < organization.rows.length; i++) {
|
|
1704
|
+
if (organization.rowWidth[i] < min) {
|
|
1705
|
+
r = i;
|
|
1706
|
+
min = organization.rowWidth[i];
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
return r;
|
|
1710
|
+
};
|
|
1711
|
+
|
|
1712
|
+
//Scans the rows of an organization and returns the one with the max width
|
|
1713
|
+
CoSELayout.prototype.getLongestRowIndex = function (organization) {
|
|
1714
|
+
var r = -1;
|
|
1715
|
+
var max = Number.MIN_VALUE;
|
|
1716
|
+
|
|
1717
|
+
for (var i = 0; i < organization.rows.length; i++) {
|
|
1718
|
+
|
|
1719
|
+
if (organization.rowWidth[i] > max) {
|
|
1720
|
+
r = i;
|
|
1721
|
+
max = organization.rowWidth[i];
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
|
|
1725
|
+
return r;
|
|
1726
|
+
};
|
|
1727
|
+
|
|
1728
|
+
/**
|
|
1729
|
+
* This method checks whether adding extra width to the organization violates
|
|
1730
|
+
* the aspect ratio(1) or not.
|
|
1731
|
+
*/
|
|
1732
|
+
CoSELayout.prototype.canAddHorizontal = function (organization, extraWidth, extraHeight) {
|
|
1733
|
+
|
|
1734
|
+
// if there is an ideal row width specified use it instead of checking the aspect ratio
|
|
1735
|
+
if (organization.idealRowWidth) {
|
|
1736
|
+
var lastRowIndex = organization.rows.length - 1;
|
|
1737
|
+
var lastRowWidth = organization.rowWidth[lastRowIndex];
|
|
1738
|
+
|
|
1739
|
+
// check and return if ideal row width will be exceed if the node is added to the row
|
|
1740
|
+
return lastRowWidth + extraWidth + organization.horizontalPadding <= organization.idealRowWidth;
|
|
1741
|
+
}
|
|
1742
|
+
|
|
1743
|
+
var sri = this.getShortestRowIndex(organization);
|
|
1744
|
+
|
|
1745
|
+
if (sri < 0) {
|
|
1746
|
+
return true;
|
|
1747
|
+
}
|
|
1748
|
+
|
|
1749
|
+
var min = organization.rowWidth[sri];
|
|
1750
|
+
|
|
1751
|
+
if (min + organization.horizontalPadding + extraWidth <= organization.width) return true;
|
|
1752
|
+
|
|
1753
|
+
var hDiff = 0;
|
|
1754
|
+
|
|
1755
|
+
// Adding to an existing row
|
|
1756
|
+
if (organization.rowHeight[sri] < extraHeight) {
|
|
1757
|
+
if (sri > 0) hDiff = extraHeight + organization.verticalPadding - organization.rowHeight[sri];
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1760
|
+
var add_to_row_ratio;
|
|
1761
|
+
if (organization.width - min >= extraWidth + organization.horizontalPadding) {
|
|
1762
|
+
add_to_row_ratio = (organization.height + hDiff) / (min + extraWidth + organization.horizontalPadding);
|
|
1763
|
+
} else {
|
|
1764
|
+
add_to_row_ratio = (organization.height + hDiff) / organization.width;
|
|
1765
|
+
}
|
|
1766
|
+
|
|
1767
|
+
// Adding a new row for this node
|
|
1768
|
+
hDiff = extraHeight + organization.verticalPadding;
|
|
1769
|
+
var add_new_row_ratio;
|
|
1770
|
+
if (organization.width < extraWidth) {
|
|
1771
|
+
add_new_row_ratio = (organization.height + hDiff) / extraWidth;
|
|
1772
|
+
} else {
|
|
1773
|
+
add_new_row_ratio = (organization.height + hDiff) / organization.width;
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1776
|
+
if (add_new_row_ratio < 1) add_new_row_ratio = 1 / add_new_row_ratio;
|
|
1777
|
+
|
|
1778
|
+
if (add_to_row_ratio < 1) add_to_row_ratio = 1 / add_to_row_ratio;
|
|
1779
|
+
|
|
1780
|
+
return add_to_row_ratio < add_new_row_ratio;
|
|
1781
|
+
};
|
|
1782
|
+
|
|
1783
|
+
//If moving the last node from the longest row and adding it to the last
|
|
1784
|
+
//row makes the bounding box smaller, do it.
|
|
1785
|
+
CoSELayout.prototype.shiftToLastRow = function (organization) {
|
|
1786
|
+
var longest = this.getLongestRowIndex(organization);
|
|
1787
|
+
var last = organization.rowWidth.length - 1;
|
|
1788
|
+
var row = organization.rows[longest];
|
|
1789
|
+
var node = row[row.length - 1];
|
|
1790
|
+
|
|
1791
|
+
var diff = node.width + organization.horizontalPadding;
|
|
1792
|
+
|
|
1793
|
+
// Check if there is enough space on the last row
|
|
1794
|
+
if (organization.width - organization.rowWidth[last] > diff && longest != last) {
|
|
1795
|
+
// Remove the last element of the longest row
|
|
1796
|
+
row.splice(-1, 1);
|
|
1797
|
+
|
|
1798
|
+
// Push it to the last row
|
|
1799
|
+
organization.rows[last].push(node);
|
|
1800
|
+
|
|
1801
|
+
organization.rowWidth[longest] = organization.rowWidth[longest] - diff;
|
|
1802
|
+
organization.rowWidth[last] = organization.rowWidth[last] + diff;
|
|
1803
|
+
organization.width = organization.rowWidth[instance.getLongestRowIndex(organization)];
|
|
1804
|
+
|
|
1805
|
+
// Update heights of the organization
|
|
1806
|
+
var maxHeight = Number.MIN_VALUE;
|
|
1807
|
+
for (var i = 0; i < row.length; i++) {
|
|
1808
|
+
if (row[i].height > maxHeight) maxHeight = row[i].height;
|
|
1809
|
+
}
|
|
1810
|
+
if (longest > 0) maxHeight += organization.verticalPadding;
|
|
1811
|
+
|
|
1812
|
+
var prevTotal = organization.rowHeight[longest] + organization.rowHeight[last];
|
|
1813
|
+
|
|
1814
|
+
organization.rowHeight[longest] = maxHeight;
|
|
1815
|
+
if (organization.rowHeight[last] < node.height + organization.verticalPadding) organization.rowHeight[last] = node.height + organization.verticalPadding;
|
|
1816
|
+
|
|
1817
|
+
var finalTotal = organization.rowHeight[longest] + organization.rowHeight[last];
|
|
1818
|
+
organization.height += finalTotal - prevTotal;
|
|
1819
|
+
|
|
1820
|
+
this.shiftToLastRow(organization);
|
|
1821
|
+
}
|
|
1822
|
+
};
|
|
1823
|
+
|
|
1824
|
+
CoSELayout.prototype.tilingPreLayout = function () {
|
|
1825
|
+
if (CoSEConstants.TILE) {
|
|
1826
|
+
// Find zero degree nodes and create a compound for each level
|
|
1827
|
+
this.groupZeroDegreeMembers();
|
|
1828
|
+
// Tile and clear children of each compound
|
|
1829
|
+
this.clearCompounds();
|
|
1830
|
+
// Separately tile and clear zero degree nodes for each level
|
|
1831
|
+
this.clearZeroDegreeMembers();
|
|
1832
|
+
}
|
|
1833
|
+
};
|
|
1834
|
+
|
|
1835
|
+
CoSELayout.prototype.tilingPostLayout = function () {
|
|
1836
|
+
if (CoSEConstants.TILE) {
|
|
1837
|
+
this.repopulateZeroDegreeMembers();
|
|
1838
|
+
this.repopulateCompounds();
|
|
1839
|
+
}
|
|
1840
|
+
};
|
|
1841
|
+
|
|
1842
|
+
// -----------------------------------------------------------------------------
|
|
1843
|
+
// Section: Tree Reduction methods
|
|
1844
|
+
// -----------------------------------------------------------------------------
|
|
1845
|
+
// Reduce trees
|
|
1846
|
+
CoSELayout.prototype.reduceTrees = function () {
|
|
1847
|
+
var prunedNodesAll = [];
|
|
1848
|
+
var containsLeaf = true;
|
|
1849
|
+
var node;
|
|
1850
|
+
|
|
1851
|
+
while (containsLeaf) {
|
|
1852
|
+
var allNodes = this.graphManager.getAllNodes();
|
|
1853
|
+
var prunedNodesInStepTemp = [];
|
|
1854
|
+
containsLeaf = false;
|
|
1855
|
+
|
|
1856
|
+
for (var i = 0; i < allNodes.length; i++) {
|
|
1857
|
+
node = allNodes[i];
|
|
1858
|
+
if (node.getEdges().length == 1 && !node.getEdges()[0].isInterGraph && node.getChild() == null) {
|
|
1859
|
+
if (CoSEConstants.PURE_INCREMENTAL) {
|
|
1860
|
+
var otherEnd = node.getEdges()[0].getOtherEnd(node);
|
|
1861
|
+
var relativePosition = new DimensionD(node.getCenterX() - otherEnd.getCenterX(), node.getCenterY() - otherEnd.getCenterY());
|
|
1862
|
+
prunedNodesInStepTemp.push([node, node.getEdges()[0], node.getOwner(), relativePosition]);
|
|
1863
|
+
} else {
|
|
1864
|
+
prunedNodesInStepTemp.push([node, node.getEdges()[0], node.getOwner()]);
|
|
1865
|
+
}
|
|
1866
|
+
containsLeaf = true;
|
|
1867
|
+
}
|
|
1868
|
+
}
|
|
1869
|
+
if (containsLeaf == true) {
|
|
1870
|
+
var prunedNodesInStep = [];
|
|
1871
|
+
for (var j = 0; j < prunedNodesInStepTemp.length; j++) {
|
|
1872
|
+
if (prunedNodesInStepTemp[j][0].getEdges().length == 1) {
|
|
1873
|
+
prunedNodesInStep.push(prunedNodesInStepTemp[j]);
|
|
1874
|
+
prunedNodesInStepTemp[j][0].getOwner().remove(prunedNodesInStepTemp[j][0]);
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
prunedNodesAll.push(prunedNodesInStep);
|
|
1878
|
+
this.graphManager.resetAllNodes();
|
|
1879
|
+
this.graphManager.resetAllEdges();
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
this.prunedNodesAll = prunedNodesAll;
|
|
1883
|
+
};
|
|
1884
|
+
|
|
1885
|
+
// Grow tree one step
|
|
1886
|
+
CoSELayout.prototype.growTree = function (prunedNodesAll) {
|
|
1887
|
+
var lengthOfPrunedNodesInStep = prunedNodesAll.length;
|
|
1888
|
+
var prunedNodesInStep = prunedNodesAll[lengthOfPrunedNodesInStep - 1];
|
|
1889
|
+
|
|
1890
|
+
var nodeData;
|
|
1891
|
+
for (var i = 0; i < prunedNodesInStep.length; i++) {
|
|
1892
|
+
nodeData = prunedNodesInStep[i];
|
|
1893
|
+
|
|
1894
|
+
this.findPlaceforPrunedNode(nodeData);
|
|
1895
|
+
|
|
1896
|
+
nodeData[2].add(nodeData[0]);
|
|
1897
|
+
nodeData[2].add(nodeData[1], nodeData[1].source, nodeData[1].target);
|
|
1898
|
+
}
|
|
1899
|
+
|
|
1900
|
+
prunedNodesAll.splice(prunedNodesAll.length - 1, 1);
|
|
1901
|
+
this.graphManager.resetAllNodes();
|
|
1902
|
+
this.graphManager.resetAllEdges();
|
|
1903
|
+
};
|
|
1904
|
+
|
|
1905
|
+
// Find an appropriate position to replace pruned node, this method can be improved
|
|
1906
|
+
CoSELayout.prototype.findPlaceforPrunedNode = function (nodeData) {
|
|
1907
|
+
|
|
1908
|
+
var gridForPrunedNode;
|
|
1909
|
+
var nodeToConnect;
|
|
1910
|
+
var prunedNode = nodeData[0];
|
|
1911
|
+
if (prunedNode == nodeData[1].source) {
|
|
1912
|
+
nodeToConnect = nodeData[1].target;
|
|
1913
|
+
} else {
|
|
1914
|
+
nodeToConnect = nodeData[1].source;
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
if (CoSEConstants.PURE_INCREMENTAL) {
|
|
1918
|
+
prunedNode.setCenter(nodeToConnect.getCenterX() + nodeData[3].getWidth(), nodeToConnect.getCenterY() + nodeData[3].getHeight());
|
|
1919
|
+
} else {
|
|
1920
|
+
var startGridX = nodeToConnect.startX;
|
|
1921
|
+
var finishGridX = nodeToConnect.finishX;
|
|
1922
|
+
var startGridY = nodeToConnect.startY;
|
|
1923
|
+
var finishGridY = nodeToConnect.finishY;
|
|
1924
|
+
|
|
1925
|
+
var upNodeCount = 0;
|
|
1926
|
+
var downNodeCount = 0;
|
|
1927
|
+
var rightNodeCount = 0;
|
|
1928
|
+
var leftNodeCount = 0;
|
|
1929
|
+
var controlRegions = [upNodeCount, rightNodeCount, downNodeCount, leftNodeCount];
|
|
1930
|
+
|
|
1931
|
+
if (startGridY > 0) {
|
|
1932
|
+
for (var i = startGridX; i <= finishGridX; i++) {
|
|
1933
|
+
controlRegions[0] += this.grid[i][startGridY - 1].length + this.grid[i][startGridY].length - 1;
|
|
1934
|
+
}
|
|
1935
|
+
}
|
|
1936
|
+
if (finishGridX < this.grid.length - 1) {
|
|
1937
|
+
for (var i = startGridY; i <= finishGridY; i++) {
|
|
1938
|
+
controlRegions[1] += this.grid[finishGridX + 1][i].length + this.grid[finishGridX][i].length - 1;
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
if (finishGridY < this.grid[0].length - 1) {
|
|
1942
|
+
for (var i = startGridX; i <= finishGridX; i++) {
|
|
1943
|
+
controlRegions[2] += this.grid[i][finishGridY + 1].length + this.grid[i][finishGridY].length - 1;
|
|
1944
|
+
}
|
|
1945
|
+
}
|
|
1946
|
+
if (startGridX > 0) {
|
|
1947
|
+
for (var i = startGridY; i <= finishGridY; i++) {
|
|
1948
|
+
controlRegions[3] += this.grid[startGridX - 1][i].length + this.grid[startGridX][i].length - 1;
|
|
1949
|
+
}
|
|
1950
|
+
}
|
|
1951
|
+
var min = Integer.MAX_VALUE;
|
|
1952
|
+
var minCount;
|
|
1953
|
+
var minIndex;
|
|
1954
|
+
for (var j = 0; j < controlRegions.length; j++) {
|
|
1955
|
+
if (controlRegions[j] < min) {
|
|
1956
|
+
min = controlRegions[j];
|
|
1957
|
+
minCount = 1;
|
|
1958
|
+
minIndex = j;
|
|
1959
|
+
} else if (controlRegions[j] == min) {
|
|
1960
|
+
minCount++;
|
|
1961
|
+
}
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
if (minCount == 3 && min == 0) {
|
|
1965
|
+
if (controlRegions[0] == 0 && controlRegions[1] == 0 && controlRegions[2] == 0) {
|
|
1966
|
+
gridForPrunedNode = 1;
|
|
1967
|
+
} else if (controlRegions[0] == 0 && controlRegions[1] == 0 && controlRegions[3] == 0) {
|
|
1968
|
+
gridForPrunedNode = 0;
|
|
1969
|
+
} else if (controlRegions[0] == 0 && controlRegions[2] == 0 && controlRegions[3] == 0) {
|
|
1970
|
+
gridForPrunedNode = 3;
|
|
1971
|
+
} else if (controlRegions[1] == 0 && controlRegions[2] == 0 && controlRegions[3] == 0) {
|
|
1972
|
+
gridForPrunedNode = 2;
|
|
1973
|
+
}
|
|
1974
|
+
} else if (minCount == 2 && min == 0) {
|
|
1975
|
+
var random = Math.floor(Math.random() * 2);
|
|
1976
|
+
if (controlRegions[0] == 0 && controlRegions[1] == 0) {
|
|
1977
|
+
if (random == 0) {
|
|
1978
|
+
gridForPrunedNode = 0;
|
|
1979
|
+
} else {
|
|
1980
|
+
gridForPrunedNode = 1;
|
|
1981
|
+
}
|
|
1982
|
+
} else if (controlRegions[0] == 0 && controlRegions[2] == 0) {
|
|
1983
|
+
if (random == 0) {
|
|
1984
|
+
gridForPrunedNode = 0;
|
|
1985
|
+
} else {
|
|
1986
|
+
gridForPrunedNode = 2;
|
|
1987
|
+
}
|
|
1988
|
+
} else if (controlRegions[0] == 0 && controlRegions[3] == 0) {
|
|
1989
|
+
if (random == 0) {
|
|
1990
|
+
gridForPrunedNode = 0;
|
|
1991
|
+
} else {
|
|
1992
|
+
gridForPrunedNode = 3;
|
|
1993
|
+
}
|
|
1994
|
+
} else if (controlRegions[1] == 0 && controlRegions[2] == 0) {
|
|
1995
|
+
if (random == 0) {
|
|
1996
|
+
gridForPrunedNode = 1;
|
|
1997
|
+
} else {
|
|
1998
|
+
gridForPrunedNode = 2;
|
|
1999
|
+
}
|
|
2000
|
+
} else if (controlRegions[1] == 0 && controlRegions[3] == 0) {
|
|
2001
|
+
if (random == 0) {
|
|
2002
|
+
gridForPrunedNode = 1;
|
|
2003
|
+
} else {
|
|
2004
|
+
gridForPrunedNode = 3;
|
|
2005
|
+
}
|
|
2006
|
+
} else {
|
|
2007
|
+
if (random == 0) {
|
|
2008
|
+
gridForPrunedNode = 2;
|
|
2009
|
+
} else {
|
|
2010
|
+
gridForPrunedNode = 3;
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
2013
|
+
} else if (minCount == 4 && min == 0) {
|
|
2014
|
+
var random = Math.floor(Math.random() * 4);
|
|
2015
|
+
gridForPrunedNode = random;
|
|
2016
|
+
} else {
|
|
2017
|
+
gridForPrunedNode = minIndex;
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
if (gridForPrunedNode == 0) {
|
|
2021
|
+
prunedNode.setCenter(nodeToConnect.getCenterX(), nodeToConnect.getCenterY() - nodeToConnect.getHeight() / 2 - FDLayoutConstants.DEFAULT_EDGE_LENGTH - prunedNode.getHeight() / 2);
|
|
2022
|
+
} else if (gridForPrunedNode == 1) {
|
|
2023
|
+
prunedNode.setCenter(nodeToConnect.getCenterX() + nodeToConnect.getWidth() / 2 + FDLayoutConstants.DEFAULT_EDGE_LENGTH + prunedNode.getWidth() / 2, nodeToConnect.getCenterY());
|
|
2024
|
+
} else if (gridForPrunedNode == 2) {
|
|
2025
|
+
prunedNode.setCenter(nodeToConnect.getCenterX(), nodeToConnect.getCenterY() + nodeToConnect.getHeight() / 2 + FDLayoutConstants.DEFAULT_EDGE_LENGTH + prunedNode.getHeight() / 2);
|
|
2026
|
+
} else {
|
|
2027
|
+
prunedNode.setCenter(nodeToConnect.getCenterX() - nodeToConnect.getWidth() / 2 - FDLayoutConstants.DEFAULT_EDGE_LENGTH - prunedNode.getWidth() / 2, nodeToConnect.getCenterY());
|
|
2028
|
+
}
|
|
2029
|
+
}
|
|
2030
|
+
};
|
|
2031
|
+
|
|
2032
|
+
module.exports = CoSELayout;
|
|
2033
|
+
|
|
2034
|
+
/***/ }),
|
|
2035
|
+
|
|
2036
|
+
/***/ 991:
|
|
2037
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
2038
|
+
|
|
2039
|
+
|
|
2040
|
+
|
|
2041
|
+
var FDLayoutNode = __webpack_require__(551).FDLayoutNode;
|
|
2042
|
+
var IMath = __webpack_require__(551).IMath;
|
|
2043
|
+
|
|
2044
|
+
function CoSENode(gm, loc, size, vNode) {
|
|
2045
|
+
FDLayoutNode.call(this, gm, loc, size, vNode);
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
CoSENode.prototype = Object.create(FDLayoutNode.prototype);
|
|
2049
|
+
for (var prop in FDLayoutNode) {
|
|
2050
|
+
CoSENode[prop] = FDLayoutNode[prop];
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
CoSENode.prototype.calculateDisplacement = function () {
|
|
2054
|
+
var layout = this.graphManager.getLayout();
|
|
2055
|
+
// this check is for compound nodes that contain fixed nodes
|
|
2056
|
+
if (this.getChild() != null && this.fixedNodeWeight) {
|
|
2057
|
+
this.displacementX += layout.coolingFactor * (this.springForceX + this.repulsionForceX + this.gravitationForceX) / this.fixedNodeWeight;
|
|
2058
|
+
this.displacementY += layout.coolingFactor * (this.springForceY + this.repulsionForceY + this.gravitationForceY) / this.fixedNodeWeight;
|
|
2059
|
+
} else {
|
|
2060
|
+
this.displacementX += layout.coolingFactor * (this.springForceX + this.repulsionForceX + this.gravitationForceX) / this.noOfChildren;
|
|
2061
|
+
this.displacementY += layout.coolingFactor * (this.springForceY + this.repulsionForceY + this.gravitationForceY) / this.noOfChildren;
|
|
2062
|
+
}
|
|
2063
|
+
|
|
2064
|
+
if (Math.abs(this.displacementX) > layout.coolingFactor * layout.maxNodeDisplacement) {
|
|
2065
|
+
this.displacementX = layout.coolingFactor * layout.maxNodeDisplacement * IMath.sign(this.displacementX);
|
|
2066
|
+
}
|
|
2067
|
+
|
|
2068
|
+
if (Math.abs(this.displacementY) > layout.coolingFactor * layout.maxNodeDisplacement) {
|
|
2069
|
+
this.displacementY = layout.coolingFactor * layout.maxNodeDisplacement * IMath.sign(this.displacementY);
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
// non-empty compound node, propogate movement to children as well
|
|
2073
|
+
if (this.child && this.child.getNodes().length > 0) {
|
|
2074
|
+
this.propogateDisplacementToChildren(this.displacementX, this.displacementY);
|
|
2075
|
+
}
|
|
2076
|
+
};
|
|
2077
|
+
|
|
2078
|
+
CoSENode.prototype.propogateDisplacementToChildren = function (dX, dY) {
|
|
2079
|
+
var nodes = this.getChild().getNodes();
|
|
2080
|
+
var node;
|
|
2081
|
+
for (var i = 0; i < nodes.length; i++) {
|
|
2082
|
+
node = nodes[i];
|
|
2083
|
+
if (node.getChild() == null) {
|
|
2084
|
+
node.displacementX += dX;
|
|
2085
|
+
node.displacementY += dY;
|
|
2086
|
+
} else {
|
|
2087
|
+
node.propogateDisplacementToChildren(dX, dY);
|
|
2088
|
+
}
|
|
2089
|
+
}
|
|
2090
|
+
};
|
|
2091
|
+
|
|
2092
|
+
CoSENode.prototype.move = function () {
|
|
2093
|
+
var layout = this.graphManager.getLayout();
|
|
2094
|
+
|
|
2095
|
+
// a simple node or an empty compound node, move it
|
|
2096
|
+
if (this.child == null || this.child.getNodes().length == 0) {
|
|
2097
|
+
this.moveBy(this.displacementX, this.displacementY);
|
|
2098
|
+
|
|
2099
|
+
layout.totalDisplacement += Math.abs(this.displacementX) + Math.abs(this.displacementY);
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
this.springForceX = 0;
|
|
2103
|
+
this.springForceY = 0;
|
|
2104
|
+
this.repulsionForceX = 0;
|
|
2105
|
+
this.repulsionForceY = 0;
|
|
2106
|
+
this.gravitationForceX = 0;
|
|
2107
|
+
this.gravitationForceY = 0;
|
|
2108
|
+
this.displacementX = 0;
|
|
2109
|
+
this.displacementY = 0;
|
|
2110
|
+
};
|
|
2111
|
+
|
|
2112
|
+
CoSENode.prototype.setPred1 = function (pred1) {
|
|
2113
|
+
this.pred1 = pred1;
|
|
2114
|
+
};
|
|
2115
|
+
|
|
2116
|
+
CoSENode.prototype.getPred1 = function () {
|
|
2117
|
+
return pred1;
|
|
2118
|
+
};
|
|
2119
|
+
|
|
2120
|
+
CoSENode.prototype.getPred2 = function () {
|
|
2121
|
+
return pred2;
|
|
2122
|
+
};
|
|
2123
|
+
|
|
2124
|
+
CoSENode.prototype.setNext = function (next) {
|
|
2125
|
+
this.next = next;
|
|
2126
|
+
};
|
|
2127
|
+
|
|
2128
|
+
CoSENode.prototype.getNext = function () {
|
|
2129
|
+
return next;
|
|
2130
|
+
};
|
|
2131
|
+
|
|
2132
|
+
CoSENode.prototype.setProcessed = function (processed) {
|
|
2133
|
+
this.processed = processed;
|
|
2134
|
+
};
|
|
2135
|
+
|
|
2136
|
+
CoSENode.prototype.isProcessed = function () {
|
|
2137
|
+
return processed;
|
|
2138
|
+
};
|
|
2139
|
+
|
|
2140
|
+
module.exports = CoSENode;
|
|
2141
|
+
|
|
2142
|
+
/***/ }),
|
|
2143
|
+
|
|
2144
|
+
/***/ 902:
|
|
2145
|
+
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
2146
|
+
|
|
2147
|
+
|
|
2148
|
+
|
|
2149
|
+
function _toConsumableArray(arr) { if (Array.isArray(arr)) { for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) { arr2[i] = arr[i]; } return arr2; } else { return Array.from(arr); } }
|
|
2150
|
+
|
|
2151
|
+
var CoSEConstants = __webpack_require__(806);
|
|
2152
|
+
var LinkedList = __webpack_require__(551).LinkedList;
|
|
2153
|
+
var Matrix = __webpack_require__(551).Matrix;
|
|
2154
|
+
var SVD = __webpack_require__(551).SVD;
|
|
2155
|
+
|
|
2156
|
+
function ConstraintHandler() {}
|
|
2157
|
+
|
|
2158
|
+
ConstraintHandler.handleConstraints = function (layout) {
|
|
2159
|
+
// let layout = this.graphManager.getLayout();
|
|
2160
|
+
|
|
2161
|
+
// get constraints from layout
|
|
2162
|
+
var constraints = {};
|
|
2163
|
+
constraints.fixedNodeConstraint = layout.constraints.fixedNodeConstraint;
|
|
2164
|
+
constraints.alignmentConstraint = layout.constraints.alignmentConstraint;
|
|
2165
|
+
constraints.relativePlacementConstraint = layout.constraints.relativePlacementConstraint;
|
|
2166
|
+
|
|
2167
|
+
var idToNodeMap = new Map();
|
|
2168
|
+
var nodeIndexes = new Map();
|
|
2169
|
+
var xCoords = [];
|
|
2170
|
+
var yCoords = [];
|
|
2171
|
+
|
|
2172
|
+
var allNodes = layout.getAllNodes();
|
|
2173
|
+
var index = 0;
|
|
2174
|
+
// fill index map and coordinates
|
|
2175
|
+
for (var i = 0; i < allNodes.length; i++) {
|
|
2176
|
+
var node = allNodes[i];
|
|
2177
|
+
if (node.getChild() == null) {
|
|
2178
|
+
nodeIndexes.set(node.id, index++);
|
|
2179
|
+
xCoords.push(node.getCenterX());
|
|
2180
|
+
yCoords.push(node.getCenterY());
|
|
2181
|
+
idToNodeMap.set(node.id, node);
|
|
2182
|
+
}
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
// if there exists relative placement constraint without gap value, set it to default
|
|
2186
|
+
if (constraints.relativePlacementConstraint) {
|
|
2187
|
+
constraints.relativePlacementConstraint.forEach(function (constraint) {
|
|
2188
|
+
if (!constraint.gap && constraint.gap != 0) {
|
|
2189
|
+
if (constraint.left) {
|
|
2190
|
+
constraint.gap = CoSEConstants.DEFAULT_EDGE_LENGTH + idToNodeMap.get(constraint.left).getWidth() / 2 + idToNodeMap.get(constraint.right).getWidth() / 2;
|
|
2191
|
+
} else {
|
|
2192
|
+
constraint.gap = CoSEConstants.DEFAULT_EDGE_LENGTH + idToNodeMap.get(constraint.top).getHeight() / 2 + idToNodeMap.get(constraint.bottom).getHeight() / 2;
|
|
2193
|
+
}
|
|
2194
|
+
}
|
|
2195
|
+
});
|
|
2196
|
+
}
|
|
2197
|
+
|
|
2198
|
+
/* auxiliary functions */
|
|
2199
|
+
|
|
2200
|
+
// calculate difference between two position objects
|
|
2201
|
+
var calculatePositionDiff = function calculatePositionDiff(pos1, pos2) {
|
|
2202
|
+
return { x: pos1.x - pos2.x, y: pos1.y - pos2.y };
|
|
2203
|
+
};
|
|
2204
|
+
|
|
2205
|
+
// calculate average position of the nodes
|
|
2206
|
+
var calculateAvgPosition = function calculateAvgPosition(nodeIdSet) {
|
|
2207
|
+
var xPosSum = 0;
|
|
2208
|
+
var yPosSum = 0;
|
|
2209
|
+
nodeIdSet.forEach(function (nodeId) {
|
|
2210
|
+
xPosSum += xCoords[nodeIndexes.get(nodeId)];
|
|
2211
|
+
yPosSum += yCoords[nodeIndexes.get(nodeId)];
|
|
2212
|
+
});
|
|
2213
|
+
|
|
2214
|
+
return { x: xPosSum / nodeIdSet.size, y: yPosSum / nodeIdSet.size };
|
|
2215
|
+
};
|
|
2216
|
+
|
|
2217
|
+
// find an appropriate positioning for the nodes in a given graph according to relative placement constraints
|
|
2218
|
+
// this function also takes the fixed nodes and alignment constraints into account
|
|
2219
|
+
// graph: dag to be evaluated, direction: "horizontal" or "vertical",
|
|
2220
|
+
// fixedNodes: set of fixed nodes to consider during evaluation, dummyPositions: appropriate coordinates of the dummy nodes
|
|
2221
|
+
var findAppropriatePositionForRelativePlacement = function findAppropriatePositionForRelativePlacement(graph, direction, fixedNodes, dummyPositions, componentSources) {
|
|
2222
|
+
|
|
2223
|
+
// find union of two sets
|
|
2224
|
+
function setUnion(setA, setB) {
|
|
2225
|
+
var union = new Set(setA);
|
|
2226
|
+
var _iteratorNormalCompletion = true;
|
|
2227
|
+
var _didIteratorError = false;
|
|
2228
|
+
var _iteratorError = undefined;
|
|
2229
|
+
|
|
2230
|
+
try {
|
|
2231
|
+
for (var _iterator = setB[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {
|
|
2232
|
+
var elem = _step.value;
|
|
2233
|
+
|
|
2234
|
+
union.add(elem);
|
|
2235
|
+
}
|
|
2236
|
+
} catch (err) {
|
|
2237
|
+
_didIteratorError = true;
|
|
2238
|
+
_iteratorError = err;
|
|
2239
|
+
} finally {
|
|
2240
|
+
try {
|
|
2241
|
+
if (!_iteratorNormalCompletion && _iterator.return) {
|
|
2242
|
+
_iterator.return();
|
|
2243
|
+
}
|
|
2244
|
+
} finally {
|
|
2245
|
+
if (_didIteratorError) {
|
|
2246
|
+
throw _iteratorError;
|
|
2247
|
+
}
|
|
2248
|
+
}
|
|
2249
|
+
}
|
|
2250
|
+
|
|
2251
|
+
return union;
|
|
2252
|
+
}
|
|
2253
|
+
|
|
2254
|
+
// find indegree count for each node
|
|
2255
|
+
var inDegrees = new Map();
|
|
2256
|
+
|
|
2257
|
+
graph.forEach(function (value, key) {
|
|
2258
|
+
inDegrees.set(key, 0);
|
|
2259
|
+
});
|
|
2260
|
+
graph.forEach(function (value, key) {
|
|
2261
|
+
value.forEach(function (adjacent) {
|
|
2262
|
+
inDegrees.set(adjacent.id, inDegrees.get(adjacent.id) + 1);
|
|
2263
|
+
});
|
|
2264
|
+
});
|
|
2265
|
+
|
|
2266
|
+
var positionMap = new Map(); // keeps the position for each node
|
|
2267
|
+
var pastMap = new Map(); // keeps the predecessors(past) of a node
|
|
2268
|
+
var queue = new LinkedList();
|
|
2269
|
+
inDegrees.forEach(function (value, key) {
|
|
2270
|
+
if (value == 0) {
|
|
2271
|
+
queue.push(key);
|
|
2272
|
+
if (!fixedNodes) {
|
|
2273
|
+
if (direction == "horizontal") {
|
|
2274
|
+
positionMap.set(key, nodeIndexes.has(key) ? xCoords[nodeIndexes.get(key)] : dummyPositions.get(key));
|
|
2275
|
+
} else {
|
|
2276
|
+
positionMap.set(key, nodeIndexes.has(key) ? yCoords[nodeIndexes.get(key)] : dummyPositions.get(key));
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
2279
|
+
} else {
|
|
2280
|
+
positionMap.set(key, Number.NEGATIVE_INFINITY);
|
|
2281
|
+
}
|
|
2282
|
+
if (fixedNodes) {
|
|
2283
|
+
pastMap.set(key, new Set([key]));
|
|
2284
|
+
}
|
|
2285
|
+
});
|
|
2286
|
+
|
|
2287
|
+
// align sources of each component in enforcement phase
|
|
2288
|
+
if (fixedNodes) {
|
|
2289
|
+
componentSources.forEach(function (component) {
|
|
2290
|
+
var fixedIds = [];
|
|
2291
|
+
component.forEach(function (nodeId) {
|
|
2292
|
+
if (fixedNodes.has(nodeId)) {
|
|
2293
|
+
fixedIds.push(nodeId);
|
|
2294
|
+
}
|
|
2295
|
+
});
|
|
2296
|
+
if (fixedIds.length > 0) {
|
|
2297
|
+
var position = 0;
|
|
2298
|
+
fixedIds.forEach(function (fixedId) {
|
|
2299
|
+
if (direction == "horizontal") {
|
|
2300
|
+
positionMap.set(fixedId, nodeIndexes.has(fixedId) ? xCoords[nodeIndexes.get(fixedId)] : dummyPositions.get(fixedId));
|
|
2301
|
+
position += positionMap.get(fixedId);
|
|
2302
|
+
} else {
|
|
2303
|
+
positionMap.set(fixedId, nodeIndexes.has(fixedId) ? yCoords[nodeIndexes.get(fixedId)] : dummyPositions.get(fixedId));
|
|
2304
|
+
position += positionMap.get(fixedId);
|
|
2305
|
+
}
|
|
2306
|
+
});
|
|
2307
|
+
position = position / fixedIds.length;
|
|
2308
|
+
component.forEach(function (nodeId) {
|
|
2309
|
+
if (!fixedNodes.has(nodeId)) {
|
|
2310
|
+
positionMap.set(nodeId, position);
|
|
2311
|
+
}
|
|
2312
|
+
});
|
|
2313
|
+
} else {
|
|
2314
|
+
var _position = 0;
|
|
2315
|
+
component.forEach(function (nodeId) {
|
|
2316
|
+
if (direction == "horizontal") {
|
|
2317
|
+
_position += nodeIndexes.has(nodeId) ? xCoords[nodeIndexes.get(nodeId)] : dummyPositions.get(nodeId);
|
|
2318
|
+
} else {
|
|
2319
|
+
_position += nodeIndexes.has(nodeId) ? yCoords[nodeIndexes.get(nodeId)] : dummyPositions.get(nodeId);
|
|
2320
|
+
}
|
|
2321
|
+
});
|
|
2322
|
+
_position = _position / component.length;
|
|
2323
|
+
component.forEach(function (nodeId) {
|
|
2324
|
+
positionMap.set(nodeId, _position);
|
|
2325
|
+
});
|
|
2326
|
+
}
|
|
2327
|
+
});
|
|
2328
|
+
}
|
|
2329
|
+
|
|
2330
|
+
// calculate positions of the nodes
|
|
2331
|
+
|
|
2332
|
+
var _loop = function _loop() {
|
|
2333
|
+
var currentNode = queue.shift();
|
|
2334
|
+
var neighbors = graph.get(currentNode);
|
|
2335
|
+
neighbors.forEach(function (neighbor) {
|
|
2336
|
+
if (positionMap.get(neighbor.id) < positionMap.get(currentNode) + neighbor.gap) {
|
|
2337
|
+
if (fixedNodes && fixedNodes.has(neighbor.id)) {
|
|
2338
|
+
var fixedPosition = void 0;
|
|
2339
|
+
if (direction == "horizontal") {
|
|
2340
|
+
fixedPosition = nodeIndexes.has(neighbor.id) ? xCoords[nodeIndexes.get(neighbor.id)] : dummyPositions.get(neighbor.id);
|
|
2341
|
+
} else {
|
|
2342
|
+
fixedPosition = nodeIndexes.has(neighbor.id) ? yCoords[nodeIndexes.get(neighbor.id)] : dummyPositions.get(neighbor.id);
|
|
2343
|
+
}
|
|
2344
|
+
positionMap.set(neighbor.id, fixedPosition); // TODO: may do unnecessary work
|
|
2345
|
+
if (fixedPosition < positionMap.get(currentNode) + neighbor.gap) {
|
|
2346
|
+
var diff = positionMap.get(currentNode) + neighbor.gap - fixedPosition;
|
|
2347
|
+
pastMap.get(currentNode).forEach(function (nodeId) {
|
|
2348
|
+
positionMap.set(nodeId, positionMap.get(nodeId) - diff);
|
|
2349
|
+
});
|
|
2350
|
+
}
|
|
2351
|
+
} else {
|
|
2352
|
+
positionMap.set(neighbor.id, positionMap.get(currentNode) + neighbor.gap);
|
|
2353
|
+
}
|
|
2354
|
+
}
|
|
2355
|
+
inDegrees.set(neighbor.id, inDegrees.get(neighbor.id) - 1);
|
|
2356
|
+
if (inDegrees.get(neighbor.id) == 0) {
|
|
2357
|
+
queue.push(neighbor.id);
|
|
2358
|
+
}
|
|
2359
|
+
if (fixedNodes) {
|
|
2360
|
+
pastMap.set(neighbor.id, setUnion(pastMap.get(currentNode), pastMap.get(neighbor.id)));
|
|
2361
|
+
}
|
|
2362
|
+
});
|
|
2363
|
+
};
|
|
2364
|
+
|
|
2365
|
+
while (queue.length != 0) {
|
|
2366
|
+
_loop();
|
|
2367
|
+
}
|
|
2368
|
+
|
|
2369
|
+
// readjust position of the nodes after enforcement
|
|
2370
|
+
if (fixedNodes) {
|
|
2371
|
+
// find indegree count for each node
|
|
2372
|
+
var sinkNodes = new Set();
|
|
2373
|
+
|
|
2374
|
+
graph.forEach(function (value, key) {
|
|
2375
|
+
if (value.length == 0) {
|
|
2376
|
+
sinkNodes.add(key);
|
|
2377
|
+
}
|
|
2378
|
+
});
|
|
2379
|
+
|
|
2380
|
+
var _components = [];
|
|
2381
|
+
pastMap.forEach(function (value, key) {
|
|
2382
|
+
if (sinkNodes.has(key)) {
|
|
2383
|
+
var isFixedComponent = false;
|
|
2384
|
+
var _iteratorNormalCompletion2 = true;
|
|
2385
|
+
var _didIteratorError2 = false;
|
|
2386
|
+
var _iteratorError2 = undefined;
|
|
2387
|
+
|
|
2388
|
+
try {
|
|
2389
|
+
for (var _iterator2 = value[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = true) {
|
|
2390
|
+
var nodeId = _step2.value;
|
|
2391
|
+
|
|
2392
|
+
if (fixedNodes.has(nodeId)) {
|
|
2393
|
+
isFixedComponent = true;
|
|
2394
|
+
}
|
|
2395
|
+
}
|
|
2396
|
+
} catch (err) {
|
|
2397
|
+
_didIteratorError2 = true;
|
|
2398
|
+
_iteratorError2 = err;
|
|
2399
|
+
} finally {
|
|
2400
|
+
try {
|
|
2401
|
+
if (!_iteratorNormalCompletion2 && _iterator2.return) {
|
|
2402
|
+
_iterator2.return();
|
|
2403
|
+
}
|
|
2404
|
+
} finally {
|
|
2405
|
+
if (_didIteratorError2) {
|
|
2406
|
+
throw _iteratorError2;
|
|
2407
|
+
}
|
|
2408
|
+
}
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
if (!isFixedComponent) {
|
|
2412
|
+
var isExist = false;
|
|
2413
|
+
var existAt = void 0;
|
|
2414
|
+
_components.forEach(function (component, index) {
|
|
2415
|
+
if (component.has([].concat(_toConsumableArray(value))[0])) {
|
|
2416
|
+
isExist = true;
|
|
2417
|
+
existAt = index;
|
|
2418
|
+
}
|
|
2419
|
+
});
|
|
2420
|
+
if (!isExist) {
|
|
2421
|
+
_components.push(new Set(value));
|
|
2422
|
+
} else {
|
|
2423
|
+
value.forEach(function (ele) {
|
|
2424
|
+
_components[existAt].add(ele);
|
|
2425
|
+
});
|
|
2426
|
+
}
|
|
2427
|
+
}
|
|
2428
|
+
}
|
|
2429
|
+
});
|
|
2430
|
+
|
|
2431
|
+
_components.forEach(function (component, index) {
|
|
2432
|
+
var minBefore = Number.POSITIVE_INFINITY;
|
|
2433
|
+
var minAfter = Number.POSITIVE_INFINITY;
|
|
2434
|
+
var maxBefore = Number.NEGATIVE_INFINITY;
|
|
2435
|
+
var maxAfter = Number.NEGATIVE_INFINITY;
|
|
2436
|
+
|
|
2437
|
+
var _iteratorNormalCompletion3 = true;
|
|
2438
|
+
var _didIteratorError3 = false;
|
|
2439
|
+
var _iteratorError3 = undefined;
|
|
2440
|
+
|
|
2441
|
+
try {
|
|
2442
|
+
for (var _iterator3 = component[Symbol.iterator](), _step3; !(_iteratorNormalCompletion3 = (_step3 = _iterator3.next()).done); _iteratorNormalCompletion3 = true) {
|
|
2443
|
+
var nodeId = _step3.value;
|
|
2444
|
+
|
|
2445
|
+
var posBefore = void 0;
|
|
2446
|
+
if (direction == "horizontal") {
|
|
2447
|
+
posBefore = nodeIndexes.has(nodeId) ? xCoords[nodeIndexes.get(nodeId)] : dummyPositions.get(nodeId);
|
|
2448
|
+
} else {
|
|
2449
|
+
posBefore = nodeIndexes.has(nodeId) ? yCoords[nodeIndexes.get(nodeId)] : dummyPositions.get(nodeId);
|
|
2450
|
+
}
|
|
2451
|
+
var posAfter = positionMap.get(nodeId);
|
|
2452
|
+
if (posBefore < minBefore) {
|
|
2453
|
+
minBefore = posBefore;
|
|
2454
|
+
}
|
|
2455
|
+
if (posBefore > maxBefore) {
|
|
2456
|
+
maxBefore = posBefore;
|
|
2457
|
+
}
|
|
2458
|
+
if (posAfter < minAfter) {
|
|
2459
|
+
minAfter = posAfter;
|
|
2460
|
+
}
|
|
2461
|
+
if (posAfter > maxAfter) {
|
|
2462
|
+
maxAfter = posAfter;
|
|
2463
|
+
}
|
|
2464
|
+
}
|
|
2465
|
+
} catch (err) {
|
|
2466
|
+
_didIteratorError3 = true;
|
|
2467
|
+
_iteratorError3 = err;
|
|
2468
|
+
} finally {
|
|
2469
|
+
try {
|
|
2470
|
+
if (!_iteratorNormalCompletion3 && _iterator3.return) {
|
|
2471
|
+
_iterator3.return();
|
|
2472
|
+
}
|
|
2473
|
+
} finally {
|
|
2474
|
+
if (_didIteratorError3) {
|
|
2475
|
+
throw _iteratorError3;
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
}
|
|
2479
|
+
|
|
2480
|
+
var diff = (minBefore + maxBefore) / 2 - (minAfter + maxAfter) / 2;
|
|
2481
|
+
|
|
2482
|
+
var _iteratorNormalCompletion4 = true;
|
|
2483
|
+
var _didIteratorError4 = false;
|
|
2484
|
+
var _iteratorError4 = undefined;
|
|
2485
|
+
|
|
2486
|
+
try {
|
|
2487
|
+
for (var _iterator4 = component[Symbol.iterator](), _step4; !(_iteratorNormalCompletion4 = (_step4 = _iterator4.next()).done); _iteratorNormalCompletion4 = true) {
|
|
2488
|
+
var _nodeId = _step4.value;
|
|
2489
|
+
|
|
2490
|
+
positionMap.set(_nodeId, positionMap.get(_nodeId) + diff);
|
|
2491
|
+
}
|
|
2492
|
+
} catch (err) {
|
|
2493
|
+
_didIteratorError4 = true;
|
|
2494
|
+
_iteratorError4 = err;
|
|
2495
|
+
} finally {
|
|
2496
|
+
try {
|
|
2497
|
+
if (!_iteratorNormalCompletion4 && _iterator4.return) {
|
|
2498
|
+
_iterator4.return();
|
|
2499
|
+
}
|
|
2500
|
+
} finally {
|
|
2501
|
+
if (_didIteratorError4) {
|
|
2502
|
+
throw _iteratorError4;
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
}
|
|
2506
|
+
});
|
|
2507
|
+
}
|
|
2508
|
+
|
|
2509
|
+
return positionMap;
|
|
2510
|
+
};
|
|
2511
|
+
|
|
2512
|
+
// find transformation based on rel. placement constraints if there are both alignment and rel. placement constraints
|
|
2513
|
+
// or if there are only rel. placement contraints where the largest component isn't sufficiently large
|
|
2514
|
+
var applyReflectionForRelativePlacement = function applyReflectionForRelativePlacement(relativePlacementConstraints) {
|
|
2515
|
+
// variables to count votes
|
|
2516
|
+
var reflectOnY = 0,
|
|
2517
|
+
notReflectOnY = 0;
|
|
2518
|
+
var reflectOnX = 0,
|
|
2519
|
+
notReflectOnX = 0;
|
|
2520
|
+
|
|
2521
|
+
relativePlacementConstraints.forEach(function (constraint) {
|
|
2522
|
+
if (constraint.left) {
|
|
2523
|
+
xCoords[nodeIndexes.get(constraint.left)] - xCoords[nodeIndexes.get(constraint.right)] >= 0 ? reflectOnY++ : notReflectOnY++;
|
|
2524
|
+
} else {
|
|
2525
|
+
yCoords[nodeIndexes.get(constraint.top)] - yCoords[nodeIndexes.get(constraint.bottom)] >= 0 ? reflectOnX++ : notReflectOnX++;
|
|
2526
|
+
}
|
|
2527
|
+
});
|
|
2528
|
+
|
|
2529
|
+
if (reflectOnY > notReflectOnY && reflectOnX > notReflectOnX) {
|
|
2530
|
+
for (var _i = 0; _i < nodeIndexes.size; _i++) {
|
|
2531
|
+
xCoords[_i] = -1 * xCoords[_i];
|
|
2532
|
+
yCoords[_i] = -1 * yCoords[_i];
|
|
2533
|
+
}
|
|
2534
|
+
} else if (reflectOnY > notReflectOnY) {
|
|
2535
|
+
for (var _i2 = 0; _i2 < nodeIndexes.size; _i2++) {
|
|
2536
|
+
xCoords[_i2] = -1 * xCoords[_i2];
|
|
2537
|
+
}
|
|
2538
|
+
} else if (reflectOnX > notReflectOnX) {
|
|
2539
|
+
for (var _i3 = 0; _i3 < nodeIndexes.size; _i3++) {
|
|
2540
|
+
yCoords[_i3] = -1 * yCoords[_i3];
|
|
2541
|
+
}
|
|
2542
|
+
}
|
|
2543
|
+
};
|
|
2544
|
+
|
|
2545
|
+
// find weakly connected components in undirected graph
|
|
2546
|
+
var findComponents = function findComponents(graph) {
|
|
2547
|
+
// find weakly connected components in dag
|
|
2548
|
+
var components = [];
|
|
2549
|
+
var queue = new LinkedList();
|
|
2550
|
+
var visited = new Set();
|
|
2551
|
+
var count = 0;
|
|
2552
|
+
|
|
2553
|
+
graph.forEach(function (value, key) {
|
|
2554
|
+
if (!visited.has(key)) {
|
|
2555
|
+
components[count] = [];
|
|
2556
|
+
var _currentNode = key;
|
|
2557
|
+
queue.push(_currentNode);
|
|
2558
|
+
visited.add(_currentNode);
|
|
2559
|
+
components[count].push(_currentNode);
|
|
2560
|
+
|
|
2561
|
+
while (queue.length != 0) {
|
|
2562
|
+
_currentNode = queue.shift();
|
|
2563
|
+
var neighbors = graph.get(_currentNode);
|
|
2564
|
+
neighbors.forEach(function (neighbor) {
|
|
2565
|
+
if (!visited.has(neighbor.id)) {
|
|
2566
|
+
queue.push(neighbor.id);
|
|
2567
|
+
visited.add(neighbor.id);
|
|
2568
|
+
components[count].push(neighbor.id);
|
|
2569
|
+
}
|
|
2570
|
+
});
|
|
2571
|
+
}
|
|
2572
|
+
count++;
|
|
2573
|
+
}
|
|
2574
|
+
});
|
|
2575
|
+
return components;
|
|
2576
|
+
};
|
|
2577
|
+
|
|
2578
|
+
// return undirected version of given dag
|
|
2579
|
+
var dagToUndirected = function dagToUndirected(dag) {
|
|
2580
|
+
var undirected = new Map();
|
|
2581
|
+
|
|
2582
|
+
dag.forEach(function (value, key) {
|
|
2583
|
+
undirected.set(key, []);
|
|
2584
|
+
});
|
|
2585
|
+
|
|
2586
|
+
dag.forEach(function (value, key) {
|
|
2587
|
+
value.forEach(function (adjacent) {
|
|
2588
|
+
undirected.get(key).push(adjacent);
|
|
2589
|
+
undirected.get(adjacent.id).push({ id: key, gap: adjacent.gap, direction: adjacent.direction });
|
|
2590
|
+
});
|
|
2591
|
+
});
|
|
2592
|
+
|
|
2593
|
+
return undirected;
|
|
2594
|
+
};
|
|
2595
|
+
|
|
2596
|
+
// return reversed (directions inverted) version of given dag
|
|
2597
|
+
var dagToReversed = function dagToReversed(dag) {
|
|
2598
|
+
var reversed = new Map();
|
|
2599
|
+
|
|
2600
|
+
dag.forEach(function (value, key) {
|
|
2601
|
+
reversed.set(key, []);
|
|
2602
|
+
});
|
|
2603
|
+
|
|
2604
|
+
dag.forEach(function (value, key) {
|
|
2605
|
+
value.forEach(function (adjacent) {
|
|
2606
|
+
reversed.get(adjacent.id).push({ id: key, gap: adjacent.gap, direction: adjacent.direction });
|
|
2607
|
+
});
|
|
2608
|
+
});
|
|
2609
|
+
|
|
2610
|
+
return reversed;
|
|
2611
|
+
};
|
|
2612
|
+
|
|
2613
|
+
/**** apply transformation to the initial draft layout to better align with constrained nodes ****/
|
|
2614
|
+
// solve the Orthogonal Procrustean Problem to rotate and/or reflect initial draft layout
|
|
2615
|
+
// here we follow the solution in Chapter 20.2 of Borg, I. & Groenen, P. (2005) Modern Multidimensional Scaling: Theory and Applications
|
|
2616
|
+
|
|
2617
|
+
/* construct source and target configurations */
|
|
2618
|
+
|
|
2619
|
+
var targetMatrix = []; // A - target configuration
|
|
2620
|
+
var sourceMatrix = []; // B - source configuration
|
|
2621
|
+
var standardTransformation = false; // false for no transformation, true for standart (Procrustes) transformation (rotation and/or reflection)
|
|
2622
|
+
var reflectionType = false; // false/true for reflection check, 'reflectOnX', 'reflectOnY' or 'reflectOnBoth' for reflection type if necessary
|
|
2623
|
+
var fixedNodes = new Set();
|
|
2624
|
+
var dag = new Map(); // adjacency list to keep directed acyclic graph (dag) that consists of relative placement constraints
|
|
2625
|
+
var dagUndirected = new Map(); // undirected version of the dag
|
|
2626
|
+
var components = []; // weakly connected components
|
|
2627
|
+
|
|
2628
|
+
// fill fixedNodes collection to use later
|
|
2629
|
+
if (constraints.fixedNodeConstraint) {
|
|
2630
|
+
constraints.fixedNodeConstraint.forEach(function (nodeData) {
|
|
2631
|
+
fixedNodes.add(nodeData.nodeId);
|
|
2632
|
+
});
|
|
2633
|
+
}
|
|
2634
|
+
|
|
2635
|
+
// construct dag from relative placement constraints
|
|
2636
|
+
if (constraints.relativePlacementConstraint) {
|
|
2637
|
+
// construct both directed and undirected version of the dag
|
|
2638
|
+
constraints.relativePlacementConstraint.forEach(function (constraint) {
|
|
2639
|
+
if (constraint.left) {
|
|
2640
|
+
if (dag.has(constraint.left)) {
|
|
2641
|
+
dag.get(constraint.left).push({ id: constraint.right, gap: constraint.gap, direction: "horizontal" });
|
|
2642
|
+
} else {
|
|
2643
|
+
dag.set(constraint.left, [{ id: constraint.right, gap: constraint.gap, direction: "horizontal" }]);
|
|
2644
|
+
}
|
|
2645
|
+
if (!dag.has(constraint.right)) {
|
|
2646
|
+
dag.set(constraint.right, []);
|
|
2647
|
+
}
|
|
2648
|
+
} else {
|
|
2649
|
+
if (dag.has(constraint.top)) {
|
|
2650
|
+
dag.get(constraint.top).push({ id: constraint.bottom, gap: constraint.gap, direction: "vertical" });
|
|
2651
|
+
} else {
|
|
2652
|
+
dag.set(constraint.top, [{ id: constraint.bottom, gap: constraint.gap, direction: "vertical" }]);
|
|
2653
|
+
}
|
|
2654
|
+
if (!dag.has(constraint.bottom)) {
|
|
2655
|
+
dag.set(constraint.bottom, []);
|
|
2656
|
+
}
|
|
2657
|
+
}
|
|
2658
|
+
});
|
|
2659
|
+
|
|
2660
|
+
dagUndirected = dagToUndirected(dag);
|
|
2661
|
+
components = findComponents(dagUndirected);
|
|
2662
|
+
}
|
|
2663
|
+
|
|
2664
|
+
if (CoSEConstants.TRANSFORM_ON_CONSTRAINT_HANDLING) {
|
|
2665
|
+
// first check fixed node constraint
|
|
2666
|
+
if (constraints.fixedNodeConstraint && constraints.fixedNodeConstraint.length > 1) {
|
|
2667
|
+
constraints.fixedNodeConstraint.forEach(function (nodeData, i) {
|
|
2668
|
+
targetMatrix[i] = [nodeData.position.x, nodeData.position.y];
|
|
2669
|
+
sourceMatrix[i] = [xCoords[nodeIndexes.get(nodeData.nodeId)], yCoords[nodeIndexes.get(nodeData.nodeId)]];
|
|
2670
|
+
});
|
|
2671
|
+
standardTransformation = true;
|
|
2672
|
+
} else if (constraints.alignmentConstraint) {
|
|
2673
|
+
(function () {
|
|
2674
|
+
// then check alignment constraint
|
|
2675
|
+
var count = 0;
|
|
2676
|
+
if (constraints.alignmentConstraint.vertical) {
|
|
2677
|
+
var verticalAlign = constraints.alignmentConstraint.vertical;
|
|
2678
|
+
|
|
2679
|
+
var _loop2 = function _loop2(_i4) {
|
|
2680
|
+
var alignmentSet = new Set();
|
|
2681
|
+
verticalAlign[_i4].forEach(function (nodeId) {
|
|
2682
|
+
alignmentSet.add(nodeId);
|
|
2683
|
+
});
|
|
2684
|
+
var intersection = new Set([].concat(_toConsumableArray(alignmentSet)).filter(function (x) {
|
|
2685
|
+
return fixedNodes.has(x);
|
|
2686
|
+
}));
|
|
2687
|
+
var xPos = void 0;
|
|
2688
|
+
if (intersection.size > 0) xPos = xCoords[nodeIndexes.get(intersection.values().next().value)];else xPos = calculateAvgPosition(alignmentSet).x;
|
|
2689
|
+
|
|
2690
|
+
verticalAlign[_i4].forEach(function (nodeId) {
|
|
2691
|
+
targetMatrix[count] = [xPos, yCoords[nodeIndexes.get(nodeId)]];
|
|
2692
|
+
sourceMatrix[count] = [xCoords[nodeIndexes.get(nodeId)], yCoords[nodeIndexes.get(nodeId)]];
|
|
2693
|
+
count++;
|
|
2694
|
+
});
|
|
2695
|
+
};
|
|
2696
|
+
|
|
2697
|
+
for (var _i4 = 0; _i4 < verticalAlign.length; _i4++) {
|
|
2698
|
+
_loop2(_i4);
|
|
2699
|
+
}
|
|
2700
|
+
standardTransformation = true;
|
|
2701
|
+
}
|
|
2702
|
+
if (constraints.alignmentConstraint.horizontal) {
|
|
2703
|
+
var horizontalAlign = constraints.alignmentConstraint.horizontal;
|
|
2704
|
+
|
|
2705
|
+
var _loop3 = function _loop3(_i5) {
|
|
2706
|
+
var alignmentSet = new Set();
|
|
2707
|
+
horizontalAlign[_i5].forEach(function (nodeId) {
|
|
2708
|
+
alignmentSet.add(nodeId);
|
|
2709
|
+
});
|
|
2710
|
+
var intersection = new Set([].concat(_toConsumableArray(alignmentSet)).filter(function (x) {
|
|
2711
|
+
return fixedNodes.has(x);
|
|
2712
|
+
}));
|
|
2713
|
+
var yPos = void 0;
|
|
2714
|
+
if (intersection.size > 0) yPos = xCoords[nodeIndexes.get(intersection.values().next().value)];else yPos = calculateAvgPosition(alignmentSet).y;
|
|
2715
|
+
|
|
2716
|
+
horizontalAlign[_i5].forEach(function (nodeId) {
|
|
2717
|
+
targetMatrix[count] = [xCoords[nodeIndexes.get(nodeId)], yPos];
|
|
2718
|
+
sourceMatrix[count] = [xCoords[nodeIndexes.get(nodeId)], yCoords[nodeIndexes.get(nodeId)]];
|
|
2719
|
+
count++;
|
|
2720
|
+
});
|
|
2721
|
+
};
|
|
2722
|
+
|
|
2723
|
+
for (var _i5 = 0; _i5 < horizontalAlign.length; _i5++) {
|
|
2724
|
+
_loop3(_i5);
|
|
2725
|
+
}
|
|
2726
|
+
standardTransformation = true;
|
|
2727
|
+
}
|
|
2728
|
+
if (constraints.relativePlacementConstraint) {
|
|
2729
|
+
reflectionType = true;
|
|
2730
|
+
}
|
|
2731
|
+
})();
|
|
2732
|
+
} else if (constraints.relativePlacementConstraint) {
|
|
2733
|
+
// finally check relative placement constraint
|
|
2734
|
+
// find largest component in dag
|
|
2735
|
+
var largestComponentSize = 0;
|
|
2736
|
+
var largestComponentIndex = 0;
|
|
2737
|
+
for (var _i6 = 0; _i6 < components.length; _i6++) {
|
|
2738
|
+
if (components[_i6].length > largestComponentSize) {
|
|
2739
|
+
largestComponentSize = components[_i6].length;
|
|
2740
|
+
largestComponentIndex = _i6;
|
|
2741
|
+
}
|
|
2742
|
+
}
|
|
2743
|
+
// if largest component isn't dominant, then take the votes for reflection
|
|
2744
|
+
if (largestComponentSize < dagUndirected.size / 2) {
|
|
2745
|
+
applyReflectionForRelativePlacement(constraints.relativePlacementConstraint);
|
|
2746
|
+
standardTransformation = false;
|
|
2747
|
+
reflectionType = false;
|
|
2748
|
+
} else {
|
|
2749
|
+
// use largest component for transformation
|
|
2750
|
+
// construct horizontal and vertical subgraphs in the largest component
|
|
2751
|
+
var subGraphOnHorizontal = new Map();
|
|
2752
|
+
var subGraphOnVertical = new Map();
|
|
2753
|
+
var constraintsInlargestComponent = [];
|
|
2754
|
+
|
|
2755
|
+
components[largestComponentIndex].forEach(function (nodeId) {
|
|
2756
|
+
dag.get(nodeId).forEach(function (adjacent) {
|
|
2757
|
+
if (adjacent.direction == "horizontal") {
|
|
2758
|
+
if (subGraphOnHorizontal.has(nodeId)) {
|
|
2759
|
+
subGraphOnHorizontal.get(nodeId).push(adjacent);
|
|
2760
|
+
} else {
|
|
2761
|
+
subGraphOnHorizontal.set(nodeId, [adjacent]);
|
|
2762
|
+
}
|
|
2763
|
+
if (!subGraphOnHorizontal.has(adjacent.id)) {
|
|
2764
|
+
subGraphOnHorizontal.set(adjacent.id, []);
|
|
2765
|
+
}
|
|
2766
|
+
constraintsInlargestComponent.push({ left: nodeId, right: adjacent.id });
|
|
2767
|
+
} else {
|
|
2768
|
+
if (subGraphOnVertical.has(nodeId)) {
|
|
2769
|
+
subGraphOnVertical.get(nodeId).push(adjacent);
|
|
2770
|
+
} else {
|
|
2771
|
+
subGraphOnVertical.set(nodeId, [adjacent]);
|
|
2772
|
+
}
|
|
2773
|
+
if (!subGraphOnVertical.has(adjacent.id)) {
|
|
2774
|
+
subGraphOnVertical.set(adjacent.id, []);
|
|
2775
|
+
}
|
|
2776
|
+
constraintsInlargestComponent.push({ top: nodeId, bottom: adjacent.id });
|
|
2777
|
+
}
|
|
2778
|
+
});
|
|
2779
|
+
});
|
|
2780
|
+
|
|
2781
|
+
applyReflectionForRelativePlacement(constraintsInlargestComponent);
|
|
2782
|
+
reflectionType = false;
|
|
2783
|
+
|
|
2784
|
+
// calculate appropriate positioning for subgraphs
|
|
2785
|
+
var positionMapHorizontal = findAppropriatePositionForRelativePlacement(subGraphOnHorizontal, "horizontal");
|
|
2786
|
+
var positionMapVertical = findAppropriatePositionForRelativePlacement(subGraphOnVertical, "vertical");
|
|
2787
|
+
|
|
2788
|
+
// construct source and target configuration
|
|
2789
|
+
components[largestComponentIndex].forEach(function (nodeId, i) {
|
|
2790
|
+
sourceMatrix[i] = [xCoords[nodeIndexes.get(nodeId)], yCoords[nodeIndexes.get(nodeId)]];
|
|
2791
|
+
targetMatrix[i] = [];
|
|
2792
|
+
if (positionMapHorizontal.has(nodeId)) {
|
|
2793
|
+
targetMatrix[i][0] = positionMapHorizontal.get(nodeId);
|
|
2794
|
+
} else {
|
|
2795
|
+
targetMatrix[i][0] = xCoords[nodeIndexes.get(nodeId)];
|
|
2796
|
+
}
|
|
2797
|
+
if (positionMapVertical.has(nodeId)) {
|
|
2798
|
+
targetMatrix[i][1] = positionMapVertical.get(nodeId);
|
|
2799
|
+
} else {
|
|
2800
|
+
targetMatrix[i][1] = yCoords[nodeIndexes.get(nodeId)];
|
|
2801
|
+
}
|
|
2802
|
+
});
|
|
2803
|
+
|
|
2804
|
+
standardTransformation = true;
|
|
2805
|
+
}
|
|
2806
|
+
}
|
|
2807
|
+
|
|
2808
|
+
// if transformation is required, then calculate and apply transformation matrix
|
|
2809
|
+
if (standardTransformation) {
|
|
2810
|
+
/* calculate transformation matrix */
|
|
2811
|
+
var transformationMatrix = void 0;
|
|
2812
|
+
var targetMatrixTranspose = Matrix.transpose(targetMatrix); // A'
|
|
2813
|
+
var sourceMatrixTranspose = Matrix.transpose(sourceMatrix); // B'
|
|
2814
|
+
|
|
2815
|
+
// centralize transpose matrices
|
|
2816
|
+
for (var _i7 = 0; _i7 < targetMatrixTranspose.length; _i7++) {
|
|
2817
|
+
targetMatrixTranspose[_i7] = Matrix.multGamma(targetMatrixTranspose[_i7]);
|
|
2818
|
+
sourceMatrixTranspose[_i7] = Matrix.multGamma(sourceMatrixTranspose[_i7]);
|
|
2819
|
+
}
|
|
2820
|
+
|
|
2821
|
+
// do actual calculation for transformation matrix
|
|
2822
|
+
var tempMatrix = Matrix.multMat(targetMatrixTranspose, Matrix.transpose(sourceMatrixTranspose)); // tempMatrix = A'B
|
|
2823
|
+
var SVDResult = SVD.svd(tempMatrix); // SVD(A'B) = USV', svd function returns U, S and V
|
|
2824
|
+
transformationMatrix = Matrix.multMat(SVDResult.V, Matrix.transpose(SVDResult.U)); // transformationMatrix = T = VU'
|
|
2825
|
+
|
|
2826
|
+
/* apply found transformation matrix to obtain final draft layout */
|
|
2827
|
+
for (var _i8 = 0; _i8 < nodeIndexes.size; _i8++) {
|
|
2828
|
+
var temp1 = [xCoords[_i8], yCoords[_i8]];
|
|
2829
|
+
var temp2 = [transformationMatrix[0][0], transformationMatrix[1][0]];
|
|
2830
|
+
var temp3 = [transformationMatrix[0][1], transformationMatrix[1][1]];
|
|
2831
|
+
xCoords[_i8] = Matrix.dotProduct(temp1, temp2);
|
|
2832
|
+
yCoords[_i8] = Matrix.dotProduct(temp1, temp3);
|
|
2833
|
+
}
|
|
2834
|
+
|
|
2835
|
+
// applied only both alignment and rel. placement constraints exist
|
|
2836
|
+
if (reflectionType) {
|
|
2837
|
+
applyReflectionForRelativePlacement(constraints.relativePlacementConstraint);
|
|
2838
|
+
}
|
|
2839
|
+
}
|
|
2840
|
+
}
|
|
2841
|
+
|
|
2842
|
+
if (CoSEConstants.ENFORCE_CONSTRAINTS) {
|
|
2843
|
+
/**** enforce constraints on the transformed draft layout ****/
|
|
2844
|
+
|
|
2845
|
+
/* first enforce fixed node constraint */
|
|
2846
|
+
|
|
2847
|
+
if (constraints.fixedNodeConstraint && constraints.fixedNodeConstraint.length > 0) {
|
|
2848
|
+
var translationAmount = { x: 0, y: 0 };
|
|
2849
|
+
constraints.fixedNodeConstraint.forEach(function (nodeData, i) {
|
|
2850
|
+
var posInTheory = { x: xCoords[nodeIndexes.get(nodeData.nodeId)], y: yCoords[nodeIndexes.get(nodeData.nodeId)] };
|
|
2851
|
+
var posDesired = nodeData.position;
|
|
2852
|
+
var posDiff = calculatePositionDiff(posDesired, posInTheory);
|
|
2853
|
+
translationAmount.x += posDiff.x;
|
|
2854
|
+
translationAmount.y += posDiff.y;
|
|
2855
|
+
});
|
|
2856
|
+
translationAmount.x /= constraints.fixedNodeConstraint.length;
|
|
2857
|
+
translationAmount.y /= constraints.fixedNodeConstraint.length;
|
|
2858
|
+
|
|
2859
|
+
xCoords.forEach(function (value, i) {
|
|
2860
|
+
xCoords[i] += translationAmount.x;
|
|
2861
|
+
});
|
|
2862
|
+
|
|
2863
|
+
yCoords.forEach(function (value, i) {
|
|
2864
|
+
yCoords[i] += translationAmount.y;
|
|
2865
|
+
});
|
|
2866
|
+
|
|
2867
|
+
constraints.fixedNodeConstraint.forEach(function (nodeData) {
|
|
2868
|
+
xCoords[nodeIndexes.get(nodeData.nodeId)] = nodeData.position.x;
|
|
2869
|
+
yCoords[nodeIndexes.get(nodeData.nodeId)] = nodeData.position.y;
|
|
2870
|
+
});
|
|
2871
|
+
}
|
|
2872
|
+
|
|
2873
|
+
/* then enforce alignment constraint */
|
|
2874
|
+
|
|
2875
|
+
if (constraints.alignmentConstraint) {
|
|
2876
|
+
if (constraints.alignmentConstraint.vertical) {
|
|
2877
|
+
var xAlign = constraints.alignmentConstraint.vertical;
|
|
2878
|
+
|
|
2879
|
+
var _loop4 = function _loop4(_i9) {
|
|
2880
|
+
var alignmentSet = new Set();
|
|
2881
|
+
xAlign[_i9].forEach(function (nodeId) {
|
|
2882
|
+
alignmentSet.add(nodeId);
|
|
2883
|
+
});
|
|
2884
|
+
var intersection = new Set([].concat(_toConsumableArray(alignmentSet)).filter(function (x) {
|
|
2885
|
+
return fixedNodes.has(x);
|
|
2886
|
+
}));
|
|
2887
|
+
var xPos = void 0;
|
|
2888
|
+
if (intersection.size > 0) xPos = xCoords[nodeIndexes.get(intersection.values().next().value)];else xPos = calculateAvgPosition(alignmentSet).x;
|
|
2889
|
+
|
|
2890
|
+
alignmentSet.forEach(function (nodeId) {
|
|
2891
|
+
if (!fixedNodes.has(nodeId)) xCoords[nodeIndexes.get(nodeId)] = xPos;
|
|
2892
|
+
});
|
|
2893
|
+
};
|
|
2894
|
+
|
|
2895
|
+
for (var _i9 = 0; _i9 < xAlign.length; _i9++) {
|
|
2896
|
+
_loop4(_i9);
|
|
2897
|
+
}
|
|
2898
|
+
}
|
|
2899
|
+
if (constraints.alignmentConstraint.horizontal) {
|
|
2900
|
+
var yAlign = constraints.alignmentConstraint.horizontal;
|
|
2901
|
+
|
|
2902
|
+
var _loop5 = function _loop5(_i10) {
|
|
2903
|
+
var alignmentSet = new Set();
|
|
2904
|
+
yAlign[_i10].forEach(function (nodeId) {
|
|
2905
|
+
alignmentSet.add(nodeId);
|
|
2906
|
+
});
|
|
2907
|
+
var intersection = new Set([].concat(_toConsumableArray(alignmentSet)).filter(function (x) {
|
|
2908
|
+
return fixedNodes.has(x);
|
|
2909
|
+
}));
|
|
2910
|
+
var yPos = void 0;
|
|
2911
|
+
if (intersection.size > 0) yPos = yCoords[nodeIndexes.get(intersection.values().next().value)];else yPos = calculateAvgPosition(alignmentSet).y;
|
|
2912
|
+
|
|
2913
|
+
alignmentSet.forEach(function (nodeId) {
|
|
2914
|
+
if (!fixedNodes.has(nodeId)) yCoords[nodeIndexes.get(nodeId)] = yPos;
|
|
2915
|
+
});
|
|
2916
|
+
};
|
|
2917
|
+
|
|
2918
|
+
for (var _i10 = 0; _i10 < yAlign.length; _i10++) {
|
|
2919
|
+
_loop5(_i10);
|
|
2920
|
+
}
|
|
2921
|
+
}
|
|
2922
|
+
}
|
|
2923
|
+
|
|
2924
|
+
/* finally enforce relative placement constraint */
|
|
2925
|
+
|
|
2926
|
+
if (constraints.relativePlacementConstraint) {
|
|
2927
|
+
(function () {
|
|
2928
|
+
var nodeToDummyForVerticalAlignment = new Map();
|
|
2929
|
+
var nodeToDummyForHorizontalAlignment = new Map();
|
|
2930
|
+
var dummyToNodeForVerticalAlignment = new Map();
|
|
2931
|
+
var dummyToNodeForHorizontalAlignment = new Map();
|
|
2932
|
+
var dummyPositionsForVerticalAlignment = new Map();
|
|
2933
|
+
var dummyPositionsForHorizontalAlignment = new Map();
|
|
2934
|
+
var fixedNodesOnHorizontal = new Set();
|
|
2935
|
+
var fixedNodesOnVertical = new Set();
|
|
2936
|
+
|
|
2937
|
+
// fill maps and sets
|
|
2938
|
+
fixedNodes.forEach(function (nodeId) {
|
|
2939
|
+
fixedNodesOnHorizontal.add(nodeId);
|
|
2940
|
+
fixedNodesOnVertical.add(nodeId);
|
|
2941
|
+
});
|
|
2942
|
+
|
|
2943
|
+
if (constraints.alignmentConstraint) {
|
|
2944
|
+
if (constraints.alignmentConstraint.vertical) {
|
|
2945
|
+
var verticalAlignment = constraints.alignmentConstraint.vertical;
|
|
2946
|
+
|
|
2947
|
+
var _loop6 = function _loop6(_i11) {
|
|
2948
|
+
dummyToNodeForVerticalAlignment.set("dummy" + _i11, []);
|
|
2949
|
+
verticalAlignment[_i11].forEach(function (nodeId) {
|
|
2950
|
+
nodeToDummyForVerticalAlignment.set(nodeId, "dummy" + _i11);
|
|
2951
|
+
dummyToNodeForVerticalAlignment.get("dummy" + _i11).push(nodeId);
|
|
2952
|
+
if (fixedNodes.has(nodeId)) {
|
|
2953
|
+
fixedNodesOnHorizontal.add("dummy" + _i11);
|
|
2954
|
+
}
|
|
2955
|
+
});
|
|
2956
|
+
dummyPositionsForVerticalAlignment.set("dummy" + _i11, xCoords[nodeIndexes.get(verticalAlignment[_i11][0])]);
|
|
2957
|
+
};
|
|
2958
|
+
|
|
2959
|
+
for (var _i11 = 0; _i11 < verticalAlignment.length; _i11++) {
|
|
2960
|
+
_loop6(_i11);
|
|
2961
|
+
}
|
|
2962
|
+
}
|
|
2963
|
+
if (constraints.alignmentConstraint.horizontal) {
|
|
2964
|
+
var horizontalAlignment = constraints.alignmentConstraint.horizontal;
|
|
2965
|
+
|
|
2966
|
+
var _loop7 = function _loop7(_i12) {
|
|
2967
|
+
dummyToNodeForHorizontalAlignment.set("dummy" + _i12, []);
|
|
2968
|
+
horizontalAlignment[_i12].forEach(function (nodeId) {
|
|
2969
|
+
nodeToDummyForHorizontalAlignment.set(nodeId, "dummy" + _i12);
|
|
2970
|
+
dummyToNodeForHorizontalAlignment.get("dummy" + _i12).push(nodeId);
|
|
2971
|
+
if (fixedNodes.has(nodeId)) {
|
|
2972
|
+
fixedNodesOnVertical.add("dummy" + _i12);
|
|
2973
|
+
}
|
|
2974
|
+
});
|
|
2975
|
+
dummyPositionsForHorizontalAlignment.set("dummy" + _i12, yCoords[nodeIndexes.get(horizontalAlignment[_i12][0])]);
|
|
2976
|
+
};
|
|
2977
|
+
|
|
2978
|
+
for (var _i12 = 0; _i12 < horizontalAlignment.length; _i12++) {
|
|
2979
|
+
_loop7(_i12);
|
|
2980
|
+
}
|
|
2981
|
+
}
|
|
2982
|
+
}
|
|
2983
|
+
|
|
2984
|
+
// construct horizontal and vertical dags (subgraphs) from overall dag
|
|
2985
|
+
var dagOnHorizontal = new Map();
|
|
2986
|
+
var dagOnVertical = new Map();
|
|
2987
|
+
|
|
2988
|
+
var _loop8 = function _loop8(nodeId) {
|
|
2989
|
+
dag.get(nodeId).forEach(function (adjacent) {
|
|
2990
|
+
var sourceId = void 0;
|
|
2991
|
+
var targetNode = void 0;
|
|
2992
|
+
if (adjacent["direction"] == "horizontal") {
|
|
2993
|
+
sourceId = nodeToDummyForVerticalAlignment.get(nodeId) ? nodeToDummyForVerticalAlignment.get(nodeId) : nodeId;
|
|
2994
|
+
if (nodeToDummyForVerticalAlignment.get(adjacent.id)) {
|
|
2995
|
+
targetNode = { id: nodeToDummyForVerticalAlignment.get(adjacent.id), gap: adjacent.gap, direction: adjacent.direction };
|
|
2996
|
+
} else {
|
|
2997
|
+
targetNode = adjacent;
|
|
2998
|
+
}
|
|
2999
|
+
if (dagOnHorizontal.has(sourceId)) {
|
|
3000
|
+
dagOnHorizontal.get(sourceId).push(targetNode);
|
|
3001
|
+
} else {
|
|
3002
|
+
dagOnHorizontal.set(sourceId, [targetNode]);
|
|
3003
|
+
}
|
|
3004
|
+
if (!dagOnHorizontal.has(targetNode.id)) {
|
|
3005
|
+
dagOnHorizontal.set(targetNode.id, []);
|
|
3006
|
+
}
|
|
3007
|
+
} else {
|
|
3008
|
+
sourceId = nodeToDummyForHorizontalAlignment.get(nodeId) ? nodeToDummyForHorizontalAlignment.get(nodeId) : nodeId;
|
|
3009
|
+
if (nodeToDummyForHorizontalAlignment.get(adjacent.id)) {
|
|
3010
|
+
targetNode = { id: nodeToDummyForHorizontalAlignment.get(adjacent.id), gap: adjacent.gap, direction: adjacent.direction };
|
|
3011
|
+
} else {
|
|
3012
|
+
targetNode = adjacent;
|
|
3013
|
+
}
|
|
3014
|
+
if (dagOnVertical.has(sourceId)) {
|
|
3015
|
+
dagOnVertical.get(sourceId).push(targetNode);
|
|
3016
|
+
} else {
|
|
3017
|
+
dagOnVertical.set(sourceId, [targetNode]);
|
|
3018
|
+
}
|
|
3019
|
+
if (!dagOnVertical.has(targetNode.id)) {
|
|
3020
|
+
dagOnVertical.set(targetNode.id, []);
|
|
3021
|
+
}
|
|
3022
|
+
}
|
|
3023
|
+
});
|
|
3024
|
+
};
|
|
3025
|
+
|
|
3026
|
+
var _iteratorNormalCompletion5 = true;
|
|
3027
|
+
var _didIteratorError5 = false;
|
|
3028
|
+
var _iteratorError5 = undefined;
|
|
3029
|
+
|
|
3030
|
+
try {
|
|
3031
|
+
for (var _iterator5 = dag.keys()[Symbol.iterator](), _step5; !(_iteratorNormalCompletion5 = (_step5 = _iterator5.next()).done); _iteratorNormalCompletion5 = true) {
|
|
3032
|
+
var nodeId = _step5.value;
|
|
3033
|
+
|
|
3034
|
+
_loop8(nodeId);
|
|
3035
|
+
}
|
|
3036
|
+
|
|
3037
|
+
// find source nodes of each component in horizontal and vertical dags
|
|
3038
|
+
} catch (err) {
|
|
3039
|
+
_didIteratorError5 = true;
|
|
3040
|
+
_iteratorError5 = err;
|
|
3041
|
+
} finally {
|
|
3042
|
+
try {
|
|
3043
|
+
if (!_iteratorNormalCompletion5 && _iterator5.return) {
|
|
3044
|
+
_iterator5.return();
|
|
3045
|
+
}
|
|
3046
|
+
} finally {
|
|
3047
|
+
if (_didIteratorError5) {
|
|
3048
|
+
throw _iteratorError5;
|
|
3049
|
+
}
|
|
3050
|
+
}
|
|
3051
|
+
}
|
|
3052
|
+
|
|
3053
|
+
var undirectedOnHorizontal = dagToUndirected(dagOnHorizontal);
|
|
3054
|
+
var undirectedOnVertical = dagToUndirected(dagOnVertical);
|
|
3055
|
+
var componentsOnHorizontal = findComponents(undirectedOnHorizontal);
|
|
3056
|
+
var componentsOnVertical = findComponents(undirectedOnVertical);
|
|
3057
|
+
var reversedDagOnHorizontal = dagToReversed(dagOnHorizontal);
|
|
3058
|
+
var reversedDagOnVertical = dagToReversed(dagOnVertical);
|
|
3059
|
+
var componentSourcesOnHorizontal = [];
|
|
3060
|
+
var componentSourcesOnVertical = [];
|
|
3061
|
+
|
|
3062
|
+
componentsOnHorizontal.forEach(function (component, index) {
|
|
3063
|
+
componentSourcesOnHorizontal[index] = [];
|
|
3064
|
+
component.forEach(function (nodeId) {
|
|
3065
|
+
if (reversedDagOnHorizontal.get(nodeId).length == 0) {
|
|
3066
|
+
componentSourcesOnHorizontal[index].push(nodeId);
|
|
3067
|
+
}
|
|
3068
|
+
});
|
|
3069
|
+
});
|
|
3070
|
+
|
|
3071
|
+
componentsOnVertical.forEach(function (component, index) {
|
|
3072
|
+
componentSourcesOnVertical[index] = [];
|
|
3073
|
+
component.forEach(function (nodeId) {
|
|
3074
|
+
if (reversedDagOnVertical.get(nodeId).length == 0) {
|
|
3075
|
+
componentSourcesOnVertical[index].push(nodeId);
|
|
3076
|
+
}
|
|
3077
|
+
});
|
|
3078
|
+
});
|
|
3079
|
+
|
|
3080
|
+
// calculate appropriate positioning for subgraphs
|
|
3081
|
+
var positionMapHorizontal = findAppropriatePositionForRelativePlacement(dagOnHorizontal, "horizontal", fixedNodesOnHorizontal, dummyPositionsForVerticalAlignment, componentSourcesOnHorizontal);
|
|
3082
|
+
var positionMapVertical = findAppropriatePositionForRelativePlacement(dagOnVertical, "vertical", fixedNodesOnVertical, dummyPositionsForHorizontalAlignment, componentSourcesOnVertical);
|
|
3083
|
+
|
|
3084
|
+
// update positions of the nodes based on relative placement constraints
|
|
3085
|
+
|
|
3086
|
+
var _loop9 = function _loop9(key) {
|
|
3087
|
+
if (dummyToNodeForVerticalAlignment.get(key)) {
|
|
3088
|
+
dummyToNodeForVerticalAlignment.get(key).forEach(function (nodeId) {
|
|
3089
|
+
xCoords[nodeIndexes.get(nodeId)] = positionMapHorizontal.get(key);
|
|
3090
|
+
});
|
|
3091
|
+
} else {
|
|
3092
|
+
xCoords[nodeIndexes.get(key)] = positionMapHorizontal.get(key);
|
|
3093
|
+
}
|
|
3094
|
+
};
|
|
3095
|
+
|
|
3096
|
+
var _iteratorNormalCompletion6 = true;
|
|
3097
|
+
var _didIteratorError6 = false;
|
|
3098
|
+
var _iteratorError6 = undefined;
|
|
3099
|
+
|
|
3100
|
+
try {
|
|
3101
|
+
for (var _iterator6 = positionMapHorizontal.keys()[Symbol.iterator](), _step6; !(_iteratorNormalCompletion6 = (_step6 = _iterator6.next()).done); _iteratorNormalCompletion6 = true) {
|
|
3102
|
+
var key = _step6.value;
|
|
3103
|
+
|
|
3104
|
+
_loop9(key);
|
|
3105
|
+
}
|
|
3106
|
+
} catch (err) {
|
|
3107
|
+
_didIteratorError6 = true;
|
|
3108
|
+
_iteratorError6 = err;
|
|
3109
|
+
} finally {
|
|
3110
|
+
try {
|
|
3111
|
+
if (!_iteratorNormalCompletion6 && _iterator6.return) {
|
|
3112
|
+
_iterator6.return();
|
|
3113
|
+
}
|
|
3114
|
+
} finally {
|
|
3115
|
+
if (_didIteratorError6) {
|
|
3116
|
+
throw _iteratorError6;
|
|
3117
|
+
}
|
|
3118
|
+
}
|
|
3119
|
+
}
|
|
3120
|
+
|
|
3121
|
+
var _loop10 = function _loop10(key) {
|
|
3122
|
+
if (dummyToNodeForHorizontalAlignment.get(key)) {
|
|
3123
|
+
dummyToNodeForHorizontalAlignment.get(key).forEach(function (nodeId) {
|
|
3124
|
+
yCoords[nodeIndexes.get(nodeId)] = positionMapVertical.get(key);
|
|
3125
|
+
});
|
|
3126
|
+
} else {
|
|
3127
|
+
yCoords[nodeIndexes.get(key)] = positionMapVertical.get(key);
|
|
3128
|
+
}
|
|
3129
|
+
};
|
|
3130
|
+
|
|
3131
|
+
var _iteratorNormalCompletion7 = true;
|
|
3132
|
+
var _didIteratorError7 = false;
|
|
3133
|
+
var _iteratorError7 = undefined;
|
|
3134
|
+
|
|
3135
|
+
try {
|
|
3136
|
+
for (var _iterator7 = positionMapVertical.keys()[Symbol.iterator](), _step7; !(_iteratorNormalCompletion7 = (_step7 = _iterator7.next()).done); _iteratorNormalCompletion7 = true) {
|
|
3137
|
+
var key = _step7.value;
|
|
3138
|
+
|
|
3139
|
+
_loop10(key);
|
|
3140
|
+
}
|
|
3141
|
+
} catch (err) {
|
|
3142
|
+
_didIteratorError7 = true;
|
|
3143
|
+
_iteratorError7 = err;
|
|
3144
|
+
} finally {
|
|
3145
|
+
try {
|
|
3146
|
+
if (!_iteratorNormalCompletion7 && _iterator7.return) {
|
|
3147
|
+
_iterator7.return();
|
|
3148
|
+
}
|
|
3149
|
+
} finally {
|
|
3150
|
+
if (_didIteratorError7) {
|
|
3151
|
+
throw _iteratorError7;
|
|
3152
|
+
}
|
|
3153
|
+
}
|
|
3154
|
+
}
|
|
3155
|
+
})();
|
|
3156
|
+
}
|
|
3157
|
+
}
|
|
3158
|
+
|
|
3159
|
+
// assign new coordinates to nodes after constraint handling
|
|
3160
|
+
for (var _i13 = 0; _i13 < allNodes.length; _i13++) {
|
|
3161
|
+
var _node = allNodes[_i13];
|
|
3162
|
+
if (_node.getChild() == null) {
|
|
3163
|
+
_node.setCenter(xCoords[nodeIndexes.get(_node.id)], yCoords[nodeIndexes.get(_node.id)]);
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3166
|
+
};
|
|
3167
|
+
|
|
3168
|
+
module.exports = ConstraintHandler;
|
|
3169
|
+
|
|
3170
|
+
/***/ }),
|
|
3171
|
+
|
|
3172
|
+
/***/ 551:
|
|
3173
|
+
/***/ ((module) => {
|
|
3174
|
+
|
|
3175
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__551__;
|
|
3176
|
+
|
|
3177
|
+
/***/ })
|
|
3178
|
+
|
|
3179
|
+
/******/ });
|
|
3180
|
+
/************************************************************************/
|
|
3181
|
+
/******/ // The module cache
|
|
3182
|
+
/******/ var __webpack_module_cache__ = {};
|
|
3183
|
+
/******/
|
|
3184
|
+
/******/ // The require function
|
|
3185
|
+
/******/ function __webpack_require__(moduleId) {
|
|
3186
|
+
/******/ // Check if module is in cache
|
|
3187
|
+
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
3188
|
+
/******/ if (cachedModule !== undefined) {
|
|
3189
|
+
/******/ return cachedModule.exports;
|
|
3190
|
+
/******/ }
|
|
3191
|
+
/******/ // Create a new module (and put it into the cache)
|
|
3192
|
+
/******/ var module = __webpack_module_cache__[moduleId] = {
|
|
3193
|
+
/******/ // no module.id needed
|
|
3194
|
+
/******/ // no module.loaded needed
|
|
3195
|
+
/******/ exports: {}
|
|
3196
|
+
/******/ };
|
|
3197
|
+
/******/
|
|
3198
|
+
/******/ // Execute the module function
|
|
3199
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
3200
|
+
/******/
|
|
3201
|
+
/******/ // Return the exports of the module
|
|
3202
|
+
/******/ return module.exports;
|
|
3203
|
+
/******/ }
|
|
3204
|
+
/******/
|
|
3205
|
+
/************************************************************************/
|
|
3206
|
+
/******/
|
|
3207
|
+
/******/ // startup
|
|
3208
|
+
/******/ // Load entry module and return exports
|
|
3209
|
+
/******/ // This entry module is referenced by other modules so it can't be inlined
|
|
3210
|
+
/******/ var __webpack_exports__ = __webpack_require__(45);
|
|
3211
|
+
/******/
|
|
3212
|
+
/******/ return __webpack_exports__;
|
|
3213
|
+
/******/ })()
|
|
3214
|
+
;
|
|
3215
|
+
});
|
|
3216
|
+
} (coseBase$1.__module));
|
|
3217
|
+
return coseBase$1.__module.exports;
|
|
3218
|
+
}
|
|
3219
|
+
|
|
3220
|
+
exports.__require = requireCoseBase;
|