@scalar/api-reference 1.44.16 → 1.44.17

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 (235) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.d.ts +2 -1
  3. package/dist/blocks/scalar-client-selector-block/components/ClientDropdown.vue.d.ts.map +1 -1
  4. package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.d.ts +2 -1
  5. package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.d.ts.map +1 -1
  6. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.d.ts +2 -1
  7. package/dist/blocks/scalar-info-block/components/DownloadLink.vue.d.ts.map +1 -1
  8. package/dist/blocks/scalar-info-block/components/InfoBlock.vue.d.ts +5 -4
  9. package/dist/blocks/scalar-info-block/components/InfoBlock.vue.d.ts.map +1 -1
  10. package/dist/blocks/scalar-info-block/components/InfoDescription.vue.d.ts +2 -1
  11. package/dist/blocks/scalar-info-block/components/InfoDescription.vue.d.ts.map +1 -1
  12. package/dist/blocks/scalar-info-block/components/InfoLinks.vue.d.ts +2 -1
  13. package/dist/blocks/scalar-info-block/components/InfoLinks.vue.d.ts.map +1 -1
  14. package/dist/blocks/scalar-info-block/components/InfoMarkdownSection.vue.d.ts +2 -1
  15. package/dist/blocks/scalar-info-block/components/InfoMarkdownSection.vue.d.ts.map +1 -1
  16. package/dist/blocks/scalar-info-block/components/InfoVersion.vue.d.ts +2 -1
  17. package/dist/blocks/scalar-info-block/components/InfoVersion.vue.d.ts.map +1 -1
  18. package/dist/blocks/scalar-info-block/components/IntroductionCard.vue.d.ts +3 -2
  19. package/dist/blocks/scalar-info-block/components/IntroductionCard.vue.d.ts.map +1 -1
  20. package/dist/blocks/scalar-info-block/components/IntroductionCardItem.vue.d.ts +3 -2
  21. package/dist/blocks/scalar-info-block/components/IntroductionCardItem.vue.d.ts.map +1 -1
  22. package/dist/blocks/scalar-info-block/components/IntroductionLayout.vue.d.ts +7 -6
  23. package/dist/blocks/scalar-info-block/components/IntroductionLayout.vue.d.ts.map +1 -1
  24. package/dist/blocks/scalar-info-block/components/OpenApiVersion.vue.d.ts +2 -1
  25. package/dist/blocks/scalar-info-block/components/OpenApiVersion.vue.d.ts.map +1 -1
  26. package/dist/blocks/scalar-server-selector-block/components/Selector.vue.d.ts +2 -1
  27. package/dist/blocks/scalar-server-selector-block/components/Selector.vue.d.ts.map +1 -1
  28. package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts +2 -1
  29. package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts.map +1 -1
  30. package/dist/browser/standalone.js +3667 -3646
  31. package/dist/browser/webpack-stats.json +1 -1
  32. package/dist/components/AgentScalar/AgentScalarButton.vue.d.ts +2 -1
  33. package/dist/components/AgentScalar/AgentScalarButton.vue.d.ts.map +1 -1
  34. package/dist/components/AgentScalar/AgentScalarChatInterface.vue.d.ts +2 -1
  35. package/dist/components/AgentScalar/AgentScalarChatInterface.vue.d.ts.map +1 -1
  36. package/dist/components/AgentScalar/AgentScalarDrawer.vue.d.ts +2 -1
  37. package/dist/components/AgentScalar/AgentScalarDrawer.vue.d.ts.map +1 -1
  38. package/dist/components/Anchor/Anchor.vue.d.ts +3 -2
  39. package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
  40. package/dist/components/Anchor/WithBreadcrumb.vue.d.ts +7 -6
  41. package/dist/components/Anchor/WithBreadcrumb.vue.d.ts.map +1 -1
  42. package/dist/components/ApiReference.vue.d.ts +3 -2
  43. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  44. package/dist/components/Badge/Badge.vue.d.ts +3 -2
  45. package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
  46. package/dist/components/ClassicHeader.vue.d.ts +3 -2
  47. package/dist/components/ClassicHeader.vue.d.ts.map +1 -1
  48. package/dist/components/Content/Auth/Auth.vue.d.ts +2 -1
  49. package/dist/components/Content/Auth/Auth.vue.d.ts.map +1 -1
  50. package/dist/components/Content/Content.vue.d.ts +7 -6
  51. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  52. package/dist/components/Content/Models/Model.vue.d.ts +2 -1
  53. package/dist/components/Content/Models/Model.vue.d.ts.map +1 -1
  54. package/dist/components/Content/Models/ModelTag.vue.d.ts +6 -5
  55. package/dist/components/Content/Models/ModelTag.vue.d.ts.map +1 -1
  56. package/dist/components/Content/Models/components/ClassicLayout.vue.d.ts +2 -1
  57. package/dist/components/Content/Models/components/ClassicLayout.vue.d.ts.map +1 -1
  58. package/dist/components/Content/Models/components/ModernLayout.vue.d.ts +2 -1
  59. package/dist/components/Content/Models/components/ModernLayout.vue.d.ts.map +1 -1
  60. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +2 -1
  61. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
  62. package/dist/components/Content/Schema/RenderString.vue.d.ts +2 -1
  63. package/dist/components/Content/Schema/RenderString.vue.d.ts.map +1 -1
  64. package/dist/components/Content/Schema/Schema.vue.d.ts +2 -1
  65. package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
  66. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +2 -1
  67. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  68. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts +2 -1
  69. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts.map +1 -1
  70. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts +2 -1
  71. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +1 -1
  72. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts +2 -1
  73. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
  74. package/dist/components/Content/Schema/SchemaObjectExampleCodeBlock.vue.d.ts +2 -1
  75. package/dist/components/Content/Schema/SchemaObjectExampleCodeBlock.vue.d.ts.map +1 -1
  76. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts +2 -1
  77. package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
  78. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +2 -1
  79. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  80. package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts +3 -2
  81. package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts.map +1 -1
  82. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.d.ts +2 -1
  83. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.d.ts.map +1 -1
  84. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts +3 -2
  85. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  86. package/dist/components/Content/Tags/Tag.vue.d.ts +6 -5
  87. package/dist/components/Content/Tags/Tag.vue.d.ts.map +1 -1
  88. package/dist/components/Content/Tags/components/ClassicLayout.vue.d.ts +5 -4
  89. package/dist/components/Content/Tags/components/ClassicLayout.vue.d.ts.map +1 -1
  90. package/dist/components/Content/Tags/components/ModernLayout.vue.d.ts +5 -4
  91. package/dist/components/Content/Tags/components/ModernLayout.vue.d.ts.map +1 -1
  92. package/dist/components/Content/Tags/components/ModernLayout.vue.js +1 -1
  93. package/dist/components/Content/Tags/components/ModernLayout.vue2.js +7 -12
  94. package/dist/components/Content/Tags/components/TagSection.vue.d.ts +2 -1
  95. package/dist/components/Content/Tags/components/TagSection.vue.d.ts.map +1 -1
  96. package/dist/components/GettingStarted.vue.d.ts +2 -1
  97. package/dist/components/GettingStarted.vue.d.ts.map +1 -1
  98. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +5 -4
  99. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  100. package/dist/components/IntersectionObserver.vue.d.ts +5 -4
  101. package/dist/components/IntersectionObserver.vue.d.ts.map +1 -1
  102. package/dist/components/Lazy/Lazy.vue.d.ts +3 -2
  103. package/dist/components/Lazy/Lazy.vue.d.ts.map +1 -1
  104. package/dist/components/LinkList/LinkList.vue.d.ts +3 -2
  105. package/dist/components/LinkList/LinkList.vue.d.ts.map +1 -1
  106. package/dist/components/LoadingSkeleton.vue.d.ts +2 -1
  107. package/dist/components/LoadingSkeleton.vue.d.ts.map +1 -1
  108. package/dist/components/MobileHeader.vue.d.ts +3 -2
  109. package/dist/components/MobileHeader.vue.d.ts.map +1 -1
  110. package/dist/components/OperationPath.vue.d.ts +2 -1
  111. package/dist/components/OperationPath.vue.d.ts.map +1 -1
  112. package/dist/components/OperationsList/OperationsList.vue.d.ts +2 -1
  113. package/dist/components/OperationsList/OperationsList.vue.d.ts.map +1 -1
  114. package/dist/components/OperationsList/OperationsListItem.vue.d.ts +2 -1
  115. package/dist/components/OperationsList/OperationsListItem.vue.d.ts.map +1 -1
  116. package/dist/components/RenderPlugins/RenderPlugins.vue.d.ts +2 -1
  117. package/dist/components/RenderPlugins/RenderPlugins.vue.d.ts.map +1 -1
  118. package/dist/components/ScreenReader.vue.d.ts +3 -2
  119. package/dist/components/ScreenReader.vue.d.ts.map +1 -1
  120. package/dist/components/Section/CompactSection.vue.d.ts +6 -5
  121. package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
  122. package/dist/components/Section/Section.vue.d.ts +3 -2
  123. package/dist/components/Section/Section.vue.d.ts.map +1 -1
  124. package/dist/components/Section/SectionAccordion.vue.d.ts +9 -8
  125. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  126. package/dist/components/Section/SectionColumn.vue.d.ts +3 -2
  127. package/dist/components/Section/SectionColumn.vue.d.ts.map +1 -1
  128. package/dist/components/Section/SectionColumns.vue.d.ts +3 -2
  129. package/dist/components/Section/SectionColumns.vue.d.ts.map +1 -1
  130. package/dist/components/Section/SectionContainer.vue.d.ts +3 -2
  131. package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
  132. package/dist/components/Section/SectionContainerAccordion.vue.d.ts +6 -5
  133. package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
  134. package/dist/components/Section/SectionContent.vue.d.ts +3 -2
  135. package/dist/components/Section/SectionContent.vue.d.ts.map +1 -1
  136. package/dist/components/Section/SectionHeader.vue.d.ts +6 -5
  137. package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
  138. package/dist/components/Section/SectionHeaderTag.vue.d.ts +5 -4
  139. package/dist/components/Section/SectionHeaderTag.vue.d.ts.map +1 -1
  140. package/dist/components/SectionFlare/SectionFlare.vue.d.ts +2 -1
  141. package/dist/components/SectionFlare/SectionFlare.vue.d.ts.map +1 -1
  142. package/dist/components/ShowMoreButton.vue.d.ts +2 -1
  143. package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
  144. package/dist/features/Operation/Operation.vue.d.ts +2 -1
  145. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  146. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts +4 -2
  147. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
  148. package/dist/features/Operation/components/Header.vue.d.ts +2 -1
  149. package/dist/features/Operation/components/Header.vue.d.ts.map +1 -1
  150. package/dist/features/Operation/components/Headers.vue.d.ts +2 -1
  151. package/dist/features/Operation/components/Headers.vue.d.ts.map +1 -1
  152. package/dist/features/Operation/components/OperationParameters.vue.d.ts +2 -1
  153. package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
  154. package/dist/features/Operation/components/OperationResponses.vue.d.ts +2 -1
  155. package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
  156. package/dist/features/Operation/components/ParameterList.vue.d.ts +3 -2
  157. package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
  158. package/dist/features/Operation/components/ParameterListItem.vue.d.ts +2 -1
  159. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  160. package/dist/features/Operation/components/RequestBody.vue.d.ts +3 -2
  161. package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
  162. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts +2 -1
  163. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
  164. package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts +2 -1
  165. package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
  166. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +2 -1
  167. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  168. package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
  169. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +9 -5
  170. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +2 -1
  171. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  172. package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
  173. package/dist/features/Operation/layouts/ModernLayout.vue2.js +3 -2
  174. package/dist/features/Search/components/SearchButton.vue.d.ts +2 -1
  175. package/dist/features/Search/components/SearchButton.vue.d.ts.map +1 -1
  176. package/dist/features/Search/components/SearchModal.vue.d.ts +2 -1
  177. package/dist/features/Search/components/SearchModal.vue.d.ts.map +1 -1
  178. package/dist/features/Search/components/SearchResult.vue.d.ts +2 -1
  179. package/dist/features/Search/components/SearchResult.vue.d.ts.map +1 -1
  180. package/dist/features/ask-agent-button/AskAgentButton.vue.d.ts +2 -1
  181. package/dist/features/ask-agent-button/AskAgentButton.vue.d.ts.map +1 -1
  182. package/dist/features/example-responses/ExampleResponse.vue.d.ts +2 -1
  183. package/dist/features/example-responses/ExampleResponse.vue.d.ts.map +1 -1
  184. package/dist/features/example-responses/ExampleResponseTab.vue.d.ts +5 -4
  185. package/dist/features/example-responses/ExampleResponseTab.vue.d.ts.map +1 -1
  186. package/dist/features/example-responses/ExampleResponseTabList.vue.d.ts +6 -5
  187. package/dist/features/example-responses/ExampleResponseTabList.vue.d.ts.map +1 -1
  188. package/dist/features/example-responses/ExampleResponses.vue.d.ts +2 -1
  189. package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
  190. package/dist/features/external-docs/ExternalDocs.vue.d.ts +2 -1
  191. package/dist/features/external-docs/ExternalDocs.vue.d.ts.map +1 -1
  192. package/dist/features/info-object/Contact.vue.d.ts +2 -1
  193. package/dist/features/info-object/Contact.vue.d.ts.map +1 -1
  194. package/dist/features/info-object/License.vue.d.ts +2 -1
  195. package/dist/features/info-object/License.vue.d.ts.map +1 -1
  196. package/dist/features/info-object/TermsOfService.vue.d.ts +2 -1
  197. package/dist/features/info-object/TermsOfService.vue.d.ts.map +1 -1
  198. package/dist/features/multiple-documents/DocumentSelector.vue.d.ts +2 -1
  199. package/dist/features/multiple-documents/DocumentSelector.vue.d.ts.map +1 -1
  200. package/dist/features/specification-extension/SpecificationExtension.vue.d.ts +2 -1
  201. package/dist/features/specification-extension/SpecificationExtension.vue.d.ts.map +1 -1
  202. package/dist/features/test-request-button/TestRequestButton.vue.d.ts +3 -1
  203. package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -1
  204. package/dist/features/test-request-button/TestRequestButton.vue.js +1 -1
  205. package/dist/features/test-request-button/TestRequestButton.vue2.js +9 -2
  206. package/dist/features/toolbar/ApiReferenceToolbar.vue.d.ts +4 -2
  207. package/dist/features/toolbar/ApiReferenceToolbar.vue.d.ts.map +1 -1
  208. package/dist/features/toolbar/ApiReferenceToolbarBlurb.vue.d.ts +3 -2
  209. package/dist/features/toolbar/ApiReferenceToolbarBlurb.vue.d.ts.map +1 -1
  210. package/dist/features/toolbar/ApiReferenceToolbarConfig.vue.d.ts +4 -2
  211. package/dist/features/toolbar/ApiReferenceToolbarConfig.vue.d.ts.map +1 -1
  212. package/dist/features/toolbar/ApiReferenceToolbarConfigLayout.vue.d.ts +4 -3
  213. package/dist/features/toolbar/ApiReferenceToolbarConfigLayout.vue.d.ts.map +1 -1
  214. package/dist/features/toolbar/ApiReferenceToolbarConfigLayoutOptions.vue.d.ts +4 -2
  215. package/dist/features/toolbar/ApiReferenceToolbarConfigLayoutOptions.vue.d.ts.map +1 -1
  216. package/dist/features/toolbar/ApiReferenceToolbarConfigTheme.vue.d.ts +4 -3
  217. package/dist/features/toolbar/ApiReferenceToolbarConfigTheme.vue.d.ts.map +1 -1
  218. package/dist/features/toolbar/ApiReferenceToolbarPopover.vue.d.ts +11 -10
  219. package/dist/features/toolbar/ApiReferenceToolbarPopover.vue.d.ts.map +1 -1
  220. package/dist/features/toolbar/ApiReferenceToolbarRegisterButton.vue.d.ts +5 -3
  221. package/dist/features/toolbar/ApiReferenceToolbarRegisterButton.vue.d.ts.map +1 -1
  222. package/dist/features/toolbar/ApiReferenceToolbarSdks.vue.d.ts +2 -1
  223. package/dist/features/toolbar/ApiReferenceToolbarSdks.vue.d.ts.map +1 -1
  224. package/dist/features/toolbar/ApiReferenceToolbarShare.vue.d.ts +2 -1
  225. package/dist/features/toolbar/ApiReferenceToolbarShare.vue.d.ts.map +1 -1
  226. package/dist/features/toolbar/ApiReferenceToolbarShareRegister.vue.d.ts +2 -1
  227. package/dist/features/toolbar/ApiReferenceToolbarShareRegister.vue.d.ts.map +1 -1
  228. package/dist/features/toolbar/ApiReferenceToolbarShareTemporary.vue.d.ts +4 -2
  229. package/dist/features/toolbar/ApiReferenceToolbarShareTemporary.vue.d.ts.map +1 -1
  230. package/dist/features/toolbar/ApiReferenceToolbarTitle.vue.d.ts +2 -1
  231. package/dist/features/toolbar/ApiReferenceToolbarTitle.vue.d.ts.map +1 -1
  232. package/dist/features/x-badges/XBadges.vue.d.ts +2 -1
  233. package/dist/features/x-badges/XBadges.vue.d.ts.map +1 -1
  234. package/dist/style.css +103 -188
  235. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.44.17
