@scalar/api-reference 1.38.0 → 1.39.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 (659) hide show
  1. package/CHANGELOG.md +88 -0
  2. package/dist/_virtual/_plugin-vue_export-helper.js +7 -6
  3. package/dist/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts +11 -0
  4. package/dist/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -0
  5. package/dist/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +7 -0
  6. package/dist/blocks/scalar-auth-selector-block/components/AuthSelector.vue2.js +259 -0
  7. package/dist/{v2/blocks → blocks}/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.d.ts +2 -2
  8. package/dist/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.d.ts.map +1 -0
  9. package/dist/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.js +66 -0
  10. package/dist/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue2.js +4 -0
  11. package/dist/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts.map +1 -0
  12. package/dist/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +271 -0
  13. package/dist/blocks/scalar-auth-selector-block/components/OAuth2.vue2.js +4 -0
  14. package/dist/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.d.ts.map +1 -0
  15. package/dist/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js +150 -0
  16. package/dist/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue2.js +4 -0
  17. package/dist/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts.map +1 -0
  18. package/dist/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.js +7 -0
  19. package/dist/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue2.js +116 -0
  20. package/dist/{v2/blocks → blocks}/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.d.ts +1 -1
  21. package/dist/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.d.ts.map +1 -0
  22. package/dist/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.js +55 -0
  23. package/dist/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue2.js +4 -0
  24. package/dist/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -0
  25. package/dist/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +288 -0
  26. package/dist/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue2.js +4 -0
  27. package/dist/blocks/scalar-auth-selector-block/helpers/filter-security-requirements.d.ts.map +1 -0
  28. package/dist/blocks/scalar-auth-selector-block/helpers/update-scheme.d.ts.map +1 -0
  29. package/dist/blocks/scalar-auth-selector-block/helpers/update-scheme.js +26 -0
  30. package/dist/blocks/scalar-auth-selector-block/index.d.ts.map +1 -0
  31. package/dist/{v2/blocks → blocks}/scalar-client-selector-block/components/ClientDropdown.vue.d.ts +0 -2
  32. package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.d.ts.map +1 -0
  33. package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.js +7 -0
  34. package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue2.js +125 -0
  35. package/dist/{v2/blocks → blocks}/scalar-client-selector-block/components/ClientSelector.vue.d.ts +1 -1
  36. package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.d.ts.map +1 -0
  37. package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.js +7 -0
  38. package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue2.js +141 -0
  39. package/dist/blocks/scalar-client-selector-block/helpers/featured-clients.d.ts.map +1 -0
  40. package/dist/blocks/scalar-client-selector-block/helpers/featured-clients.js +24 -0
  41. package/dist/blocks/scalar-client-selector-block/index.d.ts.map +1 -0
  42. package/dist/{v2/blocks → blocks}/scalar-info-block/components/DownloadLink.vue.d.ts +0 -3
  43. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.d.ts.map +1 -0
  44. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.js +7 -0
  45. package/dist/blocks/scalar-info-block/components/DownloadLink.vue2.js +62 -0
  46. package/dist/{v2/blocks → blocks}/scalar-info-block/components/InfoBlock.vue.d.ts +7 -10
  47. package/dist/blocks/scalar-info-block/components/InfoBlock.vue.d.ts.map +1 -0
  48. package/dist/blocks/scalar-info-block/components/InfoBlock.vue.js +54 -0
  49. package/dist/blocks/scalar-info-block/components/InfoBlock.vue2.js +4 -0
  50. package/dist/blocks/scalar-info-block/components/InfoDescription.vue.d.ts +11 -0
  51. package/dist/blocks/scalar-info-block/components/InfoDescription.vue.d.ts.map +1 -0
  52. package/dist/blocks/scalar-info-block/components/InfoDescription.vue.js +7 -0
  53. package/dist/blocks/scalar-info-block/components/InfoDescription.vue2.js +66 -0
  54. package/dist/blocks/scalar-info-block/components/InfoLinks.vue.d.ts.map +1 -0
  55. package/dist/blocks/scalar-info-block/components/InfoLinks.vue.js +38 -0
  56. package/dist/blocks/scalar-info-block/components/InfoLinks.vue2.js +4 -0
  57. package/dist/blocks/scalar-info-block/components/InfoMarkdownSection.vue.d.ts +10 -0
  58. package/dist/blocks/scalar-info-block/components/InfoMarkdownSection.vue.d.ts.map +1 -0
  59. package/dist/blocks/scalar-info-block/components/InfoMarkdownSection.vue.js +36 -0
  60. package/dist/blocks/scalar-info-block/components/InfoMarkdownSection.vue2.js +4 -0
  61. package/dist/blocks/scalar-info-block/components/InfoVersion.vue.d.ts.map +1 -0
  62. package/dist/blocks/scalar-info-block/components/InfoVersion.vue.js +28 -0
  63. package/dist/blocks/scalar-info-block/components/InfoVersion.vue2.js +4 -0
  64. package/dist/blocks/scalar-info-block/components/IntroductionCard.vue.d.ts.map +1 -0
  65. package/dist/blocks/scalar-info-block/components/IntroductionCard.vue.js +7 -0
  66. package/dist/blocks/scalar-info-block/components/IntroductionCard.vue2.js +19 -0
  67. package/dist/blocks/scalar-info-block/components/IntroductionCardItem.vue.d.ts.map +1 -0
  68. package/dist/blocks/scalar-info-block/components/IntroductionCardItem.vue.js +14 -0
  69. package/dist/{v2/blocks → blocks}/scalar-info-block/components/IntroductionLayout.vue.d.ts +9 -7
  70. package/dist/blocks/scalar-info-block/components/IntroductionLayout.vue.d.ts.map +1 -0
  71. package/dist/blocks/scalar-info-block/components/IntroductionLayout.vue.js +7 -0
  72. package/dist/blocks/scalar-info-block/components/IntroductionLayout.vue2.js +112 -0
  73. package/dist/blocks/scalar-info-block/components/OpenApiVersion.vue.d.ts.map +1 -0
  74. package/dist/blocks/scalar-info-block/components/OpenApiVersion.vue.js +21 -0
  75. package/dist/blocks/scalar-info-block/components/OpenApiVersion.vue2.js +4 -0
  76. package/dist/blocks/scalar-info-block/index.d.ts.map +1 -0
  77. package/dist/blocks/scalar-server-selector-block/components/Selector.vue.d.ts.map +1 -0
  78. package/dist/blocks/scalar-server-selector-block/components/Selector.vue.js +88 -0
  79. package/dist/blocks/scalar-server-selector-block/components/Selector.vue2.js +4 -0
  80. package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts.map +1 -0
  81. package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.js +89 -0
  82. package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue2.js +4 -0
  83. package/dist/blocks/scalar-server-selector-block/index.d.ts.map +1 -0
  84. package/dist/browser/standalone.js +27096 -26593
  85. package/dist/browser/webpack-stats.json +1 -1
  86. package/dist/components/Anchor/Anchor.vue.d.ts +5 -4
  87. package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
  88. package/dist/components/Anchor/Anchor.vue.js +45 -46
  89. package/dist/components/Anchor/Anchor.vue2.js +2 -2
  90. package/dist/components/Anchor/WithBreadcrumb.vue.d.ts +2 -0
  91. package/dist/components/Anchor/WithBreadcrumb.vue.d.ts.map +1 -1
  92. package/dist/components/Anchor/WithBreadcrumb.vue.js +2 -2
  93. package/dist/components/Anchor/WithBreadcrumb.vue2.js +31 -33
  94. package/dist/components/ApiReference.vue.d.ts +19 -7
  95. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  96. package/dist/components/ApiReference.vue.js +8 -35
  97. package/dist/components/ApiReference.vue2.js +669 -2
  98. package/dist/components/Badge/Badge.vue.js +4 -4
  99. package/dist/components/Badge/Badge.vue2.js +16 -14
  100. package/dist/components/ClassicHeader.vue.js +14 -11
  101. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts +1 -1
  102. package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts +0 -2
  103. package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
  104. package/dist/components/Content/Content.vue.d.ts +15 -10
  105. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  106. package/dist/components/Content/Content.vue.js +153 -191
  107. package/dist/components/Content/Content.vue3.js +2 -2
  108. package/dist/components/Content/Models/{Models.vue.d.ts → Model.vue.d.ts} +8 -8
  109. package/dist/components/Content/Models/Model.vue.d.ts.map +1 -0
  110. package/dist/components/Content/Models/Model.vue.js +47 -0
  111. package/dist/components/Content/Models/Model.vue2.js +4 -0
  112. package/dist/{v2/blocks/scalar-sidebar-block/components/SidebarBlock.vue.d.ts → components/Content/Models/ModelTag.vue.d.ts} +12 -11
  113. package/dist/components/Content/Models/ModelTag.vue.d.ts.map +1 -0
  114. package/dist/components/Content/Models/ModelTag.vue.js +82 -0
  115. package/dist/components/Content/Models/ModelTag.vue2.js +4 -0
  116. package/dist/components/Content/Models/{ModernLayout.vue.d.ts → components/ClassicLayout.vue.d.ts} +7 -8
  117. package/dist/components/Content/Models/components/ClassicLayout.vue.d.ts.map +1 -0
  118. package/dist/components/Content/Models/components/ClassicLayout.vue.js +7 -0
  119. package/dist/components/Content/Models/components/ClassicLayout.vue2.js +84 -0
  120. package/dist/components/Content/Models/{ClassicLayout.vue.d.ts → components/ModernLayout.vue.d.ts} +7 -6
  121. package/dist/components/Content/Models/components/ModernLayout.vue.d.ts.map +1 -0
  122. package/dist/components/Content/Models/components/ModernLayout.vue.js +61 -0
  123. package/dist/components/Content/Models/components/ModernLayout.vue2.js +4 -0
  124. package/dist/components/Content/Models/index.d.ts +1 -1
  125. package/dist/components/Content/Models/index.d.ts.map +1 -1
  126. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +13 -11
  127. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
  128. package/dist/components/Content/Operations/TraversedEntry.vue.js +142 -91
  129. package/dist/components/Content/Operations/TraversedEntry.vue2.js +2 -2
  130. package/dist/components/Content/Schema/RenderString.vue.js +19 -6
  131. package/dist/components/Content/Schema/RenderString.vue2.js +2 -2
  132. package/dist/components/Content/Schema/Schema.vue.d.ts +3 -0
  133. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  134. package/dist/components/Content/Schema/Schema.vue.js +4 -4
  135. package/dist/components/Content/Schema/Schema.vue2.js +162 -135
  136. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +3 -0
  137. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  138. package/dist/components/Content/Schema/SchemaComposition.vue.js +88 -71
  139. package/dist/components/Content/Schema/SchemaComposition.vue2.js +2 -2
  140. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts.map +1 -1
  141. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.js +4 -4
  142. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue2.js +20 -14
  143. package/dist/components/Content/Schema/SchemaEnumValues.vue.js +4 -4
  144. package/dist/components/Content/Schema/SchemaEnumValues.vue2.js +90 -60
  145. package/dist/components/Content/Schema/SchemaHeading.vue.js +4 -4
  146. package/dist/components/Content/Schema/SchemaHeading.vue2.js +47 -29
  147. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts +2 -0
  148. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
  149. package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +79 -59
  150. package/dist/components/Content/Schema/SchemaObjectProperties.vue2.js +2 -2
  151. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +3 -1
  152. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  153. package/dist/components/Content/Schema/SchemaProperty.vue.js +4 -4
  154. package/dist/components/Content/Schema/SchemaProperty.vue2.js +228 -149
  155. package/dist/components/Content/Schema/SchemaPropertyDetail.vue.js +4 -4
  156. package/dist/components/Content/Schema/SchemaPropertyDetail.vue2.js +25 -20
  157. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js +4 -4
  158. package/dist/components/Content/Schema/SchemaPropertyExamples.vue2.js +65 -55
  159. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +4 -4
  160. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +301 -206
  161. package/dist/components/Content/Schema/helpers/format-example.js +38 -3
  162. package/dist/components/Content/Schema/helpers/get-ref-name.d.ts +1 -1
  163. package/dist/components/Content/Schema/helpers/get-ref-name.d.ts.map +1 -1
  164. package/dist/components/Content/Schema/helpers/get-ref-name.js +13 -8
  165. package/dist/components/Content/Schema/helpers/get-schema-type.js +54 -33
  166. package/dist/components/Content/Schema/helpers/is-type-object.js +24 -14
  167. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.js +197 -118
  168. package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts.map +1 -1
  169. package/dist/components/Content/Schema/helpers/optimize-value-for-display.js +56 -34
  170. package/dist/components/Content/Schema/helpers/schema-composition.js +2 -2
  171. package/dist/components/Content/Schema/helpers/schema-name.js +56 -28
  172. package/dist/components/Content/Schema/helpers/sort-property-names.js +47 -25
  173. package/dist/components/Content/Tags/Tag.vue.d.ts +3 -1
  174. package/dist/components/Content/Tags/Tag.vue.d.ts.map +1 -1
  175. package/dist/components/Content/Tags/Tag.vue.js +35 -18
  176. package/dist/components/Content/Tags/Tag.vue2.js +2 -2
  177. package/dist/components/Content/Tags/{ClassicLayout.vue.d.ts → components/ClassicLayout.vue.d.ts} +5 -2
  178. package/dist/components/Content/Tags/components/ClassicLayout.vue.d.ts.map +1 -0
  179. package/dist/components/Content/Tags/components/ClassicLayout.vue.js +7 -0
  180. package/dist/components/Content/Tags/components/ClassicLayout.vue2.js +57 -0
  181. package/dist/components/Content/Tags/{ModernLayout.vue.d.ts → components/ModernLayout.vue.d.ts} +5 -3
  182. package/dist/components/Content/Tags/components/ModernLayout.vue.d.ts.map +1 -0
  183. package/dist/components/Content/Tags/components/ModernLayout.vue.js +7 -0
  184. package/dist/components/Content/Tags/components/ModernLayout.vue2.js +68 -0
  185. package/dist/components/Content/Tags/{TagSection.vue.d.ts → components/TagSection.vue.d.ts} +2 -0
  186. package/dist/components/Content/Tags/components/TagSection.vue.d.ts.map +1 -0
  187. package/dist/components/Content/Tags/components/TagSection.vue.js +100 -0
  188. package/dist/components/Content/Tags/components/TagSection.vue2.js +4 -0
  189. package/dist/components/GettingStarted.vue.js +4 -4
  190. package/dist/components/GettingStarted.vue2.js +59 -50
  191. package/dist/components/HttpMethod/HttpMethod.vue.js +23 -19
  192. package/dist/components/HttpMethod/HttpMethod.vue2.js +2 -2
  193. package/dist/components/IntersectionObserver.vue.d.ts +2 -2
  194. package/dist/components/IntersectionObserver.vue.js +41 -29
  195. package/dist/components/IntersectionObserver.vue2.js +2 -2
  196. package/dist/components/Lazy/Lazy.vue.d.ts +1 -4
  197. package/dist/components/Lazy/Lazy.vue.d.ts.map +1 -1
  198. package/dist/components/Lazy/Lazy.vue.js +15 -2
  199. package/dist/components/Lazy/Lazy.vue2.js +2 -24
  200. package/dist/components/LinkList/LinkList.vue.js +4 -4
  201. package/dist/components/LinkList/LinkList.vue2.js +41 -25
  202. package/dist/components/LoadingSkeleton.vue.js +4 -4
  203. package/dist/components/LoadingSkeleton.vue2.js +12 -8
  204. package/dist/components/MobileHeader.vue.d.ts +13 -4
  205. package/dist/components/MobileHeader.vue.d.ts.map +1 -1
  206. package/dist/components/MobileHeader.vue.js +58 -5
  207. package/dist/components/MobileHeader.vue2.js +2 -26
  208. package/dist/components/OperationPath.vue.js +4 -4
  209. package/dist/components/OperationPath.vue2.js +21 -14
  210. package/dist/components/OperationsList/OperationsList.vue.d.ts +2 -0
  211. package/dist/components/OperationsList/OperationsList.vue.d.ts.map +1 -1
  212. package/dist/components/OperationsList/OperationsList.vue.js +4 -4
  213. package/dist/components/OperationsList/OperationsList.vue2.js +54 -45
  214. package/dist/components/OperationsList/OperationsListItem.vue.d.ts +2 -0
  215. package/dist/components/OperationsList/OperationsListItem.vue.d.ts.map +1 -1
  216. package/dist/components/OperationsList/OperationsListItem.vue.js +4 -4
  217. package/dist/components/OperationsList/OperationsListItem.vue2.js +56 -48
  218. package/dist/{v2/blocks/scalar-info-block/components/InfoDescription.vue.d.ts → components/RenderPlugins/RenderPlugins.vue.d.ts} +3 -3
  219. package/dist/components/RenderPlugins/RenderPlugins.vue.d.ts.map +1 -0
  220. package/dist/components/RenderPlugins/RenderPlugins.vue.js +43 -0
  221. package/dist/components/RenderPlugins/RenderPlugins.vue2.js +4 -0
  222. package/dist/components/RenderPlugins/index.d.ts +2 -0
  223. package/dist/components/RenderPlugins/index.d.ts.map +1 -0
  224. package/dist/components/ScreenReader.vue.js +4 -4
  225. package/dist/components/ScreenReader.vue2.js +12 -9
  226. package/dist/components/Section/CompactSection.vue.d.ts +11 -6
  227. package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
  228. package/dist/components/Section/CompactSection.vue.js +4 -4
  229. package/dist/components/Section/CompactSection.vue2.js +47 -48
  230. package/dist/components/Section/Section.vue.d.ts +7 -7
  231. package/dist/components/Section/Section.vue.d.ts.map +1 -1
  232. package/dist/components/Section/Section.vue.js +4 -4
  233. package/dist/components/Section/Section.vue2.js +18 -25
  234. package/dist/components/Section/SectionAccordion.vue.d.ts +13 -9
  235. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  236. package/dist/components/Section/SectionAccordion.vue.js +4 -4
  237. package/dist/components/Section/SectionAccordion.vue2.js +64 -63
  238. package/dist/components/Section/SectionColumn.vue.js +9 -8
  239. package/dist/components/Section/SectionColumns.vue.js +9 -8
  240. package/dist/components/Section/SectionContainer.vue.js +4 -4
  241. package/dist/components/Section/SectionContainer.vue2.js +11 -8
  242. package/dist/components/Section/SectionContainerAccordion.vue.d.ts +11 -4
  243. package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
  244. package/dist/components/Section/SectionContainerAccordion.vue.js +4 -4
  245. package/dist/components/Section/SectionContainerAccordion.vue2.js +49 -34
  246. package/dist/components/Section/SectionContent.vue.js +4 -4
  247. package/dist/components/Section/SectionContent.vue2.js +15 -12
  248. package/dist/components/Section/SectionHeader.vue.js +4 -4
  249. package/dist/components/Section/SectionHeader.vue2.js +17 -14
  250. package/dist/components/Section/SectionHeaderTag.vue.js +4 -4
  251. package/dist/components/Section/SectionHeaderTag.vue2.js +12 -10
  252. package/dist/components/SectionFlare/SectionFlare.vue.js +10 -9
  253. package/dist/components/ShowMoreButton.vue.d.ts +0 -1
  254. package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
  255. package/dist/components/ShowMoreButton.vue.js +4 -4
  256. package/dist/components/ShowMoreButton.vue2.js +25 -21
  257. package/dist/components/index.d.ts +3 -0
  258. package/dist/components/index.d.ts.map +1 -0
  259. package/dist/components/index.js +7 -0
  260. package/dist/consts/urls.js +8 -5
  261. package/dist/features/Operation/Operation.vue.d.ts +8 -4
  262. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  263. package/dist/features/Operation/Operation.vue.js +56 -53
  264. package/dist/features/Operation/Operation.vue2.js +2 -2
  265. package/dist/features/Operation/components/ContentTypeSelect.vue.js +64 -55
  266. package/dist/features/Operation/components/ContentTypeSelect.vue2.js +2 -2
  267. package/dist/features/Operation/components/Header.vue.d.ts +2 -0
  268. package/dist/features/Operation/components/Header.vue.d.ts.map +1 -1
  269. package/dist/features/Operation/components/Header.vue.js +21 -17
  270. package/dist/features/Operation/components/Header.vue2.js +2 -2
  271. package/dist/features/Operation/components/Headers.vue.d.ts +2 -0
  272. package/dist/features/Operation/components/Headers.vue.d.ts.map +1 -1
  273. package/dist/features/Operation/components/Headers.vue.js +4 -4
  274. package/dist/features/Operation/components/Headers.vue2.js +58 -52
  275. package/dist/features/Operation/components/OperationParameters.vue.d.ts +2 -0
  276. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
  277. package/dist/features/Operation/components/OperationParameters.vue.js +68 -60
  278. package/dist/features/Operation/components/OperationParameters.vue2.js +2 -2
  279. package/dist/features/Operation/components/OperationResponses.vue.d.ts +2 -0
  280. package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
  281. package/dist/features/Operation/components/OperationResponses.vue.js +30 -19
  282. package/dist/features/Operation/components/OperationResponses.vue2.js +2 -2
  283. package/dist/features/Operation/components/ParameterList.vue.d.ts +2 -0
  284. package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
  285. package/dist/features/Operation/components/ParameterList.vue.js +40 -20
  286. package/dist/features/Operation/components/ParameterList.vue2.js +2 -2
  287. package/dist/features/Operation/components/ParameterListItem.vue.d.ts +2 -0
  288. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  289. package/dist/features/Operation/components/ParameterListItem.vue.js +4 -4
  290. package/dist/features/Operation/components/ParameterListItem.vue2.js +120 -97
  291. package/dist/features/Operation/components/RequestBody.vue.d.ts +2 -0
  292. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  293. package/dist/features/Operation/components/RequestBody.vue.js +4 -4
  294. package/dist/features/Operation/components/RequestBody.vue2.js +126 -99
  295. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts +2 -1
  296. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
  297. package/dist/features/Operation/components/callbacks/Callback.vue.js +4 -4
  298. package/dist/features/Operation/components/callbacks/Callback.vue2.js +48 -39
  299. package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts +2 -0
  300. package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
  301. package/dist/features/Operation/components/callbacks/Callbacks.vue.js +41 -26
  302. package/dist/features/Operation/components/callbacks/Callbacks.vue2.js +2 -2
  303. package/dist/features/Operation/helpers/combine-params.js +10 -9
  304. package/dist/features/Operation/helpers/get-first-server.js +19 -14
  305. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +4 -1
  306. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  307. package/dist/features/Operation/layouts/ClassicLayout.vue.js +4 -4
  308. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +207 -184
  309. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +3 -1
  310. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  311. package/dist/features/Operation/layouts/ModernLayout.vue.js +4 -4
  312. package/dist/features/Operation/layouts/ModernLayout.vue2.js +230 -214
  313. package/dist/features/Search/components/SearchButton.vue.d.ts +3 -0
  314. package/dist/features/Search/components/SearchButton.vue.d.ts.map +1 -1
  315. package/dist/features/Search/components/SearchButton.vue.js +77 -54
  316. package/dist/features/Search/components/SearchButton.vue2.js +2 -2
  317. package/dist/features/Search/components/SearchModal.vue.d.ts +3 -1
  318. package/dist/features/Search/components/SearchModal.vue.d.ts.map +1 -1
  319. package/dist/features/Search/components/SearchModal.vue.js +4 -4
  320. package/dist/features/Search/components/SearchModal.vue2.js +104 -181
  321. package/dist/features/Search/components/SearchResult.vue.d.ts +10 -0
  322. package/dist/features/Search/components/SearchResult.vue.d.ts.map +1 -0
  323. package/dist/features/Search/components/SearchResult.vue.js +84 -0
  324. package/dist/features/Search/components/SearchResult.vue2.js +4 -0
  325. package/dist/features/Search/helpers/create-fuse-instance.d.ts +1 -1
  326. package/dist/features/Search/helpers/create-fuse-instance.d.ts.map +1 -1
  327. package/dist/features/Search/helpers/create-fuse-instance.js +10 -10
  328. package/dist/features/Search/helpers/create-search-index.d.ts +1 -2
  329. package/dist/features/Search/helpers/create-search-index.d.ts.map +1 -1
  330. package/dist/features/Search/helpers/create-search-index.js +69 -61
  331. package/dist/features/Search/hooks/useSearchIndex.d.ts +6 -7
  332. package/dist/features/Search/hooks/useSearchIndex.d.ts.map +1 -1
  333. package/dist/features/Search/hooks/useSearchIndex.js +26 -39
  334. package/dist/features/Search/types.d.ts +3 -3
  335. package/dist/features/Search/types.d.ts.map +1 -1
  336. package/dist/features/example-responses/ExampleResponse.vue.d.ts.map +1 -1
  337. package/dist/features/example-responses/ExampleResponse.vue.js +4 -4
  338. package/dist/features/example-responses/ExampleResponse.vue2.js +49 -31
  339. package/dist/features/example-responses/ExampleResponseTab.vue.js +4 -4
  340. package/dist/features/example-responses/ExampleResponseTab.vue2.js +20 -18
  341. package/dist/features/example-responses/ExampleResponseTabList.vue.js +4 -4
  342. package/dist/features/example-responses/ExampleResponseTabList.vue2.js +30 -27
  343. package/dist/features/example-responses/ExampleResponses.vue.js +4 -4
  344. package/dist/features/example-responses/ExampleResponses.vue2.js +160 -138
  345. package/dist/features/example-responses/helpers/get-resolved-ref-deep.js +31 -21
  346. package/dist/features/external-docs/ExternalDocs.vue.js +28 -22
  347. package/dist/features/external-docs/ExternalDocs.vue2.js +2 -2
  348. package/dist/features/info-object/Contact.vue.js +29 -24
  349. package/dist/features/info-object/Contact.vue2.js +2 -2
  350. package/dist/features/info-object/License.vue.js +32 -26
  351. package/dist/features/info-object/License.vue2.js +2 -2
  352. package/dist/features/info-object/TermsOfService.vue.js +24 -20
  353. package/dist/features/info-object/TermsOfService.vue2.js +2 -2
  354. package/dist/features/multiple-documents/DocumentSelector.vue.d.ts +7 -5
  355. package/dist/features/multiple-documents/DocumentSelector.vue.d.ts.map +1 -1
  356. package/dist/features/multiple-documents/DocumentSelector.vue.js +37 -34
  357. package/dist/features/multiple-documents/DocumentSelector.vue2.js +2 -2
  358. package/dist/features/specification-extension/SpecificationExtension.vue.js +2 -2
  359. package/dist/features/specification-extension/SpecificationExtension.vue2.js +38 -32
  360. package/dist/features/specification-extension/helpers.js +7 -2
  361. package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -1
  362. package/dist/features/test-request-button/TestRequestButton.vue.js +4 -4
  363. package/dist/features/test-request-button/TestRequestButton.vue2.js +33 -30
  364. package/dist/features/toolbar/ApiReferenceToolbar.vue.js +47 -30
  365. package/dist/features/toolbar/ApiReferenceToolbar.vue2.js +2 -2
  366. package/dist/features/toolbar/ApiReferenceToolbarBlurb.vue.js +9 -8
  367. package/dist/features/toolbar/ApiReferenceToolbarConfig.vue.js +90 -82
  368. package/dist/features/toolbar/ApiReferenceToolbarConfig.vue2.js +2 -2
  369. package/dist/features/toolbar/ApiReferenceToolbarConfigLayout.vue.js +24 -18
  370. package/dist/features/toolbar/ApiReferenceToolbarConfigLayout.vue2.js +2 -2
  371. package/dist/features/toolbar/ApiReferenceToolbarConfigLayoutOptions.vue.js +107 -110
  372. package/dist/features/toolbar/ApiReferenceToolbarConfigLayoutOptions.vue2.js +2 -2
  373. package/dist/features/toolbar/ApiReferenceToolbarConfigTheme.vue.d.ts.map +1 -1
  374. package/dist/features/toolbar/ApiReferenceToolbarConfigTheme.vue.js +34 -30
  375. package/dist/features/toolbar/ApiReferenceToolbarConfigTheme.vue2.js +2 -2
  376. package/dist/features/toolbar/ApiReferenceToolbarPopover.vue.d.ts.map +1 -1
  377. package/dist/features/toolbar/ApiReferenceToolbarPopover.vue.js +45 -37
  378. package/dist/features/toolbar/ApiReferenceToolbarPopover.vue2.js +2 -2
  379. package/dist/features/toolbar/ApiReferenceToolbarRegisterButton.vue.js +52 -39
  380. package/dist/features/toolbar/ApiReferenceToolbarRegisterButton.vue2.js +2 -2
  381. package/dist/features/toolbar/ApiReferenceToolbarSdks.vue.js +70 -65
  382. package/dist/features/toolbar/ApiReferenceToolbarSdks.vue2.js +2 -2
  383. package/dist/features/toolbar/ApiReferenceToolbarShare.vue.js +36 -34
  384. package/dist/features/toolbar/ApiReferenceToolbarShare.vue2.js +2 -2
  385. package/dist/features/toolbar/ApiReferenceToolbarShareRegister.vue.js +50 -47
  386. package/dist/features/toolbar/ApiReferenceToolbarShareRegister.vue2.js +2 -2
  387. package/dist/features/toolbar/ApiReferenceToolbarShareTemporary.vue.js +75 -68
  388. package/dist/features/toolbar/ApiReferenceToolbarShareTemporary.vue2.js +2 -2
  389. package/dist/features/toolbar/ApiReferenceToolbarTitle.vue.js +49 -43
  390. package/dist/features/toolbar/ApiReferenceToolbarTitle.vue2.js +2 -2
  391. package/dist/features/x-badges/XBadges.vue.d.ts.map +1 -1
  392. package/dist/features/x-badges/XBadges.vue.js +26 -17
  393. package/dist/features/x-badges/XBadges.vue2.js +2 -2
  394. package/dist/helpers/convert-security-scheme.js +32 -21
  395. package/dist/helpers/download.d.ts.map +1 -0
  396. package/dist/helpers/download.js +45 -0
  397. package/dist/helpers/get-document-name.d.ts.map +1 -0
  398. package/dist/helpers/id-routing.d.ts +28 -0
  399. package/dist/helpers/id-routing.d.ts.map +1 -0
  400. package/dist/helpers/id-routing.js +57 -0
  401. package/dist/helpers/index.d.ts +10 -0
  402. package/dist/helpers/index.d.ts.map +1 -0
  403. package/dist/helpers/index.js +23 -0
  404. package/dist/helpers/lazy-bus.d.ts +39 -0
  405. package/dist/helpers/lazy-bus.d.ts.map +1 -0
  406. package/dist/helpers/lazy-bus.js +161 -0
  407. package/dist/helpers/map-config-to-client-store.d.ts +72 -0
  408. package/dist/helpers/map-config-to-client-store.d.ts.map +1 -0
  409. package/dist/helpers/map-config-to-client-store.js +146 -0
  410. package/dist/helpers/map-config-to-workspace-store.d.ts +9 -0
  411. package/dist/helpers/map-config-to-workspace-store.d.ts.map +1 -0
  412. package/dist/helpers/map-config-to-workspace-store.js +47 -0
  413. package/dist/helpers/map-configuration.d.ts.map +1 -0
  414. package/dist/helpers/map-configuration.js +52 -0
  415. package/dist/helpers/markdown.d.ts.map +1 -0
  416. package/dist/helpers/normalize-configurations.d.ts +42 -0
  417. package/dist/helpers/normalize-configurations.d.ts.map +1 -0
  418. package/dist/helpers/normalize-configurations.js +69 -0
  419. package/dist/helpers/openapi.d.ts.map +1 -0
  420. package/dist/helpers/openapi.js +119 -0
  421. package/dist/{features/toolbar/uploadTempDocument.d.ts → helpers/upload-temp-document.d.ts} +1 -1
  422. package/dist/helpers/upload-temp-document.d.ts.map +1 -0
  423. package/dist/helpers/upload-temp-document.js +24 -0
  424. package/dist/hooks/use-intersection.d.ts +3 -0
  425. package/dist/hooks/use-intersection.d.ts.map +1 -0
  426. package/dist/hooks/use-intersection.js +32 -0
  427. package/dist/hooks/use-legacy-store-events.d.ts.map +1 -0
  428. package/dist/hooks/use-legacy-store-events.js +91 -0
  429. package/dist/hooks/use-workspace-store-events.d.ts.map +1 -0
  430. package/dist/hooks/use-workspace-store-events.js +68 -0
  431. package/dist/index.d.ts +7 -7
  432. package/dist/index.d.ts.map +1 -1
  433. package/dist/index.js +14 -45
  434. package/dist/plugins/hooks/usePluginManager.js +11 -7
  435. package/dist/plugins/plugin-manager.d.ts +5 -1
  436. package/dist/plugins/plugin-manager.d.ts.map +1 -1
  437. package/dist/plugins/plugin-manager.js +31 -13
  438. package/dist/standalone/lib/html-api.d.ts.map +1 -1
  439. package/dist/standalone/lib/html-api.js +59 -32
  440. package/dist/style.css +11749 -1
  441. package/package.json +49 -38
  442. package/dist/blocks/constants.d.ts +0 -9
  443. package/dist/blocks/constants.d.ts.map +0 -1
  444. package/dist/blocks/helpers/getPointer.d.ts +0 -22
  445. package/dist/blocks/helpers/getPointer.d.ts.map +0 -1
  446. package/dist/components/ApiReferenceContent.vue.d.ts +0 -34
  447. package/dist/components/ApiReferenceContent.vue.d.ts.map +0 -1
  448. package/dist/components/ApiReferenceContent.vue.js +0 -8
  449. package/dist/components/ApiReferenceContent.vue2.js +0 -148
  450. package/dist/components/ApiReferenceLayout.vue.d.ts +0 -34
  451. package/dist/components/ApiReferenceLayout.vue.d.ts.map +0 -1
  452. package/dist/components/ApiReferenceLayout.vue.js +0 -10
  453. package/dist/components/ApiReferenceLayout.vue2.js +0 -316
  454. package/dist/components/Content/IntroductionSection.vue.d.ts +0 -18
  455. package/dist/components/Content/IntroductionSection.vue.d.ts.map +0 -1
  456. package/dist/components/Content/IntroductionSection.vue.js +0 -26
  457. package/dist/components/Content/IntroductionSection.vue2.js +0 -4
  458. package/dist/components/Content/Models/ClassicLayout.vue.d.ts.map +0 -1
  459. package/dist/components/Content/Models/ClassicLayout.vue.js +0 -7
  460. package/dist/components/Content/Models/ClassicLayout.vue2.js +0 -90
  461. package/dist/components/Content/Models/Models.vue.d.ts.map +0 -1
  462. package/dist/components/Content/Models/Models.vue.js +0 -42
  463. package/dist/components/Content/Models/Models.vue2.js +0 -4
  464. package/dist/components/Content/Models/ModernLayout.vue.d.ts.map +0 -1
  465. package/dist/components/Content/Models/ModernLayout.vue.js +0 -7
  466. package/dist/components/Content/Models/ModernLayout.vue2.js +0 -102
  467. package/dist/components/Content/Operations/get-current-index.d.ts +0 -4
  468. package/dist/components/Content/Operations/get-current-index.d.ts.map +0 -1
  469. package/dist/components/Content/Operations/get-current-index.js +0 -16
  470. package/dist/components/Content/Tags/ClassicLayout.vue.d.ts.map +0 -1
  471. package/dist/components/Content/Tags/ClassicLayout.vue.js +0 -7
  472. package/dist/components/Content/Tags/ClassicLayout.vue2.js +0 -48
  473. package/dist/components/Content/Tags/ModernLayout.vue.d.ts.map +0 -1
  474. package/dist/components/Content/Tags/ModernLayout.vue.js +0 -7
  475. package/dist/components/Content/Tags/ModernLayout.vue2.js +0 -69
  476. package/dist/components/Content/Tags/TagSection.vue.d.ts.map +0 -1
  477. package/dist/components/Content/Tags/TagSection.vue.js +0 -95
  478. package/dist/components/Content/Tags/TagSection.vue2.js +0 -4
  479. package/dist/components/Lazy/index.d.ts +0 -3
  480. package/dist/components/Lazy/index.d.ts.map +0 -1
  481. package/dist/components/Lazy/lazyBus.d.ts +0 -10
  482. package/dist/components/Lazy/lazyBus.d.ts.map +0 -1
  483. package/dist/components/Lazy/lazyBus.js +0 -7
  484. package/dist/features/api-client-modal/ApiClientModal.vue.d.ts +0 -9
  485. package/dist/features/api-client-modal/ApiClientModal.vue.d.ts.map +0 -1
  486. package/dist/features/api-client-modal/ApiClientModal.vue.js +0 -83
  487. package/dist/features/api-client-modal/ApiClientModal.vue2.js +0 -4
  488. package/dist/features/api-client-modal/index.d.ts +0 -3
  489. package/dist/features/api-client-modal/index.d.ts.map +0 -1
  490. package/dist/features/api-client-modal/useApiClient.d.ts +0 -8073
  491. package/dist/features/api-client-modal/useApiClient.d.ts.map +0 -1
  492. package/dist/features/api-client-modal/useApiClient.js +0 -12
  493. package/dist/features/document-source/hooks/useDocumentFetcher.d.ts +0 -11
  494. package/dist/features/document-source/hooks/useDocumentFetcher.d.ts.map +0 -1
  495. package/dist/features/document-source/hooks/useDocumentFetcher.js +0 -37
  496. package/dist/features/document-source/hooks/useDocumentSource.d.ts +0 -19
  497. package/dist/features/document-source/hooks/useDocumentSource.d.ts.map +0 -1
  498. package/dist/features/document-source/hooks/useDocumentSource.js +0 -73
  499. package/dist/features/document-source/index.d.ts +0 -2
  500. package/dist/features/document-source/index.d.ts.map +0 -1
  501. package/dist/features/multiple-documents/index.d.ts +0 -3
  502. package/dist/features/multiple-documents/index.d.ts.map +0 -1
  503. package/dist/features/multiple-documents/useMultipleDocuments.d.ts +0 -36
  504. package/dist/features/multiple-documents/useMultipleDocuments.d.ts.map +0 -1
  505. package/dist/features/multiple-documents/useMultipleDocuments.js +0 -91
  506. package/dist/features/toolbar/uploadTempDocument.d.ts.map +0 -1
  507. package/dist/features/toolbar/uploadTempDocument.js +0 -21
  508. package/dist/helpers/test-utils.d.ts +0 -60
  509. package/dist/helpers/test-utils.d.ts.map +0 -1
  510. package/dist/hooks/useFreezing.d.ts +0 -6
  511. package/dist/hooks/useFreezing.d.ts.map +0 -1
  512. package/dist/hooks/useFreezing.js +0 -29
  513. package/dist/hooks/useNavState.d.ts +0 -54
  514. package/dist/hooks/useNavState.d.ts.map +0 -1
  515. package/dist/hooks/useNavState.js +0 -62
  516. package/dist/libs/download.d.ts.map +0 -1
  517. package/dist/libs/download.js +0 -28
  518. package/dist/libs/markdown.d.ts.map +0 -1
  519. package/dist/libs/openapi.d.ts.map +0 -1
  520. package/dist/libs/openapi.js +0 -75
  521. package/dist/types.d.ts +0 -71
  522. package/dist/types.d.ts.map +0 -1
  523. package/dist/v2/ApiReferenceWorkspace.vue.d.ts +0 -31
  524. package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +0 -1
  525. package/dist/v2/ApiReferenceWorkspace.vue.js +0 -183
  526. package/dist/v2/ApiReferenceWorkspace.vue3.js +0 -5
  527. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts +0 -20
  528. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +0 -1
  529. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +0 -7
  530. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue2.js +0 -203
  531. package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.d.ts.map +0 -1
  532. package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.js +0 -57
  533. package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue2.js +0 -4
  534. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.d.ts.map +0 -1
  535. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +0 -266
  536. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue2.js +0 -4
  537. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.d.ts.map +0 -1
  538. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js +0 -135
  539. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue2.js +0 -4
  540. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts.map +0 -1
  541. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.js +0 -7
  542. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue2.js +0 -96
  543. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.d.ts.map +0 -1
  544. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.js +0 -50
  545. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue2.js +0 -4
  546. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +0 -1
  547. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +0 -253
  548. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue2.js +0 -4
  549. package/dist/v2/blocks/scalar-auth-selector-block/helpers/filter-security-requirements.d.ts.map +0 -1
  550. package/dist/v2/blocks/scalar-auth-selector-block/helpers/update-scheme.d.ts.map +0 -1
  551. package/dist/v2/blocks/scalar-auth-selector-block/helpers/update-scheme.js +0 -21
  552. package/dist/v2/blocks/scalar-auth-selector-block/index.d.ts.map +0 -1
  553. package/dist/v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue.d.ts.map +0 -1
  554. package/dist/v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue.js +0 -7
  555. package/dist/v2/blocks/scalar-client-selector-block/components/ClientDropdown.vue2.js +0 -112
  556. package/dist/v2/blocks/scalar-client-selector-block/components/ClientSelector.vue.d.ts.map +0 -1
  557. package/dist/v2/blocks/scalar-client-selector-block/components/ClientSelector.vue.js +0 -7
  558. package/dist/v2/blocks/scalar-client-selector-block/components/ClientSelector.vue2.js +0 -119
  559. package/dist/v2/blocks/scalar-client-selector-block/helpers/featured-clients.d.ts.map +0 -1
  560. package/dist/v2/blocks/scalar-client-selector-block/helpers/featured-clients.js +0 -17
  561. package/dist/v2/blocks/scalar-client-selector-block/index.d.ts.map +0 -1
  562. package/dist/v2/blocks/scalar-info-block/components/DownloadLink.vue.d.ts.map +0 -1
  563. package/dist/v2/blocks/scalar-info-block/components/DownloadLink.vue.js +0 -7
  564. package/dist/v2/blocks/scalar-info-block/components/DownloadLink.vue2.js +0 -69
  565. package/dist/v2/blocks/scalar-info-block/components/InfoBlock.vue.d.ts.map +0 -1
  566. package/dist/v2/blocks/scalar-info-block/components/InfoBlock.vue.js +0 -54
  567. package/dist/v2/blocks/scalar-info-block/components/InfoBlock.vue2.js +0 -4
  568. package/dist/v2/blocks/scalar-info-block/components/InfoDescription.vue.d.ts.map +0 -1
  569. package/dist/v2/blocks/scalar-info-block/components/InfoDescription.vue.js +0 -7
  570. package/dist/v2/blocks/scalar-info-block/components/InfoDescription.vue2.js +0 -72
  571. package/dist/v2/blocks/scalar-info-block/components/InfoLinks.vue.d.ts.map +0 -1
  572. package/dist/v2/blocks/scalar-info-block/components/InfoLinks.vue.js +0 -36
  573. package/dist/v2/blocks/scalar-info-block/components/InfoLinks.vue2.js +0 -4
  574. package/dist/v2/blocks/scalar-info-block/components/InfoVersion.vue.d.ts.map +0 -1
  575. package/dist/v2/blocks/scalar-info-block/components/InfoVersion.vue.js +0 -25
  576. package/dist/v2/blocks/scalar-info-block/components/InfoVersion.vue2.js +0 -4
  577. package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue.d.ts.map +0 -1
  578. package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue.js +0 -7
  579. package/dist/v2/blocks/scalar-info-block/components/IntroductionCard.vue2.js +0 -17
  580. package/dist/v2/blocks/scalar-info-block/components/IntroductionCardItem.vue.d.ts.map +0 -1
  581. package/dist/v2/blocks/scalar-info-block/components/IntroductionCardItem.vue.js +0 -13
  582. package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue.d.ts.map +0 -1
  583. package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue.js +0 -7
  584. package/dist/v2/blocks/scalar-info-block/components/IntroductionLayout.vue2.js +0 -102
  585. package/dist/v2/blocks/scalar-info-block/components/OpenApiVersion.vue.d.ts.map +0 -1
  586. package/dist/v2/blocks/scalar-info-block/components/OpenApiVersion.vue.js +0 -19
  587. package/dist/v2/blocks/scalar-info-block/components/OpenApiVersion.vue2.js +0 -4
  588. package/dist/v2/blocks/scalar-info-block/index.d.ts.map +0 -1
  589. package/dist/v2/blocks/scalar-server-selector-block/components/Selector.vue.d.ts.map +0 -1
  590. package/dist/v2/blocks/scalar-server-selector-block/components/Selector.vue.js +0 -75
  591. package/dist/v2/blocks/scalar-server-selector-block/components/Selector.vue2.js +0 -4
  592. package/dist/v2/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts.map +0 -1
  593. package/dist/v2/blocks/scalar-server-selector-block/components/ServerSelector.vue.js +0 -69
  594. package/dist/v2/blocks/scalar-server-selector-block/components/ServerSelector.vue2.js +0 -4
  595. package/dist/v2/blocks/scalar-server-selector-block/index.d.ts.map +0 -1
  596. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarBlock.vue.d.ts.map +0 -1
  597. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarBlock.vue.js +0 -7
  598. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarBlock.vue2.js +0 -131
  599. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarElement.vue.d.ts +0 -35
  600. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarElement.vue.d.ts.map +0 -1
  601. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarElement.vue.js +0 -7
  602. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarElement.vue2.js +0 -118
  603. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarGroup.vue.d.ts +0 -16
  604. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarGroup.vue.d.ts.map +0 -1
  605. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarGroup.vue.js +0 -7
  606. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarGroup.vue2.js +0 -18
  607. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarHttpBadge.vue.d.ts +0 -17
  608. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarHttpBadge.vue.d.ts.map +0 -1
  609. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarHttpBadge.vue.js +0 -7
  610. package/dist/v2/blocks/scalar-sidebar-block/components/SidebarHttpBadge.vue2.js +0 -29
  611. package/dist/v2/blocks/scalar-sidebar-block/helpers/create-sidebar.d.ts +0 -23
  612. package/dist/v2/blocks/scalar-sidebar-block/helpers/create-sidebar.d.ts.map +0 -1
  613. package/dist/v2/blocks/scalar-sidebar-block/helpers/create-sidebar.js +0 -35
  614. package/dist/v2/blocks/scalar-sidebar-block/helpers/generate-reverse-index.d.ts +0 -9
  615. package/dist/v2/blocks/scalar-sidebar-block/helpers/generate-reverse-index.d.ts.map +0 -1
  616. package/dist/v2/blocks/scalar-sidebar-block/helpers/generate-reverse-index.js +0 -9
  617. package/dist/v2/blocks/scalar-sidebar-block/hooks/useSidebar.d.ts +0 -18
  618. package/dist/v2/blocks/scalar-sidebar-block/hooks/useSidebar.d.ts.map +0 -1
  619. package/dist/v2/blocks/scalar-sidebar-block/hooks/useSidebar.js +0 -18
  620. package/dist/v2/blocks/scalar-sidebar-block/index.d.ts +0 -4
  621. package/dist/v2/blocks/scalar-sidebar-block/index.d.ts.map +0 -1
  622. package/dist/v2/helpers/get-document-name.d.ts.map +0 -1
  623. package/dist/v2/helpers/get-document-name.js +0 -15
  624. package/dist/v2/helpers/map-configuration.d.ts.map +0 -1
  625. package/dist/v2/helpers/map-configuration.js +0 -50
  626. package/dist/v2/helpers/normalize-content.d.ts +0 -3
  627. package/dist/v2/helpers/normalize-content.d.ts.map +0 -1
  628. package/dist/v2/helpers/normalize-content.js +0 -8
  629. package/dist/v2/hooks/use-legacy-store-events.d.ts.map +0 -1
  630. package/dist/v2/hooks/use-legacy-store-events.js +0 -61
  631. package/dist/v2/hooks/use-workspace-store-events.d.ts.map +0 -1
  632. package/dist/v2/hooks/use-workspace-store-events.js +0 -40
  633. package/dist/v2/styles.d.ts +0 -2
  634. package/dist/v2/styles.d.ts.map +0 -1
  635. /package/dist/{v2/blocks → blocks}/scalar-auth-selector-block/components/OAuth2.vue.d.ts +0 -0
  636. /package/dist/{v2/blocks → blocks}/scalar-auth-selector-block/components/OAuthScopesInput.vue.d.ts +0 -0
  637. /package/dist/{v2/blocks → blocks}/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts +0 -0
  638. /package/dist/{v2/blocks → blocks}/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts +0 -0
  639. /package/dist/{v2/blocks → blocks}/scalar-auth-selector-block/helpers/filter-security-requirements.d.ts +0 -0
  640. /package/dist/{v2/blocks → blocks}/scalar-auth-selector-block/helpers/update-scheme.d.ts +0 -0
  641. /package/dist/{v2/blocks → blocks}/scalar-auth-selector-block/index.d.ts +0 -0
  642. /package/dist/{v2/blocks → blocks}/scalar-client-selector-block/helpers/featured-clients.d.ts +0 -0
  643. /package/dist/{v2/blocks → blocks}/scalar-client-selector-block/index.d.ts +0 -0
  644. /package/dist/{v2/blocks → blocks}/scalar-info-block/components/InfoLinks.vue.d.ts +0 -0
  645. /package/dist/{v2/blocks → blocks}/scalar-info-block/components/InfoVersion.vue.d.ts +0 -0
  646. /package/dist/{v2/blocks → blocks}/scalar-info-block/components/IntroductionCard.vue.d.ts +0 -0
  647. /package/dist/{v2/blocks → blocks}/scalar-info-block/components/IntroductionCardItem.vue.d.ts +0 -0
  648. /package/dist/{v2/blocks → blocks}/scalar-info-block/components/OpenApiVersion.vue.d.ts +0 -0
  649. /package/dist/{v2/blocks → blocks}/scalar-info-block/index.d.ts +0 -0
  650. /package/dist/{v2/blocks → blocks}/scalar-server-selector-block/components/Selector.vue.d.ts +0 -0
  651. /package/dist/{v2/blocks → blocks}/scalar-server-selector-block/components/ServerSelector.vue.d.ts +0 -0
  652. /package/dist/{v2/blocks → blocks}/scalar-server-selector-block/index.d.ts +0 -0
  653. /package/dist/{libs → helpers}/download.d.ts +0 -0
  654. /package/dist/{v2/helpers → helpers}/get-document-name.d.ts +0 -0
  655. /package/dist/{v2/helpers → helpers}/map-configuration.d.ts +0 -0
  656. /package/dist/{libs → helpers}/markdown.d.ts +0 -0
  657. /package/dist/{libs → helpers}/openapi.d.ts +0 -0
  658. /package/dist/{v2/hooks → hooks}/use-legacy-store-events.d.ts +0 -0
  659. /package/dist/{v2/hooks → hooks}/use-workspace-store-events.d.ts +0 -0
