@scalar/api-reference 1.34.5 → 1.35.0

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 (398) hide show
  1. package/CHANGELOG.md +71 -0
  2. package/dist/browser/standalone.js +30859 -30766
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/Anchor/Anchor.vue.d.ts +6 -11
  5. package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
  6. package/dist/components/Anchor/WithBreadcrumb.vue.d.ts +11 -13
  7. package/dist/components/Anchor/WithBreadcrumb.vue.d.ts.map +1 -1
  8. package/dist/components/ApiReference.vue.d.ts +14 -1
  9. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  10. package/dist/components/ApiReference.vue.js +24 -10
  11. package/dist/components/ApiReferenceLayout.vue.d.ts +7 -31
  12. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  13. package/dist/components/ApiReferenceLayout.vue.js +2 -2
  14. package/dist/components/ApiReferenceLayout.vue2.js +179 -191
  15. package/dist/components/Badge/Badge.vue.d.ts +6 -11
  16. package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
  17. package/dist/components/ClassicHeader.vue.d.ts +8 -12
  18. package/dist/components/ClassicHeader.vue.d.ts.map +1 -1
  19. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts +1 -3
  20. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
  21. package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts +1 -1
  22. package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
  23. package/dist/components/Content/ClientLibraries/featured-clients.d.ts.map +1 -1
  24. package/dist/components/Content/ClientLibraries/index.d.ts +1 -1
  25. package/dist/components/Content/Content.vue.d.ts +9 -12
  26. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  27. package/dist/components/Content/Content.vue.js +180 -36
  28. package/dist/components/Content/IntroductionSection.vue.d.ts +18 -0
  29. package/dist/components/Content/IntroductionSection.vue.d.ts.map +1 -0
  30. package/dist/components/Content/IntroductionSection.vue.js +26 -0
  31. package/dist/components/Content/IntroductionSection.vue2.js +4 -0
  32. package/dist/components/Content/Models/ClassicLayout.vue.d.ts.map +1 -1
  33. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  34. package/dist/components/Content/Models/ModernLayout.vue.d.ts.map +1 -1
  35. package/dist/components/Content/Models/ModernLayout.vue.js +1 -1
  36. package/dist/components/Content/Models/ModernLayout.vue2.js +6 -6
  37. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
  38. package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts +1 -5
  39. package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts.map +1 -1
  40. package/dist/components/Content/Operations/TraversedEntryContainer.vue.js +28 -35
  41. package/dist/components/Content/Operations/get-current-index.d.ts.map +1 -1
  42. package/dist/components/Content/Schema/RenderString.vue.d.ts.map +1 -1
  43. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  44. package/dist/components/Content/Schema/Schema.vue.js +2 -2
  45. package/dist/components/Content/Schema/Schema.vue2.js +84 -81
  46. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +1 -1
  47. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  48. package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +1 -1
  49. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts +1 -1
  50. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts.map +1 -1
  51. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +1 -1
  52. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
  53. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts +3 -0
  54. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
  55. package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +49 -41
  56. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  57. package/dist/components/Content/Schema/SchemaProperty.vue2.js +1 -1
  58. package/dist/components/Content/Schema/SchemaPropertyDescription.vue.d.ts +6 -11
  59. package/dist/components/Content/Schema/SchemaPropertyDescription.vue.d.ts.map +1 -1
  60. package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts +10 -13
  61. package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts.map +1 -1
  62. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.d.ts.map +1 -1
  63. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +6 -11
  64. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  65. package/dist/components/Content/Schema/helpers/get-schema-type.d.ts.map +1 -1
  66. package/dist/components/Content/Schema/helpers/is-type-object.d.ts.map +1 -1
  67. package/dist/components/Content/Tags/ClassicLayout.vue.d.ts +6 -11
  68. package/dist/components/Content/Tags/ClassicLayout.vue.d.ts.map +1 -1
  69. package/dist/components/Content/Tags/ModernLayout.vue.d.ts +5 -63
  70. package/dist/components/Content/Tags/ModernLayout.vue.d.ts.map +1 -1
  71. package/dist/components/Content/Tags/Tag.vue.d.ts +7 -11
  72. package/dist/components/Content/Tags/Tag.vue.d.ts.map +1 -1
  73. package/dist/components/Content/Tags/TagSection.vue.d.ts.map +1 -1
  74. package/dist/components/Content/Tags/TagSection.vue.js +1 -1
  75. package/dist/components/GettingStarted.vue.d.ts +1 -1
  76. package/dist/components/GettingStarted.vue.d.ts.map +1 -1
  77. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +5 -10
  78. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  79. package/dist/components/IntersectionObserver.vue.d.ts +5 -12
  80. package/dist/components/IntersectionObserver.vue.d.ts.map +1 -1
  81. package/dist/components/Lazy/Lazy.vue.d.ts +5 -10
  82. package/dist/components/Lazy/Lazy.vue.d.ts.map +1 -1
  83. package/dist/components/LinkList/LinkList.vue.d.ts +6 -13
  84. package/dist/components/LinkList/LinkList.vue.d.ts.map +1 -1
  85. package/dist/components/LoadingSkeleton.vue.d.ts.map +1 -1
  86. package/dist/components/MobileHeader.vue.d.ts +6 -11
  87. package/dist/components/MobileHeader.vue.d.ts.map +1 -1
  88. package/dist/components/OperationPath.vue.d.ts +1 -1
  89. package/dist/components/OperationPath.vue.d.ts.map +1 -1
  90. package/dist/components/OperationsList/OperationsList.vue.d.ts.map +1 -1
  91. package/dist/components/OperationsList/OperationsListItem.vue.d.ts +1 -1
  92. package/dist/components/OperationsList/OperationsListItem.vue.d.ts.map +1 -1
  93. package/dist/components/ScreenReader.vue.d.ts +7 -11
  94. package/dist/components/ScreenReader.vue.d.ts.map +1 -1
  95. package/dist/components/Section/CompactSection.vue.d.ts +8 -12
  96. package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
  97. package/dist/components/Section/Section.vue.d.ts +5 -10
  98. package/dist/components/Section/Section.vue.d.ts.map +1 -1
  99. package/dist/components/Section/SectionAccordion.vue.d.ts +13 -66
  100. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  101. package/dist/components/Section/SectionColumn.vue.d.ts +6 -11
  102. package/dist/components/Section/SectionColumn.vue.d.ts.map +1 -1
  103. package/dist/components/Section/SectionColumns.vue.d.ts +6 -11
  104. package/dist/components/Section/SectionColumns.vue.d.ts.map +1 -1
  105. package/dist/components/Section/SectionContainer.vue.d.ts +7 -11
  106. package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
  107. package/dist/components/Section/SectionContainerAccordion.vue.d.ts +8 -12
  108. package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
  109. package/dist/components/Section/SectionContent.vue.d.ts +6 -11
  110. package/dist/components/Section/SectionContent.vue.d.ts.map +1 -1
  111. package/dist/components/Section/SectionHeader.vue.d.ts +8 -12
  112. package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
  113. package/dist/components/Section/SectionHeaderTag.vue.d.ts +5 -10
  114. package/dist/components/Section/SectionHeaderTag.vue.d.ts.map +1 -1
  115. package/dist/components/SectionFlare/SectionFlare.vue.d.ts.map +1 -1
  116. package/dist/components/ShowMoreButton.vue.d.ts +1 -1
  117. package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
  118. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  119. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
  120. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
  121. package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
  122. package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +1 -1
  123. package/dist/features/Operation/components/ParameterList.vue.d.ts +5 -10
  124. package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
  125. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  126. package/dist/features/Operation/components/RequestBody.vue.d.ts +5 -10
  127. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  128. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts +2 -2
  129. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
  130. package/dist/features/Operation/components/callbacks/Callback.vue.js +2 -2
  131. package/dist/features/Operation/components/callbacks/Callback.vue2.js +2 -2
  132. package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts +2 -2
  133. package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
  134. package/dist/features/Operation/components/callbacks/Callbacks.vue.js +2 -2
  135. package/dist/features/Operation/helpers/combine-params.d.ts +1 -2
  136. package/dist/features/Operation/helpers/combine-params.d.ts.map +1 -1
  137. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +1 -3
  138. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  139. package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
  140. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +35 -34
  141. package/dist/features/Operation/layouts/ClassicLayout.vue3.js +2 -2
  142. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +1 -3
  143. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  144. package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
  145. package/dist/features/Operation/layouts/ModernLayout.vue2.js +28 -27
  146. package/dist/features/Search/components/SearchButton.vue.d.ts.map +1 -1
  147. package/dist/features/Search/components/SearchModal.vue.d.ts.map +1 -1
  148. package/dist/features/api-client-modal/ApiClientModal.vue.d.ts +1 -1
  149. package/dist/features/api-client-modal/ApiClientModal.vue.d.ts.map +1 -1
  150. package/dist/features/api-client-modal/ApiClientModal.vue.js +50 -53
  151. package/dist/features/api-client-modal/useApiClient.d.ts +496 -496
  152. package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
  153. package/dist/features/document-source/hooks/useDocumentFetcher.d.ts +1 -1
  154. package/dist/features/document-source/hooks/useDocumentFetcher.d.ts.map +1 -1
  155. package/dist/features/document-source/hooks/useDocumentFetcher.js +13 -13
  156. package/dist/features/example-responses/ExampleResponse.vue.d.ts +1 -2
  157. package/dist/features/example-responses/ExampleResponse.vue.d.ts.map +1 -1
  158. package/dist/features/example-responses/ExampleResponse.vue.js +2 -2
  159. package/dist/features/example-responses/ExampleResponseTab.vue.d.ts +5 -10
  160. package/dist/features/example-responses/ExampleResponseTab.vue.d.ts.map +1 -1
  161. package/dist/features/example-responses/ExampleResponseTabList.vue.d.ts +7 -11
  162. package/dist/features/example-responses/ExampleResponseTabList.vue.d.ts.map +1 -1
  163. package/dist/features/example-responses/ExampleResponses.vue.d.ts +1 -1
  164. package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
  165. package/dist/features/example-responses/ExampleResponses.vue.js +2 -2
  166. package/dist/features/example-responses/ExampleResponses.vue2.js +9 -9
  167. package/dist/features/example-responses/helpers/get-resolved-ref-deep.d.ts.map +1 -1
  168. package/dist/features/external-docs/ExternalDocs.vue.d.ts.map +1 -1
  169. package/dist/features/info-object/Contact.vue.d.ts.map +1 -1
  170. package/dist/features/info-object/License.vue.d.ts +1 -1
  171. package/dist/features/info-object/License.vue.d.ts.map +1 -1
  172. package/dist/features/info-object/TermsOfService.vue.d.ts.map +1 -1
  173. package/dist/features/multiple-documents/DocumentSelector.vue.d.ts.map +1 -1
  174. package/dist/features/multiple-documents/useMultipleDocuments.d.ts.map +1 -1
  175. package/dist/features/sidebar/components/Sidebar.vue.d.ts +8 -14
  176. package/dist/features/sidebar/components/Sidebar.vue.d.ts.map +1 -1
  177. package/dist/features/sidebar/components/SidebarElement.vue.d.ts +8 -12
  178. package/dist/features/sidebar/components/SidebarElement.vue.d.ts.map +1 -1
  179. package/dist/features/sidebar/components/SidebarElement.vue.js +1 -1
  180. package/dist/features/sidebar/components/SidebarElement.vue2.js +60 -55
  181. package/dist/features/sidebar/components/SidebarGroup.vue.d.ts +6 -11
  182. package/dist/features/sidebar/components/SidebarGroup.vue.d.ts.map +1 -1
  183. package/dist/features/sidebar/components/SidebarHttpBadge.vue.d.ts +5 -10
  184. package/dist/features/sidebar/components/SidebarHttpBadge.vue.d.ts.map +1 -1
  185. package/dist/features/sidebar/helpers/create-sidebar.d.ts.map +1 -1
  186. package/dist/features/specification-extension/SpecificationExtension.vue.d.ts.map +1 -1
  187. package/dist/features/specification-extension/SpecificationExtension.vue.js +2 -47
  188. package/dist/features/specification-extension/SpecificationExtension.vue2.js +47 -2
  189. package/dist/features/specification-extension/helpers.d.ts +10 -0
  190. package/dist/features/specification-extension/helpers.d.ts.map +1 -0
  191. package/dist/features/specification-extension/helpers.js +4 -0
  192. package/dist/features/specification-extension/index.d.ts +1 -0
  193. package/dist/features/specification-extension/index.d.ts.map +1 -1
  194. package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -1
  195. package/dist/features/traverse-schema/helpers/get-tag.d.ts.map +1 -1
  196. package/dist/features/traverse-schema/helpers/traverse-description.d.ts +3 -1
  197. package/dist/features/traverse-schema/helpers/traverse-description.d.ts.map +1 -1
  198. package/dist/features/traverse-schema/helpers/traverse-document.d.ts.map +1 -1
  199. package/dist/features/traverse-schema/helpers/traverse-paths.d.ts +7 -3
  200. package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +1 -1
  201. package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts +3 -1
  202. package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +1 -1
  203. package/dist/features/traverse-schema/helpers/traverse-tags.d.ts +3 -1
  204. package/dist/features/traverse-schema/helpers/traverse-tags.d.ts.map +1 -1
  205. package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts +5 -1
  206. package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts.map +1 -1
  207. package/dist/features/traverse-schema/types.d.ts +1 -3
  208. package/dist/features/traverse-schema/types.d.ts.map +1 -1
  209. package/dist/features/x-badges/XBadges.vue.d.ts.map +1 -1
  210. package/dist/helpers/convert-security-scheme.d.ts +1 -1
  211. package/dist/helpers/convert-security-scheme.d.ts.map +1 -1
  212. package/dist/helpers/test-utils.d.ts.map +1 -1
  213. package/dist/hooks/useFreezing.d.ts +6 -0
  214. package/dist/hooks/useFreezing.d.ts.map +1 -0
  215. package/dist/hooks/useFreezing.js +29 -0
  216. package/dist/hooks/useNavState.d.ts +1 -2
  217. package/dist/hooks/useNavState.d.ts.map +1 -1
  218. package/dist/index.d.ts +1 -0
  219. package/dist/index.d.ts.map +1 -1
  220. package/dist/index.js +18 -16
  221. package/dist/libs/download.d.ts +0 -5
  222. package/dist/libs/download.d.ts.map +1 -1
  223. package/dist/libs/download.js +10 -13
  224. package/dist/libs/markdown.d.ts.map +1 -1
  225. package/dist/libs/openapi.d.ts +2 -4
  226. package/dist/libs/openapi.d.ts.map +1 -1
  227. package/dist/plugins/plugin-manager.d.ts.map +1 -1
  228. package/dist/standalone/lib/html-api.d.ts.map +1 -1
  229. package/dist/style.css +1 -1
  230. package/dist/v2/ApiReferenceWorkspace.vue.d.ts +11 -14
  231. package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
  232. package/dist/v2/ApiReferenceWorkspace.vue.js +92 -95
  233. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts +20 -0
  234. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -0
  235. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +7 -0
  236. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue2.js +223 -0
  237. package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.d.ts +21 -0
  238. package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.d.ts.map +1 -0
  239. package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.js +64 -0
  240. package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue2.js +4 -0
  241. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts +17 -0
  242. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts.map +1 -0
  243. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +267 -0
  244. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue2.js +4 -0
  245. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.d.ts +9 -0
  246. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.d.ts.map +1 -0
  247. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js +151 -0
  248. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue2.js +4 -0
  249. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts +20 -0
  250. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts.map +1 -0
  251. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.js +7 -0
  252. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue2.js +96 -0
  253. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.d.ts +50 -0
  254. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.d.ts.map +1 -0
  255. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.js +50 -0
  256. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue2.js +4 -0
  257. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts +17 -0
  258. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -0
  259. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +253 -0
  260. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue2.js +4 -0
  261. package/dist/v2/blocks/scalar-auth-selector-block/helpers/filter-security-requirements.d.ts +6 -0
  262. package/dist/v2/blocks/scalar-auth-selector-block/helpers/filter-security-requirements.d.ts.map +1 -0
  263. package/dist/v2/blocks/scalar-auth-selector-block/helpers/update-scheme.d.ts +8 -0
  264. package/dist/v2/blocks/scalar-auth-selector-block/helpers/update-scheme.d.ts.map +1 -0
  265. package/dist/v2/blocks/scalar-auth-selector-block/helpers/update-scheme.js +22 -0
  266. package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts +2 -0
  267. package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts.map +1 -0
  268. package/dist/v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue.d.ts +15 -0
  269. package/dist/v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue.d.ts.map +1 -0
  270. package/dist/v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue.js +7 -0
  271. package/dist/{components/Content/ClientLibraries/ClientSelector.vue2.js → v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue2.js} +33 -33
  272. package/dist/v2/blocks/scalar-client-selector-block/components/ClientSelector.vue.d.ts +16 -0
  273. package/dist/v2/blocks/scalar-client-selector-block/components/ClientSelector.vue.d.ts.map +1 -0
  274. package/dist/v2/blocks/scalar-client-selector-block/components/ClientSelector.vue.js +7 -0
  275. package/dist/v2/blocks/scalar-client-selector-block/components/ClientSelector.vue2.js +124 -0
  276. package/dist/v2/blocks/scalar-client-selector-block/helpers/featured-clients.d.ts +11 -0
  277. package/dist/v2/blocks/scalar-client-selector-block/helpers/featured-clients.d.ts.map +1 -0
  278. package/dist/v2/blocks/scalar-client-selector-block/index.d.ts +2 -0
  279. package/dist/v2/blocks/scalar-client-selector-block/index.d.ts.map +1 -0
  280. package/dist/{features/base-url/BaseUrl.vue.d.ts → v2/blocks/scalar-info-block/components/DownloadLink.vue.d.ts} +3 -4
  281. package/dist/v2/blocks/scalar-info-block/components/DownloadLink.vue.d.ts.map +1 -0
  282. package/dist/v2/blocks/scalar-info-block/components/DownloadLink.vue.js +7 -0
  283. package/dist/v2/blocks/scalar-info-block/components/DownloadLink.vue2.js +62 -0
  284. package/dist/v2/blocks/scalar-info-block/components/InfoBlock.vue.d.ts +36 -0
  285. package/dist/v2/blocks/scalar-info-block/components/InfoBlock.vue.d.ts.map +1 -0
  286. package/dist/v2/blocks/scalar-info-block/components/InfoBlock.vue.js +49 -0
  287. package/dist/v2/blocks/scalar-info-block/components/InfoBlock.vue2.js +4 -0
  288. package/dist/{components/Content/Introduction/Description.vue.d.ts → v2/blocks/scalar-info-block/components/InfoDescription.vue.d.ts} +2 -2
  289. package/dist/v2/blocks/scalar-info-block/components/InfoDescription.vue.d.ts.map +1 -0
  290. package/dist/v2/blocks/scalar-info-block/components/InfoDescription.vue.js +7 -0
  291. package/dist/v2/blocks/scalar-info-block/components/InfoDescription.vue2.js +72 -0
  292. package/dist/v2/blocks/scalar-info-block/components/InfoLinks.vue.d.ts +8 -0
  293. package/dist/v2/blocks/scalar-info-block/components/InfoLinks.vue.d.ts.map +1 -0
  294. package/dist/v2/blocks/scalar-info-block/components/InfoLinks.vue.js +36 -0
  295. package/dist/v2/blocks/scalar-info-block/components/InfoLinks.vue2.js +4 -0
  296. package/dist/v2/blocks/scalar-info-block/components/InfoVersion.vue.d.ts +7 -0
  297. package/dist/v2/blocks/scalar-info-block/components/InfoVersion.vue.d.ts.map +1 -0
  298. package/dist/v2/blocks/scalar-info-block/components/InfoVersion.vue.js +25 -0
  299. package/dist/v2/blocks/scalar-info-block/components/InfoVersion.vue2.js +4 -0
  300. package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue.d.ts +16 -0
  301. package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue.d.ts.map +1 -0
  302. package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue.js +7 -0
  303. package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue2.js +17 -0
  304. package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue3.js +4 -0
  305. package/dist/v2/blocks/scalar-info-block/components/IntroductionCardItem.vue.d.ts +13 -0
  306. package/dist/v2/blocks/scalar-info-block/components/IntroductionCardItem.vue.d.ts.map +1 -0
  307. package/dist/v2/blocks/scalar-info-block/components/IntroductionCardItem.vue.js +13 -0
  308. package/dist/v2/blocks/scalar-info-block/components/IntroductionCardItem.vue2.js +4 -0
  309. package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue.d.ts +27 -0
  310. package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue.d.ts.map +1 -0
  311. package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue.js +7 -0
  312. package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue2.js +122 -0
  313. package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue3.js +4 -0
  314. package/dist/{features/download-link/DownloadLink.vue.d.ts → v2/blocks/scalar-info-block/components/OpenApiVersion.vue.d.ts} +2 -2
  315. package/dist/v2/blocks/scalar-info-block/components/OpenApiVersion.vue.d.ts.map +1 -0
  316. package/dist/v2/blocks/scalar-info-block/components/OpenApiVersion.vue.js +19 -0
  317. package/dist/v2/blocks/scalar-info-block/components/OpenApiVersion.vue2.js +4 -0
  318. package/dist/v2/blocks/scalar-info-block/index.d.ts +3 -0
  319. package/dist/v2/blocks/scalar-info-block/index.d.ts.map +1 -0
  320. package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.d.ts +5 -8
  321. package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.d.ts.map +1 -1
  322. package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue2.js +38 -52
  323. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts +7 -8
  324. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -1
  325. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.js +1 -1
  326. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue2.js +148 -133
  327. package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts.map +1 -1
  328. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.d.ts.map +1 -1
  329. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.d.ts +1 -3
  330. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.d.ts.map +1 -1
  331. package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.d.ts +1 -1
  332. package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.d.ts.map +1 -1
  333. package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.js +4 -3
  334. package/dist/v2/blocks/scalar-server-selector-block/components/Selector.vue.d.ts +51 -0
  335. package/dist/v2/blocks/scalar-server-selector-block/components/Selector.vue.d.ts.map +1 -0
  336. package/dist/v2/blocks/scalar-server-selector-block/components/Selector.vue.js +78 -0
  337. package/dist/v2/blocks/scalar-server-selector-block/components/Selector.vue2.js +4 -0
  338. package/dist/v2/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts +18 -0
  339. package/dist/v2/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts.map +1 -0
  340. package/dist/v2/blocks/scalar-server-selector-block/components/ServerSelector.vue.js +72 -0
  341. package/dist/v2/blocks/scalar-server-selector-block/components/ServerSelector.vue2.js +4 -0
  342. package/dist/v2/blocks/scalar-server-selector-block/index.d.ts +2 -0
  343. package/dist/v2/blocks/scalar-server-selector-block/index.d.ts.map +1 -0
  344. package/dist/v2/helpers/get-document-name.d.ts.map +1 -1
  345. package/dist/v2/helpers/map-configuration.d.ts +1 -1
  346. package/dist/v2/helpers/map-configuration.d.ts.map +1 -1
  347. package/dist/v2/helpers/normalize-content.d.ts.map +1 -1
  348. package/dist/v2/hooks/use-legacy-store-events.d.ts +14 -0
  349. package/dist/v2/hooks/use-legacy-store-events.d.ts.map +1 -0
  350. package/dist/v2/hooks/use-legacy-store-events.js +65 -0
  351. package/dist/v2/hooks/use-workspace-store-events.d.ts +4 -0
  352. package/dist/v2/hooks/use-workspace-store-events.d.ts.map +1 -0
  353. package/dist/v2/hooks/use-workspace-store-events.js +43 -0
  354. package/package.json +21 -19
  355. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +0 -7
  356. package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +0 -122
  357. package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +0 -7
  358. package/dist/components/Content/Introduction/Description.vue.d.ts.map +0 -1
  359. package/dist/components/Content/Introduction/Description.vue.js +0 -7
  360. package/dist/components/Content/Introduction/Description.vue2.js +0 -72
  361. package/dist/components/Content/Introduction/Introduction.vue.d.ts +0 -13
  362. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +0 -1
  363. package/dist/components/Content/Introduction/Introduction.vue.js +0 -7
  364. package/dist/components/Content/Introduction/Introduction.vue2.js +0 -113
  365. package/dist/components/Content/Introduction/IntroductionSection.vue.d.ts +0 -25
  366. package/dist/components/Content/Introduction/IntroductionSection.vue.d.ts.map +0 -1
  367. package/dist/components/Content/Introduction/IntroductionSection.vue.js +0 -7
  368. package/dist/components/Content/Introduction/IntroductionSection.vue2.js +0 -159
  369. package/dist/components/Content/Introduction/index.d.ts +0 -2
  370. package/dist/components/Content/Introduction/index.d.ts.map +0 -1
  371. package/dist/features/base-url/BaseUrl.vue.d.ts.map +0 -1
  372. package/dist/features/base-url/BaseUrl.vue.js +0 -56
  373. package/dist/features/base-url/BaseUrl.vue2.js +0 -4
  374. package/dist/features/base-url/index.d.ts +0 -2
  375. package/dist/features/base-url/index.d.ts.map +0 -1
  376. package/dist/features/download-link/DownloadLink.vue.d.ts.map +0 -1
  377. package/dist/features/download-link/DownloadLink.vue.js +0 -7
  378. package/dist/features/download-link/DownloadLink.vue2.js +0 -61
  379. package/dist/features/download-link/index.d.ts +0 -3
  380. package/dist/features/download-link/index.d.ts.map +0 -1
  381. package/dist/features/download-link/openapi-version-symbol.d.ts +0 -2
  382. package/dist/features/download-link/openapi-version-symbol.d.ts.map +0 -1
  383. package/dist/features/download-link/openapi-version-symbol.js +0 -4
  384. package/dist/v2/events/definitions.d.ts +0 -44
  385. package/dist/v2/events/definitions.d.ts.map +0 -1
  386. package/dist/v2/events/definitions.js +0 -7
  387. package/dist/v2/events/index.d.ts +0 -3
  388. package/dist/v2/events/index.d.ts.map +0 -1
  389. package/dist/v2/events/listeners.d.ts +0 -8
  390. package/dist/v2/events/listeners.d.ts.map +0 -1
  391. package/dist/v2/events/listeners.js +0 -15
  392. /package/dist/{components/Content/ClientLibraries/ClientLibraries.vue3.js → v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue3.js} +0 -0
  393. /package/dist/{components/Content/ClientLibraries/ClientSelector.vue3.js → v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue3.js} +0 -0
  394. /package/dist/{components/Content/Introduction/Description.vue3.js → v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue3.js} +0 -0
  395. /package/dist/{components/Content/Introduction/Introduction.vue3.js → v2/blocks/scalar-client-selector-block/components/ClientSelector.vue3.js} +0 -0
  396. /package/dist/{components/Content/ClientLibraries → v2/blocks/scalar-client-selector-block/helpers}/featured-clients.js +0 -0
  397. /package/dist/{features/download-link → v2/blocks/scalar-info-block/components}/DownloadLink.vue3.js +0 -0
  398. /package/dist/{components/Content/Introduction/IntroductionSection.vue3.js → v2/blocks/scalar-info-block/components/InfoDescription.vue3.js} +0 -0
