@scalar/api-reference 1.25.36 → 1.25.38
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 +45 -0
- package/README.md +8 -0
- package/dist/browser/standalone.js +14184 -13904
- 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/ApiReferenceLayout.vue.js +3 -3
- package/dist/components/ApiReferenceLayout.vue2.js +85 -82
- 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/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/helpers/provideSymbols.d.ts +2 -0
- package/dist/helpers/provideSymbols.d.ts.map +1 -1
- package/dist/helpers/provideSymbols.js +5 -4
- 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 +55 -54
- 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/fixtures/index.d.ts +0 -1
- package/dist/legacy/fixtures/index.d.ts.map +1 -1
- package/dist/legacy/stores/useOpenApiStore.d.ts.map +1 -1
- 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 +13 -16
- package/dist/components/HelpfulLink.vue.d.ts +0 -25
- package/dist/components/HelpfulLink.vue.d.ts.map +0 -1
- package/dist/legacy/fixtures/httpHeaders.d.ts +0 -6
- package/dist/legacy/fixtures/httpHeaders.d.ts.map +0 -1
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ScalarMarkdown as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { useResponses as
|
|
6
|
-
import { useOperation as
|
|
7
|
-
const
|
|
1
|
+
import { defineComponent as y, openBlock as l, createElementBlock as B, createElementVNode as q, createVNode as t, unref as r, withCtx as o, createTextVNode as a, createBlock as k, createCommentVNode as P } from "vue";
|
|
2
|
+
import { ScalarMarkdown as v } from "@scalar/components";
|
|
3
|
+
import s from "./Parameters.vue.js";
|
|
4
|
+
import w from "./RequestBody.vue.js";
|
|
5
|
+
import { useResponses as C } from "../../../hooks/useResponses.js";
|
|
6
|
+
import { useOperation as N } from "../../../hooks/useOperation.js";
|
|
7
|
+
const V = { class: "endpoint-details" }, D = { class: "endpoint-description" }, x = /* @__PURE__ */ y({
|
|
8
8
|
__name: "EndpointDetails",
|
|
9
9
|
props: {
|
|
10
10
|
operation: {}
|
|
11
11
|
},
|
|
12
|
-
setup(
|
|
13
|
-
const
|
|
14
|
-
return (
|
|
15
|
-
var
|
|
16
|
-
return
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
value:
|
|
12
|
+
setup(u) {
|
|
13
|
+
const n = u, { parameterMap: p } = N(n), { responses: f } = C(n.operation);
|
|
14
|
+
return (m, e) => {
|
|
15
|
+
var i, d;
|
|
16
|
+
return l(), B("div", V, [
|
|
17
|
+
q("div", D, [
|
|
18
|
+
t(r(v), {
|
|
19
|
+
value: m.operation.description,
|
|
20
20
|
withImages: ""
|
|
21
21
|
}, null, 8, ["value"])
|
|
22
22
|
]),
|
|
23
|
-
|
|
24
|
-
parameters:
|
|
23
|
+
t(s, {
|
|
24
|
+
parameters: r(p).path
|
|
25
25
|
}, {
|
|
26
|
-
title:
|
|
26
|
+
title: o(() => e[0] || (e[0] = [
|
|
27
27
|
a("Path Parameters")
|
|
28
|
-
]),
|
|
28
|
+
])),
|
|
29
29
|
_: 1
|
|
30
30
|
}, 8, ["parameters"]),
|
|
31
|
-
|
|
32
|
-
parameters:
|
|
31
|
+
t(s, {
|
|
32
|
+
parameters: r(p).query
|
|
33
33
|
}, {
|
|
34
|
-
title:
|
|
34
|
+
title: o(() => e[1] || (e[1] = [
|
|
35
35
|
a("Query Parameters")
|
|
36
|
-
]),
|
|
36
|
+
])),
|
|
37
37
|
_: 1
|
|
38
38
|
}, 8, ["parameters"]),
|
|
39
|
-
|
|
40
|
-
parameters:
|
|
39
|
+
t(s, {
|
|
40
|
+
parameters: r(p).header
|
|
41
41
|
}, {
|
|
42
|
-
title:
|
|
42
|
+
title: o(() => e[2] || (e[2] = [
|
|
43
43
|
a("Headers")
|
|
44
|
-
]),
|
|
44
|
+
])),
|
|
45
45
|
_: 1
|
|
46
46
|
}, 8, ["parameters"]),
|
|
47
|
-
|
|
48
|
-
parameters:
|
|
47
|
+
t(s, {
|
|
48
|
+
parameters: r(p).body,
|
|
49
49
|
showChildren: ""
|
|
50
50
|
}, {
|
|
51
|
-
title:
|
|
51
|
+
title: o(() => e[3] || (e[3] = [
|
|
52
52
|
a("Body Parameters")
|
|
53
|
-
]),
|
|
53
|
+
])),
|
|
54
54
|
_: 1
|
|
55
55
|
}, 8, ["parameters"]),
|
|
56
|
-
|
|
57
|
-
parameters:
|
|
56
|
+
t(s, {
|
|
57
|
+
parameters: r(p).formData
|
|
58
58
|
}, {
|
|
59
|
-
title:
|
|
59
|
+
title: o(() => e[4] || (e[4] = [
|
|
60
60
|
a("Form Data")
|
|
61
|
-
]),
|
|
61
|
+
])),
|
|
62
62
|
_: 1
|
|
63
63
|
}, 8, ["parameters"]),
|
|
64
|
-
(
|
|
64
|
+
(i = m.operation.information) != null && i.requestBody ? (l(), k(w, {
|
|
65
65
|
key: 0,
|
|
66
|
-
requestBody: (
|
|
66
|
+
requestBody: (d = m.operation.information) == null ? void 0 : d.requestBody
|
|
67
67
|
}, {
|
|
68
|
-
title:
|
|
68
|
+
title: o(() => e[5] || (e[5] = [
|
|
69
69
|
a("Body")
|
|
70
|
-
]),
|
|
70
|
+
])),
|
|
71
71
|
_: 1
|
|
72
|
-
}, 8, ["requestBody"])) :
|
|
73
|
-
|
|
72
|
+
}, 8, ["requestBody"])) : P("", !0),
|
|
73
|
+
t(s, {
|
|
74
74
|
collapsableItems: !0,
|
|
75
|
-
parameters:
|
|
75
|
+
parameters: r(f)
|
|
76
76
|
}, {
|
|
77
|
-
title:
|
|
77
|
+
title: o(() => e[6] || (e[6] = [
|
|
78
78
|
a("Responses")
|
|
79
|
-
]),
|
|
79
|
+
])),
|
|
80
80
|
_: 1
|
|
81
81
|
}, 8, ["parameters"])
|
|
82
82
|
]);
|
|
@@ -84,5 +84,5 @@ const v = { class: "endpoint-details" }, w = { class: "endpoint-description" },
|
|
|
84
84
|
}
|
|
85
85
|
});
|
|
86
86
|
export {
|
|
87
|
-
|
|
87
|
+
x as default
|
|
88
88
|
};
|
|
@@ -1,17 +1,8 @@
|
|
|
1
1
|
import type { TransformedOperation } from '@scalar/types/legacy';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
operation: TransformedOperation;
|
|
4
|
-
}
|
|
4
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
5
5
|
operation: TransformedOperation;
|
|
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=EndpointDetailsCard.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EndpointDetailsCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointDetailsCard.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;eAQ7B,oBAAoB;;eAApB,oBAAoB;;AAqIvD,wBAMG
|
|
1
|
+
{"version":3,"file":"EndpointDetailsCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointDetailsCard.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;eAQ7B,oBAAoB;;eAApB,oBAAoB;;AAqIvD,wBAMG"}
|
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { useOperation as
|
|
5
|
-
import { useResponses as
|
|
6
|
-
const
|
|
1
|
+
import { defineComponent as u, openBlock as f, createElementBlock as y, createVNode as t, unref as a, withCtx as r, createTextVNode as s } from "vue";
|
|
2
|
+
import o from "./Parameters.vue.js";
|
|
3
|
+
import B from "./RequestBody.vue.js";
|
|
4
|
+
import { useOperation as c } from "../../../hooks/useOperation.js";
|
|
5
|
+
import { useResponses as q } from "../../../hooks/useResponses.js";
|
|
6
|
+
const P = { class: "endpoint-details-card" }, N = /* @__PURE__ */ u({
|
|
7
7
|
__name: "EndpointDetailsCard",
|
|
8
8
|
props: {
|
|
9
9
|
operation: {}
|
|
10
10
|
},
|
|
11
|
-
setup(
|
|
12
|
-
const
|
|
13
|
-
return (
|
|
14
|
-
var
|
|
15
|
-
return
|
|
16
|
-
|
|
11
|
+
setup(d) {
|
|
12
|
+
const n = d, { parameterMap: i } = c(n), { responses: m } = q(n.operation);
|
|
13
|
+
return (l, e) => {
|
|
14
|
+
var p;
|
|
15
|
+
return f(), y("div", P, [
|
|
16
|
+
t(o, {
|
|
17
17
|
class: "endpoint-details-card-item",
|
|
18
|
-
parameters: a(
|
|
18
|
+
parameters: a(i).path
|
|
19
19
|
}, {
|
|
20
|
-
title:
|
|
21
|
-
|
|
22
|
-
]),
|
|
20
|
+
title: r(() => e[0] || (e[0] = [
|
|
21
|
+
s("Path Parameters")
|
|
22
|
+
])),
|
|
23
23
|
_: 1
|
|
24
24
|
}, 8, ["parameters"]),
|
|
25
|
-
|
|
25
|
+
t(o, {
|
|
26
26
|
class: "endpoint-details-card-item",
|
|
27
|
-
parameters: a(
|
|
27
|
+
parameters: a(i).query
|
|
28
28
|
}, {
|
|
29
|
-
title:
|
|
30
|
-
|
|
31
|
-
]),
|
|
29
|
+
title: r(() => e[1] || (e[1] = [
|
|
30
|
+
s("Query Parameters")
|
|
31
|
+
])),
|
|
32
32
|
_: 1
|
|
33
33
|
}, 8, ["parameters"]),
|
|
34
|
-
|
|
34
|
+
t(o, {
|
|
35
35
|
class: "endpoint-details-card-item",
|
|
36
|
-
parameters: a(
|
|
36
|
+
parameters: a(i).header
|
|
37
37
|
}, {
|
|
38
|
-
title:
|
|
39
|
-
|
|
40
|
-
]),
|
|
38
|
+
title: r(() => e[2] || (e[2] = [
|
|
39
|
+
s("Headers")
|
|
40
|
+
])),
|
|
41
41
|
_: 1
|
|
42
42
|
}, 8, ["parameters"]),
|
|
43
|
-
|
|
43
|
+
t(B, {
|
|
44
44
|
class: "endpoint-details-card-item",
|
|
45
|
-
requestBody: (
|
|
45
|
+
requestBody: (p = l.operation.information) == null ? void 0 : p.requestBody
|
|
46
46
|
}, {
|
|
47
|
-
title:
|
|
48
|
-
|
|
49
|
-
]),
|
|
47
|
+
title: r(() => e[3] || (e[3] = [
|
|
48
|
+
s("Body")
|
|
49
|
+
])),
|
|
50
50
|
_: 1
|
|
51
51
|
}, 8, ["requestBody"]),
|
|
52
|
-
|
|
52
|
+
t(o, {
|
|
53
53
|
class: "endpoint-details-card-item",
|
|
54
|
-
parameters: a(
|
|
54
|
+
parameters: a(m)
|
|
55
55
|
}, {
|
|
56
|
-
title:
|
|
57
|
-
|
|
58
|
-
]),
|
|
56
|
+
title: r(() => e[4] || (e[4] = [
|
|
57
|
+
s("Responses")
|
|
58
|
+
])),
|
|
59
59
|
_: 1
|
|
60
60
|
}, 8, ["parameters"])
|
|
61
61
|
]);
|
|
@@ -63,5 +63,5 @@ const B = { class: "endpoint-details-card" }, k = /* @__PURE__ */ c({
|
|
|
63
63
|
}
|
|
64
64
|
});
|
|
65
65
|
export {
|
|
66
|
-
|
|
66
|
+
N as default
|
|
67
67
|
};
|
|
@@ -1,18 +1,9 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
path: string;
|
|
3
3
|
deprecated?: boolean;
|
|
4
|
-
}
|
|
4
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
5
5
|
path: string;
|
|
6
6
|
deprecated?: boolean;
|
|
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=EndpointPath.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EndpointPath.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointPath.vue"],"names":[],"mappings":";UA2CQ,MAAM;iBACC,OAAO;;UADd,MAAM;iBACC,OAAO;;AA+DtB,wBAMG
|
|
1
|
+
{"version":3,"file":"EndpointPath.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointPath.vue"],"names":[],"mappings":";UA2CQ,MAAM;iBACC,OAAO;;UADd,MAAM;iBACC,OAAO;;AA+DtB,wBAMG"}
|
|
@@ -1,19 +1,10 @@
|
|
|
1
1
|
import type { TransformedOperation } from '@scalar/types/legacy';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
id?: string;
|
|
4
4
|
operation: TransformedOperation;
|
|
5
|
-
}
|
|
5
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
6
6
|
id?: string;
|
|
7
7
|
operation: TransformedOperation;
|
|
8
|
-
}
|
|
8
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
export default _default;
|
|
10
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
-
type __VLS_TypePropsToOption<T> = {
|
|
12
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
-
} : {
|
|
15
|
-
type: import('vue').PropType<T[K]>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
10
|
//# sourceMappingURL=Operation.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Operation.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/Operation.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;SAoBzD,MAAM;eACA,oBAAoB;;SAD1B,MAAM;eACA,oBAAoB;;AAiPjC,wBAMG
|
|
1
|
+
{"version":3,"file":"Operation.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/Operation.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;SAoBzD,MAAM;eACA,oBAAoB;;SAD1B,MAAM;eACA,oBAAoB;;AAiPjC,wBAMG"}
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
1
|
+
import { defineComponent as s, openBlock as p, createBlock as l, unref as t, withCtx as r, createVNode as o, createTextVNode as m, createCommentVNode as u, createElementVNode as d, normalizeClass as c, toDisplayString as h } from "vue";
|
|
2
|
+
import C from "./EndpointDetails.vue.js";
|
|
3
3
|
import _ from "./EndpointPath.vue.js";
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
const
|
|
4
|
+
import S from "./TestRequestButton.vue.js";
|
|
5
|
+
import k from "../../Section/Section.vue.js";
|
|
6
|
+
import B from "../../Section/SectionContent.vue.js";
|
|
7
|
+
import E from "../../Section/SectionColumns.vue.js";
|
|
8
|
+
import f from "../../Section/SectionColumn.vue.js";
|
|
9
|
+
import N from "../../Badge/Badge.vue.js";
|
|
10
|
+
import V from "../../Section/SectionHeader.vue.js";
|
|
11
|
+
import b from "../../Anchor/Anchor.vue.js";
|
|
12
|
+
import g from "../../../features/ExampleRequest/ExampleRequest.vue.js";
|
|
13
|
+
import v from "../../../features/ExampleResponses/ExampleResponses.vue.js";
|
|
14
|
+
const y = { class: "examples" }, I = /* @__PURE__ */ s({
|
|
15
15
|
__name: "Operation",
|
|
16
16
|
props: {
|
|
17
17
|
id: {},
|
|
18
18
|
operation: {}
|
|
19
19
|
},
|
|
20
|
-
setup(
|
|
21
|
-
return (e,
|
|
20
|
+
setup(R) {
|
|
21
|
+
return (e, n) => (p(), l(t(k), {
|
|
22
22
|
id: e.id,
|
|
23
23
|
label: e.operation.name
|
|
24
24
|
}, {
|
|
25
25
|
default: r(() => [
|
|
26
|
-
o(t(
|
|
26
|
+
o(t(B), null, {
|
|
27
27
|
default: r(() => [
|
|
28
|
-
o(t(
|
|
28
|
+
o(t(E), null, {
|
|
29
29
|
default: r(() => [
|
|
30
|
-
o(t(
|
|
30
|
+
o(t(f), null, {
|
|
31
31
|
default: r(() => {
|
|
32
|
-
var a,
|
|
32
|
+
var a, i;
|
|
33
33
|
return [
|
|
34
|
-
(a = e.operation.information) != null && a.deprecated ? (
|
|
35
|
-
default: r(() => [
|
|
36
|
-
|
|
37
|
-
]),
|
|
34
|
+
(a = e.operation.information) != null && a.deprecated ? (p(), l(t(N), { key: 0 }, {
|
|
35
|
+
default: r(() => n[0] || (n[0] = [
|
|
36
|
+
m(" Deprecated ")
|
|
37
|
+
])),
|
|
38
38
|
_: 1
|
|
39
|
-
})) :
|
|
40
|
-
|
|
41
|
-
class:
|
|
39
|
+
})) : u("", !0),
|
|
40
|
+
d("div", {
|
|
41
|
+
class: c((i = e.operation.information) != null && i.deprecated ? "deprecated" : "")
|
|
42
42
|
}, [
|
|
43
|
-
o(t(
|
|
43
|
+
o(t(V), { level: 3 }, {
|
|
44
44
|
default: r(() => [
|
|
45
|
-
o(t(
|
|
45
|
+
o(t(b), {
|
|
46
46
|
id: e.id ?? ""
|
|
47
47
|
}, {
|
|
48
48
|
default: r(() => [
|
|
49
|
-
|
|
49
|
+
m(h(e.operation.name), 1)
|
|
50
50
|
]),
|
|
51
51
|
_: 1
|
|
52
52
|
}, 8, ["id"])
|
|
@@ -54,15 +54,15 @@ const v = { class: "examples" }, I = /* @__PURE__ */ f({
|
|
|
54
54
|
_: 1
|
|
55
55
|
})
|
|
56
56
|
], 2),
|
|
57
|
-
o(
|
|
57
|
+
o(C, { operation: e.operation }, null, 8, ["operation"])
|
|
58
58
|
];
|
|
59
59
|
}),
|
|
60
60
|
_: 1
|
|
61
61
|
}),
|
|
62
|
-
o(t(
|
|
62
|
+
o(t(f), null, {
|
|
63
63
|
default: r(() => [
|
|
64
|
-
|
|
65
|
-
o(t(
|
|
64
|
+
d("div", y, [
|
|
65
|
+
o(t(g), {
|
|
66
66
|
fallback: "",
|
|
67
67
|
operation: e.operation
|
|
68
68
|
}, {
|
|
@@ -77,11 +77,11 @@ const v = { class: "examples" }, I = /* @__PURE__ */ f({
|
|
|
77
77
|
];
|
|
78
78
|
}),
|
|
79
79
|
footer: r(() => [
|
|
80
|
-
o(
|
|
80
|
+
o(S, { operation: e.operation }, null, 8, ["operation"])
|
|
81
81
|
]),
|
|
82
82
|
_: 1
|
|
83
83
|
}, 8, ["operation"]),
|
|
84
|
-
o(t(
|
|
84
|
+
o(t(v), {
|
|
85
85
|
operation: e.operation,
|
|
86
86
|
style: { "margin-top": "12px" }
|
|
87
87
|
}, null, 8, ["operation"])
|
|
@@ -1,19 +1,10 @@
|
|
|
1
1
|
import type { TransformedOperation } from '@scalar/types/legacy';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
id?: string;
|
|
4
4
|
operation: TransformedOperation;
|
|
5
|
-
}
|
|
5
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
6
6
|
id?: string;
|
|
7
7
|
operation: TransformedOperation;
|
|
8
|
-
}
|
|
8
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
9
|
export default _default;
|
|
10
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
11
|
-
type __VLS_TypePropsToOption<T> = {
|
|
12
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
13
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
14
|
-
} : {
|
|
15
|
-
type: import('vue').PropType<T[K]>;
|
|
16
|
-
required: true;
|
|
17
|
-
};
|
|
18
|
-
};
|
|
19
10
|
//# sourceMappingURL=OperationAccordion.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationAccordion.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/OperationAccordion.vue"],"names":[],"mappings":"AA0NA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;SAiBzD,MAAM;eACA,oBAAoB;;SAD1B,MAAM;eACA,oBAAoB;;AA2QjC,wBAMG
|
|
1
|
+
{"version":3,"file":"OperationAccordion.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/OperationAccordion.vue"],"names":[],"mappings":"AA0NA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;SAiBzD,MAAM;eACA,oBAAoB;;SAD1B,MAAM;eACA,oBAAoB;;AA2QjC,wBAMG"}
|
|
@@ -1,21 +1,12 @@
|
|
|
1
1
|
import type { OpenAPI } from '@scalar/openapi-types';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
headers: {
|
|
4
4
|
[key: string]: OpenAPI.HeaderObject;
|
|
5
5
|
};
|
|
6
|
-
}
|
|
6
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
7
7
|
headers: {
|
|
8
8
|
[key: string]: OpenAPI.HeaderObject;
|
|
9
9
|
};
|
|
10
|
-
}
|
|
10
|
+
}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
11
11
|
export default _default;
|
|
12
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
|
-
type __VLS_TypePropsToOption<T> = {
|
|
14
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
|
-
} : {
|
|
17
|
-
type: import('vue').PropType<T[K]>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
12
|
//# sourceMappingURL=ParameterHeaders.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParameterHeaders.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterHeaders.vue"],"names":[],"mappings":"AA4HA,OAAO,KAAK,EAAE,OAAO,EAA0B,MAAM,uBAAuB,CAAA;;aAOjE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE;;aAAvC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE;;AA8JlD,wBAMG
|
|
1
|
+
{"version":3,"file":"ParameterHeaders.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterHeaders.vue"],"names":[],"mappings":"AA4HA,OAAO,KAAK,EAAE,OAAO,EAA0B,MAAM,uBAAuB,CAAA;;aAOjE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE;;aAAvC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE;;AA8JlD,wBAMG"}
|
|
@@ -1,38 +1,15 @@
|
|
|
1
1
|
import type { Parameters } from '@scalar/types/legacy';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
parameter: Parameters;
|
|
4
4
|
showChildren?: boolean;
|
|
5
5
|
collapsableItems?: boolean;
|
|
6
|
-
}
|
|
7
|
-
showChildren: boolean;
|
|
8
|
-
collapsableItems: boolean;
|
|
9
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
6
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
10
7
|
parameter: Parameters;
|
|
11
8
|
showChildren?: boolean;
|
|
12
9
|
collapsableItems?: boolean;
|
|
13
|
-
}>, {
|
|
14
|
-
showChildren: boolean;
|
|
15
|
-
collapsableItems: boolean;
|
|
16
|
-
}>>>, {
|
|
10
|
+
}> & Readonly<{}>, {
|
|
17
11
|
showChildren: boolean;
|
|
18
12
|
collapsableItems: boolean;
|
|
19
|
-
}, {}>;
|
|
13
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
14
|
export default _default;
|
|
21
|
-
type __VLS_WithDefaults<P, D> = {
|
|
22
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
23
|
-
default: D[K];
|
|
24
|
-
}> : P[K];
|
|
25
|
-
};
|
|
26
|
-
type __VLS_Prettify<T> = {
|
|
27
|
-
[K in keyof T]: T[K];
|
|
28
|
-
} & {};
|
|
29
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
30
|
-
type __VLS_TypePropsToOption<T> = {
|
|
31
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
32
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
33
|
-
} : {
|
|
34
|
-
type: import('vue').PropType<T[K]>;
|
|
35
|
-
required: true;
|
|
36
|
-
};
|
|
37
|
-
};
|
|
38
15
|
//# sourceMappingURL=ParameterItem.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParameterItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterItem.vue"],"names":[],"mappings":"AAyLA,OAAO,KAAK,EAAe,UAAU,EAAE,MAAM,sBAAsB,CAAA;;eAUpD,UAAU;mBACN,OAAO;uBACH,OAAO
|
|
1
|
+
{"version":3,"file":"ParameterItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterItem.vue"],"names":[],"mappings":"AAyLA,OAAO,KAAK,EAAe,UAAU,EAAE,MAAM,sBAAsB,CAAA;;eAUpD,UAAU;mBACN,OAAO;uBACH,OAAO;;eAFf,UAAU;mBACN,OAAO;uBACH,OAAO;;kBADX,OAAO;sBACH,OAAO;;AAgN9B,wBAOG"}
|
|
@@ -2,46 +2,23 @@ import type { Parameters } from '@scalar/types/legacy';
|
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
title?(_: {}): any;
|
|
4
4
|
};
|
|
5
|
-
declare const __VLS_component: import("vue").DefineComponent<
|
|
5
|
+
declare const __VLS_component: import("vue").DefineComponent<{
|
|
6
6
|
parameters?: Parameters[];
|
|
7
7
|
showChildren?: boolean;
|
|
8
8
|
collapsableItems?: boolean;
|
|
9
|
-
}
|
|
10
|
-
showChildren: boolean;
|
|
11
|
-
collapsableItems: boolean;
|
|
12
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
13
10
|
parameters?: Parameters[];
|
|
14
11
|
showChildren?: boolean;
|
|
15
12
|
collapsableItems?: boolean;
|
|
16
|
-
}>, {
|
|
17
|
-
showChildren: boolean;
|
|
18
|
-
collapsableItems: boolean;
|
|
19
|
-
}>>>, {
|
|
13
|
+
}> & Readonly<{}>, {
|
|
20
14
|
showChildren: boolean;
|
|
21
15
|
collapsableItems: boolean;
|
|
22
|
-
}, {}>;
|
|
16
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
17
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
24
18
|
export default _default;
|
|
25
|
-
type __VLS_WithDefaults<P, D> = {
|
|
26
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
27
|
-
default: D[K];
|
|
28
|
-
}> : P[K];
|
|
29
|
-
};
|
|
30
|
-
type __VLS_Prettify<T> = {
|
|
31
|
-
[K in keyof T]: T[K];
|
|
32
|
-
} & {};
|
|
33
19
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
34
20
|
new (): {
|
|
35
21
|
$slots: S;
|
|
36
22
|
};
|
|
37
23
|
};
|
|
38
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
39
|
-
type __VLS_TypePropsToOption<T> = {
|
|
40
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
41
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
42
|
-
} : {
|
|
43
|
-
type: import('vue').PropType<T[K]>;
|
|
44
|
-
required: true;
|
|
45
|
-
};
|
|
46
|
-
};
|
|
47
24
|
//# sourceMappingURL=Parameters.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Parameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/Parameters.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AA4BtD,iBAAS,cAAc;mBA0CI,GAAG;
|
|
1
|
+
{"version":3,"file":"Parameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/Parameters.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AA4BtD,iBAAS,cAAc;mBA0CI,GAAG;EAgB7B;AACD,QAAA,MAAM,eAAe;iBAhFJ,UAAU,EAAE;mBACV,OAAO;uBACH,OAAO;;iBAFb,UAAU,EAAE;mBACV,OAAO;uBACH,OAAO;;kBADX,OAAO;sBACH,OAAO;6EAqF5B,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"}
|