@scalar/api-client 2.1.20 → 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 +29 -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 +11 -36
  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,11 +1,11 @@
1
1
  declare function __VLS_template(): {
2
2
  title?(_: {}): any;
3
3
  };
4
- declare const __VLS_component: import("vue").DefineComponent<__VLS_TypePropsToOption<{
4
+ declare const __VLS_component: import("vue").DefineComponent<{
5
5
  click: () => void;
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
  click: () => void;
8
- }>>>, {}, {}>;
8
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
9
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
10
  export default _default;
11
11
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -13,13 +13,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
13
13
  $slots: S;
14
14
  };
15
15
  };
16
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToOption<T> = {
18
- [K in keyof T]-?: {} extends Pick<T, K> ? {
19
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
- } : {
21
- type: import('vue').PropType<T[K]>;
22
- required: true;
23
- };
24
- };
25
16
  //# sourceMappingURL=SidebarButton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarButton.vue"],"names":[],"mappings":"AA8CA,iBAAS,cAAc;mBAwFI,GAAG;EAiB7B;AACD,QAAA,MAAM,eAAe;WAvHZ,MAAM,IAAI;;WAAV,MAAM,IAAI;aA6HjB,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":"SidebarButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarButton.vue"],"names":[],"mappings":"AA8CA,iBAAS,cAAc;mBAwFI,GAAG;EAiB7B;AACD,QAAA,MAAM,eAAe;WAvHZ,MAAM,IAAI;;WAAV,MAAM,IAAI;iGA6HjB,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,7 +1,7 @@
1
1
  declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
3
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
4
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
5
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
6
6
  export default _default;
7
7
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarList.vue"],"names":[],"mappings":"AAcA,iBAAS,cAAc;qBAoBM,GAAG;EAa/B;AACD,QAAA,MAAM,eAAe,0NAKnB,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
+ {"version":3,"file":"SidebarList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarList.vue"],"names":[],"mappings":"AAcA,iBAAS,cAAc;qBAoBM,GAAG;EAa/B;AACD,QAAA,MAAM,eAAe,+QAKnB,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,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  variable: {
3
3
  uid: string;
4
4
  name: string;
@@ -6,14 +6,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
6
6
  isDefault?: boolean;
7
7
  };
8
8
  warningMessage?: string;
9
- isDeletable: boolean;
10
- isCopyable: boolean;
11
- }>, {
12
- isCopyable: boolean;
13
- isDeletable: boolean;
14
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
- delete: (id: string) => void;
16
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
9
+ isDeletable?: boolean;
10
+ isCopyable?: boolean;
11
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
+ delete: (id: string) => any;
13
+ }, string, import("vue").PublicProps, Readonly<{
17
14
  variable: {
18
15
  uid: string;
19
16
  name: string;
@@ -21,33 +18,13 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
21
18
  isDefault?: boolean;
22
19
  };
23
20
  warningMessage?: string;
24
- isDeletable: boolean;
25
- isCopyable: boolean;
26
- }>, {
27
- isCopyable: boolean;
28
- isDeletable: boolean;
29
- }>>> & {
21
+ isDeletable?: boolean;
22
+ isCopyable?: boolean;
23
+ }> & Readonly<{
30
24
  onDelete?: ((id: string) => any) | undefined;
31
- }, {
25
+ }>, {
32
26
  isDeletable: boolean;
33
27
  isCopyable: boolean;
34
- }, {}>;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
35
29
  export default _default;
