@scalar/api-reference 1.25.7 → 1.25.10

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 (143) hide show
  1. package/CHANGELOG.md +71 -0
  2. package/dist/browser/standalone.js +12353 -12767
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiClientModal.vue.js +5 -5
  5. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  6. package/dist/components/ApiReference.vue.js +43 -42
  7. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  8. package/dist/components/ApiReferenceLayout.vue.js +2 -2
  9. package/dist/components/ApiReferenceLayout.vue2.js +67 -61
  10. package/dist/components/Content/Authentication/Authentication.vue.js +1 -1
  11. package/dist/components/Content/Introduction/Introduction.vue.d.ts +1 -1
  12. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
  13. package/dist/components/Content/Introduction/Introduction.vue.js +2 -2
  14. package/dist/components/Content/Introduction/Introduction.vue2.js +9 -9
  15. package/dist/components/Content/Models/Models.vue.d.ts +1 -1
  16. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  17. package/dist/components/Content/Models/Models.vue.js +2 -2
  18. package/dist/components/Content/Models/Models.vue2.js +68 -47
  19. package/dist/components/Content/Models/ModelsAccordion.vue.d.ts +1 -1
  20. package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +1 -1
  21. package/dist/components/Content/Models/ModelsAccordion.vue.js +1 -1
  22. package/dist/components/Content/Operation/Operation.vue.d.ts.map +1 -1
  23. package/dist/components/Content/Operation/Operation.vue.js +2 -2
  24. package/dist/components/Content/Operation/Operation.vue2.js +46 -59
  25. package/dist/components/Content/Operation/OperationAccordion.vue.d.ts.map +1 -1
  26. package/dist/components/Content/Operation/OperationAccordion.vue.js +2 -2
  27. package/dist/components/Content/Operation/OperationAccordion.vue2.js +53 -49
  28. package/dist/components/Content/Operation/PathResponses/PathResponses.vue.js +1 -1
  29. package/dist/components/Content/Operation/PathResponses/PathResponses.vue2.js +1 -1
  30. package/dist/components/Content/Operation/TestRequestButton.vue.d.ts.map +1 -1
  31. package/dist/components/Content/Operation/TestRequestButton.vue.js +1 -1
  32. package/dist/components/Content/Operation/TestRequestButton.vue2.js +30 -22
  33. package/dist/components/Content/Schema/Schema.vue.d.ts +1 -1
  34. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  35. package/dist/components/Content/Schema/Schema.vue.js +1 -1
  36. package/dist/components/Content/Schema/Schema.vue2.js +18 -18
  37. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts +1 -1
  38. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
  39. package/dist/components/Content/Schema/SchemaHeading.vue.js +2 -2
  40. package/dist/components/Content/Schema/SchemaHeading.vue2.js +14 -14
  41. package/dist/components/Content/Tag/Endpoints.vue.d.ts +2 -0
  42. package/dist/components/Content/Tag/Endpoints.vue.d.ts.map +1 -1
  43. package/dist/components/Content/Tag/Endpoints.vue.js +2 -2
  44. package/dist/components/Content/Tag/Endpoints.vue2.js +31 -29
  45. package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
  46. package/dist/components/Content/Tag/Tag.vue.js +3 -3
  47. package/dist/components/Content/Tag/Tag.vue2.js +15 -14
  48. package/dist/components/Content/Webhooks/Webhook.vue.d.ts.map +1 -1
  49. package/dist/components/Content/Webhooks/Webhook.vue.js +5 -33
  50. package/dist/components/Content/Webhooks/Webhook.vue2.js +37 -2
  51. package/dist/components/Content/Webhooks/Webhooks.vue.d.ts.map +1 -1
  52. package/dist/components/Content/Webhooks/Webhooks.vue.js +2 -2
  53. package/dist/components/Content/Webhooks/Webhooks.vue2.js +91 -62
  54. package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.d.ts.map +1 -1
  55. package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.js +3 -3
  56. package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +1 -1
  57. package/dist/components/Layouts/ClassicLayout.vue.js +18 -17
  58. package/dist/components/Layouts/ModernLayout.vue.d.ts.map +1 -1
  59. package/dist/components/Layouts/ModernLayout.vue.js +2 -2
  60. package/dist/components/Layouts/ModernLayout.vue2.js +31 -28
  61. package/dist/components/Section/CompactSection.vue.d.ts +28 -0
  62. package/dist/components/Section/CompactSection.vue.d.ts.map +1 -0
  63. package/dist/components/Section/CompactSection.vue.js +7 -0
  64. package/dist/components/Section/CompactSection.vue2.js +59 -0
  65. package/dist/components/Section/index.d.ts +1 -0
  66. package/dist/components/Section/index.d.ts.map +1 -1
  67. package/dist/{components/Content/Models/CollapsedModel.vue.d.ts → embeds/ExampleRequest/ExampleRequest.vue.d.ts} +9 -5
  68. package/dist/embeds/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -0
  69. package/dist/embeds/ExampleRequest/index.d.ts +2 -0
  70. package/dist/embeds/ExampleRequest/index.d.ts.map +1 -0
  71. package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts +508 -0
  72. package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts.map +1 -0
  73. package/dist/embeds/OpenApiDocument/index.d.ts +3 -0
  74. package/dist/embeds/OpenApiDocument/index.d.ts.map +1 -0
  75. package/dist/embeds/OpenApiDocument/types.d.ts +3 -0
  76. package/dist/embeds/OpenApiDocument/types.d.ts.map +1 -0
  77. package/dist/embeds/index.d.ts +3 -0
  78. package/dist/embeds/index.d.ts.map +1 -0
  79. package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
  80. package/dist/features/BaseUrl/BaseUrl.vue.js +24 -74
  81. package/dist/features/BaseUrl/types.d.ts +1 -1
  82. package/dist/features/BaseUrl/types.d.ts.map +1 -1
  83. package/dist/features/BaseUrl/utils/getServers.d.ts +3 -2
  84. package/dist/features/BaseUrl/utils/getServers.d.ts.map +1 -1
  85. package/dist/{components/Content/Introduction/DownloadSpec.vue.d.ts → features/DownloadLink/DownloadLink.vue.d.ts} +1 -1
  86. package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -0
  87. package/dist/features/DownloadLink/DownloadLink.vue.js +7 -0
  88. package/dist/features/DownloadLink/DownloadLink.vue2.js +36 -0
  89. package/dist/features/DownloadLink/index.d.ts +2 -0
  90. package/dist/features/DownloadLink/index.d.ts.map +1 -0
  91. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts +1 -3
  92. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  93. package/dist/features/ExampleRequest/ExampleRequest.vue.js +2 -2
  94. package/dist/features/ExampleRequest/ExampleRequest.vue2.js +127 -122
  95. package/dist/helpers/createEmptySpecification.d.ts +1 -1
  96. package/dist/helpers/createEmptySpecification.d.ts.map +1 -1
  97. package/dist/helpers/getApiClientRequest.d.ts +1 -1
  98. package/dist/helpers/getApiClientRequest.d.ts.map +1 -1
  99. package/dist/helpers/getHarRequest.d.ts.map +1 -1
  100. package/dist/helpers/getHarRequest.js +8 -15
  101. package/dist/helpers/getModels.d.ts +1 -1
  102. package/dist/helpers/getModels.d.ts.map +1 -1
  103. package/dist/helpers/openClientFor.d.ts +1 -1
  104. package/dist/helpers/openClientFor.d.ts.map +1 -1
  105. package/dist/helpers/openClientFor.js +5 -5
  106. package/dist/helpers/parse.d.ts.map +1 -1
  107. package/dist/helpers/provideSymbols.d.ts +4 -2
  108. package/dist/helpers/provideSymbols.d.ts.map +1 -1
  109. package/dist/helpers/provideSymbols.js +5 -3
  110. package/dist/index.js +66 -64
  111. package/dist/legacy/components/SecurityScheme.vue.d.ts +1 -1
  112. package/dist/legacy/components/SecurityScheme.vue.d.ts.map +1 -1
  113. package/dist/legacy/components/SecurityScheme.vue.js +2 -2
  114. package/dist/legacy/components/SecurityScheme.vue2.js +57 -53
  115. package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts +1 -1
  116. package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts.map +1 -1
  117. package/dist/legacy/components/SecuritySchemeSelector.vue.js +4 -4
  118. package/dist/legacy/components/SecuritySchemeSelector.vue2.js +5 -5
  119. package/dist/legacy/helpers/getRequestFromAuthentication.d.ts +1 -1
  120. package/dist/legacy/helpers/getRequestFromAuthentication.d.ts.map +1 -1
  121. package/dist/legacy/helpers/getUrlFromServerState.d.ts +1 -1
  122. package/dist/legacy/helpers/getUrlFromServerState.d.ts.map +1 -1
  123. package/dist/legacy/helpers/index.d.ts +1 -1
  124. package/dist/legacy/helpers/normalizeHeaders.d.ts +2 -3
  125. package/dist/legacy/helpers/normalizeHeaders.d.ts.map +1 -1
  126. package/dist/legacy/helpers/normalizeHeaders.js +24 -0
  127. package/dist/legacy/stores/useOpenApiStore.d.ts +2 -2
  128. package/dist/legacy/stores/useOpenApiStore.d.ts.map +1 -1
  129. package/dist/legacy/stores/useServerStore.d.ts +32 -6
  130. package/dist/legacy/stores/useServerStore.d.ts.map +1 -1
  131. package/dist/legacy/stores/useServerStore.js +70 -11
  132. package/dist/legacy/types.d.ts +0 -23
  133. package/dist/legacy/types.d.ts.map +1 -1
  134. package/dist/style.css +1 -1
  135. package/package.json +12 -11
  136. package/dist/components/Content/Introduction/DownloadSpec.vue.d.ts.map +0 -1
  137. package/dist/components/Content/Introduction/DownloadSpec.vue.js +0 -7
  138. package/dist/components/Content/Introduction/DownloadSpec.vue2.js +0 -30
  139. package/dist/components/Content/Models/CollapsedModel.vue.d.ts.map +0 -1
  140. package/dist/components/Content/Models/CollapsedModel.vue.js +0 -7
  141. package/dist/components/Content/Models/CollapsedModel.vue2.js +0 -70
  142. package/dist/features/BaseUrl/utils/index.d.ts +0 -2
  143. package/dist/features/BaseUrl/utils/index.d.ts.map +0 -1
