@windrun-huaiin/third-ui 7.6.0 → 10.0.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/advancedFormat.js +1 -1
- package/dist/_virtual/advancedFormat.mjs +1 -1
- package/dist/_virtual/customParseFormat.js +1 -1
- package/dist/_virtual/customParseFormat.mjs +1 -1
- package/dist/_virtual/dayjs.min.js +1 -1
- package/dist/_virtual/dayjs.min.mjs +1 -1
- package/dist/_virtual/isoWeek.js +1 -1
- package/dist/_virtual/isoWeek.mjs +1 -1
- package/dist/clerk/clerk-organization.js +1 -1
- package/dist/clerk/clerk-organization.mjs +1 -1
- package/dist/clerk/{clerk-page-generator-client.js → clerk-page-context-generator.js} +2 -2
- package/dist/clerk/{clerk-page-generator-client.mjs → clerk-page-context-generator.mjs} +2 -2
- package/dist/clerk/clerk-page-generator.js +3 -3
- package/dist/clerk/clerk-page-generator.mjs +3 -3
- package/dist/clerk/clerk-user-client.js +4 -3
- package/dist/clerk/clerk-user-client.mjs +4 -3
- package/dist/clerk/clerk-user.js +1 -1
- package/dist/clerk/clerk-user.mjs +1 -1
- package/dist/clerk/fingerprint/fingerprint-client.js +1 -1
- package/dist/clerk/fingerprint/fingerprint-client.mjs +1 -1
- package/dist/clerk/fingerprint/fingerprint-provider.js +147 -56
- package/dist/clerk/fingerprint/fingerprint-provider.mjs +148 -57
- package/dist/clerk/fingerprint/fingerprint-server.d.ts +16 -0
- package/dist/clerk/fingerprint/fingerprint-server.js +18 -0
- package/dist/clerk/fingerprint/fingerprint-server.mjs +18 -1
- package/dist/clerk/fingerprint/server.js +1 -0
- package/dist/clerk/fingerprint/server.mjs +1 -1
- package/dist/clerk/fingerprint/types.d.ts +13 -2
- package/dist/clerk/fingerprint/use-fingerprint.js +1 -1
- package/dist/clerk/fingerprint/use-fingerprint.mjs +1 -1
- package/dist/clerk/index.d.ts +2 -1
- package/dist/clerk/index.js +5 -3
- package/dist/clerk/index.mjs +2 -1
- package/dist/clerk/signin-with-fingerprint-client.js +4 -11
- package/dist/clerk/signin-with-fingerprint-client.mjs +4 -11
- package/dist/clerk/signup-button-with-fingerprint-client.d.ts +6 -0
- package/dist/clerk/signup-button-with-fingerprint-client.js +56 -0
- package/dist/clerk/signup-button-with-fingerprint-client.mjs +54 -0
- package/dist/clerk/signup-with-fingerprint-client.js +4 -11
- package/dist/clerk/signup-with-fingerprint-client.mjs +4 -11
- package/dist/fuma/base/custom-header.d.ts +38 -0
- package/dist/fuma/base/custom-header.js +163 -0
- package/dist/fuma/base/custom-header.mjs +161 -0
- package/dist/fuma/base/custom-home-layout.d.ts +68 -0
- package/dist/fuma/base/custom-home-layout.js +48 -0
- package/dist/fuma/base/custom-home-layout.mjs +46 -0
- package/dist/fuma/base/index.d.ts +2 -0
- package/dist/fuma/base/index.js +9 -0
- package/dist/fuma/base/index.mjs +2 -0
- package/dist/fuma/fuma-banner-suit.d.ts +2 -1
- package/dist/fuma/fuma-banner-suit.js +9 -3
- package/dist/fuma/fuma-banner-suit.mjs +9 -3
- package/dist/fuma/fuma-page-genarator.d.ts +4 -1
- package/dist/fuma/fuma-page-genarator.js +15 -6
- package/dist/fuma/fuma-page-genarator.mjs +15 -6
- package/dist/fuma/fuma-translate-util.d.ts +2 -0
- package/dist/fuma/fuma-translate-util.js +40 -0
- package/dist/fuma/fuma-translate-util.mjs +38 -0
- package/dist/fuma/llm-copy-handler.js +9 -8
- package/dist/fuma/llm-copy-handler.mjs +9 -8
- package/dist/fuma/mdx/banner.d.ts +7 -1
- package/dist/fuma/mdx/banner.js +15 -15
- package/dist/fuma/mdx/banner.mjs +15 -15
- package/dist/fuma/mdx/fuma-github-info.js +1 -1
- package/dist/fuma/mdx/fuma-github-info.mjs +1 -1
- package/dist/fuma/mdx/gradient-button.js +29 -18
- package/dist/fuma/mdx/gradient-button.mjs +29 -18
- package/dist/fuma/mdx/image-zoom.js +2 -2
- package/dist/fuma/mdx/image-zoom.mjs +2 -2
- package/dist/fuma/mdx/mermaid.js +3 -3
- package/dist/fuma/mdx/mermaid.mjs +3 -3
- package/dist/fuma/mdx/toc-base.js +9 -4
- package/dist/fuma/mdx/toc-base.mjs +9 -4
- package/dist/fuma/mdx/zia-card.js +3 -3
- package/dist/fuma/mdx/zia-card.mjs +3 -3
- package/dist/fuma/mdx/zia-file.js +1 -1
- package/dist/fuma/mdx/zia-file.mjs +1 -1
- package/dist/fuma/server.d.ts +1 -0
- package/dist/fuma/server.js +2 -0
- package/dist/fuma/server.mjs +1 -0
- package/dist/fuma/site-x.js +1 -1
- package/dist/fuma/site-x.mjs +1 -1
- package/dist/lib/fuma-schema-check-util.d.ts +4 -57
- package/dist/lib/fuma-schema-check-util.js +10 -31
- package/dist/lib/fuma-schema-check-util.mjs +11 -29
- package/dist/lib/server.d.ts +0 -1
- package/dist/lib/server.js +0 -5
- package/dist/lib/server.mjs +1 -2
- package/dist/main/ai-prompt-textarea.js +1 -1
- package/dist/main/ai-prompt-textarea.mjs +1 -1
- package/dist/main/credit/credit-nav-button.d.ts +21 -0
- package/dist/main/credit/credit-nav-button.js +117 -0
- package/dist/main/credit/credit-nav-button.mjs +114 -0
- package/dist/main/credit/credit-overview-client.d.ts +26 -0
- package/dist/main/credit/credit-overview-client.js +269 -0
- package/dist/main/credit/credit-overview-client.mjs +267 -0
- package/dist/main/credit/credit-overview.d.ts +8 -0
- package/dist/main/credit/credit-overview.js +34 -0
- package/dist/main/credit/credit-overview.mjs +32 -0
- package/dist/main/credit/types.d.ts +68 -0
- package/dist/main/cta.js +3 -2
- package/dist/main/cta.mjs +3 -2
- package/dist/main/faq.js +5 -4
- package/dist/main/faq.mjs +5 -4
- package/dist/main/features.js +3 -2
- package/dist/main/features.mjs +3 -2
- package/dist/main/footer.js +2 -2
- package/dist/main/footer.mjs +2 -2
- package/dist/main/gallery/gallery-desktop-grid.d.ts +6 -0
- package/dist/main/gallery/gallery-desktop-grid.js +10 -0
- package/dist/main/gallery/gallery-desktop-grid.mjs +8 -0
- package/dist/main/gallery/gallery-interactive.d.ts +4 -0
- package/dist/main/gallery/gallery-interactive.js +128 -0
- package/dist/main/gallery/gallery-interactive.mjs +126 -0
- package/dist/main/gallery/gallery-mobile-swiper.d.ts +6 -0
- package/dist/main/gallery/gallery-mobile-swiper.js +13 -0
- package/dist/main/gallery/gallery-mobile-swiper.mjs +11 -0
- package/dist/main/gallery/gallery-server.d.ts +2 -0
- package/dist/main/gallery/gallery-server.js +44 -0
- package/dist/main/gallery/gallery-server.mjs +42 -0
- package/dist/main/gallery/gallery-types.d.ts +19 -0
- package/dist/main/gallery-interactive.js +1 -1
- package/dist/main/gallery-interactive.mjs +1 -1
- package/dist/main/gallery.js +6 -5
- package/dist/main/gallery.mjs +6 -5
- package/dist/main/go-to-top.js +1 -1
- package/dist/main/go-to-top.mjs +1 -1
- package/dist/main/index.d.ts +3 -1
- package/dist/main/index.js +5 -1
- package/dist/main/index.mjs +3 -1
- package/dist/main/money-price/customer-portal.d.ts +7 -0
- package/dist/main/money-price/customer-portal.js +54 -0
- package/dist/main/money-price/customer-portal.mjs +52 -0
- package/dist/main/money-price/money-price-button.d.ts +1 -1
- package/dist/main/money-price/money-price-button.js +162 -42
- package/dist/main/money-price/money-price-button.mjs +162 -42
- package/dist/main/money-price/money-price-config-util.d.ts +50 -2
- package/dist/main/money-price/money-price-config-util.js +177 -4
- package/dist/main/money-price/money-price-config-util.mjs +175 -4
- package/dist/main/money-price/money-price-data.d.ts +8 -0
- package/dist/main/money-price/money-price-data.js +28 -0
- package/dist/main/money-price/money-price-data.mjs +26 -0
- package/dist/main/money-price/money-price-interactive.d.ts +1 -1
- package/dist/main/money-price/money-price-interactive.js +259 -276
- package/dist/main/money-price/money-price-interactive.mjs +261 -278
- package/dist/main/money-price/money-price-types.d.ts +69 -20
- package/dist/main/money-price/money-price.d.ts +1 -1
- package/dist/main/money-price/money-price.js +9 -62
- package/dist/main/money-price/money-price.mjs +10 -63
- package/dist/main/price-plan.js +6 -6
- package/dist/main/price-plan.mjs +6 -6
- package/dist/main/section-layout.d.ts +1 -0
- package/dist/main/section-layout.js +7 -0
- package/dist/main/section-layout.mjs +5 -0
- package/dist/main/seo-content.js +3 -2
- package/dist/main/seo-content.mjs +3 -2
- package/dist/main/server.d.ts +6 -3
- package/dist/main/server.js +9 -4
- package/dist/main/server.mjs +4 -2
- package/dist/main/tips.js +3 -2
- package/dist/main/tips.mjs +3 -2
- package/dist/main/usage.js +4 -3
- package/dist/main/usage.mjs +4 -3
- package/dist/main/x-button.js +6 -6
- package/dist/main/x-button.mjs +6 -6
- package/dist/node_modules/.pnpm/@fingerprintjs_fingerprintjs@4.6.2/node_modules/@fingerprintjs/fingerprintjs/dist/fp.esm.js +1 -1
- package/dist/node_modules/.pnpm/@fingerprintjs_fingerprintjs@4.6.2/node_modules/@fingerprintjs/fingerprintjs/dist/fp.esm.mjs +1 -1
- package/dist/node_modules/.pnpm/{@iconify_utils@2.3.0 → @iconify_utils@3.0.2}/node_modules/@iconify/utils/lib/customisations/defaults.js +7 -6
- package/dist/node_modules/.pnpm/{@iconify_utils@2.3.0 → @iconify_utils@3.0.2}/node_modules/@iconify/utils/lib/customisations/defaults.mjs +7 -6
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/defaults.js +39 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/defaults.mjs +34 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/merge.js +20 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/merge.mjs +18 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/name.js +60 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/name.mjs +57 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/transformations.js +15 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon/transformations.mjs +13 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/get-icon.js +30 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +27 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/tree.js +26 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/icon-set/tree.mjs +24 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/build.js +118 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/build.mjs +115 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/defs.js +36 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/defs.mjs +32 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/html.js +12 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/html.mjs +10 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/id.js +48 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/id.mjs +46 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/size.js +30 -0
- package/dist/node_modules/.pnpm/@iconify_utils@3.0.2/node_modules/@iconify/utils/lib/svg/size.mjs +28 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-U656AL7Q.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 → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-U656AL7Q.mjs} +2 -2
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KMC2YHZD.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-76Q3JFCE.js} +8 -8
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KMC2YHZD.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-76Q3JFCE.mjs} +1 -1
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4KMFLZZN.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FPAJGGOC.js} +1 -1
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4KMFLZZN.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FPAJGGOC.mjs} +1 -1
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-XRWGC2XP.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FWNWRKHM.js} +13 -13
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-XRWGC2XP.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-FWNWRKHM.mjs} +1 -1
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LBM3YZW2.js} +8 -8
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LBM3YZW2.mjs} +1 -1
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LHMN2FUI.js} +8 -8
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-LHMN2FUI.mjs} +1 -1
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-O7ZBX7Z2.js} +10 -10
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-O7ZBX7Z2.mjs} +1 -1
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BN7GFLIU.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-S6J4BHB3.js} +8 -8
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BN7GFLIU.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-S6J4BHB3.mjs} +1 -1
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFWHJNB7.js → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T53DSG4Q.js} +10 -10
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFWHJNB7.mjs → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T53DSG4Q.mjs} +1 -1
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-F6HP7TQM.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 → @mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-F6HP7TQM.mjs} +2 -2
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-NVLQJR56.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-NVLQJR56.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-BFZMPI3H.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-BFZMPI3H.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-7BOR55EZ.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-7BOR55EZ.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NHE76QYJ.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NHE76QYJ.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-KMMF4GRG.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-KMMF4GRG.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.3/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +129 -0
- package/dist/node_modules/.pnpm/{@mermaid-js_parser@0.6.2 → @mermaid-js_parser@0.6.3}/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs +16 -16
- package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.js +1 -1
- package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.js +1 -1
- package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/cross-count.js +0 -3
- package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/cross-count.mjs +0 -3
- package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/position/bk.js +24 -4
- package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/position/bk.mjs +24 -4
- package/dist/node_modules/.pnpm/{dompurify@3.2.6 → dompurify@3.3.0}/node_modules/dompurify/dist/purify.es.js +59 -25
- package/dist/node_modules/.pnpm/{dompurify@3.2.6 → dompurify@3.3.0}/node_modules/dompurify/dist/purify.es.mjs +59 -25
- package/dist/node_modules/.pnpm/{katex@0.16.22 → katex@0.16.25}/node_modules/katex/dist/katex.js +26 -34
- package/dist/node_modules/.pnpm/{katex@0.16.22 → katex@0.16.25}/node_modules/katex/dist/katex.mjs +26 -34
- package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.js +1 -1
- package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.js +1 -1
- package/dist/node_modules/.pnpm/marked@16.4.2/node_modules/marked/lib/marked.esm.js +84 -0
- package/dist/node_modules/.pnpm/marked@16.4.2/node_modules/marked/lib/marked.esm.mjs +74 -0
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-SUXI7LT5.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-VXUJARFQ.js} +373 -351
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-SUXI7LT5.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-VXUJARFQ.mjs} +320 -298
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-6J76NXCF.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-VD42YOAC.js} +393 -380
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-6J76NXCF.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-VD42YOAC.mjs} +162 -149
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-6F6E4RAY.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-YG6GDRKO.js} +126 -125
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-6F6E4RAY.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-YG6GDRKO.mjs} +10 -9
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-353BL4L5.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4BX2VUAB.js} +2 -2
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-353BL4L5.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-4BX2VUAB.mjs} +1 -1
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BFAMUDN2.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55IACEB6.js} +2 -2
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BFAMUDN2.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55IACEB6.mjs} +1 -1
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RKKUNAVE.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-6MN3ZHY7.js} +15 -15
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RKKUNAVE.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-6MN3ZHY7.mjs} +15 -15
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3XYRH5AP.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ABZYJK2D.js} +142 -203
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3XYRH5AP.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ABZYJK2D.mjs} +27 -85
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AGHRB4JF.js +81 -0
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AGHRB4JF.mjs +76 -0
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UWXLY5YG.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ATLVNIR6.js} +30 -11
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UWXLY5YG.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-ATLVNIR6.mjs} +22 -3
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SZ463SBG.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-B4BG7PRW.js} +207 -205
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SZ463SBG.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-B4BG7PRW.mjs} +132 -130
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AC5SNWB5.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-CVBHYZKI.js} +2 -2
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AC5SNWB5.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-CVBHYZKI.mjs} +1 -1
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OW32GOEJ.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-DI55MBZ5.js} +98 -97
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OW32GOEJ.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-DI55MBZ5.mjs} +10 -9
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-P3VETL53.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-EXTU4WIE.js} +4 -3
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-P3VETL53.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-EXTU4WIE.mjs} +2 -1
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-E2GYISFI.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-FMBD7UC4.js} +2 -2
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-E2GYISFI.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-FMBD7UC4.mjs} +1 -1
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MXNHSMXR.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-HN2XXSSU.js} +17 -9
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MXNHSMXR.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-HN2XXSSU.mjs} +11 -5
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QESNASVV.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JA3XYJ7Z.js} +51 -50
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QESNASVV.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JA3XYJ7Z.mjs} +23 -22
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JW4RIYDF.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JZLCHNYA.js} +731 -440
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JW4RIYDF.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JZLCHNYA.mjs} +404 -113
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-L5ZGVLVO.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MI3HLSF2.js} +139 -139
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-L5ZGVLVO.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MI3HLSF2.mjs} +5 -5
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IWUHOULB.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-N4CR4FBY.js} +29 -22
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IWUHOULB.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-N4CR4FBY.mjs} +13 -6
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SKB7J2MH.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QN33PNHL.js} +7 -6
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SKB7J2MH.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QN33PNHL.mjs} +2 -1
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-M6DAPIYF.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QXUST7PY.js} +211 -85
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-M6DAPIYF.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QXUST7PY.mjs} +142 -16
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AACKK3MU.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QZHKN3VN.js} +2 -2
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AACKK3MU.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QZHKN3VN.mjs} +1 -1
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55PJQP7W.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-S3R3BYOJ.js} +61 -49
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55PJQP7W.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-S3R3BYOJ.mjs} +13 -1
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-67H74DCK.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-TZMSLE5B.js} +10 -9
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-67H74DCK.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/chunk-TZMSLE5B.mjs} +2 -1
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-2ON5EDUG.js +31 -0
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-2ON5EDUG.mjs} +9 -8
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-WZHVMYZB.js +31 -0
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-WZHVMYZB.mjs} +9 -8
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-S5V4N54A.js +302 -0
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/cose-bilkent-S5V4N54A.mjs +300 -0
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-JOIXM2OF.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/dagre-6UL2VRFP.js} +123 -122
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-JOIXM2OF.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/dagre-6UL2VRFP.mjs} +12 -11
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VMROVX33.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-PSM6KHXK.js} +46 -45
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VMROVX33.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-PSM6KHXK.mjs} +8 -7
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-ZTM2IBQH.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-QEK2KX5R.js} +45 -44
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-ZTM2IBQH.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-QEK2KX5R.mjs} +6 -5
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5UYTHUR4.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-S2PKOQOG.js} +68 -57
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5UYTHUR4.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/diagram-S2PKOQOG.mjs} +56 -45
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-3M52JZNH.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-Q2GNP2WA.js} +70 -69
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-3M52JZNH.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-Q2GNP2WA.mjs} +14 -13
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-KYDEHFYC.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-NV44I4VS.js} +97 -93
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-KYDEHFYC.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-NV44I4VS.mjs} +20 -16
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-EK5VF46D.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-LVOFAZNH.js} +134 -125
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-EK5VF46D.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-LVOFAZNH.mjs} +27 -18
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-GW3U2K7C.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-NY62KEGX.js} +116 -115
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-GW3U2K7C.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-NY62KEGX.mjs} +6 -5
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-ER5ION4S.js +42 -0
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-ER5ION4S.mjs} +5 -4
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-EWQZEKCU.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-XKPGCS4Q.js} +100 -99
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-EWQZEKCU.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-XKPGCS4Q.mjs} +10 -9
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-ZSS6B67P.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-3W4ZIXB7.js} +79 -78
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-ZSS6B67P.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-3W4ZIXB7.mjs} +12 -11
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-6CBA2TL7.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-VGOIOE7T.js} +277 -379
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-6CBA2TL7.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-VGOIOE7T.mjs} +234 -336
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-NIOCPIFQ.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-ADFJNKIX.js} +58 -56
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-NIOCPIFQ.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-ADFJNKIX.mjs} +30 -28
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-2OG54O6I.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-AYHSOK5B.js} +96 -95
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-2OG54O6I.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-AYHSOK5B.mjs} +6 -5
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-QOLK2EJ7.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-UZGBJVZJ.js} +64 -63
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-QOLK2EJ7.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-UZGBJVZJ.mjs} +14 -13
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-4UZDY2LN.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-TZEHDZUN.js} +73 -69
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-4UZDY2LN.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-TZEHDZUN.mjs} +17 -13
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SKLFT4DO.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-WL72ISMW.js} +839 -376
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SKLFT4DO.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-WL72ISMW.mjs} +591 -128
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-MI5ZYTHO.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-FKZM4ZOC.js} +94 -93
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-MI5ZYTHO.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-FKZM4ZOC.mjs} +12 -11
- package/dist/node_modules/.pnpm/mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-4FDKWEC3.js +31 -0
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-4FDKWEC3.mjs} +9 -8
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-MYPXXCX6.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-IT6M3QCI.js} +93 -92
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-MYPXXCX6.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-IT6M3QCI.mjs} +8 -7
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-H2YORKM3.js → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-PRI3JC2R.js} +136 -133
- package/dist/node_modules/.pnpm/{mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-H2YORKM3.mjs → mermaid@11.12.1/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-PRI3JC2R.mjs} +43 -40
- package/dist/node_modules/.pnpm/{mermaid@11.9.0 → mermaid@11.12.1}/node_modules/mermaid/dist/mermaid.core.js +226 -225
- package/dist/node_modules/.pnpm/{mermaid@11.9.0 → mermaid@11.12.1}/node_modules/mermaid/dist/mermaid.core.mjs +43 -42
- 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 → react-medium-image-zoom@5.4.0_react-dom@19.2.0_react@19.2.0__react@19.2.0}/node_modules/react-medium-image-zoom/dist/index.js +16 -12
- 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 → react-medium-image-zoom@5.4.0_react-dom@19.2.0_react@19.2.0__react@19.2.0}/node_modules/react-medium-image-zoom/dist/index.mjs +16 -12
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/pagination.js +461 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/modules/pagination.mjs +459 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/classes-to-selector.js +8 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/classes-to-selector.mjs +6 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/create-element-if-not-defined.js +23 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/create-element-if-not-defined.mjs +21 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/ssr-window.esm.js +143 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/ssr-window.esm.mjs +140 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/swiper-core.js +3874 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/swiper-core.mjs +3871 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-on-virtual-data.js +129 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-on-virtual-data.mjs +124 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-swiper.js +226 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/update-swiper.mjs +216 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/utils.js +310 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/shared/utils.mjs +288 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/swiper-react.js +390 -0
- package/dist/node_modules/.pnpm/swiper@12.0.3/node_modules/swiper/swiper-react.mjs +387 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.js +6 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/native.mjs +4 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.js +15 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/rng.mjs +13 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/stringify.mjs +28 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.js +21 -0
- package/dist/node_modules/.pnpm/uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.mjs +19 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/errors.js +52 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/errors.mjs +50 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/iso.js +44 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/iso.mjs +35 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/parse.js +31 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/parse.mjs +18 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/schemas.js +492 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/classic/schemas.mjs +439 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/api.js +434 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/api.mjs +388 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/checks.js +245 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/checks.mjs +232 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/core.js +68 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/core.mjs +62 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/errors.js +80 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/errors.mjs +75 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/parse.js +101 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/parse.mjs +86 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/regexes.js +102 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/regexes.mjs +76 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/registries.js +56 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/registries.mjs +52 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/schemas.js +952 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/schemas.mjs +909 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/util.js +182 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/util.mjs +163 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/versions.js +9 -0
- package/dist/node_modules/.pnpm/zod@4.1.12/node_modules/zod/v4/core/versions.mjs +7 -0
- package/package.json +27 -21
- package/src/clerk/{clerk-page-generator-client.tsx → clerk-page-context-generator.tsx} +2 -2
- package/src/clerk/clerk-page-generator.tsx +3 -3
- package/src/clerk/clerk-user-client.tsx +7 -12
- package/src/clerk/fingerprint/fingerprint-provider.tsx +311 -112
- package/src/clerk/fingerprint/fingerprint-server.ts +33 -5
- package/src/clerk/fingerprint/types.ts +16 -2
- package/src/clerk/fingerprint/use-fingerprint.ts +1 -1
- package/src/clerk/index.ts +2 -1
- package/src/clerk/signin-with-fingerprint-client.tsx +3 -11
- package/src/clerk/signup-button-with-fingerprint-client.tsx +87 -0
- package/src/clerk/signup-with-fingerprint-client.tsx +3 -11
- package/src/fuma/base/custom-header.tsx +574 -0
- package/src/fuma/base/custom-home-layout.tsx +146 -0
- package/src/fuma/base/index.ts +2 -0
- package/src/fuma/fuma-banner-suit.tsx +22 -5
- package/src/fuma/fuma-page-genarator.tsx +29 -9
- package/src/fuma/fuma-translate-util.ts +44 -0
- package/src/fuma/llm-copy-handler.ts +8 -7
- package/src/fuma/mdx/airtical-card.tsx +1 -1
- package/src/fuma/mdx/banner.tsx +25 -7
- package/src/fuma/mdx/gradient-button.tsx +43 -26
- package/src/fuma/mdx/mermaid.tsx +2 -2
- package/src/fuma/mdx/toc-base.tsx +9 -4
- package/src/fuma/mdx/zia-card.tsx +6 -6
- package/src/fuma/server.ts +1 -0
- package/src/lib/fuma-schema-check-util.ts +11 -40
- package/src/lib/server.ts +0 -1
- package/src/main/ai-prompt-textarea.tsx +1 -1
- package/src/main/credit/credit-nav-button.tsx +283 -0
- package/src/main/credit/credit-overview-client.tsx +552 -0
- package/src/main/credit/credit-overview.tsx +53 -0
- package/src/main/credit/types.ts +89 -0
- package/src/main/cta.tsx +9 -8
- package/src/main/faq.tsx +4 -3
- package/src/main/features.tsx +3 -3
- package/src/main/footer.tsx +1 -1
- package/src/main/gallery/gallery-desktop-grid.tsx +41 -0
- package/src/main/gallery/gallery-interactive.tsx +153 -0
- package/src/main/gallery/gallery-mobile-swiper.tsx +65 -0
- package/src/main/gallery/gallery-server.tsx +46 -0
- package/src/main/gallery/gallery-types.ts +22 -0
- package/src/main/go-to-top.tsx +1 -1
- package/src/main/index.ts +5 -3
- package/src/main/money-price/customer-portal.ts +63 -0
- package/src/main/money-price/money-price-button.tsx +211 -56
- package/src/main/money-price/money-price-config-util.ts +222 -5
- package/src/main/money-price/money-price-data.ts +49 -0
- package/src/main/money-price/money-price-interactive.tsx +487 -344
- package/src/main/money-price/money-price-types.ts +76 -22
- package/src/main/money-price/money-price.tsx +28 -267
- package/src/main/price-plan.tsx +3 -3
- package/src/main/section-layout.ts +5 -0
- package/src/main/seo-content.tsx +2 -2
- package/src/main/server.ts +15 -4
- package/src/main/tips.tsx +2 -2
- package/src/main/usage.tsx +4 -4
- package/src/main/x-button.tsx +13 -13
- package/src/styles/fuma.css +38 -13
- package/src/styles/third-ui.css +37 -2
- package/dist/lib/fuma-search-util.d.ts +0 -2
- package/dist/lib/fuma-search-util.js +0 -8
- package/dist/lib/fuma-search-util.mjs +0 -6
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.js +0 -29
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +0 -24
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.js +0 -22
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.mjs +0 -20
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.js +0 -55
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.mjs +0 -52
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.js +0 -18
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +0 -16
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.js +0 -29
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +0 -26
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.js +0 -25
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +0 -23
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.js +0 -122
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.mjs +0 -119
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.js +0 -34
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.mjs +0 -30
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.js +0 -11
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.mjs +0 -9
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.js +0 -30
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.mjs +0 -28
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.js +0 -42
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.mjs +0 -40
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-O4VJ6CD3.js +0 -9
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-ZV4HHKMB.js +0 -9
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-63CPKGFF.js +0 -9
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-63CPKGFF.mjs +0 -2
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-HUATNLJX.js +0 -9
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-HUATNLJX.mjs +0 -2
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-WTHONI2E.js +0 -9
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-WTHONI2E.mjs +0 -2
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NJJJXTRR.js +0 -9
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NJJJXTRR.mjs +0 -2
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-75Q7IDZK.js +0 -9
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-75Q7IDZK.mjs +0 -2
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +0 -129
- package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.js +0 -83
- package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.mjs +0 -73
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.js +0 -30
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.js +0 -30
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.js +0 -41
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.js +0 -30
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js +0 -135
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.mjs +0 -132
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js +0 -11
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.mjs +0 -8
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js +0 -8
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.mjs +0 -8
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js +0 -122
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.mjs +0 -111
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js +0 -138
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.mjs +0 -135
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js +0 -113
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.mjs +0 -111
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js +0 -3339
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs +0 -3297
- package/src/lib/fuma-search-util.ts +0 -6
- package/src/main/gallery-interactive.tsx +0 -171
- package/src/main/gallery.tsx +0 -98
- /package/dist/clerk/{clerk-page-generator-client.d.ts → clerk-page-context-generator.d.ts} +0 -0
- /package/dist/node_modules/.pnpm/{@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.2 → @rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3}/node_modules/tslib/tslib.es6.js +0 -0
- /package/dist/node_modules/.pnpm/{@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.2 → @rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.3}/node_modules/tslib/tslib.es6.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/acyclic.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/acyclic.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/add-border-segments.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/add-border-segments.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/coordinate-system.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/coordinate-system.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/data/list.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/data/list.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/greedy-fas.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/greedy-fas.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/layout.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/layout.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/nesting-graph.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/nesting-graph.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/normalize.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/normalize.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/barycenter.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/barycenter.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/index.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/index.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/init-order.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/init-order.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/sort.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/order/sort.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/position/index.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/position/index.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/index.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/index.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/util.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/rank/util.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/util.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/dagre/util.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/dfs.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/dfs.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/postorder.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/postorder.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/preorder.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/preorder.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/topsort.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/alg/topsort.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/graph.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/graph.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/json.js +0 -0
- /package/dist/node_modules/.pnpm/{dagre-d3-es@7.0.11 → dagre-d3-es@7.0.13}/node_modules/dagre-d3-es/src/graphlib/json.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/dayjs.min.js +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/dayjs.min.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/advancedFormat.js +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/advancedFormat.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/customParseFormat.js +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/customParseFormat.mjs +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/isoWeek.js +0 -0
- /package/dist/node_modules/.pnpm/{dayjs@1.11.13 → dayjs@1.11.19}/node_modules/dayjs/plugin/isoWeek.mjs +0 -0
|
@@ -1,32 +1,34 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
require('
|
|
10
|
-
require('
|
|
3
|
+
var chunk55IACEB6 = require('./chunk-55IACEB6.js');
|
|
4
|
+
var chunkQN33PNHL = require('./chunk-QN33PNHL.js');
|
|
5
|
+
var chunkN4CR4FBY = require('./chunk-N4CR4FBY.js');
|
|
6
|
+
require('./chunk-QXUST7PY.js');
|
|
7
|
+
require('./chunk-HN2XXSSU.js');
|
|
8
|
+
require('./chunk-JZLCHNYA.js');
|
|
9
|
+
var chunkAGHRB4JF = require('./chunk-AGHRB4JF.js');
|
|
10
|
+
var chunkABZYJK2D = require('./chunk-ABZYJK2D.js');
|
|
11
|
+
require('./chunk-JA3XYJ7Z.js');
|
|
12
|
+
require('./chunk-S3R3BYOJ.js');
|
|
13
|
+
var v4 = require('../../../../../../uuid@11.1.0/node_modules/uuid/dist/esm-browser/v4.js');
|
|
11
14
|
var is_dark = require('../../../../../../khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.js');
|
|
12
15
|
var lighten = require('../../../../../../khroma@2.1.0/node_modules/khroma/dist/methods/lighten.js');
|
|
13
16
|
var darken = require('../../../../../../khroma@2.1.0/node_modules/khroma/dist/methods/darken.js');
|
|
14
|
-
var select = require('../../../../../../d3-selection@3.0.0/node_modules/d3-selection/src/select.js');
|
|
15
17
|
|
|
16
18
|
// src/diagrams/mindmap/parser/mindmap.jison
|
|
17
|
-
var parser = function() {
|
|
18
|
-
var o = /* @__PURE__ */
|
|
19
|
+
var parser = (function() {
|
|
20
|
+
var o = /* @__PURE__ */ chunkAGHRB4JF.__name(function(k, v, o2, l) {
|
|
19
21
|
for (o2 = o2 || {}, l = k.length; l--; o2[k[l]] = v) ;
|
|
20
22
|
return o2;
|
|
21
23
|
}, "o"), $V0 = [1, 4], $V1 = [1, 13], $V2 = [1, 12], $V3 = [1, 15], $V4 = [1, 16], $V5 = [1, 20], $V6 = [1, 19], $V7 = [6, 7, 8], $V8 = [1, 26], $V9 = [1, 24], $Va = [1, 25], $Vb = [6, 7, 11], $Vc = [1, 6, 13, 15, 16, 19, 22], $Vd = [1, 33], $Ve = [1, 34], $Vf = [1, 6, 7, 11, 13, 15, 16, 19, 22];
|
|
22
24
|
var parser2 = {
|
|
23
|
-
trace: /* @__PURE__ */
|
|
25
|
+
trace: /* @__PURE__ */ chunkAGHRB4JF.__name(function trace() {
|
|
24
26
|
}, "trace"),
|
|
25
27
|
yy: {},
|
|
26
28
|
symbols_: { "error": 2, "start": 3, "mindMap": 4, "spaceLines": 5, "SPACELINE": 6, "NL": 7, "MINDMAP": 8, "document": 9, "stop": 10, "EOF": 11, "statement": 12, "SPACELIST": 13, "node": 14, "ICON": 15, "CLASS": 16, "nodeWithId": 17, "nodeWithoutId": 18, "NODE_DSTART": 19, "NODE_DESCR": 20, "NODE_DEND": 21, "NODE_ID": 22, "$accept": 0, "$end": 1 },
|
|
27
29
|
terminals_: { 2: "error", 6: "SPACELINE", 7: "NL", 8: "MINDMAP", 11: "EOF", 13: "SPACELIST", 15: "ICON", 16: "CLASS", 19: "NODE_DSTART", 20: "NODE_DESCR", 21: "NODE_DEND", 22: "NODE_ID" },
|
|
28
30
|
productions_: [0, [3, 1], [3, 2], [5, 1], [5, 2], [5, 2], [4, 2], [4, 3], [10, 1], [10, 1], [10, 1], [10, 2], [10, 2], [9, 3], [9, 2], [12, 2], [12, 2], [12, 2], [12, 1], [12, 1], [12, 1], [12, 1], [12, 1], [14, 1], [14, 1], [18, 3], [17, 1], [17, 4]],
|
|
29
|
-
performAction: /* @__PURE__ */
|
|
31
|
+
performAction: /* @__PURE__ */ chunkAGHRB4JF.__name(function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$) {
|
|
30
32
|
var $0 = $$.length - 1;
|
|
31
33
|
switch (yystate) {
|
|
32
34
|
case 6:
|
|
@@ -81,7 +83,7 @@ var parser = function() {
|
|
|
81
83
|
}, "anonymous"),
|
|
82
84
|
table: [{ 3: 1, 4: 2, 5: 3, 6: [1, 5], 8: $V0 }, { 1: [3] }, { 1: [2, 1] }, { 4: 6, 6: [1, 7], 7: [1, 8], 8: $V0 }, { 6: $V1, 7: [1, 10], 9: 9, 12: 11, 13: $V2, 14: 14, 15: $V3, 16: $V4, 17: 17, 18: 18, 19: $V5, 22: $V6 }, o($V7, [2, 3]), { 1: [2, 2] }, o($V7, [2, 4]), o($V7, [2, 5]), { 1: [2, 6], 6: $V1, 12: 21, 13: $V2, 14: 14, 15: $V3, 16: $V4, 17: 17, 18: 18, 19: $V5, 22: $V6 }, { 6: $V1, 9: 22, 12: 11, 13: $V2, 14: 14, 15: $V3, 16: $V4, 17: 17, 18: 18, 19: $V5, 22: $V6 }, { 6: $V8, 7: $V9, 10: 23, 11: $Va }, o($Vb, [2, 22], { 17: 17, 18: 18, 14: 27, 15: [1, 28], 16: [1, 29], 19: $V5, 22: $V6 }), o($Vb, [2, 18]), o($Vb, [2, 19]), o($Vb, [2, 20]), o($Vb, [2, 21]), o($Vb, [2, 23]), o($Vb, [2, 24]), o($Vb, [2, 26], { 19: [1, 30] }), { 20: [1, 31] }, { 6: $V8, 7: $V9, 10: 32, 11: $Va }, { 1: [2, 7], 6: $V1, 12: 21, 13: $V2, 14: 14, 15: $V3, 16: $V4, 17: 17, 18: 18, 19: $V5, 22: $V6 }, o($Vc, [2, 14], { 7: $Vd, 11: $Ve }), o($Vf, [2, 8]), o($Vf, [2, 9]), o($Vf, [2, 10]), o($Vb, [2, 15]), o($Vb, [2, 16]), o($Vb, [2, 17]), { 20: [1, 35] }, { 21: [1, 36] }, o($Vc, [2, 13], { 7: $Vd, 11: $Ve }), o($Vf, [2, 11]), o($Vf, [2, 12]), { 21: [1, 37] }, o($Vb, [2, 25]), o($Vb, [2, 27])],
|
|
83
85
|
defaultActions: { 2: [2, 1], 6: [2, 2] },
|
|
84
|
-
parseError: /* @__PURE__ */
|
|
86
|
+
parseError: /* @__PURE__ */ chunkAGHRB4JF.__name(function parseError(str, hash) {
|
|
85
87
|
if (hash.recoverable) {
|
|
86
88
|
this.trace(str);
|
|
87
89
|
} else {
|
|
@@ -90,7 +92,7 @@ var parser = function() {
|
|
|
90
92
|
throw error;
|
|
91
93
|
}
|
|
92
94
|
}, "parseError"),
|
|
93
|
-
parse: /* @__PURE__ */
|
|
95
|
+
parse: /* @__PURE__ */ chunkAGHRB4JF.__name(function parse(input) {
|
|
94
96
|
var self = this, stack = [0], tstack = [], vstack = [null], lstack = [], table = this.table, yytext = "", yylineno = 0, yyleng = 0, TERROR = 2, EOF = 1;
|
|
95
97
|
var args = lstack.slice.call(arguments, 1);
|
|
96
98
|
var lexer2 = Object.create(this.lexer);
|
|
@@ -119,7 +121,7 @@ var parser = function() {
|
|
|
119
121
|
vstack.length = vstack.length - n;
|
|
120
122
|
lstack.length = lstack.length - n;
|
|
121
123
|
}
|
|
122
|
-
|
|
124
|
+
chunkAGHRB4JF.__name(popStack, "popStack");
|
|
123
125
|
function lex() {
|
|
124
126
|
var token;
|
|
125
127
|
token = tstack.pop() || lexer2.lex() || EOF;
|
|
@@ -132,7 +134,7 @@ var parser = function() {
|
|
|
132
134
|
}
|
|
133
135
|
return token;
|
|
134
136
|
}
|
|
135
|
-
|
|
137
|
+
chunkAGHRB4JF.__name(lex, "lex");
|
|
136
138
|
var symbol, state, action, r, yyval = {}, p, len, newState, expected;
|
|
137
139
|
while (true) {
|
|
138
140
|
state = stack[stack.length - 1];
|
|
@@ -227,10 +229,10 @@ var parser = function() {
|
|
|
227
229
|
return true;
|
|
228
230
|
}, "parse")
|
|
229
231
|
};
|
|
230
|
-
var lexer = /* @__PURE__ */ function() {
|
|
232
|
+
var lexer = /* @__PURE__ */ (function() {
|
|
231
233
|
var lexer2 = {
|
|
232
234
|
EOF: 1,
|
|
233
|
-
parseError: /* @__PURE__ */
|
|
235
|
+
parseError: /* @__PURE__ */ chunkAGHRB4JF.__name(function parseError(str, hash) {
|
|
234
236
|
if (this.yy.parser) {
|
|
235
237
|
this.yy.parser.parseError(str, hash);
|
|
236
238
|
} else {
|
|
@@ -238,7 +240,7 @@ var parser = function() {
|
|
|
238
240
|
}
|
|
239
241
|
}, "parseError"),
|
|
240
242
|
// resets the lexer, sets new input
|
|
241
|
-
setInput: /* @__PURE__ */
|
|
243
|
+
setInput: /* @__PURE__ */ chunkAGHRB4JF.__name(function(input, yy) {
|
|
242
244
|
this.yy = yy || this.yy || {};
|
|
243
245
|
this._input = input;
|
|
244
246
|
this._more = this._backtrack = this.done = false;
|
|
@@ -258,7 +260,7 @@ var parser = function() {
|
|
|
258
260
|
return this;
|
|
259
261
|
}, "setInput"),
|
|
260
262
|
// consumes and returns one char from the input
|
|
261
|
-
input: /* @__PURE__ */
|
|
263
|
+
input: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
262
264
|
var ch = this._input[0];
|
|
263
265
|
this.yytext += ch;
|
|
264
266
|
this.yyleng++;
|
|
@@ -279,7 +281,7 @@ var parser = function() {
|
|
|
279
281
|
return ch;
|
|
280
282
|
}, "input"),
|
|
281
283
|
// unshifts one char (or a string) into the input
|
|
282
|
-
unput: /* @__PURE__ */
|
|
284
|
+
unput: /* @__PURE__ */ chunkAGHRB4JF.__name(function(ch) {
|
|
283
285
|
var len = ch.length;
|
|
284
286
|
var lines = ch.split(/(?:\r\n?|\n)/g);
|
|
285
287
|
this._input = ch + this._input;
|
|
@@ -305,12 +307,12 @@ var parser = function() {
|
|
|
305
307
|
return this;
|
|
306
308
|
}, "unput"),
|
|
307
309
|
// When called from action, caches matched text and appends it on next action
|
|
308
|
-
more: /* @__PURE__ */
|
|
310
|
+
more: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
309
311
|
this._more = true;
|
|
310
312
|
return this;
|
|
311
313
|
}, "more"),
|
|
312
314
|
// When called from action, signals the lexer that this rule fails to match the input, so the next matching rule (regex) should be tested instead.
|
|
313
|
-
reject: /* @__PURE__ */
|
|
315
|
+
reject: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
314
316
|
if (this.options.backtrack_lexer) {
|
|
315
317
|
this._backtrack = true;
|
|
316
318
|
} else {
|
|
@@ -323,16 +325,16 @@ var parser = function() {
|
|
|
323
325
|
return this;
|
|
324
326
|
}, "reject"),
|
|
325
327
|
// retain first n characters of the match
|
|
326
|
-
less: /* @__PURE__ */
|
|
328
|
+
less: /* @__PURE__ */ chunkAGHRB4JF.__name(function(n) {
|
|
327
329
|
this.unput(this.match.slice(n));
|
|
328
330
|
}, "less"),
|
|
329
331
|
// displays already matched input, i.e. for error messages
|
|
330
|
-
pastInput: /* @__PURE__ */
|
|
332
|
+
pastInput: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
331
333
|
var past = this.matched.substr(0, this.matched.length - this.match.length);
|
|
332
334
|
return (past.length > 20 ? "..." : "") + past.substr(-20).replace(/\n/g, "");
|
|
333
335
|
}, "pastInput"),
|
|
334
336
|
// displays upcoming input, i.e. for error messages
|
|
335
|
-
upcomingInput: /* @__PURE__ */
|
|
337
|
+
upcomingInput: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
336
338
|
var next = this.match;
|
|
337
339
|
if (next.length < 20) {
|
|
338
340
|
next += this._input.substr(0, 20 - next.length);
|
|
@@ -340,13 +342,13 @@ var parser = function() {
|
|
|
340
342
|
return (next.substr(0, 20) + (next.length > 20 ? "..." : "")).replace(/\n/g, "");
|
|
341
343
|
}, "upcomingInput"),
|
|
342
344
|
// displays the character position where the lexing error occurred, i.e. for error messages
|
|
343
|
-
showPosition: /* @__PURE__ */
|
|
345
|
+
showPosition: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
344
346
|
var pre = this.pastInput();
|
|
345
347
|
var c = new Array(pre.length + 1).join("-");
|
|
346
348
|
return pre + this.upcomingInput() + "\n" + c + "^";
|
|
347
349
|
}, "showPosition"),
|
|
348
350
|
// test the lexed token: return FALSE when not a match, otherwise return token
|
|
349
|
-
test_match: /* @__PURE__ */
|
|
351
|
+
test_match: /* @__PURE__ */ chunkAGHRB4JF.__name(function(match, indexed_rule) {
|
|
350
352
|
var token, lines, backup;
|
|
351
353
|
if (this.options.backtrack_lexer) {
|
|
352
354
|
backup = {
|
|
@@ -409,7 +411,7 @@ var parser = function() {
|
|
|
409
411
|
return false;
|
|
410
412
|
}, "test_match"),
|
|
411
413
|
// return next match in input
|
|
412
|
-
next: /* @__PURE__ */
|
|
414
|
+
next: /* @__PURE__ */ chunkAGHRB4JF.__name(function() {
|
|
413
415
|
if (this.done) {
|
|
414
416
|
return this.EOF;
|
|
415
417
|
}
|
|
@@ -460,7 +462,7 @@ var parser = function() {
|
|
|
460
462
|
}
|
|
461
463
|
}, "next"),
|
|
462
464
|
// return next match that has a token
|
|
463
|
-
lex: /* @__PURE__ */
|
|
465
|
+
lex: /* @__PURE__ */ chunkAGHRB4JF.__name(function lex() {
|
|
464
466
|
var r = this.next();
|
|
465
467
|
if (r) {
|
|
466
468
|
return r;
|
|
@@ -469,11 +471,11 @@ var parser = function() {
|
|
|
469
471
|
}
|
|
470
472
|
}, "lex"),
|
|
471
473
|
// activates a new lexer condition state (pushes the new lexer condition state onto the condition stack)
|
|
472
|
-
begin: /* @__PURE__ */
|
|
474
|
+
begin: /* @__PURE__ */ chunkAGHRB4JF.__name(function begin(condition) {
|
|
473
475
|
this.conditionStack.push(condition);
|
|
474
476
|
}, "begin"),
|
|
475
477
|
// pop the previously active lexer condition state off the condition stack
|
|
476
|
-
popState: /* @__PURE__ */
|
|
478
|
+
popState: /* @__PURE__ */ chunkAGHRB4JF.__name(function popState() {
|
|
477
479
|
var n = this.conditionStack.length - 1;
|
|
478
480
|
if (n > 0) {
|
|
479
481
|
return this.conditionStack.pop();
|
|
@@ -482,7 +484,7 @@ var parser = function() {
|
|
|
482
484
|
}
|
|
483
485
|
}, "popState"),
|
|
484
486
|
// produce the lexer rule set which is active for the currently active lexer condition state
|
|
485
|
-
_currentRules: /* @__PURE__ */
|
|
487
|
+
_currentRules: /* @__PURE__ */ chunkAGHRB4JF.__name(function _currentRules() {
|
|
486
488
|
if (this.conditionStack.length && this.conditionStack[this.conditionStack.length - 1]) {
|
|
487
489
|
return this.conditions[this.conditionStack[this.conditionStack.length - 1]].rules;
|
|
488
490
|
} else {
|
|
@@ -490,7 +492,7 @@ var parser = function() {
|
|
|
490
492
|
}
|
|
491
493
|
}, "_currentRules"),
|
|
492
494
|
// return the currently active lexer condition state; when an index argument is provided it produces the N-th previous condition state, if available
|
|
493
|
-
topState: /* @__PURE__ */
|
|
495
|
+
topState: /* @__PURE__ */ chunkAGHRB4JF.__name(function topState(n) {
|
|
494
496
|
n = this.conditionStack.length - 1 - Math.abs(n || 0);
|
|
495
497
|
if (n >= 0) {
|
|
496
498
|
return this.conditionStack[n];
|
|
@@ -499,15 +501,15 @@ var parser = function() {
|
|
|
499
501
|
}
|
|
500
502
|
}, "topState"),
|
|
501
503
|
// alias for begin(condition)
|
|
502
|
-
pushState: /* @__PURE__ */
|
|
504
|
+
pushState: /* @__PURE__ */ chunkAGHRB4JF.__name(function pushState(condition) {
|
|
503
505
|
this.begin(condition);
|
|
504
506
|
}, "pushState"),
|
|
505
507
|
// return the number of states currently on the stack
|
|
506
|
-
stateStackSize: /* @__PURE__ */
|
|
508
|
+
stateStackSize: /* @__PURE__ */ chunkAGHRB4JF.__name(function stateStackSize() {
|
|
507
509
|
return this.conditionStack.length;
|
|
508
510
|
}, "stateStackSize"),
|
|
509
511
|
options: { "case-insensitive": true },
|
|
510
|
-
performAction: /* @__PURE__ */
|
|
512
|
+
performAction: /* @__PURE__ */ chunkAGHRB4JF.__name(function anonymous(yy, yy_, $avoiding_name_collisions, YY_START) {
|
|
511
513
|
switch ($avoiding_name_collisions) {
|
|
512
514
|
case 0:
|
|
513
515
|
yy.getLogger().trace("Found comment", yy_.yytext);
|
|
@@ -634,20 +636,18 @@ var parser = function() {
|
|
|
634
636
|
conditions: { "CLASS": { "rules": [3, 4], "inclusive": false }, "ICON": { "rules": [8, 9], "inclusive": false }, "NSTR2": { "rules": [22, 23], "inclusive": false }, "NSTR": { "rules": [25, 26], "inclusive": false }, "NODE": { "rules": [21, 24, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36], "inclusive": false }, "INITIAL": { "rules": [0, 1, 2, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20], "inclusive": true } }
|
|
635
637
|
};
|
|
636
638
|
return lexer2;
|
|
637
|
-
}();
|
|
639
|
+
})();
|
|
638
640
|
parser2.lexer = lexer;
|
|
639
641
|
function Parser() {
|
|
640
642
|
this.yy = {};
|
|
641
643
|
}
|
|
642
|
-
|
|
644
|
+
chunkAGHRB4JF.__name(Parser, "Parser");
|
|
643
645
|
Parser.prototype = parser2;
|
|
644
646
|
parser2.Parser = Parser;
|
|
645
647
|
return new Parser();
|
|
646
|
-
}();
|
|
648
|
+
})();
|
|
647
649
|
parser.parser = parser;
|
|
648
650
|
var mindmap_default = parser;
|
|
649
|
-
|
|
650
|
-
// src/diagrams/mindmap/mindmapDb.ts
|
|
651
651
|
var nodeType = {
|
|
652
652
|
DEFAULT: 0,
|
|
653
653
|
NO_BORDER: 0,
|
|
@@ -667,7 +667,6 @@ var MindmapDB = class {
|
|
|
667
667
|
this.nodeType = nodeType;
|
|
668
668
|
this.clear();
|
|
669
669
|
this.getType = this.getType.bind(this);
|
|
670
|
-
this.getMindmap = this.getMindmap.bind(this);
|
|
671
670
|
this.getElementById = this.getElementById.bind(this);
|
|
672
671
|
this.getParent = this.getParent.bind(this);
|
|
673
672
|
this.getMindmap = this.getMindmap.bind(this);
|
|
@@ -675,12 +674,13 @@ var MindmapDB = class {
|
|
|
675
674
|
this.decorateNode = this.decorateNode.bind(this);
|
|
676
675
|
}
|
|
677
676
|
static {
|
|
678
|
-
|
|
677
|
+
chunkAGHRB4JF.__name(this, "MindmapDB");
|
|
679
678
|
}
|
|
680
679
|
clear() {
|
|
681
680
|
this.nodes = [];
|
|
682
681
|
this.count = 0;
|
|
683
682
|
this.elements = {};
|
|
683
|
+
this.baseLevel = void 0;
|
|
684
684
|
}
|
|
685
685
|
getParent(level) {
|
|
686
686
|
for (let i = this.nodes.length - 1; i >= 0; i--) {
|
|
@@ -694,9 +694,18 @@ var MindmapDB = class {
|
|
|
694
694
|
return this.nodes.length > 0 ? this.nodes[0] : null;
|
|
695
695
|
}
|
|
696
696
|
addNode(level, id, descr, type) {
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
697
|
+
chunkAGHRB4JF.log.info("addNode", level, id, descr, type);
|
|
698
|
+
let isRoot = false;
|
|
699
|
+
if (this.nodes.length === 0) {
|
|
700
|
+
this.baseLevel = level;
|
|
701
|
+
level = 0;
|
|
702
|
+
isRoot = true;
|
|
703
|
+
} else if (this.baseLevel !== void 0) {
|
|
704
|
+
level = level - this.baseLevel;
|
|
705
|
+
isRoot = false;
|
|
706
|
+
}
|
|
707
|
+
const conf = chunkABZYJK2D.getConfig2();
|
|
708
|
+
let padding = conf.mindmap?.padding ?? chunkABZYJK2D.defaultConfig_default.mindmap.padding;
|
|
700
709
|
switch (type) {
|
|
701
710
|
case this.nodeType.ROUNDED_RECT:
|
|
702
711
|
case this.nodeType.RECT:
|
|
@@ -706,20 +715,21 @@ var MindmapDB = class {
|
|
|
706
715
|
}
|
|
707
716
|
const node = {
|
|
708
717
|
id: this.count++,
|
|
709
|
-
nodeId:
|
|
718
|
+
nodeId: chunkABZYJK2D.sanitizeText(id, conf),
|
|
710
719
|
level,
|
|
711
|
-
descr:
|
|
720
|
+
descr: chunkABZYJK2D.sanitizeText(descr, conf),
|
|
712
721
|
type,
|
|
713
722
|
children: [],
|
|
714
|
-
width: conf.mindmap?.maxNodeWidth ??
|
|
715
|
-
padding
|
|
723
|
+
width: conf.mindmap?.maxNodeWidth ?? chunkABZYJK2D.defaultConfig_default.mindmap.maxNodeWidth,
|
|
724
|
+
padding,
|
|
725
|
+
isRoot
|
|
716
726
|
};
|
|
717
727
|
const parent = this.getParent(level);
|
|
718
728
|
if (parent) {
|
|
719
729
|
parent.children.push(node);
|
|
720
730
|
this.nodes.push(node);
|
|
721
731
|
} else {
|
|
722
|
-
if (
|
|
732
|
+
if (isRoot) {
|
|
723
733
|
this.nodes.push(node);
|
|
724
734
|
} else {
|
|
725
735
|
throw new Error(
|
|
@@ -729,7 +739,7 @@ var MindmapDB = class {
|
|
|
729
739
|
}
|
|
730
740
|
}
|
|
731
741
|
getType(startStr, endStr) {
|
|
732
|
-
|
|
742
|
+
chunkAGHRB4JF.log.debug("In get type", startStr, endStr);
|
|
733
743
|
switch (startStr) {
|
|
734
744
|
case "[":
|
|
735
745
|
return this.nodeType.RECT;
|
|
@@ -757,13 +767,13 @@ var MindmapDB = class {
|
|
|
757
767
|
if (!decoration) {
|
|
758
768
|
return;
|
|
759
769
|
}
|
|
760
|
-
const config =
|
|
770
|
+
const config = chunkABZYJK2D.getConfig2();
|
|
761
771
|
const node = this.nodes[this.nodes.length - 1];
|
|
762
772
|
if (decoration.icon) {
|
|
763
|
-
node.icon =
|
|
773
|
+
node.icon = chunkABZYJK2D.sanitizeText(decoration.icon, config);
|
|
764
774
|
}
|
|
765
775
|
if (decoration.class) {
|
|
766
|
-
node.class =
|
|
776
|
+
node.class = chunkABZYJK2D.sanitizeText(decoration.class, config);
|
|
767
777
|
}
|
|
768
778
|
}
|
|
769
779
|
type2Str(type) {
|
|
@@ -787,348 +797,230 @@ var MindmapDB = class {
|
|
|
787
797
|
return "no-border";
|
|
788
798
|
}
|
|
789
799
|
}
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
const rd = 5;
|
|
799
|
-
elem.append("path").attr("id", "node-" + node.id).attr("class", "node-bkg node-" + db.type2Str(node.type)).attr(
|
|
800
|
-
"d",
|
|
801
|
-
`M0 ${node.height - rd} v${-node.height + 2 * rd} q0,-5 5,-5 h${node.width - 2 * rd} q5,0 5,5 v${node.height - rd} H0 Z`
|
|
802
|
-
);
|
|
803
|
-
elem.append("line").attr("class", "node-line-" + section).attr("x1", 0).attr("y1", node.height).attr("x2", node.width).attr("y2", node.height);
|
|
804
|
-
}, "defaultBkg");
|
|
805
|
-
var rectBkg = /* @__PURE__ */ chunk3XYRH5AP.__name(function(db, elem, node) {
|
|
806
|
-
elem.append("rect").attr("id", "node-" + node.id).attr("class", "node-bkg node-" + db.type2Str(node.type)).attr("height", node.height).attr("width", node.width);
|
|
807
|
-
}, "rectBkg");
|
|
808
|
-
var cloudBkg = /* @__PURE__ */ chunk3XYRH5AP.__name(function(db, elem, node) {
|
|
809
|
-
const w = node.width;
|
|
810
|
-
const h = node.height;
|
|
811
|
-
const r1 = 0.15 * w;
|
|
812
|
-
const r2 = 0.25 * w;
|
|
813
|
-
const r3 = 0.35 * w;
|
|
814
|
-
const r4 = 0.2 * w;
|
|
815
|
-
elem.append("path").attr("id", "node-" + node.id).attr("class", "node-bkg node-" + db.type2Str(node.type)).attr(
|
|
816
|
-
"d",
|
|
817
|
-
`M0 0 a${r1},${r1} 0 0,1 ${w * 0.25},${ -1 * w * 0.1}
|
|
818
|
-
a${r3},${r3} 1 0,1 ${w * 0.4},${ -1 * w * 0.1}
|
|
819
|
-
a${r2},${r2} 1 0,1 ${w * 0.35},${1 * w * 0.2}
|
|
820
|
-
|
|
821
|
-
a${r1},${r1} 1 0,1 ${w * 0.15},${1 * h * 0.35}
|
|
822
|
-
a${r4},${r4} 1 0,1 ${ -1 * w * 0.15},${1 * h * 0.65}
|
|
823
|
-
|
|
824
|
-
a${r2},${r1} 1 0,1 ${ -1 * w * 0.25},${w * 0.15}
|
|
825
|
-
a${r3},${r3} 1 0,1 ${ -1 * w * 0.5},${0}
|
|
826
|
-
a${r1},${r1} 1 0,1 ${ -1 * w * 0.25},${ -1 * w * 0.15}
|
|
827
|
-
|
|
828
|
-
a${r1},${r1} 1 0,1 ${ -1 * w * 0.1},${ -1 * h * 0.35}
|
|
829
|
-
a${r4},${r4} 1 0,1 ${w * 0.1},${ -1 * h * 0.65}
|
|
830
|
-
|
|
831
|
-
H0 V0 Z`
|
|
832
|
-
);
|
|
833
|
-
}, "cloudBkg");
|
|
834
|
-
var bangBkg = /* @__PURE__ */ chunk3XYRH5AP.__name(function(db, elem, node) {
|
|
835
|
-
const w = node.width;
|
|
836
|
-
const h = node.height;
|
|
837
|
-
const r = 0.15 * w;
|
|
838
|
-
elem.append("path").attr("id", "node-" + node.id).attr("class", "node-bkg node-" + db.type2Str(node.type)).attr(
|
|
839
|
-
"d",
|
|
840
|
-
`M0 0 a${r},${r} 1 0,0 ${w * 0.25},${ -1 * h * 0.1}
|
|
841
|
-
a${r},${r} 1 0,0 ${w * 0.25},${0}
|
|
842
|
-
a${r},${r} 1 0,0 ${w * 0.25},${0}
|
|
843
|
-
a${r},${r} 1 0,0 ${w * 0.25},${1 * h * 0.1}
|
|
844
|
-
|
|
845
|
-
a${r},${r} 1 0,0 ${w * 0.15},${1 * h * 0.33}
|
|
846
|
-
a${r * 0.8},${r * 0.8} 1 0,0 ${0},${1 * h * 0.34}
|
|
847
|
-
a${r},${r} 1 0,0 ${ -1 * w * 0.15},${1 * h * 0.33}
|
|
848
|
-
|
|
849
|
-
a${r},${r} 1 0,0 ${ -1 * w * 0.25},${h * 0.15}
|
|
850
|
-
a${r},${r} 1 0,0 ${ -1 * w * 0.25},${0}
|
|
851
|
-
a${r},${r} 1 0,0 ${ -1 * w * 0.25},${0}
|
|
852
|
-
a${r},${r} 1 0,0 ${ -1 * w * 0.25},${ -1 * h * 0.15}
|
|
853
|
-
|
|
854
|
-
a${r},${r} 1 0,0 ${ -1 * w * 0.1},${ -1 * h * 0.33}
|
|
855
|
-
a${r * 0.8},${r * 0.8} 1 0,0 ${0},${ -1 * h * 0.34}
|
|
856
|
-
a${r},${r} 1 0,0 ${w * 0.1},${ -1 * h * 0.33}
|
|
857
|
-
|
|
858
|
-
H0 V0 Z`
|
|
859
|
-
);
|
|
860
|
-
}, "bangBkg");
|
|
861
|
-
var circleBkg = /* @__PURE__ */ chunk3XYRH5AP.__name(function(db, elem, node) {
|
|
862
|
-
elem.append("circle").attr("id", "node-" + node.id).attr("class", "node-bkg node-" + db.type2Str(node.type)).attr("r", node.width / 2);
|
|
863
|
-
}, "circleBkg");
|
|
864
|
-
function insertPolygonShape(parent, w, h, points, node) {
|
|
865
|
-
return parent.insert("polygon", ":first-child").attr(
|
|
866
|
-
"points",
|
|
867
|
-
points.map(function(d) {
|
|
868
|
-
return d.x + "," + d.y;
|
|
869
|
-
}).join(" ")
|
|
870
|
-
).attr("transform", "translate(" + (node.width - w) / 2 + ", " + h + ")");
|
|
871
|
-
}
|
|
872
|
-
chunk3XYRH5AP.__name(insertPolygonShape, "insertPolygonShape");
|
|
873
|
-
var hexagonBkg = /* @__PURE__ */ chunk3XYRH5AP.__name(function(_db, elem, node) {
|
|
874
|
-
const h = node.height;
|
|
875
|
-
const f = 4;
|
|
876
|
-
const m = h / f;
|
|
877
|
-
const w = node.width - node.padding + 2 * m;
|
|
878
|
-
const points = [
|
|
879
|
-
{ x: m, y: 0 },
|
|
880
|
-
{ x: w - m, y: 0 },
|
|
881
|
-
{ x: w, y: -h / 2 },
|
|
882
|
-
{ x: w - m, y: -h },
|
|
883
|
-
{ x: m, y: -h },
|
|
884
|
-
{ x: 0, y: -h / 2 }
|
|
885
|
-
];
|
|
886
|
-
insertPolygonShape(elem, w, h, points, node);
|
|
887
|
-
}, "hexagonBkg");
|
|
888
|
-
var roundedRectBkg = /* @__PURE__ */ chunk3XYRH5AP.__name(function(db, elem, node) {
|
|
889
|
-
elem.append("rect").attr("id", "node-" + node.id).attr("class", "node-bkg node-" + db.type2Str(node.type)).attr("height", node.height).attr("rx", node.padding).attr("ry", node.padding).attr("width", node.width);
|
|
890
|
-
}, "roundedRectBkg");
|
|
891
|
-
var drawNode = /* @__PURE__ */ chunk3XYRH5AP.__name(async function(db, elem, node, fullSection, conf) {
|
|
892
|
-
const htmlLabels = conf.htmlLabels;
|
|
893
|
-
const section = fullSection % (MAX_SECTIONS - 1);
|
|
894
|
-
const nodeElem = elem.append("g");
|
|
895
|
-
node.section = section;
|
|
896
|
-
let sectionClass = "section-" + section;
|
|
897
|
-
if (section < 0) {
|
|
898
|
-
sectionClass += " section-root";
|
|
899
|
-
}
|
|
900
|
-
nodeElem.attr("class", (node.class ? node.class + " " : "") + "mindmap-node " + sectionClass);
|
|
901
|
-
const bkgElem = nodeElem.append("g");
|
|
902
|
-
const textElem = nodeElem.append("g");
|
|
903
|
-
const description = node.descr.replace(/(<br\/*>)/g, "\n");
|
|
904
|
-
await chunkQESNASVV.createText(
|
|
905
|
-
textElem,
|
|
906
|
-
description,
|
|
907
|
-
{
|
|
908
|
-
useHtmlLabels: htmlLabels,
|
|
909
|
-
width: node.width,
|
|
910
|
-
classes: "mindmap-node-label"
|
|
911
|
-
},
|
|
912
|
-
conf
|
|
913
|
-
);
|
|
914
|
-
if (!htmlLabels) {
|
|
915
|
-
textElem.attr("dy", "1em").attr("alignment-baseline", "middle").attr("dominant-baseline", "middle").attr("text-anchor", "middle");
|
|
916
|
-
}
|
|
917
|
-
const bbox = textElem.node().getBBox();
|
|
918
|
-
const [fontSize] = chunk55PJQP7W.parseFontSize(conf.fontSize);
|
|
919
|
-
node.height = bbox.height + fontSize * 1.1 * 0.5 + node.padding;
|
|
920
|
-
node.width = bbox.width + 2 * node.padding;
|
|
921
|
-
if (node.icon) {
|
|
922
|
-
if (node.type === db.nodeType.CIRCLE) {
|
|
923
|
-
node.height += 50;
|
|
924
|
-
node.width += 50;
|
|
925
|
-
const icon = nodeElem.append("foreignObject").attr("height", "50px").attr("width", node.width).attr("style", "text-align: center;");
|
|
926
|
-
icon.append("div").attr("class", "icon-container").append("i").attr("class", "node-icon-" + section + " " + node.icon);
|
|
927
|
-
textElem.attr(
|
|
928
|
-
"transform",
|
|
929
|
-
"translate(" + node.width / 2 + ", " + (node.height / 2 - 1.5 * node.padding) + ")"
|
|
930
|
-
);
|
|
800
|
+
/**
|
|
801
|
+
* Assign section numbers to nodes based on their position relative to root
|
|
802
|
+
* @param node - The mindmap node to process
|
|
803
|
+
* @param sectionNumber - The section number to assign (undefined for root)
|
|
804
|
+
*/
|
|
805
|
+
assignSections(node, sectionNumber) {
|
|
806
|
+
if (node.level === 0) {
|
|
807
|
+
node.section = void 0;
|
|
931
808
|
} else {
|
|
932
|
-
node.
|
|
933
|
-
const orgHeight = node.height;
|
|
934
|
-
node.height = Math.max(orgHeight, 60);
|
|
935
|
-
const heightDiff = Math.abs(node.height - orgHeight);
|
|
936
|
-
const icon = nodeElem.append("foreignObject").attr("width", "60px").attr("height", node.height).attr("style", "text-align: center;margin-top:" + heightDiff / 2 + "px;");
|
|
937
|
-
icon.append("div").attr("class", "icon-container").append("i").attr("class", "node-icon-" + section + " " + node.icon);
|
|
938
|
-
textElem.attr(
|
|
939
|
-
"transform",
|
|
940
|
-
"translate(" + (25 + node.width / 2) + ", " + (heightDiff / 2 + node.padding / 2) + ")"
|
|
941
|
-
);
|
|
809
|
+
node.section = sectionNumber;
|
|
942
810
|
}
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
} else {
|
|
949
|
-
const dx = (node.width - bbox.width) / 2;
|
|
950
|
-
const dy = (node.height - bbox.height) / 2;
|
|
951
|
-
textElem.attr("transform", "translate(" + dx + ", " + dy + ")");
|
|
811
|
+
if (node.children) {
|
|
812
|
+
for (const [index, child] of node.children.entries()) {
|
|
813
|
+
const childSectionNumber = node.level === 0 ? index : sectionNumber;
|
|
814
|
+
this.assignSections(child, childSectionNumber);
|
|
815
|
+
}
|
|
952
816
|
}
|
|
953
817
|
}
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
)
|
|
997
|
-
|
|
818
|
+
/**
|
|
819
|
+
* Convert mindmap tree structure to flat array of nodes
|
|
820
|
+
* @param node - The mindmap node to process
|
|
821
|
+
* @param processedNodes - Array to collect processed nodes
|
|
822
|
+
*/
|
|
823
|
+
flattenNodes(node, processedNodes) {
|
|
824
|
+
const cssClasses = ["mindmap-node"];
|
|
825
|
+
if (node.isRoot === true) {
|
|
826
|
+
cssClasses.push("section-root", "section--1");
|
|
827
|
+
} else if (node.section !== void 0) {
|
|
828
|
+
cssClasses.push(`section-${node.section}`);
|
|
829
|
+
}
|
|
830
|
+
if (node.class) {
|
|
831
|
+
cssClasses.push(node.class);
|
|
832
|
+
}
|
|
833
|
+
const classes = cssClasses.join(" ");
|
|
834
|
+
const getShapeFromType = /* @__PURE__ */ chunkAGHRB4JF.__name((type) => {
|
|
835
|
+
switch (type) {
|
|
836
|
+
case nodeType.CIRCLE:
|
|
837
|
+
return "mindmapCircle";
|
|
838
|
+
case nodeType.RECT:
|
|
839
|
+
return "rect";
|
|
840
|
+
case nodeType.ROUNDED_RECT:
|
|
841
|
+
return "rounded";
|
|
842
|
+
case nodeType.CLOUD:
|
|
843
|
+
return "cloud";
|
|
844
|
+
case nodeType.BANG:
|
|
845
|
+
return "bang";
|
|
846
|
+
case nodeType.HEXAGON:
|
|
847
|
+
return "hexagon";
|
|
848
|
+
case nodeType.DEFAULT:
|
|
849
|
+
return "defaultMindmapNode";
|
|
850
|
+
case nodeType.NO_BORDER:
|
|
851
|
+
default:
|
|
852
|
+
return "rect";
|
|
853
|
+
}
|
|
854
|
+
}, "getShapeFromType");
|
|
855
|
+
const processedNode = {
|
|
856
|
+
id: node.id.toString(),
|
|
857
|
+
domId: "node_" + node.id.toString(),
|
|
858
|
+
label: node.descr,
|
|
859
|
+
isGroup: false,
|
|
860
|
+
shape: getShapeFromType(node.type),
|
|
861
|
+
width: node.width,
|
|
862
|
+
height: node.height ?? 0,
|
|
863
|
+
padding: node.padding,
|
|
864
|
+
cssClasses: classes,
|
|
865
|
+
cssStyles: [],
|
|
866
|
+
look: "default",
|
|
867
|
+
icon: node.icon,
|
|
868
|
+
x: node.x,
|
|
869
|
+
y: node.y,
|
|
870
|
+
// Mindmap-specific properties
|
|
871
|
+
level: node.level,
|
|
872
|
+
nodeId: node.nodeId,
|
|
873
|
+
type: node.type,
|
|
874
|
+
section: node.section
|
|
875
|
+
};
|
|
876
|
+
processedNodes.push(processedNode);
|
|
877
|
+
if (node.children) {
|
|
878
|
+
for (const child of node.children) {
|
|
879
|
+
this.flattenNodes(child, processedNodes);
|
|
880
|
+
}
|
|
881
|
+
}
|
|
998
882
|
}
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
edgesEl.insert("path").attr(
|
|
1008
|
-
"d",
|
|
1009
|
-
`M ${bounds.startX},${bounds.startY} L ${bounds.midX},${bounds.midY} L${bounds.endX},${bounds.endY} `
|
|
1010
|
-
).attr("class", "edge section-edge-" + data.section + " edge-depth-" + data.depth);
|
|
883
|
+
/**
|
|
884
|
+
* Generate edges from parent-child relationships in mindmap tree
|
|
885
|
+
* @param node - The mindmap node to process
|
|
886
|
+
* @param edges - Array to collect edges
|
|
887
|
+
*/
|
|
888
|
+
generateEdges(node, edges) {
|
|
889
|
+
if (!node.children) {
|
|
890
|
+
return;
|
|
1011
891
|
}
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
892
|
+
for (const child of node.children) {
|
|
893
|
+
let edgeClasses = "edge";
|
|
894
|
+
if (child.section !== void 0) {
|
|
895
|
+
edgeClasses += ` section-edge-${child.section}`;
|
|
896
|
+
}
|
|
897
|
+
const edgeDepth = node.level + 1;
|
|
898
|
+
edgeClasses += ` edge-depth-${edgeDepth}`;
|
|
899
|
+
const edge = {
|
|
900
|
+
id: `edge_${node.id}_${child.id}`,
|
|
901
|
+
start: node.id.toString(),
|
|
902
|
+
end: child.id.toString(),
|
|
903
|
+
type: "normal",
|
|
904
|
+
curve: "basis",
|
|
905
|
+
thickness: "normal",
|
|
906
|
+
look: "default",
|
|
907
|
+
classes: edgeClasses,
|
|
908
|
+
// Store mindmap-specific data
|
|
909
|
+
depth: node.level,
|
|
910
|
+
section: child.section
|
|
911
|
+
};
|
|
912
|
+
edges.push(edge);
|
|
913
|
+
this.generateEdges(child, edges);
|
|
1031
914
|
}
|
|
1032
|
-
});
|
|
1033
|
-
if (mindmap.children) {
|
|
1034
|
-
mindmap.children.forEach((child) => {
|
|
1035
|
-
addNodes(child, cy, conf, level + 1);
|
|
1036
|
-
cy.add({
|
|
1037
|
-
group: "edges",
|
|
1038
|
-
data: {
|
|
1039
|
-
id: `${mindmap.id}_${child.id}`,
|
|
1040
|
-
source: mindmap.id,
|
|
1041
|
-
target: child.id,
|
|
1042
|
-
depth: level,
|
|
1043
|
-
section: child.section
|
|
1044
|
-
}
|
|
1045
|
-
});
|
|
1046
|
-
});
|
|
1047
915
|
}
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
cy.nodes().forEach(function(n) {
|
|
1068
|
-
n.layoutDimensions = () => {
|
|
1069
|
-
const data = n.data();
|
|
1070
|
-
return { w: data.width, h: data.height };
|
|
916
|
+
/**
|
|
917
|
+
* Get structured data for layout algorithms
|
|
918
|
+
* Following the pattern established by ER diagrams
|
|
919
|
+
* @returns Structured data containing nodes, edges, and config
|
|
920
|
+
*/
|
|
921
|
+
getData() {
|
|
922
|
+
const mindmapRoot = this.getMindmap();
|
|
923
|
+
const config = chunkABZYJK2D.getConfig2();
|
|
924
|
+
const userDefinedConfig = chunkABZYJK2D.getUserDefinedConfig();
|
|
925
|
+
const hasUserDefinedLayout = userDefinedConfig.layout !== void 0;
|
|
926
|
+
const finalConfig = config;
|
|
927
|
+
if (!hasUserDefinedLayout) {
|
|
928
|
+
finalConfig.layout = "cose-bilkent";
|
|
929
|
+
}
|
|
930
|
+
if (!mindmapRoot) {
|
|
931
|
+
return {
|
|
932
|
+
nodes: [],
|
|
933
|
+
edges: [],
|
|
934
|
+
config: finalConfig
|
|
1071
935
|
};
|
|
1072
|
-
}
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
chunk3XYRH5AP.log.info("Ready", e);
|
|
1082
|
-
resolve(cy);
|
|
1083
|
-
});
|
|
1084
|
-
});
|
|
1085
|
-
}
|
|
1086
|
-
chunk3XYRH5AP.__name(layoutMindmap, "layoutMindmap");
|
|
1087
|
-
function positionNodes(db, cy) {
|
|
1088
|
-
cy.nodes().map((node, id) => {
|
|
1089
|
-
const data = node.data();
|
|
1090
|
-
data.x = node.position().x;
|
|
1091
|
-
data.y = node.position().y;
|
|
1092
|
-
positionNode(db, data);
|
|
1093
|
-
const el = db.getElementById(data.nodeId);
|
|
1094
|
-
chunk3XYRH5AP.log.info("id:", id, "Position: (", node.position().x, ", ", node.position().y, ")", data);
|
|
1095
|
-
el.attr(
|
|
1096
|
-
"transform",
|
|
1097
|
-
`translate(${node.position().x - data.width / 2}, ${node.position().y - data.height / 2})`
|
|
936
|
+
}
|
|
937
|
+
chunkAGHRB4JF.log.debug("getData: mindmapRoot", mindmapRoot, config);
|
|
938
|
+
this.assignSections(mindmapRoot);
|
|
939
|
+
const processedNodes = [];
|
|
940
|
+
const processedEdges = [];
|
|
941
|
+
this.flattenNodes(mindmapRoot, processedNodes);
|
|
942
|
+
this.generateEdges(mindmapRoot, processedEdges);
|
|
943
|
+
chunkAGHRB4JF.log.debug(
|
|
944
|
+
`getData: processed ${processedNodes.length} nodes and ${processedEdges.length} edges`
|
|
1098
945
|
);
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
946
|
+
const shapes = /* @__PURE__ */ new Map();
|
|
947
|
+
for (const node of processedNodes) {
|
|
948
|
+
shapes.set(node.id, {
|
|
949
|
+
shape: node.shape,
|
|
950
|
+
width: node.width,
|
|
951
|
+
height: node.height,
|
|
952
|
+
padding: node.padding
|
|
953
|
+
});
|
|
954
|
+
}
|
|
955
|
+
return {
|
|
956
|
+
nodes: processedNodes,
|
|
957
|
+
edges: processedEdges,
|
|
958
|
+
config: finalConfig,
|
|
959
|
+
// Store the root node for mindmap-specific layout algorithms
|
|
960
|
+
rootNode: mindmapRoot,
|
|
961
|
+
// Properties required by dagre layout algorithm
|
|
962
|
+
markers: ["point"],
|
|
963
|
+
// Mindmaps don't use markers
|
|
964
|
+
direction: "TB",
|
|
965
|
+
// Top-to-bottom direction for mindmaps
|
|
966
|
+
nodeSpacing: 50,
|
|
967
|
+
// Default spacing between nodes
|
|
968
|
+
rankSpacing: 50,
|
|
969
|
+
// Default spacing between ranks
|
|
970
|
+
// Add shapes for ELK compatibility
|
|
971
|
+
shapes: Object.fromEntries(shapes),
|
|
972
|
+
// Additional properties that layout algorithms might expect
|
|
973
|
+
type: "mindmap",
|
|
974
|
+
diagramId: "mindmap-" + v4()
|
|
975
|
+
};
|
|
976
|
+
}
|
|
977
|
+
// Expose logger to grammar
|
|
978
|
+
getLogger() {
|
|
979
|
+
return chunkAGHRB4JF.log;
|
|
980
|
+
}
|
|
981
|
+
};
|
|
982
|
+
|
|
983
|
+
// src/diagrams/mindmap/mindmapRenderer.ts
|
|
984
|
+
var draw = /* @__PURE__ */ chunkAGHRB4JF.__name(async (text, id, _version, diagObj) => {
|
|
985
|
+
chunkAGHRB4JF.log.debug("Rendering mindmap diagram\n" + text);
|
|
1105
986
|
const db = diagObj.db;
|
|
987
|
+
const data4Layout = db.getData();
|
|
988
|
+
const svg = chunk55IACEB6.getDiagramElement(id, data4Layout.config.securityLevel);
|
|
989
|
+
data4Layout.type = diagObj.type;
|
|
990
|
+
data4Layout.layoutAlgorithm = chunkN4CR4FBY.getRegisteredLayoutAlgorithm(data4Layout.config.layout, {
|
|
991
|
+
fallback: "cose-bilkent"
|
|
992
|
+
});
|
|
993
|
+
data4Layout.diagramId = id;
|
|
1106
994
|
const mm = db.getMindmap();
|
|
1107
995
|
if (!mm) {
|
|
1108
996
|
return;
|
|
1109
997
|
}
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
998
|
+
data4Layout.nodes.forEach((node) => {
|
|
999
|
+
if (node.shape === "rounded") {
|
|
1000
|
+
node.radius = 15;
|
|
1001
|
+
node.taper = 15;
|
|
1002
|
+
node.stroke = "none";
|
|
1003
|
+
node.width = 0;
|
|
1004
|
+
node.padding = 15;
|
|
1005
|
+
} else if (node.shape === "circle") {
|
|
1006
|
+
node.padding = 10;
|
|
1007
|
+
} else if (node.shape === "rect") {
|
|
1008
|
+
node.width = 0;
|
|
1009
|
+
node.padding = 10;
|
|
1010
|
+
}
|
|
1011
|
+
});
|
|
1012
|
+
await chunkN4CR4FBY.render(data4Layout, svg);
|
|
1013
|
+
chunkQN33PNHL.setupViewPortForSVG(
|
|
1123
1014
|
svg,
|
|
1124
|
-
|
|
1125
|
-
|
|
1015
|
+
data4Layout.config.mindmap?.padding ?? chunkABZYJK2D.defaultConfig_default.mindmap.padding,
|
|
1016
|
+
"mindmapDiagram",
|
|
1017
|
+
data4Layout.config.mindmap?.useMaxWidth ?? chunkABZYJK2D.defaultConfig_default.mindmap.useMaxWidth
|
|
1126
1018
|
);
|
|
1127
1019
|
}, "draw");
|
|
1128
1020
|
var mindmapRenderer_default = {
|
|
1129
1021
|
draw
|
|
1130
1022
|
};
|
|
1131
|
-
var genSections = /* @__PURE__ */
|
|
1023
|
+
var genSections = /* @__PURE__ */ chunkAGHRB4JF.__name((options) => {
|
|
1132
1024
|
let sections = "";
|
|
1133
1025
|
for (let i = 0; i < options.THEME_COLOR_LIMIT; i++) {
|
|
1134
1026
|
options["lineColor" + i] = options["lineColor" + i] || options["cScaleInv" + i];
|
|
@@ -1172,7 +1064,7 @@ var genSections = /* @__PURE__ */ chunk3XYRH5AP.__name((options) => {
|
|
|
1172
1064
|
}
|
|
1173
1065
|
return sections;
|
|
1174
1066
|
}, "genSections");
|
|
1175
|
-
var getStyles = /* @__PURE__ */
|
|
1067
|
+
var getStyles = /* @__PURE__ */ chunkAGHRB4JF.__name((options) => `
|
|
1176
1068
|
.edge {
|
|
1177
1069
|
stroke-width: 3;
|
|
1178
1070
|
}
|
|
@@ -1183,6 +1075,12 @@ var getStyles = /* @__PURE__ */ chunk3XYRH5AP.__name((options) => `
|
|
|
1183
1075
|
.section-root text {
|
|
1184
1076
|
fill: ${options.gitBranchLabel0};
|
|
1185
1077
|
}
|
|
1078
|
+
.section-root span {
|
|
1079
|
+
color: ${options.gitBranchLabel0};
|
|
1080
|
+
}
|
|
1081
|
+
.section-2 span {
|
|
1082
|
+
color: ${options.gitBranchLabel0};
|
|
1083
|
+
}
|
|
1186
1084
|
.icon-container {
|
|
1187
1085
|
height:100%;
|
|
1188
1086
|
display: flex;
|