@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
@@ -16,85 +16,85 @@ const q = { class: "w-full" }, M = { class: "flex flex-1" }, P = { class: "bg-b-
16
16
  workspace: {},
17
17
  environment: {}
18
18
  },
19
- setup(n) {
20
- const { securitySchemes: b, workspaceMutators: S } = W(), f = a(() => m.value.targetKey === "custom" && d.value?.some(
19
+ setup(e) {
20
+ const { securitySchemes: b, workspaceMutators: S } = W(), p = a(() => m.value.targetKey === "custom" && d.value?.some(
21
21
  (t) => t.lang === m.value.clientKey
22
22
  ) ? m.value : {
23
- targetKey: n.workspace.selectedHttpClient?.targetKey ?? "js",
24
- clientKey: n.workspace.selectedHttpClient?.clientKey ?? "fetch"
23
+ targetKey: e.workspace.selectedHttpClient?.targetKey ?? "js",
24
+ clientKey: e.workspace.selectedHttpClient?.clientKey ?? "fetch"
25
25
  }), d = a(
26
- () => n.operation["x-codeSamples"] || n.operation["x-code-samples"] || n.operation["x-custom-examples"]
26
+ () => e.operation["x-codeSamples"] || e.operation["x-code-samples"] || e.operation["x-custom-examples"]
27
27
  ), m = E(
28
28
  d.value?.length ? {
29
29
  targetKey: "custom",
30
30
  clientKey: d.value[0]?.lang
31
31
  } : {
32
- targetKey: n.workspace.selectedHttpClient?.targetKey ?? "js",
33
- clientKey: n.workspace.selectedHttpClient?.clientKey ?? "fetch"
32
+ targetKey: e.workspace.selectedHttpClient?.targetKey ?? "js",
33
+ clientKey: e.workspace.selectedHttpClient?.clientKey ?? "fetch"
34
34
  }
35
- ), h = a(() => (n.operation.selectedSecuritySchemeUids || n.collection.selectedSecuritySchemeUids || []).flat().map((t) => b[t]).filter((t) => !!t)), v = a(() => {
36
- const e = {}, t = T().clients().map((l) => ({
37
- label: l.title,
38
- options: l.clients.map((p) => (e[`${l.key},${p.client}`] = p.title, {
39
- id: `${l.key},${p.client}`,
40
- label: p.title
35
+ ), h = a(() => (e.operation.selectedSecuritySchemeUids || e.collection.selectedSecuritySchemeUids || []).flat().map((t) => b[t]).filter((t) => !!t)), v = a(() => {
36
+ const l = {}, t = T().clients().map((n) => ({
37
+ label: n.title,
38
+ options: n.clients.map((f) => (l[`${n.key},${f.client}`] = f.title, {
39
+ id: `${n.key},${f.client}`,
40
+ label: f.title
41
41
  }))
42
- })), o = (n.operation["x-codeSamples"] || n.operation["x-code-samples"] || n.operation["x-custom-examples"] || []).map((l) => ({
43
- id: `custom,${l.lang}`,
44
- label: l.label || l.lang
42
+ })), o = (e.operation["x-codeSamples"] || e.operation["x-code-samples"] || e.operation["x-custom-examples"] || []).map((n) => ({
43
+ id: `custom,${n.lang}`,
44
+ label: n.label || n.lang
45
45
  })), r = o.length > 0 ? [
46
46
  {
47
47
  id: "customExamples",
48
48
  label: "Code Examples",
49
- options: o.map((l) => ({
50
- id: l.id,
51
- label: l.label ?? l.id
49
+ options: o.map((n) => ({
50
+ id: n.id,
51
+ label: n.label ?? n.id
52
52
  }))
53
53
  },
54
54
  ...t
55
55
  ] : t;
56
- return o.forEach((l) => {
57
- e[l.id] = l.label ?? l.id;
56
+ return o.forEach((n) => {
57
+ l[n.id] = n.label ?? n.id;
58
58
  }), {
59
59
  options: r,
60
- dict: e
60
+ dict: l
61
61
  };
62
62
  }), s = a(() => {
63
- const e = f.value;
64
- if (e.targetKey === "custom") {
65
- const o = `custom,${e.clientKey}`;
63
+ const l = p.value;
64
+ if (l.targetKey === "custom") {
65
+ const o = `custom,${l.clientKey}`;
66
66
  return {
67
67
  id: o,
68
68
  label: v.value.dict[o] ?? "Unknown"
69
69
  };
70
70
  }
71
- const t = `${e.targetKey},${e.clientKey}`;
71
+ const t = `${l.targetKey},${l.clientKey}`;
72
72
  return {
73
73
  id: t,
74
74
  label: v.value.dict[t] ?? "Unknown"
75
75
  };
76
76
  }), C = a(
77
- () => f.value.targetKey
77
+ () => p.value.targetKey
78
78
  ), k = a(
79
- () => f.value.clientKey
80
- ), w = (e) => {
81
- if (!e)
79
+ () => p.value.clientKey
80
+ ), w = (l) => {
81
+ if (!l)
82
82
  return;
83
- const { id: t } = e, [o, r] = t.split(",");
83
+ const { id: t } = l, [o, r] = t.split(",");
84
84
  !o || !r || (m.value = {
85
85
  targetKey: o,
86
86
  clientKey: r
87
- }, o !== "custom" && S.edit(n.workspace.uid, "selectedHttpClient", {
87
+ }, o !== "custom" && S.edit(e.workspace.uid, "selectedHttpClient", {
88
88
  targetKey: o,
89
89
  clientKey: r
90
90
  }));
91
91
  }, g = a(() => {
92
92
  if (!s.value.id.startsWith("custom,"))
93
93
  return;
94
- const e = s.value.id.split(",")[1];
95
- return d.value?.find((o) => o.lang === e)?.source;
94
+ const l = s.value.id.split(",")[1];
95
+ return d.value?.find((o) => o.lang === l)?.source;
96
96
  });
97
- return (e, t) => (y(), B("div", q, [
97
+ return (l, t) => (y(), B("div", q, [
98
98
  i(O, {
99
99
  class: "group/preview w-full border-b-0",
100
100
  defaultOpen: !1
@@ -1,10 +1,10 @@
1
- import { defineComponent as O, computed as m, onMounted as S, nextTick as p, ref as N, watch as A, createBlock as d, openBlock as v, withCtx as i, createElementVNode as f, createCommentVNode as h, createVNode as k, normalizeClass as B, unref as g, withModifiers as M, createTextVNode as P, toDisplayString as R } from "vue";
2
- import { ScalarTooltip as W, ScalarButton as z } from "@scalar/components";
3
- import { requestExampleParametersSchema as w } from "@scalar/oas-utils/entities/spec";
4
- import D from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
5
- import V from "./RequestTable.vue.js";
6
- import { useWorkspace as x } from "../../../store/store.js";
7
- const G = { class: "text-c-2 request-meta-buttons flex whitespace-nowrap opacity-0 group-hover/params:opacity-100 has-[:focus-visible]:opacity-100" }, U = { class: "sr-only" }, Z = /* @__PURE__ */ O({
1
+ import { defineComponent as T, computed as o, onMounted as O, nextTick as d, ref as S, watch as N, createBlock as v, openBlock as f, withCtx as r, createElementVNode as p, createCommentVNode as h, createVNode as k, normalizeClass as A, unref as g, withModifiers as B, createTextVNode as P, toDisplayString as R } from "vue";
2
+ import { ScalarTooltip as M, ScalarButton as W } from "@scalar/components";
3
+ import { requestExampleParametersSchema as x } from "@scalar/oas-utils/entities/spec";
4
+ import z from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
5
+ import w from "./RequestTable.vue.js";
6
+ import { useWorkspace as D } from "../../../store/store.js";
7
+ const G = { class: "text-c-2 request-meta-buttons flex whitespace-nowrap opacity-0 group-hover/params:opacity-100 has-[:focus-visible]:opacity-100" }, U = { class: "sr-only" }, Z = /* @__PURE__ */ T({
8
8
  __name: "RequestParams",
9
9
  props: {
10
10
  example: {},
@@ -17,101 +17,101 @@ const G = { class: "text-c-2 request-meta-buttons flex whitespace-nowrap opacity
17
17
  readOnlyEntries: { default: () => [] },
18
18
  invalidParams: {}
19
19
  },
20
- setup(t) {
21
- const { requestExampleMutators: s } = x(), n = m(() => t.example.parameters[t.paramKey] ?? []);
22
- S(() => {
23
- p(() => {
20
+ setup(a) {
21
+ const { requestExampleMutators: i } = D(), n = o(() => a.example.parameters[a.paramKey] ?? []);
22
+ O(() => {
23
+ d(() => {
24
24
  y();
25
25
  });
26
26
  });
27
- const o = () => {
28
- const e = w.parse({ enabled: !1 }), a = [...n.value, e];
29
- s.edit(t.example.uid, `parameters.${t.paramKey}`, a);
30
- }, u = N(null), C = (e, a, r) => {
27
+ const m = () => {
28
+ const e = x.parse({ enabled: !1 }), t = [...n.value, e];
29
+ i.edit(a.example.uid, `parameters.${a.paramKey}`, t);
30
+ }, u = S(null), V = (e, t, s) => {
31
31
  const c = n.value;
32
32
  if (c.length > e) {
33
33
  const l = [...c];
34
34
  if (!l[e])
35
35
  return;
36
- l[e] = { ...l[e], [a]: r }, (l[e].key !== "" || l[e].value !== "") && (l[e].enabled = !0), l[e].key === "" && l[e].value === "" && l.splice(e, 1), s.edit(
37
- t.example.uid,
38
- `parameters.${t.paramKey}`,
36
+ l[e] = { ...l[e], [t]: s }, (l[e].key !== "" || l[e].value !== "") && (l[e].enabled = !0), l[e].key === "" && l[e].value === "" && l.splice(e, 1), i.edit(
37
+ a.example.uid,
38
+ `parameters.${a.paramKey}`,
39
39
  l
40
40
  );
41
41
  } else {
42
- const l = [w.parse({ [a]: r })];
43
- s.edit(t.example.uid, `parameters.${t.paramKey}`, l), p(() => {
42
+ const l = [x.parse({ [t]: s })];
43
+ i.edit(a.example.uid, `parameters.${a.paramKey}`, l), d(() => {
44
44
  if (!u.value)
45
45
  return;
46
- u.value.querySelectorAll("input")[a === "key" ? 0 : 1]?.focus();
46
+ u.value.querySelectorAll("input")[t === "key" ? 0 : 1]?.focus();
47
47
  });
48
48
  }
49
- e === c.length - 1 && o();
50
- }, K = (e, a) => s.edit(
51
- t.example.uid,
52
- `parameters.${t.paramKey}.${e}.enabled`,
53
- a
54
- ), $ = () => {
55
- const e = n.value.filter((a) => a.required);
56
- s.edit(
57
- t.example.uid,
58
- `parameters.${t.paramKey}`,
49
+ e === c.length - 1 && m();
50
+ }, C = (e, t) => i.edit(
51
+ a.example.uid,
52
+ `parameters.${a.paramKey}.${e}.enabled`,
53
+ t
54
+ ), K = () => {
55
+ const e = n.value.filter((t) => t.required);
56
+ i.edit(
57
+ a.example.uid,
58
+ `parameters.${a.paramKey}`,
59
59
  e
60
- ), p(() => o());
61
- }, q = (e) => {
62
- const a = n.value;
63
- if (a.length > e) {
64
- const r = [...a];
65
- r.splice(e, 1), s.edit(
66
- t.example.uid,
67
- `parameters.${t.paramKey}`,
68
- r
60
+ ), d(() => m());
61
+ }, $ = (e) => {
62
+ const t = n.value;
63
+ if (t.length > e) {
64
+ const s = [...t];
65
+ s.splice(e, 1), i.edit(
66
+ a.example.uid,
67
+ `parameters.${a.paramKey}`,
68
+ s
69
69
  );
70
70
  }
71
71
  };
72
72
  function y() {
73
73
  if (n.value.length === 0)
74
- o();
74
+ m();
75
75
  else if (n.value.length >= 1) {
76
76
  const e = n.value[n.value.length - 1];
77
- e && e.key !== "" && e.value !== "" && o();
77
+ e && e.key !== "" && e.value !== "" && m();
78
78
  }
79
79
  }
80
- const E = m(
80
+ const q = o(
81
81
  () => n.value.filter((e) => e.key || e.value).length
82
- ), T = m(() => n.value.length > 1);
83
- A(
84
- () => t.example,
85
- (e, a) => {
86
- e !== a && y();
82
+ ), E = o(() => n.value.length > 1);
83
+ N(
84
+ () => a.example,
85
+ (e, t) => {
86
+ e !== t && y();
87
87
  },
88
88
  { immediate: !0 }
89
89
  );
90
- const b = m(() => (t.readOnlyEntries ?? []).length > 0);
91
- return (e, a) => (v(), d(D, {
90
+ const b = o(() => (a.readOnlyEntries ?? []).length > 0);
91
+ return (e, t) => (f(), v(z, {
92
92
  class: "group/params",
93
- itemCount: E.value
93
+ itemCount: q.value
94
94
  }, {
95
- title: i(() => [
96
- P(R(e.title), 1)
95
+ title: r(() => [
96
+ P(R(a.title), 1)
97
97
  ]),
98
- actions: i(() => [
99
- f("div", G, [
100
- T.value ? (v(), d(g(W), {
98
+ actions: r(() => [
99
+ p("div", G, [
100
+ E.value ? (f(), v(g(M), {
101
101
  key: 0,
102
102
  content: "Clear optional parameters",
103
103
  placement: "left"
104
104
  }, {
105
- default: i(() => [
106
- k(g(z), {
105
+ default: r(() => [
106
+ k(g(W), {
107
107
  class: "pr-0.75 pl-1 transition-none",
108
108
  size: "sm",
109
109
  variant: "ghost",
110
- onClick: M($, ["stop"])
110
+ onClick: B(K, ["stop"])
111
111
  }, {
112
- default: i(() => [
113
- a[0] || (a[0] = P(" Clear ", -1)),
114
- f("span", U, "All " + R(e.title), 1)
112
+ default: r(() => [
113
+ t[0] || (t[0] = P(" Clear ", -1)),
114
+ p("span", U, "All " + R(a.title), 1)
115
115
  ]),
116
116
  _: 1
117
117
  })
@@ -120,36 +120,36 @@ const G = { class: "text-c-2 request-meta-buttons flex whitespace-nowrap opacity
120
120
  })) : h("", !0)
121
121
  ])
122
122
  ]),
123
- default: i(() => [
124
- f("div", {
123
+ default: r(() => [
124
+ p("div", {
125
125
  ref_key: "tableWrapperRef",
126
126
  ref: u
127
127
  }, [
128
- b.value ? (v(), d(V, {
128
+ b.value ? (f(), v(w, {
129
129
  key: 0,
130
- class: B(["flex-1", { "bg-c-3/5": b.value }]),
130
+ class: A(["flex-1", { "bg-c-3/5": b.value }]),
131
131
  columns: ["32px", "", ""],
132
- envVariables: e.envVariables,
133
- environment: e.environment,
134
- invalidParams: e.invalidParams,
132
+ envVariables: a.envVariables,
133
+ environment: a.environment,
134
+ invalidParams: a.invalidParams,
135
135
  isGlobal: "",
136
136
  isReadOnly: "",
137
- items: e.readOnlyEntries,
138
- label: e.label,
139
- workspace: e.workspace
137
+ items: a.readOnlyEntries,
138
+ label: a.label,
139
+ workspace: a.workspace
140
140
  }, null, 8, ["class", "envVariables", "environment", "invalidParams", "items", "label", "workspace"])) : h("", !0),
141
- k(V, {
141
+ k(w, {
142
142
  class: "flex-1",
143
143
  columns: ["32px", "", ""],
144
- envVariables: e.envVariables,
145
- environment: e.environment,
146
- invalidParams: e.invalidParams,
144
+ envVariables: a.envVariables,
145
+ environment: a.environment,
146
+ invalidParams: a.invalidParams,
147
147
  items: n.value,
148
- label: e.label,
149
- workspace: e.workspace,
150
- onToggleRow: K,
151
- onUpdateRow: C,
152
- onDeleteRow: q
148
+ label: a.label,
149
+ workspace: a.workspace,
150
+ onToggleRow: C,
151
+ onUpdateRow: V,
152
+ onDeleteRow: $
153
153
  }, null, 8, ["envVariables", "environment", "invalidParams", "items", "label", "workspace"])
154
154
  ], 512)
155
155
  ]),
@@ -1,9 +1,9 @@
1
- import { defineComponent as k, computed as w, watch as R, createBlock as p, openBlock as u, withCtx as d, createCommentVNode as $, createTextVNode as K, toDisplayString as b } from "vue";
2
- import { REGEX as x } from "@scalar/oas-utils/helpers";
1
+ import { defineComponent as g, computed as k, watch as w, createBlock as u, openBlock as d, withCtx as p, createCommentVNode as R, createTextVNode as $, toDisplayString as K } from "vue";
2
+ import { REGEX as b } from "@scalar/oas-utils/helpers";
3
3
  import V from "../../../components/ViewLayout/ViewLayoutCollapse.vue.js";
4
4
  import C from "./RequestTable.vue.js";
5
5
  import { useWorkspace as q } from "../../../store/store.js";
6
- const B = /* @__PURE__ */ k({
6
+ const B = /* @__PURE__ */ g({
7
7
  __name: "RequestPathParams",
8
8
  props: {
9
9
  example: {},
@@ -15,77 +15,77 @@ const B = /* @__PURE__ */ k({
15
15
  workspace: {},
16
16
  invalidParams: {}
17
17
  },
18
- setup(a) {
19
- const { requestMutators: c, requestExampleMutators: s } = q(), m = w(
20
- () => a.example.parameters[a.paramKey].map((e) => ({
21
- ...e,
22
- enum: e.enum
18
+ setup(e) {
19
+ const { requestMutators: s, requestExampleMutators: c } = q(), o = k(
20
+ () => e.example.parameters[e.paramKey].map((a) => ({
21
+ ...a,
22
+ enum: a.enum
23
23
  }))
24
- ), h = (e, r, n) => {
25
- const i = a.example.parameters[a.paramKey], o = i[e]?.key;
26
- if (o) {
27
- if (r === "key") {
28
- if (i[e]?.required)
24
+ ), h = (a, i, n) => {
25
+ const m = e.example.parameters[e.paramKey], r = m[a]?.key;
26
+ if (r) {
27
+ if (i === "key") {
28
+ if (m[a]?.required)
29
29
  return;
30
30
  if (n) {
31
- const t = encodeURIComponent(o), l = encodeURIComponent(n), P = new RegExp(`(?<=/):${t}(?=[/?#]|$)`, "g"), g = a.operation.path.replace(P, `:${l}`);
32
- c.edit(a.operation.uid, "path", g);
31
+ const t = encodeURIComponent(r), l = encodeURIComponent(n), x = new RegExp(`(?<=/):${t}(?=[/?#]|$)`, "g"), P = e.operation.path.replace(x, `:${l}`);
32
+ s.edit(e.operation.uid, "path", P);
33
33
  } else {
34
- i.splice(e, 1);
35
- const t = new RegExp(`/:${encodeURIComponent(o)}(?=[/?#]|$)`, "g"), l = a.operation.path.replace(t, "");
36
- c.edit(a.operation.uid, "path", l);
34
+ m.splice(a, 1);
35
+ const t = new RegExp(`/:${encodeURIComponent(r)}(?=[/?#]|$)`, "g"), l = e.operation.path.replace(t, "");
36
+ s.edit(e.operation.uid, "path", l);
37
37
  }
38
38
  }
39
- s.edit(
40
- a.example.uid,
41
- `parameters.${a.paramKey}.${e}.${r}`,
39
+ c.edit(
40
+ e.example.uid,
41
+ `parameters.${e.paramKey}.${a}.${i}`,
42
42
  n
43
43
  );
44
44
  }
45
- }, f = (e) => {
46
- const r = m.value;
47
- if (r.length > e) {
48
- const n = [...r];
49
- n.splice(e, 1), s.edit(
50
- a.example.uid,
51
- `parameters.${a.paramKey}`,
45
+ }, f = (a) => {
46
+ const i = o.value;
47
+ if (i.length > a) {
48
+ const n = [...i];
49
+ n.splice(a, 1), c.edit(
50
+ e.example.uid,
51
+ `parameters.${e.paramKey}`,
52
52
  n
53
53
  );
54
54
  }
55
- }, v = (e) => {
56
- const r = e.match(x.PATH)?.map((t) => t.slice(1, -1)) || [], n = a.example.parameters[a.paramKey], i = new Map(n.map((t) => [t.key, t])), o = r.map(
57
- (t) => i.get(t) || { key: t, value: "", enabled: !0 }
55
+ }, v = (a) => {
56
+ const i = a.match(b.PATH)?.map((t) => t.slice(1, -1)) || [], n = e.example.parameters[e.paramKey], m = new Map(n.map((t) => [t.key, t])), r = i.map(
57
+ (t) => m.get(t) || { key: t, value: "", enabled: !0 }
58
58
  );
59
59
  n.forEach((t) => {
60
- !r.includes(t.key) && (t.value || t.required) && o.push(t);
61
- }), n.splice(0, n.length, ...o), s.edit(a.example.uid, `parameters.${a.paramKey}`, n);
62
- }, y = (e) => {
63
- e && v(e);
60
+ !i.includes(t.key) && (t.value || t.required) && r.push(t);
61
+ }), n.splice(0, n.length, ...r), c.edit(e.example.uid, `parameters.${e.paramKey}`, n);
62
+ }, y = (a) => {
63
+ a && v(a);
64
64
  };
65
- return R(
66
- () => a.operation.path,
67
- (e) => {
68
- e && y(e);
65
+ return w(
66
+ () => e.operation.path,
67
+ (a) => {
68
+ a && y(a);
69
69
  }
70
- ), (e, r) => (u(), p(V, {
71
- itemCount: m.value.length
70
+ ), (a, i) => (d(), u(V, {
71
+ itemCount: o.value.length
72
72
  }, {
73
- title: d(() => [
74
- K(b(e.title), 1)
73
+ title: p(() => [
74
+ $(K(e.title), 1)
75
75
  ]),
76
- default: d(() => [
77
- m.value.length ? (u(), p(C, {
76
+ default: p(() => [
77
+ o.value.length ? (d(), u(C, {
78
78
  key: 0,
79
79
  class: "flex-1",
80
80
  columns: ["32px", "", ""],
81
81
  envVariables: e.envVariables,
82
82
  environment: e.environment,
83
83
  invalidParams: e.invalidParams,
84
- items: m.value,
84
+ items: o.value,
85
85
  workspace: e.workspace,
86
86
  onUpdateRow: h,
87
87
  onDeleteRow: f
88
- }, null, 8, ["envVariables", "environment", "invalidParams", "items", "workspace"])) : $("", !0)
88
+ }, null, 8, ["envVariables", "environment", "invalidParams", "items", "workspace"])) : R("", !0)
89
89
  ]),
90
90
  _: 1
91
91
  }, 8, ["itemCount"]));