@scalar/api-client 2.1.43 → 2.1.45

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 (252) hide show
  1. package/CHANGELOG.md +41 -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 +45 -42
  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/SidebarButton.vue.d.ts +14 -11
  108. package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
  109. package/dist/components/Sidebar/SidebarList.vue.d.ts +9 -3
  110. package/dist/components/Sidebar/SidebarList.vue.d.ts.map +1 -1
  111. package/dist/components/Sidebar/SidebarListElement.vue.d.ts +5 -14
  112. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  113. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts +4 -12
  114. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
  115. package/dist/components/Sidebar/SidebarToggle.vue.d.ts +5 -6
  116. package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
  117. package/dist/components/SubpageHeader.vue.d.ts +9 -3
  118. package/dist/components/SubpageHeader.vue.d.ts.map +1 -1
  119. package/dist/components/TopNav/TopNav.vue.d.ts +3 -7
  120. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  121. package/dist/components/TopNav/TopNavItem.vue.d.ts +4 -8
  122. package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
  123. package/dist/components/ViewLayout/ViewLayout.vue.d.ts +9 -3
  124. package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
  125. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +21 -17
  126. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  127. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts +8 -2
  128. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts.map +1 -1
  129. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts +10 -4
  130. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
  131. package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
  132. package/dist/layouts/App/MainLayout.vue.d.ts +8 -2
  133. package/dist/layouts/App/MainLayout.vue.d.ts.map +1 -1
  134. package/dist/layouts/App/create-api-client-app.d.ts +21 -27
  135. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  136. package/dist/layouts/Modal/ApiClientModal.vue.d.ts +1 -2
  137. package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
  138. package/dist/layouts/Modal/create-api-client-modal.d.ts +42 -54
  139. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  140. package/dist/layouts/Modal/create-api-client-modal.js +18 -20
  141. package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
  142. package/dist/layouts/Web/create-api-client-web.d.ts +21 -27
  143. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  144. package/dist/libs/create-client.d.ts +22 -28
  145. package/dist/libs/create-client.d.ts.map +1 -1
  146. package/dist/libs/create-client.js +29 -31
  147. package/dist/libs/hot-keys.d.ts +1 -1
  148. package/dist/store/collections.d.ts +4 -4
  149. package/dist/store/environment.d.ts +4 -4
  150. package/dist/store/import-spec.d.ts +4 -11
  151. package/dist/store/import-spec.d.ts.map +1 -1
  152. package/dist/store/import-spec.js +37 -39
  153. package/dist/store/requests.d.ts +4 -4
  154. package/dist/store/store.d.ts +42 -54
  155. package/dist/store/store.d.ts.map +1 -1
  156. package/dist/store/workspace.d.ts +2 -2
  157. package/dist/style.css +1 -1
  158. package/dist/views/Collection/Collection.vue.d.ts +1 -1
  159. package/dist/views/Collection/Collection.vue.d.ts.map +1 -1
  160. package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts.map +1 -1
  161. package/dist/views/Cookies/CookieForm.vue.d.ts +1 -1
  162. package/dist/views/Cookies/CookieForm.vue.d.ts.map +1 -1
  163. package/dist/views/Cookies/CookieRaw.vue.d.ts +1 -1
  164. package/dist/views/Cookies/CookieRaw.vue.d.ts.map +1 -1
  165. package/dist/views/Cookies/Cookies.vue.d.ts +1 -1
  166. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  167. package/dist/views/Environment/Environment.vue.d.ts +1 -1
  168. package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
  169. package/dist/views/Environment/EnvironmentColorModal.vue.d.ts +4 -6
  170. package/dist/views/Environment/EnvironmentColorModal.vue.d.ts.map +1 -1
  171. package/dist/views/Environment/EnvironmentColors.vue.d.ts +5 -6
  172. package/dist/views/Environment/EnvironmentColors.vue.d.ts.map +1 -1
  173. package/dist/views/Environment/EnvironmentModal.vue.d.ts +4 -5
  174. package/dist/views/Environment/EnvironmentModal.vue.d.ts.map +1 -1
  175. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +6 -14
  176. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  177. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  178. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts +4 -13
  179. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts.map +1 -1
  180. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts +3 -5
  181. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
  182. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts +4 -6
  183. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
  184. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +34 -34
  185. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +3 -5
  186. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  187. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts +4 -9
  188. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts.map +1 -1
  189. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts +3 -4
  190. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts.map +1 -1
  191. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts +15 -15
  192. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts.map +1 -1
  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/Servers/ServerForm.vue.d.ts +1 -1
  244. package/dist/views/Servers/ServerForm.vue.d.ts.map +1 -1
  245. package/dist/views/Servers/Servers.vue.d.ts +1 -1
  246. package/dist/views/Servers/Servers.vue.d.ts.map +1 -1
  247. package/dist/views/Settings/Settings.vue.d.ts +1 -1
  248. package/dist/views/Settings/Settings.vue.d.ts.map +1 -1
  249. package/dist/views/Settings/SettingsGeneral.vue.d.ts +1 -1
  250. package/dist/views/Settings/SettingsGeneral.vue.d.ts.map +1 -1
  251. package/dist/views/Settings/SettingsGeneralMode.vue.d.ts.map +1 -1
  252. package/package.json +14 -14
