@windrun-huaiin/third-ui 7.0.0 → 7.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/_commonjsHelpers.js +7 -0
- package/dist/_virtual/_commonjsHelpers.mjs +5 -0
- package/dist/_virtual/advancedFormat.js +9 -0
- package/dist/_virtual/advancedFormat.mjs +7 -0
- package/dist/_virtual/advancedFormat2.js +5 -0
- package/dist/_virtual/advancedFormat2.mjs +3 -0
- package/dist/_virtual/cancellation.js +7 -0
- package/dist/_virtual/cancellation.mjs +5 -0
- package/dist/_virtual/cancellation2.js +5 -0
- package/dist/_virtual/cancellation2.mjs +3 -0
- package/dist/_virtual/constants.js +5 -0
- package/dist/_virtual/constants.mjs +3 -0
- package/dist/_virtual/cose-base.js +5 -0
- package/dist/_virtual/cose-base.mjs +3 -0
- package/dist/_virtual/cose-base2.js +5 -0
- package/dist/_virtual/cose-base2.mjs +3 -0
- package/dist/_virtual/customParseFormat.js +9 -0
- package/dist/_virtual/customParseFormat.mjs +7 -0
- package/dist/_virtual/customParseFormat2.js +5 -0
- package/dist/_virtual/customParseFormat2.mjs +3 -0
- package/dist/_virtual/cytoscape-cose-bilkent.js +9 -0
- package/dist/_virtual/cytoscape-cose-bilkent.mjs +7 -0
- package/dist/_virtual/cytoscape-cose-bilkent2.js +5 -0
- package/dist/_virtual/cytoscape-cose-bilkent2.mjs +3 -0
- package/dist/_virtual/cytoscape-fcose.js +9 -0
- package/dist/_virtual/cytoscape-fcose.mjs +7 -0
- package/dist/_virtual/cytoscape-fcose2.js +5 -0
- package/dist/_virtual/cytoscape-fcose2.mjs +3 -0
- package/dist/_virtual/dayjs.min.js +9 -0
- package/dist/_virtual/dayjs.min.mjs +7 -0
- package/dist/_virtual/dayjs.min2.js +5 -0
- package/dist/_virtual/dayjs.min2.mjs +3 -0
- package/dist/_virtual/events.js +7 -0
- package/dist/_virtual/events.mjs +5 -0
- package/dist/_virtual/events2.js +5 -0
- package/dist/_virtual/events2.mjs +3 -0
- package/dist/_virtual/index.js +7 -0
- package/dist/_virtual/index.mjs +5 -0
- package/dist/_virtual/index2.js +5 -0
- package/dist/_virtual/index2.mjs +3 -0
- package/dist/_virtual/is.js +5 -0
- package/dist/_virtual/is.mjs +3 -0
- package/dist/_virtual/isoWeek.js +9 -0
- package/dist/_virtual/isoWeek.mjs +7 -0
- package/dist/_virtual/isoWeek2.js +5 -0
- package/dist/_virtual/isoWeek2.mjs +3 -0
- package/dist/_virtual/layout-base.js +5 -0
- package/dist/_virtual/layout-base.mjs +3 -0
- package/dist/_virtual/layout-base2.js +5 -0
- package/dist/_virtual/layout-base2.mjs +3 -0
- package/dist/_virtual/ral.js +5 -0
- package/dist/_virtual/ral.mjs +3 -0
- package/dist/clerk/clerk-organization-client.d.ts +11 -0
- package/dist/clerk/clerk-organization-client.js +18 -0
- package/dist/clerk/clerk-organization-client.mjs +16 -0
- package/dist/clerk/clerk-organization.d.ts +6 -0
- package/dist/clerk/clerk-organization.js +22 -0
- package/dist/clerk/clerk-organization.mjs +20 -0
- package/dist/clerk/clerk-page-generator.d.ts +11 -0
- package/dist/clerk/clerk-page-generator.js +24 -0
- package/dist/clerk/clerk-page-generator.mjs +20 -0
- package/dist/clerk/clerk-provider-client.d.ts +12 -0
- package/dist/clerk/clerk-provider-client.js +34 -0
- package/dist/clerk/clerk-provider-client.mjs +32 -0
- package/dist/clerk/clerk-user-client.d.ts +13 -0
- package/dist/clerk/clerk-user-client.js +16 -0
- package/dist/clerk/clerk-user-client.mjs +14 -0
- package/dist/clerk/clerk-user.d.ts +7 -0
- package/dist/clerk/clerk-user.js +25 -0
- package/dist/clerk/clerk-user.mjs +23 -0
- package/dist/clerk/index.d.ts +1 -0
- package/dist/clerk/index.js +8 -0
- package/dist/clerk/index.mjs +2 -0
- package/dist/clerk/server.d.ts +3 -0
- package/dist/clerk/server.js +13 -0
- package/dist/clerk/server.mjs +3 -0
- package/dist/fuma/fuma-banner-suit.d.ts +4 -0
- package/dist/fuma/fuma-banner-suit.js +33 -0
- package/dist/fuma/fuma-banner-suit.mjs +31 -0
- package/dist/fuma/fuma-page-genarator.d.ts +44 -0
- package/dist/fuma/fuma-page-genarator.js +77 -0
- package/dist/fuma/fuma-page-genarator.mjs +75 -0
- package/dist/fuma/llm-copy-handler.d.ts +16 -0
- package/dist/fuma/llm-copy-handler.js +83 -0
- package/dist/fuma/llm-copy-handler.mjs +81 -0
- package/dist/fuma/mdx/airtical-card.d.ts +10 -0
- package/dist/fuma/mdx/banner.d.ts +17 -0
- package/dist/fuma/mdx/banner.js +90 -0
- package/dist/fuma/mdx/banner.mjs +88 -0
- package/dist/fuma/mdx/fuma-github-info.d.ts +18 -0
- package/dist/fuma/mdx/fuma-github-info.js +113 -0
- package/dist/fuma/mdx/fuma-github-info.mjs +111 -0
- package/dist/fuma/mdx/gradient-button.d.ts +14 -0
- package/dist/fuma/mdx/gradient-button.js +74 -0
- package/dist/fuma/mdx/gradient-button.mjs +72 -0
- package/dist/fuma/mdx/image-grid.d.ts +6 -0
- package/dist/fuma/mdx/image-grid.js +17 -0
- package/dist/fuma/mdx/image-grid.mjs +15 -0
- package/dist/fuma/mdx/image-zoom.d.ts +22 -0
- package/dist/fuma/mdx/image-zoom.js +39 -0
- package/dist/fuma/mdx/image-zoom.mjs +37 -0
- package/dist/fuma/mdx/index.d.ts +11 -0
- package/dist/fuma/mdx/index.js +31 -0
- package/dist/fuma/mdx/index.mjs +12 -0
- package/dist/fuma/mdx/mermaid.d.ts +12 -0
- package/dist/fuma/mdx/mermaid.js +177 -0
- package/dist/fuma/mdx/mermaid.mjs +173 -0
- package/dist/fuma/mdx/toc-base.d.ts +11 -0
- package/dist/fuma/mdx/toc-base.js +70 -0
- package/dist/fuma/mdx/toc-base.mjs +66 -0
- package/dist/fuma/mdx/toc-footer-wrapper.d.ts +9 -0
- package/dist/fuma/mdx/toc-footer-wrapper.js +12 -0
- package/dist/fuma/mdx/toc-footer-wrapper.mjs +10 -0
- package/dist/fuma/mdx/trophy-card.d.ts +6 -0
- package/dist/fuma/mdx/trophy-card.js +11 -0
- package/dist/fuma/mdx/trophy-card.mjs +9 -0
- package/dist/fuma/mdx/zia-card.d.ts +9 -0
- package/dist/fuma/mdx/zia-card.js +20 -0
- package/dist/fuma/mdx/zia-card.mjs +18 -0
- package/dist/fuma/mdx/zia-file.d.ts +16 -0
- package/dist/fuma/mdx/zia-file.js +30 -0
- package/dist/fuma/mdx/zia-file.mjs +27 -0
- package/dist/fuma/server.d.ts +4 -0
- package/dist/fuma/server.js +13 -0
- package/dist/fuma/server.mjs +4 -0
- package/dist/fuma/site-x.d.ts +8 -0
- package/dist/fuma/site-x.js +32 -0
- package/dist/fuma/site-x.mjs +30 -0
- package/dist/lib/clerk-intl.d.ts +4568 -0
- package/dist/lib/clerk-intl.js +13 -0
- package/dist/lib/clerk-intl.mjs +11 -0
- package/dist/lib/fuma-schema-check-util.d.ts +62 -0
- package/dist/lib/fuma-schema-check-util.js +64 -0
- package/dist/lib/fuma-schema-check-util.mjs +56 -0
- package/dist/lib/fuma-search-util.d.ts +2 -0
- package/dist/lib/fuma-search-util.js +8 -0
- package/dist/lib/fuma-search-util.mjs +6 -0
- package/dist/lib/seo-util.d.ts +31 -0
- package/dist/lib/seo-util.js +106 -0
- package/dist/lib/seo-util.mjs +101 -0
- package/dist/lib/server.d.ts +4 -0
- package/dist/lib/server.js +22 -0
- package/dist/lib/server.mjs +4 -0
- package/dist/main/ads-alert-dialog.d.ts +15 -0
- package/dist/main/ads-alert-dialog.js +21 -0
- package/dist/main/ads-alert-dialog.mjs +19 -0
- package/dist/main/ai-prompt-textarea.d.ts +72 -0
- package/dist/main/ai-prompt-textarea.js +114 -0
- package/dist/main/ai-prompt-textarea.mjs +112 -0
- package/dist/main/cta.d.ts +4 -0
- package/dist/main/cta.js +25 -0
- package/dist/main/cta.mjs +23 -0
- package/dist/main/faq-interactive.d.ts +13 -0
- package/dist/main/faq-interactive.js +52 -0
- package/dist/main/faq-interactive.mjs +50 -0
- package/dist/main/faq.d.ts +4 -0
- package/dist/main/faq.js +34 -0
- package/dist/main/faq.mjs +32 -0
- package/dist/main/features.d.ts +4 -0
- package/dist/main/features.js +33 -0
- package/dist/main/features.mjs +31 -0
- package/dist/main/footer.d.ts +3 -0
- package/dist/main/footer.js +24 -0
- package/dist/main/footer.mjs +22 -0
- package/dist/main/gallery-interactive.d.ts +18 -0
- package/dist/main/gallery-interactive.js +138 -0
- package/dist/main/gallery-interactive.mjs +136 -0
- package/dist/main/gallery.d.ts +7 -0
- package/dist/main/gallery.js +38 -0
- package/dist/main/gallery.mjs +36 -0
- package/dist/main/go-to-top.d.ts +1 -0
- package/dist/main/go-to-top.js +33 -0
- package/dist/main/go-to-top.mjs +31 -0
- package/dist/main/index.d.ts +10 -0
- package/dist/main/index.js +27 -0
- package/dist/main/index.mjs +11 -0
- package/dist/main/language-detector.d.ts +14 -0
- package/dist/main/loading.d.ts +1 -0
- package/dist/main/loading.js +71 -0
- package/dist/main/loading.mjs +69 -0
- package/dist/main/nprogress-bar.d.ts +1 -0
- package/dist/main/nprogress-bar.js +25 -0
- package/dist/main/nprogress-bar.mjs +23 -0
- package/dist/main/price-plan-interactive.d.ts +33 -0
- package/dist/main/price-plan-interactive.js +209 -0
- package/dist/main/price-plan-interactive.mjs +207 -0
- package/dist/main/price-plan.d.ts +19 -0
- package/dist/main/price-plan.js +87 -0
- package/dist/main/price-plan.mjs +85 -0
- package/dist/main/rich-text-expert.d.ts +6 -0
- package/dist/main/rich-text-expert.js +33 -0
- package/dist/main/rich-text-expert.mjs +30 -0
- package/dist/main/seo-content.d.ts +4 -0
- package/dist/main/seo-content.js +30 -0
- package/dist/main/seo-content.mjs +28 -0
- package/dist/main/server.d.ts +9 -0
- package/dist/main/server.js +23 -0
- package/dist/main/server.mjs +9 -0
- package/dist/main/tips.d.ts +4 -0
- package/dist/main/tips.js +32 -0
- package/dist/main/tips.mjs +30 -0
- package/dist/main/usage.d.ts +4 -0
- package/dist/main/usage.js +34 -0
- package/dist/main/usage.mjs +32 -0
- package/dist/main/x-button.d.ts +34 -0
- package/dist/main/x-button.js +67 -0
- package/dist/main/x-button.mjs +65 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/constants.js +23 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/constants.mjs +21 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/index.js +94 -0
- package/dist/node_modules/.pnpm/@braintree_sanitize-url@7.1.1/node_modules/@braintree/sanitize-url/dist/index.mjs +92 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.js +88 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/helpers.mjs +83 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.js +246 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/model.mjs +232 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.js +56 -0
- package/dist/node_modules/.pnpm/@chevrotain_gast@11.0.3/node_modules/@chevrotain/gast/lib/src/visitor.mjs +54 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/base-regexp-visitor.js +89 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/base-regexp-visitor.mjs +87 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.js +48 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/character-classes.mjs +44 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.js +729 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/regexp-parser.mjs +727 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.js +43 -0
- package/dist/node_modules/.pnpm/@chevrotain_regexp-to-ast@11.0.3/node_modules/@chevrotain/regexp-to-ast/lib/src/utils.mjs +36 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.js +18 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/print.mjs +15 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.js +11 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/timer.mjs +9 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.js +21 -0
- package/dist/node_modules/.pnpm/@chevrotain_utils@11.0.3/node_modules/@chevrotain/utils/lib/src/to-fast-properties.mjs +19 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.js +17 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/customisations/defaults.mjs +14 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.js +29 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/defaults.mjs +24 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.js +22 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/merge.mjs +20 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.js +55 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/name.mjs +52 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.js +18 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon/transformations.mjs +16 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.js +29 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +26 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.js +25 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/icon-set/tree.mjs +23 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.js +122 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/build.mjs +119 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.js +34 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/defs.mjs +30 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.js +11 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/html.mjs +9 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.js +30 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/id.mjs +28 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.js +42 -0
- package/dist/node_modules/.pnpm/@iconify_utils@2.3.0/node_modules/@iconify/utils/lib/svg/size.mjs +40 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-O4VJ6CD3.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/architecture-O4VJ6CD3.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4KMFLZZN.js +635 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-4KMFLZZN.mjs +598 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BN7GFLIU.js +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-BN7GFLIU.mjs +38 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.js +58 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-JEIROHC2.mjs +55 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KMC2YHZD.js +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-KMC2YHZD.mjs +38 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.js +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-T44TD3VJ.mjs +38 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.js +41 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFRQ32O7.mjs +38 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFWHJNB7.js +54 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-WFWHJNB7.mjs +51 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-XRWGC2XP.js +122 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/chunk-XRWGC2XP.mjs +119 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-ZV4HHKMB.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/gitGraph-ZV4HHKMB.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-63CPKGFF.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/info-63CPKGFF.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-HUATNLJX.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/packet-HUATNLJX.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-WTHONI2E.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/pie-WTHONI2E.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NJJJXTRR.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/radar-NJJJXTRR.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-75Q7IDZK.js +9 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/chunks/mermaid-parser.core/treemap-75Q7IDZK.mjs +2 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.js +129 -0
- package/dist/node_modules/.pnpm/@mermaid-js_parser@0.6.2/node_modules/@mermaid-js/parser/dist/mermaid-parser.core.mjs +78 -0
- package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.2/node_modules/tslib/tslib.es6.js +48 -0
- package/dist/node_modules/.pnpm/@rollup_plugin-typescript@12.1.4_rollup@4.46.2_tslib@2.8.1_typescript@5.9.2/node_modules/tslib/tslib.es6.mjs +45 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/all-star-lookahead.js +567 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/all-star-lookahead.mjs +565 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.js +426 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/atn.mjs +409 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.js +52 -0
- package/dist/node_modules/.pnpm/chevrotain-allstar@0.3.1_chevrotain@11.0.3/node_modules/chevrotain-allstar/lib/dfa.mjs +48 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.js +13 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/lang/lang_extensions.mjs +11 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.js +6 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/constants.mjs +4 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.js +77 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst.mjs +72 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.js +106 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/cst/cst_visitor.mjs +100 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.js +184 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/errors_public.mjs +180 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.js +66 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/exceptions_public.mjs +60 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.js +469 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/checks.mjs +454 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.js +66 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/first.mjs +61 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.js +48 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/follow.mjs +44 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.js +27 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/gast/gast_resolver_public.mjs +24 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.js +510 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/interpreter.mjs +500 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.js +33 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/keys.mjs +23 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.js +52 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/llk_lookahead.mjs +50 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.js +493 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/lookahead.mjs +480 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.js +44 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/resolver.mjs +41 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.js +108 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/grammar/rest.mjs +106 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.js +208 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/parser.mjs +201 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.js +27 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/context_assist.mjs +25 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.js +79 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/error_handler.mjs +77 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.js +304 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/gast_recorder.mjs +302 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.js +74 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/lexer_adapter.mjs +72 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.js +141 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/looksahead.mjs +138 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.js +52 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/perf_tracer.mjs +50 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.js +339 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_api.mjs +337 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.js +555 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recognizer_engine.mjs +553 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.js +305 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/recoverable.mjs +299 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.js +198 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/traits/tree_builder.mjs +196 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.js +23 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/parse/parser/utils/apply_mixins.mjs +21 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.js +920 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer.mjs +893 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.js +12 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_errors_public.mjs +10 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.js +664 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/lexer_public.mjs +662 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.js +253 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp.mjs +248 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.js +23 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/reg_exp_parser.mjs +20 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.js +140 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens.mjs +125 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.js +95 -0
- package/dist/node_modules/.pnpm/chevrotain@11.0.3/node_modules/chevrotain/lib/src/scan/tokens_public.mjs +88 -0
- package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.js +47 -0
- package/dist/node_modules/.pnpm/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.mjs +44 -0
- package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.js +1440 -0
- package/dist/node_modules/.pnpm/cose-base@1.0.3/node_modules/cose-base/cose-base.mjs +1438 -0
- package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.js +3220 -0
- package/dist/node_modules/.pnpm/cose-base@2.2.0/node_modules/cose-base/cose-base.mjs +3218 -0
- package/dist/node_modules/.pnpm/cytoscape-cose-bilkent@4.1.0_cytoscape@3.33.0/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.js +466 -0
- package/dist/node_modules/.pnpm/cytoscape-cose-bilkent@4.1.0_cytoscape@3.33.0/node_modules/cytoscape-cose-bilkent/cytoscape-cose-bilkent.mjs +464 -0
- package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.33.0/node_modules/cytoscape-fcose/cytoscape-fcose.js +1547 -0
- package/dist/node_modules/.pnpm/cytoscape-fcose@2.2.0_cytoscape@3.33.0/node_modules/cytoscape-fcose/cytoscape-fcose.mjs +1545 -0
- package/dist/node_modules/.pnpm/cytoscape@3.33.0/node_modules/cytoscape/dist/cytoscape.esm.js +35565 -0
- package/dist/node_modules/.pnpm/cytoscape@3.33.0/node_modules/cytoscape/dist/cytoscape.esm.mjs +35563 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.js +24 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/max.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.js +24 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/min.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.js +22 -0
- package/dist/node_modules/.pnpm/d3-array@2.12.1/node_modules/d3-array/src/sum.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.js +7 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ascending.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.js +14 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisect.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.js +60 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/bisector.mjs +58 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.js +11 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/descending.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.js +24 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/max.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.js +24 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/min.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.js +7 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/number.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.js +17 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/range.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.js +63 -0
- package/dist/node_modules/.pnpm/d3-array@3.2.4/node_modules/d3-array/src/ticks.mjs +57 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.js +171 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/axis.mjs +168 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.js +7 -0
- package/dist/node_modules/.pnpm/d3-axis@3.0.0/node_modules/d3-axis/src/identity.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.js +410 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/color.mjs +398 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.js +17 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/define.mjs +12 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.js +124 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/lab.mjs +117 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.js +7 -0
- package/dist/node_modules/.pnpm/d3-color@3.1.0/node_modules/d3-color/src/math.mjs +4 -0
- package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.js +86 -0
- package/dist/node_modules/.pnpm/d3-dispatch@3.0.1/node_modules/d3-dispatch/src/dispatch.mjs +84 -0
- package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.js +7 -0
- package/dist/node_modules/.pnpm/d3-ease@3.0.1/node_modules/d3-ease/src/cubic.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/defaultLocale.js +24 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/defaultLocale.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/exponent.js +9 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/exponent.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatDecimal.js +27 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatDecimal.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.js +22 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatGroup.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.js +11 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatNumerals.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.js +22 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatPrefixAuto.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.js +15 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatRounded.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.js +54 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatSpecifier.mjs +49 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.js +15 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTrim.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTypes.js +23 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/formatTypes.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/identity.js +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/identity.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.js +152 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/locale.mjs +150 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionFixed.js +9 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionFixed.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionPrefix.js +9 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionPrefix.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionRound.js +10 -0
- package/dist/node_modules/.pnpm/d3-format@3.1.0/node_modules/d3-format/src/precisionRound.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.js +8 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/accessors.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/constant.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/constant.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.js +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/ancestors.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/count.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.js +7 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/descendants.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.js +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/each.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.js +19 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachAfter.mjs +17 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/eachBefore.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.js +12 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/find.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.js +99 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/index.mjs +93 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.js +18 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/iterator.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.js +13 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/leaves.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.js +13 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/links.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.js +34 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/path.mjs +32 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.js +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sort.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.js +13 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/hierarchy/sum.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/dice.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/dice.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/index.js +98 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/index.mjs +96 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/round.js +10 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/round.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/slice.js +16 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/slice.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/squarify.js +74 -0
- package/dist/node_modules/.pnpm/d3-hierarchy@3.1.2/node_modules/d3-hierarchy/src/treemap/squarify.mjs +68 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.js +21 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/array.mjs +19 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.js +37 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/color.mjs +31 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.js +5 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/constant.mjs +3 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.js +10 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/date.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.js +24 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/hcl.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.js +9 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/number.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.js +21 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/numberArray.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.js +27 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/object.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.js +28 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/rgb.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.js +9 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/round.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.js +68 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/string.mjs +66 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.js +33 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/decompose.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.js +68 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/index.mjs +65 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.js +23 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/transform/parse.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.js +26 -0
- package/dist/node_modules/.pnpm/d3-interpolate@3.0.1/node_modules/d3-interpolate/src/value.mjs +24 -0
- package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.js +132 -0
- package/dist/node_modules/.pnpm/d3-path@1.0.9/node_modules/d3-path/src/path.mjs +130 -0
- package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.js +149 -0
- package/dist/node_modules/.pnpm/d3-path@3.1.0/node_modules/d3-path/src/path.mjs +147 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.js +30 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/align.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.js +375 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankey.mjs +373 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.js +19 -0
- package/dist/node_modules/.pnpm/d3-sankey@0.12.3/node_modules/d3-sankey/src/sankeyLinkHorizontal.mjs +17 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.js +7 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/categorical/Tableau10.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.js +9 -0
- package/dist/node_modules/.pnpm/d3-scale-chromatic@3.1.0/node_modules/d3-scale-chromatic/src/colors.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.js +87 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/band.mjs +85 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.js +136 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/continuous.mjs +129 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.js +12 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/init.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.js +77 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/linear.mjs +72 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.js +22 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/nice.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.js +7 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/number.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.js +53 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/ordinal.mjs +48 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.js +37 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/tickFormat.mjs +35 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.js +85 -0
- package/dist/node_modules/.pnpm/d3-scale@4.0.2/node_modules/d3-scale/src/time.mjs +80 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.js +13 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/array.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/creator.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.js +18 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/matcher.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespace.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.js +16 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/namespaces.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/select.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.js +12 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/append.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.js +61 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/attr.mjs +59 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.js +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/call.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.js +79 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/classed.mjs +77 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.js +17 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/clone.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.js +132 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/data.mjs +130 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.js +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/datum.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.js +38 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/dispatch.mjs +36 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.js +14 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/each.mjs +12 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.js +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/empty.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/enter.mjs +24 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.js +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/exit.mjs +8 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.js +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/filter.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/html.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.js +96 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/index.mjs +90 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.js +18 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/insert.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/iterator.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.js +19 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/join.mjs +17 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/lower.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.js +23 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/merge.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.js +15 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/node.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.js +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/nodes.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.js +71 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/on.mjs +69 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.js +17 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/order.mjs +15 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.js +32 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/property.mjs +30 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/raise.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.js +12 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/remove.mjs +10 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.js +21 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/select.mjs +19 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectAll.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.js +22 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChild.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.js +22 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/selectChildren.mjs +20 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.js +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/size.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.js +28 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sort.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.js +7 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/sparse.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.js +42 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/style.mjs +37 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.js +29 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selection/text.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.js +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selector.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.js +13 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/selectorAll.mjs +11 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.js +9 -0
- package/dist/node_modules/.pnpm/d3-selection@3.0.0/node_modules/d3-selection/src/window.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.js +5 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/array.mjs +3 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.js +62 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/link/index.mjs +60 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.js +12 -0
- package/dist/node_modules/.pnpm/d3-shape@1.3.7/node_modules/d3-shape/src/point.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.js +272 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/arc.mjs +270 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.js +9 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/array.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.js +9 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/constant.mjs +7 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.js +59 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basis.mjs +53 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.js +56 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisClosed.mjs +54 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.js +43 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/basisOpen.mjs +41 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.js +50 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bump.mjs +47 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.js +60 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/bundle.mjs +58 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.js +69 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinal.mjs +63 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.js +68 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalClosed.mjs +63 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.js +56 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/cardinalOpen.mjs +51 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.js +95 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRom.mjs +90 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.js +78 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomClosed.mjs +76 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.js +66 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/catmullRomOpen.mjs +64 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.js +35 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linear.mjs +33 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.js +29 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/linearClosed.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.js +109 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/monotone.mjs +106 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.js +69 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/natural.mjs +67 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.js +61 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/curve/step.mjs +55 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.js +7 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/descending.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.js +7 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/identity.mjs +5 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.js +62 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/line.mjs +60 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.js +36 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/math.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.js +5 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/noop.mjs +3 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.js +23 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/path.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.js +84 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/pie.mjs +82 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.js +12 -0
- package/dist/node_modules/.pnpm/d3-shape@3.2.0/node_modules/d3-shape/src/point.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.js +30 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/defaultLocale.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.js +692 -0
- package/dist/node_modules/.pnpm/d3-time-format@4.1.0/node_modules/d3-time-format/src/locale.mjs +690 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.js +41 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/day.mjs +37 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.js +17 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/duration.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.js +31 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/hour.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.js +73 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/interval.mjs +71 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.js +29 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/millisecond.mjs +27 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.js +31 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/minute.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.js +32 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/month.mjs +29 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.js +18 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/second.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.js +60 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/ticks.mjs +57 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.js +73 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/week.mjs +58 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.js +54 -0
- package/dist/node_modules/.pnpm/d3-time@3.1.0/node_modules/d3-time/src/year.mjs +51 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.js +15 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timeout.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.js +117 -0
- package/dist/node_modules/.pnpm/d3-timer@3.0.1/node_modules/d3-timer/src/timer.mjs +112 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.js +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/interrupt.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.js +8 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/index.mjs +6 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.js +11 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/interrupt.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.js +46 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/selection/transition.mjs +44 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.js +82 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attr.mjs +80 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.js +48 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/attrTween.mjs +46 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.js +27 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/delay.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.js +27 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/duration.mjs +25 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.js +20 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/ease.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.js +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/easeVarying.mjs +16 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.js +33 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/end.mjs +31 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.js +20 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/filter.mjs +18 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.js +74 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/index.mjs +71 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.js +16 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/interpolate.mjs +14 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.js +23 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/merge.mjs +21 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.js +36 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/on.mjs +34 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.js +15 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/remove.mjs +13 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.js +170 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/schedule.mjs +156 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.js +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/select.mjs +24 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.js +30 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selectAll.mjs +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.js +11 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/selection.mjs +9 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.js +84 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/style.mjs +82 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.js +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/styleTween.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.js +24 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/text.mjs +22 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.js +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/textTween.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.js +28 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/transition.mjs +26 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.js +88 -0
- package/dist/node_modules/.pnpm/d3-transition@3.0.1_d3-selection@3.0.0/node_modules/d3-transition/src/transition/tween.mjs +83 -0
- package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.js +48 -0
- package/dist/node_modules/.pnpm/d3-zoom@3.0.0/node_modules/d3-zoom/src/transform.mjs +46 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/acyclic.js +64 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/acyclic.mjs +61 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/add-border-segments.js +38 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/add-border-segments.mjs +36 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/coordinate-system.js +78 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/coordinate-system.mjs +75 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/data/list.js +58 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/data/list.mjs +56 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/greedy-fas.js +125 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/greedy-fas.mjs +123 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/layout.js +414 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/layout.mjs +412 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/nesting-graph.js +143 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/nesting-graph.mjs +140 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/normalize.js +114 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/normalize.mjs +111 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.js +55 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/add-subgraph-constraints.mjs +53 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/barycenter.js +34 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/barycenter.mjs +32 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.js +80 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/build-layer-graph.mjs +78 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/cross-count.js +88 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/cross-count.mjs +86 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/index.js +82 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/index.mjs +80 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/init-order.js +52 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/init-order.mjs +50 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.js +134 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/resolve-conflicts.mjs +132 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.js +83 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort-subgraph.mjs +81 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort.js +64 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/order/sort.mjs +62 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.js +88 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/parent-dummy-chains.mjs +86 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/bk.js +431 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/bk.mjs +420 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/index.js +36 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/position/index.mjs +34 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.js +90 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/feasible-tree.mjs +88 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/index.js +54 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/index.mjs +52 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.js +244 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/network-simplex.mjs +242 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/util.js +68 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/rank/util.mjs +65 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/util.js +219 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/dagre/util.mjs +207 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dfs.js +49 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/dfs.mjs +47 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/postorder.js +9 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/postorder.mjs +7 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/preorder.js +9 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/preorder.mjs +7 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/topsort.js +6 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/alg/topsort.mjs +4 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/graph.js +526 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/graph.mjs +524 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/json.js +53 -0
- package/dist/node_modules/.pnpm/dagre-d3-es@7.0.11/node_modules/dagre-d3-es/src/graphlib/json.mjs +51 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/dayjs.min.mjs +16 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/advancedFormat.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/advancedFormat.mjs +16 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/customParseFormat.mjs +16 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/isoWeek.js +18 -0
- package/dist/node_modules/.pnpm/dayjs@1.11.13/node_modules/dayjs/plugin/isoWeek.mjs +16 -0
- package/dist/node_modules/.pnpm/dompurify@3.2.6/node_modules/dompurify/dist/purify.es.js +1338 -0
- package/dist/node_modules/.pnpm/dompurify@3.2.6/node_modules/dompurify/dist/purify.es.mjs +1336 -0
- package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.js +48 -0
- package/dist/node_modules/.pnpm/internmap@2.0.3/node_modules/internmap/src/index.mjs +46 -0
- package/dist/node_modules/.pnpm/katex@0.16.22/node_modules/katex/dist/katex.js +18565 -0
- package/dist/node_modules/.pnpm/katex@0.16.22/node_modules/katex/dist/katex.mjs +18549 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.js +135 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/index.mjs +133 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.js +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/reusable.mjs +7 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.js +29 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/channels/type.mjs +27 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.js +45 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hex.mjs +43 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.js +52 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/hsl.mjs +50 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.js +46 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/index.mjs +44 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.js +176 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/keyword.mjs +174 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.js +38 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/color/rgb.mjs +36 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.js +17 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/constants.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.js +19 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust.mjs +17 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.js +17 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/adjust_channel.mjs +15 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.js +16 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/change.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.js +12 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/channel.mjs +10 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.js +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/darken.mjs +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.js +16 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/invert.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.js +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_dark.mjs +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.js +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/is_light.mjs +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.js +11 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/lighten.mjs +9 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.js +15 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/luminance.mjs +13 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.js +25 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/mix.mjs +23 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.js +22 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/methods/rgba.mjs +20 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.js +91 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/channel.mjs +89 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.js +15 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/index.mjs +13 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.js +16 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/lang.mjs +14 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/unit.js +12 -0
- package/dist/node_modules/.pnpm/khroma@2.1.0/node_modules/khroma/dist/utils/unit.mjs +10 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.js +102 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/default-module.mjs +99 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.js +130 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/dependency-injection.mjs +128 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.js +24 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/comment-provider.mjs +22 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.js +71 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/documentation-provider.mjs +69 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.js +514 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/documentation/jsdoc.mjs +511 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.js +731 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/generated/ast.mjs +652 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.js +31 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/languages/grammar-config.mjs +29 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.js +23 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/async-parser.mjs +21 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.js +20 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/completion-parser-builder.mjs +18 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.js +251 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/cst-node-builder.mjs +245 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.js +32 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser-builder.mjs +29 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.js +496 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/langium-parser.mjs +489 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.js +87 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/lexer.mjs +80 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.js +378 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/parser-builder-base.mjs +376 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.js +132 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/token-builder.mjs +130 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.js +103 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/parser/value-converter.mjs +101 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.js +169 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/linker.mjs +167 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.js +26 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/name-provider.mjs +23 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.js +91 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/references.mjs +89 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.js +89 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-computation.mjs +87 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.js +69 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope-provider.mjs +67 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.js +77 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/references/scope.mjs +74 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.js +279 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/hydrator.mjs +277 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.js +223 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/serializer/json-serializer.mjs +220 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.js +82 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/service-registry.mjs +80 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.js +91 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/syntax-tree.mjs +82 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.js +211 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/ast-utils.mjs +201 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.js +153 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/caching.mjs +148 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.js +193 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/collections.mjs +190 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.js +149 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/cst-utils.mjs +138 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.js +16 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/disposable.mjs +16 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.js +18 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/errors.mjs +15 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.js +44 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-loader.mjs +42 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.js +495 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/grammar-utils.mjs +477 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.js +101 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/promise-utils.mjs +94 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.js +287 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/regexp-utils.mjs +278 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.js +517 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/stream.mjs +511 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.js +43 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/utils/uri-utils.mjs +41 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.js +251 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/document-validator.mjs +246 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.js +158 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/validation/validation-registry.mjs +155 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.js +80 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-descriptions.mjs +77 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.js +49 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/ast-node-locator.mjs +47 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.js +96 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/configuration.mjs +94 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.js +382 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/document-builder.mjs +380 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.js +274 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/documents.mjs +267 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.js +21 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/file-system-provider.mjs +18 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.js +96 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/index-manager.mjs +94 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.js +79 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-lock.mjs +77 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.js +120 -0
- package/dist/node_modules/.pnpm/langium@3.3.1/node_modules/langium/lib/workspace/workspace-manager.mjs +118 -0
- package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.js +4276 -0
- package/dist/node_modules/.pnpm/layout-base@1.0.2/node_modules/layout-base/layout-base.mjs +4274 -0
- package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.js +5116 -0
- package/dist/node_modules/.pnpm/layout-base@2.0.1/node_modules/layout-base/layout-base.mjs +5114 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_SetCache.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.js +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs +7 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayAggregator.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayAggregator.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEvery.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEvery.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayIncludes.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.js +51 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs +49 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayReduce.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arraySome.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAggregator.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAggregator.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssign.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignIn.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.js +164 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs +162 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseDifference.js +59 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseDifference.mjs +57 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEach.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEvery.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseEvery.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseExtremum.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFilter.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.js +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFindIndex.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFlatten.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseForOwn.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.js +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGt.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGt.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHas.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHas.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseHasIn.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIndexOf.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqual.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.js +85 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsEqualDeep.mjs +83 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.js +61 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMatch.mjs +59 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.js +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNaN.mjs +12 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.js +49 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs +47 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsRegExp.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsRegExp.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.js +62 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs +60 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIteratee.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseLt.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMap.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatches.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMatchesProperty.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.js +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs +42 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.js +96 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs +94 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseOrderBy.js +51 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseOrderBy.mjs +49 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePick.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePick.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePickBy.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePickBy.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseProperty.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_basePropertyDeep.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRange.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRange.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseReduce.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.js +53 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs +51 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSlice.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSome.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSome.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSortBy.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSortBy.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTrim.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.js +69 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUniq.mjs +67 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseValues.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseValues.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseZipObject.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseZipObject.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cacheHas.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castFunction.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareAscending.js +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareAscending.mjs +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareMultiple.js +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_compareMultiple.mjs +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.js +40 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbols.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copySymbolsIn.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAggregator.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAggregator.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseEach.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createFind.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createFind.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createRange.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createRange.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createSet.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.js +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.js +86 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalArrays.mjs +84 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.js +114 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalByTag.mjs +112 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.js +92 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_equalObjects.mjs +90 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_flatRest.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.js +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs +4 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeysIn.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.js +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMatchData.mjs +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.js +48 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbolsIn.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.js +60 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs +58 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.js +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hasPath.mjs +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.js +79 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs +77 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isFlattenable.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isStrictComparable.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.js +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs +13 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.js +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapToArray.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_matchesStrictComparable.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.js +8 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs +6 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.js +11 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs +9 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheAdd.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setCacheHas.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToArray.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.js +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs +15 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.js +16 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs +14 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_strictIndexOf.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.js +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_trimmedEndIndex.mjs +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/assign.js +60 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/assign.mjs +58 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/clone.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/compact.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/compact.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/defaults.js +66 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/defaults.mjs +64 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/difference.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/difference.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/drop.js +40 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/drop.mjs +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/dropRight.js +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/dropRight.mjs +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/every.js +54 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/every.mjs +52 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.js +54 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/filter.mjs +52 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/find.js +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/find.mjs +42 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/findIndex.js +57 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/findIndex.mjs +55 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatMap.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/flatten.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.js +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forEach.mjs +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forIn.js +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forIn.mjs +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forOwn.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/forOwn.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/groupBy.js +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/groupBy.mjs +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/has.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/has.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/hasIn.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/head.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/head.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.js +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs +21 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/includes.js +55 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/includes.mjs +53 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/indexOf.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/indexOf.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.js +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.js +40 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.js +79 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isEmpty.mjs +77 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.js +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs +35 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.js +64 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs +62 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isRegExp.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isRegExp.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isString.js +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isString.mjs +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.js +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isUndefined.js +24 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isUndefined.mjs +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.js +22 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/last.mjs +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.js +55 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/map.mjs +53 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/mapValues.js +45 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/mapValues.mjs +43 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/max.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/max.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.js +75 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs +73 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.js +41 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/min.js +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/min.mjs +29 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/minBy.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/minBy.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/negate.js +42 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/negate.mjs +40 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.js +19 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/noop.mjs +17 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pick.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pick.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pickBy.js +39 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/pickBy.mjs +37 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/property.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/range.js +48 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/range.mjs +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.js +53 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reduce.mjs +51 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reject.js +48 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/reject.mjs +46 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/some.js +49 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/some.mjs +47 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/sortBy.js +50 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/sortBy.mjs +48 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.js +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs +23 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.js +20 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs +18 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toFinite.js +44 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toFinite.mjs +42 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toInteger.js +38 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toInteger.mjs +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.js +66 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toNumber.mjs +64 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.js +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs +32 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/union.js +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/union.mjs +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniq.js +27 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniq.mjs +25 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.js +33 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqBy.mjs +31 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqueId.js +30 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/uniqueId.mjs +28 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/values.js +36 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/values.mjs +34 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/zipObject.js +26 -0
- package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/zipObject.mjs +24 -0
- package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.js +83 -0
- package/dist/node_modules/.pnpm/marked@16.1.2/node_modules/marked/lib/marked.esm.mjs +73 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-SUXI7LT5.js +1117 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/architectureDiagram-SUXI7LT5.mjs +1115 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-6J76NXCF.js +3641 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/blockDiagram-6J76NXCF.mjs +3639 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-6F6E4RAY.js +2502 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/c4Diagram-6F6E4RAY.mjs +2500 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-353BL4L5.js +19 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-353BL4L5.mjs +17 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3XYRH5AP.js +3124 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-3XYRH5AP.mjs +3071 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55PJQP7W.js +559 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-55PJQP7W.mjs +541 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-67H74DCK.js +111 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-67H74DCK.mjs +103 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AACKK3MU.js +22 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AACKK3MU.mjs +20 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AC5SNWB5.js +19 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-AC5SNWB5.mjs +17 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BFAMUDN2.js +18 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-BFAMUDN2.mjs +16 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-E2GYISFI.js +22 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-E2GYISFI.mjs +20 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IWUHOULB.js +62 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-IWUHOULB.mjs +58 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JW4RIYDF.js +4980 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-JW4RIYDF.mjs +4969 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-L5ZGVLVO.js +2699 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-L5ZGVLVO.mjs +2696 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-M6DAPIYF.js +701 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-M6DAPIYF.mjs +695 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MXNHSMXR.js +110 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-MXNHSMXR.mjs +108 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OW32GOEJ.js +1935 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-OW32GOEJ.mjs +1930 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-P3VETL53.js +20 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-P3VETL53.mjs +18 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QESNASVV.js +432 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-QESNASVV.mjs +425 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RKKUNAVE.js +146 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-RKKUNAVE.mjs +144 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SKB7J2MH.js +27 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SKB7J2MH.mjs +25 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SZ463SBG.js +1847 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-SZ463SBG.mjs +1842 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UWXLY5YG.js +88 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/chunk-UWXLY5YG.mjs +82 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.js +30 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-M3E45YP4.mjs +28 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.js +30 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/classDiagram-v2-YAWTLIQI.mjs +28 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-JOIXM2OF.js +661 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/dagre-JOIXM2OF.mjs +659 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5UYTHUR4.js +213 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-5UYTHUR4.mjs +211 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VMROVX33.js +539 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-VMROVX33.mjs +537 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-ZTM2IBQH.js +311 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/diagram-ZTM2IBQH.mjs +309 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-3M52JZNH.js +1179 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/erDiagram-3M52JZNH.mjs +1177 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-KYDEHFYC.js +2351 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/flowDiagram-KYDEHFYC.mjs +2349 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-EK5VF46D.js +2145 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/ganttDiagram-EK5VF46D.mjs +2143 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-GW3U2K7C.js +1218 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/gitGraphDiagram-GW3U2K7C.mjs +1216 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.js +41 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/infoDiagram-LHK5PUON.mjs +39 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-EWQZEKCU.js +1268 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/journeyDiagram-EWQZEKCU.mjs +1266 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-ZSS6B67P.js +1064 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/kanban-definition-ZSS6B67P.mjs +1062 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-6CBA2TL7.js +1215 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/mindmap-definition-6CBA2TL7.mjs +1213 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-NIOCPIFQ.js +196 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/pieDiagram-NIOCPIFQ.mjs +194 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-2OG54O6I.js +1352 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/quadrantDiagram-2OG54O6I.mjs +1350 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-QOLK2EJ7.js +1180 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/requirementDiagram-QOLK2EJ7.mjs +1178 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-4UZDY2LN.js +696 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sankeyDiagram-4UZDY2LN.mjs +694 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SKLFT4DO.js +3430 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/sequenceDiagram-SKLFT4DO.mjs +3428 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-MI5ZYTHO.js +465 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-MI5ZYTHO.mjs +463 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.js +30 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/stateDiagram-v2-5AN5P6BG.mjs +28 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-MYPXXCX6.js +1237 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/timeline-definition-MYPXXCX6.mjs +1235 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-H2YORKM3.js +1889 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/chunks/mermaid.core/xychartDiagram-H2YORKM3.mjs +1887 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/mermaid.core.js +1310 -0
- package/dist/node_modules/.pnpm/mermaid@11.9.0/node_modules/mermaid/dist/mermaid.core.mjs +1308 -0
- package/dist/node_modules/.pnpm/react-medium-image-zoom@5.3.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-medium-image-zoom/dist/index.js +810 -0
- package/dist/node_modules/.pnpm/react-medium-image-zoom@5.3.0_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/react-medium-image-zoom/dist/index.mjs +805 -0
- package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.js +5 -0
- package/dist/node_modules/.pnpm/roughjs@4.6.6/node_modules/roughjs/bundled/rough.esm.mjs +3 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.js +17 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Enum.mjs +9 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.js +210 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Parser.mjs +204 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.js +40 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Serializer.mjs +37 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.js +232 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Tokenizer.mjs +215 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.js +96 -0
- package/dist/node_modules/.pnpm/stylis@4.3.6/node_modules/stylis/src/Utility.mjs +85 -0
- package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.js +43 -0
- package/dist/node_modules/.pnpm/ts-dedent@2.2.0/node_modules/ts-dedent/esm/index.mjs +38 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.js +111 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/cancellation.mjs +109 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.js +141 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/events.mjs +139 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.js +47 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/is.mjs +45 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.js +35 -0
- package/dist/node_modules/.pnpm/vscode-jsonrpc@8.2.0/node_modules/vscode-jsonrpc/lib/common/ral.mjs +33 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.js +266 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-textdocument@1.0.12/node_modules/vscode-languageserver-textdocument/lib/esm/main.mjs +266 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.js +1933 -0
- package/dist/node_modules/.pnpm/vscode-languageserver-types@3.17.5/node_modules/vscode-languageserver-types/lib/esm/main.mjs +1933 -0
- package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.js +6 -0
- package/dist/node_modules/.pnpm/vscode-uri@3.0.8/node_modules/vscode-uri/lib/esm/index.mjs +3 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.js +135 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/ZodError.mjs +132 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.js +11 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/errors.mjs +8 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.js +8 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/errorUtil.mjs +8 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.js +122 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/parseUtil.mjs +111 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.js +138 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/helpers/util.mjs +135 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.js +113 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/locales/en.mjs +111 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.js +3339 -0
- package/dist/node_modules/.pnpm/zod@3.25.76/node_modules/zod/v3/types.mjs +3297 -0
- package/package.json +43 -13
- package/src/clerk/clerk-organization-client.tsx +1 -1
- package/src/clerk/clerk-user-client.tsx +1 -1
- package/src/fuma/llm-copy-handler.ts +1 -1
- package/src/fuma/mdx/airtical-card.tsx +1 -1
- package/src/fuma/mdx/banner.tsx +2 -2
- package/src/fuma/mdx/fuma-github-info.tsx +1 -1
- package/src/fuma/mdx/gradient-button.tsx +2 -2
- package/src/fuma/mdx/mermaid.tsx +1 -1
- package/src/fuma/mdx/toc-base.tsx +2 -2
- package/src/fuma/mdx/trophy-card.tsx +1 -1
- package/src/fuma/mdx/zia-card.tsx +2 -2
- package/src/fuma/mdx/zia-file.tsx +2 -2
- package/src/fuma/site-x.tsx +1 -1
- package/src/main/ads-alert-dialog.tsx +2 -2
- package/src/main/ai-prompt-textarea.tsx +1 -1
- package/src/main/cta.tsx +1 -1
- package/src/main/faq.tsx +1 -1
- package/src/main/features.tsx +3 -3
- package/src/main/footer.tsx +1 -1
- package/src/main/gallery.tsx +1 -1
- package/src/main/go-to-top.tsx +1 -1
- package/src/main/language-detector.tsx +1 -1
- package/src/main/price-plan-interactive.tsx +1 -1
- package/src/main/price-plan.tsx +1 -1
- package/src/main/seo-content.tsx +1 -1
- package/src/main/tips.tsx +1 -1
- package/src/main/usage.tsx +2 -2
- package/src/main/x-button.tsx +1 -1
|
@@ -0,0 +1,1933 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* --------------------------------------------------------------------------------------------
|
|
3
|
+
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
4
|
+
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
5
|
+
* ------------------------------------------------------------------------------------------ */
|
|
6
|
+
var DocumentUri;
|
|
7
|
+
(function (DocumentUri) {
|
|
8
|
+
function is(value) {
|
|
9
|
+
return typeof value === 'string';
|
|
10
|
+
}
|
|
11
|
+
DocumentUri.is = is;
|
|
12
|
+
})(DocumentUri || (DocumentUri = {}));
|
|
13
|
+
var URI;
|
|
14
|
+
(function (URI) {
|
|
15
|
+
function is(value) {
|
|
16
|
+
return typeof value === 'string';
|
|
17
|
+
}
|
|
18
|
+
URI.is = is;
|
|
19
|
+
})(URI || (URI = {}));
|
|
20
|
+
var integer;
|
|
21
|
+
(function (integer) {
|
|
22
|
+
integer.MIN_VALUE = -2147483648;
|
|
23
|
+
integer.MAX_VALUE = 2147483647;
|
|
24
|
+
function is(value) {
|
|
25
|
+
return typeof value === 'number' && integer.MIN_VALUE <= value && value <= integer.MAX_VALUE;
|
|
26
|
+
}
|
|
27
|
+
integer.is = is;
|
|
28
|
+
})(integer || (integer = {}));
|
|
29
|
+
var uinteger;
|
|
30
|
+
(function (uinteger) {
|
|
31
|
+
uinteger.MIN_VALUE = 0;
|
|
32
|
+
uinteger.MAX_VALUE = 2147483647;
|
|
33
|
+
function is(value) {
|
|
34
|
+
return typeof value === 'number' && uinteger.MIN_VALUE <= value && value <= uinteger.MAX_VALUE;
|
|
35
|
+
}
|
|
36
|
+
uinteger.is = is;
|
|
37
|
+
})(uinteger || (uinteger = {}));
|
|
38
|
+
/**
|
|
39
|
+
* The Position namespace provides helper functions to work with
|
|
40
|
+
* {@link Position} literals.
|
|
41
|
+
*/
|
|
42
|
+
var Position;
|
|
43
|
+
(function (Position) {
|
|
44
|
+
/**
|
|
45
|
+
* Creates a new Position literal from the given line and character.
|
|
46
|
+
* @param line The position's line.
|
|
47
|
+
* @param character The position's character.
|
|
48
|
+
*/
|
|
49
|
+
function create(line, character) {
|
|
50
|
+
if (line === Number.MAX_VALUE) {
|
|
51
|
+
line = uinteger.MAX_VALUE;
|
|
52
|
+
}
|
|
53
|
+
if (character === Number.MAX_VALUE) {
|
|
54
|
+
character = uinteger.MAX_VALUE;
|
|
55
|
+
}
|
|
56
|
+
return { line, character };
|
|
57
|
+
}
|
|
58
|
+
Position.create = create;
|
|
59
|
+
/**
|
|
60
|
+
* Checks whether the given literal conforms to the {@link Position} interface.
|
|
61
|
+
*/
|
|
62
|
+
function is(value) {
|
|
63
|
+
let candidate = value;
|
|
64
|
+
return Is.objectLiteral(candidate) && Is.uinteger(candidate.line) && Is.uinteger(candidate.character);
|
|
65
|
+
}
|
|
66
|
+
Position.is = is;
|
|
67
|
+
})(Position || (Position = {}));
|
|
68
|
+
/**
|
|
69
|
+
* The Range namespace provides helper functions to work with
|
|
70
|
+
* {@link Range} literals.
|
|
71
|
+
*/
|
|
72
|
+
var Range;
|
|
73
|
+
(function (Range) {
|
|
74
|
+
function create(one, two, three, four) {
|
|
75
|
+
if (Is.uinteger(one) && Is.uinteger(two) && Is.uinteger(three) && Is.uinteger(four)) {
|
|
76
|
+
return { start: Position.create(one, two), end: Position.create(three, four) };
|
|
77
|
+
}
|
|
78
|
+
else if (Position.is(one) && Position.is(two)) {
|
|
79
|
+
return { start: one, end: two };
|
|
80
|
+
}
|
|
81
|
+
else {
|
|
82
|
+
throw new Error(`Range#create called with invalid arguments[${one}, ${two}, ${three}, ${four}]`);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
Range.create = create;
|
|
86
|
+
/**
|
|
87
|
+
* Checks whether the given literal conforms to the {@link Range} interface.
|
|
88
|
+
*/
|
|
89
|
+
function is(value) {
|
|
90
|
+
let candidate = value;
|
|
91
|
+
return Is.objectLiteral(candidate) && Position.is(candidate.start) && Position.is(candidate.end);
|
|
92
|
+
}
|
|
93
|
+
Range.is = is;
|
|
94
|
+
})(Range || (Range = {}));
|
|
95
|
+
/**
|
|
96
|
+
* The Location namespace provides helper functions to work with
|
|
97
|
+
* {@link Location} literals.
|
|
98
|
+
*/
|
|
99
|
+
var Location;
|
|
100
|
+
(function (Location) {
|
|
101
|
+
/**
|
|
102
|
+
* Creates a Location literal.
|
|
103
|
+
* @param uri The location's uri.
|
|
104
|
+
* @param range The location's range.
|
|
105
|
+
*/
|
|
106
|
+
function create(uri, range) {
|
|
107
|
+
return { uri, range };
|
|
108
|
+
}
|
|
109
|
+
Location.create = create;
|
|
110
|
+
/**
|
|
111
|
+
* Checks whether the given literal conforms to the {@link Location} interface.
|
|
112
|
+
*/
|
|
113
|
+
function is(value) {
|
|
114
|
+
let candidate = value;
|
|
115
|
+
return Is.objectLiteral(candidate) && Range.is(candidate.range) && (Is.string(candidate.uri) || Is.undefined(candidate.uri));
|
|
116
|
+
}
|
|
117
|
+
Location.is = is;
|
|
118
|
+
})(Location || (Location = {}));
|
|
119
|
+
/**
|
|
120
|
+
* The LocationLink namespace provides helper functions to work with
|
|
121
|
+
* {@link LocationLink} literals.
|
|
122
|
+
*/
|
|
123
|
+
var LocationLink;
|
|
124
|
+
(function (LocationLink) {
|
|
125
|
+
/**
|
|
126
|
+
* Creates a LocationLink literal.
|
|
127
|
+
* @param targetUri The definition's uri.
|
|
128
|
+
* @param targetRange The full range of the definition.
|
|
129
|
+
* @param targetSelectionRange The span of the symbol definition at the target.
|
|
130
|
+
* @param originSelectionRange The span of the symbol being defined in the originating source file.
|
|
131
|
+
*/
|
|
132
|
+
function create(targetUri, targetRange, targetSelectionRange, originSelectionRange) {
|
|
133
|
+
return { targetUri, targetRange, targetSelectionRange, originSelectionRange };
|
|
134
|
+
}
|
|
135
|
+
LocationLink.create = create;
|
|
136
|
+
/**
|
|
137
|
+
* Checks whether the given literal conforms to the {@link LocationLink} interface.
|
|
138
|
+
*/
|
|
139
|
+
function is(value) {
|
|
140
|
+
let candidate = value;
|
|
141
|
+
return Is.objectLiteral(candidate) && Range.is(candidate.targetRange) && Is.string(candidate.targetUri)
|
|
142
|
+
&& Range.is(candidate.targetSelectionRange)
|
|
143
|
+
&& (Range.is(candidate.originSelectionRange) || Is.undefined(candidate.originSelectionRange));
|
|
144
|
+
}
|
|
145
|
+
LocationLink.is = is;
|
|
146
|
+
})(LocationLink || (LocationLink = {}));
|
|
147
|
+
/**
|
|
148
|
+
* The Color namespace provides helper functions to work with
|
|
149
|
+
* {@link Color} literals.
|
|
150
|
+
*/
|
|
151
|
+
var Color;
|
|
152
|
+
(function (Color) {
|
|
153
|
+
/**
|
|
154
|
+
* Creates a new Color literal.
|
|
155
|
+
*/
|
|
156
|
+
function create(red, green, blue, alpha) {
|
|
157
|
+
return {
|
|
158
|
+
red,
|
|
159
|
+
green,
|
|
160
|
+
blue,
|
|
161
|
+
alpha,
|
|
162
|
+
};
|
|
163
|
+
}
|
|
164
|
+
Color.create = create;
|
|
165
|
+
/**
|
|
166
|
+
* Checks whether the given literal conforms to the {@link Color} interface.
|
|
167
|
+
*/
|
|
168
|
+
function is(value) {
|
|
169
|
+
const candidate = value;
|
|
170
|
+
return Is.objectLiteral(candidate) && Is.numberRange(candidate.red, 0, 1)
|
|
171
|
+
&& Is.numberRange(candidate.green, 0, 1)
|
|
172
|
+
&& Is.numberRange(candidate.blue, 0, 1)
|
|
173
|
+
&& Is.numberRange(candidate.alpha, 0, 1);
|
|
174
|
+
}
|
|
175
|
+
Color.is = is;
|
|
176
|
+
})(Color || (Color = {}));
|
|
177
|
+
/**
|
|
178
|
+
* The ColorInformation namespace provides helper functions to work with
|
|
179
|
+
* {@link ColorInformation} literals.
|
|
180
|
+
*/
|
|
181
|
+
var ColorInformation;
|
|
182
|
+
(function (ColorInformation) {
|
|
183
|
+
/**
|
|
184
|
+
* Creates a new ColorInformation literal.
|
|
185
|
+
*/
|
|
186
|
+
function create(range, color) {
|
|
187
|
+
return {
|
|
188
|
+
range,
|
|
189
|
+
color,
|
|
190
|
+
};
|
|
191
|
+
}
|
|
192
|
+
ColorInformation.create = create;
|
|
193
|
+
/**
|
|
194
|
+
* Checks whether the given literal conforms to the {@link ColorInformation} interface.
|
|
195
|
+
*/
|
|
196
|
+
function is(value) {
|
|
197
|
+
const candidate = value;
|
|
198
|
+
return Is.objectLiteral(candidate) && Range.is(candidate.range) && Color.is(candidate.color);
|
|
199
|
+
}
|
|
200
|
+
ColorInformation.is = is;
|
|
201
|
+
})(ColorInformation || (ColorInformation = {}));
|
|
202
|
+
/**
|
|
203
|
+
* The Color namespace provides helper functions to work with
|
|
204
|
+
* {@link ColorPresentation} literals.
|
|
205
|
+
*/
|
|
206
|
+
var ColorPresentation;
|
|
207
|
+
(function (ColorPresentation) {
|
|
208
|
+
/**
|
|
209
|
+
* Creates a new ColorInformation literal.
|
|
210
|
+
*/
|
|
211
|
+
function create(label, textEdit, additionalTextEdits) {
|
|
212
|
+
return {
|
|
213
|
+
label,
|
|
214
|
+
textEdit,
|
|
215
|
+
additionalTextEdits,
|
|
216
|
+
};
|
|
217
|
+
}
|
|
218
|
+
ColorPresentation.create = create;
|
|
219
|
+
/**
|
|
220
|
+
* Checks whether the given literal conforms to the {@link ColorInformation} interface.
|
|
221
|
+
*/
|
|
222
|
+
function is(value) {
|
|
223
|
+
const candidate = value;
|
|
224
|
+
return Is.objectLiteral(candidate) && Is.string(candidate.label)
|
|
225
|
+
&& (Is.undefined(candidate.textEdit) || TextEdit.is(candidate))
|
|
226
|
+
&& (Is.undefined(candidate.additionalTextEdits) || Is.typedArray(candidate.additionalTextEdits, TextEdit.is));
|
|
227
|
+
}
|
|
228
|
+
ColorPresentation.is = is;
|
|
229
|
+
})(ColorPresentation || (ColorPresentation = {}));
|
|
230
|
+
/**
|
|
231
|
+
* A set of predefined range kinds.
|
|
232
|
+
*/
|
|
233
|
+
var FoldingRangeKind;
|
|
234
|
+
(function (FoldingRangeKind) {
|
|
235
|
+
/**
|
|
236
|
+
* Folding range for a comment
|
|
237
|
+
*/
|
|
238
|
+
FoldingRangeKind.Comment = 'comment';
|
|
239
|
+
/**
|
|
240
|
+
* Folding range for an import or include
|
|
241
|
+
*/
|
|
242
|
+
FoldingRangeKind.Imports = 'imports';
|
|
243
|
+
/**
|
|
244
|
+
* Folding range for a region (e.g. `#region`)
|
|
245
|
+
*/
|
|
246
|
+
FoldingRangeKind.Region = 'region';
|
|
247
|
+
})(FoldingRangeKind || (FoldingRangeKind = {}));
|
|
248
|
+
/**
|
|
249
|
+
* The folding range namespace provides helper functions to work with
|
|
250
|
+
* {@link FoldingRange} literals.
|
|
251
|
+
*/
|
|
252
|
+
var FoldingRange;
|
|
253
|
+
(function (FoldingRange) {
|
|
254
|
+
/**
|
|
255
|
+
* Creates a new FoldingRange literal.
|
|
256
|
+
*/
|
|
257
|
+
function create(startLine, endLine, startCharacter, endCharacter, kind, collapsedText) {
|
|
258
|
+
const result = {
|
|
259
|
+
startLine,
|
|
260
|
+
endLine
|
|
261
|
+
};
|
|
262
|
+
if (Is.defined(startCharacter)) {
|
|
263
|
+
result.startCharacter = startCharacter;
|
|
264
|
+
}
|
|
265
|
+
if (Is.defined(endCharacter)) {
|
|
266
|
+
result.endCharacter = endCharacter;
|
|
267
|
+
}
|
|
268
|
+
if (Is.defined(kind)) {
|
|
269
|
+
result.kind = kind;
|
|
270
|
+
}
|
|
271
|
+
if (Is.defined(collapsedText)) {
|
|
272
|
+
result.collapsedText = collapsedText;
|
|
273
|
+
}
|
|
274
|
+
return result;
|
|
275
|
+
}
|
|
276
|
+
FoldingRange.create = create;
|
|
277
|
+
/**
|
|
278
|
+
* Checks whether the given literal conforms to the {@link FoldingRange} interface.
|
|
279
|
+
*/
|
|
280
|
+
function is(value) {
|
|
281
|
+
const candidate = value;
|
|
282
|
+
return Is.objectLiteral(candidate) && Is.uinteger(candidate.startLine) && Is.uinteger(candidate.startLine)
|
|
283
|
+
&& (Is.undefined(candidate.startCharacter) || Is.uinteger(candidate.startCharacter))
|
|
284
|
+
&& (Is.undefined(candidate.endCharacter) || Is.uinteger(candidate.endCharacter))
|
|
285
|
+
&& (Is.undefined(candidate.kind) || Is.string(candidate.kind));
|
|
286
|
+
}
|
|
287
|
+
FoldingRange.is = is;
|
|
288
|
+
})(FoldingRange || (FoldingRange = {}));
|
|
289
|
+
/**
|
|
290
|
+
* The DiagnosticRelatedInformation namespace provides helper functions to work with
|
|
291
|
+
* {@link DiagnosticRelatedInformation} literals.
|
|
292
|
+
*/
|
|
293
|
+
var DiagnosticRelatedInformation;
|
|
294
|
+
(function (DiagnosticRelatedInformation) {
|
|
295
|
+
/**
|
|
296
|
+
* Creates a new DiagnosticRelatedInformation literal.
|
|
297
|
+
*/
|
|
298
|
+
function create(location, message) {
|
|
299
|
+
return {
|
|
300
|
+
location,
|
|
301
|
+
message
|
|
302
|
+
};
|
|
303
|
+
}
|
|
304
|
+
DiagnosticRelatedInformation.create = create;
|
|
305
|
+
/**
|
|
306
|
+
* Checks whether the given literal conforms to the {@link DiagnosticRelatedInformation} interface.
|
|
307
|
+
*/
|
|
308
|
+
function is(value) {
|
|
309
|
+
let candidate = value;
|
|
310
|
+
return Is.defined(candidate) && Location.is(candidate.location) && Is.string(candidate.message);
|
|
311
|
+
}
|
|
312
|
+
DiagnosticRelatedInformation.is = is;
|
|
313
|
+
})(DiagnosticRelatedInformation || (DiagnosticRelatedInformation = {}));
|
|
314
|
+
/**
|
|
315
|
+
* The diagnostic's severity.
|
|
316
|
+
*/
|
|
317
|
+
var DiagnosticSeverity;
|
|
318
|
+
(function (DiagnosticSeverity) {
|
|
319
|
+
/**
|
|
320
|
+
* Reports an error.
|
|
321
|
+
*/
|
|
322
|
+
DiagnosticSeverity.Error = 1;
|
|
323
|
+
/**
|
|
324
|
+
* Reports a warning.
|
|
325
|
+
*/
|
|
326
|
+
DiagnosticSeverity.Warning = 2;
|
|
327
|
+
/**
|
|
328
|
+
* Reports an information.
|
|
329
|
+
*/
|
|
330
|
+
DiagnosticSeverity.Information = 3;
|
|
331
|
+
/**
|
|
332
|
+
* Reports a hint.
|
|
333
|
+
*/
|
|
334
|
+
DiagnosticSeverity.Hint = 4;
|
|
335
|
+
})(DiagnosticSeverity || (DiagnosticSeverity = {}));
|
|
336
|
+
/**
|
|
337
|
+
* The diagnostic tags.
|
|
338
|
+
*
|
|
339
|
+
* @since 3.15.0
|
|
340
|
+
*/
|
|
341
|
+
var DiagnosticTag;
|
|
342
|
+
(function (DiagnosticTag) {
|
|
343
|
+
/**
|
|
344
|
+
* Unused or unnecessary code.
|
|
345
|
+
*
|
|
346
|
+
* Clients are allowed to render diagnostics with this tag faded out instead of having
|
|
347
|
+
* an error squiggle.
|
|
348
|
+
*/
|
|
349
|
+
DiagnosticTag.Unnecessary = 1;
|
|
350
|
+
/**
|
|
351
|
+
* Deprecated or obsolete code.
|
|
352
|
+
*
|
|
353
|
+
* Clients are allowed to rendered diagnostics with this tag strike through.
|
|
354
|
+
*/
|
|
355
|
+
DiagnosticTag.Deprecated = 2;
|
|
356
|
+
})(DiagnosticTag || (DiagnosticTag = {}));
|
|
357
|
+
/**
|
|
358
|
+
* The CodeDescription namespace provides functions to deal with descriptions for diagnostic codes.
|
|
359
|
+
*
|
|
360
|
+
* @since 3.16.0
|
|
361
|
+
*/
|
|
362
|
+
var CodeDescription;
|
|
363
|
+
(function (CodeDescription) {
|
|
364
|
+
function is(value) {
|
|
365
|
+
const candidate = value;
|
|
366
|
+
return Is.objectLiteral(candidate) && Is.string(candidate.href);
|
|
367
|
+
}
|
|
368
|
+
CodeDescription.is = is;
|
|
369
|
+
})(CodeDescription || (CodeDescription = {}));
|
|
370
|
+
/**
|
|
371
|
+
* The Diagnostic namespace provides helper functions to work with
|
|
372
|
+
* {@link Diagnostic} literals.
|
|
373
|
+
*/
|
|
374
|
+
var Diagnostic;
|
|
375
|
+
(function (Diagnostic) {
|
|
376
|
+
/**
|
|
377
|
+
* Creates a new Diagnostic literal.
|
|
378
|
+
*/
|
|
379
|
+
function create(range, message, severity, code, source, relatedInformation) {
|
|
380
|
+
let result = { range, message };
|
|
381
|
+
if (Is.defined(severity)) {
|
|
382
|
+
result.severity = severity;
|
|
383
|
+
}
|
|
384
|
+
if (Is.defined(code)) {
|
|
385
|
+
result.code = code;
|
|
386
|
+
}
|
|
387
|
+
if (Is.defined(source)) {
|
|
388
|
+
result.source = source;
|
|
389
|
+
}
|
|
390
|
+
if (Is.defined(relatedInformation)) {
|
|
391
|
+
result.relatedInformation = relatedInformation;
|
|
392
|
+
}
|
|
393
|
+
return result;
|
|
394
|
+
}
|
|
395
|
+
Diagnostic.create = create;
|
|
396
|
+
/**
|
|
397
|
+
* Checks whether the given literal conforms to the {@link Diagnostic} interface.
|
|
398
|
+
*/
|
|
399
|
+
function is(value) {
|
|
400
|
+
var _a;
|
|
401
|
+
let candidate = value;
|
|
402
|
+
return Is.defined(candidate)
|
|
403
|
+
&& Range.is(candidate.range)
|
|
404
|
+
&& Is.string(candidate.message)
|
|
405
|
+
&& (Is.number(candidate.severity) || Is.undefined(candidate.severity))
|
|
406
|
+
&& (Is.integer(candidate.code) || Is.string(candidate.code) || Is.undefined(candidate.code))
|
|
407
|
+
&& (Is.undefined(candidate.codeDescription) || (Is.string((_a = candidate.codeDescription) === null || _a === void 0 ? void 0 : _a.href)))
|
|
408
|
+
&& (Is.string(candidate.source) || Is.undefined(candidate.source))
|
|
409
|
+
&& (Is.undefined(candidate.relatedInformation) || Is.typedArray(candidate.relatedInformation, DiagnosticRelatedInformation.is));
|
|
410
|
+
}
|
|
411
|
+
Diagnostic.is = is;
|
|
412
|
+
})(Diagnostic || (Diagnostic = {}));
|
|
413
|
+
/**
|
|
414
|
+
* The Command namespace provides helper functions to work with
|
|
415
|
+
* {@link Command} literals.
|
|
416
|
+
*/
|
|
417
|
+
var Command;
|
|
418
|
+
(function (Command) {
|
|
419
|
+
/**
|
|
420
|
+
* Creates a new Command literal.
|
|
421
|
+
*/
|
|
422
|
+
function create(title, command, ...args) {
|
|
423
|
+
let result = { title, command };
|
|
424
|
+
if (Is.defined(args) && args.length > 0) {
|
|
425
|
+
result.arguments = args;
|
|
426
|
+
}
|
|
427
|
+
return result;
|
|
428
|
+
}
|
|
429
|
+
Command.create = create;
|
|
430
|
+
/**
|
|
431
|
+
* Checks whether the given literal conforms to the {@link Command} interface.
|
|
432
|
+
*/
|
|
433
|
+
function is(value) {
|
|
434
|
+
let candidate = value;
|
|
435
|
+
return Is.defined(candidate) && Is.string(candidate.title) && Is.string(candidate.command);
|
|
436
|
+
}
|
|
437
|
+
Command.is = is;
|
|
438
|
+
})(Command || (Command = {}));
|
|
439
|
+
/**
|
|
440
|
+
* The TextEdit namespace provides helper function to create replace,
|
|
441
|
+
* insert and delete edits more easily.
|
|
442
|
+
*/
|
|
443
|
+
var TextEdit;
|
|
444
|
+
(function (TextEdit) {
|
|
445
|
+
/**
|
|
446
|
+
* Creates a replace text edit.
|
|
447
|
+
* @param range The range of text to be replaced.
|
|
448
|
+
* @param newText The new text.
|
|
449
|
+
*/
|
|
450
|
+
function replace(range, newText) {
|
|
451
|
+
return { range, newText };
|
|
452
|
+
}
|
|
453
|
+
TextEdit.replace = replace;
|
|
454
|
+
/**
|
|
455
|
+
* Creates an insert text edit.
|
|
456
|
+
* @param position The position to insert the text at.
|
|
457
|
+
* @param newText The text to be inserted.
|
|
458
|
+
*/
|
|
459
|
+
function insert(position, newText) {
|
|
460
|
+
return { range: { start: position, end: position }, newText };
|
|
461
|
+
}
|
|
462
|
+
TextEdit.insert = insert;
|
|
463
|
+
/**
|
|
464
|
+
* Creates a delete text edit.
|
|
465
|
+
* @param range The range of text to be deleted.
|
|
466
|
+
*/
|
|
467
|
+
function del(range) {
|
|
468
|
+
return { range, newText: '' };
|
|
469
|
+
}
|
|
470
|
+
TextEdit.del = del;
|
|
471
|
+
function is(value) {
|
|
472
|
+
const candidate = value;
|
|
473
|
+
return Is.objectLiteral(candidate)
|
|
474
|
+
&& Is.string(candidate.newText)
|
|
475
|
+
&& Range.is(candidate.range);
|
|
476
|
+
}
|
|
477
|
+
TextEdit.is = is;
|
|
478
|
+
})(TextEdit || (TextEdit = {}));
|
|
479
|
+
var ChangeAnnotation;
|
|
480
|
+
(function (ChangeAnnotation) {
|
|
481
|
+
function create(label, needsConfirmation, description) {
|
|
482
|
+
const result = { label };
|
|
483
|
+
if (needsConfirmation !== undefined) {
|
|
484
|
+
result.needsConfirmation = needsConfirmation;
|
|
485
|
+
}
|
|
486
|
+
if (description !== undefined) {
|
|
487
|
+
result.description = description;
|
|
488
|
+
}
|
|
489
|
+
return result;
|
|
490
|
+
}
|
|
491
|
+
ChangeAnnotation.create = create;
|
|
492
|
+
function is(value) {
|
|
493
|
+
const candidate = value;
|
|
494
|
+
return Is.objectLiteral(candidate) && Is.string(candidate.label) &&
|
|
495
|
+
(Is.boolean(candidate.needsConfirmation) || candidate.needsConfirmation === undefined) &&
|
|
496
|
+
(Is.string(candidate.description) || candidate.description === undefined);
|
|
497
|
+
}
|
|
498
|
+
ChangeAnnotation.is = is;
|
|
499
|
+
})(ChangeAnnotation || (ChangeAnnotation = {}));
|
|
500
|
+
var ChangeAnnotationIdentifier;
|
|
501
|
+
(function (ChangeAnnotationIdentifier) {
|
|
502
|
+
function is(value) {
|
|
503
|
+
const candidate = value;
|
|
504
|
+
return Is.string(candidate);
|
|
505
|
+
}
|
|
506
|
+
ChangeAnnotationIdentifier.is = is;
|
|
507
|
+
})(ChangeAnnotationIdentifier || (ChangeAnnotationIdentifier = {}));
|
|
508
|
+
var AnnotatedTextEdit;
|
|
509
|
+
(function (AnnotatedTextEdit) {
|
|
510
|
+
/**
|
|
511
|
+
* Creates an annotated replace text edit.
|
|
512
|
+
*
|
|
513
|
+
* @param range The range of text to be replaced.
|
|
514
|
+
* @param newText The new text.
|
|
515
|
+
* @param annotation The annotation.
|
|
516
|
+
*/
|
|
517
|
+
function replace(range, newText, annotation) {
|
|
518
|
+
return { range, newText, annotationId: annotation };
|
|
519
|
+
}
|
|
520
|
+
AnnotatedTextEdit.replace = replace;
|
|
521
|
+
/**
|
|
522
|
+
* Creates an annotated insert text edit.
|
|
523
|
+
*
|
|
524
|
+
* @param position The position to insert the text at.
|
|
525
|
+
* @param newText The text to be inserted.
|
|
526
|
+
* @param annotation The annotation.
|
|
527
|
+
*/
|
|
528
|
+
function insert(position, newText, annotation) {
|
|
529
|
+
return { range: { start: position, end: position }, newText, annotationId: annotation };
|
|
530
|
+
}
|
|
531
|
+
AnnotatedTextEdit.insert = insert;
|
|
532
|
+
/**
|
|
533
|
+
* Creates an annotated delete text edit.
|
|
534
|
+
*
|
|
535
|
+
* @param range The range of text to be deleted.
|
|
536
|
+
* @param annotation The annotation.
|
|
537
|
+
*/
|
|
538
|
+
function del(range, annotation) {
|
|
539
|
+
return { range, newText: '', annotationId: annotation };
|
|
540
|
+
}
|
|
541
|
+
AnnotatedTextEdit.del = del;
|
|
542
|
+
function is(value) {
|
|
543
|
+
const candidate = value;
|
|
544
|
+
return TextEdit.is(candidate) && (ChangeAnnotation.is(candidate.annotationId) || ChangeAnnotationIdentifier.is(candidate.annotationId));
|
|
545
|
+
}
|
|
546
|
+
AnnotatedTextEdit.is = is;
|
|
547
|
+
})(AnnotatedTextEdit || (AnnotatedTextEdit = {}));
|
|
548
|
+
/**
|
|
549
|
+
* The TextDocumentEdit namespace provides helper function to create
|
|
550
|
+
* an edit that manipulates a text document.
|
|
551
|
+
*/
|
|
552
|
+
var TextDocumentEdit;
|
|
553
|
+
(function (TextDocumentEdit) {
|
|
554
|
+
/**
|
|
555
|
+
* Creates a new `TextDocumentEdit`
|
|
556
|
+
*/
|
|
557
|
+
function create(textDocument, edits) {
|
|
558
|
+
return { textDocument, edits };
|
|
559
|
+
}
|
|
560
|
+
TextDocumentEdit.create = create;
|
|
561
|
+
function is(value) {
|
|
562
|
+
let candidate = value;
|
|
563
|
+
return Is.defined(candidate)
|
|
564
|
+
&& OptionalVersionedTextDocumentIdentifier.is(candidate.textDocument)
|
|
565
|
+
&& Array.isArray(candidate.edits);
|
|
566
|
+
}
|
|
567
|
+
TextDocumentEdit.is = is;
|
|
568
|
+
})(TextDocumentEdit || (TextDocumentEdit = {}));
|
|
569
|
+
var CreateFile;
|
|
570
|
+
(function (CreateFile) {
|
|
571
|
+
function create(uri, options, annotation) {
|
|
572
|
+
let result = {
|
|
573
|
+
kind: 'create',
|
|
574
|
+
uri
|
|
575
|
+
};
|
|
576
|
+
if (options !== undefined && (options.overwrite !== undefined || options.ignoreIfExists !== undefined)) {
|
|
577
|
+
result.options = options;
|
|
578
|
+
}
|
|
579
|
+
if (annotation !== undefined) {
|
|
580
|
+
result.annotationId = annotation;
|
|
581
|
+
}
|
|
582
|
+
return result;
|
|
583
|
+
}
|
|
584
|
+
CreateFile.create = create;
|
|
585
|
+
function is(value) {
|
|
586
|
+
let candidate = value;
|
|
587
|
+
return candidate && candidate.kind === 'create' && Is.string(candidate.uri) && (candidate.options === undefined ||
|
|
588
|
+
((candidate.options.overwrite === undefined || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === undefined || Is.boolean(candidate.options.ignoreIfExists)))) && (candidate.annotationId === undefined || ChangeAnnotationIdentifier.is(candidate.annotationId));
|
|
589
|
+
}
|
|
590
|
+
CreateFile.is = is;
|
|
591
|
+
})(CreateFile || (CreateFile = {}));
|
|
592
|
+
var RenameFile;
|
|
593
|
+
(function (RenameFile) {
|
|
594
|
+
function create(oldUri, newUri, options, annotation) {
|
|
595
|
+
let result = {
|
|
596
|
+
kind: 'rename',
|
|
597
|
+
oldUri,
|
|
598
|
+
newUri
|
|
599
|
+
};
|
|
600
|
+
if (options !== undefined && (options.overwrite !== undefined || options.ignoreIfExists !== undefined)) {
|
|
601
|
+
result.options = options;
|
|
602
|
+
}
|
|
603
|
+
if (annotation !== undefined) {
|
|
604
|
+
result.annotationId = annotation;
|
|
605
|
+
}
|
|
606
|
+
return result;
|
|
607
|
+
}
|
|
608
|
+
RenameFile.create = create;
|
|
609
|
+
function is(value) {
|
|
610
|
+
let candidate = value;
|
|
611
|
+
return candidate && candidate.kind === 'rename' && Is.string(candidate.oldUri) && Is.string(candidate.newUri) && (candidate.options === undefined ||
|
|
612
|
+
((candidate.options.overwrite === undefined || Is.boolean(candidate.options.overwrite)) && (candidate.options.ignoreIfExists === undefined || Is.boolean(candidate.options.ignoreIfExists)))) && (candidate.annotationId === undefined || ChangeAnnotationIdentifier.is(candidate.annotationId));
|
|
613
|
+
}
|
|
614
|
+
RenameFile.is = is;
|
|
615
|
+
})(RenameFile || (RenameFile = {}));
|
|
616
|
+
var DeleteFile;
|
|
617
|
+
(function (DeleteFile) {
|
|
618
|
+
function create(uri, options, annotation) {
|
|
619
|
+
let result = {
|
|
620
|
+
kind: 'delete',
|
|
621
|
+
uri
|
|
622
|
+
};
|
|
623
|
+
if (options !== undefined && (options.recursive !== undefined || options.ignoreIfNotExists !== undefined)) {
|
|
624
|
+
result.options = options;
|
|
625
|
+
}
|
|
626
|
+
if (annotation !== undefined) {
|
|
627
|
+
result.annotationId = annotation;
|
|
628
|
+
}
|
|
629
|
+
return result;
|
|
630
|
+
}
|
|
631
|
+
DeleteFile.create = create;
|
|
632
|
+
function is(value) {
|
|
633
|
+
let candidate = value;
|
|
634
|
+
return candidate && candidate.kind === 'delete' && Is.string(candidate.uri) && (candidate.options === undefined ||
|
|
635
|
+
((candidate.options.recursive === undefined || Is.boolean(candidate.options.recursive)) && (candidate.options.ignoreIfNotExists === undefined || Is.boolean(candidate.options.ignoreIfNotExists)))) && (candidate.annotationId === undefined || ChangeAnnotationIdentifier.is(candidate.annotationId));
|
|
636
|
+
}
|
|
637
|
+
DeleteFile.is = is;
|
|
638
|
+
})(DeleteFile || (DeleteFile = {}));
|
|
639
|
+
var WorkspaceEdit;
|
|
640
|
+
(function (WorkspaceEdit) {
|
|
641
|
+
function is(value) {
|
|
642
|
+
let candidate = value;
|
|
643
|
+
return candidate &&
|
|
644
|
+
(candidate.changes !== undefined || candidate.documentChanges !== undefined) &&
|
|
645
|
+
(candidate.documentChanges === undefined || candidate.documentChanges.every((change) => {
|
|
646
|
+
if (Is.string(change.kind)) {
|
|
647
|
+
return CreateFile.is(change) || RenameFile.is(change) || DeleteFile.is(change);
|
|
648
|
+
}
|
|
649
|
+
else {
|
|
650
|
+
return TextDocumentEdit.is(change);
|
|
651
|
+
}
|
|
652
|
+
}));
|
|
653
|
+
}
|
|
654
|
+
WorkspaceEdit.is = is;
|
|
655
|
+
})(WorkspaceEdit || (WorkspaceEdit = {}));
|
|
656
|
+
/**
|
|
657
|
+
* The TextDocumentIdentifier namespace provides helper functions to work with
|
|
658
|
+
* {@link TextDocumentIdentifier} literals.
|
|
659
|
+
*/
|
|
660
|
+
var TextDocumentIdentifier;
|
|
661
|
+
(function (TextDocumentIdentifier) {
|
|
662
|
+
/**
|
|
663
|
+
* Creates a new TextDocumentIdentifier literal.
|
|
664
|
+
* @param uri The document's uri.
|
|
665
|
+
*/
|
|
666
|
+
function create(uri) {
|
|
667
|
+
return { uri };
|
|
668
|
+
}
|
|
669
|
+
TextDocumentIdentifier.create = create;
|
|
670
|
+
/**
|
|
671
|
+
* Checks whether the given literal conforms to the {@link TextDocumentIdentifier} interface.
|
|
672
|
+
*/
|
|
673
|
+
function is(value) {
|
|
674
|
+
let candidate = value;
|
|
675
|
+
return Is.defined(candidate) && Is.string(candidate.uri);
|
|
676
|
+
}
|
|
677
|
+
TextDocumentIdentifier.is = is;
|
|
678
|
+
})(TextDocumentIdentifier || (TextDocumentIdentifier = {}));
|
|
679
|
+
/**
|
|
680
|
+
* The VersionedTextDocumentIdentifier namespace provides helper functions to work with
|
|
681
|
+
* {@link VersionedTextDocumentIdentifier} literals.
|
|
682
|
+
*/
|
|
683
|
+
var VersionedTextDocumentIdentifier;
|
|
684
|
+
(function (VersionedTextDocumentIdentifier) {
|
|
685
|
+
/**
|
|
686
|
+
* Creates a new VersionedTextDocumentIdentifier literal.
|
|
687
|
+
* @param uri The document's uri.
|
|
688
|
+
* @param version The document's version.
|
|
689
|
+
*/
|
|
690
|
+
function create(uri, version) {
|
|
691
|
+
return { uri, version };
|
|
692
|
+
}
|
|
693
|
+
VersionedTextDocumentIdentifier.create = create;
|
|
694
|
+
/**
|
|
695
|
+
* Checks whether the given literal conforms to the {@link VersionedTextDocumentIdentifier} interface.
|
|
696
|
+
*/
|
|
697
|
+
function is(value) {
|
|
698
|
+
let candidate = value;
|
|
699
|
+
return Is.defined(candidate) && Is.string(candidate.uri) && Is.integer(candidate.version);
|
|
700
|
+
}
|
|
701
|
+
VersionedTextDocumentIdentifier.is = is;
|
|
702
|
+
})(VersionedTextDocumentIdentifier || (VersionedTextDocumentIdentifier = {}));
|
|
703
|
+
/**
|
|
704
|
+
* The OptionalVersionedTextDocumentIdentifier namespace provides helper functions to work with
|
|
705
|
+
* {@link OptionalVersionedTextDocumentIdentifier} literals.
|
|
706
|
+
*/
|
|
707
|
+
var OptionalVersionedTextDocumentIdentifier;
|
|
708
|
+
(function (OptionalVersionedTextDocumentIdentifier) {
|
|
709
|
+
/**
|
|
710
|
+
* Creates a new OptionalVersionedTextDocumentIdentifier literal.
|
|
711
|
+
* @param uri The document's uri.
|
|
712
|
+
* @param version The document's version.
|
|
713
|
+
*/
|
|
714
|
+
function create(uri, version) {
|
|
715
|
+
return { uri, version };
|
|
716
|
+
}
|
|
717
|
+
OptionalVersionedTextDocumentIdentifier.create = create;
|
|
718
|
+
/**
|
|
719
|
+
* Checks whether the given literal conforms to the {@link OptionalVersionedTextDocumentIdentifier} interface.
|
|
720
|
+
*/
|
|
721
|
+
function is(value) {
|
|
722
|
+
let candidate = value;
|
|
723
|
+
return Is.defined(candidate) && Is.string(candidate.uri) && (candidate.version === null || Is.integer(candidate.version));
|
|
724
|
+
}
|
|
725
|
+
OptionalVersionedTextDocumentIdentifier.is = is;
|
|
726
|
+
})(OptionalVersionedTextDocumentIdentifier || (OptionalVersionedTextDocumentIdentifier = {}));
|
|
727
|
+
/**
|
|
728
|
+
* The TextDocumentItem namespace provides helper functions to work with
|
|
729
|
+
* {@link TextDocumentItem} literals.
|
|
730
|
+
*/
|
|
731
|
+
var TextDocumentItem;
|
|
732
|
+
(function (TextDocumentItem) {
|
|
733
|
+
/**
|
|
734
|
+
* Creates a new TextDocumentItem literal.
|
|
735
|
+
* @param uri The document's uri.
|
|
736
|
+
* @param languageId The document's language identifier.
|
|
737
|
+
* @param version The document's version number.
|
|
738
|
+
* @param text The document's text.
|
|
739
|
+
*/
|
|
740
|
+
function create(uri, languageId, version, text) {
|
|
741
|
+
return { uri, languageId, version, text };
|
|
742
|
+
}
|
|
743
|
+
TextDocumentItem.create = create;
|
|
744
|
+
/**
|
|
745
|
+
* Checks whether the given literal conforms to the {@link TextDocumentItem} interface.
|
|
746
|
+
*/
|
|
747
|
+
function is(value) {
|
|
748
|
+
let candidate = value;
|
|
749
|
+
return Is.defined(candidate) && Is.string(candidate.uri) && Is.string(candidate.languageId) && Is.integer(candidate.version) && Is.string(candidate.text);
|
|
750
|
+
}
|
|
751
|
+
TextDocumentItem.is = is;
|
|
752
|
+
})(TextDocumentItem || (TextDocumentItem = {}));
|
|
753
|
+
/**
|
|
754
|
+
* Describes the content type that a client supports in various
|
|
755
|
+
* result literals like `Hover`, `ParameterInfo` or `CompletionItem`.
|
|
756
|
+
*
|
|
757
|
+
* Please note that `MarkupKinds` must not start with a `$`. This kinds
|
|
758
|
+
* are reserved for internal usage.
|
|
759
|
+
*/
|
|
760
|
+
var MarkupKind;
|
|
761
|
+
(function (MarkupKind) {
|
|
762
|
+
/**
|
|
763
|
+
* Plain text is supported as a content format
|
|
764
|
+
*/
|
|
765
|
+
MarkupKind.PlainText = 'plaintext';
|
|
766
|
+
/**
|
|
767
|
+
* Markdown is supported as a content format
|
|
768
|
+
*/
|
|
769
|
+
MarkupKind.Markdown = 'markdown';
|
|
770
|
+
/**
|
|
771
|
+
* Checks whether the given value is a value of the {@link MarkupKind} type.
|
|
772
|
+
*/
|
|
773
|
+
function is(value) {
|
|
774
|
+
const candidate = value;
|
|
775
|
+
return candidate === MarkupKind.PlainText || candidate === MarkupKind.Markdown;
|
|
776
|
+
}
|
|
777
|
+
MarkupKind.is = is;
|
|
778
|
+
})(MarkupKind || (MarkupKind = {}));
|
|
779
|
+
var MarkupContent;
|
|
780
|
+
(function (MarkupContent) {
|
|
781
|
+
/**
|
|
782
|
+
* Checks whether the given value conforms to the {@link MarkupContent} interface.
|
|
783
|
+
*/
|
|
784
|
+
function is(value) {
|
|
785
|
+
const candidate = value;
|
|
786
|
+
return Is.objectLiteral(value) && MarkupKind.is(candidate.kind) && Is.string(candidate.value);
|
|
787
|
+
}
|
|
788
|
+
MarkupContent.is = is;
|
|
789
|
+
})(MarkupContent || (MarkupContent = {}));
|
|
790
|
+
/**
|
|
791
|
+
* The kind of a completion entry.
|
|
792
|
+
*/
|
|
793
|
+
var CompletionItemKind;
|
|
794
|
+
(function (CompletionItemKind) {
|
|
795
|
+
CompletionItemKind.Text = 1;
|
|
796
|
+
CompletionItemKind.Method = 2;
|
|
797
|
+
CompletionItemKind.Function = 3;
|
|
798
|
+
CompletionItemKind.Constructor = 4;
|
|
799
|
+
CompletionItemKind.Field = 5;
|
|
800
|
+
CompletionItemKind.Variable = 6;
|
|
801
|
+
CompletionItemKind.Class = 7;
|
|
802
|
+
CompletionItemKind.Interface = 8;
|
|
803
|
+
CompletionItemKind.Module = 9;
|
|
804
|
+
CompletionItemKind.Property = 10;
|
|
805
|
+
CompletionItemKind.Unit = 11;
|
|
806
|
+
CompletionItemKind.Value = 12;
|
|
807
|
+
CompletionItemKind.Enum = 13;
|
|
808
|
+
CompletionItemKind.Keyword = 14;
|
|
809
|
+
CompletionItemKind.Snippet = 15;
|
|
810
|
+
CompletionItemKind.Color = 16;
|
|
811
|
+
CompletionItemKind.File = 17;
|
|
812
|
+
CompletionItemKind.Reference = 18;
|
|
813
|
+
CompletionItemKind.Folder = 19;
|
|
814
|
+
CompletionItemKind.EnumMember = 20;
|
|
815
|
+
CompletionItemKind.Constant = 21;
|
|
816
|
+
CompletionItemKind.Struct = 22;
|
|
817
|
+
CompletionItemKind.Event = 23;
|
|
818
|
+
CompletionItemKind.Operator = 24;
|
|
819
|
+
CompletionItemKind.TypeParameter = 25;
|
|
820
|
+
})(CompletionItemKind || (CompletionItemKind = {}));
|
|
821
|
+
/**
|
|
822
|
+
* Defines whether the insert text in a completion item should be interpreted as
|
|
823
|
+
* plain text or a snippet.
|
|
824
|
+
*/
|
|
825
|
+
var InsertTextFormat;
|
|
826
|
+
(function (InsertTextFormat) {
|
|
827
|
+
/**
|
|
828
|
+
* The primary text to be inserted is treated as a plain string.
|
|
829
|
+
*/
|
|
830
|
+
InsertTextFormat.PlainText = 1;
|
|
831
|
+
/**
|
|
832
|
+
* The primary text to be inserted is treated as a snippet.
|
|
833
|
+
*
|
|
834
|
+
* A snippet can define tab stops and placeholders with `$1`, `$2`
|
|
835
|
+
* and `${3:foo}`. `$0` defines the final tab stop, it defaults to
|
|
836
|
+
* the end of the snippet. Placeholders with equal identifiers are linked,
|
|
837
|
+
* that is typing in one will update others too.
|
|
838
|
+
*
|
|
839
|
+
* See also: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#snippet_syntax
|
|
840
|
+
*/
|
|
841
|
+
InsertTextFormat.Snippet = 2;
|
|
842
|
+
})(InsertTextFormat || (InsertTextFormat = {}));
|
|
843
|
+
/**
|
|
844
|
+
* Completion item tags are extra annotations that tweak the rendering of a completion
|
|
845
|
+
* item.
|
|
846
|
+
*
|
|
847
|
+
* @since 3.15.0
|
|
848
|
+
*/
|
|
849
|
+
var CompletionItemTag;
|
|
850
|
+
(function (CompletionItemTag) {
|
|
851
|
+
/**
|
|
852
|
+
* Render a completion as obsolete, usually using a strike-out.
|
|
853
|
+
*/
|
|
854
|
+
CompletionItemTag.Deprecated = 1;
|
|
855
|
+
})(CompletionItemTag || (CompletionItemTag = {}));
|
|
856
|
+
/**
|
|
857
|
+
* The InsertReplaceEdit namespace provides functions to deal with insert / replace edits.
|
|
858
|
+
*
|
|
859
|
+
* @since 3.16.0
|
|
860
|
+
*/
|
|
861
|
+
var InsertReplaceEdit;
|
|
862
|
+
(function (InsertReplaceEdit) {
|
|
863
|
+
/**
|
|
864
|
+
* Creates a new insert / replace edit
|
|
865
|
+
*/
|
|
866
|
+
function create(newText, insert, replace) {
|
|
867
|
+
return { newText, insert, replace };
|
|
868
|
+
}
|
|
869
|
+
InsertReplaceEdit.create = create;
|
|
870
|
+
/**
|
|
871
|
+
* Checks whether the given literal conforms to the {@link InsertReplaceEdit} interface.
|
|
872
|
+
*/
|
|
873
|
+
function is(value) {
|
|
874
|
+
const candidate = value;
|
|
875
|
+
return candidate && Is.string(candidate.newText) && Range.is(candidate.insert) && Range.is(candidate.replace);
|
|
876
|
+
}
|
|
877
|
+
InsertReplaceEdit.is = is;
|
|
878
|
+
})(InsertReplaceEdit || (InsertReplaceEdit = {}));
|
|
879
|
+
/**
|
|
880
|
+
* How whitespace and indentation is handled during completion
|
|
881
|
+
* item insertion.
|
|
882
|
+
*
|
|
883
|
+
* @since 3.16.0
|
|
884
|
+
*/
|
|
885
|
+
var InsertTextMode;
|
|
886
|
+
(function (InsertTextMode) {
|
|
887
|
+
/**
|
|
888
|
+
* The insertion or replace strings is taken as it is. If the
|
|
889
|
+
* value is multi line the lines below the cursor will be
|
|
890
|
+
* inserted using the indentation defined in the string value.
|
|
891
|
+
* The client will not apply any kind of adjustments to the
|
|
892
|
+
* string.
|
|
893
|
+
*/
|
|
894
|
+
InsertTextMode.asIs = 1;
|
|
895
|
+
/**
|
|
896
|
+
* The editor adjusts leading whitespace of new lines so that
|
|
897
|
+
* they match the indentation up to the cursor of the line for
|
|
898
|
+
* which the item is accepted.
|
|
899
|
+
*
|
|
900
|
+
* Consider a line like this: <2tabs><cursor><3tabs>foo. Accepting a
|
|
901
|
+
* multi line completion item is indented using 2 tabs and all
|
|
902
|
+
* following lines inserted will be indented using 2 tabs as well.
|
|
903
|
+
*/
|
|
904
|
+
InsertTextMode.adjustIndentation = 2;
|
|
905
|
+
})(InsertTextMode || (InsertTextMode = {}));
|
|
906
|
+
var CompletionItemLabelDetails;
|
|
907
|
+
(function (CompletionItemLabelDetails) {
|
|
908
|
+
function is(value) {
|
|
909
|
+
const candidate = value;
|
|
910
|
+
return candidate && (Is.string(candidate.detail) || candidate.detail === undefined) &&
|
|
911
|
+
(Is.string(candidate.description) || candidate.description === undefined);
|
|
912
|
+
}
|
|
913
|
+
CompletionItemLabelDetails.is = is;
|
|
914
|
+
})(CompletionItemLabelDetails || (CompletionItemLabelDetails = {}));
|
|
915
|
+
/**
|
|
916
|
+
* The CompletionItem namespace provides functions to deal with
|
|
917
|
+
* completion items.
|
|
918
|
+
*/
|
|
919
|
+
var CompletionItem;
|
|
920
|
+
(function (CompletionItem) {
|
|
921
|
+
/**
|
|
922
|
+
* Create a completion item and seed it with a label.
|
|
923
|
+
* @param label The completion item's label
|
|
924
|
+
*/
|
|
925
|
+
function create(label) {
|
|
926
|
+
return { label };
|
|
927
|
+
}
|
|
928
|
+
CompletionItem.create = create;
|
|
929
|
+
})(CompletionItem || (CompletionItem = {}));
|
|
930
|
+
/**
|
|
931
|
+
* The CompletionList namespace provides functions to deal with
|
|
932
|
+
* completion lists.
|
|
933
|
+
*/
|
|
934
|
+
var CompletionList;
|
|
935
|
+
(function (CompletionList) {
|
|
936
|
+
/**
|
|
937
|
+
* Creates a new completion list.
|
|
938
|
+
*
|
|
939
|
+
* @param items The completion items.
|
|
940
|
+
* @param isIncomplete The list is not complete.
|
|
941
|
+
*/
|
|
942
|
+
function create(items, isIncomplete) {
|
|
943
|
+
return { items: items ? items : [], isIncomplete: !!isIncomplete };
|
|
944
|
+
}
|
|
945
|
+
CompletionList.create = create;
|
|
946
|
+
})(CompletionList || (CompletionList = {}));
|
|
947
|
+
var MarkedString;
|
|
948
|
+
(function (MarkedString) {
|
|
949
|
+
/**
|
|
950
|
+
* Creates a marked string from plain text.
|
|
951
|
+
*
|
|
952
|
+
* @param plainText The plain text.
|
|
953
|
+
*/
|
|
954
|
+
function fromPlainText(plainText) {
|
|
955
|
+
return plainText.replace(/[\\`*_{}[\]()#+\-.!]/g, '\\$&'); // escape markdown syntax tokens: http://daringfireball.net/projects/markdown/syntax#backslash
|
|
956
|
+
}
|
|
957
|
+
MarkedString.fromPlainText = fromPlainText;
|
|
958
|
+
/**
|
|
959
|
+
* Checks whether the given value conforms to the {@link MarkedString} type.
|
|
960
|
+
*/
|
|
961
|
+
function is(value) {
|
|
962
|
+
const candidate = value;
|
|
963
|
+
return Is.string(candidate) || (Is.objectLiteral(candidate) && Is.string(candidate.language) && Is.string(candidate.value));
|
|
964
|
+
}
|
|
965
|
+
MarkedString.is = is;
|
|
966
|
+
})(MarkedString || (MarkedString = {}));
|
|
967
|
+
var Hover;
|
|
968
|
+
(function (Hover) {
|
|
969
|
+
/**
|
|
970
|
+
* Checks whether the given value conforms to the {@link Hover} interface.
|
|
971
|
+
*/
|
|
972
|
+
function is(value) {
|
|
973
|
+
let candidate = value;
|
|
974
|
+
return !!candidate && Is.objectLiteral(candidate) && (MarkupContent.is(candidate.contents) ||
|
|
975
|
+
MarkedString.is(candidate.contents) ||
|
|
976
|
+
Is.typedArray(candidate.contents, MarkedString.is)) && (value.range === undefined || Range.is(value.range));
|
|
977
|
+
}
|
|
978
|
+
Hover.is = is;
|
|
979
|
+
})(Hover || (Hover = {}));
|
|
980
|
+
/**
|
|
981
|
+
* The ParameterInformation namespace provides helper functions to work with
|
|
982
|
+
* {@link ParameterInformation} literals.
|
|
983
|
+
*/
|
|
984
|
+
var ParameterInformation;
|
|
985
|
+
(function (ParameterInformation) {
|
|
986
|
+
/**
|
|
987
|
+
* Creates a new parameter information literal.
|
|
988
|
+
*
|
|
989
|
+
* @param label A label string.
|
|
990
|
+
* @param documentation A doc string.
|
|
991
|
+
*/
|
|
992
|
+
function create(label, documentation) {
|
|
993
|
+
return documentation ? { label, documentation } : { label };
|
|
994
|
+
}
|
|
995
|
+
ParameterInformation.create = create;
|
|
996
|
+
})(ParameterInformation || (ParameterInformation = {}));
|
|
997
|
+
/**
|
|
998
|
+
* The SignatureInformation namespace provides helper functions to work with
|
|
999
|
+
* {@link SignatureInformation} literals.
|
|
1000
|
+
*/
|
|
1001
|
+
var SignatureInformation;
|
|
1002
|
+
(function (SignatureInformation) {
|
|
1003
|
+
function create(label, documentation, ...parameters) {
|
|
1004
|
+
let result = { label };
|
|
1005
|
+
if (Is.defined(documentation)) {
|
|
1006
|
+
result.documentation = documentation;
|
|
1007
|
+
}
|
|
1008
|
+
if (Is.defined(parameters)) {
|
|
1009
|
+
result.parameters = parameters;
|
|
1010
|
+
}
|
|
1011
|
+
else {
|
|
1012
|
+
result.parameters = [];
|
|
1013
|
+
}
|
|
1014
|
+
return result;
|
|
1015
|
+
}
|
|
1016
|
+
SignatureInformation.create = create;
|
|
1017
|
+
})(SignatureInformation || (SignatureInformation = {}));
|
|
1018
|
+
/**
|
|
1019
|
+
* A document highlight kind.
|
|
1020
|
+
*/
|
|
1021
|
+
var DocumentHighlightKind;
|
|
1022
|
+
(function (DocumentHighlightKind) {
|
|
1023
|
+
/**
|
|
1024
|
+
* A textual occurrence.
|
|
1025
|
+
*/
|
|
1026
|
+
DocumentHighlightKind.Text = 1;
|
|
1027
|
+
/**
|
|
1028
|
+
* Read-access of a symbol, like reading a variable.
|
|
1029
|
+
*/
|
|
1030
|
+
DocumentHighlightKind.Read = 2;
|
|
1031
|
+
/**
|
|
1032
|
+
* Write-access of a symbol, like writing to a variable.
|
|
1033
|
+
*/
|
|
1034
|
+
DocumentHighlightKind.Write = 3;
|
|
1035
|
+
})(DocumentHighlightKind || (DocumentHighlightKind = {}));
|
|
1036
|
+
/**
|
|
1037
|
+
* DocumentHighlight namespace to provide helper functions to work with
|
|
1038
|
+
* {@link DocumentHighlight} literals.
|
|
1039
|
+
*/
|
|
1040
|
+
var DocumentHighlight;
|
|
1041
|
+
(function (DocumentHighlight) {
|
|
1042
|
+
/**
|
|
1043
|
+
* Create a DocumentHighlight object.
|
|
1044
|
+
* @param range The range the highlight applies to.
|
|
1045
|
+
* @param kind The highlight kind
|
|
1046
|
+
*/
|
|
1047
|
+
function create(range, kind) {
|
|
1048
|
+
let result = { range };
|
|
1049
|
+
if (Is.number(kind)) {
|
|
1050
|
+
result.kind = kind;
|
|
1051
|
+
}
|
|
1052
|
+
return result;
|
|
1053
|
+
}
|
|
1054
|
+
DocumentHighlight.create = create;
|
|
1055
|
+
})(DocumentHighlight || (DocumentHighlight = {}));
|
|
1056
|
+
/**
|
|
1057
|
+
* A symbol kind.
|
|
1058
|
+
*/
|
|
1059
|
+
var SymbolKind;
|
|
1060
|
+
(function (SymbolKind) {
|
|
1061
|
+
SymbolKind.File = 1;
|
|
1062
|
+
SymbolKind.Module = 2;
|
|
1063
|
+
SymbolKind.Namespace = 3;
|
|
1064
|
+
SymbolKind.Package = 4;
|
|
1065
|
+
SymbolKind.Class = 5;
|
|
1066
|
+
SymbolKind.Method = 6;
|
|
1067
|
+
SymbolKind.Property = 7;
|
|
1068
|
+
SymbolKind.Field = 8;
|
|
1069
|
+
SymbolKind.Constructor = 9;
|
|
1070
|
+
SymbolKind.Enum = 10;
|
|
1071
|
+
SymbolKind.Interface = 11;
|
|
1072
|
+
SymbolKind.Function = 12;
|
|
1073
|
+
SymbolKind.Variable = 13;
|
|
1074
|
+
SymbolKind.Constant = 14;
|
|
1075
|
+
SymbolKind.String = 15;
|
|
1076
|
+
SymbolKind.Number = 16;
|
|
1077
|
+
SymbolKind.Boolean = 17;
|
|
1078
|
+
SymbolKind.Array = 18;
|
|
1079
|
+
SymbolKind.Object = 19;
|
|
1080
|
+
SymbolKind.Key = 20;
|
|
1081
|
+
SymbolKind.Null = 21;
|
|
1082
|
+
SymbolKind.EnumMember = 22;
|
|
1083
|
+
SymbolKind.Struct = 23;
|
|
1084
|
+
SymbolKind.Event = 24;
|
|
1085
|
+
SymbolKind.Operator = 25;
|
|
1086
|
+
SymbolKind.TypeParameter = 26;
|
|
1087
|
+
})(SymbolKind || (SymbolKind = {}));
|
|
1088
|
+
/**
|
|
1089
|
+
* Symbol tags are extra annotations that tweak the rendering of a symbol.
|
|
1090
|
+
*
|
|
1091
|
+
* @since 3.16
|
|
1092
|
+
*/
|
|
1093
|
+
var SymbolTag;
|
|
1094
|
+
(function (SymbolTag) {
|
|
1095
|
+
/**
|
|
1096
|
+
* Render a symbol as obsolete, usually using a strike-out.
|
|
1097
|
+
*/
|
|
1098
|
+
SymbolTag.Deprecated = 1;
|
|
1099
|
+
})(SymbolTag || (SymbolTag = {}));
|
|
1100
|
+
var SymbolInformation;
|
|
1101
|
+
(function (SymbolInformation) {
|
|
1102
|
+
/**
|
|
1103
|
+
* Creates a new symbol information literal.
|
|
1104
|
+
*
|
|
1105
|
+
* @param name The name of the symbol.
|
|
1106
|
+
* @param kind The kind of the symbol.
|
|
1107
|
+
* @param range The range of the location of the symbol.
|
|
1108
|
+
* @param uri The resource of the location of symbol.
|
|
1109
|
+
* @param containerName The name of the symbol containing the symbol.
|
|
1110
|
+
*/
|
|
1111
|
+
function create(name, kind, range, uri, containerName) {
|
|
1112
|
+
let result = {
|
|
1113
|
+
name,
|
|
1114
|
+
kind,
|
|
1115
|
+
location: { uri, range }
|
|
1116
|
+
};
|
|
1117
|
+
if (containerName) {
|
|
1118
|
+
result.containerName = containerName;
|
|
1119
|
+
}
|
|
1120
|
+
return result;
|
|
1121
|
+
}
|
|
1122
|
+
SymbolInformation.create = create;
|
|
1123
|
+
})(SymbolInformation || (SymbolInformation = {}));
|
|
1124
|
+
var WorkspaceSymbol;
|
|
1125
|
+
(function (WorkspaceSymbol) {
|
|
1126
|
+
/**
|
|
1127
|
+
* Create a new workspace symbol.
|
|
1128
|
+
*
|
|
1129
|
+
* @param name The name of the symbol.
|
|
1130
|
+
* @param kind The kind of the symbol.
|
|
1131
|
+
* @param uri The resource of the location of the symbol.
|
|
1132
|
+
* @param range An options range of the location.
|
|
1133
|
+
* @returns A WorkspaceSymbol.
|
|
1134
|
+
*/
|
|
1135
|
+
function create(name, kind, uri, range) {
|
|
1136
|
+
return range !== undefined
|
|
1137
|
+
? { name, kind, location: { uri, range } }
|
|
1138
|
+
: { name, kind, location: { uri } };
|
|
1139
|
+
}
|
|
1140
|
+
WorkspaceSymbol.create = create;
|
|
1141
|
+
})(WorkspaceSymbol || (WorkspaceSymbol = {}));
|
|
1142
|
+
var DocumentSymbol;
|
|
1143
|
+
(function (DocumentSymbol) {
|
|
1144
|
+
/**
|
|
1145
|
+
* Creates a new symbol information literal.
|
|
1146
|
+
*
|
|
1147
|
+
* @param name The name of the symbol.
|
|
1148
|
+
* @param detail The detail of the symbol.
|
|
1149
|
+
* @param kind The kind of the symbol.
|
|
1150
|
+
* @param range The range of the symbol.
|
|
1151
|
+
* @param selectionRange The selectionRange of the symbol.
|
|
1152
|
+
* @param children Children of the symbol.
|
|
1153
|
+
*/
|
|
1154
|
+
function create(name, detail, kind, range, selectionRange, children) {
|
|
1155
|
+
let result = {
|
|
1156
|
+
name,
|
|
1157
|
+
detail,
|
|
1158
|
+
kind,
|
|
1159
|
+
range,
|
|
1160
|
+
selectionRange
|
|
1161
|
+
};
|
|
1162
|
+
if (children !== undefined) {
|
|
1163
|
+
result.children = children;
|
|
1164
|
+
}
|
|
1165
|
+
return result;
|
|
1166
|
+
}
|
|
1167
|
+
DocumentSymbol.create = create;
|
|
1168
|
+
/**
|
|
1169
|
+
* Checks whether the given literal conforms to the {@link DocumentSymbol} interface.
|
|
1170
|
+
*/
|
|
1171
|
+
function is(value) {
|
|
1172
|
+
let candidate = value;
|
|
1173
|
+
return candidate &&
|
|
1174
|
+
Is.string(candidate.name) && Is.number(candidate.kind) &&
|
|
1175
|
+
Range.is(candidate.range) && Range.is(candidate.selectionRange) &&
|
|
1176
|
+
(candidate.detail === undefined || Is.string(candidate.detail)) &&
|
|
1177
|
+
(candidate.deprecated === undefined || Is.boolean(candidate.deprecated)) &&
|
|
1178
|
+
(candidate.children === undefined || Array.isArray(candidate.children)) &&
|
|
1179
|
+
(candidate.tags === undefined || Array.isArray(candidate.tags));
|
|
1180
|
+
}
|
|
1181
|
+
DocumentSymbol.is = is;
|
|
1182
|
+
})(DocumentSymbol || (DocumentSymbol = {}));
|
|
1183
|
+
/**
|
|
1184
|
+
* A set of predefined code action kinds
|
|
1185
|
+
*/
|
|
1186
|
+
var CodeActionKind;
|
|
1187
|
+
(function (CodeActionKind) {
|
|
1188
|
+
/**
|
|
1189
|
+
* Empty kind.
|
|
1190
|
+
*/
|
|
1191
|
+
CodeActionKind.Empty = '';
|
|
1192
|
+
/**
|
|
1193
|
+
* Base kind for quickfix actions: 'quickfix'
|
|
1194
|
+
*/
|
|
1195
|
+
CodeActionKind.QuickFix = 'quickfix';
|
|
1196
|
+
/**
|
|
1197
|
+
* Base kind for refactoring actions: 'refactor'
|
|
1198
|
+
*/
|
|
1199
|
+
CodeActionKind.Refactor = 'refactor';
|
|
1200
|
+
/**
|
|
1201
|
+
* Base kind for refactoring extraction actions: 'refactor.extract'
|
|
1202
|
+
*
|
|
1203
|
+
* Example extract actions:
|
|
1204
|
+
*
|
|
1205
|
+
* - Extract method
|
|
1206
|
+
* - Extract function
|
|
1207
|
+
* - Extract variable
|
|
1208
|
+
* - Extract interface from class
|
|
1209
|
+
* - ...
|
|
1210
|
+
*/
|
|
1211
|
+
CodeActionKind.RefactorExtract = 'refactor.extract';
|
|
1212
|
+
/**
|
|
1213
|
+
* Base kind for refactoring inline actions: 'refactor.inline'
|
|
1214
|
+
*
|
|
1215
|
+
* Example inline actions:
|
|
1216
|
+
*
|
|
1217
|
+
* - Inline function
|
|
1218
|
+
* - Inline variable
|
|
1219
|
+
* - Inline constant
|
|
1220
|
+
* - ...
|
|
1221
|
+
*/
|
|
1222
|
+
CodeActionKind.RefactorInline = 'refactor.inline';
|
|
1223
|
+
/**
|
|
1224
|
+
* Base kind for refactoring rewrite actions: 'refactor.rewrite'
|
|
1225
|
+
*
|
|
1226
|
+
* Example rewrite actions:
|
|
1227
|
+
*
|
|
1228
|
+
* - Convert JavaScript function to class
|
|
1229
|
+
* - Add or remove parameter
|
|
1230
|
+
* - Encapsulate field
|
|
1231
|
+
* - Make method static
|
|
1232
|
+
* - Move method to base class
|
|
1233
|
+
* - ...
|
|
1234
|
+
*/
|
|
1235
|
+
CodeActionKind.RefactorRewrite = 'refactor.rewrite';
|
|
1236
|
+
/**
|
|
1237
|
+
* Base kind for source actions: `source`
|
|
1238
|
+
*
|
|
1239
|
+
* Source code actions apply to the entire file.
|
|
1240
|
+
*/
|
|
1241
|
+
CodeActionKind.Source = 'source';
|
|
1242
|
+
/**
|
|
1243
|
+
* Base kind for an organize imports source action: `source.organizeImports`
|
|
1244
|
+
*/
|
|
1245
|
+
CodeActionKind.SourceOrganizeImports = 'source.organizeImports';
|
|
1246
|
+
/**
|
|
1247
|
+
* Base kind for auto-fix source actions: `source.fixAll`.
|
|
1248
|
+
*
|
|
1249
|
+
* Fix all actions automatically fix errors that have a clear fix that do not require user input.
|
|
1250
|
+
* They should not suppress errors or perform unsafe fixes such as generating new types or classes.
|
|
1251
|
+
*
|
|
1252
|
+
* @since 3.15.0
|
|
1253
|
+
*/
|
|
1254
|
+
CodeActionKind.SourceFixAll = 'source.fixAll';
|
|
1255
|
+
})(CodeActionKind || (CodeActionKind = {}));
|
|
1256
|
+
/**
|
|
1257
|
+
* The reason why code actions were requested.
|
|
1258
|
+
*
|
|
1259
|
+
* @since 3.17.0
|
|
1260
|
+
*/
|
|
1261
|
+
var CodeActionTriggerKind;
|
|
1262
|
+
(function (CodeActionTriggerKind) {
|
|
1263
|
+
/**
|
|
1264
|
+
* Code actions were explicitly requested by the user or by an extension.
|
|
1265
|
+
*/
|
|
1266
|
+
CodeActionTriggerKind.Invoked = 1;
|
|
1267
|
+
/**
|
|
1268
|
+
* Code actions were requested automatically.
|
|
1269
|
+
*
|
|
1270
|
+
* This typically happens when current selection in a file changes, but can
|
|
1271
|
+
* also be triggered when file content changes.
|
|
1272
|
+
*/
|
|
1273
|
+
CodeActionTriggerKind.Automatic = 2;
|
|
1274
|
+
})(CodeActionTriggerKind || (CodeActionTriggerKind = {}));
|
|
1275
|
+
/**
|
|
1276
|
+
* The CodeActionContext namespace provides helper functions to work with
|
|
1277
|
+
* {@link CodeActionContext} literals.
|
|
1278
|
+
*/
|
|
1279
|
+
var CodeActionContext;
|
|
1280
|
+
(function (CodeActionContext) {
|
|
1281
|
+
/**
|
|
1282
|
+
* Creates a new CodeActionContext literal.
|
|
1283
|
+
*/
|
|
1284
|
+
function create(diagnostics, only, triggerKind) {
|
|
1285
|
+
let result = { diagnostics };
|
|
1286
|
+
if (only !== undefined && only !== null) {
|
|
1287
|
+
result.only = only;
|
|
1288
|
+
}
|
|
1289
|
+
if (triggerKind !== undefined && triggerKind !== null) {
|
|
1290
|
+
result.triggerKind = triggerKind;
|
|
1291
|
+
}
|
|
1292
|
+
return result;
|
|
1293
|
+
}
|
|
1294
|
+
CodeActionContext.create = create;
|
|
1295
|
+
/**
|
|
1296
|
+
* Checks whether the given literal conforms to the {@link CodeActionContext} interface.
|
|
1297
|
+
*/
|
|
1298
|
+
function is(value) {
|
|
1299
|
+
let candidate = value;
|
|
1300
|
+
return Is.defined(candidate) && Is.typedArray(candidate.diagnostics, Diagnostic.is)
|
|
1301
|
+
&& (candidate.only === undefined || Is.typedArray(candidate.only, Is.string))
|
|
1302
|
+
&& (candidate.triggerKind === undefined || candidate.triggerKind === CodeActionTriggerKind.Invoked || candidate.triggerKind === CodeActionTriggerKind.Automatic);
|
|
1303
|
+
}
|
|
1304
|
+
CodeActionContext.is = is;
|
|
1305
|
+
})(CodeActionContext || (CodeActionContext = {}));
|
|
1306
|
+
var CodeAction;
|
|
1307
|
+
(function (CodeAction) {
|
|
1308
|
+
function create(title, kindOrCommandOrEdit, kind) {
|
|
1309
|
+
let result = { title };
|
|
1310
|
+
let checkKind = true;
|
|
1311
|
+
if (typeof kindOrCommandOrEdit === 'string') {
|
|
1312
|
+
checkKind = false;
|
|
1313
|
+
result.kind = kindOrCommandOrEdit;
|
|
1314
|
+
}
|
|
1315
|
+
else if (Command.is(kindOrCommandOrEdit)) {
|
|
1316
|
+
result.command = kindOrCommandOrEdit;
|
|
1317
|
+
}
|
|
1318
|
+
else {
|
|
1319
|
+
result.edit = kindOrCommandOrEdit;
|
|
1320
|
+
}
|
|
1321
|
+
if (checkKind && kind !== undefined) {
|
|
1322
|
+
result.kind = kind;
|
|
1323
|
+
}
|
|
1324
|
+
return result;
|
|
1325
|
+
}
|
|
1326
|
+
CodeAction.create = create;
|
|
1327
|
+
function is(value) {
|
|
1328
|
+
let candidate = value;
|
|
1329
|
+
return candidate && Is.string(candidate.title) &&
|
|
1330
|
+
(candidate.diagnostics === undefined || Is.typedArray(candidate.diagnostics, Diagnostic.is)) &&
|
|
1331
|
+
(candidate.kind === undefined || Is.string(candidate.kind)) &&
|
|
1332
|
+
(candidate.edit !== undefined || candidate.command !== undefined) &&
|
|
1333
|
+
(candidate.command === undefined || Command.is(candidate.command)) &&
|
|
1334
|
+
(candidate.isPreferred === undefined || Is.boolean(candidate.isPreferred)) &&
|
|
1335
|
+
(candidate.edit === undefined || WorkspaceEdit.is(candidate.edit));
|
|
1336
|
+
}
|
|
1337
|
+
CodeAction.is = is;
|
|
1338
|
+
})(CodeAction || (CodeAction = {}));
|
|
1339
|
+
/**
|
|
1340
|
+
* The CodeLens namespace provides helper functions to work with
|
|
1341
|
+
* {@link CodeLens} literals.
|
|
1342
|
+
*/
|
|
1343
|
+
var CodeLens;
|
|
1344
|
+
(function (CodeLens) {
|
|
1345
|
+
/**
|
|
1346
|
+
* Creates a new CodeLens literal.
|
|
1347
|
+
*/
|
|
1348
|
+
function create(range, data) {
|
|
1349
|
+
let result = { range };
|
|
1350
|
+
if (Is.defined(data)) {
|
|
1351
|
+
result.data = data;
|
|
1352
|
+
}
|
|
1353
|
+
return result;
|
|
1354
|
+
}
|
|
1355
|
+
CodeLens.create = create;
|
|
1356
|
+
/**
|
|
1357
|
+
* Checks whether the given literal conforms to the {@link CodeLens} interface.
|
|
1358
|
+
*/
|
|
1359
|
+
function is(value) {
|
|
1360
|
+
let candidate = value;
|
|
1361
|
+
return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.command) || Command.is(candidate.command));
|
|
1362
|
+
}
|
|
1363
|
+
CodeLens.is = is;
|
|
1364
|
+
})(CodeLens || (CodeLens = {}));
|
|
1365
|
+
/**
|
|
1366
|
+
* The FormattingOptions namespace provides helper functions to work with
|
|
1367
|
+
* {@link FormattingOptions} literals.
|
|
1368
|
+
*/
|
|
1369
|
+
var FormattingOptions;
|
|
1370
|
+
(function (FormattingOptions) {
|
|
1371
|
+
/**
|
|
1372
|
+
* Creates a new FormattingOptions literal.
|
|
1373
|
+
*/
|
|
1374
|
+
function create(tabSize, insertSpaces) {
|
|
1375
|
+
return { tabSize, insertSpaces };
|
|
1376
|
+
}
|
|
1377
|
+
FormattingOptions.create = create;
|
|
1378
|
+
/**
|
|
1379
|
+
* Checks whether the given literal conforms to the {@link FormattingOptions} interface.
|
|
1380
|
+
*/
|
|
1381
|
+
function is(value) {
|
|
1382
|
+
let candidate = value;
|
|
1383
|
+
return Is.defined(candidate) && Is.uinteger(candidate.tabSize) && Is.boolean(candidate.insertSpaces);
|
|
1384
|
+
}
|
|
1385
|
+
FormattingOptions.is = is;
|
|
1386
|
+
})(FormattingOptions || (FormattingOptions = {}));
|
|
1387
|
+
/**
|
|
1388
|
+
* The DocumentLink namespace provides helper functions to work with
|
|
1389
|
+
* {@link DocumentLink} literals.
|
|
1390
|
+
*/
|
|
1391
|
+
var DocumentLink;
|
|
1392
|
+
(function (DocumentLink) {
|
|
1393
|
+
/**
|
|
1394
|
+
* Creates a new DocumentLink literal.
|
|
1395
|
+
*/
|
|
1396
|
+
function create(range, target, data) {
|
|
1397
|
+
return { range, target, data };
|
|
1398
|
+
}
|
|
1399
|
+
DocumentLink.create = create;
|
|
1400
|
+
/**
|
|
1401
|
+
* Checks whether the given literal conforms to the {@link DocumentLink} interface.
|
|
1402
|
+
*/
|
|
1403
|
+
function is(value) {
|
|
1404
|
+
let candidate = value;
|
|
1405
|
+
return Is.defined(candidate) && Range.is(candidate.range) && (Is.undefined(candidate.target) || Is.string(candidate.target));
|
|
1406
|
+
}
|
|
1407
|
+
DocumentLink.is = is;
|
|
1408
|
+
})(DocumentLink || (DocumentLink = {}));
|
|
1409
|
+
/**
|
|
1410
|
+
* The SelectionRange namespace provides helper function to work with
|
|
1411
|
+
* SelectionRange literals.
|
|
1412
|
+
*/
|
|
1413
|
+
var SelectionRange;
|
|
1414
|
+
(function (SelectionRange) {
|
|
1415
|
+
/**
|
|
1416
|
+
* Creates a new SelectionRange
|
|
1417
|
+
* @param range the range.
|
|
1418
|
+
* @param parent an optional parent.
|
|
1419
|
+
*/
|
|
1420
|
+
function create(range, parent) {
|
|
1421
|
+
return { range, parent };
|
|
1422
|
+
}
|
|
1423
|
+
SelectionRange.create = create;
|
|
1424
|
+
function is(value) {
|
|
1425
|
+
let candidate = value;
|
|
1426
|
+
return Is.objectLiteral(candidate) && Range.is(candidate.range) && (candidate.parent === undefined || SelectionRange.is(candidate.parent));
|
|
1427
|
+
}
|
|
1428
|
+
SelectionRange.is = is;
|
|
1429
|
+
})(SelectionRange || (SelectionRange = {}));
|
|
1430
|
+
/**
|
|
1431
|
+
* A set of predefined token types. This set is not fixed
|
|
1432
|
+
* an clients can specify additional token types via the
|
|
1433
|
+
* corresponding client capabilities.
|
|
1434
|
+
*
|
|
1435
|
+
* @since 3.16.0
|
|
1436
|
+
*/
|
|
1437
|
+
var SemanticTokenTypes;
|
|
1438
|
+
(function (SemanticTokenTypes) {
|
|
1439
|
+
SemanticTokenTypes["namespace"] = "namespace";
|
|
1440
|
+
/**
|
|
1441
|
+
* Represents a generic type. Acts as a fallback for types which can't be mapped to
|
|
1442
|
+
* a specific type like class or enum.
|
|
1443
|
+
*/
|
|
1444
|
+
SemanticTokenTypes["type"] = "type";
|
|
1445
|
+
SemanticTokenTypes["class"] = "class";
|
|
1446
|
+
SemanticTokenTypes["enum"] = "enum";
|
|
1447
|
+
SemanticTokenTypes["interface"] = "interface";
|
|
1448
|
+
SemanticTokenTypes["struct"] = "struct";
|
|
1449
|
+
SemanticTokenTypes["typeParameter"] = "typeParameter";
|
|
1450
|
+
SemanticTokenTypes["parameter"] = "parameter";
|
|
1451
|
+
SemanticTokenTypes["variable"] = "variable";
|
|
1452
|
+
SemanticTokenTypes["property"] = "property";
|
|
1453
|
+
SemanticTokenTypes["enumMember"] = "enumMember";
|
|
1454
|
+
SemanticTokenTypes["event"] = "event";
|
|
1455
|
+
SemanticTokenTypes["function"] = "function";
|
|
1456
|
+
SemanticTokenTypes["method"] = "method";
|
|
1457
|
+
SemanticTokenTypes["macro"] = "macro";
|
|
1458
|
+
SemanticTokenTypes["keyword"] = "keyword";
|
|
1459
|
+
SemanticTokenTypes["modifier"] = "modifier";
|
|
1460
|
+
SemanticTokenTypes["comment"] = "comment";
|
|
1461
|
+
SemanticTokenTypes["string"] = "string";
|
|
1462
|
+
SemanticTokenTypes["number"] = "number";
|
|
1463
|
+
SemanticTokenTypes["regexp"] = "regexp";
|
|
1464
|
+
SemanticTokenTypes["operator"] = "operator";
|
|
1465
|
+
/**
|
|
1466
|
+
* @since 3.17.0
|
|
1467
|
+
*/
|
|
1468
|
+
SemanticTokenTypes["decorator"] = "decorator";
|
|
1469
|
+
})(SemanticTokenTypes || (SemanticTokenTypes = {}));
|
|
1470
|
+
/**
|
|
1471
|
+
* A set of predefined token modifiers. This set is not fixed
|
|
1472
|
+
* an clients can specify additional token types via the
|
|
1473
|
+
* corresponding client capabilities.
|
|
1474
|
+
*
|
|
1475
|
+
* @since 3.16.0
|
|
1476
|
+
*/
|
|
1477
|
+
var SemanticTokenModifiers;
|
|
1478
|
+
(function (SemanticTokenModifiers) {
|
|
1479
|
+
SemanticTokenModifiers["declaration"] = "declaration";
|
|
1480
|
+
SemanticTokenModifiers["definition"] = "definition";
|
|
1481
|
+
SemanticTokenModifiers["readonly"] = "readonly";
|
|
1482
|
+
SemanticTokenModifiers["static"] = "static";
|
|
1483
|
+
SemanticTokenModifiers["deprecated"] = "deprecated";
|
|
1484
|
+
SemanticTokenModifiers["abstract"] = "abstract";
|
|
1485
|
+
SemanticTokenModifiers["async"] = "async";
|
|
1486
|
+
SemanticTokenModifiers["modification"] = "modification";
|
|
1487
|
+
SemanticTokenModifiers["documentation"] = "documentation";
|
|
1488
|
+
SemanticTokenModifiers["defaultLibrary"] = "defaultLibrary";
|
|
1489
|
+
})(SemanticTokenModifiers || (SemanticTokenModifiers = {}));
|
|
1490
|
+
/**
|
|
1491
|
+
* @since 3.16.0
|
|
1492
|
+
*/
|
|
1493
|
+
var SemanticTokens;
|
|
1494
|
+
(function (SemanticTokens) {
|
|
1495
|
+
function is(value) {
|
|
1496
|
+
const candidate = value;
|
|
1497
|
+
return Is.objectLiteral(candidate) && (candidate.resultId === undefined || typeof candidate.resultId === 'string') &&
|
|
1498
|
+
Array.isArray(candidate.data) && (candidate.data.length === 0 || typeof candidate.data[0] === 'number');
|
|
1499
|
+
}
|
|
1500
|
+
SemanticTokens.is = is;
|
|
1501
|
+
})(SemanticTokens || (SemanticTokens = {}));
|
|
1502
|
+
/**
|
|
1503
|
+
* The InlineValueText namespace provides functions to deal with InlineValueTexts.
|
|
1504
|
+
*
|
|
1505
|
+
* @since 3.17.0
|
|
1506
|
+
*/
|
|
1507
|
+
var InlineValueText;
|
|
1508
|
+
(function (InlineValueText) {
|
|
1509
|
+
/**
|
|
1510
|
+
* Creates a new InlineValueText literal.
|
|
1511
|
+
*/
|
|
1512
|
+
function create(range, text) {
|
|
1513
|
+
return { range, text };
|
|
1514
|
+
}
|
|
1515
|
+
InlineValueText.create = create;
|
|
1516
|
+
function is(value) {
|
|
1517
|
+
const candidate = value;
|
|
1518
|
+
return candidate !== undefined && candidate !== null && Range.is(candidate.range) && Is.string(candidate.text);
|
|
1519
|
+
}
|
|
1520
|
+
InlineValueText.is = is;
|
|
1521
|
+
})(InlineValueText || (InlineValueText = {}));
|
|
1522
|
+
/**
|
|
1523
|
+
* The InlineValueVariableLookup namespace provides functions to deal with InlineValueVariableLookups.
|
|
1524
|
+
*
|
|
1525
|
+
* @since 3.17.0
|
|
1526
|
+
*/
|
|
1527
|
+
var InlineValueVariableLookup;
|
|
1528
|
+
(function (InlineValueVariableLookup) {
|
|
1529
|
+
/**
|
|
1530
|
+
* Creates a new InlineValueText literal.
|
|
1531
|
+
*/
|
|
1532
|
+
function create(range, variableName, caseSensitiveLookup) {
|
|
1533
|
+
return { range, variableName, caseSensitiveLookup };
|
|
1534
|
+
}
|
|
1535
|
+
InlineValueVariableLookup.create = create;
|
|
1536
|
+
function is(value) {
|
|
1537
|
+
const candidate = value;
|
|
1538
|
+
return candidate !== undefined && candidate !== null && Range.is(candidate.range) && Is.boolean(candidate.caseSensitiveLookup)
|
|
1539
|
+
&& (Is.string(candidate.variableName) || candidate.variableName === undefined);
|
|
1540
|
+
}
|
|
1541
|
+
InlineValueVariableLookup.is = is;
|
|
1542
|
+
})(InlineValueVariableLookup || (InlineValueVariableLookup = {}));
|
|
1543
|
+
/**
|
|
1544
|
+
* The InlineValueEvaluatableExpression namespace provides functions to deal with InlineValueEvaluatableExpression.
|
|
1545
|
+
*
|
|
1546
|
+
* @since 3.17.0
|
|
1547
|
+
*/
|
|
1548
|
+
var InlineValueEvaluatableExpression;
|
|
1549
|
+
(function (InlineValueEvaluatableExpression) {
|
|
1550
|
+
/**
|
|
1551
|
+
* Creates a new InlineValueEvaluatableExpression literal.
|
|
1552
|
+
*/
|
|
1553
|
+
function create(range, expression) {
|
|
1554
|
+
return { range, expression };
|
|
1555
|
+
}
|
|
1556
|
+
InlineValueEvaluatableExpression.create = create;
|
|
1557
|
+
function is(value) {
|
|
1558
|
+
const candidate = value;
|
|
1559
|
+
return candidate !== undefined && candidate !== null && Range.is(candidate.range)
|
|
1560
|
+
&& (Is.string(candidate.expression) || candidate.expression === undefined);
|
|
1561
|
+
}
|
|
1562
|
+
InlineValueEvaluatableExpression.is = is;
|
|
1563
|
+
})(InlineValueEvaluatableExpression || (InlineValueEvaluatableExpression = {}));
|
|
1564
|
+
/**
|
|
1565
|
+
* The InlineValueContext namespace provides helper functions to work with
|
|
1566
|
+
* {@link InlineValueContext} literals.
|
|
1567
|
+
*
|
|
1568
|
+
* @since 3.17.0
|
|
1569
|
+
*/
|
|
1570
|
+
var InlineValueContext;
|
|
1571
|
+
(function (InlineValueContext) {
|
|
1572
|
+
/**
|
|
1573
|
+
* Creates a new InlineValueContext literal.
|
|
1574
|
+
*/
|
|
1575
|
+
function create(frameId, stoppedLocation) {
|
|
1576
|
+
return { frameId, stoppedLocation };
|
|
1577
|
+
}
|
|
1578
|
+
InlineValueContext.create = create;
|
|
1579
|
+
/**
|
|
1580
|
+
* Checks whether the given literal conforms to the {@link InlineValueContext} interface.
|
|
1581
|
+
*/
|
|
1582
|
+
function is(value) {
|
|
1583
|
+
const candidate = value;
|
|
1584
|
+
return Is.defined(candidate) && Range.is(value.stoppedLocation);
|
|
1585
|
+
}
|
|
1586
|
+
InlineValueContext.is = is;
|
|
1587
|
+
})(InlineValueContext || (InlineValueContext = {}));
|
|
1588
|
+
/**
|
|
1589
|
+
* Inlay hint kinds.
|
|
1590
|
+
*
|
|
1591
|
+
* @since 3.17.0
|
|
1592
|
+
*/
|
|
1593
|
+
var InlayHintKind;
|
|
1594
|
+
(function (InlayHintKind) {
|
|
1595
|
+
/**
|
|
1596
|
+
* An inlay hint that for a type annotation.
|
|
1597
|
+
*/
|
|
1598
|
+
InlayHintKind.Type = 1;
|
|
1599
|
+
/**
|
|
1600
|
+
* An inlay hint that is for a parameter.
|
|
1601
|
+
*/
|
|
1602
|
+
InlayHintKind.Parameter = 2;
|
|
1603
|
+
function is(value) {
|
|
1604
|
+
return value === 1 || value === 2;
|
|
1605
|
+
}
|
|
1606
|
+
InlayHintKind.is = is;
|
|
1607
|
+
})(InlayHintKind || (InlayHintKind = {}));
|
|
1608
|
+
var InlayHintLabelPart;
|
|
1609
|
+
(function (InlayHintLabelPart) {
|
|
1610
|
+
function create(value) {
|
|
1611
|
+
return { value };
|
|
1612
|
+
}
|
|
1613
|
+
InlayHintLabelPart.create = create;
|
|
1614
|
+
function is(value) {
|
|
1615
|
+
const candidate = value;
|
|
1616
|
+
return Is.objectLiteral(candidate)
|
|
1617
|
+
&& (candidate.tooltip === undefined || Is.string(candidate.tooltip) || MarkupContent.is(candidate.tooltip))
|
|
1618
|
+
&& (candidate.location === undefined || Location.is(candidate.location))
|
|
1619
|
+
&& (candidate.command === undefined || Command.is(candidate.command));
|
|
1620
|
+
}
|
|
1621
|
+
InlayHintLabelPart.is = is;
|
|
1622
|
+
})(InlayHintLabelPart || (InlayHintLabelPart = {}));
|
|
1623
|
+
var InlayHint;
|
|
1624
|
+
(function (InlayHint) {
|
|
1625
|
+
function create(position, label, kind) {
|
|
1626
|
+
const result = { position, label };
|
|
1627
|
+
if (kind !== undefined) {
|
|
1628
|
+
result.kind = kind;
|
|
1629
|
+
}
|
|
1630
|
+
return result;
|
|
1631
|
+
}
|
|
1632
|
+
InlayHint.create = create;
|
|
1633
|
+
function is(value) {
|
|
1634
|
+
const candidate = value;
|
|
1635
|
+
return Is.objectLiteral(candidate) && Position.is(candidate.position)
|
|
1636
|
+
&& (Is.string(candidate.label) || Is.typedArray(candidate.label, InlayHintLabelPart.is))
|
|
1637
|
+
&& (candidate.kind === undefined || InlayHintKind.is(candidate.kind))
|
|
1638
|
+
&& (candidate.textEdits === undefined) || Is.typedArray(candidate.textEdits, TextEdit.is)
|
|
1639
|
+
&& (candidate.tooltip === undefined || Is.string(candidate.tooltip) || MarkupContent.is(candidate.tooltip))
|
|
1640
|
+
&& (candidate.paddingLeft === undefined || Is.boolean(candidate.paddingLeft))
|
|
1641
|
+
&& (candidate.paddingRight === undefined || Is.boolean(candidate.paddingRight));
|
|
1642
|
+
}
|
|
1643
|
+
InlayHint.is = is;
|
|
1644
|
+
})(InlayHint || (InlayHint = {}));
|
|
1645
|
+
var StringValue;
|
|
1646
|
+
(function (StringValue) {
|
|
1647
|
+
function createSnippet(value) {
|
|
1648
|
+
return { kind: 'snippet', value };
|
|
1649
|
+
}
|
|
1650
|
+
StringValue.createSnippet = createSnippet;
|
|
1651
|
+
})(StringValue || (StringValue = {}));
|
|
1652
|
+
var InlineCompletionItem;
|
|
1653
|
+
(function (InlineCompletionItem) {
|
|
1654
|
+
function create(insertText, filterText, range, command) {
|
|
1655
|
+
return { insertText, filterText, range, command };
|
|
1656
|
+
}
|
|
1657
|
+
InlineCompletionItem.create = create;
|
|
1658
|
+
})(InlineCompletionItem || (InlineCompletionItem = {}));
|
|
1659
|
+
var InlineCompletionList;
|
|
1660
|
+
(function (InlineCompletionList) {
|
|
1661
|
+
function create(items) {
|
|
1662
|
+
return { items };
|
|
1663
|
+
}
|
|
1664
|
+
InlineCompletionList.create = create;
|
|
1665
|
+
})(InlineCompletionList || (InlineCompletionList = {}));
|
|
1666
|
+
/**
|
|
1667
|
+
* Describes how an {@link InlineCompletionItemProvider inline completion provider} was triggered.
|
|
1668
|
+
*
|
|
1669
|
+
* @since 3.18.0
|
|
1670
|
+
* @proposed
|
|
1671
|
+
*/
|
|
1672
|
+
var InlineCompletionTriggerKind;
|
|
1673
|
+
(function (InlineCompletionTriggerKind) {
|
|
1674
|
+
/**
|
|
1675
|
+
* Completion was triggered explicitly by a user gesture.
|
|
1676
|
+
*/
|
|
1677
|
+
InlineCompletionTriggerKind.Invoked = 0;
|
|
1678
|
+
/**
|
|
1679
|
+
* Completion was triggered automatically while editing.
|
|
1680
|
+
*/
|
|
1681
|
+
InlineCompletionTriggerKind.Automatic = 1;
|
|
1682
|
+
})(InlineCompletionTriggerKind || (InlineCompletionTriggerKind = {}));
|
|
1683
|
+
var SelectedCompletionInfo;
|
|
1684
|
+
(function (SelectedCompletionInfo) {
|
|
1685
|
+
function create(range, text) {
|
|
1686
|
+
return { range, text };
|
|
1687
|
+
}
|
|
1688
|
+
SelectedCompletionInfo.create = create;
|
|
1689
|
+
})(SelectedCompletionInfo || (SelectedCompletionInfo = {}));
|
|
1690
|
+
var InlineCompletionContext;
|
|
1691
|
+
(function (InlineCompletionContext) {
|
|
1692
|
+
function create(triggerKind, selectedCompletionInfo) {
|
|
1693
|
+
return { triggerKind, selectedCompletionInfo };
|
|
1694
|
+
}
|
|
1695
|
+
InlineCompletionContext.create = create;
|
|
1696
|
+
})(InlineCompletionContext || (InlineCompletionContext = {}));
|
|
1697
|
+
var WorkspaceFolder;
|
|
1698
|
+
(function (WorkspaceFolder) {
|
|
1699
|
+
function is(value) {
|
|
1700
|
+
const candidate = value;
|
|
1701
|
+
return Is.objectLiteral(candidate) && URI.is(candidate.uri) && Is.string(candidate.name);
|
|
1702
|
+
}
|
|
1703
|
+
WorkspaceFolder.is = is;
|
|
1704
|
+
})(WorkspaceFolder || (WorkspaceFolder = {}));
|
|
1705
|
+
/**
|
|
1706
|
+
* @deprecated Use the text document from the new vscode-languageserver-textdocument package.
|
|
1707
|
+
*/
|
|
1708
|
+
var TextDocument;
|
|
1709
|
+
(function (TextDocument) {
|
|
1710
|
+
/**
|
|
1711
|
+
* Creates a new ITextDocument literal from the given uri and content.
|
|
1712
|
+
* @param uri The document's uri.
|
|
1713
|
+
* @param languageId The document's language Id.
|
|
1714
|
+
* @param version The document's version.
|
|
1715
|
+
* @param content The document's content.
|
|
1716
|
+
*/
|
|
1717
|
+
function create(uri, languageId, version, content) {
|
|
1718
|
+
return new FullTextDocument(uri, languageId, version, content);
|
|
1719
|
+
}
|
|
1720
|
+
TextDocument.create = create;
|
|
1721
|
+
/**
|
|
1722
|
+
* Checks whether the given literal conforms to the {@link ITextDocument} interface.
|
|
1723
|
+
*/
|
|
1724
|
+
function is(value) {
|
|
1725
|
+
let candidate = value;
|
|
1726
|
+
return Is.defined(candidate) && Is.string(candidate.uri) && (Is.undefined(candidate.languageId) || Is.string(candidate.languageId)) && Is.uinteger(candidate.lineCount)
|
|
1727
|
+
&& Is.func(candidate.getText) && Is.func(candidate.positionAt) && Is.func(candidate.offsetAt) ? true : false;
|
|
1728
|
+
}
|
|
1729
|
+
TextDocument.is = is;
|
|
1730
|
+
function applyEdits(document, edits) {
|
|
1731
|
+
let text = document.getText();
|
|
1732
|
+
let sortedEdits = mergeSort(edits, (a, b) => {
|
|
1733
|
+
let diff = a.range.start.line - b.range.start.line;
|
|
1734
|
+
if (diff === 0) {
|
|
1735
|
+
return a.range.start.character - b.range.start.character;
|
|
1736
|
+
}
|
|
1737
|
+
return diff;
|
|
1738
|
+
});
|
|
1739
|
+
let lastModifiedOffset = text.length;
|
|
1740
|
+
for (let i = sortedEdits.length - 1; i >= 0; i--) {
|
|
1741
|
+
let e = sortedEdits[i];
|
|
1742
|
+
let startOffset = document.offsetAt(e.range.start);
|
|
1743
|
+
let endOffset = document.offsetAt(e.range.end);
|
|
1744
|
+
if (endOffset <= lastModifiedOffset) {
|
|
1745
|
+
text = text.substring(0, startOffset) + e.newText + text.substring(endOffset, text.length);
|
|
1746
|
+
}
|
|
1747
|
+
else {
|
|
1748
|
+
throw new Error('Overlapping edit');
|
|
1749
|
+
}
|
|
1750
|
+
lastModifiedOffset = startOffset;
|
|
1751
|
+
}
|
|
1752
|
+
return text;
|
|
1753
|
+
}
|
|
1754
|
+
TextDocument.applyEdits = applyEdits;
|
|
1755
|
+
function mergeSort(data, compare) {
|
|
1756
|
+
if (data.length <= 1) {
|
|
1757
|
+
// sorted
|
|
1758
|
+
return data;
|
|
1759
|
+
}
|
|
1760
|
+
const p = (data.length / 2) | 0;
|
|
1761
|
+
const left = data.slice(0, p);
|
|
1762
|
+
const right = data.slice(p);
|
|
1763
|
+
mergeSort(left, compare);
|
|
1764
|
+
mergeSort(right, compare);
|
|
1765
|
+
let leftIdx = 0;
|
|
1766
|
+
let rightIdx = 0;
|
|
1767
|
+
let i = 0;
|
|
1768
|
+
while (leftIdx < left.length && rightIdx < right.length) {
|
|
1769
|
+
let ret = compare(left[leftIdx], right[rightIdx]);
|
|
1770
|
+
if (ret <= 0) {
|
|
1771
|
+
// smaller_equal -> take left to preserve order
|
|
1772
|
+
data[i++] = left[leftIdx++];
|
|
1773
|
+
}
|
|
1774
|
+
else {
|
|
1775
|
+
// greater -> take right
|
|
1776
|
+
data[i++] = right[rightIdx++];
|
|
1777
|
+
}
|
|
1778
|
+
}
|
|
1779
|
+
while (leftIdx < left.length) {
|
|
1780
|
+
data[i++] = left[leftIdx++];
|
|
1781
|
+
}
|
|
1782
|
+
while (rightIdx < right.length) {
|
|
1783
|
+
data[i++] = right[rightIdx++];
|
|
1784
|
+
}
|
|
1785
|
+
return data;
|
|
1786
|
+
}
|
|
1787
|
+
})(TextDocument || (TextDocument = {}));
|
|
1788
|
+
/**
|
|
1789
|
+
* @deprecated Use the text document from the new vscode-languageserver-textdocument package.
|
|
1790
|
+
*/
|
|
1791
|
+
class FullTextDocument {
|
|
1792
|
+
constructor(uri, languageId, version, content) {
|
|
1793
|
+
this._uri = uri;
|
|
1794
|
+
this._languageId = languageId;
|
|
1795
|
+
this._version = version;
|
|
1796
|
+
this._content = content;
|
|
1797
|
+
this._lineOffsets = undefined;
|
|
1798
|
+
}
|
|
1799
|
+
get uri() {
|
|
1800
|
+
return this._uri;
|
|
1801
|
+
}
|
|
1802
|
+
get languageId() {
|
|
1803
|
+
return this._languageId;
|
|
1804
|
+
}
|
|
1805
|
+
get version() {
|
|
1806
|
+
return this._version;
|
|
1807
|
+
}
|
|
1808
|
+
getText(range) {
|
|
1809
|
+
if (range) {
|
|
1810
|
+
let start = this.offsetAt(range.start);
|
|
1811
|
+
let end = this.offsetAt(range.end);
|
|
1812
|
+
return this._content.substring(start, end);
|
|
1813
|
+
}
|
|
1814
|
+
return this._content;
|
|
1815
|
+
}
|
|
1816
|
+
update(event, version) {
|
|
1817
|
+
this._content = event.text;
|
|
1818
|
+
this._version = version;
|
|
1819
|
+
this._lineOffsets = undefined;
|
|
1820
|
+
}
|
|
1821
|
+
getLineOffsets() {
|
|
1822
|
+
if (this._lineOffsets === undefined) {
|
|
1823
|
+
let lineOffsets = [];
|
|
1824
|
+
let text = this._content;
|
|
1825
|
+
let isLineStart = true;
|
|
1826
|
+
for (let i = 0; i < text.length; i++) {
|
|
1827
|
+
if (isLineStart) {
|
|
1828
|
+
lineOffsets.push(i);
|
|
1829
|
+
isLineStart = false;
|
|
1830
|
+
}
|
|
1831
|
+
let ch = text.charAt(i);
|
|
1832
|
+
isLineStart = (ch === '\r' || ch === '\n');
|
|
1833
|
+
if (ch === '\r' && i + 1 < text.length && text.charAt(i + 1) === '\n') {
|
|
1834
|
+
i++;
|
|
1835
|
+
}
|
|
1836
|
+
}
|
|
1837
|
+
if (isLineStart && text.length > 0) {
|
|
1838
|
+
lineOffsets.push(text.length);
|
|
1839
|
+
}
|
|
1840
|
+
this._lineOffsets = lineOffsets;
|
|
1841
|
+
}
|
|
1842
|
+
return this._lineOffsets;
|
|
1843
|
+
}
|
|
1844
|
+
positionAt(offset) {
|
|
1845
|
+
offset = Math.max(Math.min(offset, this._content.length), 0);
|
|
1846
|
+
let lineOffsets = this.getLineOffsets();
|
|
1847
|
+
let low = 0, high = lineOffsets.length;
|
|
1848
|
+
if (high === 0) {
|
|
1849
|
+
return Position.create(0, offset);
|
|
1850
|
+
}
|
|
1851
|
+
while (low < high) {
|
|
1852
|
+
let mid = Math.floor((low + high) / 2);
|
|
1853
|
+
if (lineOffsets[mid] > offset) {
|
|
1854
|
+
high = mid;
|
|
1855
|
+
}
|
|
1856
|
+
else {
|
|
1857
|
+
low = mid + 1;
|
|
1858
|
+
}
|
|
1859
|
+
}
|
|
1860
|
+
// low is the least x for which the line offset is larger than the current offset
|
|
1861
|
+
// or array.length if no line offset is larger than the current offset
|
|
1862
|
+
let line = low - 1;
|
|
1863
|
+
return Position.create(line, offset - lineOffsets[line]);
|
|
1864
|
+
}
|
|
1865
|
+
offsetAt(position) {
|
|
1866
|
+
let lineOffsets = this.getLineOffsets();
|
|
1867
|
+
if (position.line >= lineOffsets.length) {
|
|
1868
|
+
return this._content.length;
|
|
1869
|
+
}
|
|
1870
|
+
else if (position.line < 0) {
|
|
1871
|
+
return 0;
|
|
1872
|
+
}
|
|
1873
|
+
let lineOffset = lineOffsets[position.line];
|
|
1874
|
+
let nextLineOffset = (position.line + 1 < lineOffsets.length) ? lineOffsets[position.line + 1] : this._content.length;
|
|
1875
|
+
return Math.max(Math.min(lineOffset + position.character, nextLineOffset), lineOffset);
|
|
1876
|
+
}
|
|
1877
|
+
get lineCount() {
|
|
1878
|
+
return this.getLineOffsets().length;
|
|
1879
|
+
}
|
|
1880
|
+
}
|
|
1881
|
+
var Is;
|
|
1882
|
+
(function (Is) {
|
|
1883
|
+
const toString = Object.prototype.toString;
|
|
1884
|
+
function defined(value) {
|
|
1885
|
+
return typeof value !== 'undefined';
|
|
1886
|
+
}
|
|
1887
|
+
Is.defined = defined;
|
|
1888
|
+
function undefined$1(value) {
|
|
1889
|
+
return typeof value === 'undefined';
|
|
1890
|
+
}
|
|
1891
|
+
Is.undefined = undefined$1;
|
|
1892
|
+
function boolean(value) {
|
|
1893
|
+
return value === true || value === false;
|
|
1894
|
+
}
|
|
1895
|
+
Is.boolean = boolean;
|
|
1896
|
+
function string(value) {
|
|
1897
|
+
return toString.call(value) === '[object String]';
|
|
1898
|
+
}
|
|
1899
|
+
Is.string = string;
|
|
1900
|
+
function number(value) {
|
|
1901
|
+
return toString.call(value) === '[object Number]';
|
|
1902
|
+
}
|
|
1903
|
+
Is.number = number;
|
|
1904
|
+
function numberRange(value, min, max) {
|
|
1905
|
+
return toString.call(value) === '[object Number]' && min <= value && value <= max;
|
|
1906
|
+
}
|
|
1907
|
+
Is.numberRange = numberRange;
|
|
1908
|
+
function integer(value) {
|
|
1909
|
+
return toString.call(value) === '[object Number]' && -2147483648 <= value && value <= 2147483647;
|
|
1910
|
+
}
|
|
1911
|
+
Is.integer = integer;
|
|
1912
|
+
function uinteger(value) {
|
|
1913
|
+
return toString.call(value) === '[object Number]' && 0 <= value && value <= 2147483647;
|
|
1914
|
+
}
|
|
1915
|
+
Is.uinteger = uinteger;
|
|
1916
|
+
function func(value) {
|
|
1917
|
+
return toString.call(value) === '[object Function]';
|
|
1918
|
+
}
|
|
1919
|
+
Is.func = func;
|
|
1920
|
+
function objectLiteral(value) {
|
|
1921
|
+
// Strictly speaking class instances pass this check as well. Since the LSP
|
|
1922
|
+
// doesn't use classes we ignore this for now. If we do we need to add something
|
|
1923
|
+
// like this: `Object.getPrototypeOf(Object.getPrototypeOf(x)) === null`
|
|
1924
|
+
return value !== null && typeof value === 'object';
|
|
1925
|
+
}
|
|
1926
|
+
Is.objectLiteral = objectLiteral;
|
|
1927
|
+
function typedArray(value, check) {
|
|
1928
|
+
return Array.isArray(value) && value.every(check);
|
|
1929
|
+
}
|
|
1930
|
+
Is.typedArray = typedArray;
|
|
1931
|
+
})(Is || (Is = {}));
|
|
1932
|
+
|
|
1933
|
+
export { AnnotatedTextEdit, ChangeAnnotation, ChangeAnnotationIdentifier, CodeAction, CodeActionContext, CodeActionKind, CodeActionTriggerKind, CodeDescription, CodeLens, Color, ColorInformation, ColorPresentation, Command, CompletionItem, CompletionItemKind, CompletionItemLabelDetails, CompletionItemTag, CompletionList, CreateFile, DeleteFile, Diagnostic, DiagnosticRelatedInformation, DiagnosticSeverity, DiagnosticTag, DocumentHighlight, DocumentHighlightKind, DocumentLink, DocumentSymbol, DocumentUri, FoldingRange, FoldingRangeKind, FormattingOptions, Hover, InlayHint, InlayHintKind, InlayHintLabelPart, InlineCompletionContext, InlineCompletionItem, InlineCompletionList, InlineCompletionTriggerKind, InlineValueContext, InlineValueEvaluatableExpression, InlineValueText, InlineValueVariableLookup, InsertReplaceEdit, InsertTextFormat, InsertTextMode, Location, LocationLink, MarkedString, MarkupContent, MarkupKind, OptionalVersionedTextDocumentIdentifier, ParameterInformation, Position, Range, RenameFile, SelectedCompletionInfo, SelectionRange, SemanticTokenModifiers, SemanticTokenTypes, SemanticTokens, SignatureInformation, StringValue, SymbolInformation, SymbolKind, SymbolTag, TextDocument, TextDocumentEdit, TextDocumentIdentifier, TextDocumentItem, TextEdit, URI, VersionedTextDocumentIdentifier, WorkspaceEdit, WorkspaceFolder, WorkspaceSymbol, integer, uinteger };
|