@scalar/api-client 2.8.1 → 2.9.1

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 (444) hide show
  1. package/CHANGELOG.md +70 -0
  2. package/dist/components/AddressBar/AddressBarHistory.vue2.js +9 -10
  3. package/dist/components/CodeInput/CodeInput.vue2.js +5 -5
  4. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts.map +1 -1
  5. package/dist/components/CommandPalette/CommandActionForm.vue.js +10 -10
  6. package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +3 -3
  7. package/dist/components/CommandPalette/CommandPaletteExample.vue.js +3 -3
  8. package/dist/components/CommandPalette/CommandPaletteImport.vue.js +18 -20
  9. package/dist/components/CommandPalette/CommandPaletteImportCurl.vue.js +2 -2
  10. package/dist/components/CommandPalette/CommandPaletteImportCurl.vue2.js +1 -1
  11. package/dist/components/CommandPalette/CommandPaletteServer.vue.js +13 -14
  12. package/dist/components/CommandPalette/CommandPaletteTag.vue.js +3 -3
  13. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +3 -3
  14. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +22 -24
  15. package/dist/components/CommandPalette/WatchModeToggle.vue.js +1 -1
  16. package/dist/components/DataTable/DataTableInput.vue2.js +1 -1
  17. package/dist/components/DataTable/DataTableInputSelect.vue.js +8 -9
  18. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +8 -10
  19. package/dist/components/IconSelector.vue.js +1 -1
  20. package/dist/components/ImportCollection/DropEventListener.vue.js +12 -12
  21. package/dist/components/ImportCollection/ImportCollectionListener.vue.js +8 -8
  22. package/dist/components/ImportCollection/ImportCollectionModal.vue.js +1 -1
  23. package/dist/components/ImportCollection/ImportNowButton.vue.js +14 -16
  24. package/dist/components/ImportCollection/PasteEventListener.vue.js +1 -1
  25. package/dist/components/ImportCollection/PrefetchError.vue.js +2 -2
  26. package/dist/components/ImportCollection/WorkspaceSelector.vue.js +5 -7
  27. package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts +1 -1
  28. package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts.map +1 -1
  29. package/dist/components/ImportCollection/hooks/useUrlPrefetcher.js +3 -3
  30. package/dist/components/OpenApiClientButton.vue2.js +1 -1
  31. package/dist/components/Server/ServerSelector.vue.js +1 -2
  32. package/dist/components/SideNav/SideHelp.vue.js +13 -19
  33. package/dist/components/SideNav/SideNav.vue.js +4 -5
  34. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +4 -5
  35. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  36. package/dist/components/Sidebar/Sidebar.vue.js +2 -2
  37. package/dist/components/Sidebar/Sidebar.vue2.js +1 -1
  38. package/dist/components/TopNav/TopNav.vue.js +8 -10
  39. package/dist/components/TopNav/TopNavItem.vue2.js +8 -12
  40. package/dist/hooks/index.d.ts +0 -1
  41. package/dist/hooks/index.d.ts.map +1 -1
  42. package/dist/hooks/index.js +9 -11
  43. package/dist/hooks/useClientConfig.d.ts +3 -0
  44. package/dist/hooks/useClientConfig.d.ts.map +1 -1
  45. package/dist/index.d.ts +1 -2
  46. package/dist/index.d.ts.map +1 -1
  47. package/dist/index.js +8 -15
  48. package/dist/layouts/App/create-api-client-app.d.ts +3646 -3645
  49. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  50. package/dist/layouts/App/create-api-client-app.js +24 -18
  51. package/dist/layouts/Modal/create-api-client-modal.d.ts +5 -8089
  52. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  53. package/dist/layouts/Modal/create-api-client-modal.js +28 -46
  54. package/dist/layouts/Modal/index.d.ts +2 -2
  55. package/dist/layouts/Modal/index.d.ts.map +1 -1
  56. package/dist/layouts/Modal/index.js +2 -5
  57. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  58. package/dist/layouts/Web/create-api-client-web.js +15 -12
  59. package/dist/libs/create-client.d.ts +2 -2
  60. package/dist/libs/create-client.d.ts.map +1 -1
  61. package/dist/libs/postman.d.ts +1 -1
  62. package/dist/libs/postman.d.ts.map +1 -1
  63. package/dist/libs/postman.js +12 -12
  64. package/dist/libs/validate-parameters.d.ts +10 -2
  65. package/dist/libs/validate-parameters.d.ts.map +1 -1
  66. package/dist/libs/validate-parameters.js +13 -6
  67. package/dist/routes.d.ts +3 -184
  68. package/dist/routes.d.ts.map +1 -1
  69. package/dist/routes.js +6 -6
  70. package/dist/store/active-entities.d.ts +1 -1
  71. package/dist/store/active-entities.d.ts.map +1 -1
  72. package/dist/store/active-entities.js +2 -2
  73. package/dist/store/router-params.d.ts.map +1 -1
  74. package/dist/style.css +1 -1
  75. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.d.ts +5 -5
  76. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.d.ts.map +1 -1
  77. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.js +2 -2
  78. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue2.js +3 -3
  79. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue2.js +3 -4
  80. package/dist/v2/blocks/scalar-address-bar-block/index.d.ts +1 -0
  81. package/dist/v2/blocks/scalar-address-bar-block/index.d.ts.map +1 -1
  82. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue2.js +2 -2
  83. package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.js +7 -8
  84. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +44 -55
  85. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js +16 -18
  86. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +41 -46
  87. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts.map +1 -1
  88. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.d.ts +3 -0
  89. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.d.ts.map +1 -1
  90. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.js +2 -2
  91. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue2.js +201 -187
  92. package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue.js +2 -2
  93. package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue2.js +8 -10
  94. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.vue.js +2 -3
  95. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.vue.js +2 -4
  96. package/dist/v2/blocks/scalar-response-block/components/Headers.vue.js +14 -16
  97. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.d.ts +3 -0
  98. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.d.ts.map +1 -1
  99. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.js +3 -3
  100. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue2.js +87 -85
  101. package/dist/v2/blocks/scalar-response-block/components/ResponseBody.vue2.js +10 -11
  102. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.vue2.js +4 -5
  103. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyVirtual.vue.js +1 -1
  104. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.vue.js +3 -3
  105. package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue.js +1 -1
  106. package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue2.js +5 -5
  107. package/dist/v2/blocks/scalar-response-block/components/ResponseLoadingOverlay.vue2.js +9 -10
  108. package/dist/v2/components/TempReplaceMe.vue.d.ts +3 -0
  109. package/dist/v2/components/TempReplaceMe.vue.d.ts.map +1 -0
  110. package/dist/v2/components/TempReplaceMe.vue.js +12 -0
  111. package/dist/v2/components/code-input/CodeInput.test.d.ts +2 -0
  112. package/dist/v2/components/code-input/CodeInput.test.d.ts.map +1 -0
  113. package/dist/v2/components/code-input/CodeInput.vue.d.ts +140 -0
  114. package/dist/v2/components/code-input/CodeInput.vue.d.ts.map +1 -0
  115. package/dist/v2/components/code-input/CodeInput.vue.js +8 -0
  116. package/dist/v2/components/code-input/CodeInput.vue2.js +202 -0
  117. package/dist/v2/components/code-input/code-variable-widget.d.ts +21 -0
  118. package/dist/v2/components/code-input/code-variable-widget.d.ts.map +1 -0
  119. package/dist/v2/components/code-input/code-variable-widget.js +106 -0
  120. package/dist/v2/components/code-input/code-variable-widget.test.d.ts +2 -0
  121. package/dist/v2/components/code-input/code-variable-widget.test.d.ts.map +1 -0
  122. package/dist/v2/components/code-input/index.d.ts +2 -0
  123. package/dist/v2/components/code-input/index.d.ts.map +1 -0
  124. package/dist/v2/components/code-input/index.js +4 -0
  125. package/dist/v2/components/data-table/DataTable.vue.d.ts +22 -0
  126. package/dist/v2/components/data-table/DataTable.vue.d.ts.map +1 -0
  127. package/dist/v2/components/data-table/DataTable.vue.js +38 -0
  128. package/dist/v2/components/data-table/DataTable.vue2.js +4 -0
  129. package/dist/v2/components/data-table/DataTableCell.vue.d.ts +19 -0
  130. package/dist/v2/components/data-table/DataTableCell.vue.d.ts.map +1 -0
  131. package/dist/v2/components/data-table/DataTableCell.vue.js +26 -0
  132. package/dist/v2/components/data-table/DataTableCell.vue2.js +4 -0
  133. package/dist/v2/components/data-table/DataTableCheckbox.vue.d.ts +14 -0
  134. package/dist/v2/components/data-table/DataTableCheckbox.vue.d.ts.map +1 -0
  135. package/dist/v2/components/data-table/DataTableCheckbox.vue.js +53 -0
  136. package/dist/v2/components/data-table/DataTableCheckbox.vue2.js +4 -0
  137. package/dist/v2/components/data-table/DataTableHeader.vue.d.ts +13 -0
  138. package/dist/v2/components/data-table/DataTableHeader.vue.d.ts.map +1 -0
  139. package/dist/v2/components/data-table/DataTableHeader.vue.js +18 -0
  140. package/dist/v2/components/data-table/DataTableHeader.vue2.js +4 -0
  141. package/dist/v2/components/data-table/DataTableInput.vue.d.ts +53 -0
  142. package/dist/v2/components/data-table/DataTableInput.vue.d.ts.map +1 -0
  143. package/dist/v2/components/data-table/DataTableInput.vue.js +7 -0
  144. package/dist/v2/components/data-table/DataTableInput.vue2.js +117 -0
  145. package/dist/v2/components/data-table/DataTableInputSelect.vue.d.ts +16 -0
  146. package/dist/v2/components/data-table/DataTableInputSelect.vue.d.ts.map +1 -0
  147. package/dist/v2/components/data-table/DataTableInputSelect.vue.js +146 -0
  148. package/dist/v2/components/data-table/DataTableInputSelect.vue2.js +4 -0
  149. package/dist/v2/components/data-table/DataTableRow.vue.d.ts +13 -0
  150. package/dist/v2/components/data-table/DataTableRow.vue.d.ts.map +1 -0
  151. package/dist/v2/components/data-table/DataTableRow.vue.js +12 -0
  152. package/dist/v2/components/data-table/DataTableText.vue.d.ts +16 -0
  153. package/dist/v2/components/data-table/DataTableText.vue.d.ts.map +1 -0
  154. package/dist/v2/components/data-table/DataTableText.vue.js +23 -0
  155. package/dist/v2/components/data-table/DataTableText.vue2.js +4 -0
  156. package/dist/v2/components/data-table/index.d.ts +9 -0
  157. package/dist/v2/components/data-table/index.d.ts.map +1 -0
  158. package/dist/v2/components/data-table/index.js +18 -0
  159. package/dist/v2/components/resize/Resize.vue.d.ts +20 -0
  160. package/dist/v2/components/resize/Resize.vue.d.ts.map +1 -0
  161. package/dist/v2/components/resize/Resize.vue.js +8 -0
  162. package/dist/v2/components/resize/Resize.vue2.js +36 -0
  163. package/dist/v2/components/resize/index.d.ts +3 -0
  164. package/dist/v2/components/resize/index.d.ts.map +1 -0
  165. package/dist/v2/components/resize/index.js +4 -0
  166. package/dist/v2/components/sidebar/Sidebar.vue.d.ts +39 -0
  167. package/dist/v2/components/sidebar/Sidebar.vue.d.ts.map +1 -0
  168. package/dist/v2/components/sidebar/Sidebar.vue.js +95 -0
  169. package/dist/v2/components/sidebar/Sidebar.vue2.js +4 -0
  170. package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts +13 -0
  171. package/dist/v2/components/sidebar/SidebarMenu.vue.d.ts.map +1 -0
  172. package/dist/v2/components/sidebar/SidebarMenu.vue.js +63 -0
  173. package/dist/v2/components/sidebar/SidebarMenu.vue2.js +4 -0
  174. package/dist/v2/components/sidebar/SidebarToggle.vue.d.ts +10 -0
  175. package/dist/v2/components/sidebar/SidebarToggle.vue.d.ts.map +1 -0
  176. package/dist/v2/components/sidebar/SidebarToggle.vue.js +52 -0
  177. package/dist/v2/components/sidebar/SidebarToggle.vue2.js +4 -0
  178. package/dist/v2/components/sidebar/index.d.ts +4 -0
  179. package/dist/v2/components/sidebar/index.d.ts.map +1 -0
  180. package/dist/v2/components/sidebar/index.js +8 -0
  181. package/dist/v2/features/app/App.test.d.ts +2 -0
  182. package/dist/v2/features/app/App.test.d.ts.map +1 -0
  183. package/dist/v2/features/app/App.vue.d.ts +16 -0
  184. package/dist/v2/features/app/App.vue.d.ts.map +1 -0
  185. package/dist/v2/features/app/App.vue.js +87 -0
  186. package/dist/v2/features/app/App.vue3.js +5 -0
  187. package/dist/v2/features/app/components/AppSidebar.vue.d.ts +30 -0
  188. package/dist/v2/features/app/components/AppSidebar.vue.d.ts.map +1 -0
  189. package/dist/v2/features/app/components/AppSidebar.vue.js +7 -0
  190. package/dist/v2/features/app/components/AppSidebar.vue2.js +117 -0
  191. package/dist/v2/features/app/components/DesktopTabs.vue.d.ts +6 -0
  192. package/dist/v2/features/app/components/DesktopTabs.vue.d.ts.map +1 -0
  193. package/dist/v2/features/app/components/DesktopTabs.vue.js +15 -0
  194. package/dist/v2/features/app/components/DesktopTabs.vue2.js +6 -0
  195. package/dist/v2/features/app/components/DownloadAppButton.vue.d.ts +3 -0
  196. package/dist/v2/features/app/components/DownloadAppButton.vue.d.ts.map +1 -0
  197. package/dist/v2/features/app/components/DownloadAppButton.vue.js +7 -0
  198. package/dist/v2/features/app/components/DownloadAppButton.vue2.js +19 -0
  199. package/dist/v2/features/app/components/WebTopNav.vue.d.ts +16 -0
  200. package/dist/v2/features/app/components/WebTopNav.vue.d.ts.map +1 -0
  201. package/dist/v2/features/app/components/WebTopNav.vue.js +28 -0
  202. package/dist/v2/features/app/components/WebTopNav.vue2.js +4 -0
  203. package/dist/v2/features/app/components/index.d.ts +2 -0
  204. package/dist/v2/features/app/components/index.d.ts.map +1 -0
  205. package/dist/v2/features/app/components/index.js +5 -0
  206. package/dist/v2/features/app/helpers/create-api-client-app.d.ts +25 -0
  207. package/dist/v2/features/app/helpers/create-api-client-app.d.ts.map +1 -0
  208. package/dist/v2/features/app/helpers/create-api-client-app.js +21 -0
  209. package/dist/v2/features/app/helpers/routes.d.ts +106 -0
  210. package/dist/v2/features/app/helpers/routes.d.ts.map +1 -0
  211. package/dist/v2/features/app/helpers/routes.js +109 -0
  212. package/dist/v2/features/app/index.d.ts +2 -0
  213. package/dist/v2/features/app/index.d.ts.map +1 -0
  214. package/dist/v2/features/app/index.js +4 -0
  215. package/dist/v2/features/collection/DocumentCollection.test.d.ts +2 -0
  216. package/dist/v2/features/collection/DocumentCollection.test.d.ts.map +1 -0
  217. package/dist/v2/features/collection/DocumentCollection.vue.d.ts +12 -0
  218. package/dist/v2/features/collection/DocumentCollection.vue.d.ts.map +1 -0
  219. package/dist/v2/features/collection/DocumentCollection.vue.js +4 -0
  220. package/dist/v2/features/collection/DocumentCollection.vue2.js +95 -0
  221. package/dist/v2/features/collection/WorkspaceCollection.vue.d.ts +10 -0
  222. package/dist/v2/features/collection/WorkspaceCollection.vue.d.ts.map +1 -0
  223. package/dist/v2/features/collection/WorkspaceCollection.vue.js +4 -0
  224. package/dist/v2/features/collection/WorkspaceCollection.vue2.js +40 -0
  225. package/dist/v2/features/collection/components/Authentication.test.d.ts +2 -0
  226. package/dist/v2/features/collection/components/Authentication.test.d.ts.map +1 -0
  227. package/dist/v2/features/collection/components/Authentication.vue.d.ts +48 -0
  228. package/dist/v2/features/collection/components/Authentication.vue.d.ts.map +1 -0
  229. package/dist/v2/features/collection/components/Authentication.vue.js +7 -0
  230. package/dist/v2/features/collection/components/Authentication.vue2.js +50 -0
  231. package/dist/v2/features/collection/components/Cookies.vue.d.ts +3 -0
  232. package/dist/v2/features/collection/components/Cookies.vue.d.ts.map +1 -0
  233. package/dist/v2/features/collection/components/Cookies.vue.js +9 -0
  234. package/dist/v2/features/collection/components/Environment.test.d.ts +2 -0
  235. package/dist/v2/features/collection/components/Environment.test.d.ts.map +1 -0
  236. package/dist/v2/features/collection/components/Environment.vue.d.ts +15 -0
  237. package/dist/v2/features/collection/components/Environment.vue.d.ts.map +1 -0
  238. package/dist/v2/features/collection/components/Environment.vue.js +4 -0
  239. package/dist/v2/features/collection/components/Environment.vue2.js +29 -0
  240. package/dist/v2/features/collection/components/Form.vue.d.ts +29 -0
  241. package/dist/v2/features/collection/components/Form.vue.d.ts.map +1 -0
  242. package/dist/v2/features/collection/components/Form.vue.js +83 -0
  243. package/dist/v2/features/collection/components/Form.vue2.js +4 -0
  244. package/dist/v2/features/collection/components/LabelInput.test.d.ts +2 -0
  245. package/dist/v2/features/collection/components/LabelInput.test.d.ts.map +1 -0
  246. package/dist/v2/features/collection/components/LabelInput.vue.d.ts +10 -0
  247. package/dist/v2/features/collection/components/LabelInput.vue.d.ts.map +1 -0
  248. package/dist/v2/features/collection/components/LabelInput.vue.js +7 -0
  249. package/dist/v2/features/collection/components/LabelInput.vue2.js +29 -0
  250. package/dist/v2/features/collection/components/Overview.test.d.ts +2 -0
  251. package/dist/v2/features/collection/components/Overview.test.d.ts.map +1 -0
  252. package/dist/v2/features/collection/components/Overview.vue.d.ts +15 -0
  253. package/dist/v2/features/collection/components/Overview.vue.d.ts.map +1 -0
  254. package/dist/v2/features/collection/components/Overview.vue.js +7 -0
  255. package/dist/v2/features/collection/components/Overview.vue2.js +89 -0
  256. package/dist/v2/features/collection/components/Servers.test.d.ts +2 -0
  257. package/dist/v2/features/collection/components/Servers.test.d.ts.map +1 -0
  258. package/dist/v2/features/collection/components/Servers.vue.d.ts +33 -0
  259. package/dist/v2/features/collection/components/Servers.vue.d.ts.map +1 -0
  260. package/dist/v2/features/collection/components/Servers.vue.js +4 -0
  261. package/dist/v2/features/collection/components/Servers.vue2.js +120 -0
  262. package/dist/v2/features/collection/components/Settings.test.d.ts +2 -0
  263. package/dist/v2/features/collection/components/Settings.test.d.ts.map +1 -0
  264. package/dist/v2/features/collection/components/Settings.vue.d.ts +17 -0
  265. package/dist/v2/features/collection/components/Settings.vue.d.ts.map +1 -0
  266. package/dist/v2/features/collection/components/Settings.vue.js +7 -0
  267. package/dist/v2/features/collection/components/Settings.vue2.js +100 -0
  268. package/dist/v2/features/collection/components/Tabs.test.d.ts +2 -0
  269. package/dist/v2/features/collection/components/Tabs.test.d.ts.map +1 -0
  270. package/dist/v2/features/collection/components/Tabs.vue.d.ts +6 -0
  271. package/dist/v2/features/collection/components/Tabs.vue.d.ts.map +1 -0
  272. package/dist/v2/features/collection/components/Tabs.vue.js +46 -0
  273. package/dist/v2/features/collection/components/Tabs.vue2.js +4 -0
  274. package/dist/v2/features/environments/EnvironmentsList.test.d.ts +2 -0
  275. package/dist/v2/features/environments/EnvironmentsList.test.d.ts.map +1 -0
  276. package/dist/v2/features/environments/EnvironmentsList.vue.d.ts +9 -0
  277. package/dist/v2/features/environments/EnvironmentsList.vue.d.ts.map +1 -0
  278. package/dist/v2/features/environments/EnvironmentsList.vue.js +66 -0
  279. package/dist/v2/features/environments/EnvironmentsList.vue2.js +4 -0
  280. package/dist/v2/features/environments/components/Environment.test.d.ts +2 -0
  281. package/dist/v2/features/environments/components/Environment.test.d.ts.map +1 -0
  282. package/dist/v2/features/environments/components/Environment.vue.d.ts +16 -0
  283. package/dist/v2/features/environments/components/Environment.vue.d.ts.map +1 -0
  284. package/dist/v2/features/environments/components/Environment.vue.js +53 -0
  285. package/dist/v2/features/environments/components/Environment.vue2.js +4 -0
  286. package/dist/v2/features/environments/components/EnvironmentColors.test.d.ts +2 -0
  287. package/dist/v2/features/environments/components/EnvironmentColors.test.d.ts.map +1 -0
  288. package/dist/v2/features/environments/components/EnvironmentColors.vue.d.ts +10 -0
  289. package/dist/v2/features/environments/components/EnvironmentColors.vue.d.ts.map +1 -0
  290. package/dist/v2/features/environments/components/EnvironmentColors.vue.js +121 -0
  291. package/dist/v2/features/environments/components/EnvironmentColors.vue2.js +4 -0
  292. package/dist/v2/features/environments/components/EnvironmentCreateModal.vue.d.ts +12 -0
  293. package/dist/v2/features/environments/components/EnvironmentCreateModal.vue.d.ts.map +1 -0
  294. package/dist/v2/features/environments/components/EnvironmentCreateModal.vue.js +85 -0
  295. package/dist/v2/features/environments/components/EnvironmentCreateModal.vue2.js +4 -0
  296. package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.d.ts +14 -0
  297. package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.d.ts.map +1 -0
  298. package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.js +53 -0
  299. package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue2.js +4 -0
  300. package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.d.ts +21 -0
  301. package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.d.ts.map +1 -0
  302. package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.js +109 -0
  303. package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue2.js +4 -0
  304. package/dist/v2/features/environments/components/EnvironmentVariablesTable.test.d.ts +2 -0
  305. package/dist/v2/features/environments/components/EnvironmentVariablesTable.test.d.ts.map +1 -0
  306. package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue.d.ts +10 -0
  307. package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue.d.ts.map +1 -0
  308. package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue.js +7 -0
  309. package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue2.js +136 -0
  310. package/dist/v2/features/environments/index.d.ts +2 -0
  311. package/dist/v2/features/environments/index.d.ts.map +1 -0
  312. package/dist/v2/features/environments/index.js +4 -0
  313. package/dist/v2/features/global-cookies/components/CookiesTable.test.d.ts +2 -0
  314. package/dist/v2/features/global-cookies/components/CookiesTable.test.d.ts.map +1 -0
  315. package/dist/v2/features/global-cookies/components/CookiesTable.vue.d.ts +25 -0
  316. package/dist/v2/features/global-cookies/components/CookiesTable.vue.d.ts.map +1 -0
  317. package/dist/v2/features/global-cookies/components/CookiesTable.vue.js +7 -0
  318. package/dist/v2/features/global-cookies/components/CookiesTable.vue2.js +156 -0
  319. package/dist/v2/features/global-cookies/components/GlobalCookies.test.d.ts +2 -0
  320. package/dist/v2/features/global-cookies/components/GlobalCookies.test.d.ts.map +1 -0
  321. package/dist/v2/features/global-cookies/components/GlobalCookies.vue.d.ts +32 -0
  322. package/dist/v2/features/global-cookies/components/GlobalCookies.vue.d.ts.map +1 -0
  323. package/dist/v2/features/global-cookies/components/GlobalCookies.vue.js +7 -0
  324. package/dist/v2/features/global-cookies/components/GlobalCookies.vue2.js +58 -0
  325. package/dist/v2/features/global-cookies/index.d.ts +2 -0
  326. package/dist/v2/features/global-cookies/index.d.ts.map +1 -0
  327. package/dist/v2/features/global-cookies/index.js +4 -0
  328. package/dist/v2/features/modal/Modal.vue.d.ts +16 -0
  329. package/dist/v2/features/modal/Modal.vue.d.ts.map +1 -0
  330. package/dist/v2/features/modal/Modal.vue.js +7 -0
  331. package/dist/v2/features/modal/Modal.vue2.js +81 -0
  332. package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts +53 -0
  333. package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts.map +1 -0
  334. package/dist/v2/features/modal/helpers/create-api-client-modal.js +46 -0
  335. package/dist/v2/features/modal/index.d.ts +2 -0
  336. package/dist/v2/features/modal/index.d.ts.map +1 -0
  337. package/dist/v2/features/modal/index.js +4 -0
  338. package/dist/v2/features/operation/Operation.test.d.ts +2 -0
  339. package/dist/v2/features/operation/Operation.test.d.ts.map +1 -0
  340. package/dist/v2/features/operation/Operation.vue.d.ts +79 -0
  341. package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -0
  342. package/dist/v2/features/operation/Operation.vue.js +124 -0
  343. package/dist/v2/features/operation/Operation.vue2.js +4 -0
  344. package/dist/v2/features/operation/components/Header.test.d.ts +2 -0
  345. package/dist/v2/features/operation/components/Header.test.d.ts.map +1 -0
  346. package/dist/v2/features/operation/components/Header.vue.d.ts +85 -0
  347. package/dist/v2/features/operation/components/Header.vue.d.ts.map +1 -0
  348. package/dist/v2/features/operation/components/Header.vue.js +7 -0
  349. package/dist/v2/features/operation/components/Header.vue2.js +97 -0
  350. package/dist/v2/features/operation/index.d.ts +3 -0
  351. package/dist/v2/features/operation/index.d.ts.map +1 -0
  352. package/dist/v2/features/operation/index.js +4 -0
  353. package/dist/v2/features/settings/Settings.test.d.ts +2 -0
  354. package/dist/v2/features/settings/Settings.test.d.ts.map +1 -0
  355. package/dist/v2/features/settings/Settings.vue.d.ts +22 -0
  356. package/dist/v2/features/settings/Settings.vue.d.ts.map +1 -0
  357. package/dist/v2/features/settings/Settings.vue.js +268 -0
  358. package/dist/v2/features/settings/Settings.vue2.js +4 -0
  359. package/dist/v2/features/settings/components/Appearance.vue.d.ts +10 -0
  360. package/dist/v2/features/settings/components/Appearance.vue.d.ts.map +1 -0
  361. package/dist/v2/features/settings/components/Appearance.vue.js +88 -0
  362. package/dist/v2/features/settings/components/Appearance.vue2.js +4 -0
  363. package/dist/v2/features/settings/components/Section.vue.d.ts +14 -0
  364. package/dist/v2/features/settings/components/Section.vue.d.ts.map +1 -0
  365. package/dist/v2/features/settings/components/Section.vue.js +24 -0
  366. package/dist/v2/features/settings/components/Section.vue2.js +4 -0
  367. package/dist/v2/features/settings/helpers/get-theme-colors.d.ts +9 -0
  368. package/dist/v2/features/settings/helpers/get-theme-colors.d.ts.map +1 -0
  369. package/dist/v2/features/settings/helpers/get-theme-colors.js +17 -0
  370. package/dist/v2/features/settings/index.d.ts +2 -0
  371. package/dist/v2/features/settings/index.d.ts.map +1 -0
  372. package/dist/v2/features/settings/index.js +4 -0
  373. package/dist/v2/helpers/test-utils.d.ts +4 -0
  374. package/dist/v2/helpers/test-utils.d.ts.map +1 -0
  375. package/dist/v2/hooks/use-document-watcher.d.ts +28 -0
  376. package/dist/v2/hooks/use-document-watcher.d.ts.map +1 -0
  377. package/dist/v2/hooks/use-document-watcher.test.d.ts +2 -0
  378. package/dist/v2/hooks/use-document-watcher.test.d.ts.map +1 -0
  379. package/dist/v2/hooks/use-workspace-client-events.d.ts +9 -0
  380. package/dist/v2/hooks/use-workspace-client-events.d.ts.map +1 -0
  381. package/dist/v2/hooks/use-workspace-client-events.js +27 -0
  382. package/dist/v2/plugins.d.ts +44 -0
  383. package/dist/v2/plugins.d.ts.map +1 -0
  384. package/dist/v2/types/layout.d.ts +10 -0
  385. package/dist/v2/types/layout.d.ts.map +1 -0
  386. package/dist/views/Collection/Collection.vue2.js +6 -6
  387. package/dist/views/Collection/CollectionCookies.vue2.js +3 -3
  388. package/dist/views/Collection/CollectionEnvironment.vue2.js +12 -13
  389. package/dist/views/Collection/CollectionScripts.vue2.js +3 -3
  390. package/dist/views/Collection/CollectionServerForm.vue.d.ts.map +1 -1
  391. package/dist/views/Collection/CollectionServerForm.vue.js +42 -62
  392. package/dist/views/Collection/CollectionServers.vue.d.ts.map +1 -1
  393. package/dist/views/Collection/CollectionServers.vue2.js +43 -50
  394. package/dist/views/Collection/CollectionSettings.vue.js +2 -2
  395. package/dist/views/Collection/CollectionSettings.vue2.js +5 -6
  396. package/dist/views/Collection/CollectionSync.vue2.js +3 -3
  397. package/dist/views/Collection/components/EnvironmentForm.vue2.js +10 -12
  398. package/dist/views/Collection/components/MarkdownInput.vue2.js +2 -4
  399. package/dist/views/Cookies/CookieModal.vue2.js +6 -6
  400. package/dist/views/Cookies/Cookies.vue2.js +6 -6
  401. package/dist/views/Environment/Environment.vue2.js +5 -6
  402. package/dist/views/Environment/EnvironmentModal.vue.js +13 -14
  403. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +8 -9
  404. package/dist/views/Request/RequestRoot.vue.d.ts.map +1 -1
  405. package/dist/views/Request/RequestRoot.vue.js +2 -2
  406. package/dist/views/Request/RequestRoot.vue2.js +79 -80
  407. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +10 -11
  408. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +44 -55
  409. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +10 -12
  410. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +2 -2
  411. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +39 -44
  412. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  413. package/dist/views/Request/RequestSection/RequestBody.vue.js +2 -2
  414. package/dist/views/Request/RequestSection/RequestBody.vue2.js +96 -78
  415. package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +3 -3
  416. package/dist/views/Request/RequestSection/RequestParams.vue.js +2 -3
  417. package/dist/views/Request/RequestSection/RequestSection.vue.js +2 -2
  418. package/dist/views/Request/RequestSection/RequestSection.vue2.js +55 -55
  419. package/dist/views/Request/RequestSection/RequestTable.vue2.js +15 -17
  420. package/dist/views/Request/RequestSidebar.vue2.js +7 -8
  421. package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
  422. package/dist/views/Request/RequestSidebarItem.vue2.js +31 -32
  423. package/dist/views/Request/RequestSidebarItemMenu.vue.js +1 -1
  424. package/dist/views/Request/RequestSidebarItemMenu.vue2.js +13 -16
  425. package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +11 -13
  426. package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +4 -5
  427. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +4 -5
  428. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +1 -1
  429. package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +3 -3
  430. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +4 -4
  431. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +11 -13
  432. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +7 -8
  433. package/dist/views/Request/components/WorkspaceDropdown.vue.js +11 -14
  434. package/dist/views/Request/libs/oauth2.d.ts +1 -1
  435. package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
  436. package/dist/views/Settings/SettingsGeneral.vue.js +40 -42
  437. package/dist/views/Settings/components/SettingsAppearance.vue.js +8 -11
  438. package/package.json +31 -26
  439. package/dist/hooks/useKeyMap.d.ts +0 -2
  440. package/dist/hooks/useKeyMap.d.ts.map +0 -1
  441. package/dist/hooks/useKeyMap.js +0 -9
  442. package/dist/router.d.ts +0 -8
  443. package/dist/router.d.ts.map +0 -1
  444. package/dist/router.js +0 -20
