@scalar/api-client 2.8.0 → 2.9.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 (418) hide show
  1. package/CHANGELOG.md +90 -0
  2. package/dist/components/AddressBar/AddressBarHistory.vue2.js +9 -10
  3. package/dist/components/CodeInput/CodeInput.vue2.js +5 -5
  4. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts.map +1 -1
  5. package/dist/components/CommandPalette/CommandActionForm.vue.js +2 -2
  6. package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +3 -3
  7. package/dist/components/CommandPalette/CommandPaletteExample.vue.js +3 -3
  8. package/dist/components/CommandPalette/CommandPaletteImport.vue.js +18 -20
  9. package/dist/components/CommandPalette/CommandPaletteImportCurl.vue.js +2 -2
  10. package/dist/components/CommandPalette/CommandPaletteImportCurl.vue2.js +1 -1
  11. package/dist/components/CommandPalette/CommandPaletteServer.vue.js +13 -14
  12. package/dist/components/CommandPalette/CommandPaletteTag.vue.js +3 -3
  13. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +3 -3
  14. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +4 -4
  15. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +22 -24
  16. package/dist/components/CommandPalette/WatchModeToggle.vue.js +1 -1
  17. package/dist/components/DataTable/DataTableInput.vue2.js +1 -1
  18. package/dist/components/DataTable/DataTableInputSelect.vue.js +8 -9
  19. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +8 -10
  20. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
  21. package/dist/components/IconSelector.vue.js +1 -1
  22. package/dist/components/ImportCollection/DropEventListener.vue.js +12 -12
  23. package/dist/components/ImportCollection/ImportCollectionListener.vue.js +8 -8
  24. package/dist/components/ImportCollection/ImportCollectionModal.vue.js +1 -1
  25. package/dist/components/ImportCollection/ImportNowButton.vue.js +14 -16
  26. package/dist/components/ImportCollection/PasteEventListener.vue.js +1 -1
  27. package/dist/components/ImportCollection/PrefetchError.vue.js +2 -2
  28. package/dist/components/ImportCollection/WorkspaceSelector.vue.js +5 -7
  29. package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts +1 -1
  30. package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts.map +1 -1
  31. package/dist/components/ImportCollection/hooks/useUrlPrefetcher.js +3 -3
  32. package/dist/components/OpenApiClientButton.vue2.js +1 -1
  33. package/dist/components/Server/ServerSelector.vue.js +1 -2
  34. package/dist/components/SideNav/SideHelp.vue.js +13 -19
  35. package/dist/components/SideNav/SideNav.vue.js +4 -5
  36. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +4 -5
  37. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  38. package/dist/components/Sidebar/Sidebar.vue.js +2 -2
  39. package/dist/components/Sidebar/Sidebar.vue2.js +1 -1
  40. package/dist/components/TopNav/TopNav.vue.js +8 -10
  41. package/dist/components/TopNav/TopNavItem.vue2.js +8 -12
  42. package/dist/hooks/index.d.ts +0 -1
  43. package/dist/hooks/index.d.ts.map +1 -1
  44. package/dist/hooks/index.js +9 -11
  45. package/dist/hooks/useClientConfig.d.ts +9 -6
  46. package/dist/hooks/useClientConfig.d.ts.map +1 -1
  47. package/dist/index.d.ts +1 -2
  48. package/dist/index.d.ts.map +1 -1
  49. package/dist/index.js +8 -15
  50. package/dist/layouts/App/create-api-client-app.d.ts +3644 -3643
  51. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  52. package/dist/layouts/App/create-api-client-app.js +24 -18
  53. package/dist/layouts/Modal/create-api-client-modal.d.ts +5 -8089
  54. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  55. package/dist/layouts/Modal/create-api-client-modal.js +28 -46
  56. package/dist/layouts/Modal/index.d.ts +2 -2
  57. package/dist/layouts/Modal/index.d.ts.map +1 -1
  58. package/dist/layouts/Modal/index.js +2 -5
  59. package/dist/layouts/Web/create-api-client-web.d.ts +20 -20
  60. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  61. package/dist/layouts/Web/create-api-client-web.js +15 -12
  62. package/dist/libs/create-client.d.ts +25 -25
  63. package/dist/libs/create-client.d.ts.map +1 -1
  64. package/dist/libs/create-client.js +23 -23
  65. package/dist/libs/find-request.d.ts +2 -2
  66. package/dist/libs/postman.d.ts +1 -1
  67. package/dist/libs/postman.d.ts.map +1 -1
  68. package/dist/libs/postman.js +12 -12
  69. package/dist/libs/send-request/create-request-operation.js +8 -8
  70. package/dist/libs/send-request/create-request-operation.test.d.ts +2 -2
  71. package/dist/libs/validate-parameters.d.ts +10 -2
  72. package/dist/libs/validate-parameters.d.ts.map +1 -1
  73. package/dist/libs/validate-parameters.js +13 -6
  74. package/dist/plugins/plugin-manager.d.ts +1 -1
  75. package/dist/routes.d.ts +3 -184
  76. package/dist/routes.d.ts.map +1 -1
  77. package/dist/routes.js +6 -6
  78. package/dist/store/active-entities.d.ts +3 -3
  79. package/dist/store/active-entities.d.ts.map +1 -1
  80. package/dist/store/active-entities.js +2 -2
  81. package/dist/store/requests.d.ts +22 -22
  82. package/dist/store/router-params.d.ts.map +1 -1
  83. package/dist/store/store.d.ts +20 -20
  84. package/dist/style.css +1 -1
  85. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.js +2 -2
  86. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue2.js +1 -1
  87. package/dist/v2/blocks/operation-code-sample/index.d.ts +1 -0
  88. package/dist/v2/blocks/operation-code-sample/index.d.ts.map +1 -1
  89. package/dist/v2/blocks/operation-code-sample/index.js +8 -6
  90. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.d.ts +5 -5
  91. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.d.ts.map +1 -1
  92. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.js +2 -2
  93. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue2.js +3 -3
  94. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue2.js +3 -4
  95. package/dist/v2/blocks/scalar-address-bar-block/index.d.ts +1 -0
  96. package/dist/v2/blocks/scalar-address-bar-block/index.d.ts.map +1 -1
  97. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue2.js +2 -2
  98. package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.js +7 -8
  99. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +44 -55
  100. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js +16 -18
  101. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +41 -46
  102. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts.map +1 -1
  103. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.d.ts +3 -0
  104. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.d.ts.map +1 -1
  105. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.js +2 -2
  106. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue2.js +201 -187
  107. package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue.js +2 -2
  108. package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue2.js +8 -10
  109. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.vue.js +2 -3
  110. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.vue.js +2 -4
  111. package/dist/v2/blocks/scalar-response-block/components/Headers.vue.js +14 -16
  112. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.d.ts +3 -0
  113. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.d.ts.map +1 -1
  114. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.js +3 -3
  115. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue2.js +87 -85
  116. package/dist/v2/blocks/scalar-response-block/components/ResponseBody.vue2.js +10 -11
  117. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.vue2.js +4 -5
  118. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyVirtual.vue.js +1 -1
  119. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.vue.js +3 -3
  120. package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue.js +1 -1
  121. package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue2.js +5 -5
  122. package/dist/v2/blocks/scalar-response-block/components/ResponseLoadingOverlay.vue2.js +9 -10
  123. package/dist/v2/components/TempReplaceMe.vue.d.ts +3 -0
  124. package/dist/v2/components/TempReplaceMe.vue.d.ts.map +1 -0
  125. package/dist/v2/components/TempReplaceMe.vue.js +12 -0
  126. package/dist/v2/components/resize/Resize.vue.d.ts +20 -0
  127. package/dist/v2/components/resize/Resize.vue.d.ts.map +1 -0
  128. package/dist/v2/components/resize/Resize.vue.js +8 -0
  129. package/dist/v2/components/resize/Resize.vue2.js +36 -0
  130. package/dist/v2/components/resize/index.d.ts +3 -0
  131. package/dist/v2/components/resize/index.d.ts.map +1 -0
  132. package/dist/v2/components/resize/index.js +4 -0
  133. package/dist/v2/components/sidebar/Sidebar.vue.d.ts +39 -0
  134. package/dist/v2/components/sidebar/Sidebar.vue.d.ts.map +1 -0
  135. package/dist/v2/components/sidebar/Sidebar.vue.js +95 -0
  136. package/dist/v2/components/sidebar/Sidebar.vue2.js +4 -0
  137. package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts +13 -0
  138. package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts.map +1 -0
  139. package/dist/v2/components/sidebar/SidebarMenu.vue.js +63 -0
  140. package/dist/v2/components/sidebar/SidebarMenu.vue2.js +4 -0
  141. package/dist/v2/components/sidebar/SidebarToggle.vue.d.ts +10 -0
  142. package/dist/v2/components/sidebar/SidebarToggle.vue.d.ts.map +1 -0
  143. package/dist/v2/components/sidebar/SidebarToggle.vue.js +52 -0
  144. package/dist/v2/components/sidebar/SidebarToggle.vue2.js +4 -0
  145. package/dist/v2/components/sidebar/index.d.ts +4 -0
  146. package/dist/v2/components/sidebar/index.d.ts.map +1 -0
  147. package/dist/v2/components/sidebar/index.js +8 -0
  148. package/dist/v2/features/app/App.vue.d.ts +16 -0
  149. package/dist/v2/features/app/App.vue.d.ts.map +1 -0
  150. package/dist/v2/features/app/App.vue.js +72 -0
  151. package/dist/v2/features/app/App.vue3.js +5 -0
  152. package/dist/v2/features/app/components/AppSidebar.vue.d.ts +30 -0
  153. package/dist/v2/features/app/components/AppSidebar.vue.d.ts.map +1 -0
  154. package/dist/v2/features/app/components/AppSidebar.vue.js +7 -0
  155. package/dist/v2/features/app/components/AppSidebar.vue2.js +117 -0
  156. package/dist/v2/features/app/components/DesktopTabs.vue.d.ts +3 -0
  157. package/dist/v2/features/app/components/DesktopTabs.vue.d.ts.map +1 -0
  158. package/dist/v2/features/app/components/DesktopTabs.vue.js +14 -0
  159. package/dist/v2/features/app/components/DownloadAppButton.vue.d.ts +3 -0
  160. package/dist/v2/features/app/components/DownloadAppButton.vue.d.ts.map +1 -0
  161. package/dist/v2/features/app/components/DownloadAppButton.vue.js +7 -0
  162. package/dist/v2/features/app/components/DownloadAppButton.vue2.js +19 -0
  163. package/dist/v2/features/app/components/WebTopNav.vue.d.ts +16 -0
  164. package/dist/v2/features/app/components/WebTopNav.vue.d.ts.map +1 -0
  165. package/dist/v2/features/app/components/WebTopNav.vue.js +28 -0
  166. package/dist/v2/features/app/components/WebTopNav.vue2.js +4 -0
  167. package/dist/v2/features/app/components/index.d.ts +2 -0
  168. package/dist/v2/features/app/components/index.d.ts.map +1 -0
  169. package/dist/v2/features/app/components/index.js +5 -0
  170. package/dist/v2/features/app/helpers/create-api-client-app.d.ts +25 -0
  171. package/dist/v2/features/app/helpers/create-api-client-app.d.ts.map +1 -0
  172. package/dist/v2/features/app/helpers/create-api-client-app.js +21 -0
  173. package/dist/v2/features/app/helpers/routes.d.ts +103 -0
  174. package/dist/v2/features/app/helpers/routes.d.ts.map +1 -0
  175. package/dist/v2/features/app/helpers/routes.js +115 -0
  176. package/dist/v2/features/app/index.d.ts +2 -0
  177. package/dist/v2/features/app/index.d.ts.map +1 -0
  178. package/dist/v2/features/app/index.js +4 -0
  179. package/dist/v2/features/collection/DocumentCollection.test.d.ts +2 -0
  180. package/dist/v2/features/collection/DocumentCollection.test.d.ts.map +1 -0
  181. package/dist/v2/features/collection/DocumentCollection.vue.d.ts +12 -0
  182. package/dist/v2/features/collection/DocumentCollection.vue.d.ts.map +1 -0
  183. package/dist/v2/features/collection/DocumentCollection.vue.js +4 -0
  184. package/dist/v2/features/collection/DocumentCollection.vue2.js +82 -0
  185. package/dist/v2/features/collection/WorkspaceCollection.test.d.ts +2 -0
  186. package/dist/v2/features/collection/WorkspaceCollection.test.d.ts.map +1 -0
  187. package/dist/v2/features/collection/WorkspaceCollection.vue.d.ts +10 -0
  188. package/dist/v2/features/collection/WorkspaceCollection.vue.d.ts.map +1 -0
  189. package/dist/v2/features/collection/WorkspaceCollection.vue.js +4 -0
  190. package/dist/v2/features/collection/WorkspaceCollection.vue2.js +38 -0
  191. package/dist/v2/features/collection/components/Authentication.test.d.ts +2 -0
  192. package/dist/v2/features/collection/components/Authentication.test.d.ts.map +1 -0
  193. package/dist/v2/features/collection/components/Authentication.vue.d.ts +48 -0
  194. package/dist/v2/features/collection/components/Authentication.vue.d.ts.map +1 -0
  195. package/dist/v2/features/collection/components/Authentication.vue.js +7 -0
  196. package/dist/v2/features/collection/components/Authentication.vue2.js +50 -0
  197. package/dist/v2/features/collection/components/Cookies.vue.d.ts +3 -0
  198. package/dist/v2/features/collection/components/Cookies.vue.d.ts.map +1 -0
  199. package/dist/v2/features/collection/components/Cookies.vue.js +9 -0
  200. package/dist/v2/features/collection/components/Environment.test.d.ts +2 -0
  201. package/dist/v2/features/collection/components/Environment.test.d.ts.map +1 -0
  202. package/dist/v2/features/collection/components/Environment.vue.d.ts +89 -0
  203. package/dist/v2/features/collection/components/Environment.vue.d.ts.map +1 -0
  204. package/dist/v2/features/collection/components/Environment.vue.js +4 -0
  205. package/dist/v2/features/collection/components/Environment.vue2.js +34 -0
  206. package/dist/v2/features/collection/components/Form.vue.d.ts +29 -0
  207. package/dist/v2/features/collection/components/Form.vue.d.ts.map +1 -0
  208. package/dist/v2/features/collection/components/Form.vue.js +83 -0
  209. package/dist/v2/features/collection/components/Form.vue2.js +4 -0
  210. package/dist/v2/features/collection/components/LabelInput.test.d.ts +2 -0
  211. package/dist/v2/features/collection/components/LabelInput.test.d.ts.map +1 -0
  212. package/dist/v2/features/collection/components/LabelInput.vue.d.ts +10 -0
  213. package/dist/v2/features/collection/components/LabelInput.vue.d.ts.map +1 -0
  214. package/dist/v2/features/collection/components/LabelInput.vue.js +7 -0
  215. package/dist/v2/features/collection/components/LabelInput.vue2.js +29 -0
  216. package/dist/v2/features/collection/components/Overview.test.d.ts +2 -0
  217. package/dist/v2/features/collection/components/Overview.test.d.ts.map +1 -0
  218. package/dist/v2/features/collection/components/Overview.vue.d.ts +14 -0
  219. package/dist/v2/features/collection/components/Overview.vue.d.ts.map +1 -0
  220. package/dist/v2/features/collection/components/Overview.vue.js +4 -0
  221. package/dist/v2/features/collection/components/Overview.vue2.js +91 -0
  222. package/dist/v2/features/collection/components/Servers.test.d.ts +2 -0
  223. package/dist/v2/features/collection/components/Servers.test.d.ts.map +1 -0
  224. package/dist/v2/features/collection/components/Servers.vue.d.ts +33 -0
  225. package/dist/v2/features/collection/components/Servers.vue.d.ts.map +1 -0
  226. package/dist/v2/features/collection/components/Servers.vue.js +4 -0
  227. package/dist/v2/features/collection/components/Servers.vue2.js +120 -0
  228. package/dist/v2/features/collection/components/Settings.test.d.ts +2 -0
  229. package/dist/v2/features/collection/components/Settings.test.d.ts.map +1 -0
  230. package/dist/v2/features/collection/components/Settings.vue.d.ts +17 -0
  231. package/dist/v2/features/collection/components/Settings.vue.d.ts.map +1 -0
  232. package/dist/v2/features/collection/components/Settings.vue.js +7 -0
  233. package/dist/v2/features/collection/components/Settings.vue2.js +100 -0
  234. package/dist/v2/features/collection/components/Tabs.test.d.ts +2 -0
  235. package/dist/v2/features/collection/components/Tabs.test.d.ts.map +1 -0
  236. package/dist/v2/features/collection/components/Tabs.vue.d.ts +6 -0
  237. package/dist/v2/features/collection/components/Tabs.vue.d.ts.map +1 -0
  238. package/dist/v2/features/collection/components/Tabs.vue.js +46 -0
  239. package/dist/v2/features/collection/components/Tabs.vue2.js +4 -0
  240. package/dist/v2/features/environments/Environments.test.d.ts +2 -0
  241. package/dist/v2/features/environments/Environments.test.d.ts.map +1 -0
  242. package/dist/v2/features/environments/Environments.vue.d.ts +31 -0
  243. package/dist/v2/features/environments/Environments.vue.d.ts.map +1 -0
  244. package/dist/v2/features/environments/Environments.vue.js +65 -0
  245. package/dist/v2/features/environments/Environments.vue2.js +4 -0
  246. package/dist/v2/features/environments/EnvironmentsList.test.d.ts +2 -0
  247. package/dist/v2/features/environments/EnvironmentsList.test.d.ts.map +1 -0
  248. package/dist/v2/features/environments/EnvironmentsList.vue.d.ts +98 -0
  249. package/dist/v2/features/environments/EnvironmentsList.vue.d.ts.map +1 -0
  250. package/dist/v2/features/environments/EnvironmentsList.vue.js +114 -0
  251. package/dist/v2/features/environments/EnvironmentsList.vue2.js +4 -0
  252. package/dist/v2/features/environments/components/Environment.test.d.ts +2 -0
  253. package/dist/v2/features/environments/components/Environment.test.d.ts.map +1 -0
  254. package/dist/v2/features/environments/components/Environment.vue.d.ts +70 -0
  255. package/dist/v2/features/environments/components/Environment.vue.d.ts.map +1 -0
  256. package/dist/v2/features/environments/components/Environment.vue.js +104 -0
  257. package/dist/v2/features/environments/components/Environment.vue2.js +4 -0
  258. package/dist/v2/features/environments/components/EnvironmentColorUpdateModal.vue.d.ts +20 -0
  259. package/dist/v2/features/environments/components/EnvironmentColorUpdateModal.vue.d.ts.map +1 -0
  260. package/dist/v2/features/environments/components/EnvironmentColorUpdateModal.vue.js +48 -0
  261. package/dist/v2/features/environments/components/EnvironmentColorUpdateModal.vue2.js +4 -0
  262. package/dist/v2/features/environments/components/EnvironmentColors.test.d.ts +2 -0
  263. package/dist/v2/features/environments/components/EnvironmentColors.test.d.ts.map +1 -0
  264. package/dist/v2/features/environments/components/EnvironmentColors.vue.d.ts +10 -0
  265. package/dist/v2/features/environments/components/EnvironmentColors.vue.d.ts.map +1 -0
  266. package/dist/v2/features/environments/components/EnvironmentColors.vue.js +97 -0
  267. package/dist/v2/features/environments/components/EnvironmentColors.vue2.js +4 -0
  268. package/dist/v2/features/environments/components/EnvironmentCreateModal.vue.d.ts +19 -0
  269. package/dist/v2/features/environments/components/EnvironmentCreateModal.vue.d.ts.map +1 -0
  270. package/dist/v2/features/environments/components/EnvironmentCreateModal.vue.js +63 -0
  271. package/dist/v2/features/environments/components/EnvironmentCreateModal.vue2.js +4 -0
  272. package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.d.ts +14 -0
  273. package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.d.ts.map +1 -0
  274. package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.js +53 -0
  275. package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue2.js +4 -0
  276. package/dist/v2/features/environments/components/EnvironmentNameUpdateModal.vue.d.ts +18 -0
  277. package/dist/v2/features/environments/components/EnvironmentNameUpdateModal.vue.d.ts.map +1 -0
  278. package/dist/v2/features/environments/components/EnvironmentNameUpdateModal.vue.js +35 -0
  279. package/dist/v2/features/environments/components/EnvironmentNameUpdateModal.vue2.js +4 -0
  280. package/dist/v2/features/environments/components/EnvironmentVariablesTable.test.d.ts +2 -0
  281. package/dist/v2/features/environments/components/EnvironmentVariablesTable.test.d.ts.map +1 -0
  282. package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue.d.ts +23 -0
  283. package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue.d.ts.map +1 -0
  284. package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue.js +7 -0
  285. package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue2.js +122 -0
  286. package/dist/v2/features/environments/index.d.ts +5 -0
  287. package/dist/v2/features/environments/index.d.ts.map +1 -0
  288. package/dist/v2/features/environments/index.js +6 -0
  289. package/dist/v2/features/global-cookies/components/CookiesTable.test.d.ts +2 -0
  290. package/dist/v2/features/global-cookies/components/CookiesTable.test.d.ts.map +1 -0
  291. package/dist/v2/features/global-cookies/components/CookiesTable.vue.d.ts +25 -0
  292. package/dist/v2/features/global-cookies/components/CookiesTable.vue.d.ts.map +1 -0
  293. package/dist/v2/features/global-cookies/components/CookiesTable.vue.js +7 -0
  294. package/dist/v2/features/global-cookies/components/CookiesTable.vue2.js +156 -0
  295. package/dist/v2/features/global-cookies/components/GlobalCookies.test.d.ts +2 -0
  296. package/dist/v2/features/global-cookies/components/GlobalCookies.test.d.ts.map +1 -0
  297. package/dist/v2/features/global-cookies/components/GlobalCookies.vue.d.ts +32 -0
  298. package/dist/v2/features/global-cookies/components/GlobalCookies.vue.d.ts.map +1 -0
  299. package/dist/v2/features/global-cookies/components/GlobalCookies.vue.js +7 -0
  300. package/dist/v2/features/global-cookies/components/GlobalCookies.vue2.js +58 -0
  301. package/dist/v2/features/global-cookies/index.d.ts +2 -0
  302. package/dist/v2/features/global-cookies/index.d.ts.map +1 -0
  303. package/dist/v2/features/global-cookies/index.js +4 -0
  304. package/dist/v2/features/modal/Modal.vue.d.ts +16 -0
  305. package/dist/v2/features/modal/Modal.vue.d.ts.map +1 -0
  306. package/dist/v2/features/modal/Modal.vue.js +7 -0
  307. package/dist/v2/features/modal/Modal.vue2.js +81 -0
  308. package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts +53 -0
  309. package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts.map +1 -0
  310. package/dist/v2/features/modal/helpers/create-api-client-modal.js +46 -0
  311. package/dist/v2/features/modal/index.d.ts +2 -0
  312. package/dist/v2/features/modal/index.d.ts.map +1 -0
  313. package/dist/v2/features/modal/index.js +4 -0
  314. package/dist/v2/features/operation/Operation.test.d.ts +2 -0
  315. package/dist/v2/features/operation/Operation.test.d.ts.map +1 -0
  316. package/dist/v2/features/operation/Operation.vue.d.ts +79 -0
  317. package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -0
  318. package/dist/v2/features/operation/Operation.vue.js +124 -0
  319. package/dist/v2/features/operation/Operation.vue2.js +4 -0
  320. package/dist/v2/features/operation/components/Header.test.d.ts +2 -0
  321. package/dist/v2/features/operation/components/Header.test.d.ts.map +1 -0
  322. package/dist/v2/features/operation/components/Header.vue.d.ts +85 -0
  323. package/dist/v2/features/operation/components/Header.vue.d.ts.map +1 -0
  324. package/dist/v2/features/operation/components/Header.vue.js +7 -0
  325. package/dist/v2/features/operation/components/Header.vue2.js +97 -0
  326. package/dist/v2/features/operation/index.d.ts +3 -0
  327. package/dist/v2/features/operation/index.d.ts.map +1 -0
  328. package/dist/v2/features/operation/index.js +4 -0
  329. package/dist/v2/features/settings/Settings.test.d.ts +2 -0
  330. package/dist/v2/features/settings/Settings.test.d.ts.map +1 -0
  331. package/dist/v2/features/settings/Settings.vue.d.ts +22 -0
  332. package/dist/v2/features/settings/Settings.vue.d.ts.map +1 -0
  333. package/dist/v2/features/settings/Settings.vue.js +268 -0
  334. package/dist/v2/features/settings/Settings.vue2.js +4 -0
  335. package/dist/v2/features/settings/components/Appearance.vue.d.ts +10 -0
  336. package/dist/v2/features/settings/components/Appearance.vue.d.ts.map +1 -0
  337. package/dist/v2/features/settings/components/Appearance.vue.js +88 -0
  338. package/dist/v2/features/settings/components/Appearance.vue2.js +4 -0
  339. package/dist/v2/features/settings/components/Section.vue.d.ts +14 -0
  340. package/dist/v2/features/settings/components/Section.vue.d.ts.map +1 -0
  341. package/dist/v2/features/settings/components/Section.vue.js +24 -0
  342. package/dist/v2/features/settings/components/Section.vue2.js +4 -0
  343. package/dist/v2/features/settings/helpers/get-theme-colors.d.ts +9 -0
  344. package/dist/v2/features/settings/helpers/get-theme-colors.d.ts.map +1 -0
  345. package/dist/v2/features/settings/helpers/get-theme-colors.js +17 -0
  346. package/dist/v2/features/settings/index.d.ts +2 -0
  347. package/dist/v2/features/settings/index.d.ts.map +1 -0
  348. package/dist/v2/features/settings/index.js +4 -0
  349. package/dist/v2/hooks/use-document-watcher.d.ts +28 -0
  350. package/dist/v2/hooks/use-document-watcher.d.ts.map +1 -0
  351. package/dist/v2/hooks/use-document-watcher.test.d.ts +2 -0
  352. package/dist/v2/hooks/use-document-watcher.test.d.ts.map +1 -0
  353. package/dist/v2/hooks/use-workspace-client-events.d.ts +8 -0
  354. package/dist/v2/hooks/use-workspace-client-events.d.ts.map +1 -0
  355. package/dist/v2/hooks/use-workspace-client-events.js +13 -0
  356. package/dist/v2/plugins.d.ts +44 -0
  357. package/dist/v2/plugins.d.ts.map +1 -0
  358. package/dist/v2/types/layout.d.ts +10 -0
  359. package/dist/v2/types/layout.d.ts.map +1 -0
  360. package/dist/views/Collection/Collection.vue2.js +6 -6
  361. package/dist/views/Collection/CollectionCookies.vue2.js +3 -3
  362. package/dist/views/Collection/CollectionEnvironment.vue2.js +12 -13
  363. package/dist/views/Collection/CollectionScripts.vue2.js +3 -3
  364. package/dist/views/Collection/CollectionServerForm.vue.d.ts.map +1 -1
  365. package/dist/views/Collection/CollectionServerForm.vue.js +42 -62
  366. package/dist/views/Collection/CollectionServers.vue.d.ts.map +1 -1
  367. package/dist/views/Collection/CollectionServers.vue2.js +43 -50
  368. package/dist/views/Collection/CollectionSettings.vue.js +2 -2
  369. package/dist/views/Collection/CollectionSettings.vue2.js +5 -6
  370. package/dist/views/Collection/CollectionSync.vue2.js +3 -3
  371. package/dist/views/Collection/components/EnvironmentForm.vue2.js +10 -12
  372. package/dist/views/Collection/components/MarkdownInput.vue2.js +2 -4
  373. package/dist/views/Cookies/CookieModal.vue2.js +6 -6
  374. package/dist/views/Cookies/Cookies.vue2.js +6 -6
  375. package/dist/views/Environment/Environment.vue2.js +5 -6
  376. package/dist/views/Environment/EnvironmentModal.vue.js +13 -14
  377. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +8 -9
  378. package/dist/views/Request/RequestRoot.vue.d.ts.map +1 -1
  379. package/dist/views/Request/RequestRoot.vue.js +2 -2
  380. package/dist/views/Request/RequestRoot.vue2.js +79 -80
  381. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +10 -11
  382. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +44 -55
  383. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +10 -12
  384. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +2 -2
  385. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +39 -44
  386. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  387. package/dist/views/Request/RequestSection/RequestBody.vue.js +2 -2
  388. package/dist/views/Request/RequestSection/RequestBody.vue2.js +96 -78
  389. package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +3 -3
  390. package/dist/views/Request/RequestSection/RequestParams.vue.js +2 -3
  391. package/dist/views/Request/RequestSection/RequestSection.vue.js +2 -2
  392. package/dist/views/Request/RequestSection/RequestSection.vue2.js +55 -55
  393. package/dist/views/Request/RequestSection/RequestTable.vue2.js +15 -17
  394. package/dist/views/Request/RequestSidebar.vue2.js +7 -8
  395. package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
  396. package/dist/views/Request/RequestSidebarItem.vue2.js +31 -32
  397. package/dist/views/Request/RequestSidebarItemMenu.vue.js +1 -1
  398. package/dist/views/Request/RequestSidebarItemMenu.vue2.js +13 -16
  399. package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +11 -13
  400. package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +4 -5
  401. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +4 -5
  402. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +1 -1
  403. package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +3 -3
  404. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +4 -4
  405. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +11 -13
  406. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +7 -8
  407. package/dist/views/Request/components/WorkspaceDropdown.vue.js +11 -14
  408. package/dist/views/Request/libs/oauth2.d.ts +1 -1
  409. package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
  410. package/dist/views/Settings/SettingsGeneral.vue.js +40 -42
  411. package/dist/views/Settings/components/SettingsAppearance.vue.js +8 -11
  412. package/package.json +52 -27
  413. package/dist/hooks/useKeyMap.d.ts +0 -2
  414. package/dist/hooks/useKeyMap.d.ts.map +0 -1
  415. package/dist/hooks/useKeyMap.js +0 -9
  416. package/dist/router.d.ts +0 -8
  417. package/dist/router.d.ts.map +0 -1
  418. package/dist/router.js +0 -20
