@scalar/api-client 1.3.3 → 1.3.5

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 (312) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  3. package/dist/assets/computer.ascii.js +34 -0
  4. package/dist/clientBus.js +5 -0
  5. package/dist/components/ApiClient/AddressBar.vue.d.ts +3 -3
  6. package/dist/components/ApiClient/AddressBar.vue.d.ts.map +1 -1
  7. package/dist/components/ApiClient/AddressBar.vue.js +8 -0
  8. package/dist/components/ApiClient/AddressBar.vue2.js +158 -0
  9. package/dist/components/ApiClient/AddressBar.vue3.js +4 -0
  10. package/dist/components/ApiClient/AddressBar.vue4.js +4 -0
  11. package/dist/components/ApiClient/ApiClient.vue.d.ts +11 -11
  12. package/dist/components/ApiClient/ApiClient.vue.d.ts.map +1 -1
  13. package/dist/components/ApiClient/ApiClient.vue.js +124 -0
  14. package/dist/components/ApiClient/ApiClient.vue2.js +4 -0
  15. package/dist/components/ApiClient/ApiClient.vue3.js +5 -0
  16. package/dist/components/ApiClient/Request/Request.vue.d.ts.map +1 -1
  17. package/dist/components/ApiClient/Request/Request.vue.js +79 -0
  18. package/dist/components/ApiClient/Request/Request.vue2.js +4 -0
  19. package/dist/components/ApiClient/Request/Request.vue3.js +5 -0
  20. package/dist/components/ApiClient/Request/RequestAuthentication/CardForm.vue.d.ts.map +1 -1
  21. package/dist/components/ApiClient/Request/RequestAuthentication/CardForm.vue.js +13 -0
  22. package/dist/components/ApiClient/Request/RequestAuthentication/CardForm.vue2.js +4 -0
  23. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormButton.vue.d.ts.map +1 -1
  24. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormButton.vue.js +7 -0
  25. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormButton.vue2.js +18 -0
  26. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormButton.vue3.js +4 -0
  27. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormGroup.vue.d.ts.map +1 -1
  28. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormGroup.vue.js +13 -0
  29. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormGroup.vue2.js +4 -0
  30. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormRows.vue.d.ts.map +1 -1
  31. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormRows.vue.js +13 -0
  32. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormRows.vue2.js +4 -0
  33. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormTextInput.vue.d.ts +8 -8
  34. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormTextInput.vue.d.ts.map +1 -1
  35. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormTextInput.vue.js +7 -0
  36. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormTextInput.vue2.js +37 -0
  37. package/dist/components/ApiClient/Request/RequestAuthentication/CardFormTextInput.vue3.js +4 -0
  38. package/dist/components/ApiClient/Request/RequestAuthentication/RequestAuthentication.vue.d.ts +3 -3
  39. package/dist/components/ApiClient/Request/RequestAuthentication/RequestAuthentication.vue.d.ts.map +1 -1
  40. package/dist/components/ApiClient/Request/RequestAuthentication/RequestAuthentication.vue.js +7 -0
  41. package/dist/components/ApiClient/Request/RequestAuthentication/RequestAuthentication.vue2.js +86 -0
  42. package/dist/components/ApiClient/Request/RequestAuthentication/RequestAuthentication.vue3.js +4 -0
  43. package/dist/components/ApiClient/Request/RequestAuthentication/SecurityScheme.vue.d.ts +3 -3
  44. package/dist/components/ApiClient/Request/RequestAuthentication/SecurityScheme.vue.d.ts.map +1 -1
  45. package/dist/components/ApiClient/Request/RequestAuthentication/SecurityScheme.vue.js +7 -0
  46. package/dist/components/ApiClient/Request/RequestAuthentication/SecurityScheme.vue2.js +357 -0
  47. package/dist/components/ApiClient/Request/RequestAuthentication/SecurityScheme.vue3.js +4 -0
  48. package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeScopes.vue.d.ts +3 -3
  49. package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeScopes.vue.d.ts.map +1 -1
  50. package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeScopes.vue.js +7 -0
  51. package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeScopes.vue2.js +96 -0
  52. package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeScopes.vue3.js +4 -0
  53. package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeSelector.vue.d.ts +3 -3
  54. package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeSelector.vue.d.ts.map +1 -1
  55. package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeSelector.vue.js +7 -0
  56. package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeSelector.vue2.js +64 -0
  57. package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeSelector.vue3.js +4 -0
  58. package/dist/components/ApiClient/Request/RequestAuthentication/index.d.ts +3 -3
  59. package/dist/components/ApiClient/Request/RequestBody.vue.d.ts +3 -3
  60. package/dist/components/ApiClient/Request/RequestBody.vue.d.ts.map +1 -1
  61. package/dist/components/ApiClient/Request/RequestBody.vue.js +39 -0
  62. package/dist/components/ApiClient/Request/RequestBody.vue2.js +4 -0
  63. package/dist/components/ApiClient/Request/RequestCookies.vue.d.ts +3 -3
  64. package/dist/components/ApiClient/Request/RequestCookies.vue.d.ts.map +1 -1
  65. package/dist/components/ApiClient/Request/RequestCookies.vue.js +74 -0
  66. package/dist/components/ApiClient/Request/RequestCookies.vue2.js +4 -0
  67. package/dist/components/ApiClient/Request/RequestCookies.vue3.js +5 -0
  68. package/dist/components/ApiClient/Request/RequestHeaders.vue.d.ts +3 -3
  69. package/dist/components/ApiClient/Request/RequestHeaders.vue.d.ts.map +1 -1
  70. package/dist/components/ApiClient/Request/RequestHeaders.vue.js +74 -0
  71. package/dist/components/ApiClient/Request/RequestHeaders.vue2.js +4 -0
  72. package/dist/components/ApiClient/Request/RequestQuery.vue.d.ts +3 -3
  73. package/dist/components/ApiClient/Request/RequestQuery.vue.d.ts.map +1 -1
  74. package/dist/components/ApiClient/Request/RequestQuery.vue.js +75 -0
  75. package/dist/components/ApiClient/Request/RequestQuery.vue2.js +4 -0
  76. package/dist/components/ApiClient/Request/RequestVariables.vue.d.ts +3 -3
  77. package/dist/components/ApiClient/Request/RequestVariables.vue.d.ts.map +1 -1
  78. package/dist/components/ApiClient/Request/RequestVariables.vue.js +69 -0
  79. package/dist/components/ApiClient/Request/RequestVariables.vue2.js +4 -0
  80. package/dist/components/ApiClient/Request/index.d.ts +1 -1
  81. package/dist/components/ApiClient/RequestHistory.vue.d.ts.map +1 -1
  82. package/dist/components/ApiClient/RequestHistory.vue.js +27 -0
  83. package/dist/components/ApiClient/RequestHistory.vue2.js +4 -0
  84. package/dist/components/ApiClient/RequestHistory.vue3.js +5 -0
  85. package/dist/components/ApiClient/RequestHistoryItem.vue.d.ts +3 -3
  86. package/dist/components/ApiClient/RequestHistoryItem.vue.d.ts.map +1 -1
  87. package/dist/components/ApiClient/RequestHistoryItem.vue.js +7 -0
  88. package/dist/components/ApiClient/RequestHistoryItem.vue2.js +49 -0
  89. package/dist/components/ApiClient/RequestHistoryItem.vue3.js +4 -0
  90. package/dist/components/ApiClient/RequestMethodSelect.vue.d.ts +11 -11
  91. package/dist/components/ApiClient/RequestMethodSelect.vue.d.ts.map +1 -1
  92. package/dist/components/ApiClient/RequestMethodSelect.vue.js +7 -0
  93. package/dist/components/ApiClient/RequestMethodSelect.vue2.js +42 -0
  94. package/dist/components/ApiClient/RequestMethodSelect.vue3.js +4 -0
  95. package/dist/components/ApiClient/Response/Response.vue.d.ts.map +1 -1
  96. package/dist/components/ApiClient/Response/Response.vue.js +65 -0
  97. package/dist/components/ApiClient/Response/Response.vue2.js +4 -0
  98. package/dist/components/ApiClient/Response/Response.vue3.js +5 -0
  99. package/dist/components/ApiClient/Response/ResponseBody.vue.d.ts +3 -3
  100. package/dist/components/ApiClient/Response/ResponseBody.vue.d.ts.map +1 -1
  101. package/dist/components/ApiClient/Response/ResponseBody.vue.js +54 -0
  102. package/dist/components/ApiClient/Response/ResponseBody.vue2.js +4 -0
  103. package/dist/components/ApiClient/Response/ResponseHeaders.vue.d.ts +3 -3
  104. package/dist/components/ApiClient/Response/ResponseHeaders.vue.d.ts.map +1 -1
  105. package/dist/components/ApiClient/Response/ResponseHeaders.vue.js +76 -0
  106. package/dist/components/ApiClient/Response/ResponseHeaders.vue2.js +4 -0
  107. package/dist/components/ApiClient/Response/ResponseMetaInformation.vue.d.ts +3 -3
  108. package/dist/components/ApiClient/Response/ResponseMetaInformation.vue.d.ts.map +1 -1
  109. package/dist/components/ApiClient/Response/ResponseMetaInformation.vue.js +56 -0
  110. package/dist/components/ApiClient/Response/ResponseMetaInformation.vue2.js +4 -0
  111. package/dist/components/ApiClient/Response/index.d.ts +1 -1
  112. package/dist/components/ApiClient/index.d.ts +1 -1
  113. package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
  114. package/dist/components/CollapsibleSection/CollapsibleSection.vue.d.ts +11 -11
  115. package/dist/components/CollapsibleSection/CollapsibleSection.vue.d.ts.map +1 -1
  116. package/dist/components/CollapsibleSection/CollapsibleSection.vue.js +76 -0
  117. package/dist/components/CollapsibleSection/CollapsibleSection.vue2.js +4 -0
  118. package/dist/components/CollapsibleSection/CollapsibleSection.vue3.js +5 -0
  119. package/dist/components/CollapsibleSection/index.d.ts +1 -1
  120. package/dist/components/Grid/Grid.vue.d.ts +3 -3
  121. package/dist/components/Grid/Grid.vue.d.ts.map +1 -1
  122. package/dist/components/Grid/Grid.vue.js +7 -0
  123. package/dist/components/Grid/Grid.vue2.js +77 -0
  124. package/dist/components/Grid/Grid.vue3.js +4 -0
  125. package/dist/components/Grid/GridHeader.vue.d.ts +3 -3
  126. package/dist/components/Grid/GridHeader.vue.d.ts.map +1 -1
  127. package/dist/components/Grid/GridHeader.vue.js +7 -0
  128. package/dist/components/Grid/GridHeader.vue2.js +46 -0
  129. package/dist/components/Grid/GridHeader.vue3.js +4 -0
  130. package/dist/components/Grid/GridRow.vue.d.ts +8 -8
  131. package/dist/components/Grid/GridRow.vue.d.ts.map +1 -1
  132. package/dist/components/Grid/GridRow.vue.js +7 -0
  133. package/dist/components/Grid/GridRow.vue2.js +29 -0
  134. package/dist/components/Grid/GridRow.vue3.js +4 -0
  135. package/dist/components/Grid/GridRowEditable.vue.d.ts +3 -3
  136. package/dist/components/Grid/GridRowEditable.vue.d.ts.map +1 -1
  137. package/dist/components/Grid/GridRowEditable.vue.js +7 -0
  138. package/dist/components/Grid/GridRowEditable.vue2.js +105 -0
  139. package/dist/components/Grid/GridRowEditable.vue3.js +4 -0
  140. package/dist/components/Grid/GridRowGenerated.vue.d.ts +4 -4
  141. package/dist/components/Grid/GridRowGenerated.vue.d.ts.map +1 -1
  142. package/dist/components/Grid/GridRowGenerated.vue.js +7 -0
  143. package/dist/components/Grid/GridRowGenerated.vue2.js +37 -0
  144. package/dist/components/Grid/GridRowGenerated.vue3.js +4 -0
  145. package/dist/components/Grid/SimpleGrid.vue.d.ts +3 -3
  146. package/dist/components/Grid/SimpleGrid.vue.d.ts.map +1 -1
  147. package/dist/components/Grid/SimpleGrid.vue.js +7 -0
  148. package/dist/components/Grid/SimpleGrid.vue2.js +28 -0
  149. package/dist/components/Grid/SimpleGrid.vue3.js +4 -0
  150. package/dist/components/Grid/index.d.ts +2 -2
  151. package/dist/components/HelpfulLink.vue.d.ts +8 -8
  152. package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
  153. package/dist/components/HelpfulLink.vue.js +7 -0
  154. package/dist/components/HelpfulLink.vue2.js +19 -0
  155. package/dist/components/HelpfulLink.vue3.js +4 -0
  156. package/dist/components/HttpMethod.vue.d.ts +9 -8
  157. package/dist/components/HttpMethod.vue.d.ts.map +1 -1
  158. package/dist/components/HttpMethod.vue.js +27 -0
  159. package/dist/components/HttpMethod.vue2.js +4 -0
  160. package/dist/components/ScalarAsciiArt.vue.d.ts +3 -3
  161. package/dist/components/ScalarAsciiArt.vue.d.ts.map +1 -1
  162. package/dist/components/ScalarAsciiArt.vue.js +7 -0
  163. package/dist/components/ScalarAsciiArt.vue2.js +23 -0
  164. package/dist/components/ScalarAsciiArt.vue3.js +4 -0
  165. package/dist/components/SimpleTable/SimpleCell.vue.d.ts +13 -12
  166. package/dist/components/SimpleTable/SimpleCell.vue.d.ts.map +1 -1
  167. package/dist/components/SimpleTable/SimpleCell.vue.js +7 -0
  168. package/dist/components/SimpleTable/SimpleCell.vue2.js +28 -0
  169. package/dist/components/SimpleTable/SimpleCell.vue3.js +4 -0
  170. package/dist/components/SimpleTable/SimpleHeader.vue.d.ts.map +1 -1
  171. package/dist/components/SimpleTable/SimpleHeader.vue.js +7 -0
  172. package/dist/components/SimpleTable/SimpleHeader.vue2.js +19 -0
  173. package/dist/components/SimpleTable/SimpleHeader.vue3.js +4 -0
  174. package/dist/components/SimpleTable/SimpleRow.vue.d.ts.map +1 -1
  175. package/dist/components/SimpleTable/SimpleRow.vue.js +13 -0
  176. package/dist/components/SimpleTable/SimpleRow.vue2.js +4 -0
  177. package/dist/components/SimpleTable/SimpleTable.vue.d.ts.map +1 -1
  178. package/dist/components/SimpleTable/SimpleTable.vue.js +15 -0
  179. package/dist/components/SimpleTable/SimpleTable.vue2.js +4 -0
  180. package/dist/components/SimpleTable/index.d.ts +4 -4
  181. package/dist/fixtures/httpHeaders.js +529 -0
  182. package/dist/fixtures/httpRequestMethods.js +41 -0
  183. package/dist/fixtures/index.d.ts +2 -2
  184. package/dist/helpers/concatenateUrlAndPath.js +9 -0
  185. package/dist/helpers/createPlaceholderRequest.js +14 -0
  186. package/dist/helpers/encodeStringAsBase64.js +6 -0
  187. package/dist/helpers/findVariables.js +7 -0
  188. package/dist/helpers/getRequestFromAuthentication.js +85 -0
  189. package/dist/helpers/getUrlFromServerState.js +12 -0
  190. package/dist/helpers/humanDiff.js +21 -0
  191. package/dist/helpers/index.d.ts +16 -16
  192. package/dist/helpers/mapFromArray.js +9 -0
  193. package/dist/helpers/normalizeHeaders.js +6 -0
  194. package/dist/helpers/normalizePath.js +9 -0
  195. package/dist/helpers/normalizeRequestMethod.d.ts +2 -1
  196. package/dist/helpers/normalizeRequestMethod.d.ts.map +1 -1
  197. package/dist/helpers/normalizeRequestMethod.js +14 -0
  198. package/dist/helpers/normalizeUrl.js +13 -0
  199. package/dist/helpers/prepareClientRequestConfig.d.ts +0 -7
  200. package/dist/helpers/prepareClientRequestConfig.d.ts.map +1 -1
  201. package/dist/helpers/prepareClientRequestConfig.js +41 -0
  202. package/dist/helpers/redirectToProxy.js +7 -0
  203. package/dist/helpers/replaceVariables.js +10 -0
  204. package/dist/helpers/sendRequest.js +111 -0
  205. package/dist/index.d.ts +1 -1
  206. package/dist/index.js +83 -33496
  207. package/dist/stores/index.d.ts +5 -5
  208. package/dist/stores/useApiClientStore.js +32 -0
  209. package/dist/stores/useAuthenticationStore.d.ts +1 -1
  210. package/dist/stores/useAuthenticationStore.d.ts.map +1 -1
  211. package/dist/stores/useAuthenticationStore.js +36 -0
  212. package/dist/stores/useOpenApiStore.d.ts +1 -1
  213. package/dist/stores/useOpenApiStore.js +24 -0
  214. package/dist/stores/useRequestStore.js +29 -0
  215. package/dist/stores/useServerStore.js +18 -0
  216. package/dist/style.css +1 -2567
  217. package/package.json +19 -18
  218. package/dist/Add-yNxGpRcH-B1LyqGlJ.js +0 -21
  219. package/dist/ArrowLeft-D7tW1xQo-BY1SMb43.js +0 -20
  220. package/dist/ArrowRight-DmO-sdb2-DYqgcTpu.js +0 -20
  221. package/dist/Background-CU9VIbfN-DvxzmwCx.js +0 -17
  222. package/dist/Brackets-CI207-BL-BBaUg7lM.js +0 -21
  223. package/dist/Branch-CXwj8YuG-IxKqRWkx.js +0 -34
  224. package/dist/CallToAction-XLYRSI1h-DkdGfSAS.js +0 -20
  225. package/dist/Checkmark-DhbrPM0P-Bnd3e6-4.js +0 -21
  226. package/dist/ChevronDown-Co7EAKAv-DHNwXUbS.js +0 -21
  227. package/dist/ChevronLeft-DYt0idAu-DAzCtmws.js +0 -21
  228. package/dist/ChevronRight-ylxToVWl-CDFDuBE1.js +0 -21
  229. package/dist/ChevronUp-xAnukIfj-CuKFLVD3.js +0 -21
  230. package/dist/Clipboard-CU_KxGEv-DWrQtWVi.js +0 -16
  231. package/dist/Close-xHiYwS8Q-CWI8mlaM.js +0 -21
  232. package/dist/CodeFolder-Cv_igzJE-CoWfaY0Z.js +0 -27
  233. package/dist/Cookie-CEHvXpqB-D960ImBy.js +0 -37
  234. package/dist/DarkMode-BMR457PH-CVcoMGeO.js +0 -16
  235. package/dist/Delete-BCZmxrDD-BHoCf_u4.js +0 -21
  236. package/dist/Discord-BHYOFBB2-NYBGYy-_.js +0 -16
  237. package/dist/DocsPage-Dwx7ZMU9-D3s0nKun.js +0 -27
  238. package/dist/Duplicate-DRWEv4R_-5xIOj7QF.js +0 -17
  239. package/dist/Edit-Br04RNYb-BhCyac4t.js +0 -19
  240. package/dist/Ellipses-Bo_X36Hx-CsJmKvlE.js +0 -16
  241. package/dist/Error-C5LiISnw-BIMzByff.js +0 -16
  242. package/dist/ExternalLink-DK8L-EH7-ANJEzoHO.js +0 -21
  243. package/dist/FilterList-CS8Il7NE-CagRN2wd.js +0 -21
  244. package/dist/Folder-CTvnVSEo-B2z_4abD.js +0 -16
  245. package/dist/GitHub-NdE6Zs9k-BAGzgXH_.js +0 -16
  246. package/dist/Hide-BgcCtErz-CAC_2jsk.js +0 -27
  247. package/dist/History-D9nmhNIn-BU9mR55a.js +0 -27
  248. package/dist/JsonObject-hGdHUQ4M-Cm1hXgAn.js +0 -21
  249. package/dist/Key-CWXJqX28-DdNUhB11.js +0 -21
  250. package/dist/Leave-K1J3uwoG-WgTmlwgs.js +0 -21
  251. package/dist/LightDarkModeToggle-De3vO47x-D3WCuqcH.js +0 -16
  252. package/dist/LightMode-BeoMphBY-CDedz2JM.js +0 -16
  253. package/dist/Link-Bzuc__Nc-Bvtx0HZG.js +0 -21
  254. package/dist/Lock-xhiH1mKz-Rrlr3fGv.js +0 -21
  255. package/dist/Logo-DwEDtgj--pmO6SPQX.js +0 -19
  256. package/dist/LogoAPI-CohCfL3L-CzbaXJLs.js +0 -19
  257. package/dist/LogoClient-Bq5O2QL2-Bw2epmD5.js +0 -16
  258. package/dist/LogoMarket-DwlApcab-_INRDSLs.js +0 -16
  259. package/dist/LogoSwagger-CH60H5qW-DFEpFXIU.js +0 -16
  260. package/dist/Magic-Dsi9_bEc-BYN42_eH.js +0 -21
  261. package/dist/Menu-CFK5cOsm-CqE9Tsgr.js +0 -21
  262. package/dist/Page-DA7CO5gc-DfccxJJv.js +0 -17
  263. package/dist/PaperAirplane-BC-4mGEB-BrV5fX8s.js +0 -21
  264. package/dist/Payment-hzcXP1Xb-B2G1p4-i.js +0 -21
  265. package/dist/Play-Cd4-o7Ji-xTTrC7nd.js +0 -16
  266. package/dist/Refresh-BHRzzQ8P-DMGXg62S.js +0 -27
  267. package/dist/Response-DsTlT4S--CGVlb2Cj.js +0 -20
  268. package/dist/Search-DqtlswRG-D-hprEk0.js +0 -19
  269. package/dist/Show-CbiiMLUa-G7jnye-t.js +0 -27
  270. package/dist/SideBarClosed-K53-CtXh-DmurFyoL.js +0 -17
  271. package/dist/SideBarOpen-C7UgT82P-BG6NE13Z.js +0 -21
  272. package/dist/Sort-CaVMT7jM-CseseOA9.js +0 -16
  273. package/dist/Terminal-DJ7x2McL-BUB3Qs0m.js +0 -27
  274. package/dist/ThumbsDown-BMgnsASL-B2YFxB8i.js +0 -21
  275. package/dist/ThumbsUp-C1j6zY2j-DKqh3z1D.js +0 -21
  276. package/dist/Trash-BpA3zWPD-BAjuQdys.js +0 -21
  277. package/dist/Unlock-HVYHMLxl-D89vmw_N.js +0 -16
  278. package/dist/Upload-D_pwqBDY-Bg4YHBfw.js +0 -16
  279. package/dist/User-BLGkPc5I-XzPjc0Gv.js +0 -16
  280. package/dist/prism-autoloader-Dlh8Vzlw-BR-Zk31i.js +0 -370
  281. package/dist/programming-framework-angular-DD4Vjgbk-Bzc9D9am.js +0 -16
  282. package/dist/programming-framework-astro-CLfrRt19-CfPlyy6T.js +0 -16
  283. package/dist/programming-framework-laravel-kAy2wVLy-Cty_4oXq.js +0 -21
  284. package/dist/programming-framework-nextdotjs-BKdd_DY_-DUTv-t1Q.js +0 -16
  285. package/dist/programming-framework-react-PDgmtZuN-DdUogL85.js +0 -16
  286. package/dist/programming-framework-vuedotjs-Cim7D5tw-COH3lflr.js +0 -17
  287. package/dist/programming-language-c-hPGu2Zvg-QG1pSdJG.js +0 -16
  288. package/dist/programming-language-clojure-uqYXn7U6-UAUP9oZz.js +0 -16
  289. package/dist/programming-language-csharp-CGxYkVA6-DkAhKOzF.js +0 -16
  290. package/dist/programming-language-css3-Dpp4Cr6b-Bf5XF7-p.js +0 -16
  291. package/dist/programming-language-go-CuKo8iD9-Dkewryvm.js +0 -16
  292. package/dist/programming-language-html5-DlqJK4EL-Bl9dTA-D.js +0 -16
  293. package/dist/programming-language-http-f3NXC-Ae-BY_awyxD.js +0 -16
  294. package/dist/programming-language-java-BBodetdf-BHELDLTj.js +0 -18
  295. package/dist/programming-language-javascript-VxLvi1QG-DFjYF_MP.js +0 -16
  296. package/dist/programming-language-json-Dq_K-q5f-BlovheYp.js +0 -17
  297. package/dist/programming-language-kotlin-eTASnmL3-D8AoUcB1.js +0 -16
  298. package/dist/programming-language-node-oucaVOgY-CzP8mlvs.js +0 -17
  299. package/dist/programming-language-objc-CPgQxmNi-DjsFgTok.js +0 -17
  300. package/dist/programming-language-ocaml-Q1-Jv5Q5-D2vDLKwp.js +0 -16
  301. package/dist/programming-language-php-GY38f8r4-DQ_8EMFH.js +0 -16
  302. package/dist/programming-language-powershell-xLOxAYP_-DAvJS1A9.js +0 -20
  303. package/dist/programming-language-python-Ct-_kNjo-BCrlyfv0.js +0 -16
  304. package/dist/programming-language-r-Ch3T1qiC-I_IE4uwz.js +0 -20
  305. package/dist/programming-language-ruby-DhdM4d7g-Dd3La6Kn.js +0 -16
  306. package/dist/programming-language-scala-BVg0dToJ-Bz_n-CNw.js +0 -16
  307. package/dist/programming-language-shell-uj1zoCVW-Bg0d3E28.js +0 -16
  308. package/dist/programming-language-swift-Dn72xPjg-BUvu5_SV.js +0 -16
  309. package/dist/programming-language-typescript-CdF-HuRi-CaDO02MW.js +0 -16
  310. package/dist/programming-script-code-CUHv6qR8-CzD7HjI2.js +0 -21
  311. package/dist/programming-tool-git-C-BMJCAo-BFJIU2--.js +0 -16
  312. package/dist/programming-tool-tailwindcss-xjXi0E6g-ky2wbsII.js +0 -16
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "1.3.3",
21
+ "version": "1.3.5",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -38,35 +38,36 @@
38
38
  "@floating-ui/vue": "^1.0.2",
