@scalar/api-client 2.0.63 → 2.1.0

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 (329) hide show
  1. package/CHANGELOG.md +63 -0
  2. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  3. package/dist/components/AddressBar/AddressBar.vue.js +2 -2
  4. package/dist/components/AddressBar/AddressBar.vue2.js +64 -62
  5. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
  6. package/dist/components/AddressBar/AddressBarHistory.vue.js +77 -69
  7. package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
  8. package/dist/components/AddressBar/AddressBarServer.vue.js +121 -0
  9. package/dist/components/AddressBar/AddressBarServer.vue2.js +4 -0
  10. package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts +22 -0
  11. package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts.map +1 -0
  12. package/dist/components/AddressBar/AddressBarServerItem.vue.js +57 -0
  13. package/dist/components/AddressBar/AddressBarServerItem.vue2.js +4 -0
  14. package/dist/components/CodeInput/CodeInput.vue.d.ts +1 -6
  15. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  16. package/dist/components/CodeInput/CodeInput.vue.js +2 -2
  17. package/dist/components/CodeInput/CodeInput.vue2.js +87 -82
  18. package/dist/components/CodeInput/codeVariableWidget.d.ts +4 -4
  19. package/dist/components/CodeInput/codeVariableWidget.d.ts.map +1 -1
  20. package/dist/components/CodeInput/codeVariableWidget.js +70 -63
  21. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts +33 -0
  22. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts.map +1 -0
  23. package/dist/components/CommandPalette/CommandActionForm.vue.js +41 -0
  24. package/dist/components/CommandPalette/CommandActionForm.vue2.js +4 -0
  25. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts +20 -0
  26. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts.map +1 -0
  27. package/dist/components/CommandPalette/CommandActionInput.vue.js +42 -0
  28. package/dist/components/CommandPalette/CommandActionInput.vue2.js +4 -0
  29. package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts.map +1 -1
  30. package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +33 -56
  31. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
  32. package/dist/components/CommandPalette/CommandPaletteExample.vue.js +88 -109
  33. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
  34. package/dist/components/CommandPalette/CommandPaletteImport.vue.js +56 -73
  35. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts +21 -2
  36. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
  37. package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +122 -133
  38. package/dist/components/CommandPalette/{CommandPaletteFolder.vue.d.ts → CommandPaletteServer.vue.d.ts} +1 -1
  39. package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts.map +1 -0
  40. package/dist/components/CommandPalette/CommandPaletteServer.vue.js +92 -0
  41. package/dist/components/CommandPalette/CommandPaletteServer.vue2.js +4 -0
  42. package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts +7 -0
  43. package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts.map +1 -0
  44. package/dist/components/CommandPalette/CommandPaletteTag.vue.js +87 -0
  45. package/dist/components/CommandPalette/CommandPaletteTag.vue2.js +4 -0
  46. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
  47. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +33 -49
  48. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +22 -3
  49. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  50. package/dist/components/CommandPalette/TheCommandPalette.vue.js +3 -3
  51. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +107 -101
  52. package/dist/components/ContextBar.vue.d.ts.map +1 -1
  53. package/dist/components/ContextBar.vue.js +2 -2
  54. package/dist/components/ContextBar.vue2.js +2 -2
  55. package/dist/components/DataTable/DataTable.vue.js +1 -1
  56. package/dist/components/DataTable/DataTableInput.vue.d.ts +1 -1
  57. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  58. package/dist/components/DataTable/DataTableInput.vue.js +2 -2
  59. package/dist/components/DataTable/DataTableInput.vue2.js +13 -13
  60. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  61. package/dist/components/DataTable/DataTableInputSelect.vue.js +39 -40
  62. package/dist/components/DataTable/index.js +12 -12
  63. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +7 -7
  64. package/dist/components/Form/Form.vue.js +1 -1
  65. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
  66. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  67. package/dist/components/HttpMethod/HttpMethod.vue.js +2 -2
  68. package/dist/components/HttpMethod/HttpMethod.vue2.js +30 -30
  69. package/dist/components/HttpMethod/helpers.d.ts +4 -0
  70. package/dist/components/HttpMethod/helpers.d.ts.map +1 -0
  71. package/dist/components/HttpMethod/helpers.js +5 -0
  72. package/dist/components/HttpMethod/index.d.ts +1 -0
  73. package/dist/components/HttpMethod/index.d.ts.map +1 -1
  74. package/dist/components/HttpMethod/index.js +4 -2
  75. package/dist/components/Search/SearchModal.vue.d.ts.map +1 -1
  76. package/dist/components/Search/SearchModal.vue.js +2 -2
  77. package/dist/components/Search/SearchModal.vue2.js +29 -27
  78. package/dist/components/Search/useSearch.js +35 -35
  79. package/dist/components/SideNav/SideNavLink.vue.js +6 -6
  80. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts.map +1 -1
  81. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.js +14 -17
  82. package/dist/components/Sidebar/Actions/RenameSidebarListElement.vue.d.ts +22 -0
  83. package/dist/components/Sidebar/Actions/RenameSidebarListElement.vue.d.ts.map +1 -0
  84. package/dist/components/Sidebar/Actions/RenameSidebarListElement.vue.js +29 -0
  85. package/dist/components/Sidebar/Actions/RenameSidebarListElement.vue2.js +4 -0
  86. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts.map +1 -1
  87. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.js +1 -1
  88. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +38 -35
  89. package/dist/components/Sidebar/Sidebar.vue.d.ts +2 -1
  90. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  91. package/dist/components/Sidebar/Sidebar.vue.js +5 -54
  92. package/dist/components/Sidebar/Sidebar.vue2.js +59 -0
  93. package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
  94. package/dist/components/Sidebar/SidebarButton.vue.js +11 -11
  95. package/dist/components/Sidebar/index.js +2 -3
  96. package/dist/components/SubpageHeader.vue.d.ts.map +1 -1
  97. package/dist/components/SubpageHeader.vue.js +3 -3
  98. package/dist/components/SubpageHeader.vue2.js +3 -3
  99. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  100. package/dist/components/TopNav/TopNav.vue.js +2 -2
  101. package/dist/components/TopNav/TopNav.vue2.js +23 -23
  102. package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
  103. package/dist/components/TopNav/TopNavItem.vue.js +2 -2
  104. package/dist/components/TopNav/TopNavItem.vue2.js +21 -21
  105. package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
  106. package/dist/components/ViewLayout/ViewLayout.vue.js +7 -7
  107. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  108. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +5 -5
  109. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts.map +1 -1
  110. package/dist/components/ViewLayout/ViewLayoutContent.vue.js +4 -4
  111. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
  112. package/dist/components/ViewLayout/ViewLayoutSection.vue.js +6 -6
  113. package/dist/components/index.js +4 -5
  114. package/dist/index.d.ts +1 -1
  115. package/dist/index.d.ts.map +1 -1
  116. package/dist/index.js +1 -1
  117. package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
  118. package/dist/layouts/App/ApiClientApp.vue.js +39 -53
  119. package/dist/layouts/App/create-api-client-app.d.ts +2058 -1941
  120. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  121. package/dist/layouts/App/create-api-client-app.js +12 -12
  122. package/dist/layouts/Modal/ApiClientModal.vue.js +1 -1
  123. package/dist/layouts/Modal/ApiClientModal.vue2.js +6 -6
  124. package/dist/layouts/Modal/create-api-client-modal.d.ts +4590 -4356
  125. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  126. package/dist/layouts/Modal/create-api-client-modal.js +18 -23
  127. package/dist/libs/create-client.d.ts +2086 -1972
  128. package/dist/libs/create-client.d.ts.map +1 -1
  129. package/dist/libs/create-client.js +85 -76
  130. package/dist/libs/environment-parser.d.ts +9 -0
  131. package/dist/libs/environment-parser.d.ts.map +1 -0
  132. package/dist/libs/environment-parser.js +17 -0
  133. package/dist/libs/errors.d.ts +21 -0
  134. package/dist/libs/errors.d.ts.map +1 -0
  135. package/dist/libs/errors.js +14 -0
  136. package/dist/libs/event-busses/command-palette-bus.d.ts +1 -1
  137. package/dist/libs/event-busses/command-palette-bus.d.ts.map +1 -1
  138. package/dist/libs/event-busses/hot-keys-bus.d.ts +4 -4
  139. package/dist/libs/event-busses/hot-keys-bus.d.ts.map +1 -1
  140. package/dist/libs/event-busses/hot-keys-bus.js +17 -19
  141. package/dist/libs/index.d.ts +5 -2
  142. package/dist/libs/index.d.ts.map +1 -1
  143. package/dist/libs/index.js +31 -24
  144. package/dist/libs/local-storage.d.ts +3 -3
  145. package/dist/libs/local-storage.d.ts.map +1 -1
  146. package/dist/libs/local-storage.js +24 -12
  147. package/dist/libs/normalize-headers.d.ts +14 -0
  148. package/dist/libs/normalize-headers.d.ts.map +1 -0
  149. package/dist/libs/normalize-headers.js +32 -0
  150. package/dist/libs/send-request.d.ts +28 -0
  151. package/dist/libs/send-request.d.ts.map +1 -0
  152. package/dist/libs/send-request.js +186 -0
  153. package/dist/libs/string-template.d.ts +19 -0
  154. package/dist/libs/string-template.d.ts.map +1 -0
  155. package/dist/libs/string-template.js +30 -0
  156. package/dist/router.d.ts +5 -0
  157. package/dist/router.d.ts.map +1 -1
  158. package/dist/router.js +36 -27
  159. package/dist/store/collections.d.ts +705 -0
  160. package/dist/store/collections.d.ts.map +1 -0
  161. package/dist/store/collections.js +63 -0
  162. package/dist/store/cookies.d.ts +135 -0
  163. package/dist/store/cookies.d.ts.map +1 -0
  164. package/dist/store/cookies.js +29 -0
  165. package/dist/store/environment.d.ts +80 -0
  166. package/dist/store/environment.d.ts.map +1 -0
  167. package/dist/store/environment.js +39 -0
  168. package/dist/store/import-spec.d.ts +8 -0
  169. package/dist/store/import-spec.d.ts.map +1 -0
  170. package/dist/store/import-spec.js +45 -0
  171. package/dist/store/index.d.ts +1 -1
  172. package/dist/store/index.d.ts.map +1 -1
  173. package/dist/store/index.js +1 -1
  174. package/dist/store/request-example.d.ts +1111 -0
  175. package/dist/store/request-example.d.ts.map +1 -0
  176. package/dist/store/request-example.js +47 -0
  177. package/dist/store/requests.d.ts +371 -0
  178. package/dist/store/requests.d.ts.map +1 -0
  179. package/dist/store/requests.js +107 -0
  180. package/dist/store/router-params.d.ts +15 -0
  181. package/dist/store/router-params.d.ts.map +1 -0
  182. package/dist/store/router-params.js +21 -0
  183. package/dist/store/security-schemes.d.ts +616 -0
  184. package/dist/store/security-schemes.d.ts.map +1 -0
  185. package/dist/store/security-schemes.js +68 -0
  186. package/dist/store/servers.d.ts +99 -0
  187. package/dist/store/servers.d.ts.map +1 -0
  188. package/dist/store/servers.js +46 -0
  189. package/dist/store/store-context.d.ts +29 -0
  190. package/dist/store/store-context.d.ts.map +1 -0
  191. package/dist/store/store.d.ts +7504 -0
  192. package/dist/store/store.d.ts.map +1 -0
  193. package/dist/store/store.js +200 -0
  194. package/dist/store/tags.d.ts +169 -0
  195. package/dist/store/tags.d.ts.map +1 -0
  196. package/dist/store/tags.js +57 -0
  197. package/dist/store/workspace.d.ts +93 -7150
  198. package/dist/store/workspace.d.ts.map +1 -1
  199. package/dist/store/workspace.js +49 -543
  200. package/dist/style.css +1 -1
  201. package/dist/views/Cookies/CookieForm.vue.js +2 -2
  202. package/dist/views/Cookies/CookieRaw.vue.d.ts.map +1 -1
  203. package/dist/views/Cookies/CookieRaw.vue.js +10 -10
  204. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  205. package/dist/views/Cookies/Cookies.vue2.js +29 -32
  206. package/dist/views/Environment/Environment.vue2.js +31 -33
  207. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +11 -5
  208. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  209. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +79 -59
  210. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  211. package/dist/views/Request/Request.vue.js +2 -2
  212. package/dist/views/Request/Request.vue2.js +87 -319
  213. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts +36 -0
  214. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts.map +1 -0
  215. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +59 -0
  216. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue2.js +4 -0
  217. package/dist/views/Request/{components → RequestSection/RequestAuth}/OAuth2.vue.d.ts +3 -1
  218. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -0
  219. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +216 -0
  220. package/dist/views/Request/{components → RequestSection/RequestAuth}/OAuthScopesInput.vue.d.ts +2 -2
  221. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -0
  222. package/dist/views/Request/{components → RequestSection/RequestAuth}/OAuthScopesInput.vue.js +3 -3
  223. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -0
  224. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +7 -0
  225. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +183 -0
  226. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts +30 -0
  227. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts.map +1 -0
  228. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts +3 -0
  229. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts.map +1 -0
  230. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.js +140 -0
  231. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue2.js +4 -0
  232. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts +1 -1
  233. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  234. package/dist/views/Request/RequestSection/RequestBody.vue.js +167 -186
  235. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts +1 -1
  236. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
  237. package/dist/views/Request/RequestSection/RequestParams.vue.js +49 -49
  238. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts +1 -1
  239. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
  240. package/dist/views/Request/RequestSection/RequestPathParams.vue.js +26 -22
  241. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  242. package/dist/views/Request/RequestSection/RequestSection.vue.js +103 -102
  243. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +5 -5
  244. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  245. package/dist/views/Request/RequestSection/RequestTable.vue.js +1 -1
  246. package/dist/views/Request/RequestSection/RequestTable.vue2.js +1 -1
  247. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts +1 -1
  248. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
  249. package/dist/views/Request/RequestSidebar.vue.d.ts +30 -0
  250. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -0
  251. package/dist/views/Request/RequestSidebar.vue.js +7 -0
  252. package/dist/views/Request/RequestSidebar.vue2.js +179 -0
  253. package/dist/views/Request/RequestSidebarItem.vue.d.ts +6 -7
  254. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  255. package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
  256. package/dist/views/Request/RequestSidebarItem.vue2.js +283 -254
  257. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts +3 -5
  258. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
  259. package/dist/views/Request/RequestSidebarItemMenu.vue.js +2 -2
  260. package/dist/views/Request/RequestSidebarItemMenu.vue2.js +9 -7
  261. package/dist/views/Request/RequestSubpageHeader.vue.d.ts +24 -0
  262. package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -0
  263. package/dist/views/Request/RequestSubpageHeader.vue.js +7 -0
  264. package/dist/views/Request/RequestSubpageHeader.vue2.js +48 -0
  265. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
  266. package/dist/views/Request/ResponseSection/ResponseBody.vue.js +21 -21
  267. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
  268. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.js +3 -3
  269. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue2.js +17 -16
  270. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
  271. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +1 -1
  272. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +37 -30
  273. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts +1 -1
  274. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
  275. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts +1 -1
  276. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
  277. package/dist/views/Request/ResponseSection/ResponseSection.vue.js +2 -2
  278. package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
  279. package/dist/views/Request/components/WorkspaceDropdown.vue.js +69 -90
  280. package/dist/views/Request/components/index.d.ts +0 -1
  281. package/dist/views/Request/components/index.d.ts.map +1 -1
  282. package/dist/views/Request/components/index.js +2 -4
  283. package/dist/views/Request/consts/new-auth-options.d.ts +11 -1
  284. package/dist/views/Request/consts/new-auth-options.d.ts.map +1 -1
  285. package/dist/views/Request/consts/new-auth-options.js +17 -7
  286. package/dist/views/Request/handle-drag.d.ts +8 -0
  287. package/dist/views/Request/handle-drag.d.ts.map +1 -0
  288. package/dist/views/Request/handle-drag.js +56 -0
  289. package/dist/views/Request/libs/auth.d.ts +35 -0
  290. package/dist/views/Request/libs/auth.d.ts.map +1 -0
  291. package/dist/views/Request/libs/auth.js +14 -0
  292. package/dist/views/Request/libs/index.d.ts +1 -0
  293. package/dist/views/Request/libs/index.d.ts.map +1 -1
  294. package/dist/views/Request/libs/index.js +7 -3
  295. package/dist/views/Request/libs/oauth2.d.ts +12 -3
  296. package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
  297. package/dist/views/Request/libs/oauth2.js +42 -27
  298. package/dist/views/Servers/ServerForm.vue.js +22 -22
  299. package/dist/views/Servers/Servers.vue.d.ts.map +1 -1
  300. package/dist/views/Servers/Servers.vue2.js +18 -16
  301. package/package.json +11 -11
  302. package/dist/components/CodeInput/codeDropdownWidget.d.ts +0 -32
  303. package/dist/components/CodeInput/codeDropdownWidget.d.ts.map +0 -1
  304. package/dist/components/CodeInput/codeDropdownWidget.js +0 -121
  305. package/dist/components/CommandPalette/CommandPaletteFolder.vue.d.ts.map +0 -1
  306. package/dist/components/CommandPalette/CommandPaletteFolder.vue.js +0 -106
  307. package/dist/components/CommandPalette/CommandPaletteFolder.vue2.js +0 -4
  308. package/dist/components/Sidebar/Sidebar.vue3.js +0 -5
  309. package/dist/errors.d.ts +0 -5
  310. package/dist/errors.d.ts.map +0 -1
  311. package/dist/errors.js +0 -7
  312. package/dist/libs/normalizeHeaders.d.ts +0 -11
  313. package/dist/libs/normalizeHeaders.d.ts.map +0 -1
  314. package/dist/libs/normalizeHeaders.js +0 -25
  315. package/dist/libs/pathParams.d.ts +0 -10
  316. package/dist/libs/pathParams.d.ts.map +0 -1
  317. package/dist/libs/pathParams.js +0 -36
  318. package/dist/libs/sendRequest.d.ts +0 -14
  319. package/dist/libs/sendRequest.d.ts.map +0 -1
  320. package/dist/libs/sendRequest.js +0 -163
  321. package/dist/views/Request/RequestSection/RequestAuth.vue.d.ts.map +0 -1
  322. package/dist/views/Request/RequestSection/RequestAuth.vue.js +0 -7
  323. package/dist/views/Request/RequestSection/RequestAuth.vue2.js +0 -351
  324. package/dist/views/Request/components/OAuth2.vue.d.ts.map +0 -1
  325. package/dist/views/Request/components/OAuth2.vue.js +0 -208
  326. package/dist/views/Request/components/OAuthScopesInput.vue.d.ts.map +0 -1
  327. /package/dist/views/Request/{components → RequestSection/RequestAuth}/OAuth2.vue2.js +0 -0
  328. /package/dist/views/Request/{components → RequestSection/RequestAuth}/OAuthScopesInput.vue2.js +0 -0
  329. /package/dist/views/Request/RequestSection/{RequestAuth.vue.d.ts → RequestAuth/RequestAuth.vue.d.ts} +0 -0
