@scalar/api-reference 1.28.7 → 1.28.8
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 +22 -0
- package/dist/browser/standalone.js +13753 -13756
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts +2 -2
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +1 -1
- package/dist/components/Sidebar/Sidebar.vue2.js +89 -76
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts +46 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.js +2 -2
- package/dist/features/ExampleRequest/ExampleRequest.vue2.js +83 -74
- package/dist/helpers/freeze-element.d.ts +11 -0
- package/dist/helpers/freeze-element.d.ts.map +1 -0
- package/dist/helpers/freeze-element.js +20 -0
- package/dist/hooks/useMultipleDocuments.d.ts +3 -2
- package/dist/hooks/useMultipleDocuments.d.ts.map +1 -1
- package/dist/hooks/useMultipleDocuments.js +59 -45
- package/dist/index.js +1 -1
- package/dist/standalone/lib/html-api.d.ts +5 -5
- package/dist/standalone/lib/html-api.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types.d.ts +2 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +9 -9
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { AnyApiReferenceConfiguration } from '@scalar/types/api-reference';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
/**
|
|
4
4
|
* Configuration for the API reference.
|
|
5
5
|
* Can be a single configuration or an array of configurations for multiple documents.
|
|
6
6
|
*/
|
|
7
|
-
configuration?:
|
|
7
|
+
configuration?: AnyApiReferenceConfiguration;
|
|
8
8
|
};
|
|
9
9
|
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>;
|
|
10
10
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReference.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReference.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ApiReference.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReference.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,6BAA6B,CAAA;AAU/E,KAAK,WAAW,GAAG;IACjB;;;OAGG;IACH,aAAa,CAAC,EAAE,4BAA4B,CAAA;CAC7C,CAAC;;AA4FF,wBAOG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Sidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.vue"],"names":[],"mappings":"AAmQA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAIhD,OAAO,EAA2B,KAAK,YAAY,EAAE,MAAM,aAAa,CAAA;AAMxE,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,IAAI,CAAA;CACjB,GAAG,YAAY,CAAC;AA+FnB,iBAAS,cAAc;WA4NT,OAAO,IAA6B;;iCAVb,GAAG;+BACJ,GAAG;;;;;;EActC;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,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 "./Sidebar.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-
|
|
4
|
+
const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-1c7b654c"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import { useNavState as
|
|
5
|
-
import { useSidebar as
|
|
1
|
+
import { defineComponent as F, ref as E, watch as I, onMounted as N, onUnmounted as L, openBlock as r, createElementBlock as d, renderSlot as w, createElementVNode as V, createVNode as G, withCtx as h, Fragment as o, renderList as y, unref as n, toDisplayString as M, createBlock as f, createCommentVNode as v } from "vue";
|
|
2
|
+
import S from "./SidebarElement.vue.js";
|
|
3
|
+
import g from "./SidebarGroup.vue.js";
|
|
4
|
+
import { useNavState as D } from "../../hooks/useNavState.js";
|
|
5
|
+
import { useSidebar as H } from "../../hooks/useSidebar.js";
|
|
6
6
|
import { sleep as C } from "../../helpers/sleep.js";
|
|
7
|
-
const
|
|
7
|
+
const R = { class: "sidebar" }, U = ["aria-label"], j = { class: "sidebar-group-title" }, q = -160, W = /* @__PURE__ */ F({
|
|
8
8
|
__name: "Sidebar",
|
|
9
9
|
props: {
|
|
10
10
|
parsedSpec: {},
|
|
@@ -12,49 +12,62 @@ const H = { class: "sidebar" }, M = ["aria-label"], R = { class: "sidebar-group-
|
|
|
12
12
|
operationsSorter: { type: [String, Function] }
|
|
13
13
|
},
|
|
14
14
|
setup(A) {
|
|
15
|
-
const
|
|
15
|
+
const m = A, { hash: p, isIntersectionEnabled: $ } = D(), { items: O, toggleCollapsedSidebarItem: T, collapsedSidebarItems: _ } = H(
|
|
16
16
|
{
|
|
17
|
-
parsedSpec:
|
|
18
|
-
tagsSorter:
|
|
19
|
-
operationsSorter:
|
|
17
|
+
parsedSpec: m.parsedSpec,
|
|
18
|
+
tagsSorter: m.tagsSorter,
|
|
19
|
+
operationsSorter: m.operationsSorter
|
|
20
20
|
}
|
|
21
|
-
),
|
|
22
|
-
|
|
23
|
-
!$.value ||
|
|
21
|
+
), b = E(null), u = E(!0);
|
|
22
|
+
I(p, (l) => {
|
|
23
|
+
!$.value || u.value || typeof window > "u" || k(l);
|
|
24
24
|
});
|
|
25
|
-
const k = (
|
|
26
|
-
var e, t,
|
|
27
|
-
const
|
|
28
|
-
if (!
|
|
25
|
+
const k = (l) => {
|
|
26
|
+
var e, t, s, a;
|
|
27
|
+
const i = document.getElementById(`sidebar-${l}`);
|
|
28
|
+
if (!i || !b.value)
|
|
29
29
|
return;
|
|
30
|
-
let
|
|
31
|
-
|
|
30
|
+
let c = q;
|
|
31
|
+
i.getAttribute("data-sidebar-type") === "heading" ? c += i.offsetTop + ((e = i.getElementsByClassName("sidebar-heading")) == null ? void 0 : e[0]).offsetHeight : c += i.offsetTop + (((t = i.parentElement) == null ? void 0 : t.offsetTop) ?? 0) + (((a = (s = i.parentElement) == null ? void 0 : s.parentElement) == null ? void 0 : a.offsetTop) ?? 0), b.value.scrollTo({ top: c, behavior: "smooth" });
|
|
32
|
+
}, B = (l) => {
|
|
33
|
+
if (!b.value)
|
|
34
|
+
return;
|
|
35
|
+
const i = new MutationObserver((c, e) => {
|
|
36
|
+
document.getElementById(`sidebar-${l}`) && (k(l), u.value = !1, e.disconnect());
|
|
37
|
+
});
|
|
38
|
+
return i.observe(b.value, {
|
|
39
|
+
childList: !0,
|
|
40
|
+
subtree: !0
|
|
41
|
+
}), i;
|
|
32
42
|
};
|
|
33
43
|
return N(() => {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
44
|
+
const l = B(p.value);
|
|
45
|
+
L(() => {
|
|
46
|
+
l == null || l.disconnect();
|
|
47
|
+
});
|
|
48
|
+
}), (l, i) => {
|
|
49
|
+
var c;
|
|
50
|
+
return r(), d("div", R, [
|
|
51
|
+
w(l.$slots, "sidebar-start", {}, void 0, !0),
|
|
52
|
+
V("nav", {
|
|
40
53
|
ref_key: "scrollerEl",
|
|
41
|
-
ref:
|
|
42
|
-
"aria-label": `Table of contents for ${(
|
|
54
|
+
ref: b,
|
|
55
|
+
"aria-label": `Table of contents for ${(c = l.parsedSpec.info) == null ? void 0 : c.title}`,
|
|
43
56
|
class: "sidebar-pages custom-scroll custom-scroll-self-contain-overflow"
|
|
44
57
|
}, [
|
|
45
|
-
|
|
46
|
-
default:
|
|
47
|
-
(r(!0),
|
|
58
|
+
G(g, { level: 0 }, {
|
|
59
|
+
default: h(() => [
|
|
60
|
+
(r(!0), d(o, null, y(n(O).entries, (e) => (r(), d(o, {
|
|
48
61
|
key: e.id
|
|
49
62
|
}, [
|
|
50
|
-
e.isGroup ? (r(),
|
|
51
|
-
|
|
52
|
-
(r(!0),
|
|
63
|
+
e.isGroup ? (r(), d(o, { key: 0 }, [
|
|
64
|
+
V("li", j, M(e.displayTitle ?? e.title), 1),
|
|
65
|
+
(r(!0), d(o, null, y(e.children, (t) => (r(), f(S, {
|
|
53
66
|
key: t.id,
|
|
54
67
|
id: `sidebar-${t.id}`,
|
|
55
68
|
"data-sidebar-type": "heading",
|
|
56
69
|
hasChildren: t.children && t.children.length > 0,
|
|
57
|
-
isActive:
|
|
70
|
+
isActive: n(p) === t.id,
|
|
58
71
|
item: {
|
|
59
72
|
id: t.id,
|
|
60
73
|
title: t.displayTitle ?? t.title,
|
|
@@ -62,49 +75,49 @@ const H = { class: "sidebar" }, M = ["aria-label"], R = { class: "sidebar-group-
|
|
|
62
75
|
httpVerb: t.httpVerb,
|
|
63
76
|
deprecated: t.deprecated ?? !1
|
|
64
77
|
},
|
|
65
|
-
open:
|
|
78
|
+
open: n(_)[t.id] ?? !1,
|
|
66
79
|
onToggleOpen: async () => {
|
|
67
|
-
|
|
80
|
+
u.value = !0, n(T)(t.id), await n(C)(100), u.value = !1;
|
|
68
81
|
}
|
|
69
82
|
}, {
|
|
70
|
-
default:
|
|
71
|
-
var
|
|
83
|
+
default: h(() => {
|
|
84
|
+
var s;
|
|
72
85
|
return [
|
|
73
|
-
t.children && ((
|
|
86
|
+
t.children && ((s = t.children) == null ? void 0 : s.length) > 0 ? (r(), f(g, {
|
|
74
87
|
key: 0,
|
|
75
88
|
level: 1
|
|
76
89
|
}, {
|
|
77
|
-
default:
|
|
78
|
-
(r(!0),
|
|
79
|
-
key:
|
|
90
|
+
default: h(() => [
|
|
91
|
+
(r(!0), d(o, null, y(t.children, (a) => (r(), d(o, {
|
|
92
|
+
key: a.id
|
|
80
93
|
}, [
|
|
81
|
-
e.show ? (r(),
|
|
94
|
+
e.show ? (r(), f(S, {
|
|
82
95
|
key: 0,
|
|
83
|
-
id: `sidebar-${
|
|
84
|
-
isActive:
|
|
96
|
+
id: `sidebar-${a.id}`,
|
|
97
|
+
isActive: n(p) === a.id,
|
|
85
98
|
item: {
|
|
86
|
-
id:
|
|
87
|
-
title:
|
|
88
|
-
select:
|
|
89
|
-
httpVerb:
|
|
90
|
-
deprecated:
|
|
99
|
+
id: a.id,
|
|
100
|
+
title: a.displayTitle ?? a.title,
|
|
101
|
+
select: a.select,
|
|
102
|
+
httpVerb: a.httpVerb,
|
|
103
|
+
deprecated: a.deprecated ?? !1
|
|
91
104
|
}
|
|
92
|
-
}, null, 8, ["id", "isActive", "item"])) :
|
|
105
|
+
}, null, 8, ["id", "isActive", "item"])) : v("", !0)
|
|
93
106
|
], 64))), 128))
|
|
94
107
|
]),
|
|
95
108
|
_: 2
|
|
96
|
-
}, 1024)) :
|
|
109
|
+
}, 1024)) : v("", !0)
|
|
97
110
|
];
|
|
98
111
|
}),
|
|
99
112
|
_: 2
|
|
100
113
|
}, 1032, ["id", "hasChildren", "isActive", "item", "open", "onToggleOpen"]))), 128))
|
|
101
|
-
], 64)) : (r(),
|
|
102
|
-
e.show ? (r(),
|
|
114
|
+
], 64)) : (r(), d(o, { key: 1 }, [
|
|
115
|
+
e.show ? (r(), f(S, {
|
|
103
116
|
key: 0,
|
|
104
117
|
id: `sidebar-${e.id}`,
|
|
105
118
|
"data-sidebar-type": "heading",
|
|
106
119
|
hasChildren: e.children && e.children.length > 0,
|
|
107
|
-
isActive:
|
|
120
|
+
isActive: n(p) === e.id,
|
|
108
121
|
item: {
|
|
109
122
|
id: e.id,
|
|
110
123
|
title: e.displayTitle ?? e.title,
|
|
@@ -112,53 +125,53 @@ const H = { class: "sidebar" }, M = ["aria-label"], R = { class: "sidebar-group-
|
|
|
112
125
|
httpVerb: e.httpVerb,
|
|
113
126
|
deprecated: e.deprecated ?? !1
|
|
114
127
|
},
|
|
115
|
-
open:
|
|
128
|
+
open: n(_)[e.id] ?? !1,
|
|
116
129
|
onToggleOpen: async () => {
|
|
117
|
-
|
|
130
|
+
u.value = !0, n(T)(e.id), await n(C)(100), u.value = !1;
|
|
118
131
|
}
|
|
119
132
|
}, {
|
|
120
|
-
default:
|
|
133
|
+
default: h(() => {
|
|
121
134
|
var t;
|
|
122
135
|
return [
|
|
123
|
-
e.children && ((t = e.children) == null ? void 0 : t.length) > 0 ? (r(),
|
|
136
|
+
e.children && ((t = e.children) == null ? void 0 : t.length) > 0 ? (r(), f(g, {
|
|
124
137
|
key: 0,
|
|
125
138
|
level: 1
|
|
126
139
|
}, {
|
|
127
|
-
default:
|
|
128
|
-
(r(!0),
|
|
129
|
-
key:
|
|
140
|
+
default: h(() => [
|
|
141
|
+
(r(!0), d(o, null, y(e.children, (s) => (r(), d(o, {
|
|
142
|
+
key: s.id
|
|
130
143
|
}, [
|
|
131
|
-
e.show ? (r(),
|
|
144
|
+
e.show ? (r(), f(S, {
|
|
132
145
|
key: 0,
|
|
133
|
-
id: `sidebar-${
|
|
134
|
-
isActive:
|
|
146
|
+
id: `sidebar-${s.id}`,
|
|
147
|
+
isActive: n(p) === s.id,
|
|
135
148
|
item: {
|
|
136
|
-
id:
|
|
137
|
-
title:
|
|
138
|
-
select:
|
|
139
|
-
httpVerb:
|
|
140
|
-
deprecated:
|
|
149
|
+
id: s.id,
|
|
150
|
+
title: s.displayTitle ?? s.title,
|
|
151
|
+
select: s.select,
|
|
152
|
+
httpVerb: s.httpVerb,
|
|
153
|
+
deprecated: s.deprecated ?? !1
|
|
141
154
|
}
|
|
142
|
-
}, null, 8, ["id", "isActive", "item"])) :
|
|
155
|
+
}, null, 8, ["id", "isActive", "item"])) : v("", !0)
|
|
143
156
|
], 64))), 128))
|
|
144
157
|
]),
|
|
145
158
|
_: 2
|
|
146
|
-
}, 1024)) :
|
|
159
|
+
}, 1024)) : v("", !0)
|
|
147
160
|
];
|
|
148
161
|
}),
|
|
149
162
|
_: 2
|
|
150
|
-
}, 1032, ["id", "hasChildren", "isActive", "item", "open", "onToggleOpen"])) :
|
|
163
|
+
}, 1032, ["id", "hasChildren", "isActive", "item", "open", "onToggleOpen"])) : v("", !0)
|
|
151
164
|
], 64))
|
|
152
165
|
], 64))), 128))
|
|
153
166
|
]),
|
|
154
167
|
_: 1
|
|
155
168
|
})
|
|
156
|
-
], 8,
|
|
157
|
-
|
|
169
|
+
], 8, U),
|
|
170
|
+
w(l.$slots, "sidebar-end", {}, void 0, !0)
|
|
158
171
|
]);
|
|
159
172
|
};
|
|
160
173
|
}
|
|
161
174
|
});
|
|
162
175
|
export {
|
|
163
|
-
|
|
176
|
+
W as default
|
|
164
177
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { Collection, Operation, Server } from '@scalar/oas-utils/entities/spec';
|
|
2
2
|
import type { TransformedOperation } from '@scalar/types/legacy';
|
|
3
|
+
import { type ComponentPublicInstance } from 'vue';
|
|
3
4
|
type __VLS_Props = {
|
|
4
5
|
operation: Operation;
|
|
5
6
|
server: Server | undefined;
|
|
@@ -17,7 +18,51 @@ declare function __VLS_template(): {
|
|
|
17
18
|
footer?(_: {}): any;
|
|
18
19
|
footer?(_: {}): any;
|
|
19
20
|
};
|
|
20
|
-
refs: {
|
|
21
|
+
refs: {
|
|
22
|
+
elem: ({
|
|
23
|
+
$: import("vue").ComponentInternalInstance;
|
|
24
|
+
$data: {};
|
|
25
|
+
$props: Partial<{}> & Omit<{} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
|
26
|
+
$attrs: {
|
|
27
|
+
[x: string]: unknown;
|
|
28
|
+
};
|
|
29
|
+
$refs: {
|
|
30
|
+
[x: string]: unknown;
|
|
31
|
+
};
|
|
32
|
+
$slots: Readonly<{
|
|
33
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
34
|
+
}>;
|
|
35
|
+
$root: ComponentPublicInstance | null;
|
|
36
|
+
$parent: ComponentPublicInstance | null;
|
|
37
|
+
$host: Element | null;
|
|
38
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
39
|
+
$el: HTMLDivElement;
|
|
40
|
+
$options: import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
41
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
42
|
+
created?: (() => void) | (() => void)[];
|
|
43
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
44
|
+
mounted?: (() => void) | (() => void)[];
|
|
45
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
46
|
+
updated?: (() => void) | (() => void)[];
|
|
47
|
+
activated?: (() => void) | (() => void)[];
|
|
48
|
+
deactivated?: (() => void) | (() => void)[];
|
|
49
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
50
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
51
|
+
destroyed?: (() => void) | (() => void)[];
|
|
52
|
+
unmounted?: (() => void) | (() => void)[];
|
|
53
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
54
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
|
55
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
56
|
+
};
|
|
57
|
+
$forceUpdate: () => void;
|
|
58
|
+
$nextTick: typeof import("vue").nextTick;
|
|
59
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
60
|
+
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
61
|
+
$slots: {
|
|
62
|
+
default?(_: {}): any;
|
|
63
|
+
};
|
|
64
|
+
}) | null;
|
|
65
|
+
};
|
|
21
66
|
rootEl: any;
|
|
22
67
|
};
|
|
23
68
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExampleRequest.vue.d.ts","sourceRoot":"","sources":["../../../src/features/ExampleRequest/ExampleRequest.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ExampleRequest.vue.d.ts","sourceRoot":"","sources":["../../../src/features/ExampleRequest/ExampleRequest.vue"],"names":[],"mappings":"AAuZA,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,MAAM,EACP,MAAM,iCAAiC,CAAA;AAExC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAEhE,OAAO,EAML,KAAK,uBAAuB,EAC7B,MAAM,KAAK,CAAA;AAcZ,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,SAAS,CAAA;IACpB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,UAAU,EAAE,UAAU,CAAA;IACtB,yDAAyD;IACzD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,0CAA0C;IAC1C,oBAAoB,EAAE,oBAAoB,CAAA;CAC3C,CAAC;AA6NF,iBAAS,cAAc;WAiPT,OAAO,IAA6B;;wBAZrB,GAAG;wBAEH,GAAG;wBADH,GAAG;wBAEH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA5F+E,GAAG,8CAC1F,GAAG,yBACZ,GAAG,6DAAmC,GAAG;;;;;;;;EAwGvD;AAiCD,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 "./ExampleRequest.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-ecaba69d"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|