@scalar/api-client 1.3.4 → 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 +32 -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
@@ -1,11 +1,11 @@
1
1
  import type { BaseParameter } from '@scalar/oas-utils';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<BaseParameter>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<BaseParameter>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
3
  "update:name": (v: string) => void;
4
4
  "update:value": (v: string) => void;
5
5
  "update:description": (v: string) => void;
6
6
  "update:enabled": (v: boolean) => void;
7
7
  delete: () => void;
8
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<BaseParameter>>> & {
8
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<BaseParameter>>> & {
9
9
  onDelete?: (() => any) | undefined;
10
10
  "onUpdate:name"?: ((v: string) => any) | undefined;
11
11
  "onUpdate:value"?: ((v: string) => any) | undefined;
@@ -14,7 +14,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
14
14
  }, {}, {}>;
15
15
  export default _default;
16
16
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
- type __VLS_TypePropsToRuntimeProps<T> = {
17
+ type __VLS_TypePropsToOption<T> = {
18
18
  [K in keyof T]-?: {} extends Pick<T, K> ? {
19
19
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
20
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"GridRowEditable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/GridRowEditable.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;;;;;;;;;;;;;;AAqRtD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
1
+ {"version":3,"file":"GridRowEditable.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/GridRowEditable.vue"],"names":[],"mappings":"AAiOA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAA;;;;;;;;;;;;;;AA2KtD,wBAOG;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"}
@@ -0,0 +1,7 @@
1
+ import o from "./GridRowEditable.vue2.js";
2
+ import "./GridRowEditable.vue3.js";
3
+ import t from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-88a71b55"]]);
5
+ export {
6
+ m as default
7
+ };
@@ -0,0 +1,105 @@
1
+ import { defineComponent as w, computed as r, openBlock as k, createBlock as y, normalizeClass as x, withCtx as s, withDirectives as u, createElementVNode as o, vModelText as i, vModelCheckbox as g, createElementBlock as C, createCommentVNode as V, pushScopeId as f, popScopeId as B } from "vue";
2
+ import q from "./GridRow.vue.js";
3
+ const b = (a) => (f("data-v-88a71b55"), a = a(), B(), a), P = { class: "meta-check" }, U = /* @__PURE__ */ b(() => /* @__PURE__ */ o("span", { class: "meta-checkmark" }, null, -1)), E = /* @__PURE__ */ b(() => /* @__PURE__ */ o("svg", {
4
+ fill: "none",
5
+ height: "10",
6
+ viewBox: "-0.5 -0.5 10 10",
7
+ width: "10",
8
+ xmlns: "http://www.w3.org/2000/svg"
9
+ }, [
10
+ /* @__PURE__ */ o("path", {
11
+ d: "m8.55 0.45 -8.1 8.1",
12
+ stroke: "currentColor",
13
+ "stroke-linecap": "round",
14
+ "stroke-linejoin": "round",
15
+ "stroke-width": "1.5"
16
+ }),
17
+ /* @__PURE__ */ o("path", {
18
+ d: "m0.45 0.45 8.1 8.1",
19
+ stroke: "currentColor",
20
+ "stroke-linecap": "round",
21
+ "stroke-linejoin": "round",
22
+ "stroke-width": "1.5"
23
+ })
24
+ ], -1)), I = [
25
+ E
26
+ ], $ = /* @__PURE__ */ w({
27
+ __name: "GridRowEditable",
28
+ props: {
29
+ name: {},
30
+ description: {},
31
+ value: {},
32
+ required: { type: Boolean },
33
+ enabled: { type: Boolean }
34
+ },
35
+ emits: ["update:name", "update:value", "update:description", "update:enabled", "delete"],
36
+ setup(a, { emit: h }) {
37
+ const d = a, n = h, p = r({
38
+ get: () => d.name,
39
+ set: (e) => {
40
+ n("update:enabled", !0), n("update:name", e);
41
+ }
42
+ }), m = r({
43
+ get: () => `${d.value}`,
44
+ set: (e) => {
45
+ n("update:enabled", !0), n("update:value", e);
46
+ }
47
+ }), c = r({
48
+ get: () => d.description ?? "",
49
+ set: (e) => n("update:description", e)
50
+ }), v = r({
51
+ get: () => d.enabled,
52
+ set: (e) => n("update:enabled", e)
53
+ });
54
+ return (e, t) => (k(), y(q, {
55
+ class: x(["table-row-editable", { "required-parameter": e.required }])
56
+ }, {
57
+ key: s(() => [
58
+ u(o("input", {
59
+ "onUpdate:modelValue": t[0] || (t[0] = (l) => p.value = l),
60
+ placeholder: "Key"
61
+ }, null, 512), [
62
+ [i, p.value]
63
+ ])
64
+ ]),
65
+ value: s(() => [
66
+ u(o("input", {
67
+ "onUpdate:modelValue": t[1] || (t[1] = (l) => m.value = l),
68
+ placeholder: "Value"
69
+ }, null, 512), [
70
+ [i, m.value]
71
+ ])
72
+ ]),
73
+ description: s(() => [
74
+ u(o("input", {
75
+ "onUpdate:modelValue": t[2] || (t[2] = (l) => c.value = l),
76
+ placeholder: "Description"
77
+ }, null, 512), [
78
+ [i, c.value]
79
+ ])
80
+ ]),
81
+ meta: s(() => [
82
+ o("label", P, [
83
+ u(o("input", {
84
+ "onUpdate:modelValue": t[3] || (t[3] = (l) => v.value = l),
85
+ type: "checkbox"
86
+ }, null, 512), [
87
+ [g, v.value]
88
+ ]),
89
+ U
90
+ ]),
91
+ e.required ? V("", !0) : (k(), C("button", {
92
+ key: 0,
93
+ class: "meta-delete",
94
+ tabindex: "-1",
95
+ type: "button",
96
+ onClick: t[4] || (t[4] = (l) => e.$emit("delete"))
97
+ }, I))
98
+ ]),
99
+ _: 1
100
+ }, 8, ["class"]));
101
+ }
102
+ });
103
+ export {
104
+ $ as default
105
+ };
@@ -0,0 +1,4 @@
1
+ const e = "";
2
+ export {
3
+ e as default
4
+ };
@@ -1,12 +1,12 @@
1
- import type { GeneratedParameter } from 'src/types';
2
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ import type { GeneratedParameter } from '../../types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
3
  item: GeneratedParameter;
4
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
4
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
5
5
  item: GeneratedParameter;
6
6
  }>>>, {}, {}>;
7
7
  export default _default;
8
8
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
- type __VLS_TypePropsToRuntimeProps<T> = {
9
+ type __VLS_TypePropsToOption<T> = {
10
10
  [K in keyof T]-?: {} extends Pick<T, K> ? {
11
11
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
12
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"GridRowGenerated.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/GridRowGenerated.vue.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,WAAW,CAAA;;UA8H3C,kBAAkB;;UAAlB,kBAAkB;;AAN1B,wBAQG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
1
+ {"version":3,"file":"GridRowGenerated.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/GridRowGenerated.vue"],"names":[],"mappings":"AAyCA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAA;;;;;;AA0ErD,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"}
@@ -0,0 +1,7 @@
1
+ import o from "./GridRowGenerated.vue2.js";
2
+ import "./GridRowGenerated.vue3.js";
3
+ import r from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-1a868951"]]);
5
+ export {
6
+ m as default
7
+ };
@@ -0,0 +1,37 @@
1
+ import { defineComponent as l, openBlock as d, createBlock as p, withCtx as o, createElementVNode as t, pushScopeId as n, popScopeId as i } from "vue";
2
+ import r from "./GridRow.vue.js";
3
+ const s = (e) => (n("data-v-1a868951"), e = e(), i(), e), u = ["value"], c = ["value"], _ = /* @__PURE__ */ s(() => /* @__PURE__ */ t("input", {
4
+ disabled: "",
5
+ value: "Read-only"
6
+ }, null, -1)), w = /* @__PURE__ */ l({
7
+ __name: "GridRowGenerated",
8
+ props: {
9
+ item: {}
10
+ },
11
+ setup(e) {
12
+ return (a, m) => (d(), p(r, { class: "table-row-generated" }, {
13
+ key: o(() => [
14
+ t("input", {
15
+ disabled: "",
16
+ placeholder: "key",
17
+ value: a.item.name
18
+ }, null, 8, u)
19
+ ]),
20
+ value: o(() => [
21
+ t("input", {
22
+ disabled: "",
23
+ placeholder: "value",
24
+ type: "password",
25
+ value: a.item.value
26
+ }, null, 8, c)
27
+ ]),
28
+ description: o(() => [
29
+ _
30
+ ]),
31
+ _: 1
32
+ }));
33
+ }
34
+ });
35
+ export {
36
+ w as default
37
+ };
@@ -0,0 +1,4 @@
1
+ const e = "";
2
+ export {
3
+ e as default
4
+ };
@@ -1,11 +1,11 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
2
  items: any[];
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
3
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
4
  items: any[];
5
5
  }>>>, {}, {}>;
6
6
  export default _default;
7
7
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
- type __VLS_TypePropsToRuntimeProps<T> = {
8
+ type __VLS_TypePropsToOption<T> = {
9
9
  [K in keyof T]-?: {} extends Pick<T, K> ? {
10
10
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
11
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"SimpleGrid.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/SimpleGrid.vue.ts"],"names":[],"mappings":";WAmLoD,GAAG,EAAE;;WAAL,GAAG,EAAE;;AALzD,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
1
+ {"version":3,"file":"SimpleGrid.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Grid/SimpleGrid.vue"],"names":[],"mappings":";;;;;AA4HA,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"}
@@ -0,0 +1,7 @@
1
+ import o from "./SimpleGrid.vue2.js";
2
+ import "./SimpleGrid.vue3.js";
3
+ import r from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-5ba40e52"]]);
5
+ export {
6
+ a as default
7
+ };
@@ -0,0 +1,28 @@
1
+ import { defineComponent as n, openBlock as t, createElementBlock as l, createElementVNode as e, Fragment as d, renderList as o, toDisplayString as s, createStaticVNode as v } from "vue";
2
+ const c = { class: "navtable simpletable" }, r = { class: "navtable-table" }, b = /* @__PURE__ */ v('<div class="navtable-item navtable-item__top" data-v-5ba40e52><div class="navtable-item-33" data-v-5ba40e52><label for="" data-v-5ba40e52>Name</label></div><div class="navtable-item-66" data-v-5ba40e52><label for="" data-v-5ba40e52>Value</label></div></div>', 1), m = { class: "navtable-item-33" }, _ = { class: "navtable-item-66" }, h = /* @__PURE__ */ n({
3
+ __name: "SimpleGrid",
4
+ props: {
5
+ items: {}
6
+ },
7
+ setup(p) {
8
+ return (i, u) => (t(), l("div", c, [
9
+ e("div", r, [
10
+ b,
11
+ (t(!0), l(d, null, o(i.items, (a) => (t(), l("div", {
12
+ key: a.id,
13
+ class: "navtable-item"
14
+ }, [
15
+ e("div", m, [
16
+ e("p", null, s(a.name), 1)
17
+ ]),
18
+ e("div", _, [
19
+ e("p", null, s(a.value), 1)
20
+ ])
21
+ ]))), 128))
22
+ ])
23
+ ]));
24
+ }
25
+ });
26
+ export {
27
+ h as default
28
+ };
@@ -0,0 +1,4 @@
1
+ const e = "";
2
+ export {
3
+ e as default
4
+ };
@@ -1,3 +1,3 @@
1
- export { default as Grid } from './Grid.vue';
2
- export { default as SimpleGrid } from './SimpleGrid.vue';
1
+ export { default as Grid } from './Grid.vue.js';
2
+ export { default as SimpleGrid } from './SimpleGrid.vue.js';
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,13 +1,18 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
2
  href: string;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
3
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
4
  href: string;
5
5
  }>>>, {}, {}>, {
6
6
  default?(_: {}): any;
7
7
  }>;
8
8
  export default _default;
9
+ type __VLS_WithTemplateSlots<T, S> = T & {
10
+ new (): {
11
+ $slots: S;
12
+ };
13
+ };
9
14
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
- type __VLS_TypePropsToRuntimeProps<T> = {
15
+ type __VLS_TypePropsToOption<T> = {
11
16
  [K in keyof T]-?: {} extends Pick<T, K> ? {
12
17
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
13
18
  } : {
@@ -15,9 +20,4 @@ type __VLS_TypePropsToRuntimeProps<T> = {
15
20
  required: true;
16
21
  };
17
22
  };
18
- type __VLS_WithTemplateSlots<T, S> = T & {
19
- new (): {
20
- $slots: S;
21
- };
22
- };
23
23
  //# sourceMappingURL=HelpfulLink.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HelpfulLink.vue.d.ts","sourceRoot":"","sources":["../../src/components/HelpfulLink.vue.ts"],"names":[],"mappings":";;;;;;;AAiEA,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"HelpfulLink.vue.d.ts","sourceRoot":"","sources":["../../src/components/HelpfulLink.vue"],"names":[],"mappings":";;;;;;;AAyEA,wBAAwG;AAOxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,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"}
@@ -0,0 +1,7 @@
1
+ import o from "./HelpfulLink.vue2.js";
2
+ import "./HelpfulLink.vue3.js";
3
+ import t from "../_virtual/_plugin-vue_export-helper.js";
4
+ const m = /* @__PURE__ */ t(o, [["__scopeId", "data-v-88788c44"]]);
5
+ export {
6
+ m as default
7
+ };
@@ -0,0 +1,19 @@
1
+ import { defineComponent as r, openBlock as o, createElementBlock as n, renderSlot as t } from "vue";
2
+ const f = ["href"], s = /* @__PURE__ */ r({
3
+ __name: "HelpfulLink",
4
+ props: {
5
+ href: {}
6
+ },
7
+ setup(l) {
8
+ return (e, p) => (o(), n("a", {
9
+ href: e.href,
10
+ rel: "noopener noreferrer",
11
+ target: "_blank"
12
+ }, [
13
+ t(e.$slots, "default", {}, void 0, !0)
14
+ ], 8, f));
15
+ }
16
+ });
17
+ export {
18
+ s as default
19
+ };
@@ -0,0 +1,4 @@
1
+ const e = "";
2
+ export {
3
+ e as default
4
+ };
@@ -1,5 +1,5 @@
1
1
  import { type Component } from 'vue';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToOption<{
3
3
  /** The type of element to render as, defaults to `span` */
4
4
  as?: string | Component | undefined;
5
5
  /** The css style property or variable that will be set to the request method color, defaults to `color` */
@@ -8,7 +8,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
8
8
  short?: boolean | undefined;
9
9
  /** The HTTP method to show */
10
10
  method: string;
11
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
12
12
  /** The type of element to render as, defaults to `span` */
13
13
  as?: string | Component | undefined;
14
14
  /** The css style property or variable that will be set to the request method color, defaults to `color` */
@@ -25,8 +25,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
25
25
  }): any;
26
26
  }>;
27
27
  export default _default;
28
+
29
+ type __VLS_WithTemplateSlots<T, S> = T & {
30
+ new (): {
31
+ $slots: S;
32
+ };
33
+ };
28
34
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
- type __VLS_TypePropsToRuntimeProps<T> = {
35
+ type __VLS_TypePropsToOption<T> = {
30
36
  [K in keyof T]-?: {} extends Pick<T, K> ? {
31
37
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
32
38
  } : {
@@ -34,9 +40,4 @@ type __VLS_TypePropsToRuntimeProps<T> = {
34
40
  required: true;
35
41
  };
36
42
  };
37
- type __VLS_WithTemplateSlots<T, S> = T & {
38
- new (): {
39
- $slots: S;
40
- };
41
- };
42
43
  //# sourceMappingURL=HttpMethod.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HttpMethod.vue.d.ts","sourceRoot":"","sources":["../../src/components/HttpMethod.vue.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAY,MAAM,KAAK,CAAA;;IA6G5C,2DAA2D;;IAE3D,2GAA2G;;IAE3G,qDAAqD;;IAErD,8BAA8B;;;IAN9B,2DAA2D;;IAE3D,2GAA2G;;IAE3G,qDAAqD;;IAErD,8BAA8B;;;;;;;;;AAIhC,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"HttpMethod.vue.d.ts","sourceRoot":"","sources":["../../src/components/HttpMethod.vue"],"names":[],"mappings":"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"}
@@ -0,0 +1,27 @@
1
+ import { defineComponent as u, computed as t, openBlock as p, createBlock as i, resolveDynamicComponent as c, normalizeStyle as d, withCtx as m, renderSlot as v, normalizeProps as h, guardReactiveProps as f, createTextVNode as y, toDisplayString as b } from "vue";
2
+ import { isRequestMethod as l, requestMethodAbbreviations as C, requestMethodColors as z } from "../fixtures/httpRequestMethods.js";
3
+ const B = /* @__PURE__ */ u({
4
+ __name: "HttpMethod",
5
+ props: {
6
+ as: {},
7
+ property: {},
8
+ short: { type: Boolean },
9
+ method: {}
10
+ },
11
+ setup(s) {
12
+ const n = s, e = t(() => n.method.trim().toUpperCase()), r = t(() => l(e.value) ? C[e.value] : e.value.slice(0, 4)), a = t(() => l(e.value) ? z[e.value] : "var(--scalar-color-ghost)");
13
+ return (o, M) => (p(), i(c(o.as ?? "span"), {
14
+ style: d({ [o.property || "color"]: a.value })
15
+ }, {
16
+ default: m(() => [
17
+ v(o.$slots, "default", h(f({ normalized: e.value, abbreviated: r.value, color: a.value })), () => [
18
+ y(b(o.short ? r.value : e.value), 1)
19
+ ])
20
+ ]),
21
+ _: 3
22
+ }, 8, ["style"]));
23
+ }
24
+ });
25
+ export {
26
+ B as default
27
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./HttpMethod.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -1,11 +1,11 @@
1
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToOption<{
2
2
  art: string;
3
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
3
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToOption<{
4
4
  art: string;
5
5
  }>>>, {}, {}>;
6
6
  export default _default;
7
7
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
- type __VLS_TypePropsToRuntimeProps<T> = {
8
+ type __VLS_TypePropsToOption<T> = {
9
9
  [K in keyof T]-?: {} extends Pick<T, K> ? {
10
10
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
11
  } : {
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarAsciiArt.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScalarAsciiArt.vue.ts"],"names":[],"mappings":";SAyFkD,MAAM;;SAAN,MAAM;;AALxD,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
1
+ {"version":3,"file":"ScalarAsciiArt.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScalarAsciiArt.vue"],"names":[],"mappings":";;;;;AAsGA,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"}
@@ -0,0 +1,7 @@
1
+ import o from "./ScalarAsciiArt.vue2.js";
2
+ import "./ScalarAsciiArt.vue3.js";
3
+ import r from "../_virtual/_plugin-vue_export-helper.js";
4
+ const i = /* @__PURE__ */ r(o, [["__scopeId", "data-v-9045c053"]]);
5
+ export {
6
+ i as default
7
+ };
@@ -0,0 +1,23 @@
1
+ import { defineComponent as i, computed as l, openBlock as e, createElementBlock as t, Fragment as o, renderList as p, normalizeStyle as m, createElementVNode as _, toDisplayString as d } from "vue";
2
+ const u = { class: "ascii-art" }, h = { class: "ascii-art-line" }, k = /* @__PURE__ */ i({
3
+ __name: "ScalarAsciiArt",
4
+ props: {
5
+ art: {}
6
+ },
7
+ setup(a) {
8
+ const r = a, n = l(() => r.art.split(`
9
+ `));
10
+ return (f, y) => (e(), t("div", u, [
11
+ (e(!0), t(o, null, p(n.value, (s, c) => (e(), t("span", {
12
+ key: c,
13
+ class: "ascii-art-line-wrapper",
14
+ style: m({ width: `calc(${s.length + 1}ch)` })
15
+ }, [
16
+ _("span", h, d(s), 1)
17
+ ], 4))), 128))
18
+ ]));
19
+ }
20
+ });
21
+ export {
22
+ k as default
23
+ };
@@ -0,0 +1,4 @@
1
+ const _ = "";
2
+ export {
3
+ _ as default
4
+ };
@@ -1,4 +1,4 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
2
2
  wrap?: boolean | undefined;
3
3
  strong?: boolean | undefined;
4
4
  href?: string | null | undefined;
@@ -6,7 +6,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
6
6
  wrap: boolean;
7
7
  strong: boolean;
8
8
  href: null;
9
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
10
10
  wrap?: boolean | undefined;
11
11
  strong?: boolean | undefined;
12
12
  href?: string | null | undefined;
@@ -15,22 +15,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
15
15
  strong: boolean;
16
16
  href: null;
17
17
  }>>>, {
18
- href: string | null;
19
18
  strong: boolean;
19
+ href: string | null;
20
20
  wrap: boolean;
21
21
  }, {}>, {
22
22
  default?(_: {}): any;
23
+ default?(_: {}): any;
23
24
  }>;
24
25
  export default _default;
25
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
- type __VLS_TypePropsToRuntimeProps<T> = {
27
- [K in keyof T]-?: {} extends Pick<T, K> ? {
28
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
29
- } : {
30
- type: import('vue').PropType<T[K]>;
31
- required: true;
32
- };
33
- };
34
26
  type __VLS_WithDefaults<P, D> = {
35
27
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
36
28
  default: D[K];
@@ -44,4 +36,13 @@ type __VLS_WithTemplateSlots<T, S> = T & {
44
36
  $slots: S;
45
37
  };
46
38
  };
39
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
40
+ type __VLS_TypePropsToOption<T> = {
41
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
42
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
43
+ } : {
44
+ type: import('vue').PropType<T[K]>;
45
+ required: true;
46
+ };
47
+ };
47
48
  //# sourceMappingURL=SimpleCell.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SimpleCell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SimpleTable/SimpleCell.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAwHA,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"SimpleCell.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SimpleTable/SimpleCell.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AA4JA,wBAAwG;AAOxG,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAC7C,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KAAC,CAAC,GACvC,CAAC,CAAC,CAAC,CAAC;CACP,CAAC;AAEN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AAExD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACpC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC;AAEN,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"}
@@ -0,0 +1,7 @@
1
+ import o from "./SimpleCell.vue2.js";
2
+ import "./SimpleCell.vue3.js";
3
+ import t from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-52c6cbd0"]]);
5
+ export {
6
+ c as default
7
+ };