@scalar/api-reference 1.25.36 → 1.25.37
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/CHANGELOG.md +19 -0
- package/dist/browser/standalone.js +13407 -13399
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Anchor/Anchor.vue.d.ts +3 -12
- package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
- package/dist/components/Anchor/Anchor.vue2.js +21 -21
- package/dist/components/ApiClientModal.vue.d.ts +3 -12
- package/dist/components/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.d.ts +4 -13
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts +8 -17
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/Badge/Badge.vue.d.ts +1 -1
- package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
- package/dist/components/Card/Card.vue.d.ts +1 -1
- package/dist/components/Card/Card.vue.d.ts.map +1 -1
- package/dist/components/Card/CardContent.vue.d.ts +1 -10
- package/dist/components/Card/CardContent.vue.d.ts.map +1 -1
- package/dist/components/Card/CardFooter.vue.d.ts +1 -10
- package/dist/components/Card/CardFooter.vue.d.ts.map +1 -1
- package/dist/components/Card/CardHeader.vue.d.ts +1 -10
- package/dist/components/Card/CardHeader.vue.d.ts.map +1 -1
- package/dist/components/Card/CardTab.vue.d.ts +1 -1
- package/dist/components/Card/CardTab.vue.d.ts.map +1 -1
- package/dist/components/Card/CardTabHeader.vue.d.ts +4 -4
- package/dist/components/Card/CardTabHeader.vue.d.ts.map +1 -1
- package/dist/components/ClassicHeader.vue.d.ts +1 -1
- package/dist/components/ClassicHeader.vue.d.ts.map +1 -1
- package/dist/components/Content/Authentication/Authentication.vue.d.ts +3 -12
- package/dist/components/Content/Authentication/Authentication.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +14 -14
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts +1 -1
- package/dist/components/Content/ClientLibraries/ClientSelector.vue2.js +56 -56
- package/dist/components/Content/Content.vue.d.ts +3 -12
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue2.js +41 -41
- package/dist/components/Content/Introduction/Description.vue.d.ts +3 -12
- package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.d.ts +3 -12
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Lazy.vue.d.ts +4 -27
- package/dist/components/Content/Lazy/Lazy.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.d.ts +4 -25
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/Models.vue.d.ts +3 -12
- package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/Models.vue2.js +32 -32
- package/dist/components/Content/Models/ModelsAccordion.vue.d.ts +3 -12
- package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/ModelsAccordion.vue2.js +30 -30
- package/dist/components/Content/Operation/ContentTypeSelect.vue.d.ts +6 -15
- package/dist/components/Content/Operation/ContentTypeSelect.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/EndpointDetails.vue.d.ts +3 -12
- package/dist/components/Content/Operation/EndpointDetails.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/EndpointDetails.vue.js +45 -45
- package/dist/components/Content/Operation/EndpointDetailsCard.vue.d.ts +3 -12
- package/dist/components/Content/Operation/EndpointDetailsCard.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/EndpointDetailsCard.vue2.js +37 -37
- package/dist/components/Content/Operation/EndpointPath.vue.d.ts +3 -12
- package/dist/components/Content/Operation/EndpointPath.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/Operation.vue.d.ts +3 -12
- package/dist/components/Content/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/Operation.vue2.js +35 -35
- package/dist/components/Content/Operation/OperationAccordion.vue.d.ts +3 -12
- package/dist/components/Content/Operation/OperationAccordion.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/ParameterHeaders.vue.d.ts +3 -12
- package/dist/components/Content/Operation/ParameterHeaders.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/ParameterItem.vue.d.ts +4 -27
- package/dist/components/Content/Operation/ParameterItem.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/Parameters.vue.d.ts +4 -27
- package/dist/components/Content/Operation/Parameters.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/RequestBody.vue.d.ts +3 -12
- package/dist/components/Content/Operation/RequestBody.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/RequestBodyPropertiesChild.vue.d.ts +3 -12
- package/dist/components/Content/Operation/RequestBodyPropertiesChild.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/TestRequestButton.vue.d.ts +3 -12
- package/dist/components/Content/Operation/TestRequestButton.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/TestRequestButton.vue2.js +16 -16
- package/dist/components/Content/Schema/Schema.vue.d.ts +4 -25
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts +3 -12
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +4 -29
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +85 -85
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts +3 -12
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue2.js +11 -11
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +4 -27
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +114 -114
- package/dist/components/Content/Tag/Endpoints.vue.d.ts +3 -12
- package/dist/components/Content/Tag/Endpoints.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/Endpoints.vue2.js +11 -11
- package/dist/components/Content/Tag/Tag.vue.d.ts +3 -12
- package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagAccordion.vue.d.ts +3 -12
- package/dist/components/Content/Tag/TagAccordion.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagList.vue.d.ts +3 -12
- package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
- package/dist/components/Content/Webhooks/Webhook.vue.d.ts +3 -12
- package/dist/components/Content/Webhooks/Webhook.vue.d.ts.map +1 -1
- package/dist/components/Content/Webhooks/Webhook.vue2.js +22 -22
- package/dist/components/Content/Webhooks/Webhooks.vue.d.ts +3 -12
- package/dist/components/Content/Webhooks/Webhooks.vue.d.ts.map +1 -1
- package/dist/components/Content/Webhooks/Webhooks.vue2.js +39 -39
- package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.d.ts +6 -15
- package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.d.ts.map +1 -1
- package/dist/components/DarkModeToggle/DarkModeToggle.vue.d.ts +6 -15
- package/dist/components/DarkModeToggle/DarkModeToggle.vue.d.ts.map +1 -1
- package/dist/components/DarkModeToggle/DarkModeToggle.vue2.js +14 -14
- package/dist/components/GettingStarted.vue.d.ts +9 -18
- package/dist/components/GettingStarted.vue.d.ts.map +1 -1
- package/dist/components/GettingStarted.vue2.js +32 -32
- package/dist/components/HelpfulLink.vue.d.ts +3 -12
- package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +3 -12
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/IntersectionObserver.vue.d.ts +6 -15
- package/dist/components/IntersectionObserver.vue.d.ts.map +1 -1
- package/dist/components/Layouts/ClassicLayout.vue.d.ts +5 -14
- package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/components/Layouts/Layouts.vue.d.ts +5 -14
- package/dist/components/Layouts/Layouts.vue.d.ts.map +1 -1
- package/dist/components/Layouts/ModernLayout.vue.d.ts +5 -14
- package/dist/components/Layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/components/LoadingSkeleton.vue.d.ts +4 -25
- package/dist/components/LoadingSkeleton.vue.d.ts.map +1 -1
- package/dist/components/MobileHeader.vue.d.ts +6 -15
- package/dist/components/MobileHeader.vue.d.ts.map +1 -1
- package/dist/components/ScreenReader.vue.d.ts +4 -25
- package/dist/components/ScreenReader.vue.d.ts.map +1 -1
- package/dist/components/Section/CompactSection.vue.d.ts +3 -12
- package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
- package/dist/components/Section/Section.vue.d.ts +3 -12
- package/dist/components/Section/Section.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionAccordion.vue.d.ts +3 -12
- package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionColumn.vue.d.ts +1 -1
- package/dist/components/Section/SectionColumn.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionColumns.vue.d.ts +1 -1
- package/dist/components/Section/SectionColumns.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainer.vue.d.ts +1 -1
- package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainerAccordion.vue.d.ts +1 -1
- package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContent.vue.d.ts +4 -25
- package/dist/components/Section/SectionContent.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionHeader.vue.d.ts +4 -29
- package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
- package/dist/components/ShowMoreButton.vue.d.ts +3 -12
- package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
- package/dist/components/ShowMoreButton.vue2.js +9 -9
- package/dist/components/Sidebar/Sidebar.vue.d.ts +3 -12
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.d.ts +6 -15
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue2.js +24 -24
- package/dist/components/Sidebar/SidebarGroup.vue.d.ts +3 -12
- package/dist/components/Sidebar/SidebarGroup.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts +3 -12
- package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts.map +1 -1
- package/dist/components/Spinner/Spinner.vue.d.ts +1 -1
- package/dist/embeds/ExampleRequest/ExampleRequest.vue.d.ts +3 -12
- package/dist/embeds/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/embeds/ExampleResponses/ExampleResponses.vue.d.ts +3 -12
- package/dist/embeds/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts +253 -13
- package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/BaseUrl.vue.d.ts +3 -12
- package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerForm.vue.d.ts +8 -29
- package/dist/features/BaseUrl/ServerForm.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerForm.vue2.js +41 -41
- package/dist/features/BaseUrl/ServerUrl.vue.d.ts +3 -12
- package/dist/features/BaseUrl/ServerUrl.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerUrlSelect.vue.d.ts +6 -15
- package/dist/features/BaseUrl/ServerUrlSelect.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerVariablesForm.vue.d.ts +6 -15
- package/dist/features/BaseUrl/ServerVariablesForm.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerVariablesSelect.vue.d.ts +6 -15
- package/dist/features/BaseUrl/ServerVariablesSelect.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerVariablesSelect.vue2.js +19 -19
- package/dist/features/BaseUrl/ServerVariablesTextbox.vue.d.ts +6 -15
- package/dist/features/BaseUrl/ServerVariablesTextbox.vue.d.ts.map +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts +3 -12
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExamplePicker.vue.d.ts +6 -15
- package/dist/features/ExampleRequest/ExamplePicker.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts +3 -12
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/TextSelect.vue.d.ts +6 -15
- package/dist/features/ExampleRequest/TextSelect.vue.d.ts.map +1 -1
- package/dist/features/ExampleResponses/ExampleResponse.vue.d.ts +3 -12
- package/dist/features/ExampleResponses/ExampleResponse.vue.d.ts.map +1 -1
- package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts +3 -12
- package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/features/ExampleResponses/ExampleResponses.vue2.js +83 -83
- package/dist/features/Search/SearchButton.vue.d.ts +4 -25
- package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchButton.vue2.js +27 -27
- package/dist/features/Search/SearchModal.vue.d.ts +3 -12
- package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchModal.vue2.js +66 -66
- package/dist/features/Search/useSearchIndex.d.ts +2 -2
- package/dist/hooks/useDarkModeState.d.ts +1 -1
- package/dist/hooks/useNavState.d.ts +3 -3
- package/dist/hooks/useReactiveSpec.d.ts +2 -2
- package/dist/hooks/useRefOnMount.d.ts +1 -1
- package/dist/hooks/useRefOnMount.d.ts.map +1 -1
- package/dist/hooks/useSidebar.d.ts +3 -3
- package/dist/index.js +1 -1
- package/dist/legacy/components/CardForm.vue.d.ts +1 -1
- package/dist/legacy/components/CardForm.vue.d.ts.map +1 -1
- package/dist/legacy/components/CardFormButton.vue.d.ts +2 -2
- package/dist/legacy/components/CardFormButton.vue.d.ts.map +1 -1
- package/dist/legacy/components/CardFormGroup.vue.d.ts +1 -1
- package/dist/legacy/components/CardFormGroup.vue.d.ts.map +1 -1
- package/dist/legacy/components/CardFormRows.vue.d.ts +1 -1
- package/dist/legacy/components/CardFormRows.vue.d.ts.map +1 -1
- package/dist/legacy/components/CardFormTextInput.vue.d.ts +3 -12
- package/dist/legacy/components/CardFormTextInput.vue.d.ts.map +1 -1
- package/dist/legacy/components/CardFormTextInput.vue2.js +21 -21
- package/dist/legacy/components/SecurityScheme.vue.d.ts +3 -12
- package/dist/legacy/components/SecurityScheme.vue.d.ts.map +1 -1
- package/dist/legacy/components/SecurityScheme.vue2.js +147 -147
- package/dist/legacy/components/SecuritySchemeScopes.vue.d.ts +6 -15
- package/dist/legacy/components/SecuritySchemeScopes.vue.d.ts.map +1 -1
- package/dist/legacy/components/SecuritySchemeScopes.vue2.js +37 -37
- package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts +6 -15
- package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts.map +1 -1
- package/dist/legacy/components/SecuritySchemeSelector.vue2.js +36 -36
- package/dist/legacy/stores/useRequestStore.d.ts +7 -3
- package/dist/legacy/stores/useRequestStore.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +11 -11
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as S, ref as w, openBlock as l, createElementBlock as r, Fragment as u, renderList as d, unref as t, normalizeClass as c, createElementVNode as s, createVNode as k, toDisplayString as f, createCommentVNode as N } from "vue";
|
|
2
2
|
import { ScalarIcon as m } from "@scalar/components";
|
|
3
|
-
import { useHttpClientStore as
|
|
4
|
-
const
|
|
3
|
+
import { useHttpClientStore as x } from "../../../stores/useHttpClientStore.js";
|
|
4
|
+
const I = ["onClick"], $ = ["value"], z = ["label"], B = ["aria-label", "value"], M = {
|
|
5
5
|
"aria-hidden": "true",
|
|
6
6
|
class: "client-libraries-icon__more"
|
|
7
|
-
},
|
|
7
|
+
}, T = {
|
|
8
8
|
key: 1,
|
|
9
9
|
class: "client-libraries-icon",
|
|
10
10
|
height: "50",
|
|
@@ -12,26 +12,19 @@ const v = (o) => ($("data-v-10825810"), o = o(), z(), o), M = ["onClick"], T = /
|
|
|
12
12
|
viewBox: "0 0 50 50",
|
|
13
13
|
width: "50",
|
|
14
14
|
xmlns: "http://www.w3.org/2000/svg"
|
|
15
|
-
},
|
|
16
|
-
fill: "currentColor",
|
|
17
|
-
"fill-rule": "nonzero"
|
|
18
|
-
}, [
|
|
19
|
-
/* @__PURE__ */ s("path", { d: "M10.71 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0M21.13 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0M31.55 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0" })
|
|
20
|
-
], -1)), H = [
|
|
21
|
-
F
|
|
22
|
-
], R = {
|
|
15
|
+
}, J = {
|
|
23
16
|
key: 0,
|
|
24
17
|
"aria-hidden": "true"
|
|
25
|
-
},
|
|
18
|
+
}, F = /* @__PURE__ */ S({
|
|
26
19
|
__name: "ClientSelector",
|
|
27
|
-
setup(
|
|
20
|
+
setup(L) {
|
|
28
21
|
const {
|
|
29
|
-
httpClient:
|
|
30
|
-
setHttpClient:
|
|
31
|
-
availableTargets:
|
|
32
|
-
getClientTitle:
|
|
33
|
-
getTargetTitle:
|
|
34
|
-
} =
|
|
22
|
+
httpClient: a,
|
|
23
|
+
setHttpClient: g,
|
|
24
|
+
availableTargets: y,
|
|
25
|
+
getClientTitle: K,
|
|
26
|
+
getTargetTitle: h
|
|
27
|
+
} = x(), v = w(), p = [
|
|
35
28
|
{
|
|
36
29
|
targetKey: "shell",
|
|
37
30
|
clientKey: "curl"
|
|
@@ -53,82 +46,89 @@ const v = (o) => ($("data-v-10825810"), o = o(), z(), o), M = ["onClick"], T = /
|
|
|
53
46
|
clientKey: "python3"
|
|
54
47
|
}
|
|
55
48
|
].filter(
|
|
56
|
-
(i) =>
|
|
57
|
-
),
|
|
58
|
-
(
|
|
49
|
+
(i) => y.value.find((n) => n.key === i.targetKey && n.clients.find((e) => e.key === i.clientKey))
|
|
50
|
+
), _ = (i) => `programming-language-${i}`, C = (i) => i.targetKey === a.targetKey && i.clientKey === a.clientKey, b = (i) => p.some(
|
|
51
|
+
(n) => n.targetKey === i.targetKey && n.clientKey === i.clientKey
|
|
59
52
|
);
|
|
60
|
-
return (i,
|
|
53
|
+
return (i, n) => (l(), r("div", {
|
|
61
54
|
ref_key: "containerRef",
|
|
62
|
-
ref:
|
|
55
|
+
ref: v,
|
|
63
56
|
class: "client-libraries-content"
|
|
64
57
|
}, [
|
|
65
|
-
(
|
|
58
|
+
(l(!0), r(u, null, d(t(p), (e) => (l(), r("button", {
|
|
66
59
|
key: e.clientKey,
|
|
67
60
|
"aria-hidden": "true",
|
|
68
|
-
class:
|
|
69
|
-
"client-libraries__active":
|
|
61
|
+
class: c(["client-libraries rendered-code-sdks", {
|
|
62
|
+
"client-libraries__active": C(e)
|
|
70
63
|
}]),
|
|
71
64
|
tabindex: "-1",
|
|
72
65
|
type: "button",
|
|
73
|
-
onClick: () => t(
|
|
66
|
+
onClick: () => t(g)(e)
|
|
74
67
|
}, [
|
|
75
68
|
s("div", {
|
|
76
|
-
class:
|
|
69
|
+
class: c(`client-libraries-icon__${e.targetKey}`)
|
|
77
70
|
}, [
|
|
78
71
|
k(t(m), {
|
|
79
72
|
class: "client-libraries-icon",
|
|
80
|
-
icon:
|
|
73
|
+
icon: _(e.targetKey)
|
|
81
74
|
}, null, 8, ["icon"])
|
|
82
75
|
], 2),
|
|
83
|
-
s("span", null, f(t(
|
|
84
|
-
], 10,
|
|
76
|
+
s("span", null, f(t(h)(e)), 1)
|
|
77
|
+
], 10, I))), 128)),
|
|
85
78
|
s("label", {
|
|
86
|
-
class:
|
|
87
|
-
"client-libraries__active": t(
|
|
79
|
+
class: c(["client-libraries client-libraries__select", {
|
|
80
|
+
"client-libraries__active": t(a) && !b(t(a))
|
|
88
81
|
}])
|
|
89
82
|
}, [
|
|
90
|
-
|
|
83
|
+
n[2] || (n[2] = s("span", { class: "sr-only" }, "Select Client Library", -1)),
|
|
91
84
|
s("select", {
|
|
92
85
|
class: "language-select",
|
|
93
|
-
value: JSON.stringify(t(
|
|
94
|
-
onInput:
|
|
86
|
+
value: JSON.stringify(t(a)),
|
|
87
|
+
onInput: n[0] || (n[0] = (e) => t(g)(JSON.parse(e.target.value)))
|
|
95
88
|
}, [
|
|
96
|
-
(
|
|
89
|
+
(l(!0), r(u, null, d(t(y), (e) => (l(), r("optgroup", {
|
|
97
90
|
key: e.key,
|
|
98
91
|
label: e.title
|
|
99
92
|
}, [
|
|
100
|
-
(
|
|
101
|
-
key:
|
|
102
|
-
"aria-label": `${e.title} ${t(
|
|
93
|
+
(l(!0), r(u, null, d(e.clients, (o) => (l(), r("option", {
|
|
94
|
+
key: o.key,
|
|
95
|
+
"aria-label": `${e.title} ${t(K)({
|
|
103
96
|
targetKey: e.key,
|
|
104
|
-
clientKey:
|
|
97
|
+
clientKey: o.key
|
|
105
98
|
})}`,
|
|
106
99
|
value: JSON.stringify({
|
|
107
100
|
targetKey: e.key,
|
|
108
|
-
clientKey:
|
|
101
|
+
clientKey: o.key
|
|
109
102
|
})
|
|
110
|
-
}, f(t(
|
|
103
|
+
}, f(t(K)({
|
|
111
104
|
targetKey: e.key,
|
|
112
|
-
clientKey:
|
|
113
|
-
})), 9,
|
|
114
|
-
], 8,
|
|
115
|
-
], 40,
|
|
116
|
-
s("div",
|
|
117
|
-
t(
|
|
105
|
+
clientKey: o.key
|
|
106
|
+
})), 9, B))), 128))
|
|
107
|
+
], 8, z))), 128))
|
|
108
|
+
], 40, $),
|
|
109
|
+
s("div", M, [
|
|
110
|
+
t(a) && !b(t(a)) ? (l(), r("div", {
|
|
118
111
|
key: 0,
|
|
119
|
-
class:
|
|
112
|
+
class: c(`client-libraries-icon__${t(a).targetKey}`)
|
|
120
113
|
}, [
|
|
121
114
|
k(t(m), {
|
|
122
115
|
class: "client-libraries-icon",
|
|
123
|
-
icon:
|
|
116
|
+
icon: _(t(a).targetKey)
|
|
124
117
|
}, null, 8, ["icon"])
|
|
125
|
-
], 2)) : (
|
|
118
|
+
], 2)) : (l(), r("svg", T, n[1] || (n[1] = [
|
|
119
|
+
s("g", {
|
|
120
|
+
fill: "currentColor",
|
|
121
|
+
"fill-rule": "nonzero"
|
|
122
|
+
}, [
|
|
123
|
+
s("path", { d: "M10.71 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0M21.13 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0M31.55 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0" })
|
|
124
|
+
], -1)
|
|
125
|
+
])))
|
|
126
126
|
]),
|
|
127
|
-
t(
|
|
127
|
+
t(y).length ? (l(), r("span", J, " More ")) : N("", !0)
|
|
128
128
|
], 2)
|
|
129
129
|
], 512));
|
|
130
130
|
}
|
|
131
131
|
});
|
|
132
132
|
export {
|
|
133
|
-
|
|
133
|
+
F as default
|
|
134
134
|
};
|
|
@@ -4,19 +4,19 @@ declare function __VLS_template(): {
|
|
|
4
4
|
"empty-state"?(_: {}): any;
|
|
5
5
|
end?(_: {}): any;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
7
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
8
8
|
parsedSpec: Spec;
|
|
9
9
|
layout?: "default" | "accordion";
|
|
10
10
|
baseServerURL?: string;
|
|
11
11
|
servers?: Server[];
|
|
12
12
|
proxy?: string;
|
|
13
|
-
}
|
|
13
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
14
14
|
parsedSpec: Spec;
|
|
15
15
|
layout?: "default" | "accordion";
|
|
16
16
|
baseServerURL?: string;
|
|
17
17
|
servers?: Server[];
|
|
18
18
|
proxy?: string;
|
|
19
|
-
}
|
|
19
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
21
21
|
export default _default;
|
|
22
22
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -24,13 +24,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
24
24
|
$slots: S;
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
28
|
-
type __VLS_TypePropsToOption<T> = {
|
|
29
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
30
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
31
|
-
} : {
|
|
32
|
-
type: import('vue').PropType<T[K]>;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
27
|
//# sourceMappingURL=Content.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAyMA,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAoCxD,iBAAS,cAAc;mBAsPI,GAAG;2BACM,GAAG;iBACb,GAAG;EA2B5B;AACD,QAAA,MAAM,eAAe;gBAvSP,IAAI;aACP,SAAS,GAAG,WAAW;oBAChB,MAAM;cACZ,MAAM,EAAE;YACV,MAAM;;gBAJF,IAAI;aACP,SAAS,GAAG,WAAW;oBAChB,MAAM;cACZ,MAAM,EAAE;YACV,MAAM;
|
|
1
|
+
{"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAyMA,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAoCxD,iBAAS,cAAc;mBAsPI,GAAG;2BACM,GAAG;iBACb,GAAG;EA2B5B;AACD,QAAA,MAAM,eAAe;gBAvSP,IAAI;aACP,SAAS,GAAG,WAAW;oBAChB,MAAM;cACZ,MAAM,EAAE;YACV,MAAM;;gBAJF,IAAI;aACP,SAAS,GAAG,WAAW;oBAChB,MAAM;cACZ,MAAM,EAAE;YACV,MAAM;iGAySd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
1
|
+
import { defineComponent as M, computed as L, openBlock as r, createElementBlock as o, Fragment as t, createStaticVNode as N, createElementVNode as k, renderSlot as p, createVNode as i, unref as a, createBlock as s, withCtx as U, normalizeClass as V, renderList as B, createCommentVNode as n } from "vue";
|
|
2
|
+
import A from "./Lazy/Loading.vue.js";
|
|
3
3
|
/* empty css */
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import { useSidebar as
|
|
13
|
-
import { hasModels as
|
|
14
|
-
import { getModels as
|
|
15
|
-
const
|
|
4
|
+
import E from "./Introduction/Introduction.vue.js";
|
|
5
|
+
import R from "../../features/BaseUrl/BaseUrl.vue.js";
|
|
6
|
+
import z from "./Authentication/Authentication.vue.js";
|
|
7
|
+
import F from "./ClientLibraries/ClientLibraries.vue.js";
|
|
8
|
+
import h from "./Tag/TagList.vue.js";
|
|
9
|
+
import G from "./Webhooks/Webhooks.vue.js";
|
|
10
|
+
import I from "./Models/ModelsAccordion.vue.js";
|
|
11
|
+
import W from "./Models/Models.vue.js";
|
|
12
|
+
import { useSidebar as j } from "../../hooks/useSidebar.js";
|
|
13
|
+
import { hasModels as q } from "../../helpers/hasModels.js";
|
|
14
|
+
import { getModels as g } from "../../helpers/getModels.js";
|
|
15
|
+
const D = { class: "narrow-references-container" }, re = /* @__PURE__ */ M({
|
|
16
16
|
__name: "Content",
|
|
17
17
|
props: {
|
|
18
18
|
parsedSpec: {},
|
|
@@ -21,72 +21,72 @@ const q = /* @__PURE__ */ V('<div class="section-flare" data-v-2ffda479><div cla
|
|
|
21
21
|
servers: {},
|
|
22
22
|
proxy: {}
|
|
23
23
|
},
|
|
24
|
-
setup(
|
|
25
|
-
const l =
|
|
24
|
+
setup(b) {
|
|
25
|
+
const l = b, { hideModels: w } = j(), C = L(
|
|
26
26
|
() => l.layout === "accordion" ? "after" : "aside"
|
|
27
27
|
);
|
|
28
|
-
return (e,
|
|
29
|
-
var
|
|
28
|
+
return (e, c) => {
|
|
29
|
+
var f, m, u, v;
|
|
30
30
|
return r(), o(t, null, [
|
|
31
|
-
|
|
32
|
-
|
|
31
|
+
c[0] || (c[0] = N('<div class="section-flare" data-v-2ffda479><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div></div>', 1)),
|
|
32
|
+
k("div", D, [
|
|
33
33
|
p(e.$slots, "start", {}, void 0, !0),
|
|
34
|
-
i(a(
|
|
34
|
+
i(a(A), {
|
|
35
35
|
layout: e.layout,
|
|
36
36
|
parsedSpec: e.parsedSpec
|
|
37
37
|
}, null, 8, ["layout", "parsedSpec"]),
|
|
38
|
-
(
|
|
38
|
+
(m = (f = e.parsedSpec) == null ? void 0 : f.info) != null && m.title || (v = (u = e.parsedSpec) == null ? void 0 : u.info) != null && v.description ? (r(), s(a(E), {
|
|
39
39
|
key: 0,
|
|
40
40
|
info: e.parsedSpec.info,
|
|
41
41
|
parsedSpec: e.parsedSpec
|
|
42
42
|
}, {
|
|
43
|
-
[
|
|
44
|
-
|
|
45
|
-
class:
|
|
43
|
+
[C.value]: U(() => [
|
|
44
|
+
k("div", {
|
|
45
|
+
class: V(["introduction-card", { "introduction-card-row": e.layout === "accordion" }])
|
|
46
46
|
}, [
|
|
47
|
-
i(a(
|
|
47
|
+
i(a(R), {
|
|
48
48
|
class: "introduction-card-item",
|
|
49
49
|
defaultServerUrl: e.baseServerURL,
|
|
50
50
|
servers: l.servers,
|
|
51
51
|
specification: e.parsedSpec
|
|
52
52
|
}, null, 8, ["defaultServerUrl", "servers", "specification"]),
|
|
53
|
-
i(a(
|
|
53
|
+
i(a(z), {
|
|
54
54
|
class: "introduction-card-item",
|
|
55
55
|
parsedSpec: e.parsedSpec,
|
|
56
56
|
proxy: e.proxy
|
|
57
57
|
}, null, 8, ["parsedSpec", "proxy"]),
|
|
58
|
-
i(a(
|
|
58
|
+
i(a(F), { class: "introduction-card-item" })
|
|
59
59
|
], 2)
|
|
60
60
|
]),
|
|
61
61
|
_: 2
|
|
62
62
|
}, 1032, ["info", "parsedSpec"])) : p(e.$slots, "empty-state", { key: 1 }, void 0, !0),
|
|
63
63
|
e.parsedSpec.tags ? (r(), o(t, { key: 2 }, [
|
|
64
|
-
e.parsedSpec["x-tagGroups"] ? (r(!0), o(t, { key: 0 },
|
|
65
|
-
key:
|
|
64
|
+
e.parsedSpec["x-tagGroups"] ? (r(!0), o(t, { key: 0 }, B(e.parsedSpec["x-tagGroups"], (S) => (r(), s(a(h), {
|
|
65
|
+
key: S.name,
|
|
66
66
|
layout: e.layout,
|
|
67
67
|
spec: e.parsedSpec,
|
|
68
|
-
tags:
|
|
69
|
-
var
|
|
70
|
-
return (
|
|
68
|
+
tags: S.tags.map((d) => {
|
|
69
|
+
var y;
|
|
70
|
+
return (y = e.parsedSpec.tags) == null ? void 0 : y.find(($) => $.name === d);
|
|
71
71
|
}).filter((d) => !!d)
|
|
72
|
-
}, null, 8, ["layout", "spec", "tags"]))), 128)) : (r(), s(a(
|
|
72
|
+
}, null, 8, ["layout", "spec", "tags"]))), 128)) : (r(), s(a(h), {
|
|
73
73
|
key: 1,
|
|
74
74
|
layout: e.layout,
|
|
75
75
|
spec: e.parsedSpec,
|
|
76
76
|
tags: e.parsedSpec.tags
|
|
77
77
|
}, null, 8, ["layout", "spec", "tags"]))
|
|
78
78
|
], 64)) : n("", !0),
|
|
79
|
-
e.parsedSpec.webhooks ? (r(), s(a(
|
|
79
|
+
e.parsedSpec.webhooks ? (r(), s(a(G), {
|
|
80
80
|
key: 3,
|
|
81
81
|
webhooks: e.parsedSpec.webhooks
|
|
82
82
|
}, null, 8, ["webhooks"])) : n("", !0),
|
|
83
|
-
a(
|
|
84
|
-
e.layout === "accordion" ? (r(), s(a(
|
|
83
|
+
a(q)(e.parsedSpec) && !a(w) ? (r(), o(t, { key: 4 }, [
|
|
84
|
+
e.layout === "accordion" ? (r(), s(a(I), {
|
|
85
85
|
key: 0,
|
|
86
|
-
schemas: a(
|
|
87
|
-
}, null, 8, ["schemas"])) : (r(), s(a(
|
|
86
|
+
schemas: a(g)(e.parsedSpec)
|
|
87
|
+
}, null, 8, ["schemas"])) : (r(), s(a(W), {
|
|
88
88
|
key: 1,
|
|
89
|
-
schemas: a(
|
|
89
|
+
schemas: a(g)(e.parsedSpec)
|
|
90
90
|
}, null, 8, ["schemas"]))
|
|
91
91
|
], 64)) : n("", !0),
|
|
92
92
|
p(e.$slots, "end", {}, void 0, !0)
|
|
@@ -96,5 +96,5 @@ const q = /* @__PURE__ */ V('<div class="section-flare" data-v-2ffda479><div cla
|
|
|
96
96
|
}
|
|
97
97
|
});
|
|
98
98
|
export {
|
|
99
|
-
|
|
99
|
+
re as default
|
|
100
100
|
};
|
|
@@ -1,18 +1,9 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
/** Markdown document */
|
|
3
3
|
value?: string;
|
|
4
|
-
}
|
|
4
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
5
5
|
/** Markdown document */
|
|
6
6
|
value?: string;
|
|
7
|
-
}
|
|
7
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
8
|
export default _default;
|
|
9
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
-
type __VLS_TypePropsToOption<T> = {
|
|
11
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
-
} : {
|
|
14
|
-
type: import('vue').PropType<T[K]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
9
|
//# sourceMappingURL=Description.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Description.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Description.vue"],"names":[],"mappings":";IAgJE,wBAAwB;YAChB,MAAM;;IADd,wBAAwB;YAChB,MAAM;;AAmLhB,wBAMG
|
|
1
|
+
{"version":3,"file":"Description.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Description.vue"],"names":[],"mappings":";IAgJE,wBAAwB;YAChB,MAAM;;IADd,wBAAwB;YAChB,MAAM;;AAmLhB,wBAMG"}
|
|
@@ -4,13 +4,13 @@ declare function __VLS_template(): {
|
|
|
4
4
|
aside?(_: {}): any;
|
|
5
5
|
after?(_: {}): any;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
7
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
8
8
|
info: Partial<OpenAPIV2.InfoObject | OpenAPIV3.InfoObject | OpenAPIV3_1.InfoObject>;
|
|
9
9
|
parsedSpec: Spec;
|
|
10
|
-
}
|
|
10
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
11
11
|
info: Partial<OpenAPIV2.InfoObject | OpenAPIV3.InfoObject | OpenAPIV3_1.InfoObject>;
|
|
12
12
|
parsedSpec: Spec;
|
|
13
|
-
}
|
|
13
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
15
15
|
export default _default;
|
|
16
16
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -18,13 +18,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
|
|
|
18
18
|
$slots: S;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
|
-
type __VLS_TypePropsToOption<T> = {
|
|
23
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
24
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
25
|
-
} : {
|
|
26
|
-
type: import('vue').PropType<T[K]>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
21
|
//# sourceMappingURL=Introduction.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Introduction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Introduction.vue"],"names":[],"mappings":"AAmGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAyChD,iBAAS,cAAc;mBAiMK,GAAG;mBACH,GAAG;EAyB9B;AACD,QAAA,MAAM,eAAe;UAlPb,OAAO,CACX,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,GAAG,WAAW,CAAC,UAAU,CACrE;gBACW,IAAI;;UAHV,OAAO,CACX,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,GAAG,WAAW,CAAC,UAAU,CACrE;gBACW,IAAI;
|
|
1
|
+
{"version":3,"file":"Introduction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Introduction.vue"],"names":[],"mappings":"AAmGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAyChD,iBAAS,cAAc;mBAiMK,GAAG;mBACH,GAAG;EAyB9B;AACD,QAAA,MAAM,eAAe;UAlPb,OAAO,CACX,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,GAAG,WAAW,CAAC,UAAU,CACrE;gBACW,IAAI;;UAHV,OAAO,CACX,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,GAAG,WAAW,CAAC,UAAU,CACrE;gBACW,IAAI;iGAqPhB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,46 +1,23 @@
|
|
|
1
1
|
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
3
|
};
|
|
4
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
4
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
5
5
|
id?: string;
|
|
6
6
|
isLazy?: boolean;
|
|
7
7
|
lazyTimeout?: number;
|
|
8
|
-
}
|
|
9
|
-
isLazy: boolean;
|
|
10
|
-
lazyTimeout: number;
|
|
11
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
8
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
12
9
|
id?: string;
|
|
13
10
|
isLazy?: boolean;
|
|
14
11
|
lazyTimeout?: number;
|
|
15
|
-
}>, {
|
|
16
|
-
isLazy: boolean;
|
|
17
|
-
lazyTimeout: number;
|
|
18
|
-
}>>>, {
|
|
12
|
+
}> & Readonly<{}>, {
|
|
19
13
|
isLazy: boolean;
|
|
20
14
|
lazyTimeout: number;
|
|
21
|
-
}, {}>;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
22
16
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
23
17
|
export default _default;
|
|
24
|
-
type __VLS_WithDefaults<P, D> = {
|
|
25
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
26
|
-
default: D[K];
|
|
27
|
-
}> : P[K];
|
|
28
|
-
};
|
|
29
|
-
type __VLS_Prettify<T> = {
|
|
30
|
-
[K in keyof T]: T[K];
|
|
31
|
-
} & {};
|
|
32
18
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
33
19
|
new (): {
|
|
34
20
|
$slots: S;
|
|
35
21
|
};
|
|
36
22
|
};
|
|
37
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
38
|
-
type __VLS_TypePropsToOption<T> = {
|
|
39
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
40
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
41
|
-
} : {
|
|
42
|
-
type: import('vue').PropType<T[K]>;
|
|
43
|
-
required: true;
|
|
44
|
-
};
|
|
45
|
-
};
|
|
46
23
|
//# sourceMappingURL=Lazy.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Lazy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Lazy.vue"],"names":[],"mappings":"AAgHA,iBAAS,cAAc;qBAoBM,GAAG;
|
|
1
|
+
{"version":3,"file":"Lazy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Lazy.vue"],"names":[],"mappings":"AAgHA,iBAAS,cAAc;qBAoBM,GAAG;EAgB/B;AACD,QAAA,MAAM,eAAe;SAlFZ,MAAM;aAEF,OAAO;kBAEF,MAAM;;SAJf,MAAM;aAEF,OAAO;kBAEF,MAAM;;YAFX,OAAO;iBAEF,MAAM;6EAqFtB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAexG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,33 +1,12 @@
|
|
|
1
1
|
import type { Spec } from '@scalar/types/legacy';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
layout?: "accordion" | "default";
|
|
4
4
|
parsedSpec: Spec;
|
|
5
|
-
}
|
|
6
|
-
layout: string;
|
|
7
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
5
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
8
6
|
layout?: "accordion" | "default";
|
|
9
7
|
parsedSpec: Spec;
|
|
10
|
-
}>, {
|
|
11
|
-
layout: string;
|
|
12
|
-
}>>>, {
|
|
8
|
+
}> & Readonly<{}>, {
|
|
13
9
|
layout: "accordion" | "default";
|
|
14
|
-
}, {}>;
|
|
10
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
11
|
export default _default;
|
|
16
|
-
type __VLS_WithDefaults<P, D> = {
|
|
17
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
18
|
-
default: D[K];
|
|
19
|
-
}> : P[K];
|
|
20
|
-
};
|
|
21
|
-
type __VLS_Prettify<T> = {
|
|
22
|
-
[K in keyof T]: T[K];
|
|
23
|
-
} & {};
|
|
24
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
25
|
-
type __VLS_TypePropsToOption<T> = {
|
|
26
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
27
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
28
|
-
} : {
|
|
29
|
-
type: import('vue').PropType<T[K]>;
|
|
30
|
-
required: true;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
12
|
//# sourceMappingURL=Loading.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Loading.vue"],"names":[],"mappings":"AA4NA,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;;aAiChB,WAAW,GAAG,SAAS;gBACpB,IAAI
|
|
1
|
+
{"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Loading.vue"],"names":[],"mappings":"AA4NA,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;;aAiChB,WAAW,GAAG,SAAS;gBACpB,IAAI;;aADP,WAAW,GAAG,SAAS;gBACpB,IAAI;;YADP,WAAW,GAAG,SAAS;;AA6SpC,wBAOG"}
|
|
@@ -1,17 +1,8 @@
|
|
|
1
1
|
import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
|
|
4
|
-
}
|
|
4
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
5
5
|
schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
|
|
6
|
-
}
|
|
6
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
7
|
export default _default;
|
|
8
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
9
|
-
type __VLS_TypePropsToOption<T> = {
|
|
10
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
11
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
12
|
-
} : {
|
|
13
|
-
type: import('vue').PropType<T[K]>;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
8
|
//# sourceMappingURL=Models.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Models.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/Models.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;;cAkBxE,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO;;cAHP,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO;;AAoNb,wBAMG
|
|
1
|
+
{"version":3,"file":"Models.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/Models.vue"],"names":[],"mappings":"AAoGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;;cAkBxE,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO;;cAHP,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO;;AAoNb,wBAMG"}
|