@scalar/api-client 2.1.21 → 2.1.23

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 (307) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/README.md +22 -0
  3. package/dist/components/AddressBar/AddressBar.vue.d.ts +4 -4
  4. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  5. package/dist/components/AddressBar/AddressBar.vue2.js +80 -80
  6. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts +3 -12
  7. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
  8. package/dist/components/AddressBar/AddressBarServer.vue.d.ts +1 -1
  9. package/dist/components/AddressBar/AddressBarServer.vue.js +37 -37
  10. package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts +3 -12
  11. package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts.map +1 -1
  12. package/dist/components/CodeInput/CodeInput.vue.d.ts +11 -44
  13. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  14. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts +8 -17
  15. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts.map +1 -1
  16. package/dist/components/CommandPalette/CommandActionForm.vue.js +10 -10
  17. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts +7 -16
  18. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts.map +1 -1
  19. package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts +5 -5
  20. package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts.map +1 -1
  21. package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +2 -2
  22. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts +7 -16
  23. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
  24. package/dist/components/CommandPalette/CommandPaletteExample.vue.js +31 -31
  25. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts +5 -5
  26. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
  27. package/dist/components/CommandPalette/CommandPaletteImport.vue.js +65 -65
  28. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts +7 -16
  29. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
  30. package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +12 -12
  31. package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts +5 -5
  32. package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts.map +1 -1
  33. package/dist/components/CommandPalette/CommandPaletteServer.vue.js +33 -33
  34. package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts +5 -5
  35. package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts.map +1 -1
  36. package/dist/components/CommandPalette/CommandPaletteTag.vue.js +21 -21
  37. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts +5 -5
  38. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
  39. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +14 -14
  40. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +48 -56
  41. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  42. package/dist/components/CommandPalette/TheCommandPalette.vue.js +2 -2
  43. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +163 -154
  44. package/dist/components/ContextBar.vue.d.ts +6 -15
  45. package/dist/components/ContextBar.vue.d.ts.map +1 -1
  46. package/dist/components/DataTable/DataTable.vue.d.ts +3 -12
  47. package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
  48. package/dist/components/DataTable/DataTableCell.vue.d.ts +4 -25
  49. package/dist/components/DataTable/DataTableCell.vue.d.ts.map +1 -1
  50. package/dist/components/DataTable/DataTableCell.vue.js +5 -5
  51. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts +7 -28
  52. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
  53. package/dist/components/DataTable/DataTableHeader.vue.d.ts +1 -1
  54. package/dist/components/DataTable/DataTableHeader.vue.d.ts.map +1 -1
  55. package/dist/components/DataTable/DataTableInput.vue.d.ts +12 -37
  56. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  57. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts +7 -28
  58. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  59. package/dist/components/DataTable/DataTableInputSelect.vue.js +34 -34
  60. package/dist/components/DataTable/DataTableRow.vue.d.ts +1 -1
  61. package/dist/components/DataTable/DataTableRow.vue.d.ts.map +1 -1
  62. package/dist/components/DataTable/DataTableText.vue.d.ts +12 -12
  63. package/dist/components/DataTable/DataTableText.vue.d.ts.map +1 -1
  64. package/dist/components/DataTable/DataTableText.vue.js +13 -9
  65. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts +1 -1
  66. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +37 -37
  67. package/dist/components/Form/Form.vue.d.ts +3 -12
  68. package/dist/components/Form/Form.vue.d.ts.map +1 -1
  69. package/dist/components/HelpfulLink.vue.d.ts +3 -12
  70. package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
  71. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +7 -32
  72. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  73. package/dist/components/IconSelector.vue.d.ts +6 -15
  74. package/dist/components/IconSelector.vue.d.ts.map +1 -1
  75. package/dist/components/IconSelector.vue.js +14 -14
  76. package/dist/components/ImportCollection/DropEventListener.vue.d.ts +4 -4
  77. package/dist/components/ImportCollection/DropEventListener.vue.d.ts.map +1 -1
  78. package/dist/components/ImportCollection/DropEventListener.vue.js +20 -20
  79. package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts +1 -1
  80. package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts.map +1 -1
  81. package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts +6 -15
  82. package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts.map +1 -1
  83. package/dist/components/ImportCollection/ImportCollectionModal.vue.js +84 -63
  84. package/dist/components/ImportCollection/ImportNowButton.vue.d.ts +6 -15
  85. package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
  86. package/dist/components/ImportCollection/ImportNowButton.vue.js +38 -42
  87. package/dist/components/ImportCollection/OpenAppButton.vue.d.ts +3 -12
  88. package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +1 -1
  89. package/dist/components/ImportCollection/OperationBadge.vue.d.ts +3 -12
  90. package/dist/components/ImportCollection/OperationBadge.vue.d.ts.map +1 -1
  91. package/dist/components/ImportCollection/PasteEventListener.vue.d.ts +4 -4
  92. package/dist/components/ImportCollection/PasteEventListener.vue.d.ts.map +1 -1
  93. package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts +4 -4
  94. package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts.map +1 -1
  95. package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts +3 -0
  96. package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -0
  97. package/dist/components/ImportCollection/WorkspaceSelector.vue.js +125 -0
  98. package/dist/components/ImportCollection/WorkspaceSelector.vue2.js +4 -0
  99. package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts +7 -16
  100. package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts.map +1 -1
  101. package/dist/components/ImportCurl/ImportCurlModal.vue.js +2 -2
  102. package/dist/components/ImportCurl/ImportCurlModal.vue2.js +41 -40
  103. package/dist/components/ScalarAsciiArt.vue.d.ts +3 -12
  104. package/dist/components/ScalarAsciiArt.vue.d.ts.map +1 -1
  105. package/dist/components/ScalarHotkey.vue.d.ts +6 -15
  106. package/dist/components/ScalarHotkey.vue.d.ts.map +1 -1
  107. package/dist/components/ScreenReader.vue.d.ts +4 -25
  108. package/dist/components/ScreenReader.vue.d.ts.map +1 -1
  109. package/dist/components/Search/useSearch.d.ts +4 -4
  110. package/dist/components/SideNav/SideHelp.vue.d.ts +1 -1
  111. package/dist/components/SideNav/SideHelp.vue.js +49 -49
  112. package/dist/components/SideNav/SideNav.vue.d.ts +1 -1
  113. package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
  114. package/dist/components/SideNav/SideNav.vue.js +1 -1
  115. package/dist/components/SideNav/SideNav.vue2.js +23 -23
  116. package/dist/components/SideNav/SideNavLink.vue.d.ts +3 -12
  117. package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
  118. package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts +3 -12
  119. package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts.map +1 -1
  120. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts +8 -17
  121. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts.map +1 -1
  122. package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts +7 -16
  123. package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts.map +1 -1
  124. package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts +7 -16
  125. package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts.map +1 -1
  126. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts +7 -16
  127. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts.map +1 -1
  128. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +8 -8
  129. package/dist/components/Sidebar/Sidebar.vue.d.ts +4 -25
  130. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  131. package/dist/components/Sidebar/SidebarButton.vue.d.ts +3 -12
  132. package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
  133. package/dist/components/Sidebar/SidebarList.vue.d.ts +1 -1
  134. package/dist/components/Sidebar/SidebarList.vue.d.ts.map +1 -1
  135. package/dist/components/Sidebar/SidebarListElement.vue.d.ts +11 -34
  136. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  137. package/dist/components/Sidebar/SidebarListElement.vue.js +2 -2
  138. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts +6 -15
  139. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
  140. package/dist/components/Sidebar/SidebarListElementActions.vue.js +21 -21
  141. package/dist/components/Sidebar/SidebarToggle.vue.d.ts +6 -15
  142. package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
  143. package/dist/components/Sidebar/SidebarToggle.vue.js +24 -24
  144. package/dist/components/SubpageHeader.vue.d.ts +1 -1
  145. package/dist/components/SubpageHeader.vue.d.ts.map +1 -1
  146. package/dist/components/TopNav/TopNav.vue.d.ts +3 -12
  147. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  148. package/dist/components/TopNav/TopNav.vue2.js +66 -66
  149. package/dist/components/TopNav/TopNavItem.vue.d.ts +11 -20
  150. package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
  151. package/dist/components/TopNav/TopNavItem.vue2.js +32 -32
  152. package/dist/components/ViewLayout/ViewLayout.vue.d.ts +1 -1
  153. package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
  154. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +4 -27
  155. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  156. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts +1 -1
  157. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts.map +1 -1
  158. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts +1 -1
  159. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
  160. package/dist/data/httpHeaders.d.ts +6 -0
  161. package/dist/data/httpHeaders.d.ts.map +1 -0
  162. package/dist/data/httpHeaders.js +537 -0
  163. package/dist/hooks/useDarkModeState.d.ts +1 -1
  164. package/dist/hooks/useFileDialog.d.ts +15 -0
  165. package/dist/hooks/useFileDialog.d.ts.map +1 -1
  166. package/dist/layouts/App/ApiClientApp.vue.d.ts +4 -4
  167. package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
  168. package/dist/layouts/App/create-api-client-app.d.ts +10 -10
  169. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  170. package/dist/layouts/Modal/ApiClientModal.vue.d.ts +1 -1
  171. package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
  172. package/dist/layouts/Modal/create-api-client-modal.d.ts +20 -20
  173. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  174. package/dist/layouts/Web/ApiClientWeb.vue.d.ts +1 -1
  175. package/dist/layouts/Web/create-api-client-web.d.ts +10 -10
  176. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  177. package/dist/libs/create-client.d.ts +10 -10
  178. package/dist/libs/create-client.d.ts.map +1 -1
  179. package/dist/libs/importers/curl.d.ts +25 -1
  180. package/dist/libs/importers/curl.d.ts.map +1 -1
  181. package/dist/libs/importers/curl.js +40 -38
  182. package/dist/libs/parse-curl.d.ts +3 -4
  183. package/dist/libs/parse-curl.d.ts.map +1 -1
  184. package/dist/libs/parse-curl.js +58 -55
  185. package/dist/libs/send-request.d.ts +5 -5
  186. package/dist/libs/send-request.d.ts.map +1 -1
  187. package/dist/libs/send-request.js +93 -99
  188. package/dist/store/collections.d.ts.map +1 -1
  189. package/dist/store/import-spec.d.ts.map +1 -1
  190. package/dist/store/request-example.d.ts +4 -4
  191. package/dist/store/requests.d.ts +4 -4
  192. package/dist/store/requests.d.ts.map +1 -1
  193. package/dist/store/store.d.ts +20 -20
  194. package/dist/store/store.d.ts.map +1 -1
  195. package/dist/store/tags.d.ts.map +1 -1
  196. package/dist/style.css +1 -1
  197. package/dist/views/Collection/Collection.vue.d.ts +1 -1
  198. package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts +1 -1
  199. package/dist/views/Cookies/CookieForm.vue.d.ts +1 -1
  200. package/dist/views/Cookies/CookieForm.vue.js +15 -15
  201. package/dist/views/Cookies/CookieRaw.vue.d.ts +1 -1
  202. package/dist/views/Cookies/CookieRaw.vue.js +14 -14
  203. package/dist/views/Cookies/Cookies.vue.d.ts +1 -1
  204. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  205. package/dist/views/Cookies/Cookies.vue2.js +23 -23
  206. package/dist/views/Environment/Environment.vue.d.ts +1 -1
  207. package/dist/views/Environment/Environment.vue2.js +29 -29
  208. package/dist/views/Environment/EnvironmentColors.vue.d.ts +6 -15
  209. package/dist/views/Environment/EnvironmentColors.vue.d.ts.map +1 -1
  210. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +6 -15
  211. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  212. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +27 -27
  213. package/dist/views/Request/Request.vue.d.ts +4 -4
  214. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  215. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts +6 -15
  216. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts.map +1 -1
  217. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +14 -14
  218. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts +3 -12
  219. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
  220. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +82 -82
  221. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts +3 -12
  222. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
  223. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +31 -31
  224. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +3 -12
  225. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  226. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +92 -92
  227. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts +7 -16
  228. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts.map +1 -1
  229. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts +1 -1
  230. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.js +60 -60
  231. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts +11 -34
  232. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts.map +1 -1
  233. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts +3 -12
  234. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  235. package/dist/views/Request/RequestSection/RequestBody.vue.js +71 -71
  236. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts +3 -12
  237. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
  238. package/dist/views/Request/RequestSection/RequestParams.vue.js +34 -34
  239. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts +3 -12
  240. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
  241. package/dist/views/Request/RequestSection/RequestPathParams.vue.js +34 -34
  242. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts +1 -1
  243. package/dist/views/Request/RequestSection/RequestSection.vue.js +1 -1
  244. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +14 -37
  245. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  246. package/dist/views/Request/RequestSection/RequestTable.vue2.js +67 -67
  247. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts +3 -12
  248. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
  249. package/dist/views/Request/RequestSidebar.vue.d.ts +7 -16
  250. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
  251. package/dist/views/Request/RequestSidebar.vue.js +1 -1
  252. package/dist/views/Request/RequestSidebar.vue2.js +92 -91
  253. package/dist/views/Request/RequestSidebarItem.vue.d.ts +9 -34
  254. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  255. package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
  256. package/dist/views/Request/RequestSidebarItem.vue2.js +123 -123
  257. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts +6 -15
  258. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
  259. package/dist/views/Request/RequestSidebarItemMenu.vue2.js +60 -60
  260. package/dist/views/Request/RequestSubpageHeader.vue.d.ts +9 -18
  261. package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
  262. package/dist/views/Request/RequestSubpageHeader.vue.js +4 -4
  263. package/dist/views/Request/RequestSubpageHeader.vue2.js +26 -26
  264. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts +3 -12
  265. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
  266. package/dist/views/Request/ResponseSection/ResponseBody.vue.js +26 -26
  267. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts +3 -12
  268. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
  269. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +8 -8
  270. package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.d.ts +1 -1
  271. package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.d.ts.map +1 -1
  272. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts +3 -12
  273. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts.map +1 -1
  274. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +4 -4
  275. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts +3 -12
  276. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
  277. package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts +6 -15
  278. package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts.map +1 -1
  279. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts +3 -12
  280. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts.map +1 -1
  281. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +15 -15
  282. package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts +3 -12
  283. package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts.map +1 -1
  284. package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +19 -19
  285. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts +1 -1
  286. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +35 -35
  287. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts +3 -12
  288. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts.map +1 -1
  289. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +44 -23
  290. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts +1 -1
  291. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +12 -12
  292. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts +3 -12
  293. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
  294. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts +3 -12
  295. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
  296. package/dist/views/Request/ResponseSection/ResponseSection.vue.js +42 -42
  297. package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts +1 -1
  298. package/dist/views/Request/components/WorkspaceDropdown.vue.js +85 -85
  299. package/dist/views/Servers/ServerForm.vue.d.ts +1 -1
  300. package/dist/views/Servers/Servers.vue.d.ts +1 -1
  301. package/dist/views/Servers/Servers.vue2.js +29 -29
  302. package/dist/views/Settings/Settings.vue.d.ts +1 -1
  303. package/dist/views/Settings/SettingsGeneral.vue.d.ts +1 -1
  304. package/dist/views/Settings/SettingsGeneral.vue.js +37 -37
  305. package/dist/views/Settings/SettingsGeneralMode.vue.d.ts +1 -1
  306. package/dist/views/Settings/SettingsGeneralMode.vue.js +38 -38
  307. package/package.json +14 -19