@@ -1,12 +1,17 @@
1
+ type __VLS_Props = {
2
+ href: string;
3
+ };
1
4
  declare function __VLS_template(): {
2
- default?(_: {}): any;
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: HTMLAnchorElement;
3
11
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{
5
- href: string;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- href: string;
8
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
12
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLAnchorElement>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
10
15
  export default _default;
11
16
  type __VLS_WithTemplateSlots<T, S> = T & {
12
17
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"HelpfulLink.vue.d.ts","sourceRoot":"","sources":["../../src/components/HelpfulLink.vue"],"names":[],"mappings":"AAwBA,iBAAS,cAAc;qBAuBM,GAAG;EAc/B;AACD,QAAA,MAAM,eAAe;UA9CS,MAAM;;UAAN,MAAM;iGAoDlC,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":"HelpfulLink.vue.d.ts","sourceRoot":"","sources":["../../src/components/HelpfulLink.vue"],"names":[],"mappings":"AAgBA,KAAK,WAAW,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAQpC,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,gTAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,14 +1,11 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  isSquare?: boolean;
3
3
  method: string;
4
4
  isEditable?: boolean;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
7
  change: (value: "connect" | "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace") => any;
7
- }, string, import("vue").PublicProps, Readonly<{
8
- isSquare?: boolean;
9
- method: string;
10
- isEditable?: boolean;
11
- }> & Readonly<{
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
9
  onChange?: ((value: "connect" | "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace") => any) | undefined;
13
10
  }>, {
14
11
  isSquare: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"HttpMethod.vue.d.ts","sourceRoot":"","sources":["../../../src/components/HttpMethod/HttpMethod.vue"],"names":[],"mappings":";eAmGe,OAAO;YACV,MAAM;iBACD,OAAO;;;;eAFT,OAAO;YACV,MAAM;iBACD,OAAO;;;;cAFT,OAAO;gBAEL,OAAO;;AAuIxB,wBAUG"}
1
+ {"version":3,"file":"HttpMethod.vue.d.ts","sourceRoot":"","sources":["../../../src/components/HttpMethod/HttpMethod.vue"],"names":[],"mappings":"AAkGA,KAAK,WAAW,GAAG;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB,CAAC;;;;;;cAHW,OAAO;gBAEL,OAAO;;AAwIxB,wBAQG"}
@@ -1,22 +1,26 @@
1
+ type __VLS_Props = {
2
+ modelValue: string;
3
+ placement?: AlignedPlacement;
4
+ };
1
5
  type Side = 'top' | 'bottom';
2
6
  type Alignment = 'start' | 'end';
3
7
  type AlignedPlacement = `${Side}-${Alignment}`;
4
8
  declare function __VLS_template(): {
5
- default?(_: {}): any;
6
- title?(_: {}): any;
9
+ attrs: Partial<{}>;
10
+ slots: {
11
+ default?(_: {}): any;
12
+ title?(_: {}): any;
13
+ };
14
+ refs: {};
15
+ rootEl: any;
7
16
  };
8
- declare const __VLS_component: import("vue").DefineComponent<{
9
- modelValue: string;
10
- placement?: AlignedPlacement;
11
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
19
  "update:modelValue": (icon: string) => any;
13
- }, string, import("vue").PublicProps, Readonly<{
14
- modelValue: string;
15
- placement?: AlignedPlacement;
16
- }> & Readonly<{
20
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
17
21
  "onUpdate:modelValue"?: ((icon: string) => any) | undefined;
18
22
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
24
  export default _default;
21
25
  type __VLS_WithTemplateSlots<T, S> = T & {
22
26
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"IconSelector.vue.d.ts","sourceRoot":"","sources":["../../src/components/IconSelector.vue"],"names":[],"mappings":"AA8EA,KAAK,IAAI,GAAG,KAAK,GAAG,QAAQ,CAAA;AAC5B,KAAK,SAAS,GAAG,OAAO,GAAG,KAAK,CAAA;AAChC,KAAK,gBAAgB,GAAG,GAAG,IAAI,IAAI,SAAS,EAAE,CAAA;AAe9C,iBAAS,cAAc;qBAoKM,GAAG;mBACJ,GAAG;EAwB9B;AACD,QAAA,MAAM,eAAe;gBAxNP,MAAM;gBACN,gBAAgB;;;;gBADhB,MAAM;gBACN,gBAAgB;;;kFAgO5B,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":"IconSelector.vue.d.ts","sourceRoot":"","sources":["../../src/components/IconSelector.vue"],"names":[],"mappings":"AAoEA,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,gBAAgB,CAAA;CAC7B,CAAC;AAQF,KAAK,IAAI,GAAG,KAAK,GAAG,QAAQ,CAAA;AAC5B,KAAK,SAAS,GAAG,OAAO,GAAG,KAAK,CAAA;AAChC,KAAK,gBAAgB,GAAG,GAAG,IAAI,IAAI,SAAS,EAAE,CAAA;AAa9C,iBAAS,cAAc;WA4IT,OAAO,IAA6B;;yBATrB,GAAG;uBACJ,GAAG;;;;EAa9B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DropEventListener.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/DropEventListener.vue"],"names":[],"mappings":";;;;;AAkVA,wBAQG"}
1
+ {"version":3,"file":"DropEventListener.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/DropEventListener.vue"],"names":[],"mappings":";;;;;AAkVA,wBAOG"}
@@ -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":"ImportCollectionListener.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/ImportCollectionListener.vue"],"names":[],"mappings":"AA0FA,iBAAS,cAAc;qBA4GO,GAAG;EAqBhC;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":"ImportCollectionListener.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/ImportCollectionListener.vue"],"names":[],"mappings":"AA0FA,iBAAS,cAAc;WAqHT,OAAO,IAA6B;;yBARpB,GAAG;;;;EAahC;AAeD,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,12 +1,10 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  source: string | null;
3
3
  integration: string | null;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
6
  importFinished: () => any;
6
- }, string, import("vue").PublicProps, Readonly<{
7
- source: string | null;
8
- integration: string | null;
9
- }> & Readonly<{
7
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
8
  onImportFinished?: (() => any) | undefined;
11
9
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
10
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"ImportCollectionModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/ImportCollectionModal.vue"],"names":[],"mappings":";YAgTU,MAAM,GAAG,IAAI;iBACR,MAAM,GAAG,IAAI;;;;YADlB,MAAM,GAAG,IAAI;iBACR,MAAM,GAAG,IAAI;;;;AAuX5B,wBASG"}
1
+ {"version":3,"file":"ImportCollectionModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/ImportCollectionModal.vue"],"names":[],"mappings":"AA+SA,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;CAC3B,CAAC;;;;;;AAwWF,wBAQG"}
@@ -1,14 +1,11 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  source?: string | null;
3
- variant?: "button" | "link";
3
+ variant?: 'button' | 'link';
4
4
  watchMode?: boolean;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
