@scalar/api-client 2.1.42 → 2.1.44

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 (256) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  3. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts +3 -4
  4. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
  5. package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
  6. package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts.map +1 -1
  7. package/dist/components/CodeInput/CodeInput.vue.d.ts +2 -0
  8. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  9. package/dist/components/CodeInput/CodeInput.vue.js +2 -2
  10. package/dist/components/CodeInput/CodeInput.vue2.js +70 -67
  11. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts +17 -13
  12. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts.map +1 -1
  13. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts +4 -6
  14. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts.map +1 -1
  15. package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts +1 -1
  16. package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts.map +1 -1
  17. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts +5 -9
  18. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
  19. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts +1 -1
  20. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
  21. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts +5 -9
  22. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
  23. package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts +1 -1
  24. package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts.map +1 -1
  25. package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts +1 -1
  26. package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts.map +1 -1
  27. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts +1 -1
  28. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
  29. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +7 -7
  30. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  31. package/dist/components/CommandPalette/WatchModeToggle.vue.d.ts +5 -7
  32. package/dist/components/CommandPalette/WatchModeToggle.vue.d.ts.map +1 -1
  33. package/dist/components/ContextBar.vue.d.ts +5 -7
  34. package/dist/components/ContextBar.vue.d.ts.map +1 -1
  35. package/dist/components/DataTable/DataTable.vue.d.ts +14 -11
  36. package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
  37. package/dist/components/DataTable/DataTableCell.vue.d.ts +12 -7
  38. package/dist/components/DataTable/DataTableCell.vue.d.ts.map +1 -1
  39. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts +5 -8
  40. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
  41. package/dist/components/DataTable/DataTableHeader.vue.d.ts +8 -2
  42. package/dist/components/DataTable/DataTableHeader.vue.d.ts.map +1 -1
  43. package/dist/components/DataTable/DataTableInput.vue.d.ts +16 -22
  44. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  45. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts +6 -8
  46. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  47. package/dist/components/DataTable/DataTableInputSelect.vue.js +59 -55
  48. package/dist/components/DataTable/DataTableRow.vue.d.ts +9 -3
  49. package/dist/components/DataTable/DataTableRow.vue.d.ts.map +1 -1
  50. package/dist/components/DataTable/DataTableText.vue.d.ts +12 -7
  51. package/dist/components/DataTable/DataTableText.vue.d.ts.map +1 -1
  52. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts +1 -1
  53. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
  54. package/dist/components/Form/Form.vue.d.ts +13 -15
  55. package/dist/components/Form/Form.vue.d.ts.map +1 -1
  56. package/dist/components/HelpfulLink.vue.d.ts +12 -7
  57. package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
  58. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +4 -7
  59. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  60. package/dist/components/IconSelector.vue.d.ts +15 -11
  61. package/dist/components/IconSelector.vue.d.ts.map +1 -1
  62. package/dist/components/ImportCollection/DropEventListener.vue.d.ts.map +1 -1
  63. package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts +8 -2
  64. package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts.map +1 -1
  65. package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts +4 -6
  66. package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts.map +1 -1
  67. package/dist/components/ImportCollection/ImportNowButton.vue.d.ts +5 -8
  68. package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
  69. package/dist/components/ImportCollection/IntegrationLogo.vue.d.ts +3 -4
  70. package/dist/components/ImportCollection/IntegrationLogo.vue.d.ts.map +1 -1
  71. package/dist/components/ImportCollection/OpenAppButton.vue.d.ts +3 -4
  72. package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +1 -1
  73. package/dist/components/ImportCollection/OperationBadge.vue.d.ts +3 -5
  74. package/dist/components/ImportCollection/OperationBadge.vue.d.ts.map +1 -1
  75. package/dist/components/ImportCollection/PasteEventListener.vue.d.ts.map +1 -1
  76. package/dist/components/ImportCollection/PrefetchError.vue.d.ts +3 -4
  77. package/dist/components/ImportCollection/PrefetchError.vue.d.ts.map +1 -1
  78. package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts.map +1 -1
  79. package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -1
  80. package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts +4 -10
  81. package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts.map +1 -1
  82. package/dist/components/OpenApiClientButton.vue.d.ts +4 -8
  83. package/dist/components/OpenApiClientButton.vue.d.ts.map +1 -1
  84. package/dist/components/ScalarAsciiArt.vue.d.ts +3 -5
  85. package/dist/components/ScalarAsciiArt.vue.d.ts.map +1 -1
  86. package/dist/components/ScalarHotkey.vue.d.ts +3 -5
  87. package/dist/components/ScalarHotkey.vue.d.ts.map +1 -1
  88. package/dist/components/ScreenReader.vue.d.ts +13 -8
  89. package/dist/components/ScreenReader.vue.d.ts.map +1 -1
  90. package/dist/components/SideNav/SideHelp.vue.d.ts.map +1 -1
  91. package/dist/components/SideNav/SideNav.vue.d.ts +1 -1
  92. package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
  93. package/dist/components/SideNav/SideNavLink.vue.d.ts +14 -11
  94. package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
  95. package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts +3 -7
  96. package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts.map +1 -1
  97. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts +5 -7
  98. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts.map +1 -1
  99. package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts +5 -7
  100. package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts.map +1 -1
  101. package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts +5 -6
  102. package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts.map +1 -1
  103. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts +15 -11
  104. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts.map +1 -1
  105. package/dist/components/Sidebar/Sidebar.vue.d.ts +19 -13
  106. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  107. package/dist/components/Sidebar/Sidebar.vue.js +1 -1
  108. package/dist/components/Sidebar/Sidebar.vue2.js +1 -1
  109. package/dist/components/Sidebar/SidebarButton.vue.d.ts +14 -11
  110. package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
  111. package/dist/components/Sidebar/SidebarList.vue.d.ts +9 -3
  112. package/dist/components/Sidebar/SidebarList.vue.d.ts.map +1 -1
  113. package/dist/components/Sidebar/SidebarListElement.vue.d.ts +5 -14
  114. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  115. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts +4 -12
  116. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
  117. package/dist/components/Sidebar/SidebarToggle.vue.d.ts +5 -6
  118. package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
  119. package/dist/components/SubpageHeader.vue.d.ts +9 -3
  120. package/dist/components/SubpageHeader.vue.d.ts.map +1 -1
  121. package/dist/components/TopNav/TopNav.vue.d.ts +3 -7
  122. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  123. package/dist/components/TopNav/TopNavItem.vue.d.ts +4 -8
  124. package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
  125. package/dist/components/ViewLayout/ViewLayout.vue.d.ts +9 -3
  126. package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
  127. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +21 -17
  128. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  129. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts +8 -2
  130. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts.map +1 -1
  131. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts +10 -4
  132. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
  133. package/dist/components/ViewLayout/ViewLayoutSection.vue.js +1 -1
  134. package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
  135. package/dist/layouts/App/MainLayout.vue.d.ts +8 -2
  136. package/dist/layouts/App/MainLayout.vue.d.ts.map +1 -1
  137. package/dist/layouts/App/create-api-client-app.d.ts +18 -8
  138. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  139. package/dist/layouts/Modal/ApiClientModal.vue.d.ts +1 -2
  140. package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
  141. package/dist/layouts/Modal/create-api-client-modal.d.ts +36 -16
  142. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  143. package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
  144. package/dist/layouts/Web/create-api-client-web.d.ts +18 -8
  145. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  146. package/dist/libs/create-client.d.ts +18 -8
  147. package/dist/libs/create-client.d.ts.map +1 -1
  148. package/dist/libs/hot-keys.d.ts +1 -1
  149. package/dist/store/environment.d.ts +4 -4
  150. package/dist/store/security-schemes.d.ts +12 -2
  151. package/dist/store/security-schemes.d.ts.map +1 -1
  152. package/dist/store/store.d.ts +36 -16
  153. package/dist/store/store.d.ts.map +1 -1
  154. package/dist/store/workspace.d.ts +2 -2
  155. package/dist/style.css +1 -1
  156. package/dist/views/Collection/Collection.vue.d.ts +1 -1
  157. package/dist/views/Collection/Collection.vue.d.ts.map +1 -1
  158. package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts.map +1 -1
  159. package/dist/views/Cookies/CookieForm.vue.d.ts +1 -1
  160. package/dist/views/Cookies/CookieForm.vue.d.ts.map +1 -1
  161. package/dist/views/Cookies/CookieRaw.vue.d.ts +1 -1
  162. package/dist/views/Cookies/CookieRaw.vue.d.ts.map +1 -1
  163. package/dist/views/Cookies/Cookies.vue.d.ts +1 -1
  164. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  165. package/dist/views/Environment/Environment.vue.d.ts +1 -1
  166. package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
  167. package/dist/views/Environment/EnvironmentColorModal.vue.d.ts +4 -6
  168. package/dist/views/Environment/EnvironmentColorModal.vue.d.ts.map +1 -1
  169. package/dist/views/Environment/EnvironmentColors.vue.d.ts +5 -6
  170. package/dist/views/Environment/EnvironmentColors.vue.d.ts.map +1 -1
  171. package/dist/views/Environment/EnvironmentModal.vue.d.ts +4 -5
  172. package/dist/views/Environment/EnvironmentModal.vue.d.ts.map +1 -1
  173. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +6 -14
  174. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  175. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  176. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts +4 -13
  177. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts.map +1 -1
  178. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts +4 -6
  179. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
  180. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +88 -69
  181. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts +4 -6
  182. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
  183. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +34 -34
  184. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +3 -5
  185. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  186. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts +4 -9
  187. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts.map +1 -1
  188. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts +3 -4
  189. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts.map +1 -1
  190. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts +15 -15
  191. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts.map +1 -1
  192. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.js +19 -18
  193. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts +3 -4
  194. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  195. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts +4 -6
  196. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
  197. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts +4 -6
  198. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
  199. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts +3 -4
  200. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  201. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +5 -9
  202. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  203. package/dist/views/Request/RequestSection/RequestTable.vue.js +2 -2
  204. package/dist/views/Request/RequestSection/RequestTable.vue2.js +9 -8
  205. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts +3 -4
  206. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
  207. package/dist/views/Request/RequestSidebar.vue.d.ts +4 -6
  208. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
  209. package/dist/views/Request/RequestSidebarItem.vue.d.ts +124 -30
  210. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  211. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts +4 -5
  212. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
  213. package/dist/views/Request/RequestSubpageHeader.vue.d.ts +5 -7
  214. package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
  215. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts +3 -10
  216. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
  217. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts +3 -6
  218. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
  219. package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.d.ts +9 -3
  220. package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.d.ts.map +1 -1
  221. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts +3 -7
  222. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts.map +1 -1
  223. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts +3 -5
  224. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
  225. package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts +5 -6
  226. package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts.map +1 -1
  227. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts +3 -4
  228. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts.map +1 -1
  229. package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts +3 -8
  230. package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts.map +1 -1
  231. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts +1 -1
  232. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
  233. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  234. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts +3 -4
  235. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts.map +1 -1
  236. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts.map +1 -1
  237. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts +3 -4
  238. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
  239. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts +3 -4
  240. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
  241. package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts +1 -1
  242. package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
  243. package/dist/views/Request/libs/index.js +5 -4
  244. package/dist/views/Request/libs/oauth2.d.ts +12 -2
  245. package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
  246. package/dist/views/Request/libs/oauth2.js +107 -66
  247. package/dist/views/Servers/ServerForm.vue.d.ts +1 -1
  248. package/dist/views/Servers/ServerForm.vue.d.ts.map +1 -1
  249. package/dist/views/Servers/Servers.vue.d.ts +1 -1
  250. package/dist/views/Servers/Servers.vue.d.ts.map +1 -1
  251. package/dist/views/Settings/Settings.vue.d.ts +1 -1
  252. package/dist/views/Settings/Settings.vue.d.ts.map +1 -1
  253. package/dist/views/Settings/SettingsGeneral.vue.d.ts +1 -1
  254. package/dist/views/Settings/SettingsGeneral.vue.d.ts.map +1 -1
  255. package/dist/views/Settings/SettingsGeneralMode.vue.d.ts.map +1 -1
  256. package/package.json +12 -12
