@scalar/api-client 2.18.0 → 2.18.3

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 (294) hide show
  1. package/CHANGELOG.md +85 -0
  2. package/dist/components/AddressBar/AddressBar.vue2.js +52 -52
  3. package/dist/components/AddressBar/AddressBarHistory.vue2.js +15 -15
  4. package/dist/components/AddressBar/httpStatusCodeColors.d.ts +0 -33
  5. package/dist/components/AddressBar/httpStatusCodeColors.d.ts.map +1 -1
  6. package/dist/components/AddressBar/httpStatusCodeColors.js +0 -1
  7. package/dist/components/CodeInput/CodeInput.vue2.js +112 -112
  8. package/dist/components/CommandPalette/CommandActionForm.vue.js +18 -18
  9. package/dist/components/CommandPalette/CommandPaletteImportCurl.vue2.js +25 -25
  10. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +2 -2
  11. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  12. package/dist/components/CommandPalette/TheCommandPalette.vue.js +2 -4
  13. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +0 -1
  14. package/dist/components/CommandPalette/WatchModeToggle.vue.js +14 -14
  15. package/dist/components/DataTable/DataTable.vue.js +17 -17
  16. package/dist/components/DataTable/DataTableCell.vue.js +9 -9
  17. package/dist/components/DataTable/DataTableCheckbox.vue.js +17 -17
  18. package/dist/components/DataTable/DataTableInput.vue2.js +48 -48
  19. package/dist/components/DataTable/DataTableInputSelect.vue.js +35 -35
  20. package/dist/components/DataTable/DataTableText.vue.js +10 -10
  21. package/dist/components/Form/Form.vue.js +32 -32
  22. package/dist/components/Form/LabelInput.vue2.js +15 -15
  23. package/dist/components/HelpfulLink.vue.js +7 -7
  24. package/dist/components/HttpMethod/HttpMethod.vue2.js +22 -22
  25. package/dist/components/IconSelector.vue.js +16 -16
  26. package/dist/components/ImportCollection/ImportCollectionModal.vue.js +50 -50
  27. package/dist/components/ImportCollection/ImportNowButton.vue.js +23 -23
  28. package/dist/components/ImportCollection/PrefetchError.vue.js +8 -8
  29. package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts +0 -7
  30. package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts.map +1 -1
  31. package/dist/components/ScalarAsciiArt.vue2.js +16 -16
  32. package/dist/components/SectionFilter.vue2.js +21 -21
  33. package/dist/components/SectionFilterButton.vue.js +7 -7
  34. package/dist/components/Server/ServerDropdown.vue.js +32 -32
  35. package/dist/components/Server/ServerDropdownItem.vue2.js +39 -39
  36. package/dist/components/Server/ServerSelector.vue.js +27 -27
  37. package/dist/components/Server/ServerVariablesForm.vue.js +26 -26
  38. package/dist/components/Server/ServerVariablesSelect.vue.js +21 -21
  39. package/dist/components/Server/ServerVariablesTextbox.vue.js +10 -10
  40. package/dist/components/Server/types.d.ts +2 -1
  41. package/dist/components/Server/types.d.ts.map +1 -1
  42. package/dist/components/SideNav/SideNavLink.vue.js +18 -18
  43. package/dist/components/SideNav/SideNavRouterLink.vue.js +13 -13
  44. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.js +11 -11
  45. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.js +16 -16
  46. package/dist/components/Sidebar/Sidebar.vue2.js +28 -28
  47. package/dist/components/Sidebar/SidebarButton.vue.js +12 -12
  48. package/dist/components/Sidebar/SidebarListElement.vue2.js +34 -34
  49. package/dist/components/Sidebar/SidebarListElementActions.vue.js +33 -33
  50. package/dist/components/TopNav/TopNavItem.vue2.js +41 -41
  51. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +43 -43
  52. package/dist/data/httpHeaders.d.ts +2 -1
  53. package/dist/data/httpHeaders.d.ts.map +1 -1
  54. package/dist/hooks/useClientConfig.js +1 -1
  55. package/dist/hooks/useLayout.js +1 -1
  56. package/dist/hooks/useSidebar.js +1 -1
  57. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  58. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  59. package/dist/libs/create-client.d.ts.map +1 -1
  60. package/dist/plugins/hooks/usePluginManager.d.ts +1 -1
  61. package/dist/plugins/hooks/usePluginManager.d.ts.map +1 -1
  62. package/dist/plugins/hooks/usePluginManager.js +5 -5
  63. package/dist/plugins/index.d.ts +1 -1
  64. package/dist/plugins/index.d.ts.map +1 -1
  65. package/dist/plugins/index.js +5 -5
  66. package/dist/plugins/plugin-manager.d.ts +0 -2
  67. package/dist/plugins/plugin-manager.d.ts.map +1 -1
  68. package/dist/routes.d.ts +0 -10
  69. package/dist/routes.d.ts.map +1 -1
  70. package/dist/routes.js +0 -1
  71. package/dist/store/active-entities.js +1 -1
  72. package/dist/store/security-schemes.d.ts.map +1 -1
  73. package/dist/store/store.d.ts.map +1 -1
  74. package/dist/style.css +1 -1
  75. package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts.map +1 -1
  76. package/dist/v2/blocks/operation-block/OperationBlock.vue.js +44 -44
  77. package/dist/v2/blocks/operation-block/components/Header.vue2.js +20 -20
  78. package/dist/v2/blocks/operation-block/helpers/build-request-body.d.ts.map +1 -1
  79. package/dist/v2/blocks/operation-block/helpers/build-request-body.js +14 -14
  80. package/dist/v2/blocks/operation-block/helpers/get-delimiter.js +0 -2
  81. package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.js +12 -12
  82. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue2.js +65 -65
  83. package/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.d.ts +2 -1
  84. package/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.d.ts.map +1 -1
  85. package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +6 -6
  86. package/dist/v2/blocks/operation-code-sample/helpers/get-resolved-ref-deep.d.ts +4 -3
  87. package/dist/v2/blocks/operation-code-sample/helpers/get-resolved-ref-deep.d.ts.map +1 -1
  88. package/dist/v2/blocks/operation-code-sample/helpers/get-resolved-ref-deep.js +9 -7
  89. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.d.ts.map +1 -1
  90. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.js +40 -32
  91. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.d.ts +1 -3
  92. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.d.ts.map +1 -1
  93. package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.js +0 -1
  94. package/dist/v2/blocks/request-block/RequestBlock.vue.d.ts.map +1 -1
  95. package/dist/v2/blocks/request-block/RequestBlock.vue.js +2 -2
  96. package/dist/v2/blocks/request-block/RequestBlock.vue2.js +144 -149
  97. package/dist/v2/blocks/request-block/components/RequestBody.vue.d.ts +25 -45
  98. package/dist/v2/blocks/request-block/components/RequestBody.vue.d.ts.map +1 -1
  99. package/dist/v2/blocks/request-block/components/RequestBody.vue.js +2 -2
  100. package/dist/v2/blocks/request-block/components/RequestBody.vue2.js +90 -139
  101. package/dist/v2/blocks/request-block/components/RequestBodyForm.vue.d.ts +22 -0
  102. package/dist/v2/blocks/request-block/components/RequestBodyForm.vue.d.ts.map +1 -0
  103. package/dist/v2/blocks/request-block/components/RequestBodyForm.vue.js +77 -0
  104. package/dist/v2/blocks/request-block/components/RequestBodyForm.vue2.js +4 -0
  105. package/dist/v2/blocks/request-block/components/RequestParams.vue.d.ts +4 -4
  106. package/dist/v2/blocks/request-block/components/RequestParams.vue.d.ts.map +1 -1
  107. package/dist/v2/blocks/request-block/components/RequestParams.vue.js +34 -34
  108. package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts +6 -6
  109. package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts.map +1 -1
  110. package/dist/v2/blocks/request-block/components/RequestTable.vue.js +3 -3
  111. package/dist/v2/blocks/request-block/components/RequestTable.vue2.js +30 -32
  112. package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts +2 -2
  113. package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts.map +1 -1
  114. package/dist/v2/blocks/request-block/components/RequestTableRow.vue.js +64 -64
  115. package/dist/v2/blocks/request-block/components/RequestTableTooltip.vue2.js +29 -29
  116. package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.d.ts +2 -2
  117. package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.d.ts.map +1 -1
  118. package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.js +12 -13
  119. package/dist/v2/blocks/request-block/helpers/get-form-body-rows.d.ts +8 -0
  120. package/dist/v2/blocks/request-block/helpers/get-form-body-rows.d.ts.map +1 -0
  121. package/dist/v2/blocks/request-block/helpers/get-form-body-rows.js +9 -0
  122. package/dist/v2/blocks/request-block/helpers/get-request-body-example.d.ts +3 -1
  123. package/dist/v2/blocks/request-block/helpers/get-request-body-example.d.ts.map +1 -1
  124. package/dist/v2/blocks/request-block/helpers/get-request-body-example.js +9 -8
  125. package/dist/v2/blocks/response-block/ResponseBlock.vue2.js +67 -67
  126. package/dist/v2/blocks/response-block/components/Headers.vue.js +35 -35
  127. package/dist/v2/blocks/response-block/components/ResponseBody.vue2.js +24 -24
  128. package/dist/v2/blocks/response-block/components/ResponseBodyDownload.vue.js +10 -10
  129. package/dist/v2/blocks/response-block/components/ResponseBodyPreview.vue2.js +24 -24
  130. package/dist/v2/blocks/response-block/components/ResponseBodyToggle.vue.js +10 -10
  131. package/dist/v2/blocks/response-block/components/ResponseCookies.vue.js +11 -11
  132. package/dist/v2/blocks/response-block/components/ResponseEmpty.vue2.js +14 -14
  133. package/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue2.js +11 -11
  134. package/dist/v2/blocks/response-block/components/ResponseMetaInformation.vue.js +33 -33
  135. package/dist/v2/blocks/response-block/helpers/media-types.d.ts +3 -6
  136. package/dist/v2/blocks/response-block/helpers/media-types.d.ts.map +1 -1
  137. package/dist/v2/blocks/response-block/helpers/media-types.js +0 -1
  138. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue2.js +72 -72
  139. package/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue2.js +9 -9
  140. package/dist/v2/blocks/scalar-address-bar-block/components/httpStatusCodeColors.d.ts +0 -33
  141. package/dist/v2/blocks/scalar-address-bar-block/components/httpStatusCodeColors.d.ts.map +1 -1
  142. package/dist/v2/blocks/scalar-address-bar-block/components/httpStatusCodeColors.js +0 -1
  143. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -1
  144. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +83 -82
  145. package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.js +10 -10
  146. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +121 -121
  147. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue2.js +13 -13
  148. package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js +33 -33
  149. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts.map +1 -1
  150. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.js +26 -26
  151. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.js +26 -26
  152. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts +2 -2
  153. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -1
  154. package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +130 -122
  155. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts +0 -21
  156. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts.map +1 -1
  157. package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.js +1 -3
  158. package/dist/v2/components/code-input/CodeInput.vue2.js +93 -93
  159. package/dist/v2/components/data-table/DataTable.vue.js +17 -17
  160. package/dist/v2/components/data-table/DataTableCell.vue.js +9 -9
  161. package/dist/v2/components/data-table/DataTableCheckbox.vue.js +17 -17
  162. package/dist/v2/components/data-table/DataTableInput.vue2.js +48 -48
  163. package/dist/v2/components/data-table/DataTableInputSelect.vue.js +35 -35
  164. package/dist/v2/components/data-table/DataTableText.vue.js +10 -10
  165. package/dist/v2/components/forms/ConfirmationForm.vue.js +13 -13
  166. package/dist/v2/components/layout/CollapsibleSection.vue.js +42 -42
  167. package/dist/v2/components/modals/DeleteModal.vue.js +13 -13
  168. package/dist/v2/components/resize/Resize.vue2.js +11 -11
  169. package/dist/v2/components/server/ServerDropdown.vue.js +30 -30
  170. package/dist/v2/components/server/ServerDropdownItem.vue2.js +27 -27
  171. package/dist/v2/components/sidebar/Sidebar.vue.js +32 -32
  172. package/dist/v2/components/sidebar/SidebarMenu.vue.js +20 -20
  173. package/dist/v2/features/app/App.vue.js +25 -25
  174. package/dist/v2/features/app/app-events.d.ts.map +1 -1
  175. package/dist/v2/features/app/app-events.js +55 -61
  176. package/dist/v2/features/app/components/AppSidebar.vue2.js +97 -97
  177. package/dist/v2/features/app/components/CreateWorkspaceModal.vue.js +20 -20
  178. package/dist/v2/features/app/components/DesktopTab.vue2.js +59 -59
  179. package/dist/v2/features/app/components/DesktopTabs.vue.js +22 -22
  180. package/dist/v2/features/app/components/SidebarItemMenu.vue.js +6 -6
  181. package/dist/v2/features/app/components/WebTopNav.vue.js +9 -9
  182. package/dist/v2/features/app/helpers/create-api-client-app.d.ts +2 -5
  183. package/dist/v2/features/app/helpers/create-api-client-app.d.ts.map +1 -1
  184. package/dist/v2/features/app/helpers/create-api-client-app.js +1 -2
  185. package/dist/v2/features/app/helpers/routes.d.ts +5 -1
  186. package/dist/v2/features/app/helpers/routes.d.ts.map +1 -1
  187. package/dist/v2/features/collection/DocumentCollection.vue.js +31 -31
  188. package/dist/v2/features/collection/WorkspaceCollection.vue.js +17 -17
  189. package/dist/v2/features/collection/components/Authentication.vue2.js +18 -18
  190. package/dist/v2/features/collection/components/Cookies.vue.js +10 -10
  191. package/dist/v2/features/collection/components/Environment.vue.js +10 -10
  192. package/dist/v2/features/collection/components/Form.vue.js +21 -21
  193. package/dist/v2/features/collection/components/Overview.vue2.js +25 -25
  194. package/dist/v2/features/collection/components/Servers.vue.js +37 -37
  195. package/dist/v2/features/collection/components/Settings.vue.js +22 -22
  196. package/dist/v2/features/collection/components/Tabs.vue.js +18 -18
  197. package/dist/v2/features/command-palette/components/CommandActionForm.vue.js +20 -20
  198. package/dist/v2/features/command-palette/components/CommandActionInput.vue.js +17 -17
  199. package/dist/v2/features/command-palette/components/TheCommandPalette.vue2.js +68 -68
  200. package/dist/v2/features/command-palette/components/WatchModeToggle.vue.js +11 -11
  201. package/dist/v2/features/command-palette/helpers/get-openapi-document-details.d.ts +2 -1
  202. package/dist/v2/features/command-palette/helpers/get-openapi-document-details.d.ts.map +1 -1
  203. package/dist/v2/features/command-palette/helpers/get-postman-document-details.d.ts +2 -1
  204. package/dist/v2/features/command-palette/helpers/get-postman-document-details.d.ts.map +1 -1
  205. package/dist/v2/features/command-palette/hooks/use-command-palette-state.d.ts +3 -3
  206. package/dist/v2/features/command-palette/hooks/use-command-palette-state.d.ts.map +1 -1
  207. package/dist/v2/features/command-palette/hooks/use-command-palette-state.js +0 -1
  208. package/dist/v2/features/command-palette/types.d.ts +11 -10
  209. package/dist/v2/features/command-palette/types.d.ts.map +1 -1
  210. package/dist/v2/features/environments/EnvironmentsList.vue.js +36 -36
  211. package/dist/v2/features/environments/components/Environment.vue.js +16 -16
  212. package/dist/v2/features/environments/components/EnvironmentColors.vue.js +37 -37
  213. package/dist/v2/features/environments/components/EnvironmentCreateModal.vue.js +19 -19
  214. package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.js +14 -14
  215. package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.js +24 -24
  216. package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue2.js +58 -58
  217. package/dist/v2/features/global-cookies/components/CookiesTable.vue2.js +23 -23
  218. package/dist/v2/features/modal/Modal.vue.d.ts +1 -1
  219. package/dist/v2/features/modal/Modal.vue.d.ts.map +1 -1
  220. package/dist/v2/features/modal/Modal.vue.js +1 -1
  221. package/dist/v2/features/modal/Modal.vue2.js +57 -56
  222. package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts +5 -4
  223. package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts.map +1 -1
  224. package/dist/v2/features/modal/hooks/use-workspace-client-modal-events.d.ts.map +1 -1
  225. package/dist/v2/features/modal/hooks/use-workspace-client-modal-events.js +17 -21
  226. package/dist/v2/features/operation/Operation.vue.d.ts +5 -1
  227. package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -1
  228. package/dist/v2/features/operation/Operation.vue.js +41 -39
  229. package/dist/v2/features/search/components/SearchButton.vue.js +40 -40
  230. package/dist/v2/features/search/components/SearchModal.vue2.js +43 -43
  231. package/dist/v2/features/search/components/SearchResult.vue.js +34 -34
  232. package/dist/v2/features/search/types.d.ts +5 -4
  233. package/dist/v2/features/search/types.d.ts.map +1 -1
  234. package/dist/v2/features/settings/CollectionSettings.vue.js +51 -51
  235. package/dist/v2/features/settings/DocumentSettings.vue.js +25 -25
  236. package/dist/v2/features/settings/components/Appearance.vue.js +27 -27
  237. package/dist/v2/helpers/handle-hotkeys.d.ts +1 -12
  238. package/dist/v2/helpers/handle-hotkeys.d.ts.map +1 -1
  239. package/dist/v2/helpers/handle-hotkeys.js +0 -2
  240. package/dist/v2/helpers/plugins.d.ts +2 -2
  241. package/dist/v2/helpers/plugins.d.ts.map +1 -1
  242. package/dist/views/Collection/CollectionNavigation.vue.js +13 -13
  243. package/dist/views/Collection/components/EnvironmentForm.vue2.js +114 -114
  244. package/dist/views/Collection/components/MarkdownInput.vue2.js +31 -31
  245. package/dist/views/Cookies/CookieModal.vue2.js +26 -26
  246. package/dist/views/Environment/EnvironmentColorModal.vue.js +10 -10
  247. package/dist/views/Environment/EnvironmentColors.vue.js +56 -56
  248. package/dist/views/Environment/EnvironmentModal.vue.js +26 -26
  249. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +24 -24
  250. package/dist/views/Request/Request.vue2.js +55 -55
  251. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +17 -17
  252. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +102 -102
  253. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +27 -27
  254. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  255. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +91 -91
  256. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts.map +1 -1
  257. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue2.js +36 -36
  258. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +101 -101
  259. package/dist/views/Request/RequestSection/RequestBody.vue2.js +154 -154
  260. package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +35 -35
  261. package/dist/views/Request/RequestSection/RequestParams.vue.js +81 -81
  262. package/dist/views/Request/RequestSection/RequestPathParams.vue.js +47 -47
  263. package/dist/views/Request/RequestSection/RequestSection.vue2.js +90 -90
  264. package/dist/views/Request/RequestSection/RequestTable.vue2.js +111 -111
  265. package/dist/views/Request/RequestSection/RequestTableTooltip.vue2.js +29 -29
  266. package/dist/views/Request/RequestSection/index.d.ts +1 -1
  267. package/dist/views/Request/RequestSection/index.d.ts.map +1 -1
  268. package/dist/views/Request/RequestSection/index.js +4 -4
  269. package/dist/views/Request/RequestSidebarItem.vue2.js +149 -149
  270. package/dist/views/Request/RequestSidebarItemMenu.vue2.js +79 -79
  271. package/dist/views/Request/RequestSubpageHeader.vue2.js +30 -30
  272. package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +29 -29
  273. package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +37 -37
  274. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +10 -10
  275. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +24 -24
  276. package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.js +10 -10
  277. package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +16 -16
  278. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +21 -21
  279. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +30 -30
  280. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js +37 -37
  281. package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +61 -61
  282. package/package.json +24 -24
  283. package/dist/components/ImportCollection/OpenAppButton.vue.d.ts +0 -6
  284. package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +0 -1
  285. package/dist/components/ImportCollection/OperationBadge.vue.d.ts +0 -8
  286. package/dist/components/ImportCollection/OperationBadge.vue.d.ts.map +0 -1
  287. package/dist/components/ScreenReader.vue.d.ts +0 -20
  288. package/dist/components/ScreenReader.vue.d.ts.map +0 -1
  289. package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts +0 -9
  290. package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts.map +0 -1
  291. package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts +0 -3
  292. package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts.map +0 -1
  293. package/dist/views/Request/RequestSection/types/post-response.d.ts +0 -7
  294. package/dist/views/Request/RequestSection/types/post-response.d.ts.map +0 -1