7
  importFinished: () => any;
7
- }, string, import("vue").PublicProps, Readonly<{
8
- source?: string | null;
9
- variant?: "button" | "link";
10
- watchMode?: boolean;
11
- }> & Readonly<{
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
9
  onImportFinished?: (() => any) | undefined;
13
10
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
11
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"ImportNowButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/ImportNowButton.vue"],"names":[],"mappings":";aA+GW,MAAM,GAAG,IAAI;cACZ,QAAQ,GAAG,MAAM;gBACf,OAAO;;;;aAFV,MAAM,GAAG,IAAI;cACZ,QAAQ,GAAG,MAAM;gBACf,OAAO;;;;AAkLrB,wBASG"}
1
+ {"version":3,"file":"ImportNowButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/ImportNowButton.vue"],"names":[],"mappings":"AA8GA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IACtB,OAAO,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAA;IAC3B,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;;;;;;AA6KF,wBAOG"}
@@ -1,7 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  integration: string | null;
3
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
4
- integration: string | null;
5
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ };
4
+ 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, {}, HTMLDivElement>;
6
5
  export default _default;
7
6
  //# sourceMappingURL=IntegrationLogo.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IntegrationLogo.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/IntegrationLogo.vue"],"names":[],"mappings":";iBAkEe,MAAM,GAAG,IAAI;;iBAAb,MAAM,GAAG,IAAI;;AAqG5B,wBAMG"}
