@scalar/api-client 2.2.50 → 2.2.52

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 (406) hide show
  1. package/CHANGELOG.md +57 -0
  2. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  3. package/dist/components/AddressBar/AddressBar.vue.js +2 -2
  4. package/dist/components/AddressBar/AddressBar.vue2.js +30 -30
  5. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
  6. package/dist/components/AddressBar/AddressBarHistory.vue.js +2 -2
  7. package/dist/components/AddressBar/AddressBarHistory.vue2.js +22 -22
  8. package/dist/components/CodeInput/CodeInput.vue.d.ts +4 -2
  9. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  10. package/dist/components/CodeInput/CodeInput.vue.js +2 -2
  11. package/dist/components/CodeInput/CodeInput.vue2.js +38 -38
  12. package/dist/components/CommandPalette/CommandActionForm.vue.js +2 -2
  13. package/dist/components/CommandPalette/CommandActionInput.vue.js +1 -1
  14. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
  15. package/dist/components/CommandPalette/CommandPaletteExample.vue.js +13 -13
  16. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
  17. package/dist/components/CommandPalette/CommandPaletteImport.vue.js +143 -114
  18. package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts.map +1 -1
  19. package/dist/components/CommandPalette/CommandPaletteServer.vue.js +59 -51
  20. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
  21. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  22. package/dist/components/CommandPalette/TheCommandPalette.vue.js +2 -2
  23. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +85 -82
  24. package/dist/components/CommandPalette/WatchModeToggle.vue.js +2 -2
  25. package/dist/components/ContextBar.vue.js +2 -2
  26. package/dist/components/ContextBar.vue2.js +2 -2
  27. package/dist/components/DataTable/DataTable.vue.js +1 -1
  28. package/dist/components/DataTable/DataTableCell.vue.d.ts.map +1 -1
  29. package/dist/components/DataTable/DataTableCell.vue.js +11 -11
  30. package/dist/components/DataTable/DataTableCheckbox.vue.js +3 -3
  31. package/dist/components/DataTable/DataTableInput.vue.d.ts +175 -6
  32. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  33. package/dist/components/DataTable/DataTableInput.vue.js +3 -3
  34. package/dist/components/DataTable/DataTableInput.vue2.js +57 -48
  35. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  36. package/dist/components/DataTable/DataTableInputSelect.vue.js +1 -1
  37. package/dist/components/DataTable/DataTableText.vue.js +1 -1
  38. package/dist/components/EmptyState.vue.js +1 -1
  39. package/dist/components/EmptyState.vue2.js +4 -4
  40. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
  41. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +13 -13
  42. package/dist/components/Form/Form.vue.d.ts.map +1 -1
  43. package/dist/components/Form/Form.vue.js +56 -36
  44. package/dist/components/Form/LabelInput.vue.d.ts +14 -0
  45. package/dist/components/Form/LabelInput.vue.d.ts.map +1 -0
  46. package/dist/components/Form/LabelInput.vue.js +7 -0
  47. package/dist/components/Form/LabelInput.vue2.js +42 -0
  48. package/dist/components/HelpfulLink.vue.js +1 -1
  49. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +3 -3
  50. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  51. package/dist/components/HttpMethod/HttpMethod.vue.js +2 -2
  52. package/dist/components/HttpMethod/HttpMethod.vue2.js +1 -1
  53. package/dist/components/IconSelector.vue.js +3 -3
  54. package/dist/components/ImportCollection/DropEventListener.vue.js +3 -3
  55. package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
  56. package/dist/components/ImportCollection/ImportNowButton.vue.js +8 -8
  57. package/dist/components/ImportCollection/IntegrationLogo.vue.js +1 -1
  58. package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +1 -1
  59. package/dist/components/ImportCollection/PrefetchError.vue.js +1 -1
  60. package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -1
  61. package/dist/components/ImportCollection/WorkspaceSelector.vue.js +15 -15
  62. package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts.map +1 -1
  63. package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts +2 -2
  64. package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts.map +1 -1
  65. package/dist/components/ImportCurl/ImportCurlModal.vue.js +1 -1
  66. package/dist/components/ImportCurl/ImportCurlModal.vue2.js +13 -13
  67. package/dist/components/ScalarAsciiArt.vue.js +3 -3
  68. package/dist/components/Search/useSearch.d.ts.map +1 -1
  69. package/dist/components/Search/useSearch.js +5 -13
  70. package/dist/components/Server/ServerDropdown.vue.d.ts +0 -1
  71. package/dist/components/Server/ServerDropdown.vue.d.ts.map +1 -1
  72. package/dist/components/Server/ServerDropdown.vue.js +40 -57
  73. package/dist/components/Server/ServerDropdownItem.vue.d.ts +0 -1
  74. package/dist/components/Server/ServerDropdownItem.vue.d.ts.map +1 -1
  75. package/dist/components/Server/ServerDropdownItem.vue.js +1 -1
  76. package/dist/components/Server/ServerDropdownItem.vue2.js +19 -20
  77. package/dist/components/Server/ServerSelector.vue.d.ts +12 -0
  78. package/dist/components/Server/ServerSelector.vue.d.ts.map +1 -0
  79. package/dist/components/Server/ServerSelector.vue.js +85 -0
  80. package/dist/components/Server/ServerSelector.vue2.js +4 -0
  81. package/dist/components/Server/ServerVariablesForm.vue.d.ts +1 -1
  82. package/dist/components/Server/ServerVariablesForm.vue.d.ts.map +1 -1
  83. package/dist/components/Server/ServerVariablesForm.vue.js +1 -1
  84. package/dist/components/Server/ServerVariablesSelect.vue.js +1 -1
  85. package/dist/components/Server/ServerVariablesTextbox.vue.js +1 -1
  86. package/dist/components/Server/index.d.ts +1 -0
  87. package/dist/components/Server/index.d.ts.map +1 -1
  88. package/dist/components/Server/index.js +6 -4
  89. package/dist/components/Server/types.d.ts.map +1 -1
  90. package/dist/components/SideNav/DownloadAppButton.vue.d.ts.map +1 -1
  91. package/dist/components/SideNav/DownloadAppButton.vue.js +2 -2
  92. package/dist/components/SideNav/DownloadAppButton.vue2.js +6 -6
  93. package/dist/components/SideNav/SideHelp.vue.js +12 -12
  94. package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
  95. package/dist/components/SideNav/SideNav.vue.js +73 -58
  96. package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
  97. package/dist/components/SideNav/SideNavLink.vue.js +3 -3
  98. package/dist/components/SideNav/SideNavRouterLink.vue.d.ts +2 -2
  99. package/dist/components/SideNav/SideNavRouterLink.vue.d.ts.map +1 -1
  100. package/dist/components/SideNav/SideNavRouterLink.vue.js +17 -28
  101. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts.map +1 -1
  102. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.js +1 -1
  103. package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts.map +1 -1
  104. package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.js +12 -12
  105. package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts.map +1 -1
  106. package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.js +4 -4
  107. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.js +2 -2
  108. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +3 -3
  109. package/dist/components/Sidebar/Sidebar.vue.d.ts +1 -4
  110. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  111. package/dist/components/Sidebar/Sidebar.vue.js +1 -1
  112. package/dist/components/Sidebar/Sidebar.vue2.js +34 -34
  113. package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
  114. package/dist/components/Sidebar/SidebarButton.vue.js +6 -6
  115. package/dist/components/Sidebar/SidebarListElement.vue.d.ts +2 -2
  116. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  117. package/dist/components/Sidebar/SidebarListElement.vue.js +2 -2
  118. package/dist/components/Sidebar/SidebarListElement.vue2.js +36 -46
  119. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
  120. package/dist/components/Sidebar/SidebarListElementActions.vue.js +7 -7
  121. package/dist/components/Sidebar/SidebarToggle.vue.d.ts +1 -8
  122. package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
  123. package/dist/components/Sidebar/SidebarToggle.vue.js +20 -21
  124. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  125. package/dist/components/TopNav/TopNav.vue.js +104 -85
  126. package/dist/components/TopNav/TopNavItem.vue.d.ts +2 -2
  127. package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
  128. package/dist/components/TopNav/TopNavItem.vue.js +2 -2
  129. package/dist/components/TopNav/TopNavItem.vue2.js +1 -1
  130. package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
  131. package/dist/components/ViewLayout/ViewLayout.vue.js +16 -10
  132. package/dist/components/ViewLayout/ViewLayout.vue2.js +4 -0
  133. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  134. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +29 -29
  135. package/dist/components/ViewLayout/ViewLayoutContent.vue.js +1 -1
  136. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
  137. package/dist/components/ViewLayout/ViewLayoutSection.vue.js +20 -13
  138. package/dist/components/ViewLayout/ViewLayoutSection.vue2.js +4 -0
  139. package/dist/constants.d.ts +16 -12
  140. package/dist/constants.d.ts.map +1 -1
  141. package/dist/constants.js +35 -6
  142. package/dist/hooks/index.d.ts +0 -1
  143. package/dist/hooks/index.d.ts.map +1 -1
  144. package/dist/hooks/index.js +5 -7
  145. package/dist/hooks/useFileDialog.d.ts +1 -1
  146. package/dist/hooks/useFileDialog.d.ts.map +1 -1
  147. package/dist/hooks/useFileDialog.js +1 -6
  148. package/dist/hooks/useResponseBody.d.ts.map +1 -1
  149. package/dist/hooks/useResponseBody.js +3 -9
  150. package/dist/hooks/useSidebar.d.ts +19 -2
  151. package/dist/hooks/useSidebar.d.ts.map +1 -1
  152. package/dist/hooks/useSidebar.js +25 -9
  153. package/dist/hooks/useSidebar.test.d.ts +2 -0
  154. package/dist/hooks/useSidebar.test.d.ts.map +1 -0
  155. package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
  156. package/dist/layouts/App/ApiClientApp.vue.js +41 -35
  157. package/dist/layouts/App/MainLayout.vue.js +4 -4
  158. package/dist/layouts/App/create-api-client-app.d.ts +207 -255
  159. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  160. package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
  161. package/dist/layouts/Modal/ApiClientModal.vue.js +2 -2
  162. package/dist/layouts/Modal/ApiClientModal.vue2.js +8 -8
  163. package/dist/layouts/Modal/create-api-client-modal.d.ts +414 -510
  164. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  165. package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
  166. package/dist/layouts/Web/ApiClientWeb.vue.js +35 -29
  167. package/dist/layouts/Web/create-api-client-web.d.ts +207 -255
  168. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  169. package/dist/libs/create-client.d.ts +200 -248
  170. package/dist/libs/create-client.d.ts.map +1 -1
  171. package/dist/libs/create-client.js +79 -63
  172. package/dist/libs/errors.d.ts.map +1 -1
  173. package/dist/libs/extractAttachmentFilename.d.ts.map +1 -1
  174. package/dist/libs/extractAttachmentFilename.js +1 -3
  175. package/dist/libs/find-request.d.ts.map +1 -1
  176. package/dist/libs/getOpenApiDocumentDetails.d.ts.map +1 -1
  177. package/dist/libs/importers/curl.d.ts.map +1 -1
  178. package/dist/libs/importers/curl.js +2 -12
  179. package/dist/libs/isUrl.d.ts.map +1 -1
  180. package/dist/libs/local-storage.d.ts.map +1 -1
  181. package/dist/libs/local-storage.js +1 -9
  182. package/dist/libs/normalize-headers.d.ts.map +1 -1
  183. package/dist/libs/normalize-headers.js +2 -6
  184. package/dist/libs/parse-curl.d.ts.map +1 -1
  185. package/dist/libs/parse-curl.js +1 -5
  186. package/dist/libs/postman.d.ts.map +1 -1
  187. package/dist/libs/send-request/create-fetch-body.d.ts +1 -1
  188. package/dist/libs/send-request/create-fetch-body.d.ts.map +1 -1
  189. package/dist/libs/send-request/create-fetch-body.js +1 -2
  190. package/dist/libs/send-request/create-fetch-headers.d.ts.map +1 -1
  191. package/dist/libs/send-request/create-fetch-query-params.d.ts.map +1 -1
  192. package/dist/libs/send-request/create-request-operation.d.ts.map +1 -1
  193. package/dist/libs/send-request/create-request-operation.js +6 -12
  194. package/dist/libs/send-request/create-request-operation.test.d.ts +0 -3
  195. package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
  196. package/dist/libs/string-template.d.ts.map +1 -1
  197. package/dist/libs/string-template.js +1 -4
  198. package/dist/router.d.ts.map +1 -1
  199. package/dist/routes.d.ts +62 -14
  200. package/dist/routes.d.ts.map +1 -1
  201. package/dist/routes.js +93 -75
  202. package/dist/store/active-entities.d.ts +32 -32
  203. package/dist/store/active-entities.d.ts.map +1 -1
  204. package/dist/store/active-entities.js +43 -39
  205. package/dist/store/collections.d.ts +164 -164
  206. package/dist/store/collections.d.ts.map +1 -1
  207. package/dist/store/cookies.d.ts +4 -4
  208. package/dist/store/cookies.d.ts.map +1 -1
  209. package/dist/store/cookies.js +1 -5
  210. package/dist/store/environment.d.ts +4 -4
  211. package/dist/store/request-example.d.ts +2 -2
  212. package/dist/store/requests.d.ts +4 -4
  213. package/dist/store/requests.d.ts.map +1 -1
  214. package/dist/store/security-schemes.d.ts +8 -8
  215. package/dist/store/store-context.d.ts.map +1 -1
  216. package/dist/store/store.d.ts +200 -248
  217. package/dist/store/store.d.ts.map +1 -1
  218. package/dist/store/tags.d.ts.map +1 -1
  219. package/dist/store/workspace.d.ts +4 -4
  220. package/dist/style.css +1 -1
  221. package/dist/tailwind/desktop-variants.d.ts.map +1 -1
  222. package/dist/types/vue.d.ts.map +1 -1
  223. package/dist/views/Collection/Collection.vue.d.ts.map +1 -1
  224. package/dist/views/Collection/Collection.vue.js +4 -0
  225. package/dist/views/Collection/Collection.vue2.js +50 -0
  226. package/dist/views/Collection/CollectionAuthentication.vue.d.ts +3 -0
  227. package/dist/views/Collection/CollectionAuthentication.vue.d.ts.map +1 -0
  228. package/dist/views/Collection/CollectionAuthentication.vue.js +4 -0
  229. package/dist/views/Collection/CollectionAuthentication.vue2.js +16 -0
  230. package/dist/views/Collection/CollectionCookies.vue.d.ts +3 -0
  231. package/dist/views/Collection/CollectionCookies.vue.d.ts.map +1 -0
  232. package/dist/views/Collection/CollectionCookies.vue.js +4 -0
  233. package/dist/views/Collection/CollectionCookies.vue2.js +16 -0
  234. package/dist/views/Collection/CollectionEnvironment.vue.d.ts +3 -0
  235. package/dist/views/Collection/CollectionEnvironment.vue.d.ts.map +1 -0
  236. package/dist/views/Collection/CollectionEnvironment.vue.js +4 -0
  237. package/dist/views/Collection/CollectionEnvironment.vue2.js +16 -0
  238. package/dist/views/{Servers/Servers.vue.d.ts → Collection/CollectionInfoForm.vue.d.ts} +1 -1
  239. package/dist/views/Collection/CollectionInfoForm.vue.d.ts.map +1 -0
  240. package/dist/views/Collection/CollectionInfoForm.vue.js +7 -0
  241. package/dist/views/Collection/CollectionInfoForm.vue2.js +70 -0
  242. package/dist/views/Collection/CollectionNavigation.vue.d.ts +6 -0
  243. package/dist/views/Collection/CollectionNavigation.vue.d.ts.map +1 -0
  244. package/dist/views/Collection/CollectionNavigation.vue.js +142 -0
  245. package/dist/views/Collection/CollectionNavigation.vue2.js +4 -0
  246. package/dist/views/Collection/CollectionOverview.vue.d.ts +3 -0
  247. package/dist/views/Collection/CollectionOverview.vue.d.ts.map +1 -0
  248. package/dist/views/Collection/CollectionOverview.vue.js +4 -0
  249. package/dist/views/Collection/CollectionOverview.vue2.js +37 -0
  250. package/dist/views/Collection/CollectionScripts.vue.d.ts +3 -0
  251. package/dist/views/Collection/CollectionScripts.vue.d.ts.map +1 -0
  252. package/dist/views/Collection/CollectionScripts.vue.js +4 -0
  253. package/dist/views/Collection/CollectionScripts.vue2.js +16 -0
  254. package/dist/views/Collection/CollectionServerForm.vue.d.ts +10 -0
  255. package/dist/views/Collection/CollectionServerForm.vue.d.ts.map +1 -0
  256. package/dist/views/Collection/CollectionServerForm.vue.js +74 -0
  257. package/dist/views/Collection/CollectionServerForm.vue2.js +4 -0
  258. package/dist/views/{Servers/ServerForm.vue.d.ts → Collection/CollectionServers.vue.d.ts} +1 -1
  259. package/dist/views/Collection/CollectionServers.vue.d.ts.map +1 -0
  260. package/dist/views/Collection/CollectionServers.vue.js +4 -0
  261. package/dist/views/Collection/CollectionServers.vue2.js +124 -0
  262. package/dist/views/Collection/CollectionSettings.vue.d.ts +3 -0
  263. package/dist/views/Collection/CollectionSettings.vue.d.ts.map +1 -0
  264. package/dist/views/Collection/CollectionSettings.vue.js +7 -0
  265. package/dist/views/Collection/CollectionSettings.vue2.js +124 -0
  266. package/dist/views/Collection/CollectionSync.vue.d.ts +3 -0
  267. package/dist/views/Collection/CollectionSync.vue.d.ts.map +1 -0
  268. package/dist/views/Collection/CollectionSync.vue.js +4 -0
  269. package/dist/views/Collection/CollectionSync.vue2.js +16 -0
  270. package/dist/views/Collection/components/MarkdownInput.vue.d.ts +16 -0
  271. package/dist/views/Collection/components/MarkdownInput.vue.d.ts.map +1 -0
  272. package/dist/views/Collection/components/MarkdownInput.vue.js +7 -0
  273. package/dist/views/Collection/components/MarkdownInput.vue2.js +95 -0
  274. package/dist/views/Components/CodeSnippet/CodeSnippet.vue.d.ts.map +1 -1
  275. package/dist/views/Components/CodeSnippet/CodeSnippet.vue.js +7 -7
  276. package/dist/views/Components/CodeSnippet/helpers/convert-to-har-request.d.ts.map +1 -1
  277. package/dist/views/Components/CodeSnippet/helpers/convert-to-har-request.js +1 -3
  278. package/dist/views/Components/CodeSnippet/helpers/get-har-request.d.ts.map +1 -1
  279. package/dist/views/Components/CodeSnippet/helpers/get-har-request.js +1 -5
  280. package/dist/views/Components/CodeSnippet/helpers/get-snippet.d.ts.map +1 -1
  281. package/dist/views/Components/CodeSnippet/helpers/get-snippet.js +1 -5
  282. package/dist/views/Cookies/CookieForm.vue.d.ts.map +1 -1
  283. package/dist/views/Cookies/CookieForm.vue.js +18 -23
  284. package/dist/views/Cookies/CookieModal.vue.d.ts.map +1 -1
  285. package/dist/views/Cookies/CookieModal.vue.js +1 -1
  286. package/dist/views/Cookies/CookieModal.vue2.js +7 -7
  287. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  288. package/dist/views/Cookies/Cookies.vue2.js +96 -78
  289. package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
  290. package/dist/views/Environment/Environment.vue2.js +125 -112
  291. package/dist/views/Environment/EnvironmentColorModal.vue.d.ts.map +1 -1
  292. package/dist/views/Environment/EnvironmentColorModal.vue.js +5 -5
  293. package/dist/views/Environment/EnvironmentColors.vue.js +8 -8
  294. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +1 -1
  295. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  296. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +16 -16
  297. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  298. package/dist/views/Request/Request.vue.js +2 -2
  299. package/dist/views/Request/Request.vue2.js +117 -170
  300. package/dist/views/Request/RequestRoot.vue.d.ts +13 -0
  301. package/dist/views/Request/RequestRoot.vue.d.ts.map +1 -0
  302. package/dist/views/Request/RequestRoot.vue.js +7 -0
  303. package/dist/views/Request/RequestRoot.vue2.js +78 -0
  304. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts +1 -1
  305. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
  306. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +9 -9
  307. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts +1 -1
  308. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
  309. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +5 -5
  310. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  311. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +1 -1
  312. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +104 -89
  313. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts +5 -5
  314. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts.map +1 -1
  315. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts +1 -1
  316. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  317. package/dist/views/Request/RequestSection/RequestBody.vue.js +1 -1
  318. package/dist/views/Request/RequestSection/RequestBody.vue2.js +59 -65
  319. package/dist/views/Request/RequestSection/RequestCodeExample.vue.d.ts.map +1 -1
  320. package/dist/views/Request/RequestSection/RequestCodeExample.vue.js +3 -3
  321. package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +22 -23
  322. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts +1 -1
  323. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
  324. package/dist/views/Request/RequestSection/RequestParams.vue.js +14 -14
  325. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts +1 -1
  326. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
  327. package/dist/views/Request/RequestSection/RequestPathParams.vue.js +6 -6
  328. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts +1 -1
  329. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  330. package/dist/views/Request/RequestSection/RequestSection.vue.js +2 -2
  331. package/dist/views/Request/RequestSection/RequestSection.vue2.js +38 -38
  332. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +2 -2
  333. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  334. package/dist/views/Request/RequestSection/RequestTable.vue.js +2 -2
  335. package/dist/views/Request/RequestSection/RequestTable.vue2.js +34 -33
  336. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
  337. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.js +2 -2
  338. package/dist/views/Request/RequestSection/RequestTableTooltip.vue2.js +5 -5
  339. package/dist/views/Request/RequestSection/helpers/filter-security-requirements.d.ts.map +1 -1
  340. package/dist/views/Request/RequestSection/helpers/filter-security-requirements.js +2 -6
  341. package/dist/views/Request/RequestSidebar.vue.d.ts +3 -10
  342. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
  343. package/dist/views/Request/RequestSidebar.vue.js +1 -1
  344. package/dist/views/Request/RequestSidebar.vue2.js +186 -188
  345. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  346. package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
  347. package/dist/views/Request/RequestSidebarItem.vue2.js +290 -173
  348. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
  349. package/dist/views/Request/RequestSidebarItemMenu.vue.js +4 -4
  350. package/dist/views/Request/RequestSidebarItemMenu.vue2.js +13 -13
  351. package/dist/views/Request/RequestSubpageHeader.vue.d.ts +1 -4
  352. package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
  353. package/dist/views/Request/RequestSubpageHeader.vue.js +1 -1
  354. package/dist/views/Request/RequestSubpageHeader.vue2.js +51 -51
  355. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
  356. package/dist/views/Request/ResponseSection/ResponseBody.vue.js +2 -2
  357. package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +12 -12
  358. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
  359. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +1 -1
  360. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts.map +1 -1
  361. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.js +1 -1
  362. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +2 -2
  363. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
  364. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.js +2 -2
  365. package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.js +1 -1
  366. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts.map +1 -1
  367. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +8 -8
  368. package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +1 -1
  369. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
  370. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +1 -1
  371. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +20 -20
  372. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +25 -26
  373. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts.map +1 -1
  374. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.js +3 -3
  375. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +1 -1
  376. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
  377. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js +7 -7
  378. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
  379. package/dist/views/Request/ResponseSection/ResponseSection.vue.js +1 -1
  380. package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +7 -7
  381. package/dist/views/Request/hooks/useOpenApiWatcher.d.ts.map +1 -1
  382. package/dist/views/Request/hooks/useOpenApiWatcher.js +12 -37
  383. package/dist/views/Request/libs/request.d.ts +4 -0
  384. package/dist/views/Request/libs/request.d.ts.map +1 -1
  385. package/dist/views/Request/libs/request.js +2 -1
  386. package/dist/views/Request/libs/watch-mode.d.ts.map +1 -1
  387. package/dist/views/Request/libs/watch-mode.js +63 -63
  388. package/dist/views/Request/types/sidebar-item.d.ts +1 -1
  389. package/dist/views/Request/types/sidebar-item.d.ts.map +1 -1
  390. package/dist/views/Settings/Settings.vue.d.ts.map +1 -1
  391. package/dist/views/Settings/Settings.vue2.js +8 -8
  392. package/dist/views/Settings/SettingsGeneral.vue.d.ts.map +1 -1
  393. package/dist/views/Settings/SettingsGeneral.vue.js +9 -11
  394. package/dist/views/Settings/components/SettingsAppearance.vue.js +6 -6
  395. package/dist/vitest.setup.d.ts +16 -0
  396. package/dist/vitest.setup.d.ts.map +1 -0
  397. package/package.json +16 -21
  398. package/dist/views/Servers/ServerForm.vue.d.ts.map +0 -1
  399. package/dist/views/Servers/ServerForm.vue.js +0 -39
  400. package/dist/views/Servers/ServerForm.vue2.js +0 -4
  401. package/dist/views/Servers/Servers.vue.d.ts.map +0 -1
  402. package/dist/views/Servers/Servers.vue.js +0 -4
  403. package/dist/views/Servers/Servers.vue2.js +0 -168
  404. package/dist/views/Servers/index.d.ts +0 -2
  405. package/dist/views/Servers/index.d.ts.map +0 -1
  406. package/dist/views/Servers/index.js +0 -4
