@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,39 @@
|
|
|
1
|
+
import { EaeraOrderlineOverlayProps, EaeraOrderlineOverlayState } from '../../../types/EaeraOrderlineOverlay';
|
|
2
|
+
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
interface MenuData {
|
|
4
|
+
title: string;
|
|
5
|
+
statusTagText: string;
|
|
6
|
+
price: number;
|
|
7
|
+
side?: 'buy' | 'sell';
|
|
8
|
+
volume?: string;
|
|
9
|
+
advanced?: boolean;
|
|
10
|
+
entryPrice?: number;
|
|
11
|
+
initialStopLossEnabled?: boolean;
|
|
12
|
+
initialStopLoss?: number;
|
|
13
|
+
initialTakeProfitEnabled?: boolean;
|
|
14
|
+
initialTakeProfit?: number;
|
|
15
|
+
}
|
|
16
|
+
declare const _default: DefineComponent<EaeraOrderlineOverlayProps, {
|
|
17
|
+
state: ComputedRef<EaeraOrderlineOverlayState>;
|
|
18
|
+
openMenu: (params: {
|
|
19
|
+
lineId?: string;
|
|
20
|
+
menuData: MenuData;
|
|
21
|
+
}) => void;
|
|
22
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
23
|
+
stateChange: (state: EaeraOrderlineOverlayState) => any;
|
|
24
|
+
deleteLine: (lineId: string) => any;
|
|
25
|
+
linePriceChange: (lineId: string, newPrice: number) => any;
|
|
26
|
+
linePricePreview: (lineId: string, newPrice: number) => any;
|
|
27
|
+
dragStateChange: (lineId: string | null) => any;
|
|
28
|
+
slTpChange: (lineId: string, sl: number | null, tp: number | null) => any;
|
|
29
|
+
}, string, PublicProps, Readonly<EaeraOrderlineOverlayProps> & Readonly<{
|
|
30
|
+
onStateChange?: ((state: EaeraOrderlineOverlayState) => any) | undefined;
|
|
31
|
+
onDeleteLine?: ((lineId: string) => any) | undefined;
|
|
32
|
+
onLinePriceChange?: ((lineId: string, newPrice: number) => any) | undefined;
|
|
33
|
+
onLinePricePreview?: ((lineId: string, newPrice: number) => any) | undefined;
|
|
34
|
+
onDragStateChange?: ((lineId: string | null) => any) | undefined;
|
|
35
|
+
onSlTpChange?: ((lineId: string, sl: number | null, tp: number | null) => any) | undefined;
|
|
36
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
37
|
+
overlayRootRef: HTMLDivElement;
|
|
38
|
+
}, HTMLDivElement>;
|
|
39
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { ComputedRef } from 'vue';
|
|
2
|
+
import { IChartApi, ISeriesApi, SeriesType } from 'lightweight-charts';
|
|
3
|
+
import { EaeraOrderLineItem, EaeraOrderLineToolRef, EaeraOrderlineOverlayProps, EaeraOrderlineOverlayState } from '../../../types/EaeraOrderlineOverlay';
|
|
4
|
+
export type EaeraOrderlineOverlayEmits = (e: string, ...args: unknown[]) => void;
|
|
5
|
+
interface EaeraOrderlineOverlayContext {
|
|
6
|
+
orderLines: ComputedRef<EaeraOrderLineItem[]>;
|
|
7
|
+
chartInstance: ComputedRef<IChartApi | null>;
|
|
8
|
+
seriesInstance: ComputedRef<ISeriesApi<SeriesType> | null>;
|
|
9
|
+
orderLineTool: ComputedRef<EaeraOrderLineToolRef | null>;
|
|
10
|
+
renderKey: ComputedRef<number>;
|
|
11
|
+
marketPrice: ComputedRef<number | string | null>;
|
|
12
|
+
tickSize: ComputedRef<number | string | null>;
|
|
13
|
+
dark: ComputedRef<boolean | undefined>;
|
|
14
|
+
state: ComputedRef<EaeraOrderlineOverlayState>;
|
|
15
|
+
onDeleteLine: (lineId: string) => void;
|
|
16
|
+
onLinePriceChange: (lineId: string, newPrice: number) => void;
|
|
17
|
+
onLinePricePreview: (lineId: string, newPrice: number) => void;
|
|
18
|
+
onDragStateChange: (lineId: string | null) => void;
|
|
19
|
+
onDraftPricesChange: (draftPrices: Record<string, number>) => void;
|
|
20
|
+
onSLTPChange: (lineId: string, sl: number | null, tp: number | null) => void;
|
|
21
|
+
}
|
|
22
|
+
export declare const provideEaeraOrderlineOverlay: (props: EaeraOrderlineOverlayProps, emit: EaeraOrderlineOverlayEmits) => EaeraOrderlineOverlayContext;
|
|
23
|
+
export declare const useEaeraOrderlineOverlay: () => EaeraOrderlineOverlayContext;
|
|
24
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export{_ as EaeraOrderlineOverlay,O as OrderlineContextMenu,_ as default,p as provideEaeraOrderlineOverlay,u as useEaeraOrderlineOverlay}from"../chunks/index-BnZsZnAN.mjs";import"vue";import"../chunks/EaeraButton-DGfjUoa6.mjs";import"element-plus";import"../chunks/EaeraInput-CkbcAxy0.mjs";import"element-plus/es";import"../chunks/eventListener-o1XlgLVq.mjs";import"../chunks/EaeraCheckbox-C_faN0pV.mjs";import"../chunks/EaeraSwitch-BI3E0zPf.mjs";import"../chunks/EaeraInputNumber-CT5nnbWb.mjs";import"../chunks/EaeraTag-ChGPYV8x.mjs";import"@lucide/vue";import"../chunks/iconSvg-DuOI5Yho.mjs";import"../chunks/_plugin-vue_export-helper-BCo6x5W8.mjs";
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { IEaeraSymbolSpecProps } from './type';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<IEaeraSymbolSpecProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IEaeraSymbolSpecProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ISymbolInfo, ISymbolStateInfo, ISymbolDetail } from '../../../types/EaeraSymbolSpec';
|
|
2
|
+
export interface ISymbolSpecStat {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
blocked: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface IEaeraSymbolSpecProps {
|
|
8
|
+
symbolInfo: ISymbolInfo;
|
|
9
|
+
symbolState: ISymbolStateInfo;
|
|
10
|
+
symbolDetail: ISymbolDetail;
|
|
11
|
+
detailUnavailable: boolean;
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as e}from"../chunks/EaeraLink-aQ6798iE.mjs";import{_ as l}from"../chunks/EaeraDivider-Dggvc36a.mjs";import{defineComponent as a,computed as t,openBlock as s,createBlock as o,withCtx as i,createElementVNode as r,createElementBlock as n,Fragment as m,renderList as d,toDisplayString as b,createVNode as c,createTextVNode as u,ref as v,normalizeClass as p,unref as x,createCommentVNode as y}from"vue";import{TriangleAlert as f}from"@lucide/vue";import{_ as g}from"../chunks/EaeraDialog-uLsXC20k.mjs";import{_ as k}from"../chunks/EaeraTag-ChGPYV8x.mjs";import"element-plus";import"element-plus/es";import"../chunks/iconSvg-DuOI5Yho.mjs";const S={class:"flex items-center gap-sm"},w={class:"flex flex-col gap-sm"},_={class:"text-body-sm text-[var(--er-text-secondary)] w-[168px] shrink-0"},C={class:"text-label-md text-[var(--er-text-primary)]"},I=a({__name:"SymbolDetailDialog",props:{dialogVisible:{type:Boolean},detail:{}},emits:["close"],setup(e,{emit:l}){const a=e,v=l,p=t(()=>[{label:"Full Symbol Name",value:a.detail.name},{label:"Category / Asset Class",value:a.detail.assetClass},{label:"Base / Quote Currency",value:a.detail.baseQuote},{label:"Digits / Precision",value:a.detail.digits},{label:"Tick Size / Point",value:a.detail.tickSize},{label:"Lot Step",value:a.detail.lotStep},{label:"Max Lot",value:a.detail.maxLot},{label:"Swap Long",value:a.detail.swapLong},{label:"Swap Short",value:a.detail.swapShort},{label:"Commission Rule",value:a.detail.commission},{label:"Trading Session",value:a.detail.tradingSession},{label:"Expiration / Contract Month",value:a.detail.expiration},{label:"Market Status",value:a.detail.marketStatus},{label:"Backend Note",value:a.detail.backendNote}]);return(l,a)=>{const t=k,x=g;return s(),o(x,{"dialog-visible":e.dialogVisible,width:"400px","show-close":!0,"close-on-click-modal":!0,"close-on-press-escape":!0,onClose:a[0]||(a[0]=e=>v("close"))},{header:i(()=>[r("div",S,[a[1]||(a[1]=r("span",{class:"leading-[var(--er-typo-title-lg-line-hg)] font-semibold text-[var(--er-text-primary)]"}," Symbol Info ",-1)),c(t,{color:"success",size:"sm"},{default:i(()=>[u(b(e.detail.symbol),1)]),_:1})])]),default:i(()=>[r("div",w,[(s(!0),n(m,null,d(p.value,e=>(s(),n("div",{key:e.label,class:"flex items-center gap-5xl"},[r("span",_,b(e.label),1),r("span",C,b(e.value),1)]))),128))])]),_:1},8,["dialog-visible"])}}}),L={class:"flex flex-col w-full"},z={class:"text-title-md text-[var(--er-text-primary)] m-0"},D={class:"flex flex-col gap-sm"},E={class:"text-body-sm text-[var(--er-text-secondary)] w-[112px]"},M={key:0,class:"flex items-center gap-xs text-body-xs text-[var(--er-text-warning)]"},j=a({__name:"index",props:{symbolInfo:{},symbolState:{},symbolDetail:{},detailUnavailable:{type:Boolean}},setup(a){const o=a,g=v(!1),k=v(!1),S=()=>{o.detailUnavailable?(k.value=!0,setTimeout(()=>{k.value=!1},2500)):g.value=!0},w=e=>o.symbolState.blockedFields.includes(e),_=t(()=>[{label:"Symbol",value:o.symbolInfo.symbol,blocked:!1},{label:"Spread",value:o.symbolInfo.spread,blocked:w("spread")},{label:"Contract Size",value:o.symbolInfo.contractSize,blocked:!1},{label:"Leverage",value:o.symbolInfo.leverage,blocked:!1},{label:"Margin",value:o.symbolInfo.margin,blocked:w("margin")},{label:"Min Lot",value:o.symbolInfo.minLot,blocked:!1}]);return(t,o)=>{const v=l,w=e;return s(),n("div",L,[r("h3",z,b(a.symbolInfo.symbol),1),c(v,{class:"mt-2 mb-4"}),r("div",D,[(s(!0),n(m,null,d(_.value,e=>(s(),n("div",{key:e.label,class:"flex items-center w-full gap-10"},[r("span",E,b(e.label),1),r("span",{class:p(["text-label-md",e.blocked?"text-[var(--er-text-muted)]":"text-[var(--er-text-primary)]"])},b(e.blocked?"—":e.value),3)]))),128)),c(w,{type:"primary",size:"sm",class:"text-[var(--er-text-brand)] cursor-pointer w-fit",onClick:S},{default:i(()=>[...o[1]||(o[1]=[u(" See More ",-1)])]),_:1}),k.value?(s(),n("div",M,[c(x(f),{size:14}),r("span",null,"Extended detail is unavailable for "+b(a.symbolInfo.symbol),1)])):y("",!0)]),c(I,{"dialog-visible":g.value,detail:a.symbolDetail,onClose:o[0]||(o[0]=e=>g.value=!1)},null,8,["dialog-visible","detail"])])}}});export{j as default};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { EaeraTimeNSalesProps, EaeraTimeNSalesSearchOption, EaeraTimeNSalesState } from '../../../types/EaeraTimeNSales';
|
|
2
|
+
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
5
|
+
slots: {
|
|
6
|
+
'search-dropdown'?(_: {
|
|
7
|
+
options: EaeraTimeNSalesSearchOption[];
|
|
8
|
+
selected: string;
|
|
9
|
+
minWidth: string;
|
|
10
|
+
loading: boolean;
|
|
11
|
+
fetchingSymbolLabel: string;
|
|
12
|
+
symbolNotFoundLabel: string;
|
|
13
|
+
selectOption: (value: string) => void;
|
|
14
|
+
}): any;
|
|
15
|
+
};
|
|
16
|
+
refs: {
|
|
17
|
+
searchRef: HTMLDivElement;
|
|
18
|
+
};
|
|
19
|
+
rootEl: HTMLDivElement;
|
|
20
|
+
};
|
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
22
|
+
declare const __VLS_component: DefineComponent<EaeraTimeNSalesProps, {
|
|
23
|
+
state: ComputedRef<EaeraTimeNSalesState>;
|
|
24
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
25
|
+
resize: (width: number, height: number) => any;
|
|
26
|
+
stateChange: (state: EaeraTimeNSalesState) => any;
|
|
27
|
+
"update:searchValue": (value: string) => any;
|
|
28
|
+
"select-search-option": (value: string) => any;
|
|
29
|
+
"update:minTradeSize": (value: string) => any;
|
|
30
|
+
"load-more": () => any;
|
|
31
|
+
}, string, PublicProps, Readonly<EaeraTimeNSalesProps> & Readonly<{
|
|
32
|
+
onResize?: ((width: number, height: number) => any) | undefined;
|
|
33
|
+
onStateChange?: ((state: EaeraTimeNSalesState) => any) | undefined;
|
|
34
|
+
"onUpdate:searchValue"?: ((value: string) => any) | undefined;
|
|
35
|
+
"onSelect-search-option"?: ((value: string) => any) | undefined;
|
|
36
|
+
"onUpdate:minTradeSize"?: ((value: string) => any) | undefined;
|
|
37
|
+
"onLoad-more"?: (() => any) | undefined;
|
|
38
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
39
|
+
searchRef: HTMLDivElement;
|
|
40
|
+
}, HTMLDivElement>;
|
|
41
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
42
|
+
export default _default;
|
|
43
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
44
|
+
new (): {
|
|
45
|
+
$slots: S;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ComputedRef, WritableComputedRef } from 'vue';
|
|
2
|
+
import { EaeraTimeNSalesEmitFn, EaeraTimeNSalesProps, EaeraTimeNSalesRow, EaeraTimeNSalesSearchOption, EaeraTimeNSalesState, EaeraTimeNSalesTableField } from '../../../types/EaeraTimeNSales';
|
|
3
|
+
interface EaeraTimeNSalesContext {
|
|
4
|
+
searchValue: WritableComputedRef<string>;
|
|
5
|
+
searchPlaceholder: ComputedRef<string>;
|
|
6
|
+
searchOptions: ComputedRef<EaeraTimeNSalesSearchOption[]>;
|
|
7
|
+
selectedSearchOption: ComputedRef<string>;
|
|
8
|
+
loadingSearchOptions: ComputedRef<boolean>;
|
|
9
|
+
minTradeSize: WritableComputedRef<string>;
|
|
10
|
+
minTradeSizePlaceholder: ComputedRef<string>;
|
|
11
|
+
rows: ComputedRef<EaeraTimeNSalesRow[]>;
|
|
12
|
+
fields: ComputedRef<EaeraTimeNSalesTableField[]>;
|
|
13
|
+
tableHeight: ComputedRef<number>;
|
|
14
|
+
tableMaxHeight: ComputedRef<string>;
|
|
15
|
+
loading: ComputedRef<boolean>;
|
|
16
|
+
fetchingSymbolLabel: ComputedRef<string>;
|
|
17
|
+
symbolNotFoundLabel: ComputedRef<string>;
|
|
18
|
+
emptyLabel: ComputedRef<string>;
|
|
19
|
+
showingDropdown: WritableComputedRef<boolean>;
|
|
20
|
+
state: ComputedRef<EaeraTimeNSalesState>;
|
|
21
|
+
onResize: (width: number, height: number) => void;
|
|
22
|
+
onSelectSearchOption: (value: string) => void;
|
|
23
|
+
onLoadMore: () => void;
|
|
24
|
+
}
|
|
25
|
+
export declare const provideEaeraTimeNSales: (props: EaeraTimeNSalesProps, emit: EaeraTimeNSalesEmitFn) => EaeraTimeNSalesContext;
|
|
26
|
+
export declare const useEaeraTimeNSales: () => EaeraTimeNSalesContext;
|
|
27
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{ref as e,watch as a,computed as s,provide as l,inject as t,defineComponent as o,shallowRef as i,openBlock as n,createElementBlock as r,createElementVNode as m,createVNode as c,unref as u,createSlots as d,withCtx as p,renderSlot as v,normalizeStyle as b,toDisplayString as _,Fragment as g,renderList as k,normalizeClass as y,createBlock as f,resolveDynamicComponent as S,onMounted as w,nextTick as E,onBeforeUnmount as j,useSlots as z,normalizeProps as T,guardReactiveProps as L}from"vue";import{a as N}from"../chunks/vendor-vueuse-core-B96HGhR7.mjs";import{useI18n as C}from"vue-i18n";import"element-plus";import"element-plus/es";import{ChevronUp as x,ChevronDown as V,Search as O}from"@lucide/vue";import"../chunks/vendor-email-misspelled-0hsXkSSK.mjs";import{_ as P}from"../chunks/EaeraInput-CkbcAxy0.mjs";import"../chunks/vendor-unorm-Degftfa1.mjs";import"../chunks/useEaeraInputPhoneNumber-CKXimj-u.mjs";import"@element-plus/icons-vue";import"../chunks/iconSvg-DuOI5Yho.mjs";import D from"../composite/EaeraDropdownV2.mjs";import"echarts/core";import"echarts/renderers";import"echarts/charts";import"echarts/components";import"vue-echarts";import"../chunks/vendor-currency-symbol-map-C-1fEG2R.mjs";import"../chunks/vendor-sortablejs-D3DyHO5Y.mjs";import{_ as F}from"../chunks/EaeraTableV2-brB-3CB3.mjs";import"../chunks/eventListener-o1XlgLVq.mjs";import"../chunks/phoneNumbers-Bmtkxd5J.mjs";import"../chunks/vendor-libphonenumber-js-bhez_Ujn.mjs";import"../chunks/_plugin-vue_export-helper-BCo6x5W8.mjs";import"../chunks/EaeraDateTimePicker-B6M5r2xN.mjs";import"../chunks/EaeraButton-DGfjUoa6.mjs";import"../chunks/EaeraSelect-C25XUlir.mjs";import"../chunks/EaeraSpinner-DzMwUlR7.mjs";import"../chunks/EaeraCheckbox-C_faN0pV.mjs";import"../chunks/EaeraDatePicker-Cf58Nwsl.mjs";import"../chunks/EaeraPagination-D5_CjSZy.mjs";import"../chunks/EaeraSelectTag-Cien4ohI.mjs";import"../chunks/EaeraTag-ChGPYV8x.mjs";import"../chunks/EaeraSelectStatus-D_6vpant.mjs";import"../chunks/EaeraEmpty-CnGp7eaH.mjs";import"../chunks/EaeraDataCard-Di8lwlRJ.mjs";import"../chunks/EaeraDropdown-B00Ns2OY.mjs";const H=Symbol("EAERA_TIME_N_SALES_CONTEXT_KEY"),M=(t,o)=>{const{t:i}=C(),n=e(t.searchValue),r=e(t.minTradeSize),m=e(!1);a(()=>t.searchValue,e=>{n.value=e}),a(()=>t.minTradeSize,e=>{r.value=e});const c=(e,a)=>{const s=i(e);return"string"==typeof s&&s.trim().length>0?s:a},u=s(()=>[{key:"date",label:c("time-and-sales.table.date","Date"),minWidth:50},{key:"time",label:c("time-and-sales.table.time","Time"),minWidth:60},{key:"price",label:c("time-and-sales.table.price","Price"),minWidth:70,align:"right"},{key:"size",label:c("time-and-sales.table.size","Size"),minWidth:50,align:"right"}].map(e=>({...e,cellClass:"fs-10",cell:{dataClass:"text-primary"}}))),d=s(()=>({searchValue:n.value,minTradeSize:r.value,showingDropdown:m.value}));a(d,e=>{o("stateChange",e)},{immediate:!0});const p={searchValue:s({get:()=>n.value,set:e=>{n.value=e,o("update:searchValue",e)}}),searchPlaceholder:s(()=>t.searchPlaceholder??""),searchOptions:s(()=>t.searchOptions??[]),selectedSearchOption:s(()=>t.selectedSearchOption??""),loadingSearchOptions:s(()=>t.loadingSearchOptions??!1),minTradeSize:s({get:()=>r.value,set:e=>{r.value=e,o("update:minTradeSize",e)}}),minTradeSizePlaceholder:s(()=>t.minTradeSizePlaceholder||c("time-and-sales.table.size","Size")),rows:s(()=>t.rows??[]),fields:s(()=>t.fields&&t.fields.length>0?t.fields:u.value),tableHeight:s(()=>Number(t.tableHeight)||0),tableMaxHeight:s(()=>`${Math.max((Number(t.tableHeight)||0)-16,0)}px`),loading:s(()=>t.loading??!1),fetchingSymbolLabel:s(()=>t.fetchingSymbolLabel||c("market.search.fetching-symbol","Fetching symbol")),symbolNotFoundLabel:s(()=>t.symbolNotFoundLabel||c("market.search.symbol-not-found","Symbol not found")),emptyLabel:s(()=>t.emptyLabel||c("time-and-sales.table.empty","No data")),showingDropdown:s({get:()=>m.value,set:e=>{m.value=e}}),state:d,onResize:(e,a)=>o("resize",e,a),onSelectSearchOption:e=>o("select-search-option",e),onLoadMore:()=>o("load-more")};return l(H,p),p},$=()=>{const e=t(H);if(!e)throw new Error("useEaeraTimeNSales must be used inside EaeraTimeNSales");return e},R={class:"custom-time-n-sales-search__row"},I={class:"custom-time-n-sales-search__symbol-field"},W={class:"custom-time-n-sales-search__dropdown-anchor"},A={key:0,class:"custom-time-n-sales-search__empty body-sm text-placeholder"},q={key:0},B={key:1},U={key:1,class:"custom-time-n-sales-search__option-list"},Y=["onClick"],J={class:"body-md__w"},K={class:"body-sm"},X={class:"custom-time-n-sales-search__size-field"},G={class:"custom-time-n-sales-search__size-icons"},Q=o({__name:"EaeraTimeNSalesSearch",setup(l){const{searchValue:t,searchPlaceholder:o,searchOptions:w,selectedSearchOption:E,loadingSearchOptions:j,minTradeSize:z,minTradeSizePlaceholder:T,fetchingSymbolLabel:L,symbolNotFoundLabel:C,showingDropdown:F,onSelectSearchOption:H}=$(),M=i(null),Q=e(),{width:Z}=N(M),ee=s(()=>`${Math.max(Z.value,200)}px`),ae=e(t.value),se=e(!1),le=s({get:()=>z.value,set:e=>{z.value=e}});a(t,e=>{ae.value=e});const te=e=>{se.value||(t.value=e)},oe=()=>{se.value=!0},ie=e=>{t.value=e.data},ne=e=>{se.value=!1;const a=e.data??ae.value;t.value=a},re=e=>{H(e)},me=e=>{F.value=e},ce=()=>{z.value=(e=>{const a=Number(e);return!Number.isFinite(a)||a<1?"":`${a}`})(z.value)},ue=()=>{const e=Number(z.value||"1"),a=Number.isFinite(e)&&e>=1?e:1;z.value=`${a+1}`},de=()=>{const e=Number(z.value||"1"),a=Number.isFinite(e)&&e>=1?e:1;z.value=`${Math.max(1,a-1)}`},he=s(()=>[{value:"up",icon:x,onClick:ue},{value:"down",icon:V,onClick:de}]);return a(t,e=>{e?Q.value?.openDropdown():Q.value?.closeDropdown()},{immediate:!0}),(e,a)=>(n(),r("div",{ref_key:"searchRef",ref:M,class:"custom-time-n-sales-search"},[m("div",R,[m("div",I,[c(u(P),{modelValue:ae.value,"onUpdate:modelValue":a[0]||(a[0]=e=>ae.value=e),placeholder:u(o),clearable:"",class:"watchlist-input custom-time-n-sales-search__symbol-input",onInput:te,onCompositionstart:oe,onCompositionupdate:ie,onCompositionend:ne},d({_:2},[u(t)?void 0:{name:"suffix",fn:p(()=>[c(u(O),{size:16,class:"icon-primary"})]),key:"0"}]),1032,["modelValue","placeholder"]),m("div",W,[c(u(D),{ref_key:"dropdownRef",ref:Q,trigger:"click",placement:"bottom-start",class:"custom-time-n-sales-search__dropdown",onVisibleChange:me},{dropdown:p(()=>[v(e.$slots,"dropdown",{options:u(w),selected:u(E),minWidth:ee.value,loading:u(j),fetchingSymbolLabel:u(L),symbolNotFoundLabel:u(C),selectOption:re},()=>[m("div",{class:"custom-time-n-sales-search__dropdown-panel",style:b({minWidth:ee.value})},[u(j)||!u(w).length?(n(),r("div",A,[u(j)?(n(),r("div",q,_(u(L)),1)):(n(),r("div",B,_(u(C)),1))])):(n(),r("div",U,[(n(!0),r(g,null,k(u(w),e=>(n(),r("div",{key:e.value,class:y(["custom-time-n-sales-search__option",e.value===u(E)&&"is-selected"]),onClick:a=>re(e.value)},[m("div",J,_(e.label),1),m("div",K,_(e.description),1)],10,Y))),128))]))],4)])]),default:p(()=>[a[2]||(a[2]=m("div",{class:"custom-time-n-sales-search__dropdown-trigger"},null,-1))]),_:3},512)])]),m("div",X,[c(u(P),{modelValue:le.value,"onUpdate:modelValue":a[1]||(a[1]=e=>le.value=e),class:"watchlist-input custom-time-n-sales-search__size-input",placeholder:u(T),onChange:ce,onInput:ce},{suffix:p(()=>[m("div",G,[(n(!0),r(g,null,k(he.value,e=>(n(),f(S(e.icon),{key:e.value,size:12,class:"icon-primary custom-time-n-sales-search__size-icon",onClick:e.onClick},null,8,["onClick"]))),128))])]),_:1},8,["modelValue","placeholder"])])])],512))}}),Z={class:"custom-time-n-sales-table"},ee=o({__name:"EaeraTimeNSalesTable",setup(a){const{rows:s,fields:l,tableMaxHeight:t,loading:o,emptyLabel:d,onLoadMore:v}=$(),b=e(),g=i(null),k=()=>{const e=g.value;e&&((e,a=50)=>{const{scrollTop:s,clientHeight:l,scrollHeight:t}=e;return s+l>=t-a})(e)&&v()},y=()=>{k()};let f=null;const S=()=>{null==f&&(f=requestAnimationFrame(()=>{f=null,k()}))};return w(async()=>{await E(),(()=>{const e=b.value?.$el;if(!e)return;const a=e.querySelector(".el-scrollbar__wrap");a&&(g.value=a,a.addEventListener("scroll",y,{passive:!0}),a.addEventListener("wheel",S,{passive:!0}))})()}),j(()=>{(()=>{const e=g.value;e&&(e.removeEventListener("scroll",y),e.removeEventListener("wheel",S),g.value=null)})(),null!=f&&(cancelAnimationFrame(f),f=null)}),(e,a)=>(n(),r("div",Z,[c(u(F),{ref_key:"tableRef",ref:b,class:"watchlist-table custom-time-n-sales-table__table",items:u(s),fields:u(l),"max-height":u(t),stripe:!1,"hide-footer":"",loading:u(o)},{empty:p(()=>[m("div",null,_(u(d)),1)]),_:1},8,["items","fields","max-height","loading"])]))}}),ae={class:"custom-time-n-sales"},se={class:"custom-time-n-sales__table"},le=o({__name:"index",props:{searchValue:{},searchPlaceholder:{},searchOptions:{},selectedSearchOption:{},loadingSearchOptions:{type:Boolean},minTradeSize:{},minTradeSizePlaceholder:{},rows:{},fields:{},tableHeight:{},loading:{type:Boolean},fetchingSymbolLabel:{},symbolNotFoundLabel:{},emptyLabel:{}},emits:["resize","update:searchValue","select-search-option","update:minTradeSize","load-more","stateChange"],setup(e,{expose:s,emit:l}){const t=z(),o=i(null),{width:b,height:_}=N(o),g=M(e,l);return s({state:g.state}),a([b,_],()=>{o.value&&g.onResize(b.value,_.value)}),(e,a)=>(n(),r("div",ae,[m("div",{ref_key:"searchRef",ref:o,class:"custom-time-n-sales__search"},[c(u(Q),null,d({_:2},[u(t)["search-dropdown"]?{name:"dropdown",fn:p(a=>[v(e.$slots,"search-dropdown",T(L(a)))]),key:"0"}:void 0]),1024)],512),m("div",se,[c(u(ee))])]))}});export{le as default,M as provideEaeraTimeNSales,$ as useEaeraTimeNSales};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { default as EaeraTradingTableHeader } from './EaeraTradingTableHeader';
|
|
2
|
+
export { default as EaeraTradingTableHistoryTabs } from './EaeraTradingTableHistoryTabs';
|
|
3
|
+
export { default as EaeraTradingTableColumnFilterDialog } from './EaeraTradingTableColumnFilterDialog';
|
|
4
|
+
export { default as EaeraTradingTablePositionsTable } from './EaeraTradingTablePositionsTable';
|
|
5
|
+
export { default as EaeraTradingTablePendingTable } from './EaeraTradingTablePendingTable';
|
|
6
|
+
export { default as EaeraTradingTableHistoryContent } from './EaeraTradingTableHistoryContent';
|
|
7
|
+
export { default as EaeraTradingTableHistoryDealsTable } from './EaeraTradingTableHistoryDealsTable';
|
|
8
|
+
export { default as EaeraTradingTableHistoryOrdersTable } from './EaeraTradingTableHistoryOrdersTable';
|
|
9
|
+
export { default as EaeraTradingTableHistoryPositionsTable } from './EaeraTradingTableHistoryPositionsTable';
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { EaeraTradingTableProps, EaeraTradingTableState, EaeraTradingTableTimeRange, EaeraTradingTableTab, EaeraTradingTableHistoryTab, EaeraTradingTableCustomDateRange, EaeraTradingTableColumnsChangePayload, EaeraTradingTablePositionDraftUpdatePayload, EaeraTradingTableOrderDraftUpdatePayload, EaeraTradingTableSortPayload, EaeraTradingTableLayoutState, EaeraTradingTablePositionRow, EaeraTradingTableField, EaeraTradingTablePositionsSummary, EaeraTradingTablePositionDraft, EaeraTradingTablePositionDraftInvalid, EaeraTradingTablePendingRow, EaeraTradingTableHistoryDealRow, EaeraTradingTableHistoryDealsSummary, EaeraTradingTableHistoryOrderRow, EaeraTradingTableHistoryOrdersSummary, EaeraTradingTableHistoryPositionRow, EaeraTradingTableHistoryPositionsSummary } from '../../../types/EaeraTradingTable';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
declare const _default: DefineComponent<EaeraTradingTableProps, {
|
|
4
|
+
openColumnDialog: () => void;
|
|
5
|
+
closeColumnDialog: () => void;
|
|
6
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
7
|
+
selectSymbol: (symbol: string) => any;
|
|
8
|
+
stateChange: (state: EaeraTradingTableState) => any;
|
|
9
|
+
changeTimeRange: (timeRange: EaeraTradingTableTimeRange) => any;
|
|
10
|
+
changeTab: (tab: EaeraTradingTableTab) => any;
|
|
11
|
+
changeHistoryTab: (tab: EaeraTradingTableHistoryTab) => any;
|
|
12
|
+
changeCustomDateRange: (range: EaeraTradingTableCustomDateRange | null) => any;
|
|
13
|
+
changeColumns: (payload: EaeraTradingTableColumnsChangePayload) => any;
|
|
14
|
+
exportHistory: () => any;
|
|
15
|
+
focusPosition: (positionId: number) => any;
|
|
16
|
+
startEditPosition: (positionId: number) => any;
|
|
17
|
+
changePositionDraft: (payload: EaeraTradingTablePositionDraftUpdatePayload) => any;
|
|
18
|
+
savePositionDraft: (positionId: number) => any;
|
|
19
|
+
closePosition: (positionId: number) => any;
|
|
20
|
+
cancelPendingOrder: (orderId: number) => any;
|
|
21
|
+
startEditOrder: (orderId: number) => any;
|
|
22
|
+
changeOrderDraft: (payload: EaeraTradingTableOrderDraftUpdatePayload) => any;
|
|
23
|
+
saveOrderDraft: (orderId: number) => any;
|
|
24
|
+
changeHistoryPositionsSort: (sort: EaeraTradingTableSortPayload) => any;
|
|
25
|
+
changeHistoryOrdersSort: (sort: EaeraTradingTableSortPayload) => any;
|
|
26
|
+
changeHistoryDealsSort: (sort: EaeraTradingTableSortPayload) => any;
|
|
27
|
+
loadMoreHistoryPositions: () => any;
|
|
28
|
+
loadMoreHistoryOrders: () => any;
|
|
29
|
+
loadMoreHistoryDeals: () => any;
|
|
30
|
+
layoutChange: (layout: EaeraTradingTableLayoutState) => any;
|
|
31
|
+
}, string, PublicProps, Readonly<EaeraTradingTableProps> & Readonly<{
|
|
32
|
+
onSelectSymbol?: ((symbol: string) => any) | undefined;
|
|
33
|
+
onStateChange?: ((state: EaeraTradingTableState) => any) | undefined;
|
|
34
|
+
onChangeTimeRange?: ((timeRange: EaeraTradingTableTimeRange) => any) | undefined;
|
|
35
|
+
onChangeTab?: ((tab: EaeraTradingTableTab) => any) | undefined;
|
|
36
|
+
onChangeHistoryTab?: ((tab: EaeraTradingTableHistoryTab) => any) | undefined;
|
|
37
|
+
onChangeCustomDateRange?: ((range: EaeraTradingTableCustomDateRange | null) => any) | undefined;
|
|
38
|
+
onChangeColumns?: ((payload: EaeraTradingTableColumnsChangePayload) => any) | undefined;
|
|
39
|
+
onExportHistory?: (() => any) | undefined;
|
|
40
|
+
onFocusPosition?: ((positionId: number) => any) | undefined;
|
|
41
|
+
onStartEditPosition?: ((positionId: number) => any) | undefined;
|
|
42
|
+
onChangePositionDraft?: ((payload: EaeraTradingTablePositionDraftUpdatePayload) => any) | undefined;
|
|
43
|
+
onSavePositionDraft?: ((positionId: number) => any) | undefined;
|
|
44
|
+
onClosePosition?: ((positionId: number) => any) | undefined;
|
|
45
|
+
onCancelPendingOrder?: ((orderId: number) => any) | undefined;
|
|
46
|
+
onStartEditOrder?: ((orderId: number) => any) | undefined;
|
|
47
|
+
onChangeOrderDraft?: ((payload: EaeraTradingTableOrderDraftUpdatePayload) => any) | undefined;
|
|
48
|
+
onSaveOrderDraft?: ((orderId: number) => any) | undefined;
|
|
49
|
+
onChangeHistoryPositionsSort?: ((sort: EaeraTradingTableSortPayload) => any) | undefined;
|
|
50
|
+
onChangeHistoryOrdersSort?: ((sort: EaeraTradingTableSortPayload) => any) | undefined;
|
|
51
|
+
onChangeHistoryDealsSort?: ((sort: EaeraTradingTableSortPayload) => any) | undefined;
|
|
52
|
+
onLoadMoreHistoryPositions?: (() => any) | undefined;
|
|
53
|
+
onLoadMoreHistoryOrders?: (() => any) | undefined;
|
|
54
|
+
onLoadMoreHistoryDeals?: (() => any) | undefined;
|
|
55
|
+
onLayoutChange?: ((layout: EaeraTradingTableLayoutState) => any) | undefined;
|
|
56
|
+
}>, {
|
|
57
|
+
selectedSymbol: string | null;
|
|
58
|
+
activeTab: EaeraTradingTableTab;
|
|
59
|
+
selectedTimeRange: EaeraTradingTableTimeRange;
|
|
60
|
+
isExporting: boolean;
|
|
61
|
+
activeHistoryTab: EaeraTradingTableHistoryTab;
|
|
62
|
+
summaryTargetId: string;
|
|
63
|
+
positionRows: EaeraTradingTablePositionRow[];
|
|
64
|
+
positionFields: EaeraTradingTableField[];
|
|
65
|
+
positionsSummary: EaeraTradingTablePositionsSummary;
|
|
66
|
+
editingPositionId: number | null;
|
|
67
|
+
positionDraft: EaeraTradingTablePositionDraft;
|
|
68
|
+
positionDraftInvalid: EaeraTradingTablePositionDraftInvalid;
|
|
69
|
+
isSavingPositionDraft: boolean;
|
|
70
|
+
pendingRows: EaeraTradingTablePendingRow[];
|
|
71
|
+
pendingFields: EaeraTradingTableField[];
|
|
72
|
+
historyDealRows: EaeraTradingTableHistoryDealRow[];
|
|
73
|
+
historyDealFields: EaeraTradingTableField[];
|
|
74
|
+
historyDealsSummary: EaeraTradingTableHistoryDealsSummary;
|
|
75
|
+
historyOrderRows: EaeraTradingTableHistoryOrderRow[];
|
|
76
|
+
historyOrderFields: EaeraTradingTableField[];
|
|
77
|
+
historyOrdersSummary: EaeraTradingTableHistoryOrdersSummary;
|
|
78
|
+
historyPositionRows: EaeraTradingTableHistoryPositionRow[];
|
|
79
|
+
historyPositionFields: EaeraTradingTableField[];
|
|
80
|
+
customDateRange: EaeraTradingTableCustomDateRange | null;
|
|
81
|
+
selectedColumnKeys: string[];
|
|
82
|
+
positionsCount: number;
|
|
83
|
+
pendingCount: number;
|
|
84
|
+
hiddenSummaryTabs: EaeraTradingTableTab[];
|
|
85
|
+
historyPositionsSummary: EaeraTradingTableHistoryPositionsSummary;
|
|
86
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
87
|
+
tradingTableRef: HTMLDivElement;
|
|
88
|
+
summaryRef: HTMLDivElement;
|
|
89
|
+
}, HTMLDivElement>;
|
|
90
|
+
export default _default;
|
|
@@ -0,0 +1,154 @@
|
|
|
1
|
+
import { ComputedRef } from 'vue';
|
|
2
|
+
import { EaeraTradingTableColumnOption, EaeraTradingTableCustomDateRange, EaeraTradingTableEmits, EaeraTradingTableField, EaeraTradingTableHistoryDealRow, EaeraTradingTableHistoryDealsSummary, EaeraTradingTableHistoryOrderRow, EaeraTradingTableHistoryOrdersSummary, EaeraTradingTableHistoryPositionRow, EaeraTradingTableHistoryPositionsSummary, EaeraTradingTableHistoryTab, EaeraTradingTableLayoutState, EaeraTradingTableOrderDraft, EaeraTradingTableOrderDraftInvalid, EaeraTradingTableOrderDraftUpdatePayload, EaeraTradingTablePendingRow, EaeraTradingTablePositionDraft, EaeraTradingTablePositionDraftInvalid, EaeraTradingTablePositionDraftUpdatePayload, EaeraTradingTablePositionRow, EaeraTradingTablePositionsSummary, EaeraTradingTableProps, EaeraTradingTableSortPayload, EaeraTradingTableState, EaeraTradingTableTab, EaeraTradingTableTabOption, EaeraTradingTableTimeRange } from '../../../types/EaeraTradingTable';
|
|
3
|
+
export interface EaeraTradingTableContext {
|
|
4
|
+
activeTab: ComputedRef<EaeraTradingTableTab>;
|
|
5
|
+
activeHistoryTab: ComputedRef<EaeraTradingTableHistoryTab>;
|
|
6
|
+
selectedTimeRange: ComputedRef<EaeraTradingTableTimeRange>;
|
|
7
|
+
customDateRange: ComputedRef<EaeraTradingTableCustomDateRange | null>;
|
|
8
|
+
tabs: ComputedRef<EaeraTradingTableTabOption<EaeraTradingTableTab>[]>;
|
|
9
|
+
historyTabs: ComputedRef<EaeraTradingTableTabOption<EaeraTradingTableHistoryTab>[]>;
|
|
10
|
+
timeRangeOptions: ComputedRef<EaeraTradingTableTabOption<EaeraTradingTableTimeRange>[]>;
|
|
11
|
+
columnOptions: ComputedRef<EaeraTradingTableColumnOption[]>;
|
|
12
|
+
selectedColumnKeys: ComputedRef<string[]>;
|
|
13
|
+
positionsCount: ComputedRef<number>;
|
|
14
|
+
pendingCount: ComputedRef<number>;
|
|
15
|
+
isExporting: ComputedRef<boolean>;
|
|
16
|
+
summaryTargetId: ComputedRef<string>;
|
|
17
|
+
isHistoryTab: ComputedRef<boolean>;
|
|
18
|
+
isSummaryVisible: ComputedRef<boolean>;
|
|
19
|
+
isColumnDialogOpen: ComputedRef<boolean>;
|
|
20
|
+
draftColumnOptions: ComputedRef<EaeraTradingTableColumnOption[]>;
|
|
21
|
+
draftCheckedColumnKeys: ComputedRef<string[]>;
|
|
22
|
+
layout: ComputedRef<EaeraTradingTableLayoutState>;
|
|
23
|
+
positionRows: ComputedRef<EaeraTradingTablePositionRow[]>;
|
|
24
|
+
pendingRows: ComputedRef<EaeraTradingTablePendingRow[]>;
|
|
25
|
+
historyPositionRows: ComputedRef<EaeraTradingTableHistoryPositionRow[]>;
|
|
26
|
+
historyOrderRows: ComputedRef<EaeraTradingTableHistoryOrderRow[]>;
|
|
27
|
+
historyDealRows: ComputedRef<EaeraTradingTableHistoryDealRow[]>;
|
|
28
|
+
positionFields: ComputedRef<EaeraTradingTableField[]>;
|
|
29
|
+
pendingFields: ComputedRef<EaeraTradingTableField[]>;
|
|
30
|
+
historyPositionFields: ComputedRef<EaeraTradingTableField[]>;
|
|
31
|
+
historyOrderFields: ComputedRef<EaeraTradingTableField[]>;
|
|
32
|
+
historyDealFields: ComputedRef<EaeraTradingTableField[]>;
|
|
33
|
+
selectedSymbol: ComputedRef<string | null>;
|
|
34
|
+
editingPositionId: ComputedRef<number | null>;
|
|
35
|
+
focusedPositionId: ComputedRef<number | null>;
|
|
36
|
+
editingOrderId: ComputedRef<number | null>;
|
|
37
|
+
positionDraft: ComputedRef<EaeraTradingTablePositionDraft>;
|
|
38
|
+
positionDraftInvalid: ComputedRef<EaeraTradingTablePositionDraftInvalid>;
|
|
39
|
+
orderDraft: ComputedRef<EaeraTradingTableOrderDraft>;
|
|
40
|
+
orderDraftInvalid: ComputedRef<EaeraTradingTableOrderDraftInvalid>;
|
|
41
|
+
isSavingPositionDraft: ComputedRef<boolean>;
|
|
42
|
+
positionsSummary: ComputedRef<EaeraTradingTablePositionsSummary>;
|
|
43
|
+
historyPositionsSummary: ComputedRef<EaeraTradingTableHistoryPositionsSummary>;
|
|
44
|
+
historyOrdersSummary: ComputedRef<EaeraTradingTableHistoryOrdersSummary>;
|
|
45
|
+
historyDealsSummary: ComputedRef<EaeraTradingTableHistoryDealsSummary>;
|
|
46
|
+
setActiveTab: (tab: EaeraTradingTableTab) => void;
|
|
47
|
+
setActiveHistoryTab: (tab: EaeraTradingTableHistoryTab) => void;
|
|
48
|
+
setSelectedTimeRange: (range: EaeraTradingTableTimeRange) => void;
|
|
49
|
+
setCustomDateRange: (range: EaeraTradingTableCustomDateRange | null) => void;
|
|
50
|
+
setWrapperHeight: (height: number) => void;
|
|
51
|
+
setHeaderHeight: (height: number) => void;
|
|
52
|
+
setHistoryTabsHeight: (height: number) => void;
|
|
53
|
+
setFooterHeight: (height: number) => void;
|
|
54
|
+
openColumnDialog: () => void;
|
|
55
|
+
closeColumnDialog: () => void;
|
|
56
|
+
updateDraftCheckedColumnKeys: (selectedIds: string[]) => void;
|
|
57
|
+
reorderDraftColumnOptions: (nextOptions: EaeraTradingTableColumnOption[]) => void;
|
|
58
|
+
saveColumns: () => void;
|
|
59
|
+
triggerExportHistory: () => void;
|
|
60
|
+
resolveTableFields: (fields: EaeraTradingTableField[]) => EaeraTradingTableField[];
|
|
61
|
+
selectSymbol: (symbol: string) => void;
|
|
62
|
+
focusPosition: (positionId: number) => void;
|
|
63
|
+
startEditPosition: (positionId: number) => void;
|
|
64
|
+
changePositionDraft: (payload: EaeraTradingTablePositionDraftUpdatePayload) => void;
|
|
65
|
+
savePositionDraft: (positionId: number) => void;
|
|
66
|
+
closePosition: (positionId: number) => void;
|
|
67
|
+
cancelPendingOrder: (orderId: number) => void;
|
|
68
|
+
startEditOrder: (orderId: number) => void;
|
|
69
|
+
changeOrderDraft: (payload: EaeraTradingTableOrderDraftUpdatePayload) => void;
|
|
70
|
+
saveOrderDraft: (orderId: number) => void;
|
|
71
|
+
changeHistoryPositionsSort: (sort: EaeraTradingTableSortPayload) => void;
|
|
72
|
+
changeHistoryOrdersSort: (sort: EaeraTradingTableSortPayload) => void;
|
|
73
|
+
changeHistoryDealsSort: (sort: EaeraTradingTableSortPayload) => void;
|
|
74
|
+
loadMoreHistoryPositions: () => void;
|
|
75
|
+
loadMoreHistoryOrders: () => void;
|
|
76
|
+
loadMoreHistoryDeals: () => void;
|
|
77
|
+
}
|
|
78
|
+
export declare const provideEaeraTradingTable: (props: EaeraTradingTableProps, emit: <K extends keyof EaeraTradingTableEmits>(event: K, ...args: EaeraTradingTableEmits[K]) => void) => {
|
|
79
|
+
state: ComputedRef<EaeraTradingTableState>;
|
|
80
|
+
activeTab: ComputedRef<EaeraTradingTableTab>;
|
|
81
|
+
activeHistoryTab: ComputedRef<EaeraTradingTableHistoryTab>;
|
|
82
|
+
selectedTimeRange: ComputedRef<EaeraTradingTableTimeRange>;
|
|
83
|
+
customDateRange: ComputedRef<EaeraTradingTableCustomDateRange | null>;
|
|
84
|
+
tabs: ComputedRef<EaeraTradingTableTabOption<EaeraTradingTableTab>[]>;
|
|
85
|
+
historyTabs: ComputedRef<EaeraTradingTableTabOption<EaeraTradingTableHistoryTab>[]>;
|
|
86
|
+
timeRangeOptions: ComputedRef<EaeraTradingTableTabOption<EaeraTradingTableTimeRange>[]>;
|
|
87
|
+
columnOptions: ComputedRef<EaeraTradingTableColumnOption[]>;
|
|
88
|
+
selectedColumnKeys: ComputedRef<string[]>;
|
|
89
|
+
positionsCount: ComputedRef<number>;
|
|
90
|
+
pendingCount: ComputedRef<number>;
|
|
91
|
+
isExporting: ComputedRef<boolean>;
|
|
92
|
+
summaryTargetId: ComputedRef<string>;
|
|
93
|
+
isHistoryTab: ComputedRef<boolean>;
|
|
94
|
+
isSummaryVisible: ComputedRef<boolean>;
|
|
95
|
+
isColumnDialogOpen: ComputedRef<boolean>;
|
|
96
|
+
draftColumnOptions: ComputedRef<EaeraTradingTableColumnOption[]>;
|
|
97
|
+
draftCheckedColumnKeys: ComputedRef<string[]>;
|
|
98
|
+
layout: ComputedRef<EaeraTradingTableLayoutState>;
|
|
99
|
+
positionRows: ComputedRef<EaeraTradingTablePositionRow[]>;
|
|
100
|
+
pendingRows: ComputedRef<EaeraTradingTablePendingRow[]>;
|
|
101
|
+
historyPositionRows: ComputedRef<EaeraTradingTableHistoryPositionRow[]>;
|
|
102
|
+
historyOrderRows: ComputedRef<EaeraTradingTableHistoryOrderRow[]>;
|
|
103
|
+
historyDealRows: ComputedRef<EaeraTradingTableHistoryDealRow[]>;
|
|
104
|
+
positionFields: ComputedRef<EaeraTradingTableField[]>;
|
|
105
|
+
pendingFields: ComputedRef<EaeraTradingTableField[]>;
|
|
106
|
+
historyPositionFields: ComputedRef<EaeraTradingTableField[]>;
|
|
107
|
+
historyOrderFields: ComputedRef<EaeraTradingTableField[]>;
|
|
108
|
+
historyDealFields: ComputedRef<EaeraTradingTableField[]>;
|
|
109
|
+
selectedSymbol: ComputedRef<string | null>;
|
|
110
|
+
editingPositionId: ComputedRef<number | null>;
|
|
111
|
+
focusedPositionId: ComputedRef<number | null>;
|
|
112
|
+
editingOrderId: ComputedRef<number | null>;
|
|
113
|
+
positionDraft: ComputedRef<EaeraTradingTablePositionDraft>;
|
|
114
|
+
positionDraftInvalid: ComputedRef<EaeraTradingTablePositionDraftInvalid>;
|
|
115
|
+
orderDraft: ComputedRef<EaeraTradingTableOrderDraft>;
|
|
116
|
+
orderDraftInvalid: ComputedRef<EaeraTradingTableOrderDraftInvalid>;
|
|
117
|
+
isSavingPositionDraft: ComputedRef<boolean>;
|
|
118
|
+
positionsSummary: ComputedRef<EaeraTradingTablePositionsSummary>;
|
|
119
|
+
historyPositionsSummary: ComputedRef<EaeraTradingTableHistoryPositionsSummary>;
|
|
120
|
+
historyOrdersSummary: ComputedRef<EaeraTradingTableHistoryOrdersSummary>;
|
|
121
|
+
historyDealsSummary: ComputedRef<EaeraTradingTableHistoryDealsSummary>;
|
|
122
|
+
setActiveTab: (tab: EaeraTradingTableTab) => void;
|
|
123
|
+
setActiveHistoryTab: (tab: EaeraTradingTableHistoryTab) => void;
|
|
124
|
+
setSelectedTimeRange: (range: EaeraTradingTableTimeRange) => void;
|
|
125
|
+
setCustomDateRange: (range: EaeraTradingTableCustomDateRange | null) => void;
|
|
126
|
+
setWrapperHeight: (height: number) => void;
|
|
127
|
+
setHeaderHeight: (height: number) => void;
|
|
128
|
+
setHistoryTabsHeight: (height: number) => void;
|
|
129
|
+
setFooterHeight: (height: number) => void;
|
|
130
|
+
openColumnDialog: () => void;
|
|
131
|
+
closeColumnDialog: () => void;
|
|
132
|
+
updateDraftCheckedColumnKeys: (selectedIds: string[]) => void;
|
|
133
|
+
reorderDraftColumnOptions: (nextOptions: EaeraTradingTableColumnOption[]) => void;
|
|
134
|
+
saveColumns: () => void;
|
|
135
|
+
triggerExportHistory: () => void;
|
|
136
|
+
resolveTableFields: (fields: EaeraTradingTableField[]) => EaeraTradingTableField[];
|
|
137
|
+
selectSymbol: (symbol: string) => void;
|
|
138
|
+
focusPosition: (positionId: number) => void;
|
|
139
|
+
startEditPosition: (positionId: number) => void;
|
|
140
|
+
changePositionDraft: (payload: EaeraTradingTablePositionDraftUpdatePayload) => void;
|
|
141
|
+
savePositionDraft: (positionId: number) => void;
|
|
142
|
+
closePosition: (positionId: number) => void;
|
|
143
|
+
cancelPendingOrder: (orderId: number) => void;
|
|
144
|
+
startEditOrder: (orderId: number) => void;
|
|
145
|
+
changeOrderDraft: (payload: EaeraTradingTableOrderDraftUpdatePayload) => void;
|
|
146
|
+
saveOrderDraft: (orderId: number) => void;
|
|
147
|
+
changeHistoryPositionsSort: (sort: EaeraTradingTableSortPayload) => void;
|
|
148
|
+
changeHistoryOrdersSort: (sort: EaeraTradingTableSortPayload) => void;
|
|
149
|
+
changeHistoryDealsSort: (sort: EaeraTradingTableSortPayload) => void;
|
|
150
|
+
loadMoreHistoryPositions: () => void;
|
|
151
|
+
loadMoreHistoryOrders: () => void;
|
|
152
|
+
loadMoreHistoryDeals: () => void;
|
|
153
|
+
};
|
|
154
|
+
export declare const useEaeraTradingTable: (context: EaeraTradingTableContext) => EaeraTradingTableContext;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare const sortData: <T extends Record<string, unknown>>(data: T[], sortState: {
|
|
2
|
+
key: string;
|
|
3
|
+
direction: "asc" | "desc";
|
|
4
|
+
} | null, sortKeyMap?: Record<string, string>) => T[];
|
|
5
|
+
type TableRefLike = {
|
|
6
|
+
value?: {
|
|
7
|
+
tableRef?: {
|
|
8
|
+
$el?: unknown;
|
|
9
|
+
} | null;
|
|
10
|
+
} | null;
|
|
11
|
+
};
|
|
12
|
+
export declare const getTableEl: (tableRef: TableRefLike) => HTMLElement | null;
|
|
13
|
+
export declare const measureAllColumnWidth: (tableRef: TableRefLike, tableSchema: {
|
|
14
|
+
key: string;
|
|
15
|
+
}[]) => {
|
|
16
|
+
key: string | null;
|
|
17
|
+
width: number;
|
|
18
|
+
}[];
|
|
19
|
+
export declare const sanitizeNumberString: (value: string, opts?: {
|
|
20
|
+
isPositive?: boolean;
|
|
21
|
+
returnNumber?: boolean;
|
|
22
|
+
}) => string | number;
|
|
23
|
+
export declare const formatNumberValue: (value: number | string | null | undefined, digits?: number, fallback?: string) => string;
|
|
24
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{ref as e,watch as t,computed as a,defineComponent as s,resolveComponent as l,openBlock as i,createBlock as o,unref as r,withCtx as n,createElementVNode as u,toDisplayString as c,createVNode as d,createTextVNode as m,shallowRef as p,createElementBlock as g,Fragment as y,renderList as v,normalizeClass as b,createCommentVNode as _,onMounted as f,onBeforeUnmount as k,onUnmounted as x,withModifiers as D,normalizeStyle as C,Teleport as T,nextTick as P}from"vue";import{a as S}from"../chunks/vendor-vueuse-core-B96HGhR7.mjs";import{useI18n as H}from"vue-i18n";import{_ as w}from"../chunks/EaeraDatePicker-Cf58Nwsl.mjs";import E from"../composite/EaeraDropdownV2.mjs";import{d as R}from"../chunks/vendor-dayjs-D8w0D2To.mjs";import{X as O,CalendarDays as F,Columns2 as L,Download as I,Inbox as N,SquarePen as j}from"@lucide/vue";import{_ as $}from"../chunks/EaeraDialog-uLsXC20k.mjs";import{_ as M}from"../chunks/EaeraButton-DGfjUoa6.mjs";import{_ as V}from"../chunks/EaeraDivider-Dggvc36a.mjs";import{_ as z}from"../chunks/EaeraTooltip-BIlULHv4.mjs";import{_ as U}from"../chunks/EaeraInput-CkbcAxy0.mjs";import"element-plus";import"element-plus/es";import"../chunks/vendor-email-misspelled-0hsXkSSK.mjs";import"../chunks/vendor-unorm-Degftfa1.mjs";import"../chunks/useEaeraInputPhoneNumber-CKXimj-u.mjs";import"@element-plus/icons-vue";import"../chunks/iconSvg-DuOI5Yho.mjs";import"echarts/core";import"echarts/renderers";import"echarts/charts";import"echarts/components";import"vue-echarts";import"../chunks/vendor-currency-symbol-map-C-1fEG2R.mjs";import{_ as A}from"../chunks/EaeraTableV2-brB-3CB3.mjs";import"../chunks/_plugin-vue_export-helper-BCo6x5W8.mjs";import"../chunks/eventListener-o1XlgLVq.mjs";import"../chunks/phoneNumbers-Bmtkxd5J.mjs";import"../chunks/vendor-libphonenumber-js-bhez_Ujn.mjs";import"../chunks/vendor-sortablejs-D3DyHO5Y.mjs";import"../chunks/EaeraDateTimePicker-B6M5r2xN.mjs";import"../chunks/EaeraSelect-C25XUlir.mjs";import"../chunks/EaeraSpinner-DzMwUlR7.mjs";import"../chunks/EaeraCheckbox-C_faN0pV.mjs";import"../chunks/EaeraPagination-D5_CjSZy.mjs";import"../chunks/EaeraSelectTag-Cien4ohI.mjs";import"../chunks/EaeraTag-ChGPYV8x.mjs";import"../chunks/EaeraSelectStatus-D_6vpant.mjs";import"../chunks/EaeraEmpty-CnGp7eaH.mjs";import"../chunks/EaeraDataCard-Di8lwlRJ.mjs";import"../chunks/EaeraDropdown-B00Ns2OY.mjs";const q={Positions:"positions",Pending:"pending",History:"history"},K={Positions:"positions",Funding:"funding",Orders:"orders",Deals:"deals"},W={All:"all",Today:"today",LastWeek:"last-week",LastMonth:"last-month",Last3Months:"last-3-months",Last6Months:"last-6-months",LastYear:"last-year",Custom:"custom"},Y=12,B=8,G={stopLoss:"",takeProfit:""},X={stopLoss:{value:!1,message:""},takeProfit:{value:!1,message:""}},J=e=>!Number.isFinite(e)||e<0?0:e,Z=e=>[...e].sort((e,t)=>(e.order??0)-(t.order??0)),Q=(e,t)=>e.length===t.length&&e.every((e,a)=>e===t[a]),ee=e=>""===e.key||!!e.alwayShow||!!e.alwaysVisible,te=(e,t,a,s)=>{const l=e.key;if(!l)return Number.MAX_SAFE_INTEGER-1e3+t;const i=a.get(l);return void 0!==i?i:ee(e)?s+t:Number.MAX_SAFE_INTEGER},ae=(s,l)=>{const{t:i}=H(),o=e(s.activeTab??q.Positions),r=e(s.activeHistoryTab??K.Positions),n=e(s.selectedTimeRange??W.LastWeek),u=e(s.customDateRange??null),c=e(s.selectedColumnKeys??[]),d=e(!1),m=e(0),p=e(0),g=e(0),y=e(0),v=e([]),b=e([]);t(()=>s.activeTab,e=>{e&&(o.value=e)}),t(()=>s.activeHistoryTab,e=>{e&&(r.value=e)}),t(()=>s.selectedTimeRange,e=>{e&&(n.value=e)}),t(()=>s.customDateRange,e=>{void 0!==e&&(u.value=e)}),t(()=>s.selectedColumnKeys,e=>{e&&(c.value=[...e])},{immediate:!0});const _=a(()=>[{value:q.Positions,label:i("trading-table.tabs.positions")},{value:q.Pending,label:i("trading-table.tabs.pending")},{value:q.History,label:i("trading-table.tabs.history")}]),f=a(()=>[{value:K.Positions,label:i("trading-table.history.tabs.positions")},{value:K.Funding,label:i("trading-table.history.tabs.funding")},{value:K.Orders,label:i("trading-table.history.tabs.orders")},{value:K.Deals,label:i("trading-table.history.tabs.deals")}]),k=a(()=>Object.values(W).map(e=>({value:e,label:i(`trading-table.history.time-ranges.${e}`)}))),x=a(()=>s.tabs??_.value),D=a(()=>s.historyTabs??f.value),C=a(()=>s.timeRangeOptions??k.value),T=a(()=>Z(s.columnOptions??[])),P=a(()=>s.hiddenSummaryTabs??[q.Pending]),S=a(()=>o.value===q.History),w=a(()=>!P.value.includes(o.value)),E=a(()=>s.summaryTargetId??"trading-table-summary"),R=a(()=>{const e=J(m.value),t=J(p.value),a=S.value?J(g.value):0,s=w.value?J(y.value):0,l=e-t-s-a-Y-B-(a>0?B:0);return{wrapperHeight:e,headerHeight:t,historyTabsHeight:a,footerHeight:s,tableHeight:Math.max(0,l)}}),O=()=>{const e=Z(T.value);v.value=e,b.value=((e,t)=>{if(!t.length)return e.map(e=>e.id);const a=new Set(t);return e.map(e=>e.id).filter(e=>a.has(e))})(e,s.selectedColumnKeys??[])},F=()=>{d.value=!1},L={activeTab:a(()=>o.value),activeHistoryTab:a(()=>r.value),selectedTimeRange:a(()=>n.value),customDateRange:a(()=>u.value),tabs:x,historyTabs:D,timeRangeOptions:C,columnOptions:T,selectedColumnKeys:a(()=>c.value),positionsCount:a(()=>s.positionsCount??0),pendingCount:a(()=>s.pendingCount??0),isExporting:a(()=>s.isExporting??!1),summaryTargetId:E,isHistoryTab:S,isSummaryVisible:w,isColumnDialogOpen:a(()=>d.value),draftColumnOptions:a(()=>v.value),draftCheckedColumnKeys:a(()=>b.value),layout:R,positionRows:a(()=>s.positionRows??[]),pendingRows:a(()=>s.pendingRows??[]),historyPositionRows:a(()=>s.historyPositionRows??[]),historyOrderRows:a(()=>s.historyOrderRows??[]),historyDealRows:a(()=>s.historyDealRows??[]),positionFields:a(()=>s.positionFields??[]),pendingFields:a(()=>s.pendingFields??[]),historyPositionFields:a(()=>s.historyPositionFields??[]),historyOrderFields:a(()=>s.historyOrderFields??[]),historyDealFields:a(()=>s.historyDealFields??[]),selectedSymbol:a(()=>s.selectedSymbol??null),editingPositionId:a(()=>s.editingPositionId??null),focusedPositionId:a(()=>s.focusedPositionId??null),editingOrderId:a(()=>s.editingOrderId??null),positionDraft:a(()=>s.positionDraft??G),positionDraftInvalid:a(()=>s.positionDraftInvalid??X),orderDraft:a(()=>s.orderDraft??{price:""}),orderDraftInvalid:a(()=>s.orderDraftInvalid??{price:{value:!1,message:""}}),isSavingPositionDraft:a(()=>s.isSavingPositionDraft??!1),positionsSummary:a(()=>s.positionsSummary??{}),historyPositionsSummary:a(()=>s.historyPositionsSummary??{}),historyOrdersSummary:a(()=>s.historyOrdersSummary??{}),historyDealsSummary:a(()=>s.historyDealsSummary??{}),setActiveTab:e=>{o.value=e,l("changeTab",e)},setActiveHistoryTab:e=>{r.value=e,l("changeHistoryTab",e)},setSelectedTimeRange:e=>{n.value=e,e!==W.Custom&&null!==u.value&&(u.value=null,l("changeCustomDateRange",null)),l("changeTimeRange",e)},setCustomDateRange:e=>{u.value=e,l("changeCustomDateRange",e)},setWrapperHeight:e=>{m.value=J(e)},setHeaderHeight:e=>{p.value=J(e)},setHistoryTabsHeight:e=>{g.value=J(e)},setFooterHeight:e=>{y.value=J(e)},openColumnDialog:()=>{O(),d.value=!0},closeColumnDialog:F,updateDraftCheckedColumnKeys:e=>{const t=v.value.map(e=>e.id).filter(t=>e.includes(t));Q(b.value,t)||(b.value=t)},reorderDraftColumnOptions:e=>{const t=[...e],a=t.map(e=>e.id).filter(e=>b.value.includes(e));v.value.length===t.length&&!v.value.some((e,a)=>e.id!==t[a]?.id)&&Q(b.value,a)||(v.value=t,b.value=a)},saveColumns:()=>{const e=(()=>{const e=v.value.map(e=>e.id).filter(e=>b.value.includes(e)),t=e.reduce((e,t,a)=>(e[t]=a,e),{});return{orderedKeys:e,columnsRecord:t}})();c.value=e.orderedKeys,l("changeColumns",e),F()},triggerExportHistory:()=>{l("exportHistory")},resolveTableFields:e=>{const t=[...e],a=s.selectedColumnKeys??[];if(!a.length)return t;const l=new Map(a.map((e,t)=>[e,t]));return t.map((e,t)=>({field:e,originalIndex:t})).filter(({field:e})=>!e.key||(!!ee(e)||l.has(e.key))).sort((e,t)=>te(e.field,e.originalIndex,l,a.length)-te(t.field,t.originalIndex,l,a.length)).map(e=>e.field)},selectSymbol:e=>{l("selectSymbol",e)},focusPosition:e=>{l("focusPosition",e)},startEditPosition:e=>{l("startEditPosition",e)},changePositionDraft:e=>{l("changePositionDraft",e)},savePositionDraft:e=>{l("savePositionDraft",e)},closePosition:e=>{l("closePosition",e)},cancelPendingOrder:e=>{l("cancelPendingOrder",e)},startEditOrder:e=>{l("startEditOrder",e)},changeOrderDraft:e=>{l("changeOrderDraft",e)},saveOrderDraft:e=>{l("saveOrderDraft",e)},changeHistoryPositionsSort:e=>{l("changeHistoryPositionsSort",e)},changeHistoryOrdersSort:e=>{l("changeHistoryOrdersSort",e)},changeHistoryDealsSort:e=>{l("changeHistoryDealsSort",e)},loadMoreHistoryPositions:()=>{l("loadMoreHistoryPositions")},loadMoreHistoryOrders:()=>{l("loadMoreHistoryOrders")},loadMoreHistoryDeals:()=>{l("loadMoreHistoryDeals")}},I=a(()=>({activeTab:L.activeTab.value,activeHistoryTab:L.activeHistoryTab.value,selectedTimeRange:L.selectedTimeRange.value,customDateRange:L.customDateRange.value,selectedColumnKeys:L.selectedColumnKeys.value,isColumnDialogOpen:L.isColumnDialogOpen.value,layout:L.layout.value}));return t(I,e=>{l("stateChange",e)},{immediate:!0}),t(L.layout,e=>{l("layoutChange",e)},{immediate:!0}),{...L,state:I}},se=e=>e,le={class:"custom-trading-table__column-dialog-content"},ie={class:"custom-trading-table__column-dialog-top"},oe={class:"custom-trading-table__column-dialog-title-group"},re={class:"custom-trading-table__column-dialog-title text-title-md"},ne={class:"custom-trading-table__column-dialog-subtitle text-body-sm"},ue={class:"custom-trading-table__column-dialog-option-label label-lg"},ce={class:"custom-trading-table__column-dialog-actions"},de={class:"text-label-md"},me=s({__name:"EaeraTradingTableColumnFilterDialog",props:{context:{}},setup(s){const p=s,{t:g}=H(),{isColumnDialogOpen:y,draftColumnOptions:v,draftCheckedColumnKeys:b,closeColumnDialog:_,updateDraftCheckedColumnKeys:f,reorderDraftColumnOptions:k,saveColumns:x}=p.context,D=a({get:()=>y.value,set:e=>{e||_()}}),C=a(()=>v.value.map(e=>({id:e.id,value:e.id,label:e.label,disabled:e.alwaysVisible,order:e.order}))),T=e([]);t(b,e=>{T.value=[...e]},{immediate:!0});const P=e=>{f(e)},S=a(()=>{const e=C.value.length>20?3:2;return{col:e,row:Math.max(1,Math.round(C.value.length/e)),autoFlow:"column"}}),w=e=>{const t=new Map(v.value.map(e=>[e.id,e])),a=e.map((e,a)=>{const s=t.get(e.id);return s?{...s,order:a}:null}).filter(e=>!!e);k(a)};return(e,t)=>{const a=l("eaera-checkbox-list"),s=V,p=M,y=$;return i(),o(y,{modelValue:D.value,"onUpdate:modelValue":t[1]||(t[1]=e=>D.value=e),class:"custom-trading-table__column-dialog","header-class":"hidden","footer-class":"hidden","destroy-on-close":"","show-close":!1,"close-on-click-modal":"","before-close":r(_),"append-body":""},{default:n(()=>[u("div",le,[u("div",ie,[u("div",oe,[u("div",re,c(r(g)("trading-table.columns.title")),1),u("div",ne,c(r(g)("trading-table.columns.desc")),1)]),u("button",{type:"button",class:"custom-trading-table__column-dialog-close",onClick:t[0]||(t[0]=(...e)=>r(_)&&r(_)(...e))},[d(r(O),{size:16})])]),d(a,{"model-value":T.value,options:C.value,draggable:"","allow-dragging-disabled":"",grid:S.value,"is-check-value-by-id":"",onUpdateValueProp:P,onReorderOptions:w},{default:n(({data:e})=>[u("span",ue,c(e.label),1)]),_:1},8,["model-value","options","grid"]),d(s,{class:"custom-trading-table__column-dialog-divider"}),u("div",ce,[d(p,{class:"custom-trading-table__column-dialog-action-button",color:"secondary",onClick:r(_)},{default:n(()=>[m(c(r(g)("trading-table.columns.actions.cancel")),1)]),_:1},8,["onClick"]),d(p,{class:"custom-trading-table__column-dialog-action-button",color:"primary",onClick:r(x)},{default:n(()=>[u("span",de,c(r(g)("trading-table.columns.actions.save")),1)]),_:1},8,["onClick"])])])]),_:1},8,["modelValue","before-close"])}}}),pe={class:"items-stretch flex min-h-10 p-1 rounded-md gap-1 bg-[--er-surface-muted]",role:"tablist","aria-label":"Trading table tabs"},ge=["onClick"],ye={class:"custom-trading-table__tab-label text-label-lg"},ve={class:"custom-trading-table__actions"},be={type:"button",class:"custom-trading-table__action-button"},_e={class:"text-label-md"},he={class:"custom-trading-table__time-range-dropdown"},fe=["onClick"],ke=["disabled"],xe={class:"text-label-md"},De=s({__name:"EaeraTradingTableHeader",props:{context:{}},emits:["heightChange"],setup(s,{emit:l}){const m=s,f=l,{t:k}=H(),{tabs:x,activeTab:D,setActiveTab:C,isHistoryTab:T,selectedTimeRange:P,timeRangeOptions:O,isExporting:N,openColumnDialog:j,setSelectedTimeRange:$,setCustomDateRange:M,triggerExportHistory:V}=m.context,z=p(null),{height:U}=S(z),A=e(null),q=e(null),K=e(["",""]),Y=a(()=>{const e=O.value.find(e=>e.value===P.value);return e?.label??P.value}),B=e=>{K.value=["",""],$(e),A.value?.closeDropdown?.(),e===W.Custom&&q.value?.handleOpen?.()},G=(e,t)=>{const a=R(e),s=a.isValid()?a:R(e,"DD-MM-YYYY");return s.isValid()?`${s.format("YYYY-MM-DD")}T${t?"23:59:59.999":"00:00:00.000"}Z`:null},X=e=>R(e).isAfter(R(),"day");return t(U,e=>{f("heightChange",e)},{immediate:!0}),t(K,e=>{if(!e||2!==e.length)return;const t=G(e[0],!1),a=G(e[1],!0);t&&a&&M({from:t,to:a})}),(e,t)=>{const a=E,l=w;return i(),g("div",{ref_key:"headerRef",ref:z,class:"custom-trading-table__header"},[u("div",pe,[(i(!0),g(y,null,v(r(x),e=>(i(),g("button",{key:e.value,type:"button",class:b(["custom-trading-table__tab-button",{"custom-trading-table__tab-button--active":r(D)===e.value}]),onClick:t=>r(C)(e.value)},[u("span",ye,c(e.label),1)],10,ge))),128))]),u("div",ve,[r(T)?(i(),o(a,{key:0,ref_key:"timeRangeDropdownRef",ref:A,trigger:"click","popper-class":"custom-trading-table__time-range-popper"},{dropdown:n(()=>[u("div",he,[(i(!0),g(y,null,v(r(O),e=>(i(),g("button",{key:e.value,type:"button",class:b(["custom-trading-table__time-range-item text-label-md",{"custom-trading-table__time-range-item--active":r(P)===e.value},{"custom-trading-table__time-range-item--custom-divider":e.value===r(W).Custom}]),onClick:t=>B(e.value)},c(e.label),11,fe))),128))])]),default:n(()=>[u("button",be,[d(r(F),{size:14,class:"custom-trading-table__action-icon"}),u("span",_e,c(Y.value),1)])]),_:1},512)):_("",!0),u("button",{type:"button",class:"custom-trading-table__action-button",onClick:t[0]||(t[0]=(...e)=>r(j)&&r(j)(...e))},[d(r(L),{size:14,class:"custom-trading-table__action-icon"}),t[3]||(t[3]=u("span",{class:"text-label-md"},"Columns",-1))]),r(T)?(i(),g("button",{key:1,type:"button",class:b(["custom-trading-table__action-button",{"custom-trading-table__action-button--disabled":r(N)}]),disabled:r(N),onClick:t[1]||(t[1]=(...e)=>r(V)&&r(V)(...e))},[d(r(I),{size:14,class:"custom-trading-table__action-icon"}),u("span",xe,c(r(k)("trading-table.export.title")),1)],10,ke)):_("",!0),d(l,{ref_key:"customDateRef",ref:q,modelValue:K.value,"onUpdate:modelValue":t[2]||(t[2]=e=>K.value=e),type:"daterange",style:{display:"none"},"unlink-panels":"","disabled-date":X},null,8,["modelValue"]),d(me,{context:s.context},null,8,["context"])])],512)}}}),Ce=["onClick"],Te=s({__name:"EaeraTradingTableHistoryTabs",props:{context:{}},emits:["heightChange"],setup(e,{emit:a}){const s=e,l=a,{historyTabs:o,activeHistoryTab:n,setActiveHistoryTab:u}=s.context,d=p(null),{height:m}=S(d);return t(m,e=>{l("heightChange",e)},{immediate:!0}),(e,t)=>(i(),g("div",{ref_key:"historyTabsRef",ref:d,class:"custom-trading-table__history-tabs"},[(i(!0),g(y,null,v(r(o),e=>(i(),g("button",{key:e.value,type:"button",class:b(["custom-trading-table__history-tab-button text-label-md",{"custom-trading-table__history-tab-button--active":r(n)===e.value}]),onClick:t=>r(u)(e.value)},c(e.label),11,Ce))),128))],512))}}),Pe=(e,t,a={})=>{if(!t)return e;const{key:s,direction:l}=t,i=a[s]??s;return[...e].sort((e,t)=>{const a=e[i],s=t[i];if(null==a&&null==s)return 0;if(null==a)return"asc"===l?-1:1;if(null==s)return"asc"===l?1:-1;const o=Number(a),r=Number(s);if(!Number.isNaN(o)&&!Number.isNaN(r))return"asc"===l?o-r:r-o;const n=Date.parse(String(a)),u=Date.parse(String(s));if(!Number.isNaN(n)&&!Number.isNaN(u))return"asc"===l?n-u:u-n;const c=String(a).localeCompare(String(s));return"asc"===l?c:-c})},Se=e=>{try{const t=e.value?.tableRef,a=t?.$el??null;return a instanceof HTMLElement?a:null}catch{return null}},He=(e,t)=>{const a=Se(e);if(!a)return[];const s=a.querySelector(".el-table__header-wrapper"),l=s?.querySelector("tr");if(!l)return[];return Array.from(l.querySelectorAll("th")).map((e,a)=>{const s=e.getBoundingClientRect().width;return{key:t.at(a)?.key??null,width:s}})},we=(e,t={isPositive:!0,returnNumber:!1})=>{const a=t.isPositive??!0,s=t.returnNumber??!1;let l=a?e.replace(/[^\d.]/g,""):e.replace(/[^\d.-]/g,"");if(!a){const e=l.startsWith("-");l=l.replace(/-/g,""),e&&(l=`-${l}`)}const i=l.startsWith("-")?"-":"",o=i?l.slice(1):l,r=o.indexOf(".");let n=o;-1!==r&&(n=o.slice(0,r+1)+o.slice(r+1).replace(/\./g,"")),l=i+n,l.startsWith(".")&&(l=`0${l}`),l.startsWith("-.")&&(l=l.replace("-.","-0."));const u=l.startsWith("-");let c=u?l.slice(1):l;if(c.startsWith("0")&&!c.startsWith("0.")&&(c=c.replace(/^0+/,"")||"0"),l=u?`-${c}`:c,!s){if(!l)return"";if("-"===l||"0."===l||"-0."===l||/^\d+\.$/.test(l)||/^-\d+\.$/.test(l))return l;const e=Number(l);return Number.isFinite(e)?a&&e<=0?"":l:""}if(!l||"-"===l||"."===l||"-."===l||l.endsWith(".")){const e=Number(l.replace(/\.$/,"")),t=Number.isFinite(e)?e:0;return a&&t<=0?0:t}const d=Number(l);let m=Number.isFinite(d)?d:0;return a&&m<=0&&(m=0),m},Ee=(e,t=2,a="--")=>{const s=Number(e);return Number.isFinite(s)?s.toLocaleString("en-US",{minimumFractionDigits:t,maximumFractionDigits:t}):a},Re={class:"trading-table__wrapper"},Oe={key:0},Fe={key:0},Le={key:0,class:"custom-trading-table__positions-actions"},Ie={key:1},Ne={class:"trading-table__empty-state"},je={class:"trading-table__empty-text text-body-sm"},$e={class:"custom-trading-table__positions-summary"},Me={class:"custom-trading-table__positions-summary-left"},Ve={class:"custom-trading-table__summary-label text-body-sm"},ze={class:"text-label-md"},Ue={class:"custom-trading-table__positions-summary-right"},Ae=s({__name:"EaeraTradingTablePositionsTable",props:{context:{}},setup(s){const l=s,{t:p}=H(),{summaryTargetId:S,layout:w,positionRows:E,positionFields:R,positionsSummary:F,selectedSymbol:L,editingPositionId:I,focusedPositionId:$,positionDraft:q,positionDraftInvalid:K,isSavingPositionDraft:W,resolveTableFields:Y,selectSymbol:B,focusPosition:G,startEditPosition:X,changePositionDraft:J,savePositionDraft:Z,closePosition:Q}=l.context,ee=e(),te=e(null),ae=e(null),se=e([]),le=e(!1),ie=e(null),oe={position_id:"id"},re=a(()=>w.value.tableHeight),ne=a(()=>Y(R.value)),ue=a(()=>Pe(E.value,ie.value,oe)),ce=a(()=>{const e=Number(F.value.unrealizedPnl??0),t=F.value.unrealizedPnlDigits??2;return{left:{balance:F.value.balance,equity:F.value.equity,"used-margin":F.value.usedMargin,"free-margin":F.value.freeMargin},right:[{key:"unrealized_pnl",value:Ee(e,t,"0.00"),class:`custom-trading-table__positions-summary-value text-label-md ${ye(e)}`},{key:"",value:`(${F.value.currency??"USD"})`,class:"custom-trading-table__positions-summary-currency text-label-md"}].map(e=>({...e,style:{width:`${se.value.find(t=>t.key===e.key)?.width??0}px`}}))}}),de=a({get:()=>q.value.stopLoss,set:e=>{J({field:"stopLoss",value:String(e??"")})}}),me=a({get:()=>q.value.takeProfit,set:e=>{J({field:"takeProfit",value:String(e??"")})}});a(()=>ee.value?.sort??null);const pe=e=>{if(!e)return"--";const t=`trading-table.positions.${e}`,a=p(t);return a===t?e:a},ge=e=>{const t=String(e??"").toUpperCase();return"BUY"===t?"var(--er-text-success)":"SELL"===t?"var(--er-text-error)":"var(--text-primary)"},ye=e=>e>0?"custom-trading-table__positions-summary-value--positive":e<0?"custom-trading-table__positions-summary-value--negative":"custom-trading-table__positions-summary-value--neutral",ve=({key:e,direction:t})=>{ie.value=e&&t?{key:e,direction:t}:null},be=(e,t)=>{const a=we(e,{isPositive:!1});J({field:t,value:a})},_e=e=>{const t=e.symbol,a=e.id;t&&(null!=a&&G(a),B(t))},he=e=>{const t=I.value===e.row.id,a=e.row.symbol===L.value;return[t?"editing-row":"",a?"selected":"",$.value===e.row.id&&!a?"focused":""].filter(Boolean).join(" ")},fe=async()=>{await P(),await new Promise(requestAnimationFrame),se.value=He(ee,ne.value)};t(()=>K.value,({stopLoss:e,takeProfit:t})=>{e.value?te.value?.onOpen?.():te.value?.onClose?.(),t.value?ae.value?.onOpen?.():ae.value?.onClose?.()},{deep:!0});let ke=null;f(()=>{le.value=!0,fe();const e=Se(ee);e&&(ke=new ResizeObserver(()=>fe()),ke.observe(e))}),k(()=>{ke?.disconnect()});const xe=e=>{"Enter"===e.key&&null!==I.value&&Z(I.value)};return f(()=>{document.addEventListener("keyup",xe)}),x(()=>{document.removeEventListener("keyup",xe)}),(e,t)=>{const a=U,s=z,l=V,f=M;return i(),g("div",Re,[d(r(A),{ref_key:"positionTableRef",ref:ee,class:"trading-table",items:ue.value,fields:ne.value,stripe:!1,"max-height":re.value,"hide-footer":"","allow-sort-reset":"","row-class-name":he,"onUpdate:onSortChanged":ve,onRowClick:_e},{"cell(side)":n(({item:e})=>[u("span",{style:C({color:ge(e.side)})},c(pe(e.side)),5)]),"cell(stop_loss)":n(({item:e})=>[e.id!==r(I)?(i(),g("span",Oe,c(e.stop_loss??"--"),1)):(i(),o(s,{key:1,ref_key:"stopLossTooltipRef",ref:te,"popper-class":[r(K).stopLoss.value&&"error"],content:r(K).stopLoss.message,placement:"top",trigger:"contextmenu"},{default:n(()=>[d(a,{modelValue:de.value,"onUpdate:modelValue":t[0]||(t[0]=e=>de.value=e),class:b(["input-position",r(K).stopLoss.value&&"error"]),onInput:t[1]||(t[1]=e=>be(e,"stopLoss"))},null,8,["modelValue","class"])]),_:1},8,["popper-class","content"]))]),"cell(take_profit)":n(({item:e})=>[e.id!==r(I)?(i(),g("span",Fe,c(e.take_profit??"--"),1)):(i(),o(s,{key:1,ref_key:"takeProfitTooltipRef",ref:ae,"popper-class":[r(K).takeProfit.value&&"error"],content:r(K).takeProfit.message,placement:"top",trigger:"contextmenu"},{default:n(()=>[d(a,{modelValue:me.value,"onUpdate:modelValue":t[2]||(t[2]=e=>me.value=e),class:b(["input-position",r(K).takeProfit.value&&"error"]),onInput:t[3]||(t[3]=e=>be(e,"takeProfit"))},null,8,["modelValue","class"])]),_:1},8,["popper-class","content"]))]),"cell(unrealized_pnl)":n(({item:e})=>{return[u("span",{style:C({color:`var(--text-${t=Number(e.unrealized_pnl??0),t>0?"success":t<0?"error":"primary"})`})},c(r(Ee)(e.unrealized_pnl,2,"0.00")),5)];var t}),"cell()":n(({item:e})=>[e.id!==r(I)?(i(),g("div",Le,[d(r(j),{size:18,class:"custom-trading-table__positions-edit-icon",onClick:D(t=>r(X)(e.id),["stop"])},null,8,["onClick"]),d(l,{direction:"vertical",class:"custom-trading-table__positions-divider"}),d(r(O),{size:18,class:"custom-trading-table__positions-close-icon",onClick:D(t=>r(Q)(e.id),["stop"])},null,8,["onClick"])])):(i(),g("div",Ie,[d(f,{color:"primary",class:"custom-trading-table__positions-save-button text-label-md",loading:r(W),onClick:t=>r(Z)(e.id)},{default:n(()=>[m(c(r(p)("trading-table.positions.actions.save")),1)]),_:1},8,["loading","onClick"])]))]),empty:n(()=>[u("div",Ne,[d(r(N),{size:32,class:"trading-table__empty-icon"}),u("span",je,c(r(p)("trading-table.empty.positions")),1)])]),_:1},8,["items","fields","max-height"]),le.value?(i(),o(T,{key:0,to:`#${r(S)}`},[u("div",$e,[u("div",Me,[(i(!0),g(y,null,v(ce.value.left,(e,t)=>(i(),g("span",{key:t,class:"custom-trading-table__positions-summary-item"},[u("span",Ve,c(r(p)(`trading-table.positions.summary.${t}`))+": ",1),u("span",ze,c(r(Ee)(e,2,"0.00")),1)]))),128))]),u("div",Ue,[(i(!0),g(y,null,v(ce.value.right,e=>(i(),g("div",{key:e.key,class:b(e.class),style:C(e.style)},c(e.value),7))),128))])])],8,["to"])):_("",!0)])}}}),qe={class:"trading-table__wrapper"},Ke={key:0},We={key:0,class:"custom-trading-table__positions-actions"},Ye={key:1},Be={class:"trading-table__empty-state"},Ge={class:"trading-table__empty-text text-body-sm"},Xe=s({__name:"EaeraTradingTablePendingTable",props:{context:{}},setup(s){const l=s,{t:p}=H(),{pendingRows:y,pendingFields:v,layout:_,editingOrderId:f,orderDraft:k,orderDraftInvalid:x,resolveTableFields:T,selectSymbol:P,cancelPendingOrder:S,startEditOrder:w,changeOrderDraft:E,saveOrderDraft:R}=l.context,F=e(),L=e(null),I={order_id:"id"},$=a(()=>_.value.tableHeight),q=a(()=>T(v.value)),K=a(()=>Pe(y.value,L.value,I));a(()=>F.value?.sort??null);const W=e=>{if(!e)return"--";const t=`trading-table.pending.${e}`,a=p(t);return a===t?e:a},Y=e=>{const t=String(e??"").toUpperCase();return"BUY"===t?"var(--er-text-success)":"SELL"===t?"var(--er-text-error)":"var(--text-primary)"},B=({key:e,direction:t})=>{L.value=e&&t?{key:e,direction:t}:null},G=e=>{const t=e.symbol;t&&P(t)},X=a({get:()=>k.value.price,set:e=>{E({field:"price",value:String(e??"")})}}),J=e(null);return t(()=>x.value.price,e=>{e.value?J.value?.onOpen?.():J.value?.onClose?.()},{deep:!0}),(e,t)=>{const a=U,s=z,l=V,y=M;return i(),g("div",qe,[d(r(A),{ref_key:"pendingTableRef",ref:F,class:"trading-table",items:K.value,fields:q.value,stripe:!1,"max-height":$.value,"hide-footer":"","allow-sort-reset":"","onUpdate:onSortChanged":B,onRowClick:G},{"cell(side)":n(({item:e})=>[u("span",{style:C({color:Y(e.side)})},c(W(e.side)),5)]),"cell(price)":n(({item:e})=>[e.id!==r(f)?(i(),g("span",Ke,c(e.price??"--"),1)):(i(),o(s,{key:1,ref_key:"priceTooltipRef",ref:J,"popper-class":[r(x).price.value&&"error"],content:r(x).price.message,placement:"top",trigger:"contextmenu"},{default:n(()=>[d(a,{modelValue:X.value,"onUpdate:modelValue":t[0]||(t[0]=e=>X.value=e),class:b(["input-position",r(x).price.value&&"error"]),onInput:t[1]||(t[1]=e=>((e,t)=>{const a=we(e,{isPositive:!1});E({field:t,value:a})})(e,"price"))},null,8,["modelValue","class"])]),_:1},8,["popper-class","content"]))]),"cell()":n(({item:e})=>[e.id!==r(f)?(i(),g("div",We,[d(r(j),{size:18,class:"custom-trading-table__positions-edit-icon",onClick:D(t=>r(w)(e.id),["stop"])},null,8,["onClick"]),d(l,{direction:"vertical",class:"custom-trading-table__positions-divider"}),d(r(O),{size:18,color:"var(--icon-error)",class:"custom-trading-table__pending-cancel-icon",onClick:D(t=>r(S)(e.id),["stop"])},null,8,["onClick"])])):(i(),g("div",Ye,[d(y,{color:"primary",class:"custom-trading-table__positions-save-button text-label-md",onClick:t=>r(R)(e.id)},{default:n(()=>[...t[2]||(t[2]=[m(" Save ",-1)])]),_:1},8,["onClick"])]))]),empty:n(()=>[u("div",Be,[d(r(N),{size:32,class:"trading-table__empty-icon"}),u("span",Ge,c(r(p)("trading-table.empty.pending")),1)])]),_:1},8,["items","fields","max-height"])])}}}),Je={class:"trading-table__empty-state"},Ze={class:"trading-table__empty-text text-body-sm"},Qe={class:"custom-trading-table__history-deals-summary"},et={class:"custom-trading-table__history-summary-left"},tt={class:"custom-trading-table__summary-label text-body-sm"},at={class:"custom-trading-table__history-summary-right"},st=s({__name:"EaeraTradingTableHistoryDealsTable",props:{context:{}},setup(s){const l=s,{t:p}=H(),{summaryTargetId:_,layout:x,historyDealRows:D,historyDealFields:S,historyDealsSummary:w,resolveTableFields:E,changeHistoryDealsSort:R,loadMoreHistoryDeals:O}=l.context,F=e(),L=e(null),I=e([]),j=a(()=>x.value.tableHeight),$=a(()=>D.value),M=a(()=>E(S.value)),V=a(()=>{const e=Number(w.value.tradeProfit??0),t=Number(w.value.totalFee??0),a=Number(w.value.totalProfit??0);return{left:{key:"total-profit",value:e,class:q(e)},right:[{key:"fee",value:Ee(t,2,"0.00"),class:`custom-trading-table__history-summary-cell text-label-md ${q(t)}`},{key:"profit",value:Ee(a,2,"0.00"),class:`custom-trading-table__history-summary-cell text-label-md ${q(a)}`},{key:"",value:`(${w.value.currency??"USD"})`,class:"custom-trading-table__history-summary-currency text-label-md"}].map(e=>({...e,style:{width:`${I.value.find(t=>t.key===e.key)?.width??0}px`}}))}}),z=a(()=>F.value?.sort??null),U=e=>{if(!e)return"--";const t=`trading-table.history.deals.type.${e}`,a=p(t);return a===t?e:a},q=e=>e>0?"custom-trading-table__history-summary-value--positive":e<0?"custom-trading-table__history-summary-value--negative":"custom-trading-table__history-summary-value--neutral",K=()=>{const e=L.value;e&&((e,t=50)=>{const{scrollTop:a,clientHeight:s,scrollHeight:l}=e;return a+s>=l-t})(e)&&O()},W=()=>{K()};let Y=null;const B=()=>{null==Y&&(Y=requestAnimationFrame(()=>{Y=null,K()}))},G=async()=>{await P(),await new Promise(requestAnimationFrame),I.value=He(F,M.value)};t(z,e=>{e&&R(e.key?{sort_by:e.key,sort_direction:e.direction}:{})},{deep:!0});let X=null;return f(async()=>{G();const e=Se(F);e&&(X=new ResizeObserver(()=>G()),X.observe(e)),await P(),(()=>{const e=Se(F);if(!e)return;const t=e.querySelector(".el-scrollbar__wrap");t&&(L.value=t,t.addEventListener("scroll",W,{passive:!0}),t.addEventListener("wheel",B,{passive:!0}))})()}),k(()=>{X?.disconnect(),(()=>{const e=L.value;e&&(e.removeEventListener("scroll",W),e.removeEventListener("wheel",B),L.value=null)})()}),(e,t)=>(i(),g("div",{style:C({height:`${j.value}px`})},[d(r(A),{ref_key:"dealHistoryRef",ref:F,class:"trading-table custom-trading-table__history-table",items:$.value,fields:M.value,stripe:!1,"max-height":j.value,"hide-footer":"","allow-sort-reset":""},{"cell(deal_type)":n(({item:e})=>{return[u("span",{style:C({color:(t=e.deal_type,"SELL"===String(t??"").toUpperCase()?"var(--er-text-error)":"var(--er-text-success)")})},c(U(e.deal_type)),5)];var t}),"cell(profit)":n(({item:e})=>[u("span",{class:b(q(Number(e.profit??0)))},c(r(Ee)(e.profit,2,"0.00")),3)]),"cell(c)":n(({item:e})=>[m(c(e.currency),1)]),empty:n(()=>[u("div",Je,[d(r(N),{size:32,class:"trading-table__empty-icon"}),u("span",Ze,c(r(p)("trading-table.empty.history-deals")),1)])]),_:1},8,["items","fields","max-height"]),(i(),o(T,{to:`#${r(_)}`},[u("div",Qe,[u("div",et,[u("span",tt,c(r(p)(`trading-table.history.summary.deals.${V.value.left.key}`))+": ",1),u("span",{class:b(["text-label-md",V.value.left.class])},c(r(Ee)(V.value.left.value,2,"0.00")),3)]),u("div",at,[(i(!0),g(y,null,v(V.value.right,e=>(i(),g("div",{key:e.key,class:b(e.class),style:C(e.style)},c(e.value),7))),128))])])],8,["to"]))],4))}}),lt={class:"trading-table__empty-state"},it={class:"trading-table__empty-text text-body-sm"},ot={class:"custom-trading-table__history-orders-summary"},rt={key:0,class:"custom-trading-table__history-orders-summary-item"},nt={class:"custom-trading-table__summary-label text-body-sm"},ut={class:"text-label-md"},ct=s({__name:"EaeraTradingTableHistoryOrdersTable",props:{context:{}},setup(s){const l=s,{t:m}=H(),{summaryTargetId:p,layout:b,historyOrderRows:x,historyOrderFields:D,historyOrdersSummary:S,resolveTableFields:w,changeHistoryOrdersSort:E,loadMoreHistoryOrders:R}=l.context,O=e(),F=e(null),L=a(()=>b.value.tableHeight),I=a(()=>x.value),j=a(()=>w(D.value)),$=a(()=>S.value),M=a(()=>O.value?.sort??null),V=e=>{if(!e)return"--";const t=`trading-table.history.orders.side.${e}`,a=m(t);return a===t?e:a},z=()=>{const e=F.value;e&&((e,t=50)=>{const{scrollTop:a,clientHeight:s,scrollHeight:l}=e;return a+s>=l-t})(e)&&R()},U=()=>{z()};let q=null;const K=()=>{null==q&&(q=requestAnimationFrame(()=>{q=null,z()}))};return t(M,e=>{e&&E(e.key?{sort_by:e.key,sort_direction:e.direction}:{})},{deep:!0}),f(async()=>{await P(),(()=>{const e=Se(O);if(!e)return;const t=e.querySelector(".el-scrollbar__wrap");t&&(F.value=t,t.addEventListener("scroll",U,{passive:!0}),t.addEventListener("wheel",K,{passive:!0}))})()}),k(()=>{(()=>{const e=F.value;e&&(e.removeEventListener("scroll",U),e.removeEventListener("wheel",K),F.value=null)})()}),(e,t)=>(i(),g("div",{style:C({height:`${L.value}px`})},[d(r(A),{ref_key:"orderHistoryRef",ref:O,class:"trading-table custom-trading-table__history-table",items:I.value,fields:j.value,stripe:!1,"max-height":L.value,"hide-footer":"","allow-sort-reset":""},{"cell(side)":n(({item:e})=>[u("span",{style:C({color:`var(--icon-${"SELL"===String(e.side).toUpperCase()?"error":"success"})`})},c(V(e.side)),5)]),empty:n(()=>[u("div",lt,[d(r(N),{size:32,class:"trading-table__empty-icon"}),u("span",it,c(r(m)("trading-table.empty.history-orders")),1)])]),_:1},8,["items","fields","max-height"]),(i(),o(T,{to:`#${r(p)}`},[u("div",ot,[(i(!0),g(y,null,v($.value,(e,t)=>(i(),g(y,{key:t},[e?(i(),g("span",rt,[u("span",nt,c(r(m)(`trading-table.history.summary.orders.${t}`))+": ",1),u("span",ut,c(e),1)])):_("",!0)],64))),128))])],8,["to"]))],4))}}),dt={class:"custom-trading-table__type-cell"},mt={class:"custom-trading-table__text-error"},pt={class:"trading-table__empty-state"},gt={class:"trading-table__empty-text text-body-sm"},yt={class:"custom-trading-table__positions-summary"},vt={class:"custom-trading-table__positions-summary-left"},bt={class:"custom-trading-table__summary-label text-body-sm"},_t={class:"text-label-md"},ht={class:"custom-trading-table__positions-summary-currency text-label-md"},ft=s({__name:"EaeraTradingTableHistoryPositionsTable",props:{context:{}},setup(s){const l=s,{t:m}=H(),{summaryTargetId:p,layout:_,historyPositionRows:x,historyPositionFields:D,positionsSummary:S,resolveTableFields:w,changeHistoryPositionsSort:E,loadMoreHistoryPositions:R}=l.context,F=e(),L=e(null),I=a(()=>_.value.tableHeight),j=a(()=>x.value),$=a(()=>w(D.value)),M=a(()=>[{key:"balance",label:m("trading-table.positions.summary.balance"),value:Ee(S.value.balance,2,"0.00")},{key:"equity",label:m("trading-table.positions.summary.equity"),value:Ee(S.value.equity,2,"0.00")},{key:"used-margin",label:m("trading-table.positions.summary.used-margin"),value:Ee(S.value.usedMargin,2,"0.00")},{key:"free-margin",label:m("trading-table.positions.summary.free-margin"),value:Ee(S.value.freeMargin,2,"0.00")},{key:"margin-level",label:m("trading-table.positions.summary.margin-level"),value:"--"}]),V=a(()=>F.value?.sort??null),z=e=>{if(!e)return"--";const t=String(e).toUpperCase();return"BUY"===t?"Buy":"SELL"===t?"Sell":e},U=e=>{const t=String(e??"").trim(),a=Number(t.replaceAll(",",""));return Number.isFinite(a)?a>0?"custom-trading-table__text-success":a<0?"custom-trading-table__text-error":"":t.startsWith("+")?"custom-trading-table__text-success":t.startsWith("-")?"custom-trading-table__text-error":""},q=()=>{const e=L.value;e&&((e,t=50)=>{const{scrollTop:a,clientHeight:s,scrollHeight:l}=e;return a+s>=l-t})(e)&&R()},K=()=>{q()};let W=null;const Y=()=>{null==W&&(W=requestAnimationFrame(()=>{W=null,q()}))};return t(V,e=>{e&&E(e.key?{sort_by:e.key,sort_direction:e.direction}:{})},{deep:!0}),f(async()=>{await P(),(()=>{const e=Se(F);if(!e)return;const t=e.querySelector(".el-scrollbar__wrap");t&&(L.value=t,t.addEventListener("scroll",K,{passive:!0}),t.addEventListener("wheel",Y,{passive:!0}))})()}),k(()=>{(()=>{const e=L.value;e&&(e.removeEventListener("scroll",K),e.removeEventListener("wheel",Y),L.value=null)})()}),(e,t)=>(i(),g("div",{style:C({height:`${I.value}px`})},[d(r(A),{ref_key:"positionHistoryRef",ref:F,class:"trading-table custom-trading-table__history-table",items:j.value,fields:$.value,stripe:!1,"max-height":I.value,"hide-footer":"","allow-sort-reset":""},{"cell(type)":n(({item:e})=>[u("div",dt,[u("span",{class:b(["custom-trading-table__type-dot","SELL"===e.type?"custom-trading-table__type-dot--sell":"custom-trading-table__type-dot--buy"])},null,2),u("span",{class:b(["SELL"===e.type?"custom-trading-table__text-error":"custom-trading-table__text-success"])},c(z(e.type)),3)])]),"cell(stop_loss)":n(({item:e})=>[u("span",{class:b(["custom-trading-table__price-chip",e.isSlAlert?"custom-trading-table__price-chip--danger":""])},c(e.stop_loss),3)]),"cell(take_profit)":n(({item:e})=>[u("span",{class:b(["custom-trading-table__price-chip",e.isTpHit?"custom-trading-table__price-chip--success":""])},c(e.take_profit),3)]),"cell(commission)":n(({item:e})=>[u("span",mt,c(e.commission),1)]),"cell(profit_loss)":n(({item:e})=>[u("span",{class:b(U(e.profit_loss))},c(e.profit_loss),3)]),"cell()":n(()=>[d(r(O),{size:12,class:"custom-trading-table__pending-cancel-icon"})]),empty:n(()=>[u("div",pt,[d(r(N),{size:32,class:"trading-table__empty-icon"}),u("span",gt,c(r(m)("trading-table.empty.history-positions")),1)])]),_:1},8,["items","fields","max-height"]),(i(),o(T,{to:`#${r(p)}`},[u("div",yt,[u("div",vt,[(i(!0),g(y,null,v(M.value,e=>(i(),g("span",{key:e.key,class:"custom-trading-table__positions-summary-item"},[u("span",bt,c(e.label)+":",1),u("span",_t,c(e.value),1)]))),128)),u("span",ht," ("+c(r(S).currency??"USD")+") ",1)])])],8,["to"]))],4))}}),kt=s({__name:"EaeraTradingTableHistoryContent",props:{context:{}},setup(e){const t=e,{activeHistoryTab:a}=t.context;return(t,s)=>r(a)===r(K).Positions?(i(),o(ft,{key:0,context:e.context},null,8,["context"])):r(a)===r(K).Funding||r(a)===r(K).Orders?(i(),o(ct,{key:1,context:e.context},null,8,["context"])):(i(),o(st,{key:2,context:e.context},null,8,["context"]))}}),xt={class:"custom-trading-table__main"},Dt={class:"custom-trading-table__content"},Ct={class:"custom-trading-table__table-content"},Tt={class:"custom-trading-table__table-area"},Pt=["id"],St=s({__name:"index",props:{activeTab:{default:q.Positions},activeHistoryTab:{default:K.Positions},selectedTimeRange:{default:"last-week"},customDateRange:{default:null},tabs:{},historyTabs:{},timeRangeOptions:{},columnOptions:{},selectedColumnKeys:{default:()=>[]},positionsCount:{default:0},pendingCount:{default:0},isExporting:{type:Boolean,default:!1},hiddenSummaryTabs:{default:()=>[q.Pending]},summaryTargetId:{default:"trading-table-summary"},positionRows:{default:()=>[]},pendingRows:{default:()=>[]},historyPositionRows:{default:()=>[]},historyOrderRows:{default:()=>[]},historyDealRows:{default:()=>[]},positionFields:{default:()=>[]},pendingFields:{default:()=>[]},historyPositionFields:{default:()=>[]},historyOrderFields:{default:()=>[]},historyDealFields:{default:()=>[]},selectedSymbol:{default:null},editingPositionId:{default:null},focusedPositionId:{},editingOrderId:{},positionDraft:{default:()=>({stopLoss:"",takeProfit:""})},positionDraftInvalid:{default:()=>({stopLoss:{value:!1,message:""},takeProfit:{value:!1,message:""}})},orderDraft:{},orderDraftInvalid:{},isSavingPositionDraft:{type:Boolean,default:!1},positionsSummary:{default:()=>({})},historyPositionsSummary:{default:()=>({})},historyOrdersSummary:{default:()=>({})},historyDealsSummary:{default:()=>({})}},emits:["changeTab","changeHistoryTab","changeTimeRange","changeCustomDateRange","changeColumns","exportHistory","selectSymbol","focusPosition","startEditPosition","changePositionDraft","savePositionDraft","closePosition","cancelPendingOrder","startEditOrder","changeOrderDraft","saveOrderDraft","changeHistoryPositionsSort","changeHistoryOrdersSort","changeHistoryDealsSort","loadMoreHistoryPositions","loadMoreHistoryOrders","loadMoreHistoryDeals","stateChange","layoutChange"],setup(e,{expose:a,emit:s}){const l=ae(e,s),{activeTab:n,isHistoryTab:c,isSummaryVisible:m,summaryTargetId:y,setWrapperHeight:v,setHeaderHeight:b,setHistoryTabsHeight:f,setFooterHeight:k}=l,x=p(null),D=p(null),{height:T}=S(x),{height:P}=S(D);return t(T,e=>{v(e)},{immediate:!0}),t([P,m],([e,t])=>{k(t?e:0)},{immediate:!0}),t(c,e=>{e||f(0)},{immediate:!0}),a({openColumnDialog:l.openColumnDialog,closeColumnDialog:l.closeColumnDialog}),(e,t)=>(i(),g("div",{ref_key:"tradingTableRef",ref:x,class:"custom-trading-table"},[u("div",xt,[d(r(De),{context:r(l),onHeightChange:r(b)},null,8,["context","onHeightChange"]),u("div",Dt,[r(c)?(i(),o(r(Te),{key:0,context:r(l),onHeightChange:r(f)},null,8,["context","onHeightChange"])):_("",!0),u("div",Ct,[u("div",Tt,[r(n)===r(q).Positions?(i(),o(r(Ae),{key:0,context:r(l)},null,8,["context"])):r(n)===r(q).Pending?(i(),o(r(Xe),{key:1,context:r(l)},null,8,["context"])):(i(),o(r(kt),{key:2,context:r(l)},null,8,["context"]))]),u("div",{ref_key:"summaryRef",ref:D,class:"custom-trading-table__summary body-sm",style:C(r(m)?{}:{display:"none"})},[u("div",{id:r(y),class:"custom-trading-table__summary-target"},null,8,Pt)],4)])])])],512))}});export{St as default,ae as provideEaeraTradingTable,se as useEaeraTradingTable};
|