@scalar/api-reference 1.28.5 → 1.28.6
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 +25 -0
- package/dist/browser/standalone.js +6206 -6147
- 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/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
- 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 +57 -55
- package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Description.vue.js +2 -2
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.js +2 -2
- package/dist/components/Content/Introduction/Introduction.vue2.js +24 -24
- package/dist/components/Content/Lazy/Lazy.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.js +4 -2
- package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/Models.vue.js +2 -2
- package/dist/components/Content/Models/Models.vue2.js +18 -17
- package/dist/components/Content/Schema/Schema.vue.d.ts +1 -0
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +4 -4
- package/dist/components/Content/Schema/Schema.vue2.js +79 -67
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts +12 -0
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +1 -0
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +7 -0
- package/dist/components/Content/Schema/SchemaDiscriminator.vue2.js +109 -0
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaHeading.vue2.js +26 -31
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +3 -0
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +143 -141
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +83 -99
- package/dist/components/Content/Tag/OperationsList.vue.js +2 -2
- package/dist/components/Content/Tag/OperationsList.vue2.js +3 -3
- package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/Tag.vue.js +41 -36
- package/dist/components/Content/Tag/TagList.vue.d.ts +2 -0
- package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagList.vue.js +38 -36
- package/dist/components/Content/Tag/TagSection.vue.js +2 -2
- package/dist/components/Content/Tag/TagSection.vue2.js +3 -3
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/Layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/components/Layouts/ModernLayout.vue.js +1 -1
- package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
- package/dist/components/Section/CompactSection.vue.js +2 -2
- package/dist/components/Section/Section.vue.d.ts.map +1 -1
- package/dist/components/Section/Section.vue.js +2 -2
- package/dist/components/Section/SectionHeaderTag.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionHeaderTag.vue.js +2 -2
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +2 -2
- package/dist/components/Sidebar/Sidebar.vue2.js +2 -1
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.js +1 -1
- package/dist/components/Sidebar/SidebarElement.vue2.js +2 -1
- package/dist/esm.d.ts.map +1 -1
- package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/features/ApiClientModal/useApiClient.d.ts +2 -4
- package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
- package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/BaseUrl.vue.js +2 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.js +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue2.js +2 -1
- package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/features/ExampleResponses/ExampleResponses.vue.js +3 -3
- package/dist/features/ExampleResponses/ExampleResponses.vue2.js +6 -8
- package/dist/features/Operation/Operation.vue.d.ts +2 -0
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.js +13 -10
- package/dist/features/Operation/Webhooks.vue.d.ts.map +1 -1
- package/dist/features/Operation/Webhooks.vue.js +2 -2
- package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ContentTypeSelect.vue.js +4 -4
- package/dist/features/Operation/components/OperationParameters.vue.d.ts +2 -0
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.js +37 -31
- package/dist/features/Operation/components/OperationResponses.vue.d.ts +2 -0
- package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationResponses.vue.js +15 -13
- package/dist/features/Operation/components/ParameterList.vue.d.ts +2 -0
- package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterList.vue.js +2 -2
- package/dist/features/Operation/components/ParameterList.vue2.js +14 -12
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts +2 -0
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +2 -2
- package/dist/features/Operation/components/ParameterListItem.vue2.js +20 -18
- package/dist/features/Operation/components/RequestBody.vue.d.ts +2 -0
- package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/RequestBody.vue.js +2 -2
- package/dist/features/Operation/components/RequestBody.vue2.js +20 -18
- package/dist/features/Operation/hooks/useResponses.d.ts.map +1 -1
- package/dist/features/Operation/hooks/useResponses.js +2 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +2 -0
- 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 +29 -24
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +2 -0
- 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 +66 -56
- package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchModal.vue.js +2 -2
- package/dist/features/Search/SearchModal.vue2.js +2 -1
- package/dist/helpers/index.d.ts +4 -4
- package/dist/helpers/scrollToId.d.ts.map +1 -1
- package/dist/helpers/specHelpers.js +15 -14
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/useMultipleDocuments.d.ts +1 -0
- package/dist/hooks/useMultipleDocuments.d.ts.map +1 -1
- package/dist/hooks/useNavState.d.ts.map +1 -1
- package/dist/hooks/useNavState.js +2 -1
- package/dist/hooks/useReactiveSpec.d.ts.map +1 -1
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/hooks/useSidebar.js +3 -2
- package/dist/index.d.ts +6 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +39 -76
- package/dist/libs/operation.d.ts.map +1 -1
- package/dist/standalone/lib/html-api.d.ts +4 -4
- package/dist/standalone/lib/html-api.d.ts.map +1 -1
- package/dist/stores/useHttpClientStore.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +9 -8
- package/dist/helpers/getVariableNames.js +0 -7
- package/dist/helpers/hasSecuritySchemes.js +0 -7
- package/dist/helpers/mapFromObject.js +0 -7
- package/dist/helpers/mergeAllObjects.js +0 -7
- package/dist/hooks/useClientStore.js +0 -5
- package/dist/hooks/useRefOnMount.js +0 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ApiReferenceLayout.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReferenceLayout.vue"],"names":[],"mappings":"AA0nBA,OAAO,EAGL,KAAK,OAAO,EACb,MAAM,gBAAgB,CAAA;AA6BvB,OAAO,KAAK,EACV,oBAAoB,EAEpB,kBAAkB,EACnB,MAAM,SAAS,CAAA;AAIhB,KAAK,WAAW,GAAG,IAAI,CAAC,oBAAoB,EAAE,QAAQ,CAAC,CAAC;AAoRxD,iBAAS,cAAc;WAoPT,OAAO,IAA6B;;wBA/eZ,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;;wBAA1B,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;wBAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;iCAA1B,kBAAkB,KAAK,GAAG;+BAA1B,kBAAkB,KAAK,GAAG;;;;;;EAof/D;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;YAliBqB,OAAO;eAAS,MAAM;;;;;;;;YAAtB,OAAO;eAAS,MAAM;;;;;;kFAyiB9D,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -2,7 +2,7 @@ import o from "./ApiReferenceLayout.vue2.js";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import t from "../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const
|
|
5
|
+
const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-09b1dd2e"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
a as default
|
|
8
8
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientLibraries.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientLibraries.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ClientLibraries.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientLibraries.vue"],"names":[],"mappings":";AAmTA,wBAKG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ClientLibraries.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const i = /* @__PURE__ */ r(o, [["__scopeId", "data-v-a8ebef7d"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
i as default
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AA0RA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAiBhD,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,IAAI,CAAA;IAChB,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;CAC9B,CAAC;AAyDJ,iBAAS,cAAc;WA6NT,OAAO,IAA6B;;uBAVvB,GAAG;+BACM,GAAG;qBACb,GAAG;;;;EAa5B;AA6BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA1TR,QAAQ,GAAG,SAAS;6EAiU/B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -2,7 +2,7 @@ import o from "./Content.vue2.js";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const
|
|
5
|
+
const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-c1080683"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
a as default
|
|
8
8
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as F, computed as p, openBlock as
|
|
1
|
+
import { defineComponent as F, computed as p, openBlock as t, createElementBlock as i, Fragment as u, createStaticVNode as G, createElementVNode as V, renderSlot as m, createBlock as a, unref as r, createCommentVNode as l, withCtx as E, createVNode as v, normalizeClass as I, renderList as O } from "vue";
|
|
2
2
|
import { useWorkspace as R, useActiveEntities as D } from "@scalar/api-client/store";
|
|
3
3
|
import { RequestAuth as H } from "@scalar/api-client/views/Request/RequestSection/RequestAuth";
|
|
4
4
|
import { ScalarErrorBoundary as J } from "@scalar/components";
|
|
@@ -9,94 +9,95 @@ import Q from "./Lazy/Loading.vue.js";
|
|
|
9
9
|
import T from "./Introduction/Introduction.vue.js";
|
|
10
10
|
import X from "../../features/BaseUrl/BaseUrl.vue.js";
|
|
11
11
|
import Y from "./ClientLibraries/ClientLibraries.vue.js";
|
|
12
|
-
import
|
|
12
|
+
import U from "./Tag/TagList.vue.js";
|
|
13
13
|
import Z from "../../features/Operation/Webhooks.vue.js";
|
|
14
14
|
import _ from "./Models/ModelsAccordion.vue.js";
|
|
15
15
|
import x from "./Models/Models.vue.js";
|
|
16
16
|
import { useSidebar as ee } from "../../hooks/useSidebar.js";
|
|
17
|
+
import { getModels as f } from "../../helpers/getModels.js";
|
|
17
18
|
import { hasModels as re } from "../../helpers/hasModels.js";
|
|
18
|
-
|
|
19
|
-
const te = { class: "narrow-references-container" }, se = {
|
|
19
|
+
const se = { class: "narrow-references-container" }, te = {
|
|
20
20
|
key: 0,
|
|
21
21
|
class: "scalar-client introduction-card-item divide-y text-sm [--scalar-address-bar-height:0px]"
|
|
22
|
-
},
|
|
22
|
+
}, ae = {
|
|
23
23
|
key: 1,
|
|
24
24
|
class: "scalar-client introduction-card-item"
|
|
25
|
-
},
|
|
25
|
+
}, we = /* @__PURE__ */ F({
|
|
26
26
|
__name: "Content",
|
|
27
27
|
props: {
|
|
28
28
|
parsedSpec: {},
|
|
29
29
|
layout: { default: "modern" }
|
|
30
30
|
},
|
|
31
31
|
setup($) {
|
|
32
|
-
const M = $,
|
|
32
|
+
const M = $, S = P(), { hideModels: A } = ee(), { collections: B, securitySchemes: N, servers: y } = R(), {
|
|
33
33
|
activeCollection: W,
|
|
34
34
|
activeEnvVariables: L,
|
|
35
35
|
activeEnvironment: j,
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
36
|
+
activeWorkspace: h
|
|
37
|
+
} = D(), s = p(() => {
|
|
38
|
+
if (S.value.slug) {
|
|
39
|
+
const e = B[K(S.value.slug)];
|
|
40
|
+
if (e)
|
|
41
|
+
return e;
|
|
42
42
|
}
|
|
43
43
|
return W.value;
|
|
44
44
|
}), c = p(() => {
|
|
45
|
-
if (
|
|
46
|
-
if (
|
|
47
|
-
const e =
|
|
48
|
-
if (e)
|
|
45
|
+
if (s.value) {
|
|
46
|
+
if (s.value.selectedServerUid) {
|
|
47
|
+
const e = y[s.value.selectedServerUid];
|
|
48
|
+
if (e)
|
|
49
|
+
return e;
|
|
49
50
|
}
|
|
50
|
-
return
|
|
51
|
+
return y[s.value.servers[0]];
|
|
51
52
|
}
|
|
52
53
|
}), q = p(
|
|
53
54
|
() => M.layout === "classic" ? "after" : "aside"
|
|
54
55
|
);
|
|
55
56
|
return (e, k) => {
|
|
56
|
-
var
|
|
57
|
-
return
|
|
58
|
-
k[0] || (k[0] = G('<div class="section-flare" data-v-
|
|
59
|
-
|
|
57
|
+
var g, b, C, w;
|
|
58
|
+
return t(), i(u, null, [
|
|
59
|
+
k[0] || (k[0] = G('<div class="section-flare" data-v-c1080683><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div><div class="section-flare-item" data-v-c1080683></div></div>', 1)),
|
|
60
|
+
V("div", se, [
|
|
60
61
|
m(e.$slots, "start", {}, void 0, !0),
|
|
61
|
-
|
|
62
|
+
s.value ? (t(), a(r(Q), {
|
|
62
63
|
key: 0,
|
|
63
|
-
collection:
|
|
64
|
+
collection: s.value,
|
|
64
65
|
layout: e.layout,
|
|
65
66
|
parsedSpec: e.parsedSpec,
|
|
66
67
|
server: c.value
|
|
67
68
|
}, null, 8, ["collection", "layout", "parsedSpec", "server"])) : l("", !0),
|
|
68
|
-
(b = (
|
|
69
|
+
(b = (g = e.parsedSpec) == null ? void 0 : g.info) != null && b.title || (w = (C = e.parsedSpec) == null ? void 0 : C.info) != null && w.description ? (t(), a(r(T), {
|
|
69
70
|
key: 1,
|
|
70
71
|
info: e.parsedSpec.info,
|
|
71
72
|
parsedSpec: e.parsedSpec
|
|
72
73
|
}, {
|
|
73
|
-
[q.value]:
|
|
74
|
-
|
|
75
|
-
default:
|
|
76
|
-
var n,
|
|
74
|
+
[q.value]: E(() => [
|
|
75
|
+
v(r(J), null, {
|
|
76
|
+
default: E(() => {
|
|
77
|
+
var n, o, d;
|
|
77
78
|
return [
|
|
78
|
-
|
|
79
|
+
V("div", {
|
|
79
80
|
class: I(["introduction-card", { "introduction-card-row": e.layout === "classic" }])
|
|
80
81
|
}, [
|
|
81
|
-
(
|
|
82
|
-
|
|
83
|
-
collection:
|
|
82
|
+
(o = (n = s.value) == null ? void 0 : n.servers) != null && o.length ? (t(), i("div", te, [
|
|
83
|
+
v(r(X), {
|
|
84
|
+
collection: s.value,
|
|
84
85
|
server: c.value
|
|
85
86
|
}, null, 8, ["collection", "server"])
|
|
86
87
|
])) : l("", !0),
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
collection:
|
|
88
|
+
s.value && r(h) && Object.keys(r(N) ?? {}).length ? (t(), i("div", ae, [
|
|
89
|
+
v(r(H), {
|
|
90
|
+
collection: s.value,
|
|
90
91
|
envVariables: r(L),
|
|
91
92
|
environment: r(j),
|
|
92
93
|
layout: "reference",
|
|
93
|
-
selectedSecuritySchemeUids: ((d =
|
|
94
|
+
selectedSecuritySchemeUids: ((d = s.value) == null ? void 0 : d.selectedSecuritySchemeUids) ?? [],
|
|
94
95
|
server: c.value,
|
|
95
96
|
title: "Authentication",
|
|
96
|
-
workspace: r(
|
|
97
|
+
workspace: r(h)
|
|
97
98
|
}, null, 8, ["collection", "envVariables", "environment", "selectedSecuritySchemeUids", "server", "workspace"])
|
|
98
99
|
])) : l("", !0),
|
|
99
|
-
|
|
100
|
+
v(r(Y), { class: "introduction-card-item" })
|
|
100
101
|
], 2)
|
|
101
102
|
];
|
|
102
103
|
}),
|
|
@@ -105,37 +106,38 @@ const te = { class: "narrow-references-container" }, se = {
|
|
|
105
106
|
]),
|
|
106
107
|
_: 2
|
|
107
108
|
}, 1032, ["info", "parsedSpec"])) : m(e.$slots, "empty-state", { key: 2 }, void 0, !0),
|
|
108
|
-
e.parsedSpec.tags &&
|
|
109
|
-
e.parsedSpec["x-tagGroups"] ? (
|
|
109
|
+
e.parsedSpec.tags && s.value ? (t(), i(u, { key: 3 }, [
|
|
110
|
+
e.parsedSpec["x-tagGroups"] ? (t(!0), i(u, { key: 0 }, O(e.parsedSpec["x-tagGroups"], (n) => (t(), a(r(U), {
|
|
110
111
|
key: n.name,
|
|
111
|
-
collection:
|
|
112
|
+
collection: s.value,
|
|
112
113
|
layout: e.layout,
|
|
113
114
|
server: c.value,
|
|
114
115
|
spec: e.parsedSpec,
|
|
115
|
-
tags: n.tags.map((
|
|
116
|
+
tags: n.tags.map((o) => {
|
|
116
117
|
var d;
|
|
117
|
-
return (d = e.parsedSpec.tags) == null ? void 0 : d.find((z) => z.name ===
|
|
118
|
-
}).filter((
|
|
119
|
-
}, null, 8, ["collection", "layout", "server", "spec", "tags"]))), 128)) : (
|
|
118
|
+
return (d = e.parsedSpec.tags) == null ? void 0 : d.find((z) => z.name === o);
|
|
119
|
+
}).filter((o) => !!o)
|
|
120
|
+
}, null, 8, ["collection", "layout", "server", "spec", "tags"]))), 128)) : (t(), a(r(U), {
|
|
120
121
|
key: 1,
|
|
121
|
-
collection:
|
|
122
|
+
collection: s.value,
|
|
122
123
|
layout: e.layout,
|
|
124
|
+
schemas: r(f)(e.parsedSpec),
|
|
123
125
|
server: c.value,
|
|
124
126
|
spec: e.parsedSpec,
|
|
125
127
|
tags: e.parsedSpec.tags
|
|
126
|
-
}, null, 8, ["collection", "layout", "server", "spec", "tags"]))
|
|
128
|
+
}, null, 8, ["collection", "layout", "schemas", "server", "spec", "tags"]))
|
|
127
129
|
], 64)) : l("", !0),
|
|
128
|
-
e.parsedSpec.webhooks ? (
|
|
130
|
+
e.parsedSpec.webhooks ? (t(), a(r(Z), {
|
|
129
131
|
key: 4,
|
|
130
132
|
webhooks: e.parsedSpec.webhooks
|
|
131
133
|
}, null, 8, ["webhooks"])) : l("", !0),
|
|
132
|
-
r(re)(e.parsedSpec) && !r(A) ? (
|
|
133
|
-
e.layout === "classic" ? (
|
|
134
|
+
r(re)(e.parsedSpec) && !r(A) ? (t(), i(u, { key: 5 }, [
|
|
135
|
+
e.layout === "classic" ? (t(), a(r(_), {
|
|
134
136
|
key: 0,
|
|
135
|
-
schemas: r(
|
|
136
|
-
}, null, 8, ["schemas"])) : (
|
|
137
|
+
schemas: r(f)(e.parsedSpec)
|
|
138
|
+
}, null, 8, ["schemas"])) : (t(), a(r(x), {
|
|
137
139
|
key: 1,
|
|
138
|
-
schemas: r(
|
|
140
|
+
schemas: r(f)(e.parsedSpec)
|
|
139
141
|
}, null, 8, ["schemas"]))
|
|
140
142
|
], 64)) : l("", !0),
|
|
141
143
|
m(e.$slots, "end", {}, void 0, !0)
|
|
@@ -145,5 +147,5 @@ const te = { class: "narrow-references-container" }, se = {
|
|
|
145
147
|
}
|
|
146
148
|
});
|
|
147
149
|
export {
|
|
148
|
-
|
|
150
|
+
we as default
|
|
149
151
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Description.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Description.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Description.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Description.vue"],"names":[],"mappings":"AAqIA,KAAK,WAAW,GAAG;IACjB,wBAAwB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;;AA2KF,wBAMG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Description.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-62dad0f5"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Introduction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Introduction.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Introduction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Introduction.vue"],"names":[],"mappings":"AAuGA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAqBhD,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,OAAO,CACX,SAAS,CAAC,UAAU,GAAG,SAAS,CAAC,UAAU,GAAG,WAAW,CAAC,UAAU,CACrE,CAAA;IACD,UAAU,EAAE,IAAI,CAAA;CACjB,CAAC;AAwCF,iBAAS,cAAc;WAkJT,OAAO,IAA6B;;uBATtB,GAAG;uBACH,GAAG;;;;EAa9B;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -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
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1b925a7d"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
import { defineComponent as V, computed as s, onMounted as $, openBlock as l, createBlock as a, unref as o, withCtx as t, createVNode as r, createElementVNode as
|
|
1
|
+
import { defineComponent as V, computed as s, onMounted as $, openBlock as l, createBlock as a, unref as o, withCtx as t, createVNode as r, createElementVNode as S, createTextVNode as d, toDisplayString as f, createCommentVNode as u, renderSlot as _ } from "vue";
|
|
2
2
|
import w from "github-slugger";
|
|
3
3
|
import { useConfig as N } from "../../../hooks/useConfig.js";
|
|
4
4
|
import B from "../../../features/DownloadLink/DownloadLink.vue.js";
|
|
5
5
|
import D from "./Description.vue.js";
|
|
6
6
|
import H from "../../Section/SectionContainer.vue.js";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
7
|
+
import L from "../../Section/Section.vue.js";
|
|
8
|
+
import b from "../../Section/SectionContent.vue.js";
|
|
9
|
+
import C from "../../Badge/Badge.vue.js";
|
|
10
10
|
import A from "../../Section/SectionHeader.vue.js";
|
|
11
11
|
import E from "../../Section/SectionHeaderTag.vue.js";
|
|
12
12
|
import F from "../../Section/SectionColumns.vue.js";
|
|
13
|
-
import
|
|
13
|
+
import k from "../../Section/SectionColumn.vue.js";
|
|
14
14
|
const G = { class: "flex gap-1" }, I = { class: "sticky-cards" }, Y = /* @__PURE__ */ V({
|
|
15
15
|
__name: "Introduction",
|
|
16
16
|
props: {
|
|
17
17
|
info: {},
|
|
18
18
|
parsedSpec: {}
|
|
19
19
|
},
|
|
20
|
-
setup(
|
|
21
|
-
const i =
|
|
20
|
+
setup(y) {
|
|
21
|
+
const i = y, p = s(
|
|
22
22
|
() => {
|
|
23
23
|
var e, n;
|
|
24
24
|
return ((e = i.parsedSpec) == null ? void 0 : e.openapi) ?? ((n = i.parsedSpec) == null ? void 0 : n.swagger) ?? "";
|
|
25
25
|
}
|
|
26
|
-
),
|
|
26
|
+
), h = new w(), T = s(() => {
|
|
27
27
|
var e;
|
|
28
|
-
return
|
|
28
|
+
return h.slug(((e = i.info) == null ? void 0 : e.title) ?? "");
|
|
29
29
|
}), m = s(() => {
|
|
30
30
|
var e, n;
|
|
31
31
|
return typeof ((e = i.info) == null ? void 0 : e.version) == "string" ? i.info.version.toString().match(/^\d/) ? `v${i.info.version}` : i.info.version : typeof ((n = i.info) == null ? void 0 : n.version) == "number" ? `v${i.info.version}` : void 0;
|
|
32
|
-
}),
|
|
32
|
+
}), c = N();
|
|
33
33
|
return $(() => {
|
|
34
34
|
var e, n;
|
|
35
|
-
return (n = (e =
|
|
35
|
+
return (n = (e = c.value).onLoaded) == null ? void 0 : n.call(e);
|
|
36
36
|
}), (e, n) => (l(), a(o(H), null, {
|
|
37
37
|
default: t(() => [
|
|
38
|
-
r(o(
|
|
38
|
+
r(o(L), { class: "introduction-section gap-12" }, {
|
|
39
39
|
default: t(() => {
|
|
40
|
-
var
|
|
40
|
+
var v, g;
|
|
41
41
|
return [
|
|
42
|
-
r(o(
|
|
43
|
-
loading: !((
|
|
42
|
+
r(o(b), {
|
|
43
|
+
loading: o(c).isLoading ?? (!((v = e.info) != null && v.description) && !((g = e.info) != null && g.title))
|
|
44
44
|
}, {
|
|
45
45
|
default: t(() => [
|
|
46
|
-
|
|
47
|
-
m.value ? (l(), a(o(
|
|
46
|
+
S("div", G, [
|
|
47
|
+
m.value ? (l(), a(o(C), { key: 0 }, {
|
|
48
48
|
default: t(() => [
|
|
49
49
|
d(f(m.value), 1)
|
|
50
50
|
]),
|
|
51
51
|
_: 1
|
|
52
52
|
})) : u("", !0),
|
|
53
|
-
p.value ? (l(), a(o(
|
|
53
|
+
p.value ? (l(), a(o(C), { key: 1 }, {
|
|
54
54
|
default: t(() => [
|
|
55
55
|
d("OAS " + f(p.value), 1)
|
|
56
56
|
]),
|
|
@@ -71,10 +71,10 @@ const G = { class: "flex gap-1" }, I = { class: "sticky-cards" }, Y = /* @__PURE
|
|
|
71
71
|
]),
|
|
72
72
|
_: 1
|
|
73
73
|
}, 8, ["loading"]),
|
|
74
|
-
r(B, { specTitle:
|
|
74
|
+
r(B, { specTitle: T.value }, null, 8, ["specTitle"]),
|
|
75
75
|
r(o(F), null, {
|
|
76
76
|
default: t(() => [
|
|
77
|
-
r(o(
|
|
77
|
+
r(o(k), null, {
|
|
78
78
|
default: t(() => [
|
|
79
79
|
r(D, {
|
|
80
80
|
value: e.info.description
|
|
@@ -82,10 +82,10 @@ const G = { class: "flex gap-1" }, I = { class: "sticky-cards" }, Y = /* @__PURE
|
|
|
82
82
|
]),
|
|
83
83
|
_: 1
|
|
84
84
|
}),
|
|
85
|
-
e.$slots.aside ? (l(), a(o(
|
|
85
|
+
e.$slots.aside ? (l(), a(o(k), { key: 0 }, {
|
|
86
86
|
default: t(() => [
|
|
87
|
-
|
|
88
|
-
|
|
87
|
+
S("div", I, [
|
|
88
|
+
_(e.$slots, "aside", {}, void 0, !0)
|
|
89
89
|
])
|
|
90
90
|
]),
|
|
91
91
|
_: 3
|
|
@@ -96,7 +96,7 @@ const G = { class: "flex gap-1" }, I = { class: "sticky-cards" }, Y = /* @__PURE
|
|
|
96
96
|
]),
|
|
97
97
|
_: 3
|
|
98
98
|
}, 8, ["loading"]),
|
|
99
|
-
|
|
99
|
+
_(e.$slots, "after", {}, void 0, !0)
|
|
100
100
|
];
|
|
101
101
|
}),
|
|
102
102
|
_: 3
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Lazy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Lazy.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Lazy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Lazy/Lazy.vue"],"names":[],"mappings":"AA6DA;;;;;GAKG;AACH,KAAK,WAAW,GAAG;IAEf,EAAE,CAAC,EAAE,MAAM,CAAA;IAEX,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;AA0CJ,iBAAS,cAAc;WAmCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YAhGR,OAAO;iBAEF,MAAM;6EAqGtB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -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":"AAuPA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AAEzE,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;AAqB7B;;;;;;;;;;;;GAYG;AACH,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,UAAU,CAAA;IACtB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;IAC7B,UAAU,EAAE,IAAI,CAAA;CACjB,CAAC;;YAFS,QAAQ,GAAG,SAAS;;AA+RjC,wBAQG"}
|
|
@@ -44,7 +44,8 @@ const ve = /* @__PURE__ */ D({
|
|
|
44
44
|
);
|
|
45
45
|
}
|
|
46
46
|
const p = i.parsedSpec.tags[c];
|
|
47
|
-
if (!p)
|
|
47
|
+
if (!p)
|
|
48
|
+
return;
|
|
48
49
|
p.name !== "default" && (C.value = n !== a.value && n.startsWith("tag")), y.value.push({
|
|
49
50
|
...p,
|
|
50
51
|
lazyOperations: p.operations.slice(
|
|
@@ -54,7 +55,8 @@ const ve = /* @__PURE__ */ D({
|
|
|
54
55
|
});
|
|
55
56
|
} else if (a.value.startsWith("model")) {
|
|
56
57
|
const o = Object.keys(S(i.parsedSpec) ?? {}), [, c] = a.value.toLowerCase().split("/"), s = a.value === "models" ? 0 : o.findIndex((p) => p.toLowerCase() === c);
|
|
57
|
-
if (s === -1)
|
|
58
|
+
if (s === -1)
|
|
59
|
+
return;
|
|
58
60
|
I.value = o.slice(s, s + 3);
|
|
59
61
|
} else
|
|
60
62
|
typeof window < "u" && L(a.value), setTimeout(() => b.value = !0, 1e3);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Models.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/Models.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Models.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/Models.vue"],"names":[],"mappings":"AAmHA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAiB9E,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;AAoMF,wBAMG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Models.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-066d8dc3"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as y, useId as k, computed as u, openBlock as
|
|
1
|
+
import { defineComponent as y, useId as k, computed as u, openBlock as a, createBlock as m, unref as e, withCtx as l, createVNode as o, createTextVNode as M, createElementVNode as g, normalizeClass as I, createElementBlock as N, Fragment as C, renderList as L, createCommentVNode as f } from "vue";
|
|
2
2
|
import { ScalarErrorBoundary as B } from "@scalar/components";
|
|
3
3
|
import H from "../../ShowMoreButton.vue.js";
|
|
4
4
|
import w from "../../Section/SectionContainer.vue.js";
|
|
@@ -17,13 +17,13 @@ const S = 10, R = /* @__PURE__ */ y({
|
|
|
17
17
|
schemas: {}
|
|
18
18
|
},
|
|
19
19
|
setup(_) {
|
|
20
|
-
const
|
|
21
|
-
() => Object.keys(
|
|
20
|
+
const i = _, n = k(), { collapsedSidebarItems: v } = T(), { getModelId: s } = j(), d = u(
|
|
21
|
+
() => Object.keys(i.schemas ?? {}).length <= S || v[s()]
|
|
22
22
|
), b = u(() => {
|
|
23
|
-
const
|
|
24
|
-
return d.value ?
|
|
23
|
+
const t = Object.keys(i.schemas ?? {});
|
|
24
|
+
return d.value ? t : t.slice(0, S);
|
|
25
25
|
});
|
|
26
|
-
return (
|
|
26
|
+
return (t, c) => t.schemas ? (a(), m(e(w), {
|
|
27
27
|
key: 0,
|
|
28
28
|
id: "models"
|
|
29
29
|
}, {
|
|
@@ -51,23 +51,23 @@ const S = 10, R = /* @__PURE__ */ y({
|
|
|
51
51
|
g("div", {
|
|
52
52
|
class: I(["models-list", { "models-list-truncated": !d.value }])
|
|
53
53
|
}, [
|
|
54
|
-
(
|
|
55
|
-
id: e(
|
|
56
|
-
key:
|
|
54
|
+
(a(!0), N(C, null, L(b.value, (r) => (a(), m(e(h), {
|
|
55
|
+
id: e(s)({ name: r }),
|
|
56
|
+
key: r,
|
|
57
57
|
isLazy: ""
|
|
58
58
|
}, {
|
|
59
59
|
default: l(() => [
|
|
60
60
|
o(e(V), {
|
|
61
|
-
id: e(
|
|
61
|
+
id: e(s)({ name: r }),
|
|
62
62
|
class: "models-list-item",
|
|
63
|
-
label:
|
|
63
|
+
label: r
|
|
64
64
|
}, {
|
|
65
65
|
heading: l(() => [
|
|
66
66
|
o(e(p), { level: 3 }, {
|
|
67
67
|
default: l(() => [
|
|
68
68
|
o(e(z), {
|
|
69
|
-
name:
|
|
70
|
-
value:
|
|
69
|
+
name: r,
|
|
70
|
+
value: t.schemas[r]
|
|
71
71
|
}, null, 8, ["name", "value"])
|
|
72
72
|
]),
|
|
73
73
|
_: 2
|
|
@@ -79,8 +79,9 @@ const S = 10, R = /* @__PURE__ */ y({
|
|
|
79
79
|
o(e(A), {
|
|
80
80
|
hideHeading: !0,
|
|
81
81
|
noncollapsible: "",
|
|
82
|
-
|
|
83
|
-
|
|
82
|
+
schemas: t.schemas,
|
|
83
|
+
value: t.schemas[r]
|
|
84
|
+
}, null, 8, ["schemas", "value"])
|
|
84
85
|
]),
|
|
85
86
|
_: 2
|
|
86
87
|
}, 1024)
|
|
@@ -91,9 +92,9 @@ const S = 10, R = /* @__PURE__ */ y({
|
|
|
91
92
|
_: 2
|
|
92
93
|
}, 1032, ["id"]))), 128))
|
|
93
94
|
], 2),
|
|
94
|
-
d.value ? f("", !0) : (
|
|
95
|
+
d.value ? f("", !0) : (a(), m(H, {
|
|
95
96
|
key: 0,
|
|
96
|
-
id: e(
|
|
97
|
+
id: e(s)(),
|
|
97
98
|
class: "show-more-models"
|
|
98
99
|
}, null, 8, ["id"]))
|
|
99
100
|
]),
|
|
@@ -9,6 +9,7 @@ type __VLS_Props = {
|
|
|
9
9
|
/** Shows a toggle to hide/show children */
|
|
10
10
|
noncollapsible?: boolean;
|
|
11
11
|
hideHeading?: boolean;
|
|
12
|
+
schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
|
|
12
13
|
};
|
|
13
14
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
14
15
|
level: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.vue"],"names":[],"mappings":"AA2TA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAQ9E,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EACF,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,YAAY,GACtB,SAAS,CAAC,iBAAiB,GAC3B,SAAS,CAAC,oBAAoB,GAC9B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,CAAA;IACpC,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,+DAA+D;IAC/D,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;WAbQ,MAAM;;AAgUlB,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import a from "./Schema.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const c = /* @__PURE__ */ o(a, [["__scopeId", "data-v-cab606aa"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|