@multiversx/sdk-dapp 3.2.5 → 3.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/UI/Denominate/index.js +1 -1
- package/UI/ExplorerLink/ExplorerLink.js +1 -1
- package/UI/ExplorerLink/index.js +1 -1
- package/UI/FormatAmount/FormatAmount.js +1 -1
- package/UI/FormatAmount/index.js +1 -1
- package/UI/NotificationModal/NotificationModal.js +1 -1
- package/UI/NotificationModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignTransactionsModals.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/SignWithCrossWindowWalletModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithCrossWindowWalletModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/ConfirmAmount.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/ConfirmAmountData.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountData/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/ConfirmAmountNftSft.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/ConfirmAmountNftSft/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmAmount/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/ConfirmFee.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmFee/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/ConfirmReceiver.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/ConfirmReceiver/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/SignWithExtensionModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtensionModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/SignWithIframeModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithIframeModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/LedgerGuardianSigningModalError.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithLedgerModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/SignWithOperaModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithOperaModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/SignWithPasskeyModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithPasskeyModal/index.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/SignWithWalletConnectModal.js +1 -1
- package/UI/SignTransactionsModals/SignWithWalletConnectModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/DeviceConfirmationScreen.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/SignWaitingScreenModal.js +1 -1
- package/UI/SignTransactionsModals/components/SignWaitingScreenModal/index.js +1 -1
- package/UI/SignTransactionsModals/components/TransactionStatusToast.js +1 -1
- package/UI/SignTransactionsModals/components/index.js +1 -1
- package/UI/SignTransactionsModals/index.js +1 -1
- package/UI/TokenDetails/index.js +1 -1
- package/UI/TransactionData/TransactionData.js +1 -1
- package/UI/TransactionData/components/TransactionDataDecode/TransactionDataDecode.d.ts +4 -0
- package/UI/TransactionData/components/TransactionDataDecode/TransactionDataDecode.js +2 -0
- package/UI/TransactionData/components/TransactionDataDecode/index.d.ts +2 -0
- package/UI/TransactionData/components/TransactionDataDecode/index.js +2 -0
- package/UI/TransactionData/components/TransactionDataDecode/transactionDataDecode.types.d.ts +12 -0
- package/UI/TransactionData/components/TransactionDataDecode/transactionDataDecode.types.js +2 -0
- package/UI/TransactionData/components/TransactionDataDecode/transactionDataDecodeStyles.js +2 -0
- package/UI/TransactionData/components/index.js +1 -1
- package/UI/TransactionData/index.js +1 -1
- package/UI/TransactionDetails/TransactionDetails.js +1 -1
- package/UI/TransactionDetails/components/TransactionDetailsBody.js +1 -1
- package/UI/TransactionDetails/components/index.js +1 -1
- package/UI/TransactionDetails/index.js +1 -1
- package/UI/TransactionInfo/TransactionInfo.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/AddressDetailitem.js +1 -1
- package/UI/TransactionInfo/components/AddressDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/DataDecode.js +1 -1
- package/UI/TransactionInfo/components/DataDecode/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/DataField.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/Linkified/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/components/index.js +1 -1
- package/UI/TransactionInfo/components/DataField/index.js +1 -1
- package/UI/TransactionInfo/components/EventsList/EventsList.js +1 -1
- package/UI/TransactionInfo/components/EventsList/index.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/NonceMessage.js +1 -1
- package/UI/TransactionInfo/components/NonceMessage/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/OperationList.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/DetailedItem.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationBlock.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationRow.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationText.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/OperationToken.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/components/index.js +1 -1
- package/UI/TransactionInfo/components/OperationsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/ScResultsList.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/ResultData.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultData/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/ResultHash.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultHash/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/ResultReceiver.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultReceiver/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/ResultSender.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/components/ResultSender/index.js +1 -1
- package/UI/TransactionInfo/components/ScResultsList/index.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/ScrDetailItem.js +1 -1
- package/UI/TransactionInfo/components/ScrDetailItem/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/TransactionAction.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionText/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/ActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionCollection.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionNft.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/TransactionActionToken.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/TransactionActionBlock/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/components/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionAction/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/TransactionLogs.js +1 -1
- package/UI/TransactionInfo/components/TransactionLogs/index.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/TransactionStatus.js +1 -1
- package/UI/TransactionInfo/components/TransactionStatus/index.js +1 -1
- package/UI/TransactionInfo/components/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/TransactionInfoFee.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFee/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/TransactionInfoFrom.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoFrom/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/TransactionInfoGasUsed.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoGasUsed/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/TransactionInfoInputData.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoInputData/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/TransactionInfoMethod.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMethod/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/TransactionInfoMiniblock.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoMiniblock/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/TransactionInfoNonce.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoNonce/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/TransactionInfoScResults.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoScResults/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/TransactionInfoStatus.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoStatus/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/TransactionInfoTo.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTo/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/TransactionInfoTokenOperations.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoTokenOperations/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/TransactionInfoValue.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/TransactionInfoValue/index.js +1 -1
- package/UI/TransactionInfo/components/transactionInfoFields/index.js +1 -1
- package/UI/TransactionInfo/index.js +1 -1
- package/UI/TransactionsTable/TransactionsTable.js +1 -1
- package/UI/TransactionsTable/components/AccountName.js +1 -1
- package/UI/TransactionsTable/components/LockedTokenAddressIcon.js +1 -1
- package/UI/TransactionsTable/components/TransactionHash.js +1 -1
- package/UI/TransactionsTable/components/TransactionReceiver.js +1 -1
- package/UI/TransactionsTable/components/TransactionRow.js +1 -1
- package/UI/TransactionsTable/components/TransactionSender.js +1 -1
- package/UI/TransactionsTable/components/TransactionShardsTransition.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/TransactionValue.js +1 -1
- package/UI/TransactionsTable/components/TransactionValue/index.js +1 -1
- package/UI/TransactionsTable/components/index.js +1 -1
- package/UI/TransactionsTable/index.js +1 -1
- package/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/CustomToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/CustomComponentToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/IconToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/IconToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/ComponentToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/TransactionToastFooter.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/components/IconToastFooter/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/IconToast/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/SimpleToast.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/getIsTransaction.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/index.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/helpers/useMemoizedCloseButton.js +1 -1
- package/UI/TransactionsToastList/components/CustomToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/TransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/TransactionToastContent.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/components/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/hooks/useTransactionToast.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToast/index.js +1 -1
- package/UI/TransactionsToastList/components/TransactionToastGuard.js +1 -1
- package/UI/TransactionsToastList/components/index.js +1 -1
- package/UI/TransactionsToastList/index.js +1 -1
- package/UI/Trim/Trim.js +1 -1
- package/UI/Trim/index.js +1 -1
- package/UI/extension/ExtensionLoginButton/ExtensionLoginButton.js +1 -1
- package/UI/extension/ExtensionLoginButton/index.js +1 -1
- package/UI/iframe/IframeLoginButton/IframeButton.js +1 -1
- package/UI/iframe/IframeLoginButton/index.js +1 -1
- package/UI/index.js +1 -1
- package/UI/ledger/LedgerLoginButton/LedgerLoginButton.js +1 -1
- package/UI/ledger/LedgerLoginButton/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/AddressRow.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressRow/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/AddressTable.js +1 -1
- package/UI/ledger/LedgerLoginContainer/AddressTable/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/ConfirmAddress.js +1 -1
- package/UI/ledger/LedgerLoginContainer/ConfirmAddress/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContainer.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/LedgerLoginContent.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContent/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/LedgerLoginContentBody.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerLoginContentBody/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/LedgerScamPhishingAlert.js +1 -1
- package/UI/ledger/LedgerLoginContainer/LedgerScamPhishingAlert/index.js +1 -1
- package/UI/ledger/LedgerLoginContainer/index.js +1 -1
- package/UI/ledger/index.js +1 -1
- package/UI/metamask/MetamaskLoginButton/MetamaskLoginButton.js +1 -1
- package/UI/metamask/MetamaskLoginButton/index.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/OperaWalletLoginButton.js +1 -1
- package/UI/operaWallet/OperaWalletLoginButton/index.js +1 -1
- package/UI/pages/UnlockPage/index.js +1 -1
- package/UI/pages/index.js +1 -1
- package/UI/passkey/PasskeyLoginButton/PasskeyLoginButton.js +1 -1
- package/UI/passkey/PasskeyLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/WalletConnectConnectionStatus.js +1 -1
- package/UI/walletConnect/WalletConnectConnectionStatus/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/WalletConnectLoginButton.js +1 -1
- package/UI/walletConnect/WalletConnectLoginButton/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/PairingList/PairingList.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/PairingList/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContainer.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/WalletConnectLoginContent.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/WalletConnectLoginContent/index.js +1 -1
- package/UI/walletConnect/WalletConnectLoginContainer/index.js +1 -1
- package/UI/walletConnect/index.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/CrossWindowLoginButton.js +1 -1
- package/UI/webWallet/CrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/WebWalletLoginButton.js +1 -1
- package/UI/webWallet/WebWalletLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/XaliasCrossWindowLoginButton.js +1 -1
- package/UI/webWallet/XaliasCrossWindowLoginButton/index.js +1 -1
- package/UI/webWallet/XaliasLoginButton/XaliasLoginButton.js +1 -1
- package/UI/webWallet/XaliasLoginButton/index.js +1 -1
- package/__chunks__/{chunk-PX7UKW5C.js → chunk-25HXFQDN.js} +2 -2
- package/__chunks__/{chunk-EAPZFWYE.js → chunk-27D6Q6EC.js} +2 -2
- package/__chunks__/{chunk-ZXFR4Q2R.js → chunk-2EJAQBSC.js} +2 -2
- package/__chunks__/{chunk-RGLQAQBA.js → chunk-2FYV2ILO.js} +2 -2
- package/__chunks__/{chunk-J2357NP7.js → chunk-2MVURH7O.js} +2 -2
- package/__chunks__/{chunk-73LY7ULH.js → chunk-2RDZYSUD.js} +2 -2
- package/__chunks__/{chunk-PSPKQA23.js → chunk-2RMRPBHQ.js} +2 -2
- package/__chunks__/chunk-2U45QHT5.js +2 -0
- package/__chunks__/chunk-2X6GMKLF.js +2 -0
- package/__chunks__/{chunk-IAWLE2HO.js → chunk-36IEVMGJ.js} +1 -1
- package/__chunks__/chunk-3ABW3HVH.js +2 -0
- package/__chunks__/{chunk-O6UDDBQR.js → chunk-3CL7EJOQ.js} +2 -2
- package/__chunks__/{chunk-XN5EXICB.js → chunk-3EN5POKG.js} +2 -2
- package/__chunks__/{chunk-SZDOU3CG.js → chunk-3FJLP6FK.js} +2 -2
- package/__chunks__/{chunk-AWLJB5B6.js → chunk-3RQC7365.js} +2 -2
- package/__chunks__/{chunk-4H3SPEWN.js → chunk-3SQDKDRJ.js} +2 -2
- package/__chunks__/{chunk-2P4WMGUB.js → chunk-3XH7KXOG.js} +2 -2
- package/__chunks__/chunk-3YFEE6WT.js +2 -0
- package/__chunks__/{chunk-FRRAYSJQ.js → chunk-42EK3CSD.js} +2 -2
- package/__chunks__/{chunk-HZDBS4U6.js → chunk-47OQZAF5.js} +2 -2
- package/__chunks__/{chunk-75SQ7UW4.js → chunk-4CZQ6YQW.js} +2 -2
- package/__chunks__/{chunk-2XO3NRTA.js → chunk-4E7UBGGD.js} +2 -2
- package/__chunks__/{chunk-R6CTZIV3.js → chunk-4ERP7V2S.js} +2 -2
- package/__chunks__/{chunk-7Z72QTQT.js → chunk-4GKSQE2H.js} +2 -2
- package/__chunks__/{chunk-V4D5RMYS.js → chunk-4HXNDHBD.js} +2 -2
- package/__chunks__/{chunk-2NNKTRGS.js → chunk-4M6PMXPE.js} +2 -2
- package/__chunks__/{chunk-XCMWE7MA.js → chunk-4OR4LV42.js} +2 -2
- package/__chunks__/{chunk-CQMLFPQV.js → chunk-4QFDIB2Y.js} +2 -2
- package/__chunks__/{chunk-WXYK3IBD.js → chunk-4TVPLOTT.js} +2 -2
- package/__chunks__/{chunk-VCWBDLHJ.js → chunk-4WJSMG3C.js} +2 -2
- package/__chunks__/chunk-57OGAMKU.js +2 -0
- package/__chunks__/{chunk-AMQTIUU2.js → chunk-5ESLXXT2.js} +2 -2
- package/__chunks__/chunk-5FT45IF3.js +2 -0
- package/__chunks__/{chunk-INLNTCFA.js → chunk-5LJMKPUU.js} +2 -2
- package/__chunks__/chunk-5PQK45SC.js +2 -0
- package/__chunks__/{chunk-UJJPTC2U.js → chunk-5R6PFEJ7.js} +2 -2
- package/__chunks__/{chunk-POC3G2OT.js → chunk-5RE4VUDH.js} +2 -2
- package/__chunks__/{chunk-TG7ZMPUA.js → chunk-5VMMFEAU.js} +2 -2
- package/__chunks__/{chunk-RTHUYAIG.js → chunk-5WM244JF.js} +2 -2
- package/__chunks__/{chunk-GHD6VWEE.js → chunk-5XUKTJIO.js} +2 -2
- package/__chunks__/{chunk-U5J3WBPT.js → chunk-6DC54YQ6.js} +2 -2
- package/__chunks__/{chunk-ECUPWLUB.js → chunk-6H6DYI5V.js} +2 -2
- package/__chunks__/chunk-6IBVRH4R.js +2 -0
- package/__chunks__/chunk-6JMIT7IH.js +2 -0
- package/__chunks__/{chunk-RMYZCWSO.js → chunk-6PQPRTEA.js} +2 -2
- package/__chunks__/{chunk-6M2AJ4C4.js → chunk-6QDOHWW2.js} +2 -2
- package/__chunks__/{chunk-K6ZQSDYO.js → chunk-6VK4BKZW.js} +2 -2
- package/__chunks__/{chunk-5OCHNAFC.js → chunk-6ZBC5TRG.js} +2 -2
- package/__chunks__/{chunk-OZAREEQ7.js → chunk-774OGJA5.js} +2 -2
- package/__chunks__/chunk-7AMQ6JIF.js +2 -0
- package/__chunks__/{chunk-YYDRC5GP.js → chunk-7FMPV54W.js} +2 -2
- package/__chunks__/{chunk-D56ZWQIW.js → chunk-7FW33JLV.js} +2 -2
- package/__chunks__/{chunk-QYKUAZWK.js → chunk-7HOXZTJS.js} +2 -2
- package/__chunks__/{chunk-WXAYQWCR.js → chunk-7KS5GOKT.js} +2 -2
- package/__chunks__/chunk-7LR6VXKK.js +2 -0
- package/__chunks__/chunk-7RYF5LL6.js +2 -0
- package/__chunks__/{chunk-4EPJNLY7.js → chunk-7T3M6SLI.js} +2 -2
- package/__chunks__/{chunk-MMT6SA3I.js → chunk-A22KQNX5.js} +2 -2
- package/__chunks__/{chunk-GFZHWPTE.js → chunk-A2YEKUDC.js} +2 -2
- package/__chunks__/chunk-A362Q7DB.js +2 -0
- package/__chunks__/{chunk-LKN5BV4K.js → chunk-A6A7ZLUF.js} +2 -2
- package/__chunks__/{chunk-GQVOTFIF.js → chunk-AACAT7KW.js} +2 -2
- package/__chunks__/{chunk-ECLIDYXB.js → chunk-AFXAPNKV.js} +2 -2
- package/__chunks__/{chunk-UIH6T6RQ.js → chunk-AGSK4ZQO.js} +2 -2
- package/__chunks__/{chunk-MWNQE52V.js → chunk-AHXYX4DF.js} +2 -2
- package/__chunks__/{chunk-XO5WJXAA.js → chunk-ATIXSPBW.js} +2 -2
- package/__chunks__/{chunk-RD6R3ZTJ.js → chunk-AULCR6Y2.js} +2 -2
- package/__chunks__/{chunk-2XIOINVP.js → chunk-AXJPBDWX.js} +2 -2
- package/__chunks__/chunk-AYMHIDST.js +2 -0
- package/__chunks__/{chunk-A5VZRUMK.js → chunk-B5KMUX6D.js} +2 -2
- package/__chunks__/{chunk-7UNIHWIZ.js → chunk-B6557WAA.js} +2 -2
- package/__chunks__/{chunk-HHCKHW5A.js → chunk-B6UHANNM.js} +2 -2
- package/__chunks__/{chunk-YCML6L7D.js → chunk-B6YNTCPD.js} +2 -2
- package/__chunks__/chunk-BGCRVKGR.js +2 -0
- package/__chunks__/{chunk-4USZL7AA.js → chunk-BHNE3UX7.js} +2 -2
- package/__chunks__/{chunk-3GJM2BFN.js → chunk-BKKMRNOK.js} +2 -2
- package/__chunks__/chunk-BKVZFZJH.js +2 -0
- package/__chunks__/chunk-BLQG5I2I.js +2 -0
- package/__chunks__/{chunk-MNBYTCO6.js → chunk-BMTZHU5P.js} +2 -2
- package/__chunks__/{chunk-3LXDB7HT.js → chunk-BPMPLQOJ.js} +2 -2
- package/__chunks__/{chunk-6BM6CLOE.js → chunk-BRQV4WHH.js} +2 -2
- package/__chunks__/{chunk-RBVLIN2K.js → chunk-BX7DXQAE.js} +2 -2
- package/__chunks__/{chunk-CCQLJW3S.js → chunk-BYVBVWTZ.js} +2 -2
- package/__chunks__/chunk-C3SE3N7M.js +2 -0
- package/__chunks__/{chunk-CKQVECN4.js → chunk-CB3BASWN.js} +2 -2
- package/__chunks__/{chunk-7YHJWPIG.js → chunk-CFXQ3IWC.js} +2 -2
- package/__chunks__/{chunk-OY64GKXT.js → chunk-CHASRXCX.js} +2 -2
- package/__chunks__/chunk-CK7AWBY4.js +2 -0
- package/__chunks__/{chunk-JOKVNPWM.js → chunk-CPJPGXR2.js} +2 -2
- package/__chunks__/chunk-CR7SN6IY.js +2 -0
- package/__chunks__/{chunk-F5D5HQ7X.js → chunk-CXPL6RY3.js} +2 -2
- package/__chunks__/{chunk-RJAFIYYQ.js → chunk-CZUSJFQY.js} +2 -2
- package/__chunks__/{chunk-QAZMQ2BI.js → chunk-D46EWUCP.js} +38 -23
- package/__chunks__/{chunk-BSUU5B6P.js → chunk-DB2KLERW.js} +2 -2
- package/__chunks__/{chunk-XJOLQ6PM.js → chunk-DEZ3Z3DS.js} +2 -2
- package/__chunks__/chunk-DKLOT5A5.js +2 -0
- package/__chunks__/chunk-DNK2VPF5.js +2 -0
- package/__chunks__/{chunk-6AYESMTT.js → chunk-DQ2PQR3I.js} +2 -2
- package/__chunks__/chunk-DQSV75HD.js +2 -0
- package/__chunks__/chunk-DSN7EOII.js +2 -0
- package/__chunks__/{chunk-GVIAQP7P.js → chunk-DTFR4ZRP.js} +2 -2
- package/__chunks__/chunk-DZV3C4XB.js +2 -0
- package/__chunks__/{chunk-ICKA4GY3.js → chunk-E3WTXNN7.js} +2 -2
- package/__chunks__/{chunk-LNSIXCJM.js → chunk-E4TJVNI4.js} +2 -2
- package/__chunks__/chunk-E53BN5X7.js +2 -0
- package/__chunks__/{chunk-Y64UEMQU.js → chunk-ECOD5QXV.js} +2 -2
- package/__chunks__/{chunk-JNKVSJ2I.js → chunk-EEEIETTW.js} +2 -2
- package/__chunks__/{chunk-24MF7NST.js → chunk-EF5JQR2I.js} +2 -2
- package/__chunks__/{chunk-SX7WYAMX.js → chunk-EGX7MFJD.js} +2 -2
- package/__chunks__/{chunk-IQSR2F5G.js → chunk-ERTU4Z6T.js} +2 -2
- package/__chunks__/{chunk-Q6UOJFLB.js → chunk-EX3KJYP3.js} +2 -2
- package/__chunks__/{chunk-DHCGNWYH.js → chunk-F2BQDTWX.js} +2 -2
- package/__chunks__/chunk-F4TPYCSC.js +2 -0
- package/__chunks__/{chunk-M4JVDOBK.js → chunk-F6WZNA3B.js} +2 -2
- package/__chunks__/{chunk-VLQMSVXF.js → chunk-FAU43TIE.js} +2 -2
- package/__chunks__/{chunk-VGMYUV6E.js → chunk-FCMTNUTK.js} +2 -2
- package/__chunks__/{chunk-NMUGKJSY.js → chunk-FDOMW4UE.js} +2 -2
- package/__chunks__/chunk-FF56ZLJJ.js +2 -0
- package/__chunks__/{chunk-TVNKVG3V.js → chunk-FGODAG7K.js} +2 -2
- package/__chunks__/{chunk-TLXJPXRM.js → chunk-FH26QJNM.js} +2 -2
- package/__chunks__/{chunk-WWECBONB.js → chunk-FO24YWSB.js} +2 -2
- package/__chunks__/{chunk-WLNDNIO7.js → chunk-FP5ZPDRM.js} +2 -2
- package/__chunks__/{chunk-Y656ZLAQ.js → chunk-FSRFIKCX.js} +2 -2
- package/__chunks__/{chunk-NUSAWWKR.js → chunk-FWPIHGOQ.js} +2 -2
- package/__chunks__/{chunk-BP35K4VN.js → chunk-FZ2X63AI.js} +2 -2
- package/__chunks__/chunk-G3HLUVIA.js +2 -0
- package/__chunks__/{chunk-HVSEJYH3.js → chunk-G53ECOYE.js} +2 -2
- package/__chunks__/{chunk-X4SGJESU.js → chunk-G6J4YUMV.js} +2 -2
- package/__chunks__/{chunk-G33WGR3X.js → chunk-GI4GPRZS.js} +2 -2
- package/__chunks__/{chunk-5OSTDLN3.js → chunk-GL6WR3CR.js} +2 -2
- package/__chunks__/{chunk-UPNLJAQD.js → chunk-GMP7CWBO.js} +2 -2
- package/__chunks__/{chunk-F2EWXSQD.js → chunk-GQA7AW6F.js} +2 -2
- package/__chunks__/{chunk-6VGVCUFP.js → chunk-GQWIZXUH.js} +2 -2
- package/__chunks__/chunk-GW6ETFPP.js +2 -0
- package/__chunks__/{chunk-LQDVNKC7.js → chunk-GYWMYPYU.js} +2 -2
- package/__chunks__/{chunk-KZCZZZW5.js → chunk-H25GXFZC.js} +2 -2
- package/__chunks__/{chunk-Y7KZE6JI.js → chunk-HA24UUQ3.js} +2 -2
- package/__chunks__/{chunk-AWBFCFGD.js → chunk-HBWA4ZJV.js} +2 -2
- package/__chunks__/{chunk-BX2W6EJH.js → chunk-HEXCDVK5.js} +2 -2
- package/__chunks__/{chunk-QHREEBFE.js → chunk-HFLXGSHB.js} +2 -2
- package/__chunks__/{chunk-PUOWI3HO.js → chunk-HI6LZWSG.js} +2 -2
- package/__chunks__/{chunk-F45IW6EO.js → chunk-HJBJ2AFO.js} +2 -2
- package/__chunks__/{chunk-UB2TL4MP.js → chunk-HVRQPZAH.js} +2 -2
- package/__chunks__/chunk-I2HKNSKT.js +2 -0
- package/__chunks__/{chunk-4JP62MDP.js → chunk-IAQMPIVH.js} +2 -2
- package/__chunks__/{chunk-JBSZZHVK.js → chunk-IBHGF62D.js} +2 -2
- package/__chunks__/{chunk-H6BN2H3D.js → chunk-IBYTZRO3.js} +2 -2
- package/__chunks__/{chunk-UXJYEBET.js → chunk-IFQRSYDO.js} +2 -2
- package/__chunks__/{chunk-HP6SFZJH.js → chunk-II2Z2JLU.js} +2 -2
- package/__chunks__/{chunk-EYR2HGP6.js → chunk-IJZFYLOJ.js} +2 -2
- package/__chunks__/{chunk-GFZBRVRL.js → chunk-IZUJGV7X.js} +2 -2
- package/__chunks__/{chunk-TCAPBJD2.js → chunk-J7OCIQSA.js} +2 -2
- package/__chunks__/{chunk-DFLV4B55.js → chunk-JACQOVUO.js} +2 -2
- package/__chunks__/{chunk-2ADJRFX4.js → chunk-JCBTZCTO.js} +2 -2
- package/__chunks__/{chunk-ETJURK3C.js → chunk-JG2W74UB.js} +2 -2
- package/__chunks__/chunk-JNW66AMJ.js +2 -0
- package/__chunks__/chunk-K25BWLF6.js +2 -0
- package/__chunks__/chunk-K3QAAWYD.js +2 -0
- package/__chunks__/{chunk-JSZB6JNO.js → chunk-KXFZ7JA7.js} +2 -2
- package/__chunks__/{chunk-P6ZZES7R.js → chunk-L52ZFTPY.js} +2 -2
- package/__chunks__/{chunk-RHSVQUEC.js → chunk-L5PJIFHW.js} +2 -2
- package/__chunks__/chunk-L6YGB5RI.js +2 -0
- package/__chunks__/{chunk-BSQC5BSO.js → chunk-L7AU2IFK.js} +2 -2
- package/__chunks__/{chunk-RYKL2M4Z.js → chunk-L7KAGOJZ.js} +2 -2
- package/__chunks__/chunk-LC5CWNWM.js +2 -0
- package/__chunks__/chunk-LEZJ72J6.js +2 -0
- package/__chunks__/{chunk-MQT4N74T.js → chunk-LFNGZRXX.js} +2 -2
- package/__chunks__/{chunk-TZRZ6E3M.js → chunk-LFQIJXJX.js} +2 -2
- package/__chunks__/{chunk-BBTCXK63.js → chunk-LXAGTV6E.js} +2 -2
- package/__chunks__/chunk-M4ZQJW5D.js +2 -0
- package/__chunks__/{chunk-7CXW5T3Q.js → chunk-M52ZLNZL.js} +2 -2
- package/__chunks__/{chunk-P6Y4EJUT.js → chunk-M5QPHUPH.js} +2 -2
- package/__chunks__/{chunk-ATMETQZZ.js → chunk-MBB2RX6O.js} +2 -2
- package/__chunks__/{chunk-SLPBCE2C.js → chunk-MH5HOTZD.js} +2 -2
- package/__chunks__/{chunk-J2SV3BLY.js → chunk-MMRVDVAY.js} +2 -2
- package/__chunks__/{chunk-HR4QHDOK.js → chunk-MPHKSHQU.js} +2 -2
- package/__chunks__/{chunk-4LABPTVH.js → chunk-MSQ4NXVB.js} +2 -2
- package/__chunks__/{chunk-ALQOGXOL.js → chunk-MWR4J3M4.js} +2 -2
- package/__chunks__/{chunk-HPRRPWKV.js → chunk-MY4QKZJT.js} +2 -2
- package/__chunks__/{chunk-5MOSR5EF.js → chunk-N4YFXMKQ.js} +2 -2
- package/__chunks__/{chunk-AFJKZ3XM.js → chunk-N6JKO6AK.js} +2 -2
- package/__chunks__/{chunk-2AXRHFCT.js → chunk-NCFZGTCQ.js} +2 -2
- package/__chunks__/chunk-NDKK5WMD.js +2 -0
- package/__chunks__/{chunk-UXQN6HJZ.js → chunk-NDPXAQ27.js} +2 -2
- package/__chunks__/{chunk-YRIATBAJ.js → chunk-NJEM4JGQ.js} +2 -2
- package/__chunks__/{chunk-CMN2IWCQ.js → chunk-NN34ODQB.js} +2 -2
- package/__chunks__/{chunk-ZB4URV5D.js → chunk-NOZVKNT6.js} +2 -2
- package/__chunks__/{chunk-NK4PJVAQ.js → chunk-NP3C3P5X.js} +2 -2
- package/__chunks__/{chunk-63FM6PYE.js → chunk-NR2JV4IO.js} +2 -2
- package/__chunks__/{chunk-H7F4UBPE.js → chunk-NTIYWE2S.js} +2 -2
- package/__chunks__/{chunk-AKJ27DEG.js → chunk-NWHZT6MF.js} +2 -2
- package/__chunks__/chunk-NYHF2HTD.js +2 -0
- package/__chunks__/{chunk-MZBCY3I7.js → chunk-O2H6KJ6H.js} +2 -2
- package/__chunks__/chunk-OCHCBUOA.js +2 -0
- package/__chunks__/{chunk-FBHDUBE7.js → chunk-OFGOVKZQ.js} +2 -2
- package/__chunks__/chunk-OPCUNVNQ.js +2 -0
- package/__chunks__/{chunk-GPTXQKUL.js → chunk-ORZKQOUF.js} +2 -2
- package/__chunks__/{chunk-AEZYRZ43.js → chunk-OU67YXFE.js} +2 -2
- package/__chunks__/{chunk-JEZQCBXU.js → chunk-P3EO43BR.js} +2 -2
- package/__chunks__/{chunk-6TYNHNND.js → chunk-PBRVMK5R.js} +2 -2
- package/__chunks__/{chunk-747ZEL3L.js → chunk-PIFODR5V.js} +2 -2
- package/__chunks__/{chunk-AAMINW2L.js → chunk-PIZOI42D.js} +2 -2
- package/__chunks__/chunk-PJ4EJO6F.js +2 -0
- package/__chunks__/chunk-PJAAMMK6.js +2 -0
- package/__chunks__/{chunk-5M6LITHP.js → chunk-PJTFDT3C.js} +2 -2
- package/__chunks__/{chunk-E6IXI4PJ.js → chunk-PL27QAYJ.js} +2 -2
- package/__chunks__/chunk-PVCKT2VE.js +2 -0
- package/__chunks__/{chunk-DNERORC2.js → chunk-PZCJCMCF.js} +2 -2
- package/__chunks__/{chunk-6VJPJO42.js → chunk-Q2LQ5VB2.js} +2 -2
- package/__chunks__/chunk-Q3SITAQ3.js +2 -0
- package/__chunks__/{chunk-7IDQSLYW.js → chunk-Q4GJNZCJ.js} +2 -2
- package/__chunks__/{chunk-AYXYVGDQ.js → chunk-Q7XLJ7XC.js} +2 -2
- package/__chunks__/{chunk-SQY7FOOK.js → chunk-QDKMF2MQ.js} +2 -2
- package/__chunks__/{chunk-OQ7LGNMB.js → chunk-QM4MIXIE.js} +2 -2
- package/__chunks__/chunk-QOCZJI4T.js +2 -0
- package/__chunks__/{chunk-XEZRLOLI.js → chunk-QOF3ALNA.js} +2 -2
- package/__chunks__/{chunk-H3Z76TP6.js → chunk-QPP2DIVB.js} +2 -2
- package/__chunks__/{chunk-KEB4BZGV.js → chunk-QSGPTVWB.js} +2 -2
- package/__chunks__/{chunk-57IYVSAC.js → chunk-QTTXTNUK.js} +2 -2
- package/__chunks__/{chunk-EZISSTFD.js → chunk-QTXXVHAY.js} +2 -2
- package/__chunks__/{chunk-LTHG5ZKO.js → chunk-QXGQ3G6Y.js} +2 -2
- package/__chunks__/{chunk-ZQ6HFYSJ.js → chunk-QXYXZFB6.js} +2 -2
- package/__chunks__/{chunk-WKIQTTUN.js → chunk-R2UQXJHC.js} +2 -2
- package/__chunks__/{chunk-XSLUQ4M5.js → chunk-RBHYPE24.js} +2 -2
- package/__chunks__/{chunk-LWOX6G4N.js → chunk-RD6UK3OK.js} +2 -2
- package/__chunks__/{chunk-FQ5WTU7P.js → chunk-RIK6Y2PE.js} +2 -2
- package/__chunks__/{chunk-QIV5G2TD.js → chunk-RLWHCASE.js} +2 -2
- package/__chunks__/{chunk-7ZUV4BBD.js → chunk-RVR2TI3E.js} +2 -2
- package/__chunks__/{chunk-RWXPDAFU.js → chunk-RXTCFCLJ.js} +2 -2
- package/__chunks__/chunk-RZHAIBXZ.js +2 -0
- package/__chunks__/{chunk-G7MTMJOT.js → chunk-S34MTMWP.js} +2 -2
- package/__chunks__/chunk-S4VUMKZ4.js +2 -0
- package/__chunks__/{chunk-SZ4SNJX2.js → chunk-S6ZZZ5AW.js} +2 -2
- package/__chunks__/{chunk-CQZQ6SUC.js → chunk-SA7SPZ5Q.js} +2 -2
- package/__chunks__/{chunk-NWQC4BNS.js → chunk-SBS5HZJQ.js} +2 -2
- package/__chunks__/{chunk-XOWHYMO7.js → chunk-SDCA6D4Y.js} +2 -2
- package/__chunks__/{chunk-MDCA6TAU.js → chunk-SGVZZLS2.js} +2 -2
- package/__chunks__/{chunk-YPKK6A5K.js → chunk-SH7HA647.js} +2 -2
- package/__chunks__/{chunk-VUBOZCEX.js → chunk-SHTFBXAZ.js} +2 -2
- package/__chunks__/{chunk-IBQCY62R.js → chunk-SPRZOCLS.js} +2 -2
- package/__chunks__/{chunk-E3C6OUTI.js → chunk-SQUVOEZG.js} +2 -2
- package/__chunks__/{chunk-4VQFXEI5.js → chunk-SZXTA67U.js} +2 -2
- package/__chunks__/{chunk-4R7AKXBV.js → chunk-T3ZPAWH4.js} +2 -2
- package/__chunks__/{chunk-KILIGMDE.js → chunk-T65BYGGB.js} +2 -2
- package/__chunks__/{chunk-ML7DGHVR.js → chunk-TATFK5TV.js} +2 -2
- package/__chunks__/{chunk-J2PAYGPH.js → chunk-TFFWQSBV.js} +2 -2
- package/__chunks__/{chunk-VI7ADJXL.js → chunk-TGDCWKZH.js} +2 -2
- package/__chunks__/chunk-TP34SWKK.js +2 -0
- package/__chunks__/{chunk-NZJW6JHT.js → chunk-TSOJOD7O.js} +2 -2
- package/__chunks__/{chunk-DQH7SAOJ.js → chunk-TT4YQKW6.js} +2 -2
- package/__chunks__/{chunk-DJFSKTNV.js → chunk-TWOOX54R.js} +2 -2
- package/__chunks__/{chunk-YGTQZZVG.js → chunk-U3MFVZH3.js} +2 -2
- package/__chunks__/{chunk-K6TRGTAR.js → chunk-U7IGF7RY.js} +2 -2
- package/__chunks__/chunk-UALFO5KT.js +2 -0
- package/__chunks__/chunk-UBGAKQEQ.js +2 -0
- package/__chunks__/{chunk-D4WOG6FL.js → chunk-UBH7RXHV.js} +2 -2
- package/__chunks__/chunk-UCYC4PTI.js +2 -0
- package/__chunks__/{chunk-YJGD6SAG.js → chunk-UNMKCD6G.js} +2 -2
- package/__chunks__/{chunk-K5Y5PIZE.js → chunk-UORIA4VW.js} +2 -2
- package/__chunks__/{chunk-Z4LZFD42.js → chunk-UZMMHOK7.js} +2 -2
- package/__chunks__/{chunk-7HIUS4KV.js → chunk-UZZEZERE.js} +2 -2
- package/__chunks__/{chunk-S67MSYCH.js → chunk-V65C72AG.js} +2 -2
- package/__chunks__/{chunk-CDHB5B6E.js → chunk-VAJNVAHI.js} +2 -2
- package/__chunks__/{chunk-IWIMLSGD.js → chunk-VHZOKIOT.js} +2 -2
- package/__chunks__/{chunk-X6APZEDX.js → chunk-VN32G3XT.js} +2 -2
- package/__chunks__/{chunk-T4CALPHU.js → chunk-VNM5RRKZ.js} +2 -2
- package/__chunks__/{chunk-KJULKI64.js → chunk-VNVRHX4T.js} +2 -2
- package/__chunks__/{chunk-LKICBNFT.js → chunk-VT3RK4ML.js} +2 -2
- package/__chunks__/{chunk-UFGH3FUQ.js → chunk-VTFISHLB.js} +2 -2
- package/__chunks__/{chunk-FCTJXMBI.js → chunk-VVXQ5JH2.js} +2 -2
- package/__chunks__/{chunk-URK5SUUY.js → chunk-VXBRJ4AZ.js} +2 -2
- package/__chunks__/{chunk-5RC2FTPK.js → chunk-W6FRSURD.js} +2 -2
- package/__chunks__/{chunk-H5KIVNKP.js → chunk-WGCVG5UO.js} +2 -2
- package/__chunks__/{chunk-JDQG377T.js → chunk-WGVCMNYT.js} +2 -2
- package/__chunks__/{chunk-QRIF5NUP.js → chunk-WK3AQVGE.js} +2 -2
- package/__chunks__/{chunk-WMDKYZ5E.js → chunk-WPQCZPAU.js} +2 -2
- package/__chunks__/{chunk-YLKTYBQM.js → chunk-WSNUS5RC.js} +2 -2
- package/__chunks__/{chunk-ZFWZB25L.js → chunk-WU74CMOS.js} +2 -2
- package/__chunks__/{chunk-P5AJ75Z6.js → chunk-WYDUWWJB.js} +2 -2
- package/__chunks__/{chunk-CI2M4DZP.js → chunk-X3SG5VH2.js} +2 -2
- package/__chunks__/{chunk-DAG4D5R6.js → chunk-XCU2SYJE.js} +2 -2
- package/__chunks__/{chunk-FGBDIYTS.js → chunk-XCZ2JOMD.js} +2 -2
- package/__chunks__/{chunk-DAXHMHOB.js → chunk-XFAURLHT.js} +2 -2
- package/__chunks__/{chunk-JVMLYGMW.js → chunk-XFU6QBX6.js} +2 -2
- package/__chunks__/{chunk-TN3QIFBS.js → chunk-XLEXZIIX.js} +2 -2
- package/__chunks__/{chunk-VJCWVD73.js → chunk-XLMMGTPK.js} +2 -2
- package/__chunks__/chunk-XNQNKA22.js +2 -0
- package/__chunks__/{chunk-4WGHJ5XB.js → chunk-XT7ZADJK.js} +2 -2
- package/__chunks__/{chunk-4J5NW7T5.js → chunk-XWRZCRNU.js} +2 -2
- package/__chunks__/{chunk-DBYMQJYP.js → chunk-XYWJ5VZ4.js} +2 -2
- package/__chunks__/{chunk-ZV6VH2G7.js → chunk-Y2JIB3XM.js} +2 -2
- package/__chunks__/{chunk-FREF6GTA.js → chunk-Y4J5N2NV.js} +2 -2
- package/__chunks__/{chunk-5AI5ASLR.js → chunk-Y6TNZAYD.js} +2 -2
- package/__chunks__/{chunk-N5SI52YK.js → chunk-Y7MXPLPU.js} +2 -2
- package/__chunks__/{chunk-F6TH6XFU.js → chunk-Y7NDUUNH.js} +2 -2
- package/__chunks__/{chunk-XTTCBZPZ.js → chunk-YAQG6PPQ.js} +2 -2
- package/__chunks__/chunk-YGUJYT2W.js +40 -0
- package/__chunks__/chunk-YKS6D477.js +2 -0
- package/__chunks__/{chunk-IFC4FNJN.js → chunk-YQSO6ZUZ.js} +2 -2
- package/__chunks__/{chunk-HU2P24T2.js → chunk-YV56APGS.js} +2 -2
- package/__chunks__/{chunk-FKIEIT7V.js → chunk-Z4UMVIGV.js} +2 -2
- package/__chunks__/{chunk-IUS5ZOUQ.js → chunk-Z7U66IPF.js} +2 -2
- package/__chunks__/chunk-ZARCYJK6.js +2 -0
- package/__chunks__/{chunk-D2PBHMS2.js → chunk-ZBDM4V27.js} +2 -2
- package/__chunks__/{chunk-XQ3LDLZR.js → chunk-ZC3QP57E.js} +2 -2
- package/__chunks__/{chunk-7DGFWXBL.js → chunk-ZE3GXABE.js} +2 -2
- package/__chunks__/{chunk-ZH3TGLHR.js → chunk-ZKRCBWLD.js} +2 -2
- package/__chunks__/{chunk-AYV5HGXP.js → chunk-ZWIU7SD3.js} +2 -2
- package/__commonjs/UI/SignTransactionsModals/SignTransactionsModals.js +101 -48
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignStep.js +95 -42
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/SignWithDeviceModal.js +96 -43
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/SignStepBody.js +57 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/components/index.js +57 -19
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/index.js +96 -43
- package/__commonjs/UI/SignTransactionsModals/SignWithDeviceModal/signWithDeviceModalStyles.js +38 -23
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/SignWithExtraModal.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithExtraModal/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/SignWithLedgerModal.js +98 -45
- package/__commonjs/UI/SignTransactionsModals/SignWithLedgerModal/index.js +98 -45
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/SignWithMetamaskModal.js +96 -43
- package/__commonjs/UI/SignTransactionsModals/SignWithMetamaskModal/index.js +96 -43
- package/__commonjs/UI/SignTransactionsModals/components/ConfirmationScreen.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/components/index.js +1 -1
- package/__commonjs/UI/SignTransactionsModals/index.js +101 -48
- package/__commonjs/UI/TransactionData/TransactionData.js +46 -8
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/TransactionDataDecode.d.ts +4 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/TransactionDataDecode.js +2785 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/index.d.ts +2 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/index.js +2785 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/transactionDataDecode.types.d.ts +12 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/transactionDataDecode.types.js +9 -0
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode/transactionDataDecodeStyles.js +47 -0
- package/__commonjs/UI/TransactionData/components/index.js +2777 -5
- package/__commonjs/UI/TransactionData/index.js +46 -8
- package/__commonjs/UI/TransactionsToastList/TransactionsToastList.js +1 -1
- package/__commonjs/UI/TransactionsToastList/index.js +1 -1
- package/__commonjs/UI/index.js +155 -102
- package/__commonjs/hooks/index.js +1 -1
- package/__commonjs/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/__commonjs/hooks/transactions/helpers/index.js +1 -1
- package/__commonjs/hooks/transactions/index.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactions.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/__commonjs/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/__commonjs/utils/index.js +1 -1
- package/__commonjs/utils/transactions/builtCallbackUrl.js +1 -1
- package/__commonjs/utils/transactions/index.js +1 -1
- package/__mocks__/index.js +1 -1
- package/__mocks__/utils/index.js +1 -1
- package/__mocks__/utils/renderWithProvider.js +1 -1
- package/apiCalls/accounts/getAccountFromApi.js +1 -1
- package/apiCalls/accounts/index.js +1 -1
- package/apiCalls/accounts/useGetAccountFromApi.js +1 -1
- package/apiCalls/configuration/getNetworkConfig.js +1 -1
- package/apiCalls/configuration/index.js +1 -1
- package/apiCalls/configuration/useGetNetworkConfigFromApi.js +1 -1
- package/apiCalls/configuration/useGetServerConfigurationFromApi.js +1 -1
- package/apiCalls/economics/getEconomicsInfo.js +1 -1
- package/apiCalls/economics/index.js +1 -1
- package/apiCalls/economics/useGetEconomicsInfoFromApi.js +1 -1
- package/apiCalls/index.js +1 -1
- package/apiCalls/tokens/getPersistedToken.js +1 -1
- package/apiCalls/transactions/getTransactionsByHashes.js +1 -1
- package/apiCalls/transactions/index.js +1 -1
- package/apiCalls/transactions/sendSignedBatchTransactions.js +1 -1
- package/apiCalls/transactions/sendSignedTransactions.js +1 -1
- package/apiCalls/transactions/useGetTransactionsFromApi.js +1 -1
- package/apiCalls/utils/getCleanApiAddress.js +1 -1
- package/apiCalls/utils/getScamAddressData.js +1 -1
- package/apiCalls/utils/index.js +1 -1
- package/apiCalls/utils/useApiFetch.js +1 -1
- package/components/LogoutListener/LogoutListener.js +1 -1
- package/components/LogoutListener/helpers/index.js +1 -1
- package/components/LogoutListener/helpers/useLogoutFromMultipleTabs.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogout.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/index.js +1 -1
- package/components/LogoutListener/helpers/useNativeAuthLogoutWarning/useNativeAuthLogoutWarning.js +1 -1
- package/components/LogoutListener/index.js +1 -1
- package/components/ProviderInitializer/ProviderInitializer.js +1 -1
- package/components/ProviderInitializer/helpers/getModifiedLoginToken.js +1 -1
- package/components/ProviderInitializer/helpers/handleGuardianWarning.js +1 -1
- package/components/ProviderInitializer/helpers/index.js +1 -1
- package/components/ProviderInitializer/helpers/processModifiedAccount.js +1 -1
- package/components/ProviderInitializer/hooks/index.js +1 -1
- package/components/ProviderInitializer/hooks/useSetLedgerProvider.js +1 -1
- package/components/ProviderInitializer/index.js +1 -1
- package/components/TransactionSender/TransactionSender.js +1 -1
- package/components/TransactionSender/index.js +1 -1
- package/components/TransactionSender/utils/handleSendBatchTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/handleSendTransactionsErrors.js +1 -1
- package/components/TransactionSender/utils/invokeSendTransactions.js +1 -1
- package/components/TransactionsTracker/TransactionTracker.js +1 -1
- package/components/TransactionsTracker/index.js +1 -1
- package/hooks/account/index.js +1 -1
- package/hooks/account/useGetAccount.js +1 -1
- package/hooks/account/useGetAccountInfo.js +1 -1
- package/hooks/account/useGetBatchWebsocketEvent.js +1 -1
- package/hooks/account/useGetIsLoggedIn.js +1 -1
- package/hooks/account/useGetIsWalletConnectV2Initialized.js +1 -1
- package/hooks/account/useGetLoginInfo.js +1 -1
- package/hooks/account/useGetWebsocketEvent.js +1 -1
- package/hooks/economics/index.js +1 -1
- package/hooks/economics/useGetEgldPrice.js +1 -1
- package/hooks/index.js +1 -1
- package/hooks/login/index.js +1 -1
- package/hooks/login/useCrossWindowLogin.js +1 -1
- package/hooks/login/useExtensionLogin.js +1 -1
- package/hooks/login/useGetModalLoginMethods.js +1 -1
- package/hooks/login/useIframeLogin.js +1 -1
- package/hooks/login/useLedgerLogin.js +1 -1
- package/hooks/login/useLoginService.js +1 -1
- package/hooks/login/useMetamaskLogin.js +1 -1
- package/hooks/login/useOperaLogin.js +1 -1
- package/hooks/login/usePasskeyLogin.js +1 -1
- package/hooks/login/useWalletConnectV2Login.js +1 -1
- package/hooks/login/useWebViewLogin.js +1 -1
- package/hooks/login/useWebWalletLogin.js +1 -1
- package/hooks/login/useXaliasLogin.js +1 -1
- package/hooks/signMessage/index.js +1 -1
- package/hooks/signMessage/useGetLastSignedMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignMessageSession.js +1 -1
- package/hooks/signMessage/useGetSignedMessageStatus.js +1 -1
- package/hooks/signMessage/useSignMessage.js +1 -1
- package/hooks/toasts/index.js +1 -1
- package/hooks/toasts/useGetToasts.js +1 -1
- package/hooks/toasts/useTransactionsToasts.js +1 -1
- package/hooks/transactions/batch/tracker/useBatchTransactionsTracker.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatch.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckBatchesOnWsFailureFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useCheckHangingBatchesFallback.js +1 -1
- package/hooks/transactions/batch/tracker/useVerifyBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatchStatus.js +1 -1
- package/hooks/transactions/batch/useGetBatches.js +1 -1
- package/hooks/transactions/batch/useResolveBatchStatusResponse.js +1 -1
- package/hooks/transactions/batch/useSendBatchTransactions.js +1 -1
- package/hooks/transactions/helpers/checkNeedsGuardianSigning.js +1 -1
- package/hooks/transactions/helpers/getShouldMoveTransactionsToSignedState.js +1 -1
- package/hooks/transactions/helpers/index.js +1 -1
- package/hooks/transactions/helpers/useClearTransactionsToSignWithWarning.js +1 -1
- package/hooks/transactions/helpers/useGetLedgerProvider.js +1 -1
- package/hooks/transactions/helpers/useSetTransactionNonces.js +1 -1
- package/hooks/transactions/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/checkBatch.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/index.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageFailedTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/manageTimedOutTransactions.js +1 -1
- package/hooks/transactions/useCheckTransactionStatus/useCheckTransactionStatus.js +1 -1
- package/hooks/transactions/useGetActiveTransactionsStatus.js +1 -1
- package/hooks/transactions/useGetFailedTransactions.js +1 -1
- package/hooks/transactions/useGetLastPendingTransactionHash.js +1 -1
- package/hooks/transactions/useGetPendingTransactions.js +1 -1
- package/hooks/transactions/useGetPollingInterval.js +1 -1
- package/hooks/transactions/useGetSignTransactionsError.js +1 -1
- package/hooks/transactions/useGetSignedTransactions.js +1 -1
- package/hooks/transactions/useGetSuccessfulTransactions.js +1 -1
- package/hooks/transactions/useGetTokenDetails.js +1 -1
- package/hooks/transactions/useGetTransactionDisplayInfo.js +1 -1
- package/hooks/transactions/useParseSignedTransactions.js +1 -1
- package/hooks/transactions/useSignMultipleTransactions.js +1 -1
- package/hooks/transactions/useSignTransactions.js +1 -1
- package/hooks/transactions/useSignTransactionsCommonData.js +1 -1
- package/hooks/transactions/useSignTransactionsWithDevice.js +1 -1
- package/hooks/transactions/useSignTransactionsWithLedger.js +1 -1
- package/hooks/transactions/useTrackTransactionStatus.js +1 -1
- package/hooks/transactions/useTransactionsTracker/index.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckHangingTransactionsFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useCheckTransactionOnWsFailureFallback.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useTransactionsTracker.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useUpdateTrackedTransactions.js +1 -1
- package/hooks/transactions/useTransactionsTracker/useWebsocketPollingFallback.js +1 -1
- package/hooks/useGetNetworkConfig.js +1 -1
- package/hooks/useGetNotification.js +1 -1
- package/hooks/websocketListener/index.js +1 -1
- package/hooks/websocketListener/useInitializeWebsocketConnection.js +1 -1
- package/hooks/websocketListener/useRegisterWebsocketListener.js +1 -1
- package/models/index.js +1 -1
- package/models/newTransaction.js +1 -1
- package/package.json +1 -1
- package/providers/experimentalWebViewProvider/ExperimentalWebviewProvider.js +1 -1
- package/providers/experimentalWebViewProvider/index.js +1 -1
- package/providers/webviewProvider/index.js +1 -1
- package/providers/webviewProvider/requestMethods.js +1 -1
- package/providers/webviewProvider/webviewProvider.js +1 -1
- package/reduxStore/DappProviderContext.js +1 -1
- package/reduxStore/middlewares/loginSessionMiddleware.js +1 -1
- package/reduxStore/persistConfig.js +1 -1
- package/reduxStore/persistedRootReducer.js +1 -1
- package/reduxStore/reducers.js +1 -1
- package/reduxStore/rootReducer.js +1 -1
- package/reduxStore/selectors/accountInfoSelectors.js +1 -1
- package/reduxStore/selectors/index.js +1 -1
- package/reduxStore/selectors/loginInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsInfoSelectors.js +1 -1
- package/reduxStore/selectors/transactionsSelectors.js +1 -1
- package/reduxStore/slices/index.js +1 -1
- package/reduxStore/slices/networkConfigSlice.js +1 -1
- package/reduxStore/store.js +1 -1
- package/services/index.js +1 -1
- package/services/nativeAuth/helpers/getAuthorizationInfo.js +1 -1
- package/services/nativeAuth/helpers/getIsNativeAuthSingingForbidden.js +1 -1
- package/services/nativeAuth/helpers/getLatestBlockHash.js +1 -1
- package/services/nativeAuth/helpers/index.js +1 -1
- package/services/nativeAuth/helpers/loginWithNativeAuthToken.js +1 -1
- package/services/nativeAuth/index.js +1 -1
- package/services/nativeAuth/nativeAuth.js +1 -1
- package/services/transactions/clearTransactions.js +1 -1
- package/services/transactions/getBatchTransactionsStatus.js +1 -1
- package/services/transactions/getTransactionsDetails.js +1 -1
- package/services/transactions/index.js +1 -1
- package/services/transactions/sendBatchTransactions.js +1 -1
- package/services/transactions/sendBatchTransactions.test.js +1 -1
- package/services/transactions/sendTransactions.js +1 -1
- package/services/transactions/signTransactions.js +1 -1
- package/services/transactions/transformAndSignTransactions.js +1 -1
- package/services/transactions/updateSignedTransactions.js +1 -1
- package/services/transactions/utils/transformTransactionsToSign.js +1 -1
- package/utils/account/getAccount.js +1 -1
- package/utils/account/getAccountBalance.js +1 -1
- package/utils/account/getAccountShard.js +1 -1
- package/utils/account/getAddress.js +1 -1
- package/utils/account/getLatestNonce.js +1 -1
- package/utils/account/getWebviewToken.js +1 -1
- package/utils/account/index.js +1 -1
- package/utils/account/loginWithExternalProvider.js +1 -1
- package/utils/account/refreshAccount.js +1 -1
- package/utils/account/setNonce.js +1 -1
- package/utils/account/signMessage.js +1 -1
- package/utils/asyncActions/index.js +1 -1
- package/utils/clearNavigationHistory.js +1 -1
- package/utils/decoders/index.js +1 -1
- package/utils/getIsLoggedIn.js +1 -1
- package/utils/index.js +1 -1
- package/utils/internal/index.js +1 -1
- package/utils/internal/optionalRedirect.js +1 -1
- package/utils/logout.js +1 -1
- package/utils/network/getChainID.js +1 -1
- package/utils/network/getEgldLabel.js +1 -1
- package/utils/network/getNetworkConfig.js +1 -1
- package/utils/network/index.js +1 -1
- package/utils/operations/index.js +1 -1
- package/utils/parseNavigationParams.js +1 -1
- package/utils/redirect.js +1 -1
- package/utils/removeSearchParamsFromUrl.js +1 -1
- package/utils/retryMultipleTimes.js +1 -1
- package/utils/toasts/customToastsActions.js +1 -1
- package/utils/toasts/index.js +1 -1
- package/utils/transactions/batch/updateBatchTransactionsStatuses.js +1 -1
- package/utils/transactions/builtCallbackUrl.js +1 -1
- package/utils/transactions/getAllTransactionsLink.js +1 -1
- package/utils/transactions/getDataPayloadForTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/getInterpretedTransaction.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/getTransactionValue.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getTitleText.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/getValueFromDataField.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/getTransactionValue/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/helpers/index.js +1 -1
- package/utils/transactions/getInterpretedTransaction/index.js +1 -1
- package/utils/transactions/getOperationsDetails.js +1 -1
- package/utils/transactions/getTransactionLink.js +1 -1
- package/utils/transactions/getUsernameForTransaction.js +1 -1
- package/utils/transactions/index.js +1 -1
- package/utils/transactions/parseTransactionAfterSigning.js +1 -1
- package/utils/transactions/removeTransactionParamsFromUrl.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/decodeForDisplay.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/decodeByMethod.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getDisplayValueAndValidationWarnings.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/getSmartDecodedParts.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/decodeForDisplay/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionNftText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/getTransactionActionTokenText.js +1 -1
- package/utils/transactions/transactionInfoHelpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/helpers/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/index.js +1 -1
- package/utils/transactions/transactionInfoHelpers/transactionActionUnwrapper/transactionActionUnwrapper.js +1 -1
- package/utils/transactions/transactionInfoHelpers/useDataDecode.js +1 -1
- package/utils/waitForChainID.js +1 -1
- package/utils/window/getDefaultCallbackUrl.js +1 -1
- package/utils/window/index.js +1 -1
- package/web/hooks/index.js +1 -1
- package/web/hooks/useIdleTimer.js +1 -1
- package/web/index.js +1 -1
- package/wrappers/AppInitializer.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/AuthenticatedRoutesWrapper.js +1 -1
- package/wrappers/AuthenticatedRoutesWrapper/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/AxiosInterceptorContext.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptor.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/AxiosInterceptorContextProvider.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/LoginInfoListener.js +1 -1
- package/wrappers/AxiosInterceptorContext/components/index.js +1 -1
- package/wrappers/AxiosInterceptorContext/index.js +1 -1
- package/wrappers/DappProvider/CustomComponents.js +1 -1
- package/wrappers/DappProvider/DappProvider.js +1 -1
- package/wrappers/DappProvider/index.js +1 -1
- package/wrappers/index.js +1 -1
- package/UI/TransactionData/components/TransactionDataDecode.d.ts +0 -10
- package/UI/TransactionData/components/TransactionDataDecode.js +0 -2
- package/__chunks__/chunk-232N5XDZ.js +0 -2
- package/__chunks__/chunk-2A6QKSTB.js +0 -2
- package/__chunks__/chunk-354NCSZ7.js +0 -2
- package/__chunks__/chunk-37ZGQ3GM.js +0 -2
- package/__chunks__/chunk-3M2KYZ6Y.js +0 -2
- package/__chunks__/chunk-3XMZATB7.js +0 -2
- package/__chunks__/chunk-46V64V3V.js +0 -2
- package/__chunks__/chunk-5TEQ6SWP.js +0 -2
- package/__chunks__/chunk-654MNELS.js +0 -2
- package/__chunks__/chunk-6BOBNPYF.js +0 -2
- package/__chunks__/chunk-6PCIEGF2.js +0 -2
- package/__chunks__/chunk-7HKV7IMJ.js +0 -2
- package/__chunks__/chunk-B42PWLJ6.js +0 -2
- package/__chunks__/chunk-BJ4F76M2.js +0 -2
- package/__chunks__/chunk-BKZLIHV3.js +0 -2
- package/__chunks__/chunk-BSOUKO3S.js +0 -2
- package/__chunks__/chunk-EWVKOGOY.js +0 -2
- package/__chunks__/chunk-GDBGUOQW.js +0 -2
- package/__chunks__/chunk-GYYEEL33.js +0 -2
- package/__chunks__/chunk-HHHYJUNV.js +0 -2
- package/__chunks__/chunk-HJWRR3LB.js +0 -2
- package/__chunks__/chunk-HNNTXACS.js +0 -2
- package/__chunks__/chunk-HTXSL2EQ.js +0 -2
- package/__chunks__/chunk-IJUNZJZT.js +0 -2
- package/__chunks__/chunk-J6XF4IQM.js +0 -2
- package/__chunks__/chunk-JFMJANTK.js +0 -2
- package/__chunks__/chunk-KD3ONIXY.js +0 -2
- package/__chunks__/chunk-KILMF6UV.js +0 -2
- package/__chunks__/chunk-LSWLRBHK.js +0 -2
- package/__chunks__/chunk-LX3J2Q4I.js +0 -2
- package/__chunks__/chunk-MOXBK3V4.js +0 -2
- package/__chunks__/chunk-MS4VSSDI.js +0 -2
- package/__chunks__/chunk-MXJXTMXD.js +0 -2
- package/__chunks__/chunk-NR2MGXP4.js +0 -2
- package/__chunks__/chunk-NRVUPGRT.js +0 -2
- package/__chunks__/chunk-P7I74LIL.js +0 -2
- package/__chunks__/chunk-Q73UUFR7.js +0 -2
- package/__chunks__/chunk-R44WG4ZE.js +0 -2
- package/__chunks__/chunk-S6PBAGRJ.js +0 -2
- package/__chunks__/chunk-S7NV36KC.js +0 -2
- package/__chunks__/chunk-SEF5NZAI.js +0 -2
- package/__chunks__/chunk-TXXFHD4V.js +0 -2
- package/__chunks__/chunk-VGG4XWTR.js +0 -2
- package/__chunks__/chunk-VWBE5UGM.js +0 -2
- package/__chunks__/chunk-WFKWHNFK.js +0 -2
- package/__chunks__/chunk-WV3AYZWK.js +0 -2
- package/__chunks__/chunk-XLSCXPIX.js +0 -2
- package/__chunks__/chunk-YCIL54YS.js +0 -2
- package/__chunks__/chunk-YYI4KV4R.js +0 -2
- package/__chunks__/chunk-Z23XEM56.js +0 -2
- package/__chunks__/chunk-Z3FCAX26.js +0 -2
- package/__chunks__/chunk-Z7ZDU6HU.js +0 -2
- package/__chunks__/chunk-ZGFONXF4.js +0 -2
- package/__chunks__/chunk-ZHHHQIQ3.js +0 -2
- package/__chunks__/chunk-ZW6A6YWR.js +0 -2
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode.d.ts +0 -10
- package/__commonjs/UI/TransactionData/components/TransactionDataDecode.js +0 -13
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { WithStylesImportType } from 'hocs/useStyles';
|
|
2
|
+
import { WithClassnameType } from 'UI/types';
|
|
3
|
+
export interface SelectOptionType {
|
|
4
|
+
label: string;
|
|
5
|
+
value: string;
|
|
6
|
+
}
|
|
7
|
+
export interface TransactionDataDecodePropsType extends WithClassnameType, WithStylesImportType {
|
|
8
|
+
data: string;
|
|
9
|
+
onDecode: (decodedData: string) => void;
|
|
10
|
+
onDecodeError: (errors: string[]) => void;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=transactionDataDecode.types.d.ts.map
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";var Ur=Object.create;var X=Object.defineProperty;var Ir=Object.getOwnPropertyDescriptor;var dr=Object.getOwnPropertyNames;var Cr=Object.getPrototypeOf,Sr=Object.prototype.hasOwnProperty;var Lr=(e,r)=>()=>(e&&(r=e(e=0)),r);var b=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports);var rr=(e,r,t,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of dr(r))!Sr.call(e,n)&&n!==t&&X(e,n,{get:()=>r[n],enumerable:!(i=Ir(r,n))||i.enumerable});return e};var tr=(e,r,t)=>(t=e!=null?Ur(Cr(e)):{},rr(r||!e||!e.__esModule?X(t,"default",{value:e,enumerable:!0}):t,e)),Rr=e=>rr(X({},"__esModule",{value:!0}),e);var nr=b(N=>{"use strict";F();N.byteLength=Mr;N.toByteArray=kr;N.fromByteArray=Wr;var g=[],m=[],_r=typeof Uint8Array!="undefined"?Uint8Array:Array,G="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(d=0,er=G.length;d<er;++d)g[d]=G[d],m[G.charCodeAt(d)]=d;var d,er;m["-".charCodeAt(0)]=62;m["_".charCodeAt(0)]=63;function ir(e){var r=e.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=r);var i=t===r?0:4-t%4;return[t,i]}function Mr(e){var r=ir(e),t=r[0],i=r[1];return(t+i)*3/4-i}function Dr(e,r,t){return(r+t)*3/4-t}function kr(e){var r,t=ir(e),i=t[0],n=t[1],o=new _r(Dr(e,i,n)),u=0,h=n>0?i-4:i,f;for(f=0;f<h;f+=4)r=m[e.charCodeAt(f)]<<18|m[e.charCodeAt(f+1)]<<12|m[e.charCodeAt(f+2)]<<6|m[e.charCodeAt(f+3)],o[u++]=r>>16&255,o[u++]=r>>8&255,o[u++]=r&255;return n===2&&(r=m[e.charCodeAt(f)]<<2|m[e.charCodeAt(f+1)]>>4,o[u++]=r&255),n===1&&(r=m[e.charCodeAt(f)]<<10|m[e.charCodeAt(f+1)]<<4|m[e.charCodeAt(f+2)]>>2,o[u++]=r>>8&255,o[u++]=r&255),o}function br(e){return g[e>>18&63]+g[e>>12&63]+g[e>>6&63]+g[e&63]}function Nr(e,r,t){for(var i,n=[],o=r;o<t;o+=3)i=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(e[o+2]&255),n.push(br(i));return n.join("")}function Wr(e){for(var r,t=e.length,i=t%3,n=[],o=16383,u=0,h=t-i;u<h;u+=o)n.push(Nr(e,u,u+o>h?h:u+o));return i===1?(r=e[t-1],n.push(g[r>>2]+g[r<<4&63]+"==")):i===2&&(r=(e[t-2]<<8)+e[t-1],n.push(g[r>>10]+g[r>>4&63]+g[r<<2&63]+"=")),n.join("")}});var or=b(z=>{F();z.read=function(e,r,t,i,n){var o,u,h=n*8-i-1,f=(1<<h)-1,c=f>>1,l=-7,p=t?n-1:0,E=t?-1:1,x=e[r+p];for(p+=E,o=x&(1<<-l)-1,x>>=-l,l+=h;l>0;o=o*256+e[r+p],p+=E,l-=8);for(u=o&(1<<-l)-1,o>>=-l,l+=i;l>0;u=u*256+e[r+p],p+=E,l-=8);if(o===0)o=1-c;else{if(o===f)return u?NaN:(x?-1:1)*(1/0);u=u+Math.pow(2,i),o=o-c}return(x?-1:1)*u*Math.pow(2,o-i)};z.write=function(e,r,t,i,n,o){var u,h,f,c=o*8-n-1,l=(1<<c)-1,p=l>>1,E=n===23?Math.pow(2,-24)-Math.pow(2,-77):0,x=i?0:o-1,L=i?1:-1,Tr=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(h=isNaN(r)?1:0,u=l):(u=Math.floor(Math.log(r)/Math.LN2),r*(f=Math.pow(2,-u))<1&&(u--,f*=2),u+p>=1?r+=E/f:r+=E*Math.pow(2,1-p),r*f>=2&&(u++,f/=2),u+p>=l?(h=0,u=l):u+p>=1?(h=(r*f-1)*Math.pow(2,n),u=u+p):(h=r*Math.pow(2,p-1)*Math.pow(2,n),u=0));n>=8;e[t+x]=h&255,x+=L,h/=256,n-=8);for(u=u<<n|h,c+=n;c>0;e[t+x]=u&255,x+=L,u/=256,c-=8);e[t+x-L]|=Tr*128}});var Er=b(_=>{"use strict";F();var J=nr(),R=or(),ur=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;_.Buffer=a;_.SlowBuffer=zr;_.INSPECT_MAX_BYTES=50;var Y=2147483647;_.kMaxLength=Y;a.TYPED_ARRAY_SUPPORT=Yr();!a.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Yr(){try{var e=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(e,r),e.foo()===42}catch(t){return!1}}Object.defineProperty(a.prototype,"parent",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.buffer}});Object.defineProperty(a.prototype,"offset",{enumerable:!0,get:function(){if(!!a.isBuffer(this))return this.byteOffset}});function T(e){if(e>Y)throw new RangeError('The value "'+e+'" is invalid for option "size"');var r=new Uint8Array(e);return Object.setPrototypeOf(r,a.prototype),r}function a(e,r,t){if(typeof e=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return K(e)}return fr(e,r,t)}a.poolSize=8192;function fr(e,r,t){if(typeof e=="string")return Hr(e,r);if(ArrayBuffer.isView(e))return Xr(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(B(e,ArrayBuffer)||e&&B(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(B(e,SharedArrayBuffer)||e&&B(e.buffer,SharedArrayBuffer)))return Q(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var i=e.valueOf&&e.valueOf();if(i!=null&&i!==e)return a.from(i,r,t);var n=Gr(e);if(n)return n;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return a.from(e[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}a.from=function(e,r,t){return fr(e,r,t)};Object.setPrototypeOf(a.prototype,Uint8Array.prototype);Object.setPrototypeOf(a,Uint8Array);function pr(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function qr(e,r,t){return pr(e),e<=0?T(e):r!==void 0?typeof t=="string"?T(e).fill(r,t):T(e).fill(r):T(e)}a.alloc=function(e,r,t){return qr(e,r,t)};function K(e){return pr(e),T(e<0?0:Z(e)|0)}a.allocUnsafe=function(e){return K(e)};a.allocUnsafeSlow=function(e){return K(e)};function Hr(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!a.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=cr(e,r)|0,i=T(t),n=i.write(e,r);return n!==t&&(i=i.slice(0,n)),i}function O(e){for(var r=e.length<0?0:Z(e.length)|0,t=T(r),i=0;i<r;i+=1)t[i]=e[i]&255;return t}function Xr(e){if(B(e,Uint8Array)){var r=new Uint8Array(e);return Q(r.buffer,r.byteOffset,r.byteLength)}return O(e)}function Q(e,r,t){if(r<0||e.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');var i;return r===void 0&&t===void 0?i=new Uint8Array(e):t===void 0?i=new Uint8Array(e,r):i=new Uint8Array(e,r,t),Object.setPrototypeOf(i,a.prototype),i}function Gr(e){if(a.isBuffer(e)){var r=Z(e.length)|0,t=T(r);return t.length===0||e.copy(t,0,0,r),t}if(e.length!==void 0)return typeof e.length!="number"||$(e.length)?T(0):O(e);if(e.type==="Buffer"&&Array.isArray(e.data))return O(e.data)}function Z(e){if(e>=Y)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+Y.toString(16)+" bytes");return e|0}function zr(e){return+e!=e&&(e=0),a.alloc(+e)}a.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==a.prototype};a.compare=function(r,t){if(B(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),B(t,Uint8Array)&&(t=a.from(t,t.offset,t.byteLength)),!a.isBuffer(r)||!a.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var i=r.length,n=t.length,o=0,u=Math.min(i,n);o<u;++o)if(r[o]!==t[o]){i=r[o],n=t[o];break}return i<n?-1:n<i?1:0};a.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};a.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return a.alloc(0);var i;if(t===void 0)for(t=0,i=0;i<r.length;++i)t+=r[i].length;var n=a.allocUnsafe(t),o=0;for(i=0;i<r.length;++i){var u=r[i];if(B(u,Uint8Array))o+u.length>n.length?a.from(u).copy(n,o):Uint8Array.prototype.set.call(n,u,o);else if(a.isBuffer(u))u.copy(n,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=u.length}return n};function cr(e,r){if(a.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||B(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,i=arguments.length>2&&arguments[2]===!0;if(!i&&t===0)return 0;for(var n=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return V(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return mr(e).length;default:if(n)return i?-1:V(e).length;r=(""+r).toLowerCase(),n=!0}}a.byteLength=cr;function Jr(e,r,t){var i=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return"";for(e||(e="utf8");;)switch(e){case"hex":return tt(this,r,t);case"utf8":case"utf-8":return sr(this,r,t);case"ascii":return jr(this,r,t);case"latin1":case"binary":return rt(this,r,t);case"base64":return $r(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return et(this,r,t);default:if(i)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),i=!0}}a.prototype._isBuffer=!0;function C(e,r,t){var i=e[r];e[r]=e[t],e[t]=i}a.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<r;t+=2)C(this,t,t+1);return this};a.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<r;t+=4)C(this,t,t+3),C(this,t+1,t+2);return this};a.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<r;t+=8)C(this,t,t+7),C(this,t+1,t+6),C(this,t+2,t+5),C(this,t+3,t+4);return this};a.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?sr(this,0,r):Jr.apply(this,arguments)};a.prototype.toLocaleString=a.prototype.toString;a.prototype.equals=function(r){if(!a.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:a.compare(this,r)===0};a.prototype.inspect=function(){var r="",t=_.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};ur&&(a.prototype[ur]=a.prototype.inspect);a.prototype.compare=function(r,t,i,n,o){if(B(r,Uint8Array)&&(r=a.from(r,r.offset,r.byteLength)),!a.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(t===void 0&&(t=0),i===void 0&&(i=r?r.length:0),n===void 0&&(n=0),o===void 0&&(o=this.length),t<0||i>r.length||n<0||o>this.length)throw new RangeError("out of range index");if(n>=o&&t>=i)return 0;if(n>=o)return-1;if(t>=i)return 1;if(t>>>=0,i>>>=0,n>>>=0,o>>>=0,this===r)return 0;for(var u=o-n,h=i-t,f=Math.min(u,h),c=this.slice(n,o),l=r.slice(t,i),p=0;p<f;++p)if(c[p]!==l[p]){u=c[p],h=l[p];break}return u<h?-1:h<u?1:0};function lr(e,r,t,i,n){if(e.length===0)return-1;if(typeof t=="string"?(i=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,$(t)&&(t=n?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(n)return-1;t=e.length-1}else if(t<0)if(n)t=0;else return-1;if(typeof r=="string"&&(r=a.from(r,i)),a.isBuffer(r))return r.length===0?-1:ar(e,r,t,i,n);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?n?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):ar(e,[r],t,i,n);throw new TypeError("val must be string, number or Buffer")}function ar(e,r,t,i,n){var o=1,u=e.length,h=r.length;if(i!==void 0&&(i=String(i).toLowerCase(),i==="ucs2"||i==="ucs-2"||i==="utf16le"||i==="utf-16le")){if(e.length<2||r.length<2)return-1;o=2,u/=2,h/=2,t/=2}function f(x,L){return o===1?x[L]:x.readUInt16BE(L*o)}var c;if(n){var l=-1;for(c=t;c<u;c++)if(f(e,c)===f(r,l===-1?0:c-l)){if(l===-1&&(l=c),c-l+1===h)return l*o}else l!==-1&&(c-=c-l),l=-1}else for(t+h>u&&(t=u-h),c=t;c>=0;c--){for(var p=!0,E=0;E<h;E++)if(f(e,c+E)!==f(r,E)){p=!1;break}if(p)return c}return-1}a.prototype.includes=function(r,t,i){return this.indexOf(r,t,i)!==-1};a.prototype.indexOf=function(r,t,i){return lr(this,r,t,i,!0)};a.prototype.lastIndexOf=function(r,t,i){return lr(this,r,t,i,!1)};function Or(e,r,t,i){t=Number(t)||0;var n=e.length-t;i?(i=Number(i),i>n&&(i=n)):i=n;var o=r.length;i>o/2&&(i=o/2);for(var u=0;u<i;++u){var h=parseInt(r.substr(u*2,2),16);if($(h))return u;e[t+u]=h}return u}function Qr(e,r,t,i){return q(V(r,e.length-t),e,t,i)}function Vr(e,r,t,i){return q(ot(r),e,t,i)}function Kr(e,r,t,i){return q(mr(r),e,t,i)}function Zr(e,r,t,i){return q(ut(r,e.length-t),e,t,i)}a.prototype.write=function(r,t,i,n){if(t===void 0)n="utf8",i=this.length,t=0;else if(i===void 0&&typeof t=="string")n=t,i=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(i)?(i=i>>>0,n===void 0&&(n="utf8")):(n=i,i=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-t;if((i===void 0||i>o)&&(i=o),r.length>0&&(i<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var u=!1;;)switch(n){case"hex":return Or(this,r,t,i);case"utf8":case"utf-8":return Qr(this,r,t,i);case"ascii":case"latin1":case"binary":return Vr(this,r,t,i);case"base64":return Kr(this,r,t,i);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Zr(this,r,t,i);default:if(u)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),u=!0}};a.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function $r(e,r,t){return r===0&&t===e.length?J.fromByteArray(e):J.fromByteArray(e.slice(r,t))}function sr(e,r,t){t=Math.min(e.length,t);for(var i=[],n=r;n<t;){var o=e[n],u=null,h=o>239?4:o>223?3:o>191?2:1;if(n+h<=t){var f,c,l,p;switch(h){case 1:o<128&&(u=o);break;case 2:f=e[n+1],(f&192)===128&&(p=(o&31)<<6|f&63,p>127&&(u=p));break;case 3:f=e[n+1],c=e[n+2],(f&192)===128&&(c&192)===128&&(p=(o&15)<<12|(f&63)<<6|c&63,p>2047&&(p<55296||p>57343)&&(u=p));break;case 4:f=e[n+1],c=e[n+2],l=e[n+3],(f&192)===128&&(c&192)===128&&(l&192)===128&&(p=(o&15)<<18|(f&63)<<12|(c&63)<<6|l&63,p>65535&&p<1114112&&(u=p))}}u===null?(u=65533,h=1):u>65535&&(u-=65536,i.push(u>>>10&1023|55296),u=56320|u&1023),i.push(u),n+=h}return Pr(i)}var hr=4096;function Pr(e){var r=e.length;if(r<=hr)return String.fromCharCode.apply(String,e);for(var t="",i=0;i<r;)t+=String.fromCharCode.apply(String,e.slice(i,i+=hr));return t}function jr(e,r,t){var i="";t=Math.min(e.length,t);for(var n=r;n<t;++n)i+=String.fromCharCode(e[n]&127);return i}function rt(e,r,t){var i="";t=Math.min(e.length,t);for(var n=r;n<t;++n)i+=String.fromCharCode(e[n]);return i}function tt(e,r,t){var i=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>i)&&(t=i);for(var n="",o=r;o<t;++o)n+=at[e[o]];return n}function et(e,r,t){for(var i=e.slice(r,t),n="",o=0;o<i.length-1;o+=2)n+=String.fromCharCode(i[o]+i[o+1]*256);return n}a.prototype.slice=function(r,t){var i=this.length;r=~~r,t=t===void 0?i:~~t,r<0?(r+=i,r<0&&(r=0)):r>i&&(r=i),t<0?(t+=i,t<0&&(t=0)):t>i&&(t=i),t<r&&(t=r);var n=this.subarray(r,t);return Object.setPrototypeOf(n,a.prototype),n};function y(e,r,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+r>t)throw new RangeError("Trying to access beyond buffer length")}a.prototype.readUintLE=a.prototype.readUIntLE=function(r,t,i){r=r>>>0,t=t>>>0,i||y(r,t,this.length);for(var n=this[r],o=1,u=0;++u<t&&(o*=256);)n+=this[r+u]*o;return n};a.prototype.readUintBE=a.prototype.readUIntBE=function(r,t,i){r=r>>>0,t=t>>>0,i||y(r,t,this.length);for(var n=this[r+--t],o=1;t>0&&(o*=256);)n+=this[r+--t]*o;return n};a.prototype.readUint8=a.prototype.readUInt8=function(r,t){return r=r>>>0,t||y(r,1,this.length),this[r]};a.prototype.readUint16LE=a.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||y(r,2,this.length),this[r]|this[r+1]<<8};a.prototype.readUint16BE=a.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||y(r,2,this.length),this[r]<<8|this[r+1]};a.prototype.readUint32LE=a.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||y(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};a.prototype.readUint32BE=a.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};a.prototype.readIntLE=function(r,t,i){r=r>>>0,t=t>>>0,i||y(r,t,this.length);for(var n=this[r],o=1,u=0;++u<t&&(o*=256);)n+=this[r+u]*o;return o*=128,n>=o&&(n-=Math.pow(2,8*t)),n};a.prototype.readIntBE=function(r,t,i){r=r>>>0,t=t>>>0,i||y(r,t,this.length);for(var n=t,o=1,u=this[r+--n];n>0&&(o*=256);)u+=this[r+--n]*o;return o*=128,u>=o&&(u-=Math.pow(2,8*t)),u};a.prototype.readInt8=function(r,t){return r=r>>>0,t||y(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};a.prototype.readInt16LE=function(r,t){r=r>>>0,t||y(r,2,this.length);var i=this[r]|this[r+1]<<8;return i&32768?i|4294901760:i};a.prototype.readInt16BE=function(r,t){r=r>>>0,t||y(r,2,this.length);var i=this[r+1]|this[r]<<8;return i&32768?i|4294901760:i};a.prototype.readInt32LE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};a.prototype.readInt32BE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};a.prototype.readFloatLE=function(r,t){return r=r>>>0,t||y(r,4,this.length),R.read(this,r,!0,23,4)};a.prototype.readFloatBE=function(r,t){return r=r>>>0,t||y(r,4,this.length),R.read(this,r,!1,23,4)};a.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||y(r,8,this.length),R.read(this,r,!0,52,8)};a.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||y(r,8,this.length),R.read(this,r,!1,52,8)};function w(e,r,t,i,n,o){if(!a.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>n||r<o)throw new RangeError('"value" argument is out of bounds');if(t+i>e.length)throw new RangeError("Index out of range")}a.prototype.writeUintLE=a.prototype.writeUIntLE=function(r,t,i,n){if(r=+r,t=t>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;w(this,r,t,i,o,0)}var u=1,h=0;for(this[t]=r&255;++h<i&&(u*=256);)this[t+h]=r/u&255;return t+i};a.prototype.writeUintBE=a.prototype.writeUIntBE=function(r,t,i,n){if(r=+r,t=t>>>0,i=i>>>0,!n){var o=Math.pow(2,8*i)-1;w(this,r,t,i,o,0)}var u=i-1,h=1;for(this[t+u]=r&255;--u>=0&&(h*=256);)this[t+u]=r/h&255;return t+i};a.prototype.writeUint8=a.prototype.writeUInt8=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,1,255,0),this[t]=r&255,t+1};a.prototype.writeUint16LE=a.prototype.writeUInt16LE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};a.prototype.writeUint16BE=a.prototype.writeUInt16BE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};a.prototype.writeUint32LE=a.prototype.writeUInt32LE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4};a.prototype.writeUint32BE=a.prototype.writeUInt32BE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};a.prototype.writeIntLE=function(r,t,i,n){if(r=+r,t=t>>>0,!n){var o=Math.pow(2,8*i-1);w(this,r,t,i,o-1,-o)}var u=0,h=1,f=0;for(this[t]=r&255;++u<i&&(h*=256);)r<0&&f===0&&this[t+u-1]!==0&&(f=1),this[t+u]=(r/h>>0)-f&255;return t+i};a.prototype.writeIntBE=function(r,t,i,n){if(r=+r,t=t>>>0,!n){var o=Math.pow(2,8*i-1);w(this,r,t,i,o-1,-o)}var u=i-1,h=1,f=0;for(this[t+u]=r&255;--u>=0&&(h*=256);)r<0&&f===0&&this[t+u+1]!==0&&(f=1),this[t+u]=(r/h>>0)-f&255;return t+i};a.prototype.writeInt8=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};a.prototype.writeInt16LE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};a.prototype.writeInt16BE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};a.prototype.writeInt32LE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4};a.prototype.writeInt32BE=function(r,t,i){return r=+r,t=t>>>0,i||w(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function yr(e,r,t,i,n,o){if(t+i>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function wr(e,r,t,i,n){return r=+r,t=t>>>0,n||yr(e,r,t,4,34028234663852886e22,-34028234663852886e22),R.write(e,r,t,i,23,4),t+4}a.prototype.writeFloatLE=function(r,t,i){return wr(this,r,t,!0,i)};a.prototype.writeFloatBE=function(r,t,i){return wr(this,r,t,!1,i)};function xr(e,r,t,i,n){return r=+r,t=t>>>0,n||yr(e,r,t,8,17976931348623157e292,-17976931348623157e292),R.write(e,r,t,i,52,8),t+8}a.prototype.writeDoubleLE=function(r,t,i){return xr(this,r,t,!0,i)};a.prototype.writeDoubleBE=function(r,t,i){return xr(this,r,t,!1,i)};a.prototype.copy=function(r,t,i,n){if(!a.isBuffer(r))throw new TypeError("argument should be a Buffer");if(i||(i=0),!n&&n!==0&&(n=this.length),t>=r.length&&(t=r.length),t||(t=0),n>0&&n<i&&(n=i),n===i||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(i<0||i>=this.length)throw new RangeError("Index out of range");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),r.length-t<n-i&&(n=r.length-t+i);var o=n-i;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,i,n):Uint8Array.prototype.set.call(r,this.subarray(i,n),t),o};a.prototype.fill=function(r,t,i,n){if(typeof r=="string"){if(typeof t=="string"?(n=t,t=0,i=this.length):typeof i=="string"&&(n=i,i=this.length),n!==void 0&&typeof n!="string")throw new TypeError("encoding must be a string");if(typeof n=="string"&&!a.isEncoding(n))throw new TypeError("Unknown encoding: "+n);if(r.length===1){var o=r.charCodeAt(0);(n==="utf8"&&o<128||n==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<i)throw new RangeError("Out of range index");if(i<=t)return this;t=t>>>0,i=i===void 0?this.length:i>>>0,r||(r=0);var u;if(typeof r=="number")for(u=t;u<i;++u)this[u]=r;else{var h=a.isBuffer(r)?r:a.from(r,n),f=h.length;if(f===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(u=0;u<i-t;++u)this[u+t]=h[u%f]}return this};var it=/[^+/0-9A-Za-z-_]/g;function nt(e){if(e=e.split("=")[0],e=e.trim().replace(it,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function V(e,r){r=r||1/0;for(var t,i=e.length,n=null,o=[],u=0;u<i;++u){if(t=e.charCodeAt(u),t>55295&&t<57344){if(!n){if(t>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(u+1===i){(r-=3)>-1&&o.push(239,191,189);continue}n=t;continue}if(t<56320){(r-=3)>-1&&o.push(239,191,189),n=t;continue}t=(n-55296<<10|t-56320)+65536}else n&&(r-=3)>-1&&o.push(239,191,189);if(n=null,t<128){if((r-=1)<0)break;o.push(t)}else if(t<2048){if((r-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((r-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((r-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function ot(e){for(var r=[],t=0;t<e.length;++t)r.push(e.charCodeAt(t)&255);return r}function ut(e,r){for(var t,i,n,o=[],u=0;u<e.length&&!((r-=2)<0);++u)t=e.charCodeAt(u),i=t>>8,n=t%256,o.push(n),o.push(i);return o}function mr(e){return J.toByteArray(nt(e))}function q(e,r,t,i){for(var n=0;n<i&&!(n+t>=r.length||n>=e.length);++n)r[n+t]=e[n];return n}function B(e,r){return e instanceof r||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function $(e){return e!==e}var at=function(){for(var e="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var i=t*16,n=0;n<16;++n)r[i+n]=e[t]+e[n];return r}()});var vr=b((wt,Ar)=>{F();var s=Ar.exports={},A,v;function P(){throw new Error("setTimeout has not been defined")}function j(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?A=setTimeout:A=P}catch(e){A=P}try{typeof clearTimeout=="function"?v=clearTimeout:v=j}catch(e){v=j}})();function Fr(e){if(A===setTimeout)return setTimeout(e,0);if((A===P||!A)&&setTimeout)return A=setTimeout,setTimeout(e,0);try{return A(e,0)}catch(r){try{return A.call(null,e,0)}catch(t){return A.call(this,e,0)}}}function ht(e){if(v===clearTimeout)return clearTimeout(e);if((v===j||!v)&&clearTimeout)return v=clearTimeout,clearTimeout(e);try{return v(e)}catch(r){try{return v.call(null,e)}catch(t){return v.call(this,e)}}}var U=[],M=!1,S,H=-1;function ft(){!M||!S||(M=!1,S.length?U=S.concat(U):H=-1,U.length&&gr())}function gr(){if(!M){var e=Fr(ft);M=!0;for(var r=U.length;r;){for(S=U,U=[];++H<r;)S&&S[H].run();H=-1,r=U.length}S=null,M=!1,ht(e)}}s.nextTick=function(e){var r=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)r[t-1]=arguments[t];U.push(new Br(e,r)),U.length===1&&!M&&Fr(gr)};function Br(e,r){this.fun=e,this.array=r}Br.prototype.run=function(){this.fun.apply(null,this.array)};s.title="browser";s.browser=!0;s.env={};s.argv=[];s.version="";s.versions={};function I(){}s.on=I;s.addListener=I;s.once=I;s.off=I;s.removeListener=I;s.removeAllListeners=I;s.emit=I;s.prependListener=I;s.prependOnceListener=I;s.listeners=function(e){return[]};s.binding=function(e){throw new Error("process.binding is not supported")};s.cwd=function(){return"/"};s.chdir=function(e){throw new Error("process.chdir is not supported")};s.umask=function(){return 0}});var D,k,xt,F=Lr(()=>{D=tr(Er()),k=tr(vr()),xt=function(e){function r(){var i=this||self;return delete e.prototype.__magic__,i}if(typeof globalThis=="object")return globalThis;if(this)return r();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:r});var t=__magic__;return t}(Object)});var pt={};module.exports=Rr(pt);F();
|
|
2
|
+
/*!
|
|
3
|
+
* The buffer module from node.js, for the browser.
|
|
4
|
+
*
|
|
5
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
6
|
+
* @license MIT
|
|
7
|
+
*/
|
|
8
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
9
|
+
//# sourceMappingURL=transactionDataDecode.types.js.map
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";var Dr=Object.create;var k=Object.defineProperty;var Ur=Object.getOwnPropertyDescriptor;var Tr=Object.getOwnPropertyNames;var Ir=Object.getPrototypeOf,Sr=Object.prototype.hasOwnProperty;var Cr=(e,r)=>()=>(e&&(r=e(e=0)),r);var N=(e,r)=>()=>(r||e((r={exports:{}}).exports,r),r.exports),Lr=(e,r)=>{for(var t in r)k(e,t,{get:r[t],enumerable:!0})},rr=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let i of Tr(r))!Sr.call(e,i)&&i!==t&&k(e,i,{get:()=>r[i],enumerable:!(n=Ur(r,i))||n.enumerable});return e};var tr=(e,r,t)=>(t=e!=null?Dr(Ir(e)):{},rr(r||!e||!e.__esModule?k(t,"default",{value:e,enumerable:!0}):t,e)),Rr=e=>rr(k({},"__esModule",{value:!0}),e);var ir=N(Y=>{"use strict";E();Y.byteLength=br;Y.toByteArray=Nr;Y.fromByteArray=qr;var _=[],d=[],Mr=typeof Uint8Array!="undefined"?Uint8Array:Array,X="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(U=0,er=X.length;U<er;++U)_[U]=X[U],d[X.charCodeAt(U)]=U;var U,er;d["-".charCodeAt(0)]=62;d["_".charCodeAt(0)]=63;function nr(e){var r=e.length;if(r%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=e.indexOf("=");t===-1&&(t=r);var n=t===r?0:4-t%4;return[t,n]}function br(e){var r=nr(e),t=r[0],n=r[1];return(t+n)*3/4-n}function kr(e,r,t){return(r+t)*3/4-t}function Nr(e){var r,t=nr(e),n=t[0],i=t[1],o=new Mr(kr(e,n,i)),a=0,c=i>0?n-4:n,p;for(p=0;p<c;p+=4)r=d[e.charCodeAt(p)]<<18|d[e.charCodeAt(p+1)]<<12|d[e.charCodeAt(p+2)]<<6|d[e.charCodeAt(p+3)],o[a++]=r>>16&255,o[a++]=r>>8&255,o[a++]=r&255;return i===2&&(r=d[e.charCodeAt(p)]<<2|d[e.charCodeAt(p+1)]>>4,o[a++]=r&255),i===1&&(r=d[e.charCodeAt(p)]<<10|d[e.charCodeAt(p+1)]<<4|d[e.charCodeAt(p+2)]>>2,o[a++]=r>>8&255,o[a++]=r&255),o}function Yr(e){return _[e>>18&63]+_[e>>12&63]+_[e>>6&63]+_[e&63]}function Wr(e,r,t){for(var n,i=[],o=r;o<t;o+=3)n=(e[o]<<16&16711680)+(e[o+1]<<8&65280)+(e[o+2]&255),i.push(Yr(n));return i.join("")}function qr(e){for(var r,t=e.length,n=t%3,i=[],o=16383,a=0,c=t-n;a<c;a+=o)i.push(Wr(e,a,a+o>c?c:a+o));return n===1?(r=e[t-1],i.push(_[r>>2]+_[r<<4&63]+"==")):n===2&&(r=(e[t-2]<<8)+e[t-1],i.push(_[r>>10]+_[r>>4&63]+_[r<<2&63]+"=")),i.join("")}});var or=N(G=>{E();G.read=function(e,r,t,n,i){var o,a,c=i*8-n-1,p=(1<<c)-1,f=p>>1,s=-7,h=t?i-1:0,m=t?-1:1,x=e[r+h];for(h+=m,o=x&(1<<-s)-1,x>>=-s,s+=c;s>0;o=o*256+e[r+h],h+=m,s-=8);for(a=o&(1<<-s)-1,o>>=-s,s+=n;s>0;a=a*256+e[r+h],h+=m,s-=8);if(o===0)o=1-f;else{if(o===p)return a?NaN:(x?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-f}return(x?-1:1)*a*Math.pow(2,o-n)};G.write=function(e,r,t,n,i,o){var a,c,p,f=o*8-i-1,s=(1<<f)-1,h=s>>1,m=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,x=n?0:o-1,S=n?1:-1,Ar=r<0||r===0&&1/r<0?1:0;for(r=Math.abs(r),isNaN(r)||r===1/0?(c=isNaN(r)?1:0,a=s):(a=Math.floor(Math.log(r)/Math.LN2),r*(p=Math.pow(2,-a))<1&&(a--,p*=2),a+h>=1?r+=m/p:r+=m*Math.pow(2,1-h),r*p>=2&&(a++,p/=2),a+h>=s?(c=0,a=s):a+h>=1?(c=(r*p-1)*Math.pow(2,i),a=a+h):(c=r*Math.pow(2,h-1)*Math.pow(2,i),a=0));i>=8;e[t+x]=c&255,x+=S,c/=256,i-=8);for(a=a<<i|c,f+=i;f>0;e[t+x]=a&255,x+=S,a/=256,f-=8);e[t+x-S]|=Ar*128}});var mr=N(L=>{"use strict";E();var J=ir(),C=or(),ar=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;L.Buffer=u;L.SlowBuffer=Qr;L.INSPECT_MAX_BYTES=50;var q=2147483647;L.kMaxLength=q;u.TYPED_ARRAY_SUPPORT=zr();!u.TYPED_ARRAY_SUPPORT&&typeof console!="undefined"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function zr(){try{var e=new Uint8Array(1),r={foo:function(){return 42}};return Object.setPrototypeOf(r,Uint8Array.prototype),Object.setPrototypeOf(e,r),e.foo()===42}catch(t){return!1}}Object.defineProperty(u.prototype,"parent",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.buffer}});Object.defineProperty(u.prototype,"offset",{enumerable:!0,get:function(){if(!!u.isBuffer(this))return this.byteOffset}});function v(e){if(e>q)throw new RangeError('The value "'+e+'" is invalid for option "size"');var r=new Uint8Array(e);return Object.setPrototypeOf(r,u.prototype),r}function u(e,r,t){if(typeof e=="number"){if(typeof r=="string")throw new TypeError('The "string" argument must be of type string. Received type number');return O(e)}return pr(e,r,t)}u.poolSize=8192;function pr(e,r,t){if(typeof e=="string")return Xr(e,r);if(ArrayBuffer.isView(e))return Gr(e);if(e==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e);if(g(e,ArrayBuffer)||e&&g(e.buffer,ArrayBuffer)||typeof SharedArrayBuffer!="undefined"&&(g(e,SharedArrayBuffer)||e&&g(e.buffer,SharedArrayBuffer)))return V(e,r,t);if(typeof e=="number")throw new TypeError('The "value" argument must not be of type number. Received type number');var n=e.valueOf&&e.valueOf();if(n!=null&&n!==e)return u.from(n,r,t);var i=Jr(e);if(i)return i;if(typeof Symbol!="undefined"&&Symbol.toPrimitive!=null&&typeof e[Symbol.toPrimitive]=="function")return u.from(e[Symbol.toPrimitive]("string"),r,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof e)}u.from=function(e,r,t){return pr(e,r,t)};Object.setPrototypeOf(u.prototype,Uint8Array.prototype);Object.setPrototypeOf(u,Uint8Array);function hr(e){if(typeof e!="number")throw new TypeError('"size" argument must be of type number');if(e<0)throw new RangeError('The value "'+e+'" is invalid for option "size"')}function Hr(e,r,t){return hr(e),e<=0?v(e):r!==void 0?typeof t=="string"?v(e).fill(r,t):v(e).fill(r):v(e)}u.alloc=function(e,r,t){return Hr(e,r,t)};function O(e){return hr(e),v(e<0?0:Z(e)|0)}u.allocUnsafe=function(e){return O(e)};u.allocUnsafeSlow=function(e){return O(e)};function Xr(e,r){if((typeof r!="string"||r==="")&&(r="utf8"),!u.isEncoding(r))throw new TypeError("Unknown encoding: "+r);var t=fr(e,r)|0,n=v(t),i=n.write(e,r);return i!==t&&(n=n.slice(0,i)),n}function Q(e){for(var r=e.length<0?0:Z(e.length)|0,t=v(r),n=0;n<r;n+=1)t[n]=e[n]&255;return t}function Gr(e){if(g(e,Uint8Array)){var r=new Uint8Array(e);return V(r.buffer,r.byteOffset,r.byteLength)}return Q(e)}function V(e,r,t){if(r<0||e.byteLength<r)throw new RangeError('"offset" is outside of buffer bounds');if(e.byteLength<r+(t||0))throw new RangeError('"length" is outside of buffer bounds');var n;return r===void 0&&t===void 0?n=new Uint8Array(e):t===void 0?n=new Uint8Array(e,r):n=new Uint8Array(e,r,t),Object.setPrototypeOf(n,u.prototype),n}function Jr(e){if(u.isBuffer(e)){var r=Z(e.length)|0,t=v(r);return t.length===0||e.copy(t,0,0,r),t}if(e.length!==void 0)return typeof e.length!="number"||$(e.length)?v(0):Q(e);if(e.type==="Buffer"&&Array.isArray(e.data))return Q(e.data)}function Z(e){if(e>=q)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+q.toString(16)+" bytes");return e|0}function Qr(e){return+e!=e&&(e=0),u.alloc(+e)}u.isBuffer=function(r){return r!=null&&r._isBuffer===!0&&r!==u.prototype};u.compare=function(r,t){if(g(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),g(t,Uint8Array)&&(t=u.from(t,t.offset,t.byteLength)),!u.isBuffer(r)||!u.isBuffer(t))throw new TypeError('The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array');if(r===t)return 0;for(var n=r.length,i=t.length,o=0,a=Math.min(n,i);o<a;++o)if(r[o]!==t[o]){n=r[o],i=t[o];break}return n<i?-1:i<n?1:0};u.isEncoding=function(r){switch(String(r).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};u.concat=function(r,t){if(!Array.isArray(r))throw new TypeError('"list" argument must be an Array of Buffers');if(r.length===0)return u.alloc(0);var n;if(t===void 0)for(t=0,n=0;n<r.length;++n)t+=r[n].length;var i=u.allocUnsafe(t),o=0;for(n=0;n<r.length;++n){var a=r[n];if(g(a,Uint8Array))o+a.length>i.length?u.from(a).copy(i,o):Uint8Array.prototype.set.call(i,a,o);else if(u.isBuffer(a))a.copy(i,o);else throw new TypeError('"list" argument must be an Array of Buffers');o+=a.length}return i};function fr(e,r){if(u.isBuffer(e))return e.length;if(ArrayBuffer.isView(e)||g(e,ArrayBuffer))return e.byteLength;if(typeof e!="string")throw new TypeError('The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type '+typeof e);var t=e.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;for(var i=!1;;)switch(r){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return K(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return dr(e).length;default:if(i)return n?-1:K(e).length;r=(""+r).toLowerCase(),i=!0}}u.byteLength=fr;function Vr(e,r,t){var n=!1;if((r===void 0||r<0)&&(r=0),r>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,r>>>=0,t<=r))return"";for(e||(e="utf8");;)switch(e){case"hex":return nt(this,r,t);case"utf8":case"utf-8":return lr(this,r,t);case"ascii":return tt(this,r,t);case"latin1":case"binary":return et(this,r,t);case"base64":return jr(this,r,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return it(this,r,t);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}u.prototype._isBuffer=!0;function T(e,r,t){var n=e[r];e[r]=e[t],e[t]=n}u.prototype.swap16=function(){var r=this.length;if(r%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(var t=0;t<r;t+=2)T(this,t,t+1);return this};u.prototype.swap32=function(){var r=this.length;if(r%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(var t=0;t<r;t+=4)T(this,t,t+3),T(this,t+1,t+2);return this};u.prototype.swap64=function(){var r=this.length;if(r%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(var t=0;t<r;t+=8)T(this,t,t+7),T(this,t+1,t+6),T(this,t+2,t+5),T(this,t+3,t+4);return this};u.prototype.toString=function(){var r=this.length;return r===0?"":arguments.length===0?lr(this,0,r):Vr.apply(this,arguments)};u.prototype.toLocaleString=u.prototype.toString;u.prototype.equals=function(r){if(!u.isBuffer(r))throw new TypeError("Argument must be a Buffer");return this===r?!0:u.compare(this,r)===0};u.prototype.inspect=function(){var r="",t=L.INSPECT_MAX_BYTES;return r=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(r+=" ... "),"<Buffer "+r+">"};ar&&(u.prototype[ar]=u.prototype.inspect);u.prototype.compare=function(r,t,n,i,o){if(g(r,Uint8Array)&&(r=u.from(r,r.offset,r.byteLength)),!u.isBuffer(r))throw new TypeError('The "target" argument must be one of type Buffer or Uint8Array. Received type '+typeof r);if(t===void 0&&(t=0),n===void 0&&(n=r?r.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),t<0||n>r.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=n)return 0;if(i>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,o>>>=0,this===r)return 0;for(var a=o-i,c=n-t,p=Math.min(a,c),f=this.slice(i,o),s=r.slice(t,n),h=0;h<p;++h)if(f[h]!==s[h]){a=f[h],c=s[h];break}return a<c?-1:c<a?1:0};function sr(e,r,t,n,i){if(e.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,$(t)&&(t=i?0:e.length-1),t<0&&(t=e.length+t),t>=e.length){if(i)return-1;t=e.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof r=="string"&&(r=u.from(r,n)),u.isBuffer(r))return r.length===0?-1:ur(e,r,t,n,i);if(typeof r=="number")return r=r&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(e,r,t):Uint8Array.prototype.lastIndexOf.call(e,r,t):ur(e,[r],t,n,i);throw new TypeError("val must be string, number or Buffer")}function ur(e,r,t,n,i){var o=1,a=e.length,c=r.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(e.length<2||r.length<2)return-1;o=2,a/=2,c/=2,t/=2}function p(x,S){return o===1?x[S]:x.readUInt16BE(S*o)}var f;if(i){var s=-1;for(f=t;f<a;f++)if(p(e,f)===p(r,s===-1?0:f-s)){if(s===-1&&(s=f),f-s+1===c)return s*o}else s!==-1&&(f-=f-s),s=-1}else for(t+c>a&&(t=a-c),f=t;f>=0;f--){for(var h=!0,m=0;m<c;m++)if(p(e,f+m)!==p(r,m)){h=!1;break}if(h)return f}return-1}u.prototype.includes=function(r,t,n){return this.indexOf(r,t,n)!==-1};u.prototype.indexOf=function(r,t,n){return sr(this,r,t,n,!0)};u.prototype.lastIndexOf=function(r,t,n){return sr(this,r,t,n,!1)};function Kr(e,r,t,n){t=Number(t)||0;var i=e.length-t;n?(n=Number(n),n>i&&(n=i)):n=i;var o=r.length;n>o/2&&(n=o/2);for(var a=0;a<n;++a){var c=parseInt(r.substr(a*2,2),16);if($(c))return a;e[t+a]=c}return a}function Or(e,r,t,n){return z(K(r,e.length-t),e,t,n)}function Zr(e,r,t,n){return z(ut(r),e,t,n)}function $r(e,r,t,n){return z(dr(r),e,t,n)}function Pr(e,r,t,n){return z(ct(r,e.length-t),e,t,n)}u.prototype.write=function(r,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");var o=this.length-t;if((n===void 0||n>o)&&(n=o),r.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");for(var a=!1;;)switch(i){case"hex":return Kr(this,r,t,n);case"utf8":case"utf-8":return Or(this,r,t,n);case"ascii":case"latin1":case"binary":return Zr(this,r,t,n);case"base64":return $r(this,r,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Pr(this,r,t,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function jr(e,r,t){return r===0&&t===e.length?J.fromByteArray(e):J.fromByteArray(e.slice(r,t))}function lr(e,r,t){t=Math.min(e.length,t);for(var n=[],i=r;i<t;){var o=e[i],a=null,c=o>239?4:o>223?3:o>191?2:1;if(i+c<=t){var p,f,s,h;switch(c){case 1:o<128&&(a=o);break;case 2:p=e[i+1],(p&192)===128&&(h=(o&31)<<6|p&63,h>127&&(a=h));break;case 3:p=e[i+1],f=e[i+2],(p&192)===128&&(f&192)===128&&(h=(o&15)<<12|(p&63)<<6|f&63,h>2047&&(h<55296||h>57343)&&(a=h));break;case 4:p=e[i+1],f=e[i+2],s=e[i+3],(p&192)===128&&(f&192)===128&&(s&192)===128&&(h=(o&15)<<18|(p&63)<<12|(f&63)<<6|s&63,h>65535&&h<1114112&&(a=h))}}a===null?(a=65533,c=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=c}return rt(n)}var cr=4096;function rt(e){var r=e.length;if(r<=cr)return String.fromCharCode.apply(String,e);for(var t="",n=0;n<r;)t+=String.fromCharCode.apply(String,e.slice(n,n+=cr));return t}function tt(e,r,t){var n="";t=Math.min(e.length,t);for(var i=r;i<t;++i)n+=String.fromCharCode(e[i]&127);return n}function et(e,r,t){var n="";t=Math.min(e.length,t);for(var i=r;i<t;++i)n+=String.fromCharCode(e[i]);return n}function nt(e,r,t){var n=e.length;(!r||r<0)&&(r=0),(!t||t<0||t>n)&&(t=n);for(var i="",o=r;o<t;++o)i+=pt[e[o]];return i}function it(e,r,t){for(var n=e.slice(r,t),i="",o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}u.prototype.slice=function(r,t){var n=this.length;r=~~r,t=t===void 0?n:~~t,r<0?(r+=n,r<0&&(r=0)):r>n&&(r=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<r&&(t=r);var i=this.subarray(r,t);return Object.setPrototypeOf(i,u.prototype),i};function y(e,r,t){if(e%1!==0||e<0)throw new RangeError("offset is not uint");if(e+r>t)throw new RangeError("Trying to access beyond buffer length")}u.prototype.readUintLE=u.prototype.readUIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||y(r,t,this.length);for(var i=this[r],o=1,a=0;++a<t&&(o*=256);)i+=this[r+a]*o;return i};u.prototype.readUintBE=u.prototype.readUIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||y(r,t,this.length);for(var i=this[r+--t],o=1;t>0&&(o*=256);)i+=this[r+--t]*o;return i};u.prototype.readUint8=u.prototype.readUInt8=function(r,t){return r=r>>>0,t||y(r,1,this.length),this[r]};u.prototype.readUint16LE=u.prototype.readUInt16LE=function(r,t){return r=r>>>0,t||y(r,2,this.length),this[r]|this[r+1]<<8};u.prototype.readUint16BE=u.prototype.readUInt16BE=function(r,t){return r=r>>>0,t||y(r,2,this.length),this[r]<<8|this[r+1]};u.prototype.readUint32LE=u.prototype.readUInt32LE=function(r,t){return r=r>>>0,t||y(r,4,this.length),(this[r]|this[r+1]<<8|this[r+2]<<16)+this[r+3]*16777216};u.prototype.readUint32BE=u.prototype.readUInt32BE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]*16777216+(this[r+1]<<16|this[r+2]<<8|this[r+3])};u.prototype.readIntLE=function(r,t,n){r=r>>>0,t=t>>>0,n||y(r,t,this.length);for(var i=this[r],o=1,a=0;++a<t&&(o*=256);)i+=this[r+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i};u.prototype.readIntBE=function(r,t,n){r=r>>>0,t=t>>>0,n||y(r,t,this.length);for(var i=t,o=1,a=this[r+--i];i>0&&(o*=256);)a+=this[r+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*t)),a};u.prototype.readInt8=function(r,t){return r=r>>>0,t||y(r,1,this.length),this[r]&128?(255-this[r]+1)*-1:this[r]};u.prototype.readInt16LE=function(r,t){r=r>>>0,t||y(r,2,this.length);var n=this[r]|this[r+1]<<8;return n&32768?n|4294901760:n};u.prototype.readInt16BE=function(r,t){r=r>>>0,t||y(r,2,this.length);var n=this[r+1]|this[r]<<8;return n&32768?n|4294901760:n};u.prototype.readInt32LE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]|this[r+1]<<8|this[r+2]<<16|this[r+3]<<24};u.prototype.readInt32BE=function(r,t){return r=r>>>0,t||y(r,4,this.length),this[r]<<24|this[r+1]<<16|this[r+2]<<8|this[r+3]};u.prototype.readFloatLE=function(r,t){return r=r>>>0,t||y(r,4,this.length),C.read(this,r,!0,23,4)};u.prototype.readFloatBE=function(r,t){return r=r>>>0,t||y(r,4,this.length),C.read(this,r,!1,23,4)};u.prototype.readDoubleLE=function(r,t){return r=r>>>0,t||y(r,8,this.length),C.read(this,r,!0,52,8)};u.prototype.readDoubleBE=function(r,t){return r=r>>>0,t||y(r,8,this.length),C.read(this,r,!1,52,8)};function w(e,r,t,n,i,o){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(r>i||r<o)throw new RangeError('"value" argument is out of bounds');if(t+n>e.length)throw new RangeError("Index out of range")}u.prototype.writeUintLE=u.prototype.writeUIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,r,t,n,o,0)}var a=1,c=0;for(this[t]=r&255;++c<n&&(a*=256);)this[t+c]=r/a&255;return t+n};u.prototype.writeUintBE=u.prototype.writeUIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,n=n>>>0,!i){var o=Math.pow(2,8*n)-1;w(this,r,t,n,o,0)}var a=n-1,c=1;for(this[t+a]=r&255;--a>=0&&(c*=256);)this[t+a]=r/c&255;return t+n};u.prototype.writeUint8=u.prototype.writeUInt8=function(r,t,n){return r=+r,t=t>>>0,n||w(this,r,t,1,255,0),this[t]=r&255,t+1};u.prototype.writeUint16LE=u.prototype.writeUInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||w(this,r,t,2,65535,0),this[t]=r&255,this[t+1]=r>>>8,t+2};u.prototype.writeUint16BE=u.prototype.writeUInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||w(this,r,t,2,65535,0),this[t]=r>>>8,this[t+1]=r&255,t+2};u.prototype.writeUint32LE=u.prototype.writeUInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||w(this,r,t,4,4294967295,0),this[t+3]=r>>>24,this[t+2]=r>>>16,this[t+1]=r>>>8,this[t]=r&255,t+4};u.prototype.writeUint32BE=u.prototype.writeUInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||w(this,r,t,4,4294967295,0),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};u.prototype.writeIntLE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*n-1);w(this,r,t,n,o-1,-o)}var a=0,c=1,p=0;for(this[t]=r&255;++a<n&&(c*=256);)r<0&&p===0&&this[t+a-1]!==0&&(p=1),this[t+a]=(r/c>>0)-p&255;return t+n};u.prototype.writeIntBE=function(r,t,n,i){if(r=+r,t=t>>>0,!i){var o=Math.pow(2,8*n-1);w(this,r,t,n,o-1,-o)}var a=n-1,c=1,p=0;for(this[t+a]=r&255;--a>=0&&(c*=256);)r<0&&p===0&&this[t+a+1]!==0&&(p=1),this[t+a]=(r/c>>0)-p&255;return t+n};u.prototype.writeInt8=function(r,t,n){return r=+r,t=t>>>0,n||w(this,r,t,1,127,-128),r<0&&(r=255+r+1),this[t]=r&255,t+1};u.prototype.writeInt16LE=function(r,t,n){return r=+r,t=t>>>0,n||w(this,r,t,2,32767,-32768),this[t]=r&255,this[t+1]=r>>>8,t+2};u.prototype.writeInt16BE=function(r,t,n){return r=+r,t=t>>>0,n||w(this,r,t,2,32767,-32768),this[t]=r>>>8,this[t+1]=r&255,t+2};u.prototype.writeInt32LE=function(r,t,n){return r=+r,t=t>>>0,n||w(this,r,t,4,2147483647,-2147483648),this[t]=r&255,this[t+1]=r>>>8,this[t+2]=r>>>16,this[t+3]=r>>>24,t+4};u.prototype.writeInt32BE=function(r,t,n){return r=+r,t=t>>>0,n||w(this,r,t,4,2147483647,-2147483648),r<0&&(r=4294967295+r+1),this[t]=r>>>24,this[t+1]=r>>>16,this[t+2]=r>>>8,this[t+3]=r&255,t+4};function yr(e,r,t,n,i,o){if(t+n>e.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function wr(e,r,t,n,i){return r=+r,t=t>>>0,i||yr(e,r,t,4,34028234663852886e22,-34028234663852886e22),C.write(e,r,t,n,23,4),t+4}u.prototype.writeFloatLE=function(r,t,n){return wr(this,r,t,!0,n)};u.prototype.writeFloatBE=function(r,t,n){return wr(this,r,t,!1,n)};function xr(e,r,t,n,i){return r=+r,t=t>>>0,i||yr(e,r,t,8,17976931348623157e292,-17976931348623157e292),C.write(e,r,t,n,52,8),t+8}u.prototype.writeDoubleLE=function(r,t,n){return xr(this,r,t,!0,n)};u.prototype.writeDoubleBE=function(r,t,n){return xr(this,r,t,!1,n)};u.prototype.copy=function(r,t,n,i){if(!u.isBuffer(r))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=r.length&&(t=r.length),t||(t=0),i>0&&i<n&&(i=n),i===n||r.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),r.length-t<i-n&&(i=r.length-t+n);var o=i-n;return this===r&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(r,this.subarray(n,i),t),o};u.prototype.fill=function(r,t,n,i){if(typeof r=="string"){if(typeof t=="string"?(i=t,t=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!u.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(r.length===1){var o=r.charCodeAt(0);(i==="utf8"&&o<128||i==="latin1")&&(r=o)}}else typeof r=="number"?r=r&255:typeof r=="boolean"&&(r=Number(r));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,r||(r=0);var a;if(typeof r=="number")for(a=t;a<n;++a)this[a]=r;else{var c=u.isBuffer(r)?r:u.from(r,i),p=c.length;if(p===0)throw new TypeError('The value "'+r+'" is invalid for argument "value"');for(a=0;a<n-t;++a)this[a+t]=c[a%p]}return this};var ot=/[^+/0-9A-Za-z-_]/g;function at(e){if(e=e.split("=")[0],e=e.trim().replace(ot,""),e.length<2)return"";for(;e.length%4!==0;)e=e+"=";return e}function K(e,r){r=r||1/0;for(var t,n=e.length,i=null,o=[],a=0;a<n;++a){if(t=e.charCodeAt(a),t>55295&&t<57344){if(!i){if(t>56319){(r-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(r-=3)>-1&&o.push(239,191,189);continue}i=t;continue}if(t<56320){(r-=3)>-1&&o.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(r-=3)>-1&&o.push(239,191,189);if(i=null,t<128){if((r-=1)<0)break;o.push(t)}else if(t<2048){if((r-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((r-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((r-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function ut(e){for(var r=[],t=0;t<e.length;++t)r.push(e.charCodeAt(t)&255);return r}function ct(e,r){for(var t,n,i,o=[],a=0;a<e.length&&!((r-=2)<0);++a)t=e.charCodeAt(a),n=t>>8,i=t%256,o.push(i),o.push(n);return o}function dr(e){return J.toByteArray(at(e))}function z(e,r,t,n){for(var i=0;i<n&&!(i+t>=r.length||i>=e.length);++i)r[i+t]=e[i];return i}function g(e,r){return e instanceof r||e!=null&&e.constructor!=null&&e.constructor.name!=null&&e.constructor.name===r.name}function $(e){return e!==e}var pt=function(){for(var e="0123456789abcdef",r=new Array(256),t=0;t<16;++t)for(var n=t*16,i=0;i<16;++i)r[n+i]=e[t]+e[i];return r}()});var Br=N((mt,Fr)=>{E();var l=Fr.exports={},F,B;function P(){throw new Error("setTimeout has not been defined")}function j(){throw new Error("clearTimeout has not been defined")}(function(){try{typeof setTimeout=="function"?F=setTimeout:F=P}catch(e){F=P}try{typeof clearTimeout=="function"?B=clearTimeout:B=j}catch(e){B=j}})();function Er(e){if(F===setTimeout)return setTimeout(e,0);if((F===P||!F)&&setTimeout)return F=setTimeout,setTimeout(e,0);try{return F(e,0)}catch(r){try{return F.call(null,e,0)}catch(t){return F.call(this,e,0)}}}function ht(e){if(B===clearTimeout)return clearTimeout(e);if((B===j||!B)&&clearTimeout)return B=clearTimeout,clearTimeout(e);try{return B(e)}catch(r){try{return B.call(null,e)}catch(t){return B.call(this,e)}}}var A=[],R=!1,I,H=-1;function ft(){!R||!I||(R=!1,I.length?A=I.concat(A):H=-1,A.length&&_r())}function _r(){if(!R){var e=Er(ft);R=!0;for(var r=A.length;r;){for(I=A,A=[];++H<r;)I&&I[H].run();H=-1,r=A.length}I=null,R=!1,ht(e)}}l.nextTick=function(e){var r=new Array(arguments.length-1);if(arguments.length>1)for(var t=1;t<arguments.length;t++)r[t-1]=arguments[t];A.push(new gr(e,r)),A.length===1&&!R&&Er(_r)};function gr(e,r){this.fun=e,this.array=r}gr.prototype.run=function(){this.fun.apply(null,this.array)};l.title="browser";l.browser=!0;l.env={};l.argv=[];l.version="";l.versions={};function D(){}l.on=D;l.addListener=D;l.once=D;l.off=D;l.removeListener=D;l.removeAllListeners=D;l.emit=D;l.prependListener=D;l.prependOnceListener=D;l.listeners=function(e){return[]};l.binding=function(e){throw new Error("process.binding is not supported")};l.cwd=function(){return"/"};l.chdir=function(e){throw new Error("process.chdir is not supported")};l.umask=function(){return 0}});var M,b,Et,E=Cr(()=>{M=tr(mr()),b=tr(Br()),Et=function(e){function r(){var n=this||self;return delete e.prototype.__magic__,n}if(typeof globalThis=="object")return globalThis;if(this)return r();e.defineProperty(e.prototype,"__magic__",{configurable:!0,get:r});var t=__magic__;return t}(Object)});var lt={};Lr(lt,{css:()=>vr,default:()=>st});module.exports=Rr(lt);E();var vr=`.dapp-core-component__transactionDataDecodeStyles__transaction-data-decode {
|
|
2
|
+
position: absolute;
|
|
3
|
+
margin-bottom: 16px;
|
|
4
|
+
right: 0;
|
|
5
|
+
width: 120px;
|
|
6
|
+
}
|
|
7
|
+
.dapp-core-component__transactionDataDecodeStyles__transaction-data-decode .dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select {
|
|
8
|
+
appearance: none;
|
|
9
|
+
background-color: var(--action-bg);
|
|
10
|
+
border-radius: 8px;
|
|
11
|
+
border: none;
|
|
12
|
+
cursor: pointer;
|
|
13
|
+
font-size: 12px;
|
|
14
|
+
line-height: 1;
|
|
15
|
+
min-height: 32px;
|
|
16
|
+
padding: 0 24px 0 0;
|
|
17
|
+
text-align: center;
|
|
18
|
+
transition: var(--transition);
|
|
19
|
+
width: 100%;
|
|
20
|
+
}
|
|
21
|
+
.dapp-core-component__transactionDataDecodeStyles__transaction-data-decode .dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select:hover, .dapp-core-component__transactionDataDecodeStyles__transaction-data-decode .dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select:focus {
|
|
22
|
+
background-color: var(--action-bg-light);
|
|
23
|
+
}
|
|
24
|
+
.dapp-core-component__transactionDataDecodeStyles__transaction-data-decode .dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select:hover + .dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select-icon, .dapp-core-component__transactionDataDecodeStyles__transaction-data-decode .dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select:focus + .dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select-icon {
|
|
25
|
+
color: var(--primary) !important;
|
|
26
|
+
}
|
|
27
|
+
.dapp-core-component__transactionDataDecodeStyles__transaction-data-decode .dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select-icon {
|
|
28
|
+
color: var(--muted);
|
|
29
|
+
font-size: 12px;
|
|
30
|
+
position: absolute;
|
|
31
|
+
right: 16px;
|
|
32
|
+
top: 50%;
|
|
33
|
+
transform: translateY(-50%);
|
|
34
|
+
transform-origin: center;
|
|
35
|
+
transition: var(--transition);
|
|
36
|
+
}
|
|
37
|
+
.dapp-core-component__transactionDataDecodeStyles__transaction-data-decode .dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select:focus + .dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select-icon {
|
|
38
|
+
transform: translateY(-50%) rotate(180deg);
|
|
39
|
+
}`;document.head.appendChild(document.createElement("style")).appendChild(document.createTextNode(vr));var st={"transaction-data-decode":"dapp-core-component__transactionDataDecodeStyles__transaction-data-decode",transactionDataDecode:"dapp-core-component__transactionDataDecodeStyles__transaction-data-decode","transaction-data-decode-select":"dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select",transactionDataDecodeSelect:"dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select","transaction-data-decode-select-icon":"dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select-icon",transactionDataDecodeSelectIcon:"dapp-core-component__transactionDataDecodeStyles__transaction-data-decode-select-icon"};0&&(module.exports={css});
|
|
40
|
+
/*!
|
|
41
|
+
* The buffer module from node.js, for the browser.
|
|
42
|
+
*
|
|
43
|
+
* @author Feross Aboukhadijeh <https://feross.org>
|
|
44
|
+
* @license MIT
|
|
45
|
+
*/
|
|
46
|
+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
47
|
+
//# sourceMappingURL=transactionDataDecodeStyles.js.map
|