@@ -1,19 +1,18 @@
1
- import { defineComponent as S, computed as i, ref as I, useId as E, createBlock as a, openBlock as o, withCtx as d, createElementVNode as m, normalizeClass as V, createElementBlock as y, createVNode as A, Fragment as k, createCommentVNode as u, createTextVNode as g, renderList as O, unref as B, withDirectives as z, resolveDynamicComponent as M, mergeProps as N, vShow as L } from "vue";
1
+ import { defineComponent as I, computed as i, ref as P, useId as S, createBlock as r, openBlock as n, withCtx as u, createElementVNode as m, normalizeClass as A, createElementBlock as y, createVNode as B, Fragment as k, createCommentVNode as d, createTextVNode as V, renderList as E, unref as O, withDirectives as z, resolveDynamicComponent as N, vShow as L } from "vue";
2
2
  import { ScalarErrorBoundary as j } from "@scalar/components";
3
- import D from "../../../../components/SectionFilter.vue.js";
4
- import F from "../../../../components/ViewLayout/ViewLayoutSection.vue.js";
5
- import C from "./Headers.vue.js";
6
- import { textMediaTypes as w } from "../helpers/media-types.js";
7
- import U from "./ResponseBody.vue.js";
8
- import K from "./ResponseBodyStreaming.vue.js";
9
- import Z from "./ResponseBodyVirtual.vue.js";
3
+ import w from "../../../../components/SectionFilter.vue.js";
4
+ import D from "../../../../components/ViewLayout/ViewLayoutSection.vue.js";
5
+ import b from "./Headers.vue.js";
6
+ import { textMediaTypes as F } from "../helpers/media-types.js";
7
+ import M from "./ResponseBody.vue.js";
8
+ import U from "./ResponseBodyStreaming.vue.js";
9
+ import K from "./ResponseBodyVirtual.vue.js";
10
10
  /* empty css */