1
+ {"version":3,"file":"IntegrationLogo.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/IntegrationLogo.vue"],"names":[],"mappings":"AAiEA,KAAK,WAAW,GAAG;IACjB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAA;CAC3B,CAAC;;AA4GF,wBAOG"}
@@ -1,7 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  source?: string | null;
3
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
4
- source?: string | null;
5
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ };
4
+ 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, {}, any>;
6
5
  export default _default;
7
6
  //# sourceMappingURL=OpenAppButton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OpenAppButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/OpenAppButton.vue"],"names":[],"mappings":";aA0FW,MAAM,GAAG,IAAI;;aAAb,MAAM,GAAG,IAAI;;AA+KxB,wBAMG"}
1
+ {"version":3,"file":"OpenAppButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/OpenAppButton.vue"],"names":[],"mappings":"AAyFA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACvB,CAAC;;AA8JF,wBAMG"}
@@ -1,10 +1,8 @@
1
1
  import { REQUEST_METHODS } from '@scalar/oas-utils/helpers';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  method: keyof typeof REQUEST_METHODS;
4
4
  name: string;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
- method: keyof typeof REQUEST_METHODS;
7
- name: string;
8
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ };
6
+ 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, {}, HTMLDivElement>;
9
7
  export default _default;
10
8
  //# sourceMappingURL=OperationBadge.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OperationBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/OperationBadge.vue"],"names":[],"mappings":"AAuBA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;;YAMjD,MAAM,OAAO,eAAe;UAC9B,MAAM;;YADJ,MAAM,OAAO,eAAe;UAC9B,MAAM;;AAqDd,wBAMG"}
1
+ {"version":3,"file":"OperationBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/OperationBadge.vue"],"names":[],"mappings":"AAuBA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAK3D,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,OAAO,eAAe,CAAA;IACpC,IAAI,EAAE,MAAM,CAAA;CACb,CAAC;;AA+DF,wBAOG"}
@@ -1 +1 @@
1
- {"version":3,"file":"PasteEventListener.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/PasteEventListener.vue"],"names":[],"mappings":";;;;;AA+HA,wBAQG"}
1
+ {"version":3,"file":"PasteEventListener.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/PasteEventListener.vue"],"names":[],"mappings":";;;;;AA4IA,wBAMG"}
@@ -1,7 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  url?: string | null;
3
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
4
- url?: string | null;
5
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
3
+ };
4
+ 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, {}, HTMLDivElement>;
6
5
  export default _default;
