@scalar/api-reference 1.28.13 → 1.28.14
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 +16 -0
- package/dist/browser/standalone.js +7124 -7120
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Card/Card.vue.d.ts.map +1 -1
- package/dist/components/Card/Card.vue.js +7 -7
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +2 -2
- package/dist/components/Content/ClientLibraries/ClientSelector.vue2.js +18 -19
- package/dist/components/Content/Lazy/Loading.vue.d.ts +8 -17
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.js +50 -44
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +2 -2
- package/dist/components/Content/Schema/Schema.vue2.js +84 -71
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts +1 -0
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaDiscriminator.vue2.js +23 -20
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +3 -1
- 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 +159 -148
- 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 +1 -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 +29 -26
- package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchButton.vue.js +2 -2
- package/dist/features/Search/SearchButton.vue2.js +42 -29
- package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchModal.vue.js +3 -3
- package/dist/features/Search/SearchModal.vue2.js +102 -96
- package/dist/features/Search/useSearchIndex.d.ts +2 -1
- package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
- package/dist/features/Search/useSearchIndex.js +55 -52
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +6 -6
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/Card.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/Card.vue"],"names":[],"mappings":"AA6CA,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { openBlock as r, createElementBlock as t, renderSlot as
|
|
1
|
+
import { openBlock as r, createElementBlock as t, renderSlot as o } from "vue";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
5
|
-
function
|
|
6
|
-
return r(), t("div",
|
|
7
|
-
|
|
3
|
+
import c from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const n = {}, s = { class: "scalar-card" };
|
|
5
|
+
function a(e, d) {
|
|
6
|
+
return r(), t("div", s, [
|
|
7
|
+
o(e.$slots, "default", {}, void 0, !0)
|
|
8
8
|
]);
|
|
9
9
|
}
|
|
10
|
-
const i = /* @__PURE__ */
|
|
10
|
+
const i = /* @__PURE__ */ c(n, [["render", a], ["__scopeId", "data-v-b5be456e"]]);
|
|
11
11
|
export {
|
|
12
12
|
i as default
|
|
13
13
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":"AA6RA,KAAK,WAAW,GAAG;IACjB,yEAAyE;IACzE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;;AA6MF,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ClientSelector.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-217691d9"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as S, ref as w, openBlock as
|
|
1
|
+
import { defineComponent as S, ref as w, openBlock as l, createElementBlock as r, Fragment as u, renderList as p, unref as e, createBlock as x, normalizeClass as c, withCtx as N, createElementVNode as n, createVNode as g, toDisplayString as b, createCommentVNode as B } from "vue";
|
|
2
2
|
import { Tab as T } from "@headlessui/vue";
|
|
3
3
|
import { ScalarIcon as f } from "@scalar/components";
|
|
4
4
|
import { useFeaturedHttpClients as $ } from "./useFeaturedHttpClients.js";
|
|
@@ -24,20 +24,19 @@ const F = { class: "client-libraries-text" }, H = ["aria-controls", "value"], I
|
|
|
24
24
|
},
|
|
25
25
|
setup(z) {
|
|
26
26
|
const {
|
|
27
|
-
httpClient:
|
|
27
|
+
httpClient: i,
|
|
28
28
|
setHttpClient: v,
|
|
29
|
-
availableTargets:
|
|
30
|
-
getClientTitle:
|
|
29
|
+
availableTargets: y,
|
|
30
|
+
getClientTitle: d,
|
|
31
31
|
getTargetTitle: k
|
|
32
|
-
} = M(), { featuredClients: K, isFeatured: _ } = $(), C = w(), m = (s) => `programming-language-${s === "js" ? "javascript" : s}`, h = (s) => s.targetKey ===
|
|
33
|
-
return (s, a) => (
|
|
32
|
+
} = M(), { featuredClients: K, isFeatured: _ } = $(), C = w(), m = (s) => `programming-language-${s === "js" ? "javascript" : s}`, h = (s) => s.targetKey === i.targetKey && s.clientKey === i.clientKey;
|
|
33
|
+
return (s, a) => (l(), r("div", {
|
|
34
34
|
ref_key: "containerRef",
|
|
35
35
|
ref: C,
|
|
36
36
|
class: "client-libraries-content"
|
|
37
37
|
}, [
|
|
38
|
-
(
|
|
38
|
+
(l(!0), r(u, null, p(e(K), (t) => (l(), x(e(T), {
|
|
39
39
|
key: t.clientKey,
|
|
40
|
-
"aria-hidden": "true",
|
|
41
40
|
class: c(["client-libraries rendered-code-sdks", {
|
|
42
41
|
"client-libraries__active": h(t)
|
|
43
42
|
}])
|
|
@@ -57,22 +56,22 @@ const F = { class: "client-libraries-text" }, H = ["aria-controls", "value"], I
|
|
|
57
56
|
}, 1032, ["class"]))), 128)),
|
|
58
57
|
n("label", {
|
|
59
58
|
class: c(["client-libraries client-libraries__select", {
|
|
60
|
-
"client-libraries__active": e(
|
|
59
|
+
"client-libraries__active": e(i) && !e(_)(e(i))
|
|
61
60
|
}])
|
|
62
61
|
}, [
|
|
63
62
|
n("select", {
|
|
64
63
|
"aria-controls": s.morePanel,
|
|
65
64
|
class: "language-select",
|
|
66
|
-
value: JSON.stringify(e(
|
|
65
|
+
value: JSON.stringify(e(i)),
|
|
67
66
|
onInput: a[0] || (a[0] = (t) => e(v)(JSON.parse(t.target.value)))
|
|
68
67
|
}, [
|
|
69
|
-
(
|
|
68
|
+
(l(!0), r(u, null, p(e(y), (t) => (l(), r("optgroup", {
|
|
70
69
|
key: t.key,
|
|
71
70
|
label: t.title
|
|
72
71
|
}, [
|
|
73
|
-
(
|
|
72
|
+
(l(!0), r(u, null, p(t.clients, (o) => (l(), r("option", {
|
|
74
73
|
key: o.client,
|
|
75
|
-
"aria-label": `${t.title} ${e(
|
|
74
|
+
"aria-label": `${t.title} ${e(d)({
|
|
76
75
|
targetKey: t.key,
|
|
77
76
|
clientKey: o.client
|
|
78
77
|
})}`,
|
|
@@ -80,22 +79,22 @@ const F = { class: "client-libraries-text" }, H = ["aria-controls", "value"], I
|
|
|
80
79
|
targetKey: t.key,
|
|
81
80
|
clientKey: o.client
|
|
82
81
|
})
|
|
83
|
-
}, b(e(
|
|
82
|
+
}, b(e(d)({
|
|
84
83
|
targetKey: t.key,
|
|
85
84
|
clientKey: o.client
|
|
86
85
|
})), 9, J))), 128))
|
|
87
86
|
], 8, I))), 128))
|
|
88
87
|
], 40, H),
|
|
89
88
|
n("div", O, [
|
|
90
|
-
e(
|
|
89
|
+
e(i) && !e(_)(e(i)) ? (l(), r("div", {
|
|
91
90
|
key: 0,
|
|
92
|
-
class: c(`client-libraries-icon__${e(
|
|
91
|
+
class: c(`client-libraries-icon__${e(i).targetKey}`)
|
|
93
92
|
}, [
|
|
94
93
|
g(e(f), {
|
|
95
94
|
class: "client-libraries-icon",
|
|
96
|
-
icon: m(e(
|
|
95
|
+
icon: m(e(i).targetKey)
|
|
97
96
|
}, null, 8, ["icon"])
|
|
98
|
-
], 2)) : (
|
|
97
|
+
], 2)) : (l(), r("svg", V, a[1] || (a[1] = [
|
|
99
98
|
n("g", {
|
|
100
99
|
fill: "currentColor",
|
|
101
100
|
"fill-rule": "nonzero"
|
|
@@ -104,7 +103,7 @@ const F = { class: "client-libraries-text" }, H = ["aria-controls", "value"], I
|
|
|
104
103
|
], -1)
|
|
105
104
|
])))
|
|
106
105
|
]),
|
|
107
|
-
e(
|
|
106
|
+
e(y).length ? (l(), r("span", j, " More ")) : B("", !0),
|
|
108
107
|
a[2] || (a[2] = n("span", { class: "sr-only" }, "Select from all clients", -1))
|
|
109
108
|
], 2)
|
|
110
109
|
], 512));
|
|
@@ -1,25 +1,16 @@
|
|
|
1
1
|
import type { Collection, Server } from '@scalar/oas-utils/entities/spec';
|
|
2
2
|
import type { Spec } from '@scalar/types/legacy';
|
|
3
|
-
|
|
4
|
-
* Loads a "fake" tag/modal/operation if the user is deep linking
|
|
5
|
-
* The fake popup is then hidden once the real one loads behind it
|
|
6
|
-
* Giving a seemless instant load experience
|
|
7
|
-
*
|
|
8
|
-
* TODO list
|
|
9
|
-
* - only works on first load, but we will use this when
|
|
10
|
-
* hitting endpoint links in V2
|
|
11
|
-
* - only works for default layout, add classic (if we need)
|
|
12
|
-
* - code is ripe for refactor as it is duplicated from content and models
|
|
13
|
-
* - need to handle case of last operation/model
|
|
14
|
-
* - need to find an event for codemirror loaded, currently using timeout for models
|
|
15
|
-
*/
|
|
16
|
-
type __VLS_Props = {
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{
|
|
17
4
|
collection: Collection;
|
|
18
5
|
server?: Server;
|
|
19
|
-
layout?:
|
|
6
|
+
layout?: "modern" | "classic";
|
|
20
7
|
parsedSpec: Spec;
|
|
21
|
-
}
|
|
22
|
-
|
|
8
|
+
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
|
|
9
|
+
collection: Collection;
|
|
10
|
+
server?: Server;
|
|
11
|
+
layout?: "modern" | "classic";
|
|
12
|
+
parsedSpec: Spec;
|
|
13
|
+
}> & Readonly<{}>, {
|
|
23
14
|
layout: "modern" | "classic";
|
|
24
15
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
25
16
|
export default _default;
|
|
@@ -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":"AAqQA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AAEzE,OAAO,KAAK,EACV,IAAI,EAGL,MAAM,sBAAsB,CAAA;;gBAwCb,UAAU;aACb,MAAM;aACN,QAAQ,GAAG,SAAS;gBACjB,IAAI;;gBAHJ,UAAU;aACb,MAAM;aACN,QAAQ,GAAG,SAAS;gBACjB,IAAI;;YADP,QAAQ,GAAG,SAAS;;AAlBjC,wBAoUK"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { lazyBus as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import { useNavState as
|
|
1
|
+
import { defineComponent as E, ref as v, watch as H, onMounted as K, withDirectives as M, openBlock as l, createElementBlock as f, normalizeClass as j, Fragment as g, renderList as w, createBlock as m, unref as r, withCtx as d, createCommentVNode as T, createVNode as h, createTextVNode as A, toDisplayString as F, vShow as P } from "vue";
|
|
2
|
+
import { lazyBus as q } from "./lazyBus.js";
|
|
3
|
+
import G from "../Tag/TagSection.vue.js";
|
|
4
|
+
import J from "../../../features/Operation/Operation.vue.js";
|
|
5
|
+
import Q from "../../Section/SectionContainer.vue.js";
|
|
6
|
+
import R from "../../Section/Section.vue.js";
|
|
7
|
+
import U from "../../Section/SectionContent.vue.js";
|
|
8
|
+
import X from "../../Section/SectionHeader.vue.js";
|
|
9
|
+
import Y from "../../Anchor/Anchor.vue.js";
|
|
10
|
+
import Z from "../../Section/SectionHeaderTag.vue.js";
|
|
11
|
+
import ee from "../Schema/Schema.vue.js";
|
|
12
|
+
import { useNavState as te } from "../../../hooks/useNavState.js";
|
|
13
13
|
import { getModels as S } from "../../../helpers/getModels.js";
|
|
14
|
-
import { scrollToId as
|
|
15
|
-
const
|
|
14
|
+
import { scrollToId as O } from "../../../helpers/scrollToId.js";
|
|
15
|
+
const C = v(!1), ge = /* @__PURE__ */ E({
|
|
16
16
|
__name: "Loading",
|
|
17
17
|
props: {
|
|
18
18
|
collection: {},
|
|
@@ -20,9 +20,11 @@ const ve = /* @__PURE__ */ D({
|
|
|
20
20
|
layout: { default: "modern" },
|
|
21
21
|
parsedSpec: {}
|
|
22
22
|
},
|
|
23
|
-
setup(
|
|
24
|
-
const i =
|
|
25
|
-
|
|
23
|
+
setup(V) {
|
|
24
|
+
const i = V, _ = v(!1), y = v([]), I = v([]), { getModelId: z, getSectionId: B, getTagId: N, hash: a, isIntersectionEnabled: b } = te(), L = v(
|
|
25
|
+
!C.value && i.layout !== "classic" && a.value
|
|
26
|
+
);
|
|
27
|
+
H(
|
|
26
28
|
() => {
|
|
27
29
|
var t;
|
|
28
30
|
return (t = i.parsedSpec.tags) == null ? void 0 : t.length;
|
|
@@ -31,22 +33,22 @@ const ve = /* @__PURE__ */ D({
|
|
|
31
33
|
var e, u;
|
|
32
34
|
if (!a.value || typeof t != "number" || !i.parsedSpec.tags)
|
|
33
35
|
return;
|
|
34
|
-
const n =
|
|
36
|
+
const n = B();
|
|
35
37
|
if (n.startsWith("tag")) {
|
|
36
38
|
let o = 0;
|
|
37
39
|
const c = ((e = i.parsedSpec.tags) == null ? void 0 : e.findIndex(
|
|
38
|
-
(k) =>
|
|
40
|
+
(k) => N(k) === n
|
|
39
41
|
)) ?? 0, s = a.value.match(/tag\/([^/]+)\/([^/]+)\/(.+)/);
|
|
40
42
|
if ((s == null ? void 0 : s.length) === 4) {
|
|
41
|
-
const k = s[2],
|
|
43
|
+
const k = s[2], $ = "/" + s[3];
|
|
42
44
|
o = (u = i.parsedSpec.tags[c]) == null ? void 0 : u.operations.findIndex(
|
|
43
|
-
({ httpVerb:
|
|
45
|
+
({ httpVerb: x, path: D }) => k === x && $ === D
|
|
44
46
|
);
|
|
45
47
|
}
|
|
46
48
|
const p = i.parsedSpec.tags[c];
|
|
47
49
|
if (!p)
|
|
48
50
|
return;
|
|
49
|
-
p.name !== "default" && (
|
|
51
|
+
p.name !== "default" && (_.value = n !== a.value && n.startsWith("tag")), y.value.push({
|
|
50
52
|
...p,
|
|
51
53
|
lazyOperations: p.operations.slice(
|
|
52
54
|
o,
|
|
@@ -59,35 +61,39 @@ const ve = /* @__PURE__ */ D({
|
|
|
59
61
|
return;
|
|
60
62
|
I.value = o.slice(s, s + 3);
|
|
61
63
|
} else
|
|
62
|
-
typeof window < "u" &&
|
|
64
|
+
typeof window < "u" && O(a.value), setTimeout(() => b.value = !0, 1e3);
|
|
63
65
|
},
|
|
64
66
|
{ immediate: !0 }
|
|
65
67
|
);
|
|
66
|
-
const
|
|
68
|
+
const W = q.on(({ id: t }) => {
|
|
67
69
|
const n = a.value;
|
|
68
|
-
!n || t !== n || (
|
|
69
|
-
typeof window < "u" &&
|
|
70
|
+
!n || t !== n || (W(), setTimeout(() => {
|
|
71
|
+
typeof window < "u" && O(n), L.value = !1, C.value = !0, setTimeout(() => {
|
|
72
|
+
b.value = !0;
|
|
73
|
+
}, 1e3);
|
|
70
74
|
}, 300));
|
|
71
75
|
});
|
|
72
|
-
return
|
|
73
|
-
a.value ||
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
76
|
+
return K(() => {
|
|
77
|
+
a.value || (C.value = !0, setTimeout(() => {
|
|
78
|
+
b.value = !0;
|
|
79
|
+
}, 1e3));
|
|
80
|
+
}), (t, n) => M((l(), f("div", {
|
|
81
|
+
class: j(["references-loading", {
|
|
82
|
+
"references-loading-hidden-tag": _.value,
|
|
77
83
|
"references-loading-top-spacer": y.value.length
|
|
78
84
|
}])
|
|
79
85
|
}, [
|
|
80
86
|
(l(!0), f(g, null, w(y.value, (e, u) => (l(), f(g, {
|
|
81
87
|
key: e.name + u
|
|
82
88
|
}, [
|
|
83
|
-
e.operations && e.operations.length > 0 ? (l(), m(r(
|
|
89
|
+
e.operations && e.operations.length > 0 ? (l(), m(r(G), {
|
|
84
90
|
key: 0,
|
|
85
91
|
collection: t.collection,
|
|
86
92
|
spec: t.parsedSpec,
|
|
87
93
|
tag: e
|
|
88
94
|
}, {
|
|
89
95
|
default: d(() => [
|
|
90
|
-
(l(!0), f(g, null, w(e.lazyOperations, (o) => (l(), m(r(
|
|
96
|
+
(l(!0), f(g, null, w(e.lazyOperations, (o) => (l(), m(r(J), {
|
|
91
97
|
key: `${o.httpVerb}-${o.operationId}`,
|
|
92
98
|
collection: t.collection,
|
|
93
99
|
layout: t.layout,
|
|
@@ -98,30 +104,30 @@ const ve = /* @__PURE__ */ D({
|
|
|
98
104
|
_: 2
|
|
99
105
|
}, 1032, ["collection", "spec", "tag"])) : T("", !0)
|
|
100
106
|
], 64))), 128)),
|
|
101
|
-
I.value.length ? (l(), m(r(
|
|
107
|
+
I.value.length ? (l(), m(r(Q), { key: 0 }, {
|
|
102
108
|
default: d(() => [
|
|
103
|
-
(l(!0), f(g, null, w(I.value, (e) => (l(), m(r(
|
|
109
|
+
(l(!0), f(g, null, w(I.value, (e) => (l(), m(r(R), {
|
|
104
110
|
key: e,
|
|
105
111
|
label: e
|
|
106
112
|
}, {
|
|
107
113
|
default: d(() => {
|
|
108
114
|
var u;
|
|
109
115
|
return [
|
|
110
|
-
(u = r(S)(t.parsedSpec)) != null && u[e] ? (l(), m(r(
|
|
116
|
+
(u = r(S)(t.parsedSpec)) != null && u[e] ? (l(), m(r(U), { key: 0 }, {
|
|
111
117
|
default: d(() => {
|
|
112
118
|
var o;
|
|
113
119
|
return [
|
|
114
|
-
h(r(
|
|
120
|
+
h(r(X), null, {
|
|
115
121
|
default: d(() => [
|
|
116
|
-
h(r(
|
|
117
|
-
id: r(
|
|
122
|
+
h(r(Y), {
|
|
123
|
+
id: r(z)({ name: e })
|
|
118
124
|
}, {
|
|
119
125
|
default: d(() => [
|
|
120
|
-
h(r(
|
|
126
|
+
h(r(Z), { level: 2 }, {
|
|
121
127
|
default: d(() => {
|
|
122
128
|
var c;
|
|
123
129
|
return [
|
|
124
|
-
|
|
130
|
+
A(F(((c = r(S)(t.parsedSpec)) == null ? void 0 : c[e]).title ?? e), 1)
|
|
125
131
|
];
|
|
126
132
|
}),
|
|
127
133
|
_: 2
|
|
@@ -132,7 +138,7 @@ const ve = /* @__PURE__ */ D({
|
|
|
132
138
|
]),
|
|
133
139
|
_: 2
|
|
134
140
|
}, 1024),
|
|
135
|
-
h(r(
|
|
141
|
+
h(r(ee), {
|
|
136
142
|
name: e,
|
|
137
143
|
noncollapsible: "",
|
|
138
144
|
value: (o = r(S)(t.parsedSpec)) == null ? void 0 : o[e]
|
|
@@ -149,10 +155,10 @@ const ve = /* @__PURE__ */ D({
|
|
|
149
155
|
_: 1
|
|
150
156
|
})) : T("", !0)
|
|
151
157
|
], 2)), [
|
|
152
|
-
[
|
|
158
|
+
[P, L.value]
|
|
153
159
|
]);
|
|
154
160
|
}
|
|
155
161
|
});
|
|
156
162
|
export {
|
|
157
|
-
|
|
163
|
+
ge as default
|
|
158
164
|
};
|
|
@@ -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":"AAoVA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAU9E,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,+FAA+F;IAC/F,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,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;;WAfQ,MAAM;;AAgYlB,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Schema.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-60b202cd"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|