@scalar/api-reference 1.25.61 → 1.25.62
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 +16 -0
- package/dist/browser/standalone.js +5203 -5190
- package/dist/browser/webpack-stats.json +1 -1
- 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 +14 -14
- package/dist/features/BaseUrl/ServerForm.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerForm.vue.js +2 -2
- package/dist/features/BaseUrl/ServerVariablesForm.vue.js +1 -1
- package/dist/features/BaseUrl/ServerVariablesSelect.vue.js +2 -2
- package/dist/features/BaseUrl/ServerVariablesTextbox.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerVariablesTextbox.vue.js +3 -3
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +4 -4
|
@@ -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":"AA0MA,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAgBxD,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,IAAI,CAAA;IAChB,MAAM,CAAC,EAAE,SAAS,GAAG,WAAW,CAAA;IAChC,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAcF,iBAAS,cAAc;WA6LT,OAAO,IAA6B;;uBAVvB,GAAG;+BACM,GAAG;qBACb,GAAG;;;;EAa5B;AAqBD,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"}
|
|
@@ -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-47ad893b"]]);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
_ as default
|
|
8
8
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { defineComponent as M, computed as L, openBlock as r, createElementBlock as o, Fragment as t, createStaticVNode as N, createElementVNode as
|
|
1
|
+
import { defineComponent as M, computed as L, openBlock as r, createElementBlock as o, Fragment as t, createStaticVNode as N, createElementVNode as b, renderSlot as p, createVNode as i, unref as a, createBlock as s, withCtx as U, normalizeClass as V, renderList as B, createCommentVNode as n } from "vue";
|
|
2
2
|
import A from "./Lazy/Loading.vue.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import E from "./Introduction/Introduction.vue.js";
|
|
5
5
|
import R from "../../features/BaseUrl/BaseUrl.vue.js";
|
|
6
6
|
import z from "./Authentication/Authentication.vue.js";
|
|
7
7
|
import F from "./ClientLibraries/ClientLibraries.vue.js";
|
|
8
|
-
import
|
|
8
|
+
import k from "./Tag/TagList.vue.js";
|
|
9
9
|
import G from "./Webhooks/Webhooks.vue.js";
|
|
10
10
|
import I from "./Models/ModelsAccordion.vue.js";
|
|
11
11
|
import W from "./Models/Models.vue.js";
|
|
12
12
|
import { useSidebar as j } from "../../hooks/useSidebar.js";
|
|
13
13
|
import { hasModels as q } from "../../helpers/hasModels.js";
|
|
14
|
-
import { getModels as
|
|
14
|
+
import { getModels as h } from "../../helpers/getModels.js";
|
|
15
15
|
const D = { class: "narrow-references-container" }, re = /* @__PURE__ */ M({
|
|
16
16
|
__name: "Content",
|
|
17
17
|
props: {
|
|
@@ -21,27 +21,27 @@ const D = { class: "narrow-references-container" }, re = /* @__PURE__ */ M({
|
|
|
21
21
|
servers: {},
|
|
22
22
|
proxy: {}
|
|
23
23
|
},
|
|
24
|
-
setup(
|
|
25
|
-
const l =
|
|
24
|
+
setup(g) {
|
|
25
|
+
const l = g, { hideModels: w } = j(), C = L(
|
|
26
26
|
() => l.layout === "accordion" ? "after" : "aside"
|
|
27
27
|
);
|
|
28
28
|
return (e, c) => {
|
|
29
|
-
var
|
|
29
|
+
var m, u, f, v;
|
|
30
30
|
return r(), o(t, null, [
|
|
31
|
-
c[0] || (c[0] = N('<div class="section-flare" data-v-
|
|
32
|
-
|
|
31
|
+
c[0] || (c[0] = N('<div class="section-flare" data-v-47ad893b><div class="section-flare-item" data-v-47ad893b></div><div class="section-flare-item" data-v-47ad893b></div><div class="section-flare-item" data-v-47ad893b></div><div class="section-flare-item" data-v-47ad893b></div><div class="section-flare-item" data-v-47ad893b></div><div class="section-flare-item" data-v-47ad893b></div><div class="section-flare-item" data-v-47ad893b></div><div class="section-flare-item" data-v-47ad893b></div></div>', 1)),
|
|
32
|
+
b("div", D, [
|
|
33
33
|
p(e.$slots, "start", {}, void 0, !0),
|
|
34
34
|
i(a(A), {
|
|
35
35
|
layout: e.layout,
|
|
36
36
|
parsedSpec: e.parsedSpec
|
|
37
37
|
}, null, 8, ["layout", "parsedSpec"]),
|
|
38
|
-
(
|
|
38
|
+
(u = (m = e.parsedSpec) == null ? void 0 : m.info) != null && u.title || (v = (f = e.parsedSpec) == null ? void 0 : f.info) != null && v.description ? (r(), s(a(E), {
|
|
39
39
|
key: 0,
|
|
40
40
|
info: e.parsedSpec.info,
|
|
41
41
|
parsedSpec: e.parsedSpec
|
|
42
42
|
}, {
|
|
43
43
|
[C.value]: U(() => [
|
|
44
|
-
|
|
44
|
+
b("div", {
|
|
45
45
|
class: V(["introduction-card", { "introduction-card-row": e.layout === "accordion" }])
|
|
46
46
|
}, [
|
|
47
47
|
i(a(R), {
|
|
@@ -61,7 +61,7 @@ const D = { class: "narrow-references-container" }, re = /* @__PURE__ */ M({
|
|
|
61
61
|
_: 2
|
|
62
62
|
}, 1032, ["info", "parsedSpec"])) : p(e.$slots, "empty-state", { key: 1 }, void 0, !0),
|
|
63
63
|
e.parsedSpec.tags ? (r(), o(t, { key: 2 }, [
|
|
64
|
-
e.parsedSpec["x-tagGroups"] ? (r(!0), o(t, { key: 0 }, B(e.parsedSpec["x-tagGroups"], (S) => (r(), s(a(
|
|
64
|
+
e.parsedSpec["x-tagGroups"] ? (r(!0), o(t, { key: 0 }, B(e.parsedSpec["x-tagGroups"], (S) => (r(), s(a(k), {
|
|
65
65
|
key: S.name,
|
|
66
66
|
layout: e.layout,
|
|
67
67
|
spec: e.parsedSpec,
|
|
@@ -69,7 +69,7 @@ const D = { class: "narrow-references-container" }, re = /* @__PURE__ */ M({
|
|
|
69
69
|
var y;
|
|
70
70
|
return (y = e.parsedSpec.tags) == null ? void 0 : y.find(($) => $.name === d);
|
|
71
71
|
}).filter((d) => !!d)
|
|
72
|
-
}, null, 8, ["layout", "spec", "tags"]))), 128)) : (r(), s(a(
|
|
72
|
+
}, null, 8, ["layout", "spec", "tags"]))), 128)) : (r(), s(a(k), {
|
|
73
73
|
key: 1,
|
|
74
74
|
layout: e.layout,
|
|
75
75
|
spec: e.parsedSpec,
|
|
@@ -83,10 +83,10 @@ const D = { class: "narrow-references-container" }, re = /* @__PURE__ */ M({
|
|
|
83
83
|
a(q)(e.parsedSpec) && !a(w) ? (r(), o(t, { key: 4 }, [
|
|
84
84
|
e.layout === "accordion" ? (r(), s(a(I), {
|
|
85
85
|
key: 0,
|
|
86
|
-
schemas: a(
|
|
86
|
+
schemas: a(h)(e.parsedSpec)
|
|
87
87
|
}, null, 8, ["schemas"])) : (r(), s(a(W), {
|
|
88
88
|
key: 1,
|
|
89
|
-
schemas: a(
|
|
89
|
+
schemas: a(h)(e.parsedSpec)
|
|
90
90
|
}, null, 8, ["schemas"]))
|
|
91
91
|
], 64)) : n("", !0),
|
|
92
92
|
p(e.$slots, "end", {}, void 0, !0)
|
|
@@ -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":"AA0HA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAOlD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAA;AAInD,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAA;IAClB,SAAS,CAAC,EAAE,oBAAoB,CAAA;CACjC,CAAC;;;;;;;;cAHW,MAAM;;AAoKrB,wBAQG"}
|
|
@@ -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 p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-2b7c0035"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
p as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import r from "./ServerVariablesForm.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const m = /* @__PURE__ */ o(r, [["__scopeId", "data-v-
|
|
4
|
+
const m = /* @__PURE__ */ o(r, [["__scopeId", "data-v-ac8dd379"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./ServerVariablesSelect.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const c = /* @__PURE__ */ r(e, [["__scopeId", "data-v-59e1c2f1"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ServerVariablesTextbox.vue.d.ts","sourceRoot":"","sources":["../../../src/features/BaseUrl/ServerVariablesTextbox.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ServerVariablesTextbox.vue.d.ts","sourceRoot":"","sources":["../../../src/features/BaseUrl/ServerVariablesTextbox.vue"],"names":[],"mappings":"AAmDA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAC;;;;;;AAsEF,wBAQG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
1
|
+
import o from "./ServerVariablesTextbox.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
|
-
import
|
|
4
|
-
const m = /* @__PURE__ */ o
|
|
3
|
+
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
+
const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-c1687e74"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|