@scalar/api-client 2.1.21 → 2.1.22

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 (277) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/components/AddressBar/AddressBar.vue.d.ts +4 -4
  3. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  4. package/dist/components/AddressBar/AddressBar.vue2.js +80 -80
  5. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts +3 -12
  6. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
  7. package/dist/components/AddressBar/AddressBarServer.vue.d.ts +1 -1
  8. package/dist/components/AddressBar/AddressBarServer.vue.js +37 -37
  9. package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts +3 -12
  10. package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts.map +1 -1
  11. package/dist/components/CodeInput/CodeInput.vue.d.ts +11 -44
  12. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  13. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts +8 -17
  14. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts.map +1 -1
  15. package/dist/components/CommandPalette/CommandActionForm.vue.js +10 -10
  16. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts +7 -16
  17. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts.map +1 -1
  18. package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts +5 -5
  19. package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts.map +1 -1
  20. package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +2 -2
  21. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts +7 -16
  22. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
  23. package/dist/components/CommandPalette/CommandPaletteExample.vue.js +31 -31
  24. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts +5 -5
  25. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
  26. package/dist/components/CommandPalette/CommandPaletteImport.vue.js +65 -65
  27. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts +7 -16
  28. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
  29. package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +12 -12
  30. package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts +5 -5
  31. package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts.map +1 -1
  32. package/dist/components/CommandPalette/CommandPaletteServer.vue.js +33 -33
  33. package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts +5 -5
  34. package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts.map +1 -1
  35. package/dist/components/CommandPalette/CommandPaletteTag.vue.js +21 -21
  36. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts +5 -5
  37. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
  38. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +14 -14
  39. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +48 -56
  40. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  41. package/dist/components/ContextBar.vue.d.ts +6 -15
  42. package/dist/components/ContextBar.vue.d.ts.map +1 -1
  43. package/dist/components/DataTable/DataTable.vue.d.ts +3 -12
  44. package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
  45. package/dist/components/DataTable/DataTableCell.vue.d.ts +4 -25
  46. package/dist/components/DataTable/DataTableCell.vue.d.ts.map +1 -1
  47. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts +7 -28
  48. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
  49. package/dist/components/DataTable/DataTableHeader.vue.d.ts +1 -1
  50. package/dist/components/DataTable/DataTableHeader.vue.d.ts.map +1 -1
  51. package/dist/components/DataTable/DataTableInput.vue.d.ts +12 -37
  52. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  53. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts +7 -28
  54. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  55. package/dist/components/DataTable/DataTableInputSelect.vue.js +34 -34
  56. package/dist/components/DataTable/DataTableRow.vue.d.ts +1 -1
  57. package/dist/components/DataTable/DataTableRow.vue.d.ts.map +1 -1
  58. package/dist/components/DataTable/DataTableText.vue.d.ts +3 -12
  59. package/dist/components/DataTable/DataTableText.vue.d.ts.map +1 -1
  60. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts +1 -1
  61. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +37 -37
  62. package/dist/components/Form/Form.vue.d.ts +3 -12
  63. package/dist/components/Form/Form.vue.d.ts.map +1 -1
  64. package/dist/components/HelpfulLink.vue.d.ts +3 -12
  65. package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
  66. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +7 -32
  67. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  68. package/dist/components/IconSelector.vue.d.ts +6 -15
  69. package/dist/components/IconSelector.vue.d.ts.map +1 -1
  70. package/dist/components/IconSelector.vue.js +14 -14
  71. package/dist/components/ImportCollection/DropEventListener.vue.d.ts +4 -4
  72. package/dist/components/ImportCollection/DropEventListener.vue.d.ts.map +1 -1
  73. package/dist/components/ImportCollection/DropEventListener.vue.js +20 -20
  74. package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts +1 -1
  75. package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts.map +1 -1
  76. package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts +6 -15
  77. package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts.map +1 -1
  78. package/dist/components/ImportCollection/ImportCollectionModal.vue.js +22 -22
  79. package/dist/components/ImportCollection/ImportNowButton.vue.d.ts +6 -15
  80. package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
  81. package/dist/components/ImportCollection/ImportNowButton.vue.js +35 -35
  82. package/dist/components/ImportCollection/OpenAppButton.vue.d.ts +3 -12
  83. package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +1 -1
  84. package/dist/components/ImportCollection/OperationBadge.vue.d.ts +3 -12
  85. package/dist/components/ImportCollection/OperationBadge.vue.d.ts.map +1 -1
  86. package/dist/components/ImportCollection/PasteEventListener.vue.d.ts +4 -4
  87. package/dist/components/ImportCollection/PasteEventListener.vue.d.ts.map +1 -1
  88. package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts +4 -4
  89. package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts.map +1 -1
  90. package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts +7 -16
  91. package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts.map +1 -1
  92. package/dist/components/ImportCurl/ImportCurlModal.vue2.js +33 -33
  93. package/dist/components/ScalarAsciiArt.vue.d.ts +3 -12
  94. package/dist/components/ScalarAsciiArt.vue.d.ts.map +1 -1
  95. package/dist/components/ScalarHotkey.vue.d.ts +6 -15
  96. package/dist/components/ScalarHotkey.vue.d.ts.map +1 -1
  97. package/dist/components/ScreenReader.vue.d.ts +4 -25
  98. package/dist/components/ScreenReader.vue.d.ts.map +1 -1
  99. package/dist/components/Search/useSearch.d.ts +4 -4
  100. package/dist/components/SideNav/SideHelp.vue.d.ts +1 -1
  101. package/dist/components/SideNav/SideHelp.vue.js +48 -48
  102. package/dist/components/SideNav/SideNav.vue.d.ts +1 -1
  103. package/dist/components/SideNav/SideNav.vue2.js +27 -27
  104. package/dist/components/SideNav/SideNavLink.vue.d.ts +3 -12
  105. package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
  106. package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts +3 -12
  107. package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts.map +1 -1
  108. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts +8 -17
  109. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts.map +1 -1
  110. package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts +7 -16
  111. package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts.map +1 -1
  112. package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts +7 -16
  113. package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts.map +1 -1
  114. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts +7 -16
  115. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts.map +1 -1
  116. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +8 -8
  117. package/dist/components/Sidebar/Sidebar.vue.d.ts +4 -25
  118. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  119. package/dist/components/Sidebar/SidebarButton.vue.d.ts +3 -12
  120. package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
  121. package/dist/components/Sidebar/SidebarList.vue.d.ts +1 -1
  122. package/dist/components/Sidebar/SidebarList.vue.d.ts.map +1 -1
  123. package/dist/components/Sidebar/SidebarListElement.vue.d.ts +11 -34
  124. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  125. package/dist/components/Sidebar/SidebarListElement.vue.js +2 -2
  126. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts +6 -15
  127. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
  128. package/dist/components/Sidebar/SidebarListElementActions.vue.js +21 -21
  129. package/dist/components/Sidebar/SidebarToggle.vue.d.ts +6 -15
  130. package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
  131. package/dist/components/Sidebar/SidebarToggle.vue.js +24 -24
  132. package/dist/components/SubpageHeader.vue.d.ts +1 -1
  133. package/dist/components/SubpageHeader.vue.d.ts.map +1 -1
  134. package/dist/components/TopNav/TopNav.vue.d.ts +3 -12
  135. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  136. package/dist/components/TopNav/TopNav.vue2.js +66 -66
  137. package/dist/components/TopNav/TopNavItem.vue.d.ts +11 -20
  138. package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
  139. package/dist/components/TopNav/TopNavItem.vue2.js +32 -32
  140. package/dist/components/ViewLayout/ViewLayout.vue.d.ts +1 -1
  141. package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
  142. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +4 -27
  143. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  144. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts +1 -1
  145. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts.map +1 -1
  146. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts +1 -1
  147. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
  148. package/dist/hooks/useDarkModeState.d.ts +1 -1
  149. package/dist/hooks/useFileDialog.d.ts +15 -0
  150. package/dist/hooks/useFileDialog.d.ts.map +1 -1
  151. package/dist/layouts/App/ApiClientApp.vue.d.ts +4 -4
  152. package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
  153. package/dist/layouts/App/create-api-client-app.d.ts +2 -2
  154. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  155. package/dist/layouts/Modal/ApiClientModal.vue.d.ts +1 -1
  156. package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
  157. package/dist/layouts/Modal/create-api-client-modal.d.ts +4 -4
  158. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  159. package/dist/layouts/Web/ApiClientWeb.vue.d.ts +1 -1
  160. package/dist/layouts/Web/create-api-client-web.d.ts +2 -2
  161. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  162. package/dist/libs/create-client.d.ts +2 -2
  163. package/dist/libs/create-client.d.ts.map +1 -1
  164. package/dist/libs/send-request.d.ts +5 -5
  165. package/dist/libs/send-request.d.ts.map +1 -1
  166. package/dist/libs/send-request.js +93 -99
  167. package/dist/store/requests.d.ts.map +1 -1
  168. package/dist/store/store.d.ts +4 -4
  169. package/dist/store/store.d.ts.map +1 -1
  170. package/dist/style.css +1 -1
  171. package/dist/views/Collection/Collection.vue.d.ts +1 -1
  172. package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts +1 -1
  173. package/dist/views/Cookies/CookieForm.vue.d.ts +1 -1
  174. package/dist/views/Cookies/CookieForm.vue.js +15 -15
  175. package/dist/views/Cookies/CookieRaw.vue.d.ts +1 -1
  176. package/dist/views/Cookies/CookieRaw.vue.js +14 -14
  177. package/dist/views/Cookies/Cookies.vue.d.ts +1 -1
  178. package/dist/views/Cookies/Cookies.vue2.js +2 -2
  179. package/dist/views/Environment/Environment.vue.d.ts +1 -1
  180. package/dist/views/Environment/Environment.vue2.js +29 -29
  181. package/dist/views/Environment/EnvironmentColors.vue.d.ts +6 -15
  182. package/dist/views/Environment/EnvironmentColors.vue.d.ts.map +1 -1
  183. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +6 -15
  184. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  185. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +27 -27
  186. package/dist/views/Request/Request.vue.d.ts +4 -4
  187. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  188. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts +6 -15
  189. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts.map +1 -1
  190. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +14 -14
  191. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts +3 -12
  192. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
  193. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +82 -82
  194. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts +3 -12
  195. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
  196. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +31 -31
  197. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +3 -12
  198. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  199. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +92 -92
  200. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts +7 -16
  201. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts.map +1 -1
  202. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts +1 -1
  203. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.js +60 -60
  204. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts +11 -34
  205. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts.map +1 -1
  206. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts +3 -12
  207. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  208. package/dist/views/Request/RequestSection/RequestBody.vue.js +71 -71
  209. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts +3 -12
  210. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
  211. package/dist/views/Request/RequestSection/RequestParams.vue.js +34 -34
  212. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts +3 -12
  213. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
  214. package/dist/views/Request/RequestSection/RequestPathParams.vue.js +34 -34
  215. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts +1 -1
  216. package/dist/views/Request/RequestSection/RequestSection.vue.js +1 -1
  217. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +14 -37
  218. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  219. package/dist/views/Request/RequestSection/RequestTable.vue2.js +67 -67
  220. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts +3 -12
  221. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
  222. package/dist/views/Request/RequestSidebar.vue.d.ts +7 -16
  223. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
  224. package/dist/views/Request/RequestSidebar.vue2.js +97 -97
  225. package/dist/views/Request/RequestSidebarItem.vue.d.ts +9 -34
  226. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  227. package/dist/views/Request/RequestSidebarItem.vue2.js +117 -117
  228. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts +6 -15
  229. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
  230. package/dist/views/Request/RequestSidebarItemMenu.vue2.js +60 -60
  231. package/dist/views/Request/RequestSubpageHeader.vue.d.ts +9 -18
  232. package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
  233. package/dist/views/Request/RequestSubpageHeader.vue2.js +26 -26
  234. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts +3 -12
  235. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
  236. package/dist/views/Request/ResponseSection/ResponseBody.vue.js +26 -26
  237. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts +3 -12
  238. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
  239. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +8 -8
  240. package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.d.ts +1 -1
  241. package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.d.ts.map +1 -1
  242. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts +3 -12
  243. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts.map +1 -1
  244. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +4 -4
  245. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts +3 -12
  246. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
  247. package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts +6 -15
  248. package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts.map +1 -1
  249. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts +3 -12
  250. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts.map +1 -1
  251. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +15 -15
  252. package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts +3 -12
  253. package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts.map +1 -1
  254. package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +19 -19
  255. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts +1 -1
  256. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +35 -35
  257. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts +3 -12
  258. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts.map +1 -1
  259. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +18 -18
  260. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts +1 -1
  261. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +12 -12
  262. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts +3 -12
  263. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
  264. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts +3 -12
  265. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
  266. package/dist/views/Request/ResponseSection/ResponseSection.vue.js +42 -42
  267. package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts +1 -1
  268. package/dist/views/Request/components/WorkspaceDropdown.vue.js +85 -85
  269. package/dist/views/Servers/ServerForm.vue.d.ts +1 -1
  270. package/dist/views/Servers/Servers.vue.d.ts +1 -1
  271. package/dist/views/Servers/Servers.vue2.js +29 -29
  272. package/dist/views/Settings/Settings.vue.d.ts +1 -1
  273. package/dist/views/Settings/SettingsGeneral.vue.d.ts +1 -1
  274. package/dist/views/Settings/SettingsGeneral.vue.js +37 -37
  275. package/dist/views/Settings/SettingsGeneralMode.vue.d.ts +1 -1
  276. package/dist/views/Settings/SettingsGeneralMode.vue.js +38 -38
  277. package/package.json +13 -18