@@ -1,20 +1,21 @@
1
- import { defineComponent as D, computed as u, ref as Q, useId as r, watch as j, createBlock as k, openBlock as s, withCtx as w, createElementVNode as K, withDirectives as m, createElementBlock as f, createVNode as i, unref as y, vShow as d, mergeProps as B, toHandlers as S, Fragment as M, renderList as L, createCommentVNode as T, resolveDynamicComponent as z, toDisplayString as G } from "vue";
2
- import { ScalarErrorBoundary as X } from "@scalar/components";
3
- import { canMethodHaveBody as b } from "@scalar/helpers/http/can-method-have-body";
4
- import { REGEX as J } from "@scalar/helpers/regex/regex-helpers";
5
- import { getResolvedRef as V } from "@scalar/workspace-store/helpers/get-resolved-ref";
6
- import W from "../../../components/SectionFilter.vue.js";
7
- import Y from "../../../components/ViewLayout/ViewLayoutSection.vue.js";
8
- import Z from "./components/RequestBody.vue.js";
9
- import _ from "./components/RequestCodeSnippet.vue.js";
10
- import q from "./components/RequestParams.vue.js";
11
- import { createParameterHandlers as R } from "./helpers/create-parameter-handlers.js";
12
- import { groupBy as ee } from "./helpers/group-by.js";
13
- import te from "../scalar-auth-selector-block/components/AuthSelector.vue.js";
14
- const oe = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg:pr-24" }, ae = ["for"], ne = ["id", "placeholder", "value"], le = {
1
+ import { defineComponent as $, computed as m, ref as F, useId as u, watch as Q, createBlock as b, openBlock as s, withCtx as k, createElementVNode as A, withDirectives as d, createElementBlock as x, createVNode as i, unref as c, vShow as y, mergeProps as B, toHandlers as S, Fragment as j, renderList as D, createCommentVNode as w, resolveDynamicComponent as M, toDisplayString as L } from "vue";
2
+ import { ScalarErrorBoundary as z } from "@scalar/components";
3
+ import { canMethodHaveBody as C } from "@scalar/helpers/http/can-method-have-body";
4
+ import { REGEX as G } from "@scalar/helpers/regex/regex-helpers";
5
+ import { getResolvedRef as R } from "@scalar/workspace-store/helpers/get-resolved-ref";
6
+ import { unpackProxyObject as X } from "@scalar/workspace-store/helpers/unpack-proxy";
7
+ import J from "../../../components/SectionFilter.vue.js";
8
+ import W from "../../../components/ViewLayout/ViewLayoutSection.vue.js";
9
+ import Y from "./components/RequestBody.vue.js";
10
+ import Z from "./components/RequestCodeSnippet.vue.js";
11
+ import p from "./components/RequestParams.vue.js";
12
+ import { createParameterHandlers as q } from "./helpers/create-parameter-handlers.js";
13
+ import { groupBy as _ } from "./helpers/group-by.js";
14
+ import ee from "../scalar-auth-selector-block/components/AuthSelector.vue.js";
15
+ const te = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg:pr-24" }, ae = ["for"], le = ["id", "placeholder", "value"], ne = {
15
16
  key: 2,