7
6
  //# sourceMappingURL=PrefetchError.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PrefetchError.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/PrefetchError.vue"],"names":[],"mappings":";UA8BQ,MAAM,GAAG,IAAI;;UAAb,MAAM,GAAG,IAAI;;AAwDrB,wBAMG"}
1
+ {"version":3,"file":"PrefetchError.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/PrefetchError.vue"],"names":[],"mappings":"AA6BA,KAAK,WAAW,GAAG;IACjB,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACpB,CAAC;;AAmEF,wBAOG"}
@@ -1 +1 @@
1
- {"version":3,"file":"UrlQueryParameterChecker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/UrlQueryParameterChecker.vue"],"names":[],"mappings":";;;;;AAiFA,wBAQG"}
1
+ {"version":3,"file":"UrlQueryParameterChecker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/UrlQueryParameterChecker.vue"],"names":[],"mappings":";;;;;AA8FA,wBAMG"}
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceSelector.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/WorkspaceSelector.vue"],"names":[],"mappings":";AAkeA,wBAKG"}
1
+ {"version":3,"file":"WorkspaceSelector.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/WorkspaceSelector.vue"],"names":[],"mappings":";AAiaA,wBAKG"}
@@ -1,25 +1,19 @@
1
1
  import type { RequestPayload } from '@scalar/oas-utils/entities/spec';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  parsedCurl: RequestPayload | null;
4
4
  state: {
5
5
  open: boolean;
6
6
  show: () => void;
7
7
  hide: () => void;
8
8
  };
9
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
9
+ };
10
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
11
  importCurl: (payload: {
11
12
  parsedCurl: RequestPayload;
12
13
  requestName: string;
13
14
  }) => any;
14
15
  close: () => any;