@@ -52,11 +52,10 @@ const O = { class: "flex h-8 items-center justify-end border-t" }, j = { class:
52
52
  type: "password",
53
53
  "onUpdate:modelValue": e[0] || (e[0] = (t) => n(`flows.${l.flow.type}.token`, t))
54
54
  }), {
55
- default: o(() => e[10] || (e[10] = [
56
- u(" Access Token ")
57
- ])),
58
- _: 1,
59
- __: [10]
55
+ default: o(() => [...e[10] || (e[10] = [
56
+ u(" Access Token ", -1)
57
+ ])]),
58
+ _: 1
60
59
  }, 16, ["modelValue"])
61
60
  ]),
62
61
  _: 1
@@ -71,11 +70,10 @@ const O = { class: "flex h-8 items-center justify-end border-t" }, j = { class:
71
70
  variant: "outlined",
72
71
  onClick: e[1] || (e[1] = (t) => n(`flows.${l.flow.type}.token`, ""))
73
72
  }, {
74
- default: o(() => e[11] || (e[11] = [
75
- u(" Clear ")
76
- ])),
77
- _: 1,
78
- __: [11]
73
+ default: o(() => [...e[11] || (e[11] = [
74
+ u(" Clear ", -1)
75
+ ])]),
76
+ _: 1
79
77
  }, 8, ["loading"]),
