@scalar/api-client 2.2.51 → 2.2.53

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 (404) hide show
  1. package/CHANGELOG.md +66 -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 +3 -1
  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 +1 -1
  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 +39 -33
  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 +37 -35
  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 +1 -1
  299. package/dist/views/Request/Request.vue2.js +114 -171
  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/components/SettingsAppearance.vue.js +6 -6
  393. package/dist/vitest.setup.d.ts +16 -0
  394. package/dist/vitest.setup.d.ts.map +1 -0
  395. package/package.json +16 -21
  396. package/dist/views/Servers/ServerForm.vue.d.ts.map +0 -1
  397. package/dist/views/Servers/ServerForm.vue.js +0 -39
  398. package/dist/views/Servers/ServerForm.vue2.js +0 -4
  399. package/dist/views/Servers/Servers.vue.d.ts.map +0 -1
  400. package/dist/views/Servers/Servers.vue.js +0 -4
  401. package/dist/views/Servers/Servers.vue2.js +0 -168
  402. package/dist/views/Servers/index.d.ts +0 -2
  403. package/dist/views/Servers/index.d.ts.map +0 -1
  404. package/dist/views/Servers/index.js +0 -4
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as b, openBlock as i, createElementBlock as g, Fragment as B, createBlock as c, unref as l, withCtx as f, createTextVNode as d, createCommentVNode as F } from "vue";
2
- import { isUrl as I } from "./utils/isUrl.js";
3
- import { useActiveEntities as U } from "../../store/active-entities.js";
4
2
  import { ScalarButton as y } from "@scalar/components";
5
- import { useToasts as q } from "@scalar/use-toasts";
6
- import { useRouter as M } from "vue-router";
3
+ import { useToasts as I } from "@scalar/use-toasts";
4
+ import { useRouter as U } from "vue-router";
5
+ import { isUrl as q } from "./utils/isUrl.js";
6
+ import { useActiveEntities as M } from "../../store/active-entities.js";
7
7
  import { useWorkspace as T } from "../../store/store.js";