16
17
  class: "text-c-1 flex h-8 items-center"
17
- }, re = ["id", "role"], qe = /* @__PURE__ */ D({
18
+ }, oe = ["id", "role"], pe = /* @__PURE__ */ $({
18
19
  __name: "RequestBlock",
19
20
  props: {
20
21
  selectedSecurity: {},
@@ -35,133 +36,128 @@ const oe = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg
35
36
  selectedSecuritySchemes: {},
36
37
  server: {}
37
38
  },
38
- setup(t) {
39
- const o = u(() => ({
40
- method: t.method,
41
- path: t.path,
42
- exampleKey: t.exampleKey
43
- })), c = u(
44
- () => ee(
45
- t.operation.parameters?.map((e) => V(e)) ?? [],
39
+ setup(e) {
40
+ const l = m(() => ({
41
+ method: e.method,
42
+ path: e.path,
43
+ exampleKey: e.exampleKey
44
+ })), v = m(
45
+ () => _(
46
+ e.operation.parameters?.map((t) => R(t)) ?? [],
46
47
  "in"
47
48
  )
48
- ), a = Q("All"), O = [
49
+ ), n = F("All"), U = [
49
50
  "Auth",
50
51
  "Variables",
51
52
  "Cookies",
52
53
  "Headers",
53
54
  "Query",
54
55
  "Body"
55
- ], U = {
56
- All: r(),
57
- Auth: r(),
58
- Variables: r(),
59
- Cookies: r(),
60
- Headers: r(),
61
- Query: r(),
62
- Body: r()
63
- }, A = u(() => {
64
- const e = /* @__PURE__ */ new Set(["All", ...O]);
65
- return c.value.path?.length || e.delete("Variables"), b(t.method) || e.delete("Body"), g.value && e.delete("Auth"), [...e];
66
- }), n = u(
56
+ ], P = {
57
+ All: u(),
58
+ Auth: u(),
59
+ Variables: u(),
60
+ Cookies: u(),
61
+ Headers: u(),
62
+ Query: u(),
63
+ Body: u()
64
+ }, V = m(() => {
65
+ const t = /* @__PURE__ */ new Set(["All", ...U]);
66
+ return v.value.path?.length || t.delete("Variables"), C(e.method) || t.delete("Body"), g.value && t.delete("Auth"), [...t];
67
+ }), o = m(
67
68
  () => Object.fromEntries(
68
- A.value.map((e) => [e, U[e]])
69
+ V.value.map((t) => [t, P[t]])
69
70
  )
70
- ), g = u(
71
- () => t.layout === "modal" && !t.operation.security && !Object.keys(t.securitySchemes ?? {}).length
72
- ), E = u(() => t.operation.summary ? t.operation.summary : t.path.replace(J.PROTOCOL, "") || "Request Name"), v = (e) => a.value === "All" || a.value === e;
73
- j(
74
- () => t.method,
75
- (e) => {
76
- a.value === "Body" && !b(e) && (a.value = "All");
71
+ ), g = m(
72
+ () => e.layout === "modal" && !e.operation.security && !Object.keys(e.securitySchemes ?? {}).length
73
+ ), E = m(() => e.operation.summary ? e.operation.summary : e.path.replace(G.PROTOCOL, "") || "Request Name"), h = (t) => n.value === "All" || n.value === t;
74
+ Q(
75
+ () => e.method,
76
+ (t) => {
77
+ n.value === "Body" && !C(t) && (n.value = "All");
77
78
  }
78
79
  );
79
- const H = (e) => {
80
- const l = e.target.value;
81
- t.eventBus.emit("operation:update:summary", {
82
- meta: o.value,
83
- payload: { summary: l }
80
+ const H = (t) => {
81
+ const a = t.target.value;
82
+ e.eventBus.emit("operation:update:summary", {
83
+ meta: l.value,
84
+ payload: { summary: a }
84
85
  });
85
- }, p = u(() => ({
86
- path: R("path", t.eventBus, o.value),
87
- cookie: R("cookie", t.eventBus, o.value),
88
- header: R("header", t.eventBus, o.value),
89
- query: R("query", t.eventBus, o.value)
90
- })), P = (e) => {
91
- t.eventBus.emit("operation:add:requestBody:formRow", {
92
- contentType: e.contentType,
93
- meta: o.value,
94
- payload: {
95
- key: e.data.key ?? "",
96
- value: e.data.value ?? ""
97
- }
98
- });
99
- }, I = (e) => t.eventBus.emit("operation:delete:requestBody:formRow", {
100
- contentType: e.contentType,
101
- index: e.index,
102
- meta: o.value
103
- }), N = (e) => t.eventBus.emit("operation:update:requestBody:contentType", {
104
- payload: { contentType: e.value },
105
- meta: o.value
106
- }), $ = (e) => t.eventBus.emit(
107
- "operation:update:requestBody:formRow",
108
- {
109
- contentType: e.contentType,
110
- meta: o.value,
111
- index: e.index,
112
- payload: e.data
113
- },
114
- {
115
- debounceKey: `update:requestBody:formRow-${e.index}-${Object.keys(e.data).join("-")}`
116
- }
117
- ), x = (e) => {
118
- const l = typeof e.value == "string" ? `update:requestBody:value-${e.contentType}` : void 0;
119
- t.eventBus.emit(
86
+ }, f = m(() => ({
87
+ path: q("path", e.eventBus, l.value),
88
+ cookie: q("cookie", e.eventBus, l.value),
89
+ header: q("header", e.eventBus, l.value),
90
+ query: q("query", e.eventBus, l.value)
91
+ })), I = (t) => e.eventBus.emit("operation:update:requestBody:contentType", {
92
+ payload: { contentType: t.value },
93
+ meta: l.value
94
+ }), N = ({
95
+ payload: t,
96
+ contentType: a
97
+ }) => {
98
+ const r = typeof t == "string" ? `update:requestBody:value-${a}` : void 0;
99
+ e.eventBus.emit(
120
100
  "operation:update:requestBody:value",
121
101
  {
122
- contentType: e.contentType,
123
- payload: { value: e.value ?? "" },
124
- meta: o.value
102
+ payload: t,
103
+ contentType: a,
104
+ meta: l.value
105
+ },
106
+ {
107
+ debounceKey: r
108
+ }
109
+ );
110
+ }, T = ({
111
+ payload: t,
112
+ contentType: a
113
+ }) => {
114
+ const r = `update:requestBody:${a}-form-value`;
115
+ e.eventBus.emit(
116
+ "operation:update:requestBody:formValue",
117
+ {
118
+ payload: t.map((K) => X(K, { depth: 1 })),
119
+ contentType: a,
120
+ meta: l.value
125
121
  },
126
122
  {
127
- debounceKey: l
123
+ debounceKey: r
128
124
  }
129
125
  );
130
- }, C = r();
131
- return (e, l) => (s(), k(Y, {
126
+ }, O = u();
127
+ return (t, a) => (s(), b(W, {
132
128
  "aria-label": `Request: ${e.operation.summary}`
133
129
  }, {
134
- title: w(() => [
135
- K("div", oe, [
136
- e.layout !== "modal" ? (s(), f("label", {
130
+ title: k(() => [
131
+ A("div", te, [
132
+ e.layout !== "modal" ? (s(), x("label", {
137
133
  key: 0,
138
134
  class: "pointer-events-auto absolute top-0 left-0 h-full w-full cursor-text opacity-0",
139
- for: y(C)
140
- }, null, 8, ae)) : T("", !0),
141
- e.layout !== "modal" ? (s(), f("input", {
135
+ for: c(O)
136
+ }, null, 8, ae)) : w("", !0),
137
+ e.layout !== "modal" ? (s(), x("input", {
142
138
  key: 1,
143
- id: y(C),
139
+ id: c(O),
144
140
  class: "text-c-1 group-hover-input pointer-events-auto relative z-10 -ml-0.5 h-8 w-full rounded pl-1.25 has-[:focus-visible]:outline md:-ml-1.25",
145
141
  placeholder: E.value,
146
142
  value: e.operation.summary,
147
143
  onInput: H
148
- }, null, 40, ne)) : (s(), f("span", le, G(e.operation.summary), 1))
144
+ }, null, 40, le)) : (s(), x("span", ne, L(e.operation.summary), 1))
149
145
  ]),
150
- i(W, {
151
- modelValue: a.value,
152
- "onUpdate:modelValue": l[0] || (l[0] = (h) => a.value = h),
153
- filterIds: n.value,
154
- filters: A.value
146
+ i(J, {
147
+ modelValue: n.value,
148
+ "onUpdate:modelValue": a[0] || (a[0] = (r) => n.value = r),
149
+ filterIds: o.value,
150
+ filters: V.value
155
151
  }, null, 8, ["modelValue", "filterIds", "filters"])
156
152
  ]),
157
- default: w(() => [
158
- K("div", {
159
- id: n.value.All,
153
+ default: k(() => [
154
+ A("div", {
155
+ id: o.value.All,
160
156
  class: "request-section-content custom-scroll relative flex flex-1 flex-col",
161
- role: a.value === "All" ? "tabpanel" : "none"
157
+ role: n.value === "All" ? "tabpanel" : "none"
162
158
  }, [
163
- m(i(y(te), {
164
- id: n.value.Auth,
159
+ d(i(c(ee), {
160
+ id: o.value.Auth,
165
161
  environment: e.environment,
166
162
  eventBus: e.eventBus,
167
163
  meta: e.authMeta,
@@ -173,72 +169,70 @@ const oe = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg
173
169
  server: e.server,
174
170
  title: "Authentication"
175
171
  }, null, 8, ["id", "environment", "eventBus", "meta", "proxyUrl", "securityRequirements", "securitySchemes", "selectedSecurity", "selectedSecuritySchemes", "server"]), [
176
- [d, v("Auth") && !g.value]
172
+ [y, h("Auth") && !g.value]
177
173
  ]),
178
- m(i(q, B({
179
- id: n.value.Variables,
174
+ d(i(p, B({
175
+ id: o.value.Variables,
180
176
  environment: e.environment,
181
177
  exampleKey: e.exampleKey,
182
- parameters: c.value.path ?? [],
178
+ parameters: v.value.path ?? [],
183
179
  showAddRowPlaceholder: !1,
184
180
  title: "Variables"
185
- }, S(p.value.path)), null, 16, ["id", "environment", "exampleKey", "parameters"]), [
186
- [d, v("Variables") && c.value.path?.length]
181
+ }, S(f.value.path)), null, 16, ["id", "environment", "exampleKey", "parameters"]), [
182
+ [y, h("Variables") && v.value.path?.length]
187
183
  ]),
188
- m(i(q, B({
189
- id: n.value.Cookies,
184
+ d(i(p, B({
185
+ id: o.value.Cookies,
190
186
  environment: e.environment,
191
187
  exampleKey: e.exampleKey,
192
- parameters: c.value.cookie ?? [],
188
+ parameters: v.value.cookie ?? [],
193
189
  showAddRowPlaceholder: !0,
194
190
  title: "Cookies"
195
- }, S(p.value.cookie)), null, 16, ["id", "environment", "exampleKey", "parameters"]), [
196
- [d, v("Cookies")]
191
+ }, S(f.value.cookie)), null, 16, ["id", "environment", "exampleKey", "parameters"]), [
192
+ [y, h("Cookies")]
197
193
  ]),
198
- m(i(q, B({
199
- id: n.value.Headers,
194
+ d(i(p, B({
195
+ id: o.value.Headers,
200
196
  environment: e.environment,
201
197
  exampleKey: e.exampleKey,
202
- parameters: c.value.header ?? [],
198
+ parameters: v.value.header ?? [],
203
199
  title: "Headers"
204
- }, S(p.value.header)), null, 16, ["id", "environment", "exampleKey", "parameters"]), [
205
- [d, v("Headers")]
200
+ }, S(f.value.header)), null, 16, ["id", "environment", "exampleKey", "parameters"]), [
201
+ [y, h("Headers")]
206
202
  ]),
207
- m(i(q, B({
208
- id: n.value.Query,
203
+ d(i(p, B({
204
+ id: o.value.Query,
209
205
  environment: e.environment,
210
206
  exampleKey: e.exampleKey,
211
- parameters: c.value.query ?? [],
207
+ parameters: v.value.query ?? [],
212
208
  title: "Query Parameters"
213
- }, S(p.value.query)), null, 16, ["id", "environment", "exampleKey", "parameters"]), [
214
- [d, v("Query")]
209
+ }, S(f.value.query)), null, 16, ["id", "environment", "exampleKey", "parameters"]), [
210
+ [y, h("Query")]
215
211
  ]),
216
- m(i(Z, {
217
- id: n.value.Body,
212
+ d(i(Y, {
213
+ id: o.value.Body,
218
214
  environment: e.environment,
219
215
  exampleKey: e.exampleKey,
220
- requestBody: y(V)(e.operation.requestBody),
216
+ requestBody: c(R)(e.operation.requestBody),
221
217
  title: "Request Body",
222
- "onAdd:formRow": P,
223
- "onDelete:fromRow": I,
224
- "onUpdate:contentType": N,
225
- "onUpdate:formRow": $,
226
- "onUpdate:value": x
218
+ "onUpdate:contentType": I,
219
+ "onUpdate:formValue": T,
220
+ "onUpdate:value": N
227
221
  }, null, 8, ["id", "environment", "exampleKey", "requestBody"]), [
228
- [d, v("Body") && y(b)(e.method)]
222
+ [y, h("Body") && c(C)(e.method)]
229
223
  ]),
230
- (s(!0), f(M, null, L(e.plugins, (h, F) => (s(), k(y(X), { key: F }, {
231
- default: w(() => [
232
- h?.components?.request ? (s(), k(z(h.components.request), {
224
+ (s(!0), x(j, null, D(e.plugins, (r, K) => (s(), b(c(z), { key: K }, {
225
+ default: k(() => [
226
+ r?.components?.request ? (s(), b(M(r.components.request), {
233
227
  key: 0,
234
228
  operation: e.operation,
235
229
  selectedExample: e.exampleKey
236
- }, null, 8, ["operation", "selectedExample"])) : T("", !0)
230
+ }, null, 8, ["operation", "selectedExample"])) : w("", !0)
237
231
  ]),
238
232
  _: 2
239
233
  }, 1024))), 128)),
240
- l[1] || (l[1] = K("div", { class: "flex flex-grow" }, null, -1)),
241
- m(i(_, {
234
+ a[1] || (a[1] = A("div", { class: "flex flex-grow" }, null, -1)),
235
+ d(i(Z, {
242
236
  clientOptions: e.clientOptions,
243
237
  eventBus: e.eventBus,
244
238
  method: e.method,
@@ -246,16 +240,17 @@ const oe = { class: "group pointer-events-none flex flex-1 items-center gap-1 lg
246
240
  path: e.path,
247
241
  securitySchemes: e.selectedSecuritySchemes,
248
242
  selectedClient: e.selectedClient,
243
+ selectedContentType: c(R)(e.operation.requestBody)?.["x-scalar-selected-content-type"]?.[e.exampleKey],
249
244
  selectedServer: e.server ?? void 0
250
- }, null, 8, ["clientOptions", "eventBus", "method", "operation", "path", "securitySchemes", "selectedClient", "selectedServer"]), [
251
- [d, a.value === "All"]
245
+ }, null, 8, ["clientOptions", "eventBus", "method", "operation", "path", "securitySchemes", "selectedClient", "selectedContentType", "selectedServer"]), [
246
+ [y, n.value === "All"]
252
247
  ])
253
- ], 8, re)
248
+ ], 8, oe)
254
249
  ]),
255
250
  _: 1
256
251
  }, 8, ["aria-label"]));
257
252
  }
258
253
  });
259
254
  export {
260
- qe as default
255
+ pe as default
261
256
  };
@@ -11,61 +11,41 @@ type __VLS_Props = {
11
11
  environment: XScalarEnvironment;
12
12
  };
13
13
  declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
+ "update:formValue": (payload: Pick<{
15
+ payload: {
16
+ name: string;
17
+ value: string | File;
18
+ isDisabled: boolean;
19
+ }[];
20
+ contentType: string;
21
+ meta: import("@scalar/workspace-store/mutators").OperationExampleMeta;
22
+ }, "payload" | "contentType">) => any;
14
23
  "update:contentType": (payload: {
15
24
  value: string;
16
25
  }) => any;
17
- "update:value": (payload: {
18
- value?: string | File;
26
+ "update:value": (payload: Pick<{
27
+ payload: string | File | undefined;
19
28
  contentType: string;
20
- }) => any;
21
- "add:formRow": (payload: {
22
- data: Partial<{
23
- key: string;
24
- value?: string | File;
25
- }>;
26
- contentType: string;
27
- }) => any;
28
- "update:formRow": (payload: {
29
- index: number;
30
- data: Partial<{
31
- key: string;
32
- value: string | File | null;
29
+ meta: import("@scalar/workspace-store/mutators").OperationExampleMeta;
30
+ }, "payload" | "contentType">) => any;
31
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
32
+ "onUpdate:formValue"?: ((payload: Pick<{
33
+ payload: {
34
+ name: string;
35
+ value: string | File;
33
36
  isDisabled: boolean;
34
- }>;
35
- contentType: string;
36
- }) => any;
37
- "delete:fromRow": (payload: {
38
- index: number;
37
+ }[];
39
38
  contentType: string;
40
- }) => any;
41
- }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
39
+ meta: import("@scalar/workspace-store/mutators").OperationExampleMeta;
40
+ }, "payload" | "contentType">) => any) | undefined;
42
41
  "onUpdate:contentType"?: ((payload: {
43
42
  value: string;
44
43
  }) => any) | undefined;
45
- "onUpdate:value"?: ((payload: {
46
- value?: string | File;
47
- contentType: string;
48
- }) => any) | undefined;
49
- "onAdd:formRow"?: ((payload: {
50
- data: Partial<{
51
- key: string;
52
- value?: string | File;
53
- }>;
44
+ "onUpdate:value"?: ((payload: Pick<{
45
+ payload: string | File | undefined;
54
46
  contentType: string;
55
- }) => any) | undefined;
56
- "onUpdate:formRow"?: ((payload: {
57
- index: number;
58
- data: Partial<{
59
- key: string;
60
- value: string | File | null;
61
- isDisabled: boolean;
62
- }>;
63
- contentType: string;
64
- }) => any) | undefined;
65
- "onDelete:fromRow"?: ((payload: {
66
- index: number;
67
- contentType: string;
68
- }) => any) | undefined;
47
+ meta: import("@scalar/workspace-store/mutators").OperationExampleMeta;
48
+ }, "payload" | "contentType">) => any) | undefined;
69
49
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
70
50
  export default _default;
71
51
  //# sourceMappingURL=RequestBody.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/request-block/components/RequestBody.vue"],"names":[],"mappings":"AAuXA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AACnH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8DAA8D,CAAA;AAgBrG,KAAK,WAAW,GAAG;IACjB,mBAAmB;IACnB,WAAW,CAAC,EAAE,iBAAiB,CAAA;IAC/B,+DAA+D;IAC/D,UAAU,EAAE,MAAM,CAAA;IAClB,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,2BAA2B;IAC3B,WAAW,EAAE,kBAAkB,CAAA;CAChC,CAAC;;;eAI4C,MAAM;;;gBAI7B,MAAM,GAAG,IAAI;qBAAe,MAAM;;;cAM7C,OAAO,CAAC;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;SAAE,CAAC;qBACxC,MAAM;;;eAMZ,MAAM;cACP,OAAO,CAAC;YACZ,GAAG,EAAE,MAAM,CAAA;YACX,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAAA;YAC3B,UAAU,EAAE,OAAO,CAAA;SACpB,CAAC;qBACW,MAAM;;;eAGiB,MAAM;qBAAe,MAAM;;;;eA1BvB,MAAM;;;gBAI7B,MAAM,GAAG,IAAI;qBAAe,MAAM;;;cAM7C,OAAO,CAAC;YAAE,GAAG,EAAE,MAAM,CAAC;YAAC,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;SAAE,CAAC;qBACxC,MAAM;;;eAMZ,MAAM;cACP,OAAO,CAAC;YACZ,GAAG,EAAE,MAAM,CAAA;YACX,KAAK,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAAA;YAC3B,UAAU,EAAE,OAAO,CAAA;SACpB,CAAC;qBACW,MAAM;;;eAGiB,MAAM;qBAAe,MAAM;;;AAqlBrE,wBAOG"}
1
+ {"version":3,"file":"RequestBody.vue.d.ts","sourceRoot":"","sources":["../../../../../src/v2/blocks/request-block/components/RequestBody.vue"],"names":[],"mappings":"AA8RA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,2EAA2E,CAAA;AACnH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,8DAA8D,CAAA;AAgBrG,KAAK,WAAW,GAAG;IACjB,mBAAmB;IACnB,WAAW,CAAC,EAAE,iBAAiB,CAAA;IAC/B,+DAA+D;IAC/D,UAAU,EAAE,MAAM,CAAA;IAClB,oBAAoB;IACpB,KAAK,EAAE,MAAM,CAAA;IACb,2BAA2B;IAC3B,WAAW,EAAE,kBAAkB,CAAA;CAChC,CAAC;;;;;;;;;;;;eAI4C,MAAM;;;;;;;;;;;;;;;;;;eAAN,MAAM;;;;;;;;AA8epD,wBAOG"}
@@ -1,7 +1,7 @@
1
1
  import o from "./RequestBody.vue2.js";
2
2
  /* empty css */
3
3
  import t from "../../../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-cbed7b55"]]);
4
+ const f = /* @__PURE__ */ t(o, [["__scopeId", "data-v-0a6f7696"]]);
5
5
  export {
6
- p as default
6
+ f as default
7
7
  };