@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
@@ -12,7 +12,7 @@ export declare const PaletteComponents: {
12
12
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
13
13
  onClose?: (() => any) | undefined;
14
14
  onBack?: ((e: KeyboardEvent) => any) | undefined;
15
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
15
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
16
16
  readonly 'Create Request': import("vue").DefineComponent<{
17
17
  metaData?: {
18
18
  itemUid: string;
@@ -29,35 +29,35 @@ export declare const PaletteComponents: {
29
29
  }> & Readonly<{
30
30
  onClose?: (() => any) | undefined;
31
31
  onBack?: ((e: KeyboardEvent) => any) | undefined;
32
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
33
33
  readonly 'Create Workspace': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
34
34
  close: () => any;
35
35
  back: (e: KeyboardEvent) => any;
36
36
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
37
37
  onClose?: (() => any) | undefined;
38
38
  onBack?: ((e: KeyboardEvent) => any) | undefined;
39
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
39
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
40
40
  readonly 'Add Tag': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
41
  close: () => any;
42
42
  back: (e: KeyboardEvent) => any;
43
43
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
44
44
  onClose?: (() => any) | undefined;
45
45
  onBack?: ((e: KeyboardEvent) => any) | undefined;
46
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
46
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
47
47
  readonly 'Add Server': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
48
48
  close: () => any;
49
49
  back: (e: KeyboardEvent) => any;
50
50
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
51
51
  onClose?: (() => any) | undefined;
52
52
  onBack?: ((e: KeyboardEvent) => any) | undefined;
53
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
53
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
54
54
  readonly 'Create Collection': import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
55
55
  close: () => any;
56
56
  back: (e: KeyboardEvent) => any;
57
57
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
58
58
  onClose?: (() => any) | undefined;
59
59
  onBack?: ((e: KeyboardEvent) => any) | undefined;
60
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
60
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLFormElement>;
61
61
  readonly 'Add Example': import("vue").DefineComponent<{
62
62
  metaData?: {
63
63
  itemUid: string;
@@ -72,7 +72,7 @@ export declare const PaletteComponents: {
72
72
  }> & Readonly<{
73
73
  onClose?: (() => any) | undefined;
74
74
  onBack?: ((e: KeyboardEvent) => any) | undefined;
75
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
75
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLFormElement>;
76
76
  };
77
77
  /** Infer the types from the commands */
78
78
  export type CommandNames = keyof typeof PaletteComponents;
@@ -1 +1 @@
1
- {"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"AAwYA;;;;GAIG;;AACH,wBAugBI;AAEJ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQpB,CAAA;AAEV,yCAAyC;AACzC,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,iBAAiB,CAAA;AAEzD,MAAM,MAAM,mBAAmB,GAAG;IAChC,8DAA8D;IAC9D,WAAW,CAAC,EAAE,YAAY,CAAA;IAC1B,iEAAiE;IACjE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B,CACA"}
1
+ {"version":3,"file":"TheCommandPalette.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/TheCommandPalette.vue"],"names":[],"mappings":"AAwYA;;;;GAIG;;AACH,wBAydI;AAEJ,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQpB,CAAA;AAEV,yCAAyC;AACzC,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,iBAAiB,CAAA;AAEzD,MAAM,MAAM,mBAAmB,GAAG;IAChC,8DAA8D;IAC9D,WAAW,CAAC,EAAE,YAAY,CAAA;IAC1B,iEAAiE;IACjE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;CAC/B,CACA"}
@@ -1,15 +1,13 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  modelValue: boolean;
3
3
  disabled?: boolean;
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
  "update:modelValue": (value: boolean) => any;
6
- }, string, import("vue").PublicProps, Readonly<{
7
- modelValue: boolean;
8
- disabled?: boolean;
9
- }> & Readonly<{
7
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
8
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
11
9
  }>, {
12
10
  disabled: boolean;
13
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLLabelElement>;
14
12
  export default _default;
15
13
  //# sourceMappingURL=WatchModeToggle.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"WatchModeToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/WatchModeToggle.vue"],"names":[],"mappings":";gBAoDgB,OAAO;eACR,OAAO;;;;gBADN,OAAO;eACR,OAAO;;;;cAAP,OAAO;;AA8HtB,wBAUG"}
1
+ {"version":3,"file":"WatchModeToggle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CommandPalette/WatchModeToggle.vue"],"names":[],"mappings":"AAmDA,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;;;;;;cADW,OAAO;;AA2HtB,wBASG"}
@@ -1,13 +1,11 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  sections: string[];
3
3
  activeSection: 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
  setActiveSection: (value: string) => any;
6
- }, string, import("vue").PublicProps, Readonly<{
7
- sections: string[];
8
- activeSection: string;
9
- }> & Readonly<{
7
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
8
  onSetActiveSection?: ((value: string) => any) | undefined;
11
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
12
10
  export default _default;
13
11
  //# sourceMappingURL=ContextBar.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ContextBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/ContextBar.vue"],"names":[],"mappings":";cAqIY,MAAM,EAAE;mBACH,MAAM;;;;cADX,MAAM,EAAE;mBACH,MAAM;;;;AA8IvB,wBASG"}
1
+ {"version":3,"file":"ContextBar.vue.d.ts","sourceRoot":"","sources":["../../src/components/ContextBar.vue"],"names":[],"mappings":"AAoIA,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,MAAM,EAAE,CAAA;IAClB,aAAa,EAAE,MAAM,CAAA;CACtB,CAAC;;;;;;AA2IF,wBAQG"}
@@ -1,17 +1,20 @@
1
- declare function __VLS_template(): {
2
- caption?(_: {}): any;
3
- default?(_: {}): any;
4
- };
5
- declare const __VLS_component: import("vue").DefineComponent<{
6
- columns: (string | undefined)[];
7
- /** Scroll horizontally */
8
- scroll?: boolean;
9
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
1
+ type __VLS_Props = {
10
2
  columns: (string | undefined)[];
11
3
  /** Scroll horizontally */
12
4
  scroll?: boolean;
13
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
5
+ };
6
+ declare function __VLS_template(): {
7
+ attrs: Partial<{}>;
8
+ slots: {
9
+ caption?(_: {}): any;
10
+ default?(_: {}): any;
11
+ };
12
+ refs: {};
13
+ rootEl: HTMLDivElement;
14
+ };
15
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
+ 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, {}, HTMLDivElement>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
18
  export default _default;
16
19
  type __VLS_WithTemplateSlots<T, S> = T & {
17
20
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"DataTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTable.vue"],"names":[],"mappings":"AA0CA,iBAAS,cAAc;qBAsCM,GAAG;qBACH,GAAG;EAc/B;AACD,QAAA,MAAM,eAAe;aAjEV,CAAC,MAAM,GAAG,SAAS,CAAC,EAAE;IAC/B,0BAA0B;aACjB,OAAO;;aAFP,CAAC,MAAM,GAAG,SAAS,CAAC,EAAE;IAC/B,0BAA0B;aACjB,OAAO;iGAqEhB,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":"DataTable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTable.vue"],"names":[],"mappings":"AA8BA,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,CAAC,MAAM,GAAG,SAAS,CAAC,EAAE,CAAA;IAC/B,0BAA0B;IAC1B,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;AAQF,iBAAS,cAAc;WAsDT,OAAO,IAA6B;;yBATrB,GAAG;yBACH,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,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,15 +1,20 @@
1
1
  import type { Component } from 'vue';
2
+ type __VLS_Props = {
3
+ is?: string | Component;
4
+ };
2
5
  declare function __VLS_template(): {
3
- default?(_: {}): any;
6
+ attrs: Partial<{}>;
7
+ slots: {
8
+ default?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ rootEl: any;
4
12
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{
6
- is?: string | Component;
7
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
8
- is?: string | Component;
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
  is: string | Component;
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":"DataTableCell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableCell.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAkBpC,iBAAS,cAAc;qBAsCM,GAAG;EAe/B;AACD,QAAA,MAAM,eAAe;SAnEZ,MAAM,GAAG,SAAS;;SAAlB,MAAM,GAAG,SAAS;;QAAlB,MAAM,GAAG,SAAS;6EA0EzB,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":"DataTableCell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableCell.vue"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,KAAK,CAAA;AAIpC,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CACxB,CAAC;AAYJ,iBAAS,cAAc;WAqDT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;QAjFZ,MAAM,GAAG,SAAS;6EAyFzB,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,14 +1,11 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  modelValue: boolean;
3
3
  disabled?: boolean;
4
- align?: "left" | "center";
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
+ align?: 'left' | 'center';
5
+ };
6
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
7
  "update:modelValue": (v: boolean) => any;
7
- }, string, import("vue").PublicProps, Readonly<{
8
- modelValue: boolean;
9
- disabled?: boolean;
10
- align?: "left" | "center";
11
- }> & Readonly<{
8
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
9
  "onUpdate:modelValue"?: ((v: boolean) => any) | undefined;
13
10
  }>, {
14
11
  align: "left" | "center";
@@ -1 +1 @@
1
- {"version":3,"file":"DataTableCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableCheckbox.vue"],"names":[],"mappings":";gBA0DgB,OAAO;eACR,OAAO;YACV,MAAM,GAAG,QAAQ;;;;gBAFb,OAAO;eACR,OAAO;YACV,MAAM,GAAG,QAAQ;;;;WAAjB,MAAM,GAAG,QAAQ;;AAyG7B,wBAUG"}
1
+ {"version":3,"file":"DataTableCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableCheckbox.vue"],"names":[],"mappings":"AAyDA,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAA;CAC1B,CAAC;;;;;;WADQ,MAAM,GAAG,QAAQ;;AA4G7B,wBASG"}
@@ -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":"DataTableHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableHeader.vue"],"names":[],"mappings":"AAqBA,iBAAS,cAAc;qBA4BM,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":"DataTableHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableHeader.vue"],"names":[],"mappings":"AAqBA,iBAAS,cAAc;WA8CT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAQD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAMnB,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,4 @@
1
- declare function __VLS_template(): {
2
- default?(_: {}): any;
3
- warning?(_: {}): any;
4
- icon?(_: {}): any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
7
2
  id?: string;
8
3
  type?: string;
9
4
  /** Class for the wrapping cell because attrs is bound to the input */
@@ -16,25 +11,24 @@ declare const __VLS_component: import("vue").DefineComponent<{
16
11
  enum?: string[];
17
12
  min?: number;
18
13
  max?: number;
19
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
+ };
15
+ declare function __VLS_template(): {
16
+ attrs: Partial<{}>;
17
+ slots: {
18
+ default?(_: {}): any;
19
+ warning?(_: {}): any;
20
+ icon?(_: {}): any;
21
+ };
22
+ refs: {};
23
+ rootEl: any;
24
+ };
25
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
26
+ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
20
27
  "update:modelValue": (v: string) => any;
21
28
  selectVariable: (value: string) => any;
22
29
  inputFocus: () => any;
23
30
  inputBlur: () => any;
24
- }, string, import("vue").PublicProps, Readonly<{
25
- id?: string;
26
- type?: string;
27
- /** Class for the wrapping cell because attrs is bound to the input */
28
- containerClass?: string;
29
- required?: boolean;
30
- modelValue: string | number;
31
- /** Allows adding a custom value to the enum dropdown, defaults to true */
32
- canAddCustomEnumValue?: boolean;
33
- readOnly?: boolean;
34
- enum?: string[];
35
- min?: number;
36
- max?: number;
37
- }> & Readonly<{
31
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
38
32
  "onUpdate:modelValue"?: ((v: string) => any) | undefined;
39
33
  onSelectVariable?: ((value: string) => any) | undefined;
40
34
  onInputFocus?: (() => any) | undefined;
@@ -44,7 +38,7 @@ declare const __VLS_component: import("vue").DefineComponent<{
44
38
  canAddCustomEnumValue: boolean;
45
39
  readOnly: boolean;
46
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
47
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
41
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
48
42
  export default _default;
49
43
  type __VLS_WithTemplateSlots<T, S> = T & {
50
44
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"DataTableInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableInput.vue"],"names":[],"mappings":"AA4PA,iBAAS,cAAc;qBA8OM,GAAG;qBACF,GAAG;kBACN,GAAG;EA6B7B;AACD,QAAA,MAAM,eAAe;SAnVZ,MAAM;WACJ,MAAM;IACb,sEAAsE;qBACrD,MAAM;eACZ,OAAO;gBACN,MAAM,GAAG,MAAM;IAC3B,0EAA0E;4BAClD,OAAO;eACpB,OAAO;WACX,MAAM,EAAE;UACT,MAAM;UACN,MAAM;;;;;;;SAXP,MAAM;WACJ,MAAM;IACb,sEAAsE;qBACrD,MAAM;eACZ,OAAO;gBACN,MAAM,GAAG,MAAM;IAC3B,0EAA0E;4BAClD,OAAO;eACpB,OAAO;WACX,MAAM,EAAE;UACT,MAAM;UACN,MAAM;;;;;;;cAPD,OAAO;2BAGM,OAAO;cACpB,OAAO;6EAwVpB,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":"DataTableInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableInput.vue"],"names":[],"mappings":"AAsLA,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,MAAM,CAAA;IACX,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,sEAAsE;IACtE,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,0EAA0E;IAC1E,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,EAAE,CAAA;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;CACb,CAAC;AAqDJ,iBAAS,cAAc;WA8OT,OAAO,IAA6B;;yBAVrB,GAAG;yBACF,GAAG;sBACN,GAAG;;;;EAa7B;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;cAnUN,OAAO;2BAGM,OAAO;cACpB,OAAO;6EAuUpB,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,17 +1,15 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ type __VLS_Props = {
2
2
  modelValue: string | number;
3
3
  value?: string[];
4
+ default?: string | number;
4
5
  canAddCustomValue?: boolean;
5
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
+ };
7
+ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
6
8
  "update:modelValue": (v: string) => any;
7
- }, string, import("vue").PublicProps, Readonly<{
8
- modelValue: string | number;
9
- value?: string[];
10
- canAddCustomValue?: boolean;
11
- }> & Readonly<{
9
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
12
10
  "onUpdate:modelValue"?: ((v: string) => any) | undefined;
13
11
  }>, {
14
12
  canAddCustomValue: boolean;
15
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
16
14
  export default _default;
17
15
  //# sourceMappingURL=DataTableInputSelect.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"DataTableInputSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableInputSelect.vue"],"names":[],"mappings":";gBAkJgB,MAAM,GAAG,MAAM;YACnB,MAAM,EAAE;wBACI,OAAO;;;;gBAFf,MAAM,GAAG,MAAM;YACnB,MAAM,EAAE;wBACI,OAAO;;;;uBAAP,OAAO;;AAyU/B,wBAUG"}
1
+ {"version":3,"file":"DataTableInputSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableInputSelect.vue"],"names":[],"mappings":"AAmJA,KAAK,WAAW,GAAG;IACf,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,KAAK,CAAC,EAAE,MAAM,EAAE,CAAA;IAChB,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACzB,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAC;;;;;;uBADoB,OAAO;;AAoR/B,wBASG"}
@@ -1,100 +1,103 @@
1
- import { defineComponent as z, computed as A, ref as i, watch as w, nextTick as N, openBlock as u, createElementBlock as d, withDirectives as T, withKeys as j, vModelText as I, createBlock as V, unref as a, withCtx as c, Fragment as k, renderList as E, createElementVNode as p, normalizeClass as K, createVNode as o, createTextVNode as R, toDisplayString as y, createCommentVNode as $ } from "vue";
2
- import { ScalarDropdown as F, ScalarDropdownItem as C, ScalarIcon as m, ScalarDropdownDivider as L, ScalarButton as M } from "@scalar/components";
3
- const U = { class: "w-full" }, W = { class: "text-c-1" }, q = { class: "flex items-center justify-center h-4 w-4" }, O = /* @__PURE__ */ z({
1
+ import { defineComponent as A, computed as h, ref as p, watch as w, nextTick as N, openBlock as n, createElementBlock as i, withDirectives as T, withKeys as j, vModelText as I, createBlock as k, unref as a, withCtx as d, Fragment as y, renderList as E, createElementVNode as c, normalizeClass as K, createVNode as o, createTextVNode as R, toDisplayString as C, createCommentVNode as $ } from "vue";
2
+ import { ScalarDropdown as F, ScalarDropdownItem as g, ScalarIcon as f, ScalarDropdownDivider as L, ScalarButton as M } from "@scalar/components";
3
+ const U = { class: "w-full" }, W = { class: "text-c-1" }, q = { class: "flex items-center justify-center h-4 w-4" }, O = /* @__PURE__ */ A({
4
4
  __name: "DataTableInputSelect",
5
5
  props: {
6
6
  modelValue: {},
7
7
  value: {},
8
+ default: {},
8
9
  canAddCustomValue: { type: Boolean, default: !0 }
9
10
  },
10
11
  emits: ["update:modelValue"],
11
- setup(g, { emit: S }) {
12
- const f = g, v = S, _ = A(() => f.value ?? []), s = i(f.modelValue.toString()), r = i(!1), n = i(""), x = i(null);
13
- w(n, (e) => {
14
- v("update:modelValue", e);
12
+ setup(S, { emit: _ }) {
13
+ const s = S, m = _, D = h(() => s.value ?? []), r = p(!1), u = p(""), v = p(null);
14
+ w(u, (e) => {
15
+ m("update:modelValue", e);
15
16
  });
16
- const h = (e) => {
17
- s.value = e, v("update:modelValue", e), r.value = !1;
18
- }, D = () => {
19
- n.value.trim() && (h(n.value), n.value = "");
17
+ const V = (e) => {
18
+ m("update:modelValue", e), r.value = !1;
20
19
  }, B = () => {
21
- n.value.trim() || (s.value = "", r.value = !1);
22
- }, b = (e) => s.value === e;
23
- return w(r, (e) => {
20
+ u.value.trim() && (V(u.value), u.value = "");
21
+ }, b = () => {
22
+ u.value.trim() || (m("update:modelValue", ""), r.value = !1);
23
+ }, z = (e) => s.modelValue.toString() === e;
24
+ w(r, (e) => {
24
25
  e && N(() => {
25
26
  var t;
26
- (t = x.value) == null || t.focus();
27
+ (t = v.value) == null || t.focus();
27
28
  });
28
- }), (e, t) => (u(), d("div", U, [
29
- r.value ? T((u(), d("input", {
29
+ });
30
+ const x = h(() => s.modelValue !== void 0 ? s.modelValue : s.default);
31
+ return (e, t) => (n(), i("div", U, [
32
+ r.value ? T((n(), i("input", {
30
33
  key: 0,
31
34
  ref_key: "inputRef",
32
- ref: x,
33
- "onUpdate:modelValue": t[0] || (t[0] = (l) => n.value = l),
35
+ ref: v,
36
+ "onUpdate:modelValue": t[0] || (t[0] = (l) => u.value = l),
34
37
  class: "border-none text-c-1 min-w-0 w-full px-2 py-1.5 outline-none",
35
38
  placeholder: "Value",
36
39
  type: "text",
37
- onBlur: B,
38
- onKeyup: j(D, ["enter"])
40
+ onBlur: b,
41
+ onKeyup: j(B, ["enter"])
39
42
  }, null, 544)), [
40
- [I, n.value]
41
- ]) : (u(), V(a(F), {
43
+ [I, u.value]
44
+ ]) : (n(), k(a(F), {
42
45
  key: 1,
43
46
  resize: "",
44
- value: s.value
47
+ value: x.value
45
48
  }, {
46
- items: c(() => [
47
- (u(!0), d(k, null, E(_.value, (l) => (u(), V(a(C), {
49
+ items: d(() => [
50
+ (n(!0), i(y, null, E(D.value, (l) => (n(), k(a(g), {
48
51
  key: l,
49
52
  class: "flex gap-1.5 group/item items-center whitespace-nowrap text-ellipsis overflow-hidden",
50
53
  value: l,
51
- onClick: (G) => h(l)
54
+ onClick: (G) => V(l)
52
55
  }, {
53
- default: c(() => [
54
- p("div", {
56
+ default: d(() => [
57
+ c("div", {
55
58
  class: K([
56
59
  "flex items-center justify-center rounded-full p-[3px] w-4 h-4",
57
- b(l) ? "bg-c-accent text-b-1" : "group-hover/item:shadow-border text-transparent"
60
+ z(l) ? "bg-c-accent text-b-1" : "group-hover/item:shadow-border text-transparent"
58
61
  ])
59
62
  }, [
60
- o(a(m), {
63
+ o(a(f), {
61
64
  class: "size-2.5",
62
65
  icon: "Checkmark",
63
66
  thickness: "3.5"
64
67
  })
65
68
  ], 2),
66
- R(" " + y(l), 1)
69
+ R(" " + C(l), 1)
67
70
  ]),
68
71
  _: 2
69
72
  }, 1032, ["value", "onClick"]))), 128)),
70
- e.canAddCustomValue ? (u(), d(k, { key: 0 }, [
73
+ e.canAddCustomValue ? (n(), i(y, { key: 0 }, [
71
74
  o(a(L)),
72
- o(a(C), {
75
+ o(a(g), {
73
76
  class: "flex items-center gap-1.5",
74
77
  onClick: t[1] || (t[1] = (l) => r.value = !0)
75
78
  }, {
76
- default: c(() => [
77
- p("div", q, [
78
- o(a(m), {
79
+ default: d(() => [
80
+ c("div", q, [
81
+ o(a(f), {
79
82
  class: "h-2.5",
80
83
  icon: "Add"
81
84
  })
82
85
  ]),
83
- t[2] || (t[2] = p("span", null, "Add value", -1))
86
+ t[2] || (t[2] = c("span", null, "Add value", -1))
84
87
  ]),
85
88
  _: 1
86
89
  })
87
90
  ], 64)) : $("", !0)
88
91
  ]),
89
- default: c(() => [
92
+ default: d(() => [
90
93
  o(a(M), {
91
94
  class: "gap-1.5 font-normal h-full justify-start px-2 py-1.5",
92
95
  fullWidth: "",
93
96
  variant: "ghost"
94
97
  }, {
95
- default: c(() => [
96
- p("span", W, y(s.value || "Select a value"), 1),
97
- o(a(m), {
98
+ default: d(() => [
99
+ c("span", W, C(x.value || "Select a value"), 1),
100
+ o(a(f), {
98
101
  icon: "ChevronDown",
99
102
  size: "xs"
100
103
  })
@@ -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: HTMLTableRowElement;
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, {}, HTMLTableRowElement>;
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":"DataTableRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableRow.vue"],"names":[],"mappings":"AAcA,iBAAS,cAAc;qBAqBM,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":"DataTableRow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableRow.vue"],"names":[],"mappings":"AAcA,iBAAS,cAAc;WAsCT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+RAMnB,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,17 @@
1
+ type __VLS_Props = {
2
+ text?: string | number;
3
+ };
1
4
  declare function __VLS_template(): {
2
- default?(_: {}): any;
5
+ attrs: Partial<{}>;
6
+ slots: {
7
+ default?(_: {}): any;
8
+ };
9
+ refs: {};
10
+ rootEl: any;
3
11
  };
4
- declare const __VLS_component: import("vue").DefineComponent<{
5
- text?: string | number;
6
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
7
- text?: string | number;
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, {}, any>;
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":"DataTableText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableText.vue"],"names":[],"mappings":"AA8BA,iBAAS,cAAc;qBAmCM,GAAG;EAe/B;AACD,QAAA,MAAM,eAAe;WA5DZ,MAAM,GAAG,MAAM;;WAAf,MAAM,GAAG,MAAM;iGAkEtB,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":"DataTableText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/DataTable/DataTableText.vue"],"names":[],"mappings":"AAoBA,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CACvB,CAAC;AAQF,iBAAS,cAAc;WAmDT,OAAO,IAA6B;;yBARrB,GAAG;;;;EAa/B;AASD,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,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, {}, HTMLDivElement>;
2
2
  export default _default;
3
3
  //# sourceMappingURL=EnvironmentSelector.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"EnvironmentSelector.vue.d.ts","sourceRoot":"","sources":["../../../src/components/EnvironmentSelector/EnvironmentSelector.vue"],"names":[],"mappings":";AAidA,wBAKG"}
1
+ {"version":3,"file":"EnvironmentSelector.vue.d.ts","sourceRoot":"","sources":["../../../src/components/EnvironmentSelector/EnvironmentSelector.vue"],"names":[],"mappings":";AA0YA,wBAMG"}
@@ -1,16 +1,4 @@
1
- declare function __VLS_template(): {
2
- title?(_: {}): any;
3
- };
4
- declare const __VLS_component: import("vue").DefineComponent<{
5
- title?: string;
6
- options: {
7
- key: string;
8
- label: string;
9
- placeholder: string;
10
- }[];
11
- data: Record<string, any>;
12
- onUpdate: (key: string, value: any) => void;
13
- }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
1
+ type __VLS_Props = {
14
2
  title?: string;
15
3
  options: {
16
4
  key: string;
@@ -19,8 +7,18 @@ declare const __VLS_component: import("vue").DefineComponent<{
19
7
  }[];
20
8
  data: Record<string, any>;
21
9
  onUpdate: (key: string, value: any) => void;
22
- }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
10
+ };
11
+ declare function __VLS_template(): {
12
+ attrs: Partial<{}>;
13
+ slots: {
14
+ title?(_: {}): any;
15
+ };
16
+ refs: {};
17
+ rootEl: HTMLElement;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ 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, {}, HTMLElement>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
22
  export default _default;
25
23
  type __VLS_WithTemplateSlots<T, S> = T & {
26
24
  new (): {
@@ -1 +1 @@
1
- {"version":3,"file":"Form.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Form/Form.vue"],"names":[],"mappings":"AA8DA,iBAAS,cAAc;mBA4FI,GAAG;EAkB7B;AACD,QAAA,MAAM,eAAe;YA3HX,MAAM;aACL;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,EAAE;UACxD,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;cACf,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI;;YAHnC,MAAM;aACL;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,EAAE;UACxD,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;cACf,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI;iGA8H3C,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":"Form.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Form/Form.vue"],"names":[],"mappings":"AAiDA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,EAAE,CAAA;IAC9D,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAA;IACzB,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,KAAK,IAAI,CAAA;CAC5C,CAAC;AAQF,iBAAS,cAAc;WA0GT,OAAO,IAA6B;;uBARvB,GAAG;;;;EAa7B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0SAOnB,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"}