36
- type __VLS_WithDefaults<P, D> = {
37
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
- default: D[K];
39
- }> : P[K];
40
- };
41
- type __VLS_Prettify<T> = {
42
- [K in keyof T]: T[K];
43
- } & {};
44
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
- type __VLS_TypePropsToOption<T> = {
46
- [K in keyof T]-?: {} extends Pick<T, K> ? {
47
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
48
- } : {
49
- type: import('vue').PropType<T[K]>;
50
- required: true;
51
- };
52
- };
53
30
  //# sourceMappingURL=SidebarListElement.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarListElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarListElement.vue"],"names":[],"mappings":";cAsFc;QACR,GAAG,EAAE,MAAM,CAAA;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,SAAS,CAAC,EAAE,OAAO,CAAA;KACpB;qBACgB,MAAM;iBACV,OAAO;gBACR,OAAO;;;;;;;cART;QACR,GAAG,EAAE,MAAM,CAAA;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,SAAS,CAAC,EAAE,OAAO,CAAA;KACpB;qBACgB,MAAM;iBACV,OAAO;gBACR,OAAO;;;;;;;iBADN,OAAO;gBACR,OAAO;;AAoKvB,wBAOG;AAOH,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,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":"SidebarListElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarListElement.vue"],"names":[],"mappings":";cAsFc;QACR,GAAG,EAAE,MAAM,CAAA;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,SAAS,CAAC,EAAE,OAAO,CAAA;KACpB;qBACgB,MAAM;kBACT,OAAO;iBACR,OAAO;;;;cARV;QACR,GAAG,EAAE,MAAM,CAAA;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,SAAS,CAAC,EAAE,OAAO,CAAA;KACpB;qBACgB,MAAM;kBACT,OAAO;iBACR,OAAO;;;;iBADN,OAAO;gBACR,OAAO;;AAyKxB,wBAUG"}
@@ -1,7 +1,7 @@
1
1
  import t from "./SidebarListElement.vue2.js";
2
2
  /* empty css */
3
3
  import o from "../../_virtual/_plugin-vue_export-helper.js";
