@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
@@ -2,7 +2,7 @@ import type { CardContentProps } from './types';
2
2
  declare function __VLS_template(): {
3
3
  default?(_: {}): any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<CardContentProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<CardContentProps>>>, {}, {}>;
5
+ declare const __VLS_component: import("vue").DefineComponent<CardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
6
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
7
7
  export default _default;
8
8
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -10,13 +10,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
10
10
  $slots: S;
11
11
  };
12
12
  };
13
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
- type __VLS_TypePropsToOption<T> = {
15
- [K in keyof T]-?: {} extends Pick<T, K> ? {
16
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
- } : {
18
- type: import('vue').PropType<T[K]>;
19
- required: true;
20
- };
21
- };
22
13
  //# sourceMappingURL=CardContent.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CardContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardContent.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAY/C,iBAAS,cAAc;qBA6CM,GAAG;EAc/B;AACD,QAAA,MAAM,eAAe,6SAMnB,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":"CardContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardContent.vue"],"names":[],"mappings":"AA8CA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAY/C,iBAAS,cAAc;qBA6CM,GAAG;EAc/B;AACD,QAAA,MAAM,eAAe,4SAMnB,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"}
@@ -2,7 +2,7 @@ import type { CardContentProps } from './types';
2
2
  declare function __VLS_template(): {
3
3
  default?(_: {}): any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<CardContentProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<CardContentProps>>>, {}, {}>;
5
+ declare const __VLS_component: import("vue").DefineComponent<CardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
6
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
7
7
  export default _default;
8
8
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -10,13 +10,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
10
10
  $slots: S;
11
11
  };
12
12
  };
13
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
- type __VLS_TypePropsToOption<T> = {
15
- [K in keyof T]-?: {} extends Pick<T, K> ? {
16
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
- } : {
18
- type: import('vue').PropType<T[K]>;
19
- required: true;
20
- };
21
- };
22
13
  //# sourceMappingURL=CardFooter.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CardFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardFooter.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAa/C,iBAAS,cAAc;qBA2BM,GAAG;EAe/B;AACD,QAAA,MAAM,eAAe,6SAMnB,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":"CardFooter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardFooter.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAa/C,iBAAS,cAAc;qBA2BM,GAAG;EAe/B;AACD,QAAA,MAAM,eAAe,4SAMnB,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"}
@@ -3,7 +3,7 @@ declare function __VLS_template(): {
3
3
  default?(_: {}): any;
4
4
  actions?(_: {}): any;
5
5
  };
6
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<CardContentProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<CardContentProps>>>, {}, {}>;
6
+ declare const __VLS_component: import("vue").DefineComponent<CardContentProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<CardContentProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
7
7
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
8
8
  export default _default;
9
9
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -11,13 +11,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
11
11
  $slots: S;
12
12
  };
13
13
  };
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToOption<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
14
  //# sourceMappingURL=CardHeader.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CardHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardHeader.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAa/C,iBAAS,cAAc;qBA2CM,GAAG;qBACH,GAAG;EAe/B;AACD,QAAA,MAAM,eAAe,6SAMnB,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":"CardHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardHeader.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAa/C,iBAAS,cAAc;qBA2CM,GAAG;qBACH,GAAG;EAe/B;AACD,QAAA,MAAM,eAAe,4SAMnB,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"}
@@ -1,7 +1,7 @@
1
1
  declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
3
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
4
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
5
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
6
6
  export default _default;
7
7
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"CardTab.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTab.vue"],"names":[],"mappings":"AAqEA,iBAAS,cAAc;qBA4CM,GAAG;EAc/B;AACD,QAAA,MAAM,eAAe,0NAKnB,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"}
1
+ {"version":3,"file":"CardTab.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTab.vue"],"names":[],"mappings":"AAqEA,iBAAS,cAAc;qBA4CM,GAAG;EAc/B;AACD,QAAA,MAAM,eAAe,+QAKnB,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"}
@@ -2,11 +2,11 @@ declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
3
  actions?(_: {}): any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
- change: (index: number) => void;
7
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ change: (index: number) => any;
7
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
8
8
  onChange?: ((index: number) => any) | undefined;
