@scalar/api-reference 1.35.2 → 1.35.4
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 +31 -0
- package/dist/browser/standalone.js +9636 -9786
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts +2 -1
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +14 -11
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +70 -72
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts +3 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.d.ts +0 -2
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +80 -80
- package/dist/components/Content/Models/ClassicLayout.vue.d.ts +5 -2
- package/dist/components/Content/Models/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/ClassicLayout.vue.js +2 -2
- package/dist/components/Content/Models/ClassicLayout.vue2.js +43 -45
- package/dist/components/Content/Models/ClassicLayout.vue3.js +2 -2
- 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 +27 -20
- package/dist/components/Content/Models/ModernLayout.vue.d.ts +5 -2
- package/dist/components/Content/Models/ModernLayout.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/ModernLayout.vue.js +2 -2
- package/dist/components/Content/Models/ModernLayout.vue2.js +48 -52
- package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +3 -2
- package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
- package/dist/components/Content/Operations/TraversedEntry.vue.js +33 -32
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts +2 -2
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts.map +1 -1
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.js +1 -1
- package/dist/components/Content/Schema/Schema.vue.d.ts +10 -22
- 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 +93 -141
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +19 -4
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +83 -138
- package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts +2 -13
- package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaEnumValues.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaEnumValues.vue2.js +66 -92
- 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 +2 -2
- package/dist/components/Content/Schema/SchemaHeading.vue2.js +19 -17
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts +9 -14
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +62 -75
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +8 -13
- 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 +120 -140
- package/dist/components/Content/Schema/SchemaPropertyExamples.vue.d.ts +1 -1
- package/dist/components/Content/Schema/SchemaPropertyExamples.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +9 -4
- 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 +173 -204
- package/dist/components/Content/Schema/helpers/get-ref-name.d.ts +11 -0
- package/dist/components/Content/Schema/helpers/get-ref-name.d.ts.map +1 -0
- package/dist/components/Content/Schema/helpers/get-ref-name.js +11 -0
- package/dist/components/Content/Schema/helpers/get-schema-type.d.ts +13 -3
- package/dist/components/Content/Schema/helpers/get-schema-type.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/get-schema-type.js +34 -13
- package/dist/components/Content/Schema/helpers/is-type-object.d.ts +4 -2
- package/dist/components/Content/Schema/helpers/is-type-object.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts +2 -4
- package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/merge-all-of-schemas.js +130 -84
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts +5 -5
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.js +40 -31
- package/dist/components/Content/Schema/helpers/schema-composition.d.ts +0 -8
- package/dist/components/Content/Schema/helpers/schema-composition.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/schema-composition.js +2 -6
- package/dist/components/Content/Schema/helpers/schema-name.d.ts +8 -17
- package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/schema-name.js +24 -33
- package/dist/features/Operation/Operation.vue.d.ts +3 -4
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.js +54 -73
- package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts +10 -11
- package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ContentTypeSelect.vue.js +35 -43
- package/dist/features/Operation/components/{ParameterHeaders.vue.d.ts → Header.vue.d.ts} +4 -5
- package/dist/features/Operation/components/Header.vue.d.ts.map +1 -0
- package/dist/features/Operation/components/Header.vue.js +23 -0
- package/dist/features/Operation/components/Header.vue2.js +4 -0
- package/dist/features/Operation/components/Headers.vue.d.ts +8 -0
- package/dist/features/Operation/components/Headers.vue.d.ts.map +1 -0
- package/dist/features/Operation/components/Headers.vue.js +7 -0
- package/dist/features/Operation/components/Headers.vue2.js +61 -0
- package/dist/features/Operation/components/OperationParameters.vue.d.ts +4 -10
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.js +23 -33
- package/dist/features/Operation/components/OperationResponses.vue.d.ts +3 -6
- package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationResponses.vue.js +22 -19
- package/dist/features/Operation/components/ParameterList.vue.d.ts +3 -10
- package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterList.vue.js +35 -5
- package/dist/features/Operation/components/ParameterList.vue2.js +2 -38
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts +4 -10
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue2.js +78 -74
- package/dist/features/Operation/components/RequestBody.vue.d.ts +3 -8
- 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 +78 -82
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts +0 -4
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callback.vue.js +3 -3
- package/dist/features/Operation/components/callbacks/Callback.vue2.js +35 -36
- package/dist/features/Operation/components/callbacks/Callback.vue3.js +2 -2
- package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts +0 -2
- package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callbacks.vue.js +13 -15
- package/dist/features/Operation/helpers/combine-params.d.ts +1 -1
- package/dist/features/Operation/helpers/combine-params.d.ts.map +1 -1
- package/dist/features/Operation/helpers/combine-params.js +2 -2
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +1 -9
- 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 +75 -82
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +2 -10
- 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 +96 -103
- package/dist/features/api-client-modal/useApiClient.d.ts +90 -90
- package/dist/index.js +1 -1
- package/dist/libs/openapi.d.ts +1 -13
- package/dist/libs/openapi.d.ts.map +1 -1
- package/dist/libs/openapi.js +39 -56
- package/dist/style.css +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts +10 -4
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.js +22 -18
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.d.ts +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.d.ts.map +1 -1
- package/package.json +13 -13
- package/dist/components/Content/Schema/Schema.preview.d.ts +0 -1078
- package/dist/components/Content/Schema/Schema.preview.d.ts.map +0 -1
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts +0 -12
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +0 -1
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +0 -49
- package/dist/components/Content/Schema/SchemaDiscriminator.vue2.js +0 -4
- package/dist/components/Content/Schema/SchemaPropertyDescription.vue.d.ts +0 -13
- package/dist/components/Content/Schema/SchemaPropertyDescription.vue.d.ts.map +0 -1
- package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +0 -1
- package/dist/features/Operation/components/ParameterHeaders.vue.js +0 -7
- package/dist/features/Operation/components/ParameterHeaders.vue2.js +0 -64
- package/dist/features/Operation/components/ParameterList.vue3.js +0 -4
- package/dist/features/Operation/hooks/useResponses.d.ts +0 -17
- package/dist/features/Operation/hooks/useResponses.d.ts.map +0 -1
- package/dist/features/Operation/hooks/useResponses.js +0 -19
- package/dist/hooks/useDiscriminator.d.ts +0 -53
- package/dist/hooks/useDiscriminator.d.ts.map +0 -1
- package/dist/hooks/useDiscriminator.js +0 -149
- package/dist/hooks/useOperationDiscriminator.d.ts +0 -8
- package/dist/hooks/useOperationDiscriminator.d.ts.map +0 -1
- package/dist/hooks/useOperationDiscriminator.js +0 -57
- /package/dist/features/Operation/components/{ParameterHeaders.vue3.js → Headers.vue3.js} +0 -0
|
@@ -1,217 +1,169 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { Disclosure as
|
|
3
|
-
import { ScalarMarkdown as
|
|
4
|
-
import
|
|
5
|
-
import {
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
|
|
10
|
-
import Y from "./SchemaProperty.vue.js";
|
|
11
|
-
const Z = {
|
|
1
|
+
import { defineComponent as R, computed as B, createBlock as d, createCommentVNode as n, openBlock as l, unref as i, withCtx as s, createElementVNode as S, normalizeClass as m, createElementBlock as r, createVNode as o, withDirectives as C, createTextVNode as h, toDisplayString as y, vShow as N, normalizeStyle as M, Fragment as u } from "vue";
|
|
2
|
+
import { Disclosure as w, DisclosureButton as H, DisclosurePanel as W } from "@headlessui/vue";
|
|
3
|
+
import { ScalarMarkdown as D, ScalarIcon as p } from "@scalar/components";
|
|
4
|
+
import P from "../../ScreenReader.vue.js";
|
|
5
|
+
import { isTypeObject as z } from "./helpers/is-type-object.js";
|
|
6
|
+
import A from "./SchemaHeading.vue.js";
|
|
7
|
+
import V from "./SchemaObjectProperties.vue.js";
|
|
8
|
+
import j from "./SchemaProperty.vue.js";
|
|
9
|
+
const T = {
|
|
12
10
|
key: 0,
|
|
13
11
|
class: "schema-card-description"
|
|
14
|
-
},
|
|
12
|
+
}, $ = {
|
|
15
13
|
key: 0,
|
|
16
14
|
class: "schema-properties"
|
|
17
|
-
},
|
|
15
|
+
}, Q = /* @__PURE__ */ R({
|
|
18
16
|
__name: "Schema",
|
|
19
17
|
props: {
|
|
20
|
-
|
|
18
|
+
schema: {},
|
|
21
19
|
level: { default: 0 },
|
|
22
20
|
name: {},
|
|
23
21
|
compact: { type: Boolean },
|
|
24
22
|
noncollapsible: { type: Boolean, default: !1 },
|
|
25
23
|
hideHeading: { type: Boolean },
|
|
24
|
+
hideReadOnly: { type: Boolean },
|
|
25
|
+
hideWriteOnly: { type: Boolean },
|
|
26
26
|
additionalProperties: { type: Boolean },
|
|
27
27
|
hideModelNames: { type: Boolean, default: !1 },
|
|
28
|
-
schemas: {},
|
|
29
28
|
discriminator: {},
|
|
30
|
-
discriminatorMapping: {},
|
|
31
|
-
discriminatorPropertyName: {},
|
|
32
|
-
hasDiscriminator: { type: Boolean },
|
|
33
29
|
breadcrumb: {}
|
|
34
30
|
},
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
()
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
), S = u(
|
|
43
|
-
() => {
|
|
44
|
-
var e;
|
|
45
|
-
return ((e = o == null ? void 0 : o.value) == null ? void 0 : e.discriminatorPropertyName) || l.discriminatorPropertyName || "";
|
|
46
|
-
}
|
|
47
|
-
), M = u(
|
|
48
|
-
() => {
|
|
49
|
-
var e;
|
|
50
|
-
return ((e = o == null ? void 0 : o.value) == null ? void 0 : e.selectedType) || l.discriminator;
|
|
51
|
-
}
|
|
52
|
-
), a = u(() => {
|
|
53
|
-
var r;
|
|
54
|
-
const e = (r = o == null ? void 0 : o.value) == null ? void 0 : r.mergedSchema, n = l.value;
|
|
55
|
-
return e && l.level === 0 && l.hasDiscriminator && P(n) && P(e) ? e : l.value;
|
|
56
|
-
}), B = u(() => !(l.noncollapsible || l.level === 0)), D = u(() => {
|
|
57
|
-
var e, n;
|
|
58
|
-
if ((e = a.value) != null && e.allOf && Array.isArray(a.value.allOf) && // Because we don't want it to show in models
|
|
59
|
-
l.name === "Request Body") {
|
|
60
|
-
if (a.value.description)
|
|
61
|
-
return a.value.description;
|
|
62
|
-
const r = a.value.allOf.find(
|
|
63
|
-
(t) => t.description && typeof t.description == "string"
|
|
64
|
-
);
|
|
65
|
-
if (r != null && r.description)
|
|
66
|
-
return r.description;
|
|
67
|
-
}
|
|
68
|
-
return !((n = a.value) != null && n.description) || typeof a.value.description != "string" || a.value.oneOf || a.value.anyOf || a.value.enum || !a.value.properties && !a.value.patternProperties && !a.value.additionalProperties || l.level === 0 ? null : a.value.description;
|
|
69
|
-
}), O = (e) => l.noncollapsible && e.stopPropagation(), H = (e) => {
|
|
70
|
-
F("update:modelValue", e);
|
|
71
|
-
};
|
|
72
|
-
return (e, n) => typeof e.value == "object" && Object.keys(e.value).length ? (i(), c(s(U), {
|
|
31
|
+
setup(a) {
|
|
32
|
+
const f = B(() => !a.noncollapsible && a.level > 0), v = B(() => {
|
|
33
|
+
var e, c;
|
|
34
|
+
return (e = a.schema) != null && e.allOf && a.schema.allOf.length > 0 && a.name === "Request Body" ? a.schema.description || a.schema.allOf[0].description : !((c = a.schema) != null && c.description) || typeof a.schema.description != "string" || a.schema.oneOf || a.schema.anyOf || a.schema.enum || !("properties" in a.schema) && !("patternProperties" in a.schema) && !("additionalProperties" in a.schema) ? null : a.schema.description;
|
|
35
|
+
}), b = (e) => a.noncollapsible && e.stopPropagation();
|
|
36
|
+
return (e, c) => typeof e.schema == "object" && Object.keys(e.schema).length ? (l(), d(i(w), {
|
|
73
37
|
key: 0,
|
|
74
38
|
defaultOpen: e.noncollapsible
|
|
75
39
|
}, {
|
|
76
|
-
default:
|
|
77
|
-
|
|
78
|
-
class:
|
|
40
|
+
default: s(({ open: t }) => [
|
|
41
|
+
S("div", {
|
|
42
|
+
class: m(["schema-card", [
|
|
79
43
|
`schema-card--level-${e.level}`,
|
|
80
|
-
{ "schema-card--compact": e.compact, "schema-card--open":
|
|
81
|
-
{ "border-t": e.additionalProperties &&
|
|
44
|
+
{ "schema-card--compact": e.compact, "schema-card--open": t },
|
|
45
|
+
{ "border-t": e.additionalProperties && t }
|
|
82
46
|
]])
|
|
83
47
|
}, [
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
])) :
|
|
87
|
-
|
|
88
|
-
class:
|
|
89
|
-
"schema-properties-open":
|
|
48
|
+
v.value ? (l(), r("div", T, [
|
|
49
|
+
o(i(D), { value: v.value }, null, 8, ["value"])
|
|
50
|
+
])) : n("", !0),
|
|
51
|
+
S("div", {
|
|
52
|
+
class: m(["schema-properties", {
|
|
53
|
+
"schema-properties-open": t
|
|
90
54
|
}])
|
|
91
55
|
}, [
|
|
92
|
-
e.additionalProperties ?
|
|
93
|
-
|
|
56
|
+
e.additionalProperties ? C((l(), r("div", $, [
|
|
57
|
+
o(i(H), {
|
|
94
58
|
as: "button",
|
|
95
59
|
class: "schema-card-title schema-card-title--compact",
|
|
96
|
-
onClickCapture:
|
|
60
|
+
onClickCapture: b
|
|
97
61
|
}, {
|
|
98
|
-
default:
|
|
99
|
-
|
|
62
|
+
default: s(() => [
|
|
63
|
+
o(i(p), {
|
|
100
64
|
class: "schema-card-title-icon",
|
|
101
65
|
icon: "Add",
|
|
102
66
|
size: "sm"
|
|
103
67
|
}),
|
|
104
|
-
|
|
105
|
-
e.name ? (
|
|
106
|
-
default:
|
|
107
|
-
|
|
68
|
+
c[0] || (c[0] = h(" Show additional properties ")),
|
|
69
|
+
e.name ? (l(), d(P, { key: 0 }, {
|
|
70
|
+
default: s(() => [
|
|
71
|
+
h("for " + y(e.name), 1)
|
|
108
72
|
]),
|
|
109
73
|
_: 1
|
|
110
|
-
})) :
|
|
74
|
+
})) : n("", !0)
|
|
111
75
|
]),
|
|
112
76
|
_: 1,
|
|
113
77
|
__: [0]
|
|
114
78
|
})
|
|
115
79
|
], 512)), [
|
|
116
|
-
[
|
|
117
|
-
]) :
|
|
80
|
+
[N, !t]
|
|
81
|
+
]) : f.value ? C((l(), d(i(H), {
|
|
118
82
|
key: 1,
|
|
119
83
|
as: e.noncollapsible ? "div" : "button",
|
|
120
|
-
class:
|
|
121
|
-
style:
|
|
84
|
+
class: m(["schema-card-title", { "schema-card-title--compact": e.compact }]),
|
|
85
|
+
style: M({
|
|
122
86
|
top: `calc(var(--refs-header-height) + calc(var(--schema-title-height) * ${e.level}))`
|
|
123
87
|
}),
|
|
124
|
-
onClickCapture:
|
|
88
|
+
onClickCapture: b
|
|
125
89
|
}, {
|
|
126
|
-
default:
|
|
127
|
-
var
|
|
90
|
+
default: s(() => {
|
|
91
|
+
var O, k, g;
|
|
128
92
|
return [
|
|
129
|
-
e.compact ? (
|
|
130
|
-
|
|
131
|
-
class:
|
|
93
|
+
e.compact ? (l(), r(u, { key: 0 }, [
|
|
94
|
+
o(i(p), {
|
|
95
|
+
class: m(["schema-card-title-icon", { "schema-card-title-icon--open": t }]),
|
|
132
96
|
icon: "Add",
|
|
133
97
|
size: "sm"
|
|
134
98
|
}, null, 8, ["class"]),
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
], 64)) : (
|
|
138
|
-
|
|
99
|
+
t ? (l(), r(u, { key: 0 }, [
|
|
100
|
+
h(" Hide " + y(((O = e.schema) == null ? void 0 : O.title) ?? "Child Attributes"), 1)
|
|
101
|
+
], 64)) : (l(), r(u, { key: 1 }, [
|
|
102
|
+
h(" Show " + y(((k = e.schema) == null ? void 0 : k.title) ?? "Child Attributes"), 1)
|
|
139
103
|
], 64)),
|
|
140
|
-
e.name ? (
|
|
141
|
-
default:
|
|
142
|
-
|
|
104
|
+
e.name ? (l(), d(P, { key: 2 }, {
|
|
105
|
+
default: s(() => [
|
|
106
|
+
h("for " + y(e.name), 1)
|
|
143
107
|
]),
|
|
144
108
|
_: 1
|
|
145
|
-
})) :
|
|
146
|
-
], 64)) : (
|
|
147
|
-
|
|
148
|
-
class:
|
|
109
|
+
})) : n("", !0)
|
|
110
|
+
], 64)) : (l(), r(u, { key: 1 }, [
|
|
111
|
+
o(i(p), {
|
|
112
|
+
class: m(["schema-card-title-icon", { "schema-card-title-icon--open": t }]),
|
|
149
113
|
icon: "Add",
|
|
150
114
|
size: "sm"
|
|
151
115
|
}, null, 8, ["class"]),
|
|
152
|
-
|
|
153
|
-
name: ((
|
|
154
|
-
value: e.
|
|
116
|
+
o(A, {
|
|
117
|
+
name: ((g = e.schema) == null ? void 0 : g.title) ?? e.name,
|
|
118
|
+
value: e.schema
|
|
155
119
|
}, null, 8, ["name", "value"])
|
|
156
120
|
], 64))
|
|
157
121
|
];
|
|
158
122
|
}),
|
|
159
123
|
_: 2
|
|
160
124
|
}, 1032, ["as", "class", "style"])), [
|
|
161
|
-
[
|
|
162
|
-
]) :
|
|
163
|
-
!e.additionalProperties ||
|
|
125
|
+
[N, !e.hideHeading && !(e.noncollapsible && e.compact)]
|
|
126
|
+
]) : n("", !0),
|
|
127
|
+
!e.additionalProperties || t ? (l(), d(i(W), {
|
|
164
128
|
key: 2,
|
|
165
129
|
as: "ul",
|
|
166
|
-
static: !
|
|
130
|
+
static: !f.value
|
|
167
131
|
}, {
|
|
168
|
-
default:
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
132
|
+
default: s(() => [
|
|
133
|
+
i(z)(e.schema) ? (l(), d(V, {
|
|
134
|
+
key: 0,
|
|
135
|
+
breadcrumb: e.breadcrumb,
|
|
136
|
+
compact: e.compact,
|
|
137
|
+
discriminator: e.discriminator,
|
|
138
|
+
hideHeading: e.hideHeading,
|
|
139
|
+
hideModelNames: e.hideModelNames,
|
|
140
|
+
hideReadOnly: e.hideReadOnly,
|
|
141
|
+
hideWriteOnly: e.hideWriteOnly,
|
|
142
|
+
level: e.level + 1,
|
|
143
|
+
schema: e.schema
|
|
144
|
+
}, null, 8, ["breadcrumb", "compact", "discriminator", "hideHeading", "hideModelNames", "hideReadOnly", "hideWriteOnly", "level", "schema"])) : (l(), r(u, { key: 1 }, [
|
|
145
|
+
e.schema ? (l(), d(j, {
|
|
172
146
|
key: 0,
|
|
173
147
|
breadcrumb: e.breadcrumb,
|
|
174
148
|
compact: e.compact,
|
|
175
|
-
discriminator: M.value,
|
|
176
|
-
discriminatorMapping: N.value,
|
|
177
|
-
discriminatorPropertyName: S.value,
|
|
178
|
-
hasDiscriminator: e.hasDiscriminator,
|
|
179
149
|
hideHeading: e.hideHeading,
|
|
180
150
|
hideModelNames: e.hideModelNames,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
a.value ? (i(), c(Y, {
|
|
189
|
-
key: 0,
|
|
190
|
-
breadcrumb: e.breadcrumb,
|
|
191
|
-
compact: e.compact,
|
|
192
|
-
discriminatorMapping: N.value,
|
|
193
|
-
discriminatorPropertyName: S.value,
|
|
194
|
-
hideHeading: e.hideHeading,
|
|
195
|
-
hideModelNames: e.hideModelNames,
|
|
196
|
-
level: e.level,
|
|
197
|
-
modelValue: M.value,
|
|
198
|
-
name: a.value.name,
|
|
199
|
-
schemas: e.schemas,
|
|
200
|
-
value: ((t = e.value.discriminator) == null ? void 0 : t.propertyName) === e.name ? e.value : a.value,
|
|
201
|
-
"onUpdate:modelValue": H
|
|
202
|
-
}, null, 8, ["breadcrumb", "compact", "discriminatorMapping", "discriminatorPropertyName", "hideHeading", "hideModelNames", "level", "modelValue", "name", "schemas", "value"])) : d("", !0)
|
|
203
|
-
], 64))
|
|
204
|
-
];
|
|
205
|
-
}),
|
|
151
|
+
hideReadOnly: e.hideReadOnly,
|
|
152
|
+
hideWriteOnly: e.hideWriteOnly,
|
|
153
|
+
level: e.level,
|
|
154
|
+
value: e.schema
|
|
155
|
+
}, null, 8, ["breadcrumb", "compact", "hideHeading", "hideModelNames", "hideReadOnly", "hideWriteOnly", "level", "value"])) : n("", !0)
|
|
156
|
+
], 64))
|
|
157
|
+
]),
|
|
206
158
|
_: 1
|
|
207
|
-
}, 8, ["static"])) :
|
|
159
|
+
}, 8, ["static"])) : n("", !0)
|
|
208
160
|
], 2)
|
|
209
161
|
], 2)
|
|
210
162
|
]),
|
|
211
163
|
_: 1
|
|
212
|
-
}, 8, ["defaultOpen"])) :
|
|
164
|
+
}, 8, ["defaultOpen"])) : n("", !0);
|
|
213
165
|
}
|
|
214
166
|
});
|
|
215
167
|
export {
|
|
216
|
-
|
|
168
|
+
Q as default
|
|
217
169
|
};
|
|
@@ -1,15 +1,30 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { DiscriminatorObject, SchemaObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
|
|
2
2
|
import { type CompositionKeyword } from './helpers/schema-composition.js';
|
|
3
3
|
type __VLS_Props = {
|
|
4
|
+
/** The composition keyword (oneOf, anyOf, allOf) */
|
|
4
5
|
composition: CompositionKeyword;
|
|
5
|
-
schemas
|
|
6
|
+
/** Optional discriminator object for polymorphic schemas */
|
|
7
|
+
discriminator?: DiscriminatorObject;
|
|
8
|
+
/** Optional name for the schema */
|
|
6
9
|
name?: string;
|
|
7
|
-
value
|
|
10
|
+
/** The schema value containing the composition */
|
|
11
|
+
value: SchemaObject;
|
|
12
|
+
/** Nesting level for proper indentation */
|
|
8
13
|
level: number;
|
|
14
|
+
/** Whether to use compact layout */
|
|
9
15
|
compact?: boolean;
|
|
16
|
+
/** Whether to hide the heading */
|
|
10
17
|
hideHeading?: boolean;
|
|
18
|
+
/** Whether to hide read-only properties */
|
|
19
|
+
hideReadOnly?: boolean;
|
|
20
|
+
/** Hide write-only properties */
|
|
21
|
+
hideWriteOnly?: boolean;
|
|
22
|
+
/** Breadcrumb for navigation */
|
|
11
23
|
breadcrumb?: string[];
|
|
12
24
|
};
|
|
13
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
25
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
26
|
+
compact: boolean;
|
|
27
|
+
hideHeading: boolean;
|
|
28
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
29
|
export default _default;
|
|
15
30
|
//# sourceMappingURL=SchemaComposition.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SchemaComposition.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaComposition.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SchemaComposition.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaComposition.vue"],"names":[],"mappings":"AAwJA,OAAO,KAAK,EACV,mBAAmB,EACnB,YAAY,EACb,MAAM,8DAA8D,CAAA;AAKrE,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,8BAA8B,CAAA;AAGtE,KAAK,WAAW,GAAG;IACf,oDAAoD;IACpD,WAAW,EAAE,kBAAkB,CAAA;IAC/B,4DAA4D;IAC5D,aAAa,CAAC,EAAE,mBAAmB,CAAA;IACnC,mCAAmC;IACnC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,kDAAkD;IAClD,KAAK,EAAE,YAAY,CAAA;IACnB,2CAA2C;IAC3C,KAAK,EAAE,MAAM,CAAA;IACb,oCAAoC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,kCAAkC;IAClC,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,2CAA2C;IAC3C,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,iCAAiC;IACjC,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,gCAAgC;IAChC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;CACtB,CAAC;;aATU,OAAO;iBAEH,OAAO;;AA+NzB,wBAOG"}
|
|
@@ -1,152 +1,97 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ScalarListbox as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import
|
|
8
|
-
|
|
1
|
+
import { defineComponent as O, computed as d, ref as C, createElementBlock as m, openBlock as t, createBlock as S, unref as s, Fragment as R, createVNode as c, createElementVNode as r, withCtx as B, createCommentVNode as H, toDisplayString as v, normalizeClass as W } from "vue";
|
|
2
|
+
import { ScalarListbox as k } from "@scalar/components";
|
|
3
|
+
import { isDefined as V } from "@scalar/helpers/array/is-defined";
|
|
4
|
+
import { ScalarIconCaretDown as w } from "@scalar/icons";
|
|
5
|
+
import { getResolvedRef as N } from "@scalar/workspace-store/helpers/get-resolved-ref";
|
|
6
|
+
import { getSchemaType as z } from "./helpers/get-schema-type.js";
|
|
7
|
+
import { mergeAllOfSchemas as D } from "./helpers/merge-all-of-schemas.js";
|
|
8
|
+
import f from "./Schema.vue.js";
|
|
9
|
+
const U = { class: "property-rule" }, A = {
|
|
9
10
|
class: "composition-selector bg-b-1.5 hover:bg-b-2 flex w-full cursor-pointer items-center gap-1 rounded-t-lg border border-b-0 px-2 py-1.25 pr-3 text-left",
|
|
10
11
|
type: "button"
|
|
11
|
-
},
|
|
12
|
+
}, E = { class: "text-c-2" }, L = {
|
|
13
|
+
key: 0,
|
|
14
|
+
class: "text-red"
|
|
15
|
+
}, T = { class: "composition-panel" }, K = /* @__PURE__ */ O({
|
|
12
16
|
__name: "SchemaComposition",
|
|
13
17
|
props: {
|
|
14
18
|
composition: {},
|
|
15
|
-
|
|
19
|
+
discriminator: {},
|
|
16
20
|
name: {},
|
|
17
21
|
value: {},
|
|
18
22
|
level: {},
|
|
19
|
-
compact: { type: Boolean },
|
|
20
|
-
hideHeading: { type: Boolean },
|
|
23
|
+
compact: { type: Boolean, default: !1 },
|
|
24
|
+
hideHeading: { type: Boolean, default: !1 },
|
|
25
|
+
hideReadOnly: { type: Boolean },
|
|
26
|
+
hideWriteOnly: { type: Boolean },
|
|
21
27
|
breadcrumb: {}
|
|
22
28
|
},
|
|
23
|
-
setup(
|
|
24
|
-
const
|
|
25
|
-
() =>
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
)
|
|
31
|
-
),
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
H(O(Z), {
|
|
88
|
-
modelValue: d.value,
|
|
89
|
-
"onUpdate:modelValue": o[0] || (o[0] = (l) => d.value = l),
|
|
90
|
-
options: g.value,
|
|
91
|
-
resize: ""
|
|
92
|
-
}, {
|
|
93
|
-
default: R(() => {
|
|
94
|
-
var l;
|
|
95
|
-
return [
|
|
96
|
-
u("button", K, [
|
|
97
|
-
u("span", M, N(L(e.composition)), 1),
|
|
98
|
-
u("span", P, N(((l = d.value) == null ? void 0 : l.label) || "Schema"), 1),
|
|
99
|
-
H(O($))
|
|
100
|
-
])
|
|
101
|
-
];
|
|
102
|
-
}),
|
|
103
|
-
_: 1
|
|
104
|
-
}, 8, ["modelValue", "options"]),
|
|
105
|
-
u("div", Q, [
|
|
106
|
-
U.value ? (i(), c(y, {
|
|
107
|
-
key: 0,
|
|
108
|
-
breadcrumb: e.breadcrumb,
|
|
109
|
-
compact: e.compact,
|
|
110
|
-
level: e.level + 1,
|
|
111
|
-
hideHeading: e.hideHeading,
|
|
112
|
-
name: e.name,
|
|
113
|
-
noncollapsible: !0,
|
|
114
|
-
schemas: e.schemas,
|
|
115
|
-
value: (a = n.value) != null && a.properties ? {
|
|
116
|
-
type: "object",
|
|
117
|
-
properties: n.value.properties,
|
|
118
|
-
required: n.value.required
|
|
119
|
-
} : n.value
|
|
120
|
-
}, null, 8, ["breadcrumb", "compact", "level", "hideHeading", "name", "schemas", "value"])) : b("", !0),
|
|
121
|
-
(m = n.value) != null && m.oneOf || (k = n.value) != null && k.anyOf ? (i(), c(s, {
|
|
122
|
-
key: 1,
|
|
123
|
-
breadcrumb: e.breadcrumb,
|
|
124
|
-
compact: e.compact,
|
|
125
|
-
composition: f.value,
|
|
126
|
-
hideHeading: e.hideHeading,
|
|
127
|
-
level: e.level + 1,
|
|
128
|
-
name: e.name,
|
|
129
|
-
noncollapsible: !0,
|
|
130
|
-
schemas: e.schemas,
|
|
131
|
-
value: {
|
|
132
|
-
[f.value]: T.value
|
|
133
|
-
}
|
|
134
|
-
}, null, 8, ["breadcrumb", "compact", "composition", "hideHeading", "level", "name", "schemas", "value"])) : b("", !0)
|
|
135
|
-
])
|
|
136
|
-
], 64)) : (i(), c(y, {
|
|
137
|
-
key: 2,
|
|
138
|
-
breadcrumb: e.breadcrumb,
|
|
139
|
-
compact: e.compact,
|
|
140
|
-
level: e.level,
|
|
141
|
-
name: e.name,
|
|
142
|
-
noncollapsible: e.level == 0,
|
|
143
|
-
schemas: e.schemas,
|
|
144
|
-
value: O(V)(e.value[e.composition])
|
|
145
|
-
}, null, 8, ["breadcrumb", "compact", "level", "name", "noncollapsible", "schemas", "value"]))
|
|
146
|
-
]);
|
|
147
|
-
};
|
|
29
|
+
setup(y) {
|
|
30
|
+
const a = y, p = d(
|
|
31
|
+
() => [a.value[a.composition]].flat().map((e) => ({ value: N(e), original: e })).filter((e) => V(e.value))
|
|
32
|
+
), u = d(
|
|
33
|
+
() => p.value.map((e, o) => ({
|
|
34
|
+
id: String(o),
|
|
35
|
+
label: z(e.original) || "Schema"
|
|
36
|
+
}))
|
|
37
|
+
), i = C(u.value[0]), g = (e) => e.replace(/([A-Z])/g, " $1").replace(/^./, (o) => o.toUpperCase()).toLowerCase().replace(/^(\w)/, (o) => o.toUpperCase()), n = d(
|
|
38
|
+
() => p.value[Number(i.value.id)].value
|
|
39
|
+
);
|
|
40
|
+
return (e, o) => (t(), m("div", U, [
|
|
41
|
+
a.composition === "allOf" ? (t(), S(f, {
|
|
42
|
+
key: 0,
|
|
43
|
+
breadcrumb: e.breadcrumb,
|
|
44
|
+
compact: e.compact,
|
|
45
|
+
discriminator: e.discriminator,
|
|
46
|
+
hideHeading: e.hideHeading,
|
|
47
|
+
hideReadOnly: e.hideReadOnly,
|
|
48
|
+
hideWriteOnly: e.hideWriteOnly,
|
|
49
|
+
level: e.level,
|
|
50
|
+
name: e.name,
|
|
51
|
+
noncollapsible: !0,
|
|
52
|
+
schema: s(D)(a.value)
|
|
53
|
+
}, null, 8, ["breadcrumb", "compact", "discriminator", "hideHeading", "hideReadOnly", "hideWriteOnly", "level", "name", "schema"])) : (t(), m(R, { key: 1 }, [
|
|
54
|
+
c(s(k), {
|
|
55
|
+
modelValue: i.value,
|
|
56
|
+
"onUpdate:modelValue": o[0] || (o[0] = (l) => i.value = l),
|
|
57
|
+
options: u.value,
|
|
58
|
+
resize: ""
|
|
59
|
+
}, {
|
|
60
|
+
default: B(() => {
|
|
61
|
+
var l, h, b;
|
|
62
|
+
return [
|
|
63
|
+
r("button", A, [
|
|
64
|
+
r("span", E, v(g(a.composition)), 1),
|
|
65
|
+
r("span", {
|
|
66
|
+
class: W(["composition-selector-label text-c-1", {
|
|
67
|
+
"line-through": (l = n.value) == null ? void 0 : l.deprecated
|
|
68
|
+
}])
|
|
69
|
+
}, v(((h = i.value) == null ? void 0 : h.label) || "Schema"), 3),
|
|
70
|
+
(b = n.value) != null && b.deprecated ? (t(), m("div", L, " deprecated ")) : H("", !0),
|
|
71
|
+
c(s(w))
|
|
72
|
+
])
|
|
73
|
+
];
|
|
74
|
+
}),
|
|
75
|
+
_: 1
|
|
76
|
+
}, 8, ["modelValue", "options"]),
|
|
77
|
+
r("div", T, [
|
|
78
|
+
c(f, {
|
|
79
|
+
breadcrumb: e.breadcrumb,
|
|
80
|
+
compact: e.compact,
|
|
81
|
+
discriminator: e.discriminator,
|
|
82
|
+
hideHeading: e.hideHeading,
|
|
83
|
+
hideReadOnly: e.hideReadOnly,
|
|
84
|
+
hideWriteOnly: e.hideWriteOnly,
|
|
85
|
+
level: e.level + 1,
|
|
86
|
+
name: e.name,
|
|
87
|
+
noncollapsible: !0,
|
|
88
|
+
schema: n.value
|
|
89
|
+
}, null, 8, ["breadcrumb", "compact", "discriminator", "hideHeading", "hideReadOnly", "hideWriteOnly", "level", "name", "schema"])
|
|
90
|
+
])
|
|
91
|
+
], 64))
|
|
92
|
+
]));
|
|
148
93
|
}
|
|
149
94
|
});
|
|
150
95
|
export {
|
|
151
|
-
|
|
96
|
+
K as default
|
|
152
97
|
};
|
|
@@ -1,18 +1,7 @@
|
|
|
1
|
-
type
|
|
2
|
-
'enum'?: any[];
|
|
3
|
-
'items'?: {
|
|
4
|
-
enum?: any[];
|
|
5
|
-
};
|
|
6
|
-
'x-enumDescriptions'?: Record<string, string> | string[];
|
|
7
|
-
'x-enum-descriptions'?: Record<string, string> | string[];
|
|
8
|
-
'x-enum-varnames'?: string[];
|
|
9
|
-
'x-enumNames'?: string[];
|
|
10
|
-
} & Record<string, any>;
|
|
1
|
+
import type { SchemaObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
|
|
11
2
|
type __VLS_Props = {
|
|
12
3
|
/** The schema object containing enum values and metadata */
|
|
13
|
-
value
|
|
14
|
-
/** Whether this enum is used as a discriminator property */
|
|
15
|
-
isDiscriminator?: boolean;
|
|
4
|
+
value: SchemaObject | undefined;
|
|
16
5
|
};
|
|
17
6
|
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>;
|
|
18
7
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SchemaEnumValues.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaEnumValues.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SchemaEnumValues.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaEnumValues.vue"],"names":[],"mappings":"AAiLA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8DAA8D,CAAA;AAMhG,KAAK,WAAW,GAAG;IACjB,4DAA4D;IAC5D,KAAK,EAAE,YAAY,GAAG,SAAS,CAAA;CAChC,CAAC;;AA6OF,wBAMG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SchemaEnumValues.vue2.js";
|
|
2
2
|
import "./SchemaEnumValues.vue3.js";
|
|
3
3
|
import m from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const e = /* @__PURE__ */ m(o, [["__scopeId", "data-v-d4946030"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|