@scalar/api-client 1.3.4 → 1.3.6
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.
- package/CHANGELOG.md +47 -0
- package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
- package/dist/assets/computer.ascii.js +34 -0
- package/dist/clientBus.js +5 -0
- package/dist/components/ApiClient/AddressBar.vue.d.ts +3 -3
- package/dist/components/ApiClient/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/AddressBar.vue.js +8 -0
- package/dist/components/ApiClient/AddressBar.vue2.js +158 -0
- package/dist/components/ApiClient/AddressBar.vue3.js +4 -0
- package/dist/components/ApiClient/AddressBar.vue4.js +4 -0
- package/dist/components/ApiClient/ApiClient.vue.d.ts +11 -11
- package/dist/components/ApiClient/ApiClient.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/ApiClient.vue.js +124 -0
- package/dist/components/ApiClient/ApiClient.vue2.js +4 -0
- package/dist/components/ApiClient/ApiClient.vue3.js +5 -0
- package/dist/components/ApiClient/Request/Request.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/Request.vue.js +79 -0
- package/dist/components/ApiClient/Request/Request.vue2.js +4 -0
- package/dist/components/ApiClient/Request/Request.vue3.js +5 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/CardForm.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestAuthentication/CardForm.vue.js +13 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/CardForm.vue2.js +4 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormButton.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormButton.vue.js +7 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormButton.vue2.js +18 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormButton.vue3.js +4 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormGroup.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormGroup.vue.js +13 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormGroup.vue2.js +4 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormRows.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormRows.vue.js +13 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormRows.vue2.js +4 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormTextInput.vue.d.ts +8 -8
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormTextInput.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormTextInput.vue.js +7 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormTextInput.vue2.js +37 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/CardFormTextInput.vue3.js +4 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/RequestAuthentication.vue.d.ts +3 -3
- package/dist/components/ApiClient/Request/RequestAuthentication/RequestAuthentication.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestAuthentication/RequestAuthentication.vue.js +7 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/RequestAuthentication.vue2.js +86 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/RequestAuthentication.vue3.js +4 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/SecurityScheme.vue.d.ts +6 -6
- package/dist/components/ApiClient/Request/RequestAuthentication/SecurityScheme.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestAuthentication/SecurityScheme.vue.js +7 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/SecurityScheme.vue2.js +365 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/SecurityScheme.vue3.js +4 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeScopes.vue.d.ts +7 -7
- package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeScopes.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeScopes.vue.js +7 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeScopes.vue2.js +97 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeScopes.vue3.js +4 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeSelector.vue.d.ts +3 -3
- package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeSelector.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeSelector.vue.js +7 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeSelector.vue2.js +64 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/SecuritySchemeSelector.vue3.js +4 -0
- package/dist/components/ApiClient/Request/RequestAuthentication/index.d.ts +3 -3
- package/dist/components/ApiClient/Request/RequestBody.vue.d.ts +3 -3
- package/dist/components/ApiClient/Request/RequestBody.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestBody.vue.js +39 -0
- package/dist/components/ApiClient/Request/RequestBody.vue2.js +4 -0
- package/dist/components/ApiClient/Request/RequestCookies.vue.d.ts +3 -3
- package/dist/components/ApiClient/Request/RequestCookies.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestCookies.vue.js +74 -0
- package/dist/components/ApiClient/Request/RequestCookies.vue2.js +4 -0
- package/dist/components/ApiClient/Request/RequestCookies.vue3.js +5 -0
- package/dist/components/ApiClient/Request/RequestHeaders.vue.d.ts +3 -3
- package/dist/components/ApiClient/Request/RequestHeaders.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestHeaders.vue.js +74 -0
- package/dist/components/ApiClient/Request/RequestHeaders.vue2.js +4 -0
- package/dist/components/ApiClient/Request/RequestQuery.vue.d.ts +3 -3
- package/dist/components/ApiClient/Request/RequestQuery.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestQuery.vue.js +75 -0
- package/dist/components/ApiClient/Request/RequestQuery.vue2.js +4 -0
- package/dist/components/ApiClient/Request/RequestVariables.vue.d.ts +3 -3
- package/dist/components/ApiClient/Request/RequestVariables.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Request/RequestVariables.vue.js +69 -0
- package/dist/components/ApiClient/Request/RequestVariables.vue2.js +4 -0
- package/dist/components/ApiClient/Request/index.d.ts +1 -1
- package/dist/components/ApiClient/RequestHistory.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/RequestHistory.vue.js +27 -0
- package/dist/components/ApiClient/RequestHistory.vue2.js +4 -0
- package/dist/components/ApiClient/RequestHistory.vue3.js +5 -0
- package/dist/components/ApiClient/RequestHistoryItem.vue.d.ts +3 -3
- package/dist/components/ApiClient/RequestHistoryItem.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/RequestHistoryItem.vue.js +7 -0
- package/dist/components/ApiClient/RequestHistoryItem.vue2.js +49 -0
- package/dist/components/ApiClient/RequestHistoryItem.vue3.js +4 -0
- package/dist/components/ApiClient/RequestMethodSelect.vue.d.ts +11 -11
- package/dist/components/ApiClient/RequestMethodSelect.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/RequestMethodSelect.vue.js +7 -0
- package/dist/components/ApiClient/RequestMethodSelect.vue2.js +42 -0
- package/dist/components/ApiClient/RequestMethodSelect.vue3.js +4 -0
- package/dist/components/ApiClient/Response/Response.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Response/Response.vue.js +65 -0
- package/dist/components/ApiClient/Response/Response.vue2.js +4 -0
- package/dist/components/ApiClient/Response/Response.vue3.js +5 -0
- package/dist/components/ApiClient/Response/ResponseBody.vue.d.ts +3 -3
- package/dist/components/ApiClient/Response/ResponseBody.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Response/ResponseBody.vue.js +54 -0
- package/dist/components/ApiClient/Response/ResponseBody.vue2.js +4 -0
- package/dist/components/ApiClient/Response/ResponseHeaders.vue.d.ts +3 -3
- package/dist/components/ApiClient/Response/ResponseHeaders.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Response/ResponseHeaders.vue.js +76 -0
- package/dist/components/ApiClient/Response/ResponseHeaders.vue2.js +4 -0
- package/dist/components/ApiClient/Response/ResponseMetaInformation.vue.d.ts +3 -3
- package/dist/components/ApiClient/Response/ResponseMetaInformation.vue.d.ts.map +1 -1
- package/dist/components/ApiClient/Response/ResponseMetaInformation.vue.js +56 -0
- package/dist/components/ApiClient/Response/ResponseMetaInformation.vue2.js +4 -0
- package/dist/components/ApiClient/Response/index.d.ts +1 -1
- package/dist/components/ApiClient/index.d.ts +1 -1
- package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
- package/dist/components/CollapsibleSection/CollapsibleSection.vue.d.ts +11 -11
- package/dist/components/CollapsibleSection/CollapsibleSection.vue.d.ts.map +1 -1
- package/dist/components/CollapsibleSection/CollapsibleSection.vue.js +76 -0
- package/dist/components/CollapsibleSection/CollapsibleSection.vue2.js +4 -0
- package/dist/components/CollapsibleSection/CollapsibleSection.vue3.js +5 -0
- package/dist/components/CollapsibleSection/index.d.ts +1 -1
- package/dist/components/Grid/Grid.vue.d.ts +3 -3
- package/dist/components/Grid/Grid.vue.d.ts.map +1 -1
- package/dist/components/Grid/Grid.vue.js +7 -0
- package/dist/components/Grid/Grid.vue2.js +77 -0
- package/dist/components/Grid/Grid.vue3.js +4 -0
- package/dist/components/Grid/GridHeader.vue.d.ts +3 -3
- package/dist/components/Grid/GridHeader.vue.d.ts.map +1 -1
- package/dist/components/Grid/GridHeader.vue.js +7 -0
- package/dist/components/Grid/GridHeader.vue2.js +46 -0
- package/dist/components/Grid/GridHeader.vue3.js +4 -0
- package/dist/components/Grid/GridRow.vue.d.ts +8 -8
- package/dist/components/Grid/GridRow.vue.d.ts.map +1 -1
- package/dist/components/Grid/GridRow.vue.js +7 -0
- package/dist/components/Grid/GridRow.vue2.js +29 -0
- package/dist/components/Grid/GridRow.vue3.js +4 -0
- package/dist/components/Grid/GridRowEditable.vue.d.ts +3 -3
- package/dist/components/Grid/GridRowEditable.vue.d.ts.map +1 -1
- package/dist/components/Grid/GridRowEditable.vue.js +7 -0
- package/dist/components/Grid/GridRowEditable.vue2.js +105 -0
- package/dist/components/Grid/GridRowEditable.vue3.js +4 -0
- package/dist/components/Grid/GridRowGenerated.vue.d.ts +4 -4
- package/dist/components/Grid/GridRowGenerated.vue.d.ts.map +1 -1
- package/dist/components/Grid/GridRowGenerated.vue.js +7 -0
- package/dist/components/Grid/GridRowGenerated.vue2.js +37 -0
- package/dist/components/Grid/GridRowGenerated.vue3.js +4 -0
- package/dist/components/Grid/SimpleGrid.vue.d.ts +3 -3
- package/dist/components/Grid/SimpleGrid.vue.d.ts.map +1 -1
- package/dist/components/Grid/SimpleGrid.vue.js +7 -0
- package/dist/components/Grid/SimpleGrid.vue2.js +28 -0
- package/dist/components/Grid/SimpleGrid.vue3.js +4 -0
- package/dist/components/Grid/index.d.ts +2 -2
- package/dist/components/HelpfulLink.vue.d.ts +8 -8
- package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
- package/dist/components/HelpfulLink.vue.js +7 -0
- package/dist/components/HelpfulLink.vue2.js +19 -0
- package/dist/components/HelpfulLink.vue3.js +4 -0
- package/dist/components/HttpMethod.vue.d.ts +9 -8
- package/dist/components/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod.vue.js +27 -0
- package/dist/components/HttpMethod.vue2.js +4 -0
- package/dist/components/ScalarAsciiArt.vue.d.ts +3 -3
- package/dist/components/ScalarAsciiArt.vue.d.ts.map +1 -1
- package/dist/components/ScalarAsciiArt.vue.js +7 -0
- package/dist/components/ScalarAsciiArt.vue2.js +23 -0
- package/dist/components/ScalarAsciiArt.vue3.js +4 -0
- package/dist/components/SimpleTable/SimpleCell.vue.d.ts +13 -12
- package/dist/components/SimpleTable/SimpleCell.vue.d.ts.map +1 -1
- package/dist/components/SimpleTable/SimpleCell.vue.js +7 -0
- package/dist/components/SimpleTable/SimpleCell.vue2.js +28 -0
- package/dist/components/SimpleTable/SimpleCell.vue3.js +4 -0
- package/dist/components/SimpleTable/SimpleHeader.vue.d.ts.map +1 -1
- package/dist/components/SimpleTable/SimpleHeader.vue.js +7 -0
- package/dist/components/SimpleTable/SimpleHeader.vue2.js +19 -0
- package/dist/components/SimpleTable/SimpleHeader.vue3.js +4 -0
- package/dist/components/SimpleTable/SimpleRow.vue.d.ts.map +1 -1
- package/dist/components/SimpleTable/SimpleRow.vue.js +13 -0
- package/dist/components/SimpleTable/SimpleRow.vue2.js +4 -0
- package/dist/components/SimpleTable/SimpleTable.vue.d.ts.map +1 -1
- package/dist/components/SimpleTable/SimpleTable.vue.js +15 -0
- package/dist/components/SimpleTable/SimpleTable.vue2.js +4 -0
- package/dist/components/SimpleTable/index.d.ts +4 -4
- package/dist/fixtures/httpHeaders.js +529 -0
- package/dist/fixtures/httpRequestMethods.js +41 -0
- package/dist/fixtures/index.d.ts +2 -2
- package/dist/helpers/concatenateUrlAndPath.js +9 -0
- package/dist/helpers/createPlaceholderRequest.js +14 -0
- package/dist/helpers/encodeStringAsBase64.js +6 -0
- package/dist/helpers/findVariables.js +7 -0
- package/dist/helpers/getRequestFromAuthentication.d.ts.map +1 -1
- package/dist/helpers/getRequestFromAuthentication.js +83 -0
- package/dist/helpers/getUrlFromServerState.js +12 -0
- package/dist/helpers/humanDiff.js +21 -0
- package/dist/helpers/index.d.ts +16 -16
- package/dist/helpers/mapFromArray.js +9 -0
- package/dist/helpers/normalizeHeaders.js +6 -0
- package/dist/helpers/normalizePath.js +9 -0
- package/dist/helpers/normalizeRequestMethod.d.ts +2 -1
- package/dist/helpers/normalizeRequestMethod.d.ts.map +1 -1
- package/dist/helpers/normalizeRequestMethod.js +14 -0
- package/dist/helpers/normalizeUrl.js +13 -0
- package/dist/helpers/prepareClientRequestConfig.d.ts +0 -7
- package/dist/helpers/prepareClientRequestConfig.d.ts.map +1 -1
- package/dist/helpers/prepareClientRequestConfig.js +41 -0
- package/dist/helpers/redirectToProxy.js +7 -0
- package/dist/helpers/replaceVariables.js +10 -0
- package/dist/helpers/sendRequest.js +111 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +83 -33496
- package/dist/stores/index.d.ts +5 -5
- package/dist/stores/useApiClientStore.js +32 -0
- package/dist/stores/useAuthenticationStore.d.ts +1 -1
- package/dist/stores/useAuthenticationStore.d.ts.map +1 -1
- package/dist/stores/useAuthenticationStore.js +36 -0
- package/dist/stores/useOpenApiStore.d.ts +1 -1
- package/dist/stores/useOpenApiStore.js +24 -0
- package/dist/stores/useRequestStore.js +29 -0
- package/dist/stores/useServerStore.js +18 -0
- package/dist/style.css +1 -2567
- package/package.json +20 -19
- package/dist/Add-yNxGpRcH-B1LyqGlJ.js +0 -21
- package/dist/ArrowLeft-D7tW1xQo-BY1SMb43.js +0 -20
- package/dist/ArrowRight-DmO-sdb2-DYqgcTpu.js +0 -20
- package/dist/Background-CU9VIbfN-DvxzmwCx.js +0 -17
- package/dist/Brackets-CI207-BL-BBaUg7lM.js +0 -21
- package/dist/Branch-CXwj8YuG-IxKqRWkx.js +0 -34
- package/dist/CallToAction-XLYRSI1h-DkdGfSAS.js +0 -20
- package/dist/Checkmark-DhbrPM0P-Bnd3e6-4.js +0 -21
- package/dist/ChevronDown-Co7EAKAv-DHNwXUbS.js +0 -21
- package/dist/ChevronLeft-DYt0idAu-DAzCtmws.js +0 -21
- package/dist/ChevronRight-ylxToVWl-CDFDuBE1.js +0 -21
- package/dist/ChevronUp-xAnukIfj-CuKFLVD3.js +0 -21
- package/dist/Clipboard-CU_KxGEv-DWrQtWVi.js +0 -16
- package/dist/Close-xHiYwS8Q-CWI8mlaM.js +0 -21
- package/dist/CodeFolder-Cv_igzJE-CoWfaY0Z.js +0 -27
- package/dist/Cookie-CEHvXpqB-D960ImBy.js +0 -37
- package/dist/DarkMode-BMR457PH-CVcoMGeO.js +0 -16
- package/dist/Delete-BCZmxrDD-BHoCf_u4.js +0 -21
- package/dist/Discord-BHYOFBB2-NYBGYy-_.js +0 -16
- package/dist/DocsPage-Dwx7ZMU9-D3s0nKun.js +0 -27
- package/dist/Duplicate-DRWEv4R_-5xIOj7QF.js +0 -17
- package/dist/Edit-Br04RNYb-BhCyac4t.js +0 -19
- package/dist/Ellipses-Bo_X36Hx-CsJmKvlE.js +0 -16
- package/dist/Error-C5LiISnw-BIMzByff.js +0 -16
- package/dist/ExternalLink-DK8L-EH7-ANJEzoHO.js +0 -21
- package/dist/FilterList-CS8Il7NE-CagRN2wd.js +0 -21
- package/dist/Folder-CTvnVSEo-B2z_4abD.js +0 -16
- package/dist/GitHub-NdE6Zs9k-BAGzgXH_.js +0 -16
- package/dist/Hide-BgcCtErz-CAC_2jsk.js +0 -27
- package/dist/History-D9nmhNIn-BU9mR55a.js +0 -27
- package/dist/JsonObject-hGdHUQ4M-Cm1hXgAn.js +0 -21
- package/dist/Key-CWXJqX28-DdNUhB11.js +0 -21
- package/dist/Leave-K1J3uwoG-WgTmlwgs.js +0 -21
- package/dist/LightDarkModeToggle-De3vO47x-D3WCuqcH.js +0 -16
- package/dist/LightMode-BeoMphBY-CDedz2JM.js +0 -16
- package/dist/Link-Bzuc__Nc-Bvtx0HZG.js +0 -21
- package/dist/Lock-xhiH1mKz-Rrlr3fGv.js +0 -21
- package/dist/Logo-DwEDtgj--pmO6SPQX.js +0 -19
- package/dist/LogoAPI-CohCfL3L-CzbaXJLs.js +0 -19
- package/dist/LogoClient-Bq5O2QL2-Bw2epmD5.js +0 -16
- package/dist/LogoMarket-DwlApcab-_INRDSLs.js +0 -16
- package/dist/LogoSwagger-CH60H5qW-DFEpFXIU.js +0 -16
- package/dist/Magic-Dsi9_bEc-BYN42_eH.js +0 -21
- package/dist/Menu-CFK5cOsm-CqE9Tsgr.js +0 -21
- package/dist/Page-DA7CO5gc-DfccxJJv.js +0 -17
- package/dist/PaperAirplane-BC-4mGEB-BrV5fX8s.js +0 -21
- package/dist/Payment-hzcXP1Xb-B2G1p4-i.js +0 -21
- package/dist/Play-Cd4-o7Ji-xTTrC7nd.js +0 -16
- package/dist/Refresh-BHRzzQ8P-DMGXg62S.js +0 -27
- package/dist/Response-DsTlT4S--CGVlb2Cj.js +0 -20
- package/dist/Search-DqtlswRG-D-hprEk0.js +0 -19
- package/dist/Show-CbiiMLUa-G7jnye-t.js +0 -27
- package/dist/SideBarClosed-K53-CtXh-DmurFyoL.js +0 -17
- package/dist/SideBarOpen-C7UgT82P-BG6NE13Z.js +0 -21
- package/dist/Sort-CaVMT7jM-CseseOA9.js +0 -16
- package/dist/Terminal-DJ7x2McL-BUB3Qs0m.js +0 -27
- package/dist/ThumbsDown-BMgnsASL-B2YFxB8i.js +0 -21
- package/dist/ThumbsUp-C1j6zY2j-DKqh3z1D.js +0 -21
- package/dist/Trash-BpA3zWPD-BAjuQdys.js +0 -21
- package/dist/Unlock-HVYHMLxl-D89vmw_N.js +0 -16
- package/dist/Upload-D_pwqBDY-Bg4YHBfw.js +0 -16
- package/dist/User-BLGkPc5I-XzPjc0Gv.js +0 -16
- package/dist/prism-autoloader-Dlh8Vzlw-BR-Zk31i.js +0 -370
- package/dist/programming-framework-angular-DD4Vjgbk-Bzc9D9am.js +0 -16
- package/dist/programming-framework-astro-CLfrRt19-CfPlyy6T.js +0 -16
- package/dist/programming-framework-laravel-kAy2wVLy-Cty_4oXq.js +0 -21
- package/dist/programming-framework-nextdotjs-BKdd_DY_-DUTv-t1Q.js +0 -16
- package/dist/programming-framework-react-PDgmtZuN-DdUogL85.js +0 -16
- package/dist/programming-framework-vuedotjs-Cim7D5tw-COH3lflr.js +0 -17
- package/dist/programming-language-c-hPGu2Zvg-QG1pSdJG.js +0 -16
- package/dist/programming-language-clojure-uqYXn7U6-UAUP9oZz.js +0 -16
- package/dist/programming-language-csharp-CGxYkVA6-DkAhKOzF.js +0 -16
- package/dist/programming-language-css3-Dpp4Cr6b-Bf5XF7-p.js +0 -16
- package/dist/programming-language-go-CuKo8iD9-Dkewryvm.js +0 -16
- package/dist/programming-language-html5-DlqJK4EL-Bl9dTA-D.js +0 -16
- package/dist/programming-language-http-f3NXC-Ae-BY_awyxD.js +0 -16
- package/dist/programming-language-java-BBodetdf-BHELDLTj.js +0 -18
- package/dist/programming-language-javascript-VxLvi1QG-DFjYF_MP.js +0 -16
- package/dist/programming-language-json-Dq_K-q5f-BlovheYp.js +0 -17
- package/dist/programming-language-kotlin-eTASnmL3-D8AoUcB1.js +0 -16
- package/dist/programming-language-node-oucaVOgY-CzP8mlvs.js +0 -17
- package/dist/programming-language-objc-CPgQxmNi-DjsFgTok.js +0 -17
- package/dist/programming-language-ocaml-Q1-Jv5Q5-D2vDLKwp.js +0 -16
- package/dist/programming-language-php-GY38f8r4-DQ_8EMFH.js +0 -16
- package/dist/programming-language-powershell-xLOxAYP_-DAvJS1A9.js +0 -20
- package/dist/programming-language-python-Ct-_kNjo-BCrlyfv0.js +0 -16
- package/dist/programming-language-r-Ch3T1qiC-I_IE4uwz.js +0 -20
- package/dist/programming-language-ruby-DhdM4d7g-Dd3La6Kn.js +0 -16
- package/dist/programming-language-scala-BVg0dToJ-Bz_n-CNw.js +0 -16
- package/dist/programming-language-shell-uj1zoCVW-Bg0d3E28.js +0 -16
- package/dist/programming-language-swift-Dn72xPjg-BUvu5_SV.js +0 -16
- package/dist/programming-language-typescript-CdF-HuRi-CaDO02MW.js +0 -16
- package/dist/programming-script-code-CUHv6qR8-CzD7HjI2.js +0 -21
- package/dist/programming-tool-git-C-BMJCAo-BFJIU2--.js +0 -16
- 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.
|
|
21
|
+
"version": "1.3.6",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=18"
|
|
24
24
|
},
|
|
@@ -37,36 +37,37 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@floating-ui/vue": "^1.0.2",
|
|
39
39
|
"@headlessui/vue": "^1.7.20",
|
|
40
|
-
"@scalar/openapi-parser": "^0.
|
|
41
|
-
"@vueuse/core": "^10.
|
|
40
|
+
"@scalar/openapi-parser": "^0.7.1",
|
|
41
|
+
"@vueuse/core": "^10.10.0",
|
|
42
42
|
"axios": "^1.6.8",
|
|
43
43
|
"httpsnippet-lite": "^3.0.5",
|
|
44
|
-
"nanoid": "^5.0.
|
|
44
|
+
"nanoid": "^5.0.7",
|
|
45
45
|
"pretty-bytes": "^6.1.1",
|
|
46
46
|
"pretty-ms": "^8.0.0",
|
|
47
|
-
"@scalar/components": "0.
|
|
48
|
-
"@scalar/
|
|
49
|
-
"@scalar/
|
|
50
|
-
"@scalar/
|
|
51
|
-
"@scalar/use-
|
|
52
|
-
"@scalar/use-
|
|
47
|
+
"@scalar/components": "0.11.1",
|
|
48
|
+
"@scalar/oas-utils": "0.2.1",
|
|
49
|
+
"@scalar/themes": "0.9.1",
|
|
50
|
+
"@scalar/use-tooltip": "0.7.1",
|
|
51
|
+
"@scalar/use-codemirror": "0.11.1",
|
|
52
|
+
"@scalar/use-toasts": "0.7.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@types/content-type": "^1.1.
|
|
55
|
+
"@types/content-type": "^1.1.8",
|
|
56
56
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
57
|
-
"@vitest/coverage-v8": "^1.
|
|
57
|
+
"@vitest/coverage-v8": "^1.6.0",
|
|
58
58
|
"tsc-alias": "^1.8.8",
|
|
59
59
|
"vite": "^5.2.10",
|
|
60
|
-
"vitest": "^1.
|
|
61
|
-
"vue": "^3.4.
|
|
62
|
-
"vue-tsc": "^
|
|
63
|
-
"@scalar/api-client-proxy": "0.
|
|
64
|
-
"@scalar/echo-server": "0.
|
|
65
|
-
"@scalar/oas-utils": "0.1
|
|
60
|
+
"vitest": "^1.6.0",
|
|
61
|
+
"vue": "^3.4.22",
|
|
62
|
+
"vue-tsc": "^2.0.13",
|
|
63
|
+
"@scalar/api-client-proxy": "0.7.1",
|
|
64
|
+
"@scalar/echo-server": "0.7.1",
|
|
65
|
+
"@scalar/oas-utils": "0.2.1",
|
|
66
|
+
"@scalar/build-tooling": "0.1.6"
|
|
66
67
|
},
|
|
67
68
|
"peerDependencies": {
|
|
68
69
|
"vue": "^3.3.0",
|
|
69
|
-
"@scalar/oas-utils": "0.1
|
|
70
|
+
"@scalar/oas-utils": "0.2.1"
|
|
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
|
-
};
|