@scalar/api-reference 1.32.10 → 1.33.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 (345) hide show
  1. package/CHANGELOG.md +70 -0
  2. package/dist/browser/standalone.js +15385 -15039
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
  5. package/dist/components/Anchor/Anchor.vue.js +50 -5
  6. package/dist/components/Anchor/Anchor.vue2.js +2 -42
  7. package/dist/components/ApiReference.vue.js +6 -6
  8. package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
  9. package/dist/components/ApiReferenceLayout.vue.js +6 -6
  10. package/dist/components/ApiReferenceLayout.vue2.js +107 -104
  11. package/dist/components/ApiReferenceLayout.vue3.js +4 -0
  12. package/dist/components/ApiReferenceLayout.vue4.js +4 -0
  13. package/dist/components/ApiReferenceLayout.vue5.js +4 -0
  14. package/dist/components/ApiReferenceLayout.vue6.js +4 -0
  15. package/dist/components/Badge/Badge.vue.js +1 -1
  16. package/dist/components/Badge/Badge.vue2.js +4 -0
  17. package/dist/components/ClassicHeader.vue.js +1 -1
  18. package/dist/components/ClassicHeader.vue2.js +4 -0
  19. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts +14 -1
  20. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
  21. package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +3 -3
  22. package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +74 -84
  23. package/dist/components/Content/ClientLibraries/ClientLibraries.vue3.js +4 -0
  24. package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts +8 -0
  25. package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
  26. package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +2 -2
  27. package/dist/components/Content/ClientLibraries/ClientSelector.vue2.js +81 -80
  28. package/dist/components/Content/ClientLibraries/ClientSelector.vue3.js +4 -0
  29. package/dist/components/Content/ClientLibraries/featured-clients.d.ts +11 -0
  30. package/dist/components/Content/ClientLibraries/featured-clients.d.ts.map +1 -0
  31. package/dist/components/Content/ClientLibraries/featured-clients.js +17 -0
  32. package/dist/components/Content/Content.vue.d.ts +5 -6
  33. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  34. package/dist/components/Content/Content.vue.js +49 -6
  35. package/dist/components/Content/Content.vue2.js +2 -160
  36. package/dist/components/Content/Content.vue3.js +5 -0
  37. package/dist/components/Content/Introduction/Description.vue.js +1 -1
  38. package/dist/components/Content/Introduction/Description.vue3.js +4 -0
  39. package/dist/components/Content/Introduction/Introduction.vue.d.ts +7 -17
  40. package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
  41. package/dist/components/Content/Introduction/Introduction.vue.js +3 -3
  42. package/dist/components/Content/Introduction/Introduction.vue2.js +103 -150
  43. package/dist/components/Content/Introduction/Introduction.vue3.js +4 -0
  44. package/dist/components/Content/Introduction/IntroductionSection.vue.d.ts +25 -0
  45. package/dist/components/Content/Introduction/IntroductionSection.vue.d.ts.map +1 -0
  46. package/dist/components/Content/Introduction/IntroductionSection.vue.js +7 -0
  47. package/dist/components/Content/Introduction/IntroductionSection.vue2.js +159 -0
  48. package/dist/components/Content/Introduction/IntroductionSection.vue3.js +4 -0
  49. package/dist/components/Content/Models/{ModelsAccordion.vue.d.ts → ClassicLayout.vue.d.ts} +2 -2
  50. package/dist/components/Content/Models/ClassicLayout.vue.d.ts.map +1 -0
  51. package/dist/components/Content/Models/ClassicLayout.vue.js +7 -0
  52. package/dist/components/Content/Models/{ModelsAccordion.vue2.js → ClassicLayout.vue2.js} +30 -30
  53. package/dist/components/Content/Models/ClassicLayout.vue3.js +4 -0
  54. package/dist/components/Content/Models/Models.vue.d.ts +3 -1
  55. package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
  56. package/dist/components/Content/Models/Models.vue.js +38 -5
  57. package/dist/components/Content/Models/Models.vue2.js +2 -114
  58. package/dist/components/Content/Models/ModernLayout.vue.d.ts +7 -0
  59. package/dist/components/Content/Models/ModernLayout.vue.d.ts.map +1 -0
  60. package/dist/components/Content/Models/ModernLayout.vue.js +7 -0
  61. package/dist/components/Content/Models/ModernLayout.vue2.js +100 -0
  62. package/dist/components/Content/Models/ModernLayout.vue3.js +4 -0
  63. package/dist/components/Content/Models/index.d.ts +0 -1
  64. package/dist/components/Content/Models/index.d.ts.map +1 -1
  65. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +21 -0
  66. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -0
  67. package/dist/components/Content/Operations/TraversedEntry.vue.js +95 -0
  68. package/dist/components/Content/Operations/TraversedEntry.vue2.js +4 -0
  69. package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts +17 -0
  70. package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts.map +1 -0
  71. package/dist/components/Content/Operations/TraversedEntryContainer.vue.js +56 -0
  72. package/dist/components/Content/Operations/TraversedEntryContainer.vue2.js +4 -0
  73. package/dist/components/Content/Operations/index.d.ts +2 -0
  74. package/dist/components/Content/Operations/index.d.ts.map +1 -0
  75. package/dist/components/Content/Schema/Schema.vue.js +1 -1
  76. package/dist/components/Content/Schema/Schema.vue3.js +4 -0
  77. package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
  78. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts.map +1 -1
  79. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.js +3 -3
  80. package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue3.js +4 -0
  81. package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +1 -1
  82. package/dist/components/Content/Schema/SchemaEnumValues.vue.js +3 -3
  83. package/dist/components/Content/Schema/SchemaEnumValues.vue2.js +63 -68
  84. package/dist/components/Content/Schema/SchemaEnumValues.vue3.js +4 -0
  85. package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
  86. package/dist/components/Content/Schema/SchemaHeading.vue.js +4 -4
  87. package/dist/components/Content/Schema/SchemaHeading.vue2.js +23 -22
  88. package/dist/components/Content/Schema/SchemaHeading.vue3.js +4 -0
  89. package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
  90. package/dist/components/Content/Schema/SchemaProperty.vue.js +2 -2
  91. package/dist/components/Content/Schema/SchemaProperty.vue2.js +34 -33
  92. package/dist/components/Content/Schema/SchemaProperty.vue3.js +4 -0
  93. package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts.map +1 -1
  94. package/dist/components/Content/Schema/SchemaPropertyDetail.vue.js +2 -2
  95. package/dist/components/Content/Schema/SchemaPropertyDetail.vue3.js +4 -0
  96. package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js +3 -3
  97. package/dist/components/Content/Schema/SchemaPropertyExamples.vue3.js +4 -0
  98. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
  99. package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +3 -3
  100. package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +26 -23
  101. package/dist/components/Content/Schema/SchemaPropertyHeading.vue3.js +4 -0
  102. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts +2 -1
  103. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts.map +1 -1
  104. package/dist/components/Content/Schema/helpers/merge-all-of-schemas.js +59 -52
  105. package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts.map +1 -1
  106. package/dist/components/Content/Schema/helpers/optimize-value-for-display.js +24 -20
  107. package/dist/components/Content/Schema/helpers/schema-name.d.ts +1 -1
  108. package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
  109. package/dist/components/Content/{Tag/TagAccordion.vue.d.ts → Tags/ClassicLayout.vue.d.ts} +3 -3
  110. package/dist/components/Content/Tags/ClassicLayout.vue.d.ts.map +1 -0
  111. package/dist/components/Content/Tags/ClassicLayout.vue.js +7 -0
  112. package/dist/components/Content/Tags/ClassicLayout.vue2.js +51 -0
  113. package/dist/components/Content/Tags/ClassicLayout.vue3.js +4 -0
  114. package/dist/components/Content/{Tag/TagSection.vue.d.ts → Tags/ModernLayout.vue.d.ts} +17 -13
  115. package/dist/components/Content/Tags/ModernLayout.vue.d.ts.map +1 -0
  116. package/dist/components/Content/Tags/ModernLayout.vue.js +7 -0
  117. package/dist/components/Content/Tags/ModernLayout.vue2.js +69 -0
  118. package/dist/components/Content/Tags/ModernLayout.vue3.js +4 -0
  119. package/dist/components/Content/Tags/Tag.vue.d.ts +25 -0
  120. package/dist/components/Content/Tags/Tag.vue.d.ts.map +1 -0
  121. package/dist/components/Content/Tags/Tag.vue.js +27 -0
  122. package/dist/components/Content/{Tag/Tag.vue.d.ts → Tags/TagSection.vue.d.ts} +3 -6
  123. package/dist/components/Content/Tags/TagSection.vue.d.ts.map +1 -0
  124. package/dist/components/Content/Tags/TagSection.vue.js +104 -0
  125. package/dist/components/Content/Tags/TagSection.vue2.js +4 -0
  126. package/dist/components/Content/Tags/index.d.ts +2 -0
  127. package/dist/components/Content/Tags/index.d.ts.map +1 -0
  128. package/dist/components/GettingStarted.vue.js +1 -1
  129. package/dist/components/GettingStarted.vue3.js +4 -0
  130. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  131. package/dist/components/HttpMethod/HttpMethod.vue.js +8 -6
  132. package/dist/components/{Content/Lazy → Lazy}/Lazy.vue.d.ts +1 -10
  133. package/dist/components/Lazy/Lazy.vue.d.ts.map +1 -0
  134. package/dist/components/Lazy/Lazy.vue2.js +25 -0
  135. package/dist/components/Lazy/index.d.ts +3 -0
  136. package/dist/components/Lazy/index.d.ts.map +1 -0
  137. package/dist/components/Lazy/lazyBus.d.ts +8 -0
  138. package/dist/components/Lazy/lazyBus.d.ts.map +1 -0
  139. package/dist/components/Lazy/lazyBus.js +7 -0
  140. package/dist/components/LinkList/LinkList.vue.d.ts +3 -1
  141. package/dist/components/LinkList/LinkList.vue.d.ts.map +1 -1
  142. package/dist/components/LinkList/LinkList.vue.js +5 -10
  143. package/dist/components/LinkList/LinkList.vue2.js +32 -0
  144. package/dist/components/LinkList/LinkList.vue3.js +4 -0
  145. package/dist/components/LoadingSkeleton.vue.d.ts.map +1 -1
  146. package/dist/components/LoadingSkeleton.vue.js +3 -3
  147. package/dist/components/LoadingSkeleton.vue3.js +4 -0
  148. package/dist/components/MobileHeader.vue.js +1 -1
  149. package/dist/components/MobileHeader.vue3.js +4 -0
  150. package/dist/components/OperationPath.vue.js +1 -1
  151. package/dist/components/OperationPath.vue3.js +4 -0
  152. package/dist/components/{Content/Tag → OperationsList}/OperationsList.vue.d.ts +2 -5
  153. package/dist/components/OperationsList/OperationsList.vue.d.ts.map +1 -0
  154. package/dist/components/OperationsList/OperationsList.vue.js +7 -0
  155. package/dist/components/OperationsList/OperationsList.vue2.js +60 -0
  156. package/dist/components/OperationsList/OperationsList.vue3.js +4 -0
  157. package/dist/components/{Content/Tag → OperationsList}/OperationsListItem.vue.d.ts +2 -4
  158. package/dist/components/OperationsList/OperationsListItem.vue.d.ts.map +1 -0
  159. package/dist/components/OperationsList/OperationsListItem.vue.js +7 -0
  160. package/dist/components/OperationsList/OperationsListItem.vue2.js +63 -0
  161. package/dist/components/OperationsList/OperationsListItem.vue3.js +4 -0
  162. package/dist/components/OperationsList/index.d.ts +2 -0
  163. package/dist/components/OperationsList/index.d.ts.map +1 -0
  164. package/dist/components/ScreenReader.vue.js +1 -1
  165. package/dist/components/ScreenReader.vue3.js +4 -0
  166. package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
  167. package/dist/components/Section/CompactSection.vue.js +3 -3
  168. package/dist/components/Section/CompactSection.vue2.js +35 -36
  169. package/dist/components/Section/CompactSection.vue3.js +4 -0
  170. package/dist/components/Section/Section.vue.js +1 -1
  171. package/dist/components/Section/Section.vue3.js +4 -0
  172. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  173. package/dist/components/Section/SectionAccordion.vue.js +3 -3
  174. package/dist/components/Section/SectionAccordion.vue2.js +42 -36
  175. package/dist/components/Section/SectionAccordion.vue3.js +4 -0
  176. package/dist/components/Section/SectionColumn.vue.js +1 -1
  177. package/dist/components/Section/SectionColumn.vue2.js +4 -0
  178. package/dist/components/Section/SectionColumns.vue.js +1 -1
  179. package/dist/components/Section/SectionColumns.vue2.js +4 -0
  180. package/dist/components/Section/SectionContainer.vue.d.ts +9 -2
  181. package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
  182. package/dist/components/Section/SectionContainer.vue.js +5 -11
  183. package/dist/components/Section/SectionContainer.vue2.js +18 -0
  184. package/dist/components/Section/SectionContainer.vue3.js +4 -0
  185. package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
  186. package/dist/components/Section/SectionContainerAccordion.vue.js +3 -3
  187. package/dist/components/Section/SectionContainerAccordion.vue3.js +4 -0
  188. package/dist/components/Section/SectionContent.vue.js +1 -1
  189. package/dist/components/Section/SectionContent.vue3.js +4 -0
  190. package/dist/components/Section/SectionHeader.vue.js +1 -1
  191. package/dist/components/Section/SectionHeader.vue3.js +4 -0
  192. package/dist/components/Section/SectionHeaderTag.vue.js +1 -1
  193. package/dist/components/Section/SectionHeaderTag.vue3.js +4 -0
  194. package/dist/components/SectionFlare/SectionFlare.vue.d.ts +3 -0
  195. package/dist/components/SectionFlare/SectionFlare.vue.d.ts.map +1 -0
  196. package/dist/components/SectionFlare/SectionFlare.vue.js +13 -0
  197. package/dist/components/SectionFlare/SectionFlare.vue2.js +4 -0
  198. package/dist/components/SectionFlare/index.d.ts +2 -0
  199. package/dist/components/SectionFlare/index.d.ts.map +1 -0
  200. package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
  201. package/dist/components/ShowMoreButton.vue.js +3 -3
  202. package/dist/components/ShowMoreButton.vue2.js +12 -12
  203. package/dist/components/ShowMoreButton.vue3.js +4 -0
  204. package/dist/features/Operation/Operation.vue.d.ts +5 -1
  205. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  206. package/dist/features/Operation/Operation.vue.js +55 -38
  207. package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
  208. package/dist/features/Operation/components/ContentTypeSelect.vue.js +28 -30
  209. package/dist/features/Operation/components/ParameterHeaders.vue.js +1 -1
  210. package/dist/features/Operation/components/ParameterHeaders.vue3.js +4 -0
  211. package/dist/features/Operation/components/ParameterList.vue.js +1 -1
  212. package/dist/features/Operation/components/ParameterList.vue3.js +4 -0
  213. package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
  214. package/dist/features/Operation/components/ParameterListItem.vue.js +2 -2
  215. package/dist/features/Operation/components/ParameterListItem.vue2.js +31 -29
  216. package/dist/features/Operation/components/ParameterListItem.vue3.js +4 -0
  217. package/dist/features/Operation/components/RequestBody.vue.js +1 -1
  218. package/dist/features/Operation/components/RequestBody.vue3.js +4 -0
  219. package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
  220. package/dist/features/Operation/components/callbacks/Callback.vue.js +3 -3
  221. package/dist/features/Operation/components/callbacks/Callback.vue2.js +9 -9
  222. package/dist/features/Operation/components/callbacks/Callback.vue3.js +4 -0
  223. package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
  224. package/dist/features/Operation/components/callbacks/Callbacks.vue.js +20 -28
  225. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +6 -0
  226. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  227. package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
  228. package/dist/features/Operation/layouts/ClassicLayout.vue2.js +77 -62
  229. package/dist/features/Operation/layouts/ClassicLayout.vue3.js +4 -0
  230. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +6 -0
  231. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  232. package/dist/features/Operation/layouts/ModernLayout.vue.js +3 -3
  233. package/dist/features/Operation/layouts/ModernLayout.vue2.js +94 -81
  234. package/dist/features/Operation/layouts/ModernLayout.vue3.js +4 -0
  235. package/dist/features/Search/SearchModal.vue.js +4 -4
  236. package/dist/features/Search/SearchModal.vue2.js +9 -9
  237. package/dist/features/Search/SearchModal.vue3.js +4 -0
  238. package/dist/features/api-client-modal/ApiClientModal.vue.d.ts.map +1 -1
  239. package/dist/features/api-client-modal/useApiClient.d.ts +414 -354
  240. package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
  241. package/dist/features/download-link/DownloadLink.vue.js +2 -2
  242. package/dist/features/download-link/DownloadLink.vue3.js +4 -0
  243. package/dist/features/example-responses/ExampleResponse.vue.d.ts +4 -2
  244. package/dist/features/example-responses/ExampleResponse.vue.d.ts.map +1 -1
  245. package/dist/features/example-responses/ExampleResponse.vue.js +3 -3
  246. package/dist/features/example-responses/ExampleResponse.vue2.js +15 -14
  247. package/dist/features/example-responses/ExampleResponse.vue3.js +4 -0
  248. package/dist/features/example-responses/ExampleResponseTab.vue.js +1 -1
  249. package/dist/features/example-responses/ExampleResponseTab.vue3.js +4 -0
  250. package/dist/features/example-responses/ExampleResponseTabList.vue.js +1 -1
  251. package/dist/features/example-responses/ExampleResponseTabList.vue3.js +4 -0
  252. package/dist/features/example-responses/ExampleResponses.vue.d.ts +3 -2
  253. package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
  254. package/dist/features/example-responses/ExampleResponses.vue.js +4 -4
  255. package/dist/features/example-responses/ExampleResponses.vue2.js +107 -104
  256. package/dist/features/example-responses/ExampleResponses.vue3.js +4 -0
  257. package/dist/features/info-object/License.vue.d.ts.map +1 -1
  258. package/dist/features/info-object/License.vue.js +18 -15
  259. package/dist/features/sidebar/components/Sidebar.vue.js +3 -3
  260. package/dist/features/sidebar/components/Sidebar.vue3.js +4 -0
  261. package/dist/features/sidebar/components/SidebarElement.vue.js +3 -3
  262. package/dist/features/sidebar/components/SidebarElement.vue3.js +4 -0
  263. package/dist/features/sidebar/components/SidebarGroup.vue.js +1 -1
  264. package/dist/features/sidebar/components/SidebarGroup.vue3.js +4 -0
  265. package/dist/features/sidebar/components/SidebarHttpBadge.vue.js +1 -1
  266. package/dist/features/sidebar/components/SidebarHttpBadge.vue3.js +4 -0
  267. package/dist/features/sidebar/helpers/create-sidebar.js +12 -12
  268. package/dist/features/test-request-button/TestRequestButton.vue.js +1 -1
  269. package/dist/features/test-request-button/TestRequestButton.vue3.js +4 -0
  270. package/dist/features/traverse-schema/index.d.ts +2 -1
  271. package/dist/features/traverse-schema/index.d.ts.map +1 -1
  272. package/dist/helpers/test-utils.d.ts +51 -0
  273. package/dist/helpers/test-utils.d.ts.map +1 -0
  274. package/dist/index.d.ts +1 -0
  275. package/dist/index.d.ts.map +1 -1
  276. package/dist/index.js +24 -21
  277. package/dist/style.css +1 -1
  278. package/dist/types.d.ts +5 -0
  279. package/dist/types.d.ts.map +1 -1
  280. package/dist/v2/ApiReferenceWorkspace.vue.d.ts +1 -1
  281. package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
  282. package/dist/v2/ApiReferenceWorkspace.vue.js +83 -93
  283. package/dist/v2/ApiReferenceWorkspace.vue2.js +4 -0
  284. package/dist/v2/ApiReferenceWorkspace.vue3.js +1 -1
  285. package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.d.ts +2 -2
  286. package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.d.ts.map +1 -1
  287. package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue2.js +32 -29
  288. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts +4 -13
  289. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -1
  290. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.js +3 -3
  291. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue2.js +185 -181
  292. package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue3.js +4 -0
  293. package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts +1 -0
  294. package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts.map +1 -1
  295. package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.js +1 -0
  296. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.d.ts +12 -13
  297. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.d.ts.map +1 -1
  298. package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.js +28 -30
  299. package/dist/v2/blocks/scalar-request-example-block/types.d.ts +11 -3
  300. package/dist/v2/blocks/scalar-request-example-block/types.d.ts.map +1 -1
  301. package/package.json +19 -19
  302. package/dist/components/Content/ClientLibraries/useFeaturedHttpClients.d.ts +0 -16
  303. package/dist/components/Content/ClientLibraries/useFeaturedHttpClients.d.ts.map +0 -1
  304. package/dist/components/Content/ClientLibraries/useFeaturedHttpClients.js +0 -36
  305. package/dist/components/Content/Lazy/Lazy.vue.d.ts.map +0 -1
  306. package/dist/components/Content/Lazy/Lazy.vue2.js +0 -22
  307. package/dist/components/Content/Lazy/Loading.vue.d.ts +0 -18
  308. package/dist/components/Content/Lazy/Loading.vue.d.ts.map +0 -1
  309. package/dist/components/Content/Lazy/Loading.vue.js +0 -163
  310. package/dist/components/Content/Lazy/Loading.vue3.js +0 -5
  311. package/dist/components/Content/Lazy/index.d.ts +0 -3
  312. package/dist/components/Content/Lazy/index.d.ts.map +0 -1
  313. package/dist/components/Content/Lazy/lazyBus.d.ts +0 -4
  314. package/dist/components/Content/Lazy/lazyBus.d.ts.map +0 -1
  315. package/dist/components/Content/Lazy/lazyBus.js +0 -5
  316. package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +0 -1
  317. package/dist/components/Content/Models/ModelsAccordion.vue.js +0 -7
  318. package/dist/components/Content/Tag/OperationsList.vue.d.ts.map +0 -1
  319. package/dist/components/Content/Tag/OperationsList.vue.js +0 -7
  320. package/dist/components/Content/Tag/OperationsList.vue2.js +0 -58
  321. package/dist/components/Content/Tag/OperationsListItem.vue.d.ts.map +0 -1
  322. package/dist/components/Content/Tag/OperationsListItem.vue.js +0 -7
  323. package/dist/components/Content/Tag/OperationsListItem.vue2.js +0 -67
  324. package/dist/components/Content/Tag/Tag.vue.d.ts.map +0 -1
  325. package/dist/components/Content/Tag/Tag.vue.js +0 -99
  326. package/dist/components/Content/Tag/TagAccordion.vue.d.ts.map +0 -1
  327. package/dist/components/Content/Tag/TagAccordion.vue.js +0 -7
  328. package/dist/components/Content/Tag/TagAccordion.vue2.js +0 -50
  329. package/dist/components/Content/Tag/TagList.vue.d.ts +0 -22
  330. package/dist/components/Content/Tag/TagList.vue.d.ts.map +0 -1
  331. package/dist/components/Content/Tag/TagList.vue.js +0 -73
  332. package/dist/components/Content/Tag/TagList.vue2.js +0 -4
  333. package/dist/components/Content/Tag/TagSection.vue.d.ts.map +0 -1
  334. package/dist/components/Content/Tag/TagSection.vue.js +0 -7
  335. package/dist/components/Content/Tag/TagSection.vue2.js +0 -67
  336. package/dist/components/Content/Tag/index.d.ts +0 -3
  337. package/dist/components/Content/Tag/index.d.ts.map +0 -1
  338. package/dist/stores/useHttpClientStore.d.ts +0 -43
  339. package/dist/stores/useHttpClientStore.d.ts.map +0 -1
  340. package/dist/stores/useHttpClientStore.js +0 -70
  341. package/dist/v2/hooks/useStore.d.ts +0 -9
  342. package/dist/v2/hooks/useStore.d.ts.map +0 -1
  343. package/dist/v2/hooks/useStore.js +0 -14
  344. /package/dist/components/Content/{Tag → Tags}/Tag.vue2.js +0 -0
  345. /package/dist/components/{Content/Lazy → Lazy}/Lazy.vue.js +0 -0
