@scalar/api-reference 1.26.2 → 1.28.2

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.
Files changed (61) hide show
  1. package/CHANGELOG.md +71 -0
  2. package/README.md +2 -6
  3. package/dist/browser/standalone.js +11517 -11467
  4. package/dist/browser/webpack-stats.json +1 -1
  5. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
  6. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +2 -2
  7. package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +48 -40
  8. package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
  9. package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +2 -2
  10. package/dist/components/Content/ClientLibraries/ClientSelector.vue2.js +6 -7
  11. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  12. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
  13. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +77 -77
  14. package/dist/components/Content/Tag/OperationsListItem.vue.js +2 -2
  15. package/dist/components/Content/Tag/OperationsListItem.vue2.js +1 -1
  16. package/dist/components/Layouts/ModernLayout.vue.js +2 -2
  17. package/dist/components/Layouts/ModernLayout.vue2.js +9 -12
  18. package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
  19. package/dist/components/Section/CompactSection.vue.js +1 -1
  20. package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
  21. package/dist/components/Sidebar/SidebarElement.vue.js +2 -2
  22. package/dist/components/Sidebar/SidebarElement.vue2.js +41 -40
  23. package/dist/components/SingleApiReference.vue.d.ts.map +1 -1
  24. package/dist/components/SingleApiReference.vue.js +6 -6
  25. package/dist/esm.d.ts +5 -1
  26. package/dist/esm.d.ts.map +1 -1
  27. package/dist/esm.js +12 -9
  28. package/dist/features/DownloadLink/DownloadLink.vue.js +1 -1
  29. package/dist/features/DownloadLink/DownloadLink.vue2.js +16 -16
  30. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts +1 -1
  31. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
  32. package/dist/features/Operation/components/ContentTypeSelect.vue.js +80 -5
  33. package/dist/features/Operation/components/ContentTypeSelect.vue2.js +2 -43
  34. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  35. package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
  36. package/dist/features/Operation/components/ParameterListItem.vue2.js +37 -34
  37. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  38. package/dist/features/Operation/components/RequestBody.vue.js +2 -2
  39. package/dist/features/Operation/components/RequestBody.vue2.js +15 -15
  40. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  41. package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
  42. package/dist/features/Operation/layouts/ModernLayout.vue2.js +9 -8
  43. package/dist/helpers/scrollToId.d.ts +3 -1
  44. package/dist/helpers/scrollToId.d.ts.map +1 -1
  45. package/dist/helpers/scrollToId.js +4 -4
  46. package/dist/hooks/useMultipleDocuments.d.ts +9 -5
  47. package/dist/hooks/useMultipleDocuments.d.ts.map +1 -1
  48. package/dist/hooks/useMultipleDocuments.js +38 -38
  49. package/dist/hooks/useSidebar.d.ts +2 -2
  50. package/dist/hooks/useSidebar.d.ts.map +1 -1
  51. package/dist/hooks/useSidebar.js +84 -84
  52. package/dist/index.d.ts +6 -5
  53. package/dist/index.d.ts.map +1 -1
  54. package/dist/index.js +74 -72
  55. package/dist/standalone/lib/html-api.d.ts +30 -1
  56. package/dist/standalone/lib/html-api.d.ts.map +1 -1
  57. package/dist/standalone/lib/html-api.js +54 -0
  58. package/dist/standalone/lib/register-globals.d.ts +11 -0
  59. package/dist/standalone/lib/register-globals.d.ts.map +1 -0
  60. package/dist/style.css +1 -1
  61. package/package.json +11 -10
@@ -1 +1 @@
1
- {"version":3,"file":"ClientLibraries.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientLibraries.vue"],"names":[],"mappings":";AAwRA,wBAKG"}
1
+ {"version":3,"file":"ClientLibraries.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientLibraries.vue"],"names":[],"mappings":";AA2SA,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-b367b3f5"]]);
4
+ const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-52907e39"]]);
5
5
  export {
6
- e as default
6
+ a as default
7
7
  };