4
+
5
+ ### Patch Changes
6
+
7
+ - [#8094](https://github.com/scalar/scalar/pull/8094): feat: open client to the correct example name
8
+
9
+ #### Updated Dependencies
10
+
11
+ - **@scalar/workspace-store@0.31.1**
12
+ - [#8114](https://github.com/scalar/scalar/pull/8114): feat(workspace-store): sync path variables on ingress
13
+ - [#8094](https://github.com/scalar/scalar/pull/8094): feat: open client to the correct example name
14
+
15
+ - **@scalar/api-client@2.26.1**
16
+ - [#8072](https://github.com/scalar/scalar/pull/8072): fix: add `ModalClientContainer` to unify logic and styles across `Modal` and `ApiClientModal`.
17
+ - [#8094](https://github.com/scalar/scalar/pull/8094): feat: open client to the correct example name
18
+
19
+ - **@scalar/agent-chat@0.5.8**
20
+
21
+ - **@scalar/oas-utils@0.6.39**
22
+
23
+ - **@scalar/sidebar@0.7.32**
24
+
25
+ - **@scalar/components@0.19.1**
26
+
3
27
  ## 1.44.16
4
28
 
5
29
  ### Patch Changes
@@ -11,6 +11,7 @@ type __VLS_Props = {
11
11
  /** Event bus */
12
12
  eventBus: WorkspaceEventBus;
13
13
  };
14
- 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
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: typeof __VLS_export;
15
16
  export default _default;
16
17
  //# sourceMappingURL=ClientDropdown.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClientDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-client-selector-block/components/ClientDropdown.vue"],"names":[],"mappings":"AAwPA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,iBAAiB,EAEvB,MAAM,oDAAoD,CAAA;AAG3D,OAAO,KAAK,EAAE,gBAAgB,EAAY,MAAM,wBAAwB,CAAA;AACxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAKvE,KAAK,WAAW,GAAG;IACf,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,gBAAgB;IAChB,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,CAAC;;AA6OJ,wBAMG"}
1
+ {"version":3,"file":"ClientDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-client-selector-block/components/ClientDropdown.vue"],"names":[],"mappings":"AAyPA,OAAO,EAEL,KAAK,YAAY,EACjB,KAAK,iBAAiB,EAEvB,MAAM,oDAAoD,CAAA;AAG3D,OAAO,KAAK,EAAE,gBAAgB,EAAY,MAAM,wBAAwB,CAAA;AACxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAKvE,KAAK,WAAW,GAAG;IACf,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,gBAAgB;IAChB,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,CAAC;AAkPJ,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -12,8 +12,9 @@ type __VLS_Props = {
12
12
  /** Event bus */
13
13
  eventBus: WorkspaceEventBus;
14
14
  };
15
- declare const _default: import("vue").DefineComponent<__VLS_Props, {
15
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
16
16
  selectedClientOption: import("vue").ComputedRef<import("@scalar/api-client/v2/blocks/operation-code-sample").ClientOption | undefined>;
17
17
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: typeof __VLS_export;
18
19
  export default _default;
19
20
  //# sourceMappingURL=ClientSelector.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-client-selector-block/components/ClientSelector.vue"],"names":[],"mappings":"AAgNA,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,oDAAoD,CAAA;AAE3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA;AACvD,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,+EAA+E,CAAA;AAU3H,KAAK,WAAW,GAAG;IACjB,6CAA6C;IAC7C,sBAAsB,CAAC,EAAE,sBAAsB,CAAC,2BAA2B,CAAC,CAAA;IAC5E,yDAAyD;IACzD,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,yCAAyC;IACzC,cAAc,CAAC,EAAE,eAAe,CAAA;IAChC,gBAAgB;IAChB,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,CAAC;;;;AAuRF,wBAOG"}
1
+ {"version":3,"file":"ClientSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-client-selector-block/components/ClientSelector.vue"],"names":[],"mappings":"AAiNA,OAAO,EAEL,KAAK,iBAAiB,EACvB,MAAM,oDAAoD,CAAA;AAE3D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA;AACvD,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,+EAA+E,CAAA;AAU3H,KAAK,WAAW,GAAG;IACjB,6CAA6C;IAC7C,sBAAsB,CAAC,EAAE,sBAAsB,CAAC,2BAA2B,CAAC,CAAA;IAC5E,yDAAyD;IACzD,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,yCAAyC;IACzC,cAAc,CAAC,EAAE,eAAe,CAAA;IAChC,gBAAgB;IAChB,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,CAAC;AA8RF,QAAA,MAAM,YAAY;;oPAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -6,6 +6,7 @@ type __VLS_Props = {
6
6
  /** The event bus for the handling all events. */
7
7
  eventBus: WorkspaceEventBus;
8
8
  };
9
- 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>;
9
+ declare const __VLS_export: 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>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
11
12
  //# sourceMappingURL=DownloadLink.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DownloadLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/DownloadLink.vue"],"names":[],"mappings":"AA6LA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAIvE,KAAK,WAAW,GAAG;IACjB,kCAAkC;IAClC,oBAAoB,EAAE,yBAAyB,CAAC,sBAAsB,CAAC,CAAA;IACvE,iDAAiD;IACjD,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,CAAC;;AAgIF,wBAMG"}
1
+ {"version":3,"file":"DownloadLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/DownloadLink.vue"],"names":[],"mappings":"AA8LA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAIvE,KAAK,WAAW,GAAG;IACjB,kCAAkC;IAClC,oBAAoB,EAAE,yBAAyB,CAAC,sBAAsB,CAAC,CAAA;IACvE,iDAAiD;IACjD,QAAQ,EAAE,iBAAiB,CAAA;CAC5B,CAAC;AA4HF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -24,12 +24,13 @@ type __VLS_Props = {
24
24
  /** The document download type. */
25
25
  documentDownloadType?: ApiReferenceConfiguration['documentDownloadType'];
26
26
  };
27
- declare var __VLS_8: {};
27
+ declare var __VLS_15: {};
28
28
  type __VLS_Slots = {} & {
29
- selectors?: (props: typeof __VLS_8) => any;
29
+ selectors?: (props: typeof __VLS_15) => any;
30
30
  };
31
- 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>;
32
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
31
+ declare const __VLS_base: 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>;
32
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
+ declare const _default: typeof __VLS_export;
33
34
  export default _default;
34
35
  type __VLS_WithSlots<T, S> = T & {
35
36
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"InfoBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/InfoBlock.vue"],"names":[],"mappings":"AA6EA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AACnD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EACV,2BAA2B,EAC3B,UAAU,EACX,MAAM,8DAA8D,CAAA;AAQrE,KAAK,WAAW,GAAG;IACjB,qDAAqD;IACrD,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,qDAAqD;IACrD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,iDAAiD;IACjD,IAAI,EAAE,UAAU,GAAG,SAAS,CAAA;IAC5B,+EAA+E;IAC/E,YAAY,CAAC,EAAE,2BAA2B,CAAA;IAC1C,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAC5C,yDAAyD;IACzD,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACxC,iDAAiD;IACjD,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,iDAAiD;IACjD,oBAAoB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,MAAM,CAAA;IAClD,8EAA8E;IAC9E,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;IAC7B,kCAAkC;IAClC,oBAAoB,CAAC,EAAE,yBAAyB,CAAC,sBAAsB,CAAC,CAAA;CACzE,CAAC;AA+EF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAuBjD,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":"InfoBlock.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/InfoBlock.vue"],"names":[],"mappings":"AA8EA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAA;AAC5E,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AACnD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EACV,2BAA2B,EAC3B,UAAU,EACX,MAAM,8DAA8D,CAAA;AAQrE,KAAK,WAAW,GAAG;IACjB,qDAAqD;IACrD,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,qDAAqD;IACrD,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,iDAAiD;IACjD,IAAI,EAAE,UAAU,GAAG,SAAS,CAAA;IAC5B,+EAA+E;IAC/E,YAAY,CAAC,EAAE,2BAA2B,CAAA;IAC1C,sDAAsD;IACtD,kBAAkB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAC5C,yDAAyD;IACzD,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACxC,iDAAiD;IACjD,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,iDAAiD;IACjD,oBAAoB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,MAAM,CAAA;IAClD,8EAA8E;IAC9E,MAAM,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAA;IAC7B,kCAAkC;IAClC,oBAAoB,CAAC,EAAE,yBAAyB,CAAC,sBAAsB,CAAC,CAAA;CACzE,CAAC;AAiGF,QAAA,IAAI,QAAQ,IAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAKlD,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -6,6 +6,7 @@ type __VLS_Props = {
6
6
  /** Markdown document */
7
7
  description?: string;
8
8
  };
9
- 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>;
9
+ declare const __VLS_export: 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>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
11
12
  //# sourceMappingURL=InfoDescription.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoDescription.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/InfoDescription.vue"],"names":[],"mappings":"AAyFA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AACnD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAMvE,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,iBAAiB,GAAG,IAAI,CAAA;IAClC,oBAAoB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,MAAM,CAAA;IAClD,wBAAwB;IACxB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;;AAmHF,wBAMG"}
1
+ {"version":3,"file":"InfoDescription.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/InfoDescription.vue"],"names":[],"mappings":"AA0FA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AACnD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAMvE,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,iBAAiB,GAAG,IAAI,CAAA;IAClC,oBAAoB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,MAAM,CAAA;IAClD,wBAAwB;IACxB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB,CAAC;AA4GF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -3,6 +3,7 @@ type __VLS_Props = {
3
3
  info: InfoObject;
4
4
  externalDocs?: ExternalDocumentationObject;
5
5
  };
