@scalar/api-reference 1.25.10 → 1.25.11
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 +24 -0
- package/dist/browser/standalone.js +14612 -14611
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Operation/Operation.vue.js +2 -2
- package/dist/components/Content/Operation/Operation.vue2.js +14 -14
- package/dist/components/Content/Operation/OperationAccordion.vue.js +1 -1
- package/dist/components/Content/Operation/OperationAccordion.vue2.js +24 -24
- package/dist/components/Content/Operation/ParameterHeaders.vue.d.ts +21 -0
- package/dist/components/Content/Operation/ParameterHeaders.vue.d.ts.map +1 -0
- package/dist/components/Content/Operation/ParameterHeaders.vue.js +7 -0
- package/dist/components/Content/Operation/ParameterHeaders.vue2.js +62 -0
- package/dist/components/Content/Operation/ParameterItem.vue.d.ts.map +1 -1
- package/dist/components/Content/Operation/ParameterItem.vue.js +2 -2
- package/dist/components/Content/Operation/ParameterItem.vue2.js +34 -30
- package/dist/components/Content/Tag/Endpoints.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/Endpoints.vue.js +2 -2
- package/dist/components/Content/Tag/Endpoints.vue2.js +10 -8
- package/dist/components/Content/Tag/Tag.vue.js +3 -3
- package/dist/components/Content/Tag/Tag.vue2.js +1 -1
- package/dist/{components/Content/Operation/PathResponses/ExampleResponse.vue.d.ts → embeds/ExampleResponses/ExampleResponses.vue.d.ts} +4 -9
- package/dist/embeds/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -0
- package/dist/embeds/ExampleResponses/index.d.ts +2 -0
- package/dist/embeds/ExampleResponses/index.d.ts.map +1 -0
- package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts +8 -1
- package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts.map +1 -1
- package/dist/embeds/index.d.ts +1 -0
- package/dist/embeds/index.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerForm.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerForm.vue.js +2 -2
- package/dist/features/BaseUrl/ServerForm.vue2.js +5 -5
- 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 +118 -129
- package/dist/{components/Content/Operation/PathResponses/Headers.vue.d.ts → features/ExampleResponses/ExampleResponse.vue.d.ts} +4 -4
- package/dist/features/ExampleResponses/ExampleResponse.vue.d.ts.map +1 -0
- package/dist/features/ExampleResponses/ExampleResponse.vue.js +7 -0
- package/dist/features/ExampleResponses/ExampleResponse.vue2.js +37 -0
- package/dist/{components/Content/Operation/PathResponses/PathResponses.vue.d.ts → features/ExampleResponses/ExampleResponses.vue.d.ts} +1 -1
- package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -0
- package/dist/features/ExampleResponses/ExampleResponses.vue.js +7 -0
- package/dist/{components/Content/Operation/PathResponses/PathResponses.vue2.js → features/ExampleResponses/ExampleResponses.vue2.js} +18 -18
- package/dist/features/ExampleResponses/index.d.ts +2 -0
- package/dist/features/ExampleResponses/index.d.ts.map +1 -0
- package/dist/helpers/createRequest.d.ts +6 -0
- package/dist/helpers/createRequest.d.ts.map +1 -0
- package/dist/helpers/createRequest.js +16 -0
- package/dist/helpers/getExampleCode.d.ts +9 -0
- package/dist/helpers/getExampleCode.d.ts.map +1 -0
- package/dist/helpers/getExampleCode.js +27 -0
- package/dist/helpers/index.d.ts +2 -0
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/mergeAllObjects.d.ts +3 -0
- package/dist/helpers/mergeAllObjects.d.ts.map +1 -1
- package/dist/hooks/useReactiveSpec.d.ts +7 -1
- package/dist/hooks/useReactiveSpec.d.ts.map +1 -1
- package/dist/hooks/useResponses.d.ts +4 -0
- package/dist/hooks/useResponses.d.ts.map +1 -1
- package/dist/hooks/useResponses.js +11 -10
- package/dist/index.js +72 -68
- package/dist/legacy/helpers/index.d.ts +1 -0
- package/dist/legacy/helpers/index.d.ts.map +1 -1
- package/dist/legacy/helpers/normalizeHeaderName.d.ts +5 -0
- package/dist/legacy/helpers/normalizeHeaderName.d.ts.map +1 -0
- package/dist/legacy/helpers/normalizeHeaderName.js +6 -0
- package/dist/legacy/helpers/normalizeHeaders.d.ts.map +1 -1
- package/dist/legacy/helpers/normalizeHeaders.js +15 -17
- package/dist/legacy/stores/useOpenApiStore.d.ts +7 -1
- package/dist/legacy/stores/useOpenApiStore.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types.d.ts +0 -8
- package/dist/types.d.ts.map +1 -1
- package/package.json +11 -11
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue.js +0 -7
- package/dist/components/Content/Operation/PathResponses/ExampleResponse.vue2.js +0 -101
- package/dist/components/Content/Operation/PathResponses/Headers.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/PathResponses/PathResponses.vue.d.ts.map +0 -1
- package/dist/components/Content/Operation/PathResponses/PathResponses.vue.js +0 -7
- package/dist/components/Content/Operation/PathResponses/index.d.ts +0 -2
- package/dist/components/Content/Operation/PathResponses/index.d.ts.map +0 -1
- package/dist/components/SimpleTable/SimpleCell.vue.d.ts +0 -50
- package/dist/components/SimpleTable/SimpleCell.vue.d.ts.map +0 -1
- package/dist/components/SimpleTable/SimpleHeader.vue.d.ts +0 -12
- package/dist/components/SimpleTable/SimpleHeader.vue.d.ts.map +0 -1
- package/dist/components/SimpleTable/SimpleRow.vue.d.ts +0 -12
- package/dist/components/SimpleTable/SimpleRow.vue.d.ts.map +0 -1
- package/dist/components/SimpleTable/SimpleTable.stories.d.ts +0 -7
- package/dist/components/SimpleTable/SimpleTable.stories.d.ts.map +0 -1
- package/dist/components/SimpleTable/SimpleTable.vue.d.ts +0 -12
- package/dist/components/SimpleTable/SimpleTable.vue.d.ts.map +0 -1
- package/dist/components/SimpleTable/index.d.ts +0 -5
- package/dist/components/SimpleTable/index.d.ts.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Operation.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-307792e5"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
e as default
|
|
7
7
|
};
|
|
@@ -4,14 +4,14 @@ import _ from "./EndpointPath.vue.js";
|
|
|
4
4
|
import C from "./TestRequestButton.vue.js";
|
|
5
5
|
import S from "../../Section/Section.vue.js";
|
|
6
6
|
import B from "../../Section/SectionContent.vue.js";
|
|
7
|
-
import
|
|
7
|
+
import E from "../../Section/SectionColumns.vue.js";
|
|
8
8
|
import d from "../../Section/SectionColumn.vue.js";
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
const
|
|
9
|
+
import N from "../../Badge/Badge.vue.js";
|
|
10
|
+
import V from "../../Section/SectionHeader.vue.js";
|
|
11
|
+
import g from "../../Anchor/Anchor.vue.js";
|
|
12
|
+
import k from "../../../features/ExampleRequest/ExampleRequest.vue.js";
|
|
13
|
+
import v from "../../../features/ExampleResponses/ExampleResponses.vue.js";
|
|
14
|
+
const y = { class: "examples" }, I = /* @__PURE__ */ f({
|
|
15
15
|
__name: "Operation",
|
|
16
16
|
props: {
|
|
17
17
|
id: {},
|
|
@@ -25,13 +25,13 @@ const E = { class: "examples" }, I = /* @__PURE__ */ f({
|
|
|
25
25
|
default: r(() => [
|
|
26
26
|
o(t(B), null, {
|
|
27
27
|
default: r(() => [
|
|
28
|
-
o(t(
|
|
28
|
+
o(t(E), null, {
|
|
29
29
|
default: r(() => [
|
|
30
30
|
o(t(d), null, {
|
|
31
31
|
default: r(() => {
|
|
32
32
|
var a, n;
|
|
33
33
|
return [
|
|
34
|
-
(a = e.operation.information) != null && a.deprecated ? (i(), p(t(
|
|
34
|
+
(a = e.operation.information) != null && a.deprecated ? (i(), p(t(N), { key: 0 }, {
|
|
35
35
|
default: r(() => [
|
|
36
36
|
l(" Deprecated ")
|
|
37
37
|
]),
|
|
@@ -40,9 +40,9 @@ const E = { class: "examples" }, I = /* @__PURE__ */ f({
|
|
|
40
40
|
m("div", {
|
|
41
41
|
class: u((n = e.operation.information) != null && n.deprecated ? "deprecated" : "")
|
|
42
42
|
}, [
|
|
43
|
-
o(t(
|
|
43
|
+
o(t(V), { level: 3 }, {
|
|
44
44
|
default: r(() => [
|
|
45
|
-
o(t(
|
|
45
|
+
o(t(g), {
|
|
46
46
|
id: e.id ?? ""
|
|
47
47
|
}, {
|
|
48
48
|
default: r(() => [
|
|
@@ -61,8 +61,8 @@ const E = { class: "examples" }, I = /* @__PURE__ */ f({
|
|
|
61
61
|
}),
|
|
62
62
|
o(t(d), null, {
|
|
63
63
|
default: r(() => [
|
|
64
|
-
m("div",
|
|
65
|
-
o(t(
|
|
64
|
+
m("div", y, [
|
|
65
|
+
o(t(k), { operation: e.operation }, {
|
|
66
66
|
header: r(() => {
|
|
67
67
|
var a;
|
|
68
68
|
return [
|
|
@@ -78,7 +78,7 @@ const E = { class: "examples" }, I = /* @__PURE__ */ f({
|
|
|
78
78
|
]),
|
|
79
79
|
_: 1
|
|
80
80
|
}, 8, ["operation"]),
|
|
81
|
-
o(t(
|
|
81
|
+
o(t(v), {
|
|
82
82
|
operation: e.operation,
|
|
83
83
|
style: { "margin-top": "12px" }
|
|
84
84
|
}, null, 8, ["operation"])
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./OperationAccordion.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const c = /* @__PURE__ */ r(o, [["__scopeId", "data-v-
|
|
4
|
+
const c = /* @__PURE__ */ r(o, [["__scopeId", "data-v-9b0621a3"]]);
|
|
5
5
|
export {
|
|
6
6
|
c as default
|
|
7
7
|
};
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { defineComponent as m, inject as h, openBlock as p, createBlock as s, unref as e, createSlots as f, withCtx as i, createElementVNode as
|
|
2
|
-
import { ScalarIcon as y, ScalarIconButton as C, ScalarMarkdown as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
1
|
+
import { defineComponent as m, inject as h, openBlock as p, createBlock as s, unref as e, createSlots as f, withCtx as i, createElementVNode as t, createVNode as n, toDisplayString as u, createCommentVNode as _, withModifiers as v } from "vue";
|
|
2
|
+
import { ScalarIcon as y, ScalarIconButton as C, ScalarMarkdown as E } from "@scalar/components";
|
|
3
|
+
import S from "./EndpointDetailsCard.vue.js";
|
|
4
|
+
import b from "./EndpointPath.vue.js";
|
|
5
|
+
import k from "./TestRequestButton.vue.js";
|
|
6
6
|
import T from "../../Section/SectionAccordion.vue.js";
|
|
7
7
|
import B from "../../HttpMethod/HttpMethod.vue.js";
|
|
8
8
|
import w from "../../Anchor/Anchor.vue.js";
|
|
9
|
-
import I from "
|
|
9
|
+
import I from "../../../features/ExampleResponses/ExampleResponses.vue.js";
|
|
10
10
|
import N from "../../../features/ExampleRequest/ExampleRequest.vue.js";
|
|
11
11
|
import { useClipboard as R } from "../../../hooks/useClipboard.js";
|
|
12
12
|
import { HIDE_TEST_REQUEST_BUTTON_SYMBOL as V } from "../../../helpers/provideSymbols.js";
|
|
13
|
-
const g = { class: "endpoint-header" }, A = { class: "endpoint-details" }, D = { class: "endpoint-label" }, M = { class: "endpoint-label-path" }, O = { class: "endpoint-label-name" },
|
|
13
|
+
const g = { class: "endpoint-header" }, A = { class: "endpoint-details" }, D = { class: "endpoint-label" }, M = { class: "endpoint-label-path" }, O = { class: "endpoint-label-name" }, U = { class: "endpoint-content" }, X = /* @__PURE__ */ m({
|
|
14
14
|
__name: "OperationAccordion",
|
|
15
15
|
props: {
|
|
16
16
|
id: {},
|
|
17
17
|
operation: {}
|
|
18
18
|
},
|
|
19
|
-
setup(
|
|
19
|
+
setup(L) {
|
|
20
20
|
const { copyToClipboard: c } = R(), r = h(V);
|
|
21
21
|
return console.log(!(r != null && r())), (o, d) => (p(), s(e(T), {
|
|
22
22
|
id: o.id,
|
|
@@ -24,28 +24,28 @@ const g = { class: "endpoint-header" }, A = { class: "endpoint-details" }, D = {
|
|
|
24
24
|
transparent: ""
|
|
25
25
|
}, f({
|
|
26
26
|
title: i(() => [
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
t("h3", g, [
|
|
28
|
+
t("div", A, [
|
|
29
|
+
n(e(B), {
|
|
30
30
|
class: "endpoint-type",
|
|
31
31
|
method: o.operation.httpVerb,
|
|
32
32
|
short: ""
|
|
33
33
|
}, null, 8, ["method"]),
|
|
34
|
-
|
|
34
|
+
n(e(w), {
|
|
35
35
|
id: o.id ?? "",
|
|
36
36
|
class: "endpoint-anchor"
|
|
37
37
|
}, {
|
|
38
38
|
default: i(() => {
|
|
39
39
|
var a;
|
|
40
40
|
return [
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
t("div", D, [
|
|
42
|
+
t("div", M, [
|
|
43
|
+
n(b, {
|
|
44
44
|
deprecated: (a = o.operation.information) == null ? void 0 : a.deprecated,
|
|
45
45
|
path: o.operation.path
|
|
46
46
|
}, null, 8, ["deprecated", "path"])
|
|
47
47
|
]),
|
|
48
|
-
|
|
48
|
+
t("div", O, u(o.operation.name), 1)
|
|
49
49
|
])
|
|
50
50
|
];
|
|
51
51
|
}),
|
|
@@ -57,7 +57,7 @@ const g = { class: "endpoint-header" }, A = { class: "endpoint-details" }, D = {
|
|
|
57
57
|
actions: i(({ active: a }) => {
|
|
58
58
|
var l;
|
|
59
59
|
return [
|
|
60
|
-
a ? (p(), s(
|
|
60
|
+
a ? (p(), s(k, {
|
|
61
61
|
key: 0,
|
|
62
62
|
operation: o.operation
|
|
63
63
|
}, null, 8, ["operation"])) : (l = e(r)) != null && l() ? _("", !0) : (p(), s(e(y), {
|
|
@@ -66,21 +66,21 @@ const g = { class: "endpoint-header" }, A = { class: "endpoint-details" }, D = {
|
|
|
66
66
|
icon: "Play",
|
|
67
67
|
thickness: "1.75px"
|
|
68
68
|
})),
|
|
69
|
-
|
|
69
|
+
n(e(C), {
|
|
70
70
|
class: "endpoint-copy",
|
|
71
71
|
icon: "Clipboard",
|
|
72
72
|
label: "Copy endpoint URL",
|
|
73
73
|
size: "xs",
|
|
74
74
|
variant: "ghost",
|
|
75
|
-
onClick: d[0] || (d[0] = v((
|
|
75
|
+
onClick: d[0] || (d[0] = v((P) => e(c)(o.operation.path), ["stop"]))
|
|
76
76
|
})
|
|
77
77
|
];
|
|
78
78
|
}),
|
|
79
79
|
default: i(() => [
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
80
|
+
t("div", U, [
|
|
81
|
+
n(S, { operation: o.operation }, null, 8, ["operation"]),
|
|
82
|
+
n(e(I), { operation: o.operation }, null, 8, ["operation"]),
|
|
83
|
+
n(e(N), { operation: o.operation }, null, 8, ["operation"])
|
|
84
84
|
])
|
|
85
85
|
]),
|
|
86
86
|
_: 2
|
|
@@ -88,7 +88,7 @@ const g = { class: "endpoint-header" }, A = { class: "endpoint-details" }, D = {
|
|
|
88
88
|
o.operation.description ? {
|
|
89
89
|
name: "description",
|
|
90
90
|
fn: i(() => [
|
|
91
|
-
|
|
91
|
+
n(e(E), {
|
|
92
92
|
value: o.operation.description,
|
|
93
93
|
withImages: ""
|
|
94
94
|
}, null, 8, ["value"])
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { OpenAPI } from '@scalar/openapi-types';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
3
|
+
headers: {
|
|
4
|
+
[key: string]: OpenAPI.HeaderObject;
|
|
5
|
+
};
|
|
6
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
7
|
+
headers: {
|
|
8
|
+
[key: string]: OpenAPI.HeaderObject;
|
|
9
|
+
};
|
|
10
|
+
}>>>, {}, {}>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
13
|
+
type __VLS_TypePropsToOption<T> = {
|
|
14
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
15
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
16
|
+
} : {
|
|
17
|
+
type: import('vue').PropType<T[K]>;
|
|
18
|
+
required: true;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=ParameterHeaders.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParameterHeaders.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterHeaders.vue"],"names":[],"mappings":"AA4HA,OAAO,KAAK,EAAE,OAAO,EAA0B,MAAM,uBAAuB,CAAA;;aAOjE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE;;aAAvC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE;;AA8JlD,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { defineComponent as f, openBlock as e, createBlock as m, unref as a, withCtx as c, createElementVNode as p, normalizeClass as o, createVNode as d, createElementBlock as l, Fragment as n, createTextVNode as u, renderList as _ } from "vue";
|
|
2
|
+
import { Disclosure as v, DisclosureButton as k, DisclosurePanel as B } from "@headlessui/vue";
|
|
3
|
+
import { ScalarIcon as H } from "@scalar/components";
|
|
4
|
+
import S from "../Schema/SchemaProperty.vue.js";
|
|
5
|
+
const V = /* @__PURE__ */ f({
|
|
6
|
+
__name: "ParameterHeaders",
|
|
7
|
+
props: {
|
|
8
|
+
headers: {}
|
|
9
|
+
},
|
|
10
|
+
setup(x) {
|
|
11
|
+
function h(t) {
|
|
12
|
+
return t.schema !== void 0;
|
|
13
|
+
}
|
|
14
|
+
return (t, y) => (e(), m(a(v), null, {
|
|
15
|
+
default: c(({ open: r }) => [
|
|
16
|
+
p("div", {
|
|
17
|
+
class: o(["headers-card headers-card--compact", [{ "headers-card--open": r }]])
|
|
18
|
+
}, [
|
|
19
|
+
p("div", {
|
|
20
|
+
class: o(["headers-properties", { "headers-properties-open": r }])
|
|
21
|
+
}, [
|
|
22
|
+
d(a(k), {
|
|
23
|
+
class: "headers-card-title headers-card-title--compact",
|
|
24
|
+
style: {
|
|
25
|
+
top: "calc(var(--refs-header-height)))"
|
|
26
|
+
}
|
|
27
|
+
}, {
|
|
28
|
+
default: c(() => [
|
|
29
|
+
d(a(H), {
|
|
30
|
+
class: o(["headers-card-title-icon", { "headers-card-title-icon--open": r }]),
|
|
31
|
+
icon: "Add",
|
|
32
|
+
thickness: "3"
|
|
33
|
+
}, null, 8, ["class"]),
|
|
34
|
+
r ? (e(), l(n, { key: 0 }, [
|
|
35
|
+
u(" Hide Headers ")
|
|
36
|
+
], 64)) : (e(), l(n, { key: 1 }, [
|
|
37
|
+
u(" Show Headers ")
|
|
38
|
+
], 64))
|
|
39
|
+
]),
|
|
40
|
+
_: 2
|
|
41
|
+
}, 1024),
|
|
42
|
+
d(a(B), null, {
|
|
43
|
+
default: c(() => [
|
|
44
|
+
(e(!0), l(n, null, _(t.headers, (s, i) => (e(), m(S, {
|
|
45
|
+
key: i,
|
|
46
|
+
description: s.description,
|
|
47
|
+
name: `${i}`,
|
|
48
|
+
value: h(s) ? s.schema : void 0
|
|
49
|
+
}, null, 8, ["description", "name", "value"]))), 128))
|
|
50
|
+
]),
|
|
51
|
+
_: 1
|
|
52
|
+
})
|
|
53
|
+
], 2)
|
|
54
|
+
], 2)
|
|
55
|
+
]),
|
|
56
|
+
_: 1
|
|
57
|
+
}));
|
|
58
|
+
}
|
|
59
|
+
});
|
|
60
|
+
export {
|
|
61
|
+
V as default
|
|
62
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParameterItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterItem.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ParameterItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterItem.vue"],"names":[],"mappings":"AAyLA,OAAO,KAAK,EAAe,UAAU,EAAE,MAAM,sBAAsB,CAAA;;eAUpD,UAAU;mBACN,OAAO;uBACH,OAAO;;;;;eAFf,UAAU;mBACN,OAAO;uBACH,OAAO;;;;;kBADX,OAAO;sBACH,OAAO;;AA+M9B,wBAMG;AAOH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GACvC,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AAEN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AAExD,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import t from "./ParameterItem.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-f4d4e7c0"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -1,30 +1,31 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as g, ref as u, computed as d, openBlock as n, createElementBlock as m, normalizeClass as b, createVNode as v, unref as f, createElementVNode as h, toDisplayString as y, createBlock as C, createCommentVNode as s } from "vue";
|
|
2
2
|
import { ScalarIcon as q } from "@scalar/components";
|
|
3
3
|
import w from "./ContentTypeSelect.vue.js";
|
|
4
|
-
import I from "
|
|
5
|
-
|
|
4
|
+
import I from "./ParameterHeaders.vue.js";
|
|
5
|
+
import S from "../Schema/SchemaProperty.vue.js";
|
|
6
|
+
const V = { class: "parameter-item" }, T = { class: "parameter-item-name" }, j = { class: "parameter-item-type" }, N = {
|
|
6
7
|
key: 1,
|
|
7
8
|
class: "parameter-item-container parameter-item-container-markdown"
|
|
8
|
-
},
|
|
9
|
+
}, O = /* @__PURE__ */ g({
|
|
9
10
|
__name: "ParameterItem",
|
|
10
11
|
props: {
|
|
11
12
|
parameter: {},
|
|
12
13
|
showChildren: { type: Boolean, default: !1 },
|
|
13
14
|
collapsableItems: { type: Boolean, default: !1 }
|
|
14
15
|
},
|
|
15
|
-
setup(
|
|
16
|
-
const
|
|
17
|
-
|
|
16
|
+
setup(k) {
|
|
17
|
+
const a = k, r = u(!1), B = d(() => a.parameter.content ? Object.keys(a.parameter.content) : []), o = u(
|
|
18
|
+
B.value[0]
|
|
18
19
|
);
|
|
19
|
-
|
|
20
|
-
const
|
|
21
|
-
return (e,
|
|
20
|
+
a.parameter.content && "application/json" in a.parameter.content && (o.value = "application/json");
|
|
21
|
+
const t = d(() => a.collapsableItems && a.parameter.content);
|
|
22
|
+
return (e, l) => {
|
|
22
23
|
var p, i;
|
|
23
|
-
return
|
|
24
|
-
|
|
24
|
+
return n(), m("li", V, [
|
|
25
|
+
t.value ? (n(), m("div", {
|
|
25
26
|
key: 0,
|
|
26
|
-
class:
|
|
27
|
-
onClick:
|
|
27
|
+
class: b(["flex parameter-item-trigger", { "parameter-item-trigger-open": r.value }]),
|
|
28
|
+
onClick: l[1] || (l[1] = (c) => r.value = !r.value)
|
|
28
29
|
}, [
|
|
29
30
|
v(f(q), {
|
|
30
31
|
class: "parameter-item-icon",
|
|
@@ -32,31 +33,34 @@ const S = { class: "parameter-item" }, V = { class: "parameter-item-name" }, T =
|
|
|
32
33
|
size: "md",
|
|
33
34
|
thickness: "1.75"
|
|
34
35
|
}, null, 8, ["icon"]),
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
36
|
+
h("span", T, y(e.parameter.name), 1),
|
|
37
|
+
h("span", j, y(e.parameter.description), 1),
|
|
38
|
+
t.value && a.parameter.content ? (n(), C(w, {
|
|
38
39
|
key: 0,
|
|
39
40
|
class: "parameter-item-content-type",
|
|
40
|
-
defaultValue:
|
|
41
|
-
requestBody:
|
|
42
|
-
onSelectContentType:
|
|
43
|
-
}, null, 8, ["defaultValue", "requestBody"])) :
|
|
44
|
-
], 2)) :
|
|
45
|
-
|
|
46
|
-
|
|
41
|
+
defaultValue: o.value,
|
|
42
|
+
requestBody: a.parameter,
|
|
43
|
+
onSelectContentType: l[0] || (l[0] = ({ contentType: c }) => o.value = c)
|
|
44
|
+
}, null, 8, ["defaultValue", "requestBody"])) : s("", !0)
|
|
45
|
+
], 2)) : s("", !0),
|
|
46
|
+
t.value && r.value || !t.value ? (n(), m("div", N, [
|
|
47
|
+
e.parameter.headers ? (n(), C(I, {
|
|
48
|
+
key: 0,
|
|
49
|
+
headers: e.parameter.headers
|
|
50
|
+
}, null, 8, ["headers"])) : s("", !0),
|
|
51
|
+
v(f(S), {
|
|
47
52
|
compact: "",
|
|
48
|
-
description:
|
|
49
|
-
|
|
50
|
-
name: a.value ? "" : e.parameter.name,
|
|
53
|
+
description: t.value ? "" : e.parameter.description,
|
|
54
|
+
name: t.value ? "" : e.parameter.name,
|
|
51
55
|
noncollapsible: e.showChildren,
|
|
52
56
|
required: e.parameter.required,
|
|
53
|
-
value: e.parameter.content ? (i = (p = e.parameter.content) == null ? void 0 : p[
|
|
57
|
+
value: e.parameter.content ? (i = (p = e.parameter.content) == null ? void 0 : p[o.value]) == null ? void 0 : i.schema : e.parameter.schema
|
|
54
58
|
}, null, 8, ["description", "name", "noncollapsible", "required", "value"])
|
|
55
|
-
])) :
|
|
59
|
+
])) : s("", !0)
|
|
56
60
|
]);
|
|
57
61
|
};
|
|
58
62
|
}
|
|
59
63
|
});
|
|
60
64
|
export {
|
|
61
|
-
|
|
65
|
+
O as default
|
|
62
66
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Endpoints.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/Endpoints.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Endpoints.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Tag/Endpoints.vue"],"names":[],"mappings":"AA0HA,OAAO,KAAK,EAAE,GAAG,EAAwB,MAAM,sBAAsB,CAAA;;SAgBxC,MAAM;SAAO,GAAG;kBAAgB,OAAO;;SAAvC,MAAM;SAAO,GAAG;kBAAgB,OAAO;;AA+QpE,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Endpoints.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-fe316e67"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -3,7 +3,7 @@ import { ScalarMarkdown as B } from "@scalar/components";
|
|
|
3
3
|
import E from "../../Section/Section.vue.js";
|
|
4
4
|
import I from "../../Section/SectionContent.vue.js";
|
|
5
5
|
import w from "../../Section/SectionColumns.vue.js";
|
|
6
|
-
import
|
|
6
|
+
import g from "../../Section/SectionColumn.vue.js";
|
|
7
7
|
import H from "../../Section/SectionHeader.vue.js";
|
|
8
8
|
import T from "../../Anchor/Anchor.vue.js";
|
|
9
9
|
import O from "../../Card/Card.vue.js";
|
|
@@ -19,8 +19,8 @@ const L = { class: "endpoints" }, M = ["onClick"], te = /* @__PURE__ */ y({
|
|
|
19
19
|
tag: {},
|
|
20
20
|
isCollapsed: { type: Boolean }
|
|
21
21
|
},
|
|
22
|
-
setup(
|
|
23
|
-
const _ =
|
|
22
|
+
setup(C) {
|
|
23
|
+
const _ = C, { getOperationId: n, getTagId: h } = F(), { scrollToOperation: k } = D(), S = async (t) => {
|
|
24
24
|
const s = n(t, _.tag);
|
|
25
25
|
k(s);
|
|
26
26
|
};
|
|
@@ -33,7 +33,7 @@ const L = { class: "endpoints" }, M = ["onClick"], te = /* @__PURE__ */ y({
|
|
|
33
33
|
default: o(() => [
|
|
34
34
|
a(e(w), null, {
|
|
35
35
|
default: o(() => [
|
|
36
|
-
a(e(
|
|
36
|
+
a(e(g), null, {
|
|
37
37
|
default: o(() => [
|
|
38
38
|
a(e(H), { level: 2 }, {
|
|
39
39
|
default: o(() => [
|
|
@@ -49,14 +49,14 @@ const L = { class: "endpoints" }, M = ["onClick"], te = /* @__PURE__ */ y({
|
|
|
49
49
|
_: 1
|
|
50
50
|
}),
|
|
51
51
|
a(e(B), {
|
|
52
|
-
|
|
52
|
+
clamp: t.isCollapsed ? "7" : !1,
|
|
53
53
|
value: t.tag.description,
|
|
54
54
|
withImages: ""
|
|
55
|
-
}, null, 8, ["
|
|
55
|
+
}, null, 8, ["clamp", "value"])
|
|
56
56
|
]),
|
|
57
57
|
_: 1
|
|
58
58
|
}),
|
|
59
|
-
a(e(
|
|
59
|
+
a(e(g), null, {
|
|
60
60
|
default: o(() => {
|
|
61
61
|
var d;
|
|
62
62
|
return [
|
|
@@ -88,7 +88,9 @@ const L = { class: "endpoints" }, M = ["onClick"], te = /* @__PURE__ */ y({
|
|
|
88
88
|
method: r.httpVerb
|
|
89
89
|
}, null, 8, ["method"]),
|
|
90
90
|
u("span", {
|
|
91
|
-
class: V({
|
|
91
|
+
class: V({
|
|
92
|
+
deprecated: (i = r.information) == null ? void 0 : i.deprecated
|
|
93
|
+
})
|
|
92
94
|
}, c(r.path), 3)
|
|
93
95
|
], 8, M);
|
|
94
96
|
}), 128))
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./Tag.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f9c3c8a1"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -29,7 +29,7 @@ const D = /* @__PURE__ */ f({
|
|
|
29
29
|
m.value ? (r(), i(S, {
|
|
30
30
|
key: 0,
|
|
31
31
|
id: e.id,
|
|
32
|
-
isCollapsed: o(s)[o(l)(e.tag)],
|
|
32
|
+
isCollapsed: !o(s)[o(l)(e.tag)],
|
|
33
33
|
tag: e.tag
|
|
34
34
|
}, null, 8, ["id", "isCollapsed", "tag"])) : C("", !0),
|
|
35
35
|
!o(s)[o(l)(e.tag)] && ((t = e.tag.operations) == null ? void 0 : t.length) > 1 ? (r(), i(k, {
|
|
@@ -1,13 +1,8 @@
|
|
|
1
|
+
import type { TransformedOperation } from '@scalar/types/legacy';
|
|
1
2
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
|
|
2
|
-
|
|
3
|
-
example?: any;
|
|
4
|
-
schema?: any;
|
|
5
|
-
};
|
|
3
|
+
operation?: TransformedOperation;
|
|
6
4
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
|
|
7
|
-
|
|
8
|
-
example?: any;
|
|
9
|
-
schema?: any;
|
|
10
|
-
};
|
|
5
|
+
operation?: TransformedOperation;
|
|
11
6
|
}>>>, {}, {}>;
|
|
12
7
|
export default _default;
|
|
13
8
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -19,4 +14,4 @@ type __VLS_TypePropsToOption<T> = {
|
|
|
19
14
|
required: true;
|
|
20
15
|
};
|
|
21
16
|
};
|
|
22
|
-
//# sourceMappingURL=
|
|
17
|
+
//# sourceMappingURL=ExampleResponses.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExampleResponses.vue.d.ts","sourceRoot":"","sources":["../../../src/embeds/ExampleResponses/ExampleResponses.vue"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;gBAOlD,oBAAoB;;gBAApB,oBAAoB;;AAwDlC,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/embeds/ExampleResponses/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { OpenAPI } from '@scalar/openapi-types';
|
|
1
2
|
import type { OpenApiDocumentConfiguration } from './types';
|
|
2
3
|
declare const dereferenced: import("vue").Ref<{
|
|
3
4
|
[x: `x-${string}`]: any;
|
|
@@ -285,8 +286,11 @@ declare const parsedSpec: {
|
|
|
285
286
|
example?: any;
|
|
286
287
|
examples?: (Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>) | undefined;
|
|
287
288
|
content?: import("@scalar/types/legacy").RequestBodyMimeTypes;
|
|
289
|
+
headers?: {
|
|
290
|
+
[key: string]: OpenAPI.HeaderObject;
|
|
291
|
+
};
|
|
288
292
|
}[] | undefined;
|
|
289
|
-
responses?: Record<string,
|
|
293
|
+
responses?: Record<string, OpenAPI.ResponseObject>;
|
|
290
294
|
security?: import("@scalar/openapi-types").OpenAPIV3.SecurityRequirementObject[];
|
|
291
295
|
requestBody?: {
|
|
292
296
|
description?: string;
|
|
@@ -334,6 +338,9 @@ declare const parsedSpec: {
|
|
|
334
338
|
example?: any;
|
|
335
339
|
examples?: (Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>) | undefined;
|
|
336
340
|
content?: import("@scalar/types/legacy").RequestBodyMimeTypes;
|
|
341
|
+
headers?: {
|
|
342
|
+
[key: string]: OpenAPI.HeaderObject;
|
|
343
|
+
};
|
|
337
344
|
}[] | undefined;
|
|
338
345
|
}[];
|
|
339
346
|
'x-displayName'?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OpenApiDocument.vue.d.ts","sourceRoot":"","sources":["../../../src/embeds/OpenApiDocument/OpenApiDocument.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OpenApiDocument.vue.d.ts","sourceRoot":"","sources":["../../../src/embeds/OpenApiDocument/OpenApiDocument.vue"],"names":[],"mappings":"AAgIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAUpD,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,SAAS,CAAA;AAS3D,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAAwC,CAAA;AAC1D,QAAA,MAAM,OAAO,uCAA8B,CAAA;AAC3C,QAAA,MAAM,MAAM;;;IAAyB,CAAA;AAIrC,QAAA,MAAoB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAG5B,CAAA;AAkFF,iBAAS,cAAc;mBAtDN;QACb,8BAA8B;QAC9B,aAAa,CAAC,EAAE,4BAA4B,CAAA;QAC5C,8CAA8C;QAC9C,MAAM,EAAE,OAAO,MAAM,CAAC,KAAK,CAAA;QAC3B,4CAA4C;QAC5C,OAAO,EAAE,OAAO,OAAO,CAAC,KAAK,CAAA;QAC7B,wCAAwC;QACxC,YAAY,EAAE,OAAO,YAAY,CAAC,KAAK,CAAA;QACvC;;;WAGG;QACH,UAAU,EAAE,OAAO,UAAU,CAAA;KAC9B,GAAG,GAAG;;mBAdQ;QACb,8BAA8B;QAC9B,aAAa,CAAC,EAAE,4BAA4B,CAAA;QAC5C,8CAA8C;QAC9C,MAAM,EAAE,OAAO,MAAM,CAAC,KAAK,CAAA;QAC3B,4CAA4C;QAC5C,OAAO,EAAE,OAAO,OAAO,CAAC,KAAK,CAAA;QAC7B,wCAAwC;QACxC,YAAY,EAAE,OAAO,YAAY,CAAC,KAAK,CAAA;QACvC;;;WAGG;QACH,UAAU,EAAE,OAAO,UAAU,CAAA;KAC9B,GAAG,GAAG;EA4FR;AACD,QAAA,MAAM,eAAe;oBApJH,4BAA4B;;oBAA5B,4BAA4B;aA0J5C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
package/dist/embeds/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/embeds/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,mBAAmB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/embeds/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServerForm.vue.d.ts","sourceRoot":"","sources":["../../../src/features/BaseUrl/ServerForm.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ServerForm.vue.d.ts","sourceRoot":"","sources":["../../../src/features/BaseUrl/ServerForm.vue"],"names":[],"mappings":"AAmHA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAMlD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;;eAKpC,MAAM,GAAG,MAAM;cAChB,MAAM,EAAE;gBACN,oBAAoB;;;;;;;eAFrB,MAAM,GAAG,MAAM;cAChB,MAAM,EAAE;gBACN,oBAAoB;;;;;;;cAFrB,MAAM,GAAG,MAAM;;AA4K9B,wBAOG;AAOH,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GACvC,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AAEN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AAExD,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ServerForm.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const c = /* @__PURE__ */ r(o, [["__scopeId", "data-v-465cec21"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|