@scalar/api-reference 1.33.0 → 1.34.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 +39 -0
- package/dist/browser/standalone.js +13276 -13205
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Anchor/WithBreadcrumb.vue.d.ts +24 -0
- package/dist/components/Anchor/WithBreadcrumb.vue.d.ts.map +1 -0
- package/dist/components/Anchor/WithBreadcrumb.vue.js +4 -0
- package/dist/components/Anchor/WithBreadcrumb.vue2.js +46 -0
- package/dist/components/Anchor/index.d.ts +1 -0
- package/dist/components/Anchor/index.d.ts.map +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 +184 -201
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.js +1 -1
- package/dist/components/Content/Introduction/Introduction.vue2.js +1 -0
- package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +1 -0
- package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
- package/dist/components/Content/Operations/TraversedEntry.vue.js +34 -32
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts.map +1 -1
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.js +33 -29
- package/dist/components/Content/Operations/get-current-index.d.ts +4 -0
- package/dist/components/Content/Operations/get-current-index.d.ts.map +1 -0
- package/dist/components/Content/Operations/get-current-index.js +16 -0
- package/dist/components/Content/Schema/Schema.preview.d.ts +28 -0
- package/dist/components/Content/Schema/Schema.preview.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.d.ts +2 -0
- 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 +164 -157
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +1 -0
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +58 -53
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts +1 -0
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +52 -40
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +1 -0
- 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 +100 -87
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +3 -3
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +4 -1
- package/dist/components/Lazy/Lazy.vue.d.ts +1 -0
- package/dist/components/Lazy/Lazy.vue.d.ts.map +1 -1
- package/dist/components/Lazy/Lazy.vue2.js +12 -11
- package/dist/components/Lazy/lazyBus.d.ts +5 -3
- package/dist/components/Lazy/lazyBus.d.ts.map +1 -1
- package/dist/components/OperationsList/OperationsListItem.vue.d.ts.map +1 -1
- package/dist/components/OperationsList/OperationsListItem.vue.js +1 -1
- package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts +4 -4
- package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.d.ts +1 -0
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.js +49 -43
- package/dist/features/Operation/components/OperationResponses.vue.d.ts +1 -0
- package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationResponses.vue.js +4 -3
- package/dist/features/Operation/components/ParameterHeaders.vue.d.ts +1 -0
- 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/ParameterHeaders.vue2.js +28 -26
- package/dist/features/Operation/components/ParameterList.vue.d.ts +1 -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 +17 -15
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts +1 -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 +17 -16
- package/dist/features/Operation/components/RequestBody.vue.d.ts +2 -2
- 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 +47 -39
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts +1 -0
- 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 +12 -11
- package/dist/features/Operation/components/callbacks/Callback.vue3.js +2 -2
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +63 -61
- package/dist/features/Search/{SearchButton.vue.d.ts → components/SearchButton.vue.d.ts} +0 -2
- package/dist/features/Search/components/SearchButton.vue.d.ts.map +1 -0
- package/dist/features/Search/components/SearchButton.vue.js +65 -0
- package/dist/features/Search/{SearchModal.vue.d.ts → components/SearchModal.vue.d.ts} +0 -2
- package/dist/features/Search/components/SearchModal.vue.d.ts.map +1 -0
- package/dist/features/Search/components/SearchModal.vue.js +7 -0
- package/dist/features/Search/components/SearchModal.vue2.js +199 -0
- package/dist/features/Search/helpers/create-fuse-instance.d.ts +9 -0
- package/dist/features/Search/helpers/create-fuse-instance.d.ts.map +1 -0
- package/dist/features/Search/helpers/create-fuse-instance.js +46 -0
- package/dist/features/Search/helpers/create-search-index.d.ts +7 -0
- package/dist/features/Search/helpers/create-search-index.d.ts.map +1 -0
- package/dist/features/Search/helpers/create-search-index.js +109 -0
- package/dist/features/Search/hooks/useSearchIndex.d.ts +14 -0
- package/dist/features/Search/hooks/useSearchIndex.d.ts.map +1 -0
- package/dist/features/Search/hooks/useSearchIndex.js +46 -0
- package/dist/features/Search/index.d.ts +2 -2
- package/dist/features/Search/index.d.ts.map +1 -1
- package/dist/features/Search/types.d.ts +15 -0
- package/dist/features/Search/types.d.ts.map +1 -0
- package/dist/features/api-client-modal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/features/api-client-modal/ApiClientModal.vue.js +45 -45
- package/dist/features/api-client-modal/useApiClient.d.ts +14 -14
- package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts +3 -1
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-schemas.js +18 -18
- package/dist/features/traverse-schema/helpers/traverse-tags.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts.map +1 -1
- package/dist/features/traverse-schema/types.d.ts +10 -6
- package/dist/features/traverse-schema/types.d.ts.map +1 -1
- package/dist/helpers/test-utils.d.ts +9 -0
- package/dist/helpers/test-utils.d.ts.map +1 -1
- package/dist/hooks/useNavState.d.ts +4 -1
- package/dist/hooks/useNavState.d.ts.map +1 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +17 -19
- package/dist/libs/openapi.d.ts +11 -8
- package/dist/libs/openapi.d.ts.map +1 -1
- package/dist/libs/openapi.js +34 -55
- package/dist/style.css +1 -1
- package/dist/types.d.ts +1 -6
- package/dist/types.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.js +120 -111
- package/dist/v2/helpers/get-document-name.d.ts +13 -0
- package/dist/v2/helpers/get-document-name.d.ts.map +1 -0
- package/dist/v2/helpers/get-document-name.js +15 -0
- package/dist/v2/helpers/normalize-content.d.ts +3 -0
- package/dist/v2/helpers/normalize-content.d.ts.map +1 -0
- package/dist/v2/helpers/normalize-content.js +8 -0
- package/package.json +16 -10
- package/dist/features/Search/SearchButton.vue.d.ts.map +0 -1
- package/dist/features/Search/SearchButton.vue.js +0 -66
- package/dist/features/Search/SearchModal.vue.d.ts.map +0 -1
- package/dist/features/Search/SearchModal.vue.js +0 -7
- package/dist/features/Search/SearchModal.vue2.js +0 -207
- package/dist/features/Search/useSearchIndex.d.ts +0 -32
- package/dist/features/Search/useSearchIndex.d.ts.map +0 -1
- package/dist/features/Search/useSearchIndex.js +0 -170
- package/dist/helpers/parse.d.ts +0 -10
- package/dist/helpers/parse.d.ts.map +0 -1
- package/dist/helpers/parse.js +0 -81
- /package/dist/features/Search/{SearchButton.vue2.js → components/SearchButton.vue2.js} +0 -0
- /package/dist/features/Search/{SearchModal.vue3.js → components/SearchModal.vue3.js} +0 -0
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as T, computed as g, resolveComponent as b, createElementBlock as W, openBlock as t, Fragment as B, renderList as L, createBlock as i, unref as n, withCtx as u, createCommentVNode as k, createVNode as E } from "vue";
|
|
2
|
+
import { getCurrentIndex as G } from "./get-current-index.js";
|
|
2
3
|
import { useNavState as z } from "../../../hooks/useNavState.js";
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
const
|
|
4
|
+
import N from "../../Lazy/Lazy.vue2.js";
|
|
5
|
+
import $ from "../../Section/SectionContainer.vue.js";
|
|
6
|
+
import w from "../../../features/Operation/Operation.vue.js";
|
|
7
|
+
import V from "../Tags/Tag.vue.js";
|
|
8
|
+
const J = /* @__PURE__ */ T({
|
|
8
9
|
__name: "TraversedEntry",
|
|
9
10
|
props: {
|
|
10
11
|
level: { default: 0 },
|
|
12
|
+
rootIndex: {},
|
|
11
13
|
entries: {},
|
|
12
14
|
document: {},
|
|
13
15
|
config: {},
|
|
@@ -16,28 +18,26 @@ const D = /* @__PURE__ */ W({
|
|
|
16
18
|
activeServer: {},
|
|
17
19
|
store: {}
|
|
18
20
|
},
|
|
19
|
-
setup(
|
|
20
|
-
const
|
|
21
|
-
|
|
22
|
-
return c.entries.findIndex((m) => e.startsWith(m.id));
|
|
23
|
-
}), S = (e) => l.value ? e < s.value || e > s.value + 2 : !1;
|
|
24
|
-
return g({
|
|
21
|
+
setup(r, { expose: C }) {
|
|
22
|
+
const l = (e) => "isGroup" in e && e.isGroup, v = (e) => "tag" in e && !l(e), O = (e) => "operation" in e, a = (e) => "webhook" in e, I = (e) => "isWebhooks" in e && !!e.isWebhooks, d = g(() => r.level === 0), { hash: S } = z(), s = g(() => d.value ? r.rootIndex : G(S.value, r.entries)), m = (e, c) => l(e) ? null : c < s.value ? "prev" : c > s.value + 2 ? "after" : null;
|
|
23
|
+
return C({
|
|
25
24
|
currentIndex: s
|
|
26
|
-
}), (e,
|
|
27
|
-
const
|
|
28
|
-
return t(!0),
|
|
25
|
+
}), (e, c) => {
|
|
26
|
+
const p = b("TraversedEntry", !0);
|
|
27
|
+
return t(!0), W(B, null, L(e.entries, (o, f) => (t(), i(n(N), {
|
|
29
28
|
key: o.id,
|
|
30
29
|
id: o.id,
|
|
31
|
-
|
|
30
|
+
prev: m(o, f) === "prev",
|
|
31
|
+
isLazy: !!m(o, f)
|
|
32
32
|
}, {
|
|
33
|
-
default:
|
|
34
|
-
|
|
33
|
+
default: u(() => [
|
|
34
|
+
O(o) || a(o) ? (t(), i(n($), {
|
|
35
35
|
key: 0,
|
|
36
|
-
omit: !
|
|
36
|
+
omit: !d.value
|
|
37
37
|
}, {
|
|
38
|
-
default:
|
|
39
|
-
|
|
40
|
-
path:
|
|
38
|
+
default: u(() => [
|
|
39
|
+
E(n(w), {
|
|
40
|
+
path: a(o) ? o.name : o.path,
|
|
41
41
|
method: o.method,
|
|
42
42
|
id: o.id,
|
|
43
43
|
document: e.document,
|
|
@@ -46,36 +46,38 @@ const D = /* @__PURE__ */ W({
|
|
|
46
46
|
layout: e.config.layout,
|
|
47
47
|
store: e.store,
|
|
48
48
|
server: e.activeServer,
|
|
49
|
-
isWebhook:
|
|
49
|
+
isWebhook: a(o)
|
|
50
50
|
}, null, 8, ["path", "method", "id", "document", "collection", "clientOptions", "layout", "store", "server", "isWebhook"])
|
|
51
51
|
]),
|
|
52
52
|
_: 2
|
|
53
|
-
}, 1032, ["omit"])) :
|
|
53
|
+
}, 1032, ["omit"])) : I(o) || v(o) ? (t(), i(n(V), {
|
|
54
54
|
key: 1,
|
|
55
55
|
tag: o,
|
|
56
56
|
layout: e.config.layout,
|
|
57
57
|
moreThanOneTag: e.entries.filter(v).length > 1
|
|
58
58
|
}, {
|
|
59
|
-
default:
|
|
60
|
-
var
|
|
59
|
+
default: u(() => {
|
|
60
|
+
var h;
|
|
61
61
|
return [
|
|
62
|
-
"children" in o && ((
|
|
62
|
+
"children" in o && ((h = o.children) != null && h.length) ? (t(), i(p, {
|
|
63
63
|
key: 0,
|
|
64
64
|
level: e.level + 1,
|
|
65
65
|
entries: o.children,
|
|
66
66
|
activeCollection: e.activeCollection,
|
|
67
67
|
activeServer: e.activeServer,
|
|
68
68
|
clientOptions: e.clientOptions,
|
|
69
|
+
rootIndex: e.rootIndex,
|
|
69
70
|
config: e.config,
|
|
70
71
|
document: e.document,
|
|
71
72
|
store: e.store
|
|
72
|
-
}, null, 8, ["level", "entries", "activeCollection", "activeServer", "clientOptions", "config", "document", "store"])) :
|
|
73
|
+
}, null, 8, ["level", "entries", "activeCollection", "activeServer", "clientOptions", "rootIndex", "config", "document", "store"])) : k("", !0)
|
|
73
74
|
];
|
|
74
75
|
}),
|
|
75
76
|
_: 2
|
|
76
|
-
}, 1032, ["tag", "layout", "moreThanOneTag"])) :
|
|
77
|
+
}, 1032, ["tag", "layout", "moreThanOneTag"])) : l(o) ? (t(), i(p, {
|
|
77
78
|
key: 2,
|
|
78
79
|
level: e.level + 1,
|
|
80
|
+
rootIndex: e.rootIndex,
|
|
79
81
|
entries: o.children || [],
|
|
80
82
|
activeCollection: e.activeCollection,
|
|
81
83
|
activeServer: e.activeServer,
|
|
@@ -83,13 +85,13 @@ const D = /* @__PURE__ */ W({
|
|
|
83
85
|
config: e.config,
|
|
84
86
|
document: e.document,
|
|
85
87
|
store: e.store
|
|
86
|
-
}, null, 8, ["level", "entries", "activeCollection", "activeServer", "clientOptions", "config", "document", "store"])) :
|
|
88
|
+
}, null, 8, ["level", "rootIndex", "entries", "activeCollection", "activeServer", "clientOptions", "config", "document", "store"])) : k("", !0)
|
|
87
89
|
]),
|
|
88
90
|
_: 2
|
|
89
|
-
}, 1032, ["id", "isLazy"]))), 128);
|
|
91
|
+
}, 1032, ["id", "prev", "isLazy"]))), 128);
|
|
90
92
|
};
|
|
91
93
|
}
|
|
92
94
|
});
|
|
93
95
|
export {
|
|
94
|
-
|
|
96
|
+
J as default
|
|
95
97
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TraversedEntryContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operations/TraversedEntryContainer.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TraversedEntryContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operations/TraversedEntryContainer.vue"],"names":[],"mappings":"AAuIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAOpE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AAMvF,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,MAAM,EAAE,yBAAyB,CAAA;IACjC,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;;;;;;AAmKF,wBAOG"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useWorkspace as
|
|
3
|
-
import { freezeAtTop as
|
|
4
|
-
import { getSlugUid as
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
|
|
1
|
+
import { defineComponent as I, computed as s, ref as y, createElementBlock as _, createCommentVNode as k, unref as m, openBlock as z, createVNode as L } from "vue";
|
|
2
|
+
import { useWorkspace as O, useActiveEntities as T } from "@scalar/api-client/store";
|
|
3
|
+
import { freezeAtTop as B } from "@scalar/helpers/dom/freeze-at-top";
|
|
4
|
+
import { getSlugUid as N } from "@scalar/oas-utils/transforms";
|
|
5
|
+
import { getCurrentIndex as U } from "./get-current-index.js";
|
|
6
|
+
import { lazyBus as b, hasLazyLoaded as d } from "../../Lazy/lazyBus.js";
|
|
7
|
+
import { useNavState as x } from "../../../hooks/useNavState.js";
|
|
8
|
+
import A from "./TraversedEntry.vue.js";
|
|
9
|
+
import { useSidebar as V } from "../../../features/sidebar/hooks/useSidebar.js";
|
|
10
|
+
const w = { key: 0 }, K = /* @__PURE__ */ I({
|
|
10
11
|
__name: "TraversedEntryContainer",
|
|
11
12
|
props: {
|
|
12
13
|
document: {},
|
|
@@ -15,42 +16,45 @@ const I = { key: 0 }, G = /* @__PURE__ */ h({
|
|
|
15
16
|
store: {}
|
|
16
17
|
},
|
|
17
18
|
emits: ["allEntriesLoaded"],
|
|
18
|
-
setup(
|
|
19
|
-
const
|
|
19
|
+
setup(c, { emit: f }) {
|
|
20
|
+
const p = f, { collections: g, servers: l } = O(), { activeCollection: C } = T(), t = s(() => {
|
|
20
21
|
var e;
|
|
21
|
-
if ((e =
|
|
22
|
-
const o =
|
|
22
|
+
if ((e = c.config) != null && e.slug) {
|
|
23
|
+
const o = g[N(c.config.slug)];
|
|
23
24
|
if (o)
|
|
24
25
|
return o;
|
|
25
26
|
}
|
|
26
|
-
return
|
|
27
|
-
}),
|
|
27
|
+
return C.value;
|
|
28
|
+
}), S = s(() => {
|
|
28
29
|
if (t.value) {
|
|
29
30
|
if (t.value.selectedServerUid) {
|
|
30
|
-
const e =
|
|
31
|
+
const e = l[t.value.selectedServerUid];
|
|
31
32
|
if (e)
|
|
32
33
|
return e;
|
|
33
34
|
}
|
|
34
|
-
return
|
|
35
|
+
return l[t.value.servers[0]];
|
|
35
36
|
}
|
|
36
|
-
}), { items:
|
|
37
|
-
|
|
38
|
-
}, i =
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
37
|
+
}), { items: r } = V(), { hash: a, isIntersectionEnabled: h } = x(), n = B(a.value), u = () => {
|
|
38
|
+
n == null || n(), d.value = !0, h.value = !0;
|
|
39
|
+
}, i = y(/* @__PURE__ */ new Set()), E = s(
|
|
40
|
+
() => U(a.value, r.value.entries)
|
|
41
|
+
);
|
|
42
|
+
return b.on(({ loading: e, loaded: o, save: v }) => {
|
|
43
|
+
d.value || (e && v && i.value.add(e), o && v && i.value.delete(o), i.value.size === 0 && (p("allEntriesLoaded", !0), setTimeout(() => u(), 300)));
|
|
44
|
+
}), setTimeout(() => u(), 5e3), (e, o) => m(r).entries.length && t.value ? (z(), _("div", w, [
|
|
45
|
+
L(A, {
|
|
46
|
+
entries: m(r).entries,
|
|
44
47
|
activeCollection: t.value,
|
|
45
|
-
activeServer:
|
|
48
|
+
activeServer: S.value,
|
|
46
49
|
clientOptions: e.clientOptions,
|
|
47
50
|
config: e.config,
|
|
48
51
|
document: e.document,
|
|
52
|
+
rootIndex: E.value,
|
|
49
53
|
store: e.store
|
|
50
|
-
}, null, 8, ["entries", "activeCollection", "activeServer", "clientOptions", "config", "document", "store"])
|
|
51
|
-
])) :
|
|
54
|
+
}, null, 8, ["entries", "activeCollection", "activeServer", "clientOptions", "config", "document", "rootIndex", "store"])
|
|
55
|
+
])) : k("", !0);
|
|
52
56
|
}
|
|
53
57
|
});
|
|
54
58
|
export {
|
|
55
|
-
|
|
59
|
+
K as default
|
|
56
60
|
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { TraversedEntry } from '../../../features/traverse-schema/types';
|
|
2
|
+
/** Loops through the entries and returns the index of the current entry based on the hash */
|
|
3
|
+
export declare const getCurrentIndex: (hash: string, entries: TraversedEntry[]) => number;
|
|
4
|
+
//# sourceMappingURL=get-current-index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-current-index.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operations/get-current-index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAA;AAuBtE,6FAA6F;AAC7F,eAAO,MAAM,eAAe,SAAU,MAAM,WAAW,cAAc,EAAE,WAYtE,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const d = /^.*?(?=\.query|\.path|\.headers|\.cookies|\.body)/, i = (t) => {
|
|
2
|
+
if (t.startsWith("model"))
|
|
3
|
+
return "models";
|
|
4
|
+
if (t.includes(".")) {
|
|
5
|
+
const e = t.match(d);
|
|
6
|
+
if (e != null && e[0])
|
|
7
|
+
return e[0];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
}, o = (t, e) => {
|
|
11
|
+
const n = i(t);
|
|
12
|
+
return e.findIndex((r) => "tag" in r ? n.startsWith(r.id) : n === r.id);
|
|
13
|
+
};
|
|
14
|
+
export {
|
|
15
|
+
o as getCurrentIndex
|
|
16
|
+
};
|
|
@@ -13,6 +13,7 @@ export declare const stringSchema: {
|
|
|
13
13
|
discriminatorMapping?: Record<string, string>;
|
|
14
14
|
discriminatorPropertyName?: string;
|
|
15
15
|
hasDiscriminator?: boolean;
|
|
16
|
+
breadcrumb?: string[];
|
|
16
17
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
17
18
|
"update:modelValue": (value: string) => any;
|
|
18
19
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -29,6 +30,7 @@ export declare const stringSchema: {
|
|
|
29
30
|
discriminatorMapping?: Record<string, string>;
|
|
30
31
|
discriminatorPropertyName?: string;
|
|
31
32
|
hasDiscriminator?: boolean;
|
|
33
|
+
breadcrumb?: string[];
|
|
32
34
|
}> & Readonly<{
|
|
33
35
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
34
36
|
}>, {
|
|
@@ -61,6 +63,7 @@ export declare const objectSchema: {
|
|
|
61
63
|
discriminatorMapping?: Record<string, string>;
|
|
62
64
|
discriminatorPropertyName?: string;
|
|
63
65
|
hasDiscriminator?: boolean;
|
|
66
|
+
breadcrumb?: string[];
|
|
64
67
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
65
68
|
"update:modelValue": (value: string) => any;
|
|
66
69
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -77,6 +80,7 @@ export declare const objectSchema: {
|
|
|
77
80
|
discriminatorMapping?: Record<string, string>;
|
|
78
81
|
discriminatorPropertyName?: string;
|
|
79
82
|
hasDiscriminator?: boolean;
|
|
83
|
+
breadcrumb?: string[];
|
|
80
84
|
}> & Readonly<{
|
|
81
85
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
82
86
|
}>, {
|
|
@@ -118,6 +122,7 @@ export declare const recursiveSchema: {
|
|
|
118
122
|
discriminatorMapping?: Record<string, string>;
|
|
119
123
|
discriminatorPropertyName?: string;
|
|
120
124
|
hasDiscriminator?: boolean;
|
|
125
|
+
breadcrumb?: string[];
|
|
121
126
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
122
127
|
"update:modelValue": (value: string) => any;
|
|
123
128
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -134,6 +139,7 @@ export declare const recursiveSchema: {
|
|
|
134
139
|
discriminatorMapping?: Record<string, string>;
|
|
135
140
|
discriminatorPropertyName?: string;
|
|
136
141
|
hasDiscriminator?: boolean;
|
|
142
|
+
breadcrumb?: string[];
|
|
137
143
|
}> & Readonly<{
|
|
138
144
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
139
145
|
}>, {
|
|
@@ -167,6 +173,7 @@ export declare const enumSchema: {
|
|
|
167
173
|
discriminatorMapping?: Record<string, string>;
|
|
168
174
|
discriminatorPropertyName?: string;
|
|
169
175
|
hasDiscriminator?: boolean;
|
|
176
|
+
breadcrumb?: string[];
|
|
170
177
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
171
178
|
"update:modelValue": (value: string) => any;
|
|
172
179
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -183,6 +190,7 @@ export declare const enumSchema: {
|
|
|
183
190
|
discriminatorMapping?: Record<string, string>;
|
|
184
191
|
discriminatorPropertyName?: string;
|
|
185
192
|
hasDiscriminator?: boolean;
|
|
193
|
+
breadcrumb?: string[];
|
|
186
194
|
}> & Readonly<{
|
|
187
195
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
188
196
|
}>, {
|
|
@@ -215,6 +223,7 @@ export declare const objectWithEnumSchema: {
|
|
|
215
223
|
discriminatorMapping?: Record<string, string>;
|
|
216
224
|
discriminatorPropertyName?: string;
|
|
217
225
|
hasDiscriminator?: boolean;
|
|
226
|
+
breadcrumb?: string[];
|
|
218
227
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
219
228
|
"update:modelValue": (value: string) => any;
|
|
220
229
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -231,6 +240,7 @@ export declare const objectWithEnumSchema: {
|
|
|
231
240
|
discriminatorMapping?: Record<string, string>;
|
|
232
241
|
discriminatorPropertyName?: string;
|
|
233
242
|
hasDiscriminator?: boolean;
|
|
243
|
+
breadcrumb?: string[];
|
|
234
244
|
}> & Readonly<{
|
|
235
245
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
236
246
|
}>, {
|
|
@@ -268,6 +278,7 @@ export declare const discriminatorsSchema: {
|
|
|
268
278
|
discriminatorMapping?: Record<string, string>;
|
|
269
279
|
discriminatorPropertyName?: string;
|
|
270
280
|
hasDiscriminator?: boolean;
|
|
281
|
+
breadcrumb?: string[];
|
|
271
282
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
272
283
|
"update:modelValue": (value: string) => any;
|
|
273
284
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -284,6 +295,7 @@ export declare const discriminatorsSchema: {
|
|
|
284
295
|
discriminatorMapping?: Record<string, string>;
|
|
285
296
|
discriminatorPropertyName?: string;
|
|
286
297
|
hasDiscriminator?: boolean;
|
|
298
|
+
breadcrumb?: string[];
|
|
287
299
|
}> & Readonly<{
|
|
288
300
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
289
301
|
}>, {
|
|
@@ -346,6 +358,7 @@ export declare const complexArrayDiscriminatorSchema: {
|
|
|
346
358
|
discriminatorMapping?: Record<string, string>;
|
|
347
359
|
discriminatorPropertyName?: string;
|
|
348
360
|
hasDiscriminator?: boolean;
|
|
361
|
+
breadcrumb?: string[];
|
|
349
362
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
350
363
|
"update:modelValue": (value: string) => any;
|
|
351
364
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -362,6 +375,7 @@ export declare const complexArrayDiscriminatorSchema: {
|
|
|
362
375
|
discriminatorMapping?: Record<string, string>;
|
|
363
376
|
discriminatorPropertyName?: string;
|
|
364
377
|
hasDiscriminator?: boolean;
|
|
378
|
+
breadcrumb?: string[];
|
|
365
379
|
}> & Readonly<{
|
|
366
380
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
367
381
|
}>, {
|
|
@@ -438,6 +452,7 @@ export declare const complexAllOfSchema: {
|
|
|
438
452
|
discriminatorMapping?: Record<string, string>;
|
|
439
453
|
discriminatorPropertyName?: string;
|
|
440
454
|
hasDiscriminator?: boolean;
|
|
455
|
+
breadcrumb?: string[];
|
|
441
456
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
442
457
|
"update:modelValue": (value: string) => any;
|
|
443
458
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -454,6 +469,7 @@ export declare const complexAllOfSchema: {
|
|
|
454
469
|
discriminatorMapping?: Record<string, string>;
|
|
455
470
|
discriminatorPropertyName?: string;
|
|
456
471
|
hasDiscriminator?: boolean;
|
|
472
|
+
breadcrumb?: string[];
|
|
457
473
|
}> & Readonly<{
|
|
458
474
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
459
475
|
}>, {
|
|
@@ -532,6 +548,7 @@ export declare const arrayValidationSchema: {
|
|
|
532
548
|
discriminatorMapping?: Record<string, string>;
|
|
533
549
|
discriminatorPropertyName?: string;
|
|
534
550
|
hasDiscriminator?: boolean;
|
|
551
|
+
breadcrumb?: string[];
|
|
535
552
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
536
553
|
"update:modelValue": (value: string) => any;
|
|
537
554
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -548,6 +565,7 @@ export declare const arrayValidationSchema: {
|
|
|
548
565
|
discriminatorMapping?: Record<string, string>;
|
|
549
566
|
discriminatorPropertyName?: string;
|
|
550
567
|
hasDiscriminator?: boolean;
|
|
568
|
+
breadcrumb?: string[];
|
|
551
569
|
}> & Readonly<{
|
|
552
570
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
553
571
|
}>, {
|
|
@@ -602,6 +620,7 @@ export declare const advancedStringFormatsSchema: {
|
|
|
602
620
|
discriminatorMapping?: Record<string, string>;
|
|
603
621
|
discriminatorPropertyName?: string;
|
|
604
622
|
hasDiscriminator?: boolean;
|
|
623
|
+
breadcrumb?: string[];
|
|
605
624
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
606
625
|
"update:modelValue": (value: string) => any;
|
|
607
626
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -618,6 +637,7 @@ export declare const advancedStringFormatsSchema: {
|
|
|
618
637
|
discriminatorMapping?: Record<string, string>;
|
|
619
638
|
discriminatorPropertyName?: string;
|
|
620
639
|
hasDiscriminator?: boolean;
|
|
640
|
+
breadcrumb?: string[];
|
|
621
641
|
}> & Readonly<{
|
|
622
642
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
623
643
|
}>, {
|
|
@@ -675,6 +695,7 @@ export declare const oneOfCombinedSchema: {
|
|
|
675
695
|
discriminatorMapping?: Record<string, string>;
|
|
676
696
|
discriminatorPropertyName?: string;
|
|
677
697
|
hasDiscriminator?: boolean;
|
|
698
|
+
breadcrumb?: string[];
|
|
678
699
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
679
700
|
"update:modelValue": (value: string) => any;
|
|
680
701
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -691,6 +712,7 @@ export declare const oneOfCombinedSchema: {
|
|
|
691
712
|
discriminatorMapping?: Record<string, string>;
|
|
692
713
|
discriminatorPropertyName?: string;
|
|
693
714
|
hasDiscriminator?: boolean;
|
|
715
|
+
breadcrumb?: string[];
|
|
694
716
|
}> & Readonly<{
|
|
695
717
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
696
718
|
}>, {
|
|
@@ -801,6 +823,7 @@ export declare const conditionalFieldsSchema: {
|
|
|
801
823
|
discriminatorMapping?: Record<string, string>;
|
|
802
824
|
discriminatorPropertyName?: string;
|
|
803
825
|
hasDiscriminator?: boolean;
|
|
826
|
+
breadcrumb?: string[];
|
|
804
827
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
805
828
|
"update:modelValue": (value: string) => any;
|
|
806
829
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -817,6 +840,7 @@ export declare const conditionalFieldsSchema: {
|
|
|
817
840
|
discriminatorMapping?: Record<string, string>;
|
|
818
841
|
discriminatorPropertyName?: string;
|
|
819
842
|
hasDiscriminator?: boolean;
|
|
843
|
+
breadcrumb?: string[];
|
|
820
844
|
}> & Readonly<{
|
|
821
845
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
822
846
|
}>, {
|
|
@@ -892,6 +916,7 @@ export declare const advancedNumberValidationSchema: {
|
|
|
892
916
|
discriminatorMapping?: Record<string, string>;
|
|
893
917
|
discriminatorPropertyName?: string;
|
|
894
918
|
hasDiscriminator?: boolean;
|
|
919
|
+
breadcrumb?: string[];
|
|
895
920
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
896
921
|
"update:modelValue": (value: string) => any;
|
|
897
922
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -908,6 +933,7 @@ export declare const advancedNumberValidationSchema: {
|
|
|
908
933
|
discriminatorMapping?: Record<string, string>;
|
|
909
934
|
discriminatorPropertyName?: string;
|
|
910
935
|
hasDiscriminator?: boolean;
|
|
936
|
+
breadcrumb?: string[];
|
|
911
937
|
}> & Readonly<{
|
|
912
938
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
913
939
|
}>, {
|
|
@@ -979,6 +1005,7 @@ export declare const nestedArrayTupleSchema: {
|
|
|
979
1005
|
discriminatorMapping?: Record<string, string>;
|
|
980
1006
|
discriminatorPropertyName?: string;
|
|
981
1007
|
hasDiscriminator?: boolean;
|
|
1008
|
+
breadcrumb?: string[];
|
|
982
1009
|
}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
983
1010
|
"update:modelValue": (value: string) => any;
|
|
984
1011
|
}, string, import("vue").PublicProps, Readonly<{
|
|
@@ -995,6 +1022,7 @@ export declare const nestedArrayTupleSchema: {
|
|
|
995
1022
|
discriminatorMapping?: Record<string, string>;
|
|
996
1023
|
discriminatorPropertyName?: string;
|
|
997
1024
|
hasDiscriminator?: boolean;
|
|
1025
|
+
breadcrumb?: string[];
|
|
998
1026
|
}> & Readonly<{
|
|
999
1027
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1000
1028
|
}>, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Schema.preview.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.preview.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Schema.preview.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.preview.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWxB,CAAA;AAED,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBxB,CAAA;AAWD,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO3B,CAAA;AAED,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWtB,CAAA;AAED,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBhC,CAAA;AAED,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgChC,CAAA;AAED,eAAO,MAAM,+BAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+C3C,CAAA;AAED,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+D9B,CAAA;AAED,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiCjC,CAAA;AAED,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoCvC,CAAA;AAED,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyE/B,CAAA;AAED,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+CnC,CAAA;AAED,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkD1C,CAAA;AAED,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoDlC,CAAA"}
|
|
@@ -24,6 +24,8 @@ type __VLS_Props = {
|
|
|
24
24
|
discriminatorPropertyName?: string;
|
|
25
25
|
/** Whether the schema has a discriminator */
|
|
26
26
|
hasDiscriminator?: boolean;
|
|
27
|
+
/** Breadcrumb for the schema */
|
|
28
|
+
breadcrumb?: string[];
|
|
27
29
|
};
|
|
28
30
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
29
31
|
"update:modelValue": (value: string) => any;
|
|
@@ -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":"AAyaA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAIxD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAUjE,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EACF,WAAW,CAAC,eAAe,GAC3B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,GAChC,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,uCAAuC;IACvC,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,6BAA6B;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,4BAA4B;IAC5B,oBAAoB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC7C,kCAAkC;IAClC,yBAAyB,CAAC,EAAE,MAAM,CAAA;IAClC,6CAA6C;IAC7C,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,gCAAgC;IAChC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;CACtB,CAAC;;;;;;WAxBQ,MAAM;oBAMG,OAAO;oBAKP,OAAO;;AAse5B,wBAQG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Schema.vue2.js";
|
|
2
2
|
import "./Schema.vue3.js";
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-23963403"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|