@stainless-api/docs-ui 0.1.0-beta.7 → 0.1.0-beta.70
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/breadcrumbs-BhYwbXkc.d.ts +25 -0
- package/dist/breadcrumbs-Cvm5Ifm7.d.ts +25 -0
- package/dist/breadcrumbs-DA4WgDhR.js +63 -0
- package/dist/chunk-BN_g-Awi.js +18 -0
- package/dist/cli-F3kMmeoJ.js +166 -0
- package/dist/component-P9sn5yyG.js +23 -0
- package/dist/component-generics-ByGsYTc8.d.ts +30 -0
- package/dist/component-generics-POFirVVb.js +45 -0
- package/dist/component-generics-zU0Pqx8m.d.ts +30 -0
- package/dist/components/MaskedInput.d.ts +14 -0
- package/dist/components/MaskedInput.js +76 -0
- package/dist/components/breadcrumbs.d.ts +2 -0
- package/dist/components/breadcrumbs.js +9 -0
- package/dist/components/icons.d.ts +60 -0
- package/dist/components/icons.js +3 -0
- package/dist/components/index.d.ts +11 -0
- package/dist/components/index.js +19 -0
- package/dist/components/method.d.ts +2 -0
- package/dist/components/method.js +10 -0
- package/dist/components/overview.d.ts +2 -0
- package/dist/components/overview.js +11 -0
- package/dist/components/primitives.d.ts +2 -0
- package/dist/components/primitives.js +8 -0
- package/dist/components/properties.d.ts +2 -0
- package/dist/components/properties.js +9 -0
- package/dist/components/sdk-sidebar.d.ts +2 -0
- package/dist/components/sdk-sidebar.js +10 -0
- package/dist/components/sdk.d.ts +2 -0
- package/dist/components/sdk.js +10 -0
- package/dist/components/snippets.d.ts +3 -0
- package/dist/components/snippets.js +9 -0
- package/dist/components/stl-sidebar.d.ts +2 -0
- package/dist/components/stl-sidebar.js +5 -0
- package/dist/components-w1JmIrB0.js +71 -0
- package/dist/contexts/component-generics.d.ts +2 -0
- package/dist/contexts/component-generics.js +3 -0
- package/dist/contexts/component-types.d.ts +17 -0
- package/dist/contexts/component-types.js +0 -0
- package/dist/contexts/component.d.ts +30 -0
- package/dist/contexts/component.js +30 -0
- package/dist/contexts/docs.d.ts +2 -0
- package/dist/contexts/docs.js +3 -0
- package/dist/contexts/index.d.ts +23 -0
- package/dist/contexts/index.js +7 -0
- package/dist/contexts/markdown.d.ts +2 -0
- package/dist/contexts/markdown.js +4 -0
- package/dist/contexts/navigation.d.ts +2 -0
- package/dist/contexts/navigation.js +3 -0
- package/dist/contexts/use-components.d.ts +15 -0
- package/dist/contexts/use-components.js +4 -0
- package/dist/contexts-CVj20VV4.js +41 -0
- package/dist/csharp-D6_jlynY.js +283 -0
- package/dist/docs-BmOB2f-I.js +61 -0
- package/dist/docs-g4IPmtZr.d.ts +48 -0
- package/dist/docs-z3fl2eW-.d.ts +48 -0
- package/dist/go-COaHV3Hc.js +303 -0
- package/dist/http-fOPCX17A.js +389 -0
- package/dist/icons-BYKn5X8E.js +885 -0
- package/dist/index-B8Zys1C2.d.ts +347 -0
- package/dist/index-C5Zmb2CI.d.ts +16 -0
- package/dist/index-CwjGm9zX.d.ts +1722 -0
- package/dist/index-D7PkxNgB.d.ts +16 -0
- package/dist/index-DIaM6Ync.d.ts +347 -0
- package/dist/index.d.ts +20 -0
- package/dist/index.js +32 -7542
- package/dist/java-CxGSJVvv.js +403 -0
- package/dist/languages/cli.d.ts +12 -0
- package/dist/languages/cli.js +21 -0
- package/dist/languages/csharp.d.ts +12 -0
- package/dist/languages/csharp.js +9 -0
- package/dist/languages/go.d.ts +12 -0
- package/dist/languages/go.js +9 -0
- package/dist/languages/http.d.ts +12 -0
- package/dist/languages/http.js +20 -0
- package/dist/languages/index.d.ts +12 -0
- package/dist/languages/index.js +29 -0
- package/dist/languages/java.d.ts +12 -0
- package/dist/languages/java.js +9 -0
- package/dist/languages/python.d.ts +12 -0
- package/dist/languages/python.js +9 -0
- package/dist/languages/ruby.d.ts +12 -0
- package/dist/languages/ruby.js +9 -0
- package/dist/languages/terraform.d.ts +12 -0
- package/dist/languages/terraform.js +9 -0
- package/dist/languages/typescript.d.ts +12 -0
- package/dist/languages/typescript.js +9 -0
- package/dist/languages-B6eap2M6.js +30 -0
- package/dist/markdown/index.d.ts +12 -0
- package/dist/markdown/index.js +107 -0
- package/dist/markdown/md.d.ts +15 -0
- package/dist/markdown/md.js +41 -0
- package/dist/markdown/printer.d.ts +13 -0
- package/dist/markdown/printer.js +100 -0
- package/dist/markdown/utils.d.ts +21 -0
- package/dist/markdown/utils.js +31 -0
- package/dist/markdown-CTKHMLVr.js +49 -0
- package/dist/markdown-Cdh0TSHp.d.ts +22 -0
- package/dist/markdown-Cibv9fDR.d.ts +22 -0
- package/dist/method-630cPKDl.d.ts +59 -0
- package/dist/method-BPDUyBlD.js +96 -0
- package/dist/method-BzkPRXGL.d.ts +59 -0
- package/dist/navigation-BW-SBvb4.d.ts +29 -0
- package/dist/navigation-DWYqC_HX.d.ts +29 -0
- package/dist/navigation-aoYZ_tl4.js +24 -0
- package/dist/overview-Cui1XtuC.d.ts +39 -0
- package/dist/overview-DFwfIK6k.js +138 -0
- package/dist/overview-RXc9iPzz.d.ts +39 -0
- package/dist/primitives-DJEqe_r1.js +250 -0
- package/dist/primitives-DhGxFYx6.d.ts +105 -0
- package/dist/primitives-MsH-h0bU.d.ts +105 -0
- package/dist/properties-BnbBKd5a.js +132 -0
- package/dist/properties-Bynmj9_H.d.ts +54 -0
- package/dist/properties-C9W4QJ_F.d.ts +54 -0
- package/dist/python-DsTuWCKE.js +269 -0
- package/dist/routing-C64k4fmX.js +205 -0
- package/dist/routing-Cm_9XJiQ.d.ts +61 -0
- package/dist/routing-utiR5mY3.d.ts +61 -0
- package/dist/routing.d.ts +2 -0
- package/dist/routing.js +3 -180
- package/dist/ruby-BncKp6hd.js +387 -0
- package/dist/sdk-BvZeXpsj.d.ts +122 -0
- package/dist/sdk-Bw99eXxA.js +399 -0
- package/dist/sdk-GMOw94wL.d.ts +122 -0
- package/dist/sdk-sidebar-NCBSWuUW.d.ts +15 -0
- package/dist/sdk-sidebar-VNY2-O1Y.d.ts +15 -0
- package/dist/sdk-sidebar-V_MTkVw8.js +50 -0
- package/dist/snippets-BehbU3rt.js +164 -0
- package/dist/snippets-Bj7Ey56K.d.ts +53 -0
- package/dist/snippets-CQQSDvg2.d.ts +53 -0
- package/dist/spec.d.ts +65 -0
- package/dist/spec.js +167 -0
- package/dist/stl-sidebar-CXzs_shz.d.ts +58 -0
- package/dist/stl-sidebar-DSkUHwcU.d.ts +58 -0
- package/dist/stl-sidebar-WtimNrk1.js +106 -0
- package/dist/style-HpXpcJ9v.js +172 -0
- package/dist/style.d.ts +171 -0
- package/dist/style.js +3 -0
- package/dist/styles/main.css +744 -754
- package/dist/styles/main.js +0 -0
- package/dist/styles/primitives.css +327 -458
- package/dist/styles/primitives.js +0 -0
- package/dist/styles/resets.css +32 -41
- package/dist/styles/resets.js +0 -0
- package/dist/styles/search.css +192 -270
- package/dist/styles/search.js +0 -0
- package/dist/styles/sidebar.css +170 -69
- package/dist/styles/sidebar.js +0 -0
- package/dist/styles/variables.css +26 -89
- package/dist/styles/variables.js +0 -0
- package/dist/styles.css +3273 -0
- package/dist/styles.mjs +1 -0
- package/dist/terraform-B95X4rNK.js +243 -0
- package/dist/typescript-n46M9OtL.js +449 -0
- package/dist/use-components-BUz3GbO4.js +7 -0
- package/dist/utils-DPbkW1Tz.js +54 -0
- package/dist/utils.d.ts +20 -0
- package/dist/utils.js +3 -0
- package/package.json +74 -22
- package/dist/mcp.js +0 -16003
- package/dist/styles/snippets.css +0 -132
- package/src/components/breadcrumbs.tsx +0 -94
- package/src/components/chat.tsx +0 -154
- package/src/components/dropdown.tsx +0 -91
- package/src/components/icons.tsx +0 -584
- package/src/components/index.ts +0 -9
- package/src/components/method.tsx +0 -144
- package/src/components/overview.tsx +0 -159
- package/src/components/primitives.tsx +0 -284
- package/src/components/properties.tsx +0 -130
- package/src/components/scripts/dropdown.ts +0 -78
- package/src/components/sdk.tsx +0 -402
- package/src/components/sidebar.tsx +0 -99
- package/src/components/snippets.tsx +0 -179
- package/src/contexts/component-generics.tsx +0 -48
- package/src/contexts/component-types.tsx +0 -5
- package/src/contexts/component.tsx +0 -32
- package/src/contexts/docs.tsx +0 -75
- package/src/contexts/index.tsx +0 -17
- package/src/contexts/markdown.tsx +0 -43
- package/src/contexts/navigation.tsx +0 -44
- package/src/contexts/search.tsx +0 -28
- package/src/contexts/use-components.tsx +0 -4
- package/src/index.ts +0 -6
- package/src/languages/go.tsx +0 -281
- package/src/languages/http.tsx +0 -321
- package/src/languages/index.ts +0 -26
- package/src/languages/java.tsx +0 -358
- package/src/languages/python.tsx +0 -255
- package/src/languages/ruby.tsx +0 -320
- package/src/languages/typescript.tsx +0 -393
- package/src/markdown/index.ts +0 -107
- package/src/markdown/md.ts +0 -45
- package/src/markdown/utils.ts +0 -49
- package/src/routing.ts +0 -238
- package/src/search/form.tsx +0 -127
- package/src/search/index.tsx +0 -1
- package/src/search/indexer.ts +0 -246
- package/src/search/mcp.ts +0 -61
- package/src/search/printer.tsx +0 -86
- package/src/search/providers/algolia.ts +0 -88
- package/src/search/providers/fuse.ts +0 -19
- package/src/search/providers/pagefind.ts +0 -17
- package/src/search/providers/walker.ts +0 -30
- package/src/search/results.tsx +0 -181
- package/src/search/state.ts +0 -64
- package/src/search/types.ts +0 -116
- package/src/style.ts +0 -197
- package/src/styles/main.css +0 -993
- package/src/styles/primitives.css +0 -572
- package/src/styles/resets.css +0 -47
- package/src/styles/search.css +0 -342
- package/src/styles/sidebar.css +0 -87
- package/src/styles/snippets.css +0 -132
- package/src/styles/variables.css +0 -90
- package/src/utils.ts +0 -41
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import "../docs-BmOB2f-I.js";
|
|
2
|
+
import "../component-generics-POFirVVb.js";
|
|
3
|
+
import "../navigation-aoYZ_tl4.js";
|
|
4
|
+
import "../markdown-CTKHMLVr.js";
|
|
5
|
+
import "../contexts-CVj20VV4.js";
|
|
6
|
+
import "../use-components-BUz3GbO4.js";
|
|
7
|
+
import "../properties-BnbBKd5a.js";
|
|
8
|
+
import "../primitives-DJEqe_r1.js";
|
|
9
|
+
import { a as SDKRoot, i as SDKResourceHeader, n as SDKOverview, r as SDKResource, t as SDKMethodSummary } from "../overview-DFwfIK6k.js";
|
|
10
|
+
|
|
11
|
+
export { SDKMethodSummary, SDKOverview, SDKResource, SDKResourceHeader, SDKRoot };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "../primitives-MsH-h0bU.js";
|
|
2
|
+
export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, ToggleButton, ToggleButtonProps, Tooltip, VirtualExpander };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import "../docs-BmOB2f-I.js";
|
|
2
|
+
import "../component-generics-POFirVVb.js";
|
|
3
|
+
import "../navigation-aoYZ_tl4.js";
|
|
4
|
+
import "../markdown-CTKHMLVr.js";
|
|
5
|
+
import "../contexts-CVj20VV4.js";
|
|
6
|
+
import { a as Link, c as ToggleButton, i as Join, l as Tooltip, n as Expander, o as ListView, r as Input, s as Markdown, t as Badge, u as VirtualExpander } from "../primitives-DJEqe_r1.js";
|
|
7
|
+
|
|
8
|
+
export { Badge, Expander, Input, Join, Link, ListView, Markdown, ToggleButton, Tooltip, VirtualExpander };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "../properties-Bynmj9_H.js";
|
|
2
|
+
export { Property, PropertyDescription, PropertyDescriptionProps, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "../docs-BmOB2f-I.js";
|
|
2
|
+
import "../component-generics-POFirVVb.js";
|
|
3
|
+
import "../navigation-aoYZ_tl4.js";
|
|
4
|
+
import "../markdown-CTKHMLVr.js";
|
|
5
|
+
import "../contexts-CVj20VV4.js";
|
|
6
|
+
import "../use-components-BUz3GbO4.js";
|
|
7
|
+
import { i as PropertyToggle, n as PropertyDescription, r as PropertyTitle, t as Property } from "../properties-BnbBKd5a.js";
|
|
8
|
+
|
|
9
|
+
export { Property, PropertyDescription, PropertyTitle, PropertyToggle };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import "../docs-BmOB2f-I.js";
|
|
2
|
+
import "../component-generics-POFirVVb.js";
|
|
3
|
+
import "../navigation-aoYZ_tl4.js";
|
|
4
|
+
import "../markdown-CTKHMLVr.js";
|
|
5
|
+
import "../contexts-CVj20VV4.js";
|
|
6
|
+
import "../use-components-BUz3GbO4.js";
|
|
7
|
+
import "../stl-sidebar-WtimNrk1.js";
|
|
8
|
+
import { t as SDKSidebar } from "../sdk-sidebar-V_MTkVw8.js";
|
|
9
|
+
|
|
10
|
+
export { SDKSidebar };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { C as SDKSnippetLanguagesType, D as useStreamingResponse, E as useReferenceNesting, S as SDKSnippetLanguages, T as usePropertyModel, _ as SDKModel, a as SDKChildren, b as SDKRequestTitle, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKMethodProps, h as SDKMethodNotImplemented, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKModelProps, w as TransformRequestSnippetFn, x as SDKRequestTitleProps, y as SDKReference } from "../sdk-GMOw94wL.js";
|
|
2
|
+
export { PropertyModelContext, PropertyModelContextType, ReferenceNestingContext, ReferenceNestingContextType, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodNotImplemented, SDKMethodProps, SDKModel, SDKModelProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKSnippetLanguages, SDKSnippetLanguagesType, TransformRequestSnippetFn, usePropertyModel, useReferenceNesting, useStreamingResponse };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import "../docs-BmOB2f-I.js";
|
|
2
|
+
import "../component-generics-POFirVVb.js";
|
|
3
|
+
import "../navigation-aoYZ_tl4.js";
|
|
4
|
+
import "../markdown-CTKHMLVr.js";
|
|
5
|
+
import "../contexts-CVj20VV4.js";
|
|
6
|
+
import "../use-components-BUz3GbO4.js";
|
|
7
|
+
import "../icons-BYKn5X8E.js";
|
|
8
|
+
import { _ as usePropertyModel, a as SDKDeclaration, c as SDKLanguageBlock, d as SDKMethodInfo, f as SDKMethodNotImplemented, g as SDKSnippetLanguages, h as SDKRequestTitle, i as SDKConstraints, l as SDKMethod, m as SDKReference, n as ReferenceNestingContext, o as SDKExample, p as SDKModel, r as SDKChildren, s as SDKIcon, t as PropertyModelContext, u as SDKMethodHeader, v as useReferenceNesting, y as useStreamingResponse } from "../sdk-Bw99eXxA.js";
|
|
9
|
+
|
|
10
|
+
export { PropertyModelContext, ReferenceNestingContext, SDKChildren, SDKConstraints, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodNotImplemented, SDKModel, SDKReference, SDKRequestTitle, SDKSnippetLanguages, usePropertyModel, useReferenceNesting, useStreamingResponse };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import "../sdk-GMOw94wL.js";
|
|
2
|
+
import { a as SnippetContainer, c as SnippetProps, d as SnippetResponse, i as SnippetCodeProps, l as SnippetRequestContainer, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetFooter, t as Snippet, u as SnippetRequestContainerProps } from "../snippets-CQQSDvg2.js";
|
|
3
|
+
export { Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetFooter, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import "../docs-BmOB2f-I.js";
|
|
2
|
+
import "../component-generics-POFirVVb.js";
|
|
3
|
+
import "../navigation-aoYZ_tl4.js";
|
|
4
|
+
import "../markdown-CTKHMLVr.js";
|
|
5
|
+
import "../contexts-CVj20VV4.js";
|
|
6
|
+
import "../use-components-BUz3GbO4.js";
|
|
7
|
+
import { a as SnippetFooter, i as SnippetContainer, n as SnippetButtons, o as SnippetRequestContainer, r as SnippetCode, s as SnippetResponse, t as Snippet } from "../snippets-BehbU3rt.js";
|
|
8
|
+
|
|
9
|
+
export { Snippet, SnippetButtons, SnippetCode, SnippetContainer, SnippetFooter, SnippetRequestContainer, SnippetResponse };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as StlSidebarProps, i as StlSidebarLink, n as StlSidebarEntry, o as StlSidebarTarget, r as StlSidebarGroup, t as StlSidebar } from "../stl-sidebar-CXzs_shz.js";
|
|
2
|
+
export { StlSidebar, StlSidebarEntry, StlSidebarGroup, StlSidebarLink, StlSidebarProps, StlSidebarTarget };
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { t as __exportAll } from "./chunk-BN_g-Awi.js";
|
|
2
|
+
import { i as PropertyToggle, n as PropertyDescription, r as PropertyTitle, t as Property } from "./properties-BnbBKd5a.js";
|
|
3
|
+
import { a as MethodRoute, i as MethodInfo, n as MethodDescription, r as MethodHeader, t as Method } from "./method-BPDUyBlD.js";
|
|
4
|
+
import { a as Link, c as ToggleButton, i as Join, l as Tooltip, n as Expander, o as ListView, r as Input, s as Markdown, t as Badge, u as VirtualExpander } from "./primitives-DJEqe_r1.js";
|
|
5
|
+
import { _ as usePropertyModel, a as SDKDeclaration, c as SDKLanguageBlock, d as SDKMethodInfo, f as SDKMethodNotImplemented, g as SDKSnippetLanguages, h as SDKRequestTitle, i as SDKConstraints, l as SDKMethod, m as SDKReference, n as ReferenceNestingContext, o as SDKExample, p as SDKModel, r as SDKChildren, s as SDKIcon, t as PropertyModelContext, u as SDKMethodHeader, v as useReferenceNesting, y as useStreamingResponse } from "./sdk-Bw99eXxA.js";
|
|
6
|
+
import { a as SnippetFooter, i as SnippetContainer, n as SnippetButtons, o as SnippetRequestContainer, r as SnippetCode, s as SnippetResponse, t as Snippet } from "./snippets-BehbU3rt.js";
|
|
7
|
+
import { a as SDKRoot, i as SDKResourceHeader, n as SDKOverview, r as SDKResource, t as SDKMethodSummary } from "./overview-DFwfIK6k.js";
|
|
8
|
+
import { n as generateApiBreadcrumbs, t as SDKBreadcrumbs } from "./breadcrumbs-DA4WgDhR.js";
|
|
9
|
+
import { t as StlSidebar } from "./stl-sidebar-WtimNrk1.js";
|
|
10
|
+
import { t as SDKSidebar } from "./sdk-sidebar-V_MTkVw8.js";
|
|
11
|
+
|
|
12
|
+
//#region src/components/index.ts
|
|
13
|
+
var components_exports = /* @__PURE__ */ __exportAll({
|
|
14
|
+
Badge: () => Badge,
|
|
15
|
+
Expander: () => Expander,
|
|
16
|
+
Input: () => Input,
|
|
17
|
+
Join: () => Join,
|
|
18
|
+
Link: () => Link,
|
|
19
|
+
ListView: () => ListView,
|
|
20
|
+
Markdown: () => Markdown,
|
|
21
|
+
Method: () => Method,
|
|
22
|
+
MethodDescription: () => MethodDescription,
|
|
23
|
+
MethodHeader: () => MethodHeader,
|
|
24
|
+
MethodInfo: () => MethodInfo,
|
|
25
|
+
MethodRoute: () => MethodRoute,
|
|
26
|
+
Property: () => Property,
|
|
27
|
+
PropertyDescription: () => PropertyDescription,
|
|
28
|
+
PropertyModelContext: () => PropertyModelContext,
|
|
29
|
+
PropertyTitle: () => PropertyTitle,
|
|
30
|
+
PropertyToggle: () => PropertyToggle,
|
|
31
|
+
ReferenceNestingContext: () => ReferenceNestingContext,
|
|
32
|
+
SDKBreadcrumbs: () => SDKBreadcrumbs,
|
|
33
|
+
SDKChildren: () => SDKChildren,
|
|
34
|
+
SDKConstraints: () => SDKConstraints,
|
|
35
|
+
SDKDeclaration: () => SDKDeclaration,
|
|
36
|
+
SDKExample: () => SDKExample,
|
|
37
|
+
SDKIcon: () => SDKIcon,
|
|
38
|
+
SDKLanguageBlock: () => SDKLanguageBlock,
|
|
39
|
+
SDKMethod: () => SDKMethod,
|
|
40
|
+
SDKMethodHeader: () => SDKMethodHeader,
|
|
41
|
+
SDKMethodInfo: () => SDKMethodInfo,
|
|
42
|
+
SDKMethodNotImplemented: () => SDKMethodNotImplemented,
|
|
43
|
+
SDKMethodSummary: () => SDKMethodSummary,
|
|
44
|
+
SDKModel: () => SDKModel,
|
|
45
|
+
SDKOverview: () => SDKOverview,
|
|
46
|
+
SDKReference: () => SDKReference,
|
|
47
|
+
SDKRequestTitle: () => SDKRequestTitle,
|
|
48
|
+
SDKResource: () => SDKResource,
|
|
49
|
+
SDKResourceHeader: () => SDKResourceHeader,
|
|
50
|
+
SDKRoot: () => SDKRoot,
|
|
51
|
+
SDKSidebar: () => SDKSidebar,
|
|
52
|
+
SDKSnippetLanguages: () => SDKSnippetLanguages,
|
|
53
|
+
Snippet: () => Snippet,
|
|
54
|
+
SnippetButtons: () => SnippetButtons,
|
|
55
|
+
SnippetCode: () => SnippetCode,
|
|
56
|
+
SnippetContainer: () => SnippetContainer,
|
|
57
|
+
SnippetFooter: () => SnippetFooter,
|
|
58
|
+
SnippetRequestContainer: () => SnippetRequestContainer,
|
|
59
|
+
SnippetResponse: () => SnippetResponse,
|
|
60
|
+
StlSidebar: () => StlSidebar,
|
|
61
|
+
ToggleButton: () => ToggleButton,
|
|
62
|
+
Tooltip: () => Tooltip,
|
|
63
|
+
VirtualExpander: () => VirtualExpander,
|
|
64
|
+
generateApiBreadcrumbs: () => generateApiBreadcrumbs,
|
|
65
|
+
usePropertyModel: () => usePropertyModel,
|
|
66
|
+
useReferenceNesting: () => useReferenceNesting,
|
|
67
|
+
useStreamingResponse: () => useStreamingResponse
|
|
68
|
+
});
|
|
69
|
+
|
|
70
|
+
//#endregion
|
|
71
|
+
export { components_exports as t };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-ByGsYTc8.js";
|
|
2
|
+
export { ComponentProvider, ComponentsContextType, customizeComponents, useComponentContext, useComponents };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import "../primitives-MsH-h0bU.js";
|
|
2
|
+
import "../breadcrumbs-BhYwbXkc.js";
|
|
3
|
+
import "../method-BzkPRXGL.js";
|
|
4
|
+
import "../properties-Bynmj9_H.js";
|
|
5
|
+
import "../sdk-GMOw94wL.js";
|
|
6
|
+
import "../snippets-CQQSDvg2.js";
|
|
7
|
+
import "../overview-Cui1XtuC.js";
|
|
8
|
+
import "../sdk-sidebar-VNY2-O1Y.js";
|
|
9
|
+
import "../stl-sidebar-CXzs_shz.js";
|
|
10
|
+
import { t as index_d_exports } from "../index-D7PkxNgB.js";
|
|
11
|
+
import { r as index_d_exports$1 } from "../index-DIaM6Ync.js";
|
|
12
|
+
|
|
13
|
+
//#region src/contexts/component-types.d.ts
|
|
14
|
+
type AppComponents = typeof index_d_exports;
|
|
15
|
+
type AppLanguage = typeof index_d_exports$1;
|
|
16
|
+
//#endregion
|
|
17
|
+
export { AppComponents, AppLanguage };
|
|
File without changes
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import "../primitives-MsH-h0bU.js";
|
|
2
|
+
import "../breadcrumbs-BhYwbXkc.js";
|
|
3
|
+
import "../method-BzkPRXGL.js";
|
|
4
|
+
import "../properties-Bynmj9_H.js";
|
|
5
|
+
import "../sdk-GMOw94wL.js";
|
|
6
|
+
import "../snippets-CQQSDvg2.js";
|
|
7
|
+
import "../overview-Cui1XtuC.js";
|
|
8
|
+
import "../sdk-sidebar-VNY2-O1Y.js";
|
|
9
|
+
import "../stl-sidebar-CXzs_shz.js";
|
|
10
|
+
import { t as index_d_exports } from "../index-D7PkxNgB.js";
|
|
11
|
+
import { n as ComponentsContextType } from "../component-generics-ByGsYTc8.js";
|
|
12
|
+
import { r as index_d_exports$1 } from "../index-DIaM6Ync.js";
|
|
13
|
+
import React from "react";
|
|
14
|
+
import * as react_jsx_runtime45 from "react/jsx-runtime";
|
|
15
|
+
|
|
16
|
+
//#region src/contexts/component.d.ts
|
|
17
|
+
type AppComponents = typeof index_d_exports;
|
|
18
|
+
type AppLanguage = typeof index_d_exports$1;
|
|
19
|
+
declare const defaultContextValue: ComponentsContextType<AppComponents, AppLanguage>;
|
|
20
|
+
declare function ComponentProvider({
|
|
21
|
+
components,
|
|
22
|
+
language,
|
|
23
|
+
children
|
|
24
|
+
}: {
|
|
25
|
+
components?: Partial<AppComponents>;
|
|
26
|
+
language?: { [K in keyof AppLanguage]?: Partial<AppLanguage[K]> };
|
|
27
|
+
children: React.ReactNode;
|
|
28
|
+
}): react_jsx_runtime45.JSX.Element;
|
|
29
|
+
//#endregion
|
|
30
|
+
export { AppComponents, AppLanguage, ComponentProvider, defaultContextValue };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import "../docs-BmOB2f-I.js";
|
|
2
|
+
import "../component-generics-POFirVVb.js";
|
|
3
|
+
import "../navigation-aoYZ_tl4.js";
|
|
4
|
+
import "../markdown-CTKHMLVr.js";
|
|
5
|
+
import "../contexts-CVj20VV4.js";
|
|
6
|
+
import "../use-components-BUz3GbO4.js";
|
|
7
|
+
import "../properties-BnbBKd5a.js";
|
|
8
|
+
import "../method-BPDUyBlD.js";
|
|
9
|
+
import "../primitives-DJEqe_r1.js";
|
|
10
|
+
import "../icons-BYKn5X8E.js";
|
|
11
|
+
import "../sdk-Bw99eXxA.js";
|
|
12
|
+
import "../snippets-BehbU3rt.js";
|
|
13
|
+
import "../overview-DFwfIK6k.js";
|
|
14
|
+
import "../breadcrumbs-DA4WgDhR.js";
|
|
15
|
+
import "../stl-sidebar-WtimNrk1.js";
|
|
16
|
+
import "../sdk-sidebar-V_MTkVw8.js";
|
|
17
|
+
import "../components-w1JmIrB0.js";
|
|
18
|
+
import "../typescript-n46M9OtL.js";
|
|
19
|
+
import "../java-CxGSJVvv.js";
|
|
20
|
+
import "../go-COaHV3Hc.js";
|
|
21
|
+
import "../python-DsTuWCKE.js";
|
|
22
|
+
import "../ruby-BncKp6hd.js";
|
|
23
|
+
import "../http-fOPCX17A.js";
|
|
24
|
+
import "../csharp-D6_jlynY.js";
|
|
25
|
+
import "../cli-F3kMmeoJ.js";
|
|
26
|
+
import "../terraform-B95X4rNK.js";
|
|
27
|
+
import "../languages-B6eap2M6.js";
|
|
28
|
+
import { n as defaultContextValue, t as ComponentProvider } from "../component-P9sn5yyG.js";
|
|
29
|
+
|
|
30
|
+
export { ComponentProvider, defaultContextValue };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as DocsProviderProps, c as useContentPanelLayout, d as useIgnoredResources, f as useLanguage, g as useSpec, h as useSnippet, i as DocsProvider, l as useDeclaration, m as useSettings, n as Declaration, o as PropertySettingsType, p as useResource, r as DocsContextType, s as useAvailableLanguages, t as ContentPanelLayout, u as useDocs } from "../docs-g4IPmtZr.js";
|
|
2
|
+
export { ContentPanelLayout, Declaration, DocsContextType, DocsProvider, DocsProviderProps, PropertySettingsType, useAvailableLanguages, useContentPanelLayout, useDeclaration, useDocs, useIgnoredResources, useLanguage, useResource, useSettings, useSnippet, useSpec };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { a as useDocs, c as useResource, d as useSpec, i as useDeclaration, l as useSettings, n as useAvailableLanguages, o as useIgnoredResources, r as useContentPanelLayout, s as useLanguage, t as DocsProvider, u as useSnippet } from "../docs-BmOB2f-I.js";
|
|
2
|
+
|
|
3
|
+
export { DocsProvider, useAvailableLanguages, useContentPanelLayout, useDeclaration, useDocs, useIgnoredResources, useLanguage, useResource, useSettings, useSnippet, useSpec };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import "../primitives-MsH-h0bU.js";
|
|
2
|
+
import "../breadcrumbs-BhYwbXkc.js";
|
|
3
|
+
import "../method-BzkPRXGL.js";
|
|
4
|
+
import "../properties-Bynmj9_H.js";
|
|
5
|
+
import "../sdk-GMOw94wL.js";
|
|
6
|
+
import "../snippets-CQQSDvg2.js";
|
|
7
|
+
import "../overview-Cui1XtuC.js";
|
|
8
|
+
import "../sdk-sidebar-VNY2-O1Y.js";
|
|
9
|
+
import "../stl-sidebar-CXzs_shz.js";
|
|
10
|
+
import "../index-D7PkxNgB.js";
|
|
11
|
+
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-ByGsYTc8.js";
|
|
12
|
+
import { t as LanguageComponentDefinition } from "../index-DIaM6Ync.js";
|
|
13
|
+
import { a as DocsProviderProps, c as useContentPanelLayout, d as useIgnoredResources, f as useLanguage, g as useSpec, h as useSnippet, i as DocsProvider, l as useDeclaration, m as useSettings, n as Declaration, o as PropertySettingsType, p as useResource, r as DocsContextType, s as useAvailableLanguages, t as ContentPanelLayout, u as useDocs } from "../docs-g4IPmtZr.js";
|
|
14
|
+
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-DWYqC_HX.js";
|
|
15
|
+
import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-Cibv9fDR.js";
|
|
16
|
+
|
|
17
|
+
//#region src/contexts/index.d.ts
|
|
18
|
+
declare namespace index_d_exports {
|
|
19
|
+
export { ComponentProvider, ComponentsContextType, ContentPanelLayout, Declaration, DocsContextType, DocsProvider, DocsProviderProps, MarkdownContext, MarkdownProvider, MarkdownProviderProps, NavigationContextType, NavigationHandler, NavigationProvider, NavigationProviderProps, PropertySettingsType, customizeComponents, useAvailableLanguages, useComponentContext, useComponents, useContentPanelLayout, useDeclaration, useDocs, useHighlight, useIgnoredResources, useLanguage, useLanguageComponents, useMarkdownContext, useNavigation, useRenderMarkdown, useResource, useSettings, useSnippet, useSpec };
|
|
20
|
+
}
|
|
21
|
+
declare function useLanguageComponents(): LanguageComponentDefinition;
|
|
22
|
+
//#endregion
|
|
23
|
+
export { ComponentProvider, ComponentsContextType, ContentPanelLayout, Declaration, DocsContextType, DocsProvider, DocsProviderProps, MarkdownContext, MarkdownProvider, MarkdownProviderProps, NavigationContextType, NavigationHandler, NavigationProvider, NavigationProviderProps, PropertySettingsType, customizeComponents, index_d_exports as t, useAvailableLanguages, useComponentContext, useComponents, useContentPanelLayout, useDeclaration, useDocs, useHighlight, useIgnoredResources, useLanguage, useLanguageComponents, useMarkdownContext, useNavigation, useRenderMarkdown, useResource, useSettings, useSnippet, useSpec };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { a as useDocs, c as useResource, d as useSpec, i as useDeclaration, l as useSettings, n as useAvailableLanguages, o as useIgnoredResources, r as useContentPanelLayout, s as useLanguage, t as DocsProvider, u as useSnippet } from "../docs-BmOB2f-I.js";
|
|
2
|
+
import { i as useComponents, n as customizeComponents, r as useComponentContext, t as ComponentProvider } from "../component-generics-POFirVVb.js";
|
|
3
|
+
import { n as useNavigation, t as NavigationProvider } from "../navigation-aoYZ_tl4.js";
|
|
4
|
+
import { a as useRenderMarkdown, i as useMarkdownContext, n as MarkdownProvider, r as useHighlight, t as MarkdownContext } from "../markdown-CTKHMLVr.js";
|
|
5
|
+
import { n as useLanguageComponents } from "../contexts-CVj20VV4.js";
|
|
6
|
+
|
|
7
|
+
export { ComponentProvider, DocsProvider, MarkdownContext, MarkdownProvider, NavigationProvider, customizeComponents, useAvailableLanguages, useComponentContext, useComponents, useContentPanelLayout, useDeclaration, useDocs, useHighlight, useIgnoredResources, useLanguage, useLanguageComponents, useMarkdownContext, useNavigation, useRenderMarkdown, useResource, useSettings, useSnippet, useSpec };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as useMarkdownContext, i as useHighlight, n as MarkdownProvider, o as useRenderMarkdown, r as MarkdownProviderProps, t as MarkdownContext } from "../markdown-Cibv9fDR.js";
|
|
2
|
+
export { MarkdownContext, MarkdownProvider, MarkdownProviderProps, useHighlight, useMarkdownContext, useRenderMarkdown };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import "../docs-BmOB2f-I.js";
|
|
2
|
+
import { a as useRenderMarkdown, i as useMarkdownContext, n as MarkdownProvider, r as useHighlight, t as MarkdownContext } from "../markdown-CTKHMLVr.js";
|
|
3
|
+
|
|
4
|
+
export { MarkdownContext, MarkdownProvider, useHighlight, useMarkdownContext, useRenderMarkdown };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as useNavigation, i as NavigationProviderProps, n as NavigationHandler, r as NavigationProvider, t as NavigationContextType } from "../navigation-DWYqC_HX.js";
|
|
2
|
+
export { NavigationContextType, NavigationHandler, NavigationProvider, NavigationProviderProps, useNavigation };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import "../primitives-MsH-h0bU.js";
|
|
2
|
+
import "../breadcrumbs-BhYwbXkc.js";
|
|
3
|
+
import "../method-BzkPRXGL.js";
|
|
4
|
+
import "../properties-Bynmj9_H.js";
|
|
5
|
+
import "../sdk-GMOw94wL.js";
|
|
6
|
+
import "../snippets-CQQSDvg2.js";
|
|
7
|
+
import "../overview-Cui1XtuC.js";
|
|
8
|
+
import "../sdk-sidebar-VNY2-O1Y.js";
|
|
9
|
+
import "../stl-sidebar-CXzs_shz.js";
|
|
10
|
+
import { t as index_d_exports } from "../index-D7PkxNgB.js";
|
|
11
|
+
|
|
12
|
+
//#region src/contexts/use-components.d.ts
|
|
13
|
+
declare const useComponents: () => typeof index_d_exports;
|
|
14
|
+
//#endregion
|
|
15
|
+
export { useComponents };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { t as __exportAll } from "./chunk-BN_g-Awi.js";
|
|
2
|
+
import { a as useDocs, c as useResource, d as useSpec, i as useDeclaration, l as useSettings, n as useAvailableLanguages, o as useIgnoredResources, r as useContentPanelLayout, s as useLanguage, t as DocsProvider, u as useSnippet } from "./docs-BmOB2f-I.js";
|
|
3
|
+
import { i as useComponents, n as customizeComponents, r as useComponentContext, t as ComponentProvider } from "./component-generics-POFirVVb.js";
|
|
4
|
+
import { n as useNavigation, t as NavigationProvider } from "./navigation-aoYZ_tl4.js";
|
|
5
|
+
import { a as useRenderMarkdown, i as useMarkdownContext, n as MarkdownProvider, r as useHighlight, t as MarkdownContext } from "./markdown-CTKHMLVr.js";
|
|
6
|
+
|
|
7
|
+
//#region src/contexts/index.tsx
|
|
8
|
+
var contexts_exports = /* @__PURE__ */ __exportAll({
|
|
9
|
+
ComponentProvider: () => ComponentProvider,
|
|
10
|
+
DocsProvider: () => DocsProvider,
|
|
11
|
+
MarkdownContext: () => MarkdownContext,
|
|
12
|
+
MarkdownProvider: () => MarkdownProvider,
|
|
13
|
+
NavigationProvider: () => NavigationProvider,
|
|
14
|
+
customizeComponents: () => customizeComponents,
|
|
15
|
+
useAvailableLanguages: () => useAvailableLanguages,
|
|
16
|
+
useComponentContext: () => useComponentContext,
|
|
17
|
+
useComponents: () => useComponents,
|
|
18
|
+
useContentPanelLayout: () => useContentPanelLayout,
|
|
19
|
+
useDeclaration: () => useDeclaration,
|
|
20
|
+
useDocs: () => useDocs,
|
|
21
|
+
useHighlight: () => useHighlight,
|
|
22
|
+
useIgnoredResources: () => useIgnoredResources,
|
|
23
|
+
useLanguage: () => useLanguage,
|
|
24
|
+
useLanguageComponents: () => useLanguageComponents,
|
|
25
|
+
useMarkdownContext: () => useMarkdownContext,
|
|
26
|
+
useNavigation: () => useNavigation,
|
|
27
|
+
useRenderMarkdown: () => useRenderMarkdown,
|
|
28
|
+
useResource: () => useResource,
|
|
29
|
+
useSettings: () => useSettings,
|
|
30
|
+
useSnippet: () => useSnippet,
|
|
31
|
+
useSpec: () => useSpec
|
|
32
|
+
});
|
|
33
|
+
function useLanguageComponents() {
|
|
34
|
+
const language = useLanguage();
|
|
35
|
+
const definition = useComponentContext().language[language];
|
|
36
|
+
if (!definition) throw new Error(`Language component definition not found for language: ${language}`);
|
|
37
|
+
return definition;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
//#endregion
|
|
41
|
+
export { useLanguageComponents as n, contexts_exports as t };
|