11
- import G from "./ResponseCookies.vue.js";
12
- import J from "./ResponseEmpty.vue.js";
13
- import Q from "./ResponseLoadingOverlay.vue.js";
14
- import W from "./ResponseMetaInformation.vue.js";
15
- import { usePluginManager as X } from "../../../../plugins/hooks/usePluginManager.js";
16
- const Y = { class: "flex h-8 flex-1 items-center" }, x = ["id", "role"], b = 2e5, ce = /* @__PURE__ */ S({
11
+ import Z from "./ResponseCookies.vue.js";
12
+ import G from "./ResponseEmpty.vue.js";
13
+ import J from "./ResponseLoadingOverlay.vue.js";
14
+ import Q from "./ResponseMetaInformation.vue.js";
15
+ const W = { class: "flex h-8 flex-1 items-center" }, X = ["id", "role"], C = 2e5, pe = /* @__PURE__ */ I({
17
16
  __name: "ResponseBlock",
18
17
  props: {
19
18
  response: {},
@@ -21,11 +20,12 @@ const Y = { class: "flex h-8 flex-1 items-center" }, x = ["id", "role"], b = 2e5
21
20
  layout: {},
22
21
  totalPerformedRequests: {},
23
22
  appVersion: {},
23
+ plugins: {},
24
24
  events: {}
25
25
  },
26
26
  emits: ["addRequest", "sendRequest", "openCommandPalette"],
27
- setup(t, { expose: H, emit: P }) {
28
- const f = P, T = X().getViewComponents("response.section"), p = i(() => {
27
+ setup(t, { expose: H, emit: T }) {
28
+ const v = T, p = i(() => {
29
29
  const e = t.response?.headers;
30
30
  return e ? Object.keys(e).map((s) => ({
31
31
  name: s,
@@ -39,144 +39,146 @@ const Y = { class: "flex h-8 flex-1 items-center" }, x = ["id", "role"], b = 2e5
39
39
  value: s
40
40
  } : [];
41
41
  }) ?? []
42
- ), $ = ["Cookies", "Headers", "Body"], n = I("All"), v = i(() => ["All", ...$]), l = i(
42
+ ), $ = ["Cookies", "Headers", "Body"], o = P("All"), f = i(() => ["All", ...$]), a = i(
43
43
  () => Object.fromEntries(
44
- v.value.map((e) => [e, E()])
44
+ f.value.map((e) => [e, S()])
45
45
  )
46
- ), h = i(() => {
46
+ ), q = i(() => {
47
47
  if (!t.response || !("size" in t.response))
48
48
  return !1;
49
49
  const e = t.response.headers?.["content-type"] || t.response.headers?.["Content-Type"];
50
- return !e || (t.response.size ?? 0) <= b || e.includes("text/html") ? !1 : w.some((r) => e.includes(r)) && (t.response.size ?? 0) > b;
51
- }), q = i(
50
+ return !e || (t.response.size ?? 0) <= C || e.includes("text/html") ? !1 : F.some((l) => e.includes(l)) && (t.response.size ?? 0) > C;
51
+ }), h = i(
52
52
  () => t.request?.headers ? [...t.request.headers].map((e) => ({
53
53
  name: e[0],
54
54
  value: e[1],
55
55
  required: !1
56
56
  })) : []
57
- ), c = (e) => e === "All" || n.value === e;
57
+ ), c = (e) => e === "All" || o.value === e;
58
58
  return H({
59
59
  responseHeaders: p,
60
60
  responseCookies: R,
61
- requestHeaders: q,
62
- shouldVirtualize: h,
63
- activeFilter: n,
64
- filters: v
65
- }), (e, s) => (o(), a(F, { "aria-label": "Response" }, {
66
- title: d(() => [
67
- m("div", Y, [
61
+ requestHeaders: h,
62
+ shouldVirtualize: q,
63
+ activeFilter: o,
64
+ filters: f
65
+ }), (e, s) => (n(), r(D, { "aria-label": "Response" }, {
66
+ title: u(() => [
67
+ m("div", W, [
68
68
  m("div", {
69
69
  "aria-live": "polite",
70
- class: V(["flex items-center", { "animate-response-heading": e.response }])
70
+ class: A(["flex items-center", { "animate-response-heading": e.response }])
71
71
  }, [
72
72
  s[4] || (s[4] = m("span", { class: "response-heading pointer-events-none absolute" }, " Response ", -1)),
73
- e.response ? (o(), a(W, {
73
+ e.response ? (n(), r(Q, {
74
74
  key: 0,
75
75
  class: "animate-response-children",
76
76
  events: e.events,
77
77
  response: e.response
78
- }, null, 8, ["events", "response"])) : u("", !0)
78
+ }, null, 8, ["events", "response"])) : d("", !0)
79
79
  ], 2),
80
- A(D, {
81
- modelValue: n.value,
82
- "onUpdate:modelValue": s[0] || (s[0] = (r) => n.value = r),
83
- filterIds: l.value,
84
- filters: v.value
80
+ B(w, {
81
+ modelValue: o.value,
82
+ "onUpdate:modelValue": s[0] || (s[0] = (l) => o.value = l),
83
+ filterIds: a.value,
84
+ filters: f.value
85
85
  }, null, 8, ["modelValue", "filterIds", "filters"])
86
86
  ])
87
87
  ]),
88
- default: d(() => [
88
+ default: u(() => [
89
89
  m("div", {
90
- id: l.value.All,
91
- class: V(["custom-scroll response-section-content relative grid h-full justify-stretch", {
90
+ id: a.value.All,
91
+ class: A(["custom-scroll response-section-content relative grid h-full justify-stretch", {
92
92
  "content-start": e.response
93
93
  }]),
94
- role: n.value === "All" && e.response ? "tabpanel" : "none"
94
+ role: o.value === "All" && e.response ? "tabpanel" : "none"
95
95
  }, [
96
- e.response ? (o(), y(k, { key: 1 }, [
97
- c("Cookies") ? (o(), a(G, {
96
+ e.response ? (n(), y(k, { key: 1 }, [
97
+ c("Cookies") ? (n(), r(Z, {
98
98
  key: 0,
99
- id: l.value.Cookies,
99
+ id: a.value.Cookies,
100
100
  class: "response-section-content-cookies",
101
101
  cookies: R.value,
102
- role: n.value === "All" ? "none" : "tabpanel"
103
- }, null, 8, ["id", "cookies", "role"])) : u("", !0),
104
- c("Headers") ? (o(), a(C, {
102
+ role: o.value === "All" ? "none" : "tabpanel"
103
+ }, null, 8, ["id", "cookies", "role"])) : d("", !0),
104
+ c("Headers") ? (n(), r(b, {
105
105
  key: 1,
106
- id: l.value.Headers,
106
+ id: a.value.Headers,
107
107
  class: "response-section-content-headers",
108
- headers: q.value,
109
- role: n.value === "All" ? "none" : "tabpanel"
108
+ headers: h.value,
109
+ role: o.value === "All" ? "none" : "tabpanel"
110
110
  }, {
111
- title: d(() => s[5] || (s[5] = [
112
- g("Request Headers")
113
- ])),
111
+ title: u(() => [...s[5] || (s[5] = [
112
+ V("Request Headers", -1)
113
+ ])]),
114
114
  _: 1
115
- }, 8, ["id", "headers", "role"])) : u("", !0),
116
- c("Headers") ? (o(), a(C, {
115
+ }, 8, ["id", "headers", "role"])) : d("", !0),
116
+ c("Headers") ? (n(), r(b, {
117
117
  key: 2,
118
- id: l.value.Headers,
118
+ id: a.value.Headers,
119
119
  class: "response-section-content-headers",
120
120
  headers: p.value,
121
- role: n.value === "All" ? "none" : "tabpanel"
121
+ role: o.value === "All" ? "none" : "tabpanel"
122
122
  }, {
123
- title: d(() => s[6] || (s[6] = [
124
- g("Response Headers")
125
- ])),
123
+ title: u(() => [...s[6] || (s[6] = [
124
+ V("Response Headers", -1)
125
+ ])]),
126
126
  _: 1
127
- }, 8, ["id", "headers", "role"])) : u("", !0),
128
- (o(!0), y(k, null, O(B(T), (r) => (o(), a(B(j), {
129
- key: r.component
130
- }, {
131
- default: d(() => [
132
- z((o(), a(M(r.component), N({ ref_for: !0 }, r.props ?? {}), null, 16)), [
133
- [L, n.value === "All" || n.value === r.title]
134
- ])
127
+ }, 8, ["id", "headers", "role"])) : d("", !0),
128
+ (n(!0), y(k, null, E(e.plugins, (l, g) => (n(), r(O(j), { key: g }, {
129
+ default: u(() => [
130
+ l.components?.response ? z((n(), r(N(l.components.response), {
131
+ key: 0,
132
+ response: e.response,
133
+ request: e.request
134
+ }, null, 8, ["response", "request"])), [
135
+ [L, o.value === "All"]
136
+ ]) : d("", !0)
135
137
  ]),
136
138
  _: 2
137
139
  }, 1024))), 128)),
138
- n.value === "All" || n.value === "Body" ? (o(), y(k, { key: 3 }, [
139
- "reader" in e.response ? (o(), a(K, {
140
+ o.value === "All" || o.value === "Body" ? (n(), y(k, { key: 3 }, [
141
+ "reader" in e.response ? (n(), r(U, {
140
142
  key: 0,
141
- id: l.value.Body,
143
+ id: a.value.Body,
142
144
  class: "response-section-content-body",
143
145
  reader: e.response.reader
144
- }, null, 8, ["id", "reader"])) : h.value && typeof e.response?.data == "string" ? (o(), a(Z, {
146
+ }, null, 8, ["id", "reader"])) : q.value && typeof e.response?.data == "string" ? (n(), r(K, {
145
147
  key: 1,
146
- id: l.value.Body,
148
+ id: a.value.Body,
147
149
  content: e.response.data,
148
150
  data: e.response?.data,
149
151
  headers: p.value,
150
- role: n.value === "All" ? "none" : "tabpanel"
151
- }, null, 8, ["id", "content", "data", "headers", "role"])) : (o(), a(U, {
152
+ role: o.value === "All" ? "none" : "tabpanel"
153
+ }, null, 8, ["id", "content", "data", "headers", "role"])) : (n(), r(M, {
152
154
  key: 2,
153
- id: l.value.Body,
155
+ id: a.value.Body,
154
156
  active: !0,
155
157
  class: "response-section-content-body",
156
158
  data: e.response?.data,
157
159
  headers: p.value,
158
160
  layout: "client",
159
- role: n.value === "All" ? "none" : "tabpanel",
161
+ role: o.value === "All" ? "none" : "tabpanel",
160
162
  title: "Body"
161
163
  }, null, 8, ["id", "data", "headers", "role"]))
162
- ], 64)) : u("", !0)
163
- ], 64)) : (o(), a(J, {
164
+ ], 64)) : d("", !0)
165
+ ], 64)) : (n(), r(G, {
164
166
  key: 0,
165
167
  appVersion: e.appVersion,
166
168
  events: e.events,
167
169
  layout: e.layout,
168
170
  totalPerformedRequests: e.totalPerformedRequests,
169
- onAddRequest: s[1] || (s[1] = (r) => f("addRequest")),
170
- onOpenCommandPalette: s[2] || (s[2] = (r) => f("openCommandPalette")),
171
- onSendRequest: s[3] || (s[3] = (r) => f("sendRequest"))
171
+ onAddRequest: s[1] || (s[1] = (l) => v("addRequest")),
172
+ onOpenCommandPalette: s[2] || (s[2] = (l) => v("openCommandPalette")),
173
+ onSendRequest: s[3] || (s[3] = (l) => v("sendRequest"))
172
174
  }, null, 8, ["appVersion", "events", "layout", "totalPerformedRequests"])),
173
- A(Q, { events: e.events }, null, 8, ["events"])
174
- ], 10, x)
175
+ B(J, { events: e.events }, null, 8, ["events"])
176
+ ], 10, X)
175
177
  ]),
176
178
  _: 1
177
179
  }));
178
180
  }
179
181
  });
180
182
  export {
181
- ce as default
183
+ pe as default
182
184
  };
@@ -1,5 +1,5 @@
1
- import { defineComponent as w, ref as g, computed as l, createBlock as n, openBlock as t, createSlots as _, withCtx as i, createElementBlock as x, createCommentVNode as r, createElementVNode as p, toDisplayString as v, createTextVNode as c, createVNode as B } from "vue";
2
- import k from "../../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
1
+ import { defineComponent as w, ref as g, computed as l, createBlock as n, openBlock as t, createSlots as x, withCtx as i, createElementBlock as B, createCommentVNode as r, createElementVNode as p, toDisplayString as v, createTextVNode as c, createVNode as k } from "vue";
2
+ import _ from "../../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
3
3
  import { processResponseBody as R } from "../helpers/process-response-body.js";
4
4
  import { getMediaTypeConfig as T } from "../helpers/media-types.js";
5
5
  import V from "./ResponseBodyDownload.vue.js";
@@ -29,15 +29,15 @@ const $ = {
29
29
  ), a = l(
30
30
  () => T(e.value.mimeType?.essence ?? "")
31
31
  );
32
- return (o, u) => (t(), n(k, {
32
+ return (o, u) => (t(), n(_, {
33
33
  class: "max-h-content overflow-y-hidden",
34
34
  layout: o.layout
35
- }, _({
35
+ }, x({
36
36
  title: i(() => [
37
37
  c(v(o.title), 1)
38
38
  ]),
39
39
  default: i(() => [
40
- o.data ? (t(), x("div", $, [
40
+ o.data ? (t(), B("div", $, [
41
41
  p("div", E, [
42
42
  p("span", P, v(e.value.mimeType?.essence), 1),
43
43
  m.value ? (t(), n(N, {
@@ -59,11 +59,10 @@ const $ = {
59
59
  type: e.value.mimeType?.essence ?? ""
60
60
  }, null, 8, ["alpha", "mode", "src", "type"])) : r("", !0),
61
61
  !a.value?.raw && !a.value?.preview ? (t(), n(U, { key: 2 }, {
62
- default: i(() => u[1] || (u[1] = [
63
- c(" Binary file ")
64
- ])),
65
- _: 1,
66
- __: [1]
62
+ default: i(() => [...u[1] || (u[1] = [
63
+ c(" Binary file ", -1)
64
+ ])]),
65
+ _: 1
67
66
  })) : r("", !0)
68
67
  ])) : r("", !0)
69
68
  ]),
@@ -72,7 +71,7 @@ const $ = {
72
71
  o.data && e.value.dataUrl ? {
73
72
  name: "actions",
74
73
  fn: i(() => [
75
- B(V, {
74
+ k(V, {
76
75
  filename: e.value.attachmentFilename,
77
76
  href: e.value.dataUrl,
78
77
  type: e.value.mimeType?.essence
@@ -51,11 +51,10 @@ const c = ["src"], k = ["src", "type"], w = ["src", "type"], B = ["data", "type"
51
51
  onError: o[3] || (o[3] = (t) => r.value = !0)
52
52
  }, null, 40, B))
53
53
  ], 2)) : (s(), y(v, { key: 1 }, {
54
- default: f(() => o[4] || (o[4] = [
55
- m("Preview unavailable")
56
- ])),
57
- _: 1,
58
- __: [4]
54
+ default: f(() => [...o[4] || (o[4] = [
55
+ m("Preview unavailable", -1)
56
+ ])]),
57
+ _: 1
59
58
  }));
60
59
  }
61
60
  });
@@ -20,7 +20,7 @@ const S = /* @__PURE__ */ l({
20
20
  );
21
21
  return (b, t) => (d(), i(h, { class: "!max-h-100% response-body-virtual overflow-x-auto" }, m({
22
22
  title: a(() => [
23
- t[0] || (t[0] = p("Body"))
23
+ t[0] || (t[0] = p("Body", -1))
24
24
  ]),
25
25
  default: a(() => [
26
26
  t[1] || (t[1] = c("div", { class: "font-code text-xxs rounded-t border border-b-0 px-2.5 py-1.5" }, " This response body is massive! Syntax highlighting won't work here. ", -1)),
@@ -16,9 +16,9 @@ const d = {
16
16
  defaultOpen: !1,
17
17
  itemCount: o.cookies.length
18
18
  }, {
19
- title: t(() => l[0] || (l[0] = [
20
- u("Cookies")
21
- ])),
19
+ title: t(() => [...l[0] || (l[0] = [
20
+ u("Cookies", -1)
21
+ ])]),
22
22
  default: t(() => [
23
23
  (e(), s(i, { key: 0 }, [
24
24
  o.cookies.length ? (e(), r(p, {
@@ -1,7 +1,7 @@
1
1
  import o from "./ResponseEmpty.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-88f22a84"]]);
4
+ const s = /* @__PURE__ */ t(o, [["__scopeId", "data-v-dc5b68d4"]]);
5
5
  export {
6
6
  s as default
7
7
  };
@@ -22,7 +22,7 @@ const C = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
22
22
  return v(() => u.events.hotKeys.on(p)), b(() => u.events.hotKeys.off(p)), (t, e) => (a(), s("div", C, [
23
23
  o("div", {
24
24
  class: y(["flex h-[calc(100%_-_50px)] flex-col items-center justify-center", {
25
- "hidden opacity-0": t.totalPerformedRequests <= 1 && t.layout !== "modal"
25
+ "hidden opacity-0": t.totalPerformedRequests < 1 && t.layout !== "modal"
26
26
  }])
27
27
  }, [
28
28
  t.layout !== "modal" ? (a(), s("div", w, [
@@ -47,7 +47,7 @@ const C = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
47
47
  t.layout !== "modal" ? (a(), s("div", {
48
48
  key: 0,
49
49
  class: y(["hidden h-[calc(100%_-_50px)] items-center justify-center pb-5", {
50
- "!flex opacity-100": t.totalPerformedRequests == 1
50
+ "!flex opacity-100": t.totalPerformedRequests == 0
51
51
  }])
52
52
  }, [
53
53
  l(g)
@@ -59,7 +59,7 @@ const C = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
59
59
  type: "button",
60
60
  onClick: e[0] || (e[0] = (f) => n("openCommandPalette"))
61
61
  }, [
62
- e[5] || (e[5] = i(" Get Started ")),
62
+ e[5] || (e[5] = i(" Get Started ", -1)),
63
63
  l(m(d), { hotkey: "k" })
64
64
  ])) : r("", !0),
65
65
  t.layout === "desktop" ? (a(), s("button", {
@@ -68,7 +68,7 @@ const C = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
68
68
  type: "button",
69
69
  onClick: e[1] || (e[1] = (f) => n("addRequest"))
70
70
  }, [
71
- e[6] || (e[6] = i(" New Request ")),
71
+ e[6] || (e[6] = i(" New Request ", -1)),
72
72
  l(m(d), { hotkey: "N" })
73
73
  ])) : r("", !0),
74
74
  o("button", {
@@ -76,7 +76,7 @@ const C = { class: "flex-center relative flex flex-1 flex-col gap-6 p-2 capitali
76
76
  type: "button",
77
77
  onClick: e[2] || (e[2] = (f) => n("sendRequest"))
78
78
  }, [
79
- e[7] || (e[7] = i(" Send Request ")),
79
+ e[7] || (e[7] = i(" Send Request ", -1)),
80
80
  l(m(d), { hotkey: "↵" })
81
81
  ])
82
82
  ])
@@ -1,6 +1,6 @@
1
1
  import { defineComponent as u, ref as c, createBlock as d, openBlock as s, Transition as m, withCtx as l, createElementBlock as f, createCommentVNode as g, unref as o, createVNode as i, createTextVNode as v } from "vue";
2
- import { useLoadingState as p, ScalarLoading as x, ScalarButton as _ } from "@scalar/components";
3
- const L = {
2
+ import { useLoadingState as p, ScalarLoading as x, ScalarButton as L } from "@scalar/components";
3
+ const S = {
4
4
  key: 0,
5
5
  class: "bg-b-1 z-overlay absolute inset-0 flex flex-col items-center justify-center gap-6"
6
6
  }, y = /* @__PURE__ */ u({
@@ -14,21 +14,20 @@ const L = {
14
14
  n === "start" ? a.value = setTimeout(() => e.startLoading(), 1e3) : (clearTimeout(a.value), a.value = void 0, e.stopLoading());
15
15
  }), (n, t) => (s(), d(m, null, {
16
16
  default: l(() => [
17
- o(e).isLoading ? (s(), f("div", L, [
17
+ o(e).isLoading ? (s(), f("div", S, [
18
18
  i(o(x), {
19
19
  class: "text-c-3",
20
20
  loadingState: o(e),
21
21
  size: "3xl"
22
22
  }, null, 8, ["loadingState"]),
23
- i(o(_), {
23
+ i(o(L), {
24
24
  variant: "ghost",
25
- onClick: t[0] || (t[0] = (S) => n.events.cancelRequest.emit())
25
+ onClick: t[0] || (t[0] = (k) => n.events.cancelRequest.emit())
26
26
  }, {
27
- default: l(() => t[1] || (t[1] = [
28
- v(" Cancel ")
29
- ])),
30
- _: 1,
31
- __: [1]
27
+ default: l(() => [...t[1] || (t[1] = [
28
+ v(" Cancel ", -1)
29
+ ])]),
30
+ _: 1
32
31
  })
33
32
  ])) : g("", !0)
34
33
  ]),
@@ -0,0 +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>;
2
+ export default _default;
3
+ //# sourceMappingURL=TempReplaceMe.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TempReplaceMe.vue.d.ts","sourceRoot":"","sources":["../../../src/v2/components/TempReplaceMe.vue"],"names":[],"mappings":";AAuCA,wBAKG"}
@@ -0,0 +1,12 @@
1
+ import { createElementBlock as t, openBlock as r, createElementVNode as n } from "vue";
2
+ import o from "../../_virtual/_plugin-vue_export-helper.js";
3
+ const c = {};
4
+ function l(m, e) {
5
+ return r(), t("div", null, [...e[0] || (e[0] = [
6
+ n("h1", null, "This is just a dummy page", -1)
7
+ ])]);
8
+ }
9
+ const a = /* @__PURE__ */ o(c, [["render", l]]);
10
+ export {
11
+ a as default
12
+ };
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=CodeInput.test.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeInput.test.d.ts","sourceRoot":"","sources":["../../../../src/v2/components/code-input/CodeInput.test.ts"],"names":[],"mappings":""}
@@ -0,0 +1,140 @@
1
+ import { type CodeMirrorLanguage, type Extension } from '@scalar/use-codemirror';
2
+ import type { XScalarEnvironment } from '@scalar/workspace-store/schemas/extensions/document/x-scalar-environments';
3
+ import { type Ref } from 'vue';
4
+ import type { ClientLayout } from '../../../v2/types/layout';
5
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
6
+ modelValue: string | number;
7
+ /** Environment for variable substitution. Pass undefined to disable environment variables */
8
+ environment: XScalarEnvironment | undefined;
9
+ /** Type of the input value, affects rendering mode for booleans */
10
+ type?: string | string[];
11
+ /** Render as disabled text display */
12
+ disabled?: boolean;
13
+ /** Show error styling */
14
+ error?: boolean;
15
+ /** Layout context affects styling and behavior */
16
+ layout?: ClientLayout;
17
+ /** Predefined enum values, triggers select mode */
18
+ enum?: string[];
19
+ /** Example values, triggers select mode */
20
+ examples?: string[];
21
+ /** Default value to show in select mode */
22
+ default?: string | number;
23
+ /** Allow null in boolean select options */
24
+ nullable?: boolean;
25
+ /** Placeholder text for empty input */
26
+ placeholder?: string;
27
+ /** Show required indicator */
28
+ required?: boolean;
29
+ /** Enable color picker extension */
30
+ colorPicker?: boolean;
31
+ /** Show line numbers in editor */
32
+ lineNumbers?: boolean;
33
+ /** Enable linting */
34
+ lint?: boolean;
35
+ /** Enable line wrapping */
36
+ lineWrapping?: boolean;
37
+ /** CodeMirror language mode */
38
+ language?: CodeMirrorLanguage;
39
+ /** Additional CodeMirror extensions */
40
+ extensions?: Extension[];
41
+ /** Disable tab key for indentation */
42
+ disableTabIndent?: boolean;
43
+ /** Disable enter key */
44
+ disableEnter?: boolean;
45
+ /** Disable automatic bracket closing */
46
+ disableCloseBrackets?: boolean;
47
+ /** Emit submit event on blur */
48
+ emitOnBlur?: boolean;
49
+ /** Enable environment variable pills */
50
+ withVariables?: boolean;
51
+ /** Detect and emit curl commands */
52
+ importCurl?: boolean;
53
+ /** Custom change handler, prevents default emit */
54
+ handleFieldChange?: (value: string) => void;
55
+ /** Custom submit handler, prevents default emit */
56
+ handleFieldSubmit?: (value: string) => void;
57
+ }, {
58
+ focus: () => void | undefined;
59
+ handleChange: (value: string) => void;
60
+ handleSubmit: (value: string) => void;
61
+ handleBlur: (value: string) => void;
62
+ booleanOptions: import("vue").ComputedRef<string[]>;
63
+ codeMirror: Ref<import("@codemirror/view").EditorView | null, import("@codemirror/view").EditorView | null>;
64
+ modelValue: string | number;
65
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
66
+ submit: (value: string) => any;
67
+ redirectToEnvironment: () => any;
68
+ "update:modelValue": (value: string) => any;
69
+ blur: (value: string) => any;
70
+ curl: (value: string) => any;
71
+ }, string, import("vue").PublicProps, Readonly<{
72
+ modelValue: string | number;
73
+ /** Environment for variable substitution. Pass undefined to disable environment variables */
74
+ environment: XScalarEnvironment | undefined;
75
+ /** Type of the input value, affects rendering mode for booleans */
76
+ type?: string | string[];
77
+ /** Render as disabled text display */
78
+ disabled?: boolean;
79
+ /** Show error styling */
80
+ error?: boolean;
81
+ /** Layout context affects styling and behavior */
82
+ layout?: ClientLayout;
83
+ /** Predefined enum values, triggers select mode */
84
+ enum?: string[];
85
+ /** Example values, triggers select mode */
86
+ examples?: string[];
87
+ /** Default value to show in select mode */
88
+ default?: string | number;
89
+ /** Allow null in boolean select options */
90
+ nullable?: boolean;
91
+ /** Placeholder text for empty input */
92
+ placeholder?: string;
93
+ /** Show required indicator */
94
+ required?: boolean;
95
+ /** Enable color picker extension */
96
+ colorPicker?: boolean;
97
+ /** Show line numbers in editor */
98
+ lineNumbers?: boolean;
99
+ /** Enable linting */
100
+ lint?: boolean;
101
+ /** Enable line wrapping */
102
+ lineWrapping?: boolean;
103
+ /** CodeMirror language mode */
104
+ language?: CodeMirrorLanguage;
105
+ /** Additional CodeMirror extensions */
106
+ extensions?: Extension[];
107
+ /** Disable tab key for indentation */
108
+ disableTabIndent?: boolean;
109
+ /** Disable enter key */
110
+ disableEnter?: boolean;
111
+ /** Disable automatic bracket closing */
112
+ disableCloseBrackets?: boolean;
113
+ /** Emit submit event on blur */
114
+ emitOnBlur?: boolean;
115
+ /** Enable environment variable pills */
116
+ withVariables?: boolean;
117
+ /** Detect and emit curl commands */
118
+ importCurl?: boolean;
119
+ /** Custom change handler, prevents default emit */
120
+ handleFieldChange?: (value: string) => void;
121
+ /** Custom submit handler, prevents default emit */
122
+ handleFieldSubmit?: (value: string) => void;
123
+ }> & Readonly<{
124
+ onSubmit?: ((value: string) => any) | undefined;
125
+ onRedirectToEnvironment?: (() => any) | undefined;
126
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
127
+ onBlur?: ((value: string) => any) | undefined;
128
+ onCurl?: ((value: string) => any) | undefined;
129
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
130
+ warning?: (props: {}) => any;
131
+ } & {
132
+ icon?: (props: {}) => any;
133
+ }>;
134
+ export default _default;
135
+ type __VLS_WithSlots<T, S> = T & {
136
+ new (): {
137
+ $slots: S;
138
+ };
139
+ };
140
+ //# sourceMappingURL=CodeInput.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CodeInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/v2/components/code-input/CodeInput.vue"],"names":[],"mappings":"AAumBA,OAAO,EAIL,KAAK,kBAAkB,EACvB,KAAK,SAAS,EACf,MAAM,wBAAwB,CAAA;AAC/B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AAEnH,OAAO,EAAyC,KAAK,GAAG,EAAE,MAAM,KAAK,CAAA;AAIrE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;;gBAcvC,MAAM,GAAG,MAAM;IAC3B,6FAA6F;iBAChF,kBAAkB,GAAG,SAAS;IAC3C,mEAAmE;WAC5D,MAAM,GAAG,MAAM,EAAE;IACxB,sCAAsC;eAC3B,OAAO;IAClB,yBAAyB;YACjB,OAAO;IACf,kDAAkD;aACzC,YAAY;IACrB,mDAAmD;WAC5C,MAAM,EAAE;IACf,2CAA2C;eAChC,MAAM,EAAE;IACnB,2CAA2C;cACjC,MAAM,GAAG,MAAM;IACzB,2CAA2C;eAChC,OAAO;IAClB,uCAAuC;kBACzB,MAAM;IACpB,8BAA8B;eACnB,OAAO;IAClB,oCAAoC;kBACtB,OAAO;IACrB,kCAAkC;kBACpB,OAAO;IACrB,qBAAqB;WACd,OAAO;IACd,2BAA2B;mBACZ,OAAO;IACtB,+BAA+B;eACpB,kBAAkB;IAC7B,uCAAuC;iBAC1B,SAAS,EAAE;IACxB,sCAAsC;uBACnB,OAAO;IAC1B,wBAAwB;mBACT,OAAO;IACtB,wCAAwC;2BACjB,OAAO;IAC9B,gCAAgC;iBACnB,OAAO;IACpB,wCAAwC;oBACxB,OAAO;IACvB,oCAAoC;iBACvB,OAAO;IACpB,mDAAmD;wBAC/B,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;IAC3C,mDAAmD;wBAC/B,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;;;0BAyFhB,MAAM,KAAG,IAAI;0BAiCb,MAAM,KAAG,IAAI;wBAWf,MAAM,KAAG,IAAI;;;;;;;;;;;gBAvL1B,MAAM,GAAG,MAAM;IAC3B,6FAA6F;iBAChF,kBAAkB,GAAG,SAAS;IAC3C,mEAAmE;WAC5D,MAAM,GAAG,MAAM,EAAE;IACxB,sCAAsC;eAC3B,OAAO;IAClB,yBAAyB;YACjB,OAAO;IACf,kDAAkD;aACzC,YAAY;IACrB,mDAAmD;WAC5C,MAAM,EAAE;IACf,2CAA2C;eAChC,MAAM,EAAE;IACnB,2CAA2C;cACjC,MAAM,GAAG,MAAM;IACzB,2CAA2C;eAChC,OAAO;IAClB,uCAAuC;kBACzB,MAAM;IACpB,8BAA8B;eACnB,OAAO;IAClB,oCAAoC;kBACtB,OAAO;IACrB,kCAAkC;kBACpB,OAAO;IACrB,qBAAqB;WACd,OAAO;IACd,2BAA2B;mBACZ,OAAO;IACtB,+BAA+B;eACpB,kBAAkB;IAC7B,uCAAuC;iBAC1B,SAAS,EAAE;IACxB,sCAAsC;uBACnB,OAAO;IAC1B,wBAAwB;mBACT,OAAO;IACtB,wCAAwC;2BACjB,OAAO;IAC9B,gCAAgC;iBACnB,OAAO;IACpB,wCAAwC;oBACxB,OAAO;IACvB,oCAAoC;iBACvB,OAAO;IACpB,mDAAmD;wBAC/B,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;IAC3C,mDAAmD;wBAC/B,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI;;;;;;;;cA6kB/B,CAAC,KAAK,IAAiB,KAAK,GAAG;;WAClC,CAAC,KAAK,IAAiB,KAAK,GAAG;;AAxoB1C,wBA4rBC;AAOD,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -0,0 +1,8 @@
1
+ import o from "./CodeInput.vue2.js";
2
+ /* empty css */
3
+ /* empty css */
4
+ import t from "../../../_virtual/_plugin-vue_export-helper.js";
5
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-d30c143b"]]);
6
+ export {
7
+ a as default
8
+ };