@@ -1,5 +1,5 @@
1
1
  import { type CodeMirrorLanguage } from '@scalar/use-codemirror';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3
3
  colorPicker?: boolean;
4
4
  modelValue: string | number;
5
5
  error?: boolean;
@@ -19,21 +19,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
19
19
  nullable?: boolean;
20
20
  withVariables?: boolean;
21
21
  importCurl?: boolean;
22
- }>, {
23
- disableCloseBrackets: boolean;
24
- disableEnter: boolean;
25
- disableTabIndent: boolean;
26
- emitOnBlur: boolean;
27
- colorPicker: boolean;
28
- nullable: boolean;
29
- withVariables: boolean;
30
- }>, {
22
+ }, {
31
23
  focus: () => void;
32
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
- submit: (v: string) => void;
34
- "update:modelValue": (v: string) => void;
35
- curl: (v: string) => void;
36
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
24
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
25
+ submit: (v: string) => any;
26
+ "update:modelValue": (v: string) => any;
27
+ curl: (v: string) => any;
28
+ }, string, import("vue").PublicProps, Readonly<{
37
29
  colorPicker?: boolean;
38
30
  modelValue: string | number;
39
31
  error?: boolean;
@@ -53,19 +45,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
53
45
  nullable?: boolean;
54
46
  withVariables?: boolean;
55
47
  importCurl?: boolean;
56
- }>, {
57
- disableCloseBrackets: boolean;
58
- disableEnter: boolean;
59
- disableTabIndent: boolean;
60
- emitOnBlur: boolean;
61
- colorPicker: boolean;
62
- nullable: boolean;
63
- withVariables: boolean;
64
- }>>> & {
65
- "onUpdate:modelValue"?: ((v: string) => any) | undefined;
48
+ }> & Readonly<{
66
49
  onSubmit?: ((v: string) => any) | undefined;
50
+ "onUpdate:modelValue"?: ((v: string) => any) | undefined;
67
51
  onCurl?: ((v: string) => any) | undefined;
68
- }, {
52
+ }>, {
69
53
  emitOnBlur: boolean;
70
54
  colorPicker: boolean;
71
55
  disableTabIndent: boolean;
@@ -73,31 +57,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
73
57
  disableCloseBrackets: boolean;
74
58
  nullable: boolean;
75
59
  withVariables: boolean;
76
- }, {}>, {
60
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
77
61
  warning?(_: {}): any;
78
62
  icon?(_: {}): any;
79
63
  }>;