80
78
  P(l.$slots, "oauth-actions")
81
79
  ])
@@ -91,22 +89,20 @@ const O = { class: "flex h-8 items-center justify-end border-t" }, j = { class:
91
89
  placeholder: "https://galaxy.scalar.com/authorize",
92
90
  "onUpdate:modelValue": e[2] || (e[2] = (t) => n(`flows.${l.flow.type}.authorizationUrl`, t))
93
91
  }), {
94
- default: o(() => e[12] || (e[12] = [
95
- u(" Auth URL ")
96
- ])),
97
- _: 1,
98
- __: [12]
92
+ default: o(() => [...e[12] || (e[12] = [
93
+ u(" Auth URL ", -1)
94
+ ])]),
95
+ _: 1
99
96
  }, 16, ["modelValue"])) : w("", !0),
100
97
  "tokenUrl" in l.flow ? (d(), k(p, m({ key: 1 }, f, {
101
98
  modelValue: l.flow.tokenUrl,
102
99
  placeholder: "https://galaxy.scalar.com/token",
103
100
  "onUpdate:modelValue": e[3] || (e[3] = (t) => n(`flows.${l.flow.type}.tokenUrl`, t))
104
101
  }), {
105
- default: o(() => e[13] || (e[13] = [
106
- u(" Token URL ")
107
- ])),
108
- _: 1,
109
- __: [13]
102
+ default: o(() => [...e[13] || (e[13] = [
103
+ u(" Token URL ", -1)
104
+ ])]),
105
+ _: 1
110
106
  }, 16, ["modelValue"])) : w("", !0)