@@ -1,19 +1,25 @@
1
- declare function __VLS_template(): {
2
- header?(_: {}): any;
3
- button?(_: {}): any;
4
- button?(_: {}): any;
5
- content?(_: {}): any;
6
- };
7
- declare const __VLS_component: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
8
2
  title?: string;
9
3
  showSideBar?: boolean;
10
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
11
- title?: string;
12
- showSideBar?: boolean;
13
- }> & Readonly<{}>, {
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ header?(_: {}): any;
9
+ button?(_: {}): any;
10
+ button?(_: {}): any;
11
+ content?(_: {}): any;
12
+ };
13
+ refs: {
14
+ sidebarRef: HTMLElement;
15
+ };
16
+ rootEl: HTMLElement;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
14
20
  showSideBar: boolean;
15
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
22
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
23
  export default _default;
18
24
  type __VLS_WithTemplateSlots<T, S> = T & {
19
25
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"Sidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.vue"],"names":[],"mappings":"AAmNA,iBAAS,cAAc;oBA8GK,GAAG;oBACH,GAAG;oBAEH,GAAG;qBADF,GAAG;EAuB/B;AACD,QAAA,MAAM,eAAe;YAzMT,MAAM;kBACA,OAAO;;YADb,MAAM;kBACA,OAAO;;iBAAP,OAAO;6EA+MvB,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"}
1
+ {"version":3,"file":"Sidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/Sidebar.vue"],"names":[],"mappings":"AAiJA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;AA+DJ,iBAAS,cAAc;WAqHT,OAAO,IAA6B;;wBAZtB,GAAG;wBACH,GAAG;wBAEH,GAAG;yBADF,GAAG;;;;;;EAe/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;iBA3MH,OAAO;qFAmNvB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import o from "./Sidebar.vue2.js";
2
2
  /* empty css */
