@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,116 +1,116 @@
1
- import { defineComponent as l, openBlock as o, createBlock as i, unref as s, withCtx as c, createElementVNode as e, createVNode as t } from "vue";
2
- import { ScalarDropdown as r, ScalarDropdownItem as a, ScalarIcon as n } from "@scalar/components";
3
- const d = {
1
+ import { defineComponent as i, openBlock as c, createBlock as r, unref as t, withCtx as l, createElementVNode as e, createVNode as n } from "vue";
2
+ import { ScalarDropdown as d, ScalarDropdownItem as o, ScalarIcon as a } from "@scalar/components";
3
+ const p = {
4
4
  class: "min-w-[37px] max-w-[37px] hover:bg-b-3 flex items-center justify-center rounded-lg p-[7px] text-c-3 focus:text-c-1 scalar-app-nav-padding",
5
5
  type: "button"
6
- }, _ = /* @__PURE__ */ e("span", { class: "px-2.5 py-1.5 text-xs text-c-2 font-medium" }, "Support", -1), p = {
6
+ }, u = {
7
7
  class: "no-underline block",
8
8
  href: "https://discord.gg/scalar",
9
9
  target: "_blank"
10
- }, u = { class: "flex items-center justify-center" }, f = /* @__PURE__ */ e("span", null, "Discord", -1), h = {
10
+ }, f = { class: "flex items-center justify-center" }, m = {
11
11
  class: "no-underline block",
12
12
  href: "https://github.com/scalar/scalar",
13
13
  target: "_blank"
14
- }, m = { class: "flex items-center justify-center" }, x = /* @__PURE__ */ e("span", null, "GitHub", -1), g = {
14
+ }, x = { class: "flex items-center justify-center" }, _ = {
15
15
  class: "no-underline block",
16
16
  href: "mailto:marc@scalar.com",
17
17
  target: "_blank"
18
- }, b = { class: "flex items-center justify-center" }, k = /* @__PURE__ */ e("span", null, "Email", -1), w = /* @__PURE__ */ e("span", { class: "px-2.5 py-1.5 text-xs text-c-2 font-medium" }, "Product", -1), y = {
18
+ }, g = { class: "flex items-center justify-center" }, h = {
19
19
  class: "no-underline block",
20
20
  href: "https://scalar.com/changelog",
21
21
  target: "_blank"
22
- }, v = { class: "flex items-center justify-center" }, j = /* @__PURE__ */ e("span", null, "Changelog", -1), z = {
22
+ }, b = { class: "flex items-center justify-center" }, k = {
23
23
  class: "no-underline block",
24
24
  href: "https://github.com/scalar/scalar/issues/2669",
25
25
  target: "_blank"
26
- }, S = { class: "flex items-center justify-center" }, C = /* @__PURE__ */ e("span", null, "Roadmap", -1), I = /* @__PURE__ */ l({
26
+ }, w = { class: "flex items-center justify-center" }, S = /* @__PURE__ */ i({
27
27
  __name: "SideHelp",
28
- setup(D) {
29
- return (H, E) => (o(), i(s(r), {
28
+ setup(y) {
29
+ return (v, s) => (c(), r(t(d), {
30
30
  class: "max-w-[150px]",
31
31
  placement: "top-end"
32
32
  }, {
33
- items: c(() => [
34
- _,
35
- e("a", p, [
36
- t(s(a), { class: "flex items-center gap-1.5 w-full" }, {
37
- default: c(() => [
38
- e("div", u, [
39
- t(s(n), {
33
+ items: l(() => [
34
+ s[5] || (s[5] = e("span", { class: "px-2.5 py-1.5 text-xs text-c-2 font-medium" }, "Support", -1)),
35
+ e("a", u, [
36
+ n(t(o), { class: "flex items-center gap-1.5 w-full" }, {
37
+ default: l(() => [
38
+ e("div", f, [
39
+ n(t(a), {
40
40
  icon: "DiscordLine",
41
41
  size: "xs",
42
42
  thickness: "1.75"
43
43
  })
44
44
  ]),
45
- f
45
+ s[0] || (s[0] = e("span", null, "Discord", -1))
46
46
  ]),
47
47
  _: 1
48
48
  })
49
49
  ]),
50
- e("a", h, [
51
- t(s(a), { class: "flex items-center gap-1.5 w-full" }, {
52
- default: c(() => [
53
- e("div", m, [
54
- t(s(n), {
50
+ e("a", m, [
51
+ n(t(o), { class: "flex items-center gap-1.5 w-full" }, {
52
+ default: l(() => [
53
+ e("div", x, [
54
+ n(t(a), {
55
55
  icon: "GitHubLine",
56
56
  size: "xs",
57
57
  thickness: "1.75"
58
58
  })
59
59
  ]),
60
- x
60
+ s[1] || (s[1] = e("span", null, "GitHub", -1))
61
61
  ]),
62
62
  _: 1
63
63
  })
64
64
  ]),
65
- e("a", g, [
66
- t(s(a), { class: "flex items-center gap-1.5 w-full" }, {
67
- default: c(() => [
68
- e("div", b, [
69
- t(s(n), {
65
+ e("a", _, [
66
+ n(t(o), { class: "flex items-center gap-1.5 w-full" }, {
67
+ default: l(() => [
68
+ e("div", g, [
69
+ n(t(a), {
70
70
  icon: "Email",
71
71
  size: "xs"
72
72
  })
73
73
  ]),
74
- k
74
+ s[2] || (s[2] = e("span", null, "Email", -1))
75
75
  ]),
76
76
  _: 1
77
77
  })
78
78
  ]),
79
- w,
80
- e("a", y, [
81
- t(s(a), { class: "flex items-center gap-1.5 w-full" }, {
82
- default: c(() => [
83
- e("div", v, [
84
- t(s(n), {
79
+ s[6] || (s[6] = e("span", { class: "px-2.5 py-1.5 text-xs text-c-2 font-medium" }, "Product", -1)),
80
+ e("a", h, [
81
+ n(t(o), { class: "flex items-center gap-1.5 w-full" }, {
82
+ default: l(() => [
83
+ e("div", b, [
84
+ n(t(a), {
85
85
  icon: "Changelog",
86
86
  size: "xs",
87
87
  thickness: "1.75"
88
88
  })
89
89
  ]),
90
- j
90
+ s[3] || (s[3] = e("span", null, "Changelog", -1))
91
91
  ]),
92
92
  _: 1
93
93
  })
94
94
  ]),
95
- e("a", z, [
96
- t(s(a), { class: "flex items-center gap-1.5 w-full" }, {
97
- default: c(() => [
98
- e("div", S, [
99
- t(s(n), {
95
+ e("a", k, [
96
+ n(t(o), { class: "flex items-center gap-1.5 w-full" }, {
97
+ default: l(() => [
98
+ e("div", w, [
99
+ n(t(a), {
100
100
  icon: "Roadmap",
101
101
  size: "xs",
102
102
  thickness: "1.75"
103
103
  })
104
104
  ]),
105
- C
105
+ s[4] || (s[4] = e("span", null, "Roadmap", -1))
106
106
  ]),
107
107
  _: 1
108
108
  })
109
109
  ])
110
110
  ]),
111
- default: c(() => [
112
- e("button", d, [
113
- t(s(n), {
111
+ default: l(() => [
112
+ e("button", p, [
113
+ n(t(a), {
114
114
  icon: "Help",
115
115
  thickness: "1.5"
116
116
  })
@@ -121,5 +121,5 @@ const d = {
121
121
  }
122
122
  });
123
123
  export {
124
- I as default
124
+ S as default
125
125
  };
@@ -1,3 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
2
  export default _default;
3
3
  //# sourceMappingURL=SideNav.vue.d.ts.map
@@ -1,56 +1,56 @@
1
- import { defineComponent as g, openBlock as o, createElementBlock as r, createElementVNode as e, Fragment as p, renderList as u, unref as i, createVNode as a, withCtx as l, createTextVNode as m, toDisplayString as x } from "vue";
2
- import { ROUTES as v } from "../../constants.js";
3
- import { useRouter as h } from "vue-router";
4
- import N from "./SideHelp.vue.js";
1
+ import { defineComponent as p, openBlock as o, createElementBlock as r, createElementVNode as e, Fragment as u, renderList as x, unref as i, createVNode as s, withCtx as m, createTextVNode as f, toDisplayString as v } from "vue";
2
+ import { ROUTES as N } from "../../constants.js";
3
+ import { useRouter as S } from "vue-router";
4
+ import h from "./SideHelp.vue.js";
5
5
  import _ from "./SideNavLink.vue.js";
6
- const S = {
6
+ const y = {
7
7
  "aria-label": "Side Navigation",
8
8
  class: "text-c-2 w-15 flex flex-col items-center px-2 py-2 scalar-sidenav relative drag-region bg-b-1 border-t-1/2",
9
9
  role: "navigation"
10
- }, y = { class: "flex flex-col gap-1.5" }, b = { class: "mt-auto flex flex-col py-0.5" }, k = { class: "flex items-center no-drag-region" }, E = { class: "flex items-center no-drag-region" }, F = /* @__PURE__ */ g({
10
+ }, b = { class: "flex flex-col gap-1.5" }, k = { class: "mt-auto flex flex-col py-0.5" }, E = { class: "flex items-center no-drag-region" }, R = { class: "flex items-center no-drag-region" }, F = /* @__PURE__ */ p({
11
11
  __name: "SideNav",
12
- setup(R) {
13
- const { currentRoute: s } = h();
14
- return (V, w) => (o(), r("nav", S, [
15
- e("ul", y, [
16
- (o(!0), r(p, null, u(i(v).filter(
12
+ setup(V) {
13
+ const { currentRoute: a } = S();
14
+ return (w, l) => (o(), r("nav", y, [
15
+ e("ul", b, [
16
+ (o(!0), r(u, null, x(i(N).filter(
17
17
  (t) => t.name !== "settings"
18
- ), ({ icon: t, name: n, prettyName: f }, d) => {
18
+ ), ({ icon: t, name: n, prettyName: d }, g) => {
19
19
  var c;
20
20
  return o(), r("li", {
21
- key: d,
21
+ key: g,
22
22
  class: "no-drag-region"
23
23
  }, [
24
- a(_, {
25
- active: (c = i(s).name) == null ? void 0 : c.startsWith(n),
24
+ s(_, {
25
+ active: (c = i(a).name) == null ? void 0 : c.startsWith(n),
26
26
  icon: t,
27
27
  name: n,
28
- prettyName: f
28
+ prettyName: d
29
29
  }, {
30
- default: l(() => [
31
- m(x(n), 1)
30
+ default: m(() => [
31
+ f(v(n), 1)
32
32
  ]),
33
33
  _: 2
34
34
  }, 1032, ["active", "icon", "name", "prettyName"])
35
35
  ]);
36
36
  }), 128))
37
37
  ]),
38
- e("ul", b, [
39
- e("li", k, [
40
- a(_, {
41
- active: i(s).name === "settings",
38
+ e("ul", k, [
39
+ e("li", E, [
40
+ s(_, {
41
+ active: i(a).name === "settings",
42
42
  icon: "Settings",
43
43
  name: "settings",
44
44
  prettyName: "Settings"
45
45
  }, {
46
- default: l(() => [
47
- m(" Settings ")
48
- ]),
46
+ default: m(() => l[0] || (l[0] = [
47
+ f(" Settings ")
48
+ ])),
49
49
  _: 1
50
50
  }, 8, ["active"])
51
51
  ]),
52
- e("li", E, [
53
- a(N)
52
+ e("li", R, [
53
+ s(h)
54
54
  ])
55
55
  ])
56
56
  ]));
@@ -4,15 +4,15 @@ type IconProps = InstanceType<typeof ScalarIcon>['$props'];
4
4
  declare function __VLS_template(): {
5
5
  default?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
7
+ declare const __VLS_component: import("vue").DefineComponent<{
8
8
  icon: IconProps["icon"];
9
9
  name: (typeof ROUTES)[number]["name"] | "settings";
10
10
  active?: boolean;
11
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
11
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
12
12
  icon: IconProps["icon"];
13
13
  name: (typeof ROUTES)[number]["name"] | "settings";
14
14
  active?: boolean;
15
- }>>>, {}, {}>;
15
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
16
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
17
17
  export default _default;
18
18
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -20,13 +20,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
20
20
  $slots: S;
21
21
  };
22
22
  };
23
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
- type __VLS_TypePropsToOption<T> = {
25
- [K in keyof T]-?: {} extends Pick<T, K> ? {
26
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
- } : {
28
- type: import('vue').PropType<T[K]>;
29
- required: true;
30
- };
31
- };
32
23
  //# sourceMappingURL=SideNavLink.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SideNavLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/SideNavLink.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEzC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAI/C,KAAK,SAAS,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC,QAAQ,CAAC,CAAA;AAgB1D,iBAAS,cAAc;qBAqEO,GAAG;EAgBhC;AACD,QAAA,MAAM,eAAe;UAnGb,SAAS,CAAC,MAAM,CAAC;UACjB,CAAC,OAAO,MAAM,EAAE,MAAM,CAAC,CAAC,MAAM,CAAC,GAAG,UAAU;aACzC,OAAO;;UAFV,SAAS,CAAC,MAAM,CAAC;UACjB,CAAC,OAAO,MAAM,EAAE,MAAM,CAAC,CAAC,MAAM,CAAC,GAAG,UAAU;aACzC,OAAO;aAuGhB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"SideNavLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/SideNavLink.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEzC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAI/C,KAAK,SAAS,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC,QAAQ,CAAC,CAAA;AAgB1D,iBAAS,cAAc;qBAqEO,GAAG;EAgBhC;AACD,QAAA,MAAM,eAAe;UAnGb,SAAS,CAAC,MAAM,CAAC;UACjB,CAAC,OAAO,MAAM,EAAE,MAAM,CAAC,CAAC,MAAM,CAAC,GAAG,UAAU;aACzC,OAAO;;UAFV,SAAS,CAAC,MAAM,CAAC;UACjB,CAAC,OAAO,MAAM,EAAE,MAAM,CAAC,CAAC,MAAM,CAAC,GAAG,UAAU;aACzC,OAAO;iGAuGhB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,22 +1,13 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  activeUser?: {
3
3
  displayName: string;
4
4
  imageUri?: string;
5
5
  };
6
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
6
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
7
  activeUser?: {
8
8
  displayName: string;
9
9
  imageUri?: string;
10
10
  };
11
- }>>>, {}, {}>;
11
+ }> & Readonly<{}>, {}, {}, {}, {}, 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=WorkspaceProfileIcon.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceProfileIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/WorkspaceProfileIcon.vue"],"names":[],"mappings":";iBAsGe;QACX,WAAW,EAAE,MAAM,CAAA;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;KAClB;;iBAHY;QACX,WAAW,EAAE,MAAM,CAAA;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;KAClB;;AAwEH,wBAMG;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":"WorkspaceProfileIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/WorkspaceProfileIcon.vue"],"names":[],"mappings":";iBAsGe;QACX,WAAW,EAAE,MAAM,CAAA;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;KAClB;;iBAHY;QACX,WAAW,EAAE,MAAM,CAAA;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;KAClB;;AAwEH,wBAMG"}
@@ -1,24 +1,15 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  variableName: string;
3
3
  warningMessage?: string;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
- close: () => void;
6
- delete: () => void;
7
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ delete: () => any;
6
+ close: () => any;
7
+ }, string, import("vue").PublicProps, Readonly<{
8
8
  variableName: string;
9
9
  warningMessage?: string;
10
- }>>> & {
11
- onClose?: (() => any) | undefined;
10
+ }> & Readonly<{
12
11
  onDelete?: (() => any) | undefined;
13
- }, {}, {}>;
12
+ onClose?: (() => any) | undefined;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;
15
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- type __VLS_TypePropsToOption<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
- };
24
15
  //# sourceMappingURL=DeleteSidebarListElement.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DeleteSidebarListElement.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/DeleteSidebarListElement.vue"],"names":[],"mappings":";kBA0CgB,MAAM;qBACH,MAAM;;;;;kBADT,MAAM;qBACH,MAAM;;;;;AAyGzB,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":"DeleteSidebarListElement.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/DeleteSidebarListElement.vue"],"names":[],"mappings":";kBA0CgB,MAAM;qBACH,MAAM;;;;;kBADT,MAAM;qBACH,MAAM;;;;;AA+GzB,wBAUG"}
@@ -1,24 +1,15 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  name: string;
3
3
  icon: string;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5
- close: () => void;
6
- edit: (newName: string, newIcon: string) => void;
7
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ close: () => any;
6
+ edit: (newName: string, newIcon: string) => any;
7
+ }, string, import("vue").PublicProps, Readonly<{
8
8
  name: string;
9
9
  icon: string;
10
- }>>> & {
10
+ }> & Readonly<{
11
11
  onClose?: (() => any) | undefined;
12
12
  onEdit?: ((newName: string, newIcon: string) => any) | undefined;
13
- }, {}, {}>;
13
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;
15
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
- type __VLS_TypePropsToOption<T> = {
17
- [K in keyof T]-?: {} extends Pick<T, K> ? {
18
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
19
- } : {
20
- type: import('vue').PropType<T[K]>;
21
- required: true;
22
- };
23
- };
24
15
  //# sourceMappingURL=EditSidebarListCollection.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditSidebarListCollection.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/EditSidebarListCollection.vue"],"names":[],"mappings":";UAwDQ,MAAM;UACN,MAAM;;;;;UADN,MAAM;UACN,MAAM;;;;;AA+Jd,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":"EditSidebarListCollection.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/EditSidebarListCollection.vue"],"names":[],"mappings":";UAwDQ,MAAM;UACN,MAAM;;;;;UADN,MAAM;UACN,MAAM;;;;;AAqKd,wBAUG"}
@@ -1,22 +1,13 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  name: string;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
- close: () => void;
5
- edit: (newName: string) => void;
6
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
3
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
+ close: () => any;
5
+ edit: (newName: string) => any;
6
+ }, string, import("vue").PublicProps, Readonly<{
7
7
  name: string;
8
- }>>> & {
8
+ }> & Readonly<{
9
9
  onClose?: (() => any) | undefined;
10
10
  onEdit?: ((newName: 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=EditSidebarListElement.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditSidebarListElement.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/EditSidebarListElement.vue"],"names":[],"mappings":";UAkCQ,MAAM;;;;;UAAN,MAAM;;;;;AAyGd,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":"EditSidebarListElement.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/EditSidebarListElement.vue"],"names":[],"mappings":";UAkCQ,MAAM;;;;;UAAN,MAAM;;;;;AA+Gd,wBAUG"}
@@ -1,19 +1,19 @@
1
1
  declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
3
  };
4
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
4
+ declare const __VLS_component: import("vue").DefineComponent<{
5
5
  danger?: boolean;
6
6
  label?: string;
7
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
- cancel: () => void;
9
- submit: () => void;
10
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
7
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
8
+ submit: () => any;
9
+ cancel: () => any;
10
+ }, string, import("vue").PublicProps, Readonly<{
11
11
  danger?: boolean;
12
12
  label?: string;
13
- }>>> & {
13
+ }> & Readonly<{
14
14
  onSubmit?: (() => any) | undefined;
15
15
  onCancel?: (() => any) | undefined;
16
- }, {}, {}>;
16
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
17
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
18
  export default _default;
19
19
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -21,13 +21,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
21
21
  $slots: S;
22
22
  };
23
23
  };
24
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- type __VLS_TypePropsToOption<T> = {
26
- [K in keyof T]-?: {} extends Pick<T, K> ? {
27
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
- } : {
29
- type: import('vue').PropType<T[K]>;
30
- required: true;
31
- };
32
- };
33
24
  //# sourceMappingURL=SidebarListElementForm.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarListElementForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/SidebarListElementForm.vue"],"names":[],"mappings":"AA0FA,iBAAS,cAAc;qBA8FM,GAAG;EAmB/B;AACD,QAAA,MAAM,eAAe;aA5IV,OAAO;YACR,MAAM;;;;;aADL,OAAO;YACR,MAAM;;;;UAkJd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"SidebarListElementForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/SidebarListElementForm.vue"],"names":[],"mappings":"AA6FA,iBAAS,cAAc;qBA8FM,GAAG;EAsB/B;AACD,QAAA,MAAM,eAAe;aAlJV,OAAO;YACR,MAAM;;;;;aADL,OAAO;YACR,MAAM;;;;kFA2Jd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,14 +1,14 @@
1
- import { defineComponent as c, openBlock as p, createElementBlock as d, withModifiers as f, renderSlot as b, createElementVNode as g, createVNode as a, unref as t, withCtx as s, createTextVNode as r, normalizeClass as v, toDisplayString as x } from "vue";
1
+ import { defineComponent as p, openBlock as d, createElementBlock as c, withModifiers as f, renderSlot as b, createElementVNode as g, createVNode as a, unref as t, withCtx as s, createTextVNode as r, normalizeClass as v, toDisplayString as x } from "vue";
2
2
  import { ScalarButton as l } from "@scalar/components";
3
3
  import { cva as w, cx as S } from "cva";
4
- const h = { class: "flex gap-10 justify-between" }, k = /* @__PURE__ */ c({
4
+ const y = { class: "flex gap-10 justify-between" }, E = /* @__PURE__ */ p({
5
5
  __name: "SidebarListElementForm",
6
6
  props: {
7
7
  danger: { type: Boolean },
8
8
  label: {}
9
9
  },
10
10
  emits: ["cancel", "submit"],
11
- setup(y, { emit: i }) {
11
+ setup(C, { emit: i }) {
12
12
  const o = i, m = w({
13
13
  base: "gap-1.5 font-medium px-2.5 h-8 shadow-none focus:outline-none",
14
14
  variants: {
@@ -18,21 +18,21 @@ const h = { class: "flex gap-10 justify-between" }, k = /* @__PURE__ */ c({
18
18
  }
19
19
  }
20
20
  });
21
- return (n, e) => (p(), d("form", {
21
+ return (n, e) => (d(), c("form", {
22
22
  class: "flex flex-col gap-4 text-base",
23
23
  onSubmit: e[1] || (e[1] = f((u) => o("submit"), ["prevent"]))
24
24
  }, [
25
25
  b(n.$slots, "default", {}, void 0, !0),
26
- g("div", h, [
26
+ g("div", y, [
27
27
  a(t(l), {
28
28
  class: "gap-1.5 px-2.5 h-8 shadow-none focus:outline-none flex items-center cursor-pointer",
29
29
  type: "button",
30
30
  variant: "outlined",
31
31
  onClick: e[0] || (e[0] = (u) => o("cancel"))
32
32
  }, {
33
- default: s(() => [
33
+ default: s(() => e[2] || (e[2] = [
34
34
  r(" Cancel ")
35
- ]),
35
+ ])),
36
36
  _: 1
37
37
  }),
38
38
  a(t(l), {
@@ -49,5 +49,5 @@ const h = { class: "flex gap-10 justify-between" }, k = /* @__PURE__ */ c({
49
49
  }
50
50
  });
51
51
  export {
52
- k as default
52
+ E as default
53
53
  };
@@ -4,41 +4,20 @@ declare function __VLS_template(): {
4
4
  button?(_: {}): any;
5
5
  content?(_: {}): any;
6
6
  };
7
- declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
7
+ declare const __VLS_component: import("vue").DefineComponent<{
8
8
  title?: string;
9
9
  showSideBar?: boolean;
10
- }>, {
11
- showSideBar: boolean;
12
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
13
11
  title?: string;
14
12
  showSideBar?: boolean;
15
- }>, {
16
- showSideBar: boolean;
17
- }>>>, {
13
+ }> & Readonly<{}>, {
18
14
  showSideBar: boolean;
19
- }, {}>;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
16
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
17
  export default _default;
22
- type __VLS_WithDefaults<P, D> = {
23
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
24
- default: D[K];
25
- }> : P[K];
26
- };
27
- type __VLS_Prettify<T> = {
28
- [K in keyof T]: T[K];
29
- } & {};
30
18
  type __VLS_WithTemplateSlots<T, S> = T & {
31
19
  new (): {
32
20
  $slots: S;
33
21
  };
34
22
  };
35
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
- type __VLS_TypePropsToOption<T> = {
37
- [K in keyof T]-?: {} extends Pick<T, K> ? {
38
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
39
- } : {
40
- type: import('vue').PropType<T[K]>;
41
- required: true;
42
- };
43
- };
44
23
  //# sourceMappingURL=Sidebar.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Sidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.vue"],"names":[],"mappings":"AAmNA,iBAAS,cAAc;oBA6GK,GAAG;oBACH,GAAG;oBAEH,GAAG;qBADF,GAAG;EAsB/B;AACD,QAAA,MAAM,eAAe;YAvMT,MAAM;kBACA,OAAO;;;;YADb,MAAM;kBACA,OAAO;;;;iBAAP,OAAO;MA4MvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GACvC,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AAEN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AAExD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"Sidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.vue"],"names":[],"mappings":"AAmNA,iBAAS,cAAc;oBA6GK,GAAG;oBACH,GAAG;oBAEH,GAAG;qBADF,GAAG;EAuB/B;AACD,QAAA,MAAM,eAAe;YAxMT,MAAM;kBACA,OAAO;;YADb,MAAM;kBACA,OAAO;;iBAAP,OAAO;6EA8MvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAexG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}