111
107
  ]),
112
108
  _: 1
@@ -118,11 +114,10 @@ const O = { class: "flex h-8 items-center justify-end border-t" }, j = { class:
118
114
  placeholder: "https://galaxy.scalar.com/callback",
119
115
  "onUpdate:modelValue": e[4] || (e[4] = (t) => n(`flows.${l.flow.type}.x-scalar-redirect-uri`, t))
120
116
  }), {
121
- default: o(() => e[14] || (e[14] = [
122
- u(" Redirect URL ")
123
- ])),
124
- _: 1,
125
- __: [14]
117
+ default: o(() => [...e[14] || (e[14] = [
118
+ u(" Redirect URL ", -1)
119
+ ])]),
120
+ _: 1
126
121
  }, 16, ["modelValue"])
127
122
  ]),
128
123
  _: 1
@@ -136,11 +131,10 @@ const O = { class: "flex h-8 items-center justify-end border-t" }, j = { class:
136
131
  placeholder: "janedoe",
137
132
  "onUpdate:modelValue": e[5] || (e[5] = (t) => n(`flows.${l.flow.type}.username`, t))
138
133
  }), {
139
- default: o(() => e[15] || (e[15] = [
140
- u(" Username ")
141
- ])),
142
- _: 1,
143
- __: [15]
134
+ default: o(() => [...e[15] || (e[15] = [
135
+ u(" Username ", -1)
136
+ ])]),
137
+ _: 1
144
138
  }, 16, ["modelValue"])