@@ -1,78 +1,107 @@
1
- import { defineComponent as y, computed as v, openBlock as r, createBlock as s, unref as o, withCtx as n, createElementBlock as u, Fragment as d, renderList as S, createVNode as a, createTextVNode as g, toDisplayString as C, createCommentVNode as c, pushScopeId as I, popScopeId as N, createElementVNode as B } from "vue";
2
- import { ScalarMarkdown as j } from "@scalar/components";
1
+ import { defineComponent as I, computed as m, openBlock as s, createBlock as a, unref as t, withCtx as l, createVNode as n, createTextVNode as v, createElementVNode as B, normalizeClass as L, createElementBlock as h, Fragment as w, renderList as y, toDisplayString as O, createCommentVNode as u } from "vue";
2
+ import { ScalarMarkdown as z } from "@scalar/components";
3
+ import A from "../../ShowMoreButton.vue.js";
3
4
  import E from "./Webhook.vue.js";
4
- import O from "../../Section/SectionContainer.vue.js";
5
- import W from "../../Section/Section.vue.js";
6
- import A from "../../Section/SectionContent.vue.js";
7
- import D from "../../Section/SectionHeader.vue.js";
8
- import F from "../../Anchor/Anchor.vue.js";
9
- import { useNavState as H } from "../../../hooks/useNavState.js";
10
- const K = (l) => (I("data-v-38408a09"), l = l(), N(), l), L = /* @__PURE__ */ K(() => /* @__PURE__ */ B("div", { id: "webhooks" }, null, -1)), U = /* @__PURE__ */ y({
5
+ import H from "../../Section/SectionContainer.vue.js";
6
+ import M from "../../Section/Section.vue.js";
7
+ import j from "../../Section/SectionHeader.vue.js";
8
+ import S from "../Lazy/Lazy.vue.js";
9
+ import F from "../../Section/CompactSection.vue.js";
10
+ import { useSidebar as K } from "../../../hooks/useSidebar.js";
11
+ import { useNavState as T } from "../../../hooks/useNavState.js";
12
+ const _ = 10, x = /* @__PURE__ */ I({
11
13
  __name: "Webhooks",
12
14
  props: {
13
15
  webhooks: {}
14
16
  },
15
- setup(l) {
16
- const _ = l, k = v(() => Object.keys(_.webhooks ?? {})), { getWebhookId: m } = H();
17
- return (i, M) => k.value.length ? (r(), s(o(O), { key: 0 }, {
18
- default: n(() => [
19
- L,
20
- (r(!0), u(d, null, S(k.value, (e) => {
21
- var p;
22
- return r(), u(d, { key: e }, [
23
- (r(!0), u(d, null, S(Object.keys(
24
- (p = i.webhooks) == null ? void 0 : p[e]
25
- ), (t) => (r(), s(o(W), {
26
- id: o(m)(e, t),
27
- key: t,
28
- label: e
29
- }, {
30
- default: n(() => {
31
- var f;
32
- return [
33
- (f = i.webhooks) != null && f[e] ? (r(), s(o(A), { key: 0 }, {
34
- default: n(() => {
35
- var h, w;
17
+ setup(g) {
18
+ const N = g, k = m(() => Object.keys(N.webhooks ?? {})), { getWebhookId: c } = T(), { collapsedSidebarItems: W } = K(), d = m(
19
+ () => k.value.length <= _ || W[c()]
20
+ ), C = m(() => {
21
+ const o = k.value;
22
+ return d.value ? o : o.slice(0, _);
23
+ });
24
+ return (o, D) => k.value.length ? (s(), a(t(H), {
25
+ key: 0,
26
+ id: "webhooks"
27
+ }, {
28
+ default: l(() => [
29
+ n(t(M), null, {
30
+ default: l(() => [
31
+ n(t(j), { level: 2 }, {
32
+ default: l(() => [
33
+ v("Webhooks")
34
+ ]),
35
+ _: 1
36
+ }),
37
+ n(t(S), {
38
+ id: "webhooks",
39
+ isLazy: !1
40
+ }),
41
+ B("div", {
42
+ class: L(["webhooks-list", { "webhooks-list-truncated": !d.value }])
43
+ }, [
44
+ (s(!0), h(w, null, y(C.value, (e) => {
45
+ var b;
46
+ return s(), h(w, { key: e }, [
47
+ (s(!0), h(w, null, y(Object.keys(
48
+ (b = o.webhooks) == null ? void 0 : b[e]
49
+ ), (r) => (s(), a(t(S), {
50
+ id: t(c)(e, r),
51
+ key: r,
52
+ isLazy: ""
53
+ }, {
54
+ default: l(() => {
55
+ var f;
36
56
  return [
37
- a(o(D), { level: 2 }, {
38
- default: n(() => [
39
- a(o(F), {
40
- id: o(m)(e, t)
41
- }, {
42
- default: n(() => {
43
- var b;
44
- return [
45
- g(C((b = i.webhooks[e][t]) == null ? void 0 : b.name), 1)
46
- ];
47
- }),
48
- _: 2
49
- }, 1032, ["id"])
50
- ]),
51
- _: 2
52
- }, 1024),
53
- (h = i.webhooks[e][t]) != null && h.description ? (r(), s(o(j), {
57
+ (f = o.webhooks) != null && f[e] ? (s(), a(t(F), {
54
58
  key: 0,
55
- value: (w = i.webhooks[e][t]) == null ? void 0 : w.description,
56
- withImages: ""
57
- }, null, 8, ["value"])) : c("", !0),
58
- a(E, {
59
- webhook: i.webhooks[e][t]
60
- }, null, 8, ["webhook"])
59
+ id: t(c)(e, r),
60
+ class: "webhooks-list-item",
61
+ label: e
62
+ }, {
63
+ heading: l(() => {
64
+ var i;
65
+ return [
66
+ v(O((i = o.webhooks[e][r]) == null ? void 0 : i.name), 1)
67
+ ];
68
+ }),
69
+ default: l(() => {
70
+ var i, p;
71
+ return [
72
+ (i = o.webhooks[e][r]) != null && i.description ? (s(), a(t(z), {
73
+ key: 0,
74
+ class: "webhook-section-description",
75
+ value: (p = o.webhooks[e][r]) == null ? void 0 : p.description,
76
+ withImages: ""
77
+ }, null, 8, ["value"])) : u("", !0),
78
+ n(E, {
79
+ webhook: o.webhooks[e][r]
80
+ }, null, 8, ["webhook"])
81
+ ];
82
+ }),
83
+ _: 2
84
+ }, 1032, ["id", "label"])) : u("", !0)
61
85
  ];
62
86
  }),
63
87
  _: 2
64
- }, 1024)) : c("", !0)
65
- ];
66
- }),
67
- _: 2
68
- }, 1032, ["id", "label"]))), 128))
69
- ], 64);
70
- }), 128))
88
+ }, 1032, ["id"]))), 128))
89
+ ], 64);
90
+ }), 128))
91
+ ], 2),
92
+ d.value ? u("", !0) : (s(), a(A, {
93
+ key: 0,
94
+ id: "webhooks",
95
+ class: "show-more-webhooks"
96
+ }))
97
+ ]),
98
+ _: 1
99
+ })
71
100
  ]),
72
101
  _: 1
73
- })) : c("", !0);
102
+ })) : u("", !0);
74
103
  }
75
104
  });
76
105
  export {
77
- U as default
106
+ x as default
78
107
  };
@@ -1 +1 @@
1
- {"version":3,"file":"DarkModeIconToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DarkModeToggle/DarkModeIconToggle.vue"],"names":[],"mappings":";gBAiDc,OAAO;;;;gBAAP,OAAO;;;;AAgFrB,wBAOG;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
+ {"version":3,"file":"DarkModeIconToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DarkModeToggle/DarkModeIconToggle.vue"],"names":[],"mappings":";gBAkDc,OAAO;;;;gBAAP,OAAO;;;;AAgFrB,wBAOG;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 "./DarkModeIconToggle.vue2.js";
2
2
  /* empty css */
3
- import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const e = /* @__PURE__ */ r(o, [["__scopeId", "data-v-8f61ca56"]]);
3
+ import e from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ e(o, [["__scopeId", "data-v-3d47eee0"]]);
5
5
  export {
6
- e as default
6
+ m as default
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layouts/ClassicLayout.vue"],"names":[],"mappings":"AAwDA,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AA0B7E,iBAAS,cAAc,0DAiItB;AACD,QAAA,MAAM,eAAe;;;;;;UAOnB,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"}
1
+ {"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layouts/ClassicLayout.vue"],"names":[],"mappings":"AAyDA,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AA0B7E,iBAAS,cAAc,0DAmItB;AACD,QAAA,MAAM,eAAe;;;;;;UAOnB,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"}
@@ -1,9 +1,9 @@
1
- import { defineComponent as f, useSlots as g, computed as k, openBlock as i, createBlock as p, createSlots as S, withCtx as t, createVNode as d, unref as l, createCommentVNode as D, renderList as C, renderSlot as y, normalizeProps as M, guardReactiveProps as w } from "vue";
2
- import h from "../ApiReferenceLayout.vue.js";
1
+ import { defineComponent as g, useSlots as m, computed as k, openBlock as s, createBlock as i, createSlots as S, withCtx as t, createVNode as D, unref as d, createCommentVNode as c, renderList as y, renderSlot as C, normalizeProps as M, guardReactiveProps as h } from "vue";
2
+ import w from "../ApiReferenceLayout.vue.js";
3
3
  import v from "../ClassicHeader.vue.js";
4
4
  import B from "../DarkModeToggle/DarkModeIconToggle.vue.js";
5
5
  import H from "../../features/Search/SearchButton.vue.js";
6
- const N = /* @__PURE__ */ f({
6
+ const N = /* @__PURE__ */ g({
7
7
  __name: "ClassicLayout",
8
8
  props: {
9
9
  configuration: {},
@@ -12,39 +12,40 @@ const N = /* @__PURE__ */ f({
12
12
  isDark: { type: Boolean }
13
13
  },
14
14
  emits: ["toggleDarkMode", "updateContent"],
15
- setup(c) {
16
- const n = c, u = g(), s = k(() => ({ ...n.configuration, showSidebar: !1 }));
17
- return (e, o) => (i(), p(h, {
18
- configuration: s.value,
15
+ setup(l) {
16
+ const a = l, u = m(), p = k(() => ({ ...a.configuration, showSidebar: !1 }));
17
+ return (e, o) => (s(), i(w, {
18
+ configuration: p.value,
19
19
  parsedSpec: e.parsedSpec,
20
20
  rawSpec: e.rawSpec,
21
21
  onUpdateContent: o[1] || (o[1] = (r) => e.$emit("updateContent", r))
22
22
  }, S({
23
23
  "content-start": t(({ spec: r }) => [
24
- d(v, null, {
24
+ D(v, null, {
25
25
  "dark-mode-toggle": t(() => [
26
- n.configuration.hideDarkModeToggle ? D("", !0) : (i(), p(l(B), {
26
+ a.configuration.hideDarkModeToggle ? c("", !0) : (s(), i(d(B), {
27
27
  key: 0,
28
28
  isDarkMode: e.isDark,
29
- onToggleDarkMode: o[0] || (o[0] = (a) => e.$emit("toggleDarkMode"))
29
+ onToggleDarkMode: o[0] || (o[0] = (n) => e.$emit("toggleDarkMode"))
30
30
  }, null, 8, ["isDarkMode"]))
31
31
  ]),
32
32
  default: t(() => [
33
- d(l(H), {
33
+ a.configuration.hideSearch ? c("", !0) : (s(), i(d(H), {
34
+ key: 0,
34
35
  class: "t-doc__sidebar",
35
- searchHotKey: s.value.searchHotKey,
36
+ searchHotKey: p.value.searchHotKey,
36
37
  spec: r
37
- }, null, 8, ["searchHotKey", "spec"])
38
+ }, null, 8, ["searchHotKey", "spec"]))
38
39
  ]),
39
40
  _: 2
40
41
  }, 1024)
41
42
  ]),
42
43
  _: 2
43
44
  }, [
44
- C(u, (r, a) => ({
45
- name: a,
46
- fn: t((m) => [
47
- y(e.$slots, a, M(w(m || {})))
45
+ y(u, (r, n) => ({
46
+ name: n,
47
+ fn: t((f) => [
48
+ C(e.$slots, n, M(h(f || {})))
48
49
  ])
49
50
  }))
50
51
  ]), 1032, ["configuration", "parsedSpec", "rawSpec"]));
@@ -1 +1 @@
1
- {"version":3,"file":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layouts/ModernLayout.vue"],"names":[],"mappings":"AA2FA,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAqC7E,iBAAS,cAAc,0DAoJtB;AACD,QAAA,MAAM,eAAe;;;;;;UAOnB,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"}
1
+ {"version":3,"file":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Layouts/ModernLayout.vue"],"names":[],"mappings":"AA6FA,OAAO,KAAK,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAA;AAqC7E,iBAAS,cAAc,0DAsJtB;AACD,QAAA,MAAM,eAAe;;;;;;UAOnB,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 "./ModernLayout.vue2.js";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-9fe2e3b4"]]);
5
+ const _ = /* @__PURE__ */ t(o, [["__scopeId", "data-v-67757240"]]);
6
6
  export {
7
- a as default
7
+ _ as default
8
8
  };
@@ -1,12 +1,15 @@
1
- import { defineComponent as k, useSlots as M, watch as l, openBlock as i, createBlock as p, normalizeClass as b, createSlots as h, withCtx as n, unref as d, isRef as y, createCommentVNode as u, createElementVNode as D, createVNode as v, renderList as w, renderSlot as C, normalizeProps as B, guardReactiveProps as N } from "vue";
2
- import { useMediaQuery as $ } from "@vueuse/core";
3
- import H from "../ApiReferenceLayout.vue.js";
4
- import K from "../MobileHeader.vue.js";
5
- import L from "../../features/Search/SearchButton.vue.js";
1
+ import { defineComponent as k, useSlots as h, watch as u, openBlock as i, createBlock as p, normalizeClass as M, createSlots as y, withCtx as s, unref as l, isRef as b, createCommentVNode as d, createElementBlock as D, createVNode as v, renderList as w, renderSlot as C, normalizeProps as B, guardReactiveProps as $ } from "vue";
2
+ import { useMediaQuery as H } from "@vueuse/core";
3
+ import K from "../ApiReferenceLayout.vue.js";
4
+ import L from "../MobileHeader.vue.js";
5
+ import N from "../../features/Search/SearchButton.vue.js";
6
6
  import R from "../DarkModeToggle/DarkModeToggle.vue.js";
7
7
  import { useSidebar as T } from "../../hooks/useSidebar.js";
8
- import { useNavState as V } from "../../hooks/useNavState.js";
9
- const z = { class: "scalar-api-references-standalone-search" }, F = /* @__PURE__ */ k({
8
+ import { useNavState as z } from "../../hooks/useNavState.js";
9
+ const P = {
10
+ key: 0,
11
+ class: "scalar-api-references-standalone-search"
12
+ }, F = /* @__PURE__ */ k({
10
13
  __name: "ModernLayout",
11
14
  props: {
12
15
  configuration: {},
@@ -16,42 +19,42 @@ const z = { class: "scalar-api-references-standalone-search" }, F = /* @__PURE__
16
19
  },
17
20
  emits: ["toggleDarkMode", "updateContent"],
18
21
  setup(c) {
19
- const s = c, f = M(), m = $("(max-width: 1000px)"), { isSidebarOpen: a } = T();
20
- l(m, (e, o) => {
22
+ const n = c, f = h(), m = H("(max-width: 1000px)"), { isSidebarOpen: a } = T();
23
+ u(m, (e, o) => {
21
24
  e && !o && (a.value = !1);
22
25
  });
23
- const { hash: g } = V();
24
- return l(g, (e, o) => {
26
+ const { hash: g } = z();
27
+ return u(g, (e, o) => {
25
28
  e && e !== o && (a.value = !1);
26
- }), (e, o) => (i(), p(H, {
27
- class: b({
29
+ }), (e, o) => (i(), p(K, {
30
+ class: M({
28
31
  "scalar-api-references-standalone-mobile": e.configuration.showSidebar
29
32
  }),
30
33
  configuration: e.configuration,
31
34
  parsedSpec: e.parsedSpec,
32
35
  rawSpec: e.rawSpec,
33
36
  onUpdateContent: o[2] || (o[2] = (r) => e.$emit("updateContent", r))
34
- }, h({
35
- header: n(() => [
36
- s.configuration.showSidebar ? (i(), p(K, {
37
+ }, y({
38
+ header: s(() => [
39
+ n.configuration.showSidebar ? (i(), p(L, {
37
40
  key: 0,
38
- open: d(a),
39
- "onUpdate:open": o[0] || (o[0] = (r) => y(a) ? a.value = r : null)
40
- }, null, 8, ["open"])) : u("", !0)
41
+ open: l(a),
42
+ "onUpdate:open": o[0] || (o[0] = (r) => b(a) ? a.value = r : null)
43
+ }, null, 8, ["open"])) : d("", !0)
41
44
  ]),
42
- "sidebar-start": n(({ spec: r }) => {
45
+ "sidebar-start": s(({ spec: r }) => {
43
46
  var t;
44
47
  return [
45
- D("div", z, [
46
- v(d(L), {
47
- searchHotKey: (t = s.configuration) == null ? void 0 : t.searchHotKey,
48
+ n.configuration.hideSearch ? d("", !0) : (i(), D("div", P, [
49
+ v(l(N), {
50
+ searchHotKey: (t = n.configuration) == null ? void 0 : t.searchHotKey,
48
51
  spec: r
49
52
  }, null, 8, ["searchHotKey", "spec"])
50
- ])
53
+ ]))
51
54
  ];
52
55
  }),
53
- "sidebar-end": n(() => [
54
- s.configuration.hideDarkModeToggle ? u("", !0) : (i(), p(d(R), {
56
+ "sidebar-end": s(() => [
57
+ n.configuration.hideDarkModeToggle ? d("", !0) : (i(), p(l(R), {
55
58
  key: 0,
56
59
  isDarkMode: e.isDark,
57
60
  onToggleDarkMode: o[1] || (o[1] = (r) => e.$emit("toggleDarkMode"))
@@ -61,8 +64,8 @@ const z = { class: "scalar-api-references-standalone-search" }, F = /* @__PURE__
61
64
  }, [
62
65
  w(f, (r, t) => ({
63
66
  name: t,
64
- fn: n((S) => [
65
- C(e.$slots, t, B(N(S || {})), void 0, !0)
67
+ fn: s((S) => [
68
+ C(e.$slots, t, B($(S || {})), void 0, !0)
66
69
  ])
67
70
  }))
68
71
  ]), 1032, ["class", "configuration", "parsedSpec", "rawSpec"]));
@@ -0,0 +1,28 @@
1
+ declare function __VLS_template(): {
2
+ heading?(_: {}): any;
3
+ default?(_: {}): any;
4
+ };
5
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
6
+ id: string;
7
+ label?: string;
8
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
9
+ id: string;
10
+ label?: string;
11
+ }>>>, {}, {}>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
13
+ export default _default;
14
+ type __VLS_WithTemplateSlots<T, S> = T & {
15
+ new (): {
16
+ $slots: S;
17
+ };
18
+ };
19
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
+ type __VLS_TypePropsToOption<T> = {
21
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
22
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
+ } : {
24
+ type: import('vue').PropType<T[K]>;
25
+ required: true;
26
+ };
27
+ };
28
+ //# sourceMappingURL=CompactSection.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CompactSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Section/CompactSection.vue"],"names":[],"mappings":"AAyIA,iBAAS,cAAc;qBAuFO,GAAG;qBACH,GAAG;EAkBhC;AACD,QAAA,MAAM,eAAe;QApIf,MAAM;YACF,MAAM;;QADV,MAAM;YACF,MAAM;aAyId,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"}
@@ -0,0 +1,7 @@
1
+ import o from "./CompactSection.vue2.js";
2
+ /* empty css */
3
+ import t from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-db0c8da0"]]);
5
+ export {
6
+ p as default
7
+ };
@@ -0,0 +1,59 @@
1
+ import { defineComponent as m, ref as p, watch as u, nextTick as f, openBlock as a, createElementBlock as v, createElementVNode as h, normalizeClass as b, createVNode as i, unref as r, withCtx as n, renderSlot as s, createBlock as C, createCommentVNode as g } from "vue";
2
+ import { ScalarIcon as k } from "@scalar/components";
3
+ import S from "../Anchor/Anchor.vue.js";
4
+ import w from "./Section.vue.js";
5
+ import { scrollToId as N } from "../../helpers/scrollToId.js";
6
+ import { useNavState as B } from "../../hooks/useNavState.js";
7
+ const V = ["aria-expanded"], x = /* @__PURE__ */ m({
8
+ __name: "CompactSection",
9
+ props: {
10
+ id: {},
11
+ label: {}
12
+ },
13
+ setup(c) {
14
+ const l = c, { hash: d } = B(), e = p(!1);
15
+ return u(
16
+ d,
17
+ async (o) => {
18
+ o === l.id && !e.value && (e.value = !0, await f(), N(l.id));
19
+ },
20
+ { immediate: !0 }
21
+ ), (o, t) => (a(), v("div", {
22
+ "aria-expanded": e.value,
23
+ class: "collapsible-section"
24
+ }, [
25
+ h("div", {
26
+ class: b(["collapsible-section-trigger", { "collapsible-section-trigger-open": e.value }]),
27
+ onClick: t[0] || (t[0] = (_) => e.value = !e.value)
28
+ }, [
29
+ i(r(k), {
30
+ icon: e.value ? "ChevronDown" : "ChevronRight",
31
+ size: "sm"
32
+ }, null, 8, ["icon"]),
33
+ i(S, {
34
+ id: o.id,
35
+ class: "collapsible-section-header"
36
+ }, {
37
+ default: n(() => [
38
+ s(o.$slots, "heading", {}, void 0, !0)
39
+ ]),
40
+ _: 3
41
+ }, 8, ["id"])
42
+ ], 2),
43
+ e.value ? (a(), C(r(w), {
44
+ key: 0,
45
+ id: o.id,
46
+ class: "collapsible-section-content",
47
+ label: o.label
48
+ }, {
49
+ default: n(() => [
50
+ s(o.$slots, "default", {}, void 0, !0)
51
+ ]),
52
+ _: 3
53
+ }, 8, ["id", "label"])) : g("", !0)
54
+ ], 8, V));
55
+ }
56
+ });
57
+ export {
58
+ x as default
59
+ };
@@ -6,4 +6,5 @@ export { default as SectionContainer } from './SectionContainer.vue.js';
6
6
  export { default as SectionContainerAccordion } from './SectionContainerAccordion.vue.js';
7
7
  export { default as SectionContent } from './SectionContent.vue.js';
8
8
  export { default as SectionHeader } from './SectionHeader.vue.js';
9
+ export { default as CompactSection } from './CompactSection.vue.js';
9
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Section/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAA;AACtF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Section/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA;AAClD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAC9D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,EAAE,OAAO,IAAI,yBAAyB,EAAE,MAAM,iCAAiC,CAAA;AACtF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAChE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AAE9D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA"}
@@ -1,9 +1,13 @@
1
+ import type { Spec, TransformedOperation } from '@scalar/types/legacy';
2
+ import type { OpenApiDocumentConfiguration } from '../OpenApiDocument/types';
1
3
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
- name: string;
3
- schemas: Record<string, any>;
4
+ parsedSpec: Spec;
5
+ operation?: TransformedOperation;
6
+ configuration?: OpenApiDocumentConfiguration;
4
7
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
5
- name: string;
6
- schemas: Record<string, any>;
8
+ parsedSpec: Spec;
9
+ operation?: TransformedOperation;
10
+ configuration?: OpenApiDocumentConfiguration;
7
11
  }>>>, {}, {}>;
8
12
  export default _default;
9
13
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -15,4 +19,4 @@ type __VLS_TypePropsToOption<T> = {
15
19
  required: true;
16
20
  };
17
21
  };
18
- //# sourceMappingURL=CollapsedModel.vue.d.ts.map
22
+ //# sourceMappingURL=ExampleRequest.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExampleRequest.vue.d.ts","sourceRoot":"","sources":["../../../src/embeds/ExampleRequest/ExampleRequest.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAE,IAAI,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;AAMtE,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAA;;gBAK9D,IAAI;gBACJ,oBAAoB;oBAChB,4BAA4B;;gBAFhC,IAAI;gBACJ,oBAAoB;oBAChB,4BAA4B;;AA8F9C,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,2 @@
1
+ export { default as ExampleRequest } from './ExampleRequest.vue';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/embeds/ExampleRequest/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,sBAAsB,CAAA"}