@@ -1,12 +1,12 @@
1
- import { defineComponent as ee, computed as h, ref as ae, watch as $, openBlock as b, createBlock as g, withCtx as m, createTextVNode as H, toDisplayString as F, createVNode as c, unref as v, createElementVNode as k, createCommentVNode as ne, createElementBlock as U, Fragment as te, nextTick as oe } from "vue";
2
- import le from "../../../components/CodeInput/CodeInput.vue.js";
3
- import re from "../../../components/DataTable/DataTable.vue.js";
4
- import ie from "../../../components/DataTable/DataTableHeader.vue.js";
5
- import E from "../../../components/DataTable/DataTableRow.vue.js";
6
- import de from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
7
- import { ScalarListbox as X, ScalarButton as D, ScalarIcon as C } from "@scalar/components";
1
+ import { defineComponent as ee, computed as h, ref as ae, watch as $, openBlock as b, createBlock as g, withCtx as m, createTextVNode as H, toDisplayString as D, createVNode as c, unref as v, createElementVNode as k, createCommentVNode as ne, createElementBlock as E, Fragment as te, nextTick as oe } from "vue";
2
+ import { ScalarListbox as X, ScalarButton as R, ScalarIcon as C } from "@scalar/components";
8
3
  import { requestExampleParametersSchema as Y } from "@scalar/oas-utils/entities/spec";