145
139
  ]),
146
140
  _: 1
@@ -153,11 +147,10 @@ const O = { class: "flex h-8 items-center justify-end border-t" }, j = { class:
153
147
  type: "password",
154
148
  "onUpdate:modelValue": e[6] || (e[6] = (t) => n(`flows.${l.flow.type}.password`, t))
155
149
  }), {
156
- default: o(() => e[16] || (e[16] = [
157
- u(" Password ")
158
- ])),
159
- _: 1,
160
- __: [16]
150
+ default: o(() => [...e[16] || (e[16] = [
151
+ u(" Password ", -1)
152
+ ])]),
153
+ _: 1
161
154
  }, 16, ["modelValue"])
162
155
  ]),
163
156
  _: 1
@@ -170,11 +163,10 @@ const O = { class: "flex h-8 items-center justify-end border-t" }, j = { class:
170
163
  placeholder: "12345",
171
164
  "onUpdate:modelValue": e[7] || (e[7] = (t) => n(`flows.${l.flow.type}.x-scalar-client-id`, t))
172
165
  }), {
173
- default: o(() => e[17] || (e[17] = [
174
- u(" Client ID ")
175
- ])),
176
- _: 1,
177
- __: [17]
166
+ default: o(() => [...e[17] || (e[17] = [
167
+ u(" Client ID ", -1)
168
+ ])]),
169
+ _: 1
178
170
  }, 16, ["modelValue"])
