@cbnventures/docusaurus-preset-nova 0.20.0 → 0.22.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/README.md +10 -0
- package/bin/theme-nova.mjs +16 -0
- package/build/package.json +163 -0
- package/build/src/blocks/app-market-download/index.d.ts.map +1 -1
- package/build/src/blocks/app-market-download/index.js.map +1 -1
- package/build/src/blocks/blog-preview/index.d.ts.map +1 -1
- package/build/src/blocks/blog-preview/index.js.map +1 -1
- package/build/src/blocks/features/index.d.ts.map +1 -1
- package/build/src/blocks/features/index.js.map +1 -1
- package/build/src/blocks/frame/index.d.ts.map +1 -1
- package/build/src/blocks/frame/index.js.map +1 -1
- package/build/src/blocks/hero/index.d.ts.map +1 -1
- package/build/src/blocks/hero/index.js.map +1 -1
- package/build/src/blocks/install-strip/index.d.ts.map +1 -1
- package/build/src/blocks/install-strip/index.js.map +1 -1
- package/build/src/blocks/spotlight/index.d.ts.map +1 -1
- package/build/src/blocks/spotlight/index.js.map +1 -1
- package/build/src/blocks/stats/index.d.ts.map +1 -1
- package/build/src/blocks/stats/index.js.map +1 -1
- package/build/src/blocks/terminology/index.d.ts.map +1 -1
- package/build/src/blocks/terminology/index.js.map +1 -1
- package/build/src/blocks/typewriter/index.d.ts.map +1 -1
- package/build/src/blocks/typewriter/index.js.map +1 -1
- package/build/src/cli/i18n/check.d.ts +5 -0
- package/build/src/cli/i18n/check.d.ts.map +1 -0
- package/build/src/cli/i18n/check.js +35 -0
- package/build/src/cli/i18n/check.js.map +1 -0
- package/build/src/cli/i18n/coverage.d.ts +8 -0
- package/build/src/cli/i18n/coverage.d.ts.map +1 -0
- package/build/src/cli/i18n/coverage.js +178 -0
- package/build/src/cli/i18n/coverage.js.map +1 -0
- package/build/src/cli/i18n/sync.d.ts +5 -0
- package/build/src/cli/i18n/sync.d.ts.map +1 -0
- package/build/src/cli/i18n/sync.js +53 -0
- package/build/src/cli/i18n/sync.js.map +1 -0
- package/build/src/cli/index.d.ts +3 -0
- package/build/src/cli/index.d.ts.map +1 -0
- package/build/src/cli/index.js +113 -0
- package/build/src/cli/index.js.map +1 -0
- package/build/src/icons.d.ts +3 -0
- package/build/src/icons.d.ts.map +1 -0
- package/build/src/icons.js +8 -0
- package/build/src/icons.js.map +1 -0
- package/build/src/index.d.ts.map +1 -1
- package/build/src/index.js +30 -28
- package/build/src/index.js.map +1 -1
- package/build/src/lib/color.d.ts.map +1 -1
- package/build/src/lib/color.js.map +1 -1
- package/build/src/lib/google-fonts-url.d.ts.map +1 -1
- package/build/src/lib/google-fonts-url.js.map +1 -1
- package/build/src/lib/i18n/apply-plan.d.ts +10 -0
- package/build/src/lib/i18n/apply-plan.d.ts.map +1 -0
- package/build/src/lib/i18n/apply-plan.js +174 -0
- package/build/src/lib/i18n/apply-plan.js.map +1 -0
- package/build/src/lib/i18n/content-scan.d.ts +8 -0
- package/build/src/lib/i18n/content-scan.d.ts.map +1 -0
- package/build/src/lib/i18n/content-scan.js +180 -0
- package/build/src/lib/i18n/content-scan.js.map +1 -0
- package/build/src/lib/i18n/coverage.d.ts +8 -0
- package/build/src/lib/i18n/coverage.d.ts.map +1 -0
- package/build/src/lib/i18n/coverage.js +113 -0
- package/build/src/lib/i18n/coverage.js.map +1 -0
- package/build/src/lib/i18n/prompt.d.ts +6 -0
- package/build/src/lib/i18n/prompt.d.ts.map +1 -0
- package/build/src/lib/i18n/prompt.js +30 -0
- package/build/src/lib/i18n/prompt.js.map +1 -0
- package/build/src/lib/i18n/reconcile.d.ts +7 -0
- package/build/src/lib/i18n/reconcile.d.ts.map +1 -0
- package/build/src/lib/i18n/reconcile.js +201 -0
- package/build/src/lib/i18n/reconcile.js.map +1 -0
- package/build/src/lib/i18n/report.d.ts +5 -0
- package/build/src/lib/i18n/report.d.ts.map +1 -0
- package/build/src/lib/i18n/report.js +33 -0
- package/build/src/lib/i18n/report.js.map +1 -0
- package/build/src/lib/i18n/site-context.d.ts +9 -0
- package/build/src/lib/i18n/site-context.d.ts.map +1 -0
- package/build/src/lib/i18n/site-context.js +141 -0
- package/build/src/lib/i18n/site-context.js.map +1 -0
- package/build/src/lib/mermaid.js +8 -8
- package/build/src/lib/mermaid.js.map +1 -1
- package/build/src/lib/regex.d.ts +2 -0
- package/build/src/lib/regex.d.ts.map +1 -1
- package/build/src/lib/regex.js +47 -42
- package/build/src/lib/regex.js.map +1 -1
- package/build/src/lib/rehype-shiki.d.ts.map +1 -1
- package/build/src/lib/rehype-shiki.js.map +1 -1
- package/build/src/lib/search/indexer.d.ts.map +1 -1
- package/build/src/lib/search/indexer.js +3 -1
- package/build/src/lib/search/indexer.js.map +1 -1
- package/build/src/lib/search/perform-search.d.ts.map +1 -1
- package/build/src/lib/search/perform-search.js +15 -10
- package/build/src/lib/search/perform-search.js.map +1 -1
- package/build/src/lib/search/worker.js +25 -16
- package/build/src/lib/search/worker.js.map +1 -1
- package/build/src/lib/sidebar-mobile-store.d.ts +5 -0
- package/build/src/lib/sidebar-mobile-store.d.ts.map +1 -0
- package/build/src/lib/sidebar-mobile-store.js +26 -0
- package/build/src/lib/sidebar-mobile-store.js.map +1 -0
- package/build/src/lib/toc-collapsible-store.d.ts +7 -0
- package/build/src/lib/toc-collapsible-store.d.ts.map +1 -0
- package/build/src/lib/toc-collapsible-store.js +40 -0
- package/build/src/lib/toc-collapsible-store.js.map +1 -0
- package/build/src/lib/translations.d.ts.map +1 -1
- package/build/src/lib/translations.js +30 -19
- package/build/src/lib/translations.js.map +1 -1
- package/build/src/lib/use-details-dismiss.d.ts.map +1 -1
- package/build/src/lib/use-details-dismiss.js.map +1 -1
- package/build/src/lib/use-navbar-active-item.d.ts.map +1 -1
- package/build/src/lib/use-navbar-active-item.js +12 -1
- package/build/src/lib/use-navbar-active-item.js.map +1 -1
- package/build/src/lib/use-navbar-overflow.d.ts.map +1 -1
- package/build/src/lib/use-navbar-overflow.js.map +1 -1
- package/build/src/plugins/bundle-guard/index.d.ts.map +1 -1
- package/build/src/plugins/bundle-guard/index.js.map +1 -1
- package/build/src/plugins/icons/generate.d.ts.map +1 -1
- package/build/src/plugins/icons/generate.js +4 -2
- package/build/src/plugins/icons/generate.js.map +1 -1
- package/build/src/plugins/icons/index.d.ts.map +1 -1
- package/build/src/plugins/icons/index.js.map +1 -1
- package/build/src/plugins/mermaid-tooltip/client.d.ts.map +1 -1
- package/build/src/plugins/mermaid-tooltip/client.js.map +1 -1
- package/build/src/plugins/mermaid-tooltip/index.d.ts.map +1 -1
- package/build/src/plugins/mermaid-tooltip/index.js.map +1 -1
- package/build/src/scripts/data-attribute-query.d.ts.map +1 -1
- package/build/src/scripts/data-attribute-query.js.map +1 -1
- package/build/src/styles/embed.css +132 -0
- package/build/src/styles/presets/envoy/theme/Navbar/Bridge/style.css +39 -10
- package/build/src/styles/presets/envoy/theme/Navbar/Canopy/style.css +50 -11
- package/build/src/styles/presets/envoy/theme/Navbar/Compass/style.css +41 -11
- package/build/src/styles/presets/envoy/theme/Navbar/Monolith/style.css +20 -5
- package/build/src/styles/presets/envoy/theme/Navbar/More/style.css +4 -3
- package/build/src/styles/presets/envoy/theme/Navbar/style.css +13 -5
- package/build/src/styles/presets/foundry/theme/Navbar/Bridge/style.css +41 -11
- package/build/src/styles/presets/foundry/theme/Navbar/Canopy/style.css +40 -11
- package/build/src/styles/presets/foundry/theme/Navbar/Compass/style.css +41 -11
- package/build/src/styles/presets/foundry/theme/Navbar/Monolith/style.css +20 -5
- package/build/src/styles/presets/foundry/theme/Navbar/More/style.css +4 -3
- package/build/src/styles/presets/foundry/theme/Navbar/style.css +13 -5
- package/build/src/styles/presets/lantern/theme/Navbar/Bridge/style.css +37 -10
- package/build/src/styles/presets/lantern/theme/Navbar/Canopy/style.css +45 -12
- package/build/src/styles/presets/lantern/theme/Navbar/Compass/style.css +37 -11
- package/build/src/styles/presets/lantern/theme/Navbar/Monolith/style.css +23 -5
- package/build/src/styles/presets/lantern/theme/Navbar/More/style.css +4 -3
- package/build/src/styles/presets/lantern/theme/Navbar/style.css +13 -4
- package/build/src/styles/presets/marshal/theme/Navbar/Bridge/style.css +50 -10
- package/build/src/styles/presets/marshal/theme/Navbar/Canopy/style.css +41 -12
- package/build/src/styles/presets/marshal/theme/Navbar/Compass/style.css +41 -10
- package/build/src/styles/presets/marshal/theme/Navbar/Monolith/style.css +34 -3
- package/build/src/styles/presets/marshal/theme/Navbar/More/style.css +4 -3
- package/build/src/styles/presets/marshal/theme/Navbar/style.css +16 -5
- package/build/src/styles/presets/sample/theme/Navbar/Canopy/style.css +16 -0
- package/build/src/styles/presets/sentinel/theme/Navbar/Bridge/style.css +41 -11
- package/build/src/styles/presets/sentinel/theme/Navbar/Canopy/style.css +40 -11
- package/build/src/styles/presets/sentinel/theme/Navbar/Compass/style.css +41 -11
- package/build/src/styles/presets/sentinel/theme/Navbar/Monolith/style.css +20 -5
- package/build/src/styles/presets/sentinel/theme/Navbar/More/style.css +4 -3
- package/build/src/styles/presets/sentinel/theme/Navbar/style.css +14 -4
- package/build/src/styles/presets/signal/theme/Navbar/Bridge/style.css +36 -13
- package/build/src/styles/presets/signal/theme/Navbar/Canopy/style.css +28 -11
- package/build/src/styles/presets/signal/theme/Navbar/Compass/style.css +41 -12
- package/build/src/styles/presets/signal/theme/Navbar/Monolith/style.css +22 -5
- package/build/src/styles/presets/signal/theme/Navbar/style.css +19 -5
- package/build/src/styles/theme/Navbar/Bridge/style.css +33 -0
- package/build/src/styles/theme/Navbar/Canopy/style.css +33 -0
- package/build/src/styles/theme/Navbar/Compass/style.css +33 -0
- package/build/src/styles/theme/Navbar/Monolith/style.css +33 -0
- package/build/src/styles/theme/NavbarItem/style.css +68 -0
- package/build/src/tests/bin-git-tracked.test.d.ts +2 -0
- package/build/src/tests/bin-git-tracked.test.d.ts.map +1 -0
- package/build/src/tests/bin-git-tracked.test.js +43 -0
- package/build/src/tests/bin-git-tracked.test.js.map +1 -0
- package/build/src/tests/cascade-defensive.test.js +6 -3
- package/build/src/tests/cascade-defensive.test.js.map +1 -1
- package/build/src/tests/class-name-style-passthrough.test.js +4 -2
- package/build/src/tests/class-name-style-passthrough.test.js.map +1 -1
- package/build/src/tests/cli/i18n/check.test.d.ts +2 -0
- package/build/src/tests/cli/i18n/check.test.d.ts.map +1 -0
- package/build/src/tests/cli/i18n/check.test.js +79 -0
- package/build/src/tests/cli/i18n/check.test.js.map +1 -0
- package/build/src/tests/cli/i18n/coverage.test.d.ts +2 -0
- package/build/src/tests/cli/i18n/coverage.test.d.ts.map +1 -0
- package/build/src/tests/cli/i18n/coverage.test.js +150 -0
- package/build/src/tests/cli/i18n/coverage.test.js.map +1 -0
- package/build/src/tests/cli/i18n/sync.test.d.ts +2 -0
- package/build/src/tests/cli/i18n/sync.test.d.ts.map +1 -0
- package/build/src/tests/cli/i18n/sync.test.js +164 -0
- package/build/src/tests/cli/i18n/sync.test.js.map +1 -0
- package/build/src/tests/config-drift.test.js +18 -9
- package/build/src/tests/config-drift.test.js.map +1 -1
- package/build/src/tests/exports-module-format.test.d.ts +2 -0
- package/build/src/tests/exports-module-format.test.d.ts.map +1 -0
- package/build/src/tests/exports-module-format.test.js +106 -0
- package/build/src/tests/exports-module-format.test.js.map +1 -0
- package/build/src/tests/icons.test.js +16 -14
- package/build/src/tests/icons.test.js.map +1 -1
- package/build/src/tests/lib/color.test.js.map +1 -1
- package/build/src/tests/lib/css-generator.test.js +216 -108
- package/build/src/tests/lib/css-generator.test.js.map +1 -1
- package/build/src/tests/lib/i18n/apply-plan.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/apply-plan.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/apply-plan.test.js +361 -0
- package/build/src/tests/lib/i18n/apply-plan.test.js.map +1 -0
- package/build/src/tests/lib/i18n/content-scan.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/content-scan.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/content-scan.test.js +236 -0
- package/build/src/tests/lib/i18n/content-scan.test.js.map +1 -0
- package/build/src/tests/lib/i18n/coverage.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/coverage.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/coverage.test.js +304 -0
- package/build/src/tests/lib/i18n/coverage.test.js.map +1 -0
- package/build/src/tests/lib/i18n/reconcile.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/reconcile.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/reconcile.test.js +648 -0
- package/build/src/tests/lib/i18n/reconcile.test.js.map +1 -0
- package/build/src/tests/lib/i18n/site-context.test.d.ts +2 -0
- package/build/src/tests/lib/i18n/site-context.test.d.ts.map +1 -0
- package/build/src/tests/lib/i18n/site-context.test.js +48 -0
- package/build/src/tests/lib/i18n/site-context.test.js.map +1 -0
- package/build/src/tests/lib/search/indexer.test.js +2 -1
- package/build/src/tests/lib/search/indexer.test.js.map +1 -1
- package/build/src/tests/lib/search/worker.test.js +26 -0
- package/build/src/tests/lib/search/worker.test.js.map +1 -1
- package/build/src/tests/lib/sidebar-mobile-store.test.d.ts +2 -0
- package/build/src/tests/lib/sidebar-mobile-store.test.d.ts.map +1 -0
- package/build/src/tests/lib/sidebar-mobile-store.test.js +69 -0
- package/build/src/tests/lib/sidebar-mobile-store.test.js.map +1 -0
- package/build/src/tests/lib/toc-collapsible-store.test.d.ts +2 -0
- package/build/src/tests/lib/toc-collapsible-store.test.d.ts.map +1 -0
- package/build/src/tests/lib/toc-collapsible-store.test.js +64 -0
- package/build/src/tests/lib/toc-collapsible-store.test.js.map +1 -0
- package/build/src/tests/lib/translations.test.js +107 -60
- package/build/src/tests/lib/translations.test.js.map +1 -1
- package/build/src/tests/options.test.js +6 -3
- package/build/src/tests/options.test.js.map +1 -1
- package/build/src/tests/presets/envoy/preset.test.js +8 -4
- package/build/src/tests/presets/envoy/preset.test.js.map +1 -1
- package/build/src/tests/presets/foundry/preset.test.js +8 -4
- package/build/src/tests/presets/foundry/preset.test.js.map +1 -1
- package/build/src/tests/presets/lantern/preset.test.js +8 -4
- package/build/src/tests/presets/lantern/preset.test.js.map +1 -1
- package/build/src/tests/presets/marshal/preset.test.js +8 -4
- package/build/src/tests/presets/marshal/preset.test.js.map +1 -1
- package/build/src/tests/presets/sample/preset.test.js +8 -4
- package/build/src/tests/presets/sample/preset.test.js.map +1 -1
- package/build/src/tests/presets/sentinel/preset.test.js +8 -4
- package/build/src/tests/presets/sentinel/preset.test.js.map +1 -1
- package/build/src/tests/presets/signal/preset.test.js +8 -4
- package/build/src/tests/presets/signal/preset.test.js.map +1 -1
- package/build/src/tests/since-version.test.js +2 -1
- package/build/src/tests/since-version.test.js.map +1 -1
- package/build/src/tests/theme/CodeBlock/live-editor.test.js +13 -1
- package/build/src/tests/theme/CodeBlock/live-editor.test.js.map +1 -1
- package/build/src/tests/type-declarations.test.js +4 -8
- package/build/src/tests/type-declarations.test.js.map +1 -1
- package/build/src/theme/Admonition/index.d.ts.map +1 -1
- package/build/src/theme/Admonition/index.js.map +1 -1
- package/build/src/theme/AnnouncementBar/index.d.ts.map +1 -1
- package/build/src/theme/AnnouncementBar/index.js +2 -1
- package/build/src/theme/AnnouncementBar/index.js.map +1 -1
- package/build/src/theme/Blog/Components/Author/Socials/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Components/Author/Socials/index.js +28 -14
- package/build/src/theme/Blog/Components/Author/Socials/index.js.map +1 -1
- package/build/src/theme/Blog/Components/Author/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Components/Author/index.js.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsListPage/index.js.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.d.ts.map +1 -1
- package/build/src/theme/Blog/Pages/BlogAuthorsPostsPage/index.js.map +1 -1
- package/build/src/theme/BlogArchivePage/index.d.ts.map +1 -1
- package/build/src/theme/BlogArchivePage/index.js +1 -1
- package/build/src/theme/BlogArchivePage/index.js.map +1 -1
- package/build/src/theme/BlogLayout/index.d.ts.map +1 -1
- package/build/src/theme/BlogLayout/index.js.map +1 -1
- package/build/src/theme/BlogListPage/StructuredData/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPage/StructuredData/index.js.map +1 -1
- package/build/src/theme/BlogListPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPage/index.js.map +1 -1
- package/build/src/theme/BlogListPaginator/index.d.ts.map +1 -1
- package/build/src/theme/BlogListPaginator/index.js.map +1 -1
- package/build/src/theme/BlogPostItem/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostItem/index.js +14 -7
- package/build/src/theme/BlogPostItem/index.js.map +1 -1
- package/build/src/theme/BlogPostItems/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostItems/index.js.map +1 -1
- package/build/src/theme/BlogPostPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostPage/index.js +2 -1
- package/build/src/theme/BlogPostPage/index.js.map +1 -1
- package/build/src/theme/BlogPostPaginator/index.d.ts.map +1 -1
- package/build/src/theme/BlogPostPaginator/index.js.map +1 -1
- package/build/src/theme/BlogSidebar/index.d.ts.map +1 -1
- package/build/src/theme/BlogSidebar/index.js.map +1 -1
- package/build/src/theme/BlogSidebarMobile/index.d.ts.map +1 -1
- package/build/src/theme/BlogSidebarMobile/index.js.map +1 -1
- package/build/src/theme/BlogTagsListPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogTagsListPage/index.js.map +1 -1
- package/build/src/theme/BlogTagsPostsPage/index.d.ts.map +1 -1
- package/build/src/theme/BlogTagsPostsPage/index.js.map +1 -1
- package/build/src/theme/CodeBlock/index.d.ts.map +1 -1
- package/build/src/theme/CodeBlock/index.js.map +1 -1
- package/build/src/theme/CodeBlock/live-editor.d.ts.map +1 -1
- package/build/src/theme/CodeBlock/live-editor.js +2 -2
- package/build/src/theme/CodeBlock/live-editor.js.map +1 -1
- package/build/src/theme/CodeInline/index.d.ts.map +1 -1
- package/build/src/theme/CodeInline/index.js.map +1 -1
- package/build/src/theme/ContentFooter/Edit/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Edit/index.js.map +1 -1
- package/build/src/theme/ContentFooter/Share/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Share/index.js.map +1 -1
- package/build/src/theme/ContentFooter/ShareButton/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/ShareButton/index.js +3 -0
- package/build/src/theme/ContentFooter/ShareButton/index.js.map +1 -1
- package/build/src/theme/ContentFooter/Tags/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/Tags/index.js.map +1 -1
- package/build/src/theme/ContentFooter/index.d.ts.map +1 -1
- package/build/src/theme/ContentFooter/index.js.map +1 -1
- package/build/src/theme/ContentVisibility/Draft/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/Draft/index.js.map +1 -1
- package/build/src/theme/ContentVisibility/Unlisted/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/Unlisted/index.js.map +1 -1
- package/build/src/theme/ContentVisibility/index.d.ts.map +1 -1
- package/build/src/theme/ContentVisibility/index.js.map +1 -1
- package/build/src/theme/Details/index.d.ts.map +1 -1
- package/build/src/theme/Details/index.js.map +1 -1
- package/build/src/theme/DocBreadcrumbs/StructuredData/index.d.ts.map +1 -1
- package/build/src/theme/DocBreadcrumbs/StructuredData/index.js.map +1 -1
- package/build/src/theme/DocCard/index.d.ts.map +1 -1
- package/build/src/theme/DocCard/index.js.map +1 -1
- package/build/src/theme/DocCardList/index.d.ts.map +1 -1
- package/build/src/theme/DocCardList/index.js.map +1 -1
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.d.ts.map +1 -1
- package/build/src/theme/DocCategoryGeneratedIndexPage/index.js.map +1 -1
- package/build/src/theme/DocItem/Content/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Content/index.js.map +1 -1
- package/build/src/theme/DocItem/Footer/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Footer/index.js +11 -6
- package/build/src/theme/DocItem/Footer/index.js.map +1 -1
- package/build/src/theme/DocItem/Layout/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Layout/index.js.map +1 -1
- package/build/src/theme/DocItem/Metadata/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Metadata/index.js.map +1 -1
- package/build/src/theme/DocItem/Paginator/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/Paginator/index.js.map +1 -1
- package/build/src/theme/DocItem/TOC/Desktop/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/TOC/Desktop/index.js.map +1 -1
- package/build/src/theme/DocItem/TOC/Mobile/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/TOC/Mobile/index.js.map +1 -1
- package/build/src/theme/DocItem/index.d.ts.map +1 -1
- package/build/src/theme/DocItem/index.js +2 -1
- package/build/src/theme/DocItem/index.js.map +1 -1
- package/build/src/theme/DocPaginator/index.d.ts.map +1 -1
- package/build/src/theme/DocPaginator/index.js.map +1 -1
- package/build/src/theme/DocRoot/Layout/Main/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/Main/index.js.map +1 -1
- package/build/src/theme/DocRoot/Layout/Sidebar/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/Sidebar/index.js.map +1 -1
- package/build/src/theme/DocRoot/Layout/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/Layout/index.js +5 -2
- package/build/src/theme/DocRoot/Layout/index.js.map +1 -1
- package/build/src/theme/DocRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocRoot/index.js.map +1 -1
- package/build/src/theme/DocSidebar/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebar/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/Category/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Category/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/Html/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Html/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/Link/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/Link/index.js.map +1 -1
- package/build/src/theme/DocSidebarItem/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItem/index.js.map +1 -1
- package/build/src/theme/DocSidebarItems/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarItems/index.js.map +1 -1
- package/build/src/theme/DocSidebarMobile/index.d.ts.map +1 -1
- package/build/src/theme/DocSidebarMobile/index.js +8 -92
- package/build/src/theme/DocSidebarMobile/index.js.map +1 -1
- package/build/src/theme/DocSidebarMobile/panel.d.ts +3 -0
- package/build/src/theme/DocSidebarMobile/panel.d.ts.map +1 -0
- package/build/src/theme/DocSidebarMobile/panel.js +88 -0
- package/build/src/theme/DocSidebarMobile/panel.js.map +1 -0
- package/build/src/theme/DocTagDocListPage/index.d.ts.map +1 -1
- package/build/src/theme/DocTagDocListPage/index.js.map +1 -1
- package/build/src/theme/DocTagsListPage/index.d.ts.map +1 -1
- package/build/src/theme/DocTagsListPage/index.js.map +1 -1
- package/build/src/theme/DocVersionRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocVersionRoot/index.js.map +1 -1
- package/build/src/theme/DocsRoot/index.d.ts.map +1 -1
- package/build/src/theme/DocsRoot/index.js.map +1 -1
- package/build/src/theme/EditMetaRow/index.d.ts.map +1 -1
- package/build/src/theme/EditMetaRow/index.js.map +1 -1
- package/build/src/theme/EditThisPage/index.d.ts.map +1 -1
- package/build/src/theme/EditThisPage/index.js.map +1 -1
- package/build/src/theme/Error/index.d.ts.map +1 -1
- package/build/src/theme/Error/index.js.map +1 -1
- package/build/src/theme/ErrorPageContent/index.d.ts.map +1 -1
- package/build/src/theme/ErrorPageContent/index.js.map +1 -1
- package/build/src/theme/Footer/Commons/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Commons/index.js.map +1 -1
- package/build/src/theme/Footer/Embassy/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Embassy/index.js.map +1 -1
- package/build/src/theme/Footer/Launchpad/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Launchpad/index.js.map +1 -1
- package/build/src/theme/Footer/Ledger/index.d.ts.map +1 -1
- package/build/src/theme/Footer/Ledger/index.js.map +1 -1
- package/build/src/theme/Footer/cta.d.ts.map +1 -1
- package/build/src/theme/Footer/cta.js.map +1 -1
- package/build/src/theme/Footer/index.d.ts.map +1 -1
- package/build/src/theme/Footer/index.js.map +1 -1
- package/build/src/theme/Heading/index.d.ts.map +1 -1
- package/build/src/theme/Heading/index.js.map +1 -1
- package/build/src/theme/IconExternalLink/index.d.ts.map +1 -1
- package/build/src/theme/IconExternalLink/index.js.map +1 -1
- package/build/src/theme/LastUpdated/index.d.ts.map +1 -1
- package/build/src/theme/LastUpdated/index.js.map +1 -1
- package/build/src/theme/Layout/Provider/index.d.ts.map +1 -1
- package/build/src/theme/Layout/Provider/index.js.map +1 -1
- package/build/src/theme/Layout/index.d.ts.map +1 -1
- package/build/src/theme/Layout/index.js +2 -1
- package/build/src/theme/Layout/index.js.map +1 -1
- package/build/src/theme/Loading/index.d.ts.map +1 -1
- package/build/src/theme/Loading/index.js.map +1 -1
- package/build/src/theme/Logo/index.d.ts.map +1 -1
- package/build/src/theme/Logo/index.js.map +1 -1
- package/build/src/theme/MDXContent/index.d.ts.map +1 -1
- package/build/src/theme/MDXContent/index.js.map +1 -1
- package/build/src/theme/MDXPage/index.d.ts.map +1 -1
- package/build/src/theme/MDXPage/index.js +9 -5
- package/build/src/theme/MDXPage/index.js.map +1 -1
- package/build/src/theme/Mermaid/index.d.ts.map +1 -1
- package/build/src/theme/Mermaid/index.js.map +1 -1
- package/build/src/theme/Navbar/Bridge/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Bridge/index.js.map +1 -1
- package/build/src/theme/Navbar/Bridge/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Bridge/mobile-menu.js +29 -1
- package/build/src/theme/Navbar/Bridge/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/Canopy/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Canopy/index.js.map +1 -1
- package/build/src/theme/Navbar/Canopy/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Canopy/mobile-menu.js +29 -1
- package/build/src/theme/Navbar/Canopy/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/Compass/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Compass/index.js.map +1 -1
- package/build/src/theme/Navbar/Compass/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Compass/mobile-menu.js +29 -1
- package/build/src/theme/Navbar/Compass/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/Monolith/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/Monolith/index.js.map +1 -1
- package/build/src/theme/Navbar/Monolith/mobile-menu.d.ts.map +1 -1
- package/build/src/theme/Navbar/Monolith/mobile-menu.js +29 -1
- package/build/src/theme/Navbar/Monolith/mobile-menu.js.map +1 -1
- package/build/src/theme/Navbar/More/index.d.ts.map +1 -1
- package/build/src/theme/Navbar/More/index.js.map +1 -1
- package/build/src/theme/Navbar/index.js +0 -1
- package/build/src/theme/Navbar/index.js.map +1 -1
- package/build/src/theme/NavbarItem/component-types.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/component-types.js +2 -0
- package/build/src/theme/NavbarItem/component-types.js.map +1 -1
- package/build/src/theme/NavbarItem/default-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/default-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/doc-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/doc-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/doc-sidebar-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-dropdown-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.js +1 -1
- package/build/src/theme/NavbarItem/docs-version-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/dropdown-navbar-item.js +14 -1
- package/build/src/theme/NavbarItem/dropdown-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/html-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/html-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/index.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/index.js.map +1 -1
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/locale-dropdown-navbar-item.js.map +1 -1
- package/build/src/theme/NavbarItem/search-navbar-item.d.ts.map +1 -1
- package/build/src/theme/NavbarItem/search-navbar-item.js.map +1 -1
- package/build/src/theme/NotFound/Content/index.d.ts.map +1 -1
- package/build/src/theme/NotFound/Content/index.js.map +1 -1
- package/build/src/theme/NotFound/index.d.ts.map +1 -1
- package/build/src/theme/NotFound/index.js.map +1 -1
- package/build/src/theme/Root/index.d.ts.map +1 -1
- package/build/src/theme/Root/index.js.map +1 -1
- package/build/src/theme/SearchBar/search-input.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-input.js.map +1 -1
- package/build/src/theme/SearchBar/search-provider.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-provider.js +4 -1
- package/build/src/theme/SearchBar/search-provider.js.map +1 -1
- package/build/src/theme/SearchBar/search-results.d.ts.map +1 -1
- package/build/src/theme/SearchBar/search-results.js.map +1 -1
- package/build/src/theme/SearchMetadata/index.d.ts.map +1 -1
- package/build/src/theme/SearchMetadata/index.js.map +1 -1
- package/build/src/theme/SearchPage/index.d.ts.map +1 -1
- package/build/src/theme/SearchPage/index.js +4 -1
- package/build/src/theme/SearchPage/index.js.map +1 -1
- package/build/src/theme/Showcase/index.d.ts.map +1 -1
- package/build/src/theme/Showcase/index.js.map +1 -1
- package/build/src/theme/SkipToContent/index.d.ts.map +1 -1
- package/build/src/theme/SkipToContent/index.js.map +1 -1
- package/build/src/theme/TOC/index.d.ts.map +1 -1
- package/build/src/theme/TOC/index.js.map +1 -1
- package/build/src/theme/TOCCollapsible/index.d.ts.map +1 -1
- package/build/src/theme/TOCCollapsible/index.js +13 -88
- package/build/src/theme/TOCCollapsible/index.js.map +1 -1
- package/build/src/theme/TOCCollapsible/panel.d.ts +3 -0
- package/build/src/theme/TOCCollapsible/panel.d.ts.map +1 -0
- package/build/src/theme/TOCCollapsible/panel.js +90 -0
- package/build/src/theme/TOCCollapsible/panel.js.map +1 -0
- package/build/src/theme/TabItem/index.d.ts.map +1 -1
- package/build/src/theme/TabItem/index.js.map +1 -1
- package/build/src/theme/Tabs/index.d.ts.map +1 -1
- package/build/src/theme/Tabs/index.js.map +1 -1
- package/build/src/theme/Tag/index.d.ts.map +1 -1
- package/build/src/theme/Tag/index.js.map +1 -1
- package/build/src/theme/TagsListByLetter/index.d.ts.map +1 -1
- package/build/src/theme/TagsListByLetter/index.js.map +1 -1
- package/build/src/theme/ThemeProvider/TitleFormatter/index.d.ts.map +1 -1
- package/build/src/theme/ThemeProvider/TitleFormatter/index.js.map +1 -1
- package/build/src/theme/ThemeProvider/index.d.ts.map +1 -1
- package/build/src/theme/ThemeProvider/index.js.map +1 -1
- package/build/src/theme/ThemedImage/index.d.ts.map +1 -1
- package/build/src/theme/ThemedImage/index.js.map +1 -1
- package/build/src/types/cli/i18n/check.d.ts +29 -0
- package/build/src/types/cli/i18n/coverage.d.ts +120 -0
- package/build/src/types/cli/i18n/sync.d.ts +42 -0
- package/build/src/types/cli/index.d.ts +55 -0
- package/build/src/types/icons.d.ts +21 -0
- package/build/src/types/index.d.ts +12 -10
- package/build/src/types/lib/bundle-size.d.ts +3 -1
- package/build/src/types/lib/color.d.ts +6 -6
- package/build/src/types/lib/css-generator.d.ts +5 -4
- package/build/src/types/lib/i18n/apply-plan.d.ts +134 -0
- package/build/src/types/lib/i18n/content-scan.d.ts +193 -0
- package/build/src/types/lib/i18n/coverage.d.ts +105 -0
- package/build/src/types/lib/i18n/prompt.d.ts +30 -0
- package/build/src/types/lib/i18n/reconcile.d.ts +147 -0
- package/build/src/types/lib/i18n/report.d.ts +16 -0
- package/build/src/types/lib/i18n/site-context.d.ts +147 -0
- package/build/src/types/lib/mermaid.d.ts +5 -3
- package/build/src/types/lib/search/indexer.d.ts +8 -4
- package/build/src/types/lib/search/perform-search.d.ts +27 -27
- package/build/src/types/lib/search/worker.d.ts +31 -24
- package/build/src/types/lib/sidebar-mobile-store.d.ts +38 -0
- package/build/src/types/lib/toc-collapsible-store.d.ts +67 -0
- package/build/src/types/lib/translations.d.ts +4 -0
- package/build/src/types/lib/use-details-dismiss.d.ts +3 -3
- package/build/src/types/lib/use-navbar-active-item.d.ts +6 -0
- package/build/src/types/plugins/icons/generate.d.ts +5 -1
- package/build/src/types/shared.d.ts +408 -0
- package/build/src/types/tests/bin-git-tracked.test.d.ts +52 -0
- package/build/src/types/tests/cli/i18n/sync.test.d.ts +66 -0
- package/build/src/types/tests/exports-module-format.test.d.ts +143 -0
- package/build/src/types/tests/folder-axis.test.d.ts +4 -2
- package/build/src/types/tests/icons.test.d.ts +4 -2
- package/build/src/types/tests/layered-scope.test.d.ts +70 -20
- package/build/src/types/tests/lib/color.test.d.ts +2 -2
- package/build/src/types/tests/lib/i18n/apply-plan.test.d.ts +132 -0
- package/build/src/types/tests/lib/i18n/content-scan.test.d.ts +87 -0
- package/build/src/types/tests/lib/i18n/reconcile.test.d.ts +173 -0
- package/build/src/types/tests/lib/i18n/site-context.test.d.ts +30 -0
- package/build/src/types/tests/lib/search/worker.test.d.ts +20 -0
- package/build/src/types/tests/lib/sidebar-mobile-store.test.d.ts +51 -0
- package/build/src/types/tests/lib/toc-collapsible-store.test.d.ts +52 -0
- package/build/src/types/tests/preset.test.d.ts +96 -8
- package/build/src/types/tests/theme/CodeBlock/live-editor.test.d.ts +7 -0
- package/build/src/types/theme/BlogPostItem/index.d.ts +17 -2
- package/build/src/types/theme/DocItem/Footer/index.d.ts +2 -0
- package/build/src/types/theme/DocItem/index.d.ts +2 -0
- package/build/src/types/theme/DocSidebarMobile/index.d.ts +1 -55
- package/build/src/types/theme/DocSidebarMobile/panel.d.ts +54 -0
- package/build/src/types/theme/Error/index.d.ts +2 -1
- package/build/src/types/theme/ErrorPageContent/index.d.ts +2 -1
- package/build/src/types/theme/Layout/index.d.ts +2 -0
- package/build/src/types/theme/MDXPage/index.d.ts +3 -1
- package/build/src/types/theme/Navbar/Bridge/mobile-menu.d.ts +21 -5
- package/build/src/types/theme/Navbar/Canopy/mobile-menu.d.ts +21 -5
- package/build/src/types/theme/Navbar/Compass/mobile-menu.d.ts +23 -7
- package/build/src/types/theme/Navbar/Monolith/mobile-menu.d.ts +21 -5
- package/build/src/types/theme/Navbar/index.d.ts +2 -1
- package/build/src/types/theme/NavbarItem/index.d.ts +12 -0
- package/build/src/types/theme/SearchBar/search-input.d.ts +8 -5
- package/build/src/types/theme/SearchBar/search-provider.d.ts +7 -3
- package/build/src/types/theme/SearchBar/search-results.d.ts +4 -3
- package/build/src/types/theme/SearchPage/index.d.ts +4 -2
- package/build/src/types/theme/SiteMetadata/index.d.ts +3 -1
- package/build/src/types/theme/TOCCollapsible/index.d.ts +14 -67
- package/build/src/types/theme/TOCCollapsible/panel.d.ts +69 -0
- package/nova-config.d.ts +14 -2
- package/nova-sidebars.d.ts +1 -0
- package/nova-theme.d.ts +2 -1
- package/package.json +29 -13
- package/translations/locales/ar/theme-nova.json +35 -35
- package/translations/locales/bg/theme-nova.json +170 -0
- package/translations/locales/bn/theme-nova.json +170 -0
- package/translations/locales/cs/theme-nova.json +170 -0
- package/translations/locales/da/theme-nova.json +170 -0
- package/translations/locales/de/theme-nova.json +170 -0
- package/translations/locales/es/theme-nova.json +170 -0
- package/translations/locales/et/theme-nova.json +170 -0
- package/translations/locales/fa/theme-nova.json +170 -0
- package/translations/locales/fil/theme-nova.json +170 -0
- package/translations/locales/fr/theme-nova.json +170 -0
- package/translations/locales/he/theme-nova.json +170 -0
- package/translations/locales/hi/theme-nova.json +170 -0
- package/translations/locales/hu/theme-nova.json +170 -0
- package/translations/locales/id/theme-nova.json +170 -0
- package/translations/locales/is/theme-nova.json +170 -0
- package/translations/locales/it/theme-nova.json +170 -0
- package/translations/locales/ja/theme-nova.json +170 -0
- package/translations/locales/ko/theme-nova.json +170 -0
- package/translations/locales/nb/theme-nova.json +170 -0
- package/translations/locales/nl/theme-nova.json +170 -0
- package/translations/locales/pl/theme-nova.json +170 -0
- package/translations/locales/pt-BR/theme-nova.json +170 -0
- package/translations/locales/pt-PT/theme-nova.json +170 -0
- package/translations/locales/ru/theme-nova.json +170 -0
- package/translations/locales/sl/theme-nova.json +170 -0
- package/translations/locales/sr/theme-nova.json +170 -0
- package/translations/locales/sv/theme-nova.json +170 -0
- package/translations/locales/tk/theme-nova.json +170 -0
- package/translations/locales/tr/theme-nova.json +170 -0
- package/translations/locales/uk/theme-nova.json +170 -0
- package/translations/locales/ur/theme-nova.json +170 -0
- package/translations/locales/vi/theme-nova.json +170 -0
- package/translations/locales/zh-Hans/theme-nova.json +24 -24
- package/translations/locales/zh-Hant/theme-nova.json +170 -0
- package/build/src/tests/demo-coverage.test.d.ts +0 -2
- package/build/src/tests/demo-coverage.test.d.ts.map +0 -1
- package/build/src/tests/demo-coverage.test.js +0 -178
- package/build/src/tests/demo-coverage.test.js.map +0 -1
- package/build/src/tests/demo-logo-override.test.d.ts +0 -2
- package/build/src/tests/demo-logo-override.test.d.ts.map +0 -1
- package/build/src/tests/demo-logo-override.test.js +0 -42
- package/build/src/tests/demo-logo-override.test.js.map +0 -1
- package/build/src/types/tests/demo-coverage.test.d.ts +0 -176
- package/build/src/types/tests/demo-logo-override.test.d.ts +0 -45
- package/build/src/types/worker-globals.d.ts +0 -103
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
TranslationFileContent,
|
|
3
|
+
TranslationMessage,
|
|
4
|
+
} from '@docusaurus/types';
|
|
5
|
+
|
|
6
|
+
import type {
|
|
7
|
+
Shared_I18nFilePlan,
|
|
8
|
+
Shared_I18nPlanEntry,
|
|
9
|
+
} from '../../shared.d.ts';
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Lib - I18n - Reconcile - Assemble.
|
|
13
|
+
*
|
|
14
|
+
* @since 0.21.0
|
|
15
|
+
*/
|
|
16
|
+
export type Lib_I18n_Reconcile_Runner_Assemble_Scope = string;
|
|
17
|
+
|
|
18
|
+
export type Lib_I18n_Reconcile_Runner_Assemble_Entries = Shared_I18nPlanEntry[];
|
|
19
|
+
|
|
20
|
+
export type Lib_I18n_Reconcile_Runner_Assemble_Returns = Shared_I18nFilePlan;
|
|
21
|
+
|
|
22
|
+
export type Lib_I18n_Reconcile_Runner_Assemble_Keep = Shared_I18nPlanEntry[];
|
|
23
|
+
|
|
24
|
+
export type Lib_I18n_Reconcile_Runner_Assemble_Add = Shared_I18nPlanEntry[];
|
|
25
|
+
|
|
26
|
+
export type Lib_I18n_Reconcile_Runner_Assemble_DropRedundant = Shared_I18nPlanEntry[];
|
|
27
|
+
|
|
28
|
+
export type Lib_I18n_Reconcile_Runner_Assemble_Orphan = Shared_I18nPlanEntry[];
|
|
29
|
+
|
|
30
|
+
export type Lib_I18n_Reconcile_Runner_Assemble_Content = TranslationFileContent;
|
|
31
|
+
|
|
32
|
+
export type Lib_I18n_Reconcile_Runner_Assemble_MessageEntry = TranslationMessage;
|
|
33
|
+
|
|
34
|
+
export type Lib_I18n_Reconcile_Runner_Assemble_EntryDescription = string | undefined;
|
|
35
|
+
|
|
36
|
+
/**
|
|
37
|
+
* Lib - I18n - Reconcile - Reconcile Area.
|
|
38
|
+
*
|
|
39
|
+
* @since 0.21.0
|
|
40
|
+
*/
|
|
41
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_Input_Existing = TranslationFileContent;
|
|
42
|
+
|
|
43
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_Input_Live = TranslationFileContent;
|
|
44
|
+
|
|
45
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_Input_IsDefaultLocale = boolean;
|
|
46
|
+
|
|
47
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_Input_Path = string;
|
|
48
|
+
|
|
49
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_Input = {
|
|
50
|
+
existing: Lib_I18n_Reconcile_Runner_ReconcileArea_Input_Existing;
|
|
51
|
+
live: Lib_I18n_Reconcile_Runner_ReconcileArea_Input_Live;
|
|
52
|
+
isDefaultLocale: Lib_I18n_Reconcile_Runner_ReconcileArea_Input_IsDefaultLocale;
|
|
53
|
+
path: Lib_I18n_Reconcile_Runner_ReconcileArea_Input_Path;
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_Returns = Shared_I18nFilePlan;
|
|
57
|
+
|
|
58
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_Existing = TranslationFileContent;
|
|
59
|
+
|
|
60
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_Live = TranslationFileContent;
|
|
61
|
+
|
|
62
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_IsDefaultLocale = boolean;
|
|
63
|
+
|
|
64
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_Path = string;
|
|
65
|
+
|
|
66
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_Scope = string;
|
|
67
|
+
|
|
68
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_LiveKeys = Set<string>;
|
|
69
|
+
|
|
70
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_ExistingKeys = Set<string>;
|
|
71
|
+
|
|
72
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_Entries = Shared_I18nPlanEntry[];
|
|
73
|
+
|
|
74
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_Value = TranslationMessage | undefined;
|
|
75
|
+
|
|
76
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_LiveEntry = TranslationMessage | undefined;
|
|
77
|
+
|
|
78
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_DefaultMessage = string | undefined;
|
|
79
|
+
|
|
80
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileArea_SeedEntry = TranslationMessage | undefined;
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Lib - I18n - Reconcile - Reconcile Code.
|
|
84
|
+
*
|
|
85
|
+
* @since 0.21.0
|
|
86
|
+
*/
|
|
87
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Input_Existing = TranslationFileContent;
|
|
88
|
+
|
|
89
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Input_LiveSiteKeys = Set<string>;
|
|
90
|
+
|
|
91
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Input_ThemeLiveKeys = Set<string>;
|
|
92
|
+
|
|
93
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Input_SiteExtract = TranslationFileContent;
|
|
94
|
+
|
|
95
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Input_Registry = Record<string, string>;
|
|
96
|
+
|
|
97
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Input_ThemeDefaults = Record<string, string>;
|
|
98
|
+
|
|
99
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Input_IsDefaultLocale = boolean;
|
|
100
|
+
|
|
101
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Input = {
|
|
102
|
+
existing: Lib_I18n_Reconcile_Runner_ReconcileCode_Input_Existing;
|
|
103
|
+
liveSiteKeys: Lib_I18n_Reconcile_Runner_ReconcileCode_Input_LiveSiteKeys;
|
|
104
|
+
themeLiveKeys: Lib_I18n_Reconcile_Runner_ReconcileCode_Input_ThemeLiveKeys;
|
|
105
|
+
siteExtract: Lib_I18n_Reconcile_Runner_ReconcileCode_Input_SiteExtract;
|
|
106
|
+
registry: Lib_I18n_Reconcile_Runner_ReconcileCode_Input_Registry;
|
|
107
|
+
themeDefaults: Lib_I18n_Reconcile_Runner_ReconcileCode_Input_ThemeDefaults;
|
|
108
|
+
isDefaultLocale: Lib_I18n_Reconcile_Runner_ReconcileCode_Input_IsDefaultLocale;
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Returns = Shared_I18nFilePlan;
|
|
112
|
+
|
|
113
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Existing = TranslationFileContent;
|
|
114
|
+
|
|
115
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_LiveSiteKeys = Set<string>;
|
|
116
|
+
|
|
117
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_ThemeLiveKeys = Set<string>;
|
|
118
|
+
|
|
119
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_SiteExtract = TranslationFileContent;
|
|
120
|
+
|
|
121
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Registry = Record<string, string>;
|
|
122
|
+
|
|
123
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_ThemeDefaults = Record<string, string>;
|
|
124
|
+
|
|
125
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_IsDefaultLocale = boolean;
|
|
126
|
+
|
|
127
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_ExistingKeys = Set<string>;
|
|
128
|
+
|
|
129
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Entries = Shared_I18nPlanEntry[];
|
|
130
|
+
|
|
131
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Value = TranslationMessage | undefined;
|
|
132
|
+
|
|
133
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_IsSite = boolean;
|
|
134
|
+
|
|
135
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_SiteEntry = TranslationMessage | undefined;
|
|
136
|
+
|
|
137
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_RegistryMessage = string | undefined;
|
|
138
|
+
|
|
139
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_ThemeDefaultMessage = string | undefined;
|
|
140
|
+
|
|
141
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_SiteMessage = string | undefined;
|
|
142
|
+
|
|
143
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_DefaultMessage = string | undefined;
|
|
144
|
+
|
|
145
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_Matches = boolean;
|
|
146
|
+
|
|
147
|
+
export type Lib_I18n_Reconcile_Runner_ReconcileCode_SeedEntry = TranslationMessage | undefined;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { Shared_I18nPlan } from '../../shared.d.ts';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Lib - I18n - Report - Print.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.21.0
|
|
7
|
+
*/
|
|
8
|
+
export type Lib_I18n_Report_Runner_Print_Plan = Shared_I18nPlan;
|
|
9
|
+
|
|
10
|
+
export type Lib_I18n_Report_Runner_Print_Returns = void;
|
|
11
|
+
|
|
12
|
+
export type Lib_I18n_Report_Runner_Print_AddCount = number;
|
|
13
|
+
|
|
14
|
+
export type Lib_I18n_Report_Runner_Print_DropCount = number;
|
|
15
|
+
|
|
16
|
+
export type Lib_I18n_Report_Runner_Print_OrphanCount = number;
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
import type {
|
|
2
|
+
InitializedPlugin,
|
|
3
|
+
LoadContext,
|
|
4
|
+
TranslationFile,
|
|
5
|
+
TranslationFileContent,
|
|
6
|
+
TranslationMessage,
|
|
7
|
+
} from '@docusaurus/types';
|
|
8
|
+
|
|
9
|
+
import type {
|
|
10
|
+
Shared_I18nGatherLocale,
|
|
11
|
+
Shared_I18nGatherResult,
|
|
12
|
+
} from '../../shared.d.ts';
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Lib - I18n - Site Context - Gather.
|
|
16
|
+
*
|
|
17
|
+
* @since 0.21.0
|
|
18
|
+
*/
|
|
19
|
+
export type Lib_I18n_SiteContext_Runner_Gather_Options_Locale = string | undefined;
|
|
20
|
+
|
|
21
|
+
export type Lib_I18n_SiteContext_Runner_Gather_Options = {
|
|
22
|
+
locale: Lib_I18n_SiteContext_Runner_Gather_Options_Locale;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export type Lib_I18n_SiteContext_Runner_Gather_Returns = Promise<Shared_I18nGatherResult>;
|
|
26
|
+
|
|
27
|
+
export type Lib_I18n_SiteContext_Runner_Gather_SiteDir = string;
|
|
28
|
+
|
|
29
|
+
export type Lib_I18n_SiteContext_Runner_Gather_Base = LoadContext;
|
|
30
|
+
|
|
31
|
+
export type Lib_I18n_SiteContext_Runner_Gather_I18n = LoadContext['i18n'];
|
|
32
|
+
|
|
33
|
+
export type Lib_I18n_SiteContext_Runner_Gather_DefaultLocale = string;
|
|
34
|
+
|
|
35
|
+
export type Lib_I18n_SiteContext_Runner_Gather_RequestedLocale = string | undefined;
|
|
36
|
+
|
|
37
|
+
export type Lib_I18n_SiteContext_Runner_Gather_Locales = string[];
|
|
38
|
+
|
|
39
|
+
export type Lib_I18n_SiteContext_Runner_Gather_Plugins = InitializedPlugin[];
|
|
40
|
+
|
|
41
|
+
export type Lib_I18n_SiteContext_Runner_Gather_SiteExtract = TranslationFileContent;
|
|
42
|
+
|
|
43
|
+
export type Lib_I18n_SiteContext_Runner_Gather_ThemeCommonDir = string;
|
|
44
|
+
|
|
45
|
+
export type Lib_I18n_SiteContext_Runner_Gather_ExtraPaths = string[];
|
|
46
|
+
|
|
47
|
+
export type Lib_I18n_SiteContext_Runner_Gather_FullExtract = TranslationFileContent;
|
|
48
|
+
|
|
49
|
+
export type Lib_I18n_SiteContext_Runner_Gather_LiveSiteKeys = Set<string>;
|
|
50
|
+
|
|
51
|
+
export type Lib_I18n_SiteContext_Runner_Gather_ThemeLiveKeys = Set<string>;
|
|
52
|
+
|
|
53
|
+
export type Lib_I18n_SiteContext_Runner_Gather_ThemeDefaults = Record<string, string>;
|
|
54
|
+
|
|
55
|
+
export type Lib_I18n_SiteContext_Runner_Gather_ThemeDefaultEntry = TranslationMessage | undefined;
|
|
56
|
+
|
|
57
|
+
export type Lib_I18n_SiteContext_Runner_Gather_PerLocale = Shared_I18nGatherLocale[];
|
|
58
|
+
|
|
59
|
+
export type Lib_I18n_SiteContext_Runner_Gather_LocaleResult = Shared_I18nGatherLocale;
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Lib - I18n - Site Context - Gather Locale.
|
|
63
|
+
*
|
|
64
|
+
* @since 0.21.0
|
|
65
|
+
*/
|
|
66
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_SiteDir = string;
|
|
67
|
+
|
|
68
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_Base = LoadContext;
|
|
69
|
+
|
|
70
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_BasePlugins = InitializedPlugin[];
|
|
71
|
+
|
|
72
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_Locale = string;
|
|
73
|
+
|
|
74
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_DefaultLocale = string;
|
|
75
|
+
|
|
76
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_Returns = Promise<Shared_I18nGatherLocale>;
|
|
77
|
+
|
|
78
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_IsCurrentLocale = boolean;
|
|
79
|
+
|
|
80
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_Context = LoadContext;
|
|
81
|
+
|
|
82
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_Plugins = InitializedPlugin[];
|
|
83
|
+
|
|
84
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_Registry = Record<string, string>;
|
|
85
|
+
|
|
86
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_Theme = InitializedPlugin | undefined;
|
|
87
|
+
|
|
88
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_AreaFiles = TranslationFile[];
|
|
89
|
+
|
|
90
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_LocalizationDir = string;
|
|
91
|
+
|
|
92
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_ExistingCodeRaw = TranslationFileContent | undefined;
|
|
93
|
+
|
|
94
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_ExistingCode = TranslationFileContent;
|
|
95
|
+
|
|
96
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_ExistingArea = Map<string, TranslationFileContent>;
|
|
97
|
+
|
|
98
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_Content = TranslationFileContent;
|
|
99
|
+
|
|
100
|
+
export type Lib_I18n_SiteContext_Runner_GatherLocale_IsDefaultLocale = boolean;
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* Lib - I18n - Site Context - Load Area Files.
|
|
104
|
+
*
|
|
105
|
+
* @since 0.21.0
|
|
106
|
+
*/
|
|
107
|
+
export type Lib_I18n_SiteContext_Runner_LoadAreaFiles_Theme = InitializedPlugin | undefined;
|
|
108
|
+
|
|
109
|
+
export type Lib_I18n_SiteContext_Runner_LoadAreaFiles_Returns = Promise<TranslationFile[]>;
|
|
110
|
+
|
|
111
|
+
export type Lib_I18n_SiteContext_Runner_LoadAreaFiles_GetTranslationFiles = InitializedPlugin['getTranslationFiles'];
|
|
112
|
+
|
|
113
|
+
export type Lib_I18n_SiteContext_Runner_LoadAreaFiles_LoadContent = InitializedPlugin['loadContent'];
|
|
114
|
+
|
|
115
|
+
export type Lib_I18n_SiteContext_Runner_LoadAreaFiles_Content = unknown;
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Lib - I18n - Site Context - Read Area File.
|
|
119
|
+
*
|
|
120
|
+
* @since 0.21.0
|
|
121
|
+
*/
|
|
122
|
+
export type Lib_I18n_SiteContext_Runner_ReadAreaFile_LocalizationDir = string;
|
|
123
|
+
|
|
124
|
+
export type Lib_I18n_SiteContext_Runner_ReadAreaFile_AreaPath = string;
|
|
125
|
+
|
|
126
|
+
export type Lib_I18n_SiteContext_Runner_ReadAreaFile_Returns = Promise<TranslationFileContent>;
|
|
127
|
+
|
|
128
|
+
export type Lib_I18n_SiteContext_Runner_ReadAreaFile_FilePath = string;
|
|
129
|
+
|
|
130
|
+
export type Lib_I18n_SiteContext_Runner_ReadAreaFile_Raw = string;
|
|
131
|
+
|
|
132
|
+
export type Lib_I18n_SiteContext_Runner_ReadAreaFile_Parsed = TranslationFileContent;
|
|
133
|
+
|
|
134
|
+
export type Lib_I18n_SiteContext_Runner_ReadAreaFile_ReadError = unknown;
|
|
135
|
+
|
|
136
|
+
export type Lib_I18n_SiteContext_Runner_ReadAreaFile_ReadErrorCode = unknown;
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Lib - I18n - Site Context - Resolve Locales.
|
|
140
|
+
*
|
|
141
|
+
* @since 0.21.0
|
|
142
|
+
*/
|
|
143
|
+
export type Lib_I18n_SiteContext_Runner_ResolveLocales_I18n = LoadContext['i18n'];
|
|
144
|
+
|
|
145
|
+
export type Lib_I18n_SiteContext_Runner_ResolveLocales_RequestedLocale = string | undefined;
|
|
146
|
+
|
|
147
|
+
export type Lib_I18n_SiteContext_Runner_ResolveLocales_Returns = string[];
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import type * as mermaid from 'mermaid';
|
|
2
|
+
|
|
1
3
|
import type { Shared_MermaidRenderOutput } from '../shared.d.ts';
|
|
2
4
|
|
|
3
5
|
/**
|
|
@@ -43,7 +45,7 @@ export type Lib_Mermaid_GetResolvedColor_A = number | undefined;
|
|
|
43
45
|
*/
|
|
44
46
|
export type Lib_Mermaid_LoadMermaid_Returns = Promise<Lib_Mermaid_LoadMermaid_Module>;
|
|
45
47
|
|
|
46
|
-
export type Lib_Mermaid_LoadMermaid_Module = typeof
|
|
48
|
+
export type Lib_Mermaid_LoadMermaid_Module = typeof mermaid;
|
|
47
49
|
|
|
48
50
|
/**
|
|
49
51
|
* Lib - Mermaid - Promise.
|
|
@@ -52,7 +54,7 @@ export type Lib_Mermaid_LoadMermaid_Module = typeof import('mermaid');
|
|
|
52
54
|
*/
|
|
53
55
|
export type Lib_Mermaid_MermaidPromise = Promise<Lib_Mermaid_MermaidPromiseModule> | undefined;
|
|
54
56
|
|
|
55
|
-
export type Lib_Mermaid_MermaidPromiseModule = typeof
|
|
57
|
+
export type Lib_Mermaid_MermaidPromiseModule = typeof mermaid;
|
|
56
58
|
|
|
57
59
|
/**
|
|
58
60
|
* Lib - Mermaid - Use Mermaid Config.
|
|
@@ -116,7 +118,7 @@ export type Lib_Mermaid_UseMermaidRenderResult_Id = string;
|
|
|
116
118
|
|
|
117
119
|
export type Lib_Mermaid_UseMermaidRenderResult_Cancelled = boolean;
|
|
118
120
|
|
|
119
|
-
export type Lib_Mermaid_UseMermaidRenderResult_MermaidModuleType = typeof
|
|
121
|
+
export type Lib_Mermaid_UseMermaidRenderResult_MermaidModuleType = typeof mermaid;
|
|
120
122
|
|
|
121
123
|
export type Lib_Mermaid_UseMermaidRenderResult_MermaidModule = Lib_Mermaid_UseMermaidRenderResult_MermaidModuleType;
|
|
122
124
|
|
|
@@ -225,6 +225,10 @@ export type Lib_Search_Indexer_BuildSearchIndex_WorkerSourcePath = string;
|
|
|
225
225
|
|
|
226
226
|
export type Lib_Search_Indexer_BuildSearchIndex_WorkerDestinationPath = string;
|
|
227
227
|
|
|
228
|
+
export type Lib_Search_Indexer_BuildSearchIndex_WorkerSource = string;
|
|
229
|
+
|
|
230
|
+
export type Lib_Search_Indexer_BuildSearchIndex_WorkerScript = string;
|
|
231
|
+
|
|
228
232
|
/**
|
|
229
233
|
* Lib - Search - Indexer - Build Search Index - Index Builder.
|
|
230
234
|
*
|
|
@@ -308,6 +312,8 @@ export type Lib_Search_Indexer_BuildSearchIndex_IndexBuilder_HeadingsText = stri
|
|
|
308
312
|
*
|
|
309
313
|
* @since 0.15.0
|
|
310
314
|
*/
|
|
315
|
+
export type Lib_Search_Indexer_ExtractDocument_Returns = Lib_Search_Indexer_ExtractDocument_DocumentItem | undefined;
|
|
316
|
+
|
|
311
317
|
export type Lib_Search_Indexer_ExtractDocument_HtmlFilePath = string;
|
|
312
318
|
|
|
313
319
|
export type Lib_Search_Indexer_ExtractDocument_RoutePath = string;
|
|
@@ -342,8 +348,6 @@ export type Lib_Search_Indexer_ExtractDocument_DocumentItem = {
|
|
|
342
348
|
snippet: Lib_Search_Indexer_ExtractDocument_DocumentItem_Snippet;
|
|
343
349
|
};
|
|
344
350
|
|
|
345
|
-
export type Lib_Search_Indexer_ExtractDocument_Returns = Lib_Search_Indexer_ExtractDocument_DocumentItem | undefined;
|
|
346
|
-
|
|
347
351
|
export type Lib_Search_Indexer_ExtractDocument_FileExists = boolean;
|
|
348
352
|
|
|
349
353
|
export type Lib_Search_Indexer_ExtractDocument_HtmlContent = string;
|
|
@@ -398,12 +402,12 @@ export type Lib_Search_Indexer_ExtractDocument_HeadingIterator_HeadingLevel = nu
|
|
|
398
402
|
*
|
|
399
403
|
* @since 0.15.0
|
|
400
404
|
*/
|
|
405
|
+
export type Lib_Search_Indexer_MatchesIgnorePattern_Returns = boolean;
|
|
406
|
+
|
|
401
407
|
export type Lib_Search_Indexer_MatchesIgnorePattern_RoutePath = string;
|
|
402
408
|
|
|
403
409
|
export type Lib_Search_Indexer_MatchesIgnorePattern_Patterns = string[];
|
|
404
410
|
|
|
405
|
-
export type Lib_Search_Indexer_MatchesIgnorePattern_Returns = boolean;
|
|
406
|
-
|
|
407
411
|
export type Lib_Search_Indexer_MatchesIgnorePattern_TypedPattern = string;
|
|
408
412
|
|
|
409
413
|
export type Lib_Search_Indexer_MatchesIgnorePattern_CleanPattern = string;
|
|
@@ -3,31 +3,6 @@
|
|
|
3
3
|
*
|
|
4
4
|
* @since 0.15.0
|
|
5
5
|
*/
|
|
6
|
-
export type Lib_Search_PerformSearch_PerformSearch_Index = unknown;
|
|
7
|
-
|
|
8
|
-
export type Lib_Search_PerformSearch_PerformSearch_Documents_Item_Path = string;
|
|
9
|
-
|
|
10
|
-
export type Lib_Search_PerformSearch_PerformSearch_Documents_Item_Title = string;
|
|
11
|
-
|
|
12
|
-
export type Lib_Search_PerformSearch_PerformSearch_Documents_Item_Snippet = string;
|
|
13
|
-
|
|
14
|
-
export type Lib_Search_PerformSearch_PerformSearch_Documents_Item_Body = string;
|
|
15
|
-
|
|
16
|
-
export type Lib_Search_PerformSearch_PerformSearch_Documents_Item = {
|
|
17
|
-
path: Lib_Search_PerformSearch_PerformSearch_Documents_Item_Path;
|
|
18
|
-
title: Lib_Search_PerformSearch_PerformSearch_Documents_Item_Title;
|
|
19
|
-
snippet: Lib_Search_PerformSearch_PerformSearch_Documents_Item_Snippet;
|
|
20
|
-
body: Lib_Search_PerformSearch_PerformSearch_Documents_Item_Body;
|
|
21
|
-
};
|
|
22
|
-
|
|
23
|
-
export type Lib_Search_PerformSearch_PerformSearch_Documents = Lib_Search_PerformSearch_PerformSearch_Documents_Item[];
|
|
24
|
-
|
|
25
|
-
export type Lib_Search_PerformSearch_PerformSearch_Query = string;
|
|
26
|
-
|
|
27
|
-
export type Lib_Search_PerformSearch_PerformSearch_Limit = number;
|
|
28
|
-
|
|
29
|
-
export type Lib_Search_PerformSearch_PerformSearch_FuzzyDistance = number;
|
|
30
|
-
|
|
31
6
|
export type Lib_Search_PerformSearch_PerformSearch_Returns_Item_Path = string;
|
|
32
7
|
|
|
33
8
|
export type Lib_Search_PerformSearch_PerformSearch_Returns_Item_Title = string;
|
|
@@ -57,6 +32,31 @@ export type Lib_Search_PerformSearch_PerformSearch_Returns_Item = {
|
|
|
57
32
|
|
|
58
33
|
export type Lib_Search_PerformSearch_PerformSearch_Returns = Lib_Search_PerformSearch_PerformSearch_Returns_Item[];
|
|
59
34
|
|
|
35
|
+
export type Lib_Search_PerformSearch_PerformSearch_Index = unknown;
|
|
36
|
+
|
|
37
|
+
export type Lib_Search_PerformSearch_PerformSearch_Documents_Item_Path = string;
|
|
38
|
+
|
|
39
|
+
export type Lib_Search_PerformSearch_PerformSearch_Documents_Item_Title = string;
|
|
40
|
+
|
|
41
|
+
export type Lib_Search_PerformSearch_PerformSearch_Documents_Item_Snippet = string;
|
|
42
|
+
|
|
43
|
+
export type Lib_Search_PerformSearch_PerformSearch_Documents_Item_Body = string;
|
|
44
|
+
|
|
45
|
+
export type Lib_Search_PerformSearch_PerformSearch_Documents_Item = {
|
|
46
|
+
path: Lib_Search_PerformSearch_PerformSearch_Documents_Item_Path;
|
|
47
|
+
title: Lib_Search_PerformSearch_PerformSearch_Documents_Item_Title;
|
|
48
|
+
snippet: Lib_Search_PerformSearch_PerformSearch_Documents_Item_Snippet;
|
|
49
|
+
body: Lib_Search_PerformSearch_PerformSearch_Documents_Item_Body;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export type Lib_Search_PerformSearch_PerformSearch_Documents = Lib_Search_PerformSearch_PerformSearch_Documents_Item[];
|
|
53
|
+
|
|
54
|
+
export type Lib_Search_PerformSearch_PerformSearch_Query = string;
|
|
55
|
+
|
|
56
|
+
export type Lib_Search_PerformSearch_PerformSearch_Limit = number;
|
|
57
|
+
|
|
58
|
+
export type Lib_Search_PerformSearch_PerformSearch_FuzzyDistance = number;
|
|
59
|
+
|
|
60
60
|
export type Lib_Search_PerformSearch_PerformSearch_TrimmedQuery = string;
|
|
61
61
|
|
|
62
62
|
export type Lib_Search_PerformSearch_PerformSearch_LunrResult_Item_Ref = string;
|
|
@@ -81,6 +81,8 @@ export type Lib_Search_PerformSearch_PerformSearch_TypedIndex = {
|
|
|
81
81
|
search: Lib_Search_PerformSearch_PerformSearch_TypedIndex_Search;
|
|
82
82
|
};
|
|
83
83
|
|
|
84
|
+
export type Lib_Search_PerformSearch_PerformSearch_AllResults = Lib_Search_PerformSearch_PerformSearch_LunrResult_Item[];
|
|
85
|
+
|
|
84
86
|
export type Lib_Search_PerformSearch_PerformSearch_ExactResults = Lib_Search_PerformSearch_PerformSearch_LunrResult_Item[];
|
|
85
87
|
|
|
86
88
|
export type Lib_Search_PerformSearch_PerformSearch_WildcardQuery = string;
|
|
@@ -91,8 +93,6 @@ export type Lib_Search_PerformSearch_PerformSearch_FuzzyQuery = string;
|
|
|
91
93
|
|
|
92
94
|
export type Lib_Search_PerformSearch_PerformSearch_FuzzyResults = Lib_Search_PerformSearch_PerformSearch_LunrResult_Item[];
|
|
93
95
|
|
|
94
|
-
export type Lib_Search_PerformSearch_PerformSearch_AllResults = Lib_Search_PerformSearch_PerformSearch_LunrResult_Item[];
|
|
95
|
-
|
|
96
96
|
export type Lib_Search_PerformSearch_PerformSearch_ScoreMap = Map<string, number>;
|
|
97
97
|
|
|
98
98
|
export type Lib_Search_PerformSearch_PerformSearch_TermsMap = Map<string, Set<string>>;
|
|
@@ -8,6 +8,28 @@ import type {
|
|
|
8
8
|
Shared_SearchWorkerSearchMessage,
|
|
9
9
|
} from '../../shared.d.ts';
|
|
10
10
|
|
|
11
|
+
/**
|
|
12
|
+
* Lib - Search - Worker - Lunr Global.
|
|
13
|
+
*
|
|
14
|
+
* @since 0.15.0
|
|
15
|
+
*/
|
|
16
|
+
export type Lib_Search_Worker_LunrGlobal_Index_Load = (serializedIndex: unknown) => unknown;
|
|
17
|
+
|
|
18
|
+
export type Lib_Search_Worker_LunrGlobal_Index = {
|
|
19
|
+
load: Lib_Search_Worker_LunrGlobal_Index_Load;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export type Lib_Search_Worker_LunrGlobal = {
|
|
23
|
+
Index: Lib_Search_Worker_LunrGlobal_Index;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* Lib - Search - Worker - Regex Special Chars.
|
|
28
|
+
*
|
|
29
|
+
* @since 0.15.0
|
|
30
|
+
*/
|
|
31
|
+
export type Lib_Search_Worker_RegexSpecialChars = RegExp;
|
|
32
|
+
|
|
11
33
|
/**
|
|
12
34
|
* Lib - Search - Worker - Search Index.
|
|
13
35
|
*
|
|
@@ -56,30 +78,15 @@ export type Lib_Search_Worker_ListenerEvent = MessageEvent<Shared_SearchWorkerMe
|
|
|
56
78
|
*/
|
|
57
79
|
export type Lib_Search_Worker_ListenerMessageData = Shared_SearchWorkerMessage;
|
|
58
80
|
|
|
59
|
-
/**
|
|
60
|
-
* Lib - Search - Worker - Lunr Global.
|
|
61
|
-
*
|
|
62
|
-
* @since 0.15.0
|
|
63
|
-
*/
|
|
64
|
-
export type Lib_Search_Worker_LunrGlobal_Index_Load = (serializedIndex: unknown) => unknown;
|
|
65
|
-
|
|
66
|
-
export type Lib_Search_Worker_LunrGlobal_Index = {
|
|
67
|
-
load: Lib_Search_Worker_LunrGlobal_Index_Load;
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
export type Lib_Search_Worker_LunrGlobal = {
|
|
71
|
-
Index: Lib_Search_Worker_LunrGlobal_Index;
|
|
72
|
-
};
|
|
73
|
-
|
|
74
81
|
/**
|
|
75
82
|
* Lib - Search - Worker - Handle Init.
|
|
76
83
|
*
|
|
77
84
|
* @since 0.15.0
|
|
78
85
|
*/
|
|
79
|
-
export type Lib_Search_Worker_HandleInit_Message = Shared_SearchWorkerInitMessage;
|
|
80
|
-
|
|
81
86
|
export type Lib_Search_Worker_HandleInit_Returns = Promise<void>;
|
|
82
87
|
|
|
88
|
+
export type Lib_Search_Worker_HandleInit_Message = Shared_SearchWorkerInitMessage;
|
|
89
|
+
|
|
83
90
|
export type Lib_Search_Worker_HandleInit_Response = Response;
|
|
84
91
|
|
|
85
92
|
export type Lib_Search_Worker_HandleInit_Parsed = Lib_Search_Worker_HandleInit_ParsedShape;
|
|
@@ -151,7 +158,7 @@ export type Lib_Search_Worker_PerformSearch_TypedIndex = {
|
|
|
151
158
|
search: Lib_Search_Worker_PerformSearch_TypedIndex_Search;
|
|
152
159
|
};
|
|
153
160
|
|
|
154
|
-
export type
|
|
161
|
+
export type Lib_Search_Worker_PerformSearch_AllResults = Array<{
|
|
155
162
|
ref: string;
|
|
156
163
|
score: number;
|
|
157
164
|
matchData: {
|
|
@@ -159,9 +166,7 @@ export type Lib_Search_Worker_PerformSearch_ExactResults = Array<{
|
|
|
159
166
|
};
|
|
160
167
|
}>;
|
|
161
168
|
|
|
162
|
-
export type
|
|
163
|
-
|
|
164
|
-
export type Lib_Search_Worker_PerformSearch_WildcardResults = Array<{
|
|
169
|
+
export type Lib_Search_Worker_PerformSearch_ExactResults = Array<{
|
|
165
170
|
ref: string;
|
|
166
171
|
score: number;
|
|
167
172
|
matchData: {
|
|
@@ -169,9 +174,9 @@ export type Lib_Search_Worker_PerformSearch_WildcardResults = Array<{
|
|
|
169
174
|
};
|
|
170
175
|
}>;
|
|
171
176
|
|
|
172
|
-
export type
|
|
177
|
+
export type Lib_Search_Worker_PerformSearch_WildcardQuery = string;
|
|
173
178
|
|
|
174
|
-
export type
|
|
179
|
+
export type Lib_Search_Worker_PerformSearch_WildcardResults = Array<{
|
|
175
180
|
ref: string;
|
|
176
181
|
score: number;
|
|
177
182
|
matchData: {
|
|
@@ -179,7 +184,9 @@ export type Lib_Search_Worker_PerformSearch_FuzzyResults = Array<{
|
|
|
179
184
|
};
|
|
180
185
|
}>;
|
|
181
186
|
|
|
182
|
-
export type
|
|
187
|
+
export type Lib_Search_Worker_PerformSearch_FuzzyQuery = string;
|
|
188
|
+
|
|
189
|
+
export type Lib_Search_Worker_PerformSearch_FuzzyResults = Array<{
|
|
183
190
|
ref: string;
|
|
184
191
|
score: number;
|
|
185
192
|
matchData: {
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Lib - Sidebar Mobile Store - Sidebar Mobile Open.
|
|
3
|
+
*
|
|
4
|
+
* @since 0.21.0
|
|
5
|
+
*/
|
|
6
|
+
export type Lib_SidebarMobileStore_SidebarMobileOpen = boolean;
|
|
7
|
+
|
|
8
|
+
/**
|
|
9
|
+
* Lib - Sidebar Mobile Store - Sidebar Mobile Listeners.
|
|
10
|
+
*
|
|
11
|
+
* @since 0.21.0
|
|
12
|
+
*/
|
|
13
|
+
export type Lib_SidebarMobileStore_SidebarMobileListeners = Set<() => void>;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Lib - Sidebar Mobile Store - Sidebar Mobile Get Snapshot.
|
|
17
|
+
*
|
|
18
|
+
* @since 0.21.0
|
|
19
|
+
*/
|
|
20
|
+
export type Lib_SidebarMobileStore_SidebarMobileGetSnapshot_Returns = boolean;
|
|
21
|
+
|
|
22
|
+
/**
|
|
23
|
+
* Lib - Sidebar Mobile Store - Sidebar Mobile Set Open.
|
|
24
|
+
*
|
|
25
|
+
* @since 0.21.0
|
|
26
|
+
*/
|
|
27
|
+
export type Lib_SidebarMobileStore_SidebarMobileSetOpen_Value = boolean;
|
|
28
|
+
|
|
29
|
+
export type Lib_SidebarMobileStore_SidebarMobileSetOpen_Returns = void;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Lib - Sidebar Mobile Store - Sidebar Mobile Subscribe.
|
|
33
|
+
*
|
|
34
|
+
* @since 0.21.0
|
|
35
|
+
*/
|
|
36
|
+
export type Lib_SidebarMobileStore_SidebarMobileSubscribe_Listener = () => void;
|
|
37
|
+
|
|
38
|
+
export type Lib_SidebarMobileStore_SidebarMobileSubscribe_Returns = () => void;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import type { Shared_TocHeading, Shared_TocOverlayPayload } from '../shared.d.ts';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Lib - Toc Collapsible Store - Toc Collapsible Open.
|
|
5
|
+
*
|
|
6
|
+
* @since 0.21.0
|
|
7
|
+
*/
|
|
8
|
+
export type Lib_TocCollapsibleStore_TocCollapsibleOpen = boolean;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Lib - Toc Collapsible Store - Toc Collapsible Payload.
|
|
12
|
+
*
|
|
13
|
+
* @since 0.21.0
|
|
14
|
+
*/
|
|
15
|
+
export type Lib_TocCollapsibleStore_TocCollapsiblePayload_TreeItems = Shared_TocHeading[];
|
|
16
|
+
|
|
17
|
+
export type Lib_TocCollapsibleStore_TocCollapsiblePayload = {
|
|
18
|
+
treeItems: Lib_TocCollapsibleStore_TocCollapsiblePayload_TreeItems;
|
|
19
|
+
} | undefined;
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* Lib - Toc Collapsible Store - Toc Collapsible Listeners.
|
|
23
|
+
*
|
|
24
|
+
* @since 0.21.0
|
|
25
|
+
*/
|
|
26
|
+
export type Lib_TocCollapsibleStore_TocCollapsibleListeners = Set<() => void>;
|
|
27
|
+
|
|
28
|
+
/**
|
|
29
|
+
* Lib - Toc Collapsible Store - Toc Collapsible Get Open Snapshot.
|
|
30
|
+
*
|
|
31
|
+
* @since 0.21.0
|
|
32
|
+
*/
|
|
33
|
+
export type Lib_TocCollapsibleStore_TocCollapsibleGetOpenSnapshot_Returns = boolean;
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Lib - Toc Collapsible Store - Toc Collapsible Get Payload Snapshot.
|
|
37
|
+
*
|
|
38
|
+
* @since 0.21.0
|
|
39
|
+
*/
|
|
40
|
+
export type Lib_TocCollapsibleStore_TocCollapsibleGetPayloadSnapshot_Returns = Shared_TocOverlayPayload;
|
|
41
|
+
|
|
42
|
+
/**
|
|
43
|
+
* Lib - Toc Collapsible Store - Toc Collapsible Set Open.
|
|
44
|
+
*
|
|
45
|
+
* @since 0.21.0
|
|
46
|
+
*/
|
|
47
|
+
export type Lib_TocCollapsibleStore_TocCollapsibleSetOpen_Value = boolean;
|
|
48
|
+
|
|
49
|
+
export type Lib_TocCollapsibleStore_TocCollapsibleSetOpen_Returns = void;
|
|
50
|
+
|
|
51
|
+
/**
|
|
52
|
+
* Lib - Toc Collapsible Store - Toc Collapsible Set Payload.
|
|
53
|
+
*
|
|
54
|
+
* @since 0.21.0
|
|
55
|
+
*/
|
|
56
|
+
export type Lib_TocCollapsibleStore_TocCollapsibleSetPayload_Value = Shared_TocOverlayPayload;
|
|
57
|
+
|
|
58
|
+
export type Lib_TocCollapsibleStore_TocCollapsibleSetPayload_Returns = void;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Lib - Toc Collapsible Store - Toc Collapsible Subscribe.
|
|
62
|
+
*
|
|
63
|
+
* @since 0.21.0
|
|
64
|
+
*/
|
|
65
|
+
export type Lib_TocCollapsibleStore_TocCollapsibleSubscribe_Listener = () => void;
|
|
66
|
+
|
|
67
|
+
export type Lib_TocCollapsibleStore_TocCollapsibleSubscribe_Returns = () => void;
|