80
64
  export default _default;
81
- type __VLS_WithDefaults<P, D> = {
82
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
83
- default: D[K];
84
- }> : P[K];
85
- };
86
- type __VLS_Prettify<T> = {
87
- [K in keyof T]: T[K];
88
- } & {};
89
65
  type __VLS_WithTemplateSlots<T, S> = T & {
90
66
  new (): {
91
67
  $slots: S;
92
68
  };
93
69
  };
94
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
95
- type __VLS_TypePropsToOption<T> = {
96
- [K in keyof T]-?: {} extends Pick<T, K> ? {
97
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
98
- } : {
99
- type: import('vue').PropType<T[K]>;
100
- required: true;
101
- };
102
- };
103
70
  //# sourceMappingURL=CodeInput.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CodeInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeInput/CodeInput.vue"],"names":[],"mappings":"AAAA,OAwWO,EAGL,KAAK,kBAAkB,EAGxB,MAAM,wBAAwB,CAAA;;kBAcb,OAAO;gBACT,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;WACR,MAAM;eACF,OAAO;oBACF,OAAO;iBACV,OAAO;;;;;;;;;;;;;;;;kBAlBN,OAAO;gBACT,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;WACR,MAAM;eACF,OAAO;oBACF,OAAO;iBACV,OAAO;;;;;;;;;;;;;;gBAfP,OAAO;iBAHN,OAAO;sBAMF,OAAO;kBAMX,OAAO;0BACC,OAAO;cAGnB,OAAO;mBACF,OAAO;;qBAmUG,GAAG;kBACN,GAAG;;AAxV9B,wBAqYC;AAMD,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GACvC,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AAEN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AAExD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"CodeInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeInput/CodeInput.vue"],"names":[],"mappings":"AAAA,OAwWO,EAGL,KAAK,kBAAkB,EAGxB,MAAM,wBAAwB,CAAA;;kBAcb,OAAO;gBACT,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;WACR,MAAM;eACF,OAAO;oBACF,OAAO;iBACV,OAAO;;;;;;;;kBAlBN,OAAO;gBACT,MAAM,GAAG,MAAM;YACnB,OAAO;iBACF,OAAO;kBACN,OAAO;WACd,OAAO;uBACK,OAAO;eACf,kBAAkB;wBACT,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;wBACnB,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI;kBACzB,MAAM;eACT,OAAO;mBACH,OAAO;2BACC,OAAO;WACvB,MAAM,EAAE;WACR,MAAM;eACF,OAAO;oBACF,OAAO;iBACV,OAAO;;;;;;gBAfP,OAAO;iBAHN,OAAO;sBAMF,OAAO;kBAMX,OAAO;0BACC,OAAO;cAGnB,OAAO;mBACF,OAAO;;qBAuUG,GAAG;kBACN,GAAG;;AA5V9B,wBAmZC;AAcD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -4,21 +4,21 @@ declare function __VLS_template(): {
