@scalar/api-reference 1.25.36 → 1.25.38

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 (248) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/README.md +8 -0
  3. package/dist/browser/standalone.js +14184 -13904
  4. package/dist/browser/webpack-stats.json +1 -1
  5. package/dist/components/Anchor/Anchor.vue.d.ts +3 -12
  6. package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
  7. package/dist/components/Anchor/Anchor.vue2.js +21 -21
  8. package/dist/components/ApiClientModal.vue.d.ts +3 -12
  9. package/dist/components/ApiClientModal.vue.d.ts.map +1 -1
  10. package/dist/components/ApiReference.vue.d.ts +4 -13
  11. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  12. package/dist/components/ApiReferenceLayout.vue.d.ts +8 -17
  13. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  14. package/dist/components/ApiReferenceLayout.vue.js +3 -3
  15. package/dist/components/ApiReferenceLayout.vue2.js +85 -82
  16. package/dist/components/Badge/Badge.vue.d.ts +1 -1
  17. package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
  18. package/dist/components/Card/Card.vue.d.ts +1 -1
  19. package/dist/components/Card/Card.vue.d.ts.map +1 -1
  20. package/dist/components/Card/CardContent.vue.d.ts +1 -10
  21. package/dist/components/Card/CardContent.vue.d.ts.map +1 -1
  22. package/dist/components/Card/CardFooter.vue.d.ts +1 -10
  23. package/dist/components/Card/CardFooter.vue.d.ts.map +1 -1
  24. package/dist/components/Card/CardHeader.vue.d.ts +1 -10
  25. package/dist/components/Card/CardHeader.vue.d.ts.map +1 -1
  26. package/dist/components/Card/CardTab.vue.d.ts +1 -1
  27. package/dist/components/Card/CardTab.vue.d.ts.map +1 -1
  28. package/dist/components/Card/CardTabHeader.vue.d.ts +4 -4
  29. package/dist/components/Card/CardTabHeader.vue.d.ts.map +1 -1
  30. package/dist/components/ClassicHeader.vue.d.ts +1 -1
  31. package/dist/components/ClassicHeader.vue.d.ts.map +1 -1
  32. package/dist/components/Content/Authentication/Authentication.vue.d.ts +3 -12
  33. package/dist/components/Content/Authentication/Authentication.vue.d.ts.map +1 -1
  34. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts +1 -1
  35. package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +14 -14
  36. package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts +1 -1
  37. package/dist/components/Content/ClientLibraries/ClientSelector.vue2.js +56 -56
  38. package/dist/components/Content/Content.vue.d.ts +3 -12
  39. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  40. package/dist/components/Content/Content.vue2.js +41 -41
  41. package/dist/components/Content/Introduction/Description.vue.d.ts +3 -12
  42. package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
  43. package/dist/components/Content/Introduction/Introduction.vue.d.ts +3 -12
  44. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
  45. package/dist/components/Content/Lazy/Lazy.vue.d.ts +4 -27
  46. package/dist/components/Content/Lazy/Lazy.vue.d.ts.map +1 -1
  47. package/dist/components/Content/Lazy/Loading.vue.d.ts +4 -25
  48. package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
  49. package/dist/components/Content/Models/Models.vue.d.ts +3 -12
  50. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  51. package/dist/components/Content/Models/Models.vue2.js +32 -32
  52. package/dist/components/Content/Models/ModelsAccordion.vue.d.ts +3 -12
  53. package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +1 -1
  54. package/dist/components/Content/Models/ModelsAccordion.vue2.js +30 -30
  55. package/dist/components/Content/Operation/ContentTypeSelect.vue.d.ts +6 -15
  56. package/dist/components/Content/Operation/ContentTypeSelect.vue.d.ts.map +1 -1
  57. package/dist/components/Content/Operation/EndpointDetails.vue.d.ts +3 -12
  58. package/dist/components/Content/Operation/EndpointDetails.vue.d.ts.map +1 -1
  59. package/dist/components/Content/Operation/EndpointDetails.vue.js +45 -45
  60. package/dist/components/Content/Operation/EndpointDetailsCard.vue.d.ts +3 -12
  61. package/dist/components/Content/Operation/EndpointDetailsCard.vue.d.ts.map +1 -1
  62. package/dist/components/Content/Operation/EndpointDetailsCard.vue2.js +37 -37
  63. package/dist/components/Content/Operation/EndpointPath.vue.d.ts +3 -12
  64. package/dist/components/Content/Operation/EndpointPath.vue.d.ts.map +1 -1
  65. package/dist/components/Content/Operation/Operation.vue.d.ts +3 -12
  66. package/dist/components/Content/Operation/Operation.vue.d.ts.map +1 -1
  67. package/dist/components/Content/Operation/Operation.vue2.js +35 -35
  68. package/dist/components/Content/Operation/OperationAccordion.vue.d.ts +3 -12
  69. package/dist/components/Content/Operation/OperationAccordion.vue.d.ts.map +1 -1
  70. package/dist/components/Content/Operation/ParameterHeaders.vue.d.ts +3 -12
  71. package/dist/components/Content/Operation/ParameterHeaders.vue.d.ts.map +1 -1
  72. package/dist/components/Content/Operation/ParameterItem.vue.d.ts +4 -27
  73. package/dist/components/Content/Operation/ParameterItem.vue.d.ts.map +1 -1
  74. package/dist/components/Content/Operation/Parameters.vue.d.ts +4 -27
  75. package/dist/components/Content/Operation/Parameters.vue.d.ts.map +1 -1
  76. package/dist/components/Content/Operation/RequestBody.vue.d.ts +3 -12
  77. package/dist/components/Content/Operation/RequestBody.vue.d.ts.map +1 -1
  78. package/dist/components/Content/Operation/RequestBodyPropertiesChild.vue.d.ts +3 -12
  79. package/dist/components/Content/Operation/RequestBodyPropertiesChild.vue.d.ts.map +1 -1
  80. package/dist/components/Content/Operation/TestRequestButton.vue.d.ts +3 -12
  81. package/dist/components/Content/Operation/TestRequestButton.vue.d.ts.map +1 -1
  82. package/dist/components/Content/Operation/TestRequestButton.vue2.js +16 -16
  83. package/dist/components/Content/Schema/Schema.vue.d.ts +4 -25
  84. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  85. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts +3 -12
  86. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
  87. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +4 -29
  88. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  89. package/dist/components/Content/Schema/SchemaProperty.vue2.js +85 -85
  90. package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts +3 -12
  91. package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts.map +1 -1
  92. package/dist/components/Content/Schema/SchemaPropertyDetail.vue2.js +11 -11
  93. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +4 -27
  94. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  95. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +114 -114
  96. package/dist/components/Content/Tag/Endpoints.vue.d.ts +3 -12
  97. package/dist/components/Content/Tag/Endpoints.vue.d.ts.map +1 -1
  98. package/dist/components/Content/Tag/Endpoints.vue2.js +11 -11
  99. package/dist/components/Content/Tag/Tag.vue.d.ts +3 -12
  100. package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
  101. package/dist/components/Content/Tag/TagAccordion.vue.d.ts +3 -12
  102. package/dist/components/Content/Tag/TagAccordion.vue.d.ts.map +1 -1
  103. package/dist/components/Content/Tag/TagList.vue.d.ts +3 -12
  104. package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
  105. package/dist/components/Content/Webhooks/Webhook.vue.d.ts +3 -12
  106. package/dist/components/Content/Webhooks/Webhook.vue.d.ts.map +1 -1
  107. package/dist/components/Content/Webhooks/Webhook.vue2.js +22 -22
  108. package/dist/components/Content/Webhooks/Webhooks.vue.d.ts +3 -12
  109. package/dist/components/Content/Webhooks/Webhooks.vue.d.ts.map +1 -1
  110. package/dist/components/Content/Webhooks/Webhooks.vue2.js +39 -39
  111. package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.d.ts +6 -15
  112. package/dist/components/DarkModeToggle/DarkModeIconToggle.vue.d.ts.map +1 -1
  113. package/dist/components/DarkModeToggle/DarkModeToggle.vue.d.ts +6 -15
  114. package/dist/components/DarkModeToggle/DarkModeToggle.vue.d.ts.map +1 -1
  115. package/dist/components/DarkModeToggle/DarkModeToggle.vue2.js +14 -14
  116. package/dist/components/GettingStarted.vue.d.ts +9 -18
  117. package/dist/components/GettingStarted.vue.d.ts.map +1 -1
  118. package/dist/components/GettingStarted.vue2.js +32 -32
  119. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +3 -12
  120. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  121. package/dist/components/IntersectionObserver.vue.d.ts +6 -15
  122. package/dist/components/IntersectionObserver.vue.d.ts.map +1 -1
  123. package/dist/components/Layouts/ClassicLayout.vue.d.ts +5 -14
  124. package/dist/components/Layouts/ClassicLayout.vue.d.ts.map +1 -1
  125. package/dist/components/Layouts/Layouts.vue.d.ts +5 -14
  126. package/dist/components/Layouts/Layouts.vue.d.ts.map +1 -1
  127. package/dist/components/Layouts/ModernLayout.vue.d.ts +5 -14
  128. package/dist/components/Layouts/ModernLayout.vue.d.ts.map +1 -1
  129. package/dist/components/LoadingSkeleton.vue.d.ts +4 -25
  130. package/dist/components/LoadingSkeleton.vue.d.ts.map +1 -1
  131. package/dist/components/MobileHeader.vue.d.ts +6 -15
  132. package/dist/components/MobileHeader.vue.d.ts.map +1 -1
  133. package/dist/components/ScreenReader.vue.d.ts +4 -25
  134. package/dist/components/ScreenReader.vue.d.ts.map +1 -1
  135. package/dist/components/Section/CompactSection.vue.d.ts +3 -12
  136. package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
  137. package/dist/components/Section/Section.vue.d.ts +3 -12
  138. package/dist/components/Section/Section.vue.d.ts.map +1 -1
  139. package/dist/components/Section/SectionAccordion.vue.d.ts +3 -12
  140. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  141. package/dist/components/Section/SectionColumn.vue.d.ts +1 -1
  142. package/dist/components/Section/SectionColumn.vue.d.ts.map +1 -1
  143. package/dist/components/Section/SectionColumns.vue.d.ts +1 -1
  144. package/dist/components/Section/SectionColumns.vue.d.ts.map +1 -1
  145. package/dist/components/Section/SectionContainer.vue.d.ts +1 -1
  146. package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
  147. package/dist/components/Section/SectionContainerAccordion.vue.d.ts +1 -1
  148. package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
  149. package/dist/components/Section/SectionContent.vue.d.ts +4 -25
  150. package/dist/components/Section/SectionContent.vue.d.ts.map +1 -1
  151. package/dist/components/Section/SectionHeader.vue.d.ts +4 -29
  152. package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
  153. package/dist/components/ShowMoreButton.vue.d.ts +3 -12
  154. package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
  155. package/dist/components/ShowMoreButton.vue2.js +9 -9
  156. package/dist/components/Sidebar/Sidebar.vue.d.ts +3 -12
  157. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  158. package/dist/components/Sidebar/SidebarElement.vue.d.ts +6 -15
  159. package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
  160. package/dist/components/Sidebar/SidebarElement.vue2.js +24 -24
  161. package/dist/components/Sidebar/SidebarGroup.vue.d.ts +3 -12
  162. package/dist/components/Sidebar/SidebarGroup.vue.d.ts.map +1 -1
  163. package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts +3 -12
  164. package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts.map +1 -1
  165. package/dist/components/Spinner/Spinner.vue.d.ts +1 -1
  166. package/dist/embeds/ExampleRequest/ExampleRequest.vue.d.ts +3 -12
  167. package/dist/embeds/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  168. package/dist/embeds/ExampleResponses/ExampleResponses.vue.d.ts +3 -12
  169. package/dist/embeds/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
  170. package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts +253 -13
  171. package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts.map +1 -1
  172. package/dist/features/BaseUrl/BaseUrl.vue.d.ts +3 -12
  173. package/dist/features/BaseUrl/BaseUrl.vue.d.ts.map +1 -1
  174. package/dist/features/BaseUrl/ServerForm.vue.d.ts +8 -29
  175. package/dist/features/BaseUrl/ServerForm.vue.d.ts.map +1 -1
  176. package/dist/features/BaseUrl/ServerForm.vue2.js +41 -41
  177. package/dist/features/BaseUrl/ServerUrl.vue.d.ts +3 -12
  178. package/dist/features/BaseUrl/ServerUrl.vue.d.ts.map +1 -1
  179. package/dist/features/BaseUrl/ServerUrlSelect.vue.d.ts +6 -15
  180. package/dist/features/BaseUrl/ServerUrlSelect.vue.d.ts.map +1 -1
  181. package/dist/features/BaseUrl/ServerVariablesForm.vue.d.ts +6 -15
  182. package/dist/features/BaseUrl/ServerVariablesForm.vue.d.ts.map +1 -1
  183. package/dist/features/BaseUrl/ServerVariablesSelect.vue.d.ts +6 -15
  184. package/dist/features/BaseUrl/ServerVariablesSelect.vue.d.ts.map +1 -1
  185. package/dist/features/BaseUrl/ServerVariablesSelect.vue2.js +19 -19
  186. package/dist/features/BaseUrl/ServerVariablesTextbox.vue.d.ts +6 -15
  187. package/dist/features/BaseUrl/ServerVariablesTextbox.vue.d.ts.map +1 -1
  188. package/dist/features/DownloadLink/DownloadLink.vue.d.ts +3 -12
  189. package/dist/features/DownloadLink/DownloadLink.vue.d.ts.map +1 -1
  190. package/dist/features/ExampleRequest/ExamplePicker.vue.d.ts +6 -15
  191. package/dist/features/ExampleRequest/ExamplePicker.vue.d.ts.map +1 -1
  192. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts +3 -12
  193. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  194. package/dist/features/ExampleRequest/TextSelect.vue.d.ts +6 -15
  195. package/dist/features/ExampleRequest/TextSelect.vue.d.ts.map +1 -1
  196. package/dist/features/ExampleResponses/ExampleResponse.vue.d.ts +3 -12
  197. package/dist/features/ExampleResponses/ExampleResponse.vue.d.ts.map +1 -1
  198. package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts +3 -12
  199. package/dist/features/ExampleResponses/ExampleResponses.vue.d.ts.map +1 -1
  200. package/dist/features/ExampleResponses/ExampleResponses.vue2.js +83 -83
  201. package/dist/features/Search/SearchButton.vue.d.ts +4 -25
  202. package/dist/features/Search/SearchButton.vue.d.ts.map +1 -1
  203. package/dist/features/Search/SearchButton.vue2.js +27 -27
  204. package/dist/features/Search/SearchModal.vue.d.ts +3 -12
  205. package/dist/features/Search/SearchModal.vue.d.ts.map +1 -1
  206. package/dist/features/Search/SearchModal.vue2.js +66 -66
  207. package/dist/features/Search/useSearchIndex.d.ts +2 -2
  208. package/dist/helpers/provideSymbols.d.ts +2 -0
  209. package/dist/helpers/provideSymbols.d.ts.map +1 -1
  210. package/dist/helpers/provideSymbols.js +5 -4
  211. package/dist/hooks/useDarkModeState.d.ts +1 -1
  212. package/dist/hooks/useNavState.d.ts +3 -3
  213. package/dist/hooks/useReactiveSpec.d.ts +2 -2
  214. package/dist/hooks/useRefOnMount.d.ts +1 -1
  215. package/dist/hooks/useRefOnMount.d.ts.map +1 -1
  216. package/dist/hooks/useSidebar.d.ts +3 -3
  217. package/dist/index.js +55 -54
  218. package/dist/legacy/components/CardForm.vue.d.ts +1 -1
  219. package/dist/legacy/components/CardForm.vue.d.ts.map +1 -1
  220. package/dist/legacy/components/CardFormButton.vue.d.ts +2 -2
  221. package/dist/legacy/components/CardFormButton.vue.d.ts.map +1 -1
  222. package/dist/legacy/components/CardFormGroup.vue.d.ts +1 -1
  223. package/dist/legacy/components/CardFormGroup.vue.d.ts.map +1 -1
  224. package/dist/legacy/components/CardFormRows.vue.d.ts +1 -1
  225. package/dist/legacy/components/CardFormRows.vue.d.ts.map +1 -1
  226. package/dist/legacy/components/CardFormTextInput.vue.d.ts +3 -12
  227. package/dist/legacy/components/CardFormTextInput.vue.d.ts.map +1 -1
  228. package/dist/legacy/components/CardFormTextInput.vue2.js +21 -21
  229. package/dist/legacy/components/SecurityScheme.vue.d.ts +3 -12
  230. package/dist/legacy/components/SecurityScheme.vue.d.ts.map +1 -1
  231. package/dist/legacy/components/SecurityScheme.vue2.js +147 -147
  232. package/dist/legacy/components/SecuritySchemeScopes.vue.d.ts +6 -15
  233. package/dist/legacy/components/SecuritySchemeScopes.vue.d.ts.map +1 -1
  234. package/dist/legacy/components/SecuritySchemeScopes.vue2.js +37 -37
  235. package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts +6 -15
  236. package/dist/legacy/components/SecuritySchemeSelector.vue.d.ts.map +1 -1
  237. package/dist/legacy/components/SecuritySchemeSelector.vue2.js +36 -36
  238. package/dist/legacy/fixtures/index.d.ts +0 -1
  239. package/dist/legacy/fixtures/index.d.ts.map +1 -1
  240. package/dist/legacy/stores/useOpenApiStore.d.ts.map +1 -1
  241. package/dist/legacy/stores/useRequestStore.d.ts +7 -3
  242. package/dist/legacy/stores/useRequestStore.d.ts.map +1 -1
  243. package/dist/style.css +1 -1
  244. package/package.json +13 -16
  245. package/dist/components/HelpfulLink.vue.d.ts +0 -25
  246. package/dist/components/HelpfulLink.vue.d.ts.map +0 -1
  247. package/dist/legacy/fixtures/httpHeaders.d.ts +0 -6
  248. package/dist/legacy/fixtures/httpHeaders.d.ts.map +0 -1