8
8
  const _ = /* @__PURE__ */ b({
9
9
  __name: "ImportNowButton",
@@ -14,12 +14,12 @@ const _ = /* @__PURE__ */ b({
14
14
  },
15
15
  emits: ["importFinished"],
16
16
  setup(k, { emit: w }) {
17
- const r = k, h = w, v = M(), { activeWorkspace: n } = U(), { importSpecFromUrl: C, importSpecFile: x } = T(), { toast: u } = q();
17
+ const r = k, h = w, v = U(), { activeWorkspace: n } = M(), { importSpecFromUrl: C, importSpecFile: x } = T(), { toast: u } = I();
18
18
  async function a() {
19
19
  var o, t, m;
20
20
  try {
21
21
  if (r.source) {
22
- if (I(r.source)) {
22
+ if (q(r.source)) {
23
23
  const [e, s] = await C(
24
24
  r.source,
25
25
  ((o = n.value) == null ? void 0 : o.uid) ?? "",
@@ -57,7 +57,7 @@ const _ = /* @__PURE__ */ b({
57
57
  return (o, t) => o.source ? (i(), g(B, { key: 0 }, [
58
58
  o.variant === "button" ? (i(), c(l(y), {
59
59
  key: 0,
60
- class: "py-2.5 px-6 rounded-lg font-bold h-fit mt-3 w-full",
60
+ class: "mt-3 h-fit w-full rounded-lg px-6 py-2.5 font-bold",
61
61
  size: "md",
62
62
  type: "button",
63
63
  onClick: a
@@ -68,7 +68,7 @@ const _ = /* @__PURE__ */ b({
68
68
  _: 1
69
69
  })) : (i(), c(l(y), {
70
70
  key: 1,
71
- class: "text-[21px] py-2.5 px-6 rounded-lg font-bold h-fit",
71
+ class: "h-fit rounded-lg px-6 py-2.5 text-[21px] font-bold",
72
72
  size: "md",
73
73
  type: "button",
74
74
  variant: "ghost",
@@ -32,7 +32,7 @@ const I = /* @__PURE__ */ i({
32
32
  return r.includes(t) ? c : o;
33
33
  });
34
34
  return (o, t) => (p(), u(f(g), {
35
- class: "w-full h-full rounded-lg",
35
+ class: "h-full w-full rounded-lg",
36
36
  logo: s.value
37
37
  }, null, 8, ["logo"]));
38
38
  }
@@ -1 +1 @@
1
- {"version":3,"file":"OpenAppButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/OpenAppButton.vue"],"names":[],"mappings":"AAyFA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACvB,CAAC;;AA8JF,wBAMG"}
1
+ {"version":3,"file":"OpenAppButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/OpenAppButton.vue"],"names":[],"mappings":"AA2FA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACvB,CAAC;;AA8JF,wBAMG"}
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as l, openBlock as n, createElementBlock as o, createTextVNode as r, unref as d } from "vue";
2
2
  import { isUrl as s } from "../../libs/isUrl.js";
3
- const a = { class: "text-sm break-words text-center w-full font-medium" }, u = ["href"], m = {
3
+ const a = { class: "w-full break-words text-center text-sm font-medium" }, u = ["href"], m = {
4
4
  key: 1,
5
5
  textContent: "OpenAPI document manually"
6
6
  }, c = /* @__PURE__ */ l({
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceSelector.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/WorkspaceSelector.vue"],"names":[],"mappings":";AA6bA,wBAKG"}
1
+ {"version":3,"file":"WorkspaceSelector.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/WorkspaceSelector.vue"],"names":[],"mappings":";AA+bA,wBAKG"}
@@ -1,13 +1,13 @@
1
1
  import { defineComponent as W, ref as D, openBlock as m, createElementBlock as w, Fragment as k, createElementVNode as s, createVNode as a, unref as e, withCtx as r, renderList as z, createBlock as N, withModifiers as v, normalizeClass as M, toDisplayString as h, withDirectives as B, vModelText as V, createTextVNode as j } from "vue";
2
- import { useActiveEntities as E } from "../../store/active-entities.js";
3
- import { useModal as T, ScalarDropdown as $, ScalarDropdownItem as _, ScalarIcon as u, ScalarDropdownDivider as A, ScalarButton as b, ScalarModal as I } from "@scalar/components";
4
- import { useToasts as F } from "@scalar/use-toasts";
5
- import { useRouter as L } from "vue-router";
2
+ import { useModal as E, ScalarDropdown as T, ScalarDropdownItem as _, ScalarIcon as u, ScalarDropdownDivider as $, ScalarButton as b, ScalarModal as A } from "@scalar/components";
3
+ import { useToasts as I } from "@scalar/use-toasts";
4
+ import { useRouter as F } from "vue-router";
5
+ import { useActiveEntities as L } from "../../store/active-entities.js";
6
6
  import { useWorkspace as P } from "../../store/store.js";
7
- const R = { class: "flex items-center text-sm w-[inherit]" }, U = { class: "font-medium m-0 text-sm flex gap-1 items-center" }, q = { class: "line-clamp-1 text-left w-[calc(100%-10px)] text-xs" }, G = { class: "text-ellipsis overflow-hidden" }, H = { class: "flex items-center justify-center h-4 w-4" }, ee = /* @__PURE__ */ W({
7
+ const R = { class: "flex w-[inherit] items-center text-sm" }, U = { class: "m-0 flex items-center gap-1 text-sm font-medium" }, q = { class: "line-clamp-1 w-[calc(100%-10px)] text-left text-xs" }, G = { class: "overflow-hidden text-ellipsis" }, H = { class: "flex h-4 w-4 items-center justify-center" }, ee = /* @__PURE__ */ W({
8
8
  __name: "WorkspaceSelector",
9
9
  setup(J) {
10
- const { activeWorkspace: i } = E(), { workspaces: g, workspaceMutators: C } = P(), { push: f } = L(), c = T(), { toast: x } = F(), l = D(""), y = (n) => {
10
+ const { activeWorkspace: i } = L(), { workspaces: g, workspaceMutators: C } = P(), { push: f } = F(), c = E(), { toast: x } = I(), l = D(""), y = (n) => {
11
11
  var t;
12
12
  n !== ((t = i.value) == null ? void 0 : t.uid) && f({
13
13
  name: "workspace",
@@ -32,11 +32,11 @@ const R = { class: "flex items-center text-sm w-[inherit]" }, U = { class: "font
32
32
  };
33
33
  return (n, t) => (m(), w(k, null, [
34
34
  s("div", R, [
35
- a(e($), null, {
35
+ a(e(T), null, {
36
36
  items: r(() => [
37
37
  (m(!0), w(k, null, z(e(g), (o, p) => (m(), N(e(_), {
38
38
  key: p,
39
- class: "flex gap-1.5 group/item items-center whitespace-nowrap text-ellipsis overflow-hidden w-full",
39
+ class: "group/item flex w-full items-center gap-1.5 overflow-hidden text-ellipsis whitespace-nowrap",
40
40
  onClick: v((d) => y(p), ["stop"])
41
41
  }, {
42
42
  default: r(() => {
@@ -44,7 +44,7 @@ const R = { class: "flex items-center text-sm w-[inherit]" }, U = { class: "font
44
44
  return [
45
45
  s("div", {
46
46
  class: M([
47
- "flex items-center justify-center rounded-full p-[3px] w-4 h-4",
47
+ "flex h-4 w-4 items-center justify-center rounded-full p-[3px]",
48
48
  ((d = e(i)) == null ? void 0 : d.uid) === p ? "bg-c-accent text-b-1" : "shadow-border text-transparent"
49
49
  ])
50
50
  }, [
@@ -59,7 +59,7 @@ const R = { class: "flex items-center text-sm w-[inherit]" }, U = { class: "font
59
59
  }),
60
60
  _: 2
61
61
  }, 1032, ["onClick"]))), 128)),
62
- a(e(A)),
62
+ a(e($)),
63
63
  a(e(_), {
64
64
  class: "flex items-center gap-1.5",
65
65
  onClick: t[0] || (t[0] = (o) => e(c).show())
@@ -78,7 +78,7 @@ const R = { class: "flex items-center text-sm w-[inherit]" }, U = { class: "font
78
78
  ]),
79
79
  default: r(() => [
80
80
  a(e(b), {
81
- class: "font-normal h-full justify-start line-clamp-1 py-1 px-1.5 text-c-1 hover:bg-b-2 w-fit text-c-3",
81
+ class: "text-c-1 hover:bg-b-2 text-c-3 line-clamp-1 h-full w-fit justify-start px-1.5 py-1 font-normal",
82
82
  fullWidth: "",
83
83
  variant: "ghost"
84
84
  }, {
@@ -100,9 +100,9 @@ const R = { class: "flex items-center text-sm w-[inherit]" }, U = { class: "font
100
100
  _: 1
101
101
  })
102
102
  ]),
103
- a(e(I), {
103
+ a(e(A), {
104
104
  bodyClass: "m-0 p-1 rounded-lg border-t-0",
105
- class: "absolute z-overlay",
105
+ class: "z-overlay absolute",
106
106
  size: "xxs",
107
107
  state: e(c),
108
108
  variant: "form"
@@ -114,14 +114,14 @@ const R = { class: "flex items-center text-sm w-[inherit]" }, U = { class: "font
114
114
  }, [
115
115
  B(s("input", {
116
116
  "onUpdate:modelValue": t[1] || (t[1] = (o) => l.value = o),
117
- class: "border-none outline-none flex-1 w-full text-sm min-h-8 p-1.5",
117
+ class: "min-h-8 w-full flex-1 border-none p-1.5 text-sm outline-none",
118
118
  placeholder: "New Workspace",
119
119
  type: "text"
120
120
  }, null, 512), [
121
121
  [V, l.value]
122
122
  ]),
123
123
  a(e(b), {
124
- class: "max-h-8 text-xs p-0 px-3",
124
+ class: "max-h-8 p-0 px-3 text-xs",
125
125
  disabled: !l.value.trim(),
126
126
  type: "submit"
127
127
  }, {
@@ -1 +1 @@
1
- {"version":3,"file":"useUrlPrefetcher.d.ts","sourceRoot":"","sources":["../../../../src/components/ImportCollection/hooks/useUrlPrefetcher.ts"],"names":[],"mappings":"AAQA,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CACrB,CAAA;AAED;;GAEG;AACH,wBAAgB,gBAAgB;;eAVvB,MAAM,GAAG,SAAS;iBAChB,MAAM,GAAG,IAAI;eACf,MAAM,GAAG,IAAI;aACf,MAAM,GAAG,IAAI;eACX,MAAM,GAAG,IAAI;;yBAuHX,MAAM,GAAG,IAAI,UACZ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;EAoBjB"}
1
+ {"version":3,"file":"useUrlPrefetcher.d.ts","sourceRoot":"","sources":["../../../../src/components/ImportCollection/hooks/useUrlPrefetcher.ts"],"names":[],"mappings":"AAKA,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;IACpB,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAA;CACrB,CAAA;AAED;;GAEG;AACH,wBAAgB,gBAAgB;;eAVvB,MAAM,GAAG,SAAS;iBAChB,MAAM,GAAG,IAAI;eACf,MAAM,GAAG,IAAI;aACf,MAAM,GAAG,IAAI;eACX,MAAM,GAAG,IAAI;;yBAsH4B,MAAM,GAAG,IAAI,UAAU,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;EAmB9E"}
@@ -9,19 +9,19 @@ type __VLS_Props = {
9
9
  collectionUid: string;
10
10
  };
11
11
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
+ close: () => any;
12
13
  importCurl: (payload: {
13
14
  parsedCurl: RequestPayload;
14
15
  requestName: string;
15
16
  collectionUid: string;
16
17
  }) => any;
17
- close: () => any;
18
18
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
19
+ onClose?: () => any;
19
20
  onImportCurl?: (payload: {
20
21
  parsedCurl: RequestPayload;
21
22
  requestName: string;
22
23
  collectionUid: string;
23
24
  }) => any;
24
- onClose?: () => any;
25
25
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
26
  export default _default;
27
27
  //# sourceMappingURL=ImportCurlModal.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ImportCurlModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCurl/ImportCurlModal.vue"],"names":[],"mappings":"AAoKA,OAAO,KAAK,EAEV,cAAc,EACf,MAAM,iCAAiC,CAAA;AAMxC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,cAAc,GAAG,IAAI,CAAA;IACjC,KAAK,EAAE;QAAE,IAAI,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,IAAI,CAAC;QAAC,IAAI,EAAE,MAAM,IAAI,CAAA;KAAE,CAAA;IAC5D,aAAa,EAAE,MAAM,CAAA;CACtB,CAAC;;;oBAOgB,cAAc;qBACb,MAAM;uBACJ,MAAM;;;;;oBAFT,cAAc;qBACb,MAAM;uBACJ,MAAM;;;;AAwP3B,wBAQG"}
1
+ {"version":3,"file":"ImportCurlModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCurl/ImportCurlModal.vue"],"names":[],"mappings":"AAmKA,OAAO,KAAK,EAEV,cAAc,EACf,MAAM,iCAAiC,CAAA;AASxC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,cAAc,GAAG,IAAI,CAAA;IACjC,KAAK,EAAE;QAAE,IAAI,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,IAAI,CAAC;QAAC,IAAI,EAAE,MAAM,IAAI,CAAA;KAAE,CAAA;IAC5D,aAAa,EAAE,MAAM,CAAA;CACtB,CAAC;;;;oBAOgB,cAAc;qBACb,MAAM;uBACJ,MAAM;;;;;oBAFT,cAAc;qBACb,MAAM;uBACJ,MAAM;;;AAwP3B,wBAQG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./ImportCurlModal.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-b77d5bd3"]]);
4
+ const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-5e715899"]]);
5
5
  export {
6
6
  a as default
7
7
  };
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as N, ref as x, computed as b, watch as k, openBlock as I, createBlock as R, unref as a, withCtx as n, createVNode as s, withKeys as E, createElementVNode as r, toDisplayString as c, normalizeClass as z, createTextVNode as B } from "vue";
2
- import M from "../HttpMethod/HttpMethod.vue.js";
3
- import { useActiveEntities as T } from "../../store/active-entities.js";
4
- import { ScalarModal as j, ScalarTextField as D, ScalarListbox as K, ScalarButton as w, ScalarIcon as L } from "@scalar/components";
5
- import { useToasts as A } from "@scalar/use-toasts";
6
- const F = { class: "border flex flex-row gap-2 h-9 items-center mb-4 mt-2 p-[3px] rounded text-sm" }, H = { class: "flex h-full" }, P = { class: "scroll-timeline-x whitespace-nowrap" }, W = { class: "flex gap-10 justify-between" }, Y = /* @__PURE__ */ N({
2
+ import { ScalarModal as M, ScalarTextField as T, ScalarListbox as j, ScalarButton as w, ScalarIcon as D } from "@scalar/components";
3
+ import { useToasts as K } from "@scalar/use-toasts";
4
+ import L from "../HttpMethod/HttpMethod.vue.js";
5
+ import { useActiveEntities as A } from "../../store/active-entities.js";
6
+ const F = { class: "mb-4 mt-2 flex h-9 flex-row items-center gap-2 rounded border p-[3px] text-sm" }, H = { class: "flex h-full" }, P = { class: "scroll-timeline-x whitespace-nowrap" }, W = { class: "flex justify-between gap-10" }, Y = /* @__PURE__ */ N({
7
7
  __name: "ImportCurlModal",
8
8
  props: {
9
9
  parsedCurl: {},
@@ -12,7 +12,7 @@ const F = { class: "border flex flex-row gap-2 h-9 items-center mb-4 mt-2 p-[3px
12
12
  },
13
13
  emits: ["importCurl", "close"],
14
14
  setup(_, { emit: q }) {
15
- const o = _, V = q, { toast: g } = A(), i = x(""), { activeWorkspaceCollections: y, activeCollection: S } = T(), p = b(() => !i.value.trim()), u = b(
15
+ const o = _, V = q, { toast: g } = K(), i = x(""), { activeWorkspaceCollections: y, activeCollection: S } = A(), p = b(() => !i.value.trim()), u = b(
16
16
  () => y.value.map((e) => {
17
17
  var t;
18
18
  return {
@@ -50,7 +50,7 @@ const F = { class: "border flex flex-row gap-2 h-9 items-center mb-4 mt-2 p-[3px
50
50
  (e) => {
51
51
  e && (i.value = "");
52
52
  }
53
- ), (e, t) => (I(), R(a(j), {
53
+ ), (e, t) => (I(), R(a(M), {
54
54
  size: "xs",
55
55
  state: e.state,
56
56
  title: "Import cURL request"
@@ -58,7 +58,7 @@ const F = { class: "border flex flex-row gap-2 h-9 items-center mb-4 mt-2 p-[3px
58
58
  default: n(() => {
59
59
  var f, v, C, h;
60
60
  return [
61
- s(a(D), {
61
+ s(a(T), {
62
62
  modelValue: i.value,
63
63
  "onUpdate:modelValue": t[0] || (t[0] = (d) => i.value = d),
64
64
  autofocus: "",
@@ -68,7 +68,7 @@ const F = { class: "border flex flex-row gap-2 h-9 items-center mb-4 mt-2 p-[3px
68
68
  }, null, 8, ["modelValue"]),
69
69
  r("div", F, [
70
70
  r("div", H, [
71
- s(M, {
71
+ s(L, {
72
72
  isEditable: !1,
73
73
  isSquare: "",
74
74
  method: ((f = o.parsedCurl) == null ? void 0 : f.method) || "get"
@@ -77,21 +77,21 @@ const F = { class: "border flex flex-row gap-2 h-9 items-center mb-4 mt-2 p-[3px
77
77
  r("span", P, c(((C = (v = o.parsedCurl) == null ? void 0 : v.servers) == null ? void 0 : C[0]) || "") + c(((h = o.parsedCurl) == null ? void 0 : h.path) || ""), 1)
78
78
  ]),
79
79
  r("div", W, [
80
- s(a(K), {
80
+ s(a(j), {
81
81
  modelValue: l.value,
82
82
  "onUpdate:modelValue": t[1] || (t[1] = (d) => l.value = d),
83
83
  options: u.value
84
84
  }, {
85
85
  default: n(() => [
86
86
  s(a(w), {
87
- class: "justify-between p-2 max-h-8 gap-1 text-xs hover:bg-b-2",
87
+ class: "hover:bg-b-2 max-h-8 justify-between gap-1 p-2 text-xs",
88
88
  variant: "outlined"
89
89
  }, {
90
90
  default: n(() => [
91
91
  r("span", {
92
92
  class: z(["whitespace-nowrap", l.value ? "text-c-1" : "text-c-3"])
93
93
  }, c(l.value ? l.value.label : "Select Collection"), 3),
94
- s(a(L), {
94
+ s(a(D), {
95
95
  class: "text-c-3",
96
96
  icon: "ChevronDown",
97
97
  size: "md"
@@ -103,7 +103,7 @@ const F = { class: "border flex flex-row gap-2 h-9 items-center mb-4 mt-2 p-[3px
103
103
  _: 1
104
104
  }, 8, ["modelValue", "options"]),
105
105
  s(a(w), {
106
- class: "gap-1.5 font-medium px-2.5 h-8 shadow-none focus:outline-none whitespace-nowrap",
106
+ class: "h-8 gap-1.5 whitespace-nowrap px-2.5 font-medium shadow-none focus:outline-none",
107
107
  disabled: p.value,
108
108
  type: "submit",
109
109
  onClick: m
@@ -1,7 +1,7 @@
1
- import o from "./ScalarAsciiArt.vue2.js";
1
+ import a from "./ScalarAsciiArt.vue2.js";
2
2
  /* empty css */
3
- import r from "../_virtual/_plugin-vue_export-helper.js";
4
- const i = /* @__PURE__ */ r(o, [["__scopeId", "data-v-0018c948"]]);
3
+ import o from "../_virtual/_plugin-vue_export-helper.js";
4
+ const i = /* @__PURE__ */ o(a, [["__scopeId", "data-v-ea0a9794"]]);
5
5
  export {
6
6
  i as default
7
7
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useSearch.d.ts","sourceRoot":"","sources":["../../../src/components/Search/useSearch.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iCAAiC,CAAA;AAE9D,OAAa,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAA;AAI/C;;;GAGG;AACH,wBAAgB,SAAS;;;eAUd,MAAM;qBACA,MAAM;kBACT,MAAM;YACZ,MAAM;cACJ,MAAM;cACN,MAAM,GAAG,SAAS;;;iCAwHU,UAAU;eA7HrC,MAAM;qBACA,MAAM;kBACT,MAAM;YACZ,MAAM;cACJ,MAAM;cACN,MAAM,GAAG,SAAS;MAwH8B;sBAxDjC,IAAI;;;uCAae,IAAI,GAAG,MAAM;;mCAtDjB,OAAO,EAAE;EAgIhD"}
1
+ {"version":3,"file":"useSearch.d.ts","sourceRoot":"","sources":["../../../src/components/Search/useSearch.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iCAAiC,CAAA;AAE9D,OAAa,EAAE,KAAK,UAAU,EAAE,MAAM,SAAS,CAAA;AAI/C;;;GAGG;AACH,wBAAgB,SAAS;;;eAMd,MAAM;qBACA,MAAM;kBACT,MAAM;YACZ,MAAM;cACJ,MAAM;cACN,MAAM,GAAG,SAAS;;;iCAmHU,UAAU;eAxHrC,MAAM;qBACA,MAAM;kBACT,MAAM;YACZ,MAAM;cACJ,MAAM;cACN,MAAM,GAAG,SAAS;MAmH8B;sBApDjC,IAAI;;;uCAae,IAAI,GAAG,MAAM;;mCArDjB,OAAO,EAAE;EAyHhD"}
@@ -6,11 +6,7 @@ import { ref as n, watch as W, computed as b, nextTick as P } from "vue";
6
6
  import { useRouter as V } from "vue-router";
7
7
  import { useWorkspace as B } from "../../store/store.js";
8
8
  function Q() {
9
- const u = V(), {
10
- activeWorkspace: E,
11
- activeWorkspaceRequests: f,
12
- activeWorkspaceCollections: w
13
- } = L(), { requests: x, tags: A } = B(), c = n([]), i = n([]), a = n(0), r = n(""), v = n(null), m = n([]), p = new M(c.value, {
9
+ const u = V(), { activeWorkspace: E, activeWorkspaceRequests: f, activeWorkspaceCollections: w } = L(), { requests: x, tags: A } = B(), c = n([]), i = n([]), a = n(0), r = n(""), v = n(null), m = n([]), p = new M(c.value, {
14
10
  keys: ["title", "description", "body"]
15
11
  }), C = () => {
16
12
  r.value = "", a.value = 0, i.value = [], v.value instanceof HTMLInputElement && v.value.blur();
@@ -61,9 +57,7 @@ function Q() {
61
57
  const e = h.value[a.value];
62
58
  e && g(e);
63
59
  }
64
- }, H = b(
65
- () => f.value.map((e) => x[e]).filter(y)
66
- );
60
+ }, H = b(() => f.value.map((e) => x[e]).filter(y));
67
61
  W(
68
62
  f,
69
63
  () => {
@@ -73,11 +67,9 @@ function Q() {
73
67
  );
74
68
  const g = (e) => {
75
69
  u.push(e.item.id), C();
76
- }, h = b(
77
- () => r.value.length === 0 ? c.value.map((e) => ({
78
- item: e
79
- })) : i.value
80
- );
70
+ }, h = b(() => r.value.length === 0 ? c.value.map((e) => ({
71
+ item: e
72
+ })) : i.value);
81
73
  return {
82
74
  searchText: r,
83
75
  searchResultsWithPlaceholderResults: h,
@@ -3,7 +3,6 @@ type __VLS_Props = {
3
3
  collection: Collection;
4
4
  operation?: Operation;
5
5
  server: Server | undefined;
6
- layout: 'client' | 'reference';
7
6
  /** The id of the target to use for the popover (e.g. address bar) */
8
7
  target: string;
9
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"ServerDropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Server/ServerDropdown.vue"],"names":[],"mappings":"AA8LA,OAAO,KAAK,EACV,UAAU,EACV,OAAO,IAAI,SAAS,EACpB,MAAM,EACP,MAAM,iCAAiC,CAAA;AAUxC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,MAAM,EAAE,QAAQ,GAAG,WAAW,CAAA;IAC9B,qEAAqE;IACrE,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AAuRF,wBAOG"}
1
+ {"version":3,"file":"ServerDropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Server/ServerDropdown.vue"],"names":[],"mappings":"AAqKA,OAAO,KAAK,EACV,UAAU,EACV,OAAO,IAAI,SAAS,EACpB,MAAM,EACP,MAAM,iCAAiC,CAAA;AAUxC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,SAAS,CAAC,EAAE,SAAS,CAAA;IACrB,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,qEAAqE;IACrE,MAAM,EAAE,MAAM,CAAA;CACf,CAAC;;AAgRF,wBAOG"}
@@ -1,19 +1,18 @@
1
- import { defineComponent as L, computed as i, watch as W, openBlock as n, createBlock as c, unref as a, withCtx as u, createElementVNode as s, normalizeClass as h, createElementBlock as d, Fragment as m, renderList as k, createVNode as v, createCommentVNode as f, createTextVNode as j, toDisplayString as q } from "vue";
2
- import { cva as E, ScalarPopover as F, ScalarDropdownDivider as I, ScalarIcon as x, ScalarFloatingBackdrop as M, ScalarButton as P, cx as T } from "@scalar/components";
3
- import { useLayout as $ } from "../../hooks/useLayout.js";
4
- import { useWorkspace as G } from "../../store/store.js";
5
- import w from "./ServerDropdownItem.vue.js";
6
- const H = ["onClick"], J = { class: "flex h-4 w-4 items-center justify-center" }, Z = /* @__PURE__ */ L({
1
+ import { defineComponent as V, computed as i, watch as A, openBlock as n, createBlock as v, unref as a, withCtx as c, createElementVNode as s, createElementBlock as d, Fragment as m, renderList as h, createVNode as u, createCommentVNode as x, createTextVNode as z, toDisplayString as L } from "vue";
2
+ import { ScalarPopover as W, ScalarDropdownDivider as q, ScalarIcon as E, ScalarFloatingBackdrop as F, ScalarButton as I } from "@scalar/components";
3
+ import { useLayout as M } from "../../hooks/useLayout.js";
4
+ import { useWorkspace as P } from "../../store/store.js";
5
+ import k from "./ServerDropdownItem.vue.js";
6
+ const T = ["onClick"], j = { class: "flex h-4 w-4 items-center justify-center" }, Q = /* @__PURE__ */ V({
7
7
  __name: "ServerDropdown",
8
8
  props: {
9
9
  collection: {},
10
10
  operation: {},
11
11
  server: {},
12
- layout: {},
13
12
  target: {}
14
13
  },
15
14
  setup(l) {
16
- const { layout: C } = $(), { servers: p, collectionMutators: D, events: U, serverMutators: V } = G(), y = i(
15
+ const { layout: y } = M(), { servers: p, collectionMutators: w, events: C, serverMutators: D } = P(), f = i(
17
16
  () => {
18
17
  var e, r;
19
18
  return (r = (e = l.operation) == null ? void 0 : e.servers) == null ? void 0 : r.map((t) => {
@@ -41,20 +40,20 @@ const H = ["onClick"], J = { class: "flex h-4 w-4 items-center justify-center" }
41
40
  })
42
41
  );
43
42
  }
44
- ), z = i(
43
+ ), U = i(
45
44
  () => {
46
45
  var e, r;
47
- return ((e = y.value) == null ? void 0 : e.length) && ((r = b.value) == null ? void 0 : r.length);
46
+ return ((e = f.value) == null ? void 0 : e.length) && ((r = b.value) == null ? void 0 : r.length);
48
47
  }
49
48
  );
50
- W([() => l.collection, () => l.operation], ([e, r]) => {
49
+ A([() => l.collection, () => l.operation], ([e, r]) => {
51
50
  var o;
52
51
  if (!e || e.selectedServerUid || r != null && r.selectedServerUid)
53
52
  return;
54
53
  const t = (o = l.collection.servers) == null ? void 0 : o[0];
55
- t && D.edit(l.collection.uid, "selectedServerUid", t);
54
+ t && w.edit(l.collection.uid, "selectedServerUid", t);
56
55
  });
57
- const B = () => U.commandPalette.emit({
56
+ const B = () => C.commandPalette.emit({
58
57
  commandName: "Add Server"
59
58
  }), N = i(() => {
60
59
  var e, r, t;
@@ -62,94 +61,78 @@ const H = ["onClick"], J = { class: "flex h-4 w-4 items-center justify-center" }
62
61
  }), g = (e, r) => {
63
62
  if (!l.server) return;
64
63
  const t = l.server.variables || {};
65
- t[e] = { ...t[e], default: r }, V.edit(l.server.uid, "variables", t);
66
- }, A = E({
67
- base: "gap-0.75 z-context-plus lg:text-sm text-xs whitespace-nowrap px-1.5 h-6.5",
68
- variants: {
69
- reference: {
70
- true: "!font-normal justify-start px-3 py-1.5 rounded-b-lg text-c-1 w-full",
71
- false: "border hover:bg-b-2 font-code ml-0.75 rounded text-c-2"
72
- }
73
- }
74
- });
75
- return (e, r) => (n(), c(a(F), {
64
+ t[e] = { ...t[e], default: r }, D.edit(l.server.uid, "variables", t);
65
+ };
66
+ return (e, r) => (n(), v(a(W), {
76
67
  class: "max-h-[inherit] p-0 text-sm",
77
- offset: e.layout === "reference" ? 6 : 0,
68
+ offset: 0,
78
69
  placement: "bottom-start",
79
70
  resize: "",
80
71
  target: e.target,
81
72
  teleport: `#${e.target}`
82
73
  }, {
83
- popover: u(({ close: t }) => [
74
+ popover: c(({ close: t }) => [
84
75
  s("div", {
85
- class: h(["custom-scroll flex max-h-[inherit] flex-col gap-1 p-1", e.layout !== "reference" && "border-t"]),
76
+ class: "custom-scroll flex max-h-[inherit] flex-col gap-1 border-t p-1",
86
77
  onClick: t
87
78
  }, [
88
- (n(!0), d(m, null, k(y.value, (o) => (n(), c(w, {
79
+ (n(!0), d(m, null, h(f.value, (o) => (n(), v(k, {
89
80
  key: o.id,
90
81
  collection: e.collection,
91
- layout: e.layout,
92
82
  operation: e.operation,
93
83
  server: e.server,
94
84
  serverOption: o,
95
85
  type: "request",
96
86
  "onUpdate:variable": g
97
- }, null, 8, ["collection", "layout", "operation", "server", "serverOption"]))), 128)),
98
- z.value ? (n(), d(m, { key: 0 }, [
99
- v(a(I)),
87
+ }, null, 8, ["collection", "operation", "server", "serverOption"]))), 128)),
88
+ U.value ? (n(), d(m, { key: 0 }, [
89
+ u(a(q)),
100
90
  r[1] || (r[1] = s("div", { class: "text-xxs text-c-2 px-2.5 py-1" }, "Collection", -1))
101
- ], 64)) : f("", !0),
102
- (n(!0), d(m, null, k(b.value, (o) => (n(), c(w, {
91
+ ], 64)) : x("", !0),
92
+ (n(!0), d(m, null, h(b.value, (o) => (n(), v(k, {
103
93
  key: o.id,
104
94
  collection: e.collection,
105
- layout: e.layout,
106
95
  operation: e.operation,
107
96
  server: e.server,
108
97
  serverOption: o,
109
98
  type: "collection",
110
99
  "onUpdate:variable": g
111
- }, null, 8, ["collection", "layout", "operation", "server", "serverOption"]))), 128)),
112
- a(C) !== "modal" ? (n(), d("button", {
100
+ }, null, 8, ["collection", "operation", "server", "serverOption"]))), 128)),
101
+ a(y) !== "modal" ? (n(), d("button", {
113
102
  key: 1,
114
103
  class: "text-xxs p-1.75 hover:bg-b-2 flex cursor-pointer items-center gap-1.5 rounded",
115
104
  type: "button",
116
105
  onClick: B
117
106
  }, [
118
- s("div", J, [
119
- v(a(x), {
107
+ s("div", j, [
108
+ u(a(E), {
120
109
  icon: "Add",
121
110
  size: "sm"
122
111
  })
123
112
  ]),
124
113
  r[2] || (r[2] = s("span", null, "Add Server", -1))
125
- ])) : f("", !0)
126
- ], 10, H)
114
+ ])) : x("", !0)
115
+ ], 8, T)
127
116
  ]),
128
- backdrop: u(() => [
129
- v(a(M), { class: "-top-[--scalar-address-bar-height] rounded-lg" })
117
+ backdrop: c(() => [
118
+ u(a(F), { class: "-top-[--scalar-address-bar-height] rounded-lg" })
130
119
  ]),
131
- default: u(() => [
132
- v(a(P), {
133
- class: h(a(T)(a(A)({ reference: e.layout === "reference" }))),
120
+ default: c(() => [
121
+ u(a(I), {
122
+ class: "gap-0.75 z-context-plus h-6.5 hover:bg-b-2 font-code ml-0.75 text-c-2 whitespace-nowrap rounded border px-1.5 text-xs lg:text-sm",
134
123
  variant: "ghost"
135
124
  }, {
136
- default: u(() => [
125
+ default: c(() => [
137
126
  r[0] || (r[0] = s("span", { class: "sr-only" }, "Server:", -1)),
138
- j(" " + q(N.value) + " ", 1),
139
- e.layout === "reference" ? (n(), c(a(x), {
140
- key: 0,
141
- class: "text-c-2",
142
- icon: "ChevronDown",
143
- size: "sm"
144
- })) : f("", !0)
127
+ z(" " + L(N.value), 1)
145
128
  ]),
146
129
  _: 1
147
- }, 8, ["class"])
130
+ })
148
131
  ]),
149
132
  _: 1
150
- }, 8, ["offset", "target", "teleport"]));
133
+ }, 8, ["target", "teleport"]));
151
134
  }
152
135
  });
153
136
  export {
154
- Z as default
137
+ Q as default
155
138
  };
@@ -8,7 +8,6 @@ type __VLS_Props = {
8
8
  label: string;
9
9
  };
10
10
  type: 'collection' | 'request';
11
- layout: 'client' | 'reference';
12
11
  };
13
12
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
13
  "update:variable": (key: string, value: string) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"ServerDropdownItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Server/ServerDropdownItem.vue"],"names":[],"mappings":"AA4HA,OAAO,KAAK,EACV,UAAU,EACV,OAAO,IAAI,SAAS,EACpB,MAAM,EACP,MAAM,iCAAiC,CAAA;AAQxC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,SAAS,EAAE,SAAS,GAAG,SAAS,CAAA;IAChC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,YAAY,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,CAAA;QACjB,KAAK,EAAE,MAAM,CAAA;KACd,CAAA;IACD,IAAI,EAAE,YAAY,GAAG,SAAS,CAAA;IAC9B,MAAM,EAAE,QAAQ,GAAG,WAAW,CAAA;CAC/B,CAAC;;;;;;AAgMF,wBAQG"}
1
+ {"version":3,"file":"ServerDropdownItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Server/ServerDropdownItem.vue"],"names":[],"mappings":"AAyHA,OAAO,KAAK,EACV,UAAU,EACV,OAAO,IAAI,SAAS,EACpB,MAAM,EACP,MAAM,iCAAiC,CAAA;AAQxC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,CAAA;IACtB,SAAS,EAAE,SAAS,GAAG,SAAS,CAAA;IAChC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,YAAY,EAAE;QACZ,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,CAAA;QACjB,KAAK,EAAE,MAAM,CAAA;KACd,CAAA;IACD,IAAI,EAAE,YAAY,GAAG,SAAS,CAAA;CAC/B,CAAC;;;;;;AA8LF,wBAQG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./ServerDropdownItem.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-8eba7808"]]);
4
+ const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-2ba27de2"]]);
5
5
  export {
6
6
  p as default
7
7
  };