6
- 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>;
6
+ declare const __VLS_export: 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>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  //# sourceMappingURL=InfoLinks.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoLinks.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/InfoLinks.vue"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EACV,2BAA2B,EAC3B,UAAU,EACX,MAAM,8DAA8D,CAAA;AAMrE,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,UAAU,CAAA;IAChB,YAAY,CAAC,EAAE,2BAA2B,CAAA;CAC3C,CAAC;;AAuFF,wBAMG"}
1
+ {"version":3,"file":"InfoLinks.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/InfoLinks.vue"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EACV,2BAA2B,EAC3B,UAAU,EACX,MAAM,8DAA8D,CAAA;AAMrE,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,UAAU,CAAA;IAChB,YAAY,CAAC,EAAE,2BAA2B,CAAA;CAC3C,CAAC;AAuFF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -5,6 +5,7 @@ type __VLS_Props = {
5
5
  transformHeading: (node: Record<string, any>) => Record<string, any>;
6
6
  eventBus: WorkspaceEventBus | null;
7
7
  };
8
- 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>;
8
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
10
11
  //# sourceMappingURL=InfoMarkdownSection.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoMarkdownSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/InfoMarkdownSection.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAKvE,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,OAAO,EAAE,MAAM,CAAA;IACf,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACpE,QAAQ,EAAE,iBAAiB,GAAG,IAAI,CAAA;CACnC,CAAC;;AA6DF,wBAMG"}
1
+ {"version":3,"file":"InfoMarkdownSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/InfoMarkdownSection.vue"],"names":[],"mappings":"AAoCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AAKvE,KAAK,WAAW,GAAG;IACjB,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,OAAO,EAAE,MAAM,CAAA;IACf,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACpE,QAAQ,EAAE,iBAAiB,GAAG,IAAI,CAAA;CACnC,CAAC;AAuDF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -2,6 +2,7 @@ import type { InfoObject } from '@scalar/workspace-store/schemas/v3.1/strict/ope
2
2
  type __VLS_Props = {
3
3
  version: InfoObject['version'];
4
4
  };
5
- 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>;
5
+ declare const __VLS_export: 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>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
7
8
  //# sourceMappingURL=InfoVersion.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"InfoVersion.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/InfoVersion.vue"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8DAA8D,CAAA;AAK9F,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,UAAU,CAAC,SAAS,CAAC,CAAA;CAC/B,CAAC;;AAyDF,wBAMG"}
1
+ {"version":3,"file":"InfoVersion.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/InfoVersion.vue"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,8DAA8D,CAAA;AAK9F,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,UAAU,CAAC,SAAS,CAAC,CAAA;CAC/B,CAAC;AAsDF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -5,8 +5,9 @@ declare var __VLS_1: {};
5
5
  type __VLS_Slots = {} & {
6
6
  default?: (props: typeof __VLS_1) => any;
7
7
  };
8
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
8
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
10
11
  export default _default;
11
12
  type __VLS_WithSlots<T, S> = T & {
12
13
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"IntroductionCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/IntroductionCard.vue"],"names":[],"mappings":"AAuEA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,OAAO,CAAA;CACd,CAAC;AA0CF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAmB/C,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAQ1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"IntroductionCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/IntroductionCard.vue"],"names":[],"mappings":"AAwEA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,OAAO,CAAA;CACd,CAAC;AA+CF,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -2,8 +2,9 @@ declare var __VLS_1: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_1) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"IntroductionCardItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/IntroductionCardItem.vue"],"names":[],"mappings":"AAkDA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAkB/C,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAE1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"IntroductionCardItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/IntroductionCardItem.vue"],"names":[],"mappings":"AAiDA,QAAA,IAAI,OAAO,IAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAG/C,QAAA,MAAM,UAAU,+QACd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -11,16 +11,17 @@ type __VLS_Props = {
11
11
  headingSlugGenerator: (heading: Heading) => string;
12
12
  eventBus: WorkspaceEventBus | null;
13
13
  };