3
3
  import r from "../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-6d244398"]]);
4
+ const p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-81c40b94"]]);
5
5
  export {
6
6
  p as default
7
7
  };
@@ -3,7 +3,7 @@ import { useMediaQuery as y } from "@vueuse/core";
3
3
  import { useWorkspace as z } from "../../store/store.js";
4
4
  const C = {
5
5
  key: 0,
6
- class: "min-h-11 xl:min-h-header flex items-center justify-between border-b-1/2 px-3 py-1.5 md:px-4 md:py-2.5 text-sm"
6
+ class: "min-h-12 xl:min-h-header flex items-center justify-between border-b-1/2 px-3 py-1.5 md:px-4 md:py-2.5 text-sm"
7
7
  }, I = { class: "font-medium m-0 text-sm whitespace-nowrap" }, M = {
8
8
  key: 1,
9
9
  class: "relative z-10 pt-0 md:px-2.5 md:pb-2.5 sticky bottom-0 w-[inherit] has-[.empty-sidebar-item]:border-t-1/2"
@@ -1,18 +1,21 @@
1
- declare function __VLS_template(): {
2
- title?(_: {}): any;
3
- };
4
- declare const __VLS_component: import("vue").DefineComponent<{
5
- click: () => void;
6
- hotkey?: string;
7
- layout?: "modal" | "web" | "desktop";
8
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
1
+ type __VLS_Props = {
9
2
  click: () => void;
10
3
  hotkey?: string;
11
- layout?: "modal" | "web" | "desktop";
12
- }> & Readonly<{}>, {
4
+ layout?: 'modal' | 'web' | 'desktop';
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ title?(_: {}): any;
10
+ };
11
+ refs: {};
12
+ rootEl: any;
13
+ };
14
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
13
16
  layout: "modal" | "web" | "desktop";
14
17
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
15
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
16
19
  export default _default;
17
20
  type __VLS_WithTemplateSlots<T, S> = T & {
18
21
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarButton.vue"],"names":[],"mappings":"AA+DA,iBAAS,cAAc;mBA4EI,GAAG;EAkB7B;AACD,QAAA,MAAM,eAAe;WAtHV,MAAM,IAAI;aACR,MAAM;aACN,OAAO,GAAG,KAAK,GAAG,SAAS;;WAF7B,MAAM,IAAI;aACR,MAAM;aACN,OAAO,GAAG,KAAK,GAAG,SAAS;;YAA3B,OAAO,GAAG,KAAK,GAAG,SAAS;6EA2HtC,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"}
1
+ {"version":3,"file":"SidebarButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarButton.vue"],"names":[],"mappings":"AAuCA,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,IAAI,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,CAAC,EAAE,OAAO,GAAG,KAAK,GAAG,SAAS,CAAA;CACrC,CAAC;AAoBJ,iBAAS,cAAc;WAmFT,OAAO,IAA6B;;uBARvB,GAAG;;;;EAa7B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;YA1HR,OAAO,GAAG,KAAK,GAAG,SAAS;6EAkItC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,8 +1,14 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLUListElement;
3
8
  };
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
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLUListElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
12
  export default _default;
7
13
  type __VLS_WithTemplateSlots<T, S> = T & {
8
14
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"SidebarList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarList.vue"],"names":[],"mappings":"AAcA,iBAAS,cAAc;qBAsBM,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
+ {"version":3,"file":"SidebarList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarList.vue"],"names":[],"mappings":"AAcA,iBAAS,cAAc;WAuCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,4RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  variable: {
3
3
  uid: string;
4
4
  name: string;
@@ -8,25 +8,16 @@ declare const _default: import("vue").DefineComponent<{
8
8
  warningMessage?: string;
9
9
  isDeletable?: boolean;
10
10
  isCopyable?: boolean;
11
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
+ };
12
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
13
  delete: (id: string) => any;
13
14
  colorModal: (id: string) => any;
14
- }, string, import("vue").PublicProps, Readonly<{
15
- variable: {
16
- uid: string;
17
- name: string;
18
- color?: string;
19
- isDefault?: boolean;
20
- };
21
- warningMessage?: string;
22
- isDeletable?: boolean;
23
- isCopyable?: boolean;
24
- }> & Readonly<{
15
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
25
16
  onDelete?: ((id: string) => any) | undefined;
26
17
  onColorModal?: ((id: string) => any) | undefined;
27
18
  }>, {
28
19
  isCopyable: boolean;
29
20
  isDeletable: boolean;
30
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLLIElement>;
31
22
  export default _default;
32
23
  //# 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":";cA4Fc;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;;;;;gBAAP,OAAO;iBADN,OAAO;;AAsLzB,wBAWG"}
1
+ {"version":3,"file":"SidebarListElement.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarListElement.vue"],"names":[],"mappings":"AA2FA,KAAK,WAAW,GAAG;IACf,QAAQ,EAAE;QACR,GAAG,EAAE,MAAM,CAAA;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,CAAC,EAAE,MAAM,CAAA;QACd,SAAS,CAAC,EAAE,OAAO,CAAA;KACpB,CAAA;IACD,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAC;;;;;;;;gBADa,OAAO;iBADN,OAAO;;AAgLzB,wBASG"}
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  variable: {
3
3
  uid: string;
4
4
  name: string;
@@ -7,18 +7,10 @@ declare const _default: import("vue").DefineComponent<{
7
7
  warningMessage?: string;
8
8
  isCopyable?: boolean;
9
9
  isDeletable?: boolean;
10
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
+ };
11
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
11
12
  delete: (id: string) => any;
12
- }, string, import("vue").PublicProps, Readonly<{
13
- variable: {
14
- uid: string;
15
- name: string;
16
- isDefault: boolean;
17
- };
18
- warningMessage?: string;
19
- isCopyable?: boolean;
20
- isDeletable?: boolean;
21
- }> & Readonly<{
13
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
22
14
  onDelete?: ((id: string) => any) | undefined;
23
15
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
16
  export default _default;
@@ -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;;;;AAoMvB,wBASG"}
1
+ {"version":3,"file":"SidebarListElementActions.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarListElementActions.vue"],"names":[],"mappings":"AAwFA,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE;QACR,GAAG,EAAE,MAAM,CAAA;QACX,IAAI,EAAE,MAAM,CAAA;QACZ,SAAS,EAAE,OAAO,CAAA;KACnB,CAAA;IACD,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;CACtB,CAAC;;;;;;AAuLF,wBAOG"}
@@ -1,11 +1,10 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  modelValue: boolean;
3
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
+ };
4
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
5
  "update:modelValue": (v: boolean) => any;