4
4
  options?(_: {}): any;
5
5
  submit?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
7
+ declare const __VLS_component: import("vue").DefineComponent<{
8
8
  loading?: ReturnType<typeof useLoadingState>;
9
9
  disabled?: boolean;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- submit: () => void;
12
- cancel: () => void;
13
- back: (e: KeyboardEvent) => void;
14
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
10
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
+ submit: () => any;
12
+ cancel: () => any;
13
+ back: (e: KeyboardEvent) => any;
14
+ }, string, import("vue").PublicProps, Readonly<{
15
15
  loading?: ReturnType<typeof useLoadingState>;
16
16
  disabled?: boolean;
17
- }>>> & {
17
+ }> & Readonly<{
18
18
  onSubmit?: (() => any) | undefined;
19
19
  onCancel?: (() => any) | undefined;
20
20
  onBack?: ((e: KeyboardEvent) => any) | undefined;
21
- }, {}, {}>;
21
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
22
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
23
  export default _default;
24
24
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -26,13 +26,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
26
26
  $slots: S;
27
27
  };
28
28
  };
29
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
- type __VLS_TypePropsToOption<T> = {
31
- [K in keyof T]-?: {} extends Pick<T, K> ? {
32
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
- } : {
34
- type: import('vue').PropType<T[K]>;
35
- required: true;
36
- };
37
- };
38
29
  //# sourceMappingURL=CommandActionForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommandActionForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionForm.vue"],"names":[],"mappings":"AAsCA,OAAO,EAAgB,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAsBvE,iBAAS,cAAc;qBA+DM,GAAG;qBACH,GAAG;oBACJ,GAAG;EAgB9B;AACD,QAAA,MAAM,eAAe;cAnGT,UAAU,CAAC,OAAO,eAAe,CAAC;eACjC,OAAO;;;;;;cADR,UAAU,CAAC,OAAO,eAAe,CAAC;eACjC,OAAO;;;;;UAyGlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"CommandActionForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionForm.vue"],"names":[],"mappings":"AAsCA,OAAO,EAAgB,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAA;AA0BvE,iBAAS,cAAc;qBA+DM,GAAG;qBACH,GAAG;oBACJ,GAAG;EAoB9B;AACD,QAAA,MAAM,eAAe;cA3GT,UAAU,CAAC,OAAO,eAAe,CAAC;eACjC,OAAO;;;;;;cADR,UAAU,CAAC,OAAO,eAAe,CAAC;eACjC,OAAO;;;;;kFAqHlB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,6 +1,6 @@