@@ -1,42 +1,41 @@
1
- import { defineComponent as me, computed as M, provide as S, ref as C, onBeforeMount as fe, onMounted as V, watch as I, toValue as U, onUnmounted as ve, useId as pe, createElementBlock as m, openBlock as a, Fragment as Y, createElementVNode as p, createVNode as f, normalizeStyle as ge, normalizeClass as he, unref as r, createCommentVNode as l, withDirectives as Se, createBlock as b, renderSlot as d, normalizeProps as g, guardReactiveProps as h, withCtx as s, vShow as be, createSlots as ye } from "vue";
2
- import { provideUseId as we } from "@headlessui/vue";
3
- import { OpenApiClientButton as ke } from "@scalar/api-client/components";
4
- import { LAYOUT_SYMBOL as $e } from "@scalar/api-client/hooks";
5
- import { WORKSPACE_SYMBOL as Me, ACTIVE_ENTITIES_SYMBOL as Te } from "@scalar/api-client/store";
6
- import { addScalarClassesToHeadless as De, ScalarErrorBoundary as Ce, ScalarSidebarFooter as Ee, ScalarColorModeToggleButton as Oe, ScalarColorModeToggleIcon as Ie } from "@scalar/components";
7
- import { sleep as Be } from "@scalar/helpers/testing/sleep";
8
- import { hasObtrusiveScrollbars as Le, getThemeStyles as Re } from "@scalar/themes";
9
- import { apiReferenceConfigurationSchema as _e } from "@scalar/types/api-reference";
10
- import { useBreakpoints as Ae } from "@scalar/use-hooks/useBreakpoints";
11
- import { useToasts as Pe, ScalarToasts as He } from "@scalar/use-toasts";
12
- import { useMediaQuery as Fe, useResizeObserver as Ne, useDebounceFn as Ve } from "@vueuse/core";
13
- import Ue from "./ClassicHeader.vue.js";
14
- import Ye from "./GettingStarted.vue.js";
15
- import { hasLazyLoaded as Ke } from "./Lazy/lazyBus.js";
16
- import ze from "./MobileHeader.vue.js";
17
- import { CONFIGURATION_SYMBOL as Ge } from "../hooks/useConfig.js";
18
- import { useNavState as Qe } from "../hooks/useNavState.js";
19
- import { downloadEventBus as K, downloadDocument as We } from "../libs/download.js";
20
- import { useDocumentSource as je } from "../features/document-source/hooks/useDocumentSource.js";
21
- import { OPENAPI_VERSION_SYMBOL as qe } from "../features/download-link/openapi-version-symbol.js";
22
- import { useSidebar as Je } from "../features/sidebar/hooks/useSidebar.js";
23
- import { PLUGIN_MANAGER_SYMBOL as Xe } from "../plugins/hooks/usePluginManager.js";
24
- import { createPluginManager as Ze } from "../plugins/plugin-manager.js";
25
- import xe from "../features/sidebar/components/Sidebar.vue.js";
1
+ import { defineComponent as ne, computed as $, provide as T, ref as D, onBeforeMount as le, onMounted as de, watch as B, onUnmounted as ue, useId as ce, createElementBlock as f, openBlock as s, Fragment as Y, createElementVNode as h, createVNode as v, normalizeStyle as me, normalizeClass as fe, unref as r, createCommentVNode as i, withDirectives as ve, createBlock as w, renderSlot as d, normalizeProps as S, guardReactiveProps as b, withCtx as n, vShow as ge, createSlots as pe } from "vue";
2
+ import { provideUseId as he } from "@headlessui/vue";
3
+ import { OpenApiClientButton as Se } from "@scalar/api-client/components";
4
+ import { LAYOUT_SYMBOL as be } from "@scalar/api-client/hooks";
5
+ import { WORKSPACE_SYMBOL as ye, ACTIVE_ENTITIES_SYMBOL as we } from "@scalar/api-client/store";
6
+ import { addScalarClassesToHeadless as ke, ScalarErrorBoundary as $e, ScalarSidebarFooter as Te, ScalarColorModeToggleButton as Me, ScalarColorModeToggleIcon as Ce } from "@scalar/components";
7
+ import { sleep as De } from "@scalar/helpers/testing/sleep";
8
+ import { hasObtrusiveScrollbars as Ee, getThemeStyles as Ie } from "@scalar/themes";
9
+ import { apiReferenceConfigurationSchema as Le } from "@scalar/types/api-reference";
10
+ import { useBreakpoints as Be } from "@scalar/use-hooks/useBreakpoints";
11
+ import { useToasts as Oe, ScalarToasts as Re } from "@scalar/use-toasts";
12
+ import { useMediaQuery as _e, useResizeObserver as He, useDebounceFn as Ae } from "@vueuse/core";
13
+ import Fe from "./ClassicHeader.vue.js";
14
+ import Pe from "./GettingStarted.vue.js";
15
+ import { hasLazyLoaded as Ne } from "./Lazy/lazyBus.js";
16
+ import Ue from "./MobileHeader.vue.js";
17
+ import { CONFIGURATION_SYMBOL as Ke } from "../hooks/useConfig.js";
18
+ import { useNavState as Ve } from "../hooks/useNavState.js";
19
+ import { useLegacyStoreEvents as Ye } from "../v2/hooks/use-legacy-store-events.js";
20
+ import { useDocumentSource as ze } from "../features/document-source/hooks/useDocumentSource.js";
21
+ import { useSidebar as Ge } from "../features/sidebar/hooks/useSidebar.js";
22
+ import { PLUGIN_MANAGER_SYMBOL as Qe } from "../plugins/hooks/usePluginManager.js";
23
+ import { createPluginManager as We } from "../plugins/plugin-manager.js";
24
+ import je from "../features/sidebar/components/Sidebar.vue.js";
26
25
  import z from "../features/Search/components/SearchButton.vue.js";