5
- }, string, import("vue").PublicProps, Readonly<{
6
- modelValue: boolean;
7
- }> & Readonly<{
6
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
8
7
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
9
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
8
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLButtonElement>;
10
9
  export default _default;
11
10
  //# 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;;;;AAsErB,wBASG"}
1
+ {"version":3,"file":"SidebarToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar/SidebarToggle.vue"],"names":[],"mappings":"AA8CA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,OAAO,CAAA;CACpB,CAAC;;;;;;AA6EF,wBAQG"}
@@ -1,8 +1,14 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
3
8
  };
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
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
12
  export default _default;
7
13
  type __VLS_WithTemplateSlots<T, S> = T & {
8
14
  new (): {
@@ -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,+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
+ {"version":3,"file":"SubpageHeader.vue.d.ts","sourceRoot":"","sources":["../../src/components/SubpageHeader.vue"],"names":[],"mappings":"AA2CA,iBAAS,cAAc;WA2FT,OAAO,IAA6B;;yBARpB,GAAG;;;;EAahC;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,13 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  openNewTab: {
3
3
  name: string;
4
4
  uid: string;
5
5
  } | null;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- openNewTab: {
8
- name: string;
9
- uid: string;
10
- } | null;
11
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
12
8
  export default _default;
13
9
  //# 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":";gBA+Qc;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;;AA4dlD,wBAMG"}
1
+ {"version":3,"file":"TopNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TopNav/TopNav.vue"],"names":[],"mappings":"AA8QA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,GAAG,IAAI,CAAA;CACjD,CAAC;;AAkaF,wBAOG"}
@@ -1,21 +1,17 @@
1
1
  import { type Icon } from '@scalar/components';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  hotkey?: string;
4
4
  active: boolean;
5
5
  label: string;
6
6
  icon: Icon;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
+ };
8
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
8
9
  close: () => any;