15
- }, string, import("vue").PublicProps, Readonly<{
16
- parsedCurl: RequestPayload | null;
17
- state: {
18
- open: boolean;
19
- show: () => void;
20
- hide: () => void;
21
- };
22
- }> & Readonly<{
16
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
23
17
  onImportCurl?: ((payload: {
24
18
  parsedCurl: RequestPayload;
25
19
  requestName: string;
@@ -1 +1 @@
1
- {"version":3,"file":"ImportCurlModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCurl/ImportCurlModal.vue"],"names":[],"mappings":"AA8GA,OAAO,KAAK,EAEV,cAAc,EACf,MAAM,iCAAiC,CAAA;;gBAO1B,cAAc,GAAG,IAAI;WAC1B;QAAE,IAAI,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,IAAI,CAAC;QAAC,IAAI,EAAE,MAAM,IAAI,CAAA;KAAE;;;oBAoQnC,cAAc;qBAAe,MAAM;;;;gBArQhD,cAAc,GAAG,IAAI;WAC1B;QAAE,IAAI,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,IAAI,CAAC;QAAC,IAAI,EAAE,MAAM,IAAI,CAAA;KAAE;;;oBAoQnC,cAAc;qBAAe,MAAM;;;;AAT9D,wBAaG"}
1
+ {"version":3,"file":"ImportCurlModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCurl/ImportCurlModal.vue"],"names":[],"mappings":"AA8GA,OAAO,KAAK,EAEV,cAAc,EACf,MAAM,iCAAiC,CAAA;AAMxC,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,cAAc,GAAG,IAAI,CAAA;IACjC,KAAK,EAAE;QAAE,IAAI,EAAE,OAAO,CAAC;QAAC,IAAI,EAAE,MAAM,IAAI,CAAC;QAAC,IAAI,EAAE,MAAM,IAAI,CAAA;KAAE,CAAA;CAC7D,CAAC;;;oBAMyB,cAAc;qBAAe,MAAM;;;;;oBAAnC,cAAc;qBAAe,MAAM;;;;AA2N9D,wBAQG"}
@@ -1,13 +1,9 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- buttonSource: "sidebar" | "modal";
1
+ type __VLS_Props = {
2
+ buttonSource: 'sidebar' | 'modal';
3
3
  isDevelopment?: boolean;
4
4
  integration?: string | null;
5
5
  url?: string;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- buttonSource: "sidebar" | "modal";
8
- isDevelopment?: boolean;
9
- integration?: string | null;
10
- url?: string;
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, {}, any>;
12
8
  export default _default;
13
9
  //# sourceMappingURL=OpenApiClientButton.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"OpenApiClientButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/OpenApiClientButton.vue"],"names":[],"mappings":";kBA6FgB,SAAS,GAAG,OAAO;oBACjB,OAAO;kBACT,MAAM,GAAG,IAAI;UACrB,MAAM;;kBAHE,SAAS,GAAG,OAAO;oBACjB,OAAO;kBACT,MAAM,GAAG,IAAI;UACrB,MAAM;;AA0Fd,wBAMG"}
1
+ {"version":3,"file":"OpenApiClientButton.vue.d.ts","sourceRoot":"","sources":["../../src/components/OpenApiClientButton.vue"],"names":[],"mappings":"AA4FA,KAAK,WAAW,GAAG;IACjB,YAAY,EAAE,SAAS,GAAG,OAAO,CAAA;IACjC,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;IAC3B,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;;AAkGF,wBAMG"}
@@ -1,9 +1,7 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  art: string;
3
3
  animate?: boolean;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
5
- art: string;
6
- animate?: boolean;
7
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
4
+ };
5
+ 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, {}, HTMLDivElement>;
8
6
  export default _default;
9
7
  //# sourceMappingURL=ScalarAsciiArt.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarAsciiArt.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScalarAsciiArt.vue"],"names":[],"mappings":";SAgE6B,MAAM;cAAY,OAAO;;SAAzB,MAAM;cAAY,OAAO;;AA4EtD,wBAMG"}
1
+ {"version":3,"file":"ScalarAsciiArt.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScalarAsciiArt.vue"],"names":[],"mappings":"AAgEA,KAAK,WAAW,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;;AA0FtD,wBAOG"}
@@ -1,10 +1,8 @@
1
1
  import type { HotKeyModifiers } from '@scalar/oas-utils/entities';
2
- declare const _default: import("vue").DefineComponent<{
2
+ type __VLS_Props = {
3
3
  hotkey: string;
4
4
  modifier?: HotKeyModifiers;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
6
- hotkey: string;
7
- modifier?: HotKeyModifiers;
8
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ };
6
+ 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, {}, HTMLDivElement>;
9
7
  export default _default;
10
8
  //# sourceMappingURL=ScalarHotkey.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarHotkey.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScalarHotkey.vue"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;;YAOvD,MAAM;eACH,eAAe;;YADlB,MAAM;eACH,eAAe;;AA4D5B,wBAMG"}
1
+ {"version":3,"file":"ScalarHotkey.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScalarHotkey.vue"],"names":[],"mappings":"AA2BA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAMjE,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,eAAe,CAAA;CAC3B,CAAC;;AAyEF,wBAOG"}
@@ -1,15 +1,20 @@
1
+ type __VLS_Props = {
2
+ if?: boolean;
3
+ };
1
4
  declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- default?(_: {}): any;
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: any;
4
12
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{
6
- if?: boolean;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
8
- if?: boolean;
9
- }> & Readonly<{}>, {
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
10
15
  if: boolean;
11
16
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
18
  export default _default;
14
19
  type __VLS_WithTemplateSlots<T, S> = T & {
15
20
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"ScreenReader.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScreenReader.vue"],"names":[],"mappings":"AAsDA,iBAAS,cAAc;qBA6BM,GAAG;qBACH,GAAG;EAe/B;AACD,QAAA,MAAM,eAAe;SA/DZ,OAAO;;SAAP,OAAO;;QAAP,OAAO;6EAsEd,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":"ScreenReader.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScreenReader.vue"],"names":[],"mappings":"AAmCA,KAAK,WAAW,GAAG;IAEf,EAAE,CAAC,EAAE,OAAO,CAAA;CACb,CAAC;AAgBJ,iBAAS,cAAc;WA6CT,OAAO,IAA6B;;yBATrB,GAAG;yBACH,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;QA7EZ,OAAO;6EAoFd,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 +1 @@
1
- {"version":3,"file":"SideHelp.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/SideHelp.vue"],"names":[],"mappings":";AAgYA,wBAKG"}
1
+ {"version":3,"file":"SideHelp.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/SideHelp.vue"],"names":[],"mappings":";AAgUA,wBAMG"}
@@ -1,3 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLElement>;
2
2
  export default _default;