27
- import et from "./Content/Content.vue.js";
26
+ import qe from "./Content/Content.vue.js";
28
27
  import "./Content/Content.vue2.js";
29
- import tt from "../features/api-client-modal/ApiClientModal.vue.js";
30
- const ot = ["innerHTML"], rt = { class: "references-header" }, at = ["aria-label"], nt = { class: "references-navigation-list" }, lt = { key: 0 }, st = {
28
+ import Je from "../features/api-client-modal/ApiClientModal.vue.js";
29
+ const Xe = ["innerHTML"], Ze = { class: "references-header" }, xe = ["aria-label"], et = { class: "references-navigation-list" }, tt = { key: 0 }, ot = {
31
30
  key: 1,
32
31
  class: "scalar-api-references-standalone-search"
33
- }, it = { key: 1 }, dt = { class: "references-editor" }, ut = { class: "references-editor-textarea" }, ct = ["aria-label"], mt = {
32
+ }, rt = { key: 1 }, at = { class: "references-editor" }, st = { class: "references-editor-textarea" }, it = ["aria-label"], nt = {
34
33
  key: 0,
35
34
  class: "w-64 *:!p-0 empty:hidden"
36
- }, ft = {
35
+ }, lt = {
37
36
  key: 0,
38
37
  class: "references-footer"
39
- }, Kt = /* @__PURE__ */ me({
38
+ }, Ft = /* @__PURE__ */ ne({
40
39
  inheritAttrs: !1,
41
40
  __name: "ApiReferenceLayout",
42
41
  props: {
@@ -48,124 +47,113 @@ const ot = ["innerHTML"], rt = { class: "references-header" }, at = ["aria-label
48
47
  store: {}
49
48
  },
50
49
  emits: ["changeTheme", "updateContent", "loadSwaggerFile", "linkSwaggerFile", "toggleDarkMode"],
51
- setup(T) {
52
- const t = M(
53
- () => _e.parse(T.configuration)
54
- ), { initializeToasts: G, toast: Q } = Pe();
50
+ setup(M) {
51
+ const t = $(
52
+ () => Le.parse(M.configuration)
53
+ ), { initializeToasts: G, toast: Q } = Oe();
55
54
  G((e) => Q(e));
56
- const {
57
- originalDocument: W,
58
- originalOpenApiVersion: j,
59
- dereferencedDocument: v,
60
- workspaceStore: q,
61
- activeEntitiesStore: J
62
- } = je({
55
+ const { dereferencedDocument: g, workspaceStore: O, activeEntitiesStore: R } = ze({
63
56
  configuration: t,
64
- dereferencedDocument: T.dereferencedDocument,
65
- originalDocument: T.originalDocument
57
+ dereferencedDocument: M.dereferencedDocument,
58
+ originalDocument: M.originalDocument
66
59
  });
67
- S(qe, j), S(Me, q), S(Te, J);
68
- const X = Fe("(min-width: 1150px)"), Z = C("100dvh"), y = C(null);
69
- Ne(y, (e) => {
70
- Z.value = e[0] ? e[0].contentRect.height + "px" : "100dvh";
60
+ T(ye, O), T(we, R);
61
+ const W = _e("(min-width: 1150px)"), j = D("100dvh"), y = D(null);
62
+ He(y, (e) => {
63
+ j.value = e[0] ? e[0].contentRect.height + "px" : "100dvh";
71
64
  });
72
- const x = M(Le), B = Qe(t), { isSidebarOpen: E, setCollapsedSidebarItem: L, scrollToOperation: ee, items: te } = Je(v, {
73
- ...B,
65
+ const q = $(Ee), _ = Ve(t), { isSidebarOpen: E, setCollapsedSidebarItem: I, scrollToOperation: J, items: H } = Ge(g, {
66
+ ..._,
74
67
  config: t
75
68
  }), {
76
- getReferenceId: oe,
77
- getPathRoutingId: re,
78
- getSectionId: ae,
79
- getTagId: ne,
80
- hash: D,
81
- isIntersectionEnabled: R,
82
- updateHash: _,
83
- replaceUrlState: le
84
- } = B;
69
+ getReferenceId: X,
70
+ getPathRoutingId: Z,
71
+ getSectionId: x,
72
+ getTagId: ee,
73
+ hash: C,
74
+ isIntersectionEnabled: A,
75
+ updateHash: F,
76
+ replaceUrlState: te
77
+ } = _;
85
78
  if (t.value.redirect && typeof window < "u") {
86
79
  const e = t.value.redirect(
87
80
  (t.value.pathRouting ? window.location.pathname : "") + window.location.hash
88
81
  );
89
82
  e && history.replaceState({}, "", e);
90
83
  }
91
- fe(() => {
92
- _(), De();
84
+ le(() => {
85
+ F(), ke();
93
86
  });
94
- const A = async (e) => {
87
+ const P = async (e) => {
95
88
  var o;
96
- R.value = !1, _(), e ? ee(e) : (o = y.value) == null || o.scrollTo(0, 0), await Be(100), R.value = !0;
97
- }, P = C(0);
98
- V(() => {
99
- var n, w, k;
89
+ A.value = !1, F(), e ? J(e) : (o = y.value) == null || o.scrollTo(0, 0), await De(100), A.value = !0;
90
+ }, N = D(0);
91
+ de(() => {
92
+ var c, a, p;
100
93
  history.scrollRestoration = "manual";
101
- const e = (w = (n = y.value) == null ? void 0 : n.parentElement) == null ? void 0 : w.getBoundingClientRect(), o = (k = y.value) == null ? void 0 : k.getBoundingClientRect();
94
+ const e = (a = (c = y.value) == null ? void 0 : c.parentElement) == null ? void 0 : a.getBoundingClientRect(), o = (p = y.value) == null ? void 0 : p.getBoundingClientRect();
102
95
  if (e && o) {
103
- const $ = o.top - e.top;
104
- P.value = $ < 2 ? 0 : $;
96
+ const k = o.top - e.top;
97
+ N.value = k < 2 ? 0 : k;
105
98
  }
106
99
  window.onhashchange = () => {
107
- A(oe());
108
- }, window.onpopstate = () => t.value.pathRouting && A(re(window.location.pathname)), window.addEventListener("scroll", H, { passive: !0 });
100
+ P(X());
101
+ }, window.onpopstate = () => t.value.pathRouting && P(Z(window.location.pathname)), window.addEventListener("scroll", U, { passive: !0 });
109
102
  });
110
- const se = M(
111
- () => X.value || !t.value.isEditable
112
- ), H = Ve(() => {
113
- window.scrollY < 50 && Ke.value && le("");
114
- }), ie = C(!1);
115
- I(v, (e) => {
116
- var o;
117
- if (D.value) {
118
- const n = ae(D.value);
119
- n && L(n, !0);
103
+ const oe = $(
104
+ () => W.value || !t.value.isEditable
105
+ ), U = Ae(() => {
106
+ window.scrollY < 50 && Ne.value && te("");
107
+ }), re = D(!1);
108
+ B(g, (e) => {
109
+ var o, c;
110
+ if (C.value) {
111
+ const a = x(C.value);
112
+ a && I(a, !0);
113
+ } else if ((o = e.tags) != null && o.length) {
114
+ const a = (c = e.tags) == null ? void 0 : c[0];
115
+ a && I(ee(a), !0);
120
116
  } else {
121
- const n = (o = e.tags) == null ? void 0 : o[0];
122
- n && L(ne(n), !0);
117
+ const a = H.value.entries.find((p) => "tag" in p);
118
+ a && I(a.id, !0);
123
119
  }
124
- ie.value = !0;
120
+ re.value = !0;
125
121
  });
126
- const u = M(() => {
122
+ const u = $(() => {
127
123
  var e;
128
124
  return {
129
- breadcrumb: ((e = te.value) == null ? void 0 : e.titles.get(D.value)) ?? ""
125
+ breadcrumb: ((e = H.value) == null ? void 0 : e.titles.get(C.value)) ?? ""
130
126
  };
131
127
  });
132
- V(
133
- () => K.on(({ filename: e, format: o }) => {
134
- We(
135
- U(W) || U(T.rawSpec) || "",
136
- e,
137
- o
138
- );
139
- })
140
- ), ve(() => {
141
- window.removeEventListener("scroll", H), K.reset();
142
- }), we(() => pe()), S($e, "modal"), S(Ge, t), S(
143
- Xe,
144
- Ze({
128
+ ue(() => {
129
+ window.removeEventListener("scroll", U);
130
+ }), he(() => ce()), T(be, "modal"), T(Ke, t), T(
131
+ Qe,
132
+ We({
145
133
  plugins: t.value.plugins
146
134
  })
147
135
  );
148
- const de = M(
136
+ const ae = $(
149
137
  () => `<style>
150
- ${Re(t.value.theme, {
138
+ ${Ie(t.value.theme, {
151
139
  fonts: t.value.withDefaultFonts
152
140
  })}</style>`
153
- ), { mediaQueries: ue } = Ae(), ce = !1;
154
- return I(ue.lg, (e, o) => {
141
+ ), { mediaQueries: se } = Be(), ie = !1;
142
+ return B(se.lg, (e, o) => {
155
143
  o && !e && (E.value = !1);
156
- }), I(D, (e, o) => {
144
+ }), B(C, (e, o) => {
157
145
  e && e !== o && (E.value = !1);
158
- }), (e, o) => {
159
- var n, w, k, $, F;
160
- return a(), m(Y, null, [
161
- p("div", { innerHTML: de.value }, null, 8, ot),
162
- p("div", {
146
+ }), Ye(M.store, O, R, y), (e, o) => {
147
+ var c, a, p, k, K;
148
+ return s(), f(Y, null, [
149
+ h("div", { innerHTML: ae.value }, null, 8, Xe),
150
+ h("div", {
163
151
  ref_key: "documentEl",
164
152
  ref: y,
165
- class: he(["scalar-app scalar-api-reference references-layout", [
153
+ class: fe(["scalar-app scalar-api-reference references-layout", [
166
154
  {
167
155
  "scalar-api-references-standalone-mobile": t.value.showSidebar ?? !0,
168
- "scalar-scrollbars-obtrusive": x.value,
156
+ "scalar-scrollbars-obtrusive": q.value,
169
157
  "references-editable": t.value.isEditable,
170
158
  "references-sidebar": t.value.showSidebar,
171
159
  "references-sidebar-mobile-open": r(E),
@@ -173,61 +161,61 @@ const ot = ["innerHTML"], rt = { class: "references-header" }, at = ["aria-label
173
161
  },
174
162
  e.$attrs.class
175
163
  ]]),
176
- style: ge({
177
- "--scalar-y-offset": `var(--scalar-custom-header-height, ${P.value}px)`
164
+ style: me({
165
+ "--scalar-y-offset": `var(--scalar-custom-header-height, ${N.value}px)`
178
166
  })
179
167
  }, [
180
- p("div", rt, [
181
- t.value.layout === "modern" && (t.value.showSidebar ?? !0) ? (a(), b(ze, {
168
+ h("div", Ze, [
169
+ t.value.layout === "modern" && (t.value.showSidebar ?? !0) ? (s(), w(Ue, {
182
170
  key: 0,
183
171
  breadcrumb: u.value.breadcrumb
184
- }, null, 8, ["breadcrumb"])) : l("", !0),
185
- d(e.$slots, "header", g(h(u.value)), void 0, !0)
172
+ }, null, 8, ["breadcrumb"])) : i("", !0),
173
+ d(e.$slots, "header", S(b(u.value)), void 0, !0)
186
174
  ]),
187
- t.value.showSidebar ? (a(), m("aside", {
175
+ t.value.showSidebar ? (s(), f("aside", {
188
176
  key: 0,
189
- "aria-label": `Sidebar for ${(w = (n = r(v)) == null ? void 0 : n.info) == null ? void 0 : w.title}`,
177
+ "aria-label": `Sidebar for ${(a = (c = r(g)) == null ? void 0 : c.info) == null ? void 0 : a.title}`,
190
178
  class: "references-navigation t-doc__sidebar"
191
179
  }, [
192
- p("div", nt, [
193
- f(r(Ce), null, {
194
- default: s(() => {
195
- var i, c;
180
+ h("div", et, [
181
+ v(r($e), null, {
182
+ default: n(() => {
183
+ var l, m;
196
184
  return [
197
- f(r(xe), {
198
- title: ((c = (i = r(v)) == null ? void 0 : i.info) == null ? void 0 : c.title) ?? "The OpenAPI Schema"
185
+ v(r(je), {
186
+ title: ((m = (l = r(g)) == null ? void 0 : l.info) == null ? void 0 : m.title) ?? "The OpenAPI Schema"
199
187
  }, {
200
- "sidebar-start": s(() => {
201
- var O, N;
188
+ "sidebar-start": n(() => {
189
+ var L, V;
202
190
  return [
203
- e.$slots["document-selector"] ? (a(), m("div", lt, [
191
+ e.$slots["document-selector"] ? (s(), f("div", tt, [
204
192
  d(e.$slots, "document-selector", {}, void 0, !0)
205
- ])) : l("", !0),
206
- t.value.hideSearch ? l("", !0) : (a(), m("div", st, [
207
- f(r(z), {
208
- searchHotKey: (O = t.value) == null ? void 0 : O.searchHotKey,
209
- hideModels: (N = t.value) == null ? void 0 : N.hideModels
210
- }, null, 8, ["searchHotKey", "hideModels"])
193
+ ])) : i("", !0),
194
+ t.value.hideSearch ? i("", !0) : (s(), f("div", ot, [
195
+ v(r(z), {
196
+ hideModels: (L = t.value) == null ? void 0 : L.hideModels,
197
+ searchHotKey: (V = t.value) == null ? void 0 : V.searchHotKey
198
+ }, null, 8, ["hideModels", "searchHotKey"])
211
199
  ])),
212
- d(e.$slots, "sidebar-start", g(h(u.value)), void 0, !0)
200
+ d(e.$slots, "sidebar-start", S(b(u.value)), void 0, !0)
213
201
  ];
214
202
  }),
215
- "sidebar-end": s(() => [
216
- d(e.$slots, "sidebar-end", g(h(u.value)), () => [
217
- f(r(Ee), { class: "darklight-reference" }, {
218
- toggle: s(() => [
219
- t.value.hideDarkModeToggle ? (a(), m("span", it)) : (a(), b(r(Oe), {
203
+ "sidebar-end": n(() => [
204
+ d(e.$slots, "sidebar-end", S(b(u.value)), () => [
205
+ v(r(Te), { class: "darklight-reference" }, {
206
+ toggle: n(() => [
207
+ t.value.hideDarkModeToggle ? (s(), f("span", rt)) : (s(), w(r(Me), {
220
208
  key: 0,
221
209
  modelValue: e.isDark,
222
- "onUpdate:modelValue": o[0] || (o[0] = (O) => e.$emit("toggleDarkMode"))
210
+ "onUpdate:modelValue": o[0] || (o[0] = (L) => e.$emit("toggleDarkMode"))
223
211
  }, null, 8, ["modelValue"]))
224
212
  ]),
225
- default: s(() => [
226
- t.value.hideClientButton ? l("", !0) : (a(), b(r(ke), {
213
+ default: n(() => [
214
+ t.value.hideClientButton ? i("", !0) : (s(), w(r(Se), {
227
215
  key: 0,
228
216
  buttonSource: "sidebar",
229
217
  integration: t.value._integration,
230
- isDevelopment: ce,
218
+ isDevelopment: ie,
231
219
  url: t.value.url
232
220
  }, null, 8, ["integration", "url"]))
233
221
  ]),
@@ -242,92 +230,92 @@ const ot = ["innerHTML"], rt = { class: "references-header" }, at = ["aria-label
242
230
  _: 3
243
231
  })
244
232
  ])
245
- ], 8, at)) : l("", !0),
246
- Se(p("div", dt, [
247
- p("div", ut, [
248
- d(e.$slots, "editor", g(h(u.value)), void 0, !0)
233
+ ], 8, xe)) : i("", !0),
234
+ ve(h("div", at, [
235
+ h("div", st, [
236
+ d(e.$slots, "editor", S(b(u.value)), void 0, !0)
249
237
  ])
250
238
  ], 512), [
251
- [be, t.value.isEditable]
239
+ [ge, t.value.isEditable]
252
240
  ]),
253
- se.value ? (a(), m(Y, { key: 1 }, [
254
- p("main", {
255
- "aria-label": `Open API Documentation for ${($ = (k = r(v)) == null ? void 0 : k.info) == null ? void 0 : $.title}`,
241
+ oe.value ? (s(), f(Y, { key: 1 }, [
242
+ h("main", {
243
+ "aria-label": `Open API Documentation for ${(k = (p = r(g)) == null ? void 0 : p.info) == null ? void 0 : k.title}`,
256
244
  class: "references-rendered"
257
245
  }, [
258
- f(r(et), {
259
- document: r(v),
246
+ v(r(qe), {
260
247
  config: t.value,
248
+ document: r(g),
261
249
  store: e.store
262
- }, ye({
263
- start: s(() => [
264
- d(e.$slots, "content-start", g(h(u.value)), () => [
265
- t.value.layout === "classic" ? (a(), b(Ue, { key: 0 }, {
266
- "dark-mode-toggle": s(() => [
267
- t.value.hideDarkModeToggle ? l("", !0) : (a(), b(r(Ie), {
250
+ }, pe({
251
+ start: n(() => [
252
+ d(e.$slots, "content-start", S(b(u.value)), () => [
253
+ t.value.layout === "classic" ? (s(), w(Fe, { key: 0 }, {
254
+ "dark-mode-toggle": n(() => [
255
+ t.value.hideDarkModeToggle ? i("", !0) : (s(), w(r(Ce), {
268
256
  key: 0,
269
257
  class: "text-c-2 hover:text-c-1",
270
258
  mode: e.isDark ? "dark" : "light",
271
259
  style: { transform: "scale(1.4)" },
272
260
  variant: "icon",
273
- onClick: o[1] || (o[1] = (i) => e.$emit("toggleDarkMode"))
261
+ onClick: o[1] || (o[1] = (l) => e.$emit("toggleDarkMode"))
274
262
  }, null, 8, ["mode"]))
275
263
  ]),
276
- default: s(() => {
277
- var i;
264
+ default: n(() => {
265
+ var l;
278
266
  return [
279
- e.$slots["document-selector"] ? (a(), m("div", mt, [
267
+ e.$slots["document-selector"] ? (s(), f("div", nt, [
280
268
  d(e.$slots, "document-selector", {}, void 0, !0)
281
- ])) : l("", !0),
282
- t.value.hideSearch ? l("", !0) : (a(), b(r(z), {
269
+ ])) : i("", !0),
270
+ t.value.hideSearch ? i("", !0) : (s(), w(r(z), {
283
271
  key: 1,
284
272
  class: "t-doc__sidebar max-w-64",
285
- searchHotKey: t.value.searchHotKey,
286
- hideModels: (i = t.value) == null ? void 0 : i.hideModels
287
- }, null, 8, ["searchHotKey", "hideModels"]))
273
+ hideModels: (l = t.value) == null ? void 0 : l.hideModels,
274
+ searchHotKey: t.value.searchHotKey
275
+ }, null, 8, ["hideModels", "searchHotKey"]))
288
276
  ];
289
277
  }),
290
278
  _: 3
291
- })) : l("", !0)
279
+ })) : i("", !0)
292
280
  ], !0)
293
281
  ]),
294
- end: s(() => [
295
- d(e.$slots, "content-end", g(h(u.value)), void 0, !0)
282
+ end: n(() => [
283
+ d(e.$slots, "content-end", S(b(u.value)), void 0, !0)
296
284
  ]),
297
285
  _: 2
298
286
  }, [
299
- (F = t.value) != null && F.isEditable ? {
287
+ (K = t.value) != null && K.isEditable ? {
300
288
  name: "empty-state",
301
- fn: s(() => {
302
- var i;
289
+ fn: n(() => {
290
+ var l;
303
291
  return [
304
- f(Ye, {
305
- theme: ((i = t.value) == null ? void 0 : i.theme) || "default",
306
- onChangeTheme: o[2] || (o[2] = (c) => e.$emit("changeTheme", c)),
307
- onLinkSwaggerFile: o[3] || (o[3] = (c) => e.$emit("linkSwaggerFile")),
308
- onLoadSwaggerFile: o[4] || (o[4] = (c) => e.$emit("loadSwaggerFile")),
309
- onUpdateContent: o[5] || (o[5] = (c) => e.$emit("updateContent", c))
292
+ v(Pe, {
293
+ theme: ((l = t.value) == null ? void 0 : l.theme) || "default",
294
+ onChangeTheme: o[2] || (o[2] = (m) => e.$emit("changeTheme", m)),
295
+ onLinkSwaggerFile: o[3] || (o[3] = (m) => e.$emit("linkSwaggerFile")),
296
+ onLoadSwaggerFile: o[4] || (o[4] = (m) => e.$emit("loadSwaggerFile")),
297
+ onUpdateContent: o[5] || (o[5] = (m) => e.$emit("updateContent", m))
310
298
  }, null, 8, ["theme"])
311
299
  ];
312
300
  }),
313
301
  key: "0"
314
302
  } : void 0
315
- ]), 1032, ["document", "config", "store"])
316
- ], 8, ct),
317
- e.$slots.footer ? (a(), m("div", ft, [
318
- d(e.$slots, "footer", g(h(u.value)), void 0, !0)
319
- ])) : l("", !0)
320
- ], 64)) : l("", !0),
321
- f(r(tt), {
303
+ ]), 1032, ["config", "document", "store"])
304
+ ], 8, it),
305
+ e.$slots.footer ? (s(), f("div", lt, [
306
+ d(e.$slots, "footer", S(b(u.value)), void 0, !0)
307
+ ])) : i("", !0)
308
+ ], 64)) : i("", !0),
309
+ v(r(Je), {
322
310
  configuration: t.value,
323
- dereferencedDocument: r(v)
311
+ dereferencedDocument: r(g)
324
312
  }, null, 8, ["configuration", "dereferencedDocument"])
325
313
  ], 6),
326
- f(r(He))
314
+ v(r(Re))
327
315
  ], 64);
328
316
  };
329
317
  }
330
318
  });
331
319
  export {
332
- Kt as default
320
+ Ft as default
333
321
  };
@@ -1,19 +1,14 @@
1
1
  type __VLS_Props = {
2
2
  color?: string;
3
3
  };
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: {
7
- default?(_: {}): any;
8
- };
9
- refs: {};
10
- rootEl: HTMLDivElement;
4
+ declare var __VLS_1: {};
5
+ type __VLS_Slots = {} & {
6
+ default?: (props: typeof __VLS_1) => any;
11
7
  };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
8
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
15
10
  export default _default;
16
- type __VLS_WithTemplateSlots<T, S> = T & {
11
+ type __VLS_WithSlots<T, S> = T & {
17
12
  new (): {
18
13
  $slots: S;
19
14
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.vue"],"names":[],"mappings":"AA+DA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AAkBF,iBAAS,cAAc;WAgDT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"Badge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Badge/Badge.vue"],"names":[],"mappings":"AA6DA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf,CAAC;AA0CF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAoB/C,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,17 +1,13 @@
1
- declare function __VLS_template(): {
2
- attrs: Partial<{}>;
3
- slots: {
4
- default?(_: {}): any;
5
- "dark-mode-toggle"?(_: {}): any;
6
- };
7
- refs: {};
8
- rootEl: HTMLDivElement;
1
+ declare var __VLS_1: {}, __VLS_3: {};
2
+ type __VLS_Slots = {} & {
3
+ default?: (props: typeof __VLS_1) => any;
4
+ } & {
5
+ 'dark-mode-toggle'?: (props: typeof __VLS_3) => any;
9
6
  };
10
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
+ 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>;
8
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
13
9
  export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
10
+ type __VLS_WithSlots<T, S> = T & {
15
11
  new (): {
16
12
  $slots: S;
17
13
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ClassicHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/ClassicHeader.vue"],"names":[],"mappings":"AAoDA,iBAAS,cAAc;WAkDT,OAAO,IAA6B;;yBATrB,GAAG;oCACQ,GAAG;;;;EAa1C;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,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":"AA+EA,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,kBAAkB,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAkB1D,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -9,8 +9,6 @@ type __VLS_Props = {
9
9
  /** The currently selected Http Client */
10
10
  selectedClient?: AvailableClients[number];
11
11
  };
12
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
13
- wrapper: HTMLDivElement;
14
- }, any>;
12
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
13
  export default _default;
16
14
  //# sourceMappingURL=ClientLibraries.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClientLibraries.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientLibraries.vue"],"names":[],"mappings":"AAsMA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;AACxD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAA;AAIlF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AAQvF,KAAK,WAAW,GAAG;IACjB,sCAAsC;IACtC,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,yDAAyD;IACzD,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,yCAAyC;IACzC,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;CAC1C,CAAC;;;;AA8PF,wBAOG"}
1
+ {"version":3,"file":"ClientLibraries.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientLibraries.vue"],"names":[],"mappings":"AAsMA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;AAExD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAA;AAIlF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AAKvF,KAAK,WAAW,GAAG;IACjB,sCAAsC;IACtC,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,yDAAyD;IACzD,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,yCAAyC;IACzC,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;CAC1C,CAAC;;AAqRF,wBAMG"}
@@ -10,6 +10,6 @@ type __VLS_Props = {
10
10
  /** The id of the tab panel that contains for the non featured clients */
11
11
  morePanel?: string;
12
12
  };
13
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;
15
15
  //# sourceMappingURL=ClientSelector.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":"AA0PA,OAAO,KAAK,EAAE,gBAAgB,EAAY,MAAM,wBAAwB,CAAA;AAIxE,OAAO,KAAK,EACV,YAAY,EACZ,iBAAiB,EAClB,MAAM,gDAAgD,CAAA;AAOvD,KAAK,WAAW,GAAG;IACjB,qBAAqB;IACrB,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,yCAAyC;IACzC,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;IACzC,+BAA+B;IAC/B,eAAe,EAAE,YAAY,EAAE,CAAA;IAC/B,yEAAyE;IACzE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;;AAmNF,wBAOG"}
1
+ {"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":"AA0PA,OAAO,KAAK,EAAE,gBAAgB,EAAY,MAAM,wBAAwB,CAAA;AAKxE,OAAO,KAAK,EACV,YAAY,EACZ,iBAAiB,EAClB,MAAM,gDAAgD,CAAA;AAIvD,KAAK,WAAW,GAAG;IACjB,qBAAqB;IACrB,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,yCAAyC;IACzC,cAAc,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAA;IACzC,+BAA+B;IAC/B,eAAe,EAAE,YAAY,EAAE,CAAA;IAC/B,yEAAyE;IACzE,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;;AA+OF,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"featured-clients.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/featured-clients.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AACrG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;AAWxD,sDAAsD;AACtD,eAAO,MAAM,gBAAgB,aACjB,gBAAgB,CAAC,MAAM,CAAC,GAAG,SAAS,oBAC7B,gBAAgB,CAAC,MAAM,CAAC,EAAE,YACmD,CAAA;AAEhG;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,kBACd,iBAAiB,EAAE,oBACjB,gBAAgB,CAAC,MAAM,CAAC,EAAE,KAC1C,YAAY,EAgBd,CAAA"}
1
+ {"version":3,"file":"featured-clients.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/featured-clients.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AACrG,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAA;AAWxD,sDAAsD;AACtD,eAAO,MAAM,gBAAgB,GAC3B,UAAU,gBAAgB,CAAC,MAAM,CAAC,GAAG,SAAS,EAC9C,kBAAiB,gBAAgB,CAAC,MAAM,CAAC,EAAqB,YACgC,CAAA;AAEhG;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,GAC7B,eAAe,iBAAiB,EAAE,EAClC,kBAAiB,gBAAgB,CAAC,MAAM,CAAC,EAAqB,KAC7D,YAAY,EAgBd,CAAA"}