9
- import { canMethodHaveBody as ue } from "@scalar/oas-utils/helpers";
4
+ import { canMethodHaveBody as le } from "@scalar/oas-utils/helpers";
5
+ import re from "../../../components/CodeInput/CodeInput.vue.js";
6
+ import ie from "../../../components/DataTable/DataTable.vue.js";
7
+ import de from "../../../components/DataTable/DataTableHeader.vue.js";
8
+ import P from "../../../components/DataTable/DataTableRow.vue.js";
9
+ import ue from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
10
10
  import G from "./RequestTable.vue.js";
11
11
  import { useWorkspace as se } from "../../../store/store.js";
12
12
  import { useFileDialog as K } from "../../../hooks/useFileDialog.js";
@@ -15,8 +15,8 @@ const me = {
15
15
  class: "border-t-1/2 text-c-3 flex min-h-10 w-full items-center justify-center p-2 text-sm"
16
16
  }, ce = {
17
17
  key: 1,
18
- class: "border-t flex items-center justify-center p-1.5 overflow-hidden"
19
- }, fe = { class: "text-c-2 text-xs w-full border rounded py-1 px-1.5 max-w-full overflow-hidden whitespace-nowrap" }, Ue = /* @__PURE__ */ ee({
18
+ class: "flex items-center justify-center overflow-hidden border-t p-1.5"
19
+ }, fe = { class: "text-c-2 w-full max-w-full overflow-hidden whitespace-nowrap rounded border px-1.5 py-1 text-xs" }, Ue = /* @__PURE__ */ ee({
20
20
  __name: "RequestBody",
21
21
  props: {
22
22
  example: {},
@@ -46,13 +46,13 @@ const me = {
46
46
  }).map(([e, a]) => ({
47
47
  id: e,
48
48
  label: a
49
- })), R = h(() => {
49
+ })), T = h(() => {
50
50
  var o;
51
51
  const { activeBody: e, formData: a, raw: n } = t.example.body;
52
52
  return e === "formData" ? (a == null ? void 0 : a.encoding) === "urlencoded" ? "formUrlEncoded" : "multipartForm" : e === "binary" ? "binaryFile" : e === "raw" && (n != null && n.encoding) ? n.encoding === "html" ? "other" : n.encoding : Object.keys(((o = t.operation.requestBody) == null ? void 0 : o.content) || {})[0] || "none";
53
53
  }), p = h({
54
54
  get: () => x.find(
55
- (e) => e.id === R.value
55
+ (e) => e.id === T.value
56
56
  ) ?? x[x.length - 1] ?? x[0],
57
57
  set: (e) => {
58
58
  e != null && e.id && M(e.id);
@@ -62,11 +62,11 @@ const me = {
62
62
  const e = (a = p.value) == null ? void 0 : a.id;
63
63
  return Q[e] ?? "plaintext";
64
64
  });
65
- function P() {
65
+ function N() {
66
66
  console.log("deleteRow");
67
67
  }
68
- const N = (e, a, n) => {
69
- var o, r, s, i, f, V, J;
68
+ const j = (e, a, n) => {
69
+ var o, r, s, i, f, F, J;
70
70
  const l = y.value;
71
71
  if (l.length > e) {
72
72
  const u = [...l];
@@ -76,7 +76,7 @@ const me = {
76
76
  key: ((r = u[e]) == null ? void 0 : r.key) || "",
77
77
  enabled: ((s = u[e]) == null ? void 0 : s.enabled) ?? !1,
78
78
  [a]: n || ""
79
- }, (((i = u[e]) == null ? void 0 : i.key) !== "" || ((f = u[e]) == null ? void 0 : f.value) !== "") && (u[e].enabled = !0), ((V = u[e]) == null ? void 0 : V.key) === "" && ((J = u[e]) == null ? void 0 : J.value) === "" && u.splice(e, 1), d.edit(
79
+ }, (((i = u[e]) == null ? void 0 : i.key) !== "" || ((f = u[e]) == null ? void 0 : f.value) !== "") && (u[e].enabled = !0), ((F = u[e]) == null ? void 0 : F.key) === "" && ((J = u[e]) == null ? void 0 : J.value) === "" && u.splice(e, 1), d.edit(
80
80
  t.example.uid,
81
81
  "body.formData.value",
82
82
  u
@@ -93,7 +93,7 @@ const me = {
93
93
  }, y = h(() => {
94
94
  var e;
95
95
  return ((e = t.example.body.formData) == null ? void 0 : e.value) ?? [];
96
- }), j = () => {
96
+ }), V = () => {
97
97
  const e = y.value[y.value.length - 1];
98
98
  (!e || e.key !== "" || e.value !== "") && O();
99
99
  }, O = () => {
@@ -160,8 +160,8 @@ const me = {
160
160
  value: ((i = t.example.body.formData) == null ? void 0 : i.value) ?? []
161
161
  });
162
162
  else if (!n && a !== "binary") {
163
- const { raw: f, ...V } = t.example.body;
164
- d.edit(t.example.uid, "body", V);
163
+ const { raw: f, ...F } = t.example.body;
164
+ d.edit(t.example.uid, "body", F);
165
165
  }
166
166
  const o = [...t.example.parameters.headers], r = o.findIndex(
167
167
  (f) => f.key.toLowerCase() === "content-type"
@@ -198,7 +198,7 @@ const me = {
198
198
  t.example.uid,
199
199
  "body.formData.value",
200
200
  i
201
- );
201
+ ), V();
202
202
  }
203
203
  },
204
204
  multiple: !1,
@@ -207,14 +207,8 @@ const me = {
207
207
  a();
208
208
  }, I = () => d.edit(t.example.uid, "body.binary", void 0);
209
209
  function z(e) {
210
- const n = [...y.value];
211
- n[e] = {
212
- ...n[e],
213
- file: void 0,
214
- value: "",
215
- key: "",
216
- enabled: !1
217
- }, d.edit(t.example.uid, "body.formData.value", n);
210
+ const a = y.value, n = [...a];
211
+ a.length > 1 ? n.splice(e, 1) : V(), d.edit(t.example.uid, "body.formData.value", n);
218
212
  }
219
213
  function _() {
220
214
  const { open: e } = K({
@@ -230,15 +224,15 @@ const me = {
230
224
  $(
231
225
  p,
232
226
  (e) => {
233
- ["multipartForm", "formUrlEncoded"].includes((e == null ? void 0 : e.id) || "") && j();
227
+ ["multipartForm", "formUrlEncoded"].includes((e == null ? void 0 : e.id) || "") && V();
234
228
  },
235
229
  { immediate: !0 }
236
230
  ), $(
237
231
  () => t.example.uid,
238
232
  () => {
239
- t.operation.method && ue(t.operation.method) && M(R.value), ["multipartForm", "formUrlEncoded"].includes(
240
- R.value
241
- ) && j();
233
+ t.operation.method && le(t.operation.method) && M(T.value), ["multipartForm", "formUrlEncoded"].includes(
234
+ T.value
235
+ ) && V();
242
236
  },
243
237
  { immediate: !0 }
244
238
  );
@@ -250,7 +244,7 @@ const me = {
250
244
  label: i,
251
245
  value: f
252
246
  }));
253
- }), T = h({
247
+ }), U = h({
254
248
  get: () => {
255
249
  var l;
256
250
  const e = ((l = t.example.body.raw) == null ? void 0 : l.value) ?? "{}", a = JSON.parse(e);
@@ -269,16 +263,16 @@ const me = {
269
263
  }
270
264
  }
271
265
  });
272
- return (e, a) => (b(), g(de, null, {
266
+ return (e, a) => (b(), g(ue, null, {
273
267
  title: m(() => [
274
- H(F(e.title), 1)
268
+ H(D(e.title), 1)
275
269
  ]),
276
270
  default: m(() => [
277
- c(re, { columns: [""] }, {
271
+ c(ie, { columns: [""] }, {
278
272
  default: m(() => [
279
- c(E, null, {
273
+ c(P, null, {
280
274
  default: m(() => [
281
- c(ie, { class: "relative col-span-full flex h-8 cursor-pointer items-center justify-between !p-0" }, {
275
+ c(de, { class: "relative col-span-full flex h-8 cursor-pointer items-center justify-between !p-0" }, {
282
276
  default: m(() => [
283
277
  c(v(X), {
284
278
  modelValue: p.value,
@@ -287,15 +281,15 @@ const me = {
287
281
  teleport: ""
288
282
  }, {
289
283
  default: m(() => [
290
- c(v(D), {
291
- class: "flex gap-1.5 h-full px-3 text-c-2 font-normal hover:text-c-1 w-fit",
284
+ c(v(R), {
285
+ class: "text-c-2 hover:text-c-1 flex h-full w-fit gap-1.5 px-3 font-normal",
292
286
  fullWidth: "",
293
287
  variant: "ghost"
294
288
  }, {
295
289
  default: m(() => {
296
290
  var n;
297
291
  return [
298
- k("span", null, F((n = p.value) == null ? void 0 : n.label), 1),
292
+ k("span", null, D((n = p.value) == null ? void 0 : n.label), 1),
299
293
  c(v(C), {
300
294
  icon: "ChevronDown",
301
295
  size: "md"
@@ -309,22 +303,22 @@ const me = {
309
303
  }, 8, ["modelValue", "options"]),
310
304
  w.value.length > 0 ? (b(), g(v(X), {
311
305
  key: 0,
312
- modelValue: T.value,
313
- "onUpdate:modelValue": a[1] || (a[1] = (n) => T.value = n),
306
+ modelValue: U.value,
307
+ "onUpdate:modelValue": a[1] || (a[1] = (n) => U.value = n),
314
308
  options: w.value,
315
309
  side: "left",
316
310
  teleport: ""
317
311
  }, {
318
312
  default: m(() => [
319
- c(v(D), {
320
- class: "flex gap-1.5 h-full px-2 text-c-2 font-normal hover:text-c-1 w-fit",
313
+ c(v(R), {
314
+ class: "text-c-2 hover:text-c-1 flex h-full w-fit gap-1.5 px-2 font-normal",
321
315
  fullWidth: "",
322
316
  variant: "ghost"
323
317
  }, {
324
318
  default: m(() => {
325
319
  var n;
326
320
  return [
327
- k("span", null, F((n = T.value) == null ? void 0 : n.label), 1),
321
+ k("span", null, D((n = U.value) == null ? void 0 : n.label), 1),
328
322
  c(v(C), {
329
323
  icon: "ChevronDown",
330
324
  size: "md"
@@ -342,17 +336,17 @@ const me = {
342
336
  ]),
343
337
  _: 1
344
338
  }),
345
- c(E, null, {
339
+ c(P, null, {
346
340
  default: m(() => {
347
341
  var n, l, o, r, s, i;
348
342
  return [
349
- ((n = p.value) == null ? void 0 : n.id) === "none" ? (b(), U("div", me, a[2] || (a[2] = [
343
+ ((n = p.value) == null ? void 0 : n.id) === "none" ? (b(), E("div", me, a[2] || (a[2] = [
350
344
  k("span", null, "No Body", -1)
351
- ]))) : ((l = p.value) == null ? void 0 : l.id) === "binaryFile" ? (b(), U("div", ce, [
352
- e.example.body.binary ? (b(), U(te, { key: 0 }, [
353
- k("span", fe, F(e.example.body.binary.name), 1),
354
- c(v(D), {
355
- class: "bg-b-2 hover:bg-b-3 border-0 text-c-2 ml-1 shadow-none",
345
+ ]))) : ((l = p.value) == null ? void 0 : l.id) === "binaryFile" ? (b(), E("div", ce, [
346
+ e.example.body.binary ? (b(), E(te, { key: 0 }, [
347
+ k("span", fe, D(e.example.body.binary.name), 1),
348
+ c(v(R), {
349
+ class: "bg-b-2 hover:bg-b-3 text-c-2 ml-1 border-0 shadow-none",
356
350
  size: "sm",
357
351
  variant: "outlined",
358
352
  onClick: I
@@ -362,9 +356,9 @@ const me = {
362
356
  ])),
363
357
  _: 1
364
358
  })
365
- ], 64)) : (b(), g(v(D), {
359
+ ], 64)) : (b(), g(v(R), {
366
360
  key: 1,
367
- class: "bg-b-2 hover:bg-b-3 border-0 text-c-2 shadow-none",
361
+ class: "bg-b-2 hover:bg-b-3 text-c-2 border-0 shadow-none",
368
362
  size: "sm",
369
363
  variant: "outlined",
370
364
  onClick: _
@@ -384,35 +378,35 @@ const me = {
384
378
  key: 2,
385
379
  ref_key: "tableWrapperRef",
386
380
  ref: B,
387
- class: "!m-0 rounded-t-none shadow-none border-l-0 border-r-0 border-t-0 border-b-0",
388
- columns: ["32px", "", "", "61px"],
381
+ class: "!m-0 rounded-t-none border-b-0 border-l-0 border-r-0 border-t-0 shadow-none",
382
+ columns: ["32px", "", "", "104px"],
389
383
  envVariables: e.envVariables,
390
384
  environment: e.environment,
391
385
  items: y.value,
392
386
  showUploadButton: "",
393
387
  workspace: e.workspace,
394
- onDeleteRow: P,
388
+ onDeleteRow: N,
395
389
  onRemoveFile: z,
396
390
  onToggleRow: S,
397
- onUpdateRow: N,
391
+ onUpdateRow: j,
398
392
  onUploadFile: W
399
393
  }, null, 8, ["envVariables", "environment", "items", "workspace"])) : ((r = p.value) == null ? void 0 : r.id) == "formUrlEncoded" ? (b(), g(G, {
400
394
  key: 3,
401
395
  ref_key: "tableWrapperRef",
402
396
  ref: B,
403
- class: "!m-0 rounded-t-none shadow-none border-l-0 border-r-0 border-t-0 border-b-0",
404
- columns: ["32px", "", "", "61px"],
397
+ class: "!m-0 rounded-t-none border-b-0 border-l-0 border-r-0 border-t-0 shadow-none",
398
+ columns: ["32px", "", "", "104px"],
405
399
  envVariables: e.envVariables,
406
400
  environment: e.environment,
407
401
  items: y.value,
408
402
  showUploadButton: "",
409
403
  workspace: e.workspace,
410
- onDeleteRow: P,
404
+ onDeleteRow: N,
411
405
  onRemoveFile: z,
412
406
  onToggleRow: S,
413
- onUpdateRow: N,
407
+ onUpdateRow: j,
414
408
  onUploadFile: W
415
- }, null, 8, ["envVariables", "environment", "items", "workspace"])) : (b(), g(le, {
409
+ }, null, 8, ["envVariables", "environment", "items", "workspace"])) : (b(), g(re, {
416
410
  key: 4,
417
411
  class: "border-t-1/2 px-1",
418
412
  content: "",
@@ -429,7 +423,7 @@ const me = {
429
423
  }),
430
424
  _: 1
431
425
  }),
432
- c(E)
426
+ c(P)
433
427
  ]),
434
428
  _: 1
435
429
  })
@@ -1 +1 @@
1
- {"version":3,"file":"RequestCodeExample.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestCodeExample.vue"],"names":[],"mappings":"AA+KA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,cAAc,EACd,MAAM,EACP,MAAM,iCAAiC,CAAA;AAQxC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;;AA4PF,wBAOG"}
1
+ {"version":3,"file":"RequestCodeExample.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestCodeExample.vue"],"names":[],"mappings":"AA0KA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,cAAc,EACd,MAAM,EACP,MAAM,iCAAiC,CAAA;AAcxC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;;AA2PF,wBAOG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestCodeExample.vue2.js";
2
2
  /* empty css */
3
- import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const r = /* @__PURE__ */ t(o, [["__scopeId", "data-v-c2f2c62b"]]);
3
+ import e from "../../../_virtual/_plugin-vue_export-helper.js";
4
+ const p = /* @__PURE__ */ e(o, [["__scopeId", "data-v-81efbf9b"]]);
5
5
  export {
6
- r as default
6
+ p as default
7
7
  };
@@ -1,13 +1,13 @@
1
- import { defineComponent as b, computed as c, openBlock as w, createElementBlock as x, createVNode as n, withCtx as s, createTextVNode as C, createElementVNode as m, unref as a, toDisplayString as S } from "vue";
2
- import k from "../../../components/DataTable/DataTable.vue.js";
3
- import $ from "../../../components/DataTable/DataTableRow.vue.js";
4
- import g from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
5
- import { ScalarCombobox as K, ScalarButton as V, ScalarIcon as _ } from "@scalar/components";
6
- import { snippetz as H } from "@scalar/snippetz";
1
+ import { defineComponent as b, computed as c, openBlock as w, createElementBlock as x, createVNode as n, withCtx as s, createTextVNode as C, createElementVNode as m, unref as r, toDisplayString as S } from "vue";
2
+ import { ScalarCombobox as k, ScalarButton as $, ScalarIcon as g } from "@scalar/components";
3
+ import { snippetz as K } from "@scalar/snippetz";
4
+ import V from "../../../components/DataTable/DataTable.vue.js";
5
+ import _ from "../../../components/DataTable/DataTableRow.vue.js";
6
+ import H from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
7
7
  import { filterSecurityRequirements as j } from "./helpers/filter-security-requirements.js";
8
8
  import B from "../../Components/CodeSnippet/CodeSnippet.vue.js";
9
9
  import { useWorkspace as D } from "../../../store/store.js";
10
- const E = { class: "w-full" }, N = { class: "flex flex-1 -mx-1" }, R = { class: "bg-b-1 border-t flex items-center justify-center overflow-hidden" }, P = /* @__PURE__ */ b({
10
+ const E = { class: "w-full" }, N = { class: "-mx-1 flex flex-1" }, R = { class: "bg-b-1 flex items-center justify-center overflow-hidden border-t" }, P = /* @__PURE__ */ b({
11
11
  __name: "RequestCodeExample",
12
12
  props: {
13
13
  collection: {},
@@ -23,10 +23,10 @@ const E = { class: "w-full" }, N = { class: "flex flex-1 -mx-1" }, R = { class:
23
23
  o.collection.selectedSecuritySchemeUids,
24
24
  p
25
25
  )
26
- ), r = c(() => {
26
+ ), a = c(() => {
27
27
  const e = {};
28
28
  return {
29
- options: H().clients().map((t) => ({
29
+ options: K().clients().map((t) => ({
30
30
  label: t.title,
31
31
  options: t.clients.map((i) => (e[`${t.key},${i.client}`] = i.title, {
32
32
  id: `${t.key},${i.client}`,
@@ -39,14 +39,14 @@ const E = { class: "w-full" }, N = { class: "flex flex-1 -mx-1" }, R = { class:
39
39
  var t;
40
40
  const e = o.workspace.selectedHttpClient;
41
41
  if (!e)
42
- return ((t = r.value.options[0]) == null ? void 0 : t.options[0]) ?? {
42
+ return ((t = a.value.options[0]) == null ? void 0 : t.options[0]) ?? {
43
43
  id: "js,fetch",
44
44
  label: "Fetch"
45
45
  };
46
46
  const l = `${e.targetKey},${e.clientKey}`;
47
47
  return {
48
48
  id: l,
49
- label: r.value.dict[l] ?? "Unknown"
49
+ label: a.value.dict[l] ?? "Unknown"
50
50
  };
51
51
  }), v = c(
52
52
  () => {
@@ -66,25 +66,24 @@ const E = { class: "w-full" }, N = { class: "flex flex-1 -mx-1" }, R = { class:
66
66
  });
67
67
  };
68
68
  return (e, l) => (w(), x("div", E, [
69
- n(g, {
70
- class: "group/preview -mt-0.25 w-full border-b-0",
71
- defaultOpen: !1,
72
- hasIcon: !1
69
+ n(H, {
70
+ class: "group/preview w-full border-b-0",
71
+ defaultOpen: !1
73
72
  }, {
74
73
  title: s(() => l[0] || (l[0] = [
75
74
  C("Code Snippet")
76
75
  ])),
77
76
  actions: s(() => [
78
77
  m("div", N, [
79
- n(a(K), {
78
+ n(r(k), {
80
79
  modelValue: d.value,
81
- options: r.value.options,
80
+ options: a.value.options,
82
81
  placement: "bottom-end",
83
82
  "onUpdate:modelValue": h
84
83
  }, {
85
84
  default: s(() => [
86
- n(a(V), {
87
- class: "flex gap-1.5 h-full px-1.5 py-0.75 font-normal text-c-1 w-fit hover:bg-b-3",
85
+ n(r($), {
86
+ class: "text-c-1 hover:bg-b-3 py-0.75 flex h-full w-fit gap-1.5 px-1.5 font-normal",
88
87
  fullWidth: "",
89
88
  variant: "ghost"
90
89
  }, {
@@ -92,7 +91,7 @@ const E = { class: "w-full" }, N = { class: "flex flex-1 -mx-1" }, R = { class:
92
91
  var t;
93
92
  return [
94
93
  m("span", null, S((t = d.value) == null ? void 0 : t.label), 1),
95
- n(a(_), {
94
+ n(r(g), {
96
95
  icon: "ChevronDown",
97
96
  size: "md"
98
97
  })
@@ -106,12 +105,12 @@ const E = { class: "w-full" }, N = { class: "flex flex-1 -mx-1" }, R = { class:
106
105
  ])
107
106
  ]),
108
107
  default: s(() => [
109
- n(k, { columns: [""] }, {
108
+ n(V, { columns: [""] }, {
110
109
  default: s(() => [
111
- n($, null, {
110
+ n(_, null, {
112
111
  default: s(() => [
113
112
  m("div", R, [
114
- n(a(B), {
113
+ n(r(B), {
115
114
  class: "px-3 py-1.5",
116
115
  client: y.value,
117
116
  example: e.example,
@@ -1,8 +1,8 @@
1
- import type { EnvVariable } from '../../../store/active-entities';
2
1
  import type { Environment } from '@scalar/oas-utils/entities/environment';
3
2
  import { type RequestExample } from '@scalar/oas-utils/entities/spec';
4
3
  import type { Workspace } from '@scalar/oas-utils/entities/workspace';
5
4
  import type { RouteLocationRaw } from 'vue-router';
5
+ import type { EnvVariable } from '../../../store/active-entities';
6
6
  type __VLS_Props = {
7
7
  example: RequestExample;
8
8
  environment: Environment;
@@ -1 +1 @@
1
- {"version":3,"file":"RequestParams.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestParams.vue"],"names":[],"mappings":"AA8NA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAG1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,EACL,KAAK,cAAc,EAEpB,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAErE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAIlD,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,cAAc,CAAA;IACvB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,cAAc,CAAC,YAAY,CAAC,CAAA;IAC5C,eAAe,CAAC,EAAE;QAChB,GAAG,EAAE,MAAM,CAAA;QACX,KAAK,EAAE,MAAM,CAAA;QACb,OAAO,EAAE,OAAO,CAAA;QAChB,KAAK,EAAE,gBAAgB,CAAA;KACxB,EAAE,CAAA;CACJ,CAAC;;AA6UF,wBAOG"}
1
+ {"version":3,"file":"RequestParams.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestParams.vue"],"names":[],"mappings":"AA8NA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,EAEL,KAAK,cAAc,EACpB,MAAM,iCAAiC,CAAA;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAA;AAErE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAIlD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAK1D,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,cAAc,CAAA;IACvB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,MAAM,cAAc,CAAC,YAAY,CAAC,CAAA;IAC5C,eAAe,CAAC,EAAE;QAChB,GAAG,EAAE,MAAM,CAAA;QACX,KAAK,EAAE,MAAM,CAAA;QACb,OAAO,EAAE,OAAO,CAAA;QAChB,KAAK,EAAE,gBAAgB,CAAA;KACxB,EAAE,CAAA;CACJ,CAAC;;AA6UF,wBAOG"}
@@ -1,10 +1,10 @@
1
1
  import { defineComponent as O, computed as m, onMounted as T, ref as S, watch as N, openBlock as p, createBlock as d, withCtx as l, createTextVNode as b, toDisplayString as k, createElementVNode as r, unref as h, createVNode as w, withModifiers as z, createCommentVNode as x, normalizeClass as A, nextTick as R } from "vue";
2
- import B from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
3
- import V from "./RequestTable.vue.js";
4
- import { ScalarTooltip as M, ScalarButton as W } from "@scalar/components";
5
- import { requestExampleParametersSchema as C } from "@scalar/oas-utils/entities/spec";
2
+ import { ScalarTooltip as B, ScalarButton as M } from "@scalar/components";
3
+ import { requestExampleParametersSchema as V } from "@scalar/oas-utils/entities/spec";
4
+ import W from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
5
+ import C from "./RequestTable.vue.js";
6
6
  import { useWorkspace as D } from "../../../store/store.js";
7
- const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params:opacity-100 has-[:focus-visible]:opacity-100 request-meta-buttons" }, U = { class: "sr-only" }, Z = /* @__PURE__ */ O({
7
+ const G = { class: "text-c-2 request-meta-buttons flex whitespace-nowrap opacity-0 group-hover/params:opacity-100 has-[:focus-visible]:opacity-100" }, U = { class: "sr-only" }, Z = /* @__PURE__ */ O({
8
8
  __name: "RequestParams",
9
9
  props: {
10
10
  example: {},
@@ -19,7 +19,7 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
19
19
  const { requestExampleMutators: i } = D(), s = m(() => t.example.parameters[t.paramKey] ?? []);
20
20
  T(() => f());
21
21
  const o = () => {
22
- const e = C.parse({ enabled: !1 }), a = [...s.value, e];
22
+ const e = V.parse({ enabled: !1 }), a = [...s.value, e];
23
23
  i.edit(t.example.uid, `parameters.${t.paramKey}`, a);
24
24
  }, u = S(null), P = (e, a, g) => {
25
25
  const c = s.value;
@@ -32,7 +32,7 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
32
32
  n
33
33
  );
34
34
  } else {
35
- const n = [C.parse({ [a]: g })];
35
+ const n = [V.parse({ [a]: g })];
36
36
  i.edit(t.example.uid, `parameters.${t.paramKey}`, n), R(() => {
37
37
  var y;
38
38
  if (!u.value) return;
@@ -71,7 +71,7 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
71
71
  { immediate: !0 }
72
72
  );
73
73
  const v = m(() => (t.readOnlyEntries ?? []).length > 0);
74
- return (e, a) => (p(), d(B, {
74
+ return (e, a) => (p(), d(W, {
75
75
  class: "group/params",
76
76
  itemCount: K.value
77
77
  }, {
@@ -80,13 +80,13 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
80
80
  ]),
81
81
  actions: l(() => [
82
82
  r("div", G, [
83
- $.value ? (p(), d(h(M), {
83
+ $.value ? (p(), d(h(B), {
84
84
  key: 0,
85
85
  side: "right",
86
86
  sideOffset: 12
87
87
  }, {
88
88
  trigger: l(() => [
89
- w(h(W), {
89
+ w(h(M), {
90
90
  class: "px-1 transition-none",
91
91
  size: "sm",
92
92
  variant: "ghost",
@@ -100,8 +100,8 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
100
100
  })
101
101
  ]),
102
102
  content: l(() => a[1] || (a[1] = [
103
- r("div", { class: "grid gap-1.5 pointer-events-none min-w-48 w-content shadow-lg rounded bg-b-1 p-2 text-xxs leading-5 z-10 text-c-1" }, [
104
- r("div", { class: "flex items-center text-c-2" }, [
103
+ r("div", { class: "w-content bg-b-1 text-xxs text-c-1 pointer-events-none z-10 grid min-w-48 gap-1.5 rounded p-2 leading-5 shadow-lg" }, [
104
+ r("div", { class: "text-c-2 flex items-center" }, [
105
105
  r("span", null, "Clear optional parameters")
106
106
  ])
107
107
  ], -1)
@@ -115,7 +115,7 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
115
115
  ref_key: "tableWrapperRef",
116
116
  ref: u
117
117
  }, [
118
- v.value ? (p(), d(V, {
118
+ v.value ? (p(), d(C, {
119
119
  key: 0,
120
120
  class: A(["flex-1", {
121
121
  "bg-mix-transparent bg-mix-amount-95 bg-c-3": v.value
@@ -128,7 +128,7 @@ const G = { class: "text-c-2 flex whitespace-nowrap opacity-0 group-hover/params
128
128
  items: e.readOnlyEntries,
129
129
  workspace: e.workspace
130
130
  }, null, 8, ["class", "envVariables", "environment", "items", "workspace"])) : x("", !0),
131
- w(V, {
131
+ w(C, {
132
132
  class: "flex-1",
133
133
  columns: ["32px", "", ""],
134
134
  envVariables: e.envVariables,
@@ -1,7 +1,7 @@
1
- import type { EnvVariable } from '../../../store/active-entities';
2
1
  import type { Workspace } from '@scalar/oas-utils/entities';
3
2
  import type { Environment } from '@scalar/oas-utils/entities/environment';
4
3
  import type { Operation, RequestExample } from '@scalar/oas-utils/entities/spec';
4
+ import type { EnvVariable } from '../../../store/active-entities';
5
5
  type __VLS_Props = {
6
6
  example: RequestExample;
7
7
  operation: Operation;
@@ -1 +1 @@
1
- {"version":3,"file":"RequestPathParams.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestPathParams.vue"],"names":[],"mappings":"AAgIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAE1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAMhF,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,QAAQ,EAAE,MAAM,cAAc,CAAC,YAAY,CAAC,CAAA;IAC5C,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;;AAoLF,wBAOG"}
1
+ {"version":3,"file":"RequestPathParams.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestPathParams.vue"],"names":[],"mappings":"AA+HA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAA;AAMhF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAK1D,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,QAAQ,EAAE,MAAM,cAAc,CAAC,YAAY,CAAC,CAAA;IAC5C,KAAK,EAAE,MAAM,CAAA;IACb,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;;AAoLF,wBAOG"}
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as x, computed as $, watch as b, openBlock as d, createBlock as h, withCtx as f, createTextVNode as K, toDisplayString as R, createCommentVNode as V } from "vue";
2
- import C from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
3
- import P from "./RequestTable.vue.js";
4
- import { REGEX as q } from "@scalar/oas-utils/helpers";
2
+ import { REGEX as C } from "@scalar/oas-utils/helpers";
3
+ import P from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
4
+ import q from "./RequestTable.vue.js";
5
5
  import { useWorkspace as E } from "../../../store/store.js";
6
6
  const A = /* @__PURE__ */ x({
7
7
  __name: "RequestPathParams",
@@ -44,7 +44,7 @@ const A = /* @__PURE__ */ x({
44
44
  }
45
45
  }, g = (e) => {
46
46
  var m;
47
- const o = ((m = e.match(q.PATH)) == null ? void 0 : m.map((a) => a.slice(1, -1))) || [], n = t.example.parameters[t.paramKey], i = new Map(n.map((a) => [a.key, a])), r = o.map(
47
+ const o = ((m = e.match(C.PATH)) == null ? void 0 : m.map((a) => a.slice(1, -1))) || [], n = t.example.parameters[t.paramKey], i = new Map(n.map((a) => [a.key, a])), r = o.map(
48
48
  (a) => i.get(a) || { key: a, value: "", enabled: !0 }
49
49
  );
50
50
  n.forEach((a) => {
@@ -58,14 +58,14 @@ const A = /* @__PURE__ */ x({
58
58
  (e) => {
59
59
  e && k(e);
60
60
  }
61
- ), (e, o) => (d(), h(C, {
61
+ ), (e, o) => (d(), h(P, {
62
62
  itemCount: s.value.length
63
63
  }, {
64
64
  title: f(() => [
65
65
  K(R(e.title), 1)
66
66
  ]),
67
67
  default: f(() => [
68
- s.value.length ? (d(), h(P, {
68
+ s.value.length ? (d(), h(q, {
69
69
  key: 0,
70
70
  class: "flex-1",
71
71
  columns: ["32px", "", ""],
@@ -1,8 +1,8 @@
1
- import type { EnvVariable } from '../../../store/active-entities';
2
1
  import type { Workspace } from '@scalar/oas-utils/entities';
3
2
  import type { Environment } from '@scalar/oas-utils/entities/environment';
4
3
  import type { SelectedSecuritySchemeUids } from '@scalar/oas-utils/entities/shared';
5
4
  import type { Collection, Operation, RequestExample, Server } from '@scalar/oas-utils/entities/spec';
5
+ import type { EnvVariable } from '../../../store/active-entities';
6
6
  type __VLS_Props = {
7
7
  collection: Collection;
8
8
  environment: Environment;
@@ -1 +1 @@
1
- {"version":3,"file":"RequestSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestSection.vue"],"names":[],"mappings":"AA4QA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAK1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAA;AACnF,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,cAAc,EACd,MAAM,EACP,MAAM,iCAAiC,CAAA;AASxC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,0BAA0B,EAAE,0BAA0B,CAAA;IACtD,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;;AA4TF,wBAOG"}
1
+ {"version":3,"file":"RequestSection.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestSection.vue"],"names":[],"mappings":"AAyQA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAC3D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AACzE,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,mCAAmC,CAAA;AACnF,OAAO,KAAK,EACV,UAAU,EACV,SAAS,EACT,cAAc,EACd,MAAM,EACP,MAAM,iCAAiC,CAAA;AASxC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAA;AAU1D,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,WAAW,EAAE,WAAW,CAAA;IACxB,YAAY,EAAE,WAAW,EAAE,CAAA;IAC3B,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,SAAS,CAAA;IACpB,0BAA0B,EAAE,0BAA0B,CAAA;IACtD,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,EAAE,SAAS,CAAA;CACrB,CAAC;;AA8TF,wBAOG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestSection.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-5ab558f8"]]);
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-95f8d421"]]);
5
5
  export {
6
- f as default
6
+ m as default
7
7
  };