@scalar/api-reference 1.28.4 → 1.28.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/dist/browser/standalone.js +6206 -6147
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +2 -2
- package/dist/components/Content/Content.vue2.js +57 -55
- package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Description.vue.js +2 -2
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.js +2 -2
- package/dist/components/Content/Introduction/Introduction.vue2.js +24 -24
- package/dist/components/Content/Lazy/Lazy.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.js +4 -2
- package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/Models.vue.js +2 -2
- package/dist/components/Content/Models/Models.vue2.js +18 -17
- package/dist/components/Content/Schema/Schema.vue.d.ts +1 -0
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +4 -4
- package/dist/components/Content/Schema/Schema.vue2.js +79 -67
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts +12 -0
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +1 -0
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +7 -0
- package/dist/components/Content/Schema/SchemaDiscriminator.vue2.js +109 -0
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaHeading.vue2.js +26 -31
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +3 -0
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +143 -141
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +83 -99
- package/dist/components/Content/Tag/OperationsList.vue.js +2 -2
- package/dist/components/Content/Tag/OperationsList.vue2.js +3 -3
- package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/Tag.vue.js +41 -36
- package/dist/components/Content/Tag/TagList.vue.d.ts +2 -0
- package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagList.vue.js +38 -36
- package/dist/components/Content/Tag/TagSection.vue.js +2 -2
- package/dist/components/Content/Tag/TagSection.vue2.js +3 -3
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/Layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/components/Layouts/ModernLayout.vue.js +1 -1
- package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
- package/dist/components/Section/CompactSection.vue.js +2 -2
- package/dist/components/Section/Section.vue.d.ts.map +1 -1
- package/dist/components/Section/Section.vue.js +2 -2
- package/dist/components/Section/SectionHeaderTag.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionHeaderTag.vue.js +2 -2
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +2 -2
- package/dist/components/Sidebar/Sidebar.vue2.js +2 -1
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.js +1 -1
- package/dist/components/Sidebar/SidebarElement.vue2.js +2 -1
- package/dist/esm.d.ts.map +1 -1
- package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/features/ApiClientModal/useApiClient.d.ts +2 -4
- package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
- package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/BaseUrl.vue.js +2 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.js +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue2.js +2 -1
- package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/features/ExampleResponses/ExampleResponses.vue.js +3 -3
- package/dist/features/ExampleResponses/ExampleResponses.vue2.js +6 -8
- package/dist/features/Operation/Operation.vue.d.ts +2 -0
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.js +13 -10
- package/dist/features/Operation/Webhooks.vue.d.ts.map +1 -1
- package/dist/features/Operation/Webhooks.vue.js +2 -2
- package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ContentTypeSelect.vue.js +4 -4
- package/dist/features/Operation/components/OperationParameters.vue.d.ts +2 -0
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.js +37 -31
- package/dist/features/Operation/components/OperationResponses.vue.d.ts +2 -0
- package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationResponses.vue.js +15 -13
- package/dist/features/Operation/components/ParameterList.vue.d.ts +2 -0
- package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterList.vue.js +2 -2
- package/dist/features/Operation/components/ParameterList.vue2.js +14 -12
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts +2 -0
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +2 -2
- package/dist/features/Operation/components/ParameterListItem.vue2.js +20 -18
- package/dist/features/Operation/components/RequestBody.vue.d.ts +2 -0
- package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/RequestBody.vue.js +2 -2
- package/dist/features/Operation/components/RequestBody.vue2.js +20 -18
- package/dist/features/Operation/hooks/useResponses.d.ts.map +1 -1
- package/dist/features/Operation/hooks/useResponses.js +2 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +2 -0
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +29 -24
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +2 -0
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +66 -56
- package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchModal.vue.js +2 -2
- package/dist/features/Search/SearchModal.vue2.js +2 -1
- package/dist/helpers/index.d.ts +4 -4
- package/dist/helpers/scrollToId.d.ts.map +1 -1
- package/dist/helpers/specHelpers.js +15 -14
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/useMultipleDocuments.d.ts +1 -0
- package/dist/hooks/useMultipleDocuments.d.ts.map +1 -1
- package/dist/hooks/useNavState.d.ts.map +1 -1
- package/dist/hooks/useNavState.js +2 -1
- package/dist/hooks/useReactiveSpec.d.ts.map +1 -1
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/hooks/useSidebar.js +3 -2
- package/dist/index.d.ts +6 -4
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +39 -76
- package/dist/libs/operation.d.ts.map +1 -1
- package/dist/standalone/lib/html-api.d.ts +4 -4
- package/dist/standalone/lib/html-api.d.ts.map +1 -1
- package/dist/stores/useHttpClientStore.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +10 -9
- package/dist/helpers/getVariableNames.js +0 -7
- package/dist/helpers/hasSecuritySchemes.js +0 -7
- package/dist/helpers/mapFromObject.js +0 -7
- package/dist/helpers/mergeAllObjects.js +0 -7
- package/dist/hooks/useClientStore.js +0 -5
- package/dist/hooks/useRefOnMount.js +0 -10
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationParameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/OperationParameters.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OperationParameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/OperationParameters.vue"],"names":[],"mappings":"AA2DA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAO9E,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,YAAY,GAAG,aAAa,CAAC,CAAA;IAC7D,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;AAiHF,wBAMG"}
|
|
@@ -1,64 +1,70 @@
|
|
|
1
|
-
import { defineComponent as u, openBlock as i, createElementBlock as
|
|
1
|
+
import { defineComponent as u, openBlock as i, createElementBlock as h, Fragment as y, createVNode as o, withCtx as t, createTextVNode as a, createBlock as B, createCommentVNode as f } from "vue";
|
|
2
2
|
import p from "./ParameterList.vue.js";
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import k from "./RequestBody.vue.js";
|
|
4
|
+
const C = /* @__PURE__ */ u({
|
|
5
5
|
__name: "OperationParameters",
|
|
6
6
|
props: {
|
|
7
|
-
operation: {}
|
|
7
|
+
operation: {},
|
|
8
|
+
schemas: {}
|
|
8
9
|
},
|
|
9
10
|
setup(n) {
|
|
10
|
-
const l = n,
|
|
11
|
-
var e,
|
|
12
|
-
return ((
|
|
11
|
+
const l = n, m = (r) => {
|
|
12
|
+
var e, s;
|
|
13
|
+
return ((s = (e = l.operation) == null ? void 0 : e.parameters) == null ? void 0 : s.filter((d) => d.in === r)) ?? [];
|
|
13
14
|
};
|
|
14
|
-
return (
|
|
15
|
-
var
|
|
16
|
-
return i(), y
|
|
17
|
-
|
|
18
|
-
parameters:
|
|
15
|
+
return (r, e) => {
|
|
16
|
+
var s;
|
|
17
|
+
return i(), h(y, null, [
|
|
18
|
+
o(p, {
|
|
19
|
+
parameters: m("path"),
|
|
20
|
+
schemas: r.schemas
|
|
19
21
|
}, {
|
|
20
22
|
title: t(() => e[0] || (e[0] = [
|
|
21
|
-
|
|
23
|
+
a("Path Parameters")
|
|
22
24
|
])),
|
|
23
25
|
_: 1
|
|
24
|
-
}, 8, ["parameters"]),
|
|
25
|
-
|
|
26
|
-
parameters:
|
|
26
|
+
}, 8, ["parameters", "schemas"]),
|
|
27
|
+
o(p, {
|
|
28
|
+
parameters: m("query"),
|
|
29
|
+
schemas: r.schemas
|
|
27
30
|
}, {
|
|
28
31
|
title: t(() => e[1] || (e[1] = [
|
|
29
|
-
|
|
32
|
+
a("Query Parameters")
|
|
30
33
|
])),
|
|
31
34
|
_: 1
|
|
32
|
-
}, 8, ["parameters"]),
|
|
33
|
-
|
|
34
|
-
parameters:
|
|
35
|
+
}, 8, ["parameters", "schemas"]),
|
|
36
|
+
o(p, {
|
|
37
|
+
parameters: m("header"),
|
|
38
|
+
schemas: r.schemas
|
|
35
39
|
}, {
|
|
36
40
|
title: t(() => e[2] || (e[2] = [
|
|
37
|
-
|
|
41
|
+
a("Headers")
|
|
38
42
|
])),
|
|
39
43
|
_: 1
|
|
40
|
-
}, 8, ["parameters"]),
|
|
41
|
-
|
|
42
|
-
parameters:
|
|
44
|
+
}, 8, ["parameters", "schemas"]),
|
|
45
|
+
o(p, {
|
|
46
|
+
parameters: m("cookie"),
|
|
47
|
+
schemas: r.schemas
|
|
43
48
|
}, {
|
|
44
49
|
title: t(() => e[3] || (e[3] = [
|
|
45
|
-
|
|
50
|
+
a("Cookies")
|
|
46
51
|
])),
|
|
47
52
|
_: 1
|
|
48
|
-
}, 8, ["parameters"]),
|
|
49
|
-
(
|
|
53
|
+
}, 8, ["parameters", "schemas"]),
|
|
54
|
+
(s = r.operation) != null && s.requestBody ? (i(), B(k, {
|
|
50
55
|
key: 0,
|
|
51
|
-
requestBody:
|
|
56
|
+
requestBody: r.operation.requestBody,
|
|
57
|
+
schemas: r.schemas
|
|
52
58
|
}, {
|
|
53
59
|
title: t(() => e[4] || (e[4] = [
|
|
54
|
-
|
|
60
|
+
a("Body")
|
|
55
61
|
])),
|
|
56
62
|
_: 1
|
|
57
|
-
}, 8, ["requestBody"])) :
|
|
63
|
+
}, 8, ["requestBody", "schemas"])) : f("", !0)
|
|
58
64
|
], 64);
|
|
59
65
|
};
|
|
60
66
|
}
|
|
61
67
|
});
|
|
62
68
|
export {
|
|
63
|
-
|
|
69
|
+
C as default
|
|
64
70
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
|
|
1
2
|
import type { TransformedOperation } from '@scalar/types/legacy';
|
|
2
3
|
type __VLS_Props = {
|
|
3
4
|
operation: TransformedOperation;
|
|
4
5
|
collapsableItems?: boolean;
|
|
6
|
+
schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
|
|
5
7
|
};
|
|
6
8
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
7
9
|
collapsableItems: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OperationResponses.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/OperationResponses.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OperationResponses.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/OperationResponses.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAOhE,KAAK,WAAW,GAAG;IACf,SAAS,EAAE,oBAAoB,CAAA;IAC/B,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;sBANmB,OAAO;;AAmF9B,wBAQG"}
|
|
@@ -1,26 +1,28 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { useResponses as
|
|
1
|
+
import { defineComponent as r, openBlock as p, createBlock as m, unref as l, withCtx as n, createTextVNode as c } from "vue";
|
|
2
|
+
import { useResponses as i } from "../hooks/useResponses.js";
|
|
3
3
|
import f from "./ParameterList.vue.js";
|
|
4
|
-
const
|
|
4
|
+
const d = /* @__PURE__ */ r({
|
|
5
5
|
__name: "OperationResponses",
|
|
6
6
|
props: {
|
|
7
7
|
operation: {},
|
|
8
|
-
collapsableItems: { type: Boolean, default: !0 }
|
|
8
|
+
collapsableItems: { type: Boolean, default: !0 },
|
|
9
|
+
schemas: {}
|
|
9
10
|
},
|
|
10
|
-
setup(
|
|
11
|
-
const t =
|
|
12
|
-
return (
|
|
13
|
-
collapsableItems:
|
|
14
|
-
parameters:
|
|
11
|
+
setup(o) {
|
|
12
|
+
const t = o, { responses: a } = i(t.operation);
|
|
13
|
+
return (e, s) => (p(), m(f, {
|
|
14
|
+
collapsableItems: e.collapsableItems,
|
|
15
|
+
parameters: l(a),
|
|
16
|
+
schemas: e.schemas,
|
|
15
17
|
withExamples: !1
|
|
16
18
|
}, {
|
|
17
|
-
title:
|
|
18
|
-
|
|
19
|
+
title: n(() => s[0] || (s[0] = [
|
|
20
|
+
c("Responses")
|
|
19
21
|
])),
|
|
20
22
|
_: 1
|
|
21
|
-
}, 8, ["collapsableItems", "parameters"]));
|
|
23
|
+
}, 8, ["collapsableItems", "parameters", "schemas"]));
|
|
22
24
|
}
|
|
23
25
|
});
|
|
24
26
|
export {
|
|
25
|
-
|
|
27
|
+
d as default
|
|
26
28
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { Request as RequestEntity } from '@scalar/oas-utils/entities/spec';
|
|
2
|
+
import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
|
|
2
3
|
type __VLS_Props = {
|
|
3
4
|
parameters?: RequestEntity['parameters'] | RequestEntity['responses'];
|
|
4
5
|
showChildren?: boolean;
|
|
5
6
|
collapsableItems?: boolean;
|
|
6
7
|
withExamples?: boolean;
|
|
8
|
+
schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
|
|
7
9
|
};
|
|
8
10
|
declare function __VLS_template(): {
|
|
9
11
|
attrs: Partial<{}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParameterList.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/ParameterList.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ParameterList.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/ParameterList.vue"],"names":[],"mappings":"AAoEA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAM9E,KAAK,WAAW,GAAG;IACf,UAAU,CAAC,EAAE,aAAa,CAAC,YAAY,CAAC,GAAG,aAAa,CAAC,WAAW,CAAC,CAAA;IACrE,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;AAoBJ,iBAAS,cAAc;WAsDT,OAAO,IAA6B;;uBARvB,GAAG;;;;EAa7B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;kBAhGF,OAAO;kBAFP,OAAO;sBACH,OAAO;6EAwG5B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import t from "./ParameterList.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const e = /* @__PURE__ */ o(t, [["__scopeId", "data-v-2463df20"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as o, openBlock as t, createElementBlock as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as o, openBlock as t, createElementBlock as l, createElementVNode as r, renderSlot as m, Fragment as n, renderList as p, createBlock as i, createCommentVNode as h } from "vue";
|
|
2
|
+
import c from "./ParameterListItem.vue.js";
|
|
3
|
+
const d = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "parameter-list"
|
|
6
6
|
}, u = { class: "parameter-list-title" }, f = { class: "parameter-list-items" }, E = /* @__PURE__ */ o({
|
|
@@ -9,25 +9,27 @@ const c = {
|
|
|
9
9
|
parameters: {},
|
|
10
10
|
showChildren: { type: Boolean, default: !1 },
|
|
11
11
|
collapsableItems: { type: Boolean, default: !1 },
|
|
12
|
-
withExamples: { type: Boolean, default: !0 }
|
|
12
|
+
withExamples: { type: Boolean, default: !0 },
|
|
13
|
+
schemas: {}
|
|
13
14
|
},
|
|
14
15
|
setup(w) {
|
|
15
16
|
return (e, _) => {
|
|
16
17
|
var a;
|
|
17
|
-
return (a = e.parameters) != null && a.length ? (t(),
|
|
18
|
-
|
|
18
|
+
return (a = e.parameters) != null && a.length ? (t(), l("div", d, [
|
|
19
|
+
r("div", u, [
|
|
19
20
|
m(e.$slots, "title", {}, void 0, !0)
|
|
20
21
|
]),
|
|
21
|
-
|
|
22
|
-
(t(!0),
|
|
23
|
-
key:
|
|
22
|
+
r("ul", f, [
|
|
23
|
+
(t(!0), l(n, null, p(e.parameters, (s) => (t(), i(c, {
|
|
24
|
+
key: s.name,
|
|
24
25
|
collapsableItems: e.collapsableItems,
|
|
25
|
-
parameter:
|
|
26
|
+
parameter: s,
|
|
27
|
+
schemas: e.schemas,
|
|
26
28
|
showChildren: e.showChildren,
|
|
27
29
|
withExamples: e.withExamples
|
|
28
|
-
}, null, 8, ["collapsableItems", "parameter", "showChildren", "withExamples"]))), 128))
|
|
30
|
+
}, null, 8, ["collapsableItems", "parameter", "schemas", "showChildren", "withExamples"]))), 128))
|
|
29
31
|
])
|
|
30
|
-
])) :
|
|
32
|
+
])) : h("", !0);
|
|
31
33
|
};
|
|
32
34
|
}
|
|
33
35
|
});
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { Request as RequestEntity } from '@scalar/oas-utils/entities/spec';
|
|
2
|
+
import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
|
|
2
3
|
type __VLS_Props = {
|
|
3
4
|
parameter: NonNullable<RequestEntity['parameters']>[number] | NonNullable<RequestEntity['responses']>[number];
|
|
4
5
|
showChildren?: boolean;
|
|
5
6
|
collapsableItems?: boolean;
|
|
6
7
|
withExamples?: boolean;
|
|
8
|
+
schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
|
|
7
9
|
};
|
|
8
10
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
9
11
|
withExamples: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParameterListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/ParameterListItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ParameterListItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/ParameterListItem.vue"],"names":[],"mappings":"AA+OA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAA;AAC/E,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAW9E,KAAK,WAAW,GAAG;IACf,SAAS,EACL,WAAW,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC,MAAM,CAAC,GAChD,WAAW,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC,CAAC,MAAM,CAAC,CAAA;IACnD,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;kBANe,OAAO;kBAFP,OAAO;sBACH,OAAO;;AAuQ9B,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import t from "./ParameterListItem.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-6ec785c3"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as w, computed as i, ref as C, openBlock as o, createElementBlock as g, createVNode as m, unref as t, withCtx as
|
|
1
|
+
import { defineComponent as w, computed as i, ref as C, openBlock as o, createElementBlock as g, createVNode as m, unref as t, withCtx as c, createBlock as p, normalizeClass as B, createElementVNode as u, toDisplayString as b, createCommentVNode as n } from "vue";
|
|
2
2
|
import { Disclosure as E, DisclosureButton as S, DisclosurePanel as q } from "@headlessui/vue";
|
|
3
3
|
import { ScalarIcon as D, ScalarMarkdown as P } from "@scalar/components";
|
|
4
4
|
import V from "./ContentTypeSelect.vue.js";
|
|
@@ -7,35 +7,36 @@ import j from "../../../components/Content/Schema/SchemaProperty.vue.js";
|
|
|
7
7
|
const N = {
|
|
8
8
|
key: 0,
|
|
9
9
|
class: "parameter-item group/parameter-item relative"
|
|
10
|
-
}, T = { class: "parameter-item-name" },
|
|
10
|
+
}, T = { class: "parameter-item-name" }, O = { class: "parameter-item-type" }, _ = { class: "absolute right-0 top-2.5 opacity-0 group-focus-within/parameter-item:opacity-100 group-hover/parameter-item:opacity-100" }, A = /* @__PURE__ */ w({
|
|
11
11
|
__name: "ParameterListItem",
|
|
12
12
|
props: {
|
|
13
13
|
parameter: {},
|
|
14
14
|
showChildren: { type: Boolean, default: !1 },
|
|
15
15
|
collapsableItems: { type: Boolean, default: !1 },
|
|
16
|
-
withExamples: { type: Boolean, default: !0 }
|
|
16
|
+
withExamples: { type: Boolean, default: !0 },
|
|
17
|
+
schemas: {}
|
|
17
18
|
},
|
|
18
19
|
setup(y) {
|
|
19
|
-
const a = y, v = i(() => a.parameter.content ? Object.keys(a.parameter.content) : []),
|
|
20
|
+
const a = y, v = i(() => a.parameter.content ? Object.keys(a.parameter.content) : []), s = C(
|
|
20
21
|
v.value[0]
|
|
21
22
|
);
|
|
22
|
-
a.parameter.content && "application/json" in a.parameter.content && (
|
|
23
|
+
a.parameter.content && "application/json" in a.parameter.content && (s.value = "application/json");
|
|
23
24
|
const r = i(() => !!(a.collapsableItems && a.parameter.content)), k = i(() => a.parameter.readOnly !== !0);
|
|
24
25
|
return (e, d) => k.value ? (o(), g("li", N, [
|
|
25
26
|
m(t(E), null, {
|
|
26
|
-
default:
|
|
27
|
+
default: c(({ open: l }) => [
|
|
27
28
|
r.value ? (o(), p(t(S), {
|
|
28
29
|
key: 0,
|
|
29
|
-
class: B(["parameter-item-trigger flex", { "parameter-item-trigger-open":
|
|
30
|
+
class: B(["parameter-item-trigger flex", { "parameter-item-trigger-open": l }])
|
|
30
31
|
}, {
|
|
31
|
-
default:
|
|
32
|
+
default: c(() => [
|
|
32
33
|
m(t(D), {
|
|
33
34
|
class: "parameter-item-icon",
|
|
34
|
-
icon:
|
|
35
|
+
icon: l ? "ChevronDown" : "ChevronRight",
|
|
35
36
|
thickness: "1.5"
|
|
36
37
|
}, null, 8, ["icon"]),
|
|
37
|
-
|
|
38
|
-
|
|
38
|
+
u("span", T, b(e.parameter.name), 1),
|
|
39
|
+
u("span", O, [
|
|
39
40
|
e.parameter.description ? (o(), p(t(P), {
|
|
40
41
|
key: 0,
|
|
41
42
|
class: "markdown",
|
|
@@ -49,8 +50,8 @@ const N = {
|
|
|
49
50
|
class: "parameter-item-container parameter-item-container-markdown",
|
|
50
51
|
static: !r.value
|
|
51
52
|
}, {
|
|
52
|
-
default:
|
|
53
|
-
var
|
|
53
|
+
default: c(() => {
|
|
54
|
+
var h, f;
|
|
54
55
|
return [
|
|
55
56
|
e.parameter.headers ? (o(), p(I, {
|
|
56
57
|
key: 0,
|
|
@@ -62,12 +63,13 @@ const N = {
|
|
|
62
63
|
name: r.value ? "" : e.parameter.name,
|
|
63
64
|
noncollapsible: e.showChildren,
|
|
64
65
|
required: e.parameter.required,
|
|
66
|
+
schemas: e.schemas,
|
|
65
67
|
value: {
|
|
66
68
|
deprecated: e.parameter.deprecated,
|
|
67
|
-
...e.parameter.content ? (
|
|
69
|
+
...e.parameter.content ? (f = (h = e.parameter.content) == null ? void 0 : h[s.value]) == null ? void 0 : f.schema : e.parameter.schema
|
|
68
70
|
},
|
|
69
71
|
withExamples: e.withExamples
|
|
70
|
-
}, null, 8, ["description", "name", "noncollapsible", "required", "value", "withExamples"])
|
|
72
|
+
}, null, 8, ["description", "name", "noncollapsible", "required", "schemas", "value", "withExamples"])
|
|
71
73
|
];
|
|
72
74
|
}),
|
|
73
75
|
_: 1
|
|
@@ -75,13 +77,13 @@ const N = {
|
|
|
75
77
|
]),
|
|
76
78
|
_: 1
|
|
77
79
|
}),
|
|
78
|
-
|
|
80
|
+
u("div", _, [
|
|
79
81
|
r.value && a.parameter.content ? (o(), p(V, {
|
|
80
82
|
key: 0,
|
|
81
83
|
class: "parameter-item-content-type",
|
|
82
|
-
defaultValue:
|
|
84
|
+
defaultValue: s.value,
|
|
83
85
|
requestBody: a.parameter,
|
|
84
|
-
onSelectContentType: d[0] || (d[0] = ({ contentType:
|
|
86
|
+
onSelectContentType: d[0] || (d[0] = ({ contentType: l }) => s.value = l)
|
|
85
87
|
}, null, 8, ["defaultValue", "requestBody"])) : n("", !0)
|
|
86
88
|
])
|
|
87
89
|
])) : n("", !0);
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
|
|
1
2
|
import type { RequestBody } from '@scalar/types/legacy';
|
|
2
3
|
type __VLS_Props = {
|
|
3
4
|
requestBody?: RequestBody;
|
|
5
|
+
schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
|
|
4
6
|
};
|
|
5
7
|
declare function __VLS_template(): {
|
|
6
8
|
attrs: Partial<{}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/RequestBody.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/components/RequestBody.vue"],"names":[],"mappings":"AAkJA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAe,WAAW,EAAE,MAAM,sBAAsB,CAAA;AASpE,KAAK,WAAW,GAAG;IACjB,WAAW,CAAC,EAAE,WAAW,CAAA;IACzB,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;AAoBF,iBAAS,cAAc;WAmGT,OAAO,IAA6B;;uBARvB,GAAG;;;;EAa7B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./RequestBody.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const e = /* @__PURE__ */ t(o, [["__scopeId", "data-v-4f0f6dd5"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as v, computed as q, ref as f, openBlock as o, createElementBlock as
|
|
1
|
+
import { defineComponent as v, computed as q, ref as f, openBlock as o, createElementBlock as s, createElementVNode as B, renderSlot as h, createVNode as n, unref as y, createCommentVNode as r } from "vue";
|
|
2
2
|
import { ScalarMarkdown as k } from "@scalar/components";
|
|
3
3
|
import b from "./ContentTypeSelect.vue.js";
|
|
4
4
|
import C from "../../../components/Content/Schema/Schema.vue.js";
|
|
5
|
-
const V = { key: 0 },
|
|
5
|
+
const V = { key: 0 }, S = { class: "request-body-title" }, _ = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "request-body-description"
|
|
8
8
|
}, N = {
|
|
@@ -11,38 +11,40 @@ const V = { key: 0 }, _ = { class: "request-body-title" }, S = {
|
|
|
11
11
|
}, g = /* @__PURE__ */ v({
|
|
12
12
|
__name: "RequestBody",
|
|
13
13
|
props: {
|
|
14
|
-
requestBody: {}
|
|
14
|
+
requestBody: {},
|
|
15
|
+
schemas: {}
|
|
15
16
|
},
|
|
16
|
-
setup(
|
|
17
|
-
var
|
|
18
|
-
const
|
|
17
|
+
setup(a) {
|
|
18
|
+
var u;
|
|
19
|
+
const l = q(
|
|
19
20
|
() => {
|
|
20
21
|
var e;
|
|
21
|
-
return Object.keys(((e =
|
|
22
|
+
return Object.keys(((e = a.requestBody) == null ? void 0 : e.content) ?? {});
|
|
22
23
|
}
|
|
23
24
|
), t = f("application/json");
|
|
24
|
-
return (
|
|
25
|
-
var
|
|
26
|
-
return e.requestBody ? (o(),
|
|
27
|
-
B("div",
|
|
25
|
+
return (u = a.requestBody) != null && u.content && l.value.length > 0 && (t.value = l.value[0]), (e, d) => {
|
|
26
|
+
var c, i, m;
|
|
27
|
+
return e.requestBody ? (o(), s("div", V, [
|
|
28
|
+
B("div", S, [
|
|
28
29
|
h(e.$slots, "title", {}, void 0, !0),
|
|
29
|
-
|
|
30
|
+
n(b, {
|
|
30
31
|
defaultValue: t.value,
|
|
31
32
|
requestBody: e.requestBody,
|
|
32
33
|
onSelectContentType: d[0] || (d[0] = ({ contentType: p }) => t.value = p)
|
|
33
34
|
}, null, 8, ["defaultValue", "requestBody"]),
|
|
34
|
-
e.requestBody.description ? (o(),
|
|
35
|
-
|
|
35
|
+
e.requestBody.description ? (o(), s("div", _, [
|
|
36
|
+
n(y(k), {
|
|
36
37
|
value: e.requestBody.description
|
|
37
38
|
}, null, 8, ["value"])
|
|
38
39
|
])) : r("", !0)
|
|
39
40
|
]),
|
|
40
|
-
(
|
|
41
|
-
|
|
41
|
+
(c = e.requestBody.content) != null && c[t.value] ? (o(), s("div", N, [
|
|
42
|
+
n(y(C), {
|
|
42
43
|
compact: "",
|
|
43
44
|
noncollapsible: "",
|
|
44
|
-
|
|
45
|
-
|
|
45
|
+
schemas: e.schemas,
|
|
46
|
+
value: (m = (i = e.requestBody.content) == null ? void 0 : i[t.value]) == null ? void 0 : m.schema
|
|
47
|
+
}, null, 8, ["schemas", "value"])
|
|
46
48
|
])) : r("", !0)
|
|
47
49
|
])) : r("", !0);
|
|
48
50
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useResponses.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/hooks/useResponses.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAGtF;;GAEG;AACH,wBAAgB,YAAY,CAAC,SAAS,EAAE,oBAAoB;;
|
|
1
|
+
{"version":3,"file":"useResponses.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/hooks/useResponses.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AACpD,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAGtF;;GAEG;AACH,wBAAgB,YAAY,CAAC,SAAS,EAAE,oBAAoB;;cAShD,MAAM;qBACC,MAAM;iBACV,oBAAoB;kBACnB;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;SAAE;;EAoBtD"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { computed as s } from "vue";
|
|
2
2
|
function u(r) {
|
|
3
3
|
return { responses: s(() => {
|
|
4
|
-
if (!r.information)
|
|
4
|
+
if (!r.information)
|
|
5
|
+
return [];
|
|
5
6
|
const { responses: t } = r.information, e = [];
|
|
6
7
|
return t && Object.entries(t).forEach(([o, n]) => {
|
|
7
8
|
e.push({
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { Collection, Operation, Server } from '@scalar/oas-utils/entities/spec';
|
|
2
|
+
import type { OpenAPIV2, OpenAPIV3, OpenAPIV3_1 } from '@scalar/openapi-types';
|
|
2
3
|
import type { TransformedOperation } from '@scalar/types/legacy';
|
|
3
4
|
type __VLS_Props = {
|
|
4
5
|
id?: string;
|
|
@@ -7,6 +8,7 @@ type __VLS_Props = {
|
|
|
7
8
|
operation: Operation;
|
|
8
9
|
/** @deprecated Use `operation` instead */
|
|
9
10
|
transformedOperation: TransformedOperation;
|
|
11
|
+
schemas?: OpenAPIV2.DefinitionsObject | Record<string, OpenAPIV3.SchemaObject> | Record<string, OpenAPIV3_1.SchemaObject> | unknown;
|
|
10
12
|
};
|
|
11
13
|
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>;
|
|
12
14
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ClassicLayout.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ClassicLayout.vue"],"names":[],"mappings":"AAiUA,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,MAAM,EACP,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAC9E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAwBhE,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,UAAU,EAAE,UAAU,CAAA;IACtB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;IACpB,0CAA0C;IAC1C,oBAAoB,EAAE,oBAAoB,CAAA;IAC1C,OAAO,CAAC,EACJ,SAAS,CAAC,iBAAiB,GAC3B,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,YAAY,CAAC,GACtC,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GACxC,OAAO,CAAA;CACZ,CAAC;;AA2QF,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ClassicLayout.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-7af92164"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|