3
3
  //# sourceMappingURL=SideNav.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SideNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/SideNav.vue"],"names":[],"mappings":";AAiPA,wBAKG"}
1
+ {"version":3,"file":"SideNav.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/SideNav.vue"],"names":[],"mappings":";AAqPA,wBAMG"}
@@ -1,19 +1,22 @@
1
1
  import type { ROUTES } from '../../constants.js';
2
2
  import { ScalarIcon } from '@scalar/components';
3
3
  type IconProps = InstanceType<typeof ScalarIcon>['$props'];
4
+ type __VLS_Props = {
5
+ icon: IconProps['icon'];
6
+ name: (typeof ROUTES)[number]['name'] | 'settings';
7
+ active?: boolean;
8
+ };
4
9
  declare function __VLS_template(): {
5
- default?(_: {}): any;
10
+ attrs: Partial<{}>;
11
+ slots: {
12
+ default?(_: {}): any;
13
+ };
14
+ refs: {};
15
+ rootEl: any;
6
16
  };
7
- declare const __VLS_component: import("vue").DefineComponent<{
8
- icon: IconProps["icon"];
9
- name: (typeof ROUTES)[number]["name"] | "settings";
10
- active?: boolean;
11
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
12
- icon: IconProps["icon"];
13
- name: (typeof ROUTES)[number]["name"] | "settings";
14
- active?: boolean;
15
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
17
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
20
  export default _default;
18
21
  type __VLS_WithTemplateSlots<T, S> = T & {
19
22
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"SideNavLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/SideNavLink.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEzC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAI/C,KAAK,SAAS,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC,QAAQ,CAAC,CAAA;AAgB1D,iBAAS,cAAc;qBAqEO,GAAG;EAgBhC;AACD,QAAA,MAAM,eAAe;UAnGb,SAAS,CAAC,MAAM,CAAC;UACjB,CAAC,OAAO,MAAM,EAAE,MAAM,CAAC,CAAC,MAAM,CAAC,GAAG,UAAU;aACzC,OAAO;;UAFV,SAAS,CAAC,MAAM,CAAC;UACjB,CAAC,OAAO,MAAM,EAAE,MAAM,CAAC,CAAC,MAAM,CAAC,GAAG,UAAU;aACzC,OAAO;iGAuGhB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAAvG,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"SideNavLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/SideNavLink.vue"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,aAAa,CAAA;AAEzC,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAI/C,KAAK,SAAS,GAAG,YAAY,CAAC,OAAO,UAAU,CAAC,CAAC,QAAQ,CAAC,CAAA;AAE1D,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAA;IACvB,IAAI,EAAE,CAAC,OAAO,MAAM,CAAC,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,GAAG,UAAU,CAAA;IAClD,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;AAUF,iBAAS,cAAc;WA0ET,OAAO,IAA6B;;yBARpB,GAAG;;;;EAahC;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,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
  activeUser?: {
3
3
  displayName: string;
4
4
  imageUri?: string;
5
5
  };
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- activeUser?: {
8
- displayName: string;
9
- imageUri?: string;
10
- };
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, {}, HTMLButtonElement>;
12
8
  export default _default;
13
9
  //# sourceMappingURL=WorkspaceProfileIcon.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WorkspaceProfileIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/WorkspaceProfileIcon.vue"],"names":[],"mappings":";iBAsGe;QACX,WAAW,EAAE,MAAM,CAAA;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;KAClB;;iBAHY;QACX,WAAW,EAAE,MAAM,CAAA;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;KAClB;;AAwEH,wBAMG"}
1
+ {"version":3,"file":"WorkspaceProfileIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/WorkspaceProfileIcon.vue"],"names":[],"mappings":"AAqGA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE;QACX,WAAW,EAAE,MAAM,CAAA;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;KAClB,CAAA;CACF,CAAC;;AA6EF,wBAOG"}
@@ -1,15 +1,13 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  variableName: string;
3
3
  warningMessage?: string;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
6
  delete: () => any;
6
7
  close: () => any;
7
- }, string, import("vue").PublicProps, Readonly<{
8
- variableName: string;
9
- warningMessage?: string;
10
- }> & Readonly<{
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
11
9
  onDelete?: (() => any) | undefined;
12
10
  onClose?: (() => any) | undefined;
13
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
14
12
  export default _default;
15
13
  //# sourceMappingURL=DeleteSidebarListElement.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DeleteSidebarListElement.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/DeleteSidebarListElement.vue"],"names":[],"mappings":";kBA0CgB,MAAM;qBACH,MAAM;;;;;kBADT,MAAM;qBACH,MAAM;;;;;AA+GzB,wBAUG"}
1
+ {"version":3,"file":"DeleteSidebarListElement.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/DeleteSidebarListElement.vue"],"names":[],"mappings":"AAyCA,KAAK,WAAW,GAAG;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,cAAc,CAAC,EAAE,MAAM,CAAA;CACxB,CAAC;;;;;;;;AAoHF,wBAQG"}
@@ -1,15 +1,13 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  name: string;
3
3
  icon: string;