9
- }, {}, {}>;
9
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
10
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
11
  export default _default;
12
12
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"CardTabHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTabHeader.vue"],"names":[],"mappings":"AA4DA,iBAAS,cAAc;qBAkFO,GAAG;qBACH,GAAG;EAkBhC;AACD,QAAA,MAAM,eAAe;;;;UAMnB,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"}
1
+ {"version":3,"file":"CardTabHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Card/CardTabHeader.vue"],"names":[],"mappings":"AA8DA,iBAAS,cAAc;qBAkFO,GAAG;qBACH,GAAG;EAoBhC;AACD,QAAA,MAAM,eAAe;;;;iFAQnB,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"}
@@ -2,7 +2,7 @@ declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
3
  "dark-mode-toggle"?(_: {}): any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
5
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
6
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
7
7
  export default _default;
8
8
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"ClassicHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/ClassicHeader.vue"],"names":[],"mappings":"AA6CA,iBAAS,cAAc;qBA6BM,GAAG;gCACQ,GAAG;EAa1C;AACD,QAAA,MAAM,eAAe,0NAKnB,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"}
1
+ {"version":3,"file":"ClassicHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/ClassicHeader.vue"],"names":[],"mappings":"AA6CA,iBAAS,cAAc;qBA6BM,GAAG;gCACQ,GAAG;EAa1C;AACD,QAAA,MAAM,eAAe,+QAKnB,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"}
@@ -1,19 +1,10 @@
1
1
  import type { Spec } from '@scalar/types/legacy';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