@@ -1,74 +1,82 @@
1
- import { defineComponent as x, ref as T, useId as g, watch as k, unref as e, openBlock as a, createElementBlock as s, createVNode as l, withCtx as i, createElementVNode as v, Fragment as y, renderList as P, createBlock as I, createTextVNode as L, toDisplayString as o, createCommentVNode as N } from "vue";
2
- import { TabGroup as V, TabList as B, TabPanels as F, TabPanel as H } from "@headlessui/vue";
3
- import S from "./ClientSelector.vue.js";
4
- import { useFeaturedHttpClients as w } from "./useFeaturedHttpClients.js";
5
- import { useHttpClientStore as E } from "../../../stores/useHttpClientStore.js";
6
- const D = { key: 0 }, G = ["id"], O = /* @__PURE__ */ x({
1
+ import { defineComponent as v, ref as I, useId as p, watch as P, unref as e, openBlock as n, createElementBlock as d, createVNode as l, withCtx as i, createElementVNode as K, Fragment as L, renderList as N, createBlock as V, createTextVNode as B, toDisplayString as o, createCommentVNode as F } from "vue";
2
+ import { TabGroup as H, TabList as S, TabPanels as w, TabPanel as E } from "@headlessui/vue";
3
+ import D from "./ClientSelector.vue.js";
4
+ import { useFeaturedHttpClients as G } from "./useFeaturedHttpClients.js";
5
+ import { useHttpClientStore as j } from "../../../stores/useHttpClientStore.js";
6
+ const q = { key: 0 }, z = ["id"], A = ["id"], W = /* @__PURE__ */ v({
7
7
  __name: "ClientLibraries",
8
- setup(j) {
8
+ setup(J) {
9
9
  const {
10
10
  availableTargets: _,
11
- httpTargetTitle: u,
12
- httpClientTitle: c,
13
- httpClient: d,
14
- setHttpClient: C
15
- } = E(), { featuredClients: r, isFeatured: f } = w(), m = T(0), p = g();
16
- k(
17
- d,
18
- (n) => {
19
- n && f(n) && (m.value = r.findIndex((t) => t === n));
11
+ httpTargetTitle: b,
12
+ httpClientTitle: h,
13
+ getClientTitle: C,
14
+ getTargetTitle: g,
15
+ httpClient: s,
16
+ setHttpClient: T
17
+ } = j(), { featuredClients: r, isFeatured: y } = G(), c = I(0), u = p(), f = p();
18
+ P(
19
+ s,
20
+ (t) => {
21
+ t && (c.value = r.findIndex(
22
+ (a) => a.targetKey === t.targetKey && a.clientKey === t.clientKey
23
+ ));
20
24
  },
21
25
  { immediate: !0 }
22
26
  );
23
- function b(n) {
24
- const t = r[n];
25
- t && C(t);
27
+ function x(t) {
28
+ const a = r[t];
29
+ a && T(a);
26
30
  }
27
- return (n, t) => e(_).length ? (a(), s("div", D, [
28
- l(e(V), {
31
+ return (t, a) => e(_).length ? (n(), d("div", q, [
32
+ l(e(H), {
29
33
  manual: "",
30
- selectedIndex: m.value,
31
- onChange: b
34
+ selectedIndex: c.value,
35
+ onChange: x
32
36
  }, {
33
37
  default: i(() => [
34
- t[0] || (t[0] = v("div", { class: "client-libraries-heading" }, "Client Libraries", -1)),
35
- l(e(B), null, {
38
+ K("div", {
39
+ id: e(u),
40
+ class: "client-libraries-heading"
41
+ }, " Client Libraries ", 8, z),
42
+ l(e(S), {
43
+ "aria-labelledby": e(u),
44
+ class: "client-libraries-list"
45
+ }, {
36
46
  default: i(() => [
37
- l(S, {
47
+ l(D, {
38
48
  featured: e(r),
39
- morePanel: e(p)
49
+ morePanel: e(f)
40
50
  }, null, 8, ["featured", "morePanel"])
41
51
  ]),
42
52
  _: 1
43
- }),
44
- l(e(F), null, {
53
+ }, 8, ["aria-labelledby"]),
54
+ l(e(w), null, {
45
55
  default: i(() => [
46
- e(d) && e(f)(e(d)) ? (a(!0), s(y, { key: 0 }, P(e(r), (q, h) => (a(), I(e(H), {
47
- key: h,
48
- class: "selected-client card-footer -outline-offset-2",
49
- muted: ""
56
+ e(s) && e(y)(e(s)) ? (n(!0), d(L, { key: 0 }, N(e(r), (m, k) => (n(), V(e(E), {
57
+ key: k,
58
+ class: "selected-client card-footer -outline-offset-2"
50
59
  }, {
51
60
  default: i(() => [
52
- L(o(e(c)) + " " + o(e(u)), 1)
61
+ B(o(e(C)(m)) + " " + o(e(g)(m)), 1)
53
62
  ]),
54
63
  _: 2
55
- }, 1024))), 128)) : (a(), s("div", {
64
+ }, 1024))), 128)) : (n(), d("div", {
56
65
  key: 1,
57
- id: e(p),
66
+ id: e(f),
58
67
  class: "selected-client card-footer -outline-offset-2",
59
- muted: "",
60
68
  role: "tabpanel",
61
69
  tabindex: "0"
62
- }, o(e(c)) + " " + o(e(u)), 9, G))
70
+ }, o(e(h)) + " " + o(e(b)), 9, A))
63
71
  ]),
64
72
  _: 1
65
73
  })
66
74
  ]),
67
75
  _: 1
68
76
  }, 8, ["selectedIndex"])
69
- ])) : N("", !0);
77
+ ])) : F("", !0);
70
78
  }
71
79
  });
72
80
  export {
73
- O as default
81
+ W as default
74
82
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":"AA+RA,KAAK,WAAW,GAAG;IACjB,yEAAyE;IACzE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;;AA4MF,wBAOG"}
1
+ {"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":"AA8RA,KAAK,WAAW,GAAG;IACjB,yEAAyE;IACzE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;;AA6MF,wBAOG"}
@@ -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 m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-6a409ae4"]]);
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0a0f8a46"]]);
5
5
  export {
6
- m as default
6
+ f as default
7
7
  };
@@ -16,8 +16,7 @@ const F = { class: "client-libraries-text" }, H = ["aria-controls", "value"], I
16
16
  xmlns: "http://www.w3.org/2000/svg"
17
17
  }, j = {
18
18
  key: 0,
19
- "aria-hidden": "true",
20
- class: "client-libraries-text"
19
+ class: "client-libraries-text client-libraries-text-more"
21
20
  }, q = /* @__PURE__ */ S({
22
21
  __name: "ClientSelector",
23
22
  props: {
@@ -30,17 +29,17 @@ const F = { class: "client-libraries-text" }, H = ["aria-controls", "value"], I
30
29
  availableTargets: p,
31
30
  getClientTitle: y,
32
31
  getTargetTitle: k
33
- } = M(), { featuredClients: K, isFeatured: _ } = $(), h = w(), m = (s) => `programming-language-${s === "js" ? "javascript" : s}`, C = (s) => s.targetKey === l.targetKey && s.clientKey === l.clientKey;
32
+ } = M(), { featuredClients: K, isFeatured: _ } = $(), C = w(), m = (s) => `programming-language-${s === "js" ? "javascript" : s}`, h = (s) => s.targetKey === l.targetKey && s.clientKey === l.clientKey;
34
33
  return (s, a) => (i(), r("div", {
35
34
  ref_key: "containerRef",
36
- ref: h,
35
+ ref: C,
37
36
  class: "client-libraries-content"
38
37
  }, [
39
38
  (i(!0), r(u, null, d(e(K), (t) => (i(), x(e(T), {
40
39
  key: t.clientKey,
41
40
  "aria-hidden": "true",
42
41
  class: c(["client-libraries rendered-code-sdks", {
43
- "client-libraries__active": C(t)
42
+ "client-libraries__active": h(t)
44
43
  }])
45
44
  }, {
46
45
  default: N(() => [
@@ -61,7 +60,6 @@ const F = { class: "client-libraries-text" }, H = ["aria-controls", "value"], I
61
60
  "client-libraries__active": e(l) && !e(_)(e(l))
62
61
  }])
63
62
  }, [
64
- a[2] || (a[2] = n("span", { class: "sr-only" }, "Select from all clients", -1)),
65
63
  n("select", {
66
64
  "aria-controls": s.morePanel,
67
65
  class: "language-select",
@@ -106,7 +104,8 @@ const F = { class: "client-libraries-text" }, H = ["aria-controls", "value"], I
106
104
  ], -1)
107
105
  ])))
108
106
  ]),
109
- e(p).length ? (i(), r("span", j, " More ")) : B("", !0)
107
+ e(p).length ? (i(), r("span", j, " More ")) : B("", !0),
108
+ a[2] || (a[2] = n("span", { class: "sr-only" }, "Select from all clients", -1))
110
109
  ], 2)
111
110
  ], 512));
112
111
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SchemaPropertyHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaPropertyHeading.vue"],"names":[],"mappings":"AA2OA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AA0BJ,iBAAS,cAAc;WAgUT,OAAO,IAA6B;;sBATxB,GAAG;sBACH,GAAG;;;;EAa5B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cAjXN,OAAO;wFAyXpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"SchemaPropertyHeading.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/SchemaPropertyHeading.vue"],"names":[],"mappings":"AAgPA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IAC3B,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;AA0BJ,iBAAS,cAAc;WAkUT,OAAO,IAA6B;;sBATxB,GAAG;sBACH,GAAG;;;;EAa5B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cAnXN,OAAO;wFA2XpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,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 "./SchemaPropertyHeading.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-96db3524"]]);
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-4b65b768"]]);
5
5
  export {
6
6
  m as default
7
7
  };
@@ -1,17 +1,14 @@
1
- import { defineComponent as V, openBlock as t, createElementBlock as n, renderSlot as w, Fragment as m, createTextVNode as u, createCommentVNode as a, toDisplayString as i, createVNode as v, unref as f, withCtx as r, createBlock as d, renderList as $ } from "vue";
1
+ import { defineComponent as V, openBlock as r, createElementBlock as n, normalizeClass as $, renderSlot as A, Fragment as m, createTextVNode as u, createCommentVNode as a, toDisplayString as i, createVNode as v, unref as f, withCtx as t, createBlock as d, renderList as D } from "vue";
2
2
  import k from "../../ScreenReader.vue.js";
3
3
  import o from "./SchemaPropertyDetail.vue.js";
4
4
  import g from "../../Badge/Badge.vue.js";
5
- const C = { class: "property-heading" }, D = {
6
- key: 0,
7
- class: "property-name"
8
- }, F = {
5
+ const F = { class: "property-heading" }, T = {
9
6
  key: 1,
10
7
  class: "property-additional"
11
- }, T = {
8
+ }, j = {
12
9
  key: 2,
13
10
  class: "property-pattern"
14
- }, j = {
11
+ }, z = {
15
12
  key: 3,
16
13
  class: "property-deprecated"
17
14
  }, E = {
@@ -23,10 +20,10 @@ const C = { class: "property-heading" }, D = {
23
20
  }, R = {
24
21
  key: 8,
25
22
  class: "property-read-only"
26
- }, z = {
23
+ }, G = {
27
24
  key: 9,
28
25
  class: "property-required"
29
- }, W = /* @__PURE__ */ V({
26
+ }, X = /* @__PURE__ */ V({
30
27
  __name: "SchemaPropertyHeading",
31
28
  props: {
32
29
  value: {},
@@ -35,102 +32,105 @@ const C = { class: "property-heading" }, D = {
35
32
  additional: { type: Boolean },
36
33
  pattern: { type: Boolean }
37
34
  },
38
- setup(G) {
39
- const A = ["oneOf", "anyOf", "allOf", "not"], M = (e) => Array.isArray(e == null ? void 0 : e.default) && e.default.length === 1 ? e.default[0] : e == null ? void 0 : e.default;
35
+ setup(J) {
36
+ const C = ["oneOf", "anyOf", "allOf", "not"], M = (e) => Array.isArray(e == null ? void 0 : e.default) && e.default.length === 1 ? e.default[0] : e == null ? void 0 : e.default;
40
37
  return (e, l) => {
41
- var B, q, I, L, N, O, P, S;
42
- return t(), n("div", C, [
43
- e.$slots.name ? (t(), n("div", D, [
44
- e.pattern ? (t(), n(m, { key: 1 }, [
38
+ var B, q, I, L, N, O, P, S, b;
39
+ return r(), n("div", F, [
40
+ e.$slots.name ? (r(), n("div", {
41
+ key: 0,
42
+ class: $(["property-name", { deprecated: (B = e.value) == null ? void 0 : B.deprecated }])
43
+ }, [
44
+ e.pattern ? (r(), n(m, { key: 1 }, [
45
45
  l[0] || (l[0] = u("/")),
46
- w(e.$slots, "name", {}, void 0, !0),
46
+ A(e.$slots, "name", {}, void 0, !0),
47
47
  l[1] || (l[1] = u("/"))
48
- ], 64)) : w(e.$slots, "name", { key: 0 }, void 0, !0)
49
- ])) : a("", !0),
50
- e.additional ? (t(), n("div", F, [
51
- (B = e.value) != null && B["x-additionalPropertiesName"] ? (t(), n(m, { key: 0 }, [
48
+ ], 64)) : A(e.$slots, "name", { key: 0 }, void 0, !0)
49
+ ], 2)) : a("", !0),
50
+ e.additional ? (r(), n("div", T, [
51
+ (q = e.value) != null && q["x-additionalPropertiesName"] ? (r(), n(m, { key: 0 }, [
52
52
  u(i(e.value["x-additionalPropertiesName"]), 1)
53
- ], 64)) : (t(), n(m, { key: 1 }, [
53
+ ], 64)) : (r(), n(m, { key: 1 }, [
54
54
  u("additional properties")
55
55
  ], 64))
56
56
  ])) : a("", !0),
57
- e.pattern ? (t(), n("div", T, [
57
+ e.pattern ? (r(), n("div", j, [
58
58
  v(f(g), null, {
59
- default: r(() => l[2] || (l[2] = [
59
+ default: t(() => l[2] || (l[2] = [
60
60
  u("pattern")
61
61
  ])),
62
62
  _: 1
63
63
  })
64
64
  ])) : a("", !0),
65
- (q = e.value) != null && q.deprecated ? (t(), n("div", j, [
65
+ (I = e.value) != null && I.deprecated ? (r(), n("div", z, [
66
66
  v(f(g), null, {
67
- default: r(() => l[3] || (l[3] = [
67
+ default: t(() => l[3] || (l[3] = [
68
68
  u("deprecated")
69
69
  ])),
70
70
  _: 1
71
71
  })
72
72
  ])) : a("", !0),
73
- (I = e.value) != null && I.const || (L = e.value) != null && L.enum && e.value.enum.length === 1 ? (t(), n("div", E, [
73
+ (L = e.value) != null && L.const || (N = e.value) != null && N.enum && e.value.enum.length === 1 ? (r(), n("div", E, [
74
74
  v(o, { truncate: "" }, {
75
- prefix: r(() => l[4] || (l[4] = [
75
+ prefix: t(() => l[4] || (l[4] = [
76
76
  u("const:")
77
77
  ])),
78
- default: r(() => [
78
+ default: t(() => [
79
79
  u(" " + i(e.value.const ?? e.value.enum[0]), 1)
80
80
  ]),
81
81
  _: 1
82
82
  })
83
- ])) : (N = e.value) != null && N.type ? (t(), n(m, { key: 5 }, [
83
+ ])) : (O = e.value) != null && O.type ? (r(), n(m, { key: 5 }, [
84
84
  v(o, null, {
85
- default: r(() => {
85
+ default: t(() => {
86
86
  var s, p, y;
87
87
  return [
88
88
  v(k, null, {
89
- default: r(() => l[5] || (l[5] = [
89
+ default: t(() => l[5] || (l[5] = [
90
90
  u("Type:")
91
91
  ])),
92
92
  _: 1
93
93
  }),
94
- (p = (s = e.value) == null ? void 0 : s.items) != null && p.type ? (t(), n(m, { key: 0 }, [
94
+ (p = (s = e.value) == null ? void 0 : s.items) != null && p.type ? (r(), n(m, { key: 0 }, [
95
95
  u(i(e.value.type) + " " + i(e.value.items.type) + "[] ", 1)
96
- ], 64)) : (t(), n(m, { key: 1 }, [
96
+ ], 64)) : (r(), n(m, { key: 1 }, [
97
97
  u(i(Array.isArray(e.value.type) ? e.value.type.join(" | ") : e.value.type) + " " + i((y = e.value) != null && y.nullable ? " | nullable" : ""), 1)
98
98
  ], 64)),
99
- e.value.minItems || e.value.maxItems ? (t(), n(m, { key: 2 }, [
99
+ e.value.minItems || e.value.maxItems ? (r(), n(m, { key: 2 }, [
100
100
  u(i(e.value.minItems) + "…" + i(e.value.maxItems), 1)
101
101
  ], 64)) : a("", !0)
102
102
  ];
103
103
  }),
104
104
  _: 1
105
105
  }),
106
- e.value.minLength ? (t(), d(o, { key: 0 }, {
107
- prefix: r(() => l[6] || (l[6] = [
106
+ e.value.minLength ? (r(), d(o, { key: 0 }, {
107
+ prefix: t(() => l[6] || (l[6] = [
108
108
  u("min:")
109
109
  ])),
110
- default: r(() => [
110
+ default: t(() => [
111
111
  u(" " + i(e.value.minLength), 1)
112
112
  ]),
113
113
  _: 1
114
114
  })) : a("", !0),
115
- e.value.maxLength ? (t(), d(o, { key: 1 }, {
116
- prefix: r(() => l[7] || (l[7] = [
115
+ e.value.maxLength ? (r(), d(o, { key: 1 }, {
116
+ prefix: t(() => l[7] || (l[7] = [
117
117
  u("max:")
118
118
  ])),
119
- default: r(() => [
119
+ default: t(() => [
120
120
  u(" " + i(e.value.maxLength), 1)
121
121
  ]),
122
122
  _: 1
123
123
  })) : a("", !0),
124
- e.value.uniqueItems ? (t(), d(o, { key: 2 }, {
125
- default: r(() => l[8] || (l[8] = [
124
+ e.value.uniqueItems ? (r(), d(o, { key: 2 }, {
125
+ default: t(() => l[8] || (l[8] = [
126
126
  u(" unique! ")
127
127
  ])),
128
128
  _: 1
129
129
  })) : a("", !0),
130
- e.value.format ? (t(), d(o, { key: 3 }, {
131
- default: r(() => [
130
+ e.value.format ? (r(), d(o, { key: 3 }, {
131
+ default: t(() => [
132
132
  v(k, null, {
133
- default: r(() => l[9] || (l[9] = [
133
+ default: t(() => l[9] || (l[9] = [
134
134
  u("Format:")
135
135
  ])),
136
136
  _: 1
@@ -139,50 +139,50 @@ const C = { class: "property-heading" }, D = {
139
139
  ]),
140
140
  _: 1
141
141
  })) : a("", !0),
142
- e.value.minimum !== void 0 && e.value.exclusiveMinimum ? (t(), d(o, { key: 4 }, {
143
- prefix: r(() => l[10] || (l[10] = [
142
+ e.value.minimum !== void 0 && e.value.exclusiveMinimum ? (r(), d(o, { key: 4 }, {
143
+ prefix: t(() => l[10] || (l[10] = [
144
144
  u("greater than:")
145
145
  ])),
146
- default: r(() => [
146
+ default: t(() => [
147
147
  u(" " + i(e.value.minimum), 1)
148
148
  ]),
149
149
  _: 1
150
150
  })) : a("", !0),
151
- e.value.minimum !== void 0 && !e.value.exclusiveMinimum ? (t(), d(o, { key: 5 }, {
152
- prefix: r(() => l[11] || (l[11] = [
151
+ e.value.minimum !== void 0 && !e.value.exclusiveMinimum ? (r(), d(o, { key: 5 }, {
152
+ prefix: t(() => l[11] || (l[11] = [
153
153
  u("min:")
154
154
  ])),
155
- default: r(() => [
155
+ default: t(() => [
156
156
  u(" " + i(e.value.minimum), 1)
157
157
  ]),
158
158
  _: 1
159
159
  })) : a("", !0),
160
- e.value.maximum !== void 0 && e.value.exclusiveMaximum ? (t(), d(o, { key: 6 }, {
161
- prefix: r(() => l[12] || (l[12] = [
160
+ e.value.maximum !== void 0 && e.value.exclusiveMaximum ? (r(), d(o, { key: 6 }, {
161
+ prefix: t(() => l[12] || (l[12] = [
162
162
  u("less than:")
163
163
  ])),
164
- default: r(() => [
164
+ default: t(() => [
165
165
  u(" " + i(e.value.maximum), 1)
166
166
  ]),
167
167
  _: 1
168
168
  })) : a("", !0),
169
- e.value.maximum !== void 0 && !e.value.exclusiveMaximum ? (t(), d(o, { key: 7 }, {
170
- prefix: r(() => l[13] || (l[13] = [
169
+ e.value.maximum !== void 0 && !e.value.exclusiveMaximum ? (r(), d(o, { key: 7 }, {
170
+ prefix: t(() => l[13] || (l[13] = [
171
171
  u("max:")
172
172
  ])),
173
- default: r(() => [
173
+ default: t(() => [
174
174
  u(" " + i(e.value.maximum), 1)
175
175
  ]),
176
176
  _: 1
177
177
  })) : a("", !0),
178
- e.value.pattern ? (t(), d(o, {
178
+ e.value.pattern ? (r(), d(o, {
179
179
  key: 8,
180
180
  code: "",
181
181
  truncate: ""
182
182
  }, {
183
- default: r(() => [
183
+ default: t(() => [
184
184
  v(k, null, {
185
- default: r(() => l[14] || (l[14] = [
185
+ default: t(() => l[14] || (l[14] = [
186
186
  u("Pattern:")
187
187
  ])),
188
188
  _: 1
@@ -191,54 +191,54 @@ const C = { class: "property-heading" }, D = {
191
191
  ]),
192
192
  _: 1
193
193
  })) : a("", !0),
194
- e.$props.enum ? (t(), d(o, { key: 9 }, {
195
- default: r(() => l[15] || (l[15] = [
194
+ e.$props.enum ? (r(), d(o, { key: 9 }, {
195
+ default: t(() => l[15] || (l[15] = [
196
196
  u("enum")
197
197
  ])),
198
198
  _: 1
199
199
  })) : a("", !0),
200
- e.value.default !== void 0 ? (t(), d(o, {
200
+ e.value.default !== void 0 ? (r(), d(o, {
201
201
  key: 10,
202
202
  truncate: ""
203
203
  }, {
204
- prefix: r(() => l[16] || (l[16] = [
204
+ prefix: t(() => l[16] || (l[16] = [
205
205
  u("default:")
206
206
  ])),
207
- default: r(() => [
207
+ default: t(() => [
208
208
  u(" " + i(M(e.value)), 1)
209
209
  ]),
210
210
  _: 1
211
211
  })) : a("", !0)
212
- ], 64)) : (t(), n(m, { key: 6 }, [
213
- ((O = e.value) == null ? void 0 : O.nullable) === !0 ? (t(), d(o, { key: 0 }, {
214
- default: r(() => l[17] || (l[17] = [
212
+ ], 64)) : (r(), n(m, { key: 6 }, [
213
+ ((P = e.value) == null ? void 0 : P.nullable) === !0 ? (r(), d(o, { key: 0 }, {
214
+ default: t(() => l[17] || (l[17] = [
215
215
  u(" nullable ")
216
216
  ])),
217
217
  _: 1
218
218
  })) : a("", !0)
219
219
  ], 64)),
220
- (P = e.value) != null && P.writeOnly ? (t(), n("div", H, " write-only ")) : (S = e.value) != null && S.readOnly ? (t(), n("div", R, " read-only ")) : a("", !0),
221
- (t(!0), n(m, null, $(A.filter(
220
+ (S = e.value) != null && S.writeOnly ? (r(), n("div", H, " write-only ")) : (b = e.value) != null && b.readOnly ? (r(), n("div", R, " read-only ")) : a("", !0),
221
+ (r(!0), n(m, null, D(C.filter(
222
222
  (s) => {
223
- var p, y, b;
224
- return ((p = e.value) == null ? void 0 : p[s]) || ((b = (y = e.value) == null ? void 0 : y.items) == null ? void 0 : b[s]);
223
+ var p, y, w;
224
+ return ((p = e.value) == null ? void 0 : p[s]) || ((w = (y = e.value) == null ? void 0 : y.items) == null ? void 0 : w[s]);
225
225
  }
226
226
  ), (s) => {
227
227
  var p, y;
228
- return t(), n(m, { key: s }, [
229
- ((y = (p = e.value) == null ? void 0 : p[s]) == null ? void 0 : y.length) > 1 ? (t(), d(f(g), { key: 0 }, {
230
- default: r(() => [
228
+ return r(), n(m, { key: s }, [
229
+ ((y = (p = e.value) == null ? void 0 : p[s]) == null ? void 0 : y.length) > 1 ? (r(), d(f(g), { key: 0 }, {
230
+ default: t(() => [
231
231
  u(i(s), 1)
232
232
  ]),
233
233
  _: 2
234
234
  }, 1024)) : a("", !0)
235
235
  ], 64);
236
236
  }), 128)),
237
- e.required ? (t(), n("div", z, " required ")) : a("", !0)
237
+ e.required ? (r(), n("div", G, " required ")) : a("", !0)
238
238
  ]);
239
239
  };
240
240
  }
241
241
  });
242
242
  export {
243
- W as default
243
+ X as default
244
244
  };
@@ -1,7 +1,7 @@
1
1
  import t from "./OperationsListItem.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ o(t, [["__scopeId", "data-v-a68a4ca6"]]);
4
+ const s = /* @__PURE__ */ o(t, [["__scopeId", "data-v-81539fc2"]]);
5
5
  export {
6
- p as default
6
+ s as default
7
7
  };
@@ -17,7 +17,7 @@ const b = ["href"], F = /* @__PURE__ */ u({
17
17
  setup(a) {
18
18
  const { getOperationId: n } = w(), { scrollToOperation: l } = H(), d = async (e) => {
19
19
  const o = n(e, a.tag);
20
- l(o);
20
+ l(o, !0);
21
21
  }, c = N(), { operation: r } = S({
22
22
  store: c,
23
23
  location: V([
@@ -2,7 +2,7 @@ import o from "./ModernLayout.vue2.js";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-3f813604"]]);
5
+ const _ = /* @__PURE__ */ t(o, [["__scopeId", "data-v-a1ad6320"]]);
6
6
  export {
7
- f as default
7
+ _ as default
8
8
  };
@@ -66,18 +66,15 @@ const P = { key: 0 }, T = {
66
66
  "onUpdate:modelValue": o[1] || (o[1] = (r) => e.$emit("toggleDarkMode"))
67
67
  }, null, 8, ["modelValue"]))
68
68
  ]),
69
- default: n(() => {
70
- var r;
71
- return [
72
- a.configuration.hideClientButton ? d("", !0) : (t(), u(l(H), {
73
- key: 0,
74
- buttonSource: "sidebar",
75
- integration: e.configuration._integration,
76
- isDevelopment: h,
77
- url: (r = e.configuration.spec) == null ? void 0 : r.url
78
- }, null, 8, ["integration", "url"]))
79
- ];
80
- }),
69
+ default: n(() => [
70
+ a.configuration.hideClientButton ? d("", !0) : (t(), u(l(H), {
71
+ key: 0,
72
+ buttonSource: "sidebar",
73
+ integration: e.configuration._integration,
74
+ isDevelopment: h,
75
+ url: e.configuration.url
76
+ }, null, 8, ["integration", "url"]))
77
+ ]),
81
78
  _: 1
82
79
  })
83
80
  ]),
@@ -1 +1 @@
1
- {"version":3,"file":"CompactSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/CompactSection.vue"],"names":[],"mappings":"AAmHA,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAyBF,iBAAS,cAAc;WAoFT,OAAO,IAA6B;;yBATpB,GAAG;yBACH,GAAG;;;;EAahC;AAaD,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
+ {"version":3,"file":"CompactSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/CompactSection.vue"],"names":[],"mappings":"AAiHA,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAyBF,iBAAS,cAAc;WAoFT,OAAO,IAA6B;;yBATpB,GAAG;yBACH,GAAG;;;;EAahC;AAaD,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 "./CompactSection.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-21da4905"]]);
4
+ const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0c617885"]]);
5
5
  export {
6
6
  r as default
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarElement.vue"],"names":[],"mappings":"AA+VA,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,KAAK,EAAE,MAAM,CAAA;QACb,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;QACnB,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,IAAI,CAAC,EAAE;YACL,GAAG,EAAE,MAAM,CAAA;SACZ,CAAA;QACD,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,UAAU,CAAC,EAAE,OAAO,CAAA;KACrB,CAAA;IACD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAC;AAgEF,iBAAS,cAAc;WAoKT,OAAO,IAA6B;;yBATpB,GAAG;+BACG,GAAG;;;;EAatC;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;4FAQnB,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
+ {"version":3,"file":"SidebarElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarElement.vue"],"names":[],"mappings":"AAmWA,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,KAAK,EAAE,MAAM,CAAA;QACb,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;QACnB,IAAI,CAAC,EAAE,MAAM,CAAA;QACb,IAAI,CAAC,EAAE;YACL,GAAG,EAAE,MAAM,CAAA;SACZ,CAAA;QACD,QAAQ,CAAC,EAAE,MAAM,CAAA;QACjB,UAAU,CAAC,EAAE,OAAO,CAAA;KACrB,CAAA;IACD,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,IAAI,CAAC,EAAE,OAAO,CAAA;CACf,CAAC;AAkEF,iBAAS,cAAc;WAoKT,OAAO,IAA6B;;yBATpB,GAAG;+BACG,GAAG;;;;EAatC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;4FAQnB,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 "./SidebarElement.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1fa2fb33"]]);
4
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-1f77778e"]]);
5
5
  export {
6
- f as default
6
+ a as default
7
7
  };