1
- import { defineComponent as n, openBlock as i, createElementBlock as a, withKeys as d, withModifiers as l, createElementVNode as t, renderSlot as s, createVNode as r, unref as m, withCtx as p, createTextVNode as f } from "vue";
1
+ import { defineComponent as n, openBlock as i, createElementBlock as d, withKeys as a, withModifiers as l, createElementVNode as t, renderSlot as s, createVNode as r, unref as m, withCtx as p, createTextVNode as f } from "vue";
2
2
  import { ScalarButton as u } from "@scalar/components";
3
- const c = { class: "flex flex-col rounded min-h-20 relative" }, b = { class: "flex gap-2" }, x = { class: "flex flex-1 max-h-8" }, _ = /* @__PURE__ */ n({
3
+ const b = { class: "flex flex-col rounded min-h-20 relative" }, x = { class: "flex gap-2" }, c = { class: "flex flex-1 max-h-8" }, h = /* @__PURE__ */ n({
4
4
  __name: "CommandActionForm",
5
5
  props: {
6
6
  loading: {},
@@ -8,17 +8,17 @@ const c = { class: "flex flex-col rounded min-h-20 relative" }, b = { class: "fl
8
8
  },
9
9
  emits: ["submit", "cancel", "back"],
10
10
  setup(g) {
11
- return (e, o) => (i(), a("form", {
11
+ return (e, o) => (i(), d("form", {
12
12
  class: "flex w-full flex-col gap-3",
13
- onKeydown: o[0] || (o[0] = d(l(() => {
13
+ onKeydown: o[0] || (o[0] = a(l(() => {
14
14
  }, ["stop"]), ["enter"])),
15
- onSubmit: o[1] || (o[1] = l((h) => e.$emit("submit"), ["prevent", "stop"]))
15
+ onSubmit: o[1] || (o[1] = l((v) => e.$emit("submit"), ["prevent", "stop"]))
16
16
  }, [
17
- t("div", c, [
17
+ t("div", b, [
18
18
  s(e.$slots, "default")
19
19
  ]),
20
- t("div", b, [
21
- t("div", x, [
20
+ t("div", x, [
21
+ t("div", c, [
22
22
  s(e.$slots, "options")
23
23
  ]),
24
24
  r(m(u), {
@@ -29,7 +29,7 @@ const c = { class: "flex flex-col rounded min-h-20 relative" }, b = { class: "fl
29
29
  }, {
30
30
  default: p(() => [
31
31
  s(e.$slots, "submit", {}, () => [
32
- f("Continue")
32
+ o[2] || (o[2] = f("Continue"))
33
33
  ])
34
34
  ]),
35
35
  _: 3
@@ -39,5 +39,5 @@ const c = { class: "flex flex-col rounded min-h-20 relative" }, b = { class: "fl
39
39
  }
40
40
  });
41
41
  export {
42
- _ as default
42
+ h as default
43
43
  };
@@ -1,24 +1,15 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  modelValue?: string;
3
3
  placeholder?: string;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
- "update:modelValue": (v: string) => void;
6
- onDelete: (event: KeyboardEvent) => void;
7
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ "update:modelValue": (v: string) => any;
6
+ onDelete: (event: KeyboardEvent) => any;
7
+ }, string, import("vue").PublicProps, Readonly<{
8
8
  modelValue?: string;
9
9
  placeholder?: string;
10
- }>>> & {
10
+ }> & Readonly<{
11
11
  "onUpdate:modelValue"?: ((v: string) => any) | undefined;
12
12
  onOnDelete?: ((event: KeyboardEvent) => any) | undefined;
13
- }, {}, {}>;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;
15
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- type __VLS_TypePropsToOption<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
- };
24
15
  //# sourceMappingURL=CommandActionInput.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommandActionInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionInput.vue"],"names":[],"mappings":";iBA0De,MAAM;kBACL,MAAM;;;;;iBADP,MAAM;kBACL,MAAM;;;;;AAiGtB,wBAOG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"CommandActionInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandActionInput.vue"],"names":[],"mappings":";iBA0De,MAAM;kBACL,MAAM;;;;;iBADP,MAAM;kBACL,MAAM;;;;;AAuGtB,wBAUG"}
@@ -1,9 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
- close: () => void;
3
- back: (e: KeyboardEvent) => void;
4
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
2
+ close: () => any;
3
+ back: (e: KeyboardEvent) => any;
4
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
5
5
  onClose?: (() => any) | undefined;
6
6
  onBack?: ((e: KeyboardEvent) => any) | undefined;
7
- }, {}, {}>;
7
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  export default _default;
9
9
  //# sourceMappingURL=CommandPaletteCollection.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommandPaletteCollection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteCollection.vue"],"names":[],"mappings":";;;;;;;AAyPA,wBAMG"}
1
+ {"version":3,"file":"CommandPaletteCollection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteCollection.vue"],"names":[],"mappings":";;;;;;;AA+PA,wBASG"}
@@ -54,9 +54,9 @@ const z = /* @__PURE__ */ f({
54
54
  _: 1
55
55
  }, 8, ["modelValue"])
56
56
  ]),
57
- submit: l(() => [
57
+ submit: l(() => e[3] || (e[3] = [
58
58
  _("Create Collection")
59
- ]),
59
+ ])),
60
60
  default: l(() => [
61
61
  n(B, {
62
62
  modelValue: o.value,
@@ -1,28 +1,19 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  /** The request uid to pre-select */
3
3
  metaData?: {
4
4
  itemUid: string;
5
5
  };
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
- close: () => void;
8
- back: (e: KeyboardEvent) => void;
9
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
6
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
+ close: () => any;
8
+ back: (e: KeyboardEvent) => any;
9
+ }, string, import("vue").PublicProps, Readonly<{
10
10
  /** The request uid to pre-select */
11
11
  metaData?: {
12
12
  itemUid: string;
13
13
  };
14
- }>>> & {
14
+ }> & Readonly<{
15
15
  onClose?: (() => any) | undefined;
16
16
  onBack?: ((e: KeyboardEvent) => any) | undefined;
17
- }, {}, {}>;
17
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
18
  export default _default;
19
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
20
- type __VLS_TypePropsToOption<T> = {
21
- [K in keyof T]-?: {} extends Pick<T, K> ? {
22
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
23
- } : {
24
- type: import('vue').PropType<T[K]>;
25
- required: true;
26
- };
27
- };
28
19
  //# sourceMappingURL=CommandPaletteExample.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommandPaletteExample.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteExample.vue"],"names":[],"mappings":";IAiIE,oCAAoC;eACzB;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE;;;;;IAD9B,oCAAoC;eACzB;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE;;;;;AA+RhC,wBAOG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"CommandPaletteExample.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteExample.vue"],"names":[],"mappings":";IAiIE,oCAAoC;eACzB;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE;;;;;IAD9B,oCAAoC;eACzB;QAAE,OAAO,EAAE,MAAM,CAAA;KAAE;;;;;AAqShC,wBAUG"}
@@ -1,5 +1,5 @@
1
- import { defineComponent as y, ref as f, openBlock as u, createBlock as v, withCtx as a, createVNode as s, unref as t, createElementVNode as x, createElementBlock as N, Fragment as V, renderList as B, createTextVNode as i, toDisplayString as b } from "vue";
2
- import h from "../HttpMethod/HttpMethod.vue.js";
1
+ import { defineComponent as y, ref as f, openBlock as u, createBlock as v, withCtx as o, createVNode as s, unref as a, createElementVNode as x, createElementBlock as N, Fragment as V, renderList as B, createTextVNode as i, toDisplayString as b } from "vue";
2
+ import k from "../HttpMethod/HttpMethod.vue.js";
3
3
  import { ScalarDropdown as R, ScalarDropdownItem as W, ScalarButton as j, ScalarIcon as z } from "@scalar/components";
4
4
  import { useToasts as I } from "@scalar/use-toasts";
5
5
  import { useRouter as M } from "vue-router";
@@ -12,69 +12,69 @@ const F = { class: "flex items-center gap-2" }, H = { class: "max-h-40 custom-sc
12
12
  metaData: {}
13
13
  },
14
14
  emits: ["close", "back"],
15
- setup(k, { emit: _ }) {
15
+ setup(h, { emit: _ }) {
16
16
  var d;
17
- const w = k, c = _, { push: C } = M(), {
17
+ const w = h, c = _, { push: C } = M(), {
18
18
  activeRequest: S,
19
19
  activeWorkspace: D,
20
20
  activeWorkspaceRequests: E,
21
21
  requests: n,
22
22
  requestExampleMutators: $
23
- } = U(), { toast: g } = I(), r = f(""), o = f(
23
+ } = U(), { toast: g } = I(), r = f(""), l = f(
24
24
  // Ensure we pre-select the correct request
25
25
  n[((d = w.metaData) == null ? void 0 : d.itemUid) ?? ""] ?? S.value
26
- ), p = (m) => o.value = m, q = () => {
26
+ ), p = (m) => l.value = m, q = () => {
27
27
  if (!r.value) {
28
28
  g("Please enter a name before creating an example.", "error");
29
29
  return;
30
30
  }
31
31
  const m = $.add(
32
- o.value,
32
+ l.value,
33
33
  r.value
34
34
  );
35
35
  m && (C(
36
- `/workspace/${D.value.uid}/request/${o.value.uid}/examples/${m.uid}`
36
+ `/workspace/${D.value.uid}/request/${l.value.uid}/examples/${m.uid}`
37
37
  ), c("close"));
38
38
  };
39
- return (m, l) => (u(), v(P, {
39
+ return (m, t) => (u(), v(P, {
40
40
  disabled: !r.value.trim(),
41
41
  onSubmit: q
42
42
  }, {
43
- options: a(() => [
44
- s(t(R), {
43
+ options: o(() => [
44
+ s(a(R), {
45
45
  placement: "bottom",
46
46
  resize: ""
47
47
  }, {
48
- items: a(() => [
48
+ items: o(() => [
49
49
  x("div", H, [
50
- (u(!0), N(V, null, B(t(E), (e) => (u(), v(t(W), {
50
+ (u(!0), N(V, null, B(a(E), (e) => (u(), v(a(W), {
51
51
  key: e,
52
52
  class: "flex h-7 w-full items-center justify-between px-1 pr-[26px]",
53
- onClick: (L) => p(t(n)[e])
53
+ onClick: (L) => p(a(n)[e])
54
54
  }, {
55
- default: a(() => [
56
- i(b(t(n)[e].summary) + " ", 1),
57
- s(h, {
58
- method: t(n)[e].method
55
+ default: o(() => [
56
+ i(b(a(n)[e].summary) + " ", 1),
57
+ s(k, {
58
+ method: a(n)[e].method
59
59
  }, null, 8, ["method"])
60
60
  ]),
61
61
  _: 2
62
62
  }, 1032, ["onClick"]))), 128))
63
63
  ])
64
64
  ]),
65
- default: a(() => [
66
- s(t(j), {
65
+ default: o(() => [
66
+ s(a(j), {
67
67
  class: "justify-between p-2 max-h-8 w-full gap-1 text-xs hover:bg-b-2",
68
68
  variant: "outlined",
69
- onClick: l[2] || (l[2] = (e) => p(o.value))
69
+ onClick: t[2] || (t[2] = (e) => p(l.value))
70
70
  }, {
71
- default: a(() => [
72
- i(b(o.value.summary) + " ", 1),
71
+ default: o(() => [
72
+ i(b(l.value.summary) + " ", 1),
73
73
  x("div", F, [
74
- s(h, {
75
- method: o.value.method
74
+ s(k, {
75
+ method: l.value.method
76
76
  }, null, 8, ["method"]),
77
- s(t(z), {
77
+ s(a(z), {
78
78
  class: "text-c-3",
79
79
  icon: "ChevronDown",
80
80
  size: "xs"
@@ -87,16 +87,16 @@ const F = { class: "flex items-center gap-2" }, H = { class: "max-h-40 custom-sc
87
87
  _: 1
88
88
  })
89
89
  ]),
90
- submit: a(() => [
90
+ submit: o(() => t[3] || (t[3] = [
91
91
  i("Create Example")
92
- ]),
93
- default: a(() => [
92
+ ])),
93
+ default: o(() => [
94
94
  s(T, {
95
95
  modelValue: r.value,
96
- "onUpdate:modelValue": l[0] || (l[0] = (e) => r.value = e),
96
+ "onUpdate:modelValue": t[0] || (t[0] = (e) => r.value = e),
97
97
  label: "Example Name",
98
98
  placeholder: "Example Name",
99
- onOnDelete: l[1] || (l[1] = (e) => c("back", e))
99
+ onOnDelete: t[1] || (t[1] = (e) => c("back", e))
100
100
  }, null, 8, ["modelValue"])
101
101
  ]),
102
102
  _: 1
@@ -1,9 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
- close: () => void;
3
- back: (e: KeyboardEvent) => void;
4
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
2
+ close: () => any;
3
+ back: (e: KeyboardEvent) => any;
4
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
5
5
  onClose?: (() => any) | undefined;
6
6
  onBack?: ((e: KeyboardEvent) => any) | undefined;
7
- }, {}, {}>;
7
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  export default _default;
9
9
  //# sourceMappingURL=CommandPaletteImport.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommandPaletteImport.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteImport.vue"],"names":[],"mappings":";;;;;;;AA6eA,wBAMG"}
1
+ {"version":3,"file":"CommandPaletteImport.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteImport.vue"],"names":[],"mappings":";;;;;;;AAmfA,wBASG"}