+ declare const _default: import("vue").DefineComponent<{
3
3
  parsedSpec?: Spec;
4
4
  proxy?: string;
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
  parsedSpec?: Spec;
7
7
  proxy?: string;
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=Authentication.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Authentication.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Authentication/Authentication.vue"],"names":[],"mappings":"AAgFA,OAAO,KAAK,EAAY,IAAI,EAAE,MAAM,sBAAsB,CAAA;;iBASrB,IAAI;YAAU,MAAM;;iBAApB,IAAI;YAAU,MAAM;;AAyHzD,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":"Authentication.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Authentication/Authentication.vue"],"names":[],"mappings":"AAgFA,OAAO,KAAK,EAAY,IAAI,EAAE,MAAM,sBAAsB,CAAA;;iBASrB,IAAI;YAAU,MAAM;;iBAApB,IAAI;YAAU,MAAM;;AAyHzD,wBAMG"}
@@ -1,3 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ClientLibraries.vue.d.ts.map
@@ -1,22 +1,22 @@
1
- import { defineComponent as a, unref as t, openBlock as l, createElementBlock as s, createElementVNode as o, createVNode as d, toDisplayString as i, createCommentVNode as p, pushScopeId as _, popScopeId as m } from "vue";
2
- import f from "./ClientSelector.vue.js";
3
- import { useHttpClientStore as h } from "../../../stores/useHttpClientStore.js";
4
- const u = (e) => (_("data-v-7df7ca7f"), e = e(), m(), e), C = { key: 0 }, v = /* @__PURE__ */ u(() => /* @__PURE__ */ o("div", { class: "client-libraries-heading" }, "Client Libraries", -1)), S = {
1
+ import { defineComponent as s, unref as e, openBlock as a, createElementBlock as c, createElementVNode as t, createVNode as d, toDisplayString as i, createCommentVNode as m } from "vue";
2
+ import p from "./ClientSelector.vue.js";
3
+ import { useHttpClientStore as _ } from "../../../stores/useHttpClientStore.js";
4
+ const u = { key: 0 }, f = {
5
5
  class: "selected-client card-footer",
6
6
  muted: ""
7
- }, N = /* @__PURE__ */ a({
7
+ }, T = /* @__PURE__ */ s({
8
8
  __name: "ClientLibraries",
9
- setup(e) {
10
- const { availableTargets: r, httpTargetTitle: c, httpClientTitle: n } = h();
11
- return (g, b) => t(r).length ? (l(), s("div", C, [
12
- v,
13
- o("div", null, [
14
- d(f)
9
+ setup(C) {
10
+ const { availableTargets: o, httpTargetTitle: n, httpClientTitle: l } = _();
11
+ return (g, r) => e(o).length ? (a(), c("div", u, [
12
+ r[0] || (r[0] = t("div", { class: "client-libraries-heading" }, "Client Libraries", -1)),
13
+ t("div", null, [
14
+ d(p)
15
15
  ]),
16
- o("div", S, i(t(n)) + " " + i(t(c)), 1)
17
- ])) : p("", !0);
16
+ t("div", f, i(e(l)) + " " + i(e(n)), 1)
17
+ ])) : m("", !0);
18
18
  }
19
19
  });
20
20
  export {
21
- N as default
21
+ T as default
22
22
  };
@@ -1,3 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
3
3
  //# sourceMappingURL=ClientSelector.vue.d.ts.map
@@ -1,10 +1,10 @@
1
- import { defineComponent as w, ref as N, openBlock as n, createElementBlock as l, Fragment as d, renderList as _, unref as t, normalizeClass as y, createElementVNode as s, createVNode as k, toDisplayString as f, createCommentVNode as x, pushScopeId as $, popScopeId as z } from "vue";
1
+ import { defineComponent as S, ref as w, openBlock as l, createElementBlock as r, Fragment as u, renderList as d, unref as t, normalizeClass as c, createElementVNode as s, createVNode as k, toDisplayString as f, createCommentVNode as N } from "vue";
2
2
  import { ScalarIcon as m } from "@scalar/components";
3
- import { useHttpClientStore as B } from "../../../stores/useHttpClientStore.js";
4
- const v = (o) => ($("data-v-10825810"), o = o(), z(), o), M = ["onClick"], T = /* @__PURE__ */ v(() => /* @__PURE__ */ s("span", { class: "sr-only" }, "Select Client Library", -1)), J = ["value"], L = ["label"], O = ["aria-label", "value"], V = {
3
+ import { useHttpClientStore as x } from "../../../stores/useHttpClientStore.js";
4
+ const I = ["onClick"], $ = ["value"], z = ["label"], B = ["aria-label", "value"], M = {
5
5
  "aria-hidden": "true",
6
6
  class: "client-libraries-icon__more"
7
- }, E = {
7
+ }, T = {
8
8
  key: 1,
9
9
  class: "client-libraries-icon",
10
10
  height: "50",
@@ -12,26 +12,19 @@ const v = (o) => ($("data-v-10825810"), o = o(), z(), o), M = ["onClick"], T = /
12
12
  viewBox: "0 0 50 50",
13
13
  width: "50",
14
14
  xmlns: "http://www.w3.org/2000/svg"
15
- }, F = /* @__PURE__ */ v(() => /* @__PURE__ */ s("g", {
16
- fill: "currentColor",
17
- "fill-rule": "nonzero"
18
- }, [
19
- /* @__PURE__ */ s("path", { d: "M10.71 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0M21.13 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0M31.55 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0" })
20
- ], -1)), H = [
21
- F
22
- ], R = {
15
+ }, J = {
23
16
  key: 0,
24
17
  "aria-hidden": "true"
25
- }, A = /* @__PURE__ */ w({
18
+ }, F = /* @__PURE__ */ S({
26
19
  __name: "ClientSelector",
27
- setup(o) {
20
+ setup(L) {
28
21
  const {
29
- httpClient: r,
30
- setHttpClient: p,
31
- availableTargets: u,
32
- getClientTitle: g,
33
- getTargetTitle: C
34
- } = B(), S = N(), K = [
22
+ httpClient: a,
23
+ setHttpClient: g,
24
+ availableTargets: y,
25
+ getClientTitle: K,
26
+ getTargetTitle: h
27
+ } = x(), v = w(), p = [
35
28
  {
36
29
  targetKey: "shell",
37
30
  clientKey: "curl"
@@ -53,82 +46,89 @@ const v = (o) => ($("data-v-10825810"), o = o(), z(), o), M = ["onClick"], T = /
53
46
  clientKey: "python3"
54
47
  }
55
48
  ].filter(
56
- (i) => u.value.find((a) => a.key === i.targetKey && a.clients.find((e) => e.key === i.clientKey))
57
- ), h = (i) => `programming-language-${i}`, I = (i) => i.targetKey === r.targetKey && i.clientKey === r.clientKey, b = (i) => K.some(
58
- (a) => a.targetKey === i.targetKey && a.clientKey === i.clientKey
49
+ (i) => y.value.find((n) => n.key === i.targetKey && n.clients.find((e) => e.key === i.clientKey))
50
+ ), _ = (i) => `programming-language-${i}`, C = (i) => i.targetKey === a.targetKey && i.clientKey === a.clientKey, b = (i) => p.some(
51
+ (n) => n.targetKey === i.targetKey && n.clientKey === i.clientKey
59
52
  );
60
- return (i, a) => (n(), l("div", {
53
+ return (i, n) => (l(), r("div", {
61
54
  ref_key: "containerRef",
62
- ref: S,
55
+ ref: v,
63
56
  class: "client-libraries-content"
64
57
  }, [
65
- (n(!0), l(d, null, _(t(K), (e) => (n(), l("button", {
58
+ (l(!0), r(u, null, d(t(p), (e) => (l(), r("button", {
66
59
  key: e.clientKey,
67
60
  "aria-hidden": "true",
68
- class: y(["client-libraries rendered-code-sdks", {
69
- "client-libraries__active": I(e)
61
+ class: c(["client-libraries rendered-code-sdks", {
62
+ "client-libraries__active": C(e)
70
63
  }]),
71
64
  tabindex: "-1",
72
65
  type: "button",
73
- onClick: () => t(p)(e)
66
+ onClick: () => t(g)(e)
74
67
  }, [
75
68
  s("div", {
76
- class: y(`client-libraries-icon__${e.targetKey}`)
69
+ class: c(`client-libraries-icon__${e.targetKey}`)
77
70
  }, [
78
71
  k(t(m), {
79
72
  class: "client-libraries-icon",
80
- icon: h(e.targetKey)
73
+ icon: _(e.targetKey)
81
74
  }, null, 8, ["icon"])
82
75
  ], 2),
83
- s("span", null, f(t(C)(e)), 1)
84
- ], 10, M))), 128)),
76
+ s("span", null, f(t(h)(e)), 1)
77
+ ], 10, I))), 128)),
85
78
  s("label", {
86
- class: y(["client-libraries client-libraries__select", {
87
- "client-libraries__active": t(r) && !b(t(r))
79
+ class: c(["client-libraries client-libraries__select", {
80
+ "client-libraries__active": t(a) && !b(t(a))
88
81
  }])
89
82
  }, [
90
- T,
83
+ n[2] || (n[2] = s("span", { class: "sr-only" }, "Select Client Library", -1)),
91
84
  s("select", {
92
85
  class: "language-select",
93
- value: JSON.stringify(t(r)),
94
- onInput: a[0] || (a[0] = (e) => t(p)(JSON.parse(e.target.value)))
86
+ value: JSON.stringify(t(a)),
87
+ onInput: n[0] || (n[0] = (e) => t(g)(JSON.parse(e.target.value)))
95
88
  }, [
96
- (n(!0), l(d, null, _(t(u), (e) => (n(), l("optgroup", {
89
+ (l(!0), r(u, null, d(t(y), (e) => (l(), r("optgroup", {
97
90
  key: e.key,
98
91
  label: e.title
99
92
  }, [
100
- (n(!0), l(d, null, _(e.clients, (c) => (n(), l("option", {
101
- key: c.key,
102
- "aria-label": `${e.title} ${t(g)({
93
+ (l(!0), r(u, null, d(e.clients, (o) => (l(), r("option", {
94
+ key: o.key,
95
+ "aria-label": `${e.title} ${t(K)({
103
96
  targetKey: e.key,
104
- clientKey: c.key
97
+ clientKey: o.key
105
98
  })}`,
106
99
  value: JSON.stringify({
107
100
  targetKey: e.key,
108
- clientKey: c.key
101
+ clientKey: o.key
109
102
  })
110
- }, f(t(g)({
103
+ }, f(t(K)({
111
104
  targetKey: e.key,
112
- clientKey: c.key
113
- })), 9, O))), 128))
114
- ], 8, L))), 128))
115
- ], 40, J),
116
- s("div", V, [
117
- t(r) && !b(t(r)) ? (n(), l("div", {
105
+ clientKey: o.key
106
+ })), 9, B))), 128))
107
+ ], 8, z))), 128))
108
+ ], 40, $),
109
+ s("div", M, [
110
+ t(a) && !b(t(a)) ? (l(), r("div", {
118
111
  key: 0,
119
- class: y(`client-libraries-icon__${t(r).targetKey}`)
112
+ class: c(`client-libraries-icon__${t(a).targetKey}`)
120
113
  }, [
121
114
  k(t(m), {
122
115
  class: "client-libraries-icon",
123
- icon: h(t(r).targetKey)
116
+ icon: _(t(a).targetKey)
124
117
  }, null, 8, ["icon"])
125
- ], 2)) : (n(), l("svg", E, H))
118
+ ], 2)) : (l(), r("svg", T, n[1] || (n[1] = [
119
+ s("g", {
120
+ fill: "currentColor",
121
+ "fill-rule": "nonzero"
122
+ }, [
123
+ s("path", { d: "M10.71 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0M21.13 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0M31.55 25.3a3.87 3.87 0 1 0 7.74 0 3.87 3.87 0 0 0-7.74 0" })
124
+ ], -1)
125
+ ])))
126
126
  ]),
127
- t(u).length ? (n(), l("span", R, " More ")) : x("", !0)
127
+ t(y).length ? (l(), r("span", J, " More ")) : N("", !0)
128
128
  ], 2)
129
129
  ], 512));
130
130
  }
131
131
  });
132
132
  export {
133
- A as default
133
+ F as default
134
134
  };
@@ -4,19 +4,19 @@ declare function __VLS_template(): {
4
4
  "empty-state"?(_: {}): any;
5
5
  end?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
7
+ declare const __VLS_component: import("vue").DefineComponent<{
8
8
  parsedSpec: Spec;
9
9
  layout?: "default" | "accordion";
10
10
  baseServerURL?: string;
11
11
  servers?: Server[];
12
12
  proxy?: string;
13
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
13
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
14
14
  parsedSpec: Spec;
15
15
  layout?: "default" | "accordion";
16
16
  baseServerURL?: string;
17
17
  servers?: Server[];
18
18
  proxy?: string;
19
- }>>>, {}, {}>;
19
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
21
  export default _default;
22
22
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -24,13 +24,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
24
24
  $slots: S;
25
25
  };
26
26
  };
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToOption<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: import('vue').PropType<T[K]>;
33
- required: true;
34
- };
35
- };
36
27
  //# sourceMappingURL=Content.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAyMA,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAoCxD,iBAAS,cAAc;mBAsPI,GAAG;2BACM,GAAG;iBACb,GAAG;EA2B5B;AACD,QAAA,MAAM,eAAe;gBAvSP,IAAI;aACP,SAAS,GAAG,WAAW;oBAChB,MAAM;cACZ,MAAM,EAAE;YACV,MAAM;;gBAJF,IAAI;aACP,SAAS,GAAG,WAAW;oBAChB,MAAM;cACZ,MAAM,EAAE;YACV,MAAM;aAySd,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":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAyMA,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAA;AAoCxD,iBAAS,cAAc;mBAsPI,GAAG;2BACM,GAAG;iBACb,GAAG;EA2B5B;AACD,QAAA,MAAM,eAAe;gBAvSP,IAAI;aACP,SAAS,GAAG,WAAW;oBAChB,MAAM;cACZ,MAAM,EAAE;YACV,MAAM;;gBAJF,IAAI;aACP,SAAS,GAAG,WAAW;oBAChB,MAAM;cACZ,MAAM,EAAE;YACV,MAAM;iGAySd,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"}
@@ -1,18 +1,18 @@
1
- import { defineComponent as $, computed as M, openBlock as r, createElementBlock as o, Fragment as t, createElementVNode as y, renderSlot as p, createVNode as i, unref as a, createBlock as s, withCtx as L, normalizeClass as N, renderList as U, createCommentVNode as n, createStaticVNode as V } from "vue";
2
- import B from "./Lazy/Loading.vue.js";
1
+ import { defineComponent as M, computed as L, openBlock as r, createElementBlock as o, Fragment as t, createStaticVNode as N, createElementVNode as k, renderSlot as p, createVNode as i, unref as a, createBlock as s, withCtx as U, normalizeClass as V, renderList as B, createCommentVNode as n } from "vue";
2
+ import A from "./Lazy/Loading.vue.js";
3
3
  /* empty css */
4
- import A from "./Introduction/Introduction.vue.js";
5
- import E from "../../features/BaseUrl/BaseUrl.vue.js";
6
- import R from "./Authentication/Authentication.vue.js";
7
- import z from "./ClientLibraries/ClientLibraries.vue.js";
8
- import k from "./Tag/TagList.vue.js";
9
- import F from "./Webhooks/Webhooks.vue.js";
10
- import G from "./Models/ModelsAccordion.vue.js";
11
- import I from "./Models/Models.vue.js";
12
- import { useSidebar as W } from "../../hooks/useSidebar.js";
13
- import { hasModels as j } from "../../helpers/hasModels.js";
14
- import { getModels as h } from "../../helpers/getModels.js";
15
- const q = /* @__PURE__ */ V('<div class="section-flare" data-v-2ffda479><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div></div>', 1), D = { class: "narrow-references-container" }, se = /* @__PURE__ */ $({
4
+ import E from "./Introduction/Introduction.vue.js";
5
+ import R from "../../features/BaseUrl/BaseUrl.vue.js";
6
+ import z from "./Authentication/Authentication.vue.js";
7
+ import F from "./ClientLibraries/ClientLibraries.vue.js";
8
+ import h from "./Tag/TagList.vue.js";
9
+ import G from "./Webhooks/Webhooks.vue.js";
10
+ import I from "./Models/ModelsAccordion.vue.js";
11
+ import W from "./Models/Models.vue.js";
12
+ import { useSidebar as j } from "../../hooks/useSidebar.js";
13
+ import { hasModels as q } from "../../helpers/hasModels.js";
14
+ import { getModels as g } from "../../helpers/getModels.js";
15
+ const D = { class: "narrow-references-container" }, re = /* @__PURE__ */ M({
16
16
  __name: "Content",
17
17
  props: {
18
18
  parsedSpec: {},
@@ -21,72 +21,72 @@ const q = /* @__PURE__ */ V('<div class="section-flare" data-v-2ffda479><div cla
21
21
  servers: {},
22
22
  proxy: {}
23
23
  },
24
- setup(g) {
25
- const l = g, { hideModels: b } = W(), w = M(
24
+ setup(b) {
25
+ const l = b, { hideModels: w } = j(), C = L(
26
26
  () => l.layout === "accordion" ? "after" : "aside"
27
27
  );
28
- return (e, H) => {
29
- var c, f, m, u;
28
+ return (e, c) => {
29
+ var f, m, u, v;
30
30
  return r(), o(t, null, [
31
- q,
32
- y("div", D, [
31
+ c[0] || (c[0] = N('<div class="section-flare" data-v-2ffda479><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div><div class="section-flare-item" data-v-2ffda479></div></div>', 1)),
32
+ k("div", D, [
33
33
  p(e.$slots, "start", {}, void 0, !0),
34
- i(a(B), {
34
+ i(a(A), {
35
35
  layout: e.layout,
36
36
  parsedSpec: e.parsedSpec
37
37
  }, null, 8, ["layout", "parsedSpec"]),
38
- (f = (c = e.parsedSpec) == null ? void 0 : c.info) != null && f.title || (u = (m = e.parsedSpec) == null ? void 0 : m.info) != null && u.description ? (r(), s(a(A), {
38
+ (m = (f = e.parsedSpec) == null ? void 0 : f.info) != null && m.title || (v = (u = e.parsedSpec) == null ? void 0 : u.info) != null && v.description ? (r(), s(a(E), {
39
39
  key: 0,
40
40
  info: e.parsedSpec.info,
41
41
  parsedSpec: e.parsedSpec
42
42
  }, {
43
- [w.value]: L(() => [
44
- y("div", {
45
- class: N(["introduction-card", { "introduction-card-row": e.layout === "accordion" }])
43
+ [C.value]: U(() => [
44
+ k("div", {
45
+ class: V(["introduction-card", { "introduction-card-row": e.layout === "accordion" }])
46
46
  }, [
47
- i(a(E), {
47
+ i(a(R), {
48
48
  class: "introduction-card-item",
49
49
  defaultServerUrl: e.baseServerURL,
50
50
  servers: l.servers,
51
51
  specification: e.parsedSpec
52
52
  }, null, 8, ["defaultServerUrl", "servers", "specification"]),
53
- i(a(R), {
53
+ i(a(z), {
54
54
  class: "introduction-card-item",
55
55
  parsedSpec: e.parsedSpec,
56
56
  proxy: e.proxy
57
57
  }, null, 8, ["parsedSpec", "proxy"]),
58
- i(a(z), { class: "introduction-card-item" })
58
+ i(a(F), { class: "introduction-card-item" })
59
59
  ], 2)
60
60
  ]),
61
61
  _: 2
62
62
  }, 1032, ["info", "parsedSpec"])) : p(e.$slots, "empty-state", { key: 1 }, void 0, !0),
63
63
  e.parsedSpec.tags ? (r(), o(t, { key: 2 }, [
64
- e.parsedSpec["x-tagGroups"] ? (r(!0), o(t, { key: 0 }, U(e.parsedSpec["x-tagGroups"], (v) => (r(), s(a(k), {
65
- key: v.name,
64
+ e.parsedSpec["x-tagGroups"] ? (r(!0), o(t, { key: 0 }, B(e.parsedSpec["x-tagGroups"], (S) => (r(), s(a(h), {
65
+ key: S.name,
66
66
  layout: e.layout,
67
67
  spec: e.parsedSpec,
68
- tags: v.tags.map((d) => {
69
- var S;
70
- return (S = e.parsedSpec.tags) == null ? void 0 : S.find((C) => C.name === d);
68
+ tags: S.tags.map((d) => {
69
+ var y;
70
+ return (y = e.parsedSpec.tags) == null ? void 0 : y.find(($) => $.name === d);
71
71
  }).filter((d) => !!d)
72
- }, null, 8, ["layout", "spec", "tags"]))), 128)) : (r(), s(a(k), {
72
+ }, null, 8, ["layout", "spec", "tags"]))), 128)) : (r(), s(a(h), {
73
73
  key: 1,
74
74
  layout: e.layout,
75
75
  spec: e.parsedSpec,
76
76
  tags: e.parsedSpec.tags
77
77
  }, null, 8, ["layout", "spec", "tags"]))
78
78
  ], 64)) : n("", !0),
79
- e.parsedSpec.webhooks ? (r(), s(a(F), {
79
+ e.parsedSpec.webhooks ? (r(), s(a(G), {
80
80
  key: 3,
81
81
  webhooks: e.parsedSpec.webhooks
82
82
  }, null, 8, ["webhooks"])) : n("", !0),
83
- a(j)(e.parsedSpec) && !a(b) ? (r(), o(t, { key: 4 }, [
84
- e.layout === "accordion" ? (r(), s(a(G), {
83
+ a(q)(e.parsedSpec) && !a(w) ? (r(), o(t, { key: 4 }, [
84
+ e.layout === "accordion" ? (r(), s(a(I), {
85
85
  key: 0,
86
- schemas: a(h)(e.parsedSpec)
87
- }, null, 8, ["schemas"])) : (r(), s(a(I), {
86
+ schemas: a(g)(e.parsedSpec)
87
+ }, null, 8, ["schemas"])) : (r(), s(a(W), {
88
88
  key: 1,
89
- schemas: a(h)(e.parsedSpec)
89
+ schemas: a(g)(e.parsedSpec)
90
90
  }, null, 8, ["schemas"]))
91
91
  ], 64)) : n("", !0),
92
92
  p(e.$slots, "end", {}, void 0, !0)
@@ -96,5 +96,5 @@ const q = /* @__PURE__ */ V('<div class="section-flare" data-v-2ffda479><div cla
96
96
  }
97
97
  });
98
98
  export {
99
- se as default
99
+ re as default
100
100
  };