@@ -1,6 +1,6 @@
1
- import { defineComponent as P, ref as c, computed as x, openBlock as h, createBlock as C, withCtx as u, createElementVNode as f, createVNode as i, unref as n, normalizeClass as V, toDisplayString as q, createCommentVNode as W, createTextVNode as j } from "vue";
1
+ import { defineComponent as P, ref as c, computed as x, openBlock as C, createBlock as h, withCtx as u, createElementVNode as f, createVNode as i, unref as n, normalizeClass as V, toDisplayString as q, createCommentVNode as W, createTextVNode as j } from "vue";
2
2
  import E from "../HttpMethod/HttpMethod.vue.js";
3
- import { ScalarListbox as D, ScalarButton as _, ScalarIcon as k } from "@scalar/components";
3
+ import { ScalarListbox as D, ScalarButton as k, ScalarIcon as w } from "@scalar/components";
4
4
  import { useToasts as H } from "@scalar/use-toasts";
5
5
  import { useRouter as I } from "vue-router";
6
6
  import L from "./CommandActionForm.vue.js";
@@ -13,8 +13,8 @@ const G = { class: "flex gap-2" }, le = /* @__PURE__ */ P({
13
13
  metaData: {}
14
14
  },
15
15
  emits: ["close", "back"],
16
- setup(w, { emit: S }) {
17
- const r = w, b = S, { push: M } = I(), { toast: N } = H(), {
16
+ setup(S, { emit: _ }) {
17
+ const r = S, b = _, { push: M } = I(), { toast: N } = H(), {
18
18
  activeCollection: R,
19
19
  activeWorkspace: U,
20
20
  activeWorkspaceCollections: g,
@@ -85,7 +85,7 @@ const G = { class: "flex gap-2" }, le = /* @__PURE__ */ P({
85
85
  );
86
86
  t && M(`/workspace/${U.value.uid}/request/${t.uid}`), b("close");
87
87
  };
88
- return (t, e) => (h(), C(L, {
88
+ return (t, e) => (C(), h(L, {
89
89
  disabled: !o.value.trim(),
90
90
  onSubmit: B
91
91
  }, {
@@ -103,7 +103,7 @@ const G = { class: "flex gap-2" }, le = /* @__PURE__ */ P({
103
103
  options: v.value
104
104
  }, {
105
105
  default: u(() => [
106
- i(n(_), {
106
+ i(n(k), {
107
107
  class: "justify-between p-2 max-h-8 w-full gap-1 text-xs hover:bg-b-2",
108
108
  variant: "outlined"
109
109
  }, {
@@ -111,7 +111,7 @@ const G = { class: "flex gap-2" }, le = /* @__PURE__ */ P({
111
111
  f("span", {
112
112
  class: V(l.value ? "text-c-1" : "text-c-3")
113
113
  }, q(l.value ? l.value.label : "Select Collection"), 3),
114
- i(n(k), {
114
+ i(n(w), {
115
115
  class: "text-c-3",
116
116
  icon: "ChevronDown",
117
117
  size: "xs"
@@ -122,14 +122,14 @@ const G = { class: "flex gap-2" }, le = /* @__PURE__ */ P({
122
122
  ]),
123
123
  _: 1
124
124
  }, 8, ["modelValue", "options"]),
125
- m.value.length ? (h(), C(n(D), {
125
+ m.value.length ? (C(), h(n(D), {
126
126
  key: 0,
127
127
  modelValue: s.value,
128
128
  "onUpdate:modelValue": e[3] || (e[3] = (a) => s.value = a),
129
129
  options: m.value
130
130
  }, {
131
131
  default: u(() => [
132
- i(n(_), {
132
+ i(n(k), {
133
133
  class: "justify-between p-2 max-h-8 w-full gap-1 text-xs hover:bg-b-2",
134
134
  variant: "outlined"
135
135
  }, {
@@ -137,7 +137,7 @@ const G = { class: "flex gap-2" }, le = /* @__PURE__ */ P({
137
137
  f("span", {
138
138
  class: V(s.value ? "text-c-1" : "text-c-3")
139
139
  }, q(s.value ? s.value.label : "Select Tag"), 3),
140
- i(n(k), {
140
+ i(n(w), {
141
141
  class: "text-c-3",
142
142
  icon: "ChevronDown",
143
143
  size: "xs"
@@ -150,9 +150,9 @@ const G = { class: "flex gap-2" }, le = /* @__PURE__ */ P({
150
150
  }, 8, ["modelValue", "options"])) : W("", !0)
151
151
  ])
152
152
  ]),
153
- submit: u(() => [
153
+ submit: u(() => e[4] || (e[4] = [
154
154
  j("Create Request")
155
- ]),
155
+ ])),
156
156
  default: u(() => [
157
157
  i(O, {
158
158
  modelValue: o.value,
@@ -1,9 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
- close: () => void;
3
- back: (e: KeyboardEvent) => void;
4
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
2
+ close: () => any;
3
+ back: (e: KeyboardEvent) => any;
4
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
5
5
  onClose?: (() => any) | undefined;
6
6
  onBack?: ((e: KeyboardEvent) => any) | undefined;
7
- }, {}, {}>;
7
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  export default _default;
9
9
  //# sourceMappingURL=CommandPaletteServer.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommandPaletteServer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteServer.vue"],"names":[],"mappings":";;;;;;;AA6XA,wBAMG"}
1
+ {"version":3,"file":"CommandPaletteServer.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteServer.vue"],"names":[],"mappings":";;;;;;;AAmYA,wBASG"}
@@ -1,20 +1,20 @@
1
- import { defineComponent as U, ref as v, computed as w, openBlock as s, createBlock as c, withCtx as a, createVNode as u, unref as n, createElementVNode as p, normalizeClass as h, toDisplayString as y, createTextVNode as D } from "vue";
2
- import { ScalarListbox as N, ScalarButton as f, ScalarIcon as P } from "@scalar/components";
3
- import { useToasts as B } from "@scalar/use-toasts";
4
- import L from "./CommandActionForm.vue.js";
5
- import M from "./CommandActionInput.vue.js";
6
- import { useWorkspace as T } from "../../store/store.js";
7
- const j = /* @__PURE__ */ p("span", { class: "text-c-1" }, "Create Collection", -1), q = /* @__PURE__ */ U({
1
+ import { defineComponent as w, ref as v, computed as _, openBlock as s, createBlock as u, withCtx as a, createVNode as c, unref as n, createElementVNode as f, normalizeClass as y, toDisplayString as D, createTextVNode as N } from "vue";
2
+ import { ScalarListbox as P, ScalarButton as p, ScalarIcon as B } from "@scalar/components";
3
+ import { useToasts as L } from "@scalar/use-toasts";
4
+ import M from "./CommandActionForm.vue.js";
5
+ import T from "./CommandActionInput.vue.js";
6
+ import { useWorkspace as j } from "../../store/store.js";
7
+ const h = /* @__PURE__ */ w({
8
8
  __name: "CommandPaletteServer",
9
9
  emits: ["close", "back"],
10
10
  setup(z, { emit: b }) {
11
- const d = b, { toast: m } = B(), {
11
+ const d = b, { toast: m } = L(), {
12
12
  activeCollection: C,
13
13
  activeWorkspaceCollections: x,
14
14
  collectionMutators: S,
15
- serverMutators: _,
16
- events: k
17
- } = T(), r = v(""), i = w(
15
+ serverMutators: k,
16
+ events: V
17
+ } = j(), r = v(""), i = _(
18
18
  () => x.value.flatMap(
19
19
  (l) => {
20
20
  var e, t;
@@ -31,7 +31,7 @@ const j = /* @__PURE__ */ p("span", { class: "text-c-1" }, "Create Collection",
31
31
  return l.id === ((e = C.value) == null ? void 0 : e.uid);
32
32
  }
33
33
  )
34
- ), V = () => {
34
+ ), g = () => {
35
35
  var t;
36
36
  if (!r.value.trim()) {
37
37
  m("Please enter a valid url before creating a server.", "error");
@@ -42,58 +42,58 @@ const j = /* @__PURE__ */ p("span", { class: "text-c-1" }, "Create Collection",
42
42
  m("Please select a collection before creating a server.", "error");
43
43
  return;
44
44
  }
45
- const e = _.add({ url: r.value }, l);
45
+ const e = k.add({ url: r.value }, l);
46
46
  S.edit(l, "selectedServerUid", e.uid), d("close");
47
- }, g = () => {
48
- k.commandPalette.emit({ commandName: "Create Collection" });
47
+ }, U = () => {
48
+ V.commandPalette.emit({ commandName: "Create Collection" });
49
49
  };
50
- return (l, e) => (s(), c(L, {
50
+ return (l, e) => (s(), u(M, {
51
51
  disabled: !r.value.trim() || !o.value,
52
- onSubmit: V
52
+ onSubmit: g
53
53
  }, {
54
54
  options: a(() => [
55
- u(n(N), {
55
+ c(n(P), {
56
56
  modelValue: o.value,
57
57
  "onUpdate:modelValue": e[2] || (e[2] = (t) => o.value = t),
58
58
  options: i.value
59
59
  }, {
60
60
  default: a(() => [
61
- i.value.length > 0 ? (s(), c(n(f), {
61
+ i.value.length > 0 ? (s(), u(n(p), {
62
62
  key: 0,
63
63
  class: "justify-between p-2 max-h-8 w-full gap-1 text-xs hover:bg-b-2",
64
64
  variant: "outlined"
65
65
  }, {
66
66
  default: a(() => [
67
- p("span", {
68
- class: h(o.value ? "text-c-1" : "text-c-3")
69
- }, y(o.value ? o.value.label : "Select Collection"), 3),
70
- u(n(P), {
67
+ f("span", {
68
+ class: y(o.value ? "text-c-1" : "text-c-3")
69
+ }, D(o.value ? o.value.label : "Select Collection"), 3),
70
+ c(n(B), {
71
71
  class: "text-c-3",
72
72
  icon: "ChevronDown",
73
73
  size: "xs"
74
74
  })
75
75
  ]),
76
76
  _: 1
77
- })) : (s(), c(n(f), {
77
+ })) : (s(), u(n(p), {
78
78
  key: 1,
79
79
  class: "justify-between p-2 max-h-8 w-full gap-1 text-xs hover:bg-b-2",
80
80
  variant: "outlined",
81
- onClick: g
81
+ onClick: U
82
82
  }, {
83
- default: a(() => [
84
- j
85
- ]),
83
+ default: a(() => e[3] || (e[3] = [
84
+ f("span", { class: "text-c-1" }, "Create Collection", -1)
85
+ ])),
86
86
  _: 1
87
87
  }))
88
88
  ]),
89
89
  _: 1
90
90
  }, 8, ["modelValue", "options"])
91
91
  ]),
92
- submit: a(() => [
93
- D("Create Server")
94
- ]),
92
+ submit: a(() => e[4] || (e[4] = [
93
+ N("Create Server")
94
+ ])),
95
95
  default: a(() => [
96
- u(M, {
96
+ c(T, {
97
97
  modelValue: r.value,
98
98
  "onUpdate:modelValue": e[0] || (e[0] = (t) => r.value = t),
99
99
  label: "Server URL",
@@ -106,5 +106,5 @@ const j = /* @__PURE__ */ p("span", { class: "text-c-1" }, "Create Collection",
106
106
  }
107
107
  });
108
108
  export {
109
- q as default
109
+ h as default
110
110
  };
@@ -1,9 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
- close: () => void;
3
- back: (e: KeyboardEvent) => void;
4
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
2
+ close: () => any;
3
+ back: (e: KeyboardEvent) => any;
4
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
5
5
  onClose?: (() => any) | undefined;
6
6
  onBack?: ((e: KeyboardEvent) => any) | undefined;
7
- }, {}, {}>;
7
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  export default _default;
9
9
  //# sourceMappingURL=CommandPaletteTag.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommandPaletteTag.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteTag.vue"],"names":[],"mappings":";;;;;;;AAmSA,wBAMG"}
1
+ {"version":3,"file":"CommandPaletteTag.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteTag.vue"],"names":[],"mappings":";;;;;;;AAySA,wBASG"}
@@ -1,22 +1,22 @@
1
- import { defineComponent as g, computed as x, ref as m, openBlock as C, createBlock as V, withCtx as n, createVNode as s, unref as i, createElementVNode as _, normalizeClass as S, toDisplayString as k, createTextVNode as T } from "vue";
1
+ import { defineComponent as g, computed as x, ref as m, openBlock as C, createBlock as V, withCtx as n, createVNode as s, unref as i, createElementVNode as S, normalizeClass as _, toDisplayString as k, createTextVNode as T } from "vue";
2
2
  import { ScalarListbox as N, ScalarButton as w, ScalarIcon as B } from "@scalar/components";
3
3
  import { useToasts as D } from "@scalar/use-toasts";
4
4
  import y from "./CommandActionForm.vue.js";
5
5
  import z from "./CommandActionInput.vue.js";
6
6
  import { useWorkspace as P } from "../../store/store.js";
7
- const L = /* @__PURE__ */ g({
7
+ const M = /* @__PURE__ */ g({
8
8
  __name: "CommandPaletteTag",
9
9
  emits: ["close", "back"],
10
- setup(U, { emit: c }) {
11
- const r = c, { activeWorkspaceCollections: d, activeCollection: p, tagMutators: f } = P(), { toast: v } = D(), u = x(
12
- () => d.value.map((l) => {
10
+ setup(U, { emit: d }) {
11
+ const r = d, { activeWorkspaceCollections: c, activeCollection: p, tagMutators: f } = P(), { toast: v } = D(), u = x(
12
+ () => c.value.map((l) => {
13
13
  var e;
14
14
  return {
15
15
  id: l.uid,
16
16
  label: ((e = l.info) == null ? void 0 : e.title) ?? ""
17
17
  };
18
18
  })
19
- ), t = m(""), a = m(
19
+ ), a = m(""), t = m(
20
20
  u.value.find(
21
21
  (l) => {
22
22
  var e;
@@ -24,26 +24,26 @@ const L = /* @__PURE__ */ g({
24
24
  }
25
25
  )
26
26
  ), b = () => {
27
- if (!t.value) {
27
+ if (!a.value) {
28
28
  v("Please enter a name before creating a tag.", "error");
29
29
  return;
30
30
  }
31
- if (!t.value || !a.value) return;
31
+ if (!a.value || !t.value) return;
32
32
  f.add(
33
33
  {
34
- name: t.value
34
+ name: a.value
35
35
  },
36
- a.value.id
36
+ t.value.id
37
37
  ) && r("close");
38
38
  };
39
39
  return (l, e) => (C(), V(y, {
40
- disabled: !t.value.trim(),
40
+ disabled: !a.value.trim(),
41
41
  onSubmit: b
42
42
  }, {
43
43
  options: n(() => [
44
44
  s(i(N), {
45
- modelValue: a.value,
46
- "onUpdate:modelValue": e[2] || (e[2] = (o) => a.value = o),
45
+ modelValue: t.value,
46
+ "onUpdate:modelValue": e[2] || (e[2] = (o) => t.value = o),
47
47
  options: u.value
48
48
  }, {
49
49
  default: n(() => [
@@ -52,9 +52,9 @@ const L = /* @__PURE__ */ g({
52
52
  variant: "outlined"
53
53
  }, {
54
54
  default: n(() => [
55
- _("span", {
56
- class: S(a.value ? "text-c-1" : "text-c-3")
57
- }, k(a.value ? a.value.label : "Select Collection"), 3),
55
+ S("span", {
56
+ class: _(t.value ? "text-c-1" : "text-c-3")
57
+ }, k(t.value ? t.value.label : "Select Collection"), 3),
58
58
  s(i(B), {
59
59
  class: "text-c-3",
60
60
  icon: "ChevronDown",
@@ -67,13 +67,13 @@ const L = /* @__PURE__ */ g({
67
67
  _: 1
68
68
  }, 8, ["modelValue", "options"])
69
69
  ]),
70
- submit: n(() => [
70
+ submit: n(() => e[3] || (e[3] = [
71
71
  T("Create Tag")
72
- ]),
72
+ ])),
73
73
  default: n(() => [
74
74
  s(z, {
75
- modelValue: t.value,
76
- "onUpdate:modelValue": e[0] || (e[0] = (o) => t.value = o),
75
+ modelValue: a.value,
76
+ "onUpdate:modelValue": e[0] || (e[0] = (o) => a.value = o),
77
77
  label: "Tag Name",
78
78
  placeholder: "Tag Name",
79
79
  onOnDelete: e[1] || (e[1] = (o) => r("back", o))
@@ -84,5 +84,5 @@ const L = /* @__PURE__ */ g({
84
84
  }
85
85
  });
86
86
  export {
87
- L as default
87
+ M as default
88
88
  };
@@ -1,9 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
- close: () => void;
3
- back: (e: KeyboardEvent) => void;
4
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
2
+ close: () => any;
3
+ back: (e: KeyboardEvent) => any;
4
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
5
5
  onClose?: (() => any) | undefined;
6
6
  onBack?: ((e: KeyboardEvent) => any) | undefined;
7
- }, {}, {}>;
7
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
8
  export default _default;
9
9
  //# sourceMappingURL=CommandPaletteWorkspace.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommandPaletteWorkspace.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteWorkspace.vue"],"names":[],"mappings":";;;;;;;AAwKA,wBAMG"}
1
+ {"version":3,"file":"CommandPaletteWorkspace.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/CommandPaletteWorkspace.vue"],"names":[],"mappings":";;;;;;;AA8KA,wBASG"}
@@ -1,37 +1,37 @@
1
- import { defineComponent as u, ref as i, openBlock as d, createBlock as f, withCtx as s, createTextVNode as k, createVNode as b } from "vue";
1
+ import { defineComponent as i, ref as c, openBlock as d, createBlock as f, withCtx as s, createTextVNode as k, createVNode as b } from "vue";
2
2
  import { useToasts as _ } from "@scalar/use-toasts";
3
3
  import { useRouter as w } from "vue-router";
4
4
  import v from "./CommandActionForm.vue.js";
5
5
  import N from "./CommandActionInput.vue.js";
6
6
  import { useWorkspace as V } from "../../store/store.js";
7
- const T = /* @__PURE__ */ u({
7
+ const T = /* @__PURE__ */ i({
8
8
  __name: "CommandPaletteWorkspace",
9
9
  emits: ["close", "back"],
10
10
  setup(W, { emit: m }) {
11
- const a = m, { push: n } = w(), { toast: l } = _(), { workspaceMutators: c } = V(), e = i(""), p = () => {
12
- if (!e.value.trim()) {
11
+ const a = m, { push: n } = w(), { toast: l } = _(), { workspaceMutators: p } = V(), o = c(""), u = () => {
12
+ if (!o.value.trim()) {
13
13
  l("Please enter a name before creating a workspace.", "error");
14
14
  return;
15
15
  }
16
- const r = c.add({
17
- name: e.value
16
+ const r = p.add({
17
+ name: o.value
18
18
  });
19
19
  n(`/workspace/${r.uid}`), a("close");
20
20
  };
21
- return (r, o) => (d(), f(v, {
22
- disabled: !e.value.trim(),
23
- onSubmit: p
21
+ return (r, e) => (d(), f(v, {
22
+ disabled: !o.value.trim(),
23
+ onSubmit: u
24
24
  }, {
25
- submit: s(() => [
25
+ submit: s(() => e[2] || (e[2] = [
26
26
  k("Create Workspace")
27
- ]),
27
+ ])),
28
28
  default: s(() => [
29
29
  b(N, {
30
- modelValue: e.value,
31
- "onUpdate:modelValue": o[0] || (o[0] = (t) => e.value = t),
30
+ modelValue: o.value,
31
+ "onUpdate:modelValue": e[0] || (e[0] = (t) => o.value = t),
32
32
  label: "Workspace Name",
33
33
  placeholder: "Workspace Name",
34
- onOnDelete: o[1] || (o[1] = (t) => a("back", t))
34
+ onOnDelete: e[1] || (e[1] = (t) => a("back", t))
35
35
  }, null, 8, ["modelValue"])
36
36
  ]),
37
37
  _: 1
@@ -3,84 +3,76 @@
3
3
  *
4
4
  * This component is a singleton so should only exist in our app once we will use the event bus to trigger it
5
5
  */
6
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
6
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
7
  export default _default;
8
8
  export declare const PaletteComponents: {
9
- readonly 'Import Collection': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
- close: () => void;
11
- back: (e: KeyboardEvent) => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
9
+ readonly 'Import Collection': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
+ close: () => any;
11
+ back: (e: KeyboardEvent) => any;
12
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
13
13
  onClose?: (() => any) | undefined;
14
14
  onBack?: ((e: KeyboardEvent) => any) | undefined;
15
- }, {}, {}>;
15
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
16
  readonly 'Create Request': import("vue").DefineComponent<{
17
- metaData: {
18
- type: import("vue").PropType<{
19
- itemUid: string;
20
- parentUid: string;
21
- }>;
17
+ metaData?: {
18
+ itemUid: string;
19
+ parentUid: string;
22
20
  };
23
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
- close: () => void;
25
- back: (e: KeyboardEvent) => void;
26
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
27
- metaData: {
28
- type: import("vue").PropType<{
29
- itemUid: string;
30
- parentUid: string;
31
- }>;
21
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
22
+ close: () => any;
23
+ back: (e: KeyboardEvent) => any;
24
+ }, string, import("vue").PublicProps, Readonly<{
25
+ metaData?: {
26
+ itemUid: string;
27
+ parentUid: string;
32
28
  };
33
- }>> & {
29
+ }> & Readonly<{
34
30
  onClose?: (() => any) | undefined;
35
31
  onBack?: ((e: KeyboardEvent) => any) | undefined;
36
- }, {}, {}>;
37
- readonly 'Create Workspace': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
38
- close: () => void;
39
- back: (e: KeyboardEvent) => void;
40
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
32
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
33
+ readonly 'Create Workspace': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
34
+ close: () => any;
35
+ back: (e: KeyboardEvent) => any;
36
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
41
37
  onClose?: (() => any) | undefined;
42
38
  onBack?: ((e: KeyboardEvent) => any) | undefined;
43
- }, {}, {}>;
44
- readonly 'Add Tag': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
45
- close: () => void;
46
- back: (e: KeyboardEvent) => void;
47
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
39
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
+ readonly 'Add Tag': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
+ close: () => any;
42
+ back: (e: KeyboardEvent) => any;
43
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
48
44
  onClose?: (() => any) | undefined;
49
45
  onBack?: ((e: KeyboardEvent) => any) | undefined;
50
- }, {}, {}>;
51
- readonly 'Add Server': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
52
- close: () => void;
53
- back: (e: KeyboardEvent) => void;
54
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
46
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
47
+ readonly 'Add Server': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
48
+ close: () => any;
49
+ back: (e: KeyboardEvent) => any;
50
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
55
51
  onClose?: (() => any) | undefined;
56
52
  onBack?: ((e: KeyboardEvent) => any) | undefined;
57
- }, {}, {}>;
58
- readonly 'Create Collection': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
59
- close: () => void;
60
- back: (e: KeyboardEvent) => void;
61
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
53
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
54
+ readonly 'Create Collection': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
55
+ close: () => any;
56
+ back: (e: KeyboardEvent) => any;
57
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
62
58
  onClose?: (() => any) | undefined;
63
59
  onBack?: ((e: KeyboardEvent) => any) | undefined;
64
- }, {}, {}>;
60
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
65
61
  readonly 'Add Example': import("vue").DefineComponent<{
66
- metaData: {
67
- type: import("vue").PropType<{
68
- itemUid: string;
69
- }>;
62
+ metaData?: {
63
+ itemUid: string;
70
64
  };
71
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
72
- close: () => void;
73
- back: (e: KeyboardEvent) => void;
74
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
75
- metaData: {
76
- type: import("vue").PropType<{
77
- itemUid: string;
78
- }>;
65
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
66
+ close: () => any;
67
+ back: (e: KeyboardEvent) => any;
68
+ }, string, import("vue").PublicProps, Readonly<{
69
+ metaData?: {
70
+ itemUid: string;
79
71
  };
80
- }>> & {
72
+ }> & Readonly<{
81
73
  onClose?: (() => any) | undefined;
82
74
  onBack?: ((e: KeyboardEvent) => any) | undefined;
83
- }, {}, {}>;
75
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
84
76
  };
85
77
  /** Infer the types from the commands */
86
78
  export type CommandNames = keyof typeof PaletteComponents;
@@ -1 +1 @@
1
- {"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"AA8XA;;;;GAIG;;AACH,wBAybI;AAEJ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQpB,CAAA;AAEV,yCAAyC;AACzC,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,iBAAiB,CAAA;AAEzD,MAAM,MAAM,mBAAmB,GAAG;IAChC,8DAA8D;IAC9D,WAAW,CAAC,EAAE,YAAY,CAAA;IAC1B,iEAAiE;IACjE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B,CACA"}
1
+ {"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"AA8XA;;;;GAIG;;AACH,wBAybI;AAEJ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQpB,CAAA;AAEV,yCAAyC;AACzC,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,iBAAiB,CAAA;AAEzD,MAAM,MAAM,mBAAmB,GAAG;IAChC,8DAA8D;IAC9D,WAAW,CAAC,EAAE,YAAY,CAAA;IAC1B,iEAAiE;IACjE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B,CACA"}
@@ -1,22 +1,13 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  sections: string[];
3
3
  activeSection: string;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
- setActiveSection: (value: string) => void;
6
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ setActiveSection: (value: string) => any;
6
+ }, string, import("vue").PublicProps, Readonly<{
7
7
  sections: string[];
8
8
  activeSection: string;
9
- }>>> & {
9
+ }> & Readonly<{
10
10
  onSetActiveSection?: ((value: string) => any) | undefined;
11
- }, {}, {}>;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
12
  export default _default;
13
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
14
- type __VLS_TypePropsToOption<T> = {
15
- [K in keyof T]-?: {} extends Pick<T, K> ? {
16
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
17
- } : {
18
- type: import('vue').PropType<T[K]>;
19
- required: true;
20
- };
21
- };
22
13
  //# sourceMappingURL=ContextBar.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ContextBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/ContextBar.vue"],"names":[],"mappings":";cA0HY,MAAM,EAAE;mBACH,MAAM;;;;cADX,MAAM,EAAE;mBACH,MAAM;;;;AAqIvB,wBAOG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"ContextBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/ContextBar.vue"],"names":[],"mappings":";cA0HY,MAAM,EAAE;mBACH,MAAM;;;;cADX,MAAM,EAAE;mBACH,MAAM;;;;AAyIvB,wBASG"}
@@ -2,15 +2,15 @@ declare function __VLS_template(): {
2
2
  caption?(_: {}): any;
3
3
  default?(_: {}): any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
5
+ declare const __VLS_component: import("vue").DefineComponent<{
6
6
  columns: (string | undefined)[];
7
7
  /** Scroll horizontally */
8
8
  scroll?: boolean;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
9
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
10
10
  columns: (string | undefined)[];
11
11
  /** Scroll horizontally */
12
12
  scroll?: boolean;
13
- }>>>, {}, {}>;
13
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
15
15
  export default _default;
16
16
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -18,13 +18,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
18
18
  $slots: S;
19
19
  };
20
20
  };
21
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
22
- type __VLS_TypePropsToOption<T> = {
23
- [K in keyof T]-?: {} extends Pick<T, K> ? {
24
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
25
- } : {
26
- type: import('vue').PropType<T[K]>;
27
- required: true;
28
- };
29
- };
30
21
  //# sourceMappingURL=DataTable.vue.d.ts.map