39
39
  "@headlessui/vue": "^1.7.20",
40
40
  "@scalar/openapi-parser": "^0.3.2",
41
- "@vueuse/core": "^10.9.0",
41
+ "@vueuse/core": "^10.10.0",
42
42
  "axios": "^1.6.8",
43
43
  "httpsnippet-lite": "^3.0.5",
44
- "nanoid": "^5.0.1",
44
+ "nanoid": "^5.0.7",
45
45
  "pretty-bytes": "^6.1.1",
46
46
  "pretty-ms": "^8.0.0",
47
- "@scalar/components": "0.10.1",
48
- "@scalar/themes": "0.8.1",
49
- "@scalar/use-codemirror": "0.10.5",
50
- "@scalar/use-toasts": "0.6.7",
51
- "@scalar/use-modal": "0.3.3",
52
- "@scalar/use-tooltip": "0.6.2"
47
+ "@scalar/components": "0.11.0",
48
+ "@scalar/themes": "0.9.0",
49
+ "@scalar/use-codemirror": "0.11.0",
50
+ "@scalar/oas-utils": "0.2.0",
51
+ "@scalar/use-toasts": "0.7.0",
52
+ "@scalar/use-tooltip": "0.7.0"
53
53
  },
54
54
  "devDependencies": {
55
- "@types/content-type": "^1.1.6",
55
+ "@types/content-type": "^1.1.8",
56
56
  "@vitejs/plugin-vue": "^5.0.4",
57
- "@vitest/coverage-v8": "^1.5.0",
57
+ "@vitest/coverage-v8": "^1.6.0",
58
58
  "tsc-alias": "^1.8.8",
59
59
  "vite": "^5.2.10",
60
- "vitest": "^1.5.0",
61
- "vue": "^3.4.21",
62
- "vue-tsc": "^1.8.19",
63
- "@scalar/api-client-proxy": "0.6.0",
64
- "@scalar/oas-utils": "0.1.17",
65
- "@scalar/echo-server": "0.6.4"
60
+ "vitest": "^1.6.0",
61
+ "vue": "^3.4.22",
62
+ "vue-tsc": "^2.0.13",
63
+ "@scalar/build-tooling": "0.1.5",
64
+ "@scalar/echo-server": "0.7.0",
65
+ "@scalar/api-client-proxy": "0.7.0",
66
+ "@scalar/oas-utils": "0.2.0"
66
67
  },