@@ -1,6 +1,7 @@
1
- import { defineComponent as B, computed as i, ref as D, createElementBlock as E, createCommentVNode as o, openBlock as s, createVNode as p, createElementVNode as u, unref as r, withCtx as c, createBlock as l, normalizeClass as S, toDisplayString as b } from "vue";
2
- import { Disclosure as q, DisclosureButton as P, DisclosurePanel as V } from "@headlessui/vue";
3
- import { ScalarIcon as I, ScalarMarkdown as j } from "@scalar/components";
1
+ import { defineComponent as b, computed as u, ref as E, createElementBlock as S, createCommentVNode as o, openBlock as s, createVNode as l, createElementVNode as p, unref as r, withCtx as c, createBlock as i, normalizeClass as w, toDisplayString as q } from "vue";
2
+ import { Disclosure as D, DisclosureButton as P, DisclosurePanel as V } from "@headlessui/vue";
3
+ import { ScalarMarkdown as I } from "@scalar/components";
4
+ import { ScalarIconCaretRight as j } from "@scalar/icons";
4
5
  import { isDefined as N } from "@scalar/oas-utils/helpers";
5
6
  import T from "./ContentTypeSelect.vue.js";
6
7
  import z from "./ParameterHeaders.vue.js";
@@ -8,7 +9,7 @@ import O from "../../../components/Content/Schema/SchemaProperty.vue.js";
8
9
  const H = {
9
10
  key: 0,
10
11
  class: "parameter-item group/parameter-item relative"
11
- }, L = { class: "parameter-item-name" }, M = { class: "parameter-item-type" }, R = { class: "absolute top-2.5 right-0 opacity-0 group-focus-within/parameter-item:opacity-100 group-hover/parameter-item:opacity-100" }, U = /* @__PURE__ */ B({
12
+ }, L = { class: "parameter-item-name" }, M = { class: "parameter-item-type" }, R = { class: "absolute top-3 right-0 opacity-0 group-focus-within/parameter-item:opacity-100 group-hover/parameter-item:opacity-100" }, W = /* @__PURE__ */ b({
12
13
  __name: "ParameterListItem",
13
14
  props: {
14
15
  parameter: {},
@@ -17,28 +18,29 @@ const H = {
17
18
  withExamples: { type: Boolean, default: !0 },
18
19
  schemas: {}
19
20
  },
20
- setup(w) {
21
- const a = w, g = i(() => a.parameter.content ? Object.keys(a.parameter.content) : []), t = D(
22
- g.value[0]
21
+ setup(g) {
22
+ const a = g, B = u(() => a.parameter.content ? Object.keys(a.parameter.content) : []), t = E(
23
+ B.value[0]
23
24
  );
24
25
  a.parameter.content && "application/json" in a.parameter.content && (t.value = "application/json");
25
- const m = i(() => !!(a.collapsableItems && (a.parameter.content || a.parameter.headers || a.parameter.schema))), C = i(() => a.parameter.readOnly !== !0);
26
- return (e, d) => C.value ? (s(), E("li", H, [
27
- p(r(q), null, {
26
+ const m = u(() => !!(a.collapsableItems && (a.parameter.content || a.parameter.headers || a.parameter.schema))), C = u(() => a.parameter.readOnly !== !0);
27
+ return (e, d) => C.value ? (s(), S("li", H, [
28
+ l(r(D), null, {
28
29
  default: c(({ open: n }) => [
29
- m.value ? (s(), l(r(P), {
30
+ m.value ? (s(), i(r(P), {
30
31
  key: 0,
31
- class: S(["parameter-item-trigger flex", { "parameter-item-trigger-open": n }])
32
+ class: w(["parameter-item-trigger", { "parameter-item-trigger-open": n }])
32
33
  }, {
33
34
  default: c(() => [
34
- p(r(I), {
35
- class: "parameter-item-icon size-4.5",
36
- icon: n ? "ChevronDown" : "ChevronRight",
37
- thickness: "1.5"
38
- }, null, 8, ["icon"]),
39
- u("span", L, b(e.parameter.name), 1),
40
- u("span", M, [
41
- e.parameter.description ? (s(), l(r(j), {
35
+ p("span", L, [
36
+ l(r(j), {
37
+ weight: "bold",
38
+ class: w(["parameter-item-icon size-3 transition-transform duration-100", { "rotate-90": n }])
39
+ }, null, 8, ["class"]),
40
+ p("span", null, q(e.parameter.name), 1)
41
+ ]),
42
+ p("span", M, [
43
+ e.parameter.description ? (s(), i(r(I), {
42
44
  key: 0,
43
45
  class: "markdown",
44
46
  value: e.parameter.description
@@ -47,18 +49,18 @@ const H = {
47
49
  ]),
48
50
  _: 2
49
51
  }, 1032, ["class"])) : o("", !0),
50
- p(r(V), {
52
+ l(r(V), {
51
53
  class: "parameter-item-container parameter-item-container-markdown",
52
54
  static: !m.value
53
55
  }, {
54
56
  default: c(() => {
55
- var h, f, v, y, k;
57
+ var f, h, y, v, k;
56
58
  return [
57
- e.parameter.headers ? (s(), l(z, {
59
+ e.parameter.headers ? (s(), i(z, {
58
60
  key: 0,
59
61
  headers: e.parameter.headers
60
62
  }, null, 8, ["headers"])) : o("", !0),
61
- p(r(O), {
63
+ l(r(O), {
62
64
  is: "div",
63
65
  compact: "",
64
66
  description: m.value ? "" : e.parameter.description,
@@ -67,12 +69,12 @@ const H = {
67
69
  required: e.parameter.required,
68
70
  schemas: e.schemas,
69
71
  value: {
70
- ...e.parameter.content ? (f = (h = e.parameter.content) == null ? void 0 : h[t.value]) == null ? void 0 : f.schema : e.parameter.schema,
72
+ ...e.parameter.content ? (h = (f = e.parameter.content) == null ? void 0 : f[t.value]) == null ? void 0 : h.schema : e.parameter.schema,
71
73
  deprecated: e.parameter.deprecated,
72
74
  ...r(N)(e.parameter.example) && { example: e.parameter.example },
73
75
  examples: e.parameter.content ? {
74
76
  ...e.parameter.examples,
75
- ...(y = (v = e.parameter.content) == null ? void 0 : v[t.value]) == null ? void 0 : y.examples
77
+ ...(v = (y = e.parameter.content) == null ? void 0 : y[t.value]) == null ? void 0 : v.examples
76
78
  } : e.parameter.examples || ((k = e.parameter.schema) == null ? void 0 : k.examples)
77
79
  },
78
80
  withExamples: e.withExamples
@@ -84,8 +86,8 @@ const H = {
84
86
  ]),
85
87
  _: 1
86
88
  }),
87
- u("div", R, [
88
- m.value && a.parameter.content ? (s(), l(T, {
89
+ p("div", R, [
90
+ m.value && a.parameter.content ? (s(), i(T, {
89
91
  key: 0,
90
92
  class: "parameter-item-content-type",
91
93
  defaultValue: t.value,
@@ -97,5 +99,5 @@ const H = {
97
99
  }
98
100
  });
99
101
  export {
100
- U as default
102
+ W as default
101
103
  };
@@ -0,0 +1,4 @@
1
+ const e = "";
2
+ export {
3
+ e as default
4
+ };
@@ -1,5 +1,5 @@
1
1
  import o from "./RequestBody.vue2.js";
2
- /* empty css */
2
+ import "./RequestBody.vue3.js";
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
4
  const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-f3b8e406"]]);
5
5
  export {
@@ -0,0 +1,4 @@
1
+ const e = "";
2
+ export {
3
+ e as default
4
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"Callback.vue.d.ts","sourceRoot":"","sources":["../../../../../src/features/Operation/components/callbacks/Callback.vue"],"names":[],"mappings":"AA8GA,OAAO,KAAK,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAErF,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,6DAA6D,CAAA;AAClG,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,iDAAiD,CAAA;AAKlF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAIjE,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,WAAW,CAAC,eAAe,CAAC,CAAA;IACtC,MAAM,EAAE,cAAc,CAAA;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,eAAe,EAAE,cAAc,CAAA;IAC/B,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,GAAG,EAAE,MAAM,CAAA;CACZ,CAAC;;AAkJF,wBAOG"}
1
+ {"version":3,"file":"Callback.vue.d.ts","sourceRoot":"","sources":["../../../../../src/features/Operation/components/callbacks/Callback.vue"],"names":[],"mappings":"AA+GA,OAAO,KAAK,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAErF,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,6DAA6D,CAAA;AAClG,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,iDAAiD,CAAA;AAKlF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAIjE,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,WAAW,CAAC,eAAe,CAAC,CAAA;IACtC,MAAM,EAAE,cAAc,CAAA;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,eAAe,EAAE,cAAc,CAAA;IAC/B,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,GAAG,EAAE,MAAM,CAAA;CACZ,CAAC;;AAyJF,wBAOG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./Callback.vue2.js";
2
- /* empty css */
3
- import t from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-45f1f948"]]);
2
+ import "./Callback.vue3.js";
3
+ import f from "../../../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ f(o, [["__scopeId", "data-v-ff71bf53"]]);
5
5
  export {
6
6
  m as default
7
7
  };
@@ -1,9 +1,9 @@
1
- import { defineComponent as r, createElementBlock as l, openBlock as c, createElementVNode as s, createVNode as a, unref as t, createTextVNode as n, toDisplayString as o } from "vue";
1
+ import { defineComponent as r, createElementBlock as l, openBlock as c, createElementVNode as s, createVNode as t, unref as a, createTextVNode as n, toDisplayString as o } from "vue";
2
2
  import { ScalarIconCaretRight as m } from "@scalar/icons";
3
3
  import i from "../OperationParameters.vue.js";
4
4
  import p from "../OperationResponses.vue.js";
5
5
  import d from "../../../../components/HttpMethod/HttpMethod.vue.js";
6
- const f = { class: "group callback-list-item" }, h = { class: "font-code bg-b-1 callback-sticky-offset callback-list-item-title sticky flex cursor-pointer flex-row items-center gap-2 border-t py-3 text-sm group-open:flex-wrap" }, u = { class: "text-c-1 min-w-0 flex-1 truncate leading-3 group-open:whitespace-normal" }, _ = { class: "text-c-2" }, b = { class: "callback-operation-container flex flex-col gap-2" }, v = /* @__PURE__ */ r({
6
+ const f = { class: "group callback-list-item" }, u = { class: "font-code bg-b-1 callback-sticky-offset callback-list-item-title sticky flex cursor-pointer flex-row items-start gap-2 border-t py-3 text-sm group-open:flex-wrap" }, h = { class: "text-c-1 min-w-0 flex-1 truncate leading-3 group-open:whitespace-normal" }, _ = { class: "text-c-2" }, b = { class: "callback-operation-container flex flex-col gap-2" }, v = /* @__PURE__ */ r({
7
7
  __name: "Callback",
8
8
  props: {
9
9
  callback: {},
@@ -16,25 +16,25 @@ const f = { class: "group callback-list-item" }, h = { class: "font-code bg-b-1
16
16
  },
17
17
  setup(k) {
18
18
  return (e, g) => (c(), l("details", f, [
19
- s("summary", h, [
20
- a(t(m), { class: "callback-list-item-icon text-c-3 group-hover:text-c-1 absolute -left-5 size-4 transition-transform group-open:rotate-90" }),
21
- a(t(d), {
19
+ s("summary", u, [
20
+ t(a(m), { class: "callback-list-item-icon text-c-3 group-hover:text-c-1 absolute top-3.5 -left-5 size-4 transition-transform duration-100 group-open:rotate-90" }),
21
+ t(a(d), {
22
22
  as: "span",
23
- class: "request-method",
23
+ class: "request-method py-0.75",
24
24
  method: e.method
25
25
  }, null, 8, ["method"]),
26
- s("div", u, [
26
+ s("div", h, [
27
27
  n(o(e.name) + " ", 1),
28
28
  s("span", _, o(e.url), 1)
29
29
  ])
30
30
  ]),
31
31
  s("div", b, [
32
- a(i, {
32
+ t(i, {
33
33
  requestBody: e.callback.requestBody,
34
34
  parameters: e.callback.parameters,
35
35
  schemas: e.schemas
36
36
  }, null, 8, ["requestBody", "parameters", "schemas"]),
37
- a(p, {
37
+ t(p, {
38
38
  collapsableItems: !1,
39
39
  responses: e.callback.responses,
40
40
  schemas: e.schemas
@@ -0,0 +1,4 @@
1
+ const _ = "";
2
+ export {
3
+ _ as default
4
+ };
@@ -1 +1 @@
1
- {"version":3,"file":"Callbacks.vue.d.ts","sourceRoot":"","sources":["../../../../../src/features/Operation/components/callbacks/Callbacks.vue"],"names":[],"mappings":"AA0EA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA;AAEnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6DAA6D,CAAA;AAIjG,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAOjE,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,UAAU,CAAA;IAClB,SAAS,EAAE,cAAc,CAAA;IACzB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;;AAsGF,wBAOG"}
1
+ {"version":3,"file":"Callbacks.vue.d.ts","sourceRoot":"","sources":["../../../../../src/features/Operation/components/callbacks/Callbacks.vue"],"names":[],"mappings":"AA0DA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAA;AAEnE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6DAA6D,CAAA;AAGjG,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAMjE,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,UAAU,CAAA;IAClB,SAAS,EAAE,cAAc,CAAA;IACzB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;;AAwFF,wBAOG"}
@@ -1,9 +1,8 @@
1
- import { defineComponent as b, watch as y, createElementBlock as t, openBlock as e, createElementVNode as C, Fragment as a, renderList as s, createCommentVNode as u, unref as i, createBlock as v } from "vue";
2
- import { isHttpMethod as g } from "@scalar/helpers/http/is-http-method";
3
- import { isReference as h } from "@scalar/workspace-store/schemas/v3.1/type-guard";
4
- import { useStore as B } from "../../../../v2/hooks/useStore.js";
5
- import E from "./Callback.vue.js";
6
- const M = { class: "callbacks-list gap-3" }, F = /* @__PURE__ */ b({
1
+ import { defineComponent as h, createElementBlock as t, openBlock as e, createElementVNode as f, Fragment as r, renderList as o, createCommentVNode as m, unref as u, createBlock as b } from "vue";
2
+ import { isHttpMethod as y } from "@scalar/helpers/http/is-http-method";
3
+ import { isReference as C } from "@scalar/workspace-store/schemas/v3.1/type-guard";
4
+ import g from "./Callback.vue.js";
5
+ const B = { class: "callbacks-list gap-3" }, N = /* @__PURE__ */ h({
7
6
  __name: "Callbacks",
8
7
  props: {
9
8
  path: {},
@@ -11,29 +10,22 @@ const M = { class: "callbacks-list gap-3" }, F = /* @__PURE__ */ b({
11
10
  callbacks: {},
12
11
  schemas: {}
13
12
  },
14
- setup(r) {
15
- const { resolve: k } = B();
16
- return y(
17
- () => r.callbacks,
18
- (l) => Object.values(l).forEach((o) => {
19
- h(o) && k(["paths", r.path, r.method]);
20
- }),
21
- { immediate: !0 }
22
- ), (l, o) => (e(), t("div", M, [
23
- o[0] || (o[0] = C("div", { class: "callbacks-title text-c-1 my-3 text-lg font-medium" }, " Callbacks ", -1)),
24
- (e(!0), t(a, null, s(l.callbacks, (m, n) => (e(), t(a, { key: n }, [
25
- i(h)(m) ? u("", !0) : (e(!0), t(a, { key: 0 }, s(m, (d, p) => (e(), t(a, null, [
26
- (e(!0), t(a, null, s(d, (f, c) => (e(), t(a, { key: c }, [
27
- i(g)(c) ? (e(), v(E, {
13
+ setup(i) {
14
+ return (a, s) => (e(), t("div", B, [
15
+ s[0] || (s[0] = f("div", { class: "callbacks-title text-c-1 my-3 text-lg font-medium" }, " Callbacks ", -1)),
16
+ (e(!0), t(r, null, o(a.callbacks, (c, n) => (e(), t(r, { key: n }, [
17
+ u(C)(c) ? m("", !0) : (e(!0), t(r, { key: 0 }, o(c, (p, k) => (e(), t(r, null, [
18
+ (e(!0), t(r, null, o(p, (d, l) => (e(), t(r, { key: l }, [
19
+ u(y)(l) ? (e(), b(g, {
28
20
  key: 0,
29
- callback: f,
30
- method: c,
31
- operationMethod: r.method,
21
+ callback: d,
22
+ method: l,
23
+ operationMethod: i.method,
32
24
  name: n,
33
- path: l.path,
34
- schemas: l.schemas,
35
- url: p
36
- }, null, 8, ["callback", "method", "operationMethod", "name", "path", "schemas", "url"])) : u("", !0)
25
+ path: a.path,
26
+ schemas: a.schemas,
27
+ url: k
28
+ }, null, 8, ["callback", "method", "operationMethod", "name", "path", "schemas", "url"])) : m("", !0)
37
29
  ], 64))), 128))
38
30
  ], 64))), 256))
39
31
  ], 64))), 128))
@@ -41,5 +33,5 @@ const M = { class: "callbacks-list gap-3" }, F = /* @__PURE__ */ b({
41
33
  }
42
34
  });
43
35
  export {
44
- F as default
36
+ N as default
45
37
  };
@@ -1,20 +1,26 @@
1
1
  import type { HttpMethod as HttpMethodType } from '@scalar/helpers/http/http-methods';
2
2
  import type { OpenAPIV3_1 } from '@scalar/openapi-types';
3
+ import type { WorkspaceStore } from '@scalar/workspace-store/client';
4
+ import type { ParameterObject } from '@scalar/workspace-store/schemas/v3.1/strict/parameter';
3
5
  import type { OperationObject } from '@scalar/workspace-store/schemas/v3.1/strict/path-operations';
4
6
  import type { SecuritySchemeObject } from '@scalar/workspace-store/schemas/v3.1/strict/security-scheme';
5
7
  import type { ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/server';
6
8
  import type { Dereference } from '@scalar/workspace-store/schemas/v3.1/type-guard';
7
9
  import type { Schemas } from '../../../features/Operation/types/schemas';
10
+ import type { ClientOptionGroup } from '../../../v2/blocks/scalar-request-example-block/types';
8
11
  type __VLS_Props = {
9
12
  id: string;
10
13
  path: string;
14
+ clientOptions: ClientOptionGroup[];
11
15
  method: HttpMethodType;
12
16
  operation: Dereference<OperationObject>;
13
17
  oldOperation: OpenAPIV3_1.OperationObject;
18
+ parameters: ParameterObject[];
14
19
  isWebhook: boolean;
15
20
  server: ServerObject | undefined;
16
21
  securitySchemes: SecuritySchemeObject[];
17
22
  schemas?: Schemas;
23
+ store: WorkspaceStore;
18
24
  };
19
25
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
20
26
  "update:modelValue": (value: string) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ClassicLayout.vue"],"names":[],"mappings":"AAobA,OAAO,KAAK,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAWrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAExD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAA;AAClG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6DAA6D,CAAA;AACvG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iDAAiD,CAAA;AAYlF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAQjE,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,cAAc,CAAA;IACtB,SAAS,EAAE,WAAW,CAAC,eAAe,CAAC,CAAA;IACvC,YAAY,EAAE,WAAW,CAAC,eAAe,CAAA;IACzC,SAAS,EAAE,OAAO,CAAA;IAClB,MAAM,EAAE,YAAY,GAAG,SAAS,CAAA;IAChC,eAAe,EAAE,oBAAoB,EAAE,CAAA;IACvC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;;;;;;AA2YF,wBAQG"}
1
+ {"version":3,"file":"ClassicLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ClassicLayout.vue"],"names":[],"mappings":"AAqcA,OAAO,KAAK,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAWrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAExD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AACpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uDAAuD,CAAA;AAC5F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAA;AAClG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6DAA6D,CAAA;AACvG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iDAAiD,CAAA;AAclF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAIjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AAIvF,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,MAAM,EAAE,cAAc,CAAA;IACtB,SAAS,EAAE,WAAW,CAAC,eAAe,CAAC,CAAA;IACvC,YAAY,EAAE,WAAW,CAAC,eAAe,CAAA;IACzC,UAAU,EAAE,eAAe,EAAE,CAAA;IAE7B,SAAS,EAAE,OAAO,CAAA;IAClB,MAAM,EAAE,YAAY,GAAG,SAAS,CAAA;IAChC,eAAe,EAAE,oBAAoB,EAAE,CAAA;IACvC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;;;;;;AA+ZF,wBAQG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./ClassicLayout.vue2.js";
2
- /* empty css */
2
+ import "./ClassicLayout.vue3.js";
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-043cd959"]]);
4
+ const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-d52c6d10"]]);
5
5
  export {
6
6
  c as default
7
7
  };
@@ -1,43 +1,47 @@
1
- import { defineComponent as B, computed as w, createBlock as i, openBlock as r, unref as o, createSlots as O, withCtx as s, createElementVNode as a, createVNode as t, createElementBlock as V, createCommentVNode as p, withModifiers as q, toDisplayString as h, normalizeClass as I, createTextVNode as u } from "vue";
2
- import { ScalarErrorBoundary as T, ScalarIconButton as E, ScalarMarkdown as R } from "@scalar/components";
3
- import { ScalarIconPlay as W, ScalarIconCopy as $, ScalarIconWebhooksLogo as N } from "@scalar/icons";
4
- import { isOperationDeprecated as P, getOperationStability as f, getOperationStabilityColor as z } from "@scalar/oas-utils/helpers";
5
- import { useClipboard as A } from "@scalar/use-hooks/useClipboard";
6
- import D from "../../../components/OperationPath.vue.js";
7
- import L from "../components/callbacks/Callbacks.vue.js";
8
- import U from "../components/OperationParameters.vue.js";
9
- import _ from "../components/OperationResponses.vue.js";
10
- import { useConfig as M } from "../../../hooks/useConfig.js";
11
- import { useStore as j } from "../../../v2/hooks/useStore.js";
12
- import F from "../../../components/Section/SectionAccordion.vue.js";
13
- import G from "../../example-responses/ExampleResponses.vue.js";
1
+ import { defineComponent as g, computed as B, createBlock as r, openBlock as i, unref as o, createSlots as O, withCtx as s, createElementVNode as a, createVNode as t, createElementBlock as w, createCommentVNode as n, withModifiers as V, toDisplayString as h, normalizeClass as $, createTextVNode as u } from "vue";
2
+ import { ScalarErrorBoundary as q, ScalarIconButton as I, ScalarMarkdown as T } from "@scalar/components";
3
+ import { ScalarIconPlay as D, ScalarIconCopy as E, ScalarIconWebhooksLogo as L } from "@scalar/icons";
4
+ import { isOperationDeprecated as R, getOperationStability as f, getOperationStabilityColor as W } from "@scalar/oas-utils/helpers";
5
+ import { useClipboard as N } from "@scalar/use-hooks/useClipboard";
6
+ import P from "../../../components/OperationPath.vue.js";
7
+ import _ from "../components/callbacks/Callbacks.vue.js";
8
+ import z from "../components/OperationParameters.vue.js";
9
+ import U from "../components/OperationResponses.vue.js";
10
+ import { useConfig as A } from "../../../hooks/useConfig.js";
11
+ import M from "../../../components/Section/SectionAccordion.vue.js";
12
+ import j from "../../example-responses/ExampleResponses.vue.js";
13
+ import F from "../../../components/LinkList/LinkList.vue.js";
14
+ import G from "../../external-docs/ExternalDocs.vue.js";
14
15
  import H from "../../../v2/blocks/scalar-request-example-block/components/RequestExample.vue.js";
15
16
  import J from "../../test-request-button/TestRequestButton.vue.js";
16
17
  import K from "../../../components/HttpMethod/HttpMethod.vue.js";
17
18
  import Q from "../../../components/Anchor/Anchor.vue.js";
18
19
  import y from "../../../components/Badge/Badge.vue.js";
19
- const X = { class: "operation-title" }, Y = { class: "operation-details" }, Z = { class: "endpoint-label" }, x = { class: "endpoint-label-path" }, ee = { class: "endpoint-label-name" }, oe = { class: "endpoint-content" }, te = { class: "operation-details-card" }, ae = { class: "operation-details-card-item" }, se = { class: "operation-details-card-item" }, re = {
20
+ const X = { class: "operation-title" }, Y = { class: "operation-details" }, Z = { class: "endpoint-label" }, x = { class: "endpoint-label-path" }, ee = { class: "endpoint-label-name" }, oe = { class: "endpoint-content" }, te = { class: "operation-details-card" }, ae = { class: "operation-details-card-item" }, se = { class: "operation-details-card-item" }, ie = {
20
21
  key: 0,
21
22
  class: "operation-details-card-item"
22
- }, Oe = /* @__PURE__ */ B({
23
+ }, Ve = /* @__PURE__ */ g({
23
24
  __name: "ClassicLayout",
24
25
  props: {
25
26
  id: {},
26
27
  path: {},
28
+ clientOptions: {},
27
29
  method: {},
28
30
  operation: {},
29
31
  oldOperation: {},
32
+ parameters: {},
30
33
  isWebhook: { type: Boolean },
31
34
  server: {},
32
35
  securitySchemes: {},
33
- schemas: {}
36
+ schemas: {},
37
+ store: {}
34
38
  },
35
39
  emits: ["update:modelValue"],
36
40
  setup(d, { emit: k }) {
37
- const b = w(() => d.operation.summary || d.path || ""), { copyToClipboard: v } = A(), { workspace: S } = j(), C = M(), g = k, m = (e) => {
38
- g("update:modelValue", e);
41
+ const v = B(() => d.operation.summary || d.path || ""), { copyToClipboard: b } = N(), S = A(), C = k, m = (e) => {
42
+ C("update:modelValue", e);
39
43
  };
40
- return (e, n) => (r(), i(o(F), {
44
+ return (e, l) => (i(), r(o(M), {
41
45
  id: e.id,
42
46
  class: "reference-endpoint",
43
47
  transparent: ""
@@ -57,32 +61,32 @@ const X = { class: "operation-title" }, Y = { class: "operation-details" }, Z =
57
61
  default: s(() => [
58
62
  a("h3", Z, [
59
63
  a("div", x, [
60
- t(D, {
61
- deprecated: o(P)(e.operation),
64
+ t(P, {
65
+ deprecated: o(R)(e.operation),
62
66
  path: e.path
63
67
  }, null, 8, ["deprecated", "path"])
64
68
  ]),
65
- a("div", ee, h(b.value), 1),
66
- o(f)(e.operation) ? (r(), i(o(y), {
69
+ a("div", ee, h(v.value), 1),
70
+ o(f)(e.operation) ? (i(), r(o(y), {
67
71
  key: 0,
68
- class: I(o(z)(e.operation))
72
+ class: $(o(W)(e.operation))
69
73
  }, {
70
74
  default: s(() => [
71
75
  u(h(o(f)(e.operation)), 1)
72
76
  ]),
73
77
  _: 1
74
- }, 8, ["class"])) : p("", !0),
75
- e.isWebhook ? (r(), i(o(y), {
78
+ }, 8, ["class"])) : n("", !0),
79
+ e.isWebhook ? (i(), r(o(y), {
76
80
  key: 1,
77
81
  class: "font-code text-green flex w-fit items-center justify-center gap-1"
78
82
  }, {
79
83
  default: s(() => [
80
- t(o(N), { weight: "bold" }),
81
- n[1] || (n[1] = u("Webhook "))
84
+ t(o(L), { weight: "bold" }),
85
+ l[1] || (l[1] = u("Webhook "))
82
86
  ]),
83
87
  _: 1,
84
88
  __: [1]
85
- })) : p("", !0)
89
+ })) : n("", !0)
86
90
  ])
87
91
  ]),
88
92
  _: 1
@@ -90,76 +94,87 @@ const X = { class: "operation-title" }, Y = { class: "operation-details" }, Z =
90
94
  ])
91
95
  ])
92
96
  ]),
93
- actions: s(({ active: l }) => {
97
+ actions: s(({ active: p }) => {
94
98
  var c;
95
99
  return [
96
- l && !e.isWebhook ? (r(), i(o(J), {
100
+ p && !e.isWebhook ? (i(), r(o(J), {
97
101
  key: 0,
98
102
  method: e.method,
99
103
  path: e.path
100
- }, null, 8, ["method", "path"])) : (c = o(C)) != null && c.hideTestRequestButton ? p("", !0) : (r(), i(o(W), {
104
+ }, null, 8, ["method", "path"])) : (c = o(S)) != null && c.hideTestRequestButton ? n("", !0) : (i(), r(o(D), {
101
105
  key: 1,
102
106
  class: "endpoint-try-hint size-4.5"
103
107
  })),
104
- t(o(E), {
108
+ t(o(I), {
105
109
  class: "endpoint-copy p-0.5",
106
- icon: o($),
110
+ icon: o(E),
107
111
  label: "Copy endpoint URL",
108
112
  size: "xs",
109
113
  variant: "ghost",
110
- onClick: n[0] || (n[0] = q((ie) => o(v)(e.path), ["stop"]))
114
+ onClick: l[0] || (l[0] = V((re) => o(b)(e.path), ["stop"]))
111
115
  }, null, 8, ["icon"])
112
116
  ];
113
117
  }),
114
118
  default: s(() => {
115
- var l;
119
+ var p;
116
120
  return [
117
121
  a("div", oe, [
118
122
  a("div", te, [
119
123
  a("div", ae, [
120
- t(U, {
121
- parameters: e.oldOperation.parameters,
124
+ t(z, {
122
125
  requestBody: e.oldOperation.requestBody,
126
+ parameters: e.parameters,
123
127
  schemas: e.schemas,
124
128
  "onUpdate:modelValue": m
125
- }, null, 8, ["parameters", "requestBody", "schemas"])
129
+ }, null, 8, ["requestBody", "parameters", "schemas"])
126
130
  ]),
127
131
  a("div", se, [
128
- t(_, {
132
+ t(U, {
129
133
  collapsableItems: !1,
130
134
  responses: e.oldOperation.responses,
131
135
  schemas: e.schemas
132
136
  }, null, 8, ["responses", "schemas"])
133
137
  ]),
134
- (l = e.operation) != null && l.callbacks ? (r(), V("div", re, [
135
- t(L, {
138
+ (p = e.operation) != null && p.callbacks ? (i(), w("div", ie, [
139
+ t(_, {
136
140
  method: e.method,
137
141
  path: e.path,
138
142
  callbacks: e.operation.callbacks,
139
143
  schemas: e.schemas
140
144
  }, null, 8, ["method", "path", "callbacks", "schemas"])
141
- ])) : p("", !0)
145
+ ])) : n("", !0)
142
146
  ]),
143
- t(o(G), {
147
+ t(o(j), {
144
148
  class: "operation-example-card",
145
149
  responses: e.operation.responses
146
150
  }, null, 8, ["responses"]),
147
- t(o(T), null, {
148
- default: s(() => [
149
- t(o(H), {
150
- class: "operation-example-card",
151
- method: e.method,
152
- selectedServer: e.server,
153
- selectedClient: o(S)["x-scalar-default-client"],
154
- securitySchemes: e.securitySchemes,
155
- path: e.path,
156
- fallback: "",
157
- operation: e.operation,
158
- "onUpdate:modelValue": m
159
- }, null, 8, ["method", "selectedServer", "selectedClient", "securitySchemes", "path", "operation"])
160
- ]),
161
- _: 1
162
- })
151
+ a("div", null, [
152
+ e.operation.externalDocs ? (i(), r(o(F), { key: 0 }, {
153
+ default: s(() => [
154
+ t(o(G), {
155
+ value: e.operation.externalDocs
156
+ }, null, 8, ["value"])
157
+ ]),
158
+ _: 1
159
+ })) : n("", !0),
160
+ t(o(q), null, {
161
+ default: s(() => [
162
+ t(o(H), {
163
+ class: "operation-example-card",
164
+ method: e.method,
165
+ selectedServer: e.server,
166
+ clientOptions: e.clientOptions,
167
+ selectedClient: e.store.workspace["x-scalar-default-client"],
168
+ securitySchemes: e.securitySchemes,
169
+ path: e.path,
170
+ fallback: "",
171
+ operation: e.operation,
172
+ "onUpdate:modelValue": m
173
+ }, null, 8, ["method", "selectedServer", "clientOptions", "selectedClient", "securitySchemes", "path", "operation"])
174
+ ]),
175
+ _: 1
176
+ })
177
+ ])
163
178
  ])
164
179
  ];
165
180
  }),
@@ -168,7 +183,7 @@ const X = { class: "operation-title" }, Y = { class: "operation-details" }, Z =
168
183
  e.operation.description ? {
169
184
  name: "description",
170
185
  fn: s(() => [
171
- t(o(R), {
186
+ t(o(T), {
172
187
  value: e.operation.description,
173
188
  withImages: "",
174
189
  withAnchors: "",
@@ -182,5 +197,5 @@ const X = { class: "operation-title" }, Y = { class: "operation-details" }, Z =
182
197
  }
183
198
  });
184
199
  export {
185
- Oe as default
200
+ Ve as default
186
201
  };
@@ -0,0 +1,4 @@
1
+ const _ = "";
2
+ export {
3
+ _ as default
4
+ };
@@ -1,20 +1,26 @@
1
1
  import type { HttpMethod as HttpMethodType } from '@scalar/helpers/http/http-methods';
2
2
  import type { OpenAPIV3_1 } from '@scalar/openapi-types';
3
+ import type { WorkspaceStore } from '@scalar/workspace-store/client';
4
+ import type { ParameterObject } from '@scalar/workspace-store/schemas/v3.1/strict/parameter';
3
5
  import type { OperationObject } from '@scalar/workspace-store/schemas/v3.1/strict/path-operations';
4
6
  import type { SecuritySchemeObject } from '@scalar/workspace-store/schemas/v3.1/strict/security-scheme';
5
7
  import type { ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/server';
6
8
  import type { Dereference } from '@scalar/workspace-store/schemas/v3.1/type-guard';
7
9
  import type { Schemas } from '../../../features/Operation/types/schemas';
10
+ import type { ClientOptionGroup } from '../../../v2/blocks/scalar-request-example-block/types';
8
11
  type __VLS_Props = {
9
12
  id: string;
10
13
  path: string;
14
+ clientOptions: ClientOptionGroup[];
11
15
  method: HttpMethodType;
12
16
  operation: Dereference<OperationObject>;
13
17
  oldOperation: OpenAPIV3_1.OperationObject;
18
+ parameters: ParameterObject[];
14
19
  isWebhook: boolean;
15
20
  securitySchemes: SecuritySchemeObject[];
16
21
  server: ServerObject | undefined;
17
22
  schemas?: Schemas;
23
+ store: WorkspaceStore;
18
24
  };
19
25
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
20
26
  "update:modelValue": (value: string) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ModernLayout.vue"],"names":[],"mappings":"AAmMA,OAAO,KAAK,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAOrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAA;AAClG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6DAA6D,CAAA;AACvG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iDAAiD,CAAA;AAkBlF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAQjE,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,cAAc,CAAA;IACtB,SAAS,EAAE,WAAW,CAAC,eAAe,CAAC,CAAA;IACvC,YAAY,EAAE,WAAW,CAAC,eAAe,CAAA;IACzC,SAAS,EAAE,OAAO,CAAA;IAClB,eAAe,EAAE,oBAAoB,EAAE,CAAA;IACvC,MAAM,EAAE,YAAY,GAAG,SAAS,CAAA;IAChC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;;;;;;AAmUF,wBAQG"}
1
+ {"version":3,"file":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ModernLayout.vue"],"names":[],"mappings":"AAgNA,OAAO,KAAK,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAOrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAA;AACpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uDAAuD,CAAA;AAC5F,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAA;AAClG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6DAA6D,CAAA;AACvG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iDAAiD,CAAA;AAoBlF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAIjE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gDAAgD,CAAA;AAIvF,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,EAAE,iBAAiB,EAAE,CAAA;IAClC,MAAM,EAAE,cAAc,CAAA;IACtB,SAAS,EAAE,WAAW,CAAC,eAAe,CAAC,CAAA;IACvC,YAAY,EAAE,WAAW,CAAC,eAAe,CAAA;IACzC,UAAU,EAAE,eAAe,EAAE,CAAA;IAE7B,SAAS,EAAE,OAAO,CAAA;IAClB,eAAe,EAAE,oBAAoB,EAAE,CAAA;IACvC,MAAM,EAAE,YAAY,GAAG,SAAS,CAAA;IAChC,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,KAAK,EAAE,cAAc,CAAA;CACtB,CAAC;;;;;;AAmVF,wBAQG"}