179
171
  ]),
180
172
  _: 1
@@ -187,11 +179,10 @@ const O = { class: "flex h-8 items-center justify-end border-t" }, j = { class:
187
179
  type: "password",
188
180
  "onUpdate:modelValue": e[8] || (e[8] = (t) => n(`flows.${l.flow.type}.clientSecret`, t))
189
181
  }), {
190
- default: o(() => e[18] || (e[18] = [
191
- u(" Client Secret ")
192
- ])),
193
- _: 1,
194
- __: [18]
182
+ default: o(() => [...e[18] || (e[18] = [
183
+ u(" Client Secret ", -1)
184
+ ])]),
185
+ _: 1
195
186
  }, 16, ["modelValue"])
196
187
  ]),
197
188
  _: 1
@@ -207,11 +198,10 @@ const O = { class: "flex h-8 items-center justify-end border-t" }, j = { class:
207
198
  t
208
199
  ))
209
200
  }), {
210
- default: o(() => e[19] || (e[19] = [
211
- u(" Use PKCE ")
212
- ])),
213
- _: 1,
214
- __: [19]
201
+ default: o(() => [...e[19] || (e[19] = [
202
+ u(" Use PKCE ", -1)
203
+ ])]),
204
+ _: 1
215
205
  }, 16, ["enum", "modelValue"])
216
206
  ]),
217
207
  _: 1
@@ -239,11 +229,10 @@ const O = { class: "flex h-8 items-center justify-end border-t" }, j = { class:
239
229
  variant: "outlined",
240
230
  onClick: C
241
231
  }, {
242
- default: o(() => e[20] || (e[20] = [
243
- u(" Authorize ")
244
- ])),
245
- _: 1,
246
- __: [20]
232
+ default: o(() => [...e[20] || (e[20] = [
233
+ u(" Authorize ", -1)
234
+ ])]),
235
+ _: 1
247
236
  }, 8, ["loading"])
248
237
  ])
249
238
  ]),