14
- declare var __VLS_43: {}, __VLS_52: {}, __VLS_62: {};
14
+ declare var __VLS_62: {}, __VLS_75: {}, __VLS_87: {};
15
15
  type __VLS_Slots = {} & {
16
- 'download-link'?: (props: typeof __VLS_43) => any;
16
+ 'download-link'?: (props: typeof __VLS_62) => any;
17
17
  } & {
18
- aside?: (props: typeof __VLS_52) => any;
18
+ aside?: (props: typeof __VLS_75) => any;
19
19
  } & {
20
- after?: (props: typeof __VLS_62) => any;
20
+ after?: (props: typeof __VLS_87) => any;
21
21
  };
22
- 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>;
23
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
22
+ declare const __VLS_base: 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>;
23
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
24
+ declare const _default: typeof __VLS_export;
24
25
  export default _default;
25
26
  type __VLS_WithSlots<T, S> = T & {
26
27
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"IntroductionLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/IntroductionLayout.vue"],"names":[],"mappings":"AAkGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AACnD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EACV,2BAA2B,EAC3B,UAAU,EACX,MAAM,8DAA8D,CAAA;AAkBrE,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,GAAG,SAAS,CAAA;IACtB,UAAU,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,IAAI,EAAE,UAAU,GAAG,SAAS,CAAA;IAC5B,YAAY,CAAC,EAAE,2BAA2B,CAAA;IAC1C,kBAAkB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAC5C,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACxC,oBAAoB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,MAAM,CAAA;IAClD,QAAQ,EAAE,iBAAiB,GAAG,IAAI,CAAA;CACnC,CAAC;AAoMF,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AA+B9C,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":"IntroductionLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/IntroductionLayout.vue"],"names":[],"mappings":"AAmGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAA;AACnD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EACV,2BAA2B,EAC3B,UAAU,EACX,MAAM,8DAA8D,CAAA;AAkBrE,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,GAAG,SAAS,CAAA;IACtB,UAAU,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,IAAI,EAAE,UAAU,GAAG,SAAS,CAAA;IAC5B,YAAY,CAAC,EAAE,2BAA2B,CAAA;IAC1C,kBAAkB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IAC5C,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;IACxC,oBAAoB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,MAAM,CAAA;IAClD,QAAQ,EAAE,iBAAiB,GAAG,IAAI,CAAA;CACnC,CAAC;AA8OF,QAAA,IAAI,QAAQ,IAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GACrD;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC3C;IAAE,KAAK,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK9C,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1,6 +1,7 @@
1
1
  type __VLS_Props = {
2
2
  oasVersion?: string;
3
3
  };
