@scalar/api-reference 1.30.0 → 1.31.1
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 +50 -0
- package/dist/browser/standalone.js +6690 -6569
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +1 -1
- package/dist/components/ApiReferenceLayout.vue2.js +164 -181
- 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/ClientLibraries/ClientLibraries.vue2.js +56 -51
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +1 -1
- package/dist/components/Content/Content.vue2.js +5 -5
- package/dist/components/Content/Introduction/Introduction.vue.d.ts +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 +57 -63
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.js +46 -46
- package/dist/components/Content/Models/Models.vue.d.ts +2 -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 +9 -7
- package/dist/components/Content/Models/ModelsAccordion.vue.d.ts +2 -2
- package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/ModelsAccordion.vue.js +2 -2
- package/dist/components/Content/Schema/Schema.preview.d.ts +294 -84
- package/dist/components/Content/Schema/Schema.preview.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.d.ts +21 -4
- 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 +158 -131
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +2 -2
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +57 -53
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts +2 -3
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +29 -29
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts +2 -2
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +12 -3
- 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 +133 -103
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +3 -2
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +133 -126
- package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts +2 -2
- package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagList.vue.d.ts +2 -2
- package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
- package/dist/components/DocumentSelector/DocumentSelector.vue.js +3 -3
- package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/components/Layouts/ClassicLayout.vue.js +19 -17
- package/dist/components/Layouts/Layouts.vue.js +11 -9
- package/dist/components/Layouts/ModernLayout.vue2.js +22 -20
- package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionAccordion.vue.js +2 -2
- package/dist/components/Section/SectionAccordion.vue2.js +1 -1
- package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainerAccordion.vue.js +2 -2
- package/dist/components/Section/SectionContainerAccordion.vue2.js +4 -4
- package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionHeader.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 +56 -56
- package/dist/components/SingleApiReference.vue.d.ts.map +1 -1
- package/dist/components/SingleApiReference.vue.js +27 -33
- package/dist/esm.d.ts.map +1 -1
- package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts +2 -2
- package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/features/ApiClientModal/ApiClientModal.vue.js +49 -50
- package/dist/features/ApiClientModal/useApiClient.d.ts +196 -196
- package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
- package/dist/features/DocumentSource/hooks/useDocumentFetcher.d.ts +11 -0
- package/dist/features/DocumentSource/hooks/useDocumentFetcher.d.ts.map +1 -0
- package/dist/features/DocumentSource/hooks/useDocumentFetcher.js +38 -0
- package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts +21 -0
- package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts.map +1 -0
- package/dist/features/DocumentSource/hooks/useDocumentSource.js +94 -0
- package/dist/features/DocumentSource/index.d.ts +2 -0
- package/dist/features/DocumentSource/index.d.ts.map +1 -0
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue.js +1 -1
- package/dist/features/DownloadLink/DownloadLink.vue2.js +18 -17
- package/dist/features/DownloadLink/index.d.ts +1 -0
- package/dist/features/DownloadLink/index.d.ts.map +1 -1
- package/dist/features/DownloadLink/openapi-version-symbol.d.ts +2 -0
- package/dist/features/DownloadLink/openapi-version-symbol.d.ts.map +1 -0
- package/dist/features/DownloadLink/openapi-version-symbol.js +4 -0
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts +2 -0
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.js +2 -2
- package/dist/features/ExampleRequest/ExampleRequest.vue2.js +178 -127
- package/dist/features/Operation/Operation.vue.d.ts +2 -2
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.js +29 -23
- package/dist/features/Operation/components/OperationParameters.vue.d.ts +7 -3
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.js +28 -24
- package/dist/features/Operation/components/OperationResponses.vue.d.ts +2 -2
- package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterHeaders.vue.d.ts +2 -2
- package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterHeaders.vue.js +2 -2
- package/dist/features/Operation/components/ParameterList.vue.d.ts +2 -2
- 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/ParameterListItem.vue.d.ts +2 -2
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +3 -3
- package/dist/features/Operation/components/ParameterListItem.vue2.js +6 -6
- package/dist/features/Operation/components/RequestBody.vue.d.ts +7 -3
- 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 +41 -36
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +7 -3
- 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 +84 -79
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +5 -1
- 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 -57
- package/dist/features/Operation/types/schemas.d.ts +2 -2
- package/dist/features/Operation/types/schemas.d.ts.map +1 -1
- package/dist/features/Search/SearchButton.vue.js +2 -2
- package/dist/helpers/local-storage.d.ts +8 -0
- package/dist/helpers/local-storage.d.ts.map +1 -0
- package/dist/helpers/local-storage.js +6 -0
- package/dist/helpers/measure.d.ts +21 -0
- package/dist/helpers/measure.d.ts.map +1 -0
- package/dist/helpers/measure.js +7 -0
- package/dist/helpers/parse.d.ts +3 -5
- package/dist/helpers/parse.d.ts.map +1 -1
- package/dist/helpers/parse.js +64 -86
- package/dist/helpers/scroll-to-id.d.ts.map +1 -1
- package/dist/helpers/scroll-to-id.js +18 -4
- package/dist/hooks/useDiscriminator.d.ts +53 -0
- package/dist/hooks/useDiscriminator.d.ts.map +1 -0
- package/dist/hooks/useDiscriminator.js +149 -0
- package/dist/hooks/useOperationDiscriminator.d.ts +8 -0
- package/dist/hooks/useOperationDiscriminator.d.ts.map +1 -0
- package/dist/hooks/useOperationDiscriminator.js +57 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +33 -35
- package/dist/libs/openapi.d.ts +3 -3
- package/dist/libs/openapi.d.ts.map +1 -1
- package/dist/libs/openapi.js +35 -42
- package/dist/standalone/lib/html-api.d.ts.map +1 -1
- package/dist/standalone/lib/html-api.js +15 -15
- package/dist/stores/useHttpClientStore.d.ts.map +1 -1
- package/dist/stores/useHttpClientStore.js +19 -18
- package/dist/style.css +1 -1
- package/dist/types.d.ts +27 -3
- package/dist/types.d.ts.map +1 -1
- package/package.json +15 -16
- package/dist/components/Content/Schema/helpers/schema-discriminator.d.ts +0 -12
- package/dist/components/Content/Schema/helpers/schema-discriminator.d.ts.map +0 -1
- package/dist/components/Content/Schema/helpers/schema-discriminator.js +0 -45
- package/dist/hooks/useReactiveSpec.d.ts +0 -448
- package/dist/hooks/useReactiveSpec.d.ts.map +0 -1
- package/dist/hooks/useReactiveSpec.js +0 -59
|
@@ -1,36 +1,35 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as z, computed as N, createElementBlock as n, openBlock as u, createCommentVNode as i, createBlock as o, normalizeClass as H, renderSlot as L, Fragment as k, createTextVNode as l, withCtx as r, createVNode as p, toDisplayString as m, unref as b } from "vue";
|
|
2
2
|
import { isDefined as B } from "@scalar/oas-utils/helpers";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
|
|
9
|
-
const G = { class: "property-heading" }, K = {
|
|
3
|
+
import J from "./SchemaPropertyExamples.vue.js";
|
|
4
|
+
import M from "../../ScreenReader.vue.js";
|
|
5
|
+
import { getDiscriminatorSchemaName as R } from "../../../hooks/useDiscriminator.js";
|
|
6
|
+
import y from "./SchemaPropertyDetail.vue.js";
|
|
7
|
+
import O from "../../Badge/Badge.vue.js";
|
|
8
|
+
const W = { class: "property-heading" }, G = {
|
|
10
9
|
key: 1,
|
|
11
10
|
class: "property-discriminator"
|
|
12
|
-
},
|
|
11
|
+
}, K = {
|
|
13
12
|
key: 3,
|
|
14
13
|
class: "property-additional"
|
|
15
|
-
},
|
|
14
|
+
}, Q = {
|
|
16
15
|
key: 4,
|
|
17
16
|
class: "property-pattern"
|
|
18
|
-
},
|
|
17
|
+
}, U = {
|
|
19
18
|
key: 5,
|
|
20
19
|
class: "property-deprecated"
|
|
21
|
-
},
|
|
20
|
+
}, X = {
|
|
22
21
|
key: 6,
|
|
23
22
|
class: "property-const"
|
|
24
|
-
},
|
|
23
|
+
}, Y = {
|
|
25
24
|
key: 8,
|
|
26
25
|
class: "property-write-only"
|
|
27
|
-
},
|
|
26
|
+
}, Z = {
|
|
28
27
|
key: 9,
|
|
29
28
|
class: "property-read-only"
|
|
30
|
-
},
|
|
29
|
+
}, h = {
|
|
31
30
|
key: 10,
|
|
32
31
|
class: "property-required"
|
|
33
|
-
},
|
|
32
|
+
}, ue = /* @__PURE__ */ z({
|
|
34
33
|
__name: "SchemaPropertyHeading",
|
|
35
34
|
props: {
|
|
36
35
|
value: {},
|
|
@@ -39,123 +38,131 @@ const G = { class: "property-heading" }, K = {
|
|
|
39
38
|
additional: { type: Boolean },
|
|
40
39
|
pattern: { type: Boolean },
|
|
41
40
|
withExamples: { type: Boolean, default: !0 },
|
|
41
|
+
hideModelNames: { type: Boolean, default: !1 },
|
|
42
42
|
schemas: {}
|
|
43
43
|
},
|
|
44
|
-
setup(
|
|
45
|
-
|
|
46
|
-
|
|
44
|
+
setup(a) {
|
|
45
|
+
const T = (e) => (e == null ? void 0 : e.default) === null ? "null" : Array.isArray(e == null ? void 0 : e.default) && e.default.length === 1 ? e.default[0] : typeof (e == null ? void 0 : e.default) == "string" ? JSON.stringify(e.default) : e == null ? void 0 : e.default, S = (e) => {
|
|
46
|
+
var t, s;
|
|
47
47
|
if (!e)
|
|
48
48
|
return null;
|
|
49
49
|
if (e.title)
|
|
50
50
|
return e.title;
|
|
51
51
|
if (e.name)
|
|
52
52
|
return e.name;
|
|
53
|
-
if (
|
|
54
|
-
for (const [
|
|
55
|
-
if (
|
|
56
|
-
return
|
|
57
|
-
if (e.type === "object" && e.properties) {
|
|
58
|
-
for (const [t, o] of Object.entries(u.schemas))
|
|
59
|
-
if (g(o.properties) === g(e.properties))
|
|
60
|
-
return t;
|
|
61
|
-
}
|
|
53
|
+
if (a.schemas && typeof a.schemas == "object") {
|
|
54
|
+
for (const [d, f] of Object.entries(a.schemas))
|
|
55
|
+
if (f.type === e.type && (e.type === "array" && ((t = f.items) == null ? void 0 : t.type) === ((s = e.items) == null ? void 0 : s.type) || e.type === "object" && f.properties && e.properties || e.type !== "array" && e.type !== "object"))
|
|
56
|
+
return d;
|
|
62
57
|
}
|
|
63
58
|
return null;
|
|
64
|
-
},
|
|
65
|
-
var e, t,
|
|
66
|
-
if (B((e =
|
|
67
|
-
return (t =
|
|
68
|
-
if (((
|
|
69
|
-
return
|
|
70
|
-
if ((
|
|
71
|
-
if (B(
|
|
72
|
-
return
|
|
73
|
-
if (((
|
|
74
|
-
return
|
|
59
|
+
}, $ = N(() => {
|
|
60
|
+
var e, t, s, d, f, v;
|
|
61
|
+
if (B((e = a.value) == null ? void 0 : e.const))
|
|
62
|
+
return (t = a.value) == null ? void 0 : t.const;
|
|
63
|
+
if (((d = (s = a.value) == null ? void 0 : s.enum) == null ? void 0 : d.length) === 1)
|
|
64
|
+
return a.value.enum[0];
|
|
65
|
+
if ((f = a.value) != null && f.items) {
|
|
66
|
+
if (B(a.value.items.const))
|
|
67
|
+
return a.value.items.const;
|
|
68
|
+
if (((v = a.value.items.enum) == null ? void 0 : v.length) === 1)
|
|
69
|
+
return a.value.items.enum[0];
|
|
75
70
|
}
|
|
76
71
|
return null;
|
|
77
|
-
}), F =
|
|
78
|
-
var e, t,
|
|
79
|
-
return Array.isArray((e =
|
|
80
|
-
}),
|
|
81
|
-
var t,
|
|
82
|
-
if (!((t =
|
|
72
|
+
}), F = N(() => {
|
|
73
|
+
var e, t, s, d;
|
|
74
|
+
return Array.isArray((e = a.value) == null ? void 0 : e.type) ? a.value.type.join(" | ") : (t = a.value) != null && t.title ? a.value.title : (s = a.value) != null && s.name ? a.value.name : ((d = a.value) == null ? void 0 : d.type) ?? "";
|
|
75
|
+
}), g = (e, t) => e === "array" ? `${e} ${t}[]` : `${e} ${t}`, D = N(() => {
|
|
76
|
+
var t, s, d;
|
|
77
|
+
if (!((t = a.value) != null && t.type))
|
|
83
78
|
return null;
|
|
84
|
-
if (
|
|
85
|
-
|
|
86
|
-
|
|
79
|
+
if (a.hideModelNames)
|
|
80
|
+
return a.value.type === "array" && ((s = a.value.items) != null && s.type) ? `array ${a.value.items.type}[]` : null;
|
|
81
|
+
const e = S(a.value);
|
|
82
|
+
if (e)
|
|
83
|
+
return a.value.type === "array" ? `array ${e}[]` : e;
|
|
84
|
+
if (a.value.type === "array" && ((d = a.value.items) != null && d.type)) {
|
|
85
|
+
const f = R(a.value.items, a.schemas);
|
|
86
|
+
if (f)
|
|
87
|
+
return g(a.value.type, f);
|
|
88
|
+
if (a.value.items.title || a.value.items.name)
|
|
89
|
+
return g(
|
|
90
|
+
a.value.type,
|
|
91
|
+
a.value.items.title || a.value.items.name
|
|
92
|
+
);
|
|
93
|
+
const v = S(a.value.items) || a.value.items.type || "object";
|
|
94
|
+
return g(a.value.type, v);
|
|
87
95
|
}
|
|
88
|
-
|
|
89
|
-
return e || null;
|
|
96
|
+
return null;
|
|
90
97
|
});
|
|
91
98
|
return (e, t) => {
|
|
92
|
-
var
|
|
93
|
-
return
|
|
94
|
-
e.$slots.name ? (
|
|
99
|
+
var s, d, f, v, j, q, w, P, V, I, A, C;
|
|
100
|
+
return u(), n("div", W, [
|
|
101
|
+
e.$slots.name ? (u(), n("div", {
|
|
95
102
|
key: 0,
|
|
96
|
-
class:
|
|
103
|
+
class: H(["property-name", { deprecated: (s = e.value) == null ? void 0 : s.deprecated }])
|
|
97
104
|
}, [
|
|
98
|
-
e.pattern ? (
|
|
105
|
+
e.pattern ? (u(), n(k, { key: 1 }, [
|
|
99
106
|
t[0] || (t[0] = l("/")),
|
|
100
|
-
|
|
107
|
+
L(e.$slots, "name", {}, void 0, !0),
|
|
101
108
|
t[1] || (t[1] = l("/"))
|
|
102
|
-
], 64)) :
|
|
109
|
+
], 64)) : L(e.$slots, "name", { key: 0 }, void 0, !0)
|
|
103
110
|
], 2)) : i("", !0),
|
|
104
|
-
(
|
|
105
|
-
e.value ? (
|
|
106
|
-
(
|
|
107
|
-
default:
|
|
108
|
-
var
|
|
111
|
+
(d = e.value) != null && d.isDiscriminator ? (u(), n("div", G, " Discriminator ")) : i("", !0),
|
|
112
|
+
e.value ? (u(), n(k, { key: 2 }, [
|
|
113
|
+
(f = e.value) != null && f.type ? (u(), o(y, { key: 0 }, {
|
|
114
|
+
default: r(() => {
|
|
115
|
+
var E;
|
|
109
116
|
return [
|
|
110
|
-
|
|
111
|
-
default:
|
|
117
|
+
p(M, null, {
|
|
118
|
+
default: r(() => t[2] || (t[2] = [
|
|
112
119
|
l("Type:")
|
|
113
120
|
])),
|
|
114
121
|
_: 1
|
|
115
122
|
}),
|
|
116
|
-
|
|
117
|
-
l(m(
|
|
118
|
-
], 64)) : (
|
|
119
|
-
l(m(F.value) + " " + m((
|
|
123
|
+
D.value ? (u(), n(k, { key: 0 }, [
|
|
124
|
+
l(m(D.value), 1)
|
|
125
|
+
], 64)) : (u(), n(k, { key: 1 }, [
|
|
126
|
+
l(m(F.value) + " " + m((E = e.value) != null && E.nullable ? " | nullable" : ""), 1)
|
|
120
127
|
], 64))
|
|
121
128
|
];
|
|
122
129
|
}),
|
|
123
130
|
_: 1
|
|
124
131
|
})) : i("", !0),
|
|
125
|
-
e.value.minItems || e.value.maxItems ? (
|
|
126
|
-
default:
|
|
132
|
+
e.value.minItems || e.value.maxItems ? (u(), o(y, { key: 1 }, {
|
|
133
|
+
default: r(() => [
|
|
127
134
|
l(m(e.value.minItems) + "…" + m(e.value.maxItems), 1)
|
|
128
135
|
]),
|
|
129
136
|
_: 1
|
|
130
137
|
})) : i("", !0),
|
|
131
|
-
e.value.minLength ? (
|
|
132
|
-
prefix:
|
|
138
|
+
e.value.minLength ? (u(), o(y, { key: 2 }, {
|
|
139
|
+
prefix: r(() => t[3] || (t[3] = [
|
|
133
140
|
l("min:")
|
|
134
141
|
])),
|
|
135
|
-
default:
|
|
142
|
+
default: r(() => [
|
|
136
143
|
l(" " + m(e.value.minLength), 1)
|
|
137
144
|
]),
|
|
138
145
|
_: 1
|
|
139
146
|
})) : i("", !0),
|
|
140
|
-
e.value.maxLength ? (
|
|
141
|
-
prefix:
|
|
147
|
+
e.value.maxLength ? (u(), o(y, { key: 3 }, {
|
|
148
|
+
prefix: r(() => t[4] || (t[4] = [
|
|
142
149
|
l("max:")
|
|
143
150
|
])),
|
|
144
|
-
default:
|
|
151
|
+
default: r(() => [
|
|
145
152
|
l(" " + m(e.value.maxLength), 1)
|
|
146
153
|
]),
|
|
147
154
|
_: 1
|
|
148
155
|
})) : i("", !0),
|
|
149
|
-
e.value.uniqueItems ? (
|
|
150
|
-
default:
|
|
156
|
+
e.value.uniqueItems ? (u(), o(y, { key: 4 }, {
|
|
157
|
+
default: r(() => t[5] || (t[5] = [
|
|
151
158
|
l(" unique! ")
|
|
152
159
|
])),
|
|
153
160
|
_: 1
|
|
154
161
|
})) : i("", !0),
|
|
155
|
-
e.value.format ? (
|
|
156
|
-
default:
|
|
157
|
-
|
|
158
|
-
default:
|
|
162
|
+
e.value.format ? (u(), o(y, { key: 5 }, {
|
|
163
|
+
default: r(() => [
|
|
164
|
+
p(M, null, {
|
|
165
|
+
default: r(() => t[6] || (t[6] = [
|
|
159
166
|
l("Format:")
|
|
160
167
|
])),
|
|
161
168
|
_: 1
|
|
@@ -164,50 +171,50 @@ const G = { class: "property-heading" }, K = {
|
|
|
164
171
|
]),
|
|
165
172
|
_: 1
|
|
166
173
|
})) : i("", !0),
|
|
167
|
-
e.value.minimum !== void 0 && e.value.exclusiveMinimum ? (
|
|
168
|
-
prefix:
|
|
174
|
+
e.value.minimum !== void 0 && e.value.exclusiveMinimum ? (u(), o(y, { key: 6 }, {
|
|
175
|
+
prefix: r(() => t[7] || (t[7] = [
|
|
169
176
|
l("greater than:")
|
|
170
177
|
])),
|
|
171
|
-
default:
|
|
178
|
+
default: r(() => [
|
|
172
179
|
l(" " + m(e.value.minimum), 1)
|
|
173
180
|
]),
|
|
174
181
|
_: 1
|
|
175
182
|
})) : i("", !0),
|
|
176
|
-
e.value.minimum !== void 0 && !e.value.exclusiveMinimum ? (
|
|
177
|
-
prefix:
|
|
183
|
+
e.value.minimum !== void 0 && !e.value.exclusiveMinimum ? (u(), o(y, { key: 7 }, {
|
|
184
|
+
prefix: r(() => t[8] || (t[8] = [
|
|
178
185
|
l("min:")
|
|
179
186
|
])),
|
|
180
|
-
default:
|
|
187
|
+
default: r(() => [
|
|
181
188
|
l(" " + m(e.value.minimum), 1)
|
|
182
189
|
]),
|
|
183
190
|
_: 1
|
|
184
191
|
})) : i("", !0),
|
|
185
|
-
e.value.maximum !== void 0 && e.value.exclusiveMaximum ? (
|
|
186
|
-
prefix:
|
|
192
|
+
e.value.maximum !== void 0 && e.value.exclusiveMaximum ? (u(), o(y, { key: 8 }, {
|
|
193
|
+
prefix: r(() => t[9] || (t[9] = [
|
|
187
194
|
l("less than:")
|
|
188
195
|
])),
|
|
189
|
-
default:
|
|
196
|
+
default: r(() => [
|
|
190
197
|
l(" " + m(e.value.maximum), 1)
|
|
191
198
|
]),
|
|
192
199
|
_: 1
|
|
193
200
|
})) : i("", !0),
|
|
194
|
-
e.value.maximum !== void 0 && !e.value.exclusiveMaximum ? (
|
|
195
|
-
prefix:
|
|
201
|
+
e.value.maximum !== void 0 && !e.value.exclusiveMaximum ? (u(), o(y, { key: 9 }, {
|
|
202
|
+
prefix: r(() => t[10] || (t[10] = [
|
|
196
203
|
l("max:")
|
|
197
204
|
])),
|
|
198
|
-
default:
|
|
205
|
+
default: r(() => [
|
|
199
206
|
l(" " + m(e.value.maximum), 1)
|
|
200
207
|
]),
|
|
201
208
|
_: 1
|
|
202
209
|
})) : i("", !0),
|
|
203
|
-
e.value.pattern ? (
|
|
210
|
+
e.value.pattern ? (u(), o(y, {
|
|
204
211
|
key: 10,
|
|
205
212
|
code: "",
|
|
206
213
|
truncate: ""
|
|
207
214
|
}, {
|
|
208
|
-
default:
|
|
209
|
-
|
|
210
|
-
default:
|
|
215
|
+
default: r(() => [
|
|
216
|
+
p(M, null, {
|
|
217
|
+
default: r(() => t[11] || (t[11] = [
|
|
211
218
|
l("Pattern:")
|
|
212
219
|
])),
|
|
213
220
|
_: 1
|
|
@@ -216,77 +223,77 @@ const G = { class: "property-heading" }, K = {
|
|
|
216
223
|
]),
|
|
217
224
|
_: 1
|
|
218
225
|
})) : i("", !0),
|
|
219
|
-
e.$props.enum ? (
|
|
220
|
-
default:
|
|
226
|
+
e.$props.enum ? (u(), o(y, { key: 11 }, {
|
|
227
|
+
default: r(() => t[12] || (t[12] = [
|
|
221
228
|
l("enum")
|
|
222
229
|
])),
|
|
223
230
|
_: 1
|
|
224
231
|
})) : i("", !0),
|
|
225
|
-
e.value.default !== void 0 ? (
|
|
232
|
+
e.value.default !== void 0 ? (u(), o(y, {
|
|
226
233
|
key: 12,
|
|
227
234
|
truncate: ""
|
|
228
235
|
}, {
|
|
229
|
-
prefix:
|
|
236
|
+
prefix: r(() => t[13] || (t[13] = [
|
|
230
237
|
l("default:")
|
|
231
238
|
])),
|
|
232
|
-
default:
|
|
239
|
+
default: r(() => [
|
|
233
240
|
l(" " + m(T(e.value)), 1)
|
|
234
241
|
]),
|
|
235
242
|
_: 1
|
|
236
243
|
})) : i("", !0)
|
|
237
244
|
], 64)) : i("", !0),
|
|
238
|
-
e.additional ? (
|
|
239
|
-
(
|
|
245
|
+
e.additional ? (u(), n("div", K, [
|
|
246
|
+
(v = e.value) != null && v["x-additionalPropertiesName"] ? (u(), n(k, { key: 0 }, [
|
|
240
247
|
l(m(e.value["x-additionalPropertiesName"]), 1)
|
|
241
|
-
], 64)) : (
|
|
248
|
+
], 64)) : (u(), n(k, { key: 1 }, [
|
|
242
249
|
l("additional properties")
|
|
243
250
|
], 64))
|
|
244
251
|
])) : i("", !0),
|
|
245
|
-
e.pattern ? (
|
|
246
|
-
|
|
247
|
-
default:
|
|
252
|
+
e.pattern ? (u(), n("div", Q, [
|
|
253
|
+
p(b(O), null, {
|
|
254
|
+
default: r(() => t[14] || (t[14] = [
|
|
248
255
|
l("pattern")
|
|
249
256
|
])),
|
|
250
257
|
_: 1
|
|
251
258
|
})
|
|
252
259
|
])) : i("", !0),
|
|
253
|
-
(
|
|
254
|
-
|
|
255
|
-
default:
|
|
260
|
+
(j = e.value) != null && j.deprecated ? (u(), n("div", U, [
|
|
261
|
+
p(b(O), null, {
|
|
262
|
+
default: r(() => t[15] || (t[15] = [
|
|
256
263
|
l("deprecated")
|
|
257
264
|
])),
|
|
258
265
|
_: 1
|
|
259
266
|
})
|
|
260
267
|
])) : i("", !0),
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
prefix:
|
|
268
|
+
b(B)($.value) ? (u(), n("div", X, [
|
|
269
|
+
p(y, { truncate: "" }, {
|
|
270
|
+
prefix: r(() => t[16] || (t[16] = [
|
|
264
271
|
l("const:")
|
|
265
272
|
])),
|
|
266
|
-
default:
|
|
267
|
-
l(" " + m(
|
|
273
|
+
default: r(() => [
|
|
274
|
+
l(" " + m($.value), 1)
|
|
268
275
|
]),
|
|
269
276
|
_: 1
|
|
270
277
|
})
|
|
271
|
-
])) : (
|
|
272
|
-
((q = e.value) == null ? void 0 : q.nullable) === !0 ? (
|
|
273
|
-
default:
|
|
278
|
+
])) : (u(), n(k, { key: 7 }, [
|
|
279
|
+
((q = e.value) == null ? void 0 : q.nullable) === !0 ? (u(), o(y, { key: 0 }, {
|
|
280
|
+
default: r(() => t[17] || (t[17] = [
|
|
274
281
|
l(" nullable ")
|
|
275
282
|
])),
|
|
276
283
|
_: 1
|
|
277
284
|
})) : i("", !0)
|
|
278
285
|
], 64)),
|
|
279
|
-
(w = e.value) != null && w.writeOnly ? (
|
|
280
|
-
e.required ? (
|
|
281
|
-
e.withExamples ? (
|
|
286
|
+
(w = e.value) != null && w.writeOnly ? (u(), n("div", Y, " write-only ")) : (P = e.value) != null && P.readOnly ? (u(), n("div", Z, " read-only ")) : i("", !0),
|
|
287
|
+
e.required ? (u(), n("div", h, " required ")) : i("", !0),
|
|
288
|
+
e.withExamples ? (u(), o(J, {
|
|
282
289
|
key: 11,
|
|
283
|
-
examples: (
|
|
284
|
-
example: ((I = e.value) == null ? void 0 : I.example) || ((
|
|
290
|
+
examples: (V = e.value) == null ? void 0 : V.examples,
|
|
291
|
+
example: ((I = e.value) == null ? void 0 : I.example) || ((C = (A = e.value) == null ? void 0 : A.items) == null ? void 0 : C.example)
|
|
285
292
|
}, null, 8, ["examples", "example"])) : i("", !0)
|
|
286
293
|
]);
|
|
287
294
|
};
|
|
288
295
|
}
|
|
289
296
|
});
|
|
290
297
|
export {
|
|
291
|
-
|
|
298
|
+
ue as default
|
|
292
299
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
type SchemaObject =
|
|
1
|
+
import type { OpenAPIV3_1 } from '@scalar/openapi-types';
|
|
2
|
+
type SchemaObject = OpenAPIV3_1.SchemaObject;
|
|
3
3
|
/**
|
|
4
4
|
* Merges multiple OpenAPI schema objects into a single schema object.
|
|
5
5
|
* Handles nested allOf compositions and merges properties recursively.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"merge-all-of-schemas.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/Schema/helpers/merge-all-of-schemas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"merge-all-of-schemas.d.ts","sourceRoot":"","sources":["../../../../../src/components/Content/Schema/helpers/merge-all-of-schemas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAExD,KAAK,YAAY,GAAG,WAAW,CAAC,YAAY,CAAA;AAQ5C;;;;;;GAMG;AACH,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,YAAY,EAAE,EAAE,KAAK,SAAI,GAAG,YAAY,CA4ClF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Collection, Server } from '@scalar/oas-utils/entities/spec';
|
|
2
|
-
import type {
|
|
2
|
+
import type { OpenAPIV3_1 } from '@scalar/openapi-types';
|
|
3
3
|
import type { Spec, Tag as TagType } from '@scalar/types/legacy';
|
|
4
4
|
type __VLS_Props = {
|
|
5
5
|
collection: Collection;
|
|
@@ -7,7 +7,7 @@ type __VLS_Props = {
|
|
|
7
7
|
spec: Spec;
|
|
8
8
|
layout?: 'modern' | 'classic';
|
|
9
9
|
server?: Server;
|
|
10
|
-
schemas?:
|
|
10
|
+
schemas?: Record<string, OpenAPIV3_1.SchemaObject> | unknown;
|
|
11
11
|
};
|
|
12
12
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/TagList.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TagList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/TagList.vue"],"names":[],"mappings":"AAiFA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AACzE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,IAAI,EAAE,GAAG,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAA;AAahE,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,IAAI,EAAE,OAAO,EAAE,CAAA;IACf,IAAI,EAAE,IAAI,CAAA;IACV,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GAAG,OAAO,CAAA;CAC7D,CAAC;;AA+HF,wBAMG"}
|
|
@@ -4,9 +4,9 @@ const w = {
|
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "document-selector -mb-1 p-3 pb-0"
|
|
6
6
|
}, S = {
|
|
7
|
-
class: "group/dropdown-label hover:bg-b-2 text-c-2
|
|
7
|
+
class: "group/dropdown-label hover:bg-b-2 text-c-2 flex w-full cursor-pointer items-center rounded border py-1.75 pr-1.5 pl-1.75",
|
|
8
8
|
tabindex: "0"
|
|
9
|
-
}, k = { class: "text-c-1 overflow-hidden text-
|
|
9
|
+
}, k = { class: "text-c-1 overflow-hidden text-sm font-medium text-ellipsis" }, N = /* @__PURE__ */ b({
|
|
10
10
|
__name: "DocumentSelector",
|
|
11
11
|
props: {
|
|
12
12
|
options: {},
|
|
@@ -49,7 +49,7 @@ const w = {
|
|
|
49
49
|
}),
|
|
50
50
|
c("span", k, V(((t = s.value) == null ? void 0 : t.label) || "Select API"), 1),
|
|
51
51
|
i(a(d), {
|
|
52
|
-
class: "group-hover/dropdown-label:text-c-1 ml-auto
|
|
52
|
+
class: "group-hover/dropdown-label:text-c-1 mr-2 ml-auto",
|
|
53
53
|
icon: "ChevronDown",
|
|
54
54
|
size: "sm",
|
|
55
55
|
thickness: "2"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layouts/ClassicLayout.vue"],"names":[],"mappings":"AAwEA,OAAO,KAAK,EACV,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EACrB,MAAM,SAAS,CAAA;AAwBhB,iBAAS,cAAc;
|
|
1
|
+
{"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layouts/ClassicLayout.vue"],"names":[],"mappings":"AAwEA,OAAO,KAAK,EACV,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EACrB,MAAM,SAAS,CAAA;AAwBhB,iBAAS,cAAc;WAyHT,OAAO,IAA6B;;;;EAKjD;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;kFAQnB,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,32 +1,34 @@
|
|
|
1
|
-
import { defineComponent as g, useSlots as S, computed as k, createBlock as c, openBlock as r, createSlots as y, withCtx as
|
|
2
|
-
import { ScalarColorModeToggleIcon as
|
|
3
|
-
import
|
|
1
|
+
import { defineComponent as g, useSlots as S, computed as k, createBlock as c, openBlock as r, createSlots as y, withCtx as n, createVNode as h, createElementBlock as C, createCommentVNode as i, renderSlot as d, unref as p, renderList as v, normalizeProps as w, guardReactiveProps as D } from "vue";
|
|
2
|
+
import { ScalarColorModeToggleIcon as $ } from "@scalar/components";
|
|
3
|
+
import B from "../ApiReferenceLayout.vue.js";
|
|
4
4
|
import H from "../ClassicHeader.vue.js";
|
|
5
5
|
import M from "../../features/Search/SearchButton.vue.js";
|
|
6
6
|
const K = {
|
|
7
7
|
key: 0,
|
|
8
|
-
class: "w-64"
|
|
8
|
+
class: "w-64 empty:hidden"
|
|
9
9
|
}, T = /* @__PURE__ */ g({
|
|
10
10
|
__name: "ClassicLayout",
|
|
11
11
|
props: {
|
|
12
12
|
configuration: {},
|
|
13
|
+
dereferencedDocument: {},
|
|
14
|
+
originalDocument: {},
|
|
15
|
+
isDark: { type: Boolean },
|
|
13
16
|
parsedSpec: {},
|
|
14
|
-
rawSpec: {}
|
|
15
|
-
isDark: { type: Boolean }
|
|
17
|
+
rawSpec: {}
|
|
16
18
|
},
|
|
17
19
|
emits: ["toggleDarkMode", "updateContent"],
|
|
18
20
|
setup(u) {
|
|
19
|
-
const
|
|
20
|
-
return (e, o) => (r(), c(
|
|
21
|
+
const a = u, m = S(), l = k(() => ({ ...a.configuration, showSidebar: !1 }));
|
|
22
|
+
return (e, o) => (r(), c(B, {
|
|
21
23
|
configuration: l.value,
|
|
22
24
|
parsedSpec: e.parsedSpec,
|
|
23
25
|
rawSpec: e.rawSpec,
|
|
24
26
|
onUpdateContent: o[1] || (o[1] = (t) => e.$emit("updateContent", t))
|
|
25
27
|
}, y({
|
|
26
|
-
"content-start":
|
|
27
|
-
|
|
28
|
-
"dark-mode-toggle":
|
|
29
|
-
|
|
28
|
+
"content-start": n(({ spec: t }) => [
|
|
29
|
+
h(H, null, {
|
|
30
|
+
"dark-mode-toggle": n(() => [
|
|
31
|
+
a.configuration.hideDarkModeToggle ? i("", !0) : (r(), c(p($), {
|
|
30
32
|
key: 0,
|
|
31
33
|
class: "text-c-2 hover:text-c-1",
|
|
32
34
|
mode: e.isDark ? "dark" : "light",
|
|
@@ -35,11 +37,11 @@ const K = {
|
|
|
35
37
|
onClick: o[0] || (o[0] = (s) => e.$emit("toggleDarkMode"))
|
|
36
38
|
}, null, 8, ["mode"]))
|
|
37
39
|
]),
|
|
38
|
-
default:
|
|
39
|
-
e.$slots["document-selector"] ? (r(),
|
|
40
|
+
default: n(() => [
|
|
41
|
+
e.$slots["document-selector"] ? (r(), C("div", K, [
|
|
40
42
|
d(e.$slots, "document-selector")
|
|
41
43
|
])) : i("", !0),
|
|
42
|
-
|
|
44
|
+
a.configuration.hideSearch ? i("", !0) : (r(), c(p(M), {
|
|
43
45
|
key: 1,
|
|
44
46
|
class: "t-doc__sidebar",
|
|
45
47
|
searchHotKey: l.value.searchHotKey,
|
|
@@ -53,8 +55,8 @@ const K = {
|
|
|
53
55
|
}, [
|
|
54
56
|
v(m, (t, s) => ({
|
|
55
57
|
name: s,
|
|
56
|
-
fn:
|
|
57
|
-
d(e.$slots, s, w(
|
|
58
|
+
fn: n((f) => [
|
|
59
|
+
d(e.$slots, s, w(D(f || {})))
|
|
58
60
|
])
|
|
59
61
|
}))
|
|
60
62
|
]), 1032, ["configuration", "parsedSpec", "rawSpec"]));
|
|
@@ -1,28 +1,30 @@
|
|
|
1
|
-
import { defineComponent as l, useSlots as d, createBlock as u, openBlock as
|
|
1
|
+
import { defineComponent as l, useSlots as d, createBlock as u, openBlock as c, resolveDynamicComponent as f, mergeProps as g, createSlots as D, renderList as k, withCtx as y, renderSlot as C, normalizeProps as S, guardReactiveProps as $ } from "vue";
|
|
2
2
|
import M from "./ClassicLayout.vue.js";
|
|
3
3
|
import n from "./ModernLayout.vue.js";
|
|
4
4
|
const P = /* @__PURE__ */ l({
|
|
5
5
|
__name: "Layouts",
|
|
6
6
|
props: {
|
|
7
7
|
configuration: {},
|
|
8
|
+
dereferencedDocument: {},
|
|
9
|
+
originalDocument: {},
|
|
10
|
+
isDark: { type: Boolean },
|
|
8
11
|
parsedSpec: {},
|
|
9
|
-
rawSpec: {}
|
|
10
|
-
isDark: { type: Boolean }
|
|
12
|
+
rawSpec: {}
|
|
11
13
|
},
|
|
12
14
|
emits: ["toggleDarkMode", "updateContent"],
|
|
13
15
|
setup(s) {
|
|
14
|
-
const a = s,
|
|
16
|
+
const a = s, i = d(), p = {
|
|
15
17
|
modern: n,
|
|
16
18
|
classic: M
|
|
17
19
|
};
|
|
18
|
-
return (o, e) => (
|
|
20
|
+
return (o, e) => (c(), u(f(p[o.configuration.layout ?? "modern"] ?? n), g(a, {
|
|
19
21
|
onToggleDarkMode: e[0] || (e[0] = (t) => o.$emit("toggleDarkMode")),
|
|
20
22
|
onUpdateContent: e[1] || (e[1] = (t) => o.$emit("updateContent", t))
|
|
21
|
-
}),
|
|
22
|
-
|
|
23
|
+
}), D({ _: 2 }, [
|
|
24
|
+
k(i, (t, r) => ({
|
|
23
25
|
name: r,
|
|
24
|
-
fn:
|
|
25
|
-
|
|
26
|
+
fn: y((m) => [
|
|
27
|
+
C(o.$slots, r, S($(m || {})))
|
|
26
28
|
])
|
|
27
29
|
}))
|
|
28
30
|
]), 1040));
|