@@ -1,24 +1,26 @@
1
- import { defineComponent as t, computed as r, createElementBlock as c, openBlock as a, normalizeStyle as n, renderSlot as d } from "vue";
2
- const u = /* @__PURE__ */ t({
1
+ import { defineComponent, computed, createElementBlock, openBlock, normalizeStyle, renderSlot } from "vue";
2
+ const _sfc_main = /* @__PURE__ */ defineComponent({
3
3
  __name: "Badge",
4
4
  props: {
5
5
  color: {}
6
6
  },
7
- setup(e) {
8
- const o = r(
9
- () => e.color ? {
10
- "--badge-background-color": e.color,
11
- "--badge-text-color": `color-mix(in srgb, ${e.color}, black 40%)`
7
+ setup(__props) {
8
+ const badgeStyle = computed(
9
+ () => __props.color ? {
10
+ "--badge-background-color": __props.color,
11
+ "--badge-text-color": `color-mix(in srgb, ${__props.color}, black 40%)`
12
12
  } : {}
13
13
  );
14
- return (l, s) => (a(), c("div", {
15
- class: "badge",
16
- style: n(o.value)
17
- }, [
18
- d(l.$slots, "default", {}, void 0, !0)
19
- ], 4));
14
+ return (_ctx, _cache) => {
15
+ return openBlock(), createElementBlock("div", {
16
+ class: "badge",
17
+ style: normalizeStyle(badgeStyle.value)
18
+ }, [
19
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
20
+ ], 4);
21
+ };
20
22
  }
21
23
  });
22
24
  export {
23
- u as default
25
+ _sfc_main as default
24
26
  };
@@ -1,18 +1,21 @@
1
- import { createElementBlock as c, openBlock as t, createElementVNode as s, renderSlot as r } from "vue";
1
+ import { createElementBlock, openBlock, createElementVNode, renderSlot } from "vue";
2
2
  /* empty css */
3
- import o from "../_virtual/_plugin-vue_export-helper.js";
4
- const n = {}, d = { class: "references-classic-header-container" }, a = { class: "references-classic-header" }, i = { class: "references-classic-header-content" };
5
- function l(e, _) {
6
- return t(), c("div", d, [
7
- s("div", a, [
8
- s("div", i, [
9
- r(e.$slots, "default", {}, void 0, !0)
3
+ import _export_sfc from "../_virtual/_plugin-vue_export-helper.js";
4
+ const _sfc_main = {};
5
+ const _hoisted_1 = { class: "references-classic-header-container" };
6
+ const _hoisted_2 = { class: "references-classic-header" };
7
+ const _hoisted_3 = { class: "references-classic-header-content" };
8
+ function _sfc_render(_ctx, _cache) {
9
+ return openBlock(), createElementBlock("div", _hoisted_1, [
10
+ createElementVNode("div", _hoisted_2, [
11
+ createElementVNode("div", _hoisted_3, [
12
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
10
13
  ]),
11
- r(e.$slots, "dark-mode-toggle", {}, void 0, !0)
14
+ renderSlot(_ctx.$slots, "dark-mode-toggle", {}, void 0, true)
12
15
  ])
13
16
  ]);
14
17
  }
15
- const h = /* @__PURE__ */ o(n, [["render", l], ["__scopeId", "data-v-9198d025"]]);
18
+ const ClassicHeader = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-9198d025"]]);
16
19
  export {
17
- h as default
20
+ ClassicHeader as default
18
21
  };
@@ -10,7 +10,7 @@ type __VLS_Props = {
10
10
  selectedClient?: AvailableClients[number];
11
11
  };
12
12
  declare const _default: import("vue").DefineComponent<__VLS_Props, {
13
- selectedClientOption: import("vue").ComputedRef<import("@scalar/api-client/v2/blocks/operation-code-sample").ClientOption>;
13
+ selectedClientOption: import("vue").ComputedRef<import("@scalar/api-client/v2/blocks/operation-code-sample").ClientOption | undefined>;
14
14
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
15
  export default _default;
16
16
  //# sourceMappingURL=ClientLibraries.vue.d.ts.map
@@ -7,8 +7,6 @@ type __VLS_Props = {
7
7
  selectedClient?: AvailableClients[number];
8
8
  /** List of featured clients */
9
9
  featuredClients: ClientOption[];
10
- /** The id of the tab panel that contains for the non featured clients */
11
- morePanel?: string;
12
10
  };
13
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>;
14
12
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":"AAuPA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACvB,MAAM,oDAAoD,CAAA;AAG3D,OAAO,KAAK,EAAE,gBAAgB,EAAY,MAAM,wBAAwB,CAAA;AAMxE,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
+ {"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/ClientLibraries/ClientSelector.vue"],"names":[],"mappings":"AAsPA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,iBAAiB,EACvB,MAAM,oDAAoD,CAAA;AAG3D,OAAO,KAAK,EAAE,gBAAgB,EAAY,MAAM,wBAAwB,CAAA;AAMxE,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;CAChC,CAAC;;AAgPF,wBAMG"}
@@ -1,25 +1,30 @@
1
- import type { ApiReferenceConfiguration } from '@scalar/types';
2
- import type { WorkspaceStore } from '@scalar/workspace-store/client';
1
+ import type { Server } from '@scalar/oas-utils/entities/spec';
2
+ import type { ApiReferenceConfiguration, Heading } from '@scalar/types';
3
+ import type { WorkspaceEventBus } from '@scalar/workspace-store/events';
4
+ import type { TraversedEntry as TraversedEntryType } from '@scalar/workspace-store/schemas/navigation';
5
+ import type { Workspace, WorkspaceDocument } from '@scalar/workspace-store/schemas/workspace';
6
+ import type { SecuritySchemeGetter } from '../../helpers/map-config-to-client-store.js';
3
7
  type __VLS_Props = {
4
- contentId: string;
5
- store: WorkspaceStore;
8
+ activeServer: Server | undefined;
9
+ infoSectionId: string;
10
+ document: WorkspaceDocument | undefined;
11
+ xScalarDefaultClient: Workspace['x-scalar-default-client'];
12
+ getSecuritySchemes: SecuritySchemeGetter;
13
+ items: TraversedEntryType[];
14
+ expandedItems: Record<string, boolean>;
15
+ eventBus: WorkspaceEventBus;
6
16
  options: {
7
- isLoading: boolean | undefined;
8
- slug: string | undefined;
9
17
  hiddenClients: ApiReferenceConfiguration['hiddenClients'];
10
18
  layout: 'modern' | 'classic';
11
- onLoaded: (() => void) | undefined;
12
19
  persistAuth: boolean;
13
20
  showOperationId?: boolean | undefined;
14
21
  hideTestRequestButton: boolean | undefined;
15
22
  expandAllResponses?: boolean;
16
- hideModels: boolean | undefined;
17
23
  expandAllModelSections: boolean | undefined;
18
24
  orderRequiredPropertiesFirst: boolean | undefined;
19
25
  orderSchemaPropertiesBy: 'alpha' | 'preserve' | undefined;
20
26
  documentDownloadType: ApiReferenceConfiguration['documentDownloadType'];
21
- url: string | undefined;
22
- onShowMore: ((id: string) => void) | undefined;
27
+ headingSlugGenerator: (heading: Heading) => string;
23
28
  };
24
29
  };
25
30
  declare var __VLS_5: {}, __VLS_50: {}, __VLS_59: {};
@@ -1 +1 @@
1
- {"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAyQA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,eAAe,CAAA;AAC9D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AAmBpE,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,KAAK,EAAE,cAAc,CAAA;IACrB,OAAO,EAAE;QACP,SAAS,EAAE,OAAO,GAAG,SAAS,CAAA;QAC9B,IAAI,EAAE,MAAM,GAAG,SAAS,CAAA;QACxB,aAAa,EAAE,yBAAyB,CAAC,eAAe,CAAC,CAAA;QACzD,MAAM,EAAE,QAAQ,GAAG,SAAS,CAAA;QAC5B,QAAQ,EAAE,CAAC,MAAM,IAAI,CAAC,GAAG,SAAS,CAAA;QAClC,WAAW,EAAE,OAAO,CAAA;QACpB,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;QACrC,qBAAqB,EAAE,OAAO,GAAG,SAAS,CAAA;QAC1C,kBAAkB,CAAC,EAAE,OAAO,CAAA;QAC5B,UAAU,EAAE,OAAO,GAAG,SAAS,CAAA;QAC/B,sBAAsB,EAAE,OAAO,GAAG,SAAS,CAAA;QAC3C,4BAA4B,EAAE,OAAO,GAAG,SAAS,CAAA;QACjD,uBAAuB,EAAE,OAAO,GAAG,UAAU,GAAG,SAAS,CAAA;QACzD,oBAAoB,EAAE,yBAAyB,CAAC,sBAAsB,CAAC,CAAA;QACvE,GAAG,EAAE,MAAM,GAAG,SAAS,CAAA;QACvB,UAAU,EAAE,CAAC,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC,GAAG,SAAS,CAAA;KAC/C,CAAA;CACF,CAAC;AA4YF,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;AA0C5C,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
+ {"version":3,"file":"Content.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Content/Content.vue"],"names":[],"mappings":"AAqLA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAA;AAC7D,OAAO,KAAK,EAAE,yBAAyB,EAAE,OAAO,EAAE,MAAM,eAAe,CAAA;AACvE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,4CAA4C,CAAA;AACtG,OAAO,KAAK,EACV,SAAS,EACT,iBAAiB,EAClB,MAAM,2CAA2C,CAAA;AAclD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAA;AAEhF,KAAK,WAAW,GAAG;IACjB,YAAY,EAAE,MAAM,GAAG,SAAS,CAAA;IAChC,aAAa,EAAE,MAAM,CAAA;IACrB,QAAQ,EAAE,iBAAiB,GAAG,SAAS,CAAA;IACvC,oBAAoB,EAAE,SAAS,CAAC,yBAAyB,CAAC,CAAA;IAC1D,kBAAkB,EAAE,oBAAoB,CAAA;IACxC,KAAK,EAAE,kBAAkB,EAAE,CAAA;IAC3B,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACtC,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,OAAO,EAAE;QACP,aAAa,EAAE,yBAAyB,CAAC,eAAe,CAAC,CAAA;QACzD,MAAM,EAAE,QAAQ,GAAG,SAAS,CAAA;QAC5B,WAAW,EAAE,OAAO,CAAA;QACpB,eAAe,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;QACrC,qBAAqB,EAAE,OAAO,GAAG,SAAS,CAAA;QAC1C,kBAAkB,CAAC,EAAE,OAAO,CAAA;QAC5B,sBAAsB,EAAE,OAAO,GAAG,SAAS,CAAA;QAC3C,4BAA4B,EAAE,OAAO,GAAG,SAAS,CAAA;QACjD,uBAAuB,EAAE,OAAO,GAAG,UAAU,GAAG,SAAS,CAAA;QACzD,oBAAoB,EAAE,yBAAyB,CAAC,sBAAsB,CAAC,CAAA;QACvE,oBAAoB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,MAAM,CAAA;KACnD,CAAA;CACF,CAAC;AAkSF,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;AAgC5C,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,201 +1,163 @@
1
- import { defineComponent as R, computed as n, createElementBlock as w, openBlock as i, Fragment as V, createVNode as r, createElementVNode as $, unref as o, renderSlot as p, createCommentVNode as l, createBlock as c, withCtx as s } from "vue";
2
- import { useWorkspace as M, useActiveEntities as q } from "@scalar/api-client/store";
3
- import { generateClientOptions as U } from "@scalar/api-client/v2/blocks/operation-code-sample";
4
- import { ScalarErrorBoundary as v } from "@scalar/components";
5
- import { getSlugUid as L } from "@scalar/oas-utils/transforms";
6
- import N from "./IntroductionSection.vue.js";
7
- import { getCurrentIndex as T } from "./Operations/get-current-index.js";
8
- import j from "./Operations/TraversedEntry.vue.js";
9
- import { useFreezing as W } from "../../hooks/useFreezing.js";
10
- import { useNavState as z } from "../../hooks/useNavState.js";
11
- import { getXKeysFromObject as D } from "../../features/specification-extension/helpers.js";
12
- import { useSidebar as K } from "../../v2/blocks/scalar-sidebar-block/hooks/useSidebar.js";
13
- import X from "../SectionFlare/SectionFlare.vue.js";
14
- import G from "../../v2/blocks/scalar-info-block/components/InfoBlock.vue.js";
15
- import f from "../../v2/blocks/scalar-info-block/components/IntroductionCardItem.vue.js";
16
- import H from "../../v2/blocks/scalar-server-selector-block/components/ServerSelector.vue.js";
17
- import J from "../../v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js";
18
- import Q from "../../v2/blocks/scalar-client-selector-block/components/ClientSelector.vue.js";
19
- import Y from "./Models/Models.vue.js";
20
- const Z = { class: "narrow-references-container" }, x = { key: 0 }, ke = /* @__PURE__ */ R({
1
+ import { defineComponent, computed, createElementBlock, openBlock, Fragment, createVNode, createElementVNode, unref, renderSlot, createBlock, createCommentVNode, withCtx } from "vue";
2
+ import { generateClientOptions } from "@scalar/api-client/v2/blocks/operation-code-sample";
3
+ import { ScalarErrorBoundary } from "@scalar/components";
4
+ import _sfc_main$4 from "./Operations/TraversedEntry.vue.js";
5
+ import _sfc_main$1 from "../Lazy/Lazy.vue.js";
6
+ import { firstLazyLoadComplete } from "../../helpers/lazy-bus.js";
7
+ import { getXKeysFromObject } from "../../features/specification-extension/helpers.js";
8
+ import SectionFlare from "../SectionFlare/SectionFlare.vue.js";
9
+ import _sfc_main$2 from "../../blocks/scalar-info-block/components/InfoBlock.vue.js";
10
+ import IntroductionCardItem from "../../blocks/scalar-info-block/components/IntroductionCardItem.vue.js";
11
+ import _sfc_main$3 from "../../blocks/scalar-server-selector-block/components/ServerSelector.vue.js";
12
+ import AuthSelector from "../../blocks/scalar-auth-selector-block/components/AuthSelector.vue.js";
13
+ import ClientSelector from "../../blocks/scalar-client-selector-block/components/ClientSelector.vue.js";
14
+ import _sfc_main$5 from "../RenderPlugins/RenderPlugins.vue.js";
15
+ const _hoisted_1 = { class: "narrow-references-container" };
16
+ const _hoisted_2 = {
17
+ key: 1,
18
+ class: "h-dvh"
19
+ };
20
+ const _sfc_main = /* @__PURE__ */ defineComponent({
21
21
  __name: "Content",
22
22
  props: {
23
- contentId: {},
24
- store: {},
23
+ activeServer: {},
24
+ infoSectionId: {},
25
+ document: {},
26
+ xScalarDefaultClient: {},
27
+ getSecuritySchemes: { type: Function },
28
+ items: {},
29
+ expandedItems: {},
30
+ eventBus: {},
25
31
  options: {}
26
32
  },
27
- setup(a) {
28
- W();
29
- const d = n(
30
- () => U(a.options.hiddenClients)
31
- ), g = n(
32
- () => D(a.store.workspace.activeDocument)
33
- ), C = n(
34
- () => D(a.store.workspace.activeDocument?.info)
35
- ), { collections: E, securitySchemes: I, servers: h } = M(), {
36
- activeCollection: b,
37
- activeEnvVariables: A,
38
- activeEnvironment: B,
39
- activeWorkspace: S
40
- } = q(), t = n(() => {
41
- if (a.options.slug) {
42
- const e = E[L(a.options.slug)];
43
- if (e)
44
- return e;
45
- }
46
- return b.value;
47
- }), k = n(() => {
48
- if (t.value) {
49
- if (t.value.selectedServerUid) {
50
- const e = h[t.value.selectedServerUid];
51
- if (e)
52
- return e;
53
- }
54
- return h[t.value.servers[0]];
55
- }
56
- }), O = () => a.store.exportActiveDocument("json") ?? "{}", { items: u } = K(), { hash: m } = z(), F = n(
57
- () => T(m.value, u.value.entries)
58
- ), P = n(() => {
59
- const e = u.value.entries.find((y) => y.id === "models");
60
- return e && e.type === "text" ? e : void 0;
61
- });
62
- return (e, y) => (i(), w(V, null, [
63
- r(o(X)),
64
- $("div", Z, [
65
- p(e.$slots, "start"),
66
- r(N, {
67
- showEmptyState: !e.store.workspace.activeDocument
68
- }, {
69
- "empty-state": s(() => [
70
- p(e.$slots, "empty-state")
71
- ]),
72
- default: s(() => [
73
- e.store.workspace.activeDocument ? (i(), c(o(G), {
74
- key: 0,
75
- id: e.contentId,
76
- documentExtensions: g.value,
77
- externalDocs: e.store.workspace.activeDocument.externalDocs,
78
- info: e.store.workspace.activeDocument.info,
79
- infoExtensions: C.value,
80
- layout: e.options.layout,
81
- oasVersion: e.store.workspace.activeDocument?.["x-original-oas-version"],
82
- options: {
83
- documentDownloadType: e.options.documentDownloadType,
84
- url: e.options.url,
85
- getOriginalDocument: O,
86
- isLoading: e.options.isLoading,
87
- layout: e.options.layout,
88
- onLoaded: e.options.onLoaded
89
- }
90
- }, {
91
- selectors: s(() => [
92
- r(o(v), null, {
93
- default: s(() => [
94
- e.store.workspace.activeDocument?.servers?.length ? (i(), c(o(f), {
95
- key: 0,
96
- class: "scalar-reference-intro-server scalar-client introduction-card-item text-base leading-normal [--scalar-address-bar-height:0px]"
97
- }, {
98
- default: s(() => [
99
- r(o(H), {
100
- servers: e.store.workspace.activeDocument?.servers ?? [],
101
- xSelectedServer: e.store.workspace.activeDocument?.["x-scalar-active-server"]
102
- }, null, 8, ["servers", "xSelectedServer"])
103
- ]),
104
- _: 1
105
- })) : l("", !0)
106
- ]),
107
- _: 1
108
- }),
109
- r(o(v), null, {
110
- default: s(() => [
111
- t.value && o(S) && Object.keys(o(I) ?? {}).length ? (i(), c(o(f), {
112
- key: 0,
113
- class: "scalar-reference-intro-auth scalar-client introduction-card-item leading-normal"
114
- }, {
115
- default: s(() => [
116
- r(o(J), {
117
- collection: t.value,
118
- envVariables: o(A),
119
- environment: o(B),
120
- layout: "reference",
121
- persistAuth: e.options.persistAuth,
122
- selectedSecuritySchemeUids: t.value?.selectedSecuritySchemeUids ?? [],
123
- server: k.value,
124
- title: "Authentication",
125
- workspace: o(S)
126
- }, null, 8, ["collection", "envVariables", "environment", "persistAuth", "selectedSecuritySchemeUids", "server", "workspace"])
127
- ]),
128
- _: 1
129
- })) : l("", !0)
130
- ]),
131
- _: 1
132
- }),
133
- r(o(v), null, {
134
- default: s(() => [
135
- e.options.hiddenClients !== !0 && d.value.length ? (i(), c(o(f), {
136
- key: 0,
137
- class: "introduction-card-item scalar-reference-intro-clients"
138
- }, {
139
- default: s(() => [
140
- r(o(Q), {
141
- class: "introduction-card-item scalar-reference-intro-clients",
142
- clientOptions: d.value,
143
- xScalarSdkInstallation: e.store.workspace.activeDocument?.info?.["x-scalar-sdk-installation"],
144
- xSelectedClient: e.store.workspace["x-scalar-default-client"]
145
- }, null, 8, ["clientOptions", "xScalarSdkInstallation", "xSelectedClient"])
146
- ]),
147
- _: 1
148
- })) : l("", !0)
149
- ]),
150
- _: 1
151
- })
152
- ]),
153
- _: 1
154
- }, 8, ["id", "documentExtensions", "externalDocs", "info", "infoExtensions", "layout", "oasVersion", "options"])) : l("", !0)
155
- ]),
156
- _: 3
157
- }, 8, ["showEmptyState"]),
158
- o(u).entries.length && t.value ? (i(), w("div", x, [
159
- r(j, {
160
- activeCollection: t.value,
161
- activeServer: k.value,
162
- entries: o(u).entries,
163
- hash: o(m),
33
+ setup(__props) {
34
+ const clientOptions = computed(
35
+ () => generateClientOptions(__props.options.hiddenClients)
36
+ );
37
+ const documentExtensions = computed(() => getXKeysFromObject(__props.document));
38
+ const infoExtensions = computed(() => getXKeysFromObject(__props.document?.info));
39
+ return (_ctx, _cache) => {
40
+ return openBlock(), createElementBlock(Fragment, null, [
41
+ createVNode(unref(SectionFlare)),
42
+ createElementVNode("div", _hoisted_1, [
43
+ renderSlot(_ctx.$slots, "start"),
44
+ createVNode(_sfc_main$1, { id: _ctx.infoSectionId }, {
45
+ "empty-state": withCtx(() => [
46
+ renderSlot(_ctx.$slots, "empty-state")
47
+ ]),
48
+ default: withCtx(() => [
49
+ createVNode(unref(_sfc_main$2), {
50
+ id: _ctx.infoSectionId,
51
+ documentExtensions: documentExtensions.value,
52
+ eventBus: _ctx.eventBus,
53
+ externalDocs: _ctx.document?.externalDocs,
54
+ info: _ctx.document?.info,
55
+ infoExtensions: infoExtensions.value,
56
+ layout: _ctx.options.layout,
57
+ oasVersion: _ctx.document?.["x-original-oas-version"],
58
+ options: {
59
+ headingSlugGenerator: _ctx.options.headingSlugGenerator,
60
+ documentDownloadType: _ctx.options.documentDownloadType,
61
+ layout: _ctx.options.layout
62
+ }
63
+ }, {
64
+ selectors: withCtx(() => [
65
+ createVNode(unref(ScalarErrorBoundary), null, {
66
+ default: withCtx(() => [
67
+ _ctx.document?.servers?.length ? (openBlock(), createBlock(unref(IntroductionCardItem), {
68
+ key: 0,
69
+ class: "scalar-reference-intro-server scalar-client introduction-card-item text-base leading-normal [--scalar-address-bar-height:0px]"
70
+ }, {
71
+ default: withCtx(() => [
72
+ createVNode(unref(_sfc_main$3), {
73
+ servers: _ctx.document?.servers ?? [],
74
+ xSelectedServer: _ctx.document?.["x-scalar-active-server"]
75
+ }, null, 8, ["servers", "xSelectedServer"])
76
+ ]),
77
+ _: 1
78
+ })) : createCommentVNode("", true)
79
+ ]),
80
+ _: 1
81
+ }),
82
+ createVNode(unref(ScalarErrorBoundary), null, {
83
+ default: withCtx(() => [
84
+ _ctx.document ? (openBlock(), createBlock(unref(IntroductionCardItem), {
85
+ key: 0,
86
+ class: "scalar-reference-intro-auth scalar-client introduction-card-item leading-normal"
87
+ }, {
88
+ default: withCtx(() => [
89
+ Object.keys(_ctx.document?.components?.securitySchemes ?? {}).length ? (openBlock(), createBlock(unref(AuthSelector), {
90
+ key: 0,
91
+ layout: "reference",
92
+ persistAuth: _ctx.options.persistAuth,
93
+ server: _ctx.activeServer,
94
+ title: "Authentication"
95
+ }, null, 8, ["persistAuth", "server"])) : createCommentVNode("", true)
96
+ ]),
97
+ _: 1
98
+ })) : createCommentVNode("", true)
99
+ ]),
100
+ _: 1
101
+ }),
102
+ createVNode(unref(ScalarErrorBoundary), null, {
103
+ default: withCtx(() => [
104
+ _ctx.options.hiddenClients !== true && clientOptions.value.length ? (openBlock(), createBlock(unref(IntroductionCardItem), {
105
+ key: 0,
106
+ class: "introduction-card-item scalar-reference-intro-clients"
107
+ }, {
108
+ default: withCtx(() => [
109
+ createVNode(unref(ClientSelector), {
110
+ class: "introduction-card-item scalar-reference-intro-clients",
111
+ clientOptions: clientOptions.value,
112
+ xScalarSdkInstallation: _ctx.document?.info?.["x-scalar-sdk-installation"],
113
+ xSelectedClient: _ctx.xScalarDefaultClient
114
+ }, null, 8, ["clientOptions", "xScalarSdkInstallation", "xSelectedClient"])
115
+ ]),
116
+ _: 1
117
+ })) : createCommentVNode("", true)
118
+ ]),
119
+ _: 1
120
+ })
121
+ ]),
122
+ _: 1
123
+ }, 8, ["id", "documentExtensions", "eventBus", "externalDocs", "info", "infoExtensions", "layout", "oasVersion", "options"])
124
+ ]),
125
+ _: 3
126
+ }, 8, ["id"]),
127
+ _ctx.items.length ? (openBlock(), createBlock(_sfc_main$4, {
128
+ key: 0,
129
+ activeServer: _ctx.activeServer,
130
+ entries: _ctx.items,
131
+ eventBus: _ctx.eventBus,
132
+ expandedItems: _ctx.expandedItems,
133
+ getSecuritySchemes: _ctx.getSecuritySchemes,
164
134
  options: {
165
- layout: e.options.layout ?? "modern",
166
- showOperationId: e.options.showOperationId,
167
- hideTestRequestButton: e.options.hideTestRequestButton,
168
- expandAllResponses: e.options.expandAllResponses,
169
- clientOptions: d.value,
170
- orderRequiredPropertiesFirst: e.options.orderRequiredPropertiesFirst,
171
- orderSchemaPropertiesBy: e.options.orderSchemaPropertiesBy,
172
- onShowMore: e.options.onShowMore
135
+ layout: _ctx.options.layout ?? "modern",
136
+ showOperationId: _ctx.options.showOperationId,
137
+ hideTestRequestButton: _ctx.options.hideTestRequestButton,
138
+ expandAllResponses: _ctx.options.expandAllResponses,
139
+ clientOptions: clientOptions.value,
140
+ orderRequiredPropertiesFirst: _ctx.options.orderRequiredPropertiesFirst,
141
+ orderSchemaPropertiesBy: _ctx.options.orderSchemaPropertiesBy,
142
+ expandAllModelSections: _ctx.options.expandAllModelSections
173
143
  },
174
- paths: e.store.workspace.activeDocument?.paths ?? {},
175
- rootIndex: F.value,
176
- security: e.store.workspace.activeDocument?.security,
177
- store: e.store,
178
- webhooks: e.store.workspace.activeDocument?.webhooks ?? {}
179
- }, null, 8, ["activeCollection", "activeServer", "entries", "hash", "options", "paths", "rootIndex", "security", "store", "webhooks"])
180
- ])) : l("", !0),
181
- !e.options.hideModels && e.store.workspace.activeDocument ? (i(), c(o(Y), {
182
- key: 1,
183
- hash: o(m),
184
- models: P.value,
185
- options: {
186
- layout: e.options.layout ?? "modern",
187
- expandAllModelSections: e.options.expandAllModelSections,
188
- orderRequiredPropertiesFirst: e.options.orderRequiredPropertiesFirst,
189
- orderSchemaPropertiesBy: e.options.orderSchemaPropertiesBy,
190
- onShowMore: e.options.onShowMore
191
- },
192
- schemas: e.store.workspace.activeDocument.components?.schemas
193
- }, null, 8, ["hash", "models", "options", "schemas"])) : l("", !0),
194
- p(e.$slots, "end")
195
- ])
196
- ], 64));
144
+ paths: _ctx.document?.paths ?? {},
145
+ schemas: _ctx.document?.components?.schemas ?? {},
146
+ security: _ctx.document?.security,
147
+ webhooks: _ctx.document?.webhooks ?? {},
148
+ xScalarDefaultClient: _ctx.xScalarDefaultClient
149
+ }, null, 8, ["activeServer", "entries", "eventBus", "expandedItems", "getSecuritySchemes", "options", "paths", "schemas", "security", "webhooks", "xScalarDefaultClient"])) : createCommentVNode("", true),
150
+ createVNode(unref(_sfc_main$5), {
151
+ options: _ctx.options,
152
+ viewName: "content.end"
153
+ }, null, 8, ["options"]),
154
+ renderSlot(_ctx.$slots, "end"),
155
+ !unref(firstLazyLoadComplete) ? (openBlock(), createElementBlock("div", _hoisted_2)) : createCommentVNode("", true)
156
+ ])
157
+ ], 64);
158
+ };
197
159
  }
198
160
  });
199
161
  export {
200
- ke as default
162
+ _sfc_main as default
201
163
  };
@@ -1,5 +1,5 @@
1
- import o from "./Content.vue.js";
1
+ import _sfc_main from "./Content.vue.js";
2
2
  /* empty css */
3
3
  export {
4
- o as default
4
+ _sfc_main as default
5
5
  };
@@ -1,17 +1,17 @@
1
- import type { TraversedDescription } from '@scalar/workspace-store/schemas/navigation';
2
- import type { ComponentsObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
1
+ import type { WorkspaceEventBus } from '@scalar/workspace-store/events';
2
+ import type { SchemaObject } from '@scalar/workspace-store/schemas/v3.1/strict/schema';
3
3
  type __VLS_Props = {
4
- schemas: ComponentsObject['schemas'];
5
- models: TraversedDescription | undefined;
6
- hash: string;
4
+ id: string;
5
+ name: string;
6
+ schema: SchemaObject | undefined;
7
+ isCollapsed: boolean;
8
+ eventBus: WorkspaceEventBus | null;
7
9
  options: {
8
10
  layout: 'classic' | 'modern';
9
- expandAllModelSections: boolean | undefined;
10
11
  orderRequiredPropertiesFirst: boolean | undefined;
11
12
  orderSchemaPropertiesBy: 'alpha' | 'preserve' | undefined;
12
- onShowMore: ((id: string) => void) | undefined;
13
13
  };
14
14
  };
15
15
  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
16
  export default _default;
17
- //# sourceMappingURL=Models.vue.d.ts.map
17
+ //# sourceMappingURL=Model.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Model.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Content/Models/Model.vue"],"names":[],"mappings":"AAmDA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oDAAoD,CAAA;AAQtF,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,YAAY,GAAG,SAAS,CAAA;IAChC,WAAW,EAAE,OAAO,CAAA;IACpB,QAAQ,EAAE,iBAAiB,GAAG,IAAI,CAAA;IAClC,OAAO,EAAE;QACP,MAAM,EAAE,SAAS,GAAG,QAAQ,CAAA;QAC5B,4BAA4B,EAAE,OAAO,GAAG,SAAS,CAAA;QACjD,uBAAuB,EAAE,OAAO,GAAG,UAAU,GAAG,SAAS,CAAA;KAC1D,CAAA;CACF,CAAC;;AAoFF,wBAMG"}
@@ -0,0 +1,47 @@
1
+ import { defineComponent, useTemplateRef, createElementBlock, createCommentVNode, openBlock, createBlock } from "vue";
2
+ import { useIntersection } from "../../../hooks/use-intersection.js";
3
+ import ClassicLayout from "./components/ClassicLayout.vue.js";
4
+ import _sfc_main$1 from "./components/ModernLayout.vue.js";
5
+ const _sfc_main = /* @__PURE__ */ defineComponent({
6
+ __name: "Model",
7
+ props: {
8
+ id: {},
9
+ name: {},
10
+ schema: {},
11
+ isCollapsed: { type: Boolean },
12
+ eventBus: {},
13
+ options: {}
14
+ },
15
+ setup(__props) {
16
+ const section = useTemplateRef("section");
17
+ useIntersection(section, () => __props.eventBus?.emit("intersecting:nav-item", { id: __props.id }));
18
+ return (_ctx, _cache) => {
19
+ return _ctx.schema ? (openBlock(), createElementBlock("div", {
20
+ key: 0,
21
+ ref_key: "section",
22
+ ref: section
23
+ }, [
24
+ _ctx.options.layout === "classic" ? (openBlock(), createBlock(ClassicLayout, {
25
+ key: 0,
26
+ id: _ctx.id,
27
+ eventBus: _ctx.eventBus,
28
+ isCollapsed: _ctx.isCollapsed,
29
+ name: _ctx.name,
30
+ options: _ctx.options,
31
+ schema: _ctx.schema
32
+ }, null, 8, ["id", "eventBus", "isCollapsed", "name", "options", "schema"])) : (openBlock(), createBlock(_sfc_main$1, {
33
+ key: 1,
34
+ id: _ctx.id,
35
+ eventBus: _ctx.eventBus,
36
+ isCollapsed: _ctx.isCollapsed,
37
+ name: _ctx.name,
38
+ options: _ctx.options,
39
+ schema: _ctx.schema
40
+ }, null, 8, ["id", "eventBus", "isCollapsed", "name", "options", "schema"]))
41
+ ], 512)) : createCommentVNode("", true);
42
+ };
43
+ }
44
+ });
45
+ export {
46
+ _sfc_main as default
47
+ };
@@ -0,0 +1,4 @@
1
+ import _sfc_main from "./Model.vue.js";
2
+ export {
3
+ _sfc_main as default
4
+ };