@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,2 +1,2 @@
1
- export { default as ClientLibraries } from './ClientLibraries.vue.js';
1
+ export { default as ClientLibraries } from './ClientLibraries.vue';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -6,21 +6,18 @@ type __VLS_Props = {
6
6
  config: ApiReferenceConfiguration;
7
7
  store: WorkspaceStore;
8
8
  };
9
- declare function __VLS_template(): {
10
- attrs: Partial<{}>;
11
- slots: {
12
- start?(_: {}): any;
13
- "empty-state"?(_: {}): any;
14
- end?(_: {}): any;
15
- };
16
- refs: {};
17
- rootEl: any;
9
+ declare var __VLS_5: {}, __VLS_50: {}, __VLS_60: {};
10
+ type __VLS_Slots = {} & {
11
+ start?: (props: typeof __VLS_5) => any;
12
+ } & {
13
+ 'empty-state'?: (props: typeof __VLS_50) => any;
14
+ } & {
15
+ end?: (props: typeof __VLS_60) => any;
18
16
  };
19
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
17
  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>;
21
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
19
  export default _default;
23
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
24
21
  new (): {
25
22
  $slots: S;
26
23
  };
@@ -1 +1 @@
1
- {"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAyEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAapE,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,MAAM,EAAE,yBAAyB,CAAA;IACjC,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;AAiBF,iBAAS,cAAc;WAyET,OAAO,IAA6B;;uBAVvB,GAAG;+BACM,GAAG;qBACb,GAAG;;;;EAa5B;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,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":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AA6MA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAmBpE,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,MAAM,EAAE,yBAAyB,CAAA;IACjC,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;AAsUF,QAAA,IAAI,OAAO,IAAU,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AAClE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC1C;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACnD;IAAE,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAuC5C,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,51 +1,195 @@
1
- import { defineComponent as p, computed as a, createElementBlock as g, openBlock as t, Fragment as k, createVNode as u, createElementVNode as C, unref as o, renderSlot as r, createBlock as f, createCommentVNode as O } from "vue";
2
- import { useConfig as $ } from "../../hooks/useConfig.js";
3
- import { generateClientOptions as h } from "../../v2/blocks/scalar-request-example-block/helpers/generate-client-options.js";
4
- import v from "../SectionFlare/SectionFlare.vue.js";
5
- import y from "./Introduction/Introduction.vue.js";
6
- import _ from "./Operations/TraversedEntryContainer.vue.js";
7
- import B from "./Models/Models.vue.js";
8
- const N = { class: "narrow-references-container" }, q = /* @__PURE__ */ p({
1
+ import { defineComponent as F, computed as a, createElementBlock as B, openBlock as l, Fragment as j, createVNode as o, createElementVNode as T, unref as t, renderSlot as v, createBlock as m, createCommentVNode as d, withCtx as n } from "vue";
2
+ import { useWorkspace as W, useActiveEntities as x } from "@scalar/api-client/store";
3
+ import { ScalarErrorBoundary as p } from "@scalar/components";
4
+ import { getSlugUid as z } from "@scalar/oas-utils/transforms";
5
+ import G from "./IntroductionSection.vue.js";
6
+ import { useFreezing as H } from "../../hooks/useFreezing.js";
7
+ import { useNavState as K } from "../../hooks/useNavState.js";
8
+ import { generateClientOptions as M } from "../../v2/blocks/scalar-request-example-block/helpers/generate-client-options.js";
9
+ import { DEFAULT_INTRODUCTION_SLUG as R } from "../../features/traverse-schema/helpers/traverse-description.js";
10
+ import { getXKeysFromObject as D } from "../../features/specification-extension/helpers.js";
11
+ import X from "../SectionFlare/SectionFlare.vue.js";
12
+ import q from "../../v2/blocks/scalar-info-block/components/InfoBlock.vue.js";
13
+ import g from "../../v2/blocks/scalar-info-block/components/IntroductionCardItem.vue.js";
14
+ import J from "../../v2/blocks/scalar-server-selector-block/components/ServerSelector.vue.js";
15
+ import P from "../../v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js";
16
+ import Q from "../../v2/blocks/scalar-client-selector-block/components/ClientSelector.vue.js";
17
+ import Y from "./Operations/TraversedEntryContainer.vue.js";
18
+ import Z from "./Models/Models.vue.js";
19
+ const _ = { class: "narrow-references-container" }, he = /* @__PURE__ */ F({
9
20
  __name: "Content",
10
21
  props: {
11
22
  document: {},
12
23
  config: {},
13
24
  store: {}
14
25
  },
15
- setup(V) {
16
- const n = $(), i = a(
17
- () => h(n.value.hiddenClients)
18
- );
19
- return (e, E) => {
20
- var c, s, m, l, d;
21
- return t(), g(k, null, [
22
- u(o(v)),
23
- C("div", N, [
24
- r(e.$slots, "start"),
25
- (s = (c = e.document) == null ? void 0 : c.info) != null && s.title || (l = (m = e.document) == null ? void 0 : m.info) != null && l.description ? (t(), f(o(y), {
26
- key: 0,
27
- document: e.document,
28
- store: e.store,
29
- clientOptions: i.value,
30
- config: o(n)
31
- }, null, 8, ["document", "store", "clientOptions", "config"])) : r(e.$slots, "empty-state", { key: 1 }),
32
- u(o(_), {
26
+ setup(c) {
27
+ H();
28
+ const f = a(
29
+ () => M(c.config.hiddenClients)
30
+ ), { getHeadingId: C } = K(), E = a(
31
+ () => C({
32
+ slug: R,
33
+ depth: 1,
34
+ value: "Introduction"
35
+ })
36
+ ), O = a(
37
+ () => D(c.store.workspace.activeDocument)
38
+ ), U = a(
39
+ () => {
40
+ var e;
41
+ return D((e = c.store.workspace.activeDocument) == null ? void 0 : e.info);
42
+ }
43
+ ), { collections: A, securitySchemes: I, servers: S } = W(), {
44
+ activeCollection: L,
45
+ activeEnvVariables: V,
46
+ activeEnvironment: $,
47
+ activeWorkspace: k
48
+ } = x(), s = a(() => {
49
+ if (c.config.slug) {
50
+ const e = A[z(c.config.slug)];
51
+ if (e)
52
+ return e;
53
+ }
54
+ return L.value;
55
+ }), b = a(() => {
56
+ if (s.value) {
57
+ if (s.value.selectedServerUid) {
58
+ const e = S[s.value.selectedServerUid];
59
+ if (e)
60
+ return e;
61
+ }
62
+ return S[s.value.servers[0]];
63
+ }
64
+ }), N = () => c.store.exportActiveDocument("json") ?? "{}";
65
+ return (e, ee) => {
66
+ var h;
67
+ return l(), B(j, null, [
68
+ o(t(X)),
69
+ T("div", _, [
70
+ v(e.$slots, "start"),
71
+ o(G, {
72
+ showEmptyState: !e.store.workspace.activeDocument
73
+ }, {
74
+ "empty-state": n(() => [
75
+ v(e.$slots, "empty-state")
76
+ ]),
77
+ default: n(() => {
78
+ var y;
79
+ return [
80
+ e.store.workspace.activeDocument ? (l(), m(t(q), {
81
+ key: 0,
82
+ id: E.value,
83
+ documentExtensions: O.value,
84
+ externalDocs: e.store.workspace.activeDocument.externalDocs,
85
+ getOriginalDocument: N,
86
+ info: e.store.workspace.activeDocument.info,
87
+ infoExtensions: U.value,
88
+ isLoading: e.config.isLoading,
89
+ layout: e.config.layout,
90
+ oasVersion: (y = e.store.workspace.activeDocument) == null ? void 0 : y["x-original-oas-version"],
91
+ onLoaded: e.config.onLoaded
92
+ }, {
93
+ selectors: n(() => [
94
+ o(t(p), null, {
95
+ default: n(() => {
96
+ var r, i;
97
+ return [
98
+ (i = (r = e.store.workspace.activeDocument) == null ? void 0 : r.servers) != null && i.length ? (l(), m(t(g), {
99
+ key: 0,
100
+ class: "scalar-reference-intro-server scalar-client introduction-card-item text-base leading-normal [--scalar-address-bar-height:0px]"
101
+ }, {
102
+ default: n(() => {
103
+ var u, w;
104
+ return [
105
+ o(t(J), {
106
+ servers: ((u = e.store.workspace.activeDocument) == null ? void 0 : u.servers) ?? [],
107
+ xSelectedServer: (w = e.store.workspace.activeDocument) == null ? void 0 : w["x-scalar-active-server"]
108
+ }, null, 8, ["servers", "xSelectedServer"])
109
+ ];
110
+ }),
111
+ _: 1
112
+ })) : d("", !0)
113
+ ];
114
+ }),
115
+ _: 1
116
+ }),
117
+ o(t(p), null, {
118
+ default: n(() => [
119
+ s.value && t(k) && Object.keys(t(I) ?? {}).length ? (l(), m(t(g), {
120
+ key: 0,
121
+ class: "scalar-reference-intro-auth scalar-client introduction-card-item leading-normal"
122
+ }, {
123
+ default: n(() => {
124
+ var r, i;
125
+ return [
126
+ o(t(P), {
127
+ collection: s.value,
128
+ envVariables: t(V),
129
+ environment: t($),
130
+ layout: "reference",
131
+ persistAuth: (r = e.config) == null ? void 0 : r.persistAuth,
132
+ selectedSecuritySchemeUids: ((i = s.value) == null ? void 0 : i.selectedSecuritySchemeUids) ?? [],
133
+ server: b.value,
134
+ title: "Authentication",
135
+ workspace: t(k)
136
+ }, null, 8, ["collection", "envVariables", "environment", "persistAuth", "selectedSecuritySchemeUids", "server", "workspace"])
137
+ ];
138
+ }),
139
+ _: 1
140
+ })) : d("", !0)
141
+ ]),
142
+ _: 1
143
+ }),
144
+ o(t(p), null, {
145
+ default: n(() => {
146
+ var r;
147
+ return [
148
+ ((r = e.config) == null ? void 0 : r.hiddenClients) !== !0 && f.value.length ? (l(), m(t(g), {
149
+ key: 0,
150
+ class: "introduction-card-item scalar-reference-intro-clients"
151
+ }, {
152
+ default: n(() => {
153
+ var i, u;
154
+ return [
155
+ o(t(Q), {
156
+ class: "introduction-card-item scalar-reference-intro-clients",
157
+ clientOptions: f.value,
158
+ xScalarSdkInstallation: (u = (i = e.store.workspace.activeDocument) == null ? void 0 : i.info) == null ? void 0 : u["x-scalar-sdk-installation"],
159
+ xSelectedClient: e.store.workspace["x-scalar-default-client"]
160
+ }, null, 8, ["clientOptions", "xScalarSdkInstallation", "xSelectedClient"])
161
+ ];
162
+ }),
163
+ _: 1
164
+ })) : d("", !0)
165
+ ];
166
+ }),
167
+ _: 1
168
+ })
169
+ ]),
170
+ _: 1
171
+ }, 8, ["id", "documentExtensions", "externalDocs", "info", "infoExtensions", "isLoading", "layout", "oasVersion", "onLoaded"])) : d("", !0)
172
+ ];
173
+ }),
174
+ _: 3
175
+ }, 8, ["showEmptyState"]),
176
+ o(t(Y), {
177
+ clientOptions: f.value,
178
+ config: e.config,
33
179
  document: e.document,
34
- config: o(n),
35
- clientOptions: i.value,
36
180
  store: e.store
37
- }, null, 8, ["document", "config", "clientOptions", "store"]),
38
- (d = o(n)) != null && d.hideModels ? O("", !0) : (t(), f(o(B), {
39
- key: 2,
40
- document: e.document,
41
- config: o(n)
42
- }, null, 8, ["document", "config"])),
43
- r(e.$slots, "end")
181
+ }, null, 8, ["clientOptions", "config", "document", "store"]),
182
+ (h = e.config) != null && h.hideModels ? d("", !0) : (l(), m(t(Z), {
183
+ key: 0,
184
+ config: e.config,
185
+ document: e.document
186
+ }, null, 8, ["config", "document"])),
187
+ v(e.$slots, "end")
44
188
  ])
45
189
  ], 64);
46
190
  };
47
191
  }
48
192
  });
49
193
  export {
50
- q as default
194
+ he as default
51
195
  };
@@ -0,0 +1,18 @@
1
+ type __VLS_Props = {
2
+ showEmptyState: boolean;
3
+ };
4
+ declare var __VLS_1: {}, __VLS_7: {};
5
+ type __VLS_Slots = {} & {
6
+ 'empty-state'?: (props: typeof __VLS_1) => any;
7
+ } & {
8
+ default?: (props: typeof __VLS_7) => any;
9
+ };
10
+ 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>;
11
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
12
+ export default _default;
13
+ type __VLS_WithSlots<T, S> = T & {
14
+ new (): {
15
+ $slots: S;
16
+ };
17
+ };
18
+ //# sourceMappingURL=IntroductionSection.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IntroductionSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/IntroductionSection.vue"],"names":[],"mappings":"AA6BA,KAAK,WAAW,GAAG;IACjB,cAAc,EAAE,OAAO,CAAA;CACxB,CAAC;AAoCF,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAClD;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"}
@@ -0,0 +1,26 @@
1
+ import { defineComponent as s, renderSlot as r, createBlock as a, openBlock as n, unref as e, withCtx as i } from "vue";
2
+ import { useNavState as p } from "../../hooks/useNavState.js";
3
+ import m from "../Lazy/Lazy.vue2.js";
4
+ const y = /* @__PURE__ */ s({
5
+ __name: "IntroductionSection",
6
+ props: {
7
+ showEmptyState: { type: Boolean }
8
+ },
9
+ setup(c) {
10
+ const { hash: o } = p();
11
+ return (t, d) => t.showEmptyState ? r(t.$slots, "empty-state", { key: 0 }) : (n(), a(e(m), {
12
+ key: 1,
13
+ id: "introduction-card",
14
+ prev: "",
15
+ isLazy: !!e(o) && !e(o).startsWith("description")
16
+ }, {
17
+ default: i(() => [
18
+ r(t.$slots, "default")
19
+ ]),
20
+ _: 3
21
+ }, 8, ["isLazy"]));
22
+ }
23
+ });
24
+ export {
25
+ y as default
26
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./IntroductionSection.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/ClassicLayout.vue"],"names":[],"mappings":"AAmGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAgBxD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GAAG,SAAS,CAAA;CAC/D,CAAC;;AAqKF,wBAMG"}
1
+ {"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/ClassicLayout.vue"],"names":[],"mappings":"AAmGA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAcxD,KAAK,WAAW,GAAG;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GAAG,SAAS,CAAA;CAC/D,CAAC;;AA6LF,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"Models.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/Models.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAY9D,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,MAAM,EAAE,yBAAyB,CAAA;CAClC,CAAC;;AAyFF,wBAMG"}
1
+ {"version":3,"file":"Models.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/Models.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAU9D,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,MAAM,EAAE,yBAAyB,CAAA;CAClC,CAAC;;AA8EF,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/ModernLayout.vue"],"names":[],"mappings":"AAmHA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAkB9D,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,yBAAyB,CAAA;IACjC,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,CAAA;CACnD,CAAC;;AAyLF,wBAMG"}
1
+ {"version":3,"file":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/ModernLayout.vue"],"names":[],"mappings":"AAmHA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAgB9D,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,yBAAyB,CAAA;IACjC,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,CAAA;CACnD,CAAC;;AAyNF,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./ModernLayout.vue2.js";
2
2
  import "./ModernLayout.vue3.js";
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-595c304a"]]);
4
+ const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-33789325"]]);
5
5
  export {
6
6
  p as default
7
7
  };
@@ -49,11 +49,11 @@ const h = 10, P = /* @__PURE__ */ b({
49
49
  class: k(["models-list", { "models-list-truncated": !n.value }])
50
50
  }, [
51
51
  (r(!0), N(I, null, C(v.value, (t) => (r(), i(e(E), {
52
- key: t,
53
52
  id: e(d)({ name: t }),
53
+ key: t,
54
54
  class: "models-list-item",
55
- label: t,
56
- defaultOpen: l.config.expandAllModelSections
55
+ defaultOpen: l.config.expandAllModelSections,
56
+ label: t
57
57
  }, {
58
58
  heading: o(() => [
59
59
  a(e(p), { level: 3 }, {
@@ -70,11 +70,11 @@ const h = 10, P = /* @__PURE__ */ b({
70
70
  a(e(O), null, {
71
71
  default: o(() => [
72
72
  a(e(V), {
73
- noncollapsible: "",
74
73
  hideHeading: !0,
75
74
  hideModelNames: !0,
76
- schemas: l.schemas,
77
75
  level: 1,
76
+ noncollapsible: "",
77
+ schemas: l.schemas,
78
78
  value: l.schemas[t]
79
79
  }, null, 8, ["schemas", "value"])
80
80
  ]),
@@ -82,7 +82,7 @@ const h = 10, P = /* @__PURE__ */ b({
82
82
  }, 1024)
83
83
  ]),
84
84
  _: 2
85
- }, 1032, ["id", "label", "defaultOpen"]))), 128))
85
+ }, 1032, ["id", "defaultOpen", "label"]))), 128))
86
86
  ], 2),
87
87
  n.value ? f("", !0) : (r(), i(_, {
88
88
  key: 0,
@@ -1 +1 @@
1
- {"version":3,"file":"TraversedEntry.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operations/TraversedEntry.vue"],"names":[],"mappings":"AA6JA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AACzE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAQpE,OAAO,EACL,KAAK,cAAc,EAGpB,MAAM,4BAA4B,CAAA;AAGnC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AAIvF,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,cAAc,EAAE,CAAA;IACzB,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,MAAM,EAAE,yBAAyB,CAAA;IACjC,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,gBAAgB,EAAE,UAAU,CAAA;IAC5B,YAAY,EAAE,MAAM,GAAG,SAAS,CAAA;IAChC,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;;;;AAoLF,wBAOG"}
1
+ {"version":3,"file":"TraversedEntry.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operations/TraversedEntry.vue"],"names":[],"mappings":"AA6JA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AACzE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAQpE,OAAO,EACL,KAAK,cAAc,EAGpB,MAAM,4BAA4B,CAAA;AAGnC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AAEvF,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,OAAO,EAAE,cAAc,EAAE,CAAA;IACzB,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,MAAM,EAAE,yBAAyB,CAAA;IACjC,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,gBAAgB,EAAE,UAAU,CAAA;IAC5B,YAAY,EAAE,MAAM,GAAG,SAAS,CAAA;IAChC,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;;;;AAwOF,wBAOG"}
@@ -8,10 +8,6 @@ type __VLS_Props = {
8
8
  clientOptions: ClientOptionGroup[];
9
9
  store: WorkspaceStore;
10
10
  };
11
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
- allEntriesLoaded: (loaded: true) => any;
13
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
14
- onAllEntriesLoaded?: ((loaded: true) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ 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>;
16
12
  export default _default;
17
13
  //# sourceMappingURL=TraversedEntryContainer.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TraversedEntryContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operations/TraversedEntryContainer.vue"],"names":[],"mappings":"AAuIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAOpE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AAMvF,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,MAAM,EAAE,yBAAyB,CAAA;IACjC,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;;;;;;AAmKF,wBAOG"}
1
+ {"version":3,"file":"TraversedEntryContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operations/TraversedEntryContainer.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAMpE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AAIvF,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,WAAW,CAAC,QAAQ,CAAA;IAC9B,MAAM,EAAE,yBAAyB,CAAA;IACjC,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;;AA6GF,wBAMG"}
@@ -1,13 +1,11 @@
1
- import { defineComponent as I, computed as s, ref as y, createElementBlock as _, createCommentVNode as k, unref as m, openBlock as z, createVNode as L } from "vue";
2
- import { useWorkspace as O, useActiveEntities as T } from "@scalar/api-client/store";
3
- import { freezeAtTop as B } from "@scalar/helpers/dom/freeze-at-top";
4
- import { getSlugUid as N } from "@scalar/oas-utils/transforms";
5
- import { getCurrentIndex as U } from "./get-current-index.js";
6
- import { lazyBus as b, hasLazyLoaded as d } from "../../Lazy/lazyBus.js";
7
- import { useNavState as x } from "../../../hooks/useNavState.js";
8
- import A from "./TraversedEntry.vue.js";
9
- import { useSidebar as V } from "../../../features/sidebar/hooks/useSidebar.js";
10
- const w = { key: 0 }, K = /* @__PURE__ */ I({
1
+ import { defineComponent as d, computed as n, createElementBlock as f, createCommentVNode as p, unref as s, openBlock as g, createVNode as C } from "vue";
2
+ import { useWorkspace as S, useActiveEntities as h } from "@scalar/api-client/store";
3
+ import { getSlugUid as _ } from "@scalar/oas-utils/transforms";
4
+ import { getCurrentIndex as k } from "./get-current-index.js";
5
+ import { useNavState as I } from "../../../hooks/useNavState.js";
6
+ import O from "./TraversedEntry.vue.js";
7
+ import { useSidebar as E } from "../../../features/sidebar/hooks/useSidebar.js";
8
+ const N = { key: 0 }, T = /* @__PURE__ */ d({
11
9
  __name: "TraversedEntryContainer",
12
10
  props: {
13
11
  document: {},
@@ -15,46 +13,41 @@ const w = { key: 0 }, K = /* @__PURE__ */ I({
15
13
  clientOptions: {},
16
14
  store: {}
17
15
  },
18
- emits: ["allEntriesLoaded"],
19
- setup(c, { emit: f }) {
20
- const p = f, { collections: g, servers: l } = O(), { activeCollection: C } = T(), t = s(() => {
16
+ setup(i) {
17
+ const { collections: l, servers: c } = S(), { activeCollection: u } = h(), t = n(() => {
21
18
  var e;
22
- if ((e = c.config) != null && e.slug) {
23
- const o = g[N(c.config.slug)];
24
- if (o)
25
- return o;
19
+ if ((e = i.config) != null && e.slug) {
20
+ const r = l[_(i.config.slug)];
21
+ if (r)
22
+ return r;
26
23
  }
27
- return C.value;
28
- }), S = s(() => {
24
+ return u.value;
25
+ }), a = n(() => {
29
26
  if (t.value) {
30
27
  if (t.value.selectedServerUid) {
31
- const e = l[t.value.selectedServerUid];
28
+ const e = c[t.value.selectedServerUid];
32
29
  if (e)
33
30
  return e;
34
31
  }
35
- return l[t.value.servers[0]];
32
+ return c[t.value.servers[0]];
36
33
  }
37
- }), { items: r } = V(), { hash: a, isIntersectionEnabled: h } = x(), n = B(a.value), u = () => {
38
- n == null || n(), d.value = !0, h.value = !0;
39
- }, i = y(/* @__PURE__ */ new Set()), E = s(
40
- () => U(a.value, r.value.entries)
34
+ }), { items: o } = E(), { hash: v } = I(), m = n(
35
+ () => k(v.value, o.value.entries)
41
36
  );
42
- return b.on(({ loading: e, loaded: o, save: v }) => {
43
- d.value || (e && v && i.value.add(e), o && v && i.value.delete(o), i.value.size === 0 && (p("allEntriesLoaded", !0), setTimeout(() => u(), 300)));
44
- }), setTimeout(() => u(), 5e3), (e, o) => m(r).entries.length && t.value ? (z(), _("div", w, [
45
- L(A, {
46
- entries: m(r).entries,
37
+ return (e, r) => s(o).entries.length && t.value ? (g(), f("div", N, [
38
+ C(O, {
47
39
  activeCollection: t.value,
48
- activeServer: S.value,
40
+ activeServer: a.value,
49
41
  clientOptions: e.clientOptions,
50
42
  config: e.config,
51
43
  document: e.document,
52
- rootIndex: E.value,
44
+ entries: s(o).entries,
45
+ rootIndex: m.value,
53
46
  store: e.store
54
- }, null, 8, ["entries", "activeCollection", "activeServer", "clientOptions", "config", "document", "rootIndex", "store"])
55
- ])) : k("", !0);
47
+ }, null, 8, ["activeCollection", "activeServer", "clientOptions", "config", "document", "entries", "rootIndex", "store"])
48
+ ])) : p("", !0);
56
49
  }
57
50
  });
58
51
  export {
59
- K as default
52
+ T as default
60
53
  };
@@ -1 +1 @@
1
- {"version":3,"file":"get-current-index.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operations/get-current-index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAA;AAuBtE,6FAA6F;AAC7F,eAAO,MAAM,eAAe,SAAU,MAAM,WAAW,cAAc,EAAE,WAYtE,CAAA"}
1
+ {"version":3,"file":"get-current-index.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Operations/get-current-index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAA;AAuBtE,6FAA6F;AAC7F,eAAO,MAAM,eAAe,GAAI,MAAM,MAAM,EAAE,SAAS,cAAc,EAAE,WAYtE,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"RenderString.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/RenderString.vue"],"names":[],"mappings":"AAgEA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,GAAG,CAAA;CACX,CAAC;;AAwEF,wBAMG"}
1
+ {"version":3,"file":"RenderString.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/RenderString.vue"],"names":[],"mappings":"AA8DA,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,GAAG,CAAA;CACX,CAAC;;AAgDF,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.vue"],"names":[],"mappings":"AAyaA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAIxD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAUjE,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EACF,WAAW,CAAC,eAAe,GAC3B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,GAChC,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,CAAA;IACpC,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,+DAA+D;IAC/D,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,+FAA+F;IAC/F,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,uCAAuC;IACvC,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,6BAA6B;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,4BAA4B;IAC5B,oBAAoB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC7C,kCAAkC;IAClC,yBAAyB,CAAC,EAAE,MAAM,CAAA;IAClC,6CAA6C;IAC7C,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,gCAAgC;IAChC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;CACtB,CAAC;;;;;;WAxBQ,MAAM;oBAMG,OAAO;oBAKP,OAAO;;AAse5B,wBAQG"}
1
+ {"version":3,"file":"Schema.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Schema/Schema.vue"],"names":[],"mappings":"AA8aA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAIxD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AASjE,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EACF,WAAW,CAAC,eAAe,GAC3B,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,GAChC,WAAW,CAAC,YAAY,GACxB,WAAW,CAAC,iBAAiB,GAC7B,WAAW,CAAC,oBAAoB,CAAA;IACpC,gCAAgC;IAChC,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,+DAA+D;IAC/D,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,2CAA2C;IAC3C,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,+FAA+F;IAC/F,oBAAoB,CAAC,EAAE,OAAO,CAAA;IAC9B,uCAAuC;IACvC,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,6BAA6B;IAC7B,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,4BAA4B;IAC5B,oBAAoB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IAC7C,kCAAkC;IAClC,yBAAyB,CAAC,EAAE,MAAM,CAAA;IAClC,6CAA6C;IAC7C,gBAAgB,CAAC,EAAE,OAAO,CAAA;IAC1B,gCAAgC;IAChC,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;CACtB,CAAC;;;;;;WAxBQ,MAAM;oBAMG,OAAO;oBAKP,OAAO;;AA4iB5B,wBAQG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./Schema.vue2.js";
2
2
  import "./Schema.vue3.js";
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-23963403"]]);
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-227f4a34"]]);
5
5
  export {
6
- p as default
6
+ f as default
7
7
  };