@stainless-api/docs-ui 0.1.0-beta.24 → 0.1.0-beta.26
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-D5viAm7a.d.ts +20 -0
- package/dist/chunk-Bp6m_JJh.js +13 -0
- package/dist/component-generics-BnrVqdQj.d.ts +29 -0
- package/dist/component-generics-Df4EDvxk.js +41 -0
- package/dist/components/breadcrumbs.d.ts +2 -0
- package/dist/components/breadcrumbs.js +16 -0
- package/dist/components/chat.d.ts +14 -0
- package/dist/components/chat.js +128 -0
- package/dist/components/dropdown.d.ts +2 -0
- package/dist/components/dropdown.js +4 -0
- package/dist/components/icons.d.ts +50 -0
- package/dist/components/icons.js +3 -0
- package/dist/components/index.d.ts +12 -0
- package/dist/components/index.js +16 -0
- package/dist/components/method.d.ts +2 -0
- package/dist/components/method.js +16 -0
- package/dist/components/overview.d.ts +2 -0
- package/dist/components/overview.js +16 -0
- package/dist/components/primitives.d.ts +2 -0
- package/dist/components/primitives.js +16 -0
- package/dist/components/properties.d.ts +2 -0
- package/dist/components/properties.js +16 -0
- package/dist/components/scripts/dropdown.d.ts +12 -0
- package/dist/components/scripts/dropdown.js +50 -0
- package/dist/components/sdk.d.ts +3 -0
- package/dist/components/sdk.js +16 -0
- package/dist/components/sidebar.d.ts +2 -0
- package/dist/components/sidebar.js +16 -0
- package/dist/components/snippets.d.ts +4 -0
- package/dist/components/snippets.js +16 -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 +18 -0
- package/dist/contexts/component-types.js +1 -0
- package/dist/contexts/component.d.ts +30 -0
- package/dist/contexts/component.js +16 -0
- package/dist/contexts/docs.d.ts +2 -0
- package/dist/contexts/docs.js +3 -0
- package/dist/contexts/index.d.ts +20 -0
- package/dist/contexts/index.js +16 -0
- package/dist/contexts/markdown.d.ts +2 -0
- package/dist/contexts/markdown.js +4 -0
- package/dist/contexts/navigation.d.ts +3 -0
- package/dist/contexts/navigation.js +3 -0
- package/dist/contexts/search.d.ts +4 -0
- package/dist/contexts/search.js +16 -0
- package/dist/contexts/use-components.d.ts +16 -0
- package/dist/contexts/use-components.js +4 -0
- package/dist/contexts-DO0sMzym.js +2581 -0
- package/dist/docs-Cj25B-Sh.js +50 -0
- package/dist/docs-DhNaW0DE.d.ts +45 -0
- package/dist/dropdown-Dv9VAYCW.d.ts +42 -0
- package/dist/dropdown-kUhwBigR.js +38 -0
- package/dist/icons--8QR-PrL.js +222 -0
- package/dist/index-BW6OPqAo.d.ts +16 -0
- package/dist/index-BXO3gZup.d.ts +239 -0
- package/dist/index-d8_VR8Z5.d.ts +14 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.js +5030 -4830
- package/dist/languages/go.d.ts +13 -0
- package/dist/languages/go.js +16 -0
- package/dist/languages/http.d.ts +13 -0
- package/dist/languages/http.js +16 -0
- package/dist/languages/index.d.ts +13 -0
- package/dist/languages/index.js +16 -0
- package/dist/languages/java.d.ts +13 -0
- package/dist/languages/java.js +16 -0
- package/dist/languages/python.d.ts +13 -0
- package/dist/languages/python.js +16 -0
- package/dist/languages/ruby.d.ts +13 -0
- package/dist/languages/ruby.js +16 -0
- package/dist/languages/typescript.d.ts +13 -0
- package/dist/languages/typescript.js +16 -0
- package/dist/markdown/index.d.ts +12 -0
- package/dist/markdown/index.js +16 -0
- package/dist/markdown/md.d.ts +15 -0
- package/dist/markdown/md.js +3 -0
- package/dist/markdown/utils.d.ts +4 -0
- package/dist/markdown/utils.js +3 -0
- package/dist/markdown-DN8KaRR2.d.ts +21 -0
- package/dist/markdown-DunIdqFE.js +39 -0
- package/dist/mcp.cjs +983443 -0
- package/dist/md-Dg8aOyMA.js +41 -0
- package/dist/method-c3XDArUn.d.ts +70 -0
- package/dist/navigation-BSn6PX-7.d.ts +28 -0
- package/dist/navigation-CuCg3le8.js +20 -0
- package/dist/overview-D21weqVJ.d.ts +39 -0
- package/dist/pagefind-ChrPfuVv.js +15 -0
- package/dist/primitives-iB9fIrMF.d.ts +98 -0
- package/dist/properties-Ba6F_GGj.d.ts +46 -0
- package/dist/routing-BE6Vrs-z.d.ts +54 -0
- package/dist/routing-C8oZYLsf.js +189 -0
- package/dist/routing.d.ts +2 -0
- package/dist/routing.js +4 -4
- package/dist/sdk-D2x2l6JH.d.ts +118 -0
- package/dist/search/index.d.ts +26 -0
- package/dist/search/index.js +211 -0
- package/dist/search/providers/algolia.d.ts +24 -0
- package/dist/search/providers/algolia.js +16 -0
- package/dist/search/providers/fuse.d.ts +18 -0
- package/dist/search/providers/fuse.js +31 -0
- package/dist/search/providers/pagefind.d.ts +7 -0
- package/dist/search/providers/pagefind.js +3 -0
- package/dist/search/providers/walker.d.ts +9 -0
- package/dist/search/providers/walker.js +35 -0
- package/dist/search/types.d.ts +3 -0
- package/dist/search/types.js +3 -0
- package/dist/search-KMqOU2tz.d.ts +20 -0
- package/dist/sidebar-B1X4gmY2.d.ts +35 -0
- package/dist/snippets-BApdMOXp.d.ts +45 -0
- package/dist/style-BWu-Pqcm.d.ts +182 -0
- package/dist/style-CkbsakoF.js +183 -0
- package/dist/style.d.ts +2 -0
- package/dist/style.js +3 -0
- package/dist/styles/main.css +743 -748
- package/dist/styles/primitives.css +444 -427
- package/dist/styles/resets.css +33 -41
- package/dist/styles/search.css +265 -248
- package/dist/styles/sidebar.css +58 -60
- package/dist/styles/snippets.css +86 -88
- package/dist/styles/variables.css +86 -90
- package/dist/types-BLgvxY4i.d.ts +83 -0
- package/dist/types-DFN4M1Sp.js +34 -0
- package/dist/use-components-DI-AbT-D.js +7 -0
- package/dist/utils-B9JL_XWH.d.ts +21 -0
- package/dist/utils-BhYTrLot.js +32 -0
- package/dist/utils-ByZH9QWT.js +30 -0
- package/dist/utils-DlayebL1.d.ts +14 -0
- package/dist/utils.d.ts +2 -0
- package/dist/utils.js +4 -0
- package/package.json +4 -4
- package/src/search/mcp.ts +8 -8
- package/dist/mcp.js +0 -15967
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as react0 from "react";
|
|
2
|
+
import * as SDKJSON from "@stainless/sdk-json";
|
|
3
|
+
|
|
4
|
+
//#region src/components/breadcrumbs.d.ts
|
|
5
|
+
type BreadcrumbConfig = {
|
|
6
|
+
includeCurrentPage?: boolean;
|
|
7
|
+
};
|
|
8
|
+
declare function SDKBreadcrumbs({
|
|
9
|
+
spec,
|
|
10
|
+
currentPath,
|
|
11
|
+
basePath,
|
|
12
|
+
config
|
|
13
|
+
}: {
|
|
14
|
+
spec: SDKJSON.Spec;
|
|
15
|
+
currentPath: string;
|
|
16
|
+
basePath?: string;
|
|
17
|
+
config?: BreadcrumbConfig | null;
|
|
18
|
+
}): react0.JSX.Element | null;
|
|
19
|
+
//#endregion
|
|
20
|
+
export { SDKBreadcrumbs as t };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
//#region rolldown:runtime
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __export = (all) => {
|
|
4
|
+
let target = {};
|
|
5
|
+
for (var name in all) __defProp(target, name, {
|
|
6
|
+
get: all[name],
|
|
7
|
+
enumerable: true
|
|
8
|
+
});
|
|
9
|
+
return target;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
//#endregion
|
|
13
|
+
export { __export as t };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React$1 from "react";
|
|
2
|
+
|
|
3
|
+
//#region src/contexts/component-generics.d.ts
|
|
4
|
+
type DeepPartialMap<L> = { [K in keyof L]?: Partial<L[K]> };
|
|
5
|
+
type ComponentsContextType<C, L> = {
|
|
6
|
+
components: C;
|
|
7
|
+
language: L;
|
|
8
|
+
};
|
|
9
|
+
declare const useComponentContext: () => ComponentsContextType<any, any>;
|
|
10
|
+
declare function useComponents<C = unknown>(): C;
|
|
11
|
+
declare function customizeComponents<C, L>(defaults: {
|
|
12
|
+
components: C;
|
|
13
|
+
language: L;
|
|
14
|
+
}, overrides?: {
|
|
15
|
+
components?: Partial<C>;
|
|
16
|
+
language?: DeepPartialMap<L>;
|
|
17
|
+
}): {
|
|
18
|
+
components: C;
|
|
19
|
+
language: L;
|
|
20
|
+
};
|
|
21
|
+
declare function ComponentProvider<C, L>({
|
|
22
|
+
value,
|
|
23
|
+
children
|
|
24
|
+
}: {
|
|
25
|
+
value: ComponentsContextType<C, L>;
|
|
26
|
+
children: React$1.ReactNode;
|
|
27
|
+
}): React$1.JSX.Element;
|
|
28
|
+
//#endregion
|
|
29
|
+
export { useComponents as a, useComponentContext as i, ComponentsContextType as n, customizeComponents as r, ComponentProvider as t };
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
|
|
3
|
+
//#region src/hooks/use-strict-context.tsx
|
|
4
|
+
function createStrictContext(displayName) {
|
|
5
|
+
const Context = React.createContext(null);
|
|
6
|
+
Context.displayName = displayName;
|
|
7
|
+
function useStrictContext() {
|
|
8
|
+
const context = React.useContext(Context);
|
|
9
|
+
if (context === null) throw new Error(`use${displayName} must be used within a ${displayName}Provider`);
|
|
10
|
+
return context;
|
|
11
|
+
}
|
|
12
|
+
return [Context.Provider, useStrictContext];
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
//#endregion
|
|
16
|
+
//#region src/contexts/component-generics.tsx
|
|
17
|
+
const [Provider, useComponentContext] = createStrictContext("Component");
|
|
18
|
+
function useComponents() {
|
|
19
|
+
return useComponentContext().components;
|
|
20
|
+
}
|
|
21
|
+
function customizeComponents(defaults, overrides = {}) {
|
|
22
|
+
return {
|
|
23
|
+
components: {
|
|
24
|
+
...defaults.components,
|
|
25
|
+
...overrides.components ?? {}
|
|
26
|
+
},
|
|
27
|
+
language: Object.keys(defaults.language).reduce((acc, key) => {
|
|
28
|
+
acc[key] = {
|
|
29
|
+
...defaults.language[key],
|
|
30
|
+
...overrides.language?.[key] ?? {}
|
|
31
|
+
};
|
|
32
|
+
return acc;
|
|
33
|
+
}, {})
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
function ComponentProvider({ value, children }) {
|
|
37
|
+
return <Provider value={value}>{children}</Provider>;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
//#endregion
|
|
41
|
+
export { createStrictContext as a, useComponents as i, customizeComponents as n, useComponentContext as r, ComponentProvider as t };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "../docs-Cj25B-Sh.js";
|
|
2
|
+
import "../component-generics-Df4EDvxk.js";
|
|
3
|
+
import "../navigation-CuCg3le8.js";
|
|
4
|
+
import "../markdown-DunIdqFE.js";
|
|
5
|
+
import "../routing-C8oZYLsf.js";
|
|
6
|
+
import "../style-CkbsakoF.js";
|
|
7
|
+
import "../use-components-DI-AbT-D.js";
|
|
8
|
+
import { ot as SDKBreadcrumbs } from "../contexts-DO0sMzym.js";
|
|
9
|
+
import "../icons--8QR-PrL.js";
|
|
10
|
+
import "../utils-BhYTrLot.js";
|
|
11
|
+
import "../dropdown-kUhwBigR.js";
|
|
12
|
+
import "../md-Dg8aOyMA.js";
|
|
13
|
+
import "../utils-ByZH9QWT.js";
|
|
14
|
+
import "../types-DFN4M1Sp.js";
|
|
15
|
+
|
|
16
|
+
export { SDKBreadcrumbs };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as React$1 from "react";
|
|
2
|
+
|
|
3
|
+
//#region src/components/chat.d.ts
|
|
4
|
+
declare function Chat(): React$1.JSX.Element;
|
|
5
|
+
type ChatModalProps = {
|
|
6
|
+
id?: string;
|
|
7
|
+
open?: boolean;
|
|
8
|
+
};
|
|
9
|
+
declare function ChatModal({
|
|
10
|
+
id,
|
|
11
|
+
open: isOpen
|
|
12
|
+
}: ChatModalProps): React$1.JSX.Element;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { Chat, ChatModal, ChatModalProps };
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import { a as useLanguage } from "../docs-Cj25B-Sh.js";
|
|
2
|
+
import "../component-generics-Df4EDvxk.js";
|
|
3
|
+
import "../navigation-CuCg3le8.js";
|
|
4
|
+
import "../markdown-DunIdqFE.js";
|
|
5
|
+
import "../routing-C8oZYLsf.js";
|
|
6
|
+
import { t as style_default } from "../style-CkbsakoF.js";
|
|
7
|
+
import "../use-components-DI-AbT-D.js";
|
|
8
|
+
import { Bt as Markdown, a as useSearchContext } from "../contexts-DO0sMzym.js";
|
|
9
|
+
import "../icons--8QR-PrL.js";
|
|
10
|
+
import "../utils-BhYTrLot.js";
|
|
11
|
+
import "../dropdown-kUhwBigR.js";
|
|
12
|
+
import "../md-Dg8aOyMA.js";
|
|
13
|
+
import "../utils-ByZH9QWT.js";
|
|
14
|
+
import "../types-DFN4M1Sp.js";
|
|
15
|
+
import * as React$1 from "react";
|
|
16
|
+
import { ArrowUpIcon, BotMessageSquareIcon, LoaderCircleIcon, SquareIcon, TrashIcon } from "lucide-react";
|
|
17
|
+
import { useChat } from "ai/react";
|
|
18
|
+
|
|
19
|
+
//#region src/components/chat.tsx
|
|
20
|
+
const BASEURL = "https://askai.algolia.com";
|
|
21
|
+
function buildFetch({ appId, searchKey, indexName, assistant }) {
|
|
22
|
+
const headers = {
|
|
23
|
+
"X-Algolia-Application-Id": appId,
|
|
24
|
+
"X-Algolia-API-Key": searchKey,
|
|
25
|
+
"X-Algolia-Index-Name": `${indexName}-chat`
|
|
26
|
+
};
|
|
27
|
+
if (assistant) headers["X-Algolia-Assistant-Id"] = assistant;
|
|
28
|
+
return async (input, init) => {
|
|
29
|
+
const data = await (await fetch(`${BASEURL}/chat/token`, {
|
|
30
|
+
method: "POST",
|
|
31
|
+
headers
|
|
32
|
+
})).json();
|
|
33
|
+
const reqHeaders = new Headers(init?.headers);
|
|
34
|
+
reqHeaders.set("Authorization", `TOKEN ${data["token"]}`);
|
|
35
|
+
for (const name in headers) reqHeaders.set(name, headers[name]);
|
|
36
|
+
return fetch(input, {
|
|
37
|
+
...init,
|
|
38
|
+
headers: reqHeaders
|
|
39
|
+
});
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
function RenderMessage({ message }) {
|
|
43
|
+
return message.parts.filter((part) => part.type === "text").map((part, key) => <Markdown key={key} content={part["text"]} />);
|
|
44
|
+
}
|
|
45
|
+
function Chat() {
|
|
46
|
+
const language = useLanguage();
|
|
47
|
+
const { settings } = useSearchContext();
|
|
48
|
+
const messageListRef = React$1.useRef(null);
|
|
49
|
+
const { messages, setMessages, status, input, setInput, append, stop } = useChat({
|
|
50
|
+
body: { searchParameters: { filters: `language:${language ?? "http"}` } },
|
|
51
|
+
sendExtraMessageFields: true,
|
|
52
|
+
fetch: buildFetch(settings),
|
|
53
|
+
api: `${BASEURL}/chat`
|
|
54
|
+
});
|
|
55
|
+
React$1.useEffect(() => {
|
|
56
|
+
const content = sessionStorage.getItem("stldocs-chat-messages");
|
|
57
|
+
if (!content) return;
|
|
58
|
+
setMessages(JSON.parse(content));
|
|
59
|
+
setTimeout(() => {
|
|
60
|
+
if (!messageListRef.current) return;
|
|
61
|
+
messageListRef.current.scrollTop = messageListRef.current.scrollHeight;
|
|
62
|
+
}, 10);
|
|
63
|
+
}, [setMessages]);
|
|
64
|
+
React$1.useEffect(() => {
|
|
65
|
+
if (status !== "submitted" || !messageListRef.current) return;
|
|
66
|
+
[...messageListRef.current.querySelectorAll("[data-stldocs-chat-message]")].at(-1)?.scrollIntoView({
|
|
67
|
+
behavior: "smooth",
|
|
68
|
+
block: "start"
|
|
69
|
+
});
|
|
70
|
+
}, [status]);
|
|
71
|
+
React$1.useEffect(() => {
|
|
72
|
+
sessionStorage.setItem("stldocs-chat-messages", JSON.stringify(messages));
|
|
73
|
+
}, [messages]);
|
|
74
|
+
function handleSend() {
|
|
75
|
+
append({
|
|
76
|
+
role: "user",
|
|
77
|
+
content: input
|
|
78
|
+
});
|
|
79
|
+
setInput("");
|
|
80
|
+
}
|
|
81
|
+
function handleKeyUp(ev) {
|
|
82
|
+
if (ev.key === "Enter" && !ev.shiftKey) {
|
|
83
|
+
ev.preventDefault();
|
|
84
|
+
handleSend();
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
return <>
|
|
88
|
+
<div className={style_default.ChatMessages} ref={messageListRef}>
|
|
89
|
+
{messages.map((message) => <div key={message.id} className={style_default.ChatMessage} data-stldocs-chat-message={message.role}>
|
|
90
|
+
<RenderMessage message={message} />
|
|
91
|
+
</div>)}
|
|
92
|
+
|
|
93
|
+
{status === "submitted" && <div className={style_default.LoadingSpinner}>
|
|
94
|
+
<LoaderCircleIcon />
|
|
95
|
+
</div>}
|
|
96
|
+
|
|
97
|
+
{["submitted", "streaming"].includes(status) && <div style={{ height: "800px" }}></div>}
|
|
98
|
+
</div>
|
|
99
|
+
<div className={style_default.ChatInput}>
|
|
100
|
+
<textarea value={input} placeholder="Ask a question" onKeyUp={handleKeyUp} onChange={(ev) => setInput(ev.target.value)} autoFocus />
|
|
101
|
+
|
|
102
|
+
<div className={style_default.ChatInputButtons}>
|
|
103
|
+
{status === "submitted" ? <button onClick={stop}>
|
|
104
|
+
<SquareIcon />
|
|
105
|
+
</button> : <button onClick={handleSend} disabled={input.length < 1}>
|
|
106
|
+
<ArrowUpIcon />
|
|
107
|
+
</button>}
|
|
108
|
+
|
|
109
|
+
<button onClick={() => setMessages([])}>
|
|
110
|
+
<TrashIcon />
|
|
111
|
+
</button>
|
|
112
|
+
</div>
|
|
113
|
+
</div>
|
|
114
|
+
</>;
|
|
115
|
+
}
|
|
116
|
+
function ChatModal({ id, open: isOpen }) {
|
|
117
|
+
const [open, setOpen] = React$1.useState(isOpen ?? false);
|
|
118
|
+
return <div id={id} onToggle={(ev) => setOpen(ev.newState === "open")} className={style_default.SearchModal} popover="auto" data-stldocs-modal-open={open}>
|
|
119
|
+
<div className={style_default.ChatHeader}>
|
|
120
|
+
<BotMessageSquareIcon />
|
|
121
|
+
<h5>Docs Assistant</h5>
|
|
122
|
+
</div>
|
|
123
|
+
{open && <Chat />}
|
|
124
|
+
</div>;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
//#endregion
|
|
128
|
+
export { Chat, ChatModal };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as React$1 from "react";
|
|
2
|
+
|
|
3
|
+
//#region src/components/icons.d.ts
|
|
4
|
+
declare function GoIcon({
|
|
5
|
+
className
|
|
6
|
+
}: {
|
|
7
|
+
className?: string;
|
|
8
|
+
}): React$1.JSX.Element;
|
|
9
|
+
declare function JavaIcon({
|
|
10
|
+
className
|
|
11
|
+
}: {
|
|
12
|
+
className?: string;
|
|
13
|
+
}): React$1.JSX.Element;
|
|
14
|
+
declare function KotlinIcon({
|
|
15
|
+
className
|
|
16
|
+
}: {
|
|
17
|
+
className?: string;
|
|
18
|
+
}): React$1.JSX.Element;
|
|
19
|
+
declare function PythonIcon({
|
|
20
|
+
className
|
|
21
|
+
}: {
|
|
22
|
+
className?: string;
|
|
23
|
+
}): React$1.JSX.Element;
|
|
24
|
+
declare function RubyIcon({
|
|
25
|
+
className
|
|
26
|
+
}: {
|
|
27
|
+
className?: string;
|
|
28
|
+
}): React$1.JSX.Element;
|
|
29
|
+
declare function TerraformIcon({
|
|
30
|
+
className
|
|
31
|
+
}: {
|
|
32
|
+
className?: string;
|
|
33
|
+
}): React$1.JSX.Element;
|
|
34
|
+
declare function TypescriptIcon({
|
|
35
|
+
className
|
|
36
|
+
}: {
|
|
37
|
+
className?: string;
|
|
38
|
+
}): React$1.JSX.Element;
|
|
39
|
+
declare function CurlIcon({
|
|
40
|
+
className
|
|
41
|
+
}: {
|
|
42
|
+
className?: string;
|
|
43
|
+
}): React$1.JSX.Element;
|
|
44
|
+
declare function PowershellIcon({
|
|
45
|
+
className
|
|
46
|
+
}: {
|
|
47
|
+
className?: string;
|
|
48
|
+
}): React$1.JSX.Element;
|
|
49
|
+
//#endregion
|
|
50
|
+
export { CurlIcon, GoIcon, JavaIcon, KotlinIcon, PowershellIcon, PythonIcon, RubyIcon, TerraformIcon, TypescriptIcon };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { a as PowershellIcon, c as TerraformIcon, i as KotlinIcon, l as TypescriptIcon, n as GoIcon, o as PythonIcon, r as JavaIcon, s as RubyIcon, t as CurlIcon } from "../icons--8QR-PrL.js";
|
|
2
|
+
|
|
3
|
+
export { CurlIcon, GoIcon, JavaIcon, KotlinIcon, PowershellIcon, PythonIcon, RubyIcon, TerraformIcon, TypescriptIcon };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { t as SDKBreadcrumbs } from "../breadcrumbs-D5viAm7a.js";
|
|
2
|
+
import { i as DropdownTrigger, n as DropdownItem, r as DropdownMenu, t as Dropdown } from "../dropdown-Dv9VAYCW.js";
|
|
3
|
+
import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "../method-c3XDArUn.js";
|
|
4
|
+
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-iB9fIrMF.js";
|
|
5
|
+
import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "../properties-Ba6F_GGj.js";
|
|
6
|
+
import "../routing-BE6Vrs-z.js";
|
|
7
|
+
import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, 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 SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "../sdk-D2x2l6JH.js";
|
|
8
|
+
import { a as SnippetContainerProps, c as SnippetRequestContainerProps, i as SnippetContainer, l as SnippetResponse, n as SnippetCode, o as SnippetProps, r as SnippetCodeProps, s as SnippetRequestContainer, t as Snippet } from "../snippets-BApdMOXp.js";
|
|
9
|
+
import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "../overview-D21weqVJ.js";
|
|
10
|
+
import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "../sidebar-B1X4gmY2.js";
|
|
11
|
+
import "../index-BW6OPqAo.js";
|
|
12
|
+
export { Badge, Dropdown, DropdownItem, DropdownMenu, DropdownTrigger, Expander, HTTPMethod, HttpMethodIcons, HttpMethods, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodIconBadge, MethodIconProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps, Property, PropertyDescription, PropertyDescriptionProps, PropertyModelContext, PropertyModelContextType, PropertyProps, PropertyToggle, PropertyToggleProps, ReferenceNestingContext, ReferenceNestingContextType, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodProps, SDKMethodSummary, SDKMethodSummaryProps, SDKModel, SDKModelProps, SDKOverview, SDKOverviewProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps, SDKSnippetLanguages, SDKSnippetLanguagesType, Sidebar, SidebarExpander, SidebarMethod, SidebarMethodProps, SidebarProps, SidebarResource, SidebarResourceProps, Snippet, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, usePropertyModel, useReferenceNesting };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "../docs-Cj25B-Sh.js";
|
|
2
|
+
import "../component-generics-Df4EDvxk.js";
|
|
3
|
+
import "../navigation-CuCg3le8.js";
|
|
4
|
+
import "../markdown-DunIdqFE.js";
|
|
5
|
+
import "../routing-C8oZYLsf.js";
|
|
6
|
+
import "../style-CkbsakoF.js";
|
|
7
|
+
import "../use-components-DI-AbT-D.js";
|
|
8
|
+
import { $t as PropertyDescription, At as SDKRequestTitle, Bt as Markdown, Ct as SDKIcon, Dt as SDKMethodInfo, Et as SDKMethodHeader, Ft as Expander, Gt as HttpMethods, Ht as Tooltip, It as Input, Jt as MethodHeader, Kt as Method, Lt as Join, Mt as usePropertyModel, Nt as useReferenceNesting, Ot as SDKModel, Pt as Badge, Qt as Property, Rt as Link, St as SDKExample, Tt as SDKMethod, Ut as VirtualExpander, Vt as ToggleButton, Wt as HttpMethodIcons, Xt as MethodInfo, Yt as MethodIconBadge, Zt as MethodRoute, _t as PropertyModelContext, at as SidebarResource, bt as SDKConstraints, ct as SDKOverview, dt as SDKRoot, en as PropertyToggle, ft as Snippet, gt as SnippetResponse, ht as SnippetRequestContainer, it as SidebarMethod, jt as SDKSnippetLanguages, kt as SDKReference, lt as SDKResource, mt as SnippetContainer, nt as Sidebar, ot as SDKBreadcrumbs, pt as SnippetCode, qt as MethodDescription, rt as SidebarExpander, st as SDKMethodSummary, ut as SDKResourceHeader, vt as ReferenceNestingContext, wt as SDKLanguageBlock, xt as SDKDeclaration, yt as SDKChildren, zt as ListView } from "../contexts-DO0sMzym.js";
|
|
9
|
+
import "../icons--8QR-PrL.js";
|
|
10
|
+
import "../utils-BhYTrLot.js";
|
|
11
|
+
import { i as DropdownTrigger, n as DropdownItem, r as DropdownMenu, t as Dropdown } from "../dropdown-kUhwBigR.js";
|
|
12
|
+
import "../md-Dg8aOyMA.js";
|
|
13
|
+
import "../utils-ByZH9QWT.js";
|
|
14
|
+
import "../types-DFN4M1Sp.js";
|
|
15
|
+
|
|
16
|
+
export { Badge, Dropdown, DropdownItem, DropdownMenu, DropdownTrigger, Expander, HttpMethodIcons, HttpMethods, Input, Join, Link, ListView, Markdown, Method, MethodDescription, MethodHeader, MethodIconBadge, MethodInfo, MethodRoute, Property, PropertyDescription, PropertyModelContext, PropertyToggle, ReferenceNestingContext, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodSummary, SDKModel, SDKOverview, SDKReference, SDKRequestTitle, SDKResource, SDKResourceHeader, SDKRoot, SDKSnippetLanguages, Sidebar, SidebarExpander, SidebarMethod, SidebarResource, Snippet, SnippetCode, SnippetContainer, SnippetRequestContainer, SnippetResponse, ToggleButton, Tooltip, VirtualExpander, usePropertyModel, useReferenceNesting };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as MethodDescription, c as MethodHeaderProps, d as MethodInfo, f as MethodInfoProps, h as MethodRouteProps, i as Method, l as MethodIconBadge, m as MethodRoute, n as HttpMethodIcons, o as MethodDescriptionProps, p as MethodProps, r as HttpMethods, s as MethodHeader, t as HTTPMethod, u as MethodIconProps } from "../method-c3XDArUn.js";
|
|
2
|
+
export { HTTPMethod, HttpMethodIcons, HttpMethods, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodIconBadge, MethodIconProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "../docs-Cj25B-Sh.js";
|
|
2
|
+
import "../component-generics-Df4EDvxk.js";
|
|
3
|
+
import "../navigation-CuCg3le8.js";
|
|
4
|
+
import "../markdown-DunIdqFE.js";
|
|
5
|
+
import "../routing-C8oZYLsf.js";
|
|
6
|
+
import "../style-CkbsakoF.js";
|
|
7
|
+
import "../use-components-DI-AbT-D.js";
|
|
8
|
+
import { Gt as HttpMethods, Jt as MethodHeader, Kt as Method, Wt as HttpMethodIcons, Xt as MethodInfo, Yt as MethodIconBadge, Zt as MethodRoute, qt as MethodDescription } from "../contexts-DO0sMzym.js";
|
|
9
|
+
import "../icons--8QR-PrL.js";
|
|
10
|
+
import "../utils-BhYTrLot.js";
|
|
11
|
+
import "../dropdown-kUhwBigR.js";
|
|
12
|
+
import "../md-Dg8aOyMA.js";
|
|
13
|
+
import "../utils-ByZH9QWT.js";
|
|
14
|
+
import "../types-DFN4M1Sp.js";
|
|
15
|
+
|
|
16
|
+
export { HttpMethodIcons, HttpMethods, Method, MethodDescription, MethodHeader, MethodIconBadge, MethodInfo, MethodRoute };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "../overview-D21weqVJ.js";
|
|
2
|
+
export { SDKMethodSummary, SDKMethodSummaryProps, SDKOverview, SDKOverviewProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "../docs-Cj25B-Sh.js";
|
|
2
|
+
import "../component-generics-Df4EDvxk.js";
|
|
3
|
+
import "../navigation-CuCg3le8.js";
|
|
4
|
+
import "../markdown-DunIdqFE.js";
|
|
5
|
+
import "../routing-C8oZYLsf.js";
|
|
6
|
+
import "../style-CkbsakoF.js";
|
|
7
|
+
import "../use-components-DI-AbT-D.js";
|
|
8
|
+
import { ct as SDKOverview, dt as SDKRoot, lt as SDKResource, st as SDKMethodSummary, ut as SDKResourceHeader } from "../contexts-DO0sMzym.js";
|
|
9
|
+
import "../icons--8QR-PrL.js";
|
|
10
|
+
import "../utils-BhYTrLot.js";
|
|
11
|
+
import "../dropdown-kUhwBigR.js";
|
|
12
|
+
import "../md-Dg8aOyMA.js";
|
|
13
|
+
import "../utils-ByZH9QWT.js";
|
|
14
|
+
import "../types-DFN4M1Sp.js";
|
|
15
|
+
|
|
16
|
+
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-iB9fIrMF.js";
|
|
2
|
+
export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, ToggleButton, ToggleButtonProps, Tooltip, VirtualExpander };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "../docs-Cj25B-Sh.js";
|
|
2
|
+
import "../component-generics-Df4EDvxk.js";
|
|
3
|
+
import "../navigation-CuCg3le8.js";
|
|
4
|
+
import "../markdown-DunIdqFE.js";
|
|
5
|
+
import "../routing-C8oZYLsf.js";
|
|
6
|
+
import "../style-CkbsakoF.js";
|
|
7
|
+
import "../use-components-DI-AbT-D.js";
|
|
8
|
+
import { Bt as Markdown, Ft as Expander, Ht as Tooltip, It as Input, Lt as Join, Pt as Badge, Rt as Link, Ut as VirtualExpander, Vt as ToggleButton, zt as ListView } from "../contexts-DO0sMzym.js";
|
|
9
|
+
import "../icons--8QR-PrL.js";
|
|
10
|
+
import "../utils-BhYTrLot.js";
|
|
11
|
+
import "../dropdown-kUhwBigR.js";
|
|
12
|
+
import "../md-Dg8aOyMA.js";
|
|
13
|
+
import "../utils-ByZH9QWT.js";
|
|
14
|
+
import "../types-DFN4M1Sp.js";
|
|
15
|
+
|
|
16
|
+
export { Badge, Expander, Input, Join, Link, ListView, Markdown, ToggleButton, Tooltip, VirtualExpander };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as PropertyToggle, i as PropertyProps, n as PropertyDescription, o as PropertyToggleProps, r as PropertyDescriptionProps, t as Property } from "../properties-Ba6F_GGj.js";
|
|
2
|
+
export { Property, PropertyDescription, PropertyDescriptionProps, PropertyProps, PropertyToggle, PropertyToggleProps };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "../docs-Cj25B-Sh.js";
|
|
2
|
+
import "../component-generics-Df4EDvxk.js";
|
|
3
|
+
import "../navigation-CuCg3le8.js";
|
|
4
|
+
import "../markdown-DunIdqFE.js";
|
|
5
|
+
import "../routing-C8oZYLsf.js";
|
|
6
|
+
import "../style-CkbsakoF.js";
|
|
7
|
+
import "../use-components-DI-AbT-D.js";
|
|
8
|
+
import { $t as PropertyDescription, Qt as Property, en as PropertyToggle } from "../contexts-DO0sMzym.js";
|
|
9
|
+
import "../icons--8QR-PrL.js";
|
|
10
|
+
import "../utils-BhYTrLot.js";
|
|
11
|
+
import "../dropdown-kUhwBigR.js";
|
|
12
|
+
import "../md-Dg8aOyMA.js";
|
|
13
|
+
import "../utils-ByZH9QWT.js";
|
|
14
|
+
import "../types-DFN4M1Sp.js";
|
|
15
|
+
|
|
16
|
+
export { Property, PropertyDescription, PropertyToggle };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
//#region src/components/scripts/dropdown.d.ts
|
|
2
|
+
declare function initDropdown({
|
|
3
|
+
dropdownId,
|
|
4
|
+
onSelect,
|
|
5
|
+
isFixed
|
|
6
|
+
}: {
|
|
7
|
+
dropdownId: string;
|
|
8
|
+
onSelect?: (value: string) => void;
|
|
9
|
+
isFixed?: boolean;
|
|
10
|
+
}): void;
|
|
11
|
+
//#endregion
|
|
12
|
+
export { initDropdown };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
//#region src/components/scripts/dropdown.ts
|
|
2
|
+
function initDropdown({ dropdownId, onSelect, isFixed }) {
|
|
3
|
+
const dropdown = document.getElementById(dropdownId);
|
|
4
|
+
if (!dropdown) return;
|
|
5
|
+
const button = dropdown.querySelector("button");
|
|
6
|
+
const menu = dropdown.querySelector(".stldocs-dropdown-menu");
|
|
7
|
+
if (!button || !menu) return;
|
|
8
|
+
let isOpen = false;
|
|
9
|
+
function toggleDropdown() {
|
|
10
|
+
if (!button || !menu) return;
|
|
11
|
+
isOpen = !isOpen;
|
|
12
|
+
if (isOpen) {
|
|
13
|
+
if (isFixed) {
|
|
14
|
+
const buttonRect = button.getBoundingClientRect();
|
|
15
|
+
menu.style.top = `${buttonRect.bottom}px`;
|
|
16
|
+
menu.style.left = `${buttonRect.left}px`;
|
|
17
|
+
}
|
|
18
|
+
menu.classList.add("open");
|
|
19
|
+
button.setAttribute("aria-expanded", "true");
|
|
20
|
+
} else {
|
|
21
|
+
menu.classList.remove("open");
|
|
22
|
+
button.setAttribute("aria-expanded", "false");
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
function closeDropdown() {
|
|
26
|
+
if (!button || !menu) return;
|
|
27
|
+
isOpen = false;
|
|
28
|
+
menu.classList.remove("open");
|
|
29
|
+
button.setAttribute("aria-expanded", "false");
|
|
30
|
+
}
|
|
31
|
+
button.addEventListener("click", () => {
|
|
32
|
+
toggleDropdown();
|
|
33
|
+
});
|
|
34
|
+
document.addEventListener("click", (e) => {
|
|
35
|
+
if (!dropdown.contains(e.target)) closeDropdown();
|
|
36
|
+
});
|
|
37
|
+
document.addEventListener("keydown", (e) => {
|
|
38
|
+
if (e.key === "Escape" && isOpen) closeDropdown();
|
|
39
|
+
});
|
|
40
|
+
menu.querySelectorAll(".stldocs-dropdown-item").forEach((item) => {
|
|
41
|
+
item.addEventListener("click", () => {
|
|
42
|
+
closeDropdown();
|
|
43
|
+
const selectedValue = item.getAttribute("data-dropdown-value");
|
|
44
|
+
if (selectedValue && onSelect) onSelect(selectedValue);
|
|
45
|
+
});
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
//#endregion
|
|
50
|
+
export { initDropdown };
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import "../routing-BE6Vrs-z.js";
|
|
2
|
+
import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, 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 SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "../sdk-D2x2l6JH.js";
|
|
3
|
+
export { PropertyModelContext, PropertyModelContextType, ReferenceNestingContext, ReferenceNestingContextType, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodProps, SDKModel, SDKModelProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKSnippetLanguages, SDKSnippetLanguagesType, TransformRequestSnippetFn, usePropertyModel, useReferenceNesting };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "../docs-Cj25B-Sh.js";
|
|
2
|
+
import "../component-generics-Df4EDvxk.js";
|
|
3
|
+
import "../navigation-CuCg3le8.js";
|
|
4
|
+
import "../markdown-DunIdqFE.js";
|
|
5
|
+
import "../routing-C8oZYLsf.js";
|
|
6
|
+
import "../style-CkbsakoF.js";
|
|
7
|
+
import "../use-components-DI-AbT-D.js";
|
|
8
|
+
import { At as SDKRequestTitle, Ct as SDKIcon, Dt as SDKMethodInfo, Et as SDKMethodHeader, Mt as usePropertyModel, Nt as useReferenceNesting, Ot as SDKModel, St as SDKExample, Tt as SDKMethod, _t as PropertyModelContext, bt as SDKConstraints, jt as SDKSnippetLanguages, kt as SDKReference, vt as ReferenceNestingContext, wt as SDKLanguageBlock, xt as SDKDeclaration, yt as SDKChildren } from "../contexts-DO0sMzym.js";
|
|
9
|
+
import "../icons--8QR-PrL.js";
|
|
10
|
+
import "../utils-BhYTrLot.js";
|
|
11
|
+
import "../dropdown-kUhwBigR.js";
|
|
12
|
+
import "../md-Dg8aOyMA.js";
|
|
13
|
+
import "../utils-ByZH9QWT.js";
|
|
14
|
+
import "../types-DFN4M1Sp.js";
|
|
15
|
+
|
|
16
|
+
export { PropertyModelContext, ReferenceNestingContext, SDKChildren, SDKConstraints, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKModel, SDKReference, SDKRequestTitle, SDKSnippetLanguages, usePropertyModel, useReferenceNesting };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "../sidebar-B1X4gmY2.js";
|
|
2
|
+
export { Sidebar, SidebarExpander, SidebarMethod, SidebarMethodProps, SidebarProps, SidebarResource, SidebarResourceProps };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "../docs-Cj25B-Sh.js";
|
|
2
|
+
import "../component-generics-Df4EDvxk.js";
|
|
3
|
+
import "../navigation-CuCg3le8.js";
|
|
4
|
+
import "../markdown-DunIdqFE.js";
|
|
5
|
+
import "../routing-C8oZYLsf.js";
|
|
6
|
+
import "../style-CkbsakoF.js";
|
|
7
|
+
import "../use-components-DI-AbT-D.js";
|
|
8
|
+
import { at as SidebarResource, it as SidebarMethod, nt as Sidebar, rt as SidebarExpander } from "../contexts-DO0sMzym.js";
|
|
9
|
+
import "../icons--8QR-PrL.js";
|
|
10
|
+
import "../utils-BhYTrLot.js";
|
|
11
|
+
import "../dropdown-kUhwBigR.js";
|
|
12
|
+
import "../md-Dg8aOyMA.js";
|
|
13
|
+
import "../utils-ByZH9QWT.js";
|
|
14
|
+
import "../types-DFN4M1Sp.js";
|
|
15
|
+
|
|
16
|
+
export { Sidebar, SidebarExpander, SidebarMethod, SidebarResource };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import "../routing-BE6Vrs-z.js";
|
|
2
|
+
import "../sdk-D2x2l6JH.js";
|
|
3
|
+
import { a as SnippetContainerProps, c as SnippetRequestContainerProps, i as SnippetContainer, l as SnippetResponse, n as SnippetCode, o as SnippetProps, r as SnippetCodeProps, s as SnippetRequestContainer, t as Snippet } from "../snippets-BApdMOXp.js";
|
|
4
|
+
export { Snippet, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import "../docs-Cj25B-Sh.js";
|
|
2
|
+
import "../component-generics-Df4EDvxk.js";
|
|
3
|
+
import "../navigation-CuCg3le8.js";
|
|
4
|
+
import "../markdown-DunIdqFE.js";
|
|
5
|
+
import "../routing-C8oZYLsf.js";
|
|
6
|
+
import "../style-CkbsakoF.js";
|
|
7
|
+
import "../use-components-DI-AbT-D.js";
|
|
8
|
+
import { ft as Snippet, gt as SnippetResponse, ht as SnippetRequestContainer, mt as SnippetContainer, pt as SnippetCode } from "../contexts-DO0sMzym.js";
|
|
9
|
+
import "../icons--8QR-PrL.js";
|
|
10
|
+
import "../utils-BhYTrLot.js";
|
|
11
|
+
import "../dropdown-kUhwBigR.js";
|
|
12
|
+
import "../md-Dg8aOyMA.js";
|
|
13
|
+
import "../utils-ByZH9QWT.js";
|
|
14
|
+
import "../types-DFN4M1Sp.js";
|
|
15
|
+
|
|
16
|
+
export { Snippet, SnippetCode, SnippetContainer, SnippetRequestContainer, SnippetResponse };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { a as useComponents, i as useComponentContext, n as ComponentsContextType, r as customizeComponents, t as ComponentProvider } from "../component-generics-BnrVqdQj.js";
|
|
2
|
+
export { ComponentProvider, ComponentsContextType, customizeComponents, useComponentContext, useComponents };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import "../breadcrumbs-D5viAm7a.js";
|
|
2
|
+
import "../dropdown-Dv9VAYCW.js";
|
|
3
|
+
import "../method-c3XDArUn.js";
|
|
4
|
+
import "../primitives-iB9fIrMF.js";
|
|
5
|
+
import "../properties-Ba6F_GGj.js";
|
|
6
|
+
import "../routing-BE6Vrs-z.js";
|
|
7
|
+
import "../sdk-D2x2l6JH.js";
|
|
8
|
+
import "../snippets-BApdMOXp.js";
|
|
9
|
+
import "../overview-D21weqVJ.js";
|
|
10
|
+
import "../sidebar-B1X4gmY2.js";
|
|
11
|
+
import { t as index_d_exports } from "../index-BW6OPqAo.js";
|
|
12
|
+
import { r as index_d_exports$1 } from "../index-BXO3gZup.js";
|
|
13
|
+
|
|
14
|
+
//#region src/contexts/component-types.d.ts
|
|
15
|
+
type AppComponents = typeof index_d_exports;
|
|
16
|
+
type AppLanguage = typeof index_d_exports$1;
|
|
17
|
+
//#endregion
|
|
18
|
+
export { AppComponents, AppLanguage };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|