9
10
  click: () => any;
10
11
  newTab: () => any;
11
12
  copyUrl: () => any;
12
13
  closeOtherTabs: () => any;
13
- }, string, import("vue").PublicProps, Readonly<{
14
- hotkey?: string;
15
- active: boolean;
16
- label: string;
17
- icon: Icon;
18
- }> & Readonly<{
14
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
19
15
  onClose?: (() => any) | undefined;
20
16
  onClick?: (() => any) | undefined;
21
17
  onNewTab?: (() => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"TopNavItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TopNav/TopNavItem.vue"],"names":[],"mappings":"AA0MA,OAAO,EACL,KAAK,IAAI,EAOV,MAAM,oBAAoB,CAAA;;aAKhB,MAAM;YACP,OAAO;WACR,MAAM;UACP,IAAI;;;;;;;;aAHD,MAAM;YACP,OAAO;WACR,MAAM;UACP,IAAI;;;;;;;;AAgbZ,wBAaG"}
1
+ {"version":3,"file":"TopNavItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/TopNav/TopNavItem.vue"],"names":[],"mappings":"AA0MA,OAAO,EACL,KAAK,IAAI,EAOV,MAAM,oBAAoB,CAAA;AAI3B,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,OAAO,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,IAAI,CAAA;CACX,CAAC;;;;;;;;;;;;;;AAkUF,wBAQG"}
@@ -1,8 +1,14 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: HTMLDivElement;
3
8
  };
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
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
12
  export default _default;
