@scalar/api-reference 1.28.22 → 1.28.23
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 +17 -0
- package/dist/browser/standalone.js +6927 -6933
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaDiscriminator.vue2.js +24 -24
- package/dist/features/ExampleResponses/ExampleResponse.vue.js +1 -1
- package/dist/features/ExampleResponses/ExampleResponse.vue2.js +1 -1
- package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
- package/dist/features/Search/SearchButton.vue.js +2 -2
- package/dist/features/Search/SearchButton.vue2.js +30 -31
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +9 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SchemaDiscriminator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaDiscriminator.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SchemaDiscriminator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaDiscriminator.vue"],"names":[],"mappings":"AAiLA,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAU9E,KAAK,WAAW,GAAG;IACjB,aAAa,EAAE,MAAM,CAAA;IACrB,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;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC1B,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;;AAmOF,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SchemaDiscriminator.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const i = /* @__PURE__ */ r(o, [["__scopeId", "data-v-0e658f97"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
i as default
|
|
7
7
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as O, ref as S, openBlock as a, createElementBlock as
|
|
2
|
-
import { TabGroup as T, TabList as
|
|
3
|
-
import { cva as
|
|
1
|
+
import { defineComponent as O, ref as S, openBlock as a, createElementBlock as i, createBlock as o, unref as r, withCtx as n, createVNode as u, createElementVNode as m, toDisplayString as d, Fragment as f, renderList as h, normalizeClass as B } from "vue";
|
|
2
|
+
import { TabGroup as T, TabList as w, Tab as H, TabPanel as N } from "@headlessui/vue";
|
|
3
|
+
import { cva as V, cx as j } from "@scalar/components";
|
|
4
4
|
import { stringify as v } from "flatted";
|
|
5
5
|
import { mergeAllOfSchemas as z } from "./helpers/merge-all-of-schemas.js";
|
|
6
6
|
import b from "./Schema.vue.js";
|
|
7
|
-
const L = { class: "property-rule" }, A = { class: "text-c-3" }, D = { class: "flex items-center gap-1.5" }, E = { class: "schema-tab-label z-1 relative" }, Z = /* @__PURE__ */ O({
|
|
7
|
+
const L = { class: "property-rule" }, A = { class: "text-c-3" }, D = { class: "custom-scroll flex items-center gap-1.5 !overflow-y-hidden" }, E = { class: "schema-tab-label z-1 relative" }, Z = /* @__PURE__ */ O({
|
|
8
8
|
__name: "SchemaDiscriminator",
|
|
9
9
|
props: {
|
|
10
10
|
discriminator: {},
|
|
@@ -16,7 +16,7 @@ const L = { class: "property-rule" }, A = { class: "text-c-3" }, D = { class: "f
|
|
|
16
16
|
hideHeading: { type: Boolean }
|
|
17
17
|
},
|
|
18
18
|
setup(y) {
|
|
19
|
-
const
|
|
19
|
+
const c = y, p = S(0), g = V({
|
|
20
20
|
base: "schema-tab",
|
|
21
21
|
variants: {
|
|
22
22
|
selected: {
|
|
@@ -29,31 +29,31 @@ const L = { class: "property-rule" }, A = { class: "text-c-3" }, D = { class: "f
|
|
|
29
29
|
return null;
|
|
30
30
|
if (e.name)
|
|
31
31
|
return e.name;
|
|
32
|
-
if (
|
|
33
|
-
for (const [s,
|
|
34
|
-
if (v(
|
|
32
|
+
if (c.schemas && typeof c.schemas == "object") {
|
|
33
|
+
for (const [s, l] of Object.entries(c.schemas))
|
|
34
|
+
if (v(l) === v(e))
|
|
35
35
|
return s;
|
|
36
36
|
return Object.keys(e)[0];
|
|
37
37
|
}
|
|
38
38
|
return null;
|
|
39
39
|
}, C = (e) => e.replace(/([A-Z])/g, " $1").replace(/^./, (s) => s.toUpperCase()).toLowerCase().replace(/^(\w)/, (s) => s.toUpperCase());
|
|
40
|
-
return (e, s) => (a(),
|
|
41
|
-
e.discriminator === "oneOf" || e.discriminator === "anyOf" ? (a(),
|
|
42
|
-
default:
|
|
43
|
-
u(r(
|
|
44
|
-
default:
|
|
40
|
+
return (e, s) => (a(), i("div", L, [
|
|
41
|
+
e.discriminator === "oneOf" || e.discriminator === "anyOf" ? (a(), o(r(T), { key: 0 }, {
|
|
42
|
+
default: n(() => [
|
|
43
|
+
u(r(w), { class: "discriminator-tab-list py-1.25 flex flex-col gap-1 rounded-t-lg border border-b-0 px-2 pr-3" }, {
|
|
44
|
+
default: n(() => [
|
|
45
45
|
m("span", A, d(C(e.discriminator)), 1),
|
|
46
46
|
m("div", D, [
|
|
47
|
-
(a(!0),
|
|
48
|
-
key:
|
|
47
|
+
(a(!0), i(f, null, h(e.value[e.discriminator], (l, t) => (a(), o(r(H), {
|
|
48
|
+
key: t,
|
|
49
49
|
class: B([
|
|
50
50
|
"cursor-pointer",
|
|
51
|
-
r(
|
|
51
|
+
r(j)(r(g)({ selected: p.value === t }))
|
|
52
52
|
]),
|
|
53
|
-
onClick: (F) => p.value =
|
|
53
|
+
onClick: (F) => p.value = t
|
|
54
54
|
}, {
|
|
55
|
-
default:
|
|
56
|
-
m("span", E, d(k(
|
|
55
|
+
default: n(() => [
|
|
56
|
+
m("span", E, d(k(l) || "Schema"), 1)
|
|
57
57
|
]),
|
|
58
58
|
_: 2
|
|
59
59
|
}, 1032, ["class", "onClick"]))), 128))
|
|
@@ -61,25 +61,25 @@ const L = { class: "property-rule" }, A = { class: "text-c-3" }, D = { class: "f
|
|
|
61
61
|
]),
|
|
62
62
|
_: 1
|
|
63
63
|
}),
|
|
64
|
-
(a(!0),
|
|
65
|
-
key:
|
|
64
|
+
(a(!0), i(f, null, h(e.value[e.discriminator], (l, t) => (a(), o(r(N), {
|
|
65
|
+
key: t,
|
|
66
66
|
class: "discriminator-panel"
|
|
67
67
|
}, {
|
|
68
|
-
default:
|
|
68
|
+
default: n(() => [
|
|
69
69
|
u(b, {
|
|
70
70
|
compact: e.compact,
|
|
71
71
|
hideHeading: e.hideHeading,
|
|
72
72
|
name: e.name,
|
|
73
73
|
noncollapsible: !0,
|
|
74
74
|
schemas: e.schemas,
|
|
75
|
-
value:
|
|
75
|
+
value: l
|
|
76
76
|
}, null, 8, ["compact", "hideHeading", "name", "schemas", "value"])
|
|
77
77
|
]),
|
|
78
78
|
_: 2
|
|
79
79
|
}, 1024))), 128))
|
|
80
80
|
]),
|
|
81
81
|
_: 1
|
|
82
|
-
})) : (a(),
|
|
82
|
+
})) : (a(), o(b, {
|
|
83
83
|
key: 1,
|
|
84
84
|
compact: e.compact,
|
|
85
85
|
level: e.level,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ExampleResponse.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import p from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const m = /* @__PURE__ */ p(o, [["__scopeId", "data-v-
|
|
4
|
+
const m = /* @__PURE__ */ p(o, [["__scopeId", "data-v-8261a319"]]);
|
|
5
5
|
export {
|
|
6
6
|
m as default
|
|
7
7
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SearchButton.vue.d.ts","sourceRoot":"","sources":["../../../src/features/Search/SearchButton.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SearchButton.vue.d.ts","sourceRoot":"","sources":["../../../src/features/Search/SearchButton.vue"],"names":[],"mappings":"AAwJA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAShD,KAAK,WAAW,GAAG;IACf,IAAI,EAAE,IAAI,CAAA;IACV,YAAY,CAAC,EAAE,MAAM,CAAA;CACtB,CAAC;;kBADe,MAAM;;AAsJzB,wBAOG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SearchButton.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-4c6e9e93"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1,73 +1,72 @@
|
|
|
1
|
-
import { defineComponent as S, ref as b, watch as w, nextTick as v, onMounted as K, onBeforeUnmount as
|
|
2
|
-
import { useModal as
|
|
3
|
-
import
|
|
1
|
+
import { defineComponent as S, ref as b, watch as w, nextTick as v, onMounted as K, onBeforeUnmount as g, openBlock as a, createElementBlock as n, Fragment as r, createElementVNode as s, normalizeClass as C, createVNode as p, unref as l, createTextVNode as u, toDisplayString as M } from "vue";
|
|
2
|
+
import { useModal as B } from "@scalar/components";
|
|
3
|
+
import { ScalarIconMagnifyingGlass as E } from "@scalar/icons";
|
|
4
|
+
import H from "./SearchModal.vue.js";
|
|
4
5
|
import { isMacOs as m } from "../../helpers/isMacOs.js";
|
|
5
6
|
import { useApiClient as L } from "../ApiClientModal/useApiClient.js";
|
|
6
|
-
const N = { class: "sidebar-search-input" }, T = { class: "sidebar-search-shortcut" }, V = { class: "sidebar-search-key" },
|
|
7
|
+
const N = { class: "sidebar-search-input" }, T = { class: "sidebar-search-shortcut" }, V = { class: "sidebar-search-key" }, G = /* @__PURE__ */ S({
|
|
7
8
|
__name: "SearchButton",
|
|
8
9
|
props: {
|
|
9
10
|
spec: {},
|
|
10
11
|
searchHotKey: { default: "k" }
|
|
11
12
|
},
|
|
12
|
-
setup(
|
|
13
|
-
const
|
|
13
|
+
setup(f) {
|
|
14
|
+
const h = f, i = b(), t = B(), { client: y } = L(), d = (o) => {
|
|
14
15
|
var e;
|
|
15
|
-
(m() ?
|
|
16
|
+
(m() ? o.metaKey : o.ctrlKey) && o.key === h.searchHotKey && !((e = y.value) != null && e.modalState.open) && (o.preventDefault(), o.stopPropagation(), t.open ? t.hide() : t.show());
|
|
16
17
|
};
|
|
17
18
|
w(
|
|
18
19
|
() => t.open,
|
|
19
|
-
(
|
|
20
|
-
!
|
|
21
|
-
var
|
|
22
|
-
(
|
|
20
|
+
(o, e) => {
|
|
21
|
+
!o && e && v(() => {
|
|
22
|
+
var c;
|
|
23
|
+
(c = i.value) == null || c.focus();
|
|
23
24
|
});
|
|
24
25
|
}
|
|
25
|
-
), K(() => window.addEventListener("keydown",
|
|
26
|
+
), K(() => window.addEventListener("keydown", d)), g(() => window.removeEventListener("keydown", d));
|
|
26
27
|
function k() {
|
|
27
28
|
t.show();
|
|
28
29
|
}
|
|
29
|
-
return (
|
|
30
|
-
|
|
30
|
+
return (o, e) => (a(), n(r, null, [
|
|
31
|
+
s("button", {
|
|
31
32
|
ref_key: "button",
|
|
32
33
|
ref: i,
|
|
33
|
-
class:
|
|
34
|
+
class: C(["sidebar-search", o.$attrs.class]),
|
|
34
35
|
role: "search",
|
|
35
36
|
type: "button",
|
|
36
37
|
onClick: k
|
|
37
38
|
}, [
|
|
38
|
-
p(l(
|
|
39
|
+
p(l(E), {
|
|
39
40
|
class: "scalar-search-icon",
|
|
40
|
-
|
|
41
|
-
size: "sm",
|
|
42
|
-
thickness: "2.5"
|
|
41
|
+
weight: "bold"
|
|
43
42
|
}),
|
|
44
|
-
|
|
45
|
-
e[3] || (e[3] =
|
|
46
|
-
e[4] || (e[4] =
|
|
43
|
+
s("div", N, [
|
|
44
|
+
e[3] || (e[3] = s("span", { class: "sr-only" }, "Open Search", -1)),
|
|
45
|
+
e[4] || (e[4] = s("span", {
|
|
47
46
|
"aria-hidden": "true",
|
|
48
47
|
class: "sidebar-search-placeholder"
|
|
49
48
|
}, " Search ", -1)),
|
|
50
|
-
|
|
51
|
-
e[2] || (e[2] =
|
|
52
|
-
|
|
49
|
+
s("span", T, [
|
|
50
|
+
e[2] || (e[2] = s("span", { class: "sr-only" }, "Keyboard Shortcut:", -1)),
|
|
51
|
+
s("kbd", V, [
|
|
53
52
|
l(m)() ? (a(), n(r, { key: 0 }, [
|
|
54
53
|
u("⌘")
|
|
55
54
|
], 64)) : (a(), n(r, { key: 1 }, [
|
|
56
|
-
e[0] || (e[0] =
|
|
57
|
-
e[1] || (e[1] =
|
|
55
|
+
e[0] || (e[0] = s("span", { class: "sr-only" }, "CTRL", -1)),
|
|
56
|
+
e[1] || (e[1] = s("span", { "aria-hidden": "true" }, "⌃", -1))
|
|
58
57
|
], 64)),
|
|
59
|
-
u(" " +
|
|
58
|
+
u(" " + M(o.searchHotKey), 1)
|
|
60
59
|
])
|
|
61
60
|
])
|
|
62
61
|
])
|
|
63
62
|
], 2),
|
|
64
|
-
p(
|
|
63
|
+
p(H, {
|
|
65
64
|
modalState: l(t),
|
|
66
|
-
parsedSpec:
|
|
65
|
+
parsedSpec: o.spec
|
|
67
66
|
}, null, 8, ["modalState", "parsedSpec"])
|
|
68
67
|
], 64));
|
|
69
68
|
}
|
|
70
69
|
});
|
|
71
70
|
export {
|
|
72
|
-
|
|
71
|
+
G as default
|
|
73
72
|
};
|