67
68
  "peerDependencies": {
68
69
  "vue": "^3.3.0",
69
- "@scalar/oas-utils": "0.1.17"
70
+ "@scalar/oas-utils": "0.2.0"
70
71
  },
71
72
  "scripts": {
72
73
  "build": "vite build && pnpm types:build && tsc-alias -p tsconfig.build.json",
@@ -1,21 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 12 12"
6
- }, r = /* @__PURE__ */ createElementVNode("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M6 1v10M1 6h10"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function s(l, d) {
15
- return openBlock(), createElementBlock("svg", n, [...c]);
16
- }
17
- const _ = { render: s };
18
- export {
19
- _ as default,
20
- s as render
21
- };
@@ -1,20 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 14 14"
6
- }, c = /* @__PURE__ */ createElementVNode("path", {
7
- "fill-rule": "evenodd",
8
- d: "M12.6 7.8c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H3.2l3.1-3.1c.3-.3.3-.8 0-1.1-.3-.2-.8-.2-1 .1L.9 6.5c-.3.3-.3.8 0 1.1L5.3 12c.3.3.8.3 1.1 0s.3-.8 0-1.1L3.2 7.8z",
9
- "clip-rule": "evenodd"
10
- }, null, -1), l = [
11
- c
12
- ];
13
- function n(d, s) {
14
- return openBlock(), createElementBlock("svg", r, [...l]);
15
- }
16
- const _ = { render: n };
17
- export {
18
- _ as default,
19
- n as render
20
- };
@@ -1,20 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const l = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 14 14"
6
- }, r = /* @__PURE__ */ createElementVNode("path", {
7
- "fill-rule": "evenodd",
8
- d: "M1.3 6.2c-.4 0-.7.3-.7.7s.3.8.8.8h9.4l-3.2 3.1c-.3.3-.3.8 0 1.1s.8.3 1.1 0l4.4-4.4c.3-.3.3-.8 0-1.1L8.6 2c-.2-.3-.7-.3-1 0s-.3.8 0 1.1l3.1 3.1z",
9
- "clip-rule": "evenodd"
10
- }, null, -1), c = [
11
- r
12
- ];
13
- function n(s, d) {
14
- return openBlock(), createElementBlock("svg", l, [...c]);
15
- }
16
- const h = { render: n };
17
- export {
18
- h as default,
19
- n as render
20
- };
@@ -1,17 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const a = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, l = /* @__PURE__ */ createElementVNode("path", { d: "M24 22.21 19.82 2a2.51 2.51 0 0 0-2.45-2H1.5A1.5 1.5 0 0 0 0 1.79l2.46 11.84a.24.24 0 0 1 0 .12L.06 22a1 1 0 0 0 1.94.56l1.07-3.69a.24.24 0 0 1 .25-.18.23.23 0 0 1 .23.2L4.18 22a2.51 2.51 0 0 0 2.45 2H22.5a1.5 1.5 0 0 0 1.5-1.79M3.72 4a.39.39 0 0 1 .4-.49h12.27A.63.63 0 0 1 17 4l3.29 16a.39.39 0 0 1-.4.49H7.61A.63.63 0 0 1 7 20Z" }, null, -1), n = /* @__PURE__ */ createElementVNode("path", { d: "M9 17h8a.51.51 0 0 0 .46-.71L15 10.79a.5.5 0 0 0-.89 0l-1.61 2.8a.22.22 0 0 1-.15.12.24.24 0 0 1-.2 0l-.83-.56a.51.51 0 0 0-.7.14l-2 3A.5.5 0 0 0 9 17m1-6.5A1.5 1.5 0 1 0 8.5 9a1.5 1.5 0 0 0 1.5 1.5" }, null, -1), r = [
7
- l,
8
- n
9
- ];
10
- function c(s, d) {
11
- return openBlock(), createElementBlock("svg", a, [...r]);
12
- }
13
- const _ = { render: c };
14
- export {
15
- _ as default,
16
- c as render
17
- };
@@ -1,21 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const c = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 12 12"
6
- }, n = /* @__PURE__ */ createElementVNode("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M4.9 1.1h-.3c-.4 0-.8.3-.8.8v2.3c0 .6-.4 1.2-.9 1.4L1.7 6l1.2.5c.6.2.9.8.9 1.4v2.3c0 .4.3.8.8.8h.3m2.2-9.9h.3c.4 0 .8.3.8.8v2.3c0 .6.4 1.2.9 1.4l1.2.4-1.2.5c-.5.2-.9.7-.9 1.4v2.3c0 .4-.3.8-.8.8h-.3"
11
- }, null, -1), r = [
12
- n
13
- ];
14
- function l(s, d) {
15
- return openBlock(), createElementBlock("svg", c, [...r]);
16
- }
17
- const i = { render: l };
18
- export {
19
- i as default,
20
- l as render
21
- };
@@ -1,34 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const t = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- stroke: "currentColor",
6
- "stroke-linecap": "round",
7
- "stroke-linejoin": "round",
8
- viewBox: "0 0 12 12"
9
- }, n = /* @__PURE__ */ createElementVNode("path", { d: "M8.2 3.8v2.4H3.8m0-2.4v4.4" }, null, -1), r = /* @__PURE__ */ createElementVNode("circle", {
10
- cx: "3.8",
11
- cy: "2.2",
12
- r: "1.2"
13
- }, null, -1), l = /* @__PURE__ */ createElementVNode("circle", {
14
- cx: "3.8",
15
- cy: "9.8",
16
- r: "1.2"
17
- }, null, -1), s = /* @__PURE__ */ createElementVNode("circle", {
18
- cx: "8.2",
19
- cy: "2.2",
20
- r: "1.2"
21
- }, null, -1), i = [
22
- n,
23
- r,
24
- l,
25
- s
26
- ];
27
- function _(d, h) {
28
- return openBlock(), createElementBlock("svg", t, [...i]);
29
- }
30
- const a = { render: _ };
31
- export {
32
- a as default,
33
- _ as render
34
- };
@@ -1,20 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const l = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 14 14"
6
- }, n = /* @__PURE__ */ createElementVNode("path", {
7
- "fill-rule": "evenodd",
8
- d: "M12.639.099a.993.993 0 0 1 1.31.933v10.063a.994.994 0 0 1-1.31.933l-.005-.001-11.585-4.04A1.49 1.49 0 0 1 .051 6.63v-1.1a1.49 1.49 0 0 1 .998-1.4zm-10.61 10.67v-1.13l6.199 2.163a3.186 3.186 0 0 1-6.199-1.034Z",
9
- "clip-rule": "evenodd"
10
- }, null, -1), r = [
11
- n
12
- ];
13
- function c(d, a) {
14
- return openBlock(), createElementBlock("svg", l, [...r]);
15
- }
16
- const i = { render: c };
17
- export {
18
- i as default,
19
- c as render
20
- };
@@ -1,21 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 12 12"
6
- }, r = /* @__PURE__ */ createElementVNode("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M10.7 2.3 5.3 9.7l-4-3.2"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function l(s, d) {
15
- return openBlock(), createElementBlock("svg", n, [...c]);
16
- }
17
- const a = { render: l };
18
- export {
19
- a as default,
20
- l as render
21
- };
@@ -1,21 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const t = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 12 12"
6
- }, r = /* @__PURE__ */ createElementVNode("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M2.2 4.1 6 7.9l3.8-3.8"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function l(s, d) {
15
- return openBlock(), createElementBlock("svg", t, [...c]);
16
- }
17
- const _ = { render: l };
18
- export {
19
- _ as default,
20
- l as render
21
- };
@@ -1,21 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 12 12"
6
- }, r = /* @__PURE__ */ createElementVNode("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M7.9 9.8 4.1 6l3.8-3.8"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function l(s, d) {
15
- return openBlock(), createElementBlock("svg", n, [...c]);
16
- }
17
- const _ = { render: l };
18
- export {
19
- _ as default,
20
- l as render
21
- };
@@ -1,21 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 12 12"
6
- }, r = /* @__PURE__ */ createElementVNode("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M4.1 9.8 7.9 6 4.1 2.2"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function s(l, i) {
15
- return openBlock(), createElementBlock("svg", n, [...c]);
16
- }
17
- const h = { render: s };
18
- export {
19
- h as default,
20
- s as render
21
- };
@@ -1,21 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 12 12"
6
- }, r = /* @__PURE__ */ createElementVNode("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M9.8 7.9 6 4.1 2.2 7.9"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function s(l, d) {
15
- return openBlock(), createElementBlock("svg", n, [...c]);
16
- }
17
- const _ = { render: s };
18
- export {
19
- _ as default,
20
- s as render
21
- };
@@ -1,16 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const o = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 16 16"
6
- }, r = /* @__PURE__ */ createElementVNode("path", { d: "M6 5h4c1.7 0 2-1.3 2-3 1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2 0 1.7.3 3 2 3m0-3V1c0-.6.5-1 1-1h2c.5 0 1 .4 1 1v1.3c0 .6-.4.7-1 .7H7c-.6 0-1-.4-1-1" }, null, -1), n = [
7
- r
8
- ];
9
- function l(s, d) {
10
- return openBlock(), createElementBlock("svg", o, [...n]);
11
- }
12
- const i = { render: l };
13
- export {
14
- i as default,
15
- l as render
16
- };
@@ -1,21 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 12 12"
6
- }, r = /* @__PURE__ */ createElementVNode("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "m10.7 1.3-9.4 9.4m0-9.4 9.4 9.4"
11
- }, null, -1), s = [
12
- r
13
- ];
14
- function c(l, d) {
15
- return openBlock(), createElementBlock("svg", n, [...s]);
16
- }
17
- const _ = { render: c };
18
- export {
19
- _ as default,
20
- c as render
21
- };
@@ -1,27 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 12 12"
6
- }, r = /* @__PURE__ */ createElementVNode("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M10.5 4.6V3.3c0-.2-.1-.4-.2-.5-.2-.2-.3-.2-.5-.2H4.3v-.7c0-.2-.1-.4-.2-.5s-.3-.2-.5-.2H1.5c-.2 0-.3.1-.5.2-.1.1-.2.3-.2.5V10c0 .2.1.4.2.5s.3.2.5.3c.2 0 .4 0 .5-.1.2-.1.3-.3.3-.4l1.1-5.1c0-.1.1-.3.2-.4.2-.1.4-.2.5-.2zm0 0c.1 0 .2 0 .3.1.1 0 .2.1.2.2.1.1.1.2.1.3v.3l-1 4.8c0 .1-.1.3-.2.4s-.3.1-.4.1H1.6"
11
- }, null, -1), c = /* @__PURE__ */ createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- d: "m6 6.7-1 1 1 1m2.1-2 1 1-1 1"
16
- }, null, -1), s = [
17
- r,
18
- c
19
- ];
20
- function l(d, i) {
21
- return openBlock(), createElementBlock("svg", n, [...s]);
22
- }
23
- const _ = { render: l };
24
- export {
25
- _ as default,
26
- l as render
27
- };
@@ -1,37 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const t = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 12 12"
6
- }, n = /* @__PURE__ */ createElementVNode("path", {
7
- fill: "none",
8
- stroke: "currentColor",
9
- "stroke-linecap": "round",
10
- "stroke-linejoin": "round",
11
- d: "M7.9 4.1c-1 .2-2-.5-2.2-1.5-.1-.5 0-1.1.3-1.5-2.7 0-4.9 2.2-4.9 4.9s2.2 4.9 4.9 4.9 4.9-2.2 4.9-4.9v-.4c-.8.6-2 .4-2.6-.4-.3-.3-.4-.7-.4-1.1"
12
- }, null, -1), r = /* @__PURE__ */ createElementVNode("circle", {
13
- cx: "4.4",
14
- cy: "7",
15
- r: ".6"
16
- }, null, -1), l = /* @__PURE__ */ createElementVNode("circle", {
17
- cx: "6.5",
18
- cy: "7.6",
19
- r: ".6"
20
- }, null, -1), s = /* @__PURE__ */ createElementVNode("circle", {
21
- cx: "5",
22
- cy: "4.4",
23
- r: ".6"
24
- }, null, -1), i = [
25
- n,
26
- r,
27
- l,
28
- s
29
- ];
30
- function _(d, u) {
31
- return openBlock(), createElementBlock("svg", t, [...i]);
32
- }
33
- const a = { render: _ };
34
- export {
35
- a as default,
36
- _ as render
37
- };
@@ -1,16 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 10 10"
6
- }, n = /* @__PURE__ */ createElementVNode("path", { d: "M9.557 7.243a.46.46 0 0 0-.457-.252C9.023 7 8.951 7 8.877 7A4 4 0 0 1 5.546.781a.5.5 0 0 0 .018-.525A.48.48 0 0 0 5.1 0a5 5 0 1 0 4.439 7.767.5.5 0 0 0 .018-.524" }, null, -1), c = [
7
- n
8
- ];
9
- function l(s, a) {
10
- return openBlock(), createElementBlock("svg", r, [...c]);
11
- }
12
- const _ = { render: l };
13
- export {
14
- _ as default,
15
- l as render
16
- };
@@ -1,21 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const l = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 14 14"
6
- }, n = /* @__PURE__ */ createElementVNode("path", {
7
- fill: "currentColor",
8
- "fill-rule": "evenodd",
9
- d: "M5.763 2.013a1.75 1.75 0 0 1 2.914.737H5.323a1.75 1.75 0 0 1 .44-.737m-1.974.737a3.25 3.25 0 0 1 6.422 0H13a.75.75 0 0 1 0 1.5h-1v8.25a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 2 12.5V4.25H1a.75.75 0 1 1 0-1.5zM5 5.876c.345 0 .625.28.625.625v4.002a.625.625 0 0 1-1.25 0V6.501c0-.345.28-.625.625-.625m4.625.625a.625.625 0 0 0-1.25 0v4.002a.625.625 0 0 0 1.25 0z",
10
- "clip-rule": "evenodd"
11
- }, null, -1), r = [
12
- n
13
- ];
14
- function c(a, d) {
15
- return openBlock(), createElementBlock("svg", l, [...r]);
16
- }
17
- const i = { render: c };
18
- export {
19
- i as default,
20
- c as render
21
- };
@@ -1,16 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const o = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, r = /* @__PURE__ */ createElementVNode("path", { d: "M20.317 4.37a19.8 19.8 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.3 18.3 0 0 0-5.487 0 13 13 0 0 0-.617-1.25.08.08 0 0 0-.079-.037A19.7 19.7 0 0 0 3.677 4.37a.1.1 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.08.08 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.08.08 0 0 0 .084-.028 14 14 0 0 0 1.226-1.994.076.076 0 0 0-.041-.106 13 13 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10 10 0 0 0 .372-.292.07.07 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.07.07 0 0 1 .078.01q.181.149.373.292a.077.077 0 0 1-.006.127 12.3 12.3 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.08.08 0 0 0 .084.028 19.8 19.8 0 0 0 6.002-3.03.08.08 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.06.06 0 0 0-.031-.03M8.02 15.33c-1.182 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418m7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418" }, null, -1), n = [
7
- r
8
- ];
9
- function a(s, l) {
10
- return openBlock(), createElementBlock("svg", o, [...n]);
11
- }
12
- const i = { render: a };
13
- export {
14
- i as default,
15
- a as render
16
- };
@@ -1,27 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 12 12"
6
- }, r = /* @__PURE__ */ createElementVNode("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M1.8 10.2c0 .2.1.5.3.6q.3.3.6.3h6.6c.2 0 .5-.1.6-.3q.3-.3.3-.6V1.8c0-.2-.1-.5-.3-.6-.1-.3-.3-.4-.6-.4H4.7l-3 3v6.4z"
11
- }, null, -1), c = /* @__PURE__ */ createElementVNode("path", {
12
- stroke: "currentColor",
13
- "stroke-linecap": "round",
14
- "stroke-linejoin": "round",
15
- d: "M1.8 3.8h2.1c.2 0 .5-.1.6-.3q.3-.3.3-.6V.8zm4.7 0h2m-5 2.5h5m-5 2.4h5"
16
- }, null, -1), s = [
17
- r,
18
- c
19
- ];
20
- function l(d, i) {
21
- return openBlock(), createElementBlock("svg", n, [...s]);
22
- }
23
- const u = { render: l };
24
- export {
25
- u as default,
26
- l as render
27
- };
@@ -1,17 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 10 10"
6
- }, a = /* @__PURE__ */ createElementVNode("path", { d: "M.519 4.193 4.47 6.008a1.3 1.3 0 0 0 .53.117 1.3 1.3 0 0 0 .537-.119l3.947-1.837a.887.887 0 0 0 0-1.612L5.526.741a1.27 1.27 0 0 0-1.069 0L.516 2.58a.889.889 0 0 0 0 1.613Z" }, null, -1), c = /* @__PURE__ */ createElementVNode("path", { d: "M8.774 6.144 5.106 7.851a.24.24 0 0 1-.209 0L1.212 6.159a.75.75 0 1 0-.626 1.363L4.27 9.215a1.75 1.75 0 0 0 1.469 0L9.407 7.5a.75.75 0 1 0-.633-1.36Z" }, null, -1), l = [
7
- a,
8
- c
9
- ];
10
- function r(s, d) {
11
- return openBlock(), createElementBlock("svg", n, [...l]);
12
- }
13
- const i = { render: r };
14
- export {
15
- i as default,
16
- r as render
17
- };
@@ -1,19 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const l = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 14 14"
6
- }, n = /* @__PURE__ */ createElementVNode("path", {
7
- fill: "currentColor",
8
- d: "M10.715-.001a1.5 1.5 0 0 0-1.07.449L1.407 8.645a.5.5 0 0 0-.128.22l-1.26 4.5a.5.5 0 0 0 .616.616l4.5-1.26a.5.5 0 0 0 .22-.128l8.197-8.238.002-.001a1.5 1.5 0 0 0 0-2.128l-.002-.001L11.786.449a1.5 1.5 0 0 0-1.071-.45"
9
- }, null, -1), r = [
10
- n
11
- ];
12
- function c(a, s) {
13
- return openBlock(), createElementBlock("svg", l, [...r]);
14
- }
15
- const i = { render: c };
16
- export {
17
- i as default,
18
- c as render
19
- };
@@ -1,16 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const c = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, s = /* @__PURE__ */ createElementVNode("path", { d: "M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2" }, null, -1), n = [
7
- s
8
- ];
9
- function r(l, d) {
10
- return openBlock(), createElementBlock("svg", c, [...n]);
11
- }
12
- const _ = { render: r };
13
- export {
14
- _ as default,
15
- r as render
16
- };
@@ -1,16 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- }, n = /* @__PURE__ */ createElementVNode("path", { d: "M12 0a12.24 12.24 0 0 0-8.53 3.65A11.85 11.85 0 0 0 0 12.21 11.78 11.78 0 0 0 11.8 24h.2a12.11 12.11 0 0 0 12-12.21A11.77 11.77 0 0 0 12 0m-1.5 16.54A1.48 1.48 0 0 1 12 15a1.53 1.53 0 0 1 1.52 1.47A1.47 1.47 0 0 1 12.05 18a1.53 1.53 0 0 1-1.55-1.46m.5-4v-6a1 1 0 0 1 2 0v6a1 1 0 0 1-2 0" }, null, -1), c = [
7
- n
8
- ];
9
- function a(l, s) {
10
- return openBlock(), createElementBlock("svg", r, [...c]);
11
- }
12
- const _ = { render: a };
13
- export {
14
- _ as default,
15
- a as render
16
- };
@@ -1,21 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 12 12"
6
- }, r = /* @__PURE__ */ createElementVNode("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M4 2h6v6m0-6-8 8"
11
- }, null, -1), c = [
12
- r
13
- ];
14
- function l(s, i) {
15
- return openBlock(), createElementBlock("svg", n, [...c]);
16
- }
17
- const a = { render: l };
18
- export {
19
- a as default,
20
- l as render
21
- };
@@ -1,21 +0,0 @@
1
- import { openBlock, createElementBlock, createElementVNode } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "none",
5
- viewBox: "0 0 15 15"
6
- }, r = /* @__PURE__ */ createElementVNode("path", {
7
- stroke: "currentColor",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round",
10
- d: "M2 4h11M3.2 6.3h8.7m-6 4.7h3.2M4.3 8.7h6.3"
11
- }, null, -1), s = [
12
- r
13
- ];
14
- function c(l, i) {
15
- return openBlock(), createElementBlock("svg", n, [...s]);
16
- }
17
- const h = { render: c };
18
- export {
19
- h as default,
20
- c as render
21
- };