@edgex-web/components 0.1.0-beta.8 → 0.2.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ccip-CR1DkSTs.mjs +150 -0
- package/dist/ccip-CR1DkSTs.mjs.map +1 -0
- package/dist/components/Deposit/index.d.ts +1 -8
- package/dist/components/Deposit/index.d.ts.map +1 -1
- package/dist/components/Deposit/src/DepositManager.d.ts +2 -0
- package/dist/components/Deposit/src/DepositManager.d.ts.map +1 -1
- package/dist/components/Deposit/src/components/evm/hooks/index.d.ts +3 -0
- package/dist/components/Deposit/src/components/evm/hooks/index.d.ts.map +1 -0
- package/dist/components/Deposit/src/components/evm/hooks/useApprove.d.ts +4 -0
- package/dist/components/Deposit/src/components/evm/hooks/useApprove.d.ts.map +1 -0
- package/dist/components/Deposit/src/components/evm/hooks/useDepositButtonState.d.ts +14 -0
- package/dist/components/Deposit/src/components/evm/hooks/useDepositButtonState.d.ts.map +1 -0
- package/dist/components/Deposit/src/components/evm/index.d.ts +6 -0
- package/dist/components/Deposit/src/components/evm/index.d.ts.map +1 -0
- package/dist/components/Deposit/src/components/evm/types/approve.d.ts +15 -0
- package/dist/components/Deposit/src/components/evm/types/approve.d.ts.map +1 -0
- package/dist/components/Deposit/src/components/evm/types/index.d.ts +16 -0
- package/dist/components/Deposit/src/components/evm/types/index.d.ts.map +1 -0
- package/dist/components/Deposit/src/components/evm/utils/format.d.ts +12 -0
- package/dist/components/Deposit/src/components/evm/utils/format.d.ts.map +1 -0
- package/dist/components/Deposit/src/components/evm/utils/index.d.ts +8 -0
- package/dist/components/Deposit/src/components/evm/utils/index.d.ts.map +1 -0
- package/dist/components/Deposit/src/components/mpc/index.d.ts +6 -0
- package/dist/components/Deposit/src/components/mpc/index.d.ts.map +1 -0
- package/dist/components/Deposit/src/components/mpc/types/index.d.ts +16 -0
- package/dist/components/Deposit/src/components/mpc/types/index.d.ts.map +1 -0
- package/dist/components/Deposit/src/constants/index.d.ts +4 -0
- package/dist/components/Deposit/src/constants/index.d.ts.map +1 -0
- package/dist/components/Deposit/src/hooks/useErc20BalanceOfWatcher.d.ts +14 -0
- package/dist/components/Deposit/src/hooks/useErc20BalanceOfWatcher.d.ts.map +1 -0
- package/dist/components/Deposit/src/hooks/useMulticallBalance.d.ts +25 -4
- package/dist/components/Deposit/src/hooks/useMulticallBalance.d.ts.map +1 -1
- package/dist/components/Deposit/src/index.d.ts +2 -2
- package/dist/components/Deposit/src/index.d.ts.map +1 -1
- package/dist/components/Deposit/src/utils.d.ts +7 -41
- package/dist/components/Deposit/src/utils.d.ts.map +1 -1
- package/dist/components/Deposit/types/index.d.ts +29 -33
- package/dist/components/Deposit/types/index.d.ts.map +1 -1
- package/dist/components/LoadingSpinner/LoadingSpinner.d.ts +19 -0
- package/dist/components/LoadingSpinner/LoadingSpinner.d.ts.map +1 -0
- package/dist/components/LoadingSpinner/index.d.ts +4 -0
- package/dist/components/LoadingSpinner/index.d.ts.map +1 -0
- package/dist/components/Provider/index.d.ts +6 -1
- package/dist/components/Provider/index.d.ts.map +1 -1
- package/dist/components/Tabs/index.d.ts +6 -0
- package/dist/components/Tabs/index.d.ts.map +1 -0
- package/dist/components/Tabs/src/Tab.d.ts +5 -0
- package/dist/components/Tabs/src/Tab.d.ts.map +1 -0
- package/dist/components/Tabs/src/Tabs.d.ts +5 -0
- package/dist/components/Tabs/src/Tabs.d.ts.map +1 -0
- package/dist/components/Tabs/src/TabsList.d.ts +5 -0
- package/dist/components/Tabs/src/TabsList.d.ts.map +1 -0
- package/dist/components/Tabs/src/TabsPanel.d.ts +5 -0
- package/dist/components/Tabs/src/TabsPanel.d.ts.map +1 -0
- package/dist/components/Tabs/src/context.d.ts +16 -0
- package/dist/components/Tabs/src/context.d.ts.map +1 -0
- package/dist/components/Tabs/src/index.d.ts +6 -0
- package/dist/components/Tabs/src/index.d.ts.map +1 -0
- package/dist/components/Tabs/types/index.d.ts +28 -0
- package/dist/components/Tabs/types/index.d.ts.map +1 -0
- package/dist/components/Tooltip/index.d.ts +3 -0
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/components/Tooltip/src/Tooltip.d.ts +5 -0
- package/dist/components/Tooltip/src/Tooltip.d.ts.map +1 -0
- package/dist/components/Tooltip/src/TooltipArrow.d.ts +5 -0
- package/dist/components/Tooltip/src/TooltipArrow.d.ts.map +1 -0
- package/dist/components/Tooltip/src/index.d.ts +3 -0
- package/dist/components/Tooltip/src/index.d.ts.map +1 -0
- package/dist/components/Tooltip/types/index.d.ts +52 -0
- package/dist/components/Tooltip/types/index.d.ts.map +1 -0
- package/dist/components/Withdraw/constants/index.d.ts +7 -0
- package/dist/components/Withdraw/constants/index.d.ts.map +1 -0
- package/dist/components/Withdraw/index.d.ts +6 -10
- package/dist/components/Withdraw/index.d.ts.map +1 -1
- package/dist/components/Withdraw/src/Speed.d.ts +10 -0
- package/dist/components/Withdraw/src/Speed.d.ts.map +1 -0
- package/dist/components/Withdraw/src/WithdrawManager.d.ts +12 -0
- package/dist/components/Withdraw/src/WithdrawManager.d.ts.map +1 -0
- package/dist/components/Withdraw/src/constants.d.ts +24 -0
- package/dist/components/Withdraw/src/constants.d.ts.map +1 -0
- package/dist/components/Withdraw/src/evm/WalletView.d.ts +24 -0
- package/dist/components/Withdraw/src/evm/WalletView.d.ts.map +1 -0
- package/dist/components/Withdraw/src/evm/index.d.ts +43 -0
- package/dist/components/Withdraw/src/evm/index.d.ts.map +1 -0
- package/dist/components/Withdraw/src/index.d.ts +5 -0
- package/dist/components/Withdraw/src/index.d.ts.map +1 -0
- package/dist/components/Withdraw/types/index.d.ts +83 -0
- package/dist/components/Withdraw/types/index.d.ts.map +1 -0
- package/dist/components/shared/components/SpeedLevel/ActiveSpeed.d.ts +5 -0
- package/dist/components/shared/components/SpeedLevel/ActiveSpeed.d.ts.map +1 -0
- package/dist/components/shared/components/SpeedLevel/InactiveSpeed.d.ts +5 -0
- package/dist/components/shared/components/SpeedLevel/InactiveSpeed.d.ts.map +1 -0
- package/dist/components/shared/components/SpeedLevel/index.d.ts +6 -0
- package/dist/components/shared/components/SpeedLevel/index.d.ts.map +1 -0
- package/dist/components/shared/components/SpeedLevel/types/index.d.ts +6 -0
- package/dist/components/shared/components/SpeedLevel/types/index.d.ts.map +1 -0
- package/dist/components/shared/components/selector/Account.d.ts +13 -0
- package/dist/components/shared/components/selector/Account.d.ts.map +1 -0
- package/dist/components/shared/components/selector/Asset.d.ts +5 -0
- package/dist/components/shared/components/selector/Asset.d.ts.map +1 -0
- package/dist/components/shared/components/selector/Chain.d.ts +5 -0
- package/dist/components/shared/components/selector/Chain.d.ts.map +1 -0
- package/dist/components/shared/components/selector/index.d.ts +5 -0
- package/dist/components/shared/components/selector/index.d.ts.map +1 -0
- package/dist/components/shared/components/selector/types/index.d.ts +52 -0
- package/dist/components/shared/components/selector/types/index.d.ts.map +1 -0
- package/dist/components/shared/constants/index.d.ts +3 -0
- package/dist/components/shared/constants/index.d.ts.map +1 -0
- package/dist/components/shared/hooks/index.d.ts +1 -0
- package/dist/components/shared/hooks/index.d.ts.map +1 -0
- package/dist/components/shared/types/index.d.ts +10 -0
- package/dist/components/shared/types/index.d.ts.map +1 -0
- package/dist/components/shared/utils/index.d.ts +23 -0
- package/dist/components/shared/utils/index.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/usePoolBalance.d.ts +20 -0
- package/dist/hooks/usePoolBalance.d.ts.map +1 -0
- package/dist/hooks/useTranslation.d.ts +157 -0
- package/dist/hooks/useTranslation.d.ts.map +1 -0
- package/dist/index-DqN36CX7.mjs +20359 -0
- package/dist/index-DqN36CX7.mjs.map +1 -0
- package/dist/index.d.ts +10 -3
- package/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +30 -6668
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +100 -32
- package/dist/index.umd.js.map +1 -1
- package/dist/locales/en-US.d.ts +61 -0
- package/dist/locales/en-US.d.ts.map +1 -0
- package/dist/locales/index.d.ts +16 -0
- package/dist/locales/index.d.ts.map +1 -0
- package/dist/locales/ja-JP.d.ts +61 -0
- package/dist/locales/ja-JP.d.ts.map +1 -0
- package/dist/locales/ru-RU.d.ts +61 -0
- package/dist/locales/ru-RU.d.ts.map +1 -0
- package/dist/locales/zh-CN.d.ts +62 -0
- package/dist/locales/zh-CN.d.ts.map +1 -0
- package/dist/locales/zh-TW.d.ts +61 -0
- package/dist/locales/zh-TW.d.ts.map +1 -0
- package/dist/style.css +1 -0
- package/dist/types/index.d.ts +18 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/token.d.ts +25 -0
- package/dist/types/token.d.ts.map +1 -0
- package/dist/utils/index.d.ts +14 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/package.json +13 -7
- package/dist/components/Deposit/src/WalletProvider.d.ts +0 -23
- package/dist/components/Deposit/src/WalletProvider.d.ts.map +0 -1
- package/dist/components/Deposit/src/evm/WalletView.d.ts +0 -18
- package/dist/components/Deposit/src/evm/WalletView.d.ts.map +0 -1
- package/dist/components/Deposit/src/evm/index.d.ts +0 -29
- package/dist/components/Deposit/src/evm/index.d.ts.map +0 -1
- package/dist/components/Deposit/src/mpc/WalletView.d.ts +0 -12
- package/dist/components/Deposit/src/mpc/WalletView.d.ts.map +0 -1
- package/dist/components/Deposit/src/mpc/index.d.ts +0 -22
- package/dist/components/Deposit/src/mpc/index.d.ts.map +0 -1
- package/dist/components/Deposit/src/selector/Asset.d.ts +0 -20
- package/dist/components/Deposit/src/selector/Asset.d.ts.map +0 -1
- package/dist/components/Deposit/src/selector/Chain.d.ts +0 -16
- package/dist/components/Deposit/src/selector/Chain.d.ts.map +0 -1
- package/dist/components/Deposit/src/selector/index.d.ts +0 -14
- package/dist/components/Deposit/src/selector/index.d.ts.map +0 -1
- package/dist/components/Deposit/src/walletAdapters.d.ts +0 -67
- package/dist/components/Deposit/src/walletAdapters.d.ts.map +0 -1
- package/dist/components/Deposit/types/wallet-hooks.d.ts +0 -78
- package/dist/components/Deposit/types/wallet-hooks.d.ts.map +0 -1
package/dist/index.umd.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(re,v){typeof exports=="object"&&typeof module<"u"?v(exports,require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","react-dom"],v):(re=typeof globalThis<"u"?globalThis:re||self,v(re.EdgeXComponents={},re.React,re.ReactDOM))})(this,function(re,v,ke){"use strict";var _P=Object.defineProperty;var UP=(re,v,ke)=>v in re?_P(re,v,{enumerable:!0,configurable:!0,writable:!0,value:ke}):re[v]=ke;var ko=(re,v,ke)=>UP(re,typeof v!="symbol"?v+"":v,ke);function iu(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const z=iu(v),Or=iu(ke);function Q0(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var Js={exports:{}},Nr={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
9
|
+
*/var au;function J0(){if(au)return Nr;au=1;var e=v,t=Symbol.for("react.element"),n=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,o=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function i(c,a,u){var l,f={},p=null,d=null;u!==void 0&&(p=""+u),a.key!==void 0&&(p=""+a.key),a.ref!==void 0&&(d=a.ref);for(l in a)r.call(a,l)&&!s.hasOwnProperty(l)&&(f[l]=a[l]);if(c&&c.defaultProps)for(l in a=c.defaultProps,a)f[l]===void 0&&(f[l]=a[l]);return{$$typeof:t,type:c,key:p,ref:d,props:f,_owner:o.current}}return Nr.Fragment=n,Nr.jsx=i,Nr.jsxs=i,Nr}var Cr={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,48 +14,95 @@
|
|
|
14
14
|
*
|
|
15
15
|
* This source code is licensed under the MIT license found in the
|
|
16
16
|
* LICENSE file in the root directory of this source tree.
|
|
17
|
-
*/var
|
|
18
|
-
`+
|
|
19
|
-
`),
|
|
20
|
-
`),
|
|
21
|
-
`+
|
|
17
|
+
*/var cu;function em(){return cu||(cu=1,process.env.NODE_ENV!=="production"&&function(){var e=v,t=Symbol.for("react.element"),n=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),s=Symbol.for("react.profiler"),i=Symbol.for("react.provider"),c=Symbol.for("react.context"),a=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),l=Symbol.for("react.suspense_list"),f=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),d=Symbol.for("react.offscreen"),h=Symbol.iterator,m="@@iterator";function x(F){if(F===null||typeof F!="object")return null;var Z=h&&F[h]||F[m];return typeof Z=="function"?Z:null}var T=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function w(F){{for(var Z=arguments.length,X=new Array(Z>1?Z-1:0),te=1;te<Z;te++)X[te-1]=arguments[te];A("error",F,X)}}function A(F,Z,X){{var te=T.ReactDebugCurrentFrame,fe=te.getStackAddendum();fe!==""&&(Z+="%s",X=X.concat([fe]));var de=X.map(function(ce){return String(ce)});de.unshift("Warning: "+Z),Function.prototype.apply.call(console[F],console,de)}}var L=!1,B=!1,_=!1,D=!1,g=!1,y;y=Symbol.for("react.module.reference");function $(F){return!!(typeof F=="string"||typeof F=="function"||F===r||F===s||g||F===o||F===u||F===l||D||F===d||L||B||_||typeof F=="object"&&F!==null&&(F.$$typeof===p||F.$$typeof===f||F.$$typeof===i||F.$$typeof===c||F.$$typeof===a||F.$$typeof===y||F.getModuleId!==void 0))}function I(F,Z,X){var te=F.displayName;if(te)return te;var fe=Z.displayName||Z.name||"";return fe!==""?X+"("+fe+")":X}function O(F){return F.displayName||"Context"}function P(F){if(F==null)return null;if(typeof F.tag=="number"&&w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof F=="function")return F.displayName||F.name||null;if(typeof F=="string")return F;switch(F){case r:return"Fragment";case n:return"Portal";case s:return"Profiler";case o:return"StrictMode";case u:return"Suspense";case l:return"SuspenseList"}if(typeof F=="object")switch(F.$$typeof){case c:var Z=F;return O(Z)+".Consumer";case i:var X=F;return O(X._context)+".Provider";case a:return I(F,F.render,"ForwardRef");case f:var te=F.displayName||null;return te!==null?te:P(F.type)||"Memo";case p:{var fe=F,de=fe._payload,ce=fe._init;try{return P(ce(de))}catch{return null}}}return null}var S=Object.assign,E=0,N,C,b,k,R,j,U;function W(){}W.__reactDisabledLog=!0;function K(){{if(E===0){N=console.log,C=console.info,b=console.warn,k=console.error,R=console.group,j=console.groupCollapsed,U=console.groupEnd;var F={configurable:!0,enumerable:!0,value:W,writable:!0};Object.defineProperties(console,{info:F,log:F,warn:F,error:F,group:F,groupCollapsed:F,groupEnd:F})}E++}}function G(){{if(E--,E===0){var F={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:S({},F,{value:N}),info:S({},F,{value:C}),warn:S({},F,{value:b}),error:S({},F,{value:k}),group:S({},F,{value:R}),groupCollapsed:S({},F,{value:j}),groupEnd:S({},F,{value:U})})}E<0&&w("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var H=T.ReactCurrentDispatcher,V;function Y(F,Z,X){{if(V===void 0)try{throw Error()}catch(fe){var te=fe.stack.trim().match(/\n( *(at )?)/);V=te&&te[1]||""}return`
|
|
18
|
+
`+V+F}}var Q=!1,oe;{var pe=typeof WeakMap=="function"?WeakMap:Map;oe=new pe}function Pe(F,Z){if(!F||Q)return"";{var X=oe.get(F);if(X!==void 0)return X}var te;Q=!0;var fe=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var de;de=H.current,H.current=null,K();try{if(Z){var ce=function(){throw Error()};if(Object.defineProperty(ce.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(ce,[])}catch(Ge){te=Ge}Reflect.construct(F,[],ce)}else{try{ce.call()}catch(Ge){te=Ge}F.call(ce.prototype)}}else{try{throw Error()}catch(Ge){te=Ge}F()}}catch(Ge){if(Ge&&te&&typeof Ge.stack=="string"){for(var ie=Ge.stack.split(`
|
|
19
|
+
`),Re=te.stack.split(`
|
|
20
|
+
`),Se=ie.length-1,$e=Re.length-1;Se>=1&&$e>=0&&ie[Se]!==Re[$e];)$e--;for(;Se>=1&&$e>=0;Se--,$e--)if(ie[Se]!==Re[$e]){if(Se!==1||$e!==1)do if(Se--,$e--,$e<0||ie[Se]!==Re[$e]){var lt=`
|
|
21
|
+
`+ie[Se].replace(" at new "," at ");return F.displayName&<.includes("<anonymous>")&&(lt=lt.replace("<anonymous>",F.displayName)),typeof F=="function"&&oe.set(F,lt),lt}while(Se>=1&&$e>=0);break}}}finally{Q=!1,H.current=de,G(),Error.prepareStackTrace=fe}var Tr=F?F.displayName||F.name:"",qn=Tr?Y(Tr):"";return typeof F=="function"&&oe.set(F,qn),qn}function he(F,Z,X){return Pe(F,!1)}function me(F){var Z=F.prototype;return!!(Z&&Z.isReactComponent)}function le(F,Z,X){if(F==null)return"";if(typeof F=="function")return Pe(F,me(F));if(typeof F=="string")return Y(F);switch(F){case u:return Y("Suspense");case l:return Y("SuspenseList")}if(typeof F=="object")switch(F.$$typeof){case a:return he(F.render);case f:return le(F.type,Z,X);case p:{var te=F,fe=te._payload,de=te._init;try{return le(de(fe),Z,X)}catch{}}}return""}var xn=Object.prototype.hasOwnProperty,cn={},D0=T.ReactDebugCurrentFrame;function Qs(F){if(F){var Z=F._owner,X=le(F.type,F._source,Z?Z.type:null);D0.setExtraStackFrame(X)}else D0.setExtraStackFrame(null)}function yP(F,Z,X,te,fe){{var de=Function.call.bind(xn);for(var ce in F)if(de(F,ce)){var ie=void 0;try{if(typeof F[ce]!="function"){var Re=Error((te||"React class")+": "+X+" type `"+ce+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof F[ce]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw Re.name="Invariant Violation",Re}ie=F[ce](Z,ce,te,X,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Se){ie=Se}ie&&!(ie instanceof Error)&&(Qs(fe),w("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",te||"React class",X,ce,typeof ie),Qs(null)),ie instanceof Error&&!(ie.message in cn)&&(cn[ie.message]=!0,Qs(fe),w("Failed %s type: %s",X,ie.message),Qs(null))}}}var wP=Array.isArray;function Jc(F){return wP(F)}function vP(F){{var Z=typeof Symbol=="function"&&Symbol.toStringTag,X=Z&&F[Symbol.toStringTag]||F.constructor.name||"Object";return X}}function xP(F){try{return j0(F),!1}catch{return!0}}function j0(F){return""+F}function _0(F){if(xP(F))return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",vP(F)),j0(F)}var U0=T.ReactCurrentOwner,EP={key:!0,ref:!0,__self:!0,__source:!0},z0,H0;function SP(F){if(xn.call(F,"ref")){var Z=Object.getOwnPropertyDescriptor(F,"ref").get;if(Z&&Z.isReactWarning)return!1}return F.ref!==void 0}function PP(F){if(xn.call(F,"key")){var Z=Object.getOwnPropertyDescriptor(F,"key").get;if(Z&&Z.isReactWarning)return!1}return F.key!==void 0}function $P(F,Z){typeof F.ref=="string"&&U0.current}function AP(F,Z){{var X=function(){z0||(z0=!0,w("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",Z))};X.isReactWarning=!0,Object.defineProperty(F,"key",{get:X,configurable:!0})}}function TP(F,Z){{var X=function(){H0||(H0=!0,w("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)",Z))};X.isReactWarning=!0,Object.defineProperty(F,"ref",{get:X,configurable:!0})}}var OP=function(F,Z,X,te,fe,de,ce){var ie={$$typeof:t,type:F,key:Z,ref:X,props:ce,_owner:de};return ie._store={},Object.defineProperty(ie._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(ie,"_self",{configurable:!1,enumerable:!1,writable:!1,value:te}),Object.defineProperty(ie,"_source",{configurable:!1,enumerable:!1,writable:!1,value:fe}),Object.freeze&&(Object.freeze(ie.props),Object.freeze(ie)),ie};function NP(F,Z,X,te,fe){{var de,ce={},ie=null,Re=null;X!==void 0&&(_0(X),ie=""+X),PP(Z)&&(_0(Z.key),ie=""+Z.key),SP(Z)&&(Re=Z.ref,$P(Z,fe));for(de in Z)xn.call(Z,de)&&!EP.hasOwnProperty(de)&&(ce[de]=Z[de]);if(F&&F.defaultProps){var Se=F.defaultProps;for(de in Se)ce[de]===void 0&&(ce[de]=Se[de])}if(ie||Re){var $e=typeof F=="function"?F.displayName||F.name||"Unknown":F;ie&&AP(ce,$e),Re&&TP(ce,$e)}return OP(F,ie,Re,fe,te,U0.current,ce)}}var eu=T.ReactCurrentOwner,W0=T.ReactDebugCurrentFrame;function Ar(F){if(F){var Z=F._owner,X=le(F.type,F._source,Z?Z.type:null);W0.setExtraStackFrame(X)}else W0.setExtraStackFrame(null)}var tu;tu=!1;function nu(F){return typeof F=="object"&&F!==null&&F.$$typeof===t}function V0(){{if(eu.current){var F=P(eu.current.type);if(F)return`
|
|
22
22
|
|
|
23
|
-
Check the render method of \``+
|
|
23
|
+
Check the render method of \``+F+"`."}return""}}function CP(F){return""}var G0={};function IP(F){{var Z=V0();if(!Z){var X=typeof F=="string"?F:F.displayName||F.name;X&&(Z=`
|
|
24
24
|
|
|
25
|
-
Check the top-level render call using <`+
|
|
25
|
+
Check the top-level render call using <`+X+">.")}return Z}}function q0(F,Z){{if(!F._store||F._store.validated||F.key!=null)return;F._store.validated=!0;var X=IP(Z);if(G0[X])return;G0[X]=!0;var te="";F&&F._owner&&F._owner!==eu.current&&(te=" It was passed a child from "+P(F._owner.type)+"."),Ar(F),w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',X,te),Ar(null)}}function Z0(F,Z){{if(typeof F!="object")return;if(Jc(F))for(var X=0;X<F.length;X++){var te=F[X];nu(te)&&q0(te,Z)}else if(nu(F))F._store&&(F._store.validated=!0);else if(F){var fe=x(F);if(typeof fe=="function"&&fe!==F.entries)for(var de=fe.call(F),ce;!(ce=de.next()).done;)nu(ce.value)&&q0(ce.value,Z)}}}function MP(F){{var Z=F.type;if(Z==null||typeof Z=="string")return;var X;if(typeof Z=="function")X=Z.propTypes;else if(typeof Z=="object"&&(Z.$$typeof===a||Z.$$typeof===f))X=Z.propTypes;else return;if(X){var te=P(Z);yP(X,F.props,"prop",te,F)}else if(Z.PropTypes!==void 0&&!tu){tu=!0;var fe=P(Z);w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",fe||"Unknown")}typeof Z.getDefaultProps=="function"&&!Z.getDefaultProps.isReactClassApproved&&w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function kP(F){{for(var Z=Object.keys(F.props),X=0;X<Z.length;X++){var te=Z[X];if(te!=="children"&&te!=="key"){Ar(F),w("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",te),Ar(null);break}}F.ref!==null&&(Ar(F),w("Invalid attribute `ref` supplied to `React.Fragment`."),Ar(null))}}var K0={};function Y0(F,Z,X,te,fe,de){{var ce=$(F);if(!ce){var ie="";(F===void 0||typeof F=="object"&&F!==null&&Object.keys(F).length===0)&&(ie+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var Re=CP();Re?ie+=Re:ie+=V0();var Se;F===null?Se="null":Jc(F)?Se="array":F!==void 0&&F.$$typeof===t?(Se="<"+(P(F.type)||"Unknown")+" />",ie=" Did you accidentally export a JSX literal instead of a component?"):Se=typeof F,w("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s",Se,ie)}var $e=NP(F,Z,X,fe,de);if($e==null)return $e;if(ce){var lt=Z.children;if(lt!==void 0)if(te)if(Jc(lt)){for(var Tr=0;Tr<lt.length;Tr++)Z0(lt[Tr],F);Object.freeze&&Object.freeze(lt)}else w("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else Z0(lt,F)}if(xn.call(Z,"key")){var qn=P(F),Ge=Object.keys(Z).filter(function(jP){return jP!=="key"}),ru=Ge.length>0?"{key: someKey, "+Ge.join(": ..., ")+": ...}":"{key: someKey}";if(!K0[qn+ru]){var DP=Ge.length>0?"{"+Ge.join(": ..., ")+": ...}":"{}";w(`A props object containing a "key" prop is being spread into JSX:
|
|
26
26
|
let props = %s;
|
|
27
27
|
<%s {...props} />
|
|
28
28
|
React keys must be passed directly to JSX without using spread:
|
|
29
29
|
let props = %s;
|
|
30
|
-
<%s key={someKey} {...props} />`,
|
|
30
|
+
<%s key={someKey} {...props} />`,ru,qn,DP,qn),K0[qn+ru]=!0}}return F===r?kP($e):MP($e),$e}}function LP(F,Z,X){return Y0(F,Z,X,!0)}function BP(F,Z,X){return Y0(F,Z,X,!1)}var FP=BP,RP=LP;Cr.Fragment=r,Cr.jsx=FP,Cr.jsxs=RP}()),Cr}process.env.NODE_ENV==="production"?Js.exports=J0():Js.exports=em();var M=Js.exports;const tm={deposit:{title:"充值",chain:"链",asset:"资产",amount:"数量",available:"可用",equity:"总资产",confirmDeposit:"充值确认",switchNetwork:"切换网络",max:"最大",arrivalTime:"到账时间",minDeposit:"最小充值金额",minDepositParsed:"最少充值 {{amount}} {{token}}",maxDeposit:"最大充值金额",depositTipFor25w:"单笔充值金额上限为 200,000。若充值金额大于200,000,请使用Ethereum链充值。",depositAllTip:`仅支持发送 {{coin}} ({{v}}) 资产到此地址。
|
|
31
|
+
充值金额大于 200,000 时,到账时间存在一定延迟,请耐心等待。`,enableSystemProWithToken:"在{{network}}上启用{{token}}",enableTokenDesc:"您首次在{{network}}上存款时必须启用{{token}}。",enableWithToken:"启用 {{token}}",arrivaltimeTooltip1:"资金约在 {{v}} 分钟 内 (达到 {{v1}} 个区块确认后) 到账。",arrivaltimeTooltip2:"预计时间是根据历史数据计算所得,仅供参考。网络拥堵可能会导致实际到账时间变长。",arrivalEstimated:"≈ {{v}}分钟",availableDesc:"您可以充值的最大金额。当可用为0或负数时,无法进行充值。",noPrivateKeyWalletWarning:"请勿使用无私钥钱包进行充值,无私钥钱包充值会导致资金损失且无法追回。",layerZeroDepositTip:"系统会根据充值资金实际情况,将您的充值通过LayerZero完成。",layerZeroDepositTipExceedPool:"由于充值资金大于资金池,将通过LayerZero完成您的充值。",layerZeroDepositTipGte200k:"由于充值资金大于等于200,000 USDT,将通过LayerZero完成您的充值。",layerZeroDepositButton:"使用LayerZero充值"},withdraw:{noticeDesc:"普通提现是一个两步过程。 此步骤将发起您的提现请求,并将在 Layer2 进行处理。 一旦资金准备就绪(可能需要最多 4 小时),您将收到一条将资金提现到钱包的通知。受链同步等情况影响下,时长可能到 48 小时。您需要自行承担交易 gas 费用。",crossChainTips:"跨链提币需在 L2(通过零知识证明)进行验证。提币过程最多约需2小时。相关链的资产池中需有充足的资金来处理跨链提币,其间还将产生矿工费。 edgeX 将收取一定的手续费作为矿工费。",commonWithdraw:"提现说明",withdraw:"提现",speed:"速度",confirmWithdraw:"提现确认",speedNote:"处理时间:",speedNoteSpeed1:"用时约8分钟",speedNoteSpeed2:"用时约 2-4 小时",speedNoteSpeed3:"用时约4小时",receiverAddress:"接收地址",fee:"手续费",feeRate:"费率",withdrawlAmount:"提现金额",amountToReceive:"到账金额",invalidReceiverAddress:"接收地址不能为空",availableDesc:"您可以提现的最大金额。当可用为0或负数时,无法进行提现。",feeCalculationTip:"提现手续费按照提现金额乘以费率计算,最低为1 USDT/USDC。费率会根据链上实际情况进行调整。",crossChainPoolBalance:"跨链资金池余额",poolBalance:"资金池余额",poolBalanceInsufficientTip:"提现金额大于资金池余额,无法进行提现。请选择资金池余额充足的选项。"},account:{title:"账户",perpetual:"合约账户",spot:"现货账户"}},nm={deposit:{title:"Deposit",chain:"Chain",asset:"Asset",amount:"Amount",available:"Available",equity:"Equity",confirmDeposit:"Confirm Deposit",switchNetwork:"Switch Network",max:"Max",arrivalTime:"Arrival Time",minDeposit:"Minimum Deposit Amount",minDepositParsed:"Min. Deposit {{amount}} {{token}}",maxDeposit:"Maximum Deposit Amount",depositTipFor25w:"The maximum amount per deposit is 200,000. If your deposit exceeds 200,000, please use the Ethereum chain.",depositAllTip:`Only {{coin}} ({{v}}) is supported for deposits to this address.
|
|
32
|
+
If the deposit amount exceeds 200,000, there may be a delay in the arrival time. Please be patient.`,enableSystemProWithToken:"Enable {{token}} on {{network}}",enableTokenDesc:"You must enable {{token}} the first time you deposit on {{network}}.",enableWithToken:"Enable {{token}}",arrivaltimeTooltip1:"The funds will arrive in approximately {{v}} minutes (after reaching {{v1}} block confirmations).",arrivaltimeTooltip2:"Estimated time is calculated based on historical data and is for reference only. Network congestion may result in longer actual arrival times.",arrivalEstimated:"≈ {{v}} minutes",availableDesc:"The maximum amount you can deposit. When the available balance is 0 or negative, deposits cannot be made.",noPrivateKeyWalletWarning:"Do not use keyless wallets to make deposits. Depositing with a keyless wallet may result in irreversible loss of funds.",layerZeroDepositTip:"The system will complete your deposit via LayerZero based on the actual deposit conditions.",layerZeroDepositTipExceedPool:"Since the deposit amount exceeds the pool, your deposit will be completed via LayerZero.",layerZeroDepositTipGte200k:"Since the deposit amount is greater than or equal to 200,000 USDT, your deposit will be completed via LayerZero.",layerZeroDepositButton:"Deposit with LayerZero"},withdraw:{noticeDesc:"Normal withdrawals are a two-step process. The current step initiates your withdrawal request and will be processed on Layer 2. Once your funds are ready (can take up to 4 hours), you will receive a notification to withdraw funds to your wallet. Due to chain synchronization and other factors, the duration may take up to 48 hours. You are responsible for any transaction gas fees.",crossChainTips:"Cross-chain withdrawals require verification at L2 (via ZK proofs) and the withdrawal process may take up to 2 hours. Sufficient funds in the corresponding chain's asset pool are required to process cross-chain withdrawals. Gas fees will also be incurred. edgeX will charge a fee to cover this.",commonWithdraw:"Withdrawal FAQ",withdraw:"Withdraw",speed:"Speed",confirmWithdraw:"Confirm Withdrawal",speedNote:"Processing Times:",speedNoteSpeed1:"Approx. 8 Minutes",speedNoteSpeed2:"Approx. 2-4 Hours",speedNoteSpeed3:"Approx. 4 Hours",receiverAddress:"Receiver Address",fee:"Fee",feeRate:"Fee Rate",withdrawlAmount:"Withdrawal amount",amountToReceive:"Amount to Receive",invalidReceiverAddress:"Address cannot be empty",availableDesc:"The maximum amount you can withdraw. When the available balance is 0 or negative, withdrawals cannot be made.",feeCalculationTip:"Withdrawal fees are calculated by multiplying the withdrawal amount by the fee rate, with a minimum of 1 USDT/USDC. The fee rate may be adjusted based on actual on-chain conditions.",crossChainPoolBalance:"Cross-chain pool balance",poolBalance:"Pool balance",poolBalanceInsufficientTip:"The withdrawal amount exceeds the fund pool balance, and the withdrawal cannot be processed. Please select an option with a sufficient fund pool balance."},account:{title:"Account",perpetual:"Perpetual Account",spot:"Spot Account"}},rm={deposit:{title:"入金",chain:"チェーン",asset:"資産",amount:"数量",available:"利用可能",equity:"総資産",confirmDeposit:"入金確認",switchNetwork:"ネットワークを切り替え",max:"最大",arrivalTime:"着金予定時間",minDeposit:"最低入金額",minDepositParsed:"最低入金額 {{amount}} {{token}}",maxDeposit:"最大入金額",depositTipFor25w:"1回の入金上限額は200,000です。200,000を超える場合は、Ethereumチェーンでの入金をご利用ください。",depositAllTip:`このアドレスは{{coin}}({{v}})専用です。他通貨は送金しないでください。
|
|
33
|
+
入金金額が 200,000 を超える場合、反映までに時間がかかることがあります。しばらくお待ちください。`,enableSystemProWithToken:"{{network}} 上で {{token}} を有効化",enableTokenDesc:"初めて {{network}} に入金する際は、{{token}} の有効化が必要です。",enableWithToken:"{{token}} を有効化",arrivaltimeTooltip1:"資金は約 {{v}} 分以内({{v1}} 回のブロック確認が完了後)に到账します。",arrivaltimeTooltip2:"着金時間は過去データに基づいた目安であり、ネットワーク状況により遅延する場合があります。",arrivalEstimated:"≈ {{v}}分",availableDesc:"入金可能な最大金額。利用可能残高が0または負の数の場合、入金はできません。",noPrivateKeyWalletWarning:"秘密鍵のないウォレットでの入金は行わないでください。そのような入金は資金を失い、取り戻すことができません。",layerZeroDepositTip:"システムは入金資金の実際の状況に基づき、LayerZeroを通じて入金を完了します。",layerZeroDepositTipExceedPool:"入金額がプールを超えているため、LayerZero を通じて入金が完了します。",layerZeroDepositTipGte200k:"入金額が 200,000 USDT 以上のため、LayerZero を通じて入金が完了します。",layerZeroDepositButton:"LayerZeroで入金"},withdraw:{noticeDesc:"通常出金は2ステップで行われます。このステップで出金リクエストを送信し、Layer2で処理されます。資金の準備が完了すると(最大4時間かかる場合があります)、出金の通知が届きます。チェーンの同期などの影響により、所要時間は最長で48時間かかる場合があります。ガス代はユーザー負担です。",crossChainTips:"クロスチェーン出金はL2上(ゼロ知識証明経由)で検証が必要です。出金処理には最大2時間ほどかかる場合があります。対応するチェーンの資産プールに十分な流動性が必要であり、ガス代も発生します。edgeXはそのコストを補うため、一定の手数料を徴収します。",commonWithdraw:"出金ガイド",withdraw:"出金",speed:"出金時間",confirmWithdraw:"出金確認",speedNote:"処理時間:",speedNoteSpeed1:"約8分",speedNoteSpeed2:"約2~4時間",speedNoteSpeed3:"約4時間",receiverAddress:"受取アドレス",fee:"手数料",feeRate:"手数料率",withdrawlAmount:"出金額",amountToReceive:"受け取り金額",invalidReceiverAddress:"ウォレットアドレスは必須です",availableDesc:"引き出し可能な最大金額。利用可能残高が0または負の数の場合、引き出しはできません。",feeCalculationTip:"出金手数料は、出金金額に料率を乗じて計算され、最低1 USDT/USDCとなります。料率は、ブロックチェーンの実際の状況に基づいて調整される場合があります。",crossChainPoolBalance:"クロスチェーンプール残高",poolBalance:"プール残高",poolBalanceInsufficientTip:"出金額が資金プールの残高を上回っているため、出金は処理できません。資金プールの残高が十分にあるオプションを選択してください。"},account:{title:"アカウント",perpetual:"パーペチュアルアカウント",spot:"スポットアカウント"}},om={deposit:{title:"Депозит",chain:"Сеть",asset:"Актив",amount:"Сумма",available:"Доступно",equity:"Капитал",confirmDeposit:"Подтвердить депозит",switchNetwork:"Сменить сеть",max:"Максимум",arrivalTime:"Время поступления",minDeposit:"Минимальная сумма депозита",minDepositParsed:"Мин. депозит {{amount}} {{token}}",maxDeposit:"Максимальная сумма депозита",depositTipFor25w:"Максимальная сумма одного пополнения — 200 000. Если сумма превышает 200 000, пожалуйста, используйте сеть Ethereum для пополнения.",depositAllTip:`На этот адрес можно внести только {{coin}} ({{v}}).
|
|
34
|
+
Если сумма депозита превышает 200 000, время поступления может быть увеличено. Пожалуйста, ожидайте.`,enableSystemProWithToken:"Включить {{token}} в сети {{network}}",enableTokenDesc:"При первом депозите в сети {{network}} необходимо включить {{token}}.",enableWithToken:"Включить {{token}}",arrivaltimeTooltip1:"Средства поступят в течение примерно {{v}} минут (после достижения {{v1}} подтверждений блоков).",arrivaltimeTooltip2:"Оценка времени основана на истории и дана только для справки. Задержки сети могут увеличить фактическое время поступления.",arrivalEstimated:"≈ {{v}} минут",availableDesc:"Максимальная сумма, которую вы можете пополнить. Если доступный баланс равен 0 или отрицательный, пополнение невозможно.",noPrivateKeyWalletWarning:"Не используйте кошельки без приватных ключей для пополнения. Пополнение с такого кошелька может привести к безвозвратной потере средств.",layerZeroDepositTip:"Система завершит ваше пополнение через LayerZero в зависимости от фактических условий депозита.",layerZeroDepositTipExceedPool:"Поскольку сумма пополнения превышает пул, ваше пополнение будет выполнено через LayerZero.",layerZeroDepositTipGte200k:"Поскольку сумма пополнения больше либо равна 200,000 USDT, ваше пополнение будет выполнено через LayerZero.",layerZeroDepositButton:"Пополнение через LayerZero"},withdraw:{noticeDesc:"Вывод средств происходит в два этапа: сначала подаётся заявка на вывод (обрабатывается на Layer 2), затем - перевод на кошелёк после подготовки средств (до 14 часов). Из-за синхронизации цепочки и других факторов процесс может занять до 48 часов. За gas-комиссии отвечает пользователь.",crossChainTips:"• Кроссчейн выводы требуют проверки на L2 (через ZK доказательства) и могут занять до 2 часов. Для вывода нужны средства в пуле соответствующей цепи. Также взимается комиссия за газ. edgeX взимает плату за обслуживание.",commonWithdraw:"Часто задаваемые вопросы по выводу",withdraw:"Вывод",speed:"Скорость",confirmWithdraw:"Подтвердить вывод",speedNote:"Время обработки:",speedNoteSpeed1:"Прибл. 8 минут",speedNoteSpeed2:"Прибл. 2-4 часа",speedNoteSpeed3:"Прибл. 4 часа",receiverAddress:"Адрес получателя",fee:"Комиссия",feeRate:"Тариф",withdrawlAmount:"Сумма вывода",amountToReceive:"Сумма к получению",invalidReceiverAddress:"Укажите адрес кошелька",availableDesc:"Максимальная сумма, которую вы можете вывести. Если доступный баланс равен 0 или отрицательный, вывод средств невозможен.",feeCalculationTip:"Комиссия за вывод средств рассчитывается путем умножения суммы вывода на ставку комиссии, минимальная комиссия составляет 1 USDT/USDC. Ставка комиссии может быть скорректирована в зависимости от фактической ситуации в сети блокчейн.",crossChainPoolBalance:"Баланс кросс-чейн пула",poolBalance:"Баланс пула",poolBalanceInsufficientTip:"Сумма вывода превышает баланс пула средств, и операция не может быть выполнена. Пожалуйста, выберите опцию с достаточным балансом пула средств."},account:{title:"Аккаунт",perpetual:"Перпетуальный счет",spot:"Спотовый счет"}},sm={deposit:{title:"充值",chain:"鏈",asset:"資產",amount:"數量",available:"可用",equity:"總資產",confirmDeposit:"充值確認",switchNetwork:"切換網絡",max:"最大",arrivalTime:"到帳時間",minDeposit:"最小儲值金額",minDepositParsed:"最少充值 {{amount}} {{token}}",maxDeposit:"最大儲值金額",depositTipFor25w:"單筆充值金額上限為 200,000。若充值金額大於 200,000,請使用 Ethereum 鏈充值。",depositAllTip:`僅支援發送 {{coin}} ({{v}}) 資產到此位址。
|
|
35
|
+
充值金額大於 200,000 時,到账時間可能會有延遲,請耐心等待。`,enableSystemProWithToken:"在{{network}}上啓用{{token}}",enableTokenDesc:"您首次在{{network}}上存款時必須啓用{{token}}。",enableWithToken:"啓用 {{token}}",arrivaltimeTooltip1:"資金約在 {{v}} 分鐘內(達到 {{v1}} 個區塊確認後)到賬。",arrivaltimeTooltip2:"預計時間是根據歷史資料計算所得,僅供參考。網路壅塞可能會導致實際到帳時間變長。",arrivalEstimated:"≈ {{v}}分鐘",availableDesc:"您可以充值的最大金額。當可用餘額為0或負數時,無法進行充值。",noPrivateKeyWalletWarning:"請勿使用無私鑰錢包進行充值,無私鑰錢包充值會導致資金損失且無法追回。",layerZeroDepositTip:"系統會根據充值資金的實際情況,通過 LayerZero 完成您的充值。",layerZeroDepositTipExceedPool:"由於充值資金大於資金池,將透過 LayerZero 完成您的充值。",layerZeroDepositTipGte200k:"由於充值資金大於等於 200,000 USDT,將透過 LayerZero 完成您的充值。",layerZeroDepositButton:"使用LayerZero充值"},withdraw:{noticeDesc:"普通提現是一個兩步過程。此步驟將發起您的提現請求,並將在 Layer2 進行處理。一旦資金準備就緒(可能需要最多 4 小時),您將收到一條將資金提現到錢包的通知。受鏈同步等情況影響下,時長可能需要長達 48 小時。您需要自行承擔交易 gas 費用。",crossChainTips:"跨鏈提幣需在 L2(通過零知識證明)進行驗證。提幣過程最多約需2小時。相關鏈的資產池中需有充足的資金來處理跨鏈提幣,其間還將產生礦工費。 edgeX 將收取一定的手續費作爲礦工費。",commonWithdraw:"提現說明",withdraw:"提現",speed:"速度",confirmWithdraw:"提現確認",speedNote:"處理時間:",speedNoteSpeed1:"用時約8分鐘",speedNoteSpeed2:"用時約 2-4 小時",speedNoteSpeed3:"用時約4小時",receiverAddress:"接收地址",fee:"手續費",feeRate:"費率",withdrawlAmount:"提現金額",amountToReceive:"到账金額",invalidReceiverAddress:"接收地址不能為空",availableDesc:"您可以提現的最大金額。當可用餘額為0或負數時,無法進行提現。",feeCalculationTip:"提現手續費按照提現金額乘以費率計算,最低為 1 USDT/USDC。費率會根據鏈上實際情況進行調整。",crossChainPoolBalance:"跨鏈資金池餘額",poolBalance:"資金池餘額",poolBalanceInsufficientTip:"提現金額大於資金池餘額,無法進行提現。請選擇資金池餘額充足的選項。"},account:{title:"帳戶",perpetual:"合約帳戶",spot:"現貨帳戶"}},ei=["en-US","ja-JP","ru-RU","zh-CN","zh-TW"],uu={"en-US":nm,"ja-JP":rm,"ru-RU":om,"zh-CN":tm,"zh-TW":sm},Lo="en-US",im={"en-US":"English","zh-CN":"简体中文","zh-TW":"繁體中文","ja-JP":"日本語","ru-RU":"Русский"},am=e=>ei.includes(e)?uu[e]:uu[Lo],cm=e=>ei.includes(e),lu=v.createContext(null),um=({config:e,children:t})=>{const n=v.useMemo(()=>{const r=e.locale||Lo,o=cm(r)?r:Lo,s=am(o);return{...e,currentLocale:o,translations:s}},[e]);return M.jsx(lu.Provider,{value:n,children:t})},fu=()=>{const e=v.useContext(lu);if(!e)throw new Error("useComponentConfig must be used within ComponentProvider");return e};var lm=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,ti=Math.ceil,Ye=Math.floor,De="[BigNumber Error] ",du=De+"Number primitive has more than 15 significant digits: ",ft=1e14,ne=14,ni=9007199254740991,ri=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],un=1e7,Oe=1e9;function pu(e){var t,n,r,o=w.prototype={constructor:w,toString:null,valueOf:null},s=new w(1),i=20,c=4,a=-7,u=21,l=-1e7,f=1e7,p=!1,d=1,h=0,m={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:" ",suffix:""},x="0123456789abcdefghijklmnopqrstuvwxyz",T=!0;function w(g,y){var $,I,O,P,S,E,N,C,b=this;if(!(b instanceof w))return new w(g,y);if(y==null){if(g&&g._isBigNumber===!0){b.s=g.s,!g.c||g.e>f?b.c=b.e=null:g.e<l?b.c=[b.e=0]:(b.e=g.e,b.c=g.c.slice());return}if((E=typeof g=="number")&&g*0==0){if(b.s=1/g<0?(g=-g,-1):1,g===~~g){for(P=0,S=g;S>=10;S/=10,P++);P>f?b.c=b.e=null:(b.e=P,b.c=[g]);return}C=String(g)}else{if(!lm.test(C=String(g)))return r(b,C,E);b.s=C.charCodeAt(0)==45?(C=C.slice(1),-1):1}(P=C.indexOf("."))>-1&&(C=C.replace(".","")),(S=C.search(/e/i))>0?(P<0&&(P=S),P+=+C.slice(S+1),C=C.substring(0,S)):P<0&&(P=C.length)}else{if(ye(y,2,x.length,"Base"),y==10&&T)return b=new w(g),_(b,i+b.e+1,c);if(C=String(g),E=typeof g=="number"){if(g*0!=0)return r(b,C,E,y);if(b.s=1/g<0?(C=C.slice(1),-1):1,w.DEBUG&&C.replace(/^0\.0*|\./,"").length>15)throw Error(du+g)}else b.s=C.charCodeAt(0)===45?(C=C.slice(1),-1):1;for($=x.slice(0,y),P=S=0,N=C.length;S<N;S++)if($.indexOf(I=C.charAt(S))<0){if(I=="."){if(S>P){P=N;continue}}else if(!O&&(C==C.toUpperCase()&&(C=C.toLowerCase())||C==C.toLowerCase()&&(C=C.toUpperCase()))){O=!0,S=-1,P=0;continue}return r(b,String(g),E,y)}E=!1,C=n(C,y,10,b.s),(P=C.indexOf("."))>-1?C=C.replace(".",""):P=C.length}for(S=0;C.charCodeAt(S)===48;S++);for(N=C.length;C.charCodeAt(--N)===48;);if(C=C.slice(S,++N)){if(N-=S,E&&w.DEBUG&&N>15&&(g>ni||g!==Ye(g)))throw Error(du+b.s*g);if((P=P-S-1)>f)b.c=b.e=null;else if(P<l)b.c=[b.e=0];else{if(b.e=P,b.c=[],S=(P+1)%ne,P<0&&(S+=ne),S<N){for(S&&b.c.push(+C.slice(0,S)),N-=ne;S<N;)b.c.push(+C.slice(S,S+=ne));S=ne-(C=C.slice(S)).length}else S-=N;for(;S--;C+="0");b.c.push(+C)}}else b.c=[b.e=0]}w.clone=pu,w.ROUND_UP=0,w.ROUND_DOWN=1,w.ROUND_CEIL=2,w.ROUND_FLOOR=3,w.ROUND_HALF_UP=4,w.ROUND_HALF_DOWN=5,w.ROUND_HALF_EVEN=6,w.ROUND_HALF_CEIL=7,w.ROUND_HALF_FLOOR=8,w.EUCLID=9,w.config=w.set=function(g){var y,$;if(g!=null)if(typeof g=="object"){if(g.hasOwnProperty(y="DECIMAL_PLACES")&&($=g[y],ye($,0,Oe,y),i=$),g.hasOwnProperty(y="ROUNDING_MODE")&&($=g[y],ye($,0,8,y),c=$),g.hasOwnProperty(y="EXPONENTIAL_AT")&&($=g[y],$&&$.pop?(ye($[0],-Oe,0,y),ye($[1],0,Oe,y),a=$[0],u=$[1]):(ye($,-Oe,Oe,y),a=-(u=$<0?-$:$))),g.hasOwnProperty(y="RANGE"))if($=g[y],$&&$.pop)ye($[0],-Oe,-1,y),ye($[1],1,Oe,y),l=$[0],f=$[1];else if(ye($,-Oe,Oe,y),$)l=-(f=$<0?-$:$);else throw Error(De+y+" cannot be zero: "+$);if(g.hasOwnProperty(y="CRYPTO"))if($=g[y],$===!!$)if($)if(typeof crypto<"u"&&crypto&&(crypto.getRandomValues||crypto.randomBytes))p=$;else throw p=!$,Error(De+"crypto unavailable");else p=$;else throw Error(De+y+" not true or false: "+$);if(g.hasOwnProperty(y="MODULO_MODE")&&($=g[y],ye($,0,9,y),d=$),g.hasOwnProperty(y="POW_PRECISION")&&($=g[y],ye($,0,Oe,y),h=$),g.hasOwnProperty(y="FORMAT"))if($=g[y],typeof $=="object")m=$;else throw Error(De+y+" not an object: "+$);if(g.hasOwnProperty(y="ALPHABET"))if($=g[y],typeof $=="string"&&!/^.?$|[+\-.\s]|(.).*\1/.test($))T=$.slice(0,10)=="0123456789",x=$;else throw Error(De+y+" invalid: "+$)}else throw Error(De+"Object expected: "+g);return{DECIMAL_PLACES:i,ROUNDING_MODE:c,EXPONENTIAL_AT:[a,u],RANGE:[l,f],CRYPTO:p,MODULO_MODE:d,POW_PRECISION:h,FORMAT:m,ALPHABET:x}},w.isBigNumber=function(g){if(!g||g._isBigNumber!==!0)return!1;if(!w.DEBUG)return!0;var y,$,I=g.c,O=g.e,P=g.s;e:if({}.toString.call(I)=="[object Array]"){if((P===1||P===-1)&&O>=-Oe&&O<=Oe&&O===Ye(O)){if(I[0]===0){if(O===0&&I.length===1)return!0;break e}if(y=(O+1)%ne,y<1&&(y+=ne),String(I[0]).length==y){for(y=0;y<I.length;y++)if($=I[y],$<0||$>=ft||$!==Ye($))break e;if($!==0)return!0}}}else if(I===null&&O===null&&(P===null||P===1||P===-1))return!0;throw Error(De+"Invalid BigNumber: "+g)},w.maximum=w.max=function(){return L(arguments,-1)},w.minimum=w.min=function(){return L(arguments,1)},w.random=function(){var g=9007199254740992,y=Math.random()*g&2097151?function(){return Ye(Math.random()*g)}:function(){return(Math.random()*1073741824|0)*8388608+(Math.random()*8388608|0)};return function($){var I,O,P,S,E,N=0,C=[],b=new w(s);if($==null?$=i:ye($,0,Oe),S=ti($/ne),p)if(crypto.getRandomValues){for(I=crypto.getRandomValues(new Uint32Array(S*=2));N<S;)E=I[N]*131072+(I[N+1]>>>11),E>=9e15?(O=crypto.getRandomValues(new Uint32Array(2)),I[N]=O[0],I[N+1]=O[1]):(C.push(E%1e14),N+=2);N=S/2}else if(crypto.randomBytes){for(I=crypto.randomBytes(S*=7);N<S;)E=(I[N]&31)*281474976710656+I[N+1]*1099511627776+I[N+2]*4294967296+I[N+3]*16777216+(I[N+4]<<16)+(I[N+5]<<8)+I[N+6],E>=9e15?crypto.randomBytes(7).copy(I,N):(C.push(E%1e14),N+=7);N=S/7}else throw p=!1,Error(De+"crypto unavailable");if(!p)for(;N<S;)E=y(),E<9e15&&(C[N++]=E%1e14);for(S=C[--N],$%=ne,S&&$&&(E=ri[ne-$],C[N]=Ye(S/E)*E);C[N]===0;C.pop(),N--);if(N<0)C=[P=0];else{for(P=-1;C[0]===0;C.splice(0,1),P-=ne);for(N=1,E=C[0];E>=10;E/=10,N++);N<ne&&(P-=ne-N)}return b.e=P,b.c=C,b}}(),w.sum=function(){for(var g=1,y=arguments,$=new w(y[0]);g<y.length;)$=$.plus(y[g++]);return $},n=function(){var g="0123456789";function y($,I,O,P){for(var S,E=[0],N,C=0,b=$.length;C<b;){for(N=E.length;N--;E[N]*=I);for(E[0]+=P.indexOf($.charAt(C++)),S=0;S<E.length;S++)E[S]>O-1&&(E[S+1]==null&&(E[S+1]=0),E[S+1]+=E[S]/O|0,E[S]%=O)}return E.reverse()}return function($,I,O,P,S){var E,N,C,b,k,R,j,U,W=$.indexOf("."),K=i,G=c;for(W>=0&&(b=h,h=0,$=$.replace(".",""),U=new w(I),R=U.pow($.length-W),h=b,U.c=y(_t(Qe(R.c),R.e,"0"),10,O,g),U.e=U.c.length),j=y($,I,O,S?(E=x,g):(E=g,x)),C=b=j.length;j[--b]==0;j.pop());if(!j[0])return E.charAt(0);if(W<0?--C:(R.c=j,R.e=C,R.s=P,R=t(R,U,K,G,O),j=R.c,k=R.r,C=R.e),N=C+K+1,W=j[N],b=O/2,k=k||N<0||j[N+1]!=null,k=G<4?(W!=null||k)&&(G==0||G==(R.s<0?3:2)):W>b||W==b&&(G==4||k||G==6&&j[N-1]&1||G==(R.s<0?8:7)),N<1||!j[0])$=k?_t(E.charAt(1),-K,E.charAt(0)):E.charAt(0);else{if(j.length=N,k)for(--O;++j[--N]>O;)j[N]=0,N||(++C,j=[1].concat(j));for(b=j.length;!j[--b];);for(W=0,$="";W<=b;$+=E.charAt(j[W++]));$=_t($,C,E.charAt(0))}return $}}(),t=function(){function g(I,O,P){var S,E,N,C,b=0,k=I.length,R=O%un,j=O/un|0;for(I=I.slice();k--;)N=I[k]%un,C=I[k]/un|0,S=j*N+C*R,E=R*N+S%un*un+b,b=(E/P|0)+(S/un|0)+j*C,I[k]=E%P;return b&&(I=[b].concat(I)),I}function y(I,O,P,S){var E,N;if(P!=S)N=P>S?1:-1;else for(E=N=0;E<P;E++)if(I[E]!=O[E]){N=I[E]>O[E]?1:-1;break}return N}function $(I,O,P,S){for(var E=0;P--;)I[P]-=E,E=I[P]<O[P]?1:0,I[P]=E*S+I[P]-O[P];for(;!I[0]&&I.length>1;I.splice(0,1));}return function(I,O,P,S,E){var N,C,b,k,R,j,U,W,K,G,H,V,Y,Q,oe,pe,Pe,he=I.s==O.s?1:-1,me=I.c,le=O.c;if(!me||!me[0]||!le||!le[0])return new w(!I.s||!O.s||(me?le&&me[0]==le[0]:!le)?NaN:me&&me[0]==0||!le?he*0:he/0);for(W=new w(he),K=W.c=[],C=I.e-O.e,he=P+C+1,E||(E=ft,C=Xe(I.e/ne)-Xe(O.e/ne),he=he/ne|0),b=0;le[b]==(me[b]||0);b++);if(le[b]>(me[b]||0)&&C--,he<0)K.push(1),k=!0;else{for(Q=me.length,pe=le.length,b=0,he+=2,R=Ye(E/(le[0]+1)),R>1&&(le=g(le,R,E),me=g(me,R,E),pe=le.length,Q=me.length),Y=pe,G=me.slice(0,pe),H=G.length;H<pe;G[H++]=0);Pe=le.slice(),Pe=[0].concat(Pe),oe=le[0],le[1]>=E/2&&oe++;do{if(R=0,N=y(le,G,pe,H),N<0){if(V=G[0],pe!=H&&(V=V*E+(G[1]||0)),R=Ye(V/oe),R>1)for(R>=E&&(R=E-1),j=g(le,R,E),U=j.length,H=G.length;y(j,G,U,H)==1;)R--,$(j,pe<U?Pe:le,U,E),U=j.length,N=1;else R==0&&(N=R=1),j=le.slice(),U=j.length;if(U<H&&(j=[0].concat(j)),$(G,j,H,E),H=G.length,N==-1)for(;y(le,G,pe,H)<1;)R++,$(G,pe<H?Pe:le,H,E),H=G.length}else N===0&&(R++,G=[0]);K[b++]=R,G[0]?G[H++]=me[Y]||0:(G=[me[Y]],H=1)}while((Y++<Q||G[0]!=null)&&he--);k=G[0]!=null,K[0]||K.splice(0,1)}if(E==ft){for(b=1,he=K[0];he>=10;he/=10,b++);_(W,P+(W.e=b+C*ne-1)+1,S,k)}else W.e=C,W.r=+k;return W}}();function A(g,y,$,I){var O,P,S,E,N;if($==null?$=c:ye($,0,8),!g.c)return g.toString();if(O=g.c[0],S=g.e,y==null)N=Qe(g.c),N=I==1||I==2&&(S<=a||S>=u)?Fo(N,S):_t(N,S,"0");else if(g=_(new w(g),y,$),P=g.e,N=Qe(g.c),E=N.length,I==1||I==2&&(y<=P||P<=a)){for(;E<y;N+="0",E++);N=Fo(N,P)}else if(y-=S+(I===2&&P>S),N=_t(N,P,"0"),P+1>E){if(--y>0)for(N+=".";y--;N+="0");}else if(y+=P-E,y>0)for(P+1==E&&(N+=".");y--;N+="0");return g.s<0&&O?"-"+N:N}function L(g,y){for(var $,I,O=1,P=new w(g[0]);O<g.length;O++)I=new w(g[O]),(!I.s||($=En(P,I))===y||$===0&&P.s===y)&&(P=I);return P}function B(g,y,$){for(var I=1,O=y.length;!y[--O];y.pop());for(O=y[0];O>=10;O/=10,I++);return($=I+$*ne-1)>f?g.c=g.e=null:$<l?g.c=[g.e=0]:(g.e=$,g.c=y),g}r=function(){var g=/^(-?)0([xbo])(?=\w[\w.]*$)/i,y=/^([^.]+)\.$/,$=/^\.([^.]+)$/,I=/^-?(Infinity|NaN)$/,O=/^\s*\+(?=[\w.])|^\s+|\s+$/g;return function(P,S,E,N){var C,b=E?S:S.replace(O,"");if(I.test(b))P.s=isNaN(b)?null:b<0?-1:1;else{if(!E&&(b=b.replace(g,function(k,R,j){return C=(j=j.toLowerCase())=="x"?16:j=="b"?2:8,!N||N==C?R:k}),N&&(C=N,b=b.replace(y,"$1").replace($,"0.$1")),S!=b))return new w(b,C);if(w.DEBUG)throw Error(De+"Not a"+(N?" base "+N:"")+" number: "+S);P.s=null}P.c=P.e=null}}();function _(g,y,$,I){var O,P,S,E,N,C,b,k=g.c,R=ri;if(k){e:{for(O=1,E=k[0];E>=10;E/=10,O++);if(P=y-O,P<0)P+=ne,S=y,N=k[C=0],b=Ye(N/R[O-S-1]%10);else if(C=ti((P+1)/ne),C>=k.length)if(I){for(;k.length<=C;k.push(0));N=b=0,O=1,P%=ne,S=P-ne+1}else break e;else{for(N=E=k[C],O=1;E>=10;E/=10,O++);P%=ne,S=P-ne+O,b=S<0?0:Ye(N/R[O-S-1]%10)}if(I=I||y<0||k[C+1]!=null||(S<0?N:N%R[O-S-1]),I=$<4?(b||I)&&($==0||$==(g.s<0?3:2)):b>5||b==5&&($==4||I||$==6&&(P>0?S>0?N/R[O-S]:0:k[C-1])%10&1||$==(g.s<0?8:7)),y<1||!k[0])return k.length=0,I?(y-=g.e+1,k[0]=R[(ne-y%ne)%ne],g.e=-y||0):k[0]=g.e=0,g;if(P==0?(k.length=C,E=1,C--):(k.length=C+1,E=R[ne-P],k[C]=S>0?Ye(N/R[O-S]%R[S])*E:0),I)for(;;)if(C==0){for(P=1,S=k[0];S>=10;S/=10,P++);for(S=k[0]+=E,E=1;S>=10;S/=10,E++);P!=E&&(g.e++,k[0]==ft&&(k[0]=1));break}else{if(k[C]+=E,k[C]!=ft)break;k[C--]=0,E=1}for(P=k.length;k[--P]===0;k.pop());}g.e>f?g.c=g.e=null:g.e<l&&(g.c=[g.e=0])}return g}function D(g){var y,$=g.e;return $===null?g.toString():(y=Qe(g.c),y=$<=a||$>=u?Fo(y,$):_t(y,$,"0"),g.s<0?"-"+y:y)}return o.absoluteValue=o.abs=function(){var g=new w(this);return g.s<0&&(g.s=1),g},o.comparedTo=function(g,y){return En(this,new w(g,y))},o.decimalPlaces=o.dp=function(g,y){var $,I,O,P=this;if(g!=null)return ye(g,0,Oe),y==null?y=c:ye(y,0,8),_(new w(P),g+P.e+1,y);if(!($=P.c))return null;if(I=((O=$.length-1)-Xe(this.e/ne))*ne,O=$[O])for(;O%10==0;O/=10,I--);return I<0&&(I=0),I},o.dividedBy=o.div=function(g,y){return t(this,new w(g,y),i,c)},o.dividedToIntegerBy=o.idiv=function(g,y){return t(this,new w(g,y),0,1)},o.exponentiatedBy=o.pow=function(g,y){var $,I,O,P,S,E,N,C,b,k=this;if(g=new w(g),g.c&&!g.isInteger())throw Error(De+"Exponent not an integer: "+D(g));if(y!=null&&(y=new w(y)),E=g.e>14,!k.c||!k.c[0]||k.c[0]==1&&!k.e&&k.c.length==1||!g.c||!g.c[0])return b=new w(Math.pow(+D(k),E?g.s*(2-Bo(g)):+D(g))),y?b.mod(y):b;if(N=g.s<0,y){if(y.c?!y.c[0]:!y.s)return new w(NaN);I=!N&&k.isInteger()&&y.isInteger(),I&&(k=k.mod(y))}else{if(g.e>9&&(k.e>0||k.e<-1||(k.e==0?k.c[0]>1||E&&k.c[1]>=24e7:k.c[0]<8e13||E&&k.c[0]<=9999975e7)))return P=k.s<0&&Bo(g)?-0:0,k.e>-1&&(P=1/P),new w(N?1/P:P);h&&(P=ti(h/ne+2))}for(E?($=new w(.5),N&&(g.s=1),C=Bo(g)):(O=Math.abs(+D(g)),C=O%2),b=new w(s);;){if(C){if(b=b.times(k),!b.c)break;P?b.c.length>P&&(b.c.length=P):I&&(b=b.mod(y))}if(O){if(O=Ye(O/2),O===0)break;C=O%2}else if(g=g.times($),_(g,g.e+1,1),g.e>14)C=Bo(g);else{if(O=+D(g),O===0)break;C=O%2}k=k.times(k),P?k.c&&k.c.length>P&&(k.c.length=P):I&&(k=k.mod(y))}return I?b:(N&&(b=s.div(b)),y?b.mod(y):P?_(b,h,c,S):b)},o.integerValue=function(g){var y=new w(this);return g==null?g=c:ye(g,0,8),_(y,y.e+1,g)},o.isEqualTo=o.eq=function(g,y){return En(this,new w(g,y))===0},o.isFinite=function(){return!!this.c},o.isGreaterThan=o.gt=function(g,y){return En(this,new w(g,y))>0},o.isGreaterThanOrEqualTo=o.gte=function(g,y){return(y=En(this,new w(g,y)))===1||y===0},o.isInteger=function(){return!!this.c&&Xe(this.e/ne)>this.c.length-2},o.isLessThan=o.lt=function(g,y){return En(this,new w(g,y))<0},o.isLessThanOrEqualTo=o.lte=function(g,y){return(y=En(this,new w(g,y)))===-1||y===0},o.isNaN=function(){return!this.s},o.isNegative=function(){return this.s<0},o.isPositive=function(){return this.s>0},o.isZero=function(){return!!this.c&&this.c[0]==0},o.minus=function(g,y){var $,I,O,P,S=this,E=S.s;if(g=new w(g,y),y=g.s,!E||!y)return new w(NaN);if(E!=y)return g.s=-y,S.plus(g);var N=S.e/ne,C=g.e/ne,b=S.c,k=g.c;if(!N||!C){if(!b||!k)return b?(g.s=-y,g):new w(k?S:NaN);if(!b[0]||!k[0])return k[0]?(g.s=-y,g):new w(b[0]?S:c==3?-0:0)}if(N=Xe(N),C=Xe(C),b=b.slice(),E=N-C){for((P=E<0)?(E=-E,O=b):(C=N,O=k),O.reverse(),y=E;y--;O.push(0));O.reverse()}else for(I=(P=(E=b.length)<(y=k.length))?E:y,E=y=0;y<I;y++)if(b[y]!=k[y]){P=b[y]<k[y];break}if(P&&(O=b,b=k,k=O,g.s=-g.s),y=(I=k.length)-($=b.length),y>0)for(;y--;b[$++]=0);for(y=ft-1;I>E;){if(b[--I]<k[I]){for($=I;$&&!b[--$];b[$]=y);--b[$],b[I]+=ft}b[I]-=k[I]}for(;b[0]==0;b.splice(0,1),--C);return b[0]?B(g,b,C):(g.s=c==3?-1:1,g.c=[g.e=0],g)},o.modulo=o.mod=function(g,y){var $,I,O=this;return g=new w(g,y),!O.c||!g.s||g.c&&!g.c[0]?new w(NaN):!g.c||O.c&&!O.c[0]?new w(O):(d==9?(I=g.s,g.s=1,$=t(O,g,0,3),g.s=I,$.s*=I):$=t(O,g,0,d),g=O.minus($.times(g)),!g.c[0]&&d==1&&(g.s=O.s),g)},o.multipliedBy=o.times=function(g,y){var $,I,O,P,S,E,N,C,b,k,R,j,U,W,K,G=this,H=G.c,V=(g=new w(g,y)).c;if(!H||!V||!H[0]||!V[0])return!G.s||!g.s||H&&!H[0]&&!V||V&&!V[0]&&!H?g.c=g.e=g.s=null:(g.s*=G.s,!H||!V?g.c=g.e=null:(g.c=[0],g.e=0)),g;for(I=Xe(G.e/ne)+Xe(g.e/ne),g.s*=G.s,N=H.length,k=V.length,N<k&&(U=H,H=V,V=U,O=N,N=k,k=O),O=N+k,U=[];O--;U.push(0));for(W=ft,K=un,O=k;--O>=0;){for($=0,R=V[O]%K,j=V[O]/K|0,S=N,P=O+S;P>O;)C=H[--S]%K,b=H[S]/K|0,E=j*C+b*R,C=R*C+E%K*K+U[P]+$,$=(C/W|0)+(E/K|0)+j*b,U[P--]=C%W;U[P]=$}return $?++I:U.splice(0,1),B(g,U,I)},o.negated=function(){var g=new w(this);return g.s=-g.s||null,g},o.plus=function(g,y){var $,I=this,O=I.s;if(g=new w(g,y),y=g.s,!O||!y)return new w(NaN);if(O!=y)return g.s=-y,I.minus(g);var P=I.e/ne,S=g.e/ne,E=I.c,N=g.c;if(!P||!S){if(!E||!N)return new w(O/0);if(!E[0]||!N[0])return N[0]?g:new w(E[0]?I:O*0)}if(P=Xe(P),S=Xe(S),E=E.slice(),O=P-S){for(O>0?(S=P,$=N):(O=-O,$=E),$.reverse();O--;$.push(0));$.reverse()}for(O=E.length,y=N.length,O-y<0&&($=N,N=E,E=$,y=O),O=0;y;)O=(E[--y]=E[y]+N[y]+O)/ft|0,E[y]=ft===E[y]?0:E[y]%ft;return O&&(E=[O].concat(E),++S),B(g,E,S)},o.precision=o.sd=function(g,y){var $,I,O,P=this;if(g!=null&&g!==!!g)return ye(g,1,Oe),y==null?y=c:ye(y,0,8),_(new w(P),g,y);if(!($=P.c))return null;if(O=$.length-1,I=O*ne+1,O=$[O]){for(;O%10==0;O/=10,I--);for(O=$[0];O>=10;O/=10,I++);}return g&&P.e+1>I&&(I=P.e+1),I},o.shiftedBy=function(g){return ye(g,-ni,ni),this.times("1e"+g)},o.squareRoot=o.sqrt=function(){var g,y,$,I,O,P=this,S=P.c,E=P.s,N=P.e,C=i+4,b=new w("0.5");if(E!==1||!S||!S[0])return new w(!E||E<0&&(!S||S[0])?NaN:S?P:1/0);if(E=Math.sqrt(+D(P)),E==0||E==1/0?(y=Qe(S),(y.length+N)%2==0&&(y+="0"),E=Math.sqrt(+y),N=Xe((N+1)/2)-(N<0||N%2),E==1/0?y="5e"+N:(y=E.toExponential(),y=y.slice(0,y.indexOf("e")+1)+N),$=new w(y)):$=new w(E+""),$.c[0]){for(N=$.e,E=N+C,E<3&&(E=0);;)if(O=$,$=b.times(O.plus(t(P,O,C,1))),Qe(O.c).slice(0,E)===(y=Qe($.c)).slice(0,E))if($.e<N&&--E,y=y.slice(E-3,E+1),y=="9999"||!I&&y=="4999"){if(!I&&(_(O,O.e+i+2,0),O.times(O).eq(P))){$=O;break}C+=4,E+=4,I=1}else{(!+y||!+y.slice(1)&&y.charAt(0)=="5")&&(_($,$.e+i+2,1),g=!$.times($).eq(P));break}}return _($,$.e+i+1,c,g)},o.toExponential=function(g,y){return g!=null&&(ye(g,0,Oe),g++),A(this,g,y,1)},o.toFixed=function(g,y){return g!=null&&(ye(g,0,Oe),g=g+this.e+1),A(this,g,y)},o.toFormat=function(g,y,$){var I,O=this;if($==null)g!=null&&y&&typeof y=="object"?($=y,y=null):g&&typeof g=="object"?($=g,g=y=null):$=m;else if(typeof $!="object")throw Error(De+"Argument not an object: "+$);if(I=O.toFixed(g,y),O.c){var P,S=I.split("."),E=+$.groupSize,N=+$.secondaryGroupSize,C=$.groupSeparator||"",b=S[0],k=S[1],R=O.s<0,j=R?b.slice(1):b,U=j.length;if(N&&(P=E,E=N,N=P,U-=P),E>0&&U>0){for(P=U%E||E,b=j.substr(0,P);P<U;P+=E)b+=C+j.substr(P,E);N>0&&(b+=C+j.slice(P)),R&&(b="-"+b)}I=k?b+($.decimalSeparator||"")+((N=+$.fractionGroupSize)?k.replace(new RegExp("\\d{"+N+"}\\B","g"),"$&"+($.fractionGroupSeparator||"")):k):b}return($.prefix||"")+I+($.suffix||"")},o.toFraction=function(g){var y,$,I,O,P,S,E,N,C,b,k,R,j=this,U=j.c;if(g!=null&&(E=new w(g),!E.isInteger()&&(E.c||E.s!==1)||E.lt(s)))throw Error(De+"Argument "+(E.isInteger()?"out of range: ":"not an integer: ")+D(E));if(!U)return new w(j);for(y=new w(s),C=$=new w(s),I=N=new w(s),R=Qe(U),P=y.e=R.length-j.e-1,y.c[0]=ri[(S=P%ne)<0?ne+S:S],g=!g||E.comparedTo(y)>0?P>0?y:C:E,S=f,f=1/0,E=new w(R),N.c[0]=0;b=t(E,y,0,1),O=$.plus(b.times(I)),O.comparedTo(g)!=1;)$=I,I=O,C=N.plus(b.times(O=C)),N=O,y=E.minus(b.times(O=y)),E=O;return O=t(g.minus($),I,0,1),N=N.plus(O.times(C)),$=$.plus(O.times(I)),N.s=C.s=j.s,P=P*2,k=t(C,I,P,c).minus(j).abs().comparedTo(t(N,$,P,c).minus(j).abs())<1?[C,I]:[N,$],f=S,k},o.toNumber=function(){return+D(this)},o.toPrecision=function(g,y){return g!=null&&ye(g,1,Oe),A(this,g,y,2)},o.toString=function(g){var y,$=this,I=$.s,O=$.e;return O===null?I?(y="Infinity",I<0&&(y="-"+y)):y="NaN":(g==null?y=O<=a||O>=u?Fo(Qe($.c),O):_t(Qe($.c),O,"0"):g===10&&T?($=_(new w($),i+O+1,c),y=_t(Qe($.c),$.e,"0")):(ye(g,2,x.length,"Base"),y=n(_t(Qe($.c),O,"0"),10,g,I,!0)),I<0&&$.c[0]&&(y="-"+y)),y},o.valueOf=o.toJSON=function(){return D(this)},o._isBigNumber=!0,o[Symbol.toStringTag]="BigNumber",o[Symbol.for("nodejs.util.inspect.custom")]=o.valueOf,e!=null&&w.set(e),w}function Xe(e){var t=e|0;return e>0||e===t?t:t-1}function Qe(e){for(var t,n,r=1,o=e.length,s=e[0]+"";r<o;){for(t=e[r++]+"",n=ne-t.length;n--;t="0"+t);s+=t}for(o=s.length;s.charCodeAt(--o)===48;);return s.slice(0,o+1||1)}function En(e,t){var n,r,o=e.c,s=t.c,i=e.s,c=t.s,a=e.e,u=t.e;if(!i||!c)return null;if(n=o&&!o[0],r=s&&!s[0],n||r)return n?r?0:-c:i;if(i!=c)return i;if(n=i<0,r=a==u,!o||!s)return r?0:!o^n?1:-1;if(!r)return a>u^n?1:-1;for(c=(a=o.length)<(u=s.length)?a:u,i=0;i<c;i++)if(o[i]!=s[i])return o[i]>s[i]^n?1:-1;return a==u?0:a>u^n?1:-1}function ye(e,t,n,r){if(e<t||e>n||e!==Ye(e))throw Error(De+(r||"Argument")+(typeof e=="number"?e<t||e>n?" out of range: ":" not an integer: ":" not a primitive number: ")+String(e))}function Bo(e){var t=e.c.length-1;return Xe(e.e/ne)==t&&e.c[t]%2!=0}function Fo(e,t){return(e.length>1?e.charAt(0)+"."+e.slice(1):e)+(t<0?"e":"e+")+t}function _t(e,t,n){var r,o;if(t<0){for(o=n+".";++t;o+=n);e=o+e}else if(r=e.length,++t>r){for(o=n,t-=r;--t;o+=n);e+=o}else t<r&&(e=e.slice(0,t)+"."+e.slice(t));return e}var Ee=pu();const fm=(e,t=6)=>{try{const n=new Ee(e||"0");if(n.isNaN())return"0";const r=n.decimalPlaces(t,Ee.ROUND_DOWN),[o,s=""]=r.toString().split("."),i=o.replace(/\B(?=(\d{3})+(?!\d))/g,",");if(t>0){const c=(s||"").padEnd(t,"0");return`${i}.${c}`}return i}catch(n){return console.warn("formatThousands error:",n),"0"}},dt=()=>{const{translations:e,currentLocale:t}=fu();return{t:(s,i)=>{try{const c=s.split(".");let a=e;for(const l of c)if(a&&typeof a=="object"&&l in a)a=a[l];else return s;let u=typeof a=="string"?a:s;return i&&typeof u=="string"&&Object.keys(i).forEach(l=>{const f=`{{${l}}}`;u=u.replace(new RegExp(f,"g"),String(i[l]))}),u}catch(c){return console.warn(`Translation error for key "${s}":`,c),s}},translations:e,locale:t,getTranslationObject:s=>{try{const i=s.split(".");let c=e;for(const a of i)if(c&&typeof c=="object"&&a in c)c=c[a];else return{};return typeof c=="object"?c:{}}catch(i){return console.warn(`Translation object error for key "${s}":`,i),{}}},hasTranslation:s=>{try{const i=s.split(".");let c=e;for(const a of i)if(c&&typeof c=="object"&&a in c)c=c[a];else return!1;return typeof c=="string"}catch{return!1}}}},dm="1.0.8";let qe=class ou extends Error{constructor(t,n={}){var i;const r=n.cause instanceof ou?n.cause.details:(i=n.cause)!=null&&i.message?n.cause.message:n.details,o=n.cause instanceof ou&&n.cause.docsPath||n.docsPath,s=[t||"An error occurred.","",...n.metaMessages?[...n.metaMessages,""]:[],...o?[`Docs: https://abitype.dev${o}`]:[],...r?[`Details: ${r}`]:[],`Version: abitype@${dm}`].join(`
|
|
36
|
+
`);super(s),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"metaMessages",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiTypeError"}),n.cause&&(this.cause=n.cause),this.details=r,this.docsPath=o,this.metaMessages=n.metaMessages,this.shortMessage=t}};function Ut(e,t){const n=e.exec(t);return n==null?void 0:n.groups}const hu=/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/,mu=/^u?int(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/,gu=/^\(.+?\).*?$/,bu=/^tuple(?<array>(\[(\d*)\])*)$/;function oi(e){let t=e.type;if(bu.test(e.type)&&"components"in e){t="(";const n=e.components.length;for(let o=0;o<n;o++){const s=e.components[o];t+=oi(s),o<n-1&&(t+=", ")}const r=Ut(bu,e.type);return t+=`)${(r==null?void 0:r.array)??""}`,oi({...e,type:t})}return"indexed"in e&&e.indexed&&(t=`${t} indexed`),e.name?`${t} ${e.name}`:t}function Ir(e){let t="";const n=e.length;for(let r=0;r<n;r++){const o=e[r];t+=oi(o),r!==n-1&&(t+=", ")}return t}function Ro(e){var t;return e.type==="function"?`function ${e.name}(${Ir(e.inputs)})${e.stateMutability&&e.stateMutability!=="nonpayable"?` ${e.stateMutability}`:""}${(t=e.outputs)!=null&&t.length?` returns (${Ir(e.outputs)})`:""}`:e.type==="event"?`event ${e.name}(${Ir(e.inputs)})`:e.type==="error"?`error ${e.name}(${Ir(e.inputs)})`:e.type==="constructor"?`constructor(${Ir(e.inputs)})${e.stateMutability==="payable"?" payable":""}`:e.type==="fallback"?`fallback() external${e.stateMutability==="payable"?" payable":""}`:"receive() external payable"}const yu=/^error (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)$/;function pm(e){return yu.test(e)}function hm(e){return Ut(yu,e)}const wu=/^event (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)$/;function mm(e){return wu.test(e)}function gm(e){return Ut(wu,e)}const vu=/^function (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)(?: (?<scope>external|public{1}))?(?: (?<stateMutability>pure|view|nonpayable|payable{1}))?(?: returns\s?\((?<returns>.*?)\))?$/;function bm(e){return vu.test(e)}function ym(e){return Ut(vu,e)}const xu=/^struct (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*) \{(?<properties>.*?)\}$/;function si(e){return xu.test(e)}function wm(e){return Ut(xu,e)}const Eu=/^constructor\((?<parameters>.*?)\)(?:\s(?<stateMutability>payable{1}))?$/;function vm(e){return Eu.test(e)}function xm(e){return Ut(Eu,e)}const Su=/^fallback\(\) external(?:\s(?<stateMutability>payable{1}))?$/;function Em(e){return Su.test(e)}function Sm(e){return Ut(Su,e)}const Pm=/^receive\(\) external payable$/;function $m(e){return Pm.test(e)}const Am=new Set(["indexed"]),ii=new Set(["calldata","memory","storage"]);class Tm extends qe{constructor({signature:t}){super("Failed to parse ABI item.",{details:`parseAbiItem(${JSON.stringify(t,null,2)})`,docsPath:"/api/human#parseabiitem-1"}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidAbiItemError"})}}class Om extends qe{constructor({type:t}){super("Unknown type.",{metaMessages:[`Type "${t}" is not a valid ABI type. Perhaps you forgot to include a struct signature?`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"UnknownTypeError"})}}class Nm extends qe{constructor({type:t}){super("Unknown type.",{metaMessages:[`Type "${t}" is not a valid ABI type.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"UnknownSolidityTypeError"})}}class Cm extends qe{constructor({param:t}){super("Invalid ABI parameter.",{details:t}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidParameterError"})}}class Im extends qe{constructor({param:t,name:n}){super("Invalid ABI parameter.",{details:t,metaMessages:[`"${n}" is a protected Solidity keyword. More info: https://docs.soliditylang.org/en/latest/cheatsheet.html`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"SolidityProtectedKeywordError"})}}class Mm extends qe{constructor({param:t,type:n,modifier:r}){super("Invalid ABI parameter.",{details:t,metaMessages:[`Modifier "${r}" not allowed${n?` in "${n}" type`:""}.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidModifierError"})}}class km extends qe{constructor({param:t,type:n,modifier:r}){super("Invalid ABI parameter.",{details:t,metaMessages:[`Modifier "${r}" not allowed${n?` in "${n}" type`:""}.`,`Data location can only be specified for array, struct, or mapping types, but "${r}" was given.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidFunctionModifierError"})}}class Lm extends qe{constructor({abiParameter:t}){super("Invalid ABI parameter.",{details:JSON.stringify(t,null,2),metaMessages:["ABI parameter type is invalid."]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidAbiTypeParameterError"})}}class Zn extends qe{constructor({signature:t,type:n}){super(`Invalid ${n} signature.`,{details:t}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidSignatureError"})}}class Bm extends qe{constructor({signature:t}){super("Unknown signature.",{details:t}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"UnknownSignatureError"})}}class Fm extends qe{constructor({signature:t}){super("Invalid struct signature.",{details:t,metaMessages:["No properties exist."]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidStructSignatureError"})}}class Rm extends qe{constructor({type:t}){super("Circular reference detected.",{metaMessages:[`Struct "${t}" is a circular reference.`]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"CircularReferenceError"})}}class Dm extends qe{constructor({current:t,depth:n}){super("Unbalanced parentheses.",{metaMessages:[`"${t.trim()}" has too many ${n>0?"opening":"closing"} parentheses.`],details:`Depth "${n}"`}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidParenthesisError"})}}function jm(e,t,n){let r="";if(n)for(const o of Object.entries(n)){if(!o)continue;let s="";for(const i of o[1])s+=`[${i.type}${i.name?`:${i.name}`:""}]`;r+=`(${o[0]}{${s}})`}return t?`${t}:${e}${r}`:e}const ai=new Map([["address",{type:"address"}],["bool",{type:"bool"}],["bytes",{type:"bytes"}],["bytes32",{type:"bytes32"}],["int",{type:"int256"}],["int256",{type:"int256"}],["string",{type:"string"}],["uint",{type:"uint256"}],["uint8",{type:"uint8"}],["uint16",{type:"uint16"}],["uint24",{type:"uint24"}],["uint32",{type:"uint32"}],["uint64",{type:"uint64"}],["uint96",{type:"uint96"}],["uint112",{type:"uint112"}],["uint160",{type:"uint160"}],["uint192",{type:"uint192"}],["uint256",{type:"uint256"}],["address owner",{type:"address",name:"owner"}],["address to",{type:"address",name:"to"}],["bool approved",{type:"bool",name:"approved"}],["bytes _data",{type:"bytes",name:"_data"}],["bytes data",{type:"bytes",name:"data"}],["bytes signature",{type:"bytes",name:"signature"}],["bytes32 hash",{type:"bytes32",name:"hash"}],["bytes32 r",{type:"bytes32",name:"r"}],["bytes32 root",{type:"bytes32",name:"root"}],["bytes32 s",{type:"bytes32",name:"s"}],["string name",{type:"string",name:"name"}],["string symbol",{type:"string",name:"symbol"}],["string tokenURI",{type:"string",name:"tokenURI"}],["uint tokenId",{type:"uint256",name:"tokenId"}],["uint8 v",{type:"uint8",name:"v"}],["uint256 balance",{type:"uint256",name:"balance"}],["uint256 tokenId",{type:"uint256",name:"tokenId"}],["uint256 value",{type:"uint256",name:"value"}],["event:address indexed from",{type:"address",name:"from",indexed:!0}],["event:address indexed to",{type:"address",name:"to",indexed:!0}],["event:uint indexed tokenId",{type:"uint256",name:"tokenId",indexed:!0}],["event:uint256 indexed tokenId",{type:"uint256",name:"tokenId",indexed:!0}]]);function ci(e,t={}){if(bm(e))return _m(e,t);if(mm(e))return Um(e,t);if(pm(e))return zm(e,t);if(vm(e))return Hm(e,t);if(Em(e))return Wm(e);if($m(e))return{type:"receive",stateMutability:"payable"};throw new Bm({signature:e})}function _m(e,t={}){const n=ym(e);if(!n)throw new Zn({signature:e,type:"function"});const r=pt(n.parameters),o=[],s=r.length;for(let c=0;c<s;c++)o.push(Sn(r[c],{modifiers:ii,structs:t,type:"function"}));const i=[];if(n.returns){const c=pt(n.returns),a=c.length;for(let u=0;u<a;u++)i.push(Sn(c[u],{modifiers:ii,structs:t,type:"function"}))}return{name:n.name,type:"function",stateMutability:n.stateMutability??"nonpayable",inputs:o,outputs:i}}function Um(e,t={}){const n=gm(e);if(!n)throw new Zn({signature:e,type:"event"});const r=pt(n.parameters),o=[],s=r.length;for(let i=0;i<s;i++)o.push(Sn(r[i],{modifiers:Am,structs:t,type:"event"}));return{name:n.name,type:"event",inputs:o}}function zm(e,t={}){const n=hm(e);if(!n)throw new Zn({signature:e,type:"error"});const r=pt(n.parameters),o=[],s=r.length;for(let i=0;i<s;i++)o.push(Sn(r[i],{structs:t,type:"error"}));return{name:n.name,type:"error",inputs:o}}function Hm(e,t={}){const n=xm(e);if(!n)throw new Zn({signature:e,type:"constructor"});const r=pt(n.parameters),o=[],s=r.length;for(let i=0;i<s;i++)o.push(Sn(r[i],{structs:t,type:"constructor"}));return{type:"constructor",stateMutability:n.stateMutability??"nonpayable",inputs:o}}function Wm(e){const t=Sm(e);if(!t)throw new Zn({signature:e,type:"fallback"});return{type:"fallback",stateMutability:t.stateMutability??"nonpayable"}}const Vm=/^(?<type>[a-zA-Z$_][a-zA-Z0-9$_]*)(?<array>(?:\[\d*?\])+?)?(?:\s(?<modifier>calldata|indexed|memory|storage{1}))?(?:\s(?<name>[a-zA-Z$_][a-zA-Z0-9$_]*))?$/,Gm=/^\((?<type>.+?)\)(?<array>(?:\[\d*?\])+?)?(?:\s(?<modifier>calldata|indexed|memory|storage{1}))?(?:\s(?<name>[a-zA-Z$_][a-zA-Z0-9$_]*))?$/,qm=/^u?int$/;function Sn(e,t){var f,p;const n=jm(e,t==null?void 0:t.type,t==null?void 0:t.structs);if(ai.has(n))return ai.get(n);const r=gu.test(e),o=Ut(r?Gm:Vm,e);if(!o)throw new Cm({param:e});if(o.name&&Km(o.name))throw new Im({param:e,name:o.name});const s=o.name?{name:o.name}:{},i=o.modifier==="indexed"?{indexed:!0}:{},c=(t==null?void 0:t.structs)??{};let a,u={};if(r){a="tuple";const d=pt(o.type),h=[],m=d.length;for(let x=0;x<m;x++)h.push(Sn(d[x],{structs:c}));u={components:h}}else if(o.type in c)a="tuple",u={components:c[o.type]};else if(qm.test(o.type))a=`${o.type}256`;else if(a=o.type,(t==null?void 0:t.type)!=="struct"&&!Pu(a))throw new Nm({type:a});if(o.modifier){if(!((p=(f=t==null?void 0:t.modifiers)==null?void 0:f.has)!=null&&p.call(f,o.modifier)))throw new Mm({param:e,type:t==null?void 0:t.type,modifier:o.modifier});if(ii.has(o.modifier)&&!Ym(a,!!o.array))throw new km({param:e,type:t==null?void 0:t.type,modifier:o.modifier})}const l={type:`${a}${o.array??""}`,...s,...i,...u};return ai.set(n,l),l}function pt(e,t=[],n="",r=0){const o=e.trim().length;for(let s=0;s<o;s++){const i=e[s],c=e.slice(s+1);switch(i){case",":return r===0?pt(c,[...t,n.trim()]):pt(c,t,`${n}${i}`,r);case"(":return pt(c,t,`${n}${i}`,r+1);case")":return pt(c,t,`${n}${i}`,r-1);default:return pt(c,t,`${n}${i}`,r)}}if(n==="")return t;if(r!==0)throw new Dm({current:n,depth:r});return t.push(n.trim()),t}function Pu(e){return e==="address"||e==="bool"||e==="function"||e==="string"||hu.test(e)||mu.test(e)}const Zm=/^(?:after|alias|anonymous|apply|auto|byte|calldata|case|catch|constant|copyof|default|defined|error|event|external|false|final|function|immutable|implements|in|indexed|inline|internal|let|mapping|match|memory|mutable|null|of|override|partial|private|promise|public|pure|reference|relocatable|return|returns|sizeof|static|storage|struct|super|supports|switch|this|true|try|typedef|typeof|var|view|virtual)$/;function Km(e){return e==="address"||e==="bool"||e==="function"||e==="string"||e==="tuple"||hu.test(e)||mu.test(e)||Zm.test(e)}function Ym(e,t){return t||e==="bytes"||e==="string"||e==="tuple"}function $u(e){const t={},n=e.length;for(let i=0;i<n;i++){const c=e[i];if(!si(c))continue;const a=wm(c);if(!a)throw new Zn({signature:c,type:"struct"});const u=a.properties.split(";"),l=[],f=u.length;for(let p=0;p<f;p++){const h=u[p].trim();if(!h)continue;const m=Sn(h,{type:"struct"});l.push(m)}if(!l.length)throw new Fm({signature:c});t[a.name]=l}const r={},o=Object.entries(t),s=o.length;for(let i=0;i<s;i++){const[c,a]=o[i];r[c]=Au(a,t)}return r}const Xm=/^(?<type>[a-zA-Z$_][a-zA-Z0-9$_]*)(?<array>(?:\[\d*?\])+?)?$/;function Au(e,t,n=new Set){const r=[],o=e.length;for(let s=0;s<o;s++){const i=e[s];if(gu.test(i.type))r.push(i);else{const a=Ut(Xm,i.type);if(!(a!=null&&a.type))throw new Lm({abiParameter:i});const{array:u,type:l}=a;if(l in t){if(n.has(l))throw new Rm({type:l});r.push({...i,type:`tuple${u??""}`,components:Au(t[l]??[],t,new Set([...n,l]))})}else if(Pu(l))r.push(i);else throw new Om({type:l})}}return r}function Tu(e){const t=$u(e),n=[],r=e.length;for(let o=0;o<r;o++){const s=e[o];si(s)||n.push(ci(s,t))}return n}function Ou(e){let t;if(typeof e=="string")t=ci(e);else{const n=$u(e),r=e.length;for(let o=0;o<r;o++){const s=e[o];if(!si(s)){t=ci(s,n);break}}}if(!t)throw new Tm({signature:e});return t}function ee(e,t,n){const r=e[t.name];if(typeof r=="function")return r;const o=e[n];return typeof o=="function"?o:s=>t(e,s)}function ht(e,{includeName:t=!1}={}){if(e.type!=="function"&&e.type!=="event"&&e.type!=="error")throw new lg(e.type);return`${e.name}(${Do(e.inputs,{includeName:t})})`}function Do(e,{includeName:t=!1}={}){return e?e.map(n=>Qm(n,{includeName:t})).join(t?", ":","):""}function Qm(e,{includeName:t}){return e.type.startsWith("tuple")?`(${Do(e.components,{includeName:t})})${e.type.slice(5)}`:e.type+(t&&e.name?` ${e.name}`:"")}function mt(e,{strict:t=!0}={}){return!e||typeof e!="string"?!1:t?/^0x[0-9a-fA-F]*$/.test(e):e.startsWith("0x")}function ve(e){return mt(e,{strict:!1})?Math.ceil((e.length-2)/2):e.length}const Nu="2.34.0";let Mr={getDocsUrl:({docsBaseUrl:e,docsPath:t="",docsSlug:n})=>t?`${e??"https://viem.sh"}${t}${n?`#${n}`:""}`:void 0,version:`viem@${Nu}`},q=class su extends Error{constructor(t,n={}){var c;const r=(()=>{var a;return n.cause instanceof su?n.cause.details:(a=n.cause)!=null&&a.message?n.cause.message:n.details})(),o=n.cause instanceof su&&n.cause.docsPath||n.docsPath,s=(c=Mr.getDocsUrl)==null?void 0:c.call(Mr,{...n,docsPath:o}),i=[t||"An error occurred.","",...n.metaMessages?[...n.metaMessages,""]:[],...s?[`Docs: ${s}`]:[],...r?[`Details: ${r}`]:[],...Mr.version?[`Version: ${Mr.version}`]:[]].join(`
|
|
37
|
+
`);super(i,n.cause?{cause:n.cause}:void 0),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"metaMessages",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"version",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"BaseError"}),this.details=r,this.docsPath=o,this.metaMessages=n.metaMessages,this.name=n.name??this.name,this.shortMessage=t,this.version=Nu}walk(t){return Cu(this,t)}};function Cu(e,t){return t!=null&&t(e)?e:e&&typeof e=="object"&&"cause"in e&&e.cause!==void 0?Cu(e.cause,t):t?null:e}class Jm extends q{constructor({docsPath:t}){super(["A constructor was not found on the ABI.","Make sure you are using the correct ABI and that the constructor exists on it."].join(`
|
|
38
|
+
`),{docsPath:t,name:"AbiConstructorNotFoundError"})}}class Iu extends q{constructor({docsPath:t}){super(["Constructor arguments were provided (`args`), but a constructor parameters (`inputs`) were not found on the ABI.","Make sure you are using the correct ABI, and that the `inputs` attribute on the constructor exists."].join(`
|
|
39
|
+
`),{docsPath:t,name:"AbiConstructorParamsNotFoundError"})}}class Mu extends q{constructor({data:t,params:n,size:r}){super([`Data size of ${r} bytes is too small for given parameters.`].join(`
|
|
40
|
+
`),{metaMessages:[`Params: (${Do(n,{includeName:!0})})`,`Data: ${t} (${r} bytes)`],name:"AbiDecodingDataSizeTooSmallError"}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"params",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"size",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.data=t,this.params=n,this.size=r}}class kr extends q{constructor(){super('Cannot decode zero data ("0x") with ABI parameters.',{name:"AbiDecodingZeroDataError"})}}class eg extends q{constructor({expectedLength:t,givenLength:n,type:r}){super([`ABI encoding array length mismatch for type ${r}.`,`Expected length: ${t}`,`Given length: ${n}`].join(`
|
|
41
|
+
`),{name:"AbiEncodingArrayLengthMismatchError"})}}class tg extends q{constructor({expectedSize:t,value:n}){super(`Size of bytes "${n}" (bytes${ve(n)}) does not match expected size (bytes${t}).`,{name:"AbiEncodingBytesSizeMismatchError"})}}class ng extends q{constructor({expectedLength:t,givenLength:n}){super(["ABI encoding params/values length mismatch.",`Expected length (params): ${t}`,`Given length (values): ${n}`].join(`
|
|
42
|
+
`),{name:"AbiEncodingLengthMismatchError"})}}class rg extends q{constructor(t,{docsPath:n}){super([`Arguments (\`args\`) were provided to "${t}", but "${t}" on the ABI does not contain any parameters (\`inputs\`).`,"Cannot encode error result without knowing what the parameter types are.","Make sure you are using the correct ABI and that the inputs exist on it."].join(`
|
|
43
|
+
`),{docsPath:n,name:"AbiErrorInputsNotFoundError"})}}class ku extends q{constructor(t,{docsPath:n}={}){super([`Error ${t?`"${t}" `:""}not found on ABI.`,"Make sure you are using the correct ABI and that the error exists on it."].join(`
|
|
44
|
+
`),{docsPath:n,name:"AbiErrorNotFoundError"})}}class Lu extends q{constructor(t,{docsPath:n}){super([`Encoded error signature "${t}" not found on ABI.`,"Make sure you are using the correct ABI and that the error exists on it.",`You can look up the decoded signature here: https://openchain.xyz/signatures?query=${t}.`].join(`
|
|
45
|
+
`),{docsPath:n,name:"AbiErrorSignatureNotFoundError"}),Object.defineProperty(this,"signature",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.signature=t}}class og extends q{constructor({docsPath:t}){super("Cannot extract event signature from empty topics.",{docsPath:t,name:"AbiEventSignatureEmptyTopicsError"})}}class Bu extends q{constructor(t,{docsPath:n}){super([`Encoded event signature "${t}" not found on ABI.`,"Make sure you are using the correct ABI and that the event exists on it.",`You can look up the signature here: https://openchain.xyz/signatures?query=${t}.`].join(`
|
|
46
|
+
`),{docsPath:n,name:"AbiEventSignatureNotFoundError"})}}class Fu extends q{constructor(t,{docsPath:n}={}){super([`Event ${t?`"${t}" `:""}not found on ABI.`,"Make sure you are using the correct ABI and that the event exists on it."].join(`
|
|
47
|
+
`),{docsPath:n,name:"AbiEventNotFoundError"})}}class Kn extends q{constructor(t,{docsPath:n}={}){super([`Function ${t?`"${t}" `:""}not found on ABI.`,"Make sure you are using the correct ABI and that the function exists on it."].join(`
|
|
48
|
+
`),{docsPath:n,name:"AbiFunctionNotFoundError"})}}class Ru extends q{constructor(t,{docsPath:n}){super([`Function "${t}" does not contain any \`outputs\` on ABI.`,"Cannot decode function result without knowing what the parameter types are.","Make sure you are using the correct ABI and that the function exists on it."].join(`
|
|
49
|
+
`),{docsPath:n,name:"AbiFunctionOutputsNotFoundError"})}}class sg extends q{constructor(t,{docsPath:n}){super([`Encoded function signature "${t}" not found on ABI.`,"Make sure you are using the correct ABI and that the function exists on it.",`You can look up the signature here: https://openchain.xyz/signatures?query=${t}.`].join(`
|
|
50
|
+
`),{docsPath:n,name:"AbiFunctionSignatureNotFoundError"})}}class ig extends q{constructor(t,n){super("Found ambiguous types in overloaded ABI items.",{metaMessages:[`\`${t.type}\` in \`${ht(t.abiItem)}\`, and`,`\`${n.type}\` in \`${ht(n.abiItem)}\``,"","These types encode differently and cannot be distinguished at runtime.","Remove one of the ambiguous items in the ABI."],name:"AbiItemAmbiguityError"})}}let ag=class extends q{constructor({expectedSize:t,givenSize:n}){super(`Expected bytes${t}, got bytes${n}.`,{name:"BytesSizeMismatchError"})}};class Lr extends q{constructor({abiItem:t,data:n,params:r,size:o}){super([`Data size of ${o} bytes is too small for non-indexed event parameters.`].join(`
|
|
51
|
+
`),{metaMessages:[`Params: (${Do(r,{includeName:!0})})`,`Data: ${n} (${o} bytes)`],name:"DecodeLogDataMismatch"}),Object.defineProperty(this,"abiItem",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"params",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"size",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.abiItem=t,this.data=n,this.params=r,this.size=o}}class jo extends q{constructor({abiItem:t,param:n}){super([`Expected a topic for indexed event parameter${n.name?` "${n.name}"`:""} on event "${ht(t,{includeName:!0})}".`].join(`
|
|
52
|
+
`),{name:"DecodeLogTopicsMismatch"}),Object.defineProperty(this,"abiItem",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.abiItem=t}}class cg extends q{constructor(t,{docsPath:n}){super([`Type "${t}" is not a valid encoding type.`,"Please provide a valid ABI type."].join(`
|
|
53
|
+
`),{docsPath:n,name:"InvalidAbiEncodingType"})}}class ug extends q{constructor(t,{docsPath:n}){super([`Type "${t}" is not a valid decoding type.`,"Please provide a valid ABI type."].join(`
|
|
54
|
+
`),{docsPath:n,name:"InvalidAbiDecodingType"})}}let Du=class extends q{constructor(t){super([`Value "${t}" is not a valid array.`].join(`
|
|
55
|
+
`),{name:"InvalidArrayError"})}};class lg extends q{constructor(t){super([`"${t}" is not a valid definition type.`,'Valid types: "function", "event", "error"'].join(`
|
|
56
|
+
`),{name:"InvalidDefinitionTypeError"})}}class fg extends q{constructor(t){super(`Filter type "${t}" is not supported.`,{name:"FilterTypeNotSupportedError"})}}let ju=class extends q{constructor({offset:t,position:n,size:r}){super(`Slice ${n==="start"?"starting":"ending"} at offset "${t}" is out-of-bounds (size: ${r}).`,{name:"SliceOffsetOutOfBoundsError"})}},_u=class extends q{constructor({size:t,targetSize:n,type:r}){super(`${r.charAt(0).toUpperCase()}${r.slice(1).toLowerCase()} size (${t}) exceeds padding size (${n}).`,{name:"SizeExceedsPaddingSizeError"})}};class Uu extends q{constructor({size:t,targetSize:n,type:r}){super(`${r.charAt(0).toUpperCase()}${r.slice(1).toLowerCase()} is expected to be ${n} ${r} long, but is ${t} ${r} long.`,{name:"InvalidBytesLengthError"})}}function Yn(e,{dir:t,size:n=32}={}){return typeof e=="string"?ln(e,{dir:t,size:n}):dg(e,{dir:t,size:n})}function ln(e,{dir:t,size:n=32}={}){if(n===null)return e;const r=e.replace("0x","");if(r.length>n*2)throw new _u({size:Math.ceil(r.length/2),targetSize:n,type:"hex"});return`0x${r[t==="right"?"padEnd":"padStart"](n*2,"0")}`}function dg(e,{dir:t,size:n=32}={}){if(n===null)return e;if(e.length>n)throw new _u({size:e.length,targetSize:n,type:"bytes"});const r=new Uint8Array(n);for(let o=0;o<n;o++){const s=t==="right";r[s?o:n-o-1]=e[s?o:e.length-o-1]}return r}let zu=class extends q{constructor({max:t,min:n,signed:r,size:o,value:s}){super(`Number "${s}" is not in safe ${o?`${o*8}-bit ${r?"signed":"unsigned"} `:""}integer range ${t?`(${n} to ${t})`:`(above ${n})`}`,{name:"IntegerOutOfRangeError"})}};class pg extends q{constructor(t){super(`Bytes value "${t}" is not a valid boolean. The bytes array must contain a single byte of either a 0 or 1 value.`,{name:"InvalidBytesBooleanError"})}}class hg extends q{constructor(t){super(`Hex value "${t}" is not a valid boolean. The hex value must be "0x0" (false) or "0x1" (true).`,{name:"InvalidHexBooleanError"})}}let mg=class extends q{constructor({givenSize:t,maxSize:n}){super(`Size cannot exceed ${n} bytes. Given size: ${t} bytes.`,{name:"SizeOverflowError"})}};function Pn(e,{dir:t="left"}={}){let n=typeof e=="string"?e.replace("0x",""):e,r=0;for(let o=0;o<n.length-1&&n[t==="left"?o:n.length-o-1].toString()==="0";o++)r++;return n=t==="left"?n.slice(r):n.slice(0,n.length-r),typeof e=="string"?(n.length===1&&t==="right"&&(n=`${n}0`),`0x${n.length%2===1?`0${n}`:n}`):n}function gt(e,{size:t}){if(ve(e)>t)throw new mg({givenSize:ve(e),maxSize:t})}function At(e,t={}){const{signed:n}=t;t.size&>(e,{size:t.size});const r=BigInt(e);if(!n)return r;const o=(e.length-2)/2,s=(1n<<BigInt(o)*8n-1n)-1n;return r<=s?r:r-BigInt(`0x${"f".padStart(o*2,"f")}`)-1n}function gg(e,t={}){let n=e;if(t.size&&(gt(n,{size:t.size}),n=Pn(n)),Pn(n)==="0x00")return!1;if(Pn(n)==="0x01")return!0;throw new hg(n)}function zt(e,t={}){return Number(At(e,t))}const bg=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function Ht(e,t={}){return typeof e=="number"||typeof e=="bigint"?J(e,t):typeof e=="string"?Br(e,t):typeof e=="boolean"?Hu(e,t):Ae(e,t)}function Hu(e,t={}){const n=`0x${Number(e)}`;return typeof t.size=="number"?(gt(n,{size:t.size}),Yn(n,{size:t.size})):n}function Ae(e,t={}){let n="";for(let o=0;o<e.length;o++)n+=bg[e[o]];const r=`0x${n}`;return typeof t.size=="number"?(gt(r,{size:t.size}),Yn(r,{dir:"right",size:t.size})):r}function J(e,t={}){const{signed:n,size:r}=t,o=BigInt(e);let s;r?n?s=(1n<<BigInt(r)*8n-1n)-1n:s=2n**(BigInt(r)*8n)-1n:typeof e=="number"&&(s=BigInt(Number.MAX_SAFE_INTEGER));const i=typeof s=="bigint"&&n?-s-1n:0;if(s&&o>s||o<i){const a=typeof e=="bigint"?"n":"";throw new zu({max:s?`${s}${a}`:void 0,min:`${i}${a}`,signed:n,size:r,value:`${e}${a}`})}const c=`0x${(n&&o<0?(1n<<BigInt(r*8))+BigInt(o):o).toString(16)}`;return r?Yn(c,{size:r}):c}const yg=new TextEncoder;function Br(e,t={}){const n=yg.encode(e);return Ae(n,t)}const wg=new TextEncoder;function Xn(e,t={}){return typeof e=="number"||typeof e=="bigint"?xg(e,t):typeof e=="boolean"?vg(e,t):mt(e)?bt(e,t):$n(e,t)}function vg(e,t={}){const n=new Uint8Array(1);return n[0]=Number(e),typeof t.size=="number"?(gt(n,{size:t.size}),Yn(n,{size:t.size})):n}const Wt={zero:48,nine:57,A:65,F:70,a:97,f:102};function Wu(e){if(e>=Wt.zero&&e<=Wt.nine)return e-Wt.zero;if(e>=Wt.A&&e<=Wt.F)return e-(Wt.A-10);if(e>=Wt.a&&e<=Wt.f)return e-(Wt.a-10)}function bt(e,t={}){let n=e;t.size&&(gt(n,{size:t.size}),n=Yn(n,{dir:"right",size:t.size}));let r=n.slice(2);r.length%2&&(r=`0${r}`);const o=r.length/2,s=new Uint8Array(o);for(let i=0,c=0;i<o;i++){const a=Wu(r.charCodeAt(c++)),u=Wu(r.charCodeAt(c++));if(a===void 0||u===void 0)throw new q(`Invalid byte sequence ("${r[c-2]}${r[c-1]}" in "${r}").`);s[i]=a*16+u}return s}function xg(e,t){const n=J(e,t);return bt(n)}function $n(e,t={}){const n=wg.encode(e);return typeof t.size=="number"?(gt(n,{size:t.size}),Yn(n,{dir:"right",size:t.size})):n}const _o=BigInt(2**32-1),Vu=BigInt(32);function Eg(e,t=!1){return t?{h:Number(e&_o),l:Number(e>>Vu&_o)}:{h:Number(e>>Vu&_o)|0,l:Number(e&_o)|0}}function Sg(e,t=!1){const n=e.length;let r=new Uint32Array(n),o=new Uint32Array(n);for(let s=0;s<n;s++){const{h:i,l:c}=Eg(e[s],t);[r[s],o[s]]=[i,c]}return[r,o]}const Pg=(e,t,n)=>e<<n|t>>>32-n,$g=(e,t,n)=>t<<n|e>>>32-n,Ag=(e,t,n)=>t<<n-32|e>>>64-n,Tg=(e,t,n)=>e<<n-32|t>>>64-n,Qn=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */function Uo(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function Fr(e){if(!Number.isSafeInteger(e)||e<0)throw new Error("positive integer expected, got "+e)}function Vt(e,...t){if(!Uo(e))throw new Error("Uint8Array expected");if(t.length>0&&!t.includes(e.length))throw new Error("Uint8Array expected of length "+t+", got length="+e.length)}function Gu(e){if(typeof e!="function"||typeof e.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");Fr(e.outputLen),Fr(e.blockLen)}function Jn(e,t=!0){if(e.destroyed)throw new Error("Hash instance has been destroyed");if(t&&e.finished)throw new Error("Hash#digest() has already been called")}function qu(e,t){Vt(e);const n=t.outputLen;if(e.length<n)throw new Error("digestInto() expects output buffer of length at least "+n)}function Og(e){return new Uint32Array(e.buffer,e.byteOffset,Math.floor(e.byteLength/4))}function er(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function ui(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function Tt(e,t){return e<<32-t|e>>>t}const Ng=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function Cg(e){return e<<24&4278190080|e<<8&16711680|e>>>8&65280|e>>>24&255}function Ig(e){for(let t=0;t<e.length;t++)e[t]=Cg(e[t]);return e}const Zu=Ng?e=>e:Ig,Ku=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",Mg=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function tr(e){if(Vt(e),Ku)return e.toHex();let t="";for(let n=0;n<e.length;n++)t+=Mg[e[n]];return t}const Gt={_0:48,_9:57,A:65,F:70,a:97,f:102};function Yu(e){if(e>=Gt._0&&e<=Gt._9)return e-Gt._0;if(e>=Gt.A&&e<=Gt.F)return e-(Gt.A-10);if(e>=Gt.a&&e<=Gt.f)return e-(Gt.a-10)}function zo(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);if(Ku)return Uint8Array.fromHex(e);const t=e.length,n=t/2;if(t%2)throw new Error("hex string expected, got unpadded hex of length "+t);const r=new Uint8Array(n);for(let o=0,s=0;o<n;o++,s+=2){const i=Yu(e.charCodeAt(s)),c=Yu(e.charCodeAt(s+1));if(i===void 0||c===void 0){const a=e[s]+e[s+1];throw new Error('hex string expected, got non-hex character "'+a+'" at index '+s)}r[o]=i*16+c}return r}function kg(e){if(typeof e!="string")throw new Error("string expected");return new Uint8Array(new TextEncoder().encode(e))}function Ho(e){return typeof e=="string"&&(e=kg(e)),Vt(e),e}function fn(...e){let t=0;for(let r=0;r<e.length;r++){const o=e[r];Vt(o),t+=o.length}const n=new Uint8Array(t);for(let r=0,o=0;r<e.length;r++){const s=e[r];n.set(s,o),o+=s.length}return n}class li{}function Xu(e){const t=r=>e().update(Ho(r)).digest(),n=e();return t.outputLen=n.outputLen,t.blockLen=n.blockLen,t.create=()=>e(),t}function Qu(e=32){if(Qn&&typeof Qn.getRandomValues=="function")return Qn.getRandomValues(new Uint8Array(e));if(Qn&&typeof Qn.randomBytes=="function")return Uint8Array.from(Qn.randomBytes(e));throw new Error("crypto.getRandomValues must be defined")}const Lg=BigInt(0),Rr=BigInt(1),Bg=BigInt(2),Fg=BigInt(7),Rg=BigInt(256),Dg=BigInt(113),Ju=[],el=[],tl=[];for(let e=0,t=Rr,n=1,r=0;e<24;e++){[n,r]=[r,(2*n+3*r)%5],Ju.push(2*(5*r+n)),el.push((e+1)*(e+2)/2%64);let o=Lg;for(let s=0;s<7;s++)t=(t<<Rr^(t>>Fg)*Dg)%Rg,t&Bg&&(o^=Rr<<(Rr<<BigInt(s))-Rr);tl.push(o)}const nl=Sg(tl,!0),jg=nl[0],_g=nl[1],rl=(e,t,n)=>n>32?Ag(e,t,n):Pg(e,t,n),ol=(e,t,n)=>n>32?Tg(e,t,n):$g(e,t,n);function Ug(e,t=24){const n=new Uint32Array(10);for(let r=24-t;r<24;r++){for(let i=0;i<10;i++)n[i]=e[i]^e[i+10]^e[i+20]^e[i+30]^e[i+40];for(let i=0;i<10;i+=2){const c=(i+8)%10,a=(i+2)%10,u=n[a],l=n[a+1],f=rl(u,l,1)^n[c],p=ol(u,l,1)^n[c+1];for(let d=0;d<50;d+=10)e[i+d]^=f,e[i+d+1]^=p}let o=e[2],s=e[3];for(let i=0;i<24;i++){const c=el[i],a=rl(o,s,c),u=ol(o,s,c),l=Ju[i];o=e[l],s=e[l+1],e[l]=a,e[l+1]=u}for(let i=0;i<50;i+=10){for(let c=0;c<10;c++)n[c]=e[i+c];for(let c=0;c<10;c++)e[i+c]^=~n[(c+2)%10]&n[(c+4)%10]}e[0]^=jg[r],e[1]^=_g[r]}er(n)}class fi extends li{constructor(t,n,r,o=!1,s=24){if(super(),this.pos=0,this.posOut=0,this.finished=!1,this.destroyed=!1,this.enableXOF=!1,this.blockLen=t,this.suffix=n,this.outputLen=r,this.enableXOF=o,this.rounds=s,Fr(r),!(0<t&&t<200))throw new Error("only keccak-f1600 function is supported");this.state=new Uint8Array(200),this.state32=Og(this.state)}clone(){return this._cloneInto()}keccak(){Zu(this.state32),Ug(this.state32,this.rounds),Zu(this.state32),this.posOut=0,this.pos=0}update(t){Jn(this),t=Ho(t),Vt(t);const{blockLen:n,state:r}=this,o=t.length;for(let s=0;s<o;){const i=Math.min(n-this.pos,o-s);for(let c=0;c<i;c++)r[this.pos++]^=t[s++];this.pos===n&&this.keccak()}return this}finish(){if(this.finished)return;this.finished=!0;const{state:t,suffix:n,pos:r,blockLen:o}=this;t[r]^=n,n&128&&r===o-1&&this.keccak(),t[o-1]^=128,this.keccak()}writeInto(t){Jn(this,!1),Vt(t),this.finish();const n=this.state,{blockLen:r}=this;for(let o=0,s=t.length;o<s;){this.posOut>=r&&this.keccak();const i=Math.min(r-this.posOut,s-o);t.set(n.subarray(this.posOut,this.posOut+i),o),this.posOut+=i,o+=i}return t}xofInto(t){if(!this.enableXOF)throw new Error("XOF is not possible for this instance");return this.writeInto(t)}xof(t){return Fr(t),this.xofInto(new Uint8Array(t))}digestInto(t){if(qu(t,this),this.finished)throw new Error("digest() was already called");return this.writeInto(t),this.destroy(),t}digest(){return this.digestInto(new Uint8Array(this.outputLen))}destroy(){this.destroyed=!0,er(this.state)}_cloneInto(t){const{blockLen:n,suffix:r,outputLen:o,rounds:s,enableXOF:i}=this;return t||(t=new fi(n,r,o,i,s)),t.state32.set(this.state32),t.pos=this.pos,t.posOut=this.posOut,t.finished=this.finished,t.rounds=s,t.suffix=r,t.outputLen=o,t.enableXOF=i,t.destroyed=this.destroyed,t}}const zg=(e,t,n)=>Xu(()=>new fi(t,e,n)),sl=zg(1,136,256/8);function Ie(e,t){const n=t||"hex",r=sl(mt(e,{strict:!1})?Xn(e):e);return n==="bytes"?r:Ht(r)}const Hg=e=>Ie(Xn(e));function Wg(e){return Hg(e)}function Vg(e){let t=!0,n="",r=0,o="",s=!1;for(let i=0;i<e.length;i++){const c=e[i];if(["(",")",","].includes(c)&&(t=!0),c==="("&&r++,c===")"&&r--,!!t){if(r===0){if(c===" "&&["event","function",""].includes(o))o="";else if(o+=c,c===")"){s=!0;break}continue}if(c===" "){e[i-1]!==","&&n!==","&&n!==",("&&(n="",t=!1);continue}o+=c,n+=c}}if(!s)throw new q("Unable to normalize signature.");return o}const Gg=e=>{const t=typeof e=="string"?e:Ro(e);return Vg(t)};function il(e){return Wg(Gg(e))}const Wo=il;let dn=class extends q{constructor({address:t}){super(`Address "${t}" is invalid.`,{metaMessages:["- Address must be a hex value of 20 bytes (40 hex characters).","- Address must match its checksum counterpart."],name:"InvalidAddressError"})}},di=class extends Map{constructor(t){super(),Object.defineProperty(this,"maxSize",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.maxSize=t}get(t){const n=super.get(t);return super.has(t)&&n!==void 0&&(this.delete(t),super.set(t,n)),n}set(t,n){if(super.set(t,n),this.maxSize&&this.size>this.maxSize){const r=this.keys().next().value;r&&this.delete(r)}return this}};const pi=new di(8192);function Vo(e,t){if(pi.has(`${e}.${t}`))return pi.get(`${e}.${t}`);const n=e.substring(2).toLowerCase(),r=Ie($n(n),"bytes"),o=n.split("");for(let i=0;i<40;i+=2)r[i>>1]>>4>=8&&o[i]&&(o[i]=o[i].toUpperCase()),(r[i>>1]&15)>=8&&o[i+1]&&(o[i+1]=o[i+1].toUpperCase());const s=`0x${o.join("")}`;return pi.set(`${e}.${t}`,s),s}function An(e,t){if(!Je(e,{strict:!1}))throw new dn({address:e});return Vo(e,t)}const qg=/^0x[a-fA-F0-9]{40}$/,hi=new di(8192);function Je(e,t){const{strict:n=!0}=t??{},r=`${e}.${n}`;if(hi.has(r))return hi.get(r);const o=qg.test(e)?e.toLowerCase()===e?!0:n?Vo(e)===e:!0:!1;return hi.set(r,o),o}function yt(e){return typeof e[0]=="string"?nr(e):Zg(e)}function Zg(e){let t=0;for(const o of e)t+=o.length;const n=new Uint8Array(t);let r=0;for(const o of e)n.set(o,r),r+=o.length;return n}function nr(e){return`0x${e.reduce((t,n)=>t+n.replace("0x",""),"")}`}function rr(e,t,n,{strict:r}={}){return mt(e,{strict:!1})?ll(e,t,n,{strict:r}):ul(e,t,n,{strict:r})}function al(e,t){if(typeof t=="number"&&t>0&&t>ve(e)-1)throw new ju({offset:t,position:"start",size:ve(e)})}function cl(e,t,n){if(typeof t=="number"&&typeof n=="number"&&ve(e)!==n-t)throw new ju({offset:n,position:"end",size:ve(e)})}function ul(e,t,n,{strict:r}={}){al(e,t);const o=e.slice(t,n);return r&&cl(o,t,n),o}function ll(e,t,n,{strict:r}={}){al(e,t);const o=`0x${e.replace("0x","").slice((t??0)*2,(n??e.length)*2)}`;return r&&cl(o,t,n),o}const Kg=/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/,fl=/^(u?int)(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/;function qt(e,t){if(e.length!==t.length)throw new ng({expectedLength:e.length,givenLength:t.length});const n=Yg({params:e,values:t}),r=gi(n);return r.length===0?"0x":r}function Yg({params:e,values:t}){const n=[];for(let r=0;r<e.length;r++)n.push(mi({param:e[r],value:t[r]}));return n}function mi({param:e,value:t}){const n=bi(e.type);if(n){const[r,o]=n;return Qg(t,{length:r,param:{...e,type:o}})}if(e.type==="tuple")return rb(t,{param:e});if(e.type==="address")return Xg(t);if(e.type==="bool")return eb(t);if(e.type.startsWith("uint")||e.type.startsWith("int")){const r=e.type.startsWith("int"),[,,o="256"]=fl.exec(e.type)??[];return tb(t,{signed:r,size:Number(o)})}if(e.type.startsWith("bytes"))return Jg(t,{param:e});if(e.type==="string")return nb(t);throw new cg(e.type,{docsPath:"/docs/contract/encodeAbiParameters"})}function gi(e){let t=0;for(let s=0;s<e.length;s++){const{dynamic:i,encoded:c}=e[s];i?t+=32:t+=ve(c)}const n=[],r=[];let o=0;for(let s=0;s<e.length;s++){const{dynamic:i,encoded:c}=e[s];i?(n.push(J(t+o,{size:32})),r.push(c),o+=ve(c)):n.push(c)}return yt([...n,...r])}function Xg(e){if(!Je(e))throw new dn({address:e});return{dynamic:!1,encoded:ln(e.toLowerCase())}}function Qg(e,{length:t,param:n}){const r=t===null;if(!Array.isArray(e))throw new Du(e);if(!r&&e.length!==t)throw new eg({expectedLength:t,givenLength:e.length,type:`${n.type}[${t}]`});let o=!1;const s=[];for(let i=0;i<e.length;i++){const c=mi({param:n,value:e[i]});c.dynamic&&(o=!0),s.push(c)}if(r||o){const i=gi(s);if(r){const c=J(s.length,{size:32});return{dynamic:!0,encoded:s.length>0?yt([c,i]):c}}if(o)return{dynamic:!0,encoded:i}}return{dynamic:!1,encoded:yt(s.map(({encoded:i})=>i))}}function Jg(e,{param:t}){const[,n]=t.type.split("bytes"),r=ve(e);if(!n){let o=e;return r%32!==0&&(o=ln(o,{dir:"right",size:Math.ceil((e.length-2)/2/32)*32})),{dynamic:!0,encoded:yt([ln(J(r,{size:32})),o])}}if(r!==Number.parseInt(n))throw new tg({expectedSize:Number.parseInt(n),value:e});return{dynamic:!1,encoded:ln(e,{dir:"right"})}}function eb(e){if(typeof e!="boolean")throw new q(`Invalid boolean value: "${e}" (type: ${typeof e}). Expected: \`true\` or \`false\`.`);return{dynamic:!1,encoded:ln(Hu(e))}}function tb(e,{signed:t,size:n=256}){if(typeof n=="number"){const r=2n**(BigInt(n)-(t?1n:0n))-1n,o=t?-r-1n:0n;if(e>r||e<o)throw new zu({max:r.toString(),min:o.toString(),signed:t,size:n/8,value:e.toString()})}return{dynamic:!1,encoded:J(e,{size:32,signed:t})}}function nb(e){const t=Br(e),n=Math.ceil(ve(t)/32),r=[];for(let o=0;o<n;o++)r.push(ln(rr(t,o*32,(o+1)*32),{dir:"right"}));return{dynamic:!0,encoded:yt([ln(J(ve(t),{size:32})),...r])}}function rb(e,{param:t}){let n=!1;const r=[];for(let o=0;o<t.components.length;o++){const s=t.components[o],i=Array.isArray(e)?o:s.name,c=mi({param:s,value:e[i]});r.push(c),c.dynamic&&(n=!0)}return{dynamic:n,encoded:n?gi(r):yt(r.map(({encoded:o})=>o))}}function bi(e){const t=e.match(/^(.*)\[(\d+)?\]$/);return t?[t[2]?Number(t[2]):null,t[1]]:void 0}const Dr=e=>rr(il(e),0,4);function Tn(e){const{abi:t,args:n=[],name:r}=e,o=mt(r,{strict:!1}),s=t.filter(c=>o?c.type==="function"?Dr(c)===r:c.type==="event"?Wo(c)===r:!1:"name"in c&&c.name===r);if(s.length===0)return;if(s.length===1)return s[0];let i;for(const c of s){if(!("inputs"in c))continue;if(!n||n.length===0){if(!c.inputs||c.inputs.length===0)return c;continue}if(!c.inputs||c.inputs.length===0||c.inputs.length!==n.length)continue;if(n.every((u,l)=>{const f="inputs"in c&&c.inputs[l];return f?yi(u,f):!1})){if(i&&"inputs"in i&&i.inputs){const u=dl(c.inputs,i.inputs,n);if(u)throw new ig({abiItem:c,type:u[0]},{abiItem:i,type:u[1]})}i=c}}return i||s[0]}function yi(e,t){const n=typeof e,r=t.type;switch(r){case"address":return Je(e,{strict:!1});case"bool":return n==="boolean";case"function":return n==="string";case"string":return n==="string";default:return r==="tuple"&&"components"in t?Object.values(t.components).every((o,s)=>yi(Object.values(e)[s],o)):/^u?int(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/.test(r)?n==="number"||n==="bigint":/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/.test(r)?n==="string"||e instanceof Uint8Array:/[a-z]+[1-9]{0,3}(\[[0-9]{0,}\])+$/.test(r)?Array.isArray(e)&&e.every(o=>yi(o,{...t,type:r.replace(/(\[[0-9]{0,}\])$/,"")})):!1}}function dl(e,t,n){for(const r in e){const o=e[r],s=t[r];if(o.type==="tuple"&&s.type==="tuple"&&"components"in o&&"components"in s)return dl(o.components,s.components,n[r]);const i=[o.type,s.type];if(i.includes("address")&&i.includes("bytes20")?!0:i.includes("address")&&i.includes("string")?Je(n[r],{strict:!1}):i.includes("address")&&i.includes("bytes")?Je(n[r],{strict:!1}):!1)return i}}const pl="/docs/contract/encodeEventTopics";function jr(e){var a;const{abi:t,eventName:n,args:r}=e;let o=t[0];if(n){const u=Tn({abi:t,name:n});if(!u)throw new Fu(n,{docsPath:pl});o=u}if(o.type!=="event")throw new Fu(void 0,{docsPath:pl});const s=ht(o),i=Wo(s);let c=[];if(r&&"inputs"in o){const u=(a=o.inputs)==null?void 0:a.filter(f=>"indexed"in f&&f.indexed),l=Array.isArray(r)?r:Object.values(r).length>0?(u==null?void 0:u.map(f=>r[f.name]))??[]:[];l.length>0&&(c=(u==null?void 0:u.map((f,p)=>Array.isArray(l[p])?l[p].map((d,h)=>hl({param:f,value:l[p][h]})):typeof l[p]<"u"&&l[p]!==null?hl({param:f,value:l[p]}):null))??[])}return[i,...c]}function hl({param:e,value:t}){if(e.type==="string"||e.type==="bytes")return Ie(Xn(t));if(e.type==="tuple"||e.type.match(/^(.*)\[(\d+)?\]$/))throw new fg(e.type);return qt([e],[t])}function Go(e,{method:t}){var r,o;const n={};return e.transport.type==="fallback"&&((o=(r=e.transport).onResponse)==null||o.call(r,({method:s,response:i,status:c,transport:a})=>{c==="success"&&t===s&&(n[i]=a.request)})),s=>n[s]||e.request}async function ml(e,t){const{address:n,abi:r,args:o,eventName:s,fromBlock:i,strict:c,toBlock:a}=t,u=Go(e,{method:"eth_newFilter"}),l=s?jr({abi:r,args:o,eventName:s}):void 0,f=await e.request({method:"eth_newFilter",params:[{address:n,fromBlock:typeof i=="bigint"?J(i):i,toBlock:typeof a=="bigint"?J(a):a,topics:l}]});return{abi:r,args:o,eventName:s,id:f,request:u(f),strict:!!c,type:"event"}}function wt(e){return typeof e=="string"?{address:e,type:"json-rpc"}:e}const gl="/docs/contract/encodeFunctionData";function ob(e){const{abi:t,args:n,functionName:r}=e;let o=t[0];if(r){const s=Tn({abi:t,args:n,name:r});if(!s)throw new Kn(r,{docsPath:gl});o=s}if(o.type!=="function")throw new Kn(void 0,{docsPath:gl});return{abi:[o],functionName:Dr(ht(o))}}function Ot(e){const{args:t}=e,{abi:n,functionName:r}=(()=>{var c;return e.abi.length===1&&((c=e.functionName)!=null&&c.startsWith("0x"))?e:ob(e)})(),o=n[0],s=r,i="inputs"in o&&o.inputs?qt(o.inputs,t??[]):void 0;return nr([s,i??"0x"])}const bl={1:"An `assert` condition failed.",17:"Arithmetic operation resulted in underflow or overflow.",18:"Division or modulo by zero (e.g. `5 / 0` or `23 % 0`).",33:"Attempted to convert to an invalid type.",34:"Attempted to access a storage byte array that is incorrectly encoded.",49:"Performed `.pop()` on an empty array",50:"Array index is out of bounds.",65:"Allocated too much memory or created an array which is too large.",81:"Attempted to call a zero-initialized variable of internal function type."},yl={inputs:[{name:"message",type:"string"}],name:"Error",type:"error"},sb={inputs:[{name:"reason",type:"uint256"}],name:"Panic",type:"error"};class wl extends q{constructor({offset:t}){super(`Offset \`${t}\` cannot be negative.`,{name:"NegativeOffsetError"})}}class vl extends q{constructor({length:t,position:n}){super(`Position \`${n}\` is out of bounds (\`0 < position < ${t}\`).`,{name:"PositionOutOfBoundsError"})}}class ib extends q{constructor({count:t,limit:n}){super(`Recursive read limit of \`${n}\` exceeded (recursive read count: \`${t}\`).`,{name:"RecursiveReadLimitExceededError"})}}const ab={bytes:new Uint8Array,dataView:new DataView(new ArrayBuffer(0)),position:0,positionReadCount:new Map,recursiveReadCount:0,recursiveReadLimit:Number.POSITIVE_INFINITY,assertReadLimit(){if(this.recursiveReadCount>=this.recursiveReadLimit)throw new ib({count:this.recursiveReadCount+1,limit:this.recursiveReadLimit})},assertPosition(e){if(e<0||e>this.bytes.length-1)throw new vl({length:this.bytes.length,position:e})},decrementPosition(e){if(e<0)throw new wl({offset:e});const t=this.position-e;this.assertPosition(t),this.position=t},getReadCount(e){return this.positionReadCount.get(e||this.position)||0},incrementPosition(e){if(e<0)throw new wl({offset:e});const t=this.position+e;this.assertPosition(t),this.position=t},inspectByte(e){const t=e??this.position;return this.assertPosition(t),this.bytes[t]},inspectBytes(e,t){const n=t??this.position;return this.assertPosition(n+e-1),this.bytes.subarray(n,n+e)},inspectUint8(e){const t=e??this.position;return this.assertPosition(t),this.bytes[t]},inspectUint16(e){const t=e??this.position;return this.assertPosition(t+1),this.dataView.getUint16(t)},inspectUint24(e){const t=e??this.position;return this.assertPosition(t+2),(this.dataView.getUint16(t)<<8)+this.dataView.getUint8(t+2)},inspectUint32(e){const t=e??this.position;return this.assertPosition(t+3),this.dataView.getUint32(t)},pushByte(e){this.assertPosition(this.position),this.bytes[this.position]=e,this.position++},pushBytes(e){this.assertPosition(this.position+e.length-1),this.bytes.set(e,this.position),this.position+=e.length},pushUint8(e){this.assertPosition(this.position),this.bytes[this.position]=e,this.position++},pushUint16(e){this.assertPosition(this.position+1),this.dataView.setUint16(this.position,e),this.position+=2},pushUint24(e){this.assertPosition(this.position+2),this.dataView.setUint16(this.position,e>>8),this.dataView.setUint8(this.position+2,e&255),this.position+=3},pushUint32(e){this.assertPosition(this.position+3),this.dataView.setUint32(this.position,e),this.position+=4},readByte(){this.assertReadLimit(),this._touch();const e=this.inspectByte();return this.position++,e},readBytes(e,t){this.assertReadLimit(),this._touch();const n=this.inspectBytes(e);return this.position+=t??e,n},readUint8(){this.assertReadLimit(),this._touch();const e=this.inspectUint8();return this.position+=1,e},readUint16(){this.assertReadLimit(),this._touch();const e=this.inspectUint16();return this.position+=2,e},readUint24(){this.assertReadLimit(),this._touch();const e=this.inspectUint24();return this.position+=3,e},readUint32(){this.assertReadLimit(),this._touch();const e=this.inspectUint32();return this.position+=4,e},get remaining(){return this.bytes.length-this.position},setPosition(e){const t=this.position;return this.assertPosition(e),this.position=e,()=>this.position=t},_touch(){if(this.recursiveReadLimit===Number.POSITIVE_INFINITY)return;const e=this.getReadCount();this.positionReadCount.set(this.position,e+1),e>0&&this.recursiveReadCount++}};function wi(e,{recursiveReadLimit:t=8192}={}){const n=Object.create(ab);return n.bytes=e,n.dataView=new DataView(e.buffer,e.byteOffset,e.byteLength),n.positionReadCount=new Map,n.recursiveReadLimit=t,n}function cb(e,t={}){typeof t.size<"u"&>(e,{size:t.size});const n=Ae(e,t);return At(n,t)}function ub(e,t={}){let n=e;if(typeof t.size<"u"&&(gt(n,{size:t.size}),n=Pn(n)),n.length>1||n[0]>1)throw new pg(n);return!!n[0]}function Zt(e,t={}){typeof t.size<"u"&>(e,{size:t.size});const n=Ae(e,t);return zt(n,t)}function lb(e,t={}){let n=e;return typeof t.size<"u"&&(gt(n,{size:t.size}),n=Pn(n,{dir:"right"})),new TextDecoder().decode(n)}function _r(e,t){const n=typeof t=="string"?bt(t):t,r=wi(n);if(ve(n)===0&&e.length>0)throw new kr;if(ve(t)&&ve(t)<32)throw new Mu({data:typeof t=="string"?t:Ae(t),params:e,size:ve(t)});let o=0;const s=[];for(let i=0;i<e.length;++i){const c=e[i];r.setPosition(o);const[a,u]=or(r,c,{staticPosition:0});o+=u,s.push(a)}return s}function or(e,t,{staticPosition:n}){const r=bi(t.type);if(r){const[o,s]=r;return db(e,{...t,type:s},{length:o,staticPosition:n})}if(t.type==="tuple")return gb(e,t,{staticPosition:n});if(t.type==="address")return fb(e);if(t.type==="bool")return pb(e);if(t.type.startsWith("bytes"))return hb(e,t,{staticPosition:n});if(t.type.startsWith("uint")||t.type.startsWith("int"))return mb(e,t);if(t.type==="string")return bb(e,{staticPosition:n});throw new ug(t.type,{docsPath:"/docs/contract/decodeAbiParameters"})}const xl=32,vi=32;function fb(e){const t=e.readBytes(32);return[Vo(Ae(ul(t,-20))),32]}function db(e,t,{length:n,staticPosition:r}){if(!n){const i=Zt(e.readBytes(vi)),c=r+i,a=c+xl;e.setPosition(c);const u=Zt(e.readBytes(xl)),l=Ur(t);let f=0;const p=[];for(let d=0;d<u;++d){e.setPosition(a+(l?d*32:f));const[h,m]=or(e,t,{staticPosition:a});f+=m,p.push(h)}return e.setPosition(r+32),[p,32]}if(Ur(t)){const i=Zt(e.readBytes(vi)),c=r+i,a=[];for(let u=0;u<n;++u){e.setPosition(c+u*32);const[l]=or(e,t,{staticPosition:c});a.push(l)}return e.setPosition(r+32),[a,32]}let o=0;const s=[];for(let i=0;i<n;++i){const[c,a]=or(e,t,{staticPosition:r+o});o+=a,s.push(c)}return[s,o]}function pb(e){return[ub(e.readBytes(32),{size:32}),32]}function hb(e,t,{staticPosition:n}){const[r,o]=t.type.split("bytes");if(!o){const i=Zt(e.readBytes(32));e.setPosition(n+i);const c=Zt(e.readBytes(32));if(c===0)return e.setPosition(n+32),["0x",32];const a=e.readBytes(c);return e.setPosition(n+32),[Ae(a),32]}return[Ae(e.readBytes(Number.parseInt(o),32)),32]}function mb(e,t){const n=t.type.startsWith("int"),r=Number.parseInt(t.type.split("int")[1]||"256"),o=e.readBytes(32);return[r>48?cb(o,{signed:n}):Zt(o,{signed:n}),32]}function gb(e,t,{staticPosition:n}){const r=t.components.length===0||t.components.some(({name:i})=>!i),o=r?[]:{};let s=0;if(Ur(t)){const i=Zt(e.readBytes(vi)),c=n+i;for(let a=0;a<t.components.length;++a){const u=t.components[a];e.setPosition(c+s);const[l,f]=or(e,u,{staticPosition:c});s+=f,o[r?a:u==null?void 0:u.name]=l}return e.setPosition(n+32),[o,32]}for(let i=0;i<t.components.length;++i){const c=t.components[i],[a,u]=or(e,c,{staticPosition:n});o[r?i:c==null?void 0:c.name]=a,s+=u}return[o,s]}function bb(e,{staticPosition:t}){const n=Zt(e.readBytes(32)),r=t+n;e.setPosition(r);const o=Zt(e.readBytes(32));if(o===0)return e.setPosition(t+32),["",32];const s=e.readBytes(o,32),i=lb(Pn(s));return e.setPosition(t+32),[i,32]}function Ur(e){var r;const{type:t}=e;if(t==="string"||t==="bytes"||t.endsWith("[]"))return!0;if(t==="tuple")return(r=e.components)==null?void 0:r.some(Ur);const n=bi(e.type);return!!(n&&Ur({...e,type:n[1]}))}function El(e){const{abi:t,data:n}=e,r=rr(n,0,4);if(r==="0x")throw new kr;const s=[...t||[],yl,sb].find(i=>i.type==="error"&&r===Dr(ht(i)));if(!s)throw new Lu(r,{docsPath:"/docs/contract/decodeErrorResult"});return{abiItem:s,args:"inputs"in s&&s.inputs&&s.inputs.length>0?_r(s.inputs,rr(n,4)):void 0,errorName:s.name}}const Te=(e,t,n)=>JSON.stringify(e,(r,o)=>typeof o=="bigint"?o.toString():o,n);function Sl({abiItem:e,args:t,includeFunctionName:n=!0,includeName:r=!1}){if("name"in e&&"inputs"in e&&e.inputs)return`${n?e.name:""}(${e.inputs.map((o,s)=>`${r&&o.name?`${o.name}: `:""}${typeof t[s]=="object"?Te(t[s]):t[s]}`).join(", ")})`}const yb={gwei:9,wei:18},wb={ether:-9,wei:9};function xi(e,t){let n=e.toString();const r=n.startsWith("-");r&&(n=n.slice(1)),n=n.padStart(t,"0");let[o,s]=[n.slice(0,n.length-t),n.slice(n.length-t)];return s=s.replace(/(0+)$/,""),`${r?"-":""}${o||"0"}${s?`.${s}`:""}`}function Pl(e,t="wei"){return xi(e,yb[t])}function vt(e,t="wei"){return xi(e,wb[t])}class vb extends q{constructor({address:t}){super(`State for account "${t}" is set multiple times.`,{name:"AccountStateConflictError"})}}class xb extends q{constructor(){super("state and stateDiff are set on the same account.",{name:"StateAssignmentConflictError"})}}function $l(e){return e.reduce((t,{slot:n,value:r})=>`${t} ${n}: ${r}
|
|
57
|
+
`,"")}function Eb(e){return e.reduce((t,{address:n,...r})=>{let o=`${t} ${n}:
|
|
58
|
+
`;return r.nonce&&(o+=` nonce: ${r.nonce}
|
|
59
|
+
`),r.balance&&(o+=` balance: ${r.balance}
|
|
60
|
+
`),r.code&&(o+=` code: ${r.code}
|
|
61
|
+
`),r.state&&(o+=` state:
|
|
62
|
+
`,o+=$l(r.state)),r.stateDiff&&(o+=` stateDiff:
|
|
63
|
+
`,o+=$l(r.stateDiff)),o},` State Override:
|
|
64
|
+
`).slice(0,-1)}function qo(e){const t=Object.entries(e).map(([r,o])=>o===void 0||o===!1?null:[r,o]).filter(Boolean),n=t.reduce((r,[o])=>Math.max(r,o.length),0);return t.map(([r,o])=>` ${`${r}:`.padEnd(n+1)} ${o}`).join(`
|
|
65
|
+
`)}class Sb extends q{constructor(){super(["Cannot specify both a `gasPrice` and a `maxFeePerGas`/`maxPriorityFeePerGas`.","Use `maxFeePerGas`/`maxPriorityFeePerGas` for EIP-1559 compatible networks, and `gasPrice` for others."].join(`
|
|
66
|
+
`),{name:"FeeConflictError"})}}class Pb extends q{constructor({transaction:t}){super("Cannot infer a transaction type from provided transaction.",{metaMessages:["Provided Transaction:","{",qo(t),"}","","To infer the type, either provide:","- a `type` to the Transaction, or","- an EIP-1559 Transaction with `maxFeePerGas`, or","- an EIP-2930 Transaction with `gasPrice` & `accessList`, or","- an EIP-4844 Transaction with `blobs`, `blobVersionedHashes`, `sidecars`, or","- an EIP-7702 Transaction with `authorizationList`, or","- a Legacy Transaction with `gasPrice`"],name:"InvalidSerializableTransactionError"})}}class Al extends q{constructor({blockHash:t,blockNumber:n,blockTag:r,hash:o,index:s}){let i="Transaction";r&&s!==void 0&&(i=`Transaction at block time "${r}" at index "${s}"`),t&&s!==void 0&&(i=`Transaction at block hash "${t}" at index "${s}"`),n&&s!==void 0&&(i=`Transaction at block number "${n}" at index "${s}"`),o&&(i=`Transaction with hash "${o}"`),super(`${i} could not be found.`,{name:"TransactionNotFoundError"})}}class Tl extends q{constructor({hash:t}){super(`Transaction receipt with hash "${t}" could not be found. The Transaction may not be processed on a block yet.`,{name:"TransactionReceiptNotFoundError"})}}class $b extends q{constructor({hash:t}){super(`Timed out while waiting for transaction with hash "${t}" to be confirmed.`,{name:"WaitForTransactionReceiptTimeoutError"})}}const Ab=e=>e,zr=e=>e;class Ol extends q{constructor(t,{account:n,docsPath:r,chain:o,data:s,gas:i,gasPrice:c,maxFeePerGas:a,maxPriorityFeePerGas:u,nonce:l,to:f,value:p,stateOverride:d}){var x;const h=n?wt(n):void 0;let m=qo({from:h==null?void 0:h.address,to:f,value:typeof p<"u"&&`${Pl(p)} ${((x=o==null?void 0:o.nativeCurrency)==null?void 0:x.symbol)||"ETH"}`,data:s,gas:i,gasPrice:typeof c<"u"&&`${vt(c)} gwei`,maxFeePerGas:typeof a<"u"&&`${vt(a)} gwei`,maxPriorityFeePerGas:typeof u<"u"&&`${vt(u)} gwei`,nonce:l});d&&(m+=`
|
|
67
|
+
${Eb(d)}`),super(t.shortMessage,{cause:t,docsPath:r,metaMessages:[...t.metaMessages?[...t.metaMessages," "]:[],"Raw Call Arguments:",m].filter(Boolean),name:"CallExecutionError"}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.cause=t}}class Tb extends q{constructor(t,{abi:n,args:r,contractAddress:o,docsPath:s,functionName:i,sender:c}){const a=Tn({abi:n,args:r,name:i}),u=a?Sl({abiItem:a,args:r,includeFunctionName:!1,includeName:!1}):void 0,l=a?ht(a,{includeName:!0}):void 0,f=qo({address:o&&Ab(o),function:l,args:u&&u!=="()"&&`${[...Array((i==null?void 0:i.length)??0).keys()].map(()=>" ").join("")}${u}`,sender:c});super(t.shortMessage||`An unknown error occurred while executing the contract function "${i}".`,{cause:t,docsPath:s,metaMessages:[...t.metaMessages?[...t.metaMessages," "]:[],f&&"Contract Call:",f].filter(Boolean),name:"ContractFunctionExecutionError"}),Object.defineProperty(this,"abi",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"args",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"contractAddress",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"formattedArgs",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"functionName",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"sender",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.abi=n,this.args=r,this.cause=t,this.contractAddress=o,this.functionName=i,this.sender=c}}class Ei extends q{constructor({abi:t,data:n,functionName:r,message:o}){let s,i,c,a;if(n&&n!=="0x")try{i=El({abi:t,data:n});const{abiItem:l,errorName:f,args:p}=i;if(f==="Error")a=p[0];else if(f==="Panic"){const[d]=p;a=bl[d]}else{const d=l?ht(l,{includeName:!0}):void 0,h=l&&p?Sl({abiItem:l,args:p,includeFunctionName:!1,includeName:!1}):void 0;c=[d?`Error: ${d}`:"",h&&h!=="()"?` ${[...Array((f==null?void 0:f.length)??0).keys()].map(()=>" ").join("")}${h}`:""]}}catch(l){s=l}else o&&(a=o);let u;s instanceof Lu&&(u=s.signature,c=[`Unable to decode signature "${u}" as it was not found on the provided ABI.`,"Make sure you are using the correct ABI and that the error exists on it.",`You can look up the decoded signature here: https://openchain.xyz/signatures?query=${u}.`]),super(a&&a!=="execution reverted"||u?[`The contract function "${r}" reverted with the following ${u?"signature":"reason"}:`,a||u].join(`
|
|
68
|
+
`):`The contract function "${r}" reverted.`,{cause:s,metaMessages:c,name:"ContractFunctionRevertedError"}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"raw",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"reason",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"signature",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.data=i,this.raw=n,this.reason=a,this.signature=u}}class Ob extends q{constructor({functionName:t}){super(`The contract function "${t}" returned no data ("0x").`,{metaMessages:["This could be due to any of the following:",` - The contract does not have the function "${t}",`," - The parameters passed to the contract function may be invalid, or"," - The address is not a contract."],name:"ContractFunctionZeroDataError"})}}class Nb extends q{constructor({factory:t}){super(`Deployment for counterfactual contract call failed${t?` for factory "${t}".`:""}`,{metaMessages:["Please ensure:","- The `factory` is a valid contract deployment factory (ie. Create2 Factory, ERC-4337 Factory, etc).","- The `factoryData` is a valid encoded function call for contract deployment function on the factory."],name:"CounterfactualDeploymentFailedError"})}}class Zo extends q{constructor({data:t,message:n}){super(n||"",{name:"RawContractError"}),Object.defineProperty(this,"code",{enumerable:!0,configurable:!0,writable:!0,value:3}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.data=t}}class On extends q{constructor({body:t,cause:n,details:r,headers:o,status:s,url:i}){super("HTTP request failed.",{cause:n,details:r,metaMessages:[s&&`Status: ${s}`,`URL: ${zr(i)}`,t&&`Request body: ${Te(t)}`].filter(Boolean),name:"HttpRequestError"}),Object.defineProperty(this,"body",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"headers",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"status",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"url",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.body=t,this.headers=o,this.status=s,this.url=i}}class Si extends q{constructor({body:t,error:n,url:r}){super("RPC Request failed.",{cause:n,details:n.message,metaMessages:[`URL: ${zr(r)}`,`Request body: ${Te(t)}`],name:"RpcRequestError"}),Object.defineProperty(this,"code",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.code=n.code,this.data=n.data}}class Nl extends q{constructor({body:t,url:n}){super("The request took too long to respond.",{details:"The request timed out.",metaMessages:[`URL: ${zr(n)}`,`Request body: ${Te(t)}`],name:"TimeoutError"})}}const Cb=-1;class je extends q{constructor(t,{code:n,docsPath:r,metaMessages:o,name:s,shortMessage:i}){super(i,{cause:t,docsPath:r,metaMessages:o||(t==null?void 0:t.metaMessages),name:s||"RpcError"}),Object.defineProperty(this,"code",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.name=s||t.name,this.code=t instanceof Si?t.code:n??Cb}}class Ze extends je{constructor(t,n){super(t,n),Object.defineProperty(this,"data",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.data=n.data}}class Hr extends je{constructor(t){super(t,{code:Hr.code,name:"ParseRpcError",shortMessage:"Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text."})}}Object.defineProperty(Hr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32700});class Wr extends je{constructor(t){super(t,{code:Wr.code,name:"InvalidRequestRpcError",shortMessage:"JSON is not a valid request object."})}}Object.defineProperty(Wr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32600});class Vr extends je{constructor(t,{method:n}={}){super(t,{code:Vr.code,name:"MethodNotFoundRpcError",shortMessage:`The method${n?` "${n}"`:""} does not exist / is not available.`})}}Object.defineProperty(Vr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32601});class Gr extends je{constructor(t){super(t,{code:Gr.code,name:"InvalidParamsRpcError",shortMessage:["Invalid parameters were provided to the RPC method.","Double check you have provided the correct parameters."].join(`
|
|
69
|
+
`)})}}Object.defineProperty(Gr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32602});class Nn extends je{constructor(t){super(t,{code:Nn.code,name:"InternalRpcError",shortMessage:"An internal error was received."})}}Object.defineProperty(Nn,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32603});class Cn extends je{constructor(t){super(t,{code:Cn.code,name:"InvalidInputRpcError",shortMessage:["Missing or invalid parameters.","Double check you have provided the correct parameters."].join(`
|
|
70
|
+
`)})}}Object.defineProperty(Cn,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32e3});class qr extends je{constructor(t){super(t,{code:qr.code,name:"ResourceNotFoundRpcError",shortMessage:"Requested resource not found."}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"ResourceNotFoundRpcError"})}}Object.defineProperty(qr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32001});class Zr extends je{constructor(t){super(t,{code:Zr.code,name:"ResourceUnavailableRpcError",shortMessage:"Requested resource not available."})}}Object.defineProperty(Zr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32002});class Kr extends je{constructor(t){super(t,{code:Kr.code,name:"TransactionRejectedRpcError",shortMessage:"Transaction creation failed."})}}Object.defineProperty(Kr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32003});class In extends je{constructor(t,{method:n}={}){super(t,{code:In.code,name:"MethodNotSupportedRpcError",shortMessage:`Method${n?` "${n}"`:""} is not supported.`})}}Object.defineProperty(In,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32004});class sr extends je{constructor(t){super(t,{code:sr.code,name:"LimitExceededRpcError",shortMessage:"Request exceeds defined limit."})}}Object.defineProperty(sr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32005});class Yr extends je{constructor(t){super(t,{code:Yr.code,name:"JsonRpcVersionUnsupportedError",shortMessage:"Version of JSON-RPC protocol is not supported."})}}Object.defineProperty(Yr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32006});class ir extends Ze{constructor(t){super(t,{code:ir.code,name:"UserRejectedRequestError",shortMessage:"User rejected the request."})}}Object.defineProperty(ir,"code",{enumerable:!0,configurable:!0,writable:!0,value:4001});class Xr extends Ze{constructor(t){super(t,{code:Xr.code,name:"UnauthorizedProviderError",shortMessage:"The requested method and/or account has not been authorized by the user."})}}Object.defineProperty(Xr,"code",{enumerable:!0,configurable:!0,writable:!0,value:4100});class Qr extends Ze{constructor(t,{method:n}={}){super(t,{code:Qr.code,name:"UnsupportedProviderMethodError",shortMessage:`The Provider does not support the requested method${n?` " ${n}"`:""}.`})}}Object.defineProperty(Qr,"code",{enumerable:!0,configurable:!0,writable:!0,value:4200});class Jr extends Ze{constructor(t){super(t,{code:Jr.code,name:"ProviderDisconnectedError",shortMessage:"The Provider is disconnected from all chains."})}}Object.defineProperty(Jr,"code",{enumerable:!0,configurable:!0,writable:!0,value:4900});class eo extends Ze{constructor(t){super(t,{code:eo.code,name:"ChainDisconnectedError",shortMessage:"The Provider is not connected to the requested chain."})}}Object.defineProperty(eo,"code",{enumerable:!0,configurable:!0,writable:!0,value:4901});class to extends Ze{constructor(t){super(t,{code:to.code,name:"SwitchChainError",shortMessage:"An error occurred when attempting to switch chain."})}}Object.defineProperty(to,"code",{enumerable:!0,configurable:!0,writable:!0,value:4902});class no extends Ze{constructor(t){super(t,{code:no.code,name:"UnsupportedNonOptionalCapabilityError",shortMessage:"This Wallet does not support a capability that was not marked as optional."})}}Object.defineProperty(no,"code",{enumerable:!0,configurable:!0,writable:!0,value:5700});class ro extends Ze{constructor(t){super(t,{code:ro.code,name:"UnsupportedChainIdError",shortMessage:"This Wallet does not support the requested chain ID."})}}Object.defineProperty(ro,"code",{enumerable:!0,configurable:!0,writable:!0,value:5710});class oo extends Ze{constructor(t){super(t,{code:oo.code,name:"DuplicateIdError",shortMessage:"There is already a bundle submitted with this ID."})}}Object.defineProperty(oo,"code",{enumerable:!0,configurable:!0,writable:!0,value:5720});class so extends Ze{constructor(t){super(t,{code:so.code,name:"UnknownBundleIdError",shortMessage:"This bundle id is unknown / has not been submitted"})}}Object.defineProperty(so,"code",{enumerable:!0,configurable:!0,writable:!0,value:5730});class io extends Ze{constructor(t){super(t,{code:io.code,name:"BundleTooLargeError",shortMessage:"The call bundle is too large for the Wallet to process."})}}Object.defineProperty(io,"code",{enumerable:!0,configurable:!0,writable:!0,value:5740});class ao extends Ze{constructor(t){super(t,{code:ao.code,name:"AtomicReadyWalletRejectedUpgradeError",shortMessage:"The Wallet can support atomicity after an upgrade, but the user rejected the upgrade."})}}Object.defineProperty(ao,"code",{enumerable:!0,configurable:!0,writable:!0,value:5750});class co extends Ze{constructor(t){super(t,{code:co.code,name:"AtomicityNotSupportedError",shortMessage:"The wallet does not support atomic execution but the request requires it."})}}Object.defineProperty(co,"code",{enumerable:!0,configurable:!0,writable:!0,value:5760});class Ib extends je{constructor(t){super(t,{name:"UnknownRpcError",shortMessage:"An unknown RPC error occurred."})}}const Mb=3;function ar(e,{abi:t,address:n,args:r,docsPath:o,functionName:s,sender:i}){const c=e instanceof Zo?e:e instanceof q?e.walk(h=>"data"in h)||e.walk():{},{code:a,data:u,details:l,message:f,shortMessage:p}=c,d=e instanceof kr?new Ob({functionName:s}):[Mb,Nn.code].includes(a)&&(u||l||f||p)?new Ei({abi:t,data:typeof u=="object"?u.data:u,functionName:s,message:c instanceof Si?l:p??f}):e;return new Tb(d,{abi:t,args:r,contractAddress:n,docsPath:o,functionName:s,sender:i})}function kb(e){const t=Ie(`0x${e.substring(4)}`).substring(26);return Vo(`0x${t}`)}async function Lb({hash:e,signature:t}){const n=mt(e)?e:Ht(e),{secp256k1:r}=await Promise.resolve().then(()=>$v);return`0x${(()=>{if(typeof t=="object"&&"r"in t&&"s"in t){const{r:u,s:l,v:f,yParity:p}=t,d=Number(p??f),h=Cl(d);return new r.Signature(At(u),At(l)).addRecoveryBit(h)}const i=mt(t)?t:Ht(t);if(ve(i)!==65)throw new Error("invalid signature length");const c=zt(`0x${i.slice(130)}`),a=Cl(c);return r.Signature.fromCompact(i.substring(2,130)).addRecoveryBit(a)})().recoverPublicKey(n.substring(2)).toHex(!1)}`}function Cl(e){if(e===0||e===1)return e;if(e===27)return 0;if(e===28)return 1;throw new Error("Invalid yParityOrV value")}async function Il({hash:e,signature:t}){return kb(await Lb({hash:e,signature:t}))}function Bb(e,t="hex"){const n=Ml(e),r=wi(new Uint8Array(n.length));return n.encode(r),t==="hex"?Ae(r.bytes):r.bytes}function Ml(e){return Array.isArray(e)?Fb(e.map(t=>Ml(t))):Rb(e)}function Fb(e){const t=e.reduce((o,s)=>o+s.length,0),n=kl(t);return{length:t<=55?1+t:1+n+t,encode(o){t<=55?o.pushByte(192+t):(o.pushByte(247+n),n===1?o.pushUint8(t):n===2?o.pushUint16(t):n===3?o.pushUint24(t):o.pushUint32(t));for(const{encode:s}of e)s(o)}}}function Rb(e){const t=typeof e=="string"?bt(e):e,n=kl(t.length);return{length:t.length===1&&t[0]<128?1:t.length<=55?1+t.length:1+n+t.length,encode(o){t.length===1&&t[0]<128?o.pushBytes(t):t.length<=55?(o.pushByte(128+t.length),o.pushBytes(t)):(o.pushByte(183+n),n===1?o.pushUint8(t.length):n===2?o.pushUint16(t.length):n===3?o.pushUint24(t.length):o.pushUint32(t.length),o.pushBytes(t))}}}function kl(e){if(e<2**8)return 1;if(e<2**16)return 2;if(e<2**24)return 3;if(e<2**32)return 4;throw new q("Length is too large.")}function Db(e){const{chainId:t,nonce:n,to:r}=e,o=e.contractAddress??e.address,s=Ie(nr(["0x05",Bb([t?J(t):"0x",o,n?J(n):"0x"])]));return r==="bytes"?bt(s):s}async function jb(e){const{authorization:t,signature:n}=e;return Il({hash:Db(t),signature:n??t})}class _b extends q{constructor(t,{account:n,docsPath:r,chain:o,data:s,gas:i,gasPrice:c,maxFeePerGas:a,maxPriorityFeePerGas:u,nonce:l,to:f,value:p}){var h;const d=qo({from:n==null?void 0:n.address,to:f,value:typeof p<"u"&&`${Pl(p)} ${((h=o==null?void 0:o.nativeCurrency)==null?void 0:h.symbol)||"ETH"}`,data:s,gas:i,gasPrice:typeof c<"u"&&`${vt(c)} gwei`,maxFeePerGas:typeof a<"u"&&`${vt(a)} gwei`,maxPriorityFeePerGas:typeof u<"u"&&`${vt(u)} gwei`,nonce:l});super(t.shortMessage,{cause:t,docsPath:r,metaMessages:[...t.metaMessages?[...t.metaMessages," "]:[],"Estimate Gas Arguments:",d].filter(Boolean),name:"EstimateGasExecutionError"}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.cause=t}}class cr extends q{constructor({cause:t,message:n}={}){var o;const r=(o=n==null?void 0:n.replace("execution reverted: ",""))==null?void 0:o.replace("execution reverted","");super(`Execution reverted ${r?`with reason: ${r}`:"for an unknown reason"}.`,{cause:t,name:"ExecutionRevertedError"})}}Object.defineProperty(cr,"code",{enumerable:!0,configurable:!0,writable:!0,value:3}),Object.defineProperty(cr,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/execution reverted/});class Ko extends q{constructor({cause:t,maxFeePerGas:n}={}){super(`The fee cap (\`maxFeePerGas\`${n?` = ${vt(n)} gwei`:""}) cannot be higher than the maximum allowed value (2^256-1).`,{cause:t,name:"FeeCapTooHighError"})}}Object.defineProperty(Ko,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max fee per gas higher than 2\^256-1|fee cap higher than 2\^256-1/});class Pi extends q{constructor({cause:t,maxFeePerGas:n}={}){super(`The fee cap (\`maxFeePerGas\`${n?` = ${vt(n)}`:""} gwei) cannot be lower than the block base fee.`,{cause:t,name:"FeeCapTooLowError"})}}Object.defineProperty(Pi,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max fee per gas less than block base fee|fee cap less than block base fee|transaction is outdated/});class $i extends q{constructor({cause:t,nonce:n}={}){super(`Nonce provided for the transaction ${n?`(${n}) `:""}is higher than the next one expected.`,{cause:t,name:"NonceTooHighError"})}}Object.defineProperty($i,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce too high/});class Ai extends q{constructor({cause:t,nonce:n}={}){super([`Nonce provided for the transaction ${n?`(${n}) `:""}is lower than the current nonce of the account.`,"Try increasing the nonce or find the latest nonce with `getTransactionCount`."].join(`
|
|
71
|
+
`),{cause:t,name:"NonceTooLowError"})}}Object.defineProperty(Ai,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce too low|transaction already imported|already known/});class Ti extends q{constructor({cause:t,nonce:n}={}){super(`Nonce provided for the transaction ${n?`(${n}) `:""}exceeds the maximum allowed nonce.`,{cause:t,name:"NonceMaxValueError"})}}Object.defineProperty(Ti,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce has max value/});class Oi extends q{constructor({cause:t}={}){super(["The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account."].join(`
|
|
72
|
+
`),{cause:t,metaMessages:["This error could arise when the account does not have enough funds to:"," - pay for the total gas fee,"," - pay for the value to send."," ","The cost of the transaction is calculated as `gas * gas fee + value`, where:"," - `gas` is the amount of gas needed for transaction to execute,"," - `gas fee` is the gas fee,"," - `value` is the amount of ether to send to the recipient."],name:"InsufficientFundsError"})}}Object.defineProperty(Oi,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/insufficient funds|exceeds transaction sender account balance/});class Ni extends q{constructor({cause:t,gas:n}={}){super(`The amount of gas ${n?`(${n}) `:""}provided for the transaction exceeds the limit allowed for the block.`,{cause:t,name:"IntrinsicGasTooHighError"})}}Object.defineProperty(Ni,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/intrinsic gas too high|gas limit reached/});class Ci extends q{constructor({cause:t,gas:n}={}){super(`The amount of gas ${n?`(${n}) `:""}provided for the transaction is too low.`,{cause:t,name:"IntrinsicGasTooLowError"})}}Object.defineProperty(Ci,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/intrinsic gas too low/});class Ii extends q{constructor({cause:t}){super("The transaction type is not supported for this chain.",{cause:t,name:"TransactionTypeNotSupportedError"})}}Object.defineProperty(Ii,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/transaction type not valid/});class Yo extends q{constructor({cause:t,maxPriorityFeePerGas:n,maxFeePerGas:r}={}){super([`The provided tip (\`maxPriorityFeePerGas\`${n?` = ${vt(n)} gwei`:""}) cannot be higher than the fee cap (\`maxFeePerGas\`${r?` = ${vt(r)} gwei`:""}).`].join(`
|
|
73
|
+
`),{cause:t,name:"TipAboveFeeCapError"})}}Object.defineProperty(Yo,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/max priority fee per gas higher than max fee per gas|tip higher than fee cap/});class Xo extends q{constructor({cause:t}){super(`An error occurred while executing: ${t==null?void 0:t.shortMessage}`,{cause:t,name:"UnknownNodeError"})}}function Mi(e,t){const n=(e.details||"").toLowerCase(),r=e instanceof q?e.walk(o=>(o==null?void 0:o.code)===cr.code):e;return r instanceof q?new cr({cause:e,message:r.details}):cr.nodeMessage.test(n)?new cr({cause:e,message:e.details}):Ko.nodeMessage.test(n)?new Ko({cause:e,maxFeePerGas:t==null?void 0:t.maxFeePerGas}):Pi.nodeMessage.test(n)?new Pi({cause:e,maxFeePerGas:t==null?void 0:t.maxFeePerGas}):$i.nodeMessage.test(n)?new $i({cause:e,nonce:t==null?void 0:t.nonce}):Ai.nodeMessage.test(n)?new Ai({cause:e,nonce:t==null?void 0:t.nonce}):Ti.nodeMessage.test(n)?new Ti({cause:e,nonce:t==null?void 0:t.nonce}):Oi.nodeMessage.test(n)?new Oi({cause:e}):Ni.nodeMessage.test(n)?new Ni({cause:e,gas:t==null?void 0:t.gas}):Ci.nodeMessage.test(n)?new Ci({cause:e,gas:t==null?void 0:t.gas}):Ii.nodeMessage.test(n)?new Ii({cause:e}):Yo.nodeMessage.test(n)?new Yo({cause:e,maxFeePerGas:t==null?void 0:t.maxFeePerGas,maxPriorityFeePerGas:t==null?void 0:t.maxPriorityFeePerGas}):new Xo({cause:e})}function Ub(e,{docsPath:t,...n}){const r=(()=>{const o=Mi(e,n);return o instanceof Xo?e:o})();return new _b(r,{docsPath:t,...n})}function ki(e,{format:t}){if(!t)return{};const n={};function r(s){const i=Object.keys(s);for(const c of i)c in e&&(n[c]=e[c]),s[c]&&typeof s[c]=="object"&&!Array.isArray(s[c])&&r(s[c])}const o=t(e||{});return r(o),n}const zb={legacy:"0x0",eip2930:"0x1",eip1559:"0x2",eip4844:"0x3",eip7702:"0x4"};function Qo(e){const t={};return typeof e.authorizationList<"u"&&(t.authorizationList=Hb(e.authorizationList)),typeof e.accessList<"u"&&(t.accessList=e.accessList),typeof e.blobVersionedHashes<"u"&&(t.blobVersionedHashes=e.blobVersionedHashes),typeof e.blobs<"u"&&(typeof e.blobs[0]!="string"?t.blobs=e.blobs.map(n=>Ae(n)):t.blobs=e.blobs),typeof e.data<"u"&&(t.data=e.data),typeof e.from<"u"&&(t.from=e.from),typeof e.gas<"u"&&(t.gas=J(e.gas)),typeof e.gasPrice<"u"&&(t.gasPrice=J(e.gasPrice)),typeof e.maxFeePerBlobGas<"u"&&(t.maxFeePerBlobGas=J(e.maxFeePerBlobGas)),typeof e.maxFeePerGas<"u"&&(t.maxFeePerGas=J(e.maxFeePerGas)),typeof e.maxPriorityFeePerGas<"u"&&(t.maxPriorityFeePerGas=J(e.maxPriorityFeePerGas)),typeof e.nonce<"u"&&(t.nonce=J(e.nonce)),typeof e.to<"u"&&(t.to=e.to),typeof e.type<"u"&&(t.type=zb[e.type]),typeof e.value<"u"&&(t.value=J(e.value)),t}function Hb(e){return e.map(t=>({address:t.address,r:t.r?J(BigInt(t.r)):t.r,s:t.s?J(BigInt(t.s)):t.s,chainId:J(t.chainId),nonce:J(t.nonce),...typeof t.yParity<"u"?{yParity:J(t.yParity)}:{},...typeof t.v<"u"&&typeof t.yParity>"u"?{v:J(t.v)}:{}}))}function Ll(e){if(!(!e||e.length===0))return e.reduce((t,{slot:n,value:r})=>{if(n.length!==66)throw new Uu({size:n.length,targetSize:66,type:"hex"});if(r.length!==66)throw new Uu({size:r.length,targetSize:66,type:"hex"});return t[n]=r,t},{})}function Wb(e){const{balance:t,nonce:n,state:r,stateDiff:o,code:s}=e,i={};if(s!==void 0&&(i.code=s),t!==void 0&&(i.balance=J(t)),n!==void 0&&(i.nonce=J(n)),r!==void 0&&(i.state=Ll(r)),o!==void 0){if(i.state)throw new xb;i.stateDiff=Ll(o)}return i}function Li(e){if(!e)return;const t={};for(const{address:n,...r}of e){if(!Je(n,{strict:!1}))throw new dn({address:n});if(t[n])throw new vb({address:n});t[n]=Wb(r)}return t}const Bl=2n**256n-1n;function uo(e){const{account:t,gasPrice:n,maxFeePerGas:r,maxPriorityFeePerGas:o,to:s}=e,i=t?wt(t):void 0;if(i&&!Je(i.address))throw new dn({address:i.address});if(s&&!Je(s))throw new dn({address:s});if(typeof n<"u"&&(typeof r<"u"||typeof o<"u"))throw new Sb;if(r&&r>Bl)throw new Ko({maxFeePerGas:r});if(o&&r&&o>r)throw new Yo({maxFeePerGas:r,maxPriorityFeePerGas:o})}class Vb extends q{constructor(){super("`baseFeeMultiplier` must be greater than 1.",{name:"BaseFeeScalarError"})}}class Bi extends q{constructor(){super("Chain does not support EIP-1559 fees.",{name:"Eip1559FeesNotSupportedError"})}}class Gb extends q{constructor({maxPriorityFeePerGas:t}){super(`\`maxFeePerGas\` cannot be less than the \`maxPriorityFeePerGas\` (${vt(t)} gwei).`,{name:"MaxFeePerGasTooLowError"})}}class Fl extends q{constructor({blockHash:t,blockNumber:n}){let r="Block";t&&(r=`Block at hash "${t}"`),n&&(r=`Block at number "${n}"`),super(`${r} could not be found.`,{name:"BlockNotFoundError"})}}const Rl={"0x0":"legacy","0x1":"eip2930","0x2":"eip1559","0x3":"eip4844","0x4":"eip7702"};function Dl(e){const t={...e,blockHash:e.blockHash?e.blockHash:null,blockNumber:e.blockNumber?BigInt(e.blockNumber):null,chainId:e.chainId?zt(e.chainId):void 0,gas:e.gas?BigInt(e.gas):void 0,gasPrice:e.gasPrice?BigInt(e.gasPrice):void 0,maxFeePerBlobGas:e.maxFeePerBlobGas?BigInt(e.maxFeePerBlobGas):void 0,maxFeePerGas:e.maxFeePerGas?BigInt(e.maxFeePerGas):void 0,maxPriorityFeePerGas:e.maxPriorityFeePerGas?BigInt(e.maxPriorityFeePerGas):void 0,nonce:e.nonce?zt(e.nonce):void 0,to:e.to?e.to:null,transactionIndex:e.transactionIndex?Number(e.transactionIndex):null,type:e.type?Rl[e.type]:void 0,typeHex:e.type?e.type:void 0,value:e.value?BigInt(e.value):void 0,v:e.v?BigInt(e.v):void 0};return e.authorizationList&&(t.authorizationList=qb(e.authorizationList)),t.yParity=(()=>{if(e.yParity)return Number(e.yParity);if(typeof t.v=="bigint"){if(t.v===0n||t.v===27n)return 0;if(t.v===1n||t.v===28n)return 1;if(t.v>=35n)return t.v%2n===0n?1:0}})(),t.type==="legacy"&&(delete t.accessList,delete t.maxFeePerBlobGas,delete t.maxFeePerGas,delete t.maxPriorityFeePerGas,delete t.yParity),t.type==="eip2930"&&(delete t.maxFeePerBlobGas,delete t.maxFeePerGas,delete t.maxPriorityFeePerGas),t.type==="eip1559"&&delete t.maxFeePerBlobGas,t}function qb(e){return e.map(t=>({address:t.address,chainId:Number(t.chainId),nonce:Number(t.nonce),r:t.r,s:t.s,yParity:Number(t.yParity)}))}function jl(e){const t=(e.transactions??[]).map(n=>typeof n=="string"?n:Dl(n));return{...e,baseFeePerGas:e.baseFeePerGas?BigInt(e.baseFeePerGas):null,blobGasUsed:e.blobGasUsed?BigInt(e.blobGasUsed):void 0,difficulty:e.difficulty?BigInt(e.difficulty):void 0,excessBlobGas:e.excessBlobGas?BigInt(e.excessBlobGas):void 0,gasLimit:e.gasLimit?BigInt(e.gasLimit):void 0,gasUsed:e.gasUsed?BigInt(e.gasUsed):void 0,hash:e.hash?e.hash:null,logsBloom:e.logsBloom?e.logsBloom:null,nonce:e.nonce?e.nonce:null,number:e.number?BigInt(e.number):null,size:e.size?BigInt(e.size):void 0,timestamp:e.timestamp?BigInt(e.timestamp):void 0,transactions:t,totalDifficulty:e.totalDifficulty?BigInt(e.totalDifficulty):null}}async function Nt(e,{blockHash:t,blockNumber:n,blockTag:r=e.experimental_blockTag??"latest",includeTransactions:o}={}){var u,l,f;const s=o??!1,i=n!==void 0?J(n):void 0;let c=null;if(t?c=await e.request({method:"eth_getBlockByHash",params:[t,s]},{dedupe:!0}):c=await e.request({method:"eth_getBlockByNumber",params:[i||r,s]},{dedupe:!!i}),!c)throw new Fl({blockHash:t,blockNumber:n});return(((f=(l=(u=e.chain)==null?void 0:u.formatters)==null?void 0:l.block)==null?void 0:f.format)||jl)(c)}async function Fi(e){const t=await e.request({method:"eth_gasPrice"});return BigInt(t)}async function Zb(e,t){return _l(e,t)}async function _l(e,t){var s,i;const{block:n,chain:r=e.chain,request:o}=t||{};try{const c=((s=r==null?void 0:r.fees)==null?void 0:s.maxPriorityFeePerGas)??((i=r==null?void 0:r.fees)==null?void 0:i.defaultPriorityFee);if(typeof c=="function"){const u=n||await ee(e,Nt,"getBlock")({}),l=await c({block:u,client:e,request:o});if(l===null)throw new Error;return l}if(typeof c<"u")return c;const a=await e.request({method:"eth_maxPriorityFeePerGas"});return At(a)}catch{const[c,a]=await Promise.all([n?Promise.resolve(n):ee(e,Nt,"getBlock")({}),ee(e,Fi,"getGasPrice")({})]);if(typeof c.baseFeePerGas!="bigint")throw new Bi;const u=a-c.baseFeePerGas;return u<0n?0n:u}}async function Kb(e,t){return Ri(e,t)}async function Ri(e,t){var p,d;const{block:n,chain:r=e.chain,request:o,type:s="eip1559"}=t||{},i=await(async()=>{var h,m;return typeof((h=r==null?void 0:r.fees)==null?void 0:h.baseFeeMultiplier)=="function"?r.fees.baseFeeMultiplier({block:n,client:e,request:o}):((m=r==null?void 0:r.fees)==null?void 0:m.baseFeeMultiplier)??1.2})();if(i<1)throw new Vb;const a=10**(((p=i.toString().split(".")[1])==null?void 0:p.length)??0),u=h=>h*BigInt(Math.ceil(i*a))/BigInt(a),l=n||await ee(e,Nt,"getBlock")({});if(typeof((d=r==null?void 0:r.fees)==null?void 0:d.estimateFeesPerGas)=="function"){const h=await r.fees.estimateFeesPerGas({block:n,client:e,multiply:u,request:o,type:s});if(h!==null)return h}if(s==="eip1559"){if(typeof l.baseFeePerGas!="bigint")throw new Bi;const h=typeof(o==null?void 0:o.maxPriorityFeePerGas)=="bigint"?o.maxPriorityFeePerGas:await _l(e,{block:l,chain:r,request:o}),m=u(l.baseFeePerGas);return{maxFeePerGas:(o==null?void 0:o.maxFeePerGas)??m+h,maxPriorityFeePerGas:h}}return{gasPrice:(o==null?void 0:o.gasPrice)??u(await ee(e,Fi,"getGasPrice")({}))}}async function Ul(e,{address:t,blockTag:n="latest",blockNumber:r}){const o=await e.request({method:"eth_getTransactionCount",params:[t,typeof r=="bigint"?J(r):n]},{dedupe:!!r});return zt(o)}function zl(e){const{kzg:t}=e,n=e.to??(typeof e.blobs[0]=="string"?"hex":"bytes"),r=typeof e.blobs[0]=="string"?e.blobs.map(s=>bt(s)):e.blobs,o=[];for(const s of r)o.push(Uint8Array.from(t.blobToKzgCommitment(s)));return n==="bytes"?o:o.map(s=>Ae(s))}function Hl(e){const{kzg:t}=e,n=e.to??(typeof e.blobs[0]=="string"?"hex":"bytes"),r=typeof e.blobs[0]=="string"?e.blobs.map(i=>bt(i)):e.blobs,o=typeof e.commitments[0]=="string"?e.commitments.map(i=>bt(i)):e.commitments,s=[];for(let i=0;i<r.length;i++){const c=r[i],a=o[i];s.push(Uint8Array.from(t.computeBlobKzgProof(c,a)))}return n==="bytes"?s:s.map(i=>Ae(i))}function Yb(e,t,n,r){if(typeof e.setBigUint64=="function")return e.setBigUint64(t,n,r);const o=BigInt(32),s=BigInt(4294967295),i=Number(n>>o&s),c=Number(n&s),a=r?4:0,u=r?0:4;e.setUint32(t+a,i,r),e.setUint32(t+u,c,r)}function Xb(e,t,n){return e&t^~e&n}function Qb(e,t,n){return e&t^e&n^t&n}class Jb extends li{constructor(t,n,r,o){super(),this.finished=!1,this.length=0,this.pos=0,this.destroyed=!1,this.blockLen=t,this.outputLen=n,this.padOffset=r,this.isLE=o,this.buffer=new Uint8Array(t),this.view=ui(this.buffer)}update(t){Jn(this),t=Ho(t),Vt(t);const{view:n,buffer:r,blockLen:o}=this,s=t.length;for(let i=0;i<s;){const c=Math.min(o-this.pos,s-i);if(c===o){const a=ui(t);for(;o<=s-i;i+=o)this.process(a,i);continue}r.set(t.subarray(i,i+c),this.pos),this.pos+=c,i+=c,this.pos===o&&(this.process(n,0),this.pos=0)}return this.length+=t.length,this.roundClean(),this}digestInto(t){Jn(this),qu(t,this),this.finished=!0;const{buffer:n,view:r,blockLen:o,isLE:s}=this;let{pos:i}=this;n[i++]=128,er(this.buffer.subarray(i)),this.padOffset>o-i&&(this.process(r,0),i=0);for(let f=i;f<o;f++)n[f]=0;Yb(r,o-8,BigInt(this.length*8),s),this.process(r,0);const c=ui(t),a=this.outputLen;if(a%4)throw new Error("_sha2: outputLen should be aligned to 32bit");const u=a/4,l=this.get();if(u>l.length)throw new Error("_sha2: outputLen bigger than state");for(let f=0;f<u;f++)c.setUint32(4*f,l[f],s)}digest(){const{buffer:t,outputLen:n}=this;this.digestInto(t);const r=t.slice(0,n);return this.destroy(),r}_cloneInto(t){t||(t=new this.constructor),t.set(...this.get());const{blockLen:n,buffer:r,length:o,finished:s,destroyed:i,pos:c}=this;return t.destroyed=i,t.finished=s,t.length=o,t.pos=c,o%n&&t.buffer.set(r),t}clone(){return this._cloneInto()}}const pn=Uint32Array.from([1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225]),ey=Uint32Array.from([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]),hn=new Uint32Array(64);class ty extends Jb{constructor(t=32){super(64,t,8,!1),this.A=pn[0]|0,this.B=pn[1]|0,this.C=pn[2]|0,this.D=pn[3]|0,this.E=pn[4]|0,this.F=pn[5]|0,this.G=pn[6]|0,this.H=pn[7]|0}get(){const{A:t,B:n,C:r,D:o,E:s,F:i,G:c,H:a}=this;return[t,n,r,o,s,i,c,a]}set(t,n,r,o,s,i,c,a){this.A=t|0,this.B=n|0,this.C=r|0,this.D=o|0,this.E=s|0,this.F=i|0,this.G=c|0,this.H=a|0}process(t,n){for(let f=0;f<16;f++,n+=4)hn[f]=t.getUint32(n,!1);for(let f=16;f<64;f++){const p=hn[f-15],d=hn[f-2],h=Tt(p,7)^Tt(p,18)^p>>>3,m=Tt(d,17)^Tt(d,19)^d>>>10;hn[f]=m+hn[f-7]+h+hn[f-16]|0}let{A:r,B:o,C:s,D:i,E:c,F:a,G:u,H:l}=this;for(let f=0;f<64;f++){const p=Tt(c,6)^Tt(c,11)^Tt(c,25),d=l+p+Xb(c,a,u)+ey[f]+hn[f]|0,m=(Tt(r,2)^Tt(r,13)^Tt(r,22))+Qb(r,o,s)|0;l=u,u=a,a=c,c=i+d|0,i=s,s=o,o=r,r=d+m|0}r=r+this.A|0,o=o+this.B|0,s=s+this.C|0,i=i+this.D|0,c=c+this.E|0,a=a+this.F|0,u=u+this.G|0,l=l+this.H|0,this.set(r,o,s,i,c,a,u,l)}roundClean(){er(hn)}destroy(){this.set(0,0,0,0,0,0,0,0),er(this.buffer)}}const Wl=Xu(()=>new ty),ny=Wl;function ry(e,t){return ny(mt(e,{strict:!1})?Xn(e):e)}function oy(e){const{commitment:t,version:n=1}=e,r=e.to??(typeof t=="string"?"hex":"bytes"),o=ry(t);return o.set([n],0),r==="bytes"?o:Ae(o)}function sy(e){const{commitments:t,version:n}=e,r=e.to,o=[];for(const s of t)o.push(oy({commitment:s,to:r,version:n}));return o}const Vl=6,Gl=32,Di=4096,ql=Gl*Di,Zl=ql*Vl-1-1*Di*Vl;class iy extends q{constructor({maxSize:t,size:n}){super("Blob size is too large.",{metaMessages:[`Max: ${t} bytes`,`Given: ${n} bytes`],name:"BlobSizeTooLargeError"})}}class ay extends q{constructor(){super("Blob data must not be empty.",{name:"EmptyBlobError"})}}function cy(e){const t=typeof e.data=="string"?bt(e.data):e.data,n=ve(t);if(!n)throw new ay;if(n>Zl)throw new iy({maxSize:Zl,size:n});const r=[];let o=!0,s=0;for(;o;){const i=wi(new Uint8Array(ql));let c=0;for(;c<Di;){const a=t.slice(s,s+(Gl-1));if(i.pushByte(0),i.pushBytes(a),a.length<31){i.pushByte(128),o=!1;break}c++,s+=31}r.push(i)}return r.map(i=>Ae(i.bytes))}function uy(e){const{data:t,kzg:n,to:r}=e,o=e.blobs??cy({data:t}),s=e.commitments??zl({blobs:o,kzg:n,to:r}),i=e.proofs??Hl({blobs:o,commitments:s,kzg:n,to:r}),c=[];for(let a=0;a<o.length;a++)c.push({blob:o[a],commitment:s[a],proof:i[a]});return c}function ly(e){if(e.type)return e.type;if(typeof e.authorizationList<"u")return"eip7702";if(typeof e.blobs<"u"||typeof e.blobVersionedHashes<"u"||typeof e.maxFeePerBlobGas<"u"||typeof e.sidecars<"u")return"eip4844";if(typeof e.maxFeePerGas<"u"||typeof e.maxPriorityFeePerGas<"u")return"eip1559";if(typeof e.gasPrice<"u")return typeof e.accessList<"u"?"eip2930":"legacy";throw new Pb({transaction:e})}async function Kl(e){const t=await e.request({method:"eth_chainId"},{dedupe:!0});return zt(t)}const fy=["blobVersionedHashes","chainId","fees","gas","nonce","type"],Yl=new Map;async function Xl(e,t){const{account:n=e.account,blobs:r,chain:o,gas:s,kzg:i,nonce:c,nonceManager:a,parameters:u=fy,type:l}=t,f=n&&wt(n),p={...t,...f?{from:f==null?void 0:f.address}:{}};let d;async function h(){return d||(d=await ee(e,Nt,"getBlock")({blockTag:"latest"}),d)}let m;async function x(){return m||(o?o.id:typeof t.chainId<"u"?t.chainId:(m=await ee(e,Kl,"getChainId")({}),m))}if(u.includes("nonce")&&typeof c>"u"&&f)if(a){const T=await x();p.nonce=await a.consume({address:f.address,chainId:T,client:e})}else p.nonce=await ee(e,Ul,"getTransactionCount")({address:f.address,blockTag:"pending"});if((u.includes("blobVersionedHashes")||u.includes("sidecars"))&&r&&i){const T=zl({blobs:r,kzg:i});if(u.includes("blobVersionedHashes")){const w=sy({commitments:T,to:"hex"});p.blobVersionedHashes=w}if(u.includes("sidecars")){const w=Hl({blobs:r,commitments:T,kzg:i}),A=uy({blobs:r,commitments:T,proofs:w,to:"hex"});p.sidecars=A}}if(u.includes("chainId")&&(p.chainId=await x()),(u.includes("fees")||u.includes("type"))&&typeof l>"u")try{p.type=ly(p)}catch{let T=Yl.get(e.uid);if(typeof T>"u"){const w=await h();T=typeof(w==null?void 0:w.baseFeePerGas)=="bigint",Yl.set(e.uid,T)}p.type=T?"eip1559":"legacy"}if(u.includes("fees"))if(p.type!=="legacy"&&p.type!=="eip2930"){if(typeof p.maxFeePerGas>"u"||typeof p.maxPriorityFeePerGas>"u"){const T=await h(),{maxFeePerGas:w,maxPriorityFeePerGas:A}=await Ri(e,{block:T,chain:o,request:p});if(typeof t.maxPriorityFeePerGas>"u"&&t.maxFeePerGas&&t.maxFeePerGas<A)throw new Gb({maxPriorityFeePerGas:A});p.maxPriorityFeePerGas=A,p.maxFeePerGas=w}}else{if(typeof t.maxFeePerGas<"u"||typeof t.maxPriorityFeePerGas<"u")throw new Bi;if(typeof t.gasPrice>"u"){const T=await h(),{gasPrice:w}=await Ri(e,{block:T,chain:o,request:p,type:"legacy"});p.gasPrice=w}}return u.includes("gas")&&typeof s>"u"&&(p.gas=await ee(e,ji,"estimateGas")({...p,account:f&&{address:f.address,type:"json-rpc"}})),uo(p),delete p.parameters,p}async function Ql(e,{address:t,blockNumber:n,blockTag:r=e.experimental_blockTag??"latest"}){const o=typeof n=="bigint"?J(n):void 0,s=await e.request({method:"eth_getBalance",params:[t,o||r]});return BigInt(s)}async function ji(e,t){var o,s,i;const{account:n=e.account}=t,r=n?wt(n):void 0;try{let S=function(N){const{block:C,request:b,rpcStateOverride:k}=N;return e.request({method:"eth_estimateGas",params:k?[b,C??e.experimental_blockTag??"latest",k]:C?[b,C]:[b]})};const{accessList:c,authorizationList:a,blobs:u,blobVersionedHashes:l,blockNumber:f,blockTag:p,data:d,gas:h,gasPrice:m,maxFeePerBlobGas:x,maxFeePerGas:T,maxPriorityFeePerGas:w,nonce:A,value:L,stateOverride:B,..._}=await Xl(e,{...t,parameters:(r==null?void 0:r.type)==="local"?void 0:["blobVersionedHashes"]}),g=(typeof f=="bigint"?J(f):void 0)||p,y=Li(B),$=await(async()=>{if(_.to)return _.to;if(a&&a.length>0)return await jb({authorization:a[0]}).catch(()=>{throw new q("`to` is required. Could not infer from `authorizationList`")})})();uo(t);const I=(i=(s=(o=e.chain)==null?void 0:o.formatters)==null?void 0:s.transactionRequest)==null?void 0:i.format,P=(I||Qo)({...ki(_,{format:I}),from:r==null?void 0:r.address,accessList:c,authorizationList:a,blobs:u,blobVersionedHashes:l,data:d,gas:h,gasPrice:m,maxFeePerBlobGas:x,maxFeePerGas:T,maxPriorityFeePerGas:w,nonce:A,to:$,value:L});let E=BigInt(await S({block:g,request:P,rpcStateOverride:y}));if(a){const N=await Ql(e,{address:P.from}),C=await Promise.all(a.map(async b=>{const{address:k}=b,R=await S({block:g,request:{authorizationList:void 0,data:d,from:r==null?void 0:r.address,to:k,value:J(N)},rpcStateOverride:y}).catch(()=>100000n);return 2n*BigInt(R)}));E+=C.reduce((b,k)=>b+k,0n)}return E}catch(c){throw Ub(c,{...t,account:r,chain:e.chain})}}async function dy(e,t){const{abi:n,address:r,args:o,functionName:s,dataSuffix:i,...c}=t,a=Ot({abi:n,args:o,functionName:s});try{return await ee(e,ji,"estimateGas")({data:`${a}${i?i.replace("0x",""):""}`,to:r,...c})}catch(u){const l=c.account?wt(c.account):void 0;throw ar(u,{abi:n,address:r,args:o,docsPath:"/docs/contract/estimateContractGas",functionName:s,sender:l==null?void 0:l.address})}}function Jo(e,t){if(!Je(e,{strict:!1}))throw new dn({address:e});if(!Je(t,{strict:!1}))throw new dn({address:t});return e.toLowerCase()===t.toLowerCase()}const Jl="/docs/contract/decodeEventLog";function _i(e){const{abi:t,data:n,strict:r,topics:o}=e,s=r??!0,[i,...c]=o;if(!i)throw new og({docsPath:Jl});const a=t.find(m=>m.type==="event"&&i===Wo(ht(m)));if(!(a&&"name"in a)||a.type!=="event")throw new Bu(i,{docsPath:Jl});const{name:u,inputs:l}=a,f=l==null?void 0:l.some(m=>!("name"in m&&m.name)),p=f?[]:{},d=l.map((m,x)=>[m,x]).filter(([m])=>"indexed"in m&&m.indexed);for(let m=0;m<d.length;m++){const[x,T]=d[m],w=c[m];if(!w)throw new jo({abiItem:a,param:x});p[f?T:x.name||T]=py({param:x,value:w})}const h=l.filter(m=>!("indexed"in m&&m.indexed));if(h.length>0){if(n&&n!=="0x")try{const m=_r(h,n);if(m)if(f)for(let x=0;x<l.length;x++)p[x]=p[x]??m.shift();else for(let x=0;x<h.length;x++)p[h[x].name]=m[x]}catch(m){if(s)throw m instanceof Mu||m instanceof vl?new Lr({abiItem:a,data:n,params:h,size:ve(n)}):m}else if(s)throw new Lr({abiItem:a,data:"0x",params:h,size:0})}return{eventName:u,args:Object.values(p).length>0?p:void 0}}function py({param:e,value:t}){return e.type==="string"||e.type==="bytes"||e.type==="tuple"||e.type.match(/^(.*)\[(\d+)?\]$/)?t:(_r([e],t)||[])[0]}function Ui(e){const{abi:t,args:n,logs:r,strict:o=!0}=e,s=(()=>{if(e.eventName)return Array.isArray(e.eventName)?e.eventName:[e.eventName]})();return r.map(i=>{var c;try{const a=t.find(l=>l.type==="event"&&i.topics[0]===Wo(l));if(!a)return null;const u=_i({...i,abi:[a],strict:o});return s&&!s.includes(u.eventName)||!hy({args:u.args,inputs:a.inputs,matchArgs:n})?null:{...u,...i}}catch(a){let u,l;if(a instanceof Bu)return null;if(a instanceof Lr||a instanceof jo){if(o)return null;u=a.abiItem.name,l=(c=a.abiItem.inputs)==null?void 0:c.some(f=>!("name"in f&&f.name))}return{...i,args:l?[]:{},eventName:u}}}).filter(Boolean)}function hy(e){const{args:t,inputs:n,matchArgs:r}=e;if(!r)return!0;if(!t)return!1;function o(s,i,c){try{return s.type==="address"?Jo(i,c):s.type==="string"||s.type==="bytes"?Ie(Xn(i))===c:i===c}catch{return!1}}return Array.isArray(t)&&Array.isArray(r)?r.every((s,i)=>{if(s==null)return!0;const c=n[i];return c?(Array.isArray(s)?s:[s]).some(u=>o(c,u,t[i])):!1}):typeof t=="object"&&!Array.isArray(t)&&typeof r=="object"&&!Array.isArray(r)?Object.entries(r).every(([s,i])=>{if(i==null)return!0;const c=n.find(u=>u.name===s);return c?(Array.isArray(i)?i:[i]).some(u=>o(c,u,t[s])):!1}):!1}function Kt(e,{args:t,eventName:n}={}){return{...e,blockHash:e.blockHash?e.blockHash:null,blockNumber:e.blockNumber?BigInt(e.blockNumber):null,logIndex:e.logIndex?Number(e.logIndex):null,transactionHash:e.transactionHash?e.transactionHash:null,transactionIndex:e.transactionIndex?Number(e.transactionIndex):null,...n?{args:t,eventName:n}:{}}}async function zi(e,{address:t,blockHash:n,fromBlock:r,toBlock:o,event:s,events:i,args:c,strict:a}={}){const u=a??!1,l=i??(s?[s]:void 0);let f=[];l&&(f=[l.flatMap(m=>jr({abi:[m],eventName:m.name,args:i?void 0:c}))],s&&(f=f[0]));let p;n?p=await e.request({method:"eth_getLogs",params:[{address:t,topics:f,blockHash:n}]}):p=await e.request({method:"eth_getLogs",params:[{address:t,topics:f,fromBlock:typeof r=="bigint"?J(r):r,toBlock:typeof o=="bigint"?J(o):o}]});const d=p.map(h=>Kt(h));return l?Ui({abi:l,args:c,logs:d,strict:u}):d}async function ef(e,t){const{abi:n,address:r,args:o,blockHash:s,eventName:i,fromBlock:c,toBlock:a,strict:u}=t,l=i?Tn({abi:n,name:i}):void 0,f=l?void 0:n.filter(p=>p.type==="event");return ee(e,zi,"getLogs")({address:r,args:o,blockHash:s,event:l,events:f,fromBlock:c,toBlock:a,strict:u})}const Hi="/docs/contract/decodeFunctionResult";function Mn(e){const{abi:t,args:n,functionName:r,data:o}=e;let s=t[0];if(r){const c=Tn({abi:t,args:n,name:r});if(!c)throw new Kn(r,{docsPath:Hi});s=c}if(s.type!=="function")throw new Kn(void 0,{docsPath:Hi});if(!s.outputs)throw new Ru(s.name,{docsPath:Hi});const i=_r(s.outputs,o);if(i&&i.length>1)return i;if(i&&i.length===1)return i[0]}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Wi=BigInt(0),Vi=BigInt(1);function es(e,t=""){if(typeof e!="boolean"){const n=t&&`"${t}"`;throw new Error(n+"expected boolean, got type="+typeof e)}return e}function kn(e,t,n=""){const r=Uo(e),o=e==null?void 0:e.length,s=t!==void 0;if(!r||s&&o!==t){const i=n&&`"${n}" `,c=s?` of length ${t}`:"",a=r?`length=${o}`:`type=${typeof e}`;throw new Error(i+"expected Uint8Array"+c+", got "+a)}return e}function ts(e){const t=e.toString(16);return t.length&1?"0"+t:t}function tf(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);return e===""?Wi:BigInt("0x"+e)}function ns(e){return tf(tr(e))}function nf(e){return Vt(e),tf(tr(Uint8Array.from(e).reverse()))}function Gi(e,t){return zo(e.toString(16).padStart(t*2,"0"))}function rf(e,t){return Gi(e,t).reverse()}function _e(e,t,n){let r;if(typeof t=="string")try{r=zo(t)}catch(o){throw new Error(e+" must be hex string or Uint8Array, cause: "+o)}else if(Uo(t))r=Uint8Array.from(t);else throw new Error(e+" must be hex string or Uint8Array");return r.length,r}const qi=e=>typeof e=="bigint"&&Wi<=e;function my(e,t,n){return qi(e)&&qi(t)&&qi(n)&&t<=e&&e<n}function gy(e,t,n,r){if(!my(t,n,r))throw new Error("expected valid "+e+": "+n+" <= n < "+r+", got "+t)}function of(e){let t;for(t=0;e>Wi;e>>=Vi,t+=1);return t}const lo=e=>(Vi<<BigInt(e))-Vi;function by(e,t,n){if(typeof e!="number"||e<2)throw new Error("hashLen must be a number");if(typeof t!="number"||t<2)throw new Error("qByteLen must be a number");if(typeof n!="function")throw new Error("hmacFn must be a function");const r=d=>new Uint8Array(d),o=d=>Uint8Array.of(d);let s=r(e),i=r(e),c=0;const a=()=>{s.fill(1),i.fill(0),c=0},u=(...d)=>n(i,s,...d),l=(d=r(0))=>{i=u(o(0),d),s=u(),d.length!==0&&(i=u(o(1),d),s=u())},f=()=>{if(c++>=1e3)throw new Error("drbg: tried 1000 values");let d=0;const h=[];for(;d<t;){s=u();const m=s.slice();h.push(m),d+=s.length}return fn(...h)};return(d,h)=>{a(),l(d);let m;for(;!(m=h(f()));)l();return a(),m}}function Zi(e,t,n={}){if(!e||typeof e!="object")throw new Error("expected valid options object");function r(o,s,i){const c=e[o];if(i&&c===void 0)return;const a=typeof c;if(a!==s||c===null)throw new Error(`param "${o}" is invalid: expected ${s}, got ${a}`)}Object.entries(t).forEach(([o,s])=>r(o,s,!1)),Object.entries(n).forEach(([o,s])=>r(o,s,!0))}function sf(e){const t=new WeakMap;return(n,...r)=>{const o=t.get(n);if(o!==void 0)return o;const s=e(n,...r);return t.set(n,s),s}}const yy="0.1.1";function wy(){return yy}class ge extends Error{constructor(t,n={}){const r=(()=>{var a;if(n.cause instanceof ge){if(n.cause.details)return n.cause.details;if(n.cause.shortMessage)return n.cause.shortMessage}return n.cause&&"details"in n.cause&&typeof n.cause.details=="string"?n.cause.details:(a=n.cause)!=null&&a.message?n.cause.message:n.details})(),o=n.cause instanceof ge&&n.cause.docsPath||n.docsPath,i=`https://oxlib.sh${o??""}`,c=[t||"An error occurred.",...n.metaMessages?["",...n.metaMessages]:[],...r||o?["",r?`Details: ${r}`:void 0,o?`See: ${i}`:void 0]:[]].filter(a=>typeof a=="string").join(`
|
|
74
|
+
`);super(c,n.cause?{cause:n.cause}:void 0),Object.defineProperty(this,"details",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docs",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"docsPath",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"shortMessage",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"BaseError"}),Object.defineProperty(this,"version",{enumerable:!0,configurable:!0,writable:!0,value:`ox@${wy()}`}),this.cause=n.cause,this.details=r,this.docs=i,this.docsPath=o,this.shortMessage=t}walk(t){return af(this,t)}}function af(e,t){return t!=null&&t(e)?e:e&&typeof e=="object"&&"cause"in e&&e.cause?af(e.cause,t):t?null:e}const vy="#__bigint";function xy(e,t,n){return JSON.stringify(e,(r,o)=>typeof o=="bigint"?o.toString()+vy:o,n)}function Ey(e,t){if(lf(e)>t)throw new My({givenSize:lf(e),maxSize:t})}const Yt={zero:48,nine:57,A:65,F:70,a:97,f:102};function cf(e){if(e>=Yt.zero&&e<=Yt.nine)return e-Yt.zero;if(e>=Yt.A&&e<=Yt.F)return e-(Yt.A-10);if(e>=Yt.a&&e<=Yt.f)return e-(Yt.a-10)}function Sy(e,t={}){const{dir:n,size:r=32}=t;if(r===0)return e;if(e.length>r)throw new ky({size:e.length,targetSize:r,type:"Bytes"});const o=new Uint8Array(r);for(let s=0;s<r;s++){const i=n==="right";o[i?s:r-s-1]=e[i?s:e.length-s-1]}return o}function Ki(e,t){if(et(e)>t)throw new Dy({givenSize:et(e),maxSize:t})}function Py(e,t){if(typeof t=="number"&&t>0&&t>et(e)-1)throw new gf({offset:t,position:"start",size:et(e)})}function $y(e,t,n){if(typeof t=="number"&&typeof n=="number"&&et(e)!==n-t)throw new gf({offset:n,position:"end",size:et(e)})}function uf(e,t={}){const{dir:n,size:r=32}=t;if(r===0)return e;const o=e.replace("0x","");if(o.length>r*2)throw new jy({size:Math.ceil(o.length/2),targetSize:r,type:"Hex"});return`0x${o[n==="right"?"padEnd":"padStart"](r*2,"0")}`}const Ay=new TextEncoder;function Ty(e){return e instanceof Uint8Array?e:typeof e=="string"?Ny(e):Oy(e)}function Oy(e){return e instanceof Uint8Array?e:new Uint8Array(e)}function Ny(e,t={}){const{size:n}=t;let r=e;n&&(Ki(e,n),r=Bn(e,n));let o=r.slice(2);o.length%2&&(o=`0${o}`);const s=o.length/2,i=new Uint8Array(s);for(let c=0,a=0;c<s;c++){const u=cf(o.charCodeAt(a++)),l=cf(o.charCodeAt(a++));if(u===void 0||l===void 0)throw new ge(`Invalid byte sequence ("${o[a-2]}${o[a-1]}" in "${o}").`);i[c]=u*16+l}return i}function Cy(e,t={}){const{size:n}=t,r=Ay.encode(e);return typeof n=="number"?(Ey(r,n),Iy(r,n)):r}function Iy(e,t){return Sy(e,{dir:"right",size:t})}function lf(e){return e.length}let My=class extends ge{constructor({givenSize:t,maxSize:n}){super(`Size cannot exceed \`${n}\` bytes. Given size: \`${t}\` bytes.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.SizeOverflowError"})}},ky=class extends ge{constructor({size:t,targetSize:n,type:r}){super(`${r.charAt(0).toUpperCase()}${r.slice(1).toLowerCase()} size (\`${t}\`) exceeds padding size (\`${n}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Bytes.SizeExceedsPaddingSizeError"})}};const Ly=new TextEncoder,By=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function Fy(e,t={}){const{strict:n=!1}=t;if(!e)throw new hf(e);if(typeof e!="string")throw new hf(e);if(n&&!/^0x[0-9a-fA-F]*$/.test(e))throw new mf(e);if(!e.startsWith("0x"))throw new mf(e)}function Ct(...e){return`0x${e.reduce((t,n)=>t+n.replace("0x",""),"")}`}function ff(e,t={}){const n=`0x${Number(e)}`;return typeof t.size=="number"?(Ki(n,t.size),Ln(n,t.size)):n}function df(e,t={}){let n="";for(let o=0;o<e.length;o++)n+=By[e[o]];const r=`0x${n}`;return typeof t.size=="number"?(Ki(r,t.size),Bn(r,t.size)):r}function Le(e,t={}){const{signed:n,size:r}=t,o=BigInt(e);let s;r?n?s=(1n<<BigInt(r)*8n-1n)-1n:s=2n**(BigInt(r)*8n)-1n:typeof e=="number"&&(s=BigInt(Number.MAX_SAFE_INTEGER));const i=typeof s=="bigint"&&n?-s-1n:0;if(s&&o>s||o<i){const u=typeof e=="bigint"?"n":"";throw new pf({max:s?`${s}${u}`:void 0,min:`${i}${u}`,signed:n,size:r,value:`${e}${u}`})}const a=`0x${(n&&o<0?(1n<<BigInt(r*8))+BigInt(o):o).toString(16)}`;return r?Ln(a,r):a}function Yi(e,t={}){return df(Ly.encode(e),t)}function Ln(e,t){return uf(e,{dir:"left",size:t})}function Bn(e,t){return uf(e,{dir:"right",size:t})}function Xi(e,t,n,r={}){const{strict:o}=r;Py(e,t);const s=`0x${e.replace("0x","").slice((t??0)*2,(n??e.length)*2)}`;return o&&$y(s,t,n),s}function et(e){return Math.ceil((e.length-2)/2)}function Ry(e,t={}){const{strict:n=!1}=t;try{return Fy(e,{strict:n}),!0}catch{return!1}}class pf extends ge{constructor({max:t,min:n,signed:r,size:o,value:s}){super(`Number \`${s}\` is not in safe${o?` ${o*8}-bit`:""}${r?" signed":" unsigned"} integer range ${t?`(\`${n}\` to \`${t}\`)`:`(above \`${n}\`)`}`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.IntegerOutOfRangeError"})}}class hf extends ge{constructor(t){super(`Value \`${typeof t=="object"?xy(t):t}\` of type \`${typeof t}\` is an invalid hex type.`,{metaMessages:['Hex types must be represented as `"0x${string}"`.']}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.InvalidHexTypeError"})}}class mf extends ge{constructor(t){super(`Value \`${t}\` is an invalid hex value.`,{metaMessages:['Hex values must start with `"0x"` and contain only hexadecimal characters (0-9, a-f, A-F).']}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.InvalidHexValueError"})}}class Dy extends ge{constructor({givenSize:t,maxSize:n}){super(`Size cannot exceed \`${n}\` bytes. Given size: \`${t}\` bytes.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SizeOverflowError"})}}class gf extends ge{constructor({offset:t,position:n,size:r}){super(`Slice ${n==="start"?"starting":"ending"} at offset \`${t}\` is out-of-bounds (size: \`${r}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SliceOffsetOutOfBoundsError"})}}class jy extends ge{constructor({size:t,targetSize:n,type:r}){super(`${r.charAt(0).toUpperCase()}${r.slice(1).toLowerCase()} size (\`${t}\`) exceeds padding size (\`${n}\`).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Hex.SizeExceedsPaddingSizeError"})}}function _y(e){return{address:e.address,amount:Le(e.amount),index:Le(e.index),validatorIndex:Le(e.validatorIndex)}}function bf(e){return{...typeof e.baseFeePerGas=="bigint"&&{baseFeePerGas:Le(e.baseFeePerGas)},...typeof e.blobBaseFee=="bigint"&&{blobBaseFee:Le(e.blobBaseFee)},...typeof e.feeRecipient=="string"&&{feeRecipient:e.feeRecipient},...typeof e.gasLimit=="bigint"&&{gasLimit:Le(e.gasLimit)},...typeof e.number=="bigint"&&{number:Le(e.number)},...typeof e.prevRandao=="bigint"&&{prevRandao:Le(e.prevRandao)},...typeof e.time=="bigint"&&{time:Le(e.time)},...e.withdrawals&&{withdrawals:e.withdrawals.map(_y)}}}const Qi=[{inputs:[{components:[{name:"target",type:"address"},{name:"allowFailure",type:"bool"},{name:"callData",type:"bytes"}],name:"calls",type:"tuple[]"}],name:"aggregate3",outputs:[{components:[{name:"success",type:"bool"},{name:"returnData",type:"bytes"}],name:"returnData",type:"tuple[]"}],stateMutability:"view",type:"function"}],Ji=[{name:"query",type:"function",stateMutability:"view",inputs:[{type:"tuple[]",name:"queries",components:[{type:"address",name:"sender"},{type:"string[]",name:"urls"},{type:"bytes",name:"data"}]}],outputs:[{type:"bool[]",name:"failures"},{type:"bytes[]",name:"responses"}]},{name:"HttpError",type:"error",inputs:[{type:"uint16",name:"status"},{type:"string",name:"message"}]}],yf=[{inputs:[],name:"ResolverNotFound",type:"error"},{inputs:[],name:"ResolverWildcardNotSupported",type:"error"},{inputs:[],name:"ResolverNotContract",type:"error"},{inputs:[{name:"returnData",type:"bytes"}],name:"ResolverError",type:"error"},{inputs:[{components:[{name:"status",type:"uint16"},{name:"message",type:"string"}],name:"errors",type:"tuple[]"}],name:"HttpError",type:"error"}],wf=[...yf,{name:"resolve",type:"function",stateMutability:"view",inputs:[{name:"name",type:"bytes"},{name:"data",type:"bytes"}],outputs:[{name:"",type:"bytes"},{name:"address",type:"address"}]},{name:"resolve",type:"function",stateMutability:"view",inputs:[{name:"name",type:"bytes"},{name:"data",type:"bytes"},{name:"gateways",type:"string[]"}],outputs:[{name:"",type:"bytes"},{name:"address",type:"address"}]}],Uy=[...yf,{name:"reverse",type:"function",stateMutability:"view",inputs:[{type:"bytes",name:"reverseName"}],outputs:[{type:"string",name:"resolvedName"},{type:"address",name:"resolvedAddress"},{type:"address",name:"reverseResolver"},{type:"address",name:"resolver"}]},{name:"reverse",type:"function",stateMutability:"view",inputs:[{type:"bytes",name:"reverseName"},{type:"string[]",name:"gateways"}],outputs:[{type:"string",name:"resolvedName"},{type:"address",name:"resolvedAddress"},{type:"address",name:"reverseResolver"},{type:"address",name:"resolver"}]}],vf=[{name:"text",type:"function",stateMutability:"view",inputs:[{name:"name",type:"bytes32"},{name:"key",type:"string"}],outputs:[{name:"",type:"string"}]}],xf=[{name:"addr",type:"function",stateMutability:"view",inputs:[{name:"name",type:"bytes32"}],outputs:[{name:"",type:"address"}]},{name:"addr",type:"function",stateMutability:"view",inputs:[{name:"name",type:"bytes32"},{name:"coinType",type:"uint256"}],outputs:[{name:"",type:"bytes"}]}],Ef=[{inputs:[{name:"_signer",type:"address"},{name:"_hash",type:"bytes32"},{name:"_signature",type:"bytes"}],stateMutability:"nonpayable",type:"constructor"},{inputs:[{name:"_signer",type:"address"},{name:"_hash",type:"bytes32"},{name:"_signature",type:"bytes"}],outputs:[{type:"bool"}],stateMutability:"nonpayable",type:"function",name:"isValidSig"}],ur=[{type:"event",name:"Approval",inputs:[{indexed:!0,name:"owner",type:"address"},{indexed:!0,name:"spender",type:"address"},{indexed:!1,name:"value",type:"uint256"}]},{type:"event",name:"Transfer",inputs:[{indexed:!0,name:"from",type:"address"},{indexed:!0,name:"to",type:"address"},{indexed:!1,name:"value",type:"uint256"}]},{type:"function",name:"allowance",stateMutability:"view",inputs:[{name:"owner",type:"address"},{name:"spender",type:"address"}],outputs:[{type:"uint256"}]},{type:"function",name:"approve",stateMutability:"nonpayable",inputs:[{name:"spender",type:"address"},{name:"amount",type:"uint256"}],outputs:[{type:"bool"}]},{type:"function",name:"balanceOf",stateMutability:"view",inputs:[{name:"account",type:"address"}],outputs:[{type:"uint256"}]},{type:"function",name:"decimals",stateMutability:"view",inputs:[],outputs:[{type:"uint8"}]},{type:"function",name:"name",stateMutability:"view",inputs:[],outputs:[{type:"string"}]},{type:"function",name:"symbol",stateMutability:"view",inputs:[],outputs:[{type:"string"}]},{type:"function",name:"totalSupply",stateMutability:"view",inputs:[],outputs:[{type:"uint256"}]},{type:"function",name:"transfer",stateMutability:"nonpayable",inputs:[{name:"recipient",type:"address"},{name:"amount",type:"uint256"}],outputs:[{type:"bool"}]},{type:"function",name:"transferFrom",stateMutability:"nonpayable",inputs:[{name:"sender",type:"address"},{name:"recipient",type:"address"},{name:"amount",type:"uint256"}],outputs:[{type:"bool"}]}],zy="0x82ad56cb",Sf="0x608060405234801561001057600080fd5b5060405161018e38038061018e83398101604081905261002f91610124565b6000808351602085016000f59050803b61004857600080fd5b6000808351602085016000855af16040513d6000823e81610067573d81fd5b3d81f35b634e487b7160e01b600052604160045260246000fd5b600082601f83011261009257600080fd5b81516001600160401b038111156100ab576100ab61006b565b604051601f8201601f19908116603f011681016001600160401b03811182821017156100d9576100d961006b565b6040528181528382016020018510156100f157600080fd5b60005b82811015610110576020818601810151838301820152016100f4565b506000918101602001919091529392505050565b6000806040838503121561013757600080fd5b82516001600160401b0381111561014d57600080fd5b61015985828601610081565b602085015190935090506001600160401b0381111561017757600080fd5b61018385828601610081565b915050925092905056fe",Hy="0x608060405234801561001057600080fd5b506040516102c03803806102c083398101604081905261002f916101e6565b836001600160a01b03163b6000036100e457600080836001600160a01b03168360405161005c9190610270565b6000604051808303816000865af19150503d8060008114610099576040519150601f19603f3d011682016040523d82523d6000602084013e61009e565b606091505b50915091508115806100b857506001600160a01b0386163b155b156100e1578060405163101bb98d60e01b81526004016100d8919061028c565b60405180910390fd5b50505b6000808451602086016000885af16040513d6000823e81610103573d81fd5b3d81f35b80516001600160a01b038116811461011e57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561015457818101518382015260200161013c565b50506000910152565b600082601f83011261016e57600080fd5b81516001600160401b0381111561018757610187610123565b604051601f8201601f19908116603f011681016001600160401b03811182821017156101b5576101b5610123565b6040528181528382016020018510156101cd57600080fd5b6101de826020830160208701610139565b949350505050565b600080600080608085870312156101fc57600080fd5b61020585610107565b60208601519094506001600160401b0381111561022157600080fd5b61022d8782880161015d565b93505061023c60408601610107565b60608601519092506001600160401b0381111561025857600080fd5b6102648782880161015d565b91505092959194509250565b60008251610282818460208701610139565b9190910192915050565b60208152600082518060208401526102ab816040850160208701610139565b601f01601f1916919091016040019291505056fe",Wy="0x608060405234801561001057600080fd5b5060405161069438038061069483398101604081905261002f9161051e565b600061003c848484610048565b9050806000526001601ff35b60007f64926492649264926492649264926492649264926492649264926492649264926100748361040c565b036101e7576000606080848060200190518101906100929190610577565b60405192955090935091506000906001600160a01b038516906100b69085906105dd565b6000604051808303816000865af19150503d80600081146100f3576040519150601f19603f3d011682016040523d82523d6000602084013e6100f8565b606091505b50509050876001600160a01b03163b60000361016057806101605760405162461bcd60e51b815260206004820152601e60248201527f5369676e617475726556616c696461746f723a206465706c6f796d656e74000060448201526064015b60405180910390fd5b604051630b135d3f60e11b808252906001600160a01b038a1690631626ba7e90610190908b9087906004016105f9565b602060405180830381865afa1580156101ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d19190610633565b6001600160e01b03191614945050505050610405565b6001600160a01b0384163b1561027a57604051630b135d3f60e11b808252906001600160a01b03861690631626ba7e9061022790879087906004016105f9565b602060405180830381865afa158015610244573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102689190610633565b6001600160e01b031916149050610405565b81516041146102df5760405162461bcd60e51b815260206004820152603a602482015260008051602061067483398151915260448201527f3a20696e76616c6964207369676e6174757265206c656e6774680000000000006064820152608401610157565b6102e7610425565b5060208201516040808401518451859392600091859190811061030c5761030c61065d565b016020015160f81c9050601b811480159061032b57508060ff16601c14155b1561038c5760405162461bcd60e51b815260206004820152603b602482015260008051602061067483398151915260448201527f3a20696e76616c6964207369676e617475726520762076616c756500000000006064820152608401610157565b60408051600081526020810180835289905260ff83169181019190915260608101849052608081018390526001600160a01b0389169060019060a0016020604051602081039080840390855afa1580156103ea573d6000803e3d6000fd5b505050602060405103516001600160a01b0316149450505050505b9392505050565b600060208251101561041d57600080fd5b508051015190565b60405180606001604052806003906020820280368337509192915050565b6001600160a01b038116811461045857600080fd5b50565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561048c578181015183820152602001610474565b50506000910152565b600082601f8301126104a657600080fd5b81516001600160401b038111156104bf576104bf61045b565b604051601f8201601f19908116603f011681016001600160401b03811182821017156104ed576104ed61045b565b60405281815283820160200185101561050557600080fd5b610516826020830160208701610471565b949350505050565b60008060006060848603121561053357600080fd5b835161053e81610443565b6020850151604086015191945092506001600160401b0381111561056157600080fd5b61056d86828701610495565b9150509250925092565b60008060006060848603121561058c57600080fd5b835161059781610443565b60208501519093506001600160401b038111156105b357600080fd5b6105bf86828701610495565b604086015190935090506001600160401b0381111561056157600080fd5b600082516105ef818460208701610471565b9190910192915050565b828152604060208201526000825180604084015261061e816060850160208701610471565b601f01601f1916919091016060019392505050565b60006020828403121561064557600080fd5b81516001600160e01b03198116811461040557600080fd5b634e487b7160e01b600052603260045260246000fdfe5369676e617475726556616c696461746f72237265636f7665725369676e6572";class ea extends q{constructor({blockNumber:t,chain:n,contract:r}){super(`Chain "${n.name}" does not support contract "${r.name}".`,{metaMessages:["This could be due to any of the following:",...t&&r.blockCreated&&r.blockCreated>t?[`- The contract "${r.name}" was not deployed until block ${r.blockCreated} (current block ${t}).`]:[`- The chain does not have the contract "${r.name}" configured.`]],name:"ChainDoesNotSupportContract"})}}class Pf extends q{constructor(){super("No chain was provided to the Client.",{name:"ClientChainNotConfiguredError"})}}const ta="/docs/contract/encodeDeployData";function na(e){const{abi:t,args:n,bytecode:r}=e;if(!n||n.length===0)return r;const o=t.find(i=>"type"in i&&i.type==="constructor");if(!o)throw new Jm({docsPath:ta});if(!("inputs"in o))throw new Iu({docsPath:ta});if(!o.inputs||o.inputs.length===0)throw new Iu({docsPath:ta});const s=qt(o.inputs,n);return nr([r,s])}function lr({blockNumber:e,chain:t,contract:n}){var o;const r=(o=t==null?void 0:t.contracts)==null?void 0:o[n];if(!r)throw new ea({chain:t,contract:{name:n}});if(e&&r.blockCreated&&r.blockCreated>e)throw new ea({blockNumber:e,chain:t,contract:{name:n,blockCreated:r.blockCreated}});return r.address}function $f(e,{docsPath:t,...n}){const r=(()=>{const o=Mi(e,n);return o instanceof Xo?e:o})();return new Ol(r,{docsPath:t,...n})}function Af(){let e=()=>{},t=()=>{};return{promise:new Promise((r,o)=>{e=r,t=o}),resolve:e,reject:t}}const ra=new Map;function Tf({fn:e,id:t,shouldSplitBatch:n,wait:r=0,sort:o}){const s=async()=>{const l=a();i();const f=l.map(({args:p})=>p);f.length!==0&&e(f).then(p=>{o&&Array.isArray(p)&&p.sort(o);for(let d=0;d<l.length;d++){const{resolve:h}=l[d];h==null||h([p[d],p])}}).catch(p=>{for(let d=0;d<l.length;d++){const{reject:h}=l[d];h==null||h(p)}})},i=()=>ra.delete(t),c=()=>a().map(({args:l})=>l),a=()=>ra.get(t)||[],u=l=>ra.set(t,[...a(),l]);return{flush:i,async schedule(l){const{promise:f,resolve:p,reject:d}=Af();return(n==null?void 0:n([...c(),l]))&&s(),a().length>0?(u({args:l,resolve:p,reject:d}),f):(u({args:l,resolve:p,reject:d}),setTimeout(s,r),f)}}}async function fo(e,t){var P,S,E,N;const{account:n=e.account,authorizationList:r,batch:o=!!((P=e.batch)!=null&&P.multicall),blockNumber:s,blockTag:i=e.experimental_blockTag??"latest",accessList:c,blobs:a,blockOverrides:u,code:l,data:f,factory:p,factoryData:d,gas:h,gasPrice:m,maxFeePerBlobGas:x,maxFeePerGas:T,maxPriorityFeePerGas:w,nonce:A,to:L,value:B,stateOverride:_,...D}=t,g=n?wt(n):void 0;if(l&&(p||d))throw new q("Cannot provide both `code` & `factory`/`factoryData` as parameters.");if(l&&L)throw new q("Cannot provide both `code` & `to` as parameters.");const y=l&&f,$=p&&d&&L&&f,I=y||$,O=y?qy({code:l,data:f}):$?Zy({data:f,factory:p,factoryData:d,to:L}):f;try{uo(t);const b=(typeof s=="bigint"?J(s):void 0)||i,k=u?bf(u):void 0,R=Li(_),j=(N=(E=(S=e.chain)==null?void 0:S.formatters)==null?void 0:E.transactionRequest)==null?void 0:N.format,W=(j||Qo)({...ki(D,{format:j}),from:g==null?void 0:g.address,accessList:c,authorizationList:r,blobs:a,data:O,gas:h,gasPrice:m,maxFeePerBlobGas:x,maxFeePerGas:T,maxPriorityFeePerGas:w,nonce:A,to:I?void 0:L,value:B});if(o&&Vy({request:W})&&!R&&!k)try{return await Gy(e,{...W,blockNumber:s,blockTag:i})}catch(H){if(!(H instanceof Pf)&&!(H instanceof ea))throw H}const K=(()=>{const H=[W,b];return R&&k?[...H,R,k]:R?[...H,R]:k?[...H,{},k]:H})(),G=await e.request({method:"eth_call",params:K});return G==="0x"?{data:void 0}:{data:G}}catch(C){const b=Ky(C),{offchainLookup:k,offchainLookupSignature:R}=await Promise.resolve().then(()=>Q1);if(e.ccipRead!==!1&&(b==null?void 0:b.slice(0,10))===R&&L)return{data:await k(e,{data:b,to:L})};throw I&&(b==null?void 0:b.slice(0,10))==="0x101bb98d"?new Nb({factory:p}):$f(C,{...t,account:g,chain:e.chain})}}function Vy({request:e}){const{data:t,to:n,...r}=e;return!(!t||t.startsWith(zy)||!n||Object.values(r).filter(o=>typeof o<"u").length>0)}async function Gy(e,t){var m;const{batchSize:n=1024,wait:r=0}=typeof((m=e.batch)==null?void 0:m.multicall)=="object"?e.batch.multicall:{},{blockNumber:o,blockTag:s=e.experimental_blockTag??"latest",data:i,multicallAddress:c,to:a}=t;let u=c;if(!u){if(!e.chain)throw new Pf;u=lr({blockNumber:o,chain:e.chain,contract:"multicall3"})}const f=(typeof o=="bigint"?J(o):void 0)||s,{schedule:p}=Tf({id:`${e.uid}.${f}`,wait:r,shouldSplitBatch(x){return x.reduce((w,{data:A})=>w+(A.length-2),0)>n*2},fn:async x=>{const T=x.map(L=>({allowFailure:!0,callData:L.data,target:L.to})),w=Ot({abi:Qi,args:[T],functionName:"aggregate3"}),A=await e.request({method:"eth_call",params:[{data:w,to:u},f]});return Mn({abi:Qi,args:[T],functionName:"aggregate3",data:A||"0x"})}}),[{returnData:d,success:h}]=await p({data:i,to:a});if(!h)throw new Zo({data:d});return d==="0x"?{data:void 0}:{data:d}}function qy(e){const{code:t,data:n}=e;return na({abi:Tu(["constructor(bytes, bytes)"]),bytecode:Sf,args:[t,n]})}function Zy(e){const{data:t,factory:n,factoryData:r,to:o}=e;return na({abi:Tu(["constructor(address, bytes, address, bytes)"]),bytecode:Hy,args:[o,t,n,r]})}function Ky(e){var n;if(!(e instanceof q))return;const t=e.walk();return typeof(t==null?void 0:t.data)=="object"?(n=t.data)==null?void 0:n.data:t.data}async function Xt(e,t){const{abi:n,address:r,args:o,functionName:s,...i}=t,c=Ot({abi:n,args:o,functionName:s});try{const{data:a}=await ee(e,fo,"call")({...i,data:c,to:r});return Mn({abi:n,args:o,functionName:s,data:a||"0x"})}catch(a){throw ar(a,{abi:n,address:r,args:o,docsPath:"/docs/contract/readContract",functionName:s})}}async function Yy(e,t){const{abi:n,address:r,args:o,dataSuffix:s,functionName:i,...c}=t,a=c.account?wt(c.account):e.account,u=Ot({abi:n,args:o,functionName:i});try{const{data:l}=await ee(e,fo,"call")({batch:!1,data:`${u}${s?s.replace("0x",""):""}`,to:r,...c,account:a}),f=Mn({abi:n,args:o,functionName:i,data:l||"0x"}),p=n.filter(d=>"name"in d&&d.name===t.functionName);return{result:f,request:{abi:p,address:r,args:o,dataSuffix:s,functionName:i,...c,account:a}}}catch(l){throw ar(l,{abi:n,address:r,args:o,docsPath:"/docs/contract/simulateContract",functionName:i,sender:a==null?void 0:a.address})}}const oa=new Map,Of=new Map;let Xy=0;function mn(e,t,n){const r=++Xy,o=()=>oa.get(e)||[],s=()=>{const l=o();oa.set(e,l.filter(f=>f.id!==r))},i=()=>{const l=o();if(!l.some(p=>p.id===r))return;const f=Of.get(e);if(l.length===1&&f){const p=f();p instanceof Promise&&p.catch(()=>{})}s()},c=o();if(oa.set(e,[...c,{id:r,fns:t}]),c&&c.length>0)return i;const a={};for(const l in t)a[l]=(...f)=>{var d,h;const p=o();if(p.length!==0)for(const m of p)(h=(d=m.fns)[l])==null||h.call(d,...f)};const u=n(a);return typeof u=="function"&&Of.set(e,u),i}async function sa(e){return new Promise(t=>setTimeout(t,e))}function po(e,{emitOnBegin:t,initialWaitTime:n,interval:r}){let o=!0;const s=()=>o=!1;return(async()=>{let c;t&&(c=await e({unpoll:s}));const a=await(n==null?void 0:n(c))??r;await sa(a);const u=async()=>{o&&(await e({unpoll:s}),await sa(r),u())};u()})(),s}const Qy=new Map,Jy=new Map;function e1(e){const t=(o,s)=>({clear:()=>s.delete(o),get:()=>s.get(o),set:i=>s.set(o,i)}),n=t(e,Qy),r=t(e,Jy);return{clear:()=>{n.clear(),r.clear()},promise:n,response:r}}async function t1(e,{cacheKey:t,cacheTime:n=Number.POSITIVE_INFINITY}){const r=e1(t),o=r.response.get();if(o&&n>0&&new Date().getTime()-o.created.getTime()<n)return o.data;let s=r.promise.get();s||(s=e(),r.promise.set(s));try{const i=await s;return r.response.set({created:new Date,data:i}),i}finally{r.promise.clear()}}const n1=e=>`blockNumber.${e}`;async function ho(e,{cacheTime:t=e.cacheTime}={}){const n=await t1(()=>e.request({method:"eth_blockNumber"}),{cacheKey:n1(e.uid),cacheTime:t});return BigInt(n)}async function rs(e,{filter:t}){const n="strict"in t&&t.strict,r=await t.request({method:"eth_getFilterChanges",params:[t.id]});if(typeof r[0]=="string")return r;const o=r.map(s=>Kt(s));return!("abi"in t)||!t.abi?o:Ui({abi:t.abi,logs:o,strict:n})}async function os(e,{filter:t}){return t.request({method:"eth_uninstallFilter",params:[t.id]})}function r1(e,t){const{abi:n,address:r,args:o,batch:s=!0,eventName:i,fromBlock:c,onError:a,onLogs:u,poll:l,pollingInterval:f=e.pollingInterval,strict:p}=t;return(typeof l<"u"?l:typeof c=="bigint"?!0:!(e.transport.type==="webSocket"||e.transport.type==="ipc"||e.transport.type==="fallback"&&(e.transport.transports[0].config.type==="webSocket"||e.transport.transports[0].config.type==="ipc")))?(()=>{const x=p??!1,T=Te(["watchContractEvent",r,o,s,e.uid,i,f,x,c]);return mn(T,{onLogs:u,onError:a},w=>{let A;c!==void 0&&(A=c-1n);let L,B=!1;const _=po(async()=>{var D;if(!B){try{L=await ee(e,ml,"createContractEventFilter")({abi:n,address:r,args:o,eventName:i,strict:x,fromBlock:c})}catch{}B=!0;return}try{let g;if(L)g=await ee(e,rs,"getFilterChanges")({filter:L});else{const y=await ee(e,ho,"getBlockNumber")({});A&&A<y?g=await ee(e,ef,"getContractEvents")({abi:n,address:r,args:o,eventName:i,fromBlock:A+1n,toBlock:y,strict:x}):g=[],A=y}if(g.length===0)return;if(s)w.onLogs(g);else for(const y of g)w.onLogs([y])}catch(g){L&&g instanceof Cn&&(B=!1),(D=w.onError)==null||D.call(w,g)}},{emitOnBegin:!0,interval:f});return async()=>{L&&await ee(e,os,"uninstallFilter")({filter:L}),_()}})})():(()=>{const x=p??!1,T=Te(["watchContractEvent",r,o,s,e.uid,i,f,x]);let w=!0,A=()=>w=!1;return mn(T,{onLogs:u,onError:a},L=>((async()=>{try{const B=(()=>{if(e.transport.type==="fallback"){const g=e.transport.transports.find(y=>y.config.type==="webSocket"||y.config.type==="ipc");return g?g.value:e.transport}return e.transport})(),_=i?jr({abi:n,eventName:i,args:o}):[],{unsubscribe:D}=await B.subscribe({params:["logs",{address:r,topics:_}],onData(g){var $;if(!w)return;const y=g.result;try{const{eventName:I,args:O}=_i({abi:n,data:y.data,topics:y.topics,strict:p}),P=Kt(y,{args:O,eventName:I});L.onLogs([P])}catch(I){let O,P;if(I instanceof Lr||I instanceof jo){if(p)return;O=I.abiItem.name,P=($=I.abiItem.inputs)==null?void 0:$.some(E=>!("name"in E&&E.name))}const S=Kt(y,{args:P?[]:{},eventName:O});L.onLogs([S])}},onError(g){var y;(y=L.onError)==null||y.call(L,g)}});A=D,w||A()}catch(B){a==null||a(B)}})(),()=>A()))})()}async function o1(e,{serializedTransaction:t}){return e.request({method:"eth_sendRawTransaction",params:[t]},{retryCount:0})}function ia(e,{delay:t=100,retryCount:n=2,shouldRetry:r=()=>!0}={}){return new Promise((o,s)=>{const i=async({count:c=0}={})=>{const a=async({error:u})=>{const l=typeof t=="function"?t({count:c,error:u}):t;l&&await sa(l),i({count:c+1})};try{const u=await e();o(u)}catch(u){if(c<n&&await r({count:c,error:u}))return a({error:u});s(u)}};i()})}const s1={"0x0":"reverted","0x1":"success"};function i1(e){const t={...e,blockNumber:e.blockNumber?BigInt(e.blockNumber):null,contractAddress:e.contractAddress?e.contractAddress:null,cumulativeGasUsed:e.cumulativeGasUsed?BigInt(e.cumulativeGasUsed):null,effectiveGasPrice:e.effectiveGasPrice?BigInt(e.effectiveGasPrice):null,gasUsed:e.gasUsed?BigInt(e.gasUsed):null,logs:e.logs?e.logs.map(n=>Kt(n)):null,to:e.to?e.to:null,transactionIndex:e.transactionIndex?zt(e.transactionIndex):null,status:e.status?s1[e.status]:null,type:e.type?Rl[e.type]||e.type:null};return e.blobGasPrice&&(t.blobGasPrice=BigInt(e.blobGasPrice)),e.blobGasUsed&&(t.blobGasUsed=BigInt(e.blobGasUsed)),t}const aa=256;let ss=aa,is;function Nf(e=11){if(!is||ss+e>aa*2){is="",ss=0;for(let t=0;t<aa;t++)is+=(256+Math.random()*256|0).toString(16).substring(1)}return is.substring(ss,ss+++e)}function a1(e){const{batch:t,chain:n,ccipRead:r,key:o="base",name:s="Base Client",type:i="base"}=e,c=e.experimental_blockTag??(typeof(n==null?void 0:n.experimental_preconfirmationTime)=="number"?"pending":void 0),a=(n==null?void 0:n.blockTime)??12e3,u=Math.min(Math.max(Math.floor(a/2),500),4e3),l=e.pollingInterval??u,f=e.cacheTime??l,p=e.account?wt(e.account):void 0,{config:d,request:h,value:m}=e.transport({chain:n,pollingInterval:l}),x={...d,...m},T={account:p,batch:t,cacheTime:f,ccipRead:r,chain:n,key:o,name:s,pollingInterval:l,request:h,transport:x,type:i,uid:Nf(),...c?{experimental_blockTag:c}:{}};function w(A){return L=>{const B=L(A);for(const D in T)delete B[D];const _={...A,...B};return Object.assign(_,{extend:w(_)})}}return Object.assign(T,{extend:w(T)})}const as=new di(8192);function c1(e,{enabled:t=!0,id:n}){if(!t||!n)return e();if(as.get(n))return as.get(n);const r=e().finally(()=>as.delete(n));return as.set(n,r),r}function u1(e,t={}){return async(n,r={})=>{var f;const{dedupe:o=!1,methods:s,retryDelay:i=150,retryCount:c=3,uid:a}={...t,...r},{method:u}=n;if((f=s==null?void 0:s.exclude)!=null&&f.includes(u))throw new In(new Error("method not supported"),{method:u});if(s!=null&&s.include&&!s.include.includes(u))throw new In(new Error("method not supported"),{method:u});const l=o?Br(`${a}.${Te(n)}`):void 0;return c1(()=>ia(async()=>{try{return await e(n)}catch(p){const d=p;switch(d.code){case Hr.code:throw new Hr(d);case Wr.code:throw new Wr(d);case Vr.code:throw new Vr(d,{method:n.method});case Gr.code:throw new Gr(d);case Nn.code:throw new Nn(d);case Cn.code:throw new Cn(d);case qr.code:throw new qr(d);case Zr.code:throw new Zr(d);case Kr.code:throw new Kr(d);case In.code:throw new In(d,{method:n.method});case sr.code:throw new sr(d);case Yr.code:throw new Yr(d);case ir.code:throw new ir(d);case Xr.code:throw new Xr(d);case Qr.code:throw new Qr(d);case Jr.code:throw new Jr(d);case eo.code:throw new eo(d);case to.code:throw new to(d);case no.code:throw new no(d);case ro.code:throw new ro(d);case oo.code:throw new oo(d);case so.code:throw new so(d);case io.code:throw new io(d);case ao.code:throw new ao(d);case co.code:throw new co(d);case 5e3:throw new ir(d);default:throw p instanceof q?p:new Ib(d)}}},{delay:({count:p,error:d})=>{var h;if(d&&d instanceof On){const m=(h=d==null?void 0:d.headers)==null?void 0:h.get("Retry-After");if(m!=null&&m.match(/\d/))return Number.parseInt(m)*1e3}return~~(1<<p)*i},retryCount:c,shouldRetry:({error:p})=>l1(p)}),{enabled:o,id:l})}}function l1(e){return"code"in e&&typeof e.code=="number"?e.code===-1||e.code===sr.code||e.code===Nn.code:e instanceof On&&e.status?e.status===403||e.status===408||e.status===413||e.status===429||e.status===500||e.status===502||e.status===503||e.status===504:!0}function f1({key:e,methods:t,name:n,request:r,retryCount:o=3,retryDelay:s=150,timeout:i,type:c},a){const u=Nf();return{config:{key:e,methods:t,name:n,request:r,retryCount:o,retryDelay:s,timeout:i,type:c},request:u1(r,{methods:t,retryCount:o,retryDelay:s,uid:u}),value:a}}class d1 extends q{constructor(){super("No URL was provided to the Transport. Please provide a valid RPC URL to the Transport.",{docsPath:"/docs/clients/intro",name:"UrlRequiredError"})}}function p1(e,{errorInstance:t=new Error("timed out"),timeout:n,signal:r}){return new Promise((o,s)=>{(async()=>{let i;try{const c=new AbortController;n>0&&(i=setTimeout(()=>{r&&c.abort()},n)),o(await e({signal:(c==null?void 0:c.signal)||null}))}catch(c){(c==null?void 0:c.name)==="AbortError"&&s(t),s(c)}finally{clearTimeout(i)}})()})}function h1(){return{current:0,take(){return this.current++},reset(){this.current=0}}}const Cf=h1();function m1(e,t={}){return{async request(n){var f;const{body:r,onRequest:o=t.onRequest,onResponse:s=t.onResponse,timeout:i=t.timeout??1e4}=n,c={...t.fetchOptions??{},...n.fetchOptions??{}},{headers:a,method:u,signal:l}=c;try{const p=await p1(async({signal:h})=>{const m={...c,body:Array.isArray(r)?Te(r.map(A=>({jsonrpc:"2.0",id:A.id??Cf.take(),...A}))):Te({jsonrpc:"2.0",id:r.id??Cf.take(),...r}),headers:{"Content-Type":"application/json",...a},method:u||"POST",signal:l||(i>0?h:null)},x=new Request(e,m),T=await(o==null?void 0:o(x,m))??{...m,url:e};return await fetch(T.url??e,T)},{errorInstance:new Nl({body:r,url:e}),timeout:i,signal:!0});s&&await s(p);let d;if((f=p.headers.get("Content-Type"))!=null&&f.startsWith("application/json"))d=await p.json();else{d=await p.text();try{d=JSON.parse(d||"{}")}catch(h){if(p.ok)throw h;d={error:d}}}if(!p.ok)throw new On({body:r,details:Te(d.error)||p.statusText,headers:p.headers,status:p.status,url:e});return d}catch(p){throw p instanceof On||p instanceof Nl?p:new On({body:r,cause:p,url:e})}}}}function g1(e,t={}){const{batch:n,fetchOptions:r,key:o="http",methods:s,name:i="HTTP JSON-RPC",onFetchRequest:c,onFetchResponse:a,retryDelay:u,raw:l}=t;return({chain:f,retryCount:p,timeout:d})=>{const{batchSize:h=1e3,wait:m=0}=typeof n=="object"?n:{},x=t.retryCount??p,T=d??t.timeout??1e4,w=e||(f==null?void 0:f.rpcUrls.default.http[0]);if(!w)throw new d1;const A=m1(w,{fetchOptions:r,onRequest:c,onResponse:a,timeout:T});return f1({key:o,methods:s,name:i,async request({method:L,params:B}){const _={method:L,params:B},{schedule:D}=Tf({id:w,wait:m,shouldSplitBatch(I){return I.length>h},fn:I=>A.request({body:I}),sort:(I,O)=>I.id-O.id}),g=async I=>n?D(I):[await A.request({body:I})],[{error:y,result:$}]=await g(_);if(l)return{error:y,result:$};if(y)throw new Si({body:_,error:y,url:w});return $},retryCount:x,retryDelay:u,timeout:T,type:"http"},{fetchOptions:r,url:w})}}function ca(e,t){var r,o,s,i,c,a;if(!(e instanceof q))return!1;const n=e.walk(u=>u instanceof Ei);return n instanceof Ei?!!(((r=n.data)==null?void 0:r.errorName)==="ResolverNotFound"||((o=n.data)==null?void 0:o.errorName)==="ResolverWildcardNotSupported"||((s=n.data)==null?void 0:s.errorName)==="ResolverNotContract"||((i=n.data)==null?void 0:i.errorName)==="ResolverError"||((c=n.data)==null?void 0:c.errorName)==="HttpError"||(a=n.reason)!=null&&a.includes("Wildcard on non-extended resolvers is not supported")||t==="reverse"&&n.reason===bl[50]):!1}function b1(e){const{abi:t,data:n}=e,r=rr(n,0,4),o=t.find(s=>s.type==="function"&&r===Dr(ht(s)));if(!o)throw new sg(r,{docsPath:"/docs/contract/decodeFunctionData"});return{functionName:o.name,args:"inputs"in o&&o.inputs&&o.inputs.length>0?_r(o.inputs,rr(n,4)):void 0}}const ua="/docs/contract/encodeErrorResult";function If(e){const{abi:t,errorName:n,args:r}=e;let o=t[0];if(n){const a=Tn({abi:t,args:r,name:n});if(!a)throw new ku(n,{docsPath:ua});o=a}if(o.type!=="error")throw new ku(void 0,{docsPath:ua});const s=ht(o),i=Dr(s);let c="0x";if(r&&r.length>0){if(!o.inputs)throw new rg(o.name,{docsPath:ua});c=qt(o.inputs,r)}return nr([i,c])}const la="/docs/contract/encodeFunctionResult";function y1(e){const{abi:t,functionName:n,result:r}=e;let o=t[0];if(n){const i=Tn({abi:t,name:n});if(!i)throw new Kn(n,{docsPath:la});o=i}if(o.type!=="function")throw new Kn(void 0,{docsPath:la});if(!o.outputs)throw new Ru(o.name,{docsPath:la});const s=(()=>{if(o.outputs.length===0)return[];if(o.outputs.length===1)return[r];if(Array.isArray(r))return r;throw new Du(r)})();return qt(o.outputs,s)}const cs="x-batch-gateway:true";async function Mf(e){const{data:t,ccipRequest:n}=e,{args:[r]}=b1({abi:Ji,data:t}),o=[],s=[];return await Promise.all(r.map(async(i,c)=>{try{s[c]=i.urls.includes(cs)?await Mf({data:i.data,ccipRequest:n}):await n(i),o[c]=!1}catch(a){o[c]=!0,s[c]=w1(a)}})),y1({abi:Ji,functionName:"query",result:[o,s]})}function w1(e){return e.name==="HttpRequestError"&&e.status?If({abi:Ji,errorName:"HttpError",args:[e.status,e.shortMessage]}):If({abi:[yl],errorName:"Error",args:["shortMessage"in e?e.shortMessage:e.message]})}function kf(e){if(e.length!==66||e.indexOf("[")!==0||e.indexOf("]")!==65)return null;const t=`0x${e.slice(1,65)}`;return mt(t)?t:null}function us(e){let t=new Uint8Array(32).fill(0);if(!e)return Ae(t);const n=e.split(".");for(let r=n.length-1;r>=0;r-=1){const o=kf(n[r]),s=o?Xn(o):Ie($n(n[r]),"bytes");t=Ie(yt([t,s]),"bytes")}return Ae(t)}function v1(e){return`[${e.slice(2)}]`}function x1(e){const t=new Uint8Array(32).fill(0);return e?kf(e)||Ie($n(e)):Ae(t)}function ls(e){const t=e.replace(/^\.|\.$/gm,"");if(t.length===0)return new Uint8Array(1);const n=new Uint8Array($n(t).byteLength+2);let r=0;const o=t.split(".");for(let s=0;s<o.length;s++){let i=$n(o[s]);i.byteLength>255&&(i=$n(v1(x1(o[s])))),n[r]=i.length,n.set(i,r+1),r+=i.length+1}return n.byteLength!==r+1?n.slice(0,r+1):n}async function E1(e,t){const{blockNumber:n,blockTag:r,coinType:o,name:s,gatewayUrls:i,strict:c}=t,{chain:a}=e,u=(()=>{if(t.universalResolverAddress)return t.universalResolverAddress;if(!a)throw new Error("client chain not configured. universalResolverAddress is required.");return lr({blockNumber:n,chain:a,contract:"ensUniversalResolver"})})(),l=a==null?void 0:a.ensTlds;if(l&&!l.some(f=>s.endsWith(f)))return null;try{const f=Ot({abi:xf,functionName:"addr",...o!=null?{args:[us(s),BigInt(o)]}:{args:[us(s)]}}),p={address:u,abi:wf,functionName:"resolve",args:[Ht(ls(s)),f,i??[cs]],blockNumber:n,blockTag:r},h=await ee(e,Xt,"readContract")(p);if(h[0]==="0x")return null;const m=Mn({abi:xf,args:o!=null?[us(s),BigInt(o)]:void 0,functionName:"addr",data:h[0]});return m==="0x"||Pn(m)==="0x00"?null:m}catch(f){if(c)throw f;if(ca(f,"resolve"))return null;throw f}}class S1 extends q{constructor({data:t}){super("Unable to extract image from metadata. The metadata may be malformed or invalid.",{metaMessages:["- Metadata must be a JSON object with at least an `image`, `image_url` or `image_data` property.","",`Provided data: ${JSON.stringify(t)}`],name:"EnsAvatarInvalidMetadataError"})}}class mo extends q{constructor({reason:t}){super(`ENS NFT avatar URI is invalid. ${t}`,{name:"EnsAvatarInvalidNftUriError"})}}class fa extends q{constructor({uri:t}){super(`Unable to resolve ENS avatar URI "${t}". The URI may be malformed, invalid, or does not respond with a valid image.`,{name:"EnsAvatarUriResolutionError"})}}class P1 extends q{constructor({namespace:t}){super(`ENS NFT avatar namespace "${t}" is not supported. Must be "erc721" or "erc1155".`,{name:"EnsAvatarUnsupportedNamespaceError"})}}const $1=/(?<protocol>https?:\/\/[^\/]*|ipfs:\/|ipns:\/|ar:\/)?(?<root>\/)?(?<subpath>ipfs\/|ipns\/)?(?<target>[\w\-.]+)(?<subtarget>\/.*)?/,A1=/^(Qm[1-9A-HJ-NP-Za-km-z]{44,}|b[A-Za-z2-7]{58,}|B[A-Z2-7]{58,}|z[1-9A-HJ-NP-Za-km-z]{48,}|F[0-9A-F]{50,})(\/(?<target>[\w\-.]+))?(?<subtarget>\/.*)?$/,T1=/^data:([a-zA-Z\-/+]*);base64,([^"].*)/,O1=/^data:([a-zA-Z\-/+]*)?(;[a-zA-Z0-9].*?)?(,)/;async function N1(e){try{const t=await fetch(e,{method:"HEAD"});if(t.status===200){const n=t.headers.get("content-type");return n==null?void 0:n.startsWith("image/")}return!1}catch(t){return typeof t=="object"&&typeof t.response<"u"||!globalThis.hasOwnProperty("Image")?!1:new Promise(n=>{const r=new Image;r.onload=()=>{n(!0)},r.onerror=()=>{n(!1)},r.src=e})}}function Lf(e,t){return e?e.endsWith("/")?e.slice(0,-1):e:t}function Bf({uri:e,gatewayUrls:t}){const n=T1.test(e);if(n)return{uri:e,isOnChain:!0,isEncoded:n};const r=Lf(t==null?void 0:t.ipfs,"https://ipfs.io"),o=Lf(t==null?void 0:t.arweave,"https://arweave.net"),s=e.match($1),{protocol:i,subpath:c,target:a,subtarget:u=""}=(s==null?void 0:s.groups)||{},l=i==="ipns:/"||c==="ipns/",f=i==="ipfs:/"||c==="ipfs/"||A1.test(e);if(e.startsWith("http")&&!l&&!f){let d=e;return t!=null&&t.arweave&&(d=e.replace(/https:\/\/arweave.net/g,t==null?void 0:t.arweave)),{uri:d,isOnChain:!1,isEncoded:!1}}if((l||f)&&a)return{uri:`${r}/${l?"ipns":"ipfs"}/${a}${u}`,isOnChain:!1,isEncoded:!1};if(i==="ar:/"&&a)return{uri:`${o}/${a}${u||""}`,isOnChain:!1,isEncoded:!1};let p=e.replace(O1,"");if(p.startsWith("<svg")&&(p=`data:image/svg+xml;base64,${btoa(p)}`),p.startsWith("data:")||p.startsWith("{"))return{uri:p,isOnChain:!0,isEncoded:!1};throw new fa({uri:e})}function Ff(e){if(typeof e!="object"||!("image"in e)&&!("image_url"in e)&&!("image_data"in e))throw new S1({data:e});return e.image||e.image_url||e.image_data}async function C1({gatewayUrls:e,uri:t}){try{const n=await fetch(t).then(o=>o.json());return await da({gatewayUrls:e,uri:Ff(n)})}catch{throw new fa({uri:t})}}async function da({gatewayUrls:e,uri:t}){const{uri:n,isOnChain:r}=Bf({uri:t,gatewayUrls:e});if(r||await N1(n))return n;throw new fa({uri:t})}function I1(e){let t=e;t.startsWith("did:nft:")&&(t=t.replace("did:nft:","").replace(/_/g,"/"));const[n,r,o]=t.split("/"),[s,i]=n.split(":"),[c,a]=r.split(":");if(!s||s.toLowerCase()!=="eip155")throw new mo({reason:"Only EIP-155 supported"});if(!i)throw new mo({reason:"Chain ID not found"});if(!a)throw new mo({reason:"Contract address not found"});if(!o)throw new mo({reason:"Token ID not found"});if(!c)throw new mo({reason:"ERC namespace not found"});return{chainID:Number.parseInt(i),namespace:c.toLowerCase(),contractAddress:a,tokenID:o}}async function M1(e,{nft:t}){if(t.namespace==="erc721")return Xt(e,{address:t.contractAddress,abi:[{name:"tokenURI",type:"function",stateMutability:"view",inputs:[{name:"tokenId",type:"uint256"}],outputs:[{name:"",type:"string"}]}],functionName:"tokenURI",args:[BigInt(t.tokenID)]});if(t.namespace==="erc1155")return Xt(e,{address:t.contractAddress,abi:[{name:"uri",type:"function",stateMutability:"view",inputs:[{name:"_id",type:"uint256"}],outputs:[{name:"",type:"string"}]}],functionName:"uri",args:[BigInt(t.tokenID)]});throw new P1({namespace:t.namespace})}async function k1(e,{gatewayUrls:t,record:n}){return/eip155:/i.test(n)?L1(e,{gatewayUrls:t,record:n}):da({uri:n,gatewayUrls:t})}async function L1(e,{gatewayUrls:t,record:n}){const r=I1(n),o=await M1(e,{nft:r}),{uri:s,isOnChain:i,isEncoded:c}=Bf({uri:o,gatewayUrls:t});if(i&&(s.includes("data:application/json;base64,")||s.startsWith("{"))){const u=c?atob(s.replace("data:application/json;base64,","")):s,l=JSON.parse(u);return da({uri:Ff(l),gatewayUrls:t})}let a=r.tokenID;return r.namespace==="erc1155"&&(a=a.replace("0x","").padStart(64,"0")),C1({gatewayUrls:t,uri:s.replace(/(?:0x)?{id}/,a)})}async function Rf(e,t){const{blockNumber:n,blockTag:r,key:o,name:s,gatewayUrls:i,strict:c}=t,{chain:a}=e,u=(()=>{if(t.universalResolverAddress)return t.universalResolverAddress;if(!a)throw new Error("client chain not configured. universalResolverAddress is required.");return lr({blockNumber:n,chain:a,contract:"ensUniversalResolver"})})(),l=a==null?void 0:a.ensTlds;if(l&&!l.some(f=>s.endsWith(f)))return null;try{const f={address:u,abi:wf,functionName:"resolve",args:[Ht(ls(s)),Ot({abi:vf,functionName:"text",args:[us(s),o]}),i??[cs]],blockNumber:n,blockTag:r},d=await ee(e,Xt,"readContract")(f);if(d[0]==="0x")return null;const h=Mn({abi:vf,functionName:"text",data:d[0]});return h===""?null:h}catch(f){if(c)throw f;if(ca(f,"resolve"))return null;throw f}}async function B1(e,{blockNumber:t,blockTag:n,assetGatewayUrls:r,name:o,gatewayUrls:s,strict:i,universalResolverAddress:c}){const a=await ee(e,Rf,"getEnsText")({blockNumber:t,blockTag:n,key:"avatar",name:o,universalResolverAddress:c,gatewayUrls:s,strict:i});if(!a)return null;try{return await k1(e,{record:a,gatewayUrls:r})}catch{return null}}async function F1(e,{address:t,blockNumber:n,blockTag:r,gatewayUrls:o,strict:s,universalResolverAddress:i}){let c=i;if(!c){if(!e.chain)throw new Error("client chain not configured. universalResolverAddress is required.");c=lr({blockNumber:n,chain:e.chain,contract:"ensUniversalResolver"})}const a=`${t.toLowerCase().substring(2)}.addr.reverse`;try{const u={address:c,abi:Uy,functionName:"reverse",args:[Ht(ls(a))],blockNumber:n,blockTag:r},l=ee(e,Xt,"readContract"),[f,p]=o?await l({...u,args:[...u.args,o]}):await l(u);return t.toLowerCase()!==p.toLowerCase()?null:f}catch(u){if(s)throw u;if(ca(u,"reverse"))return null;throw u}}async function R1(e,t){const{blockNumber:n,blockTag:r,name:o}=t,{chain:s}=e,i=(()=>{if(t.universalResolverAddress)return t.universalResolverAddress;if(!s)throw new Error("client chain not configured. universalResolverAddress is required.");return lr({blockNumber:n,chain:s,contract:"ensUniversalResolver"})})(),c=s==null?void 0:s.ensTlds;if(c&&!c.some(u=>o.endsWith(u)))throw new Error(`${o} is not a valid ENS TLD (${c==null?void 0:c.join(", ")}) for chain "${s.name}" (id: ${s.id}).`);const[a]=await ee(e,Xt,"readContract")({address:i,abi:[{inputs:[{type:"bytes"}],name:"findResolver",outputs:[{type:"address"},{type:"bytes32"}],stateMutability:"view",type:"function"}],functionName:"findResolver",args:[Ht(ls(o))],blockNumber:n,blockTag:r});return a}async function Df(e,t){var x,T,w;const{account:n=e.account,blockNumber:r,blockTag:o="latest",blobs:s,data:i,gas:c,gasPrice:a,maxFeePerBlobGas:u,maxFeePerGas:l,maxPriorityFeePerGas:f,to:p,value:d,...h}=t,m=n?wt(n):void 0;try{uo(t);const L=(typeof r=="bigint"?J(r):void 0)||o,B=(w=(T=(x=e.chain)==null?void 0:x.formatters)==null?void 0:T.transactionRequest)==null?void 0:w.format,D=(B||Qo)({...ki(h,{format:B}),from:m==null?void 0:m.address,blobs:s,data:i,gas:c,gasPrice:a,maxFeePerBlobGas:u,maxFeePerGas:l,maxPriorityFeePerGas:f,to:p,value:d}),g=await e.request({method:"eth_createAccessList",params:[D,L]});return{accessList:g.accessList,gasUsed:BigInt(g.gasUsed)}}catch(A){throw $f(A,{...t,account:m,chain:e.chain})}}async function D1(e){const t=Go(e,{method:"eth_newBlockFilter"}),n=await e.request({method:"eth_newBlockFilter"});return{id:n,request:t(n),type:"block"}}async function jf(e,{address:t,args:n,event:r,events:o,fromBlock:s,strict:i,toBlock:c}={}){const a=o??(r?[r]:void 0),u=Go(e,{method:"eth_newFilter"});let l=[];a&&(l=[a.flatMap(d=>jr({abi:[d],eventName:d.name,args:n}))],r&&(l=l[0]));const f=await e.request({method:"eth_newFilter",params:[{address:t,fromBlock:typeof s=="bigint"?J(s):s,toBlock:typeof c=="bigint"?J(c):c,...l.length?{topics:l}:{}}]});return{abi:a,args:n,eventName:r?r.name:void 0,fromBlock:s,id:f,request:u(f),strict:!!i,toBlock:c,type:"event"}}async function _f(e){const t=Go(e,{method:"eth_newPendingTransactionFilter"}),n=await e.request({method:"eth_newPendingTransactionFilter"});return{id:n,request:t(n),type:"transaction"}}async function j1(e){const t=await e.request({method:"eth_blobBaseFee"});return BigInt(t)}async function _1(e,{blockHash:t,blockNumber:n,blockTag:r="latest"}={}){const o=n!==void 0?J(n):void 0;let s;return t?s=await e.request({method:"eth_getBlockTransactionCountByHash",params:[t]},{dedupe:!0}):s=await e.request({method:"eth_getBlockTransactionCountByNumber",params:[o||r]},{dedupe:!!o}),zt(s)}async function Uf(e,{address:t,blockNumber:n,blockTag:r="latest"}){const o=n!==void 0?J(n):void 0,s=await e.request({method:"eth_getCode",params:[t,o||r]},{dedupe:!!o});if(s!=="0x")return s}class U1 extends q{constructor({address:t}){super(`No EIP-712 domain found on contract "${t}".`,{metaMessages:["Ensure that:",`- The contract is deployed at the address "${t}".`,"- `eip712Domain()` function exists on the contract.","- `eip712Domain()` function matches signature to ERC-5267 specification."],name:"Eip712DomainNotFoundError"})}}async function z1(e,t){const{address:n,factory:r,factoryData:o}=t;try{const[s,i,c,a,u,l,f]=await ee(e,Xt,"readContract")({abi:H1,address:n,functionName:"eip712Domain",factory:r,factoryData:o});return{domain:{name:i,version:c,chainId:Number(a),verifyingContract:u,salt:l},extensions:f,fields:s}}catch(s){const i=s;throw i.name==="ContractFunctionExecutionError"&&i.cause.name==="ContractFunctionZeroDataError"?new U1({address:n}):i}}const H1=[{inputs:[],name:"eip712Domain",outputs:[{name:"fields",type:"bytes1"},{name:"name",type:"string"},{name:"version",type:"string"},{name:"chainId",type:"uint256"},{name:"verifyingContract",type:"address"},{name:"salt",type:"bytes32"},{name:"extensions",type:"uint256[]"}],stateMutability:"view",type:"function"}];function W1(e){var t;return{baseFeePerGas:e.baseFeePerGas.map(n=>BigInt(n)),gasUsedRatio:e.gasUsedRatio,oldestBlock:BigInt(e.oldestBlock),reward:(t=e.reward)==null?void 0:t.map(n=>n.map(r=>BigInt(r)))}}async function V1(e,{blockCount:t,blockNumber:n,blockTag:r="latest",rewardPercentiles:o}){const s=typeof n=="bigint"?J(n):void 0,i=await e.request({method:"eth_feeHistory",params:[J(t),s||r,o]},{dedupe:!!s});return W1(i)}async function G1(e,{filter:t}){const n=t.strict??!1,o=(await t.request({method:"eth_getFilterLogs",params:[t.id]})).map(s=>Kt(s));return t.abi?Ui({abi:t.abi,logs:o,strict:n}):o}class q1 extends q{constructor({callbackSelector:t,cause:n,data:r,extraData:o,sender:s,urls:i}){var c;super(n.shortMessage||"An error occurred while fetching for an offchain result.",{cause:n,metaMessages:[...n.metaMessages||[],(c=n.metaMessages)!=null&&c.length?"":[],"Offchain Gateway Call:",i&&[" Gateway URL(s):",...i.map(a=>` ${zr(a)}`)],` Sender: ${s}`,` Data: ${r}`,` Callback selector: ${t}`,` Extra data: ${o}`].flat(),name:"OffchainLookupError"})}}class Z1 extends q{constructor({result:t,url:n}){super("Offchain gateway response is malformed. Response data must be a hex value.",{metaMessages:[`Gateway URL: ${zr(n)}`,`Response: ${Te(t)}`],name:"OffchainLookupResponseMalformedError"})}}class K1 extends q{constructor({sender:t,to:n}){super("Reverted sender address does not match target contract address (`to`).",{metaMessages:[`Contract address: ${n}`,`OffchainLookup sender address: ${t}`],name:"OffchainLookupSenderMismatchError"})}}const Y1="0x556f1830",zf={name:"OffchainLookup",type:"error",inputs:[{name:"sender",type:"address"},{name:"urls",type:"string[]"},{name:"callData",type:"bytes"},{name:"callbackFunction",type:"bytes4"},{name:"extraData",type:"bytes"}]};async function X1(e,{blockNumber:t,blockTag:n,data:r,to:o}){const{args:s}=El({data:r,abi:[zf]}),[i,c,a,u,l]=s,{ccipRead:f}=e,p=f&&typeof(f==null?void 0:f.request)=="function"?f.request:Hf;try{if(!Jo(o,i))throw new K1({sender:i,to:o});const d=c.includes(cs)?await Mf({data:a,ccipRequest:p}):await p({data:a,sender:i,urls:c}),{data:h}=await fo(e,{blockNumber:t,blockTag:n,data:yt([u,qt([{type:"bytes"},{type:"bytes"}],[d,l])]),to:o});return h}catch(d){throw new q1({callbackSelector:u,cause:d,data:r,extraData:l,sender:i,urls:c})}}async function Hf({data:e,sender:t,urls:n}){var o;let r=new Error("An unknown error occurred.");for(let s=0;s<n.length;s++){const i=n[s],c=i.includes("{data}")?"GET":"POST",a=c==="POST"?{data:e,sender:t}:void 0,u=c==="POST"?{"Content-Type":"application/json"}:{};try{const l=await fetch(i.replace("{sender}",t.toLowerCase()).replace("{data}",e),{body:JSON.stringify(a),headers:u,method:c});let f;if((o=l.headers.get("Content-Type"))!=null&&o.startsWith("application/json")?f=(await l.json()).data:f=await l.text(),!l.ok){r=new On({body:a,details:f!=null&&f.error?Te(f.error):l.statusText,headers:l.headers,status:l.status,url:i});continue}if(!mt(f)){r=new Z1({result:f,url:i});continue}return f}catch(l){r=new On({body:a,details:l.message,url:i})}}throw r}const Q1=Object.freeze(Object.defineProperty({__proto__:null,ccipRequest:Hf,offchainLookup:X1,offchainLookupAbiItem:zf,offchainLookupSignature:Y1},Symbol.toStringTag,{value:"Module"}));function J1(e){return{formatters:void 0,fees:void 0,serializers:void 0,...e}}class ew extends q{constructor({domain:t}){super(`Invalid domain "${Te(t)}".`,{metaMessages:["Must be a valid EIP-712 domain."]})}}class tw extends q{constructor({primaryType:t,types:n}){super(`Invalid primary type \`${t}\` must be one of \`${JSON.stringify(Object.keys(n))}\`.`,{docsPath:"/api/glossary/Errors#typeddatainvalidprimarytypeerror",metaMessages:["Check that the primary type is a key in `types`."]})}}class nw extends q{constructor({type:t}){super(`Struct type "${t}" is invalid.`,{metaMessages:["Struct type must not be a Solidity type."],name:"InvalidStructTypeError"})}}function rw(e){const{domain:t={},message:n,primaryType:r}=e,o={EIP712Domain:cw({domain:t}),...e.types};aw({domain:t,message:n,primaryType:r,types:o});const s=["0x1901"];return t&&s.push(ow({domain:t,types:o})),r!=="EIP712Domain"&&s.push(Wf({data:n,primaryType:r,types:o})),Ie(yt(s))}function ow({domain:e,types:t}){return Wf({data:e,primaryType:"EIP712Domain",types:t})}function Wf({data:e,primaryType:t,types:n}){const r=Vf({data:e,primaryType:t,types:n});return Ie(r)}function Vf({data:e,primaryType:t,types:n}){const r=[{type:"bytes32"}],o=[sw({primaryType:t,types:n})];for(const s of n[t]){const[i,c]=qf({types:n,name:s.name,type:s.type,value:e[s.name]});r.push(i),o.push(c)}return qt(r,o)}function sw({primaryType:e,types:t}){const n=Ht(iw({primaryType:e,types:t}));return Ie(n)}function iw({primaryType:e,types:t}){let n="";const r=Gf({primaryType:e,types:t});r.delete(e);const o=[e,...Array.from(r).sort()];for(const s of o)n+=`${s}(${t[s].map(({name:i,type:c})=>`${c} ${i}`).join(",")})`;return n}function Gf({primaryType:e,types:t},n=new Set){const r=e.match(/^\w*/u),o=r==null?void 0:r[0];if(n.has(o)||t[o]===void 0)return n;n.add(o);for(const s of t[o])Gf({primaryType:s.type,types:t},n);return n}function qf({types:e,name:t,type:n,value:r}){if(e[n]!==void 0)return[{type:"bytes32"},Ie(Vf({data:r,primaryType:n,types:e}))];if(n==="bytes")return r=`0x${(r.length%2?"0":"")+r.slice(2)}`,[{type:"bytes32"},Ie(r)];if(n==="string")return[{type:"bytes32"},Ie(Ht(r))];if(n.lastIndexOf("]")===n.length-1){const o=n.slice(0,n.lastIndexOf("[")),s=r.map(i=>qf({name:t,type:o,types:e,value:i}));return[{type:"bytes32"},Ie(qt(s.map(([i])=>i),s.map(([,i])=>i)))]}return[{type:n},r]}function aw(e){const{domain:t,message:n,primaryType:r,types:o}=e,s=(i,c)=>{for(const a of i){const{name:u,type:l}=a,f=c[u],p=l.match(fl);if(p&&(typeof f=="number"||typeof f=="bigint")){const[m,x,T]=p;J(f,{signed:x==="int",size:Number.parseInt(T)/8})}if(l==="address"&&typeof f=="string"&&!Je(f))throw new dn({address:f});const d=l.match(Kg);if(d){const[m,x]=d;if(x&&ve(f)!==Number.parseInt(x))throw new ag({expectedSize:Number.parseInt(x),givenSize:ve(f)})}const h=o[l];h&&(uw(l),s(h,f))}};if(o.EIP712Domain&&t){if(typeof t!="object")throw new ew({domain:t});s(o.EIP712Domain,t)}if(r!=="EIP712Domain")if(o[r])s(o[r],n);else throw new tw({primaryType:r,types:o})}function cw({domain:e}){return[typeof(e==null?void 0:e.name)=="string"&&{name:"name",type:"string"},(e==null?void 0:e.version)&&{name:"version",type:"string"},(typeof(e==null?void 0:e.chainId)=="number"||typeof(e==null?void 0:e.chainId)=="bigint")&&{name:"chainId",type:"uint256"},(e==null?void 0:e.verifyingContract)&&{name:"verifyingContract",type:"address"},(e==null?void 0:e.salt)&&{name:"salt",type:"bytes32"}].filter(Boolean)}function uw(e){if(e==="address"||e==="bool"||e==="string"||e.startsWith("bytes")||e.startsWith("uint")||e.startsWith("int"))throw new nw({type:e})}const lw=`Ethereum Signed Message:
|
|
75
|
+
`;function fw(e){const t=typeof e=="string"?Br(e):typeof e.raw=="string"?e.raw:Ae(e.raw),n=Br(`${lw}${ve(t)}`);return yt([n,t])}function Zf(e,t){return Ie(fw(e),t)}const Kf="0x6492649264926492649264926492649264926492649264926492649264926492";function dw(e){return ll(e,-32)===Kf}function pw(e){const{address:t,data:n,signature:r,to:o="hex"}=e,s=nr([qt([{type:"address"},{type:"bytes"},{type:"bytes"}],[t,n,r]),Kf]);return o==="hex"?s:bt(s)}class hw extends q{constructor({value:t}){super(`Number \`${t}\` is not a valid decimal number.`,{name:"InvalidDecimalNumberError"})}}function mw(e,t){if(!/^(-?)([0-9]*)\.?([0-9]*)$/.test(e))throw new hw({value:e});let[n,r="0"]=e.split(".");const o=n.startsWith("-");if(o&&(n=n.slice(1)),r=r.replace(/(0+)$/,""),t===0)Math.round(+`.${r}`)===1&&(n=`${BigInt(n)+1n}`),r="";else if(r.length>t){const[s,i,c]=[r.slice(0,t-1),r.slice(t-1,t),r.slice(t)],a=Math.round(+`${i}.${c}`);a>9?r=`${BigInt(s)+BigInt(1)}0`.padStart(s.length+1,"0"):r=`${s}${a}`,r.length>t&&(r=r.slice(1),n=`${BigInt(n)+1n}`),r=r.slice(0,t)}else r=r.padEnd(t,"0");return BigInt(`${o?"-":""}${n}${r}`)}function gw(e){return e.map(t=>({...t,value:BigInt(t.value)}))}function bw(e){return{...e,balance:e.balance?BigInt(e.balance):void 0,nonce:e.nonce?zt(e.nonce):void 0,storageProof:e.storageProof?gw(e.storageProof):void 0}}async function yw(e,{address:t,blockNumber:n,blockTag:r,storageKeys:o}){const s=r??"latest",i=n!==void 0?J(n):void 0,c=await e.request({method:"eth_getProof",params:[t,o,i||s]});return bw(c)}async function ww(e,{address:t,blockNumber:n,blockTag:r="latest",slot:o}){const s=n!==void 0?J(n):void 0;return await e.request({method:"eth_getStorageAt",params:[t,o,s||r]})}async function pa(e,{blockHash:t,blockNumber:n,blockTag:r,hash:o,index:s}){var l,f,p;const i=r||"latest",c=n!==void 0?J(n):void 0;let a=null;if(o?a=await e.request({method:"eth_getTransactionByHash",params:[o]},{dedupe:!0}):t?a=await e.request({method:"eth_getTransactionByBlockHashAndIndex",params:[t,J(s)]},{dedupe:!0}):a=await e.request({method:"eth_getTransactionByBlockNumberAndIndex",params:[c||i,J(s)]},{dedupe:!!c}),!a)throw new Al({blockHash:t,blockNumber:n,blockTag:i,hash:o,index:s});return(((p=(f=(l=e.chain)==null?void 0:l.formatters)==null?void 0:f.transaction)==null?void 0:p.format)||Dl)(a)}async function vw(e,{hash:t,transactionReceipt:n}){const[r,o]=await Promise.all([ee(e,ho,"getBlockNumber")({}),t?ee(e,pa,"getTransaction")({hash:t}):void 0]),s=(n==null?void 0:n.blockNumber)||(o==null?void 0:o.blockNumber);return s?r-s+1n:0n}async function fs(e,{hash:t}){var o,s,i;const n=await e.request({method:"eth_getTransactionReceipt",params:[t]},{dedupe:!0});if(!n)throw new Tl({hash:t});return(((i=(s=(o=e.chain)==null?void 0:o.formatters)==null?void 0:s.transactionReceipt)==null?void 0:i.format)||i1)(n)}async function xw(e,t){var T;const{account:n,allowFailure:r=!0,batchSize:o,blockNumber:s,blockTag:i,multicallAddress:c,stateOverride:a}=t,u=t.contracts,l=o??(typeof((T=e.batch)==null?void 0:T.multicall)=="object"&&e.batch.multicall.batchSize||1024);let f=c;if(!f){if(!e.chain)throw new Error("client chain not configured. multicallAddress is required.");f=lr({blockNumber:s,chain:e.chain,contract:"multicall3"})}const p=[[]];let d=0,h=0;for(let w=0;w<u.length;w++){const{abi:A,address:L,args:B,functionName:_}=u[w];try{const D=Ot({abi:A,args:B,functionName:_});h+=(D.length-2)/2,l>0&&h>l&&p[d].length>0&&(d++,h=(D.length-2)/2,p[d]=[]),p[d]=[...p[d],{allowFailure:!0,callData:D,target:L}]}catch(D){const g=ar(D,{abi:A,address:L,args:B,docsPath:"/docs/contract/multicall",functionName:_,sender:n});if(!r)throw g;p[d]=[...p[d],{allowFailure:!0,callData:"0x",target:L}]}}const m=await Promise.allSettled(p.map(w=>ee(e,Xt,"readContract")({abi:Qi,account:n,address:f,args:[w],blockNumber:s,blockTag:i,functionName:"aggregate3",stateOverride:a}))),x=[];for(let w=0;w<m.length;w++){const A=m[w];if(A.status==="rejected"){if(!r)throw A.reason;for(let B=0;B<p[w].length;B++)x.push({status:"failure",error:A.reason,result:void 0});continue}const L=A.value;for(let B=0;B<L.length;B++){const{returnData:_,success:D}=L[B],{callData:g}=p[w][B],{abi:y,address:$,functionName:I,args:O}=u[x.length];try{if(g==="0x")throw new kr;if(!D)throw new Zo({data:_});const P=Mn({abi:y,args:O,data:_,functionName:I});x.push(r?{result:P,status:"success"}:P)}catch(P){const S=ar(P,{abi:y,address:$,args:O,docsPath:"/docs/contract/multicall",functionName:I});if(!r)throw S;x.push({error:S,result:void 0,status:"failure"})}}}if(x.length!==u.length)throw new q("multicall results mismatch");return x}async function ha(e,t){const{blockNumber:n,blockTag:r=e.experimental_blockTag??"latest",blocks:o,returnFullTransactions:s,traceTransfers:i,validation:c}=t;try{const a=[];for(const p of o){const d=p.blockOverrides?bf(p.blockOverrides):void 0,h=p.calls.map(x=>{const T=x,w=T.account?wt(T.account):void 0,A=T.abi?Ot(T):T.data,L={...T,data:T.dataSuffix?yt([A||"0x",T.dataSuffix]):A,from:T.from??(w==null?void 0:w.address)};return uo(L),Qo(L)}),m=p.stateOverrides?Li(p.stateOverrides):void 0;a.push({blockOverrides:d,calls:h,stateOverrides:m})}const l=(typeof n=="bigint"?J(n):void 0)||r;return(await e.request({method:"eth_simulateV1",params:[{blockStateCalls:a,returnFullTransactions:s,traceTransfers:i,validation:c},l]})).map((p,d)=>({...jl(p),calls:p.calls.map((h,m)=>{var $,I;const{abi:x,args:T,functionName:w,to:A}=o[d].calls[m],L=(($=h.error)==null?void 0:$.data)??h.returnData,B=BigInt(h.gasUsed),_=(I=h.logs)==null?void 0:I.map(O=>Kt(O)),D=h.status==="0x1"?"success":"failure",g=x&&D==="success"&&L!=="0x"?Mn({abi:x,data:L,functionName:w}):null,y=(()=>{var P;if(D==="success")return;let O;if(((P=h.error)==null?void 0:P.data)==="0x"?O=new kr:h.error&&(O=new Zo(h.error)),!!O)return ar(O,{abi:x??[],address:A??"0x",args:T,functionName:w??"<unknown>"})})();return{data:L,gasUsed:B,logs:_,status:D,...D==="success"?{result:g}:{error:y}}})}))}catch(a){const u=a,l=Mi(u,{});throw l instanceof Xo?u:l}}function Yf(e,t={}){const{as:n=typeof e=="string"?"Hex":"Bytes"}=t,r=sl(Ty(e));return n==="Bytes"?r:df(r)}class Ew extends Map{constructor(t){super(),Object.defineProperty(this,"maxSize",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.maxSize=t}get(t){const n=super.get(t);return super.has(t)&&n!==void 0&&(this.delete(t),super.set(t,n)),n}set(t,n){if(super.set(t,n),this.maxSize&&this.size>this.maxSize){const r=this.keys().next().value;r&&this.delete(r)}return this}}const ma={checksum:new Ew(8192)}.checksum,Sw=/^0x[a-fA-F0-9]{40}$/;function ds(e,t={}){const{strict:n=!0}=t;if(!Sw.test(e))throw new Xf({address:e,cause:new $w});if(n){if(e.toLowerCase()===e)return;if(Pw(e)!==e)throw new Xf({address:e,cause:new Aw})}}function Pw(e){if(ma.has(e))return ma.get(e);ds(e,{strict:!1});const t=e.substring(2).toLowerCase(),n=Yf(Cy(t),{as:"Bytes"}),r=t.split("");for(let s=0;s<40;s+=2)n[s>>1]>>4>=8&&r[s]&&(r[s]=r[s].toUpperCase()),(n[s>>1]&15)>=8&&r[s+1]&&(r[s+1]=r[s+1].toUpperCase());const o=`0x${r.join("")}`;return ma.set(e,o),o}function ga(e,t={}){const{strict:n=!0}=t??{};try{return ds(e,{strict:n}),!0}catch{return!1}}class Xf extends ge{constructor({address:t,cause:n}){super(`Address "${t}" is invalid.`,{cause:n}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Address.InvalidAddressError"})}}class $w extends ge{constructor(){super("Address is not a 20 byte (40 hexadecimal character) value."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Address.InvalidInputError"})}}class Aw extends ge{constructor(){super("Address does not match its checksum counterpart."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Address.InvalidChecksumError"})}}function ba(e){let t=!0,n="",r=0,o="",s=!1;for(let i=0;i<e.length;i++){const c=e[i];if(["(",")",","].includes(c)&&(t=!0),c==="("&&r++,c===")"&&r--,!!t){if(r===0){if(c===" "&&["event","function","error",""].includes(o))o="";else if(o+=c,c===")"){s=!0;break}continue}if(c===" "){e[i-1]!==","&&n!==","&&n!==",("&&(n="",t=!1);continue}o+=c,n+=c}}if(!s)throw new ge("Unable to normalize signature.");return o}function ya(e,t){const n=typeof e,r=t.type;switch(r){case"address":return ga(e,{strict:!1});case"bool":return n==="boolean";case"function":return n==="string";case"string":return n==="string";default:return r==="tuple"&&"components"in t?Object.values(t.components).every((o,s)=>ya(Object.values(e)[s],o)):/^u?int(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/.test(r)?n==="number"||n==="bigint":/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/.test(r)?n==="string"||e instanceof Uint8Array:/[a-z]+[1-9]{0,3}(\[[0-9]{0,}\])+$/.test(r)?Array.isArray(e)&&e.every(o=>ya(o,{...t,type:r.replace(/(\[[0-9]{0,}\])$/,"")})):!1}}function Qf(e,t,n){for(const r in e){const o=e[r],s=t[r];if(o.type==="tuple"&&s.type==="tuple"&&"components"in o&&"components"in s)return Qf(o.components,s.components,n[r]);const i=[o.type,s.type];if(i.includes("address")&&i.includes("bytes20")?!0:i.includes("address")&&i.includes("string")?ga(n[r],{strict:!1}):i.includes("address")&&i.includes("bytes")?ga(n[r],{strict:!1}):!1)return i}}function Jf(e,t={}){const{prepare:n=!0}=t,r=Array.isArray(e)||typeof e=="string"?Ou(e):e;return{...r,...n?{hash:fr(r)}:{}}}function Tw(e,t,n){const{args:r=[],prepare:o=!0}=n??{},s=Ry(t,{strict:!1}),i=e.filter(u=>s?u.type==="function"||u.type==="error"?ed(u)===Xi(t,0,4):u.type==="event"?fr(u)===t:!1:"name"in u&&u.name===t);if(i.length===0)throw new wa({name:t});if(i.length===1)return{...i[0],...o?{hash:fr(i[0])}:{}};let c;for(const u of i){if(!("inputs"in u))continue;if(!r||r.length===0){if(!u.inputs||u.inputs.length===0)return{...u,...o?{hash:fr(u)}:{}};continue}if(!u.inputs||u.inputs.length===0||u.inputs.length!==r.length)continue;if(r.every((f,p)=>{const d="inputs"in u&&u.inputs[p];return d?ya(f,d):!1})){if(c&&"inputs"in c&&c.inputs){const f=Qf(u.inputs,c.inputs,r);if(f)throw new Nw({abiItem:u,type:f[0]},{abiItem:c,type:f[1]})}c=u}}const a=(()=>{if(c)return c;const[u,...l]=i;return{...u,overloads:l}})();if(!a)throw new wa({name:t});return{...a,...o?{hash:fr(a)}:{}}}function ed(e){return Xi(fr(e),0,4)}function Ow(e){const t=typeof e=="string"?e:Ro(e);return ba(t)}function fr(e){return typeof e!="string"&&"hash"in e&&e.hash?e.hash:Yf(Yi(Ow(e)))}class Nw extends ge{constructor(t,n){super("Found ambiguous types in overloaded ABI Items.",{metaMessages:[`\`${t.type}\` in \`${ba(Ro(t.abiItem))}\`, and`,`\`${n.type}\` in \`${ba(Ro(n.abiItem))}\``,"","These types encode differently and cannot be distinguished at runtime.","Remove one of the ambiguous items in the ABI."]}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiItem.AmbiguityError"})}}class wa extends ge{constructor({name:t,data:n,type:r="item"}){const o=t?` with name "${t}"`:n?` with data "${n}"`:"";super(`ABI ${r}${o} not found.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiItem.NotFoundError"})}}const Cw=/^(.*)\[([0-9]*)\]$/,Iw=/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/,td=/^(u?int)(8|16|24|32|40|48|56|64|72|80|88|96|104|112|120|128|136|144|152|160|168|176|184|192|200|208|216|224|232|240|248|256)?$/;function Mw({checksumAddress:e,parameters:t,values:n}){const r=[];for(let o=0;o<t.length;o++)r.push(va({checksumAddress:e,parameter:t[o],value:n[o]}));return r}function va({checksumAddress:e=!1,parameter:t,value:n}){const r=t,o=_w(r.type);if(o){const[s,i]=o;return Lw(n,{checksumAddress:e,length:s,parameter:{...r,type:i}})}if(r.type==="tuple")return jw(n,{checksumAddress:e,parameter:r});if(r.type==="address")return kw(n,{checksum:e});if(r.type==="bool")return Fw(n);if(r.type.startsWith("uint")||r.type.startsWith("int")){const s=r.type.startsWith("int"),[,,i="256"]=td.exec(r.type)??[];return Rw(n,{signed:s,size:Number(i)})}if(r.type.startsWith("bytes"))return Bw(n,{type:r.type});if(r.type==="string")return Dw(n);throw new sd(r.type)}function xa(e){let t=0;for(let s=0;s<e.length;s++){const{dynamic:i,encoded:c}=e[s];i?t+=32:t+=et(c)}const n=[],r=[];let o=0;for(let s=0;s<e.length;s++){const{dynamic:i,encoded:c}=e[s];i?(n.push(Le(t+o,{size:32})),r.push(c),o+=et(c)):n.push(c)}return Ct(...n,...r)}function kw(e,t){const{checksum:n=!1}=t;return ds(e,{strict:n}),{dynamic:!1,encoded:Ln(e.toLowerCase())}}function Lw(e,t){const{checksumAddress:n,length:r,parameter:o}=t,s=r===null;if(!Array.isArray(e))throw new zw(e);if(!s&&e.length!==r)throw new Uw({expectedLength:r,givenLength:e.length,type:`${o.type}[${r}]`});let i=!1;const c=[];for(let a=0;a<e.length;a++){const u=va({checksumAddress:n,parameter:o,value:e[a]});u.dynamic&&(i=!0),c.push(u)}if(s||i){const a=xa(c);if(s){const u=Le(c.length,{size:32});return{dynamic:!0,encoded:c.length>0?Ct(u,a):u}}if(i)return{dynamic:!0,encoded:a}}return{dynamic:!1,encoded:Ct(...c.map(({encoded:a})=>a))}}function Bw(e,{type:t}){const[,n]=t.split("bytes"),r=et(e);if(!n){let o=e;return r%32!==0&&(o=Bn(o,Math.ceil((e.length-2)/2/32)*32)),{dynamic:!0,encoded:Ct(Ln(Le(r,{size:32})),o)}}if(r!==Number.parseInt(n))throw new rd({expectedSize:Number.parseInt(n),value:e});return{dynamic:!1,encoded:Bn(e)}}function Fw(e){if(typeof e!="boolean")throw new ge(`Invalid boolean value: "${e}" (type: ${typeof e}). Expected: \`true\` or \`false\`.`);return{dynamic:!1,encoded:Ln(ff(e))}}function Rw(e,{signed:t,size:n}){if(typeof n=="number"){const r=2n**(BigInt(n)-(t?1n:0n))-1n,o=t?-r-1n:0n;if(e>r||e<o)throw new pf({max:r.toString(),min:o.toString(),signed:t,size:n/8,value:e.toString()})}return{dynamic:!1,encoded:Le(e,{size:32,signed:t})}}function Dw(e){const t=Yi(e),n=Math.ceil(et(t)/32),r=[];for(let o=0;o<n;o++)r.push(Bn(Xi(t,o*32,(o+1)*32)));return{dynamic:!0,encoded:Ct(Bn(Le(et(t),{size:32})),...r)}}function jw(e,t){const{checksumAddress:n,parameter:r}=t;let o=!1;const s=[];for(let i=0;i<r.components.length;i++){const c=r.components[i],a=Array.isArray(e)?i:c.name,u=va({checksumAddress:n,parameter:c,value:e[a]});s.push(u),u.dynamic&&(o=!0)}return{dynamic:o,encoded:o?xa(s):Ct(...s.map(({encoded:i})=>i))}}function _w(e){const t=e.match(/^(.*)\[(\d+)?\]$/);return t?[t[2]?Number(t[2]):null,t[1]]:void 0}function nd(e,t,n){const{checksumAddress:r=!1}={};if(e.length!==t.length)throw new od({expectedLength:e.length,givenLength:t.length});const o=Mw({checksumAddress:r,parameters:e,values:t}),s=xa(o);return s.length===0?"0x":s}function Ea(e,t){if(e.length!==t.length)throw new od({expectedLength:e.length,givenLength:t.length});const n=[];for(let r=0;r<e.length;r++){const o=e[r],s=t[r];n.push(Ea.encode(o,s))}return Ct(...n)}(function(e){function t(n,r,o=!1){if(n==="address"){const a=r;return ds(a),Ln(a.toLowerCase(),o?32:0)}if(n==="string")return Yi(r);if(n==="bytes")return r;if(n==="bool")return Ln(ff(r),o?32:1);const s=n.match(td);if(s){const[a,u,l="256"]=s,f=Number.parseInt(l)/8;return Le(r,{size:o?32:f,signed:u==="int"})}const i=n.match(Iw);if(i){const[a,u]=i;if(Number.parseInt(u)!==(r.length-2)/2)throw new rd({expectedSize:Number.parseInt(u),value:r});return Bn(r,o?32:0)}const c=n.match(Cw);if(c&&Array.isArray(r)){const[a,u]=c,l=[];for(let f=0;f<r.length;f++)l.push(t(u,r[f],!0));return l.length===0?"0x":Ct(...l)}throw new sd(n)}e.encode=t})(Ea||(Ea={}));class Uw extends ge{constructor({expectedLength:t,givenLength:n,type:r}){super(`Array length mismatch for type \`${r}\`. Expected: \`${t}\`. Given: \`${n}\`.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.ArrayLengthMismatchError"})}}class rd extends ge{constructor({expectedSize:t,value:n}){super(`Size of bytes "${n}" (bytes${et(n)}) does not match expected size (bytes${t}).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.BytesSizeMismatchError"})}}class od extends ge{constructor({expectedLength:t,givenLength:n}){super(["ABI encoding parameters/values length mismatch.",`Expected length (parameters): ${t}`,`Given length (values): ${n}`].join(`
|
|
76
|
+
`)),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.LengthMismatchError"})}}class zw extends ge{constructor(t){super(`Value \`${t}\` is not a valid array.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.InvalidArrayError"})}}class sd extends ge{constructor(t){super(`Type \`${t}\` is not a valid ABI Type.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.InvalidTypeError"})}}function Hw(e,t){var o;const{bytecode:n,args:r}=t;return Ct(n,(o=e.inputs)!=null&&o.length&&(r!=null&&r.length)?nd(e.inputs,r):"0x")}function Ww(e){return Jf(e)}function Vw(e,...t){const{overloads:n}=e,r=n?Gw([e,...n],e.name,{args:t[0]}):e,o=qw(r),s=t.length>0?nd(r.inputs,t[0]):void 0;return s?Ct(o,s):o}function dr(e,t={}){return Jf(e,t)}function Gw(e,t,n){const r=Tw(e,t,n);if(r.type!=="function")throw new wa({name:t,type:"function"});return r}function qw(e){return ed(e)}const Zw="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",It="0x0000000000000000000000000000000000000000",Kw="0x6080604052348015600e575f80fd5b5061016d8061001c5f395ff3fe608060405234801561000f575f80fd5b5060043610610029575f3560e01c8063f8b2cb4f1461002d575b5f80fd5b610047600480360381019061004291906100db565b61005d565b604051610054919061011e565b60405180910390f35b5f8173ffffffffffffffffffffffffffffffffffffffff16319050919050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6100aa82610081565b9050919050565b6100ba816100a0565b81146100c4575f80fd5b50565b5f813590506100d5816100b1565b92915050565b5f602082840312156100f0576100ef61007d565b5b5f6100fd848285016100c7565b91505092915050565b5f819050919050565b61011881610106565b82525050565b5f6020820190506101315f83018461010f565b9291505056fea26469706673582212203b9fe929fe995c7cf9887f0bdba8a36dd78e8b73f149b17d2d9ad7cd09d2dc6264736f6c634300081a0033";async function Yw(e,t){const{blockNumber:n,blockTag:r,calls:o,stateOverrides:s,traceAssetChanges:i,traceTransfers:c,validation:a}=t,u=t.account?wt(t.account):void 0;if(i&&!u)throw new q("`account` is required when `traceAssetChanges` is true");const l=u?Hw(Ww("constructor(bytes, bytes)"),{bytecode:Sf,args:[Kw,Vw(dr("function getBalance(address)"),[u.address])]}):void 0,f=i?await Promise.all(t.calls.map(async b=>{if(!b.data&&!b.abi)return;const{accessList:k}=await Df(e,{account:u.address,...b,data:b.abi?Ot(b):b.data});return k.map(({address:R,storageKeys:j})=>j.length>0?R:null)})).then(b=>b.flat().filter(Boolean)):[],p=await ha(e,{blockNumber:n,blockTag:r,blocks:[...i?[{calls:[{data:l}],stateOverrides:s},{calls:f.map((b,k)=>({abi:[dr("function balanceOf(address) returns (uint256)")],functionName:"balanceOf",args:[u.address],to:b,from:It,nonce:k})),stateOverrides:[{address:It,nonce:0}]}]:[],{calls:[...o,{}].map(b=>({...b,from:u==null?void 0:u.address})),stateOverrides:s},...i?[{calls:[{data:l}]},{calls:f.map((b,k)=>({abi:[dr("function balanceOf(address) returns (uint256)")],functionName:"balanceOf",args:[u.address],to:b,from:It,nonce:k})),stateOverrides:[{address:It,nonce:0}]},{calls:f.map((b,k)=>({to:b,abi:[dr("function decimals() returns (uint256)")],functionName:"decimals",from:It,nonce:k})),stateOverrides:[{address:It,nonce:0}]},{calls:f.map((b,k)=>({to:b,abi:[dr("function tokenURI(uint256) returns (string)")],functionName:"tokenURI",args:[0n],from:It,nonce:k})),stateOverrides:[{address:It,nonce:0}]},{calls:f.map((b,k)=>({to:b,abi:[dr("function symbol() returns (string)")],functionName:"symbol",from:It,nonce:k})),stateOverrides:[{address:It,nonce:0}]}]:[]],traceTransfers:c,validation:a}),d=i?p[2]:p[0],[h,m,,x,T,w,A,L]=i?p:[],{calls:B,..._}=d,D=B.slice(0,-1)??[],g=(h==null?void 0:h.calls)??[],y=(m==null?void 0:m.calls)??[],$=[...g,...y].map(b=>b.status==="success"?At(b.data):null),I=(x==null?void 0:x.calls)??[],O=(T==null?void 0:T.calls)??[],P=[...I,...O].map(b=>b.status==="success"?At(b.data):null),S=((w==null?void 0:w.calls)??[]).map(b=>b.status==="success"?b.result:null),E=((L==null?void 0:L.calls)??[]).map(b=>b.status==="success"?b.result:null),N=((A==null?void 0:A.calls)??[]).map(b=>b.status==="success"?b.result:null),C=[];for(const[b,k]of P.entries()){const R=$[b];if(typeof k!="bigint"||typeof R!="bigint")continue;const j=S[b-1],U=E[b-1],W=N[b-1],K=b===0?{address:Zw,decimals:18,symbol:"ETH"}:{address:f[b-1],decimals:W||j?Number(j??1):void 0,symbol:U??void 0};C.some(G=>G.token.address===K.address)||C.push({token:K,value:{pre:R,post:k,diff:k-R}})}return{assetChanges:C,block:_,results:D}}class id extends li{constructor(t,n){super(),this.finished=!1,this.destroyed=!1,Gu(t);const r=Ho(n);if(this.iHash=t.create(),typeof this.iHash.update!="function")throw new Error("Expected instance of class which extends utils.Hash");this.blockLen=this.iHash.blockLen,this.outputLen=this.iHash.outputLen;const o=this.blockLen,s=new Uint8Array(o);s.set(r.length>o?t.create().update(r).digest():r);for(let i=0;i<s.length;i++)s[i]^=54;this.iHash.update(s),this.oHash=t.create();for(let i=0;i<s.length;i++)s[i]^=106;this.oHash.update(s),er(s)}update(t){return Jn(this),this.iHash.update(t),this}digestInto(t){Jn(this),Vt(t,this.outputLen),this.finished=!0,this.iHash.digestInto(t),this.oHash.update(t),this.oHash.digestInto(t),this.destroy()}digest(){const t=new Uint8Array(this.oHash.outputLen);return this.digestInto(t),t}_cloneInto(t){t||(t=Object.create(Object.getPrototypeOf(this),{}));const{oHash:n,iHash:r,finished:o,destroyed:s,blockLen:i,outputLen:c}=this;return t=t,t.finished=o,t.destroyed=s,t.blockLen=i,t.outputLen=c,t.oHash=n._cloneInto(t.oHash),t.iHash=r._cloneInto(t.iHash),t}clone(){return this._cloneInto()}destroy(){this.destroyed=!0,this.oHash.destroy(),this.iHash.destroy()}}const ad=(e,t,n)=>new id(e,t).update(n).digest();ad.create=(e,t)=>new id(e,t);/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Ue=BigInt(0),Be=BigInt(1),Fn=BigInt(2),cd=BigInt(3),ud=BigInt(4),ld=BigInt(5),Xw=BigInt(7),fd=BigInt(8),Qw=BigInt(9),dd=BigInt(16);function xt(e,t){const n=e%t;return n>=Ue?n:t+n}function tt(e,t,n){let r=e;for(;t-- >Ue;)r*=r,r%=n;return r}function pd(e,t){if(e===Ue)throw new Error("invert: expected non-zero number");if(t<=Ue)throw new Error("invert: expected positive modulus, got "+t);let n=xt(e,t),r=t,o=Ue,s=Be;for(;n!==Ue;){const c=r/n,a=r%n,u=o-s*c;r=n,n=a,o=s,s=u}if(r!==Be)throw new Error("invert: does not exist");return xt(o,t)}function Sa(e,t,n){if(!e.eql(e.sqr(t),n))throw new Error("Cannot find square root")}function hd(e,t){const n=(e.ORDER+Be)/ud,r=e.pow(t,n);return Sa(e,r,t),r}function Jw(e,t){const n=(e.ORDER-ld)/fd,r=e.mul(t,Fn),o=e.pow(r,n),s=e.mul(t,o),i=e.mul(e.mul(s,Fn),o),c=e.mul(s,e.sub(i,e.ONE));return Sa(e,c,t),c}function ev(e){const t=go(e),n=md(e),r=n(t,t.neg(t.ONE)),o=n(t,r),s=n(t,t.neg(r)),i=(e+Xw)/dd;return(c,a)=>{let u=c.pow(a,i),l=c.mul(u,r);const f=c.mul(u,o),p=c.mul(u,s),d=c.eql(c.sqr(l),a),h=c.eql(c.sqr(f),a);u=c.cmov(u,l,d),l=c.cmov(p,f,h);const m=c.eql(c.sqr(l),a),x=c.cmov(u,l,m);return Sa(c,x,a),x}}function md(e){if(e<cd)throw new Error("sqrt is not defined for small field");let t=e-Be,n=0;for(;t%Fn===Ue;)t/=Fn,n++;let r=Fn;const o=go(e);for(;bd(o,r)===1;)if(r++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(n===1)return hd;let s=o.pow(r,t);const i=(t+Be)/Fn;return function(a,u){if(a.is0(u))return u;if(bd(a,u)!==1)throw new Error("Cannot find square root");let l=n,f=a.mul(a.ONE,s),p=a.pow(u,t),d=a.pow(u,i);for(;!a.eql(p,a.ONE);){if(a.is0(p))return a.ZERO;let h=1,m=a.sqr(p);for(;!a.eql(m,a.ONE);)if(h++,m=a.sqr(m),h===l)throw new Error("Cannot find square root");const x=Be<<BigInt(l-h-1),T=a.pow(f,x);l=h,f=a.sqr(T),p=a.mul(p,f),d=a.mul(d,T)}return d}}function tv(e){return e%ud===cd?hd:e%fd===ld?Jw:e%dd===Qw?ev(e):md(e)}const nv=["create","isValid","is0","neg","inv","sqrt","sqr","eql","add","sub","mul","pow","div","addN","subN","mulN","sqrN"];function rv(e){const t={ORDER:"bigint",MASK:"bigint",BYTES:"number",BITS:"number"},n=nv.reduce((r,o)=>(r[o]="function",r),t);return Zi(e,n),e}function ov(e,t,n){if(n<Ue)throw new Error("invalid exponent, negatives unsupported");if(n===Ue)return e.ONE;if(n===Be)return t;let r=e.ONE,o=t;for(;n>Ue;)n&Be&&(r=e.mul(r,o)),o=e.sqr(o),n>>=Be;return r}function gd(e,t,n=!1){const r=new Array(t.length).fill(n?e.ZERO:void 0),o=t.reduce((i,c,a)=>e.is0(c)?i:(r[a]=i,e.mul(i,c)),e.ONE),s=e.inv(o);return t.reduceRight((i,c,a)=>e.is0(c)?i:(r[a]=e.mul(i,r[a]),e.mul(i,c)),s),r}function bd(e,t){const n=(e.ORDER-Be)/Fn,r=e.pow(t,n),o=e.eql(r,e.ONE),s=e.eql(r,e.ZERO),i=e.eql(r,e.neg(e.ONE));if(!o&&!s&&!i)throw new Error("invalid Legendre symbol result");return o?1:s?0:-1}function yd(e,t){t!==void 0&&Fr(t);const n=t!==void 0?t:e.toString(2).length,r=Math.ceil(n/8);return{nBitLength:n,nByteLength:r}}function go(e,t,n=!1,r={}){if(e<=Ue)throw new Error("invalid field: expected ORDER > 0, got "+e);let o,s,i=!1,c;if(typeof t=="object"&&t!=null){if(r.sqrt||n)throw new Error("cannot specify opts in two arguments");const p=t;p.BITS&&(o=p.BITS),p.sqrt&&(s=p.sqrt),typeof p.isLE=="boolean"&&(n=p.isLE),typeof p.modFromBytes=="boolean"&&(i=p.modFromBytes),c=p.allowedLengths}else typeof t=="number"&&(o=t),r.sqrt&&(s=r.sqrt);const{nBitLength:a,nByteLength:u}=yd(e,o);if(u>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let l;const f=Object.freeze({ORDER:e,isLE:n,BITS:a,BYTES:u,MASK:lo(a),ZERO:Ue,ONE:Be,allowedLengths:c,create:p=>xt(p,e),isValid:p=>{if(typeof p!="bigint")throw new Error("invalid field element: expected bigint, got "+typeof p);return Ue<=p&&p<e},is0:p=>p===Ue,isValidNot0:p=>!f.is0(p)&&f.isValid(p),isOdd:p=>(p&Be)===Be,neg:p=>xt(-p,e),eql:(p,d)=>p===d,sqr:p=>xt(p*p,e),add:(p,d)=>xt(p+d,e),sub:(p,d)=>xt(p-d,e),mul:(p,d)=>xt(p*d,e),pow:(p,d)=>ov(f,p,d),div:(p,d)=>xt(p*pd(d,e),e),sqrN:p=>p*p,addN:(p,d)=>p+d,subN:(p,d)=>p-d,mulN:(p,d)=>p*d,inv:p=>pd(p,e),sqrt:s||(p=>(l||(l=tv(e)),l(f,p))),toBytes:p=>n?rf(p,u):Gi(p,u),fromBytes:(p,d=!0)=>{if(c){if(!c.includes(p.length)||p.length>u)throw new Error("Field.fromBytes: expected "+c+" bytes, got "+p.length);const m=new Uint8Array(u);m.set(p,n?0:m.length-p.length),p=m}if(p.length!==u)throw new Error("Field.fromBytes: expected "+u+" bytes, got "+p.length);let h=n?nf(p):ns(p);if(i&&(h=xt(h,e)),!d&&!f.isValid(h))throw new Error("invalid field element: outside of range 0..ORDER");return h},invertBatch:p=>gd(f,p),cmov:(p,d,h)=>h?d:p});return Object.freeze(f)}function wd(e){if(typeof e!="bigint")throw new Error("field order must be bigint");const t=e.toString(2).length;return Math.ceil(t/8)}function vd(e){const t=wd(e);return t+Math.ceil(t/2)}function sv(e,t,n=!1){const r=e.length,o=wd(t),s=vd(t);if(r<16||r<s||r>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+r);const i=n?nf(e):ns(e),c=xt(i,t-Be)+Be;return n?rf(c,o):Gi(c,o)}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const pr=BigInt(0),Rn=BigInt(1);function ps(e,t){const n=t.negate();return e?n:t}function Pa(e,t){const n=gd(e.Fp,t.map(r=>r.Z));return t.map((r,o)=>e.fromAffine(r.toAffine(n[o])))}function xd(e,t){if(!Number.isSafeInteger(e)||e<=0||e>t)throw new Error("invalid window size, expected [1.."+t+"], got W="+e)}function $a(e,t){xd(e,t);const n=Math.ceil(t/e)+1,r=2**(e-1),o=2**e,s=lo(e),i=BigInt(e);return{windows:n,windowSize:r,mask:s,maxNumber:o,shiftBy:i}}function Ed(e,t,n){const{windowSize:r,mask:o,maxNumber:s,shiftBy:i}=n;let c=Number(e&o),a=e>>i;c>r&&(c-=s,a+=Rn);const u=t*r,l=u+Math.abs(c)-1,f=c===0,p=c<0,d=t%2!==0;return{nextN:a,offset:l,isZero:f,isNeg:p,isNegF:d,offsetF:u}}function iv(e,t){if(!Array.isArray(e))throw new Error("array expected");e.forEach((n,r)=>{if(!(n instanceof t))throw new Error("invalid point at index "+r)})}function av(e,t){if(!Array.isArray(e))throw new Error("array of scalars expected");e.forEach((n,r)=>{if(!t.isValid(n))throw new Error("invalid scalar at index "+r)})}const Aa=new WeakMap,Sd=new WeakMap;function Ta(e){return Sd.get(e)||1}function Pd(e){if(e!==pr)throw new Error("invalid wNAF")}class cv{constructor(t,n){this.BASE=t.BASE,this.ZERO=t.ZERO,this.Fn=t.Fn,this.bits=n}_unsafeLadder(t,n,r=this.ZERO){let o=t;for(;n>pr;)n&Rn&&(r=r.add(o)),o=o.double(),n>>=Rn;return r}precomputeWindow(t,n){const{windows:r,windowSize:o}=$a(n,this.bits),s=[];let i=t,c=i;for(let a=0;a<r;a++){c=i,s.push(c);for(let u=1;u<o;u++)c=c.add(i),s.push(c);i=c.double()}return s}wNAF(t,n,r){if(!this.Fn.isValid(r))throw new Error("invalid scalar");let o=this.ZERO,s=this.BASE;const i=$a(t,this.bits);for(let c=0;c<i.windows;c++){const{nextN:a,offset:u,isZero:l,isNeg:f,isNegF:p,offsetF:d}=Ed(r,c,i);r=a,l?s=s.add(ps(p,n[d])):o=o.add(ps(f,n[u]))}return Pd(r),{p:o,f:s}}wNAFUnsafe(t,n,r,o=this.ZERO){const s=$a(t,this.bits);for(let i=0;i<s.windows&&r!==pr;i++){const{nextN:c,offset:a,isZero:u,isNeg:l}=Ed(r,i,s);if(r=c,!u){const f=n[a];o=o.add(l?f.negate():f)}}return Pd(r),o}getPrecomputes(t,n,r){let o=Aa.get(n);return o||(o=this.precomputeWindow(n,t),t!==1&&(typeof r=="function"&&(o=r(o)),Aa.set(n,o))),o}cached(t,n,r){const o=Ta(t);return this.wNAF(o,this.getPrecomputes(o,t,r),n)}unsafe(t,n,r,o){const s=Ta(t);return s===1?this._unsafeLadder(t,n,o):this.wNAFUnsafe(s,this.getPrecomputes(s,t,r),n,o)}createCache(t,n){xd(n,this.bits),Sd.set(t,n),Aa.delete(t)}hasCache(t){return Ta(t)!==1}}function uv(e,t,n,r){let o=t,s=e.ZERO,i=e.ZERO;for(;n>pr||r>pr;)n&Rn&&(s=s.add(o)),r&Rn&&(i=i.add(o)),o=o.double(),n>>=Rn,r>>=Rn;return{p1:s,p2:i}}function lv(e,t,n,r){iv(n,e),av(r,t);const o=n.length,s=r.length;if(o!==s)throw new Error("arrays of points and scalars must have equal length");const i=e.ZERO,c=of(BigInt(o));let a=1;c>12?a=c-3:c>4?a=c-2:c>0&&(a=2);const u=lo(a),l=new Array(Number(u)+1).fill(i),f=Math.floor((t.BITS-1)/a)*a;let p=i;for(let d=f;d>=0;d-=a){l.fill(i);for(let m=0;m<s;m++){const x=r[m],T=Number(x>>BigInt(d)&u);l[T]=l[T].add(n[m])}let h=i;for(let m=l.length-1,x=i;m>0;m--)x=x.add(l[m]),h=h.add(x);if(p=p.add(h),d!==0)for(let m=0;m<a;m++)p=p.double()}return p}function $d(e,t,n){if(t){if(t.ORDER!==e)throw new Error("Field.ORDER must match order: Fp == p, Fn == n");return rv(t),t}else return go(e,{isLE:n})}function fv(e,t,n={},r){if(r===void 0&&(r=e==="edwards"),!t||typeof t!="object")throw new Error(`expected valid ${e} CURVE object`);for(const a of["p","n","h"]){const u=t[a];if(!(typeof u=="bigint"&&u>pr))throw new Error(`CURVE.${a} must be positive bigint`)}const o=$d(t.p,n.Fp,r),s=$d(t.n,n.Fn,r),c=["Gx","Gy","a","b"];for(const a of c)if(!o.isValid(t[a]))throw new Error(`CURVE.${a} must be valid field element of CURVE.Fp`);return t=Object.freeze(Object.assign({},t)),{CURVE:t,Fp:o,Fn:s}}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Ad=(e,t)=>(e+(e>=0?t:-t)/Td)/t;function dv(e,t,n){const[[r,o],[s,i]]=t,c=Ad(i*e,n),a=Ad(-o*e,n);let u=e-c*r-a*s,l=-c*o-a*i;const f=u<Jt,p=l<Jt;f&&(u=-u),p&&(l=-l);const d=lo(Math.ceil(of(n)/2))+hr;if(u<Jt||u>=d||l<Jt||l>=d)throw new Error("splitScalar (endomorphism): failed, k="+e);return{k1neg:f,k1:u,k2neg:p,k2:l}}function Oa(e){if(!["compact","recovered","der"].includes(e))throw new Error('Signature format must be "compact", "recovered", or "der"');return e}function Na(e,t){const n={};for(let r of Object.keys(t))n[r]=e[r]===void 0?t[r]:e[r];return es(n.lowS,"lowS"),es(n.prehash,"prehash"),n.format!==void 0&&Oa(n.format),n}class pv extends Error{constructor(t=""){super(t)}}const Qt={Err:pv,_tlv:{encode:(e,t)=>{const{Err:n}=Qt;if(e<0||e>256)throw new n("tlv.encode: wrong tag");if(t.length&1)throw new n("tlv.encode: unpadded data");const r=t.length/2,o=ts(r);if(o.length/2&128)throw new n("tlv.encode: long form length too big");const s=r>127?ts(o.length/2|128):"";return ts(e)+s+o+t},decode(e,t){const{Err:n}=Qt;let r=0;if(e<0||e>256)throw new n("tlv.encode: wrong tag");if(t.length<2||t[r++]!==e)throw new n("tlv.decode: wrong tlv");const o=t[r++],s=!!(o&128);let i=0;if(!s)i=o;else{const a=o&127;if(!a)throw new n("tlv.decode(long): indefinite length not supported");if(a>4)throw new n("tlv.decode(long): byte length is too big");const u=t.subarray(r,r+a);if(u.length!==a)throw new n("tlv.decode: length bytes not complete");if(u[0]===0)throw new n("tlv.decode(long): zero leftmost byte");for(const l of u)i=i<<8|l;if(r+=a,i<128)throw new n("tlv.decode(long): not minimal encoding")}const c=t.subarray(r,r+i);if(c.length!==i)throw new n("tlv.decode: wrong value length");return{v:c,l:t.subarray(r+i)}}},_int:{encode(e){const{Err:t}=Qt;if(e<Jt)throw new t("integer: negative integers are not allowed");let n=ts(e);if(Number.parseInt(n[0],16)&8&&(n="00"+n),n.length&1)throw new t("unexpected DER parsing assertion: unpadded hex");return n},decode(e){const{Err:t}=Qt;if(e[0]&128)throw new t("invalid signature integer: negative");if(e[0]===0&&!(e[1]&128))throw new t("invalid signature integer: unnecessary leading zero");return ns(e)}},toSig(e){const{Err:t,_int:n,_tlv:r}=Qt,o=_e("signature",e),{v:s,l:i}=r.decode(48,o);if(i.length)throw new t("invalid signature: left bytes after parsing");const{v:c,l:a}=r.decode(2,s),{v:u,l}=r.decode(2,a);if(l.length)throw new t("invalid signature: left bytes after parsing");return{r:n.decode(c),s:n.decode(u)}},hexFromSig(e){const{_tlv:t,_int:n}=Qt,r=t.encode(2,n.encode(e.r)),o=t.encode(2,n.encode(e.s)),s=r+o;return t.encode(48,s)}},Jt=BigInt(0),hr=BigInt(1),Td=BigInt(2),hs=BigInt(3),hv=BigInt(4);function mr(e,t){const{BYTES:n}=e;let r;if(typeof t=="bigint")r=t;else{let o=_e("private key",t);try{r=e.fromBytes(o)}catch{throw new Error(`invalid private key: expected ui8a of size ${n}, got ${typeof t}`)}}if(!e.isValidNot0(r))throw new Error("invalid private key: out of range [1..N-1]");return r}function mv(e,t={}){const n=fv("weierstrass",e,t),{Fp:r,Fn:o}=n;let s=n.CURVE;const{h:i,n:c}=s;Zi(t,{},{allowInfinityPoint:"boolean",clearCofactor:"function",isTorsionFree:"function",fromBytes:"function",toBytes:"function",endo:"object",wrapPrivateKey:"boolean"});const{endo:a}=t;if(a&&(!r.is0(s.a)||typeof a.beta!="bigint"||!Array.isArray(a.basises)))throw new Error('invalid endo: expected "beta": bigint and "basises": array');const u=Nd(r,o);function l(){if(!r.isOdd)throw new Error("compression is not supported: Field does not have .isOdd()")}function f(O,P,S){const{x:E,y:N}=P.toAffine(),C=r.toBytes(E);if(es(S,"isCompressed"),S){l();const b=!r.isOdd(N);return fn(Od(b),C)}else return fn(Uint8Array.of(4),C,r.toBytes(N))}function p(O){kn(O,void 0,"Point");const{publicKey:P,publicKeyUncompressed:S}=u,E=O.length,N=O[0],C=O.subarray(1);if(E===P&&(N===2||N===3)){const b=r.fromBytes(C);if(!r.isValid(b))throw new Error("bad point: is not on curve, wrong x");const k=m(b);let R;try{R=r.sqrt(k)}catch(W){const K=W instanceof Error?": "+W.message:"";throw new Error("bad point: is not on curve, sqrt error"+K)}l();const j=r.isOdd(R);return(N&1)===1!==j&&(R=r.neg(R)),{x:b,y:R}}else if(E===S&&N===4){const b=r.BYTES,k=r.fromBytes(C.subarray(0,b)),R=r.fromBytes(C.subarray(b,b*2));if(!x(k,R))throw new Error("bad point: is not on curve");return{x:k,y:R}}else throw new Error(`bad point: got length ${E}, expected compressed=${P} or uncompressed=${S}`)}const d=t.toBytes||f,h=t.fromBytes||p;function m(O){const P=r.sqr(O),S=r.mul(P,O);return r.add(r.add(S,r.mul(O,s.a)),s.b)}function x(O,P){const S=r.sqr(P),E=m(O);return r.eql(S,E)}if(!x(s.Gx,s.Gy))throw new Error("bad curve params: generator point");const T=r.mul(r.pow(s.a,hs),hv),w=r.mul(r.sqr(s.b),BigInt(27));if(r.is0(r.add(T,w)))throw new Error("bad curve params: a or b");function A(O,P,S=!1){if(!r.isValid(P)||S&&r.is0(P))throw new Error(`bad point coordinate ${O}`);return P}function L(O){if(!(O instanceof y))throw new Error("ProjectivePoint expected")}function B(O){if(!a||!a.basises)throw new Error("no endo");return dv(O,a.basises,o.ORDER)}const _=sf((O,P)=>{const{X:S,Y:E,Z:N}=O;if(r.eql(N,r.ONE))return{x:S,y:E};const C=O.is0();P==null&&(P=C?r.ONE:r.inv(N));const b=r.mul(S,P),k=r.mul(E,P),R=r.mul(N,P);if(C)return{x:r.ZERO,y:r.ZERO};if(!r.eql(R,r.ONE))throw new Error("invZ was invalid");return{x:b,y:k}}),D=sf(O=>{if(O.is0()){if(t.allowInfinityPoint&&!r.is0(O.Y))return;throw new Error("bad point: ZERO")}const{x:P,y:S}=O.toAffine();if(!r.isValid(P)||!r.isValid(S))throw new Error("bad point: x or y not field elements");if(!x(P,S))throw new Error("bad point: equation left != right");if(!O.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});function g(O,P,S,E,N){return S=new y(r.mul(S.X,O),S.Y,S.Z),P=ps(E,P),S=ps(N,S),P.add(S)}class y{constructor(P,S,E){this.X=A("x",P),this.Y=A("y",S,!0),this.Z=A("z",E),Object.freeze(this)}static CURVE(){return s}static fromAffine(P){const{x:S,y:E}=P||{};if(!P||!r.isValid(S)||!r.isValid(E))throw new Error("invalid affine point");if(P instanceof y)throw new Error("projective point not allowed");return r.is0(S)&&r.is0(E)?y.ZERO:new y(S,E,r.ONE)}static fromBytes(P){const S=y.fromAffine(h(kn(P,void 0,"point")));return S.assertValidity(),S}static fromHex(P){return y.fromBytes(_e("pointHex",P))}get x(){return this.toAffine().x}get y(){return this.toAffine().y}precompute(P=8,S=!0){return I.createCache(this,P),S||this.multiply(hs),this}assertValidity(){D(this)}hasEvenY(){const{y:P}=this.toAffine();if(!r.isOdd)throw new Error("Field doesn't support isOdd");return!r.isOdd(P)}equals(P){L(P);const{X:S,Y:E,Z:N}=this,{X:C,Y:b,Z:k}=P,R=r.eql(r.mul(S,k),r.mul(C,N)),j=r.eql(r.mul(E,k),r.mul(b,N));return R&&j}negate(){return new y(this.X,r.neg(this.Y),this.Z)}double(){const{a:P,b:S}=s,E=r.mul(S,hs),{X:N,Y:C,Z:b}=this;let k=r.ZERO,R=r.ZERO,j=r.ZERO,U=r.mul(N,N),W=r.mul(C,C),K=r.mul(b,b),G=r.mul(N,C);return G=r.add(G,G),j=r.mul(N,b),j=r.add(j,j),k=r.mul(P,j),R=r.mul(E,K),R=r.add(k,R),k=r.sub(W,R),R=r.add(W,R),R=r.mul(k,R),k=r.mul(G,k),j=r.mul(E,j),K=r.mul(P,K),G=r.sub(U,K),G=r.mul(P,G),G=r.add(G,j),j=r.add(U,U),U=r.add(j,U),U=r.add(U,K),U=r.mul(U,G),R=r.add(R,U),K=r.mul(C,b),K=r.add(K,K),U=r.mul(K,G),k=r.sub(k,U),j=r.mul(K,W),j=r.add(j,j),j=r.add(j,j),new y(k,R,j)}add(P){L(P);const{X:S,Y:E,Z:N}=this,{X:C,Y:b,Z:k}=P;let R=r.ZERO,j=r.ZERO,U=r.ZERO;const W=s.a,K=r.mul(s.b,hs);let G=r.mul(S,C),H=r.mul(E,b),V=r.mul(N,k),Y=r.add(S,E),Q=r.add(C,b);Y=r.mul(Y,Q),Q=r.add(G,H),Y=r.sub(Y,Q),Q=r.add(S,N);let oe=r.add(C,k);return Q=r.mul(Q,oe),oe=r.add(G,V),Q=r.sub(Q,oe),oe=r.add(E,N),R=r.add(b,k),oe=r.mul(oe,R),R=r.add(H,V),oe=r.sub(oe,R),U=r.mul(W,Q),R=r.mul(K,V),U=r.add(R,U),R=r.sub(H,U),U=r.add(H,U),j=r.mul(R,U),H=r.add(G,G),H=r.add(H,G),V=r.mul(W,V),Q=r.mul(K,Q),H=r.add(H,V),V=r.sub(G,V),V=r.mul(W,V),Q=r.add(Q,V),G=r.mul(H,Q),j=r.add(j,G),G=r.mul(oe,Q),R=r.mul(Y,R),R=r.sub(R,G),G=r.mul(Y,H),U=r.mul(oe,U),U=r.add(U,G),new y(R,j,U)}subtract(P){return this.add(P.negate())}is0(){return this.equals(y.ZERO)}multiply(P){const{endo:S}=t;if(!o.isValidNot0(P))throw new Error("invalid scalar: out of range");let E,N;const C=b=>I.cached(this,b,k=>Pa(y,k));if(S){const{k1neg:b,k1:k,k2neg:R,k2:j}=B(P),{p:U,f:W}=C(k),{p:K,f:G}=C(j);N=W.add(G),E=g(S.beta,U,K,b,R)}else{const{p:b,f:k}=C(P);E=b,N=k}return Pa(y,[E,N])[0]}multiplyUnsafe(P){const{endo:S}=t,E=this;if(!o.isValid(P))throw new Error("invalid scalar: out of range");if(P===Jt||E.is0())return y.ZERO;if(P===hr)return E;if(I.hasCache(this))return this.multiply(P);if(S){const{k1neg:N,k1:C,k2neg:b,k2:k}=B(P),{p1:R,p2:j}=uv(y,E,C,k);return g(S.beta,R,j,N,b)}else return I.unsafe(E,P)}multiplyAndAddUnsafe(P,S,E){const N=this.multiplyUnsafe(S).add(P.multiplyUnsafe(E));return N.is0()?void 0:N}toAffine(P){return _(this,P)}isTorsionFree(){const{isTorsionFree:P}=t;return i===hr?!0:P?P(y,this):I.unsafe(this,c).is0()}clearCofactor(){const{clearCofactor:P}=t;return i===hr?this:P?P(y,this):this.multiplyUnsafe(i)}isSmallOrder(){return this.multiplyUnsafe(i).is0()}toBytes(P=!0){return es(P,"isCompressed"),this.assertValidity(),d(y,this,P)}toHex(P=!0){return tr(this.toBytes(P))}toString(){return`<Point ${this.is0()?"ZERO":this.toHex()}>`}get px(){return this.X}get py(){return this.X}get pz(){return this.Z}toRawBytes(P=!0){return this.toBytes(P)}_setWindowSize(P){this.precompute(P)}static normalizeZ(P){return Pa(y,P)}static msm(P,S){return lv(y,o,P,S)}static fromPrivateKey(P){return y.BASE.multiply(mr(o,P))}}y.BASE=new y(s.Gx,s.Gy,r.ONE),y.ZERO=new y(r.ZERO,r.ONE,r.ZERO),y.Fp=r,y.Fn=o;const $=o.BITS,I=new cv(y,t.endo?Math.ceil($/2):$);return y.BASE.precompute(8),y}function Od(e){return Uint8Array.of(e?2:3)}function Nd(e,t){return{secretKey:t.BYTES,publicKey:1+e.BYTES,publicKeyUncompressed:1+2*e.BYTES,publicKeyHasPrefix:!0,signature:2*t.BYTES}}function gv(e,t={}){const{Fn:n}=e,r=t.randomBytes||Qu,o=Object.assign(Nd(e.Fp,n),{seed:vd(n.ORDER)});function s(d){try{return!!mr(n,d)}catch{return!1}}function i(d,h){const{publicKey:m,publicKeyUncompressed:x}=o;try{const T=d.length;return h===!0&&T!==m||h===!1&&T!==x?!1:!!e.fromBytes(d)}catch{return!1}}function c(d=r(o.seed)){return sv(kn(d,o.seed,"seed"),n.ORDER)}function a(d,h=!0){return e.BASE.multiply(mr(n,d)).toBytes(h)}function u(d){const h=c(d);return{secretKey:h,publicKey:a(h)}}function l(d){if(typeof d=="bigint")return!1;if(d instanceof e)return!0;const{secretKey:h,publicKey:m,publicKeyUncompressed:x}=o;if(n.allowedLengths||h===m)return;const T=_e("key",d).length;return T===m||T===x}function f(d,h,m=!0){if(l(d)===!0)throw new Error("first arg must be private key");if(l(h)===!1)throw new Error("second arg must be public key");const x=mr(n,d);return e.fromHex(h).multiply(x).toBytes(m)}return Object.freeze({getPublicKey:a,getSharedSecret:f,keygen:u,Point:e,utils:{isValidSecretKey:s,isValidPublicKey:i,randomSecretKey:c,isValidPrivateKey:s,randomPrivateKey:c,normPrivateKeyToScalar:d=>mr(n,d),precompute(d=8,h=e.BASE){return h.precompute(d,!1)}},lengths:o})}function bv(e,t,n={}){Gu(t),Zi(n,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"});const r=n.randomBytes||Qu,o=n.hmac||((S,...E)=>ad(t,S,fn(...E))),{Fp:s,Fn:i}=e,{ORDER:c,BITS:a}=i,{keygen:u,getPublicKey:l,getSharedSecret:f,utils:p,lengths:d}=gv(e,n),h={prehash:!1,lowS:typeof n.lowS=="boolean"?n.lowS:!1,format:void 0,extraEntropy:!1},m="compact";function x(S){const E=c>>hr;return S>E}function T(S,E){if(!i.isValidNot0(E))throw new Error(`invalid signature ${S}: out of range 1..Point.Fn.ORDER`);return E}function w(S,E){Oa(E);const N=d.signature,C=E==="compact"?N:E==="recovered"?N+1:void 0;return kn(S,C,`${E} signature`)}class A{constructor(E,N,C){this.r=T("r",E),this.s=T("s",N),C!=null&&(this.recovery=C),Object.freeze(this)}static fromBytes(E,N=m){w(E,N);let C;if(N==="der"){const{r:j,s:U}=Qt.toSig(kn(E));return new A(j,U)}N==="recovered"&&(C=E[0],N="compact",E=E.subarray(1));const b=i.BYTES,k=E.subarray(0,b),R=E.subarray(b,b*2);return new A(i.fromBytes(k),i.fromBytes(R),C)}static fromHex(E,N){return this.fromBytes(zo(E),N)}addRecoveryBit(E){return new A(this.r,this.s,E)}recoverPublicKey(E){const N=s.ORDER,{r:C,s:b,recovery:k}=this;if(k==null||![0,1,2,3].includes(k))throw new Error("recovery id invalid");if(c*Td<N&&k>1)throw new Error("recovery id is ambiguous for h>1 curve");const j=k===2||k===3?C+c:C;if(!s.isValid(j))throw new Error("recovery id 2 or 3 invalid");const U=s.toBytes(j),W=e.fromBytes(fn(Od((k&1)===0),U)),K=i.inv(j),G=B(_e("msgHash",E)),H=i.create(-G*K),V=i.create(b*K),Y=e.BASE.multiplyUnsafe(H).add(W.multiplyUnsafe(V));if(Y.is0())throw new Error("point at infinify");return Y.assertValidity(),Y}hasHighS(){return x(this.s)}toBytes(E=m){if(Oa(E),E==="der")return zo(Qt.hexFromSig(this));const N=i.toBytes(this.r),C=i.toBytes(this.s);if(E==="recovered"){if(this.recovery==null)throw new Error("recovery bit must be present");return fn(Uint8Array.of(this.recovery),N,C)}return fn(N,C)}toHex(E){return tr(this.toBytes(E))}assertValidity(){}static fromCompact(E){return A.fromBytes(_e("sig",E),"compact")}static fromDER(E){return A.fromBytes(_e("sig",E),"der")}normalizeS(){return this.hasHighS()?new A(this.r,i.neg(this.s),this.recovery):this}toDERRawBytes(){return this.toBytes("der")}toDERHex(){return tr(this.toBytes("der"))}toCompactRawBytes(){return this.toBytes("compact")}toCompactHex(){return tr(this.toBytes("compact"))}}const L=n.bits2int||function(E){if(E.length>8192)throw new Error("input is too large");const N=ns(E),C=E.length*8-a;return C>0?N>>BigInt(C):N},B=n.bits2int_modN||function(E){return i.create(L(E))},_=lo(a);function D(S){return gy("num < 2^"+a,S,Jt,_),i.toBytes(S)}function g(S,E){return kn(S,void 0,"message"),E?kn(t(S),void 0,"prehashed message"):S}function y(S,E,N){if(["recovered","canonical"].some(H=>H in N))throw new Error("sign() legacy options not supported");const{lowS:C,prehash:b,extraEntropy:k}=Na(N,h);S=g(S,b);const R=B(S),j=mr(i,E),U=[D(j),D(R)];if(k!=null&&k!==!1){const H=k===!0?r(d.secretKey):k;U.push(_e("extraEntropy",H))}const W=fn(...U),K=R;function G(H){const V=L(H);if(!i.isValidNot0(V))return;const Y=i.inv(V),Q=e.BASE.multiply(V).toAffine(),oe=i.create(Q.x);if(oe===Jt)return;const pe=i.create(Y*i.create(K+oe*j));if(pe===Jt)return;let Pe=(Q.x===oe?0:2)|Number(Q.y&hr),he=pe;return C&&x(pe)&&(he=i.neg(pe),Pe^=1),new A(oe,he,Pe)}return{seed:W,k2sig:G}}function $(S,E,N={}){S=_e("message",S);const{seed:C,k2sig:b}=y(S,E,N);return by(t.outputLen,i.BYTES,o)(C,b)}function I(S){let E;const N=typeof S=="string"||Uo(S),C=!N&&S!==null&&typeof S=="object"&&typeof S.r=="bigint"&&typeof S.s=="bigint";if(!N&&!C)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");if(C)E=new A(S.r,S.s);else if(N){try{E=A.fromBytes(_e("sig",S),"der")}catch(b){if(!(b instanceof Qt.Err))throw b}if(!E)try{E=A.fromBytes(_e("sig",S),"compact")}catch{return!1}}return E||!1}function O(S,E,N,C={}){const{lowS:b,prehash:k,format:R}=Na(C,h);if(N=_e("publicKey",N),E=g(_e("message",E),k),"strict"in C)throw new Error("options.strict was renamed to lowS");const j=R===void 0?I(S):A.fromBytes(_e("sig",S),R);if(j===!1)return!1;try{const U=e.fromBytes(N);if(b&&j.hasHighS())return!1;const{r:W,s:K}=j,G=B(E),H=i.inv(K),V=i.create(G*H),Y=i.create(W*H),Q=e.BASE.multiplyUnsafe(V).add(U.multiplyUnsafe(Y));return Q.is0()?!1:i.create(Q.x)===W}catch{return!1}}function P(S,E,N={}){const{prehash:C}=Na(N,h);return E=g(E,C),A.fromBytes(S,"recovered").recoverPublicKey(E).toBytes()}return Object.freeze({keygen:u,getPublicKey:l,getSharedSecret:f,utils:p,lengths:d,Point:e,sign:$,verify:O,recoverPublicKey:P,Signature:A,hash:t})}function yv(e){const t={a:e.a,b:e.b,p:e.Fp.ORDER,n:e.n,h:e.h,Gx:e.Gx,Gy:e.Gy},n=e.Fp;let r=e.allowedPrivateKeyLengths?Array.from(new Set(e.allowedPrivateKeyLengths.map(i=>Math.ceil(i/2)))):void 0;const o=go(t.n,{BITS:e.nBitLength,allowedLengths:r,modFromBytes:e.wrapPrivateKey}),s={Fp:n,Fn:o,allowInfinityPoint:e.allowInfinityPoint,endo:e.endo,isTorsionFree:e.isTorsionFree,clearCofactor:e.clearCofactor,fromBytes:e.fromBytes,toBytes:e.toBytes};return{CURVE:t,curveOpts:s}}function wv(e){const{CURVE:t,curveOpts:n}=yv(e),r={hmac:e.hmac,randomBytes:e.randomBytes,lowS:e.lowS,bits2int:e.bits2int,bits2int_modN:e.bits2int_modN};return{CURVE:t,curveOpts:n,hash:e.hash,ecdsaOpts:r}}function vv(e,t){const n=t.Point;return Object.assign({},t,{ProjectivePoint:n,CURVE:Object.assign({},e,yd(n.Fn.ORDER,n.Fn.BITS))})}function xv(e){const{CURVE:t,curveOpts:n,hash:r,ecdsaOpts:o}=wv(e),s=mv(t,n),i=bv(s,r,o);return vv(e,i)}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */function Ev(e,t){const n=r=>xv({...e,hash:r});return{...n(t),create:n}}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Ca={p:BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f"),n:BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141"),h:BigInt(1),a:BigInt(0),b:BigInt(7),Gx:BigInt("0x79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798"),Gy:BigInt("0x483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8")},Sv={beta:BigInt("0x7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee"),basises:[[BigInt("0x3086d221a7d46bcde86c90e49284eb15"),-BigInt("0xe4437ed6010e88286f547fa90abfe4c3")],[BigInt("0x114ca50f7a8e2f3f657c1108d9d44cfd8"),BigInt("0x3086d221a7d46bcde86c90e49284eb15")]]},Cd=BigInt(2);function Pv(e){const t=Ca.p,n=BigInt(3),r=BigInt(6),o=BigInt(11),s=BigInt(22),i=BigInt(23),c=BigInt(44),a=BigInt(88),u=e*e*e%t,l=u*u*e%t,f=tt(l,n,t)*l%t,p=tt(f,n,t)*l%t,d=tt(p,Cd,t)*u%t,h=tt(d,o,t)*d%t,m=tt(h,s,t)*h%t,x=tt(m,c,t)*m%t,T=tt(x,a,t)*x%t,w=tt(T,c,t)*m%t,A=tt(w,n,t)*l%t,L=tt(A,i,t)*h%t,B=tt(L,r,t)*u%t,_=tt(B,Cd,t);if(!Ia.eql(Ia.sqr(_),e))throw new Error("Cannot find square root");return _}const Ia=go(Ca.p,{sqrt:Pv}),Id=Ev({...Ca,Fp:Ia,lowS:!0,endo:Sv},Wl),$v=Object.freeze(Object.defineProperty({__proto__:null,secp256k1:Id},Symbol.toStringTag,{value:"Module"}));function Av({r:e,s:t,to:n="hex",v:r,yParity:o}){const s=(()=>{if(o===0||o===1)return o;if(r&&(r===27n||r===28n||r>=35n))return r%2n===0n?1:0;throw new Error("Invalid `v` or `yParity` value")})(),i=`0x${new Id.Signature(At(e),At(t)).toCompactHex()}${s===0?"1b":"1c"}`;return n==="hex"?i:bt(i)}async function Ma(e,t){var f,p,d;const{address:n,factory:r,factoryData:o,hash:s,signature:i,universalSignatureVerifierAddress:c=(d=(p=(f=e.chain)==null?void 0:f.contracts)==null?void 0:p.universalSignatureVerifier)==null?void 0:d.address,...a}=t,u=mt(i)?i:typeof i=="object"&&"r"in i&&"s"in i?Av(i):Ae(i),l=await(async()=>!r&&!o||dw(u)?u:pw({address:r,data:o,signature:u}))();try{const h=c?{to:c,data:Ot({abi:Ef,functionName:"isValidSig",args:[n,s,l]}),...a}:{data:na({abi:Ef,args:[n,s,l],bytecode:Wy}),...a},{data:m}=await ee(e,fo,"call")(h);return gg(m??"0x0")}catch(h){try{if(Jo(An(n),await Il({hash:s,signature:i})))return!0}catch{}if(h instanceof Ol)return!1;throw h}}async function Tv(e,{address:t,message:n,factory:r,factoryData:o,signature:s,...i}){const c=Zf(n);return Ma(e,{address:t,factory:r,factoryData:o,hash:c,signature:s,...i})}async function Ov(e,t){const{address:n,factory:r,factoryData:o,signature:s,message:i,primaryType:c,types:a,domain:u,...l}=t,f=rw({message:i,primaryType:c,types:a,domain:u});return Ma(e,{address:n,factory:r,factoryData:o,hash:f,signature:s,...l})}function Md(e,{emitOnBegin:t=!1,emitMissed:n=!1,onBlockNumber:r,onError:o,poll:s,pollingInterval:i=e.pollingInterval}){const c=typeof s<"u"?s:!(e.transport.type==="webSocket"||e.transport.type==="ipc"||e.transport.type==="fallback"&&(e.transport.transports[0].config.type==="webSocket"||e.transport.transports[0].config.type==="ipc"));let a;return c?(()=>{const f=Te(["watchBlockNumber",e.uid,t,n,i]);return mn(f,{onBlockNumber:r,onError:o},p=>po(async()=>{var d;try{const h=await ee(e,ho,"getBlockNumber")({cacheTime:0});if(a){if(h===a)return;if(h-a>1&&n)for(let m=a+1n;m<h;m++)p.onBlockNumber(m,a),a=m}(!a||h>a)&&(p.onBlockNumber(h,a),a=h)}catch(h){(d=p.onError)==null||d.call(p,h)}},{emitOnBegin:t,interval:i}))})():(()=>{const f=Te(["watchBlockNumber",e.uid,t,n]);return mn(f,{onBlockNumber:r,onError:o},p=>{let d=!0,h=()=>d=!1;return(async()=>{try{const m=(()=>{if(e.transport.type==="fallback"){const T=e.transport.transports.find(w=>w.config.type==="webSocket"||w.config.type==="ipc");return T?T.value:e.transport}return e.transport})(),{unsubscribe:x}=await m.subscribe({params:["newHeads"],onData(T){var A;if(!d)return;const w=At((A=T.result)==null?void 0:A.number);p.onBlockNumber(w,a),a=w},onError(T){var w;(w=p.onError)==null||w.call(p,T)}});h=x,d||h()}catch(m){o==null||o(m)}})(),()=>h()})})()}async function Nv(e,t){const{checkReplacement:n=!0,confirmations:r=1,hash:o,onReplaced:s,retryCount:i=6,retryDelay:c=({count:B})=>~~(1<<B)*200,timeout:a=18e4}=t,u=Te(["waitForTransactionReceipt",e.uid,o]),l=(()=>{var B;return t.pollingInterval?t.pollingInterval:(B=e.chain)!=null&&B.experimental_preconfirmationTime?e.chain.experimental_preconfirmationTime:e.pollingInterval})();let f,p,d,h=!1,m,x;const{promise:T,resolve:w,reject:A}=Af(),L=a?setTimeout(()=>{x(),m(),A(new $b({hash:o}))},a):void 0;return m=mn(u,{onReplaced:s,resolve:w,reject:A},async B=>{if(d=await ee(e,fs,"getTransactionReceipt")({hash:o}).catch(()=>{}),d&&r<=1){clearTimeout(L),B.resolve(d),m();return}x=ee(e,Md,"watchBlockNumber")({emitMissed:!0,emitOnBegin:!0,poll:!0,pollingInterval:l,async onBlockNumber(_){const D=y=>{clearTimeout(L),x(),y(),m()};let g=_;if(!h)try{if(d){if(r>1&&(!d.blockNumber||g-d.blockNumber+1n<r))return;D(()=>B.resolve(d));return}if(n&&!f&&(h=!0,await ia(async()=>{f=await ee(e,pa,"getTransaction")({hash:o}),f.blockNumber&&(g=f.blockNumber)},{delay:c,retryCount:i}),h=!1),d=await ee(e,fs,"getTransactionReceipt")({hash:o}),r>1&&(!d.blockNumber||g-d.blockNumber+1n<r))return;D(()=>B.resolve(d))}catch(y){if(y instanceof Al||y instanceof Tl){if(!f){h=!1;return}try{p=f,h=!0;const $=await ia(()=>ee(e,Nt,"getBlock")({blockNumber:g,includeTransactions:!0}),{delay:c,retryCount:i,shouldRetry:({error:P})=>P instanceof Fl});h=!1;const I=$.transactions.find(({from:P,nonce:S})=>P===p.from&&S===p.nonce);if(!I||(d=await ee(e,fs,"getTransactionReceipt")({hash:I.hash}),r>1&&(!d.blockNumber||g-d.blockNumber+1n<r)))return;let O="replaced";I.to===p.to&&I.value===p.value&&I.input===p.input?O="repriced":I.from===I.to&&I.value===0n&&(O="cancelled"),D(()=>{var P;(P=B.onReplaced)==null||P.call(B,{reason:O,replacedTransaction:p,transaction:I,transactionReceipt:d}),B.resolve(d)})}catch($){D(()=>B.reject($))}}else D(()=>B.reject(y))}}})}),T}function Cv(e,{blockTag:t=e.experimental_blockTag??"latest",emitMissed:n=!1,emitOnBegin:r=!1,onBlock:o,onError:s,includeTransactions:i,poll:c,pollingInterval:a=e.pollingInterval}){const u=typeof c<"u"?c:!(e.transport.type==="webSocket"||e.transport.type==="ipc"||e.transport.type==="fallback"&&(e.transport.transports[0].config.type==="webSocket"||e.transport.transports[0].config.type==="ipc")),l=i??!1;let f;return u?(()=>{const h=Te(["watchBlocks",e.uid,t,n,r,l,a]);return mn(h,{onBlock:o,onError:s},m=>po(async()=>{var x;try{const T=await ee(e,Nt,"getBlock")({blockTag:t,includeTransactions:l});if(T.number!==null&&(f==null?void 0:f.number)!=null){if(T.number===f.number)return;if(T.number-f.number>1&&n)for(let w=(f==null?void 0:f.number)+1n;w<T.number;w++){const A=await ee(e,Nt,"getBlock")({blockNumber:w,includeTransactions:l});m.onBlock(A,f),f=A}}((f==null?void 0:f.number)==null||t==="pending"&&(T==null?void 0:T.number)==null||T.number!==null&&T.number>f.number)&&(m.onBlock(T,f),f=T)}catch(T){(x=m.onError)==null||x.call(m,T)}},{emitOnBegin:r,interval:a}))})():(()=>{let h=!0,m=!0,x=()=>h=!1;return(async()=>{try{r&&ee(e,Nt,"getBlock")({blockTag:t,includeTransactions:l}).then(A=>{h&&m&&(o(A,void 0),m=!1)}).catch(s);const T=(()=>{if(e.transport.type==="fallback"){const A=e.transport.transports.find(L=>L.config.type==="webSocket"||L.config.type==="ipc");return A?A.value:e.transport}return e.transport})(),{unsubscribe:w}=await T.subscribe({params:["newHeads"],async onData(A){var B;if(!h)return;const L=await ee(e,Nt,"getBlock")({blockNumber:(B=A.result)==null?void 0:B.number,includeTransactions:l}).catch(()=>{});h&&(o(L,f),m=!1,f=L)},onError(A){s==null||s(A)}});x=w,h||x()}catch(T){s==null||s(T)}})(),()=>x()})()}function Iv(e,{address:t,args:n,batch:r=!0,event:o,events:s,fromBlock:i,onError:c,onLogs:a,poll:u,pollingInterval:l=e.pollingInterval,strict:f}){const p=typeof u<"u"?u:typeof i=="bigint"?!0:!(e.transport.type==="webSocket"||e.transport.type==="ipc"||e.transport.type==="fallback"&&(e.transport.transports[0].config.type==="webSocket"||e.transport.transports[0].config.type==="ipc")),d=f??!1;return p?(()=>{const x=Te(["watchEvent",t,n,r,e.uid,o,l,i]);return mn(x,{onLogs:a,onError:c},T=>{let w;i!==void 0&&(w=i-1n);let A,L=!1;const B=po(async()=>{var _;if(!L){try{A=await ee(e,jf,"createEventFilter")({address:t,args:n,event:o,events:s,strict:d,fromBlock:i})}catch{}L=!0;return}try{let D;if(A)D=await ee(e,rs,"getFilterChanges")({filter:A});else{const g=await ee(e,ho,"getBlockNumber")({});w&&w!==g?D=await ee(e,zi,"getLogs")({address:t,args:n,event:o,events:s,fromBlock:w+1n,toBlock:g}):D=[],w=g}if(D.length===0)return;if(r)T.onLogs(D);else for(const g of D)T.onLogs([g])}catch(D){A&&D instanceof Cn&&(L=!1),(_=T.onError)==null||_.call(T,D)}},{emitOnBegin:!0,interval:l});return async()=>{A&&await ee(e,os,"uninstallFilter")({filter:A}),B()}})})():(()=>{let x=!0,T=()=>x=!1;return(async()=>{try{const w=(()=>{if(e.transport.type==="fallback"){const _=e.transport.transports.find(D=>D.config.type==="webSocket"||D.config.type==="ipc");return _?_.value:e.transport}return e.transport})(),A=s??(o?[o]:void 0);let L=[];A&&(L=[A.flatMap(D=>jr({abi:[D],eventName:D.name,args:n}))],o&&(L=L[0]));const{unsubscribe:B}=await w.subscribe({params:["logs",{address:t,topics:L}],onData(_){var g;if(!x)return;const D=_.result;try{const{eventName:y,args:$}=_i({abi:A??[],data:D.data,topics:D.topics,strict:d}),I=Kt(D,{args:$,eventName:y});a([I])}catch(y){let $,I;if(y instanceof Lr||y instanceof jo){if(f)return;$=y.abiItem.name,I=(g=y.abiItem.inputs)==null?void 0:g.some(P=>!("name"in P&&P.name))}const O=Kt(D,{args:I?[]:{},eventName:$});a([O])}},onError(_){c==null||c(_)}});T=B,x||T()}catch(w){c==null||c(w)}})(),()=>T()})()}function Mv(e,{batch:t=!0,onError:n,onTransactions:r,poll:o,pollingInterval:s=e.pollingInterval}){return(typeof o<"u"?o:e.transport.type!=="webSocket"&&e.transport.type!=="ipc")?(()=>{const u=Te(["watchPendingTransactions",e.uid,t,s]);return mn(u,{onTransactions:r,onError:n},l=>{let f;const p=po(async()=>{var d;try{if(!f)try{f=await ee(e,_f,"createPendingTransactionFilter")({});return}catch(m){throw p(),m}const h=await ee(e,rs,"getFilterChanges")({filter:f});if(h.length===0)return;if(t)l.onTransactions(h);else for(const m of h)l.onTransactions([m])}catch(h){(d=l.onError)==null||d.call(l,h)}},{emitOnBegin:!0,interval:s});return async()=>{f&&await ee(e,os,"uninstallFilter")({filter:f}),p()}})})():(()=>{let u=!0,l=()=>u=!1;return(async()=>{try{const{unsubscribe:f}=await e.transport.subscribe({params:["newPendingTransactions"],onData(p){if(!u)return;const d=p.result;r([d])},onError(p){n==null||n(p)}});l=f,u||l()}catch(f){n==null||n(f)}})(),()=>l()})()}function kv(e){var f,p,d;const{scheme:t,statement:n,...r}=((f=e.match(Lv))==null?void 0:f.groups)??{},{chainId:o,expirationTime:s,issuedAt:i,notBefore:c,requestId:a,...u}=((p=e.match(Bv))==null?void 0:p.groups)??{},l=(d=e.split("Resources:")[1])==null?void 0:d.split(`
|
|
77
|
+
- `).slice(1);return{...r,...u,...o?{chainId:Number(o)}:{},...s?{expirationTime:new Date(s)}:{},...i?{issuedAt:new Date(i)}:{},...c?{notBefore:new Date(c)}:{},...a?{requestId:a}:{},...l?{resources:l}:{},...t?{scheme:t}:{},...n?{statement:n}:{}}}const Lv=/^(?:(?<scheme>[a-zA-Z][a-zA-Z0-9+-.]*):\/\/)?(?<domain>[a-zA-Z0-9+-.]*(?::[0-9]{1,5})?) (?:wants you to sign in with your Ethereum account:\n)(?<address>0x[a-fA-F0-9]{40})\n\n(?:(?<statement>.*)\n\n)?/,Bv=/(?:URI: (?<uri>.+))\n(?:Version: (?<version>.+))\n(?:Chain ID: (?<chainId>\d+))\n(?:Nonce: (?<nonce>[a-zA-Z0-9]+))\n(?:Issued At: (?<issuedAt>.+))(?:\nExpiration Time: (?<expirationTime>.+))?(?:\nNot Before: (?<notBefore>.+))?(?:\nRequest ID: (?<requestId>.+))?/;function Fv(e){const{address:t,domain:n,message:r,nonce:o,scheme:s,time:i=new Date}=e;if(n&&r.domain!==n||o&&r.nonce!==o||s&&r.scheme!==s||r.expirationTime&&i>=r.expirationTime||r.notBefore&&i<r.notBefore)return!1;try{if(!r.address||!Je(r.address,{strict:!1})||t&&!Jo(r.address,t))return!1}catch{return!1}return!0}async function Rv(e,t){const{address:n,domain:r,message:o,nonce:s,scheme:i,signature:c,time:a=new Date,...u}=t,l=kv(o);if(!l.address||!Fv({address:n,domain:r,message:l,nonce:s,scheme:i,time:a}))return!1;const p=Zf(o);return Ma(e,{address:l.address,hash:p,signature:c,...u})}function Dv(e){return{call:t=>fo(e,t),createAccessList:t=>Df(e,t),createBlockFilter:()=>D1(e),createContractEventFilter:t=>ml(e,t),createEventFilter:t=>jf(e,t),createPendingTransactionFilter:()=>_f(e),estimateContractGas:t=>dy(e,t),estimateGas:t=>ji(e,t),getBalance:t=>Ql(e,t),getBlobBaseFee:()=>j1(e),getBlock:t=>Nt(e,t),getBlockNumber:t=>ho(e,t),getBlockTransactionCount:t=>_1(e,t),getBytecode:t=>Uf(e,t),getChainId:()=>Kl(e),getCode:t=>Uf(e,t),getContractEvents:t=>ef(e,t),getEip712Domain:t=>z1(e,t),getEnsAddress:t=>E1(e,t),getEnsAvatar:t=>B1(e,t),getEnsName:t=>F1(e,t),getEnsResolver:t=>R1(e,t),getEnsText:t=>Rf(e,t),getFeeHistory:t=>V1(e,t),estimateFeesPerGas:t=>Kb(e,t),getFilterChanges:t=>rs(e,t),getFilterLogs:t=>G1(e,t),getGasPrice:()=>Fi(e),getLogs:t=>zi(e,t),getProof:t=>yw(e,t),estimateMaxPriorityFeePerGas:t=>Zb(e,t),getStorageAt:t=>ww(e,t),getTransaction:t=>pa(e,t),getTransactionConfirmations:t=>vw(e,t),getTransactionCount:t=>Ul(e,t),getTransactionReceipt:t=>fs(e,t),multicall:t=>xw(e,t),prepareTransactionRequest:t=>Xl(e,t),readContract:t=>Xt(e,t),sendRawTransaction:t=>o1(e,t),simulate:t=>ha(e,t),simulateBlocks:t=>ha(e,t),simulateCalls:t=>Yw(e,t),simulateContract:t=>Yy(e,t),verifyMessage:t=>Tv(e,t),verifySiweMessage:t=>Rv(e,t),verifyTypedData:t=>Ov(e,t),uninstallFilter:t=>os(e,t),waitForTransactionReceipt:t=>Nv(e,t),watchBlocks:t=>Cv(e,t),watchBlockNumber:t=>Md(e,t),watchContractEvent:t=>r1(e,t),watchEvent:t=>Iv(e,t),watchPendingTransactions:t=>Mv(e,t)}}function jv(e){const{key:t="public",name:n="Public Client"}=e;return a1({...e,key:t,name:n,type:"publicClient"}).extend(Dv)}const _v=J1({id:42161,name:"Arbitrum One",nativeCurrency:{name:"Ether",symbol:"ETH",decimals:18},blockTime:250,rpcUrls:{default:{http:["https://arb1.arbitrum.io/rpc"]}},blockExplorers:{default:{name:"Arbiscan",url:"https://arbiscan.io",apiUrl:"https://api.arbiscan.io/api"}},contracts:{multicall3:{address:"0xca11bde05977b3631167028862be2a173976ca11",blockCreated:7654707}}});function Uv({client:e,tokenAddress:t,holder:n,decimals:r,fallbackFormatted:o="0",pollingInterval:s=12e3}){const[i,c]=v.useState(null),[a,u]=v.useState(o);return v.useEffect(()=>{let l,f;const p=async()=>{try{const d=await e.readContract({address:t,abi:ur,functionName:"balanceOf",args:[n]});c(d),u(xi(d,r))}catch{u(o)}};p();try{l=e.watchContractEvent({address:t,abi:ur,eventName:"Transfer",args:{to:n},onLogs:()=>{p()},poll:!0,pollingInterval:s}),f=e.watchContractEvent({address:t,abi:ur,eventName:"Transfer",args:{from:n},onLogs:()=>{p()},poll:!0,pollingInterval:s})}catch{}return()=>{l==null||l(),f==null||f()}},[e,t,n,r,o,s]),{value:i,formatted:a}}const zv=()=>({openDeposit:v.useCallback(t=>{},[])}),Hv=()=>({openWithdraw:v.useCallback(t=>{},[])}),Dn="MPC",ka="EVM";/**
|
|
31
78
|
* @license lucide-react v0.540.0 - ISC
|
|
32
79
|
*
|
|
33
80
|
* This source code is licensed under the ISC license.
|
|
34
81
|
* See the LICENSE file in the root directory of this source tree.
|
|
35
|
-
*/const
|
|
82
|
+
*/const Wv=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),Vv=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,n,r)=>r?r.toUpperCase():n.toLowerCase()),kd=e=>{const t=Vv(e);return t.charAt(0).toUpperCase()+t.slice(1)},Ld=(...e)=>e.filter((t,n,r)=>!!t&&t.trim()!==""&&r.indexOf(t)===n).join(" ").trim(),Gv=e=>{for(const t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0};/**
|
|
36
83
|
* @license lucide-react v0.540.0 - ISC
|
|
37
84
|
*
|
|
38
85
|
* This source code is licensed under the ISC license.
|
|
39
86
|
* See the LICENSE file in the root directory of this source tree.
|
|
40
|
-
*/var
|
|
87
|
+
*/var qv={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:2,strokeLinecap:"round",strokeLinejoin:"round"};/**
|
|
41
88
|
* @license lucide-react v0.540.0 - ISC
|
|
42
89
|
*
|
|
43
90
|
* This source code is licensed under the ISC license.
|
|
44
91
|
* See the LICENSE file in the root directory of this source tree.
|
|
45
|
-
*/const
|
|
92
|
+
*/const Zv=v.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:o="",children:s,iconNode:i,...c},a)=>v.createElement("svg",{ref:a,...qv,width:t,height:t,stroke:e,strokeWidth:r?Number(n)*24/Number(t):n,className:Ld("lucide",o),...!s&&!Gv(c)&&{"aria-hidden":"true"},...c},[...i.map(([u,l])=>v.createElement(u,l)),...Array.isArray(s)?s:[s]]));/**
|
|
46
93
|
* @license lucide-react v0.540.0 - ISC
|
|
47
94
|
*
|
|
48
95
|
* This source code is licensed under the ISC license.
|
|
49
96
|
* See the LICENSE file in the root directory of this source tree.
|
|
50
|
-
*/const
|
|
97
|
+
*/const Kv=(e,t)=>{const n=v.forwardRef(({className:r,...o},s)=>v.createElement(Zv,{ref:s,iconNode:t,className:Ld(`lucide-${Wv(kd(e))}`,`lucide-${e}`,r),...o}));return n.displayName=kd(e),n};/**
|
|
51
98
|
* @license lucide-react v0.540.0 - ISC
|
|
52
99
|
*
|
|
53
100
|
* This source code is licensed under the ISC license.
|
|
54
101
|
* See the LICENSE file in the root directory of this source tree.
|
|
55
|
-
*/const as=ls("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]);class dr{constructor(){ke(this,"state");this.state={isLoading:!1,isApproving:!1,isDepositing:!1,error:null,txHash:null}}getState(){return{...this.state}}setState(t){this.state={...this.state,...t}}}class us extends dr{constructor(n,r){super();ke(this,"smartWallet");ke(this,"currentActiveAccount");this.smartWallet=n,this.currentActiveAccount=r}getWalletType(){return"mpc"}getDisplayAddress(){var n,r;return((n=this.smartWallet)==null?void 0:n.address)||((r=this.currentActiveAccount)==null?void 0:r.ethAddress)||""}isApprovalRequired(){return!1}getApprovalStatus(){return!0}async connect(){this.setState({isLoading:!0,error:null});try{console.log("Connecting MPC wallet..."),this.setState({isLoading:!1})}catch(n){throw this.setState({isLoading:!1,error:n instanceof Error?n.message:"Connection failed"}),n}}async disconnect(){console.log("Disconnecting MPC wallet...")}async switchChain(n){console.log(`MPC wallet switching to chain ${n}`)}async getBalance(n){return console.log(`Getting MPC wallet balance for token ${n}`),"0"}async approve(n,r){return console.log(`MPC wallet approve not needed for ${n}`),""}async deposit(n,r){this.setState({isDepositing:!0,error:null});try{console.log(`MPC deposit ${n} of ${r} to ${this.getDisplayAddress()}`);const o=`mpc_deposit_${Date.now()}`;return this.setState({isDepositing:!1,txHash:o}),o}catch(o){throw this.setState({isDepositing:!1,error:o instanceof Error?o.message:"Deposit failed"}),o}}async signMessage(n){return console.log(`MPC signing message: ${n}`),`mpc_signature_${Date.now()}`}getAAWalletAddress(){var n,r;return((n=this.smartWallet)==null?void 0:n.address)||((r=this.currentActiveAccount)==null?void 0:r.ethAddress)||""}}class cs extends dr{constructor(n,r,o,s="0",c="0"){super();ke(this,"currentActiveAccount");ke(this,"approved");ke(this,"chainId");ke(this,"balance");ke(this,"allowance");this.currentActiveAccount=n,this.approved=r,this.chainId=o,this.balance=s,this.allowance=c}getWalletType(){return"evm"}getDisplayAddress(){var n;return((n=this.currentActiveAccount)==null?void 0:n.ethAddress)||""}isApprovalRequired(){return!0}getApprovalStatus(){return this.approved}async connect(){this.setState({isLoading:!0,error:null});try{console.log("Connecting EVM wallet..."),this.setState({isLoading:!1})}catch(n){throw this.setState({isLoading:!1,error:n instanceof Error?n.message:"Connection failed"}),n}}async disconnect(){console.log("Disconnecting EVM wallet...")}async switchChain(n){this.setState({isLoading:!0,error:null});try{console.log(`Switching EVM wallet to chain ${n}`),this.chainId=n,this.setState({isLoading:!1})}catch(r){throw this.setState({isLoading:!1,error:r instanceof Error?r.message:"Chain switch failed"}),r}}async getBalance(n){return console.log(`Getting EVM wallet balance for token ${n}`),this.balance}async approve(n,r){this.setState({isApproving:!0,error:null});try{console.log(`Approving ${r} of ${n}`);const o=`evm_approve_${Date.now()}`;return this.approved=!0,this.setState({isApproving:!1,txHash:o}),o}catch(o){throw this.setState({isApproving:!1,error:o instanceof Error?o.message:"Approval failed"}),o}}async deposit(n,r){this.setState({isDepositing:!0,error:null});try{if(!this.approved)throw new Error("Token approval required");console.log(`EVM deposit ${n} of ${r}`);const o=`evm_deposit_${Date.now()}`;return this.setState({isDepositing:!1,txHash:o}),o}catch(o){throw this.setState({isDepositing:!1,error:o instanceof Error?o.message:"Deposit failed"}),o}}async signMessage(n){return console.log(`EVM signing message: ${n}`),`evm_signature_${Date.now()}`}updateApprovalStatus(n){this.approved=n}updateBalance(n){this.balance=n}updateAllowance(n){this.allowance=n}}function fs(e,t,n,r,o,s){switch(e==null?void 0:e.wallet){case"mpc":return new us(t,e);default:return new cs(e,!1,r||1,o,s)}}const pr=typeof document<"u"?d.useLayoutEffect:()=>{};var sn;const ds=(sn=d.useInsertionEffect)!==null&&sn!==void 0?sn:pr;function ps(e){const t=d.useRef(null);return ds(()=>{t.current=e},[e]),d.useCallback((...n)=>{const r=t.current;return r==null?void 0:r(...n)},[])}const Re=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},Ge=e=>e&&"window"in e&&e.window===e?e:Re(e).defaultView||window;function ms(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function hs(e){return ms(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let gs=!1;function ln(){return gs}function mr(e,t){if(!ln())return t&&e?e.contains(t):!1;if(!e||!t)return!1;let n=t;for(;n!==null;){if(n===e)return!0;n.tagName==="SLOT"&&n.assignedSlot?n=n.assignedSlot.parentNode:hs(n)?n=n.host:n=n.parentNode}return!1}const an=(e=document)=>{var t;if(!ln())return e.activeElement;let n=e.activeElement;for(;n&&"shadowRoot"in n&&(!((t=n.shadowRoot)===null||t===void 0)&&t.activeElement);)n=n.shadowRoot.activeElement;return n};function hr(e){return ln()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}function Mt(e){var t;if(typeof window>"u"||window.navigator==null)return!1;let n=(t=window.navigator.userAgentData)===null||t===void 0?void 0:t.brands;return Array.isArray(n)&&n.some(r=>e.test(r.brand))||e.test(window.navigator.userAgent)}function un(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function De(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const cn=De(function(){return un(/^Mac/i)}),vs=De(function(){return un(/^iPhone/i)}),bs=De(function(){return un(/^iPad/i)||cn()&&navigator.maxTouchPoints>1}),ys=De(function(){return vs()||bs()});De(function(){return cn()||ys()}),De(function(){return Mt(/AppleWebKit/i)&&!xs()});const xs=De(function(){return Mt(/Chrome/i)}),ws=De(function(){return Mt(/Android/i)});De(function(){return Mt(/Firefox/i)});function gr(){let e=d.useRef(new Map),t=d.useCallback((o,s,c,u)=>{let i=u!=null&&u.once?(...l)=>{e.current.delete(c),c(...l)}:c;e.current.set(c,{type:s,eventTarget:o,fn:i,options:u}),o.addEventListener(s,i,u)},[]),n=d.useCallback((o,s,c,u)=>{var i;let l=((i=e.current.get(c))===null||i===void 0?void 0:i.fn)||c;o.removeEventListener(s,l,u),e.current.delete(c)},[]),r=d.useCallback(()=>{e.current.forEach((o,s)=>{n(o.eventTarget,o.type,s,o.options)})},[n]);return d.useEffect(()=>r,[r]),{addGlobalListener:t,removeGlobalListener:n,removeAllGlobalListeners:r}}function Es(e){return e.mozInputSource===0&&e.isTrusted?!0:ws()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function vr(e){let t=e;return t.nativeEvent=e,t.isDefaultPrevented=()=>t.defaultPrevented,t.isPropagationStopped=()=>t.cancelBubble,t.persist=()=>{},t}function Cs(e,t){Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t})}function br(e){let t=d.useRef({isFocused:!1,observer:null});pr(()=>{const r=t.current;return()=>{r.observer&&(r.observer.disconnect(),r.observer=null)}},[]);let n=ps(r=>{e==null||e(r)});return d.useCallback(r=>{if(r.target instanceof HTMLButtonElement||r.target instanceof HTMLInputElement||r.target instanceof HTMLTextAreaElement||r.target instanceof HTMLSelectElement){t.current.isFocused=!0;let o=r.target,s=c=>{if(t.current.isFocused=!1,o.disabled){let u=vr(c);n(u)}t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)};o.addEventListener("focusout",s,{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&o.disabled){var c;(c=t.current.observer)===null||c===void 0||c.disconnect();let u=o===document.activeElement?null:document.activeElement;o.dispatchEvent(new FocusEvent("blur",{relatedTarget:u})),o.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:u}))}}),t.current.observer.observe(o,{attributes:!0,attributeFilter:["disabled"]})}},[n])}let Ss=!1,gt=null,fn=new Set,vt=new Map,Ye=!1,dn=!1;const $s={Tab:!0,Escape:!0};function pn(e,t){for(let n of fn)n(e,t)}function Os(e){return!(e.metaKey||!cn()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function Nt(e){Ye=!0,Os(e)&&(gt="keyboard",pn("keyboard",e))}function be(e){gt="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Ye=!0,pn("pointer",e))}function yr(e){Es(e)&&(Ye=!0,gt="virtual")}function xr(e){e.target===window||e.target===document||Ss||!e.isTrusted||(!Ye&&!dn&&(gt="virtual",pn("virtual",e)),Ye=!1,dn=!1)}function wr(){Ye=!1,dn=!0}function mn(e){if(typeof window>"u"||typeof document>"u"||vt.get(Ge(e)))return;const t=Ge(e),n=Re(e);let r=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Ye=!0,r.apply(this,arguments)},n.addEventListener("keydown",Nt,!0),n.addEventListener("keyup",Nt,!0),n.addEventListener("click",yr,!0),t.addEventListener("focus",xr,!0),t.addEventListener("blur",wr,!1),typeof PointerEvent<"u"?(n.addEventListener("pointerdown",be,!0),n.addEventListener("pointermove",be,!0),n.addEventListener("pointerup",be,!0)):process.env.NODE_ENV==="test"&&(n.addEventListener("mousedown",be,!0),n.addEventListener("mousemove",be,!0),n.addEventListener("mouseup",be,!0)),t.addEventListener("beforeunload",()=>{Er(e)},{once:!0}),vt.set(t,{focus:r})}const Er=(e,t)=>{const n=Ge(e),r=Re(e);t&&r.removeEventListener("DOMContentLoaded",t),vt.has(n)&&(n.HTMLElement.prototype.focus=vt.get(n).focus,r.removeEventListener("keydown",Nt,!0),r.removeEventListener("keyup",Nt,!0),r.removeEventListener("click",yr,!0),n.removeEventListener("focus",xr,!0),n.removeEventListener("blur",wr,!1),typeof PointerEvent<"u"?(r.removeEventListener("pointerdown",be,!0),r.removeEventListener("pointermove",be,!0),r.removeEventListener("pointerup",be,!0)):process.env.NODE_ENV==="test"&&(r.removeEventListener("mousedown",be,!0),r.removeEventListener("mousemove",be,!0),r.removeEventListener("mouseup",be,!0)),vt.delete(n))};function Ts(e){const t=Re(e);let n;return t.readyState!=="loading"?mn(e):(n=()=>{mn(e)},t.addEventListener("DOMContentLoaded",n)),()=>Er(e,n)}typeof document<"u"&&Ts();function Cr(){return gt!=="pointer"}const As=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function Ps(e,t,n){let r=Re(n==null?void 0:n.target);const o=typeof window<"u"?Ge(n==null?void 0:n.target).HTMLInputElement:HTMLInputElement,s=typeof window<"u"?Ge(n==null?void 0:n.target).HTMLTextAreaElement:HTMLTextAreaElement,c=typeof window<"u"?Ge(n==null?void 0:n.target).HTMLElement:HTMLElement,u=typeof window<"u"?Ge(n==null?void 0:n.target).KeyboardEvent:KeyboardEvent;return e=e||r.activeElement instanceof o&&!As.has(r.activeElement.type)||r.activeElement instanceof s||r.activeElement instanceof c&&r.activeElement.isContentEditable,!(e&&t==="keyboard"&&n instanceof u&&!$s[n.key])}function Ms(e,t,n){mn(),d.useEffect(()=>{let r=(o,s)=>{Ps(!!(n!=null&&n.isTextInput),o,s)&&e(Cr())};return fn.add(r),()=>{fn.delete(r)}},t)}function Ns(e){let{isDisabled:t,onFocus:n,onBlur:r,onFocusChange:o}=e;const s=d.useCallback(i=>{if(i.target===i.currentTarget)return r&&r(i),o&&o(!1),!0},[r,o]),c=br(s),u=d.useCallback(i=>{const l=Re(i.target),a=l?an(l):an();i.target===i.currentTarget&&a===hr(i.nativeEvent)&&(n&&n(i),o&&o(!0),c(i))},[o,n,c]);return{focusProps:{onFocus:!t&&(n||o||r)?u:void 0,onBlur:!t&&(r||o)?s:void 0}}}function Ls(e){let{isDisabled:t,onBlurWithin:n,onFocusWithin:r,onFocusWithinChange:o}=e,s=d.useRef({isFocusWithin:!1}),{addGlobalListener:c,removeAllGlobalListeners:u}=gr(),i=d.useCallback(p=>{p.currentTarget.contains(p.target)&&s.current.isFocusWithin&&!p.currentTarget.contains(p.relatedTarget)&&(s.current.isFocusWithin=!1,u(),n&&n(p),o&&o(!1))},[n,o,s,u]),l=br(i),a=d.useCallback(p=>{if(!p.currentTarget.contains(p.target))return;const m=Re(p.target),f=an(m);if(!s.current.isFocusWithin&&f===hr(p.nativeEvent)){r&&r(p),o&&o(!0),s.current.isFocusWithin=!0,l(p);let h=p.currentTarget;c(m,"focus",b=>{if(s.current.isFocusWithin&&!mr(h,b.target)){let v=new m.defaultView.FocusEvent("blur",{relatedTarget:b.target});Cs(v,h);let E=vr(v);i(E)}},{capture:!0})}},[r,o,l,c,i]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:a,onBlur:i}}}let Lt=!1,Ft=0;function hn(){Lt=!0,setTimeout(()=>{Lt=!1},50)}function Sr(e){e.pointerType==="touch"&&hn()}function Fs(){if(!(typeof document>"u"))return Ft===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",Sr):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",hn)),Ft++,()=>{Ft--,!(Ft>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",Sr):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",hn))}}function Ds(e){let{onHoverStart:t,onHoverChange:n,onHoverEnd:r,isDisabled:o}=e,[s,c]=d.useState(!1),u=d.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;d.useEffect(Fs,[]);let{addGlobalListener:i,removeAllGlobalListeners:l}=gr(),{hoverProps:a,triggerHoverEnd:p}=d.useMemo(()=>{let m=(b,v)=>{if(u.pointerType=v,o||v==="touch"||u.isHovered||!b.currentTarget.contains(b.target))return;u.isHovered=!0;let E=b.currentTarget;u.target=E,i(Re(b.target),"pointerover",x=>{u.isHovered&&u.target&&!mr(u.target,x.target)&&f(x,x.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:E,pointerType:v}),n&&n(!0),c(!0)},f=(b,v)=>{let E=u.target;u.pointerType="",u.target=null,!(v==="touch"||!u.isHovered||!E)&&(u.isHovered=!1,l(),r&&r({type:"hoverend",target:E,pointerType:v}),n&&n(!1),c(!1))},h={};return typeof PointerEvent<"u"?(h.onPointerEnter=b=>{Lt&&b.pointerType==="mouse"||m(b,b.pointerType)},h.onPointerLeave=b=>{!o&&b.currentTarget.contains(b.target)&&f(b,b.pointerType)}):process.env.NODE_ENV==="test"&&(h.onTouchStart=()=>{u.ignoreEmulatedMouseEvents=!0},h.onMouseEnter=b=>{!u.ignoreEmulatedMouseEvents&&!Lt&&m(b,"mouse"),u.ignoreEmulatedMouseEvents=!1},h.onMouseLeave=b=>{!o&&b.currentTarget.contains(b.target)&&f(b,"mouse")}),{hoverProps:h,triggerHoverEnd:f}},[t,n,r,o,u,i,l]);return d.useEffect(()=>{o&&p({currentTarget:u.target},u.pointerType)},[o]),{hoverProps:a,isHovered:s}}function Is(e={}){let{autoFocus:t=!1,isTextInput:n,within:r}=e,o=d.useRef({isFocused:!1,isFocusVisible:t||Cr()}),[s,c]=d.useState(!1),[u,i]=d.useState(()=>o.current.isFocused&&o.current.isFocusVisible),l=d.useCallback(()=>i(o.current.isFocused&&o.current.isFocusVisible),[]),a=d.useCallback(f=>{o.current.isFocused=f,c(f),l()},[l]);Ms(f=>{o.current.isFocusVisible=f,l()},[],{isTextInput:n});let{focusProps:p}=Ns({isDisabled:r,onFocusChange:a}),{focusWithinProps:m}=Ls({isDisabled:!r,onFocusWithinChange:a});return{isFocused:s,isFocusVisible:u,focusProps:r?m:p}}var js=Object.defineProperty,_s=(e,t,n)=>t in e?js(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,gn=(e,t,n)=>(_s(e,typeof t!="symbol"?t+"":t,n),n);let ks=class{constructor(){gn(this,"current",this.detect()),gn(this,"handoffState","pending"),gn(this,"currentId",0)}set(t){this.current!==t&&(this.handoffState="pending",this.currentId=0,this.current=t)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return this.current==="server"}get isClient(){return this.current==="client"}detect(){return typeof window>"u"||typeof document>"u"?"server":"client"}handoff(){this.handoffState==="pending"&&(this.handoffState="complete")}get isHandoffComplete(){return this.handoffState==="complete"}},Te=new ks;function bt(e){var t,n;return Te.isServer?null:e?"ownerDocument"in e?e.ownerDocument:"current"in e?(n=(t=e.current)==null?void 0:t.ownerDocument)!=null?n:document:null:document}function $r(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(t=>setTimeout(()=>{throw t}))}function Se(){let e=[],t={addEventListener(n,r,o,s){return n.addEventListener(r,o,s),t.add(()=>n.removeEventListener(r,o,s))},requestAnimationFrame(...n){let r=requestAnimationFrame(...n);return t.add(()=>cancelAnimationFrame(r))},nextFrame(...n){return t.requestAnimationFrame(()=>t.requestAnimationFrame(...n))},setTimeout(...n){let r=setTimeout(...n);return t.add(()=>clearTimeout(r))},microTask(...n){let r={current:!0};return $r(()=>{r.current&&n[0]()}),t.add(()=>{r.current=!1})},style(n,r,o){let s=n.style.getPropertyValue(r);return Object.assign(n.style,{[r]:o}),this.add(()=>{Object.assign(n.style,{[r]:s})})},group(n){let r=Se();return n(r),this.add(()=>r.dispose())},add(n){return e.includes(n)||e.push(n),()=>{let r=e.indexOf(n);if(r>=0)for(let o of e.splice(r,1))o()}},dispose(){for(let n of e.splice(0))n()}};return t}function rt(){let[e]=d.useState(Se);return d.useEffect(()=>()=>e.dispose(),[e]),e}let J=(e,t)=>{Te.isServer?d.useEffect(e,t):d.useLayoutEffect(e,t)};function Ke(e){let t=d.useRef(e);return J(()=>{t.current=e},[e]),t}let z=function(e){let t=Ke(e);return d.useCallback((...n)=>t.current(...n),[t])};function Rs(e){let t=e.width/2,n=e.height/2;return{top:e.clientY-n,right:e.clientX+t,bottom:e.clientY+n,left:e.clientX-t}}function Bs(e,t){return!(!e||!t||e.right<t.left||e.left>t.right||e.bottom<t.top||e.top>t.bottom)}function Ws({disabled:e=!1}={}){let t=d.useRef(null),[n,r]=d.useState(!1),o=rt(),s=z(()=>{t.current=null,r(!1),o.dispose()}),c=z(u=>{if(o.dispose(),t.current===null){t.current=u.currentTarget,r(!0);{let i=bt(u.currentTarget);o.addEventListener(i,"pointerup",s,!1),o.addEventListener(i,"pointermove",l=>{if(t.current){let a=Rs(l);r(Bs(a,t.current.getBoundingClientRect()))}},!1),o.addEventListener(i,"pointercancel",s,!1)}}});return{pressed:n,pressProps:e?{}:{onPointerDown:c,onPointerUp:s,onClick:s}}}let Vs=d.createContext(void 0);function vn(){return d.useContext(Vs)}function bn(...e){return Array.from(new Set(e.flatMap(t=>typeof t=="string"?t.split(" "):[]))).filter(Boolean).join(" ")}function ye(e,t,...n){if(e in t){let o=t[e];return typeof o=="function"?o(...n):o}let r=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map(o=>`"${o}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,ye),r}var Dt=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(Dt||{}),Be=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(Be||{});function ge(){let e=Us();return d.useCallback(t=>Hs({mergeRefs:e,...t}),[e])}function Hs({ourProps:e,theirProps:t,slot:n,defaultTag:r,features:o,visible:s=!0,name:c,mergeRefs:u}){u=u??zs;let i=Or(t,e);if(s)return It(i,n,r,c,u);let l=o??0;if(l&2){let{static:a=!1,...p}=i;if(a)return It(p,n,r,c,u)}if(l&1){let{unmount:a=!0,...p}=i;return ye(a?0:1,{0(){return null},1(){return It({...p,hidden:!0,style:{display:"none"}},n,r,c,u)}})}return It(i,n,r,c,u)}function It(e,t={},n,r,o){let{as:s=n,children:c,refName:u="ref",...i}=yn(e,["unmount","static"]),l=e.ref!==void 0?{[u]:e.ref}:{},a=typeof c=="function"?c(t):c;"className"in i&&i.className&&typeof i.className=="function"&&(i.className=i.className(t)),i["aria-labelledby"]&&i["aria-labelledby"]===i.id&&(i["aria-labelledby"]=void 0);let p={};if(t){let m=!1,f=[];for(let[h,b]of Object.entries(t))typeof b=="boolean"&&(m=!0),b===!0&&f.push(h.replace(/([A-Z])/g,v=>`-${v.toLowerCase()}`));if(m){p["data-headlessui-state"]=f.join(" ");for(let h of f)p[`data-${h}`]=""}}if(s===d.Fragment&&(Object.keys(We(i)).length>0||Object.keys(We(p)).length>0))if(!d.isValidElement(a)||Array.isArray(a)&&a.length>1){if(Object.keys(We(i)).length>0)throw new Error(['Passing props on "Fragment"!',"",`The current component <${r} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(We(i)).concat(Object.keys(We(p))).map(m=>` - ${m}`).join(`
|
|
56
|
-
`),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map(
|
|
102
|
+
*/const Bd=Kv("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]),Fd=typeof document<"u"?v.useLayoutEffect:()=>{};var La;const Yv=(La=v.useInsertionEffect)!==null&&La!==void 0?La:Fd;function Xv(e){const t=v.useRef(null);return Yv(()=>{t.current=e},[e]),v.useCallback((...n)=>{const r=t.current;return r==null?void 0:r(...n)},[])}const gn=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},jn=e=>e&&"window"in e&&e.window===e?e:gn(e).defaultView||window;function Qv(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function Jv(e){return Qv(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let ex=!1;function Ba(){return ex}function Rd(e,t){if(!Ba())return t&&e?e.contains(t):!1;if(!e||!t)return!1;let n=t;for(;n!==null;){if(n===e)return!0;n.tagName==="SLOT"&&n.assignedSlot?n=n.assignedSlot.parentNode:Jv(n)?n=n.host:n=n.parentNode}return!1}const Fa=(e=document)=>{var t;if(!Ba())return e.activeElement;let n=e.activeElement;for(;n&&"shadowRoot"in n&&(!((t=n.shadowRoot)===null||t===void 0)&&t.activeElement);)n=n.shadowRoot.activeElement;return n};function Dd(e){return Ba()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}function ms(e){var t;if(typeof window>"u"||window.navigator==null)return!1;let n=(t=window.navigator.userAgentData)===null||t===void 0?void 0:t.brands;return Array.isArray(n)&&n.some(r=>e.test(r.brand))||e.test(window.navigator.userAgent)}function Ra(e){var t;return typeof window<"u"&&window.navigator!=null?e.test(((t=window.navigator.userAgentData)===null||t===void 0?void 0:t.platform)||window.navigator.platform):!1}function en(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const Da=en(function(){return Ra(/^Mac/i)}),tx=en(function(){return Ra(/^iPhone/i)}),nx=en(function(){return Ra(/^iPad/i)||Da()&&navigator.maxTouchPoints>1}),rx=en(function(){return tx()||nx()});en(function(){return Da()||rx()}),en(function(){return ms(/AppleWebKit/i)&&!ox()});const ox=en(function(){return ms(/Chrome/i)}),sx=en(function(){return ms(/Android/i)});en(function(){return ms(/Firefox/i)});function jd(){let e=v.useRef(new Map),t=v.useCallback((o,s,i,c)=>{let a=c!=null&&c.once?(...u)=>{e.current.delete(i),i(...u)}:i;e.current.set(i,{type:s,eventTarget:o,fn:a,options:c}),o.addEventListener(s,a,c)},[]),n=v.useCallback((o,s,i,c)=>{var a;let u=((a=e.current.get(i))===null||a===void 0?void 0:a.fn)||i;o.removeEventListener(s,u,c),e.current.delete(i)},[]),r=v.useCallback(()=>{e.current.forEach((o,s)=>{n(o.eventTarget,o.type,s,o.options)})},[n]);return v.useEffect(()=>r,[r]),{addGlobalListener:t,removeGlobalListener:n,removeAllGlobalListeners:r}}function ix(e){return e.mozInputSource===0&&e.isTrusted?!0:sx()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function _d(e){let t=e;return t.nativeEvent=e,t.isDefaultPrevented=()=>t.defaultPrevented,t.isPropagationStopped=()=>t.cancelBubble,t.persist=()=>{},t}function ax(e,t){Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t})}function Ud(e){let t=v.useRef({isFocused:!1,observer:null});Fd(()=>{const r=t.current;return()=>{r.observer&&(r.observer.disconnect(),r.observer=null)}},[]);let n=Xv(r=>{e==null||e(r)});return v.useCallback(r=>{if(r.target instanceof HTMLButtonElement||r.target instanceof HTMLInputElement||r.target instanceof HTMLTextAreaElement||r.target instanceof HTMLSelectElement){t.current.isFocused=!0;let o=r.target,s=i=>{if(t.current.isFocused=!1,o.disabled){let c=_d(i);n(c)}t.current.observer&&(t.current.observer.disconnect(),t.current.observer=null)};o.addEventListener("focusout",s,{once:!0}),t.current.observer=new MutationObserver(()=>{if(t.current.isFocused&&o.disabled){var i;(i=t.current.observer)===null||i===void 0||i.disconnect();let c=o===document.activeElement?null:document.activeElement;o.dispatchEvent(new FocusEvent("blur",{relatedTarget:c})),o.dispatchEvent(new FocusEvent("focusout",{bubbles:!0,relatedTarget:c}))}}),t.current.observer.observe(o,{attributes:!0,attributeFilter:["disabled"]})}},[n])}let cx=!1,bo=null,ja=new Set,yo=new Map,_n=!1,_a=!1;const ux={Tab:!0,Escape:!0};function Ua(e,t){for(let n of ja)n(e,t)}function lx(e){return!(e.metaKey||!Da()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function gs(e){_n=!0,lx(e)&&(bo="keyboard",Ua("keyboard",e))}function nt(e){bo="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(_n=!0,Ua("pointer",e))}function zd(e){ix(e)&&(_n=!0,bo="virtual")}function Hd(e){e.target===window||e.target===document||cx||!e.isTrusted||(!_n&&!_a&&(bo="virtual",Ua("virtual",e)),_n=!1,_a=!1)}function Wd(){_n=!1,_a=!0}function za(e){if(typeof window>"u"||typeof document>"u"||yo.get(jn(e)))return;const t=jn(e),n=gn(e);let r=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){_n=!0,r.apply(this,arguments)},n.addEventListener("keydown",gs,!0),n.addEventListener("keyup",gs,!0),n.addEventListener("click",zd,!0),t.addEventListener("focus",Hd,!0),t.addEventListener("blur",Wd,!1),typeof PointerEvent<"u"?(n.addEventListener("pointerdown",nt,!0),n.addEventListener("pointermove",nt,!0),n.addEventListener("pointerup",nt,!0)):process.env.NODE_ENV==="test"&&(n.addEventListener("mousedown",nt,!0),n.addEventListener("mousemove",nt,!0),n.addEventListener("mouseup",nt,!0)),t.addEventListener("beforeunload",()=>{Vd(e)},{once:!0}),yo.set(t,{focus:r})}const Vd=(e,t)=>{const n=jn(e),r=gn(e);t&&r.removeEventListener("DOMContentLoaded",t),yo.has(n)&&(n.HTMLElement.prototype.focus=yo.get(n).focus,r.removeEventListener("keydown",gs,!0),r.removeEventListener("keyup",gs,!0),r.removeEventListener("click",zd,!0),n.removeEventListener("focus",Hd,!0),n.removeEventListener("blur",Wd,!1),typeof PointerEvent<"u"?(r.removeEventListener("pointerdown",nt,!0),r.removeEventListener("pointermove",nt,!0),r.removeEventListener("pointerup",nt,!0)):process.env.NODE_ENV==="test"&&(r.removeEventListener("mousedown",nt,!0),r.removeEventListener("mousemove",nt,!0),r.removeEventListener("mouseup",nt,!0)),yo.delete(n))};function fx(e){const t=gn(e);let n;return t.readyState!=="loading"?za(e):(n=()=>{za(e)},t.addEventListener("DOMContentLoaded",n)),()=>Vd(e,n)}typeof document<"u"&&fx();function Gd(){return bo!=="pointer"}const dx=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function px(e,t,n){let r=gn(n==null?void 0:n.target);const o=typeof window<"u"?jn(n==null?void 0:n.target).HTMLInputElement:HTMLInputElement,s=typeof window<"u"?jn(n==null?void 0:n.target).HTMLTextAreaElement:HTMLTextAreaElement,i=typeof window<"u"?jn(n==null?void 0:n.target).HTMLElement:HTMLElement,c=typeof window<"u"?jn(n==null?void 0:n.target).KeyboardEvent:KeyboardEvent;return e=e||r.activeElement instanceof o&&!dx.has(r.activeElement.type)||r.activeElement instanceof s||r.activeElement instanceof i&&r.activeElement.isContentEditable,!(e&&t==="keyboard"&&n instanceof c&&!ux[n.key])}function hx(e,t,n){za(),v.useEffect(()=>{let r=(o,s)=>{px(!!(n!=null&&n.isTextInput),o,s)&&e(Gd())};return ja.add(r),()=>{ja.delete(r)}},t)}function mx(e){let{isDisabled:t,onFocus:n,onBlur:r,onFocusChange:o}=e;const s=v.useCallback(a=>{if(a.target===a.currentTarget)return r&&r(a),o&&o(!1),!0},[r,o]),i=Ud(s),c=v.useCallback(a=>{const u=gn(a.target),l=u?Fa(u):Fa();a.target===a.currentTarget&&l===Dd(a.nativeEvent)&&(n&&n(a),o&&o(!0),i(a))},[o,n,i]);return{focusProps:{onFocus:!t&&(n||o||r)?c:void 0,onBlur:!t&&(r||o)?s:void 0}}}function gx(e){let{isDisabled:t,onBlurWithin:n,onFocusWithin:r,onFocusWithinChange:o}=e,s=v.useRef({isFocusWithin:!1}),{addGlobalListener:i,removeAllGlobalListeners:c}=jd(),a=v.useCallback(f=>{f.currentTarget.contains(f.target)&&s.current.isFocusWithin&&!f.currentTarget.contains(f.relatedTarget)&&(s.current.isFocusWithin=!1,c(),n&&n(f),o&&o(!1))},[n,o,s,c]),u=Ud(a),l=v.useCallback(f=>{if(!f.currentTarget.contains(f.target))return;const p=gn(f.target),d=Fa(p);if(!s.current.isFocusWithin&&d===Dd(f.nativeEvent)){r&&r(f),o&&o(!0),s.current.isFocusWithin=!0,u(f);let h=f.currentTarget;i(p,"focus",m=>{if(s.current.isFocusWithin&&!Rd(h,m.target)){let x=new p.defaultView.FocusEvent("blur",{relatedTarget:m.target});ax(x,h);let T=_d(x);a(T)}},{capture:!0})}},[r,o,u,i,a]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:l,onBlur:a}}}let bs=!1,ys=0;function Ha(){bs=!0,setTimeout(()=>{bs=!1},50)}function qd(e){e.pointerType==="touch"&&Ha()}function bx(){if(!(typeof document>"u"))return ys===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",qd):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",Ha)),ys++,()=>{ys--,!(ys>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",qd):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",Ha))}}function yx(e){let{onHoverStart:t,onHoverChange:n,onHoverEnd:r,isDisabled:o}=e,[s,i]=v.useState(!1),c=v.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;v.useEffect(bx,[]);let{addGlobalListener:a,removeAllGlobalListeners:u}=jd(),{hoverProps:l,triggerHoverEnd:f}=v.useMemo(()=>{let p=(m,x)=>{if(c.pointerType=x,o||x==="touch"||c.isHovered||!m.currentTarget.contains(m.target))return;c.isHovered=!0;let T=m.currentTarget;c.target=T,a(gn(m.target),"pointerover",w=>{c.isHovered&&c.target&&!Rd(c.target,w.target)&&d(w,w.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:T,pointerType:x}),n&&n(!0),i(!0)},d=(m,x)=>{let T=c.target;c.pointerType="",c.target=null,!(x==="touch"||!c.isHovered||!T)&&(c.isHovered=!1,u(),r&&r({type:"hoverend",target:T,pointerType:x}),n&&n(!1),i(!1))},h={};return typeof PointerEvent<"u"?(h.onPointerEnter=m=>{bs&&m.pointerType==="mouse"||p(m,m.pointerType)},h.onPointerLeave=m=>{!o&&m.currentTarget.contains(m.target)&&d(m,m.pointerType)}):process.env.NODE_ENV==="test"&&(h.onTouchStart=()=>{c.ignoreEmulatedMouseEvents=!0},h.onMouseEnter=m=>{!c.ignoreEmulatedMouseEvents&&!bs&&p(m,"mouse"),c.ignoreEmulatedMouseEvents=!1},h.onMouseLeave=m=>{!o&&m.currentTarget.contains(m.target)&&d(m,"mouse")}),{hoverProps:h,triggerHoverEnd:d}},[t,n,r,o,c,a,u]);return v.useEffect(()=>{o&&f({currentTarget:c.target},c.pointerType)},[o]),{hoverProps:l,isHovered:s}}function wx(e={}){let{autoFocus:t=!1,isTextInput:n,within:r}=e,o=v.useRef({isFocused:!1,isFocusVisible:t||Gd()}),[s,i]=v.useState(!1),[c,a]=v.useState(()=>o.current.isFocused&&o.current.isFocusVisible),u=v.useCallback(()=>a(o.current.isFocused&&o.current.isFocusVisible),[]),l=v.useCallback(d=>{o.current.isFocused=d,i(d),u()},[u]);hx(d=>{o.current.isFocusVisible=d,u()},[],{isTextInput:n});let{focusProps:f}=mx({isDisabled:r,onFocusChange:l}),{focusWithinProps:p}=gx({isDisabled:!r,onFocusWithinChange:l});return{isFocused:s,isFocusVisible:c,focusProps:r?p:f}}var vx=Object.defineProperty,xx=(e,t,n)=>t in e?vx(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Wa=(e,t,n)=>(xx(e,typeof t!="symbol"?t+"":t,n),n);let Ex=class{constructor(){Wa(this,"current",this.detect()),Wa(this,"handoffState","pending"),Wa(this,"currentId",0)}set(t){this.current!==t&&(this.handoffState="pending",this.currentId=0,this.current=t)}reset(){this.set(this.detect())}nextId(){return++this.currentId}get isServer(){return this.current==="server"}get isClient(){return this.current==="client"}detect(){return typeof window>"u"||typeof document>"u"?"server":"client"}handoff(){this.handoffState==="pending"&&(this.handoffState="complete")}get isHandoffComplete(){return this.handoffState==="complete"}},Mt=new Ex;function wo(e){var t,n;return Mt.isServer?null:e?"ownerDocument"in e?e.ownerDocument:"current"in e?(n=(t=e.current)==null?void 0:t.ownerDocument)!=null?n:document:null:document}function Zd(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(t=>setTimeout(()=>{throw t}))}function Et(){let e=[],t={addEventListener(n,r,o,s){return n.addEventListener(r,o,s),t.add(()=>n.removeEventListener(r,o,s))},requestAnimationFrame(...n){let r=requestAnimationFrame(...n);return t.add(()=>cancelAnimationFrame(r))},nextFrame(...n){return t.requestAnimationFrame(()=>t.requestAnimationFrame(...n))},setTimeout(...n){let r=setTimeout(...n);return t.add(()=>clearTimeout(r))},microTask(...n){let r={current:!0};return Zd(()=>{r.current&&n[0]()}),t.add(()=>{r.current=!1})},style(n,r,o){let s=n.style.getPropertyValue(r);return Object.assign(n.style,{[r]:o}),this.add(()=>{Object.assign(n.style,{[r]:s})})},group(n){let r=Et();return n(r),this.add(()=>r.dispose())},add(n){return e.includes(n)||e.push(n),()=>{let r=e.indexOf(n);if(r>=0)for(let o of e.splice(r,1))o()}},dispose(){for(let n of e.splice(0))n()}};return t}function gr(){let[e]=v.useState(Et);return v.useEffect(()=>()=>e.dispose(),[e]),e}let be=(e,t)=>{Mt.isServer?v.useEffect(e,t):v.useLayoutEffect(e,t)};function Un(e){let t=v.useRef(e);return be(()=>{t.current=e},[e]),t}let ae=function(e){let t=Un(e);return v.useCallback((...n)=>t.current(...n),[t])};function Sx(e){let t=e.width/2,n=e.height/2;return{top:e.clientY-n,right:e.clientX+t,bottom:e.clientY+n,left:e.clientX-t}}function Px(e,t){return!(!e||!t||e.right<t.left||e.left>t.right||e.bottom<t.top||e.top>t.bottom)}function $x({disabled:e=!1}={}){let t=v.useRef(null),[n,r]=v.useState(!1),o=gr(),s=ae(()=>{t.current=null,r(!1),o.dispose()}),i=ae(c=>{if(o.dispose(),t.current===null){t.current=c.currentTarget,r(!0);{let a=wo(c.currentTarget);o.addEventListener(a,"pointerup",s,!1),o.addEventListener(a,"pointermove",u=>{if(t.current){let l=Sx(u);r(Px(l,t.current.getBoundingClientRect()))}},!1),o.addEventListener(a,"pointercancel",s,!1)}}});return{pressed:n,pressProps:e?{}:{onPointerDown:i,onPointerUp:s,onClick:s}}}let Ax=v.createContext(void 0);function Va(){return v.useContext(Ax)}function Ga(...e){return Array.from(new Set(e.flatMap(t=>typeof t=="string"?t.split(" "):[]))).filter(Boolean).join(" ")}function rt(e,t,...n){if(e in t){let o=t[e];return typeof o=="function"?o(...n):o}let r=new Error(`Tried to handle "${e}" but there is no handler defined. Only defined handlers are: ${Object.keys(t).map(o=>`"${o}"`).join(", ")}.`);throw Error.captureStackTrace&&Error.captureStackTrace(r,rt),r}var ws=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(ws||{}),bn=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(bn||{});function Ke(){let e=Ox();return v.useCallback(t=>Tx({mergeRefs:e,...t}),[e])}function Tx({ourProps:e,theirProps:t,slot:n,defaultTag:r,features:o,visible:s=!0,name:i,mergeRefs:c}){c=c??Nx;let a=Kd(t,e);if(s)return vs(a,n,r,i,c);let u=o??0;if(u&2){let{static:l=!1,...f}=a;if(l)return vs(f,n,r,i,c)}if(u&1){let{unmount:l=!0,...f}=a;return rt(l?0:1,{0(){return null},1(){return vs({...f,hidden:!0,style:{display:"none"}},n,r,i,c)}})}return vs(a,n,r,i,c)}function vs(e,t={},n,r,o){let{as:s=n,children:i,refName:c="ref",...a}=qa(e,["unmount","static"]),u=e.ref!==void 0?{[c]:e.ref}:{},l=typeof i=="function"?i(t):i;"className"in a&&a.className&&typeof a.className=="function"&&(a.className=a.className(t)),a["aria-labelledby"]&&a["aria-labelledby"]===a.id&&(a["aria-labelledby"]=void 0);let f={};if(t){let p=!1,d=[];for(let[h,m]of Object.entries(t))typeof m=="boolean"&&(p=!0),m===!0&&d.push(h.replace(/([A-Z])/g,x=>`-${x.toLowerCase()}`));if(p){f["data-headlessui-state"]=d.join(" ");for(let h of d)f[`data-${h}`]=""}}if(s===v.Fragment&&(Object.keys(yn(a)).length>0||Object.keys(yn(f)).length>0))if(!v.isValidElement(l)||Array.isArray(l)&&l.length>1){if(Object.keys(yn(a)).length>0)throw new Error(['Passing props on "Fragment"!',"",`The current component <${r} /> is rendering a "Fragment".`,"However we need to passthrough the following props:",Object.keys(yn(a)).concat(Object.keys(yn(f))).map(p=>` - ${p}`).join(`
|
|
103
|
+
`),"","You can apply a few solutions:",['Add an `as="..."` prop, to ensure that we render an actual element instead of a "Fragment".',"Render a single element as the child so that we can forward the props onto that element."].map(p=>` - ${p}`).join(`
|
|
57
104
|
`)].join(`
|
|
58
|
-
`))}else{let m=a.props,f=m==null?void 0:m.className,h=typeof f=="function"?(...E)=>bn(f(...E),i.className):bn(f,i.className),b=h?{className:h}:{},v=Or(a.props,We(yn(i,["ref"])));for(let E in p)E in v&&delete p[E];return d.cloneElement(a,Object.assign({},v,p,l,{ref:o(Gs(a),l.ref)},b))}return d.createElement(s,Object.assign({},yn(i,["ref"]),s!==d.Fragment&&l,s!==d.Fragment&&p),a)}function Us(){let e=d.useRef([]),t=d.useCallback(n=>{for(let r of e.current)r!=null&&(typeof r=="function"?r(n):r.current=n)},[]);return(...n)=>{if(!n.every(r=>r==null))return e.current=n,t}}function zs(...e){return e.every(t=>t==null)?void 0:t=>{for(let n of e)n!=null&&(typeof n=="function"?n(t):n.current=t)}}function Or(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},n={};for(let r of e)for(let o in r)o.startsWith("on")&&typeof r[o]=="function"?(n[o]!=null||(n[o]=[]),n[o].push(r[o])):t[o]=r[o];if(t.disabled||t["aria-disabled"])for(let r in n)/^(on(?:Click|Pointer|Mouse|Key)(?:Down|Up|Press)?)$/.test(r)&&(n[r]=[o=>{var s;return(s=o==null?void 0:o.preventDefault)==null?void 0:s.call(o)}]);for(let r in n)Object.assign(t,{[r](o,...s){let c=n[r];for(let u of c){if((o instanceof Event||(o==null?void 0:o.nativeEvent)instanceof Event)&&o.defaultPrevented)return;u(o,...s)}}});return t}function Tr(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},n={};for(let r of e)for(let o in r)o.startsWith("on")&&typeof r[o]=="function"?(n[o]!=null||(n[o]=[]),n[o].push(r[o])):t[o]=r[o];for(let r in n)Object.assign(t,{[r](...o){let s=n[r];for(let c of s)c==null||c(...o)}});return t}function pe(e){var t;return Object.assign(d.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function We(e){let t=Object.assign({},e);for(let n in t)t[n]===void 0&&delete t[n];return t}function yn(e,t=[]){let n=Object.assign({},e);for(let r of t)r in n&&delete n[r];return n}function Gs(e){return d.version.split(".")[0]>="19"?e.props.ref:e.ref}function Ys(e,t,n){let[r,o]=d.useState(n),s=e!==void 0,c=d.useRef(s),u=d.useRef(!1),i=d.useRef(!1);return s&&!c.current&&!u.current?(u.current=!0,c.current=s,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")):!s&&c.current&&!i.current&&(i.current=!0,c.current=s,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")),[s?e:r,z(l=>(s||o(l),t==null?void 0:t(l)))]}function Ks(e){let[t]=d.useState(e);return t}function Ar(e={},t=null,n=[]){for(let[r,o]of Object.entries(e))Mr(n,Pr(t,r),o);return n}function Pr(e,t){return e?e+"["+t+"]":t}function Mr(e,t,n){if(Array.isArray(n))for(let[r,o]of n.entries())Mr(e,Pr(t,r.toString()),o);else n instanceof Date?e.push([t,n.toISOString()]):typeof n=="boolean"?e.push([t,n?"1":"0"]):typeof n=="string"?e.push([t,n]):typeof n=="number"?e.push([t,`${n}`]):n==null?e.push([t,""]):Ar(n,t,e)}function Qs(e){var t,n;let r=(t=e==null?void 0:e.form)!=null?t:e.closest("form");if(r){for(let o of r.elements)if(o!==e&&(o.tagName==="INPUT"&&o.type==="submit"||o.tagName==="BUTTON"&&o.type==="submit"||o.nodeName==="INPUT"&&o.type==="image")){o.click();return}(n=r.requestSubmit)==null||n.call(r)}}let Xs="span";var xn=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(xn||{});function qs(e,t){var n;let{features:r=1,...o}=e,s={ref:t,"aria-hidden":(r&2)===2?!0:(n=o["aria-hidden"])!=null?n:void 0,hidden:(r&4)===4?!0:void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(r&4)===4&&(r&2)!==2&&{display:"none"}}};return ge()({ourProps:s,theirProps:o,slot:{},defaultTag:Xs,name:"Hidden"})}let Nr=pe(qs),Js=d.createContext(null);function Zs({children:e}){let t=d.useContext(Js);if(!t)return d.createElement(d.Fragment,null,e);let{target:n}=t;return n?de.createPortal(d.createElement(d.Fragment,null,e),n):null}function el({data:e,form:t,disabled:n,onReset:r,overrides:o}){let[s,c]=d.useState(null),u=rt();return d.useEffect(()=>{if(r&&s)return u.addEventListener(s,"reset",r)},[s,t,r]),d.createElement(Zs,null,d.createElement(tl,{setForm:c,formId:t}),Ar(e).map(([i,l])=>d.createElement(Nr,{features:xn.Hidden,...We({key:i,as:"input",type:"hidden",hidden:!0,readOnly:!0,form:t,disabled:n,name:i,value:l,...o})})))}function tl({setForm:e,formId:t}){return d.useEffect(()=>{if(t){let n=document.getElementById(t);n&&e(n)}},[e,t]),t?null:d.createElement(Nr,{features:xn.Hidden,as:"input",type:"hidden",hidden:!0,readOnly:!0,ref:n=>{if(!n)return;let r=n.closest("form");r&&e(r)}})}let nl=d.createContext(void 0);function Lr(){return d.useContext(nl)}function wn(e){return typeof e!="object"||e===null?!1:"nodeType"in e}function jt(e){return wn(e)&&"tagName"in e}function Ie(e){return jt(e)&&"accessKey"in e}function ot(e){return jt(e)&&"tabIndex"in e}function rl(e){return jt(e)&&"style"in e}function ol(e){return Ie(e)&&e.nodeName==="IFRAME"}function Fr(e){return Ie(e)&&e.nodeName==="INPUT"}function Dr(e){return Ie(e)&&e.nodeName==="LABEL"}function il(e){return Ie(e)&&e.nodeName==="FIELDSET"}function Ir(e){return Ie(e)&&e.nodeName==="LEGEND"}function sl(e){return jt(e)?e.matches('a[href],audio[controls],button,details,embed,iframe,img[usemap],input:not([type="hidden"]),label,select,textarea,video[controls]'):!1}function ll(e){let t=e.parentElement,n=null;for(;t&&!il(t);)Ir(t)&&(n=t),t=t.parentElement;let r=(t==null?void 0:t.getAttribute("disabled"))==="";return r&&al(n)?!1:r}function al(e){if(!e)return!1;let t=e.previousElementSibling;for(;t!==null;){if(Ir(t))return!1;t=t.previousElementSibling}return!0}let jr=Symbol();function ul(e,t=!0){return Object.assign(e,{[jr]:t})}function xe(...e){let t=d.useRef(e);d.useEffect(()=>{t.current=e},[e]);let n=z(r=>{for(let o of t.current)o!=null&&(typeof o=="function"?o(r):o.current=r)});return e.every(r=>r==null||(r==null?void 0:r[jr]))?void 0:n}let En=d.createContext(null);En.displayName="DescriptionContext";function _r(){let e=d.useContext(En);if(e===null){let t=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,_r),t}return e}function cl(){var e,t;return(t=(e=d.useContext(En))==null?void 0:e.value)!=null?t:void 0}let fl="p";function dl(e,t){let n=d.useId(),r=vn(),{id:o=`headlessui-description-${n}`,...s}=e,c=_r(),u=xe(t);J(()=>c.register(o),[o,c.register]);let i=r||!1,l=d.useMemo(()=>({...c.slot,disabled:i}),[c.slot,i]),a={ref:u,...c.props,id:o};return ge()({ourProps:a,theirProps:s,slot:l,defaultTag:fl,name:c.name||"Description"})}let pl=pe(dl);Object.assign(pl,{});var se=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(se||{});let _t=d.createContext(null);_t.displayName="LabelContext";function kr(){let e=d.useContext(_t);if(e===null){let t=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,kr),t}return e}function Rr(e){var t,n,r;let o=(n=(t=d.useContext(_t))==null?void 0:t.value)!=null?n:void 0;return((r=e==null?void 0:e.length)!=null?r:0)>0?[o,...e].filter(Boolean).join(" "):o}function ml({inherit:e=!1}={}){let t=Rr(),[n,r]=d.useState([]),o=e?[t,...n].filter(Boolean):n;return[o.length>0?o.join(" "):void 0,d.useMemo(()=>function(s){let c=z(i=>(r(l=>[...l,i]),()=>r(l=>{let a=l.slice(),p=a.indexOf(i);return p!==-1&&a.splice(p,1),a}))),u=d.useMemo(()=>({register:c,slot:s.slot,name:s.name,props:s.props,value:s.value}),[c,s.slot,s.name,s.props,s.value]);return d.createElement(_t.Provider,{value:u},s.children)},[r])]}let hl="label";function gl(e,t){var n;let r=d.useId(),o=kr(),s=Lr(),c=vn(),{id:u=`headlessui-label-${r}`,htmlFor:i=s??((n=o.props)==null?void 0:n.htmlFor),passive:l=!1,...a}=e,p=xe(t);J(()=>o.register(u),[u,o.register]);let m=z(v=>{let E=v.currentTarget;if(!(v.target!==v.currentTarget&&sl(v.target))&&(Dr(E)&&v.preventDefault(),o.props&&"onClick"in o.props&&typeof o.props.onClick=="function"&&o.props.onClick(v),Dr(E))){let x=document.getElementById(E.htmlFor);if(x){let y=x.getAttribute("disabled");if(y==="true"||y==="")return;let S=x.getAttribute("aria-disabled");if(S==="true"||S==="")return;(Fr(x)&&(x.type==="file"||x.type==="radio"||x.type==="checkbox")||x.role==="radio"||x.role==="checkbox"||x.role==="switch")&&x.click(),x.focus({preventScroll:!0})}}}),f=c||!1,h=d.useMemo(()=>({...o.slot,disabled:f}),[o.slot,f]),b={ref:p,...o.props,id:u,htmlFor:i,onClick:m};return l&&("onClick"in b&&(delete b.htmlFor,delete b.onClick),"onClick"in a&&delete a.onClick),ge()({ourProps:b,theirProps:a,slot:h,defaultTag:i?hl:"div",name:o.name||"Label"})}let vl=pe(gl),bl=Object.assign(vl,{});function yl(e,t){return e!==null&&t!==null&&typeof e=="object"&&typeof t=="object"&&"id"in e&&"id"in t?e.id===t.id:e===t}function xl(e=yl){return d.useCallback((t,n)=>{if(typeof e=="string"){let r=e;return(t==null?void 0:t[r])===(n==null?void 0:n[r])}return e(t,n)},[e])}function wl(e){if(e===null)return{width:0,height:0};let{width:t,height:n}=e.getBoundingClientRect();return{width:t,height:n}}function El(e,t=!1){let[n,r]=d.useReducer(()=>({}),{}),o=d.useMemo(()=>wl(e),[e,n]);return J(()=>{if(!e)return;let s=new ResizeObserver(r);return s.observe(e),()=>{s.disconnect()}},[e]),t?{width:`${o.width}px`,height:`${o.height}px`}:o}let Br=class extends Map{constructor(t){super(),this.factory=t}get(t){let n=super.get(t);return n===void 0&&(n=this.factory(t),this.set(t,n)),n}};var Cl=Object.defineProperty,Sl=(e,t,n)=>t in e?Cl(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,$l=(e,t,n)=>(Sl(e,t+"",n),n),Wr=(e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)},we=(e,t,n)=>(Wr(e,t,"read from private field"),n?n.call(e):t.get(e)),Cn=(e,t,n)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,n)},Vr=(e,t,n,r)=>(Wr(e,t,"write to private field"),t.set(e,n),n),Ae,yt,xt;let Hr=class{constructor(t){Cn(this,Ae,{}),Cn(this,yt,new Br(()=>new Set)),Cn(this,xt,new Set),$l(this,"disposables",Se()),Vr(this,Ae,t),Te.isServer&&this.disposables.microTask(()=>{this.dispose()})}dispose(){this.disposables.dispose()}get state(){return we(this,Ae)}subscribe(t,n){if(Te.isServer)return()=>{};let r={selector:t,callback:n,current:t(we(this,Ae))};return we(this,xt).add(r),this.disposables.add(()=>{we(this,xt).delete(r)})}on(t,n){return Te.isServer?()=>{}:(we(this,yt).get(t).add(n),this.disposables.add(()=>{we(this,yt).get(t).delete(n)}))}send(t){let n=this.reduce(we(this,Ae),t);if(n!==we(this,Ae)){Vr(this,Ae,n);for(let r of we(this,xt)){let o=r.selector(we(this,Ae));Ur(r.current,o)||(r.current=o,r.callback(o))}for(let r of we(this,yt).get(t.type))r(we(this,Ae),t)}}};Ae=new WeakMap,yt=new WeakMap,xt=new WeakMap;function Ur(e,t){return Object.is(e,t)?!0:typeof e!="object"||e===null||typeof t!="object"||t===null?!1:Array.isArray(e)&&Array.isArray(t)?e.length!==t.length?!1:Sn(e[Symbol.iterator](),t[Symbol.iterator]()):e instanceof Map&&t instanceof Map||e instanceof Set&&t instanceof Set?e.size!==t.size?!1:Sn(e.entries(),t.entries()):zr(e)&&zr(t)?Sn(Object.entries(e)[Symbol.iterator](),Object.entries(t)[Symbol.iterator]()):!1}function Sn(e,t){do{let n=e.next(),r=t.next();if(n.done&&r.done)return!0;if(n.done||r.done||!Object.is(n.value,r.value))return!1}while(!0)}function zr(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}function $n(e){let[t,n]=e(),r=Se();return(...o)=>{t(...o),r.dispose(),r.microTask(n)}}var Ol=Object.defineProperty,Tl=(e,t,n)=>t in e?Ol(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Gr=(e,t,n)=>(Tl(e,typeof t!="symbol"?t+"":t,n),n),Yr=(e=>(e[e.Push=0]="Push",e[e.Pop=1]="Pop",e))(Yr||{});let Al={0(e,t){let n=t.id,r=e.stack,o=e.stack.indexOf(n);if(o!==-1){let s=e.stack.slice();return s.splice(o,1),s.push(n),r=s,{...e,stack:r}}return{...e,stack:[...e.stack,n]}},1(e,t){let n=t.id,r=e.stack.indexOf(n);if(r===-1)return e;let o=e.stack.slice();return o.splice(r,1),{...e,stack:o}}},Pl=class Qi extends Hr{constructor(){super(...arguments),Gr(this,"actions",{push:t=>this.send({type:0,id:t}),pop:t=>this.send({type:1,id:t})}),Gr(this,"selectors",{isTop:(t,n)=>t.stack[t.stack.length-1]===n,inStack:(t,n)=>t.stack.includes(n)})}static new(){return new Qi({stack:[]})}reduce(t,n){return ye(n.type,Al,t,n)}};const On=new Br(()=>Pl.new());var Tn={exports:{}},An={};/**
|
|
105
|
+
`))}else{let p=l.props,d=p==null?void 0:p.className,h=typeof d=="function"?(...T)=>Ga(d(...T),a.className):Ga(d,a.className),m=h?{className:h}:{},x=Kd(l.props,yn(qa(a,["ref"])));for(let T in f)T in x&&delete f[T];return v.cloneElement(l,Object.assign({},x,f,u,{ref:o(Cx(l),u.ref)},m))}return v.createElement(s,Object.assign({},qa(a,["ref"]),s!==v.Fragment&&u,s!==v.Fragment&&f),l)}function Ox(){let e=v.useRef([]),t=v.useCallback(n=>{for(let r of e.current)r!=null&&(typeof r=="function"?r(n):r.current=n)},[]);return(...n)=>{if(!n.every(r=>r==null))return e.current=n,t}}function Nx(...e){return e.every(t=>t==null)?void 0:t=>{for(let n of e)n!=null&&(typeof n=="function"?n(t):n.current=t)}}function Kd(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},n={};for(let r of e)for(let o in r)o.startsWith("on")&&typeof r[o]=="function"?(n[o]!=null||(n[o]=[]),n[o].push(r[o])):t[o]=r[o];if(t.disabled||t["aria-disabled"])for(let r in n)/^(on(?:Click|Pointer|Mouse|Key)(?:Down|Up|Press)?)$/.test(r)&&(n[r]=[o=>{var s;return(s=o==null?void 0:o.preventDefault)==null?void 0:s.call(o)}]);for(let r in n)Object.assign(t,{[r](o,...s){let i=n[r];for(let c of i){if((o instanceof Event||(o==null?void 0:o.nativeEvent)instanceof Event)&&o.defaultPrevented)return;c(o,...s)}}});return t}function Yd(...e){if(e.length===0)return{};if(e.length===1)return e[0];let t={},n={};for(let r of e)for(let o in r)o.startsWith("on")&&typeof r[o]=="function"?(n[o]!=null||(n[o]=[]),n[o].push(r[o])):t[o]=r[o];for(let r in n)Object.assign(t,{[r](...o){let s=n[r];for(let i of s)i==null||i(...o)}});return t}function ze(e){var t;return Object.assign(v.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function yn(e){let t=Object.assign({},e);for(let n in t)t[n]===void 0&&delete t[n];return t}function qa(e,t=[]){let n=Object.assign({},e);for(let r of t)r in n&&delete n[r];return n}function Cx(e){return v.version.split(".")[0]>="19"?e.props.ref:e.ref}function Ix(e,t,n){let[r,o]=v.useState(n),s=e!==void 0,i=v.useRef(s),c=v.useRef(!1),a=v.useRef(!1);return s&&!i.current&&!c.current?(c.current=!0,i.current=s,console.error("A component is changing from uncontrolled to controlled. This may be caused by the value changing from undefined to a defined value, which should not happen.")):!s&&i.current&&!a.current&&(a.current=!0,i.current=s,console.error("A component is changing from controlled to uncontrolled. This may be caused by the value changing from a defined value to undefined, which should not happen.")),[s?e:r,ae(u=>(s||o(u),t==null?void 0:t(u)))]}function Mx(e){let[t]=v.useState(e);return t}function Xd(e={},t=null,n=[]){for(let[r,o]of Object.entries(e))Jd(n,Qd(t,r),o);return n}function Qd(e,t){return e?e+"["+t+"]":t}function Jd(e,t,n){if(Array.isArray(n))for(let[r,o]of n.entries())Jd(e,Qd(t,r.toString()),o);else n instanceof Date?e.push([t,n.toISOString()]):typeof n=="boolean"?e.push([t,n?"1":"0"]):typeof n=="string"?e.push([t,n]):typeof n=="number"?e.push([t,`${n}`]):n==null?e.push([t,""]):Xd(n,t,e)}function kx(e){var t,n;let r=(t=e==null?void 0:e.form)!=null?t:e.closest("form");if(r){for(let o of r.elements)if(o!==e&&(o.tagName==="INPUT"&&o.type==="submit"||o.tagName==="BUTTON"&&o.type==="submit"||o.nodeName==="INPUT"&&o.type==="image")){o.click();return}(n=r.requestSubmit)==null||n.call(r)}}let Lx="span";var Za=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(Za||{});function Bx(e,t){var n;let{features:r=1,...o}=e,s={ref:t,"aria-hidden":(r&2)===2?!0:(n=o["aria-hidden"])!=null?n:void 0,hidden:(r&4)===4?!0:void 0,style:{position:"fixed",top:1,left:1,width:1,height:0,padding:0,margin:-1,overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0",...(r&4)===4&&(r&2)!==2&&{display:"none"}}};return Ke()({ourProps:s,theirProps:o,slot:{},defaultTag:Lx,name:"Hidden"})}let ep=ze(Bx),Fx=v.createContext(null);function Rx({children:e}){let t=v.useContext(Fx);if(!t)return v.createElement(v.Fragment,null,e);let{target:n}=t;return n?ke.createPortal(v.createElement(v.Fragment,null,e),n):null}function Dx({data:e,form:t,disabled:n,onReset:r,overrides:o}){let[s,i]=v.useState(null),c=gr();return v.useEffect(()=>{if(r&&s)return c.addEventListener(s,"reset",r)},[s,t,r]),v.createElement(Rx,null,v.createElement(jx,{setForm:i,formId:t}),Xd(e).map(([a,u])=>v.createElement(ep,{features:Za.Hidden,...yn({key:a,as:"input",type:"hidden",hidden:!0,readOnly:!0,form:t,disabled:n,name:a,value:u,...o})})))}function jx({setForm:e,formId:t}){return v.useEffect(()=>{if(t){let n=document.getElementById(t);n&&e(n)}},[e,t]),t?null:v.createElement(ep,{features:Za.Hidden,as:"input",type:"hidden",hidden:!0,readOnly:!0,ref:n=>{if(!n)return;let r=n.closest("form");r&&e(r)}})}let _x=v.createContext(void 0);function tp(){return v.useContext(_x)}function Ka(e){return typeof e!="object"||e===null?!1:"nodeType"in e}function xs(e){return Ka(e)&&"tagName"in e}function tn(e){return xs(e)&&"accessKey"in e}function br(e){return xs(e)&&"tabIndex"in e}function Ux(e){return xs(e)&&"style"in e}function zx(e){return tn(e)&&e.nodeName==="IFRAME"}function np(e){return tn(e)&&e.nodeName==="INPUT"}function rp(e){return tn(e)&&e.nodeName==="LABEL"}function Hx(e){return tn(e)&&e.nodeName==="FIELDSET"}function op(e){return tn(e)&&e.nodeName==="LEGEND"}function Wx(e){return xs(e)?e.matches('a[href],audio[controls],button,details,embed,iframe,img[usemap],input:not([type="hidden"]),label,select,textarea,video[controls]'):!1}function Vx(e){let t=e.parentElement,n=null;for(;t&&!Hx(t);)op(t)&&(n=t),t=t.parentElement;let r=(t==null?void 0:t.getAttribute("disabled"))==="";return r&&Gx(n)?!1:r}function Gx(e){if(!e)return!1;let t=e.previousElementSibling;for(;t!==null;){if(op(t))return!1;t=t.previousElementSibling}return!0}let sp=Symbol();function qx(e,t=!0){return Object.assign(e,{[sp]:t})}function ot(...e){let t=v.useRef(e);v.useEffect(()=>{t.current=e},[e]);let n=ae(r=>{for(let o of t.current)o!=null&&(typeof o=="function"?o(r):o.current=r)});return e.every(r=>r==null||(r==null?void 0:r[sp]))?void 0:n}let Ya=v.createContext(null);Ya.displayName="DescriptionContext";function ip(){let e=v.useContext(Ya);if(e===null){let t=new Error("You used a <Description /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,ip),t}return e}function Zx(){var e,t;return(t=(e=v.useContext(Ya))==null?void 0:e.value)!=null?t:void 0}let Kx="p";function Yx(e,t){let n=v.useId(),r=Va(),{id:o=`headlessui-description-${n}`,...s}=e,i=ip(),c=ot(t);be(()=>i.register(o),[o,i.register]);let a=r||!1,u=v.useMemo(()=>({...i.slot,disabled:a}),[i.slot,a]),l={ref:c,...i.props,id:o};return Ke()({ourProps:l,theirProps:s,slot:u,defaultTag:Kx,name:i.name||"Description"})}let Xx=ze(Yx);Object.assign(Xx,{});var Ne=(e=>(e.Space=" ",e.Enter="Enter",e.Escape="Escape",e.Backspace="Backspace",e.Delete="Delete",e.ArrowLeft="ArrowLeft",e.ArrowUp="ArrowUp",e.ArrowRight="ArrowRight",e.ArrowDown="ArrowDown",e.Home="Home",e.End="End",e.PageUp="PageUp",e.PageDown="PageDown",e.Tab="Tab",e))(Ne||{});let Es=v.createContext(null);Es.displayName="LabelContext";function ap(){let e=v.useContext(Es);if(e===null){let t=new Error("You used a <Label /> component, but it is not inside a relevant parent.");throw Error.captureStackTrace&&Error.captureStackTrace(t,ap),t}return e}function cp(e){var t,n,r;let o=(n=(t=v.useContext(Es))==null?void 0:t.value)!=null?n:void 0;return((r=e==null?void 0:e.length)!=null?r:0)>0?[o,...e].filter(Boolean).join(" "):o}function Qx({inherit:e=!1}={}){let t=cp(),[n,r]=v.useState([]),o=e?[t,...n].filter(Boolean):n;return[o.length>0?o.join(" "):void 0,v.useMemo(()=>function(s){let i=ae(a=>(r(u=>[...u,a]),()=>r(u=>{let l=u.slice(),f=l.indexOf(a);return f!==-1&&l.splice(f,1),l}))),c=v.useMemo(()=>({register:i,slot:s.slot,name:s.name,props:s.props,value:s.value}),[i,s.slot,s.name,s.props,s.value]);return v.createElement(Es.Provider,{value:c},s.children)},[r])]}let Jx="label";function eE(e,t){var n;let r=v.useId(),o=ap(),s=tp(),i=Va(),{id:c=`headlessui-label-${r}`,htmlFor:a=s??((n=o.props)==null?void 0:n.htmlFor),passive:u=!1,...l}=e,f=ot(t);be(()=>o.register(c),[c,o.register]);let p=ae(x=>{let T=x.currentTarget;if(!(x.target!==x.currentTarget&&Wx(x.target))&&(rp(T)&&x.preventDefault(),o.props&&"onClick"in o.props&&typeof o.props.onClick=="function"&&o.props.onClick(x),rp(T))){let w=document.getElementById(T.htmlFor);if(w){let A=w.getAttribute("disabled");if(A==="true"||A==="")return;let L=w.getAttribute("aria-disabled");if(L==="true"||L==="")return;(np(w)&&(w.type==="file"||w.type==="radio"||w.type==="checkbox")||w.role==="radio"||w.role==="checkbox"||w.role==="switch")&&w.click(),w.focus({preventScroll:!0})}}}),d=i||!1,h=v.useMemo(()=>({...o.slot,disabled:d}),[o.slot,d]),m={ref:f,...o.props,id:c,htmlFor:a,onClick:p};return u&&("onClick"in m&&(delete m.htmlFor,delete m.onClick),"onClick"in l&&delete l.onClick),Ke()({ourProps:m,theirProps:l,slot:h,defaultTag:a?Jx:"div",name:o.name||"Label"})}let tE=ze(eE),nE=Object.assign(tE,{});function rE(e,t){return e!==null&&t!==null&&typeof e=="object"&&typeof t=="object"&&"id"in e&&"id"in t?e.id===t.id:e===t}function oE(e=rE){return v.useCallback((t,n)=>{if(typeof e=="string"){let r=e;return(t==null?void 0:t[r])===(n==null?void 0:n[r])}return e(t,n)},[e])}function sE(e){if(e===null)return{width:0,height:0};let{width:t,height:n}=e.getBoundingClientRect();return{width:t,height:n}}function iE(e,t=!1){let[n,r]=v.useReducer(()=>({}),{}),o=v.useMemo(()=>sE(e),[e,n]);return be(()=>{if(!e)return;let s=new ResizeObserver(r);return s.observe(e),()=>{s.disconnect()}},[e]),t?{width:`${o.width}px`,height:`${o.height}px`}:o}let up=class extends Map{constructor(t){super(),this.factory=t}get(t){let n=super.get(t);return n===void 0&&(n=this.factory(t),this.set(t,n)),n}};var aE=Object.defineProperty,cE=(e,t,n)=>t in e?aE(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,uE=(e,t,n)=>(cE(e,t+"",n),n),lp=(e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)},st=(e,t,n)=>(lp(e,t,"read from private field"),n?n.call(e):t.get(e)),Xa=(e,t,n)=>{if(t.has(e))throw TypeError("Cannot add the same private member more than once");t instanceof WeakSet?t.add(e):t.set(e,n)},fp=(e,t,n,r)=>(lp(e,t,"write to private field"),t.set(e,n),n),kt,vo,xo;let dp=class{constructor(t){Xa(this,kt,{}),Xa(this,vo,new up(()=>new Set)),Xa(this,xo,new Set),uE(this,"disposables",Et()),fp(this,kt,t),Mt.isServer&&this.disposables.microTask(()=>{this.dispose()})}dispose(){this.disposables.dispose()}get state(){return st(this,kt)}subscribe(t,n){if(Mt.isServer)return()=>{};let r={selector:t,callback:n,current:t(st(this,kt))};return st(this,xo).add(r),this.disposables.add(()=>{st(this,xo).delete(r)})}on(t,n){return Mt.isServer?()=>{}:(st(this,vo).get(t).add(n),this.disposables.add(()=>{st(this,vo).get(t).delete(n)}))}send(t){let n=this.reduce(st(this,kt),t);if(n!==st(this,kt)){fp(this,kt,n);for(let r of st(this,xo)){let o=r.selector(st(this,kt));pp(r.current,o)||(r.current=o,r.callback(o))}for(let r of st(this,vo).get(t.type))r(st(this,kt),t)}}};kt=new WeakMap,vo=new WeakMap,xo=new WeakMap;function pp(e,t){return Object.is(e,t)?!0:typeof e!="object"||e===null||typeof t!="object"||t===null?!1:Array.isArray(e)&&Array.isArray(t)?e.length!==t.length?!1:Qa(e[Symbol.iterator](),t[Symbol.iterator]()):e instanceof Map&&t instanceof Map||e instanceof Set&&t instanceof Set?e.size!==t.size?!1:Qa(e.entries(),t.entries()):hp(e)&&hp(t)?Qa(Object.entries(e)[Symbol.iterator](),Object.entries(t)[Symbol.iterator]()):!1}function Qa(e,t){do{let n=e.next(),r=t.next();if(n.done&&r.done)return!0;if(n.done||r.done||!Object.is(n.value,r.value))return!1}while(!0)}function hp(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}function Ja(e){let[t,n]=e(),r=Et();return(...o)=>{t(...o),r.dispose(),r.microTask(n)}}var lE=Object.defineProperty,fE=(e,t,n)=>t in e?lE(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,mp=(e,t,n)=>(fE(e,typeof t!="symbol"?t+"":t,n),n),gp=(e=>(e[e.Push=0]="Push",e[e.Pop=1]="Pop",e))(gp||{});let dE={0(e,t){let n=t.id,r=e.stack,o=e.stack.indexOf(n);if(o!==-1){let s=e.stack.slice();return s.splice(o,1),s.push(n),r=s,{...e,stack:r}}return{...e,stack:[...e.stack,n]}},1(e,t){let n=t.id,r=e.stack.indexOf(n);if(r===-1)return e;let o=e.stack.slice();return o.splice(r,1),{...e,stack:o}}},pE=class X0 extends dp{constructor(){super(...arguments),mp(this,"actions",{push:t=>this.send({type:0,id:t}),pop:t=>this.send({type:1,id:t})}),mp(this,"selectors",{isTop:(t,n)=>t.stack[t.stack.length-1]===n,inStack:(t,n)=>t.stack.includes(n)})}static new(){return new X0({stack:[]})}reduce(t,n){return rt(n.type,dE,t,n)}};const ec=new up(()=>pE.new());var tc={exports:{}},nc={};/**
|
|
59
106
|
* @license React
|
|
60
107
|
* use-sync-external-store-with-selector.production.js
|
|
61
108
|
*
|
|
@@ -63,7 +110,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
63
110
|
*
|
|
64
111
|
* This source code is licensed under the MIT license found in the
|
|
65
112
|
* LICENSE file in the root directory of this source tree.
|
|
66
|
-
*/var
|
|
113
|
+
*/var bp;function hE(){if(bp)return nc;bp=1;var e=v;function t(a,u){return a===u&&(a!==0||1/a===1/u)||a!==a&&u!==u}var n=typeof Object.is=="function"?Object.is:t,r=e.useSyncExternalStore,o=e.useRef,s=e.useEffect,i=e.useMemo,c=e.useDebugValue;return nc.useSyncExternalStoreWithSelector=function(a,u,l,f,p){var d=o(null);if(d.current===null){var h={hasValue:!1,value:null};d.current=h}else h=d.current;d=i(function(){function x(B){if(!T){if(T=!0,w=B,B=f(B),p!==void 0&&h.hasValue){var _=h.value;if(p(_,B))return A=_}return A=B}if(_=A,n(w,B))return _;var D=f(B);return p!==void 0&&p(_,D)?(w=B,_):(w=B,A=D)}var T=!1,w,A,L=l===void 0?null:l;return[function(){return x(u())},L===null?void 0:function(){return x(L())}]},[u,l,f,p]);var m=r(a,d[0],d[1]);return s(function(){h.hasValue=!0,h.value=m},[m]),c(m),m},nc}var rc={};/**
|
|
67
114
|
* @license React
|
|
68
115
|
* use-sync-external-store-with-selector.development.js
|
|
69
116
|
*
|
|
@@ -71,34 +118,55 @@ React keys must be passed directly to JSX without using spread:
|
|
|
71
118
|
*
|
|
72
119
|
* This source code is licensed under the MIT license found in the
|
|
73
120
|
* LICENSE file in the root directory of this source tree.
|
|
74
|
-
*/var Qr;function Nl(){return Qr||(Qr=1,process.env.NODE_ENV!=="production"&&function(){function e(i,l){return i===l&&(i!==0||1/i===1/l)||i!==i&&l!==l}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=d,n=typeof Object.is=="function"?Object.is:e,r=t.useSyncExternalStore,o=t.useRef,s=t.useEffect,c=t.useMemo,u=t.useDebugValue;Pn.useSyncExternalStoreWithSelector=function(i,l,a,p,m){var f=o(null);if(f.current===null){var h={hasValue:!1,value:null};f.current=h}else h=f.current;f=c(function(){function v(C){if(!E){if(E=!0,x=C,C=p(C),m!==void 0&&h.hasValue){var O=h.value;if(m(O,C))return y=O}return y=C}if(O=y,n(x,C))return O;var F=p(C);return m!==void 0&&m(O,F)?(x=C,O):(x=C,y=F)}var E=!1,x,y,S=a===void 0?null:a;return[function(){return v(l())},S===null?void 0:function(){return v(S())}]},[l,a,p,m]);var b=r(i,f[0],f[1]);return s(function(){h.hasValue=!0,h.value=b},[b]),u(b),b},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),Pn}process.env.NODE_ENV==="production"?Tn.exports=Ml():Tn.exports=Nl();var Ll=Tn.exports;function Ee(e,t,n=Ur){return Ll.useSyncExternalStoreWithSelector(z(r=>e.subscribe(Fl,r)),z(()=>e.state),z(()=>e.state),z(t),n)}function Fl(e){return e}function Xr(e,t){let n=d.useId(),r=On.get(t),[o,s]=Ee(r,d.useCallback(c=>[r.selectors.isTop(c,n),r.selectors.inStack(c,n)],[r,n]));return J(()=>{if(e)return r.actions.push(n),()=>r.actions.pop(n)},[r,e,n]),e?s?o:!0:!1}let Mn=new Map,wt=new Map;function qr(e){var t;let n=(t=wt.get(e))!=null?t:0;return wt.set(e,n+1),n!==0?()=>Jr(e):(Mn.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>Jr(e))}function Jr(e){var t;let n=(t=wt.get(e))!=null?t:1;if(n===1?wt.delete(e):wt.set(e,n-1),n!==1)return;let r=Mn.get(e);r&&(r["aria-hidden"]===null?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",r["aria-hidden"]),e.inert=r.inert,Mn.delete(e))}function Dl(e,{allowed:t,disallowed:n}={}){let r=Xr(e,"inert-others");J(()=>{var o,s;if(!r)return;let c=Se();for(let i of(o=n==null?void 0:n())!=null?o:[])i&&c.add(qr(i));let u=(s=t==null?void 0:t())!=null?s:[];for(let i of u){if(!i)continue;let l=bt(i);if(!l)continue;let a=i.parentElement;for(;a&&a!==l.body;){for(let p of a.children)u.some(m=>p.contains(m))||c.add(qr(p));a=a.parentElement}}return c.dispose},[r,t,n])}function Il(e,t,n){let r=Ke(o=>{let s=o.getBoundingClientRect();s.x===0&&s.y===0&&s.width===0&&s.height===0&&n()});d.useEffect(()=>{if(!e)return;let o=t===null?null:Ie(t)?t:t.current;if(!o)return;let s=Se();if(typeof ResizeObserver<"u"){let c=new ResizeObserver(()=>r.current(o));c.observe(o),s.add(()=>c.disconnect())}if(typeof IntersectionObserver<"u"){let c=new IntersectionObserver(()=>r.current(o));c.observe(o),s.add(()=>c.disconnect())}return()=>s.dispose()},[t,r,e])}let Nn=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map(e=>`${e}:not([tabindex='-1'])`).join(","),jl=["[data-autofocus]"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var Ln=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e[e.AutoFocus=64]="AutoFocus",e))(Ln||{}),_l=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(_l||{}),kl=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(kl||{});function Zr(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(Nn)).sort((t,n)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(n.tabIndex||Number.MAX_SAFE_INTEGER)))}function Rl(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(jl)).sort((t,n)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(n.tabIndex||Number.MAX_SAFE_INTEGER)))}var Fn=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(Fn||{});function eo(e,t=0){var n;return e===((n=bt(e))==null?void 0:n.body)?!1:ye(t,{0(){return e.matches(Nn)},1(){let r=e;for(;r!==null;){if(r.matches(Nn))return!0;r=r.parentElement}return!1}})}var Bl=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))(Bl||{});typeof window<"u"&&typeof document<"u"&&(document.addEventListener("keydown",e=>{e.metaKey||e.altKey||e.ctrlKey||(document.documentElement.dataset.headlessuiFocusVisible="")},!0),document.addEventListener("click",e=>{e.detail===1?delete document.documentElement.dataset.headlessuiFocusVisible:e.detail===0&&(document.documentElement.dataset.headlessuiFocusVisible="")},!0));let Wl=["textarea","input"].join(",");function Vl(e){var t,n;return(n=(t=e==null?void 0:e.matches)==null?void 0:t.call(e,Wl))!=null?n:!1}function to(e,t=n=>n){return e.slice().sort((n,r)=>{let o=t(n),s=t(r);if(o===null||s===null)return 0;let c=o.compareDocumentPosition(s);return c&Node.DOCUMENT_POSITION_FOLLOWING?-1:c&Node.DOCUMENT_POSITION_PRECEDING?1:0})}function Hl(e,t){return Ul(Zr(),t,{relativeTo:e})}function Ul(e,t,{sorted:n=!0,relativeTo:r=null,skipElements:o=[]}={}){let s=Array.isArray(e)?e.length>0?e[0].ownerDocument:document:e.ownerDocument,c=Array.isArray(e)?n?to(e):e:t&64?Rl(e):Zr(e);o.length>0&&c.length>1&&(c=c.filter(f=>!o.some(h=>h!=null&&"current"in h?(h==null?void 0:h.current)===f:h===f))),r=r??s.activeElement;let u=(()=>{if(t&5)return 1;if(t&10)return-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),i=(()=>{if(t&1)return 0;if(t&2)return Math.max(0,c.indexOf(r))-1;if(t&4)return Math.max(0,c.indexOf(r))+1;if(t&8)return c.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),l=t&32?{preventScroll:!0}:{},a=0,p=c.length,m;do{if(a>=p||a+p<=0)return 0;let f=i+a;if(t&16)f=(f+p)%p;else{if(f<0)return 3;if(f>=p)return 1}m=c[f],m==null||m.focus(l),a+=u}while(m!==s.activeElement);return t&6&&Vl(m)&&m.select(),2}function no(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function zl(){return/Android/gi.test(window.navigator.userAgent)}function ro(){return no()||zl()}function it(e,t,n,r){let o=Ke(n);d.useEffect(()=>{if(!e)return;function s(c){o.current(c)}return document.addEventListener(t,s,r),()=>document.removeEventListener(t,s,r)},[e,t,r])}function Gl(e,t,n,r){let o=Ke(n);d.useEffect(()=>{if(!e)return;function s(c){o.current(c)}return window.addEventListener(t,s,r),()=>window.removeEventListener(t,s,r)},[e,t,r])}const oo=30;function Yl(e,t,n){let r=Ke(n),o=d.useCallback(function(u,i){if(u.defaultPrevented)return;let l=i(u);if(l===null||!l.getRootNode().contains(l)||!l.isConnected)return;let a=function p(m){return typeof m=="function"?p(m()):Array.isArray(m)||m instanceof Set?m:[m]}(t);for(let p of a)if(p!==null&&(p.contains(l)||u.composed&&u.composedPath().includes(p)))return;return!eo(l,Fn.Loose)&&l.tabIndex!==-1&&u.preventDefault(),r.current(u,l)},[r,t]),s=d.useRef(null);it(e,"pointerdown",u=>{var i,l;ro()||(s.current=((l=(i=u.composedPath)==null?void 0:i.call(u))==null?void 0:l[0])||u.target)},!0),it(e,"pointerup",u=>{if(ro()||!s.current)return;let i=s.current;return s.current=null,o(u,()=>i)},!0);let c=d.useRef({x:0,y:0});it(e,"touchstart",u=>{c.current.x=u.touches[0].clientX,c.current.y=u.touches[0].clientY},!0),it(e,"touchend",u=>{let i={x:u.changedTouches[0].clientX,y:u.changedTouches[0].clientY};if(!(Math.abs(i.x-c.current.x)>=oo||Math.abs(i.y-c.current.y)>=oo))return o(u,()=>ot(u.target)?u.target:null)},!0),Gl(e,"blur",u=>o(u,()=>ol(window.document.activeElement)?window.document.activeElement:null),!0)}function Dn(...e){return d.useMemo(()=>bt(...e),[...e])}var Kl=(e=>(e[e.Ignore=0]="Ignore",e[e.Select=1]="Select",e[e.Close=2]="Close",e))(Kl||{});const kt={Ignore:{kind:0},Select:e=>({kind:1,target:e}),Close:{kind:2}},Ql=200,io=5;function Xl(e,{trigger:t,action:n,close:r,select:o}){let s=d.useRef(null),c=d.useRef(null),u=d.useRef(null);it(e&&t!==null,"pointerdown",i=>{wn(i==null?void 0:i.target)&&t!=null&&t.contains(i.target)&&(c.current=i.x,u.current=i.y,s.current=i.timeStamp)}),it(e&&t!==null,"pointerup",i=>{var l,a;let p=s.current;if(p===null||(s.current=null,!ot(i.target))||Math.abs(i.x-((l=c.current)!=null?l:i.x))<io&&Math.abs(i.y-((a=u.current)!=null?a:i.y))<io)return;let m=n(i);switch(m.kind){case 0:return;case 1:{i.timeStamp-p>Ql&&(o(m.target),r());break}case 2:{r();break}}},{capture:!0})}function ql(e,t){return d.useMemo(()=>{var n;if(e.type)return e.type;let r=(n=e.as)!=null?n:"button";if(typeof r=="string"&&r.toLowerCase()==="button"||(t==null?void 0:t.tagName)==="BUTTON"&&!t.hasAttribute("type"))return"button"},[e.type,e.as,t])}function Jl(e){return d.useSyncExternalStore(e.subscribe,e.getSnapshot,e.getSnapshot)}function Zl(e,t){let n=e(),r=new Set;return{getSnapshot(){return n},subscribe(o){return r.add(o),()=>r.delete(o)},dispatch(o,...s){let c=t[o].call(n,...s);c&&(n=c,r.forEach(u=>u()))}}}function ea(){let e;return{before({doc:t}){var n;let r=t.documentElement,o=(n=t.defaultView)!=null?n:window;e=Math.max(0,o.innerWidth-r.clientWidth)},after({doc:t,d:n}){let r=t.documentElement,o=Math.max(0,r.clientWidth-r.offsetWidth),s=Math.max(0,e-o);n.style(r,"paddingRight",`${s}px`)}}}function ta(){return no()?{before({doc:e,d:t,meta:n}){function r(o){return n.containers.flatMap(s=>s()).some(s=>s.contains(o))}t.microTask(()=>{var o;if(window.getComputedStyle(e.documentElement).scrollBehavior!=="auto"){let u=Se();u.style(e.documentElement,"scrollBehavior","auto"),t.add(()=>t.microTask(()=>u.dispose()))}let s=(o=window.scrollY)!=null?o:window.pageYOffset,c=null;t.addEventListener(e,"click",u=>{if(ot(u.target))try{let i=u.target.closest("a");if(!i)return;let{hash:l}=new URL(i.href),a=e.querySelector(l);ot(a)&&!r(a)&&(c=a)}catch{}},!0),t.addEventListener(e,"touchstart",u=>{if(ot(u.target)&&rl(u.target))if(r(u.target)){let i=u.target;for(;i.parentElement&&r(i.parentElement);)i=i.parentElement;t.style(i,"overscrollBehavior","contain")}else t.style(u.target,"touchAction","none")}),t.addEventListener(e,"touchmove",u=>{if(ot(u.target)){if(Fr(u.target))return;if(r(u.target)){let i=u.target;for(;i.parentElement&&i.dataset.headlessuiPortal!==""&&!(i.scrollHeight>i.clientHeight||i.scrollWidth>i.clientWidth);)i=i.parentElement;i.dataset.headlessuiPortal===""&&u.preventDefault()}else u.preventDefault()}},{passive:!1}),t.add(()=>{var u;let i=(u=window.scrollY)!=null?u:window.pageYOffset;s!==i&&window.scrollTo(0,s),c&&c.isConnected&&(c.scrollIntoView({block:"nearest"}),c=null)})})}}:{}}function na(){return{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}}function ra(e){let t={};for(let n of e)Object.assign(t,n(t));return t}let Qe=Zl(()=>new Map,{PUSH(e,t){var n;let r=(n=this.get(e))!=null?n:{doc:e,count:0,d:Se(),meta:new Set};return r.count++,r.meta.add(t),this.set(e,r),this},POP(e,t){let n=this.get(e);return n&&(n.count--,n.meta.delete(t)),this},SCROLL_PREVENT({doc:e,d:t,meta:n}){let r={doc:e,d:t,meta:ra(n)},o=[ta(),ea(),na()];o.forEach(({before:s})=>s==null?void 0:s(r)),o.forEach(({after:s})=>s==null?void 0:s(r))},SCROLL_ALLOW({d:e}){e.dispose()},TEARDOWN({doc:e}){this.delete(e)}});Qe.subscribe(()=>{let e=Qe.getSnapshot(),t=new Map;for(let[n]of e)t.set(n,n.documentElement.style.overflow);for(let n of e.values()){let r=t.get(n.doc)==="hidden",o=n.count!==0;(o&&!r||!o&&r)&&Qe.dispatch(n.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",n),n.count===0&&Qe.dispatch("TEARDOWN",n)}});function oa(e,t,n=()=>({containers:[]})){let r=Jl(Qe),o=t?r.get(t):void 0,s=o?o.count>0:!1;return J(()=>{if(!(!t||!e))return Qe.dispatch("PUSH",t,n),()=>Qe.dispatch("POP",t,n)},[e,t]),s}function ia(e,t,n=()=>[document.body]){let r=Xr(e,"scroll-lock");oa(r,t,o=>{var s;return{containers:[...(s=o.containers)!=null?s:[],n]}})}function so(e){return[e.screenX,e.screenY]}function sa(){let e=d.useRef([-1,-1]);return{wasMoved(t){let n=so(t);return e.current[0]===n[0]&&e.current[1]===n[1]?!1:(e.current=n,!0)},update(t){e.current=so(t)}}}function la(e=0){let[t,n]=d.useState(e),r=d.useCallback(i=>n(i),[t]),o=d.useCallback(i=>n(l=>l|i),[t]),s=d.useCallback(i=>(t&i)===i,[t]),c=d.useCallback(i=>n(l=>l&~i),[n]),u=d.useCallback(i=>n(l=>l^i),[n]);return{flags:t,setFlag:r,addFlag:o,hasFlag:s,removeFlag:c,toggleFlag:u}}var lo,ao;typeof process<"u"&&typeof globalThis<"u"&&typeof Element<"u"&&((lo=process==null?void 0:process.env)==null?void 0:lo.NODE_ENV)==="test"&&typeof((ao=Element==null?void 0:Element.prototype)==null?void 0:ao.getAnimations)>"u"&&(Element.prototype.getAnimations=function(){return console.warn(["Headless UI has polyfilled `Element.prototype.getAnimations` for your tests.","Please install a proper polyfill e.g. `jsdom-testing-mocks`, to silence these warnings.","","Example usage:","```js","import { mockAnimationsApi } from 'jsdom-testing-mocks'","mockAnimationsApi()","```"].join(`
|
|
75
|
-
`)),[]});var aa=(e=>(e[e.None=0]="None",e[e.Closed=1]="Closed",e[e.Enter=2]="Enter",e[e.Leave=4]="Leave",e))(aa||{});function uo(e){let t={};for(let n in e)e[n]===!0&&(t[`data-${n}`]="");return t}function co(e,t,n,r){let[o,s]=d.useState(n),{hasFlag:c,addFlag:u,removeFlag:i}=la(e&&o?3:0),l=d.useRef(!1),a=d.useRef(!1),p=rt();return J(()=>{var m;if(e){if(n&&s(!0),!t){n&&u(3);return}return(m=r==null?void 0:r.start)==null||m.call(r,n),ua(t,{inFlight:l,prepare(){a.current?a.current=!1:a.current=l.current,l.current=!0,!a.current&&(n?(u(3),i(4)):(u(4),i(2)))},run(){a.current?n?(i(3),u(4)):(i(4),u(3)):n?i(1):u(1)},done(){var f;a.current&&typeof t.getAnimations=="function"&&t.getAnimations().length>0||(l.current=!1,i(7),n||s(!1),(f=r==null?void 0:r.end)==null||f.call(r,n))}})}},[e,n,t,p]),e?[o,{closed:c(1),enter:c(2),leave:c(4),transition:c(2)||c(4)}]:[n,{closed:void 0,enter:void 0,leave:void 0,transition:void 0}]}function ua(e,{prepare:t,run:n,done:r,inFlight:o}){let s=Se();return fa(e,{prepare:t,inFlight:o}),s.nextFrame(()=>{n(),s.requestAnimationFrame(()=>{s.add(ca(e,r))})}),s.dispose}function ca(e,t){var n,r;let o=Se();if(!e)return o.dispose;let s=!1;o.add(()=>{s=!0});let c=(r=(n=e.getAnimations)==null?void 0:n.call(e).filter(u=>u instanceof CSSTransition))!=null?r:[];return c.length===0?(t(),o.dispose):(Promise.allSettled(c.map(u=>u.finished)).then(()=>{s||t()}),o.dispose)}function fa(e,{inFlight:t,prepare:n}){if(t!=null&&t.current){n();return}let r=e.style.transition;e.style.transition="none",n(),e.offsetHeight,e.style.transition=r}function Rt(){return typeof window<"u"}function st(e){return fo(e)?(e.nodeName||"").toLowerCase():"#document"}function ve(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Pe(e){var t;return(t=(fo(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function fo(e){return Rt()?e instanceof Node||e instanceof ve(e).Node:!1}function ae(e){return Rt()?e instanceof Element||e instanceof ve(e).Element:!1}function Me(e){return Rt()?e instanceof HTMLElement||e instanceof ve(e).HTMLElement:!1}function po(e){return!Rt()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ve(e).ShadowRoot}const da=new Set(["inline","contents"]);function Et(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=$e(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!da.has(o)}const pa=new Set(["table","td","th"]);function ma(e){return pa.has(st(e))}const ha=[":popover-open",":modal"];function Bt(e){return ha.some(t=>{try{return e.matches(t)}catch{return!1}})}const ga=["transform","translate","scale","rotate","perspective"],va=["transform","translate","scale","rotate","perspective","filter"],ba=["paint","layout","strict","content"];function In(e){const t=jn(),n=ae(e)?$e(e):e;return ga.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||va.some(r=>(n.willChange||"").includes(r))||ba.some(r=>(n.contain||"").includes(r))}function ya(e){let t=Ve(e);for(;Me(t)&&!lt(t);){if(In(t))return t;if(Bt(t))return null;t=Ve(t)}return null}function jn(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const xa=new Set(["html","body","#document"]);function lt(e){return xa.has(st(e))}function $e(e){return ve(e).getComputedStyle(e)}function Wt(e){return ae(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ve(e){if(st(e)==="html")return e;const t=e.assignedSlot||e.parentNode||po(e)&&e.host||Pe(e);return po(t)?t.host:t}function mo(e){const t=Ve(e);return lt(t)?e.ownerDocument?e.ownerDocument.body:e.body:Me(t)&&Et(t)?t:mo(t)}function Ct(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=mo(e),s=o===((r=e.ownerDocument)==null?void 0:r.body),c=ve(o);if(s){const u=_n(c);return t.concat(c,c.visualViewport||[],Et(o)?o:[],u&&n?Ct(u):[])}return t.concat(o,Ct(o,[],n))}function _n(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function wa(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(t=>{let{brand:n,version:r}=t;return n+"/"+r}).join(" "):navigator.userAgent}const Xe=Math.min,ue=Math.max,St=Math.round,Vt=Math.floor,Ne=e=>({x:e,y:e}),Ea={left:"right",right:"left",bottom:"top",top:"bottom"},Ca={start:"end",end:"start"};function ho(e,t,n){return ue(e,Xe(t,n))}function at(e,t){return typeof e=="function"?e(t):e}function He(e){return e.split("-")[0]}function $t(e){return e.split("-")[1]}function go(e){return e==="x"?"y":"x"}function vo(e){return e==="y"?"height":"width"}const Sa=new Set(["top","bottom"]);function je(e){return Sa.has(He(e))?"y":"x"}function bo(e){return go(je(e))}function $a(e,t,n){n===void 0&&(n=!1);const r=$t(e),o=bo(e),s=vo(o);let c=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(c=Ht(c)),[c,Ht(c)]}function Oa(e){const t=Ht(e);return[kn(e),t,kn(t)]}function kn(e){return e.replace(/start|end/g,t=>Ca[t])}const yo=["left","right"],xo=["right","left"],Ta=["top","bottom"],Aa=["bottom","top"];function Pa(e,t,n){switch(e){case"top":case"bottom":return n?t?xo:yo:t?yo:xo;case"left":case"right":return t?Ta:Aa;default:return[]}}function Ma(e,t,n,r){const o=$t(e);let s=Pa(He(e),n==="start",r);return o&&(s=s.map(c=>c+"-"+o),t&&(s=s.concat(s.map(kn)))),s}function Ht(e){return e.replace(/left|right|bottom|top/g,t=>Ea[t])}function Na(e){return{top:0,right:0,bottom:0,left:0,...e}}function La(e){return typeof e!="number"?Na(e):{top:e,right:e,bottom:e,left:e}}function Ut(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}function wo(e,t,n){let{reference:r,floating:o}=e;const s=je(t),c=bo(t),u=vo(c),i=He(t),l=s==="y",a=r.x+r.width/2-o.width/2,p=r.y+r.height/2-o.height/2,m=r[u]/2-o[u]/2;let f;switch(i){case"top":f={x:a,y:r.y-o.height};break;case"bottom":f={x:a,y:r.y+r.height};break;case"right":f={x:r.x+r.width,y:p};break;case"left":f={x:r.x-o.width,y:p};break;default:f={x:r.x,y:r.y}}switch($t(t)){case"start":f[c]-=m*(n&&l?-1:1);break;case"end":f[c]+=m*(n&&l?-1:1);break}return f}const Fa=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:s=[],platform:c}=n,u=s.filter(Boolean),i=await(c.isRTL==null?void 0:c.isRTL(t));let l=await c.getElementRects({reference:e,floating:t,strategy:o}),{x:a,y:p}=wo(l,r,i),m=r,f={},h=0;for(let b=0;b<u.length;b++){const{name:v,fn:E}=u[b],{x,y,data:S,reset:C}=await E({x:a,y:p,initialPlacement:r,placement:m,strategy:o,middlewareData:f,rects:l,platform:c,elements:{reference:e,floating:t}});a=x??a,p=y??p,f={...f,[v]:{...f[v],...S}},C&&h<=50&&(h++,typeof C=="object"&&(C.placement&&(m=C.placement),C.rects&&(l=C.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:o}):C.rects),{x:a,y:p}=wo(l,m,i)),b=-1)}return{x:a,y:p,placement:m,strategy:o,middlewareData:f}};async function zt(e,t){var n;t===void 0&&(t={});const{x:r,y:o,platform:s,rects:c,elements:u,strategy:i}=e,{boundary:l="clippingAncestors",rootBoundary:a="viewport",elementContext:p="floating",altBoundary:m=!1,padding:f=0}=at(t,e),h=La(f),v=u[m?p==="floating"?"reference":"floating":p],E=Ut(await s.getClippingRect({element:(n=await(s.isElement==null?void 0:s.isElement(v)))==null||n?v:v.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(u.floating)),boundary:l,rootBoundary:a,strategy:i})),x=p==="floating"?{x:r,y:o,width:c.floating.width,height:c.floating.height}:c.reference,y=await(s.getOffsetParent==null?void 0:s.getOffsetParent(u.floating)),S=await(s.isElement==null?void 0:s.isElement(y))?await(s.getScale==null?void 0:s.getScale(y))||{x:1,y:1}:{x:1,y:1},C=Ut(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:u,rect:x,offsetParent:y,strategy:i}):x);return{top:(E.top-C.top+h.top)/S.y,bottom:(C.bottom-E.bottom+h.bottom)/S.y,left:(E.left-C.left+h.left)/S.x,right:(C.right-E.right+h.right)/S.x}}const Da=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:s,rects:c,initialPlacement:u,platform:i,elements:l}=t,{mainAxis:a=!0,crossAxis:p=!0,fallbackPlacements:m,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:h="none",flipAlignment:b=!0,...v}=at(e,t);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const E=He(o),x=je(u),y=He(u)===u,S=await(i.isRTL==null?void 0:i.isRTL(l.floating)),C=m||(y||!b?[Ht(u)]:Oa(u)),O=h!=="none";!m&&O&&C.push(...Ma(u,b,h,S));const F=[u,...C],R=await zt(t,v),V=[];let M=((r=s.flip)==null?void 0:r.overflows)||[];if(a&&V.push(R[E]),p){const A=$a(o,c,S);V.push(R[A[0]],R[A[1]])}if(M=[...M,{placement:o,overflows:V}],!V.every(A=>A<=0)){var L,Y;const A=(((L=s.flip)==null?void 0:L.index)||0)+1,D=F[A];if(D&&(!(p==="alignment"?x!==je(D):!1)||M.every(T=>je(T.placement)===x?T.overflows[0]>0:!0)))return{data:{index:A,overflows:M},reset:{placement:D}};let B=(Y=M.filter(H=>H.overflows[0]<=0).sort((H,T)=>H.overflows[1]-T.overflows[1])[0])==null?void 0:Y.placement;if(!B)switch(f){case"bestFit":{var j;const H=(j=M.filter(T=>{if(O){const k=je(T.placement);return k===x||k==="y"}return!0}).map(T=>[T.placement,T.overflows.filter(k=>k>0).reduce((k,Q)=>k+Q,0)]).sort((T,k)=>T[1]-k[1])[0])==null?void 0:j[0];H&&(B=H);break}case"initialPlacement":B=u;break}if(o!==B)return{reset:{placement:B}}}return{}}}},Ia=new Set(["left","top"]);async function ja(e,t){const{placement:n,platform:r,elements:o}=e,s=await(r.isRTL==null?void 0:r.isRTL(o.floating)),c=He(n),u=$t(n),i=je(n)==="y",l=Ia.has(c)?-1:1,a=s&&i?-1:1,p=at(t,e);let{mainAxis:m,crossAxis:f,alignmentAxis:h}=typeof p=="number"?{mainAxis:p,crossAxis:0,alignmentAxis:null}:{mainAxis:p.mainAxis||0,crossAxis:p.crossAxis||0,alignmentAxis:p.alignmentAxis};return u&&typeof h=="number"&&(f=u==="end"?h*-1:h),i?{x:f*a,y:m*l}:{x:m*l,y:f*a}}const _a=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:o,y:s,placement:c,middlewareData:u}=t,i=await ja(t,e);return c===((n=u.offset)==null?void 0:n.placement)&&(r=u.arrow)!=null&&r.alignmentOffset?{}:{x:o+i.x,y:s+i.y,data:{...i,placement:c}}}}},ka=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o}=t,{mainAxis:s=!0,crossAxis:c=!1,limiter:u={fn:v=>{let{x:E,y:x}=v;return{x:E,y:x}}},...i}=at(e,t),l={x:n,y:r},a=await zt(t,i),p=je(He(o)),m=go(p);let f=l[m],h=l[p];if(s){const v=m==="y"?"top":"left",E=m==="y"?"bottom":"right",x=f+a[v],y=f-a[E];f=ho(x,f,y)}if(c){const v=p==="y"?"top":"left",E=p==="y"?"bottom":"right",x=h+a[v],y=h-a[E];h=ho(x,h,y)}const b=u.fn({...t,[m]:f,[p]:h});return{...b,data:{x:b.x-n,y:b.y-r,enabled:{[m]:s,[p]:c}}}}}},Ra=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n,r;const{placement:o,rects:s,platform:c,elements:u}=t,{apply:i=()=>{},...l}=at(e,t),a=await zt(t,l),p=He(o),m=$t(o),f=je(o)==="y",{width:h,height:b}=s.floating;let v,E;p==="top"||p==="bottom"?(v=p,E=m===(await(c.isRTL==null?void 0:c.isRTL(u.floating))?"start":"end")?"left":"right"):(E=p,v=m==="end"?"top":"bottom");const x=b-a.top-a.bottom,y=h-a.left-a.right,S=Xe(b-a[v],x),C=Xe(h-a[E],y),O=!t.middlewareData.shift;let F=S,R=C;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(R=y),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(F=x),O&&!m){const M=ue(a.left,0),L=ue(a.right,0),Y=ue(a.top,0),j=ue(a.bottom,0);f?R=h-2*(M!==0||L!==0?M+L:ue(a.left,a.right)):F=b-2*(Y!==0||j!==0?Y+j:ue(a.top,a.bottom))}await i({...t,availableWidth:R,availableHeight:F});const V=await c.getDimensions(u.floating);return h!==V.width||b!==V.height?{reset:{rects:!0}}:{}}}};function Eo(e){const t=$e(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=Me(e),s=o?e.offsetWidth:n,c=o?e.offsetHeight:r,u=St(n)!==s||St(r)!==c;return u&&(n=s,r=c),{width:n,height:r,$:u}}function Rn(e){return ae(e)?e:e.contextElement}function ut(e){const t=Rn(e);if(!Me(t))return Ne(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=Eo(t);let c=(s?St(n.width):n.width)/r,u=(s?St(n.height):n.height)/o;return(!c||!Number.isFinite(c))&&(c=1),(!u||!Number.isFinite(u))&&(u=1),{x:c,y:u}}const Ba=Ne(0);function Co(e){const t=ve(e);return!jn()||!t.visualViewport?Ba:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Wa(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==ve(e)?!1:t}function qe(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),s=Rn(e);let c=Ne(1);t&&(r?ae(r)&&(c=ut(r)):c=ut(e));const u=Wa(s,n,r)?Co(s):Ne(0);let i=(o.left+u.x)/c.x,l=(o.top+u.y)/c.y,a=o.width/c.x,p=o.height/c.y;if(s){const m=ve(s),f=r&&ae(r)?ve(r):r;let h=m,b=_n(h);for(;b&&r&&f!==h;){const v=ut(b),E=b.getBoundingClientRect(),x=$e(b),y=E.left+(b.clientLeft+parseFloat(x.paddingLeft))*v.x,S=E.top+(b.clientTop+parseFloat(x.paddingTop))*v.y;i*=v.x,l*=v.y,a*=v.x,p*=v.y,i+=y,l+=S,h=ve(b),b=_n(h)}}return Ut({width:a,height:p,x:i,y:l})}function Gt(e,t){const n=Wt(e).scrollLeft;return t?t.left+n:qe(Pe(e)).left+n}function So(e,t){const n=e.getBoundingClientRect(),r=n.left+t.scrollLeft-Gt(e,n),o=n.top+t.scrollTop;return{x:r,y:o}}function Va(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const s=o==="fixed",c=Pe(r),u=t?Bt(t.floating):!1;if(r===c||u&&s)return n;let i={scrollLeft:0,scrollTop:0},l=Ne(1);const a=Ne(0),p=Me(r);if((p||!p&&!s)&&((st(r)!=="body"||Et(c))&&(i=Wt(r)),Me(r))){const f=qe(r);l=ut(r),a.x=f.x+r.clientLeft,a.y=f.y+r.clientTop}const m=c&&!p&&!s?So(c,i):Ne(0);return{width:n.width*l.x,height:n.height*l.y,x:n.x*l.x-i.scrollLeft*l.x+a.x+m.x,y:n.y*l.y-i.scrollTop*l.y+a.y+m.y}}function Ha(e){return Array.from(e.getClientRects())}function Ua(e){const t=Pe(e),n=Wt(e),r=e.ownerDocument.body,o=ue(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),s=ue(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let c=-n.scrollLeft+Gt(e);const u=-n.scrollTop;return $e(r).direction==="rtl"&&(c+=ue(t.clientWidth,r.clientWidth)-o),{width:o,height:s,x:c,y:u}}const $o=25;function za(e,t){const n=ve(e),r=Pe(e),o=n.visualViewport;let s=r.clientWidth,c=r.clientHeight,u=0,i=0;if(o){s=o.width,c=o.height;const a=jn();(!a||a&&t==="fixed")&&(u=o.offsetLeft,i=o.offsetTop)}const l=Gt(r);if(l<=0){const a=r.ownerDocument,p=a.body,m=getComputedStyle(p),f=a.compatMode==="CSS1Compat"&&parseFloat(m.marginLeft)+parseFloat(m.marginRight)||0,h=Math.abs(r.clientWidth-p.clientWidth-f);h<=$o&&(s-=h)}else l<=$o&&(s+=l);return{width:s,height:c,x:u,y:i}}const Ga=new Set(["absolute","fixed"]);function Ya(e,t){const n=qe(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,s=Me(e)?ut(e):Ne(1),c=e.clientWidth*s.x,u=e.clientHeight*s.y,i=o*s.x,l=r*s.y;return{width:c,height:u,x:i,y:l}}function Oo(e,t,n){let r;if(t==="viewport")r=za(e,n);else if(t==="document")r=Ua(Pe(e));else if(ae(t))r=Ya(t,n);else{const o=Co(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Ut(r)}function To(e,t){const n=Ve(e);return n===t||!ae(n)||lt(n)?!1:$e(n).position==="fixed"||To(n,t)}function Ka(e,t){const n=t.get(e);if(n)return n;let r=Ct(e,[],!1).filter(u=>ae(u)&&st(u)!=="body"),o=null;const s=$e(e).position==="fixed";let c=s?Ve(e):e;for(;ae(c)&&!lt(c);){const u=$e(c),i=In(c);!i&&u.position==="fixed"&&(o=null),(s?!i&&!o:!i&&u.position==="static"&&!!o&&Ga.has(o.position)||Et(c)&&!i&&To(e,c))?r=r.filter(a=>a!==c):o=u,c=Ve(c)}return t.set(e,r),r}function Qa(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const c=[...n==="clippingAncestors"?Bt(t)?[]:Ka(t,this._c):[].concat(n),r],u=c[0],i=c.reduce((l,a)=>{const p=Oo(t,a,o);return l.top=ue(p.top,l.top),l.right=Xe(p.right,l.right),l.bottom=Xe(p.bottom,l.bottom),l.left=ue(p.left,l.left),l},Oo(t,u,o));return{width:i.right-i.left,height:i.bottom-i.top,x:i.left,y:i.top}}function Xa(e){const{width:t,height:n}=Eo(e);return{width:t,height:n}}function qa(e,t,n){const r=Me(t),o=Pe(t),s=n==="fixed",c=qe(e,!0,s,t);let u={scrollLeft:0,scrollTop:0};const i=Ne(0);function l(){i.x=Gt(o)}if(r||!r&&!s)if((st(t)!=="body"||Et(o))&&(u=Wt(t)),r){const f=qe(t,!0,s,t);i.x=f.x+t.clientLeft,i.y=f.y+t.clientTop}else o&&l();s&&!r&&o&&l();const a=o&&!r&&!s?So(o,u):Ne(0),p=c.left+u.scrollLeft-i.x-a.x,m=c.top+u.scrollTop-i.y-a.y;return{x:p,y:m,width:c.width,height:c.height}}function Bn(e){return $e(e).position==="static"}function Ao(e,t){if(!Me(e)||$e(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return Pe(e)===n&&(n=n.ownerDocument.body),n}function Po(e,t){const n=ve(e);if(Bt(e))return n;if(!Me(e)){let o=Ve(e);for(;o&&!lt(o);){if(ae(o)&&!Bn(o))return o;o=Ve(o)}return n}let r=Ao(e,t);for(;r&&ma(r)&&Bn(r);)r=Ao(r,t);return r&<(r)&&Bn(r)&&!In(r)?n:r||ya(e)||n}const Ja=async function(e){const t=this.getOffsetParent||Po,n=this.getDimensions,r=await n(e.floating);return{reference:qa(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function Za(e){return $e(e).direction==="rtl"}const eu={convertOffsetParentRelativeRectToViewportRelativeRect:Va,getDocumentElement:Pe,getClippingRect:Qa,getOffsetParent:Po,getElementRects:Ja,getClientRects:Ha,getDimensions:Xa,getScale:ut,isElement:ae,isRTL:Za};function Mo(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function tu(e,t){let n=null,r;const o=Pe(e);function s(){var u;clearTimeout(r),(u=n)==null||u.disconnect(),n=null}function c(u,i){u===void 0&&(u=!1),i===void 0&&(i=1),s();const l=e.getBoundingClientRect(),{left:a,top:p,width:m,height:f}=l;if(u||t(),!m||!f)return;const h=Vt(p),b=Vt(o.clientWidth-(a+m)),v=Vt(o.clientHeight-(p+f)),E=Vt(a),y={rootMargin:-h+"px "+-b+"px "+-v+"px "+-E+"px",threshold:ue(0,Xe(1,i))||1};let S=!0;function C(O){const F=O[0].intersectionRatio;if(F!==i){if(!S)return c();F?c(!1,F):r=setTimeout(()=>{c(!1,1e-7)},1e3)}F===1&&!Mo(l,e.getBoundingClientRect())&&c(),S=!1}try{n=new IntersectionObserver(C,{...y,root:o.ownerDocument})}catch{n=new IntersectionObserver(C,y)}n.observe(e)}return c(!0),s}function nu(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:s=!0,elementResize:c=typeof ResizeObserver=="function",layoutShift:u=typeof IntersectionObserver=="function",animationFrame:i=!1}=r,l=Rn(e),a=o||s?[...l?Ct(l):[],...Ct(t)]:[];a.forEach(E=>{o&&E.addEventListener("scroll",n,{passive:!0}),s&&E.addEventListener("resize",n)});const p=l&&u?tu(l,n):null;let m=-1,f=null;c&&(f=new ResizeObserver(E=>{let[x]=E;x&&x.target===l&&f&&(f.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var y;(y=f)==null||y.observe(t)})),n()}),l&&!i&&f.observe(l),f.observe(t));let h,b=i?qe(e):null;i&&v();function v(){const E=qe(e);b&&!Mo(b,E)&&n(),b=E,h=requestAnimationFrame(v)}return n(),()=>{var E;a.forEach(x=>{o&&x.removeEventListener("scroll",n),s&&x.removeEventListener("resize",n)}),p==null||p(),(E=f)==null||E.disconnect(),f=null,i&&cancelAnimationFrame(h)}}const Wn=zt,ru=_a,ou=ka,iu=Da,su=Ra,lu=(e,t,n)=>{const r=new Map,o={platform:eu,...n},s={...o.platform,_c:r};return Fa(e,t,{...o,platform:s})};var au=typeof document<"u",uu=function(){},Yt=au?d.useLayoutEffect:uu;function Kt(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!Kt(e[r],t[r]))return!1;return!0}if(o=Object.keys(e),n=o.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,o[r]))return!1;for(r=n;r--!==0;){const s=o[r];if(!(s==="_owner"&&e.$$typeof)&&!Kt(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function No(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function Lo(e,t){const n=No(e);return Math.round(t*n)/n}function Vn(e){const t=N.useRef(e);return Yt(()=>{t.current=e}),t}function cu(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:o,elements:{reference:s,floating:c}={},transform:u=!0,whileElementsMounted:i,open:l}=e,[a,p]=N.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[m,f]=N.useState(r);Kt(m,r)||f(r);const[h,b]=N.useState(null),[v,E]=N.useState(null),x=N.useCallback(T=>{T!==O.current&&(O.current=T,b(T))},[]),y=N.useCallback(T=>{T!==F.current&&(F.current=T,E(T))},[]),S=s||h,C=c||v,O=N.useRef(null),F=N.useRef(null),R=N.useRef(a),V=i!=null,M=Vn(i),L=Vn(o),Y=Vn(l),j=N.useCallback(()=>{if(!O.current||!F.current)return;const T={placement:t,strategy:n,middleware:m};L.current&&(T.platform=L.current),lu(O.current,F.current,T).then(k=>{const Q={...k,isPositioned:Y.current!==!1};A.current&&!Kt(R.current,Q)&&(R.current=Q,Pt.flushSync(()=>{p(Q)}))})},[m,t,n,L,Y]);Yt(()=>{l===!1&&R.current.isPositioned&&(R.current.isPositioned=!1,p(T=>({...T,isPositioned:!1})))},[l]);const A=N.useRef(!1);Yt(()=>(A.current=!0,()=>{A.current=!1}),[]),Yt(()=>{if(S&&(O.current=S),C&&(F.current=C),S&&C){if(M.current)return M.current(S,C,j);j()}},[S,C,j,M,V]);const D=N.useMemo(()=>({reference:O,floating:F,setReference:x,setFloating:y}),[x,y]),B=N.useMemo(()=>({reference:S,floating:C}),[S,C]),H=N.useMemo(()=>{const T={position:n,left:0,top:0};if(!B.floating)return T;const k=Lo(B.floating,a.x),Q=Lo(B.floating,a.y);return u?{...T,transform:"translate("+k+"px, "+Q+"px)",...No(B.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:k,top:Q}},[n,u,B.floating,a.x,a.y]);return N.useMemo(()=>({...a,update:j,refs:D,elements:B,floatingStyles:H}),[a,j,D,B,H])}const Fo=(e,t)=>({...ru(e),options:[e,t]}),fu=(e,t)=>({...ou(e),options:[e,t]}),du=(e,t)=>({...iu(e),options:[e,t]}),pu=(e,t)=>({...su(e),options:[e,t]}),Do={...N},mu=Do.useInsertionEffect||(e=>e());function Io(e){const t=N.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return mu(()=>{t.current=e}),N.useCallback(function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return t.current==null?void 0:t.current(...r)},[])}var Hn=typeof document<"u"?d.useLayoutEffect:d.useEffect;let jo=!1,hu=0;const _o=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+hu++;function gu(){const[e,t]=N.useState(()=>jo?_o():void 0);return Hn(()=>{e==null&&t(_o())},[]),N.useEffect(()=>{jo=!0},[]),e}const vu=Do.useId||gu;let Ot;process.env.NODE_ENV!=="production"&&(Ot=new Set);function bu(){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const o="Floating UI: "+n.join(" ");if(!((e=Ot)!=null&&e.has(o))){var s;(s=Ot)==null||s.add(o),console.warn(o)}}function yu(){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const o="Floating UI: "+n.join(" ");if(!((e=Ot)!=null&&e.has(o))){var s;(s=Ot)==null||s.add(o),console.error(o)}}function xu(){const e=new Map;return{emit(t,n){var r;(r=e.get(t))==null||r.forEach(o=>o(n))},on(t,n){e.set(t,[...e.get(t)||[],n])},off(t,n){var r;e.set(t,((r=e.get(t))==null?void 0:r.filter(o=>o!==n))||[])}}}const wu=N.createContext(null),Eu=N.createContext(null),Cu=()=>{var e;return((e=N.useContext(wu))==null?void 0:e.id)||null},Su=()=>N.useContext(Eu),$u="data-floating-ui-focusable";function Ou(e){const{open:t=!1,onOpenChange:n,elements:r}=e,o=vu(),s=N.useRef({}),[c]=N.useState(()=>xu()),u=Cu()!=null;if(process.env.NODE_ENV!=="production"){const f=r.reference;f&&!ae(f)&&yu("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[i,l]=N.useState(r.reference),a=Io((f,h,b)=>{s.current.openEvent=f?h:void 0,c.emit("openchange",{open:f,event:h,reason:b,nested:u}),n==null||n(f,h,b)}),p=N.useMemo(()=>({setPositionReference:l}),[]),m=N.useMemo(()=>({reference:i||r.reference||null,floating:r.floating||null,domReference:r.reference}),[i,r.reference,r.floating]);return N.useMemo(()=>({dataRef:s,open:t,onOpenChange:a,elements:m,events:c,floatingId:o,refs:p}),[t,a,m,c,o,p])}function Tu(e){e===void 0&&(e={});const{nodeId:t}=e,n=Ou({...e,elements:{reference:null,floating:null,...e.elements}}),r=e.rootContext||n,o=r.elements,[s,c]=N.useState(null),[u,i]=N.useState(null),a=(o==null?void 0:o.domReference)||s,p=N.useRef(null),m=Su();Hn(()=>{a&&(p.current=a)},[a]);const f=cu({...e,elements:{...o,...u&&{reference:u}}}),h=N.useCallback(y=>{const S=ae(y)?{getBoundingClientRect:()=>y.getBoundingClientRect(),contextElement:y}:y;i(S),f.refs.setReference(S)},[f.refs]),b=N.useCallback(y=>{(ae(y)||y===null)&&(p.current=y,c(y)),(ae(f.refs.reference.current)||f.refs.reference.current===null||y!==null&&!ae(y))&&f.refs.setReference(y)},[f.refs]),v=N.useMemo(()=>({...f.refs,setReference:b,setPositionReference:h,domReference:p}),[f.refs,b,h]),E=N.useMemo(()=>({...f.elements,domReference:a}),[f.elements,a]),x=N.useMemo(()=>({...f,...r,refs:v,elements:E,nodeId:t}),[f,v,E,t,r]);return Hn(()=>{r.dataRef.current.floatingContext=x;const y=m==null?void 0:m.nodesRef.current.find(S=>S.id===t);y&&(y.context=x)}),N.useMemo(()=>({...f,context:x,refs:v,elements:E}),[f,v,E,x])}const ko="active",Ro="selected";function Un(e,t,n){const r=new Map,o=n==="item";let s=e;if(o&&e){const{[ko]:c,[Ro]:u,...i}=e;s=i}return{...n==="floating"&&{tabIndex:-1,[$u]:""},...s,...t.map(c=>{const u=c?c[n]:null;return typeof u=="function"?e?u(e):null:u}).concat(e).reduce((c,u)=>(u&&Object.entries(u).forEach(i=>{let[l,a]=i;if(!(o&&[ko,Ro].includes(l)))if(l.indexOf("on")===0){if(r.has(l)||r.set(l,[]),typeof a=="function"){var p;(p=r.get(l))==null||p.push(a),c[l]=function(){for(var m,f=arguments.length,h=new Array(f),b=0;b<f;b++)h[b]=arguments[b];return(m=r.get(l))==null?void 0:m.map(v=>v(...h)).find(v=>v!==void 0)}}}else c[l]=a}),c),{})}}function Au(e){e===void 0&&(e=[]);const t=e.map(u=>u==null?void 0:u.reference),n=e.map(u=>u==null?void 0:u.floating),r=e.map(u=>u==null?void 0:u.item),o=N.useCallback(u=>Un(u,e,"reference"),t),s=N.useCallback(u=>Un(u,e,"floating"),n),c=N.useCallback(u=>Un(u,e,"item"),r);return N.useMemo(()=>({getReferenceProps:o,getFloatingProps:s,getItemProps:c}),[o,s,c])}function Bo(e,t){return{...e,rects:{...e.rects,floating:{...e.rects.floating,height:t}}}}const Pu=e=>({name:"inner",options:e,async fn(t){const{listRef:n,overflowRef:r,onFallbackChange:o,offset:s=0,index:c=0,minItemsVisible:u=4,referenceOverflowThreshold:i=0,scrollRef:l,...a}=at(e,t),{rects:p,elements:{floating:m}}=t,f=n.current[c],h=(l==null?void 0:l.current)||m,b=m.clientTop||h.clientTop,v=m.clientTop!==0,E=h.clientTop!==0,x=m===h;if(process.env.NODE_ENV!=="production"&&(t.placement.startsWith("bottom")||bu('`placement` side must be "bottom" when using the `inner`',"middleware.")),!f)return{};const y={...t,...await Fo(-f.offsetTop-m.clientTop-p.reference.height/2-f.offsetHeight/2-s).fn(t)},S=await Wn(Bo(y,h.scrollHeight+b+m.clientTop),a),C=await Wn(y,{...a,elementContext:"reference"}),O=ue(0,S.top),F=y.y+O,M=(h.scrollHeight>h.clientHeight?L=>L:St)(ue(0,h.scrollHeight+(v&&x||E?b*2:0)-O-ue(0,S.bottom)));if(h.style.maxHeight=M+"px",h.scrollTop=O,o){const L=h.offsetHeight<f.offsetHeight*Xe(u,n.current.length)-1||C.top>=-i||C.bottom>=-i;Pt.flushSync(()=>o(L))}return r&&(r.current=await Wn(Bo({...y,y:F},h.offsetHeight+b+m.clientTop),a)),{y:F}}});function Mu(e,t){const{open:n,elements:r}=e,{enabled:o=!0,overflowRef:s,scrollRef:c,onChange:u}=t,i=Io(u),l=N.useRef(!1),a=N.useRef(null),p=N.useRef(null);N.useEffect(()=>{if(!o)return;function f(b){if(b.ctrlKey||!h||s.current==null)return;const v=b.deltaY,E=s.current.top>=-.5,x=s.current.bottom>=-.5,y=h.scrollHeight-h.clientHeight,S=v<0?-1:1,C=v<0?"max":"min";h.scrollHeight<=h.clientHeight||(!E&&v>0||!x&&v<0?(b.preventDefault(),Pt.flushSync(()=>{i(O=>O+Math[C](v,y*S))})):/firefox/i.test(wa())&&(h.scrollTop+=v))}const h=(c==null?void 0:c.current)||r.floating;if(n&&h)return h.addEventListener("wheel",f),requestAnimationFrame(()=>{a.current=h.scrollTop,s.current!=null&&(p.current={...s.current})}),()=>{a.current=null,p.current=null,h.removeEventListener("wheel",f)}},[o,n,r.floating,s,c,i]);const m=N.useMemo(()=>({onKeyDown(){l.current=!0},onWheel(){l.current=!1},onPointerMove(){l.current=!1},onScroll(){const f=(c==null?void 0:c.current)||r.floating;if(!(!s.current||!f||!l.current)){if(a.current!==null){const h=f.scrollTop-a.current;(s.current.bottom<-.5&&h<-1||s.current.top<-.5&&h>1)&&Pt.flushSync(()=>i(b=>b+h))}requestAnimationFrame(()=>{a.current=f.scrollTop})}}}),[r.floating,i,s,c]);return N.useMemo(()=>o?{floating:m}:{},[o,m])}let ct=d.createContext({styles:void 0,setReference:()=>{},setFloating:()=>{},getReferenceProps:()=>({}),getFloatingProps:()=>({}),slot:{}});ct.displayName="FloatingContext";let zn=d.createContext(null);zn.displayName="PlacementContext";function Nu(e){return d.useMemo(()=>e?typeof e=="string"?{to:e}:e:null,[e])}function Lu(){return d.useContext(ct).setReference}function Fu(){return d.useContext(ct).getReferenceProps}function Du(){let{getFloatingProps:e,slot:t}=d.useContext(ct);return d.useCallback((...n)=>Object.assign({},e(...n),{"data-anchor":t.anchor}),[e,t])}function Iu(e=null){e===!1&&(e=null),typeof e=="string"&&(e={to:e});let t=d.useContext(zn),n=d.useMemo(()=>e,[JSON.stringify(e,(o,s)=>{var c;return(c=s==null?void 0:s.outerHTML)!=null?c:s})]);J(()=>{t==null||t(n??null)},[t,n]);let r=d.useContext(ct);return d.useMemo(()=>[r.setFloating,e?r.styles:{}],[r.setFloating,e,r.styles])}let Wo=4;function ju({children:e,enabled:t=!0}){let[n,r]=d.useState(null),[o,s]=d.useState(0),c=d.useRef(null),[u,i]=d.useState(null);_u(u);let l=t&&n!==null&&u!==null,{to:a="bottom",gap:p=0,offset:m=0,padding:f=0,inner:h}=ku(n,u),[b,v="center"]=a.split(" ");J(()=>{l&&s(0)},[l]);let{refs:E,floatingStyles:x,context:y}=Tu({open:l,placement:b==="selection"?v==="center"?"bottom":`bottom-${v}`:v==="center"?`${b}`:`${b}-${v}`,strategy:"absolute",transform:!1,middleware:[Fo({mainAxis:b==="selection"?0:p,crossAxis:m}),fu({padding:f}),b!=="selection"&&du({padding:f}),b==="selection"&&h?Pu({...h,padding:f,overflowRef:c,offset:o,minItemsVisible:Wo,referenceOverflowThreshold:f,onFallbackChange(L){var Y,j;if(!L)return;let A=y.elements.floating;if(!A)return;let D=parseFloat(getComputedStyle(A).scrollPaddingBottom)||0,B=Math.min(Wo,A.childElementCount),H=0,T=0;for(let k of(j=(Y=y.elements.floating)==null?void 0:Y.childNodes)!=null?j:[])if(Ie(k)){let Q=k.offsetTop,me=Q+k.clientHeight+D,Z=A.scrollTop,q=Z+A.clientHeight;if(Q>=Z&&me<=q)B--;else{T=Math.max(0,Math.min(me,q)-Math.max(Q,Z)),H=k.clientHeight;break}}B>=1&&s(k=>{let Q=H*B-T+D;return k>=Q?k:Q})}}):null,pu({padding:f,apply({availableWidth:L,availableHeight:Y,elements:j}){Object.assign(j.floating.style,{overflow:"auto",maxWidth:`${L}px`,maxHeight:`min(var(--anchor-max-height, 100vh), ${Y}px)`})}})].filter(Boolean),whileElementsMounted:nu}),[S=b,C=v]=y.placement.split("-");b==="selection"&&(S="selection");let O=d.useMemo(()=>({anchor:[S,C].filter(Boolean).join(" ")}),[S,C]),F=Mu(y,{overflowRef:c,onChange:s}),{getReferenceProps:R,getFloatingProps:V}=Au([F]),M=z(L=>{i(L),E.setFloating(L)});return N.createElement(zn.Provider,{value:r},N.createElement(ct.Provider,{value:{setFloating:M,setReference:E.setReference,styles:x,getReferenceProps:R,getFloatingProps:V,slot:O}},e))}function _u(e){J(()=>{if(!e)return;let t=new MutationObserver(()=>{let n=window.getComputedStyle(e).maxHeight,r=parseFloat(n);if(isNaN(r))return;let o=parseInt(n);isNaN(o)||r!==o&&(e.style.maxHeight=`${Math.ceil(r)}px`)});return t.observe(e,{attributes:!0,attributeFilter:["style"]}),()=>{t.disconnect()}},[e])}function ku(e,t){var n,r,o;let s=Gn((n=e==null?void 0:e.gap)!=null?n:"var(--anchor-gap, 0)",t),c=Gn((r=e==null?void 0:e.offset)!=null?r:"var(--anchor-offset, 0)",t),u=Gn((o=e==null?void 0:e.padding)!=null?o:"var(--anchor-padding, 0)",t);return{...e,gap:s,offset:c,padding:u}}function Gn(e,t,n=void 0){let r=rt(),o=z((i,l)=>{if(i==null)return[n,null];if(typeof i=="number")return[i,null];if(typeof i=="string"){if(!l)return[n,null];let a=Ho(i,l);return[a,p=>{let m=Vo(i);{let f=m.map(h=>window.getComputedStyle(l).getPropertyValue(h));r.requestAnimationFrame(function h(){r.nextFrame(h);let b=!1;for(let[E,x]of m.entries()){let y=window.getComputedStyle(l).getPropertyValue(x);if(f[E]!==y){f[E]=y,b=!0;break}}if(!b)return;let v=Ho(i,l);a!==v&&(p(v),a=v)})}return r.dispose}]}return[n,null]}),s=d.useMemo(()=>o(e,t)[0],[e,t]),[c=s,u]=d.useState();return J(()=>{let[i,l]=o(e,t);if(u(i),!!l)return l(u)},[e,t]),c}function Vo(e){let t=/var\((.*)\)/.exec(e);if(t){let n=t[1].indexOf(",");if(n===-1)return[t[1]];let r=t[1].slice(0,n).trim(),o=t[1].slice(n+1).trim();return o?[r,...Vo(o)]:[r]}return[]}function Ho(e,t){let n=document.createElement("div");t.appendChild(n),n.style.setProperty("margin-top","0px","important"),n.style.setProperty("margin-top",e,"important");let r=parseFloat(window.getComputedStyle(n).marginTop)||0;return t.removeChild(n),r}function Ru(e,t){let[n,r]=d.useState(t);return!e&&n!==t&&r(t),e?n:t}let Yn=d.createContext(null);Yn.displayName="OpenClosedContext";var Oe=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(Oe||{});function Kn(){return d.useContext(Yn)}function Uo({value:e,children:t}){return d.createElement(Yn.Provider,{value:e},t)}function Bu(e){throw new Error("Unexpected object: "+e)}var te=(e=>(e[e.First=0]="First",e[e.Previous=1]="Previous",e[e.Next=2]="Next",e[e.Last=3]="Last",e[e.Specific=4]="Specific",e[e.Nothing=5]="Nothing",e))(te||{});function Qt(e,t){let n=t.resolveItems();if(n.length<=0)return null;let r=t.resolveActiveIndex(),o=r??-1;switch(e.focus){case 0:{for(let s=0;s<n.length;++s)if(!t.resolveDisabled(n[s],s,n))return s;return r}case 1:{o===-1&&(o=n.length);for(let s=o-1;s>=0;--s)if(!t.resolveDisabled(n[s],s,n))return s;return r}case 2:{for(let s=o+1;s<n.length;++s)if(!t.resolveDisabled(n[s],s,n))return s;return r}case 3:{for(let s=n.length-1;s>=0;--s)if(!t.resolveDisabled(n[s],s,n))return s;return r}case 4:{for(let s=0;s<n.length;++s)if(t.resolveId(n[s],s,n)===e.id)return s;return r}case 5:return null;default:Bu(e)}}var zo=(e=>(e[e.Left=0]="Left",e[e.Right=2]="Right",e))(zo||{});function Go(e){let t=z(e),n=d.useRef(!1);d.useEffect(()=>(n.current=!1,()=>{n.current=!0,$r(()=>{n.current&&t()})}),[t])}function Wu(){let e=typeof document>"u";return"useSyncExternalStore"in N?(t=>t.useSyncExternalStore)(N)(()=>()=>{},()=>!1,()=>!e):!1}function Qn(){let e=Wu(),[t,n]=N.useState(Te.isHandoffComplete);return t&&Te.isHandoffComplete===!1&&n(!1),N.useEffect(()=>{t!==!0&&n(!0)},[t]),N.useEffect(()=>Te.handoff(),[]),e?!1:t}let Vu=d.createContext(!1);function Hu(){return d.useContext(Vu)}function Uu(e){let t=Hu(),n=d.useContext(Ko),[r,o]=d.useState(()=>{var s;if(!t&&n!==null)return(s=n.current)!=null?s:null;if(Te.isServer)return null;let c=e==null?void 0:e.getElementById("headlessui-portal-root");if(c)return c;if(e===null)return null;let u=e.createElement("div");return u.setAttribute("id","headlessui-portal-root"),e.body.appendChild(u)});return d.useEffect(()=>{r!==null&&(e!=null&&e.body.contains(r)||e==null||e.body.appendChild(r))},[r,e]),d.useEffect(()=>{t||n!==null&&o(n.current)},[n,o,t]),r}let Yo=d.Fragment,zu=pe(function(e,t){let{ownerDocument:n=null,...r}=e,o=d.useRef(null),s=xe(ul(f=>{o.current=f}),t),c=Dn(o),u=n??c,i=Uu(u),[l]=d.useState(()=>{var f;return Te.isServer?null:(f=u==null?void 0:u.createElement("div"))!=null?f:null}),a=d.useContext(Qu),p=Qn();J(()=>{!i||!l||i.contains(l)||(l.setAttribute("data-headlessui-portal",""),i.appendChild(l))},[i,l]),J(()=>{if(l&&a)return a.register(l)},[a,l]),Go(()=>{var f;!i||!l||(wn(l)&&i.contains(l)&&i.removeChild(l),i.childNodes.length<=0&&((f=i.parentElement)==null||f.removeChild(i)))});let m=ge();return p?!i||!l?null:de.createPortal(m({ourProps:{ref:s},theirProps:r,slot:{},defaultTag:Yo,name:"Portal"}),l):null});function Gu(e,t){let n=xe(t),{enabled:r=!0,ownerDocument:o,...s}=e,c=ge();return r?d.createElement(zu,{...s,ownerDocument:o,ref:n}):c({ourProps:{ref:n},theirProps:s,slot:{},defaultTag:Yo,name:"Portal"})}let Yu=d.Fragment,Ko=d.createContext(null);function Ku(e,t){let{target:n,...r}=e,o={ref:xe(t)},s=ge();return d.createElement(Ko.Provider,{value:n},s({ourProps:o,theirProps:r,defaultTag:Yu,name:"Popover.Group"}))}let Qu=d.createContext(null),Xu=pe(Gu),qu=pe(Ku),Ju=Object.assign(Xu,{Group:qu});function Zu(){let e=d.useRef(!1);return J(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function Qo(e){var t;return!!(e.enter||e.enterFrom||e.enterTo||e.leave||e.leaveFrom||e.leaveTo)||((t=e.as)!=null?t:qo)!==d.Fragment||d.Children.count(e.children)===1}let Xt=d.createContext(null);Xt.displayName="TransitionContext";var ec=(e=>(e.Visible="visible",e.Hidden="hidden",e))(ec||{});function tc(){let e=d.useContext(Xt);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}function nc(){let e=d.useContext(qt);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}let qt=d.createContext(null);qt.displayName="NestingContext";function Jt(e){return"children"in e?Jt(e.children):e.current.filter(({el:t})=>t.current!==null).filter(({state:t})=>t==="visible").length>0}function Xo(e,t){let n=Ke(e),r=d.useRef([]),o=Zu(),s=rt(),c=z((f,h=Be.Hidden)=>{let b=r.current.findIndex(({el:v})=>v===f);b!==-1&&(ye(h,{[Be.Unmount](){r.current.splice(b,1)},[Be.Hidden](){r.current[b].state="hidden"}}),s.microTask(()=>{var v;!Jt(r)&&o.current&&((v=n.current)==null||v.call(n))}))}),u=z(f=>{let h=r.current.find(({el:b})=>b===f);return h?h.state!=="visible"&&(h.state="visible"):r.current.push({el:f,state:"visible"}),()=>c(f,Be.Unmount)}),i=d.useRef([]),l=d.useRef(Promise.resolve()),a=d.useRef({enter:[],leave:[]}),p=z((f,h,b)=>{i.current.splice(0),t&&(t.chains.current[h]=t.chains.current[h].filter(([v])=>v!==f)),t==null||t.chains.current[h].push([f,new Promise(v=>{i.current.push(v)})]),t==null||t.chains.current[h].push([f,new Promise(v=>{Promise.all(a.current[h].map(([E,x])=>x)).then(()=>v())})]),h==="enter"?l.current=l.current.then(()=>t==null?void 0:t.wait.current).then(()=>b(h)):b(h)}),m=z((f,h,b)=>{Promise.all(a.current[h].splice(0).map(([v,E])=>E)).then(()=>{var v;(v=i.current.shift())==null||v()}).then(()=>b(h))});return d.useMemo(()=>({children:r,register:u,unregister:c,onStart:p,onStop:m,wait:l,chains:a}),[u,c,r,p,m,a,l])}let qo=d.Fragment,Jo=Dt.RenderStrategy;function rc(e,t){var n,r;let{transition:o=!0,beforeEnter:s,afterEnter:c,beforeLeave:u,afterLeave:i,enter:l,enterFrom:a,enterTo:p,entered:m,leave:f,leaveFrom:h,leaveTo:b,...v}=e,[E,x]=d.useState(null),y=d.useRef(null),S=Qo(e),C=xe(...S?[y,t,x]:t===null?[]:[t]),O=(n=v.unmount)==null||n?Be.Unmount:Be.Hidden,{show:F,appear:R,initial:V}=tc(),[M,L]=d.useState(F?"visible":"hidden"),Y=nc(),{register:j,unregister:A}=Y;J(()=>j(y),[j,y]),J(()=>{if(O===Be.Hidden&&y.current){if(F&&M!=="visible"){L("visible");return}return ye(M,{hidden:()=>A(y),visible:()=>j(y)})}},[M,y,j,A,F,O]);let D=Qn();J(()=>{if(S&&D&&M==="visible"&&y.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[y,M,D,S]);let B=V&&!R,H=R&&F&&V,T=d.useRef(!1),k=Xo(()=>{T.current||(L("hidden"),A(y))},Y),Q=z(_=>{T.current=!0;let ee=_?"enter":"leave";k.onStart(y,ee,ce=>{ce==="enter"?s==null||s():ce==="leave"&&(u==null||u())})}),me=z(_=>{let ee=_?"enter":"leave";T.current=!1,k.onStop(y,ee,ce=>{ce==="enter"?c==null||c():ce==="leave"&&(i==null||i())}),ee==="leave"&&!Jt(k)&&(L("hidden"),A(y))});d.useEffect(()=>{S&&o||(Q(F),me(F))},[F,S,o]);let Z=!(!o||!S||!D||B),[,q]=co(Z,E,F,{start:Q,end:me}),et=We({ref:C,className:((r=bn(v.className,H&&l,H&&a,q.enter&&l,q.enter&&q.closed&&a,q.enter&&!q.closed&&p,q.leave&&f,q.leave&&!q.closed&&h,q.leave&&q.closed&&b,!q.transition&&F&&m))==null?void 0:r.trim())||void 0,...uo(q)}),_e=0;M==="visible"&&(_e|=Oe.Open),M==="hidden"&&(_e|=Oe.Closed),F&&M==="hidden"&&(_e|=Oe.Opening),!F&&M==="visible"&&(_e|=Oe.Closing);let tt=ge();return d.createElement(qt.Provider,{value:k},d.createElement(Uo,{value:_e},tt({ourProps:et,theirProps:v,defaultTag:qo,features:Jo,visible:M==="visible",name:"Transition.Child"})))}function oc(e,t){let{show:n,appear:r=!1,unmount:o=!0,...s}=e,c=d.useRef(null),u=Qo(e),i=xe(...u?[c,t]:t===null?[]:[t]);Qn();let l=Kn();if(n===void 0&&l!==null&&(n=(l&Oe.Open)===Oe.Open),n===void 0)throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[a,p]=d.useState(n?"visible":"hidden"),m=Xo(()=>{n||p("hidden")}),[f,h]=d.useState(!0),b=d.useRef([n]);J(()=>{f!==!1&&b.current[b.current.length-1]!==n&&(b.current.push(n),h(!1))},[b,n]);let v=d.useMemo(()=>({show:n,appear:r,initial:f}),[n,r,f]);J(()=>{n?p("visible"):!Jt(m)&&c.current!==null&&p("hidden")},[n,m]);let E={unmount:o},x=z(()=>{var C;f&&h(!1),(C=e.beforeEnter)==null||C.call(e)}),y=z(()=>{var C;f&&h(!1),(C=e.beforeLeave)==null||C.call(e)}),S=ge();return d.createElement(qt.Provider,{value:m},d.createElement(Xt.Provider,{value:v},S({ourProps:{...E,as:d.Fragment,children:d.createElement(Zo,{ref:i,...E,...s,beforeEnter:x,beforeLeave:y})},theirProps:{},defaultTag:d.Fragment,features:Jo,visible:a==="visible",name:"Transition"})))}function ic(e,t){let n=d.useContext(Xt)!==null,r=Kn()!==null;return d.createElement(d.Fragment,null,!n&&r?d.createElement(Xn,{ref:t,...e}):d.createElement(Zo,{ref:t,...e}))}let Xn=pe(oc),Zo=pe(rc),sc=pe(ic),ei=Object.assign(Xn,{Child:sc,Root:Xn});function lc(e,t){let n=d.useRef({left:0,top:0});if(J(()=>{if(!t)return;let o=t.getBoundingClientRect();o&&(n.current=o)},[e,t]),t==null||!e||t===document.activeElement)return!1;let r=t.getBoundingClientRect();return r.top!==n.current.top||r.left!==n.current.left}let ti=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;function ni(e){var t,n;let r=(t=e.innerText)!=null?t:"",o=e.cloneNode(!0);if(!Ie(o))return r;let s=!1;for(let u of o.querySelectorAll('[hidden],[aria-hidden],[role="img"]'))u.remove(),s=!0;let c=s?(n=o.innerText)!=null?n:"":r;return ti.test(c)&&(c=c.replace(ti,"")),c}function ac(e){let t=e.getAttribute("aria-label");if(typeof t=="string")return t.trim();let n=e.getAttribute("aria-labelledby");if(n){let r=n.split(" ").map(o=>{let s=document.getElementById(o);if(s){let c=s.getAttribute("aria-label");return typeof c=="string"?c.trim():ni(s).trim()}return null}).filter(Boolean);if(r.length>0)return r.join(", ")}return ni(e).trim()}function uc(e){let t=d.useRef(""),n=d.useRef("");return z(()=>{let r=e.current;if(!r)return"";let o=r.innerText;if(t.current===o)return n.current;let s=ac(r).trim().toLowerCase();return t.current=o,n.current=s,s})}var cc=Object.defineProperty,fc=(e,t,n)=>t in e?cc(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,ri=(e,t,n)=>(fc(e,typeof t!="symbol"?t+"":t,n),n),le=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(le||{}),Le=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(Le||{}),Zt=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(Zt||{}),oi=(e=>(e[e.OpenListbox=0]="OpenListbox",e[e.CloseListbox=1]="CloseListbox",e[e.GoToOption=2]="GoToOption",e[e.Search=3]="Search",e[e.ClearSearch=4]="ClearSearch",e[e.RegisterOptions=5]="RegisterOptions",e[e.UnregisterOptions=6]="UnregisterOptions",e[e.SetButtonElement=7]="SetButtonElement",e[e.SetOptionsElement=8]="SetOptionsElement",e[e.SortOptions=9]="SortOptions",e))(oi||{});function ii(e,t=n=>n){let n=e.activeOptionIndex!==null?e.options[e.activeOptionIndex]:null,r=to(t(e.options.slice()),s=>s.dataRef.current.domRef.current),o=n?r.indexOf(n):null;return o===-1&&(o=null),{options:r,activeOptionIndex:o}}let dc={1(e){return e.dataRef.current.disabled||e.listboxState===1?e:{...e,activeOptionIndex:null,pendingFocus:{focus:te.Nothing},listboxState:1,__demoMode:!1}},0(e,t){if(e.dataRef.current.disabled||e.listboxState===0)return e;let n=e.activeOptionIndex,{isSelected:r}=e.dataRef.current,o=e.options.findIndex(s=>r(s.dataRef.current.value));return o!==-1&&(n=o),{...e,pendingFocus:t.focus,listboxState:0,activeOptionIndex:n,__demoMode:!1}},2(e,t){var n,r,o,s,c;if(e.dataRef.current.disabled||e.listboxState===1)return e;let u={...e,searchQuery:"",activationTrigger:(n=t.trigger)!=null?n:1,__demoMode:!1};if(t.focus===te.Nothing)return{...u,activeOptionIndex:null};if(t.focus===te.Specific)return{...u,activeOptionIndex:e.options.findIndex(a=>a.id===t.id)};if(t.focus===te.Previous){let a=e.activeOptionIndex;if(a!==null){let p=e.options[a].dataRef.current.domRef,m=Qt(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:f=>f.id,resolveDisabled:f=>f.dataRef.current.disabled});if(m!==null){let f=e.options[m].dataRef.current.domRef;if(((r=p.current)==null?void 0:r.previousElementSibling)===f.current||((o=f.current)==null?void 0:o.previousElementSibling)===null)return{...u,activeOptionIndex:m}}}}else if(t.focus===te.Next){let a=e.activeOptionIndex;if(a!==null){let p=e.options[a].dataRef.current.domRef,m=Qt(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:f=>f.id,resolveDisabled:f=>f.dataRef.current.disabled});if(m!==null){let f=e.options[m].dataRef.current.domRef;if(((s=p.current)==null?void 0:s.nextElementSibling)===f.current||((c=f.current)==null?void 0:c.nextElementSibling)===null)return{...u,activeOptionIndex:m}}}}let i=ii(e),l=Qt(t,{resolveItems:()=>i.options,resolveActiveIndex:()=>i.activeOptionIndex,resolveId:a=>a.id,resolveDisabled:a=>a.dataRef.current.disabled});return{...u,...i,activeOptionIndex:l}},3:(e,t)=>{if(e.dataRef.current.disabled||e.listboxState===1)return e;let n=e.searchQuery!==""?0:1,r=e.searchQuery+t.value.toLowerCase(),o=(e.activeOptionIndex!==null?e.options.slice(e.activeOptionIndex+n).concat(e.options.slice(0,e.activeOptionIndex+n)):e.options).find(c=>{var u;return!c.dataRef.current.disabled&&((u=c.dataRef.current.textValue)==null?void 0:u.startsWith(r))}),s=o?e.options.indexOf(o):-1;return s===-1||s===e.activeOptionIndex?{...e,searchQuery:r}:{...e,searchQuery:r,activeOptionIndex:s,activationTrigger:1}},4(e){return e.dataRef.current.disabled||e.listboxState===1||e.searchQuery===""?e:{...e,searchQuery:""}},5:(e,t)=>{let n=e.options.concat(t.options),r=e.activeOptionIndex;if(e.pendingFocus.focus!==te.Nothing&&(r=Qt(e.pendingFocus,{resolveItems:()=>n,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:o=>o.id,resolveDisabled:o=>o.dataRef.current.disabled})),e.activeOptionIndex===null){let{isSelected:o}=e.dataRef.current;if(o){let s=n.findIndex(c=>o==null?void 0:o(c.dataRef.current.value));s!==-1&&(r=s)}}return{...e,options:n,activeOptionIndex:r,pendingFocus:{focus:te.Nothing},pendingShouldSort:!0}},6:(e,t)=>{let n=e.options,r=[],o=new Set(t.options);for(let[s,c]of n.entries())if(o.has(c.id)&&(r.push(s),o.delete(c.id),o.size===0))break;if(r.length>0){n=n.slice();for(let s of r.reverse())n.splice(s,1)}return{...e,options:n,activationTrigger:1}},7:(e,t)=>e.buttonElement===t.element?e:{...e,buttonElement:t.element},8:(e,t)=>e.optionsElement===t.element?e:{...e,optionsElement:t.element},9:e=>e.pendingShouldSort?{...e,...ii(e),pendingShouldSort:!1}:e};class qn extends Hr{constructor(t){super(t),ri(this,"actions",{onChange:n=>{let{onChange:r,compare:o,mode:s,value:c}=this.state.dataRef.current;return ye(s,{0:()=>r==null?void 0:r(n),1:()=>{let u=c.slice(),i=u.findIndex(l=>o(l,n));return i===-1?u.push(n):u.splice(i,1),r==null?void 0:r(u)}})},registerOption:$n(()=>{let n=[],r=new Set;return[(o,s)=>{r.has(s)||(r.add(s),n.push({id:o,dataRef:s}))},()=>(r.clear(),this.send({type:5,options:n.splice(0)}))]}),unregisterOption:$n(()=>{let n=[];return[r=>n.push(r),()=>{this.send({type:6,options:n.splice(0)})}]}),goToOption:$n(()=>{let n=null;return[(r,o)=>{n={type:2,...r,trigger:o}},()=>n&&this.send(n)]}),closeListbox:()=>{this.send({type:1})},openListbox:n=>{this.send({type:0,focus:n})},selectActiveOption:()=>{if(this.state.activeOptionIndex!==null){let{dataRef:n,id:r}=this.state.options[this.state.activeOptionIndex];this.actions.onChange(n.current.value),this.send({type:2,focus:te.Specific,id:r})}},selectOption:n=>{let r=this.state.options.find(o=>o.id===n);r&&this.actions.onChange(r.dataRef.current.value)},search:n=>{this.send({type:3,value:n})},clearSearch:()=>{this.send({type:4})},setButtonElement:n=>{this.send({type:7,element:n})},setOptionsElement:n=>{this.send({type:8,element:n})}}),ri(this,"selectors",{activeDescendantId(n){var r;let o=n.activeOptionIndex,s=n.options;return o===null||(r=s[o])==null?void 0:r.id},isActive(n,r){var o;let s=n.activeOptionIndex,c=n.options;return s!==null?((o=c[s])==null?void 0:o.id)===r:!1},shouldScrollIntoView(n,r){return n.__demoMode||n.listboxState!==0||n.activationTrigger===0?!1:this.isActive(n,r)}}),this.on(5,()=>{requestAnimationFrame(()=>{this.send({type:9})})});{let n=this.state.id,r=On.get(null);this.disposables.add(r.on(Yr.Push,o=>{!r.selectors.isTop(o,n)&&this.state.listboxState===0&&this.actions.closeListbox()})),this.on(0,()=>r.actions.push(n)),this.on(1,()=>r.actions.pop(n))}}static new({id:t,__demoMode:n=!1}){return new qn({id:t,dataRef:{current:{}},listboxState:n?0:1,options:[],searchQuery:"",activeOptionIndex:null,activationTrigger:1,buttonElement:null,optionsElement:null,pendingShouldSort:!1,pendingFocus:{focus:te.Nothing},__demoMode:n})}reduce(t,n){return ye(n.type,dc,t,n)}}const si=d.createContext(null);function Jn(e){let t=d.useContext(si);if(t===null){let n=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,li),n}return t}function li({id:e,__demoMode:t=!1}){let n=d.useMemo(()=>qn.new({id:e,__demoMode:t}),[]);return Go(()=>n.dispose()),n}let en=d.createContext(null);en.displayName="ListboxDataContext";function Tt(e){let t=d.useContext(en);if(t===null){let n=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,Tt),n}return t}let pc=d.Fragment;function mc(e,t){let n=d.useId(),r=vn(),{value:o,defaultValue:s,form:c,name:u,onChange:i,by:l,invalid:a=!1,disabled:p=r||!1,horizontal:m=!1,multiple:f=!1,__demoMode:h=!1,...b}=e;const v=m?"horizontal":"vertical";let E=xe(t),x=Ks(s),[y=f?[]:void 0,S]=Ys(o,i,x),C=li({id:n,__demoMode:h}),O=d.useRef({static:!1,hold:!1}),F=d.useRef(new Map),R=xl(l),V=d.useCallback(Z=>ye(M.mode,{[Le.Multi]:()=>y.some(q=>R(q,Z)),[Le.Single]:()=>R(y,Z)}),[y]),M=d.useMemo(()=>({value:y,disabled:p,invalid:a,mode:f?Le.Multi:Le.Single,orientation:v,onChange:S,compare:R,isSelected:V,optionsPropsRef:O,listRef:F}),[y,p,a,f,v,S,R,V,O,F]);J(()=>{C.state.dataRef.current=M},[M]);let L=Ee(C,Z=>Z.listboxState),Y=On.get(null),j=Ee(Y,d.useCallback(Z=>Y.selectors.isTop(Z,n),[Y,n])),[A,D]=Ee(C,Z=>[Z.buttonElement,Z.optionsElement]);Yl(j,[A,D],(Z,q)=>{C.send({type:oi.CloseListbox}),eo(q,Fn.Loose)||(Z.preventDefault(),A==null||A.focus())});let B=d.useMemo(()=>({open:L===le.Open,disabled:p,invalid:a,value:y}),[L,p,a,y]),[H,T]=ml({inherit:!0}),k={ref:E},Q=d.useCallback(()=>{if(x!==void 0)return S==null?void 0:S(x)},[S,x]),me=ge();return d.createElement(T,{value:H,props:{htmlFor:A==null?void 0:A.id},slot:{open:L===le.Open,disabled:p}},d.createElement(ju,null,d.createElement(si.Provider,{value:C},d.createElement(en.Provider,{value:M},d.createElement(Uo,{value:ye(L,{[le.Open]:Oe.Open,[le.Closed]:Oe.Closed})},u!=null&&y!=null&&d.createElement(el,{disabled:p,data:{[u]:y},form:c,onReset:Q}),me({ourProps:k,theirProps:b,slot:B,defaultTag:pc,name:"Listbox"}))))))}let hc="button";function gc(e,t){let n=d.useId(),r=Lr(),o=Tt("Listbox.Button"),s=Jn("Listbox.Button"),{id:c=r||`headlessui-listbox-button-${n}`,disabled:u=o.disabled||!1,autoFocus:i=!1,...l}=e,a=xe(t,Lu(),s.actions.setButtonElement),p=Fu(),[m,f,h]=Ee(s,T=>[T.listboxState,T.buttonElement,T.optionsElement]),b=m===le.Open;Xl(b,{trigger:f,action:d.useCallback(T=>{if(f!=null&&f.contains(T.target))return kt.Ignore;let k=T.target.closest('[role="option"]:not([data-disabled])');return Ie(k)?kt.Select(k):h!=null&&h.contains(T.target)?kt.Ignore:kt.Close},[f,h]),close:s.actions.closeListbox,select:s.actions.selectActiveOption});let v=z(T=>{switch(T.key){case se.Enter:Qs(T.currentTarget);break;case se.Space:case se.ArrowDown:T.preventDefault(),s.actions.openListbox({focus:o.value?te.Nothing:te.First});break;case se.ArrowUp:T.preventDefault(),s.actions.openListbox({focus:o.value?te.Nothing:te.Last});break}}),E=z(T=>{switch(T.key){case se.Space:T.preventDefault();break}}),x=z(T=>{var k;if(T.button===zo.Left){if(ll(T.currentTarget))return T.preventDefault();s.state.listboxState===le.Open?(de.flushSync(()=>s.actions.closeListbox()),(k=s.state.buttonElement)==null||k.focus({preventScroll:!0})):(T.preventDefault(),s.actions.openListbox({focus:te.Nothing}))}}),y=d.useRef(null),S=z(T=>{y.current=T.pointerType,T.pointerType==="mouse"&&x(T)}),C=z(T=>{y.current!=="mouse"&&x(T)}),O=z(T=>T.preventDefault()),F=Rr([c]),R=cl(),{isFocusVisible:V,focusProps:M}=Is({autoFocus:i}),{isHovered:L,hoverProps:Y}=Ds({isDisabled:u}),{pressed:j,pressProps:A}=Ws({disabled:u}),D=d.useMemo(()=>({open:m===le.Open,active:j||m===le.Open,disabled:u,invalid:o.invalid,value:o.value,hover:L,focus:V,autofocus:i}),[m,o.value,u,L,V,j,o.invalid,i]),B=Ee(s,T=>T.listboxState===le.Open),H=Tr(p(),{ref:a,id:c,type:ql(e,f),"aria-haspopup":"listbox","aria-controls":h==null?void 0:h.id,"aria-expanded":B,"aria-labelledby":F,"aria-describedby":R,disabled:u||void 0,autoFocus:i,onKeyDown:v,onKeyUp:E,onKeyPress:O,onPointerDown:S,onClick:C},M,Y,A);return ge()({ourProps:H,theirProps:l,slot:D,defaultTag:hc,name:"Listbox.Button"})}let ai=d.createContext(!1),vc="div",bc=Dt.RenderStrategy|Dt.Static;function yc(e,t){let n=d.useId(),{id:r=`headlessui-listbox-options-${n}`,anchor:o,portal:s=!1,modal:c=!0,transition:u=!1,...i}=e,l=Nu(o),[a,p]=d.useState(null);l&&(s=!0);let m=Tt("Listbox.Options"),f=Jn("Listbox.Options"),[h,b,v,E]=Ee(f,_=>[_.listboxState,_.buttonElement,_.optionsElement,_.__demoMode]),x=Dn(b),y=Dn(v),S=Kn(),[C,O]=co(u,a,S!==null?(S&Oe.Open)===Oe.Open:h===le.Open);Il(C,b,f.actions.closeListbox);let F=E?!1:c&&h===le.Open;ia(F,y);let R=E?!1:c&&h===le.Open;Dl(R,{allowed:d.useCallback(()=>[b,v],[b,v])});let V=h!==le.Open,M=lc(V,b)?!1:C,L=C&&h===le.Closed,Y=Ru(L,m.value),j=z(_=>m.compare(Y,_)),A=Ee(f,_=>{var ee;if(l==null||!((ee=l==null?void 0:l.to)!=null&&ee.includes("selection")))return null;let ce=_.options.findIndex(ze=>j(ze.dataRef.current.value));return ce===-1&&(ce=0),ce}),D=(()=>{if(l==null)return;if(A===null)return{...l,inner:void 0};let _=Array.from(m.listRef.current.values());return{...l,inner:{listRef:{current:_},index:A}}})(),[B,H]=Iu(D),T=Du(),k=xe(t,l?B:null,f.actions.setOptionsElement,p),Q=rt();d.useEffect(()=>{var _;let ee=v;ee&&h===le.Open&&ee!==((_=bt(ee))==null?void 0:_.activeElement)&&(ee==null||ee.focus({preventScroll:!0}))},[h,v]);let me=z(_=>{var ee,ce;switch(Q.dispose(),_.key){case se.Space:if(f.state.searchQuery!=="")return _.preventDefault(),_.stopPropagation(),f.actions.search(_.key);case se.Enter:if(_.preventDefault(),_.stopPropagation(),f.state.activeOptionIndex!==null){let{dataRef:ze}=f.state.options[f.state.activeOptionIndex];f.actions.onChange(ze.current.value)}m.mode===Le.Single&&(de.flushSync(()=>f.actions.closeListbox()),(ee=f.state.buttonElement)==null||ee.focus({preventScroll:!0}));break;case ye(m.orientation,{vertical:se.ArrowDown,horizontal:se.ArrowRight}):return _.preventDefault(),_.stopPropagation(),f.actions.goToOption({focus:te.Next});case ye(m.orientation,{vertical:se.ArrowUp,horizontal:se.ArrowLeft}):return _.preventDefault(),_.stopPropagation(),f.actions.goToOption({focus:te.Previous});case se.Home:case se.PageUp:return _.preventDefault(),_.stopPropagation(),f.actions.goToOption({focus:te.First});case se.End:case se.PageDown:return _.preventDefault(),_.stopPropagation(),f.actions.goToOption({focus:te.Last});case se.Escape:_.preventDefault(),_.stopPropagation(),de.flushSync(()=>f.actions.closeListbox()),(ce=f.state.buttonElement)==null||ce.focus({preventScroll:!0});return;case se.Tab:_.preventDefault(),_.stopPropagation(),de.flushSync(()=>f.actions.closeListbox()),Hl(f.state.buttonElement,_.shiftKey?Ln.Previous:Ln.Next);break;default:_.key.length===1&&(f.actions.search(_.key),Q.setTimeout(()=>f.actions.clearSearch(),350));break}}),Z=Ee(f,_=>{var ee;return(ee=_.buttonElement)==null?void 0:ee.id}),q=d.useMemo(()=>({open:h===le.Open}),[h]),et=Tr(l?T():{},{id:r,ref:k,"aria-activedescendant":Ee(f,f.selectors.activeDescendantId),"aria-multiselectable":m.mode===Le.Multi?!0:void 0,"aria-labelledby":Z,"aria-orientation":m.orientation,onKeyDown:me,role:"listbox",tabIndex:h===le.Open?0:void 0,style:{...i.style,...H,"--button-width":El(b,!0).width},...uo(O)}),_e=ge(),tt=d.useMemo(()=>m.mode===Le.Multi?m:{...m,isSelected:j},[m,j]);return d.createElement(Ju,{enabled:s?e.static||C:!1,ownerDocument:x},d.createElement(en.Provider,{value:tt},_e({ourProps:et,theirProps:i,slot:q,defaultTag:vc,features:bc,visible:M,name:"Listbox.Options"})))}let xc="div";function wc(e,t){let n=d.useId(),{id:r=`headlessui-listbox-option-${n}`,disabled:o=!1,value:s,...c}=e,u=d.useContext(ai)===!0,i=Tt("Listbox.Option"),l=Jn("Listbox.Option"),a=Ee(l,M=>l.selectors.isActive(M,r)),p=i.isSelected(s),m=d.useRef(null),f=uc(m),h=Ke({disabled:o,value:s,domRef:m,get textValue(){return f()}}),b=xe(t,m,M=>{M?i.listRef.current.set(r,M):i.listRef.current.delete(r)}),v=Ee(l,M=>l.selectors.shouldScrollIntoView(M,r));J(()=>{if(v)return Se().requestAnimationFrame(()=>{var M,L;(L=(M=m.current)==null?void 0:M.scrollIntoView)==null||L.call(M,{block:"nearest"})})},[v,m]),J(()=>{if(!u)return l.actions.registerOption(r,h),()=>l.actions.unregisterOption(r)},[h,r,u]);let E=z(M=>{var L;if(o)return M.preventDefault();l.actions.onChange(s),i.mode===Le.Single&&(de.flushSync(()=>l.actions.closeListbox()),(L=l.state.buttonElement)==null||L.focus({preventScroll:!0}))}),x=z(()=>{if(o)return l.actions.goToOption({focus:te.Nothing});l.actions.goToOption({focus:te.Specific,id:r})}),y=sa(),S=z(M=>y.update(M)),C=z(M=>{y.wasMoved(M)&&(o||a&&l.state.activationTrigger===Zt.Pointer||l.actions.goToOption({focus:te.Specific,id:r},Zt.Pointer))}),O=z(M=>{y.wasMoved(M)&&(o||a&&l.state.activationTrigger===Zt.Pointer&&l.actions.goToOption({focus:te.Nothing}))}),F=d.useMemo(()=>({active:a,focus:a,selected:p,disabled:o,selectedOption:p&&u}),[a,p,o,u]),R=u?{}:{id:r,ref:b,role:"option",tabIndex:o===!0?void 0:-1,"aria-disabled":o===!0?!0:void 0,"aria-selected":p,disabled:void 0,onClick:E,onFocus:x,onPointerEnter:S,onMouseEnter:S,onPointerMove:C,onMouseMove:C,onPointerLeave:O,onMouseLeave:O},V=ge();return!p&&u?null:V({ourProps:R,theirProps:c,slot:F,defaultTag:xc,name:"Listbox.Option"})}let Ec=d.Fragment;function Cc(e,t){let{options:n,placeholder:r,...o}=e,s={ref:xe(t)},c=Tt("ListboxSelectedOption"),u=d.useMemo(()=>({}),[]),i=c.value===void 0||c.value===null||c.mode===Le.Multi&&Array.isArray(c.value)&&c.value.length===0,l=ge();return d.createElement(ai.Provider,{value:!0},l({ourProps:s,theirProps:{...o,children:d.createElement(d.Fragment,null,r&&i?r:n)},slot:u,defaultTag:Ec,name:"ListboxSelectedOption"}))}let Sc=pe(mc),$c=pe(gc),Oc=bl,Tc=pe(yc),Ac=pe(wc),Pc=pe(Cc),Ue=Object.assign(Sc,{Button:$c,Label:Oc,Options:Tc,Option:Ac,SelectedOption:Pc});function Mc({title:e,titleId:t,...n},r){return N.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?N.createElement("title",{id:t},e):null,N.createElement("path",{fillRule:"evenodd",d:"M16.704 4.153a.75.75 0 0 1 .143 1.052l-8 10.5a.75.75 0 0 1-1.127.075l-4.5-4.5a.75.75 0 0 1 1.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 0 1 1.05-.143Z",clipRule:"evenodd"}))}const ui=N.forwardRef(Mc);function Nc({title:e,titleId:t,...n},r){return N.createElement("svg",Object.assign({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor","aria-hidden":"true","data-slot":"icon",ref:r,"aria-labelledby":t},n),e?N.createElement("title",{id:t},e):null,N.createElement("path",{fillRule:"evenodd",d:"M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z",clipRule:"evenodd"}))}const ci=N.forwardRef(Nc),Lc=({tokens:e,selectedToken:t,onTokenChange:n,disabled:r=!1,className:o="",walletType:s="mpc"})=>w.jsx("div",{className:`relative ${o}`,children:w.jsx(Ue,{value:t,onChange:n,disabled:r,children:({open:c})=>w.jsxs(w.Fragment,{children:[w.jsxs(Ue.Button,{className:`
|
|
76
|
-
|
|
121
|
+
*/var yp;function mE(){return yp||(yp=1,process.env.NODE_ENV!=="production"&&function(){function e(a,u){return a===u&&(a!==0||1/a===1/u)||a!==a&&u!==u}typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(Error());var t=v,n=typeof Object.is=="function"?Object.is:e,r=t.useSyncExternalStore,o=t.useRef,s=t.useEffect,i=t.useMemo,c=t.useDebugValue;rc.useSyncExternalStoreWithSelector=function(a,u,l,f,p){var d=o(null);if(d.current===null){var h={hasValue:!1,value:null};d.current=h}else h=d.current;d=i(function(){function x(B){if(!T){if(T=!0,w=B,B=f(B),p!==void 0&&h.hasValue){var _=h.value;if(p(_,B))return A=_}return A=B}if(_=A,n(w,B))return _;var D=f(B);return p!==void 0&&p(_,D)?(w=B,_):(w=B,A=D)}var T=!1,w,A,L=l===void 0?null:l;return[function(){return x(u())},L===null?void 0:function(){return x(L())}]},[u,l,f,p]);var m=r(a,d[0],d[1]);return s(function(){h.hasValue=!0,h.value=m},[m]),c(m),m},typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error())}()),rc}process.env.NODE_ENV==="production"?tc.exports=hE():tc.exports=mE();var gE=tc.exports;function it(e,t,n=pp){return gE.useSyncExternalStoreWithSelector(ae(r=>e.subscribe(bE,r)),ae(()=>e.state),ae(()=>e.state),ae(t),n)}function bE(e){return e}function wp(e,t){let n=v.useId(),r=ec.get(t),[o,s]=it(r,v.useCallback(i=>[r.selectors.isTop(i,n),r.selectors.inStack(i,n)],[r,n]));return be(()=>{if(e)return r.actions.push(n),()=>r.actions.pop(n)},[r,e,n]),e?s?o:!0:!1}let oc=new Map,Eo=new Map;function vp(e){var t;let n=(t=Eo.get(e))!=null?t:0;return Eo.set(e,n+1),n!==0?()=>xp(e):(oc.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>xp(e))}function xp(e){var t;let n=(t=Eo.get(e))!=null?t:1;if(n===1?Eo.delete(e):Eo.set(e,n-1),n!==1)return;let r=oc.get(e);r&&(r["aria-hidden"]===null?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",r["aria-hidden"]),e.inert=r.inert,oc.delete(e))}function yE(e,{allowed:t,disallowed:n}={}){let r=wp(e,"inert-others");be(()=>{var o,s;if(!r)return;let i=Et();for(let a of(o=n==null?void 0:n())!=null?o:[])a&&i.add(vp(a));let c=(s=t==null?void 0:t())!=null?s:[];for(let a of c){if(!a)continue;let u=wo(a);if(!u)continue;let l=a.parentElement;for(;l&&l!==u.body;){for(let f of l.children)c.some(p=>f.contains(p))||i.add(vp(f));l=l.parentElement}}return i.dispose},[r,t,n])}function wE(e,t,n){let r=Un(o=>{let s=o.getBoundingClientRect();s.x===0&&s.y===0&&s.width===0&&s.height===0&&n()});v.useEffect(()=>{if(!e)return;let o=t===null?null:tn(t)?t:t.current;if(!o)return;let s=Et();if(typeof ResizeObserver<"u"){let i=new ResizeObserver(()=>r.current(o));i.observe(o),s.add(()=>i.disconnect())}if(typeof IntersectionObserver<"u"){let i=new IntersectionObserver(()=>r.current(o));i.observe(o),s.add(()=>i.disconnect())}return()=>s.dispose()},[t,r,e])}let sc=["[contentEditable=true]","[tabindex]","a[href]","area[href]","button:not([disabled])","iframe","input:not([disabled])","select:not([disabled])","textarea:not([disabled])"].map(e=>`${e}:not([tabindex='-1'])`).join(","),vE=["[data-autofocus]"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var ic=(e=>(e[e.First=1]="First",e[e.Previous=2]="Previous",e[e.Next=4]="Next",e[e.Last=8]="Last",e[e.WrapAround=16]="WrapAround",e[e.NoScroll=32]="NoScroll",e[e.AutoFocus=64]="AutoFocus",e))(ic||{}),xE=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(xE||{}),EE=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(EE||{});function Ep(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(sc)).sort((t,n)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(n.tabIndex||Number.MAX_SAFE_INTEGER)))}function SE(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(vE)).sort((t,n)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(n.tabIndex||Number.MAX_SAFE_INTEGER)))}var ac=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(ac||{});function Sp(e,t=0){var n;return e===((n=wo(e))==null?void 0:n.body)?!1:rt(t,{0(){return e.matches(sc)},1(){let r=e;for(;r!==null;){if(r.matches(sc))return!0;r=r.parentElement}return!1}})}var PE=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))(PE||{});typeof window<"u"&&typeof document<"u"&&(document.addEventListener("keydown",e=>{e.metaKey||e.altKey||e.ctrlKey||(document.documentElement.dataset.headlessuiFocusVisible="")},!0),document.addEventListener("click",e=>{e.detail===1?delete document.documentElement.dataset.headlessuiFocusVisible:e.detail===0&&(document.documentElement.dataset.headlessuiFocusVisible="")},!0));let $E=["textarea","input"].join(",");function AE(e){var t,n;return(n=(t=e==null?void 0:e.matches)==null?void 0:t.call(e,$E))!=null?n:!1}function Pp(e,t=n=>n){return e.slice().sort((n,r)=>{let o=t(n),s=t(r);if(o===null||s===null)return 0;let i=o.compareDocumentPosition(s);return i&Node.DOCUMENT_POSITION_FOLLOWING?-1:i&Node.DOCUMENT_POSITION_PRECEDING?1:0})}function TE(e,t){return OE(Ep(),t,{relativeTo:e})}function OE(e,t,{sorted:n=!0,relativeTo:r=null,skipElements:o=[]}={}){let s=Array.isArray(e)?e.length>0?e[0].ownerDocument:document:e.ownerDocument,i=Array.isArray(e)?n?Pp(e):e:t&64?SE(e):Ep(e);o.length>0&&i.length>1&&(i=i.filter(d=>!o.some(h=>h!=null&&"current"in h?(h==null?void 0:h.current)===d:h===d))),r=r??s.activeElement;let c=(()=>{if(t&5)return 1;if(t&10)return-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),a=(()=>{if(t&1)return 0;if(t&2)return Math.max(0,i.indexOf(r))-1;if(t&4)return Math.max(0,i.indexOf(r))+1;if(t&8)return i.length-1;throw new Error("Missing Focus.First, Focus.Previous, Focus.Next or Focus.Last")})(),u=t&32?{preventScroll:!0}:{},l=0,f=i.length,p;do{if(l>=f||l+f<=0)return 0;let d=a+l;if(t&16)d=(d+f)%f;else{if(d<0)return 3;if(d>=f)return 1}p=i[d],p==null||p.focus(u),l+=c}while(p!==s.activeElement);return t&6&&AE(p)&&p.select(),2}function $p(){return/iPhone/gi.test(window.navigator.platform)||/Mac/gi.test(window.navigator.platform)&&window.navigator.maxTouchPoints>0}function NE(){return/Android/gi.test(window.navigator.userAgent)}function Ap(){return $p()||NE()}function yr(e,t,n,r){let o=Un(n);v.useEffect(()=>{if(!e)return;function s(i){o.current(i)}return document.addEventListener(t,s,r),()=>document.removeEventListener(t,s,r)},[e,t,r])}function CE(e,t,n,r){let o=Un(n);v.useEffect(()=>{if(!e)return;function s(i){o.current(i)}return window.addEventListener(t,s,r),()=>window.removeEventListener(t,s,r)},[e,t,r])}const Tp=30;function IE(e,t,n){let r=Un(n),o=v.useCallback(function(c,a){if(c.defaultPrevented)return;let u=a(c);if(u===null||!u.getRootNode().contains(u)||!u.isConnected)return;let l=function f(p){return typeof p=="function"?f(p()):Array.isArray(p)||p instanceof Set?p:[p]}(t);for(let f of l)if(f!==null&&(f.contains(u)||c.composed&&c.composedPath().includes(f)))return;return!Sp(u,ac.Loose)&&u.tabIndex!==-1&&c.preventDefault(),r.current(c,u)},[r,t]),s=v.useRef(null);yr(e,"pointerdown",c=>{var a,u;Ap()||(s.current=((u=(a=c.composedPath)==null?void 0:a.call(c))==null?void 0:u[0])||c.target)},!0),yr(e,"pointerup",c=>{if(Ap()||!s.current)return;let a=s.current;return s.current=null,o(c,()=>a)},!0);let i=v.useRef({x:0,y:0});yr(e,"touchstart",c=>{i.current.x=c.touches[0].clientX,i.current.y=c.touches[0].clientY},!0),yr(e,"touchend",c=>{let a={x:c.changedTouches[0].clientX,y:c.changedTouches[0].clientY};if(!(Math.abs(a.x-i.current.x)>=Tp||Math.abs(a.y-i.current.y)>=Tp))return o(c,()=>br(c.target)?c.target:null)},!0),CE(e,"blur",c=>o(c,()=>zx(window.document.activeElement)?window.document.activeElement:null),!0)}function cc(...e){return v.useMemo(()=>wo(...e),[...e])}var ME=(e=>(e[e.Ignore=0]="Ignore",e[e.Select=1]="Select",e[e.Close=2]="Close",e))(ME||{});const Ss={Ignore:{kind:0},Select:e=>({kind:1,target:e}),Close:{kind:2}},kE=200,Op=5;function LE(e,{trigger:t,action:n,close:r,select:o}){let s=v.useRef(null),i=v.useRef(null),c=v.useRef(null);yr(e&&t!==null,"pointerdown",a=>{Ka(a==null?void 0:a.target)&&t!=null&&t.contains(a.target)&&(i.current=a.x,c.current=a.y,s.current=a.timeStamp)}),yr(e&&t!==null,"pointerup",a=>{var u,l;let f=s.current;if(f===null||(s.current=null,!br(a.target))||Math.abs(a.x-((u=i.current)!=null?u:a.x))<Op&&Math.abs(a.y-((l=c.current)!=null?l:a.y))<Op)return;let p=n(a);switch(p.kind){case 0:return;case 1:{a.timeStamp-f>kE&&(o(p.target),r());break}case 2:{r();break}}},{capture:!0})}function BE(e,t){return v.useMemo(()=>{var n;if(e.type)return e.type;let r=(n=e.as)!=null?n:"button";if(typeof r=="string"&&r.toLowerCase()==="button"||(t==null?void 0:t.tagName)==="BUTTON"&&!t.hasAttribute("type"))return"button"},[e.type,e.as,t])}function FE(e){return v.useSyncExternalStore(e.subscribe,e.getSnapshot,e.getSnapshot)}function RE(e,t){let n=e(),r=new Set;return{getSnapshot(){return n},subscribe(o){return r.add(o),()=>r.delete(o)},dispatch(o,...s){let i=t[o].call(n,...s);i&&(n=i,r.forEach(c=>c()))}}}function DE(){let e;return{before({doc:t}){var n;let r=t.documentElement,o=(n=t.defaultView)!=null?n:window;e=Math.max(0,o.innerWidth-r.clientWidth)},after({doc:t,d:n}){let r=t.documentElement,o=Math.max(0,r.clientWidth-r.offsetWidth),s=Math.max(0,e-o);n.style(r,"paddingRight",`${s}px`)}}}function jE(){return $p()?{before({doc:e,d:t,meta:n}){function r(o){return n.containers.flatMap(s=>s()).some(s=>s.contains(o))}t.microTask(()=>{var o;if(window.getComputedStyle(e.documentElement).scrollBehavior!=="auto"){let c=Et();c.style(e.documentElement,"scrollBehavior","auto"),t.add(()=>t.microTask(()=>c.dispose()))}let s=(o=window.scrollY)!=null?o:window.pageYOffset,i=null;t.addEventListener(e,"click",c=>{if(br(c.target))try{let a=c.target.closest("a");if(!a)return;let{hash:u}=new URL(a.href),l=e.querySelector(u);br(l)&&!r(l)&&(i=l)}catch{}},!0),t.addEventListener(e,"touchstart",c=>{if(br(c.target)&&Ux(c.target))if(r(c.target)){let a=c.target;for(;a.parentElement&&r(a.parentElement);)a=a.parentElement;t.style(a,"overscrollBehavior","contain")}else t.style(c.target,"touchAction","none")}),t.addEventListener(e,"touchmove",c=>{if(br(c.target)){if(np(c.target))return;if(r(c.target)){let a=c.target;for(;a.parentElement&&a.dataset.headlessuiPortal!==""&&!(a.scrollHeight>a.clientHeight||a.scrollWidth>a.clientWidth);)a=a.parentElement;a.dataset.headlessuiPortal===""&&c.preventDefault()}else c.preventDefault()}},{passive:!1}),t.add(()=>{var c;let a=(c=window.scrollY)!=null?c:window.pageYOffset;s!==a&&window.scrollTo(0,s),i&&i.isConnected&&(i.scrollIntoView({block:"nearest"}),i=null)})})}}:{}}function _E(){return{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}}function UE(e){let t={};for(let n of e)Object.assign(t,n(t));return t}let zn=RE(()=>new Map,{PUSH(e,t){var n;let r=(n=this.get(e))!=null?n:{doc:e,count:0,d:Et(),meta:new Set};return r.count++,r.meta.add(t),this.set(e,r),this},POP(e,t){let n=this.get(e);return n&&(n.count--,n.meta.delete(t)),this},SCROLL_PREVENT({doc:e,d:t,meta:n}){let r={doc:e,d:t,meta:UE(n)},o=[jE(),DE(),_E()];o.forEach(({before:s})=>s==null?void 0:s(r)),o.forEach(({after:s})=>s==null?void 0:s(r))},SCROLL_ALLOW({d:e}){e.dispose()},TEARDOWN({doc:e}){this.delete(e)}});zn.subscribe(()=>{let e=zn.getSnapshot(),t=new Map;for(let[n]of e)t.set(n,n.documentElement.style.overflow);for(let n of e.values()){let r=t.get(n.doc)==="hidden",o=n.count!==0;(o&&!r||!o&&r)&&zn.dispatch(n.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",n),n.count===0&&zn.dispatch("TEARDOWN",n)}});function zE(e,t,n=()=>({containers:[]})){let r=FE(zn),o=t?r.get(t):void 0,s=o?o.count>0:!1;return be(()=>{if(!(!t||!e))return zn.dispatch("PUSH",t,n),()=>zn.dispatch("POP",t,n)},[e,t]),s}function HE(e,t,n=()=>[document.body]){let r=wp(e,"scroll-lock");zE(r,t,o=>{var s;return{containers:[...(s=o.containers)!=null?s:[],n]}})}function Np(e){return[e.screenX,e.screenY]}function WE(){let e=v.useRef([-1,-1]);return{wasMoved(t){let n=Np(t);return e.current[0]===n[0]&&e.current[1]===n[1]?!1:(e.current=n,!0)},update(t){e.current=Np(t)}}}function VE(e=0){let[t,n]=v.useState(e),r=v.useCallback(a=>n(a),[t]),o=v.useCallback(a=>n(u=>u|a),[t]),s=v.useCallback(a=>(t&a)===a,[t]),i=v.useCallback(a=>n(u=>u&~a),[n]),c=v.useCallback(a=>n(u=>u^a),[n]);return{flags:t,setFlag:r,addFlag:o,hasFlag:s,removeFlag:i,toggleFlag:c}}var Cp,Ip;typeof process<"u"&&typeof globalThis<"u"&&typeof Element<"u"&&((Cp=process==null?void 0:process.env)==null?void 0:Cp.NODE_ENV)==="test"&&typeof((Ip=Element==null?void 0:Element.prototype)==null?void 0:Ip.getAnimations)>"u"&&(Element.prototype.getAnimations=function(){return console.warn(["Headless UI has polyfilled `Element.prototype.getAnimations` for your tests.","Please install a proper polyfill e.g. `jsdom-testing-mocks`, to silence these warnings.","","Example usage:","```js","import { mockAnimationsApi } from 'jsdom-testing-mocks'","mockAnimationsApi()","```"].join(`
|
|
122
|
+
`)),[]});var GE=(e=>(e[e.None=0]="None",e[e.Closed=1]="Closed",e[e.Enter=2]="Enter",e[e.Leave=4]="Leave",e))(GE||{});function Mp(e){let t={};for(let n in e)e[n]===!0&&(t[`data-${n}`]="");return t}function kp(e,t,n,r){let[o,s]=v.useState(n),{hasFlag:i,addFlag:c,removeFlag:a}=VE(e&&o?3:0),u=v.useRef(!1),l=v.useRef(!1),f=gr();return be(()=>{var p;if(e){if(n&&s(!0),!t){n&&c(3);return}return(p=r==null?void 0:r.start)==null||p.call(r,n),qE(t,{inFlight:u,prepare(){l.current?l.current=!1:l.current=u.current,u.current=!0,!l.current&&(n?(c(3),a(4)):(c(4),a(2)))},run(){l.current?n?(a(3),c(4)):(a(4),c(3)):n?a(1):c(1)},done(){var d;l.current&&typeof t.getAnimations=="function"&&t.getAnimations().length>0||(u.current=!1,a(7),n||s(!1),(d=r==null?void 0:r.end)==null||d.call(r,n))}})}},[e,n,t,f]),e?[o,{closed:i(1),enter:i(2),leave:i(4),transition:i(2)||i(4)}]:[n,{closed:void 0,enter:void 0,leave:void 0,transition:void 0}]}function qE(e,{prepare:t,run:n,done:r,inFlight:o}){let s=Et();return KE(e,{prepare:t,inFlight:o}),s.nextFrame(()=>{n(),s.requestAnimationFrame(()=>{s.add(ZE(e,r))})}),s.dispose}function ZE(e,t){var n,r;let o=Et();if(!e)return o.dispose;let s=!1;o.add(()=>{s=!0});let i=(r=(n=e.getAnimations)==null?void 0:n.call(e).filter(c=>c instanceof CSSTransition))!=null?r:[];return i.length===0?(t(),o.dispose):(Promise.allSettled(i.map(c=>c.finished)).then(()=>{s||t()}),o.dispose)}function KE(e,{inFlight:t,prepare:n}){if(t!=null&&t.current){n();return}let r=e.style.transition;e.style.transition="none",n(),e.offsetHeight,e.style.transition=r}function Ps(){return typeof window<"u"}function wr(e){return uc(e)?(e.nodeName||"").toLowerCase():"#document"}function He(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Lt(e){var t;return(t=(uc(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function uc(e){return Ps()?e instanceof Node||e instanceof He(e).Node:!1}function ue(e){return Ps()?e instanceof Element||e instanceof He(e).Element:!1}function Fe(e){return Ps()?e instanceof HTMLElement||e instanceof He(e).HTMLElement:!1}function lc(e){return!Ps()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof He(e).ShadowRoot}const YE=new Set(["inline","contents"]);function So(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=at(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!YE.has(o)}const XE=new Set(["table","td","th"]);function QE(e){return XE.has(wr(e))}const JE=[":popover-open",":modal"];function $s(e){return JE.some(t=>{try{return e.matches(t)}catch{return!1}})}const e2=["transform","translate","scale","rotate","perspective"],t2=["transform","translate","scale","rotate","perspective","filter"],n2=["paint","layout","strict","content"];function fc(e){const t=As(),n=ue(e)?at(e):e;return e2.some(r=>n[r]?n[r]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!t&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!t&&(n.filter?n.filter!=="none":!1)||t2.some(r=>(n.willChange||"").includes(r))||n2.some(r=>(n.contain||"").includes(r))}function r2(e){let t=rn(e);for(;Fe(t)&&!nn(t);){if(fc(t))return t;if($s(t))return null;t=rn(t)}return null}function As(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const o2=new Set(["html","body","#document"]);function nn(e){return o2.has(wr(e))}function at(e){return He(e).getComputedStyle(e)}function Ts(e){return ue(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function rn(e){if(wr(e)==="html")return e;const t=e.assignedSlot||e.parentNode||lc(e)&&e.host||Lt(e);return lc(t)?t.host:t}function Lp(e){const t=rn(e);return nn(t)?e.ownerDocument?e.ownerDocument.body:e.body:Fe(t)&&So(t)?t:Lp(t)}function wn(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=Lp(e),s=o===((r=e.ownerDocument)==null?void 0:r.body),i=He(o);if(s){const c=dc(i);return t.concat(i,i.visualViewport||[],So(o)?o:[],c&&n?wn(c):[])}return t.concat(o,wn(o,[],n))}function dc(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function s2(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(t=>{let{brand:n,version:r}=t;return n+"/"+r}).join(" "):navigator.userAgent}const on=Math.min,Me=Math.max,Po=Math.round,Os=Math.floor,Bt=e=>({x:e,y:e}),i2={left:"right",right:"left",bottom:"top",top:"bottom"},a2={start:"end",end:"start"};function pc(e,t,n){return Me(e,on(t,n))}function Hn(e,t){return typeof e=="function"?e(t):e}function vn(e){return e.split("-")[0]}function vr(e){return e.split("-")[1]}function Bp(e){return e==="x"?"y":"x"}function hc(e){return e==="y"?"height":"width"}const c2=new Set(["top","bottom"]);function sn(e){return c2.has(vn(e))?"y":"x"}function mc(e){return Bp(sn(e))}function u2(e,t,n){n===void 0&&(n=!1);const r=vr(e),o=mc(e),s=hc(o);let i=o==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return t.reference[s]>t.floating[s]&&(i=Ns(i)),[i,Ns(i)]}function l2(e){const t=Ns(e);return[gc(e),t,gc(t)]}function gc(e){return e.replace(/start|end/g,t=>a2[t])}const Fp=["left","right"],Rp=["right","left"],f2=["top","bottom"],d2=["bottom","top"];function p2(e,t,n){switch(e){case"top":case"bottom":return n?t?Rp:Fp:t?Fp:Rp;case"left":case"right":return t?f2:d2;default:return[]}}function h2(e,t,n,r){const o=vr(e);let s=p2(vn(e),n==="start",r);return o&&(s=s.map(i=>i+"-"+o),t&&(s=s.concat(s.map(gc)))),s}function Ns(e){return e.replace(/left|right|bottom|top/g,t=>i2[t])}function m2(e){return{top:0,right:0,bottom:0,left:0,...e}}function Dp(e){return typeof e!="number"?m2(e):{top:e,right:e,bottom:e,left:e}}function Cs(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}/*!
|
|
123
|
+
* tabbable 6.2.0
|
|
124
|
+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
125
|
+
*/var g2=["input:not([inert])","select:not([inert])","textarea:not([inert])","a[href]:not([inert])","button:not([inert])","[tabindex]:not(slot):not([inert])","audio[controls]:not([inert])","video[controls]:not([inert])",'[contenteditable]:not([contenteditable="false"]):not([inert])',"details>summary:first-of-type:not([inert])","details:not([inert])"],bc=g2.join(","),jp=typeof Element>"u",$o=jp?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Is=!jp&&Element.prototype.getRootNode?function(e){var t;return e==null||(t=e.getRootNode)===null||t===void 0?void 0:t.call(e)}:function(e){return e==null?void 0:e.ownerDocument},Ms=function e(t,n){var r;n===void 0&&(n=!0);var o=t==null||(r=t.getAttribute)===null||r===void 0?void 0:r.call(t,"inert"),s=o===""||o==="true",i=s||n&&t&&e(t.parentNode);return i},b2=function(t){var n,r=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"contenteditable");return r===""||r==="true"},y2=function(t,n,r){if(Ms(t))return[];var o=Array.prototype.slice.apply(t.querySelectorAll(bc));return n&&$o.call(t,bc)&&o.unshift(t),o=o.filter(r),o},w2=function e(t,n,r){for(var o=[],s=Array.from(t);s.length;){var i=s.shift();if(!Ms(i,!1))if(i.tagName==="SLOT"){var c=i.assignedElements(),a=c.length?c:i.children,u=e(a,!0,r);r.flatten?o.push.apply(o,u):o.push({scopeParent:i,candidates:u})}else{var l=$o.call(i,bc);l&&r.filter(i)&&(n||!t.includes(i))&&o.push(i);var f=i.shadowRoot||typeof r.getShadowRoot=="function"&&r.getShadowRoot(i),p=!Ms(f,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(i));if(f&&p){var d=e(f===!0?i.children:f.children,!0,r);r.flatten?o.push.apply(o,d):o.push({scopeParent:i,candidates:d})}else s.unshift.apply(s,i.children)}}return o},_p=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},Up=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||b2(t))&&!_p(t)?0:t.tabIndex},v2=function(t,n){var r=Up(t);return r<0&&n&&!_p(t)?0:r},x2=function(t,n){return t.tabIndex===n.tabIndex?t.documentOrder-n.documentOrder:t.tabIndex-n.tabIndex},zp=function(t){return t.tagName==="INPUT"},E2=function(t){return zp(t)&&t.type==="hidden"},S2=function(t){var n=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(r){return r.tagName==="SUMMARY"});return n},P2=function(t,n){for(var r=0;r<t.length;r++)if(t[r].checked&&t[r].form===n)return t[r]},$2=function(t){if(!t.name)return!0;var n=t.form||Is(t),r=function(c){return n.querySelectorAll('input[type="radio"][name="'+c+'"]')},o;if(typeof window<"u"&&typeof window.CSS<"u"&&typeof window.CSS.escape=="function")o=r(window.CSS.escape(t.name));else try{o=r(t.name)}catch(i){return console.error("Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s",i.message),!1}var s=P2(o,t.form);return!s||s===t},A2=function(t){return zp(t)&&t.type==="radio"},T2=function(t){return A2(t)&&!$2(t)},O2=function(t){var n,r=t&&Is(t),o=(n=r)===null||n===void 0?void 0:n.host,s=!1;if(r&&r!==t){var i,c,a;for(s=!!((i=o)!==null&&i!==void 0&&(c=i.ownerDocument)!==null&&c!==void 0&&c.contains(o)||t!=null&&(a=t.ownerDocument)!==null&&a!==void 0&&a.contains(t));!s&&o;){var u,l,f;r=Is(o),o=(u=r)===null||u===void 0?void 0:u.host,s=!!((l=o)!==null&&l!==void 0&&(f=l.ownerDocument)!==null&&f!==void 0&&f.contains(o))}}return s},Hp=function(t){var n=t.getBoundingClientRect(),r=n.width,o=n.height;return r===0&&o===0},N2=function(t,n){var r=n.displayCheck,o=n.getShadowRoot;if(getComputedStyle(t).visibility==="hidden")return!0;var s=$o.call(t,"details>summary:first-of-type"),i=s?t.parentElement:t;if($o.call(i,"details:not([open]) *"))return!0;if(!r||r==="full"||r==="legacy-full"){if(typeof o=="function"){for(var c=t;t;){var a=t.parentElement,u=Is(t);if(a&&!a.shadowRoot&&o(a)===!0)return Hp(t);t.assignedSlot?t=t.assignedSlot:!a&&u!==t.ownerDocument?t=u.host:t=a}t=c}if(O2(t))return!t.getClientRects().length;if(r!=="legacy-full")return!0}else if(r==="non-zero-area")return Hp(t);return!1},C2=function(t){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(t.tagName))for(var n=t.parentElement;n;){if(n.tagName==="FIELDSET"&&n.disabled){for(var r=0;r<n.children.length;r++){var o=n.children.item(r);if(o.tagName==="LEGEND")return $o.call(n,"fieldset[disabled] *")?!0:!o.contains(t)}return!0}n=n.parentElement}return!1},I2=function(t,n){return!(n.disabled||Ms(n)||E2(n)||N2(n,t)||S2(n)||C2(n))},Wp=function(t,n){return!(T2(n)||Up(n)<0||!I2(t,n))},M2=function(t){var n=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(n)||n>=0)},k2=function e(t){var n=[],r=[];return t.forEach(function(o,s){var i=!!o.scopeParent,c=i?o.scopeParent:o,a=v2(c,i),u=i?e(o.candidates):c;a===0?i?n.push.apply(n,u):n.push(c):r.push({documentOrder:s,tabIndex:a,item:o,isScope:i,content:u})}),r.sort(x2).reduce(function(o,s){return s.isScope?o.push.apply(o,s.content):o.push(s.content),o},[]).concat(n)},Vp=function(t,n){n=n||{};var r;return n.getShadowRoot?r=w2([t],n.includeContainer,{filter:Wp.bind(null,n),flatten:!1,getShadowRoot:n.getShadowRoot,shadowRootFilter:M2}):r=y2(t,n.includeContainer,Wp.bind(null,n)),k2(r)};function Gp(e,t,n){let{reference:r,floating:o}=e;const s=sn(t),i=mc(t),c=hc(i),a=vn(t),u=s==="y",l=r.x+r.width/2-o.width/2,f=r.y+r.height/2-o.height/2,p=r[c]/2-o[c]/2;let d;switch(a){case"top":d={x:l,y:r.y-o.height};break;case"bottom":d={x:l,y:r.y+r.height};break;case"right":d={x:r.x+r.width,y:f};break;case"left":d={x:r.x-o.width,y:f};break;default:d={x:r.x,y:r.y}}switch(vr(t)){case"start":d[i]-=p*(n&&u?-1:1);break;case"end":d[i]+=p*(n&&u?-1:1);break}return d}const L2=async(e,t,n)=>{const{placement:r="bottom",strategy:o="absolute",middleware:s=[],platform:i}=n,c=s.filter(Boolean),a=await(i.isRTL==null?void 0:i.isRTL(t));let u=await i.getElementRects({reference:e,floating:t,strategy:o}),{x:l,y:f}=Gp(u,r,a),p=r,d={},h=0;for(let m=0;m<c.length;m++){const{name:x,fn:T}=c[m],{x:w,y:A,data:L,reset:B}=await T({x:l,y:f,initialPlacement:r,placement:p,strategy:o,middlewareData:d,rects:u,platform:i,elements:{reference:e,floating:t}});l=w??l,f=A??f,d={...d,[x]:{...d[x],...L}},B&&h<=50&&(h++,typeof B=="object"&&(B.placement&&(p=B.placement),B.rects&&(u=B.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:o}):B.rects),{x:l,y:f}=Gp(u,p,a)),m=-1)}return{x:l,y:f,placement:p,strategy:o,middlewareData:d}};async function ks(e,t){var n;t===void 0&&(t={});const{x:r,y:o,platform:s,rects:i,elements:c,strategy:a}=e,{boundary:u="clippingAncestors",rootBoundary:l="viewport",elementContext:f="floating",altBoundary:p=!1,padding:d=0}=Hn(t,e),h=Dp(d),x=c[p?f==="floating"?"reference":"floating":f],T=Cs(await s.getClippingRect({element:(n=await(s.isElement==null?void 0:s.isElement(x)))==null||n?x:x.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(c.floating)),boundary:u,rootBoundary:l,strategy:a})),w=f==="floating"?{x:r,y:o,width:i.floating.width,height:i.floating.height}:i.reference,A=await(s.getOffsetParent==null?void 0:s.getOffsetParent(c.floating)),L=await(s.isElement==null?void 0:s.isElement(A))?await(s.getScale==null?void 0:s.getScale(A))||{x:1,y:1}:{x:1,y:1},B=Cs(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:w,offsetParent:A,strategy:a}):w);return{top:(T.top-B.top+h.top)/L.y,bottom:(B.bottom-T.bottom+h.bottom)/L.y,left:(T.left-B.left+h.left)/L.x,right:(B.right-T.right+h.right)/L.x}}const B2=e=>({name:"arrow",options:e,async fn(t){const{x:n,y:r,placement:o,rects:s,platform:i,elements:c,middlewareData:a}=t,{element:u,padding:l=0}=Hn(e,t)||{};if(u==null)return{};const f=Dp(l),p={x:n,y:r},d=mc(o),h=hc(d),m=await i.getDimensions(u),x=d==="y",T=x?"top":"left",w=x?"bottom":"right",A=x?"clientHeight":"clientWidth",L=s.reference[h]+s.reference[d]-p[d]-s.floating[h],B=p[d]-s.reference[d],_=await(i.getOffsetParent==null?void 0:i.getOffsetParent(u));let D=_?_[A]:0;(!D||!await(i.isElement==null?void 0:i.isElement(_)))&&(D=c.floating[A]||s.floating[h]);const g=L/2-B/2,y=D/2-m[h]/2-1,$=on(f[T],y),I=on(f[w],y),O=$,P=D-m[h]-I,S=D/2-m[h]/2+g,E=pc(O,S,P),N=!a.arrow&&vr(o)!=null&&S!==E&&s.reference[h]/2-(S<O?$:I)-m[h]/2<0,C=N?S<O?S-O:S-P:0;return{[d]:p[d]+C,data:{[d]:E,centerOffset:S-E-C,...N&&{alignmentOffset:C}},reset:N}}}),F2=function(e){return e===void 0&&(e={}),{name:"flip",options:e,async fn(t){var n,r;const{placement:o,middlewareData:s,rects:i,initialPlacement:c,platform:a,elements:u}=t,{mainAxis:l=!0,crossAxis:f=!0,fallbackPlacements:p,fallbackStrategy:d="bestFit",fallbackAxisSideDirection:h="none",flipAlignment:m=!0,...x}=Hn(e,t);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const T=vn(o),w=sn(c),A=vn(c)===c,L=await(a.isRTL==null?void 0:a.isRTL(u.floating)),B=p||(A||!m?[Ns(c)]:l2(c)),_=h!=="none";!p&&_&&B.push(...h2(c,m,h,L));const D=[c,...B],g=await ks(t,x),y=[];let $=((r=s.flip)==null?void 0:r.overflows)||[];if(l&&y.push(g[T]),f){const S=u2(o,i,L);y.push(g[S[0]],g[S[1]])}if($=[...$,{placement:o,overflows:y}],!y.every(S=>S<=0)){var I,O;const S=(((I=s.flip)==null?void 0:I.index)||0)+1,E=D[S];if(E&&(!(f==="alignment"?w!==sn(E):!1)||$.every(b=>sn(b.placement)===w?b.overflows[0]>0:!0)))return{data:{index:S,overflows:$},reset:{placement:E}};let N=(O=$.filter(C=>C.overflows[0]<=0).sort((C,b)=>C.overflows[1]-b.overflows[1])[0])==null?void 0:O.placement;if(!N)switch(d){case"bestFit":{var P;const C=(P=$.filter(b=>{if(_){const k=sn(b.placement);return k===w||k==="y"}return!0}).map(b=>[b.placement,b.overflows.filter(k=>k>0).reduce((k,R)=>k+R,0)]).sort((b,k)=>b[1]-k[1])[0])==null?void 0:P[0];C&&(N=C);break}case"initialPlacement":N=c;break}if(o!==N)return{reset:{placement:N}}}return{}}}},R2=new Set(["left","top"]);async function D2(e,t){const{placement:n,platform:r,elements:o}=e,s=await(r.isRTL==null?void 0:r.isRTL(o.floating)),i=vn(n),c=vr(n),a=sn(n)==="y",u=R2.has(i)?-1:1,l=s&&a?-1:1,f=Hn(t,e);let{mainAxis:p,crossAxis:d,alignmentAxis:h}=typeof f=="number"?{mainAxis:f,crossAxis:0,alignmentAxis:null}:{mainAxis:f.mainAxis||0,crossAxis:f.crossAxis||0,alignmentAxis:f.alignmentAxis};return c&&typeof h=="number"&&(d=c==="end"?h*-1:h),a?{x:d*l,y:p*u}:{x:p*u,y:d*l}}const j2=function(e){return e===void 0&&(e=0),{name:"offset",options:e,async fn(t){var n,r;const{x:o,y:s,placement:i,middlewareData:c}=t,a=await D2(t,e);return i===((n=c.offset)==null?void 0:n.placement)&&(r=c.arrow)!=null&&r.alignmentOffset?{}:{x:o+a.x,y:s+a.y,data:{...a,placement:i}}}}},_2=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(t){const{x:n,y:r,placement:o}=t,{mainAxis:s=!0,crossAxis:i=!1,limiter:c={fn:x=>{let{x:T,y:w}=x;return{x:T,y:w}}},...a}=Hn(e,t),u={x:n,y:r},l=await ks(t,a),f=sn(vn(o)),p=Bp(f);let d=u[p],h=u[f];if(s){const x=p==="y"?"top":"left",T=p==="y"?"bottom":"right",w=d+l[x],A=d-l[T];d=pc(w,d,A)}if(i){const x=f==="y"?"top":"left",T=f==="y"?"bottom":"right",w=h+l[x],A=h-l[T];h=pc(w,h,A)}const m=c.fn({...t,[p]:d,[f]:h});return{...m,data:{x:m.x-n,y:m.y-r,enabled:{[p]:s,[f]:i}}}}}},U2=function(e){return e===void 0&&(e={}),{name:"size",options:e,async fn(t){var n,r;const{placement:o,rects:s,platform:i,elements:c}=t,{apply:a=()=>{},...u}=Hn(e,t),l=await ks(t,u),f=vn(o),p=vr(o),d=sn(o)==="y",{width:h,height:m}=s.floating;let x,T;f==="top"||f==="bottom"?(x=f,T=p===(await(i.isRTL==null?void 0:i.isRTL(c.floating))?"start":"end")?"left":"right"):(T=f,x=p==="end"?"top":"bottom");const w=m-l.top-l.bottom,A=h-l.left-l.right,L=on(m-l[x],w),B=on(h-l[T],A),_=!t.middlewareData.shift;let D=L,g=B;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(g=A),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(D=w),_&&!p){const $=Me(l.left,0),I=Me(l.right,0),O=Me(l.top,0),P=Me(l.bottom,0);d?g=h-2*($!==0||I!==0?$+I:Me(l.left,l.right)):D=m-2*(O!==0||P!==0?O+P:Me(l.top,l.bottom))}await a({...t,availableWidth:g,availableHeight:D});const y=await i.getDimensions(c.floating);return h!==y.width||m!==y.height?{reset:{rects:!0}}:{}}}};function qp(e){const t=at(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=Fe(e),s=o?e.offsetWidth:n,i=o?e.offsetHeight:r,c=Po(n)!==s||Po(r)!==i;return c&&(n=s,r=i),{width:n,height:r,$:c}}function yc(e){return ue(e)?e:e.contextElement}function xr(e){const t=yc(e);if(!Fe(t))return Bt(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=qp(t);let i=(s?Po(n.width):n.width)/r,c=(s?Po(n.height):n.height)/o;return(!i||!Number.isFinite(i))&&(i=1),(!c||!Number.isFinite(c))&&(c=1),{x:i,y:c}}const z2=Bt(0);function Zp(e){const t=He(e);return!As()||!t.visualViewport?z2:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function H2(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==He(e)?!1:t}function Wn(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),s=yc(e);let i=Bt(1);t&&(r?ue(r)&&(i=xr(r)):i=xr(e));const c=H2(s,n,r)?Zp(s):Bt(0);let a=(o.left+c.x)/i.x,u=(o.top+c.y)/i.y,l=o.width/i.x,f=o.height/i.y;if(s){const p=He(s),d=r&&ue(r)?He(r):r;let h=p,m=dc(h);for(;m&&r&&d!==h;){const x=xr(m),T=m.getBoundingClientRect(),w=at(m),A=T.left+(m.clientLeft+parseFloat(w.paddingLeft))*x.x,L=T.top+(m.clientTop+parseFloat(w.paddingTop))*x.y;a*=x.x,u*=x.y,l*=x.x,f*=x.y,a+=A,u+=L,h=He(m),m=dc(h)}}return Cs({width:l,height:f,x:a,y:u})}function Ls(e,t){const n=Ts(e).scrollLeft;return t?t.left+n:Wn(Lt(e)).left+n}function Kp(e,t){const n=e.getBoundingClientRect(),r=n.left+t.scrollLeft-Ls(e,n),o=n.top+t.scrollTop;return{x:r,y:o}}function W2(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const s=o==="fixed",i=Lt(r),c=t?$s(t.floating):!1;if(r===i||c&&s)return n;let a={scrollLeft:0,scrollTop:0},u=Bt(1);const l=Bt(0),f=Fe(r);if((f||!f&&!s)&&((wr(r)!=="body"||So(i))&&(a=Ts(r)),Fe(r))){const d=Wn(r);u=xr(r),l.x=d.x+r.clientLeft,l.y=d.y+r.clientTop}const p=i&&!f&&!s?Kp(i,a):Bt(0);return{width:n.width*u.x,height:n.height*u.y,x:n.x*u.x-a.scrollLeft*u.x+l.x+p.x,y:n.y*u.y-a.scrollTop*u.y+l.y+p.y}}function V2(e){return Array.from(e.getClientRects())}function G2(e){const t=Lt(e),n=Ts(e),r=e.ownerDocument.body,o=Me(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),s=Me(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let i=-n.scrollLeft+Ls(e);const c=-n.scrollTop;return at(r).direction==="rtl"&&(i+=Me(t.clientWidth,r.clientWidth)-o),{width:o,height:s,x:i,y:c}}const Yp=25;function q2(e,t){const n=He(e),r=Lt(e),o=n.visualViewport;let s=r.clientWidth,i=r.clientHeight,c=0,a=0;if(o){s=o.width,i=o.height;const l=As();(!l||l&&t==="fixed")&&(c=o.offsetLeft,a=o.offsetTop)}const u=Ls(r);if(u<=0){const l=r.ownerDocument,f=l.body,p=getComputedStyle(f),d=l.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,h=Math.abs(r.clientWidth-f.clientWidth-d);h<=Yp&&(s-=h)}else u<=Yp&&(s+=u);return{width:s,height:i,x:c,y:a}}const Z2=new Set(["absolute","fixed"]);function K2(e,t){const n=Wn(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,s=Fe(e)?xr(e):Bt(1),i=e.clientWidth*s.x,c=e.clientHeight*s.y,a=o*s.x,u=r*s.y;return{width:i,height:c,x:a,y:u}}function Xp(e,t,n){let r;if(t==="viewport")r=q2(e,n);else if(t==="document")r=G2(Lt(e));else if(ue(t))r=K2(t,n);else{const o=Zp(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Cs(r)}function Qp(e,t){const n=rn(e);return n===t||!ue(n)||nn(n)?!1:at(n).position==="fixed"||Qp(n,t)}function Y2(e,t){const n=t.get(e);if(n)return n;let r=wn(e,[],!1).filter(c=>ue(c)&&wr(c)!=="body"),o=null;const s=at(e).position==="fixed";let i=s?rn(e):e;for(;ue(i)&&!nn(i);){const c=at(i),a=fc(i);!a&&c.position==="fixed"&&(o=null),(s?!a&&!o:!a&&c.position==="static"&&!!o&&Z2.has(o.position)||So(i)&&!a&&Qp(e,i))?r=r.filter(l=>l!==i):o=c,i=rn(i)}return t.set(e,r),r}function X2(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const i=[...n==="clippingAncestors"?$s(t)?[]:Y2(t,this._c):[].concat(n),r],c=i[0],a=i.reduce((u,l)=>{const f=Xp(t,l,o);return u.top=Me(f.top,u.top),u.right=on(f.right,u.right),u.bottom=on(f.bottom,u.bottom),u.left=Me(f.left,u.left),u},Xp(t,c,o));return{width:a.right-a.left,height:a.bottom-a.top,x:a.left,y:a.top}}function Q2(e){const{width:t,height:n}=qp(e);return{width:t,height:n}}function J2(e,t,n){const r=Fe(t),o=Lt(t),s=n==="fixed",i=Wn(e,!0,s,t);let c={scrollLeft:0,scrollTop:0};const a=Bt(0);function u(){a.x=Ls(o)}if(r||!r&&!s)if((wr(t)!=="body"||So(o))&&(c=Ts(t)),r){const d=Wn(t,!0,s,t);a.x=d.x+t.clientLeft,a.y=d.y+t.clientTop}else o&&u();s&&!r&&o&&u();const l=o&&!r&&!s?Kp(o,c):Bt(0),f=i.left+c.scrollLeft-a.x-l.x,p=i.top+c.scrollTop-a.y-l.y;return{x:f,y:p,width:i.width,height:i.height}}function wc(e){return at(e).position==="static"}function Jp(e,t){if(!Fe(e)||at(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return Lt(e)===n&&(n=n.ownerDocument.body),n}function eh(e,t){const n=He(e);if($s(e))return n;if(!Fe(e)){let o=rn(e);for(;o&&!nn(o);){if(ue(o)&&!wc(o))return o;o=rn(o)}return n}let r=Jp(e,t);for(;r&&QE(r)&&wc(r);)r=Jp(r,t);return r&&nn(r)&&wc(r)&&!fc(r)?n:r||r2(e)||n}const e6=async function(e){const t=this.getOffsetParent||eh,n=this.getDimensions,r=await n(e.floating);return{reference:J2(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function t6(e){return at(e).direction==="rtl"}const n6={convertOffsetParentRelativeRectToViewportRelativeRect:W2,getDocumentElement:Lt,getClippingRect:X2,getOffsetParent:eh,getElementRects:e6,getClientRects:V2,getDimensions:Q2,getScale:xr,isElement:ue,isRTL:t6};function th(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function r6(e,t){let n=null,r;const o=Lt(e);function s(){var c;clearTimeout(r),(c=n)==null||c.disconnect(),n=null}function i(c,a){c===void 0&&(c=!1),a===void 0&&(a=1),s();const u=e.getBoundingClientRect(),{left:l,top:f,width:p,height:d}=u;if(c||t(),!p||!d)return;const h=Os(f),m=Os(o.clientWidth-(l+p)),x=Os(o.clientHeight-(f+d)),T=Os(l),A={rootMargin:-h+"px "+-m+"px "+-x+"px "+-T+"px",threshold:Me(0,on(1,a))||1};let L=!0;function B(_){const D=_[0].intersectionRatio;if(D!==a){if(!L)return i();D?i(!1,D):r=setTimeout(()=>{i(!1,1e-7)},1e3)}D===1&&!th(u,e.getBoundingClientRect())&&i(),L=!1}try{n=new IntersectionObserver(B,{...A,root:o.ownerDocument})}catch{n=new IntersectionObserver(B,A)}n.observe(e)}return i(!0),s}function nh(e,t,n,r){r===void 0&&(r={});const{ancestorScroll:o=!0,ancestorResize:s=!0,elementResize:i=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:a=!1}=r,u=yc(e),l=o||s?[...u?wn(u):[],...wn(t)]:[];l.forEach(T=>{o&&T.addEventListener("scroll",n,{passive:!0}),s&&T.addEventListener("resize",n)});const f=u&&c?r6(u,n):null;let p=-1,d=null;i&&(d=new ResizeObserver(T=>{let[w]=T;w&&w.target===u&&d&&(d.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var A;(A=d)==null||A.observe(t)})),n()}),u&&!a&&d.observe(u),d.observe(t));let h,m=a?Wn(e):null;a&&x();function x(){const T=Wn(e);m&&!th(m,T)&&n(),m=T,h=requestAnimationFrame(x)}return n(),()=>{var T;l.forEach(w=>{o&&w.removeEventListener("scroll",n),s&&w.removeEventListener("resize",n)}),f==null||f(),(T=d)==null||T.disconnect(),d=null,a&&cancelAnimationFrame(h)}}const vc=ks,o6=j2,s6=_2,i6=F2,a6=U2,rh=B2,c6=(e,t,n)=>{const r=new Map,o={platform:n6,...n},s={...o.platform,_c:r};return L2(e,t,{...o,platform:s})};var u6=typeof document<"u",l6=function(){},Bs=u6?v.useLayoutEffect:l6;function Fs(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e=="function"&&e.toString()===t.toString())return!0;let n,r,o;if(e&&t&&typeof e=="object"){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!Fs(e[r],t[r]))return!1;return!0}if(o=Object.keys(e),n=o.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,o[r]))return!1;for(r=n;r--!==0;){const s=o[r];if(!(s==="_owner"&&e.$$typeof)&&!Fs(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function oh(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function sh(e,t){const n=oh(e);return Math.round(t*n)/n}function xc(e){const t=z.useRef(e);return Bs(()=>{t.current=e}),t}function ih(e){e===void 0&&(e={});const{placement:t="bottom",strategy:n="absolute",middleware:r=[],platform:o,elements:{reference:s,floating:i}={},transform:c=!0,whileElementsMounted:a,open:u}=e,[l,f]=z.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[p,d]=z.useState(r);Fs(p,r)||d(r);const[h,m]=z.useState(null),[x,T]=z.useState(null),w=z.useCallback(b=>{b!==_.current&&(_.current=b,m(b))},[]),A=z.useCallback(b=>{b!==D.current&&(D.current=b,T(b))},[]),L=s||h,B=i||x,_=z.useRef(null),D=z.useRef(null),g=z.useRef(l),y=a!=null,$=xc(a),I=xc(o),O=xc(u),P=z.useCallback(()=>{if(!_.current||!D.current)return;const b={placement:t,strategy:n,middleware:p};I.current&&(b.platform=I.current),c6(_.current,D.current,b).then(k=>{const R={...k,isPositioned:O.current!==!1};S.current&&!Fs(g.current,R)&&(g.current=R,Or.flushSync(()=>{f(R)}))})},[p,t,n,I,O]);Bs(()=>{u===!1&&g.current.isPositioned&&(g.current.isPositioned=!1,f(b=>({...b,isPositioned:!1})))},[u]);const S=z.useRef(!1);Bs(()=>(S.current=!0,()=>{S.current=!1}),[]),Bs(()=>{if(L&&(_.current=L),B&&(D.current=B),L&&B){if($.current)return $.current(L,B,P);P()}},[L,B,P,$,y]);const E=z.useMemo(()=>({reference:_,floating:D,setReference:w,setFloating:A}),[w,A]),N=z.useMemo(()=>({reference:L,floating:B}),[L,B]),C=z.useMemo(()=>{const b={position:n,left:0,top:0};if(!N.floating)return b;const k=sh(N.floating,l.x),R=sh(N.floating,l.y);return c?{...b,transform:"translate("+k+"px, "+R+"px)",...oh(N.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:k,top:R}},[n,c,N.floating,l.x,l.y]);return z.useMemo(()=>({...l,update:P,refs:E,elements:N,floatingStyles:C}),[l,P,E,N,C])}const f6=e=>{function t(n){return{}.hasOwnProperty.call(n,"current")}return{name:"arrow",options:e,fn(n){const{element:r,padding:o}=typeof e=="function"?e(n):e;return r&&t(r)?r.current!=null?rh({element:r.current,padding:o}).fn(n):{}:r?rh({element:r,padding:o}).fn(n):{}}}},Ec=(e,t)=>({...o6(e),options:[e,t]}),ah=(e,t)=>({...s6(e),options:[e,t]}),ch=(e,t)=>({...i6(e),options:[e,t]}),d6=(e,t)=>({...a6(e),options:[e,t]}),p6=(e,t)=>({...f6(e),options:[e,t]}),uh={...z},h6=uh.useInsertionEffect||(e=>e());function lh(e){const t=z.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return h6(()=>{t.current=e}),z.useCallback(function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return t.current==null?void 0:t.current(...r)},[])}var Sc=typeof document<"u"?v.useLayoutEffect:v.useEffect;let fh=!1,m6=0;const dh=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+m6++;function g6(){const[e,t]=z.useState(()=>fh?dh():void 0);return Sc(()=>{e==null&&t(dh())},[]),z.useEffect(()=>{fh=!0},[]),e}const b6=uh.useId||g6;let Ao;process.env.NODE_ENV!=="production"&&(Ao=new Set);function y6(){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const o="Floating UI: "+n.join(" ");if(!((e=Ao)!=null&&e.has(o))){var s;(s=Ao)==null||s.add(o),console.warn(o)}}function w6(){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const o="Floating UI: "+n.join(" ");if(!((e=Ao)!=null&&e.has(o))){var s;(s=Ao)==null||s.add(o),console.error(o)}}function v6(){const e=new Map;return{emit(t,n){var r;(r=e.get(t))==null||r.forEach(o=>o(n))},on(t,n){e.set(t,[...e.get(t)||[],n])},off(t,n){var r;e.set(t,((r=e.get(t))==null?void 0:r.filter(o=>o!==n))||[])}}}const x6=z.createContext(null),E6=z.createContext(null),S6=()=>{var e;return((e=z.useContext(x6))==null?void 0:e.id)||null},P6=()=>z.useContext(E6),$6="data-floating-ui-focusable";function A6(e){const{open:t=!1,onOpenChange:n,elements:r}=e,o=b6(),s=z.useRef({}),[i]=z.useState(()=>v6()),c=S6()!=null;if(process.env.NODE_ENV!=="production"){const d=r.reference;d&&!ue(d)&&w6("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[a,u]=z.useState(r.reference),l=lh((d,h,m)=>{s.current.openEvent=d?h:void 0,i.emit("openchange",{open:d,event:h,reason:m,nested:c}),n==null||n(d,h,m)}),f=z.useMemo(()=>({setPositionReference:u}),[]),p=z.useMemo(()=>({reference:a||r.reference||null,floating:r.floating||null,domReference:r.reference}),[a,r.reference,r.floating]);return z.useMemo(()=>({dataRef:s,open:t,onOpenChange:l,elements:p,events:i,floatingId:o,refs:f}),[t,l,p,i,o,f])}function T6(e){e===void 0&&(e={});const{nodeId:t}=e,n=A6({...e,elements:{reference:null,floating:null,...e.elements}}),r=e.rootContext||n,o=r.elements,[s,i]=z.useState(null),[c,a]=z.useState(null),l=(o==null?void 0:o.domReference)||s,f=z.useRef(null),p=P6();Sc(()=>{l&&(f.current=l)},[l]);const d=ih({...e,elements:{...o,...c&&{reference:c}}}),h=z.useCallback(A=>{const L=ue(A)?{getBoundingClientRect:()=>A.getBoundingClientRect(),contextElement:A}:A;a(L),d.refs.setReference(L)},[d.refs]),m=z.useCallback(A=>{(ue(A)||A===null)&&(f.current=A,i(A)),(ue(d.refs.reference.current)||d.refs.reference.current===null||A!==null&&!ue(A))&&d.refs.setReference(A)},[d.refs]),x=z.useMemo(()=>({...d.refs,setReference:m,setPositionReference:h,domReference:f}),[d.refs,m,h]),T=z.useMemo(()=>({...d.elements,domReference:l}),[d.elements,l]),w=z.useMemo(()=>({...d,...r,refs:x,elements:T,nodeId:t}),[d,x,T,t,r]);return Sc(()=>{r.dataRef.current.floatingContext=w;const A=p==null?void 0:p.nodesRef.current.find(L=>L.id===t);A&&(A.context=w)}),z.useMemo(()=>({...d,context:w,refs:x,elements:T}),[d,x,T,w])}const ph="active",hh="selected";function Pc(e,t,n){const r=new Map,o=n==="item";let s=e;if(o&&e){const{[ph]:i,[hh]:c,...a}=e;s=a}return{...n==="floating"&&{tabIndex:-1,[$6]:""},...s,...t.map(i=>{const c=i?i[n]:null;return typeof c=="function"?e?c(e):null:c}).concat(e).reduce((i,c)=>(c&&Object.entries(c).forEach(a=>{let[u,l]=a;if(!(o&&[ph,hh].includes(u)))if(u.indexOf("on")===0){if(r.has(u)||r.set(u,[]),typeof l=="function"){var f;(f=r.get(u))==null||f.push(l),i[u]=function(){for(var p,d=arguments.length,h=new Array(d),m=0;m<d;m++)h[m]=arguments[m];return(p=r.get(u))==null?void 0:p.map(x=>x(...h)).find(x=>x!==void 0)}}}else i[u]=l}),i),{})}}function O6(e){e===void 0&&(e=[]);const t=e.map(c=>c==null?void 0:c.reference),n=e.map(c=>c==null?void 0:c.floating),r=e.map(c=>c==null?void 0:c.item),o=z.useCallback(c=>Pc(c,e,"reference"),t),s=z.useCallback(c=>Pc(c,e,"floating"),n),i=z.useCallback(c=>Pc(c,e,"item"),r);return z.useMemo(()=>({getReferenceProps:o,getFloatingProps:s,getItemProps:i}),[o,s,i])}function mh(e,t){return{...e,rects:{...e.rects,floating:{...e.rects.floating,height:t}}}}const N6=e=>({name:"inner",options:e,async fn(t){const{listRef:n,overflowRef:r,onFallbackChange:o,offset:s=0,index:i=0,minItemsVisible:c=4,referenceOverflowThreshold:a=0,scrollRef:u,...l}=Hn(e,t),{rects:f,elements:{floating:p}}=t,d=n.current[i],h=(u==null?void 0:u.current)||p,m=p.clientTop||h.clientTop,x=p.clientTop!==0,T=h.clientTop!==0,w=p===h;if(process.env.NODE_ENV!=="production"&&(t.placement.startsWith("bottom")||y6('`placement` side must be "bottom" when using the `inner`',"middleware.")),!d)return{};const A={...t,...await Ec(-d.offsetTop-p.clientTop-f.reference.height/2-d.offsetHeight/2-s).fn(t)},L=await vc(mh(A,h.scrollHeight+m+p.clientTop),l),B=await vc(A,{...l,elementContext:"reference"}),_=Me(0,L.top),D=A.y+_,$=(h.scrollHeight>h.clientHeight?I=>I:Po)(Me(0,h.scrollHeight+(x&&w||T?m*2:0)-_-Me(0,L.bottom)));if(h.style.maxHeight=$+"px",h.scrollTop=_,o){const I=h.offsetHeight<d.offsetHeight*on(c,n.current.length)-1||B.top>=-a||B.bottom>=-a;Or.flushSync(()=>o(I))}return r&&(r.current=await vc(mh({...A,y:D},h.offsetHeight+m+p.clientTop),l)),{y:D}}});function C6(e,t){const{open:n,elements:r}=e,{enabled:o=!0,overflowRef:s,scrollRef:i,onChange:c}=t,a=lh(c),u=z.useRef(!1),l=z.useRef(null),f=z.useRef(null);z.useEffect(()=>{if(!o)return;function d(m){if(m.ctrlKey||!h||s.current==null)return;const x=m.deltaY,T=s.current.top>=-.5,w=s.current.bottom>=-.5,A=h.scrollHeight-h.clientHeight,L=x<0?-1:1,B=x<0?"max":"min";h.scrollHeight<=h.clientHeight||(!T&&x>0||!w&&x<0?(m.preventDefault(),Or.flushSync(()=>{a(_=>_+Math[B](x,A*L))})):/firefox/i.test(s2())&&(h.scrollTop+=x))}const h=(i==null?void 0:i.current)||r.floating;if(n&&h)return h.addEventListener("wheel",d),requestAnimationFrame(()=>{l.current=h.scrollTop,s.current!=null&&(f.current={...s.current})}),()=>{l.current=null,f.current=null,h.removeEventListener("wheel",d)}},[o,n,r.floating,s,i,a]);const p=z.useMemo(()=>({onKeyDown(){u.current=!0},onWheel(){u.current=!1},onPointerMove(){u.current=!1},onScroll(){const d=(i==null?void 0:i.current)||r.floating;if(!(!s.current||!d||!u.current)){if(l.current!==null){const h=d.scrollTop-l.current;(s.current.bottom<-.5&&h<-1||s.current.top<-.5&&h>1)&&Or.flushSync(()=>a(m=>m+h))}requestAnimationFrame(()=>{l.current=d.scrollTop})}}}),[r.floating,a,s,i]);return z.useMemo(()=>o?{floating:p}:{},[o,p])}let Er=v.createContext({styles:void 0,setReference:()=>{},setFloating:()=>{},getReferenceProps:()=>({}),getFloatingProps:()=>({}),slot:{}});Er.displayName="FloatingContext";let $c=v.createContext(null);$c.displayName="PlacementContext";function I6(e){return v.useMemo(()=>e?typeof e=="string"?{to:e}:e:null,[e])}function M6(){return v.useContext(Er).setReference}function k6(){return v.useContext(Er).getReferenceProps}function L6(){let{getFloatingProps:e,slot:t}=v.useContext(Er);return v.useCallback((...n)=>Object.assign({},e(...n),{"data-anchor":t.anchor}),[e,t])}function B6(e=null){e===!1&&(e=null),typeof e=="string"&&(e={to:e});let t=v.useContext($c),n=v.useMemo(()=>e,[JSON.stringify(e,(o,s)=>{var i;return(i=s==null?void 0:s.outerHTML)!=null?i:s})]);be(()=>{t==null||t(n??null)},[t,n]);let r=v.useContext(Er);return v.useMemo(()=>[r.setFloating,e?r.styles:{}],[r.setFloating,e,r.styles])}let gh=4;function F6({children:e,enabled:t=!0}){let[n,r]=v.useState(null),[o,s]=v.useState(0),i=v.useRef(null),[c,a]=v.useState(null);R6(c);let u=t&&n!==null&&c!==null,{to:l="bottom",gap:f=0,offset:p=0,padding:d=0,inner:h}=D6(n,c),[m,x="center"]=l.split(" ");be(()=>{u&&s(0)},[u]);let{refs:T,floatingStyles:w,context:A}=T6({open:u,placement:m==="selection"?x==="center"?"bottom":`bottom-${x}`:x==="center"?`${m}`:`${m}-${x}`,strategy:"absolute",transform:!1,middleware:[Ec({mainAxis:m==="selection"?0:f,crossAxis:p}),ah({padding:d}),m!=="selection"&&ch({padding:d}),m==="selection"&&h?N6({...h,padding:d,overflowRef:i,offset:o,minItemsVisible:gh,referenceOverflowThreshold:d,onFallbackChange(I){var O,P;if(!I)return;let S=A.elements.floating;if(!S)return;let E=parseFloat(getComputedStyle(S).scrollPaddingBottom)||0,N=Math.min(gh,S.childElementCount),C=0,b=0;for(let k of(P=(O=A.elements.floating)==null?void 0:O.childNodes)!=null?P:[])if(tn(k)){let R=k.offsetTop,j=R+k.clientHeight+E,U=S.scrollTop,W=U+S.clientHeight;if(R>=U&&j<=W)N--;else{b=Math.max(0,Math.min(j,W)-Math.max(R,U)),C=k.clientHeight;break}}N>=1&&s(k=>{let R=C*N-b+E;return k>=R?k:R})}}):null,d6({padding:d,apply({availableWidth:I,availableHeight:O,elements:P}){Object.assign(P.floating.style,{overflow:"auto",maxWidth:`${I}px`,maxHeight:`min(var(--anchor-max-height, 100vh), ${O}px)`})}})].filter(Boolean),whileElementsMounted:nh}),[L=m,B=x]=A.placement.split("-");m==="selection"&&(L="selection");let _=v.useMemo(()=>({anchor:[L,B].filter(Boolean).join(" ")}),[L,B]),D=C6(A,{overflowRef:i,onChange:s}),{getReferenceProps:g,getFloatingProps:y}=O6([D]),$=ae(I=>{a(I),T.setFloating(I)});return z.createElement($c.Provider,{value:r},z.createElement(Er.Provider,{value:{setFloating:$,setReference:T.setReference,styles:w,getReferenceProps:g,getFloatingProps:y,slot:_}},e))}function R6(e){be(()=>{if(!e)return;let t=new MutationObserver(()=>{let n=window.getComputedStyle(e).maxHeight,r=parseFloat(n);if(isNaN(r))return;let o=parseInt(n);isNaN(o)||r!==o&&(e.style.maxHeight=`${Math.ceil(r)}px`)});return t.observe(e,{attributes:!0,attributeFilter:["style"]}),()=>{t.disconnect()}},[e])}function D6(e,t){var n,r,o;let s=Ac((n=e==null?void 0:e.gap)!=null?n:"var(--anchor-gap, 0)",t),i=Ac((r=e==null?void 0:e.offset)!=null?r:"var(--anchor-offset, 0)",t),c=Ac((o=e==null?void 0:e.padding)!=null?o:"var(--anchor-padding, 0)",t);return{...e,gap:s,offset:i,padding:c}}function Ac(e,t,n=void 0){let r=gr(),o=ae((a,u)=>{if(a==null)return[n,null];if(typeof a=="number")return[a,null];if(typeof a=="string"){if(!u)return[n,null];let l=yh(a,u);return[l,f=>{let p=bh(a);{let d=p.map(h=>window.getComputedStyle(u).getPropertyValue(h));r.requestAnimationFrame(function h(){r.nextFrame(h);let m=!1;for(let[T,w]of p.entries()){let A=window.getComputedStyle(u).getPropertyValue(w);if(d[T]!==A){d[T]=A,m=!0;break}}if(!m)return;let x=yh(a,u);l!==x&&(f(x),l=x)})}return r.dispose}]}return[n,null]}),s=v.useMemo(()=>o(e,t)[0],[e,t]),[i=s,c]=v.useState();return be(()=>{let[a,u]=o(e,t);if(c(a),!!u)return u(c)},[e,t]),i}function bh(e){let t=/var\((.*)\)/.exec(e);if(t){let n=t[1].indexOf(",");if(n===-1)return[t[1]];let r=t[1].slice(0,n).trim(),o=t[1].slice(n+1).trim();return o?[r,...bh(o)]:[r]}return[]}function yh(e,t){let n=document.createElement("div");t.appendChild(n),n.style.setProperty("margin-top","0px","important"),n.style.setProperty("margin-top",e,"important");let r=parseFloat(window.getComputedStyle(n).marginTop)||0;return t.removeChild(n),r}function j6(e,t){let[n,r]=v.useState(t);return!e&&n!==t&&r(t),e?n:t}let Tc=v.createContext(null);Tc.displayName="OpenClosedContext";var St=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))(St||{});function Oc(){return v.useContext(Tc)}function wh({value:e,children:t}){return v.createElement(Tc.Provider,{value:e},t)}function _6(e){throw new Error("Unexpected object: "+e)}var we=(e=>(e[e.First=0]="First",e[e.Previous=1]="Previous",e[e.Next=2]="Next",e[e.Last=3]="Last",e[e.Specific=4]="Specific",e[e.Nothing=5]="Nothing",e))(we||{});function Rs(e,t){let n=t.resolveItems();if(n.length<=0)return null;let r=t.resolveActiveIndex(),o=r??-1;switch(e.focus){case 0:{for(let s=0;s<n.length;++s)if(!t.resolveDisabled(n[s],s,n))return s;return r}case 1:{o===-1&&(o=n.length);for(let s=o-1;s>=0;--s)if(!t.resolveDisabled(n[s],s,n))return s;return r}case 2:{for(let s=o+1;s<n.length;++s)if(!t.resolveDisabled(n[s],s,n))return s;return r}case 3:{for(let s=n.length-1;s>=0;--s)if(!t.resolveDisabled(n[s],s,n))return s;return r}case 4:{for(let s=0;s<n.length;++s)if(t.resolveId(n[s],s,n)===e.id)return s;return r}case 5:return null;default:_6(e)}}var vh=(e=>(e[e.Left=0]="Left",e[e.Right=2]="Right",e))(vh||{});function xh(e){let t=ae(e),n=v.useRef(!1);v.useEffect(()=>(n.current=!1,()=>{n.current=!0,Zd(()=>{n.current&&t()})}),[t])}function U6(){let e=typeof document>"u";return"useSyncExternalStore"in z?(t=>t.useSyncExternalStore)(z)(()=>()=>{},()=>!1,()=>!e):!1}function Nc(){let e=U6(),[t,n]=z.useState(Mt.isHandoffComplete);return t&&Mt.isHandoffComplete===!1&&n(!1),z.useEffect(()=>{t!==!0&&n(!0)},[t]),z.useEffect(()=>Mt.handoff(),[]),e?!1:t}let z6=v.createContext(!1);function H6(){return v.useContext(z6)}function W6(e){let t=H6(),n=v.useContext(Sh),[r,o]=v.useState(()=>{var s;if(!t&&n!==null)return(s=n.current)!=null?s:null;if(Mt.isServer)return null;let i=e==null?void 0:e.getElementById("headlessui-portal-root");if(i)return i;if(e===null)return null;let c=e.createElement("div");return c.setAttribute("id","headlessui-portal-root"),e.body.appendChild(c)});return v.useEffect(()=>{r!==null&&(e!=null&&e.body.contains(r)||e==null||e.body.appendChild(r))},[r,e]),v.useEffect(()=>{t||n!==null&&o(n.current)},[n,o,t]),r}let Eh=v.Fragment,V6=ze(function(e,t){let{ownerDocument:n=null,...r}=e,o=v.useRef(null),s=ot(qx(d=>{o.current=d}),t),i=cc(o),c=n??i,a=W6(c),[u]=v.useState(()=>{var d;return Mt.isServer?null:(d=c==null?void 0:c.createElement("div"))!=null?d:null}),l=v.useContext(K6),f=Nc();be(()=>{!a||!u||a.contains(u)||(u.setAttribute("data-headlessui-portal",""),a.appendChild(u))},[a,u]),be(()=>{if(u&&l)return l.register(u)},[l,u]),xh(()=>{var d;!a||!u||(Ka(u)&&a.contains(u)&&a.removeChild(u),a.childNodes.length<=0&&((d=a.parentElement)==null||d.removeChild(a)))});let p=Ke();return f?!a||!u?null:ke.createPortal(p({ourProps:{ref:s},theirProps:r,slot:{},defaultTag:Eh,name:"Portal"}),u):null});function G6(e,t){let n=ot(t),{enabled:r=!0,ownerDocument:o,...s}=e,i=Ke();return r?v.createElement(V6,{...s,ownerDocument:o,ref:n}):i({ourProps:{ref:n},theirProps:s,slot:{},defaultTag:Eh,name:"Portal"})}let q6=v.Fragment,Sh=v.createContext(null);function Z6(e,t){let{target:n,...r}=e,o={ref:ot(t)},s=Ke();return v.createElement(Sh.Provider,{value:n},s({ourProps:o,theirProps:r,defaultTag:q6,name:"Popover.Group"}))}let K6=v.createContext(null),Y6=ze(G6),X6=ze(Z6),Q6=Object.assign(Y6,{Group:X6});function J6(){let e=v.useRef(!1);return be(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function Ph(e){var t;return!!(e.enter||e.enterFrom||e.enterTo||e.leave||e.leaveFrom||e.leaveTo)||((t=e.as)!=null?t:Ah)!==v.Fragment||v.Children.count(e.children)===1}let Ds=v.createContext(null);Ds.displayName="TransitionContext";var e5=(e=>(e.Visible="visible",e.Hidden="hidden",e))(e5||{});function t5(){let e=v.useContext(Ds);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}function n5(){let e=v.useContext(js);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}let js=v.createContext(null);js.displayName="NestingContext";function _s(e){return"children"in e?_s(e.children):e.current.filter(({el:t})=>t.current!==null).filter(({state:t})=>t==="visible").length>0}function $h(e,t){let n=Un(e),r=v.useRef([]),o=J6(),s=gr(),i=ae((d,h=bn.Hidden)=>{let m=r.current.findIndex(({el:x})=>x===d);m!==-1&&(rt(h,{[bn.Unmount](){r.current.splice(m,1)},[bn.Hidden](){r.current[m].state="hidden"}}),s.microTask(()=>{var x;!_s(r)&&o.current&&((x=n.current)==null||x.call(n))}))}),c=ae(d=>{let h=r.current.find(({el:m})=>m===d);return h?h.state!=="visible"&&(h.state="visible"):r.current.push({el:d,state:"visible"}),()=>i(d,bn.Unmount)}),a=v.useRef([]),u=v.useRef(Promise.resolve()),l=v.useRef({enter:[],leave:[]}),f=ae((d,h,m)=>{a.current.splice(0),t&&(t.chains.current[h]=t.chains.current[h].filter(([x])=>x!==d)),t==null||t.chains.current[h].push([d,new Promise(x=>{a.current.push(x)})]),t==null||t.chains.current[h].push([d,new Promise(x=>{Promise.all(l.current[h].map(([T,w])=>w)).then(()=>x())})]),h==="enter"?u.current=u.current.then(()=>t==null?void 0:t.wait.current).then(()=>m(h)):m(h)}),p=ae((d,h,m)=>{Promise.all(l.current[h].splice(0).map(([x,T])=>T)).then(()=>{var x;(x=a.current.shift())==null||x()}).then(()=>m(h))});return v.useMemo(()=>({children:r,register:c,unregister:i,onStart:f,onStop:p,wait:u,chains:l}),[c,i,r,f,p,l,u])}let Ah=v.Fragment,Th=ws.RenderStrategy;function r5(e,t){var n,r;let{transition:o=!0,beforeEnter:s,afterEnter:i,beforeLeave:c,afterLeave:a,enter:u,enterFrom:l,enterTo:f,entered:p,leave:d,leaveFrom:h,leaveTo:m,...x}=e,[T,w]=v.useState(null),A=v.useRef(null),L=Ph(e),B=ot(...L?[A,t,w]:t===null?[]:[t]),_=(n=x.unmount)==null||n?bn.Unmount:bn.Hidden,{show:D,appear:g,initial:y}=t5(),[$,I]=v.useState(D?"visible":"hidden"),O=n5(),{register:P,unregister:S}=O;be(()=>P(A),[P,A]),be(()=>{if(_===bn.Hidden&&A.current){if(D&&$!=="visible"){I("visible");return}return rt($,{hidden:()=>S(A),visible:()=>P(A)})}},[$,A,P,S,D,_]);let E=Nc();be(()=>{if(L&&E&&$==="visible"&&A.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[A,$,E,L]);let N=y&&!g,C=g&&D&&y,b=v.useRef(!1),k=$h(()=>{b.current||(I("hidden"),S(A))},O),R=ae(V=>{b.current=!0;let Y=V?"enter":"leave";k.onStart(A,Y,Q=>{Q==="enter"?s==null||s():Q==="leave"&&(c==null||c())})}),j=ae(V=>{let Y=V?"enter":"leave";b.current=!1,k.onStop(A,Y,Q=>{Q==="enter"?i==null||i():Q==="leave"&&(a==null||a())}),Y==="leave"&&!_s(k)&&(I("hidden"),S(A))});v.useEffect(()=>{L&&o||(R(D),j(D))},[D,L,o]);let U=!(!o||!L||!E||N),[,W]=kp(U,T,D,{start:R,end:j}),K=yn({ref:B,className:((r=Ga(x.className,C&&u,C&&l,W.enter&&u,W.enter&&W.closed&&l,W.enter&&!W.closed&&f,W.leave&&d,W.leave&&!W.closed&&h,W.leave&&W.closed&&m,!W.transition&&D&&p))==null?void 0:r.trim())||void 0,...Mp(W)}),G=0;$==="visible"&&(G|=St.Open),$==="hidden"&&(G|=St.Closed),D&&$==="hidden"&&(G|=St.Opening),!D&&$==="visible"&&(G|=St.Closing);let H=Ke();return v.createElement(js.Provider,{value:k},v.createElement(wh,{value:G},H({ourProps:K,theirProps:x,defaultTag:Ah,features:Th,visible:$==="visible",name:"Transition.Child"})))}function o5(e,t){let{show:n,appear:r=!1,unmount:o=!0,...s}=e,i=v.useRef(null),c=Ph(e),a=ot(...c?[i,t]:t===null?[]:[t]);Nc();let u=Oc();if(n===void 0&&u!==null&&(n=(u&St.Open)===St.Open),n===void 0)throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[l,f]=v.useState(n?"visible":"hidden"),p=$h(()=>{n||f("hidden")}),[d,h]=v.useState(!0),m=v.useRef([n]);be(()=>{d!==!1&&m.current[m.current.length-1]!==n&&(m.current.push(n),h(!1))},[m,n]);let x=v.useMemo(()=>({show:n,appear:r,initial:d}),[n,r,d]);be(()=>{n?f("visible"):!_s(p)&&i.current!==null&&f("hidden")},[n,p]);let T={unmount:o},w=ae(()=>{var B;d&&h(!1),(B=e.beforeEnter)==null||B.call(e)}),A=ae(()=>{var B;d&&h(!1),(B=e.beforeLeave)==null||B.call(e)}),L=Ke();return v.createElement(js.Provider,{value:p},v.createElement(Ds.Provider,{value:x},L({ourProps:{...T,as:v.Fragment,children:v.createElement(Oh,{ref:a,...T,...s,beforeEnter:w,beforeLeave:A})},theirProps:{},defaultTag:v.Fragment,features:Th,visible:l==="visible",name:"Transition"})))}function s5(e,t){let n=v.useContext(Ds)!==null,r=Oc()!==null;return v.createElement(v.Fragment,null,!n&&r?v.createElement(Cc,{ref:t,...e}):v.createElement(Oh,{ref:t,...e}))}let Cc=ze(o5),Oh=ze(r5),i5=ze(s5),Ic=Object.assign(Cc,{Child:i5,Root:Cc});function a5(e,t){let n=v.useRef({left:0,top:0});if(be(()=>{if(!t)return;let o=t.getBoundingClientRect();o&&(n.current=o)},[e,t]),t==null||!e||t===document.activeElement)return!1;let r=t.getBoundingClientRect();return r.top!==n.current.top||r.left!==n.current.left}let Nh=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;function Ch(e){var t,n;let r=(t=e.innerText)!=null?t:"",o=e.cloneNode(!0);if(!tn(o))return r;let s=!1;for(let c of o.querySelectorAll('[hidden],[aria-hidden],[role="img"]'))c.remove(),s=!0;let i=s?(n=o.innerText)!=null?n:"":r;return Nh.test(i)&&(i=i.replace(Nh,"")),i}function c5(e){let t=e.getAttribute("aria-label");if(typeof t=="string")return t.trim();let n=e.getAttribute("aria-labelledby");if(n){let r=n.split(" ").map(o=>{let s=document.getElementById(o);if(s){let i=s.getAttribute("aria-label");return typeof i=="string"?i.trim():Ch(s).trim()}return null}).filter(Boolean);if(r.length>0)return r.join(", ")}return Ch(e).trim()}function u5(e){let t=v.useRef(""),n=v.useRef("");return ae(()=>{let r=e.current;if(!r)return"";let o=r.innerText;if(t.current===o)return n.current;let s=c5(r).trim().toLowerCase();return t.current=o,n.current=s,s})}var l5=Object.defineProperty,f5=(e,t,n)=>t in e?l5(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Ih=(e,t,n)=>(f5(e,typeof t!="symbol"?t+"":t,n),n),Ce=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(Ce||{}),Ft=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(Ft||{}),Us=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(Us||{}),Mh=(e=>(e[e.OpenListbox=0]="OpenListbox",e[e.CloseListbox=1]="CloseListbox",e[e.GoToOption=2]="GoToOption",e[e.Search=3]="Search",e[e.ClearSearch=4]="ClearSearch",e[e.RegisterOptions=5]="RegisterOptions",e[e.UnregisterOptions=6]="UnregisterOptions",e[e.SetButtonElement=7]="SetButtonElement",e[e.SetOptionsElement=8]="SetOptionsElement",e[e.SortOptions=9]="SortOptions",e))(Mh||{});function kh(e,t=n=>n){let n=e.activeOptionIndex!==null?e.options[e.activeOptionIndex]:null,r=Pp(t(e.options.slice()),s=>s.dataRef.current.domRef.current),o=n?r.indexOf(n):null;return o===-1&&(o=null),{options:r,activeOptionIndex:o}}let d5={1(e){return e.dataRef.current.disabled||e.listboxState===1?e:{...e,activeOptionIndex:null,pendingFocus:{focus:we.Nothing},listboxState:1,__demoMode:!1}},0(e,t){if(e.dataRef.current.disabled||e.listboxState===0)return e;let n=e.activeOptionIndex,{isSelected:r}=e.dataRef.current,o=e.options.findIndex(s=>r(s.dataRef.current.value));return o!==-1&&(n=o),{...e,pendingFocus:t.focus,listboxState:0,activeOptionIndex:n,__demoMode:!1}},2(e,t){var n,r,o,s,i;if(e.dataRef.current.disabled||e.listboxState===1)return e;let c={...e,searchQuery:"",activationTrigger:(n=t.trigger)!=null?n:1,__demoMode:!1};if(t.focus===we.Nothing)return{...c,activeOptionIndex:null};if(t.focus===we.Specific)return{...c,activeOptionIndex:e.options.findIndex(l=>l.id===t.id)};if(t.focus===we.Previous){let l=e.activeOptionIndex;if(l!==null){let f=e.options[l].dataRef.current.domRef,p=Rs(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:d=>d.id,resolveDisabled:d=>d.dataRef.current.disabled});if(p!==null){let d=e.options[p].dataRef.current.domRef;if(((r=f.current)==null?void 0:r.previousElementSibling)===d.current||((o=d.current)==null?void 0:o.previousElementSibling)===null)return{...c,activeOptionIndex:p}}}}else if(t.focus===we.Next){let l=e.activeOptionIndex;if(l!==null){let f=e.options[l].dataRef.current.domRef,p=Rs(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:d=>d.id,resolveDisabled:d=>d.dataRef.current.disabled});if(p!==null){let d=e.options[p].dataRef.current.domRef;if(((s=f.current)==null?void 0:s.nextElementSibling)===d.current||((i=d.current)==null?void 0:i.nextElementSibling)===null)return{...c,activeOptionIndex:p}}}}let a=kh(e),u=Rs(t,{resolveItems:()=>a.options,resolveActiveIndex:()=>a.activeOptionIndex,resolveId:l=>l.id,resolveDisabled:l=>l.dataRef.current.disabled});return{...c,...a,activeOptionIndex:u}},3:(e,t)=>{if(e.dataRef.current.disabled||e.listboxState===1)return e;let n=e.searchQuery!==""?0:1,r=e.searchQuery+t.value.toLowerCase(),o=(e.activeOptionIndex!==null?e.options.slice(e.activeOptionIndex+n).concat(e.options.slice(0,e.activeOptionIndex+n)):e.options).find(i=>{var c;return!i.dataRef.current.disabled&&((c=i.dataRef.current.textValue)==null?void 0:c.startsWith(r))}),s=o?e.options.indexOf(o):-1;return s===-1||s===e.activeOptionIndex?{...e,searchQuery:r}:{...e,searchQuery:r,activeOptionIndex:s,activationTrigger:1}},4(e){return e.dataRef.current.disabled||e.listboxState===1||e.searchQuery===""?e:{...e,searchQuery:""}},5:(e,t)=>{let n=e.options.concat(t.options),r=e.activeOptionIndex;if(e.pendingFocus.focus!==we.Nothing&&(r=Rs(e.pendingFocus,{resolveItems:()=>n,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:o=>o.id,resolveDisabled:o=>o.dataRef.current.disabled})),e.activeOptionIndex===null){let{isSelected:o}=e.dataRef.current;if(o){let s=n.findIndex(i=>o==null?void 0:o(i.dataRef.current.value));s!==-1&&(r=s)}}return{...e,options:n,activeOptionIndex:r,pendingFocus:{focus:we.Nothing},pendingShouldSort:!0}},6:(e,t)=>{let n=e.options,r=[],o=new Set(t.options);for(let[s,i]of n.entries())if(o.has(i.id)&&(r.push(s),o.delete(i.id),o.size===0))break;if(r.length>0){n=n.slice();for(let s of r.reverse())n.splice(s,1)}return{...e,options:n,activationTrigger:1}},7:(e,t)=>e.buttonElement===t.element?e:{...e,buttonElement:t.element},8:(e,t)=>e.optionsElement===t.element?e:{...e,optionsElement:t.element},9:e=>e.pendingShouldSort?{...e,...kh(e),pendingShouldSort:!1}:e};class Mc extends dp{constructor(t){super(t),Ih(this,"actions",{onChange:n=>{let{onChange:r,compare:o,mode:s,value:i}=this.state.dataRef.current;return rt(s,{0:()=>r==null?void 0:r(n),1:()=>{let c=i.slice(),a=c.findIndex(u=>o(u,n));return a===-1?c.push(n):c.splice(a,1),r==null?void 0:r(c)}})},registerOption:Ja(()=>{let n=[],r=new Set;return[(o,s)=>{r.has(s)||(r.add(s),n.push({id:o,dataRef:s}))},()=>(r.clear(),this.send({type:5,options:n.splice(0)}))]}),unregisterOption:Ja(()=>{let n=[];return[r=>n.push(r),()=>{this.send({type:6,options:n.splice(0)})}]}),goToOption:Ja(()=>{let n=null;return[(r,o)=>{n={type:2,...r,trigger:o}},()=>n&&this.send(n)]}),closeListbox:()=>{this.send({type:1})},openListbox:n=>{this.send({type:0,focus:n})},selectActiveOption:()=>{if(this.state.activeOptionIndex!==null){let{dataRef:n,id:r}=this.state.options[this.state.activeOptionIndex];this.actions.onChange(n.current.value),this.send({type:2,focus:we.Specific,id:r})}},selectOption:n=>{let r=this.state.options.find(o=>o.id===n);r&&this.actions.onChange(r.dataRef.current.value)},search:n=>{this.send({type:3,value:n})},clearSearch:()=>{this.send({type:4})},setButtonElement:n=>{this.send({type:7,element:n})},setOptionsElement:n=>{this.send({type:8,element:n})}}),Ih(this,"selectors",{activeDescendantId(n){var r;let o=n.activeOptionIndex,s=n.options;return o===null||(r=s[o])==null?void 0:r.id},isActive(n,r){var o;let s=n.activeOptionIndex,i=n.options;return s!==null?((o=i[s])==null?void 0:o.id)===r:!1},shouldScrollIntoView(n,r){return n.__demoMode||n.listboxState!==0||n.activationTrigger===0?!1:this.isActive(n,r)}}),this.on(5,()=>{requestAnimationFrame(()=>{this.send({type:9})})});{let n=this.state.id,r=ec.get(null);this.disposables.add(r.on(gp.Push,o=>{!r.selectors.isTop(o,n)&&this.state.listboxState===0&&this.actions.closeListbox()})),this.on(0,()=>r.actions.push(n)),this.on(1,()=>r.actions.pop(n))}}static new({id:t,__demoMode:n=!1}){return new Mc({id:t,dataRef:{current:{}},listboxState:n?0:1,options:[],searchQuery:"",activeOptionIndex:null,activationTrigger:1,buttonElement:null,optionsElement:null,pendingShouldSort:!1,pendingFocus:{focus:we.Nothing},__demoMode:n})}reduce(t,n){return rt(n.type,d5,t,n)}}const Lh=v.createContext(null);function kc(e){let t=v.useContext(Lh);if(t===null){let n=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,Bh),n}return t}function Bh({id:e,__demoMode:t=!1}){let n=v.useMemo(()=>Mc.new({id:e,__demoMode:t}),[]);return xh(()=>n.dispose()),n}let zs=v.createContext(null);zs.displayName="ListboxDataContext";function To(e){let t=v.useContext(zs);if(t===null){let n=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,To),n}return t}let p5=v.Fragment;function h5(e,t){let n=v.useId(),r=Va(),{value:o,defaultValue:s,form:i,name:c,onChange:a,by:u,invalid:l=!1,disabled:f=r||!1,horizontal:p=!1,multiple:d=!1,__demoMode:h=!1,...m}=e;const x=p?"horizontal":"vertical";let T=ot(t),w=Mx(s),[A=d?[]:void 0,L]=Ix(o,a,w),B=Bh({id:n,__demoMode:h}),_=v.useRef({static:!1,hold:!1}),D=v.useRef(new Map),g=oE(u),y=v.useCallback(U=>rt($.mode,{[Ft.Multi]:()=>A.some(W=>g(W,U)),[Ft.Single]:()=>g(A,U)}),[A]),$=v.useMemo(()=>({value:A,disabled:f,invalid:l,mode:d?Ft.Multi:Ft.Single,orientation:x,onChange:L,compare:g,isSelected:y,optionsPropsRef:_,listRef:D}),[A,f,l,d,x,L,g,y,_,D]);be(()=>{B.state.dataRef.current=$},[$]);let I=it(B,U=>U.listboxState),O=ec.get(null),P=it(O,v.useCallback(U=>O.selectors.isTop(U,n),[O,n])),[S,E]=it(B,U=>[U.buttonElement,U.optionsElement]);IE(P,[S,E],(U,W)=>{B.send({type:Mh.CloseListbox}),Sp(W,ac.Loose)||(U.preventDefault(),S==null||S.focus())});let N=v.useMemo(()=>({open:I===Ce.Open,disabled:f,invalid:l,value:A}),[I,f,l,A]),[C,b]=Qx({inherit:!0}),k={ref:T},R=v.useCallback(()=>{if(w!==void 0)return L==null?void 0:L(w)},[L,w]),j=Ke();return v.createElement(b,{value:C,props:{htmlFor:S==null?void 0:S.id},slot:{open:I===Ce.Open,disabled:f}},v.createElement(F6,null,v.createElement(Lh.Provider,{value:B},v.createElement(zs.Provider,{value:$},v.createElement(wh,{value:rt(I,{[Ce.Open]:St.Open,[Ce.Closed]:St.Closed})},c!=null&&A!=null&&v.createElement(Dx,{disabled:f,data:{[c]:A},form:i,onReset:R}),j({ourProps:k,theirProps:m,slot:N,defaultTag:p5,name:"Listbox"}))))))}let m5="button";function g5(e,t){let n=v.useId(),r=tp(),o=To("Listbox.Button"),s=kc("Listbox.Button"),{id:i=r||`headlessui-listbox-button-${n}`,disabled:c=o.disabled||!1,autoFocus:a=!1,...u}=e,l=ot(t,M6(),s.actions.setButtonElement),f=k6(),[p,d,h]=it(s,b=>[b.listboxState,b.buttonElement,b.optionsElement]),m=p===Ce.Open;LE(m,{trigger:d,action:v.useCallback(b=>{if(d!=null&&d.contains(b.target))return Ss.Ignore;let k=b.target.closest('[role="option"]:not([data-disabled])');return tn(k)?Ss.Select(k):h!=null&&h.contains(b.target)?Ss.Ignore:Ss.Close},[d,h]),close:s.actions.closeListbox,select:s.actions.selectActiveOption});let x=ae(b=>{switch(b.key){case Ne.Enter:kx(b.currentTarget);break;case Ne.Space:case Ne.ArrowDown:b.preventDefault(),s.actions.openListbox({focus:o.value?we.Nothing:we.First});break;case Ne.ArrowUp:b.preventDefault(),s.actions.openListbox({focus:o.value?we.Nothing:we.Last});break}}),T=ae(b=>{switch(b.key){case Ne.Space:b.preventDefault();break}}),w=ae(b=>{var k;if(b.button===vh.Left){if(Vx(b.currentTarget))return b.preventDefault();s.state.listboxState===Ce.Open?(ke.flushSync(()=>s.actions.closeListbox()),(k=s.state.buttonElement)==null||k.focus({preventScroll:!0})):(b.preventDefault(),s.actions.openListbox({focus:we.Nothing}))}}),A=v.useRef(null),L=ae(b=>{A.current=b.pointerType,b.pointerType==="mouse"&&w(b)}),B=ae(b=>{A.current!=="mouse"&&w(b)}),_=ae(b=>b.preventDefault()),D=cp([i]),g=Zx(),{isFocusVisible:y,focusProps:$}=wx({autoFocus:a}),{isHovered:I,hoverProps:O}=yx({isDisabled:c}),{pressed:P,pressProps:S}=$x({disabled:c}),E=v.useMemo(()=>({open:p===Ce.Open,active:P||p===Ce.Open,disabled:c,invalid:o.invalid,value:o.value,hover:I,focus:y,autofocus:a}),[p,o.value,c,I,y,P,o.invalid,a]),N=it(s,b=>b.listboxState===Ce.Open),C=Yd(f(),{ref:l,id:i,type:BE(e,d),"aria-haspopup":"listbox","aria-controls":h==null?void 0:h.id,"aria-expanded":N,"aria-labelledby":D,"aria-describedby":g,disabled:c||void 0,autoFocus:a,onKeyDown:x,onKeyUp:T,onKeyPress:_,onPointerDown:L,onClick:B},$,O,S);return Ke()({ourProps:C,theirProps:u,slot:E,defaultTag:m5,name:"Listbox.Button"})}let Fh=v.createContext(!1),b5="div",y5=ws.RenderStrategy|ws.Static;function w5(e,t){let n=v.useId(),{id:r=`headlessui-listbox-options-${n}`,anchor:o,portal:s=!1,modal:i=!0,transition:c=!1,...a}=e,u=I6(o),[l,f]=v.useState(null);u&&(s=!0);let p=To("Listbox.Options"),d=kc("Listbox.Options"),[h,m,x,T]=it(d,V=>[V.listboxState,V.buttonElement,V.optionsElement,V.__demoMode]),w=cc(m),A=cc(x),L=Oc(),[B,_]=kp(c,l,L!==null?(L&St.Open)===St.Open:h===Ce.Open);wE(B,m,d.actions.closeListbox);let D=T?!1:i&&h===Ce.Open;HE(D,A);let g=T?!1:i&&h===Ce.Open;yE(g,{allowed:v.useCallback(()=>[m,x],[m,x])});let y=h!==Ce.Open,$=a5(y,m)?!1:B,I=B&&h===Ce.Closed,O=j6(I,p.value),P=ae(V=>p.compare(O,V)),S=it(d,V=>{var Y;if(u==null||!((Y=u==null?void 0:u.to)!=null&&Y.includes("selection")))return null;let Q=V.options.findIndex(oe=>P(oe.dataRef.current.value));return Q===-1&&(Q=0),Q}),E=(()=>{if(u==null)return;if(S===null)return{...u,inner:void 0};let V=Array.from(p.listRef.current.values());return{...u,inner:{listRef:{current:V},index:S}}})(),[N,C]=B6(E),b=L6(),k=ot(t,u?N:null,d.actions.setOptionsElement,f),R=gr();v.useEffect(()=>{var V;let Y=x;Y&&h===Ce.Open&&Y!==((V=wo(Y))==null?void 0:V.activeElement)&&(Y==null||Y.focus({preventScroll:!0}))},[h,x]);let j=ae(V=>{var Y,Q;switch(R.dispose(),V.key){case Ne.Space:if(d.state.searchQuery!=="")return V.preventDefault(),V.stopPropagation(),d.actions.search(V.key);case Ne.Enter:if(V.preventDefault(),V.stopPropagation(),d.state.activeOptionIndex!==null){let{dataRef:oe}=d.state.options[d.state.activeOptionIndex];d.actions.onChange(oe.current.value)}p.mode===Ft.Single&&(ke.flushSync(()=>d.actions.closeListbox()),(Y=d.state.buttonElement)==null||Y.focus({preventScroll:!0}));break;case rt(p.orientation,{vertical:Ne.ArrowDown,horizontal:Ne.ArrowRight}):return V.preventDefault(),V.stopPropagation(),d.actions.goToOption({focus:we.Next});case rt(p.orientation,{vertical:Ne.ArrowUp,horizontal:Ne.ArrowLeft}):return V.preventDefault(),V.stopPropagation(),d.actions.goToOption({focus:we.Previous});case Ne.Home:case Ne.PageUp:return V.preventDefault(),V.stopPropagation(),d.actions.goToOption({focus:we.First});case Ne.End:case Ne.PageDown:return V.preventDefault(),V.stopPropagation(),d.actions.goToOption({focus:we.Last});case Ne.Escape:V.preventDefault(),V.stopPropagation(),ke.flushSync(()=>d.actions.closeListbox()),(Q=d.state.buttonElement)==null||Q.focus({preventScroll:!0});return;case Ne.Tab:V.preventDefault(),V.stopPropagation(),ke.flushSync(()=>d.actions.closeListbox()),TE(d.state.buttonElement,V.shiftKey?ic.Previous:ic.Next);break;default:V.key.length===1&&(d.actions.search(V.key),R.setTimeout(()=>d.actions.clearSearch(),350));break}}),U=it(d,V=>{var Y;return(Y=V.buttonElement)==null?void 0:Y.id}),W=v.useMemo(()=>({open:h===Ce.Open}),[h]),K=Yd(u?b():{},{id:r,ref:k,"aria-activedescendant":it(d,d.selectors.activeDescendantId),"aria-multiselectable":p.mode===Ft.Multi?!0:void 0,"aria-labelledby":U,"aria-orientation":p.orientation,onKeyDown:j,role:"listbox",tabIndex:h===Ce.Open?0:void 0,style:{...a.style,...C,"--button-width":iE(m,!0).width},...Mp(_)}),G=Ke(),H=v.useMemo(()=>p.mode===Ft.Multi?p:{...p,isSelected:P},[p,P]);return v.createElement(Q6,{enabled:s?e.static||B:!1,ownerDocument:w},v.createElement(zs.Provider,{value:H},G({ourProps:K,theirProps:a,slot:W,defaultTag:b5,features:y5,visible:$,name:"Listbox.Options"})))}let v5="div";function x5(e,t){let n=v.useId(),{id:r=`headlessui-listbox-option-${n}`,disabled:o=!1,value:s,...i}=e,c=v.useContext(Fh)===!0,a=To("Listbox.Option"),u=kc("Listbox.Option"),l=it(u,$=>u.selectors.isActive($,r)),f=a.isSelected(s),p=v.useRef(null),d=u5(p),h=Un({disabled:o,value:s,domRef:p,get textValue(){return d()}}),m=ot(t,p,$=>{$?a.listRef.current.set(r,$):a.listRef.current.delete(r)}),x=it(u,$=>u.selectors.shouldScrollIntoView($,r));be(()=>{if(x)return Et().requestAnimationFrame(()=>{var $,I;(I=($=p.current)==null?void 0:$.scrollIntoView)==null||I.call($,{block:"nearest"})})},[x,p]),be(()=>{if(!c)return u.actions.registerOption(r,h),()=>u.actions.unregisterOption(r)},[h,r,c]);let T=ae($=>{var I;if(o)return $.preventDefault();u.actions.onChange(s),a.mode===Ft.Single&&(ke.flushSync(()=>u.actions.closeListbox()),(I=u.state.buttonElement)==null||I.focus({preventScroll:!0}))}),w=ae(()=>{if(o)return u.actions.goToOption({focus:we.Nothing});u.actions.goToOption({focus:we.Specific,id:r})}),A=WE(),L=ae($=>A.update($)),B=ae($=>{A.wasMoved($)&&(o||l&&u.state.activationTrigger===Us.Pointer||u.actions.goToOption({focus:we.Specific,id:r},Us.Pointer))}),_=ae($=>{A.wasMoved($)&&(o||l&&u.state.activationTrigger===Us.Pointer&&u.actions.goToOption({focus:we.Nothing}))}),D=v.useMemo(()=>({active:l,focus:l,selected:f,disabled:o,selectedOption:f&&c}),[l,f,o,c]),g=c?{}:{id:r,ref:m,role:"option",tabIndex:o===!0?void 0:-1,"aria-disabled":o===!0?!0:void 0,"aria-selected":f,disabled:void 0,onClick:T,onFocus:w,onPointerEnter:L,onMouseEnter:L,onPointerMove:B,onMouseMove:B,onPointerLeave:_,onMouseLeave:_},y=Ke();return!f&&c?null:y({ourProps:g,theirProps:i,slot:D,defaultTag:v5,name:"Listbox.Option"})}let E5=v.Fragment;function S5(e,t){let{options:n,placeholder:r,...o}=e,s={ref:ot(t)},i=To("ListboxSelectedOption"),c=v.useMemo(()=>({}),[]),a=i.value===void 0||i.value===null||i.mode===Ft.Multi&&Array.isArray(i.value)&&i.value.length===0,u=Ke();return v.createElement(Fh.Provider,{value:!0},u({ourProps:s,theirProps:{...o,children:v.createElement(v.Fragment,null,r&&a?r:n)},slot:c,defaultTag:E5,name:"ListboxSelectedOption"}))}let P5=ze(h5),$5=ze(g5),A5=nE,T5=ze(w5),O5=ze(x5),N5=ze(S5),ct=Object.assign(P5,{Button:$5,Label:A5,Options:T5,Option:O5,SelectedOption:N5});const C5=()=>M.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",children:[M.jsx("g",{clipPath:"url(#clip0_active)",children:M.jsx("path",{d:"M4.63791 6.91929H2.62541C2.36266 6.91929 2.18141 6.65629 2.27491 6.41091L4.27466 1.16191C4.30172 1.0909 4.34971 1.02978 4.41228 0.986649C4.47485 0.943521 4.54905 0.920422 4.62504 0.92041H7.99954C8.26579 0.92041 8.44729 1.19016 8.34679 1.43679L7.18241 4.29479H9.37441C9.69679 4.29479 9.86879 4.67479 9.65616 4.91704L4.28191 11.0408C4.02066 11.3385 3.53629 11.0805 3.63766 10.6977L4.63791 6.91929Z",fill:"#22FD73"})}),M.jsx("defs",{children:M.jsx("clipPath",{id:"clip0_active",children:M.jsx("rect",{width:"12",height:"12",fill:"white",transform:"translate(0 0.0454102)"})})})]}),I5=()=>M.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",children:[M.jsx("g",{clipPath:"url(#clip0_inactive)",children:M.jsx("path",{d:"M4.63791 6.91929H2.62541C2.36266 6.91929 2.18141 6.65629 2.27491 6.41091L4.27466 1.16191C4.30172 1.0909 4.34971 1.02978 4.41228 0.986649C4.47485 0.943521 4.54905 0.920422 4.62504 0.92041H7.99954C8.26579 0.92041 8.44729 1.19016 8.34679 1.43679L7.18241 4.29479H9.37441C9.69679 4.29479 9.86879 4.67479 9.65616 4.91704L4.28191 11.0408C4.02066 11.3385 3.53629 11.0805 3.63766 10.6977L4.63791 6.91929Z",fill:"#F9F9F9"})}),M.jsx("defs",{children:M.jsx("clipPath",{id:"clip0_inactive",children:M.jsx("rect",{width:"12",height:"12",fill:"white",transform:"translate(0 0.0454102)"})})})]}),Oo=({selectedLevel:e,maxLevel:t,className:n=""})=>{const r=Array.from({length:t},(o,s)=>s+1);return M.jsx("div",{className:`flex items-center ${n}`,children:r.map(o=>M.jsx("div",{className:"flex items-center justify-center",children:o>t-e?M.jsx(C5,{}):M.jsx(I5,{})},o))})};class Pt{}ko(Pt,"FAST",3),ko(Pt,"Medium",2),ko(Pt,"SLOW",1),ko(Pt,"NONE",0);const M5=Object.values({MAINNET:1,SEPOLIA:11155111}),an=e=>{const t=typeof e=="string"?parseInt(e,10):e;return M5.includes(t)},k5={USDT:!0},Rh=(e,t)=>{const n=typeof e=="string"?parseInt(e,10):e;return n===1||n===11155111?!1:(n===42161||n===421614)&&t?t.toUpperCase()==="ETH"?!1:!k5[t.toUpperCase()]:!0},L5=({chains:e,selectedChain:t,onChainChange:n,disabled:r=!1,className:o="",walletType:s="mpc"})=>{const{t:i}=dt();return M.jsx("div",{className:`relative ${o}`,children:M.jsx(ct,{value:t,onChange:n,disabled:r,children:({open:c})=>M.jsxs(M.Fragment,{children:[M.jsxs(ct.Button,{className:`
|
|
126
|
+
relative w-full h-9 text-text-primary bg-fill-input-primary
|
|
77
127
|
items-center justify-between flex px-3 rounded-lg
|
|
78
|
-
focus:outline-none
|
|
128
|
+
focus:outline-none
|
|
79
129
|
${r?"opacity-50 cursor-not-allowed":"cursor-pointer hover:bg-fill-btn-secondary-hover"}
|
|
80
|
-
${c?"ring-
|
|
81
|
-
`,children:[
|
|
130
|
+
${c?"ring-1 ring-white":""}
|
|
131
|
+
`,children:[M.jsx("span",{className:"text-sm leading-[18px] font-medium",children:i("deposit.chain")}),M.jsxs("div",{className:"flex items-center space-x-2",children:[t.chainIconUrl?M.jsx("img",{src:t.chainIconUrl,alt:t.chain,className:"w-4 h-4 rounded-full"}):M.jsx("div",{className:"w-4 h-4 rounded-full bg-blue-500 flex items-center justify-center",children:M.jsx("span",{className:"text-xs text-white font-bold",children:t.chain.charAt(0)})}),M.jsx("span",{className:"text-sm text-white ml-1",children:t.chain}),M.jsxs("svg",{className:`w-3 h-3 ml-2 transition-transform duration-200 ${c?"rotate-180":""}`,xmlns:"http://www.w3.org/2000/svg",width:"10",height:"11",viewBox:"0 0 10 11",fill:"none",children:[M.jsx("g",{clipPath:"url(#clip0_12919_27745)",children:M.jsx("path",{d:"M5.32733 7.6716C5.13944 7.83432 4.86056 7.83432 4.67267 7.6716L1.68366 5.08304C1.33371 4.77997 1.54804 4.20508 2.01099 4.20508L7.98901 4.20508C8.45196 4.20508 8.66629 4.77998 8.31634 5.08304L5.32733 7.6716Z",fill:"#F9F9F9"})}),M.jsx("defs",{children:M.jsx("clipPath",{id:"clip0_12919_27745",children:M.jsx("rect",{width:"10",height:"10",fill:"white",transform:"translate(0 0.955078)"})})})]})]})]}),M.jsx(Ic,{as:v.Fragment,enter:"transition ease-out duration-100",enterFrom:"transform opacity-0 scale-95",enterTo:"transform opacity-100 scale-100",leave:"transition ease-in duration-75",leaveFrom:"transform opacity-100 scale-100",leaveTo:"transform opacity-0 scale-95",children:M.jsx(ct.Options,{className:`
|
|
82
132
|
absolute z-50 mt-1 w-full max-h-60 overflow-auto rounded-lg
|
|
83
133
|
bg-fill-input-primary border border-line-divider-secondary shadow-lg
|
|
84
134
|
focus:outline-none
|
|
85
|
-
`,children:e.map(
|
|
86
|
-
relative w-full h-9 text-text-primary bg-fill-input-primary
|
|
135
|
+
`,children:e.filter(a=>a[s==="mpc"?"allowAaDeposit":"allowDeposit"]!==!1).map(a=>M.jsx(ct.Option,{value:a,className:({active:u,selected:l})=>`relative cursor-pointer select-none py-3 px-3 ${l?"bg-fill-btn-secondary":u?"bg-fill-input-secondary":""}`,children:({selected:u,active:l})=>M.jsx(M.Fragment,{children:M.jsxs("div",{className:"flex items-center justify-between",children:[M.jsxs("div",{className:"flex items-center space-x-3",children:[a.chainIconUrl?M.jsx("img",{src:a.chainIconUrl,alt:a.chain,className:"w-5 h-5 rounded-full"}):M.jsx("div",{className:"w-5 h-5 rounded-full bg-blue-500 flex items-center justify-center",children:M.jsx("span",{className:"text-xs text-white font-bold",children:a.chain.charAt(0)})}),M.jsx("div",{className:"flex flex-col",children:M.jsx("span",{className:`text-sm font-medium ${u||l?"text-text-primary":"text-text-tertiary"}`,children:a.chain})})]}),M.jsx("div",{className:"w-12 bg-fill-page-secondary p-1 h-5 flex rounded",children:M.jsx(Oo,{className:"w-full justify-between",selectedLevel:an(a.chainId)?Pt.SLOW:Pt.FAST,maxLevel:3})})]})})},a.chainId))})})]})})})},B5=({tokens:e,selectedToken:t,onTokenChange:n,disabled:r=!1,className:o=""})=>{const{t:s}=dt(),i=c=>c.token||c.symbol;return M.jsx("div",{className:`relative ${o}`,children:M.jsx(ct,{value:t,onChange:n,disabled:r,children:({open:c})=>M.jsxs(M.Fragment,{children:[M.jsxs(ct.Button,{className:`
|
|
136
|
+
relative w-full h-9 text-text-primary bg-fill-input-primary
|
|
87
137
|
items-center justify-between flex px-3 rounded-lg
|
|
88
|
-
focus:outline-none
|
|
138
|
+
focus:outline-none
|
|
89
139
|
${r?"opacity-50 cursor-not-allowed":"cursor-pointer hover:bg-fill-btn-secondary-hover"}
|
|
90
|
-
${c?"ring-
|
|
91
|
-
`,children:[
|
|
140
|
+
${c?"ring-1 ring-white":""}
|
|
141
|
+
`,children:[M.jsx("span",{className:"text-sm leading-[18px] font-medium",children:s("deposit.asset")}),M.jsxs("div",{className:"flex items-center space-x-2",children:[M.jsx("img",{src:t.iconUrl,alt:i(t),className:"w-4 h-4 rounded-full"}),M.jsx("span",{className:"text-sm text-white ml-1",children:i(t)}),M.jsxs("svg",{className:`w-3 h-3 ml-2 transition-transform duration-200 ${c?"rotate-180":""}`,xmlns:"http://www.w3.org/2000/svg",width:"10",height:"11",viewBox:"0 0 10 11",fill:"none",children:[M.jsx("g",{clipPath:"url(#clip0_asset_selector)",children:M.jsx("path",{d:"M5.32733 7.6716C5.13944 7.83432 4.86056 7.83432 4.67267 7.6716L1.68366 5.08304C1.33371 4.77997 1.54804 4.20508 2.01099 4.20508L7.98901 4.20508C8.45196 4.20508 8.66629 4.77998 8.31634 5.08304L5.32733 7.6716Z",fill:"#F9F9F9"})}),M.jsx("defs",{children:M.jsx("clipPath",{id:"clip0_asset_selector",children:M.jsx("rect",{width:"10",height:"10",fill:"white",transform:"translate(0 0.955078)"})})})]})]})]}),M.jsx(Ic,{as:v.Fragment,enter:"transition ease-out duration-100",enterFrom:"transform opacity-0 scale-95",enterTo:"transform opacity-100 scale-100",leave:"transition ease-in duration-75",leaveFrom:"transform opacity-100 scale-100",leaveTo:"transform opacity-0 scale-95",children:M.jsx(ct.Options,{className:`
|
|
92
142
|
absolute z-50 mt-1 w-full max-h-60 overflow-auto rounded-lg
|
|
93
143
|
bg-fill-input-primary border border-line-divider-secondary shadow-lg
|
|
94
144
|
focus:outline-none
|
|
95
|
-
`,children:e.
|
|
145
|
+
`,children:e.map(a=>M.jsx(ct.Option,{value:a,className:({active:u,selected:l})=>`relative cursor-pointer select-none py-3 px-3 ${l?"bg-fill-btn-secondary":u?"bg-fill-input-secondary":""}`,children:({selected:u,active:l})=>M.jsx("div",{className:"flex items-center justify-between",children:M.jsxs("div",{className:"flex items-center space-x-3",children:[M.jsx("img",{src:a.iconUrl,alt:i(a),className:"w-5 h-5 rounded-full"}),M.jsx("div",{className:"flex flex-col",children:M.jsx("span",{className:`text-sm font-medium ${u||l?"text-text-primary":"text-text-tertiary"}`,children:i(a)})})]})})},i(a)))})})]})})})},Dh=({currentActiveChain:e,chainList:t,onChainChange:n,curSelectToken:r,onTokenChange:o,walletType:s=Dn,txType:i="deposit"})=>{const c=v.useCallback(m=>i==="withdraw"?s===Dn?m.allowAaWithdraw!==!1:m.allowWithdraw!==!1:s===Dn?m.allowAaDeposit!==!1:m.allowDeposit!==!1,[i,s]),a=v.useMemo(()=>{const m=new Set,x=[];for(const T of t)if(c(T))for(const w of T.tokenList||[]){const A=w.symbol||w.token;!A||!(i!=="withdraw"||w.withdrawEnable===!0&&w.pullOff===!1)||m.has(A)||(m.add(A),x.push({token:A,symbol:A,iconUrl:w.iconUrl,decimals:w.decimals,tokenAddress:w.tokenAddress}))}return x},[t,c,i]),u=m=>{n(m.chainId)},l=m=>{const x=m.symbol||m.token;o(x);const T=[];for(const w of t){if(!c(w))continue;(w.tokenList||[]).some(L=>(L.symbol||L.token)===x)&&T.push(w.chainId)}!T.includes(e.chainId)&&T[0]!==void 0&&n(T[0])},f=v.useMemo(()=>{var T,w;const m=r||((T=a[0])==null?void 0:T.symbol)||((w=a[0])==null?void 0:w.token);if(!m)return[];const x=[];for(const A of t){if(!c(A))continue;const L=(A.tokenList||[]).find(B=>(B.symbol||B.token)===m?i==="withdraw"?B.withdrawEnable===!0&&B.pullOff===!1:!0:!1);L&&x.push({...A,tokenList:[{token:L.token,symbol:L.symbol,iconUrl:L.iconUrl,decimals:L.decimals,tokenAddress:L.tokenAddress}]})}return x},[t,r,a,c,i]),p=v.useMemo(()=>f.find(m=>m.chainId===e.chainId)||f[0],[f,e.chainId]),d=v.useMemo(()=>a,[a]),h=v.useMemo(()=>{if(d.length!==0)return d.find(m=>m.token===r||m.symbol===r)||d[0]},[d,r]);return v.useEffect(()=>{if(d.length===0)return;if(!d.some(x=>(x.symbol||x.token)===r)){const x=d[0];o(x.symbol||x.token)}},[d,r,o]),v.useEffect(()=>{if(f.length===0)return;f.some(x=>x.chainId===e.chainId)||n(f[0].chainId)},[f,e.chainId,n]),M.jsxs("div",{className:"space-y-4",children:[d.length>0&&h&&M.jsx(B5,{tokens:d,selectedToken:h,onTokenChange:l}),M.jsx(L5,{chains:f,selectedChain:p,onChainChange:m=>{const x=t.find(T=>T.chainId===m.chainId);x&&u(x)},walletType:s,className:"w-full"})]})},F5=({options:e})=>M.jsx(M.Fragment,{children:e.map(t=>M.jsx(ct.Option,{value:t.value,className:({active:n,selected:r})=>`relative cursor-pointer select-none py-3 px-3 ${r?"bg-fill-btn-secondary":n?"bg-fill-input-secondary":""}`,children:({selected:n,active:r})=>M.jsx("div",{className:"flex items-center justify-between",children:M.jsx("div",{className:"flex items-center space-x-3",children:M.jsx("div",{className:"flex flex-col",children:M.jsx("span",{className:`text-sm font-medium ${n||r?"text-text-primary":"text-text-tertiary"}`,children:t.label})})})})},t.value))}),jh=({selectedAccount:e,onAccountChange:t,disabled:n=!1,className:r=""})=>{var f;const{t:o}=dt(),s=v.useMemo(()=>[{value:"spot",label:o("account.spot")},{value:"perpetual",label:o("account.perpetual")}],[o]),i=((f=s.find(p=>p.value===(e??"spot")))==null?void 0:f.label)||"",[c,a]=v.useState(e??"spot"),u=e??c,l=p=>{t==null||t(p),e||a(p)};return M.jsx("div",{className:`relative mb-4 ${r}`,children:M.jsx(ct,{value:u,onChange:l,disabled:n,children:({open:p})=>M.jsxs(M.Fragment,{children:[M.jsxs(ct.Button,{className:`
|
|
146
|
+
relative w-full h-9 text-text-primary bg-fill-input-primary
|
|
147
|
+
items-center justify-between flex px-3 rounded-lg
|
|
148
|
+
focus:outline-none
|
|
149
|
+
${n?"opacity-50 cursor-not-allowed":"cursor-pointer hover:bg-fill-btn-secondary-hover"}
|
|
150
|
+
${p?"ring-1 ring-white":""}
|
|
151
|
+
`,children:[M.jsx("span",{className:"text-sm leading-[18px] font-medium",children:o("account.title")}),M.jsxs("div",{className:"flex items-center space-x-2",children:[M.jsx("span",{className:"text-sm text-white ml-1",children:i}),M.jsxs("svg",{className:`w-3 h-3 ml-2 transition-transform duration-200 ${p?"rotate-180":""}`,xmlns:"http://www.w3.org/2000/svg",width:"10",height:"11",viewBox:"0 0 10 11",fill:"none",children:[M.jsx("g",{clipPath:"url(#clip0_asset_selector)",children:M.jsx("path",{d:"M5.32733 7.6716C5.13944 7.83432 4.86056 7.83432 4.67267 7.6716L1.68366 5.08304C1.33371 4.77997 1.54804 4.20508 2.01099 4.20508L7.98901 4.20508C8.45196 4.20508 8.66629 4.77998 8.31634 5.08304L5.32733 7.6716Z",fill:"#F9F9F9"})}),M.jsx("defs",{children:M.jsx("clipPath",{id:"clip0_asset_selector",children:M.jsx("rect",{width:"10",height:"10",fill:"white",transform:"translate(0 0.955078)"})})})]})]})]}),M.jsx(Ic,{as:v.Fragment,enter:"transition ease-out duration-100",enterFrom:"transform opacity-0 scale-95",enterTo:"transform opacity-100 scale-100",leave:"transition ease-in duration-75",leaveFrom:"transform opacity-100 scale-100",leaveTo:"transform opacity-0 scale-95",children:M.jsx(ct.Options,{className:`
|
|
152
|
+
absolute z-50 mt-1 w-full max-h-60 overflow-auto rounded-lg
|
|
153
|
+
bg-fill-input-primary border border-line-divider-secondary shadow-lg
|
|
154
|
+
focus:outline-none
|
|
155
|
+
`,children:M.jsx(F5,{options:s})})})]})})})};var Hs={},R5=function(){var e=document.getSelection();if(!e.rangeCount)return function(){};for(var t=document.activeElement,n=[],r=0;r<e.rangeCount;r++)n.push(e.getRangeAt(r));switch(t.tagName.toUpperCase()){case"INPUT":case"TEXTAREA":t.blur();break;default:t=null;break}return e.removeAllRanges(),function(){e.type==="Caret"&&e.removeAllRanges(),e.rangeCount||n.forEach(function(o){e.addRange(o)}),t&&t.focus()}},D5=R5,_h={"text/plain":"Text","text/html":"Url",default:"Text"},j5="Copy to clipboard: #{key}, Enter";function _5(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}function U5(e,t){var n,r,o,s,i,c,a=!1;t||(t={}),n=t.debug||!1;try{o=D5(),s=document.createRange(),i=document.getSelection(),c=document.createElement("span"),c.textContent=e,c.ariaHidden="true",c.style.all="unset",c.style.position="fixed",c.style.top=0,c.style.clip="rect(0, 0, 0, 0)",c.style.whiteSpace="pre",c.style.webkitUserSelect="text",c.style.MozUserSelect="text",c.style.msUserSelect="text",c.style.userSelect="text",c.addEventListener("copy",function(l){if(l.stopPropagation(),t.format)if(l.preventDefault(),typeof l.clipboardData>"u"){n&&console.warn("unable to use e.clipboardData"),n&&console.warn("trying IE specific stuff"),window.clipboardData.clearData();var f=_h[t.format]||_h.default;window.clipboardData.setData(f,e)}else l.clipboardData.clearData(),l.clipboardData.setData(t.format,e);t.onCopy&&(l.preventDefault(),t.onCopy(l.clipboardData))}),document.body.appendChild(c),s.selectNodeContents(c),i.addRange(s);var u=document.execCommand("copy");if(!u)throw new Error("copy command was unsuccessful");a=!0}catch(l){n&&console.error("unable to copy using execCommand: ",l),n&&console.warn("trying IE specific stuff");try{window.clipboardData.setData(t.format||"text",e),t.onCopy&&t.onCopy(window.clipboardData),a=!0}catch(f){n&&console.error("unable to copy using clipboardData: ",f),n&&console.error("falling back to prompt"),r=_5("message"in t?t.message:j5),window.prompt(r,e)}}finally{i&&(typeof i.removeRange=="function"?i.removeRange(s):i.removeAllRanges()),c&&document.body.removeChild(c),o()}return a}var z5=U5;function Lc(e){"@babel/helpers - typeof";return Lc=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Lc(e)}Object.defineProperty(Hs,"__esModule",{value:!0}),Hs.CopyToClipboard=void 0;var Ws=Uh(v),H5=Uh(z5),W5=["text","onCopy","options","children"];function Uh(e){return e&&e.__esModule?e:{default:e}}function zh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),n.push.apply(n,r)}return n}function Hh(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?zh(Object(n),!0).forEach(function(r){Fc(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):zh(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function V5(e,t){if(e==null)return{};var n=G5(e,t),r,o;if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(o=0;o<s.length;o++)r=s[o],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function G5(e,t){if(e==null)return{};var n={},r=Object.keys(e),o,s;for(s=0;s<r.length;s++)o=r[s],!(t.indexOf(o)>=0)&&(n[o]=e[o]);return n}function q5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Z5(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}function K5(e,t,n){return t&&Z5(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Y5(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Bc(e,t)}function Bc(e,t){return Bc=Object.setPrototypeOf||function(r,o){return r.__proto__=o,r},Bc(e,t)}function X5(e){var t=J5();return function(){var r=Vs(e),o;if(t){var s=Vs(this).constructor;o=Reflect.construct(r,arguments,s)}else o=r.apply(this,arguments);return Q5(this,o)}}function Q5(e,t){if(t&&(Lc(t)==="object"||typeof t=="function"))return t;if(t!==void 0)throw new TypeError("Derived constructors may only return object or undefined");return Wh(e)}function Wh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function J5(){if(typeof Reflect>"u"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch{return!1}}function Vs(e){return Vs=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Vs(e)}function Fc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Vh=function(e){Y5(n,e);var t=X5(n);function n(){var r;q5(this,n);for(var o=arguments.length,s=new Array(o),i=0;i<o;i++)s[i]=arguments[i];return r=t.call.apply(t,[this].concat(s)),Fc(Wh(r),"onClick",function(c){var a=r.props,u=a.text,l=a.onCopy,f=a.children,p=a.options,d=Ws.default.Children.only(f),h=(0,H5.default)(u,p);l&&l(u,h),d&&d.props&&typeof d.props.onClick=="function"&&d.props.onClick(c)}),r}return K5(n,[{key:"render",value:function(){var o=this.props;o.text,o.onCopy,o.options;var s=o.children,i=V5(o,W5),c=Ws.default.Children.only(s);return Ws.default.cloneElement(c,Hh(Hh({},i),{},{onClick:this.onClick}))}}]),n}(Ws.default.PureComponent);Hs.CopyToClipboard=Vh,Fc(Vh,"defaultProps",{onCopy:void 0,options:void 0});var eS=Hs,Rc=eS.CopyToClipboard;Rc.CopyToClipboard=Rc;var tS=Rc;const nS=Q0(tS);var rS=Object.defineProperty,Gs=Object.getOwnPropertySymbols,Gh=Object.prototype.hasOwnProperty,qh=Object.prototype.propertyIsEnumerable,Zh=(e,t,n)=>t in e?rS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Dc=(e,t)=>{for(var n in t||(t={}))Gh.call(t,n)&&Zh(e,n,t[n]);if(Gs)for(var n of Gs(t))qh.call(t,n)&&Zh(e,n,t[n]);return e},jc=(e,t)=>{var n={};for(var r in e)Gh.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&Gs)for(var r of Gs(e))t.indexOf(r)<0&&qh.call(e,r)&&(n[r]=e[r]);return n};/**
|
|
96
156
|
* @license QR Code generator library (TypeScript)
|
|
97
157
|
* Copyright (c) Project Nayuki.
|
|
98
158
|
* SPDX-License-Identifier: MIT
|
|
99
|
-
*/var Je;(e=>{const t=class W{constructor(i,l,a,p){if(this.version=i,this.errorCorrectionLevel=l,this.modules=[],this.isFunction=[],i<W.MIN_VERSION||i>W.MAX_VERSION)throw new RangeError("Version value out of range");if(p<-1||p>7)throw new RangeError("Mask value out of range");this.size=i*4+17;let m=[];for(let h=0;h<this.size;h++)m.push(!1);for(let h=0;h<this.size;h++)this.modules.push(m.slice()),this.isFunction.push(m.slice());this.drawFunctionPatterns();const f=this.addEccAndInterleave(a);if(this.drawCodewords(f),p==-1){let h=1e9;for(let b=0;b<8;b++){this.applyMask(b),this.drawFormatBits(b);const v=this.getPenaltyScore();v<h&&(p=b,h=v),this.applyMask(b)}}o(0<=p&&p<=7),this.mask=p,this.applyMask(p),this.drawFormatBits(p),this.isFunction=[]}static encodeText(i,l){const a=e.QrSegment.makeSegments(i);return W.encodeSegments(a,l)}static encodeBinary(i,l){const a=e.QrSegment.makeBytes(i);return W.encodeSegments([a],l)}static encodeSegments(i,l,a=1,p=40,m=-1,f=!0){if(!(W.MIN_VERSION<=a&&a<=p&&p<=W.MAX_VERSION)||m<-1||m>7)throw new RangeError("Invalid value");let h,b;for(h=a;;h++){const y=W.getNumDataCodewords(h,l)*8,S=c.getTotalBits(i,h);if(S<=y){b=S;break}if(h>=p)throw new RangeError("Data too long")}for(const y of[W.Ecc.MEDIUM,W.Ecc.QUARTILE,W.Ecc.HIGH])f&&b<=W.getNumDataCodewords(h,y)*8&&(l=y);let v=[];for(const y of i){n(y.mode.modeBits,4,v),n(y.numChars,y.mode.numCharCountBits(h),v);for(const S of y.getData())v.push(S)}o(v.length==b);const E=W.getNumDataCodewords(h,l)*8;o(v.length<=E),n(0,Math.min(4,E-v.length),v),n(0,(8-v.length%8)%8,v),o(v.length%8==0);for(let y=236;v.length<E;y^=253)n(y,8,v);let x=[];for(;x.length*8<v.length;)x.push(0);return v.forEach((y,S)=>x[S>>>3]|=y<<7-(S&7)),new W(h,l,x,m)}getModule(i,l){return 0<=i&&i<this.size&&0<=l&&l<this.size&&this.modules[l][i]}getModules(){return this.modules}drawFunctionPatterns(){for(let a=0;a<this.size;a++)this.setFunctionModule(6,a,a%2==0),this.setFunctionModule(a,6,a%2==0);this.drawFinderPattern(3,3),this.drawFinderPattern(this.size-4,3),this.drawFinderPattern(3,this.size-4);const i=this.getAlignmentPatternPositions(),l=i.length;for(let a=0;a<l;a++)for(let p=0;p<l;p++)a==0&&p==0||a==0&&p==l-1||a==l-1&&p==0||this.drawAlignmentPattern(i[a],i[p]);this.drawFormatBits(0),this.drawVersion()}drawFormatBits(i){const l=this.errorCorrectionLevel.formatBits<<3|i;let a=l;for(let m=0;m<10;m++)a=a<<1^(a>>>9)*1335;const p=(l<<10|a)^21522;o(p>>>15==0);for(let m=0;m<=5;m++)this.setFunctionModule(8,m,r(p,m));this.setFunctionModule(8,7,r(p,6)),this.setFunctionModule(8,8,r(p,7)),this.setFunctionModule(7,8,r(p,8));for(let m=9;m<15;m++)this.setFunctionModule(14-m,8,r(p,m));for(let m=0;m<8;m++)this.setFunctionModule(this.size-1-m,8,r(p,m));for(let m=8;m<15;m++)this.setFunctionModule(8,this.size-15+m,r(p,m));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let i=this.version;for(let a=0;a<12;a++)i=i<<1^(i>>>11)*7973;const l=this.version<<12|i;o(l>>>18==0);for(let a=0;a<18;a++){const p=r(l,a),m=this.size-11+a%3,f=Math.floor(a/3);this.setFunctionModule(m,f,p),this.setFunctionModule(f,m,p)}}drawFinderPattern(i,l){for(let a=-4;a<=4;a++)for(let p=-4;p<=4;p++){const m=Math.max(Math.abs(p),Math.abs(a)),f=i+p,h=l+a;0<=f&&f<this.size&&0<=h&&h<this.size&&this.setFunctionModule(f,h,m!=2&&m!=4)}}drawAlignmentPattern(i,l){for(let a=-2;a<=2;a++)for(let p=-2;p<=2;p++)this.setFunctionModule(i+p,l+a,Math.max(Math.abs(p),Math.abs(a))!=1)}setFunctionModule(i,l,a){this.modules[l][i]=a,this.isFunction[l][i]=!0}addEccAndInterleave(i){const l=this.version,a=this.errorCorrectionLevel;if(i.length!=W.getNumDataCodewords(l,a))throw new RangeError("Invalid argument");const p=W.NUM_ERROR_CORRECTION_BLOCKS[a.ordinal][l],m=W.ECC_CODEWORDS_PER_BLOCK[a.ordinal][l],f=Math.floor(W.getNumRawDataModules(l)/8),h=p-f%p,b=Math.floor(f/p);let v=[];const E=W.reedSolomonComputeDivisor(m);for(let y=0,S=0;y<p;y++){let C=i.slice(S,S+b-m+(y<h?0:1));S+=C.length;const O=W.reedSolomonComputeRemainder(C,E);y<h&&C.push(0),v.push(C.concat(O))}let x=[];for(let y=0;y<v[0].length;y++)v.forEach((S,C)=>{(y!=b-m||C>=h)&&x.push(S[y])});return o(x.length==f),x}drawCodewords(i){if(i.length!=Math.floor(W.getNumRawDataModules(this.version)/8))throw new RangeError("Invalid argument");let l=0;for(let a=this.size-1;a>=1;a-=2){a==6&&(a=5);for(let p=0;p<this.size;p++)for(let m=0;m<2;m++){const f=a-m,b=(a+1&2)==0?this.size-1-p:p;!this.isFunction[b][f]&&l<i.length*8&&(this.modules[b][f]=r(i[l>>>3],7-(l&7)),l++)}}o(l==i.length*8)}applyMask(i){if(i<0||i>7)throw new RangeError("Mask value out of range");for(let l=0;l<this.size;l++)for(let a=0;a<this.size;a++){let p;switch(i){case 0:p=(a+l)%2==0;break;case 1:p=l%2==0;break;case 2:p=a%3==0;break;case 3:p=(a+l)%3==0;break;case 4:p=(Math.floor(a/3)+Math.floor(l/2))%2==0;break;case 5:p=a*l%2+a*l%3==0;break;case 6:p=(a*l%2+a*l%3)%2==0;break;case 7:p=((a+l)%2+a*l%3)%2==0;break;default:throw new Error("Unreachable")}!this.isFunction[l][a]&&p&&(this.modules[l][a]=!this.modules[l][a])}}getPenaltyScore(){let i=0;for(let m=0;m<this.size;m++){let f=!1,h=0,b=[0,0,0,0,0,0,0];for(let v=0;v<this.size;v++)this.modules[m][v]==f?(h++,h==5?i+=W.PENALTY_N1:h>5&&i++):(this.finderPenaltyAddHistory(h,b),f||(i+=this.finderPenaltyCountPatterns(b)*W.PENALTY_N3),f=this.modules[m][v],h=1);i+=this.finderPenaltyTerminateAndCount(f,h,b)*W.PENALTY_N3}for(let m=0;m<this.size;m++){let f=!1,h=0,b=[0,0,0,0,0,0,0];for(let v=0;v<this.size;v++)this.modules[v][m]==f?(h++,h==5?i+=W.PENALTY_N1:h>5&&i++):(this.finderPenaltyAddHistory(h,b),f||(i+=this.finderPenaltyCountPatterns(b)*W.PENALTY_N3),f=this.modules[v][m],h=1);i+=this.finderPenaltyTerminateAndCount(f,h,b)*W.PENALTY_N3}for(let m=0;m<this.size-1;m++)for(let f=0;f<this.size-1;f++){const h=this.modules[m][f];h==this.modules[m][f+1]&&h==this.modules[m+1][f]&&h==this.modules[m+1][f+1]&&(i+=W.PENALTY_N2)}let l=0;for(const m of this.modules)l=m.reduce((f,h)=>f+(h?1:0),l);const a=this.size*this.size,p=Math.ceil(Math.abs(l*20-a*10)/a)-1;return o(0<=p&&p<=9),i+=p*W.PENALTY_N4,o(0<=i&&i<=2568888),i}getAlignmentPatternPositions(){if(this.version==1)return[];{const i=Math.floor(this.version/7)+2,l=this.version==32?26:Math.ceil((this.version*4+4)/(i*2-2))*2;let a=[6];for(let p=this.size-7;a.length<i;p-=l)a.splice(1,0,p);return a}}static getNumRawDataModules(i){if(i<W.MIN_VERSION||i>W.MAX_VERSION)throw new RangeError("Version number out of range");let l=(16*i+128)*i+64;if(i>=2){const a=Math.floor(i/7)+2;l-=(25*a-10)*a-55,i>=7&&(l-=36)}return o(208<=l&&l<=29648),l}static getNumDataCodewords(i,l){return Math.floor(W.getNumRawDataModules(i)/8)-W.ECC_CODEWORDS_PER_BLOCK[l.ordinal][i]*W.NUM_ERROR_CORRECTION_BLOCKS[l.ordinal][i]}static reedSolomonComputeDivisor(i){if(i<1||i>255)throw new RangeError("Degree out of range");let l=[];for(let p=0;p<i-1;p++)l.push(0);l.push(1);let a=1;for(let p=0;p<i;p++){for(let m=0;m<l.length;m++)l[m]=W.reedSolomonMultiply(l[m],a),m+1<l.length&&(l[m]^=l[m+1]);a=W.reedSolomonMultiply(a,2)}return l}static reedSolomonComputeRemainder(i,l){let a=l.map(p=>0);for(const p of i){const m=p^a.shift();a.push(0),l.forEach((f,h)=>a[h]^=W.reedSolomonMultiply(f,m))}return a}static reedSolomonMultiply(i,l){if(i>>>8||l>>>8)throw new RangeError("Byte out of range");let a=0;for(let p=7;p>=0;p--)a=a<<1^(a>>>7)*285,a^=(l>>>p&1)*i;return o(a>>>8==0),a}finderPenaltyCountPatterns(i){const l=i[1];o(l<=this.size*3);const a=l>0&&i[2]==l&&i[3]==l*3&&i[4]==l&&i[5]==l;return(a&&i[0]>=l*4&&i[6]>=l?1:0)+(a&&i[6]>=l*4&&i[0]>=l?1:0)}finderPenaltyTerminateAndCount(i,l,a){return i&&(this.finderPenaltyAddHistory(l,a),l=0),l+=this.size,this.finderPenaltyAddHistory(l,a),this.finderPenaltyCountPatterns(a)}finderPenaltyAddHistory(i,l){l[0]==0&&(i+=this.size),l.pop(),l.unshift(i)}};t.MIN_VERSION=1,t.MAX_VERSION=40,t.PENALTY_N1=3,t.PENALTY_N2=3,t.PENALTY_N3=40,t.PENALTY_N4=10,t.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],t.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=t;function n(u,i,l){if(i<0||i>31||u>>>i)throw new RangeError("Value out of range");for(let a=i-1;a>=0;a--)l.push(u>>>a&1)}function r(u,i){return(u>>>i&1)!=0}function o(u){if(!u)throw new Error("Assertion error")}const s=class re{constructor(i,l,a){if(this.mode=i,this.numChars=l,this.bitData=a,l<0)throw new RangeError("Invalid argument");this.bitData=a.slice()}static makeBytes(i){let l=[];for(const a of i)n(a,8,l);return new re(re.Mode.BYTE,i.length,l)}static makeNumeric(i){if(!re.isNumeric(i))throw new RangeError("String contains non-numeric characters");let l=[];for(let a=0;a<i.length;){const p=Math.min(i.length-a,3);n(parseInt(i.substring(a,a+p),10),p*3+1,l),a+=p}return new re(re.Mode.NUMERIC,i.length,l)}static makeAlphanumeric(i){if(!re.isAlphanumeric(i))throw new RangeError("String contains unencodable characters in alphanumeric mode");let l=[],a;for(a=0;a+2<=i.length;a+=2){let p=re.ALPHANUMERIC_CHARSET.indexOf(i.charAt(a))*45;p+=re.ALPHANUMERIC_CHARSET.indexOf(i.charAt(a+1)),n(p,11,l)}return a<i.length&&n(re.ALPHANUMERIC_CHARSET.indexOf(i.charAt(a)),6,l),new re(re.Mode.ALPHANUMERIC,i.length,l)}static makeSegments(i){return i==""?[]:re.isNumeric(i)?[re.makeNumeric(i)]:re.isAlphanumeric(i)?[re.makeAlphanumeric(i)]:[re.makeBytes(re.toUtf8ByteArray(i))]}static makeEci(i){let l=[];if(i<0)throw new RangeError("ECI assignment value out of range");if(i<128)n(i,8,l);else if(i<16384)n(2,2,l),n(i,14,l);else if(i<1e6)n(6,3,l),n(i,21,l);else throw new RangeError("ECI assignment value out of range");return new re(re.Mode.ECI,0,l)}static isNumeric(i){return re.NUMERIC_REGEX.test(i)}static isAlphanumeric(i){return re.ALPHANUMERIC_REGEX.test(i)}getData(){return this.bitData.slice()}static getTotalBits(i,l){let a=0;for(const p of i){const m=p.mode.numCharCountBits(l);if(p.numChars>=1<<m)return 1/0;a+=4+m+p.bitData.length}return a}static toUtf8ByteArray(i){i=encodeURI(i);let l=[];for(let a=0;a<i.length;a++)i.charAt(a)!="%"?l.push(i.charCodeAt(a)):(l.push(parseInt(i.substring(a+1,a+3),16)),a+=2);return l}};s.NUMERIC_REGEX=/^[0-9]*$/,s.ALPHANUMERIC_REGEX=/^[A-Z0-9 $%*+.\/:-]*$/,s.ALPHANUMERIC_CHARSET="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:";let c=s;e.QrSegment=s})(Je||(Je={})),(e=>{(t=>{const n=class{constructor(o,s){this.ordinal=o,this.formatBits=s}};n.LOW=new n(0,1),n.MEDIUM=new n(1,0),n.QUARTILE=new n(2,3),n.HIGH=new n(3,2),t.Ecc=n})(e.QrCode||(e.QrCode={}))})(Je||(Je={})),(e=>{(t=>{const n=class{constructor(o,s){this.modeBits=o,this.numBitsCharCount=s}numCharCountBits(o){return this.numBitsCharCount[Math.floor((o+7)/17)]}};n.NUMERIC=new n(1,[10,12,14]),n.ALPHANUMERIC=new n(2,[9,11,13]),n.BYTE=new n(4,[8,16,16]),n.KANJI=new n(8,[8,10,12]),n.ECI=new n(7,[0,0,0]),t.Mode=n})(e.QrSegment||(e.QrSegment={}))})(Je||(Je={}));var ft=Je;/**
|
|
159
|
+
*/var Vn;(e=>{const t=class se{constructor(a,u,l,f){if(this.version=a,this.errorCorrectionLevel=u,this.modules=[],this.isFunction=[],a<se.MIN_VERSION||a>se.MAX_VERSION)throw new RangeError("Version value out of range");if(f<-1||f>7)throw new RangeError("Mask value out of range");this.size=a*4+17;let p=[];for(let h=0;h<this.size;h++)p.push(!1);for(let h=0;h<this.size;h++)this.modules.push(p.slice()),this.isFunction.push(p.slice());this.drawFunctionPatterns();const d=this.addEccAndInterleave(l);if(this.drawCodewords(d),f==-1){let h=1e9;for(let m=0;m<8;m++){this.applyMask(m),this.drawFormatBits(m);const x=this.getPenaltyScore();x<h&&(f=m,h=x),this.applyMask(m)}}o(0<=f&&f<=7),this.mask=f,this.applyMask(f),this.drawFormatBits(f),this.isFunction=[]}static encodeText(a,u){const l=e.QrSegment.makeSegments(a);return se.encodeSegments(l,u)}static encodeBinary(a,u){const l=e.QrSegment.makeBytes(a);return se.encodeSegments([l],u)}static encodeSegments(a,u,l=1,f=40,p=-1,d=!0){if(!(se.MIN_VERSION<=l&&l<=f&&f<=se.MAX_VERSION)||p<-1||p>7)throw new RangeError("Invalid value");let h,m;for(h=l;;h++){const A=se.getNumDataCodewords(h,u)*8,L=i.getTotalBits(a,h);if(L<=A){m=L;break}if(h>=f)throw new RangeError("Data too long")}for(const A of[se.Ecc.MEDIUM,se.Ecc.QUARTILE,se.Ecc.HIGH])d&&m<=se.getNumDataCodewords(h,A)*8&&(u=A);let x=[];for(const A of a){n(A.mode.modeBits,4,x),n(A.numChars,A.mode.numCharCountBits(h),x);for(const L of A.getData())x.push(L)}o(x.length==m);const T=se.getNumDataCodewords(h,u)*8;o(x.length<=T),n(0,Math.min(4,T-x.length),x),n(0,(8-x.length%8)%8,x),o(x.length%8==0);for(let A=236;x.length<T;A^=253)n(A,8,x);let w=[];for(;w.length*8<x.length;)w.push(0);return x.forEach((A,L)=>w[L>>>3]|=A<<7-(L&7)),new se(h,u,w,p)}getModule(a,u){return 0<=a&&a<this.size&&0<=u&&u<this.size&&this.modules[u][a]}getModules(){return this.modules}drawFunctionPatterns(){for(let l=0;l<this.size;l++)this.setFunctionModule(6,l,l%2==0),this.setFunctionModule(l,6,l%2==0);this.drawFinderPattern(3,3),this.drawFinderPattern(this.size-4,3),this.drawFinderPattern(3,this.size-4);const a=this.getAlignmentPatternPositions(),u=a.length;for(let l=0;l<u;l++)for(let f=0;f<u;f++)l==0&&f==0||l==0&&f==u-1||l==u-1&&f==0||this.drawAlignmentPattern(a[l],a[f]);this.drawFormatBits(0),this.drawVersion()}drawFormatBits(a){const u=this.errorCorrectionLevel.formatBits<<3|a;let l=u;for(let p=0;p<10;p++)l=l<<1^(l>>>9)*1335;const f=(u<<10|l)^21522;o(f>>>15==0);for(let p=0;p<=5;p++)this.setFunctionModule(8,p,r(f,p));this.setFunctionModule(8,7,r(f,6)),this.setFunctionModule(8,8,r(f,7)),this.setFunctionModule(7,8,r(f,8));for(let p=9;p<15;p++)this.setFunctionModule(14-p,8,r(f,p));for(let p=0;p<8;p++)this.setFunctionModule(this.size-1-p,8,r(f,p));for(let p=8;p<15;p++)this.setFunctionModule(8,this.size-15+p,r(f,p));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let a=this.version;for(let l=0;l<12;l++)a=a<<1^(a>>>11)*7973;const u=this.version<<12|a;o(u>>>18==0);for(let l=0;l<18;l++){const f=r(u,l),p=this.size-11+l%3,d=Math.floor(l/3);this.setFunctionModule(p,d,f),this.setFunctionModule(d,p,f)}}drawFinderPattern(a,u){for(let l=-4;l<=4;l++)for(let f=-4;f<=4;f++){const p=Math.max(Math.abs(f),Math.abs(l)),d=a+f,h=u+l;0<=d&&d<this.size&&0<=h&&h<this.size&&this.setFunctionModule(d,h,p!=2&&p!=4)}}drawAlignmentPattern(a,u){for(let l=-2;l<=2;l++)for(let f=-2;f<=2;f++)this.setFunctionModule(a+f,u+l,Math.max(Math.abs(f),Math.abs(l))!=1)}setFunctionModule(a,u,l){this.modules[u][a]=l,this.isFunction[u][a]=!0}addEccAndInterleave(a){const u=this.version,l=this.errorCorrectionLevel;if(a.length!=se.getNumDataCodewords(u,l))throw new RangeError("Invalid argument");const f=se.NUM_ERROR_CORRECTION_BLOCKS[l.ordinal][u],p=se.ECC_CODEWORDS_PER_BLOCK[l.ordinal][u],d=Math.floor(se.getNumRawDataModules(u)/8),h=f-d%f,m=Math.floor(d/f);let x=[];const T=se.reedSolomonComputeDivisor(p);for(let A=0,L=0;A<f;A++){let B=a.slice(L,L+m-p+(A<h?0:1));L+=B.length;const _=se.reedSolomonComputeRemainder(B,T);A<h&&B.push(0),x.push(B.concat(_))}let w=[];for(let A=0;A<x[0].length;A++)x.forEach((L,B)=>{(A!=m-p||B>=h)&&w.push(L[A])});return o(w.length==d),w}drawCodewords(a){if(a.length!=Math.floor(se.getNumRawDataModules(this.version)/8))throw new RangeError("Invalid argument");let u=0;for(let l=this.size-1;l>=1;l-=2){l==6&&(l=5);for(let f=0;f<this.size;f++)for(let p=0;p<2;p++){const d=l-p,m=(l+1&2)==0?this.size-1-f:f;!this.isFunction[m][d]&&u<a.length*8&&(this.modules[m][d]=r(a[u>>>3],7-(u&7)),u++)}}o(u==a.length*8)}applyMask(a){if(a<0||a>7)throw new RangeError("Mask value out of range");for(let u=0;u<this.size;u++)for(let l=0;l<this.size;l++){let f;switch(a){case 0:f=(l+u)%2==0;break;case 1:f=u%2==0;break;case 2:f=l%3==0;break;case 3:f=(l+u)%3==0;break;case 4:f=(Math.floor(l/3)+Math.floor(u/2))%2==0;break;case 5:f=l*u%2+l*u%3==0;break;case 6:f=(l*u%2+l*u%3)%2==0;break;case 7:f=((l+u)%2+l*u%3)%2==0;break;default:throw new Error("Unreachable")}!this.isFunction[u][l]&&f&&(this.modules[u][l]=!this.modules[u][l])}}getPenaltyScore(){let a=0;for(let p=0;p<this.size;p++){let d=!1,h=0,m=[0,0,0,0,0,0,0];for(let x=0;x<this.size;x++)this.modules[p][x]==d?(h++,h==5?a+=se.PENALTY_N1:h>5&&a++):(this.finderPenaltyAddHistory(h,m),d||(a+=this.finderPenaltyCountPatterns(m)*se.PENALTY_N3),d=this.modules[p][x],h=1);a+=this.finderPenaltyTerminateAndCount(d,h,m)*se.PENALTY_N3}for(let p=0;p<this.size;p++){let d=!1,h=0,m=[0,0,0,0,0,0,0];for(let x=0;x<this.size;x++)this.modules[x][p]==d?(h++,h==5?a+=se.PENALTY_N1:h>5&&a++):(this.finderPenaltyAddHistory(h,m),d||(a+=this.finderPenaltyCountPatterns(m)*se.PENALTY_N3),d=this.modules[x][p],h=1);a+=this.finderPenaltyTerminateAndCount(d,h,m)*se.PENALTY_N3}for(let p=0;p<this.size-1;p++)for(let d=0;d<this.size-1;d++){const h=this.modules[p][d];h==this.modules[p][d+1]&&h==this.modules[p+1][d]&&h==this.modules[p+1][d+1]&&(a+=se.PENALTY_N2)}let u=0;for(const p of this.modules)u=p.reduce((d,h)=>d+(h?1:0),u);const l=this.size*this.size,f=Math.ceil(Math.abs(u*20-l*10)/l)-1;return o(0<=f&&f<=9),a+=f*se.PENALTY_N4,o(0<=a&&a<=2568888),a}getAlignmentPatternPositions(){if(this.version==1)return[];{const a=Math.floor(this.version/7)+2,u=this.version==32?26:Math.ceil((this.version*4+4)/(a*2-2))*2;let l=[6];for(let f=this.size-7;l.length<a;f-=u)l.splice(1,0,f);return l}}static getNumRawDataModules(a){if(a<se.MIN_VERSION||a>se.MAX_VERSION)throw new RangeError("Version number out of range");let u=(16*a+128)*a+64;if(a>=2){const l=Math.floor(a/7)+2;u-=(25*l-10)*l-55,a>=7&&(u-=36)}return o(208<=u&&u<=29648),u}static getNumDataCodewords(a,u){return Math.floor(se.getNumRawDataModules(a)/8)-se.ECC_CODEWORDS_PER_BLOCK[u.ordinal][a]*se.NUM_ERROR_CORRECTION_BLOCKS[u.ordinal][a]}static reedSolomonComputeDivisor(a){if(a<1||a>255)throw new RangeError("Degree out of range");let u=[];for(let f=0;f<a-1;f++)u.push(0);u.push(1);let l=1;for(let f=0;f<a;f++){for(let p=0;p<u.length;p++)u[p]=se.reedSolomonMultiply(u[p],l),p+1<u.length&&(u[p]^=u[p+1]);l=se.reedSolomonMultiply(l,2)}return u}static reedSolomonComputeRemainder(a,u){let l=u.map(f=>0);for(const f of a){const p=f^l.shift();l.push(0),u.forEach((d,h)=>l[h]^=se.reedSolomonMultiply(d,p))}return l}static reedSolomonMultiply(a,u){if(a>>>8||u>>>8)throw new RangeError("Byte out of range");let l=0;for(let f=7;f>=0;f--)l=l<<1^(l>>>7)*285,l^=(u>>>f&1)*a;return o(l>>>8==0),l}finderPenaltyCountPatterns(a){const u=a[1];o(u<=this.size*3);const l=u>0&&a[2]==u&&a[3]==u*3&&a[4]==u&&a[5]==u;return(l&&a[0]>=u*4&&a[6]>=u?1:0)+(l&&a[6]>=u*4&&a[0]>=u?1:0)}finderPenaltyTerminateAndCount(a,u,l){return a&&(this.finderPenaltyAddHistory(u,l),u=0),u+=this.size,this.finderPenaltyAddHistory(u,l),this.finderPenaltyCountPatterns(l)}finderPenaltyAddHistory(a,u){u[0]==0&&(a+=this.size),u.pop(),u.unshift(a)}};t.MIN_VERSION=1,t.MAX_VERSION=40,t.PENALTY_N1=3,t.PENALTY_N2=3,t.PENALTY_N3=40,t.PENALTY_N4=10,t.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],t.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=t;function n(c,a,u){if(a<0||a>31||c>>>a)throw new RangeError("Value out of range");for(let l=a-1;l>=0;l--)u.push(c>>>l&1)}function r(c,a){return(c>>>a&1)!=0}function o(c){if(!c)throw new Error("Assertion error")}const s=class xe{constructor(a,u,l){if(this.mode=a,this.numChars=u,this.bitData=l,u<0)throw new RangeError("Invalid argument");this.bitData=l.slice()}static makeBytes(a){let u=[];for(const l of a)n(l,8,u);return new xe(xe.Mode.BYTE,a.length,u)}static makeNumeric(a){if(!xe.isNumeric(a))throw new RangeError("String contains non-numeric characters");let u=[];for(let l=0;l<a.length;){const f=Math.min(a.length-l,3);n(parseInt(a.substring(l,l+f),10),f*3+1,u),l+=f}return new xe(xe.Mode.NUMERIC,a.length,u)}static makeAlphanumeric(a){if(!xe.isAlphanumeric(a))throw new RangeError("String contains unencodable characters in alphanumeric mode");let u=[],l;for(l=0;l+2<=a.length;l+=2){let f=xe.ALPHANUMERIC_CHARSET.indexOf(a.charAt(l))*45;f+=xe.ALPHANUMERIC_CHARSET.indexOf(a.charAt(l+1)),n(f,11,u)}return l<a.length&&n(xe.ALPHANUMERIC_CHARSET.indexOf(a.charAt(l)),6,u),new xe(xe.Mode.ALPHANUMERIC,a.length,u)}static makeSegments(a){return a==""?[]:xe.isNumeric(a)?[xe.makeNumeric(a)]:xe.isAlphanumeric(a)?[xe.makeAlphanumeric(a)]:[xe.makeBytes(xe.toUtf8ByteArray(a))]}static makeEci(a){let u=[];if(a<0)throw new RangeError("ECI assignment value out of range");if(a<128)n(a,8,u);else if(a<16384)n(2,2,u),n(a,14,u);else if(a<1e6)n(6,3,u),n(a,21,u);else throw new RangeError("ECI assignment value out of range");return new xe(xe.Mode.ECI,0,u)}static isNumeric(a){return xe.NUMERIC_REGEX.test(a)}static isAlphanumeric(a){return xe.ALPHANUMERIC_REGEX.test(a)}getData(){return this.bitData.slice()}static getTotalBits(a,u){let l=0;for(const f of a){const p=f.mode.numCharCountBits(u);if(f.numChars>=1<<p)return 1/0;l+=4+p+f.bitData.length}return l}static toUtf8ByteArray(a){a=encodeURI(a);let u=[];for(let l=0;l<a.length;l++)a.charAt(l)!="%"?u.push(a.charCodeAt(l)):(u.push(parseInt(a.substring(l+1,l+3),16)),l+=2);return u}};s.NUMERIC_REGEX=/^[0-9]*$/,s.ALPHANUMERIC_REGEX=/^[A-Z0-9 $%*+.\/:-]*$/,s.ALPHANUMERIC_CHARSET="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:";let i=s;e.QrSegment=s})(Vn||(Vn={})),(e=>{(t=>{const n=class{constructor(o,s){this.ordinal=o,this.formatBits=s}};n.LOW=new n(0,1),n.MEDIUM=new n(1,0),n.QUARTILE=new n(2,3),n.HIGH=new n(3,2),t.Ecc=n})(e.QrCode||(e.QrCode={}))})(Vn||(Vn={})),(e=>{(t=>{const n=class{constructor(o,s){this.modeBits=o,this.numBitsCharCount=s}numCharCountBits(o){return this.numBitsCharCount[Math.floor((o+7)/17)]}};n.NUMERIC=new n(1,[10,12,14]),n.ALPHANUMERIC=new n(2,[9,11,13]),n.BYTE=new n(4,[8,16,16]),n.KANJI=new n(8,[8,10,12]),n.ECI=new n(7,[0,0,0]),t.Mode=n})(e.QrSegment||(e.QrSegment={}))})(Vn||(Vn={}));var Sr=Vn;/**
|
|
100
160
|
* @license qrcode.react
|
|
101
161
|
* Copyright (c) Paul O'Shannessy
|
|
102
162
|
* SPDX-License-Identifier: ISC
|
|
103
|
-
*/var Ic={L:ft.QrCode.Ecc.LOW,M:ft.QrCode.Ecc.MEDIUM,Q:ft.QrCode.Ecc.QUARTILE,H:ft.QrCode.Ecc.HIGH},hi=128,gi="L",vi="#FFFFFF",bi="#000000",yi=!1,xi=1,jc=4,_c=0,kc=.1;function wi(e,t=0){const n=[];return e.forEach(function(r,o){let s=null;r.forEach(function(c,u){if(!c&&s!==null){n.push(`M${s+t} ${o+t}h${u-s}v1H${s+t}z`),s=null;return}if(u===r.length-1){if(!c)return;s===null?n.push(`M${u+t},${o+t} h1v1H${u+t}z`):n.push(`M${s+t},${o+t} h${u+1-s}v1H${s+t}z`);return}c&&s===null&&(s=u)})}),n.join("")}function Ei(e,t){return e.slice().map((n,r)=>r<t.y||r>=t.y+t.h?n:n.map((o,s)=>s<t.x||s>=t.x+t.w?o:!1))}function Rc(e,t,n,r){if(r==null)return null;const o=e.length+n*2,s=Math.floor(t*kc),c=o/t,u=(r.width||s)*c,i=(r.height||s)*c,l=r.x==null?e.length/2-u/2:r.x*c,a=r.y==null?e.length/2-i/2:r.y*c,p=r.opacity==null?1:r.opacity;let m=null;if(r.excavate){let h=Math.floor(l),b=Math.floor(a),v=Math.ceil(u+l-h),E=Math.ceil(i+a-b);m={x:h,y:b,w:v,h:E}}const f=r.crossOrigin;return{x:l,y:a,h:i,w:u,excavation:m,opacity:p,crossOrigin:f}}function Bc(e,t){return t!=null?Math.max(Math.floor(t),0):e?jc:_c}function Ci({value:e,level:t,minVersion:n,includeMargin:r,marginSize:o,imageSettings:s,size:c,boostLevel:u}){let i=d.useMemo(()=>{const h=(Array.isArray(e)?e:[e]).reduce((b,v)=>(b.push(...ft.QrSegment.makeSegments(v)),b),[]);return ft.QrCode.encodeSegments(h,Ic[t],n,void 0,void 0,u)},[e,t,n,u]);const{cells:l,margin:a,numCells:p,calculatedImageSettings:m}=d.useMemo(()=>{let f=i.getModules();const h=Bc(r,o),b=f.length+h*2,v=Rc(f,c,h,s);return{cells:f,margin:h,numCells:b,calculatedImageSettings:v}},[i,c,s,r,o]);return{qrcode:i,margin:a,cells:l,numCells:p,calculatedImageSettings:m}}var Wc=function(){try{new Path2D().addPath(new Path2D)}catch{return!1}return!0}(),Vc=d.forwardRef(function(t,n){const r=t,{value:o,size:s=hi,level:c=gi,bgColor:u=vi,fgColor:i=bi,includeMargin:l=yi,minVersion:a=xi,boostLevel:p,marginSize:m,imageSettings:f}=r,b=er(r,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","marginSize","imageSettings"]),{style:v}=b,E=er(b,["style"]),x=f==null?void 0:f.src,y=d.useRef(null),S=d.useRef(null),C=d.useCallback(A=>{y.current=A,typeof n=="function"?n(A):n&&(n.current=A)},[n]),[O,F]=d.useState(!1),{margin:R,cells:V,numCells:M,calculatedImageSettings:L}=Ci({value:o,level:c,minVersion:a,boostLevel:p,includeMargin:l,marginSize:m,imageSettings:f,size:s});d.useEffect(()=>{if(y.current!=null){const A=y.current,D=A.getContext("2d");if(!D)return;let B=V;const H=S.current,T=L!=null&&H!==null&&H.complete&&H.naturalHeight!==0&&H.naturalWidth!==0;T&&L.excavation!=null&&(B=Ei(V,L.excavation));const k=window.devicePixelRatio||1;A.height=A.width=s*k;const Q=s/M*k;D.scale(Q,Q),D.fillStyle=u,D.fillRect(0,0,M,M),D.fillStyle=i,Wc?D.fill(new Path2D(wi(B,R))):V.forEach(function(me,Z){me.forEach(function(q,et){q&&D.fillRect(et+R,Z+R,1,1)})}),L&&(D.globalAlpha=L.opacity),T&&D.drawImage(H,L.x+R,L.y+R,L.w,L.h)}}),d.useEffect(()=>{F(!1)},[x]);const Y=Zn({height:s,width:s},v);let j=null;return x!=null&&(j=d.createElement("img",{src:x,key:x,style:{display:"none"},onLoad:()=>{F(!0)},ref:S,crossOrigin:L==null?void 0:L.crossOrigin})),d.createElement(d.Fragment,null,d.createElement("canvas",Zn({style:Y,height:s,width:s,ref:C,role:"img"},E)),j)});Vc.displayName="QRCodeCanvas";var Si=d.forwardRef(function(t,n){const r=t,{value:o,size:s=hi,level:c=gi,bgColor:u=vi,fgColor:i=bi,includeMargin:l=yi,minVersion:a=xi,boostLevel:p,title:m,marginSize:f,imageSettings:h}=r,b=er(r,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","title","marginSize","imageSettings"]),{margin:v,cells:E,numCells:x,calculatedImageSettings:y}=Ci({value:o,level:c,minVersion:a,boostLevel:p,includeMargin:l,marginSize:f,imageSettings:h,size:s});let S=E,C=null;h!=null&&y!=null&&(y.excavation!=null&&(S=Ei(E,y.excavation)),C=d.createElement("image",{href:h.src,height:y.h,width:y.w,x:y.x+v,y:y.y+v,preserveAspectRatio:"none",opacity:y.opacity,crossOrigin:y.crossOrigin}));const O=wi(S,v);return d.createElement("svg",Zn({height:s,width:s,viewBox:`0 0 ${x} ${x}`,ref:n,role:"img"},b),!!m&&d.createElement("title",null,m),d.createElement("path",{fill:u,d:`M0,0 h${x}v${x}H0z`,shapeRendering:"crispEdges"}),d.createElement("path",{fill:i,d:O,shapeRendering:"crispEdges"}),C)});Si.displayName="QRCodeSVG";const Hc=(e,t)=>Number(e)>Number(t),Ze=e=>{if(!e||e===""||isNaN(Number(e)))return"0.00";const t=Number(e);if(t===0)return"0.00";let n=t.toString();n.includes("e")&&(n=t.toFixed(20));const r=n.split("."),o=r[0];let s=r[1]||"";return s.length>6&&(s=s.substring(0,6)),s=s.replace(/0+$/,""),s?(s.length===1&&(s+="0"),o+"."+s):o+".00"},$i=(e,t="0")=>{if(/[^0-9.]/.test(e))return{isValid:!1,formattedValue:"",errorType:"invalid_char"};if(e===".")return{isValid:!0,formattedValue:"0."};if((e.match(/\./g)||[]).length>1)return{isValid:!1,formattedValue:"",errorType:"invalid_char"};if(!e||e==="")return{isValid:!0,formattedValue:""};const o=e.split(".");if(o.length===2&&o[1].length>6){const i=o[0]+"."+o[1].substring(0,6);return $i(i,t)}const s=parseFloat(e),c=parseFloat(t);if(!isNaN(s)&&!isNaN(c)&&s>c)return{isValid:!0,formattedValue:Ze(t),errorType:"auto_adjusted_to_max"};let u=e;return!isNaN(s)&&!e.endsWith(".")&&e.includes(".")&&(u=e.replace(/\.?0+$/,""),u.includes(".")||(u=u)),{isValid:!0,formattedValue:u}},Uc=(e,t,n)=>{if(!e||e===""||e==="0"||e==="0.00")return!1;const r=parseFloat(e),o=parseFloat(t);return!(isNaN(r)||isNaN(o)||r>o||!n)},Oi={ETHEREUM:1,SEPOLIA:11155111},zc=[Oi.ETHEREUM,Oi.SEPOLIA],Gc=e=>{if(e.chainId!==void 0){const t=typeof e.chainId=="string"?parseInt(e.chainId,10):e.chainId;return!zc.includes(t)}return!0},Yc=[{chainId:1,chain:"Ethereum",chainIconUrl:"https://static.edgex.exchange/icons/logo/ethereum.svg",allowDeposit:!0,blockTime:12,txConfirm:12},{chainId:42161,chain:"Arbitrum",chainIconUrl:"https://static.edgex.exchange/icons/logo/arbitrum.svg",allowDeposit:!0,blockTime:1,txConfirm:1}],Ti={wallet:"mpc",ethAddress:"0x1234567890123456789012345678901234567890",accountId:"123",l2Key:"0x123"},Ai={address:"0x1234567890123456789012345678901234567890"},Pi={multiChain:{minDeposit:10}},Kc=({walletAdapter:e,curSelectToken:t,currentActiveChain:n,metadata:r})=>{var s;const o=d.useMemo(()=>Gc(n||{}),[n]);return w.jsxs(w.Fragment,{children:[w.jsx("div",{className:"flex justify-center mt-4 mb-3",children:w.jsx("div",{className:"bg-white rounded-lg",children:w.jsx(Si,{value:(e==null?void 0:e.getDisplayAddress())||"",size:120,level:"L",bgColor:"#ffffff",fgColor:"#000000",marginSize:0})})}),w.jsxs("div",{className:"flex items-center justify-between bg-fill-input-primary rounded-lg py-2 px-3 mb-3",children:[w.jsx("span",{className:"flex-1 text-text-primary text-sm font-medium break-all mr-3",children:e==null?void 0:e.getDisplayAddress()}),w.jsx("div",{onClick:()=>{navigator.clipboard.writeText((e==null?void 0:e.getDisplayAddress())||"")},style:{cursor:"pointer"},children:w.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:[w.jsx("rect",{x:"2.08496",y:"4.02295",width:"9.89893",height:"9.89893",rx:"2",stroke:"#F9F9F9"}),w.jsx("path",{d:"M5.85547 2.07861H11.415C12.7957 2.07861 13.915 3.1979 13.915 4.57861V10.0786",stroke:"#F9F9F9",strokeLinecap:"round"})]})})]}),w.jsxs("div",{className:"flex items-start",children:[w.jsx("div",{className:"w-5",children:w.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:w.jsx("path",{d:"M8.00016 14.6667C11.6821 14.6667 14.6668 11.6819 14.6668 8C14.6668 4.31809 11.6821 1.33333 8.00016 1.33333C4.31826 1.33333 1.3335 4.31809 1.3335 8C1.3335 11.6819 4.31826 14.6667 8.00016 14.6667Z",fill:"#FF8F34",stroke:"#FF8F34",strokeWidth:"1.33333",strokeLinejoin:"round"})})}),w.jsxs("div",{className:"flex-1",children:[w.jsxs("p",{className:"text-xs text-functional-orange-1",children:["Only ",t," (",n==null?void 0:n.chain,") is supported for deposits to this address."]}),w.jsx("div",{className:"pt-2 h-[1px] border-b border-dashed border-line-divider-secondary"})]})]}),o&&w.jsxs(w.Fragment,{children:[w.jsx("div",{className:"flex items-start pl-5 pt-2 text-functional-orange-1 text-xs",children:"When the deposit amount exceeds 250,000, there may be a delay in arrival. It is recommended to use the Ethereum network for deposits."}),w.jsx("div",{className:"pt-4 h-[1px] border-b border-dashed border-line-divider-secondary"})]}),w.jsxs("div",{className:"text-sm",children:[w.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-4",children:[w.jsx("span",{className:"text-text-tertiary",children:"Arrival Time"}),w.jsxs("span",{className:"text-text-primary font-medium text-right underline decoration-dotted underline-offset-1",children:["≈"," ",Math.ceil(((n==null?void 0:n.blockTime)||12)*((n==null?void 0:n.txConfirm)||12)/60)," ","minutes"]})]}),w.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-2",children:[w.jsx("span",{className:"text-text-tertiary",children:"Minimum Deposit Amount"}),w.jsxs("span",{className:"text-text-primary font-medium text-right",children:[((s=r==null?void 0:r.multiChain)==null?void 0:s.minDeposit)||10," ",t]})]}),w.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-2",children:[w.jsx("span",{className:"text-text-tertiary",children:"Maximum Deposit Amount"}),w.jsxs("span",{className:"text-text-primary font-medium text-right",children:["250,000 ",t]})]})]})]})},Qc=({chains:e,defaultChainId:t,defaultTokenAddress:n,walletAdapter:r,metadata:o,onDeposit:s,onClose:c})=>{var b;const[u,i]=d.useState(()=>{var v;return!e||e.length===0?1:t||((v=e[0])==null?void 0:v.chainId)||1}),[l,a]=d.useState(()=>{var y;if(!e||e.length===0)return"";const v=t||((y=e[0])==null?void 0:y.chainId),E=e.find(S=>S.chainId===v);if(!E||!E.tokenList||E.tokenList.length===0)return"";const x=E.tokenList.find(S=>S.tokenAddress===n)||E.tokenList[0];return(x==null?void 0:x.token)||""}),[p,m]=d.useState(""),f=e&&e.length>0?e.find(v=>v.chainId===u)||e[0]:null,h=(b=f==null?void 0:f.tokenList)==null?void 0:b.find(v=>v.token===l);return!e||e.length===0?w.jsx("div",{className:"text-center py-8",children:w.jsx("p",{className:"text-gray-400",children:"No chains available"})}):f?w.jsxs(w.Fragment,{children:[w.jsx(fi,{currentActiveChain:f,chainList:e,onChainChange:i,curSelectToken:l,onTokenChange:a,walletType:"mpc"}),w.jsx(Kc,{walletAdapter:r,curSelectToken:l,currentActiveChain:f,metadata:o}),w.jsx("button",{className:"w-full h-[38px] bg-fill-btn-primary rounded-xl text-sm font-medium text-text-on-sec-btn mt-4",onClick:()=>{s&&s({amount:p,chainId:u,tokenAddress:(h==null?void 0:h.tokenAddress)||"",tokenSymbol:l}),c()},children:"Deposit"})]}):w.jsx("div",{className:"text-center py-8",children:w.jsx("p",{className:"text-gray-400",children:"Loading..."})})},Xc=({depositAmount:e,curSelectToken:t,curSelectTokenData:n,approved:r,currentActiveChain:o,currentEquity:s,amount:c,decimals:u,tokenBalance:i,onDepositAmountChange:l,onApprove:a})=>{const p=f=>{const h=f.target.value,v=$i(h,i||"0");if(v.isValid)l(v.formattedValue),v.errorType;else return v.errorType==="exceed_balance",void 0},m=()=>{const f=parseFloat(i||"0"),h=parseFloat(e||"0");if(h>0){const b=f-h,v=Ze(Math.max(0,b).toString());return`${Ze(i||"0")} → ${v} ${t}`}return`${Ze(i||"0")} ${t}`};return w.jsxs(w.Fragment,{children:[w.jsxs("div",{className:"bg-fill-input-primary rounded-lg px-3 py-[10px] my-4",children:[w.jsxs("div",{className:"flex justify-between items-center h-[18px] mb-3",children:[w.jsx("input",{type:"text",placeholder:"Amount",value:e,onChange:p,className:"flex-1 bg-transparent text-text-primary text-sm font-medium placeholder-text-tertiary placeholder:font-normal focus:outline-none border-none p-0 h-full"}),w.jsx("button",{onClick:()=>{l(i||"0")},className:"text-theme-normal text-xs font-medium cursor-pointer hover:opacity-80 transition-opacity h-full flex items-center",children:"MAX"})]}),w.jsx("div",{className:"h-[1px] bg-line-divider-secondary mb-2"}),w.jsxs("div",{className:"flex justify-between items-center",children:[w.jsx("span",{className:"text-text-tertiary text-xs leading-[14px]",children:"Available"}),w.jsx("span",{className:"text-text-primary text-xs leading-[14px]",children:m()})]})]}),!r&&Hc(e||"0",0)&&w.jsxs("div",{className:"flex justify-center flex-col items-center",children:[w.jsxs("h3",{className:"text-text-primary text-sm leading-4 font-medium",children:["Enable ",t," on ",o==null?void 0:o.chain]}),w.jsxs("p",{className:"text-text-secondary text-xs leading-3 mt-4",children:["You must enable ",t," first before you can deposit on"," ",o==null?void 0:o.chain,"."]}),w.jsxs("button",{className:"w-[180px] h-8 bg-fill-btn-primary hover:bg-fill-btn-primary-hover text-text-on-sec-btn rounded-xl text-sm font-medium transition-colors my-4",onClick:a,children:["Enable ",t]})]}),w.jsx("div",{className:"border-t border-line-divider-secondary border-dashed py-4",children:w.jsxs("div",{className:"flex justify-between items-center",children:[w.jsx("span",{className:"text-sm leading-[18px] text-text-tertiary",children:"总资产"}),w.jsx("span",{className:"text-sm leading-[18px] text-text-primary font-medium",children:e?`${Ze("0")} → ${Ze(e)} ${t}`:`${Ze("0")} ${t}`})]})})]})},qc=({account:e,chainId:t,contractAddress:n,tokens:r=[],wagmiHooks:o})=>{var p;const s=d.useMemo(()=>r.filter(m=>m.tokenAddress&&m.tokenAddress!=="0x0000000000000000000000000000000000000000"),[r]),c=(p=o==null?void 0:o.useBalance)==null?void 0:p.call(o,{address:e,chainId:t}),u=s.map(m=>{var f;return(f=o==null?void 0:o.useBalance)==null?void 0:f.call(o,{address:e,token:m.tokenAddress,chainId:t})}),i=s.map(m=>{var f;return(f=o==null?void 0:o.useReadContract)==null?void 0:f.call(o,{address:m.tokenAddress,abi:[{name:"allowance",type:"function",stateMutability:"view",inputs:[{name:"owner",type:"address"},{name:"spender",type:"address"}],outputs:[{name:"",type:"uint256"}]}],functionName:"allowance",args:[e,n],chainId:t})}),l=d.useMemo(()=>{const m=c!=null&&c.data?{value:c.data.value,formatted:c.data.formatted,decimals:c.data.decimals,symbol:c.data.symbol}:{value:BigInt(0),formatted:"0",decimals:18,symbol:"ETH"},f=u.map((v,E)=>{const x=s[E],y=v==null?void 0:v.data;return{address:x.tokenAddress,value:(y==null?void 0:y.value)||BigInt(0),formatted:(y==null?void 0:y.formatted)||"0",decimals:(y==null?void 0:y.decimals)||x.decimals}}),h=i.map((v,E)=>{const x=s[E],y=v!=null&&v.data?BigInt(v.data.toString()):BigInt(0);return{address:x.tokenAddress,value:y,formatted:(y/BigInt(10)**BigInt(x.decimals)).toString(),decimals:x.decimals}}),b=f.reduce((v,E)=>{const x=h.find(y=>y.address===E.address);return{...v,[E.address]:{balance:E,allowance:x||{address:E.address,value:BigInt(0),formatted:"0",decimals:E.decimals}}}},{});return{balanceList:f,allowanceList:h,baseTokenBalance:m,combinedData:b}},[c==null?void 0:c.data,u,i,s]);return{multicallRun:d.useCallback(async()=>l,[l]),multicallResult:l,validErcTokens:s,isLoading:(c==null?void 0:c.isLoading)||u.some(m=>m==null?void 0:m.isLoading)||i.some(m=>m==null?void 0:m.isLoading)}},Jc=({chains:e,defaultChainId:t,defaultTokenAddress:n,defaultAmount:r="",walletAdapter:o,metadata:s,currentEquity:c,wagmiHooks:u,approved:i,onApproved:l,onDeposit:a,onClose:p})=>{var j;const[m,f]=d.useState(()=>{var A;return!e||e.length===0?1:t||((A=e[0])==null?void 0:A.chainId)||1}),[h,b]=d.useState(()=>{var H;if(!e||e.length===0)return"";const A=t||((H=e[0])==null?void 0:H.chainId),D=e.find(T=>T.chainId===A);if(!D||!D.tokenList||D.tokenList.length===0)return"";const B=D.tokenList.find(T=>T.tokenAddress===n)||D.tokenList[0];return(B==null?void 0:B.token)||""}),[v,E]=d.useState(r),x=d.useRef(!0),y=d.useRef(h),S=d.useRef(m);d.useEffect(()=>{if(x.current){x.current=!1,y.current=h,S.current=m;return}(y.current!==h||S.current!==m)&&(E(""),y.current=h,S.current=m)},[h,m]);const C=e&&e.length>0?e.find(A=>A.chainId===m)||e[0]:null,O=(j=C==null?void 0:C.tokenList)==null?void 0:j.find(A=>A.token===h),F=o==null?void 0:o.getDisplayAddress(),{multicallResult:R}=qc({account:F,chainId:m,contractAddress:void 0,tokens:(C==null?void 0:C.tokenList)||[],wagmiHooks:u}),V=d.useMemo(()=>{var D;if(!O)return;if(!O.tokenAddress||O.tokenAddress.toLowerCase()==="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee")return R.baseTokenBalance.formatted;const A=R.combinedData[O.tokenAddress];return((D=A==null?void 0:A.balance)==null?void 0:D.formatted)||"0"},[O,R]),M=d.useMemo(()=>{var D;if(i!==void 0)return i;const A=(D=O==null?void 0:O.allowance)==null?void 0:D.formatted;return!A||!v?!1:parseFloat(A)>=parseFloat(v)},[i,O==null?void 0:O.allowance,v]),L=d.useMemo(()=>{const A=parseFloat(v||"0"),D=10,B=V||"0",H=Uc(v,B,M);return!v||A===0?{text:"Confirm Deposit",disabled:!0}:M?A>parseFloat(B)?{text:"Insufficient Balance",disabled:!0}:A<D?{text:`Min Deposit ${D} ${h}`,disabled:!0}:{text:"Confirm Deposit",disabled:!H}:{text:"Confirm Deposit",disabled:!0}},[v,h,V,M]),Y=d.useCallback(async()=>{a&&a({amount:v,chainId:m,tokenAddress:(O==null?void 0:O.tokenAddress)||"",tokenSymbol:h}),p()},[a,p,v,m,O==null?void 0:O.tokenAddress,h]);return!e||e.length===0?w.jsx("div",{className:"text-center py-8",children:w.jsx("p",{className:"text-gray-400",children:"No chains available"})}):C?w.jsxs(w.Fragment,{children:[w.jsx(fi,{currentActiveChain:C,chainList:e,onChainChange:f,curSelectToken:h,onTokenChange:b,walletType:"evm"}),w.jsx(Xc,{depositAmount:v,curSelectToken:h,curSelectTokenData:{balance:O==null?void 0:O.balance,allowance:O==null?void 0:O.allowance},approved:M,currentActiveChain:C,currentEquity:c||0,amount:v,decimals:(O==null?void 0:O.decimals)||6,tokenBalance:V,onDepositAmountChange:E,onApprove:async()=>{l&&await l()}}),w.jsx("button",{className:`w-full h-[38px] text-sm rounded-xl font-medium transition-colors ${L.disabled?"bg-text-disabled text-text-secondary cursor-not-allowed":"bg-fill-btn-primary text-text-on-sec-btn"}`,onClick:Y,disabled:L.disabled,children:L.text})]}):w.jsx("div",{className:"text-center py-8",children:w.jsx("p",{className:"text-gray-400",children:"Loading..."})})},Mi=({isOpen:e,onClose:t,config:n,currentActiveAccount:r=Ti,smartWallet:o=Ai,chains:s,defaultChainId:c,defaultTokenAddress:u,defaultAmount:i="",metadata:l=Pi,currentEquity:a=5e3,approved:p,onApproved:m,onDeposit:f})=>{const h=d.useMemo(()=>{var v;return r?fs(r,o,!1,(v=s[0])==null?void 0:v.chainId,"0","0"):null},[r,o,s]),b=(h==null?void 0:h.getWalletType())==="mpc";return e?de.createPortal(w.jsx("div",{className:"fixed top-0 left-0 right-0 bottom-0 z-[999] w-screen h-screen",style:{zIndex:999},children:w.jsx("div",{className:"fixed top-0 left-0 right-0 bottom-0 z-50 flex items-center justify-center",style:{background:"rgba(0, 0, 0, 0.6)"},onClick:()=>{t()},"aria-hidden":"true",children:w.jsxs("div",{className:"relative w-[420px] max-h-[85vh] bg-fill-page-secondary overflow-auto rounded-lg p-6 shadow-xl",onClick:v=>{v.stopPropagation()},children:[w.jsxs("div",{className:"flex items-center justify-between mb-4",children:[w.jsx("h2",{className:"text-lg font-semibold text-white",children:"Deposit"}),w.jsx("button",{className:"text-gray-400 hover:text-gray-200 transition-colors",onClick:t,"aria-label":"Close",children:w.jsx(as,{className:"h-4 w-4"})})]}),b?w.jsx(Qc,{chains:s,defaultChainId:c,defaultTokenAddress:u,defaultAmount:i,walletAdapter:h,metadata:l,currentEquity:a,onDeposit:f,onClose:t}):w.jsx(Jc,{chains:s,defaultChainId:c,defaultTokenAddress:u,defaultAmount:i,walletAdapter:h,metadata:l,currentEquity:a,approved:p,onApproved:m,onDeposit:f,onClose:t})]})})}),document.body):null};let Fe=null;const Zc={symbol:"USDT"},Ni=d.forwardRef((e,t)=>{const[n,r]=d.useState(!1),[o,s]=d.useState({chains:[]}),c=d.useCallback(a=>{s(a),r(!0)},[]),u=d.useCallback(a=>{s(p=>({...p,...a}))},[]),i=d.useCallback(()=>{r(!1),o.onClose&&o.onClose()},[o.onClose]),l=d.useCallback(()=>n,[n]);return d.useImperativeHandle(t,()=>({openDeposit:c,closeDeposit:i,updateDepositOptions:u,isOpen:l}),[c,i,u,l]),d.useEffect(()=>(Fe={openDeposit:c,closeDeposit:i,updateDepositOptions:u,isOpen:l},()=>{Fe=null}),[c,i,u,l]),w.jsx(Mi,{isOpen:n,onClose:i,config:o.config||Zc,currentActiveAccount:o.currentActiveAccount||Ti,smartWallet:o.smartWallet||Ai,chains:o.chains||Yc,defaultChainId:o.defaultChainId,defaultTokenAddress:o.defaultTokenAddress,defaultAmount:o.defaultAmount,metadata:o.metadata||Pi,currentEquity:o.currentEquity??5e3,wagmiHooks:o.wagmiHooks,approved:o.approved,onApproved:o.onApproved,onDeposit:o.onDeposit})});Ni.displayName="DepositManager";const Li=e=>{if(!Fe){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}Fe.openDeposit(e||{chains:[]})},Fi=()=>{if(!Fe){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}Fe.closeDeposit()},ef=e=>{if(!Fe){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}Fe.updateDepositOptions(e)},tf=()=>Fe?Fe.isOpen():!1,nf=()=>({openDeposit:Li,closeDeposit:Fi,updateDepositOptions:ef,isOpen:tf});d.createContext(null);const rf=({isOpen:e,onClose:t,config:n})=>e?w.jsx("div",{className:"withdraw-modal",children:w.jsx("div",{className:"modal-overlay",onClick:t,children:w.jsxs("div",{className:"modal-content",onClick:r=>r.stopPropagation(),children:[w.jsxs("h2",{children:["Withdraw ",n.symbol]}),w.jsxs("p",{children:["Symbol: ",n.symbol]}),w.jsx("button",{onClick:t,children:"Close"})]})})}):null;ne.ComponentProvider=Zi,ne.Deposit=Mi,ne.DepositManager=Ni,ne.Withdraw=rf,ne.closeDeposit=Fi,ne.openDeposit=Li,ne.useDeposit=es,ne.useDepositManager=nf,ne.useWithdraw=ts,Object.defineProperty(ne,Symbol.toStringTag,{value:"Module"})});
|
|
163
|
+
*/var oS={L:Sr.QrCode.Ecc.LOW,M:Sr.QrCode.Ecc.MEDIUM,Q:Sr.QrCode.Ecc.QUARTILE,H:Sr.QrCode.Ecc.HIGH},Kh=128,Yh="L",Xh="#FFFFFF",Qh="#000000",Jh=!1,e0=1,sS=4,iS=0,aS=.1;function t0(e,t=0){const n=[];return e.forEach(function(r,o){let s=null;r.forEach(function(i,c){if(!i&&s!==null){n.push(`M${s+t} ${o+t}h${c-s}v1H${s+t}z`),s=null;return}if(c===r.length-1){if(!i)return;s===null?n.push(`M${c+t},${o+t} h1v1H${c+t}z`):n.push(`M${s+t},${o+t} h${c+1-s}v1H${s+t}z`);return}i&&s===null&&(s=c)})}),n.join("")}function n0(e,t){return e.slice().map((n,r)=>r<t.y||r>=t.y+t.h?n:n.map((o,s)=>s<t.x||s>=t.x+t.w?o:!1))}function cS(e,t,n,r){if(r==null)return null;const o=e.length+n*2,s=Math.floor(t*aS),i=o/t,c=(r.width||s)*i,a=(r.height||s)*i,u=r.x==null?e.length/2-c/2:r.x*i,l=r.y==null?e.length/2-a/2:r.y*i,f=r.opacity==null?1:r.opacity;let p=null;if(r.excavate){let h=Math.floor(u),m=Math.floor(l),x=Math.ceil(c+u-h),T=Math.ceil(a+l-m);p={x:h,y:m,w:x,h:T}}const d=r.crossOrigin;return{x:u,y:l,h:a,w:c,excavation:p,opacity:f,crossOrigin:d}}function uS(e,t){return t!=null?Math.max(Math.floor(t),0):e?sS:iS}function r0({value:e,level:t,minVersion:n,includeMargin:r,marginSize:o,imageSettings:s,size:i,boostLevel:c}){let a=v.useMemo(()=>{const h=(Array.isArray(e)?e:[e]).reduce((m,x)=>(m.push(...Sr.QrSegment.makeSegments(x)),m),[]);return Sr.QrCode.encodeSegments(h,oS[t],n,void 0,void 0,c)},[e,t,n,c]);const{cells:u,margin:l,numCells:f,calculatedImageSettings:p}=v.useMemo(()=>{let d=a.getModules();const h=uS(r,o),m=d.length+h*2,x=cS(d,i,h,s);return{cells:d,margin:h,numCells:m,calculatedImageSettings:x}},[a,i,s,r,o]);return{qrcode:a,margin:l,cells:u,numCells:f,calculatedImageSettings:p}}var lS=function(){try{new Path2D().addPath(new Path2D)}catch{return!1}return!0}(),fS=v.forwardRef(function(t,n){const r=t,{value:o,size:s=Kh,level:i=Yh,bgColor:c=Xh,fgColor:a=Qh,includeMargin:u=Jh,minVersion:l=e0,boostLevel:f,marginSize:p,imageSettings:d}=r,m=jc(r,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","marginSize","imageSettings"]),{style:x}=m,T=jc(m,["style"]),w=d==null?void 0:d.src,A=v.useRef(null),L=v.useRef(null),B=v.useCallback(S=>{A.current=S,typeof n=="function"?n(S):n&&(n.current=S)},[n]),[_,D]=v.useState(!1),{margin:g,cells:y,numCells:$,calculatedImageSettings:I}=r0({value:o,level:i,minVersion:l,boostLevel:f,includeMargin:u,marginSize:p,imageSettings:d,size:s});v.useEffect(()=>{if(A.current!=null){const S=A.current,E=S.getContext("2d");if(!E)return;let N=y;const C=L.current,b=I!=null&&C!==null&&C.complete&&C.naturalHeight!==0&&C.naturalWidth!==0;b&&I.excavation!=null&&(N=n0(y,I.excavation));const k=window.devicePixelRatio||1;S.height=S.width=s*k;const R=s/$*k;E.scale(R,R),E.fillStyle=c,E.fillRect(0,0,$,$),E.fillStyle=a,lS?E.fill(new Path2D(t0(N,g))):y.forEach(function(j,U){j.forEach(function(W,K){W&&E.fillRect(K+g,U+g,1,1)})}),I&&(E.globalAlpha=I.opacity),b&&E.drawImage(C,I.x+g,I.y+g,I.w,I.h)}}),v.useEffect(()=>{D(!1)},[w]);const O=Dc({height:s,width:s},x);let P=null;return w!=null&&(P=v.createElement("img",{src:w,key:w,style:{display:"none"},onLoad:()=>{D(!0)},ref:L,crossOrigin:I==null?void 0:I.crossOrigin})),v.createElement(v.Fragment,null,v.createElement("canvas",Dc({style:O,height:s,width:s,ref:B,role:"img"},T)),P)});fS.displayName="QRCodeCanvas";var o0=v.forwardRef(function(t,n){const r=t,{value:o,size:s=Kh,level:i=Yh,bgColor:c=Xh,fgColor:a=Qh,includeMargin:u=Jh,minVersion:l=e0,boostLevel:f,title:p,marginSize:d,imageSettings:h}=r,m=jc(r,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","title","marginSize","imageSettings"]),{margin:x,cells:T,numCells:w,calculatedImageSettings:A}=r0({value:o,level:i,minVersion:l,boostLevel:f,includeMargin:u,marginSize:d,imageSettings:h,size:s});let L=T,B=null;h!=null&&A!=null&&(A.excavation!=null&&(L=n0(T,A.excavation)),B=v.createElement("image",{href:h.src,height:A.h,width:A.w,x:A.x+x,y:A.y+x,preserveAspectRatio:"none",opacity:A.opacity,crossOrigin:A.crossOrigin}));const _=t0(L,x);return v.createElement("svg",Dc({height:s,width:s,viewBox:`0 0 ${w} ${w}`,ref:n,role:"img"},m),!!p&&v.createElement("title",null,p),v.createElement("path",{fill:c,d:`M0,0 h${w}v${w}H0z`,shapeRendering:"crispEdges"}),v.createElement("path",{fill:a,d:_,shapeRendering:"crispEdges"}),B)});o0.displayName="QRCodeSVG";function dS(){const e=navigator.userAgentData;return e!=null&&e.platform?e.platform:navigator.platform}function pS(){const e=navigator.userAgentData;return e&&Array.isArray(e.brands)?e.brands.map(t=>{let{brand:n,version:r}=t;return n+"/"+r}).join(" "):navigator.userAgent}function s0(){return/apple/i.test(navigator.vendor)}function hS(){return dS().toLowerCase().startsWith("mac")&&!navigator.maxTouchPoints}function mS(){return pS().includes("jsdom/")}const i0="data-floating-ui-focusable",gS="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";function _c(e){let t=e.activeElement;for(;((n=t)==null||(n=n.shadowRoot)==null?void 0:n.activeElement)!=null;){var n;t=t.shadowRoot.activeElement}return t}function Pr(e,t){if(!e||!t)return!1;const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&lc(n)){let r=t;for(;r;){if(e===r)return!0;r=r.parentNode||r.host}}return!1}function $r(e){return"composedPath"in e?e.composedPath()[0]:e.target}function Uc(e,t){if(t==null)return!1;if("composedPath"in e)return e.composedPath().includes(t);const n=e;return n.target!=null&&t.contains(n.target)}function bS(e){return e.matches("html,body")}function Rt(e){return(e==null?void 0:e.ownerDocument)||document}function a0(e){return Fe(e)&&e.matches(gS)}function yS(e){if(!e||mS())return!0;try{return e.matches(":focus-visible")}catch{return!0}}function wS(e){return e?e.hasAttribute(i0)?e:e.querySelector("["+i0+"]")||e:null}function qs(e,t,n){return n===void 0&&(n=!0),e.filter(o=>{var s;return o.parentId===t&&(!n||((s=o.context)==null?void 0:s.open))}).flatMap(o=>[o,...qs(e,o.id,n)])}function vS(e){return"nativeEvent"in e}function No(e,t){const n=["mouse","pen"];return t||n.push("",void 0),n.includes(e)}var xS=typeof document<"u",ES=function(){},Dt=xS?v.useLayoutEffect:ES;const SS={...z};function Zs(e){const t=z.useRef(e);return Dt(()=>{t.current=e}),t}const PS=SS.useInsertionEffect||(e=>e());function jt(e){const t=z.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return PS(()=>{t.current=e}),z.useCallback(function(){for(var n=arguments.length,r=new Array(n),o=0;o<n;o++)r[o]=arguments[o];return t.current==null?void 0:t.current(...r)},[])}const c0=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function u0(e,t){const n=Vp(e,c0()),r=n.length;if(r===0)return;const o=_c(Rt(e)),s=n.indexOf(o),i=s===-1?t===1?0:r-1:s+t;return n[i]}function $S(e){return u0(Rt(e).body,1)||e}function AS(e){return u0(Rt(e).body,-1)||e}function zc(e,t){const n=t||e.currentTarget,r=e.relatedTarget;return!r||!Pr(n,r)}function TS(e){Vp(e,c0()).forEach(n=>{n.dataset.tabindex=n.getAttribute("tabindex")||"",n.setAttribute("tabindex","-1")})}function l0(e){e.querySelectorAll("[data-tabindex]").forEach(n=>{const r=n.dataset.tabindex;delete n.dataset.tabindex,r?n.setAttribute("tabindex",r):n.removeAttribute("tabindex")})}const OS="data-floating-ui-focusable",f0="active",d0="selected",NS={...z};let p0=!1,CS=0;const h0=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+CS++;function IS(){const[e,t]=z.useState(()=>p0?h0():void 0);return Dt(()=>{e==null&&t(h0())},[]),z.useEffect(()=>{p0=!0},[]),e}const Hc=NS.useId||IS;let Wc;process.env.NODE_ENV!=="production"&&(Wc=new Set);function MS(){for(var e,t=arguments.length,n=new Array(t),r=0;r<t;r++)n[r]=arguments[r];const o="Floating UI: "+n.join(" ");if(!((e=Wc)!=null&&e.has(o))){var s;(s=Wc)==null||s.add(o),console.error(o)}}function kS(){const e=new Map;return{emit(t,n){var r;(r=e.get(t))==null||r.forEach(o=>o(n))},on(t,n){e.has(t)||e.set(t,new Set),e.get(t).add(n)},off(t,n){var r;(r=e.get(t))==null||r.delete(n)}}}const LS=z.createContext(null),BS=z.createContext(null),Vc=()=>{var e;return((e=z.useContext(LS))==null?void 0:e.id)||null},Gc=()=>z.useContext(BS);function Co(e){return"data-floating-ui-"+e}function ut(e){e.current!==-1&&(clearTimeout(e.current),e.current=-1)}const m0=Co("safe-polygon");function qc(e,t,n){if(n&&!No(n))return 0;if(typeof e=="number")return e;if(typeof e=="function"){const r=e();return typeof r=="number"?r:r==null?void 0:r[t]}return e==null?void 0:e[t]}function Zc(e){return typeof e=="function"?e():e}function FS(e,t){t===void 0&&(t={});const{open:n,onOpenChange:r,dataRef:o,events:s,elements:i}=e,{enabled:c=!0,delay:a=0,handleClose:u=null,mouseOnly:l=!1,restMs:f=0,move:p=!0}=t,d=Gc(),h=Vc(),m=Zs(u),x=Zs(a),T=Zs(n),w=Zs(f),A=z.useRef(),L=z.useRef(-1),B=z.useRef(),_=z.useRef(-1),D=z.useRef(!0),g=z.useRef(!1),y=z.useRef(()=>{}),$=z.useRef(!1),I=jt(()=>{var C;const b=(C=o.current.openEvent)==null?void 0:C.type;return(b==null?void 0:b.includes("mouse"))&&b!=="mousedown"});z.useEffect(()=>{if(!c)return;function C(b){let{open:k}=b;k||(ut(L),ut(_),D.current=!0,$.current=!1)}return s.on("openchange",C),()=>{s.off("openchange",C)}},[c,s]),z.useEffect(()=>{if(!c||!m.current||!n)return;function C(k){I()&&r(!1,k,"hover")}const b=Rt(i.floating).documentElement;return b.addEventListener("mouseleave",C),()=>{b.removeEventListener("mouseleave",C)}},[i.floating,n,r,c,m,I]);const O=z.useCallback(function(C,b,k){b===void 0&&(b=!0),k===void 0&&(k="hover");const R=qc(x.current,"close",A.current);R&&!B.current?(ut(L),L.current=window.setTimeout(()=>r(!1,C,k),R)):b&&(ut(L),r(!1,C,k))},[x,r]),P=jt(()=>{y.current(),B.current=void 0}),S=jt(()=>{if(g.current){const C=Rt(i.floating).body;C.style.pointerEvents="",C.removeAttribute(m0),g.current=!1}}),E=jt(()=>o.current.openEvent?["click","mousedown"].includes(o.current.openEvent.type):!1);z.useEffect(()=>{if(!c)return;function C(U){if(ut(L),D.current=!1,l&&!No(A.current)||Zc(w.current)>0&&!qc(x.current,"open"))return;const W=qc(x.current,"open",A.current);W?L.current=window.setTimeout(()=>{T.current||r(!0,U,"hover")},W):n||r(!0,U,"hover")}function b(U){if(E()){S();return}y.current();const W=Rt(i.floating);if(ut(_),$.current=!1,m.current&&o.current.floatingContext){n||ut(L),B.current=m.current({...o.current.floatingContext,tree:d,x:U.clientX,y:U.clientY,onClose(){S(),P(),E()||O(U,!0,"safe-polygon")}});const G=B.current;W.addEventListener("mousemove",G),y.current=()=>{W.removeEventListener("mousemove",G)};return}(A.current==="touch"?!Pr(i.floating,U.relatedTarget):!0)&&O(U)}function k(U){E()||o.current.floatingContext&&(m.current==null||m.current({...o.current.floatingContext,tree:d,x:U.clientX,y:U.clientY,onClose(){S(),P(),E()||O(U)}})(U))}function R(){ut(L)}function j(U){E()||O(U,!1)}if(ue(i.domReference)){const U=i.domReference,W=i.floating;return n&&U.addEventListener("mouseleave",k),p&&U.addEventListener("mousemove",C,{once:!0}),U.addEventListener("mouseenter",C),U.addEventListener("mouseleave",b),W&&(W.addEventListener("mouseleave",k),W.addEventListener("mouseenter",R),W.addEventListener("mouseleave",j)),()=>{n&&U.removeEventListener("mouseleave",k),p&&U.removeEventListener("mousemove",C),U.removeEventListener("mouseenter",C),U.removeEventListener("mouseleave",b),W&&(W.removeEventListener("mouseleave",k),W.removeEventListener("mouseenter",R),W.removeEventListener("mouseleave",j))}}},[i,c,e,l,p,O,P,S,r,n,T,d,x,m,o,E,w]),Dt(()=>{var C;if(c&&n&&(C=m.current)!=null&&(C=C.__options)!=null&&C.blockPointerEvents&&I()){g.current=!0;const k=i.floating;if(ue(i.domReference)&&k){var b;const R=Rt(i.floating).body;R.setAttribute(m0,"");const j=i.domReference,U=d==null||(b=d.nodesRef.current.find(W=>W.id===h))==null||(b=b.context)==null?void 0:b.elements.floating;return U&&(U.style.pointerEvents=""),R.style.pointerEvents="none",j.style.pointerEvents="auto",k.style.pointerEvents="auto",()=>{R.style.pointerEvents="",j.style.pointerEvents="",k.style.pointerEvents=""}}}},[c,n,h,i,d,m,I]),Dt(()=>{n||(A.current=void 0,$.current=!1,P(),S())},[n,P,S]),z.useEffect(()=>()=>{P(),ut(L),ut(_),S()},[c,i.domReference,P,S]);const N=z.useMemo(()=>{function C(b){A.current=b.pointerType}return{onPointerDown:C,onPointerEnter:C,onMouseMove(b){const{nativeEvent:k}=b;function R(){!D.current&&!T.current&&r(!0,k,"hover")}l&&!No(A.current)||n||Zc(w.current)===0||$.current&&b.movementX**2+b.movementY**2<2||(ut(_),A.current==="touch"?R():($.current=!0,_.current=window.setTimeout(R,Zc(w.current))))}}},[l,r,n,T,w]);return z.useMemo(()=>c?{reference:N}:{},[c,N])}const g0={border:0,clip:"rect(0 0 0 0)",height:"1px",margin:"-1px",overflow:"hidden",padding:0,position:"fixed",whiteSpace:"nowrap",width:"1px",top:0,left:0},b0=z.forwardRef(function(t,n){const[r,o]=z.useState();Dt(()=>{s0()&&o("button")},[]);const s={ref:n,tabIndex:0,role:r,"aria-hidden":r?void 0:!0,[Co("focus-guard")]:"",style:g0};return M.jsx("span",{...t,...s})}),y0=z.createContext(null),w0=Co("portal");function RS(e){e===void 0&&(e={});const{id:t,root:n}=e,r=Hc(),o=jS(),[s,i]=z.useState(null),c=z.useRef(null);return Dt(()=>()=>{s==null||s.remove(),queueMicrotask(()=>{c.current=null})},[s]),Dt(()=>{if(!r||c.current)return;const a=t?document.getElementById(t):null;if(!a)return;const u=document.createElement("div");u.id=r,u.setAttribute(w0,""),a.appendChild(u),c.current=u,i(u)},[t,r]),Dt(()=>{if(n===null||!r||c.current)return;let a=n||(o==null?void 0:o.portalNode);a&&!uc(a)&&(a=a.current),a=a||document.body;let u=null;t&&(u=document.createElement("div"),u.id=t,a.appendChild(u));const l=document.createElement("div");l.id=r,l.setAttribute(w0,""),a=u||a,a.appendChild(l),c.current=l,i(l)},[t,n,r,o]),s}function DS(e){const{children:t,id:n,root:r,preserveTabOrder:o=!0}=e,s=RS({id:n,root:r}),[i,c]=z.useState(null),a=z.useRef(null),u=z.useRef(null),l=z.useRef(null),f=z.useRef(null),p=i==null?void 0:i.modal,d=i==null?void 0:i.open,h=!!i&&!i.modal&&i.open&&o&&!!(r||s);return z.useEffect(()=>{if(!s||!o||p)return;function m(x){s&&zc(x)&&(x.type==="focusin"?l0:TS)(s)}return s.addEventListener("focusin",m,!0),s.addEventListener("focusout",m,!0),()=>{s.removeEventListener("focusin",m,!0),s.removeEventListener("focusout",m,!0)}},[s,o,p]),z.useEffect(()=>{s&&(d||l0(s))},[d,s]),M.jsxs(y0.Provider,{value:z.useMemo(()=>({preserveTabOrder:o,beforeOutsideRef:a,afterOutsideRef:u,beforeInsideRef:l,afterInsideRef:f,portalNode:s,setFocusManagerState:c}),[o,s]),children:[h&&s&&M.jsx(b0,{"data-type":"outside",ref:a,onFocus:m=>{if(zc(m,s)){var x;(x=l.current)==null||x.focus()}else{const T=i?i.domReference:null,w=AS(T);w==null||w.focus()}}}),h&&s&&M.jsx("span",{"aria-owns":s.id,style:g0}),s&&Or.createPortal(t,s),h&&s&&M.jsx(b0,{"data-type":"outside",ref:u,onFocus:m=>{if(zc(m,s)){var x;(x=f.current)==null||x.focus()}else{const T=i?i.domReference:null,w=$S(T);w==null||w.focus(),i!=null&&i.closeOnFocusOut&&(i==null||i.onOpenChange(!1,m.nativeEvent,"focus-out"))}}})]})}const jS=()=>z.useContext(y0);function v0(e){return Fe(e.target)&&e.target.tagName==="BUTTON"}function _S(e){return Fe(e.target)&&e.target.tagName==="A"}function x0(e){return a0(e)}function US(e,t){t===void 0&&(t={});const{open:n,onOpenChange:r,dataRef:o,elements:{domReference:s}}=e,{enabled:i=!0,event:c="click",toggle:a=!0,ignoreMouse:u=!1,keyboardHandlers:l=!0,stickIfOpen:f=!0}=t,p=z.useRef(),d=z.useRef(!1),h=z.useMemo(()=>({onPointerDown(m){p.current=m.pointerType},onMouseDown(m){const x=p.current;m.button===0&&c!=="click"&&(No(x,!0)&&u||(n&&a&&(!(o.current.openEvent&&f)||o.current.openEvent.type==="mousedown")?r(!1,m.nativeEvent,"click"):(m.preventDefault(),r(!0,m.nativeEvent,"click"))))},onClick(m){const x=p.current;if(c==="mousedown"&&p.current){p.current=void 0;return}No(x,!0)&&u||(n&&a&&(!(o.current.openEvent&&f)||o.current.openEvent.type==="click")?r(!1,m.nativeEvent,"click"):r(!0,m.nativeEvent,"click"))},onKeyDown(m){p.current=void 0,!(m.defaultPrevented||!l||v0(m))&&(m.key===" "&&!x0(s)&&(m.preventDefault(),d.current=!0),!_S(m)&&m.key==="Enter"&&r(!(n&&a),m.nativeEvent,"click"))},onKeyUp(m){m.defaultPrevented||!l||v0(m)||x0(s)||m.key===" "&&d.current&&(d.current=!1,r(!(n&&a),m.nativeEvent,"click"))}}),[o,s,c,u,l,r,n,f,a]);return z.useMemo(()=>i?{reference:h}:{},[i,h])}const zS={pointerdown:"onPointerDown",mousedown:"onMouseDown",click:"onClick"},HS={pointerdown:"onPointerDownCapture",mousedown:"onMouseDownCapture",click:"onClickCapture"},E0=e=>{var t,n;return{escapeKey:typeof e=="boolean"?e:(t=e==null?void 0:e.escapeKey)!=null?t:!1,outsidePress:typeof e=="boolean"?e:(n=e==null?void 0:e.outsidePress)!=null?n:!0}};function WS(e,t){t===void 0&&(t={});const{open:n,onOpenChange:r,elements:o,dataRef:s}=e,{enabled:i=!0,escapeKey:c=!0,outsidePress:a=!0,outsidePressEvent:u="pointerdown",referencePress:l=!1,referencePressEvent:f="pointerdown",ancestorScroll:p=!1,bubbles:d,capture:h}=t,m=Gc(),x=jt(typeof a=="function"?a:()=>!1),T=typeof a=="function"?x:a,w=z.useRef(!1),{escapeKey:A,outsidePress:L}=E0(d),{escapeKey:B,outsidePress:_}=E0(h),D=z.useRef(!1),g=jt(S=>{var E;if(!n||!i||!c||S.key!=="Escape"||D.current)return;const N=(E=s.current.floatingContext)==null?void 0:E.nodeId,C=m?qs(m.nodesRef.current,N):[];if(!A&&(S.stopPropagation(),C.length>0)){let b=!0;if(C.forEach(k=>{var R;if((R=k.context)!=null&&R.open&&!k.context.dataRef.current.__escapeKeyBubbles){b=!1;return}}),!b)return}r(!1,vS(S)?S.nativeEvent:S,"escape-key")}),y=jt(S=>{var E;const N=()=>{var C;g(S),(C=$r(S))==null||C.removeEventListener("keydown",N)};(E=$r(S))==null||E.addEventListener("keydown",N)}),$=jt(S=>{var E;const N=s.current.insideReactTree;s.current.insideReactTree=!1;const C=w.current;if(w.current=!1,u==="click"&&C||N||typeof T=="function"&&!T(S))return;const b=$r(S),k="["+Co("inert")+"]",R=Rt(o.floating).querySelectorAll(k);let j=ue(b)?b:null;for(;j&&!nn(j);){const G=rn(j);if(nn(G)||!ue(G))break;j=G}if(R.length&&ue(b)&&!bS(b)&&!Pr(b,o.floating)&&Array.from(R).every(G=>!Pr(j,G)))return;if(Fe(b)&&P){const G=nn(b),H=at(b),V=/auto|scroll/,Y=G||V.test(H.overflowX),Q=G||V.test(H.overflowY),oe=Y&&b.clientWidth>0&&b.scrollWidth>b.clientWidth,pe=Q&&b.clientHeight>0&&b.scrollHeight>b.clientHeight,Pe=H.direction==="rtl",he=pe&&(Pe?S.offsetX<=b.offsetWidth-b.clientWidth:S.offsetX>b.clientWidth),me=oe&&S.offsetY>b.clientHeight;if(he||me)return}const U=(E=s.current.floatingContext)==null?void 0:E.nodeId,W=m&&qs(m.nodesRef.current,U).some(G=>{var H;return Uc(S,(H=G.context)==null?void 0:H.elements.floating)});if(Uc(S,o.floating)||Uc(S,o.domReference)||W)return;const K=m?qs(m.nodesRef.current,U):[];if(K.length>0){let G=!0;if(K.forEach(H=>{var V;if((V=H.context)!=null&&V.open&&!H.context.dataRef.current.__outsidePressBubbles){G=!1;return}}),!G)return}r(!1,S,"outside-press")}),I=jt(S=>{var E;const N=()=>{var C;$(S),(C=$r(S))==null||C.removeEventListener(u,N)};(E=$r(S))==null||E.addEventListener(u,N)});z.useEffect(()=>{if(!n||!i)return;s.current.__escapeKeyBubbles=A,s.current.__outsidePressBubbles=L;let S=-1;function E(R){r(!1,R,"ancestor-scroll")}function N(){window.clearTimeout(S),D.current=!0}function C(){S=window.setTimeout(()=>{D.current=!1},As()?5:0)}const b=Rt(o.floating);c&&(b.addEventListener("keydown",B?y:g,B),b.addEventListener("compositionstart",N),b.addEventListener("compositionend",C)),T&&b.addEventListener(u,_?I:$,_);let k=[];return p&&(ue(o.domReference)&&(k=wn(o.domReference)),ue(o.floating)&&(k=k.concat(wn(o.floating))),!ue(o.reference)&&o.reference&&o.reference.contextElement&&(k=k.concat(wn(o.reference.contextElement)))),k=k.filter(R=>{var j;return R!==((j=b.defaultView)==null?void 0:j.visualViewport)}),k.forEach(R=>{R.addEventListener("scroll",E,{passive:!0})}),()=>{c&&(b.removeEventListener("keydown",B?y:g,B),b.removeEventListener("compositionstart",N),b.removeEventListener("compositionend",C)),T&&b.removeEventListener(u,_?I:$,_),k.forEach(R=>{R.removeEventListener("scroll",E)}),window.clearTimeout(S)}},[s,o,c,T,u,n,r,p,i,A,L,g,B,y,$,_,I]),z.useEffect(()=>{s.current.insideReactTree=!1},[s,T,u]);const O=z.useMemo(()=>({onKeyDown:g,...l&&{[zS[f]]:S=>{r(!1,S.nativeEvent,"reference-press")},...f!=="click"&&{onClick(S){r(!1,S.nativeEvent,"reference-press")}}}}),[g,r,l,f]),P=z.useMemo(()=>({onKeyDown:g,onMouseDown(){w.current=!0},onMouseUp(){w.current=!0},[HS[u]]:()=>{s.current.insideReactTree=!0}}),[g,u,s]);return z.useMemo(()=>i?{reference:O,floating:P}:{},[i,O,P])}function VS(e){const{open:t=!1,onOpenChange:n,elements:r}=e,o=Hc(),s=z.useRef({}),[i]=z.useState(()=>kS()),c=Vc()!=null;if(process.env.NODE_ENV!=="production"){const d=r.reference;d&&!ue(d)&&MS("Cannot pass a virtual element to the `elements.reference` option,","as it must be a real DOM element. Use `refs.setPositionReference()`","instead.")}const[a,u]=z.useState(r.reference),l=jt((d,h,m)=>{s.current.openEvent=d?h:void 0,i.emit("openchange",{open:d,event:h,reason:m,nested:c}),n==null||n(d,h,m)}),f=z.useMemo(()=>({setPositionReference:u}),[]),p=z.useMemo(()=>({reference:a||r.reference||null,floating:r.floating||null,domReference:r.reference}),[a,r.reference,r.floating]);return z.useMemo(()=>({dataRef:s,open:t,onOpenChange:l,elements:p,events:i,floatingId:o,refs:f}),[t,l,p,i,o,f])}function GS(e){e===void 0&&(e={});const{nodeId:t}=e,n=VS({...e,elements:{reference:null,floating:null,...e.elements}}),r=e.rootContext||n,o=r.elements,[s,i]=z.useState(null),[c,a]=z.useState(null),l=(o==null?void 0:o.domReference)||s,f=z.useRef(null),p=Gc();Dt(()=>{l&&(f.current=l)},[l]);const d=ih({...e,elements:{...o,...c&&{reference:c}}}),h=z.useCallback(A=>{const L=ue(A)?{getBoundingClientRect:()=>A.getBoundingClientRect(),getClientRects:()=>A.getClientRects(),contextElement:A}:A;a(L),d.refs.setReference(L)},[d.refs]),m=z.useCallback(A=>{(ue(A)||A===null)&&(f.current=A,i(A)),(ue(d.refs.reference.current)||d.refs.reference.current===null||A!==null&&!ue(A))&&d.refs.setReference(A)},[d.refs]),x=z.useMemo(()=>({...d.refs,setReference:m,setPositionReference:h,domReference:f}),[d.refs,m,h]),T=z.useMemo(()=>({...d.elements,domReference:l}),[d.elements,l]),w=z.useMemo(()=>({...d,...r,refs:x,elements:T,nodeId:t}),[d,x,T,t,r]);return Dt(()=>{r.dataRef.current.floatingContext=w;const A=p==null?void 0:p.nodesRef.current.find(L=>L.id===t);A&&(A.context=w)}),z.useMemo(()=>({...d,context:w,refs:x,elements:T}),[d,x,T,w])}function Kc(){return hS()&&s0()}function qS(e,t){t===void 0&&(t={});const{open:n,onOpenChange:r,events:o,dataRef:s,elements:i}=e,{enabled:c=!0,visibleOnly:a=!0}=t,u=z.useRef(!1),l=z.useRef(-1),f=z.useRef(!0);z.useEffect(()=>{if(!c)return;const d=He(i.domReference);function h(){!n&&Fe(i.domReference)&&i.domReference===_c(Rt(i.domReference))&&(u.current=!0)}function m(){f.current=!0}function x(){f.current=!1}return d.addEventListener("blur",h),Kc()&&(d.addEventListener("keydown",m,!0),d.addEventListener("pointerdown",x,!0)),()=>{d.removeEventListener("blur",h),Kc()&&(d.removeEventListener("keydown",m,!0),d.removeEventListener("pointerdown",x,!0))}},[i.domReference,n,c]),z.useEffect(()=>{if(!c)return;function d(h){let{reason:m}=h;(m==="reference-press"||m==="escape-key")&&(u.current=!0)}return o.on("openchange",d),()=>{o.off("openchange",d)}},[o,c]),z.useEffect(()=>()=>{ut(l)},[]);const p=z.useMemo(()=>({onMouseLeave(){u.current=!1},onFocus(d){if(u.current)return;const h=$r(d.nativeEvent);if(a&&ue(h)){if(Kc()&&!d.relatedTarget){if(!f.current&&!a0(h))return}else if(!yS(h))return}r(!0,d.nativeEvent,"focus")},onBlur(d){u.current=!1;const h=d.relatedTarget,m=d.nativeEvent,x=ue(h)&&h.hasAttribute(Co("focus-guard"))&&h.getAttribute("data-type")==="outside";l.current=window.setTimeout(()=>{var T;const w=_c(i.domReference?i.domReference.ownerDocument:document);!h&&w===i.domReference||Pr((T=s.current.floatingContext)==null?void 0:T.refs.floating.current,w)||Pr(i.domReference,w)||x||r(!1,m,"focus")})}}),[s,i.domReference,r,a]);return z.useMemo(()=>c?{reference:p}:{},[c,p])}function Yc(e,t,n){const r=new Map,o=n==="item";let s=e;if(o&&e){const{[f0]:i,[d0]:c,...a}=e;s=a}return{...n==="floating"&&{tabIndex:-1,[OS]:""},...s,...t.map(i=>{const c=i?i[n]:null;return typeof c=="function"?e?c(e):null:c}).concat(e).reduce((i,c)=>(c&&Object.entries(c).forEach(a=>{let[u,l]=a;if(!(o&&[f0,d0].includes(u)))if(u.indexOf("on")===0){if(r.has(u)||r.set(u,[]),typeof l=="function"){var f;(f=r.get(u))==null||f.push(l),i[u]=function(){for(var p,d=arguments.length,h=new Array(d),m=0;m<d;m++)h[m]=arguments[m];return(p=r.get(u))==null?void 0:p.map(x=>x(...h)).find(x=>x!==void 0)}}}else i[u]=l}),i),{})}}function ZS(e){e===void 0&&(e=[]);const t=e.map(c=>c==null?void 0:c.reference),n=e.map(c=>c==null?void 0:c.floating),r=e.map(c=>c==null?void 0:c.item),o=z.useCallback(c=>Yc(c,e,"reference"),t),s=z.useCallback(c=>Yc(c,e,"floating"),n),i=z.useCallback(c=>Yc(c,e,"item"),r);return z.useMemo(()=>({getReferenceProps:o,getFloatingProps:s,getItemProps:i}),[o,s,i])}const KS=new Map([["select","listbox"],["combobox","listbox"],["label",!1]]);function YS(e,t){var n,r;t===void 0&&(t={});const{open:o,elements:s,floatingId:i}=e,{enabled:c=!0,role:a="dialog"}=t,u=Hc(),l=((n=s.domReference)==null?void 0:n.id)||u,f=z.useMemo(()=>{var w;return((w=wS(s.floating))==null?void 0:w.id)||i},[s.floating,i]),p=(r=KS.get(a))!=null?r:a,h=Vc()!=null,m=z.useMemo(()=>p==="tooltip"||a==="label"?{["aria-"+(a==="label"?"labelledby":"describedby")]:o?f:void 0}:{"aria-expanded":o?"true":"false","aria-haspopup":p==="alertdialog"?"dialog":p,"aria-controls":o?f:void 0,...p==="listbox"&&{role:"combobox"},...p==="menu"&&{id:l},...p==="menu"&&h&&{role:"menuitem"},...a==="select"&&{"aria-autocomplete":"none"},...a==="combobox"&&{"aria-autocomplete":"list"}},[p,f,h,o,l,a]),x=z.useMemo(()=>{const w={id:f,...p&&{role:p}};return p==="tooltip"||a==="label"?w:{...w,...p==="menu"&&{"aria-labelledby":l}}},[p,f,l,a]),T=z.useCallback(w=>{let{active:A,selected:L}=w;const B={role:"option",...A&&{id:f+"-fui-option"}};switch(a){case"select":case"combobox":return{...B,"aria-selected":L}}return{}},[f,a]);return z.useMemo(()=>c?{reference:m,floating:x,item:T}:{},[c,m,x,T])}const S0=v.forwardRef(({placement:e,className:t=""},n)=>{const o=(s=>{switch(s.split("-")[0]){case"top":return{bottom:"-4px",left:"50%",transform:"translateX(-50%)",borderLeft:"4px solid transparent",borderRight:"4px solid transparent",borderTop:"4px solid #242424"};case"bottom":return{top:"-4px",left:"50%",transform:"translateX(-50%)",borderLeft:"4px solid transparent",borderRight:"4px solid transparent",borderBottom:"4px solid #242424"};case"left":return{right:"-4px",top:"50%",transform:"translateY(-50%)",borderTop:"4px solid transparent",borderBottom:"4px solid transparent",borderLeft:"4px solid #242424"};case"right":return{left:"-4px",top:"50%",transform:"translateY(-50%)",borderTop:"4px solid transparent",borderBottom:"4px solid transparent",borderRight:"4px solid #242424"};default:return{}}})(e);return M.jsx("div",{ref:n,className:`absolute w-0 h-0 ${t}`,style:o})});S0.displayName="TooltipArrow";const Gn=({children:e,content:t,placement:n="top",delay:r=200,showArrow:o=!0,className:s="",disabled:i=!1,maxWidth:c="max-w-xs",trigger:a=["hover","focus"]})=>{const[u,l]=v.useState(!1),f=v.useRef(null),{refs:p,floatingStyles:d,context:h}=GS({open:u&&!i,onOpenChange:l,placement:n,whileElementsMounted:nh,middleware:[Ec(o?12:8),ch({fallbackAxisSideDirection:"start",padding:8}),ah({padding:8}),...o?[p6({element:f})]:[]]}),m=FS(h,{enabled:a.includes("hover"),delay:{open:r,close:150}}),x=qS(h,{enabled:a.includes("focus")}),T=US(h,{enabled:a.includes("click")}),w=WS(h),A=YS(h,{role:"tooltip"}),{getReferenceProps:L,getFloatingProps:B}=ZS([m,x,T,w,A]);return i?M.jsx(M.Fragment,{children:e}):M.jsxs(M.Fragment,{children:[M.jsx("div",{ref:p.setReference,...L(),className:"cursor-help",children:e}),u&&M.jsx(DS,{children:M.jsxs("div",{ref:p.setFloating,...B(),style:{...d,zIndex:101},className:`
|
|
164
|
+
z-[101] px-3 py-2 cursor-help
|
|
165
|
+
bg-fill-page-secondary
|
|
166
|
+
text-text-primary text-sm font-medium
|
|
167
|
+
rounded-lg shadow-lg
|
|
168
|
+
relative
|
|
169
|
+
${c}
|
|
170
|
+
${s}
|
|
171
|
+
`,children:[t,o&&M.jsx(S0,{ref:f,placement:h.placement||n})]})})]})},Io="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIcSURBVHgBxZc/T8JAGMafA4mDEXFw0DiQmDi4CP5JHGFx0qizg8QvIHwCZHYAvwEm7mji5CJuJv7DxcWYYMLmIEYXY/R8j6tQaBvuaCm/pOlbSu99+rZ97zlgwDBowvNLCdrF6NJ50891OvNC+wrL3JShgZIAnl+JAj97FKXoMNLl7ySGnQDBHMtcVeFGAM8nKNlnlsI0eoIVuwlhzsmXqcwoURSFK1iVRCSdRDDn5PwC3cutingsJOK60nkiYE0unrdi8uFRIDwFBSJiTKOqzgKMl00teXgS2D0Fto+BiVkoIMYs8Xws4iiAkmeVn/n0oqyA2NQEQI4dytoKMEqfQt/haZmrQ4C8e7/4TtsI4JvwDbYDswCjvXr1yakQMXI2KxCD/8RMAtx2ux5gcjIzBAT8LH8bAQwYbwR8fUAb/vtuEsAr0OX5Eng8o30ZqN1BHzFLAkPGkb4AcdfnObigkbM5HdN3+Qb/ekGdrNu4CMyd8Ag6iElo/QBYzcpYByYsm8QkIFSADmI2nEkAc2sUL0ALHsxZBEjLxA+hSu22tb0+KV9Gd18027M2SybNQui+f53R6g/b+gDLVMi7YQsND+c5dTtzamlE0jiyJLwVYZhSqzO27YRSxFD8v1m4Q4xh74gdBUgRQm2QKsH0Ps82xEs9EndK3sgDlWGkW96naANqSzMSHSy4XprZi2kuTqN09VjrBH9AD4vTgfMHJt+rxIFF7EgAAAAASUVORK5CYII=",XS=(e,t)=>Number(e)>Number(t),$t=e=>{if(!e||e===""||isNaN(Number(e)))return"0.00";const t=Number(e);if(t===0)return"0.00";let n=t.toString();n.includes("e")&&(n=t.toFixed(20));const r=n.split("."),o=r[0];let s=r[1]||"";return s.length>6&&(s=s.substring(0,6)),s=s.replace(/0+$/,""),s?(s.length===1&&(s+="0"),o+"."+s):o+".00"},Xc=(e,t="0")=>{if(/[^0-9.]/.test(e))return{isValid:!1,formattedValue:"",errorType:"invalid_char"};if(e===".")return{isValid:!0,formattedValue:"0."};if((e.match(/\./g)||[]).length>1)return{isValid:!1,formattedValue:"",errorType:"invalid_char"};if(!e||e==="")return{isValid:!0,formattedValue:""};const o=e.split(".");if(o.length===2&&o[1].length>6){const a=o[0]+"."+o[1].substring(0,6);return Xc(a,t)}const s=parseFloat(e),i=parseFloat(t);return!isNaN(s)&&!isNaN(i)&&s>i?{isValid:!0,formattedValue:$t(t),errorType:"auto_adjusted_to_max"}:{isValid:!0,formattedValue:e}},Ks={ETHEREUM:1,ARBITRUM:42161,ARBITRUM_SEPOLIA:421614,SEPOLIA:11155111},QS=[Ks.ETHEREUM,Ks.SEPOLIA,Ks.ARBITRUM,Ks.ARBITRUM_SEPOLIA],JS=e=>{if(e.chainId!==void 0){const t=typeof e.chainId=="string"?parseInt(e.chainId,10):e.chainId;return!QS.includes(t)}return!0},eP=({currentActiveChain:e,selectedToken:t,address:n,onDeposit:r,onCopy:o,onClose:s})=>{const{t:i}=dt(),c=v.useMemo(()=>JS(e||{}),[e]);return M.jsxs(M.Fragment,{children:[M.jsx("div",{className:"flex justify-center mt-4 mb-3",children:n&&M.jsx("div",{className:"bg-white rounded-lg",children:M.jsx(o0,{value:n,size:120,level:"L",bgColor:"#ffffff",fgColor:"#000000",marginSize:0})})}),n&&M.jsxs("div",{className:"flex items-center justify-between bg-fill-input-primary rounded-lg py-2 px-3 mb-3",children:[M.jsx("span",{className:"flex-1 text-text-primary text-sm font-medium break-all mr-3",children:n}),M.jsx(nS,{onCopy:()=>{o&&o(n)},text:n,children:M.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:[M.jsx("rect",{x:"2.08496",y:"4.02295",width:"9.89893",height:"9.89893",rx:"2",stroke:"#F9F9F9"}),M.jsx("path",{d:"M5.85547 2.07861H11.415C12.7957 2.07861 13.915 3.1979 13.915 4.57861V10.0786",stroke:"#F9F9F9",strokeLinecap:"round"})]})},"copy")]}),M.jsxs("div",{className:"border-b border-dashed border-line-divider-secondary pb-4",children:[M.jsxs("div",{className:"flex items-start",children:[M.jsx("div",{className:"w-5",children:M.jsx("img",{src:Io,className:"w-4 h-4",alt:"Warning"})}),M.jsx("div",{className:"flex-1",children:M.jsx("p",{className:"text-xs text-functional-orange-1",children:i("deposit.depositAllTip",{coin:t,v:e==null?void 0:e.chain})})})]}),c&&M.jsxs(M.Fragment,{children:[M.jsx("div",{className:"my-2 ml-5 h-[1px] border-b border-dashed border-line-divider-secondary"}),M.jsx("div",{className:"flex items-start pl-5 text-functional-orange-1 text-xs",children:i("deposit.depositTipFor25w")})]})]}),M.jsxs("div",{className:"text-sm",children:[M.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-4",children:[M.jsx("span",{className:"text-text-tertiary",children:i("deposit.arrivalTime")}),M.jsx(Gn,{content:M.jsxs("div",{className:"grid flex-grow max-w-[300px] min-w-[80px] rounded-2xl flex-col gap-[10px]",children:[M.jsx("p",{children:i("deposit.arrivaltimeTooltip1",{v:(e==null?void 0:e.blockTime)*e.txConfirm/60,v1:e==null?void 0:e.txConfirm})}),M.jsx("p",{children:i("deposit.arrivaltimeTooltip2")})]}),placement:"top",children:M.jsx("span",{className:"text-text-primary font-medium text-right border-b-[2px] border-dashed border-line-divider-primary decoration-dashed",children:i("deposit.arrivalEstimated",{v:(e==null?void 0:e.blockTime)*e.txConfirm/60})})})]}),M.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-1",children:[M.jsx("span",{className:"text-text-tertiary",children:i("deposit.minDeposit")}),M.jsxs("span",{className:"text-text-primary font-medium text-right",children:["10 ",t]})]}),M.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-1",children:[M.jsx("span",{className:"text-text-tertiary",children:i("deposit.maxDeposit")}),M.jsxs("span",{className:"text-text-primary font-medium text-right",children:["200,000 ",t]})]})]}),M.jsx("button",{className:"w-full h-[38px] bg-fill-btn-primary rounded-xl text-sm font-medium text-text-on-sec-btn mt-4",onClick:()=>{r&&r({amount:"",chainId:e.chainId,tokenAddress:n,tokenSymbol:t}),s()},children:i("deposit.title")})]})},Mo=({size:e="xs",color:t,className:n="",label:r="Loading...",inline:o=!1})=>{const s=t?`loading-${t}`:"",i=o?"loading-inline":"";return M.jsx("span",{className:`loading loading-${e} loading-spinner ${s} ${i} ${n}`.trim(),"aria-label":r,role:"status","aria-live":"polite"})},tP=(e,t,n)=>{const r=parseFloat(String(e)||"0"),o=parseFloat(String(t)||"0");if(o>0){const s=r-o,i=$t(Math.max(0,s).toString());return M.jsxs("span",{className:"flex items-center gap-1",children:[$t(e),M.jsx("span",{className:"text-sm font-edgex-harmony text-functional-green-1 leading-[18px] font-medium",children:"→"}),i," ",n]})}return`${$t(e)} ${n}`},nP=(e,t,n)=>{if(!e||e===""||e==="0"||e==="0.00")return!1;const r=parseFloat(e),o=parseFloat(t);return!(isNaN(r)||isNaN(o)||r>o||!n)},rP=(e,t,n)=>{if(!Rh(e,n))return!1;try{const r=new Ee(t||"0"),o=new Ee("200000");return r.isNaN()||o.isNaN()?!1:r.gte(o)}catch{return!1}},oP=(e,t,n)=>{let r=t||"0";if(Rh(e,n))try{const o=new Ee(r),s=new Ee("200000");o.gt(s)&&(r="200000")}catch(o){console.warn("Error calculating max amount limit:",o)}try{const o=new Ee(r||"0");return console.log("bn:",o),o.isNaN()?r:o.decimalPlaces(6,Ee.ROUND_DOWN).toString()}catch{return r}},P0={chains:[],spotChains:[],currentActiveAccount:{wallet:"EVM",ethAddress:"",accountId:"",smartWalletAddress:""},defaultChainId:1,defaultAccountType:"perpetual",balances:{spot:{},perpetual:{}}};let We=null;const $0=v.forwardRef((e,t)=>{const[n,r]=v.useState(!1),[o,s]=v.useState(!1),[i,c]=v.useState(P0),a=v.useCallback(h=>{c(h),r(!0)},[]),u=v.useCallback(h=>{c(m=>({...m,...h}))},[]),l=v.useCallback(()=>{r(!1),s(!1),i.onClose&&i.onClose()},[i.onClose]),f=v.useCallback(h=>{s(h)},[]),p=v.useCallback(()=>n,[n]),d=v.useCallback(()=>o,[o]);return v.useImperativeHandle(t,()=>({openDeposit:a,closeDeposit:l,updateDepositOptions:u,setDepositLoading:f,isOpen:p,isLoading:d}),[a,l,u,f,p,d]),v.useEffect(()=>(We={openDeposit:a,closeDeposit:l,updateDepositOptions:u,setDepositLoading:f,isOpen:p,isLoading:d},()=>{We=null}),[a,l,u,f,p,d]),n?M.jsx(I0,{isOpen:n,isLoading:o,onClose:l,currentActiveAccount:i.currentActiveAccount,chains:i.chains,spotChains:i.spotChains,defaultChainId:i.defaultChainId,defaultAccountType:i.defaultAccountType,balances:i.balances,wagmiHooks:i.wagmiHooks,onDeposit:i.onDeposit,onCopy:i.onCopy,onChainChange:h=>{var m;return(m=i.onChainChange)==null?void 0:m.call(i,h)},onTokenChange:h=>{var m;return(m=i.onTokenChange)==null?void 0:m.call(i,h)}}):null});$0.displayName="DepositManager";const A0=e=>{if(!We){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}We.openDeposit(e||P0)},T0=()=>{if(!We){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}We.closeDeposit()},O0=e=>{We&&We.updateDepositOptions(e)},Ys=e=>{if(!We){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}We.setDepositLoading(e)},sP=()=>We?We.isOpen():!1,N0=()=>We?We.isLoading():!1,iP=()=>({openDeposit:A0,closeDeposit:T0,updateDepositOptions:O0,setDepositLoading:Ys,isOpen:sP,isLoading:N0}),aP=e=>{const{t}=dt(),{isNetworkMismatch:n,depositAmount:r,approved:o,currentTokenBalance:s,selectedToken:i,showLayerZeroTip:c,minDeposit:a=10}=e;return v.useMemo(()=>{if(n)return{text:t("deposit.switchNetwork"),disabled:!0,isNetworkSwitch:!0};const u=parseFloat(r||"0"),f=(i||"").toUpperCase()==="ETH"?.001:a,p=nP(r,s||"0",o);return!r||u===0||!o?{text:t(c?"deposit.layerZeroDepositButton":"deposit.confirmDeposit"),disabled:!0,isNetworkSwitch:!1}:u<f?{text:t("deposit.minDepositParsed",{amount:f,token:i}),disabled:!0,isNetworkSwitch:!1}:{text:t(c?"deposit.layerZeroDepositButton":"deposit.confirmDeposit"),disabled:!p,isNetworkSwitch:!1}},[n,r,o,s,i,c,a,t])};function cP(e){const{account:t,accountChainId:n,targetChainId:r,tokenInfo:o,amount:s}=e,{useReadContract:i,useWriteContract:c,usePublicClient:a,useSwitchChain:u}=e.wagmiHooks,l=o==null?void 0:o.tokenAddress,f=(o==null?void 0:o.decimals)??18,p=o==null?void 0:o.contractAddress,d=!l||l.toLowerCase()==="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",{switchChainAsync:h}=u(),{writeContractAsync:m}=c(),x=a(),T=i({address:l,abi:ur,functionName:"allowance",args:[An(t||""),p],chainId:r,query:{enabled:!!(!d&&t&&r&&l&&p)}}),w=T!=null&&T.isSuccess?T.data:void 0,A=v.useMemo(()=>{if(d)return!0;if(!T.isSuccess||w===void 0||w===0n)return!1;try{const B=mw(String(Number(s||"0")||0),Number(f));return w>=B}catch{return!1}},[d,T.isSuccess,w,s,f]),L=v.useCallback(async()=>{try{if(r&&n&&+n!=+r&&await h({chainId:+r}),!m||!x||!l||!p)return;const _=An(l),D=An(p);if((w||0n)>0n){const $=await m({abi:ur,address:_,functionName:"approve",args:[D,0n]});await x.waitForTransactionReceipt({hash:$})}const y=await m({abi:ur,address:_,functionName:"approve",args:[D,Bl]});await x.waitForTransactionReceipt({hash:y}),T!=null&&T.refetch&&await T.refetch()}catch(B){console.error("[useApprove] onApprove failed:",B)}},[r,n,l,p,w,T,m,x,h]);return{approve:A,onApprove:L}}const uP=({token:e,account:t,chainId:n,wagmiHooks:r,onResult:o})=>{var i;const s=(i=r==null?void 0:r.useBalance)==null?void 0:i.call(r,{address:t,token:e.tokenAddress,chainId:n,query:{enabled:!!t&&!!n&&!!e.tokenAddress&&!!(r!=null&&r.useBalance)}});return v.useEffect(()=>{o(An(e.tokenAddress),{balance:s})},[s,e.tokenAddress,o]),null},lP=({account:e,chainId:t,contractAddress:n,tokens:r=[],wagmiHooks:o})=>{var w;const s=typeof t=="string"?Number.isFinite(Number(t))?Number(t):void 0:t,i=v.useMemo(()=>{const A="0x0000000000000000000000000000000000000000",L="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";return r.filter(B=>{const _=B.tokenAddress;if(!_)return!1;const D=_.toLowerCase();return!(_===A||D===L)})},[r]),[c,a]=v.useState({}),u=v.useCallback((A,L)=>{a(B=>({...B,[A]:L}))},[]),l=(w=o==null?void 0:o.useBalance)==null?void 0:w.call(o,{address:e,chainId:s,query:{enabled:!!e&&!!s&&!!(o!=null&&o.useBalance)}}),[f,p]=v.useState(0),d=v.useMemo(()=>i.map(A=>v.createElement(uP,{key:`${A.tokenAddress}-${f}`,token:A,account:e,chainId:s,contractAddress:n,wagmiHooks:o,onResult:u})),[i,e,s,n,o,u,f]),h=v.useMemo(()=>{const A=l!=null&&l.data?{value:l.data.value,formatted:l.data.formatted,decimals:l.data.decimals,symbol:l.data.symbol}:{value:BigInt(0),formatted:"0",decimals:18,symbol:"ETH"},L=i.map(_=>{const D=c[An(_.tokenAddress)],g=D==null?void 0:D.balance,y=g==null?void 0:g.data;return{address:An(_.tokenAddress),value:(y==null?void 0:y.value)||BigInt(0),formatted:(y==null?void 0:y.formatted)||"0",decimals:(y==null?void 0:y.decimals)||_.decimals}}).filter(_=>_.address),B=L.reduce((_,D)=>({..._,[D.address]:{balance:D}}),{});return{balanceList:L,baseTokenBalance:A,combinedData:B}},[l,c,i]),m=v.useCallback(async()=>h,[h]),x=v.useMemo(()=>{const A=(l==null?void 0:l.isLoading)||!1,L=Object.values(c).some(B=>{var _;return(_=B.balance)==null?void 0:_.isLoading});return A||L},[l==null?void 0:l.isLoading,c]),T=v.useCallback(()=>p(A=>A+1),[]);return{multicallRun:m,multicallRefresh:T,multicallResult:h,validErcTokens:i,isLoading:x,queryComponents:d}},fP=({address:e,currentActiveChain:t,selectedToken:n,accountType:r,platformBalance:o,isLoading:s,wagmiHooks:i,onChainChange:c,onDeposit:a})=>{const{t:u}=dt(),l=i.useAccount(),f=t.tokenList.find(j=>j.token===n||j.symbol===n),p=t.chainId,[d,h]=v.useState("");v.useEffect(()=>{h("")},[n,t.chainId]);const{multicallResult:m,queryComponents:x}=lP({account:e,chainId:t.chainId,contractAddress:(f==null?void 0:f.contractAddress)||(t==null?void 0:t.contractAddress),tokens:(t==null?void 0:t.tokenList)||[],wagmiHooks:i}),T=v.useMemo(()=>{var U;if(!f)return"0";if(!f.tokenAddress||f.tokenAddress.toLowerCase()==="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee")return m.baseTokenBalance.formatted;const j=m.combinedData[f.tokenAddress];return((U=j==null?void 0:j.balance)==null?void 0:U.formatted)||"0"},[f,m]),w="0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",A="0xceeed84620e5eb9ab1d6dfc316867d2cda332e41",L=v.useMemo(()=>{var j,U;return jv({chain:_v,transport:g1(t.rpcUrl||((j=window==null?void 0:window.ENV)==null?void 0:j.CHAIN_RPC_URL_42161)||((U=window==null?void 0:window.ENV)==null?void 0:U.CHAIN_RPC_URL_421614))})},[t.rpcUrl]),B="1000000000000",{formatted:_}=Uv({client:L,tokenAddress:w,holder:A,decimals:6,fallbackFormatted:B,pollingInterval:12e3}),[D,g]=v.useState(!1),{approve:y,onApprove:$}=cP({account:e,accountChainId:l.chainId,targetChainId:+t.chainId,tokenInfo:f,amount:d,wagmiHooks:i}),I=v.useCallback(async()=>{if(!D)try{g(!0),await $()}catch(j){console.error("Approve failed:",j)}finally{g(!1)}},[D,$]),O=v.useMemo(()=>+l.chainId!=+t.chainId,[l.chainId,t.chainId]),P=v.useCallback(async()=>{c&&c(p)},[c,p]);v.useEffect(()=>{O&&P()},[O,P]);const{showLayerZeroTip:S,layerZeroTipKey:E}=v.useMemo(()=>{const j=+t.chainId==42161||+t.chainId==421614,U=(n==null?void 0:n.toUpperCase())==="USDT",W=new Ee(d||"0"),K=new Ee("200000");let G=!1,H;if(j&&U&&d)if(W.gte(K))G=!0,H="deposit.layerZeroDepositTipGte200k";else{const V=_;if(typeof V=="string"&&V.length>0){const Q=new Ee(V);!Q.isNaN()&&W.gte(Q)&&(G=!0,H="deposit.layerZeroDepositTipExceedPool")}}return{showLayerZeroTip:G,layerZeroTipKey:H}},[t.chainId,n,d,_]),N=v.useCallback(()=>oP(+t.chainId,T||"0",n),[T,t==null?void 0:t.chainId,n]),C=v.useMemo(()=>rP(+t.chainId,d,n),[t==null?void 0:t.chainId,d,n]),b=aP({isNetworkMismatch:O,depositAmount:d,approved:y,currentTokenBalance:T,selectedToken:n,showLayerZeroTip:S,minDeposit:10}),k=j=>{const U=j.target.value,W=N(),K=Xc(U,W);if(K.isValid)h(K.formattedValue),K.errorType;else return K.errorType==="exceed_balance",void 0},R=v.useCallback(async()=>{Ys(!0);try{a&&a({amount:d,chainId:p,tokenAddress:(f==null?void 0:f.tokenAddress)||"",tokenSymbol:n,accountType:r})}catch(j){console.error("Deposit error:",j),Ys(!1)}},[a,d,p,f==null?void 0:f.tokenAddress,r,n]);return M.jsxs(M.Fragment,{children:[x,M.jsxs("div",{className:"bg-fill-input-primary rounded-lg px-3 py-3 my-4",children:[M.jsxs("div",{className:"flex justify-between items-center h-[18px] mb-3",children:[M.jsx("input",{type:"text",placeholder:u("deposit.amount"),value:d,onChange:k,className:"flex-1 bg-transparent text-text-primary text-sm font-medium placeholder-text-tertiary placeholder:font-normal focus:outline-none border-none p-0 h-full"}),M.jsx("button",{onClick:()=>{const j=N();h(j)},className:"text-theme-normal text-xs font-medium cursor-pointer hover:opacity-80 transition-opacity h-full flex items-center",children:u("deposit.max")})]}),M.jsx("div",{className:"h-[1px] bg-line-divider-secondary mb-2"}),M.jsxs("div",{className:"flex justify-between items-center",children:[M.jsx(Gn,{content:u("deposit.availableDesc"),children:M.jsx("span",{className:"text-text-tertiary text-xs leading-[14px] border-b border-dashed border-line-divider-primary",children:u("deposit.available")})}),M.jsx("span",{className:"text-text-primary text-xs leading-[14px]",children:tP(T||"0",d,n)})]})]}),!y&&XS(d||"0",0)&&M.jsxs("div",{className:"flex justify-center flex-col items-center",children:[M.jsx("h3",{className:"text-text-primary text-sm leading-4 font-medium",children:u("deposit.enableSystemProWithToken",{token:n,network:t==null?void 0:t.chain})}),M.jsx("p",{className:"text-text-secondary text-xs leading-3 mt-4",children:u("deposit.enableTokenDesc",{token:n,network:t==null?void 0:t.chain})}),M.jsx("button",{className:"w-[180px] h-8 bg-fill-btn-primary hover:bg-fill-btn-primary-hover text-text-on-sec-btn rounded-xl text-sm font-medium transition-colors my-4 disabled:opacity-50 disabled:cursor-not-allowed flex items-center justify-center",onClick:I,disabled:D,children:D?M.jsx(Mo,{size:"xs",inline:!0}):u("deposit.enableWithToken",{token:n})})]}),S&&M.jsxs(M.Fragment,{children:[M.jsxs("div",{className:"flex mb-4",children:[M.jsx("div",{className:"w-5",children:M.jsx("img",{src:Io,className:"w-4 h-4",alt:"Warning"})}),M.jsx("div",{className:"flex-1 text-xs text-functional-orange-1",children:u(E||"deposit.layerZeroDepositTip")})]}),M.jsx("div",{className:"my-2 ml-5 h-[1px] border-b border-dashed border-line-divider-secondary"})]}),C&&M.jsxs("div",{className:"flex mb-4",children:[M.jsx("div",{className:"w-5",children:M.jsx("img",{src:Io,className:"w-4 h-4",alt:"Warning"})}),M.jsx("div",{className:"flex-1 text-xs text-functional-orange-1",children:u("deposit.depositTipFor25w")})]}),C&&M.jsx("div",{className:"my-2 ml-5 h-[1px] border-b border-dashed border-line-divider-secondary"}),M.jsxs("div",{className:"flex mb-4",children:[M.jsx("div",{className:"w-5",children:!(C||S)&&M.jsx("img",{src:Io,className:"w-4 h-4",alt:"Warning"})}),M.jsx("div",{className:"flex-1 text-xs text-functional-orange-1",children:u("deposit.noPrivateKeyWalletWarning")})]}),M.jsxs("div",{className:"border-t border-line-divider-secondary border-dashed py-4",children:[M.jsxs("div",{className:"flex justify-between items-center h-[18px] leading-4",children:[M.jsx("span",{className:"text-sm text-text-tertiary",children:u("deposit.arrivalTime")}),M.jsx(Gn,{content:M.jsxs("div",{className:"grid flex-grow max-w-[300px] min-w-[80px] rounded-2xl flex-col gap-[10px]",children:[M.jsx("p",{children:u("deposit.arrivaltimeTooltip1",{v:(t==null?void 0:t.blockTime)*t.txConfirm/60,v1:t==null?void 0:t.txConfirm})}),M.jsx("p",{children:u("deposit.arrivaltimeTooltip2")})]}),placement:"top",children:M.jsx("span",{className:"text-text-primary font-medium text-right border-b-[2px] border-dashed border-line-divider-primary decoration-dashed text-sm",children:u("deposit.arrivalEstimated",{v:(t==null?void 0:t.blockTime)*t.txConfirm/60})})})]}),M.jsxs("div",{className:"flex justify-between items-center h-[18px] leading-4 mt-2",children:[M.jsx("span",{className:"text-sm text-text-tertiary",children:u("deposit.equity")}),M.jsx("span",{className:"text-sm text-text-primary font-medium",children:d?M.jsxs("span",{className:"flex items-center gap-1",children:[$t(o),M.jsx("span",{className:"text-sm font-edgex-harmony text-functional-green-1 leading-[18px] font-medium",children:"→"}),$t((parseFloat(o)+parseFloat(d)).toString())," ",n]}):`${$t(o)} ${n}`})]})]}),M.jsxs("button",{className:`w-full h-[38px] text-sm rounded-xl font-medium transition-colors flex items-center justify-center gap-2 ${b.disabled||s?"bg-text-disabled text-text-secondary cursor-not-allowed":"bg-fill-btn-primary text-text-on-sec-btn"}`,onClick:R,disabled:b.disabled||s,children:[(s||O)&&M.jsx(Mo,{size:"xs"}),b.text]})]})},C0=e=>e.toLocaleUpperCase()===Dn?Dn:ka,Qc=e=>C0(e.wallet)===Dn,dP=e=>C0(e.wallet)===ka,I0=({isOpen:e,isLoading:t=!1,onClose:n,currentActiveAccount:r,chains:o,spotChains:s=[],defaultChainId:i,defaultAccountType:c="perpetual",balances:a,wagmiHooks:u,onDeposit:l,onCopy:f,onChainChange:p,onTokenChange:d})=>{const{t:h}=dt(),[m,x]=v.useState(c),T=v.useCallback(O=>O==="spot"&&s&&s.length>0?s:o,[o,s]),w=T(c),[A,L]=v.useState(()=>{var O;return!w||w.length===0?1:i||((O=w[0])==null?void 0:O.chainId)||1}),B=v.useMemo(()=>T(m),[m,T]),_=B.find(O=>O.chainId===A)||B[0],[D,g]=v.useState(()=>{var N,C;if(!w||w.length===0)return"";const O=i||((N=w[0])==null?void 0:N.chainId),P=w.find(b=>b.chainId===O)||w[0],S=((P==null?void 0:P.tokenList)||[]).length>0?P:w.find(b=>(b.tokenList||[]).length>0),E=(C=S==null?void 0:S.tokenList)==null?void 0:C[0];return(E==null?void 0:E.token)||(E==null?void 0:E.symbol)||""}),y=v.useCallback(O=>{L(O),p==null||p(O)},[p]),$=v.useCallback(O=>{g(O),d==null||d(O)},[d]),I=v.useMemo(()=>{const O=(D||"").toLowerCase();if(console.log("key:",O),!O)return"0";const P=m==="spot"?a==null?void 0:a.spot:a==null?void 0:a.perpetual,S=P==null?void 0:P[O];return typeof S=="string"&&S.length>0?S:"0"},[a,m,D]);return e?ke.createPortal(M.jsx("div",{className:"fixed top-0 left-0 right-0 bottom-0 w-screen h-screen",style:{zIndex:98},children:M.jsx("div",{className:"fixed top-0 left-0 right-0 bottom-0 z-[99] flex items-center justify-center",style:{background:"rgba(0, 0, 0, 0.6)",backdropFilter:"blur(10px)",WebkitBackdropFilter:"blur(10px)"},onClick:()=>{n()},"aria-hidden":"true",children:M.jsxs("div",{className:"relative w-[420px] max-h-[85vh] bg-fill-page-secondary overflow-auto rounded-lg p-6 shadow-xl border-[2px] border-solid border-line-divider-secondary",onClick:O=>{O.stopPropagation()},children:[M.jsxs("div",{className:"flex items-center justify-between mb-4",children:[M.jsx("h2",{className:"text-lg font-semibold text-white",children:h("deposit.title")}),M.jsx("button",{className:"text-gray-400 hover:text-gray-200 transition-colors",onClick:n,"aria-label":"Close",children:M.jsx(Bd,{className:"h-4 w-4"})})]}),M.jsx(jh,{selectedAccount:m,onAccountChange:O=>{var j,U;const P=O||"perpetual";x(P);const S=T(P);if(!S||S.length===0)return;const E=S.find(W=>W.chainId===A),N=E?E.chainId:S[0].chainId;L(N),p==null||p(N);const C=S.find(W=>W.chainId===N),b=(C==null?void 0:C.tokenList)||[],R=b.some(W=>(W.symbol||W.token)===D)?D:((j=b[0])==null?void 0:j.symbol)||((U=b[0])==null?void 0:U.token)||"";R&&(g(R),d==null||d(R))},className:"w-full"}),M.jsx(Dh,{currentActiveChain:_,chainList:B,onChainChange:y,curSelectToken:D,onTokenChange:$,walletType:Qc(r)?Dn:ka}),Qc(r)&&M.jsx(eP,{address:r.smartWalletAddress,currentActiveChain:_,selectedToken:D,onDeposit:l,onCopy:f,onClose:n}),dP(r)&&M.jsx(fP,{address:r.ethAddress,currentActiveChain:_,selectedToken:D,accountType:m,platformBalance:I,isLoading:t,wagmiHooks:u,onChainChange:y,onDeposit:l,onClose:n})]})})}),document.body):null},pP=({withdrawAmount:e,curSelectToken:t,tokenInfo:n,currentActiveChain:r,platformBalance:o="0",fee:s="0.00",walletType:i="evm",receiverAddress:c="",accountType:a="perpetual",onWithdrawAmountChange:u,onReceiverAddressChange:l,onAmountChanged:f,showPoolBalanceInsufficientTip:p=!1})=>{const{t:d}=dt(),h=v.useMemo(()=>{if(a==="spot"||!an(r==null?void 0:r.chainId)){const L=new Ee(e||"0").minus(s||"0").decimalPlaces(2,Ee.ROUND_DOWN);return L.isNegative()?"0.00":L.toString()}return e||"0"},[e,s,r==null?void 0:r.chainId,a]),m=v.useMemo(()=>o||"0",[o]),x=v.useMemo(()=>{const L=(n==null?void 0:n.feeRate)||(n==null?void 0:n.withdrawFeeRate)||(r==null?void 0:r.feeRate)||0;try{return new Ee(L||0).times(100).toString()}catch{return"0"}},[n==null?void 0:n.feeRate,n==null?void 0:n.withdrawFeeRate,r==null?void 0:r.feeRate]),T=L=>{const B=L.target.value,_=m||"0",D=Xc(B,_);if(D.isValid){let g=D.formattedValue;const y=n==null?void 0:n.minWithdrawSize;if(y!=null&&`${y}`!="")try{const $=new Ee(g||"0"),I=new Ee(y||"0"),O=new Ee(_||"0");!$.isNaN()&&!I.isNaN()&&!O.isNaN()&&I.lte(O)&&$.gt(0)&&$.lt(I)&&(g=I.decimalPlaces(6,Ee.ROUND_DOWN).toString())}catch{}u(g),D.errorType,f==null||f(g)}else return D.errorType==="exceed_balance",void 0},w=()=>{u(m),f==null||f(m)},A=()=>{const L=parseFloat(o||"0"),B=parseFloat(e||"0");if(B>0){const _=L-B,D=$t(Math.max(0,_).toString());return M.jsxs("span",{className:"flex items-center gap-1",children:[$t(o||"0"),M.jsx("span",{className:"text-sm font-edgex-harmony text-functional-green-1 leading-[18px] font-medium",children:"→"}),D," ",t]})}return`${$t(o||"0")} ${t}`};return M.jsxs(M.Fragment,{children:[M.jsxs("div",{className:"bg-fill-input-primary rounded-lg px-3 py-3 my-4",children:[M.jsxs("div",{className:"flex justify-between items-center h-[18px] mb-3",children:[M.jsx("input",{type:"text",placeholder:d("deposit.amount"),value:e,onChange:T,className:"flex-1 bg-transparent text-text-primary text-sm font-medium placeholder-text-tertiary placeholder:font-normal focus:outline-none border-none p-0 h-full"}),M.jsx("button",{onClick:w,className:"text-theme-normal text-xs font-medium cursor-pointer hover:opacity-80 transition-opacity h-full flex items-center",children:d("deposit.max")})]}),M.jsx("div",{className:"h-[1px] bg-line-divider-secondary mb-2"}),M.jsxs("div",{className:"flex justify-between items-center",children:[M.jsx(Gn,{content:d("withdraw.availableDesc"),children:M.jsx("span",{className:"text-text-tertiary text-xs leading-[14px] border-b border-dashed border-line-divider-primary",children:d("deposit.available")})}),M.jsx("span",{className:"text-text-primary text-xs leading-[14px]",children:A()})]})]}),i==="mpc"&&(a==="spot"||!an(r==null?void 0:r.chainId))?M.jsx("div",{className:"bg-fill-input-primary rounded-lg my-4 h-9 flex items-center px-3",children:M.jsx("input",{type:"text",placeholder:d("withdraw.receiverAddress"),value:c,onChange:L=>l==null?void 0:l(L.target.value),className:"flex-1 bg-transparent text-text-primary text-sm font-medium placeholder-text-tertiary placeholder:font-normal focus:outline-none border-none p-0 h-full"})}):null,M.jsx("div",{className:"bg-fill-page-secondary rounded-lg mb-4",children:an(r==null?void 0:r.chainId)?M.jsxs(M.Fragment,{children:[M.jsx("p",{className:"text-text-tertiary text-xs leading-[18px]",children:d("withdraw.noticeDesc")}),M.jsx("a",{className:"block text-xs leading-[18px] mt-1 text-theme-normal",href:"https://edgex-1.gitbook.io/edgeX-documentation/getting-started/deposits-and-withdrawals/withdrawals",rel:"noreferrer",target:"_blank",children:d("withdraw.commonWithdraw")})]}):M.jsx("p",{className:"text-text-tertiary text-xs leading-[18px]",children:d("withdraw.crossChainTips")})}),p&&M.jsxs("div",{className:"flex mb-4",children:[M.jsx("div",{className:"w-5",children:M.jsx("img",{src:Io,className:"w-4 h-4",alt:"Warning"})}),M.jsx("div",{className:"flex-1 text-xs text-functional-orange-1",children:d("withdraw.poolBalanceInsufficientTip")})]}),M.jsxs("div",{className:"py-4 border-t border-line-divider-secondary border-dashed",children:[M.jsxs("div",{className:"flex items-center justify-between h-[18px] leading-[18px]",children:[M.jsx(Gn,{content:M.jsxs("div",{children:[M.jsx("div",{children:d("withdraw.speedNote")}),M.jsxs("div",{className:"flex gap-1 items-center mt-1",children:[M.jsx(Oo,{selectedLevel:Pt.FAST,maxLevel:3}),M.jsx("span",{children:d("withdraw.speedNoteSpeed1")})]}),M.jsxs("div",{className:"flex gap-1 items-center mt-1",children:[M.jsx(Oo,{selectedLevel:Pt.Medium,maxLevel:3}),M.jsx("span",{children:d("withdraw.speedNoteSpeed2")})]}),M.jsxs("div",{className:"flex gap-1 items-center mt-1",children:[M.jsx(Oo,{selectedLevel:Pt.SLOW,maxLevel:3}),M.jsx("span",{children:d("withdraw.speedNoteSpeed3")})]})]}),children:M.jsx("span",{className:"text-text-tertiary text-sm leading-4 border-b border-dashed border-line-divider-primary",children:d("withdraw.speed")})}),M.jsx("div",{className:"flex items-center",children:M.jsx(Oo,{selectedLevel:an(r==null?void 0:r.chainId)?Pt.SLOW:Pt.FAST,maxLevel:3})})]}),(a==="spot"||!an(r==null?void 0:r.chainId))&&M.jsxs("div",{className:"flex items-center justify-between mt-2 h-[18px]",children:[M.jsx(Gn,{content:d("withdraw.feeCalculationTip"),children:M.jsxs("span",{className:"text-text-tertiary text-sm leading-4 border-b border-dashed border-line-divider-primary",children:[d("withdraw.fee"),"/",d("withdraw.feeRate")]})}),M.jsxs("span",{className:"text-text-primary text-sm leading-4 font-medium",children:[s," ",t," / ",x,"%"]})]}),M.jsxs("div",{className:"flex items-center justify-between mt-2 h-[18px]",children:[M.jsx("span",{className:"text-text-tertiary text-sm leading-4",children:d(an(r==null?void 0:r.chainId)?"withdraw.withdrawlAmount":"withdraw.amountToReceive")}),M.jsxs("span",{className:"text-text-primary text-sm leading-4 font-medium",children:[$t(h)," ",t]})]})]})]})},hP=[];let Ve=null;const M0=v.forwardRef((e,t)=>{const[n,r]=v.useState(!1),[o,s]=v.useState(!1),[i,c]=v.useState({chains:[],currentActiveAccount:{wallet:"EVM",ethAddress:"",accountId:"",smartWalletAddress:""}}),a=v.useCallback(h=>{c(h||{chains:[],currentActiveAccount:{wallet:"EVM",ethAddress:"",accountId:"",smartWalletAddress:""}}),r(!0)},[]),u=v.useCallback(h=>{c(m=>({...m,...h}))},[]),l=v.useCallback(()=>{r(!1),s(!1),i.onClose&&i.onClose()},[i.onClose]),f=v.useCallback(h=>{s(h)},[]),p=v.useCallback(()=>n,[n]),d=v.useCallback(()=>o,[o]);return v.useImperativeHandle(t,()=>({openWithdraw:a,closeWithdraw:l,updateWithdrawOptions:u,setWithdrawLoading:f,isOpen:p,isLoading:d}),[a,l,u,f,p,d]),v.useEffect(()=>(Ve={openWithdraw:a,closeWithdraw:l,updateWithdrawOptions:u,setWithdrawLoading:f,isOpen:p,isLoading:d},()=>{Ve=null}),[a,l,u,f,p,d]),n?M.jsx(R0,{isOpen:n,isLoading:o,onClose:l,config:i.config||{symbol:"USDT"},currentActiveAccount:i.currentActiveAccount,chains:i.chains||hP,spotChains:i.spotChains,balances:i.balances,defaultChainId:i.defaultChainId,defaultTokenAddress:i.defaultTokenAddress,defaultAmount:i.defaultAmount,defaultAccountType:i.defaultAccountType,currentEquity:i.currentEquity??5e3,platformBalance:i.platformBalance||"0",fee:i.fee,wagmiHooks:i.wagmiHooks,onWithdraw:i.onWithdraw,onChainChange:i.onChainChange,onTokenChange:i.onTokenChange,onAmountChanged:i.onAmountChanged}):null});M0.displayName="WithdrawManager";const k0=e=>{if(!Ve){console.error("WithdrawManager not initialized. Make sure to render <WithdrawManager /> in your app.");return}Ve.openWithdraw(e||{chains:[],currentActiveAccount:{wallet:"EVM",ethAddress:"",accountId:"",smartWalletAddress:""}})},L0=()=>{if(!Ve){console.error("WithdrawManager not initialized. Make sure to render <WithdrawManager /> in your app.");return}Ve.closeWithdraw()},B0=e=>{if(!Ve){console.error("WithdrawManager not initialized. Make sure to render <WithdrawManager /> in your app.");return}Ve.updateWithdrawOptions(e)},Xs=e=>{if(!Ve){console.error("WithdrawManager not initialized. Make sure to render <WithdrawManager /> in your app.");return}Ve.setWithdrawLoading(e)},mP=()=>Ve?Ve.isOpen():!1,F0=()=>Ve?Ve.isLoading():!1,gP=()=>({openWithdraw:k0,closeWithdraw:L0,updateWithdrawOptions:B0,setWithdrawLoading:Xs,isOpen:mP,isLoading:F0}),bP=({walletType:e,chains:t,spotChains:n=[],defaultChainId:r,defaultTokenAddress:o,defaultAmount:s="",defaultAccountType:i="perpetual",currentEquity:c,platformBalance:a="0",balances:u,fee:l="0.00",isLoading:f=!1,onWithdraw:p,onClose:d,onChainChange:h,onTokenChange:m,onAmountChanged:x})=>{var G;const{t:T}=dt(),[w,A]=v.useState(i),L=v.useCallback(H=>H==="spot"&&n&&n.length>0?n:t,[t,n]),B=v.useMemo(()=>L(w),[w,L]),_=v.useMemo(()=>{var pe,Pe;const H="USDC";if(!B||B.length===0)return{chainId:1,tokenSymbol:""};const V=he=>Array.isArray(he.tokenList)&&he.tokenList.some(me=>(me.token||me.symbol||"").toUpperCase()===H),Y=B.find(V)||B[0];if(!Y||!Array.isArray(Y.tokenList)||Y.tokenList.length===0)return{chainId:(Y==null?void 0:Y.chainId)||1,tokenSymbol:""};const Q=Y.tokenList.find(he=>(he.token||he.symbol||"").toUpperCase()===H),oe=(Q==null?void 0:Q.token)||(Q==null?void 0:Q.symbol)||((pe=Y.tokenList[0])==null?void 0:pe.token)||((Pe=Y.tokenList[0])==null?void 0:Pe.symbol)||"";return{chainId:Y.chainId,tokenSymbol:oe}},[B]),[D,g]=v.useState(()=>_.chainId),[y,$]=v.useState(()=>_.tokenSymbol),[I,O]=v.useState(s),[P,S]=v.useState(""),E=v.useCallback(H=>{g(H),h==null||h(H)},[h]),N=v.useCallback(H=>{$(H),m==null||m(H)},[m]),C=v.useRef(!0),b=v.useRef(y),k=v.useRef(D);v.useEffect(()=>{if(C.current){C.current=!1,b.current=y,k.current=D;return}(b.current!==y||k.current!==D)&&(O(""),b.current=y,k.current=D)},[y,D]);const R=B&&B.length>0?B.find(H=>H.chainId===D)||B[0]:null,j=(G=R==null?void 0:R.tokenList)==null?void 0:G.find(H=>H.token===y),U=v.useMemo(()=>{const H=new Ee(I||"0"),V=new Ee(l||"0"),Y=an(D);return!I||H.isZero()||!Y&&H.isLessThan(V)||j!=null&&j.minWithdrawSize&&H.lt(j.minWithdrawSize)?{text:T("withdraw.confirmWithdraw"),disabled:!0}:e==="mpc"&&(!Y||w==="spot")&&!P.trim()?{text:T("withdraw.invalidReceiverAddress"),disabled:!0}:{text:T("withdraw.confirmWithdraw"),disabled:!1}},[T,D,I,e,P,l,w,j]),W=v.useMemo(()=>{const H=(y||"").toLowerCase();if(!H)return a||"0";const V=w==="spot"?u==null?void 0:u.spot:u==null?void 0:u.perpetual,Y=V==null?void 0:V[H];return typeof Y=="string"&&Y.length>0?Y:a||"0"},[u,w,y,a]),K=v.useCallback(async()=>{Xs(!0);try{if(p){const H=new Ee(I||"0");console.log("selectedToken:",j);const V={amount:H.toString(),chainId:D,tokenAddress:(j==null?void 0:j.tokenAddress)||"",coinId:(j==null?void 0:j.coinId)||"",tokenSymbol:y,accountType:w,selectedToken:j};e==="mpc"&&(!an(D)||w==="spot")&&(V.receiverAddress=P),p(V)}}catch{Xs(!1)}},[p,w,j,I,D,y,e,P]);return!B||B.length===0?M.jsx("div",{className:"text-center py-8",children:M.jsx("p",{className:"text-gray-400",children:"No chains available"})}):R?M.jsxs(M.Fragment,{children:[M.jsx(jh,{selectedAccount:w,onAccountChange:H=>{var le,xn;const V=H||"perpetual";A(V);const Y=L(V);if(!Y||Y.length===0)return;const Q=Y.find(cn=>cn.chainId===D),oe=Q?Q.chainId:Y[0].chainId;g(oe),h==null||h(oe);const pe=Y.find(cn=>cn.chainId===oe),Pe=(pe==null?void 0:pe.tokenList)||[],me=Pe.some(cn=>(cn.symbol||cn.token)===y)?y:((le=Pe[0])==null?void 0:le.symbol)||((xn=Pe[0])==null?void 0:xn.token)||"";me&&($(me),m==null||m(me))},className:"w-full"}),M.jsx(Dh,{currentActiveChain:R,chainList:B,onChainChange:E,curSelectToken:y,onTokenChange:N,walletType:"EVM",txType:"withdraw"}),M.jsx(pP,{withdrawAmount:I,curSelectToken:y,tokenInfo:j,curSelectTokenData:{balance:j==null?void 0:j.balance,allowance:j==null?void 0:j.allowance},currentActiveChain:R,currentEquity:c||0,decimals:(j==null?void 0:j.decimals)||6,platformBalance:W,fee:l,walletType:e,accountType:w,receiverAddress:P,onWithdrawAmountChange:O,onReceiverAddressChange:S,onAmountChanged:x}),M.jsxs("button",{className:`w-full h-[38px] text-sm rounded-xl font-medium transition-colors flex items-center justify-center gap-2 ${U.disabled||f?"bg-text-disabled text-text-secondary cursor-not-allowed":"bg-fill-btn-primary text-text-on-sec-btn"}`,onClick:K,disabled:U.disabled||f,children:[f&&M.jsx(Mo,{size:"xs"}),U.text]})]}):M.jsx("div",{className:"text-center py-8",children:M.jsx("p",{className:"text-gray-400",children:"Loading..."})})},R0=({isOpen:e,isLoading:t=!1,defaultAccountType:n="perpetual",onClose:r,config:o,currentActiveAccount:s,chains:i,spotChains:c=[],defaultChainId:a,defaultTokenAddress:u,defaultAmount:l="",currentEquity:f=5e3,platformBalance:p="0",balances:d,fee:h,wagmiHooks:m,onWithdraw:x,onChainChange:T,onTokenChange:w,onAmountChanged:A})=>{const{t:L}=dt();return e?ke.createPortal(M.jsx("div",{className:"fixed top-0 left-0 right-0 bottom-0 w-screen h-screen",style:{zIndex:98},children:M.jsx("div",{className:"fixed top-0 left-0 right-0 bottom-0 z-[99] flex items-center justify-center",style:{background:"rgba(0, 0, 0, 0.6)",backdropFilter:"blur(10px)",WebkitBackdropFilter:"blur(10px)"},onClick:()=>{r()},"aria-hidden":"true",children:M.jsxs("div",{className:"relative w-[420px] max-h-[85vh] bg-fill-page-secondary overflow-auto rounded-lg p-6 shadow-xl",onClick:B=>{B.stopPropagation()},children:[M.jsxs("div",{className:"flex items-center justify-between mb-4",children:[M.jsx("h2",{className:"text-lg font-semibold text-white",children:L("withdraw.withdraw")}),M.jsx("button",{className:"text-gray-400 hover:text-gray-200 transition-colors",onClick:r,"aria-label":"Close",children:M.jsx(Bd,{className:"h-4 w-4"})})]}),M.jsx(bP,{chains:i,spotChains:c,walletType:Qc(s)?"mpc":"evm",defaultChainId:a,defaultTokenAddress:u,defaultAmount:l,defaultAccountType:n,currentEquity:f,platformBalance:p,balances:d,fee:h,isLoading:t,wagmiHooks:m,onWithdraw:x,onClose:r,onChainChange:T,onTokenChange:w,onAmountChanged:A})]})})}),document.body):null};re.ChromeLoader=Mo,re.ComponentProvider=um,re.DEFAULT_LOCALE=Lo,re.Deposit=I0,re.DepositManager=$0,re.LOCALE_NAMES=im,re.LoadingSpinner=Mo,re.SUPPORTED_LOCALES=ei,re.Tooltip=Gn,re.Withdraw=R0,re.WithdrawManager=M0,re.closeDeposit=T0,re.closeWithdraw=L0,re.formatThousands=fm,re.isDepositLoading=N0,re.isWithdrawLoading=F0,re.openDeposit=A0,re.openWithdraw=k0,re.setDepositLoading=Ys,re.setWithdrawLoading=Xs,re.updateDepositOptions=O0,re.updateWithdrawOptions=B0,re.useComponentConfig=fu,re.useDeposit=zv,re.useDepositManager=iP,re.useTranslation=dt,re.useWithdraw=Hv,re.useWithdrawManager=gP,Object.defineProperty(re,Symbol.toStringTag,{value:"Module"})});
|
|
104
172
|
//# sourceMappingURL=index.umd.js.map
|