@scalar/api-reference 1.31.18 → 1.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/dist/blocks/helpers/getPointer.d.ts +1 -1
- package/dist/blocks/helpers/getPointer.d.ts.map +1 -1
- package/dist/blocks/hooks/useBlockProps.js +10 -10
- package/dist/browser/standalone.js +14230 -14155
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +122 -124
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +2 -2
- package/dist/components/Content/Content.vue2.js +93 -92
- package/dist/components/Content/Introduction/Introduction.vue.js +1 -1
- package/dist/components/Content/Introduction/Introduction.vue2.js +3 -3
- package/dist/components/Content/Lazy/Loading.vue.d.ts +3 -0
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.js +93 -93
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +1 -1
- package/dist/components/Content/Tag/Tag.vue.js +1 -1
- package/dist/components/Content/Tag/TagList.vue.d.ts +7 -1
- package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagList.vue.js +41 -38
- package/dist/features/Operation/Operation.vue.d.ts +8 -3
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.js +67 -51
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callback.vue.js +2 -2
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +9 -2
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +92 -84
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +10 -3
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +132 -117
- package/dist/features/Search/SearchButton.vue.d.ts +1 -3
- package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchButton.vue.js +19 -19
- package/dist/features/Search/SearchModal.vue.js +2 -2
- package/dist/features/Search/SearchModal.vue2.js +4 -4
- package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
- package/dist/features/Search/useSearchIndex.js +15 -15
- package/dist/features/api-client-modal/ApiClientModal.vue.d.ts.map +1 -0
- package/dist/features/api-client-modal/index.d.ts.map +1 -0
- package/dist/features/{ApiClientModal → api-client-modal}/useApiClient.d.ts +118 -118
- package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -0
- package/dist/features/base-url/BaseUrl.vue.d.ts.map +1 -0
- package/dist/features/base-url/index.d.ts.map +1 -0
- package/dist/features/document-source/hooks/useDocumentFetcher.d.ts.map +1 -0
- package/dist/features/document-source/hooks/useDocumentSource.d.ts.map +1 -0
- package/dist/features/document-source/index.d.ts.map +1 -0
- package/dist/features/download-link/DownloadLink.vue.d.ts.map +1 -0
- package/dist/features/download-link/DownloadLink.vue.js +7 -0
- package/dist/features/download-link/index.d.ts.map +1 -0
- package/dist/features/download-link/openapi-version-symbol.d.ts.map +1 -0
- package/dist/features/example-request/ExamplePicker.vue.d.ts +13 -0
- package/dist/features/example-request/ExamplePicker.vue.d.ts.map +1 -0
- package/dist/features/example-request/ExamplePicker.vue.js +7 -0
- package/dist/features/example-request/ExamplePicker.vue2.js +56 -0
- package/dist/features/example-request/ExampleRequest.vue.d.ts.map +1 -0
- package/dist/features/{ExampleRequest → example-request}/ExampleRequest.vue.js +2 -2
- package/dist/features/{ExampleRequest → example-request}/ExampleRequest.vue2.js +93 -93
- package/dist/features/example-request/TextSelect.vue.d.ts.map +1 -0
- package/dist/features/example-request/index.d.ts.map +1 -0
- package/dist/features/example-responses/ExampleResponse.vue.d.ts.map +1 -0
- package/dist/features/example-responses/ExampleResponse.vue.js +7 -0
- package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -0
- package/dist/features/example-responses/ExampleResponses.vue.js +7 -0
- package/dist/features/{ExampleResponses → example-responses}/ExampleResponses.vue2.js +1 -1
- package/dist/features/example-responses/index.d.ts.map +1 -0
- package/dist/{components/DocumentSelector → features/multiple-documents}/DocumentSelector.vue.d.ts.map +1 -1
- package/dist/features/multiple-documents/index.d.ts +3 -0
- package/dist/features/multiple-documents/index.d.ts.map +1 -0
- package/dist/{hooks → features/multiple-documents}/useMultipleDocuments.d.ts +1 -1
- package/dist/features/multiple-documents/useMultipleDocuments.d.ts.map +1 -0
- package/dist/features/sidebar/components/Sidebar.vue.d.ts.map +1 -0
- package/dist/features/sidebar/components/Sidebar.vue.js +7 -0
- package/dist/{components/Sidebar → features/sidebar/components}/Sidebar.vue2.js +2 -2
- package/dist/{components/Sidebar → features/sidebar/components}/SidebarElement.vue.d.ts +1 -1
- package/dist/features/sidebar/components/SidebarElement.vue.d.ts.map +1 -0
- package/dist/features/sidebar/components/SidebarElement.vue.js +7 -0
- package/dist/{components/Sidebar → features/sidebar/components}/SidebarElement.vue2.js +2 -2
- package/dist/features/sidebar/components/SidebarGroup.vue.d.ts.map +1 -0
- package/dist/features/sidebar/components/SidebarGroup.vue.js +7 -0
- package/dist/features/sidebar/components/SidebarHttpBadge.vue.d.ts.map +1 -0
- package/dist/features/sidebar/components/SidebarHttpBadge.vue.js +7 -0
- package/dist/{components/Sidebar → features/sidebar/components}/SidebarHttpBadge.vue2.js +1 -1
- package/dist/features/sidebar/helpers/create-sidebar.d.ts.map +1 -1
- package/dist/features/sidebar/helpers/create-sidebar.js +8 -8
- package/dist/features/sidebar/index.d.ts +1 -0
- package/dist/features/sidebar/index.d.ts.map +1 -1
- package/dist/features/specification-extension/SpecificationExtension.vue.d.ts.map +1 -0
- package/dist/features/specification-extension/index.d.ts.map +1 -0
- package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -0
- package/dist/features/{TestRequestButton → test-request-button}/TestRequestButton.vue.js +2 -2
- package/dist/features/{TestRequestButton → test-request-button}/TestRequestButton.vue2.js +1 -1
- package/dist/features/test-request-button/index.d.ts.map +1 -0
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-paths.js +21 -20
- package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-schemas.js +14 -14
- package/dist/hooks/useOperationDiscriminator.d.ts +2 -2
- package/dist/hooks/useOperationDiscriminator.d.ts.map +1 -1
- package/dist/hooks/useOperationDiscriminator.js +28 -28
- package/dist/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -5
- package/dist/libs/openapi.d.ts +5 -6
- package/dist/libs/openapi.d.ts.map +1 -1
- package/dist/libs/openapi.js +41 -43
- package/dist/style.css +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.js +110 -65
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts +141 -0
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts +38 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.d.ts +21 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.d.ts +20 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.d.ts +4 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-request-example-block/index.d.ts +2 -0
- package/dist/v2/blocks/scalar-request-example-block/index.d.ts.map +1 -0
- package/dist/v2/blocks/scalar-request-example-block/types.d.ts +21 -0
- package/dist/v2/blocks/scalar-request-example-block/types.d.ts.map +1 -0
- package/package.json +12 -12
- package/dist/components/DocumentSelector/index.d.ts +0 -2
- package/dist/components/DocumentSelector/index.d.ts.map +0 -1
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +0 -1
- package/dist/components/Sidebar/Sidebar.vue.js +0 -7
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +0 -1
- package/dist/components/Sidebar/SidebarElement.vue.js +0 -7
- package/dist/components/Sidebar/SidebarGroup.vue.d.ts.map +0 -1
- package/dist/components/Sidebar/SidebarGroup.vue.js +0 -7
- package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts.map +0 -1
- package/dist/components/Sidebar/SidebarHttpBadge.vue.js +0 -7
- package/dist/components/Sidebar/index.d.ts +0 -2
- package/dist/components/Sidebar/index.d.ts.map +0 -1
- package/dist/components/SpecificationExtension/SpecificationExtension.vue.d.ts.map +0 -1
- package/dist/components/SpecificationExtension/index.d.ts.map +0 -1
- package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +0 -1
- package/dist/features/ApiClientModal/index.d.ts.map +0 -1
- package/dist/features/ApiClientModal/useApiClient.d.ts.map +0 -1
- package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +0 -1
- package/dist/features/BaseUrl/index.d.ts.map +0 -1
- package/dist/features/DocumentSource/hooks/useDocumentFetcher.d.ts.map +0 -1
- package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts.map +0 -1
- package/dist/features/DocumentSource/index.d.ts.map +0 -1
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +0 -1
- package/dist/features/DownloadLink/DownloadLink.vue.js +0 -7
- package/dist/features/DownloadLink/index.d.ts.map +0 -1
- package/dist/features/DownloadLink/openapi-version-symbol.d.ts.map +0 -1
- package/dist/features/ExampleRequest/ExamplePicker.vue.d.ts +0 -10
- package/dist/features/ExampleRequest/ExamplePicker.vue.d.ts.map +0 -1
- package/dist/features/ExampleRequest/ExamplePicker.vue.js +0 -7
- package/dist/features/ExampleRequest/ExamplePicker.vue2.js +0 -59
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +0 -1
- package/dist/features/ExampleRequest/TextSelect.vue.d.ts.map +0 -1
- package/dist/features/ExampleRequest/index.d.ts.map +0 -1
- package/dist/features/ExampleResponses/ExampleResponse.vue.d.ts.map +0 -1
- package/dist/features/ExampleResponses/ExampleResponse.vue.js +0 -7
- package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +0 -1
- package/dist/features/ExampleResponses/ExampleResponses.vue.js +0 -7
- package/dist/features/ExampleResponses/index.d.ts.map +0 -1
- package/dist/features/TestRequestButton/TestRequestButton.vue.d.ts.map +0 -1
- package/dist/features/TestRequestButton/index.d.ts.map +0 -1
- package/dist/hooks/useMultipleDocuments.d.ts.map +0 -1
- /package/dist/features/{ApiClientModal → api-client-modal}/ApiClientModal.vue.d.ts +0 -0
- /package/dist/features/{ApiClientModal → api-client-modal}/ApiClientModal.vue.js +0 -0
- /package/dist/features/{ApiClientModal → api-client-modal}/ApiClientModal.vue2.js +0 -0
- /package/dist/features/{ApiClientModal → api-client-modal}/index.d.ts +0 -0
- /package/dist/features/{ApiClientModal → api-client-modal}/useApiClient.js +0 -0
- /package/dist/features/{BaseUrl → base-url}/BaseUrl.vue.d.ts +0 -0
- /package/dist/features/{BaseUrl → base-url}/BaseUrl.vue.js +0 -0
- /package/dist/features/{BaseUrl → base-url}/BaseUrl.vue2.js +0 -0
- /package/dist/features/{BaseUrl → base-url}/index.d.ts +0 -0
- /package/dist/features/{DocumentSource → document-source}/hooks/useDocumentFetcher.d.ts +0 -0
- /package/dist/features/{DocumentSource → document-source}/hooks/useDocumentFetcher.js +0 -0
- /package/dist/features/{DocumentSource → document-source}/hooks/useDocumentSource.d.ts +0 -0
- /package/dist/features/{DocumentSource → document-source}/hooks/useDocumentSource.js +0 -0
- /package/dist/features/{DocumentSource → document-source}/index.d.ts +0 -0
- /package/dist/features/{DownloadLink → download-link}/DownloadLink.vue.d.ts +0 -0
- /package/dist/features/{DownloadLink → download-link}/DownloadLink.vue2.js +0 -0
- /package/dist/features/{DownloadLink → download-link}/index.d.ts +0 -0
- /package/dist/features/{DownloadLink → download-link}/openapi-version-symbol.d.ts +0 -0
- /package/dist/features/{DownloadLink → download-link}/openapi-version-symbol.js +0 -0
- /package/dist/features/{ExampleRequest → example-request}/ExampleRequest.vue.d.ts +0 -0
- /package/dist/features/{ExampleRequest → example-request}/TextSelect.vue.d.ts +0 -0
- /package/dist/features/{ExampleRequest → example-request}/TextSelect.vue.js +0 -0
- /package/dist/features/{ExampleRequest → example-request}/TextSelect.vue3.js +0 -0
- /package/dist/features/{ExampleRequest → example-request}/index.d.ts +0 -0
- /package/dist/features/{ExampleResponses → example-responses}/ExampleResponse.vue.d.ts +0 -0
- /package/dist/features/{ExampleResponses → example-responses}/ExampleResponse.vue2.js +0 -0
- /package/dist/features/{ExampleResponses → example-responses}/ExampleResponses.vue.d.ts +0 -0
- /package/dist/features/{ExampleResponses → example-responses}/index.d.ts +0 -0
- /package/dist/{components/DocumentSelector → features/multiple-documents}/DocumentSelector.vue.d.ts +0 -0
- /package/dist/{components/DocumentSelector → features/multiple-documents}/DocumentSelector.vue.js +0 -0
- /package/dist/{components/DocumentSelector → features/multiple-documents}/DocumentSelector.vue2.js +0 -0
- /package/dist/{hooks → features/multiple-documents}/useMultipleDocuments.js +0 -0
- /package/dist/{components/Sidebar → features/sidebar/components}/Sidebar.vue.d.ts +0 -0
- /package/dist/{components/Sidebar → features/sidebar/components}/SidebarGroup.vue.d.ts +0 -0
- /package/dist/{components/Sidebar → features/sidebar/components}/SidebarGroup.vue2.js +0 -0
- /package/dist/{components/Sidebar → features/sidebar/components}/SidebarHttpBadge.vue.d.ts +0 -0
- /package/dist/{components/SpecificationExtension → features/specification-extension}/SpecificationExtension.vue.d.ts +0 -0
- /package/dist/{components/SpecificationExtension → features/specification-extension}/SpecificationExtension.vue.js +0 -0
- /package/dist/{components/SpecificationExtension → features/specification-extension}/SpecificationExtension.vue2.js +0 -0
- /package/dist/{components/SpecificationExtension → features/specification-extension}/index.d.ts +0 -0
- /package/dist/features/{TestRequestButton → test-request-button}/TestRequestButton.vue.d.ts +0 -0
- /package/dist/features/{TestRequestButton → test-request-button}/index.d.ts +0 -0
|
@@ -1,101 +1,101 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useWorkspace as
|
|
3
|
-
import { RequestAuth as
|
|
4
|
-
import { ScalarErrorBoundary as
|
|
5
|
-
import { getSlugUid as
|
|
6
|
-
import { useConfig as
|
|
7
|
-
import
|
|
8
|
-
import T from "./Lazy/Loading.vue.js";
|
|
1
|
+
import { defineComponent as D, computed as p, createElementBlock as i, openBlock as r, Fragment as m, createStaticVNode as H, createElementVNode as M, renderSlot as f, createBlock as s, createCommentVNode as n, unref as t, withCtx as W, createVNode as v, normalizeClass as J, renderList as K } from "vue";
|
|
2
|
+
import { useWorkspace as P, useActiveEntities as Q } from "@scalar/api-client/store";
|
|
3
|
+
import { RequestAuth as T } from "@scalar/api-client/views/Request/RequestSection/RequestAuth";
|
|
4
|
+
import { ScalarErrorBoundary as X } from "@scalar/components";
|
|
5
|
+
import { getSlugUid as Y } from "@scalar/oas-utils/transforms";
|
|
6
|
+
import { useConfig as Z } from "../../hooks/useConfig.js";
|
|
7
|
+
import _ from "./Lazy/Loading.vue.js";
|
|
9
8
|
/* empty css */
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
const
|
|
9
|
+
import x from "./Introduction/Introduction.vue.js";
|
|
10
|
+
import ee from "../../features/base-url/BaseUrl.vue.js";
|
|
11
|
+
import te from "./ClientLibraries/ClientLibraries.vue.js";
|
|
12
|
+
import y from "./Tag/TagList.vue.js";
|
|
13
|
+
import oe from "./Models/ModelsAccordion.vue.js";
|
|
14
|
+
import re from "./Models/Models.vue.js";
|
|
15
|
+
const se = { class: "narrow-references-container" }, ae = {
|
|
17
16
|
key: 0,
|
|
18
17
|
class: "scalar-reference-intro-server scalar-client introduction-card-item text-sm leading-normal [--scalar-address-bar-height:0px]"
|
|
19
|
-
},
|
|
18
|
+
}, le = {
|
|
20
19
|
key: 1,
|
|
21
20
|
class: "scalar-reference-intro-auth scalar-client introduction-card-item leading-normal"
|
|
22
|
-
},
|
|
21
|
+
}, Ce = /* @__PURE__ */ D({
|
|
23
22
|
__name: "Content",
|
|
24
23
|
props: {
|
|
25
24
|
document: {},
|
|
26
25
|
parsedSpec: {},
|
|
27
26
|
layout: { default: "modern" }
|
|
28
27
|
},
|
|
29
|
-
setup(
|
|
30
|
-
const
|
|
31
|
-
activeCollection:
|
|
32
|
-
activeEnvVariables:
|
|
33
|
-
activeEnvironment:
|
|
34
|
-
activeWorkspace:
|
|
35
|
-
} =
|
|
28
|
+
setup(L) {
|
|
29
|
+
const j = L, u = Z(), { collections: q, securitySchemes: z, servers: h } = P(), {
|
|
30
|
+
activeCollection: F,
|
|
31
|
+
activeEnvVariables: G,
|
|
32
|
+
activeEnvironment: I,
|
|
33
|
+
activeWorkspace: S
|
|
34
|
+
} = Q(), o = p(() => {
|
|
36
35
|
if (u.value.slug) {
|
|
37
|
-
const e =
|
|
36
|
+
const e = q[Y(u.value.slug)];
|
|
38
37
|
if (e)
|
|
39
38
|
return e;
|
|
40
39
|
}
|
|
41
|
-
return
|
|
42
|
-
}),
|
|
43
|
-
if (
|
|
44
|
-
if (
|
|
45
|
-
const e = h[
|
|
40
|
+
return F.value;
|
|
41
|
+
}), a = p(() => {
|
|
42
|
+
if (o.value) {
|
|
43
|
+
if (o.value.selectedServerUid) {
|
|
44
|
+
const e = h[o.value.selectedServerUid];
|
|
46
45
|
if (e)
|
|
47
46
|
return e;
|
|
48
47
|
}
|
|
49
|
-
return h[
|
|
48
|
+
return h[o.value.servers[0]];
|
|
50
49
|
}
|
|
51
|
-
}),
|
|
52
|
-
() =>
|
|
50
|
+
}), O = p(
|
|
51
|
+
() => j.layout === "classic" ? "after" : "aside"
|
|
53
52
|
);
|
|
54
53
|
return (e, k) => {
|
|
55
|
-
var
|
|
56
|
-
return
|
|
57
|
-
k[0] || (k[0] =
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
54
|
+
var g, C, b, w, A, V, E, U, $, B, N;
|
|
55
|
+
return r(), i(m, null, [
|
|
56
|
+
k[0] || (k[0] = H('<div class="section-flare" data-v-3358908f><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div><div class="section-flare-item" data-v-3358908f></div></div>', 1)),
|
|
57
|
+
M("div", se, [
|
|
58
|
+
f(e.$slots, "start", {}, void 0, !0),
|
|
59
|
+
o.value ? (r(), s(t(_), {
|
|
61
60
|
key: 0,
|
|
62
|
-
|
|
61
|
+
document: e.document,
|
|
62
|
+
collection: o.value,
|
|
63
63
|
layout: e.layout,
|
|
64
64
|
parsedSpec: e.parsedSpec,
|
|
65
|
-
server:
|
|
66
|
-
}, null, 8, ["collection", "layout", "parsedSpec", "server"])) :
|
|
67
|
-
(C = (
|
|
65
|
+
server: a.value
|
|
66
|
+
}, null, 8, ["document", "collection", "layout", "parsedSpec", "server"])) : n("", !0),
|
|
67
|
+
(C = (g = e.document) == null ? void 0 : g.info) != null && C.title || (w = (b = e.document) == null ? void 0 : b.info) != null && w.description ? (r(), s(t(x), {
|
|
68
68
|
key: 1,
|
|
69
69
|
document: e.document
|
|
70
70
|
}, {
|
|
71
|
-
[
|
|
72
|
-
|
|
73
|
-
default:
|
|
74
|
-
var
|
|
71
|
+
[O.value]: W(() => [
|
|
72
|
+
v(t(X), null, {
|
|
73
|
+
default: W(() => {
|
|
74
|
+
var c, l, d;
|
|
75
75
|
return [
|
|
76
|
-
|
|
77
|
-
class:
|
|
76
|
+
M("div", {
|
|
77
|
+
class: J(["introduction-card", { "introduction-card-row": e.layout === "classic" }])
|
|
78
78
|
}, [
|
|
79
|
-
(l = (
|
|
80
|
-
|
|
81
|
-
collection:
|
|
82
|
-
server:
|
|
79
|
+
(l = (c = o.value) == null ? void 0 : c.servers) != null && l.length ? (r(), i("div", ae, [
|
|
80
|
+
v(t(ee), {
|
|
81
|
+
collection: o.value,
|
|
82
|
+
server: a.value
|
|
83
83
|
}, null, 8, ["collection", "server"])
|
|
84
|
-
])) :
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
collection:
|
|
88
|
-
envVariables:
|
|
89
|
-
environment:
|
|
84
|
+
])) : n("", !0),
|
|
85
|
+
o.value && t(S) && Object.keys(t(z) ?? {}).length ? (r(), i("div", le, [
|
|
86
|
+
v(t(T), {
|
|
87
|
+
collection: o.value,
|
|
88
|
+
envVariables: t(G),
|
|
89
|
+
environment: t(I),
|
|
90
90
|
layout: "reference",
|
|
91
|
-
persistAuth:
|
|
92
|
-
selectedSecuritySchemeUids: ((d =
|
|
93
|
-
server:
|
|
91
|
+
persistAuth: t(u).persistAuth,
|
|
92
|
+
selectedSecuritySchemeUids: ((d = o.value) == null ? void 0 : d.selectedSecuritySchemeUids) ?? [],
|
|
93
|
+
server: a.value,
|
|
94
94
|
title: "Authentication",
|
|
95
|
-
workspace:
|
|
95
|
+
workspace: t(S)
|
|
96
96
|
}, null, 8, ["collection", "envVariables", "environment", "persistAuth", "selectedSecuritySchemeUids", "server", "workspace"])
|
|
97
|
-
])) :
|
|
98
|
-
|
|
97
|
+
])) : n("", !0),
|
|
98
|
+
v(t(te), { class: "introduction-card-item scalar-reference-intro-clients" })
|
|
99
99
|
], 2)
|
|
100
100
|
];
|
|
101
101
|
}),
|
|
@@ -103,35 +103,36 @@ const ee = { class: "narrow-references-container" }, re = {
|
|
|
103
103
|
})
|
|
104
104
|
]),
|
|
105
105
|
_: 2
|
|
106
|
-
}, 1032, ["document"])) :
|
|
107
|
-
e.parsedSpec.tags &&
|
|
108
|
-
e.parsedSpec["x-tagGroups"] ? (
|
|
109
|
-
|
|
110
|
-
|
|
106
|
+
}, 1032, ["document"])) : f(e.$slots, "empty-state", { key: 2 }, void 0, !0),
|
|
107
|
+
e.parsedSpec.tags && o.value ? (r(), i(m, { key: 3 }, [
|
|
108
|
+
e.parsedSpec["x-tagGroups"] ? (r(!0), i(m, { key: 0 }, K(e.parsedSpec["x-tagGroups"], (c) => (r(), s(t(y), {
|
|
109
|
+
document: e.document,
|
|
110
|
+
key: c.name,
|
|
111
|
+
collection: o.value,
|
|
111
112
|
layout: e.layout,
|
|
112
|
-
server:
|
|
113
|
+
server: a.value,
|
|
113
114
|
spec: e.parsedSpec,
|
|
114
|
-
tags:
|
|
115
|
+
tags: c.tags.map((l) => {
|
|
115
116
|
var d;
|
|
116
|
-
return (d = e.parsedSpec.tags) == null ? void 0 : d.find((
|
|
117
|
+
return (d = e.parsedSpec.tags) == null ? void 0 : d.find((R) => R.name === l);
|
|
117
118
|
}).filter((l) => !!l)
|
|
118
|
-
}, null, 8, ["collection", "layout", "server", "spec", "tags"]))), 128)) : (
|
|
119
|
+
}, null, 8, ["document", "collection", "layout", "server", "spec", "tags"]))), 128)) : (r(), s(t(y), {
|
|
119
120
|
key: 1,
|
|
120
|
-
collection:
|
|
121
|
+
collection: o.value,
|
|
122
|
+
document: e.document,
|
|
121
123
|
layout: e.layout,
|
|
122
|
-
|
|
123
|
-
server: o.value,
|
|
124
|
+
server: a.value,
|
|
124
125
|
spec: e.parsedSpec,
|
|
125
126
|
tags: e.parsedSpec.tags
|
|
126
|
-
}, null, 8, ["collection", "
|
|
127
|
-
], 64)) :
|
|
128
|
-
(
|
|
127
|
+
}, null, 8, ["collection", "document", "layout", "server", "spec", "tags"]))
|
|
128
|
+
], 64)) : n("", !0),
|
|
129
|
+
(A = e.parsedSpec.webhooks) != null && A.length && o.value ? (r(), s(t(y), {
|
|
129
130
|
key: 4,
|
|
131
|
+
document: e.document,
|
|
130
132
|
id: "webhooks",
|
|
131
|
-
collection:
|
|
133
|
+
collection: o.value,
|
|
132
134
|
layout: e.layout,
|
|
133
|
-
|
|
134
|
-
server: o.value,
|
|
135
|
+
server: a.value,
|
|
135
136
|
spec: e.parsedSpec,
|
|
136
137
|
tags: [
|
|
137
138
|
{
|
|
@@ -140,22 +141,22 @@ const ee = { class: "narrow-references-container" }, re = {
|
|
|
140
141
|
operations: e.parsedSpec.webhooks
|
|
141
142
|
}
|
|
142
143
|
]
|
|
143
|
-
}, null, 8, ["
|
|
144
|
-
|
|
145
|
-
e.layout === "classic" ? (
|
|
144
|
+
}, null, 8, ["document", "collection", "layout", "server", "spec", "tags"])) : n("", !0),
|
|
145
|
+
(E = (V = e.document) == null ? void 0 : V.components) != null && E.schemas && !t(u).hideModels ? (r(), i(m, { key: 5 }, [
|
|
146
|
+
e.layout === "classic" ? (r(), s(t(oe), {
|
|
146
147
|
key: 0,
|
|
147
|
-
schemas:
|
|
148
|
-
}, null, 8, ["schemas"])) : (
|
|
148
|
+
schemas: ($ = (U = e.document) == null ? void 0 : U.components) == null ? void 0 : $.schemas
|
|
149
|
+
}, null, 8, ["schemas"])) : (r(), s(t(re), {
|
|
149
150
|
key: 1,
|
|
150
|
-
schemas:
|
|
151
|
+
schemas: (N = (B = e.document) == null ? void 0 : B.components) == null ? void 0 : N.schemas
|
|
151
152
|
}, null, 8, ["schemas"]))
|
|
152
|
-
], 64)) :
|
|
153
|
-
|
|
153
|
+
], 64)) : n("", !0),
|
|
154
|
+
f(e.$slots, "end", {}, void 0, !0)
|
|
154
155
|
])
|
|
155
156
|
], 64);
|
|
156
157
|
};
|
|
157
158
|
}
|
|
158
159
|
});
|
|
159
160
|
export {
|
|
160
|
-
|
|
161
|
+
Ce as default
|
|
161
162
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Introduction.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-ad2fb148"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as $, inject as D, computed as T, onMounted as _, createBlock as u, openBlock as l, unref as e, withCtx as t, createVNode as n, renderSlot as k, createElementVNode as y, createCommentVNode as m, createTextVNode as a, toDisplayString as f } from "vue";
|
|
2
|
-
import B from "../../../features/
|
|
2
|
+
import B from "../../../features/download-link/DownloadLink.vue.js";
|
|
3
3
|
import { useConfig as E } from "../../../hooks/useConfig.js";
|
|
4
4
|
import { useNavState as A } from "../../../hooks/useNavState.js";
|
|
5
5
|
import H from "./Description.vue.js";
|
|
6
|
-
import { OPENAPI_VERSION_SYMBOL as U } from "../../../features/
|
|
6
|
+
import { OPENAPI_VERSION_SYMBOL as U } from "../../../features/download-link/openapi-version-symbol.js";
|
|
7
7
|
import w from "../../Section/SectionContainer.vue.js";
|
|
8
8
|
import M from "../../Section/Section.vue.js";
|
|
9
9
|
import { DEFAULT_INTRODUCTION_SLUG as P } from "../../../features/traverse-schema/helpers/traverse-description.js";
|
|
@@ -13,7 +13,7 @@ import b from "../../Section/SectionHeader.vue.js";
|
|
|
13
13
|
import j from "../../Section/SectionHeaderTag.vue.js";
|
|
14
14
|
import F from "../../Section/SectionColumns.vue.js";
|
|
15
15
|
import L from "../../Section/SectionColumn.vue.js";
|
|
16
|
-
import O from "
|
|
16
|
+
import O from "../../../features/specification-extension/SpecificationExtension.vue.js";
|
|
17
17
|
const G = { class: "flex gap-1" }, Y = { class: "sticky-cards" }, lo = /* @__PURE__ */ $({
|
|
18
18
|
__name: "Introduction",
|
|
19
19
|
props: {
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import type { Collection, Server } from '@scalar/oas-utils/entities/spec';
|
|
2
|
+
import type { OpenAPIV3_1 } from '@scalar/openapi-types';
|
|
2
3
|
import type { Spec } from '@scalar/types/legacy';
|
|
3
4
|
declare const _default: import("vue").DefineComponent<{
|
|
5
|
+
document: OpenAPIV3_1.Document;
|
|
4
6
|
collection: Collection;
|
|
5
7
|
server?: Server;
|
|
6
8
|
layout?: "modern" | "classic";
|
|
7
9
|
parsedSpec: Spec;
|
|
8
10
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
11
|
+
document: OpenAPIV3_1.Document;
|
|
9
12
|
collection: Collection;
|
|
10
13
|
server?: Server;
|
|
11
14
|
layout?: "modern" | "classic";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Loading.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Loading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Loading.vue"],"names":[],"mappings":"AAkQA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AACzE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;;cAuCf,WAAW,CAAC,QAAQ;gBAClB,UAAU;aACb,MAAM;aACN,QAAQ,GAAG,SAAS;gBACjB,IAAI;;cAJN,WAAW,CAAC,QAAQ;gBAClB,UAAU;aACb,MAAM;aACN,QAAQ,GAAG,SAAS;gBACjB,IAAI;;YADP,QAAQ,GAAG,SAAS;;AAnBjC,wBAuUK"}
|
|
@@ -1,131 +1,131 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { scrollToId as
|
|
3
|
-
import { lazyBus as
|
|
4
|
-
import { useNavState as
|
|
5
|
-
import { getModels as
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
const
|
|
1
|
+
import { defineComponent as H, ref as v, watch as K, onMounted as j, withDirectives as A, createElementBlock as m, openBlock as a, normalizeClass as F, createBlock as p, createCommentVNode as w, Fragment as y, renderList as I, unref as o, withCtx as c, createVNode as _, createTextVNode as $, toDisplayString as q, vShow as G } from "vue";
|
|
2
|
+
import { scrollToId as T } from "@scalar/helpers/dom/scroll-to-id";
|
|
3
|
+
import { lazyBus as J } from "./lazyBus.js";
|
|
4
|
+
import { useNavState as P } from "../../../hooks/useNavState.js";
|
|
5
|
+
import { getModels as S } from "../../../libs/openapi.js";
|
|
6
|
+
import Q from "../Tag/TagSection.vue.js";
|
|
7
|
+
import R from "../../../features/Operation/Operation.vue.js";
|
|
8
|
+
import U from "../../Section/SectionContainer.vue.js";
|
|
9
|
+
import X from "../../Section/Section.vue.js";
|
|
10
|
+
import Y from "../../Section/SectionContent.vue.js";
|
|
11
|
+
import Z from "../../Section/SectionHeader.vue.js";
|
|
12
|
+
import O from "../../Anchor/Anchor.vue.js";
|
|
13
|
+
import ee from "../../Section/SectionHeaderTag.vue.js";
|
|
14
|
+
import te from "../Schema/Schema.vue.js";
|
|
15
|
+
const x = v(!1), he = /* @__PURE__ */ H({
|
|
16
16
|
__name: "Loading",
|
|
17
17
|
props: {
|
|
18
|
+
document: {},
|
|
18
19
|
collection: {},
|
|
19
20
|
server: {},
|
|
20
21
|
layout: { default: "modern" },
|
|
21
22
|
parsedSpec: {}
|
|
22
23
|
},
|
|
23
|
-
setup(
|
|
24
|
-
const
|
|
25
|
-
|
|
26
|
-
);
|
|
27
|
-
W(
|
|
24
|
+
setup(B) {
|
|
25
|
+
const { document: h, collection: C, server: N, layout: z, parsedSpec: f } = B, L = v(!1), k = v([]), b = v([]), { getModelId: V, getSectionId: M, getTagId: D, hash: l, isIntersectionEnabled: g } = P(), W = v(!x.value && z !== "classic" && l.value);
|
|
26
|
+
K(
|
|
28
27
|
() => {
|
|
29
|
-
var
|
|
30
|
-
return (
|
|
28
|
+
var s;
|
|
29
|
+
return (s = f.tags) == null ? void 0 : s.length;
|
|
31
30
|
},
|
|
32
|
-
(
|
|
33
|
-
var e,
|
|
34
|
-
if (!
|
|
31
|
+
(s) => {
|
|
32
|
+
var e, u;
|
|
33
|
+
if (!l.value || typeof s != "number" || !f.tags)
|
|
35
34
|
return;
|
|
36
|
-
const
|
|
37
|
-
if (
|
|
38
|
-
let
|
|
39
|
-
const
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
a = (d = u.parsedSpec.tags[c]) == null ? void 0 : d.operations.findIndex(
|
|
43
|
-
({ id: i }) => i === r.value
|
|
35
|
+
const i = M();
|
|
36
|
+
if (i.startsWith("tag")) {
|
|
37
|
+
let t = 0;
|
|
38
|
+
const d = ((e = f.tags) == null ? void 0 : e.findIndex((r) => D(r) === i)) ?? 0;
|
|
39
|
+
t = (u = f.tags[d]) == null ? void 0 : u.operations.findIndex(
|
|
40
|
+
({ id: r }) => r === l.value
|
|
44
41
|
);
|
|
45
|
-
const
|
|
46
|
-
if (!
|
|
42
|
+
const n = f.tags[d];
|
|
43
|
+
if (!n)
|
|
47
44
|
return;
|
|
48
|
-
|
|
49
|
-
...
|
|
50
|
-
lazyOperations:
|
|
51
|
-
...
|
|
45
|
+
n.name !== "default" && (L.value = i !== l.value && i.startsWith("tag")), k.value.push({
|
|
46
|
+
...n,
|
|
47
|
+
lazyOperations: n.operations.slice(t, t + 2).map((r) => ({
|
|
48
|
+
...r,
|
|
52
49
|
// Prefix the id with lazy- to avoid collisions with the real ids
|
|
53
|
-
id: "lazy-" +
|
|
50
|
+
id: "lazy-" + r.id
|
|
54
51
|
}))
|
|
55
|
-
}),
|
|
56
|
-
} else if (
|
|
57
|
-
const
|
|
58
|
-
if (
|
|
52
|
+
}), l.value.includes("/description/") && (typeof window < "u" && T(l.value), setTimeout(() => g.value = !0, 1e3));
|
|
53
|
+
} else if (l.value.startsWith("model")) {
|
|
54
|
+
const t = Object.keys(S(h) ?? {}), [, d] = l.value.toLowerCase().split("/"), n = l.value === "models" ? 0 : t.findIndex((r) => r.toLowerCase() === d);
|
|
55
|
+
if (n === -1)
|
|
59
56
|
return;
|
|
60
|
-
|
|
57
|
+
b.value = t.slice(n, n + 3);
|
|
61
58
|
} else
|
|
62
|
-
typeof window < "u" &&
|
|
59
|
+
typeof window < "u" && T(l.value), setTimeout(() => g.value = !0, 1e3);
|
|
63
60
|
},
|
|
64
61
|
{ immediate: !0 }
|
|
65
62
|
);
|
|
66
|
-
const
|
|
67
|
-
const
|
|
68
|
-
!
|
|
69
|
-
typeof window < "u" &&
|
|
63
|
+
const E = J.on(({ id: s }) => {
|
|
64
|
+
const i = l.value;
|
|
65
|
+
!i || s !== i || (E(), setTimeout(() => {
|
|
66
|
+
typeof window < "u" && T(i), W.value = !1, x.value = !0, setTimeout(() => {
|
|
70
67
|
g.value = !0;
|
|
71
68
|
}, 1e3);
|
|
72
69
|
}, 300));
|
|
73
70
|
});
|
|
74
|
-
return
|
|
75
|
-
|
|
71
|
+
return j(() => {
|
|
72
|
+
l.value || (x.value = !0, setTimeout(() => {
|
|
76
73
|
g.value = !0;
|
|
77
74
|
}, 1e3));
|
|
78
|
-
}), (
|
|
79
|
-
class:
|
|
80
|
-
"references-loading-hidden-tag":
|
|
81
|
-
"references-loading-top-spacer":
|
|
75
|
+
}), (s, i) => A((a(), m("div", {
|
|
76
|
+
class: F(["references-loading", {
|
|
77
|
+
"references-loading-hidden-tag": L.value,
|
|
78
|
+
"references-loading-top-spacer": k.value.length
|
|
82
79
|
}])
|
|
83
80
|
}, [
|
|
84
|
-
(
|
|
85
|
-
key: e.name +
|
|
81
|
+
(a(!0), m(y, null, I(k.value, (e, u) => (a(), m(y, {
|
|
82
|
+
key: e.name + u
|
|
86
83
|
}, [
|
|
87
|
-
e.operations && e.operations.length > 0 ? (
|
|
84
|
+
e.operations && e.operations.length > 0 ? (a(), p(o(Q), {
|
|
88
85
|
key: 0,
|
|
89
|
-
collection:
|
|
90
|
-
spec:
|
|
86
|
+
collection: C,
|
|
87
|
+
spec: f,
|
|
91
88
|
tag: e
|
|
92
89
|
}, {
|
|
93
|
-
default:
|
|
94
|
-
(
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
90
|
+
default: c(() => [
|
|
91
|
+
(a(!0), m(y, null, I(e.lazyOperations, (t) => (a(), p(o(R), {
|
|
92
|
+
path: t.path,
|
|
93
|
+
method: t.httpVerb,
|
|
94
|
+
isWebhook: t.isWebhook,
|
|
95
|
+
key: t.id,
|
|
96
|
+
id: t.id,
|
|
97
|
+
collection: C,
|
|
98
|
+
layout: z,
|
|
99
|
+
server: N
|
|
100
|
+
}, null, 8, ["path", "method", "isWebhook", "id"]))), 128))
|
|
101
101
|
]),
|
|
102
102
|
_: 2
|
|
103
|
-
}, 1032, ["
|
|
103
|
+
}, 1032, ["tag"])) : w("", !0)
|
|
104
104
|
], 64))), 128)),
|
|
105
|
-
|
|
106
|
-
default:
|
|
107
|
-
(
|
|
105
|
+
b.value.length ? (a(), p(o(U), { key: 0 }, {
|
|
106
|
+
default: c(() => [
|
|
107
|
+
(a(!0), m(y, null, I(b.value, (e) => (a(), p(o(X), {
|
|
108
108
|
key: e,
|
|
109
109
|
label: e
|
|
110
110
|
}, {
|
|
111
|
-
default:
|
|
112
|
-
var
|
|
111
|
+
default: c(() => {
|
|
112
|
+
var u;
|
|
113
113
|
return [
|
|
114
|
-
(
|
|
115
|
-
default:
|
|
116
|
-
var
|
|
114
|
+
(u = o(S)(h)) != null && u[e] ? (a(), p(o(Y), { key: 0 }, {
|
|
115
|
+
default: c(() => {
|
|
116
|
+
var t;
|
|
117
117
|
return [
|
|
118
|
-
|
|
119
|
-
default:
|
|
120
|
-
|
|
121
|
-
id: "lazy-" + o(
|
|
118
|
+
_(o(Z), null, {
|
|
119
|
+
default: c(() => [
|
|
120
|
+
_(o(O), {
|
|
121
|
+
id: "lazy-" + o(V)({ name: e })
|
|
122
122
|
}, {
|
|
123
|
-
default:
|
|
124
|
-
|
|
125
|
-
default:
|
|
126
|
-
var
|
|
123
|
+
default: c(() => [
|
|
124
|
+
_(o(ee), { level: 2 }, {
|
|
125
|
+
default: c(() => {
|
|
126
|
+
var d;
|
|
127
127
|
return [
|
|
128
|
-
|
|
128
|
+
$(q(((d = o(S)(h)) == null ? void 0 : d[e]).title ?? e), 1)
|
|
129
129
|
];
|
|
130
130
|
}),
|
|
131
131
|
_: 2
|
|
@@ -136,27 +136,27 @@ const C = v(!1), pe = /* @__PURE__ */ V({
|
|
|
136
136
|
]),
|
|
137
137
|
_: 2
|
|
138
138
|
}, 1024),
|
|
139
|
-
|
|
139
|
+
_(o(te), {
|
|
140
140
|
name: e,
|
|
141
141
|
noncollapsible: "",
|
|
142
|
-
value: (
|
|
142
|
+
value: (t = o(S)(h)) == null ? void 0 : t[e]
|
|
143
143
|
}, null, 8, ["name", "value"])
|
|
144
144
|
];
|
|
145
145
|
}),
|
|
146
146
|
_: 2
|
|
147
|
-
}, 1024)) :
|
|
147
|
+
}, 1024)) : w("", !0)
|
|
148
148
|
];
|
|
149
149
|
}),
|
|
150
150
|
_: 2
|
|
151
151
|
}, 1032, ["label"]))), 128))
|
|
152
152
|
]),
|
|
153
153
|
_: 1
|
|
154
|
-
})) :
|
|
154
|
+
})) : w("", !0)
|
|
155
155
|
], 2)), [
|
|
156
|
-
[
|
|
156
|
+
[G, W.value]
|
|
157
157
|
]);
|
|
158
158
|
}
|
|
159
159
|
});
|
|
160
160
|
export {
|
|
161
|
-
|
|
161
|
+
he as default
|
|
162
162
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SchemaProperty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaProperty.vue"],"names":[],"mappings":"AAupBA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,KAAK,CAAA;
|
|
1
|
+
{"version":3,"file":"SchemaProperty.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaProperty.vue"],"names":[],"mappings":"AAupBA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,KAAK,CAAA;AAMtD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAWjE;;;;;GAKG;AAEH,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,oBAAoB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC7C,yBAAyB,CAAC,EAAE,MAAM,CAAA;IAClC,eAAe,CAAC,EAAE,OAAO,CAAA;CAC1B,CAAC;;;;;;cAZW,OAAO;WAFV,MAAM;aAGJ,OAAO;oBAKA,OAAO;kBADT,OAAO;;AAipB1B,0BASG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SchemaProperty.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-dfae5bed"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|
|
@@ -7,7 +7,7 @@ import T from "./Schema.vue.js";
|
|
|
7
7
|
import U from "./SchemaComposition.vue.js";
|
|
8
8
|
import se from "./SchemaDiscriminator.vue.js";
|
|
9
9
|
import le from "./SchemaPropertyHeading.vue.js";
|
|
10
|
-
import me from "
|
|
10
|
+
import me from "../../../features/specification-extension/SpecificationExtension.vue.js";
|
|
11
11
|
const pe = {
|
|
12
12
|
key: 1,
|
|
13
13
|
class: "property-description"
|
|
@@ -11,7 +11,7 @@ import V from "../../Section/SectionHeaderTag.vue.js";
|
|
|
11
11
|
import b from "../../Section/SectionContent.vue.js";
|
|
12
12
|
import D from "../../Section/SectionColumns.vue.js";
|
|
13
13
|
import s from "../../Section/SectionColumn.vue.js";
|
|
14
|
-
import H from "
|
|
14
|
+
import H from "../../../features/specification-extension/SpecificationExtension.vue.js";
|
|
15
15
|
const P = /* @__PURE__ */ C({
|
|
16
16
|
__name: "Tag",
|
|
17
17
|
props: {
|