4
- 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>;
4
+ declare const __VLS_export: 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>;
5
+ declare const _default: typeof __VLS_export;
5
6
  export default _default;
6
7
  //# sourceMappingURL=OpenApiVersion.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OpenApiVersion.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/OpenApiVersion.vue"],"names":[],"mappings":"AAeA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAC;;AA4CF,wBAMG"}
1
+ {"version":3,"file":"OpenApiVersion.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-info-block/components/OpenApiVersion.vue"],"names":[],"mappings":"AAgBA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAC;AAwCF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -7,7 +7,7 @@ type __VLS_Props = {
7
7
  /** The id of the target to use for the popover (e.g. address bar) */
8
8
  target: string;
9
9
  };
10
- declare const _default: import("vue").DefineComponent<__VLS_Props, {
10
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {
11
11
  servers: ServerObject[];
12
12
  serverUrlWithoutTrailingSlash: import("vue").ComputedRef<string>;
13
13
  serverOptions: import("vue").ComputedRef<{
@@ -20,5 +20,6 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {
20
20
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
21
21
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
22
22
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: typeof __VLS_export;
23
24
  export default _default;
24
25
  //# sourceMappingURL=Selector.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Selector.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-server-selector-block/components/Selector.vue"],"names":[],"mappings":"AA6EA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8DAA8D,CAAA;AAGhG,KAAK,WAAW,GAAG;IACjB,8BAA8B;IAC9B,cAAc,EAAE,YAAY,GAAG,IAAI,CAAA;IACnC,wBAAwB;IACxB,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB,qEAAqE;IACrE,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;;;;;;;;;;;;;AA6LF,wBAQG"}
1
+ {"version":3,"file":"Selector.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-server-selector-block/components/Selector.vue"],"names":[],"mappings":"AA8EA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8DAA8D,CAAA;AAGhG,KAAK,WAAW,GAAG;IACjB,8BAA8B;IAC9B,cAAc,EAAE,YAAY,GAAG,IAAI,CAAA;IACnC,wBAAwB;IACxB,OAAO,EAAE,YAAY,EAAE,CAAA;IACvB,qEAAqE;IACrE,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;AA+LF,QAAA,MAAM,YAAY;;;;;;;;;;;;kFAIhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -17,6 +17,7 @@ type SelectorProps = {
17
17
  * @event server:update:selected - Emitted when the selected server changes
18
18
  * @event server:update:variables - Emitted when a server variable changes
19
19
  */
20
- declare const _default: import("vue").DefineComponent<SelectorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: typeof __VLS_export;
21
21
  export default _default;
22
+ declare const __VLS_export: import("vue").DefineComponent<SelectorProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<SelectorProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
23
  //# sourceMappingURL=ServerSelector.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ServerSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-server-selector-block/components/ServerSelector.vue"],"names":[],"mappings":"AA4FA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8DAA8D,CAAA;AAMhG,KAAK,aAAa,GAAG;IACnB,+CAA+C;IAC/C,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,2BAA2B;IAC3B,cAAc,EAAE,YAAY,GAAG,IAAI,CAAA;IACnC,wBAAwB;IACxB,OAAO,EAAE,YAAY,EAAE,CAAA;CACxB,CAAA;AAED;;;;;;;;GAQG;;AACH,wBAsJC"}
1
+ {"version":3,"file":"ServerSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-server-selector-block/components/ServerSelector.vue"],"names":[],"mappings":"AA6FA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8DAA8D,CAAA;AAMhG,KAAK,aAAa,GAAG;IACnB,+CAA+C;IAC/C,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,2BAA2B;IAC3B,cAAc,EAAE,YAAY,GAAG,IAAI,CAAA;IACnC,wBAAwB;IACxB,OAAO,EAAE,YAAY,EAAE,CAAA;CACxB,CAAA;AAED;;;;;;;;GAQG;wBACkB,OAAO,YAAY;AAAxC,wBAAyC;AAGzC,QAAA,MAAM,YAAY,sSA4Id,CAAC"}