@edgex-web/components 0.1.0-beta.9 → 0.2.0-beta.10
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-F1d9zsBO.mjs +150 -0
- package/dist/ccip-F1d9zsBO.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 +17 -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 +3 -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 +31 -37
- 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 +44 -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 +85 -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 +5 -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/format.d.ts +2 -0
- package/dist/components/shared/utils/format.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 +165 -0
- package/dist/hooks/useTranslation.d.ts.map +1 -0
- package/dist/index-DGLETIrg.mjs +20451 -0
- package/dist/index-DGLETIrg.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 -6751
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +105 -32
- package/dist/index.umd.js.map +1 -1
- package/dist/locales/en-US.d.ts +65 -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 +65 -0
- package/dist/locales/ja-JP.d.ts.map +1 -0
- package/dist/locales/ru-RU.d.ts +65 -0
- package/dist/locales/ru-RU.d.ts.map +1 -0
- package/dist/locales/zh-CN.d.ts +66 -0
- package/dist/locales/zh-CN.d.ts.map +1 -0
- package/dist/locales/zh-TW.d.ts +65 -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 -19
- package/dist/components/Deposit/src/evm/WalletView.d.ts.map +0 -1
- package/dist/components/Deposit/src/evm/index.d.ts +0 -32
- 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,x){typeof exports=="object"&&typeof module<"u"?x(exports,require("react"),require("react-dom")):typeof define=="function"&&define.amd?define(["exports","react","react-dom"],x):(re=typeof globalThis<"u"?globalThis:re||self,x(re.EdgeXComponents={},re.React,re.ReactDOM))})(this,function(re,x,ke){"use strict";var zP=Object.defineProperty;var HP=(re,x,ke)=>x in re?zP(re,x,{enumerable:!0,configurable:!0,writable:!0,value:ke}):re[x]=ke;var Bo=(re,x,ke)=>HP(re,typeof x!="symbol"?x+"":x,ke);function au(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=au(x),Cr=au(ke);function Q0(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var ei={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 cu;function J0(){if(cu)return Nr;cu=1;var e=x,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,d={},p=null,f=null;u!==void 0&&(p=""+u),a.key!==void 0&&(p=""+a.key),a.ref!==void 0&&(f=a.ref);for(l in a)r.call(a,l)&&!s.hasOwnProperty(l)&&(d[l]=a[l]);if(c&&c.defaultProps)for(l in a=c.defaultProps,a)d[l]===void 0&&(d[l]=a[l]);return{$$typeof:t,type:c,key:p,ref:f,props:d,_owner:o.current}}return Nr.Fragment=n,Nr.jsx=i,Nr.jsxs=i,Nr}var Ir={};/**
|
|
10
10
|
* @license React
|
|
11
11
|
* react-jsx-runtime.development.js
|
|
12
12
|
*
|
|
@@ -14,48 +14,100 @@
|
|
|
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 uu;function em(){return uu||(uu=1,process.env.NODE_ENV!=="production"&&function(){var e=x,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"),d=Symbol.for("react.memo"),p=Symbol.for("react.lazy"),f=Symbol.for("react.offscreen"),h=Symbol.iterator,m="@@iterator";function v(L){if(L===null||typeof L!="object")return null;var q=h&&L[h]||L[m];return typeof q=="function"?q:null}var A=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;function w(L){{for(var q=arguments.length,Y=new Array(q>1?q-1:0),te=1;te<q;te++)Y[te-1]=arguments[te];T("error",L,Y)}}function T(L,q,Y){{var te=A.ReactDebugCurrentFrame,de=te.getStackAddendum();de!==""&&(q+="%s",Y=Y.concat([de]));var he=Y.map(function(le){return String(le)});he.unshift("Warning: "+q),Function.prototype.apply.call(console[L],console,he)}}var B=!1,F=!1,R=!1,j=!1,g=!1,y;y=Symbol.for("react.module.reference");function $(L){return!!(typeof L=="string"||typeof L=="function"||L===r||L===s||g||L===o||L===u||L===l||j||L===f||B||F||R||typeof L=="object"&&L!==null&&(L.$$typeof===p||L.$$typeof===d||L.$$typeof===i||L.$$typeof===c||L.$$typeof===a||L.$$typeof===y||L.getModuleId!==void 0))}function k(L,q,Y){var te=L.displayName;if(te)return te;var de=q.displayName||q.name||"";return de!==""?Y+"("+de+")":Y}function N(L){return L.displayName||"Context"}function P(L){if(L==null)return null;if(typeof L.tag=="number"&&w("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof L=="function")return L.displayName||L.name||null;if(typeof L=="string")return L;switch(L){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 L=="object")switch(L.$$typeof){case c:var q=L;return N(q)+".Consumer";case i:var Y=L;return N(Y._context)+".Provider";case a:return k(L,L.render,"ForwardRef");case d:var te=L.displayName||null;return te!==null?te:P(L.type)||"Memo";case p:{var de=L,he=de._payload,le=de._init;try{return P(le(he))}catch{return null}}}return null}var S=Object.assign,E=0,C,O,b,M,D,_,U;function W(){}W.__reactDisabledLog=!0;function K(){{if(E===0){C=console.log,O=console.info,b=console.warn,M=console.error,D=console.group,_=console.groupCollapsed,U=console.groupEnd;var L={configurable:!0,enumerable:!0,value:W,writable:!0};Object.defineProperties(console,{info:L,log:L,warn:L,error:L,group:L,groupCollapsed:L,groupEnd:L})}E++}}function V(){{if(E--,E===0){var L={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:S({},L,{value:C}),info:S({},L,{value:O}),warn:S({},L,{value:b}),error:S({},L,{value:M}),group:S({},L,{value:D}),groupCollapsed:S({},L,{value:_}),groupEnd:S({},L,{value:U})})}E<0&&w("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var Z=A.ReactCurrentDispatcher,H;function Q(L,q,Y){{if(H===void 0)try{throw Error()}catch(de){var te=de.stack.trim().match(/\n( *(at )?)/);H=te&&te[1]||""}return`
|
|
18
|
+
`+H+L}}var X=!1,se;{var me=typeof WeakMap=="function"?WeakMap:Map;se=new me}function pe(L,q){if(!L||X)return"";{var Y=se.get(L);if(Y!==void 0)return Y}var te;X=!0;var de=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var he;he=Z.current,Z.current=null,K();try{if(q){var le=function(){throw Error()};if(Object.defineProperty(le.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(le,[])}catch(qe){te=qe}Reflect.construct(L,[],le)}else{try{le.call()}catch(qe){te=qe}L.call(le.prototype)}}else{try{throw Error()}catch(qe){te=qe}L()}}catch(qe){if(qe&&te&&typeof qe.stack=="string"){for(var ae=qe.stack.split(`
|
|
19
|
+
`),De=te.stack.split(`
|
|
20
|
+
`),Se=ae.length-1,Pe=De.length-1;Se>=1&&Pe>=0&&ae[Se]!==De[Pe];)Pe--;for(;Se>=1&&Pe>=0;Se--,Pe--)if(ae[Se]!==De[Pe]){if(Se!==1||Pe!==1)do if(Se--,Pe--,Pe<0||ae[Se]!==De[Pe]){var dt=`
|
|
21
|
+
`+ae[Se].replace(" at new "," at ");return L.displayName&&dt.includes("<anonymous>")&&(dt=dt.replace("<anonymous>",L.displayName)),typeof L=="function"&&se.set(L,dt),dt}while(Se>=1&&Pe>=0);break}}}finally{X=!1,Z.current=he,V(),Error.prepareStackTrace=de}var Or=L?L.displayName||L.name:"",Zn=Or?Q(Or):"";return typeof L=="function"&&se.set(L,Zn),Zn}function ue(L,q,Y){return pe(L,!1)}function ge(L){var q=L.prototype;return!!(q&&q.isReactComponent)}function oe(L,q,Y){if(L==null)return"";if(typeof L=="function")return pe(L,ge(L));if(typeof L=="string")return Q(L);switch(L){case u:return Q("Suspense");case l:return Q("SuspenseList")}if(typeof L=="object")switch(L.$$typeof){case a:return ue(L.render);case d:return oe(L.type,q,Y);case p:{var te=L,de=te._payload,he=te._init;try{return oe(he(de),q,Y)}catch{}}}return""}var Ge=Object.prototype.hasOwnProperty,En={},ft=A.ReactDebugCurrentFrame;function Js(L){if(L){var q=L._owner,Y=oe(L.type,L._source,q?q.type:null);ft.setExtraStackFrame(Y)}else ft.setExtraStackFrame(null)}function vP(L,q,Y,te,de){{var he=Function.call.bind(Ge);for(var le in L)if(he(L,le)){var ae=void 0;try{if(typeof L[le]!="function"){var De=Error((te||"React class")+": "+Y+" type `"+le+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof L[le]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw De.name="Invariant Violation",De}ae=L[le](q,le,te,Y,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(Se){ae=Se}ae&&!(ae instanceof Error)&&(Js(de),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",Y,le,typeof ae),Js(null)),ae instanceof Error&&!(ae.message in En)&&(En[ae.message]=!0,Js(de),w("Failed %s type: %s",Y,ae.message),Js(null))}}}var xP=Array.isArray;function eu(L){return xP(L)}function EP(L){{var q=typeof Symbol=="function"&&Symbol.toStringTag,Y=q&&L[Symbol.toStringTag]||L.constructor.name||"Object";return Y}}function SP(L){try{return j0(L),!1}catch{return!0}}function j0(L){return""+L}function _0(L){if(SP(L))return w("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",EP(L)),j0(L)}var U0=A.ReactCurrentOwner,PP={key:!0,ref:!0,__self:!0,__source:!0},z0,H0;function $P(L){if(Ge.call(L,"ref")){var q=Object.getOwnPropertyDescriptor(L,"ref").get;if(q&&q.isReactWarning)return!1}return L.ref!==void 0}function TP(L){if(Ge.call(L,"key")){var q=Object.getOwnPropertyDescriptor(L,"key").get;if(q&&q.isReactWarning)return!1}return L.key!==void 0}function AP(L,q){typeof L.ref=="string"&&U0.current}function OP(L,q){{var Y=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)",q))};Y.isReactWarning=!0,Object.defineProperty(L,"key",{get:Y,configurable:!0})}}function CP(L,q){{var Y=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)",q))};Y.isReactWarning=!0,Object.defineProperty(L,"ref",{get:Y,configurable:!0})}}var NP=function(L,q,Y,te,de,he,le){var ae={$$typeof:t,type:L,key:q,ref:Y,props:le,_owner:he};return ae._store={},Object.defineProperty(ae._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:!1}),Object.defineProperty(ae,"_self",{configurable:!1,enumerable:!1,writable:!1,value:te}),Object.defineProperty(ae,"_source",{configurable:!1,enumerable:!1,writable:!1,value:de}),Object.freeze&&(Object.freeze(ae.props),Object.freeze(ae)),ae};function IP(L,q,Y,te,de){{var he,le={},ae=null,De=null;Y!==void 0&&(_0(Y),ae=""+Y),TP(q)&&(_0(q.key),ae=""+q.key),$P(q)&&(De=q.ref,AP(q,de));for(he in q)Ge.call(q,he)&&!PP.hasOwnProperty(he)&&(le[he]=q[he]);if(L&&L.defaultProps){var Se=L.defaultProps;for(he in Se)le[he]===void 0&&(le[he]=Se[he])}if(ae||De){var Pe=typeof L=="function"?L.displayName||L.name||"Unknown":L;ae&&OP(le,Pe),De&&CP(le,Pe)}return NP(L,ae,De,de,te,U0.current,le)}}var tu=A.ReactCurrentOwner,W0=A.ReactDebugCurrentFrame;function Ar(L){if(L){var q=L._owner,Y=oe(L.type,L._source,q?q.type:null);W0.setExtraStackFrame(Y)}else W0.setExtraStackFrame(null)}var nu;nu=!1;function ru(L){return typeof L=="object"&&L!==null&&L.$$typeof===t}function V0(){{if(tu.current){var L=P(tu.current.type);if(L)return`
|
|
22
22
|
|
|
23
|
-
Check the render method of \``+
|
|
23
|
+
Check the render method of \``+L+"`."}return""}}function MP(L){return""}var G0={};function kP(L){{var q=V0();if(!q){var Y=typeof L=="string"?L:L.displayName||L.name;Y&&(q=`
|
|
24
24
|
|
|
25
|
-
Check the top-level render call using <`+
|
|
25
|
+
Check the top-level render call using <`+Y+">.")}return q}}function q0(L,q){{if(!L._store||L._store.validated||L.key!=null)return;L._store.validated=!0;var Y=kP(q);if(G0[Y])return;G0[Y]=!0;var te="";L&&L._owner&&L._owner!==tu.current&&(te=" It was passed a child from "+P(L._owner.type)+"."),Ar(L),w('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.',Y,te),Ar(null)}}function Z0(L,q){{if(typeof L!="object")return;if(eu(L))for(var Y=0;Y<L.length;Y++){var te=L[Y];ru(te)&&q0(te,q)}else if(ru(L))L._store&&(L._store.validated=!0);else if(L){var de=v(L);if(typeof de=="function"&&de!==L.entries)for(var he=de.call(L),le;!(le=he.next()).done;)ru(le.value)&&q0(le.value,q)}}}function BP(L){{var q=L.type;if(q==null||typeof q=="string")return;var Y;if(typeof q=="function")Y=q.propTypes;else if(typeof q=="object"&&(q.$$typeof===a||q.$$typeof===d))Y=q.propTypes;else return;if(Y){var te=P(q);vP(Y,L.props,"prop",te,L)}else if(q.PropTypes!==void 0&&!nu){nu=!0;var de=P(q);w("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?",de||"Unknown")}typeof q.getDefaultProps=="function"&&!q.getDefaultProps.isReactClassApproved&&w("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.")}}function LP(L){{for(var q=Object.keys(L.props),Y=0;Y<q.length;Y++){var te=q[Y];if(te!=="children"&&te!=="key"){Ar(L),w("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.",te),Ar(null);break}}L.ref!==null&&(Ar(L),w("Invalid attribute `ref` supplied to `React.Fragment`."),Ar(null))}}var K0={};function Y0(L,q,Y,te,de,he){{var le=$(L);if(!le){var ae="";(L===void 0||typeof L=="object"&&L!==null&&Object.keys(L).length===0)&&(ae+=" 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 De=MP();De?ae+=De:ae+=V0();var Se;L===null?Se="null":eu(L)?Se="array":L!==void 0&&L.$$typeof===t?(Se="<"+(P(L.type)||"Unknown")+" />",ae=" Did you accidentally export a JSX literal instead of a component?"):Se=typeof L,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,ae)}var Pe=IP(L,q,Y,de,he);if(Pe==null)return Pe;if(le){var dt=q.children;if(dt!==void 0)if(te)if(eu(dt)){for(var Or=0;Or<dt.length;Or++)Z0(dt[Or],L);Object.freeze&&Object.freeze(dt)}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(dt,L)}if(Ge.call(q,"key")){var Zn=P(L),qe=Object.keys(q).filter(function(UP){return UP!=="key"}),ou=qe.length>0?"{key: someKey, "+qe.join(": ..., ")+": ...}":"{key: someKey}";if(!K0[Zn+ou]){var _P=qe.length>0?"{"+qe.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} />`,ou,Zn,_P,Zn),K0[Zn+ou]=!0}}return L===r?LP(Pe):BP(Pe),Pe}}function FP(L,q,Y){return Y0(L,q,Y,!0)}function DP(L,q,Y){return Y0(L,q,Y,!1)}var RP=DP,jP=FP;Ir.Fragment=r,Ir.jsx=RP,Ir.jsxs=jP}()),Ir}process.env.NODE_ENV==="production"?ei.exports=J0():ei.exports=em();var I=ei.exports;const tm={deposit:{title:"充值",chain:"链",asset:"资产",amount:"数量",available:"可用",equity:"总资产",confirmDeposit:"充值确认",switchNetwork:"切换网络",max:"最大",arrivalTime:"到账时间",ethCrossChainDepositInitiated:"ETH 跨链充值已发起,预计 2–5 分钟到账。",minDeposit:"最小充值金额",minDepositParsed:"最少充值 {{amount}} {{token}}",maxDeposit:"最大充值金额",depositTipFor25w:"单笔充值金额上限为 200,000。若充值金额大于200,000,请使用Ethereum链充值。",depositAllTip:`仅支持发送 {{coin}} ({{v}}) 资产到此地址。
|
|
31
|
+
充值金额大于 200,000 时,到账时间存在一定延迟,请耐心等待。`,crossChainDepositFeeTip:`仅支持发送 {{coin}} ({{v}}) 资产到此地址。
|
|
32
|
+
跨链充值需由您承担 Edge 网络手续费。到账金额会略小于您的充值金额。`,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:"到账金额",minWithdraw:"最小提现金额",minWithdrawParsed:"最小提现 {{amount}} {{token}}",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",ethCrossChainDepositInitiated:"ETH cross-chain deposit initiated. Estimated arrival in 2–5 minutes.",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.
|
|
33
|
+
If the deposit amount exceeds 200,000, there may be a delay in the arrival time. Please be patient.`,crossChainDepositFeeTip:`Only {{coin}} ({{v}}) is supported for deposits to this address.
|
|
34
|
+
Cross-chain deposits require you to pay the Edge gas fee. The credited amount will be slightly less than your deposit amount.`,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",minWithdraw:"Minimum Withdrawal Amount",minWithdrawParsed:"Min. Withdrawal {{amount}} {{token}}",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:"着金予定時間",ethCrossChainDepositInitiated:"ETH のクロスチェーン入金を開始しました。到着まで約2〜5分です。",minDeposit:"最低入金額",minDepositParsed:"最低入金額 {{amount}} {{token}}",maxDeposit:"最大入金額",depositTipFor25w:"1回の入金上限額は200,000です。200,000を超える場合は、Ethereumチェーンでの入金をご利用ください。",depositAllTip:`このアドレスは{{coin}}({{v}})専用です。他通貨は送金しないでください。
|
|
35
|
+
入金金額が 200,000 を超える場合、反映までに時間がかかることがあります。しばらくお待ちください。`,crossChainDepositFeeTip:`このアドレスは{{coin}}({{v}})専用です。他通貨は送金しないでください。
|
|
36
|
+
クロスチェーン入金では Edge ネットワーク手数料はお客様負担となります。入金額はご入金額よりわずかに少なくなります。`,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:"受け取り金額",minWithdraw:"最低出金額",minWithdrawParsed:"最低出金 {{amount}} {{token}}",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:"Время поступления",ethCrossChainDepositInitiated:"Кроссчейн‑депозит ETH запущен. Ожидаемое зачисление: 2–5 минут.",minDeposit:"Минимальная сумма депозита",minDepositParsed:"Мин. депозит {{amount}} {{token}}",maxDeposit:"Максимальная сумма депозита",depositTipFor25w:"Максимальная сумма одного пополнения — 200 000. Если сумма превышает 200 000, пожалуйста, используйте сеть Ethereum для пополнения.",depositAllTip:`На этот адрес можно внести только {{coin}} ({{v}}).
|
|
37
|
+
Если сумма депозита превышает 200 000, время поступления может быть увеличено. Пожалуйста, ожидайте.`,crossChainDepositFeeTip:`На этот адрес можно внести только {{coin}} ({{v}}).
|
|
38
|
+
За кроссчейн‑депозит вы оплачиваете комиссию сети Edge. Зачисленная сумма будет немного меньше суммы вашего депозита.`,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:"Сумма к получению",minWithdraw:"Минимальная сумма вывода",minWithdrawParsed:"Мин. вывод {{amount}} {{token}}",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:"到帳時間",ethCrossChainDepositInitiated:"ETH 跨鏈充值已發起 ,預計 2–5 分鐘到賬。",minDeposit:"最小儲值金額",minDepositParsed:"最少充值 {{amount}} {{token}}",maxDeposit:"最大儲值金額",depositTipFor25w:"單筆充值金額上限為 200,000。若充值金額大於 200,000,請使用 Ethereum 鏈充值。",depositAllTip:`僅支援發送 {{coin}} ({{v}}) 資產到此位址。
|
|
39
|
+
充值金額大於 200,000 時,到账時間可能會有延遲,請耐心等待。`,crossChainDepositFeeTip:`僅支援發送 {{coin}} ({{v}}) 資產到此位址。
|
|
40
|
+
跨鏈充值需由您承擔 Edge 網路手續費。到帳金額會略小於您的充值金額。`,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:"到账金額",minWithdraw:"最小提現金額",minWithdrawParsed:"最小提現 {{amount}} {{token}}",invalidReceiverAddress:"接收地址不能為空",availableDesc:"您可以提現的最大金額。當可用餘額為0或負數時,無法進行提現。",feeCalculationTip:"提現手續費按照提現金額乘以費率計算,最低為 1 USDT/USDC。費率會根據鏈上實際情況進行調整。",crossChainPoolBalance:"跨鏈資金池餘額",poolBalance:"資金池餘額",poolBalanceInsufficientTip:"提現金額大於資金池餘額,無法進行提現。請選擇資金池餘額充足的選項。"},account:{title:"帳戶",perpetual:"合約帳戶",spot:"現貨帳戶"}},ti=["en-US","ja-JP","ru-RU","zh-CN","zh-TW"],lu={"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=>ti.includes(e)?lu[e]:lu[Lo],cm=e=>ti.includes(e),fu=x.createContext(null),um=({config:e,children:t})=>{const n=x.useMemo(()=>{const r=e.locale||Lo,o=cm(r)?r:Lo,s=am(o);return{...e,currentLocale:o,translations:s}},[e]);return I.jsx(fu.Provider,{value:n,children:t})},du=()=>{const e=x.useContext(fu);if(!e)throw new Error("useComponentConfig must be used within ComponentProvider");return e};var lm=/^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i,ni=Math.ceil,Xe=Math.floor,Re="[BigNumber Error] ",pu=Re+"Number primitive has more than 15 significant digits: ",pt=1e14,ne=14,ri=9007199254740991,oi=[1,10,100,1e3,1e4,1e5,1e6,1e7,1e8,1e9,1e10,1e11,1e12,1e13],ln=1e7,Ae=1e9;function hu(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,d=1e7,p=!1,f=1,h=0,m={prefix:"",groupSize:3,secondaryGroupSize:0,groupSeparator:",",decimalSeparator:".",fractionGroupSize:0,fractionGroupSeparator:" ",suffix:""},v="0123456789abcdefghijklmnopqrstuvwxyz",A=!0;function w(g,y){var $,k,N,P,S,E,C,O,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>d?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>d?b.c=b.e=null:(b.e=P,b.c=[g]);return}O=String(g)}else{if(!lm.test(O=String(g)))return r(b,O,E);b.s=O.charCodeAt(0)==45?(O=O.slice(1),-1):1}(P=O.indexOf("."))>-1&&(O=O.replace(".","")),(S=O.search(/e/i))>0?(P<0&&(P=S),P+=+O.slice(S+1),O=O.substring(0,S)):P<0&&(P=O.length)}else{if(we(y,2,v.length,"Base"),y==10&&A)return b=new w(g),R(b,i+b.e+1,c);if(O=String(g),E=typeof g=="number"){if(g*0!=0)return r(b,O,E,y);if(b.s=1/g<0?(O=O.slice(1),-1):1,w.DEBUG&&O.replace(/^0\.0*|\./,"").length>15)throw Error(pu+g)}else b.s=O.charCodeAt(0)===45?(O=O.slice(1),-1):1;for($=v.slice(0,y),P=S=0,C=O.length;S<C;S++)if($.indexOf(k=O.charAt(S))<0){if(k=="."){if(S>P){P=C;continue}}else if(!N&&(O==O.toUpperCase()&&(O=O.toLowerCase())||O==O.toLowerCase()&&(O=O.toUpperCase()))){N=!0,S=-1,P=0;continue}return r(b,String(g),E,y)}E=!1,O=n(O,y,10,b.s),(P=O.indexOf("."))>-1?O=O.replace(".",""):P=O.length}for(S=0;O.charCodeAt(S)===48;S++);for(C=O.length;O.charCodeAt(--C)===48;);if(O=O.slice(S,++C)){if(C-=S,E&&w.DEBUG&&C>15&&(g>ri||g!==Xe(g)))throw Error(pu+b.s*g);if((P=P-S-1)>d)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<C){for(S&&b.c.push(+O.slice(0,S)),C-=ne;S<C;)b.c.push(+O.slice(S,S+=ne));S=ne-(O=O.slice(S)).length}else S-=C;for(;S--;O+="0");b.c.push(+O)}}else b.c=[b.e=0]}w.clone=hu,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],we($,0,Ae,y),i=$),g.hasOwnProperty(y="ROUNDING_MODE")&&($=g[y],we($,0,8,y),c=$),g.hasOwnProperty(y="EXPONENTIAL_AT")&&($=g[y],$&&$.pop?(we($[0],-Ae,0,y),we($[1],0,Ae,y),a=$[0],u=$[1]):(we($,-Ae,Ae,y),a=-(u=$<0?-$:$))),g.hasOwnProperty(y="RANGE"))if($=g[y],$&&$.pop)we($[0],-Ae,-1,y),we($[1],1,Ae,y),l=$[0],d=$[1];else if(we($,-Ae,Ae,y),$)l=-(d=$<0?-$:$);else throw Error(Re+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(Re+"crypto unavailable");else p=$;else throw Error(Re+y+" not true or false: "+$);if(g.hasOwnProperty(y="MODULO_MODE")&&($=g[y],we($,0,9,y),f=$),g.hasOwnProperty(y="POW_PRECISION")&&($=g[y],we($,0,Ae,y),h=$),g.hasOwnProperty(y="FORMAT"))if($=g[y],typeof $=="object")m=$;else throw Error(Re+y+" not an object: "+$);if(g.hasOwnProperty(y="ALPHABET"))if($=g[y],typeof $=="string"&&!/^.?$|[+\-.\s]|(.).*\1/.test($))A=$.slice(0,10)=="0123456789",v=$;else throw Error(Re+y+" invalid: "+$)}else throw Error(Re+"Object expected: "+g);return{DECIMAL_PLACES:i,ROUNDING_MODE:c,EXPONENTIAL_AT:[a,u],RANGE:[l,d],CRYPTO:p,MODULO_MODE:f,POW_PRECISION:h,FORMAT:m,ALPHABET:v}},w.isBigNumber=function(g){if(!g||g._isBigNumber!==!0)return!1;if(!w.DEBUG)return!0;var y,$,k=g.c,N=g.e,P=g.s;e:if({}.toString.call(k)=="[object Array]"){if((P===1||P===-1)&&N>=-Ae&&N<=Ae&&N===Xe(N)){if(k[0]===0){if(N===0&&k.length===1)return!0;break e}if(y=(N+1)%ne,y<1&&(y+=ne),String(k[0]).length==y){for(y=0;y<k.length;y++)if($=k[y],$<0||$>=pt||$!==Xe($))break e;if($!==0)return!0}}}else if(k===null&&N===null&&(P===null||P===1||P===-1))return!0;throw Error(Re+"Invalid BigNumber: "+g)},w.maximum=w.max=function(){return B(arguments,-1)},w.minimum=w.min=function(){return B(arguments,1)},w.random=function(){var g=9007199254740992,y=Math.random()*g&2097151?function(){return Xe(Math.random()*g)}:function(){return(Math.random()*1073741824|0)*8388608+(Math.random()*8388608|0)};return function($){var k,N,P,S,E,C=0,O=[],b=new w(s);if($==null?$=i:we($,0,Ae),S=ni($/ne),p)if(crypto.getRandomValues){for(k=crypto.getRandomValues(new Uint32Array(S*=2));C<S;)E=k[C]*131072+(k[C+1]>>>11),E>=9e15?(N=crypto.getRandomValues(new Uint32Array(2)),k[C]=N[0],k[C+1]=N[1]):(O.push(E%1e14),C+=2);C=S/2}else if(crypto.randomBytes){for(k=crypto.randomBytes(S*=7);C<S;)E=(k[C]&31)*281474976710656+k[C+1]*1099511627776+k[C+2]*4294967296+k[C+3]*16777216+(k[C+4]<<16)+(k[C+5]<<8)+k[C+6],E>=9e15?crypto.randomBytes(7).copy(k,C):(O.push(E%1e14),C+=7);C=S/7}else throw p=!1,Error(Re+"crypto unavailable");if(!p)for(;C<S;)E=y(),E<9e15&&(O[C++]=E%1e14);for(S=O[--C],$%=ne,S&&$&&(E=oi[ne-$],O[C]=Xe(S/E)*E);O[C]===0;O.pop(),C--);if(C<0)O=[P=0];else{for(P=-1;O[0]===0;O.splice(0,1),P-=ne);for(C=1,E=O[0];E>=10;E/=10,C++);C<ne&&(P-=ne-C)}return b.e=P,b.c=O,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($,k,N,P){for(var S,E=[0],C,O=0,b=$.length;O<b;){for(C=E.length;C--;E[C]*=k);for(E[0]+=P.indexOf($.charAt(O++)),S=0;S<E.length;S++)E[S]>N-1&&(E[S+1]==null&&(E[S+1]=0),E[S+1]+=E[S]/N|0,E[S]%=N)}return E.reverse()}return function($,k,N,P,S){var E,C,O,b,M,D,_,U,W=$.indexOf("."),K=i,V=c;for(W>=0&&(b=h,h=0,$=$.replace(".",""),U=new w(k),D=U.pow($.length-W),h=b,U.c=y(zt(Je(D.c),D.e,"0"),10,N,g),U.e=U.c.length),_=y($,k,N,S?(E=v,g):(E=g,v)),O=b=_.length;_[--b]==0;_.pop());if(!_[0])return E.charAt(0);if(W<0?--O:(D.c=_,D.e=O,D.s=P,D=t(D,U,K,V,N),_=D.c,M=D.r,O=D.e),C=O+K+1,W=_[C],b=N/2,M=M||C<0||_[C+1]!=null,M=V<4?(W!=null||M)&&(V==0||V==(D.s<0?3:2)):W>b||W==b&&(V==4||M||V==6&&_[C-1]&1||V==(D.s<0?8:7)),C<1||!_[0])$=M?zt(E.charAt(1),-K,E.charAt(0)):E.charAt(0);else{if(_.length=C,M)for(--N;++_[--C]>N;)_[C]=0,C||(++O,_=[1].concat(_));for(b=_.length;!_[--b];);for(W=0,$="";W<=b;$+=E.charAt(_[W++]));$=zt($,O,E.charAt(0))}return $}}(),t=function(){function g(k,N,P){var S,E,C,O,b=0,M=k.length,D=N%ln,_=N/ln|0;for(k=k.slice();M--;)C=k[M]%ln,O=k[M]/ln|0,S=_*C+O*D,E=D*C+S%ln*ln+b,b=(E/P|0)+(S/ln|0)+_*O,k[M]=E%P;return b&&(k=[b].concat(k)),k}function y(k,N,P,S){var E,C;if(P!=S)C=P>S?1:-1;else for(E=C=0;E<P;E++)if(k[E]!=N[E]){C=k[E]>N[E]?1:-1;break}return C}function $(k,N,P,S){for(var E=0;P--;)k[P]-=E,E=k[P]<N[P]?1:0,k[P]=E*S+k[P]-N[P];for(;!k[0]&&k.length>1;k.splice(0,1));}return function(k,N,P,S,E){var C,O,b,M,D,_,U,W,K,V,Z,H,Q,X,se,me,pe,ue=k.s==N.s?1:-1,ge=k.c,oe=N.c;if(!ge||!ge[0]||!oe||!oe[0])return new w(!k.s||!N.s||(ge?oe&&ge[0]==oe[0]:!oe)?NaN:ge&&ge[0]==0||!oe?ue*0:ue/0);for(W=new w(ue),K=W.c=[],O=k.e-N.e,ue=P+O+1,E||(E=pt,O=Qe(k.e/ne)-Qe(N.e/ne),ue=ue/ne|0),b=0;oe[b]==(ge[b]||0);b++);if(oe[b]>(ge[b]||0)&&O--,ue<0)K.push(1),M=!0;else{for(X=ge.length,me=oe.length,b=0,ue+=2,D=Xe(E/(oe[0]+1)),D>1&&(oe=g(oe,D,E),ge=g(ge,D,E),me=oe.length,X=ge.length),Q=me,V=ge.slice(0,me),Z=V.length;Z<me;V[Z++]=0);pe=oe.slice(),pe=[0].concat(pe),se=oe[0],oe[1]>=E/2&&se++;do{if(D=0,C=y(oe,V,me,Z),C<0){if(H=V[0],me!=Z&&(H=H*E+(V[1]||0)),D=Xe(H/se),D>1)for(D>=E&&(D=E-1),_=g(oe,D,E),U=_.length,Z=V.length;y(_,V,U,Z)==1;)D--,$(_,me<U?pe:oe,U,E),U=_.length,C=1;else D==0&&(C=D=1),_=oe.slice(),U=_.length;if(U<Z&&(_=[0].concat(_)),$(V,_,Z,E),Z=V.length,C==-1)for(;y(oe,V,me,Z)<1;)D++,$(V,me<Z?pe:oe,Z,E),Z=V.length}else C===0&&(D++,V=[0]);K[b++]=D,V[0]?V[Z++]=ge[Q]||0:(V=[ge[Q]],Z=1)}while((Q++<X||V[0]!=null)&&ue--);M=V[0]!=null,K[0]||K.splice(0,1)}if(E==pt){for(b=1,ue=K[0];ue>=10;ue/=10,b++);R(W,P+(W.e=b+O*ne-1)+1,S,M)}else W.e=O,W.r=+M;return W}}();function T(g,y,$,k){var N,P,S,E,C;if($==null?$=c:we($,0,8),!g.c)return g.toString();if(N=g.c[0],S=g.e,y==null)C=Je(g.c),C=k==1||k==2&&(S<=a||S>=u)?Do(C,S):zt(C,S,"0");else if(g=R(new w(g),y,$),P=g.e,C=Je(g.c),E=C.length,k==1||k==2&&(y<=P||P<=a)){for(;E<y;C+="0",E++);C=Do(C,P)}else if(y-=S+(k===2&&P>S),C=zt(C,P,"0"),P+1>E){if(--y>0)for(C+=".";y--;C+="0");}else if(y+=P-E,y>0)for(P+1==E&&(C+=".");y--;C+="0");return g.s<0&&N?"-"+C:C}function B(g,y){for(var $,k,N=1,P=new w(g[0]);N<g.length;N++)k=new w(g[N]),(!k.s||($=Sn(P,k))===y||$===0&&P.s===y)&&(P=k);return P}function F(g,y,$){for(var k=1,N=y.length;!y[--N];y.pop());for(N=y[0];N>=10;N/=10,k++);return($=k+$*ne-1)>d?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=/^([^.]+)\.$/,$=/^\.([^.]+)$/,k=/^-?(Infinity|NaN)$/,N=/^\s*\+(?=[\w.])|^\s+|\s+$/g;return function(P,S,E,C){var O,b=E?S:S.replace(N,"");if(k.test(b))P.s=isNaN(b)?null:b<0?-1:1;else{if(!E&&(b=b.replace(g,function(M,D,_){return O=(_=_.toLowerCase())=="x"?16:_=="b"?2:8,!C||C==O?D:M}),C&&(O=C,b=b.replace(y,"$1").replace($,"0.$1")),S!=b))return new w(b,O);if(w.DEBUG)throw Error(Re+"Not a"+(C?" base "+C:"")+" number: "+S);P.s=null}P.c=P.e=null}}();function R(g,y,$,k){var N,P,S,E,C,O,b,M=g.c,D=oi;if(M){e:{for(N=1,E=M[0];E>=10;E/=10,N++);if(P=y-N,P<0)P+=ne,S=y,C=M[O=0],b=Xe(C/D[N-S-1]%10);else if(O=ni((P+1)/ne),O>=M.length)if(k){for(;M.length<=O;M.push(0));C=b=0,N=1,P%=ne,S=P-ne+1}else break e;else{for(C=E=M[O],N=1;E>=10;E/=10,N++);P%=ne,S=P-ne+N,b=S<0?0:Xe(C/D[N-S-1]%10)}if(k=k||y<0||M[O+1]!=null||(S<0?C:C%D[N-S-1]),k=$<4?(b||k)&&($==0||$==(g.s<0?3:2)):b>5||b==5&&($==4||k||$==6&&(P>0?S>0?C/D[N-S]:0:M[O-1])%10&1||$==(g.s<0?8:7)),y<1||!M[0])return M.length=0,k?(y-=g.e+1,M[0]=D[(ne-y%ne)%ne],g.e=-y||0):M[0]=g.e=0,g;if(P==0?(M.length=O,E=1,O--):(M.length=O+1,E=D[ne-P],M[O]=S>0?Xe(C/D[N-S]%D[S])*E:0),k)for(;;)if(O==0){for(P=1,S=M[0];S>=10;S/=10,P++);for(S=M[0]+=E,E=1;S>=10;S/=10,E++);P!=E&&(g.e++,M[0]==pt&&(M[0]=1));break}else{if(M[O]+=E,M[O]!=pt)break;M[O--]=0,E=1}for(P=M.length;M[--P]===0;M.pop());}g.e>d?g.c=g.e=null:g.e<l&&(g.c=[g.e=0])}return g}function j(g){var y,$=g.e;return $===null?g.toString():(y=Je(g.c),y=$<=a||$>=u?Do(y,$):zt(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 Sn(this,new w(g,y))},o.decimalPlaces=o.dp=function(g,y){var $,k,N,P=this;if(g!=null)return we(g,0,Ae),y==null?y=c:we(y,0,8),R(new w(P),g+P.e+1,y);if(!($=P.c))return null;if(k=((N=$.length-1)-Qe(this.e/ne))*ne,N=$[N])for(;N%10==0;N/=10,k--);return k<0&&(k=0),k},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 $,k,N,P,S,E,C,O,b,M=this;if(g=new w(g),g.c&&!g.isInteger())throw Error(Re+"Exponent not an integer: "+j(g));if(y!=null&&(y=new w(y)),E=g.e>14,!M.c||!M.c[0]||M.c[0]==1&&!M.e&&M.c.length==1||!g.c||!g.c[0])return b=new w(Math.pow(+j(M),E?g.s*(2-Fo(g)):+j(g))),y?b.mod(y):b;if(C=g.s<0,y){if(y.c?!y.c[0]:!y.s)return new w(NaN);k=!C&&M.isInteger()&&y.isInteger(),k&&(M=M.mod(y))}else{if(g.e>9&&(M.e>0||M.e<-1||(M.e==0?M.c[0]>1||E&&M.c[1]>=24e7:M.c[0]<8e13||E&&M.c[0]<=9999975e7)))return P=M.s<0&&Fo(g)?-0:0,M.e>-1&&(P=1/P),new w(C?1/P:P);h&&(P=ni(h/ne+2))}for(E?($=new w(.5),C&&(g.s=1),O=Fo(g)):(N=Math.abs(+j(g)),O=N%2),b=new w(s);;){if(O){if(b=b.times(M),!b.c)break;P?b.c.length>P&&(b.c.length=P):k&&(b=b.mod(y))}if(N){if(N=Xe(N/2),N===0)break;O=N%2}else if(g=g.times($),R(g,g.e+1,1),g.e>14)O=Fo(g);else{if(N=+j(g),N===0)break;O=N%2}M=M.times(M),P?M.c&&M.c.length>P&&(M.c.length=P):k&&(M=M.mod(y))}return k?b:(C&&(b=s.div(b)),y?b.mod(y):P?R(b,h,c,S):b)},o.integerValue=function(g){var y=new w(this);return g==null?g=c:we(g,0,8),R(y,y.e+1,g)},o.isEqualTo=o.eq=function(g,y){return Sn(this,new w(g,y))===0},o.isFinite=function(){return!!this.c},o.isGreaterThan=o.gt=function(g,y){return Sn(this,new w(g,y))>0},o.isGreaterThanOrEqualTo=o.gte=function(g,y){return(y=Sn(this,new w(g,y)))===1||y===0},o.isInteger=function(){return!!this.c&&Qe(this.e/ne)>this.c.length-2},o.isLessThan=o.lt=function(g,y){return Sn(this,new w(g,y))<0},o.isLessThanOrEqualTo=o.lte=function(g,y){return(y=Sn(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 $,k,N,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 C=S.e/ne,O=g.e/ne,b=S.c,M=g.c;if(!C||!O){if(!b||!M)return b?(g.s=-y,g):new w(M?S:NaN);if(!b[0]||!M[0])return M[0]?(g.s=-y,g):new w(b[0]?S:c==3?-0:0)}if(C=Qe(C),O=Qe(O),b=b.slice(),E=C-O){for((P=E<0)?(E=-E,N=b):(O=C,N=M),N.reverse(),y=E;y--;N.push(0));N.reverse()}else for(k=(P=(E=b.length)<(y=M.length))?E:y,E=y=0;y<k;y++)if(b[y]!=M[y]){P=b[y]<M[y];break}if(P&&(N=b,b=M,M=N,g.s=-g.s),y=(k=M.length)-($=b.length),y>0)for(;y--;b[$++]=0);for(y=pt-1;k>E;){if(b[--k]<M[k]){for($=k;$&&!b[--$];b[$]=y);--b[$],b[k]+=pt}b[k]-=M[k]}for(;b[0]==0;b.splice(0,1),--O);return b[0]?F(g,b,O):(g.s=c==3?-1:1,g.c=[g.e=0],g)},o.modulo=o.mod=function(g,y){var $,k,N=this;return g=new w(g,y),!N.c||!g.s||g.c&&!g.c[0]?new w(NaN):!g.c||N.c&&!N.c[0]?new w(N):(f==9?(k=g.s,g.s=1,$=t(N,g,0,3),g.s=k,$.s*=k):$=t(N,g,0,f),g=N.minus($.times(g)),!g.c[0]&&f==1&&(g.s=N.s),g)},o.multipliedBy=o.times=function(g,y){var $,k,N,P,S,E,C,O,b,M,D,_,U,W,K,V=this,Z=V.c,H=(g=new w(g,y)).c;if(!Z||!H||!Z[0]||!H[0])return!V.s||!g.s||Z&&!Z[0]&&!H||H&&!H[0]&&!Z?g.c=g.e=g.s=null:(g.s*=V.s,!Z||!H?g.c=g.e=null:(g.c=[0],g.e=0)),g;for(k=Qe(V.e/ne)+Qe(g.e/ne),g.s*=V.s,C=Z.length,M=H.length,C<M&&(U=Z,Z=H,H=U,N=C,C=M,M=N),N=C+M,U=[];N--;U.push(0));for(W=pt,K=ln,N=M;--N>=0;){for($=0,D=H[N]%K,_=H[N]/K|0,S=C,P=N+S;P>N;)O=Z[--S]%K,b=Z[S]/K|0,E=_*O+b*D,O=D*O+E%K*K+U[P]+$,$=(O/W|0)+(E/K|0)+_*b,U[P--]=O%W;U[P]=$}return $?++k:U.splice(0,1),F(g,U,k)},o.negated=function(){var g=new w(this);return g.s=-g.s||null,g},o.plus=function(g,y){var $,k=this,N=k.s;if(g=new w(g,y),y=g.s,!N||!y)return new w(NaN);if(N!=y)return g.s=-y,k.minus(g);var P=k.e/ne,S=g.e/ne,E=k.c,C=g.c;if(!P||!S){if(!E||!C)return new w(N/0);if(!E[0]||!C[0])return C[0]?g:new w(E[0]?k:N*0)}if(P=Qe(P),S=Qe(S),E=E.slice(),N=P-S){for(N>0?(S=P,$=C):(N=-N,$=E),$.reverse();N--;$.push(0));$.reverse()}for(N=E.length,y=C.length,N-y<0&&($=C,C=E,E=$,y=N),N=0;y;)N=(E[--y]=E[y]+C[y]+N)/pt|0,E[y]=pt===E[y]?0:E[y]%pt;return N&&(E=[N].concat(E),++S),F(g,E,S)},o.precision=o.sd=function(g,y){var $,k,N,P=this;if(g!=null&&g!==!!g)return we(g,1,Ae),y==null?y=c:we(y,0,8),R(new w(P),g,y);if(!($=P.c))return null;if(N=$.length-1,k=N*ne+1,N=$[N]){for(;N%10==0;N/=10,k--);for(N=$[0];N>=10;N/=10,k++);}return g&&P.e+1>k&&(k=P.e+1),k},o.shiftedBy=function(g){return we(g,-ri,ri),this.times("1e"+g)},o.squareRoot=o.sqrt=function(){var g,y,$,k,N,P=this,S=P.c,E=P.s,C=P.e,O=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(+j(P)),E==0||E==1/0?(y=Je(S),(y.length+C)%2==0&&(y+="0"),E=Math.sqrt(+y),C=Qe((C+1)/2)-(C<0||C%2),E==1/0?y="5e"+C:(y=E.toExponential(),y=y.slice(0,y.indexOf("e")+1)+C),$=new w(y)):$=new w(E+""),$.c[0]){for(C=$.e,E=C+O,E<3&&(E=0);;)if(N=$,$=b.times(N.plus(t(P,N,O,1))),Je(N.c).slice(0,E)===(y=Je($.c)).slice(0,E))if($.e<C&&--E,y=y.slice(E-3,E+1),y=="9999"||!k&&y=="4999"){if(!k&&(R(N,N.e+i+2,0),N.times(N).eq(P))){$=N;break}O+=4,E+=4,k=1}else{(!+y||!+y.slice(1)&&y.charAt(0)=="5")&&(R($,$.e+i+2,1),g=!$.times($).eq(P));break}}return R($,$.e+i+1,c,g)},o.toExponential=function(g,y){return g!=null&&(we(g,0,Ae),g++),T(this,g,y,1)},o.toFixed=function(g,y){return g!=null&&(we(g,0,Ae),g=g+this.e+1),T(this,g,y)},o.toFormat=function(g,y,$){var k,N=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(Re+"Argument not an object: "+$);if(k=N.toFixed(g,y),N.c){var P,S=k.split("."),E=+$.groupSize,C=+$.secondaryGroupSize,O=$.groupSeparator||"",b=S[0],M=S[1],D=N.s<0,_=D?b.slice(1):b,U=_.length;if(C&&(P=E,E=C,C=P,U-=P),E>0&&U>0){for(P=U%E||E,b=_.substr(0,P);P<U;P+=E)b+=O+_.substr(P,E);C>0&&(b+=O+_.slice(P)),D&&(b="-"+b)}k=M?b+($.decimalSeparator||"")+((C=+$.fractionGroupSize)?M.replace(new RegExp("\\d{"+C+"}\\B","g"),"$&"+($.fractionGroupSeparator||"")):M):b}return($.prefix||"")+k+($.suffix||"")},o.toFraction=function(g){var y,$,k,N,P,S,E,C,O,b,M,D,_=this,U=_.c;if(g!=null&&(E=new w(g),!E.isInteger()&&(E.c||E.s!==1)||E.lt(s)))throw Error(Re+"Argument "+(E.isInteger()?"out of range: ":"not an integer: ")+j(E));if(!U)return new w(_);for(y=new w(s),O=$=new w(s),k=C=new w(s),D=Je(U),P=y.e=D.length-_.e-1,y.c[0]=oi[(S=P%ne)<0?ne+S:S],g=!g||E.comparedTo(y)>0?P>0?y:O:E,S=d,d=1/0,E=new w(D),C.c[0]=0;b=t(E,y,0,1),N=$.plus(b.times(k)),N.comparedTo(g)!=1;)$=k,k=N,O=C.plus(b.times(N=O)),C=N,y=E.minus(b.times(N=y)),E=N;return N=t(g.minus($),k,0,1),C=C.plus(N.times(O)),$=$.plus(N.times(k)),C.s=O.s=_.s,P=P*2,M=t(O,k,P,c).minus(_).abs().comparedTo(t(C,$,P,c).minus(_).abs())<1?[O,k]:[C,$],d=S,M},o.toNumber=function(){return+j(this)},o.toPrecision=function(g,y){return g!=null&&we(g,1,Ae),T(this,g,y,2)},o.toString=function(g){var y,$=this,k=$.s,N=$.e;return N===null?k?(y="Infinity",k<0&&(y="-"+y)):y="NaN":(g==null?y=N<=a||N>=u?Do(Je($.c),N):zt(Je($.c),N,"0"):g===10&&A?($=R(new w($),i+N+1,c),y=zt(Je($.c),$.e,"0")):(we(g,2,v.length,"Base"),y=n(zt(Je($.c),N,"0"),10,g,k,!0)),k<0&&$.c[0]&&(y="-"+y)),y},o.valueOf=o.toJSON=function(){return j(this)},o._isBigNumber=!0,o[Symbol.toStringTag]="BigNumber",o[Symbol.for("nodejs.util.inspect.custom")]=o.valueOf,e!=null&&w.set(e),w}function Qe(e){var t=e|0;return e>0||e===t?t:t-1}function Je(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 Sn(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 we(e,t,n,r){if(e<t||e>n||e!==Xe(e))throw Error(Re+(r||"Argument")+(typeof e=="number"?e<t||e>n?" out of range: ":" not an integer: ":" not a primitive number: ")+String(e))}function Fo(e){var t=e.c.length-1;return Qe(e.e/ne)==t&&e.c[t]%2!=0}function Do(e,t){return(e.length>1?e.charAt(0)+"."+e.slice(1):e)+(t<0?"e":"e+")+t}function zt(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 Ne=hu();const fm=(e,t=6)=>{try{const n=new Ne(e||"0");if(n.isNaN())return"0";const r=n.decimalPlaces(t,Ne.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"}},ht=()=>{const{translations:e,currentLocale:t}=du();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 d=`{{${l}}}`;u=u.replace(new RegExp(d,"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 Ze=class su extends Error{constructor(t,n={}){var i;const r=n.cause instanceof su?n.cause.details:(i=n.cause)!=null&&i.message?n.cause.message:n.details,o=n.cause instanceof su&&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(`
|
|
41
|
+
`);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 Ht(e,t){const n=e.exec(t);return n==null?void 0:n.groups}const mu=/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/,gu=/^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)?$/,bu=/^\(.+?\).*?$/,yu=/^tuple(?<array>(\[(\d*)\])*)$/;function si(e){let t=e.type;if(yu.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+=si(s),o<n-1&&(t+=", ")}const r=Ht(yu,e.type);return t+=`)${(r==null?void 0:r.array)??""}`,si({...e,type:t})}return"indexed"in e&&e.indexed&&(t=`${t} indexed`),e.name?`${t} ${e.name}`:t}function Mr(e){let t="";const n=e.length;for(let r=0;r<n;r++){const o=e[r];t+=si(o),r!==n-1&&(t+=", ")}return t}function Ro(e){var t;return e.type==="function"?`function ${e.name}(${Mr(e.inputs)})${e.stateMutability&&e.stateMutability!=="nonpayable"?` ${e.stateMutability}`:""}${(t=e.outputs)!=null&&t.length?` returns (${Mr(e.outputs)})`:""}`:e.type==="event"?`event ${e.name}(${Mr(e.inputs)})`:e.type==="error"?`error ${e.name}(${Mr(e.inputs)})`:e.type==="constructor"?`constructor(${Mr(e.inputs)})${e.stateMutability==="payable"?" payable":""}`:e.type==="fallback"?`fallback() external${e.stateMutability==="payable"?" payable":""}`:"receive() external payable"}const wu=/^error (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)$/;function pm(e){return wu.test(e)}function hm(e){return Ht(wu,e)}const vu=/^event (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*)\((?<parameters>.*?)\)$/;function mm(e){return vu.test(e)}function gm(e){return Ht(vu,e)}const xu=/^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 xu.test(e)}function ym(e){return Ht(xu,e)}const Eu=/^struct (?<name>[a-zA-Z$_][a-zA-Z0-9$_]*) \{(?<properties>.*?)\}$/;function ii(e){return Eu.test(e)}function wm(e){return Ht(Eu,e)}const Su=/^constructor\((?<parameters>.*?)\)(?:\s(?<stateMutability>payable{1}))?$/;function vm(e){return Su.test(e)}function xm(e){return Ht(Su,e)}const Pu=/^fallback\(\) external(?:\s(?<stateMutability>payable{1}))?$/;function Em(e){return Pu.test(e)}function Sm(e){return Ht(Pu,e)}const Pm=/^receive\(\) external payable$/;function $m(e){return Pm.test(e)}const Tm=new Set(["indexed"]),ai=new Set(["calldata","memory","storage"]);class Am extends Ze{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 Ze{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 Cm extends Ze{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 Nm extends Ze{constructor({param:t}){super("Invalid ABI parameter.",{details:t}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidParameterError"})}}class Im extends Ze{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 Ze{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 Ze{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 Bm extends Ze{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 Kn extends Ze{constructor({signature:t,type:n}){super(`Invalid ${n} signature.`,{details:t}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"InvalidSignatureError"})}}class Lm extends Ze{constructor({signature:t}){super("Unknown signature.",{details:t}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"UnknownSignatureError"})}}class Fm extends Ze{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 Dm extends Ze{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 Rm extends Ze{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 ci=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 ui(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 Lm({signature:e})}function _m(e,t={}){const n=ym(e);if(!n)throw new Kn({signature:e,type:"function"});const r=mt(n.parameters),o=[],s=r.length;for(let c=0;c<s;c++)o.push(Pn(r[c],{modifiers:ai,structs:t,type:"function"}));const i=[];if(n.returns){const c=mt(n.returns),a=c.length;for(let u=0;u<a;u++)i.push(Pn(c[u],{modifiers:ai,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 Kn({signature:e,type:"event"});const r=mt(n.parameters),o=[],s=r.length;for(let i=0;i<s;i++)o.push(Pn(r[i],{modifiers:Tm,structs:t,type:"event"}));return{name:n.name,type:"event",inputs:o}}function zm(e,t={}){const n=hm(e);if(!n)throw new Kn({signature:e,type:"error"});const r=mt(n.parameters),o=[],s=r.length;for(let i=0;i<s;i++)o.push(Pn(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 Kn({signature:e,type:"constructor"});const r=mt(n.parameters),o=[],s=r.length;for(let i=0;i<s;i++)o.push(Pn(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 Kn({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 Pn(e,t){var d,p;const n=jm(e,t==null?void 0:t.type,t==null?void 0:t.structs);if(ci.has(n))return ci.get(n);const r=bu.test(e),o=Ht(r?Gm:Vm,e);if(!o)throw new Nm({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 f=mt(o.type),h=[],m=f.length;for(let v=0;v<m;v++)h.push(Pn(f[v],{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"&&!$u(a))throw new Cm({type:a});if(o.modifier){if(!((p=(d=t==null?void 0:t.modifiers)==null?void 0:d.has)!=null&&p.call(d,o.modifier)))throw new Mm({param:e,type:t==null?void 0:t.type,modifier:o.modifier});if(ai.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 ci.set(n,l),l}function mt(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?mt(c,[...t,n.trim()]):mt(c,t,`${n}${i}`,r);case"(":return mt(c,t,`${n}${i}`,r+1);case")":return mt(c,t,`${n}${i}`,r-1);default:return mt(c,t,`${n}${i}`,r)}}if(n==="")return t;if(r!==0)throw new Rm({current:n,depth:r});return t.push(n.trim()),t}function $u(e){return e==="address"||e==="bool"||e==="function"||e==="string"||mu.test(e)||gu.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"||mu.test(e)||gu.test(e)||Zm.test(e)}function Ym(e,t){return t||e==="bytes"||e==="string"||e==="tuple"}function Tu(e){const t={},n=e.length;for(let i=0;i<n;i++){const c=e[i];if(!ii(c))continue;const a=wm(c);if(!a)throw new Kn({signature:c,type:"struct"});const u=a.properties.split(";"),l=[],d=u.length;for(let p=0;p<d;p++){const h=u[p].trim();if(!h)continue;const m=Pn(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(bu.test(i.type))r.push(i);else{const a=Ht(Xm,i.type);if(!(a!=null&&a.type))throw new Bm({abiParameter:i});const{array:u,type:l}=a;if(l in t){if(n.has(l))throw new Dm({type:l});r.push({...i,type:`tuple${u??""}`,components:Au(t[l]??[],t,new Set([...n,l]))})}else if($u(l))r.push(i);else throw new Om({type:l})}}return r}function Ou(e){const t=Tu(e),n=[],r=e.length;for(let o=0;o<r;o++){const s=e[o];ii(s)||n.push(ui(s,t))}return n}function Cu(e){let t;if(typeof e=="string")t=ui(e);else{const n=Tu(e),r=e.length;for(let o=0;o<r;o++){const s=e[o];if(!ii(s)){t=ui(s,n);break}}}if(!t)throw new Am({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 gt(e,{includeName:t=!1}={}){if(e.type!=="function"&&e.type!=="event"&&e.type!=="error")throw new lg(e.type);return`${e.name}(${jo(e.inputs,{includeName:t})})`}function jo(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")?`(${jo(e.components,{includeName:t})})${e.type.slice(5)}`:e.type+(t&&e.name?` ${e.name}`:"")}function bt(e,{strict:t=!0}={}){return!e||typeof e!="string"?!1:t?/^0x[0-9a-fA-F]*$/.test(e):e.startsWith("0x")}function xe(e){return bt(e,{strict:!1})?Math.ceil((e.length-2)/2):e.length}const Nu="2.34.0";let kr={getDocsUrl:({docsBaseUrl:e,docsPath:t="",docsSlug:n})=>t?`${e??"https://viem.sh"}${t}${n?`#${n}`:""}`:void 0,version:`viem@${Nu}`},G=class iu extends Error{constructor(t,n={}){var c;const r=(()=>{var a;return n.cause instanceof iu?n.cause.details:(a=n.cause)!=null&&a.message?n.cause.message:n.details})(),o=n.cause instanceof iu&&n.cause.docsPath||n.docsPath,s=(c=kr.getDocsUrl)==null?void 0:c.call(kr,{...n,docsPath:o}),i=[t||"An error occurred.","",...n.metaMessages?[...n.metaMessages,""]:[],...s?[`Docs: ${s}`]:[],...r?[`Details: ${r}`]:[],...kr.version?[`Version: ${kr.version}`]:[]].join(`
|
|
42
|
+
`);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 Iu(this,t)}};function Iu(e,t){return t!=null&&t(e)?e:e&&typeof e=="object"&&"cause"in e&&e.cause!==void 0?Iu(e.cause,t):t?null:e}class Jm extends G{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(`
|
|
43
|
+
`),{docsPath:t,name:"AbiConstructorNotFoundError"})}}class Mu extends G{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(`
|
|
44
|
+
`),{docsPath:t,name:"AbiConstructorParamsNotFoundError"})}}class ku extends G{constructor({data:t,params:n,size:r}){super([`Data size of ${r} bytes is too small for given parameters.`].join(`
|
|
45
|
+
`),{metaMessages:[`Params: (${jo(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 Br extends G{constructor(){super('Cannot decode zero data ("0x") with ABI parameters.',{name:"AbiDecodingZeroDataError"})}}class eg extends G{constructor({expectedLength:t,givenLength:n,type:r}){super([`ABI encoding array length mismatch for type ${r}.`,`Expected length: ${t}`,`Given length: ${n}`].join(`
|
|
46
|
+
`),{name:"AbiEncodingArrayLengthMismatchError"})}}class tg extends G{constructor({expectedSize:t,value:n}){super(`Size of bytes "${n}" (bytes${xe(n)}) does not match expected size (bytes${t}).`,{name:"AbiEncodingBytesSizeMismatchError"})}}class ng extends G{constructor({expectedLength:t,givenLength:n}){super(["ABI encoding params/values length mismatch.",`Expected length (params): ${t}`,`Given length (values): ${n}`].join(`
|
|
47
|
+
`),{name:"AbiEncodingLengthMismatchError"})}}class rg extends G{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(`
|
|
48
|
+
`),{docsPath:n,name:"AbiErrorInputsNotFoundError"})}}class Bu extends G{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(`
|
|
49
|
+
`),{docsPath:n,name:"AbiErrorNotFoundError"})}}class Lu extends G{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(`
|
|
50
|
+
`),{docsPath:n,name:"AbiErrorSignatureNotFoundError"}),Object.defineProperty(this,"signature",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.signature=t}}class og extends G{constructor({docsPath:t}){super("Cannot extract event signature from empty topics.",{docsPath:t,name:"AbiEventSignatureEmptyTopicsError"})}}class Fu extends G{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(`
|
|
51
|
+
`),{docsPath:n,name:"AbiEventSignatureNotFoundError"})}}class Du extends G{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(`
|
|
52
|
+
`),{docsPath:n,name:"AbiEventNotFoundError"})}}class Yn extends G{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(`
|
|
53
|
+
`),{docsPath:n,name:"AbiFunctionNotFoundError"})}}class Ru extends G{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(`
|
|
54
|
+
`),{docsPath:n,name:"AbiFunctionOutputsNotFoundError"})}}class sg extends G{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(`
|
|
55
|
+
`),{docsPath:n,name:"AbiFunctionSignatureNotFoundError"})}}class ig extends G{constructor(t,n){super("Found ambiguous types in overloaded ABI items.",{metaMessages:[`\`${t.type}\` in \`${gt(t.abiItem)}\`, and`,`\`${n.type}\` in \`${gt(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 G{constructor({expectedSize:t,givenSize:n}){super(`Expected bytes${t}, got bytes${n}.`,{name:"BytesSizeMismatchError"})}};class Lr extends G{constructor({abiItem:t,data:n,params:r,size:o}){super([`Data size of ${o} bytes is too small for non-indexed event parameters.`].join(`
|
|
56
|
+
`),{metaMessages:[`Params: (${jo(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 _o extends G{constructor({abiItem:t,param:n}){super([`Expected a topic for indexed event parameter${n.name?` "${n.name}"`:""} on event "${gt(t,{includeName:!0})}".`].join(`
|
|
57
|
+
`),{name:"DecodeLogTopicsMismatch"}),Object.defineProperty(this,"abiItem",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.abiItem=t}}class cg extends G{constructor(t,{docsPath:n}){super([`Type "${t}" is not a valid encoding type.`,"Please provide a valid ABI type."].join(`
|
|
58
|
+
`),{docsPath:n,name:"InvalidAbiEncodingType"})}}class ug extends G{constructor(t,{docsPath:n}){super([`Type "${t}" is not a valid decoding type.`,"Please provide a valid ABI type."].join(`
|
|
59
|
+
`),{docsPath:n,name:"InvalidAbiDecodingType"})}}let ju=class extends G{constructor(t){super([`Value "${t}" is not a valid array.`].join(`
|
|
60
|
+
`),{name:"InvalidArrayError"})}};class lg extends G{constructor(t){super([`"${t}" is not a valid definition type.`,'Valid types: "function", "event", "error"'].join(`
|
|
61
|
+
`),{name:"InvalidDefinitionTypeError"})}}class fg extends G{constructor(t){super(`Filter type "${t}" is not supported.`,{name:"FilterTypeNotSupportedError"})}}let _u=class extends G{constructor({offset:t,position:n,size:r}){super(`Slice ${n==="start"?"starting":"ending"} at offset "${t}" is out-of-bounds (size: ${r}).`,{name:"SliceOffsetOutOfBoundsError"})}},Uu=class extends G{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 zu extends G{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 Xn(e,{dir:t,size:n=32}={}){return typeof e=="string"?fn(e,{dir:t,size:n}):dg(e,{dir:t,size:n})}function fn(e,{dir:t,size:n=32}={}){if(n===null)return e;const r=e.replace("0x","");if(r.length>n*2)throw new Uu({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 Uu({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 Hu=class extends G{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 G{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 G{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 G{constructor({givenSize:t,maxSize:n}){super(`Size cannot exceed ${n} bytes. Given size: ${t} bytes.`,{name:"SizeOverflowError"})}};function $n(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 yt(e,{size:t}){if(xe(e)>t)throw new mg({givenSize:xe(e),maxSize:t})}function Ot(e,t={}){const{signed:n}=t;t.size&&yt(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&&(yt(n,{size:t.size}),n=$n(n)),$n(n)==="0x00")return!1;if($n(n)==="0x01")return!0;throw new hg(n)}function Wt(e,t={}){return Number(Ot(e,t))}const bg=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function Vt(e,t={}){return typeof e=="number"||typeof e=="bigint"?J(e,t):typeof e=="string"?Fr(e,t):typeof e=="boolean"?Wu(e,t):$e(e,t)}function Wu(e,t={}){const n=`0x${Number(e)}`;return typeof t.size=="number"?(yt(n,{size:t.size}),Xn(n,{size:t.size})):n}function $e(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"?(yt(r,{size:t.size}),Xn(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 Hu({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?Xn(c,{size:r}):c}const yg=new TextEncoder;function Fr(e,t={}){const n=yg.encode(e);return $e(n,t)}const wg=new TextEncoder;function Qn(e,t={}){return typeof e=="number"||typeof e=="bigint"?xg(e,t):typeof e=="boolean"?vg(e,t):bt(e)?wt(e,t):Tn(e,t)}function vg(e,t={}){const n=new Uint8Array(1);return n[0]=Number(e),typeof t.size=="number"?(yt(n,{size:t.size}),Xn(n,{size:t.size})):n}const Gt={zero:48,nine:57,A:65,F:70,a:97,f:102};function Vu(e){if(e>=Gt.zero&&e<=Gt.nine)return e-Gt.zero;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 wt(e,t={}){let n=e;t.size&&(yt(n,{size:t.size}),n=Xn(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=Vu(r.charCodeAt(c++)),u=Vu(r.charCodeAt(c++));if(a===void 0||u===void 0)throw new G(`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 wt(n)}function Tn(e,t={}){const n=wg.encode(e);return typeof t.size=="number"?(yt(n,{size:t.size}),Xn(n,{dir:"right",size:t.size})):n}const Uo=BigInt(2**32-1),Gu=BigInt(32);function Eg(e,t=!1){return t?{h:Number(e&Uo),l:Number(e>>Gu&Uo)}:{h:Number(e>>Gu&Uo)|0,l:Number(e&Uo)|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,Tg=(e,t,n)=>t<<n-32|e>>>64-n,Ag=(e,t,n)=>e<<n-32|t>>>64-n,Jn=typeof globalThis=="object"&&"crypto"in globalThis?globalThis.crypto:void 0;/*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) */function zo(e){return e instanceof Uint8Array||ArrayBuffer.isView(e)&&e.constructor.name==="Uint8Array"}function Dr(e){if(!Number.isSafeInteger(e)||e<0)throw new Error("positive integer expected, got "+e)}function qt(e,...t){if(!zo(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 qu(e){if(typeof e!="function"||typeof e.create!="function")throw new Error("Hash should be wrapped by utils.createHasher");Dr(e.outputLen),Dr(e.blockLen)}function er(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 Zu(e,t){qt(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 tr(...e){for(let t=0;t<e.length;t++)e[t].fill(0)}function li(e){return new DataView(e.buffer,e.byteOffset,e.byteLength)}function Ct(e,t){return e<<32-t|e>>>t}const Cg=new Uint8Array(new Uint32Array([287454020]).buffer)[0]===68;function Ng(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]=Ng(e[t]);return e}const Ku=Cg?e=>e:Ig,Yu=typeof Uint8Array.from([]).toHex=="function"&&typeof Uint8Array.fromHex=="function",Mg=Array.from({length:256},(e,t)=>t.toString(16).padStart(2,"0"));function nr(e){if(qt(e),Yu)return e.toHex();let t="";for(let n=0;n<e.length;n++)t+=Mg[e[n]];return t}const Zt={_0:48,_9:57,A:65,F:70,a:97,f:102};function Xu(e){if(e>=Zt._0&&e<=Zt._9)return e-Zt._0;if(e>=Zt.A&&e<=Zt.F)return e-(Zt.A-10);if(e>=Zt.a&&e<=Zt.f)return e-(Zt.a-10)}function Ho(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);if(Yu)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=Xu(e.charCodeAt(s)),c=Xu(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 Wo(e){return typeof e=="string"&&(e=kg(e)),qt(e),e}function dn(...e){let t=0;for(let r=0;r<e.length;r++){const o=e[r];qt(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 fi{}function Qu(e){const t=r=>e().update(Wo(r)).digest(),n=e();return t.outputLen=n.outputLen,t.blockLen=n.blockLen,t.create=()=>e(),t}function Ju(e=32){if(Jn&&typeof Jn.getRandomValues=="function")return Jn.getRandomValues(new Uint8Array(e));if(Jn&&typeof Jn.randomBytes=="function")return Uint8Array.from(Jn.randomBytes(e));throw new Error("crypto.getRandomValues must be defined")}const Bg=BigInt(0),Rr=BigInt(1),Lg=BigInt(2),Fg=BigInt(7),Dg=BigInt(256),Rg=BigInt(113),el=[],tl=[],nl=[];for(let e=0,t=Rr,n=1,r=0;e<24;e++){[n,r]=[r,(2*n+3*r)%5],el.push(2*(5*r+n)),tl.push((e+1)*(e+2)/2%64);let o=Bg;for(let s=0;s<7;s++)t=(t<<Rr^(t>>Fg)*Rg)%Dg,t&Lg&&(o^=Rr<<(Rr<<BigInt(s))-Rr);nl.push(o)}const rl=Sg(nl,!0),jg=rl[0],_g=rl[1],ol=(e,t,n)=>n>32?Tg(e,t,n):Pg(e,t,n),sl=(e,t,n)=>n>32?Ag(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],d=ol(u,l,1)^n[c],p=sl(u,l,1)^n[c+1];for(let f=0;f<50;f+=10)e[i+f]^=d,e[i+f+1]^=p}let o=e[2],s=e[3];for(let i=0;i<24;i++){const c=tl[i],a=ol(o,s,c),u=sl(o,s,c),l=el[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]}tr(n)}class di extends fi{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,Dr(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(){Ku(this.state32),Ug(this.state32,this.rounds),Ku(this.state32),this.posOut=0,this.pos=0}update(t){er(this),t=Wo(t),qt(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){er(this,!1),qt(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 Dr(t),this.xofInto(new Uint8Array(t))}digestInto(t){if(Zu(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,tr(this.state)}_cloneInto(t){const{blockLen:n,suffix:r,outputLen:o,rounds:s,enableXOF:i}=this;return t||(t=new di(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)=>Qu(()=>new di(t,e,n)),il=zg(1,136,256/8);function Ie(e,t){const n=t||"hex",r=il(bt(e,{strict:!1})?Qn(e):e);return n==="bytes"?r:Vt(r)}const Hg=e=>Ie(Qn(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 G("Unable to normalize signature.");return o}const Gg=e=>{const t=typeof e=="string"?e:Ro(e);return Vg(t)};function al(e){return Wg(Gg(e))}const Vo=al;let pn=class extends G{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"})}},pi=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 hi=new pi(8192);function Go(e,t){if(hi.has(`${e}.${t}`))return hi.get(`${e}.${t}`);const n=e.substring(2).toLowerCase(),r=Ie(Tn(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 hi.set(`${e}.${t}`,s),s}function An(e,t){if(!et(e,{strict:!1}))throw new pn({address:e});return Go(e,t)}const qg=/^0x[a-fA-F0-9]{40}$/,mi=new pi(8192);function et(e,t){const{strict:n=!0}=t??{},r=`${e}.${n}`;if(mi.has(r))return mi.get(r);const o=qg.test(e)?e.toLowerCase()===e?!0:n?Go(e)===e:!0:!1;return mi.set(r,o),o}function vt(e){return typeof e[0]=="string"?rr(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 rr(e){return`0x${e.reduce((t,n)=>t+n.replace("0x",""),"")}`}function or(e,t,n,{strict:r}={}){return bt(e,{strict:!1})?fl(e,t,n,{strict:r}):ll(e,t,n,{strict:r})}function cl(e,t){if(typeof t=="number"&&t>0&&t>xe(e)-1)throw new _u({offset:t,position:"start",size:xe(e)})}function ul(e,t,n){if(typeof t=="number"&&typeof n=="number"&&xe(e)!==n-t)throw new _u({offset:n,position:"end",size:xe(e)})}function ll(e,t,n,{strict:r}={}){cl(e,t);const o=e.slice(t,n);return r&&ul(o,t,n),o}function fl(e,t,n,{strict:r}={}){cl(e,t);const o=`0x${e.replace("0x","").slice((t??0)*2,(n??e.length)*2)}`;return r&&ul(o,t,n),o}const Kg=/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/,dl=/^(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 Kt(e,t){if(e.length!==t.length)throw new ng({expectedLength:e.length,givenLength:t.length});const n=Yg({params:e,values:t}),r=bi(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(gi({param:e[r],value:t[r]}));return n}function gi({param:e,value:t}){const n=yi(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"]=dl.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 bi(e){let t=0;for(let s=0;s<e.length;s++){const{dynamic:i,encoded:c}=e[s];i?t+=32:t+=xe(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+=xe(c)):n.push(c)}return vt([...n,...r])}function Xg(e){if(!et(e))throw new pn({address:e});return{dynamic:!1,encoded:fn(e.toLowerCase())}}function Qg(e,{length:t,param:n}){const r=t===null;if(!Array.isArray(e))throw new ju(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=gi({param:n,value:e[i]});c.dynamic&&(o=!0),s.push(c)}if(r||o){const i=bi(s);if(r){const c=J(s.length,{size:32});return{dynamic:!0,encoded:s.length>0?vt([c,i]):c}}if(o)return{dynamic:!0,encoded:i}}return{dynamic:!1,encoded:vt(s.map(({encoded:i})=>i))}}function Jg(e,{param:t}){const[,n]=t.type.split("bytes"),r=xe(e);if(!n){let o=e;return r%32!==0&&(o=fn(o,{dir:"right",size:Math.ceil((e.length-2)/2/32)*32})),{dynamic:!0,encoded:vt([fn(J(r,{size:32})),o])}}if(r!==Number.parseInt(n))throw new tg({expectedSize:Number.parseInt(n),value:e});return{dynamic:!1,encoded:fn(e,{dir:"right"})}}function eb(e){if(typeof e!="boolean")throw new G(`Invalid boolean value: "${e}" (type: ${typeof e}). Expected: \`true\` or \`false\`.`);return{dynamic:!1,encoded:fn(Wu(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 Hu({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=Fr(e),n=Math.ceil(xe(t)/32),r=[];for(let o=0;o<n;o++)r.push(fn(or(t,o*32,(o+1)*32),{dir:"right"}));return{dynamic:!0,encoded:vt([fn(J(xe(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=gi({param:s,value:e[i]});r.push(c),c.dynamic&&(n=!0)}return{dynamic:n,encoded:n?bi(r):vt(r.map(({encoded:o})=>o))}}function yi(e){const t=e.match(/^(.*)\[(\d+)?\]$/);return t?[t[2]?Number(t[2]):null,t[1]]:void 0}const jr=e=>or(al(e),0,4);function On(e){const{abi:t,args:n=[],name:r}=e,o=bt(r,{strict:!1}),s=t.filter(c=>o?c.type==="function"?jr(c)===r:c.type==="event"?Vo(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 d="inputs"in c&&c.inputs[l];return d?wi(u,d):!1})){if(i&&"inputs"in i&&i.inputs){const u=pl(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 wi(e,t){const n=typeof e,r=t.type;switch(r){case"address":return et(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)=>wi(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=>wi(o,{...t,type:r.replace(/(\[[0-9]{0,}\])$/,"")})):!1}}function pl(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 pl(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")?et(n[r],{strict:!1}):i.includes("address")&&i.includes("bytes")?et(n[r],{strict:!1}):!1)return i}}const hl="/docs/contract/encodeEventTopics";function _r(e){var a;const{abi:t,eventName:n,args:r}=e;let o=t[0];if(n){const u=On({abi:t,name:n});if(!u)throw new Du(n,{docsPath:hl});o=u}if(o.type!=="event")throw new Du(void 0,{docsPath:hl});const s=gt(o),i=Vo(s);let c=[];if(r&&"inputs"in o){const u=(a=o.inputs)==null?void 0:a.filter(d=>"indexed"in d&&d.indexed),l=Array.isArray(r)?r:Object.values(r).length>0?(u==null?void 0:u.map(d=>r[d.name]))??[]:[];l.length>0&&(c=(u==null?void 0:u.map((d,p)=>Array.isArray(l[p])?l[p].map((f,h)=>ml({param:d,value:l[p][h]})):typeof l[p]<"u"&&l[p]!==null?ml({param:d,value:l[p]}):null))??[])}return[i,...c]}function ml({param:e,value:t}){if(e.type==="string"||e.type==="bytes")return Ie(Qn(t));if(e.type==="tuple"||e.type.match(/^(.*)\[(\d+)?\]$/))throw new fg(e.type);return Kt([e],[t])}function qo(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 gl(e,t){const{address:n,abi:r,args:o,eventName:s,fromBlock:i,strict:c,toBlock:a}=t,u=qo(e,{method:"eth_newFilter"}),l=s?_r({abi:r,args:o,eventName:s}):void 0,d=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:d,request:u(d),strict:!!c,type:"event"}}function xt(e){return typeof e=="string"?{address:e,type:"json-rpc"}:e}const bl="/docs/contract/encodeFunctionData";function ob(e){const{abi:t,args:n,functionName:r}=e;let o=t[0];if(r){const s=On({abi:t,args:n,name:r});if(!s)throw new Yn(r,{docsPath:bl});o=s}if(o.type!=="function")throw new Yn(void 0,{docsPath:bl});return{abi:[o],functionName:jr(gt(o))}}function Nt(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?Kt(o.inputs,t??[]):void 0;return rr([s,i??"0x"])}const yl={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."},wl={inputs:[{name:"message",type:"string"}],name:"Error",type:"error"},sb={inputs:[{name:"reason",type:"uint256"}],name:"Panic",type:"error"};class vl extends G{constructor({offset:t}){super(`Offset \`${t}\` cannot be negative.`,{name:"NegativeOffsetError"})}}class xl extends G{constructor({length:t,position:n}){super(`Position \`${n}\` is out of bounds (\`0 < position < ${t}\`).`,{name:"PositionOutOfBoundsError"})}}class ib extends G{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 xl({length:this.bytes.length,position:e})},decrementPosition(e){if(e<0)throw new vl({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 vl({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 vi(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"&&yt(e,{size:t.size});const n=$e(e,t);return Ot(n,t)}function ub(e,t={}){let n=e;if(typeof t.size<"u"&&(yt(n,{size:t.size}),n=$n(n)),n.length>1||n[0]>1)throw new pg(n);return!!n[0]}function Yt(e,t={}){typeof t.size<"u"&&yt(e,{size:t.size});const n=$e(e,t);return Wt(n,t)}function lb(e,t={}){let n=e;return typeof t.size<"u"&&(yt(n,{size:t.size}),n=$n(n,{dir:"right"})),new TextDecoder().decode(n)}function Ur(e,t){const n=typeof t=="string"?wt(t):t,r=vi(n);if(xe(n)===0&&e.length>0)throw new Br;if(xe(t)&&xe(t)<32)throw new ku({data:typeof t=="string"?t:$e(t),params:e,size:xe(t)});let o=0;const s=[];for(let i=0;i<e.length;++i){const c=e[i];r.setPosition(o);const[a,u]=sr(r,c,{staticPosition:0});o+=u,s.push(a)}return s}function sr(e,t,{staticPosition:n}){const r=yi(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 El=32,xi=32;function fb(e){const t=e.readBytes(32);return[Go($e(ll(t,-20))),32]}function db(e,t,{length:n,staticPosition:r}){if(!n){const i=Yt(e.readBytes(xi)),c=r+i,a=c+El;e.setPosition(c);const u=Yt(e.readBytes(El)),l=zr(t);let d=0;const p=[];for(let f=0;f<u;++f){e.setPosition(a+(l?f*32:d));const[h,m]=sr(e,t,{staticPosition:a});d+=m,p.push(h)}return e.setPosition(r+32),[p,32]}if(zr(t)){const i=Yt(e.readBytes(xi)),c=r+i,a=[];for(let u=0;u<n;++u){e.setPosition(c+u*32);const[l]=sr(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]=sr(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=Yt(e.readBytes(32));e.setPosition(n+i);const c=Yt(e.readBytes(32));if(c===0)return e.setPosition(n+32),["0x",32];const a=e.readBytes(c);return e.setPosition(n+32),[$e(a),32]}return[$e(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}):Yt(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(zr(t)){const i=Yt(e.readBytes(xi)),c=n+i;for(let a=0;a<t.components.length;++a){const u=t.components[a];e.setPosition(c+s);const[l,d]=sr(e,u,{staticPosition:c});s+=d,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]=sr(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=Yt(e.readBytes(32)),r=t+n;e.setPosition(r);const o=Yt(e.readBytes(32));if(o===0)return e.setPosition(t+32),["",32];const s=e.readBytes(o,32),i=lb($n(s));return e.setPosition(t+32),[i,32]}function zr(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(zr);const n=yi(e.type);return!!(n&&zr({...e,type:n[1]}))}function Sl(e){const{abi:t,data:n}=e,r=or(n,0,4);if(r==="0x")throw new Br;const s=[...t||[],wl,sb].find(i=>i.type==="error"&&r===jr(gt(i)));if(!s)throw new Lu(r,{docsPath:"/docs/contract/decodeErrorResult"});return{abiItem:s,args:"inputs"in s&&s.inputs&&s.inputs.length>0?Ur(s.inputs,or(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 Pl({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 Ei(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 $l(e,t="wei"){return Ei(e,yb[t])}function Et(e,t="wei"){return Ei(e,wb[t])}class vb extends G{constructor({address:t}){super(`State for account "${t}" is set multiple times.`,{name:"AccountStateConflictError"})}}class xb extends G{constructor(){super("state and stateDiff are set on the same account.",{name:"StateAssignmentConflictError"})}}function Tl(e){return e.reduce((t,{slot:n,value:r})=>`${t} ${n}: ${r}
|
|
62
|
+
`,"")}function Eb(e){return e.reduce((t,{address:n,...r})=>{let o=`${t} ${n}:
|
|
63
|
+
`;return r.nonce&&(o+=` nonce: ${r.nonce}
|
|
64
|
+
`),r.balance&&(o+=` balance: ${r.balance}
|
|
65
|
+
`),r.code&&(o+=` code: ${r.code}
|
|
66
|
+
`),r.state&&(o+=` state:
|
|
67
|
+
`,o+=Tl(r.state)),r.stateDiff&&(o+=` stateDiff:
|
|
68
|
+
`,o+=Tl(r.stateDiff)),o},` State Override:
|
|
69
|
+
`).slice(0,-1)}function Zo(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(`
|
|
70
|
+
`)}class Sb extends G{constructor(){super(["Cannot specify both a `gasPrice` and a `maxFeePerGas`/`maxPriorityFeePerGas`.","Use `maxFeePerGas`/`maxPriorityFeePerGas` for EIP-1559 compatible networks, and `gasPrice` for others."].join(`
|
|
71
|
+
`),{name:"FeeConflictError"})}}class Pb extends G{constructor({transaction:t}){super("Cannot infer a transaction type from provided transaction.",{metaMessages:["Provided Transaction:","{",Zo(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 G{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 Ol extends G{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 G{constructor({hash:t}){super(`Timed out while waiting for transaction with hash "${t}" to be confirmed.`,{name:"WaitForTransactionReceiptTimeoutError"})}}const Tb=e=>e,Hr=e=>e;class Cl extends G{constructor(t,{account:n,docsPath:r,chain:o,data:s,gas:i,gasPrice:c,maxFeePerGas:a,maxPriorityFeePerGas:u,nonce:l,to:d,value:p,stateOverride:f}){var v;const h=n?xt(n):void 0;let m=Zo({from:h==null?void 0:h.address,to:d,value:typeof p<"u"&&`${$l(p)} ${((v=o==null?void 0:o.nativeCurrency)==null?void 0:v.symbol)||"ETH"}`,data:s,gas:i,gasPrice:typeof c<"u"&&`${Et(c)} gwei`,maxFeePerGas:typeof a<"u"&&`${Et(a)} gwei`,maxPriorityFeePerGas:typeof u<"u"&&`${Et(u)} gwei`,nonce:l});f&&(m+=`
|
|
72
|
+
${Eb(f)}`),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 Ab extends G{constructor(t,{abi:n,args:r,contractAddress:o,docsPath:s,functionName:i,sender:c}){const a=On({abi:n,args:r,name:i}),u=a?Pl({abiItem:a,args:r,includeFunctionName:!1,includeName:!1}):void 0,l=a?gt(a,{includeName:!0}):void 0,d=Zo({address:o&&Tb(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," "]:[],d&&"Contract Call:",d].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 Si extends G{constructor({abi:t,data:n,functionName:r,message:o}){let s,i,c,a;if(n&&n!=="0x")try{i=Sl({abi:t,data:n});const{abiItem:l,errorName:d,args:p}=i;if(d==="Error")a=p[0];else if(d==="Panic"){const[f]=p;a=yl[f]}else{const f=l?gt(l,{includeName:!0}):void 0,h=l&&p?Pl({abiItem:l,args:p,includeFunctionName:!1,includeName:!1}):void 0;c=[f?`Error: ${f}`:"",h&&h!=="()"?` ${[...Array((d==null?void 0:d.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(`
|
|
73
|
+
`):`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 G{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 Cb extends G{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 Ko extends G{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 Cn extends G{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: ${Hr(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 Pi extends G{constructor({body:t,error:n,url:r}){super("RPC Request failed.",{cause:n,details:n.message,metaMessages:[`URL: ${Hr(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 G{constructor({body:t,url:n}){super("The request took too long to respond.",{details:"The request timed out.",metaMessages:[`URL: ${Hr(n)}`,`Request body: ${Te(t)}`],name:"TimeoutError"})}}const Nb=-1;class je extends G{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 Pi?t.code:n??Nb}}class Ke 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 Wr extends je{constructor(t){super(t,{code:Wr.code,name:"ParseRpcError",shortMessage:"Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text."})}}Object.defineProperty(Wr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32700});class Vr extends je{constructor(t){super(t,{code:Vr.code,name:"InvalidRequestRpcError",shortMessage:"JSON is not a valid request object."})}}Object.defineProperty(Vr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32600});class Gr extends je{constructor(t,{method:n}={}){super(t,{code:Gr.code,name:"MethodNotFoundRpcError",shortMessage:`The method${n?` "${n}"`:""} does not exist / is not available.`})}}Object.defineProperty(Gr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32601});class qr extends je{constructor(t){super(t,{code:qr.code,name:"InvalidParamsRpcError",shortMessage:["Invalid parameters were provided to the RPC method.","Double check you have provided the correct parameters."].join(`
|
|
74
|
+
`)})}}Object.defineProperty(qr,"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 In extends je{constructor(t){super(t,{code:In.code,name:"InvalidInputRpcError",shortMessage:["Missing or invalid parameters.","Double check you have provided the correct parameters."].join(`
|
|
75
|
+
`)})}}Object.defineProperty(In,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32e3});class Zr extends je{constructor(t){super(t,{code:Zr.code,name:"ResourceNotFoundRpcError",shortMessage:"Requested resource not found."}),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"ResourceNotFoundRpcError"})}}Object.defineProperty(Zr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32001});class Kr extends je{constructor(t){super(t,{code:Kr.code,name:"ResourceUnavailableRpcError",shortMessage:"Requested resource not available."})}}Object.defineProperty(Kr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32002});class Yr extends je{constructor(t){super(t,{code:Yr.code,name:"TransactionRejectedRpcError",shortMessage:"Transaction creation failed."})}}Object.defineProperty(Yr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32003});class Mn extends je{constructor(t,{method:n}={}){super(t,{code:Mn.code,name:"MethodNotSupportedRpcError",shortMessage:`Method${n?` "${n}"`:""} is not supported.`})}}Object.defineProperty(Mn,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32004});class ir extends je{constructor(t){super(t,{code:ir.code,name:"LimitExceededRpcError",shortMessage:"Request exceeds defined limit."})}}Object.defineProperty(ir,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32005});class Xr extends je{constructor(t){super(t,{code:Xr.code,name:"JsonRpcVersionUnsupportedError",shortMessage:"Version of JSON-RPC protocol is not supported."})}}Object.defineProperty(Xr,"code",{enumerable:!0,configurable:!0,writable:!0,value:-32006});class ar extends Ke{constructor(t){super(t,{code:ar.code,name:"UserRejectedRequestError",shortMessage:"User rejected the request."})}}Object.defineProperty(ar,"code",{enumerable:!0,configurable:!0,writable:!0,value:4001});class Qr extends Ke{constructor(t){super(t,{code:Qr.code,name:"UnauthorizedProviderError",shortMessage:"The requested method and/or account has not been authorized by the user."})}}Object.defineProperty(Qr,"code",{enumerable:!0,configurable:!0,writable:!0,value:4100});class Jr extends Ke{constructor(t,{method:n}={}){super(t,{code:Jr.code,name:"UnsupportedProviderMethodError",shortMessage:`The Provider does not support the requested method${n?` " ${n}"`:""}.`})}}Object.defineProperty(Jr,"code",{enumerable:!0,configurable:!0,writable:!0,value:4200});class eo extends Ke{constructor(t){super(t,{code:eo.code,name:"ProviderDisconnectedError",shortMessage:"The Provider is disconnected from all chains."})}}Object.defineProperty(eo,"code",{enumerable:!0,configurable:!0,writable:!0,value:4900});class to extends Ke{constructor(t){super(t,{code:to.code,name:"ChainDisconnectedError",shortMessage:"The Provider is not connected to the requested chain."})}}Object.defineProperty(to,"code",{enumerable:!0,configurable:!0,writable:!0,value:4901});class no extends Ke{constructor(t){super(t,{code:no.code,name:"SwitchChainError",shortMessage:"An error occurred when attempting to switch chain."})}}Object.defineProperty(no,"code",{enumerable:!0,configurable:!0,writable:!0,value:4902});class ro extends Ke{constructor(t){super(t,{code:ro.code,name:"UnsupportedNonOptionalCapabilityError",shortMessage:"This Wallet does not support a capability that was not marked as optional."})}}Object.defineProperty(ro,"code",{enumerable:!0,configurable:!0,writable:!0,value:5700});class oo extends Ke{constructor(t){super(t,{code:oo.code,name:"UnsupportedChainIdError",shortMessage:"This Wallet does not support the requested chain ID."})}}Object.defineProperty(oo,"code",{enumerable:!0,configurable:!0,writable:!0,value:5710});class so extends Ke{constructor(t){super(t,{code:so.code,name:"DuplicateIdError",shortMessage:"There is already a bundle submitted with this ID."})}}Object.defineProperty(so,"code",{enumerable:!0,configurable:!0,writable:!0,value:5720});class io extends Ke{constructor(t){super(t,{code:io.code,name:"UnknownBundleIdError",shortMessage:"This bundle id is unknown / has not been submitted"})}}Object.defineProperty(io,"code",{enumerable:!0,configurable:!0,writable:!0,value:5730});class ao extends Ke{constructor(t){super(t,{code:ao.code,name:"BundleTooLargeError",shortMessage:"The call bundle is too large for the Wallet to process."})}}Object.defineProperty(ao,"code",{enumerable:!0,configurable:!0,writable:!0,value:5740});class co extends Ke{constructor(t){super(t,{code:co.code,name:"AtomicReadyWalletRejectedUpgradeError",shortMessage:"The Wallet can support atomicity after an upgrade, but the user rejected the upgrade."})}}Object.defineProperty(co,"code",{enumerable:!0,configurable:!0,writable:!0,value:5750});class uo extends Ke{constructor(t){super(t,{code:uo.code,name:"AtomicityNotSupportedError",shortMessage:"The wallet does not support atomic execution but the request requires it."})}}Object.defineProperty(uo,"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 cr(e,{abi:t,address:n,args:r,docsPath:o,functionName:s,sender:i}){const c=e instanceof Ko?e:e instanceof G?e.walk(h=>"data"in h)||e.walk():{},{code:a,data:u,details:l,message:d,shortMessage:p}=c,f=e instanceof Br?new Ob({functionName:s}):[Mb,Nn.code].includes(a)&&(u||l||d||p)?new Si({abi:t,data:typeof u=="object"?u.data:u,functionName:s,message:c instanceof Pi?l:p??d}):e;return new Ab(f,{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 Go(`0x${t}`)}async function Bb({hash:e,signature:t}){const n=bt(e)?e:Vt(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:d,yParity:p}=t,f=Number(p??d),h=Il(f);return new r.Signature(Ot(u),Ot(l)).addRecoveryBit(h)}const i=bt(t)?t:Vt(t);if(xe(i)!==65)throw new Error("invalid signature length");const c=Wt(`0x${i.slice(130)}`),a=Il(c);return r.Signature.fromCompact(i.substring(2,130)).addRecoveryBit(a)})().recoverPublicKey(n.substring(2)).toHex(!1)}`}function Il(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 Ml({hash:e,signature:t}){return kb(await Bb({hash:e,signature:t}))}function Lb(e,t="hex"){const n=kl(e),r=vi(new Uint8Array(n.length));return n.encode(r),t==="hex"?$e(r.bytes):r.bytes}function kl(e){return Array.isArray(e)?Fb(e.map(t=>kl(t))):Db(e)}function Fb(e){const t=e.reduce((o,s)=>o+s.length,0),n=Bl(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 Db(e){const t=typeof e=="string"?wt(e):e,n=Bl(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 Bl(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 G("Length is too large.")}function Rb(e){const{chainId:t,nonce:n,to:r}=e,o=e.contractAddress??e.address,s=Ie(rr(["0x05",Lb([t?J(t):"0x",o,n?J(n):"0x"])]));return r==="bytes"?wt(s):s}async function jb(e){const{authorization:t,signature:n}=e;return Ml({hash:Rb(t),signature:n??t})}class _b extends G{constructor(t,{account:n,docsPath:r,chain:o,data:s,gas:i,gasPrice:c,maxFeePerGas:a,maxPriorityFeePerGas:u,nonce:l,to:d,value:p}){var h;const f=Zo({from:n==null?void 0:n.address,to:d,value:typeof p<"u"&&`${$l(p)} ${((h=o==null?void 0:o.nativeCurrency)==null?void 0:h.symbol)||"ETH"}`,data:s,gas:i,gasPrice:typeof c<"u"&&`${Et(c)} gwei`,maxFeePerGas:typeof a<"u"&&`${Et(a)} gwei`,maxPriorityFeePerGas:typeof u<"u"&&`${Et(u)} gwei`,nonce:l});super(t.shortMessage,{cause:t,docsPath:r,metaMessages:[...t.metaMessages?[...t.metaMessages," "]:[],"Estimate Gas Arguments:",f].filter(Boolean),name:"EstimateGasExecutionError"}),Object.defineProperty(this,"cause",{enumerable:!0,configurable:!0,writable:!0,value:void 0}),this.cause=t}}class ur extends G{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(ur,"code",{enumerable:!0,configurable:!0,writable:!0,value:3}),Object.defineProperty(ur,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/execution reverted/});class Yo extends G{constructor({cause:t,maxFeePerGas:n}={}){super(`The fee cap (\`maxFeePerGas\`${n?` = ${Et(n)} gwei`:""}) cannot be higher than the maximum allowed value (2^256-1).`,{cause:t,name:"FeeCapTooHighError"})}}Object.defineProperty(Yo,"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 $i extends G{constructor({cause:t,maxFeePerGas:n}={}){super(`The fee cap (\`maxFeePerGas\`${n?` = ${Et(n)}`:""} gwei) cannot be lower than the block base fee.`,{cause:t,name:"FeeCapTooLowError"})}}Object.defineProperty($i,"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 Ti extends G{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(Ti,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce too high/});class Ai extends G{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(`
|
|
76
|
+
`),{cause:t,name:"NonceTooLowError"})}}Object.defineProperty(Ai,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce too low|transaction already imported|already known/});class Oi extends G{constructor({cause:t,nonce:n}={}){super(`Nonce provided for the transaction ${n?`(${n}) `:""}exceeds the maximum allowed nonce.`,{cause:t,name:"NonceMaxValueError"})}}Object.defineProperty(Oi,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/nonce has max value/});class Ci extends G{constructor({cause:t}={}){super(["The total cost (gas * gas fee + value) of executing this transaction exceeds the balance of the account."].join(`
|
|
77
|
+
`),{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(Ci,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/insufficient funds|exceeds transaction sender account balance/});class Ni extends G{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 Ii extends G{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(Ii,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/intrinsic gas too low/});class Mi extends G{constructor({cause:t}){super("The transaction type is not supported for this chain.",{cause:t,name:"TransactionTypeNotSupportedError"})}}Object.defineProperty(Mi,"nodeMessage",{enumerable:!0,configurable:!0,writable:!0,value:/transaction type not valid/});class Xo extends G{constructor({cause:t,maxPriorityFeePerGas:n,maxFeePerGas:r}={}){super([`The provided tip (\`maxPriorityFeePerGas\`${n?` = ${Et(n)} gwei`:""}) cannot be higher than the fee cap (\`maxFeePerGas\`${r?` = ${Et(r)} gwei`:""}).`].join(`
|
|
78
|
+
`),{cause:t,name:"TipAboveFeeCapError"})}}Object.defineProperty(Xo,"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 Qo extends G{constructor({cause:t}){super(`An error occurred while executing: ${t==null?void 0:t.shortMessage}`,{cause:t,name:"UnknownNodeError"})}}function ki(e,t){const n=(e.details||"").toLowerCase(),r=e instanceof G?e.walk(o=>(o==null?void 0:o.code)===ur.code):e;return r instanceof G?new ur({cause:e,message:r.details}):ur.nodeMessage.test(n)?new ur({cause:e,message:e.details}):Yo.nodeMessage.test(n)?new Yo({cause:e,maxFeePerGas:t==null?void 0:t.maxFeePerGas}):$i.nodeMessage.test(n)?new $i({cause:e,maxFeePerGas:t==null?void 0:t.maxFeePerGas}):Ti.nodeMessage.test(n)?new Ti({cause:e,nonce:t==null?void 0:t.nonce}):Ai.nodeMessage.test(n)?new Ai({cause:e,nonce:t==null?void 0:t.nonce}):Oi.nodeMessage.test(n)?new Oi({cause:e,nonce:t==null?void 0:t.nonce}):Ci.nodeMessage.test(n)?new Ci({cause:e}):Ni.nodeMessage.test(n)?new Ni({cause:e,gas:t==null?void 0:t.gas}):Ii.nodeMessage.test(n)?new Ii({cause:e,gas:t==null?void 0:t.gas}):Mi.nodeMessage.test(n)?new Mi({cause:e}):Xo.nodeMessage.test(n)?new Xo({cause:e,maxFeePerGas:t==null?void 0:t.maxFeePerGas,maxPriorityFeePerGas:t==null?void 0:t.maxPriorityFeePerGas}):new Qo({cause:e})}function Ub(e,{docsPath:t,...n}){const r=(()=>{const o=ki(e,n);return o instanceof Qo?e:o})();return new _b(r,{docsPath:t,...n})}function Bi(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 Jo(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=>$e(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 zu({size:n.length,targetSize:66,type:"hex"});if(r.length!==66)throw new zu({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(!et(n,{strict:!1}))throw new pn({address:n});if(t[n])throw new vb({address:n});t[n]=Wb(r)}return t}const Fl=2n**256n-1n;function lo(e){const{account:t,gasPrice:n,maxFeePerGas:r,maxPriorityFeePerGas:o,to:s}=e,i=t?xt(t):void 0;if(i&&!et(i.address))throw new pn({address:i.address});if(s&&!et(s))throw new pn({address:s});if(typeof n<"u"&&(typeof r<"u"||typeof o<"u"))throw new Sb;if(r&&r>Fl)throw new Yo({maxFeePerGas:r});if(o&&r&&o>r)throw new Xo({maxFeePerGas:r,maxPriorityFeePerGas:o})}class Vb extends G{constructor(){super("`baseFeeMultiplier` must be greater than 1.",{name:"BaseFeeScalarError"})}}class Fi extends G{constructor(){super("Chain does not support EIP-1559 fees.",{name:"Eip1559FeesNotSupportedError"})}}class Gb extends G{constructor({maxPriorityFeePerGas:t}){super(`\`maxFeePerGas\` cannot be less than the \`maxPriorityFeePerGas\` (${Et(t)} gwei).`,{name:"MaxFeePerGasTooLowError"})}}class Dl extends G{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 jl(e){const t={...e,blockHash:e.blockHash?e.blockHash:null,blockNumber:e.blockNumber?BigInt(e.blockNumber):null,chainId:e.chainId?Wt(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?Wt(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 _l(e){const t=(e.transactions??[]).map(n=>typeof n=="string"?n:jl(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 It(e,{blockHash:t,blockNumber:n,blockTag:r=e.experimental_blockTag??"latest",includeTransactions:o}={}){var u,l,d;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 Dl({blockHash:t,blockNumber:n});return(((d=(l=(u=e.chain)==null?void 0:u.formatters)==null?void 0:l.block)==null?void 0:d.format)||_l)(c)}async function Di(e){const t=await e.request({method:"eth_gasPrice"});return BigInt(t)}async function Zb(e,t){return Ul(e,t)}async function Ul(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,It,"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 Ot(a)}catch{const[c,a]=await Promise.all([n?Promise.resolve(n):ee(e,It,"getBlock")({}),ee(e,Di,"getGasPrice")({})]);if(typeof c.baseFeePerGas!="bigint")throw new Fi;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,f;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,It,"getBlock")({});if(typeof((f=r==null?void 0:r.fees)==null?void 0:f.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 Fi;const h=typeof(o==null?void 0:o.maxPriorityFeePerGas)=="bigint"?o.maxPriorityFeePerGas:await Ul(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,Di,"getGasPrice")({}))}}async function zl(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 Wt(o)}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(s=>wt(s)):e.blobs,o=[];for(const s of r)o.push(Uint8Array.from(t.blobToKzgCommitment(s)));return n==="bytes"?o:o.map(s=>$e(s))}function Wl(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=>wt(i)):e.blobs,o=typeof e.commitments[0]=="string"?e.commitments.map(i=>wt(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=>$e(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 fi{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=li(this.buffer)}update(t){er(this),t=Wo(t),qt(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=li(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){er(this),Zu(t,this),this.finished=!0;const{buffer:n,view:r,blockLen:o,isLE:s}=this;let{pos:i}=this;n[i++]=128,tr(this.buffer.subarray(i)),this.padOffset>o-i&&(this.process(r,0),i=0);for(let d=i;d<o;d++)n[d]=0;Yb(r,o-8,BigInt(this.length*8),s),this.process(r,0);const c=li(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 d=0;d<u;d++)c.setUint32(4*d,l[d],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 hn=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]),mn=new Uint32Array(64);class ty extends Jb{constructor(t=32){super(64,t,8,!1),this.A=hn[0]|0,this.B=hn[1]|0,this.C=hn[2]|0,this.D=hn[3]|0,this.E=hn[4]|0,this.F=hn[5]|0,this.G=hn[6]|0,this.H=hn[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 d=0;d<16;d++,n+=4)mn[d]=t.getUint32(n,!1);for(let d=16;d<64;d++){const p=mn[d-15],f=mn[d-2],h=Ct(p,7)^Ct(p,18)^p>>>3,m=Ct(f,17)^Ct(f,19)^f>>>10;mn[d]=m+mn[d-7]+h+mn[d-16]|0}let{A:r,B:o,C:s,D:i,E:c,F:a,G:u,H:l}=this;for(let d=0;d<64;d++){const p=Ct(c,6)^Ct(c,11)^Ct(c,25),f=l+p+Xb(c,a,u)+ey[d]+mn[d]|0,m=(Ct(r,2)^Ct(r,13)^Ct(r,22))+Qb(r,o,s)|0;l=u,u=a,a=c,c=i+f|0,i=s,s=o,o=r,r=f+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(){tr(mn)}destroy(){this.set(0,0,0,0,0,0,0,0),tr(this.buffer)}}const Vl=Qu(()=>new ty),ny=Vl;function ry(e,t){return ny(bt(e,{strict:!1})?Qn(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:$e(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 Gl=6,ql=32,ji=4096,Zl=ql*ji,Kl=Zl*Gl-1-1*ji*Gl;class iy extends G{constructor({maxSize:t,size:n}){super("Blob size is too large.",{metaMessages:[`Max: ${t} bytes`,`Given: ${n} bytes`],name:"BlobSizeTooLargeError"})}}class ay extends G{constructor(){super("Blob data must not be empty.",{name:"EmptyBlobError"})}}function cy(e){const t=typeof e.data=="string"?wt(e.data):e.data,n=xe(t);if(!n)throw new ay;if(n>Kl)throw new iy({maxSize:Kl,size:n});const r=[];let o=!0,s=0;for(;o;){const i=vi(new Uint8Array(Zl));let c=0;for(;c<ji;){const a=t.slice(s,s+(ql-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=>$e(i.bytes))}function uy(e){const{data:t,kzg:n,to:r}=e,o=e.blobs??cy({data:t}),s=e.commitments??Hl({blobs:o,kzg:n,to:r}),i=e.proofs??Wl({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 Yl(e){const t=await e.request({method:"eth_chainId"},{dedupe:!0});return Wt(t)}const fy=["blobVersionedHashes","chainId","fees","gas","nonce","type"],Xl=new Map;async function Ql(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,d=n&&xt(n),p={...t,...d?{from:d==null?void 0:d.address}:{}};let f;async function h(){return f||(f=await ee(e,It,"getBlock")({blockTag:"latest"}),f)}let m;async function v(){return m||(o?o.id:typeof t.chainId<"u"?t.chainId:(m=await ee(e,Yl,"getChainId")({}),m))}if(u.includes("nonce")&&typeof c>"u"&&d)if(a){const A=await v();p.nonce=await a.consume({address:d.address,chainId:A,client:e})}else p.nonce=await ee(e,zl,"getTransactionCount")({address:d.address,blockTag:"pending"});if((u.includes("blobVersionedHashes")||u.includes("sidecars"))&&r&&i){const A=Hl({blobs:r,kzg:i});if(u.includes("blobVersionedHashes")){const w=sy({commitments:A,to:"hex"});p.blobVersionedHashes=w}if(u.includes("sidecars")){const w=Wl({blobs:r,commitments:A,kzg:i}),T=uy({blobs:r,commitments:A,proofs:w,to:"hex"});p.sidecars=T}}if(u.includes("chainId")&&(p.chainId=await v()),(u.includes("fees")||u.includes("type"))&&typeof l>"u")try{p.type=ly(p)}catch{let A=Xl.get(e.uid);if(typeof A>"u"){const w=await h();A=typeof(w==null?void 0:w.baseFeePerGas)=="bigint",Xl.set(e.uid,A)}p.type=A?"eip1559":"legacy"}if(u.includes("fees"))if(p.type!=="legacy"&&p.type!=="eip2930"){if(typeof p.maxFeePerGas>"u"||typeof p.maxPriorityFeePerGas>"u"){const A=await h(),{maxFeePerGas:w,maxPriorityFeePerGas:T}=await Ri(e,{block:A,chain:o,request:p});if(typeof t.maxPriorityFeePerGas>"u"&&t.maxFeePerGas&&t.maxFeePerGas<T)throw new Gb({maxPriorityFeePerGas:T});p.maxPriorityFeePerGas=T,p.maxFeePerGas=w}}else{if(typeof t.maxFeePerGas<"u"||typeof t.maxPriorityFeePerGas<"u")throw new Fi;if(typeof t.gasPrice>"u"){const A=await h(),{gasPrice:w}=await Ri(e,{block:A,chain:o,request:p,type:"legacy"});p.gasPrice=w}}return u.includes("gas")&&typeof s>"u"&&(p.gas=await ee(e,_i,"estimateGas")({...p,account:d&&{address:d.address,type:"json-rpc"}})),lo(p),delete p.parameters,p}async function Jl(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 _i(e,t){var o,s,i;const{account:n=e.account}=t,r=n?xt(n):void 0;try{let S=function(C){const{block:O,request:b,rpcStateOverride:M}=C;return e.request({method:"eth_estimateGas",params:M?[b,O??e.experimental_blockTag??"latest",M]:O?[b,O]:[b]})};const{accessList:c,authorizationList:a,blobs:u,blobVersionedHashes:l,blockNumber:d,blockTag:p,data:f,gas:h,gasPrice:m,maxFeePerBlobGas:v,maxFeePerGas:A,maxPriorityFeePerGas:w,nonce:T,value:B,stateOverride:F,...R}=await Ql(e,{...t,parameters:(r==null?void 0:r.type)==="local"?void 0:["blobVersionedHashes"]}),g=(typeof d=="bigint"?J(d):void 0)||p,y=Li(F),$=await(async()=>{if(R.to)return R.to;if(a&&a.length>0)return await jb({authorization:a[0]}).catch(()=>{throw new G("`to` is required. Could not infer from `authorizationList`")})})();lo(t);const k=(i=(s=(o=e.chain)==null?void 0:o.formatters)==null?void 0:s.transactionRequest)==null?void 0:i.format,P=(k||Jo)({...Bi(R,{format:k}),from:r==null?void 0:r.address,accessList:c,authorizationList:a,blobs:u,blobVersionedHashes:l,data:f,gas:h,gasPrice:m,maxFeePerBlobGas:v,maxFeePerGas:A,maxPriorityFeePerGas:w,nonce:T,to:$,value:B});let E=BigInt(await S({block:g,request:P,rpcStateOverride:y}));if(a){const C=await Jl(e,{address:P.from}),O=await Promise.all(a.map(async b=>{const{address:M}=b,D=await S({block:g,request:{authorizationList:void 0,data:f,from:r==null?void 0:r.address,to:M,value:J(C)},rpcStateOverride:y}).catch(()=>100000n);return 2n*BigInt(D)}));E+=O.reduce((b,M)=>b+M,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=Nt({abi:n,args:o,functionName:s});try{return await ee(e,_i,"estimateGas")({data:`${a}${i?i.replace("0x",""):""}`,to:r,...c})}catch(u){const l=c.account?xt(c.account):void 0;throw cr(u,{abi:n,address:r,args:o,docsPath:"/docs/contract/estimateContractGas",functionName:s,sender:l==null?void 0:l.address})}}function es(e,t){if(!et(e,{strict:!1}))throw new pn({address:e});if(!et(t,{strict:!1}))throw new pn({address:t});return e.toLowerCase()===t.toLowerCase()}const ef="/docs/contract/decodeEventLog";function Ui(e){const{abi:t,data:n,strict:r,topics:o}=e,s=r??!0,[i,...c]=o;if(!i)throw new og({docsPath:ef});const a=t.find(m=>m.type==="event"&&i===Vo(gt(m)));if(!(a&&"name"in a)||a.type!=="event")throw new Fu(i,{docsPath:ef});const{name:u,inputs:l}=a,d=l==null?void 0:l.some(m=>!("name"in m&&m.name)),p=d?[]:{},f=l.map((m,v)=>[m,v]).filter(([m])=>"indexed"in m&&m.indexed);for(let m=0;m<f.length;m++){const[v,A]=f[m],w=c[m];if(!w)throw new _o({abiItem:a,param:v});p[d?A:v.name||A]=py({param:v,value:w})}const h=l.filter(m=>!("indexed"in m&&m.indexed));if(h.length>0){if(n&&n!=="0x")try{const m=Ur(h,n);if(m)if(d)for(let v=0;v<l.length;v++)p[v]=p[v]??m.shift();else for(let v=0;v<h.length;v++)p[h[v].name]=m[v]}catch(m){if(s)throw m instanceof ku||m instanceof xl?new Lr({abiItem:a,data:n,params:h,size:xe(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:(Ur([e],t)||[])[0]}function zi(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]===Vo(l));if(!a)return null;const u=Ui({...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 Fu)return null;if(a instanceof Lr||a instanceof _o){if(o)return null;u=a.abiItem.name,l=(c=a.abiItem.inputs)==null?void 0:c.some(d=>!("name"in d&&d.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"?es(i,c):s.type==="string"||s.type==="bytes"?Ie(Qn(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 Xt(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 Hi(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 d=[];l&&(d=[l.flatMap(m=>_r({abi:[m],eventName:m.name,args:i?void 0:c}))],s&&(d=d[0]));let p;n?p=await e.request({method:"eth_getLogs",params:[{address:t,topics:d,blockHash:n}]}):p=await e.request({method:"eth_getLogs",params:[{address:t,topics:d,fromBlock:typeof r=="bigint"?J(r):r,toBlock:typeof o=="bigint"?J(o):o}]});const f=p.map(h=>Xt(h));return l?zi({abi:l,args:c,logs:f,strict:u}):f}async function tf(e,t){const{abi:n,address:r,args:o,blockHash:s,eventName:i,fromBlock:c,toBlock:a,strict:u}=t,l=i?On({abi:n,name:i}):void 0,d=l?void 0:n.filter(p=>p.type==="event");return ee(e,Hi,"getLogs")({address:r,args:o,blockHash:s,event:l,events:d,fromBlock:c,toBlock:a,strict:u})}const Wi="/docs/contract/decodeFunctionResult";function kn(e){const{abi:t,args:n,functionName:r,data:o}=e;let s=t[0];if(r){const c=On({abi:t,args:n,name:r});if(!c)throw new Yn(r,{docsPath:Wi});s=c}if(s.type!=="function")throw new Yn(void 0,{docsPath:Wi});if(!s.outputs)throw new Ru(s.name,{docsPath:Wi});const i=Ur(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 Vi=BigInt(0),Gi=BigInt(1);function ts(e,t=""){if(typeof e!="boolean"){const n=t&&`"${t}"`;throw new Error(n+"expected boolean, got type="+typeof e)}return e}function Bn(e,t,n=""){const r=zo(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 ns(e){const t=e.toString(16);return t.length&1?"0"+t:t}function nf(e){if(typeof e!="string")throw new Error("hex string expected, got "+typeof e);return e===""?Vi:BigInt("0x"+e)}function rs(e){return nf(nr(e))}function rf(e){return qt(e),nf(nr(Uint8Array.from(e).reverse()))}function qi(e,t){return Ho(e.toString(16).padStart(t*2,"0"))}function of(e,t){return qi(e,t).reverse()}function _e(e,t,n){let r;if(typeof t=="string")try{r=Ho(t)}catch(o){throw new Error(e+" must be hex string or Uint8Array, cause: "+o)}else if(zo(t))r=Uint8Array.from(t);else throw new Error(e+" must be hex string or Uint8Array");return r.length,r}const Zi=e=>typeof e=="bigint"&&Vi<=e;function my(e,t,n){return Zi(e)&&Zi(t)&&Zi(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 sf(e){let t;for(t=0;e>Vi;e>>=Gi,t+=1);return t}const fo=e=>(Gi<<BigInt(e))-Gi;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=f=>new Uint8Array(f),o=f=>Uint8Array.of(f);let s=r(e),i=r(e),c=0;const a=()=>{s.fill(1),i.fill(0),c=0},u=(...f)=>n(i,s,...f),l=(f=r(0))=>{i=u(o(0),f),s=u(),f.length!==0&&(i=u(o(1),f),s=u())},d=()=>{if(c++>=1e3)throw new Error("drbg: tried 1000 values");let f=0;const h=[];for(;f<t;){s=u();const m=s.slice();h.push(m),f+=s.length}return dn(...h)};return(f,h)=>{a(),l(f);let m;for(;!(m=h(d()));)l();return a(),m}}function Ki(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 af(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 be extends Error{constructor(t,n={}){const r=(()=>{var a;if(n.cause instanceof be){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 be&&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(`
|
|
79
|
+
`);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 cf(this,t)}}function cf(e,t){return t!=null&&t(e)?e:e&&typeof e=="object"&&"cause"in e&&e.cause?cf(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(ff(e)>t)throw new My({givenSize:ff(e),maxSize:t})}const Qt={zero:48,nine:57,A:65,F:70,a:97,f:102};function uf(e){if(e>=Qt.zero&&e<=Qt.nine)return e-Qt.zero;if(e>=Qt.A&&e<=Qt.F)return e-(Qt.A-10);if(e>=Qt.a&&e<=Qt.f)return e-(Qt.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 Yi(e,t){if(tt(e)>t)throw new Ry({givenSize:tt(e),maxSize:t})}function Py(e,t){if(typeof t=="number"&&t>0&&t>tt(e)-1)throw new bf({offset:t,position:"start",size:tt(e)})}function $y(e,t,n){if(typeof t=="number"&&typeof n=="number"&&tt(e)!==n-t)throw new bf({offset:n,position:"end",size:tt(e)})}function lf(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 Ty=new TextEncoder;function Ay(e){return e instanceof Uint8Array?e:typeof e=="string"?Cy(e):Oy(e)}function Oy(e){return e instanceof Uint8Array?e:new Uint8Array(e)}function Cy(e,t={}){const{size:n}=t;let r=e;n&&(Yi(e,n),r=Fn(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=uf(o.charCodeAt(a++)),l=uf(o.charCodeAt(a++));if(u===void 0||l===void 0)throw new be(`Invalid byte sequence ("${o[a-2]}${o[a-1]}" in "${o}").`);i[c]=u*16+l}return i}function Ny(e,t={}){const{size:n}=t,r=Ty.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 ff(e){return e.length}let My=class extends be{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 be{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 By=new TextEncoder,Ly=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 mf(e);if(typeof e!="string")throw new mf(e);if(n&&!/^0x[0-9a-fA-F]*$/.test(e))throw new gf(e);if(!e.startsWith("0x"))throw new gf(e)}function Mt(...e){return`0x${e.reduce((t,n)=>t+n.replace("0x",""),"")}`}function df(e,t={}){const n=`0x${Number(e)}`;return typeof t.size=="number"?(Yi(n,t.size),Ln(n,t.size)):n}function pf(e,t={}){let n="";for(let o=0;o<e.length;o++)n+=Ly[e[o]];const r=`0x${n}`;return typeof t.size=="number"?(Yi(r,t.size),Fn(r,t.size)):r}function Be(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 hf({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 Xi(e,t={}){return pf(By.encode(e),t)}function Ln(e,t){return lf(e,{dir:"left",size:t})}function Fn(e,t){return lf(e,{dir:"right",size:t})}function Qi(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 tt(e){return Math.ceil((e.length-2)/2)}function Dy(e,t={}){const{strict:n=!1}=t;try{return Fy(e,{strict:n}),!0}catch{return!1}}class hf extends be{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 mf extends be{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 gf extends be{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 Ry extends be{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 bf extends be{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 be{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:Be(e.amount),index:Be(e.index),validatorIndex:Be(e.validatorIndex)}}function yf(e){return{...typeof e.baseFeePerGas=="bigint"&&{baseFeePerGas:Be(e.baseFeePerGas)},...typeof e.blobBaseFee=="bigint"&&{blobBaseFee:Be(e.blobBaseFee)},...typeof e.feeRecipient=="string"&&{feeRecipient:e.feeRecipient},...typeof e.gasLimit=="bigint"&&{gasLimit:Be(e.gasLimit)},...typeof e.number=="bigint"&&{number:Be(e.number)},...typeof e.prevRandao=="bigint"&&{prevRandao:Be(e.prevRandao)},...typeof e.time=="bigint"&&{time:Be(e.time)},...e.withdrawals&&{withdrawals:e.withdrawals.map(_y)}}}const Ji=[{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"}],ea=[{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"}]}],wf=[{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"}],vf=[...wf,{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=[...wf,{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"}]}],xf=[{name:"text",type:"function",stateMutability:"view",inputs:[{name:"name",type:"bytes32"},{name:"key",type:"string"}],outputs:[{name:"",type:"string"}]}],Ef=[{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"}]}],Sf=[{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"}],lr=[{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",Pf="0x608060405234801561001057600080fd5b5060405161018e38038061018e83398101604081905261002f91610124565b6000808351602085016000f59050803b61004857600080fd5b6000808351602085016000855af16040513d6000823e81610067573d81fd5b3d81f35b634e487b7160e01b600052604160045260246000fd5b600082601f83011261009257600080fd5b81516001600160401b038111156100ab576100ab61006b565b604051601f8201601f19908116603f011681016001600160401b03811182821017156100d9576100d961006b565b6040528181528382016020018510156100f157600080fd5b60005b82811015610110576020818601810151838301820152016100f4565b506000918101602001919091529392505050565b6000806040838503121561013757600080fd5b82516001600160401b0381111561014d57600080fd5b61015985828601610081565b602085015190935090506001600160401b0381111561017757600080fd5b61018385828601610081565b915050925092905056fe",Hy="0x608060405234801561001057600080fd5b506040516102c03803806102c083398101604081905261002f916101e6565b836001600160a01b03163b6000036100e457600080836001600160a01b03168360405161005c9190610270565b6000604051808303816000865af19150503d8060008114610099576040519150601f19603f3d011682016040523d82523d6000602084013e61009e565b606091505b50915091508115806100b857506001600160a01b0386163b155b156100e1578060405163101bb98d60e01b81526004016100d8919061028c565b60405180910390fd5b50505b6000808451602086016000885af16040513d6000823e81610103573d81fd5b3d81f35b80516001600160a01b038116811461011e57600080fd5b919050565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561015457818101518382015260200161013c565b50506000910152565b600082601f83011261016e57600080fd5b81516001600160401b0381111561018757610187610123565b604051601f8201601f19908116603f011681016001600160401b03811182821017156101b5576101b5610123565b6040528181528382016020018510156101cd57600080fd5b6101de826020830160208701610139565b949350505050565b600080600080608085870312156101fc57600080fd5b61020585610107565b60208601519094506001600160401b0381111561022157600080fd5b61022d8782880161015d565b93505061023c60408601610107565b60608601519092506001600160401b0381111561025857600080fd5b6102648782880161015d565b91505092959194509250565b60008251610282818460208701610139565b9190910192915050565b60208152600082518060208401526102ab816040850160208701610139565b601f01601f1916919091016040019291505056fe",Wy="0x608060405234801561001057600080fd5b5060405161069438038061069483398101604081905261002f9161051e565b600061003c848484610048565b9050806000526001601ff35b60007f64926492649264926492649264926492649264926492649264926492649264926100748361040c565b036101e7576000606080848060200190518101906100929190610577565b60405192955090935091506000906001600160a01b038516906100b69085906105dd565b6000604051808303816000865af19150503d80600081146100f3576040519150601f19603f3d011682016040523d82523d6000602084013e6100f8565b606091505b50509050876001600160a01b03163b60000361016057806101605760405162461bcd60e51b815260206004820152601e60248201527f5369676e617475726556616c696461746f723a206465706c6f796d656e74000060448201526064015b60405180910390fd5b604051630b135d3f60e11b808252906001600160a01b038a1690631626ba7e90610190908b9087906004016105f9565b602060405180830381865afa1580156101ad573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906101d19190610633565b6001600160e01b03191614945050505050610405565b6001600160a01b0384163b1561027a57604051630b135d3f60e11b808252906001600160a01b03861690631626ba7e9061022790879087906004016105f9565b602060405180830381865afa158015610244573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102689190610633565b6001600160e01b031916149050610405565b81516041146102df5760405162461bcd60e51b815260206004820152603a602482015260008051602061067483398151915260448201527f3a20696e76616c6964207369676e6174757265206c656e6774680000000000006064820152608401610157565b6102e7610425565b5060208201516040808401518451859392600091859190811061030c5761030c61065d565b016020015160f81c9050601b811480159061032b57508060ff16601c14155b1561038c5760405162461bcd60e51b815260206004820152603b602482015260008051602061067483398151915260448201527f3a20696e76616c6964207369676e617475726520762076616c756500000000006064820152608401610157565b60408051600081526020810180835289905260ff83169181019190915260608101849052608081018390526001600160a01b0389169060019060a0016020604051602081039080840390855afa1580156103ea573d6000803e3d6000fd5b505050602060405103516001600160a01b0316149450505050505b9392505050565b600060208251101561041d57600080fd5b508051015190565b60405180606001604052806003906020820280368337509192915050565b6001600160a01b038116811461045857600080fd5b50565b634e487b7160e01b600052604160045260246000fd5b60005b8381101561048c578181015183820152602001610474565b50506000910152565b600082601f8301126104a657600080fd5b81516001600160401b038111156104bf576104bf61045b565b604051601f8201601f19908116603f011681016001600160401b03811182821017156104ed576104ed61045b565b60405281815283820160200185101561050557600080fd5b610516826020830160208701610471565b949350505050565b60008060006060848603121561053357600080fd5b835161053e81610443565b6020850151604086015191945092506001600160401b0381111561056157600080fd5b61056d86828701610495565b9150509250925092565b60008060006060848603121561058c57600080fd5b835161059781610443565b60208501519093506001600160401b038111156105b357600080fd5b6105bf86828701610495565b604086015190935090506001600160401b0381111561056157600080fd5b600082516105ef818460208701610471565b9190910192915050565b828152604060208201526000825180604084015261061e816060850160208701610471565b601f01601f1916919091016060019392505050565b60006020828403121561064557600080fd5b81516001600160e01b03198116811461040557600080fd5b634e487b7160e01b600052603260045260246000fdfe5369676e617475726556616c696461746f72237265636f7665725369676e6572";class ta extends G{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 $f extends G{constructor(){super("No chain was provided to the Client.",{name:"ClientChainNotConfiguredError"})}}const na="/docs/contract/encodeDeployData";function ra(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:na});if(!("inputs"in o))throw new Mu({docsPath:na});if(!o.inputs||o.inputs.length===0)throw new Mu({docsPath:na});const s=Kt(o.inputs,n);return rr([r,s])}function fr({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 ta({chain:t,contract:{name:n}});if(e&&r.blockCreated&&r.blockCreated>e)throw new ta({blockNumber:e,chain:t,contract:{name:n,blockCreated:r.blockCreated}});return r.address}function Tf(e,{docsPath:t,...n}){const r=(()=>{const o=ki(e,n);return o instanceof Qo?e:o})();return new Cl(r,{docsPath:t,...n})}function Af(){let e=()=>{},t=()=>{};return{promise:new Promise((r,o)=>{e=r,t=o}),resolve:e,reject:t}}const oa=new Map;function Of({fn:e,id:t,shouldSplitBatch:n,wait:r=0,sort:o}){const s=async()=>{const l=a();i();const d=l.map(({args:p})=>p);d.length!==0&&e(d).then(p=>{o&&Array.isArray(p)&&p.sort(o);for(let f=0;f<l.length;f++){const{resolve:h}=l[f];h==null||h([p[f],p])}}).catch(p=>{for(let f=0;f<l.length;f++){const{reject:h}=l[f];h==null||h(p)}})},i=()=>oa.delete(t),c=()=>a().map(({args:l})=>l),a=()=>oa.get(t)||[],u=l=>oa.set(t,[...a(),l]);return{flush:i,async schedule(l){const{promise:d,resolve:p,reject:f}=Af();return(n==null?void 0:n([...c(),l]))&&s(),a().length>0?(u({args:l,resolve:p,reject:f}),d):(u({args:l,resolve:p,reject:f}),setTimeout(s,r),d)}}}async function po(e,t){var P,S,E,C;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:d,factory:p,factoryData:f,gas:h,gasPrice:m,maxFeePerBlobGas:v,maxFeePerGas:A,maxPriorityFeePerGas:w,nonce:T,to:B,value:F,stateOverride:R,...j}=t,g=n?xt(n):void 0;if(l&&(p||f))throw new G("Cannot provide both `code` & `factory`/`factoryData` as parameters.");if(l&&B)throw new G("Cannot provide both `code` & `to` as parameters.");const y=l&&d,$=p&&f&&B&&d,k=y||$,N=y?qy({code:l,data:d}):$?Zy({data:d,factory:p,factoryData:f,to:B}):d;try{lo(t);const b=(typeof s=="bigint"?J(s):void 0)||i,M=u?yf(u):void 0,D=Li(R),_=(C=(E=(S=e.chain)==null?void 0:S.formatters)==null?void 0:E.transactionRequest)==null?void 0:C.format,W=(_||Jo)({...Bi(j,{format:_}),from:g==null?void 0:g.address,accessList:c,authorizationList:r,blobs:a,data:N,gas:h,gasPrice:m,maxFeePerBlobGas:v,maxFeePerGas:A,maxPriorityFeePerGas:w,nonce:T,to:k?void 0:B,value:F});if(o&&Vy({request:W})&&!D&&!M)try{return await Gy(e,{...W,blockNumber:s,blockTag:i})}catch(Z){if(!(Z instanceof $f)&&!(Z instanceof ta))throw Z}const K=(()=>{const Z=[W,b];return D&&M?[...Z,D,M]:D?[...Z,D]:M?[...Z,{},M]:Z})(),V=await e.request({method:"eth_call",params:K});return V==="0x"?{data:void 0}:{data:V}}catch(O){const b=Ky(O),{offchainLookup:M,offchainLookupSignature:D}=await Promise.resolve().then(()=>Q1);if(e.ccipRead!==!1&&(b==null?void 0:b.slice(0,10))===D&&B)return{data:await M(e,{data:b,to:B})};throw k&&(b==null?void 0:b.slice(0,10))==="0x101bb98d"?new Cb({factory:p}):Tf(O,{...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 $f;u=fr({blockNumber:o,chain:e.chain,contract:"multicall3"})}const d=(typeof o=="bigint"?J(o):void 0)||s,{schedule:p}=Of({id:`${e.uid}.${d}`,wait:r,shouldSplitBatch(v){return v.reduce((w,{data:T})=>w+(T.length-2),0)>n*2},fn:async v=>{const A=v.map(B=>({allowFailure:!0,callData:B.data,target:B.to})),w=Nt({abi:Ji,args:[A],functionName:"aggregate3"}),T=await e.request({method:"eth_call",params:[{data:w,to:u},d]});return kn({abi:Ji,args:[A],functionName:"aggregate3",data:T||"0x"})}}),[{returnData:f,success:h}]=await p({data:i,to:a});if(!h)throw new Ko({data:f});return f==="0x"?{data:void 0}:{data:f}}function qy(e){const{code:t,data:n}=e;return ra({abi:Ou(["constructor(bytes, bytes)"]),bytecode:Pf,args:[t,n]})}function Zy(e){const{data:t,factory:n,factoryData:r,to:o}=e;return ra({abi:Ou(["constructor(address, bytes, address, bytes)"]),bytecode:Hy,args:[o,t,n,r]})}function Ky(e){var n;if(!(e instanceof G))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 Jt(e,t){const{abi:n,address:r,args:o,functionName:s,...i}=t,c=Nt({abi:n,args:o,functionName:s});try{const{data:a}=await ee(e,po,"call")({...i,data:c,to:r});return kn({abi:n,args:o,functionName:s,data:a||"0x"})}catch(a){throw cr(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?xt(c.account):e.account,u=Nt({abi:n,args:o,functionName:i});try{const{data:l}=await ee(e,po,"call")({batch:!1,data:`${u}${s?s.replace("0x",""):""}`,to:r,...c,account:a}),d=kn({abi:n,args:o,functionName:i,data:l||"0x"}),p=n.filter(f=>"name"in f&&f.name===t.functionName);return{result:d,request:{abi:p,address:r,args:o,dataSuffix:s,functionName:i,...c,account:a}}}catch(l){throw cr(l,{abi:n,address:r,args:o,docsPath:"/docs/contract/simulateContract",functionName:i,sender:a==null?void 0:a.address})}}const sa=new Map,Cf=new Map;let Xy=0;function gn(e,t,n){const r=++Xy,o=()=>sa.get(e)||[],s=()=>{const l=o();sa.set(e,l.filter(d=>d.id!==r))},i=()=>{const l=o();if(!l.some(p=>p.id===r))return;const d=Cf.get(e);if(l.length===1&&d){const p=d();p instanceof Promise&&p.catch(()=>{})}s()},c=o();if(sa.set(e,[...c,{id:r,fns:t}]),c&&c.length>0)return i;const a={};for(const l in t)a[l]=(...d)=>{var f,h;const p=o();if(p.length!==0)for(const m of p)(h=(f=m.fns)[l])==null||h.call(f,...d)};const u=n(a);return typeof u=="function"&&Cf.set(e,u),i}async function ia(e){return new Promise(t=>setTimeout(t,e))}function ho(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 ia(a);const u=async()=>{o&&(await e({unpoll:s}),await ia(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 mo(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 os(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=>Xt(s));return!("abi"in t)||!t.abi?o:zi({abi:t.abi,logs:o,strict:n})}async function ss(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:d=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 v=p??!1,A=Te(["watchContractEvent",r,o,s,e.uid,i,d,v,c]);return gn(A,{onLogs:u,onError:a},w=>{let T;c!==void 0&&(T=c-1n);let B,F=!1;const R=ho(async()=>{var j;if(!F){try{B=await ee(e,gl,"createContractEventFilter")({abi:n,address:r,args:o,eventName:i,strict:v,fromBlock:c})}catch{}F=!0;return}try{let g;if(B)g=await ee(e,os,"getFilterChanges")({filter:B});else{const y=await ee(e,mo,"getBlockNumber")({});T&&T<y?g=await ee(e,tf,"getContractEvents")({abi:n,address:r,args:o,eventName:i,fromBlock:T+1n,toBlock:y,strict:v}):g=[],T=y}if(g.length===0)return;if(s)w.onLogs(g);else for(const y of g)w.onLogs([y])}catch(g){B&&g instanceof In&&(F=!1),(j=w.onError)==null||j.call(w,g)}},{emitOnBegin:!0,interval:d});return async()=>{B&&await ee(e,ss,"uninstallFilter")({filter:B}),R()}})})():(()=>{const v=p??!1,A=Te(["watchContractEvent",r,o,s,e.uid,i,d,v]);let w=!0,T=()=>w=!1;return gn(A,{onLogs:u,onError:a},B=>((async()=>{try{const F=(()=>{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})(),R=i?_r({abi:n,eventName:i,args:o}):[],{unsubscribe:j}=await F.subscribe({params:["logs",{address:r,topics:R}],onData(g){var $;if(!w)return;const y=g.result;try{const{eventName:k,args:N}=Ui({abi:n,data:y.data,topics:y.topics,strict:p}),P=Xt(y,{args:N,eventName:k});B.onLogs([P])}catch(k){let N,P;if(k instanceof Lr||k instanceof _o){if(p)return;N=k.abiItem.name,P=($=k.abiItem.inputs)==null?void 0:$.some(E=>!("name"in E&&E.name))}const S=Xt(y,{args:P?[]:{},eventName:N});B.onLogs([S])}},onError(g){var y;(y=B.onError)==null||y.call(B,g)}});T=j,w||T()}catch(F){a==null||a(F)}})(),()=>T()))})()}async function o1(e,{serializedTransaction:t}){return e.request({method:"eth_sendRawTransaction",params:[t]},{retryCount:0})}function aa(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 ia(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=>Xt(n)):null,to:e.to?e.to:null,transactionIndex:e.transactionIndex?Wt(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 ca=256;let is=ca,as;function Nf(e=11){if(!as||is+e>ca*2){as="",is=0;for(let t=0;t<ca;t++)as+=(256+Math.random()*256|0).toString(16).substring(1)}return as.substring(is,is+++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,d=e.cacheTime??l,p=e.account?xt(e.account):void 0,{config:f,request:h,value:m}=e.transport({chain:n,pollingInterval:l}),v={...f,...m},A={account:p,batch:t,cacheTime:d,ccipRead:r,chain:n,key:o,name:s,pollingInterval:l,request:h,transport:v,type:i,uid:Nf(),...c?{experimental_blockTag:c}:{}};function w(T){return B=>{const F=B(T);for(const j in A)delete F[j];const R={...T,...F};return Object.assign(R,{extend:w(R)})}}return Object.assign(A,{extend:w(A)})}const cs=new pi(8192);function c1(e,{enabled:t=!0,id:n}){if(!t||!n)return e();if(cs.get(n))return cs.get(n);const r=e().finally(()=>cs.delete(n));return cs.set(n,r),r}function u1(e,t={}){return async(n,r={})=>{var d;const{dedupe:o=!1,methods:s,retryDelay:i=150,retryCount:c=3,uid:a}={...t,...r},{method:u}=n;if((d=s==null?void 0:s.exclude)!=null&&d.includes(u))throw new Mn(new Error("method not supported"),{method:u});if(s!=null&&s.include&&!s.include.includes(u))throw new Mn(new Error("method not supported"),{method:u});const l=o?Fr(`${a}.${Te(n)}`):void 0;return c1(()=>aa(async()=>{try{return await e(n)}catch(p){const f=p;switch(f.code){case Wr.code:throw new Wr(f);case Vr.code:throw new Vr(f);case Gr.code:throw new Gr(f,{method:n.method});case qr.code:throw new qr(f);case Nn.code:throw new Nn(f);case In.code:throw new In(f);case Zr.code:throw new Zr(f);case Kr.code:throw new Kr(f);case Yr.code:throw new Yr(f);case Mn.code:throw new Mn(f,{method:n.method});case ir.code:throw new ir(f);case Xr.code:throw new Xr(f);case ar.code:throw new ar(f);case Qr.code:throw new Qr(f);case Jr.code:throw new Jr(f);case eo.code:throw new eo(f);case to.code:throw new to(f);case no.code:throw new no(f);case ro.code:throw new ro(f);case oo.code:throw new oo(f);case so.code:throw new so(f);case io.code:throw new io(f);case ao.code:throw new ao(f);case co.code:throw new co(f);case uo.code:throw new uo(f);case 5e3:throw new ar(f);default:throw p instanceof G?p:new Ib(f)}}},{delay:({count:p,error:f})=>{var h;if(f&&f instanceof Cn){const m=(h=f==null?void 0:f.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===ir.code||e.code===Nn.code:e instanceof Cn&&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 G{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 If=h1();function m1(e,t={}){return{async request(n){var d;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(T=>({jsonrpc:"2.0",id:T.id??If.take(),...T}))):Te({jsonrpc:"2.0",id:r.id??If.take(),...r}),headers:{"Content-Type":"application/json",...a},method:u||"POST",signal:l||(i>0?h:null)},v=new Request(e,m),A=await(o==null?void 0:o(v,m))??{...m,url:e};return await fetch(A.url??e,A)},{errorInstance:new Nl({body:r,url:e}),timeout:i,signal:!0});s&&await s(p);let f;if((d=p.headers.get("Content-Type"))!=null&&d.startsWith("application/json"))f=await p.json();else{f=await p.text();try{f=JSON.parse(f||"{}")}catch(h){if(p.ok)throw h;f={error:f}}}if(!p.ok)throw new Cn({body:r,details:Te(f.error)||p.statusText,headers:p.headers,status:p.status,url:e});return f}catch(p){throw p instanceof Cn||p instanceof Nl?p:new Cn({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:d,retryCount:p,timeout:f})=>{const{batchSize:h=1e3,wait:m=0}=typeof n=="object"?n:{},v=t.retryCount??p,A=f??t.timeout??1e4,w=e||(d==null?void 0:d.rpcUrls.default.http[0]);if(!w)throw new d1;const T=m1(w,{fetchOptions:r,onRequest:c,onResponse:a,timeout:A});return f1({key:o,methods:s,name:i,async request({method:B,params:F}){const R={method:B,params:F},{schedule:j}=Of({id:w,wait:m,shouldSplitBatch(k){return k.length>h},fn:k=>T.request({body:k}),sort:(k,N)=>k.id-N.id}),g=async k=>n?j(k):[await T.request({body:k})],[{error:y,result:$}]=await g(R);if(l)return{error:y,result:$};if(y)throw new Pi({body:R,error:y,url:w});return $},retryCount:v,retryDelay:u,timeout:A,type:"http"},{fetchOptions:r,url:w})}}function ua(e,t){var r,o,s,i,c,a;if(!(e instanceof G))return!1;const n=e.walk(u=>u instanceof Si);return n instanceof Si?!!(((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===yl[50]):!1}function b1(e){const{abi:t,data:n}=e,r=or(n,0,4),o=t.find(s=>s.type==="function"&&r===jr(gt(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?Ur(o.inputs,or(n,4)):void 0}}const la="/docs/contract/encodeErrorResult";function Mf(e){const{abi:t,errorName:n,args:r}=e;let o=t[0];if(n){const a=On({abi:t,args:r,name:n});if(!a)throw new Bu(n,{docsPath:la});o=a}if(o.type!=="error")throw new Bu(void 0,{docsPath:la});const s=gt(o),i=jr(s);let c="0x";if(r&&r.length>0){if(!o.inputs)throw new rg(o.name,{docsPath:la});c=Kt(o.inputs,r)}return rr([i,c])}const fa="/docs/contract/encodeFunctionResult";function y1(e){const{abi:t,functionName:n,result:r}=e;let o=t[0];if(n){const i=On({abi:t,name:n});if(!i)throw new Yn(n,{docsPath:fa});o=i}if(o.type!=="function")throw new Yn(void 0,{docsPath:fa});if(!o.outputs)throw new Ru(o.name,{docsPath:fa});const s=(()=>{if(o.outputs.length===0)return[];if(o.outputs.length===1)return[r];if(Array.isArray(r))return r;throw new ju(r)})();return Kt(o.outputs,s)}const us="x-batch-gateway:true";async function kf(e){const{data:t,ccipRequest:n}=e,{args:[r]}=b1({abi:ea,data:t}),o=[],s=[];return await Promise.all(r.map(async(i,c)=>{try{s[c]=i.urls.includes(us)?await kf({data:i.data,ccipRequest:n}):await n(i),o[c]=!1}catch(a){o[c]=!0,s[c]=w1(a)}})),y1({abi:ea,functionName:"query",result:[o,s]})}function w1(e){return e.name==="HttpRequestError"&&e.status?Mf({abi:ea,errorName:"HttpError",args:[e.status,e.shortMessage]}):Mf({abi:[wl],errorName:"Error",args:["shortMessage"in e?e.shortMessage:e.message]})}function Bf(e){if(e.length!==66||e.indexOf("[")!==0||e.indexOf("]")!==65)return null;const t=`0x${e.slice(1,65)}`;return bt(t)?t:null}function ls(e){let t=new Uint8Array(32).fill(0);if(!e)return $e(t);const n=e.split(".");for(let r=n.length-1;r>=0;r-=1){const o=Bf(n[r]),s=o?Qn(o):Ie(Tn(n[r]),"bytes");t=Ie(vt([t,s]),"bytes")}return $e(t)}function v1(e){return`[${e.slice(2)}]`}function x1(e){const t=new Uint8Array(32).fill(0);return e?Bf(e)||Ie(Tn(e)):$e(t)}function fs(e){const t=e.replace(/^\.|\.$/gm,"");if(t.length===0)return new Uint8Array(1);const n=new Uint8Array(Tn(t).byteLength+2);let r=0;const o=t.split(".");for(let s=0;s<o.length;s++){let i=Tn(o[s]);i.byteLength>255&&(i=Tn(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 fr({blockNumber:n,chain:a,contract:"ensUniversalResolver"})})(),l=a==null?void 0:a.ensTlds;if(l&&!l.some(d=>s.endsWith(d)))return null;try{const d=Nt({abi:Ef,functionName:"addr",...o!=null?{args:[ls(s),BigInt(o)]}:{args:[ls(s)]}}),p={address:u,abi:vf,functionName:"resolve",args:[Vt(fs(s)),d,i??[us]],blockNumber:n,blockTag:r},h=await ee(e,Jt,"readContract")(p);if(h[0]==="0x")return null;const m=kn({abi:Ef,args:o!=null?[ls(s),BigInt(o)]:void 0,functionName:"addr",data:h[0]});return m==="0x"||$n(m)==="0x00"?null:m}catch(d){if(c)throw d;if(ua(d,"resolve"))return null;throw d}}class S1 extends G{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 go extends G{constructor({reason:t}){super(`ENS NFT avatar URI is invalid. ${t}`,{name:"EnsAvatarInvalidNftUriError"})}}class da extends G{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 G{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>\/.*)?/,T1=/^(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>\/.*)?$/,A1=/^data:([a-zA-Z\-/+]*);base64,([^"].*)/,O1=/^data:([a-zA-Z\-/+]*)?(;[a-zA-Z0-9].*?)?(,)/;async function C1(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 Ff({uri:e,gatewayUrls:t}){const n=A1.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/",d=i==="ipfs:/"||c==="ipfs/"||T1.test(e);if(e.startsWith("http")&&!l&&!d){let f=e;return t!=null&&t.arweave&&(f=e.replace(/https:\/\/arweave.net/g,t==null?void 0:t.arweave)),{uri:f,isOnChain:!1,isEncoded:!1}}if((l||d)&&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 da({uri:e})}function Df(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 N1({gatewayUrls:e,uri:t}){try{const n=await fetch(t).then(o=>o.json());return await pa({gatewayUrls:e,uri:Df(n)})}catch{throw new da({uri:t})}}async function pa({gatewayUrls:e,uri:t}){const{uri:n,isOnChain:r}=Ff({uri:t,gatewayUrls:e});if(r||await C1(n))return n;throw new da({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 go({reason:"Only EIP-155 supported"});if(!i)throw new go({reason:"Chain ID not found"});if(!a)throw new go({reason:"Contract address not found"});if(!o)throw new go({reason:"Token ID not found"});if(!c)throw new go({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 Jt(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 Jt(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)?B1(e,{gatewayUrls:t,record:n}):pa({uri:n,gatewayUrls:t})}async function B1(e,{gatewayUrls:t,record:n}){const r=I1(n),o=await M1(e,{nft:r}),{uri:s,isOnChain:i,isEncoded:c}=Ff({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 pa({uri:Df(l),gatewayUrls:t})}let a=r.tokenID;return r.namespace==="erc1155"&&(a=a.replace("0x","").padStart(64,"0")),N1({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 fr({blockNumber:n,chain:a,contract:"ensUniversalResolver"})})(),l=a==null?void 0:a.ensTlds;if(l&&!l.some(d=>s.endsWith(d)))return null;try{const d={address:u,abi:vf,functionName:"resolve",args:[Vt(fs(s)),Nt({abi:xf,functionName:"text",args:[ls(s),o]}),i??[us]],blockNumber:n,blockTag:r},f=await ee(e,Jt,"readContract")(d);if(f[0]==="0x")return null;const h=kn({abi:xf,functionName:"text",data:f[0]});return h===""?null:h}catch(d){if(c)throw d;if(ua(d,"resolve"))return null;throw d}}async function L1(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=fr({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:[Vt(fs(a))],blockNumber:n,blockTag:r},l=ee(e,Jt,"readContract"),[d,p]=o?await l({...u,args:[...u.args,o]}):await l(u);return t.toLowerCase()!==p.toLowerCase()?null:d}catch(u){if(s)throw u;if(ua(u,"reverse"))return null;throw u}}async function D1(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 fr({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,Jt,"readContract")({address:i,abi:[{inputs:[{type:"bytes"}],name:"findResolver",outputs:[{type:"address"},{type:"bytes32"}],stateMutability:"view",type:"function"}],functionName:"findResolver",args:[Vt(fs(o))],blockNumber:n,blockTag:r});return a}async function jf(e,t){var v,A,w;const{account:n=e.account,blockNumber:r,blockTag:o="latest",blobs:s,data:i,gas:c,gasPrice:a,maxFeePerBlobGas:u,maxFeePerGas:l,maxPriorityFeePerGas:d,to:p,value:f,...h}=t,m=n?xt(n):void 0;try{lo(t);const B=(typeof r=="bigint"?J(r):void 0)||o,F=(w=(A=(v=e.chain)==null?void 0:v.formatters)==null?void 0:A.transactionRequest)==null?void 0:w.format,j=(F||Jo)({...Bi(h,{format:F}),from:m==null?void 0:m.address,blobs:s,data:i,gas:c,gasPrice:a,maxFeePerBlobGas:u,maxFeePerGas:l,maxPriorityFeePerGas:d,to:p,value:f}),g=await e.request({method:"eth_createAccessList",params:[j,B]});return{accessList:g.accessList,gasUsed:BigInt(g.gasUsed)}}catch(T){throw Tf(T,{...t,account:m,chain:e.chain})}}async function R1(e){const t=qo(e,{method:"eth_newBlockFilter"}),n=await e.request({method:"eth_newBlockFilter"});return{id:n,request:t(n),type:"block"}}async function _f(e,{address:t,args:n,event:r,events:o,fromBlock:s,strict:i,toBlock:c}={}){const a=o??(r?[r]:void 0),u=qo(e,{method:"eth_newFilter"});let l=[];a&&(l=[a.flatMap(f=>_r({abi:[f],eventName:f.name,args:n}))],r&&(l=l[0]));const d=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:d,request:u(d),strict:!!i,toBlock:c,type:"event"}}async function Uf(e){const t=qo(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}),Wt(s)}async function zf(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 G{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,d]=await ee(e,Jt,"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:d,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=>Xt(s));return t.abi?zi({abi:t.abi,logs:o,strict:n}):o}class q1 extends G{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=>` ${Hr(a)}`)],` Sender: ${s}`,` Data: ${r}`,` Callback selector: ${t}`,` Extra data: ${o}`].flat(),name:"OffchainLookupError"})}}class Z1 extends G{constructor({result:t,url:n}){super("Offchain gateway response is malformed. Response data must be a hex value.",{metaMessages:[`Gateway URL: ${Hr(n)}`,`Response: ${Te(t)}`],name:"OffchainLookupResponseMalformedError"})}}class K1 extends G{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",Hf={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}=Sl({data:r,abi:[Hf]}),[i,c,a,u,l]=s,{ccipRead:d}=e,p=d&&typeof(d==null?void 0:d.request)=="function"?d.request:Wf;try{if(!es(o,i))throw new K1({sender:i,to:o});const f=c.includes(us)?await kf({data:a,ccipRequest:p}):await p({data:a,sender:i,urls:c}),{data:h}=await po(e,{blockNumber:t,blockTag:n,data:vt([u,Kt([{type:"bytes"},{type:"bytes"}],[f,l])]),to:o});return h}catch(f){throw new q1({callbackSelector:u,cause:f,data:r,extraData:l,sender:i,urls:c})}}async function Wf({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 d;if((o=l.headers.get("Content-Type"))!=null&&o.startsWith("application/json")?d=(await l.json()).data:d=await l.text(),!l.ok){r=new Cn({body:a,details:d!=null&&d.error?Te(d.error):l.statusText,headers:l.headers,status:l.status,url:i});continue}if(!bt(d)){r=new Z1({result:d,url:i});continue}return d}catch(l){r=new Cn({body:a,details:l.message,url:i})}}throw r}const Q1=Object.freeze(Object.defineProperty({__proto__:null,ccipRequest:Wf,offchainLookup:X1,offchainLookupAbiItem:Hf,offchainLookupSignature:Y1},Symbol.toStringTag,{value:"Module"}));function J1(e){return{formatters:void 0,fees:void 0,serializers:void 0,...e}}class ew extends G{constructor({domain:t}){super(`Invalid domain "${Te(t)}".`,{metaMessages:["Must be a valid EIP-712 domain."]})}}class tw extends G{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 G{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(Vf({data:n,primaryType:r,types:o})),Ie(vt(s))}function ow({domain:e,types:t}){return Vf({data:e,primaryType:"EIP712Domain",types:t})}function Vf({data:e,primaryType:t,types:n}){const r=Gf({data:e,primaryType:t,types:n});return Ie(r)}function Gf({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]=Zf({types:n,name:s.name,type:s.type,value:e[s.name]});r.push(i),o.push(c)}return Kt(r,o)}function sw({primaryType:e,types:t}){const n=Vt(iw({primaryType:e,types:t}));return Ie(n)}function iw({primaryType:e,types:t}){let n="";const r=qf({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 qf({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])qf({primaryType:s.type,types:t},n);return n}function Zf({types:e,name:t,type:n,value:r}){if(e[n]!==void 0)return[{type:"bytes32"},Ie(Gf({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(Vt(r))];if(n.lastIndexOf("]")===n.length-1){const o=n.slice(0,n.lastIndexOf("[")),s=r.map(i=>Zf({name:t,type:o,types:e,value:i}));return[{type:"bytes32"},Ie(Kt(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,d=c[u],p=l.match(dl);if(p&&(typeof d=="number"||typeof d=="bigint")){const[m,v,A]=p;J(d,{signed:v==="int",size:Number.parseInt(A)/8})}if(l==="address"&&typeof d=="string"&&!et(d))throw new pn({address:d});const f=l.match(Kg);if(f){const[m,v]=f;if(v&&xe(d)!==Number.parseInt(v))throw new ag({expectedSize:Number.parseInt(v),givenSize:xe(d)})}const h=o[l];h&&(uw(l),s(h,d))}};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:
|
|
80
|
+
`;function fw(e){const t=typeof e=="string"?Fr(e):typeof e.raw=="string"?e.raw:$e(e.raw),n=Fr(`${lw}${xe(t)}`);return vt([n,t])}function Kf(e,t){return Ie(fw(e),t)}const Yf="0x6492649264926492649264926492649264926492649264926492649264926492";function dw(e){return fl(e,-32)===Yf}function pw(e){const{address:t,data:n,signature:r,to:o="hex"}=e,s=rr([Kt([{type:"address"},{type:"bytes"},{type:"bytes"}],[t,n,r]),Yf]);return o==="hex"?s:wt(s)}class hw extends G{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?Wt(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 ha(e,{blockHash:t,blockNumber:n,blockTag:r,hash:o,index:s}){var l,d,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=(d=(l=e.chain)==null?void 0:l.formatters)==null?void 0:d.transaction)==null?void 0:p.format)||jl)(a)}async function vw(e,{hash:t,transactionReceipt:n}){const[r,o]=await Promise.all([ee(e,mo,"getBlockNumber")({}),t?ee(e,ha,"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 ds(e,{hash:t}){var o,s,i;const n=await e.request({method:"eth_getTransactionReceipt",params:[t]},{dedupe:!0});if(!n)throw new Ol({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 A;const{account:n,allowFailure:r=!0,batchSize:o,blockNumber:s,blockTag:i,multicallAddress:c,stateOverride:a}=t,u=t.contracts,l=o??(typeof((A=e.batch)==null?void 0:A.multicall)=="object"&&e.batch.multicall.batchSize||1024);let d=c;if(!d){if(!e.chain)throw new Error("client chain not configured. multicallAddress is required.");d=fr({blockNumber:s,chain:e.chain,contract:"multicall3"})}const p=[[]];let f=0,h=0;for(let w=0;w<u.length;w++){const{abi:T,address:B,args:F,functionName:R}=u[w];try{const j=Nt({abi:T,args:F,functionName:R});h+=(j.length-2)/2,l>0&&h>l&&p[f].length>0&&(f++,h=(j.length-2)/2,p[f]=[]),p[f]=[...p[f],{allowFailure:!0,callData:j,target:B}]}catch(j){const g=cr(j,{abi:T,address:B,args:F,docsPath:"/docs/contract/multicall",functionName:R,sender:n});if(!r)throw g;p[f]=[...p[f],{allowFailure:!0,callData:"0x",target:B}]}}const m=await Promise.allSettled(p.map(w=>ee(e,Jt,"readContract")({abi:Ji,account:n,address:d,args:[w],blockNumber:s,blockTag:i,functionName:"aggregate3",stateOverride:a}))),v=[];for(let w=0;w<m.length;w++){const T=m[w];if(T.status==="rejected"){if(!r)throw T.reason;for(let F=0;F<p[w].length;F++)v.push({status:"failure",error:T.reason,result:void 0});continue}const B=T.value;for(let F=0;F<B.length;F++){const{returnData:R,success:j}=B[F],{callData:g}=p[w][F],{abi:y,address:$,functionName:k,args:N}=u[v.length];try{if(g==="0x")throw new Br;if(!j)throw new Ko({data:R});const P=kn({abi:y,args:N,data:R,functionName:k});v.push(r?{result:P,status:"success"}:P)}catch(P){const S=cr(P,{abi:y,address:$,args:N,docsPath:"/docs/contract/multicall",functionName:k});if(!r)throw S;v.push({error:S,result:void 0,status:"failure"})}}}if(v.length!==u.length)throw new G("multicall results mismatch");return v}async function ma(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 f=p.blockOverrides?yf(p.blockOverrides):void 0,h=p.calls.map(v=>{const A=v,w=A.account?xt(A.account):void 0,T=A.abi?Nt(A):A.data,B={...A,data:A.dataSuffix?vt([T||"0x",A.dataSuffix]):T,from:A.from??(w==null?void 0:w.address)};return lo(B),Jo(B)}),m=p.stateOverrides?Li(p.stateOverrides):void 0;a.push({blockOverrides:f,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,f)=>({..._l(p),calls:p.calls.map((h,m)=>{var $,k;const{abi:v,args:A,functionName:w,to:T}=o[f].calls[m],B=(($=h.error)==null?void 0:$.data)??h.returnData,F=BigInt(h.gasUsed),R=(k=h.logs)==null?void 0:k.map(N=>Xt(N)),j=h.status==="0x1"?"success":"failure",g=v&&j==="success"&&B!=="0x"?kn({abi:v,data:B,functionName:w}):null,y=(()=>{var P;if(j==="success")return;let N;if(((P=h.error)==null?void 0:P.data)==="0x"?N=new Br:h.error&&(N=new Ko(h.error)),!!N)return cr(N,{abi:v??[],address:T??"0x",args:A,functionName:w??"<unknown>"})})();return{data:B,gasUsed:F,logs:R,status:j,...j==="success"?{result:g}:{error:y}}})}))}catch(a){const u=a,l=ki(u,{});throw l instanceof Qo?u:l}}function Xf(e,t={}){const{as:n=typeof e=="string"?"Hex":"Bytes"}=t,r=il(Ay(e));return n==="Bytes"?r:pf(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 ga={checksum:new Ew(8192)}.checksum,Sw=/^0x[a-fA-F0-9]{40}$/;function ps(e,t={}){const{strict:n=!0}=t;if(!Sw.test(e))throw new Qf({address:e,cause:new $w});if(n){if(e.toLowerCase()===e)return;if(Pw(e)!==e)throw new Qf({address:e,cause:new Tw})}}function Pw(e){if(ga.has(e))return ga.get(e);ps(e,{strict:!1});const t=e.substring(2).toLowerCase(),n=Xf(Ny(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 ga.set(e,o),o}function ba(e,t={}){const{strict:n=!0}=t??{};try{return ps(e,{strict:n}),!0}catch{return!1}}class Qf extends be{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 be{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 Tw extends be{constructor(){super("Address does not match its checksum counterpart."),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"Address.InvalidChecksumError"})}}function ya(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 be("Unable to normalize signature.");return o}function wa(e,t){const n=typeof e,r=t.type;switch(r){case"address":return ba(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)=>wa(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=>wa(o,{...t,type:r.replace(/(\[[0-9]{0,}\])$/,"")})):!1}}function Jf(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 Jf(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")?ba(n[r],{strict:!1}):i.includes("address")&&i.includes("bytes")?ba(n[r],{strict:!1}):!1)return i}}function ed(e,t={}){const{prepare:n=!0}=t,r=Array.isArray(e)||typeof e=="string"?Cu(e):e;return{...r,...n?{hash:dr(r)}:{}}}function Aw(e,t,n){const{args:r=[],prepare:o=!0}=n??{},s=Dy(t,{strict:!1}),i=e.filter(u=>s?u.type==="function"||u.type==="error"?td(u)===Qi(t,0,4):u.type==="event"?dr(u)===t:!1:"name"in u&&u.name===t);if(i.length===0)throw new va({name:t});if(i.length===1)return{...i[0],...o?{hash:dr(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:dr(u)}:{}};continue}if(!u.inputs||u.inputs.length===0||u.inputs.length!==r.length)continue;if(r.every((d,p)=>{const f="inputs"in u&&u.inputs[p];return f?wa(d,f):!1})){if(c&&"inputs"in c&&c.inputs){const d=Jf(u.inputs,c.inputs,r);if(d)throw new Cw({abiItem:u,type:d[0]},{abiItem:c,type:d[1]})}c=u}}const a=(()=>{if(c)return c;const[u,...l]=i;return{...u,overloads:l}})();if(!a)throw new va({name:t});return{...a,...o?{hash:dr(a)}:{}}}function td(e){return Qi(dr(e),0,4)}function Ow(e){const t=typeof e=="string"?e:Ro(e);return ya(t)}function dr(e){return typeof e!="string"&&"hash"in e&&e.hash?e.hash:Xf(Xi(Ow(e)))}class Cw extends be{constructor(t,n){super("Found ambiguous types in overloaded ABI Items.",{metaMessages:[`\`${t.type}\` in \`${ya(Ro(t.abiItem))}\`, and`,`\`${n.type}\` in \`${ya(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 va extends be{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 Nw=/^(.*)\[([0-9]*)\]$/,Iw=/^bytes([1-9]|1[0-9]|2[0-9]|3[0-2])?$/,nd=/^(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(xa({checksumAddress:e,parameter:t[o],value:n[o]}));return r}function xa({checksumAddress:e=!1,parameter:t,value:n}){const r=t,o=_w(r.type);if(o){const[s,i]=o;return Bw(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"]=nd.exec(r.type)??[];return Dw(n,{signed:s,size:Number(i)})}if(r.type.startsWith("bytes"))return Lw(n,{type:r.type});if(r.type==="string")return Rw(n);throw new id(r.type)}function Ea(e){let t=0;for(let s=0;s<e.length;s++){const{dynamic:i,encoded:c}=e[s];i?t+=32:t+=tt(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(Be(t+o,{size:32})),r.push(c),o+=tt(c)):n.push(c)}return Mt(...n,...r)}function kw(e,t){const{checksum:n=!1}=t;return ps(e,{strict:n}),{dynamic:!1,encoded:Ln(e.toLowerCase())}}function Bw(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=xa({checksumAddress:n,parameter:o,value:e[a]});u.dynamic&&(i=!0),c.push(u)}if(s||i){const a=Ea(c);if(s){const u=Be(c.length,{size:32});return{dynamic:!0,encoded:c.length>0?Mt(u,a):u}}if(i)return{dynamic:!0,encoded:a}}return{dynamic:!1,encoded:Mt(...c.map(({encoded:a})=>a))}}function Lw(e,{type:t}){const[,n]=t.split("bytes"),r=tt(e);if(!n){let o=e;return r%32!==0&&(o=Fn(o,Math.ceil((e.length-2)/2/32)*32)),{dynamic:!0,encoded:Mt(Ln(Be(r,{size:32})),o)}}if(r!==Number.parseInt(n))throw new od({expectedSize:Number.parseInt(n),value:e});return{dynamic:!1,encoded:Fn(e)}}function Fw(e){if(typeof e!="boolean")throw new be(`Invalid boolean value: "${e}" (type: ${typeof e}). Expected: \`true\` or \`false\`.`);return{dynamic:!1,encoded:Ln(df(e))}}function Dw(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 hf({max:r.toString(),min:o.toString(),signed:t,size:n/8,value:e.toString()})}return{dynamic:!1,encoded:Be(e,{size:32,signed:t})}}function Rw(e){const t=Xi(e),n=Math.ceil(tt(t)/32),r=[];for(let o=0;o<n;o++)r.push(Fn(Qi(t,o*32,(o+1)*32)));return{dynamic:!0,encoded:Mt(Fn(Be(tt(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=xa({checksumAddress:n,parameter:c,value:e[a]});s.push(u),u.dynamic&&(o=!0)}return{dynamic:o,encoded:o?Ea(s):Mt(...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 rd(e,t,n){const{checksumAddress:r=!1}={};if(e.length!==t.length)throw new sd({expectedLength:e.length,givenLength:t.length});const o=Mw({checksumAddress:r,parameters:e,values:t}),s=Ea(o);return s.length===0?"0x":s}function Sa(e,t){if(e.length!==t.length)throw new sd({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(Sa.encode(o,s))}return Mt(...n)}(function(e){function t(n,r,o=!1){if(n==="address"){const a=r;return ps(a),Ln(a.toLowerCase(),o?32:0)}if(n==="string")return Xi(r);if(n==="bytes")return r;if(n==="bool")return Ln(df(r),o?32:1);const s=n.match(nd);if(s){const[a,u,l="256"]=s,d=Number.parseInt(l)/8;return Be(r,{size:o?32:d,signed:u==="int"})}const i=n.match(Iw);if(i){const[a,u]=i;if(Number.parseInt(u)!==(r.length-2)/2)throw new od({expectedSize:Number.parseInt(u),value:r});return Fn(r,o?32:0)}const c=n.match(Nw);if(c&&Array.isArray(r)){const[a,u]=c,l=[];for(let d=0;d<r.length;d++)l.push(t(u,r[d],!0));return l.length===0?"0x":Mt(...l)}throw new id(n)}e.encode=t})(Sa||(Sa={}));class Uw extends be{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 od extends be{constructor({expectedSize:t,value:n}){super(`Size of bytes "${n}" (bytes${tt(n)}) does not match expected size (bytes${t}).`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.BytesSizeMismatchError"})}}class sd extends be{constructor({expectedLength:t,givenLength:n}){super(["ABI encoding parameters/values length mismatch.",`Expected length (parameters): ${t}`,`Given length (values): ${n}`].join(`
|
|
81
|
+
`)),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.LengthMismatchError"})}}class zw extends be{constructor(t){super(`Value \`${t}\` is not a valid array.`),Object.defineProperty(this,"name",{enumerable:!0,configurable:!0,writable:!0,value:"AbiParameters.InvalidArrayError"})}}class id extends be{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 Mt(n,(o=e.inputs)!=null&&o.length&&(r!=null&&r.length)?rd(e.inputs,r):"0x")}function Ww(e){return ed(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?rd(r.inputs,t[0]):void 0;return s?Mt(o,s):o}function pr(e,t={}){return ed(e,t)}function Gw(e,t,n){const r=Aw(e,t,n);if(r.type!=="function")throw new va({name:t,type:"function"});return r}function qw(e){return td(e)}const Zw="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",kt="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?xt(t.account):void 0;if(i&&!u)throw new G("`account` is required when `traceAssetChanges` is true");const l=u?Hw(Ww("constructor(bytes, bytes)"),{bytecode:Pf,args:[Kw,Vw(pr("function getBalance(address)"),[u.address])]}):void 0,d=i?await Promise.all(t.calls.map(async b=>{if(!b.data&&!b.abi)return;const{accessList:M}=await jf(e,{account:u.address,...b,data:b.abi?Nt(b):b.data});return M.map(({address:D,storageKeys:_})=>_.length>0?D:null)})).then(b=>b.flat().filter(Boolean)):[],p=await ma(e,{blockNumber:n,blockTag:r,blocks:[...i?[{calls:[{data:l}],stateOverrides:s},{calls:d.map((b,M)=>({abi:[pr("function balanceOf(address) returns (uint256)")],functionName:"balanceOf",args:[u.address],to:b,from:kt,nonce:M})),stateOverrides:[{address:kt,nonce:0}]}]:[],{calls:[...o,{}].map(b=>({...b,from:u==null?void 0:u.address})),stateOverrides:s},...i?[{calls:[{data:l}]},{calls:d.map((b,M)=>({abi:[pr("function balanceOf(address) returns (uint256)")],functionName:"balanceOf",args:[u.address],to:b,from:kt,nonce:M})),stateOverrides:[{address:kt,nonce:0}]},{calls:d.map((b,M)=>({to:b,abi:[pr("function decimals() returns (uint256)")],functionName:"decimals",from:kt,nonce:M})),stateOverrides:[{address:kt,nonce:0}]},{calls:d.map((b,M)=>({to:b,abi:[pr("function tokenURI(uint256) returns (string)")],functionName:"tokenURI",args:[0n],from:kt,nonce:M})),stateOverrides:[{address:kt,nonce:0}]},{calls:d.map((b,M)=>({to:b,abi:[pr("function symbol() returns (string)")],functionName:"symbol",from:kt,nonce:M})),stateOverrides:[{address:kt,nonce:0}]}]:[]],traceTransfers:c,validation:a}),f=i?p[2]:p[0],[h,m,,v,A,w,T,B]=i?p:[],{calls:F,...R}=f,j=F.slice(0,-1)??[],g=(h==null?void 0:h.calls)??[],y=(m==null?void 0:m.calls)??[],$=[...g,...y].map(b=>b.status==="success"?Ot(b.data):null),k=(v==null?void 0:v.calls)??[],N=(A==null?void 0:A.calls)??[],P=[...k,...N].map(b=>b.status==="success"?Ot(b.data):null),S=((w==null?void 0:w.calls)??[]).map(b=>b.status==="success"?b.result:null),E=((B==null?void 0:B.calls)??[]).map(b=>b.status==="success"?b.result:null),C=((T==null?void 0:T.calls)??[]).map(b=>b.status==="success"?b.result:null),O=[];for(const[b,M]of P.entries()){const D=$[b];if(typeof M!="bigint"||typeof D!="bigint")continue;const _=S[b-1],U=E[b-1],W=C[b-1],K=b===0?{address:Zw,decimals:18,symbol:"ETH"}:{address:d[b-1],decimals:W||_?Number(_??1):void 0,symbol:U??void 0};O.some(V=>V.token.address===K.address)||O.push({token:K,value:{pre:D,post:M,diff:M-D}})}return{assetChanges:O,block:R,results:j}}class ad extends fi{constructor(t,n){super(),this.finished=!1,this.destroyed=!1,qu(t);const r=Wo(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),tr(s)}update(t){return er(this),this.iHash.update(t),this}digestInto(t){er(this),qt(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 cd=(e,t,n)=>new ad(e,t).update(n).digest();cd.create=(e,t)=>new ad(e,t);/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const Ue=BigInt(0),Le=BigInt(1),Dn=BigInt(2),ud=BigInt(3),ld=BigInt(4),fd=BigInt(5),Xw=BigInt(7),dd=BigInt(8),Qw=BigInt(9),pd=BigInt(16);function St(e,t){const n=e%t;return n>=Ue?n:t+n}function nt(e,t,n){let r=e;for(;t-- >Ue;)r*=r,r%=n;return r}function hd(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=St(e,t),r=t,o=Ue,s=Le;for(;n!==Ue;){const c=r/n,a=r%n,u=o-s*c;r=n,n=a,o=s,s=u}if(r!==Le)throw new Error("invert: does not exist");return St(o,t)}function Pa(e,t,n){if(!e.eql(e.sqr(t),n))throw new Error("Cannot find square root")}function md(e,t){const n=(e.ORDER+Le)/ld,r=e.pow(t,n);return Pa(e,r,t),r}function Jw(e,t){const n=(e.ORDER-fd)/dd,r=e.mul(t,Dn),o=e.pow(r,n),s=e.mul(t,o),i=e.mul(e.mul(s,Dn),o),c=e.mul(s,e.sub(i,e.ONE));return Pa(e,c,t),c}function ev(e){const t=bo(e),n=gd(e),r=n(t,t.neg(t.ONE)),o=n(t,r),s=n(t,t.neg(r)),i=(e+Xw)/pd;return(c,a)=>{let u=c.pow(a,i),l=c.mul(u,r);const d=c.mul(u,o),p=c.mul(u,s),f=c.eql(c.sqr(l),a),h=c.eql(c.sqr(d),a);u=c.cmov(u,l,f),l=c.cmov(p,d,h);const m=c.eql(c.sqr(l),a),v=c.cmov(u,l,m);return Pa(c,v,a),v}}function gd(e){if(e<ud)throw new Error("sqrt is not defined for small field");let t=e-Le,n=0;for(;t%Dn===Ue;)t/=Dn,n++;let r=Dn;const o=bo(e);for(;yd(o,r)===1;)if(r++>1e3)throw new Error("Cannot find square root: probably non-prime P");if(n===1)return md;let s=o.pow(r,t);const i=(t+Le)/Dn;return function(a,u){if(a.is0(u))return u;if(yd(a,u)!==1)throw new Error("Cannot find square root");let l=n,d=a.mul(a.ONE,s),p=a.pow(u,t),f=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 v=Le<<BigInt(l-h-1),A=a.pow(d,v);l=h,d=a.sqr(A),p=a.mul(p,d),f=a.mul(f,A)}return f}}function tv(e){return e%ld===ud?md:e%dd===fd?Jw:e%pd===Qw?ev(e):gd(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 Ki(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===Le)return t;let r=e.ONE,o=t;for(;n>Ue;)n&Le&&(r=e.mul(r,o)),o=e.sqr(o),n>>=Le;return r}function bd(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 yd(e,t){const n=(e.ORDER-Le)/Dn,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 wd(e,t){t!==void 0&&Dr(t);const n=t!==void 0?t:e.toString(2).length,r=Math.ceil(n/8);return{nBitLength:n,nByteLength:r}}function bo(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}=wd(e,o);if(u>2048)throw new Error("invalid field: expected ORDER of <= 2048 bytes");let l;const d=Object.freeze({ORDER:e,isLE:n,BITS:a,BYTES:u,MASK:fo(a),ZERO:Ue,ONE:Le,allowedLengths:c,create:p=>St(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=>!d.is0(p)&&d.isValid(p),isOdd:p=>(p&Le)===Le,neg:p=>St(-p,e),eql:(p,f)=>p===f,sqr:p=>St(p*p,e),add:(p,f)=>St(p+f,e),sub:(p,f)=>St(p-f,e),mul:(p,f)=>St(p*f,e),pow:(p,f)=>ov(d,p,f),div:(p,f)=>St(p*hd(f,e),e),sqrN:p=>p*p,addN:(p,f)=>p+f,subN:(p,f)=>p-f,mulN:(p,f)=>p*f,inv:p=>hd(p,e),sqrt:s||(p=>(l||(l=tv(e)),l(d,p))),toBytes:p=>n?of(p,u):qi(p,u),fromBytes:(p,f=!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?rf(p):rs(p);if(i&&(h=St(h,e)),!f&&!d.isValid(h))throw new Error("invalid field element: outside of range 0..ORDER");return h},invertBatch:p=>bd(d,p),cmov:(p,f,h)=>h?f:p});return Object.freeze(d)}function vd(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 xd(e){const t=vd(e);return t+Math.ceil(t/2)}function sv(e,t,n=!1){const r=e.length,o=vd(t),s=xd(t);if(r<16||r<s||r>1024)throw new Error("expected "+s+"-1024 bytes of input, got "+r);const i=n?rf(e):rs(e),c=St(i,t-Le)+Le;return n?of(c,o):qi(c,o)}/*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) */const hr=BigInt(0),Rn=BigInt(1);function hs(e,t){const n=t.negate();return e?n:t}function $a(e,t){const n=bd(e.Fp,t.map(r=>r.Z));return t.map((r,o)=>e.fromAffine(r.toAffine(n[o])))}function Ed(e,t){if(!Number.isSafeInteger(e)||e<=0||e>t)throw new Error("invalid window size, expected [1.."+t+"], got W="+e)}function Ta(e,t){Ed(e,t);const n=Math.ceil(t/e)+1,r=2**(e-1),o=2**e,s=fo(e),i=BigInt(e);return{windows:n,windowSize:r,mask:s,maxNumber:o,shiftBy:i}}function Sd(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,d=c===0,p=c<0,f=t%2!==0;return{nextN:a,offset:l,isZero:d,isNeg:p,isNegF:f,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,Pd=new WeakMap;function Oa(e){return Pd.get(e)||1}function $d(e){if(e!==hr)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>hr;)n&Rn&&(r=r.add(o)),o=o.double(),n>>=Rn;return r}precomputeWindow(t,n){const{windows:r,windowSize:o}=Ta(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=Ta(t,this.bits);for(let c=0;c<i.windows;c++){const{nextN:a,offset:u,isZero:l,isNeg:d,isNegF:p,offsetF:f}=Sd(r,c,i);r=a,l?s=s.add(hs(p,n[f])):o=o.add(hs(d,n[u]))}return $d(r),{p:o,f:s}}wNAFUnsafe(t,n,r,o=this.ZERO){const s=Ta(t,this.bits);for(let i=0;i<s.windows&&r!==hr;i++){const{nextN:c,offset:a,isZero:u,isNeg:l}=Sd(r,i,s);if(r=c,!u){const d=n[a];o=o.add(l?d.negate():d)}}return $d(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=Oa(t);return this.wNAF(o,this.getPrecomputes(o,t,r),n)}unsafe(t,n,r,o){const s=Oa(t);return s===1?this._unsafeLadder(t,n,o):this.wNAFUnsafe(s,this.getPrecomputes(s,t,r),n,o)}createCache(t,n){Ed(n,this.bits),Pd.set(t,n),Aa.delete(t)}hasCache(t){return Oa(t)!==1}}function uv(e,t,n,r){let o=t,s=e.ZERO,i=e.ZERO;for(;n>hr||r>hr;)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=sf(BigInt(o));let a=1;c>12?a=c-3:c>4?a=c-2:c>0&&(a=2);const u=fo(a),l=new Array(Number(u)+1).fill(i),d=Math.floor((t.BITS-1)/a)*a;let p=i;for(let f=d;f>=0;f-=a){l.fill(i);for(let m=0;m<s;m++){const v=r[m],A=Number(v>>BigInt(f)&u);l[A]=l[A].add(n[m])}let h=i;for(let m=l.length-1,v=i;m>0;m--)v=v.add(l[m]),h=h.add(v);if(p=p.add(h),f!==0)for(let m=0;m<a;m++)p=p.double()}return p}function Td(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 bo(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>hr))throw new Error(`CURVE.${a} must be positive bigint`)}const o=Td(t.p,n.Fp,r),s=Td(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)/Od)/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 d=u<tn,p=l<tn;d&&(u=-u),p&&(l=-l);const f=fo(Math.ceil(sf(n)/2))+mr;if(u<tn||u>=f||l<tn||l>=f)throw new Error("splitScalar (endomorphism): failed, k="+e);return{k1neg:d,k1:u,k2neg:p,k2:l}}function Ca(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 ts(n.lowS,"lowS"),ts(n.prehash,"prehash"),n.format!==void 0&&Ca(n.format),n}class pv extends Error{constructor(t=""){super(t)}}const en={Err:pv,_tlv:{encode:(e,t)=>{const{Err:n}=en;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=ns(r);if(o.length/2&128)throw new n("tlv.encode: long form length too big");const s=r>127?ns(o.length/2|128):"";return ns(e)+s+o+t},decode(e,t){const{Err:n}=en;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}=en;if(e<tn)throw new t("integer: negative integers are not allowed");let n=ns(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}=en;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 rs(e)}},toSig(e){const{Err:t,_int:n,_tlv:r}=en,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}=en,r=t.encode(2,n.encode(e.r)),o=t.encode(2,n.encode(e.s)),s=r+o;return t.encode(48,s)}},tn=BigInt(0),mr=BigInt(1),Od=BigInt(2),ms=BigInt(3),hv=BigInt(4);function gr(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;Ki(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 d(N,P,S){const{x:E,y:C}=P.toAffine(),O=r.toBytes(E);if(ts(S,"isCompressed"),S){l();const b=!r.isOdd(C);return dn(Cd(b),O)}else return dn(Uint8Array.of(4),O,r.toBytes(C))}function p(N){Bn(N,void 0,"Point");const{publicKey:P,publicKeyUncompressed:S}=u,E=N.length,C=N[0],O=N.subarray(1);if(E===P&&(C===2||C===3)){const b=r.fromBytes(O);if(!r.isValid(b))throw new Error("bad point: is not on curve, wrong x");const M=m(b);let D;try{D=r.sqrt(M)}catch(W){const K=W instanceof Error?": "+W.message:"";throw new Error("bad point: is not on curve, sqrt error"+K)}l();const _=r.isOdd(D);return(C&1)===1!==_&&(D=r.neg(D)),{x:b,y:D}}else if(E===S&&C===4){const b=r.BYTES,M=r.fromBytes(O.subarray(0,b)),D=r.fromBytes(O.subarray(b,b*2));if(!v(M,D))throw new Error("bad point: is not on curve");return{x:M,y:D}}else throw new Error(`bad point: got length ${E}, expected compressed=${P} or uncompressed=${S}`)}const f=t.toBytes||d,h=t.fromBytes||p;function m(N){const P=r.sqr(N),S=r.mul(P,N);return r.add(r.add(S,r.mul(N,s.a)),s.b)}function v(N,P){const S=r.sqr(P),E=m(N);return r.eql(S,E)}if(!v(s.Gx,s.Gy))throw new Error("bad curve params: generator point");const A=r.mul(r.pow(s.a,ms),hv),w=r.mul(r.sqr(s.b),BigInt(27));if(r.is0(r.add(A,w)))throw new Error("bad curve params: a or b");function T(N,P,S=!1){if(!r.isValid(P)||S&&r.is0(P))throw new Error(`bad point coordinate ${N}`);return P}function B(N){if(!(N instanceof y))throw new Error("ProjectivePoint expected")}function F(N){if(!a||!a.basises)throw new Error("no endo");return dv(N,a.basises,o.ORDER)}const R=af((N,P)=>{const{X:S,Y:E,Z:C}=N;if(r.eql(C,r.ONE))return{x:S,y:E};const O=N.is0();P==null&&(P=O?r.ONE:r.inv(C));const b=r.mul(S,P),M=r.mul(E,P),D=r.mul(C,P);if(O)return{x:r.ZERO,y:r.ZERO};if(!r.eql(D,r.ONE))throw new Error("invZ was invalid");return{x:b,y:M}}),j=af(N=>{if(N.is0()){if(t.allowInfinityPoint&&!r.is0(N.Y))return;throw new Error("bad point: ZERO")}const{x:P,y:S}=N.toAffine();if(!r.isValid(P)||!r.isValid(S))throw new Error("bad point: x or y not field elements");if(!v(P,S))throw new Error("bad point: equation left != right");if(!N.isTorsionFree())throw new Error("bad point: not in prime-order subgroup");return!0});function g(N,P,S,E,C){return S=new y(r.mul(S.X,N),S.Y,S.Z),P=hs(E,P),S=hs(C,S),P.add(S)}class y{constructor(P,S,E){this.X=T("x",P),this.Y=T("y",S,!0),this.Z=T("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(Bn(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 k.createCache(this,P),S||this.multiply(ms),this}assertValidity(){j(this)}hasEvenY(){const{y:P}=this.toAffine();if(!r.isOdd)throw new Error("Field doesn't support isOdd");return!r.isOdd(P)}equals(P){B(P);const{X:S,Y:E,Z:C}=this,{X:O,Y:b,Z:M}=P,D=r.eql(r.mul(S,M),r.mul(O,C)),_=r.eql(r.mul(E,M),r.mul(b,C));return D&&_}negate(){return new y(this.X,r.neg(this.Y),this.Z)}double(){const{a:P,b:S}=s,E=r.mul(S,ms),{X:C,Y:O,Z:b}=this;let M=r.ZERO,D=r.ZERO,_=r.ZERO,U=r.mul(C,C),W=r.mul(O,O),K=r.mul(b,b),V=r.mul(C,O);return V=r.add(V,V),_=r.mul(C,b),_=r.add(_,_),M=r.mul(P,_),D=r.mul(E,K),D=r.add(M,D),M=r.sub(W,D),D=r.add(W,D),D=r.mul(M,D),M=r.mul(V,M),_=r.mul(E,_),K=r.mul(P,K),V=r.sub(U,K),V=r.mul(P,V),V=r.add(V,_),_=r.add(U,U),U=r.add(_,U),U=r.add(U,K),U=r.mul(U,V),D=r.add(D,U),K=r.mul(O,b),K=r.add(K,K),U=r.mul(K,V),M=r.sub(M,U),_=r.mul(K,W),_=r.add(_,_),_=r.add(_,_),new y(M,D,_)}add(P){B(P);const{X:S,Y:E,Z:C}=this,{X:O,Y:b,Z:M}=P;let D=r.ZERO,_=r.ZERO,U=r.ZERO;const W=s.a,K=r.mul(s.b,ms);let V=r.mul(S,O),Z=r.mul(E,b),H=r.mul(C,M),Q=r.add(S,E),X=r.add(O,b);Q=r.mul(Q,X),X=r.add(V,Z),Q=r.sub(Q,X),X=r.add(S,C);let se=r.add(O,M);return X=r.mul(X,se),se=r.add(V,H),X=r.sub(X,se),se=r.add(E,C),D=r.add(b,M),se=r.mul(se,D),D=r.add(Z,H),se=r.sub(se,D),U=r.mul(W,X),D=r.mul(K,H),U=r.add(D,U),D=r.sub(Z,U),U=r.add(Z,U),_=r.mul(D,U),Z=r.add(V,V),Z=r.add(Z,V),H=r.mul(W,H),X=r.mul(K,X),Z=r.add(Z,H),H=r.sub(V,H),H=r.mul(W,H),X=r.add(X,H),V=r.mul(Z,X),_=r.add(_,V),V=r.mul(se,X),D=r.mul(Q,D),D=r.sub(D,V),V=r.mul(Q,Z),U=r.mul(se,U),U=r.add(U,V),new y(D,_,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,C;const O=b=>k.cached(this,b,M=>$a(y,M));if(S){const{k1neg:b,k1:M,k2neg:D,k2:_}=F(P),{p:U,f:W}=O(M),{p:K,f:V}=O(_);C=W.add(V),E=g(S.beta,U,K,b,D)}else{const{p:b,f:M}=O(P);E=b,C=M}return $a(y,[E,C])[0]}multiplyUnsafe(P){const{endo:S}=t,E=this;if(!o.isValid(P))throw new Error("invalid scalar: out of range");if(P===tn||E.is0())return y.ZERO;if(P===mr)return E;if(k.hasCache(this))return this.multiply(P);if(S){const{k1neg:C,k1:O,k2neg:b,k2:M}=F(P),{p1:D,p2:_}=uv(y,E,O,M);return g(S.beta,D,_,C,b)}else return k.unsafe(E,P)}multiplyAndAddUnsafe(P,S,E){const C=this.multiplyUnsafe(S).add(P.multiplyUnsafe(E));return C.is0()?void 0:C}toAffine(P){return R(this,P)}isTorsionFree(){const{isTorsionFree:P}=t;return i===mr?!0:P?P(y,this):k.unsafe(this,c).is0()}clearCofactor(){const{clearCofactor:P}=t;return i===mr?this:P?P(y,this):this.multiplyUnsafe(i)}isSmallOrder(){return this.multiplyUnsafe(i).is0()}toBytes(P=!0){return ts(P,"isCompressed"),this.assertValidity(),f(y,this,P)}toHex(P=!0){return nr(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 $a(y,P)}static msm(P,S){return lv(y,o,P,S)}static fromPrivateKey(P){return y.BASE.multiply(gr(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,k=new cv(y,t.endo?Math.ceil($/2):$);return y.BASE.precompute(8),y}function Cd(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||Ju,o=Object.assign(Nd(e.Fp,n),{seed:xd(n.ORDER)});function s(f){try{return!!gr(n,f)}catch{return!1}}function i(f,h){const{publicKey:m,publicKeyUncompressed:v}=o;try{const A=f.length;return h===!0&&A!==m||h===!1&&A!==v?!1:!!e.fromBytes(f)}catch{return!1}}function c(f=r(o.seed)){return sv(Bn(f,o.seed,"seed"),n.ORDER)}function a(f,h=!0){return e.BASE.multiply(gr(n,f)).toBytes(h)}function u(f){const h=c(f);return{secretKey:h,publicKey:a(h)}}function l(f){if(typeof f=="bigint")return!1;if(f instanceof e)return!0;const{secretKey:h,publicKey:m,publicKeyUncompressed:v}=o;if(n.allowedLengths||h===m)return;const A=_e("key",f).length;return A===m||A===v}function d(f,h,m=!0){if(l(f)===!0)throw new Error("first arg must be private key");if(l(h)===!1)throw new Error("second arg must be public key");const v=gr(n,f);return e.fromHex(h).multiply(v).toBytes(m)}return Object.freeze({getPublicKey:a,getSharedSecret:d,keygen:u,Point:e,utils:{isValidSecretKey:s,isValidPublicKey:i,randomSecretKey:c,isValidPrivateKey:s,randomPrivateKey:c,normPrivateKeyToScalar:f=>gr(n,f),precompute(f=8,h=e.BASE){return h.precompute(f,!1)}},lengths:o})}function bv(e,t,n={}){qu(t),Ki(n,{},{hmac:"function",lowS:"boolean",randomBytes:"function",bits2int:"function",bits2int_modN:"function"});const r=n.randomBytes||Ju,o=n.hmac||((S,...E)=>cd(t,S,dn(...E))),{Fp:s,Fn:i}=e,{ORDER:c,BITS:a}=i,{keygen:u,getPublicKey:l,getSharedSecret:d,utils:p,lengths:f}=gv(e,n),h={prehash:!1,lowS:typeof n.lowS=="boolean"?n.lowS:!1,format:void 0,extraEntropy:!1},m="compact";function v(S){const E=c>>mr;return S>E}function A(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){Ca(E);const C=f.signature,O=E==="compact"?C:E==="recovered"?C+1:void 0;return Bn(S,O,`${E} signature`)}class T{constructor(E,C,O){this.r=A("r",E),this.s=A("s",C),O!=null&&(this.recovery=O),Object.freeze(this)}static fromBytes(E,C=m){w(E,C);let O;if(C==="der"){const{r:_,s:U}=en.toSig(Bn(E));return new T(_,U)}C==="recovered"&&(O=E[0],C="compact",E=E.subarray(1));const b=i.BYTES,M=E.subarray(0,b),D=E.subarray(b,b*2);return new T(i.fromBytes(M),i.fromBytes(D),O)}static fromHex(E,C){return this.fromBytes(Ho(E),C)}addRecoveryBit(E){return new T(this.r,this.s,E)}recoverPublicKey(E){const C=s.ORDER,{r:O,s:b,recovery:M}=this;if(M==null||![0,1,2,3].includes(M))throw new Error("recovery id invalid");if(c*Od<C&&M>1)throw new Error("recovery id is ambiguous for h>1 curve");const _=M===2||M===3?O+c:O;if(!s.isValid(_))throw new Error("recovery id 2 or 3 invalid");const U=s.toBytes(_),W=e.fromBytes(dn(Cd((M&1)===0),U)),K=i.inv(_),V=F(_e("msgHash",E)),Z=i.create(-V*K),H=i.create(b*K),Q=e.BASE.multiplyUnsafe(Z).add(W.multiplyUnsafe(H));if(Q.is0())throw new Error("point at infinify");return Q.assertValidity(),Q}hasHighS(){return v(this.s)}toBytes(E=m){if(Ca(E),E==="der")return Ho(en.hexFromSig(this));const C=i.toBytes(this.r),O=i.toBytes(this.s);if(E==="recovered"){if(this.recovery==null)throw new Error("recovery bit must be present");return dn(Uint8Array.of(this.recovery),C,O)}return dn(C,O)}toHex(E){return nr(this.toBytes(E))}assertValidity(){}static fromCompact(E){return T.fromBytes(_e("sig",E),"compact")}static fromDER(E){return T.fromBytes(_e("sig",E),"der")}normalizeS(){return this.hasHighS()?new T(this.r,i.neg(this.s),this.recovery):this}toDERRawBytes(){return this.toBytes("der")}toDERHex(){return nr(this.toBytes("der"))}toCompactRawBytes(){return this.toBytes("compact")}toCompactHex(){return nr(this.toBytes("compact"))}}const B=n.bits2int||function(E){if(E.length>8192)throw new Error("input is too large");const C=rs(E),O=E.length*8-a;return O>0?C>>BigInt(O):C},F=n.bits2int_modN||function(E){return i.create(B(E))},R=fo(a);function j(S){return gy("num < 2^"+a,S,tn,R),i.toBytes(S)}function g(S,E){return Bn(S,void 0,"message"),E?Bn(t(S),void 0,"prehashed message"):S}function y(S,E,C){if(["recovered","canonical"].some(Z=>Z in C))throw new Error("sign() legacy options not supported");const{lowS:O,prehash:b,extraEntropy:M}=Na(C,h);S=g(S,b);const D=F(S),_=gr(i,E),U=[j(_),j(D)];if(M!=null&&M!==!1){const Z=M===!0?r(f.secretKey):M;U.push(_e("extraEntropy",Z))}const W=dn(...U),K=D;function V(Z){const H=B(Z);if(!i.isValidNot0(H))return;const Q=i.inv(H),X=e.BASE.multiply(H).toAffine(),se=i.create(X.x);if(se===tn)return;const me=i.create(Q*i.create(K+se*_));if(me===tn)return;let pe=(X.x===se?0:2)|Number(X.y&mr),ue=me;return O&&v(me)&&(ue=i.neg(me),pe^=1),new T(se,ue,pe)}return{seed:W,k2sig:V}}function $(S,E,C={}){S=_e("message",S);const{seed:O,k2sig:b}=y(S,E,C);return by(t.outputLen,i.BYTES,o)(O,b)}function k(S){let E;const C=typeof S=="string"||zo(S),O=!C&&S!==null&&typeof S=="object"&&typeof S.r=="bigint"&&typeof S.s=="bigint";if(!C&&!O)throw new Error("invalid signature, expected Uint8Array, hex string or Signature instance");if(O)E=new T(S.r,S.s);else if(C){try{E=T.fromBytes(_e("sig",S),"der")}catch(b){if(!(b instanceof en.Err))throw b}if(!E)try{E=T.fromBytes(_e("sig",S),"compact")}catch{return!1}}return E||!1}function N(S,E,C,O={}){const{lowS:b,prehash:M,format:D}=Na(O,h);if(C=_e("publicKey",C),E=g(_e("message",E),M),"strict"in O)throw new Error("options.strict was renamed to lowS");const _=D===void 0?k(S):T.fromBytes(_e("sig",S),D);if(_===!1)return!1;try{const U=e.fromBytes(C);if(b&&_.hasHighS())return!1;const{r:W,s:K}=_,V=F(E),Z=i.inv(K),H=i.create(V*Z),Q=i.create(W*Z),X=e.BASE.multiplyUnsafe(H).add(U.multiplyUnsafe(Q));return X.is0()?!1:i.create(X.x)===W}catch{return!1}}function P(S,E,C={}){const{prehash:O}=Na(C,h);return E=g(E,O),T.fromBytes(S,"recovered").recoverPublicKey(E).toBytes()}return Object.freeze({keygen:u,getPublicKey:l,getSharedSecret:d,utils:p,lengths:f,Point:e,sign:$,verify:N,recoverPublicKey:P,Signature:T,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=bo(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,wd(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 Ia={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")]]},Id=BigInt(2);function Pv(e){const t=Ia.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,d=nt(l,n,t)*l%t,p=nt(d,n,t)*l%t,f=nt(p,Id,t)*u%t,h=nt(f,o,t)*f%t,m=nt(h,s,t)*h%t,v=nt(m,c,t)*m%t,A=nt(v,a,t)*v%t,w=nt(A,c,t)*m%t,T=nt(w,n,t)*l%t,B=nt(T,i,t)*h%t,F=nt(B,r,t)*u%t,R=nt(F,Id,t);if(!Ma.eql(Ma.sqr(R),e))throw new Error("Cannot find square root");return R}const Ma=bo(Ia.p,{sqrt:Pv}),Md=Ev({...Ia,Fp:Ma,lowS:!0,endo:Sv},Vl),$v=Object.freeze(Object.defineProperty({__proto__:null,secp256k1:Md},Symbol.toStringTag,{value:"Module"}));function Tv({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 Md.Signature(Ot(e),Ot(t)).toCompactHex()}${s===0?"1b":"1c"}`;return n==="hex"?i:wt(i)}async function ka(e,t){var d,p,f;const{address:n,factory:r,factoryData:o,hash:s,signature:i,universalSignatureVerifierAddress:c=(f=(p=(d=e.chain)==null?void 0:d.contracts)==null?void 0:p.universalSignatureVerifier)==null?void 0:f.address,...a}=t,u=bt(i)?i:typeof i=="object"&&"r"in i&&"s"in i?Tv(i):$e(i),l=await(async()=>!r&&!o||dw(u)?u:pw({address:r,data:o,signature:u}))();try{const h=c?{to:c,data:Nt({abi:Sf,functionName:"isValidSig",args:[n,s,l]}),...a}:{data:ra({abi:Sf,args:[n,s,l],bytecode:Wy}),...a},{data:m}=await ee(e,po,"call")(h);return gg(m??"0x0")}catch(h){try{if(es(An(n),await Ml({hash:s,signature:i})))return!0}catch{}if(h instanceof Cl)return!1;throw h}}async function Av(e,{address:t,message:n,factory:r,factoryData:o,signature:s,...i}){const c=Kf(n);return ka(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,d=rw({message:i,primaryType:c,types:a,domain:u});return ka(e,{address:n,factory:r,factoryData:o,hash:d,signature:s,...l})}function kd(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 d=Te(["watchBlockNumber",e.uid,t,n,i]);return gn(d,{onBlockNumber:r,onError:o},p=>ho(async()=>{var f;try{const h=await ee(e,mo,"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){(f=p.onError)==null||f.call(p,h)}},{emitOnBegin:t,interval:i}))})():(()=>{const d=Te(["watchBlockNumber",e.uid,t,n]);return gn(d,{onBlockNumber:r,onError:o},p=>{let f=!0,h=()=>f=!1;return(async()=>{try{const m=(()=>{if(e.transport.type==="fallback"){const A=e.transport.transports.find(w=>w.config.type==="webSocket"||w.config.type==="ipc");return A?A.value:e.transport}return e.transport})(),{unsubscribe:v}=await m.subscribe({params:["newHeads"],onData(A){var T;if(!f)return;const w=Ot((T=A.result)==null?void 0:T.number);p.onBlockNumber(w,a),a=w},onError(A){var w;(w=p.onError)==null||w.call(p,A)}});h=v,f||h()}catch(m){o==null||o(m)}})(),()=>h()})})()}async function Cv(e,t){const{checkReplacement:n=!0,confirmations:r=1,hash:o,onReplaced:s,retryCount:i=6,retryDelay:c=({count:F})=>~~(1<<F)*200,timeout:a=18e4}=t,u=Te(["waitForTransactionReceipt",e.uid,o]),l=(()=>{var F;return t.pollingInterval?t.pollingInterval:(F=e.chain)!=null&&F.experimental_preconfirmationTime?e.chain.experimental_preconfirmationTime:e.pollingInterval})();let d,p,f,h=!1,m,v;const{promise:A,resolve:w,reject:T}=Af(),B=a?setTimeout(()=>{v(),m(),T(new $b({hash:o}))},a):void 0;return m=gn(u,{onReplaced:s,resolve:w,reject:T},async F=>{if(f=await ee(e,ds,"getTransactionReceipt")({hash:o}).catch(()=>{}),f&&r<=1){clearTimeout(B),F.resolve(f),m();return}v=ee(e,kd,"watchBlockNumber")({emitMissed:!0,emitOnBegin:!0,poll:!0,pollingInterval:l,async onBlockNumber(R){const j=y=>{clearTimeout(B),v(),y(),m()};let g=R;if(!h)try{if(f){if(r>1&&(!f.blockNumber||g-f.blockNumber+1n<r))return;j(()=>F.resolve(f));return}if(n&&!d&&(h=!0,await aa(async()=>{d=await ee(e,ha,"getTransaction")({hash:o}),d.blockNumber&&(g=d.blockNumber)},{delay:c,retryCount:i}),h=!1),f=await ee(e,ds,"getTransactionReceipt")({hash:o}),r>1&&(!f.blockNumber||g-f.blockNumber+1n<r))return;j(()=>F.resolve(f))}catch(y){if(y instanceof Al||y instanceof Ol){if(!d){h=!1;return}try{p=d,h=!0;const $=await aa(()=>ee(e,It,"getBlock")({blockNumber:g,includeTransactions:!0}),{delay:c,retryCount:i,shouldRetry:({error:P})=>P instanceof Dl});h=!1;const k=$.transactions.find(({from:P,nonce:S})=>P===p.from&&S===p.nonce);if(!k||(f=await ee(e,ds,"getTransactionReceipt")({hash:k.hash}),r>1&&(!f.blockNumber||g-f.blockNumber+1n<r)))return;let N="replaced";k.to===p.to&&k.value===p.value&&k.input===p.input?N="repriced":k.from===k.to&&k.value===0n&&(N="cancelled"),j(()=>{var P;(P=F.onReplaced)==null||P.call(F,{reason:N,replacedTransaction:p,transaction:k,transactionReceipt:f}),F.resolve(f)})}catch($){j(()=>F.reject($))}}else j(()=>F.reject(y))}}})}),A}function Nv(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 d;return u?(()=>{const h=Te(["watchBlocks",e.uid,t,n,r,l,a]);return gn(h,{onBlock:o,onError:s},m=>ho(async()=>{var v;try{const A=await ee(e,It,"getBlock")({blockTag:t,includeTransactions:l});if(A.number!==null&&(d==null?void 0:d.number)!=null){if(A.number===d.number)return;if(A.number-d.number>1&&n)for(let w=(d==null?void 0:d.number)+1n;w<A.number;w++){const T=await ee(e,It,"getBlock")({blockNumber:w,includeTransactions:l});m.onBlock(T,d),d=T}}((d==null?void 0:d.number)==null||t==="pending"&&(A==null?void 0:A.number)==null||A.number!==null&&A.number>d.number)&&(m.onBlock(A,d),d=A)}catch(A){(v=m.onError)==null||v.call(m,A)}},{emitOnBegin:r,interval:a}))})():(()=>{let h=!0,m=!0,v=()=>h=!1;return(async()=>{try{r&&ee(e,It,"getBlock")({blockTag:t,includeTransactions:l}).then(T=>{h&&m&&(o(T,void 0),m=!1)}).catch(s);const A=(()=>{if(e.transport.type==="fallback"){const T=e.transport.transports.find(B=>B.config.type==="webSocket"||B.config.type==="ipc");return T?T.value:e.transport}return e.transport})(),{unsubscribe:w}=await A.subscribe({params:["newHeads"],async onData(T){var F;if(!h)return;const B=await ee(e,It,"getBlock")({blockNumber:(F=T.result)==null?void 0:F.number,includeTransactions:l}).catch(()=>{});h&&(o(B,d),m=!1,d=B)},onError(T){s==null||s(T)}});v=w,h||v()}catch(A){s==null||s(A)}})(),()=>v()})()}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:d}){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")),f=d??!1;return p?(()=>{const v=Te(["watchEvent",t,n,r,e.uid,o,l,i]);return gn(v,{onLogs:a,onError:c},A=>{let w;i!==void 0&&(w=i-1n);let T,B=!1;const F=ho(async()=>{var R;if(!B){try{T=await ee(e,_f,"createEventFilter")({address:t,args:n,event:o,events:s,strict:f,fromBlock:i})}catch{}B=!0;return}try{let j;if(T)j=await ee(e,os,"getFilterChanges")({filter:T});else{const g=await ee(e,mo,"getBlockNumber")({});w&&w!==g?j=await ee(e,Hi,"getLogs")({address:t,args:n,event:o,events:s,fromBlock:w+1n,toBlock:g}):j=[],w=g}if(j.length===0)return;if(r)A.onLogs(j);else for(const g of j)A.onLogs([g])}catch(j){T&&j instanceof In&&(B=!1),(R=A.onError)==null||R.call(A,j)}},{emitOnBegin:!0,interval:l});return async()=>{T&&await ee(e,ss,"uninstallFilter")({filter:T}),F()}})})():(()=>{let v=!0,A=()=>v=!1;return(async()=>{try{const w=(()=>{if(e.transport.type==="fallback"){const R=e.transport.transports.find(j=>j.config.type==="webSocket"||j.config.type==="ipc");return R?R.value:e.transport}return e.transport})(),T=s??(o?[o]:void 0);let B=[];T&&(B=[T.flatMap(j=>_r({abi:[j],eventName:j.name,args:n}))],o&&(B=B[0]));const{unsubscribe:F}=await w.subscribe({params:["logs",{address:t,topics:B}],onData(R){var g;if(!v)return;const j=R.result;try{const{eventName:y,args:$}=Ui({abi:T??[],data:j.data,topics:j.topics,strict:f}),k=Xt(j,{args:$,eventName:y});a([k])}catch(y){let $,k;if(y instanceof Lr||y instanceof _o){if(d)return;$=y.abiItem.name,k=(g=y.abiItem.inputs)==null?void 0:g.some(P=>!("name"in P&&P.name))}const N=Xt(j,{args:k?[]:{},eventName:$});a([N])}},onError(R){c==null||c(R)}});A=F,v||A()}catch(w){c==null||c(w)}})(),()=>A()})()}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 gn(u,{onTransactions:r,onError:n},l=>{let d;const p=ho(async()=>{var f;try{if(!d)try{d=await ee(e,Uf,"createPendingTransactionFilter")({});return}catch(m){throw p(),m}const h=await ee(e,os,"getFilterChanges")({filter:d});if(h.length===0)return;if(t)l.onTransactions(h);else for(const m of h)l.onTransactions([m])}catch(h){(f=l.onError)==null||f.call(l,h)}},{emitOnBegin:!0,interval:s});return async()=>{d&&await ee(e,ss,"uninstallFilter")({filter:d}),p()}})})():(()=>{let u=!0,l=()=>u=!1;return(async()=>{try{const{unsubscribe:d}=await e.transport.subscribe({params:["newPendingTransactions"],onData(p){if(!u)return;const f=p.result;r([f])},onError(p){n==null||n(p)}});l=d,u||l()}catch(d){n==null||n(d)}})(),()=>l()})()}function kv(e){var d,p,f;const{scheme:t,statement:n,...r}=((d=e.match(Bv))==null?void 0:d.groups)??{},{chainId:o,expirationTime:s,issuedAt:i,notBefore:c,requestId:a,...u}=((p=e.match(Lv))==null?void 0:p.groups)??{},l=(f=e.split("Resources:")[1])==null?void 0:f.split(`
|
|
82
|
+
- `).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 Bv=/^(?:(?<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)?/,Lv=/(?: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||!et(r.address,{strict:!1})||t&&!es(r.address,t))return!1}catch{return!1}return!0}async function Dv(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=Kf(o);return ka(e,{address:l.address,hash:p,signature:c,...u})}function Rv(e){return{call:t=>po(e,t),createAccessList:t=>jf(e,t),createBlockFilter:()=>R1(e),createContractEventFilter:t=>gl(e,t),createEventFilter:t=>_f(e,t),createPendingTransactionFilter:()=>Uf(e),estimateContractGas:t=>dy(e,t),estimateGas:t=>_i(e,t),getBalance:t=>Jl(e,t),getBlobBaseFee:()=>j1(e),getBlock:t=>It(e,t),getBlockNumber:t=>mo(e,t),getBlockTransactionCount:t=>_1(e,t),getBytecode:t=>zf(e,t),getChainId:()=>Yl(e),getCode:t=>zf(e,t),getContractEvents:t=>tf(e,t),getEip712Domain:t=>z1(e,t),getEnsAddress:t=>E1(e,t),getEnsAvatar:t=>L1(e,t),getEnsName:t=>F1(e,t),getEnsResolver:t=>D1(e,t),getEnsText:t=>Rf(e,t),getFeeHistory:t=>V1(e,t),estimateFeesPerGas:t=>Kb(e,t),getFilterChanges:t=>os(e,t),getFilterLogs:t=>G1(e,t),getGasPrice:()=>Di(e),getLogs:t=>Hi(e,t),getProof:t=>yw(e,t),estimateMaxPriorityFeePerGas:t=>Zb(e,t),getStorageAt:t=>ww(e,t),getTransaction:t=>ha(e,t),getTransactionConfirmations:t=>vw(e,t),getTransactionCount:t=>zl(e,t),getTransactionReceipt:t=>ds(e,t),multicall:t=>xw(e,t),prepareTransactionRequest:t=>Ql(e,t),readContract:t=>Jt(e,t),sendRawTransaction:t=>o1(e,t),simulate:t=>ma(e,t),simulateBlocks:t=>ma(e,t),simulateCalls:t=>Yw(e,t),simulateContract:t=>Yy(e,t),verifyMessage:t=>Av(e,t),verifySiweMessage:t=>Dv(e,t),verifyTypedData:t=>Ov(e,t),uninstallFilter:t=>ss(e,t),waitForTransactionReceipt:t=>Cv(e,t),watchBlocks:t=>Nv(e,t),watchBlockNumber:t=>kd(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(Rv)}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]=x.useState(null),[a,u]=x.useState(o);return x.useEffect(()=>{let l,d;const p=async()=>{try{const f=await e.readContract({address:t,abi:lr,functionName:"balanceOf",args:[n]});c(f),u(Ei(f,r))}catch{u(o)}};p();try{l=e.watchContractEvent({address:t,abi:lr,eventName:"Transfer",args:{to:n},onLogs:()=>{p()},poll:!0,pollingInterval:s}),d=e.watchContractEvent({address:t,abi:lr,eventName:"Transfer",args:{from:n},onLogs:()=>{p()},poll:!0,pollingInterval:s})}catch{}return()=>{l==null||l(),d==null||d()}},[e,t,n,r,o,s]),{value:i,formatted:a}}const zv=()=>({openDeposit:x.useCallback(t=>{},[])}),Hv=()=>({openWithdraw:x.useCallback(t=>{},[])}),jn="MPC",Ba="EVM",Wv="spot";/**
|
|
31
83
|
* @license lucide-react v0.540.0 - ISC
|
|
32
84
|
*
|
|
33
85
|
* This source code is licensed under the ISC license.
|
|
34
86
|
* See the LICENSE file in the root directory of this source tree.
|
|
35
|
-
*/const
|
|
87
|
+
*/const Vv=e=>e.replace(/([a-z0-9])([A-Z])/g,"$1-$2").toLowerCase(),Gv=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(t,n,r)=>r?r.toUpperCase():n.toLowerCase()),Bd=e=>{const t=Gv(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(),qv=e=>{for(const t in e)if(t.startsWith("aria-")||t==="role"||t==="title")return!0};/**
|
|
36
88
|
* @license lucide-react v0.540.0 - ISC
|
|
37
89
|
*
|
|
38
90
|
* This source code is licensed under the ISC license.
|
|
39
91
|
* See the LICENSE file in the root directory of this source tree.
|
|
40
|
-
*/var
|
|
92
|
+
*/var Zv={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
93
|
* @license lucide-react v0.540.0 - ISC
|
|
42
94
|
*
|
|
43
95
|
* This source code is licensed under the ISC license.
|
|
44
96
|
* See the LICENSE file in the root directory of this source tree.
|
|
45
|
-
*/const
|
|
97
|
+
*/const Kv=x.forwardRef(({color:e="currentColor",size:t=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:o="",children:s,iconNode:i,...c},a)=>x.createElement("svg",{ref:a,...Zv,width:t,height:t,stroke:e,strokeWidth:r?Number(n)*24/Number(t):n,className:Ld("lucide",o),...!s&&!qv(c)&&{"aria-hidden":"true"},...c},[...i.map(([u,l])=>x.createElement(u,l)),...Array.isArray(s)?s:[s]]));/**
|
|
46
98
|
* @license lucide-react v0.540.0 - ISC
|
|
47
99
|
*
|
|
48
100
|
* This source code is licensed under the ISC license.
|
|
49
101
|
* See the LICENSE file in the root directory of this source tree.
|
|
50
|
-
*/const
|
|
102
|
+
*/const Yv=(e,t)=>{const n=x.forwardRef(({className:r,...o},s)=>x.createElement(Kv,{ref:s,iconNode:t,className:Ld(`lucide-${Vv(Bd(e))}`,`lucide-${e}`,r),...o}));return n.displayName=Bd(e),n};/**
|
|
51
103
|
* @license lucide-react v0.540.0 - ISC
|
|
52
104
|
*
|
|
53
105
|
* This source code is licensed under the ISC license.
|
|
54
106
|
* 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 fr{constructor(){Re(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 fr{constructor(n,r){super();Re(this,"smartWallet");Re(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{this.setState({isLoading:!1})}catch(n){throw this.setState({isLoading:!1,error:n instanceof Error?n.message:"Connection failed"}),n}}async disconnect(){}async switchChain(n){}async getBalance(n){return"0"}async approve(n,r){return""}async deposit(n,r){this.setState({isDepositing:!0,error:null});try{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`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 fr{constructor(n,r,o,s="0",c="0"){super();Re(this,"currentActiveAccount");Re(this,"approved");Re(this,"chainId");Re(this,"balance");Re(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{this.setState({isLoading:!1})}catch(n){throw this.setState({isLoading:!1,error:n instanceof Error?n.message:"Connection failed"}),n}}async disconnect(){}async switchChain(n){this.setState({isLoading:!0,error:null});try{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 this.balance}async approve(n,r){this.setState({isApproving:!0,error:null});try{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");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`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 dr=typeof document<"u"?d.useLayoutEffect:()=>{};var sn;const ds=(sn=d.useInsertionEffect)!==null&&sn!==void 0?sn:dr;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 Be=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},Ye=e=>e&&"window"in e&&e.window===e?e:Be(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 vs=!1;function ln(){return vs}function pr(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 mr(e){return ln()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}function Nt(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 Ie(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const cn=Ie(function(){return un(/^Mac/i)}),gs=Ie(function(){return un(/^iPhone/i)}),bs=Ie(function(){return un(/^iPad/i)||cn()&&navigator.maxTouchPoints>1}),ys=Ie(function(){return gs()||bs()});Ie(function(){return cn()||ys()}),Ie(function(){return Nt(/AppleWebKit/i)&&!xs()});const xs=Ie(function(){return Nt(/Chrome/i)}),Es=Ie(function(){return Nt(/Android/i)});Ie(function(){return Nt(/Firefox/i)});function hr(){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 ws(e){return e.mozInputSource===0&&e.isTrusted?!0:Es()&&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 gr(e){let t=d.useRef({isFocused:!1,observer:null});dr(()=>{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,vt=null,fn=new Set,gt=new Map,Ke=!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 Mt(e){Ke=!0,Os(e)&&(vt="keyboard",pn("keyboard",e))}function be(e){vt="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Ke=!0,pn("pointer",e))}function br(e){ws(e)&&(Ke=!0,vt="virtual")}function yr(e){e.target===window||e.target===document||Ss||!e.isTrusted||(!Ke&&!dn&&(vt="virtual",pn("virtual",e)),Ke=!1,dn=!1)}function xr(){Ke=!1,dn=!0}function mn(e){if(typeof window>"u"||typeof document>"u"||gt.get(Ye(e)))return;const t=Ye(e),n=Be(e);let r=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Ke=!0,r.apply(this,arguments)},n.addEventListener("keydown",Mt,!0),n.addEventListener("keyup",Mt,!0),n.addEventListener("click",br,!0),t.addEventListener("focus",yr,!0),t.addEventListener("blur",xr,!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}),gt.set(t,{focus:r})}const Er=(e,t)=>{const n=Ye(e),r=Be(e);t&&r.removeEventListener("DOMContentLoaded",t),gt.has(n)&&(n.HTMLElement.prototype.focus=gt.get(n).focus,r.removeEventListener("keydown",Mt,!0),r.removeEventListener("keyup",Mt,!0),r.removeEventListener("click",br,!0),n.removeEventListener("focus",yr,!0),n.removeEventListener("blur",xr,!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)),gt.delete(n))};function Ts(e){const t=Be(e);let n;return t.readyState!=="loading"?mn(e):(n=()=>{mn(e)},t.addEventListener("DOMContentLoaded",n)),()=>Er(e,n)}typeof document<"u"&&Ts();function wr(){return vt!=="pointer"}const As=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function Ps(e,t,n){let r=Be(n==null?void 0:n.target);const o=typeof window<"u"?Ye(n==null?void 0:n.target).HTMLInputElement:HTMLInputElement,s=typeof window<"u"?Ye(n==null?void 0:n.target).HTMLTextAreaElement:HTMLTextAreaElement,c=typeof window<"u"?Ye(n==null?void 0:n.target).HTMLElement:HTMLElement,u=typeof window<"u"?Ye(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 Ns(e,t,n){mn(),d.useEffect(()=>{let r=(o,s)=>{Ps(!!(n!=null&&n.isTextInput),o,s)&&e(wr())};return fn.add(r),()=>{fn.delete(r)}},t)}function Ms(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=gr(s),u=d.useCallback(i=>{const l=Be(i.target),a=l?an(l):an();i.target===i.currentTarget&&a===mr(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}=hr(),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=gr(i),a=d.useCallback(p=>{if(!p.currentTarget.contains(p.target))return;const m=Be(p.target),f=an(m);if(!s.current.isFocusWithin&&f===mr(p.nativeEvent)){r&&r(p),o&&o(!0),s.current.isFocusWithin=!0,l(p);let h=p.currentTarget;c(m,"focus",v=>{if(s.current.isFocusWithin&&!pr(h,v.target)){let b=new m.defaultView.FocusEvent("blur",{relatedTarget:v.target});Cs(b,h);let x=vr(b);i(x)}},{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 Cr(e){e.pointerType==="touch"&&hn()}function Fs(){if(!(typeof document>"u"))return Ft===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",Cr):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",hn)),Ft++,()=>{Ft--,!(Ft>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",Cr):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}=hr(),{hoverProps:a,triggerHoverEnd:p}=d.useMemo(()=>{let m=(v,b)=>{if(u.pointerType=b,o||b==="touch"||u.isHovered||!v.currentTarget.contains(v.target))return;u.isHovered=!0;let x=v.currentTarget;u.target=x,i(Be(v.target),"pointerover",E=>{u.isHovered&&u.target&&!pr(u.target,E.target)&&f(E,E.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:x,pointerType:b}),n&&n(!0),c(!0)},f=(v,b)=>{let x=u.target;u.pointerType="",u.target=null,!(b==="touch"||!u.isHovered||!x)&&(u.isHovered=!1,l(),r&&r({type:"hoverend",target:x,pointerType:b}),n&&n(!1),c(!1))},h={};return typeof PointerEvent<"u"?(h.onPointerEnter=v=>{Lt&&v.pointerType==="mouse"||m(v,v.pointerType)},h.onPointerLeave=v=>{!o&&v.currentTarget.contains(v.target)&&f(v,v.pointerType)}):process.env.NODE_ENV==="test"&&(h.onTouchStart=()=>{u.ignoreEmulatedMouseEvents=!0},h.onMouseEnter=v=>{!u.ignoreEmulatedMouseEvents&&!Lt&&m(v,"mouse"),u.ignoreEmulatedMouseEvents=!1},h.onMouseLeave=v=>{!o&&v.currentTarget.contains(v.target)&&f(v,"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||wr()}),[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]);Ns(f=>{o.current.isFocusVisible=f,l()},[],{isTextInput:n});let{focusProps:p}=Ms({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,vn=(e,t,n)=>(_s(e,typeof t!="symbol"?t+"":t,n),n);let ks=class{constructor(){vn(this,"current",this.detect()),vn(this,"handoffState","pending"),vn(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"}},Ae=new ks;function bt(e){var t,n;return Ae.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 Sr(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 Sr(()=>{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 ee=(e,t)=>{Ae.isServer?d.useEffect(e,t):d.useLayoutEffect(e,t)};function Qe(e){let t=d.useRef(e);return ee(()=>{t.current=e},[e]),t}let z=function(e){let t=Qe(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 gn(){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||{}),We=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(We||{});function ve(){let e=Hs();return d.useCallback(t=>Us({mergeRefs:e,...t}),[e])}function Us({ourProps:e,theirProps:t,slot:n,defaultTag:r,features:o,visible:s=!0,name:c,mergeRefs:u}){u=u??zs;let i=$r(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,v]of Object.entries(t))typeof v=="boolean"&&(m=!0),v===!0&&f.push(h.replace(/([A-Z])/g,b=>`-${b.toLowerCase()}`));if(m){p["data-headlessui-state"]=f.join(" ");for(let h of f)p[`data-${h}`]=""}}if(s===d.Fragment&&(Object.keys(Ve(i)).length>0||Object.keys(Ve(p)).length>0))if(!d.isValidElement(a)||Array.isArray(a)&&a.length>1){if(Object.keys(Ve(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(Ve(i)).concat(Object.keys(Ve(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(
|
|
107
|
+
*/const Fd=Yv("x",[["path",{d:"M18 6 6 18",key:"1bl5f8"}],["path",{d:"m6 6 12 12",key:"d8bk6v"}]]),Dd=typeof document<"u"?x.useLayoutEffect:()=>{};var La;const Xv=(La=x.useInsertionEffect)!==null&&La!==void 0?La:Dd;function Qv(e){const t=x.useRef(null);return Xv(()=>{t.current=e},[e]),x.useCallback((...n)=>{const r=t.current;return r==null?void 0:r(...n)},[])}const bn=e=>{var t;return(t=e==null?void 0:e.ownerDocument)!==null&&t!==void 0?t:document},_n=e=>e&&"window"in e&&e.window===e?e:bn(e).defaultView||window;function Jv(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"}function ex(e){return Jv(e)&&e.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&"host"in e}let tx=!1;function Fa(){return tx}function Rd(e,t){if(!Fa())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:ex(n)?n=n.host:n=n.parentNode}return!1}const Da=(e=document)=>{var t;if(!Fa())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 jd(e){return Fa()&&e.target.shadowRoot&&e.composedPath?e.composedPath()[0]:e.target}function gs(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 nn(e){if(process.env.NODE_ENV==="test")return e;let t=null;return()=>(t==null&&(t=e()),t)}const ja=nn(function(){return Ra(/^Mac/i)}),nx=nn(function(){return Ra(/^iPhone/i)}),rx=nn(function(){return Ra(/^iPad/i)||ja()&&navigator.maxTouchPoints>1}),ox=nn(function(){return nx()||rx()});nn(function(){return ja()||ox()}),nn(function(){return gs(/AppleWebKit/i)&&!sx()});const sx=nn(function(){return gs(/Chrome/i)}),ix=nn(function(){return gs(/Android/i)});nn(function(){return gs(/Firefox/i)});function _d(){let e=x.useRef(new Map),t=x.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=x.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=x.useCallback(()=>{e.current.forEach((o,s)=>{n(o.eventTarget,o.type,s,o.options)})},[n]);return x.useEffect(()=>r,[r]),{addGlobalListener:t,removeGlobalListener:n,removeAllGlobalListeners:r}}function ax(e){return e.mozInputSource===0&&e.isTrusted?!0:ix()&&e.pointerType?e.type==="click"&&e.buttons===1:e.detail===0&&!e.pointerType}function Ud(e){let t=e;return t.nativeEvent=e,t.isDefaultPrevented=()=>t.defaultPrevented,t.isPropagationStopped=()=>t.cancelBubble,t.persist=()=>{},t}function cx(e,t){Object.defineProperty(e,"target",{value:t}),Object.defineProperty(e,"currentTarget",{value:t})}function zd(e){let t=x.useRef({isFocused:!1,observer:null});Dd(()=>{const r=t.current;return()=>{r.observer&&(r.observer.disconnect(),r.observer=null)}},[]);let n=Qv(r=>{e==null||e(r)});return x.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=Ud(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 ux=!1,yo=null,_a=new Set,wo=new Map,Un=!1,Ua=!1;const lx={Tab:!0,Escape:!0};function za(e,t){for(let n of _a)n(e,t)}function fx(e){return!(e.metaKey||!ja()&&e.altKey||e.ctrlKey||e.key==="Control"||e.key==="Shift"||e.key==="Meta")}function bs(e){Un=!0,fx(e)&&(yo="keyboard",za("keyboard",e))}function rt(e){yo="pointer",(e.type==="mousedown"||e.type==="pointerdown")&&(Un=!0,za("pointer",e))}function Hd(e){ax(e)&&(Un=!0,yo="virtual")}function Wd(e){e.target===window||e.target===document||ux||!e.isTrusted||(!Un&&!Ua&&(yo="virtual",za("virtual",e)),Un=!1,Ua=!1)}function Vd(){Un=!1,Ua=!0}function Ha(e){if(typeof window>"u"||typeof document>"u"||wo.get(_n(e)))return;const t=_n(e),n=bn(e);let r=t.HTMLElement.prototype.focus;t.HTMLElement.prototype.focus=function(){Un=!0,r.apply(this,arguments)},n.addEventListener("keydown",bs,!0),n.addEventListener("keyup",bs,!0),n.addEventListener("click",Hd,!0),t.addEventListener("focus",Wd,!0),t.addEventListener("blur",Vd,!1),typeof PointerEvent<"u"?(n.addEventListener("pointerdown",rt,!0),n.addEventListener("pointermove",rt,!0),n.addEventListener("pointerup",rt,!0)):process.env.NODE_ENV==="test"&&(n.addEventListener("mousedown",rt,!0),n.addEventListener("mousemove",rt,!0),n.addEventListener("mouseup",rt,!0)),t.addEventListener("beforeunload",()=>{Gd(e)},{once:!0}),wo.set(t,{focus:r})}const Gd=(e,t)=>{const n=_n(e),r=bn(e);t&&r.removeEventListener("DOMContentLoaded",t),wo.has(n)&&(n.HTMLElement.prototype.focus=wo.get(n).focus,r.removeEventListener("keydown",bs,!0),r.removeEventListener("keyup",bs,!0),r.removeEventListener("click",Hd,!0),n.removeEventListener("focus",Wd,!0),n.removeEventListener("blur",Vd,!1),typeof PointerEvent<"u"?(r.removeEventListener("pointerdown",rt,!0),r.removeEventListener("pointermove",rt,!0),r.removeEventListener("pointerup",rt,!0)):process.env.NODE_ENV==="test"&&(r.removeEventListener("mousedown",rt,!0),r.removeEventListener("mousemove",rt,!0),r.removeEventListener("mouseup",rt,!0)),wo.delete(n))};function dx(e){const t=bn(e);let n;return t.readyState!=="loading"?Ha(e):(n=()=>{Ha(e)},t.addEventListener("DOMContentLoaded",n)),()=>Gd(e,n)}typeof document<"u"&&dx();function qd(){return yo!=="pointer"}const px=new Set(["checkbox","radio","range","color","file","image","button","submit","reset"]);function hx(e,t,n){let r=bn(n==null?void 0:n.target);const o=typeof window<"u"?_n(n==null?void 0:n.target).HTMLInputElement:HTMLInputElement,s=typeof window<"u"?_n(n==null?void 0:n.target).HTMLTextAreaElement:HTMLTextAreaElement,i=typeof window<"u"?_n(n==null?void 0:n.target).HTMLElement:HTMLElement,c=typeof window<"u"?_n(n==null?void 0:n.target).KeyboardEvent:KeyboardEvent;return e=e||r.activeElement instanceof o&&!px.has(r.activeElement.type)||r.activeElement instanceof s||r.activeElement instanceof i&&r.activeElement.isContentEditable,!(e&&t==="keyboard"&&n instanceof c&&!lx[n.key])}function mx(e,t,n){Ha(),x.useEffect(()=>{let r=(o,s)=>{hx(!!(n!=null&&n.isTextInput),o,s)&&e(qd())};return _a.add(r),()=>{_a.delete(r)}},t)}function gx(e){let{isDisabled:t,onFocus:n,onBlur:r,onFocusChange:o}=e;const s=x.useCallback(a=>{if(a.target===a.currentTarget)return r&&r(a),o&&o(!1),!0},[r,o]),i=zd(s),c=x.useCallback(a=>{const u=bn(a.target),l=u?Da(u):Da();a.target===a.currentTarget&&l===jd(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 bx(e){let{isDisabled:t,onBlurWithin:n,onFocusWithin:r,onFocusWithinChange:o}=e,s=x.useRef({isFocusWithin:!1}),{addGlobalListener:i,removeAllGlobalListeners:c}=_d(),a=x.useCallback(d=>{d.currentTarget.contains(d.target)&&s.current.isFocusWithin&&!d.currentTarget.contains(d.relatedTarget)&&(s.current.isFocusWithin=!1,c(),n&&n(d),o&&o(!1))},[n,o,s,c]),u=zd(a),l=x.useCallback(d=>{if(!d.currentTarget.contains(d.target))return;const p=bn(d.target),f=Da(p);if(!s.current.isFocusWithin&&f===jd(d.nativeEvent)){r&&r(d),o&&o(!0),s.current.isFocusWithin=!0,u(d);let h=d.currentTarget;i(p,"focus",m=>{if(s.current.isFocusWithin&&!Rd(h,m.target)){let v=new p.defaultView.FocusEvent("blur",{relatedTarget:m.target});cx(v,h);let A=Ud(v);a(A)}},{capture:!0})}},[r,o,u,i,a]);return t?{focusWithinProps:{onFocus:void 0,onBlur:void 0}}:{focusWithinProps:{onFocus:l,onBlur:a}}}let ys=!1,ws=0;function Wa(){ys=!0,setTimeout(()=>{ys=!1},50)}function Zd(e){e.pointerType==="touch"&&Wa()}function yx(){if(!(typeof document>"u"))return ws===0&&(typeof PointerEvent<"u"?document.addEventListener("pointerup",Zd):process.env.NODE_ENV==="test"&&document.addEventListener("touchend",Wa)),ws++,()=>{ws--,!(ws>0)&&(typeof PointerEvent<"u"?document.removeEventListener("pointerup",Zd):process.env.NODE_ENV==="test"&&document.removeEventListener("touchend",Wa))}}function wx(e){let{onHoverStart:t,onHoverChange:n,onHoverEnd:r,isDisabled:o}=e,[s,i]=x.useState(!1),c=x.useRef({isHovered:!1,ignoreEmulatedMouseEvents:!1,pointerType:"",target:null}).current;x.useEffect(yx,[]);let{addGlobalListener:a,removeAllGlobalListeners:u}=_d(),{hoverProps:l,triggerHoverEnd:d}=x.useMemo(()=>{let p=(m,v)=>{if(c.pointerType=v,o||v==="touch"||c.isHovered||!m.currentTarget.contains(m.target))return;c.isHovered=!0;let A=m.currentTarget;c.target=A,a(bn(m.target),"pointerover",w=>{c.isHovered&&c.target&&!Rd(c.target,w.target)&&f(w,w.pointerType)},{capture:!0}),t&&t({type:"hoverstart",target:A,pointerType:v}),n&&n(!0),i(!0)},f=(m,v)=>{let A=c.target;c.pointerType="",c.target=null,!(v==="touch"||!c.isHovered||!A)&&(c.isHovered=!1,u(),r&&r({type:"hoverend",target:A,pointerType:v}),n&&n(!1),i(!1))},h={};return typeof PointerEvent<"u"?(h.onPointerEnter=m=>{ys&&m.pointerType==="mouse"||p(m,m.pointerType)},h.onPointerLeave=m=>{!o&&m.currentTarget.contains(m.target)&&f(m,m.pointerType)}):process.env.NODE_ENV==="test"&&(h.onTouchStart=()=>{c.ignoreEmulatedMouseEvents=!0},h.onMouseEnter=m=>{!c.ignoreEmulatedMouseEvents&&!ys&&p(m,"mouse"),c.ignoreEmulatedMouseEvents=!1},h.onMouseLeave=m=>{!o&&m.currentTarget.contains(m.target)&&f(m,"mouse")}),{hoverProps:h,triggerHoverEnd:f}},[t,n,r,o,c,a,u]);return x.useEffect(()=>{o&&d({currentTarget:c.target},c.pointerType)},[o]),{hoverProps:l,isHovered:s}}function vx(e={}){let{autoFocus:t=!1,isTextInput:n,within:r}=e,o=x.useRef({isFocused:!1,isFocusVisible:t||qd()}),[s,i]=x.useState(!1),[c,a]=x.useState(()=>o.current.isFocused&&o.current.isFocusVisible),u=x.useCallback(()=>a(o.current.isFocused&&o.current.isFocusVisible),[]),l=x.useCallback(f=>{o.current.isFocused=f,i(f),u()},[u]);mx(f=>{o.current.isFocusVisible=f,u()},[],{isTextInput:n});let{focusProps:d}=gx({isDisabled:r,onFocusChange:l}),{focusWithinProps:p}=bx({isDisabled:!r,onFocusWithinChange:l});return{isFocused:s,isFocusVisible:c,focusProps:r?p:d}}var xx=Object.defineProperty,Ex=(e,t,n)=>t in e?xx(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Va=(e,t,n)=>(Ex(e,typeof t!="symbol"?t+"":t,n),n);let Sx=class{constructor(){Va(this,"current",this.detect()),Va(this,"handoffState","pending"),Va(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"}},Bt=new Sx;function vo(e){var t,n;return Bt.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 Kd(e){typeof queueMicrotask=="function"?queueMicrotask(e):Promise.resolve().then(e).catch(t=>setTimeout(()=>{throw t}))}function Pt(){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 Kd(()=>{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=Pt();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 br(){let[e]=x.useState(Pt);return x.useEffect(()=>()=>e.dispose(),[e]),e}let ye=(e,t)=>{Bt.isServer?x.useEffect(e,t):x.useLayoutEffect(e,t)};function zn(e){let t=x.useRef(e);return ye(()=>{t.current=e},[e]),t}let ce=function(e){let t=zn(e);return x.useCallback((...n)=>t.current(...n),[t])};function Px(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 $x(e,t){return!(!e||!t||e.right<t.left||e.left>t.right||e.bottom<t.top||e.top>t.bottom)}function Tx({disabled:e=!1}={}){let t=x.useRef(null),[n,r]=x.useState(!1),o=br(),s=ce(()=>{t.current=null,r(!1),o.dispose()}),i=ce(c=>{if(o.dispose(),t.current===null){t.current=c.currentTarget,r(!0);{let a=vo(c.currentTarget);o.addEventListener(a,"pointerup",s,!1),o.addEventListener(a,"pointermove",u=>{if(t.current){let l=Px(u);r($x(l,t.current.getBoundingClientRect()))}},!1),o.addEventListener(a,"pointercancel",s,!1)}}});return{pressed:n,pressProps:e?{}:{onPointerDown:i,onPointerUp:s,onClick:s}}}let Ax=x.createContext(void 0);function Ga(){return x.useContext(Ax)}function qa(...e){return Array.from(new Set(e.flatMap(t=>typeof t=="string"?t.split(" "):[]))).filter(Boolean).join(" ")}function ot(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,ot),r}var vs=(e=>(e[e.None=0]="None",e[e.RenderStrategy=1]="RenderStrategy",e[e.Static=2]="Static",e))(vs||{}),yn=(e=>(e[e.Unmount=0]="Unmount",e[e.Hidden=1]="Hidden",e))(yn||{});function Ye(){let e=Cx();return x.useCallback(t=>Ox({mergeRefs:e,...t}),[e])}function Ox({ourProps:e,theirProps:t,slot:n,defaultTag:r,features:o,visible:s=!0,name:i,mergeRefs:c}){c=c??Nx;let a=Yd(t,e);if(s)return xs(a,n,r,i,c);let u=o??0;if(u&2){let{static:l=!1,...d}=a;if(l)return xs(d,n,r,i,c)}if(u&1){let{unmount:l=!0,...d}=a;return ot(l?0:1,{0(){return null},1(){return xs({...d,hidden:!0,style:{display:"none"}},n,r,i,c)}})}return xs(a,n,r,i,c)}function xs(e,t={},n,r,o){let{as:s=n,children:i,refName:c="ref",...a}=Za(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 d={};if(t){let p=!1,f=[];for(let[h,m]of Object.entries(t))typeof m=="boolean"&&(p=!0),m===!0&&f.push(h.replace(/([A-Z])/g,v=>`-${v.toLowerCase()}`));if(p){d["data-headlessui-state"]=f.join(" ");for(let h of f)d[`data-${h}`]=""}}if(s===x.Fragment&&(Object.keys(wn(a)).length>0||Object.keys(wn(d)).length>0))if(!x.isValidElement(l)||Array.isArray(l)&&l.length>1){if(Object.keys(wn(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(wn(a)).concat(Object.keys(wn(d))).map(p=>` - ${p}`).join(`
|
|
108
|
+
`),"","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
109
|
`)].join(`
|
|
58
|
-
`))}else{let m=a.props,f=m==null?void 0:m.className,h=typeof f=="function"?(...x)=>bn(f(...x),i.className):bn(f,i.className),v=h?{className:h}:{},b=$r(a.props,Ve(yn(i,["ref"])));for(let x in p)x in b&&delete p[x];return d.cloneElement(a,Object.assign({},b,p,l,{ref:o(Gs(a),l.ref)},v))}return d.createElement(s,Object.assign({},yn(i,["ref"]),s!==d.Fragment&&l,s!==d.Fragment&&p),a)}function Hs(){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 $r(...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 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];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 me(e){var t;return Object.assign(d.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function Ve(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 Tr(e={},t=null,n=[]){for(let[r,o]of Object.entries(e))Pr(n,Ar(t,r),o);return n}function Ar(e,t){return e?e+"["+t+"]":t}function Pr(e,t,n){if(Array.isArray(n))for(let[r,o]of n.entries())Pr(e,Ar(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,""]):Tr(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 ve()({ourProps:s,theirProps:o,slot:{},defaultTag:Xs,name:"Hidden"})}let Nr=me(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?pe.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}),Tr(e).map(([i,l])=>d.createElement(Nr,{features:xn.Hidden,...Ve({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 Mr(){return d.useContext(nl)}function En(e){return typeof e!="object"||e===null?!1:"nodeType"in e}function jt(e){return En(e)&&"tagName"in e}function je(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 je(e)&&e.nodeName==="IFRAME"}function Lr(e){return je(e)&&e.nodeName==="INPUT"}function Fr(e){return je(e)&&e.nodeName==="LABEL"}function il(e){return je(e)&&e.nodeName==="FIELDSET"}function Dr(e){return je(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);)Dr(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(Dr(t))return!1;t=t.previousElementSibling}return!0}let Ir=Symbol();function ul(e,t=!0){return Object.assign(e,{[Ir]: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[Ir]))?void 0:n}let wn=d.createContext(null);wn.displayName="DescriptionContext";function jr(){let e=d.useContext(wn);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,jr),t}return e}function cl(){var e,t;return(t=(e=d.useContext(wn))==null?void 0:e.value)!=null?t:void 0}let fl="p";function dl(e,t){let n=d.useId(),r=gn(),{id:o=`headlessui-description-${n}`,...s}=e,c=jr(),u=xe(t);ee(()=>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 ve()({ourProps:a,theirProps:s,slot:l,defaultTag:fl,name:c.name||"Description"})}let pl=me(dl);Object.assign(pl,{});var le=(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))(le||{});let _t=d.createContext(null);_t.displayName="LabelContext";function _r(){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,_r),t}return e}function kr(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=kr(),[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 vl(e,t){var n;let r=d.useId(),o=_r(),s=Mr(),c=gn(),{id:u=`headlessui-label-${r}`,htmlFor:i=s??((n=o.props)==null?void 0:n.htmlFor),passive:l=!1,...a}=e,p=xe(t);ee(()=>o.register(u),[u,o.register]);let m=z(b=>{let x=b.currentTarget;if(!(b.target!==b.currentTarget&&sl(b.target))&&(Fr(x)&&b.preventDefault(),o.props&&"onClick"in o.props&&typeof o.props.onClick=="function"&&o.props.onClick(b),Fr(x))){let E=document.getElementById(x.htmlFor);if(E){let y=E.getAttribute("disabled");if(y==="true"||y==="")return;let C=E.getAttribute("aria-disabled");if(C==="true"||C==="")return;(Lr(E)&&(E.type==="file"||E.type==="radio"||E.type==="checkbox")||E.role==="radio"||E.role==="checkbox"||E.role==="switch")&&E.click(),E.focus({preventScroll:!0})}}}),f=c||!1,h=d.useMemo(()=>({...o.slot,disabled:f}),[o.slot,f]),v={ref:p,...o.props,id:u,htmlFor:i,onClick:m};return l&&("onClick"in v&&(delete v.htmlFor,delete v.onClick),"onClick"in a&&delete a.onClick),ve()({ourProps:v,theirProps:a,slot:h,defaultTag:i?hl:"div",name:o.name||"Label"})}let gl=me(vl),bl=Object.assign(gl,{});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 El(e){if(e===null)return{width:0,height:0};let{width:t,height:n}=e.getBoundingClientRect();return{width:t,height:n}}function wl(e,t=!1){let[n,r]=d.useReducer(()=>({}),{}),o=d.useMemo(()=>El(e),[e,n]);return ee(()=>{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 Rr=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),Br=(e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)},Ee=(e,t,n)=>(Br(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)},Wr=(e,t,n,r)=>(Br(e,t,"write to private field"),t.set(e,n),n),Pe,yt,xt;let Vr=class{constructor(t){Cn(this,Pe,{}),Cn(this,yt,new Rr(()=>new Set)),Cn(this,xt,new Set),$l(this,"disposables",Se()),Wr(this,Pe,t),Ae.isServer&&this.disposables.microTask(()=>{this.dispose()})}dispose(){this.disposables.dispose()}get state(){return Ee(this,Pe)}subscribe(t,n){if(Ae.isServer)return()=>{};let r={selector:t,callback:n,current:t(Ee(this,Pe))};return Ee(this,xt).add(r),this.disposables.add(()=>{Ee(this,xt).delete(r)})}on(t,n){return Ae.isServer?()=>{}:(Ee(this,yt).get(t).add(n),this.disposables.add(()=>{Ee(this,yt).get(t).delete(n)}))}send(t){let n=this.reduce(Ee(this,Pe),t);if(n!==Ee(this,Pe)){Wr(this,Pe,n);for(let r of Ee(this,xt)){let o=r.selector(Ee(this,Pe));Ur(r.current,o)||(r.current=o,r.callback(o))}for(let r of Ee(this,yt).get(t.type))r(Ee(this,Pe),t)}}};Pe=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()):Hr(e)&&Hr(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 Hr(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,zr=(e,t,n)=>(Tl(e,typeof t!="symbol"?t+"":t,n),n),Gr=(e=>(e[e.Push=0]="Push",e[e.Pop=1]="Pop",e))(Gr||{});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 Vr{constructor(){super(...arguments),zr(this,"actions",{push:t=>this.send({type:0,id:t}),pop:t=>this.send({type:1,id:t})}),zr(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 Rr(()=>Pl.new());var Tn={exports:{}},An={};/**
|
|
110
|
+
`))}else{let p=l.props,f=p==null?void 0:p.className,h=typeof f=="function"?(...A)=>qa(f(...A),a.className):qa(f,a.className),m=h?{className:h}:{},v=Yd(l.props,wn(Za(a,["ref"])));for(let A in d)A in v&&delete d[A];return x.cloneElement(l,Object.assign({},v,d,u,{ref:o(Ix(l),u.ref)},m))}return x.createElement(s,Object.assign({},Za(a,["ref"]),s!==x.Fragment&&u,s!==x.Fragment&&d),l)}function Cx(){let e=x.useRef([]),t=x.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 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];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 Xd(...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(x.forwardRef(e),{displayName:(t=e.displayName)!=null?t:e.name})}function wn(e){let t=Object.assign({},e);for(let n in t)t[n]===void 0&&delete t[n];return t}function Za(e,t=[]){let n=Object.assign({},e);for(let r of t)r in n&&delete n[r];return n}function Ix(e){return x.version.split(".")[0]>="19"?e.props.ref:e.ref}function Mx(e,t,n){let[r,o]=x.useState(n),s=e!==void 0,i=x.useRef(s),c=x.useRef(!1),a=x.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,ce(u=>(s||o(u),t==null?void 0:t(u)))]}function kx(e){let[t]=x.useState(e);return t}function Qd(e={},t=null,n=[]){for(let[r,o]of Object.entries(e))ep(n,Jd(t,r),o);return n}function Jd(e,t){return e?e+"["+t+"]":t}function ep(e,t,n){if(Array.isArray(n))for(let[r,o]of n.entries())ep(e,Jd(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,""]):Qd(n,t,e)}function Bx(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 Ka=(e=>(e[e.None=1]="None",e[e.Focusable=2]="Focusable",e[e.Hidden=4]="Hidden",e))(Ka||{});function Fx(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 Ye()({ourProps:s,theirProps:o,slot:{},defaultTag:Lx,name:"Hidden"})}let tp=ze(Fx),Dx=x.createContext(null);function Rx({children:e}){let t=x.useContext(Dx);if(!t)return x.createElement(x.Fragment,null,e);let{target:n}=t;return n?ke.createPortal(x.createElement(x.Fragment,null,e),n):null}function jx({data:e,form:t,disabled:n,onReset:r,overrides:o}){let[s,i]=x.useState(null),c=br();return x.useEffect(()=>{if(r&&s)return c.addEventListener(s,"reset",r)},[s,t,r]),x.createElement(Rx,null,x.createElement(_x,{setForm:i,formId:t}),Qd(e).map(([a,u])=>x.createElement(tp,{features:Ka.Hidden,...wn({key:a,as:"input",type:"hidden",hidden:!0,readOnly:!0,form:t,disabled:n,name:a,value:u,...o})})))}function _x({setForm:e,formId:t}){return x.useEffect(()=>{if(t){let n=document.getElementById(t);n&&e(n)}},[e,t]),t?null:x.createElement(tp,{features:Ka.Hidden,as:"input",type:"hidden",hidden:!0,readOnly:!0,ref:n=>{if(!n)return;let r=n.closest("form");r&&e(r)}})}let Ux=x.createContext(void 0);function np(){return x.useContext(Ux)}function Ya(e){return typeof e!="object"||e===null?!1:"nodeType"in e}function Es(e){return Ya(e)&&"tagName"in e}function rn(e){return Es(e)&&"accessKey"in e}function yr(e){return Es(e)&&"tabIndex"in e}function zx(e){return Es(e)&&"style"in e}function Hx(e){return rn(e)&&e.nodeName==="IFRAME"}function rp(e){return rn(e)&&e.nodeName==="INPUT"}function op(e){return rn(e)&&e.nodeName==="LABEL"}function Wx(e){return rn(e)&&e.nodeName==="FIELDSET"}function sp(e){return rn(e)&&e.nodeName==="LEGEND"}function Vx(e){return Es(e)?e.matches('a[href],audio[controls],button,details,embed,iframe,img[usemap],input:not([type="hidden"]),label,select,textarea,video[controls]'):!1}function Gx(e){let t=e.parentElement,n=null;for(;t&&!Wx(t);)sp(t)&&(n=t),t=t.parentElement;let r=(t==null?void 0:t.getAttribute("disabled"))==="";return r&&qx(n)?!1:r}function qx(e){if(!e)return!1;let t=e.previousElementSibling;for(;t!==null;){if(sp(t))return!1;t=t.previousElementSibling}return!0}let ip=Symbol();function Zx(e,t=!0){return Object.assign(e,{[ip]:t})}function st(...e){let t=x.useRef(e);x.useEffect(()=>{t.current=e},[e]);let n=ce(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[ip]))?void 0:n}let Xa=x.createContext(null);Xa.displayName="DescriptionContext";function ap(){let e=x.useContext(Xa);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,ap),t}return e}function Kx(){var e,t;return(t=(e=x.useContext(Xa))==null?void 0:e.value)!=null?t:void 0}let Yx="p";function Xx(e,t){let n=x.useId(),r=Ga(),{id:o=`headlessui-description-${n}`,...s}=e,i=ap(),c=st(t);ye(()=>i.register(o),[o,i.register]);let a=r||!1,u=x.useMemo(()=>({...i.slot,disabled:a}),[i.slot,a]),l={ref:c,...i.props,id:o};return Ye()({ourProps:l,theirProps:s,slot:u,defaultTag:Yx,name:i.name||"Description"})}let Qx=ze(Xx);Object.assign(Qx,{});var Oe=(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))(Oe||{});let Ss=x.createContext(null);Ss.displayName="LabelContext";function cp(){let e=x.useContext(Ss);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,cp),t}return e}function up(e){var t,n,r;let o=(n=(t=x.useContext(Ss))==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 Jx({inherit:e=!1}={}){let t=up(),[n,r]=x.useState([]),o=e?[t,...n].filter(Boolean):n;return[o.length>0?o.join(" "):void 0,x.useMemo(()=>function(s){let i=ce(a=>(r(u=>[...u,a]),()=>r(u=>{let l=u.slice(),d=l.indexOf(a);return d!==-1&&l.splice(d,1),l}))),c=x.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 x.createElement(Ss.Provider,{value:c},s.children)},[r])]}let eE="label";function tE(e,t){var n;let r=x.useId(),o=cp(),s=np(),i=Ga(),{id:c=`headlessui-label-${r}`,htmlFor:a=s??((n=o.props)==null?void 0:n.htmlFor),passive:u=!1,...l}=e,d=st(t);ye(()=>o.register(c),[c,o.register]);let p=ce(v=>{let A=v.currentTarget;if(!(v.target!==v.currentTarget&&Vx(v.target))&&(op(A)&&v.preventDefault(),o.props&&"onClick"in o.props&&typeof o.props.onClick=="function"&&o.props.onClick(v),op(A))){let w=document.getElementById(A.htmlFor);if(w){let T=w.getAttribute("disabled");if(T==="true"||T==="")return;let B=w.getAttribute("aria-disabled");if(B==="true"||B==="")return;(rp(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})}}}),f=i||!1,h=x.useMemo(()=>({...o.slot,disabled:f}),[o.slot,f]),m={ref:d,...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),Ye()({ourProps:m,theirProps:l,slot:h,defaultTag:a?eE:"div",name:o.name||"Label"})}let nE=ze(tE),rE=Object.assign(nE,{});function oE(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 sE(e=oE){return x.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 iE(e){if(e===null)return{width:0,height:0};let{width:t,height:n}=e.getBoundingClientRect();return{width:t,height:n}}function aE(e,t=!1){let[n,r]=x.useReducer(()=>({}),{}),o=x.useMemo(()=>iE(e),[e,n]);return ye(()=>{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 lp=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 cE=Object.defineProperty,uE=(e,t,n)=>t in e?cE(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,lE=(e,t,n)=>(uE(e,t+"",n),n),fp=(e,t,n)=>{if(!t.has(e))throw TypeError("Cannot "+n)},it=(e,t,n)=>(fp(e,t,"read from private field"),n?n.call(e):t.get(e)),Qa=(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)},dp=(e,t,n,r)=>(fp(e,t,"write to private field"),t.set(e,n),n),Lt,xo,Eo;let pp=class{constructor(t){Qa(this,Lt,{}),Qa(this,xo,new lp(()=>new Set)),Qa(this,Eo,new Set),lE(this,"disposables",Pt()),dp(this,Lt,t),Bt.isServer&&this.disposables.microTask(()=>{this.dispose()})}dispose(){this.disposables.dispose()}get state(){return it(this,Lt)}subscribe(t,n){if(Bt.isServer)return()=>{};let r={selector:t,callback:n,current:t(it(this,Lt))};return it(this,Eo).add(r),this.disposables.add(()=>{it(this,Eo).delete(r)})}on(t,n){return Bt.isServer?()=>{}:(it(this,xo).get(t).add(n),this.disposables.add(()=>{it(this,xo).get(t).delete(n)}))}send(t){let n=this.reduce(it(this,Lt),t);if(n!==it(this,Lt)){dp(this,Lt,n);for(let r of it(this,Eo)){let o=r.selector(it(this,Lt));hp(r.current,o)||(r.current=o,r.callback(o))}for(let r of it(this,xo).get(t.type))r(it(this,Lt),t)}}};Lt=new WeakMap,xo=new WeakMap,Eo=new WeakMap;function hp(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:Ja(e[Symbol.iterator](),t[Symbol.iterator]()):e instanceof Map&&t instanceof Map||e instanceof Set&&t instanceof Set?e.size!==t.size?!1:Ja(e.entries(),t.entries()):mp(e)&&mp(t)?Ja(Object.entries(e)[Symbol.iterator](),Object.entries(t)[Symbol.iterator]()):!1}function Ja(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 mp(e){if(Object.prototype.toString.call(e)!=="[object Object]")return!1;let t=Object.getPrototypeOf(e);return t===null||Object.getPrototypeOf(t)===null}function ec(e){let[t,n]=e(),r=Pt();return(...o)=>{t(...o),r.dispose(),r.microTask(n)}}var fE=Object.defineProperty,dE=(e,t,n)=>t in e?fE(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,gp=(e,t,n)=>(dE(e,typeof t!="symbol"?t+"":t,n),n),bp=(e=>(e[e.Push=0]="Push",e[e.Pop=1]="Pop",e))(bp||{});let pE={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}}},hE=class X0 extends pp{constructor(){super(...arguments),gp(this,"actions",{push:t=>this.send({type:0,id:t}),pop:t=>this.send({type:1,id:t})}),gp(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 ot(n.type,pE,t,n)}};const tc=new lp(()=>hE.new());var nc={exports:{}},rc={};/**
|
|
59
111
|
* @license React
|
|
60
112
|
* use-sync-external-store-with-selector.production.js
|
|
61
113
|
*
|
|
@@ -63,7 +115,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
63
115
|
*
|
|
64
116
|
* This source code is licensed under the MIT license found in the
|
|
65
117
|
* LICENSE file in the root directory of this source tree.
|
|
66
|
-
*/var
|
|
118
|
+
*/var yp;function mE(){if(yp)return rc;yp=1;var e=x;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 rc.useSyncExternalStoreWithSelector=function(a,u,l,d,p){var f=o(null);if(f.current===null){var h={hasValue:!1,value:null};f.current=h}else h=f.current;f=i(function(){function v(F){if(!A){if(A=!0,w=F,F=d(F),p!==void 0&&h.hasValue){var R=h.value;if(p(R,F))return T=R}return T=F}if(R=T,n(w,F))return R;var j=d(F);return p!==void 0&&p(R,j)?(w=F,R):(w=F,T=j)}var A=!1,w,T,B=l===void 0?null:l;return[function(){return v(u())},B===null?void 0:function(){return v(B())}]},[u,l,d,p]);var m=r(a,f[0],f[1]);return s(function(){h.hasValue=!0,h.value=m},[m]),c(m),m},rc}var oc={};/**
|
|
67
119
|
* @license React
|
|
68
120
|
* use-sync-external-store-with-selector.development.js
|
|
69
121
|
*
|
|
@@ -71,34 +123,55 @@ React keys must be passed directly to JSX without using spread:
|
|
|
71
123
|
*
|
|
72
124
|
* This source code is licensed under the MIT license found in the
|
|
73
125
|
* LICENSE file in the root directory of this source tree.
|
|
74
|
-
*/var Kr;function Ml(){return Kr||(Kr=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 b(S){if(!x){if(x=!0,E=S,S=p(S),m!==void 0&&h.hasValue){var A=h.value;if(m(A,S))return y=A}return y=S}if(A=y,n(E,S))return A;var L=p(S);return m!==void 0&&m(A,L)?(E=S,A):(E=S,y=L)}var x=!1,E,y,C=a===void 0?null:a;return[function(){return b(l())},C===null?void 0:function(){return b(C())}]},[l,a,p,m]);var v=r(i,f[0],f[1]);return s(function(){h.hasValue=!0,h.value=v},[v]),u(v),v},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=Nl():Tn.exports=Ml();var Ll=Tn.exports;function we(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 Qr(e,t){let n=d.useId(),r=On.get(t),[o,s]=we(r,d.useCallback(c=>[r.selectors.isTop(c,n),r.selectors.inStack(c,n)],[r,n]));return ee(()=>{if(e)return r.actions.push(n),()=>r.actions.pop(n)},[r,e,n]),e?s?o:!0:!1}let Nn=new Map,Et=new Map;function Xr(e){var t;let n=(t=Et.get(e))!=null?t:0;return Et.set(e,n+1),n!==0?()=>qr(e):(Nn.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>qr(e))}function qr(e){var t;let n=(t=Et.get(e))!=null?t:1;if(n===1?Et.delete(e):Et.set(e,n-1),n!==1)return;let r=Nn.get(e);r&&(r["aria-hidden"]===null?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",r["aria-hidden"]),e.inert=r.inert,Nn.delete(e))}function Dl(e,{allowed:t,disallowed:n}={}){let r=Qr(e,"inert-others");ee(()=>{var o,s;if(!r)return;let c=Se();for(let i of(o=n==null?void 0:n())!=null?o:[])i&&c.add(Xr(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(Xr(p));a=a.parentElement}}return c.dispose},[r,t,n])}function Il(e,t,n){let r=Qe(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:je(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 Mn=["[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 Jr(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(Mn)).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 Zr(e,t=0){var n;return e===((n=bt(e))==null?void 0:n.body)?!1:ye(t,{0(){return e.matches(Mn)},1(){let r=e;for(;r!==null;){if(r.matches(Mn))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 eo(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 Ul(e,t){return Hl(Jr(),t,{relativeTo:e})}function Hl(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?eo(e):e:t&64?Rl(e):Jr(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 to(){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 no(){return to()||zl()}function it(e,t,n,r){let o=Qe(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=Qe(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 ro=30;function Yl(e,t,n){let r=Qe(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!Zr(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;no()||(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(no()||!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)>=ro||Math.abs(i.y-c.current.y)>=ro))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,oo=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=>{En(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))<oo&&Math.abs(i.y-((a=u.current)!=null?a:i.y))<oo)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 to()?{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(Lr(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 Xe=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)}});Xe.subscribe(()=>{let e=Xe.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)&&Xe.dispatch(n.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",n),n.count===0&&Xe.dispatch("TEARDOWN",n)}});function oa(e,t,n=()=>({containers:[]})){let r=Jl(Xe),o=t?r.get(t):void 0,s=o?o.count>0:!1;return ee(()=>{if(!(!t||!e))return Xe.dispatch("PUSH",t,n),()=>Xe.dispatch("POP",t,n)},[e,t]),s}function ia(e,t,n=()=>[document.body]){let r=Qr(e,"scroll-lock");oa(r,t,o=>{var s;return{containers:[...(s=o.containers)!=null?s:[],n]}})}function io(e){return[e.screenX,e.screenY]}function sa(){let e=d.useRef([-1,-1]);return{wasMoved(t){let n=io(t);return e.current[0]===n[0]&&e.current[1]===n[1]?!1:(e.current=n,!0)},update(t){e.current=io(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 so,lo;typeof process<"u"&&typeof globalThis<"u"&&typeof Element<"u"&&((so=process==null?void 0:process.env)==null?void 0:so.NODE_ENV)==="test"&&typeof((lo=Element==null?void 0:Element.prototype)==null?void 0:lo.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 ao(e){let t={};for(let n in e)e[n]===!0&&(t[`data-${n}`]="");return t}function uo(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 ee(()=>{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 co(e)?(e.nodeName||"").toLowerCase():"#document"}function ge(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ne(e){var t;return(t=(co(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function co(e){return Rt()?e instanceof Node||e instanceof ge(e).Node:!1}function ue(e){return Rt()?e instanceof Element||e instanceof ge(e).Element:!1}function Me(e){return Rt()?e instanceof HTMLElement||e instanceof ge(e).HTMLElement:!1}function fo(e){return!Rt()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ge(e).ShadowRoot}const da=new Set(["inline","contents"]);function wt(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 va=["transform","translate","scale","rotate","perspective"],ga=["transform","translate","scale","rotate","perspective","filter"],ba=["paint","layout","strict","content"];function In(e){const t=jn(),n=ue(e)?$e(e):e;return va.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)||ga.some(r=>(n.willChange||"").includes(r))||ba.some(r=>(n.contain||"").includes(r))}function ya(e){let t=Ue(e);for(;Me(t)&&!lt(t);){if(In(t))return t;if(Bt(t))return null;t=Ue(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 ge(e).getComputedStyle(e)}function Wt(e){return ue(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function Ue(e){if(st(e)==="html")return e;const t=e.assignedSlot||e.parentNode||fo(e)&&e.host||Ne(e);return fo(t)?t.host:t}function po(e){const t=Ue(e);return lt(t)?e.ownerDocument?e.ownerDocument.body:e.body:Me(t)&&wt(t)?t:po(t)}function Ct(e,t,n){var r;t===void 0&&(t=[]),n===void 0&&(n=!0);const o=po(e),s=o===((r=e.ownerDocument)==null?void 0:r.body),c=ge(o);if(s){const u=_n(c);return t.concat(c,c.visualViewport||[],wt(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 Ea(){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 qe=Math.min,ce=Math.max,St=Math.round,Vt=Math.floor,Le=e=>({x:e,y:e}),wa={left:"right",right:"left",bottom:"top",top:"bottom"},Ca={start:"end",end:"start"};function mo(e,t,n){return ce(e,qe(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 ho(e){return e==="x"?"y":"x"}function vo(e){return e==="y"?"height":"width"}const Sa=new Set(["top","bottom"]);function _e(e){return Sa.has(He(e))?"y":"x"}function go(e){return ho(_e(e))}function $a(e,t,n){n===void 0&&(n=!1);const r=$t(e),o=go(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=Ut(c)),[c,Ut(c)]}function Oa(e){const t=Ut(e);return[kn(e),t,kn(t)]}function kn(e){return e.replace(/start|end/g,t=>Ca[t])}const bo=["left","right"],yo=["right","left"],Ta=["top","bottom"],Aa=["bottom","top"];function Pa(e,t,n){switch(e){case"top":case"bottom":return n?t?yo:bo:t?bo:yo;case"left":case"right":return t?Ta:Aa;default:return[]}}function Na(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 Ut(e){return e.replace(/left|right|bottom|top/g,t=>wa[t])}function Ma(e){return{top:0,right:0,bottom:0,left:0,...e}}function La(e){return typeof e!="number"?Ma(e):{top:e,right:e,bottom:e,left:e}}function Ht(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 xo(e,t,n){let{reference:r,floating:o}=e;const s=_e(t),c=go(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}=xo(l,r,i),m=r,f={},h=0;for(let v=0;v<u.length;v++){const{name:b,fn:x}=u[v],{x:E,y,data:C,reset:S}=await x({x:a,y:p,initialPlacement:r,placement:m,strategy:o,middlewareData:f,rects:l,platform:c,elements:{reference:e,floating:t}});a=E??a,p=y??p,f={...f,[b]:{...f[b],...C}},S&&h<=50&&(h++,typeof S=="object"&&(S.placement&&(m=S.placement),S.rects&&(l=S.rects===!0?await c.getElementRects({reference:e,floating:t,strategy:o}):S.rects),{x:a,y:p}=xo(l,m,i)),v=-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),b=u[m?p==="floating"?"reference":"floating":p],x=Ht(await s.getClippingRect({element:(n=await(s.isElement==null?void 0:s.isElement(b)))==null||n?b:b.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(u.floating)),boundary:l,rootBoundary:a,strategy:i})),E=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)),C=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},S=Ht(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:u,rect:E,offsetParent:y,strategy:i}):E);return{top:(x.top-S.top+h.top)/C.y,bottom:(S.bottom-x.bottom+h.bottom)/C.y,left:(x.left-S.left+h.left)/C.x,right:(S.right-x.right+h.right)/C.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:v=!0,...b}=at(e,t);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const x=He(o),E=_e(u),y=He(u)===u,C=await(i.isRTL==null?void 0:i.isRTL(l.floating)),S=m||(y||!v?[Ut(u)]:Oa(u)),A=h!=="none";!m&&A&&S.push(...Na(u,v,h,C));const L=[u,...S],R=await zt(t,b),V=[];let P=((r=s.flip)==null?void 0:r.overflows)||[];if(a&&V.push(R[x]),p){const D=$a(o,c,C);V.push(R[D[0]],R[D[1]])}if(P=[...P,{placement:o,overflows:V}],!V.every(D=>D<=0)){var T,K;const D=(((T=s.flip)==null?void 0:T.index)||0)+1,B=L[D];if(B&&(!(p==="alignment"?E!==_e(B):!1)||P.every(O=>_e(O.placement)===E?O.overflows[0]>0:!0)))return{data:{index:D,overflows:P},reset:{placement:B}};let U=(K=P.filter(G=>G.overflows[0]<=0).sort((G,O)=>G.overflows[1]-O.overflows[1])[0])==null?void 0:K.placement;if(!U)switch(f){case"bestFit":{var I;const G=(I=P.filter(O=>{if(A){const _=_e(O.placement);return _===E||_==="y"}return!0}).map(O=>[O.placement,O.overflows.filter(_=>_>0).reduce((_,F)=>_+F,0)]).sort((O,_)=>O[1]-_[1])[0])==null?void 0:I[0];G&&(U=G);break}case"initialPlacement":U=u;break}if(o!==U)return{reset:{placement:U}}}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=_e(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:b=>{let{x,y:E}=b;return{x,y:E}}},...i}=at(e,t),l={x:n,y:r},a=await zt(t,i),p=_e(He(o)),m=ho(p);let f=l[m],h=l[p];if(s){const b=m==="y"?"top":"left",x=m==="y"?"bottom":"right",E=f+a[b],y=f-a[x];f=mo(E,f,y)}if(c){const b=p==="y"?"top":"left",x=p==="y"?"bottom":"right",E=h+a[b],y=h-a[x];h=mo(E,h,y)}const v=u.fn({...t,[m]:f,[p]:h});return{...v,data:{x:v.x-n,y:v.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=_e(o)==="y",{width:h,height:v}=s.floating;let b,x;p==="top"||p==="bottom"?(b=p,x=m===(await(c.isRTL==null?void 0:c.isRTL(u.floating))?"start":"end")?"left":"right"):(x=p,b=m==="end"?"top":"bottom");const E=v-a.top-a.bottom,y=h-a.left-a.right,C=qe(v-a[b],E),S=qe(h-a[x],y),A=!t.middlewareData.shift;let L=C,R=S;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(R=y),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(L=E),A&&!m){const P=ce(a.left,0),T=ce(a.right,0),K=ce(a.top,0),I=ce(a.bottom,0);f?R=h-2*(P!==0||T!==0?P+T:ce(a.left,a.right)):L=v-2*(K!==0||I!==0?K+I:ce(a.top,a.bottom))}await i({...t,availableWidth:R,availableHeight:L});const V=await c.getDimensions(u.floating);return h!==V.width||v!==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 ue(e)?e:e.contextElement}function ut(e){const t=Rn(e);if(!Me(t))return Le(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=Le(0);function wo(e){const t=ge(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!==ge(e)?!1:t}function Je(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),s=Rn(e);let c=Le(1);t&&(r?ue(r)&&(c=ut(r)):c=ut(e));const u=Wa(s,n,r)?wo(s):Le(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=ge(s),f=r&&ue(r)?ge(r):r;let h=m,v=_n(h);for(;v&&r&&f!==h;){const b=ut(v),x=v.getBoundingClientRect(),E=$e(v),y=x.left+(v.clientLeft+parseFloat(E.paddingLeft))*b.x,C=x.top+(v.clientTop+parseFloat(E.paddingTop))*b.y;i*=b.x,l*=b.y,a*=b.x,p*=b.y,i+=y,l+=C,h=ge(v),v=_n(h)}}return Ht({width:a,height:p,x:i,y:l})}function Gt(e,t){const n=Wt(e).scrollLeft;return t?t.left+n:Je(Ne(e)).left+n}function Co(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=Ne(r),u=t?Bt(t.floating):!1;if(r===c||u&&s)return n;let i={scrollLeft:0,scrollTop:0},l=Le(1);const a=Le(0),p=Me(r);if((p||!p&&!s)&&((st(r)!=="body"||wt(c))&&(i=Wt(r)),Me(r))){const f=Je(r);l=ut(r),a.x=f.x+r.clientLeft,a.y=f.y+r.clientTop}const m=c&&!p&&!s?Co(c,i):Le(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 Ua(e){return Array.from(e.getClientRects())}function Ha(e){const t=Ne(e),n=Wt(e),r=e.ownerDocument.body,o=ce(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),s=ce(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight);let c=-n.scrollLeft+Gt(e);const u=-n.scrollTop;return $e(r).direction==="rtl"&&(c+=ce(t.clientWidth,r.clientWidth)-o),{width:o,height:s,x:c,y:u}}const So=25;function za(e,t){const n=ge(e),r=Ne(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<=So&&(s-=h)}else l<=So&&(s+=l);return{width:s,height:c,x:u,y:i}}const Ga=new Set(["absolute","fixed"]);function Ya(e,t){const n=Je(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,s=Me(e)?ut(e):Le(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 $o(e,t,n){let r;if(t==="viewport")r=za(e,n);else if(t==="document")r=Ha(Ne(e));else if(ue(t))r=Ya(t,n);else{const o=wo(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Ht(r)}function Oo(e,t){const n=Ue(e);return n===t||!ue(n)||lt(n)?!1:$e(n).position==="fixed"||Oo(n,t)}function Ka(e,t){const n=t.get(e);if(n)return n;let r=Ct(e,[],!1).filter(u=>ue(u)&&st(u)!=="body"),o=null;const s=$e(e).position==="fixed";let c=s?Ue(e):e;for(;ue(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)||wt(c)&&!i&&Oo(e,c))?r=r.filter(a=>a!==c):o=u,c=Ue(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=$o(t,a,o);return l.top=ce(p.top,l.top),l.right=qe(p.right,l.right),l.bottom=qe(p.bottom,l.bottom),l.left=ce(p.left,l.left),l},$o(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=Ne(t),s=n==="fixed",c=Je(e,!0,s,t);let u={scrollLeft:0,scrollTop:0};const i=Le(0);function l(){i.x=Gt(o)}if(r||!r&&!s)if((st(t)!=="body"||wt(o))&&(u=Wt(t)),r){const f=Je(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?Co(o,u):Le(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 To(e,t){if(!Me(e)||$e(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return Ne(e)===n&&(n=n.ownerDocument.body),n}function Ao(e,t){const n=ge(e);if(Bt(e))return n;if(!Me(e)){let o=Ue(e);for(;o&&!lt(o);){if(ue(o)&&!Bn(o))return o;o=Ue(o)}return n}let r=To(e,t);for(;r&&ma(r)&&Bn(r);)r=To(r,t);return r&<(r)&&Bn(r)&&!In(r)?n:r||ya(e)||n}const Ja=async function(e){const t=this.getOffsetParent||Ao,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:Ne,getClippingRect:Qa,getOffsetParent:Ao,getElementRects:Ja,getClientRects:Ua,getDimensions:Xa,getScale:ut,isElement:ue,isRTL:Za};function Po(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=Ne(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),v=Vt(o.clientWidth-(a+m)),b=Vt(o.clientHeight-(p+f)),x=Vt(a),y={rootMargin:-h+"px "+-v+"px "+-b+"px "+-x+"px",threshold:ce(0,qe(1,i))||1};let C=!0;function S(A){const L=A[0].intersectionRatio;if(L!==i){if(!C)return c();L?c(!1,L):r=setTimeout(()=>{c(!1,1e-7)},1e3)}L===1&&!Po(l,e.getBoundingClientRect())&&c(),C=!1}try{n=new IntersectionObserver(S,{...y,root:o.ownerDocument})}catch{n=new IntersectionObserver(S,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(x=>{o&&x.addEventListener("scroll",n,{passive:!0}),s&&x.addEventListener("resize",n)});const p=l&&u?tu(l,n):null;let m=-1,f=null;c&&(f=new ResizeObserver(x=>{let[E]=x;E&&E.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,v=i?Je(e):null;i&&b();function b(){const x=Je(e);v&&!Po(v,x)&&n(),v=x,h=requestAnimationFrame(b)}return n(),()=>{var x;a.forEach(E=>{o&&E.removeEventListener("scroll",n),s&&E.removeEventListener("resize",n)}),p==null||p(),(x=f)==null||x.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 Mo(e,t){const n=No(e);return Math.round(t*n)/n}function Vn(e){const t=M.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]=M.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[m,f]=M.useState(r);Kt(m,r)||f(r);const[h,v]=M.useState(null),[b,x]=M.useState(null),E=M.useCallback(O=>{O!==A.current&&(A.current=O,v(O))},[]),y=M.useCallback(O=>{O!==L.current&&(L.current=O,x(O))},[]),C=s||h,S=c||b,A=M.useRef(null),L=M.useRef(null),R=M.useRef(a),V=i!=null,P=Vn(i),T=Vn(o),K=Vn(l),I=M.useCallback(()=>{if(!A.current||!L.current)return;const O={placement:t,strategy:n,middleware:m};T.current&&(O.platform=T.current),lu(A.current,L.current,O).then(_=>{const F={..._,isPositioned:K.current!==!1};D.current&&!Kt(R.current,F)&&(R.current=F,Pt.flushSync(()=>{p(F)}))})},[m,t,n,T,K]);Yt(()=>{l===!1&&R.current.isPositioned&&(R.current.isPositioned=!1,p(O=>({...O,isPositioned:!1})))},[l]);const D=M.useRef(!1);Yt(()=>(D.current=!0,()=>{D.current=!1}),[]),Yt(()=>{if(C&&(A.current=C),S&&(L.current=S),C&&S){if(P.current)return P.current(C,S,I);I()}},[C,S,I,P,V]);const B=M.useMemo(()=>({reference:A,floating:L,setReference:E,setFloating:y}),[E,y]),U=M.useMemo(()=>({reference:C,floating:S}),[C,S]),G=M.useMemo(()=>{const O={position:n,left:0,top:0};if(!U.floating)return O;const _=Mo(U.floating,a.x),F=Mo(U.floating,a.y);return u?{...O,transform:"translate("+_+"px, "+F+"px)",...No(U.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:_,top:F}},[n,u,U.floating,a.x,a.y]);return M.useMemo(()=>({...a,update:I,refs:B,elements:U,floatingStyles:G}),[a,I,B,U,G])}const Lo=(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]}),Fo={...M},mu=Fo.useInsertionEffect||(e=>e());function Do(e){const t=M.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return mu(()=>{t.current=e}),M.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 Un=typeof document<"u"?d.useLayoutEffect:d.useEffect;let Io=!1,hu=0;const jo=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+hu++;function vu(){const[e,t]=M.useState(()=>Io?jo():void 0);return Un(()=>{e==null&&t(jo())},[]),M.useEffect(()=>{Io=!0},[]),e}const gu=Fo.useId||vu;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 Eu=M.createContext(null),wu=M.createContext(null),Cu=()=>{var e;return((e=M.useContext(Eu))==null?void 0:e.id)||null},Su=()=>M.useContext(wu),$u="data-floating-ui-focusable";function Ou(e){const{open:t=!1,onOpenChange:n,elements:r}=e,o=gu(),s=M.useRef({}),[c]=M.useState(()=>xu()),u=Cu()!=null;if(process.env.NODE_ENV!=="production"){const f=r.reference;f&&!ue(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]=M.useState(r.reference),a=Do((f,h,v)=>{s.current.openEvent=f?h:void 0,c.emit("openchange",{open:f,event:h,reason:v,nested:u}),n==null||n(f,h,v)}),p=M.useMemo(()=>({setPositionReference:l}),[]),m=M.useMemo(()=>({reference:i||r.reference||null,floating:r.floating||null,domReference:r.reference}),[i,r.reference,r.floating]);return M.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]=M.useState(null),[u,i]=M.useState(null),a=(o==null?void 0:o.domReference)||s,p=M.useRef(null),m=Su();Un(()=>{a&&(p.current=a)},[a]);const f=cu({...e,elements:{...o,...u&&{reference:u}}}),h=M.useCallback(y=>{const C=ue(y)?{getBoundingClientRect:()=>y.getBoundingClientRect(),contextElement:y}:y;i(C),f.refs.setReference(C)},[f.refs]),v=M.useCallback(y=>{(ue(y)||y===null)&&(p.current=y,c(y)),(ue(f.refs.reference.current)||f.refs.reference.current===null||y!==null&&!ue(y))&&f.refs.setReference(y)},[f.refs]),b=M.useMemo(()=>({...f.refs,setReference:v,setPositionReference:h,domReference:p}),[f.refs,v,h]),x=M.useMemo(()=>({...f.elements,domReference:a}),[f.elements,a]),E=M.useMemo(()=>({...f,...r,refs:b,elements:x,nodeId:t}),[f,b,x,t,r]);return Un(()=>{r.dataRef.current.floatingContext=E;const y=m==null?void 0:m.nodesRef.current.find(C=>C.id===t);y&&(y.context=E)}),M.useMemo(()=>({...f,context:E,refs:b,elements:x}),[f,b,x,E])}const _o="active",ko="selected";function Hn(e,t,n){const r=new Map,o=n==="item";let s=e;if(o&&e){const{[_o]:c,[ko]: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&&[_o,ko].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),v=0;v<f;v++)h[v]=arguments[v];return(m=r.get(l))==null?void 0:m.map(b=>b(...h)).find(b=>b!==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=M.useCallback(u=>Hn(u,e,"reference"),t),s=M.useCallback(u=>Hn(u,e,"floating"),n),c=M.useCallback(u=>Hn(u,e,"item"),r);return M.useMemo(()=>({getReferenceProps:o,getFloatingProps:s,getItemProps:c}),[o,s,c])}function Ro(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,v=m.clientTop||h.clientTop,b=m.clientTop!==0,x=h.clientTop!==0,E=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 Lo(-f.offsetTop-m.clientTop-p.reference.height/2-f.offsetHeight/2-s).fn(t)},C=await Wn(Ro(y,h.scrollHeight+v+m.clientTop),a),S=await Wn(y,{...a,elementContext:"reference"}),A=ce(0,C.top),L=y.y+A,P=(h.scrollHeight>h.clientHeight?T=>T:St)(ce(0,h.scrollHeight+(b&&E||x?v*2:0)-A-ce(0,C.bottom)));if(h.style.maxHeight=P+"px",h.scrollTop=A,o){const T=h.offsetHeight<f.offsetHeight*qe(u,n.current.length)-1||S.top>=-i||S.bottom>=-i;Pt.flushSync(()=>o(T))}return r&&(r.current=await Wn(Ro({...y,y:L},h.offsetHeight+v+m.clientTop),a)),{y:L}}});function Nu(e,t){const{open:n,elements:r}=e,{enabled:o=!0,overflowRef:s,scrollRef:c,onChange:u}=t,i=Do(u),l=M.useRef(!1),a=M.useRef(null),p=M.useRef(null);M.useEffect(()=>{if(!o)return;function f(v){if(v.ctrlKey||!h||s.current==null)return;const b=v.deltaY,x=s.current.top>=-.5,E=s.current.bottom>=-.5,y=h.scrollHeight-h.clientHeight,C=b<0?-1:1,S=b<0?"max":"min";h.scrollHeight<=h.clientHeight||(!x&&b>0||!E&&b<0?(v.preventDefault(),Pt.flushSync(()=>{i(A=>A+Math[S](b,y*C))})):/firefox/i.test(Ea())&&(h.scrollTop+=b))}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=M.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(v=>v+h))}requestAnimationFrame(()=>{a.current=f.scrollTop})}}}),[r.floating,i,s,c]);return M.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 Mu(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})]);ee(()=>{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 Bo=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),[v,b="center"]=a.split(" ");ee(()=>{l&&s(0)},[l]);let{refs:x,floatingStyles:E,context:y}=Tu({open:l,placement:v==="selection"?b==="center"?"bottom":`bottom-${b}`:b==="center"?`${v}`:`${v}-${b}`,strategy:"absolute",transform:!1,middleware:[Lo({mainAxis:v==="selection"?0:p,crossAxis:m}),fu({padding:f}),v!=="selection"&&du({padding:f}),v==="selection"&&h?Pu({...h,padding:f,overflowRef:c,offset:o,minItemsVisible:Bo,referenceOverflowThreshold:f,onFallbackChange(T){var K,I;if(!T)return;let D=y.elements.floating;if(!D)return;let B=parseFloat(getComputedStyle(D).scrollPaddingBottom)||0,U=Math.min(Bo,D.childElementCount),G=0,O=0;for(let _ of(I=(K=y.elements.floating)==null?void 0:K.childNodes)!=null?I:[])if(je(_)){let F=_.offsetTop,Z=F+_.clientHeight+B,Q=D.scrollTop,X=Q+D.clientHeight;if(F>=Q&&Z<=X)U--;else{O=Math.max(0,Math.min(Z,X)-Math.max(F,Q)),G=_.clientHeight;break}}U>=1&&s(_=>{let F=G*U-O+B;return _>=F?_:F})}}):null,pu({padding:f,apply({availableWidth:T,availableHeight:K,elements:I}){Object.assign(I.floating.style,{overflow:"auto",maxWidth:`${T}px`,maxHeight:`min(var(--anchor-max-height, 100vh), ${K}px)`})}})].filter(Boolean),whileElementsMounted:nu}),[C=v,S=b]=y.placement.split("-");v==="selection"&&(C="selection");let A=d.useMemo(()=>({anchor:[C,S].filter(Boolean).join(" ")}),[C,S]),L=Nu(y,{overflowRef:c,onChange:s}),{getReferenceProps:R,getFloatingProps:V}=Au([L]),P=z(T=>{i(T),x.setFloating(T)});return M.createElement(zn.Provider,{value:r},M.createElement(ct.Provider,{value:{setFloating:P,setReference:x.setReference,styles:E,getReferenceProps:R,getFloatingProps:V,slot:A}},e))}function _u(e){ee(()=>{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=Vo(i,l);return[a,p=>{let m=Wo(i);{let f=m.map(h=>window.getComputedStyle(l).getPropertyValue(h));r.requestAnimationFrame(function h(){r.nextFrame(h);let v=!1;for(let[x,E]of m.entries()){let y=window.getComputedStyle(l).getPropertyValue(E);if(f[x]!==y){f[x]=y,v=!0;break}}if(!v)return;let b=Vo(i,l);a!==b&&(p(b),a=b)})}return r.dispose}]}return[n,null]}),s=d.useMemo(()=>o(e,t)[0],[e,t]),[c=s,u]=d.useState();return ee(()=>{let[i,l]=o(e,t);if(u(i),!!l)return l(u)},[e,t]),c}function Wo(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,...Wo(o)]:[r]}return[]}function Vo(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 re=(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))(re||{});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 Ho=(e=>(e[e.Left=0]="Left",e[e.Right=2]="Right",e))(Ho||{});function zo(e){let t=z(e),n=d.useRef(!1);d.useEffect(()=>(n.current=!1,()=>{n.current=!0,Sr(()=>{n.current&&t()})}),[t])}function Wu(){let e=typeof document>"u";return"useSyncExternalStore"in M?(t=>t.useSyncExternalStore)(M)(()=>()=>{},()=>!1,()=>!e):!1}function Qn(){let e=Wu(),[t,n]=M.useState(Ae.isHandoffComplete);return t&&Ae.isHandoffComplete===!1&&n(!1),M.useEffect(()=>{t!==!0&&n(!0)},[t]),M.useEffect(()=>Ae.handoff(),[]),e?!1:t}let Vu=d.createContext(!1);function Uu(){return d.useContext(Vu)}function Hu(e){let t=Uu(),n=d.useContext(Yo),[r,o]=d.useState(()=>{var s;if(!t&&n!==null)return(s=n.current)!=null?s:null;if(Ae.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 Go=d.Fragment,zu=me(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=Hu(u),[l]=d.useState(()=>{var f;return Ae.isServer?null:(f=u==null?void 0:u.createElement("div"))!=null?f:null}),a=d.useContext(Qu),p=Qn();ee(()=>{!i||!l||i.contains(l)||(l.setAttribute("data-headlessui-portal",""),i.appendChild(l))},[i,l]),ee(()=>{if(l&&a)return a.register(l)},[a,l]),zo(()=>{var f;!i||!l||(En(l)&&i.contains(l)&&i.removeChild(l),i.childNodes.length<=0&&((f=i.parentElement)==null||f.removeChild(i)))});let m=ve();return p?!i||!l?null:pe.createPortal(m({ourProps:{ref:s},theirProps:r,slot:{},defaultTag:Go,name:"Portal"}),l):null});function Gu(e,t){let n=xe(t),{enabled:r=!0,ownerDocument:o,...s}=e,c=ve();return r?d.createElement(zu,{...s,ownerDocument:o,ref:n}):c({ourProps:{ref:n},theirProps:s,slot:{},defaultTag:Go,name:"Portal"})}let Yu=d.Fragment,Yo=d.createContext(null);function Ku(e,t){let{target:n,...r}=e,o={ref:xe(t)},s=ve();return d.createElement(Yo.Provider,{value:n},s({ourProps:o,theirProps:r,defaultTag:Yu,name:"Popover.Group"}))}let Qu=d.createContext(null),Xu=me(Gu),qu=me(Ku),Ju=Object.assign(Xu,{Group:qu});function Zu(){let e=d.useRef(!1);return ee(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function Ko(e){var t;return!!(e.enter||e.enterFrom||e.enterTo||e.leave||e.leaveFrom||e.leaveTo)||((t=e.as)!=null?t:Xo)!==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 Qo(e,t){let n=Qe(e),r=d.useRef([]),o=Zu(),s=rt(),c=z((f,h=We.Hidden)=>{let v=r.current.findIndex(({el:b})=>b===f);v!==-1&&(ye(h,{[We.Unmount](){r.current.splice(v,1)},[We.Hidden](){r.current[v].state="hidden"}}),s.microTask(()=>{var b;!Jt(r)&&o.current&&((b=n.current)==null||b.call(n))}))}),u=z(f=>{let h=r.current.find(({el:v})=>v===f);return h?h.state!=="visible"&&(h.state="visible"):r.current.push({el:f,state:"visible"}),()=>c(f,We.Unmount)}),i=d.useRef([]),l=d.useRef(Promise.resolve()),a=d.useRef({enter:[],leave:[]}),p=z((f,h,v)=>{i.current.splice(0),t&&(t.chains.current[h]=t.chains.current[h].filter(([b])=>b!==f)),t==null||t.chains.current[h].push([f,new Promise(b=>{i.current.push(b)})]),t==null||t.chains.current[h].push([f,new Promise(b=>{Promise.all(a.current[h].map(([x,E])=>E)).then(()=>b())})]),h==="enter"?l.current=l.current.then(()=>t==null?void 0:t.wait.current).then(()=>v(h)):v(h)}),m=z((f,h,v)=>{Promise.all(a.current[h].splice(0).map(([b,x])=>x)).then(()=>{var b;(b=i.current.shift())==null||b()}).then(()=>v(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 Xo=d.Fragment,qo=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:v,...b}=e,[x,E]=d.useState(null),y=d.useRef(null),C=Ko(e),S=xe(...C?[y,t,E]:t===null?[]:[t]),A=(n=b.unmount)==null||n?We.Unmount:We.Hidden,{show:L,appear:R,initial:V}=tc(),[P,T]=d.useState(L?"visible":"hidden"),K=nc(),{register:I,unregister:D}=K;ee(()=>I(y),[I,y]),ee(()=>{if(A===We.Hidden&&y.current){if(L&&P!=="visible"){T("visible");return}return ye(P,{hidden:()=>D(y),visible:()=>I(y)})}},[P,y,I,D,L,A]);let B=Qn();ee(()=>{if(C&&B&&P==="visible"&&y.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[y,P,B,C]);let U=V&&!R,G=R&&L&&V,O=d.useRef(!1),_=Qo(()=>{O.current||(T("hidden"),D(y))},K),F=z(k=>{O.current=!0;let te=k?"enter":"leave";_.onStart(y,te,fe=>{fe==="enter"?s==null||s():fe==="leave"&&(u==null||u())})}),Z=z(k=>{let te=k?"enter":"leave";O.current=!1,_.onStop(y,te,fe=>{fe==="enter"?c==null||c():fe==="leave"&&(i==null||i())}),te==="leave"&&!Jt(_)&&(T("hidden"),D(y))});d.useEffect(()=>{C&&o||(F(L),Z(L))},[L,C,o]);let Q=!(!o||!C||!B||U),[,X]=uo(Q,x,L,{start:F,end:Z}),Te=Ve({ref:S,className:((r=bn(b.className,G&&l,G&&a,X.enter&&l,X.enter&&X.closed&&a,X.enter&&!X.closed&&p,X.leave&&f,X.leave&&!X.closed&&h,X.leave&&X.closed&&v,!X.transition&&L&&m))==null?void 0:r.trim())||void 0,...ao(X)}),ke=0;P==="visible"&&(ke|=Oe.Open),P==="hidden"&&(ke|=Oe.Closed),L&&P==="hidden"&&(ke|=Oe.Opening),!L&&P==="visible"&&(ke|=Oe.Closing);let tt=ve();return d.createElement(qt.Provider,{value:_},d.createElement(Uo,{value:ke},tt({ourProps:Te,theirProps:b,defaultTag:Xo,features:qo,visible:P==="visible",name:"Transition.Child"})))}function oc(e,t){let{show:n,appear:r=!1,unmount:o=!0,...s}=e,c=d.useRef(null),u=Ko(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=Qo(()=>{n||p("hidden")}),[f,h]=d.useState(!0),v=d.useRef([n]);ee(()=>{f!==!1&&v.current[v.current.length-1]!==n&&(v.current.push(n),h(!1))},[v,n]);let b=d.useMemo(()=>({show:n,appear:r,initial:f}),[n,r,f]);ee(()=>{n?p("visible"):!Jt(m)&&c.current!==null&&p("hidden")},[n,m]);let x={unmount:o},E=z(()=>{var S;f&&h(!1),(S=e.beforeEnter)==null||S.call(e)}),y=z(()=>{var S;f&&h(!1),(S=e.beforeLeave)==null||S.call(e)}),C=ve();return d.createElement(qt.Provider,{value:m},d.createElement(Xt.Provider,{value:b},C({ourProps:{...x,as:d.Fragment,children:d.createElement(Jo,{ref:i,...x,...s,beforeEnter:E,beforeLeave:y})},theirProps:{},defaultTag:d.Fragment,features:qo,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(Jo,{ref:t,...e}))}let Xn=me(oc),Jo=me(rc),sc=me(ic),Zo=Object.assign(Xn,{Child:sc,Root:Xn});function lc(e,t){let n=d.useRef({left:0,top:0});if(ee(()=>{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 ei=/([\u2700-\u27BF]|[\uE000-\uF8FF]|\uD83C[\uDC00-\uDFFF]|\uD83D[\uDC00-\uDFFF]|[\u2011-\u26FF]|\uD83E[\uDD10-\uDDFF])/g;function ti(e){var t,n;let r=(t=e.innerText)!=null?t:"",o=e.cloneNode(!0);if(!je(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 ei.test(c)&&(c=c.replace(ei,"")),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():ti(s).trim()}return null}).filter(Boolean);if(r.length>0)return r.join(", ")}return ti(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,ni=(e,t,n)=>(fc(e,typeof t!="symbol"?t+"":t,n),n),ae=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(ae||{}),Fe=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(Fe||{}),Zt=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(Zt||{}),ri=(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))(ri||{});function oi(e,t=n=>n){let n=e.activeOptionIndex!==null?e.options[e.activeOptionIndex]:null,r=eo(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:re.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===re.Nothing)return{...u,activeOptionIndex:null};if(t.focus===re.Specific)return{...u,activeOptionIndex:e.options.findIndex(a=>a.id===t.id)};if(t.focus===re.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===re.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=oi(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!==re.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:re.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,...oi(e),pendingShouldSort:!1}:e};class qn extends Vr{constructor(t){super(t),ni(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:re.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})}}),ni(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(Gr.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:re.Nothing},__demoMode:n})}reduce(t,n){return ye(n.type,dc,t,n)}}const ii=d.createContext(null);function Jn(e){let t=d.useContext(ii);if(t===null){let n=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,si),n}return t}function si({id:e,__demoMode:t=!1}){let n=d.useMemo(()=>qn.new({id:e,__demoMode:t}),[]);return zo(()=>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=gn(),{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,...v}=e;const b=m?"horizontal":"vertical";let x=xe(t),E=Ks(s),[y=f?[]:void 0,C]=Ys(o,i,E),S=si({id:n,__demoMode:h}),A=d.useRef({static:!1,hold:!1}),L=d.useRef(new Map),R=xl(l),V=d.useCallback(Q=>ye(P.mode,{[Fe.Multi]:()=>y.some(X=>R(X,Q)),[Fe.Single]:()=>R(y,Q)}),[y]),P=d.useMemo(()=>({value:y,disabled:p,invalid:a,mode:f?Fe.Multi:Fe.Single,orientation:b,onChange:C,compare:R,isSelected:V,optionsPropsRef:A,listRef:L}),[y,p,a,f,b,C,R,V,A,L]);ee(()=>{S.state.dataRef.current=P},[P]);let T=we(S,Q=>Q.listboxState),K=On.get(null),I=we(K,d.useCallback(Q=>K.selectors.isTop(Q,n),[K,n])),[D,B]=we(S,Q=>[Q.buttonElement,Q.optionsElement]);Yl(I,[D,B],(Q,X)=>{S.send({type:ri.CloseListbox}),Zr(X,Fn.Loose)||(Q.preventDefault(),D==null||D.focus())});let U=d.useMemo(()=>({open:T===ae.Open,disabled:p,invalid:a,value:y}),[T,p,a,y]),[G,O]=ml({inherit:!0}),_={ref:x},F=d.useCallback(()=>{if(E!==void 0)return C==null?void 0:C(E)},[C,E]),Z=ve();return d.createElement(O,{value:G,props:{htmlFor:D==null?void 0:D.id},slot:{open:T===ae.Open,disabled:p}},d.createElement(ju,null,d.createElement(ii.Provider,{value:S},d.createElement(en.Provider,{value:P},d.createElement(Uo,{value:ye(T,{[ae.Open]:Oe.Open,[ae.Closed]:Oe.Closed})},u!=null&&y!=null&&d.createElement(el,{disabled:p,data:{[u]:y},form:c,onReset:F}),Z({ourProps:_,theirProps:v,slot:U,defaultTag:pc,name:"Listbox"}))))))}let hc="button";function vc(e,t){let n=d.useId(),r=Mr(),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]=we(s,O=>[O.listboxState,O.buttonElement,O.optionsElement]),v=m===ae.Open;Xl(v,{trigger:f,action:d.useCallback(O=>{if(f!=null&&f.contains(O.target))return kt.Ignore;let _=O.target.closest('[role="option"]:not([data-disabled])');return je(_)?kt.Select(_):h!=null&&h.contains(O.target)?kt.Ignore:kt.Close},[f,h]),close:s.actions.closeListbox,select:s.actions.selectActiveOption});let b=z(O=>{switch(O.key){case le.Enter:Qs(O.currentTarget);break;case le.Space:case le.ArrowDown:O.preventDefault(),s.actions.openListbox({focus:o.value?re.Nothing:re.First});break;case le.ArrowUp:O.preventDefault(),s.actions.openListbox({focus:o.value?re.Nothing:re.Last});break}}),x=z(O=>{switch(O.key){case le.Space:O.preventDefault();break}}),E=z(O=>{var _;if(O.button===Ho.Left){if(ll(O.currentTarget))return O.preventDefault();s.state.listboxState===ae.Open?(pe.flushSync(()=>s.actions.closeListbox()),(_=s.state.buttonElement)==null||_.focus({preventScroll:!0})):(O.preventDefault(),s.actions.openListbox({focus:re.Nothing}))}}),y=d.useRef(null),C=z(O=>{y.current=O.pointerType,O.pointerType==="mouse"&&E(O)}),S=z(O=>{y.current!=="mouse"&&E(O)}),A=z(O=>O.preventDefault()),L=kr([c]),R=cl(),{isFocusVisible:V,focusProps:P}=Is({autoFocus:i}),{isHovered:T,hoverProps:K}=Ds({isDisabled:u}),{pressed:I,pressProps:D}=Ws({disabled:u}),B=d.useMemo(()=>({open:m===ae.Open,active:I||m===ae.Open,disabled:u,invalid:o.invalid,value:o.value,hover:T,focus:V,autofocus:i}),[m,o.value,u,T,V,I,o.invalid,i]),U=we(s,O=>O.listboxState===ae.Open),G=Or(p(),{ref:a,id:c,type:ql(e,f),"aria-haspopup":"listbox","aria-controls":h==null?void 0:h.id,"aria-expanded":U,"aria-labelledby":L,"aria-describedby":R,disabled:u||void 0,autoFocus:i,onKeyDown:b,onKeyUp:x,onKeyPress:A,onPointerDown:C,onClick:S},P,K,D);return ve()({ourProps:G,theirProps:l,slot:B,defaultTag:hc,name:"Listbox.Button"})}let li=d.createContext(!1),gc="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=Mu(o),[a,p]=d.useState(null);l&&(s=!0);let m=Tt("Listbox.Options"),f=Jn("Listbox.Options"),[h,v,b,x]=we(f,k=>[k.listboxState,k.buttonElement,k.optionsElement,k.__demoMode]),E=Dn(v),y=Dn(b),C=Kn(),[S,A]=uo(u,a,C!==null?(C&Oe.Open)===Oe.Open:h===ae.Open);Il(S,v,f.actions.closeListbox);let L=x?!1:c&&h===ae.Open;ia(L,y);let R=x?!1:c&&h===ae.Open;Dl(R,{allowed:d.useCallback(()=>[v,b],[v,b])});let V=h!==ae.Open,P=lc(V,v)?!1:S,T=S&&h===ae.Closed,K=Ru(T,m.value),I=z(k=>m.compare(K,k)),D=we(f,k=>{var te;if(l==null||!((te=l==null?void 0:l.to)!=null&&te.includes("selection")))return null;let fe=k.options.findIndex(Ge=>I(Ge.dataRef.current.value));return fe===-1&&(fe=0),fe}),B=(()=>{if(l==null)return;if(D===null)return{...l,inner:void 0};let k=Array.from(m.listRef.current.values());return{...l,inner:{listRef:{current:k},index:D}}})(),[U,G]=Iu(B),O=Du(),_=xe(t,l?U:null,f.actions.setOptionsElement,p),F=rt();d.useEffect(()=>{var k;let te=b;te&&h===ae.Open&&te!==((k=bt(te))==null?void 0:k.activeElement)&&(te==null||te.focus({preventScroll:!0}))},[h,b]);let Z=z(k=>{var te,fe;switch(F.dispose(),k.key){case le.Space:if(f.state.searchQuery!=="")return k.preventDefault(),k.stopPropagation(),f.actions.search(k.key);case le.Enter:if(k.preventDefault(),k.stopPropagation(),f.state.activeOptionIndex!==null){let{dataRef:Ge}=f.state.options[f.state.activeOptionIndex];f.actions.onChange(Ge.current.value)}m.mode===Fe.Single&&(pe.flushSync(()=>f.actions.closeListbox()),(te=f.state.buttonElement)==null||te.focus({preventScroll:!0}));break;case ye(m.orientation,{vertical:le.ArrowDown,horizontal:le.ArrowRight}):return k.preventDefault(),k.stopPropagation(),f.actions.goToOption({focus:re.Next});case ye(m.orientation,{vertical:le.ArrowUp,horizontal:le.ArrowLeft}):return k.preventDefault(),k.stopPropagation(),f.actions.goToOption({focus:re.Previous});case le.Home:case le.PageUp:return k.preventDefault(),k.stopPropagation(),f.actions.goToOption({focus:re.First});case le.End:case le.PageDown:return k.preventDefault(),k.stopPropagation(),f.actions.goToOption({focus:re.Last});case le.Escape:k.preventDefault(),k.stopPropagation(),pe.flushSync(()=>f.actions.closeListbox()),(fe=f.state.buttonElement)==null||fe.focus({preventScroll:!0});return;case le.Tab:k.preventDefault(),k.stopPropagation(),pe.flushSync(()=>f.actions.closeListbox()),Ul(f.state.buttonElement,k.shiftKey?Ln.Previous:Ln.Next);break;default:k.key.length===1&&(f.actions.search(k.key),F.setTimeout(()=>f.actions.clearSearch(),350));break}}),Q=we(f,k=>{var te;return(te=k.buttonElement)==null?void 0:te.id}),X=d.useMemo(()=>({open:h===ae.Open}),[h]),Te=Or(l?O():{},{id:r,ref:_,"aria-activedescendant":we(f,f.selectors.activeDescendantId),"aria-multiselectable":m.mode===Fe.Multi?!0:void 0,"aria-labelledby":Q,"aria-orientation":m.orientation,onKeyDown:Z,role:"listbox",tabIndex:h===ae.Open?0:void 0,style:{...i.style,...G,"--button-width":wl(v,!0).width},...ao(A)}),ke=ve(),tt=d.useMemo(()=>m.mode===Fe.Multi?m:{...m,isSelected:I},[m,I]);return d.createElement(Ju,{enabled:s?e.static||S:!1,ownerDocument:E},d.createElement(en.Provider,{value:tt},ke({ourProps:Te,theirProps:i,slot:X,defaultTag:gc,features:bc,visible:P,name:"Listbox.Options"})))}let xc="div";function Ec(e,t){let n=d.useId(),{id:r=`headlessui-listbox-option-${n}`,disabled:o=!1,value:s,...c}=e,u=d.useContext(li)===!0,i=Tt("Listbox.Option"),l=Jn("Listbox.Option"),a=we(l,P=>l.selectors.isActive(P,r)),p=i.isSelected(s),m=d.useRef(null),f=uc(m),h=Qe({disabled:o,value:s,domRef:m,get textValue(){return f()}}),v=xe(t,m,P=>{P?i.listRef.current.set(r,P):i.listRef.current.delete(r)}),b=we(l,P=>l.selectors.shouldScrollIntoView(P,r));ee(()=>{if(b)return Se().requestAnimationFrame(()=>{var P,T;(T=(P=m.current)==null?void 0:P.scrollIntoView)==null||T.call(P,{block:"nearest"})})},[b,m]),ee(()=>{if(!u)return l.actions.registerOption(r,h),()=>l.actions.unregisterOption(r)},[h,r,u]);let x=z(P=>{var T;if(o)return P.preventDefault();l.actions.onChange(s),i.mode===Fe.Single&&(pe.flushSync(()=>l.actions.closeListbox()),(T=l.state.buttonElement)==null||T.focus({preventScroll:!0}))}),E=z(()=>{if(o)return l.actions.goToOption({focus:re.Nothing});l.actions.goToOption({focus:re.Specific,id:r})}),y=sa(),C=z(P=>y.update(P)),S=z(P=>{y.wasMoved(P)&&(o||a&&l.state.activationTrigger===Zt.Pointer||l.actions.goToOption({focus:re.Specific,id:r},Zt.Pointer))}),A=z(P=>{y.wasMoved(P)&&(o||a&&l.state.activationTrigger===Zt.Pointer&&l.actions.goToOption({focus:re.Nothing}))}),L=d.useMemo(()=>({active:a,focus:a,selected:p,disabled:o,selectedOption:p&&u}),[a,p,o,u]),R=u?{}:{id:r,ref:v,role:"option",tabIndex:o===!0?void 0:-1,"aria-disabled":o===!0?!0:void 0,"aria-selected":p,disabled:void 0,onClick:x,onFocus:E,onPointerEnter:C,onMouseEnter:C,onPointerMove:S,onMouseMove:S,onPointerLeave:A,onMouseLeave:A},V=ve();return!p&&u?null:V({ourProps:R,theirProps:c,slot:L,defaultTag:xc,name:"Listbox.Option"})}let wc=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===Fe.Multi&&Array.isArray(c.value)&&c.value.length===0,l=ve();return d.createElement(li.Provider,{value:!0},l({ourProps:s,theirProps:{...o,children:d.createElement(d.Fragment,null,r&&i?r:n)},slot:u,defaultTag:wc,name:"ListboxSelectedOption"}))}let Sc=me(mc),$c=me(vc),Oc=bl,Tc=me(yc),Ac=me(Ec),Pc=me(Cc),ze=Object.assign(Sc,{Button:$c,Label:Oc,Options:Tc,Option:Ac,SelectedOption:Pc});function Nc({title:e,titleId:t,...n},r){return M.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?M.createElement("title",{id:t},e):null,M.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 ai=M.forwardRef(Nc);function Mc({title:e,titleId:t,...n},r){return M.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?M.createElement("title",{id:t},e):null,M.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 ui=M.forwardRef(Mc),Lc=({tokens:e,selectedToken:t,onTokenChange:n,disabled:r=!1,className:o="",walletType:s="mpc"})=>w.jsx("div",{className:`relative ${o}`,children:w.jsx(ze,{value:t,onChange:n,disabled:r,children:({open:c})=>w.jsxs(w.Fragment,{children:[w.jsxs(ze.Button,{className:`
|
|
76
|
-
|
|
126
|
+
*/var wp;function gE(){return wp||(wp=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=x,n=typeof Object.is=="function"?Object.is:e,r=t.useSyncExternalStore,o=t.useRef,s=t.useEffect,i=t.useMemo,c=t.useDebugValue;oc.useSyncExternalStoreWithSelector=function(a,u,l,d,p){var f=o(null);if(f.current===null){var h={hasValue:!1,value:null};f.current=h}else h=f.current;f=i(function(){function v(F){if(!A){if(A=!0,w=F,F=d(F),p!==void 0&&h.hasValue){var R=h.value;if(p(R,F))return T=R}return T=F}if(R=T,n(w,F))return R;var j=d(F);return p!==void 0&&p(R,j)?(w=F,R):(w=F,T=j)}var A=!1,w,T,B=l===void 0?null:l;return[function(){return v(u())},B===null?void 0:function(){return v(B())}]},[u,l,d,p]);var m=r(a,f[0],f[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())}()),oc}process.env.NODE_ENV==="production"?nc.exports=mE():nc.exports=gE();var bE=nc.exports;function at(e,t,n=hp){return bE.useSyncExternalStoreWithSelector(ce(r=>e.subscribe(yE,r)),ce(()=>e.state),ce(()=>e.state),ce(t),n)}function yE(e){return e}function vp(e,t){let n=x.useId(),r=tc.get(t),[o,s]=at(r,x.useCallback(i=>[r.selectors.isTop(i,n),r.selectors.inStack(i,n)],[r,n]));return ye(()=>{if(e)return r.actions.push(n),()=>r.actions.pop(n)},[r,e,n]),e?s?o:!0:!1}let sc=new Map,So=new Map;function xp(e){var t;let n=(t=So.get(e))!=null?t:0;return So.set(e,n+1),n!==0?()=>Ep(e):(sc.set(e,{"aria-hidden":e.getAttribute("aria-hidden"),inert:e.inert}),e.setAttribute("aria-hidden","true"),e.inert=!0,()=>Ep(e))}function Ep(e){var t;let n=(t=So.get(e))!=null?t:1;if(n===1?So.delete(e):So.set(e,n-1),n!==1)return;let r=sc.get(e);r&&(r["aria-hidden"]===null?e.removeAttribute("aria-hidden"):e.setAttribute("aria-hidden",r["aria-hidden"]),e.inert=r.inert,sc.delete(e))}function wE(e,{allowed:t,disallowed:n}={}){let r=vp(e,"inert-others");ye(()=>{var o,s;if(!r)return;let i=Pt();for(let a of(o=n==null?void 0:n())!=null?o:[])a&&i.add(xp(a));let c=(s=t==null?void 0:t())!=null?s:[];for(let a of c){if(!a)continue;let u=vo(a);if(!u)continue;let l=a.parentElement;for(;l&&l!==u.body;){for(let d of l.children)c.some(p=>d.contains(p))||i.add(xp(d));l=l.parentElement}}return i.dispose},[r,t,n])}function vE(e,t,n){let r=zn(o=>{let s=o.getBoundingClientRect();s.x===0&&s.y===0&&s.width===0&&s.height===0&&n()});x.useEffect(()=>{if(!e)return;let o=t===null?null:rn(t)?t:t.current;if(!o)return;let s=Pt();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 ic=["[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(","),xE=["[data-autofocus]"].map(e=>`${e}:not([tabindex='-1'])`).join(",");var ac=(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))(ac||{}),EE=(e=>(e[e.Error=0]="Error",e[e.Overflow=1]="Overflow",e[e.Success=2]="Success",e[e.Underflow=3]="Underflow",e))(EE||{}),SE=(e=>(e[e.Previous=-1]="Previous",e[e.Next=1]="Next",e))(SE||{});function Sp(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(ic)).sort((t,n)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(n.tabIndex||Number.MAX_SAFE_INTEGER)))}function PE(e=document.body){return e==null?[]:Array.from(e.querySelectorAll(xE)).sort((t,n)=>Math.sign((t.tabIndex||Number.MAX_SAFE_INTEGER)-(n.tabIndex||Number.MAX_SAFE_INTEGER)))}var cc=(e=>(e[e.Strict=0]="Strict",e[e.Loose=1]="Loose",e))(cc||{});function Pp(e,t=0){var n;return e===((n=vo(e))==null?void 0:n.body)?!1:ot(t,{0(){return e.matches(ic)},1(){let r=e;for(;r!==null;){if(r.matches(ic))return!0;r=r.parentElement}return!1}})}var $E=(e=>(e[e.Keyboard=0]="Keyboard",e[e.Mouse=1]="Mouse",e))($E||{});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 TE=["textarea","input"].join(",");function AE(e){var t,n;return(n=(t=e==null?void 0:e.matches)==null?void 0:t.call(e,TE))!=null?n:!1}function $p(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 OE(e,t){return CE(Sp(),t,{relativeTo:e})}function CE(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?$p(e):e:t&64?PE(e):Sp(e);o.length>0&&i.length>1&&(i=i.filter(f=>!o.some(h=>h!=null&&"current"in h?(h==null?void 0:h.current)===f:h===f))),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,d=i.length,p;do{if(l>=d||l+d<=0)return 0;let f=a+l;if(t&16)f=(f+d)%d;else{if(f<0)return 3;if(f>=d)return 1}p=i[f],p==null||p.focus(u),l+=c}while(p!==s.activeElement);return t&6&&AE(p)&&p.select(),2}function Tp(){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 Tp()||NE()}function wr(e,t,n,r){let o=zn(n);x.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 IE(e,t,n,r){let o=zn(n);x.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 Op=30;function ME(e,t,n){let r=zn(n),o=x.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 d(p){return typeof p=="function"?d(p()):Array.isArray(p)||p instanceof Set?p:[p]}(t);for(let d of l)if(d!==null&&(d.contains(u)||c.composed&&c.composedPath().includes(d)))return;return!Pp(u,cc.Loose)&&u.tabIndex!==-1&&c.preventDefault(),r.current(c,u)},[r,t]),s=x.useRef(null);wr(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),wr(e,"pointerup",c=>{if(Ap()||!s.current)return;let a=s.current;return s.current=null,o(c,()=>a)},!0);let i=x.useRef({x:0,y:0});wr(e,"touchstart",c=>{i.current.x=c.touches[0].clientX,i.current.y=c.touches[0].clientY},!0),wr(e,"touchend",c=>{let a={x:c.changedTouches[0].clientX,y:c.changedTouches[0].clientY};if(!(Math.abs(a.x-i.current.x)>=Op||Math.abs(a.y-i.current.y)>=Op))return o(c,()=>yr(c.target)?c.target:null)},!0),IE(e,"blur",c=>o(c,()=>Hx(window.document.activeElement)?window.document.activeElement:null),!0)}function uc(...e){return x.useMemo(()=>vo(...e),[...e])}var kE=(e=>(e[e.Ignore=0]="Ignore",e[e.Select=1]="Select",e[e.Close=2]="Close",e))(kE||{});const Ps={Ignore:{kind:0},Select:e=>({kind:1,target:e}),Close:{kind:2}},BE=200,Cp=5;function LE(e,{trigger:t,action:n,close:r,select:o}){let s=x.useRef(null),i=x.useRef(null),c=x.useRef(null);wr(e&&t!==null,"pointerdown",a=>{Ya(a==null?void 0:a.target)&&t!=null&&t.contains(a.target)&&(i.current=a.x,c.current=a.y,s.current=a.timeStamp)}),wr(e&&t!==null,"pointerup",a=>{var u,l;let d=s.current;if(d===null||(s.current=null,!yr(a.target))||Math.abs(a.x-((u=i.current)!=null?u:a.x))<Cp&&Math.abs(a.y-((l=c.current)!=null?l:a.y))<Cp)return;let p=n(a);switch(p.kind){case 0:return;case 1:{a.timeStamp-d>BE&&(o(p.target),r());break}case 2:{r();break}}},{capture:!0})}function FE(e,t){return x.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 DE(e){return x.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 jE(){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 _E(){return Tp()?{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=Pt();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(yr(c.target))try{let a=c.target.closest("a");if(!a)return;let{hash:u}=new URL(a.href),l=e.querySelector(u);yr(l)&&!r(l)&&(i=l)}catch{}},!0),t.addEventListener(e,"touchstart",c=>{if(yr(c.target)&&zx(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(yr(c.target)){if(rp(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 UE(){return{before({doc:e,d:t}){t.style(e.documentElement,"overflow","hidden")}}}function zE(e){let t={};for(let n of e)Object.assign(t,n(t));return t}let Hn=RE(()=>new Map,{PUSH(e,t){var n;let r=(n=this.get(e))!=null?n:{doc:e,count:0,d:Pt(),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:zE(n)},o=[_E(),jE(),UE()];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)}});Hn.subscribe(()=>{let e=Hn.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)&&Hn.dispatch(n.count>0?"SCROLL_PREVENT":"SCROLL_ALLOW",n),n.count===0&&Hn.dispatch("TEARDOWN",n)}});function HE(e,t,n=()=>({containers:[]})){let r=DE(Hn),o=t?r.get(t):void 0,s=o?o.count>0:!1;return ye(()=>{if(!(!t||!e))return Hn.dispatch("PUSH",t,n),()=>Hn.dispatch("POP",t,n)},[e,t]),s}function WE(e,t,n=()=>[document.body]){let r=vp(e,"scroll-lock");HE(r,t,o=>{var s;return{containers:[...(s=o.containers)!=null?s:[],n]}})}function Np(e){return[e.screenX,e.screenY]}function VE(){let e=x.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 GE(e=0){let[t,n]=x.useState(e),r=x.useCallback(a=>n(a),[t]),o=x.useCallback(a=>n(u=>u|a),[t]),s=x.useCallback(a=>(t&a)===a,[t]),i=x.useCallback(a=>n(u=>u&~a),[n]),c=x.useCallback(a=>n(u=>u^a),[n]);return{flags:t,setFlag:r,addFlag:o,hasFlag:s,removeFlag:i,toggleFlag:c}}var Ip,Mp;typeof process<"u"&&typeof globalThis<"u"&&typeof Element<"u"&&((Ip=process==null?void 0:process.env)==null?void 0:Ip.NODE_ENV)==="test"&&typeof((Mp=Element==null?void 0:Element.prototype)==null?void 0:Mp.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(`
|
|
127
|
+
`)),[]});var qE=(e=>(e[e.None=0]="None",e[e.Closed=1]="Closed",e[e.Enter=2]="Enter",e[e.Leave=4]="Leave",e))(qE||{});function kp(e){let t={};for(let n in e)e[n]===!0&&(t[`data-${n}`]="");return t}function Bp(e,t,n,r){let[o,s]=x.useState(n),{hasFlag:i,addFlag:c,removeFlag:a}=GE(e&&o?3:0),u=x.useRef(!1),l=x.useRef(!1),d=br();return ye(()=>{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),ZE(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 f;l.current&&typeof t.getAnimations=="function"&&t.getAnimations().length>0||(u.current=!1,a(7),n||s(!1),(f=r==null?void 0:r.end)==null||f.call(r,n))}})}},[e,n,t,d]),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 ZE(e,{prepare:t,run:n,done:r,inFlight:o}){let s=Pt();return YE(e,{prepare:t,inFlight:o}),s.nextFrame(()=>{n(),s.requestAnimationFrame(()=>{s.add(KE(e,r))})}),s.dispose}function KE(e,t){var n,r;let o=Pt();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 YE(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 $s(){return typeof window<"u"}function vr(e){return lc(e)?(e.nodeName||"").toLowerCase():"#document"}function He(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function Ft(e){var t;return(t=(lc(e)?e.ownerDocument:e.document)||window.document)==null?void 0:t.documentElement}function lc(e){return $s()?e instanceof Node||e instanceof He(e).Node:!1}function fe(e){return $s()?e instanceof Element||e instanceof He(e).Element:!1}function Fe(e){return $s()?e instanceof HTMLElement||e instanceof He(e).HTMLElement:!1}function fc(e){return!$s()||typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof He(e).ShadowRoot}const XE=new Set(["inline","contents"]);function Po(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=ct(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!XE.has(o)}const QE=new Set(["table","td","th"]);function JE(e){return QE.has(vr(e))}const e2=[":popover-open",":modal"];function Ts(e){return e2.some(t=>{try{return e.matches(t)}catch{return!1}})}const t2=["transform","translate","scale","rotate","perspective"],n2=["transform","translate","scale","rotate","perspective","filter"],r2=["paint","layout","strict","content"];function dc(e){const t=As(),n=fe(e)?ct(e):e;return t2.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)||n2.some(r=>(n.willChange||"").includes(r))||r2.some(r=>(n.contain||"").includes(r))}function o2(e){let t=sn(e);for(;Fe(t)&&!on(t);){if(dc(t))return t;if(Ts(t))return null;t=sn(t)}return null}function As(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const s2=new Set(["html","body","#document"]);function on(e){return s2.has(vr(e))}function ct(e){return He(e).getComputedStyle(e)}function Os(e){return fe(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function sn(e){if(vr(e)==="html")return e;const t=e.assignedSlot||e.parentNode||fc(e)&&e.host||Ft(e);return fc(t)?t.host:t}function Lp(e){const t=sn(e);return on(t)?e.ownerDocument?e.ownerDocument.body:e.body:Fe(t)&&Po(t)?t:Lp(t)}function vn(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=pc(i);return t.concat(i,i.visualViewport||[],Po(o)?o:[],c&&n?vn(c):[])}return t.concat(o,vn(o,[],n))}function pc(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function i2(){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 an=Math.min,Me=Math.max,$o=Math.round,Cs=Math.floor,Dt=e=>({x:e,y:e}),a2={left:"right",right:"left",bottom:"top",top:"bottom"},c2={start:"end",end:"start"};function hc(e,t,n){return Me(e,an(t,n))}function Wn(e,t){return typeof e=="function"?e(t):e}function xn(e){return e.split("-")[0]}function xr(e){return e.split("-")[1]}function Fp(e){return e==="x"?"y":"x"}function mc(e){return e==="y"?"height":"width"}const u2=new Set(["top","bottom"]);function cn(e){return u2.has(xn(e))?"y":"x"}function gc(e){return Fp(cn(e))}function l2(e,t,n){n===void 0&&(n=!1);const r=xr(e),o=gc(e),s=mc(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 f2(e){const t=Ns(e);return[bc(e),t,bc(t)]}function bc(e){return e.replace(/start|end/g,t=>c2[t])}const Dp=["left","right"],Rp=["right","left"],d2=["top","bottom"],p2=["bottom","top"];function h2(e,t,n){switch(e){case"top":case"bottom":return n?t?Rp:Dp:t?Dp:Rp;case"left":case"right":return t?d2:p2;default:return[]}}function m2(e,t,n,r){const o=xr(e);let s=h2(xn(e),n==="start",r);return o&&(s=s.map(i=>i+"-"+o),t&&(s=s.concat(s.map(bc)))),s}function Ns(e){return e.replace(/left|right|bottom|top/g,t=>a2[t])}function g2(e){return{top:0,right:0,bottom:0,left:0,...e}}function jp(e){return typeof e!="number"?g2(e):{top:e,right:e,bottom:e,left:e}}function Is(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}}/*!
|
|
128
|
+
* tabbable 6.2.0
|
|
129
|
+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
|
|
130
|
+
*/var b2=["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])"],yc=b2.join(","),_p=typeof Element>"u",To=_p?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Ms=!_p&&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},ks=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},y2=function(t){var n,r=t==null||(n=t.getAttribute)===null||n===void 0?void 0:n.call(t,"contenteditable");return r===""||r==="true"},w2=function(t,n,r){if(ks(t))return[];var o=Array.prototype.slice.apply(t.querySelectorAll(yc));return n&&To.call(t,yc)&&o.unshift(t),o=o.filter(r),o},v2=function e(t,n,r){for(var o=[],s=Array.from(t);s.length;){var i=s.shift();if(!ks(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=To.call(i,yc);l&&r.filter(i)&&(n||!t.includes(i))&&o.push(i);var d=i.shadowRoot||typeof r.getShadowRoot=="function"&&r.getShadowRoot(i),p=!ks(d,!1)&&(!r.shadowRootFilter||r.shadowRootFilter(i));if(d&&p){var f=e(d===!0?i.children:d.children,!0,r);r.flatten?o.push.apply(o,f):o.push({scopeParent:i,candidates:f})}else s.unshift.apply(s,i.children)}}return o},Up=function(t){return!isNaN(parseInt(t.getAttribute("tabindex"),10))},zp=function(t){if(!t)throw new Error("No node provided");return t.tabIndex<0&&(/^(AUDIO|VIDEO|DETAILS)$/.test(t.tagName)||y2(t))&&!Up(t)?0:t.tabIndex},x2=function(t,n){var r=zp(t);return r<0&&n&&!Up(t)?0:r},E2=function(t,n){return t.tabIndex===n.tabIndex?t.documentOrder-n.documentOrder:t.tabIndex-n.tabIndex},Hp=function(t){return t.tagName==="INPUT"},S2=function(t){return Hp(t)&&t.type==="hidden"},P2=function(t){var n=t.tagName==="DETAILS"&&Array.prototype.slice.apply(t.children).some(function(r){return r.tagName==="SUMMARY"});return n},$2=function(t,n){for(var r=0;r<t.length;r++)if(t[r].checked&&t[r].form===n)return t[r]},T2=function(t){if(!t.name)return!0;var n=t.form||Ms(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=$2(o,t.form);return!s||s===t},A2=function(t){return Hp(t)&&t.type==="radio"},O2=function(t){return A2(t)&&!T2(t)},C2=function(t){var n,r=t&&Ms(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,d;r=Ms(o),o=(u=r)===null||u===void 0?void 0:u.host,s=!!((l=o)!==null&&l!==void 0&&(d=l.ownerDocument)!==null&&d!==void 0&&d.contains(o))}}return s},Wp=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=To.call(t,"details>summary:first-of-type"),i=s?t.parentElement:t;if(To.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=Ms(t);if(a&&!a.shadowRoot&&o(a)===!0)return Wp(t);t.assignedSlot?t=t.assignedSlot:!a&&u!==t.ownerDocument?t=u.host:t=a}t=c}if(C2(t))return!t.getClientRects().length;if(r!=="legacy-full")return!0}else if(r==="non-zero-area")return Wp(t);return!1},I2=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 To.call(n,"fieldset[disabled] *")?!0:!o.contains(t)}return!0}n=n.parentElement}return!1},M2=function(t,n){return!(n.disabled||ks(n)||S2(n)||N2(n,t)||P2(n)||I2(n))},Vp=function(t,n){return!(O2(n)||zp(n)<0||!M2(t,n))},k2=function(t){var n=parseInt(t.getAttribute("tabindex"),10);return!!(isNaN(n)||n>=0)},B2=function e(t){var n=[],r=[];return t.forEach(function(o,s){var i=!!o.scopeParent,c=i?o.scopeParent:o,a=x2(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(E2).reduce(function(o,s){return s.isScope?o.push.apply(o,s.content):o.push(s.content),o},[]).concat(n)},Gp=function(t,n){n=n||{};var r;return n.getShadowRoot?r=v2([t],n.includeContainer,{filter:Vp.bind(null,n),flatten:!1,getShadowRoot:n.getShadowRoot,shadowRootFilter:k2}):r=w2(t,n.includeContainer,Vp.bind(null,n)),B2(r)};function qp(e,t,n){let{reference:r,floating:o}=e;const s=cn(t),i=gc(t),c=mc(i),a=xn(t),u=s==="y",l=r.x+r.width/2-o.width/2,d=r.y+r.height/2-o.height/2,p=r[c]/2-o[c]/2;let f;switch(a){case"top":f={x:l,y:r.y-o.height};break;case"bottom":f={x:l,y:r.y+r.height};break;case"right":f={x:r.x+r.width,y:d};break;case"left":f={x:r.x-o.width,y:d};break;default:f={x:r.x,y:r.y}}switch(xr(t)){case"start":f[i]-=p*(n&&u?-1:1);break;case"end":f[i]+=p*(n&&u?-1:1);break}return f}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:d}=qp(u,r,a),p=r,f={},h=0;for(let m=0;m<c.length;m++){const{name:v,fn:A}=c[m],{x:w,y:T,data:B,reset:F}=await A({x:l,y:d,initialPlacement:r,placement:p,strategy:o,middlewareData:f,rects:u,platform:i,elements:{reference:e,floating:t}});l=w??l,d=T??d,f={...f,[v]:{...f[v],...B}},F&&h<=50&&(h++,typeof F=="object"&&(F.placement&&(p=F.placement),F.rects&&(u=F.rects===!0?await i.getElementRects({reference:e,floating:t,strategy:o}):F.rects),{x:l,y:d}=qp(u,p,a)),m=-1)}return{x:l,y:d,placement:p,strategy:o,middlewareData:f}};async function Bs(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:d="floating",altBoundary:p=!1,padding:f=0}=Wn(t,e),h=jp(f),v=c[p?d==="floating"?"reference":"floating":d],A=Is(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(c.floating)),boundary:u,rootBoundary:l,strategy:a})),w=d==="floating"?{x:r,y:o,width:i.floating.width,height:i.floating.height}:i.reference,T=await(s.getOffsetParent==null?void 0:s.getOffsetParent(c.floating)),B=await(s.isElement==null?void 0:s.isElement(T))?await(s.getScale==null?void 0:s.getScale(T))||{x:1,y:1}:{x:1,y:1},F=Is(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({elements:c,rect:w,offsetParent:T,strategy:a}):w);return{top:(A.top-F.top+h.top)/B.y,bottom:(F.bottom-A.bottom+h.bottom)/B.y,left:(A.left-F.left+h.left)/B.x,right:(F.right-A.right+h.right)/B.x}}const F2=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}=Wn(e,t)||{};if(u==null)return{};const d=jp(l),p={x:n,y:r},f=gc(o),h=mc(f),m=await i.getDimensions(u),v=f==="y",A=v?"top":"left",w=v?"bottom":"right",T=v?"clientHeight":"clientWidth",B=s.reference[h]+s.reference[f]-p[f]-s.floating[h],F=p[f]-s.reference[f],R=await(i.getOffsetParent==null?void 0:i.getOffsetParent(u));let j=R?R[T]:0;(!j||!await(i.isElement==null?void 0:i.isElement(R)))&&(j=c.floating[T]||s.floating[h]);const g=B/2-F/2,y=j/2-m[h]/2-1,$=an(d[A],y),k=an(d[w],y),N=$,P=j-m[h]-k,S=j/2-m[h]/2+g,E=hc(N,S,P),C=!a.arrow&&xr(o)!=null&&S!==E&&s.reference[h]/2-(S<N?$:k)-m[h]/2<0,O=C?S<N?S-N:S-P:0;return{[f]:p[f]+O,data:{[f]:E,centerOffset:S-E-O,...C&&{alignmentOffset:O}},reset:C}}}),D2=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:d=!0,fallbackPlacements:p,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:h="none",flipAlignment:m=!0,...v}=Wn(e,t);if((n=s.arrow)!=null&&n.alignmentOffset)return{};const A=xn(o),w=cn(c),T=xn(c)===c,B=await(a.isRTL==null?void 0:a.isRTL(u.floating)),F=p||(T||!m?[Ns(c)]:f2(c)),R=h!=="none";!p&&R&&F.push(...m2(c,m,h,B));const j=[c,...F],g=await Bs(t,v),y=[];let $=((r=s.flip)==null?void 0:r.overflows)||[];if(l&&y.push(g[A]),d){const S=l2(o,i,B);y.push(g[S[0]],g[S[1]])}if($=[...$,{placement:o,overflows:y}],!y.every(S=>S<=0)){var k,N;const S=(((k=s.flip)==null?void 0:k.index)||0)+1,E=j[S];if(E&&(!(d==="alignment"?w!==cn(E):!1)||$.every(b=>cn(b.placement)===w?b.overflows[0]>0:!0)))return{data:{index:S,overflows:$},reset:{placement:E}};let C=(N=$.filter(O=>O.overflows[0]<=0).sort((O,b)=>O.overflows[1]-b.overflows[1])[0])==null?void 0:N.placement;if(!C)switch(f){case"bestFit":{var P;const O=(P=$.filter(b=>{if(R){const M=cn(b.placement);return M===w||M==="y"}return!0}).map(b=>[b.placement,b.overflows.filter(M=>M>0).reduce((M,D)=>M+D,0)]).sort((b,M)=>b[1]-M[1])[0])==null?void 0:P[0];O&&(C=O);break}case"initialPlacement":C=c;break}if(o!==C)return{reset:{placement:C}}}return{}}}},R2=new Set(["left","top"]);async function j2(e,t){const{placement:n,platform:r,elements:o}=e,s=await(r.isRTL==null?void 0:r.isRTL(o.floating)),i=xn(n),c=xr(n),a=cn(n)==="y",u=R2.has(i)?-1:1,l=s&&a?-1:1,d=Wn(t,e);let{mainAxis:p,crossAxis:f,alignmentAxis:h}=typeof d=="number"?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return c&&typeof h=="number"&&(f=c==="end"?h*-1:h),a?{x:f*l,y:p*u}:{x:p*u,y:f*l}}const _2=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 j2(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}}}}},U2=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:v=>{let{x:A,y:w}=v;return{x:A,y:w}}},...a}=Wn(e,t),u={x:n,y:r},l=await Bs(t,a),d=cn(xn(o)),p=Fp(d);let f=u[p],h=u[d];if(s){const v=p==="y"?"top":"left",A=p==="y"?"bottom":"right",w=f+l[v],T=f-l[A];f=hc(w,f,T)}if(i){const v=d==="y"?"top":"left",A=d==="y"?"bottom":"right",w=h+l[v],T=h-l[A];h=hc(w,h,T)}const m=c.fn({...t,[p]:f,[d]:h});return{...m,data:{x:m.x-n,y:m.y-r,enabled:{[p]:s,[d]:i}}}}}},z2=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}=Wn(e,t),l=await Bs(t,u),d=xn(o),p=xr(o),f=cn(o)==="y",{width:h,height:m}=s.floating;let v,A;d==="top"||d==="bottom"?(v=d,A=p===(await(i.isRTL==null?void 0:i.isRTL(c.floating))?"start":"end")?"left":"right"):(A=d,v=p==="end"?"top":"bottom");const w=m-l.top-l.bottom,T=h-l.left-l.right,B=an(m-l[v],w),F=an(h-l[A],T),R=!t.middlewareData.shift;let j=B,g=F;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(g=T),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(j=w),R&&!p){const $=Me(l.left,0),k=Me(l.right,0),N=Me(l.top,0),P=Me(l.bottom,0);f?g=h-2*($!==0||k!==0?$+k:Me(l.left,l.right)):j=m-2*(N!==0||P!==0?N+P:Me(l.top,l.bottom))}await a({...t,availableWidth:g,availableHeight:j});const y=await i.getDimensions(c.floating);return h!==y.width||m!==y.height?{reset:{rects:!0}}:{}}}};function Zp(e){const t=ct(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=$o(n)!==s||$o(r)!==i;return c&&(n=s,r=i),{width:n,height:r,$:c}}function wc(e){return fe(e)?e:e.contextElement}function Er(e){const t=wc(e);if(!Fe(t))return Dt(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:s}=Zp(t);let i=(s?$o(n.width):n.width)/r,c=(s?$o(n.height):n.height)/o;return(!i||!Number.isFinite(i))&&(i=1),(!c||!Number.isFinite(c))&&(c=1),{x:i,y:c}}const H2=Dt(0);function Kp(e){const t=He(e);return!As()||!t.visualViewport?H2:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function W2(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==He(e)?!1:t}function Vn(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);const o=e.getBoundingClientRect(),s=wc(e);let i=Dt(1);t&&(r?fe(r)&&(i=Er(r)):i=Er(e));const c=W2(s,n,r)?Kp(s):Dt(0);let a=(o.left+c.x)/i.x,u=(o.top+c.y)/i.y,l=o.width/i.x,d=o.height/i.y;if(s){const p=He(s),f=r&&fe(r)?He(r):r;let h=p,m=pc(h);for(;m&&r&&f!==h;){const v=Er(m),A=m.getBoundingClientRect(),w=ct(m),T=A.left+(m.clientLeft+parseFloat(w.paddingLeft))*v.x,B=A.top+(m.clientTop+parseFloat(w.paddingTop))*v.y;a*=v.x,u*=v.y,l*=v.x,d*=v.y,a+=T,u+=B,h=He(m),m=pc(h)}}return Is({width:l,height:d,x:a,y:u})}function Ls(e,t){const n=Os(e).scrollLeft;return t?t.left+n:Vn(Ft(e)).left+n}function Yp(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 V2(e){let{elements:t,rect:n,offsetParent:r,strategy:o}=e;const s=o==="fixed",i=Ft(r),c=t?Ts(t.floating):!1;if(r===i||c&&s)return n;let a={scrollLeft:0,scrollTop:0},u=Dt(1);const l=Dt(0),d=Fe(r);if((d||!d&&!s)&&((vr(r)!=="body"||Po(i))&&(a=Os(r)),Fe(r))){const f=Vn(r);u=Er(r),l.x=f.x+r.clientLeft,l.y=f.y+r.clientTop}const p=i&&!d&&!s?Yp(i,a):Dt(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 G2(e){return Array.from(e.getClientRects())}function q2(e){const t=Ft(e),n=Os(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 ct(r).direction==="rtl"&&(i+=Me(t.clientWidth,r.clientWidth)-o),{width:o,height:s,x:i,y:c}}const Xp=25;function Z2(e,t){const n=He(e),r=Ft(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,d=l.body,p=getComputedStyle(d),f=l.compatMode==="CSS1Compat"&&parseFloat(p.marginLeft)+parseFloat(p.marginRight)||0,h=Math.abs(r.clientWidth-d.clientWidth-f);h<=Xp&&(s-=h)}else u<=Xp&&(s+=u);return{width:s,height:i,x:c,y:a}}const K2=new Set(["absolute","fixed"]);function Y2(e,t){const n=Vn(e,!0,t==="fixed"),r=n.top+e.clientTop,o=n.left+e.clientLeft,s=Fe(e)?Er(e):Dt(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 Qp(e,t,n){let r;if(t==="viewport")r=Z2(e,n);else if(t==="document")r=q2(Ft(e));else if(fe(t))r=Y2(t,n);else{const o=Kp(e);r={x:t.x-o.x,y:t.y-o.y,width:t.width,height:t.height}}return Is(r)}function Jp(e,t){const n=sn(e);return n===t||!fe(n)||on(n)?!1:ct(n).position==="fixed"||Jp(n,t)}function X2(e,t){const n=t.get(e);if(n)return n;let r=vn(e,[],!1).filter(c=>fe(c)&&vr(c)!=="body"),o=null;const s=ct(e).position==="fixed";let i=s?sn(e):e;for(;fe(i)&&!on(i);){const c=ct(i),a=dc(i);!a&&c.position==="fixed"&&(o=null),(s?!a&&!o:!a&&c.position==="static"&&!!o&&K2.has(o.position)||Po(i)&&!a&&Jp(e,i))?r=r.filter(l=>l!==i):o=c,i=sn(i)}return t.set(e,r),r}function Q2(e){let{element:t,boundary:n,rootBoundary:r,strategy:o}=e;const i=[...n==="clippingAncestors"?Ts(t)?[]:X2(t,this._c):[].concat(n),r],c=i[0],a=i.reduce((u,l)=>{const d=Qp(t,l,o);return u.top=Me(d.top,u.top),u.right=an(d.right,u.right),u.bottom=an(d.bottom,u.bottom),u.left=Me(d.left,u.left),u},Qp(t,c,o));return{width:a.right-a.left,height:a.bottom-a.top,x:a.left,y:a.top}}function J2(e){const{width:t,height:n}=Zp(e);return{width:t,height:n}}function e6(e,t,n){const r=Fe(t),o=Ft(t),s=n==="fixed",i=Vn(e,!0,s,t);let c={scrollLeft:0,scrollTop:0};const a=Dt(0);function u(){a.x=Ls(o)}if(r||!r&&!s)if((vr(t)!=="body"||Po(o))&&(c=Os(t)),r){const f=Vn(t,!0,s,t);a.x=f.x+t.clientLeft,a.y=f.y+t.clientTop}else o&&u();s&&!r&&o&&u();const l=o&&!r&&!s?Yp(o,c):Dt(0),d=i.left+c.scrollLeft-a.x-l.x,p=i.top+c.scrollTop-a.y-l.y;return{x:d,y:p,width:i.width,height:i.height}}function vc(e){return ct(e).position==="static"}function eh(e,t){if(!Fe(e)||ct(e).position==="fixed")return null;if(t)return t(e);let n=e.offsetParent;return Ft(e)===n&&(n=n.ownerDocument.body),n}function th(e,t){const n=He(e);if(Ts(e))return n;if(!Fe(e)){let o=sn(e);for(;o&&!on(o);){if(fe(o)&&!vc(o))return o;o=sn(o)}return n}let r=eh(e,t);for(;r&&JE(r)&&vc(r);)r=eh(r,t);return r&&on(r)&&vc(r)&&!dc(r)?n:r||o2(e)||n}const t6=async function(e){const t=this.getOffsetParent||th,n=this.getDimensions,r=await n(e.floating);return{reference:e6(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function n6(e){return ct(e).direction==="rtl"}const r6={convertOffsetParentRelativeRectToViewportRelativeRect:V2,getDocumentElement:Ft,getClippingRect:Q2,getOffsetParent:th,getElementRects:t6,getClientRects:G2,getDimensions:J2,getScale:Er,isElement:fe,isRTL:n6};function nh(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function o6(e,t){let n=null,r;const o=Ft(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:d,width:p,height:f}=u;if(c||t(),!p||!f)return;const h=Cs(d),m=Cs(o.clientWidth-(l+p)),v=Cs(o.clientHeight-(d+f)),A=Cs(l),T={rootMargin:-h+"px "+-m+"px "+-v+"px "+-A+"px",threshold:Me(0,an(1,a))||1};let B=!0;function F(R){const j=R[0].intersectionRatio;if(j!==a){if(!B)return i();j?i(!1,j):r=setTimeout(()=>{i(!1,1e-7)},1e3)}j===1&&!nh(u,e.getBoundingClientRect())&&i(),B=!1}try{n=new IntersectionObserver(F,{...T,root:o.ownerDocument})}catch{n=new IntersectionObserver(F,T)}n.observe(e)}return i(!0),s}function rh(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=wc(e),l=o||s?[...u?vn(u):[],...vn(t)]:[];l.forEach(A=>{o&&A.addEventListener("scroll",n,{passive:!0}),s&&A.addEventListener("resize",n)});const d=u&&c?o6(u,n):null;let p=-1,f=null;i&&(f=new ResizeObserver(A=>{let[w]=A;w&&w.target===u&&f&&(f.unobserve(t),cancelAnimationFrame(p),p=requestAnimationFrame(()=>{var T;(T=f)==null||T.observe(t)})),n()}),u&&!a&&f.observe(u),f.observe(t));let h,m=a?Vn(e):null;a&&v();function v(){const A=Vn(e);m&&!nh(m,A)&&n(),m=A,h=requestAnimationFrame(v)}return n(),()=>{var A;l.forEach(w=>{o&&w.removeEventListener("scroll",n),s&&w.removeEventListener("resize",n)}),d==null||d(),(A=f)==null||A.disconnect(),f=null,a&&cancelAnimationFrame(h)}}const xc=Bs,s6=_2,i6=U2,a6=D2,c6=z2,oh=F2,u6=(e,t,n)=>{const r=new Map,o={platform:r6,...n},s={...o.platform,_c:r};return L2(e,t,{...o,platform:s})};var l6=typeof document<"u",f6=function(){},Fs=l6?x.useLayoutEffect:f6;function Ds(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(!Ds(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)&&!Ds(e[s],t[s]))return!1}return!0}return e!==e&&t!==t}function sh(e){return typeof window>"u"?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function ih(e,t){const n=sh(e);return Math.round(t*n)/n}function Ec(e){const t=z.useRef(e);return Fs(()=>{t.current=e}),t}function ah(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,d]=z.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[p,f]=z.useState(r);Ds(p,r)||f(r);const[h,m]=z.useState(null),[v,A]=z.useState(null),w=z.useCallback(b=>{b!==R.current&&(R.current=b,m(b))},[]),T=z.useCallback(b=>{b!==j.current&&(j.current=b,A(b))},[]),B=s||h,F=i||v,R=z.useRef(null),j=z.useRef(null),g=z.useRef(l),y=a!=null,$=Ec(a),k=Ec(o),N=Ec(u),P=z.useCallback(()=>{if(!R.current||!j.current)return;const b={placement:t,strategy:n,middleware:p};k.current&&(b.platform=k.current),u6(R.current,j.current,b).then(M=>{const D={...M,isPositioned:N.current!==!1};S.current&&!Ds(g.current,D)&&(g.current=D,Cr.flushSync(()=>{d(D)}))})},[p,t,n,k,N]);Fs(()=>{u===!1&&g.current.isPositioned&&(g.current.isPositioned=!1,d(b=>({...b,isPositioned:!1})))},[u]);const S=z.useRef(!1);Fs(()=>(S.current=!0,()=>{S.current=!1}),[]),Fs(()=>{if(B&&(R.current=B),F&&(j.current=F),B&&F){if($.current)return $.current(B,F,P);P()}},[B,F,P,$,y]);const E=z.useMemo(()=>({reference:R,floating:j,setReference:w,setFloating:T}),[w,T]),C=z.useMemo(()=>({reference:B,floating:F}),[B,F]),O=z.useMemo(()=>{const b={position:n,left:0,top:0};if(!C.floating)return b;const M=ih(C.floating,l.x),D=ih(C.floating,l.y);return c?{...b,transform:"translate("+M+"px, "+D+"px)",...sh(C.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:M,top:D}},[n,c,C.floating,l.x,l.y]);return z.useMemo(()=>({...l,update:P,refs:E,elements:C,floatingStyles:O}),[l,P,E,C,O])}const d6=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?oh({element:r.current,padding:o}).fn(n):{}:r?oh({element:r,padding:o}).fn(n):{}}}},Sc=(e,t)=>({...s6(e),options:[e,t]}),ch=(e,t)=>({...i6(e),options:[e,t]}),uh=(e,t)=>({...a6(e),options:[e,t]}),p6=(e,t)=>({...c6(e),options:[e,t]}),h6=(e,t)=>({...d6(e),options:[e,t]}),lh={...z},m6=lh.useInsertionEffect||(e=>e());function fh(e){const t=z.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return m6(()=>{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 Pc=typeof document<"u"?x.useLayoutEffect:x.useEffect;let dh=!1,g6=0;const ph=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+g6++;function b6(){const[e,t]=z.useState(()=>dh?ph():void 0);return Pc(()=>{e==null&&t(ph())},[]),z.useEffect(()=>{dh=!0},[]),e}const y6=lh.useId||b6;let Ao;process.env.NODE_ENV!=="production"&&(Ao=new Set);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.warn(o)}}function v6(){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 x6(){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 E6=z.createContext(null),S6=z.createContext(null),P6=()=>{var e;return((e=z.useContext(E6))==null?void 0:e.id)||null},$6=()=>z.useContext(S6),T6="data-floating-ui-focusable";function A6(e){const{open:t=!1,onOpenChange:n,elements:r}=e,o=y6(),s=z.useRef({}),[i]=z.useState(()=>x6()),c=P6()!=null;if(process.env.NODE_ENV!=="production"){const f=r.reference;f&&!fe(f)&&v6("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=fh((f,h,m)=>{s.current.openEvent=f?h:void 0,i.emit("openchange",{open:f,event:h,reason:m,nested:c}),n==null||n(f,h,m)}),d=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:d}),[t,l,p,i,o,d])}function O6(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,d=z.useRef(null),p=$6();Pc(()=>{l&&(d.current=l)},[l]);const f=ah({...e,elements:{...o,...c&&{reference:c}}}),h=z.useCallback(T=>{const B=fe(T)?{getBoundingClientRect:()=>T.getBoundingClientRect(),contextElement:T}:T;a(B),f.refs.setReference(B)},[f.refs]),m=z.useCallback(T=>{(fe(T)||T===null)&&(d.current=T,i(T)),(fe(f.refs.reference.current)||f.refs.reference.current===null||T!==null&&!fe(T))&&f.refs.setReference(T)},[f.refs]),v=z.useMemo(()=>({...f.refs,setReference:m,setPositionReference:h,domReference:d}),[f.refs,m,h]),A=z.useMemo(()=>({...f.elements,domReference:l}),[f.elements,l]),w=z.useMemo(()=>({...f,...r,refs:v,elements:A,nodeId:t}),[f,v,A,t,r]);return Pc(()=>{r.dataRef.current.floatingContext=w;const T=p==null?void 0:p.nodesRef.current.find(B=>B.id===t);T&&(T.context=w)}),z.useMemo(()=>({...f,context:w,refs:v,elements:A}),[f,v,A,w])}const hh="active",mh="selected";function $c(e,t,n){const r=new Map,o=n==="item";let s=e;if(o&&e){const{[hh]:i,[mh]:c,...a}=e;s=a}return{...n==="floating"&&{tabIndex:-1,[T6]:""},...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&&[hh,mh].includes(u)))if(u.indexOf("on")===0){if(r.has(u)||r.set(u,[]),typeof l=="function"){var d;(d=r.get(u))==null||d.push(l),i[u]=function(){for(var p,f=arguments.length,h=new Array(f),m=0;m<f;m++)h[m]=arguments[m];return(p=r.get(u))==null?void 0:p.map(v=>v(...h)).find(v=>v!==void 0)}}}else i[u]=l}),i),{})}}function C6(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=>$c(c,e,"reference"),t),s=z.useCallback(c=>$c(c,e,"floating"),n),i=z.useCallback(c=>$c(c,e,"item"),r);return z.useMemo(()=>({getReferenceProps:o,getFloatingProps:s,getItemProps:i}),[o,s,i])}function gh(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}=Wn(e,t),{rects:d,elements:{floating:p}}=t,f=n.current[i],h=(u==null?void 0:u.current)||p,m=p.clientTop||h.clientTop,v=p.clientTop!==0,A=h.clientTop!==0,w=p===h;if(process.env.NODE_ENV!=="production"&&(t.placement.startsWith("bottom")||w6('`placement` side must be "bottom" when using the `inner`',"middleware.")),!f)return{};const T={...t,...await Sc(-f.offsetTop-p.clientTop-d.reference.height/2-f.offsetHeight/2-s).fn(t)},B=await xc(gh(T,h.scrollHeight+m+p.clientTop),l),F=await xc(T,{...l,elementContext:"reference"}),R=Me(0,B.top),j=T.y+R,$=(h.scrollHeight>h.clientHeight?k=>k:$o)(Me(0,h.scrollHeight+(v&&w||A?m*2:0)-R-Me(0,B.bottom)));if(h.style.maxHeight=$+"px",h.scrollTop=R,o){const k=h.offsetHeight<f.offsetHeight*an(c,n.current.length)-1||F.top>=-a||F.bottom>=-a;Cr.flushSync(()=>o(k))}return r&&(r.current=await xc(gh({...T,y:j},h.offsetHeight+m+p.clientTop),l)),{y:j}}});function I6(e,t){const{open:n,elements:r}=e,{enabled:o=!0,overflowRef:s,scrollRef:i,onChange:c}=t,a=fh(c),u=z.useRef(!1),l=z.useRef(null),d=z.useRef(null);z.useEffect(()=>{if(!o)return;function f(m){if(m.ctrlKey||!h||s.current==null)return;const v=m.deltaY,A=s.current.top>=-.5,w=s.current.bottom>=-.5,T=h.scrollHeight-h.clientHeight,B=v<0?-1:1,F=v<0?"max":"min";h.scrollHeight<=h.clientHeight||(!A&&v>0||!w&&v<0?(m.preventDefault(),Cr.flushSync(()=>{a(R=>R+Math[F](v,T*B))})):/firefox/i.test(i2())&&(h.scrollTop+=v))}const h=(i==null?void 0:i.current)||r.floating;if(n&&h)return h.addEventListener("wheel",f),requestAnimationFrame(()=>{l.current=h.scrollTop,s.current!=null&&(d.current={...s.current})}),()=>{l.current=null,d.current=null,h.removeEventListener("wheel",f)}},[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 f=(i==null?void 0:i.current)||r.floating;if(!(!s.current||!f||!u.current)){if(l.current!==null){const h=f.scrollTop-l.current;(s.current.bottom<-.5&&h<-1||s.current.top<-.5&&h>1)&&Cr.flushSync(()=>a(m=>m+h))}requestAnimationFrame(()=>{l.current=f.scrollTop})}}}),[r.floating,a,s,i]);return z.useMemo(()=>o?{floating:p}:{},[o,p])}let Sr=x.createContext({styles:void 0,setReference:()=>{},setFloating:()=>{},getReferenceProps:()=>({}),getFloatingProps:()=>({}),slot:{}});Sr.displayName="FloatingContext";let Tc=x.createContext(null);Tc.displayName="PlacementContext";function M6(e){return x.useMemo(()=>e?typeof e=="string"?{to:e}:e:null,[e])}function k6(){return x.useContext(Sr).setReference}function B6(){return x.useContext(Sr).getReferenceProps}function L6(){let{getFloatingProps:e,slot:t}=x.useContext(Sr);return x.useCallback((...n)=>Object.assign({},e(...n),{"data-anchor":t.anchor}),[e,t])}function F6(e=null){e===!1&&(e=null),typeof e=="string"&&(e={to:e});let t=x.useContext(Tc),n=x.useMemo(()=>e,[JSON.stringify(e,(o,s)=>{var i;return(i=s==null?void 0:s.outerHTML)!=null?i:s})]);ye(()=>{t==null||t(n??null)},[t,n]);let r=x.useContext(Sr);return x.useMemo(()=>[r.setFloating,e?r.styles:{}],[r.setFloating,e,r.styles])}let bh=4;function D6({children:e,enabled:t=!0}){let[n,r]=x.useState(null),[o,s]=x.useState(0),i=x.useRef(null),[c,a]=x.useState(null);R6(c);let u=t&&n!==null&&c!==null,{to:l="bottom",gap:d=0,offset:p=0,padding:f=0,inner:h}=j6(n,c),[m,v="center"]=l.split(" ");ye(()=>{u&&s(0)},[u]);let{refs:A,floatingStyles:w,context:T}=O6({open:u,placement:m==="selection"?v==="center"?"bottom":`bottom-${v}`:v==="center"?`${m}`:`${m}-${v}`,strategy:"absolute",transform:!1,middleware:[Sc({mainAxis:m==="selection"?0:d,crossAxis:p}),ch({padding:f}),m!=="selection"&&uh({padding:f}),m==="selection"&&h?N6({...h,padding:f,overflowRef:i,offset:o,minItemsVisible:bh,referenceOverflowThreshold:f,onFallbackChange(k){var N,P;if(!k)return;let S=T.elements.floating;if(!S)return;let E=parseFloat(getComputedStyle(S).scrollPaddingBottom)||0,C=Math.min(bh,S.childElementCount),O=0,b=0;for(let M of(P=(N=T.elements.floating)==null?void 0:N.childNodes)!=null?P:[])if(rn(M)){let D=M.offsetTop,_=D+M.clientHeight+E,U=S.scrollTop,W=U+S.clientHeight;if(D>=U&&_<=W)C--;else{b=Math.max(0,Math.min(_,W)-Math.max(D,U)),O=M.clientHeight;break}}C>=1&&s(M=>{let D=O*C-b+E;return M>=D?M:D})}}):null,p6({padding:f,apply({availableWidth:k,availableHeight:N,elements:P}){Object.assign(P.floating.style,{overflow:"auto",maxWidth:`${k}px`,maxHeight:`min(var(--anchor-max-height, 100vh), ${N}px)`})}})].filter(Boolean),whileElementsMounted:rh}),[B=m,F=v]=T.placement.split("-");m==="selection"&&(B="selection");let R=x.useMemo(()=>({anchor:[B,F].filter(Boolean).join(" ")}),[B,F]),j=I6(T,{overflowRef:i,onChange:s}),{getReferenceProps:g,getFloatingProps:y}=C6([j]),$=ce(k=>{a(k),A.setFloating(k)});return z.createElement(Tc.Provider,{value:r},z.createElement(Sr.Provider,{value:{setFloating:$,setReference:A.setReference,styles:w,getReferenceProps:g,getFloatingProps:y,slot:R}},e))}function R6(e){ye(()=>{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 j6(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=br(),o=ce((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=wh(a,u);return[l,d=>{let p=yh(a);{let f=p.map(h=>window.getComputedStyle(u).getPropertyValue(h));r.requestAnimationFrame(function h(){r.nextFrame(h);let m=!1;for(let[A,w]of p.entries()){let T=window.getComputedStyle(u).getPropertyValue(w);if(f[A]!==T){f[A]=T,m=!0;break}}if(!m)return;let v=wh(a,u);l!==v&&(d(v),l=v)})}return r.dispose}]}return[n,null]}),s=x.useMemo(()=>o(e,t)[0],[e,t]),[i=s,c]=x.useState();return ye(()=>{let[a,u]=o(e,t);if(c(a),!!u)return u(c)},[e,t]),i}function yh(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,...yh(o)]:[r]}return[]}function wh(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 _6(e,t){let[n,r]=x.useState(t);return!e&&n!==t&&r(t),e?n:t}let Oc=x.createContext(null);Oc.displayName="OpenClosedContext";var $t=(e=>(e[e.Open=1]="Open",e[e.Closed=2]="Closed",e[e.Closing=4]="Closing",e[e.Opening=8]="Opening",e))($t||{});function Cc(){return x.useContext(Oc)}function vh({value:e,children:t}){return x.createElement(Oc.Provider,{value:e},t)}function U6(e){throw new Error("Unexpected object: "+e)}var ve=(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))(ve||{});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:U6(e)}}var xh=(e=>(e[e.Left=0]="Left",e[e.Right=2]="Right",e))(xh||{});function Eh(e){let t=ce(e),n=x.useRef(!1);x.useEffect(()=>(n.current=!1,()=>{n.current=!0,Kd(()=>{n.current&&t()})}),[t])}function z6(){let e=typeof document>"u";return"useSyncExternalStore"in z?(t=>t.useSyncExternalStore)(z)(()=>()=>{},()=>!1,()=>!e):!1}function Nc(){let e=z6(),[t,n]=z.useState(Bt.isHandoffComplete);return t&&Bt.isHandoffComplete===!1&&n(!1),z.useEffect(()=>{t!==!0&&n(!0)},[t]),z.useEffect(()=>Bt.handoff(),[]),e?!1:t}let H6=x.createContext(!1);function W6(){return x.useContext(H6)}function V6(e){let t=W6(),n=x.useContext(Ph),[r,o]=x.useState(()=>{var s;if(!t&&n!==null)return(s=n.current)!=null?s:null;if(Bt.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 x.useEffect(()=>{r!==null&&(e!=null&&e.body.contains(r)||e==null||e.body.appendChild(r))},[r,e]),x.useEffect(()=>{t||n!==null&&o(n.current)},[n,o,t]),r}let Sh=x.Fragment,G6=ze(function(e,t){let{ownerDocument:n=null,...r}=e,o=x.useRef(null),s=st(Zx(f=>{o.current=f}),t),i=uc(o),c=n??i,a=V6(c),[u]=x.useState(()=>{var f;return Bt.isServer?null:(f=c==null?void 0:c.createElement("div"))!=null?f:null}),l=x.useContext(Y6),d=Nc();ye(()=>{!a||!u||a.contains(u)||(u.setAttribute("data-headlessui-portal",""),a.appendChild(u))},[a,u]),ye(()=>{if(u&&l)return l.register(u)},[l,u]),Eh(()=>{var f;!a||!u||(Ya(u)&&a.contains(u)&&a.removeChild(u),a.childNodes.length<=0&&((f=a.parentElement)==null||f.removeChild(a)))});let p=Ye();return d?!a||!u?null:ke.createPortal(p({ourProps:{ref:s},theirProps:r,slot:{},defaultTag:Sh,name:"Portal"}),u):null});function q6(e,t){let n=st(t),{enabled:r=!0,ownerDocument:o,...s}=e,i=Ye();return r?x.createElement(G6,{...s,ownerDocument:o,ref:n}):i({ourProps:{ref:n},theirProps:s,slot:{},defaultTag:Sh,name:"Portal"})}let Z6=x.Fragment,Ph=x.createContext(null);function K6(e,t){let{target:n,...r}=e,o={ref:st(t)},s=Ye();return x.createElement(Ph.Provider,{value:n},s({ourProps:o,theirProps:r,defaultTag:Z6,name:"Popover.Group"}))}let Y6=x.createContext(null),X6=ze(q6),Q6=ze(K6),J6=Object.assign(X6,{Group:Q6});function e5(){let e=x.useRef(!1);return ye(()=>(e.current=!0,()=>{e.current=!1}),[]),e}function $h(e){var t;return!!(e.enter||e.enterFrom||e.enterTo||e.leave||e.leaveFrom||e.leaveTo)||((t=e.as)!=null?t:Ah)!==x.Fragment||x.Children.count(e.children)===1}let js=x.createContext(null);js.displayName="TransitionContext";var t5=(e=>(e.Visible="visible",e.Hidden="hidden",e))(t5||{});function n5(){let e=x.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}function r5(){let e=x.useContext(_s);if(e===null)throw new Error("A <Transition.Child /> is used but it is missing a parent <Transition /> or <Transition.Root />.");return e}let _s=x.createContext(null);_s.displayName="NestingContext";function Us(e){return"children"in e?Us(e.children):e.current.filter(({el:t})=>t.current!==null).filter(({state:t})=>t==="visible").length>0}function Th(e,t){let n=zn(e),r=x.useRef([]),o=e5(),s=br(),i=ce((f,h=yn.Hidden)=>{let m=r.current.findIndex(({el:v})=>v===f);m!==-1&&(ot(h,{[yn.Unmount](){r.current.splice(m,1)},[yn.Hidden](){r.current[m].state="hidden"}}),s.microTask(()=>{var v;!Us(r)&&o.current&&((v=n.current)==null||v.call(n))}))}),c=ce(f=>{let h=r.current.find(({el:m})=>m===f);return h?h.state!=="visible"&&(h.state="visible"):r.current.push({el:f,state:"visible"}),()=>i(f,yn.Unmount)}),a=x.useRef([]),u=x.useRef(Promise.resolve()),l=x.useRef({enter:[],leave:[]}),d=ce((f,h,m)=>{a.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=>{a.current.push(v)})]),t==null||t.chains.current[h].push([f,new Promise(v=>{Promise.all(l.current[h].map(([A,w])=>w)).then(()=>v())})]),h==="enter"?u.current=u.current.then(()=>t==null?void 0:t.wait.current).then(()=>m(h)):m(h)}),p=ce((f,h,m)=>{Promise.all(l.current[h].splice(0).map(([v,A])=>A)).then(()=>{var v;(v=a.current.shift())==null||v()}).then(()=>m(h))});return x.useMemo(()=>({children:r,register:c,unregister:i,onStart:d,onStop:p,wait:u,chains:l}),[c,i,r,d,p,l,u])}let Ah=x.Fragment,Oh=vs.RenderStrategy;function o5(e,t){var n,r;let{transition:o=!0,beforeEnter:s,afterEnter:i,beforeLeave:c,afterLeave:a,enter:u,enterFrom:l,enterTo:d,entered:p,leave:f,leaveFrom:h,leaveTo:m,...v}=e,[A,w]=x.useState(null),T=x.useRef(null),B=$h(e),F=st(...B?[T,t,w]:t===null?[]:[t]),R=(n=v.unmount)==null||n?yn.Unmount:yn.Hidden,{show:j,appear:g,initial:y}=n5(),[$,k]=x.useState(j?"visible":"hidden"),N=r5(),{register:P,unregister:S}=N;ye(()=>P(T),[P,T]),ye(()=>{if(R===yn.Hidden&&T.current){if(j&&$!=="visible"){k("visible");return}return ot($,{hidden:()=>S(T),visible:()=>P(T)})}},[$,T,P,S,j,R]);let E=Nc();ye(()=>{if(B&&E&&$==="visible"&&T.current===null)throw new Error("Did you forget to passthrough the `ref` to the actual DOM node?")},[T,$,E,B]);let C=y&&!g,O=g&&j&&y,b=x.useRef(!1),M=Th(()=>{b.current||(k("hidden"),S(T))},N),D=ce(H=>{b.current=!0;let Q=H?"enter":"leave";M.onStart(T,Q,X=>{X==="enter"?s==null||s():X==="leave"&&(c==null||c())})}),_=ce(H=>{let Q=H?"enter":"leave";b.current=!1,M.onStop(T,Q,X=>{X==="enter"?i==null||i():X==="leave"&&(a==null||a())}),Q==="leave"&&!Us(M)&&(k("hidden"),S(T))});x.useEffect(()=>{B&&o||(D(j),_(j))},[j,B,o]);let U=!(!o||!B||!E||C),[,W]=Bp(U,A,j,{start:D,end:_}),K=wn({ref:F,className:((r=qa(v.className,O&&u,O&&l,W.enter&&u,W.enter&&W.closed&&l,W.enter&&!W.closed&&d,W.leave&&f,W.leave&&!W.closed&&h,W.leave&&W.closed&&m,!W.transition&&j&&p))==null?void 0:r.trim())||void 0,...kp(W)}),V=0;$==="visible"&&(V|=$t.Open),$==="hidden"&&(V|=$t.Closed),j&&$==="hidden"&&(V|=$t.Opening),!j&&$==="visible"&&(V|=$t.Closing);let Z=Ye();return x.createElement(_s.Provider,{value:M},x.createElement(vh,{value:V},Z({ourProps:K,theirProps:v,defaultTag:Ah,features:Oh,visible:$==="visible",name:"Transition.Child"})))}function s5(e,t){let{show:n,appear:r=!1,unmount:o=!0,...s}=e,i=x.useRef(null),c=$h(e),a=st(...c?[i,t]:t===null?[]:[t]);Nc();let u=Cc();if(n===void 0&&u!==null&&(n=(u&$t.Open)===$t.Open),n===void 0)throw new Error("A <Transition /> is used but it is missing a `show={true | false}` prop.");let[l,d]=x.useState(n?"visible":"hidden"),p=Th(()=>{n||d("hidden")}),[f,h]=x.useState(!0),m=x.useRef([n]);ye(()=>{f!==!1&&m.current[m.current.length-1]!==n&&(m.current.push(n),h(!1))},[m,n]);let v=x.useMemo(()=>({show:n,appear:r,initial:f}),[n,r,f]);ye(()=>{n?d("visible"):!Us(p)&&i.current!==null&&d("hidden")},[n,p]);let A={unmount:o},w=ce(()=>{var F;f&&h(!1),(F=e.beforeEnter)==null||F.call(e)}),T=ce(()=>{var F;f&&h(!1),(F=e.beforeLeave)==null||F.call(e)}),B=Ye();return x.createElement(_s.Provider,{value:p},x.createElement(js.Provider,{value:v},B({ourProps:{...A,as:x.Fragment,children:x.createElement(Ch,{ref:a,...A,...s,beforeEnter:w,beforeLeave:T})},theirProps:{},defaultTag:x.Fragment,features:Oh,visible:l==="visible",name:"Transition"})))}function i5(e,t){let n=x.useContext(js)!==null,r=Cc()!==null;return x.createElement(x.Fragment,null,!n&&r?x.createElement(Ic,{ref:t,...e}):x.createElement(Ch,{ref:t,...e}))}let Ic=ze(s5),Ch=ze(o5),a5=ze(i5),Mc=Object.assign(Ic,{Child:a5,Root:Ic});function c5(e,t){let n=x.useRef({left:0,top:0});if(ye(()=>{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 Ih(e){var t,n;let r=(t=e.innerText)!=null?t:"",o=e.cloneNode(!0);if(!rn(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 u5(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():Ih(s).trim()}return null}).filter(Boolean);if(r.length>0)return r.join(", ")}return Ih(e).trim()}function l5(e){let t=x.useRef(""),n=x.useRef("");return ce(()=>{let r=e.current;if(!r)return"";let o=r.innerText;if(t.current===o)return n.current;let s=u5(r).trim().toLowerCase();return t.current=o,n.current=s,s})}var f5=Object.defineProperty,d5=(e,t,n)=>t in e?f5(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,Mh=(e,t,n)=>(d5(e,typeof t!="symbol"?t+"":t,n),n),Ce=(e=>(e[e.Open=0]="Open",e[e.Closed=1]="Closed",e))(Ce||{}),Rt=(e=>(e[e.Single=0]="Single",e[e.Multi=1]="Multi",e))(Rt||{}),zs=(e=>(e[e.Pointer=0]="Pointer",e[e.Other=1]="Other",e))(zs||{}),kh=(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))(kh||{});function Bh(e,t=n=>n){let n=e.activeOptionIndex!==null?e.options[e.activeOptionIndex]:null,r=$p(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 p5={1(e){return e.dataRef.current.disabled||e.listboxState===1?e:{...e,activeOptionIndex:null,pendingFocus:{focus:ve.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===ve.Nothing)return{...c,activeOptionIndex:null};if(t.focus===ve.Specific)return{...c,activeOptionIndex:e.options.findIndex(l=>l.id===t.id)};if(t.focus===ve.Previous){let l=e.activeOptionIndex;if(l!==null){let d=e.options[l].dataRef.current.domRef,p=Rs(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:f=>f.id,resolveDisabled:f=>f.dataRef.current.disabled});if(p!==null){let f=e.options[p].dataRef.current.domRef;if(((r=d.current)==null?void 0:r.previousElementSibling)===f.current||((o=f.current)==null?void 0:o.previousElementSibling)===null)return{...c,activeOptionIndex:p}}}}else if(t.focus===ve.Next){let l=e.activeOptionIndex;if(l!==null){let d=e.options[l].dataRef.current.domRef,p=Rs(t,{resolveItems:()=>e.options,resolveActiveIndex:()=>e.activeOptionIndex,resolveId:f=>f.id,resolveDisabled:f=>f.dataRef.current.disabled});if(p!==null){let f=e.options[p].dataRef.current.domRef;if(((s=d.current)==null?void 0:s.nextElementSibling)===f.current||((i=f.current)==null?void 0:i.nextElementSibling)===null)return{...c,activeOptionIndex:p}}}}let a=Bh(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!==ve.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:ve.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,...Bh(e),pendingShouldSort:!1}:e};class kc extends pp{constructor(t){super(t),Mh(this,"actions",{onChange:n=>{let{onChange:r,compare:o,mode:s,value:i}=this.state.dataRef.current;return ot(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:ec(()=>{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:ec(()=>{let n=[];return[r=>n.push(r),()=>{this.send({type:6,options:n.splice(0)})}]}),goToOption:ec(()=>{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:ve.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})}}),Mh(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=tc.get(null);this.disposables.add(r.on(bp.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 kc({id:t,dataRef:{current:{}},listboxState:n?0:1,options:[],searchQuery:"",activeOptionIndex:null,activationTrigger:1,buttonElement:null,optionsElement:null,pendingShouldSort:!1,pendingFocus:{focus:ve.Nothing},__demoMode:n})}reduce(t,n){return ot(n.type,p5,t,n)}}const Lh=x.createContext(null);function Bc(e){let t=x.useContext(Lh);if(t===null){let n=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,Fh),n}return t}function Fh({id:e,__demoMode:t=!1}){let n=x.useMemo(()=>kc.new({id:e,__demoMode:t}),[]);return Eh(()=>n.dispose()),n}let Hs=x.createContext(null);Hs.displayName="ListboxDataContext";function Oo(e){let t=x.useContext(Hs);if(t===null){let n=new Error(`<${e} /> is missing a parent <Listbox /> component.`);throw Error.captureStackTrace&&Error.captureStackTrace(n,Oo),n}return t}let h5=x.Fragment;function m5(e,t){let n=x.useId(),r=Ga(),{value:o,defaultValue:s,form:i,name:c,onChange:a,by:u,invalid:l=!1,disabled:d=r||!1,horizontal:p=!1,multiple:f=!1,__demoMode:h=!1,...m}=e;const v=p?"horizontal":"vertical";let A=st(t),w=kx(s),[T=f?[]:void 0,B]=Mx(o,a,w),F=Fh({id:n,__demoMode:h}),R=x.useRef({static:!1,hold:!1}),j=x.useRef(new Map),g=sE(u),y=x.useCallback(U=>ot($.mode,{[Rt.Multi]:()=>T.some(W=>g(W,U)),[Rt.Single]:()=>g(T,U)}),[T]),$=x.useMemo(()=>({value:T,disabled:d,invalid:l,mode:f?Rt.Multi:Rt.Single,orientation:v,onChange:B,compare:g,isSelected:y,optionsPropsRef:R,listRef:j}),[T,d,l,f,v,B,g,y,R,j]);ye(()=>{F.state.dataRef.current=$},[$]);let k=at(F,U=>U.listboxState),N=tc.get(null),P=at(N,x.useCallback(U=>N.selectors.isTop(U,n),[N,n])),[S,E]=at(F,U=>[U.buttonElement,U.optionsElement]);ME(P,[S,E],(U,W)=>{F.send({type:kh.CloseListbox}),Pp(W,cc.Loose)||(U.preventDefault(),S==null||S.focus())});let C=x.useMemo(()=>({open:k===Ce.Open,disabled:d,invalid:l,value:T}),[k,d,l,T]),[O,b]=Jx({inherit:!0}),M={ref:A},D=x.useCallback(()=>{if(w!==void 0)return B==null?void 0:B(w)},[B,w]),_=Ye();return x.createElement(b,{value:O,props:{htmlFor:S==null?void 0:S.id},slot:{open:k===Ce.Open,disabled:d}},x.createElement(D6,null,x.createElement(Lh.Provider,{value:F},x.createElement(Hs.Provider,{value:$},x.createElement(vh,{value:ot(k,{[Ce.Open]:$t.Open,[Ce.Closed]:$t.Closed})},c!=null&&T!=null&&x.createElement(jx,{disabled:d,data:{[c]:T},form:i,onReset:D}),_({ourProps:M,theirProps:m,slot:C,defaultTag:h5,name:"Listbox"}))))))}let g5="button";function b5(e,t){let n=x.useId(),r=np(),o=Oo("Listbox.Button"),s=Bc("Listbox.Button"),{id:i=r||`headlessui-listbox-button-${n}`,disabled:c=o.disabled||!1,autoFocus:a=!1,...u}=e,l=st(t,k6(),s.actions.setButtonElement),d=B6(),[p,f,h]=at(s,b=>[b.listboxState,b.buttonElement,b.optionsElement]),m=p===Ce.Open;LE(m,{trigger:f,action:x.useCallback(b=>{if(f!=null&&f.contains(b.target))return Ps.Ignore;let M=b.target.closest('[role="option"]:not([data-disabled])');return rn(M)?Ps.Select(M):h!=null&&h.contains(b.target)?Ps.Ignore:Ps.Close},[f,h]),close:s.actions.closeListbox,select:s.actions.selectActiveOption});let v=ce(b=>{switch(b.key){case Oe.Enter:Bx(b.currentTarget);break;case Oe.Space:case Oe.ArrowDown:b.preventDefault(),s.actions.openListbox({focus:o.value?ve.Nothing:ve.First});break;case Oe.ArrowUp:b.preventDefault(),s.actions.openListbox({focus:o.value?ve.Nothing:ve.Last});break}}),A=ce(b=>{switch(b.key){case Oe.Space:b.preventDefault();break}}),w=ce(b=>{var M;if(b.button===xh.Left){if(Gx(b.currentTarget))return b.preventDefault();s.state.listboxState===Ce.Open?(ke.flushSync(()=>s.actions.closeListbox()),(M=s.state.buttonElement)==null||M.focus({preventScroll:!0})):(b.preventDefault(),s.actions.openListbox({focus:ve.Nothing}))}}),T=x.useRef(null),B=ce(b=>{T.current=b.pointerType,b.pointerType==="mouse"&&w(b)}),F=ce(b=>{T.current!=="mouse"&&w(b)}),R=ce(b=>b.preventDefault()),j=up([i]),g=Kx(),{isFocusVisible:y,focusProps:$}=vx({autoFocus:a}),{isHovered:k,hoverProps:N}=wx({isDisabled:c}),{pressed:P,pressProps:S}=Tx({disabled:c}),E=x.useMemo(()=>({open:p===Ce.Open,active:P||p===Ce.Open,disabled:c,invalid:o.invalid,value:o.value,hover:k,focus:y,autofocus:a}),[p,o.value,c,k,y,P,o.invalid,a]),C=at(s,b=>b.listboxState===Ce.Open),O=Xd(d(),{ref:l,id:i,type:FE(e,f),"aria-haspopup":"listbox","aria-controls":h==null?void 0:h.id,"aria-expanded":C,"aria-labelledby":j,"aria-describedby":g,disabled:c||void 0,autoFocus:a,onKeyDown:v,onKeyUp:A,onKeyPress:R,onPointerDown:B,onClick:F},$,N,S);return Ye()({ourProps:O,theirProps:u,slot:E,defaultTag:g5,name:"Listbox.Button"})}let Dh=x.createContext(!1),y5="div",w5=vs.RenderStrategy|vs.Static;function v5(e,t){let n=x.useId(),{id:r=`headlessui-listbox-options-${n}`,anchor:o,portal:s=!1,modal:i=!0,transition:c=!1,...a}=e,u=M6(o),[l,d]=x.useState(null);u&&(s=!0);let p=Oo("Listbox.Options"),f=Bc("Listbox.Options"),[h,m,v,A]=at(f,H=>[H.listboxState,H.buttonElement,H.optionsElement,H.__demoMode]),w=uc(m),T=uc(v),B=Cc(),[F,R]=Bp(c,l,B!==null?(B&$t.Open)===$t.Open:h===Ce.Open);vE(F,m,f.actions.closeListbox);let j=A?!1:i&&h===Ce.Open;WE(j,T);let g=A?!1:i&&h===Ce.Open;wE(g,{allowed:x.useCallback(()=>[m,v],[m,v])});let y=h!==Ce.Open,$=c5(y,m)?!1:F,k=F&&h===Ce.Closed,N=_6(k,p.value),P=ce(H=>p.compare(N,H)),S=at(f,H=>{var Q;if(u==null||!((Q=u==null?void 0:u.to)!=null&&Q.includes("selection")))return null;let X=H.options.findIndex(se=>P(se.dataRef.current.value));return X===-1&&(X=0),X}),E=(()=>{if(u==null)return;if(S===null)return{...u,inner:void 0};let H=Array.from(p.listRef.current.values());return{...u,inner:{listRef:{current:H},index:S}}})(),[C,O]=F6(E),b=L6(),M=st(t,u?C:null,f.actions.setOptionsElement,d),D=br();x.useEffect(()=>{var H;let Q=v;Q&&h===Ce.Open&&Q!==((H=vo(Q))==null?void 0:H.activeElement)&&(Q==null||Q.focus({preventScroll:!0}))},[h,v]);let _=ce(H=>{var Q,X;switch(D.dispose(),H.key){case Oe.Space:if(f.state.searchQuery!=="")return H.preventDefault(),H.stopPropagation(),f.actions.search(H.key);case Oe.Enter:if(H.preventDefault(),H.stopPropagation(),f.state.activeOptionIndex!==null){let{dataRef:se}=f.state.options[f.state.activeOptionIndex];f.actions.onChange(se.current.value)}p.mode===Rt.Single&&(ke.flushSync(()=>f.actions.closeListbox()),(Q=f.state.buttonElement)==null||Q.focus({preventScroll:!0}));break;case ot(p.orientation,{vertical:Oe.ArrowDown,horizontal:Oe.ArrowRight}):return H.preventDefault(),H.stopPropagation(),f.actions.goToOption({focus:ve.Next});case ot(p.orientation,{vertical:Oe.ArrowUp,horizontal:Oe.ArrowLeft}):return H.preventDefault(),H.stopPropagation(),f.actions.goToOption({focus:ve.Previous});case Oe.Home:case Oe.PageUp:return H.preventDefault(),H.stopPropagation(),f.actions.goToOption({focus:ve.First});case Oe.End:case Oe.PageDown:return H.preventDefault(),H.stopPropagation(),f.actions.goToOption({focus:ve.Last});case Oe.Escape:H.preventDefault(),H.stopPropagation(),ke.flushSync(()=>f.actions.closeListbox()),(X=f.state.buttonElement)==null||X.focus({preventScroll:!0});return;case Oe.Tab:H.preventDefault(),H.stopPropagation(),ke.flushSync(()=>f.actions.closeListbox()),OE(f.state.buttonElement,H.shiftKey?ac.Previous:ac.Next);break;default:H.key.length===1&&(f.actions.search(H.key),D.setTimeout(()=>f.actions.clearSearch(),350));break}}),U=at(f,H=>{var Q;return(Q=H.buttonElement)==null?void 0:Q.id}),W=x.useMemo(()=>({open:h===Ce.Open}),[h]),K=Xd(u?b():{},{id:r,ref:M,"aria-activedescendant":at(f,f.selectors.activeDescendantId),"aria-multiselectable":p.mode===Rt.Multi?!0:void 0,"aria-labelledby":U,"aria-orientation":p.orientation,onKeyDown:_,role:"listbox",tabIndex:h===Ce.Open?0:void 0,style:{...a.style,...O,"--button-width":aE(m,!0).width},...kp(R)}),V=Ye(),Z=x.useMemo(()=>p.mode===Rt.Multi?p:{...p,isSelected:P},[p,P]);return x.createElement(J6,{enabled:s?e.static||F:!1,ownerDocument:w},x.createElement(Hs.Provider,{value:Z},V({ourProps:K,theirProps:a,slot:W,defaultTag:y5,features:w5,visible:$,name:"Listbox.Options"})))}let x5="div";function E5(e,t){let n=x.useId(),{id:r=`headlessui-listbox-option-${n}`,disabled:o=!1,value:s,...i}=e,c=x.useContext(Dh)===!0,a=Oo("Listbox.Option"),u=Bc("Listbox.Option"),l=at(u,$=>u.selectors.isActive($,r)),d=a.isSelected(s),p=x.useRef(null),f=l5(p),h=zn({disabled:o,value:s,domRef:p,get textValue(){return f()}}),m=st(t,p,$=>{$?a.listRef.current.set(r,$):a.listRef.current.delete(r)}),v=at(u,$=>u.selectors.shouldScrollIntoView($,r));ye(()=>{if(v)return Pt().requestAnimationFrame(()=>{var $,k;(k=($=p.current)==null?void 0:$.scrollIntoView)==null||k.call($,{block:"nearest"})})},[v,p]),ye(()=>{if(!c)return u.actions.registerOption(r,h),()=>u.actions.unregisterOption(r)},[h,r,c]);let A=ce($=>{var k;if(o)return $.preventDefault();u.actions.onChange(s),a.mode===Rt.Single&&(ke.flushSync(()=>u.actions.closeListbox()),(k=u.state.buttonElement)==null||k.focus({preventScroll:!0}))}),w=ce(()=>{if(o)return u.actions.goToOption({focus:ve.Nothing});u.actions.goToOption({focus:ve.Specific,id:r})}),T=VE(),B=ce($=>T.update($)),F=ce($=>{T.wasMoved($)&&(o||l&&u.state.activationTrigger===zs.Pointer||u.actions.goToOption({focus:ve.Specific,id:r},zs.Pointer))}),R=ce($=>{T.wasMoved($)&&(o||l&&u.state.activationTrigger===zs.Pointer&&u.actions.goToOption({focus:ve.Nothing}))}),j=x.useMemo(()=>({active:l,focus:l,selected:d,disabled:o,selectedOption:d&&c}),[l,d,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":d,disabled:void 0,onClick:A,onFocus:w,onPointerEnter:B,onMouseEnter:B,onPointerMove:F,onMouseMove:F,onPointerLeave:R,onMouseLeave:R},y=Ye();return!d&&c?null:y({ourProps:g,theirProps:i,slot:j,defaultTag:x5,name:"Listbox.Option"})}let S5=x.Fragment;function P5(e,t){let{options:n,placeholder:r,...o}=e,s={ref:st(t)},i=Oo("ListboxSelectedOption"),c=x.useMemo(()=>({}),[]),a=i.value===void 0||i.value===null||i.mode===Rt.Multi&&Array.isArray(i.value)&&i.value.length===0,u=Ye();return x.createElement(Dh.Provider,{value:!0},u({ourProps:s,theirProps:{...o,children:x.createElement(x.Fragment,null,r&&a?r:n)},slot:c,defaultTag:S5,name:"ListboxSelectedOption"}))}let $5=ze(m5),T5=ze(b5),A5=rE,O5=ze(v5),C5=ze(E5),N5=ze(P5),ut=Object.assign($5,{Button:T5,Label:A5,Options:O5,Option:C5,SelectedOption:N5});const I5=()=>I.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",children:[I.jsx("g",{clipPath:"url(#clip0_active)",children:I.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"})}),I.jsx("defs",{children:I.jsx("clipPath",{id:"clip0_active",children:I.jsx("rect",{width:"12",height:"12",fill:"white",transform:"translate(0 0.0454102)"})})})]}),M5=()=>I.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",children:[I.jsx("g",{clipPath:"url(#clip0_inactive)",children:I.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"})}),I.jsx("defs",{children:I.jsx("clipPath",{id:"clip0_inactive",children:I.jsx("rect",{width:"12",height:"12",fill:"white",transform:"translate(0 0.0454102)"})})})]}),Co=({selectedLevel:e,maxLevel:t,className:n=""})=>{const r=Array.from({length:t},(o,s)=>s+1);return I.jsx("div",{className:`flex items-center ${n}`,children:r.map(o=>I.jsx("div",{className:"flex items-center justify-center",children:o>t-e?I.jsx(I5,{}):I.jsx(M5,{})},o))})};class Tt{}Bo(Tt,"FAST",3),Bo(Tt,"Medium",2),Bo(Tt,"SLOW",1),Bo(Tt,"NONE",0);const k5=Object.values({MAINNET:1,SEPOLIA:11155111}),un=e=>{const t=typeof e=="string"?parseInt(e,10):e;return k5.includes(t)},B5={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:!B5[t.toUpperCase()]:!0},L5=({chains:e,selectedChain:t,onChainChange:n,disabled:r=!1,className:o="",walletType:s="mpc"})=>{const{t:i}=ht();return I.jsx("div",{className:`relative ${o}`,children:I.jsx(ut,{value:t,onChange:n,disabled:r,children:({open:c})=>I.jsxs(I.Fragment,{children:[I.jsxs(ut.Button,{className:`
|
|
131
|
+
relative w-full h-9 text-text-primary bg-fill-input-primary
|
|
77
132
|
items-center justify-between flex px-3 rounded-lg
|
|
78
|
-
focus:outline-none
|
|
133
|
+
focus:outline-none
|
|
79
134
|
${r?"opacity-50 cursor-not-allowed":"cursor-pointer hover:bg-fill-btn-secondary-hover"}
|
|
80
|
-
${c?"ring-
|
|
81
|
-
`,children:[
|
|
135
|
+
${c?"ring-1 ring-white":""}
|
|
136
|
+
`,children:[I.jsx("span",{className:"text-sm leading-[18px] font-medium",children:i("deposit.chain")}),I.jsxs("div",{className:"flex items-center space-x-2",children:[t.chainIconUrl?I.jsx("img",{src:t.chainIconUrl,alt:t.chain,className:"w-4 h-4 rounded-full"}):I.jsx("div",{className:"w-4 h-4 rounded-full bg-blue-500 flex items-center justify-center",children:I.jsx("span",{className:"text-xs text-white font-bold",children:t.chain.charAt(0)})}),I.jsx("span",{className:"text-sm text-white ml-1",children:t.chain}),I.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:[I.jsx("g",{clipPath:"url(#clip0_12919_27745)",children:I.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"})}),I.jsx("defs",{children:I.jsx("clipPath",{id:"clip0_12919_27745",children:I.jsx("rect",{width:"10",height:"10",fill:"white",transform:"translate(0 0.955078)"})})})]})]})]}),I.jsx(Mc,{as:x.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:I.jsx(ut.Options,{className:`
|
|
82
137
|
absolute z-50 mt-1 w-full max-h-60 overflow-auto rounded-lg
|
|
83
138
|
bg-fill-input-primary border border-line-divider-secondary shadow-lg
|
|
84
139
|
focus:outline-none
|
|
85
|
-
`,children:e.map(
|
|
86
|
-
relative w-full h-9 text-text-primary bg-fill-input-primary
|
|
140
|
+
`,children:e.filter(a=>a[s==="mpc"?"allowAaDeposit":"allowDeposit"]!==!1).map(a=>I.jsx(ut.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})=>I.jsx(I.Fragment,{children:I.jsxs("div",{className:"flex items-center justify-between",children:[I.jsxs("div",{className:"flex items-center space-x-3",children:[a.chainIconUrl?I.jsx("img",{src:a.chainIconUrl,alt:a.chain,className:"w-5 h-5 rounded-full"}):I.jsx("div",{className:"w-5 h-5 rounded-full bg-blue-500 flex items-center justify-center",children:I.jsx("span",{className:"text-xs text-white font-bold",children:a.chain.charAt(0)})}),I.jsx("div",{className:"flex flex-col",children:I.jsx("span",{className:`text-sm font-medium ${u||l?"text-text-primary":"text-text-tertiary"}`,children:a.chain})})]}),I.jsx("div",{className:"w-12 bg-fill-page-secondary p-1 h-5 flex rounded",children:I.jsx(Co,{className:"w-full justify-between",selectedLevel:un(a.chainId)?Tt.SLOW:Tt.FAST,maxLevel:3})})]})})},a.chainId))})})]})})})},F5=({tokens:e,selectedToken:t,onTokenChange:n,disabled:r=!1,className:o=""})=>{const{t:s}=ht(),i=c=>c.token||c.symbol;return I.jsx("div",{className:`relative ${o}`,children:I.jsx(ut,{value:t,onChange:n,disabled:r,children:({open:c})=>I.jsxs(I.Fragment,{children:[I.jsxs(ut.Button,{className:`
|
|
141
|
+
relative w-full h-9 text-text-primary bg-fill-input-primary
|
|
87
142
|
items-center justify-between flex px-3 rounded-lg
|
|
88
|
-
focus:outline-none
|
|
143
|
+
focus:outline-none
|
|
89
144
|
${r?"opacity-50 cursor-not-allowed":"cursor-pointer hover:bg-fill-btn-secondary-hover"}
|
|
90
|
-
${c?"ring-
|
|
91
|
-
`,children:[
|
|
145
|
+
${c?"ring-1 ring-white":""}
|
|
146
|
+
`,children:[I.jsx("span",{className:"text-sm leading-[18px] font-medium",children:s("deposit.asset")}),I.jsxs("div",{className:"flex items-center space-x-2",children:[I.jsx("img",{src:t.iconUrl,alt:i(t),className:"w-4 h-4 rounded-full"}),I.jsx("span",{className:"text-sm text-white ml-1",children:i(t)}),I.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:[I.jsx("g",{clipPath:"url(#clip0_asset_selector)",children:I.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"})}),I.jsx("defs",{children:I.jsx("clipPath",{id:"clip0_asset_selector",children:I.jsx("rect",{width:"10",height:"10",fill:"white",transform:"translate(0 0.955078)"})})})]})]})]}),I.jsx(Mc,{as:x.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:I.jsx(ut.Options,{className:`
|
|
92
147
|
absolute z-50 mt-1 w-full max-h-60 overflow-auto rounded-lg
|
|
93
148
|
bg-fill-input-primary border border-line-divider-secondary shadow-lg
|
|
94
149
|
focus:outline-none
|
|
95
|
-
`,children:e.
|
|
150
|
+
`,children:e.map(a=>I.jsx(ut.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})=>I.jsx("div",{className:"flex items-center justify-between",children:I.jsxs("div",{className:"flex items-center space-x-3",children:[I.jsx("img",{src:a.iconUrl,alt:i(a),className:"w-5 h-5 rounded-full"}),I.jsx("div",{className:"flex flex-col",children:I.jsx("span",{className:`text-sm font-medium ${u||l?"text-text-primary":"text-text-tertiary"}`,children:i(a)})})]})})},i(a)))})})]})})})},jh=({currentActiveChain:e,chainList:t,onChainChange:n,curSelectToken:r,onTokenChange:o,walletType:s=jn,txType:i="deposit"})=>{const c=x.useCallback(m=>i==="withdraw"?s===jn?m.allowAaWithdraw!==!1:m.allowWithdraw!==!1:s===jn?m.allowAaDeposit!==!1:m.allowDeposit!==!1,[i,s]),a=x.useMemo(()=>{const m=new Set,v=[];for(const A of t)if(c(A))for(const w of A.tokenList||[]){const T=w.symbol||w.token;!T||!(i!=="withdraw"||w.withdrawEnable===!0&&w.pullOff===!1)||m.has(T)||(m.add(T),v.push({token:T,symbol:T,iconUrl:w.iconUrl,decimals:w.decimals,tokenAddress:w.tokenAddress}))}return v},[t,c,i]),u=m=>{n(m.chainId)},l=m=>{const v=m.symbol||m.token;o(v);const A=[];for(const w of t){if(!c(w))continue;(w.tokenList||[]).some(B=>(B.symbol||B.token)===v)&&A.push(w.chainId)}!A.includes(e.chainId)&&A[0]!==void 0&&n(A[0])},d=x.useMemo(()=>{var A,w;const m=r||((A=a[0])==null?void 0:A.symbol)||((w=a[0])==null?void 0:w.token);if(!m)return[];const v=[];for(const T of t){if(!c(T))continue;const B=(T.tokenList||[]).find(F=>(F.symbol||F.token)===m?i==="withdraw"?F.withdrawEnable===!0&&F.pullOff===!1:!0:!1);B&&v.push({...T,tokenList:[{token:B.token,symbol:B.symbol,iconUrl:B.iconUrl,decimals:B.decimals,tokenAddress:B.tokenAddress}]})}return v},[t,r,a,c,i]),p=x.useMemo(()=>d.find(m=>m.chainId===e.chainId)||d[0],[d,e.chainId]),f=x.useMemo(()=>a,[a]),h=x.useMemo(()=>{if(f.length!==0)return f.find(m=>m.token===r||m.symbol===r)||f[0]},[f,r]);return x.useEffect(()=>{if(f.length===0)return;if(!f.some(v=>(v.symbol||v.token)===r)){const v=f[0];o(v.symbol||v.token)}},[f,r,o]),x.useEffect(()=>{if(d.length===0)return;d.some(v=>v.chainId===e.chainId)||n(d[0].chainId)},[d,e.chainId,n]),I.jsxs("div",{className:"space-y-4",children:[f.length>0&&h&&I.jsx(F5,{tokens:f,selectedToken:h,onTokenChange:l}),I.jsx(L5,{chains:d,selectedChain:p,onChainChange:m=>{const v=t.find(A=>A.chainId===m.chainId);v&&u(v)},walletType:s,className:"w-full"})]})},D5=({options:e})=>I.jsx(I.Fragment,{children:e.map(t=>I.jsx(ut.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})=>I.jsx("div",{className:"flex items-center justify-between",children:I.jsx("div",{className:"flex items-center space-x-3",children:I.jsx("div",{className:"flex flex-col",children:I.jsx("span",{className:`text-sm font-medium ${n||r?"text-text-primary":"text-text-tertiary"}`,children:t.label})})})})},t.value))}),_h=({selectedAccount:e,onAccountChange:t,disabled:n=!1,className:r=""})=>{var d;const{t:o}=ht(),s=x.useMemo(()=>[{value:"spot",label:o("account.spot")},{value:"perpetual",label:o("account.perpetual")}],[o]),i=((d=s.find(p=>p.value===(e??"spot")))==null?void 0:d.label)||"",[c,a]=x.useState(e??"spot"),u=e??c,l=p=>{t==null||t(p),e||a(p)};return I.jsx("div",{className:`relative mb-4 ${r}`,children:I.jsx(ut,{value:u,onChange:l,disabled:n,children:({open:p})=>I.jsxs(I.Fragment,{children:[I.jsxs(ut.Button,{className:`
|
|
151
|
+
relative w-full h-9 text-text-primary bg-fill-input-primary
|
|
152
|
+
items-center justify-between flex px-3 rounded-lg
|
|
153
|
+
focus:outline-none
|
|
154
|
+
${n?"opacity-50 cursor-not-allowed":"cursor-pointer hover:bg-fill-btn-secondary-hover"}
|
|
155
|
+
${p?"ring-1 ring-white":""}
|
|
156
|
+
`,children:[I.jsx("span",{className:"text-sm leading-[18px] font-medium",children:o("account.title")}),I.jsxs("div",{className:"flex items-center space-x-2",children:[I.jsx("span",{className:"text-sm text-white ml-1",children:i}),I.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:[I.jsx("g",{clipPath:"url(#clip0_asset_selector)",children:I.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"})}),I.jsx("defs",{children:I.jsx("clipPath",{id:"clip0_asset_selector",children:I.jsx("rect",{width:"10",height:"10",fill:"white",transform:"translate(0 0.955078)"})})})]})]})]}),I.jsx(Mc,{as:x.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:I.jsx(ut.Options,{className:`
|
|
157
|
+
absolute z-50 mt-1 w-full max-h-60 overflow-auto rounded-lg
|
|
158
|
+
bg-fill-input-primary border border-line-divider-secondary shadow-lg
|
|
159
|
+
focus:outline-none
|
|
160
|
+
`,children:I.jsx(D5,{options:s})})})]})})})};var Ws={},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()}},j5=R5,Uh={"text/plain":"Text","text/html":"Url",default:"Text"},_5="Copy to clipboard: #{key}, Enter";function U5(e){var t=(/mac os x/i.test(navigator.userAgent)?"⌘":"Ctrl")+"+C";return e.replace(/#{\s*key\s*}/g,t)}function z5(e,t){var n,r,o,s,i,c,a=!1;t||(t={}),n=t.debug||!1;try{o=j5(),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 d=Uh[t.format]||Uh.default;window.clipboardData.setData(d,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(d){n&&console.error("unable to copy using clipboardData: ",d),n&&console.error("falling back to prompt"),r=U5("message"in t?t.message:_5),window.prompt(r,e)}}finally{i&&(typeof i.removeRange=="function"?i.removeRange(s):i.removeAllRanges()),c&&document.body.removeChild(c),o()}return a}var H5=z5;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(Ws,"__esModule",{value:!0}),Ws.CopyToClipboard=void 0;var Vs=zh(x),W5=zh(H5),V5=["text","onCopy","options","children"];function zh(e){return e&&e.__esModule?e:{default:e}}function Hh(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 Wh(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Hh(Object(n),!0).forEach(function(r){Dc(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Hh(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function G5(e,t){if(e==null)return{};var n=q5(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 q5(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 Z5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function K5(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 Y5(e,t,n){return t&&K5(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function X5(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&&Fc(e,t)}function Fc(e,t){return Fc=Object.setPrototypeOf||function(r,o){return r.__proto__=o,r},Fc(e,t)}function Q5(e){var t=eS();return function(){var r=Gs(e),o;if(t){var s=Gs(this).constructor;o=Reflect.construct(r,arguments,s)}else o=r.apply(this,arguments);return J5(this,o)}}function J5(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 Vh(e)}function Vh(e){if(e===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function eS(){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 Gs(e){return Gs=Object.setPrototypeOf?Object.getPrototypeOf:function(n){return n.__proto__||Object.getPrototypeOf(n)},Gs(e)}function Dc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Gh=function(e){X5(n,e);var t=Q5(n);function n(){var r;Z5(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)),Dc(Vh(r),"onClick",function(c){var a=r.props,u=a.text,l=a.onCopy,d=a.children,p=a.options,f=Vs.default.Children.only(d),h=(0,W5.default)(u,p);l&&l(u,h),f&&f.props&&typeof f.props.onClick=="function"&&f.props.onClick(c)}),r}return Y5(n,[{key:"render",value:function(){var o=this.props;o.text,o.onCopy,o.options;var s=o.children,i=G5(o,V5),c=Vs.default.Children.only(s);return Vs.default.cloneElement(c,Wh(Wh({},i),{},{onClick:this.onClick}))}}]),n}(Vs.default.PureComponent);Ws.CopyToClipboard=Gh,Dc(Gh,"defaultProps",{onCopy:void 0,options:void 0});var tS=Ws,Rc=tS.CopyToClipboard;Rc.CopyToClipboard=Rc;var nS=Rc;const rS=Q0(nS);var oS=Object.defineProperty,qs=Object.getOwnPropertySymbols,qh=Object.prototype.hasOwnProperty,Zh=Object.prototype.propertyIsEnumerable,Kh=(e,t,n)=>t in e?oS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,jc=(e,t)=>{for(var n in t||(t={}))qh.call(t,n)&&Kh(e,n,t[n]);if(qs)for(var n of qs(t))Zh.call(t,n)&&Kh(e,n,t[n]);return e},_c=(e,t)=>{var n={};for(var r in e)qh.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&qs)for(var r of qs(e))t.indexOf(r)<0&&Zh.call(e,r)&&(n[r]=e[r]);return n};/**
|
|
96
161
|
* @license QR Code generator library (TypeScript)
|
|
97
162
|
* Copyright (c) Project Nayuki.
|
|
98
163
|
* SPDX-License-Identifier: MIT
|
|
99
|
-
*/var Ze;(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 v=0;v<8;v++){this.applyMask(v),this.drawFormatBits(v);const b=this.getPenaltyScore();b<h&&(p=v,h=b),this.applyMask(v)}}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,v;for(h=a;;h++){const y=W.getNumDataCodewords(h,l)*8,C=c.getTotalBits(i,h);if(C<=y){v=C;break}if(h>=p)throw new RangeError("Data too long")}for(const y of[W.Ecc.MEDIUM,W.Ecc.QUARTILE,W.Ecc.HIGH])f&&v<=W.getNumDataCodewords(h,y)*8&&(l=y);let b=[];for(const y of i){n(y.mode.modeBits,4,b),n(y.numChars,y.mode.numCharCountBits(h),b);for(const C of y.getData())b.push(C)}o(b.length==v);const x=W.getNumDataCodewords(h,l)*8;o(b.length<=x),n(0,Math.min(4,x-b.length),b),n(0,(8-b.length%8)%8,b),o(b.length%8==0);for(let y=236;b.length<x;y^=253)n(y,8,b);let E=[];for(;E.length*8<b.length;)E.push(0);return b.forEach((y,C)=>E[C>>>3]|=y<<7-(C&7)),new W(h,l,E,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,v=Math.floor(f/p);let b=[];const x=W.reedSolomonComputeDivisor(m);for(let y=0,C=0;y<p;y++){let S=i.slice(C,C+v-m+(y<h?0:1));C+=S.length;const A=W.reedSolomonComputeRemainder(S,x);y<h&&S.push(0),b.push(S.concat(A))}let E=[];for(let y=0;y<b[0].length;y++)b.forEach((C,S)=>{(y!=v-m||S>=h)&&E.push(C[y])});return o(E.length==f),E}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,v=(a+1&2)==0?this.size-1-p:p;!this.isFunction[v][f]&&l<i.length*8&&(this.modules[v][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,v=[0,0,0,0,0,0,0];for(let b=0;b<this.size;b++)this.modules[m][b]==f?(h++,h==5?i+=W.PENALTY_N1:h>5&&i++):(this.finderPenaltyAddHistory(h,v),f||(i+=this.finderPenaltyCountPatterns(v)*W.PENALTY_N3),f=this.modules[m][b],h=1);i+=this.finderPenaltyTerminateAndCount(f,h,v)*W.PENALTY_N3}for(let m=0;m<this.size;m++){let f=!1,h=0,v=[0,0,0,0,0,0,0];for(let b=0;b<this.size;b++)this.modules[b][m]==f?(h++,h==5?i+=W.PENALTY_N1:h>5&&i++):(this.finderPenaltyAddHistory(h,v),f||(i+=this.finderPenaltyCountPatterns(v)*W.PENALTY_N3),f=this.modules[b][m],h=1);i+=this.finderPenaltyTerminateAndCount(f,h,v)*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 oe{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 oe(oe.Mode.BYTE,i.length,l)}static makeNumeric(i){if(!oe.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 oe(oe.Mode.NUMERIC,i.length,l)}static makeAlphanumeric(i){if(!oe.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=oe.ALPHANUMERIC_CHARSET.indexOf(i.charAt(a))*45;p+=oe.ALPHANUMERIC_CHARSET.indexOf(i.charAt(a+1)),n(p,11,l)}return a<i.length&&n(oe.ALPHANUMERIC_CHARSET.indexOf(i.charAt(a)),6,l),new oe(oe.Mode.ALPHANUMERIC,i.length,l)}static makeSegments(i){return i==""?[]:oe.isNumeric(i)?[oe.makeNumeric(i)]:oe.isAlphanumeric(i)?[oe.makeAlphanumeric(i)]:[oe.makeBytes(oe.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 oe(oe.Mode.ECI,0,l)}static isNumeric(i){return oe.NUMERIC_REGEX.test(i)}static isAlphanumeric(i){return oe.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})(Ze||(Ze={})),(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={}))})(Ze||(Ze={})),(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={}))})(Ze||(Ze={}));var ft=Ze;/**
|
|
164
|
+
*/var Gn;(e=>{const t=class ie{constructor(a,u,l,d){if(this.version=a,this.errorCorrectionLevel=u,this.modules=[],this.isFunction=[],a<ie.MIN_VERSION||a>ie.MAX_VERSION)throw new RangeError("Version value out of range");if(d<-1||d>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 f=this.addEccAndInterleave(l);if(this.drawCodewords(f),d==-1){let h=1e9;for(let m=0;m<8;m++){this.applyMask(m),this.drawFormatBits(m);const v=this.getPenaltyScore();v<h&&(d=m,h=v),this.applyMask(m)}}o(0<=d&&d<=7),this.mask=d,this.applyMask(d),this.drawFormatBits(d),this.isFunction=[]}static encodeText(a,u){const l=e.QrSegment.makeSegments(a);return ie.encodeSegments(l,u)}static encodeBinary(a,u){const l=e.QrSegment.makeBytes(a);return ie.encodeSegments([l],u)}static encodeSegments(a,u,l=1,d=40,p=-1,f=!0){if(!(ie.MIN_VERSION<=l&&l<=d&&d<=ie.MAX_VERSION)||p<-1||p>7)throw new RangeError("Invalid value");let h,m;for(h=l;;h++){const T=ie.getNumDataCodewords(h,u)*8,B=i.getTotalBits(a,h);if(B<=T){m=B;break}if(h>=d)throw new RangeError("Data too long")}for(const T of[ie.Ecc.MEDIUM,ie.Ecc.QUARTILE,ie.Ecc.HIGH])f&&m<=ie.getNumDataCodewords(h,T)*8&&(u=T);let v=[];for(const T of a){n(T.mode.modeBits,4,v),n(T.numChars,T.mode.numCharCountBits(h),v);for(const B of T.getData())v.push(B)}o(v.length==m);const A=ie.getNumDataCodewords(h,u)*8;o(v.length<=A),n(0,Math.min(4,A-v.length),v),n(0,(8-v.length%8)%8,v),o(v.length%8==0);for(let T=236;v.length<A;T^=253)n(T,8,v);let w=[];for(;w.length*8<v.length;)w.push(0);return v.forEach((T,B)=>w[B>>>3]|=T<<7-(B&7)),new ie(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 d=0;d<u;d++)l==0&&d==0||l==0&&d==u-1||l==u-1&&d==0||this.drawAlignmentPattern(a[l],a[d]);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 d=(u<<10|l)^21522;o(d>>>15==0);for(let p=0;p<=5;p++)this.setFunctionModule(8,p,r(d,p));this.setFunctionModule(8,7,r(d,6)),this.setFunctionModule(8,8,r(d,7)),this.setFunctionModule(7,8,r(d,8));for(let p=9;p<15;p++)this.setFunctionModule(14-p,8,r(d,p));for(let p=0;p<8;p++)this.setFunctionModule(this.size-1-p,8,r(d,p));for(let p=8;p<15;p++)this.setFunctionModule(8,this.size-15+p,r(d,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 d=r(u,l),p=this.size-11+l%3,f=Math.floor(l/3);this.setFunctionModule(p,f,d),this.setFunctionModule(f,p,d)}}drawFinderPattern(a,u){for(let l=-4;l<=4;l++)for(let d=-4;d<=4;d++){const p=Math.max(Math.abs(d),Math.abs(l)),f=a+d,h=u+l;0<=f&&f<this.size&&0<=h&&h<this.size&&this.setFunctionModule(f,h,p!=2&&p!=4)}}drawAlignmentPattern(a,u){for(let l=-2;l<=2;l++)for(let d=-2;d<=2;d++)this.setFunctionModule(a+d,u+l,Math.max(Math.abs(d),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!=ie.getNumDataCodewords(u,l))throw new RangeError("Invalid argument");const d=ie.NUM_ERROR_CORRECTION_BLOCKS[l.ordinal][u],p=ie.ECC_CODEWORDS_PER_BLOCK[l.ordinal][u],f=Math.floor(ie.getNumRawDataModules(u)/8),h=d-f%d,m=Math.floor(f/d);let v=[];const A=ie.reedSolomonComputeDivisor(p);for(let T=0,B=0;T<d;T++){let F=a.slice(B,B+m-p+(T<h?0:1));B+=F.length;const R=ie.reedSolomonComputeRemainder(F,A);T<h&&F.push(0),v.push(F.concat(R))}let w=[];for(let T=0;T<v[0].length;T++)v.forEach((B,F)=>{(T!=m-p||F>=h)&&w.push(B[T])});return o(w.length==f),w}drawCodewords(a){if(a.length!=Math.floor(ie.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 d=0;d<this.size;d++)for(let p=0;p<2;p++){const f=l-p,m=(l+1&2)==0?this.size-1-d:d;!this.isFunction[m][f]&&u<a.length*8&&(this.modules[m][f]=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 d;switch(a){case 0:d=(l+u)%2==0;break;case 1:d=u%2==0;break;case 2:d=l%3==0;break;case 3:d=(l+u)%3==0;break;case 4:d=(Math.floor(l/3)+Math.floor(u/2))%2==0;break;case 5:d=l*u%2+l*u%3==0;break;case 6:d=(l*u%2+l*u%3)%2==0;break;case 7:d=((l+u)%2+l*u%3)%2==0;break;default:throw new Error("Unreachable")}!this.isFunction[u][l]&&d&&(this.modules[u][l]=!this.modules[u][l])}}getPenaltyScore(){let a=0;for(let p=0;p<this.size;p++){let f=!1,h=0,m=[0,0,0,0,0,0,0];for(let v=0;v<this.size;v++)this.modules[p][v]==f?(h++,h==5?a+=ie.PENALTY_N1:h>5&&a++):(this.finderPenaltyAddHistory(h,m),f||(a+=this.finderPenaltyCountPatterns(m)*ie.PENALTY_N3),f=this.modules[p][v],h=1);a+=this.finderPenaltyTerminateAndCount(f,h,m)*ie.PENALTY_N3}for(let p=0;p<this.size;p++){let f=!1,h=0,m=[0,0,0,0,0,0,0];for(let v=0;v<this.size;v++)this.modules[v][p]==f?(h++,h==5?a+=ie.PENALTY_N1:h>5&&a++):(this.finderPenaltyAddHistory(h,m),f||(a+=this.finderPenaltyCountPatterns(m)*ie.PENALTY_N3),f=this.modules[v][p],h=1);a+=this.finderPenaltyTerminateAndCount(f,h,m)*ie.PENALTY_N3}for(let p=0;p<this.size-1;p++)for(let f=0;f<this.size-1;f++){const h=this.modules[p][f];h==this.modules[p][f+1]&&h==this.modules[p+1][f]&&h==this.modules[p+1][f+1]&&(a+=ie.PENALTY_N2)}let u=0;for(const p of this.modules)u=p.reduce((f,h)=>f+(h?1:0),u);const l=this.size*this.size,d=Math.ceil(Math.abs(u*20-l*10)/l)-1;return o(0<=d&&d<=9),a+=d*ie.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 d=this.size-7;l.length<a;d-=u)l.splice(1,0,d);return l}}static getNumRawDataModules(a){if(a<ie.MIN_VERSION||a>ie.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(ie.getNumRawDataModules(a)/8)-ie.ECC_CODEWORDS_PER_BLOCK[u.ordinal][a]*ie.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 d=0;d<a-1;d++)u.push(0);u.push(1);let l=1;for(let d=0;d<a;d++){for(let p=0;p<u.length;p++)u[p]=ie.reedSolomonMultiply(u[p],l),p+1<u.length&&(u[p]^=u[p+1]);l=ie.reedSolomonMultiply(l,2)}return u}static reedSolomonComputeRemainder(a,u){let l=u.map(d=>0);for(const d of a){const p=d^l.shift();l.push(0),u.forEach((f,h)=>l[h]^=ie.reedSolomonMultiply(f,p))}return l}static reedSolomonMultiply(a,u){if(a>>>8||u>>>8)throw new RangeError("Byte out of range");let l=0;for(let d=7;d>=0;d--)l=l<<1^(l>>>7)*285,l^=(u>>>d&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 Ee{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 Ee(Ee.Mode.BYTE,a.length,u)}static makeNumeric(a){if(!Ee.isNumeric(a))throw new RangeError("String contains non-numeric characters");let u=[];for(let l=0;l<a.length;){const d=Math.min(a.length-l,3);n(parseInt(a.substring(l,l+d),10),d*3+1,u),l+=d}return new Ee(Ee.Mode.NUMERIC,a.length,u)}static makeAlphanumeric(a){if(!Ee.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 d=Ee.ALPHANUMERIC_CHARSET.indexOf(a.charAt(l))*45;d+=Ee.ALPHANUMERIC_CHARSET.indexOf(a.charAt(l+1)),n(d,11,u)}return l<a.length&&n(Ee.ALPHANUMERIC_CHARSET.indexOf(a.charAt(l)),6,u),new Ee(Ee.Mode.ALPHANUMERIC,a.length,u)}static makeSegments(a){return a==""?[]:Ee.isNumeric(a)?[Ee.makeNumeric(a)]:Ee.isAlphanumeric(a)?[Ee.makeAlphanumeric(a)]:[Ee.makeBytes(Ee.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 Ee(Ee.Mode.ECI,0,u)}static isNumeric(a){return Ee.NUMERIC_REGEX.test(a)}static isAlphanumeric(a){return Ee.ALPHANUMERIC_REGEX.test(a)}getData(){return this.bitData.slice()}static getTotalBits(a,u){let l=0;for(const d of a){const p=d.mode.numCharCountBits(u);if(d.numChars>=1<<p)return 1/0;l+=4+p+d.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})(Gn||(Gn={})),(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={}))})(Gn||(Gn={})),(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={}))})(Gn||(Gn={}));var Pr=Gn;/**
|
|
100
165
|
* @license qrcode.react
|
|
101
166
|
* Copyright (c) Paul O'Shannessy
|
|
102
167
|
* 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},mi=128,hi="L",vi="#FFFFFF",gi="#000000",bi=!1,yi=1,jc=4,_c=0,kc=.1;function xi(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),v=Math.floor(a),b=Math.ceil(u+l-h),x=Math.ceil(i+a-v);m={x:h,y:v,w:b,h:x}}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 wi({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((v,b)=>(v.push(...ft.QrSegment.makeSegments(b)),v),[]);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),v=f.length+h*2,b=Rc(f,c,h,s);return{cells:f,margin:h,numCells:v,calculatedImageSettings:b}},[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=mi,level:c=hi,bgColor:u=vi,fgColor:i=gi,includeMargin:l=bi,minVersion:a=yi,boostLevel:p,marginSize:m,imageSettings:f}=r,v=er(r,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","marginSize","imageSettings"]),{style:b}=v,x=er(v,["style"]),E=f==null?void 0:f.src,y=d.useRef(null),C=d.useRef(null),S=d.useCallback(D=>{y.current=D,typeof n=="function"?n(D):n&&(n.current=D)},[n]),[A,L]=d.useState(!1),{margin:R,cells:V,numCells:P,calculatedImageSettings:T}=wi({value:o,level:c,minVersion:a,boostLevel:p,includeMargin:l,marginSize:m,imageSettings:f,size:s});d.useEffect(()=>{if(y.current!=null){const D=y.current,B=D.getContext("2d");if(!B)return;let U=V;const G=C.current,O=T!=null&&G!==null&&G.complete&&G.naturalHeight!==0&&G.naturalWidth!==0;O&&T.excavation!=null&&(U=Ei(V,T.excavation));const _=window.devicePixelRatio||1;D.height=D.width=s*_;const F=s/P*_;B.scale(F,F),B.fillStyle=u,B.fillRect(0,0,P,P),B.fillStyle=i,Wc?B.fill(new Path2D(xi(U,R))):V.forEach(function(Z,Q){Z.forEach(function(X,Te){X&&B.fillRect(Te+R,Q+R,1,1)})}),T&&(B.globalAlpha=T.opacity),O&&B.drawImage(G,T.x+R,T.y+R,T.w,T.h)}}),d.useEffect(()=>{L(!1)},[E]);const K=Zn({height:s,width:s},b);let I=null;return E!=null&&(I=d.createElement("img",{src:E,key:E,style:{display:"none"},onLoad:()=>{L(!0)},ref:C,crossOrigin:T==null?void 0:T.crossOrigin})),d.createElement(d.Fragment,null,d.createElement("canvas",Zn({style:K,height:s,width:s,ref:S,role:"img"},x)),I)});Vc.displayName="QRCodeCanvas";var Ci=d.forwardRef(function(t,n){const r=t,{value:o,size:s=mi,level:c=hi,bgColor:u=vi,fgColor:i=gi,includeMargin:l=bi,minVersion:a=yi,boostLevel:p,title:m,marginSize:f,imageSettings:h}=r,v=er(r,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","title","marginSize","imageSettings"]),{margin:b,cells:x,numCells:E,calculatedImageSettings:y}=wi({value:o,level:c,minVersion:a,boostLevel:p,includeMargin:l,marginSize:f,imageSettings:h,size:s});let C=x,S=null;h!=null&&y!=null&&(y.excavation!=null&&(C=Ei(x,y.excavation)),S=d.createElement("image",{href:h.src,height:y.h,width:y.w,x:y.x+b,y:y.y+b,preserveAspectRatio:"none",opacity:y.opacity,crossOrigin:y.crossOrigin}));const A=xi(C,b);return d.createElement("svg",Zn({height:s,width:s,viewBox:`0 0 ${E} ${E}`,ref:n,role:"img"},v),!!m&&d.createElement("title",null,m),d.createElement("path",{fill:u,d:`M0,0 h${E}v${E}H0z`,shapeRendering:"crispEdges"}),d.createElement("path",{fill:i,d:A,shapeRendering:"crispEdges"}),S)});Ci.displayName="QRCodeSVG";const Uc=(e,t)=>Number(e)>Number(t),et=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"},Si=(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 Si(i,t)}const s=parseFloat(e),c=parseFloat(t);if(!isNaN(s)&&!isNaN(c)&&s>c)return{isValid:!0,formattedValue:et(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}},Hc=(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)},$i={ETHEREUM:1,SEPOLIA:11155111},zc=[$i.ETHEREUM,$i.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}],Oi={wallet:"mpc",ethAddress:"0x1234567890123456789012345678901234567890",accountId:"123",l2Key:"0x123"},Ti={address:"0x1234567890123456789012345678901234567890"},Ai={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(Ci,{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 f;const[u,i]=d.useState(()=>{var h;return!e||e.length===0?1:t||((h=e[0])==null?void 0:h.chainId)||1}),[l,a]=d.useState(()=>{var x;if(!e||e.length===0)return"";const h=t||((x=e[0])==null?void 0:x.chainId),v=e.find(E=>E.chainId===h);if(!v||!v.tokenList||v.tokenList.length===0)return"";const b=v.tokenList.find(E=>E.tokenAddress===n)||v.tokenList[0];return(b==null?void 0:b.token)||""}),p=e&&e.length>0?e.find(h=>h.chainId===u)||e[0]:null,m=(f=p==null?void 0:p.tokenList)==null?void 0:f.find(h=>h.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"})}):p?w.jsxs(w.Fragment,{children:[w.jsx(ci,{currentActiveChain:p,chainList:e,onChainChange:i,curSelectToken:l,onTokenChange:a,walletType:"mpc"}),w.jsx(Kc,{walletAdapter:r,curSelectToken:l,currentActiveChain:p,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:"",chainId:u,tokenAddress:(m==null?void 0:m.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,platformBalance:l="0",onDepositAmountChange:a,onApprove:p})=>{const m=h=>{const v=h.target.value,x=Si(v,i||"0");if(x.isValid)a(x.formattedValue),x.errorType;else return x.errorType==="exceed_balance",void 0},f=()=>{const h=parseFloat(i||"0"),v=parseFloat(e||"0");if(v>0){const b=h-v,x=et(Math.max(0,b).toString());return`${et(i||"0")} → ${x} ${t}`}return`${et(i||"0")} ${t}`};return w.jsxs(w.Fragment,{children:[w.jsxs("div",{className:"bg-fill-input-primary rounded-lg px-3 py-3 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:m,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:()=>{a(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:f()})]})]}),!r&&Uc(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:p,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?`${et(l)} → ${et((parseFloat(l)+parseFloat(e)).toString())} ${t}`:`${et(l)} ${t}`})]})})]})},qc=({token:e,account:t,chainId:n,contractAddress:r,wagmiHooks:o,onResult:s})=>{var i,l;const c=(i=o==null?void 0:o.useBalance)==null?void 0:i.call(o,{address:t,token:e.tokenAddress,chainId:n,query:{enabled:!!t&&!!n&&!!e.tokenAddress&&!!(o!=null&&o.useBalance)}}),u=(l=o==null?void 0:o.useReadContract)==null?void 0:l.call(o,{address:e.tokenAddress,abi:[{name:"allowance",type:"function",stateMutability:"view",inputs:[{name:"owner",type:"address"},{name:"spender",type:"address"}],outputs:[{name:"",type:"uint256"}]}],functionName:"allowance",args:[t,r],chainId:n,query:{enabled:!!t&&!!n&&!!e.tokenAddress&&!!r&&!!(o!=null&&o.useReadContract)}});return d.useEffect(()=>{s(e.tokenAddress,{balance:c,allowance:u})},[c,u,e.tokenAddress,s]),null},Jc=({account:e,chainId:t,contractAddress:n,tokens:r=[],wagmiHooks:o})=>{var h;const s=d.useMemo(()=>r.filter(v=>v.tokenAddress&&v.tokenAddress!=="0x0000000000000000000000000000000000000000"),[r]),[c,u]=d.useState({}),i=d.useCallback((v,b)=>{u(x=>({...x,[v]:b}))},[]),l=(h=o==null?void 0:o.useBalance)==null?void 0:h.call(o,{address:e,chainId:t,query:{enabled:!!e&&!!t&&!!(o!=null&&o.useBalance)}}),a=d.useMemo(()=>s.map(v=>d.createElement(qc,{key:v.tokenAddress,token:v,account:e,chainId:t,contractAddress:n,wagmiHooks:o,onResult:i})),[s,e,t,n,o,i]),p=d.useMemo(()=>{if(!(o!=null&&o.useBalance))return{balanceList:[],allowanceList:[],baseTokenBalance:{value:BigInt(0),formatted:"0",decimals:18,symbol:"ETH"},combinedData:{}};const v=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"},b=s.map(y=>{const C=c[y.tokenAddress],S=C==null?void 0:C.balance,A=S==null?void 0:S.data;return{address:y.tokenAddress,value:(A==null?void 0:A.value)||BigInt(0),formatted:(A==null?void 0:A.formatted)||"0",decimals:(A==null?void 0:A.decimals)||y.decimals}}).filter(y=>y.address),x=s.map(y=>{const C=c[y.tokenAddress],S=C==null?void 0:C.allowance,A=S==null?void 0:S.data,L=BigInt(A?A.toString():0);return{address:y.tokenAddress,value:L,formatted:(L/BigInt(10)**BigInt(y.decimals)).toString(),decimals:y.decimals}}).filter(y=>y.address),E=b.reduce((y,C)=>{const S=x.find(A=>A.address===C.address);return{...y,[C.address]:{balance:C,allowance:S||{address:C.address,value:BigInt(0),formatted:"0",decimals:C.decimals}}}},{});return{balanceList:b,allowanceList:x,baseTokenBalance:v,combinedData:E}},[l,c,s,o==null?void 0:o.useBalance]),m=d.useCallback(async()=>p,[p]),f=d.useMemo(()=>{const v=(l==null?void 0:l.isLoading)||!1,b=Object.values(c).some(x=>{var E,y;return((E=x.balance)==null?void 0:E.isLoading)||((y=x.allowance)==null?void 0:y.isLoading)});return v||b},[l==null?void 0:l.isLoading,c]);return{multicallRun:m,multicallResult:p,validErcTokens:s,isLoading:f,queryComponents:a}},Zc=({chains:e,defaultChainId:t,defaultTokenAddress:n,defaultAmount:r="",walletAdapter:o,metadata:s,currentEquity:c,platformBalance:u="0",wagmiHooks:i,approved:l,onApproved:a,onDeposit:p,onClose:m,onChainChange:f,onTokenChange:h})=>{var _;const[v,b]=d.useState(()=>{var F;return!e||e.length===0?1:t||((F=e[0])==null?void 0:F.chainId)||1}),[x,E]=d.useState(()=>{var X;if(!e||e.length===0)return"";const F=t||((X=e[0])==null?void 0:X.chainId),Z=e.find(Te=>Te.chainId===F);if(!Z||!Z.tokenList||Z.tokenList.length===0)return"";const Q=Z.tokenList.find(Te=>Te.tokenAddress===n)||Z.tokenList[0];return(Q==null?void 0:Q.token)||""}),[y,C]=d.useState(r),S=d.useCallback(F=>{b(F),f==null||f(F)},[f]),A=d.useCallback(F=>{E(F),h==null||h(F)},[h]),L=d.useRef(!0),R=d.useRef(x),V=d.useRef(v);d.useEffect(()=>{if(L.current){L.current=!1,R.current=x,V.current=v;return}(R.current!==x||V.current!==v)&&(C(""),R.current=x,V.current=v)},[x,v]);const P=e&&e.length>0?e.find(F=>F.chainId===v)||e[0]:null,T=(_=P==null?void 0:P.tokenList)==null?void 0:_.find(F=>F.token===x),K=o==null?void 0:o.getDisplayAddress(),{multicallResult:I,queryComponents:D}=Jc({account:K,chainId:v,contractAddress:void 0,tokens:(P==null?void 0:P.tokenList)||[],wagmiHooks:i}),B=d.useMemo(()=>{var Z;if(!T)return;if(!T.tokenAddress||T.tokenAddress.toLowerCase()==="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee")return I.baseTokenBalance.formatted;const F=I.combinedData[T.tokenAddress];return((Z=F==null?void 0:F.balance)==null?void 0:Z.formatted)||"0"},[T,I]),U=l??!1,G=d.useMemo(()=>{const F=parseFloat(y||"0"),Z=10,Q=B||"0",X=Hc(y,Q,U);return!y||F===0?{text:"Confirm Deposit",disabled:!0}:U?F>parseFloat(Q)?{text:"Insufficient Balance",disabled:!0}:F<Z?{text:`Min Deposit ${Z} ${x}`,disabled:!0}:{text:"Confirm Deposit",disabled:!X}:{text:"Confirm Deposit",disabled:!0}},[y,x,B,U]),O=d.useCallback(async()=>{p&&p({amount:y,chainId:v,tokenAddress:(T==null?void 0:T.tokenAddress)||"",tokenSymbol:x})},[p,y,v,T==null?void 0:T.tokenAddress,x]);return!(i!=null&&i.useBalance)||!(i!=null&&i.useReadContract)||!(i!=null&&i.useAccount)?w.jsxs("div",{className:"p-6 text-center",children:[w.jsx("p",{className:"text-red-500",children:"缺少必要的 wagmi hooks"}),w.jsx("p",{className:"text-sm text-gray-500 mt-2",children:"请确保传入了 useBalance, useReadContract, useAccount"})]}):!e||e.length===0?w.jsx("div",{className:"text-center py-8",children:w.jsx("p",{className:"text-gray-400",children:"No chains available"})}):P?w.jsxs(w.Fragment,{children:[D,w.jsx(ci,{currentActiveChain:P,chainList:e,onChainChange:S,curSelectToken:x,onTokenChange:A,walletType:"evm"}),w.jsx(Xc,{depositAmount:y,curSelectToken:x,curSelectTokenData:{balance:T==null?void 0:T.balance,allowance:T==null?void 0:T.allowance},approved:U,currentActiveChain:P,currentEquity:c||0,amount:y,decimals:(T==null?void 0:T.decimals)||6,tokenBalance:B,platformBalance:u,onDepositAmountChange:C,onApprove:async()=>{a&&await a()}}),w.jsx("button",{className:`w-full h-[38px] text-sm rounded-xl font-medium transition-colors ${G.disabled?"bg-text-disabled text-text-secondary cursor-not-allowed":"bg-fill-btn-primary text-text-on-sec-btn"}`,onClick:O,disabled:G.disabled,children:G.text})]}):w.jsx("div",{className:"text-center py-8",children:w.jsx("p",{className:"text-gray-400",children:"Loading..."})})},Pi=({isOpen:e,onClose:t,config:n,currentActiveAccount:r=Oi,smartWallet:o=Ti,chains:s,defaultChainId:c,defaultTokenAddress:u,defaultAmount:i="",metadata:l=Ai,currentEquity:a=5e3,platformBalance:p="0",wagmiHooks:m,approved:f,onApproved:h,onDeposit:v,onChainChange:b,onTokenChange:x})=>{const E=d.useMemo(()=>{var C;return r?fs(r,o,!1,(C=s[0])==null?void 0:C.chainId,"0","0"):null},[r,o,s]),y=(E==null?void 0:E.getWalletType())==="mpc";return e?pe.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:C=>{C.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"})})]}),y?w.jsx(Qc,{chains:s,defaultChainId:c,defaultTokenAddress:u,defaultAmount:i,walletAdapter:E,metadata:l,currentEquity:a,onDeposit:v,onClose:t}):w.jsx(Zc,{chains:s,defaultChainId:c,defaultTokenAddress:u,defaultAmount:i,walletAdapter:E,metadata:l,currentEquity:a,platformBalance:p,wagmiHooks:m,approved:f,onApproved:h,onDeposit:v,onClose:t,onChainChange:b,onTokenChange:x})]})})}),document.body):null};let De=null;const ef={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(()=>(De={openDeposit:c,closeDeposit:i,updateDepositOptions:u,isOpen:l},()=>{De=null}),[c,i,u,l]),w.jsx(Pi,{isOpen:n,onClose:i,config:o.config||ef,currentActiveAccount:o.currentActiveAccount||Oi,smartWallet:o.smartWallet||Ti,chains:o.chains||Yc,defaultChainId:o.defaultChainId,defaultTokenAddress:o.defaultTokenAddress,defaultAmount:o.defaultAmount,metadata:o.metadata||Ai,currentEquity:o.currentEquity??5e3,platformBalance:o.platformBalance||"0",wagmiHooks:o.wagmiHooks,approved:o.approved,onApproved:o.onApproved,onDeposit:o.onDeposit,onChainChange:o.onChainChange,onTokenChange:o.onTokenChange})});Ni.displayName="DepositManager";const Mi=e=>{if(!De){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}De.openDeposit(e||{chains:[]})},Li=()=>{if(!De){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}De.closeDeposit()},Fi=e=>{if(!De){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}De.updateDepositOptions(e)},tf=()=>De?De.isOpen():!1,nf=()=>({openDeposit:Mi,closeDeposit:Li,updateDepositOptions:Fi,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=Pi,ne.DepositManager=Ni,ne.Withdraw=rf,ne.closeDeposit=Li,ne.openDeposit=Mi,ne.updateDepositOptions=Fi,ne.useDeposit=es,ne.useDepositManager=nf,ne.useWithdraw=ts,Object.defineProperty(ne,Symbol.toStringTag,{value:"Module"})});
|
|
168
|
+
*/var sS={L:Pr.QrCode.Ecc.LOW,M:Pr.QrCode.Ecc.MEDIUM,Q:Pr.QrCode.Ecc.QUARTILE,H:Pr.QrCode.Ecc.HIGH},Yh=128,Xh="L",Qh="#FFFFFF",Jh="#000000",e0=!1,t0=1,iS=4,aS=0,cS=.1;function n0(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 r0(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 uS(e,t,n,r){if(r==null)return null;const o=e.length+n*2,s=Math.floor(t*cS),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,d=r.opacity==null?1:r.opacity;let p=null;if(r.excavate){let h=Math.floor(u),m=Math.floor(l),v=Math.ceil(c+u-h),A=Math.ceil(a+l-m);p={x:h,y:m,w:v,h:A}}const f=r.crossOrigin;return{x:u,y:l,h:a,w:c,excavation:p,opacity:d,crossOrigin:f}}function lS(e,t){return t!=null?Math.max(Math.floor(t),0):e?iS:aS}function o0({value:e,level:t,minVersion:n,includeMargin:r,marginSize:o,imageSettings:s,size:i,boostLevel:c}){let a=x.useMemo(()=>{const h=(Array.isArray(e)?e:[e]).reduce((m,v)=>(m.push(...Pr.QrSegment.makeSegments(v)),m),[]);return Pr.QrCode.encodeSegments(h,sS[t],n,void 0,void 0,c)},[e,t,n,c]);const{cells:u,margin:l,numCells:d,calculatedImageSettings:p}=x.useMemo(()=>{let f=a.getModules();const h=lS(r,o),m=f.length+h*2,v=uS(f,i,h,s);return{cells:f,margin:h,numCells:m,calculatedImageSettings:v}},[a,i,s,r,o]);return{qrcode:a,margin:l,cells:u,numCells:d,calculatedImageSettings:p}}var fS=function(){try{new Path2D().addPath(new Path2D)}catch{return!1}return!0}(),dS=x.forwardRef(function(t,n){const r=t,{value:o,size:s=Yh,level:i=Xh,bgColor:c=Qh,fgColor:a=Jh,includeMargin:u=e0,minVersion:l=t0,boostLevel:d,marginSize:p,imageSettings:f}=r,m=_c(r,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","marginSize","imageSettings"]),{style:v}=m,A=_c(m,["style"]),w=f==null?void 0:f.src,T=x.useRef(null),B=x.useRef(null),F=x.useCallback(S=>{T.current=S,typeof n=="function"?n(S):n&&(n.current=S)},[n]),[R,j]=x.useState(!1),{margin:g,cells:y,numCells:$,calculatedImageSettings:k}=o0({value:o,level:i,minVersion:l,boostLevel:d,includeMargin:u,marginSize:p,imageSettings:f,size:s});x.useEffect(()=>{if(T.current!=null){const S=T.current,E=S.getContext("2d");if(!E)return;let C=y;const O=B.current,b=k!=null&&O!==null&&O.complete&&O.naturalHeight!==0&&O.naturalWidth!==0;b&&k.excavation!=null&&(C=r0(y,k.excavation));const M=window.devicePixelRatio||1;S.height=S.width=s*M;const D=s/$*M;E.scale(D,D),E.fillStyle=c,E.fillRect(0,0,$,$),E.fillStyle=a,fS?E.fill(new Path2D(n0(C,g))):y.forEach(function(_,U){_.forEach(function(W,K){W&&E.fillRect(K+g,U+g,1,1)})}),k&&(E.globalAlpha=k.opacity),b&&E.drawImage(O,k.x+g,k.y+g,k.w,k.h)}}),x.useEffect(()=>{j(!1)},[w]);const N=jc({height:s,width:s},v);let P=null;return w!=null&&(P=x.createElement("img",{src:w,key:w,style:{display:"none"},onLoad:()=>{j(!0)},ref:B,crossOrigin:k==null?void 0:k.crossOrigin})),x.createElement(x.Fragment,null,x.createElement("canvas",jc({style:N,height:s,width:s,ref:F,role:"img"},A)),P)});dS.displayName="QRCodeCanvas";var s0=x.forwardRef(function(t,n){const r=t,{value:o,size:s=Yh,level:i=Xh,bgColor:c=Qh,fgColor:a=Jh,includeMargin:u=e0,minVersion:l=t0,boostLevel:d,title:p,marginSize:f,imageSettings:h}=r,m=_c(r,["value","size","level","bgColor","fgColor","includeMargin","minVersion","boostLevel","title","marginSize","imageSettings"]),{margin:v,cells:A,numCells:w,calculatedImageSettings:T}=o0({value:o,level:i,minVersion:l,boostLevel:d,includeMargin:u,marginSize:f,imageSettings:h,size:s});let B=A,F=null;h!=null&&T!=null&&(T.excavation!=null&&(B=r0(A,T.excavation)),F=x.createElement("image",{href:h.src,height:T.h,width:T.w,x:T.x+v,y:T.y+v,preserveAspectRatio:"none",opacity:T.opacity,crossOrigin:T.crossOrigin}));const R=n0(B,v);return x.createElement("svg",jc({height:s,width:s,viewBox:`0 0 ${w} ${w}`,ref:n,role:"img"},m),!!p&&x.createElement("title",null,p),x.createElement("path",{fill:c,d:`M0,0 h${w}v${w}H0z`,shapeRendering:"crispEdges"}),x.createElement("path",{fill:a,d:R,shapeRendering:"crispEdges"}),F)});s0.displayName="QRCodeSVG";function pS(){const e=navigator.userAgentData;return e!=null&&e.platform?e.platform:navigator.platform}function hS(){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 i0(){return/apple/i.test(navigator.vendor)}function mS(){return pS().toLowerCase().startsWith("mac")&&!navigator.maxTouchPoints}function gS(){return hS().includes("jsdom/")}const a0="data-floating-ui-focusable",bS="input:not([type='hidden']):not([disabled]),[contenteditable]:not([contenteditable='false']),textarea:not([disabled])";function Uc(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 $r(e,t){if(!e||!t)return!1;const n=t.getRootNode==null?void 0:t.getRootNode();if(e.contains(t))return!0;if(n&&fc(n)){let r=t;for(;r;){if(e===r)return!0;r=r.parentNode||r.host}}return!1}function Tr(e){return"composedPath"in e?e.composedPath()[0]:e.target}function zc(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 yS(e){return e.matches("html,body")}function jt(e){return(e==null?void 0:e.ownerDocument)||document}function c0(e){return Fe(e)&&e.matches(bS)}function wS(e){if(!e||gS())return!0;try{return e.matches(":focus-visible")}catch{return!0}}function vS(e){return e?e.hasAttribute(a0)?e:e.querySelector("["+a0+"]")||e:null}function Zs(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,...Zs(e,o.id,n)])}function xS(e){return"nativeEvent"in e}function No(e,t){const n=["mouse","pen"];return t||n.push("",void 0),n.includes(e)}var ES=typeof document<"u",SS=function(){},_t=ES?x.useLayoutEffect:SS;const PS={...z};function Ks(e){const t=z.useRef(e);return _t(()=>{t.current=e}),t}const $S=PS.useInsertionEffect||(e=>e());function Ut(e){const t=z.useRef(()=>{if(process.env.NODE_ENV!=="production")throw new Error("Cannot call an event handler while rendering.")});return $S(()=>{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 u0=()=>({getShadowRoot:!0,displayCheck:typeof ResizeObserver=="function"&&ResizeObserver.toString().includes("[native code]")?"full":"none"});function l0(e,t){const n=Gp(e,u0()),r=n.length;if(r===0)return;const o=Uc(jt(e)),s=n.indexOf(o),i=s===-1?t===1?0:r-1:s+t;return n[i]}function TS(e){return l0(jt(e).body,1)||e}function AS(e){return l0(jt(e).body,-1)||e}function Hc(e,t){const n=t||e.currentTarget,r=e.relatedTarget;return!r||!$r(n,r)}function OS(e){Gp(e,u0()).forEach(n=>{n.dataset.tabindex=n.getAttribute("tabindex")||"",n.setAttribute("tabindex","-1")})}function f0(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 CS="data-floating-ui-focusable",d0="active",p0="selected",NS={...z};let h0=!1,IS=0;const m0=()=>"floating-ui-"+Math.random().toString(36).slice(2,6)+IS++;function MS(){const[e,t]=z.useState(()=>h0?m0():void 0);return _t(()=>{e==null&&t(m0())},[]),z.useEffect(()=>{h0=!0},[]),e}const Wc=NS.useId||MS;let Vc;process.env.NODE_ENV!=="production"&&(Vc=new Set);function kS(){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=Vc)!=null&&e.has(o))){var s;(s=Vc)==null||s.add(o),console.error(o)}}function BS(){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),FS=z.createContext(null),Gc=()=>{var e;return((e=z.useContext(LS))==null?void 0:e.id)||null},qc=()=>z.useContext(FS);function Io(e){return"data-floating-ui-"+e}function lt(e){e.current!==-1&&(clearTimeout(e.current),e.current=-1)}const g0=Io("safe-polygon");function Zc(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 Kc(e){return typeof e=="function"?e():e}function DS(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:d=0,move:p=!0}=t,f=qc(),h=Gc(),m=Ks(u),v=Ks(a),A=Ks(n),w=Ks(d),T=z.useRef(),B=z.useRef(-1),F=z.useRef(),R=z.useRef(-1),j=z.useRef(!0),g=z.useRef(!1),y=z.useRef(()=>{}),$=z.useRef(!1),k=Ut(()=>{var O;const b=(O=o.current.openEvent)==null?void 0:O.type;return(b==null?void 0:b.includes("mouse"))&&b!=="mousedown"});z.useEffect(()=>{if(!c)return;function O(b){let{open:M}=b;M||(lt(B),lt(R),j.current=!0,$.current=!1)}return s.on("openchange",O),()=>{s.off("openchange",O)}},[c,s]),z.useEffect(()=>{if(!c||!m.current||!n)return;function O(M){k()&&r(!1,M,"hover")}const b=jt(i.floating).documentElement;return b.addEventListener("mouseleave",O),()=>{b.removeEventListener("mouseleave",O)}},[i.floating,n,r,c,m,k]);const N=z.useCallback(function(O,b,M){b===void 0&&(b=!0),M===void 0&&(M="hover");const D=Zc(v.current,"close",T.current);D&&!F.current?(lt(B),B.current=window.setTimeout(()=>r(!1,O,M),D)):b&&(lt(B),r(!1,O,M))},[v,r]),P=Ut(()=>{y.current(),F.current=void 0}),S=Ut(()=>{if(g.current){const O=jt(i.floating).body;O.style.pointerEvents="",O.removeAttribute(g0),g.current=!1}}),E=Ut(()=>o.current.openEvent?["click","mousedown"].includes(o.current.openEvent.type):!1);z.useEffect(()=>{if(!c)return;function O(U){if(lt(B),j.current=!1,l&&!No(T.current)||Kc(w.current)>0&&!Zc(v.current,"open"))return;const W=Zc(v.current,"open",T.current);W?B.current=window.setTimeout(()=>{A.current||r(!0,U,"hover")},W):n||r(!0,U,"hover")}function b(U){if(E()){S();return}y.current();const W=jt(i.floating);if(lt(R),$.current=!1,m.current&&o.current.floatingContext){n||lt(B),F.current=m.current({...o.current.floatingContext,tree:f,x:U.clientX,y:U.clientY,onClose(){S(),P(),E()||N(U,!0,"safe-polygon")}});const V=F.current;W.addEventListener("mousemove",V),y.current=()=>{W.removeEventListener("mousemove",V)};return}(T.current==="touch"?!$r(i.floating,U.relatedTarget):!0)&&N(U)}function M(U){E()||o.current.floatingContext&&(m.current==null||m.current({...o.current.floatingContext,tree:f,x:U.clientX,y:U.clientY,onClose(){S(),P(),E()||N(U)}})(U))}function D(){lt(B)}function _(U){E()||N(U,!1)}if(fe(i.domReference)){const U=i.domReference,W=i.floating;return n&&U.addEventListener("mouseleave",M),p&&U.addEventListener("mousemove",O,{once:!0}),U.addEventListener("mouseenter",O),U.addEventListener("mouseleave",b),W&&(W.addEventListener("mouseleave",M),W.addEventListener("mouseenter",D),W.addEventListener("mouseleave",_)),()=>{n&&U.removeEventListener("mouseleave",M),p&&U.removeEventListener("mousemove",O),U.removeEventListener("mouseenter",O),U.removeEventListener("mouseleave",b),W&&(W.removeEventListener("mouseleave",M),W.removeEventListener("mouseenter",D),W.removeEventListener("mouseleave",_))}}},[i,c,e,l,p,N,P,S,r,n,A,f,v,m,o,E,w]),_t(()=>{var O;if(c&&n&&(O=m.current)!=null&&(O=O.__options)!=null&&O.blockPointerEvents&&k()){g.current=!0;const M=i.floating;if(fe(i.domReference)&&M){var b;const D=jt(i.floating).body;D.setAttribute(g0,"");const _=i.domReference,U=f==null||(b=f.nodesRef.current.find(W=>W.id===h))==null||(b=b.context)==null?void 0:b.elements.floating;return U&&(U.style.pointerEvents=""),D.style.pointerEvents="none",_.style.pointerEvents="auto",M.style.pointerEvents="auto",()=>{D.style.pointerEvents="",_.style.pointerEvents="",M.style.pointerEvents=""}}}},[c,n,h,i,f,m,k]),_t(()=>{n||(T.current=void 0,$.current=!1,P(),S())},[n,P,S]),z.useEffect(()=>()=>{P(),lt(B),lt(R),S()},[c,i.domReference,P,S]);const C=z.useMemo(()=>{function O(b){T.current=b.pointerType}return{onPointerDown:O,onPointerEnter:O,onMouseMove(b){const{nativeEvent:M}=b;function D(){!j.current&&!A.current&&r(!0,M,"hover")}l&&!No(T.current)||n||Kc(w.current)===0||$.current&&b.movementX**2+b.movementY**2<2||(lt(R),T.current==="touch"?D():($.current=!0,R.current=window.setTimeout(D,Kc(w.current))))}}},[l,r,n,A,w]);return z.useMemo(()=>c?{reference:C}:{},[c,C])}const b0={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},y0=z.forwardRef(function(t,n){const[r,o]=z.useState();_t(()=>{i0()&&o("button")},[]);const s={ref:n,tabIndex:0,role:r,"aria-hidden":r?void 0:!0,[Io("focus-guard")]:"",style:b0};return I.jsx("span",{...t,...s})}),w0=z.createContext(null),v0=Io("portal");function RS(e){e===void 0&&(e={});const{id:t,root:n}=e,r=Wc(),o=_S(),[s,i]=z.useState(null),c=z.useRef(null);return _t(()=>()=>{s==null||s.remove(),queueMicrotask(()=>{c.current=null})},[s]),_t(()=>{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(v0,""),a.appendChild(u),c.current=u,i(u)},[t,r]),_t(()=>{if(n===null||!r||c.current)return;let a=n||(o==null?void 0:o.portalNode);a&&!lc(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(v0,""),a=u||a,a.appendChild(l),c.current=l,i(l)},[t,n,r,o]),s}function jS(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),d=z.useRef(null),p=i==null?void 0:i.modal,f=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(v){s&&Hc(v)&&(v.type==="focusin"?f0:OS)(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&&(f||f0(s))},[f,s]),I.jsxs(w0.Provider,{value:z.useMemo(()=>({preserveTabOrder:o,beforeOutsideRef:a,afterOutsideRef:u,beforeInsideRef:l,afterInsideRef:d,portalNode:s,setFocusManagerState:c}),[o,s]),children:[h&&s&&I.jsx(y0,{"data-type":"outside",ref:a,onFocus:m=>{if(Hc(m,s)){var v;(v=l.current)==null||v.focus()}else{const A=i?i.domReference:null,w=AS(A);w==null||w.focus()}}}),h&&s&&I.jsx("span",{"aria-owns":s.id,style:b0}),s&&Cr.createPortal(t,s),h&&s&&I.jsx(y0,{"data-type":"outside",ref:u,onFocus:m=>{if(Hc(m,s)){var v;(v=d.current)==null||v.focus()}else{const A=i?i.domReference:null,w=TS(A);w==null||w.focus(),i!=null&&i.closeOnFocusOut&&(i==null||i.onOpenChange(!1,m.nativeEvent,"focus-out"))}}})]})}const _S=()=>z.useContext(w0);function x0(e){return Fe(e.target)&&e.target.tagName==="BUTTON"}function US(e){return Fe(e.target)&&e.target.tagName==="A"}function E0(e){return c0(e)}function zS(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:d=!0}=t,p=z.useRef(),f=z.useRef(!1),h=z.useMemo(()=>({onPointerDown(m){p.current=m.pointerType},onMouseDown(m){const v=p.current;m.button===0&&c!=="click"&&(No(v,!0)&&u||(n&&a&&(!(o.current.openEvent&&d)||o.current.openEvent.type==="mousedown")?r(!1,m.nativeEvent,"click"):(m.preventDefault(),r(!0,m.nativeEvent,"click"))))},onClick(m){const v=p.current;if(c==="mousedown"&&p.current){p.current=void 0;return}No(v,!0)&&u||(n&&a&&(!(o.current.openEvent&&d)||o.current.openEvent.type==="click")?r(!1,m.nativeEvent,"click"):r(!0,m.nativeEvent,"click"))},onKeyDown(m){p.current=void 0,!(m.defaultPrevented||!l||x0(m))&&(m.key===" "&&!E0(s)&&(m.preventDefault(),f.current=!0),!US(m)&&m.key==="Enter"&&r(!(n&&a),m.nativeEvent,"click"))},onKeyUp(m){m.defaultPrevented||!l||x0(m)||E0(s)||m.key===" "&&f.current&&(f.current=!1,r(!(n&&a),m.nativeEvent,"click"))}}),[o,s,c,u,l,r,n,d,a]);return z.useMemo(()=>i?{reference:h}:{},[i,h])}const HS={pointerdown:"onPointerDown",mousedown:"onMouseDown",click:"onClick"},WS={pointerdown:"onPointerDownCapture",mousedown:"onMouseDownCapture",click:"onClickCapture"},S0=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 VS(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:d="pointerdown",ancestorScroll:p=!1,bubbles:f,capture:h}=t,m=qc(),v=Ut(typeof a=="function"?a:()=>!1),A=typeof a=="function"?v:a,w=z.useRef(!1),{escapeKey:T,outsidePress:B}=S0(f),{escapeKey:F,outsidePress:R}=S0(h),j=z.useRef(!1),g=Ut(S=>{var E;if(!n||!i||!c||S.key!=="Escape"||j.current)return;const C=(E=s.current.floatingContext)==null?void 0:E.nodeId,O=m?Zs(m.nodesRef.current,C):[];if(!T&&(S.stopPropagation(),O.length>0)){let b=!0;if(O.forEach(M=>{var D;if((D=M.context)!=null&&D.open&&!M.context.dataRef.current.__escapeKeyBubbles){b=!1;return}}),!b)return}r(!1,xS(S)?S.nativeEvent:S,"escape-key")}),y=Ut(S=>{var E;const C=()=>{var O;g(S),(O=Tr(S))==null||O.removeEventListener("keydown",C)};(E=Tr(S))==null||E.addEventListener("keydown",C)}),$=Ut(S=>{var E;const C=s.current.insideReactTree;s.current.insideReactTree=!1;const O=w.current;if(w.current=!1,u==="click"&&O||C||typeof A=="function"&&!A(S))return;const b=Tr(S),M="["+Io("inert")+"]",D=jt(o.floating).querySelectorAll(M);let _=fe(b)?b:null;for(;_&&!on(_);){const V=sn(_);if(on(V)||!fe(V))break;_=V}if(D.length&&fe(b)&&!yS(b)&&!$r(b,o.floating)&&Array.from(D).every(V=>!$r(_,V)))return;if(Fe(b)&&P){const V=on(b),Z=ct(b),H=/auto|scroll/,Q=V||H.test(Z.overflowX),X=V||H.test(Z.overflowY),se=Q&&b.clientWidth>0&&b.scrollWidth>b.clientWidth,me=X&&b.clientHeight>0&&b.scrollHeight>b.clientHeight,pe=Z.direction==="rtl",ue=me&&(pe?S.offsetX<=b.offsetWidth-b.clientWidth:S.offsetX>b.clientWidth),ge=se&&S.offsetY>b.clientHeight;if(ue||ge)return}const U=(E=s.current.floatingContext)==null?void 0:E.nodeId,W=m&&Zs(m.nodesRef.current,U).some(V=>{var Z;return zc(S,(Z=V.context)==null?void 0:Z.elements.floating)});if(zc(S,o.floating)||zc(S,o.domReference)||W)return;const K=m?Zs(m.nodesRef.current,U):[];if(K.length>0){let V=!0;if(K.forEach(Z=>{var H;if((H=Z.context)!=null&&H.open&&!Z.context.dataRef.current.__outsidePressBubbles){V=!1;return}}),!V)return}r(!1,S,"outside-press")}),k=Ut(S=>{var E;const C=()=>{var O;$(S),(O=Tr(S))==null||O.removeEventListener(u,C)};(E=Tr(S))==null||E.addEventListener(u,C)});z.useEffect(()=>{if(!n||!i)return;s.current.__escapeKeyBubbles=T,s.current.__outsidePressBubbles=B;let S=-1;function E(D){r(!1,D,"ancestor-scroll")}function C(){window.clearTimeout(S),j.current=!0}function O(){S=window.setTimeout(()=>{j.current=!1},As()?5:0)}const b=jt(o.floating);c&&(b.addEventListener("keydown",F?y:g,F),b.addEventListener("compositionstart",C),b.addEventListener("compositionend",O)),A&&b.addEventListener(u,R?k:$,R);let M=[];return p&&(fe(o.domReference)&&(M=vn(o.domReference)),fe(o.floating)&&(M=M.concat(vn(o.floating))),!fe(o.reference)&&o.reference&&o.reference.contextElement&&(M=M.concat(vn(o.reference.contextElement)))),M=M.filter(D=>{var _;return D!==((_=b.defaultView)==null?void 0:_.visualViewport)}),M.forEach(D=>{D.addEventListener("scroll",E,{passive:!0})}),()=>{c&&(b.removeEventListener("keydown",F?y:g,F),b.removeEventListener("compositionstart",C),b.removeEventListener("compositionend",O)),A&&b.removeEventListener(u,R?k:$,R),M.forEach(D=>{D.removeEventListener("scroll",E)}),window.clearTimeout(S)}},[s,o,c,A,u,n,r,p,i,T,B,g,F,y,$,R,k]),z.useEffect(()=>{s.current.insideReactTree=!1},[s,A,u]);const N=z.useMemo(()=>({onKeyDown:g,...l&&{[HS[d]]:S=>{r(!1,S.nativeEvent,"reference-press")},...d!=="click"&&{onClick(S){r(!1,S.nativeEvent,"reference-press")}}}}),[g,r,l,d]),P=z.useMemo(()=>({onKeyDown:g,onMouseDown(){w.current=!0},onMouseUp(){w.current=!0},[WS[u]]:()=>{s.current.insideReactTree=!0}}),[g,u,s]);return z.useMemo(()=>i?{reference:N,floating:P}:{},[i,N,P])}function GS(e){const{open:t=!1,onOpenChange:n,elements:r}=e,o=Wc(),s=z.useRef({}),[i]=z.useState(()=>BS()),c=Gc()!=null;if(process.env.NODE_ENV!=="production"){const f=r.reference;f&&!fe(f)&&kS("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=Ut((f,h,m)=>{s.current.openEvent=f?h:void 0,i.emit("openchange",{open:f,event:h,reason:m,nested:c}),n==null||n(f,h,m)}),d=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:d}),[t,l,p,i,o,d])}function qS(e){e===void 0&&(e={});const{nodeId:t}=e,n=GS({...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,d=z.useRef(null),p=qc();_t(()=>{l&&(d.current=l)},[l]);const f=ah({...e,elements:{...o,...c&&{reference:c}}}),h=z.useCallback(T=>{const B=fe(T)?{getBoundingClientRect:()=>T.getBoundingClientRect(),getClientRects:()=>T.getClientRects(),contextElement:T}:T;a(B),f.refs.setReference(B)},[f.refs]),m=z.useCallback(T=>{(fe(T)||T===null)&&(d.current=T,i(T)),(fe(f.refs.reference.current)||f.refs.reference.current===null||T!==null&&!fe(T))&&f.refs.setReference(T)},[f.refs]),v=z.useMemo(()=>({...f.refs,setReference:m,setPositionReference:h,domReference:d}),[f.refs,m,h]),A=z.useMemo(()=>({...f.elements,domReference:l}),[f.elements,l]),w=z.useMemo(()=>({...f,...r,refs:v,elements:A,nodeId:t}),[f,v,A,t,r]);return _t(()=>{r.dataRef.current.floatingContext=w;const T=p==null?void 0:p.nodesRef.current.find(B=>B.id===t);T&&(T.context=w)}),z.useMemo(()=>({...f,context:w,refs:v,elements:A}),[f,v,A,w])}function Yc(){return mS()&&i0()}function ZS(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),d=z.useRef(!0);z.useEffect(()=>{if(!c)return;const f=He(i.domReference);function h(){!n&&Fe(i.domReference)&&i.domReference===Uc(jt(i.domReference))&&(u.current=!0)}function m(){d.current=!0}function v(){d.current=!1}return f.addEventListener("blur",h),Yc()&&(f.addEventListener("keydown",m,!0),f.addEventListener("pointerdown",v,!0)),()=>{f.removeEventListener("blur",h),Yc()&&(f.removeEventListener("keydown",m,!0),f.removeEventListener("pointerdown",v,!0))}},[i.domReference,n,c]),z.useEffect(()=>{if(!c)return;function f(h){let{reason:m}=h;(m==="reference-press"||m==="escape-key")&&(u.current=!0)}return o.on("openchange",f),()=>{o.off("openchange",f)}},[o,c]),z.useEffect(()=>()=>{lt(l)},[]);const p=z.useMemo(()=>({onMouseLeave(){u.current=!1},onFocus(f){if(u.current)return;const h=Tr(f.nativeEvent);if(a&&fe(h)){if(Yc()&&!f.relatedTarget){if(!d.current&&!c0(h))return}else if(!wS(h))return}r(!0,f.nativeEvent,"focus")},onBlur(f){u.current=!1;const h=f.relatedTarget,m=f.nativeEvent,v=fe(h)&&h.hasAttribute(Io("focus-guard"))&&h.getAttribute("data-type")==="outside";l.current=window.setTimeout(()=>{var A;const w=Uc(i.domReference?i.domReference.ownerDocument:document);!h&&w===i.domReference||$r((A=s.current.floatingContext)==null?void 0:A.refs.floating.current,w)||$r(i.domReference,w)||v||r(!1,m,"focus")})}}),[s,i.domReference,r,a]);return z.useMemo(()=>c?{reference:p}:{},[c,p])}function Xc(e,t,n){const r=new Map,o=n==="item";let s=e;if(o&&e){const{[d0]:i,[p0]:c,...a}=e;s=a}return{...n==="floating"&&{tabIndex:-1,[CS]:""},...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&&[d0,p0].includes(u)))if(u.indexOf("on")===0){if(r.has(u)||r.set(u,[]),typeof l=="function"){var d;(d=r.get(u))==null||d.push(l),i[u]=function(){for(var p,f=arguments.length,h=new Array(f),m=0;m<f;m++)h[m]=arguments[m];return(p=r.get(u))==null?void 0:p.map(v=>v(...h)).find(v=>v!==void 0)}}}else i[u]=l}),i),{})}}function KS(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=>Xc(c,e,"reference"),t),s=z.useCallback(c=>Xc(c,e,"floating"),n),i=z.useCallback(c=>Xc(c,e,"item"),r);return z.useMemo(()=>({getReferenceProps:o,getFloatingProps:s,getItemProps:i}),[o,s,i])}const YS=new Map([["select","listbox"],["combobox","listbox"],["label",!1]]);function XS(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=Wc(),l=((n=s.domReference)==null?void 0:n.id)||u,d=z.useMemo(()=>{var w;return((w=vS(s.floating))==null?void 0:w.id)||i},[s.floating,i]),p=(r=YS.get(a))!=null?r:a,h=Gc()!=null,m=z.useMemo(()=>p==="tooltip"||a==="label"?{["aria-"+(a==="label"?"labelledby":"describedby")]:o?d:void 0}:{"aria-expanded":o?"true":"false","aria-haspopup":p==="alertdialog"?"dialog":p,"aria-controls":o?d: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,d,h,o,l,a]),v=z.useMemo(()=>{const w={id:d,...p&&{role:p}};return p==="tooltip"||a==="label"?w:{...w,...p==="menu"&&{"aria-labelledby":l}}},[p,d,l,a]),A=z.useCallback(w=>{let{active:T,selected:B}=w;const F={role:"option",...T&&{id:d+"-fui-option"}};switch(a){case"select":case"combobox":return{...F,"aria-selected":B}}return{}},[d,a]);return z.useMemo(()=>c?{reference:m,floating:v,item:A}:{},[c,m,v,A])}const P0=x.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 I.jsx("div",{ref:n,className:`absolute w-0 h-0 ${t}`,style:o})});P0.displayName="TooltipArrow";const qn=({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]=x.useState(!1),d=x.useRef(null),{refs:p,floatingStyles:f,context:h}=qS({open:u&&!i,onOpenChange:l,placement:n,whileElementsMounted:rh,middleware:[Sc(o?12:8),uh({fallbackAxisSideDirection:"start",padding:8}),ch({padding:8}),...o?[h6({element:d})]:[]]}),m=DS(h,{enabled:a.includes("hover"),delay:{open:r,close:150}}),v=ZS(h,{enabled:a.includes("focus")}),A=zS(h,{enabled:a.includes("click")}),w=VS(h),T=XS(h,{role:"tooltip"}),{getReferenceProps:B,getFloatingProps:F}=KS([m,v,A,w,T]);return i?I.jsx(I.Fragment,{children:e}):I.jsxs(I.Fragment,{children:[I.jsx("div",{ref:p.setReference,...B(),className:"cursor-help",children:e}),u&&I.jsx(jS,{children:I.jsxs("div",{ref:p.setFloating,...F(),style:{...f,zIndex:101},className:`
|
|
169
|
+
z-[101] px-3 py-2 cursor-help
|
|
170
|
+
bg-fill-page-secondary
|
|
171
|
+
text-text-primary text-sm font-medium
|
|
172
|
+
rounded-lg shadow-lg
|
|
173
|
+
relative
|
|
174
|
+
${c}
|
|
175
|
+
${s}
|
|
176
|
+
`,children:[t,o&&I.jsx(P0,{ref:d,placement:h.placement||n})]})})]})},Mo="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=",QS=(e,t)=>Number(e)>Number(t),At=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"},Qc=(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 Qc(a,t)}const s=parseFloat(e),i=parseFloat(t);return!isNaN(s)&&!isNaN(i)&&s>i?{isValid:!0,formattedValue:At(t),errorType:"auto_adjusted_to_max"}:{isValid:!0,formattedValue:e}},Ys={ETHEREUM:1,ARBITRUM:42161,ARBITRUM_SEPOLIA:421614,SEPOLIA:11155111},JS=[Ys.ETHEREUM,Ys.SEPOLIA,Ys.ARBITRUM,Ys.ARBITRUM_SEPOLIA],eP=e=>{if(e.chainId!==void 0){const t=typeof e.chainId=="string"?parseInt(e.chainId,10):e.chainId;return!JS.includes(t)}return!0},tP=({currentActiveChain:e,selectedToken:t,address:n,accountType:r,onDeposit:o,onCopy:s,onClose:i})=>{const{t:c}=ht(),a=x.useMemo(()=>eP(e||{}),[e]),u=x.useMemo(()=>{if(!e)return!1;const p=r===Wv,f=Number(e.chainId),h=!Number.isNaN(f)&&(f===42161||f===421614),m=(t||"").toUpperCase()==="ETH";return p&&h&&m},[r,e,t]),l=x.useMemo(()=>{var p;return(p=e==null?void 0:e.tokenList)==null?void 0:p.find(f=>f.token===t||f.symbol===t)},[e,t]),d=(l==null?void 0:l.minDepositSize)||"10";return I.jsxs(I.Fragment,{children:[I.jsx("div",{className:"flex justify-center mt-4 mb-3",children:n&&I.jsx("div",{className:"bg-white rounded-lg",children:I.jsx(s0,{value:n,size:120,level:"L",bgColor:"#ffffff",fgColor:"#000000",marginSize:0})})}),n&&I.jsxs("div",{className:"flex items-center justify-between bg-fill-input-primary rounded-lg py-2 px-3 mb-3",children:[I.jsx("span",{className:"flex-1 text-text-primary text-sm font-medium break-all mr-3",children:n}),I.jsx(rS,{onCopy:()=>{s&&s(n)},text:n,children:I.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",children:[I.jsx("rect",{x:"2.08496",y:"4.02295",width:"9.89893",height:"9.89893",rx:"2",stroke:"#F9F9F9"}),I.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")]}),I.jsxs("div",{className:"border-b border-dashed border-line-divider-secondary pb-4",children:[I.jsxs("div",{className:"flex items-start",children:[I.jsx("div",{className:"w-5",children:I.jsx("img",{src:Mo,className:"w-4 h-4",alt:"Warning"})}),I.jsx("div",{className:"flex-1",children:I.jsx("p",{className:"text-xs text-functional-orange-1",children:c(u?"deposit.crossChainDepositFeeTip":"deposit.depositAllTip",{coin:t,v:e==null?void 0:e.chain})})})]}),a&&I.jsxs(I.Fragment,{children:[I.jsx("div",{className:"my-2 ml-5 h-[1px] border-b border-dashed border-line-divider-secondary"}),I.jsx("div",{className:"flex items-start pl-5 text-functional-orange-1 text-xs",children:c("deposit.depositTipFor25w")})]})]}),I.jsxs("div",{className:"text-sm",children:[I.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-4",children:[I.jsx("span",{className:"text-text-tertiary",children:c("deposit.arrivalTime")}),I.jsx(qn,{content:I.jsxs("div",{className:"grid flex-grow max-w-[300px] min-w-[80px] rounded-2xl flex-col gap-[10px]",children:[I.jsx("p",{children:c("deposit.arrivaltimeTooltip1",{v:(e==null?void 0:e.blockTime)*e.txConfirm/60,v1:e==null?void 0:e.txConfirm})}),I.jsx("p",{children:c("deposit.arrivaltimeTooltip2")})]}),placement:"top",children:I.jsx("span",{className:"text-text-primary font-medium text-right border-b-[2px] border-dashed border-line-divider-primary decoration-dashed",children:c("deposit.arrivalEstimated",{v:(e==null?void 0:e.blockTime)*e.txConfirm/60})})})]}),I.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-1",children:[I.jsx("span",{className:"text-text-tertiary",children:c("deposit.minDeposit")}),I.jsxs("span",{className:"text-text-primary font-medium text-right",children:[d," ",t]})]}),I.jsxs("div",{className:"flex justify-between items-center h-[18px] mt-1",children:[I.jsx("span",{className:"text-text-tertiary",children:c("deposit.maxDeposit")}),I.jsxs("span",{className:"text-text-primary font-medium text-right",children:["200,000 ",t]})]})]}),I.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:()=>{o&&o({amount:"",chainId:e.chainId,tokenAddress:n,tokenSymbol:t}),i()},children:c("deposit.title")})]})},ko=({size:e="xs",color:t,className:n="",label:r="Loading...",inline:o=!1})=>{const s=t?`loading-${t}`:"",i=o?"loading-inline":"";return I.jsx("span",{className:`loading loading-${e} loading-spinner ${s} ${i} ${n}`.trim(),"aria-label":r,role:"status","aria-live":"polite"})},nP=(e,t,n)=>{const r=parseFloat(String(e)||"0"),o=parseFloat(String(t)||"0");if(o>0){const s=r-o,i=At(Math.max(0,s).toString());return I.jsxs("span",{className:"flex items-center gap-1",children:[At(e),I.jsx("span",{className:"text-sm font-edgex-harmony text-functional-green-1 leading-[18px] font-medium",children:"→"}),i," ",n]})}return`${At(e)} ${n}`},rP=(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)},oP=(e,t,n)=>{if(!Rh(e,n))return!1;try{const r=new Ne(t||"0"),o=new Ne("200000");return r.isNaN()||o.isNaN()?!1:r.gte(o)}catch{return!1}},sP=(e,t,n)=>{let r=t||"0";if(Rh(e,n))try{const o=new Ne(r),s=new Ne("200000");o.gt(s)&&(r="200000")}catch(o){console.warn("Error calculating max amount limit:",o)}try{const o=new Ne(r||"0");return o.isNaN()?r:o.decimalPlaces(6,Ne.ROUND_DOWN).toString()}catch{return r}},$0={chains:[],spotChains:[],currentActiveAccount:{wallet:"EVM",ethAddress:"",accountId:"",smartWalletAddress:""},defaultChainId:1,defaultAccountType:"perpetual",balances:{spot:{},perpetual:{}}};let We=null;const T0=x.forwardRef((e,t)=>{const[n,r]=x.useState(!1),[o,s]=x.useState(!1),[i,c]=x.useState($0),a=x.useCallback(h=>{c(h),r(!0)},[]),u=x.useCallback(h=>{c(m=>({...m,...h}))},[]),l=x.useCallback(()=>{r(!1),s(!1),i.onClose&&i.onClose()},[i.onClose]),d=x.useCallback(h=>{s(h)},[]),p=x.useCallback(()=>n,[n]),f=x.useCallback(()=>o,[o]);return x.useImperativeHandle(t,()=>({openDeposit:a,closeDeposit:l,updateDepositOptions:u,setDepositLoading:d,isOpen:p,isLoading:f}),[a,l,u,d,p,f]),x.useEffect(()=>(We={openDeposit:a,closeDeposit:l,updateDepositOptions:u,setDepositLoading:d,isOpen:p,isLoading:f},()=>{We=null}),[a,l,u,d,p,f]),n?I.jsx(M0,{isOpen:n,isLoading:o,onClose:l,currentActiveAccount:i.currentActiveAccount,chains:i.chains,spotChains:i.spotChains,defaultChainId:i.defaultChainId,defaultSymbol:i.defaultSymbol,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});T0.displayName="DepositManager";const A0=e=>{if(!We){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}We.openDeposit(e||$0)},O0=()=>{if(!We){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}We.closeDeposit()},C0=e=>{We&&We.updateDepositOptions(e)},Xs=e=>{if(!We){console.error("DepositManager not initialized. Make sure to render <DepositManager /> in your app.");return}We.setDepositLoading(e)},iP=()=>We?We.isOpen():!1,N0=()=>We?We.isLoading():!1,aP=()=>({openDeposit:A0,closeDeposit:O0,updateDepositOptions:C0,setDepositLoading:Xs,isOpen:iP,isLoading:N0}),cP=e=>{const{t}=ht(),{isNetworkMismatch:n,depositAmount:r,approved:o,currentTokenBalance:s,selectedToken:i,showLayerZeroTip:c,minDeposit:a=10}=e;return x.useMemo(()=>{if(n)return{text:t("deposit.switchNetwork"),disabled:!0,isNetworkSwitch:!0};const u=parseFloat(r||"0"),l=a,d=rP(r,s||"0",o);return!r||u===0||!o?{text:t(c?"deposit.layerZeroDepositButton":"deposit.confirmDeposit"),disabled:!0,isNetworkSwitch:!1}:u<l?{text:t("deposit.minDepositParsed",{amount:l,token:i}),disabled:!0,isNetworkSwitch:!1}:{text:t(c?"deposit.layerZeroDepositButton":"deposit.confirmDeposit"),disabled:!d,isNetworkSwitch:!1}},[n,r,o,s,i,c,a,t])};function uP(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,d=(o==null?void 0:o.decimals)??18,p=o==null?void 0:o.contractAddress,f=!l||l.toLowerCase()==="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",{switchChainAsync:h}=u(),{writeContractAsync:m}=c(),v=a(),A=i({address:l,abi:lr,functionName:"allowance",args:[An(t||""),p],chainId:r,query:{enabled:!!(!f&&t&&r&&l&&p)}}),w=A!=null&&A.isSuccess?A.data:void 0,T=x.useMemo(()=>{if(f)return!0;if(!A.isSuccess||w===void 0||w===0n)return!1;try{const F=mw(String(Number(s||"0")||0),Number(d));return w>=F}catch{return!1}},[f,A.isSuccess,w,s,d]),B=x.useCallback(async()=>{try{if(r&&n&&+n!=+r&&await h({chainId:+r}),!m||!v||!l||!p)return;const R=An(l),j=An(p);if((w||0n)>0n){const $=await m({abi:lr,address:R,functionName:"approve",args:[j,0n]});await v.waitForTransactionReceipt({hash:$})}const y=await m({abi:lr,address:R,functionName:"approve",args:[j,Fl]});await v.waitForTransactionReceipt({hash:y}),A!=null&&A.refetch&&await A.refetch()}catch(F){console.error("[useApprove] onApprove failed:",F)}},[r,n,l,p,w,A,m,v,h]);return{approve:T,onApprove:B}}const lP=({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 x.useEffect(()=>{o(An(e.tokenAddress),{balance:s})},[s,e.tokenAddress,o]),null},fP=({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=x.useMemo(()=>{const T="0x0000000000000000000000000000000000000000",B="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee";return r.filter(F=>{const R=F.tokenAddress;if(!R)return!1;const j=R.toLowerCase();return!(R===T||j===B)})},[r]),[c,a]=x.useState({}),u=x.useCallback((T,B)=>{a(F=>({...F,[T]:B}))},[]),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)}}),[d,p]=x.useState(0),f=x.useMemo(()=>i.map(T=>x.createElement(lP,{key:`${T.tokenAddress}-${d}`,token:T,account:e,chainId:s,contractAddress:n,wagmiHooks:o,onResult:u})),[i,e,s,n,o,u,d]),h=x.useMemo(()=>{const T=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"},B=i.map(R=>{const j=c[An(R.tokenAddress)],g=j==null?void 0:j.balance,y=g==null?void 0:g.data;return{address:An(R.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)||R.decimals}}).filter(R=>R.address),F=B.reduce((R,j)=>({...R,[j.address]:{balance:j}}),{});return{balanceList:B,baseTokenBalance:T,combinedData:F}},[l,c,i]),m=x.useCallback(async()=>h,[h]),v=x.useMemo(()=>{const T=(l==null?void 0:l.isLoading)||!1,B=Object.values(c).some(F=>{var R;return(R=F.balance)==null?void 0:R.isLoading});return T||B},[l==null?void 0:l.isLoading,c]),A=x.useCallback(()=>p(T=>T+1),[]);return{multicallRun:m,multicallRefresh:A,multicallResult:h,validErcTokens:i,isLoading:v,queryComponents:f}},dP=({address:e,currentActiveChain:t,selectedToken:n,accountType:r,platformBalance:o,isLoading:s,wagmiHooks:i,onChainChange:c,onDeposit:a})=>{const{t:u}=ht(),l=i.useAccount(),d=t.tokenList.find(_=>_.token===n||_.symbol===n),p=t.chainId,[f,h]=x.useState("");x.useEffect(()=>{h("")},[n,t.chainId]);const{multicallResult:m,queryComponents:v}=fP({account:e,chainId:t.chainId,contractAddress:(d==null?void 0:d.contractAddress)||(t==null?void 0:t.contractAddress),tokens:(t==null?void 0:t.tokenList)||[],wagmiHooks:i}),A=x.useMemo(()=>{var U;if(!d)return"0";if(!d.tokenAddress||d.tokenAddress.toLowerCase()==="0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee")return m.baseTokenBalance.formatted;const _=m.combinedData[d.tokenAddress];return((U=_==null?void 0:_.balance)==null?void 0:U.formatted)||"0"},[d,m]),w="0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",T="0xceeed84620e5eb9ab1d6dfc316867d2cda332e41",B=x.useMemo(()=>{var _,U;return jv({chain:_v,transport:g1(t.rpcUrl||((_=window==null?void 0:window.ENV)==null?void 0:_.CHAIN_RPC_URL_42161)||((U=window==null?void 0:window.ENV)==null?void 0:U.CHAIN_RPC_URL_421614))})},[t.rpcUrl]),F="1000000000000",{formatted:R}=Uv({client:B,tokenAddress:w,holder:T,decimals:6,fallbackFormatted:F,pollingInterval:12e3}),[j,g]=x.useState(!1),{approve:y,onApprove:$}=uP({account:e,accountChainId:l.chainId,targetChainId:+t.chainId,tokenInfo:d,amount:f,wagmiHooks:i}),k=x.useCallback(async()=>{if(!j)try{g(!0),await $()}catch(_){console.error("Approve failed:",_)}finally{g(!1)}},[j,$]),N=x.useMemo(()=>+l.chainId!=+t.chainId,[l.chainId,t.chainId]),P=x.useCallback(async()=>{c&&c(p)},[c,p]);x.useEffect(()=>{N&&P()},[N,P]);const{showLayerZeroTip:S,layerZeroTipKey:E}=x.useMemo(()=>{const _=+t.chainId==42161||+t.chainId==421614,U=(n==null?void 0:n.toUpperCase())==="USDT",W=new Ne(f||"0"),K=new Ne("200000");let V=!1,Z;if(_&&U&&f)if(W.gte(K))V=!0,Z="deposit.layerZeroDepositTipGte200k";else{const H=R;if(typeof H=="string"&&H.length>0){const X=new Ne(H);!X.isNaN()&&W.gte(X)&&(V=!0,Z="deposit.layerZeroDepositTipExceedPool")}}return{showLayerZeroTip:V,layerZeroTipKey:Z}},[t.chainId,n,f,R]),C=x.useCallback(()=>sP(+t.chainId,A||"0",n),[A,t==null?void 0:t.chainId,n]),O=x.useMemo(()=>oP(+t.chainId,f,n),[t==null?void 0:t.chainId,f,n]),b=cP({isNetworkMismatch:N,depositAmount:f,approved:y,currentTokenBalance:A,selectedToken:n,showLayerZeroTip:S,minDeposit:d!=null&&d.minDepositSize?parseFloat(d.minDepositSize):10}),M=_=>{const U=_.target.value,W=C(),K=Qc(U,W);if(K.isValid)h(K.formattedValue),K.errorType;else return K.errorType==="exceed_balance",void 0},D=x.useCallback(async()=>{Xs(!0);try{a&&a({amount:f,chainId:p,tokenAddress:(d==null?void 0:d.tokenAddress)||"",tokenSymbol:n,accountType:r})}catch(_){console.error("Deposit error:",_),Xs(!1)}},[a,f,p,d==null?void 0:d.tokenAddress,r,n]);return I.jsxs(I.Fragment,{children:[v,I.jsxs("div",{className:"bg-fill-input-primary rounded-lg px-3 py-3 my-4",children:[I.jsxs("div",{className:"flex justify-between items-center h-[18px] mb-3",children:[I.jsx("input",{type:"text",placeholder:u("deposit.amount"),value:f,onChange:M,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"}),I.jsx("button",{onClick:()=>{const _=C();h(_)},className:"text-theme-normal text-xs font-medium cursor-pointer hover:opacity-80 transition-opacity h-full flex items-center",children:u("deposit.max")})]}),I.jsx("div",{className:"h-[1px] bg-line-divider-secondary mb-2"}),I.jsxs("div",{className:"flex justify-between items-center",children:[I.jsx(qn,{content:u("deposit.availableDesc"),children:I.jsx("span",{className:"text-text-tertiary text-xs leading-[14px] border-b border-dashed border-line-divider-primary",children:u("deposit.available")})}),I.jsx("span",{className:"text-text-primary text-xs leading-[14px]",children:nP(A||"0",f,n)})]})]}),!y&&QS(f||"0",0)&&I.jsxs("div",{className:"flex justify-center flex-col items-center",children:[I.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})}),I.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})}),I.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:k,disabled:j,children:j?I.jsx(ko,{size:"xs",inline:!0}):u("deposit.enableWithToken",{token:n})})]}),S&&I.jsxs(I.Fragment,{children:[I.jsxs("div",{className:"flex mb-4",children:[I.jsx("div",{className:"w-5",children:I.jsx("img",{src:Mo,className:"w-4 h-4",alt:"Warning"})}),I.jsx("div",{className:"flex-1 text-xs text-functional-orange-1",children:u(E||"deposit.layerZeroDepositTip")})]}),I.jsx("div",{className:"my-2 ml-5 h-[1px] border-b border-dashed border-line-divider-secondary"})]}),O&&I.jsxs("div",{className:"flex mb-4",children:[I.jsx("div",{className:"w-5",children:I.jsx("img",{src:Mo,className:"w-4 h-4",alt:"Warning"})}),I.jsx("div",{className:"flex-1 text-xs text-functional-orange-1",children:u("deposit.depositTipFor25w")})]}),O&&I.jsx("div",{className:"my-2 ml-5 h-[1px] border-b border-dashed border-line-divider-secondary"}),I.jsxs("div",{className:"flex mb-4",children:[I.jsx("div",{className:"w-5",children:!(O||S)&&I.jsx("img",{src:Mo,className:"w-4 h-4",alt:"Warning"})}),I.jsx("div",{className:"flex-1 text-xs text-functional-orange-1",children:u("deposit.noPrivateKeyWalletWarning")})]}),I.jsxs("div",{className:"border-t border-line-divider-secondary border-dashed py-4",children:[I.jsxs("div",{className:"flex justify-between items-center h-[18px] leading-4",children:[I.jsx("span",{className:"text-sm text-text-tertiary",children:u("deposit.arrivalTime")}),I.jsx(qn,{content:I.jsxs("div",{className:"grid flex-grow max-w-[300px] min-w-[80px] rounded-2xl flex-col gap-[10px]",children:[I.jsx("p",{children:u("deposit.arrivaltimeTooltip1",{v:(t==null?void 0:t.blockTime)*t.txConfirm/60,v1:t==null?void 0:t.txConfirm})}),I.jsx("p",{children:u("deposit.arrivaltimeTooltip2")})]}),placement:"top",children:I.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})})})]}),I.jsxs("div",{className:"flex justify-between items-center h-[18px] leading-4 mt-2",children:[I.jsx("span",{className:"text-sm text-text-tertiary",children:u("deposit.equity")}),I.jsx("span",{className:"text-sm text-text-primary font-medium",children:f?I.jsxs("span",{className:"flex items-center gap-1",children:[At(o),I.jsx("span",{className:"text-sm font-edgex-harmony text-functional-green-1 leading-[18px] font-medium",children:"→"}),At((parseFloat(o)+parseFloat(f)).toString())," ",n]}):`${At(o)} ${n}`})]})]}),I.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:D,disabled:b.disabled||s,children:[(s||N)&&I.jsx(ko,{size:"xs"}),b.text]})]})},I0=e=>e.toLocaleUpperCase()===jn?jn:Ba,Jc=e=>I0(e.wallet)===jn,pP=e=>I0(e.wallet)===Ba,M0=({isOpen:e,isLoading:t=!1,onClose:n,currentActiveAccount:r,chains:o,spotChains:s=[],defaultChainId:i,defaultSymbol:c,defaultAccountType:a="perpetual",balances:u,wagmiHooks:l,onDeposit:d,onCopy:p,onChainChange:f,onTokenChange:h})=>{const{t:m}=ht(),[v,A]=x.useState(a),w=x.useCallback(P=>P==="spot"&&s&&s.length>0?s:o,[o,s]),T=w(a),[B,F]=x.useState(()=>{var P;return!T||T.length===0?1:i||((P=T[0])==null?void 0:P.chainId)||1}),R=x.useMemo(()=>w(v),[v,w]),j=R.find(P=>P.chainId===B)||R[0],[g,y]=x.useState(()=>{var b;if(!T||T.length===0)return"";const P=i||((b=T[0])==null?void 0:b.chainId),S=T.find(M=>M.chainId===P)||T[0],E=((S==null?void 0:S.tokenList)||[]).length>0?S:T.find(M=>(M.tokenList||[]).length>0),C=(E==null?void 0:E.tokenList)||[];if(c&&C.length>0){const M=c.toUpperCase(),D=C.find(_=>(_.token||_.symbol||"").toUpperCase()===M);if(D)return D.token||D.symbol||""}const O=C[0];return(O==null?void 0:O.token)||(O==null?void 0:O.symbol)||""}),$=x.useCallback(P=>{F(P),f==null||f(P)},[f]),k=x.useCallback(P=>{y(P),h==null||h(P)},[h]),N=x.useMemo(()=>{const P=(g||"").toLowerCase();if(!P)return"0";const S=v==="spot"?u==null?void 0:u.spot:u==null?void 0:u.perpetual,E=S==null?void 0:S[P];return typeof E=="string"&&E.length>0?E:"0"},[u,v,g]);return e?ke.createPortal(I.jsx("div",{className:"fixed top-0 left-0 right-0 bottom-0 w-screen h-screen",style:{zIndex:98},children:I.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:I.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:P=>{P.stopPropagation()},children:[I.jsxs("div",{className:"flex items-center justify-between mb-4",children:[I.jsx("h2",{className:"text-lg font-semibold text-white",children:m("deposit.title")}),I.jsx("button",{className:"text-gray-400 hover:text-gray-200 transition-colors",onClick:n,"aria-label":"Close",children:I.jsx(Fd,{className:"h-4 w-4"})})]}),I.jsx(_h,{selectedAccount:v,onAccountChange:P=>{var U,W;const S=P||"perpetual";A(S);const E=w(S);if(!E||E.length===0)return;const C=E.find(K=>K.chainId===B),O=C?C.chainId:E[0].chainId;F(O),f==null||f(O);const b=E.find(K=>K.chainId===O),M=(b==null?void 0:b.tokenList)||[],_=M.some(K=>(K.symbol||K.token)===g)?g:((U=M[0])==null?void 0:U.symbol)||((W=M[0])==null?void 0:W.token)||"";_&&(y(_),h==null||h(_))},className:"w-full"}),I.jsx(jh,{currentActiveChain:j,chainList:R,onChainChange:$,curSelectToken:g,onTokenChange:k,walletType:Jc(r)?jn:Ba}),Jc(r)&&I.jsx(tP,{address:r.smartWalletAddress,currentActiveChain:j,selectedToken:g,accountType:v,onDeposit:d,onCopy:p,onClose:n}),pP(r)&&I.jsx(dP,{address:r.ethAddress,currentActiveChain:j,selectedToken:g,accountType:v,platformBalance:N,isLoading:t,wagmiHooks:l,onChainChange:$,onDeposit:d,onClose:n})]})})}),document.body):null},hP=e=>{if(e==null||e==="")return 2;const t=String(e),n=t.indexOf(".");if(n===-1)return 0;const r=t.length-n-1;return r>0?r:2},mP=({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:d,showPoolBalanceInsufficientTip:p=!1})=>{const{t:f}=ht(),h=x.useMemo(()=>{const R=hP(n==null?void 0:n.showStepSize);if(a==="spot"||!un(r==null?void 0:r.chainId)){const j=new Ne(e||"0").minus(s||"0").decimalPlaces(R,Ne.ROUND_DOWN);return j.isNegative()?"0.00":j.toString()}return e||"0"},[e,s,r==null?void 0:r.chainId,a,n==null?void 0:n.showStepSize]),m=x.useMemo(()=>o||"0",[o]),v=x.useMemo(()=>{const R=(n==null?void 0:n.feeRate)||(n==null?void 0:n.withdrawFeeRate)||(r==null?void 0:r.feeRate)||0;try{return new Ne(R||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]),A=x.useMemo(()=>v==="0",[v]),w=x.useMemo(()=>{const R=(t||"").toUpperCase();return R==="USDT"||R==="USDC"},[t]),T=R=>{const j=R.target.value,y=Qc(j,m||"0");if(y.isValid)u(y.formattedValue),y.errorType;else return y.errorType==="exceed_balance",void 0;d==null||d(y.formattedValue)},B=()=>{u(m),d==null||d(m)},F=()=>{const R=parseFloat(o||"0"),j=parseFloat(e||"0");if(j>0){const g=R-j,y=At(Math.max(0,g).toString());return I.jsxs("span",{className:"flex items-center gap-1",children:[At(o||"0"),I.jsx("span",{className:"text-sm font-edgex-harmony text-functional-green-1 leading-[18px] font-medium",children:"→"}),y," ",t]})}return`${At(o||"0")} ${t}`};return I.jsxs(I.Fragment,{children:[I.jsxs("div",{className:"bg-fill-input-primary rounded-lg px-3 py-3 my-4",children:[I.jsxs("div",{className:"flex justify-between items-center h-[18px] mb-3",children:[I.jsx("input",{type:"text",placeholder:f("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"}),I.jsx("button",{onClick:B,className:"text-theme-normal text-xs font-medium cursor-pointer hover:opacity-80 transition-opacity h-full flex items-center",children:f("deposit.max")})]}),I.jsx("div",{className:"h-[1px] bg-line-divider-secondary mb-2"}),I.jsxs("div",{className:"flex justify-between items-center",children:[I.jsx(qn,{content:f("withdraw.availableDesc"),children:I.jsx("span",{className:"text-text-tertiary text-xs leading-[14px] border-b border-dashed border-line-divider-primary",children:f("deposit.available")})}),I.jsx("span",{className:"text-text-primary text-xs leading-[14px]",children:F()})]})]}),i==="mpc"&&(a==="spot"||!un(r==null?void 0:r.chainId))?I.jsx("div",{className:"bg-fill-input-primary rounded-lg my-4 h-9 flex items-center px-3",children:I.jsx("input",{type:"text",placeholder:f("withdraw.receiverAddress"),value:c,onChange:R=>l==null?void 0:l(R.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,I.jsx("div",{className:"bg-fill-page-secondary rounded-lg mb-4",children:un(r==null?void 0:r.chainId)?I.jsxs(I.Fragment,{children:[I.jsx("p",{className:"text-text-tertiary text-xs leading-[18px]",children:f("withdraw.noticeDesc")}),I.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:f("withdraw.commonWithdraw")})]}):I.jsx("p",{className:"text-text-tertiary text-xs leading-[18px]",children:f("withdraw.crossChainTips")})}),p&&I.jsxs("div",{className:"flex mb-4",children:[I.jsx("div",{className:"w-5",children:I.jsx("img",{src:Mo,className:"w-4 h-4",alt:"Warning"})}),I.jsx("div",{className:"flex-1 text-xs text-functional-orange-1",children:f("withdraw.poolBalanceInsufficientTip")})]}),I.jsxs("div",{className:"py-4 border-t border-line-divider-secondary border-dashed",children:[I.jsxs("div",{className:"flex items-center justify-between h-[18px] leading-[18px]",children:[I.jsx(qn,{content:I.jsxs("div",{children:[I.jsx("div",{children:f("withdraw.speedNote")}),I.jsxs("div",{className:"flex gap-1 items-center mt-1",children:[I.jsx(Co,{selectedLevel:Tt.FAST,maxLevel:3}),I.jsx("span",{children:f("withdraw.speedNoteSpeed1")})]}),I.jsxs("div",{className:"flex gap-1 items-center mt-1",children:[I.jsx(Co,{selectedLevel:Tt.Medium,maxLevel:3}),I.jsx("span",{children:f("withdraw.speedNoteSpeed2")})]}),I.jsxs("div",{className:"flex gap-1 items-center mt-1",children:[I.jsx(Co,{selectedLevel:Tt.SLOW,maxLevel:3}),I.jsx("span",{children:f("withdraw.speedNoteSpeed3")})]})]}),children:I.jsx("span",{className:"text-text-tertiary text-sm leading-4 border-b border-dashed border-line-divider-primary",children:f("withdraw.speed")})}),I.jsx("div",{className:"flex items-center",children:I.jsx(Co,{selectedLevel:un(r==null?void 0:r.chainId)?Tt.SLOW:Tt.FAST,maxLevel:3})})]}),(a==="spot"||!un(r==null?void 0:r.chainId))&&I.jsxs("div",{className:"flex items-center justify-between mt-2 h-[18px]",children:[A||!w?I.jsx("span",{className:"text-text-tertiary text-sm leading-4",children:A?f("withdraw.fee"):`${f("withdraw.fee")}/${f("withdraw.feeRate")}`}):I.jsx(qn,{content:f("withdraw.feeCalculationTip"),children:I.jsx("span",{className:"text-text-tertiary text-sm leading-4 border-b border-dashed border-line-divider-primary",children:`${f("withdraw.fee")}/${f("withdraw.feeRate")}`})}),I.jsxs("span",{className:"text-text-primary text-sm leading-4 font-medium",children:[s," ",t,!A&&` / ${v}%`]})]}),I.jsxs("div",{className:"flex items-center justify-between mt-2 h-[18px]",children:[I.jsx("span",{className:"text-text-tertiary text-sm leading-4",children:f(un(r==null?void 0:r.chainId)?"withdraw.withdrawlAmount":"withdraw.amountToReceive")}),I.jsxs("span",{className:"text-text-primary text-sm leading-4 font-medium",children:[At(h)," ",t]})]})]})]})},gP=[];let Ve=null;const k0=x.forwardRef((e,t)=>{const[n,r]=x.useState(!1),[o,s]=x.useState(!1),[i,c]=x.useState({chains:[],currentActiveAccount:{wallet:"EVM",ethAddress:"",accountId:"",smartWalletAddress:""}}),a=x.useCallback(h=>{c(h||{chains:[],currentActiveAccount:{wallet:"EVM",ethAddress:"",accountId:"",smartWalletAddress:""}}),r(!0)},[]),u=x.useCallback(h=>{c(m=>({...m,...h}))},[]),l=x.useCallback(()=>{r(!1),s(!1),i.onClose&&i.onClose()},[i.onClose]),d=x.useCallback(h=>{s(h)},[]),p=x.useCallback(()=>n,[n]),f=x.useCallback(()=>o,[o]);return x.useImperativeHandle(t,()=>({openWithdraw:a,closeWithdraw:l,updateWithdrawOptions:u,setWithdrawLoading:d,isOpen:p,isLoading:f}),[a,l,u,d,p,f]),x.useEffect(()=>(Ve={openWithdraw:a,closeWithdraw:l,updateWithdrawOptions:u,setWithdrawLoading:d,isOpen:p,isLoading:f},()=>{Ve=null}),[a,l,u,d,p,f]),n?I.jsx(R0,{isOpen:n,isLoading:o,onClose:l,config:i.config||{symbol:"USDT"},currentActiveAccount:i.currentActiveAccount,chains:i.chains||gP,spotChains:i.spotChains,balances:i.balances,defaultChainId:i.defaultChainId,defaultSymbol:i.defaultSymbol,defaultAmount:i.defaultAmount,defaultAccountType:i.defaultAccountType,currentEquity:i.currentEquity??5e3,platformBalance:i.platformBalance||"0",fee:i.fee,wagmiHooks:i.wagmiHooks,onWithdraw:i.onWithdraw,onAccountChange:i.onAccountChange,onChainChange:i.onChainChange,onTokenChange:i.onTokenChange,onAmountChanged:i.onAmountChanged}):null});k0.displayName="WithdrawManager";const B0=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()},F0=e=>{if(!Ve){console.error("WithdrawManager not initialized. Make sure to render <WithdrawManager /> in your app.");return}Ve.updateWithdrawOptions(e)},Qs=e=>{if(!Ve){console.error("WithdrawManager not initialized. Make sure to render <WithdrawManager /> in your app.");return}Ve.setWithdrawLoading(e)},bP=()=>Ve?Ve.isOpen():!1,D0=()=>Ve?Ve.isLoading():!1,yP=()=>({openWithdraw:B0,closeWithdraw:L0,updateWithdrawOptions:F0,setWithdrawLoading:Qs,isOpen:bP,isLoading:D0}),wP=({walletType:e,chains:t,spotChains:n=[],defaultChainId:r,defaultSymbol:o,defaultAmount:s="",defaultAccountType:i="perpetual",currentEquity:c,platformBalance:a="0",balances:u,fee:l="0.00",isLoading:d=!1,onWithdraw:p,onClose:f,onChainChange:h,onTokenChange:m,onAmountChanged:v,onAccountChange:A})=>{var Z;const{t:w}=ht(),[T,B]=x.useState(i),F=x.useCallback(H=>H==="spot"&&n&&n.length>0?n:t,[t,n]),R=x.useMemo(()=>F(T),[T,F]),j=x.useMemo(()=>{if(!R||R.length===0)return{chainId:1,tokenSymbol:""};const H=pe=>{const ue=pe||[];if(!ue.length)return"";const oe="USDC".toUpperCase(),En=ue.find(ft=>(ft.token||ft.symbol||"").toUpperCase()===oe)||ue[0];return En.token||En.symbol||""};if(o){const pe=o==null?void 0:o.toUpperCase();for(const ue of R){const ge=ue.tokenList||[];let oe;if(pe&&(oe=ge.find(Ge=>(Ge.token||Ge.symbol||"").toUpperCase()===pe)),oe){const Ge=oe.token||oe.symbol||o||"";return{chainId:ue.chainId,tokenSymbol:Ge}}}}if(r){const pe=R.find(oe=>oe.chainId===r)||R[0],ue=pe.tokenList||[],ge=H(ue);return{chainId:pe.chainId,tokenSymbol:ge}}const Q="USDC",X=pe=>Array.isArray(pe.tokenList)&&pe.tokenList.some(ue=>(ue.token||ue.symbol||"").toUpperCase()===Q),se=R.find(X)||R[0];if(!se)return{chainId:1,tokenSymbol:""};const me=H(se.tokenList);return{chainId:se.chainId,tokenSymbol:me}},[R,r,o]),[g,y]=x.useState(()=>j.chainId),[$,k]=x.useState(()=>j.tokenSymbol),[N,P]=x.useState(s),[S,E]=x.useState(""),C=x.useCallback(H=>{y(H),h==null||h(H)},[h]),O=x.useCallback(H=>{k(H),m==null||m(H)},[m]),b=x.useRef(!0),M=x.useRef($),D=x.useRef(g);x.useEffect(()=>{if(b.current){b.current=!1,M.current=$,D.current=g;return}(M.current!==$||D.current!==g)&&(P(""),M.current=$,D.current=g)},[$,g]);const _=R&&R.length>0?R.find(H=>H.chainId===g)||R[0]:null,U=(Z=_==null?void 0:_.tokenList)==null?void 0:Z.find(H=>H.token===$),W=x.useMemo(()=>{const H=new Ne(N||"0"),Q=new Ne(l||"0"),X=un(g);return U!=null&&U.minWithdrawSize&&H.lt(U.minWithdrawSize)?{text:w("withdraw.minWithdrawParsed",{amount:U.minWithdrawSize,token:U.symbol||U.token}),disabled:!0}:!N||H.isZero()||!X&&H.isLessThan(Q)?{text:w("withdraw.confirmWithdraw"),disabled:!0}:e==="mpc"&&(!X||T==="spot")&&!S.trim()?{text:w("withdraw.invalidReceiverAddress"),disabled:!0}:{text:w("withdraw.confirmWithdraw"),disabled:!1}},[w,g,N,e,S,l,T,U]),K=x.useMemo(()=>{const H=($||"").toLowerCase();if(!H)return a||"0";const Q=T==="spot"?u==null?void 0:u.spot:u==null?void 0:u.perpetual,X=Q==null?void 0:Q[H];return typeof X=="string"&&X.length>0?X:a||"0"},[u,T,$,a]),V=x.useCallback(async()=>{Qs(!0);try{if(p){const Q={amount:new Ne(N||"0").toString(),chainId:g,tokenAddress:(U==null?void 0:U.tokenAddress)||"",coinId:(U==null?void 0:U.coinId)||"",tokenSymbol:$,accountType:T,selectedToken:U};e==="mpc"&&(!un(g)||T==="spot")&&(Q.receiverAddress=S),p(Q)}}catch{Qs(!1)}},[p,T,U,N,g,$,e,S]);return!R||R.length===0?I.jsx("div",{className:"text-center py-8",children:I.jsx("p",{className:"text-gray-400",children:"No chains available"})}):_?I.jsxs(I.Fragment,{children:[I.jsx(_h,{selectedAccount:T,onAccountChange:H=>{var Ge,En;const Q=H||"perpetual";B(Q),A==null||A(Q);const X=F(Q);if(!X||X.length===0)return;const se=X.find(ft=>ft.chainId===g),me=se?se.chainId:X[0].chainId;y(me),h==null||h(me);const pe=X.find(ft=>ft.chainId===me),ue=(pe==null?void 0:pe.tokenList)||[],oe=ue.some(ft=>(ft.symbol||ft.token)===$)?$:((Ge=ue[0])==null?void 0:Ge.symbol)||((En=ue[0])==null?void 0:En.token)||"";oe&&(k(oe),m==null||m(oe))},className:"w-full"}),I.jsx(jh,{currentActiveChain:_,chainList:R,onChainChange:C,curSelectToken:$,onTokenChange:O,walletType:"EVM",txType:"withdraw"}),I.jsx(mP,{withdrawAmount:N,curSelectToken:$,tokenInfo:U,curSelectTokenData:{balance:U==null?void 0:U.balance,allowance:U==null?void 0:U.allowance},currentActiveChain:_,currentEquity:c||0,decimals:(U==null?void 0:U.decimals)||6,platformBalance:K,fee:l,walletType:e,accountType:T,receiverAddress:S,onWithdrawAmountChange:P,onReceiverAddressChange:E,onAmountChanged:v}),I.jsxs("button",{className:`w-full h-[38px] text-sm rounded-xl font-medium transition-colors flex items-center justify-center gap-2 ${W.disabled||d?"bg-text-disabled text-text-secondary cursor-not-allowed":"bg-fill-btn-primary text-text-on-sec-btn"}`,onClick:V,disabled:W.disabled||d,children:[d&&I.jsx(ko,{size:"xs"}),W.text]})]}):I.jsx("div",{className:"text-center py-8",children:I.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,defaultSymbol:u,defaultAmount:l="",currentEquity:d=5e3,platformBalance:p="0",balances:f,fee:h,wagmiHooks:m,onWithdraw:v,onChainChange:A,onTokenChange:w,onAmountChanged:T,onAccountChange:B})=>{const{t:F}=ht();return e?ke.createPortal(I.jsx("div",{className:"fixed top-0 left-0 right-0 bottom-0 w-screen h-screen",style:{zIndex:98},children:I.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:I.jsxs("div",{className:"relative w-[420px] max-h-[85vh] bg-fill-page-secondary overflow-auto rounded-lg p-6 shadow-xl",onClick:R=>{R.stopPropagation()},children:[I.jsxs("div",{className:"flex items-center justify-between mb-4",children:[I.jsx("h2",{className:"text-lg font-semibold text-white",children:F("withdraw.withdraw")}),I.jsx("button",{className:"text-gray-400 hover:text-gray-200 transition-colors",onClick:r,"aria-label":"Close",children:I.jsx(Fd,{className:"h-4 w-4"})})]}),I.jsx(wP,{chains:i,spotChains:c,walletType:Jc(s)?"mpc":"evm",defaultChainId:a,defaultSymbol:u,defaultAmount:l,defaultAccountType:n,currentEquity:d,platformBalance:p,balances:f,fee:h,isLoading:t,wagmiHooks:m,onWithdraw:v,onClose:r,onChainChange:A,onTokenChange:w,onAmountChanged:T,onAccountChange:B})]})})}),document.body):null};re.ChromeLoader=ko,re.ComponentProvider=um,re.DEFAULT_LOCALE=Lo,re.Deposit=M0,re.DepositManager=T0,re.LOCALE_NAMES=im,re.LoadingSpinner=ko,re.SUPPORTED_LOCALES=ti,re.Tooltip=qn,re.Withdraw=R0,re.WithdrawManager=k0,re.closeDeposit=O0,re.closeWithdraw=L0,re.formatThousands=fm,re.isDepositLoading=N0,re.isWithdrawLoading=D0,re.openDeposit=A0,re.openWithdraw=B0,re.setDepositLoading=Xs,re.setWithdrawLoading=Qs,re.updateDepositOptions=C0,re.updateWithdrawOptions=F0,re.useComponentConfig=du,re.useDeposit=zv,re.useDepositManager=aP,re.useTranslation=ht,re.useWithdraw=Hv,re.useWithdrawManager=yP,Object.defineProperty(re,Symbol.toStringTag,{value:"Module"})});
|
|
104
177
|
//# sourceMappingURL=index.umd.js.map
|