@@ -7,7 +7,7 @@ import E from "../../../../components/DataTable/DataTableCheckbox.vue.js";
7
7
  const F = { class: "flex h-fit w-full" }, I = { class: "flex-1" }, R = { class: "flex items-center gap-1.75" }, L = {
8
8
  class: "grid auto-rows-auto",
9
9
  style: { gridTemplateColumns: "1fr auto" }
10
- }, M = { key: 0 }, P = { class: "font-code text-xs" }, Q = /* @__PURE__ */ V({
10
+ }, M = { key: 0 }, P = { class: "font-code text-xs" }, W = /* @__PURE__ */ V({
11
11
  __name: "OAuthScopesInput",
12
12
  props: {
13
13
  flow: {},
@@ -65,11 +65,10 @@ const F = { class: "flex h-fit w-full" }, I = { class: "flex-1" }, R = { class:
65
65
  variant: "ghost",
66
66
  onClick: w(b, ["stop"])
67
67
  }, {
68
- default: c(() => t[0] || (t[0] = [
69
- p(" Deselect All ")
70
- ])),
71
- _: 1,
72
- __: [0]
68
+ default: c(() => [...t[0] || (t[0] = [
69
+ p(" Deselect All ", -1)
70
+ ])]),
71
+ _: 1
73
72
  })) : m("", !0),
74
73
  h.value ? m("", !0) : (n(), u(l(v), {
75
74
  key: 1,
@@ -78,11 +77,10 @@ const F = { class: "flex h-fit w-full" }, I = { class: "flex-1" }, R = { class:
78
77
  variant: "ghost",
79
78
  onClick: w(C, ["stop"])
80
79
  }, {
81
- default: c(() => t[1] || (t[1] = [
82
- p(" Select All ")
83
- ])),
84
- _: 1,
85
- __: [1]
80
+ default: c(() => [...t[1] || (t[1] = [
81
+ p(" Select All ", -1)
82
+ ])]),
83
+ _: 1
86
84
  })),
87
85
  i(l(N), {
88
86
  class: "text-c-3 group-hover/scopes-accordion:text-c-2",
@@ -133,5 +131,5 @@ const F = { class: "flex h-fit w-full" }, I = { class: "flex-1" }, R = { class:
133
131
  }
134
132
  });
135
133
  export {
136
- Q as default
134
+ W as default
137
135
  };
@@ -157,11 +157,11 @@ const ce = ["id"], ue = { class: "flex flex-1" }, me = { class: "min-w-0 flex-1
157
157
  e[5] || (e[5] = i("span", { class: "sr-only" }, "Selected Auth Type:", -1)),
158
158
  k(" " + y(a.value[0]?.label), 1)
159
159
  ], 64)) : a.value.length > 1 ? (u(), h(x, { key: 1 }, [
160
- e[6] || (e[6] = k(" Multiple ")),
160
+ e[6] || (e[6] = k(" Multiple ", -1)),
161
161
  e[7] || (e[7] = i("span", { class: "sr-only" }, "Auth Types Selected", -1))
162
162
  ], 64)) : (u(), h(x, { key: 2 }, [
163
163
  e[8] || (e[8] = i("span", { class: "sr-only" }, "Select", -1)),
164
- e[9] || (e[9] = k(" Auth Type "))
164
+ e[9] || (e[9] = k(" Auth Type ", -1))
165
165
  ], 64)),
166
166
  m(s(Z), {
167
167
  class: "size-3 shrink-0 transition-transform duration-100 group-aria-expanded/combobox-button:rotate-180",
@@ -1,4 +1,4 @@
1
- import { defineComponent as K, computed as N, ref as P, onMounted as j, createElementBlock as u, openBlock as r, Fragment as s, renderList as U, createBlock as x, createCommentVNode as b, unref as i, withCtx as a, createVNode as n, createElementVNode as C, toDisplayString as S, mergeProps as y, createTextVNode as V, normalizeClass as A, renderSlot as L, capitalize as g } from "vue";
1
+ import { defineComponent as K, computed as N, ref as P, onMounted as j, createElementBlock as u, openBlock as r, Fragment as s, renderList as C, createBlock as x, createCommentVNode as b, unref as i, withCtx as a, createVNode as n, createElementVNode as h, toDisplayString as _, mergeProps as y, createTextVNode as V, normalizeClass as A, renderSlot as L, capitalize as g } from "vue";
2
2
  import { ScalarMarkdownSummary as M } from "@scalar/components";
3
3
  import { useWorkspace as R } from "../../../../store/store.js";
4
4
  import { updateScheme as Q } from "../helpers/update-scheme.js";
@@ -24,11 +24,11 @@ const E = { class: "bg-b-1 text-c-2 outline-b-3 top-0 z-1 h-full w-full overflow
24
24
  },
25
25
  emits: ["authorized"],
26
26
  setup(m, { emit: F }) {
27
- const z = F, $ = R(), { securitySchemes: B } = $, _ = N(
27
+ const z = F, $ = R(), { securitySchemes: B } = $, U = N(
28
28
  () => m.securitySchemeUids.map((t) => ({
29
29
  scheme: B[t]
30
30
  }))
31
- ), d = P(""), h = (t) => {
31
+ ), d = P(""), S = (t) => {
32
32
  const o = t.description ? `: ${t.description}` : "", e = `${g(t.nameKey)}${o || `: ${t.type}`}`;
33
33
  if (t.type === "apiKey")
34
34
  return `${g(t.nameKey)}${o || `: ${t.in}`}`;
@@ -48,24 +48,24 @@ const E = { class: "bg-b-1 text-c-2 outline-b-3 top-0 z-1 h-full w-full overflow
48
48
  envVariables: m.envVariables,
49
49
  workspace: m.workspace
50
50
  };
51
- return (t, o) => (r(!0), u(s, null, U(_.value, ({ scheme: e }) => (r(), u(s, {
51
+ return (t, o) => (r(!0), u(s, null, C(U.value, ({ scheme: e }) => (r(), u(s, {
52
52
  key: e?.uid
53
53
  }, [
54
- _.value.length > 1 && e ? (r(), x(i(f), { key: 0 }, {
54
+ U.value.length > 1 && e ? (r(), x(i(f), { key: 0 }, {
55
55
  default: a(() => [
56
56
  n(i(T), {
57
- "aria-label": h(e),
57
+ "aria-label": S(e),
58
58
  class: "text-c-2 group/auth flex items-center leading-[22px] whitespace-nowrap outline-none hover:whitespace-normal"
59
59
  }, {
60
60
  default: a(() => [
61
- C("p", E, S(h(e)), 1)
61
+ h("p", E, _(S(e)), 1)
62
62
  ]),
63
63
  _: 2
64
64
  }, 1032, ["aria-label"])
65
65
  ]),
66
66
  _: 2
67
67
  }, 1024)) : b("", !0),
68
- e?.description && _.value.length <= 1 ? (r(), x(i(f), { key: 1 }, {
68
+ e?.description && U.value.length <= 1 ? (r(), x(i(f), { key: 1 }, {
69
69
  default: a(() => [
70
70
  n(i(T), {
71
71
  "aria-label": e.description,
@@ -92,12 +92,11 @@ const E = { class: "bg-b-1 text-c-2 outline-b-3 top-0 z-1 h-full w-full overflow
92
92
  type: "password",
93
93
  "onUpdate:modelValue": (l) => v(e.uid, "token", l)
94
94
  }), {
95
- default: a(() => o[1] || (o[1] = [
96
- V(" Bearer Token ")
97
- ])),
98
- _: 2,
99
- __: [1]
100
- }, 1040, ["containerClass", "modelValue", "onUpdate:modelValue"])
95
+ default: a(() => [...o[1] || (o[1] = [
96
+ V(" Bearer Token ", -1)
97
+ ])]),
98
+ _: 1
99
+ }, 16, ["containerClass", "modelValue", "onUpdate:modelValue"])
101
100
  ]),
102
101
  _: 2
103
102
  }, 1024)) : e?.scheme === "basic" ? (r(), u(s, { key: 1 }, [
@@ -110,12 +109,11 @@ const E = { class: "bg-b-1 text-c-2 outline-b-3 top-0 z-1 h-full w-full overflow
110
109
  required: "",
111
110
  "onUpdate:modelValue": (l) => v(e.uid, "username", l)
112
111
  }), {
113
- default: a(() => o[2] || (o[2] = [
114
- V(" Username ")
115
- ])),
116
- _: 2,
117
- __: [2]
118
- }, 1040, ["modelValue", "onUpdate:modelValue"])
112
+ default: a(() => [...o[2] || (o[2] = [
113
+ V(" Username ", -1)
114
+ ])]),
115
+ _: 1
116
+ }, 16, ["modelValue", "onUpdate:modelValue"])
119
117
  ]),
120
118
  _: 2
121
119
  }, 1024),
@@ -127,12 +125,11 @@ const E = { class: "bg-b-1 text-c-2 outline-b-3 top-0 z-1 h-full w-full overflow
127
125
  type: "password",
128
126
  "onUpdate:modelValue": (l) => v(e.uid, "password", l)
129
127
  }), {
130
- default: a(() => o[3] || (o[3] = [
131
- V(" Password ")
132
- ])),
133
- _: 2,
134
- __: [3]
135
- }, 1040, ["modelValue", "onUpdate:modelValue"])
128
+ default: a(() => [...o[3] || (o[3] = [
129
+ V(" Password ", -1)
130
+ ])]),
131
+ _: 1
132
+ }, 16, ["modelValue", "onUpdate:modelValue"])
136
133
  ]),
137
134
  _: 2
138
135
  }, 1024)
@@ -146,12 +143,11 @@ const E = { class: "bg-b-1 text-c-2 outline-b-3 top-0 z-1 h-full w-full overflow
146
143
  placeholder: "api-key",
147
144
  "onUpdate:modelValue": (l) => v(e.uid, "name", l)
148
145
  }), {
149
- default: a(() => o[4] || (o[4] = [
150
- V(" Name ")
151
- ])),
152
- _: 2,
153
- __: [4]
154
- }, 1040, ["containerClass", "modelValue", "onUpdate:modelValue"])
146
+ default: a(() => [...o[4] || (o[4] = [
147
+ V(" Name ", -1)
148
+ ])]),
149
+ _: 1
150
+ }, 16, ["containerClass", "modelValue", "onUpdate:modelValue"])
155
151
  ]),
156
152
  _: 2
157
153
  }, 1024),
@@ -163,12 +159,11 @@ const E = { class: "bg-b-1 text-c-2 outline-b-3 top-0 z-1 h-full w-full overflow
163
159
  type: "password",
164
160
  "onUpdate:modelValue": (l) => v(e.uid, "value", l)
165
161
  }), {
166
- default: a(() => o[5] || (o[5] = [
167
- V(" Value ")
168
- ])),
169
- _: 2,
170
- __: [5]
171
- }, 1040, ["modelValue", "onUpdate:modelValue"])
162
+ default: a(() => [...o[5] || (o[5] = [
163
+ V(" Value ", -1)
164
+ ])]),
165
+ _: 1
166
+ }, 16, ["modelValue", "onUpdate:modelValue"])
172
167
  ]),
