@nhattest1/eaera-widgets-v2 0.0.0-test.1
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/LICENSE +21 -0
- package/README.md +77 -0
- package/dist/App.d.ts +3 -0
- package/dist/assets/css/icon-color.utilities.scss +32 -0
- package/dist/assets/css/style.scss +14 -0
- package/dist/assets/css/tailwind.scss +3 -0
- package/dist/assets/icons/currencies/cryptos/_component.d.ts +3 -0
- package/dist/assets/icons/currencies/cryptos/_url.d.ts +4 -0
- package/dist/assets/icons/currencies/cryptos/index.d.ts +3 -0
- package/dist/assets/icons/currencies/fiats/_component.d.ts +3 -0
- package/dist/assets/icons/currencies/fiats/_url.d.ts +4 -0
- package/dist/assets/icons/currencies/fiats/index.d.ts +3 -0
- package/dist/components/base/EaeraAutoComplete.d.ts +52 -0
- package/dist/components/base/EaeraAutoComplete.mjs +1 -0
- package/dist/components/base/EaeraAvatar.d.ts +38 -0
- package/dist/components/base/EaeraAvatar.mjs +1 -0
- package/dist/components/base/EaeraAvatarGroup.d.ts +20 -0
- package/dist/components/base/EaeraAvatarGroup.mjs +1 -0
- package/dist/components/base/EaeraBacktop.d.ts +29 -0
- package/dist/components/base/EaeraBacktop.mjs +1 -0
- package/dist/components/base/EaeraBadge.d.ts +41 -0
- package/dist/components/base/EaeraBadge.mjs +1 -0
- package/dist/components/base/EaeraBreadcrumb.d.ts +38 -0
- package/dist/components/base/EaeraBreadcrumb.mjs +1 -0
- package/dist/components/base/EaeraButton.d.ts +47 -0
- package/dist/components/base/EaeraButton.mjs +1 -0
- package/dist/components/base/EaeraCard.d.ts +33 -0
- package/dist/components/base/EaeraCard.mjs +1 -0
- package/dist/components/base/EaeraCarousel.d.ts +256 -0
- package/dist/components/base/EaeraCarousel.mjs +1 -0
- package/dist/components/base/EaeraCascadeSelect.d.ts +55 -0
- package/dist/components/base/EaeraCascadeSelect.mjs +1 -0
- package/dist/components/base/EaeraCheckBoxList.d.ts +90 -0
- package/dist/components/base/EaeraCheckBoxList.mjs +1 -0
- package/dist/components/base/EaeraCheckbox.d.ts +42 -0
- package/dist/components/base/EaeraCheckbox.mjs +1 -0
- package/dist/components/base/EaeraCollapse.d.ts +207 -0
- package/dist/components/base/EaeraCollapse.mjs +1 -0
- package/dist/components/base/EaeraColorPicker.d.ts +96 -0
- package/dist/components/base/EaeraColorPicker.mjs +1 -0
- package/dist/components/base/EaeraDatePicker.d.ts +529 -0
- package/dist/components/base/EaeraDatePicker.mjs +1 -0
- package/dist/components/base/EaeraDateTimePicker.d.ts +42 -0
- package/dist/components/base/EaeraDateTimePicker.mjs +1 -0
- package/dist/components/base/EaeraDescriptions.d.ts +54 -0
- package/dist/components/base/EaeraDescriptions.mjs +1 -0
- package/dist/components/base/EaeraDialog.d.ts +63 -0
- package/dist/components/base/EaeraDialog.mjs +1 -0
- package/dist/components/base/EaeraDivider.d.ts +30 -0
- package/dist/components/base/EaeraDivider.mjs +1 -0
- package/dist/components/base/EaeraDrawer.d.ts +60 -0
- package/dist/components/base/EaeraDrawer.mjs +1 -0
- package/dist/components/base/EaeraDropdown.d.ts +52 -0
- package/dist/components/base/EaeraDropdown.mjs +1 -0
- package/dist/components/base/EaeraEmpty.d.ts +25 -0
- package/dist/components/base/EaeraEmpty.mjs +1 -0
- package/dist/components/base/EaeraImage.d.ts +17 -0
- package/dist/components/base/EaeraImage.mjs +1 -0
- package/dist/components/base/EaeraInput.d.ts +57 -0
- package/dist/components/base/EaeraInput.mjs +1 -0
- package/dist/components/base/EaeraInputCode.d.ts +31 -0
- package/dist/components/base/EaeraInputCode.mjs +1 -0
- package/dist/components/base/EaeraInputNumber.d.ts +57 -0
- package/dist/components/base/EaeraInputNumber.mjs +1 -0
- package/dist/components/base/EaeraInputTag.d.ts +50 -0
- package/dist/components/base/EaeraInputTag.mjs +1 -0
- package/dist/components/base/EaeraLink.d.ts +40 -0
- package/dist/components/base/EaeraLink.mjs +1 -0
- package/dist/components/base/EaeraMenu.d.ts +81 -0
- package/dist/components/base/EaeraMenu.mjs +1 -0
- package/dist/components/base/EaeraMenuItem.d.ts +26 -0
- package/dist/components/base/EaeraMenuItem.mjs +1 -0
- package/dist/components/base/EaeraMenuV2.d.ts +50 -0
- package/dist/components/base/EaeraMenuV2.mjs +1 -0
- package/dist/components/base/EaeraPagination.d.ts +50 -0
- package/dist/components/base/EaeraPagination.mjs +1 -0
- package/dist/components/base/EaeraPopconfirm.d.ts +49 -0
- package/dist/components/base/EaeraPopconfirm.mjs +1 -0
- package/dist/components/base/EaeraPopover.d.ts +34 -0
- package/dist/components/base/EaeraPopover.mjs +1 -0
- package/dist/components/base/EaeraProgress.d.ts +51 -0
- package/dist/components/base/EaeraProgress.mjs +1 -0
- package/dist/components/base/EaeraRadio.d.ts +77 -0
- package/dist/components/base/EaeraRadio.mjs +1 -0
- package/dist/components/base/EaeraRadioButton.d.ts +36 -0
- package/dist/components/base/EaeraRadioButton.mjs +1 -0
- package/dist/components/base/EaeraRate.d.ts +23 -0
- package/dist/components/base/EaeraRate.mjs +1 -0
- package/dist/components/base/EaeraRow.d.ts +55 -0
- package/dist/components/base/EaeraRow.mjs +1 -0
- package/dist/components/base/EaeraScrollbar.d.ts +545 -0
- package/dist/components/base/EaeraScrollbar.mjs +1 -0
- package/dist/components/base/EaeraSegmented.d.ts +80 -0
- package/dist/components/base/EaeraSegmented.mjs +1 -0
- package/dist/components/base/EaeraSelect.d.ts +111 -0
- package/dist/components/base/EaeraSelect.mjs +1 -0
- package/dist/components/base/EaeraSelectStatus.d.ts +28 -0
- package/dist/components/base/EaeraSelectStatus.mjs +1 -0
- package/dist/components/base/EaeraSelectTag.d.ts +28 -0
- package/dist/components/base/EaeraSelectTag.mjs +1 -0
- package/dist/components/base/EaeraSelectV2.d.ts +68 -0
- package/dist/components/base/EaeraSelectV2.mjs +1 -0
- package/dist/components/base/EaeraSkeleton.d.ts +40 -0
- package/dist/components/base/EaeraSkeleton.mjs +1 -0
- package/dist/components/base/EaeraSlider.d.ts +33 -0
- package/dist/components/base/EaeraSlider.mjs +1 -0
- package/dist/components/base/EaeraSpinner.d.ts +8 -0
- package/dist/components/base/EaeraSpinner.mjs +1 -0
- package/dist/components/base/EaeraSteps.d.ts +54 -0
- package/dist/components/base/EaeraSteps.mjs +1 -0
- package/dist/components/base/EaeraSwitch.d.ts +41 -0
- package/dist/components/base/EaeraSwitch.mjs +1 -0
- package/dist/components/base/EaeraTab.d.ts +48 -0
- package/dist/components/base/EaeraTab.mjs +1 -0
- package/dist/components/base/EaeraTag.d.ts +47 -0
- package/dist/components/base/EaeraTag.mjs +1 -0
- package/dist/components/base/EaeraText.d.ts +26 -0
- package/dist/components/base/EaeraText.mjs +1 -0
- package/dist/components/base/EaeraTimePicker.d.ts +19 -0
- package/dist/components/base/EaeraTimePicker.mjs +1 -0
- package/dist/components/base/EaeraTimeSelect.d.ts +31 -0
- package/dist/components/base/EaeraTimeSelect.mjs +1 -0
- package/dist/components/base/EaeraTimeline.d.ts +14 -0
- package/dist/components/base/EaeraTimeline.mjs +1 -0
- package/dist/components/base/EaeraTooltip.d.ts +1037 -0
- package/dist/components/base/EaeraTooltip.mjs +1 -0
- package/dist/components/base/EaeraTransfer.d.ts +42 -0
- package/dist/components/base/EaeraTransfer.mjs +1 -0
- package/dist/components/base/EaeraTree.d.ts +5879 -0
- package/dist/components/base/EaeraTree.mjs +1 -0
- package/dist/components/base/EaeraTreeSelect.d.ts +36 -0
- package/dist/components/base/EaeraTreeSelect.mjs +1 -0
- package/dist/components/base/EaeraUploadDefault.d.ts +48 -0
- package/dist/components/base/EaeraUploadDefault.mjs +1 -0
- package/dist/components/chunks/0xbtc-Cm5u0XQ1.mjs +1 -0
- package/dist/components/chunks/10set-BLMgwL48.mjs +1 -0
- package/dist/components/chunks/1flr-Bbg0jkEg.mjs +1 -0
- package/dist/components/chunks/1inch-DcB5o9FZ.mjs +1 -0
- package/dist/components/chunks/1st-BEcspVh9.mjs +1 -0
- package/dist/components/chunks/AED-zwBa9lC9.mjs +1 -0
- package/dist/components/chunks/AFN-BfayEO-A.mjs +1 -0
- package/dist/components/chunks/ALL-CTdWSh9T.mjs +1 -0
- package/dist/components/chunks/AMD-BUquJvfZ.mjs +1 -0
- package/dist/components/chunks/AOA-TcURtymt.mjs +1 -0
- package/dist/components/chunks/ARS-qwdw0duZ.mjs +1 -0
- package/dist/components/chunks/AUD-BtzWPqYb.mjs +1 -0
- package/dist/components/chunks/AZN-CqurmQCf.mjs +1 -0
- package/dist/components/chunks/BAM-BIzKn9hv.mjs +1 -0
- package/dist/components/chunks/BBD-MRoimplF.mjs +1 -0
- package/dist/components/chunks/BDT-Bee7cTPN.mjs +1 -0
- package/dist/components/chunks/BGN-CVwX6ENX.mjs +1 -0
- package/dist/components/chunks/BHD-BrhlWJhi.mjs +1 -0
- package/dist/components/chunks/BIF-BIihak1H.mjs +1 -0
- package/dist/components/chunks/BND-BgzHIIPb.mjs +1 -0
- package/dist/components/chunks/BOB-IXc-Q5Py.mjs +1 -0
- package/dist/components/chunks/BRL-dmJj0Yw7.mjs +1 -0
- package/dist/components/chunks/BSD-BI_ATcno.mjs +1 -0
- package/dist/components/chunks/BTN-BtPF0ivS.mjs +1 -0
- package/dist/components/chunks/BWP-CBgAie6p.mjs +1 -0
- package/dist/components/chunks/BYN-CcIFCeWI.mjs +1 -0
- package/dist/components/chunks/BZD-CoV6F5a3.mjs +1 -0
- package/dist/components/chunks/CAD-BQsAFoy_.mjs +1 -0
- package/dist/components/chunks/CHF-pyfkDghD.mjs +1 -0
- package/dist/components/chunks/CLP-Cyxppaj5.mjs +1 -0
- package/dist/components/chunks/CNY-BCJMo0sJ.mjs +1 -0
- package/dist/components/chunks/COP-Da1VJY76.mjs +1 -0
- package/dist/components/chunks/CRC-1uRmq_z3.mjs +1 -0
- package/dist/components/chunks/CUP-DqXeIInL.mjs +1 -0
- package/dist/components/chunks/CVE-BNNdxf8k.mjs +1 -0
- package/dist/components/chunks/CZK-BZ7RZgKh.mjs +1 -0
- package/dist/components/chunks/DJF-BvypQBIg.mjs +1 -0
- package/dist/components/chunks/DKK-B5TXhns9.mjs +1 -0
- package/dist/components/chunks/DOP-6cJjwUZV.mjs +1 -0
- package/dist/components/chunks/DZD-DBfSN25h.mjs +1 -0
- package/dist/components/chunks/EGP-CmqHBFw5.mjs +1 -0
- package/dist/components/chunks/ERN-BScYvIjb.mjs +1 -0
- package/dist/components/chunks/ETB-CSNiupv-.mjs +1 -0
- package/dist/components/chunks/EUR-DOrR3B7Q.mjs +1 -0
- package/dist/components/chunks/EaeraAutoComplete-DLjCHpAH.mjs +1 -0
- package/dist/components/chunks/EaeraAvatar-DzLNFZoA.mjs +1 -0
- package/dist/components/chunks/EaeraButton-DGfjUoa6.mjs +1 -0
- package/dist/components/chunks/EaeraButtonGroup-B5wTBG3Y.mjs +1 -0
- package/dist/components/chunks/EaeraCascadeSelect-CoSX_ACV.mjs +1 -0
- package/dist/components/chunks/EaeraCheckBoxList-ZKnHu1T9.mjs +1 -0
- package/dist/components/chunks/EaeraCheckbox-C_faN0pV.mjs +1 -0
- package/dist/components/chunks/EaeraColorPicker-iHdlgiAL.mjs +1 -0
- package/dist/components/chunks/EaeraCountryField-CHH7M7V-.mjs +1 -0
- package/dist/components/chunks/EaeraDataCard-Di8lwlRJ.mjs +1 -0
- package/dist/components/chunks/EaeraDatePicker-Cf58Nwsl.mjs +1 -0
- package/dist/components/chunks/EaeraDateTimePicker-B6M5r2xN.mjs +1 -0
- package/dist/components/chunks/EaeraDialog-uLsXC20k.mjs +1 -0
- package/dist/components/chunks/EaeraDivider-Dggvc36a.mjs +1 -0
- package/dist/components/chunks/EaeraDropdown-B00Ns2OY.mjs +1 -0
- package/dist/components/chunks/EaeraEmailSuggestion-DyhqpIEZ.mjs +1 -0
- package/dist/components/chunks/EaeraEmpty-CnGp7eaH.mjs +1 -0
- package/dist/components/chunks/EaeraForm-DZDIJnrX.mjs +1 -0
- package/dist/components/chunks/EaeraInput-CkbcAxy0.mjs +1 -0
- package/dist/components/chunks/EaeraInputNumber-CT5nnbWb.mjs +1 -0
- package/dist/components/chunks/EaeraInputPhone-BnmWwVX8.mjs +1 -0
- package/dist/components/chunks/EaeraInputPhoneNumber-CKLV2wUa.mjs +1 -0
- package/dist/components/chunks/EaeraInputTag-0b2arstP.mjs +1 -0
- package/dist/components/chunks/EaeraLink-aQ6798iE.mjs +1 -0
- package/dist/components/chunks/EaeraMenu-weWgU3ck.mjs +1 -0
- package/dist/components/chunks/EaeraPagination-D5_CjSZy.mjs +1 -0
- package/dist/components/chunks/EaeraRadio-Dz6nSJu0.mjs +1 -0
- package/dist/components/chunks/EaeraSegmented-DUUK7Sj9.mjs +1 -0
- package/dist/components/chunks/EaeraSelect-C25XUlir.mjs +1 -0
- package/dist/components/chunks/EaeraSelectGroup-DxK2CWYf.mjs +1 -0
- package/dist/components/chunks/EaeraSelectOther-BICVMrjI.mjs +1 -0
- package/dist/components/chunks/EaeraSelectStatus-D_6vpant.mjs +1 -0
- package/dist/components/chunks/EaeraSelectTag-Cien4ohI.mjs +1 -0
- package/dist/components/chunks/EaeraSelectV2-C8auhaRC.mjs +1 -0
- package/dist/components/chunks/EaeraSpinner-DzMwUlR7.mjs +1 -0
- package/dist/components/chunks/EaeraSwitch-BI3E0zPf.mjs +1 -0
- package/dist/components/chunks/EaeraTableV2-brB-3CB3.mjs +1 -0
- package/dist/components/chunks/EaeraTag-ChGPYV8x.mjs +1 -0
- package/dist/components/chunks/EaeraTimePicker-B4e4R3pD.mjs +1 -0
- package/dist/components/chunks/EaeraTooltip-BIlULHv4.mjs +1 -0
- package/dist/components/chunks/EaeraTree-CwZK7lqG.mjs +1 -0
- package/dist/components/chunks/EaeraTreeSelect-mLNgcoOv.mjs +1 -0
- package/dist/components/chunks/FJD-B9oZ7f-S.mjs +1 -0
- package/dist/components/chunks/GBP-BSLT1BNi.mjs +1 -0
- package/dist/components/chunks/GEL-Dos6LpKt.mjs +1 -0
- package/dist/components/chunks/GHS-CmzsxhJZ.mjs +1 -0
- package/dist/components/chunks/GMD-BeKZl_7g.mjs +1 -0
- package/dist/components/chunks/GNF-IrZIMErh.mjs +1 -0
- package/dist/components/chunks/GTQ-DQi-V-wb.mjs +1 -0
- package/dist/components/chunks/GYD-BBIjxvJz.mjs +1 -0
- package/dist/components/chunks/HNL-BnPsZNhz.mjs +1 -0
- package/dist/components/chunks/HRK-PaCUgLf3.mjs +1 -0
- package/dist/components/chunks/HTG-wpjfb2jf.mjs +1 -0
- package/dist/components/chunks/HUF-lBz2Mjsn.mjs +1 -0
- package/dist/components/chunks/IDR-DPpoJZmh.mjs +1 -0
- package/dist/components/chunks/ILS-DZNJcT8X.mjs +1 -0
- package/dist/components/chunks/INR-BGJqOBhi.mjs +1 -0
- package/dist/components/chunks/IQD-VqQj-GJ0.mjs +1 -0
- package/dist/components/chunks/IRR-SjCyxvU4.mjs +1 -0
- package/dist/components/chunks/ISK-h02F9sBU.mjs +1 -0
- package/dist/components/chunks/JMD-Ay7tPBzq.mjs +1 -0
- package/dist/components/chunks/JOD-C6Xjfj0H.mjs +1 -0
- package/dist/components/chunks/JPY-DWkWuy_V.mjs +1 -0
- package/dist/components/chunks/KES-DMYY135i.mjs +1 -0
- package/dist/components/chunks/KGS-DTbesm0V.mjs +1 -0
- package/dist/components/chunks/KHR-CSJP4KkF.mjs +1 -0
- package/dist/components/chunks/KMF-CzXUehHr.mjs +1 -0
- package/dist/components/chunks/KPW-Da6CjzIi.mjs +1 -0
- package/dist/components/chunks/KRW-BFSmJfql.mjs +1 -0
- package/dist/components/chunks/KWD-CRfxDJyT.mjs +1 -0
- package/dist/components/chunks/KZT-yi3iX7Do.mjs +1 -0
- package/dist/components/chunks/LAK-TWrDmK_h.mjs +1 -0
- package/dist/components/chunks/LBP-sgDsUbTG.mjs +1 -0
- package/dist/components/chunks/LKR-C3iqrhtV.mjs +1 -0
- package/dist/components/chunks/LRD-Cik03G-n.mjs +1 -0
- package/dist/components/chunks/LSL-BSXzO5yZ.mjs +1 -0
- package/dist/components/chunks/LYD-DAqi2GE4.mjs +1 -0
- package/dist/components/chunks/MAD-DEigxwp5.mjs +1 -0
- package/dist/components/chunks/MDL-DT1dqLKz.mjs +1 -0
- package/dist/components/chunks/MGA-rILnbyBm.mjs +1 -0
- package/dist/components/chunks/MMK-pU0TpUvj.mjs +1 -0
- package/dist/components/chunks/MNT-C0UCWb1g.mjs +1 -0
- package/dist/components/chunks/MRU-C6n-Fioc.mjs +1 -0
- package/dist/components/chunks/MUR-DLdek62O.mjs +1 -0
- package/dist/components/chunks/MVR-D9npw7LP.mjs +1 -0
- package/dist/components/chunks/MWK-DJcKanRw.mjs +1 -0
- package/dist/components/chunks/MXN-20XF5m8J.mjs +1 -0
- package/dist/components/chunks/MYR-BBDwda8m.mjs +1 -0
- package/dist/components/chunks/MZN-trA3AzEc.mjs +1 -0
- package/dist/components/chunks/NAD-hWeuTCbN.mjs +1 -0
- package/dist/components/chunks/NGN-Db0kMv-x.mjs +1 -0
- package/dist/components/chunks/NIO-CB-rojQd.mjs +1 -0
- package/dist/components/chunks/NOK-41x6vmMG.mjs +1 -0
- package/dist/components/chunks/NPR-DKhChlsa.mjs +1 -0
- package/dist/components/chunks/NZD-v4E2GiWK.mjs +1 -0
- package/dist/components/chunks/OMR-RnzKe0x4.mjs +1 -0
- package/dist/components/chunks/PAB-CBfpJule.mjs +1 -0
- package/dist/components/chunks/PEN-bcdVP6Aj.mjs +1 -0
- package/dist/components/chunks/PGK-aoM842N1.mjs +1 -0
- package/dist/components/chunks/PHP-FZaJdrGv.mjs +1 -0
- package/dist/components/chunks/PKR-CuYDrCz7.mjs +1 -0
- package/dist/components/chunks/PLN-BNgcI103.mjs +1 -0
- package/dist/components/chunks/PYG-Dw45d0mq.mjs +1 -0
- package/dist/components/chunks/QAR-CHNbgHH2.mjs +1 -0
- package/dist/components/chunks/RON-0XpqV8GU.mjs +1 -0
- package/dist/components/chunks/RSD-CC33Nxk8.mjs +1 -0
- package/dist/components/chunks/RUB-BakjQMSL.mjs +1 -0
- package/dist/components/chunks/RWF-Biv_MunL.mjs +1 -0
- package/dist/components/chunks/SAR-CTslh-Pr.mjs +1 -0
- package/dist/components/chunks/SDG-Cwo2Gd3L.mjs +1 -0
- package/dist/components/chunks/SEK-r1-5Owmp.mjs +1 -0
- package/dist/components/chunks/SGD-BLXsQmha.mjs +1 -0
- package/dist/components/chunks/SOS-CtPk73aT.mjs +1 -0
- package/dist/components/chunks/SRD-Cd7Ofpfs.mjs +1 -0
- package/dist/components/chunks/SYP-Dg41lI66.mjs +1 -0
- package/dist/components/chunks/THB-DSXbO5KY.mjs +1 -0
- package/dist/components/chunks/TJS-DRNZ7mzF.mjs +1 -0
- package/dist/components/chunks/TMT-CIwrSxkV.mjs +1 -0
- package/dist/components/chunks/TND-Bx-m3AIU.mjs +1 -0
- package/dist/components/chunks/TRY-DlhUsvbA.mjs +1 -0
- package/dist/components/chunks/TTD-pPNqknH1.mjs +1 -0
- package/dist/components/chunks/TWD-CROgIO6_.mjs +1 -0
- package/dist/components/chunks/TZS-B6I3_d4c.mjs +1 -0
- package/dist/components/chunks/UAH-BEkkWreD.mjs +1 -0
- package/dist/components/chunks/UGX-RV6UjVTI.mjs +1 -0
- package/dist/components/chunks/USD-CkraS8If.mjs +1 -0
- package/dist/components/chunks/UYU-CoRRcVFy.mjs +1 -0
- package/dist/components/chunks/VES-ulpGVLpY.mjs +1 -0
- package/dist/components/chunks/VND-D-EHXKOT.mjs +1 -0
- package/dist/components/chunks/XAF-CjoNMgYx.mjs +1 -0
- package/dist/components/chunks/XCD-DZw52c7T.mjs +1 -0
- package/dist/components/chunks/XOF-Cm_2RUYU.mjs +1 -0
- package/dist/components/chunks/ZAR-CAW3BT2s.mjs +1 -0
- package/dist/components/chunks/ZMW-sYazti42.mjs +1 -0
- package/dist/components/chunks/ZWL-DwYHbtIE.mjs +1 -0
- package/dist/components/chunks/_based-BgzDeRyu.mjs +1 -0
- package/dist/components/chunks/_plugin-vue_export-helper-BCo6x5W8.mjs +1 -0
- package/dist/components/chunks/_read-gORfN-NO.mjs +1 -0
- package/dist/components/chunks/_snow-BTzITEWw.mjs +1 -0
- package/dist/components/chunks/aave-nZOdSEB6.mjs +1 -0
- package/dist/components/chunks/abat-C59rB7Pq.mjs +1 -0
- package/dist/components/chunks/abbc-b5Ahsqqu.mjs +1 -0
- package/dist/components/chunks/abt-BGym5n-G.mjs +1 -0
- package/dist/components/chunks/abusd-CU5oI-Mg.mjs +1 -0
- package/dist/components/chunks/ac3-BLQOa64q.mjs +1 -0
- package/dist/components/chunks/aca-B4OFog9q.mjs +1 -0
- package/dist/components/chunks/act-DZBgzlSK.mjs +1 -0
- package/dist/components/chunks/ada-CkiWP_IZ.mjs +1 -0
- package/dist/components/chunks/adai-CORmkhF7.mjs +1 -0
- package/dist/components/chunks/adb-8zGpXdgQ.mjs +1 -0
- package/dist/components/chunks/adx-jSAM3imA.mjs +1 -0
- package/dist/components/chunks/ae-C8YzPj6w.mjs +1 -0
- package/dist/components/chunks/aenj-CsnE586r.mjs +1 -0
- package/dist/components/chunks/aeon-CKi-ZR_j.mjs +1 -0
- package/dist/components/chunks/aergo-WGNGvhYC.mjs +1 -0
- package/dist/components/chunks/aeth-DyPUH2K3.mjs +1 -0
- package/dist/components/chunks/agi-BVKU6Pkw.mjs +1 -0
- package/dist/components/chunks/aidoge-CPHY2QJK.mjs +1 -0
- package/dist/components/chunks/aion-xkSbA43w.mjs +1 -0
- package/dist/components/chunks/ait-DDrSB8Wc.mjs +1 -0
- package/dist/components/chunks/aknc-DfVltZ4x.mjs +1 -0
- package/dist/components/chunks/akro-Cfbx4EOq.mjs +1 -0
- package/dist/components/chunks/akt-CsvJu7Wd.mjs +1 -0
- package/dist/components/chunks/alcx-DljIzQ3e.mjs +1 -0
- package/dist/components/chunks/alend-ByXdt-Og.mjs +1 -0
- package/dist/components/chunks/aleph-BwmRyLpz.mjs +1 -0
- package/dist/components/chunks/aleth-BpEPE1nv.mjs +1 -0
- package/dist/components/chunks/algo-CZXOcpFt.mjs +1 -0
- package/dist/components/chunks/ali-d6RbTxrW.mjs +1 -0
- package/dist/components/chunks/alink-Ik_9bfl0.mjs +1 -0
- package/dist/components/chunks/alis-BfRl0S3r.mjs +1 -0
- package/dist/components/chunks/alpha-CwbZJwcx.mjs +1 -0
- package/dist/components/chunks/alusd-QlOuy8Pg.mjs +1 -0
- package/dist/components/chunks/alx-C7dcpghG.mjs +1 -0
- package/dist/components/chunks/amana-BWbLJCFh.mjs +1 -0
- package/dist/components/chunks/amb-Cna5XLmM.mjs +1 -0
- package/dist/components/chunks/amkr-CustBP6q.mjs +1 -0
- package/dist/components/chunks/amkt-B1Wuz0IW.mjs +1 -0
- package/dist/components/chunks/amlt-BE9_CKeB.mjs +1 -0
- package/dist/components/chunks/amp-BDVvMXN8.mjs +1 -0
- package/dist/components/chunks/ampl-ClpdLREW.mjs +1 -0
- package/dist/components/chunks/anc-CSwT5z0Y.mjs +1 -0
- package/dist/components/chunks/anj-CWTnOyoK.mjs +1 -0
- package/dist/components/chunks/ankr-DgKI0Nqp.mjs +1 -0
- package/dist/components/chunks/ant-CvK619U2.mjs +1 -0
- package/dist/components/chunks/ape-DXtNZkeY.mjs +1 -0
- package/dist/components/chunks/aph-Coh88Ku2.mjs +1 -0
- package/dist/components/chunks/apl-Dthv00el.mjs +1 -0
- package/dist/components/chunks/appc-CA6Q_nie.mjs +1 -0
- package/dist/components/chunks/apt-DDNyS8AM.mjs +1 -0
- package/dist/components/chunks/apw-CDqjcIt8.mjs +1 -0
- package/dist/components/chunks/apy-De_9GG_p.mjs +1 -0
- package/dist/components/chunks/ar-DxeG4CEi.mjs +1 -0
- package/dist/components/chunks/arb-D-RJqGoB.mjs +1 -0
- package/dist/components/chunks/arbs-xXlSfXfo.mjs +1 -0
- package/dist/components/chunks/archive-3itC7tsW.mjs +1 -0
- package/dist/components/chunks/ardr-Dv1onIVW.mjs +1 -0
- package/dist/components/chunks/aren-DxFZIxlv.mjs +1 -0
- package/dist/components/chunks/ark-WtK6eMyG.mjs +1 -0
- package/dist/components/chunks/arkm-BlTsYDKg.mjs +1 -0
- package/dist/components/chunks/armor-DojA8Lft.mjs +1 -0
- package/dist/components/chunks/arn-DRNnds4c.mjs +1 -0
- package/dist/components/chunks/aro-BdGogDcU.mjs +1 -0
- package/dist/components/chunks/arrr-BqKo1Tb-.mjs +1 -0
- package/dist/components/chunks/asm-cRUWBpCg.mjs +1 -0
- package/dist/components/chunks/asnx-DrJOy8k4.mjs +1 -0
- package/dist/components/chunks/ast-CHKKqHCZ.mjs +1 -0
- package/dist/components/chunks/astro-mqthXwR7.mjs +1 -0
- package/dist/components/chunks/asusd-D38gsS1z.mjs +1 -0
- package/dist/components/chunks/atmi-DyijbX6L.mjs +1 -0
- package/dist/components/chunks/atom-CEdu12Vr.mjs +1 -0
- package/dist/components/chunks/atusd-DvblgjuH.mjs +1 -0
- package/dist/components/chunks/auc-C8YL2_Ju.mjs +1 -0
- package/dist/components/chunks/audio-BIHP1LVr.mjs +1 -0
- package/dist/components/chunks/aura-CIPgbb0f.mjs +1 -0
- package/dist/components/chunks/ausdc-Dkc_xFL5.mjs +1 -0
- package/dist/components/chunks/ausdt-CzU64p0Z.mjs +1 -0
- package/dist/components/chunks/auto-CFPN8X14.mjs +1 -0
- package/dist/components/chunks/avax-BmegoB7d.mjs +1 -0
- package/dist/components/chunks/avinoc-Bxoo0m20.mjs +1 -0
- package/dist/components/chunks/awbtc-CNV8xMJd.mjs +1 -0
- package/dist/components/chunks/awc-BxUu3jIZ.mjs +1 -0
- package/dist/components/chunks/aweth-Bn5aQLH5.mjs +1 -0
- package/dist/components/chunks/axp-DYiO7Ydl.mjs +1 -0
- package/dist/components/chunks/axs-D84sLChr.mjs +1 -0
- package/dist/components/chunks/ayfi-CE-Yg6y_.mjs +1 -0
- package/dist/components/chunks/azero-BpToIlCQ.mjs +1 -0
- package/dist/components/chunks/azrx-i8XIE5Dg.mjs +1 -0
- package/dist/components/chunks/babydoge-BrayVnE4.mjs +1 -0
- package/dist/components/chunks/bac-Dbnjv4hr.mjs +1 -0
- package/dist/components/chunks/badger-BfVSYozJ.mjs +1 -0
- package/dist/components/chunks/bal-DoR2QRkP.mjs +1 -0
- package/dist/components/chunks/bam-C6Y5ZYMg.mjs +1 -0
- package/dist/components/chunks/band-BeKIa4Hm.mjs +1 -0
- package/dist/components/chunks/bao-DTWBoPMd.mjs +1 -0
- package/dist/components/chunks/bat-DbPh8QoZ.mjs +1 -0
- package/dist/components/chunks/bay-DVFp847J.mjs +1 -0
- package/dist/components/chunks/bbr-C8WVlsBH.mjs +1 -0
- package/dist/components/chunks/bcd-CjfrRyNw.mjs +1 -0
- package/dist/components/chunks/bch-BPjtefiD.mjs +1 -0
- package/dist/components/chunks/bcha-D0Ib4SP6.mjs +1 -0
- package/dist/components/chunks/bcn-68XyXBlx.mjs +1 -0
- package/dist/components/chunks/bco-DzYpwC76.mjs +1 -0
- package/dist/components/chunks/bel-BAdh5dqv.mjs +1 -0
- package/dist/components/chunks/beta-UTnBZcBd.mjs +1 -0
- package/dist/components/chunks/bf-BbYgDH4z.mjs +1 -0
- package/dist/components/chunks/bfc-Bu2w2nvU.mjs +1 -0
- package/dist/components/chunks/bgb-Btj5kO47.mjs +1 -0
- package/dist/components/chunks/bico-B55jqhcL.mjs +1 -0
- package/dist/components/chunks/bifi-DLlKauaA.mjs +1 -0
- package/dist/components/chunks/birb-CXzOKFFZ.mjs +1 -0
- package/dist/components/chunks/bit-2-D7gomBiP.mjs +1 -0
- package/dist/components/chunks/bit-U7qtJpkE.mjs +1 -0
- package/dist/components/chunks/bitcoin-Bw8EZ2ma.mjs +1 -0
- package/dist/components/chunks/bix-BeIgubhi.mjs +1 -0
- package/dist/components/chunks/blank-CYsgMafR.mjs +1 -0
- package/dist/components/chunks/bld-B3NRdzT-.mjs +1 -0
- package/dist/components/chunks/blk-fvVMbrvC.mjs +1 -0
- package/dist/components/chunks/block-Cl7R9wTk.mjs +1 -0
- package/dist/components/chunks/blt-6bHxiw-3.mjs +1 -0
- package/dist/components/chunks/blue-gdB1PIqe.mjs +1 -0
- package/dist/components/chunks/blur-BdWA7kP2.mjs +1 -0
- package/dist/components/chunks/blz-BKfYReRT.mjs +1 -0
- package/dist/components/chunks/bmda-BmIXfSJj.mjs +1 -0
- package/dist/components/chunks/bnb-Wd7APC0q.mjs +1 -0
- package/dist/components/chunks/bnc-XmRYTemx.mjs +1 -0
- package/dist/components/chunks/bnt-Cm_RdCQO.mjs +1 -0
- package/dist/components/chunks/bnx-CYngYPRS.mjs +1 -0
- package/dist/components/chunks/bob-BtUslqIr.mjs +1 -0
- package/dist/components/chunks/bond-2-BrCg2egl.mjs +1 -0
- package/dist/components/chunks/bond-S95UApPo.mjs +1 -0
- package/dist/components/chunks/bondly-YHmfOH8u.mjs +1 -0
- package/dist/components/chunks/bora-C4bz0aCy.mjs +1 -0
- package/dist/components/chunks/botto-CVlJ1tjT.mjs +1 -0
- package/dist/components/chunks/box-CZ4C1SxN.mjs +1 -0
- package/dist/components/chunks/bpt-DiOHDP0G.mjs +1 -0
- package/dist/components/chunks/bqx-CHlI4wtk.mjs +1 -0
- package/dist/components/chunks/brd-CMRCKLyr.mjs +1 -0
- package/dist/components/chunks/brise-CL7Vlujv.mjs +1 -0
- package/dist/components/chunks/brock-BHdRGBBu.mjs +1 -0
- package/dist/components/chunks/bsw-B1QUf1BE.mjs +1 -0
- package/dist/components/chunks/btc-C0ACyBQO.mjs +1 -0
- package/dist/components/chunks/btc__-DgNTi6F2.mjs +1 -0
- package/dist/components/chunks/btcd-BRZ7_5jC.mjs +1 -0
- package/dist/components/chunks/btcp-B85PrRi2.mjs +1 -0
- package/dist/components/chunks/btg-DHeYVQ8p.mjs +1 -0
- package/dist/components/chunks/btmx-B1qqhzzg.mjs +1 -0
- package/dist/components/chunks/bto-JH7RzqyT.mjs +1 -0
- package/dist/components/chunks/btr-DwIRc8Dd.mjs +1 -0
- package/dist/components/chunks/bts-CXkMbm7q.mjs +1 -0
- package/dist/components/chunks/btt-B6RWsiW6.mjs +1 -0
- package/dist/components/chunks/btu-DlfO0Wur.mjs +1 -0
- package/dist/components/chunks/bu-lq2Jl3Ei.mjs +1 -0
- package/dist/components/chunks/bunny-DEQDKcG2.mjs +1 -0
- package/dist/components/chunks/busd-BqVmzNXl.mjs +1 -0
- package/dist/components/chunks/bwajna-g5VAtlQE.mjs +1 -0
- package/dist/components/chunks/bwt-BJkWguKP.mjs +1 -0
- package/dist/components/chunks/bz-D6mRGigD.mjs +1 -0
- package/dist/components/chunks/bznt-DVfruaPf.mjs +1 -0
- package/dist/components/chunks/bzrx-CoY9Ngss.mjs +1 -0
- package/dist/components/chunks/c20-DZbObTao.mjs +1 -0
- package/dist/components/chunks/c98-C2zpm3Bh.mjs +1 -0
- package/dist/components/chunks/cake-CeHYWOoy.mjs +1 -0
- package/dist/components/chunks/canto-B2NztAU9.mjs +1 -0
- package/dist/components/chunks/cap-hYQ-YhKu.mjs +1 -0
- package/dist/components/chunks/capp-CkM0hvJu.mjs +1 -0
- package/dist/components/chunks/car-CLS0KAJC.mjs +1 -0
- package/dist/components/chunks/card-PLx8-Am-.mjs +1 -0
- package/dist/components/chunks/cbat-Bnt3RVx-.mjs +1 -0
- package/dist/components/chunks/cbc-lVpSv-b-.mjs +1 -0
- package/dist/components/chunks/cbeth-DbpIIDjq.mjs +1 -0
- package/dist/components/chunks/cbt-Cs9NUQqp.mjs +1 -0
- package/dist/components/chunks/cccx-DaoEyjNn.mjs +1 -0
- package/dist/components/chunks/cdai-DzMCIGI2.mjs +1 -0
- package/dist/components/chunks/cdt-B1Zf0XVq.mjs +1 -0
- package/dist/components/chunks/ceek-BR31UL-s.mjs +1 -0
- package/dist/components/chunks/cel-DS_HlJqF.mjs +1 -0
- package/dist/components/chunks/celo-CGBFxB9p.mjs +1 -0
- package/dist/components/chunks/celr-DJuDtdQP.mjs +1 -0
- package/dist/components/chunks/cennz-3DMLNy0f.mjs +1 -0
- package/dist/components/chunks/cet-C7lpaVne.mjs +1 -0
- package/dist/components/chunks/ceth-Tn3f2X_5.mjs +1 -0
- package/dist/components/chunks/cfg-VOMh5vVc.mjs +1 -0
- package/dist/components/chunks/cfx-CrPAKRAM.mjs +1 -0
- package/dist/components/chunks/chai-BAUnjbAU.mjs +1 -0
- package/dist/components/chunks/chain-BRsrxZjN.mjs +1 -0
- package/dist/components/chunks/chat-CacunNar.mjs +1 -0
- package/dist/components/chunks/chia-KEfg6tuU.mjs +1 -0
- package/dist/components/chunks/cho-Cagejgod.mjs +1 -0
- package/dist/components/chunks/chr-C7pSUdcB.mjs +1 -0
- package/dist/components/chunks/chsb-BLA3WUO3.mjs +1 -0
- package/dist/components/chunks/chz-BBsLngbc.mjs +1 -0
- package/dist/components/chunks/cirus-C04mlaUt.mjs +1 -0
- package/dist/components/chunks/ckb-C7-7XOPL.mjs +1 -0
- package/dist/components/chunks/clo-DEKyhF5i.mjs +1 -0
- package/dist/components/chunks/cloak-C1aE5sBY.mjs +1 -0
- package/dist/components/chunks/clout-BeXEZIjn.mjs +1 -0
- package/dist/components/chunks/cmt-DPjIsfRl.mjs +1 -0
- package/dist/components/chunks/cnc-Cza0YB05.mjs +1 -0
- package/dist/components/chunks/cnd-B0whIdxM.mjs +1 -0
- package/dist/components/chunks/cnx-DR5Zto1C.mjs +1 -0
- package/dist/components/chunks/coc-D8JgDiOV.mjs +1 -0
- package/dist/components/chunks/cocn-BxzBzkR0.mjs +1 -0
- package/dist/components/chunks/comai-C-PFDFB7.mjs +1 -0
- package/dist/components/chunks/comp-DD1rJWBc.mjs +1 -0
- package/dist/components/chunks/coni-w2zXocSm.mjs +1 -0
- package/dist/components/chunks/core-BVxb9Jm8.mjs +1 -0
- package/dist/components/chunks/cosm-B393f6Uz.mjs +1 -0
- package/dist/components/chunks/coti-YeYQf9rB.mjs +1 -0
- package/dist/components/chunks/country-flag.esm-DgNn8eAH.mjs +1 -0
- package/dist/components/chunks/cov-DHbCKDOK.mjs +1 -0
- package/dist/components/chunks/cova-DpuP4KyP.mjs +1 -0
- package/dist/components/chunks/cover-k7ZC-kjj.mjs +1 -0
- package/dist/components/chunks/cpc-BDNIBEFd.mjs +1 -0
- package/dist/components/chunks/cpx-CaoblZyU.mjs +1 -0
- package/dist/components/chunks/crd-BBOlVF87.mjs +1 -0
- package/dist/components/chunks/cre-2-Citr92so.mjs +1 -0
- package/dist/components/chunks/cre-BGgTOTiN.mjs +1 -0
- package/dist/components/chunks/cream--C7vsGsR.mjs +1 -0
- package/dist/components/chunks/cred-D1AXq5HN.mjs +1 -0
- package/dist/components/chunks/crep-DpyXkE7s.mjs +1 -0
- package/dist/components/chunks/cro-CngrOLVo.mjs +1 -0
- package/dist/components/chunks/crpt-Bx_XPqvA.mjs +1 -0
- package/dist/components/chunks/crv-BIo6K-C6.mjs +1 -0
- package/dist/components/chunks/crvusd-DTfFfEe8.mjs +1 -0
- package/dist/components/chunks/cs-B2soFfbe.mjs +1 -0
- package/dist/components/chunks/csai-BQ98W1PT.mjs +1 -0
- package/dist/components/chunks/csc-jS8Q6kc6.mjs +1 -0
- package/dist/components/chunks/cspr-BnT75TjK.mjs +1 -0
- package/dist/components/chunks/ctc-DUzd1gjo.mjs +1 -0
- package/dist/components/chunks/ctsi-DsBAn-1i.mjs +1 -0
- package/dist/components/chunks/ctxc-BK67aSI_.mjs +1 -0
- package/dist/components/chunks/cube-8IyS-ahr.mjs +1 -0
- package/dist/components/chunks/cusdc-bRXB63SS.mjs +1 -0
- package/dist/components/chunks/cv-cWyyd2wY.mjs +1 -0
- package/dist/components/chunks/cvc-CQjn-gzY.mjs +1 -0
- package/dist/components/chunks/cvp-D-U9jLDO.mjs +1 -0
- package/dist/components/chunks/cvt-x8Cud5gJ.mjs +1 -0
- package/dist/components/chunks/cvx-CGyk5LDi.mjs +1 -0
- package/dist/components/chunks/cwbtc-CpRYVMNI.mjs +1 -0
- package/dist/components/chunks/cyber-BBCL7gm4.mjs +1 -0
- package/dist/components/chunks/czrx-BsouJLGX.mjs +1 -0
- package/dist/components/chunks/d2-DA0AZhPm.mjs +1 -0
- package/dist/components/chunks/dadi-BljmeL4u.mjs +1 -0
- package/dist/components/chunks/dafi-b0aR7MN6.mjs +1 -0
- package/dist/components/chunks/dag-BLZUILjo.mjs +1 -0
- package/dist/components/chunks/dai-C1IwRKpi.mjs +1 -0
- package/dist/components/chunks/dao-0JHriOU2.mjs +1 -0
- package/dist/components/chunks/dasc-Z8wTmQoY.mjs +1 -0
- package/dist/components/chunks/dash-DWxMAXc_.mjs +1 -0
- package/dist/components/chunks/dat-DrR1QEL-.mjs +1 -0
- package/dist/components/chunks/data-X7zKxjOl.mjs +1 -0
- package/dist/components/chunks/datx-BKziMa41.mjs +1 -0
- package/dist/components/chunks/dbc-BsIg6-_O.mjs +1 -0
- package/dist/components/chunks/dcb-DQHM-EF1.mjs +1 -0
- package/dist/components/chunks/dcc-BXoMwbGl.mjs +1 -0
- package/dist/components/chunks/dck-DJakzStI.mjs +1 -0
- package/dist/components/chunks/dcn-CtIcBa_s.mjs +1 -0
- package/dist/components/chunks/dcr-BD3lN-Ra.mjs +1 -0
- package/dist/components/chunks/dct-2J99OKM9.mjs +1 -0
- package/dist/components/chunks/ddd-4nCDDfzQ.mjs +1 -0
- package/dist/components/chunks/del-DB00PuVK.mjs +1 -0
- package/dist/components/chunks/dent-BQP3MzGT.mjs +1 -0
- package/dist/components/chunks/dep-DyP5Prkv.mjs +1 -0
- package/dist/components/chunks/deri-BY58ZSvf.mjs +1 -0
- package/dist/components/chunks/deso-NJrVIiG_.mjs +1 -0
- package/dist/components/chunks/dexe-2-APuMnywi.mjs +1 -0
- package/dist/components/chunks/dexe-BHFq38dz.mjs +1 -0
- package/dist/components/chunks/df-D_w7FpDV.mjs +1 -0
- package/dist/components/chunks/dfi-Bl753kQs.mjs +1 -0
- package/dist/components/chunks/dft-BvrQ4wq6.mjs +1 -0
- package/dist/components/chunks/dfyn-B3tMB0AC.mjs +1 -0
- package/dist/components/chunks/dgb-CWaY8WQl.mjs +1 -0
- package/dist/components/chunks/dgd-BDyLS796.mjs +1 -0
- package/dist/components/chunks/dgtx-DrFdWtVC.mjs +1 -0
- package/dist/components/chunks/dht-C28u3QbP.mjs +1 -0
- package/dist/components/chunks/dia-gN4uoqT0.mjs +1 -0
- package/dist/components/chunks/dinero-COGAgRb-.mjs +1 -0
- package/dist/components/chunks/divi-BFWz0c8z.mjs +1 -0
- package/dist/components/chunks/dlt-QgRhYbKU.mjs +1 -0
- package/dist/components/chunks/dmt-DHbwII4K.mjs +1 -0
- package/dist/components/chunks/dmtr-BIAH8i_1.mjs +1 -0
- package/dist/components/chunks/dnt-SI0d8yAA.mjs +1 -0
- package/dist/components/chunks/dock-W-xV_b-4.mjs +1 -0
- package/dist/components/chunks/dodo-B_0XohbE.mjs +1 -0
- package/dist/components/chunks/doge-CXf-ul-8.mjs +1 -0
- package/dist/components/chunks/dojo-JhPY76ev.mjs +1 -0
- package/dist/components/chunks/dome-BheFLaa8.mjs +1 -0
- package/dist/components/chunks/dor-DMG5eQN_.mjs +1 -0
- package/dist/components/chunks/dot-CH8U8iMa.mjs +1 -0
- package/dist/components/chunks/drgn-0IBbVVyk.mjs +1 -0
- package/dist/components/chunks/drop-C5hoVC-s.mjs +1 -0
- package/dist/components/chunks/dta-BmdVTKo2.mjs +1 -0
- package/dist/components/chunks/dtr-D8ldd5Lp.mjs +1 -0
- package/dist/components/chunks/dtx-CSdKmcLm.mjs +1 -0
- package/dist/components/chunks/dvf-uC8bBra0.mjs +1 -0
- package/dist/components/chunks/dxd-CZ1GGRGK.mjs +1 -0
- package/dist/components/chunks/dxt-D2AYbJp_.mjs +1 -0
- package/dist/components/chunks/dydx-Cn2katbB.mjs +1 -0
- package/dist/components/chunks/eco-D7aPNuUW.mjs +1 -0
- package/dist/components/chunks/edg-DFRgBYmP.mjs +1 -0
- package/dist/components/chunks/edo-2Gk8oTUK.mjs +1 -0
- package/dist/components/chunks/edu-DcLWmuvu.mjs +1 -0
- package/dist/components/chunks/efi-BaawbPnf.mjs +1 -0
- package/dist/components/chunks/efx-IOF8nYn0.mjs +1 -0
- package/dist/components/chunks/egld-D4i9uYxx.mjs +1 -0
- package/dist/components/chunks/egt-mjkI3xrb.mjs +1 -0
- package/dist/components/chunks/ekg-CwCIkW-E.mjs +1 -0
- package/dist/components/chunks/ekt-d-alaZpV.mjs +1 -0
- package/dist/components/chunks/ela-CtwWPxda.mjs +1 -0
- package/dist/components/chunks/elan-lJE8DIgW.mjs +1 -0
- package/dist/components/chunks/elec-Ck5hmZ9Q.mjs +1 -0
- package/dist/components/chunks/elf-CGt8TK0n.mjs +1 -0
- package/dist/components/chunks/elg-CBoJOv9k.mjs +1 -0
- package/dist/components/chunks/emc-BMF-ad0F.mjs +1 -0
- package/dist/components/chunks/emc2-CtENckKa.mjs +1 -0
- package/dist/components/chunks/eng-DNyREAj0.mjs +1 -0
- package/dist/components/chunks/enix-DTSPD0KZ.mjs +1 -0
- package/dist/components/chunks/enj-B2k9ufCA.mjs +1 -0
- package/dist/components/chunks/ens-SrpNiP5e.mjs +1 -0
- package/dist/components/chunks/ents-DXxn7LZr.mjs +1 -0
- package/dist/components/chunks/eos-az4wECLn.mjs +1 -0
- package/dist/components/chunks/eosdac-Cab1d40r.mjs +1 -0
- package/dist/components/chunks/eqb-Dfb5cRfs.mjs +1 -0
- package/dist/components/chunks/erg-Bo1mXYu_.mjs +1 -0
- package/dist/components/chunks/ern-90TNnxwT.mjs +1 -0
- package/dist/components/chunks/esd-BdScTsMF.mjs +1 -0
- package/dist/components/chunks/esp-C4jEux3K.mjs +1 -0
- package/dist/components/chunks/ess-Toa5XVqc.mjs +1 -0
- package/dist/components/chunks/etc-FBV00dJ-.mjs +1 -0
- package/dist/components/chunks/eth-MwDeJCgh.mjs +1 -0
- package/dist/components/chunks/ethw-kwILB5xZ.mjs +1 -0
- package/dist/components/chunks/etn-CDzhD957.mjs +1 -0
- package/dist/components/chunks/etp-uAOPhh8Q.mjs +1 -0
- package/dist/components/chunks/etz-BIGahGEA.mjs +1 -0
- package/dist/components/chunks/euroc-_JbnTGOt.mjs +1 -0
- package/dist/components/chunks/eventListener-o1XlgLVq.mjs +1 -0
- package/dist/components/chunks/ever-nER400a-.mjs +1 -0
- package/dist/components/chunks/evmos-BRLW_mfw.mjs +1 -0
- package/dist/components/chunks/evx-ClLc_1D4.mjs +1 -0
- package/dist/components/chunks/ewt-BVdLauRE.mjs +1 -0
- package/dist/components/chunks/exrn-BapsqHqW.mjs +1 -0
- package/dist/components/chunks/exy-CRcyWyX2.mjs +1 -0
- package/dist/components/chunks/ezy-DCcYn8II.mjs +1 -0
- package/dist/components/chunks/fab-CDRng0tk.mjs +1 -0
- package/dist/components/chunks/fame-Bien1qtE.mjs +1 -0
- package/dist/components/chunks/farm-njCA32xw.mjs +1 -0
- package/dist/components/chunks/fct-D5hxdJWC.mjs +1 -0
- package/dist/components/chunks/feed-CQogPZ_f.mjs +1 -0
- package/dist/components/chunks/fei-Ay5S28DD.mjs +1 -0
- package/dist/components/chunks/fet-DbAAnZAA.mjs +1 -0
- package/dist/components/chunks/fida-CmnyvvN5.mjs +1 -0
- package/dist/components/chunks/fidu-Dy5bDfyq.mjs +1 -0
- package/dist/components/chunks/fil-C9T_YoMH.mjs +1 -0
- package/dist/components/chunks/filda-WuRSmF2B.mjs +1 -0
- package/dist/components/chunks/fis-BiSPCfUG.mjs +1 -0
- package/dist/components/chunks/flash-BKAAmhe3.mjs +1 -0
- package/dist/components/chunks/flex-DRSqST9y.mjs +1 -0
- package/dist/components/chunks/floki-C9w9Gvz1.mjs +1 -0
- package/dist/components/chunks/flow-wiwCcEDN.mjs +1 -0
- package/dist/components/chunks/flux-CvBGr0BP.mjs +1 -0
- package/dist/components/chunks/fnsa-D5cJNmfM.mjs +1 -0
- package/dist/components/chunks/foam-5uYEz981.mjs +1 -0
- package/dist/components/chunks/fold-9Xxf05WC.mjs +1 -0
- package/dist/components/chunks/formatMoney-CbiPk6ER.mjs +1 -0
- package/dist/components/chunks/fota-Ch6upn8J.mjs +1 -0
- package/dist/components/chunks/fox-Bj18xt27.mjs +1 -0
- package/dist/components/chunks/fpi-CEzbNWLw.mjs +1 -0
- package/dist/components/chunks/fpis-shDxeHIK.mjs +1 -0
- package/dist/components/chunks/frax-pKMsyRVF.mjs +1 -0
- package/dist/components/chunks/frm-DWP7ChWm.mjs +1 -0
- package/dist/components/chunks/front-C78IdRSf.mjs +1 -0
- package/dist/components/chunks/frxeth-D4zygxTz.mjs +1 -0
- package/dist/components/chunks/fsn-6yfRYldF.mjs +1 -0
- package/dist/components/chunks/fst-Dm1d2g2j.mjs +1 -0
- package/dist/components/chunks/ft-atCaqzyn.mjs +1 -0
- package/dist/components/chunks/ftc-E7PffNgy.mjs +1 -0
- package/dist/components/chunks/ftm-DSnnAhQp.mjs +1 -0
- package/dist/components/chunks/ftt-CNcKidKi.mjs +1 -0
- package/dist/components/chunks/fuel-D9r1_gb_.mjs +1 -0
- package/dist/components/chunks/fun-XUd7dUSE.mjs +1 -0
- package/dist/components/chunks/fx-gCvvIYHw.mjs +1 -0
- package/dist/components/chunks/fxc-Bka4sOkg.mjs +1 -0
- package/dist/components/chunks/fxs-CVQk6pEt.mjs +1 -0
- package/dist/components/chunks/fxt-Ds4p1rRz.mjs +1 -0
- package/dist/components/chunks/gal-D6ogV7Sm.mjs +1 -0
- package/dist/components/chunks/gala-dvN-r2yP.mjs +1 -0
- package/dist/components/chunks/gamma-sNZtArGq.mjs +1 -0
- package/dist/components/chunks/gb-CRfdvdN1.mjs +1 -0
- package/dist/components/chunks/gdc-NfCkN-K6.mjs +1 -0
- package/dist/components/chunks/gem-DOphEmsn.mjs +1 -0
- package/dist/components/chunks/gen-CWi4zphV.mjs +1 -0
- package/dist/components/chunks/generic-C2GUAPI4.mjs +1 -0
- package/dist/components/chunks/giv-CMBmWB0m.mjs +1 -0
- package/dist/components/chunks/glmr-Cb8WA9HX.mjs +1 -0
- package/dist/components/chunks/gmee-CNcgKY2y.mjs +1 -0
- package/dist/components/chunks/gmt-2-W-JlNa1_.mjs +1 -0
- package/dist/components/chunks/gmt-CmKpmREK.mjs +1 -0
- package/dist/components/chunks/gmx-BgY4OU4v.mjs +1 -0
- package/dist/components/chunks/gno-BwYGz5JN.mjs +1 -0
- package/dist/components/chunks/gns-K_uzcO0Z.mjs +1 -0
- package/dist/components/chunks/gnt-zXfMzZl7.mjs +1 -0
- package/dist/components/chunks/gnx-CMOYi8tX.mjs +1 -0
- package/dist/components/chunks/go-DA5LtaMU.mjs +1 -0
- package/dist/components/chunks/goc-CeW9bNBS.mjs +1 -0
- package/dist/components/chunks/got-CefxySbS.mjs +1 -0
- package/dist/components/chunks/govi-BnXenNmJ.mjs +1 -0
- package/dist/components/chunks/grail-CPcYBagB.mjs +1 -0
- package/dist/components/chunks/grin-BVHr1avA.mjs +1 -0
- package/dist/components/chunks/grow-C6ywZ51u.mjs +1 -0
- package/dist/components/chunks/grp-B3vSnh0F.mjs +1 -0
- package/dist/components/chunks/grs-C6a0frvb.mjs +1 -0
- package/dist/components/chunks/grt-Bpo4CNyr.mjs +1 -0
- package/dist/components/chunks/gsc-DN8MKXRa.mjs +1 -0
- package/dist/components/chunks/gswap-BZ44JSkQ.mjs +1 -0
- package/dist/components/chunks/gt-Cka5_hGt.mjs +1 -0
- package/dist/components/chunks/gtai-CQRQwXul.mjs +1 -0
- package/dist/components/chunks/gtc-2-W2nZwO-L.mjs +1 -0
- package/dist/components/chunks/gtc-d_aMGIav.mjs +1 -0
- package/dist/components/chunks/gto-T9zmJaYw.mjs +1 -0
- package/dist/components/chunks/gusd-Bi1Umwi5.mjs +1 -0
- package/dist/components/chunks/gvt-D61FEHcd.mjs +1 -0
- package/dist/components/chunks/gxs-DZxzO0SS.mjs +1 -0
- package/dist/components/chunks/gyen-rLl9L9kS.mjs +1 -0
- package/dist/components/chunks/hair-G5e23Gx-.mjs +1 -0
- package/dist/components/chunks/hakka-DwxNObSs.mjs +1 -0
- package/dist/components/chunks/han-d0QkIEhZ.mjs +1 -0
- package/dist/components/chunks/hanep-CKmelMde.mjs +1 -0
- package/dist/components/chunks/hav-Bd72lgxR.mjs +1 -0
- package/dist/components/chunks/hbar-CNFPguBY.mjs +1 -0
- package/dist/components/chunks/hc-D0X4XMcZ.mjs +1 -0
- package/dist/components/chunks/heart-rHDQE7r3.mjs +1 -0
- package/dist/components/chunks/hedg-D78urIRK.mjs +1 -0
- package/dist/components/chunks/hegic-mbdN8KRY.mjs +1 -0
- package/dist/components/chunks/her-BTs0w5TQ.mjs +1 -0
- package/dist/components/chunks/hex-DFhD2cTr.mjs +1 -0
- package/dist/components/chunks/hft-Bwc4xmXJ.mjs +1 -0
- package/dist/components/chunks/high-CxMpiRdj.mjs +1 -0
- package/dist/components/chunks/hive-BG9wK-UV.mjs +1 -0
- package/dist/components/chunks/hnt-G0K3hfxL.mjs +1 -0
- package/dist/components/chunks/hot-CbifYBOH.mjs +1 -0
- package/dist/components/chunks/hot-x-DY-GI0q_.mjs +1 -0
- package/dist/components/chunks/hpb-D8j5b5Ni.mjs +1 -0
- package/dist/components/chunks/hsr-B2JzRoYF.mjs +1 -0
- package/dist/components/chunks/ht-DHT6FYC8.mjs +1 -0
- package/dist/components/chunks/hum-FoB4G_Bv.mjs +1 -0
- package/dist/components/chunks/husd-oiIqKsoh.mjs +1 -0
- package/dist/components/chunks/hvn-fPe9ob-n.mjs +1 -0
- package/dist/components/chunks/hxro-DvcD9WHF.mjs +1 -0
- package/dist/components/chunks/hydro-C3D1nAkM.mjs +1 -0
- package/dist/components/chunks/hyn-D265ePGZ.mjs +1 -0
- package/dist/components/chunks/hzn-DOwKusS6.mjs +1 -0
- package/dist/components/chunks/ibat-CPrhT9xb.mjs +1 -0
- package/dist/components/chunks/ice-D9xl8y9p.mjs +1 -0
- package/dist/components/chunks/icn-D5Uf4xb-.mjs +1 -0
- package/dist/components/chunks/iconSvg-DuOI5Yho.mjs +7 -0
- package/dist/components/chunks/icp-QElaBEhQ.mjs +1 -0
- package/dist/components/chunks/icx-F4eZ75gU.mjs +1 -0
- package/dist/components/chunks/id-DkUt32nJ.mjs +1 -0
- package/dist/components/chunks/idai-Be5fF9II.mjs +1 -0
- package/dist/components/chunks/idex-Di8B77Au.mjs +1 -0
- package/dist/components/chunks/ieth-DWjG-Ocm.mjs +1 -0
- package/dist/components/chunks/ifarm-teWl1UJp.mjs +1 -0
- package/dist/components/chunks/ignis-DvOcIHCi.mjs +1 -0
- package/dist/components/chunks/iknc-BtbkbOky.mjs +1 -0
- package/dist/components/chunks/ilink-DE7dKpmc.mjs +1 -0
- package/dist/components/chunks/ilv-D-mn-770.mjs +1 -0
- package/dist/components/chunks/imx-DIqXFd0o.mjs +1 -0
- package/dist/components/chunks/inb-roTcv4_D.mjs +1 -0
- package/dist/components/chunks/index-BnZsZnAN.mjs +1 -0
- package/dist/components/chunks/index-KWU67jID.mjs +1 -0
- package/dist/components/chunks/inj-CMyplJiA.mjs +1 -0
- package/dist/components/chunks/ins-QYVrhkXW.mjs +1 -0
- package/dist/components/chunks/instar-CTIsPFEf.mjs +1 -0
- package/dist/components/chunks/iost-B4sf-AA0.mjs +1 -0
- package/dist/components/chunks/iota-pVCPk56S.mjs +1 -0
- package/dist/components/chunks/iotx-Dk0ww3VI.mjs +1 -0
- package/dist/components/chunks/iq-2-BMWYIXDH.mjs +1 -0
- package/dist/components/chunks/iq-CtG6E8LE.mjs +1 -0
- package/dist/components/chunks/irep-CaX-PKpq.mjs +1 -0
- package/dist/components/chunks/iris-CBAA_FRv.mjs +1 -0
- package/dist/components/chunks/isai-l3icHkO0.mjs +1 -0
- package/dist/components/chunks/ist-B6GHKYrZ.mjs +1 -0
- package/dist/components/chunks/isusd-CurJ5F4a.mjs +1 -0
- package/dist/components/chunks/iusdc-D6OPJaEk.mjs +1 -0
- package/dist/components/chunks/iwbtc-DKVuk8Q-.mjs +1 -0
- package/dist/components/chunks/ixt-CK4mp9jd.mjs +1 -0
- package/dist/components/chunks/izrx-B0qfUlk3.mjs +1 -0
- package/dist/components/chunks/jnt-D5SL_WnG.mjs +1 -0
- package/dist/components/chunks/jrt-Cc04Z41H.mjs +1 -0
- package/dist/components/chunks/jst-B54XvsnA.mjs +1 -0
- package/dist/components/chunks/jto-BMfr5ioy.mjs +1 -0
- package/dist/components/chunks/juno-CDwHcMbI.mjs +1 -0
- package/dist/components/chunks/kas-DKvi6kRs.mjs +1 -0
- package/dist/components/chunks/kava-gipZlTTO.mjs +1 -0
- package/dist/components/chunks/kcs-CM7v2lwn.mjs +1 -0
- package/dist/components/chunks/kda-BBuNJmvO.mjs +1 -0
- package/dist/components/chunks/keep-BGss4iIj.mjs +1 -0
- package/dist/components/chunks/key-Dl-75lX8.mjs +1 -0
- package/dist/components/chunks/kick-B0UK4r_b.mjs +1 -0
- package/dist/components/chunks/kin-CoGolO3J.mjs +1 -0
- package/dist/components/chunks/kira-BtdAdYBE.mjs +1 -0
- package/dist/components/chunks/kiro-_5JSC6zs.mjs +1 -0
- package/dist/components/chunks/kiwi-L3IC4i2-.mjs +1 -0
- package/dist/components/chunks/klay-CFm12xwy.mjs +1 -0
- package/dist/components/chunks/klv-CkE8E1rO.mjs +1 -0
- package/dist/components/chunks/kmd-BlzFLt6E.mjs +1 -0
- package/dist/components/chunks/knc-CGR4w1Qe.mjs +1 -0
- package/dist/components/chunks/ksm-AR20WrRF.mjs +1 -0
- package/dist/components/chunks/ktn-DCOC3aLb.mjs +1 -0
- package/dist/components/chunks/kub-fpDs3MEH.mjs +1 -0
- package/dist/components/chunks/kuji-CUx0mnO8.mjs +1 -0
- package/dist/components/chunks/lamb-DkRtXU_e.mjs +1 -0
- package/dist/components/chunks/land-CYusYYir.mjs +1 -0
- package/dist/components/chunks/lba-CDd5wjFe.mjs +1 -0
- package/dist/components/chunks/lcx-B0Q_ORc8.mjs +1 -0
- package/dist/components/chunks/ldo-BSfV31fp.mjs +1 -0
- package/dist/components/chunks/lend-BwRB5Qxv.mjs +1 -0
- package/dist/components/chunks/leo-Bpq-1Um2.mjs +1 -0
- package/dist/components/chunks/lien-DpS2nu6Y.mjs +1 -0
- package/dist/components/chunks/link-37L-3kDS.mjs +1 -0
- package/dist/components/chunks/lit-C3QVtmK3.mjs +1 -0
- package/dist/components/chunks/lky-DDEZdo6N.mjs +1 -0
- package/dist/components/chunks/ln-tZSRr1i_.mjs +1 -0
- package/dist/components/chunks/lode-B-r6_VSm.mjs +1 -0
- package/dist/components/chunks/loki-DzX-3xH1.mjs +1 -0
- package/dist/components/chunks/lon-C5804yD4.mjs +1 -0
- package/dist/components/chunks/looks-CaoVS-hO.mjs +1 -0
- package/dist/components/chunks/loom-CeOX2p0a.mjs +1 -0
- package/dist/components/chunks/lpf-BMFZDIP9.mjs +1 -0
- package/dist/components/chunks/lpt-L5_nKsid.mjs +1 -0
- package/dist/components/chunks/lqd-Bj13cFOZ.mjs +1 -0
- package/dist/components/chunks/lqty-DtIymoy7.mjs +1 -0
- package/dist/components/chunks/lrc-B67NfPZz.mjs +1 -0
- package/dist/components/chunks/lsk-C7cSGF3k.mjs +1 -0
- package/dist/components/chunks/ltc-BBOgh6vh.mjs +1 -0
- package/dist/components/chunks/lto-B0I_nOFE.mjs +1 -0
- package/dist/components/chunks/luca-BAvkdL61.mjs +1 -0
- package/dist/components/chunks/lun-Bpa7Ub-e.mjs +1 -0
- package/dist/components/chunks/luna-CpY1l21V.mjs +1 -0
- package/dist/components/chunks/lusd-Dvq67dRA.mjs +1 -0
- package/dist/components/chunks/lxt-Ckxh2NoA.mjs +1 -0
- package/dist/components/chunks/lym-B_WM-Bqy.mjs +1 -0
- package/dist/components/chunks/magic-DOFRssct.mjs +1 -0
- package/dist/components/chunks/maha-NXFmkirV.mjs +1 -0
- package/dist/components/chunks/maid-DX0CXp4q.mjs +1 -0
- package/dist/components/chunks/man-CSZgMkw5.mjs +1 -0
- package/dist/components/chunks/mana-iS3pxVSB.mjs +1 -0
- package/dist/components/chunks/manta-3llymq6q.mjs +1 -0
- package/dist/components/chunks/mask-DTMfEVb_.mjs +1 -0
- package/dist/components/chunks/math-B2vr-QlH.mjs +1 -0
- package/dist/components/chunks/matic-DUjhPTa8.mjs +1 -0
- package/dist/components/chunks/matter-DZpu8otZ.mjs +1 -0
- package/dist/components/chunks/mav-C3HYP32l.mjs +1 -0
- package/dist/components/chunks/mbc-C8hIcAyp.mjs +1 -0
- package/dist/components/chunks/mbox-DtQCuVXO.mjs +1 -0
- package/dist/components/chunks/mc-FffLefq_.mjs +1 -0
- package/dist/components/chunks/mcb-SXFifgX1.mjs +1 -0
- package/dist/components/chunks/mco-Dxph1sUF.mjs +1 -0
- package/dist/components/chunks/mcx-D0TTQJ3a.mjs +1 -0
- package/dist/components/chunks/mda-5jUjoSG0.mjs +1 -0
- package/dist/components/chunks/mdao-D13QMakI.mjs +1 -0
- package/dist/components/chunks/mds-cEXycmNh.mjs +1 -0
- package/dist/components/chunks/med-DJD2NhAt.mjs +1 -0
- package/dist/components/chunks/medx-BVRy77Ub.mjs +1 -0
- package/dist/components/chunks/meme-MkHlYys7.mjs +1 -0
- package/dist/components/chunks/met-C2jPPkJD.mjs +1 -0
- package/dist/components/chunks/metano-lijQHG_y.mjs +1 -0
- package/dist/components/chunks/metis-BqxSjLkO.mjs +1 -0
- package/dist/components/chunks/mex-u20gGVmW.mjs +1 -0
- package/dist/components/chunks/mfg-hxp2OFOA.mjs +1 -0
- package/dist/components/chunks/mft-CZbpmEq1.mjs +1 -0
- package/dist/components/chunks/mim-DdflxlOc.mjs +1 -0
- package/dist/components/chunks/mimatic-Cvuqrp1d.mjs +1 -0
- package/dist/components/chunks/mina-CAVx91ot.mjs +1 -0
- package/dist/components/chunks/mir-B15ne4BF.mjs +1 -0
- package/dist/components/chunks/mith-Ca4NqELT.mjs +1 -0
- package/dist/components/chunks/mkr-BXqGBuX2.mjs +1 -0
- package/dist/components/chunks/mln-BInl6NT0.mjs +1 -0
- package/dist/components/chunks/mngo-DanVj0nE.mjs +1 -0
- package/dist/components/chunks/mnt-BRCJ-ZGm.mjs +1 -0
- package/dist/components/chunks/mntl-CE2ABr-p.mjs +1 -0
- package/dist/components/chunks/mnw-BmY3cH1R.mjs +1 -0
- package/dist/components/chunks/mochi-DX4FJJHk.mjs +1 -0
- package/dist/components/chunks/mod-BKFgOUAu.mjs +1 -0
- package/dist/components/chunks/mom-DZV9NQ6A.mjs +1 -0
- package/dist/components/chunks/moons-6rfmq5I2.mjs +1 -0
- package/dist/components/chunks/mot-_opVkhzI.mjs +1 -0
- package/dist/components/chunks/mpl-B91CEgGs.mjs +1 -0
- package/dist/components/chunks/mta-bXsu9pye.mjs +1 -0
- package/dist/components/chunks/mth-my0M8cYk.mjs +1 -0
- package/dist/components/chunks/mtl-DxZgnsUc.mjs +1 -0
- package/dist/components/chunks/mtn-n4RdRD85.mjs +1 -0
- package/dist/components/chunks/mura-DOI8Wa4U.mjs +1 -0
- package/dist/components/chunks/mvc-C4ahFOw-.mjs +1 -0
- package/dist/components/chunks/mvl-DP2mrozn.mjs +1 -0
- package/dist/components/chunks/mvp-BEzCK6L4.mjs +1 -0
- package/dist/components/chunks/mwat-CtPgrMEu.mjs +1 -0
- package/dist/components/chunks/mwc-DSzkN3Hv.mjs +1 -0
- package/dist/components/chunks/mxc-CMS3RYw5.mjs +1 -0
- package/dist/components/chunks/mxm-DwKR-Htg.mjs +1 -0
- package/dist/components/chunks/myb-GdnQBqq9.mjs +1 -0
- package/dist/components/chunks/nano-CWdYKQgs.mjs +1 -0
- package/dist/components/chunks/nas-CbQLbAzn.mjs +1 -0
- package/dist/components/chunks/nav-BL_SKfF5.mjs +1 -0
- package/dist/components/chunks/ncash-BzAh4VB5.mjs +1 -0
- package/dist/components/chunks/nct-DXzt_UVy.mjs +1 -0
- package/dist/components/chunks/near-C3cMRqrD.mjs +1 -0
- package/dist/components/chunks/nebl-YSXZjaot.mjs +1 -0
- package/dist/components/chunks/nec-4gqhVwIn.mjs +1 -0
- package/dist/components/chunks/neo-Chv19sgZ.mjs +1 -0
- package/dist/components/chunks/neox-BmCjgJvz.mjs +1 -0
- package/dist/components/chunks/nest-KKGn-B_C.mjs +1 -0
- package/dist/components/chunks/new-BEwcnPTm.mjs +1 -0
- package/dist/components/chunks/nex-CYaHAmIF.mjs +1 -0
- package/dist/components/chunks/nexo-BgMDD-Mw.mjs +1 -0
- package/dist/components/chunks/nexus-_FeYaVvy.mjs +1 -0
- package/dist/components/chunks/nexxo-CvLOmC1o.mjs +1 -0
- package/dist/components/chunks/nft-DW_peu4X.mjs +1 -0
- package/dist/components/chunks/nftb-DbnoDgfD.mjs +1 -0
- package/dist/components/chunks/ngc-0dC9EOfG.mjs +1 -0
- package/dist/components/chunks/niox-q6IG4px4.mjs +1 -0
- package/dist/components/chunks/nkn-hL47f3F-.mjs +1 -0
- package/dist/components/chunks/nlg-DOUuDOiN.mjs +1 -0
- package/dist/components/chunks/nmr-B6RCRBw7.mjs +1 -0
- package/dist/components/chunks/noia-GLo0JcMo.mjs +1 -0
- package/dist/components/chunks/nos-CZJJepZ6.mjs +1 -0
- package/dist/components/chunks/nper-Db-9PghJ.mjs +1 -0
- package/dist/components/chunks/npxs-D-OeSFwn.mjs +1 -0
- package/dist/components/chunks/nrg-B7tI3F4c.mjs +1 -0
- package/dist/components/chunks/nrv-CNv722E5.mjs +1 -0
- package/dist/components/chunks/nrve-B0W2N6n9.mjs +1 -0
- package/dist/components/chunks/ntic-Bj8n6Ipz.mjs +1 -0
- package/dist/components/chunks/ntl-V49ehyhz.mjs +1 -0
- package/dist/components/chunks/ntrn-Ch9vVAWj.mjs +1 -0
- package/dist/components/chunks/nu-DuZ-28ak.mjs +1 -0
- package/dist/components/chunks/nuls-CHtxFmvn.mjs +1 -0
- package/dist/components/chunks/nxm-B9YlVCTS.mjs +1 -0
- package/dist/components/chunks/nxra-CczER8Mo.mjs +1 -0
- package/dist/components/chunks/nxs-DD8-1c0T.mjs +1 -0
- package/dist/components/chunks/nxt-D89w3xG6.mjs +1 -0
- package/dist/components/chunks/oag-DrgsnDSo.mjs +1 -0
- package/dist/components/chunks/oax-DlgtSI-8.mjs +1 -0
- package/dist/components/chunks/ocean-HQGXiNUR.mjs +1 -0
- package/dist/components/chunks/ocn-DrLkDhKK.mjs +1 -0
- package/dist/components/chunks/ode-D4ScuCB0.mjs +1 -0
- package/dist/components/chunks/ogn-BIag0i3A.mjs +1 -0
- package/dist/components/chunks/ohm-BCUYW6y6.mjs +1 -0
- package/dist/components/chunks/oil-CFkwBxul.mjs +1 -0
- package/dist/components/chunks/okb-CrWxMcq6.mjs +1 -0
- package/dist/components/chunks/oks-D6egECim.mjs +1 -0
- package/dist/components/chunks/olt-SfLHnkCF.mjs +1 -0
- package/dist/components/chunks/omg-WrmBst6a.mjs +1 -0
- package/dist/components/chunks/ondo-BIJC8XYW.mjs +1 -0
- package/dist/components/chunks/one-CTk0kL6Y.mjs +1 -0
- package/dist/components/chunks/onion-DkBty2Bk.mjs +1 -0
- package/dist/components/chunks/ont-CDu_DnlE.mjs +1 -0
- package/dist/components/chunks/op-DGs4Sisg.mjs +1 -0
- package/dist/components/chunks/open-D4Qp3cMi.mjs +1 -0
- package/dist/components/chunks/opium-CnSPmBlT.mjs +1 -0
- package/dist/components/chunks/opul-BeCfAS44.mjs +1 -0
- package/dist/components/chunks/opx-CRQaUo_g.mjs +1 -0
- package/dist/components/chunks/orai-BvFBpMoK.mjs +1 -0
- package/dist/components/chunks/orbs-C34YP0hi.mjs +1 -0
- package/dist/components/chunks/orc-B0BjQ0RQ.mjs +1 -0
- package/dist/components/chunks/orn-XpQByoy0.mjs +1 -0
- package/dist/components/chunks/osmo-dI2tcNq_.mjs +1 -0
- package/dist/components/chunks/ost-BzNBoJ0a.mjs +1 -0
- package/dist/components/chunks/ovc-I3T2XXYZ.mjs +1 -0
- package/dist/components/chunks/ox-BT13aaG-.mjs +1 -0
- package/dist/components/chunks/oxt-C9ZspkxE.mjs +1 -0
- package/dist/components/chunks/pBTC-nLgPO1DA.mjs +1 -0
- package/dist/components/chunks/pai-BfxHEgv7.mjs +1 -0
- package/dist/components/chunks/paint-CagZEe-B.mjs +1 -0
- package/dist/components/chunks/pal-Bv8UyKcK.mjs +1 -0
- package/dist/components/chunks/palm-2-BX4QBRTi.mjs +1 -0
- package/dist/components/chunks/palm-lcxMjux6.mjs +1 -0
- package/dist/components/chunks/paper-huMErQN5.mjs +1 -0
- package/dist/components/chunks/par-Daysl5bv.mjs +1 -0
- package/dist/components/chunks/part-D8bhxFMj.mjs +1 -0
- package/dist/components/chunks/pasg-CFpgo2Ek.mjs +1 -0
- package/dist/components/chunks/pax-XwbyEkgT.mjs +1 -0
- package/dist/components/chunks/paxg-BEOwKThZ.mjs +1 -0
- package/dist/components/chunks/pay-CCWxrwEK.mjs +1 -0
- package/dist/components/chunks/pbirb-CuEW6d7e.mjs +1 -0
- package/dist/components/chunks/pbr-B_5CFz0Y.mjs +1 -0
- package/dist/components/chunks/pendle-y9pHrVbG.mjs +1 -0
- package/dist/components/chunks/pepe-uzfaJ3o6.mjs +1 -0
- package/dist/components/chunks/perl-DkAfcg-u.mjs +1 -0
- package/dist/components/chunks/perp-AsPYhWdP.mjs +1 -0
- package/dist/components/chunks/pha-Dxdin_FA.mjs +1 -0
- package/dist/components/chunks/phoneNumbers-Bmtkxd5J.mjs +1 -0
- package/dist/components/chunks/phtk-D5TjcI1k.mjs +1 -0
- package/dist/components/chunks/phx-DiKSK_wQ.mjs +1 -0
- package/dist/components/chunks/pickle-DoaW6WCG.mjs +1 -0
- package/dist/components/chunks/pika-CKwTtlQf.mjs +1 -0
- package/dist/components/chunks/pip-DTbw6wb-.mjs +1 -0
- package/dist/components/chunks/pivx-CnvoHwOk.mjs +1 -0
- package/dist/components/chunks/plDAI-nwXoIFut.mjs +1 -0
- package/dist/components/chunks/plUSDC-CySMyL2Q.mjs +1 -0
- package/dist/components/chunks/pla-BzhAPsOY.mjs +1 -0
- package/dist/components/chunks/play-PgNcwoLd.mjs +1 -0
- package/dist/components/chunks/plr-kqBco35C.mjs +1 -0
- package/dist/components/chunks/pltc-0nRJq-Eg.mjs +1 -0
- package/dist/components/chunks/pnb-hLZ7IPvy.mjs +1 -0
- package/dist/components/chunks/png-BtsYLXHi.mjs +1 -0
- package/dist/components/chunks/pnk-BxwOMYMz.mjs +1 -0
- package/dist/components/chunks/pnt-DrgAerY-.mjs +1 -0
- package/dist/components/chunks/poa-lJHH3lUk.mjs +1 -0
- package/dist/components/chunks/poe-Bmz9Rye2.mjs +1 -0
- package/dist/components/chunks/pokt-CZUaXcJ_.mjs +1 -0
- package/dist/components/chunks/pols-DDtG5C4K.mjs +1 -0
- package/dist/components/chunks/poly-2-4MmxuOoY.mjs +1 -0
- package/dist/components/chunks/poly-B0QLi05S.mjs +1 -0
- package/dist/components/chunks/polyx-C8kOB3hp.mjs +1 -0
- package/dist/components/chunks/pom-DhnJ3CzA.mjs +1 -0
- package/dist/components/chunks/pond-ClUGhyfJ.mjs +1 -0
- package/dist/components/chunks/pool-C_u0uBOa.mjs +1 -0
- package/dist/components/chunks/pop-CQIlehZ9.mjs +1 -0
- package/dist/components/chunks/powr-CxDzCqV5.mjs +1 -0
- package/dist/components/chunks/ppay-C8kVUV6u.mjs +1 -0
- package/dist/components/chunks/ppc-BRm4UqW0.mjs +1 -0
- package/dist/components/chunks/ppp-Da4_rrZp.mjs +1 -0
- package/dist/components/chunks/ppt-C2GJrttw.mjs +1 -0
- package/dist/components/chunks/pre-Da1hv0gr.mjs +1 -0
- package/dist/components/chunks/premia-MBudiAn1.mjs +1 -0
- package/dist/components/chunks/prime-WDISSGXm.mjs +1 -0
- package/dist/components/chunks/prl-VmyhozKG.mjs +1 -0
- package/dist/components/chunks/pro--Fg3rTEn.mjs +1 -0
- package/dist/components/chunks/prom-BXSTrYkL.mjs +1 -0
- package/dist/components/chunks/pros-C2kQfMp3.mjs +1 -0
- package/dist/components/chunks/prq-DNPIvCb2.mjs +1 -0
- package/dist/components/chunks/psp-CDTuducG.mjs +1 -0
- package/dist/components/chunks/pst-DpS88YoF.mjs +1 -0
- package/dist/components/chunks/pxp-iipN3qlz.mjs +1 -0
- package/dist/components/chunks/pyr-SrCylOiF.mjs +1 -0
- package/dist/components/chunks/pyth-D8hMHy32.mjs +1 -0
- package/dist/components/chunks/qash-BejnED4Q.mjs +1 -0
- package/dist/components/chunks/qbit-Dlxl56u0.mjs +1 -0
- package/dist/components/chunks/qi-DHPc3JwZ.mjs +1 -0
- package/dist/components/chunks/qkc-B4QzrCw2.mjs +1 -0
- package/dist/components/chunks/qlc-DlyPTXiI.mjs +1 -0
- package/dist/components/chunks/qnt-DSEIx9Qn.mjs +1 -0
- package/dist/components/chunks/qrdo-DrZltj7b.mjs +1 -0
- package/dist/components/chunks/qsp-qjDNXAQw.mjs +1 -0
- package/dist/components/chunks/qtcon-dIPwwvdN.mjs +1 -0
- package/dist/components/chunks/qtum-B3FjBbqV.mjs +1 -0
- package/dist/components/chunks/quick-C_jfCcWd.mjs +1 -0
- package/dist/components/chunks/r-rjsHRpkI.mjs +1 -0
- package/dist/components/chunks/raca-CMJ431yj.mjs +1 -0
- package/dist/components/chunks/rae-W76Ga-XL.mjs +1 -0
- package/dist/components/chunks/rai-_nzRfvPm.mjs +1 -0
- package/dist/components/chunks/rari-BnJ6urVz.mjs +1 -0
- package/dist/components/chunks/ray-BhUelEd2.mjs +1 -0
- package/dist/components/chunks/rbn-CLe8KZrt.mjs +1 -0
- package/dist/components/chunks/rbx-D3Ss-cdi.mjs +1 -0
- package/dist/components/chunks/rcn-I3x9u68c.mjs +1 -0
- package/dist/components/chunks/rdai-MJ4HOwcX.mjs +1 -0
- package/dist/components/chunks/rdd-BuhMWn0H.mjs +1 -0
- package/dist/components/chunks/rdn-9HrMHE9m.mjs +1 -0
- package/dist/components/chunks/rdnt-Cxpd2rN7.mjs +1 -0
- package/dist/components/chunks/ren-Cv8kTjUd.mjs +1 -0
- package/dist/components/chunks/rep-DorqX8O_.mjs +1 -0
- package/dist/components/chunks/req-urDAd52b.mjs +1 -0
- package/dist/components/chunks/reth-2-Ce36PkuJ.mjs +1 -0
- package/dist/components/chunks/reth-WtK5Oowy.mjs +1 -0
- package/dist/components/chunks/rev-Bp94o7zU.mjs +1 -0
- package/dist/components/chunks/rfox-DKoQHiPY.mjs +1 -0
- package/dist/components/chunks/rfwsteth-C1uUPgDZ.mjs +1 -0
- package/dist/components/chunks/rgt-Pcxhvnat.mjs +1 -0
- package/dist/components/chunks/rhoc-BhdRaqUX.mjs +1 -0
- package/dist/components/chunks/rif-BYc8XiuJ.mjs +1 -0
- package/dist/components/chunks/rlc-DzSC0CwK.mjs +1 -0
- package/dist/components/chunks/rly-DweoV6pB.mjs +1 -0
- package/dist/components/chunks/rndr-rNDl1eq4.mjs +1 -0
- package/dist/components/chunks/rook-DLFXOSyd.mjs +1 -0
- package/dist/components/chunks/rose-BYKl_yPL.mjs +1 -0
- package/dist/components/chunks/rpl-C9ItAeuu.mjs +1 -0
- package/dist/components/chunks/rpx-kVLMN-CC.mjs +1 -0
- package/dist/components/chunks/rsr-AhU5_b8q.mjs +1 -0
- package/dist/components/chunks/rsv-BfxPQ18B.mjs +1 -0
- package/dist/components/chunks/rune-CiDCuLR0.mjs +1 -0
- package/dist/components/chunks/rvn-DizUm6_U.mjs +1 -0
- package/dist/components/chunks/s-CCw9_5B5.mjs +1 -0
- package/dist/components/chunks/sai-Dt39ka4d.mjs +1 -0
- package/dist/components/chunks/salt-BdrPKmej.mjs +1 -0
- package/dist/components/chunks/san-wlk9D467.mjs +1 -0
- package/dist/components/chunks/sand-DdIP_z8R.mjs +1 -0
- package/dist/components/chunks/sapp-CkPHl7OJ.mjs +1 -0
- package/dist/components/chunks/sar-CtdRGmgX.mjs +1 -0
- package/dist/components/chunks/scrl-CS5_14IC.mjs +1 -0
- package/dist/components/chunks/scrt-D5Ur8AKh.mjs +1 -0
- package/dist/components/chunks/scs-zv2vdXPO.mjs +1 -0
- package/dist/components/chunks/sdex-CsAQtTLv.mjs +1 -0
- package/dist/components/chunks/sdl-pyEJqof5.mjs +1 -0
- package/dist/components/chunks/sdt-4Z3t6_YS.mjs +1 -0
- package/dist/components/chunks/seele-Dq2wOb9O.mjs +1 -0
- package/dist/components/chunks/sefi-B302aUzq.mjs +1 -0
- package/dist/components/chunks/sei-DUPGQUwH.mjs +1 -0
- package/dist/components/chunks/sem-DIGBaKHW.mjs +1 -0
- package/dist/components/chunks/seth-sifJf3xf.mjs +1 -0
- package/dist/components/chunks/seth2-DwxEqUGm.mjs +1 -0
- package/dist/components/chunks/sfi-Kk2I2fuS.mjs +1 -0
- package/dist/components/chunks/sfm-DKLT9uQj.mjs +1 -0
- package/dist/components/chunks/sfp-2-B7rcgkd9.mjs +1 -0
- package/dist/components/chunks/sfp-BDok0xy6.mjs +1 -0
- package/dist/components/chunks/sha-DBTWf0uK.mjs +1 -0
- package/dist/components/chunks/shib-DYsgiwjM.mjs +1 -0
- package/dist/components/chunks/shr-BOSPyc8x.mjs +1 -0
- package/dist/components/chunks/shuf-Bqp6Cqdw.mjs +1 -0
- package/dist/components/chunks/si-Sbqv0OdJ.mjs +1 -0
- package/dist/components/chunks/sia-DL5Wecvg.mjs +1 -0
- package/dist/components/chunks/sidus-C5LGcxJC.mjs +1 -0
- package/dist/components/chunks/silo-oPMUjDBK.mjs +1 -0
- package/dist/components/chunks/skl-RqosE1aU.mjs +1 -0
- package/dist/components/chunks/sky-o-nsi5DD.mjs +1 -0
- package/dist/components/chunks/sld-BL2wTYoZ.mjs +1 -0
- package/dist/components/chunks/slex-Ctxkedsy.mjs +1 -0
- package/dist/components/chunks/slp-D44C9MqL.mjs +1 -0
- package/dist/components/chunks/slt-DuxT5zNF.mjs +1 -0
- package/dist/components/chunks/smart-BU62RHF9.mjs +1 -0
- package/dist/components/chunks/snail-BG8W-zA1.mjs +1 -0
- package/dist/components/chunks/snc-D38gvCmF.mjs +1 -0
- package/dist/components/chunks/sngls-aUeLP5pS.mjs +1 -0
- package/dist/components/chunks/snm-D9sl-sgj.mjs +1 -0
- package/dist/components/chunks/snt-CXLqSW2z.mjs +1 -0
- package/dist/components/chunks/snx-CcSYNkfh.mjs +1 -0
- package/dist/components/chunks/soaps-CuvXCz5o.mjs +1 -0
- package/dist/components/chunks/socks-CK-pKN1I.mjs +1 -0
- package/dist/components/chunks/sofi-WFS9QLHP.mjs +1 -0
- package/dist/components/chunks/sol-tkKM_0CU.mjs +1 -0
- package/dist/components/chunks/solch-BhJag1Xx.mjs +1 -0
- package/dist/components/chunks/soul-D3eGr9_u.mjs +1 -0
- package/dist/components/chunks/sov-6TOtH3Ne.mjs +1 -0
- package/dist/components/chunks/spank-20UI-Z0T.mjs +1 -0
- package/dist/components/chunks/spike-0U2THtpd.mjs +1 -0
- package/dist/components/chunks/spn-BTTAZwho.mjs +1 -0
- package/dist/components/chunks/sqr-BHictv8i.mjs +1 -0
- package/dist/components/chunks/srm-BjOu8XlW.mjs +1 -0
- package/dist/components/chunks/ssv-DLJPc_MO.mjs +1 -0
- package/dist/components/chunks/stake-B5eTIQoW.mjs +1 -0
- package/dist/components/chunks/steem-qLujqZ46.mjs +1 -0
- package/dist/components/chunks/step-Dk1OQnvn.mjs +1 -0
- package/dist/components/chunks/steth-BTmZv8BH.mjs +1 -0
- package/dist/components/chunks/stg-DzQH5Bka.mjs +1 -0
- package/dist/components/chunks/stmx-BsVd478D.mjs +1 -0
- package/dist/components/chunks/storj-DZ7LNKZR.mjs +1 -0
- package/dist/components/chunks/storm-Chnzu-5x.mjs +1 -0
- package/dist/components/chunks/stpt-BvF2JXdF.mjs +1 -0
- package/dist/components/chunks/strat-uIoV_Yej.mjs +1 -0
- package/dist/components/chunks/strdy-h4G5Kc4K.mjs +1 -0
- package/dist/components/chunks/strk-D3GQ-XBr.mjs +1 -0
- package/dist/components/chunks/strx-DF_xZtr5.mjs +1 -0
- package/dist/components/chunks/stx-D9bj640u.mjs +1 -0
- package/dist/components/chunks/stz-DUX7tE5n.mjs +1 -0
- package/dist/components/chunks/sub-CfU6fFrM.mjs +1 -0
- package/dist/components/chunks/sui-eBmnj_sQ.mjs +1 -0
- package/dist/components/chunks/sun-B-aOcIhO.mjs +1 -0
- package/dist/components/chunks/super-BFV29a3l.mjs +1 -0
- package/dist/components/chunks/suqa-JJ7qWkLM.mjs +1 -0
- package/dist/components/chunks/susd-2-Drgq57Jk.mjs +1 -0
- package/dist/components/chunks/susd-Cn-yAcxr.mjs +1 -0
- package/dist/components/chunks/sushi-o8ogf4QT.mjs +1 -0
- package/dist/components/chunks/suter-BSiXo9Dt.mjs +1 -0
- package/dist/components/chunks/swap-DCIPXb4Y.mjs +1 -0
- package/dist/components/chunks/sweat-CCbfZxmC.mjs +1 -0
- package/dist/components/chunks/sweth-C4raduXT.mjs +1 -0
- package/dist/components/chunks/swth-Cy-S-p4H.mjs +1 -0
- package/dist/components/chunks/sxdt-Deqzd_kN.mjs +1 -0
- package/dist/components/chunks/sxp-D9W2SIas.mjs +1 -0
- package/dist/components/chunks/syn-C2spysDY.mjs +1 -0
- package/dist/components/chunks/sys-BcEJmU8P.mjs +1 -0
- package/dist/components/chunks/t-DquUEDol.mjs +1 -0
- package/dist/components/chunks/tbtc-2-Cx5QeisG.mjs +1 -0
- package/dist/components/chunks/tbtc-pNGsBKl6.mjs +1 -0
- package/dist/components/chunks/tct-CwFIPiup.mjs +1 -0
- package/dist/components/chunks/tel-HlGlOnjA.mjs +1 -0
- package/dist/components/chunks/tet-D48TqpIa.mjs +1 -0
- package/dist/components/chunks/tfuel-CsbnxkdI.mjs +1 -0
- package/dist/components/chunks/thales-Cz3dXurL.mjs +1 -0
- package/dist/components/chunks/thc-D9HP7r_G.mjs +1 -0
- package/dist/components/chunks/thedao-BAIqo_Mn.mjs +1 -0
- package/dist/components/chunks/theta-CqoXk3wq.mjs +1 -0
- package/dist/components/chunks/thr-CtbQuzRq.mjs +1 -0
- package/dist/components/chunks/tia-D_461DJO.mjs +1 -0
- package/dist/components/chunks/tio-BLXDKnyW.mjs +1 -0
- package/dist/components/chunks/titan-CzKwU43V.mjs +1 -0
- package/dist/components/chunks/tkn-CwFAfpZY.mjs +1 -0
- package/dist/components/chunks/tko-CnmRZQ6h.mjs +1 -0
- package/dist/components/chunks/tky-DiGyzjdt.mjs +1 -0
- package/dist/components/chunks/tnb-Ci-EOU9o.mjs +1 -0
- package/dist/components/chunks/tnc-RCARJKbH.mjs +1 -0
- package/dist/components/chunks/tnd-BjtjPEX8.mjs +1 -0
- package/dist/components/chunks/tnt-CR3htMrF.mjs +1 -0
- package/dist/components/chunks/token-C1uIvuNc.mjs +1 -0
- package/dist/components/chunks/tomi-DawSR_p0.mjs +1 -0
- package/dist/components/chunks/tomo-DXQ3bv0A.mjs +1 -0
- package/dist/components/chunks/ton-DqKn0UJk.mjs +1 -0
- package/dist/components/chunks/torn-DNFzuQ_t.mjs +1 -0
- package/dist/components/chunks/tower-B5pTubQ5.mjs +1 -0
- package/dist/components/chunks/tpay-ChyzJkaO.mjs +1 -0
- package/dist/components/chunks/trac-CYi1qALd.mjs +1 -0
- package/dist/components/chunks/trb-KRoWP_cx.mjs +1 -0
- package/dist/components/chunks/tribe-Bjn7Q0Fb.mjs +1 -0
- package/dist/components/chunks/trig-CxTAix4Y.mjs +1 -0
- package/dist/components/chunks/trtl-Cfr6W7Gu.mjs +1 -0
- package/dist/components/chunks/tru-yUcMZn__.mjs +1 -0
- package/dist/components/chunks/trx-QAMfjW69.mjs +1 -0
- package/dist/components/chunks/tryb-CYb9eEgk.mjs +1 -0
- package/dist/components/chunks/ttc-CBidOHAi.mjs +1 -0
- package/dist/components/chunks/tube-SC-EETj2.mjs +1 -0
- package/dist/components/chunks/tusd-CfQxEg3L.mjs +1 -0
- package/dist/components/chunks/twt-ilqb3ZkJ.mjs +1 -0
- package/dist/components/chunks/tyzen-BKPopG7Q.mjs +1 -0
- package/dist/components/chunks/ubi-D0q_Xmry.mjs +1 -0
- package/dist/components/chunks/ubq-CKwV9wrN.mjs +1 -0
- package/dist/components/chunks/ubt-BbYSJDo7.mjs +1 -0
- package/dist/components/chunks/uft-CErYLYpK.mjs +1 -0
- package/dist/components/chunks/ult-2-mAbEPZgh.mjs +1 -0
- package/dist/components/chunks/ult-B9sg1sCO.mjs +1 -0
- package/dist/components/chunks/uma-DgG04DyW.mjs +1 -0
- package/dist/components/chunks/uncx-DltwheYf.mjs +1 -0
- package/dist/components/chunks/unfi-BWpcvm6v.mjs +1 -0
- package/dist/components/chunks/uni-ISkMetTs.mjs +1 -0
- package/dist/components/chunks/unibot-ibprOW5i.mjs +1 -0
- package/dist/components/chunks/uniqo-BfT0dSlc.mjs +1 -0
- package/dist/components/chunks/unn-kaDSbims.mjs +1 -0
- package/dist/components/chunks/uos-BYfqH982.mjs +1 -0
- package/dist/components/chunks/upp-Ch0APIWe.mjs +1 -0
- package/dist/components/chunks/usdc-CScadAi8.mjs +1 -0
- package/dist/components/chunks/usdd-D0E_bOpu.mjs +1 -0
- package/dist/components/chunks/usdn-D_JVIAwp.mjs +1 -0
- package/dist/components/chunks/usdp-DIHpRWZG.mjs +1 -0
- package/dist/components/chunks/usds-BRispmxg.mjs +1 -0
- package/dist/components/chunks/usdt-chf5c8bE.mjs +1 -0
- package/dist/components/chunks/useEaeraInputPhoneNumber-CKXimj-u.mjs +1 -0
- package/dist/components/chunks/usx-GPdi6yyS.mjs +1 -0
- package/dist/components/chunks/utk-YmFOjuUL.mjs +1 -0
- package/dist/components/chunks/uuu-BZd5lkR4.mjs +1 -0
- package/dist/components/chunks/uxp-BZHqJpAr.mjs +1 -0
- package/dist/components/chunks/vai-B5BUIq1q.mjs +1 -0
- package/dist/components/chunks/value-RU0KV7CI.mjs +1 -0
- package/dist/components/chunks/vekwenta-BMH4s2oy.mjs +1 -0
- package/dist/components/chunks/vela-DuUq32_i.mjs +1 -0
- package/dist/components/chunks/velo-Dd2ePkov.mjs +1 -0
- package/dist/components/chunks/vendor-currency-symbol-map-C-1fEG2R.mjs +1 -0
- package/dist/components/chunks/vendor-dayjs-D8w0D2To.mjs +1 -0
- package/dist/components/chunks/vendor-email-misspelled-0hsXkSSK.mjs +1 -0
- package/dist/components/chunks/vendor-es-toolkit-D-WXci__.mjs +1 -0
- package/dist/components/chunks/vendor-html-to-image-DzdJgLib.mjs +1 -0
- package/dist/components/chunks/vendor-libphonenumber-js-bhez_Ujn.mjs +1 -0
- package/dist/components/chunks/vendor-lodash-es-DUTj3yNB.mjs +1 -0
- package/dist/components/chunks/vendor-sortablejs-D3DyHO5Y.mjs +7 -0
- package/dist/components/chunks/vendor-unorm-Degftfa1.mjs +1 -0
- package/dist/components/chunks/vendor-vueuse-core-B96HGhR7.mjs +1 -0
- package/dist/components/chunks/veri-Cj_yzGXl.mjs +1 -0
- package/dist/components/chunks/vest-sL4CQj3H.mjs +1 -0
- package/dist/components/chunks/vet-BdxtSlbQ.mjs +1 -0
- package/dist/components/chunks/vgx-C1K2aERp.mjs +1 -0
- package/dist/components/chunks/via-C_toZovx.mjs +1 -0
- package/dist/components/chunks/vib-Dj-bB55d.mjs +1 -0
- package/dist/components/chunks/vibe-AuuIayv_.mjs +1 -0
- package/dist/components/chunks/vidt-CmCAMgXe.mjs +1 -0
- package/dist/components/chunks/vikky-DD6e6CWo.mjs +1 -0
- package/dist/components/chunks/vin-DBteTwpG.mjs +1 -0
- package/dist/components/chunks/vina-BQazja1a.mjs +1 -0
- package/dist/components/chunks/vita-D3XGo7mw.mjs +1 -0
- package/dist/components/chunks/vite-BnJpKhol.mjs +1 -0
- package/dist/components/chunks/viu-DkqJIfgE.mjs +1 -0
- package/dist/components/chunks/vlx-CHHtBqE7.mjs +1 -0
- package/dist/components/chunks/vrs-Cwm77dpo.mjs +1 -0
- package/dist/components/chunks/vs-CW9yBFGb.mjs +1 -0
- package/dist/components/chunks/vsp-DPv36qfs.mjs +1 -0
- package/dist/components/chunks/vsys-DybUjeL0.mjs +1 -0
- package/dist/components/chunks/vtc-078er3If.mjs +1 -0
- package/dist/components/chunks/vvs-C2VDdK4J.mjs +1 -0
- package/dist/components/chunks/wabi-CbEiv2Oz.mjs +1 -0
- package/dist/components/chunks/wagmigames-BN0Uwx9K.mjs +1 -0
- package/dist/components/chunks/wan-BJQbSodM.mjs +1 -0
- package/dist/components/chunks/warp-DIz8hQXZ.mjs +1 -0
- package/dist/components/chunks/wassie-oeGzqUtV.mjs +1 -0
- package/dist/components/chunks/waves-Beo6yBQz.mjs +1 -0
- package/dist/components/chunks/wbt-BnPoPavf.mjs +1 -0
- package/dist/components/chunks/wbtc-CHJE5m70.mjs +1 -0
- package/dist/components/chunks/wck-DQbeJoQa.mjs +1 -0
- package/dist/components/chunks/wct-ClF1sN5b.mjs +1 -0
- package/dist/components/chunks/weco-BnQnTmwx.mjs +1 -0
- package/dist/components/chunks/wemix-dBp7MMaA.mjs +1 -0
- package/dist/components/chunks/weth-D_mVeYXB.mjs +1 -0
- package/dist/components/chunks/wexpoly-Dxm2Zhqt.mjs +1 -0
- package/dist/components/chunks/whale-2NSLRQQf.mjs +1 -0
- package/dist/components/chunks/wib-DFF-wkwy.mjs +1 -0
- package/dist/components/chunks/wild-CIvMK_VS.mjs +1 -0
- package/dist/components/chunks/win-BmWgbl_d.mjs +1 -0
- package/dist/components/chunks/wing-CZye6PDZ.mjs +1 -0
- package/dist/components/chunks/wings-BvdwQ5Mk.mjs +1 -0
- package/dist/components/chunks/wld-Bwc6uMCb.mjs +1 -0
- package/dist/components/chunks/wmt-CInqfSOE.mjs +1 -0
- package/dist/components/chunks/woo-DTHaAqNj.mjs +1 -0
- package/dist/components/chunks/wopenx-f9SDIkRN.mjs +1 -0
- package/dist/components/chunks/wpr-CXBOlLdI.mjs +1 -0
- package/dist/components/chunks/wrx-9ju9D9uk.mjs +1 -0
- package/dist/components/chunks/wsteth-b05wjCaO.mjs +1 -0
- package/dist/components/chunks/wtbt-C5_0WPb5.mjs +1 -0
- package/dist/components/chunks/wtc-Fxt-Y0Sf.mjs +1 -0
- package/dist/components/chunks/wxt-CiIomR2T.mjs +1 -0
- package/dist/components/chunks/x2y2-SOvTRy2V.mjs +1 -0
- package/dist/components/chunks/xai-D8pUFgmC.mjs +1 -0
- package/dist/components/chunks/xas-DC7e5thf.mjs +1 -0
- package/dist/components/chunks/xaut-BCBVxuyA.mjs +1 -0
- package/dist/components/chunks/xch-DO1RL9Em.mjs +1 -0
- package/dist/components/chunks/xchf-Cb6yj-1N.mjs +1 -0
- package/dist/components/chunks/xcm-JQwhbhBt.mjs +1 -0
- package/dist/components/chunks/xcn-COvrxgY8.mjs +1 -0
- package/dist/components/chunks/xdc-BxZGIBNh.mjs +1 -0
- package/dist/components/chunks/xec-CQ5I5vKp.mjs +1 -0
- package/dist/components/chunks/xem-Csj0Mc77.mjs +1 -0
- package/dist/components/chunks/xhv-DZxVTL_8.mjs +1 -0
- package/dist/components/chunks/xido-D9koH9kG.mjs +1 -0
- package/dist/components/chunks/xin-DT4Li2pb.mjs +1 -0
- package/dist/components/chunks/xlm-D4zitIXS.mjs +1 -0
- package/dist/components/chunks/xln-CSBDhpYM.mjs +1 -0
- package/dist/components/chunks/xlq-DjDAQ-Q9.mjs +1 -0
- package/dist/components/chunks/xmark-8QRaN0Ow.mjs +1 -0
- package/dist/components/chunks/xmr-C4lYOEka.mjs +1 -0
- package/dist/components/chunks/xmt-B_EWX13q.mjs +1 -0
- package/dist/components/chunks/xmx-BDvqujk7.mjs +1 -0
- package/dist/components/chunks/xnk-B7IUwoMx.mjs +1 -0
- package/dist/components/chunks/xno-B2vYy9wr.mjs +1 -0
- package/dist/components/chunks/xns-B9b5iDS_.mjs +1 -0
- package/dist/components/chunks/xor-B4mLprfl.mjs +1 -0
- package/dist/components/chunks/xpr-CREwtn70.mjs +1 -0
- package/dist/components/chunks/xprt-DW0njBQ7.mjs +1 -0
- package/dist/components/chunks/xrd-ZWwZJ2wD.mjs +1 -0
- package/dist/components/chunks/xrgb-BYrN5sd0.mjs +1 -0
- package/dist/components/chunks/xrp-DdgCWLJk.mjs +1 -0
- package/dist/components/chunks/xsn-DAz0RGAp.mjs +1 -0
- package/dist/components/chunks/xsr-DYPoKflP.mjs +1 -0
- package/dist/components/chunks/xtz-Cqr7gEVh.mjs +1 -0
- package/dist/components/chunks/xvg-BINcXWe3.mjs +1 -0
- package/dist/components/chunks/xym-9GjCALKC.mjs +1 -0
- package/dist/components/chunks/xyo-DHo9xSq-.mjs +1 -0
- package/dist/components/chunks/xzc-CxFwO4Y8.mjs +1 -0
- package/dist/components/chunks/yfi-CPvCVM3w.mjs +1 -0
- package/dist/components/chunks/yfii-pay5UrcQ.mjs +1 -0
- package/dist/components/chunks/yld-4QOjLcdA.mjs +1 -0
- package/dist/components/chunks/yoyo-BhPMciXv.mjs +1 -0
- package/dist/components/chunks/zai-Bu8iZ1hW.mjs +1 -0
- package/dist/components/chunks/zb-BJqqrjDk.mjs +1 -0
- package/dist/components/chunks/zco-Cos-RVoL.mjs +1 -0
- package/dist/components/chunks/zec-CU-AhzqX.mjs +1 -0
- package/dist/components/chunks/zel-DrJR0qba.mjs +1 -0
- package/dist/components/chunks/zen-CB7E3xP8.mjs +1 -0
- package/dist/components/chunks/zeph-BIdAhpm-.mjs +1 -0
- package/dist/components/chunks/zil-BysPBX4P.mjs +1 -0
- package/dist/components/chunks/zks-CJhqnBtu.mjs +1 -0
- package/dist/components/chunks/zksp-DdPG2pfH.mjs +1 -0
- package/dist/components/chunks/zpay-BPvp2VkO.mjs +1 -0
- package/dist/components/chunks/zrx-BWi3YM-M.mjs +1 -0
- package/dist/components/chunks/zusd-CHYC504b.mjs +1 -0
- package/dist/components/composite/EaeraCalendar.d.ts +300 -0
- package/dist/components/composite/EaeraCalendar.mjs +1 -0
- package/dist/components/composite/EaeraDataCard.d.ts +51 -0
- package/dist/components/composite/EaeraDataCard.mjs +1 -0
- package/dist/components/composite/EaeraDropdownV2.d.ts +2062 -0
- package/dist/components/composite/EaeraDropdownV2.mjs +1 -0
- package/dist/components/composite/EaeraDynamicFieldRow.d.ts +67 -0
- package/dist/components/composite/EaeraDynamicFieldRow.mjs +1 -0
- package/dist/components/composite/EaeraEmailSuggestion.d.ts +15 -0
- package/dist/components/composite/EaeraEmailSuggestion.mjs +1 -0
- package/dist/components/composite/EaeraForm.d.ts +87 -0
- package/dist/components/composite/EaeraForm.mjs +1 -0
- package/dist/components/composite/EaeraTableV2.d.ts +1421 -0
- package/dist/components/composite/EaeraTableV2.mjs +1 -0
- package/dist/components/custom/EaeraBarChart.mjs +1 -0
- package/dist/components/custom/EaeraButtonGroup.d.ts +56 -0
- package/dist/components/custom/EaeraButtonGroup.mjs +1 -0
- package/dist/components/custom/EaeraCountryField.d.ts +64 -0
- package/dist/components/custom/EaeraCountryField.mjs +1 -0
- package/dist/components/custom/EaeraCurrencyIcon.d.ts +12 -0
- package/dist/components/custom/EaeraCurrencyIcon.mjs +1 -0
- package/dist/components/custom/EaeraDonutChart.d.ts +16 -0
- package/dist/components/custom/EaeraDonutChart.mjs +1 -0
- package/dist/components/custom/EaeraInputPhone.d.ts +22 -0
- package/dist/components/custom/EaeraInputPhone.mjs +1 -0
- package/dist/components/custom/EaeraInputPhoneNumber.d.ts +572 -0
- package/dist/components/custom/EaeraInputPhoneNumber.mjs +1 -0
- package/dist/components/custom/EaeraLanguageCurrencyMenu.d.ts +32 -0
- package/dist/components/custom/EaeraLanguageCurrencyMenu.mjs +1 -0
- package/dist/components/custom/EaeraLineChart.d.ts +15 -0
- package/dist/components/custom/EaeraLineChart.mjs +1 -0
- package/dist/components/custom/EaeraMixBalanceProfitEChart.mjs +1 -0
- package/dist/components/custom/EaeraMixEChart.mjs +1 -0
- package/dist/components/custom/EaeraSelectGroup.d.ts +72 -0
- package/dist/components/custom/EaeraSelectGroup.mjs +1 -0
- package/dist/components/custom/EaeraSelectOther.d.ts +76 -0
- package/dist/components/custom/EaeraSelectOther.mjs +1 -0
- package/dist/components/custom/EaeraStatisticsCard.d.ts +42 -0
- package/dist/components/custom/EaeraStatisticsCard.mjs +1 -0
- package/dist/components/custom/EaeraThemeSwitcher.mjs +1 -0
- package/dist/components/custom/EaeraTopbarMenu.d.ts +30 -0
- package/dist/components/custom/EaeraTopbarMenu.mjs +1 -0
- package/dist/components/custom/EaeraTreeV2.d.ts +5887 -0
- package/dist/components/custom/EaeraTreeV2.mjs +1 -0
- package/dist/components/custom/EaeraWidgetBarRace.d.ts +36 -0
- package/dist/components/custom/EaeraWidgetBarRace.mjs +1 -0
- package/dist/components/custom/EaeraWidgetBasicTradingStatistics.d.ts +43 -0
- package/dist/components/custom/EaeraWidgetBasicTradingStatistics.mjs +1 -0
- package/dist/components/custom/EaeraWidgetEconomicInsight.d.ts +25 -0
- package/dist/components/custom/EaeraWidgetEconomicInsight.mjs +1 -0
- package/dist/components/custom/EaeraWidgetGrowthBalanceProfitChart.d.ts +39 -0
- package/dist/components/custom/EaeraWidgetGrowthBalanceProfitChart.mjs +1 -0
- package/dist/components/custom/EaeraWidgetHeader.d.ts +35 -0
- package/dist/components/custom/EaeraWidgetHeader.mjs +1 -0
- package/dist/components/custom/EaeraWidgetIframe.d.ts +38 -0
- package/dist/components/custom/EaeraWidgetIframe.mjs +1 -0
- package/dist/components/custom/EaeraWidgetMarginCalculator.d.ts +376 -0
- package/dist/components/custom/EaeraWidgetMarginCalculator.mjs +1 -0
- package/dist/components/custom/EaeraWidgetMetricsStaticCard.d.ts +14 -0
- package/dist/components/custom/EaeraWidgetMetricsStaticCard.mjs +1 -0
- package/dist/components/custom/EaeraWidgetMonthlyGainChart.d.ts +34 -0
- package/dist/components/custom/EaeraWidgetMonthlyGainChart.mjs +1 -0
- package/dist/components/custom/EaeraWidgetPLCalendar.d.ts +20 -0
- package/dist/components/custom/EaeraWidgetPLCalendar.mjs +1 -0
- package/dist/components/custom/EaeraWidgetPLTime.d.ts +35 -0
- package/dist/components/custom/EaeraWidgetPLTime.mjs +1 -0
- package/dist/components/custom/EaeraWidgetPieChart.d.ts +34 -0
- package/dist/components/custom/EaeraWidgetPieChart.mjs +1 -0
- package/dist/components/custom/EaeraWidgetPositionCalculator.d.ts +376 -0
- package/dist/components/custom/EaeraWidgetPositionCalculator.mjs +1 -0
- package/dist/components/custom/EaeraWidgetProfitLossCard.d.ts +10 -0
- package/dist/components/custom/EaeraWidgetProfitLossCard.mjs +1 -0
- package/dist/components/custom/EaeraWidgetScoreChart.d.ts +33 -0
- package/dist/components/custom/EaeraWidgetScoreChart.mjs +1 -0
- package/dist/components/custom/EaeraWidgetStrategyOverView.d.ts +14 -0
- package/dist/components/custom/EaeraWidgetStrategyOverView.mjs +1 -0
- package/dist/components/custom/EaeraWidgetStrategyPerformance.d.ts +33 -0
- package/dist/components/custom/EaeraWidgetStrategyPerformance.mjs +1 -0
- package/dist/components/custom/EaeraWidgetTechnicalViews.d.ts +25 -0
- package/dist/components/custom/EaeraWidgetTechnicalViews.mjs +1 -0
- package/dist/components/custom/EaeraWidgetTimeLineBar.d.ts +20 -0
- package/dist/components/custom/EaeraWidgetTimeLineBar.mjs +1 -0
- package/dist/components/custom/EaeraWidgetTimeLineTable.d.ts +11 -0
- package/dist/components/custom/EaeraWidgetTimeLineTable.mjs +1 -0
- package/dist/components/custom/EaeraWidgetTradeVolumeStatistics.d.ts +33 -0
- package/dist/components/custom/EaeraWidgetTradeVolumeStatistics.mjs +1 -0
- package/dist/components/fonts/PPMori-Extralight.otf +0 -0
- package/dist/components/fonts/PPMori-ExtralightItalic.otf +0 -0
- package/dist/components/fonts/PPMori-Regular.otf +0 -0
- package/dist/components/fonts/PPMori-RegularItalic.otf +0 -0
- package/dist/components/fonts/PPMori-SemiBold.otf +0 -0
- package/dist/components/fonts/PPMori-SemiBoldItalic.otf +0 -0
- package/dist/components/vite.svg +1 -0
- package/dist/components/webtrade/EaeraCfdOrderPlacement/index.d.ts +29 -0
- package/dist/components/webtrade/EaeraCfdOrderPlacement/type.d.ts +21 -0
- package/dist/components/webtrade/EaeraCfdOrderPlacement/useEaeraOrderPlacement.d.ts +23 -0
- package/dist/components/webtrade/EaeraCfdOrderPlacement.d.ts +3 -0
- package/dist/components/webtrade/EaeraCfdOrderPlacement.mjs +1 -0
- package/dist/components/webtrade/EaeraCfdWatchlist/index.d.ts +14 -0
- package/dist/components/webtrade/EaeraCfdWatchlist/type.d.ts +13 -0
- package/dist/components/webtrade/EaeraCfdWatchlist/useEaeraWatchlist.d.ts +131 -0
- package/dist/components/webtrade/EaeraCfdWatchlist.d.ts +3 -0
- package/dist/components/webtrade/EaeraCfdWatchlist.mjs +1 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/constants.d.ts +3 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/base/plugin-base.d.ts +116 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/brush/brush.drawing-tool.d.ts +70 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/brush/brush.model.d.ts +66 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/brush/brush.pane-view.d.ts +11 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/brush/brush.renderer.d.ts +31 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/brush/brush.utils.d.ts +14 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/brush/index.d.ts +6 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/drawing-bridge.d.ts +17 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/line/line.drawing-tool.d.ts +77 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/line/line.model.d.ts +57 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/line/line.pane-view.d.ts +15 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/line/line.renderer.d.ts +19 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/text/index.d.ts +5 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/text/text.drawing-tool.d.ts +76 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/text/text.model.d.ts +40 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/text/text.pane-view.d.ts +11 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/draws/text/text.renderer.d.ts +10 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/helpers/assertions.d.ts +1 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/helpers/performance.d.ts +13 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/helpers/positions.d.ts +30 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/helpers/tool-drawing.d.ts +24 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/helpers/tool-events.d.ts +18 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/helpers/tool-interactions.d.ts +17 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/helpers/tool-pointer.d.ts +9 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/helpers/tool-primitives.d.ts +18 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/core/runtime/runtime-guards.d.ts +3 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/index.d.ts +17 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/useEaeraDrawingOverlay.d.ts +23 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/useEaeraDrawingOverlayController.d.ts +32 -0
- package/dist/components/webtrade/EaeraDrawingOverlay/utils/chart.d.ts +6 -0
- package/dist/components/webtrade/EaeraDrawingOverlay.d.ts +3 -0
- package/dist/components/webtrade/EaeraDrawingOverlay.mjs +1 -0
- package/dist/components/webtrade/EaeraLightweightChart/components/index.d.ts +2 -0
- package/dist/components/webtrade/EaeraLightweightChart/constants.d.ts +156 -0
- package/dist/components/webtrade/EaeraLightweightChart/index.d.ts +2 -0
- package/dist/components/webtrade/EaeraLightweightChart/useEaeraLightweightChart.d.ts +80 -0
- package/dist/components/webtrade/EaeraLightweightChart/utils.d.ts +6 -0
- package/dist/components/webtrade/EaeraLightweightChart.d.ts +2 -0
- package/dist/components/webtrade/EaeraLightweightChart.mjs +1 -0
- package/dist/components/webtrade/EaeraMarketDepth/components/index.d.ts +3 -0
- package/dist/components/webtrade/EaeraMarketDepth/index.d.ts +47 -0
- package/dist/components/webtrade/EaeraMarketDepth/useEaeraMarketDepth.d.ts +30 -0
- package/dist/components/webtrade/EaeraMarketDepth.d.ts +2 -0
- package/dist/components/webtrade/EaeraMarketDepth.mjs +1 -0
- package/dist/components/webtrade/EaeraOrderPlacement/components/index.d.ts +3 -0
- package/dist/components/webtrade/EaeraOrderPlacement/index.d.ts +36 -0
- package/dist/components/webtrade/EaeraOrderPlacement/useEaeraOrderPlacement.d.ts +26 -0
- package/dist/components/webtrade/EaeraOrderPlacement/utils.d.ts +2 -0
- package/dist/components/webtrade/EaeraOrderPlacement.d.ts +2 -0
- package/dist/components/webtrade/EaeraOrderPlacement.mjs +1 -0
- package/dist/components/webtrade/EaeraOrderlineOverlay/constants.d.ts +16 -0
- package/dist/components/webtrade/EaeraOrderlineOverlay/index.d.ts +39 -0
- package/dist/components/webtrade/EaeraOrderlineOverlay/useEaeraOrderlineOverlay.d.ts +24 -0
- package/dist/components/webtrade/EaeraOrderlineOverlay.d.ts +2 -0
- package/dist/components/webtrade/EaeraOrderlineOverlay.mjs +1 -0
- package/dist/components/webtrade/EaeraSymbolSpec/index.d.ts +4 -0
- package/dist/components/webtrade/EaeraSymbolSpec/type.d.ts +12 -0
- package/dist/components/webtrade/EaeraSymbolSpec.d.ts +2 -0
- package/dist/components/webtrade/EaeraSymbolSpec.mjs +1 -0
- package/dist/components/webtrade/EaeraTimeNSales/components/index.d.ts +2 -0
- package/dist/components/webtrade/EaeraTimeNSales/index.d.ts +47 -0
- package/dist/components/webtrade/EaeraTimeNSales/useEaeraTimeNSales.d.ts +27 -0
- package/dist/components/webtrade/EaeraTimeNSales.d.ts +2 -0
- package/dist/components/webtrade/EaeraTimeNSales.mjs +1 -0
- package/dist/components/webtrade/EaeraTradingTable/components/index.d.ts +9 -0
- package/dist/components/webtrade/EaeraTradingTable/index.d.ts +90 -0
- package/dist/components/webtrade/EaeraTradingTable/useEaeraTradingTable.d.ts +154 -0
- package/dist/components/webtrade/EaeraTradingTable/utils.d.ts +24 -0
- package/dist/components/webtrade/EaeraTradingTable.d.ts +2 -0
- package/dist/components/webtrade/EaeraTradingTable.mjs +1 -0
- package/dist/components/webtrade/EaeraWatchlist/components/index.d.ts +4 -0
- package/dist/components/webtrade/EaeraWatchlist/index.d.ts +31 -0
- package/dist/components/webtrade/EaeraWatchlist/useEaeraWatchlist.d.ts +49 -0
- package/dist/components/webtrade/EaeraWatchlist.d.ts +2 -0
- package/dist/components/webtrade/EaeraWatchlist.mjs +1 -0
- package/dist/composables/eventListener.d.ts +1 -0
- package/dist/composables/form/useEaeraForm.d.ts +119 -0
- package/dist/composables/inputPhoneNumber/useEaeraInputPhoneNumber.d.ts +72 -0
- package/dist/constants/dateRangeFilterKeys.d.ts +1 -0
- package/dist/data/balaceGrowthChartSampleData.d.ts +49 -0
- package/dist/data/mothlyGrowthSampleData.d.ts +2 -0
- package/dist/data/phoneNumbers.d.ts +16 -0
- package/dist/data/regions.d.ts +16 -0
- package/dist/eaera-widgets-v2.es.js +87501 -0
- package/dist/eaera-widgets-v2.umd.cjs +73 -0
- package/dist/fonts/PPMori-Extralight.otf +0 -0
- package/dist/fonts/PPMori-ExtralightItalic.otf +0 -0
- package/dist/fonts/PPMori-Regular.otf +0 -0
- package/dist/fonts/PPMori-RegularItalic.otf +0 -0
- package/dist/fonts/PPMori-SemiBold.otf +0 -0
- package/dist/fonts/PPMori-SemiBoldItalic.otf +0 -0
- package/dist/index.d.ts +12 -0
- package/dist/main.d.ts +0 -0
- package/dist/stories/Description/showcase/Basic.d.ts +3 -0
- package/dist/stories/Description/showcase/Colspan.d.ts +3 -0
- package/dist/stories/Description/showcase/Rowspan.d.ts +3 -0
- package/dist/stories/Description/showcase/Size.d.ts +3 -0
- package/dist/stories/Description/showcase/Vertical.d.ts +3 -0
- package/dist/stories/Description/showcase/index.d.ts +6 -0
- package/dist/stories/Divider/showcase/CustomContent.d.ts +3 -0
- package/dist/stories/Divider/showcase/DashedLine.d.ts +3 -0
- package/dist/stories/Divider/showcase/Vertical.d.ts +3 -0
- package/dist/stories/Divider/showcase/index.d.ts +4 -0
- package/dist/stories/Image/showcase/Fit.d.ts +3 -0
- package/dist/stories/Image/showcase/LazyLoading.d.ts +3 -0
- package/dist/stories/Image/showcase/index.d.ts +3 -0
- package/dist/stories/Input/showcase/input/Basic.d.ts +3 -0
- package/dist/stories/Input/showcase/input/WithPrefixSuffix.d.ts +3 -0
- package/dist/stories/Input/showcase/input/index.d.ts +3 -0
- package/dist/stories/Input/showcase/input-phone-number/InputPhoneNumberBasic.d.ts +3 -0
- package/dist/stories/Input/showcase/input-phone-number/index.d.ts +2 -0
- package/dist/stories/Menu/eaera-menu.d.ts +3 -0
- package/dist/stories/Popover/showcase/Basic.d.ts +78 -0
- package/dist/stories/Popover/showcase/Placement.d.ts +3 -0
- package/dist/stories/Popover/showcase/index.d.ts +3 -0
- package/dist/stories/Rate/showcase/AllowHalf.d.ts +3 -0
- package/dist/stories/Rate/showcase/Max.d.ts +3 -0
- package/dist/stories/Rate/showcase/Readonly.d.ts +3 -0
- package/dist/stories/Rate/showcase/Size.d.ts +3 -0
- package/dist/stories/Rate/showcase/index.d.ts +5 -0
- package/dist/stories/Row/showcase/Row/Align.d.ts +3 -0
- package/dist/stories/Row/showcase/Row/Justify.d.ts +3 -0
- package/dist/stories/Row/showcase/Row/index.d.ts +3 -0
- package/dist/stories/Select/eaera-select.d.ts +7 -0
- package/dist/stories/Select/showcase/country-field/Filterable.d.ts +3 -0
- package/dist/stories/Select/showcase/country-field/Multiple.d.ts +3 -0
- package/dist/stories/Select/showcase/country-field/Size.d.ts +3 -0
- package/dist/stories/Select/showcase/country-field/index.d.ts +4 -0
- package/dist/stories/Select/showcase/select-group/Clearable.d.ts +3 -0
- package/dist/stories/Select/showcase/select-group/CollapseTag.d.ts +3 -0
- package/dist/stories/Select/showcase/select-group/Loading.d.ts +3 -0
- package/dist/stories/Select/showcase/select-group/Multiple.d.ts +3 -0
- package/dist/stories/Select/showcase/select-group/index.d.ts +5 -0
- package/dist/stories/Select/showcase/selectv2/Clearable.d.ts +3 -0
- package/dist/stories/Select/showcase/selectv2/CustomSlot.d.ts +5 -0
- package/dist/stories/Select/showcase/selectv2/Filterable.d.ts +3 -0
- package/dist/stories/Select/showcase/selectv2/Loading.d.ts +3 -0
- package/dist/stories/Select/showcase/selectv2/ObjectSelect.d.ts +3 -0
- package/dist/stories/Select/showcase/selectv2/index.d.ts +6 -0
- package/dist/stories/Text/showcase/Size.d.ts +3 -0
- package/dist/stories/Text/showcase/Tag.d.ts +3 -0
- package/dist/stories/Text/showcase/Truncated.d.ts +3 -0
- package/dist/stories/Text/showcase/Type.d.ts +3 -0
- package/dist/stories/Text/showcase/index.d.ts +5 -0
- package/dist/stories/Tree/eaera-tree.d.ts +22 -0
- package/dist/stories/Upload/showcase/IsShowNoteUpload.d.ts +3 -0
- package/dist/stories/Upload/showcase/index.d.ts +2 -0
- package/dist/stories/Widget/EaeraWidgetBarRace/eaera-widget-bar-race.d.ts +40 -0
- package/dist/stories/Widget/EaeraWidgetGrowthBalanceProfitChart/eaera-widget-growth-balance-profit-chart.d.ts +42 -0
- package/dist/stories/Widget/EaeraWidgetMarginCalculator/eaera-widget-margin-calculator.d.ts +20 -0
- package/dist/stories/Widget/EaeraWidgetMetricsStaticCard/eaera-widget-metrics-static-card.d.ts +7 -0
- package/dist/stories/Widget/EaeraWidgetMonthlyGainChart/eaera-widget-monthly-gain-chart.d.ts +14 -0
- package/dist/stories/Widget/EaeraWidgetPLTimeChart/eaera-widget-pl-time-chart.d.ts +12 -0
- package/dist/stories/Widget/EaeraWidgetPieChart/eaera-widget-pie-chart.d.ts +12 -0
- package/dist/stories/Widget/EaeraWidgetProfitLossCard/eaera-widget-profit-loss-card.d.ts +7 -0
- package/dist/stories/Widget/EaeraWidgetScoreChart/eaera-widget-score-chart.d.ts +3 -0
- package/dist/stories/Widget/EaeraWidgetStrategyPerformance/eaera-widget-strategy-performance.d.ts +14 -0
- package/dist/stories/Widget/EaeraWidgetTimeLineBar/eaera-widget-time-line-bar.d.ts +16 -0
- package/dist/stories/Widget/EaeraWidgetTimeLineTable/eaera-widget-time-line-table.d.ts +12 -0
- package/dist/stories/Widget/EaerraWidgetStrategyOverview/eaera-widget-strategy-overview.d.ts +7 -0
- package/dist/stories/Widget/showcase/basic-trading-statistics/Loading.d.ts +3 -0
- package/dist/stories/Widget/showcase/basic-trading-statistics/ShowFilter.d.ts +3 -0
- package/dist/stories/Widget/showcase/basic-trading-statistics/index.d.ts +3 -0
- package/dist/stories/Widget/showcase/growth-balance-profit-chart/Loading.d.ts +3 -0
- package/dist/stories/Widget/showcase/growth-balance-profit-chart/ShowFilter.d.ts +3 -0
- package/dist/stories/Widget/showcase/growth-balance-profit-chart/ShowHeader.d.ts +3 -0
- package/dist/stories/Widget/showcase/growth-balance-profit-chart/index.d.ts +4 -0
- package/dist/stories/Widget/showcase/margin-calculator/Loading.d.ts +3 -0
- package/dist/stories/Widget/showcase/margin-calculator/index.d.ts +2 -0
- package/dist/stories/Widget/showcase/monthly-gain-chart/Loading.d.ts +3 -0
- package/dist/stories/Widget/showcase/monthly-gain-chart/ShowFilter.d.ts +3 -0
- package/dist/stories/Widget/showcase/monthly-gain-chart/ShowHeader.d.ts +3 -0
- package/dist/stories/Widget/showcase/monthly-gain-chart/index.d.ts +4 -0
- package/dist/stories/Widget/showcase/pl-calendar/Loading.d.ts +3 -0
- package/dist/stories/Widget/showcase/pl-calendar/ShowFilter.d.ts +3 -0
- package/dist/stories/Widget/showcase/pl-calendar/ShowHeader.d.ts +3 -0
- package/dist/stories/Widget/showcase/pl-calendar/index.d.ts +4 -0
- package/dist/stories/Widget/showcase/position-calculator/Loading.d.ts +3 -0
- package/dist/stories/Widget/showcase/position-calculator/index.d.ts +2 -0
- package/dist/stories/Widget/showcase/statistics-card/CustomTitle.d.ts +3 -0
- package/dist/stories/Widget/showcase/statistics-card/IconType.d.ts +3 -0
- package/dist/stories/Widget/showcase/statistics-card/index.d.ts +3 -0
- package/dist/stories/Widget/showcase/strategy-performance/Loading.d.ts +3 -0
- package/dist/stories/Widget/showcase/strategy-performance/index.d.ts +2 -0
- package/dist/stories/Widget/showcase/trade-volumn-statistics/Loading.d.ts +3 -0
- package/dist/stories/Widget/showcase/trade-volumn-statistics/index.d.ts +2 -0
- package/dist/stories/Widget/showcase/widget-header/ShowFilter.d.ts +3 -0
- package/dist/stories/Widget/showcase/widget-header/index.d.ts +2 -0
- package/dist/style.css +1 -0
- package/dist/types/EaeraCfdOrderPlacement.d.ts +51 -0
- package/dist/types/EaeraCfdWatchlist.d.ts +34 -0
- package/dist/types/EaeraDrawingOverlay/chart.d.ts +91 -0
- package/dist/types/EaeraDrawingOverlay/drawings.d.ts +36 -0
- package/dist/types/EaeraDrawingOverlay/index.d.ts +127 -0
- package/dist/types/EaeraFilter.d.ts +22 -0
- package/dist/types/EaeraLightweightChart.d.ts +118 -0
- package/dist/types/EaeraMarketDepth.d.ts +70 -0
- package/dist/types/EaeraOrderPlacement.d.ts +93 -0
- package/dist/types/EaeraOrderlineOverlay.d.ts +60 -0
- package/dist/types/EaeraSymbolSpec.d.ts +43 -0
- package/dist/types/EaeraTimeNSales.d.ts +58 -0
- package/dist/types/EaeraTradingTable.d.ts +263 -0
- package/dist/types/EaeraWatchlist.d.ts +39 -0
- package/dist/types/EaeraWatchlistWidget.d.ts +59 -0
- package/dist/types/MetaWithDescription.d.ts +4 -0
- package/dist/types/index.d.ts +13 -0
- package/dist/utils/colorCss.d.ts +3 -0
- package/dist/utils/formatDate.d.ts +3 -0
- package/dist/utils/formatMoney.d.ts +6 -0
- package/dist/utils/iconSvg.d.ts +3 -0
- package/dist/utils/validate.d.ts +2 -0
- package/dist/vite.svg +1 -0
- package/package.json +164 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as t,createElementBlock as s,createStaticVNode as a}from"vue";const l={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"IETH",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function e(e,p){return t(),s("svg",l,[...p[0]||(p[0]=[a('<linearGradient id="SVGID_1_" x1="467.5" x2="67.5" y1="34.501" y2="434.5" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset=".159" style="stop-color:#003cda;"></stop><stop offset="1" style="stop-color:#33dfcc;"></stop></linearGradient><path d="M250 96.4c30.4 0 60.1 9 85.3 25.9 25.3 16.9 44.9 40.9 56.6 68.9 11.6 28.1 14.7 58.9 8.7 88.7-5.9 29.8-20.6 57.2-42 78.6-21.5 21.5-48.8 36.1-78.6 42s-60.7 2.9-88.7-8.7c-28.1-11.6-52.1-31.3-68.9-56.6-16.9-25.3-25.9-55-25.9-85.3.1-40.7 16.3-79.8 45-108.5s67.8-44.9 108.5-45M250 0c-49.4 0-97.8 14.7-138.9 42.1C70 69.6 38 108.6 19 154.3.1 200-4.8 250.3 4.8 298.8s33.5 93 68.4 128c35 35 79.5 58.8 128 68.4s98.8 4.7 144.4-14.2c45.7-18.9 84.7-51 112.2-92.1S500 299.4 500 250c0-66.3-26.3-129.9-73.2-176.8S316.3 0 250 0" style="fill:url(#SVGID_1_);"></path><path d="M250 446c108.2 0 196-87.7 196-196S358.2 54 250 54 54 141.8 54 250s87.8 196 196 196" style="fill:#fff;"></path><path d="M362 360.6c-14.8 14.8-32.4 26.4-51.7 34.3-19.4 7.8-40.1 11.7-61 11.4-20.8.4-41.4-3.4-60.6-11.3-19.2-7.8-36.7-19.5-51.2-34.3-14.9-14.5-26.7-31.9-34.5-51.2-7.9-19.3-11.7-39.9-11.3-60.7 0-45.5 15.3-83.5 45.8-113.8 14.6-14.8 32-26.5 51.2-34.3s39.9-11.6 60.6-11.2c20.9-.4 41.6 3.5 61 11.3s37 19.5 51.7 34.2c31.2 30.3 46.9 68.3 46.9 113.8.4 20.9-3.6 41.6-11.6 60.9-8.1 19.2-20.1 36.6-35.3 50.9" style="fill:#c8c8c8;"></path><path d="m250.2 115-82 135.9 82-37.2z" class="st3"></path><path d="m250.2 213.7-82 37.2 82 48.4z" style="fill:#393939;"></path><path d="M250.2 115v98.6l81.9 37.2z" class="st5"></path><path d="M250.2 213.7v85.6l81.9-48.4z" style="fill:#161616;"></path><path d="m168.1 266.4 82 115.4v-67z" class="st3"></path><path d="m332.2 266.4-82 48.4v67z" class="st5"></path>',10)])])}const p={render:e};export{p as default,e as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as c,createElementBlock as s,createStaticVNode as t}from"vue";const a={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"Layer_1",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function p(p,l){return c(),s("svg",a,[...l[0]||(l[0]=[t('<path d="M500 250C500 111.9 388.1 0 250 0S0 111.9 0 250s111.9 250 250 250 250-111.9 250-250" style="fill:#fff;"></path><path d="M378.4 289.5c1 .8 1.7 1.5 2.7 2.3.6.5.6.5 1.2 0 .4-.4.8-.8 1.2-1.1 1.7-1.5 4-1.4 5.5.2l1.8 2.1c1.4 1.8 1.2 4.1-.3 5.8-.4.5-.9.9-1.4 1.3-.4.3-.4.7-.1 1.1.6.9 1.1 1.8 1.7 2.7.7 1.2 1.3 2.4 1.9 3.6.5 1.2.5 1.2 1.7.8.5-.2 1.1-.4 1.7-.5 1.8-.4 3.6.6 4.4 2.4.5 1.1.8 2.3 1.1 3.5.3 1.7-.7 3.6-2.2 4.4-.6.3-1.3.5-1.9.7-.8.3-.8.4-.7 1.1.4 2.5.7 5 .7 7.6 0 .6.2.9.8.9.5 0 .9.1 1.4.2 1.9.2 3.2 1.2 3.7 3.1 0 .2.2 3.7 0 4.6-.4 2.1-1.9 3.6-4 3.7-.4 0-.9 0-1.3-.1-.8-.2-1.3.2-1.5 1-.5 2-1.1 4-1.8 5.9-.2.6-.1 1.1.4 1.4.2.2 1.1 1.2 1.3 1.6.3.8-1.1-.4-1.4-.6-.8-.5-10-5.9-13.5-7.8.2-1.9 1.1-4.4 1.5-6.3 1.8-9.7-.1-18.5-5.4-26.5-4.4-6.7-10.4-11-17.9-13.1-6.5-1.9-13-1.5-19.3 1-5.2 2-11 5.3-14.1 10.5-.4.4-.5.4-1.1.1-2-1-9.7-6.3-12.9-8.3-1.4-1.5-2.3-3.9-1.3-5.7.7-1.3 1.7-2.3 2.8-3.2 1.5-1.3 3.7-1.3 5.3 0 2 1.5 2 1.5 3.9-.1 1-.8 2.1-1.6 3.2-2.4 1-.7 1.1-1 .6-2.1-1.3-3.1-.5-5.4 2.4-7 .8-.4 1.5-.8 2.4-1 2.2-.7 4.2.1 5.4 2.2s1.2 2.1 3.5 1.6c1.2-.3 2.5-.5 3.7-.7s1.4-.4 1.5-1.7c0-.6.1-1.3.3-1.9.3-1.2.9-2.3 2.1-2.8 2.3-.9 4.7-1.1 7 .1 1.4.7 2 2 2 3.6 0 2.4 0 2.4 2.3 2.8 1.5.3 2.9.6 4.4 1 1.1.3 1.4.2 1.8-1 1.1-2.8 3.8-4.3 7-2.6.9.5 1.9.8 2.6 1.6 1.6 1.5 1.7 3.8 1.1 5.4-.1.2-.2.5-.3.7-.4 1.1-.5 1.8-.5 1.8s1.9 1.4 2.9 2.1" class="st1"></path><path d="M380.6 340.5c.9.9 13.3 8.1 14.4 8.8.3 0 .6.3.9.4.2.2.4.4.6.7 1 1.4 1 3 .4 4.6-.4.8-.8 1.7-1.3 2.4-1.2 1.9-3.3 2.4-5.2 1.4-.6-.3-1.1-.6-1.7-1-.4-.3-.7-.2-1 .2-1.5 2.1-3.2 4.1-5 5.9-.4.4-.4.7-.1 1.1.4.5.7 1 1 1.5 1.3 2 1 4.4-.9 5.9-.6.5-1.3 1-2 1.5-1.8 1.3-4 .9-5.4-.9-.4-.5-.7-1-1.1-1.6-.3-.5-.6-.6-1.1-.3-2.1 1.3-4.3 2.3-6.6 3.1-.8.3-.8.3-.7 1.2.1.3.1.6.2 1 .5 2.7-.1 4.1-2.3 5.5-.6.3-1.2.3-1.8.5-1.1.3-2.1.2-3.2.2-.4-.2-.7-.4-1.1-.6-1-.9-1.5-2.1-1.8-3.5-.4-1.9-.1-1.6-1.8-1.5-2.2.1-4.4.1-6.5 0-.8 0-.8-.1-1 .8-.1.4-.2.8-.2 1.2-.4 2.5-2.2 4.3-5.2 3.7-.7-.1-1.5-.3-2.2-.6-2.1-.6-3.2-2.7-2.8-4.9.1-.6.2-1.1.3-1.7.1-.8.1-.8-.6-1.1-1.4-.6-2.8-1.1-4.1-1.8-.8-.4-1.6-.8-2.4-1.3-.8-.4-.8-.4-1.4.4-.3.4-.6.9-.9 1.3-1.4 1.8-3.6 2.2-5.5.9-.7-.5-1.4-1-2.1-1.6-1.7-1.4-2.1-3.8-.9-5.7.3-.6.7-1.1 1.1-1.7.3-.4.3-.7-.1-1q-2.85-2.7-5.1-6c-.3-.4-.6-.4-1-.2-.5.3-.9.6-1.4.9-2.1 1.2-4.4.6-5.6-1.6-.5-.8-1-1.5-1.3-2.4-.8-2.2-.1-4.2 1.8-5.5.4-.3.8-.5 1.2-.8.7-.5.7-.5.4-1.3-.6-1.7-1.2-3.3-1.7-5.1-.2-.8-.4-1.5-.6-2.3-.1-.6-.4-.8-.9-.7-.4.1-.9.1-1.3.2-2.6.3-4.5-1.3-4.8-4.1-.1-.8-.2-1.5-.2-2.2-.1-1.1.3-2.2.9-3 .7-.8 1.6-1.4 2.6-1.5.6-.1 1.1-.1 1.7-.2.7-.1.8-.1.8-1 0-1.8.2-3.6.4-5.4.1-.8.3-1.5.3-2.3-.1-.5-.3-.9-.7-1.1-.3-.1-.4-.1-.8-.2-.8-.2-1.6-.6-2.2-1.2" class="st2"></path><path d="M305.8 320c.1-.6-.1-1.4-.7-1.5-.5-.1-1.2-.4-1.6-.6-1.8-.6-2.9-2.1-3.1-4.1-.2-.9.5-3.6.8-4.5.7-2 2.5-3.1 4.5-2.8.4.1.9.2 1.3.3.8.3 1.4.1 1.7-.7.8-1.9 2.1-3.7 2.9-5.6.8-1.8.2-1.7.5-1.6.7.6 10.3 5.6 13.4 8.1-2 2.3-6.4 12.5-6.6 15.9" class="st2"></path><path d="M325.5 306.8c6.2-7 10.6-10 16.7-11.9 3.7-1.1 7.6-1.5 11.4-1.2 6.5.5 12.3 2.9 17.4 7.1 4.5 3.7 7.8 8.4 10.1 13.9 1.4 3.4 2.1 6.9 2.4 10.6.5 5.3-.6 11.1-2.3 16-.3.3-6.7-4.2-7.3-5.1-.2-.5 0-.9.2-1.4.6-2.4 1-4.8 1-7.3-.3-12-8.1-21.8-18.8-24.2-7.9-1.8-16.3 0-23.9 8.2-.2.1-.3-.1-1.6-1.1-2.2-1.4-3.3-2.3-4.8-3.2-.8-.4-.8-.1-.5-.4" class="st2"></path><path d="M381.4 341.1c-.2.3-.4.7-.6 1.1-1.9 4.8-4.9 8.7-8.6 12-4.8 4.3-10.4 7.1-16.7 7.9-1.6.2-3.1.5-4.7.4-4.5-.2-8.9-1-13.1-2.9-2.7-1.2-5.1-2.8-7.4-4.7q-5.25-4.5-8.4-10.8c-1.9-3.9-3-8-3.5-12.4-.4-3.7-.1-7.4.7-11.1.9-4.2 2.4-8 4.7-11.6.3-.5 1.2-1.7 1.5-2 1.6.9 6 3.9 6.7 4.6.4.6-.4 1.4-.6 1.8-1.4 2.1-2.5 4.3-3.2 6.7-2.5 8.4-1.4 16.3 3.7 23.3 4.2 5.9 9.9 9.1 16.9 9.8 9.9 1.1 20.1-4.9 24.3-15.4.2-.6.2-1.5 1.1-1.5.7.7 6.5 4.4 7.2 4.8" class="st1"></path><path d="M374.3 336.3c-.8 2.1-1.7 4.2-2.9 6.1-3.9 6-9.3 9.8-16.1 11.1-6.9 1.3-13.3-.3-18.9-4.7-5-3.9-8.1-9.1-9.3-15.4-1.4-7.5.1-14.4 4.3-20.7.2-.2.3-.5.5-.7s2.3-2.6 3.3-3.5c4.5-4 9.7-6 15.6-6.2 11.1-.2 21.1 7.7 24 19.2 1.2 4.6 1.1 9.2-.1 13.8-.2.3-.3.7-.4 1" class="st3"></path><path d="M357.6 328.1c.2 3.9-3.2 7-6.5 6.9-3.7 0-6.8-3.1-6.7-7 0-3.8 2.9-6.9 6.8-7 3.2.1 6.6 3.1 6.4 7.1" class="st2"></path><path d="M358 315c.8-.1 1.4.2 1.9.8.5.5 1 1 1.4 1.5 1.1 1.2.4 3.5-.9 3.9-.6.2-1.1.2-1.7-.2-1.1-.8-2.1-1.8-2.9-2.8-.9-1.1-.4-2.6.9-3.1.4 0 .8-.1 1.3-.1" class="st3"></path><path d="M179.9 382.1q-2.7-1.5-3.3-4.8c-.1-.7-.3-1.5-.5-2.2-.1-.5-.3-.7-.9-.6-3.3.3-6.5.3-9.8.1-.4 0-.9-.1-1.3-.1s-.6.1-.7.6c-.2.8-.4 1.5-.5 2.3-.4 2.4-1.6 4-3.7 5-1.4.4-2.7.3-4.1 0-1.3-.2-2.5-.4-3.7-1.1-.4-.3-.9-.6-1.3-1.1-1.4-1.5-1.9-3.3-1.6-5.3.1-.8.3-1.5.5-2.3.3-1.3.2-1.3-.9-1.8-2.7-1-5.3-2.2-7.8-3.5-.6-.3-1.2-.6-1.8-1-.4-.3-.7-.2-1 .2-.4.7-.9 1.3-1.4 2-1.9 2.9-5.5 3.8-8.4 1.4-.8-.6-1.5-1.2-2.3-1.8-2.7-2.1-3.2-5.6-1.2-8.5.5-.8 1-1.5 1.6-2.3.3-.4.2-.6-.1-.9-.2-.1-.3-.3-.4-.4q-3.75-3.75-6.9-8.1c-.6-.8-.6-.8-1.5-.3-.6.4-1.2.7-1.8 1.1-3.1 1.9-6.2 1-8.1-2.2-.3-.4-.4-.6-.6-1-.3-.7-.7-1.3-1.1-2.1-1.3-3-.4-6.2 2.3-7.9.6-.4 1.3-.8 1.9-1.2.9-.5.9-.5.5-1.5-1.2-3-2.2-6.1-2.9-9.3-.1-.5-.3-1-.4-1.6q-.15-.75-.9-.6c-.9.1-1.8.3-2.7.3-2.3.1-4.2-.8-5.4-3-.5-.9-.7-1.9-.8-2.9-.1-.8-.2-1.4-.3-2.2-.2-3.1 1.5-6.9 5.1-7.2.8-.1 1.6-.2 2.3-.3.9-.1.9-.1 1-1 .1-2.7.3-5.3.6-7.9.1-1.1.3-2.1.5-3.2.2-1 .2-1-.8-1.4-.7-.2-1.4-.5-2.1-.7-3.1-1.1-4.6-4.2-3.8-7.4.3-1.2.7-2.4 1.1-3.6 1.1-3 4-4.5 6.9-3.6.9.3 1.8.5 2.6.9.5.2.8 0 1-.5.5-1.2 1.1-2.4 1.7-3.5.2-.4.4-.7.6-1.1.6-1.2 1.3-2.3 2-3.4.7-.6 118.8 72.5 118.5 73.4-.2.4-.4.8-.6 1.3-.4.8-.8 1.6-1.3 2.3-1.7 2.9-4.8 3.8-7.6 2.2-.8-.4-1.5-.9-2.2-1.3-.8-.5-.8-.5-1.3.2-1.2 1.6-2.4 3.1-3.7 4.6-1.1 1.3-2.3 2.6-3.6 3.8-.6.6-.6.6-.1 1.2.5.7 1 1.4 1.5 2.2 1.9 2.9 1.4 6.3-1.2 8.4-.8.7-1.7 1.3-2.6 2-2.7 2-5.9 1.4-8-1.3-.5-.7-1-1.5-1.5-2.2-.5-.6-.5-.7-1.2-.3-2.8 1.6-5.7 3-8.6 4.2-.4.2-.8.3-1.2.5-.7.3-.8.3-.6 1.2.1.8.2 1.6.5 2.3.8 2.8-.9 6.2-4.5 7.4-1.1.7-4.6 1.1-6.1.4" class="st2"></path><path d="M234 343.4c-2.5-1.5-24.6-15.8-26.1-16.7-.8-.4-.6-.5-.1-1.5 1.8-4.1 3-8.4 3.6-12.8.4-3.2.4-6.5.1-9.8-.2-3.1-.8-6.1-1.6-9.1-1.1-3.8-2.6-7.3-4.6-10.6-2.2-3.8-4.9-7-7.9-9.9-2.3-2.3-5-4.1-7.8-5.7-4.2-2.4-8.7-4.1-13.5-4.8-3-.5-6-.7-8.9-.5q-9.6.6-18 5.4c-4.4 2.6-8.4 6-11.7 10.1-.8 1-2 3.1-2.9 4.1-.5.6-8.4-4.8-19.2-11.5.4-.7.8-1.3 1.2-2 .3-.4.2-.7-.1-1-.7-.6-1.3-1.2-2-1.9-2.1-2-2.5-4.7-1.3-7.3.3-.6.8-2 1.6-3 .4-.5.8-1 1.3-1.4 2.1-2.3 6.1-2.3 8.3-.2 2.6 2.5 2.3 1.9 4.5.1 1.9-1.5 3.8-3 5.8-4.4 1.1-.7 1.1-1.1.6-2.3-.6-1.4-1.2-2.8-1-4.3.1-1.9.9-3.6 2.4-4.7 2.1-1.5 4.4-2.8 7.2-2.7 2.3.1 3.8 1.3 5 3.2.4.7.7 1.5 1.1 2.2.3.7.8.9 1.5.7 2.9-.8 5.9-1.4 8.9-1.9 1.1-.2 1.3-.5 1.3-1.7v-1.2c-.2-3.6 2.4-6.6 5.6-6.9 1.7-.1 3.5-.3 5.2.1 2.5.5 5 3 4.8 6.3v1.4c0 1.4.3 1.7 1.6 1.9 2.8.4 5.6 1 8.3 1.8 1.4.4 1.7.3 2.3-1.2.5-1.1.9-2.2 1.8-3.1 1.7-1.8 3.8-2.1 6-1.6 1.7.4 3.3 1.2 4.8 2.2 2.4 1.7 3.3 4.7 2.3 7.6-.2.6-.5 1.2-.7 1.8-.5 1.1-.4 1.6.6 2.2 2.1 1.4 4.2 2.9 6.2 4.6 2.2 1.8 1.8 2.1 4.1-.2 2.1-2 5.3-2.2 7.2-.9 1.9 1.4 3.6 3.1 4.7 5.3 1 1.9.9 5.5-1.1 7.3-.6.5-1.1 1.2-1.7 1.7-.5.5-.5 1.1-.2 1.7 1.8 2.7 3.3 5.6 4.7 8.5.3.7.9.9 1.6.7.8-.3 1.7-.5 2.6-.7 2.3-.4 4.9.6 6.1 2.8 1.2 2.1 1.9 4.4 1.9 6.8.1 2.7-1.2 4.6-3.4 5.8-.7.4-1.5.7-2.3.9-.8.3-1.2.8-1 1.7.6 3.2.8 6.5 1 9.7 0 .9.4 1.3 1.3 1.4.6 0 1.2.1 1.8.2 3.1.4 5.3 3 5.3 6.3 0 .6 0 1.3-.1 1.9-.1 1-.4 2.5-.7 3.4-.8 2.8-3.4 4.3-6.1 4.1-.9-.1-1.8-.2-2.6-.3s-.8-.1-1.1.8c-.6 2.5-1.3 5.1-2.1 7.5-.4 1.1-.8 2.3-1.3 3.4-.2.5-.1.8.3 1.1.9.5 1.7 1 2.6 1.6 2.2 1.5 3.1 4.2 2.3 6.9-.1.3-.2.4-.3.6" class="st4"></path><path d="M144 286.8c1-1.3 2-2.6 3.1-3.8 5.3-5.7 11.7-9.1 19.2-10 6.7-.8 13 .4 18.8 3.9 9 5.3 14.3 13.4 16 24.1 1 6.2.2 12.3-2.1 18.1-.1.3-.2.7-.3 1 .3.6 0 1-.2 1.5-1.1 2.5-2.6 4.7-4.4 6.7-5 5.8-11.1 9.7-18.5 11.1-9.8 1.8-18.7-.6-26.4-7.3-6.2-5.4-10-12.4-11.2-20.9-.9-6.5-.2-12.9 2.4-19 .6-1.5 1.4-2.9 2.1-4.3.5-.4.9-.9 1.5-1.1" class="st3"></path><path d="M149.7 306.1c-.2-12.1 9.6-21.3 20-21.3 10.2-.1 20.4 8.5 20.4 21.4 0 12-9.2 21.1-20 21.2-11.8.2-20.6-10-20.4-21.3" class="st5"></path><path d="M189.7 286.4c.2 1.8-2 3.2-3.4 2.2-1-.7-1.9-1.4-2.7-2.3-1.1-1.3-.9-2.7.6-3.6 1.1-.6 2.2-.7 3.2.2.7.7 1.4 1.3 2 2.2.2.4.4.8.3 1.3M153.7 306.3c-.3-8.7 6.5-17.2 16.2-17.2 9.1 0 16.2 7.7 16.1 17.3-.1 9.5-7.5 16.9-16.4 16.8-9.2-.1-16.1-8.3-15.9-16.9" class="st3"></path><path d="M169.8 313.1c-3.6 0-6.6-3.2-6.6-7s2.8-6.9 6.7-7c3.5 0 6.6 3 6.6 7-.1 4-3 7-6.7 7" class="st2"></path><path d="M177.5 294.6c.4 0 .8 0 1.1.3 1.4 1 2.2 2.4 2.1 4.1 0 .9-1.3 1.9-2.1 1.7-1.5-.3-2.6-1.1-3.4-2.5-.7-1.2-.6-2.2.5-3 .4-.4 1.1-.6 1.8-.6" class="st3"></path><path d="M144 286.8c-1.1 1.8-2.1 3.5-2.9 5.4-1.4 3.2-2.3 6.6-2.6 10.1-.5 4.4-.2 8.9 1 13.1 1.2 4.3 3.1 8.2 5.8 11.7q6 7.8 15.3 10.8c3.5 1.2 7.2 1.7 10.9 1.4 9.7-.7 17.5-5 23.6-13 1.3-1.7 2.4-3.5 3.3-5.5.1-.3.3-.6.5-.8.8.4 7.4 4.9 8.5 5.7.4.3.2.8 0 1.1a43 43 0 0 1-3.8 6.2c-3.2 4.3-6.9 7.9-11.3 10.7-4.3 2.8-9 4.7-13.9 5.8-3.8.8-7.6 1-11.5.7-5.1-.3-10-1.7-14.6-4-3.2-1.5-6.2-3.5-8.9-5.8-5.3-4.6-9.5-10.2-12.2-17a48.2 48.2 0 0 1-3.2-13.6c-.6-7 .4-13.7 2.8-20.2.9-2.4 2-4.6 3.2-6.8.1-.2.3-.4.4-.6.7-1.1.9-1.1 2-.5 1.8 1.1 5.3 3.4 7.1 4.6 0 .2.3.4.5.5" class="st4"></path><path d="M200.8 313.2c.9-4.3 1-8.8.3-13.2-.8-4.4-2.3-8.5-4.7-12.2-3.9-5.3-8.7-9.7-14.1-12.4-3.4-1.5-7-2.4-10.6-2.5-9.7-.4-18 3-24.7 10.4-1.1 1.2-2.1 2.4-3 3.7-.8-.5-8.1-4.4-9.1-5.4-.4-.4 2.8-4.2 4.4-6 3.6-3.9 7.6-7.1 12.3-9.5 4.4-2.4 9.3-3.7 14.4-4.3 3.9-.4 7.7-.3 11.6.3 5 .9 9.7 2.9 14.1 5.7 3 1.9 5.8 4.1 8.3 6.8 4.9 5.2 8.4 11.2 10.5 18.2 1.3 4.5 1.9 9.2 1.8 13.9-.1 7-1.7 13.5-4.2 18.6-.5 1 0 1-1.4 0-1.7-1.3-6-4-7.8-5.2-.3 0 1.1-3.4 1.9-6.9" class="st5"></path><path d="M155.8 130.5c-.7-2.5-1.3-5-1.9-7.6-.2-.7 0-.8.7-1 37.3-9.5 82.6-2.3 105.8 5.2 3.7 1.4 7.3 3 10.6 5.2 1.4 1 2.8 2 3.9 3.4.3.4.6.8.8 1.2.6 1.1.7 2.1.2 3.3-1.2 2.7-2.6 5.3-4 7.9-.9 1.7-1.9 3.3-2.8 5-.4.8-.9 1.6-1.5 2.3-.5.5-1 .2-1.5.1-2.3-.5-4.6-1-6.8-1.5h-.5c-2.4-.8-4.9-.9-7.3-1.5-.3-.1-.6.1-.9.1-4-.8-8-1.2-12-1.8-1.4-.2-2.8-.1-4.2-.6-.5-.6-.6-1.3-.8-2.1-1-4.3-2.3-8.5-4.7-12.2-.4-.6-.8-1.1-1.2-1.6-1.2-1.6-2.7-2.5-4.7-2.8-5.3-.7-10.5-1.4-15.8-1.8-8.8-.8-17.6-.9-26.4-.8-4.3.1-8.7.4-13 .8-3.6.3-7.2.7-10.7 1.2-.6 0-1 0-1.3-.4" class="st3"></path><path d="M279.4 205.5c-2.5 0-4.9-.1-7.4 0-.8 0-1-.5-1.1-1.1-.7-.2-.6-.9-.8-1.4-.8-4.1-1.6-8.3-2.4-12.4-2.1-10.1-4.5-20.2-7.5-30.2l-1.5-5.1c-.1-.5-.4-1.1 0-1.6.2-.2.4-.2.7-.2 2.8.5 5.5 1.1 8.2 1.9 1.8 5.3 3.3 10.6 4.6 16 1.9 7.3 3.5 14.7 5 22.2zM155.8 130.5c3.3-.6 6.5-.9 9.8-1.2 2.4-.2 4.7-.4 7.1-.5 6.6-.5 13.2-.5 19.8-.4 4.8.1 9.6.4 14.4.8 3.2.3 6.4.6 9.5 1 2.7.3 5.3.8 8 1.2.9.1 1.5.6 2.1 1.2 2.1 2 3.6 4.5 4.8 7.3 1.4 3.2 2.4 6.6 3 10.1-.1.5-.5.5-.9.5-1.7-.1-3.4-.2-5.1-.4l-4.5-.3c-2.4-.1-4.7-.4-7.1-.3-.9.1-1.8-.2-2.7-.2-1.2 0-1.6.3-2.1 1.5-2.5 7.2-4.6 14.5-6.5 21.8-2.8 11.4-5 23-6.8 34.6-.5 3.1-.9 6.2-1.3 9.4-.1.6-.2 1.3-.5 1.8-.3.3-.7.3-1 .2l-5.1-1.5c-.1 0-.3-.1-.4-.2s-.2-.2-.2-.3c-.3-.8-.1-1.6 0-2.3 1.7-12.6 3.9-25.1 6.7-37.5 2-8.7 4.2-17.4 7.1-25.9.4-1.3.2-1.7-1.1-1.7-5.1-.1-10.1.1-15.2.4-2.5.1-5.1.2-7.6.5h-.5c-2.6 0-2.7.1-3.5 2.7-4.9 15.1-8.3 30.6-10.9 46.2-.8 4.7-1.5 9.4-2.2 14.1-.1.4-.1.9-.4 1.2-.2.4-.7.5-1.1.5-2.1.3-4.2.5-6.3.9-.5.1-1.1.2-1.1-.6.4-2.5.7-5 1.1-7.4.9-6.4 2-12.9 3.1-19.3q2.25-12.6 5.4-24.9c1-3.9 2.1-7.8 3.4-11.6.4-1.3.4-1.3-.5-2.3-2.3-2.2-4.7-4.5-7-6.7q-.6-.6-.9-1.5c-.8-3.3-1.6-6.5-2.5-9.8-.2-.4-.3-.8-.3-1.1" class="st5"></path><path d="M155.9 130.5c.1.3.3.7.2 1.1-.3-.4-.5-.7-.2-1.1" style="fill:#a9a9a9;"></path><path d="M209.9 224c-3.9-2.2-8-4-12.2-5.5-.4-.1-.8-.2-1.1-.6.4-3.2.8-6.3 1.3-9.5 1.1-7.3 2.4-14.5 3.8-21.8 2.2-10.9 4.9-21.8 8.4-32.3.6-1.7 1.1-3.4 1.7-5.1.3-.9.3-.9 1.2-.8 4.8.1 9.7.3 14.5.7l6.9.6c3.8.4 7.6.9 11.4 1.4 1.6.2 3.2.5 4.8.8.9.4 1.5 1.1 2 2 2.1 3.2 3.8 6.7 5.2 10.3 1.5 3.8 2.8 7.6 3.7 11.6.4 1.6.9 3.1 1.2 4.7 1.2 5.1 2.5 10.2 3.5 15.4.5 2.7 1 5.3 1.7 8 .2.7.5 1.5-.4 2l-.3.3c-1.5.8-2.5 2.2-3.5 3.6-1.7 2.3-3.3 4.7-5 7-.5.2-.9 0-1.2-.3-2-1.5-4-3-6-4.4-1-.7-1.1-1.1-.4-2.2 1-1.5 2-3 3-4.6.4-.6.8-1.2 1.1-1.8.6-1.2.4-2.3-.5-3s-2-.5-2.8.4c-1.1 1.3-1.9 2.7-2.8 4.1-2.9 4.4-5.8 8.8-8.7 13.1-.3.4-.6.8-.7 1.3-.4 1.1-.1 2.2.7 2.8.9.6 1.9.5 2.7-.4 1.1-1.3 1.9-2.7 2.8-4.1.6-.9 1.2-1.8 1.8-2.6q.6-.9 1.5-.3c2.2 1.5 4.3 3.1 6.5 4.7.4.3.7.6.7 1.1-.7 1.2-1.3 2.3-2 3.5-.3.6-.7 1.1-1 1.7-1.4 2.4-1.4 4.9-.2 7.4 3.2 6.7 6.6 13.2 10.4 19.6.5.8 1 1.5 1.5 2.3 1.3 2.2 3.3 3.1 5.7 3.2 2.3.1 4.5-.2 6.8-.4-.1 10-2.8 19.1-7.8 27.5-.7 1.2-1.5 1.7-2.9 1.6-3.7-.1-7.3 0-11 0-.7-.1-.7-.8-.8-1.3-.4-2.1-1-4.2-1.6-6.3-2.3-8.1-5.7-15.7-10-22.8-1.4-2.3-3-4.5-4.4-6.7-1.4-1.9-2.8-3.6-4.3-5.4-2.7-3.1-5.5-6-8.5-8.7-4.4-3.9-9.2-7.3-14.2-10.3-1-.3-1.8-.6-2.2-1.5" class="st7"></path><path d="M267.3 206.2c.3-.6.3-1.5.1-2.1-1.3-5.3-10.4-42.3-15.6-50.4-.6-1-.8-1.2-1.3-1.7 2.4.2 4.8.7 7.2 1.1.2 0 .4.1.5.2.2.1.3.3.4.4 3.2 10.3 6 20.7 8.3 31.3 1.4 6.4 2.9 13.4 4 19.9.2.5.3.3-1.1.5-.7.1-1.8.5-2.5.8" class="st8"></path><path d="M190.3 216.3c-2.1-.4-4.2-.9-6.3-1.3-2.5-.4-5-.8-7.6-.9-2.4-.2-4.8-.2-7.2-.2-1.4 0-2.7.1-4.1 0-.6-.5-.5-1.1-.4-1.7 1.2-8.8 2.5-17.5 4.2-26.2 1.2-6.1 2.6-12.2 4.3-18.1 1.6-5.7 3.5-11.3 6.4-16.4.4-.8.5-1.4 0-2.1.3-.1.7-.1 1-.2 7.7-.4 15.4-.8 23.1-.7.3 0 .7-.1 1 .1.1.4-.1.7-.2 1-3.4 9.8-6 19.9-8.2 30-1.9 8.6-3.4 17.3-4.8 26-.2 3.6-.7 7.1-1.2 10.7" class="st7"></path><path d="M180.5 149.2c1.4-.2 1.2-.1.4 1.4-2.2 4-4.1 8.2-5.6 12.5-.8 2.5-1.6 5.1-2.3 7.7-.7 2.8-1.5 5.7-2.1 8.5l-1.8 8.7c-.6 3-1.2 5.9-1.7 9-.7 4.7-1.4 9.3-2.1 14-.1 1-.3 1.9-.3 2.9-.3.2-2.7.4-2.9 0 .2-2.3.6-4.5.9-6.8.8-5.6 1.8-11.2 2.8-16.7 2.4-12.8 5.4-25.5 9.4-37.9.3-.8.6-1.5.8-2.3.1-.5.4-.6.8-.6 1.2-.2 3.6-.4 3.7-.4" class="st8"></path><path d="M308 307c-2.4-.2-5-2.2-6.9 2.9-1.9 5 .9 7 .5 6.8h-.6c-1.6 0-3.2-.3-4.7-.3-.6-.3-.4-.7-.3-1.2.8-4 2-7.8 3.6-11.5 2.1-4.8 4.7-9.4 7.9-13.5q6.75-8.55 15.9-14.1c6.4-3.8 13.2-6.2 20.5-7.2 3.5-.5 7-.7 10.6-.4 1.3.1 2.4-.5 3.1-1.6.3-.5.6-.8 1.1-1 .6 0 1.1.3 1.7.4 1.2.3 1.4.2 1.9-.9.9-1.9 1.8-3.8 2.9-5.5.3-.2.5-.4.7-.7 1.5-2.3 3.3-4.3 5.5-5.9h.2c.8 0 1 .6 1.2 1.3.8 2.7 1.8 5.4 2.9 8 1.9 4.3 4.3 8.3 7.4 11.8.5.5 1 1 .8 1.8-1.6 2.9-3.2 5.9-4.8 8.8-.2.4-.5.9-.7 1.3q-.6 1.05-1.5 2.1c-.1-.1-.3-.2-.5-.3-.1 0-.3-.2-.4-.3-1.7-1-1.4-1-.6-2.8.5-1.1.8-2.3.5-3.5-.1-.5-.4-1-.7-1.4s-.7-.8-1.2-1c-1.1-.6-2.2-1.2-3.4-1.5-1.7-.4-3.5.5-4.3 2.1-.3.5-.5 1.1-.7 1.7-.4.8-.6.9-1.4.7-2.1-.6-4.2-1.1-6.4-1.4-.2 0-.4-.1-.6-.1-.6-.1-.8-.4-.8-1v-1.7c.1-2.2-1.2-3.6-3.1-4-1.4-.3-2.8-.3-4.2.1-1.7.4-2.8 1.5-3 3.4-.1.7-.2 1.4-.2 2.1 0 .9-.1 1-1 1.2l-3.3.6c-1.1.2-2.3.5-3.4.9-.7.2-.9.1-1.2-.6s-.5-1.3-.9-1.9c-.9-1.6-2.6-2.4-4.4-1.9-1.3.3-2.4.9-3.5 1.6-1.6 1.1-2.2 3.1-1.5 5 .2.6.5 1.1.7 1.7.3.7.3.9-.3 1.2-2.1 1.3-4 2.9-5.9 4.5-.6.5-.7.5-1.2 0s-1-.9-1.5-1.3c-1.5-1.1-3.5-1.1-4.8.1-1 .9-1.9 1.8-2.5 2.9-1 1.7-.8 3.8.6 5.2.6.6.6.6 1.6 1.3-1.4 1.5-4.2 5.5-5 7.1" class="st2"></path><path d="M289 316.3h-44.4c-2.1 0-2.1-.1-1.8-2.2.2-1.6.2-3.2-.6-4.6-.9-1.5-2.2-2.5-3.9-2.8-.8-.1-1.7-.2-2.5-.3-1 0-1.2-.3-1.2-1.4-.1-3.5-.4-7-1-10.5-.3-1.4-.2-1.5 1.1-1.9 1.1-.3 2.1-.7 3-1.3 2.3-1.5 3-4 2.5-6.6-.3-1.2-.6-2.3-1-3.5-1-3-3.6-4.5-6.5-4-1 .2-2 .5-2.9.9-.8.3-.9.2-1.3-.6-1.5-3.4-3.4-6.7-5.5-9.8-.4-.6-.4-.8.2-1.2.8-.7 1.5-1.5 2.2-2.2 1.8-1.7 1.8-5.3.7-7.1-1-1.6-2.3-3-3.7-4.2-1.8-1.5-4.9-1.6-6.9.3-.7.6-1.5 1.2-2.1 1.9-.4.4-.7.5-1.1.1-1-.9-2-1.8-3.1-2.7-1.6-1.3-3.4-2.5-5.1-3.7-1.5-1-1.4-.8-.7-2.5.3-.7.6-1.4.8-2.1.9-2.8.1-5.8-2.7-7.3-1.2-.6-2.4-1.3-3.7-1.7-1.8-.5-3.6-.4-5.3.8-.7.5-1.2 1.2-1.5 2-.4.9-.8 1.9-1.2 2.8-.3.7-.4.8-1.1.5-2.7-.9-5.5-1.5-8.4-2-.7-.1-1.3-.2-2-.3-1-.1-1-.2-1.1-1.3v-2.7c0-2.5-1.2-4.1-3.2-5.1-.6-.3-1.2-.5-1.9-.5-1.5-.1-3.1-.2-4.6.1-2.9.5-4.7 2.7-4.8 5.7v2.4c0 1.2-.1 1.2-1.2 1.4-3.4.6-6.8 1.2-10.1 2.2-.8.2-.9.2-1.2-.6s-.7-1.6-1-2.3c-1.4-3.1-4.5-4.1-7.4-3-1.1.4-2.1.9-3.2 1.5-1.7.9-2.8 2.3-3.2 4.4-.2 1.1-.1 2.2.3 3.2.3.9.7 1.8 1.1 2.6.3.7.3.9-.3 1.3-2.7 1.7-5.2 3.7-7.7 5.8-.3.3-.6.6-.9.8-.5.5-.7.5-1.2 0-.6-.5-1.2-1.1-1.8-1.6-2.1-2.2-6-2.2-8 .1l-1.8 2.1c-.7.8-.8.8-1.6 0-.6-.6-2.2-2-2.3-2.1-1-1.2-1-1.2.1-2.4 8.7-10.4 19.8-18.3 32.2-23 6.2-2.4 12.7-3.9 19.3-4.5 4-.4 8.1-.4 12.1-.1 5.5.3 10.9 1.3 16.2 2.8 4.3 1.2 8.5 2.9 12.6 5 2.8 1.4 5.4 2.9 8 4.6q5.4 3.6 10.2 8.1c3.1 2.9 5.9 6 8.6 9.3.4.5.7 1 1 1.5 2.5 3 4.5 6.3 6.4 9.7 3.8 6.8 6.6 14.2 8.3 21.9.6 2.7 1 5.4 1.5 8.1.4 2.4 2 3.2 4.1 2 2.5-1.4 4.1-4.9 3.8-7.9-.1-.7-.5-1.4.2-2 .5-.3 1.1-.3 1.7-.3h9.2c1.3 0 2.1-.5 2.8-1.6 2.5-4.1 4.5-8.6 5.7-13.4 1-3.7 1.7-7.4 2-11.3v-1.2c-.1-.5.1-.9.5-1.1.7 0 2.1-.1 2.2-.1 2.5-.2 2.5-.2 2.5 2.5v6.1c0 1.9.5 2.4 2.2 2.9q6.3 1.65 12.6 1.2c2-.1 3.9-.5 5.9-.6.4 0 .8-.2 1.2-.3 1.2-.5 1.5-1 1.6-2.3v-7.6c0-.6-.1-1.2.4-1.6.8-.6 1.5-.1 2.2.2 1.7.8 3 2.1 4.2 3.5 2.2 2.7 3.8 5.7 5.3 8.9.1.2.2.5.2.8-.1.7-.5 1-1 1.4-4 2.7-7.6 6-10.9 9.6q-5.7 6.3-9.6 13.8c-3.1 5.8-5.2 12-6.5 18.6-.5.7-.4 1.5-1.2 1.6" class="st5"></path><path d="M289 316.3c.3-1.2.5-2.4.8-3.7 2.2-10 6.5-18.9 12.6-26.8 4.1-5.3 8.9-9.9 14.4-13.6.3-.2.7-.4.9-.8s18.8-13 39.5-9c1.2.9 1.4 2.8.7 4.4s-1.9 2.1-3.8 2.1c-1.8 0-3.6-.1-5.4 0q-4.5.3-9 1.2c-8.1 1.8-15.5 5.3-22.1 10.5-7.8 6.1-13.6 13.9-17.6 23.2-1.6 3.8-2.9 7.8-3.7 11.8 0 .2-.7 4.2-.9 5.9-.2 1.6-.9 2.7-2.4 3.3-2.2.8-4.5-.9-4.5-3.3 0-1.2.2-2.4.4-3.6-.1-.4 0-1.5.1-1.6" class="st9"></path><path d="M271.3 307.9h-11.1c-1.7 0-3-.9-3.7-2.5s-.5-3.2.5-4.7c.8-1.1 2-1.6 3.3-1.6h21.5c1.2 0 2.3.2 3.2 1.1 1.3 1.2 1.8 3.1 1.3 4.8q-.45 1.35-1.5 2.1c-.7.5-1.5.8-2.4.8-3.7.1-7.4 0-11.1 0" style="fill:#fc4f4f;"></path><path d="M154 215c.2.2.5.2.8.1 2.3-.5 4.7-.8 7-1 .2 0 .1 0 .7-.1 8.2-.6 19.2-.2 27.9 2.2 1.9.6 3.8 1 5.7 1.5.2 0 9.5 3.6 13.2 5.7.3.2.5.4.7.6.1 1.8-.4 3.1-1.3 4.3-1.4 1.7-3.2 2.9-5.2 3.6-2.6-1.2-5.2-2.4-7.8-3.4-4.7-1.7-9.6-3-14.5-3.7-4.3-.6-8.7-.9-13-.8-5.1.1-10.3.7-15.3 1.9-15.6 3.7-29.7 12.3-40.4 24.7-.3.4-.7.8-1 1.2-.7.8-1 1.4-1.6 2-.9 1.1-1.7 2.2-2.6 3.3-2 2.6-5.5 2.7-7.7 0-1.5-1.8-1.2-4.6 0-6.4q1.95-2.85 4.2-5.4c1.5-1.8 3-3.6 4.7-5.3 2.3-2.3 4.7-4.6 7.2-6.7 8.7-7 18.2-12.4 28.6-15.7 2.8-.9 5.6-1.6 8.4-2.2.4.1.9 0 1.3-.4M239.1 249.6c2.5 3.2 4.6 6.7 6.6 10.2 2.3 4.2 4.3 8.5 5.9 13.1 1.5 4.2 2.8 8.4 3.7 12.7l.3 1.5c.2 1.3.5 2.7.2 4-.6 2.8-1.9 5-4.5 6.3-2.1 1-4 0-4.3-2.5-.9-6.5-2.4-12.8-4.7-18.8-2.7-7.2-6.3-13.9-10.8-20l-.6-.9c.5-1.7 1.5-3.1 2.5-4.5.5-.8 1.4-.7 2.1-.9 1.2-.4 2.4-.7 3.6-.2" class="st3"></path><path d="M238.6 249.5c-5.6-.5-7.3 5.3-7.5 5.7-2.4-3.1-5-6.1-7.7-8.8-5.6-5.6-12-10.3-19-13.9-.3-.2-.6-.3-.9-.5.3-.3 2.6-.8 4.5-3.6 1.6-2.3 2-3.9 2-4.4 1.8.7 3.4 1.9 5.1 2.9 2.9 1.8 5.6 3.8 8.3 5.9 2.4 2 4.7 4 6.9 6.2 1.5 1.5 2.9 3.1 4.3 4.7 1.7 1.8 3.3 3.7 4.6 5.8M383.5 276.1c-.6-1.1-1.5-1.8-2.2-2.8-4-5.1-6.8-10.8-8.8-17-.2-.7-.4-1.4-.7-2.1-.1-.3-.2-.6-.6-.6-5-4.5-11.1-7.1-17.1-9.8-9-4.2-18.4-7.1-27.9-9.6-7.4-2-15-3.5-22.6-4.8-.7-.1-1.4-.2-1.9-.9-.1-.5-.1-1-.1-1.5v-17.8c0-.6-.2-1.4.5-1.9 1.5.4 3 .4 4.5.6 2.9.4 5.7.7 8.6 1.2 3.7.6 7.4 1.1 11.1 1.9 2.5.5 5.1 1 7.6 1.6 3 .7 5.9 1.3 8.9 2.1 4.9 1.3 9.8 2.6 14.5 4.4 1.9.7 3.8 1.5 5.7 2.1 2 .6 3.5 1.9 4.9 3.3 3.2 3.1 6.3 6.2 9.4 9.4 2 2.2 4.1 4.3 6 6.5.8 1 1.8 1.9 2.7 2.8 1.5 1.6 2.9 3.4 4.5 5 1.2 1.3 2 2.9 2.1 4.8.1 2.6 0 5.2-.6 7.8-1.2 4.7-3.3 8.9-6.2 12.7-.6.9-1.4 1.8-2.3 2.6" class="st3"></path><path d="m256.3 220.8-7-5.1c-.1-.1-.2-.2-.3-.2-.4-.4-.7-.2-.9.2-.4.7-.8 1.3-1.3 1.9-1 1.5-2 3.1-3.1 4.6-.8 1.1-1.8 1.5-2.8 1.1-1.6-.5-2.4-2.4-1.6-4 .3-.5.6-1 .9-1.4 3.6-5.4 7.2-10.8 10.7-16.2.2-.4.5-.7.7-1 .9-1.1 2.4-1.2 3.4-.4.5.4.9 1 1 1.6.1.7.1 1.3-.3 1.9-.3.6-.7 1.2-1.1 1.8-1.1 1.7-2.2 3.3-3.3 5-.4.7-.5.7.2 1.1 2.4 1.8 4.8 3.5 7.2 5.3z" style="fill:#45423e;"></path><path d="M285.3 205.9c.3.2.3.6.3 1v18.9c0 .2 0 .4-.1.6-.4.5-1 .5-1.6.5-2.1 0-4.2-.1-6.3-.1-5.9-.1-11.7-.1-17.6 0-.4 0-.8 0-1.2.2-.2.1-.4.3-.4.6s.3.4.5.5c.2 0 .3.1.5.1 2.9-.1 5.8.1 8.7-.1 2.8-.2 5.6-.1 8.3 0 2.4.2 4.8.2 7.2.3.6 0 1.2 0 1.8.4.3 1.4.7 2.9.4 4.4 0 .1 0 .3-.1.4-.4.6-1.1.6-1.7.8-1.1.5-1.7 1.3-1.6 2.6.2 5.9-.3 11.7-.2 17.6 0 .7 0 1.4.1 2 .2 1.5-.2 1.9-1.6 2.1-.4 0-.7 0-1.1.1h-2c-1.9.3-3.8.3-5.8.5-3.6.3-6.2-1.3-8-4.5-2.6-4.5-5.2-9-7.5-13.6-1.1-2.1-2-4.2-3.2-6.2-1.8-3.3-1.8-6.5.3-9.7.9-1.4 1.6-2.9 2.7-4.2.6-1.5 1.6-2.7 2.5-4.1 2-3.1 4.2-6.2 6.5-9.1.7-.9 1.7-1.4 2.6-2.1 1.2-.3 5.5-.4 6.6-.5h3.7c.4-.3 6.1 0 7.3.6M358.6 266.4c-.4-.2-.6-.5-.6-1 .1-1.5-.8-2.3-2-2.8-1.5-.6-13-1.7-24.4 2.5-4 1.4-7.9 3.1-11.5 5.3-.7.4-1.4.7-2 1.2-.1.1-.3 0-.4 0-.9-1.3-1.5-2.9-2.3-4.3-1.2-2.2-2.6-4.3-4.3-6.1-1.3-1.4-2.8-2.5-4.7-2.9-.5 0-.6-.4-.7-.8-.1-.5-.1-.9-.1-1.4 0-3.3-.1-6.5 0-9.8.1-3.1-.3-6.1-.2-9.2q0-1.8-1.5-2.4l-1.2-.6c-.3-.2-.6-.4-.5-.8V231c.3-.5.8-.4 1.3-.3q8.55 1.35 16.8 3.3c6.7 1.6 13.4 3.4 19.9 5.6 5.2 1.8 10.4 3.8 15.4 6.3 2.4 1.2 4.8 2.2 7 3.8.8.6 1.5 1.4 2.1 2.2 1.5 1.9 1.1 4.2 1 6.4 0 .7-.4 1.3-.4 2-1.3 2-2.4 4.2-3.3 6.5-.2.5-.4.6-.9.5-.8-.5-1.7-.7-2.5-.9" class="st3"></path><path d="M365.3 260.2c-.3-.6-.2-1.2-.1-1.8.2-1.2.1-2.5.1-3.7s-.6-2.2-1.3-3c-.9-1.1-2-2-3.2-2.6-5.7-3.1-11.6-5.6-17.7-7.8-4.4-1.6-8.8-3.1-13.3-4.3-5.7-1.5-11.3-2.9-17.1-4.1-3.3-.7-6.6-1.2-9.9-1.8-.2 0-.4 0-.6-.1v-2.4c2 .2 4 .6 6 1 2.6.5 5.2 1 7.8 1.6 2.7.6 5.5 1.2 8.2 1.9 2.1.6 4.2 1.1 6.2 1.6q7.65 2.1 15 4.8c4 1.5 7.9 3.3 11.8 5 3.7 1.7 7.3 3.6 10.8 5.8 1 .6 2 1.4 2.9 2.2.3.3.6.6.3 1.1-1.3 1.2-2.6 2.4-3.8 3.7-.7.9-1.3 1.9-2.1 2.9M285.3 226.4v2.4c-6.8-.6-19.5-.6-25.9-.2-.5 0-1-.1-1.5-.2-.4-.1-.9-.6-.9-.9 0-.6.3-.8.7-1 .5-.3 1.2-.3 1.7-.3 6.1 0 12.3-.1 18.4.1 2.5 0 5 0 7.5.1" class="st3"></path><path d="M390.3 255c0 2.3-.4 4.4-1 6.5-1.1 3.7-2.9 7-5.2 10-.5.6-.5.6-1 0-2.2-2.8-4-5.8-5.6-9.1-1.2-2.4-2.1-5-2.9-7.5-.3-.8-.2-.9.5-1.4 2.7-1.4 5.4-2.5 8.4-2.9 1.4-.2 2.7-.2 4.1-.4h.4c1.3 0 1.5.2 2 1.4.3 1.2.3 2.4.3 3.4" style="fill:#fefefe;"></path><path d="M302.1 207.8c0 6.8.1 21.8.2 26.1-.4.5-.9.3-1.3.2-4.8-1.5-9.6-1.3-14.4-.3-.4.1-.8.2-1.1-.2-.2-.3 0-33.8 0-35.9 0-.9.1-1.8.6-2.6l1.5-3c.1-.1.2-.1.3-.1 5.6 2.5 10.2 5.4 14.4 9.9-.3 1.6-.2 3.8-.2 5.9" class="st2"></path><path d="M287.7 191.6h-.2c.4-1 .4-2.1.4-3.2v-9.7c0-1.2.3-2.1 1-3 3.4-4.5 7.2-8.8 11.2-12.8 2.5-2.5 5.2-4.9 8.2-6.9.6.1.3.5.2.8-1.8 4.2-1.6 8.7-1 13 .2 1.9.8 3.9 2.3 5.4.1.1.2.2.2.4 0 .1 0 .3-.1.4-3.5 1.7-6.2 4.3-8.5 7.5-.3.5-.6 1-.5 1.6-.2 3.8-.1 7.7 0 14v.2c-.5.4-.8 0-1.2-.3-1.4-1.2-2.7-2.5-4.2-3.6-1.6-1.2-3.3-2.3-5-3.2-.8-.5-1.7-.8-2.8-.6" class="st9"></path><path d="M310.6 155.6c.7.4 1 1 1.2 1.7q.6 3 .9 6c.2 3.5-.2 6.8-1.1 10.2-.2.7-.4 1.4-.8 1.9-.4.1-.6-.3-.7-.6-2-3.7-2.4-7.7-2.1-11.8 0-.6.1-1.1.2-1.7 0-2.1.9-4.2 2.4-5.7M304.3 234.3c1.1.5 1.6 1.2 1.6 2.5.2 6.7.2 13.5.2 20.2v2.7c0 2.8-.1 5.6 0 8.4 0 1-.4 1.5-1.2 1.9-6.7 1.9-15.5 1.8-21.6-.2-1.4-.4-1.7-1-1.8-2.5v-8.4c0-.8.2-13.6.2-14v-9c0-.9.3-1.5 1.2-1.9 9.8-3.2 14.9-2.3 21.4.3" class="st9"></path><path d="M283.6 252v-15.3c0-1 .1-1.1 1-1.5 3.4-1.4 13.4-2.7 18.8 1 .8.5 1 .9 1 2.1.1 2.5-.1 21.4-.1 28.7v.4c0 1-.1 1.1-1.1 1.3-6.2 1.4-12.4 1.2-18.6-.4-.9-.2-1-.3-1-1.3v-10c.1-1.6.1-3.3 0-5" class="st5"></path><path d="M287.5 191.8c.1-.9.7-1 1.7-.8 1.2.4 2.4.9 3.5 1.7 2.4 1.5 4.8 3.2 6.8 5.3.5.5 1 .9 1.5 1.3.1.3.2.6.5.8.6.6.7 1.3.6 2.2-1.1-.2-1.7-.8-2.4-1.6-1.9-2.2-4-3.9-6.3-5.5-1.4-1-3.6-2-5.2-2.7-.5-.2-.8-.2-.7-.7M310.6 155.6c.4.2.6.3-.3 1.2-1.2 1.1-2 3.9-1.9 8.6.1 3.1.1 5.8 2.5 10.1-.2.3-.5.6-.8.6-4-4.1-3.6-16.7-1.6-20 .7-.9 1.2-1 2.1-.5" class="st8"></path>',40)])])}const l={render:p};export{l as default,p as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as l,createElementBlock as e,createElementVNode as t}from"vue";const r={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"Layer_1",x:"0",y:"0",version:"1.1",viewBox:"674 0 500 500"};function s(s,n){return l(),e("svg",r,[...n[0]||(n[0]=[t("path",{d:"M895.407 4.058c36.537 21.827 70.895 47.083 107.096 69.469Q935.83 192.423 869.089 311.39c-17.708-31.761-34.299-64.152-51.798-96.055 25.199-70.729 53.967-140.2 78.116-211.277",style:{fill:"#f9c011"}},null,-1),t("path",{d:"M779.632 495.943c75.526-140.409 153.992-279.278 228.68-420.038a41007 41007 0 0 0 60.057 107.46c-57.888 104.1-116.196 207.92-173.662 312.229-38.358-.001-76.708-.49-115.075.349",style:{fill:"#db712a"}},null,-1),t("path",{d:"M901.917 495.382c31.987-55.967 62.157-112.915 94.565-168.603 19.319 25.256 38.918 50.372 58.097 75.765-50.677 31.345-101.636 62.127-152.662 92.838",style:{fill:"#b7230f"}},null,-1)])])}const n={render:s};export{n as default,s as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as s,createElementBlock as t,createStaticVNode as c}from"vue";const a={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"IKNC",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function e(e,l){return s(),t("svg",a,[...l[0]||(l[0]=[c('<linearGradient id="SVGID_1_" x1="467.5" x2="67.5" y1="34.5" y2="434.5" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset=".159" style="stop-color:#003cda;"></stop><stop offset="1" style="stop-color:#33dfcc;"></stop></linearGradient><path d="M250 96.4c30.4 0 60.1 9 85.3 25.9 25.3 16.9 44.9 40.9 56.6 68.9 11.6 28.1 14.7 58.9 8.7 88.7-5.9 29.8-20.6 57.2-42 78.6-21.5 21.5-48.8 36.1-78.6 42s-60.7 2.9-88.7-8.7c-28.1-11.6-52.1-31.3-68.9-56.6-16.9-25.3-25.9-55-25.9-85.3.1-40.7 16.3-79.8 45-108.5s67.8-44.9 108.5-45M250 0c-49.4 0-97.8 14.7-138.9 42.1C70 69.6 38 108.6 19 154.3.1 200-4.8 250.3 4.8 298.8s33.5 93 68.4 128c35 35 79.5 58.8 128 68.4s98.8 4.7 144.4-14.2 84.7-51 112.2-92.1S500 299.4 500 250c0-66.3-26.3-129.9-73.2-176.8S316.3 0 250 0" style="fill:url(#SVGID_1_);"></path><path d="M250 446c108.2 0 196-87.7 196-196S358.2 54 250 54 54 141.8 54 250s87.8 196 196 196" class="st1"></path><path d="M361.8 362.9c-14.8 14.8-32.4 26.4-51.8 34.2s-40.1 11.7-61 11.3c-20.8.4-41.4-3.4-60.6-11.3-19.2-7.8-36.7-19.5-51.2-34.3-14.9-14.5-26.7-31.9-34.5-51.2-7.9-19.3-11.7-39.9-11.2-60.7 0-45.5 15.3-83.5 45.9-113.8 14.6-14.8 32-26.5 51.2-34.3s39.9-11.6 60.6-11.2c20.9-.4 41.6 3.5 61 11.3s37 19.5 51.7 34.2c31.2 30.4 46.9 68.3 46.9 113.8.4 20.9-3.6 41.6-11.7 60.9-8.1 19.4-20.1 36.7-35.3 51.1" style="fill:#49bc98;"></path><path d="M312.6 184.4 260.4 146l-2.6.2c-1.3 1.6-2.3 3.3-3 5.2-4.6 19.8-9.1 39.7-13.6 59.6-1.2 5.5-2.5 10.9-3.7 16.4-.4 1.9-.8 3.8-1.3 6l-.4 1.9c.6-.3 1.1-.6 1.6-.8.6-.3 1.2-.6 1.7-.9l56.1-30.8c6.2-3.4 12.4-6.7 18.6-10.2.6-.3 1.1-.8 1.5-1.4s.6-1.2.7-1.9-.1-1.4-.3-2c-.3-.6-.7-1.2-1.3-1.6z" class="st1"></path><path d="M184.6 188.8c-3.3 2.2-5.9 5.4-7.5 9.1l-.1 106c1.5 2.7 3.3 5.2 5.4 7.4 11.8 9.6 23.7 19.2 35.5 28.7 4.1 3.3 8.2 6.6 12.4 9.9 1.6 1.3 3.3 2.2 5.2 1 .8-.6 1.5-1.4 1.8-2.4s.3-2-.1-2.9c-6.2-30.4-12.4-60.7-18.5-91.1-.5-2.3-.5-4.7 0-7.1 6.2-30.3 12.4-60.6 18.7-90.8.5-2.2.4-4.3-1.7-5.5s-3.8 0-5.4 1.3c-4.3 3.4-8.6 6.8-12.8 10.2-11 8.8-22 17.5-32.9 26.2" class="st1"></path><path d="M257.4 354c-1.2-1.5-2.2-3.1-3-4.9-4.8-21.1-9.5-42.3-14.2-63.4-1.3-5.8-2.6-11.6-3.9-17.5 0-.6-.1-1.2-.3-1.9-.1-.4-.2-.8-.2-1.3.4.2.7.4 1.1.5.7.3 1.3.6 1.9.9l73.8 40.7c4.6 2.5 4.7 5.3.4 8.2l-52.6 38.1-.4.4zM248.7 242.8l-10.7 6 2.8 1.7 48.7 27.3 26.6 15.2c2.6 1.4 4.9 1.2 6-.7.6-1.3.9-2.7.8-4.1v-77.9c0-5.7-2.7-7.2-7.7-4.5z" class="st1"></path>',7)])])}const l={render:e};export{l as default,e as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as s,createElementBlock as t,createStaticVNode as e}from"vue";const a={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"ILINK",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function r(r,c){return s(),t("svg",a,[...c[0]||(c[0]=[e('<linearGradient id="SVGID_1_" x1="467.5" x2="67.501" y1="34.501" y2="434.5" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset=".159" style="stop-color:#003cda;"></stop><stop offset="1" style="stop-color:#33dfcc;"></stop></linearGradient><path d="M250 96.4c30.4 0 60.1 9 85.3 25.9 25.3 16.9 44.9 40.9 56.6 68.9 11.6 28.1 14.7 58.9 8.7 88.7-5.9 29.8-20.6 57.2-42 78.6-21.5 21.5-48.8 36.1-78.6 42s-60.7 2.9-88.7-8.7c-28.1-11.6-52.1-31.3-68.9-56.6-16.9-25.3-25.9-55-25.9-85.3.1-40.7 16.3-79.8 45-108.5s67.8-44.9 108.5-45M250 0c-49.4 0-97.8 14.7-138.9 42.1C70 69.6 38 108.6 19 154.3.1 200-4.8 250.3 4.8 298.8s33.5 93 68.4 128c35 35 79.5 58.8 128 68.4s98.8 4.7 144.4-14.2c45.7-18.9 84.7-51 112.2-92.1S500 299.4 500 250c0-66.3-26.3-129.9-73.2-176.8S316.3 0 250 0" style="fill:url(#SVGID_1_);"></path><path d="M250 446c108.2 0 196-87.7 196-196S358.2 54 250 54 54 141.8 54 250s87.8 196 196 196" class="st1"></path><path d="M361.8 362.9c-14.8 14.8-32.4 26.4-51.8 34.2s-40.1 11.7-61 11.3c-20.8.4-41.4-3.4-60.6-11.3-19.2-7.8-36.7-19.5-51.2-34.3-14.9-14.5-26.7-31.9-34.5-51.2-7.9-19.3-11.7-39.9-11.2-60.7 0-45.5 15.3-83.5 45.9-113.8 14.6-14.8 32-26.5 51.2-34.3s39.9-11.6 60.6-11.2c20.9-.4 41.6 3.5 61 11.3s37 19.5 51.7 34.2c31.2 30.4 46.9 68.3 46.9 113.8.4 20.9-3.6 41.6-11.7 60.9-8.1 19.4-20.1 36.7-35.3 51.1" style="fill:#4160ab;"></path><path d="m250.2 137.2-20.8 11.7-56.9 32.3-20.7 12.1V306l20.8 12.1 57.1 32.7 20.8 12.1 20.7-12.1 56.2-32.3 20.8-12.1V193.7l-20.8-12.1-56.4-32.7zm-57.1 144.9V217l56.9-32.3 56.9 32.8v65.1L250 314.9z" class="st1"></path>',5)])])}const c={render:r};export{c as default,r as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as e,createElementBlock as r,createElementVNode as o}from"vue";const s={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"ilv",x:"0",y:"0",baseProfile:"tiny",overflow:"visible",version:"1.1",viewBox:"0 0 500 500"};function c(c,t){return e(),r("svg",s,[...t[0]||(t[0]=[o("path",{d:"M250.3 66.6c-2.7 81.3-2.6 168.8 0 250.7 2.3-81.8 2.4-169.3 0-250.7M160 497l.2.6c.8-.4 1.6-.7 2.4-1.2 16.1-8.9 33.2-15.4 50.7-21.1 22.2-7.2 44.8-8 67.3-1.8 19.5 5.3 38.3 12.8 56.1 22.2 1.1.6 2 1.8 3.7 1.4-.2-.3-.4-.6-.6-.8-28.1-21.5-56.1-43.1-84.2-64.6-4-3.1-7.1-2.7-11 .3-28.2 21.7-56.4 43.4-84.6 65m-16.6-308.5c-1.8 2.4-1 4.1.8 6 6.7 7.2 10.8 15.8 13.6 25.1 3.5 11.4 4.8 23.2 5.3 35.1.8 18.3.6 36.5.2 54.8-.5 24.3-.6 48.7-.4 73 .2 26.9-3.5 53-12.1 78.5-3.3 9.9-6.7 19.9-11.4 30.4.8-.2 1.5-.6 2.2-.9 24.5-19.7 48.9-39.5 74.4-57.9 3.3-2.4 3.3-5.3 1.3-8.4s-4.2-6-6.5-8.8c-6.8-8.1-9.5-17.5-9.6-27.9-.2-13.5-.5-27.1-.6-40.6-.6-49.9-.2-99.8-.8-149.7-.8-64-.8-128.1-1.1-192.1V2.5h-.9c-2.8 25.4-5.7 50.8-10.6 75.9-7.7 39.4-19.1 77.4-43.8 110.1M301 118.6c-.8 57.3-.1 114.7-1 172-.5 29.8-.4 59.6-.3 89.4 0 15.1-3.1 29-13.9 40.3-1 1.1-1.9 2.4-2.7 3.6-2.4 3.5-1.8 6.3 1.8 8.9 24.5 17.7 48 36.7 71.5 55.6 1.1.9 2 2.2 4.2 2-7.8-17.6-13.2-35.6-17.6-53.9-1.7-7.1-3.5-14.2-4.1-21.5-1.5-17.9-1.1-35.9-1.4-53.8-.6-30.7-.3-61.4-.4-92.2-.1-10.5.5-21 1.9-31.4 1.9-14 5.3-27.5 14-39.1 5.7-7.6 5.8-7.5.2-15.5-19.4-27.7-29.9-59-37.1-91.6-6.5-29.4-10-59.1-13-89h-1.2c-.6 38.8-.4 77.5-.9 116.2"},null,-1)])])}const t={render:c};export{t as default,c as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as c,createElementBlock as l,createElementVNode as s}from"vue";const e={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"imx",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function r(r,m){return c(),l("svg",e,[...m[0]||(m[0]=[s("path",{d:"M370.6 370.6s-54.6-63.7-72.8-85c-2.1-2.4-2.8-5.7-2.1-8.7.6-1.7 1.8-3.5 2.9-4.8l8.4-9.3 93.2 107.8zm-57.6 0-67.6-78.9-3.4-4.3c-3.2-3.7-3.1-9.4.2-13l126.1-146.9h31.2l-126.8 145c-3.3 3.6-3.4 9.3-.2 13l73.2 85.1zm-78.8-115.9c-26.1 30.2-99.4 115.9-99.4 115.9h-32.6L202 255c3.2-3.7 3.2-9.2 0-12.8l-99-114.6h31.3l99.6 115.6c2.6 3.4 3 8.3.3 11.5m-1.2 65.6-9.7 11.3-33.5 39.1h-30.3l64.1-74.6s7.1 8.5 9.6 11.3c3.2 3.7 3.1 9.3-.2 12.9m-43.6-192.7s53.7 64.2 73.1 84.1c3.1 3.1 2.5 7.2-.3 10.5-10.3 12.1-10.6 12.3-10.6 12.3l-92.3-107h30.1zm80.5 50.3 9.7-11.3 33.5-39.1h30.3l-64.1 74.6s-7.1-8.5-9.6-11.3c-3.2-3.7-3.1-9.3.2-12.9M249.5 1.4C112.3 1.4 1 112.6 1 249.9c0 137.2 111.3 248.5 248.5 248.5S498 387.1 498 249.9C498 112.6 386.7 1.4 249.5 1.4"},null,-1)])])}const m={render:r};export{m as default,r as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as s,createElementBlock as e,createElementVNode as r}from"vue";const t={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"inb",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function c(c,l){return s(),e("svg",t,[...l[0]||(l[0]=[r("path",{d:"M249.4 2.5c-136.4 0-247 110.6-247 247s110.6 247 247 247 247-110.6 247-247-110.6-247-247-247m0 476c-52.1 0-100-17.4-138.5-46.6.9-10.6 5.3-31.5 23.3-59 26.6-40.5 66.3-61.2 130.3-61.2s107.2 23.4 110.4 31.8c3.2 8.3-11.5 15.5-11.5 15.5s12.3-.4 29-10.7 4-27 4-27l-44.5-44.9s.4-2.8-5.6-19.9-23.4-54-63.1-79.8c-39-25.3-66.7-28.6-134.6-30.2-53.8-1.3-94.1 6.9-108.6 10.4C75.6 76.6 156 20.6 249.4 20.6c126.5 0 229 102.5 229 229s-102.5 228.9-229 228.9m26.2-263.3 47.7 48.1h-26.6l-22.5-47.1c-.4-.9.7-1.7 1.4-1",style:{fill:"#3a3a3a"}},null,-1)])])}const l={render:c};export{l as default,c as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{defineComponent as e,ref as l,computed as t,watch as n,openBlock as r,createElementBlock as i,withModifiers as a,createElementVNode as o,toDisplayString as s,createCommentVNode as u,createVNode as d,unref as c,createBlock as v,withCtx as m,createTextVNode as p,Fragment as f,normalizeClass as g,provide as y,inject as b,onMounted as _,onBeforeUnmount as x,normalizeStyle as k,renderList as P}from"vue";import{_ as S}from"./EaeraButton-DGfjUoa6.mjs";import{_ as C}from"./EaeraInput-CkbcAxy0.mjs";import{_ as w}from"./EaeraCheckbox-C_faN0pV.mjs";import{_ as L}from"./EaeraSwitch-BI3E0zPf.mjs";import{_ as E}from"./EaeraInputNumber-CT5nnbWb.mjs";import{_ as T}from"./EaeraTag-ChGPYV8x.mjs";import{X as B}from"@lucide/vue";import{_ as N}from"./_plugin-vue_export-helper-BCo6x5W8.mjs";const M={class:"orderline-context-menu__header"},z={class:"orderline-context-menu__title-group"},D={class:"orderline-context-menu__title"},I={key:0,class:"orderline-context-menu__status"},A={class:"orderline-context-menu__status-text"},F={key:0,class:"orderline-context-menu__market"},R={class:"orderline-context-menu__market-left"},$={key:1,class:"orderline-context-menu__prices"},O={class:"orderline-context-menu__price-value"},q={key:1,class:"orderline-context-menu__price-sep"},H={class:"orderline-context-menu__price-value"},V={key:0,class:"orderline-context-menu__symbol-info"},j={class:"orderline-context-menu__symbol"},U={class:"orderline-context-menu__inputs"},Y={class:"orderline-context-menu__field"},K={key:0,class:"orderline-context-menu__field"},W={class:"orderline-context-menu__field"},X={key:1,class:"orderline-context-menu__margin"},G={class:"orderline-context-menu__advanced-toggle"},J={class:"orderline-context-menu__sl-tp"},Q={class:"orderline-context-menu__field"},Z={class:"orderline-context-menu__field-header"},ee={class:"orderline-context-menu__field-label-inline"},le={key:0,class:"orderline-context-menu__field-error"},te={class:"orderline-context-menu__field"},ne={class:"orderline-context-menu__field-header"},re={class:"orderline-context-menu__field-label-inline"},ie={key:0,class:"orderline-context-menu__field-error"},ae={class:"orderline-context-menu__comment"},oe={class:"orderline-context-menu__comment-header"},se={class:"orderline-context-menu__comment-counter"},ue={class:"orderline-context-menu__actions"},de=N(e({__name:"OrderlineContextMenu",props:{title:{},statusTagText:{default:""},side:{default:void 0},bid:{default:null},ask:{default:null},symbol:{default:""},advanced:{type:Boolean,default:!1},showStopLimitPrice:{type:Boolean,default:!1},marginText:{default:""},initialPrice:{default:""},initialStopLimitPrice:{default:""},initialVolume:{default:"0.01"},initialStopLoss:{default:""},initialTakeProfit:{default:""},initialStopLossEnabled:{type:Boolean,default:!1},initialTakeProfitEnabled:{type:Boolean,default:!1},initialComment:{default:""},referencePrice:{default:null},tickSize:{default:null},priceDisabled:{type:Boolean,default:!1},volumeDisabled:{type:Boolean,default:!1}},emits:["confirm","discard","close","update:advanced","update:stop-loss","update:take-profit"],setup(e,{emit:y}){const b=e,_=y,x=l(null!==b.initialPrice&&void 0!==b.initialPrice?String(b.initialPrice):b.referencePrice?String(b.referencePrice):""),k=l(null!==b.initialStopLimitPrice&&void 0!==b.initialStopLimitPrice?String(b.initialStopLimitPrice):""),P=l(null!==b.initialVolume&&void 0!==b.initialVolume?String(b.initialVolume):""),N=l(b.initialStopLossEnabled),de=l(null!==b.initialStopLoss&&void 0!==b.initialStopLoss?String(b.initialStopLoss):""),ce=l(b.initialTakeProfitEnabled),ve=l(null!==b.initialTakeProfit&&void 0!==b.initialTakeProfit?String(b.initialTakeProfit):""),me=l(b.initialComment),pe=t(()=>{const e=Number(de.value);return Number.isFinite(e)?e:void 0}),fe=t(()=>{const e=Number(ve.value);return Number.isFinite(e)?e:void 0}),ge=t(()=>{const e=Number(b.tickSize);return Number.isFinite(e)&&e>0?e:1e-5}),ye=t(()=>{const e=Number(b.referencePrice);return Number.isFinite(e)?e:null}),be=t(()=>N.value&&void 0!==pe.value&&null!==ye.value&&pe.value>=ye.value?"Must be below order price":""),he=t(()=>ce.value&&void 0!==fe.value&&null!==ye.value&&fe.value<=ye.value?"Must be above order price":""),_e=()=>{_("update:stop-loss",{enabled:N.value,price:pe.value})},xe=()=>{_("update:take-profit",{enabled:ce.value,price:fe.value})};n(()=>b.initialPrice,e=>{null!=e&&(x.value=String(e))}),n(()=>b.initialStopLoss,e=>{de.value=null!=e?String(e):""}),n(()=>b.initialTakeProfit,e=>{ve.value=null!=e?String(e):""}),n(()=>b.initialComment,e=>{me.value=e??""});const ke=e=>{x.value=null==e?"":String(e)},Pe=e=>{k.value=null==e?"":String(e)},Se=e=>{P.value=null==e?"":String(e)},Ce=e=>{de.value=null==e?"":String(e),_e()},we=e=>{ve.value=null==e?"":String(e),xe()},Le=e=>{me.value=e??""},Ee=()=>{_("confirm",{price:x.value,stopLimitPrice:k.value,volume:P.value,stopLossEnabled:N.value,stopLoss:de.value,takeProfitEnabled:ce.value,takeProfit:ve.value,comment:me.value}),_("close")},Te=()=>{_("discard"),_("close")};return(l,t)=>{const n=T,y=E,Be=L,Ne=w,Me=C,ze=S;return r(),i("div",{class:"orderline-context-menu",onMousedown:t[4]||(t[4]=a(()=>{},["stop"]))},[o("div",M,[o("div",z,[o("span",D,s(e.title),1),e.statusTagText?(r(),i("div",I,[t[5]||(t[5]=o("span",{class:"orderline-context-menu__status-dot"},null,-1)),o("span",A,s(e.statusTagText),1)])):u("",!0)]),o("button",{type:"button",class:"orderline-context-menu__close","aria-label":"Close",onClick:t[0]||(t[0]=e=>_("close"))},[d(c(B),{size:18})])]),e.side||e.bid||e.ask?(r(),i("div",F,[o("div",R,[e.side?(r(),v(n,{key:0,color:"buy"===e.side?"success":"danger",size:"sm",effect:"light",round:!1},{default:m(()=>[p(s("buy"===e.side?"BUY":"SELL"),1)]),_:1},8,["color"])):u("",!0),e.bid||e.ask?(r(),i("div",$,[e.bid?(r(),i(f,{key:0},[t[6]||(t[6]=o("span",{class:"orderline-context-menu__price-label"},"Bid",-1)),o("span",O,s(e.bid),1)],64)):u("",!0),e.bid&&e.ask?(r(),i("span",q,"/")):u("",!0),e.ask?(r(),i(f,{key:2},[t[7]||(t[7]=o("span",{class:"orderline-context-menu__price-label"},"Ask",-1)),o("span",H,s(e.ask),1)],64)):u("",!0)])):u("",!0)]),e.symbol?(r(),i("div",V,[o("span",j,s(e.symbol),1),t[8]||(t[8]=o("svg",{width:"12",height:"12",viewBox:"0 0 12 12",fill:"none"},[o("circle",{cx:"6",cy:"6",r:"5.25",stroke:"currentColor","stroke-width":"1"}),o("path",{d:"M6 5v3.5M6 3.5v.5",stroke:"currentColor","stroke-width":"1","stroke-linecap":"round"})],-1))])):u("",!0)])):u("",!0),o("div",U,[o("div",Y,[t[9]||(t[9]=o("div",{class:"orderline-context-menu__field-label"},[o("span",null,"Price"),o("span",{class:"orderline-context-menu__required"},"*")],-1)),d(y,{value:x.value,placeholder:"0",controls:!0,size:"sm","other-props":{min:0,step:ge.value,disabled:e.priceDisabled},class:"w-full",onHandleChange:ke},null,8,["value","other-props"])]),e.showStopLimitPrice?(r(),i("div",K,[t[10]||(t[10]=o("div",{class:"orderline-context-menu__field-label"},[o("span",null,"Stop Limit Price"),o("span",{class:"orderline-context-menu__required"},"*")],-1)),d(y,{value:k.value,placeholder:"0",controls:!0,size:"sm","other-props":{min:0,step:ge.value},class:"w-full",onHandleChange:Pe},null,8,["value","other-props"])])):u("",!0),o("div",W,[t[11]||(t[11]=o("div",{class:"orderline-context-menu__field-label"},[o("span",null,"Volume"),o("span",{class:"orderline-context-menu__required"},"*")],-1)),d(y,{value:P.value,placeholder:"0",controls:!0,size:"sm","other-props":{min:0,step:.01,disabled:e.volumeDisabled},class:"w-full",onHandleChange:Se},null,8,["value","other-props"])])]),e.marginText?(r(),i("p",X,s(e.marginText),1)):u("",!0),o("div",G,[o("span",{class:g(["orderline-context-menu__advanced-label",{"orderline-context-menu__advanced-label--active":e.advanced}])}," Advanced ",2),d(Be,{"model-value":e.advanced,size:"sm","onUpdate:modelValue":t[1]||(t[1]=e=>_("update:advanced",e))},null,8,["model-value"])]),e.advanced?(r(),i(f,{key:2},[o("div",J,[o("div",Q,[o("div",Z,[o("div",ee,[d(Ne,{"model-value":N.value,size:"sm",color:"success","onUpdate:modelValue":t[2]||(t[2]=e=>(e=>{if(N.value=e,e&&!de.value&&null!==ye.value){const e=ge.value,l="buy"===b.side?ye.value-20*e:ye.value+20*e;de.value=String(Number(l.toFixed(8)))}_e()})(Boolean(e)))},null,8,["model-value"]),t[12]||(t[12]=o("span",null,"Stop Loss",-1))]),t[13]||(t[13]=o("span",{class:"orderline-context-menu__required"},"*",-1))]),d(y,{value:pe.value,placeholder:"0",controls:!0,size:"sm","other-props":{min:0,step:ge.value,disabled:!N.value},class:"w-full",onHandleChange:Ce},null,8,["value","other-props"]),be.value?(r(),i("span",le,s(be.value),1)):u("",!0)]),o("div",te,[o("div",ne,[o("div",re,[t[14]||(t[14]=o("span",null,"Take Profit",-1)),d(Ne,{"model-value":ce.value,size:"sm",color:"success","onUpdate:modelValue":t[3]||(t[3]=e=>(e=>{if(ce.value=e,e&&!ve.value&&null!==ye.value){const e=ge.value,l="buy"===b.side?ye.value+30*e:ye.value-30*e;ve.value=String(Number(l.toFixed(8)))}xe()})(Boolean(e)))},null,8,["model-value"])]),t[15]||(t[15]=o("span",{class:"orderline-context-menu__required"},"*",-1))]),d(y,{value:fe.value,placeholder:"0",controls:!0,size:"sm","other-props":{min:0,step:ge.value,disabled:!ce.value},class:"w-full",onHandleChange:we},null,8,["value","other-props"]),he.value?(r(),i("span",ie,s(he.value),1)):u("",!0)])]),o("div",ae,[o("div",oe,[t[16]||(t[16]=o("span",null,"Comment",-1)),o("span",se,s(me.value.length)+"/"+s(30),1)]),d(Me,{value:me.value,placeholder:"Add a comment",size:"sm","other-props":{maxlength:30},class:"w-full",onHandleChange:Le},null,8,["value","other-props"])])],64)):u("",!0),o("div",ue,[d(ze,{color:"contrast",plain:"",size:"sm",onClick:Te},{default:m(()=>[...t[17]||(t[17]=[p("Discard",-1)])]),_:1}),d(ze,{color:"primary",size:"sm",onClick:Ee},{default:m(()=>[...t[18]||(t[18]=[p("Confirm",-1)])]),_:1})])],32)}}}),[["__scopeId","data-v-2d8976ac"]]),ce=e=>e?{surfacePrimary:"#191D23",surfacePositive:"#16c784",surfaceNegative:"#ef4444",surfaceElevated:"#323A45",surfaceAction:"#A259FB",textPrimary:"#F0F1F3",textSecondary:"#B1B9C5",borderPrimary:"#323A45",borderPrimaryInverse:"#D8DCE2",borderAction:"#A259FB"}:{surfacePrimary:"white",surfacePositive:"#16c784",surfaceNegative:"#ef4444",surfaceElevated:"#d8dce2",surfaceAction:"#A259FB",textPrimary:"#0f1115",textSecondary:"#4b5768",borderPrimary:"#d8dce2",borderPrimaryInverse:"#323a45",borderAction:"#A259FB"},ve=(e="neutral",l="order",t,n)=>{const r=ce(t),i="position"===l;let a;return a="stop-loss"===n?r.surfaceNegative:"take-profit"===n?r.surfacePositive:i?r.borderAction:"buy"===e?r.surfacePositive:"sell"===e?r.surfaceNegative:r.borderAction,{lineColor:a,lineWidth:2,lineDash:[0,0],badgeBackgroundColor:r.surfacePrimary,badgeBorderColor:a,badgeTextColor:i?r.textPrimary:a,handleColor:a,handleBackgroundColor:i?r.surfacePrimary:"transparent",handleBorderColor:i?r.surfacePrimary:"transparent",deleteColor:i?r.textPrimary:a,deleteBackgroundColor:i?r.borderAction:r.surfacePrimary,deleteBorderColor:a,fontSize:12}},me=Symbol("EAERA_ORDERLINE_OVERLAY_CONTEXT_KEY"),pe=(e,r)=>{const i=l(null),a=l({}),o=t(()=>({draggingLineId:i.value,draftPrices:a.value}));n(o,e=>{r("stateChange",e)},{immediate:!0});const s={orderLines:t(()=>e.orderLines??[]),chartInstance:t(()=>e.chartInstance??null),seriesInstance:t(()=>e.seriesInstance??null),orderLineTool:t(()=>e.orderLineTool??null),renderKey:t(()=>e.renderKey??0),marketPrice:t(()=>e.marketPrice??null),tickSize:t(()=>e.tickSize??null),dark:t(()=>e.dark),state:o,onDeleteLine:e=>{r("deleteLine",e)},onLinePriceChange:(e,l)=>{r("linePriceChange",e,l)},onLinePricePreview:(e,l)=>{r("linePricePreview",e,l)},onDragStateChange:e=>{i.value=e,r("dragStateChange",e)},onDraftPricesChange:e=>{a.value=e},onSLTPChange:(e,l,t)=>{r("slTpChange",e,l,t)}};return y(me,s),s},fe=()=>{const e=b(me);if(!e)throw new Error("useEaeraOrderlineOverlay must be used inside EaeraOrderlineOverlay");return e},ge=["onMousedown","onDblclick"],ye=["onDblclick"],be=e({__name:"index",props:{orderLines:{},chartInstance:{},seriesInstance:{},orderLineTool:{},renderKey:{},marketPrice:{},tickSize:{},dark:{type:Boolean}},emits:["deleteLine","linePriceChange","linePricePreview","dragStateChange","slTpChange","stateChange"],setup(e,{expose:a,emit:d}){const m=pe(e,d),{orderLines:y,chartInstance:b,seriesInstance:S,orderLineTool:C,renderKey:w,marketPrice:L,tickSize:E,dark:T,state:B,onDeleteLine:N,onLinePriceChange:M,onLinePricePreview:z,onDragStateChange:D,onDraftPricesChange:I,onSLTPChange:A}=m,F=l(0),R=l(0),$=new Set,O=l(!1);let q=null,H=null,V=null;const j=l(null),U=l(null),Y=l({}),K=()=>b.value,W=()=>S.value,X=(e,l,t)=>Math.min(Math.max(e,l),t),G=(e,l,t)=>{const n=t.filter(e=>e>0),r={height:`${Math.max(l,1)}px`};if(n.length>=2){const[l,t]=n;return{...r,backgroundImage:`repeating-linear-gradient(to right, ${e} 0, ${e} ${l}px, transparent ${l}px, transparent ${l+t}px)`,backgroundSize:`${l+t}px 100%`}}return{...r,backgroundColor:e}},J=()=>{null!==H&&"undefined"!=typeof window&&(window.cancelAnimationFrame(H),H=null)},Q=()=>{R.value+=1,H=window.requestAnimationFrame(Q)},Z=()=>{"undefined"!=typeof window&&null===H&&0!==y.value.length&&(H=window.requestAnimationFrame(Q))},ee=()=>{q?.disconnect(),$.clear()},le=()=>{if("undefined"==typeof ResizeObserver)return;q||(q=new ResizeObserver(()=>{F.value+=1}));const e=K(),l=e?.chartElement(),t=[l,e&&"function"==typeof e.panes?e.panes()[0]?.getHTMLElement?.()??null:null].filter(e=>null!=e);t.length===$.size&&t.every(e=>$.has(e))||(ee(),t.forEach(e=>{q?.observe(e),$.add(e)}),F.value+=1)},te=e=>{const l=(e=>{const l=Number(e);if(!Number.isFinite(l)||l<=0)return 2;const t=l.toLocaleString("en-US",{useGrouping:!1,maximumFractionDigits:20}),n=(t.includes(".")?t.replace(/0+$/,"").replace(/\.$/,""):t).split(".")[1];return n?n.length:0})(E.value);return Number(e).toFixed(l)},ne=(e,l)=>{if(!Number.isFinite(l))return l;const t=Number(E.value)||1e-5;if("stop-loss"===e.lineRole&&void 0!==e.entryPrice)return"buy"===e.side?Math.min(l,e.entryPrice-t):Math.max(l,e.entryPrice+t);if("take-profit"===e.lineRole&&void 0!==e.entryPrice)return"buy"===e.side?Math.max(l,e.entryPrice+t):Math.min(l,e.entryPrice-t);const n=(e=>{if("number"==typeof e)return Number.isFinite(e)?e:null;if("string"==typeof e&&""!==e.trim()){const l=Number(e);return Number.isFinite(l)?l:null}return null})(L.value);return null===n?l:"buy"===e.side?Math.min(l,n):"sell"===e.side?Math.max(l,n):l},re=t(()=>{const e=w.value,l=F.value,t=R.value;return e<0||l<0||t<0?null:(()=>{const e=K(),l=j.value?.getBoundingClientRect();if(!e||!l)return null;const t=e.chartElement(),n=t.getBoundingClientRect(),r="function"==typeof e.panes?e.panes()[0]?.getHTMLElement?.()??null:null,i=r?.getBoundingClientRect(),a=e.paneSize?.(0),o=e.priceScale("left").width(),s=e.priceScale("right").width(),u=e.timeScale().height(),d=a?.width??Math.max(0,t.clientWidth-o-s),c=a?.height??Math.max(0,t.clientHeight-u);return{top:(i?i.top:n.top)-l.top,left:n.left-l.left+o,width:d,height:i?.height??c}})()}),ie=t(()=>{const e=re.value;return e?{top:`${e.top}px`,left:`${e.left}px`,width:`${e.width}px`,height:`${e.height}px`}:null}),ae=l(null),oe=l(null),se=new Set;let ue=!0;const me=e=>{const l=y.value.find(l=>l.id===e);l&&(be.value={x:0,y:0},oe.value=e,ae.value=(e=>{const{primary:l,quantity:t}=(e=>{const l=e.split("|").map(e=>e.trim());return{primary:l[0]??"",quantity:l[1]??"",price:l[2]??""}})(e.label),n=e.readonly&&"order"===e.type,r=l.replace(/^[+-]/,""),i=e.parentId??e.id,a=y.value.find(e=>e.parentId===i&&"stop-loss"===e.lineRole),o=y.value.find(e=>e.parentId===i&&"take-profit"===e.lineRole),s=y.value.find(e=>e.id===i),u=s?.price??e.entryPrice??e.price;return{title:n?"Market Order":"Order",statusTagText:t?`${l} ${t}`:l,price:e.price,side:"neutral"!==e.side?e.side:void 0,volume:r,advanced:n,entryPrice:u,initialStopLossEnabled:!!a,initialStopLoss:a?.price,initialTakeProfitEnabled:!!o,initialTakeProfit:o?.price}})(l))};n(()=>y.value,e=>{const l=new Set;for(const t of e)l.add(t.id);se.clear(),l.forEach(e=>se.add(e)),ue?ue=!1:oe.value&&!l.has(oe.value)&&(ae.value=null,oe.value=null)},{deep:!0});const fe=t(()=>!!oe.value&&(y.value.find(e=>e.id===oe.value)?.readonly??!1)),be=l({x:0,y:0}),he=l(!1),_e=t(()=>{const e=K(),l=j.value;return e&&l?{width:l.clientWidth,height:l.clientHeight}:null}),xe=t(()=>{if(!ae.value||!_e.value)return null;const{width:e,height:l}=_e.value,t=X(e-382-20+be.value.x,0,e-382);return{position:"absolute",top:`${X(20+be.value.y,0,l-460)}px`,left:`${t}px`}});let ke=0,Pe=0;const Se=e=>{if(!_e.value)return;e.target.closest('input, button, select, textarea, [role="switch"], [role="checkbox"]')||(he.value=!0,ke=e.clientX-be.value.x,Pe=e.clientY-be.value.y,document.body.style.userSelect="none",window.addEventListener("pointermove",Ce),window.addEventListener("pointerup",we))},Ce=e=>{be.value={x:e.clientX-ke,y:e.clientY-Pe}},we=()=>{he.value=!1,document.body.style.userSelect="",window.removeEventListener("pointermove",Ce),window.removeEventListener("pointerup",we)},Le=e=>{const l=y.value.find(l=>l.id===e);return l?l.parentId??l.id:null},Ee=e=>{const l=Le(oe.value??"");if(!l)return;const t=y.value.find(e=>e.parentId===l&&"take-profit"===e.lineRole),n=t?.price??null,r=e.enabled&&void 0!==e.price?e.price:null;A(l,r,n)},Te=e=>{const l=Le(oe.value??"");if(!l)return;const t=y.value.find(e=>e.parentId===l&&"stop-loss"===e.lineRole),n=t?.price??null,r=e.enabled&&void 0!==e.price?e.price:null;A(l,n,r)},Be=e=>{ae.value=null,oe.value=null},Ne=()=>{ae.value=null,oe.value=null},Me=()=>{oe.value&&(N(oe.value),Ne())},ze=t(()=>"boolean"==typeof T.value?T.value:O.value),De=t(()=>{const e=w.value,l=R.value,t=W(),n=K(),r=re.value;return!t||!n||!r||e<0||l<0?[]:y.value.map(e=>{const l=(e=>Y.value[e.id]??e.price)(e),t=((e,l)=>{const t=W();if(!t)return null;const n=t.priceToCoordinate(e);if(null!==n)return n;const r=t.priceScale().getVisibleRange();if(!r)return null;const i=Math.min(r.from,r.to);return e>Math.max(r.from,r.to)?-1:e<i?l+1:null})(l,r.height);if(null===t)return null;const n=((e,l)=>e<0?"top":e>l?"bottom":"middle")(t,r.height),i=X(t,0,r.height),a=ce(ze.value),o={...ve(e.side,e.type,ze.value,e.lineRole),...e.options},[s,u,d]=((e,l)=>{const t=e.split("|").map(e=>e.trim()),n=te(l);return t.length>=3?(t[t.length-1]=n,t):2===t.length?[...t,n]:1===t.length?[t[0],"",n]:["","",n]})(e.label,l),c=a.textPrimary,[v]=[s],m={volume:v,pnl:u,price:d};return{...e,livePrice:l,edgePlacement:n,orderParts:{primary:v,quantity:u,price:d},positionParts:m,containerStyle:{top:`${i}px`},lineStyle:G(o.lineColor,o.lineWidth,o.lineDash),lineColor:o.lineColor,badgeWrapperStyle:{marginLeft:"12px"},badgeStyle:{borderColor:o.badgeBorderColor,backgroundColor:o.badgeBackgroundColor,color:o.badgeTextColor},middleStyle:{backgroundColor:o.badgeBackgroundColor,color:a.textPrimary},volumeStyle:{backgroundColor:"transparent",color:a.textPrimary},separatorStyle:{backgroundColor:a.borderPrimaryInverse},deleteStyle:{backgroundColor:o.deleteBackgroundColor,color:o.deleteColor,borderColor:o.deleteBorderColor},deleteButtonStyle:{color:o.deleteColor,borderColor:o.deleteBorderColor},priceStyle:{color:a.textPrimary},pnlStyle:{color:c},dragStyle:{backgroundColor:o.handleBackgroundColor,color:o.handleColor}}}).filter(e=>null!==e)}),Ie=()=>{const e=U.value;if(!e)return;const l=Y.value[e];if(U.value=null,D(null),document.body.style.userSelect="",window.removeEventListener("mousemove",Ae),window.removeEventListener("mouseup",Ie),"number"==typeof l){M(e,l);const{[e]:t,...n}=Y.value;Y.value=n,I(n)}},Ae=e=>{const l=U.value,t=W(),n=(()=>{const e=K();if(!e)return null;const l="function"==typeof e.panes?e.panes()[0]?.getHTMLElement?.()??null:null;return l?.getBoundingClientRect()??e.chartElement().getBoundingClientRect()})();if(!l||!t||!n)return;const r=e.clientY-n.top,i=t.coordinateToPrice(r);if("number"!=typeof i||Number.isNaN(i))return;const a=y.value.find(e=>e.id===l);if(!a)return;const o=ne(a,i),s=Number(te(o)),u={...Y.value,[l]:s};Y.value=u,I(u),z(l,s),((e,l)=>{const t=C.value?.orderLines.find(l=>l.localId===e);t?.updatePrice(l)})(l,s)},Fe=e=>{O.value=e.matches};return n(()=>w.value,()=>{le()},{immediate:!0}),n(()=>y.value.length,e=>{e>0?Z():J()},{immediate:!0}),_(()=>{le(),Z(),"undefined"!=typeof window&&"function"==typeof window.matchMedia&&(V=window.matchMedia("(prefers-color-scheme: dark)"),O.value=V.matches,V.addEventListener("change",Fe))}),x(()=>{window.removeEventListener("mousemove",Ae),window.removeEventListener("mouseup",Ie),window.removeEventListener("pointermove",Ce),window.removeEventListener("pointerup",we),ee(),J(),V?.removeEventListener("change",Fe),V=null}),a({state:B,openMenu:e=>{be.value={x:0,y:0},oe.value=e.lineId??null,ae.value=e.menuData}}),(e,l)=>(r(),i("div",{ref_key:"overlayRootRef",ref:j,class:"custom-order-line-overlay"},[ie.value?(r(),i("div",{key:0,class:"custom-order-line-overlay__pane",style:k(ie.value)},[(r(!0),i(f,null,P(De.value,e=>(r(),i("div",{key:e.id,class:g(["custom-order-line-item",`custom-order-line-item--edge-${e.edgePlacement}`]),style:k(e.containerStyle)},["middle"===e.edgePlacement?(r(),i("div",{key:0,class:g(["custom-order-line-item__line",{"custom-order-line-item__line--draggable":"order"===e.type&&!e.readonly,"custom-order-line-item__line--clickable":e.readonly}]),style:k(e.lineStyle),onMousedown:l=>{return"order"!==e.type||e.readonly?void 0:(t=e.id,(n=l).preventDefault(),n.stopPropagation(),U.value=t,D(t),document.body.style.userSelect="none",window.addEventListener("mousemove",Ae),void window.addEventListener("mouseup",Ie));var t,n},onDblclick:l=>e.readonly?me(e.id):void 0},null,46,ge)):u("",!0),o("div",{class:g(["custom-order-line-item__label",{"custom-order-line-item__label--clickable":e.readonly}]),style:k({color:e.lineColor}),onDblclick:l=>e.readonly?me(e.id):void 0},[p(s(e.orderParts.primary)+" ",1),l[0]||(l[0]=o("span",{class:"custom-order-line-item__label-sep"},"·",-1)),p(" "+s(e.orderParts.quantity)+" ",1),l[1]||(l[1]=o("span",{class:"custom-order-line-item__label-sep"},"·",-1)),p(" "+s(e.orderParts.price),1)],46,ye)],6))),128))],4)):u("",!0),ae.value&&xe.value?(r(),v(de,{key:1,class:g(["custom-order-line-overlay__menu",{"custom-order-line-overlay__menu--dragging":he.value}]),style:k(xe.value),title:ae.value.title,"status-tag-text":ae.value.statusTagText,"reference-price":ae.value.entryPrice??ae.value.price,"tick-size":c(E),side:ae.value.side,advanced:ae.value.advanced,"initial-volume":ae.value.volume,"initial-stop-loss":ae.value.initialStopLoss,"initial-take-profit":ae.value.initialTakeProfit,"initial-stop-loss-enabled":ae.value.initialStopLossEnabled,"initial-take-profit-enabled":ae.value.initialTakeProfitEnabled,"price-disabled":fe.value,"volume-disabled":fe.value,onPointerdown:Se,onClose:Ne,onConfirm:Be,onDiscard:Me,"onUpdate:stopLoss":Ee,"onUpdate:takeProfit":Te},null,8,["class","style","title","status-tag-text","reference-price","tick-size","side","advanced","initial-volume","initial-stop-loss","initial-take-profit","initial-stop-loss-enabled","initial-take-profit-enabled","price-disabled","volume-disabled"])):u("",!0)],512))}});export{de as O,be as _,pe as p,fe as u};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{ref as e,watch as t,computed as i,provide as s,inject as r,defineComponent as o,nextTick as n,onUnmounted as a,openBlock as l,createElementBlock as c,normalizeClass as d,unref as u,createElementVNode as p,Fragment as w,renderList as m,createVNode as g,withCtx as v,createBlock as D,resolveDynamicComponent as b,mergeProps as P,createCommentVNode as x,withModifiers as y,normalizeStyle as f,toDisplayString as _,toRef as S,isRef as C,Teleport as T}from"vue";import k from"../composite/EaeraDropdownV2.mjs";import{_ as M}from"./EaeraDivider-Dggvc36a.mjs";import{_ as A}from"./EaeraTooltip-BIlULHv4.mjs";import{Plus as L,Ruler as V,PenTool as E,Type as O,Lock as R,LockOpen as U,Eye as B,EyeOff as F,Trash as N,GripVertical as z,PenLine as W}from"@lucide/vue";import{useI18n as I}from"vue-i18n";import"element-plus";import"element-plus/es";import"./vendor-email-misspelled-0hsXkSSK.mjs";import"./vendor-unorm-Degftfa1.mjs";import"./useEaeraInputPhoneNumber-CKXimj-u.mjs";import"@element-plus/icons-vue";import"./iconSvg-DuOI5Yho.mjs";import{_ as q}from"./EaeraColorPicker-iHdlgiAL.mjs";import"echarts/core";import"echarts/renderers";import"echarts/charts";import"echarts/components";import"vue-echarts";import"./vendor-currency-symbol-map-C-1fEG2R.mjs";import"./vendor-sortablejs-D3DyHO5Y.mjs";import{c as $}from"./vendor-es-toolkit-D-WXci__.mjs";import{i as j}from"./vendor-lodash-es-DUTj3yNB.mjs";const K={Brush:"brush",Line:"line",Text:"text",OrderLine:"order-line",None:"none"},H=Symbol("EAERA_DRAWING_OVERLAY_CONTEXT_KEY"),Y=(r,o)=>{const n=e(r.drawMode??K.None),a=e(r.lockAllDraw??!1),l=e(r.drawVisible??!0),c=e(r.selectedDrawMode??null),d=e(r.selectedDrawOptions);t(()=>r.drawMode,e=>{void 0!==e&&(n.value=e)}),t(()=>r.lockAllDraw,e=>{"boolean"==typeof e&&(a.value=e)}),t(()=>r.drawVisible,e=>{"boolean"==typeof e&&(l.value=e)}),t(()=>r.selectedDrawMode,e=>{void 0!==e&&(c.value=e)}),t(()=>r.selectedDrawOptions,e=>{d.value=e});const u=i(()=>({drawMode:n.value,lockAllDraw:a.value,drawVisible:l.value,selectedDrawMode:c.value,selectedDrawOptions:d.value}));t(u,e=>{o("stateChange",e)},{immediate:!0});const p={drawMode:i(()=>n.value),lockAllDraw:i(()=>a.value),drawVisible:i(()=>l.value),selectedDrawMode:i(()=>c.value),selectedDrawOptions:i(()=>d.value),showFloatingToolbar:i(()=>r.showFloatingToolbar??!0),showSidebar:i(()=>r.showSidebar??!0),drawingTools:i(()=>r.drawingTools??{}),state:u,onSetDrawMode:e=>{n.value=e,r.runtime?.setDrawMode&&r.runtime.setDrawMode(e),o("setDrawMode",e)},onToggleLockAll:e=>{a.value=e,r.runtime?.setLockAllDraw&&r.runtime.setLockAllDraw(e),o("toggleLockAll",e)},onToggleVisible:e=>{l.value=e,r.runtime?.setDrawVisible&&r.runtime.setDrawVisible(e),o("toggleVisible",e)},onDeleteAllDrawings:()=>{r.runtime?.deleteAllDrawings?.(),o("deleteAllDrawings")},onUpdateSelectedDrawOptions:(e,t=c.value)=>{c.value=t,d.value=e,r.runtime?.setSelectedDrawOptions?r.runtime.setSelectedDrawOptions(e,t):!r.runtime?.clearSelectedDrawing||e&&null!==t||r.runtime.clearSelectedDrawing(),o("updateSelectedDrawOptions",e,t)},onToggleSelectedLocked:()=>{const e=d.value;if(!e)return;const t={...e,locked:!e.locked};d.value=t,r.runtime?.setSelectedDrawOptions&&r.runtime.setSelectedDrawOptions(t,c.value),o("toggleSelectedLocked",t,c.value)},onDeleteSelectedDrawing:()=>{r.runtime?.clearSelectedDrawing?.(),o("deleteSelectedDrawing")}};return s(H,p),p},X=()=>{const e=r(H);if(!e)throw new Error("useEaeraDrawingOverlay must be used inside EaeraDrawingOverlayPanel");return e},Z={key:0,class:"custom-drawing-overlay__sidebar"},G={class:"custom-drawing-overlay__tools"},J=["onClick"],Q=["onClick"],ee={key:0,class:"custom-drawing-overlay__stroke-width"},te={class:"custom-drawing-overlay__stroke-width-trigger"},ie={class:"custom-drawing-overlay__stroke-width-value"},se={class:"custom-drawing-overlay__stroke-width-dropdown"},re=["onClick"],oe={class:"custom-drawing-overlay__stroke-width-option-label"},ne=o({__name:"EaeraDrawingOverlayPanel",props:{drawMode:{},lockAllDraw:{type:Boolean},drawVisible:{type:Boolean},selectedDrawMode:{},selectedDrawOptions:{},showFloatingToolbar:{type:Boolean},showSidebar:{type:Boolean},drawingTools:{},runtime:{}},emits:["setDrawMode","toggleLockAll","toggleVisible","deleteAllDrawings","updateSelectedDrawOptions","toggleSelectedLocked","deleteSelectedDrawing","stateChange"],setup(s,{expose:r,emit:o}){const S=Y(s,o),{drawMode:C,lockAllDraw:T,drawVisible:$,selectedDrawMode:j,selectedDrawOptions:H,showFloatingToolbar:X,showSidebar:ne,drawingTools:ae,state:le,onSetDrawMode:he,onToggleLockAll:ce,onToggleVisible:de,onDeleteAllDrawings:ue,onUpdateSelectedDrawOptions:pe,onToggleSelectedLocked:we,onDeleteSelectedDrawing:me}=S,{t:ge}=I(),ve=[1,2,3,4,8],De=[K.Line,K.Brush,K.Text],be=i(()=>ve.map(e=>({value:e,label:`${e}px`}))),Pe=i(()=>H.value?.strokeWidth??null),xe=e=>e===K.Line?ae.value.line:e===K.Brush?ae.value.brush:e===K.Text?ae.value.text:void 0,ye=()=>De.map(e=>xe(e)).filter(e=>!!e),fe=e(),_e=e("#3b82f6"),Se=e(!1),Ce=i(()=>({tools:[{icon:{component:L,props:{size:16,absoluteStrokeWidth:!0}},tooltip:ge("chart.tools.tooltip.crosshair"),value:K.None},{icon:{component:V,props:{size:16,absoluteStrokeWidth:!0}},tooltip:ge("chart.tools.tooltip.line-tool"),value:K.Line},{icon:{component:E,props:{size:16,absoluteStrokeWidth:!0}},tooltip:ge("chart.tools.tooltip.brush-tool"),value:K.Brush},{icon:{component:O,props:{size:16,absoluteStrokeWidth:!0}},tooltip:ge("chart.tools.tooltip.text-tool"),value:K.Text}],modifier:[{icon:T.value?{component:R,props:{size:16,absoluteStrokeWidth:!0}}:{component:U,props:{size:16,absoluteStrokeWidth:!0}},tooltip:ge("chart.tools.tooltip.lock-drawings"),value:"lock"},{icon:$.value?{component:B,props:{size:16,absoluteStrokeWidth:!0}}:{component:F,props:{size:16,absoluteStrokeWidth:!0}},tooltip:ge("chart.tools.tooltip.hide-drawings"),value:"hide"}]})),Te=e=>"lock"===e?T.value:"hide"===e&&!$.value,ke=i(()=>j.value===K.Text&&!!H.value),Me=i(()=>j.value!==K.Text&&!!H.value?.strokeColor),Ae=i(()=>j.value===K.Line||j.value===K.Brush),Le=i(()=>!!H.value?.locked||T.value),Ve=i(()=>Me.value?H.value?.strokeColor:ke.value?H.value?.textColor:"#3b82f6"),Ee=e=>{pe(e,j.value),e&&ye().forEach(t=>{t.isAnyDrawSelected()&&t.updateSelectedOptions(e)})},Oe=e=>{const t=e||"#3b82f6";_e.value=t,(e=>{H.value&&(ke.value?Ee({...H.value,textColor:e}):Ee({...H.value,strokeColor:e}))})(t),Se.value=!1,fe.value?.hide()},Re=()=>{_e.value=Ve.value||"#3b82f6",Se.value?fe.value?.hide():fe.value?.show(),Se.value=!Se.value},Ue=()=>{T.value||(ye().forEach(e=>{e.isAnyDrawSelected()&&e.toggleSelectedDrawLocked()}),we())},Be=async()=>{const e=ye().map(e=>e.removeSelectedDraw());e.length>0&&await Promise.allSettled(e),pe(void 0,null),me()},Fe=e({x:0,y:60}),Ne=e({x:0,y:0}),ze=e(!1),We=e(!1),Ie=e(null),qe=e=>{Fe.value=e},$e=e=>{if(!Ie.value||0!==e.button)return;e.stopPropagation(),e.preventDefault();const t=Ie.value.getBoundingClientRect();Ne.value={x:e.clientX-t.left,y:e.clientY-t.top},ze.value=!0},je=e=>{if(!Ie.value)return;const t=e.touches[0];if(!t)return;const i=Ie.value.getBoundingClientRect();Ne.value={x:t.clientX-i.left,y:t.clientY-i.top},ze.value=!0,e.stopPropagation(),e.preventDefault()},Ke=e=>{if(!ze.value||!Ie.value)return;const t=Ie.value.parentElement;if(!t)return;const i=t.getBoundingClientRect(),s=Ie.value.getBoundingClientRect();let r=e.clientX-i.left-Ne.value.x,o=e.clientY-i.top-Ne.value.y;const n=i.width-s.width,a=i.height-s.height;r=Math.max(0,Math.min(r,n)),o=Math.max(0,Math.min(o,a)),qe({x:r,y:o})},He=e=>{if(!ze.value||!Ie.value)return;const t=e.touches[0];if(!t)return;const i=Ie.value.parentElement;if(!i)return;const s=i.getBoundingClientRect(),r=Ie.value.getBoundingClientRect();let o=t.clientX-s.left-Ne.value.x,n=t.clientY-s.top-Ne.value.y;e.preventDefault();const a=s.width-r.width,l=s.height-r.height;o=Math.max(0,Math.min(o,a)),n=Math.max(0,Math.min(n,l)),qe({x:o,y:n})},Ye=()=>{ze.value=!1},Xe=()=>{document.removeEventListener("mousemove",Ke),document.removeEventListener("mouseup",Ye,!0),document.removeEventListener("touchmove",He),document.removeEventListener("touchend",Ye,!0),document.removeEventListener("touchcancel",Ye,!0),window.removeEventListener("blur",Ye)};t(ze,e=>{e?(document.addEventListener("mousemove",Ke),document.addEventListener("mouseup",Ye,!0),document.addEventListener("touchmove",He,{passive:!1}),document.addEventListener("touchend",Ye,{passive:!1,capture:!0}),document.addEventListener("touchcancel",Ye,{passive:!1,capture:!0}),window.addEventListener("blur",Ye)):Xe()});return t(H,async e=>{e&&X.value&&!We.value&&(await n(),(()=>{if(!Ie.value)return;const e=Ie.value.parentElement;if(!e)return;const t=e.getBoundingClientRect(),i=Ie.value.getBoundingClientRect(),s=Math.max(0,t.width-i.width),r=Math.max(0,Math.min((t.width-i.width)/2,s));qe({x:r,y:60}),We.value=!0})()),e||(We.value=!1,ze.value=!1,Se.value=!1,fe.value?.hide())},{immediate:!0}),t(Ve,e=>{_e.value=e||"#3b82f6"},{immediate:!0}),a(()=>{Xe()}),r({state:le}),(e,t)=>{const i=A,s=M,r=k;return l(),c("div",{class:d(["custom-drawing-overlay",{"custom-drawing-overlay--floating-only":u(X)&&!u(ne)}])},[u(ne)?(l(),c("div",Z,[p("div",G,[(l(!0),c(w,null,m(Ce.value.tools,e=>(l(),c("div",{key:e.value,class:d(["custom-drawing-overlay__tool-item",{"is-active":u(C)===e.value}]),onClick:t=>(e=>{const t=C.value;t!==K.None&&xe(t)?.stopDrawing(),e!==K.None&&t!==e?(xe(e)?.startDrawing(),he(e)):he(K.None)})(e.value)},[g(i,{placement:"right",content:e.tooltip},{default:v(()=>[(l(),D(b(e.icon.component),P({ref_for:!0},e.icon.props),null,16))]),_:2},1032,["content"])],10,J))),128)),g(s,{direction:"horizontal",class:"custom-drawing-overlay__divider"}),(l(!0),c(w,null,m(Ce.value.modifier,e=>(l(),c("div",{key:e.value,class:d(["custom-drawing-overlay__tool-item","custom-drawing-overlay__tool-item--modifier",{"is-active":Te(e.value)}]),onClick:t=>(e=>{const t=ye();if("lock"===e){const e=!T.value;return ce(e),void t.forEach(t=>{t.toggleAllDrawLocked(e)})}if("hide"===e){const e=!$.value;de(e),$.value!==e&&t.forEach(e=>{e.toggleDrawVisible()})}})(e.value)},[g(i,{placement:"right",content:e.tooltip},{default:v(()=>[(l(),D(b(e.icon.component),P({ref_for:!0},e.icon.props),null,16))]),_:2},1032,["content"])],10,Q))),128)),g(s,{direction:"horizontal",class:"custom-drawing-overlay__divider"}),p("div",{class:"custom-drawing-overlay__tool-item",onClick:t[0]||(t[0]=(...e)=>u(ue)&&u(ue)(...e))},[g(i,{placement:"right",content:u(ge)("chart.tools.tooltip.delete-drawings")},{default:v(()=>[g(u(N),{size:24})]),_:1},8,["content"])])])])):x("",!0),u(X)&&u(H)?(l(),c("div",{key:1,ref_key:"toolbarRef",ref:Ie,class:d(["custom-drawing-overlay__floating-toolbar",{"custom-drawing-overlay__floating-toolbar--dragging":ze.value}]),style:f({left:`${Fe.value.x}px`,top:`${Fe.value.y}px`,touchAction:"none"}),onMousedown:t[2]||(t[2]=y(()=>{},["stop"])),onMouseup:y(Ye,["stop"]),onClick:t[3]||(t[3]=y(()=>{},["stop"])),onTouchstart:t[4]||(t[4]=y(()=>{},["stop"])),onTouchend:y(Ye,["stop"]),onTouchcancel:y(Ye,["stop"])},[p("div",{class:"custom-drawing-overlay__drag-handle",onMousedown:$e,onTouchstart:je},[g(u(z),{size:16,class:"custom-drawing-overlay__drag-icon"})],32),p("div",{class:"custom-drawing-overlay__color-trigger",onClick:Re},[g(u(W),{size:24}),p("div",{class:"custom-drawing-overlay__color-preview",style:f({backgroundColor:Ve.value})},null,4),g(u(q),{ref_key:"colorPickerRef",ref:fe,modelValue:_e.value,"onUpdate:modelValue":t[1]||(t[1]=e=>_e.value=e),class:"custom-drawing-overlay__color-picker",onChange:Oe},null,8,["modelValue"])]),u(H)?.strokeWidth&&Ae.value?(l(),c("div",ee,[g(r,{trigger:"click"},{dropdown:v(()=>[p("div",se,[(l(!0),c(w,null,m(be.value,e=>(l(),c("button",{key:e.value,type:"button",class:d(["custom-drawing-overlay__stroke-width-option",{"custom-drawing-overlay__stroke-width-option--active":Pe.value===e.value}]),onClick:t=>{return i=e.value,void(H.value&&Ee({...H.value,strokeWidth:i}));var i}},[p("span",{class:"custom-drawing-overlay__stroke-width-option-line",style:f({height:`${e.value}px`})},null,4),p("span",oe,_(e.label),1)],10,re))),128))])]),default:v(()=>[p("div",te,[p("div",{class:"custom-drawing-overlay__stroke-width-line",style:f({height:`${u(H)?.strokeWidth}px`})},null,4),p("p",ie,_(u(H)?.strokeWidth)+"px ",1)])]),_:1})])):x("",!0),p("button",{class:d(["custom-drawing-overlay__toolbar-action",{"custom-drawing-overlay__toolbar-action--active":Le.value}]),onClick:Ue},[g(u(N),{size:24})],2),p("button",{class:"custom-drawing-overlay__toolbar-action",onClick:Be},[g(u(N),{size:24})])],38)):x("",!0)],2)}}});var ae=(e=>(e.Brush="brush",e.Line="line",e.Text="text",e.OrderLine="order-line",e.None="none",e))(ae||{}),le=(e=>(e.None="none",e.Clean="clean",e.New="new",e.Updating="updating",e))(le||{}),he=(e=>(e.DrawUpdate="draw_update",e))(he||{}),ce=(e=>(e.OneMinute="1m",e.FiveMinutes="5m",e.FifteenMinutes="15m",e.ThirtyMinutes="30m",e.OneHour="1h",e.FourHours="4h",e.OneDay="1d",e.OneWeek="1w",e.OneMonth="1mn",e))(ce||{});const de=e=>{const t=(e=>{if("number"==typeof e)return new Date(1e3*e);if("string"==typeof e){const t=new Date(e);return Number.isNaN(t.getTime())?null:t}return(e=>{if(!e||"object"!=typeof e)return!1;const t=e;return"number"==typeof t.year&&"number"==typeof t.month&&"number"==typeof t.day})(e)?new Date(e.year,e.month-1,e.day):null})(e);return t?new Intl.DateTimeFormat(void 0,{day:"2-digit",month:"2-digit",year:"numeric",hour:"2-digit",minute:"2-digit",hour12:!1}).format(t):""},ue=e=>{const t=(e=>e?{textPrimary:"#F0F1F3",stroke:"#A259FB",paneFill:"#A259FB4D"}:{textPrimary:"#0f1115",stroke:"#A259FB",paneFill:"#A259FB4D"})(e);return{labelTextColor:t.textPrimary,labelBackgroundColor:t.stroke,paneFillColor:t.paneFill,strokeColor:t.stroke,strokeWidth:2,showLabels:!0,showPanes:!0,textSize:14,textColor:t.stroke,locked:!1,nealDrawThreshold:5,touchNealDrawThreshold:20,priceLabelFormatter:e=>e.toFixed(2),timeLabelFormatter:e=>de(e)}},pe={strokeColor:"#ef4444",fillColor:"white",strokeWidth:1,radius:4,touchRadius:12};var we=(e=>(e.Line="line",e.Brush="brush",e.Text="text",e))(we||{});function me(e,t){if(void 0===e)throw new Error("Value is undefined");return e}function ge(e,t){return t-e.getBoundingClientRect().y}function ve(e,t){return t-e.getBoundingClientRect().x}function De(e,t){if(null===e.x||null===e.y||null===t.x||null===t.y)return null;const i=t.x-e.x,s=t.y-e.y;return Math.sqrt(i*i+s*s)}const be=(e,t)=>({x:e.x*t,y:e.y*t}),Pe=(e,t)=>({x:e.x+t.x,y:e.y+t.y}),xe=()=>"undefined"!=typeof window&&("ontouchstart"in window&&null!==window.ontouchstart||navigator&&"maxTouchPoints"in navigator&&navigator.maxTouchPoints>0);class ye{_chart=void 0;_series=void 0;_p1={};_p2={};textValue="";_options=ue();dataUpdated;requestUpdate(){this._requestUpdate&&this._requestUpdate()}_requestUpdate;attached({chart:e,series:t,requestUpdate:i}){this._chart=e,this._series=t,this._series.subscribeDataChanged(this._fireDataUpdated),this._requestUpdate=i,this.requestUpdate()}detached(){this._series?.unsubscribeDataChanged(this._fireDataUpdated),this._chart=void 0,this._series=void 0,this._requestUpdate=void 0}get chart(){return me(this._chart)}get series(){return me(this._series)}_fireDataUpdated(e){this.dataUpdated&&this.dataUpdated(e)}}class fe{}class _e{p1;p2;fillColor;vertical=!1;constructor(e,t,i,s){this.p1=e,this.p2=t,this.fillColor=i,this.vertical=s}draw(e){e.useBitmapCoordinateSpace(e=>{if(null===this.p1||null===this.p2)return;const t=e.context;t.save();const i=function(e,t,i){const s=Math.round(i*e),r=Math.round(i*t);return{position:Math.min(s,r),length:Math.abs(r-s)+1}}(this.p1,this.p2,this.vertical?e.verticalPixelRatio:e.horizontalPixelRatio);t.fillStyle=this.fillColor,this.vertical?t.fillRect(0,i.position,60*e.horizontalPixelRatio,i.length):t.fillRect(i.position,0,i.length,36*e.verticalPixelRatio),t.restore()})}}class Se{source;p1=null;p2=null;axisPaneRenderer;constructor(e,t){this.source=e,this.axisPaneRenderer=new _e(this.p1,this.p2,this.source.drawingTool.options.paneFillColor,t)}update(){[this.p1,this.p2]=this.getPoints()}renderer(){const e=this.source._options.showPanes;return this.axisPaneRenderer.p1=this.p1,this.axisPaneRenderer.p2=this.p2,this.axisPaneRenderer.fillColor=e?this.source.drawingTool.options.paneFillColor:"transparent",this.axisPaneRenderer}zOrder(){return"bottom"}}class Ce{source;point;position=null;constructor(e,t){this.source=e,this.point=t}coordinate(){return this.position??-1}visible(){return this.source._options.showLabels}tickVisible(){return this.source._options.showLabels}textColor(){return this.source._options.labelTextColor}backColor(){return this.source._options.labelBackgroundColor}movePoint(e){this.point=e,this.update()}}class Te extends Se{getPoints(){const e=this.source.series;if(!this.source._p1||!this.source._p2)return[null,null];return[e.priceToCoordinate(this.source._p1.price),e.priceToCoordinate(this.source._p2.price)]}}class ke extends Se{getPoints(){const e=this.source.chart.timeScale();if(!this.source._p1||!this.source._p2)return[null,null];return[e.timeToCoordinate(this.source._p1.time),e.timeToCoordinate(this.source._p2.time)]}}class Me extends Ce{update(){const e=this.source.chart.timeScale();this.position=e.timeToCoordinate(this.point.time)}text(){return this.source._options.timeLabelFormatter(this.point.time)}}class Ae extends Ce{update(){this.position=this.source.series.priceToCoordinate(this.point.price)}text(){return this.source.series.priceFormatter().format(this.point.price)}}class Le{x;y;anchorSelected;source;style={...pe};constructor({style:e,source:t}={}){this.x=0,this.y=0,this.anchorSelected=!1,this.source=t,this.style={...pe,...e}}draw(e,t,i){this.x=t,this.y=i;const s=e.context;s.beginPath();const r="undefined"!=typeof window&&("ontouchstart"in window&&null!==window.ontouchstart||navigator&&"maxTouchPoints"in navigator&&navigator.maxTouchPoints>0)?this.style.touchRadius:this.style.radius;s.arc(this.x*e.horizontalPixelRatio,this.y*e.verticalPixelRatio,r*e.verticalPixelRatio,0,2*Math.PI),s.fillStyle=this.style.fillColor,s.fill();const o=this.source?.selected??!1;s.lineWidth=o?2*this.style.strokeWidth*e.verticalPixelRatio:this.style.strokeWidth*e.verticalPixelRatio,s.strokeStyle=this.style.strokeColor,s.stroke()}containPoint(e){if(null===e.x||null===e.y)return!1;const t=De(e,{x:this.x,y:this.y}),i=xe()?this.style.touchRadius:this.style.radius;return null!==t&&t<=i}handleClickAnchorPoint(e){this.containPoint(e)&&(this.anchorSelected=!0)}}class Ve{source;p1;p2;anchorPoints;constructor({p1:e,p2:t,source:i}){this.p1=e,this.p2=t,this.source=i,this.anchorPoints=[new Le({source:i,style:{strokeColor:i._options.strokeColor}}),new Le({source:i,style:{strokeColor:i._options.strokeColor}})]}draw(e){this.source.drawingTool.drawVisible&&e.useBitmapCoordinateSpace(e=>{const t=e.context;if(null===this.p1?.x||null===this.p1?.y||null===this.p2?.x||null===this.p2?.y)return;const i=this.p1.x*e.horizontalPixelRatio,s=this.p1.y*e.verticalPixelRatio,r=this.p2.x*e.horizontalPixelRatio,o=this.p2.y*e.verticalPixelRatio;t.beginPath(),t.moveTo(i,s),t.lineTo(r,o),t.strokeStyle=this.source._options.strokeColor??"blue",t.lineWidth=this.source._options.strokeWidth*e.verticalPixelRatio,t.stroke(),this.anchorPoints.forEach(e=>{e.style.strokeColor=this.source._options.strokeColor??"blue"}),(this.source.hovered||this.source.selected)&&(this.anchorPoints[0].draw(e,this.p1.x,this.p1.y),this.anchorPoints[1].draw(e,this.p2.x,this.p2.y))})}}class Ee{source;p1={x:null,y:null};p2={x:null,y:null};linePaneRenderer;dynamicZOrder="normal";constructor(e){this.source=e,this.linePaneRenderer=new Ve({p1:this.p1,p2:this.p2,source:e})}renderer(){return this.linePaneRenderer.p1=this.p1,this.linePaneRenderer.p2=this.p2,this.linePaneRenderer}zOrder(){return this.dynamicZOrder}update(){const e=this.source.series,t=this.source.chart.timeScale(),i=e.priceToCoordinate(this.source._p1.price),s=e.priceToCoordinate(this.source._p2.price),r=t.timeToCoordinate(this.source._p1.time),o=t.timeToCoordinate(this.source._p2.time);null!==r&&null!==o&&null!==i&&null!==s&&(this.p1={x:r,y:i},this.p2={x:o,y:s})}}class Oe extends ye{_paneViews;_timeAxisLabelViews;_priceAxisLabelViews;_priceAxisPaneViews;_timeAxisPaneViews;hoverCandidate=!1;hovered=!1;selectCandidate=!1;selected=!1;id;localId;createdAt;state;drawingTool;dragPoint;beforeDragPoints;constructor({p1:e,p2:t,drawingTool:i,state:s,id:r,createdAt:o,options:n,selected:a}){super(),this.id=r,this.createdAt=o||Date.now(),this.localId=i.type+"-"+this.createdAt,this.state=s||"clean",this.drawingTool=i,this._p1=e,this._p2=t,this._options=$({...i.options,...n}),this.selected=a||!1,this._paneViews=[new Ee(this)],this._timeAxisLabelViews=[new Me(this,e),new Me(this,t)],this._priceAxisLabelViews=[new Ae(this,e),new Ae(this,t)],this._priceAxisPaneViews=[new Te(this,!0)],this._timeAxisPaneViews=[new ke(this,!1)]}containPoint(e){const t=this._paneViews[0],i=t.linePaneRenderer.anchorPoints,s=i[0].style.strokeWidth,r=t.p1,o=t.p2;return i.some(t=>t.containPoint(e))||function(e,t,i,s,r=5){if(null===t.x||null===t.y||null===i.x||null===i.y||null===e.x||null===e.y)return!1;const o=i.x-t.x,n=i.y-t.y;if(Math.abs(n*e.x-o*e.y+i.x*t.y-i.y*t.x)/Math.sqrt(o*o+n*n)>s/2+r)return!1;const a=(e.x-t.x)*o+(e.y-t.y)*n;return a>=0&&a<=o*o+n*n}(e,r,o,s,xe()?this._options.touchNealDrawThreshold:this._options.nealDrawThreshold)}onMouseMove(e){if(this._options.locked||this.drawingTool.runtime.getLockAllDraw())return;const t=e.point,i=e.time,s=this._paneViews[0].linePaneRenderer.anchorPoints;if(!t||!i)return;const r=this.containPoint(t),o=this.hoverCandidate,n=this.hovered;let a=!1;if(s.forEach((e,s)=>{if(e.anchorSelected){if(a=!0,0===s){if(this._p1.time===i&&this._p1.price===this.series.coordinateToPrice(t.y))return;this._p1.time=i,this._p1.price=this.series.coordinateToPrice(t.y)}else{if(this._p2.time===i&&this._p2.price===this.series.coordinateToPrice(t.y))return;this._p2.time=i,this._p2.price=this.series.coordinateToPrice(t.y)}this.state="updating",this.requestUpdate()}}),!a){this.hoverCandidate=r,r||(this.hovered=r);const e=this.handleDragWholeDraw(t),i=o!==this.hoverCandidate||n!==this.hovered;(e||i)&&this.requestUpdate()}}onMouseDown(e){this.dragPoint=e,this.beforeDragPoints={p1:this._p1,p2:this._p2},this.containPoint(e)?(this.chart.applyOptions({handleScroll:!1}),this.selectCandidate=!0):(this.selectCandidate=!1,this.selected=!1,this.hovered=!1,this.hoverCandidate=!1);this._paneViews[0].linePaneRenderer.anchorPoints.forEach(t=>{t.handleClickAnchorPoint(e)})}onMouseUp(){const e=this._paneViews[0].linePaneRenderer.anchorPoints;this.selectCandidate&&!this.selected&&this.selectedDraw(),this.hovered=!1,this.hoverCandidate=!1,this.selectCandidate=!1,this.dragPoint=void 0,this.beforeDragPoints=void 0,e.forEach(e=>{e.anchorSelected=!1}),this.chart.applyOptions({handleScroll:!0}),this.requestUpdate()}handleDragWholeDraw(e){let t=!1;if(this.dragPoint&&this.selected){const i=e.x-this.dragPoint.x,s=e.y-this.dragPoint.y,r=this.beforeDragPoints?.p1,o=this.beforeDragPoints?.p2;if(!r||!o)return!1;const n=this.chart.timeScale().timeToCoordinate(r.time),a=this.series.priceToCoordinate(r.price),l=this.chart.timeScale().timeToCoordinate(o.time),c=this.series.priceToCoordinate(o.price);if(null===n||null===a||null===l||null===c)return!1;const d=this.chart.timeScale().coordinateToTime(n+i),u=this.series.coordinateToPrice(a+s),p=this.chart.timeScale().coordinateToTime(l+i),w=this.series.coordinateToPrice(c+s);if(!(d&&u&&p&&w))return!1;if(this._p1.time===d&&this._p1.price===u&&this._p2.time===p&&this._p2.price===w)return!1;this._p1={time:d,price:u},this._p2={time:p,price:w},this._priceAxisLabelViews[0].movePoint(this._p1),this._timeAxisLabelViews[0].movePoint(this._p1),this._priceAxisLabelViews[1].movePoint(this._p2),this._timeAxisLabelViews[1].movePoint(this._p2),this.state="updating",t=!0}return t}selectedDraw(){this.selected=!0,this.selectCandidate=!0,this.drawingTool.runtime.setSelectedDrawOptions(this._options,ae.Line)}getPoints(){return[this._p1,this._p2]}updateSelectedState(){this.selected?(this._options.showPanes=!0,this._options.showLabels=!0):(this._options.showPanes=!1,this._options.showLabels=!1)}updateAllViews(){this.updateSelectedState(),this._paneViews.forEach(e=>e.update()),this._timeAxisLabelViews.forEach(e=>e.update()),this._priceAxisLabelViews.forEach(e=>e.update()),this._priceAxisPaneViews.forEach(e=>e.update()),this._timeAxisPaneViews.forEach(e=>e.update())}paneViews(){return this._paneViews}priceAxisViews(){return this._priceAxisLabelViews}timeAxisViews(){return this._timeAxisLabelViews}priceAxisPaneViews(){return this._priceAxisPaneViews}timeAxisPaneViews(){return this._timeAxisPaneViews}detached(){this._paneViews[0].update()}updateSelectedOptions(e){this.selected&&(Object.assign(this._options,{...this._options,...e}),this.state="updating",this.requestUpdate())}}class Re extends Oe{constructor({p1:e,p2:t,drawingTool:i}){super({p1:e,p2:t,drawingTool:i,selected:!0})}updateEndPoint(e){this._p2=e,this._paneViews.forEach(e=>e.update()),this._timeAxisLabelViews[1].movePoint(e),this._priceAxisLabelViews[1].movePoint(e),this.requestUpdate()}}const Ue=()=>{const e=new Set;let t=null;const i=()=>{t=null,e.forEach(e=>e.requestUpdate()),e.clear()};return{schedule:s=>{s.forEach(t=>{t&&e.add(t)}),null===t&&(t=window.requestAnimationFrame(i))},cancel:()=>{null!==t&&(window.cancelAnimationFrame(t),t=null),e.clear()}}},Be=()=>{let e=null,t="default",i="default";const s=()=>{e=null,i!==t&&(document.body.style.cursor=t,i=t)};return{setCursor:i=>{t=i,null===e&&(e=window.requestAnimationFrame(s))},reset:()=>{t="default",null!==e&&(window.cancelAnimationFrame(e),e=null),"default"!==i&&(document.body.style.cursor="default",i="default")}}},Fe=(e,t,i)=>{const s=e.chartElement();return{x:ve(s,t),y:ge(s,i)}},Ne=(e,t)=>Fe(e,t.clientX,t.clientY),ze=(e,t)=>Fe(e,t.clientX,t.clientY),We=(e,t)=>({point:t,time:e.timeScale().coordinateToTime(t.x)}),Ie=(e,t,i)=>{const s=e.timeScale().coordinateToTime(i.x),r=t.coordinateToPrice(i.y);return s&&null!=r?{time:s,price:r}:null},qe=(e,t)=>{e.forEach(e=>{e.onMouseDown(t)})},$e=e=>{e.forEach(e=>{e.onMouseUp()})},je=(e,t)=>e.some(e=>t(e)),Ke=({primitives:e,isDrawing:t,isPointerHit:i,clearSelection:s})=>{if(t)return;je(e,i)||s()},He=(e,t,i)=>(t.push(i),e.attachPrimitive(i),i),Ye=(e,t,i)=>(He(e,t,i),i.selectedDraw(),i),Xe=e=>e.map(e=>({time:e.time,price:e.price})),Ze=(e,t,i)=>e(t,i),Ge=async(e,t,i=e=>Xe(e.getPoints()))=>{const s=e.filter(e=>"number"==typeof e.id&&e.id>0&&e.state===le.Updating);await Promise.all(s.map(async e=>{try{await t(e.id,i(e)),e.state=le.Clean}catch{e.state=le.Updating}}))},Je=(e,t,i)=>{let s=null,r=!1;const o=async()=>{if(s)return r=!0,void(await s);s=(async()=>{do{r=!1,await Ge(e(),t,i)}while(r)})();try{await s}finally{s=null}};return{schedule:()=>{o()},flush:async()=>{await o()},cancel:()=>{r=!1}}},Qe=({chart:e,onClick:t,onCrosshairMove:i,onVisibleRangeChange:s,onMouseDown:r,onMouseUp:o,onContextMenu:n,onTouchStart:a,onTouchMove:l,onTouchEnd:c,textArea:d,onTextAreaChange:u,onTextAreaBlur:p})=>{t&&e.subscribeClick(t),i&&e.subscribeCrosshairMove(i),s&&e.timeScale().subscribeVisibleLogicalRangeChange(s);const w=e.chartElement();return r&&w.addEventListener("mousedown",r),o&&w.addEventListener("mouseup",o),n&&w.addEventListener("contextmenu",n),a&&w.addEventListener("touchstart",a,{passive:!1}),l&&w.addEventListener("touchmove",l,{passive:!1}),c&&w.addEventListener("touchend",c),d&&u&&d.addEventListener("change",u),d&&p&&d.addEventListener("blur",p),()=>{t&&e.unsubscribeClick(t),i&&e.unsubscribeCrosshairMove(i),s&&e.timeScale().unsubscribeVisibleLogicalRangeChange(s),r&&w.removeEventListener("mousedown",r),o&&w.removeEventListener("mouseup",o),n&&w.removeEventListener("contextmenu",n),a&&w.removeEventListener("touchstart",a),l&&w.removeEventListener("touchmove",l),c&&w.removeEventListener("touchend",c),d&&u&&d.removeEventListener("change",u),d&&p&&d.removeEventListener("blur",p)}},et=(e,t,i)=>{const s=!e;return i.schedule(t),s},tt=e=>{let t=!1;return e.forEach(e=>{e.selected&&(e._options.locked=!e._options.locked,e.state="updating",t=!0)}),t},it=(e,t)=>{let i=!1;return e.forEach(e=>{e._options.locked!==t&&(e._options.locked=t,e.state="updating",i=!0)}),i},st=e=>e.some(e=>e.selected),rt=(e,t)=>{let i=!1;e.forEach(e=>{e.selected&&(e.selected=!1,i=!0)}),i&&t()},ot=(e,t,i)=>(t.forEach(t=>{e.detachPrimitive(t)}),i(),[]),nt=async(e,t,i)=>{const s=[];for(const r of t)r.selected?(e.detachPrimitive(r),void 0!==r.id&&r.id>0&&await i(r.id)):s.push(r);return s};class at extends fe{type=ae.Line;chart;series;options;runtime;persistence;lines=[];currentPoints=[];previewLine;drawVisible=!0;primitiveUpdateScheduler=Ue();drawingUpdateScheduler;cursorScheduler=Be();pendingCreateOperations=new Set;unbindEvents;localRuntimeState={drawMode:ae.None,lockAllDraw:!1,selectedDrawMode:null,selectedDrawOptions:void 0,chartControlStateChangesLog:[]};handleVisibleRangeChange=()=>{this.primitiveUpdateScheduler.schedule([...this.lines,this.previewLine])};buildLinePayload(e,t=this.options.strokeWidth){return{points:Xe(e),width:t,color:this.options.strokeColor}}trackPendingCreate(e,t){const i=t.then(t=>{t&&(e.id=t.id,e.createdAt=t.created_at,e.state!==le.New?e.state===le.Updating&&this.checkUpdateDraw():e.state=le.Clean)}).finally(()=>{this.pendingCreateOperations.delete(i)});this.pendingCreateOperations.add(i)}constructor({chart:e,series:t,options:i,isDark:s,runtime:r,persistence:o}){super(),this.chart=e,this.series=t,this.options={...ue(s),...i},this.runtime=r??{getDrawMode:()=>this.localRuntimeState.drawMode,setDrawMode:e=>{this.localRuntimeState.drawMode=e},getLockAllDraw:()=>this.localRuntimeState.lockAllDraw,clearSelectedDrawing:()=>{this.localRuntimeState.selectedDrawMode=null,this.localRuntimeState.selectedDrawOptions=void 0},setSelectedDrawOptions:(e,t)=>{if(null===t)return this.localRuntimeState.selectedDrawMode=null,void(this.localRuntimeState.selectedDrawOptions=void 0);this.localRuntimeState.selectedDrawMode=t,this.localRuntimeState.selectedDrawOptions={...e}},getSelectedTimeFrame:()=>ce.OneMinute,getChartDataTimes:()=>[],getChartControlStateChangesLog:()=>this.localRuntimeState.chartControlStateChangesLog},this.persistence=o??{createDrawing:async()=>null,updateDrawing:async()=>{},deleteDrawing:async()=>{}},this.drawingUpdateScheduler=Je(()=>this.lines,this.persistence.updateDrawing,e=>({points:Xe(e.getPoints()),width:e._options.strokeWidth,color:e._options.strokeColor})),this.onClick=this.onClick.bind(this),this.onMouseMove=this.onMouseMove.bind(this),this.subscribeEvents()}subscribeEvents(){this.unbindEvents=Qe({chart:this.chart,onClick:this.onClick,onCrosshairMove:this.onMouseMove,onVisibleRangeChange:this.handleVisibleRangeChange,onMouseDown:this.handleMouseDown,onMouseUp:this.handleMouseUp,onContextMenu:this.handleContextMenu,onTouchStart:this.handleTouchStart,onTouchMove:this.handleTouchMove,onTouchEnd:this.handleTouchEnd})}unsubscribeEvents(){this.unbindEvents?.(),this.unbindEvents=void 0}handleTouchStart=e=>{if(0===e.touches.length)return;this.chart.clearCrosshairPosition();const t=e.touches[0],i=ze(this.chart,t);qe(this.lines,i),this.previewLine?.onMouseDown(i),e.preventDefault()};handleTouchMove=e=>{if(0===e.touches.length)return;const t=e.touches[0],i=ze(this.chart,t);this.onMouseMove(We(this.chart,i)),e.preventDefault()};handleTouchEnd=()=>{$e(this.lines),this.previewLine?.onMouseUp(),this.finalizePreviewLine(),this.checkUpdateDraw()};handleMouseDown=e=>{const t=Ne(this.chart,e);Ke({primitives:this.lines,isDrawing:this.isDrawing(),isPointerHit:e=>e.containPoint(t),clearSelection:()=>this.unSelectAnyDraw()}),qe(this.lines,t)};handleMouseUp=()=>{$e(this.lines),this.checkUpdateDraw()};handleContextMenu=e=>{const t=Ne(this.chart,e);if(je(this.lines,e=>e.containPoint(t))){this.unSelectAnyDraw();const i=this.lines.find(e=>e.containPoint(t));i&&(i.selected=!0,this.runtime.setSelectedDrawOptions({strokeWidth:i._options.strokeWidth,strokeColor:i._options.strokeColor},ae.Line)),e.preventDefault(),e.stopPropagation()}};isDrawing(){return this.runtime.getDrawMode()===ae.Line}startDrawing(){this.runtime.setDrawMode(ae.Line)}stopDrawing(){this.currentPoints=[],this.removePreviewLine(),this.runtime.setDrawMode(ae.None)}onClick(e){if(!e.point||!e.time||!this.series)return;const t=Ie(this.chart,this.series,e.point);t&&this.isDrawing()&&this.addPoint(t)}onMouseMove(e){if(this.lines.forEach(t=>t.onMouseMove(e)),this.mouseStyling(),e.point&&this.series&&e.time&&this.isDrawing()&&this.previewLine){const t=Ie(this.chart,this.series,e.point);t&&this.previewLine.updateEndPoint(t)}}addPoint(e){this.currentPoints?.push(e),1===this.currentPoints?.length&&this.addPreviewLine(this.currentPoints[0]),2===this.currentPoints?.length&&(this.addNewLine(this.currentPoints[0],this.currentPoints[1]),this.stopDrawing())}addPreviewLine(e){this.previewLine=new Re({p1:e,p2:e,drawingTool:this}),this.series.attachPrimitive(this.previewLine)}addNewLine(e,t){const i=new Oe({p1:e,p2:t,drawingTool:this,state:"new"});Ye(this.series,this.lines,i),this.trackPendingCreate(i,Ze(this.persistence.createDrawing,we.Line,{points:Xe([e,t]),width:i._options.strokeWidth,color:i._options.strokeColor}))}finalizePreviewLine(){const e=this.previewLine?._p1,t=this.previewLine?._p2;e&&t&&!j(e,t)&&(this.addNewLine(e,t),this.removePreviewLine(),this.stopDrawing())}removePreviewLine(){this.previewLine&&this.series&&(this.series.detachPrimitive(this.previewLine),this.previewLine=void 0)}initData(e){if(!e||0===e.length)return;const t=this.runtime.getChartControlStateChangesLog(),i=t[t.length-1]===he.DrawUpdate;e.forEach(e=>{const{data:t}=e;if(!t.points)return;const s=!!i&&t.selected,r=new Oe({p1:t.points[0],p2:t.points[1],id:e.id,drawingTool:this,createdAt:t.createdAt,options:t.options,selected:s});s&&r.selectedDraw(),this.series.attachPrimitive(r),this.lines.push(r)})}checkUpdateDraw(){this.drawingUpdateScheduler.schedule()}toggleDrawVisible(){this.drawVisible=et(this.drawVisible,this.lines,this.primitiveUpdateScheduler)}toggleSelectedDrawLocked(){tt(this.lines)&&this.checkUpdateDraw()}toggleAllDrawLocked(e){it(this.lines,e)&&this.checkUpdateDraw()}isAnyDrawSelected(){return st(this.lines)}updateSelectedOptions(e){this.lines.forEach(t=>t.updateSelectedOptions(e)),this.checkUpdateDraw()}async flushPendingUpdates(){this.pendingCreateOperations.size>0&&await Promise.allSettled([...this.pendingCreateOperations]),await this.drawingUpdateScheduler.flush()}mouseStyling(){const e=this.lines.some(e=>e.hovered);this.cursorScheduler.setCursor(e?"pointer":"default")}unSelectAnyDraw(){rt(this.lines,this.runtime.clearSelectedDrawing)}cleanPrimitives(){this.lines=ot(this.series,this.lines,this.runtime.clearSelectedDrawing)}cleanAll(){this.unsubscribeEvents(),this.primitiveUpdateScheduler.cancel(),this.drawingUpdateScheduler.cancel(),this.removePreviewLine(),this.currentPoints=[],this.cursorScheduler.reset(),this.cleanPrimitives()}async removeSelectedDraw(){this.lines=await nt(this.series,this.lines,e=>this.persistence.deleteDrawing(e))}}const lt=e=>({[ce.OneMinute]:6e4,[ce.FiveMinutes]:3e5,[ce.FifteenMinutes]:9e5,[ce.ThirtyMinutes]:18e5,[ce.OneHour]:36e5,[ce.FourHours]:144e5,[ce.OneDay]:864e5,[ce.OneWeek]:6048e5,[ce.OneMonth]:2592e6}[e]??6e4),ht=e=>{const t=(e=>{if(null==e)return null;if("number"==typeof e){if(!Number.isFinite(e))return null;const t=e>1e11?e/1e3:e;return Math.trunc(t)}const t=(e instanceof Date?e:new Date(e)).getTime();return Number.isFinite(t)?Math.trunc(t/1e3):null})(e);return null===t?null:t+(e=>60*-new Date(1e3*e).getTimezoneOffset())(t)},ct=(e,t)=>{if(!t.length||!Number.isFinite(e))return e;const i=t[0],s=t[t.length-1];if(e<i||e>s)return e;let r=0,o=t.length-1;for(;r<=o;){const i=Math.floor((r+o)/2),s=t[i];if(s===e)return s;s<e?r=i+1:o=i-1}const n=t[Math.max(0,o)],a=t[Math.min(t.length-1,r)];return Math.abs(e-n)<=Math.abs(a-e)?n:a},dt=(e,t)=>{const i="number"==typeof e.time?e.time:Number(e.time);return Number.isFinite(i)?{...e,time:ct(i,t)}:e},ut=[ce.OneMinute,ce.FiveMinutes,ce.FifteenMinutes,ce.ThirtyMinutes,ce.OneHour,ce.FourHours,ce.OneDay,ce.OneWeek,ce.OneMonth],pt=(e,t=ce.OneMinute)=>Math.max(1,Math.floor(lt(((e,t=ce.OneMinute)=>ut.find(t=>t===e)??t)(e,t))/1e3)),wt=e=>{const t=[];return e.forEach(e=>{const i=(e=>({time:Number(e.time),price:e.price}))(e);if(!Number.isFinite(i.time)||!Number.isFinite(i.price))return;const s=t.at(-1);s&&s.time===i.time&&s.price===i.price||t.push(i)}),t},mt=(e,t)=>{const i=wt(e);if(!i.length)return null;const s=i[0],r=pt(t,t);return{version:2,anchorPoint:s,baseInterval:t,relativePoints:i.map(e=>({dxLogical:(e.time-s.time)/r,dyPrice:e.price-s.price}))}},gt=(e,t)=>{if(!Number.isFinite(e)||!t.length)return e;const i=t[0],s=t[t.length-1];return e<=i?i:e>=s?s:ct(e,t)},vt=(e,t,i)=>{const s=gt(e.anchorPoint.time,t),r=pt(e.baseInterval,ce.OneMinute),o=pt(i,ce.OneMinute),n=r/o,a={time:e.anchorPoint.time,price:e.anchorPoint.price},l={time:s,price:e.anchorPoint.price};return{version:2,anchorPoint:a,mountedAnchorPoint:l,baseInterval:e.baseInterval,relativePoints:e.relativePoints,points:e.relativePoints.map(e=>({time:s+e.dxLogical*o*n,price:l.price+e.dyPrice}))}};class Dt{drawPoints;source;anchorPoints;smoothPoints=[];drawFullyViewFirstTime=!1;lastViewportKey=null;lastPointsKey=null;constructor({source:e}){this.source=e,this.drawPoints=e.drawPoints,this.anchorPoints=[new Le({source:e,style:{strokeColor:e._options.strokeColor??"blue"}}),new Le({source:e,style:{strokeColor:e._options.strokeColor??"blue"}})]}mapTimePointsToPixelPoints(e){return e.map(e=>({x:this.source.chart.timeScale().timeToCoordinate(e.time),y:this.source.series.priceToCoordinate(e.price)})).filter(e=>null!==e.x&&null!==e.y&&Number.isFinite(e.x)&&Number.isFinite(e.y))}getBrushShapeKey(){if(2!==this.source.brushData?.version)return"legacy";const e=this.source.brushData.relativePoints[0],t=this.source.brushData.relativePoints[this.source.brushData.relativePoints.length-1];return["v2",this.source.drawingTool.runtime.getSelectedTimeFrame(),this.source.brushData.baseInterval,this.source.brushData.mountedAnchorPoint.time,this.source.brushData.mountedAnchorPoint.price,this.source.brushData.relativePoints.length,e?.dxLogical,e?.dyPrice,t?.dxLogical,t?.dyPrice].join("|")}getPixelsPerLogicalBar(){const e=this.source.chart.timeScale().getVisibleLogicalRange(),t=this.source.chart.paneSize?.(0),i=e?e.to-e.from:0;return!t?.width||!Number.isFinite(i)||i<=0?0:t.width/i}getPixelDrawPoints(){const e=this.mapTimePointsToPixelPoints(this.drawPoints);if(2===this.source.brushData?.version){const t=this.source.brushData.mountedAnchorPoint,i=this.source.chart.timeScale().timeToCoordinate(t.time),s=this.source.series.priceToCoordinate(t.price),r=this.getPixelsPerLogicalBar();if(null===i||null===s||!r)return e;const o=pt(this.source.brushData.baseInterval)/pt(this.source.drawingTool.runtime.getSelectedTimeFrame()),n=this.source.brushData.relativePoints.map(e=>({x:i+e.dxLogical*o*r,y:this.source.series.priceToCoordinate(t.price+e.dyPrice)})).filter(e=>Number.isFinite(e.x)&&null!==e.y&&Number.isFinite(e.y));return n.length?n:e}return e}getSmoothPoints(){const e=this.source.drawingTool?.chart.timeScale().getVisibleRange(),t=this.source.chart.timeScale().getVisibleLogicalRange(),i=this.source.series.priceScale().getVisibleRange(),s=this.source.chart.paneSize?.(0),r=e?.from,o=[e?`${e.from}-${e.to}`:"",t?`${t.from}-${t.to}`:"",i?`${i.from}-${i.to}`:"",s?`${s.width}-${s.height}`:""].join("|"),n=`${this.source.geometryVersion}-${this.source.drawPoints.length}-${this.getBrushShapeKey()}`;if(this.lastViewportKey===o&&this.lastPointsKey===n)return this.smoothPoints;const a=this.source._p2.time>r;if(2!==this.source.brushData?.version&&!this.drawFullyViewFirstTime){if(!a)return this.lastViewportKey=null,this.lastPointsKey=null,this.smoothPoints=[],[];this.drawFullyViewFirstTime=!0}const l=this.getPixelDrawPoints();if(!l.length)return this.lastViewportKey=null,this.lastPointsKey=null,this.smoothPoints=[],[];if(this.lastViewportKey=o,this.lastPointsKey=n,l.length<=2)return this.smoothPoints=l,l;const c=[];for(let u=1;u<l.length;u++){const e=l[u],t=l[u-1],i={x:e.x-t.x,y:e.y-t.y},s=Math.sqrt(i.x**2+i.y**2),r=Math.min(5,Math.floor(2*s/15)),o=be(be(i,1/s),s/r);for(let n=0;n<r-1;n++){const e=be(o,n),i={x:t.x+e.x,y:t.y+e.y};c.push(i)}c.push(e)}const d=this.smoothArray(c,15);return this.smoothPoints=void 0===d[0]?[]:d,this.smoothPoints}smoothArray(e,t){const i=new Array(e.length);if(1===e.length)return e;for(let s=0;s<e.length;s++){let r={x:0,y:0};for(let i=0;i<t;i++){const t=Math.max(s-i,0),o=Math.min(s+i,e.length-1);r=Pe(r,e[t]),r=Pe(r,e[o])}i[s]=be(r,.5/t)}return i.push(e[e.length-1]),i}drawBrush(e,t){if(0===t.length)return;const i=e.context,s=e.horizontalPixelRatio,r=e.verticalPixelRatio;i.strokeStyle=this.source._options.strokeColor??"blue";const o=this.source._options.strokeWidth*r;if(i.lineWidth=o,i.lineCap="round",i.lineJoin="round",i.fillStyle=this.source._options.strokeColor??"blue",this.anchorPoints.forEach(e=>{e.style.strokeColor=this.source._options.strokeColor??"blue"}),i.beginPath(),1===t.length){const{x:e,y:n}=t[0];return i.arc(e*s,n*r,o/2,0,2*Math.PI,!0),void i.fill()}if(2===t.length){const[e,o]=t;i.moveTo(e.x*s,e.y*r),i.lineTo(o.x*s,o.y*r)}else{const e=t[0];i.moveTo(e.x*s,e.y*r);for(let a=1;a<t.length-1;a++){const e=t[a],o=t[a+1],n=e.x*s,l=e.y*r,c=.5*(e.x+o.x)*s,d=.5*(e.y+o.y)*r;i.quadraticCurveTo(n,l,c,d)}const o=t[t.length-1],n=t[t.length-2];i.quadraticCurveTo(n.x*s,n.y*r,o.x*s,o.y*r)}i.stroke()}draw(e){this.smoothPoints=this.getSmoothPoints(),this.source.drawingTool?.drawVisible&&e.useBitmapCoordinateSpace(e=>{if(this.drawBrush(e,this.smoothPoints),this.source.hovered||this.source.selected){const t=this.smoothPoints[0],i=this.smoothPoints[this.smoothPoints.length-1];if(!t||!i)return;this.anchorPoints[0].draw(e,t.x,t.y),this.anchorPoints[1].draw(e,i.x,i.y)}})}}class bt{source;brushPaneRenderer;dynamicZOrder="normal";constructor(e){this.source=e,this.brushPaneRenderer=new Dt({source:e})}renderer(){return this.brushPaneRenderer}zOrder(){return this.dynamicZOrder}}class Pt extends ye{_paneViews;_timeAxisLabelViews;_priceAxisLabelViews;_priceAxisPaneViews;_timeAxisPaneViews;hoverCandidate=!1;hovered=!1;selectCandidate=!1;selected=!1;id;localId;createdAt;drawingTool;state;drawPoints=[];geometryVersion=0;dragPoint;drawPointsBeforeDrag=[];brushData;anchorPointBeforeDrag;boundingPointsBeforeDrag;constructor({drawPoints:e,boundingPoints:t,brushData:i,drawingTool:s,state:r,id:o,createdAt:n,selected:a,options:l}){super(),this.id=o,this.createdAt=n||Date.now(),this.localId=s.type+"-"+this.createdAt,this.state=r||"clean",this.drawingTool=s,this.drawPoints=e,this.brushData=i,this.selected=a||!1,this._options=$({...s.options,...l}),this._paneViews=[new bt(this)];const[c,d]=t;this._p1=c,this._p2=d,this._timeAxisLabelViews=[new Me(this,this._p1),new Me(this,this._p2)],this._priceAxisLabelViews=[new Ae(this,this._p1),new Ae(this,this._p2)],this._timeAxisPaneViews=[new ke(this,!1)],this._priceAxisPaneViews=[new Te(this,!0)]}onMouseMove(e){const{point:t}=e;if(this._options.locked||this.drawingTool.runtime.getLockAllDraw()||!t)return;const i=this.hoverCandidate,s=this.hovered,r=this.containPoint(t);this.drawingTool.isMouseDown||(this.hoverCandidate=r),r||(this.hovered=!1);const o=this.handleDrag(t),n=i!==this.hoverCandidate||s!==this.hovered;(o||n)&&this.requestUpdate()}onMouseDown({x:e,y:t}){this.dragPoint={x:e,y:t},this.drawPointsBeforeDrag=$(this.drawPoints),this.anchorPointBeforeDrag=this.brushData?$(this.brushData.mountedAnchorPoint):void 0,this.boundingPointsBeforeDrag={p1:$(this._p1),p2:$(this._p2)};this.containPoint({x:e,y:t})?(this.chart.applyOptions({handleScroll:!1}),this.selectCandidate=!0):(this.selectCandidate=!1,this.selected=!1,this.hovered=!1,this.hoverCandidate=!1)}onMouseUp(){this.selectCandidate&&!this.selected&&this.selectedDraw(),this.dragPoint=void 0,this.drawPointsBeforeDrag=[],this.anchorPointBeforeDrag=void 0,this.boundingPointsBeforeDrag=void 0,this.hovered=!1,this.hoverCandidate=!1,this.selectCandidate=!1,this.chart.applyOptions({handleScroll:!0}),this.requestUpdate()}handleDrag(e){let t=!1;if(this.selected&&this.dragPoint){const i=e.x-(this.dragPoint.x??0),s=e.y-(this.dragPoint.y??0);if(2===this.brushData?.version&&this.anchorPointBeforeDrag){const e=this.drawingTool.runtime.getChartDataTimes(),t=this.chart.timeScale().timeToCoordinate(this.anchorPointBeforeDrag.time),r=this.series.priceToCoordinate(this.anchorPointBeforeDrag.price);if(null===t||null===r)return!1;const o=this.chart.timeScale().coordinateToTime(t+i),n=this.series.coordinateToPrice(r+s);if(null===o||null===n)return!1;const a=gt(Number(o),e);return this.brushData.anchorPoint={time:a,price:n},this.brushData.mountedAnchorPoint={time:a,price:n},this.syncBrushDataDerivedState(),this.state="updating",!0}if(this.drawPointsBeforeDrag.forEach((e,t)=>{const r=this.chart.timeScale().timeToCoordinate(e.time),o=this.series.priceToCoordinate(e.price);if(null===r||null===o)return;const n=this.chart.timeScale().coordinateToTime(r+i),a=this.series.coordinateToPrice(o+s);this.drawPoints[t]={time:n,price:a}}),!this.boundingPointsBeforeDrag)return!1;const{p1:r,p2:o}=this.boundingPointsBeforeDrag,n=this.chart.timeScale().timeToCoordinate(r.time),a=this.series.priceToCoordinate(r.price),l=this.chart.timeScale().timeToCoordinate(o.time),c=this.series.priceToCoordinate(o.price);if(null===n||null===a||null===l||null===c)return!1;const d=this.chart.timeScale().coordinateToTime(n+i),u=this.series.coordinateToPrice(a+s),p=this.chart.timeScale().coordinateToTime(l+i),w=this.series.coordinateToPrice(c+s);if(!(d&&u&&p&&w))return!1;if(this._p1.time===d&&this._p1.price===u&&this._p2.time===p&&this._p2.price===w)return!1;this._p1={time:d,price:u},this._p2={time:p,price:w},this._priceAxisLabelViews[0].movePoint(this._p1),this._timeAxisLabelViews[0].movePoint(this._p1),this._priceAxisLabelViews[1].movePoint(this._p2),this._timeAxisLabelViews[1].movePoint(this._p2),this.geometryVersion+=1,this.state="updating",t=!0}return t}addPoint({price:e,time:t}){this.drawPoints.push({price:e,time:t}),this.geometryVersion+=1,this.requestUpdate()}syncBoundsFromPoints(e){if(!e.length)return;const t=$(e[0]),i=e.reduce((e,t)=>{const i=Number(t.time),s=Number(e.p1.time),r=Number(e.p2.time);return i<s&&(e.p1.time=t.time),i>r&&(e.p2.time=t.time),t.price>e.p1.price&&(e.p1.price=t.price),t.price<e.p2.price&&(e.p2.price=t.price),e},{p1:$(t),p2:$(t)});this._p1=i.p1,this._p2=i.p2,this._priceAxisLabelViews[0].movePoint(this._p1),this._timeAxisLabelViews[0].movePoint(this._p1),this._priceAxisLabelViews[1].movePoint(this._p2),this._timeAxisLabelViews[1].movePoint(this._p2)}getMountedBrushPoints(){if(!this.brushData?.version)return null;const e=this.drawingTool.runtime.getChartDataTimes();return vt({anchorPoint:{time:Number(this.brushData.anchorPoint.time),price:this.brushData.anchorPoint.price},baseInterval:this.brushData.baseInterval,relativePoints:this.brushData.relativePoints},e,this.drawingTool.runtime.getSelectedTimeFrame())}syncBrushDataDerivedState(){if(!this.brushData?.version)return;const e=this.getMountedBrushPoints();e&&(this.brushData={version:e.version,anchorPoint:e.anchorPoint,mountedAnchorPoint:e.mountedAnchorPoint,baseInterval:e.baseInterval,relativePoints:e.relativePoints},this.drawPoints=e.points,this.syncBoundsFromPoints(e.points),this.geometryVersion+=1,this.requestUpdate())}getPersistedBrushData(e){return 2===this.brushData?.version?{version:2,anchorPoint:{time:Number(this.brushData.anchorPoint.time),price:this.brushData.anchorPoint.price},baseInterval:this.brushData.baseInterval,relativePoints:this.brushData.relativePoints}:mt(this.drawPoints,e)}updateBoundingPoints({price:e,time:t}){const i=this._p1,s=this._p2;if(!i||!s)return;const r=$(i),o=$(s),n=t,a=i.time,l=s.time;n<a&&(r.time=t),n>l&&(o.time=t),e>i.price&&(r.price=e),e<s.price&&(o.price=e);(r.price!==i.price||r.time!==i.time||o.price!==s.price||o.time!==s.time)&&(this._p1=r,this._p2=o,this._priceAxisLabelViews[0].movePoint(this._p1),this._timeAxisLabelViews[0].movePoint(this._p1),this._priceAxisLabelViews[1].movePoint(this._p2),this._timeAxisLabelViews[1].movePoint(this._p2),this.geometryVersion+=1)}updateSelectedState(){this.selected?(this._options.showPanes=!0,this._options.showLabels=!0):(this._options.showPanes=!1,this._options.showLabels=!1)}paneViews(){return this._paneViews}priceAxisViews(){return this._priceAxisLabelViews}timeAxisViews(){return this._timeAxisLabelViews}priceAxisPaneViews(){return this._priceAxisPaneViews}timeAxisPaneViews(){return this._timeAxisPaneViews}detached(){}updateAllViews(){this.updateSelectedState(),this._priceAxisLabelViews.forEach(e=>e.update()),this._timeAxisLabelViews.forEach(e=>e.update()),this._priceAxisPaneViews.forEach(e=>e.update()),this._timeAxisPaneViews.forEach(e=>e.update())}updateSelectedOptions(e){this.selected&&(Object.assign(this._options,{...this._options,...e}),this.state="updating",this.requestUpdate())}containPoint(e){const t=this._paneViews[0]?.brushPaneRenderer;if(!t)return!1;const i=t.smoothPoints.length>0?t.smoothPoints:t.getSmoothPoints(),s=xe()?this._options.touchNealDrawThreshold:this._options.nealDrawThreshold;return void 0!==i.find(t=>{const i=De(t,e);return null!==i&&i<=s})}selectedDraw(){this.selected=!0,this.selectCandidate=!0,this.drawingTool.runtime.setSelectedDrawOptions(this._options,ae.Brush)}getPoints(){return this.drawPoints}}class xt extends fe{type=ae.Brush;chart;series;options;runtime;persistence;brushes=[];boundingPoints=[];isMouseDown=!1;drawVisible=!0;primitiveUpdateScheduler=Ue();drawingUpdateScheduler;cursorScheduler=Be();pendingCreateOperations=new Set;unbindEvents;localRuntimeState={drawMode:ae.None,lockAllDraw:!1,selectedDrawMode:null,selectedDrawOptions:void 0};handleVisibleRangeChange=()=>{this.primitiveUpdateScheduler.schedule(this.brushes)};trackPendingCreate(e,t){const i=t.then(t=>{t&&(e.id=t.id,e.createdAt=t.created_at,e.state!==le.New?e.state===le.Updating&&this.checkUpdateDraw():e.state=le.Clean)}).finally(()=>{this.pendingCreateOperations.delete(i)});this.pendingCreateOperations.add(i)}constructor({chart:e,series:t,options:i,isDark:s,runtime:r,persistence:o}){super(),this.chart=e,this.series=t,this.options={...ue(s),...i},this.runtime=r??{getDrawMode:()=>this.localRuntimeState.drawMode,setDrawMode:e=>{this.localRuntimeState.drawMode=e},getLockAllDraw:()=>this.localRuntimeState.lockAllDraw,clearSelectedDrawing:()=>{this.localRuntimeState.selectedDrawMode=null,this.localRuntimeState.selectedDrawOptions=void 0},setSelectedDrawOptions:(e,t)=>{if(null===t)return this.localRuntimeState.selectedDrawMode=null,void(this.localRuntimeState.selectedDrawOptions=void 0);this.localRuntimeState.selectedDrawMode=t,this.localRuntimeState.selectedDrawOptions={...e}},getSelectedTimeFrame:()=>ce.OneMinute,getChartDataTimes:()=>[],getChartControlStateChangesLog:()=>[]},this.persistence=o??{createDrawing:async()=>null,updateDrawing:async()=>{},deleteDrawing:async()=>{}},this.drawingUpdateScheduler=Je(()=>this.brushes,this.persistence.updateDrawing,e=>({brush:e.getPersistedBrushData(this.runtime.getSelectedTimeFrame())??void 0,width:e._options.strokeWidth,color:e._options.strokeColor})),this.onClick=this.onClick.bind(this),this.onMouseMove=this.onMouseMove.bind(this),this.subscribeEvents()}subscribeEvents(){this.unbindEvents=Qe({chart:this.chart,onClick:this.onClick,onCrosshairMove:this.onMouseMove,onVisibleRangeChange:this.handleVisibleRangeChange,onMouseDown:this.handleMouseDown,onMouseUp:this.handleMouseUp,onContextMenu:this.handleContextMenu,onTouchStart:this.handleTouchStart,onTouchMove:this.handleTouchMove,onTouchEnd:this.handleTouchEnd})}unsubscribeEvents(){this.unbindEvents?.(),this.unbindEvents=void 0}handleTouchStart=e=>{if(0===e.touches.length)return;this.chart.clearCrosshairPosition();const t=e.touches[0],i=ze(this.chart,t);qe(this.brushes,i),this.isDrawing()&&this.startBrushStroke(i),e.preventDefault()};handleTouchMove=e=>{if(0===e.touches.length)return;const t=e.touches[0],i=ze(this.chart,t);this.onMouseMove(We(this.chart,i)),e.preventDefault()};handleTouchEnd=()=>{$e(this.brushes),this.checkUpdateDraw(),this.isMouseDown=!1,this.isDrawing()&&this.finalizeBrushStroke()};handleMouseDown=e=>{const t=Ne(this.chart,e),{x:i,y:s}=t;Ke({primitives:this.brushes,isDrawing:this.isDrawing(),isPointerHit:e=>e.containPoint({x:i,y:s}),clearSelection:()=>this.unSelectAnyDraw()}),qe(this.brushes,{x:i,y:s}),this.isDrawing()&&this.startBrushStroke(t)};handleMouseUp=()=>{$e(this.brushes),this.checkUpdateDraw(),this.isMouseDown=!1,this.isDrawing()&&this.finalizeBrushStroke()};handleContextMenu=e=>{const t=Ne(this.chart,e),{x:i,y:s}=t;if(je(this.brushes,e=>e.containPoint({x:i,y:s}))){this.unSelectAnyDraw();const t=this.brushes.find(e=>e.containPoint({x:i,y:s}));t&&(t.selected=!0,this.runtime.setSelectedDrawOptions({strokeWidth:t._options.strokeWidth,strokeColor:t._options.strokeColor},ae.Brush)),e.preventDefault(),e.stopPropagation()}};isDrawing(){return this.runtime.getDrawMode()===ae.Brush}startDrawing(){this.runtime.setDrawMode(ae.Brush)}stopDrawing(){this.boundingPoints=[],this.runtime.setDrawMode(ae.None)}onClick(e){e.point&&e.time}onMouseMove(e){this.brushes.forEach(t=>{t.onMouseMove(e)}),this.mouseStyling();const t=this.brushes.some(e=>e.selected);if(!this.isMouseDown||t)return;const{time:i,point:s}=e;if(i&&s){const e=Ie(this.chart,this.series,s);if(!e)return;this.handleBoundingPoints(e);const t=this.brushes[this.brushes.length-1],i=t.drawPoints[t.drawPoints.length-1];if(i&&i.time===e.time&&i.price===e.price)return;const r=t.drawPoints[t.drawPoints.length-1]?.price;if(r&&Math.abs(r-e.price)<0)return;t.addPoint(e)}}startBrushStroke(e){const t=Ie(this.chart,this.series,e);if(!t)return;if(this.boundingPoints.push({...t}),this.boundingPoints.push({...t}),this.isMouseDown=!0,this.brushes.some(e=>e.selected))return;const i=new Pt({state:"new",drawPoints:[t],drawingTool:this,boundingPoints:this.boundingPoints});He(this.series,this.brushes,i),this.chart.applyOptions({handleScroll:!1})}finalizeBrushStroke(){this.chart.applyOptions({handleScroll:!0});const e=this.brushes[this.brushes.length-1];if(e){e.selectedDraw();const t=mt(e.drawPoints,this.runtime.getSelectedTimeFrame());t&&this.trackPendingCreate(e,Ze(this.persistence.createDrawing,we.Brush,{brush:t,width:e._options.strokeWidth,color:e._options.strokeColor}))}this.stopDrawing()}handleBoundingPoints({price:e,time:t}){const i=this.boundingPoints,s=i[0],r=i[1],o=$(s),n=$(r),a=t,l=s.time,c=r.time;a<l&&(o.time=t),a>c&&(n.time=t),e>s.price&&(o.price=e),e<r.price&&(n.price=e),i[0].price=o.price,i[0].time=o.time,i[1].price=n.price,i[1].time=n.time}getInitBoundingPoints(e){if(0===e.length)return;const t=$(e[0]),i=$(e[0]);for(const s of e){const e=s.time,r=t.time,o=i.time;e<r&&(t.time=s.time),e>o&&(i.time=s.time),s.price>t.price&&(t.price=s.price),s.price<i.price&&(i.price=s.price)}return[t,i]}initData(e){e&&0!==e.length&&e.forEach(e=>{const{data:t}=e;if(!t.points||0===t.points.length)return;const i=$(t.points),s=this.getInitBoundingPoints(i);if(!s)return;const r=t.selected||!1,o=new Pt({drawPoints:i,boundingPoints:s,brushData:t.brush,id:e.id,drawingTool:this,createdAt:t.createdAt,options:t.options,selected:r,state:"clean"});this.series.attachPrimitive(o),this.brushes.push(o),2===t.brush?.version&&o.syncBrushDataDerivedState(),r&&o.selectedDraw()})}checkUpdateDraw(){this.drawingUpdateScheduler.schedule()}toggleDrawVisible(){this.drawVisible=et(this.drawVisible,this.brushes,this.primitiveUpdateScheduler)}toggleSelectedDrawLocked(){tt(this.brushes)&&this.checkUpdateDraw()}toggleAllDrawLocked(e){it(this.brushes,e)&&this.checkUpdateDraw()}isAnyDrawSelected(){return st(this.brushes)}updateSelectedOptions(e){this.brushes.forEach(t=>{t.updateSelectedOptions({...t._options,...e})}),this.checkUpdateDraw()}async flushPendingUpdates(){this.pendingCreateOperations.size>0&&await Promise.allSettled([...this.pendingCreateOperations]),await this.drawingUpdateScheduler.flush()}mouseStyling(){const e=this.brushes.some(e=>e.hovered);this.cursorScheduler.setCursor(e?"pointer":"default")}unSelectAnyDraw(){rt(this.brushes,this.runtime.clearSelectedDrawing)}cleanPrimitives(){this.brushes=ot(this.series,this.brushes,this.runtime.clearSelectedDrawing)}cleanAll(){this.unsubscribeEvents(),this.primitiveUpdateScheduler.cancel(),this.drawingUpdateScheduler.cancel(),this.isMouseDown=!1,this.boundingPoints=[],this.chart.applyOptions({handleScroll:!0}),this.cursorScheduler.reset(),this.cleanPrimitives()}async removeSelectedDraw(){this.brushes=await nt(this.series,this.brushes,e=>this.persistence.deleteDrawing(e))}}class yt{source;centerRenderer;constructor(e){this.source=e,this.centerRenderer=new Le({source:e,style:{strokeColor:this.source._options.strokeColor??"blue",radius:4}})}draw(e){this.source.drawingTool.drawVisible&&e.useBitmapCoordinateSpace(e=>{const t=this.source._p1,i=this.source._options,s=e.context,r=this.source.textValue.split(/\r?\n/),o=this.source.chart.timeScale().timeToCoordinate(t.time),n=this.source.series.priceToCoordinate(t.price);s.textAlign="left",s.textBaseline="top";const a=i.textSize*e.verticalPixelRatio;s.font=`${a}px Open Sans`,s.fillStyle=i.textColor,this.centerRenderer.style.strokeColor=this.source._options.textColor;const l=.2*i.textSize,c=i.textSize+l,d=r.map(t=>s.measureText(t||" ").width/e.horizontalPixelRatio),u=Math.max(...d),p=i.textSize+(r.length-1)*c,w=o+u+8,m=n+p+8;this.source._p2={time:this.source.chart.timeScale().coordinateToTime(w),price:this.source.series.coordinateToPrice(m)},r.forEach((t,i)=>{const r=(o+4)*e.horizontalPixelRatio,a=(n+4+i*c)*e.verticalPixelRatio;s.fillText(t,r,a)}),(this.source.hovered||this.source.selected)&&this.centerRenderer.draw(e,(o+w)/2,m+c/3)})}}class ft{source;textPaneRenderer;dynamicZOrder="normal";constructor(e){this.source=e,this.textPaneRenderer=new yt(e)}renderer(){return this.textPaneRenderer}zOrder(){return this.dynamicZOrder}}class _t extends ye{_paneViews;hoverCandidate=!1;hovered=!1;selectCandidate=!1;selected=!1;id;localId;createdAt;state;drawingTool;textValue;dragPoint;cornerPointBeforeDrag;constructor({textValue:e,cornerPoint:t,drawingTool:i,state:s,id:r,createdAt:o,selected:n,options:a}){super(),this.id=r,this.createdAt=o||Date.now(),this.localId=i.type+"-"+this.createdAt,this.state=s||"new",this.drawingTool=i,this.textValue=e,this.selected=n||!1,this._paneViews=[new ft(this)],this._options=$({...i.options,...a}),this._p1=t}paneViews(){return this._paneViews}containTimePoint(e){let t=!1;if(this._p1.time&&this._p2.time){const i=this._p1.time,s=this._p2.time,r=this._p1.price,o=this._p2.price,n=e.time,a=e.price;t=n>=i&&n<=s&&(a<=r&&a>=o)}if(this._p1.time&&!this._p2.time){const i=e.time>=this._p1.time,s=e.price<=this._p1.price&&e.price>=this._p2.price;t=i&&s}return t}onMouseMove(e){const{time:t,point:i}=e;if(this._options.locked||this.drawingTool.runtime.getLockAllDraw()||!i||!t)return;const s=this.series.coordinateToPrice(i.y),r=this.containTimePoint({time:t,price:s}),o=this.hoverCandidate,n=this.hovered;this.hoverCandidate=r,r||(this.hovered=r);const a=this.handleDrag(i),l=o!==this.hoverCandidate||n!==this.hovered;(a||l)&&this.requestUpdate()}onMouseDown(e){this.dragPoint=e,this.cornerPointBeforeDrag=$(this._p1);const t={time:this.chart.timeScale().coordinateToTime(e.x),price:this.series.coordinateToPrice(e.y)};this.containTimePoint(t)?(this.selectCandidate=!0,this.chart.applyOptions({handleScroll:!1})):(this.selectCandidate=!1,this.selected=!1,this.hovered=!1,this.hoverCandidate=!1)}onMouseUp(){this.selectCandidate&&!this.selected&&this.selectedDraw(),this.dragPoint=void 0,this.hovered=!1,this.hoverCandidate=!1,this.selectCandidate=!1,this.chart.applyOptions({handleScroll:!0}),this.requestUpdate()}handleDrag(e){let t=!1;if(this.selected&&this.dragPoint&&this.cornerPointBeforeDrag){const i=e.x-this.dragPoint.x,s=e.y-this.dragPoint.y,r=this.chart.timeScale().timeToCoordinate(this.cornerPointBeforeDrag.time),o=this.series.priceToCoordinate(this.cornerPointBeforeDrag.price);if(null===r||null===o)return!1;const n={time:this.chart.timeScale().coordinateToTime(r+i),price:this.series.coordinateToPrice(o+s)};if(!n.time||!n.price)return!1;if(this._p1.time===n.time&&this._p1.price===n.price)return!1;this._p1.price=n.price,this._p1.time=n.time,this.state="updating",t=!0}return t}selectedDraw(){this.selected=!0,this.selectCandidate=!0,this.drawingTool.runtime.setSelectedDrawOptions(this._options,ae.Text)}getPoints(){return[this._p1]}updateSelectedOptions(e){this.selected&&(Object.assign(this._options,{...this._options,...e}),this.state="updating",this.requestUpdate())}}class St extends fe{type=ae.Text;chart;series;options;runtime;persistence;texts=[];textArea=null;currentText="";currentCorner;isMouseDown=!1;drawVisible=!0;primitiveUpdateScheduler=Ue();drawingUpdateScheduler;pendingCreateOperations=new Set;unbindEvents;ownsTextArea=!1;localRuntimeState={drawMode:ae.None,lockAllDraw:!1,selectedDrawMode:null,selectedDrawOptions:void 0};handleVisibleRangeChange=()=>{this.primitiveUpdateScheduler.schedule(this.texts)};buildTextPayload(e,t,i=this.options.textColor){return{cornerPoint:Xe([e])[0],value:t,color:i}}trackPendingCreate(e,t){const i=t.then(t=>{t&&(e.id=t.id,e.createdAt=t.created_at,e.state!==le.New?e.state===le.Updating&&this.checkUpdateDraw():e.state=le.Clean)}).finally(()=>{this.pendingCreateOperations.delete(i)});this.pendingCreateOperations.add(i)}ensureTextAreaElement(){const e=document.getElementById("textarea-tool");if(e)return this.ownsTextArea=!1,e;const t=document.createElement("textarea");t.id=`textarea-tool-${Date.now()}-${Math.floor(1e3*Math.random())}`,t.style.display="none",t.style.position="absolute",t.style.zIndex="9999",t.style.minWidth="200px",t.style.minHeight="60px",t.style.padding="8px",t.style.fontSize="14px",t.style.border="1px solid #ccc",t.style.borderRadius="4px",t.style.background="white",t.style.color="black",t.style.opacity="0.6";return(this.chart.chartElement().parentElement??this.chart.chartElement()).appendChild(t),this.ownsTextArea=!0,t}constructor({chart:e,series:t,options:i,isDark:s,runtime:r,persistence:o,textArea:n}){super(),this.chart=e,this.series=t,this.options={...ue(s),...i},this.runtime=r??{getDrawMode:()=>this.localRuntimeState.drawMode,setDrawMode:e=>{this.localRuntimeState.drawMode=e},getLockAllDraw:()=>this.localRuntimeState.lockAllDraw,clearSelectedDrawing:()=>{this.localRuntimeState.selectedDrawMode=null,this.localRuntimeState.selectedDrawOptions=void 0},setSelectedDrawOptions:(e,t)=>{if(null===t)return this.localRuntimeState.selectedDrawMode=null,void(this.localRuntimeState.selectedDrawOptions=void 0);this.localRuntimeState.selectedDrawMode=t,this.localRuntimeState.selectedDrawOptions={...e}},getSelectedTimeFrame:()=>ce.OneMinute,getChartDataTimes:()=>[],getChartControlStateChangesLog:()=>[]},this.persistence=o??{createDrawing:async()=>null,updateDrawing:async()=>{},deleteDrawing:async()=>{}},this.drawingUpdateScheduler=Je(()=>this.texts,this.persistence.updateDrawing,e=>this.buildTextPayload(e._p1,e.textValue,e._options.textColor)),this.textArea=n??this.ensureTextAreaElement(),this.onClick=this.onClick.bind(this),this.onMouseMove=this.onMouseMove.bind(this),this.subscribeEvents()}subscribeEvents(){this.unbindEvents=Qe({chart:this.chart,onClick:this.onClick,onCrosshairMove:this.onMouseMove,onVisibleRangeChange:this.handleVisibleRangeChange,onMouseDown:this.handleMouseDown,onMouseUp:this.handleMouseUp,onContextMenu:this.handleContextMenu,onTouchStart:this.handleTouchStart,onTouchMove:this.handleTouchMove,onTouchEnd:this.handleTouchEnd,textArea:this.textArea,onTextAreaChange:this.handleTextAreaChange,onTextAreaBlur:this.handleTextAreaBlur})}unsubscribeEvents(){this.unbindEvents?.(),this.unbindEvents=void 0}handleTouchStart=e=>{if(0===e.touches.length)return;this.chart.clearCrosshairPosition();const t=e.touches[0],i=ze(this.chart,t);qe(this.texts,i),e.preventDefault()};handleTouchMove=e=>{if(0===e.touches.length)return;const t=e.touches[0],i=ze(this.chart,t);this.onMouseMove(We(this.chart,i)),e.preventDefault()};handleTouchEnd=e=>{if(0===e.changedTouches.length)return;const t=e.changedTouches[0],i=ze(this.chart,t),s=this.chart.timeScale().coordinateToTime(i.x);if(this.textArea&&this.isDrawing()&&this.currentText){const e=document.elementFromPoint(t.clientX,t.clientY);if(!this.textArea.contains(e))return void this.addNewText()}s&&this.isDrawing()&&this.onClick(We(this.chart,i)),this.drawVisible&&(this.chart.applyOptions({handleScroll:!0}),$e(this.texts),this.checkUpdateDraw())};handleMouseDown=e=>{const t=Ne(this.chart,e),{x:i,y:s}=t;if(qe(this.texts,{x:i,y:s}),!this.textArea)return;const r=!this.textArea?.contains(e.target);!this.textArea&&this.isDrawing()&&r&&this.currentText&&this.addNewText()};handleMouseUp=()=>{this.drawVisible&&(this.chart.applyOptions({handleScroll:!0}),$e(this.texts),this.checkUpdateDraw())};handleContextMenu=e=>{const t=Ne(this.chart,e),{x:i,y:s}=t;if(je(this.texts,e=>e.containPoint({x:i,y:s}))){this.unSelectAnyDraw();const t=this.texts.find(e=>e.containPoint({x:i,y:s}));t&&(t.selected=!0,this.runtime.setSelectedDrawOptions({strokeColor:t._options.strokeColor},ae.Text)),e.preventDefault(),e.stopPropagation()}};handleTextAreaChange=e=>{this.currentText=e.target.value};handleTextAreaBlur=()=>{this.addNewText(),this.checkUpdateDraw()};addNewText(){const e=this.currentCorner?.price,t=this.currentCorner?.time;if(!e||!t)return;const i=new _t({textValue:this.currentText,cornerPoint:{time:t,price:e},drawingTool:this,state:"new"});Ye(this.series,this.texts,i),this.trackPendingCreate(i,Ze(this.persistence.createDrawing,we.Text,this.buildTextPayload({time:t,price:e},this.currentText,i._options.textColor))),this.stopDrawing()}isDrawing(){return this.runtime.getDrawMode()===ae.Text}startDrawing(){this.runtime.setDrawMode(ae.Text)}stopDrawing(){this.currentText="",this.currentCorner=void 0,this.textArea&&(this.textArea.style.display="none",this.textArea.value=""),this.runtime.setDrawMode(ae.None)}onClick(e){if(!e.point||!e.time||!this.isDrawing())return;if(this.isAnyDrawSelected())this.textArea&&(this.textArea.style.display="none");else if(this.textArea){const t=Ie(this.chart,this.series,e.point);if(!t)return;this.currentCorner=t,this.textArea.style.left=`${e.point.x}px`,this.textArea.style.top=`${e.point.y}px`,this.textArea.style.display="block",this.textArea.focus()}}onMouseMove(e){0!==this.texts.length&&this.drawVisible&&this.texts.forEach(t=>{t.onMouseMove(e)})}initData(e){e&&0!==e.length&&e.forEach(e=>{const{data:t}=e;if(!t.cornerPoint||!t.value)return;const i=t.selected||!1,s=new _t({id:e.id,textValue:t.value,cornerPoint:t.cornerPoint,drawingTool:this,createdAt:t.createdAt,options:t.options,selected:i,state:"clean"});i&&s.selectedDraw(),this.series.attachPrimitive(s),this.texts.push(s)})}checkUpdateDraw(){this.drawingUpdateScheduler.schedule()}toggleDrawVisible(){this.drawVisible=et(this.drawVisible,this.texts,this.primitiveUpdateScheduler)}toggleSelectedDrawLocked(){tt(this.texts)&&this.checkUpdateDraw()}toggleAllDrawLocked(e){it(this.texts,e)&&this.checkUpdateDraw()}isAnyDrawSelected(){return st(this.texts)}updateSelectedOptions(e){this.texts.forEach(t=>{t.updateSelectedOptions({...t._options,...e})}),this.checkUpdateDraw()}async flushPendingUpdates(){this.pendingCreateOperations.size>0&&await Promise.allSettled([...this.pendingCreateOperations]),await this.drawingUpdateScheduler.flush()}unSelectAnyDraw(){rt(this.texts,this.runtime.clearSelectedDrawing)}cleanPrimitives(){this.texts=ot(this.series,this.texts,this.runtime.clearSelectedDrawing)}cleanAll(){this.unsubscribeEvents(),this.primitiveUpdateScheduler.cancel(),this.drawingUpdateScheduler.cancel(),this.chart.applyOptions({handleScroll:!0}),document.body.style.cursor="default",this.cleanTextArea(),this.cleanPrimitives()}async removeSelectedDraw(){this.texts=await nt(this.series,this.texts,e=>this.persistence.deleteDrawing(e))}cleanTextArea(){this.textArea&&(this.textArea.style.display="none",this.textArea.value="",this.currentText="",this.currentCorner=void 0,this.ownsTextArea&&(this.textArea.remove(),this.textArea=null,this.ownsTextArea=!1))}}const Ct=(e,t)=>(e=>"object"==typeof e&&null!==e)(e)&&"function"==typeof e[t],Tt=e=>e.value,kt=e=>null===e?null:e,Mt=e=>null===e?null:e,At=s=>{const r=e(ae.None),o=e(!1),n=e(!0),a=e(null),l=e(void 0),c=new Map,d=e(0),u=()=>{a.value=null,l.value=void 0},p=()=>{c.forEach(e=>{e.unSelectAnyDraw()}),u()},w=(e,t)=>{c.get(e)?.cleanAll(),c.set(e,t),d.value+=1},m=e=>c.get(e),g=e=>{c.forEach((t,i)=>e(t,i))},v={getDrawMode:()=>Mt(r.value)??ae.None,setDrawMode:e=>{r.value=kt(e)??ae.None},getLockAllDraw:()=>o.value,clearSelectedDrawing:()=>{u()},setSelectedDrawOptions:(e,t=Mt(a.value))=>{e&&null!==t?(a.value=kt(t),l.value={...e}):u()},getSelectedTimeFrame:()=>Tt(s.selectedTimeFrame),getChartDataTimes:()=>Tt(s.chartDataTimes),getChartControlStateChangesLog:()=>[]},D=i(()=>(d.value,{line:m(ae.Line),brush:m(ae.Brush),text:m(ae.Text)})),b=async()=>{const e=[];c.forEach(t=>{e.push(t.flushPendingUpdates())}),e.length>0&&await Promise.allSettled(e)},P=()=>{c.forEach(e=>{e.cleanAll()}),c.clear(),d.value+=1,r.value=ae.None,u()},x=()=>{const t=Tt(s.chart),i=Tt(s.series);if(!(r=t,Ct(r,"subscribeClick")&&Ct(r,"unsubscribeClick")&&Ct(r,"subscribeCrosshairMove")&&Ct(r,"unsubscribeCrosshairMove")&&Ct(r,"timeScale")&&(e=>Ct(e,"attachPrimitive")&&Ct(e,"detachPrimitive")&&Ct(e,"priceToCoordinate")&&Ct(e,"coordinateToPrice"))(i)))return;var r;const a=t,l=i,d={priceLabelFormatter:e=>e.toFixed(2)};w(ae.Line,new at({chart:a,series:l,options:d,isDark:Tt(s.isDark??e(void 0)),runtime:v,persistence:s.persistence})),w(ae.Brush,new xt({chart:a,series:l,options:d,isDark:Tt(s.isDark??e(void 0)),runtime:v,persistence:s.persistence})),w(ae.Text,new St({chart:a,series:l,options:d,isDark:Tt(s.isDark??e(void 0)),runtime:v,persistence:s.persistence})),(()=>{const e=Array.from(c.values());n.value||e.forEach(e=>e.toggleDrawVisible()),o.value&&e.forEach(e=>e.toggleAllDrawLocked(!0))})()},y={line:ae.Line,brush:ae.Brush,text:ae.Text},f=e=>(e??[]).flatMap(e=>{const t=ht(e.time);return null===t?[]:[{time:t,price:e.price}]}),_=(e,t)=>{const i={..."number"==typeof e.data?.width?{strokeWidth:e.data.width}:{},..."string"==typeof e.data?.color?"text"===e.draw_type?{textColor:e.data.color}:{strokeColor:e.data.color}:{}},r=Object.keys(i).length?i:void 0;if("brush"===e.draw_type){const i=f(e.data?.points),o=e.data?.brush,n=2===o?.version?(()=>{const e=ht(o.anchorPoint.time);return null===e?null:{...o,anchorPoint:{...o.anchorPoint,time:e}}})():mt(i,((e,t=ce.OneMinute)=>{const i=wt(e),s=[...new Set(i.map(e=>e.time))].sort((e,t)=>e-t),r=s.slice(1).map((e,t)=>e-s[t]).filter(e=>e>0);if(!r.length)return t;const o=Math.min(...r);return ut.reduce((e,t)=>{const i=Math.floor(lt(t)/1e3);return Math.abs(i-o)<Math.abs(Math.floor(lt(e)/1e3)-o)?t:e},t)})(i,Tt(s.selectedTimeFrame))),a=n?vt(n,t,Tt(s.selectedTimeFrame)):null;return{id:e.id,Login:e.user_id,symbol:e.symbol,draw_type:y[e.draw_type],data:{points:a?.points,brush:a?{version:a.version,anchorPoint:a.anchorPoint,mountedAnchorPoint:a.mountedAnchorPoint,baseInterval:a.baseInterval,relativePoints:a.relativePoints}:void 0,value:e.data?.value,options:r,createdAt:e.created_at}}}const o=((e,t)=>e.length&&t.length?e.map(e=>dt(e,t)):e)(f(e.data?.points),t);return{id:e.id,Login:e.user_id,symbol:e.symbol,draw_type:y[e.draw_type],data:{points:o,value:e.data?.value,options:r,cornerPoint:e.data?.cornerPoint?dt({time:ht(e.data.cornerPoint.time)??e.data.cornerPoint.time,price:e.data.cornerPoint.price},t):o[0],createdAt:e.created_at}}},S=e=>{const t=m(ae.Line),i=m(ae.Brush),r=m(ae.Text),o=Tt(s.chartDataTimes);t?.cleanPrimitives(),i?.cleanPrimitives(),r?.cleanPrimitives();const n=e.map(e=>_(e,o)),a=n.filter(e=>e.draw_type===ae.Line),l=n.filter(e=>e.draw_type===ae.Brush),c=n.filter(e=>e.draw_type===ae.Text);t?.initData(a),i?.initData(l),r?.initData(c)},C=async()=>{Tt(s.symbol)?(await b(),await s.loadDrawings(),S(Tt(s.drawings))):S([])},T={setDrawMode:e=>{r.value=e},setLockAllDraw:e=>{o.value=e,g(t=>{t.toggleAllDrawLocked(e)})},setDrawVisible:e=>{n.value!==e&&(n.value=e,g(e=>{e.toggleDrawVisible()}))},clearSelectedDrawing:()=>{p()},setSelectedDrawOptions:(e,t)=>{e&&null!==t?(a.value=t,l.value={...e}):u()},deleteAllDrawings:async()=>{await s.deleteAllDrawings(),g(e=>{e.stopDrawing(),e.cleanPrimitives()}),r.value=ae.None,u()}},k=i(()=>{const e=Tt(s.chartDataTimes);return e.length?`${e[0]}-${e[e.length-1]}-${e.length}`:"0"});return t([()=>Tt(s.chart),()=>Tt(s.series)],async()=>{await b(),P(),x(),await C()},{immediate:!0}),t(()=>Tt(s.symbol),async(e,t)=>{e!==t&&await C()}),t([()=>Tt(s.selectedTimeFrame),k],()=>{0!==c.size&&S(Tt(s.drawings))}),t(()=>Tt(s.isDark??e(void 0)),async()=>{0!==c.size&&(await b(),P(),x(),S(Tt(s.drawings)))}),{drawMode:i(()=>r.value),lockAllDraw:i(()=>o.value),drawVisible:i(()=>n.value),selectedDrawMode:i(()=>a.value),selectedDrawOptions:i(()=>l.value),drawingTools:D,runtime:T,refreshDrawings:C,setDrawMode:e=>{const t=Mt(e)??ae.None,i=Mt(r.value)??ae.None;if(i!==ae.None&&m(i)?.stopDrawing(),t===ae.None||i===t)return void(r.value=ae.None);const s=m(t);s?(s.startDrawing(),r.value=t):r.value=ae.None},clearSelectedDrawing:p}},Lt=o({__name:"index",props:{chart:{},series:{},symbol:{},selectedTimeFrame:{},chartDataTimes:{},drawings:{},createDrawing:{},updateDrawing:{},deleteDrawing:{},loadDrawings:{},deleteAllDrawings:{},isDark:{type:Boolean},floatingTarget:{default:null},floatingLayerStyle:{default:()=>({})},showSidebar:{type:Boolean,default:!0},showFloatingToolbar:{type:Boolean,default:!0}},emits:["stateChange"],setup(e,{expose:s,emit:r}){const o=e,n=r,{drawMode:a,lockAllDraw:d,drawVisible:m,selectedDrawMode:v,selectedDrawOptions:b,drawingTools:P,runtime:y,refreshDrawings:_,setDrawMode:k,clearSelectedDrawing:M}=At({chart:S(o,"chart"),series:S(o,"series"),symbol:S(o,"symbol"),selectedTimeFrame:S(o,"selectedTimeFrame"),chartDataTimes:S(o,"chartDataTimes"),drawings:S(o,"drawings"),persistence:{createDrawing:o.createDrawing,updateDrawing:o.updateDrawing,deleteDrawing:o.deleteDrawing},loadDrawings:o.loadDrawings,deleteAllDrawings:o.deleteAllDrawings,isDark:S(o,"isDark")}),A=i(()=>o.showSidebar),L=i(()=>({position:"absolute",left:"0px",right:"0px",top:"0px",bottom:"0px",height:"auto",zIndex:20,...o.floatingLayerStyle??{}})),V=i(()=>C(o.floatingTarget)?o.floatingTarget.value:o.floatingTarget??null),E=i(()=>!!V.value),O=i(()=>!!o.showFloatingToolbar&&(!!V.value||!o.showSidebar)),R=i(()=>V.value??"body");return t([a,d,m,v,b],([e,t,i,s,r])=>{n("stateChange",{drawMode:e,lockAllDraw:t,drawVisible:i,selectedDrawMode:s,selectedDrawOptions:r})},{immediate:!0}),s({refreshDrawings:_,setDrawMode:k,clearSelectedDrawing:M}),(e,t)=>(l(),c(w,null,[A.value?(l(),D(ne,{key:0,"draw-mode":u(a),"lock-all-draw":u(d),"draw-visible":u(m),"selected-draw-mode":u(v),"selected-draw-options":u(b),"drawing-tools":u(P),runtime:u(y),"show-floating-toolbar":!1,"show-sidebar":!0},null,8,["draw-mode","lock-all-draw","draw-visible","selected-draw-mode","selected-draw-options","drawing-tools","runtime"])):x("",!0),O.value?(l(),D(T,{key:1,to:R.value,disabled:!E.value},[p("div",{class:"custom-drawing-overlay-widget__floating-layer",style:f(L.value)},[g(ne,{"draw-mode":u(a),"lock-all-draw":u(d),"draw-visible":u(m),"selected-draw-mode":u(v),"selected-draw-options":u(b),"drawing-tools":u(P),runtime:u(y),"show-floating-toolbar":!0,"show-sidebar":!1},null,8,["draw-mode","lock-all-draw","draw-visible","selected-draw-mode","selected-draw-options","drawing-tools","runtime"])],4)],8,["to","disabled"])):x("",!0)],64))}});export{K as D,Lt as _,At as a,Y as p,X as u};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as t,createElementBlock as e,createStaticVNode as s}from"vue";const r={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"Layer_1",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function o(o,a){return t(),e("svg",r,[...a[0]||(a[0]=[s('<linearGradient id="SVGID_1_" x1="0" x2="500.02" y1="229.983" y2="229.983" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0082fa;"></stop><stop offset="1" style="stop-color:#00f2fe;"></stop></linearGradient><path d="M60.6 86.4c3.1-3.9 6.4-7.7 9.7-11.4.1-.2.5-.2.6-.4.3-.4.8-.6 1.1-1l.3-.4c2.3-2.1 4.7-4.4 7.6-6.4q14.85-11.4 31.2-17.1C146 37.4 184.9 45 215.4 73.8c42.6 39.9 38.8 104.2 4.8 147-43 63.7-116.8 152.6-14.6 232.3 18.4 14.3 32 26.1 89.9 42.9-37.9 7-73 4.8-112-5.2-27.6-15.6-71.1-49-85.9-94.1-22.4-68.4 39.3-170.7 69.2-210.1 41-54.5-25.3-113.5-74.1-47.6C67.1 173.2 22.6 270.4 38 342.5c9.1 40.9 21.1 70.7 69 111.6-8.9-5.2-17.5-11.2-25.9-17.8-111.2-103.8-98.2-264-20.5-349.9" style="fill:url(#SVGID_1_);"></path><linearGradient id="SVGID_00000078740213109828645070000013776559398736168611_" x1="-.002" x2="500.018" y1="274.017" y2="274.017" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#0082fa;"></stop><stop offset="1" style="stop-color:#00f2fe;"></stop></linearGradient><path d="M439.4 413.6c-3.1 3.9-6.4 7.7-9.7 11.4-.1.2-.5.2-.6.4-.3.4-.8.6-1.1 1l-.3.4c-2.3 2.1-4.7 4.4-7.6 6.4q-14.85 11.4-31.2 17.1c-34.9 12.3-73.8 4.7-104.3-24.1-42.6-39.9-38.8-104.2-4.8-147 43-63.7 116.8-152.6 14.5-232.3-18.4-14.3-32-26.1-89.9-42.9 37.9-7 73-4.8 112 5.2 27.6 15.6 71.1 49 85.9 94.1 22.4 68.4-39.3 170.7-69.1 210.1-41 54.5 25.3 113.5 74.1 47.6 25.5-34.3 70.1-131.5 54.6-203.6-9.1-40.9-21.1-70.7-69-111.6 8.9 5.2 17.5 11.2 25.9 17.8 111.2 103.8 98.3 264.1 20.6 350" style="fill:url(#SVGID_00000078740213109828645070000013776559398736168611_);"></path>',4)])])}const a={render:o};export{a as default,o as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as l,createElementBlock as e,createStaticVNode as s}from"vue";const i={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"Layer_1",x:"0",y:"0",version:"1.1",viewBox:"991 -1000 2481 2500"};function y(y,c){return l(),e("svg",i,[...c[0]||(c[0]=[s('<ellipse cx="1949.742" cy="-307.702" rx="151.664" ry="150.147" style="fill:#b2a3f6;"></ellipse><ellipse cx="2382.995" cy="-479.25" rx="151.664" ry="150.147" style="fill:#b2a3f6;"></ellipse><ellipse cx="2556.398" cy="550.21" rx="151.664" ry="150.147" style="fill:#b2a3f6;"></ellipse><ellipse cx="1104.806" cy="400.063" rx="86.617" ry="85.774" style="fill:#b2a3f6;"></ellipse><ellipse cx="1343.087" cy="979.251" rx="65.047" ry="64.373" style="fill:#b2a3f6;"></ellipse><ellipse cx="2036.359" cy="1408.123" rx="65.047" ry="64.373" style="fill:#b2a3f6;"></ellipse><ellipse cx="3163.053" cy="1022.054" rx="65.047" ry="64.373" style="fill:#b2a3f6;"></ellipse><ellipse cx="2469.781" cy="893.476" rx="65.047" ry="64.373" style="fill:#b2a3f6;"></ellipse><ellipse cx="2859.726" cy="593.182" rx="65.047" ry="64.373" style="fill:#b2a3f6;"></ellipse><ellipse cx="2404.734" cy="1386.721" rx="86.617" ry="85.774" style="fill:#b2a3f6;"></ellipse><ellipse cx="2794.678" cy="314.289" rx="86.617" ry="85.774" style="fill:#b2a3f6;"></ellipse><ellipse cx="2924.772" cy="1172.201" rx="86.617" ry="85.774" style="fill:#b2a3f6;"></ellipse><ellipse cx="1212.993" cy="721.928" rx="108.355" ry="107.176" style="fill:#b2a3f6;"></ellipse><ellipse cx="2253.07" cy="1107.828" rx="151.664" ry="150.147" style="fill:#b2a3f6;"></ellipse><ellipse cx="1429.703" cy="378.662" rx="151.664" ry="150.147" style="fill:#b2a3f6;"></ellipse><ellipse cx="2253.07" cy="764.73" rx="108.355" ry="107.176" style="fill:#b2a3f6;"></ellipse><ellipse cx="1733.031" cy="-135.985" rx="65.047" ry="64.373" style="fill:#b2a3f6;"></ellipse><ellipse cx="2144.714" cy="56.966" rx="129.925" ry="128.746" style="fill:#b2a3f6;"></ellipse><ellipse cx="2448.042" cy="228.514" rx="86.617" ry="85.774" style="fill:#b2a3f6;"></ellipse><ellipse cx="2599.706" cy="-822.348" rx="65.047" ry="64.373" style="fill:#b2a3f6;"></ellipse><ellipse cx="2296.378" cy="-865.319" rx="108.355" ry="107.176" style="fill:#b2a3f6;"></ellipse><ellipse cx="2361.425" cy="-157.555" rx="86.617" ry="85.774" style="fill:#b2a3f6;"></ellipse><ellipse cx="1538.059" cy="743.329" rx="129.925" ry="128.746" style="fill:#b2a3f6;"></ellipse><ellipse cx="2794.678" cy="871.906" rx="129.925" ry="128.746" style="fill:#b2a3f6;"></ellipse><ellipse cx="2621.445" cy="1172.201" rx="129.925" ry="128.746" style="fill:#b2a3f6;"></ellipse><ellipse cx="1603.106" cy="1150.799" rx="151.664" ry="150.147" style="fill:#b2a3f6;"></ellipse><ellipse cx="1148.114" cy="56.966" rx="129.925" ry="128.746" style="fill:#b2a3f6;"></ellipse><ellipse cx="1798.078" cy="228.514" rx="173.402" ry="171.549" style="fill:#fc4c04;"></ellipse><ellipse cx="2708.062" cy="-28.809" rx="173.402" ry="171.549" style="fill:#fc4c04;"></ellipse><ellipse cx="3184.623" cy="743.329" rx="129.926" ry="128.746" style="fill:#fc4c04;"></ellipse><ellipse cx="3314.717" cy="228.514" rx="129.926" ry="128.746" style="fill:#fc4c04;"></ellipse><ellipse cx="2816.417" cy="-350.505" rx="108.355" ry="107.176" style="fill:#fc4c04;"></ellipse><ellipse cx="2837.987" cy="-672.201" rx="86.617" ry="85.774" style="fill:#fc4c04;"></ellipse><ellipse cx="3032.959" cy="-565.025" rx="65.047" ry="64.373" style="fill:#fc4c04;"></ellipse><ellipse cx="3379.764" cy="-50.21" rx="65.047" ry="64.373" style="fill:#fc4c04;"></ellipse><ellipse cx="1516.32" cy="-607.828" rx="65.047" ry="64.373" style="fill:#fc4c04;"></ellipse><ellipse cx="1429.703" cy="-50.21" rx="65.047" ry="64.373" style="fill:#fc4c04;"></ellipse><ellipse cx="1603.106" cy="35.564" rx="65.047" ry="64.373" style="fill:#fc4c04;"></ellipse><ellipse cx="1819.648" cy="-779.545" rx="65.047" ry="64.373" style="fill:#fc4c04;"></ellipse><ellipse cx="3379.764" cy="507.407" rx="65.047" ry="64.373" style="fill:#fc4c04;"></ellipse><ellipse cx="3163.053" cy="-264.73" rx="151.664" ry="150.147" style="fill:#fc4c04;"></ellipse><ellipse cx="3032.959" cy="121.339" rx="108.355" ry="107.176" style="fill:#fc4c04;"></ellipse><ellipse cx="1559.797" cy="-350.505" rx="108.355" ry="107.176" style="fill:#fc4c04;"></ellipse><ellipse cx="2036.359" cy="-650.799" rx="108.355" ry="107.176" style="fill:#fc4c04;"></ellipse><ellipse cx="1754.77" cy="-586.426" rx="86.617" ry="85.774" style="fill:#fc4c04;"></ellipse><ellipse cx="1278.04" cy="-243.329" rx="86.617" ry="85.774" style="fill:#fc4c04;"></ellipse><ellipse cx="3098.006" cy="443.035" rx="86.617" ry="85.774" style="fill:#fc4c04;"></ellipse><ellipse cx="2166.453" cy="421.633" rx="151.664" ry="150.147" style="fill:#fc4c04;"></ellipse><ellipse cx="1884.695" cy="571.78" rx="86.617" ry="85.774" style="fill:#fc4c04;"></ellipse><ellipse cx="1928.004" cy="871.906" rx="129.925" ry="128.746" style="fill:#fc4c04;"></ellipse><ellipse cx="1928.004" cy="1172.201" rx="86.617" ry="85.774" style="fill:#fc4c04;"></ellipse>',51)])])}const c={render:y};export{c as default,y as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as t,createElementBlock as s,createStaticVNode as e}from"vue";const l={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"Layer_1",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function o(o,a){return t(),s("svg",l,[...a[0]||(a[0]=[e('<circle cx="250" cy="250" r="250" style="fill:#3a456b;"></circle><path d="m223.1 181.5 27.8-27.2 27.6 28.1 39.4.4-.4 39.3 27.6 28.1-28.1 27.6c-.2 15.5 12.2 28.2 27.7 28.4l89 .9c31.5-101.6-25.4-209.4-126.9-240.9-78.3-24.3-163.4 3.7-212 69.7-13.5 18.3-.2 44.3 22.6 44.5z" class="st1"></path><path d="M277.1 317 249 344.5l-27.6-28.1-39.4-.4.4-39.4-27.6-28.1 28.1-27.6c.2-15.6-12.4-28.4-28-28.6l-88.5-.9c-6.9 21.7-9.9 44.5-8.8 67.2 4.2 97.2 81.9 176.9 178.9 183.5 66.6 4.7 130.9-25.5 169.8-79.8 8.9-12.7 5.9-30.2-6.7-39.1-4.7-3.3-10.2-5.1-15.9-5.1z" class="st1"></path><path d="m301.6 229.3-.1-.1.3-30.1-29.9-.3h-.1l-21-21.5-21.4 21-.1.1-30.1-.3-.3 29.9v.2l-21.5 21 21 21.4.1.1-.3 30.1 29.9.3h.2l21 21.5 21.4-21 .1-.1 30.1.3.3-29.9v-.2l21.5-21z" style="fill:#4dbd97;"></path><linearGradient id="SVGID_1_" x1="6951.356" x2="7060.258" y1="-2846.492" y2="-2846.492" gradientTransform="matrix(1 .00977 .00977 -1 -6727.774 -2664.842)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#fff;"></stop><stop offset="1" style="stop-color:#fff;stop-opacity:0;"></stop></linearGradient><path d="m288.7 234.5.1-22.6-22.5-.2h-.1l-15.8-16.1-16 15.7-.1.1-22.5-.2-.2 22.4v.1l-16.1 15.8 15.7 16 .1.1-.2 22.5 22.4.2h.1l15.8 16.1 16-15.7.1-.1 22.5.2.2-22.4v-.1l16.1-15.8z" style="opacity:.46;fill:url(#SVGID_1_);"></path><linearGradient id="SVGID_00000159461305469791838150000008752326534606783369_" x1="6133.779" x2="6253.516" y1="-718.545" y2="-669.575" gradientTransform="scale(1 -1)rotate(-23.299 4309.697 13888.182)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#fff;"></stop><stop offset="1" style="stop-color:#fff;stop-opacity:0;"></stop></linearGradient><path d="m291.7 250.7 8.9-20.8L280 221h-.1l-8.3-21-20.9 8.3h-.1l-20.7-8.9L221 220v.1l-21 8.3 8.3 20.9v.1l-8.9 20.7L220 279h.1l8.3 21 20.9-8.3h.1l20.7 8.9L279 280v-.1l21-8.3c0-.1-8.3-20.9-8.3-20.9" style="opacity:.46;fill:url(#SVGID_00000159461305469791838150000008752326534606783369_);"></path><linearGradient id="SVGID_00000083778007943932712530000000193143846996957600_" x1="6974.947" x2="7036.667" y1="-2846.492" y2="-2846.492" gradientTransform="matrix(1 .00977 .00977 -1 -6727.774 -2664.842)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#fff;"></stop><stop offset="1" style="stop-color:#fff;stop-opacity:0;"></stop></linearGradient><path d="m271.9 241.2.1-12.8-12.7-.1-8.9-9.1-9.1 8.9-12.8-.1-.1 12.7v.1l-9.1 8.9 8.9 9.1-.1 12.8 12.7.1h.1l8.9 9.1 9.1-8.9 12.8.1.1-12.7v-.1l9.1-8.9c-.1 0-9-9.1-9-9.1" style="opacity:.46;fill:url(#SVGID_00000083778007943932712530000000193143846996957600_);"></path><linearGradient id="SVGID_00000148633482093846160810000005887943410081626026_" x1="6150.379" x2="6218.244" y1="-711.758" y2="-683.995" gradientTransform="scale(1 -1)rotate(-23.299 4309.697 13888.182)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#fff;"></stop><stop offset="1" style="stop-color:#fff;stop-opacity:0;"></stop></linearGradient><path d="m273.6 250.4 5-11.8-11.7-5-4.7-11.9-11.8 4.7h-.1l-11.7-5.1-5 11.7-11.9 4.7 4.7 11.8-5.1 11.7 11.7 5 4.7 11.9 11.8-4.7 11.7 5.1 5-11.7 11.9-4.7z" style="opacity:.46;fill:url(#SVGID_00000148633482093846160810000005887943410081626026_);"></path>',12)])])}const a={render:o};export{a as default,o as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as e,createElementBlock as r,createElementVNode as t}from"vue";const n={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"Layer_1",x:"0",y:"0",version:"1.1",viewBox:"1665.5 0 500 500"};function o(o,s){return e(),r("svg",n,[...s[0]||(s[0]=[t("path",{d:"m1915.5 5.753-211.531 122.124v244.247L1915.5 494.247l211.531-122.124V127.876zm4.325 395.609-162.361-92.603.658-45.033 161.609 92.509 77.937-44.938-52.272-30.178-19.555 11.282-36.665-21.059 19.649-11.376-25.666-14.854-15.512 9.025-36.759-21.059 15.606-9.025-82.826-47.853 156.063-90.065 147.225 83.954-39.486 22.939-107.74-61.767-77.937 44.938 43.622 25.196 22.281-12.974 36.759 21.059-22.469 12.974 25.666 14.854 18.239-10.624 36.759 21.059-18.427 10.718 91.381 52.742z"},null,-1)])])}const s={render:o};export{s as default,o as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as c,createElementBlock as m,createElementVNode as M}from"vue";const e={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"Layer_1",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function r(r,t){return c(),m("svg",e,[...t[0]||(t[0]=[M("path",{id:"XMLID_4_",d:"M362.853 427.519c-1.432-15.79 13.904-26.773 26.744-26.407 16.128.461 27.509 11.518 27.458 26.05-.052 15.002-12.041 25.511-27.559 25.952-12.806.363-27.815-10.898-26.643-25.595M340.836 37.604c-7.306 5.55-11.052 16.253-9.179 24.714 4.116 18.593 26.633 27.498 43.469 15.665 7.917-5.564 12.053-13.639 10.749-23.236-1.948-14.332-12.884-22.974-27.536-22.921-6.836.024-12.306 1.83-17.503 5.778M18.506 248.417c-7.303 6.154-10.366 14.156-8.697 23.875 2.63 15.315 18.099 25.27 35.802 19.932 14.904-4.494 23.834-21.654 14.94-36.743-5.275-8.948-13.315-13.411-24.48-13.172-6.298-.627-12.452 1.799-17.565 6.108M307.34 445.442c-.013-14.151-11.148-21.799-23.199-22.215-12.648-.436-23.406 10.457-23.494 22.233-.089 11.96 10.675 22.103 23.459 22.105 12.829.002 23.246-9.873 23.234-22.123m97.355-310.262c.064 11.876 11.398 22.422 23.558 22.17 12.746-.264 23.268-10.5 23.14-22.51-.13-12.148-10.707-22.023-23.525-21.964-10.271-.55-23.248 8.364-23.173 22.304M95.576 249.11c12.432.895 24.701-10.73 24.037-22.698-.715-12.892-10.758-20.979-23.014-21.706-13.107-.777-24.839 11.529-23.514 21.642-1.064 10.604 6.921 21.641 22.491 22.762m.522-77.37c-.488-11.782-10.043-21.807-23.955-21.561-12.552.222-22.86 10.243-22.569 21.788.325 12.928 9.576 21.97 23.198 21.92 13.133-.047 23.84-9.734 23.326-22.147m270.889-22.871c12.388-.216 23.33-10.33 22.887-21.898-.499-13.036-11.173-22.024-23.653-21.915-14.778.129-23.991 11.934-22.907 22.239.089 12.399 10.41 21.805 23.673 21.574M299.23 398.864c-.028 10.525 4.992 17.225 16.312 21.14 9.052 3.131 21.108-1.153 26.236-8.903 4.699-7.101 5.184-14.686 1.475-22.126-4.128-8.282-11.477-11.796-21.37-11.853-11.415-.909-22.616 7.72-22.653 21.742m-126.18 42.574c-.037 10.208 8.939 18.906 19.78 18.874 11.29-.033 19.882-7.129 20.275-19.249.33-10.191-9.449-18.531-20.216-18.46-10.891.072-19.801 8.531-19.839 18.835m205.958-255.765c-.137-10.473-9.8-19.119-20.989-18.78-10.793.326-19.615 9.228-19.214 19.387.413 10.457 9.34 18.549 20.289 18.391 10.606-.153 20.043-9.156 19.914-18.998M102.075 99.625c.134 10.321 9.315 18.786 20.138 18.568 10.726-.216 19.653-9.103 19.471-19.383-.184-10.328-9.188-18.497-20.242-18.364-10.936.132-19.504 8.617-19.367 19.179m52.063 122.968c10.666-.425 19.793-9.458 19.668-19.466-.124-10.014-9.535-18.35-20.591-18.24-11.528.114-19.264 7.867-19.101 19.141.153 10.482 9.33 18.991 20.024 18.565m269.695-10.494c12.831-1.129 21.574-16.144 13.651-28.172-4.31-6.542-10.661-8.695-17.585-8.926-10.555-.352-18.452 8.26-19.113 18.545-.563 8.766 7.156 19.036 18.57 18.835 1.492-.092 2.988-.151 4.477-.282M253.744 409.367c-.57-9.985-8.892-18.518-19.166-18.801-10.547-.291-21.067 9.462-20.483 19.568.617 10.685 9.511 18.931 20.426 18.176 10.501.625 19.831-8.285 19.223-18.943m235.827-197.468c-.478-10.603-8.488-19.563-19.475-19.071-11.656.522-19.616 7.79-20.077 18.823-.404 9.686 8.314 19.176 19.807 18.625 12.02.659 20.157-9.263 19.745-18.377M252.904 363.665c.509 10.216 8.605 18.327 19.162 18.489 10.776.166 21.279-9.449 20.512-19.4-.812-10.533-9.242-18.705-20.512-18.042-10.597-.553-19.694 8.28-19.162 18.953M134.956 166.88c9.209-1.691 16.503-11.105 15.191-20.128-2.109-14.499-20.121-21.685-31.976-12.987-6.686 4.905-9.408 13.626-6.715 21.512 2.511 7.353 9.99 12.037 19.838 11.92.697-.056 2.205-.049 3.662-.317m6.779 235.757c-.127 9.027 7.77 16.355 17.592 16.326 9.038-.027 16.683-7.584 16.549-16.358-.134-8.72-7.861-15.925-17.078-15.923-9.231.002-16.94 7.21-17.063 15.955m198.967-185.578c-8.863-.044-17.272 8.321-17.18 15.876.11 8.984 8.116 16.821 17.464 16.589 9.004-.223 16.681-7.781 16.689-16.43.046-8.334-8.448-15.993-16.973-16.035M183.01 123.75c-8.856.216-16.759 6.001-17.641 15.781-.772 8.566 7.201 16.158 16.619 16.528 9.225.362 17.098-6.736 17.321-15.615 1.136-8.625-8.178-16.893-16.299-16.694m236.12 117.524c-.668-9.085-7.4-16.208-16.797-16.391-8.41-.164-17.083 8.102-17.217 16.408-.136 8.467 7.832 15.734 17.255 15.738 8.341 1.124 17.394-7.106 16.759-15.755m-196.37-46.507c.013-9.51-6.626-15.751-16.722-15.721-9.26.028-17.359 7.391-17.352 15.774.007 8.443 7.994 15.658 17.317 15.642 10.113-.017 16.744-6.227 16.757-15.695m-5.574 176.441c-.003-8.55-7.865-15.703-17.247-15.69-10.199.014-16.789 6.132-16.833 15.627-.042 9.083 7.009 15.659 16.853 15.72 9.347.057 17.23-7.107 17.227-15.657m3.843-46.57c.07 8.587 7.846 15.533 17.391 15.533 10.121 0 16.741-6.24 16.709-15.75-.031-9.107-7.1-15.564-17.009-15.537-9.397.027-17.16 7.182-17.091 15.754m247.914-64.951c-.523-9.944-7.162-16.555-17.52-16.716-7.545-.118-16.89 6.238-16.307 16.643.512 9.13 7.253 15.497 17.229 15.404 9.007-.084 17.035-7.018 16.598-15.331M157.561 90.953c.219 9.373 7.175 15.42 17.374 15.103 9.552-.297 15.829-6.598 15.775-15.836-.056-9.533-6.795-15.734-16.922-15.571-9.934.159-16.451 6.708-16.227 16.304m173.054 178.29c.211-7.592-6.037-13.745-14.271-14.052-7.781-.291-14.404 5.905-14.493 13.558-.099 8.531 5.009 13.55 13.929 13.687 8.294.126 14.62-5.5 14.835-13.193m-64.79-72.188c-.126-7.749-6.531-13.92-14.467-13.936-7.977-.017-14.392 6.077-14.412 13.69-.022 8.545 5.117 13.489 14.064 13.531 8.214.037 14.933-5.987 14.815-13.285M152.52 364.188c-.22-7.775-6.776-13.771-14.731-13.474-7.775.29-14.234 6.878-14.094 14.377.131 7.071 7.363 13.509 15.102 13.446 8.03-.065 13.952-6.257 13.723-14.349m50.505-78.179c-.293 7.519 6.274 13.948 14.416 14.112 7.805.157 14.155-5.488 14.427-12.826.318-8.578-4.982-14.195-13.544-14.355-8.42-.157-15.003 5.467-15.299 13.069m160.185-8.852c-.12 7.648 6.416 13.819 14.526 13.952 8.074.133 14.784-7.233 14.362-14.056-.469-7.578-5.865-13.068-13.959-13.18-8.407-.116-14.808 5.579-14.929 13.284M213.416 142.112c.327 7.447 5.942 13.601 13.504 13.89 7.835.3 15.127-5.901 15.46-13.146.348-7.596-6.073-13.912-14.226-13.994-7.154-.879-15.091 5.202-14.738 13.25m20.155-48.855c.211-8.004-5.912-14.48-13.758-14.551-8.206-.075-14.965 5.952-15.088 13.452-.127 7.716 6.208 13.756 14.442 13.772 8.198.017 14.209-5.272 14.404-12.673M165.1 332.602c-.12 8.23 6.4 14.416 15.028 14.255 7.529-.14 13.754-6.337 13.759-13.697.006-7.792-6.222-13.512-14.655-13.46-8.097.051-14.023 5.461-14.132 12.902m248.072-36.936c.167 7.281 6.453 13.334 13.933 13.417 7.734.086 14.509-6.292 14.742-13.879.231-7.528-6.318-13.472-14.764-13.4-8.833.076-14.106 5.33-13.911 13.862m-13.936 13.371c-6.391.092-12.449 5.868-12.337 11.763.108 5.707 6.497 11.547 12.752 11.656 7.07.123 12.272-5.248 12.15-12.545-.109-6.586-5.186-10.98-12.565-10.874m-178.359-57.646c.3-6.24-6.224-12.526-12.812-12.343-6.271.174-12.381 6.149-12.275 12.003.117 6.496 5.435 11.422 12.416 11.5 7.093.081 12.353-4.553 12.671-11.16m54.488-43.932c.03 5.865 6.713 11.685 12.799 11.503 6.633-.199 11.586-5.482 12.155-11.876.515-5.777-5.598-12.439-11.97-11.501-8.191-.805-13.009 6.815-12.984 11.874m-6.632-104.264c.317-6.283-5.101-11.818-11.76-12.014-7.57-.223-12.535 3.852-12.819 10.522-.314 7.36 4.616 12.736 11.788 12.855 6.521.109 12.479-5.185 12.791-11.363m8.022 49.058c.012-6.216-5.82-12.121-11.926-12.076-6.448.047-12.738 5.58-12.979 11.418-.283 6.83 5.206 11.956 12.801 11.955 7.339-.001 12.091-4.437 12.104-11.297M157.898 297.61c.019 7.058 5.386 11.62 12.905 11.755 5.779.104 12.041-6.083 11.924-12.227-.112-5.892-6.618-11.41-12.918-11.342-6.871.074-11.93 5.091-11.911 11.814m-41.477 31.643c-.371 4.996 5.501 11.603 12.233 12.124 6.35.491 13.013-6.029 12.905-12.316-.111-6.431-5.443-11.091-12.656-11.063-7.233.028-11.991 4.63-12.482 11.255m246.395-26.163c.387-5.963-5.447-11.827-11.949-12.011-7.725-.219-12.93 4.433-12.926 11.552.004 6.645 5.171 11.754 11.966 11.832 6.314.071 12.521-5.398 12.909-11.373m-74.057-20.573c-5.809-.778-11.778 4.855-12.253 10.654-.59 7.187 3.674 12.192 10.733 12.599 7.476.431 12.653-3.604 13.154-10.252.522-8.304-3.936-11.969-11.634-13.001m4.739-124.937c-5.906-.144-10.94 3.984-11.193 9.178-.264 5.429 5.233 10.843 10.911 10.745 5.564-.096 10.485-4.792 10.521-10.04.042-5.918-3.907-9.729-10.239-9.883m78.447 189.164c4.999-.009 10.354-5.176 10.611-10.24.254-5.011-4.829-9.659-10.652-9.74-6.597-.092-10.432 3.267-10.571 9.258-.137 5.89 4.656 10.733 10.612 10.722m-87.101-239.25c-6.292.003-11.099 4.711-10.735 10.515.359 5.726 4.672 9.398 10.922 9.299 6.421-.101 10.13-3.747 10.031-9.862-.095-5.946-4.21-9.954-10.218-9.952M169.89 256.883c-6.476-.173-11.279 4.169-11.135 10.066.134 5.47 4.798 9.731 10.691 9.766 6.099.037 10.144-3.814 10.29-9.795.149-6.159-3.488-9.867-9.846-10.037m141.354 62.131c.217 4.985 5.705 9.938 10.937 9.804 5.18-.132 10.888-5.403 10.508-10.09-.491-6.046-3.8-9.711-10.207-9.836-6.17-.12-11.475 4.658-11.238 10.122m-193.155-20.648c.018 5.402 4.739 10.317 10.044 10.458 5.334.141 11.347-5.694 11.101-10.774-.241-4.984-5.71-9.881-11.008-9.857-5.621.025-10.155 4.576-10.137 10.173m218.12 46.303c-.084 4.184 4.184 8.793 8.636 8.76 5.296-.039 9.79-4.748 9.439-8.884-.421-4.963-3.387-8.295-8.523-8.391-5.444-.101-9.45 3.47-9.552 8.515M125.37 272.578c.009 4.817 4.311 9.082 9.044 8.965 4.564-.112 9.286-4.999 8.959-9.272-.367-4.791-4.651-8.347-9.813-8.143-5.005.198-8.199 3.494-8.19 8.45m189.168-137.081c.145-5.128-3.6-8.576-9.272-8.538-5.317.036-8.644 3.103-8.741 8.06-.106 5.396 3.31 8.546 9.175 8.46 5.337-.08 8.7-3.116 8.838-7.982"},null,-1)])])}const t={render:r};export{t as default,r as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as t,createElementBlock as l,createStaticVNode as d}from"vue";const a={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"Layer_2",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function p(p,e){return t(),l("svg",a,[...e[0]||(e[0]=[d('<path d="m299.359 129.091-98.718-55.039 98.718-55.04z" style="fill:#32dfc5;"></path><path d="m188.726 174.024-98.717-55.039 98.717-55.039z" style="fill:#67e9d1;"></path><path d="m173.096 277.678-98.717-55.04 98.717-55.039z" style="fill:#0bdbb5;"></path><path d="M101.924 375.572 3.207 320.533l98.717-55.039z" style="fill:#72ebd6;"></path><path d="m279.615 452.078-98.717-55.039L279.615 342z" style="fill:#99efe9;"></path><path d="m496.793 349.248-98.717-55.04 98.717-55.039z" style="fill:#1dd7d6;"></path><path d="m496.793 239.169-98.717-55.039 98.717-55.039z" style="fill:#00d4cd;"></path><path d="m398.076 184.13-98.717-55.039 98.717-55.039z" style="fill:#00d6c2;"></path><path d="m299.359 349.248-98.718-55.04 98.718-55.039z" style="fill:#67e7dc;"></path><path d="m287.443 231.987-98.717-55.04 98.717-55.039z" style="fill:#6ae6d9;"></path><path d="m52.565 124.478 98.718 55.04-98.718 55.039zM101.924 237.935l98.717 55.04-98.717 55.039z" style="fill:#99f1dd;"></path><path d="m188.726 108.447 98.717 55.039-98.717 55.039z" style="fill:#0bdabb;"></path><path d="m167.337 320.533 98.718 55.039-98.718 55.04z" style="fill:#1bdac7;"></path><path d="m301.428 369.892 98.718 55.039-98.718 55.039z" style="fill:#4de3de;"></path><path d="m398.076 294.208 98.717 55.04-98.717 55.039z" style="fill:#00d3d3;"></path><path d="m398.076 184.13 98.717 55.039-98.717 55.039z" style="fill:#34ded6;"></path><path d="m398.076 74.052 98.717 55.039-98.717 55.039z" style="fill:#19dacd;"></path><path d="m299.359 129.091 98.717 55.039-98.717 55.039z" style="fill:#34dfd0;"></path><path d="m299.359 19.012 98.717 55.04-98.717 55.039z" style="fill:#00d7bc;"></path><path d="m299.359 239.169 98.717 55.04-98.717 55.039z" style="fill:#34dfd3;"></path><path d="m398.076 294.209-98.717-55.04 98.717-55.039z" style="fill:#0dd8cb;"></path><path d="m398.076 404.287-98.717-55.039 98.717-55.04z" style="fill:#4be2dc;"></path>',22)])])}const e={render:p};export{e as default,p as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as c,createElementBlock as s,createStaticVNode as t}from"vue";const a={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"iq",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function p(p,m){return c(),s("svg",a,[...m[0]||(m[0]=[t('<path d="M468.2 295.4c0 9.6-1.8 18.9-5 27.4-11.1 29.1-39.2 49.7-72.2 49.7-33.7 0-62.4-21.6-72.9-51.7-62.3 4.5-98-23.3-112.8-76.4-37.4-10.2-65-44.3-65-85 0-26.3 11.5-49.8 29.8-66 15.5-13.7 36-22.1 58.4-22.1 25.7 0 48.8 10.9 64.9 28.4 10.8-7.1 23.8-11.2 37.6-11.2 9.7 0 18.9 2 27.3 5.6 24.2 10.4 41.3 34.4 41.6 62.3v2.2c3.5-.8 7.2-1.2 10.9-1.2 16.8 0 31.7 8 41.1 20.5 6.5 8.6 10.4 19.4 10.4 31 0 12.1-4.2 23.8-12 33l-1.8 2.1c12.3 13.7 19.7 31.7 19.7 51.4" class="st0"></path><path d="M392.9 301.1c-49.9 0-90.4-40.5-90.4-90.3 0-22.7 8.5-44.4 23.9-61.2 2-2.1 5.3-2.3 7.4-.3s2.3 5.3.3 7.4c-13.6 14.8-21.1 34-21.1 54.1 0 44 35.9 79.8 80 79.8 5.7 0 11.4-.6 17-1.8 2.9-.6 5.6 1.2 6.2 4s-1.2 5.6-4 6.2c-6.5 1.4-12.9 2.1-19.3 2.1M283.9 186c-33.7 0-62-26.3-64.3-59.9-.2-2.9 2-5.4 4.9-5.6 3-.2 5.4 2 5.6 4.9 2 28.1 25.6 50.1 53.9 50.1 2.9 0 5.2 2.3 5.2 5.2s-2.4 5.3-5.3 5.3m94.2-11.4c-1.5 0-3-.6-4-1.9-1.8-2.2-1.5-5.5.7-7.4 7-5.8 15.3-9.8 24.2-11.7 2.9-.7 5.6 1.2 6.2 4s-1.2 5.6-4 6.2c-7.2 1.5-14 4.8-19.6 9.5-1.2.9-2.3 1.3-3.5 1.3M269.8 131q-1.2 0-2.4-.6c-2.6-1.3-3.6-4.5-2.2-7.1 5.9-11.3 14.6-20.9 25.3-27.9 2.4-1.6 5.7-.9 7.3 1.5s.9 5.7-1.5 7.3c-9.2 6-16.7 14.3-21.8 24-1 1.7-2.8 2.8-4.7 2.8" class="st1"></path><path d="M391 377.1c-33.6 0-63.7-20.6-76-51.6-59.3 3.2-97.2-22.9-113.4-77.4-38.9-11.7-65.8-47.8-65.8-88.7 0-51.1 41.6-92.6 92.8-92.6 24.6 0 48.3 9.9 65.6 27.2 11.1-6.5 23.8-10 36.8-10 39.1 0 71.2 30.7 73.4 69.3 2.1-.2 4.3-.4 6.5-.4 30.9 0 56.1 25.2 56.1 56.1 0 12.9-4.4 25.2-12.4 35.1 11.7 14.5 18.1 32.5 18.1 51.3.1 45-36.6 81.7-81.7 81.7m-72.9-61c1.9 0 3.7 1.2 4.3 3.1 10.1 29.1 37.7 48.7 68.6 48.7 40 0 72.6-32.5 72.6-72.5 0-17.9-6.6-35-18.4-48.3-1.6-1.8-1.6-4.5.1-6.2 8.1-8.7 12.6-20.1 12.6-32 0-25.9-21.1-46.9-47-46.9-3.4 0-6.7.4-10 1.1-1.4.3-2.8 0-3.9-.9a4.6 4.6 0 0 1-1.7-3.6v-1.2c0-35.4-28.9-64.3-64.4-64.3-12.6 0-24.7 3.6-35.1 10.4-1.9 1.2-4.4.9-5.9-.7-15.8-17.1-38.2-26.9-61.5-26.9-46.1 0-83.6 37.4-83.6 83.5 0 37.6 25.3 70.7 61.6 80.5 1.6.4 2.8 1.6 3.2 3.2 14.9 53.3 50.2 77.2 108.1 73z" class="st1"></path><path d="M448.6 244.1s-6-6.2-14.2-12.7m-216 152.4c-3.4-7-5.5-14.6-6.4-22.4"></path><path d="M218.5 389.1c-2 0-3.8-1.1-4.7-3-3.6-7.6-6-15.7-6.9-24.1-.3-2.9 1.8-5.5 4.6-5.8 2.9-.3 5.5 1.8 5.8 4.6.8 7.2 2.8 14.1 5.9 20.7 1.3 2.6.1 5.7-2.5 7-.7.4-1.5.6-2.2.6m230.1-139.8c-1.4 0-2.7-.5-3.8-1.6-.1-.1-5.9-6-13.7-12.2a5.26 5.26 0 0 1-.9-7.4c1.8-2.3 5.1-2.7 7.4-.9 8.4 6.6 14.4 12.9 14.7 13.1 2 2.1 2 5.4-.1 7.4-1 1.1-2.3 1.6-3.6 1.6" class="st1"></path><path d="M369.8 330.2c2.7 7.6 4.1 15.5 4.1 23.6 0 41.3-36.3 74.8-81.1 74.8-33.2 0-61.8-18.4-74.3-44.8-10.3 7-22.7 11.1-36 11.1-29.8 0-55-20.5-62.9-48.5-5.6 1.4-11.4 2.1-17.2 2.1-39 0-70.6-31.5-70.6-70.5 0-29.9 18.6-55.4 45-65.7-1-4.3-1.6-8.7-1.6-13.3 0-35.3 32.8-63.9 73.4-63.9 23.3 0 44 9.4 57.4 24.2 10.8-5.8 23.2-9.1 36.4-9.1 41.1 0 74.3 31.8 74.3 71 0 .9 0 1.8-.1 2.8 33.9 6.2 59.6 37.3 59.6 74.7.1 11.3-2.2 22-6.4 31.5" class="st0"></path><path d="M119.6 351.7c-2.3 0-4.4-1.5-5-3.8-1.8-6.5-2.8-13.3-2.8-20.1 0-27.8 15.1-52.7 39.5-65 2.6-1.3 5.7-.3 7 2.3s.3 5.7-2.3 7c-20.8 10.5-33.7 31.8-33.7 55.7 0 5.9.8 11.7 2.4 17.3.8 2.8-.8 5.7-3.6 6.5-.6 0-1.1.1-1.5.1m250.2-16.2c-2.1 0-4.2-1.3-4.9-3.5-4.6-12.7-13.1-23.9-24.5-32.4-2.3-1.7-2.8-5-1.1-7.3s5-2.8 7.3-1.1c13.1 9.7 22.9 22.6 28.1 37.3 1 2.7-.4 5.7-3.2 6.7-.5.2-1.1.3-1.7.3m-293-117.8c-2.1 0-4.1-1.3-4.9-3.3-1.1-2.7.3-5.7 3-6.8q9.45-3.75 19.8-4.8c2.9-.3 5.5 1.8 5.8 4.7s-1.8 5.5-4.7 5.8c-5.9.6-11.6 2-17 4.1-.8.1-1.4.3-2 .3m105.7-33.2c-1.1 0-2.2-.4-3.2-1.1a5.26 5.26 0 0 1-.9-7.4c6.7-8.6 15.4-16 25.1-21.2 2.6-1.4 5.7-.4 7.1 2.1s.4 5.7-2.1 7.1c-8.5 4.6-16 10.9-21.8 18.4-1.1 1.4-2.6 2.1-4.2 2.1" class="st1"></path><path d="M292.8 433.2c-32.2 0-61.5-16.7-76.1-42.8-10.4 6-22.2 9.2-34.2 9.2-29.6 0-56.2-19.4-66-47.7-4.6.9-9.3 1.3-14 1.3h-.1c-41.4 0-75.1-33.7-75.1-75 0-29.9 17.3-56.3 44.3-68.4q-.9-5.25-.9-10.5c0-37.8 35-68.5 77.9-68.5 22.5 0 43.6 8.4 58.4 23.1 11-5.3 23.2-8 35.5-8 43.2 0 78.4 33.4 78.9 74.6 34.8 8.3 59.6 40.6 59.6 78.4 0 11-2.1 21.7-6.2 31.7 2.5 7.6 3.8 15.4 3.8 23.4-.1 43.6-38.6 79.2-85.8 79.2m-74.3-53.9c.4 0 .8.1 1.2.2 1.3.3 2.4 1.2 2.9 2.5 12.2 25.6 39.7 42.2 70.2 42.2 42.2 0 76.6-31.5 76.6-70.2 0-7.5-1.3-14.9-3.8-22-.4-1.1-.4-2.3.1-3.4 4.1-9.3 6.1-19.3 6.1-29.7 0-34.7-23.5-64.2-55.9-70.2-2.3-.4-3.9-2.5-3.7-4.8 0-.8.1-1.6.1-2.4 0-36.7-31.3-66.5-69.7-66.5-12 0-23.8 3-34.3 8.5-1.8 1-4.1.6-5.6-1-13.1-14.4-32.8-22.7-54.1-22.7-37.9 0-68.8 26.6-68.8 59.3 0 4.1.5 8.2 1.5 12.2.5 2.2-.7 4.5-2.8 5.4-25.5 9.9-42 34-42 61.4 0 36.3 29.6 65.9 66 65.9 5-.3 10.8-.7 16.1-2 2.4-.6 4.9.8 5.5 3.2 7.5 26.6 31.5 45.2 58.5 45.2 11.9 0 23.5-3.6 33.4-10.3.6-.6 1.5-.8 2.5-.8" class="st1"></path><path d="M268.2 339.6c-33.8 0-61.4-27.5-61.4-61.3 0-14.1 4.9-27.9 13.8-38.8 1.8-2.2 5.1-2.6 7.4-.7 2.2 1.8 2.6 5.1.7 7.4-7.4 9-11.5 20.4-11.5 32.1 0 28 22.8 50.8 50.9 50.8 15.5 0 30-7 39.8-19.1 1.8-2.3 5.1-2.6 7.4-.8s2.6 5.1.8 7.4c-11.7 14.6-29.2 23-47.9 23m-14.9-89.2c-1.3 0-2.6-.5-3.6-1.4-2.1-2-2.2-5.3-.2-7.4 17.8-18.7 43.6-27.1 68.2-22.6 2.9.5 4.7 3.2 4.2 6.1s-3.3 4.8-6.1 4.2c-21.1-3.8-43.3 3.4-58.7 19.5-1.1 1.1-2.5 1.6-3.8 1.6" class="st1"></path><path d="M293 362c0-11-2.8-21.4-7.7-30.4m-109.6-5.3c9.3-13.7 23.7-23.6 40.4-27M75.7 278.1c7.1-2.8 14.7-4.3 22.3-4.3 12.3 0 24.2 3.7 34.3 10.7m58.7-58c-3.8 1.1-7.9 1.7-12 1.7-11.1 0-21.8-4.3-29.7-12.1m225.9 7.7c5.9-4.4 13-6.7 20.3-6.7 2 0 4.1.2 6.1.5"></path><path d="M293 367.3c-2.9 0-5.2-2.3-5.2-5.2 0-9.8-2.4-19.4-7.1-27.9-1.4-2.5-.4-5.7 2.1-7.1s5.7-.5 7.1 2.1c5.4 10 8.3 21.4 8.3 32.9 0 2.8-2.3 5.2-5.2 5.2m-117.3-35.8c-1 0-2-.3-2.9-.9-2.4-1.6-3-4.9-1.4-7.3 10.3-15.2 25.8-25.6 43.8-29.2 2.9-.5 5.6 1.3 6.2 4.1s-1.3 5.6-4.1 6.2c-15.2 3.1-28.4 11.8-37.1 24.7-1.2 1.6-2.8 2.4-4.5 2.4m-43.4-41.7c-1 0-2.1-.3-3-.9-9.2-6.4-20.1-9.7-31.3-9.7-7 0-13.9 1.3-20.4 3.9-2.7 1.1-5.7-.3-6.8-3s.3-5.7 3-6.8c7.8-3.1 15.9-4.6 24.3-4.6h.1c13.4 0 26.2 4 37.2 11.6 2.4 1.6 3 4.9 1.3 7.3-1.1 1.4-2.7 2.2-4.4 2.2m46.6-56.3c-12.5 0-24.3-4.8-33.3-13.5-2.1-2-2.1-5.3-.1-7.4s5.3-2.1 7.4-.1c7 6.8 16.2 10.6 26 10.6h.1c3.6 0 7.2-.5 10.6-1.5 2.8-.8 5.7.8 6.5 3.5.8 2.8-.8 5.7-3.5 6.5-4.5 1.3-9.3 1.8-13.7 1.9m196.3-4.4c-1.6 0-3.2-.7-4.2-2.1-1.7-2.3-1.2-5.6 1.1-7.3 6.7-5 15-7.8 23.4-7.8h.1c2.3 0 4.7.2 7 .6 2.9.5 4.7 3.2 4.2 6.1s-3.2 4.7-6.1 4.2c-1.7-.3-3.4-.5-5.2-.5-6.1 0-12.2 2-17.2 5.7-.9.7-2 1.1-3.1 1.1" class="st1"></path><path d="M292.8 442.4c-32.4 0-62-15.2-79.4-40.1-9.7 4.2-20.2 6.4-30.8 6.4h-.1c-30.9 0-58.9-18.5-71.8-46.8-2.8.3-5.5.4-8.3.4-46.5 0-84.3-37.8-84.3-84.2 0-30.8 16.9-59.1 43.6-73.7-.1-1.7-.2-3.5-.2-5.2 0-38.1 30.6-70.1 72.1-76.5 15.2-39.1 52.6-65 95-65 24.9 0 48.5 8.9 67.1 25.2 11-5.2 23.1-7.9 35.4-7.9 40.8 0 75 29.6 81.6 68.9 35.2.9 63.6 29.8 63.6 65.2 0 12.4-3.6 24.6-10.2 35 10.3 15 16 33 16 51.4 0 50.1-40.8 90.8-90.9 90.8-3.2 0-6.5-.2-9.7-.5-14.2 33.6-49.5 56.6-88.7 56.6m-76.1-61.2q1.2 0 2.4.3c2.4.7 4.4 2.2 5.6 4.4 13.2 23.5 39.3 38.1 68.1 38.1 34.1 0 64.4-21.1 73.7-51.2 1.4-4.5 6-7.3 10.5-6.3 4.7.9 9.4 1.4 14 1.4 40 0 72.6-32.5 72.6-72.5 0-16.5-5.7-32.7-16.1-45.5-2.7-3.4-2.7-8.2 0-11.5 6.7-8.3 10.4-18.7 10.4-29.4 0-25.9-21.1-46.9-47-46.9q-2.7 0-5.4.3c-2.5.3-5-.5-7-2.1-1.9-1.6-3.1-4-3.3-6.5-1.9-34-30.2-60.6-64.3-60.6-11.4 0-22.5 3-32.3 8.7-3.6 2.1-8.1 1.5-11.1-1.4-15.7-15.8-36.7-24.5-59-24.5-36.4 0-68.4 23.3-79.5 57.9-1.1 3.5-4.2 6-7.9 6.3-35 3.3-61.3 28.6-61.3 59 0 3 .3 6 .8 8.9.7 4.1-1.5 8.2-5.3 10-24 10.7-38.9 33.7-38.9 60.1 0 36.3 29.6 65.9 66 65.9 4.1 0 8.3-.4 12.4-1.2 4.5-.8 8.9 1.7 10.4 6 8.6 24.9 31.7 41.6 57.3 41.6h.1c10.4 0 20.6-2.7 29.6-7.9 1.3-1 2.9-1.4 4.5-1.4" class="st1"></path><path d="M228.5 40.6c-24.2 0-47.5 7.2-67.4 20.8-17.1 11.8-30.7 27.6-39.7 46.3-43.7 10.6-75 45.7-76.9 87.2C17.4 213.7 1 244.7 1 278.1c0 55.2 44.5 100.3 99.6 101.2 17.4 28.5 48.4 46.4 81.8 46.4 8.5 0 16.9-1.1 25.1-3.4 21.1 23.4 52.1 37.1 85.2 37.1 22.5 0 44.2-6.4 63-18.4 15.2-9.8 27.5-22.7 35.9-37.8 59.3-.3 107.3-48.6 107.3-107.8 0-18.3-4.6-36.1-13.3-51.9 5-10.8 7.6-22.6 7.6-34.5 0-21.6-8.3-42-23.4-57.4-11.9-12.2-27-20.2-43.4-23.4-5.5-18-16.2-34.2-30.7-46.6-18-15.3-41-23.8-64.7-23.8-11 0-22.1 1.9-32.6 5.5-20.3-14.7-44.7-22.7-69.9-22.7m0 17c24.6 0 48.7 9.1 67.1 25.2 11.1-5.2 23.2-7.9 35.4-7.9 40.8 0 75 29.6 81.6 68.9 35.2.9 63.6 29.8 63.6 65.2 0 12.4-3.6 24.5-10.2 35 10.3 15 16 33 16 51.4 0 50.1-40.8 90.8-90.9 90.8-3.2 0-6.5-.2-9.7-.5-14 33.7-49.3 56.7-88.5 56.7-32.4 0-62-15.2-79.4-40.1-9.7 4.2-20.3 6.4-30.9 6.4-30.9 0-58.9-18.5-71.8-46.8-2.7.3-5.5.4-8.3.4-46.5 0-84.3-37.8-84.3-84.2 0-30.8 16.9-59.1 43.6-73.7-.1-1.7-.2-3.5-.2-5.2 0-38.1 30.6-70.1 72.1-76.5 14.9-39.2 52.4-65.1 94.8-65.1" style="fill:#f0f0f0;"></path>',13)])])}const m={render:p};export{m as default,p as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as l,createElementBlock as e,createElementVNode as s}from"vue";const t={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"iq",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function c(c,n){return l(),e("svg",t,[...n[0]||(n[0]=[s("path",{d:"M497.3 250.3c0 128.7-98.6 234.4-224.4 245.7-1.2.1-1.6-1.6-.5-2 11.5-4.5 28.8-13.1 49.4-28.5 19-14.2 29.9-30.8 36.1-43.9 2.6-5.5-4-10.8-8.7-6.9-9.1 7.4-22.5 16.6-40.9 25.8-41.7 20.8-68.4 9.7-80.9 4.5s-45.1-34.7-26.4-103.4c16.4-60.4 70.4-86.3 88.8-93.6 2.7-1.1 3.3-4.6 1-6.5-3.9-3.3-9.2-7.9-12.8-11.4-6.3-6.2-33.3-32.3-33.3-93.7 0-61.5 40-92 62.9-92s39.2 22.2 39.2 57.6c0 32.3-22 54-25.9 57.6-.3.3-.4.8-.2 1.3 7.5 14.7 17 20.3 30.3 20.3 16.5 0 42.3-29.1 42.3-67.4 0-49-25.6-80.5-25.6-80.5l.2-.1C447.4 74 497.3 154.7 497.3 250.3",style:{fill:"#094b89"}},null,-1),s("path",{d:"M240.3 3.8c1.2 0 1.7 1.5.7 2.2-10.8 6.7-22.1 14.3-31.3 21.7-26.1 21-46.4 67.8-46.4 105.2 0 40.6 17.3 75.1 23.8 86.7 1.2 2 .3 4.7-1.9 5.6-5.2 2.2-15.6 7.9-34.6 22-37.7 27.9-56.9 81.5-58.4 126.3-1.1 33.8 13.4 63.4 25.1 81.7.7 1.1-.6 2.3-1.6 1.6C48.3 412.7 3.9 336.7 3.9 250.3 3.9 117.5 108.8 9.2 240.3 3.8",style:{fill:"#388ce0"}},null,-1),s("path",{d:"M320.3 160.1c7.6 15.2 17.1 21 30.7 21 16.5 0 42.3-29.1 42.3-67.4 0-49-25.6-80.5-25.6-80.5l-4.4-2.4-.3-.2c-33.7-17.3-71.9-27-112.3-27-2 0-3.9 0-5.9.1-11.9 7.2-24.8 15.7-35.1 24-26.1 21-46.4 67.8-46.4 105.2 0 40.6 17.3 75.1 23.8 86.7 1.2 2 .3 4.7-1.9 5.6-5.2 2.2-15.6 7.9-34.6 22-37.7 27.9-56.9 81.5-58.4 126.3-1.2 36.8 16.1 68.7 28.1 86.3 12.6 7.9 26.1 14.7 40.1 20.2 27.2 10.7 56.7 16.7 87.6 17h2.7c4.9 0 9.8-.1 14.7-.4 10.6-3.5 31-12 56.6-31.1 19-14.2 29.9-30.8 36.1-43.9 2.6-5.5-4-10.8-8.7-6.9-9.1 7.4-22.5 16.6-40.9 25.8-41.7 20.8-68.4 9.7-80.9 4.5s-45.1-34.7-26.4-103.4c16.4-60.4 70.4-86.3 88.8-93.6 2.7-1.1 3.3-4.6 1-6.5-3.9-3.3-9.2-7.9-12.8-11.4-6.3-6.2-33.3-32.3-33.3-93.7 0-61.5 40-92 62.9-92S347 66.6 347 102c-.2 35.4-26.7 58.1-26.7 58.1",style:{fill:"#fff"}},null,-1)])])}const n={render:c};export{n as default,c as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as c,createElementBlock as l,createStaticVNode as s}from"vue";const t={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"IREP",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function e(e,r){return c(),l("svg",t,[...r[0]||(r[0]=[s('<linearGradient id="SVGID_1_" x1="467.5" x2="67.5" y1="34.501" y2="434.501" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset=".159" style="stop-color:#003cda;"></stop><stop offset="1" style="stop-color:#33dfcc;"></stop></linearGradient><path d="M250 96.4c30.4 0 60.1 9 85.3 25.9 25.3 16.9 44.9 40.9 56.6 68.9 11.6 28.1 14.7 58.9 8.7 88.7-5.9 29.8-20.6 57.2-42 78.6-21.5 21.5-48.8 36.1-78.6 42s-60.7 2.9-88.7-8.7c-28.1-11.6-52.1-31.3-68.9-56.6-16.9-25.3-25.9-55-25.9-85.3.1-40.7 16.3-79.8 45-108.6 28.7-28.6 67.8-44.8 108.5-44.9M250 0c-49.4 0-97.8 14.7-138.9 42.1C70 69.6 38 108.6 19 154.3.1 200-4.8 250.3 4.8 298.8s33.5 93 68.4 128c35 35 79.5 58.8 128 68.4s98.8 4.7 144.4-14.2c45.7-18.9 84.7-51 112.2-92.1S500 299.4 500 250c0-66.3-26.3-129.9-73.2-176.8S316.3 0 250 0" style="fill:url(#SVGID_1_);"></path><path d="M250 446c108.2 0 196-87.7 196-196S358.2 54 250 54 54 141.8 54 250s87.8 196 196 196" style="fill:#fff;"></path><path d="M361.6 363c-14.8 14.7-32.4 26.4-51.8 34.2s-40.1 11.6-61 11.2c-20.8.4-41.4-3.5-60.6-11.4s-36.6-19.6-51.2-34.4c-30.5-30.4-45.7-67.7-45.6-112 0-45.5 15.3-83.4 46-113.7 14.6-14.8 32.1-26.4 51.3-34.2s39.9-11.6 60.7-11.1c20.9-.3 41.6 3.6 61 11.4 19.4 7.9 36.9 19.5 51.7 34.3 31.2 30.4 46.8 68.3 46.6 113.9.4 20.9-3.6 41.6-11.7 60.9-8.2 19.2-20.2 36.6-35.4 50.9" style="fill:#5f2652;"></path><path d="m215.3 254.2-.3 1.9-.1.8c-1.4 10.6-5.4 13.7-15.5 18.2h-.1l-36.6 16.3 82.7 47.7v-27.3c0-10-.6-11.8-9.4-16.7-1.7-1-3.5-2-5.4-3.1l-1.2-.7c-5.5-3-9.9-7.3-13.2-12.5-.1-.2-1-1.5-1.1-1.7.7-.4 1.3-.8 1.9-1.4.6-.5 1.1-1.2 1.5-1.9 2.9 5.7 7.3 10.5 12.9 13.6l1.4.8c1.9 1.1 3.8 2.1 5.5 3.1 10.8 6 11.6 9.7 11.6 20.5v27.3l83.5-48.6-35.7-15.8-2.3-1c-.9-.4-3.8-1.6-6-1.7s-5.7 0-7.5 2.4c-1.7 2.2-3.4 4.4-5.1 6.5-3.9 5.2-9.1 9.4-15.2 11.9h-.1c-1.6.7-3.4 1.1-5.1 1.5-.4-.7-.9-1.5-1.4-2.1-.4-.5-.9-1.1-1.4-1.6 2.6-.5 5.6-1.4 8-2.5 4.7-2.2 8.7-5.4 11.8-9.4.2-.2.3-.4.4-.6.3-.4.6-.8.9-1.3.8-1.1 2.1-2.8 3.8-5 1.2-1.5 2.8-2.5 4.6-3.2 1.9-.7 4.1-1 6.5-1 3.6.1 7.7 2.1 7.7 2.1l1.3.5h.1l3.3 1.4 31.2 13.8-83.1-134v56.7c0 9.8.7 11.9 9.6 16.9.7.4 1.4.7 2.1 1.1l1.1.6c.3.1.6.3.8.4 11.6 5.7 19.8 17.1 20.5 30.5-.8.2-1.9.5-2.6.7-.5.1-1.2.5-1.8.8-.1-12.4-7.5-23-18.2-28.2h-.1c-.6-.3-1.2-.6-1.9-.9-2.3-1.1-4.4-2.3-6.5-3.7-.3-.2-.6-.4-.9-.7-.7-.5-1.3-1-1.8-1.4-.3-.3-.6-.5-.8-.8-3.6-3.6-4.3-7.7-4.3-15.3v-56.8l-83.4 135.3 36.8-16.4c8.2-3.6 10.6-6.7 11.7-15.5 0-.1.1-.4.1-.5 2.1-14 12.5-25.3 26.1-29.2l1.8-.5q.3 1.05.9 2.1c.4.7.9 1.3 1.5 1.9l-1.7.4c-12 3.2-21.5 13-23.8 25.3zm-60.1 35.4 90.6-146.9c.2-.3.5-.6.8-.8s.7-.3 1.1-.3.8.1 1.1.3.6.5.8.8L340.4 289c.1.2.2.5.3.8v.9c-.1.3-.2.5-.4.8l-.6.6-90.8 52.8c-.3.2-.7.3-1.1.3s-.8-.1-1.1-.3L156 292.6q-.45-.15-.6-.6c-.2-.2-.3-.5-.4-.8q-.15-.45 0-.9c-.1-.2 0-.5.2-.7z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#fff;stroke:#fff;"></path>',5)])])}const r={render:e};export{r as default,e as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as t,createElementBlock as s,createStaticVNode as o}from"vue";const e={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"iris",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function r(r,l){return t(),s("svg",e,[...l[0]||(l[0]=[o('<linearGradient id="SVGID_1_" x1="96.097" x2="876.077" y1="-402.502" y2="377.477" gradientTransform="matrix(.5 0 0 -.5 0 250)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#009dde;"></stop><stop offset=".5" style="stop-color:#694d9f;"></stop><stop offset="1" style="stop-color:#ed3554;"></stop></linearGradient><path d="M151.8 362.4 37 375.2l67.3-155.4-68.9-94L203 106.7 248.6 2l99.8 135.6 114.7-12.9L396 279.3l68.4 93.4-166.8 19L251.5 498zm47.6-10.4c-4.4 2.1-9.1 4-13.9 5.3l-4.4 1.2 64.7 87.9 23-52.8-4.1-.5c-22.6-2.9-43.1-15-56.4-33.4l-6.4-8.9zm-22.5-79.6 52.2 72.1c10.6 14.6 27.7 23.4 45.8 23.4 2.1 0 4.2-.1 6.2-.4L417.2 352 363 278.1c-2.7-3.6-5.8-7-9.2-9.9l-3.2-2.6-38.8 87.6-67.5-89.4zm2.2-87.9c-20.2 2.1-37.8 15.1-45.9 33.8L78.6 344.5l90.8-10.2c4.5-.5 8.9-1.5 13.1-3.1l3.9-1.5-56.2-77.6L241 238l26.3-62.9zm85.8 63.6 41.1 54.4 25-56.6 11-24.9c8.2-18.6 5.9-40.4-6.2-56.8L254.4 53.5l-36.6 84.1c-1.8 4.1-3.1 8.5-3.9 13l-.7 4.1 94.9-10.1zm99.7-86.2 1.6 3.9c8.8 21.1 8.6 45.1-.6 65.8l-4.5 10 2.1 1.4c4.1 2.8 8 5.9 11.5 9.5l3.2 3.2 43.5-100.2zM82.8 146.6l34.6 47.2 2.6-3.3c13.7-17.9 34.4-29.4 56.5-31.8l10.9-1.1.2-2.6c.4-5.4 1.3-10.9 2.8-16.2l1.2-4.5z" style="fill:url(#SVGID_1_);"></path><linearGradient id="SVGID_2_" x1="181.197" x2="961.178" y1="-487.603" y2="292.377" gradientTransform="matrix(.5 0 0 -.5 0 250)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#009dde;"></stop><stop offset=".5" style="stop-color:#694d9f;"></stop><stop offset="1" style="stop-color:#ed3554;"></stop></linearGradient><path d="M225.8 500c-72-7-136.7-44.4-179.1-103.8l29-3.2c4.8 5.9 9.9 11.5 15.2 16.9 31.5 31.6 70.8 52.9 114 61.7z" style="fill:url(#SVGID_2_);"></path><linearGradient id="SVGID_3_" x1="403.727" x2="1183.707" y1="-710.132" y2="69.848" gradientTransform="matrix(.5 0 0 -.5 0 250)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#009dde;"></stop><stop offset=".5" style="stop-color:#694d9f;"></stop><stop offset="1" style="stop-color:#ed3554;"></stop></linearGradient><path d="M286.2 473.1c46.7-7.5 89.1-29.4 122.9-63.3 3-3 6-6.3 9.1-9.7l35.1-4C411.1 455.5 346.5 493 274.5 500z" style="fill:url(#SVGID_3_);"></path><linearGradient id="SVGID_4_" x1="324.472" x2="1104.452" y1="-630.878" y2="149.102" gradientTransform="matrix(.5 0 0 -.5 0 250)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#009dde;"></stop><stop offset=".5" style="stop-color:#694d9f;"></stop><stop offset="1" style="stop-color:#ed3554;"></stop></linearGradient><path d="M460.5 330.1c9.6-25.5 14.5-52.5 14.5-80.1 0-24.4-3.9-48.4-11.4-71.3l14.1-32.5C492.5 178.9 500 213.8 500 250s-7.5 71-22.2 103.7z" style="fill:url(#SVGID_4_);"></path><linearGradient id="SVGID_5_" x1="-130.928" x2="649.053" y1="-175.477" y2="604.502" gradientTransform="matrix(.5 0 0 -.5 0 250)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#009dde;"></stop><stop offset=".5" style="stop-color:#694d9f;"></stop><stop offset="1" style="stop-color:#ed3554;"></stop></linearGradient><path d="M22.4 354C7.6 321.3 0 286.4 0 250c0-36.6 7.6-71.7 22.6-104.6l17.2 23.5C30 194.8 25 222 25 250c0 24.5 3.9 48.5 11.5 71.5z" style="fill:url(#SVGID_5_);"></path><linearGradient id="SVGID_6_" x1="-210.017" x2="569.963" y1="-96.388" y2="683.592" gradientTransform="matrix(.5 0 0 -.5 0 250)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#009dde;"></stop><stop offset=".5" style="stop-color:#694d9f;"></stop><stop offset="1" style="stop-color:#ed3554;"></stop></linearGradient><path d="M47.8 102.3C90.1 43.9 154.3 6.9 225.6 0L214 26.8c-46.8 7.5-89.3 29.4-123.1 63.3-2.6 2.6-5.1 5.3-7.7 8.1z" style="fill:url(#SVGID_6_);"></path><linearGradient id="SVGID_7_" x1="12.497" x2="792.477" y1="-318.902" y2="461.077" gradientTransform="matrix(.5 0 0 -.5 0 250)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#009dde;"></stop><stop offset=".5" style="stop-color:#694d9f;"></stop><stop offset="1" style="stop-color:#ed3554;"></stop></linearGradient><path d="M424.3 107c-4.8-5.9-9.9-11.6-15.2-16.8-31.4-31.6-70.7-52.9-113.7-61.7L274.4 0C346.3 7 411 44.5 453.2 103.8z" style="fill:url(#SVGID_7_);"></path>',14)])])}const l={render:r};export{l as default,r as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as e,createElementBlock as t,createStaticVNode as l}from"vue";const r={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"Layer_1",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function o(o,s){return e(),t("svg",r,[...s[0]||(s[0]=[l('<linearGradient id="SVGID_1_" x1="500" x2="67.5" y1="-.11" y2="432.39" gradientTransform="matrix(1 0 0 -1 0 499.89)" gradientUnits="userSpaceOnUse"><stop offset=".159" style="stop-color:#003cda;"></stop><stop offset="1" style="stop-color:#33dfcc;"></stop></linearGradient><path d="M250 500c138.1 0 250-111.9 250-250S388.1 0 250 0 0 111.9 0 250s111.9 250 250 250" style="fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_1_);"></path><path d="M437.5 248.7 250 61.2 62.5 248.7 250 436.2zm-303.4-12.2c-2.6 0-4-3.1-2.3-5l114.5-129.1c1.2-1.3 3.3-1.4 4.5 0l118.3 129.1c1.8 1.9.4 5-2.2 5h-76.7c-.8 0-1.6-.3-2.1-.9L250.8 198c-1.2-1.2-3.2-1.2-4.4.1l-33.3 37.4c-.6.6-1.4 1-2.2 1z" style="fill-rule:evenodd;clip-rule:evenodd;fill:#fff;"></path>',3)])])}const s={render:o};export{s as default,o as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as t,createElementBlock as s,createStaticVNode as e}from"vue";const o={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"ist",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function r(r,p){return t(),s("svg",o,[...p[0]||(p[0]=[e('<linearGradient id="SVGID_1_" x1="197.876" x2="291.826" y1="462.574" y2="74.248" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#febc08;"></stop><stop offset=".339" style="stop-color:#ff5400;"></stop><stop offset=".708" style="stop-color:#fd8eec;"></stop><stop offset="1" style="stop-color:#295afe;"></stop></linearGradient><path d="M377.2 254.2c-2.1-8.5-11.7-13.8-20.1-11.7-2.1 1.1-5.3 2.1-6.4 3.2-4.2 4.2-6.4 10.6-4.2 17 2.1 8.5 4.2 18 3.2 27.6v72.1c0 51.9-38.2 97.5-90.1 102.8-55.1 5.3-103.9-35-109.2-90.1v-82.6c0-49.8 33.9-92.2 82.7-100.7 19.1-3.2 37.1-1.1 55.1 6.4 5.3 2.1 11.7 1.1 17-3.2 6.4-6.4 7.4-15.9 2.1-22.3-2.1-2.1-3.2-3.2-6.4-4.2-21.2-8.5-45.6-11.7-67.8-8.5-67.8 8.5-116.6 66.8-116.6 133.5v68.9c0 74.2 60.4 137.8 134.6 136.7 72.1-1.1 130.4-60.4 130.4-132.5v-76.3c1-11.8-1.1-24.5-4.3-36.1m-228.9-76.3c5.3-4.2 6.4-10.6 5.3-17-4.2-13.8-5.3-28.6-2.1-43.5C160 62.3 211.9 26.3 267 34.8s91.1 60.4 82.7 115.5c-7.4 44.5-43.5 78.4-88 83.7-17 2.1-33.9 0-48.8-6.4-5.3-2.1-11.7-1.1-17 3.2-6.4 6.4-7.4 15.9-2.1 22.3 2.1 2.1 3.2 3.2 6.4 4.2 23.3 9.5 48.8 12.7 73.1 8.5 72.1-12.7 120.8-81.6 108.1-153.7S298.8-9.7 226.7 3s-120.8 81.6-107 153.7c1.1 4.2 2.1 9.5 3.2 13.8 2.1 8.5 11.7 13.8 20.1 10.6 2.1-.1 4.2-2.2 5.3-3.2" style="fill:url(#SVGID_1_);"></path>',2)])])}const p={render:r};export{p as default,r as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as s,createElementBlock as t,createStaticVNode as c}from"vue";const e={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"ISUSD",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function r(r,a){return s(),t("svg",e,[...a[0]||(a[0]=[c('<linearGradient id="SVGID_1_" x1="467.5" x2="67.5" y1="34.5" y2="434.5" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset=".159" style="stop-color:#003cda;"></stop><stop offset="1" style="stop-color:#33dfcc;"></stop></linearGradient><path d="M250 96.4c30.4 0 60.1 9 85.3 25.9 25.3 16.9 44.9 40.9 56.6 68.9 11.6 28.1 14.7 58.9 8.7 88.7-5.9 29.8-20.6 57.2-42 78.6s-48.8 36.1-78.6 42-60.7 2.9-88.7-8.7c-28.1-11.6-52.1-31.3-68.9-56.6-16.9-25.3-25.9-55-25.9-85.3.1-40.7 16.3-79.8 45-108.5s67.8-44.9 108.5-45M250 0c-49.4 0-97.8 14.7-138.9 42.1C70 69.6 38 108.6 19 154.3.1 200-4.8 250.3 4.8 298.8s33.5 93 68.4 128c35 35 79.5 58.8 128 68.4s98.8 4.7 144.4-14.2c45.7-18.9 84.7-51 112.2-92.1S500 299.4 500 250c0-66.3-26.3-129.9-73.2-176.8S316.3 0 250 0" style="fill:url(#SVGID_1_);"></path><path d="M250 446c108.2 0 196-87.7 196-196S358.2 54 250 54 54 141.8 54 250s87.8 196 196 196" class="st1"></path><linearGradient id="SVGID_2_" x1="140" x2="372.5" y1="362" y2="129.5" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#342f49;"></stop><stop offset="1" style="stop-color:#000;"></stop></linearGradient><circle cx="250" cy="250" r="160" style="fill:url(#SVGID_2_);"></circle><path d="M327.2 286.1c0-10.5-7.5-17.4-16.7-17.4H283v9h27.5c4.7 0 8.5 3.1 8.5 8.5 0 5.2-3.8 8.2-8.5 8.2H283v9.6h27.4c9.3-.1 16.8-7.1 16.8-17.9M327.2 245.8c0-9.6-5.2-16.2-13.4-16.2-7.2 0-11.5 4.8-13.2 12.7l-.9 4.1c-.9 4.1-2.5 5.8-4.8 5.8-2.9 0-4.8-2.2-4.8-6.2 0-4.5 2.2-6.6 5.1-7.4v-7.5h-4.4c-5.3 1.2-8.6 6.7-8.6 14.6 0 9.5 4.8 15.7 13.2 15.7 7 0 11.2-4.4 12.8-12.3l.8-4c1-4.4 2.6-6.3 5.4-6.3 3.2 0 5.1 2.7 5.1 6.7 0 4.6-2 7.4-5.3 8.5v7.5h4.3c4.7-1.7 8.7-6.8 8.7-15.7M326.3 222.5v-15.1c0-13.3-9.8-21.5-21.8-21.5-11.8 0-21.5 8.2-21.5 21.5v15.1zm-8.1-9.6h-27v-5.4c0-7.5 6-11.9 13.3-11.9 7.6 0 13.7 4.3 13.7 11.9zM226.9 238.8c4.4 0 8 3.5 8 7.9s-3.6 7.9-8 7.9h-20.7c-20 0-36.2-16.2-36.2-36.1s16.2-36.1 36.2-36.1h53.3c4.4 0 8 3.5 8 7.9s-3.6 7.9-8 7.9h-53.3c-11.2 0-20.3 9.1-20.3 20.2 0 11.2 9.1 20.2 20.3 20.2h20.7z" class="st1"></path><path d="M210.6 254.7c-4.4 0-8-3.6-8-7.9s3.6-7.9 8-7.9h20.7c20 0 36.2 16.2 36.2 36.1s-16.2 36.1-36.2 36.1H178c-4.4 0-8-3.5-8-7.9s3.6-7.9 8-7.9h53.3c11.2 0 20.3-9.1 20.3-20.2 0-11.2-9.1-20.2-20.3-20.2h-20.7z" class="st1"></path><path d="m184.2 307.8-12.9-9.2 81.4-113.1 12.9 9.2z" style="fill:#fff;fill-opacity:.5;"></path>',8)])])}const a={render:r};export{a as default,r as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as s,createElementBlock as t,createStaticVNode as c}from"vue";const a={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"IUSDC",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function e(e,p){return s(),t("svg",a,[...p[0]||(p[0]=[c('<linearGradient id="SVGID_1_" x1="467.5" x2="67.5" y1="34.501" y2="434.501" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset=".159" style="stop-color:#003cda;"></stop><stop offset="1" style="stop-color:#33dfcc;"></stop></linearGradient><path d="M250 96.4c30.4 0 60.1 9 85.3 25.9 25.3 16.9 44.9 40.9 56.6 68.9 11.6 28.1 14.7 58.9 8.7 88.7-5.9 29.8-20.6 57.2-42 78.6-21.5 21.5-48.8 36.1-78.6 42s-60.7 2.9-88.7-8.7c-28.1-11.6-52.1-31.3-68.9-56.6-16.9-25.3-25.9-55-25.9-85.3.1-40.7 16.3-79.8 45-108.6 28.7-28.6 67.8-44.8 108.5-44.9M250 0c-49.4 0-97.8 14.7-138.9 42.1C70 69.6 38 108.6 19 154.3.1 200-4.8 250.3 4.8 298.8s33.5 93 68.4 128c35 35 79.5 58.8 128 68.4s98.8 4.7 144.4-14.2c45.7-18.9 84.7-51 112.2-92.1S500 299.4 500 250c0-66.3-26.3-129.9-73.2-176.8S316.3 0 250 0" style="fill:url(#SVGID_1_);"></path><path d="M250 446c108.2 0 196-87.7 196-196S358.2 54 250 54 54 141.8 54 250s87.8 196 196 196" class="st1"></path><path d="M408.6 250.3c.2-87.5-70.7-158.5-158.3-158.7S91.6 162.2 91.4 249.7s70.7 158.5 158.3 158.7 158.7-70.6 158.9-158.1" style="fill:#3574b9;"></path><path d="M220.7 359.4c0 3.9-2.7 5.3-6.6 5.3-24.1-7.7-45.2-22.8-60.1-43.2-15-20.5-23-45.2-22.9-70.5 0-25.3 8.2-50 23.2-70.3 15-20.4 36.1-35.5 60.3-43 3.9-1.3 6.6 1.3 6.6 5.3v9.4c0 1.4-.3 2.7-1 3.9s-1.7 2.1-2.9 2.7c-19 6.8-35.4 19.4-47.1 35.9-11.6 16.5-17.9 36.2-17.9 56.4s6.1 39.9 17.7 56.5 27.9 29.2 46.9 36.1c1.2.6 2.2 1.6 2.9 2.7.7 1.2 1 2.5 1 3.9z" class="st1"></path><path d="M260.4 326.6c0 1.4-.6 2.7-1.6 3.7s-2.3 1.6-3.7 1.7h-10.6c-1.4-.1-2.7-.7-3.6-1.7-1-1-1.6-2.3-1.6-3.7V311c-21.2-2.7-31.7-14.6-35.7-31.8 0-2.6 1.4-5.3 3.9-5.3h11.9c2.6 0 3.9 1.3 5.3 3.9 2.6 9.3 7.8 17.2 25.1 17.2 13.2 0 22.5-6.6 22.5-17.1s-5.3-14.5-23.8-17.2c-27.8-3.9-41-12-40.9-34.4 0-17.1 13.3-30.4 31.8-32.9v-16.2c.1-1.4.7-2.7 1.6-3.6 1-1 2.3-1.6 3.6-1.6h10.6c1.4.1 2.7.7 3.6 1.6 1 1 1.6 2.3 1.6 3.6v15.9c15.9 2.7 26.4 11.9 29 26.4 0 2.6-1.3 5.3-3.9 5.3H275c-2.7 0-3.9-1.3-5.3-3.9-2.6-9.3-9.2-13.2-21.1-13.2-13.2 0-19.8 6.6-19.8 15.6s3.9 14.5 23.8 17.2c27.7 3.9 40.9 12 40.9 34.4 0 17.1-13.2 31.6-33.1 35.6z" class="st1"></path><path d="M285.5 364.9c-3.9 1.3-6.6-1.3-6.6-5.3v-9.3c0-1.4.3-2.7 1-3.8.7-1.2 1.7-2.1 2.9-2.7 19-6.8 35.4-19.4 47.1-35.9 11.6-16.5 17.9-36.2 17.9-56.4s-6.1-39.9-17.7-56.5-27.9-29.2-46.9-36.1c-1.2-.6-2.2-1.6-2.9-2.7-.7-1.2-1-2.5-1-3.9V143c0-3.9 2.7-5.3 6.6-5.3 47.5 15.9 83.1 60.9 83 113.7-.1 25.3-8.2 49.9-23.2 70.3-15 20.5-36.1 35.6-60.2 43.2" class="st1"></path>',7)])])}const p={render:e};export{p as default,e as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as s,createElementBlock as t,createStaticVNode as e}from"vue";const r={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"IWBTC",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function c(c,o){return s(),t("svg",r,[...o[0]||(o[0]=[e('<linearGradient id="SVGID_1_" x1="467.5" x2="67.501" y1="34.501" y2="434.5" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset=".159" style="stop-color:#003cda;"></stop><stop offset="1" style="stop-color:#33dfcc;"></stop></linearGradient><path d="M250 96.4c30.4 0 60.1 9 85.3 25.9 25.3 16.9 44.9 40.9 56.6 68.9 11.6 28.1 14.7 58.9 8.7 88.7-5.9 29.8-20.6 57.2-42 78.6-21.5 21.5-48.8 36.1-78.6 42s-60.7 2.9-88.7-8.7c-28.1-11.6-52.1-31.3-68.9-56.6-16.9-25.3-25.9-55-25.9-85.3.1-40.7 16.3-79.8 45-108.5s67.8-44.9 108.5-45M250 0c-49.4 0-97.8 14.7-138.9 42.1C70 69.6 38 108.6 19 154.3.1 200-4.8 250.3 4.8 298.8s33.5 93 68.4 128c35 35 79.5 58.8 128 68.4s98.8 4.7 144.4-14.2 84.7-51 112.2-92.1S500 299.4 500 250c0-66.3-26.3-129.9-73.2-176.8S316.3 0 250 0" style="fill:url(#SVGID_1_);"></path><path d="M250 446c108.2 0 196-87.7 196-196S358.2 54 250 54 54 141.8 54 250s87.8 196 196 196" class="st1"></path><linearGradient id="SVGID_2_" x1="250.296" x2="249.733" y1="444.975" y2="124.969" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#f8a94b;"></stop><stop offset="1" style="stop-color:#f6921e;"></stop></linearGradient><path d="M403.8 288.6c-7.6 30.4-24.1 57.9-47.3 79s-52.2 34.8-83.2 39.4-62.7-.1-91.1-13.5-52.1-34.9-68.2-61.8-23.9-58-22.4-89.3c1.6-31.3 12.4-61.5 31.1-86.7s44.5-44.3 74-54.8 61.6-12.1 92-4.4c40.7 10.3 75.7 36.2 97.3 72.3 21.5 35.9 28 79 17.8 119.8" style="fill:url(#SVGID_2_);"></path><path d="M320 227.5c3.2-21.1-12.9-32.2-34.8-40l7.2-28.6-17.4-4.4-7 27.9c-4.6-1.2-9.3-2.2-13.9-3.3l7-28-17.4-4.3-7.2 28.5c-3.9-.9-7.5-1.7-11.1-2.6l-24-6-4.6 18.6s12.9 3 12.6 3.2c2.4.3 4.6 1.5 6.1 3.4s2.2 4.3 2 6.7L198 276.7c-.6 1.5-1.7 2.8-3.1 3.5-1.5.7-3.1.9-4.7.4 0 .2-12.7-3.2-12.7-3.2l-8.7 19.9 22.6 5.7 12.4 3.2-7.6 29 17.4 4.4 7.2-28.6c4.8 1.3 9.3 2.5 13.9 3.6l-7.1 28.4 17.4 4.4 7.3-28.8c29.6 5.7 52 3.4 61.4-23.4 7.8-21.6-.3-34-15.9-42.1 11.3-2.7 19.9-10.2 22.2-25.6m-39.9 55.7c-5.4 21.5-41.8 9.8-53.5 6.9l9.6-38.2c11.7 2.9 49.5 8.8 43.9 31.3m5.5-56c-5 19.5-35.2 9.6-45 7.1l8.7-34.7c9.8 2.5 41.4 7.1 36.3 27.6" class="st1"></path>',6)])])}const o={render:c};export{o as default,c as render};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{openBlock as t,createElementBlock as s,createStaticVNode as o}from"vue";const e={xmlns:"http://www.w3.org/2000/svg","xml:space":"preserve",id:"ixt",x:"0",y:"0",version:"1.1",viewBox:"0 0 500 500"};function r(r,a){return t(),s("svg",e,[...a[0]||(a[0]=[o('<linearGradient id="SVGID_1_" x1="426.199" x2="481.371" y1="338.894" y2="100.566" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#ff6647;"></stop><stop offset="1" style="stop-color:#ff6647;stop-opacity:0;"></stop></linearGradient><path d="M433.7 398.7 468 379V140.3l-34.3 19.8z" style="fill:url(#SVGID_1_);"></path><linearGradient id="SVGID_00000070803786957764515320000011481605402376329360_" x1="311.397" x2="366.571" y1="272.493" y2="34.165" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#ff6647;"></stop><stop offset="1" style="stop-color:#ff6647;stop-opacity:0;"></stop></linearGradient><path d="m319.1 465.1 33.8-19.8V206.7l-33.8 19.8z" style="fill:url(#SVGID_00000070803786957764515320000011481605402376329360_);"></path><linearGradient id="SVGID_00000119835301509390773630000004803575867395118222_" x1="254.08" x2="309.252" y1="239.216" y2=".888" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#ff6647;"></stop><stop offset="1" style="stop-color:#ff6647;stop-opacity:0;"></stop></linearGradient><path d="m261.8 498.5 33.8-19.8V240.1l-33.8 19.3z" style="fill:url(#SVGID_00000119835301509390773630000004803575867395118222_);"></path><linearGradient id="SVGID_00000008860508420042599110000009501265776978646664_" x1="368.669" x2="423.834" y1="305.74" y2="67.452" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#ff6647;"></stop><stop offset="1" style="stop-color:#ff6647;stop-opacity:0;"></stop></linearGradient><path d="m376.4 432.2 33.8-19.8V173.3L376.4 193z" style="fill:url(#SVGID_00000008860508420042599110000009501265776978646664_);"></path><linearGradient id="SVGID_00000051357735425170190660000018044631831534832292_" x1="239.175" x2="6.013" y1="50.485" y2="122.813" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#ff6647;"></stop><stop offset="1" style="stop-color:#ff6647;stop-opacity:0;"></stop></linearGradient><path d="M32.2 339.4v39.1L237.9 499l.5-39.1z" style="fill:url(#SVGID_00000051357735425170190660000018044631831534832292_);"></path><linearGradient id="SVGID_00000041276427844676869600000016108134008310119095_" x1="239.907" x2="6.746" y1="183.522" y2="255.852" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#ff6647;"></stop><stop offset="1" style="stop-color:#ff6647;stop-opacity:0;"></stop></linearGradient><path d="m33.2 206.2-.5 39.5 206.1 120.5v-39.5z" style="fill:url(#SVGID_00000041276427844676869600000016108134008310119095_);"></path><linearGradient id="SVGID_00000132774431722799676610000000937580544515260332_" x1="240.109" x2="6.949" y1="249.827" y2="322.156" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#ff6647;"></stop><stop offset="1" style="stop-color:#ff6647;stop-opacity:0;"></stop></linearGradient><path d="M33.2 139.9v39.5l205.7 120.5.5-39.5z" style="fill:url(#SVGID_00000132774431722799676610000000937580544515260332_);"></path><linearGradient id="SVGID_00000161619252031783713530000008406978320467891339_" x1="239.578" x2="6.417" y1="116.873" y2="189.203" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#ff6647;"></stop><stop offset="1" style="stop-color:#ff6647;stop-opacity:0;"></stop></linearGradient><path d="M32.7 273.1v39.1l205.7 120.5.5-39.5z" style="fill:url(#SVGID_00000161619252031783713530000008406978320467891339_);"></path><linearGradient id="SVGID_00000139974329735306678670000004907516556344749189_" x1="83.473" x2="262.561" y1="357.115" y2="523.32" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#ff6647;"></stop><stop offset="1" style="stop-color:#ff6647;stop-opacity:0;"></stop></linearGradient><path d="M283.9 20.8 250.1 1 43.5 120.1l34.3 19.8z" style="fill:url(#SVGID_00000139974329735306678670000004907516556344749189_);"></path><linearGradient id="SVGID_00000152974913556016235740000006018163291631597737_" x1="198.212" x2="377.382" y1="290.446" y2="456.731" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#ff6647;"></stop><stop offset="1" style="stop-color:#ff6647;stop-opacity:0;"></stop></linearGradient><path d="m399 87.1-34.3-19.3-206.6 119.1 34.3 19.8z" style="fill:url(#SVGID_00000152974913556016235740000006018163291631597737_);"></path><linearGradient id="SVGID_00000141442576534746279390000006439499699900960680_" x1="255.646" x2="434.733" y1="257.18" y2="423.388" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#ff6647;"></stop><stop offset="1" style="stop-color:#ff6647;stop-opacity:0;"></stop></linearGradient><path d="m456.2 120.6-33.8-19.8-206.6 119.1 33.8 19.8z" style="fill:url(#SVGID_00000141442576534746279390000006439499699900960680_);"></path><linearGradient id="SVGID_00000052819528157367951870000018096365409425875603_" x1="140.793" x2="319.88" y1="323.725" y2="489.933" gradientTransform="matrix(1 0 0 -1 0 502)" gradientUnits="userSpaceOnUse"><stop offset="0" style="stop-color:#ff6647;"></stop><stop offset="1" style="stop-color:#ff6647;stop-opacity:0;"></stop></linearGradient><path d="m341.2 54.2-33.8-19.8-206.6 119.1 34.3 19.8z" style="fill:url(#SVGID_00000052819528157367951870000018096365409425875603_);"></path>',24)])])}const a={render:r};export{a as default,r as render};
|