@scalar/api-reference 1.24.72 → 1.24.73
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 +13049 -12287
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Card/Card.vue.js +4 -4
- package/dist/components/Card/CardContent.vue.js +2 -2
- package/dist/components/Content/Authentication/Authentication.vue.js +2 -2
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +8 -8
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +2 -2
- package/dist/components/Content/ClientLibraries/ClientSelector.vue2.js +10 -10
- 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 +27 -25
- 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/Operation/PathResponses/PathResponses.vue.js +2 -2
- package/dist/components/Content/Operation/PathResponses/PathResponses.vue2.js +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 +7 -7
- package/dist/features/BaseUrl/ServerUrl.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerUrl.vue.js +2 -2
- package/dist/index.js +1 -1
- package/dist/legacy/components/CardForm.vue.d.ts.map +1 -1
- package/dist/legacy/components/CardForm.vue.js +4 -4
- package/dist/legacy/components/CardFormTextInput.vue.d.ts.map +1 -1
- package/dist/legacy/components/CardFormTextInput.vue.js +1 -1
- package/dist/legacy/components/SecuritySchemeScopes.vue.d.ts.map +1 -1
- package/dist/legacy/components/SecuritySchemeScopes.vue.js +1 -1
- package/dist/legacy/components/SecuritySchemeScopes.vue2.js +9 -9
- package/dist/legacy/components/SecuritySchemeSelector.vue.js +1 -1
- package/dist/legacy/components/SecuritySchemeSelector.vue2.js +10 -10
- package/dist/style.css +1 -1
- package/package.json +6 -6
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { openBlock as r, createElementBlock as t, renderSlot as o } from "vue";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import c from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
5
|
-
function
|
|
6
|
-
return r(), t("div",
|
|
4
|
+
const d = {}, n = { class: "scalar-card" };
|
|
5
|
+
function s(e, a) {
|
|
6
|
+
return r(), t("div", n, [
|
|
7
7
|
o(e.$slots, "default", {}, void 0, !0)
|
|
8
8
|
]);
|
|
9
9
|
}
|
|
10
|
-
const i = /* @__PURE__ */ c(
|
|
10
|
+
const i = /* @__PURE__ */ c(d, [["render", s], ["__scopeId", "data-v-ed957e94"]]);
|
|
11
11
|
export {
|
|
12
12
|
i as default
|
|
13
13
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./CardContent.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-bc1eee9f"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import t from "./Authentication.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const i = /* @__PURE__ */ o(t, [["__scopeId", "data-v-c1b01263"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
i as default
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientLibraries.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientLibraries.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ClientLibraries.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientLibraries.vue"],"names":[],"mappings":";AAuHA,wBAKG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ClientLibraries.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-
|
|
4
|
+
const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-9db2df5b"]]);
|
|
5
5
|
export {
|
|
6
6
|
e as default
|
|
7
7
|
};
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { defineComponent as s, openBlock as r, createElementBlock as i, unref as t, Fragment as d, createElementVNode as o, createVNode as p, toDisplayString as n, createCommentVNode as m, pushScopeId as _, popScopeId as u } from "vue";
|
|
2
|
-
import
|
|
3
|
-
import { useHttpClientStore as
|
|
4
|
-
const C = (e) => (_("data-v-
|
|
2
|
+
import f from "./ClientSelector.vue.js";
|
|
3
|
+
import { useHttpClientStore as h } from "../../../stores/useHttpClientStore.js";
|
|
4
|
+
const C = (e) => (_("data-v-9db2df5b"), e = e(), u(), e), b = /* @__PURE__ */ C(() => /* @__PURE__ */ o("div", { class: "client-libraries-heading" }, "Client Libraries", -1)), g = {
|
|
5
5
|
class: "selected-client card-footer",
|
|
6
6
|
muted: ""
|
|
7
7
|
}, N = /* @__PURE__ */ s({
|
|
8
8
|
__name: "ClientLibraries",
|
|
9
9
|
setup(e) {
|
|
10
|
-
const { availableTargets: l, httpTargetTitle: a, httpClientTitle: c } =
|
|
11
|
-
return (
|
|
10
|
+
const { availableTargets: l, httpTargetTitle: a, httpClientTitle: c } = h();
|
|
11
|
+
return (v, S) => (r(), i("div", null, [
|
|
12
12
|
t(l).length ? (r(), i(d, { key: 0 }, [
|
|
13
|
-
|
|
13
|
+
b,
|
|
14
14
|
o("div", null, [
|
|
15
|
-
p(
|
|
15
|
+
p(f)
|
|
16
16
|
]),
|
|
17
|
-
o("div",
|
|
17
|
+
o("div", g, n(t(c)) + " " + n(t(a)), 1)
|
|
18
18
|
], 64)) : m("", !0)
|
|
19
19
|
]));
|
|
20
20
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":";AA6gBA,wBAKG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ClientSelector.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-f38d55c9"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { defineComponent as I, ref as w, openBlock as n, createElementBlock as l, Fragment as d, renderList as _, unref as t, normalizeClass as a, createElementVNode as
|
|
1
|
+
import { defineComponent as I, ref as w, openBlock as n, createElementBlock as l, Fragment as d, renderList as _, unref as t, normalizeClass as a, createElementVNode as c, createVNode as f, toDisplayString as k, createCommentVNode as N, pushScopeId as x, popScopeId as z } from "vue";
|
|
2
2
|
import { ScalarIcon as v } from "@scalar/components";
|
|
3
3
|
import { useHttpClientStore as B } from "../../../stores/useHttpClientStore.js";
|
|
4
|
-
const M = (
|
|
4
|
+
const M = (o) => (x("data-v-f38d55c9"), o = o(), z(), o), T = ["onClick"], J = ["value"], O = ["label"], V = ["value"], $ = { class: "client-libraries-icon__more" }, E = {
|
|
5
5
|
key: 1,
|
|
6
6
|
class: "client-libraries-icon",
|
|
7
7
|
height: "50",
|
|
8
8
|
viewBox: "0 0 50 50",
|
|
9
9
|
width: "50",
|
|
10
10
|
xmlns: "http://www.w3.org/2000/svg"
|
|
11
|
-
}, F = /* @__PURE__ */ M(() => /* @__PURE__ */
|
|
11
|
+
}, F = /* @__PURE__ */ M(() => /* @__PURE__ */ c("g", {
|
|
12
12
|
fill: "currentColor",
|
|
13
13
|
"fill-rule": "nonzero"
|
|
14
14
|
}, [
|
|
15
|
-
/* @__PURE__ */
|
|
15
|
+
/* @__PURE__ */ c("path", { d: "M10.71 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0M21.13 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0M31.55 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0" })
|
|
16
16
|
], -1)), H = [
|
|
17
17
|
F
|
|
18
18
|
], L = { key: 0 }, q = /* @__PURE__ */ I({
|
|
19
19
|
__name: "ClientSelector",
|
|
20
|
-
setup(
|
|
20
|
+
setup(o) {
|
|
21
21
|
const {
|
|
22
22
|
httpClient: r,
|
|
23
23
|
setHttpClient: g,
|
|
@@ -62,7 +62,7 @@ const M = (c) => (x("data-v-f07409d5"), c = c(), z(), c), T = ["onClick"], J = [
|
|
|
62
62
|
}]),
|
|
63
63
|
onClick: () => t(g)(e)
|
|
64
64
|
}, [
|
|
65
|
-
|
|
65
|
+
c("div", {
|
|
66
66
|
class: a(`client-libraries-icon__${e.targetKey}`)
|
|
67
67
|
}, [
|
|
68
68
|
f(t(v), {
|
|
@@ -70,14 +70,14 @@ const M = (c) => (x("data-v-f07409d5"), c = c(), z(), c), T = ["onClick"], J = [
|
|
|
70
70
|
icon: K(e.targetKey)
|
|
71
71
|
}, null, 8, ["icon"])
|
|
72
72
|
], 2),
|
|
73
|
-
|
|
73
|
+
c("span", null, k(t(b)(e)), 1)
|
|
74
74
|
], 10, T))), 128)),
|
|
75
|
-
|
|
75
|
+
c("div", {
|
|
76
76
|
class: a(["client-libraries client-libraries__select", {
|
|
77
77
|
"client-libraries__active": t(r) && !h(t(r))
|
|
78
78
|
}])
|
|
79
79
|
}, [
|
|
80
|
-
|
|
80
|
+
c("select", {
|
|
81
81
|
class: "language-select",
|
|
82
82
|
value: JSON.stringify(t(r)),
|
|
83
83
|
onInput: s[0] || (s[0] = (e) => t(g)(JSON.parse(e.target.value)))
|
|
@@ -98,7 +98,7 @@ const M = (c) => (x("data-v-f07409d5"), c = c(), z(), c), T = ["onClick"], J = [
|
|
|
98
98
|
})), 9, V))), 128))
|
|
99
99
|
], 8, O))), 128))
|
|
100
100
|
], 40, J),
|
|
101
|
-
|
|
101
|
+
c("div", $, [
|
|
102
102
|
t(r) && !h(t(r)) ? (n(), l("div", {
|
|
103
103
|
key: 0,
|
|
104
104
|
class: a(`client-libraries-icon__${t(r).targetKey}`)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AA2NA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAA;AAG7C,OAAO,EAAW,KAAK,MAAM,EAAE,MAAM,wBAAwB,CAAA;AA8C7D,iBAAS,cAAc;mBAqPI,GAAG;2BACM,GAAG;iBACb,GAAG;EAiC5B;AACD,QAAA,MAAM,eAAe;gBAxTP,IAAI;aACP,SAAS,GAAG,WAAW;oBAChB,MAAM;cACZ,MAAM,EAAE;YACV,MAAM;;gBAJF,IAAI;aACP,SAAS,GAAG,WAAW;oBAChB,MAAM;cACZ,MAAM,EAAE;YACV,MAAM;aA0Td,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"}
|
|
@@ -2,7 +2,7 @@ import o from "./Content.vue2.js";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import t from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const
|
|
5
|
+
const _ = /* @__PURE__ */ t(o, [["__scopeId", "data-v-de854e34"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
_ as default
|
|
8
8
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as O, computed as m, openBlock as r, createElementBlock as n, Fragment as c, createElementVNode as
|
|
1
|
+
import { defineComponent as O, computed as m, openBlock as r, createElementBlock as n, Fragment as c, createElementVNode as k, renderSlot as u, createVNode as l, unref as o, createBlock as s, withCtx as p, normalizeClass as T, renderList as L, resolveDynamicComponent as b, createCommentVNode as $, createStaticVNode as E } from "vue";
|
|
2
2
|
import R from "./Tag/TagAccordion.vue.js";
|
|
3
3
|
import D from "./Tag/Tag.vue.js";
|
|
4
4
|
import F from "./Operation/OperationAccordion.vue.js";
|
|
@@ -17,7 +17,7 @@ import { useSidebar as X } from "../../hooks/useSidebar.js";
|
|
|
17
17
|
import { hasModels as Y } from "../../helpers/hasModels.js";
|
|
18
18
|
import { getModels as w } from "../../helpers/getModels.js";
|
|
19
19
|
import { useNavState as Z } from "../../hooks/useNavState.js";
|
|
20
|
-
const _ = /* @__PURE__ */ E('<div class="section-flare" data-v-
|
|
20
|
+
const _ = /* @__PURE__ */ E('<div class="section-flare" data-v-de854e34><div class="section-flare-item" data-v-de854e34></div><div class="section-flare-item" data-v-de854e34></div><div class="section-flare-item" data-v-de854e34></div><div class="section-flare-item" data-v-de854e34></div><div class="section-flare-item" data-v-de854e34></div><div class="section-flare-item" data-v-de854e34></div><div class="section-flare-item" data-v-de854e34></div><div class="section-flare-item" data-v-de854e34></div></div>', 1), x = { class: "narrow-references-container" }, Le = /* @__PURE__ */ O({
|
|
21
21
|
__name: "Content",
|
|
22
22
|
props: {
|
|
23
23
|
parsedSpec: {},
|
|
@@ -27,7 +27,7 @@ const _ = /* @__PURE__ */ E('<div class="section-flare" data-v-0b17f72e><div cla
|
|
|
27
27
|
proxy: {}
|
|
28
28
|
},
|
|
29
29
|
setup(z) {
|
|
30
|
-
const i = z, { getOperationId:
|
|
30
|
+
const i = z, { getOperationId: f, getTagId: d, hash: I } = Z(), { hideModels: M, collapsedSidebarItems: N } = X(), V = m(
|
|
31
31
|
() => i.layout === "accordion" ? R : D
|
|
32
32
|
), A = m(
|
|
33
33
|
() => i.layout === "accordion" ? F : W
|
|
@@ -35,58 +35,60 @@ const _ = /* @__PURE__ */ E('<div class="section-flare" data-v-0b17f72e><div cla
|
|
|
35
35
|
() => i.layout === "accordion" ? "after" : "aside"
|
|
36
36
|
), g = i.layout !== "accordion" && !I.value.startsWith("model");
|
|
37
37
|
return (e, ee) => {
|
|
38
|
-
var v, y, S,
|
|
38
|
+
var v, y, S, h;
|
|
39
39
|
return r(), n(c, null, [
|
|
40
40
|
_,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
41
|
+
k("div", x, [
|
|
42
|
+
u(e.$slots, "start", {}, void 0, !0),
|
|
43
|
+
l(o(j), {
|
|
44
44
|
layout: e.layout,
|
|
45
45
|
parsedSpec: e.parsedSpec
|
|
46
46
|
}, null, 8, ["layout", "parsedSpec"]),
|
|
47
|
-
(y = (v = e.parsedSpec) == null ? void 0 : v.info) != null && y.title || (
|
|
47
|
+
(y = (v = e.parsedSpec) == null ? void 0 : v.info) != null && y.title || (h = (S = e.parsedSpec) == null ? void 0 : S.info) != null && h.description ? (r(), s(o(q), {
|
|
48
48
|
key: 0,
|
|
49
49
|
info: e.parsedSpec.info,
|
|
50
50
|
parsedSpec: e.parsedSpec
|
|
51
51
|
}, {
|
|
52
|
-
[U.value]:
|
|
53
|
-
|
|
52
|
+
[U.value]: p(() => [
|
|
53
|
+
k("div", {
|
|
54
54
|
class: T(["introduction-card", { "introduction-card-row": e.layout === "accordion" }])
|
|
55
55
|
}, [
|
|
56
|
-
|
|
56
|
+
l(o(G), {
|
|
57
|
+
class: "introduction-card-item",
|
|
57
58
|
defaultServerUrl: e.baseServerURL,
|
|
58
59
|
servers: i.servers,
|
|
59
60
|
specification: e.parsedSpec
|
|
60
61
|
}, null, 8, ["defaultServerUrl", "servers", "specification"]),
|
|
61
|
-
|
|
62
|
+
l(o(H), {
|
|
63
|
+
class: "introduction-card-item",
|
|
62
64
|
parsedSpec: e.parsedSpec,
|
|
63
65
|
proxy: e.proxy
|
|
64
66
|
}, null, 8, ["parsedSpec", "proxy"]),
|
|
65
|
-
|
|
67
|
+
l(o(J), { class: "introduction-card-item" })
|
|
66
68
|
], 2)
|
|
67
69
|
]),
|
|
68
70
|
_: 2
|
|
69
|
-
}, 1032, ["info", "parsedSpec"])) :
|
|
70
|
-
(r(!0), n(c, null,
|
|
71
|
+
}, 1032, ["info", "parsedSpec"])) : u(e.$slots, "empty-state", { key: 1 }, void 0, !0),
|
|
72
|
+
(r(!0), n(c, null, L(e.parsedSpec.tags, (a) => (r(), s(o(C), {
|
|
71
73
|
id: o(d)(a),
|
|
72
74
|
key: o(d)(a),
|
|
73
75
|
isLazy: o(g) && !o(N)[o(d)(a)]
|
|
74
76
|
}, {
|
|
75
|
-
default:
|
|
76
|
-
(r(), s(
|
|
77
|
+
default: p(() => [
|
|
78
|
+
(r(), s(b(V.value), {
|
|
77
79
|
id: o(d)(a),
|
|
78
80
|
spec: e.parsedSpec,
|
|
79
81
|
tag: a
|
|
80
82
|
}, {
|
|
81
|
-
default:
|
|
82
|
-
(r(!0), n(c, null,
|
|
83
|
-
id: o(
|
|
83
|
+
default: p(() => [
|
|
84
|
+
(r(!0), n(c, null, L(a.operations, (t, B) => (r(), s(o(C), {
|
|
85
|
+
id: o(f)(t, a),
|
|
84
86
|
key: `${t.httpVerb}-${t.operationId}`,
|
|
85
87
|
isLazy: B > 0
|
|
86
88
|
}, {
|
|
87
|
-
default:
|
|
88
|
-
(r(), s(
|
|
89
|
-
id: o(
|
|
89
|
+
default: p(() => [
|
|
90
|
+
(r(), s(b(A.value), {
|
|
91
|
+
id: o(f)(t, a),
|
|
90
92
|
operation: t,
|
|
91
93
|
tag: a
|
|
92
94
|
}, null, 8, ["id", "operation", "tag"]))
|
|
@@ -112,12 +114,12 @@ const _ = /* @__PURE__ */ E('<div class="section-flare" data-v-0b17f72e><div cla
|
|
|
112
114
|
schemas: o(w)(e.parsedSpec)
|
|
113
115
|
}, null, 8, ["schemas"]))
|
|
114
116
|
], 64)) : $("", !0),
|
|
115
|
-
|
|
117
|
+
u(e.$slots, "end", {}, void 0, !0)
|
|
116
118
|
])
|
|
117
119
|
], 64);
|
|
118
120
|
};
|
|
119
121
|
}
|
|
120
122
|
});
|
|
121
123
|
export {
|
|
122
|
-
|
|
124
|
+
Le as default
|
|
123
125
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Description.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Description.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Description.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Introduction/Description.vue"],"names":[],"mappings":";IAgJE,wBAAwB;YAChB,MAAM;;IADd,wBAAwB;YAChB,MAAM;;AAmLhB,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 "./Description.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-15c890da"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./PathResponses.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-09772f9c"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -9,7 +9,7 @@ import q from "../../../Card/CardContent.vue.js";
|
|
|
9
9
|
import G from "../../../Card/CardFooter.vue.js";
|
|
10
10
|
import Q from "../../../../features/ExampleRequest/ExamplePicker.vue.js";
|
|
11
11
|
import { useClipboard as X } from "../../../../hooks/useClipboard.js";
|
|
12
|
-
const Y = (u) => (P("data-v-
|
|
12
|
+
const Y = (u) => (P("data-v-09772f9c"), u = u(), A(), u), Z = {
|
|
13
13
|
key: 1,
|
|
14
14
|
class: "scalar-card-checkbox"
|
|
15
15
|
}, $ = /* @__PURE__ */ Y(() => /* @__PURE__ */ w("span", { class: "scalar-card-checkbox-checkmark" }, null, -1)), z = { class: "scalar-card-container custom-scroll" }, ee = {
|
|
@@ -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":"AAqHA,OAAO,KAAK,EAAE,MAAM,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;;eAK5C,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 f = /* @__PURE__ */ r(o, [["__scopeId", "data-v-2058fc44"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
f as default
|
|
7
7
|
};
|
|
@@ -3,7 +3,7 @@ import { ScalarMarkdown as V } from "@scalar/components";
|
|
|
3
3
|
import B from "./ServerUrl.vue.js";
|
|
4
4
|
import R from "./ServerUrlSelect.vue.js";
|
|
5
5
|
import g from "./ServerVariablesForm.vue.js";
|
|
6
|
-
const y = (r) => (N("data-v-
|
|
6
|
+
const y = (r) => (N("data-v-2058fc44"), r = r(), U(), r), E = { key: 0 }, F = /* @__PURE__ */ y(() => /* @__PURE__ */ t("span", { class: "server-form-title" }, "Base URL", -1)), L = { class: "server-form" }, M = { class: "server-form-container" }, $ = { class: "server-item" }, j = {
|
|
7
7
|
key: 0,
|
|
8
8
|
muted: ""
|
|
9
9
|
}, q = { class: "description" }, H = /* @__PURE__ */ S({
|
|
@@ -15,7 +15,7 @@ const y = (r) => (N("data-v-1bd31bc3"), r = r(), U(), r), E = { key: 0 }, F = /*
|
|
|
15
15
|
},
|
|
16
16
|
emits: ["update:selected", "update:variable"],
|
|
17
17
|
setup(r, { emit: m }) {
|
|
18
|
-
const i = r, f = m, l = I(Number(i.selected)),
|
|
18
|
+
const i = r, f = m, l = I(Number(i.selected)), _ = (e) => {
|
|
19
19
|
const s = parseInt(e, 10);
|
|
20
20
|
f("update:selected", s), l.value = s;
|
|
21
21
|
}, a = k(() => {
|
|
@@ -23,7 +23,7 @@ const y = (r) => (N("data-v-1bd31bc3"), r = r(), U(), r), E = { key: 0 }, F = /*
|
|
|
23
23
|
return (e = i.servers) == null ? void 0 : e[l.value];
|
|
24
24
|
});
|
|
25
25
|
return (e, s) => {
|
|
26
|
-
var v,
|
|
26
|
+
var v, n, d;
|
|
27
27
|
return (v = e.servers) != null && v.length ? (c(), u("div", E, [
|
|
28
28
|
F,
|
|
29
29
|
t("div", L, [
|
|
@@ -32,7 +32,7 @@ const y = (r) => (N("data-v-1bd31bc3"), r = r(), U(), r), E = { key: 0 }, F = /*
|
|
|
32
32
|
o(R, {
|
|
33
33
|
options: e.servers,
|
|
34
34
|
value: l.value,
|
|
35
|
-
onChange:
|
|
35
|
+
onChange: _
|
|
36
36
|
}, {
|
|
37
37
|
default: w(() => [
|
|
38
38
|
o(B, {
|
|
@@ -45,12 +45,12 @@ const y = (r) => (N("data-v-1bd31bc3"), r = r(), U(), r), E = { key: 0 }, F = /*
|
|
|
45
45
|
]),
|
|
46
46
|
o(g, {
|
|
47
47
|
values: e.variables,
|
|
48
|
-
variables: (
|
|
49
|
-
"onUpdate:variable": s[0] || (s[0] = (
|
|
48
|
+
variables: (n = a.value) == null ? void 0 : n.variables,
|
|
49
|
+
"onUpdate:variable": s[0] || (s[0] = (b, h) => e.$emit("update:variable", b, h))
|
|
50
50
|
}, null, 8, ["values", "variables"])
|
|
51
51
|
])
|
|
52
52
|
]),
|
|
53
|
-
(
|
|
53
|
+
(d = a.value) != null && d.description ? (c(), u("div", j, [
|
|
54
54
|
t("div", q, [
|
|
55
55
|
o(C(V), {
|
|
56
56
|
value: a.value.description
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServerUrl.vue.d.ts","sourceRoot":"","sources":["../../../src/features/BaseUrl/ServerUrl.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ServerUrl.vue.d.ts","sourceRoot":"","sources":["../../../src/features/BaseUrl/ServerUrl.vue"],"names":[],"mappings":"AA6DA,OAAO,KAAK,EAAE,MAAM,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;;aAKhD,MAAM;gBACH,oBAAoB;;aADvB,MAAM;gBACH,oBAAoB;;AAkElC,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"}
|
|
@@ -2,7 +2,7 @@ import r from "./ServerUrl.vue2.js";
|
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
4
|
import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
5
|
-
const
|
|
5
|
+
const _ = /* @__PURE__ */ o(r, [["__scopeId", "data-v-2966e6c4"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
_ as default
|
|
8
8
|
};
|