173
168
  _: 2
174
169
  }, 1024)
@@ -176,8 +171,8 @@ const E = { class: "bg-b-1 text-c-2 outline-b-3 top-0 z-1 h-full w-full overflow
176
171
  n(i(f), null, {
177
172
  default: a(() => [
178
173
  Object.keys(e.flows).length > 1 ? (r(), u("div", O, [
179
- C("div", H, [
180
- (r(!0), u(s, null, U(e?.flows, (l, p, k) => (r(), u("button", {
174
+ h("div", H, [
175
+ (r(!0), u(s, null, C(e?.flows, (l, p, k) => (r(), u("button", {
181
176
  key: p,
182
177
  class: A(["floating-bg text-c-3 relative cursor-pointer border-b-[1px] border-transparent py-1 text-base font-medium", {
183
178
  "!text-c-1 !rounded-none border-b-[1px] !border-current": t.layout !== "reference" && (d.value === p || k === 0 && !d.value),
@@ -186,14 +181,14 @@ const E = { class: "bg-b-1 text-c-2 outline-b-3 top-0 z-1 h-full w-full overflow
186
181
  type: "button",
187
182
  onClick: (I) => d.value = p
188
183
  }, [
189
- C("span", G, S(p), 1)
184
+ h("span", G, _(p), 1)
190
185
  ], 10, W))), 128))
191
186
  ])
192
187
  ])) : b("", !0)
193
188
  ]),
194
189
  _: 2
195
190
  }, 1024),
196
- (r(!0), u(s, null, U(e?.flows, (l, p, k) => (r(), u(s, { key: p }, [
191
+ (r(!0), u(s, null, C(e?.flows, (l, p, k) => (r(), u(s, { key: p }, [
197
192
  d.value === p || k === 0 && !d.value ? (r(), x(D, y({
198
193
  key: 0,
199
194
  ref_for: !0
@@ -209,8 +204,8 @@ const E = { class: "bg-b-1 text-c-2 outline-b-3 top-0 z-1 h-full w-full overflow
209
204
  "oauth-actions": a(() => [
210
205
  L(t.$slots, "oauth-actions")
211
206
  ]),
212
- _: 2
213
- }, 1040, ["collection", "flow", "persistAuth", "scheme", "server", "workspace"])) : b("", !0)
207
+ _: 3
208
+ }, 16, ["collection", "flow", "persistAuth", "scheme", "server", "workspace"])) : b("", !0)
214
209
  ], 64))), 128))
215
210
  ], 64)) : e?.type === "openIdConnect" ? (r(), u("div", {
216
211
  key: 5,
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestBody.vue"],"names":[],"mappings":"AAqoBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,EAEL,KAAK,SAAS,EACd,KAAK,cAAc,EACpB,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAarE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAI1D,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;;AA48BJ,wBAMG"}
1
+ {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestBody.vue"],"names":[],"mappings":"AAwoBA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,EAEL,KAAK,SAAS,EACd,KAAK,cAAc,EACpB,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAarE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAI1D,KAAK,WAAW,GAAG;IACf,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;CACd,CAAC;;AA+8BJ,wBAMG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestBody.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-fac9ef96"]]);
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-9adcfa05"]]);
5
5
  export {
6
- a as default
6
+ f as default
7
7
  };