@@ -1,36 +1,42 @@
1
- import { defineComponent as Q, ref as L, computed as _, watch as N, openBlock as i, createBlock as v, withCtx as d, createTextVNode as V, toDisplayString as k, createElementBlock as y, Fragment as j, createVNode as m, unref as c, createElementVNode as b, nextTick as Z } from "vue";
2
- import I from "../../../components/CodeInput/CodeInput.vue.js";
3
- import ee from "../../../components/DataTable/DataTable.vue.js";
4
- import te from "../../../components/DataTable/DataTableHeader.vue.js";
5
- import F from "../../../components/DataTable/DataTableRow.vue.js";
6
- import ae from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
7
- import { useWorkspace as oe } from "../../../store/workspace.js";
8
- import { ScalarListbox as ne, ScalarButton as D, ScalarIcon as q } from "@scalar/components";
9
- import { createRequestExampleParameter as S } from "@scalar/oas-utils/entities/workspace/spec";
10
- import W from "./RequestTable.vue.js";
11
- import { useFileDialog as A } from "../../../hooks/useFileDialog.js";
12
- const le = {
1
+ import { defineComponent as Y, computed as _, ref as G, watch as H, openBlock as u, createBlock as v, withCtx as d, createTextVNode as N, toDisplayString as D, createElementBlock as y, Fragment as V, createVNode as c, unref as i, createElementVNode as b, nextTick as K } from "vue";
2
+ import Q from "../../../components/CodeInput/CodeInput.vue.js";
3
+ import Z from "../../../components/DataTable/DataTable.vue.js";
4
+ import I from "../../../components/DataTable/DataTableHeader.vue.js";
5
+ import R from "../../../components/DataTable/DataTableRow.vue.js";
6
+ import ee from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
7
+ import { ScalarListbox as te, ScalarButton as k, ScalarIcon as S } from "@scalar/components";
8
+ import { requestExampleParametersSchema as j } from "@scalar/oas-utils/entities/spec";
9
+ import q from "./RequestTable.vue.js";
10
+ import { useWorkspace as oe } from "../../../store/store.js";
11
+ import { useFileDialog as L } from "../../../hooks/useFileDialog.js";
12
+ const ae = {
13
13
  key: 0,
14
14
  class: "text-c-3 flex min-h-14 w-full items-center justify-center rounded border border-dashed text-center text-base"
15
- }, re = /* @__PURE__ */ b("span", null, "No Body", -1), ue = [
16
- re
17
- ], se = {
15
+ }, ne = /* @__PURE__ */ b("span", null, "No Body", -1), le = [
16
+ ne
17
+ ], re = {
18
18
  key: 0,
19
19
  class: "text-c-3 flex min-h-10 w-full items-center justify-center p-2 text-sm"
20
- }, ie = /* @__PURE__ */ b("span", null, "No Body", -1), de = [
21
- ie
22
- ], ce = {
20
+ }, ue = /* @__PURE__ */ b("span", null, "No Body", -1), de = [
21
+ ue
22
+ ], ie = {
23
23
  key: 1,
24
24
  class: "flex items-center justify-center p-1.5 overflow-hidden"
25
- }, me = { class: "text-c-2 text-xs w-full border rounded p-1 max-w-full overflow-hidden whitespace-nowrap" }, pe = /* @__PURE__ */ b("span", null, "Upload File", -1), Re = /* @__PURE__ */ Q({
25
+ }, se = { class: "text-c-2 text-xs w-full border rounded p-1 max-w-full overflow-hidden whitespace-nowrap" }, ce = /* @__PURE__ */ b("span", null, "Upload File", -1), ke = /* @__PURE__ */ Y({
26
26
  __name: "RequestBody",
27
27
  props: {
28
28
  title: {},
29
29
  body: {},
30
30
  formData: {}
31
31
  },
32
- setup(fe) {
33
- const M = {
32
+ setup(me) {
33
+ const { activeRequest: m, activeExample: t, requestExampleMutators: l } = oe(), W = {
34
+ json: "json",
35
+ xml: "xml",
36
+ yaml: "yaml",
37
+ edn: "edn",
38
+ other: "html"
39
+ }, h = Object.entries({
34
40
  multipartForm: "Multipart Form",
35
41
  formUrlEncoded: "Form URL Encoded",
36
42
  binaryFile: "Binary File",
@@ -40,147 +46,138 @@ const le = {
40
46
  edn: "EDN",
41
47
  other: "Other",
42
48
  none: "None"
43
- }, { activeRequest: p, activeExample: t, requestExampleMutators: r } = oe(), u = L("none"), h = L(null), O = {
44
- json: "json",
45
- xml: "xml",
46
- yaml: "yaml",
47
- edn: "edn",
48
- other: "html"
49
- }, z = _(() => {
50
- const e = u.value;
51
- return O[e] ?? "plaintext";
49
+ }).map(([e, o]) => ({
50
+ id: e,
51
+ label: o
52
+ })), A = _(() => {
53
+ var e, o;
54
+ return t.value ? t.value.body.activeBody === "formData" ? ((e = t.value.body.formData) == null ? void 0 : e.encoding) === "urlencoded" ? "formUrlEncoded" : "multipartForm" : t.value.body.activeBody === "raw" && ((o = t.value.body.raw) != null && o.encoding) ? t.value.body.raw.encoding : "none" : "none";
55
+ }), s = _({
56
+ get: () => h.find(
57
+ (e) => e.id === A.value
58
+ ) ?? h[h.length - 1],
59
+ set: (e) => {
60
+ e != null && e.id && $(e.id);
61
+ }
62
+ }), g = G(null), F = _(() => {
63
+ const e = s.value.id;
64
+ return W[e] ?? "plaintext";
52
65
  });
53
- function R() {
66
+ function U() {
54
67
  console.log("deleteRow");
55
68
  }
56
- const C = (e, a, o) => {
57
- if (!p.value || !t.value) return;
58
- const s = f.value;
59
- if (s.length > e) {
60
- const n = [...s];
61
- n[e] = { ...n[e], [a]: o }, (n[e].key !== "" || n[e].value !== "") && (n[e].enabled = !0), n[e].key === "" && n[e].value === "" && n.splice(e, 1), r.edit(
69
+ const B = (e, o, a) => {
70
+ if (!m.value || !t.value) return;
71
+ const r = p.value;
72
+ if (r.length > e) {
73
+ const n = [...r];
74
+ n[e] = { ...n[e], [o]: a }, (n[e].key !== "" || n[e].value !== "") && (n[e].enabled = !0), n[e].key === "" && n[e].value === "" && n.splice(e, 1), l.edit(
62
75
  t.value.uid,
63
76
  "body.formData.value",
64
77
  n
65
78
  );
66
79
  } else {
67
- const n = [S({ [a]: o })];
68
- r.edit(
80
+ const n = [j.parse({ [o]: a })];
81
+ l.edit(
69
82
  t.value.uid,
70
83
  "body.formData.value",
71
84
  n
72
- ), Z(() => {
73
- var P;
74
- if (!h.value) return;
75
- (P = h.value.querySelectorAll("input")[a === "key" ? 0 : 1]) == null || P.focus();
85
+ ), K(() => {
86
+ var C;
87
+ if (!g.value) return;
88
+ (C = g.value.querySelectorAll("input")[o === "key" ? 0 : 1]) == null || C.focus();
76
89
  });
77
90
  }
78
- }, f = _(
91
+ }, p = _(
79
92
  () => {
80
- var e;
81
- return ((e = t.value) == null ? void 0 : e.body.formData.value) ?? [];
93
+ var e, o, a;
94
+ return ((a = (o = (e = t.value) == null ? void 0 : e.body) == null ? void 0 : o.formData) == null ? void 0 : a.value) ?? [];
82
95
  }
83
- );
84
- function $() {
85
- f.value.length === 0 && w();
86
- }
87
- const w = () => {
88
- if (!p.value || !t.value) return;
89
- const e = S({
96
+ ), M = () => p.value.length === 0 && w(), w = () => {
97
+ if (!m.value || !t.value) return;
98
+ const e = j.parse({
90
99
  enabled: !1
91
- }), a = [...f.value, e];
92
- r.edit(
100
+ }), o = [...p.value, e];
101
+ t.value.body.formData ? l.edit(
93
102
  t.value.uid,
94
103
  "body.formData.value",
95
- a
96
- );
97
- }, H = (e) => {
98
- !p.value || !t.value || r.edit(
104
+ o
105
+ ) : l.edit(t.value.uid, "body.formData", {
106
+ value: o,
107
+ encoding: "form-data"
108
+ });
109
+ }, T = (e, o) => {
110
+ if (!m.value || !t.value) return;
111
+ const a = p.value;
112
+ if (a.length > e) {
113
+ const r = [...a];
114
+ r[e].enabled = o, l.edit(
115
+ t.value.uid,
116
+ "body.formData.value",
117
+ r
118
+ );
119
+ }
120
+ }, z = (e) => {
121
+ !m.value || !t.value || (t.value.body.raw ? l.edit(
99
122
  t.value.uid,
100
123
  "body.raw.value",
101
124
  e
102
- );
103
- }, J = (e) => e === "multipartForm" ? "multipart/form-data" : e === "formUrlEncoded" ? "application/x-www-form-urlencoded" : e === "binaryFile" ? "application/octet-stream" : e !== "none" ? `application/${e}` : "", X = (e) => e === "multipartForm" || e === "formUrlEncoded" ? "formData" : e === "binaryFile" ? "binary" : "raw", Y = (e) => {
104
- const a = J(e), o = X(e);
105
- r.edit(
125
+ ) : l.edit(t.value.uid, "body.raw", {
126
+ value: e,
127
+ encoding: F.value
128
+ }));
129
+ }, O = (e) => e === "multipartForm" || e === "formUrlEncoded" ? "formData" : e === "binaryFile" ? "binary" : "raw", $ = (e) => {
130
+ if (!t.value) return;
131
+ const o = O(e);
132
+ l.edit(
106
133
  t.value.uid,
107
134
  "body.activeBody",
108
135
  o
109
136
  );
110
- const s = [
111
- ...t.value.parameters.headers
112
- ].findIndex(
113
- (l) => l.key.toLowerCase() === "Content-Type".toLowerCase()
114
- ), n = [...t.value.parameters.headers][s];
115
- if ((n == null ? void 0 : n.value) !== a) {
116
- if (n && a) {
117
- const l = [...t.value.parameters.headers];
118
- l[s].value = a, r.edit(
119
- t.value.uid,
120
- "parameters.headers",
121
- l
122
- );
123
- } else if (a) {
124
- const l = [
125
- ...t.value.parameters.headers.filter(
126
- (E) => E.key.toLowerCase() !== "Content-Type".toLowerCase()
127
- )
128
- ];
129
- l.push({
130
- key: "Content-Type",
131
- value: a,
132
- enabled: !0
133
- }), r.edit(
134
- t.value.uid,
135
- "parameters.headers",
136
- l
137
- );
138
- }
139
- }
140
- }, T = async (e) => {
141
- const { open: a } = A({
142
- onChange: async (o) => {
143
- const s = o == null ? void 0 : o[0];
144
- if (s && p.value && t.value) {
145
- const l = [...f.value];
146
- l[e] = {
147
- ...l[e],
148
- file: s
149
- }, r.edit(
137
+ }, P = async (e) => {
138
+ const { open: o } = L({
139
+ onChange: async (a) => {
140
+ const r = a == null ? void 0 : a[0];
141
+ if (r && m.value && t.value) {
142
+ const f = [...p.value];
143
+ f[e] = {
144
+ ...f[e],
145
+ file: r
146
+ }, l.edit(
150
147
  t.value.uid,
151
148
  "body.formData.value",
152
- l
149
+ f
153
150
  );
154
151
  }
155
152
  },
156
153
  multiple: !1,
157
154
  accept: "*/*"
158
155
  });
159
- a();
156
+ o();
160
157
  };
161
- function G() {
162
- !p.value || !t.value || r.edit(t.value.uid, "body.binary", void 0);
158
+ function J() {
159
+ !m.value || !t.value || l.edit(t.value.uid, "body.binary", void 0);
163
160
  }
164
- function U(e) {
165
- if (!p.value || !t.value) return;
166
- const o = [...f.value];
167
- o[e] = {
168
- ...o[e],
161
+ function E(e) {
162
+ if (!m.value || !t.value) return;
163
+ const a = [...p.value];
164
+ a[e] = {
165
+ ...a[e],
169
166
  file: void 0
170
- }, r.edit(
167
+ }, l.edit(
171
168
  t.value.uid,
172
169
  "body.formData.value",
173
- o
170
+ a
174
171
  );
175
172
  }
176
- function K() {
177
- const { open: e } = A({
178
- onChange: async (a) => {
179
- const o = a == null ? void 0 : a[0];
180
- o && p.value && t.value && r.edit(
173
+ function X() {
174
+ const { open: e } = L({
175
+ onChange: async (o) => {
176
+ const a = o == null ? void 0 : o[0];
177
+ a && m.value && t.value && l.edit(
181
178
  t.value.uid,
182
179
  "body.binary",
183
- o
180
+ a
184
181
  );
185
182
  },
186
183
  multiple: !1,
@@ -188,63 +185,45 @@ const le = {
188
185
  });
189
186
  e();
190
187
  }
191
- const B = Object.entries(M).map(
192
- ([e, a]) => ({
193
- id: e,
194
- label: a,
195
- value: e
196
- })
197
- ), x = _({
198
- get: () => B.find((e) => e.id === u.value),
199
- set: (e) => {
200
- e != null && e.id && (u.value = e.id);
201
- }
202
- }), g = _(() => t.value ? t.value.body.activeBody === "formData" && t.value.body.formData && t.value.body.formData.value.length > 0 ? "multipartForm" : t.value.body.activeBody === "raw" ? t.value.body.raw.encoding : u.value : "none");
203
- return g.value !== "none" && (u.value = g.value), N(
204
- g,
205
- (e) => {
206
- e && (u.value = e);
207
- },
208
- { immediate: !0 }
209
- ), N(
210
- u,
188
+ return H(
189
+ s,
211
190
  (e) => {
212
- (e === "multipartForm" || e === "formUrlEncoded") && $(), Y(e);
191
+ ["multipartForm", "formUrlEncoded"].includes(e == null ? void 0 : e.id) && M();
213
192
  },
214
193
  { immediate: !0 }
215
- ), (e, a) => (i(), v(ae, null, {
194
+ ), (e, o) => (u(), v(ee, null, {
216
195
  title: d(() => [
217
- V(k(e.title), 1)
196
+ N(D(e.title), 1)
218
197
  ]),
219
198
  default: d(() => [
220
- e.body && e.body.length === 0 && e.formData && e.formData.length === 0 ? (i(), y("div", le, ue)) : e.formData && e.formData.length > 0 ? (i(), y(j, { key: 1 }, [], 64)) : (i(), v(ee, {
199
+ e.body && e.body.length === 0 && e.formData && e.formData.length === 0 ? (u(), y("div", ae, le)) : e.formData && e.formData.length > 0 ? (u(), y(V, { key: 1 }, [], 64)) : (u(), v(Z, {
221
200
  key: 2,
222
201
  columns: [""]
223
202
  }, {
224
203
  default: d(() => [
225
- m(F, null, {
204
+ c(R, null, {
226
205
  default: d(() => [
227
- m(te, { class: "relative col-span-full flex h-8 cursor-pointer items-center px-[2.25px] py-[2.25px]" }, {
206
+ c(I, { class: "relative col-span-full flex h-8 cursor-pointer items-center px-[2.25px] py-[2.25px]" }, {
228
207
  default: d(() => [
229
- m(c(ne), {
230
- modelValue: x.value,
231
- "onUpdate:modelValue": a[0] || (a[0] = (o) => x.value = o),
208
+ c(i(te), {
209
+ modelValue: s.value,
210
+ "onUpdate:modelValue": o[0] || (o[0] = (a) => s.value = a),
232
211
  class: "text-xxs w-full",
233
212
  fullWidth: "",
234
- options: c(B),
213
+ options: i(h),
235
214
  teleport: ""
236
215
  }, {
237
216
  default: d(() => [
238
- m(c(D), {
217
+ c(i(k), {
239
218
  class: "flex gap-1.5 h-auto px-1.5 text-c-2 font-normal hover:text-c-1",
240
219
  fullWidth: "",
241
220
  variant: "ghost"
242
221
  }, {
243
222
  default: d(() => {
244
- var o;
223
+ var a;
245
224
  return [
246
- b("span", null, k((o = x.value) == null ? void 0 : o.label), 1),
247
- m(c(q), {
225
+ b("span", null, D((a = s.value) == null ? void 0 : a.label), 1),
226
+ c(i(S), {
248
227
  icon: "ChevronDown",
249
228
  size: "xs",
250
229
  thickness: "2.5"
@@ -262,34 +241,34 @@ const le = {
262
241
  ]),
263
242
  _: 1
264
243
  }),
265
- m(F, null, {
244
+ c(R, null, {
266
245
  default: d(() => {
267
- var o, s, n;
246
+ var a, r, n, f, x;
268
247
  return [
269
- u.value === "none" ? (i(), y("div", se, de)) : u.value === "binaryFile" ? (i(), y("div", ce, [
270
- (o = c(t)) != null && o.body.binary ? (i(), y(j, { key: 0 }, [
271
- b("span", me, k((s = c(t)) == null ? void 0 : s.body.binary.name), 1),
272
- m(c(D), {
248
+ s.value.id === "none" ? (u(), y("div", re, de)) : s.value.id === "binaryFile" ? (u(), y("div", ie, [
249
+ (a = i(t)) != null && a.body.binary ? (u(), y(V, { key: 0 }, [
250
+ b("span", se, D(((r = i(t)) == null ? void 0 : r.body.binary).name), 1),
251
+ c(i(k), {
273
252
  class: "bg-b-2 hover:bg-b-3 border-0 text-c-2 ml-1 shadow-none",
274
253
  size: "sm",
275
254
  variant: "outlined",
276
- onClick: G
255
+ onClick: J
277
256
  }, {
278
257
  default: d(() => [
279
- V(" Delete ")
258
+ N(" Delete ")
280
259
  ]),
281
260
  _: 1
282
261
  })
283
- ], 64)) : (i(), v(c(D), {
262
+ ], 64)) : (u(), v(i(k), {
284
263
  key: 1,
285
264
  class: "bg-b-2 hover:bg-b-3 border-0 text-c-2 shadow-none",
286
265
  size: "sm",
287
266
  variant: "outlined",
288
- onClick: K
267
+ onClick: X
289
268
  }, {
290
269
  default: d(() => [
291
- pe,
292
- m(c(q), {
270
+ ce,
271
+ c(i(S), {
293
272
  class: "ml-1",
294
273
  icon: "UploadSimple",
295
274
  size: "xs",
@@ -298,46 +277,48 @@ const le = {
298
277
  ]),
299
278
  _: 1
300
279
  }))
301
- ])) : u.value == "multipartForm" ? (i(), v(W, {
280
+ ])) : s.value.id == "multipartForm" ? (u(), v(q, {
302
281
  key: 2,
303
282
  ref_key: "tableWrapperRef",
304
- ref: h,
283
+ ref: g,
305
284
  class: "!m-0 rounded-t-none shadow-none border-l-0 border-r-0 border-t-0 border-b-0",
306
285
  columns: ["32px", "", "", "61px"],
307
- items: f.value,
286
+ items: p.value,
308
287
  showUploadButton: "",
309
288
  onAddRow: w,
310
- onDeleteRow: R,
311
- onRemoveFile: U,
312
- onUpdateRow: C,
313
- onUploadFile: T
314
- }, null, 8, ["items"])) : u.value == "formUrlEncoded" ? (i(), v(W, {
289
+ onDeleteRow: U,
290
+ onRemoveFile: E,
291
+ onToggleRow: T,
292
+ onUpdateRow: B,
293
+ onUploadFile: P
294
+ }, null, 8, ["items"])) : s.value.id == "formUrlEncoded" ? (u(), v(q, {
315
295
  key: 3,
316
296
  ref_key: "tableWrapperRef",
317
- ref: h,
297
+ ref: g,
318
298
  class: "!m-0 rounded-t-none border-t-0 shadow-none border-l-0 border-r-0 border-t-0 border-b-0",
319
299
  columns: ["32px", "", "", "61px"],
320
- items: f.value,
300
+ items: p.value,
321
301
  showUploadButton: "",
322
302
  onAddRow: w,
323
- onDeleteRow: R,
324
- onRemoveFile: U,
325
- onUpdateRow: C,
326
- onUploadFile: T
327
- }, null, 8, ["items"])) : (i(), v(I, {
303
+ onDeleteRow: U,
304
+ onRemoveFile: E,
305
+ onToggleRow: T,
306
+ onUpdateRow: B,
307
+ onUploadFile: P
308
+ }, null, 8, ["items"])) : (u(), v(Q, {
328
309
  key: 4,
329
310
  content: "",
330
- language: z.value,
311
+ language: F.value,
331
312
  lineNumbers: "",
332
313
  lint: "",
333
- modelValue: ((n = c(t)) == null ? void 0 : n.body.raw.value) ?? "",
334
- "onUpdate:modelValue": H
314
+ modelValue: ((x = (f = (n = i(t)) == null ? void 0 : n.body) == null ? void 0 : f.raw) == null ? void 0 : x.value) ?? "",
315
+ "onUpdate:modelValue": z
335
316
  }, null, 8, ["language", "modelValue"]))
336
317
  ];
337
318
  }),
338
319
  _: 1
339
320
  }),
340
- m(F)
321
+ c(R)
341
322
  ]),
342
323
  _: 1
343
324
  }))
@@ -347,5 +328,5 @@ const le = {
347
328
  }
348
329
  });
349
330
  export {
350
- Re as default
331
+ ke as default
351
332
  };
@@ -1,4 +1,4 @@
1
- import { type RequestExample } from '@scalar/oas-utils/entities/workspace/spec';
1
+ import { type RequestExample } from '@scalar/oas-utils/entities/spec';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
3
  title: string;
4
4
  paramKey: keyof RequestExample["parameters"];
@@ -1 +1 @@
1
- {"version":3,"file":"RequestParams.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestParams.vue"],"names":[],"mappings":"AAwLA,OAAO,EACL,KAAK,cAAc,EAEpB,MAAM,2CAA2C,CAAA;;WAMzC,MAAM;cACH,MAAM,cAAc,CAAC,YAAY,CAAC;;WADrC,MAAM;cACH,MAAM,cAAc,CAAC,YAAY,CAAC;;AAgS9C,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}
1
+ {"version":3,"file":"RequestParams.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Request/RequestSection/RequestParams.vue"],"names":[],"mappings":"AAwLA,OAAO,EACL,KAAK,cAAc,EAEpB,MAAM,iCAAiC,CAAA;;WAM/B,MAAM;cACH,MAAM,cAAc,CAAC,YAAY,CAAC;;WADrC,MAAM;cACH,MAAM,cAAc,CAAC,YAAY,CAAC;;AAgS9C,wBAMG;AAOH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AAC5D,KAAK,uBAAuB,CAAC,CAAC,IAAI;KAChC,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GACpC;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAC9D;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CACzD,CAAC"}