7
13
  type __VLS_WithTemplateSlots<T, S> = T & {
8
14
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ViewLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ViewLayout/ViewLayout.vue"],"names":[],"mappings":"AAeA,iBAAS,cAAc;qBA2BM,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
+ {"version":3,"file":"ViewLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ViewLayout/ViewLayout.vue"],"names":[],"mappings":"AAeA,iBAAS,cAAc;WA4CT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,25 +1,29 @@
1
- declare function __VLS_template(): {
2
- title?(_: {
3
- open: any;
4
- }): any;
5
- actions?(_: {
6
- open: any;
7
- }): any;
8
- default?(_: {
9
- open: any;
10
- }): any;
11
- };
12
- declare const __VLS_component: import("vue").DefineComponent<{
13
- defaultOpen?: boolean;
14
- itemCount?: number;
15
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
1
+ type __VLS_Props = {
16
2
  defaultOpen?: boolean;
17
3
  itemCount?: number;
18
- }> & Readonly<{}>, {
4
+ };
5
+ declare function __VLS_template(): {
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ title?(_: {
9
+ open: any;
10
+ }): any;
11
+ actions?(_: {
12
+ open: any;
13
+ }): any;
14
+ default?(_: {
15
+ open: any;
16
+ }): any;
17
+ };
18
+ refs: {};
19
+ rootEl: any;
20
+ };
21
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
19
23
  defaultOpen: boolean;
20
24
  itemCount: number;
21
25
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
26
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
27
  export default _default;
24
28
  type __VLS_WithTemplateSlots<T, S> = T & {
25
29
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ViewLayoutCollapse.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ViewLayout/ViewLayoutCollapse.vue"],"names":[],"mappings":"AAiFA,iBAAS,cAAc;;;QAgJK,GAAG;;;QACD,GAAG;;;QACH,GAAG;EAmBhC;AACD,QAAA,MAAM,eAAe;kBA1LH,OAAO;gBACT,MAAM;;kBADJ,OAAO;gBACT,MAAM;;iBADJ,OAAO;eACT,MAAM;6EAgMpB,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"}
1
+ {"version":3,"file":"ViewLayoutCollapse.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ViewLayout/ViewLayoutCollapse.vue"],"names":[],"mappings":"AA4DA,KAAK,WAAW,GAAG;IACf,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAC;AAkBJ,iBAAS,cAAc;WAsIT,OAAO,IAA6B;;;;YAVtB,GAAG;;;YACD,GAAG;;;YACH,GAAG;;;;EAahC;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;iBA7KH,OAAO;eACT,MAAM;6EAoLpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAgBpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,8 +1,14 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: any;
3
8
  };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
4
10
  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
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
12
  export default _default;
7
13
  type __VLS_WithTemplateSlots<T, S> = T & {
8
14
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ViewLayoutContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ViewLayout/ViewLayoutContent.vue"],"names":[],"mappings":"AAgBA,iBAAS,cAAc;qBA2BM,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
+ {"version":3,"file":"ViewLayoutContent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ViewLayout/ViewLayoutContent.vue"],"names":[],"mappings":"AAgBA,iBAAS,cAAc;WA4CT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,9 +1,15 @@
1
1
  declare function __VLS_template(): {
2
- title?(_: {}): any;
3
- default?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ title?(_: {}): any;
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ rootEl: HTMLElement;
4
9
  };
5
- 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>;
6
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLElement>;
12
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
7
13
  export default _default;
8
14
  type __VLS_WithTemplateSlots<T, S> = T & {
9
15
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ViewLayoutSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ViewLayout/ViewLayoutSection.vue"],"names":[],"mappings":"AA8BA,iBAAS,cAAc;mBA8CI,GAAG;qBACD,GAAG;EAc/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
+ {"version":3,"file":"ViewLayoutSection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ViewLayout/ViewLayoutSection.vue"],"names":[],"mappings":"AA8BA,iBAAS,cAAc;WA8DT,OAAO,IAA6B;;uBATvB,GAAG;yBACD,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,uRAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -10,7 +10,7 @@ const a = ["aria-labelledby"], c = ["id"], u = /* @__PURE__ */ n({
10
10
  }, [
11
11
  i("div", {
12
12
  id: t(e),
13
- class: "min-h-11 xl:min-h-header flex items-center border-b-1/2 px-3.5 py-1.5 md:px-4 md:py-2.5 xl:px-6 xl:pr-5 text-sm font-medium sticky top-0 bg-b-1 xl:rounded-none"
13
+ class: "min-h-12 xl:min-h-header flex items-center border-b-1/2 px-3.5 py-1.5 md:px-4 md:py-2 xl:px-6 xl:pr-5 text-sm font-medium sticky top-0 bg-b-1 xl:rounded-none"
14
14
  }, [
15
15
  o(l.$slots, "title")
16
16
  ], 8, c),
@@ -1 +1 @@
1
- {"version":3,"file":"ApiClientApp.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/ApiClientApp.vue"],"names":[],"mappings":";;cAoV8B,MAAM;aAAO,MAAM;;;;cAAnB,MAAM;aAAO,MAAM;;;AANjD,wBAQG"}
1
+ {"version":3,"file":"ApiClientApp.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/ApiClientApp.vue"],"names":[],"mappings":";;cA+I8B,MAAM;aAAO,MAAM;;;;cAAnB,MAAM;aAAO,MAAM;;;AAiLjD,wBAMG"}
@@ -1,8 +1,14 @@
1
1
  declare function __VLS_template(): {
2
- default?(_: {}): any;
2
+ attrs: Partial<{}>;
3
+ slots: {
4
+ default?(_: {}): any;
5
+ };
6
+ refs: {};
7
+ rootEl: any;
3
8
  };
9
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
4
10
  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
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
11
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
6
12
  export default _default;
7
13
  type __VLS_WithTemplateSlots<T, S> = T & {
8
14
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"MainLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/MainLayout.vue"],"names":[],"mappings":"AA6BA,iBAAS,cAAc;qBAkDO,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
+ {"version":3,"file":"MainLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/MainLayout.vue"],"names":[],"mappings":"AA6BA,iBAAS,cAAc;WA4DT,OAAO,IAA6B;;yBARpB,GAAG;;;;EAahC;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}