4
- const m = /* @__PURE__ */ o(t, [["__scopeId", "data-v-41ca2561"]]);
4
+ const a = /* @__PURE__ */ o(t, [["__scopeId", "data-v-271914bc"]]);
5
5
  export {
6
- m as default
6
+ a as default
7
7
  };
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  variable: {
3
3
  uid: string;
4
4
  name: string;
@@ -7,9 +7,9 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
7
7
  warningMessage?: string;
8
8
  isCopyable?: boolean;
9
9
  isDeletable?: boolean;
10
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
- delete: (id: string) => void;
12
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
10
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
+ delete: (id: string) => any;
12
+ }, string, import("vue").PublicProps, Readonly<{
13
13
  variable: {
14
14
  uid: string;
15
15
  name: string;
@@ -18,17 +18,8 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
18
18
  warningMessage?: string;
19
19
  isCopyable?: boolean;
20
20
  isDeletable?: boolean;
21
- }>>> & {
21
+ }> & Readonly<{
22
22
  onDelete?: ((id: string) => any) | undefined;
23
- }, {}, {}>;
23
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
24
  export default _default;
25
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
- type __VLS_TypePropsToOption<T> = {
27
- [K in keyof T]-?: {} extends Pick<T, K> ? {
28
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
- } : {
30
- type: import('vue').PropType<T[K]>;
31
- required: true;
32
- };
33
- };
34
25
  //# sourceMappingURL=SidebarListElementActions.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarListElementActions.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarListElementActions.vue"],"names":[],"mappings":";cAyFY;QACR,GAAG,EAAE,MAAM,CAAA;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,SAAS,EAAE,OAAO,CAAA;KACnB;qBACgB,MAAM;iBACV,OAAO;kBACN,OAAO;;;;cAPX;QACR,GAAG,EAAE,MAAM,CAAA;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,SAAS,EAAE,OAAO,CAAA;KACnB;qBACgB,MAAM;iBACV,OAAO;kBACN,OAAO;;;;AAgMvB,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":"SidebarListElementActions.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarListElementActions.vue"],"names":[],"mappings":";cAyFY;QACR,GAAG,EAAE,MAAM,CAAA;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,SAAS,EAAE,OAAO,CAAA;KACnB;qBACgB,MAAM;iBACV,OAAO;kBACN,OAAO;;;;cAPX;QACR,GAAG,EAAE,MAAM,CAAA;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,SAAS,EAAE,OAAO,CAAA;KACnB;qBACgB,MAAM;iBACV,OAAO;kBACN,OAAO;;;;AAoMvB,wBASG"}
@@ -1,8 +1,8 @@
1
- import { defineComponent as y, ref as h, openBlock as n, createElementBlock as i, Fragment as w, createElementVNode as k, unref as a, createVNode as r, createCommentVNode as s, withModifiers as M, withCtx as D, createBlock as N } from "vue";
2
- import $ from "./Actions/DeleteSidebarListElement.vue.js";
3
- import { useModal as B, ScalarIcon as m, ScalarModal as S } from "@scalar/components";
4
- import { useClipboard as x } from "../../hooks/useClipboard.js";
5
- const A = { class: "absolute flex right-1 opacity-0 group-hover:opacity-100" }, I = /* @__PURE__ */ y({
1
+ import { defineComponent as C, ref as y, openBlock as n, createElementBlock as i, Fragment as h, createElementVNode as w, unref as a, createVNode as r, createCommentVNode as s, withModifiers as k, withCtx as M, createBlock as D } from "vue";
2
+ import N from "./Actions/DeleteSidebarListElement.vue.js";
3
+ import { useModal as $, ScalarIcon as c, ScalarModal as B } from "@scalar/components";
4
+ import { useClipboard as S } from "../../hooks/useClipboard.js";
5
+ const x = { class: "absolute flex right-1 opacity-0 group-hover:opacity-100" }, z = /* @__PURE__ */ C({
6
6
  __name: "SidebarListElementActions",
7
7
  props: {
8
8
  variable: {},
@@ -12,25 +12,25 @@ const A = { class: "absolute flex right-1 opacity-0 group-hover:opacity-100" },
12
12
  },
13
13
  emits: ["delete"],
14
14
  setup(d, { emit: p }) {
15
- const { variable: b } = d, v = p, t = h({ action: "None", name: "" }), l = B(), { copyToClipboard: f } = x();
16
- function g(e) {
17
- t.value = { action: e, name: b.name }, l.show();
15
+ const b = p, t = y({ action: "None", name: "" }), l = $(), { copyToClipboard: v } = S();
16
+ function f(e) {
17
+ t.value = { action: e, name: d.variable.name }, l.show();
18
18
  }
19
19
  function u() {
20
20
  l.hide(), t.value = { action: "None", name: "" };
21
21
  }
22
- function C(e) {
23
- v("delete", e), u();
22
+ function g(e) {
23
+ b("delete", e), u();
24
24
  }
25
- return (e, o) => (n(), i(w, null, [
26
- k("div", A, [
25
+ return (e, o) => (n(), i(h, null, [
26
+ w("div", x, [
27
27
  e.isCopyable ? (n(), i("button", {
28
28
  key: 0,
29
29
  class: "text-c-3 hover:bg-b-3 hover:text-c-1 rounded p-[5px]",
30
30
  type: "button",
31
- onClick: o[0] || (o[0] = (c) => a(f)(e.variable.name))
31
+ onClick: o[0] || (o[0] = (m) => a(v)(e.variable.name))
32
32
  }, [
33
- r(a(m), {
33
+ r(a(c), {
34
34
  class: "h-3 w-3",
35
35
  icon: "Clipboard"
36
36
  })
@@ -39,29 +39,29 @@ const A = { class: "absolute flex right-1 opacity-0 group-hover:opacity-100" },
39
39
  key: 1,
40
40
  class: "text-c-3 hover:bg-b-3 hover:text-c-1 rounded p-1",
41
41
  type: "button",
42
- onClick: o[1] || (o[1] = M((c) => g(
42
+ onClick: o[1] || (o[1] = k((m) => f(
43
43
  "Delete"
44
44
  /* Delete */
45
45
  ), ["prevent"]))
46
46
  }, [
47
- r(a(m), {
47
+ r(a(c), {
48
48
  class: "h-3.5 w-3.5",
49
49
  icon: "Close"
50
50
  })
51
51
  ])) : s("", !0)
52
52
  ]),
53
- r(a(S), {
53
+ r(a(B), {
54
54
  size: "sm",
55
55
  state: a(l),
56
56
  title: `${t.value.action} ${t.value.name}`
57
57
  }, {
58
- default: D(() => [
59
- t.value.action === "Delete" ? (n(), N($, {
58
+ default: M(() => [
59
+ t.value.action === "Delete" ? (n(), D(N, {
60
60
  key: 0,
61
61
  variableName: t.value.name,
62
62
  warningMessage: e.warningMessage,
63
63
  onClose: u,
64
- onDelete: o[2] || (o[2] = (c) => C(e.variable.uid))
64
+ onDelete: o[2] || (o[2] = (m) => g(e.variable.uid))
65
65
  }, null, 8, ["variableName", "warningMessage"])) : s("", !0)
66
66
  ]),
67
67
  _: 1
@@ -70,5 +70,5 @@ const A = { class: "absolute flex right-1 opacity-0 group-hover:opacity-100" },
70
70
  }
71
71
  });
72
72
  export {
73
- I as default
73
+ z as default
74
74
  };
@@ -1,20 +1,11 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
1
+ declare const _default: import("vue").DefineComponent<{
2
2
  modelValue: boolean;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
- "update:modelValue": (v: boolean) => void;
5
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
3
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
+ "update:modelValue": (v: boolean) => any;
5
+ }, string, import("vue").PublicProps, Readonly<{
6
6
  modelValue: boolean;
7
- }>>> & {
7
+ }> & Readonly<{
8
8
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
9
- }, {}, {}>;
9
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
10
  export default _default;
11
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
12
- type __VLS_TypePropsToOption<T> = {
13
- [K in keyof T]-?: {} extends Pick<T, K> ? {
14
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
15
- } : {
16
- type: import('vue').PropType<T[K]>;
17
- required: true;
18
- };
19
- };
20
11
  //# sourceMappingURL=SidebarToggle.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarToggle.vue"],"names":[],"mappings":";gBA+Cc,OAAO;;;;gBAAP,OAAO;;;;AAkErB,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":"SidebarToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarToggle.vue"],"names":[],"mappings":";gBA+Cc,OAAO;;;;gBAAP,OAAO;;;;AAsErB,wBASG"}
@@ -1,48 +1,48 @@
1
- import { defineComponent as s, openBlock as l, createElementBlock as n, createElementVNode as e, normalizeClass as r } from "vue";
1
+ import { defineComponent as r, openBlock as l, createElementBlock as n, createElementVNode as t, normalizeClass as s } from "vue";
2
2
  const a = {
3
3
  class: "size-3.5",
4
4
  fill: "none",
5
5
  viewBox: "0 0 24 24",
6
6
  xmlns: "http://www.w3.org/2000/svg"
7
- }, d = /* @__PURE__ */ e("defs", null, [
8
- /* @__PURE__ */ e("clipPath", { id: "mask" }, [
9
- /* @__PURE__ */ e("path", {
10
- "clip-rule": "evenodd",
11
- d: "M9 3.2H4c-1.7 0-3 1.3-3 3v11.5c0 1.7 1.3 3 3 3h5V3.2z"
12
- })
13
- ])
14
- ], -1), i = { "clip-path": "url(#mask)" }, c = /* @__PURE__ */ e("path", {
15
- d: "M20 20.8H4c-1.7 0-3-1.3-3-3V6.2c0-1.7 1.3-3 3-3h16c1.7 0 3 1.3 3 3v11.5c0 1.7-1.3 3-3 3zM9 3.2v17.5",
16
- stroke: "currentColor",
17
- "stroke-linecap": "round",
18
- "stroke-linejoin": "round",
19
- "stroke-width": "2"
20
- }, null, -1), h = /* @__PURE__ */ s({
7
+ }, d = { "clip-path": "url(#mask)" }, m = /* @__PURE__ */ r({
21
8
  __name: "SidebarToggle",
22
9
  props: {
23
10
  modelValue: { type: Boolean }
24
11
  },
25
12
  emits: ["update:modelValue"],
26
- setup(u) {
27
- return (t, o) => (l(), n("button", {
13
+ setup(i) {
14
+ return (o, e) => (l(), n("button", {
28
15
  class: "text-c-3 hover:bg-b-2 active:text-c-1 p-2 rounded",
29
16
  type: "button",
30
- onClick: o[0] || (o[0] = (p) => t.$emit("update:modelValue", !t.modelValue))
17
+ onClick: e[0] || (e[0] = (u) => o.$emit("update:modelValue", !o.modelValue))
31
18
  }, [
32
19
  (l(), n("svg", a, [
33
- d,
34
- e("g", i, [
35
- e("path", {
36
- class: r(["transition-transform duration-300", t.modelValue ? "translate-x-0" : "-translate-x-1/2"]),
20
+ e[1] || (e[1] = t("defs", null, [
21
+ t("clipPath", { id: "mask" }, [
22
+ t("path", {
23
+ "clip-rule": "evenodd",
24
+ d: "M9 3.2H4c-1.7 0-3 1.3-3 3v11.5c0 1.7 1.3 3 3 3h5V3.2z"
25
+ })
26
+ ])
27
+ ], -1)),
28
+ t("g", d, [
29
+ t("path", {
30
+ class: s(["transition-transform duration-300", o.modelValue ? "translate-x-0" : "-translate-x-1/2"]),
37
31
  d: "M1 3.2h8v17.5H1z",
38
32
  fill: "currentColor"
39
33
  }, null, 2)
40
34
  ]),
41
- c
35
+ e[2] || (e[2] = t("path", {
36
+ d: "M20 20.8H4c-1.7 0-3-1.3-3-3V6.2c0-1.7 1.3-3 3-3h16c1.7 0 3 1.3 3 3v11.5c0 1.7-1.3 3-3 3zM9 3.2v17.5",
37
+ stroke: "currentColor",
38
+ "stroke-linecap": "round",
39
+ "stroke-linejoin": "round",
40
+ "stroke-width": "2"
41
+ }, null, -1))
42
42
  ]))
43
43
  ]));
44
44
  }
45
45
  });
46
46
  export {
47
- h as default
47
+ m as default
48
48
  };
@@ -1,7 +1,7 @@
1
1
  declare function __VLS_template(): {
2
2
  default?(_: {}): any;
3
3
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
4
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
5
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
6
6
  export default _default;
7
7
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"SubpageHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/SubpageHeader.vue"],"names":[],"mappings":"AA2CA,iBAAS,cAAc;qBAwFO,GAAG;EAehC;AACD,QAAA,MAAM,eAAe,0NAKnB,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
+ {"version":3,"file":"SubpageHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/SubpageHeader.vue"],"names":[],"mappings":"AA2CA,iBAAS,cAAc;qBAwFO,GAAG;EAehC;AACD,QAAA,MAAM,eAAe,+QAKnB,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
  openNewTab: {
3
3
  name: string;
4
4
  uid: string;
5
5
  } | null;
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
  openNewTab: {
8
8
  name: string;
9
9
  uid: string;
10
10
  } | null;
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=TopNav.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TopNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TopNav/TopNav.vue"],"names":[],"mappings":";gBAoRc;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;;gBAApC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;;AA2dlD,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":"TopNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TopNav/TopNav.vue"],"names":[],"mappings":";gBAoRc;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;;gBAApC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI;;AA2dlD,wBAMG"}