@@ -1,82 +1,82 @@
1
- import { defineComponent as u, openBlock as d, createElementBlock as _, createElementVNode as f, createVNode as e, unref as t, withCtx as r, createTextVNode as a, createBlock as y, createCommentVNode as h } from "vue";
2
- import { ScalarMarkdown as B } from "@scalar/components";
3
- import o from "./Parameters.vue.js";
4
- import q from "./RequestBody.vue.js";
5
- import { useResponses as k } from "../../../hooks/useResponses.js";
6
- import { useOperation as P } from "../../../hooks/useOperation.js";
7
- const v = { class: "endpoint-details" }, w = { class: "endpoint-description" }, I = /* @__PURE__ */ u({
1
+ import { defineComponent as y, openBlock as l, createElementBlock as B, createElementVNode as q, createVNode as t, unref as r, withCtx as o, createTextVNode as a, createBlock as k, createCommentVNode as P } from "vue";
2
+ import { ScalarMarkdown as v } from "@scalar/components";
3
+ import s from "./Parameters.vue.js";
4
+ import w from "./RequestBody.vue.js";
5
+ import { useResponses as C } from "../../../hooks/useResponses.js";
6
+ import { useOperation as N } from "../../../hooks/useOperation.js";
7
+ const V = { class: "endpoint-details" }, D = { class: "endpoint-description" }, x = /* @__PURE__ */ y({
8
8
  __name: "EndpointDetails",
9
9
  props: {
10
10
  operation: {}
11
11
  },
12
- setup(l) {
13
- const m = l, { parameterMap: s } = P(m), { responses: c } = k(m.operation);
14
- return (p, C) => {
15
- var n, i;
16
- return d(), _("div", v, [
17
- f("div", w, [
18
- e(t(B), {
19
- value: p.operation.description,
12
+ setup(u) {
13
+ const n = u, { parameterMap: p } = N(n), { responses: f } = C(n.operation);
14
+ return (m, e) => {
15
+ var i, d;
16
+ return l(), B("div", V, [
17
+ q("div", D, [
18
+ t(r(v), {
19
+ value: m.operation.description,
20
20
  withImages: ""
21
21
  }, null, 8, ["value"])
22
22
  ]),
23
- e(o, {
24
- parameters: t(s).path
23
+ t(s, {
24
+ parameters: r(p).path
25
25
  }, {
26
- title: r(() => [
26
+ title: o(() => e[0] || (e[0] = [
27
27
  a("Path Parameters")
28
- ]),
28
+ ])),
29
29
  _: 1
30
30
  }, 8, ["parameters"]),
31
- e(o, {
32
- parameters: t(s).query
31
+ t(s, {
32
+ parameters: r(p).query
33
33
  }, {
34
- title: r(() => [
34
+ title: o(() => e[1] || (e[1] = [
35
35
  a("Query Parameters")
36
- ]),
36
+ ])),
37
37
  _: 1
38
38
  }, 8, ["parameters"]),
39
- e(o, {
40
- parameters: t(s).header
39
+ t(s, {
40
+ parameters: r(p).header
41
41
  }, {
42
- title: r(() => [
42
+ title: o(() => e[2] || (e[2] = [
43
43
  a("Headers")
44
- ]),
44
+ ])),
45
45
  _: 1
46
46
  }, 8, ["parameters"]),
47
- e(o, {
48
- parameters: t(s).body,
47
+ t(s, {
48
+ parameters: r(p).body,
49
49
  showChildren: ""
50
50
  }, {
51
- title: r(() => [
51
+ title: o(() => e[3] || (e[3] = [
52
52
  a("Body Parameters")
53
- ]),
53
+ ])),
54
54
  _: 1
55
55
  }, 8, ["parameters"]),
56
- e(o, {
57
- parameters: t(s).formData
56
+ t(s, {
57
+ parameters: r(p).formData
58
58
  }, {
59
- title: r(() => [
59
+ title: o(() => e[4] || (e[4] = [
60
60
  a("Form Data")
61
- ]),
61
+ ])),
62
62
  _: 1
63
63
  }, 8, ["parameters"]),
64
- (n = p.operation.information) != null && n.requestBody ? (d(), y(q, {
64
+ (i = m.operation.information) != null && i.requestBody ? (l(), k(w, {
65
65
  key: 0,
66
- requestBody: (i = p.operation.information) == null ? void 0 : i.requestBody
66
+ requestBody: (d = m.operation.information) == null ? void 0 : d.requestBody
67
67
  }, {
68
- title: r(() => [
68
+ title: o(() => e[5] || (e[5] = [
69
69
  a("Body")
70
- ]),
70
+ ])),
71
71
  _: 1
72
- }, 8, ["requestBody"])) : h("", !0),
73
- e(o, {
72
+ }, 8, ["requestBody"])) : P("", !0),
73
+ t(s, {
74
74
  collapsableItems: !0,
75
- parameters: t(c)
75
+ parameters: r(f)
76
76
  }, {
77
- title: r(() => [
77
+ title: o(() => e[6] || (e[6] = [
78
78
  a("Responses")
79
- ]),
79
+ ])),
80
80
  _: 1
81
81
  }, 8, ["parameters"])
82
82
  ]);
@@ -84,5 +84,5 @@ const v = { class: "endpoint-details" }, w = { class: "endpoint-description" },
84
84
  }
85
85
  });
86
86
  export {
87
- I as default
87
+ x as default
88
88
  };
@@ -1,17 +1,8 @@
1
1
  import type { TransformedOperation } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<{
3
3
  operation: TransformedOperation;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
5
  operation: TransformedOperation;
6
- }>>>, {}, {}>;
6
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  export default _default;
8
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- type __VLS_TypePropsToOption<T> = {
10
- [K in keyof T]-?: {} extends Pick<T, K> ? {
11
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
- } : {
13
- type: import('vue').PropType<T[K]>;
14
- required: true;
15
- };
16
- };
17
8
  //# sourceMappingURL=EndpointDetailsCard.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EndpointDetailsCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointDetailsCard.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;eAQ7B,oBAAoB;;eAApB,oBAAoB;;AAqIvD,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
+ {"version":3,"file":"EndpointDetailsCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointDetailsCard.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;eAQ7B,oBAAoB;;eAApB,oBAAoB;;AAqIvD,wBAMG"}
@@ -1,61 +1,61 @@
1
- import { defineComponent as c, openBlock as l, createElementBlock as u, createVNode as e, unref as a, withCtx as t, createTextVNode as r } from "vue";
2
- import s from "./Parameters.vue.js";
3
- import _ from "./RequestBody.vue.js";
4
- import { useOperation as f } from "../../../hooks/useOperation.js";
5
- import { useResponses as y } from "../../../hooks/useResponses.js";
6
- const B = { class: "endpoint-details-card" }, k = /* @__PURE__ */ c({
1
+ import { defineComponent as u, openBlock as f, createElementBlock as y, createVNode as t, unref as a, withCtx as r, createTextVNode as s } from "vue";
2
+ import o from "./Parameters.vue.js";
3
+ import B from "./RequestBody.vue.js";
4
+ import { useOperation as c } from "../../../hooks/useOperation.js";
5
+ import { useResponses as q } from "../../../hooks/useResponses.js";
6
+ const P = { class: "endpoint-details-card" }, N = /* @__PURE__ */ u({
7
7
  __name: "EndpointDetailsCard",
8
8
  props: {
9
9
  operation: {}
10
10
  },
11
- setup(p) {
12
- const i = p, { parameterMap: o } = f(i), { responses: d } = y(i.operation);
13
- return (m, h) => {
14
- var n;
15
- return l(), u("div", B, [
16
- e(s, {
11
+ setup(d) {
12
+ const n = d, { parameterMap: i } = c(n), { responses: m } = q(n.operation);
13
+ return (l, e) => {
14
+ var p;
15
+ return f(), y("div", P, [
16
+ t(o, {
17
17
  class: "endpoint-details-card-item",
18
- parameters: a(o).path
18
+ parameters: a(i).path
19
19
  }, {
20
- title: t(() => [
21
- r("Path Parameters")
22
- ]),
20
+ title: r(() => e[0] || (e[0] = [
21
+ s("Path Parameters")
22
+ ])),
23
23
  _: 1
24
24
  }, 8, ["parameters"]),
25
- e(s, {
25
+ t(o, {
26
26
  class: "endpoint-details-card-item",
27
- parameters: a(o).query
27
+ parameters: a(i).query
28
28
  }, {
29
- title: t(() => [
30
- r("Query Parameters")
31
- ]),
29
+ title: r(() => e[1] || (e[1] = [
30
+ s("Query Parameters")
31
+ ])),
32
32
  _: 1
33
33
  }, 8, ["parameters"]),
34
- e(s, {
34
+ t(o, {
35
35
  class: "endpoint-details-card-item",
36
- parameters: a(o).header
36
+ parameters: a(i).header
37
37
  }, {
38
- title: t(() => [
39
- r("Headers")
40
- ]),
38
+ title: r(() => e[2] || (e[2] = [
39
+ s("Headers")
40
+ ])),
41
41
  _: 1
42
42
  }, 8, ["parameters"]),
43
- e(_, {
43
+ t(B, {
44
44
  class: "endpoint-details-card-item",
45
- requestBody: (n = m.operation.information) == null ? void 0 : n.requestBody
45
+ requestBody: (p = l.operation.information) == null ? void 0 : p.requestBody
46
46
  }, {
47
- title: t(() => [
48
- r("Body")
49
- ]),
47
+ title: r(() => e[3] || (e[3] = [
48
+ s("Body")
49
+ ])),
50
50
  _: 1
51
51
  }, 8, ["requestBody"]),
52
- e(s, {
52
+ t(o, {
53
53
  class: "endpoint-details-card-item",
54
- parameters: a(d)
54
+ parameters: a(m)
55
55
  }, {
56
- title: t(() => [
57
- r("Responses")
58
- ]),
56
+ title: r(() => e[4] || (e[4] = [
57
+ s("Responses")
58
+ ])),
59
59
  _: 1
60
60
  }, 8, ["parameters"])
61
61
  ]);
@@ -63,5 +63,5 @@ const B = { class: "endpoint-details-card" }, k = /* @__PURE__ */ c({
63
63
  }
64
64
  });
65
65
  export {
66
- k as default
66
+ N as default
67
67
  };
@@ -1,18 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  path: string;
3
3
  deprecated?: boolean;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
5
  path: string;
6
6
  deprecated?: boolean;
7
- }>>>, {}, {}>;
7
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
8
  export default _default;
9
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
- type __VLS_TypePropsToOption<T> = {
11
- [K in keyof T]-?: {} extends Pick<T, K> ? {
12
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
- } : {
14
- type: import('vue').PropType<T[K]>;
15
- required: true;
16
- };
17
- };
18
9
  //# sourceMappingURL=EndpointPath.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EndpointPath.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointPath.vue"],"names":[],"mappings":";UA2CQ,MAAM;iBACC,OAAO;;UADd,MAAM;iBACC,OAAO;;AA+DtB,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
+ {"version":3,"file":"EndpointPath.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/EndpointPath.vue"],"names":[],"mappings":";UA2CQ,MAAM;iBACC,OAAO;;UADd,MAAM;iBACC,OAAO;;AA+DtB,wBAMG"}
@@ -1,19 +1,10 @@
1
1
  import type { TransformedOperation } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<{
3
3
  id?: string;
4
4
  operation: TransformedOperation;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
5
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
6
  id?: string;
7
7
  operation: TransformedOperation;
8
- }>>>, {}, {}>;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToOption<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
19
10
  //# sourceMappingURL=Operation.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Operation.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/Operation.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;SAoBzD,MAAM;eACA,oBAAoB;;SAD1B,MAAM;eACA,oBAAoB;;AAiPjC,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
+ {"version":3,"file":"Operation.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/Operation.vue"],"names":[],"mappings":"AAoFA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;SAoBzD,MAAM;eACA,oBAAoB;;SAD1B,MAAM;eACA,oBAAoB;;AAiPjC,wBAMG"}
@@ -1,52 +1,52 @@
1
- import { defineComponent as f, openBlock as i, createBlock as p, unref as t, withCtx as r, createVNode as o, createTextVNode as l, createCommentVNode as s, createElementVNode as m, normalizeClass as u, toDisplayString as c } from "vue";
2
- import h from "./EndpointDetails.vue.js";
1
+ import { defineComponent as s, openBlock as p, createBlock as l, unref as t, withCtx as r, createVNode as o, createTextVNode as m, createCommentVNode as u, createElementVNode as d, normalizeClass as c, toDisplayString as h } from "vue";
2
+ import C from "./EndpointDetails.vue.js";
3
3
  import _ from "./EndpointPath.vue.js";
4
- import C from "./TestRequestButton.vue.js";
5
- import S from "../../Section/Section.vue.js";
6
- import k from "../../Section/SectionContent.vue.js";
7
- import B from "../../Section/SectionColumns.vue.js";
8
- import d from "../../Section/SectionColumn.vue.js";
9
- import E from "../../Badge/Badge.vue.js";
10
- import N from "../../Section/SectionHeader.vue.js";
11
- import V from "../../Anchor/Anchor.vue.js";
12
- import b from "../../../features/ExampleRequest/ExampleRequest.vue.js";
13
- import g from "../../../features/ExampleResponses/ExampleResponses.vue.js";
14
- const v = { class: "examples" }, I = /* @__PURE__ */ f({
4
+ import S from "./TestRequestButton.vue.js";
5
+ import k from "../../Section/Section.vue.js";
6
+ import B from "../../Section/SectionContent.vue.js";
7
+ import E from "../../Section/SectionColumns.vue.js";
8
+ import f from "../../Section/SectionColumn.vue.js";
9
+ import N from "../../Badge/Badge.vue.js";
10
+ import V from "../../Section/SectionHeader.vue.js";
11
+ import b from "../../Anchor/Anchor.vue.js";
12
+ import g from "../../../features/ExampleRequest/ExampleRequest.vue.js";
13
+ import v from "../../../features/ExampleResponses/ExampleResponses.vue.js";
14
+ const y = { class: "examples" }, I = /* @__PURE__ */ s({
15
15
  __name: "Operation",
16
16
  props: {
17
17
  id: {},
18
18
  operation: {}
19
19
  },
20
- setup(y) {
21
- return (e, R) => (i(), p(t(S), {
20
+ setup(R) {
21
+ return (e, n) => (p(), l(t(k), {
22
22
  id: e.id,
23
23
  label: e.operation.name
24
24
  }, {
25
25
  default: r(() => [
26
- o(t(k), null, {
26
+ o(t(B), null, {
27
27
  default: r(() => [
28
- o(t(B), null, {
28
+ o(t(E), null, {
29
29
  default: r(() => [
30
- o(t(d), null, {
30
+ o(t(f), null, {
31
31
  default: r(() => {
32
- var a, n;
32
+ var a, i;
33
33
  return [
34
- (a = e.operation.information) != null && a.deprecated ? (i(), p(t(E), { key: 0 }, {
35
- default: r(() => [
36
- l(" Deprecated ")
37
- ]),
34
+ (a = e.operation.information) != null && a.deprecated ? (p(), l(t(N), { key: 0 }, {
35
+ default: r(() => n[0] || (n[0] = [
36
+ m(" Deprecated ")
37
+ ])),
38
38
  _: 1
39
- })) : s("", !0),
40
- m("div", {
41
- class: u((n = e.operation.information) != null && n.deprecated ? "deprecated" : "")
39
+ })) : u("", !0),
40
+ d("div", {
41
+ class: c((i = e.operation.information) != null && i.deprecated ? "deprecated" : "")
42
42
  }, [
43
- o(t(N), { level: 3 }, {
43
+ o(t(V), { level: 3 }, {
44
44
  default: r(() => [
45
- o(t(V), {
45
+ o(t(b), {
46
46
  id: e.id ?? ""
47
47
  }, {
48
48
  default: r(() => [
49
- l(c(e.operation.name), 1)
49
+ m(h(e.operation.name), 1)
50
50
  ]),
51
51
  _: 1
52
52
  }, 8, ["id"])
@@ -54,15 +54,15 @@ const v = { class: "examples" }, I = /* @__PURE__ */ f({
54
54
  _: 1
55
55
  })
56
56
  ], 2),
57
- o(h, { operation: e.operation }, null, 8, ["operation"])
57
+ o(C, { operation: e.operation }, null, 8, ["operation"])
58
58
  ];
59
59
  }),
60
60
  _: 1
61
61
  }),
62
- o(t(d), null, {
62
+ o(t(f), null, {
63
63
  default: r(() => [
64
- m("div", v, [
65
- o(t(b), {
64
+ d("div", y, [
65
+ o(t(g), {
66
66
  fallback: "",
67
67
  operation: e.operation
68
68
  }, {
@@ -77,11 +77,11 @@ const v = { class: "examples" }, I = /* @__PURE__ */ f({
77
77
  ];
78
78
  }),
79
79
  footer: r(() => [
80
- o(C, { operation: e.operation }, null, 8, ["operation"])
80
+ o(S, { operation: e.operation }, null, 8, ["operation"])
81
81
  ]),
82
82
  _: 1
83
83
  }, 8, ["operation"]),
84
- o(t(g), {
84
+ o(t(v), {
85
85
  operation: e.operation,
86
86
  style: { "margin-top": "12px" }
87
87
  }, null, 8, ["operation"])
@@ -1,19 +1,10 @@
1
1
  import type { TransformedOperation } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<{
3
3
  id?: string;
4
4
  operation: TransformedOperation;
5
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
5
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
6
  id?: string;
7
7
  operation: TransformedOperation;
8
- }>>>, {}, {}>;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
9
  export default _default;
10
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
11
- type __VLS_TypePropsToOption<T> = {
12
- [K in keyof T]-?: {} extends Pick<T, K> ? {
13
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
14
- } : {
15
- type: import('vue').PropType<T[K]>;
16
- required: true;
17
- };
18
- };
19
10
  //# sourceMappingURL=OperationAccordion.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OperationAccordion.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/OperationAccordion.vue"],"names":[],"mappings":"AA0NA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;SAiBzD,MAAM;eACA,oBAAoB;;SAD1B,MAAM;eACA,oBAAoB;;AA2QjC,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
+ {"version":3,"file":"OperationAccordion.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/OperationAccordion.vue"],"names":[],"mappings":"AA0NA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAA;;SAiBzD,MAAM;eACA,oBAAoB;;SAD1B,MAAM;eACA,oBAAoB;;AA2QjC,wBAMG"}
@@ -1,21 +1,12 @@
1
1
  import type { OpenAPI } from '@scalar/openapi-types';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<{
3
3
  headers: {
4
4
  [key: string]: OpenAPI.HeaderObject;
5
5
  };
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
6
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
7
  headers: {
8
8
  [key: string]: OpenAPI.HeaderObject;
9
9
  };
10
- }>>>, {}, {}>;
10
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
11
  export default _default;
12
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
13
- type __VLS_TypePropsToOption<T> = {
14
- [K in keyof T]-?: {} extends Pick<T, K> ? {
15
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
16
- } : {
17
- type: import('vue').PropType<T[K]>;
18
- required: true;
19
- };
20
- };
21
12
  //# sourceMappingURL=ParameterHeaders.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParameterHeaders.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterHeaders.vue"],"names":[],"mappings":"AA4HA,OAAO,KAAK,EAAE,OAAO,EAA0B,MAAM,uBAAuB,CAAA;;aAOjE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE;;aAAvC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE;;AA8JlD,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
+ {"version":3,"file":"ParameterHeaders.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterHeaders.vue"],"names":[],"mappings":"AA4HA,OAAO,KAAK,EAAE,OAAO,EAA0B,MAAM,uBAAuB,CAAA;;aAOjE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE;;aAAvC;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAA;KAAE;;AA8JlD,wBAMG"}
@@ -1,38 +1,15 @@
1
1
  import type { Parameters } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<{
3
3
  parameter: Parameters;
4
4
  showChildren?: boolean;
5
5
  collapsableItems?: boolean;
6
- }>, {
7
- showChildren: boolean;
8
- collapsableItems: boolean;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
6
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
10
7
  parameter: Parameters;
11
8
  showChildren?: boolean;
12
9
  collapsableItems?: boolean;
13
- }>, {
14
- showChildren: boolean;
15
- collapsableItems: boolean;
16
- }>>>, {
10
+ }> & Readonly<{}>, {
17
11
  showChildren: boolean;
18
12
  collapsableItems: boolean;
19
- }, {}>;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
14
  export default _default;
21
- type __VLS_WithDefaults<P, D> = {
22
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
23
- default: D[K];
24
- }> : P[K];
25
- };
26
- type __VLS_Prettify<T> = {
27
- [K in keyof T]: T[K];
28
- } & {};
29
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
- type __VLS_TypePropsToOption<T> = {
31
- [K in keyof T]-?: {} extends Pick<T, K> ? {
32
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
- } : {
34
- type: import('vue').PropType<T[K]>;
35
- required: true;
36
- };
37
- };
38
15
  //# sourceMappingURL=ParameterItem.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ParameterItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterItem.vue"],"names":[],"mappings":"AAyLA,OAAO,KAAK,EAAe,UAAU,EAAE,MAAM,sBAAsB,CAAA;;eAUpD,UAAU;mBACN,OAAO;uBACH,OAAO;;;;;eAFf,UAAU;mBACN,OAAO;uBACH,OAAO;;;;;kBADX,OAAO;sBACH,OAAO;;AA+M9B,wBAMG;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
+ {"version":3,"file":"ParameterItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/ParameterItem.vue"],"names":[],"mappings":"AAyLA,OAAO,KAAK,EAAe,UAAU,EAAE,MAAM,sBAAsB,CAAA;;eAUpD,UAAU;mBACN,OAAO;uBACH,OAAO;;eAFf,UAAU;mBACN,OAAO;uBACH,OAAO;;kBADX,OAAO;sBACH,OAAO;;AAgN9B,wBAOG"}
@@ -2,46 +2,23 @@ import type { Parameters } from '@scalar/types/legacy';
2
2
  declare function __VLS_template(): {
3
3
  title?(_: {}): any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
5
+ declare const __VLS_component: import("vue").DefineComponent<{
6
6
  parameters?: Parameters[];
7
7
  showChildren?: boolean;
8
8
  collapsableItems?: boolean;
9
- }>, {
10
- showChildren: boolean;
11
- collapsableItems: boolean;
12
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
9
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
13
10
  parameters?: Parameters[];
14
11
  showChildren?: boolean;
15
12
  collapsableItems?: boolean;
16
- }>, {
17
- showChildren: boolean;
18
- collapsableItems: boolean;
19
- }>>>, {
13
+ }> & Readonly<{}>, {
20
14
  showChildren: boolean;
21
15
  collapsableItems: boolean;
22
- }, {}>;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
17
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
18
  export default _default;
25
- type __VLS_WithDefaults<P, D> = {
26
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
- default: D[K];
28
- }> : P[K];
29
- };
30
- type __VLS_Prettify<T> = {
31
- [K in keyof T]: T[K];
32
- } & {};
33
19
  type __VLS_WithTemplateSlots<T, S> = T & {
34
20
  new (): {
35
21
  $slots: S;
36
22
  };
37
23
  };
38
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- type __VLS_TypePropsToOption<T> = {
40
- [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
- } : {
43
- type: import('vue').PropType<T[K]>;
44
- required: true;
45
- };
46
- };
47
24
  //# sourceMappingURL=Parameters.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Parameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/Parameters.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AA4BtD,iBAAS,cAAc;mBA0CI,GAAG;EAe7B;AACD,QAAA,MAAM,eAAe;iBA/EJ,UAAU,EAAE;mBACV,OAAO;uBACH,OAAO;;;;;iBAFb,UAAU,EAAE;mBACV,OAAO;uBACH,OAAO;;;;;kBADX,OAAO;sBACH,OAAO;MAmF5B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,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,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":"Parameters.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operation/Parameters.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AA4BtD,iBAAS,cAAc;mBA0CI,GAAG;EAgB7B;AACD,QAAA,MAAM,eAAe;iBAhFJ,UAAU,EAAE;mBACV,OAAO;uBACH,OAAO;;iBAFb,UAAU,EAAE;mBACV,OAAO;uBACH,OAAO;;kBADX,OAAO;sBACH,OAAO;6EAqF5B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAexG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}