4
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
+ };
5
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
6
  close: () => any;
6
7
  edit: (newName: string, newIcon: string) => any;
7
- }, string, import("vue").PublicProps, Readonly<{
8
- name: string;
9
- icon: string;
10
- }> & Readonly<{
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
11
9
  onClose?: (() => any) | undefined;
12
10
  onEdit?: ((newName: string, newIcon: string) => any) | undefined;
13
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
14
12
  export default _default;
15
13
  //# sourceMappingURL=EditSidebarListCollection.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditSidebarListCollection.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/EditSidebarListCollection.vue"],"names":[],"mappings":";UAwDQ,MAAM;UACN,MAAM;;;;;UADN,MAAM;UACN,MAAM;;;;;AAqKd,wBAUG"}
1
+ {"version":3,"file":"EditSidebarListCollection.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/EditSidebarListCollection.vue"],"names":[],"mappings":"AAuDA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb,CAAC;;;;;;;;AAsJF,wBAQG"}
@@ -1,13 +1,12 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  name: string;
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
  close: () => any;
5
6
  edit: (newName: string) => any;
6
- }, string, import("vue").PublicProps, Readonly<{
7
- name: string;
8
- }> & Readonly<{
7
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
9
8
  onClose?: (() => any) | undefined;
10
9
  onEdit?: ((newName: string) => any) | undefined;
11
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
12
11
  export default _default;
13
12
  //# sourceMappingURL=EditSidebarListElement.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EditSidebarListElement.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/EditSidebarListElement.vue"],"names":[],"mappings":";UAkCQ,MAAM;;;;;UAAN,MAAM;;;;;AA+Gd,wBAUG"}
1
+ {"version":3,"file":"EditSidebarListElement.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Sidebar/Actions/EditSidebarListElement.vue"],"names":[],"mappings":"AAiCA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,MAAM,CAAA;CACb,CAAC;;;;;;;;AA8GF,wBAQG"}